@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* ================================
   Reset / Normalize (SCSS)
   ================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  text-size-adjust: 100%;
}

body {
  color: #333;
  background-color: #fff;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

button,
input,
select,
textarea {
  font: inherit;
  border: none;
  background: none;
  appearance: none;
  outline: none;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

@media (min-width: 769px) {
  [sp] {
    display: none !important;
  }
}
@media (min-width: 769px) {
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
}
@media (max-width: 768px) {
  html {
    font-size: calc(10 / 750 * 100vw);
  }
  [pc] {
    display: none !important;
  }
}
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  overflow-x: clip;
}
html img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
html * {
  box-sizing: border-box;
}

body {
  overflow-x: clip;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #ffffff;
  z-index: 1000;
}
.site-header__inner {
  display: flex;
  height: 8rem;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
}
.site-header__logo a {
  display: block;
  width: 14.5rem;
}
.site-header__logo__secondary {
  display: block;
  width: 20rem;
}
.site-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5.2rem;
}
.site-header__toggle {
  display: none;
  flex-direction: column;
  gap: 0.84rem;
  width: 4.2rem;
  height: 4.2rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.site-header__toggle span {
  display: block;
  width: 100%;
  height: 0.84rem;
  background: #0064ff;
}
.site-header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5rem;
  list-style: none;
}
.site-header__menu li a {
  color: #151515;
  text-decoration: none;
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .site-header {
    border-bottom: 1px solid #151515;
  }
  .site-header__inner {
    padding: 0 9rem 0 2rem;
  }
  .site-header__logo a {
    display: block;
    width: 15.5rem;
  }
  .site-header__logo__secondary {
    display: block;
    width: 25.8rem;
  }
  .site-header__nav {
    display: block;
    gap: 0rem;
  }
  .site-header__menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    list-style: none;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    width: 100vw;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .site-header__menu li {
    border-bottom: 1px solid rgba(21, 21, 21, 0.15);
    width: 100%;
    text-align: center;
  }
  .site-header__menu li a {
    text-decoration: none;
    font-size: 2.7rem;
    padding: 2.4rem 0;
    display: block;
    line-height: 1;
  }
  .site-header__menu li:first-child {
    border-top: 1px solid #151515;
  }
  .site-header__toggle {
    display: flex;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
  }
  .site-header__menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.site-footer {
  background-color: #ffffff;
  padding: 5.6rem 7rem 3.8rem;
}
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer__nav ul {
  display: flex;
  gap: 4.8rem;
  align-items: center;
  justify-content: flex-end;
}
.site-footer__nav ul li a {
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
}
.site-footer__copyright {
  font-size: 1.35rem;
  line-height: 1;
  text-align: left;
}
.site-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7.8rem;
}
.site-footer__logo {
  width: 45rem;
}
.site-footer__copy {
  width: 52.8rem;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 5.2rem 4rem 5.8rem;
  }
  .site-footer__bottom {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 4.7rem;
  }
  .site-footer__nav ul {
    display: flex;
    gap: 7rem;
    align-items: center;
    justify-content: center;
  }
  .site-footer__nav ul li a {
    font-size: 2.4rem;
  }
  .site-footer__copyright {
    font-size: 2rem;
    line-height: 1.75;
    text-align: left;
    width: max-content;
  }
  .site-footer__top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8.6rem;
  }
  .site-footer__logo {
    width: 45rem;
  }
}

.top-hero {
  position: relative;
}
.top-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}
.top-hero__video.is-fixed {
  position: fixed;
}
.top-hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-hero__video::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #adcbfc;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  backdrop-filter: blur(0px) brightness(0.84);
  opacity: 0.52;
  mix-blend-mode: multiply;
}
.top-hero__mv {
  position: relative;
  z-index: 2;
  height: 100vh;
}
.top-hero__cards {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.top-hero__cards.is-out {
  transform: scale(0.8) translateY(50px);
  opacity: 0;
}
.top-hero__cards .top-hero__card {
  position: absolute;
  transition: transform 0.3s ease;
  filter: drop-shadow(0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.5));
  content: "";
  width: 31rem;
}
.top-hero__cards .top-hero__card.card--1 {
  top: calc(50% - 40rem);
  left: calc(50% - 50rem);
  transform: translate(-50%, -50%) rotate(-7deg);
}
.top-hero__cards .top-hero__card.card--2 {
  top: calc(50% - 29rem);
  left: calc(50% - 79rem);
  transform: translate(-50%, -50%) rotate(-27deg);
}
.top-hero__cards .top-hero__card.card--3 {
  top: calc(50% + 43rem);
  left: calc(50% - 51rem);
  transform: translate(-50%, -50%) rotate(16deg);
}
.top-hero__cards .top-hero__card.card--4 {
  top: calc(50% + 46rem);
  left: calc(50% + 7rem);
  transform: translate(-50%, -50%) rotate(16deg);
}
.top-hero__cards .top-hero__card.card--5 {
  top: calc(50% + 42rem);
  left: calc(50% + 50rem);
  transform: translate(-50%, -50%) rotate(-5deg);
}
.top-hero__cards .top-hero__card.card--6 {
  top: calc(50% + 16rem);
  left: calc(50% - 80rem);
  transform: translate(-50%, -50%) rotate(41deg);
}
.top-hero__cards .top-hero__card.card--7 {
  top: calc(50% - 30rem);
  left: calc(50% + 78rem);
  transform: translate(-50%, -50%) rotate(15deg);
}
.top-hero__cards .top-hero__card.card--8 {
  top: calc(50% - 33rem);
  left: calc(50% + 47rem);
  transform: translate(-50%, -50%) rotate(-5deg);
}
.top-hero__cards .top-hero__card.card--9 {
  top: calc(50% + 21rem);
  left: calc(50% + 83rem);
  transform: translate(-50%, -50%) rotate(-15deg);
}
.top-hero__logo {
  position: absolute;
  width: 63rem;
  z-index: 2;
  top: calc(50% - 1.2rem);
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-hero__message {
  color: #fff;
  position: relative;
  padding: 32.8rem 0 16.7rem;
  z-index: 2;
  text-align: center;
}
.top-hero__message h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.4;
  margin-bottom: 6.3rem;
}
.top-hero__message p {
  font-size: 2rem;
  line-height: 2.85;
}
@media (max-width: 768px) {
  .top-hero__cards .top-hero__card {
    width: 20.4rem;
  }
  .top-hero__cards .top-hero__card.card--2 {
    top: calc(50% - 40rem);
    left: calc(50% - 30rem);
    transform: translate(-50%, -50%) rotate(10deg);
  }
  .top-hero__cards .top-hero__card.card--3 {
    top: calc(50% + 61rem);
    left: calc(50% - 18rem);
    transform: translate(-50%, -50%) rotate(16deg);
    z-index: 2;
  }
  .top-hero__cards .top-hero__card.card--5 {
    top: calc(50% + 38rem);
    left: calc(50% + 32rem);
    transform: translate(-50%, -50%) rotate(-7deg);
  }
  .top-hero__cards .top-hero__card.card--6 {
    top: calc(50% + 44rem);
    left: calc(50% - 31rem);
    transform: translate(-50%, -50%) rotate(36deg);
  }
  .top-hero__cards .top-hero__card.card--7 {
    top: calc(50% - 41rem);
    left: calc(50% + 27rem);
    transform: translate(-50%, -50%) rotate(18deg);
  }
  .top-hero__cards .top-hero__card.card--8 {
    top: calc(50% - 36rem);
    left: calc(50% + 9rem);
    transform: translate(-50%, -50%) rotate(-5deg);
  }
  .top-hero__logo {
    position: absolute;
    width: 66.2rem;
    z-index: 2;
    top: calc(50% + 1.2rem);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .top-hero__message {
    color: #fff;
    position: relative;
    padding: 8rem 0 17rem;
    z-index: 2;
    text-align: center;
  }
  .top-hero__message h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-size: 4.9rem;
    line-height: 1.612244898;
    margin-bottom: 9rem;
  }
  .top-hero__message p {
    font-size: 2.8rem;
    line-height: 2.85;
  }
}

.brand-movie {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(9.9479166667%, 19.1rem);
}
.brand-movie h2 {
  padding-left: 3.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 5.3rem;
  text-align: left;
  color: #ffffff;
  line-height: 1.3962264151;
}
.brand-movie h2 span {
  font-size: 3.3rem;
  display: block;
  margin-bottom: 1rem;
}
.brand-movie__thum {
  width: 54.6rem;
}
@media (max-width: 768px) {
  .brand-movie {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0rem;
  }
  .brand-movie h2 {
    padding: 6rem 0;
    font-size: 4.8rem;
    text-align: center;
  }
  .brand-movie__thum {
    width: 100%;
  }
}

.supporter-intro {
  padding: 12.2rem 0 21rem;
  background-color: #f5f8ff;
  position: relative;
}
.supporter-intro::before {
  content: "";
  width: 54.4rem;
  height: 97.4rem;
  background-image: url("/assets/images/supporter_card_left.webp");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 2rem;
  left: calc(50% - 76rem);
  transform: translateX(-50%);
}
.supporter-intro::after {
  content: "";
  width: 60.8rem;
  height: 83.5rem;
  background-image: url("/assets/images/supporter_card_right.webp");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 11rem;
  left: calc(50% + 75rem);
  transform: translateX(-50%);
}
.supporter-intro h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 5.8rem;
  line-height: 1.3620689655;
  text-align: center;
  color: #0064ff;
  margin-bottom: 6rem;
}
.supporter-intro__text {
  font-size: 2.2rem;
  line-height: 2.5909090909;
  text-align: center;
  margin-bottom: 9rem;
}
.supporter-intro__btns {
  width: 82rem;
  margin: 0 auto;
  display: flex;
  gap: 3rem 2rem;
  flex-wrap: wrap;
}
.supporter-intro__btn01 {
  width: 100%;
  height: 12rem;
  background: #0064ff;
  color: #ffffff;
  font-size: 3.7rem;
  line-height: 1;
  border-radius: 1000px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.supporter-intro__btn01::before {
  content: "";
  width: 12.6rem;
  height: 12.6rem;
  background-image: url("/assets/images/deco_glass.webp");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: -5rem;
  left: -6rem;
}
.supporter-intro__btn02 {
  width: calc(50% - 1rem);
  height: 9.6rem;
  background: #328cff;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.supporter-intro__btn03 {
  width: calc(50% - 1rem);
  height: 9.6rem;
  background: #154473;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .supporter-intro {
    padding: 34.7rem 4rem 44.5rem;
  }
  .supporter-intro::before {
    content: "";
    width: 55.6rem;
    height: 37.3rem;
    background-image: url("/assets/images/supporter_card_left_sp.webp");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: auto;
    bottom: 2rem;
    left: calc(50% + 0.5rem);
    transform: translateX(-50%);
  }
  .supporter-intro::after {
    content: "";
    width: 43.1rem;
    height: 40.7rem;
    background-image: url("/assets/images/supporter_card_right_sp.webp");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 4rem;
    left: auto;
    right: -7.6rem;
    transform: none;
  }
  .supporter-intro h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-size: 4.8rem;
    line-height: 1.3620689655;
    text-align: left;
    color: #0064ff;
    margin-bottom: 4rem;
  }
  .supporter-intro__text {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 10rem;
  }
  .supporter-intro__btns {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 4rem 2rem;
    flex-wrap: wrap;
  }
  .supporter-intro__btn01 {
    width: 100%;
    height: 18rem;
    background: #0064ff;
    color: #ffffff;
    font-size: 3.6rem;
    line-height: 1.5;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    position: relative;
    padding: 0 7.7rem;
  }
  .supporter-intro__btn01::before {
    top: -7.3rem;
    left: -2rem;
  }
  .supporter-intro__btn02 {
    width: calc(50% - 1rem);
    height: 10rem;
  }
  .supporter-intro__btn03 {
    width: calc(50% - 1rem);
    height: 10rem;
  }
}

.questionnaire {
  padding: 10rem 0 53.4rem;
  margin-bottom: 0.4rem;
  color: #fff;
  background-color: #2164ff;
  background-image: url("/assets/images/question_bg.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.questionnaire h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1;
  text-align: left;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 auto 11rem;
  width: max-content;
}
.questionnaire h2 .questionnaire__line {
  position: relative;
  display: block;
  margin-top: 2rem;
  height: 0.6rem;
}
.questionnaire h2 .questionnaire__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background-image: repeating-linear-gradient(to right, currentColor, currentColor 0.6rem, transparent 0.6rem, transparent 2.2rem);
}
.questionnaire__content {
  margin: 0 auto;
  display: flex;
  gap: 14rem;
  align-items: center;
  justify-content: center;
}
.questionnaire__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 6.5rem;
  width: 73rem;
  line-height: 1.6461538462;
  text-align: left;
  color: #fff;
  position: relative;
}
.questionnaire__title::before {
  content: "";
  width: 25.5rem;
  height: 25.4rem;
  background-image: url("/assets/images/icon_question01.webp");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: -10rem;
  bottom: calc(100% + 1rem);
}
.questionnaire__list {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  width: 66.6rem;
}
.questionnaire__list > li a {
  width: 100%;
  height: 9.7rem;
  padding: 0 5rem 0 6rem;
  font-weight: 900;
  background: #fff;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 3.9rem;
  line-height: 2.2051282051;
  text-align: left;
  color: #2164ff;
}
@media (max-width: 768px) {
  .questionnaire {
    padding: 6rem 4rem 7.8rem;
    margin-bottom: 0.8rem;
    background-image: url("/assets/images/question_bg_sp.webp");
  }
  .questionnaire h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-size: 4.8rem;
    line-height: 1.5;
    text-align: left;
    display: block;
    text-align: left;
    margin: 0 auto 9.6rem;
    width: max-content;
  }
  .questionnaire h2 .questionnaire__line {
    position: relative;
    display: block;
    margin-top: 3rem;
    height: 0.6rem;
  }
  .questionnaire h2 .questionnaire__line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.6rem;
    background-image: repeating-linear-gradient(to right, currentColor, currentColor 0.6rem, transparent 0.6rem, transparent 2.2rem);
  }
  .questionnaire__content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12rem;
    align-items: center;
    justify-content: center;
  }
  .questionnaire__title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-size: 4.8rem;
    width: 100%;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    position: relative;
    padding-left: 25rem;
  }
  .questionnaire__title::before {
    content: "";
    width: 19.2rem;
    height: 19.1rem;
    background-image: url("/assets/images/icon_question01.webp");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
  .questionnaire__list {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
    width: 100%;
  }
  .questionnaire__list > li a {
    width: 100%;
    height: 9.7rem;
    padding: 0 3.7rem;
    background: #fff;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 3.2rem;
    line-height: 1;
    text-align: left;
    color: #2164ff;
  }
}

.message {
  background-color: #2164ff;
  color: #fff;
  padding: 13.4rem 0 20.5rem;
}
.message__inner {
  display: grid;
  margin: 0 auto;
  width: 153.4rem;
  grid-template-columns: 44.3rem 1fr;
  gap: 6rem;
  align-items: flex-start;
  justify-content: center;
}
.message__img img {
  display: block;
}
.message__img figcaption {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  text-align: left;
  color: #fff;
}
.message__img figcaption span {
  font-size: 2.4rem;
}
.message__text h2 {
  font-size: 3.8rem;
  line-height: 1.8421052632;
  text-align: left;
  color: #fff;
  margin-bottom: 6rem;
}
.message__text p {
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: left;
  color: #fff;
}
@media (max-width: 768px) {
  .message {
    padding: 4rem 4rem 6rem;
  }
  .message__inner {
    display: grid;
    margin: 0 auto;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
    align-items: flex-start;
    justify-content: center;
  }
  .message__img figcaption {
    margin-top: 4rem;
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: left;
    color: #fff;
  }
  .message__img figcaption span {
    font-size: 3.6rem;
  }
  .message__text h2 {
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-bottom: 7rem;
  }
  .message__text p {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: left;
    color: #fff;
  }
}

.brand-movie {
  background: #0064ff;
  color: white;
}

.brand-movie__thum {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.brand-movie__thum:hover {
  opacity: 0.6;
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.video-popup.is-open {
  display: block;
}
.video-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.57);
  backdrop-filter: blur(4px);
}
.video-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 108rem;
  background: #000;
}
.video-popup__close {
  position: absolute;
  top: -2.2rem;
  right: -2.2rem;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.video-popup__close:hover {
  opacity: 0.6;
}
.video-popup iframe {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
}

/*# sourceMappingURL=top.css.map */
