#page-top {
  margin-top: 0 !important;
}

.top-mv--wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
}

.loading-animation {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid rgb(0, 121, 51);
  width: 40px;
  height: 40px;
  margin: auto;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top-mv {
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
  aspect-ratio: 1920/1104;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .top-mv {
    aspect-ratio: 390/519;
  }
}

.top-mv__inner {
  position: relative;
  background: #fff;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.top-mv__inner.done-fadein .top-mv__building {
  bottom: 0;
  opacity: 1;
}

.top-mv__building {
  position: absolute;
  bottom: -20px;
  left: 30%;
  z-index: 2;
  width: 15%;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 2s;
}
@media screen and (max-width: 767px) {
  .top-mv__building {
    width: 130px;
    left: 7%;
  }
}

.top-mv--image-1 {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
}
.top-mv--image-1 img {
  vertical-align: bottom;
}

.top-mv__item {
  text-align: center;
}
.top-mv__item.item-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-mv__ttl {
  width: 13.5%;
  position: absolute;
  left: 30%;
  top: 34%;
  z-index: 2;
  transition-delay: 0.5s;
}
@media screen and (min-width: 1920px) {
  .top-mv__ttl {
    left: 30%;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__ttl {
    top: 47%;
    left: 30%;
    max-width: 145px;
    width: 100%;
  }
}

.top-info {
  position: relative;
}
.top-info::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url("../img/top/entry-bg.jpg") no-repeat;
  background-size: cover;
  z-index: -1;
}

.top-info .top-info__inner {
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 200px 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-info .top-info__inner {
    padding: 48px 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-info .top-info__inner.info::before {
    position: absolute;
    content: "";
    inset: 0;
    background: url("../img/top/entry-bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}
.top-info .top-info__inner.entry {
  background: rgba(217, 217, 217, 0.16);
  backdrop-filter: blur(20px);
  padding: 40px 0;
  max-width: 100%;
}
.top-info__ttl {
  position: relative;
}
.top-info__ttl .en {
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 14px;
  letter-spacing: 0.4em;
  padding-bottom: 45px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-info__ttl .en {
    font-size: 12px;
    padding-bottom: 30px;
  }
}
.top-info__ttl .en::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top-info__ttl .en::before {
    height: 10px;
  }
}
.top-info__ttl .jp {
  color: #fff;
  letter-spacing: 0.5em;
  font-size: 20px;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .top-info__ttl .jp {
    font-size: 16px;
  }
}

.top-info__txt {
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.38em;
  font-size: 16px;
  font-weight: 200;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-info__txt {
    font-size: 14px;
    letter-spacing: 0.3em;
    margin-top: 24px;
  }
}

.top-info__btnWrap {
  margin: 40px auto 0;
  max-width: 400px;
  width: 100%;
  position: relative;
}

.top-info__btn {
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #CCC49B;
  backdrop-filter: blur(38px);
  padding: 18px;
  gap: 2px;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .top-info__btn:hover {
    background-color: #CCC49B;
  }
  .top-info__btn:hover .en,
  .top-info__btn:hover .jp {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .top-info__btn {
    font-size: 16px;
    margin: 25px auto 0;
    padding: 12px 10px 12px;
    width: 70%;
  }
}
.top-info__btn::before {
  background-color: #CCC49B;
  position: absolute;
  content: "";
  width: 150px;
  height: 1px;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .top-info__btn::before {
    width: 70px;
  }
}
.top-info__btn::after {
  background-color: #CCC49B;
  position: absolute;
  content: "";
  width: 16px;
  height: 1px;
  top: 50%;
  right: -72px;
  transform: rotate(35deg) translateY(-6px);
}
@media screen and (max-width: 767px) {
  .top-info__btn::after {
    right: -32px;
  }
}
.top-info__btn .en {
  color: #CCC49B;
  font-family: "Cinzel", serif;
  font-size: 20px;
  letter-spacing: 0.3em;
  line-height: 1;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-info__btn .en {
    font-size: 16px;
  }
}
.top-info__btn .jp {
  color: #CCC49B;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-info__btn .jp {
    font-size: 12px;
  }
}

.top-info__circle {
  border: 1px solid #CCC49B;
  border-radius: 100%;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 48%;
  right: -70px;
  transform: translate(50%, -50%);
  transition: background-color 0.5s;
  animation: ripple 3s linear infinite;
}
@media screen and (max-width: 767px) {
  .top-info__circle {
    right: 25px;
  }
}

.top-info__entry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-info__entry {
    flex-direction: column;
    gap: 80px;
  }
}

.top-info__entryItem {
  position: relative;
}
.top-info__entryItem::before, .top-info__entryItem::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -20%;
  width: 100px;
  height: 0.5px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 2px) 0%;
}
@media screen and (max-width: 767px) {
  .top-info__entryItem::before, .top-info__entryItem::after {
    top: auto;
    width: 70px;
    bottom: 0;
    right: auto;
    left: 50%;
    transform-origin: 0%;
  }
}
.top-info__entryItem::before {
  transform: rotate(45deg);
  top: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .top-info__entryItem::before {
    transform: rotate(155deg) translateX(-100%);
    bottom: -60px;
    top: auto;
  }
}
.top-info__entryItem::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .top-info__entryItem::after {
    transform: rotate(-155deg);
    bottom: -60px;
  }
}
.top-info__entryItem:last-of-type::before, .top-info__entryItem:last-of-type::after {
  content: none;
}
.top-info__entryItem .step {
  color: #FFF;
  text-align: center;
  font-family: "Cinzel", serif;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .top-info__entryItem .step {
    font-size: 12px;
  }
}
.top-info__entryItem .jp {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.2em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .top-info__entryItem .jp {
    font-size: 16px;
  }
}
.top-info__entryItem .txt {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top-info__entryItem .txt {
    font-size: 12px;
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    transform: translate(50%, -50%) scale(0.4);
    opacity: 0;
  }
  50% {
    transform: translate(50%, -50%) scale(0.7);
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
    transform: translate(50%, -50%) scale(1);
    opacity: 0.1;
  }
}
@keyframes circle {
  0% {
    width: 30px;
    height: 30px;
    opacity: 0;
  }
  100% {
    width: 50px;
    height: 50px;
    opacity: 0.8;
  }
}
.top-info__imgWrap {
  position: relative;
}

.top-info__itemTtl {
  color: #8E8061;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top-info__itemTtl {
    font-size: 16px;
    margin-top: 12px;
    letter-spacing: 0.1em;
  }
}

.top-info__itemTxt {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top-info__itemTxt {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
}

#page-top #page-top .top-mv .top-mv--image-1 .parallax-wrapper {
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
  margin: 0;
}

#page-top .top-mv #movie-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #page-top .top-mv #movie-pc {
    display: none;
  }
}

#page-top .top-mv #movie-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #page-top .top-mv #movie-sp {
    display: block;
  }
}

#page-top .top-mv .mv-skip-button {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 160px;
  right: 16px;
  z-index: 10;
  color: #fff;
  background-color: #000;
  padding: 4px 8px 4px 20px;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #page-top .top-mv .mv-skip-button {
    top: auto;
    bottom: 16px;
    font-size: 12px;
  }
}

#page-top .top-mv .mv-skip-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
  transform: translateY(-50%);
}

#page-top .swiper-slide {
  line-height: 0;
}

#page-top .swiper-slide img {
  width: 100%;
}

#page-top .top-cta {
  padding: 40px;
  background: rgba(142, 128, 97, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-top .top-cta {
    padding: 40px 16px;
  }
}
#page-top .top-cta::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url("../img/top/bg-top.svg") no-repeat;
  background-size: cover;
  z-index: -1;
}

#page-top .top-cta .top-cta__inner {
  text-align: center;
}
#page-top .top-cta .top-cta__inner img {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #page-top .top-cta .top-cta__inner img {
    width: 80%;
  }
}

#page-top .top-image-1 figure {
  display: block;
}

#page-top .top-image-1 {
  line-height: 1;
}

#page-top .top-image-1 img {
  vertical-align: top;
  width: 100%;
}

#page-top .top-concept {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  #page-top .top-concept {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #page-top .top-concept {
    padding: 128px 20px 84px;
  }
}
#page-top .top-concept__bg {
  aspect-ratio: 1920/1334;
  position: absolute;
  background-position: top;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #page-top .top-concept__bg {
    aspect-ratio: 390/650;
  }
}
#page-top .top-concept__inner {
  max-width: 1200px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #page-top .top-concept__inner {
    flex-direction: column;
    justify-content: center;
  }
}
#page-top .top-concept .top-concept__heading-1 {
  color: #FFF;
  font-size: 28px;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.32em;
}
@media screen and (max-width: 767px) {
  #page-top .top-concept .top-concept__heading-1 {
    font-size: 24px;
    letter-spacing: 0.12em;
  }
}
#page-top .top-concept__heading-en {
  text-align: center;
  max-width: 187px;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  #page-top .top-concept__heading-en {
    max-width: 140px;
    margin-top: 14px;
  }
}
#page-top .top-concept .top-concept__heading-2 {
  color: #FFF;
  font-size: 24px;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.25em;
  margin-top: 124px;
  margin-bottom: 9%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page-top .top-concept .top-concept__heading-2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 260%;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
#page-top .top-concept .top-concept__text-1 {
  margin-top: 10%;
  margin-right: 8%;
}
@media screen and (max-width: 1350px) {
  #page-top .top-concept .top-concept__text-1 {
    margin-top: 8%;
  }
}
@media screen and (max-width: 767px) {
  #page-top .top-concept .top-concept__text-1 {
    margin-top: 50px;
    margin-right: 0;
  }
}
#page-top .top-concept .top-concept__text-1 p {
  color: #FFF;
  line-height: 400%;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #page-top .top-concept .top-concept__text-1 p {
    font-size: 12px;
    line-height: 320%;
    text-align: center;
  }
}

#page-top .top-concept .top-concept__image-1 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #page-top .top-concept .top-concept__image-1 {
    margin-bottom: 16px;
  }
}

.top-card {
  padding: 200px 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-card {
    padding: 16px 15px;
  }
}
.top-card::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url("../img/top/bg-top.svg") no-repeat;
  background-size: cover;
  z-index: -1;
}

.top-card__inner {
  max-width: 1000px;
  margin: auto;
}

.top-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .top-card__list {
    gap: 6px 4px;
  }
}
.top-card__list li {
  width: calc((100% - 12px) / 3);
  aspect-ratio: 46/40;
}
@media screen and (max-width: 767px) {
  .top-card__list li {
    width: calc((100% - 6px) / 2);
    aspect-ratio: 178/154;
  }
}

.top-card__link {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 46/40;
  padding: 16px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top-card__link:hover::before {
    opacity: 0;
  }
  .top-card__link:hover img {
    transform: scale(1.2);
  }
}
.top-card__link::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  inset: 0;
  transition: 0.5s;
}
.top-card__link img {
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-card__link {
    aspect-ratio: 178/154;
    padding: 9px 8px 21px 8px;
  }
}
.top-card__link .en {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-card__link .en {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
.top-card__link .jp {
  position: relative;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top-card__link .jp {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 6px;
    letter-spacing: 0.12em;
  }
}
.top-card__link .jp small {
  font-size: 80%;
}

.top-card__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  inset: 0;
  z-index: -1;
}

.sticky-wrap {
  position: relative;
}
.sticky-wrap .top-image-1__wrap {
  margin: -1px;
}
@media screen and (max-width: 767px) {
  .sticky-wrap .top-image-1__wrap {
    margin: 0;
  }
}
.sticky-wrap .top-image-1 {
  position: sticky;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sticky-wrap .top-image-1 {
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 39/22;
    margin-bottom: -2px;
  }
  .sticky-wrap .top-image-1 img,
  .sticky-wrap .top-image-1 picture {
    height: auto !important;
  }
}
.sticky-wrap .top-image-1 img,
.sticky-wrap .top-image-1 picture {
  height: 100dvh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-concept {
  position: relative;
  z-index: 2;
  height: 100dvh;
  min-height: 100vh;
}