@charset "UTF-8";


.page-top .top-mv {
  width: 100%;
  height: min(65rem, 100vh);
  background: #fff;
  z-index: 1;
}
.page-top .top-mv__inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@keyframes mvScroll {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 0.4rem;
  }
}
.page-top .top-mv__scroll {
  position: absolute;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.4);
  z-index: 10;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-backdrop-filter: blur(0.25rem);
          backdrop-filter: blur(0.25rem);
  box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.2);
}
.page-top .top-mv__scroll::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 0.8rem;
  rotate: -45deg;
  border: 1px solid var(--colorMain1);
  border-width: 0 0 0.1rem 0.1rem;
  animation: mvScroll 0.6s linear infinite alternate;
}
.page-top .top-mv__scroll__text {
  color: var(--colorMain1);
  text-align: center;
  font-family: var(--fontEn);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.page-top .top-mv__text-box {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 6;
  width: 100%;
  padding-bottom: 9.75rem;
}
.page-top .top-mv__logo {
  width: 15rem;
  margin: 0 auto;
  aspect-ratio: 220/120;
  font-size: 0;
}
.page-top .top-mv__logo svg {
  width: 100%;
  height: 100%;
}
.page-top .top-mv__logo__stroke {
  stroke-dashoffset: 1000;
  stroke-width: 0.8%;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.page-top .top-mv__date {
  width: 18.2rem;
  margin: 1.8rem auto 0;
  z-index: 6;
}
.page-top .top-mv__date svg {
  width: 100%;
}
.page-top .top-mv__open {
  width: 26.25rem;
  margin: 1rem auto 0;
}
.page-top .top-mv__open svg {
  width: 100%;
}
.page-top .top-mv__dust__item {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 5;
  mix-blend-mode: screen;
}
.page-top .top-mv__dust__item--03 {
  mix-blend-mode: unset;
}
.page-top .top-mv__objects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.page-top .top-mv__object__item {
  position: absolute;
}
.page-top .top-mv__object__item--01 {
  z-index: 1;
  width: 19.9rem;
  right: 12rem;
  top: 4.6rem;
}
.page-top .top-mv__object__item--02 {
  z-index: 2;
  width: 7.7rem;
  left: 0.6rem;
  top: 11.5rem;
}
.page-top .top-mv__object__item--03 {
  z-index: 3;
  width: 14.5rem;
  left: 0.35rem;
  top: 19.7rem;
}
.page-top .top-mv__object__item--04 {
  z-index: 4;
  width: 8.3rem;
  right: 0.95rem;
  top: 17.9rem;
}
.page-top .top-mv__object__item--05 {
  z-index: 5;
  width: 12.2rem;
  right: 5.02rem;
  top: 20.8rem;
}
.page-top .top-mv__object__item--06 {
  z-index: 7;
  width: 28.6rem;
  left: 4.8rem;
  top: 12rem;
}
.page-top .top-mv__object__item--07 {
  z-index: 6;
  width: 14.2rem;
  top: 3.9rem;
  left: 5.15rem;
}
.page-top .top-mv__object__item--08 {
  z-index: 8;
  width: 11.5rem;
  top: 10.3rem;
  right: 0.105rem;
}
.page-top .top-mv__object__item--09 {
  z-index: 9;
  width: 13.8rem;
  right: 1.6rem;
  top: 26.9rem;
}
.page-top .top-mv__object__item--10 {
  z-index: 10;
  top: 24.5rem;
  width: 14rem;
  left: 0.45rem;
}
.page-top .top-mv__title {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  translate: -50.3% 0;
  width: 95.4%;
  z-index: 3;
}
.page-top .top-mv__audience {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 750/330;
  z-index: 2;
}
.page-top .top-mv__audience img {
  width: 100%;
}
.page-top .top-mv__confetti {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 750/654;
  z-index: 1;
}
.page-top .top-mv__confetti img {
  width: 100%;
}
.page-top .top-mv__logo path:not(.top-mv__logo__stroke, .top-mv__logo__fill),
.page-top .top-mv__title,
.page-top .top-mv__object__item,
.page-top .top-mv__dust__item,
.page-top .top-mv__date,
.page-top .top-mv__open {
  opacity: 0;
}
.page-top .top-mv__title,
.page-top .top-mv__date,
.page-top .top-mv__open {
  clip-path: inset(0 100% 0 0);
}
.page-top.is-loaded {
  --logo-animation-delay: 1.0s;
}
.page-top.is-loaded .top-mv__title,
.page-top.is-loaded .top-mv__date,
.page-top.is-loaded .top-mv__open {
  animation-name: wipeRight;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.8);
  animation-fill-mode: forwards;
}
.page-top.is-loaded .top-mv__title {
  animation-duration: 1.4s;
  animation-delay: 0.5s;
}
.page-top.is-loaded .top-mv__objects {
  animation: upDown 1.2s linear infinite alternate;
}
.page-top.is-loaded .top-mv__object__item {
  animation: scaleUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.8) forwards 0.5s;
}
.page-top.is-loaded .top-mv__confetti {
  animation: upDown 1.2s linear infinite alternate 0.6s;
}
.page-top.is-loaded .top-mv__logo__stroke {
  animation: logoPathDraw 1.5s ease-in-out forwards;
  animation-delay: var(--logo-animation-delay);
}
.page-top.is-loaded .top-mv__logo__fill {
  animation: logoPathFill 0.5s ease-in-out forwards;
  animation-delay: calc(var(--logo-animation-delay) + 1.4s);
}
.page-top.is-loaded .top-mv__logo path:not(.top-mv__logo__stroke, .top-mv__logo__fill) {
  animation: fadein 0.4s ease forwards 2.3s;
}
.page-top.is-loaded .top-mv__date {
  animation-duration: 1s;
  animation-delay: 2.8s;
}
.page-top.is-loaded .top-mv__open {
  animation-duration: 1s;
  animation-delay: 3.2s;
}
.page-top.is-loaded .top-mv__dust__item {
  animation: fadein 0.4s ease forwards 0.3s, upDown 1.2s linear infinite alternate 0.3s;
}
.page-top.is-loaded .top-mv__dust__item:not(.top-mv__dust__item--01) {
  animation-delay: 3.8s, 0.3s;
}
.page-top .top-about {
  background: var(--colorBg2);
  padding: 6.4rem 0;
}
.page-top .top-about__heading__en {
  color: var(--colorMain1);
  text-align: center;
  font-family: var(--fontEn);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  display: block;
}
.page-top .top-about__heading__ja {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
  text-align: center;
  margin-top: 0.7rem;
}
.page-top .top-about__heading__color {
  color: var(--colorMain1);
}
.page-top .top-about__description {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 2rem 3rem 0;
  letter-spacing: 0;
}
.page-top .top-map {
  position: relative;
  border-radius: 4rem 4rem 0 0;
  background: #fff;
}
.page-top .top-map::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--colorBg2);
  z-index: -1;
}
.page-top .top-map__inner {
  padding-block: 6.4rem 5.7rem;
}
.page-top .top-map__head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-top .top-map__heading {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
}
.page-top .top-map__heading__emphasize {
  background-image: linear-gradient(transparent 80%, #FFEDEF 80%);
  display: inline-block;
}
.page-top .top-map__heading__color {
  color: var(--colorMain1);
  font-size: 2.4rem;
}
.page-top .top-map__logo {
  width: 15rem;
}
.page-top .top-map__logo img {
  width: 100%;
}
.page-top .top-map__body {
  position: relative;
}
.page-top .top-map__balloons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  margin-inline: 2rem;
}
.page-top .top-map__balloons__item {
  cursor: pointer;
  background-color: var(--colorBg3);
  transition: background-color 0.2s ease;
  position: relative;
  z-index: 3;
  border-radius: 0.926rem;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 0;
}
.page-top .top-map__balloons__item.is-active .top-map__balloons__heading {
  color: #fff;
}
.page-top .top-map__balloons__item.is-active .top-map__balloons__description {
  color: #fff;
}
.page-top .top-map__balloons__item--ucs.is-active {
  background-color: var(--colorPark1);
}
.page-top .top-map__balloons__item--ucs.is-active::after {
  background-color: var(--colorPark1);
}
.page-top .top-map__balloons__item--ucs .top-map__balloons__heading {
  color: var(--colorPark1);
}
.page-top .top-map__balloons__item--main.is-active {
  background-color: var(--colorPark2);
}
.page-top .top-map__balloons__item--main.is-active::after {
  background-color: var(--colorPark2);
}
.page-top .top-map__balloons__item--main .top-map__balloons__heading {
  color: var(--colorPark2);
}
.page-top .top-map__balloons__item--west.is-active {
  background-color: var(--colorPark3);
}
.page-top .top-map__balloons__item--west.is-active::after {
  background-color: var(--colorPark3);
}
.page-top .top-map__balloons__item--west .top-map__balloons__heading {
  color: var(--colorPark3);
}
.page-top .top-map__balloons__heading {
  text-align: center;
}
.page-top .top-map__balloons__heading__en {
  display: block;
  font-family: var(--fontEn);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.page-top .top-map__balloons__heading__ja {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.2rem;
}
.page-top .top-map__balloons__description {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1rem;
  letter-spacing: 0;
  min-height: 4.5em;
}
.page-top .top-map__image {
  position: relative;
}
.page-top .top-map__image__item:not(.top-map__image__item--base) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  transition: opacity 0.2s ease;
}
.page-top .top-map__image__item:not(.top-map__image__item--base):not(.is-active) {
  opacity: 0;
}
.page-top .top-feature {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: -1;
}
.page-top .top-feature__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.page-top .top-feature__panel {
  border-radius: 4rem 0;
  color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-top .top-feature__panel--ucs {
  background-color: var(--colorPark1);
  background-image: url("/assets/img/top/feature-bg_ucs_sp.svg");
}
.page-top .top-feature__panel--ucs .top-feature__panel__heading__line::after {
  background-color: var(--colorPark1_dark);
}
.page-top .top-feature__panel--main {
  background-color: var(--colorPark2);
  background-image: url("/assets/img/top/feature-bg_main_sp.svg");
}
.page-top .top-feature__panel--main .top-feature__panel__heading__line::after {
  background-color: var(--colorPark2_dark);
}
.page-top .top-feature__panel--west {
  background-color: var(--colorPark3);
  background-image: url("/assets/img/top/feature-bg_west_sp.svg");
}
.page-top .top-feature__panel--west .top-feature__panel__heading__line::after {
  background-color: var(--colorPark3_dark);
}
.page-top .top-feature__panel__inner {
  padding: 3.5rem var(--sidePaddingSp1) 2.5rem;
  margin: 0 auto;
}
.page-top .top-feature__panel__heading {
  line-height: 1.5;
  margin: 0 0 -1.7rem;
  padding-inline: 1rem;
}
.page-top .top-feature__panel__heading__line {
  font-size: 2rem;
  font-weight: 700;
  display: inline;
  padding-inline: 0.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.page-top .top-feature__panel__heading__line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-top .top-feature__panel__heading__en {
  font-family: var(--fontEn);
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.page-top .top-feature__panel__image-block {
  position: relative;
}
.page-top .top-feature__panel__illust {
  position: absolute;
}
.page-top .top-feature__panel__illust--01 {
  width: 7.5rem;
  left: 1.8rem;
  bottom: 8.5rem;
}
.page-top .top-feature__panel__illust--02 {
  width: 7.8rem;
  right: 4rem;
  bottom: 0;
  translate: 0 35%;
}
.page-top .top-feature__panel__text-block {
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
.page-top .top-feature__panel__sub-heading {
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: 0;
}
.page-top .top-feature__panel__description {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 0.7rem;
}
.page-top .top-feature__panel__note {
  font-size: 1.1rem;
  line-height: 1.18;
  text-align: right;
  margin-top: 0.7rem;
  letter-spacing: 0;
}
.page-top .top-feature__pager {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: max((100% - 130.7rem) / 2, 1.5rem);
  top: 0;
  z-index: 10;
  gap: 3rem;
}
.page-top .top-feature__pager.is-fixed {
  position: fixed;
}
.page-top .top-feature__pager__item {
  width: 3.2rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--fontEn);
  font-size: 1.5rem;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}
.page-top .top-feature__pager__item:not(:last-child)::after {
  content: "";
  display: block;
  height: 1rem;
  width: 0.1rem;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: -2.2rem;
  left: 50%;
}
.page-top .top-feature__pager__item.is-active {
  color: #FFF;
  border: 1px solid currentColor;
}
.page-top .top-concept {
  position: relative;
  z-index: 1;
  padding: 7.6rem 3rem 6.4rem;
}
.page-top .top-concept::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--colorBg1);
  z-index: 0;
  border-radius: 0 0 0 4rem;
}
.page-top .top-concept::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--colorBg2);
  z-index: -1;
}
.page-top .top-concept__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
  position: relative;
  z-index: 1;
}
.page-top .top-concept__heading {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.page-top .top-concept__heading__en {
  display: block;
  color: #E1EAF0;
  font-family: var(--fontEn);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.page-top .top-concept__heading__ja {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: -1.5rem;
  letter-spacing: 0em;
}
.page-top .top-concept__heading__color {
  color: var(--colorMain1);
}
.page-top .top-concept__figure {
  width: 24.9rem;
  margin: 0 auto 0;
  aspect-ratio: 44/45;
  position: relative;
}
@keyframes popupCircle {
  0% {
    scale: 0 0;
  }
  50% {
    scale: 1.2 1.2;
  }
  100% {
    scale: 1 1;
  }
}
.page-top .top-concept__figure__circle {
  position: absolute;
  scale: 0 0;
}
.page-top .top-concept__figure__circle img {
  width: 100%;
}
.page-top .top-concept__figure__circle--01 {
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 59.2%;
}
.page-top .top-concept__figure__circle--02 {
  bottom: 0;
  right: 0;
  width: 38%;
}
.page-top .top-concept__figure__circle--03 {
  bottom: 0;
  left: 0;
  width: 38%;
}
.page-top .top-concept__figure.is-animate .top-concept__figure__circle {
  animation-name: popupCircle;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.page-top .top-concept__figure.is-animate .top-concept__figure__circle--02 {
  animation-delay: 0.1s;
}
.page-top .top-concept__figure.is-animate .top-concept__figure__circle--03 {
  animation-delay: 0.2s;
}
.page-top .top-concept__figure.is-circle-shown .top-concept__figure__circle {
  scale: 1 1;
}
@keyframes arrow01 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes arrow02 {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes arrow03 {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes arrowFadeOut {
  0% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-top .top-concept__figure__arrow {
  position: absolute;
  opacity: 1;
}
.page-top .top-concept__figure__arrow img {
  width: 100%;
}
.page-top .top-concept__figure__arrow--01 {
  top: 42%;
  right: 13.6%;
  width: 9.5%;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.page-top .top-concept__figure__arrow--02 {
  bottom: 1.2%;
  left: 34.9%;
  width: 29.5%;
  clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
}
.page-top .top-concept__figure__arrow--03 {
  top: 43%;
  left: 14.2%;
  width: 7.8%;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.page-top .top-concept__figure.is-animate .top-concept__figure__arrow, .page-top .top-concept__figure.is-arrow-only .top-concept__figure__arrow {
  animation-duration: 0.4s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.page-top .top-concept__figure.is-animate .top-concept__figure__arrow--01, .page-top .top-concept__figure.is-arrow-only .top-concept__figure__arrow--01 {
  animation-name: arrow01;
  animation-delay: 0.55s;
}
.page-top .top-concept__figure.is-animate .top-concept__figure__arrow--02, .page-top .top-concept__figure.is-arrow-only .top-concept__figure__arrow--02 {
  animation-name: arrow02;
  animation-delay: 0.95s;
}
.page-top .top-concept__figure.is-animate .top-concept__figure__arrow--03, .page-top .top-concept__figure.is-arrow-only .top-concept__figure__arrow--03 {
  animation-name: arrow03;
  animation-delay: 1.35s;
}
.page-top .top-concept__figure.is-fade-out .top-concept__figure__arrow {
  animation-name: arrowFadeOut;
  animation-duration: 0.15s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0s;
}
.page-top .top-concept__image {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.page-top .top-concept__image--01 {
  animation-delay: 0s;
}
.page-top .top-concept__image--02 {
  animation-delay: 0.3s;
}
.page-top .top-concept__image.is-fade-in {
  opacity: 1;
  transform: translateY(0);
}
.page-top .top-concept__description {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.page-top .top-concept__image-block {
  position: relative;
}
.page-top .top-concept__image {
  width: 18.1rem;
}
.page-top .top-concept__image--02 {
  position: absolute;
  bottom: -12.5rem;
  right: 0;
  animation-delay: 0.3s;
}
.page-top .top-faq {
  background-color: var(--colorBg2);
  padding: 12.5rem var(--sidePaddingSp1) 6.4rem;
  position: relative;
  z-index: 0;
}
.page-top .top-faq__heading {
  margin-bottom: 2.4rem;
}
.page-top .top-faq__accordion {
  background: #fff;
  border-radius: 0.8rem;
  padding: 2rem;
  margin: 1rem 0 0 2rem;
  box-shadow: 0.4rem 0.4rem 0 0 #D5E0E7;
}
.page-top .top-faq__question {
  position: relative;
  margin: 0;
  padding-right: 4rem;
  cursor: pointer;
}
.page-top .top-faq__question::before, .page-top .top-faq__question::after {
  content: "";
  display: block;
  width: 1.92rem;
  height: 0.2rem;
  background-color: var(--colorPark1_dark);
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transition: 0.2s ease;
}
.page-top .top-faq__question::before {
  rotate: 90deg;
}
.page-top .top-faq__accordion.is-active .top-faq__question::before {
  rotate: 180deg;
}
.page-top .top-faq__accordion.is-active .top-faq__question::after {
  rotate: 90deg;
  opacity: 0;
}
.page-top .top-faq__question__number {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background-color: var(--colorPark1);
  color: #fff;
  border-radius: 50%;
  width: 3.2rem;
  font-size: 1.4rem;
  font-family: var(--fontEn);
  letter-spacing: 0.2em;
  text-align: center;
  padding-left: 0.2em;
  position: absolute;
  top: -0.25rem;
  left: -2rem;
  translate: -2rem 0;
}
.page-top .top-faq__question__text {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0;
}
.page-top .top-faq__answer {
  margin: 0;
  display: grid;
  grid-template-rows: 0fr;
  transition-property: grid-template-rows, margin-top;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.page-top .top-faq__accordion.is-active .top-faq__answer {
  grid-template-rows: 1fr;
  margin-top: 2rem;
}
.page-top .top-faq__answer__inner {
  overflow: hidden;
  position: relative;
  padding-left: 2.7rem;
}
.page-top .top-faq__answer__inner::before {
  content: "A .";
  font-family: var(--fontEn);
  font-size: 1.8rem;
  color: var(--colorPark1);
  position: absolute;
  top: -0.25rem;
  left: 0;
}
.page-top .top-faq__answer__text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
.page-top .top-news {
  background-color: var(--colorBg1);
  padding: 7rem 0 6.4rem;
}
.page-top .top-news__inner {
  overflow: visible;
}
.page-top .top-news__list {
  margin: 2.5rem 2rem 0 2rem;
}
.page-top .top-news__list .splide__track {
  overflow: visible;
}
.page-top .top-news__button {
  margin: 4rem auto 0;
}
.page-top .top-access {
  background-color: var(--colorBg2);
  padding: 7rem var(--sidePaddingSp1);
}
.page-top .top-access__heading {
  margin-bottom: 2.4rem;
}
.page-top .top-access__sub-heading {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0;
}
.page-top .top-access__info__heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--colorMain1);
  margin-top: 1.6rem;
}
.page-top .top-access__info__sub-heading {
  padding: 0.4rem 1.6rem 0.4rem 1.8rem;
  border-radius: 999rem;
  background: #E1EAF0;
  color: #000;
  font-size: 1.6rem;
  margin-block: 0.8rem;
}
.page-top .top-access__info__text {
  padding-left: 1.8rem;
  font-size: 1.6rem;
}
.page-top .top-access__info__bold {
  font-weight: 700;
}
.page-top .top-access__map {
  border-radius: 0.8rem;
  overflow: hidden;
  aspect-ratio: 33.5/23.399;
  margin-top: 2.4rem;
  position: relative;
  width: 100%;
}
.page-top .top-access__map__iframe {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
}
.page-top .top-wide-image {
  position: relative;
}
.page-top .top-wide-image__note {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  text-align: right;
  text-shadow: 0 0 0.5rem #FFF, 0 0 0.4rem #FFF;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 768px){
  .page-top .top-mv {
    height: auto;
    aspect-ratio: 2864/1610;
  }
  .page-top .top-mv__scroll {
    width: clamp(0px,8.3798882682vw,120px);
    left: clamp(0px,4.469273743vw,64px);
    bottom: clamp(0px,1.3966480447vw,20px);
    padding-top: clamp(0px,0.3491620112vw,5px);
  }
  .page-top .top-mv__scroll::after {
    width: clamp(0px,1.1173184358vw,16px);
    border-width: 0 0 0.2rem 0.2rem;
  }
  .page-top .top-mv__scroll__text {
    font-size: clamp(0px,1.2569832402vw,18px);
  }
  .page-top .top-mv__text-box {
    padding-bottom: 0.943%;
  }
  .page-top .top-mv__logo {
    width: 17.039%;
  }
  .page-top .top-mv__date {
    width: 20.251%;
    margin-top: 1.746%;
  }
  .page-top .top-mv__open {
    width: 28.911%;
    margin-top: 1.047%;
  }
  .page-top .top-mv__dust__item {
    width: 59.358%;
  }
  .page-top .top-mv__object__item--01 {
    width: 28.282%;
    right: 23.219%;
    top: 22.547%;
  }
  .page-top .top-mv__object__item--02 {
    width: 10.684%;
    left: 8.275%;
    top: 22.671%;
  }
  .page-top .top-mv__object__item--03 {
    width: 19.413%;
    left: 6.425%;
    top: auto;
    bottom: 17.702%;
  }
  .page-top .top-mv__object__item--04 {
    width: 8.939%;
    right: 32.332%;
    top: auto;
    bottom: 32.919%;
  }
  .page-top .top-mv__object__item--05 {
    width: 20.461%;
    right: 5.936%;
    top: auto;
    bottom: 11.18%;
  }
  .page-top .top-mv__object__item--06 {
    z-index: 6;
    width: 41.55%;
    left: 30.901%;
    top: 11.801%;
  }
  .page-top .top-mv__object__item--07 {
    z-index: 7;
    width: 21.718%;
    left: 17.807%;
    top: 21.118%;
  }
  .page-top .top-mv__object__item--08 {
    width: 16.061%;
    right: 6.285%;
    top: 30.311%;
  }
  .page-top .top-mv__object__item--09 {
    width: 22.905%;
    right: 17.807%;
    top: auto;
    bottom: 1.397%;
  }
  .page-top .top-mv__object__item--10 {
    width: 20.321%;
    left: 15.398%;
    top: auto;
    bottom: 0.5%;
  }
  .page-top .top-mv__title {
    top: 1%;
  }
  .page-top .top-mv__audience {
    aspect-ratio: 2864/532;
  }
  .page-top .top-mv__confetti {
    aspect-ratio: 2864/1116;
  }
  .page-top .top-about {
    padding: 12rem 0;
  }
  .page-top .top-about__heading__en {
    font-size: 3.2rem;
  }
  .page-top .top-about__heading__ja {
    font-size: 4.8rem;
    margin-top: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .page-top .top-about__description {
    font-size: 2rem;
    margin: 1.5rem 0 0;
    text-align: center;
  }
  .page-top .top-map {
    border-radius: 12rem 12rem 0 0;
  }
  .page-top .top-map__inner {
    max-width: 128rem;
    margin: 0 auto;
    padding-block: 10rem;
  }
  .page-top .top-map__head {
    gap: 7rem;
    margin-bottom: 4.7rem;
  }
  .page-top .top-map__heading {
    font-size: 2.8rem;
    margin-bottom: 0.8rem;
  }
  .page-top .top-map__heading__color {
    font-size: 3.4rem;
  }
  .page-top .top-map__logo {
    width: 20rem;
  }
  .page-top .top-map__body {
    max-width: calc(var(--widthDefault) + var(--sidePaddingPc1) * 2);
    padding-inline: var(--sidePaddingPc1);
    margin: 0 auto;
  }
  .page-top .top-map__balloons {
    gap: 1.5rem;
    max-width: var(--widthDefault);
    margin: 0 auto -5rem;
    align-items: start;
  }
  .page-top .top-map__balloons__item {
    border-radius: 1.2rem;
    padding: 2.4rem 0;
  }
  .page-top .top-map__balloons__item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% calc(100% - 0.1rem);
    aspect-ratio: 1/1;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: var(--colorBg3);
    transition: inherit;
    width: 2.9rem;
  }
  .page-top .top-map__balloons__heading__en {
    font-size: 3.6rem;
    line-height: 1.1;
  }
  .page-top .top-map__balloons__heading__ja {
    font-size: 1.5rem;
    line-height: 1.46666667;
    margin-top: 0.3rem;
  }
  .page-top .top-map__descriptions {
    display: none;
  }
  .page-top .top-feature__list {
    row-gap: 10rem;
  }
  .page-top .top-feature__panel,
  .page-top .top-feature__pager {
    height: clamp(65rem, 100vh - 8rem, 71rem);
  }
  .page-top .top-feature__panel {
    border-radius: 12rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
  }
  .page-top .top-feature__panel--ucs {
    background-image: url("/assets/img/top/feature-bg_ucs.svg");
  }
  .page-top .top-feature__panel--main {
    background-image: url("/assets/img/top/feature-bg_main.svg");
  }
  .page-top .top-feature__panel--west {
    background-image: url("/assets/img/top/feature-bg_west.svg");
  }
  .page-top .top-feature__panel__inner {
    padding: 0 var(--sidePaddingPc1);
    width: calc(100% - 7rem);
    max-width: calc(113.6rem + var(--sidePaddingPc1) * 2);
  }
  .page-top .top-feature__panel__sub-inner {
    display: grid;
    grid-template-columns: 1fr 42rem;
    grid-template-rows: 10.5rem max-content 1fr;
    max-width: 105.4rem;
    margin-left: auto;
  }
  .page-top .top-feature__panel__heading {
    grid-area: 2/1/3/3;
    margin: 0;
    padding: 0;
  }
  .page-top .top-feature__panel__heading__line {
    font-size: 3.8rem;
    padding-inline: 1.5rem;
    letter-spacing: 0;
  }
  .page-top .top-feature__panel__heading__line::after {
    height: calc(100% - 0.2em);
    top: calc(50% + 0.05em);
    translate: 0 -50%;
  }
  .page-top .top-feature__panel__heading__en {
    font-size: 3.9rem;
  }
  .page-top .top-feature__panel__image-block {
    height: -moz-fit-content;
    height: fit-content;
    grid-area: 1/2/4/3;
  }
  .page-top .top-feature__panel__illust {
    scale: 0.75;
  }
  .page-top .top-feature__panel__illust--01 {
    transform-origin: left bottom;
    width: 32.932%;
    bottom: -15%;
    left: 7%;
  }
  .page-top .top-feature__panel__illust--02 {
    transform-origin: right top;
    width: 33.621%;
    right: 9%;
    top: -10.5%;
    bottom: auto;
    translate: 0 0;
  }
  .page-top .top-feature__panel__text-block {
    grid-area: 3/1/4/3;
    margin-top: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-top .top-feature__panel__sub-heading {
    font-size: 2.6rem;
  }
  .page-top .top-feature__panel__description {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
  .page-top .top-feature__panel__note {
    font-size: 1.2rem;
    margin-top: 1.7rem;
  }
  .page-top .top-concept {
    padding: 9rem 0 12rem;
    margin-top: 32rem;
  }
  .page-top .top-concept::before {
    border-radius: 0 0 0 12rem;
  }
  .page-top .top-concept__inner {
    gap: 0;
    grid-template-columns: 47.4rem 44rem;
    grid-template-rows: max-content max-content 1fr;
    justify-content: space-between;
    max-width: var(--widthDefault);
    margin: 0 auto;
  }
  .page-top .top-concept__heading {
    grid-area: 1/1/2/3;
    margin: 0 0 4.2rem;
  }
  .page-top .top-concept__heading__en {
    font-size: 12rem;
    letter-spacing: 0;
  }
  .page-top .top-concept__heading__ja {
    font-size: 4.2rem;
    margin-top: -4.5rem;
    letter-spacing: 0.04em;
  }
  .page-top .top-concept__figure {
    grid-area: 2/2/4/3;
    width: 100%;
    margin: 3rem 0 0;
  }
  .page-top .top-concept__description {
    grid-area: 2/1/3/2;
    font-size: 1.8rem;
  }
  .page-top .top-concept__image-block {
    grid-area: 3/1/4/2;
    width: 100%;
    height: calc(100% + 17.4rem);
  }
  .page-top .top-concept__image {
    width: 57.383966%;
    margin-top: 6.4rem;
  }
  .page-top .top-concept__image--02 {
    bottom: 0;
  }
  .page-top .top-faq {
    padding: 16.9rem var(--sidePaddingPc1) 10rem;
  }
  .page-top .top-faq__heading {
    margin-bottom: 4rem;
  }
  .page-top .top-faq__accordion {
    max-width: var(--widthDefault);
    margin: 1.6rem auto 0;
    border-radius: 1.6rem;
    padding: 2rem 3rem 2rem 2rem;
  }
  .page-top .top-faq__question {
    padding-inline: 0 4rem;
    display: grid;
    grid-template-columns: min-content 1fr;
    gap: 0 1.6rem;
  }
  .page-top .top-faq__question::before, .page-top .top-faq__question::after {
    width: 2.4rem;
    height: 0.3rem;
  }
  .page-top .top-faq__question__number {
    width: 4rem;
    font-size: 1.8rem;
    translate: 0 0;
    position: static;
    flex: none;
  }
  .page-top .top-faq__question__text {
    font-size: 2rem;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .page-top .top-faq__answer {
    padding-left: 6rem;
  }
  .page-top .top-faq__accordion.is-active .top-faq__answer {
    margin-top: 0.8rem;
    margin-bottom: 1rem;
  }
  .page-top .top-faq__answer__inner::before {
    top: -0.15rem;
  }
  .page-top .top-faq__answer__text {
    font-size: 1.8rem;
  }
  .page-top .top-news {
    padding: 11rem var(--sidePaddingPc1) 10rem;
    display: grid;
    grid-template-columns: max(0px, (100% - 113.6rem) / 2) 1fr;
  }
  .page-top .top-news__inner {
    grid-area: 2/2/3/3;
  }
  .page-top .top-news__list {
    margin: 3.8rem 0 0;
    max-width: var(--widthDefault);
  }
  .page-top .top-news__button {
    margin-left: 0;
  }
  .page-top .top-access {
    padding: 11rem var(--sidePaddingPc1);
  }
  .page-top .top-access__inner {
    max-width: 113.6rem;
    margin-inline: auto;
    justify-content: space-between;
    grid-template-columns: max-content 1fr;
    grid-template-rows: min-content 1fr;
    display: grid;
    gap: 0 4rem;
  }
  .page-top .top-access__heading {
    margin-bottom: 5.4rem;
    grid-area: 1/1/2/2;
  }
  .page-top .top-access__content {
    grid-area: 2/1/3/2;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-top .top-access__sub-heading {
    font-size: 2.6rem;
  }
  .page-top .top-access__info__heading {
    margin-top: 2.4rem;
  }
  .page-top .top-access__info__heading::first-letter {
    font-size: 1.5rem;
  }
  .page-top .top-access__map {
    border-radius: 4rem;
    margin: 0 0 0 auto;
    aspect-ratio: unset;
    grid-area: 2/2/3/3;
    max-width: 63.9rem;
  }
  .page-top .top-wide-image__note {
    font-size: 1.4rem;
    bottom: 1.3rem;
    right: max((100% - 99rem) / 2, var(--sidePaddingPc1));
  }
}
@media (min-width: 1024px){
  .page-top .top-feature__panel__sub-inner {
    grid-template-columns: 1fr min(40.503vw, 58rem);
  }
  .page-top .top-feature__panel__illust {
    scale: 1;
  }
  .page-top .top-feature__panel__illust--01 {
    left: -2.6%;
    bottom: -9%;
  }
  .page-top .top-feature__panel__sub-heading {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px){
  .page-top .top-mv__scroll {
    left: 0;
    right: 0;
    margin-inline: auto;
    bottom: 1.8rem;
    width: 6.2rem;
  }
  .page-top .top-map__head {
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 3rem;
  }
  .page-top .top-map__balloons__description {
    display: none;
  }
  .page-top .top-map__descriptions {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-top: 2rem;
  }
  .page-top .top-map__descriptions__item {
    text-align: center;
    grid-area: 1/1/2/2;
    color: var(--colorPark1_dark);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    align-self: center;
  }
  .page-top .top-map__descriptions__item:not(.is-active) {
    opacity: 0;
    visibility: hidden;
  }
  .page-top .top-map__descriptions__item--ucs {
    color: var(--colorPark1_dark);
  }
  .page-top .top-map__descriptions__item--main {
    color: var(--colorPark2);
  }
  .page-top .top-map__descriptions__item--west {
    color: var(--colorPark3);
  }
  .page-top .top-feature__panel--main .top-feature__panel__sub-heading {
    letter-spacing: -0.025em;
  }
  .page-top .top-feature__panel__main-image {
    width: 31.5rem;
    margin-inline: auto;
  }
  .page-top .top-feature__pager {
    display: none;
  }
}
@media (any-hover: none){
  .page-top .top-map__balloons__item.is-active {
    pointer-events: none;
  }
}