.mv__block {
  line-height: 0;
  position: relative;

}

.scroll__down {
  position: absolute;
  bottom: 0;
  left: 305px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

@media (max-width:767px) {
  .scroll__down {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16.8vw;
		display: none;
  }
}

.scroll__down .eng-txt {
  color: var(--color-white2);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.96px;
  text-decoration: none;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  display: block;
}

.scroll__down .line {
  width: 1px;
  height: 80px;
  background: #666b66;
  display: block;
  position: relative;
  overflow: hidden;
}

.scroll__down .line::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  animation: scrollDown 1.5s linear infinite;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

@keyframes scrollDown {
  0% {
    top: -100%;
  }

  100% {
    top: 100%;
  }
}

/* .main__content.top {
  margin-top: 794px;
} */


.main__content.top {
  margin-top: 100vh;
}



@media (max-width:767px) {
  .main__content.top {
    margin-top: 100vh;
  }
}

/* .mv__block.top {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 832px;
  z-index: 0;
  overflow: hidden;
} */




.mv__block.top {
  position: fixed;
  inset: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 0;
  overflow: hidden;
  background-color: #3F3A39;
}






@media (max-width: 767px) {
  .mv__block.top {
    min-height: 100vh;
  }
}

.mv__block .swiper {
  width: 100%;
  height: 100%;
}

@media (max-width:767px) {
  .mv__block .swiper {
    width: 100%;
    height: 94vh;
  }
}

/* Prevent slide shifting */
.mv__block .swiper-wrapper {
  transform: none !important;
  background-color: #3F3A39;
  transition-timing-function: linear
}

.mv__block .swiper-slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  transition: opacity 1s ease !important;
  transform: none !important;
}


.mv__block .swiper__ttl {
  position: absolute;
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 40px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 3.2px;
  top: 336px;
  left: 146px;
  z-index: 50;
  animation: crystalClear 2s forwards;
}

@keyframes crystalClear {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(5px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}



@media (max-width:767px) {
  .mv__block .swiper__ttl {
    position: absolute;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2.56px;
    width: 100%;
    /* left: 50%;
    transform: translateX(-50%); */
    right: unset;
		left: unset;
    z-index: 4;
    top: 136px;
		top: 50%;
		transform: translateY(calc(-50% - 28px)) !important;
  }
}

.mv__block .swiper-slide-active {
  opacity: 1 !important;
  z-index: 2;
}

.mv__block .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.mv__block__controls {
  position: absolute;
  bottom: 1.563vw;
  right: 2.344vw;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}

@media (max-width:767px) {
  .mv__block__controls {
    right: 5.333vw;
    bottom: 6.4vw;
  }
}

/* Pagination Dots */
.mv__block .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  position: static;
}

.mv__block .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(163, 159, 157, 0.40);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}

.mv__block .swiper-pagination-bullet-active {
  background: #fff;
}

/* Play/Pause Button */
.mv__block__toggle {
  background: transparent;
  border: unset;
  cursor: pointer;
}

.mv__block__toggle span img {
  width: 16px;
  height: 16px;
}



.mv__block__play-icon,
.mv__block__pause-icon {
  line-height: 0;
}

.mv__block__hidden {
  display: none;
}

/* Optional fade effect smoothness */
.mv__block img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}



.scroll-img {
  position: absolute;
  bottom: 0;
  right: 26px;
  transition: all 0.25s ease;
}

@media (max-width: 767px) {
  .scroll-img {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    bottom: 6.667vw;
    max-width: 22.93vw;
  }
}

.scroll-img:hover {
  opacity: 0.7;
}

.mv__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 99px;


}





@media (max-width: 767px) {
  .mv__content {
    right: unset;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);

  }
}

.mv__content.rgt {
  right: unset;
  left: 8.75vw;
  top: 25vw;
  transform: unset;
}

@media (max-width: 991px) {
  .mv__content.rgt {
    top: 19vw;
  }
}

@media (max-width: 767px) {
  .mv__content.rgt {
    left: 6.133vw;
    bottom: 13.333vw;
    top: unset;
  }
}

.mv__title {
  color: var(--color-white);
  text-align: right;
  font-family: var(--font-secondary);
  font-size: 48px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 7.68px;
}

@media (max-width: 767px) {
  .mv__title {
    font-size: 8.533vw;
    letter-spacing: 0.683vw;
    line-height: 10.667vw;
    width: 100%;
    text-align: center;
    z-index: 10;
  }
}

.mv__title.big {
  color: var(--wh, #FFF);
  font-size: 80px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 6.4px;
  text-align: left;
  margin-bottom: 24px;
}

@media (max-width:767px) {
  .mv__title.big {
    font-size: 12.8vw;
    font-weight: 500;
    line-height: 15.467vw;
    letter-spacing: 1.024vw;
  }
}

.mv__title.sm {
  font-size: 40px;
  letter-spacing: 3.2px;
  line-height: 49px;
  text-align: left;
}

@media (max-width:767px) {
  .mv__title.sm {

    font-size: 8.533vw;
    line-height: 12.907vw;
    letter-spacing: 0.683vw;
    margin-bottom: 0 !important;
  }
}

.mv__title.lh {
  line-height: 56px;
  letter-spacing: 3.84px;
  text-align: left;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .mv__title.lh {
    font-size: 8.533vw;
    line-height: 10.4vw;
    margin-bottom: 4.533vw;
  }
}

@media (max-width: 767px) {
  .mv__title.rgt {
    text-align: left;
    margin-bottom: 17px;
  }
}

.mv__subttl {
  color: var(--color-white);
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 3.84px;
}

.mv__subttl.sm {
  font-size: 28px;
  letter-spacing: 1.12px;
  line-height: 28px;
  margin-top: 16px;
}

@media (max-width:767px) {
  .mv__subttl.sm {
    margin-top: 0;
    font-size: 4.8vw;
    line-height: 7.467vw;
    letter-spacing: 0.683vw;
  }
}

.mv__subttl.sml {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.72px;
  margin-bottom: 11px;
}

.mv__subttl.md {
  color: var(--color-white);
  font-size: 22px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 1.76px;
}


@media (max-width: 767px) {
  .mv__subttl {
    font-size: 4.8vw;
    letter-spacing: 0.768vw;
    line-height: 8.533vw;
  }

  .mv__subttl.sml {
    font-size: 4.267vw;
    font-weight: 500;
    line-height: 8.533vw;
    letter-spacing: 0.341vw;
  }

  .mv__subttl.md {
    font-size: 4.8vw;
    line-height: 8vw;
    letter-spacing: 0.384vw;
  }

}


.information {
  background: rgba(63, 58, 57, 0.70);
  padding-block: 48px;
}

@media (max-width:767px) {
  .information {
    padding-block: 24px;
  }
}

.information__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 767px) {
  .information__block {
    flex-direction: column;
    gap: 6.4vw;
  }
}

@media (max-width: 767px) {
  .information__block .common__button {
    align-self: flex-end;
  }
}

.information__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex: 1;
}

@media (max-width: 767px) {
  .information__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.information .common__sharelink {
  letter-spacing: 1.44px;
  line-height: 28px;
  flex-shrink: 0;
}

@media (max-width:767px) {
  .information .common__sharelink {
    font-size: 3.733vw;
    max-width: 31.867vw;
    width: 100%;
    margin-inline: auto 0;
    margin-top: 6.4vw;
  }
}

.information__heading {
  color: var(--color-white2);
  font-family: var(--font-secondary);
  font-size: 40px;
  font-weight: 500;
  line-height: 48.4px;
  letter-spacing: 3.2px;

}

.information__date {
  color: var(--color-gray3);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 49px;
  letter-spacing: 1.12px;
}

@media (max-width: 767px) {
  .information__date {
    font-size: 2.667vw;
    letter-spacing: 0.213vw;
    line-height: 4vw;

  }

  .information__heading {
    font-size: 6.933vw;
    line-height: 8.267vw;
    letter-spacing: 0.555vw;
  }
}

@media (max-width: 767px) {
  .information__content {
    padding-bottom: 2.133vw;
  }
}

.information__desc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.information__desc:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .information__desc {
    flex-direction: column;
    align-items: self-start;
    gap: 2.133vw;
    margin-bottom: 4.267vw;
  }
}

.information__desc-txt {
  color: var(--color-white);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.72px;
  position: relative;
  padding-right: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.25s ease;
  cursor: pointer;
}

.information__desc-txt:hover {
  opacity: 0.7;
}

.information__desc-txt::after {
  content: "";
  position: absolute;
  background-image: url("../img/common/icon-rightarrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .information__desc-txt {
    font-size: 3.733vw;
    letter-spacing: 0.299vw;
    line-height: 3.733vw;

  }
}

/* concept */

.concept {
  background-image: url("../img/top/concept-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width:767px) {
  .concept {
    background-image: url("../img/top/concept-bg-sp.jpg");
  }
}

.concept.l-section {
  padding-block: 148px 128px;
}

@media (max-width:767px) {
  .concept.l-section {
    padding-block: 88px 64px;
  }
}


.concept__lists-txt {
  position: relative;
  padding-left: 44px;
  counter-increment: item;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  padding-block: 8px;
  margin-bottom: 5px;
  font-family: var(--font-primary);
}

@media (max-width:767px) {
  .concept__lists-txt {
    position: relative;
    font-size: 4.8vw;
		font-size: 4.4vw;
    font-weight: 500;
    /*line-height: 7.467vw;*/
    letter-spacing: 0.2vw;
    padding-left: 8.667vw;
    margin-bottom: 0;
  }
}

.concept__lists-txt::before {
  content: counter(item, decimal-leading-zero) ".";
  position: absolute;
  left: 0;
  color: var(--color-white);
  font-weight: 500;
  width: 24px;
  font-size: 18px;
  letter-spacing: 1.44px;
}

@media (max-width:767px) {
  .concept__lists-txt::before {
    font-size: 3.733vw;
    letter-spacing: 0.299vw;
    width: 17px;
  }
}

.concept__sharelink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  max-width: 469px;
	max-width: 400px;
  width: 100%;
  margin-inline: auto 0;
  margin-top: 48px;

}

@media (max-width:767px) {
  .concept__sharelink {
    margin-inline: auto;
    margin-top: 8.533vw;
		margin-top: 80px;
    max-width: 88.267vw;
  }

}

.concept__sharelink .first-link {
  position: relative;
  color: var(--color-white);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.88px;
  text-decoration: none;
  display: block;
  padding: 16px 40px 16px 16px;
  border-bottom: 1px solid var(--color-white);
  transition: all 0.25s ease;
  width: 100%;
}

@media (max-width:767px) {
  .concept__sharelink .first-link {
    font-size: 3.7vw;
    font-weight: 500;
    line-height: 4.8vw;
    letter-spacing: 0.171vw;
    padding: 10px 25px 10px 0px;
  }
}

.concept__sharelink .first-link:hover {
  opacity: 0.7;
}

.concept__sharelink .first-link::after {
  content: "";
  position: absolute;
  background-image: url("../img/common/icon-rightarrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);

}

@media (max-width:767px) {
  .concept__sharelink .first-link::after {
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.concept__sharelink .second-link {
  color: var(--color-white);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.72px;
  text-decoration: none;
  display: block;
  padding: 16px 40px 16px 16px;
  /*background: var(--button01, rgba(163, 159, 157, 0.40));
  backdrop-filter: blur(5px);*/
  width: 100%;
  transition: all 0.25s ease;
}
.concept__sharelink .second-link {
    color: var(--color-white);
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.88px;
    text-decoration: none;
    display: block;
    padding: 16px 40px 16px 16px;
    /* background: var(--button01, rgba(163, 159, 157, 0.40)); */
    /* backdrop-filter: blur(5px); */
    width: 100%;
    transition: all 0.25s ease;
    position: relative;
}

@media (max-width:767px) {
  .concept__sharelink .second-link {
    font-size: 3.7vw;
    font-weight: 500;
    line-height: 4.8vw;
    letter-spacing: 0.171vw;
    padding: 10px 25px 10px 0px;
  }
}

.concept__sharelink .second-link:hover {
  opacity: 0.7;
}

.concept__sharelink .second-link::after {
  content: "";
  position: absolute;
  background-image: url("../img/common/icon-rightarrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);

}

@media (max-width:767px) {
  .concept__sharelink .second-link::after {
    right: 4px;
  }
}



.location {
  background-image: url("../../assets/img/top/locartion-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .location {
    background-image: url("../../assets/img/top/locartion-bg-sp.webp");
  }
}

.location__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 120px;
}

@media (max-width:1199px) {
  .location__block {
    gap: 80px;
  }
}

@media (max-width:991px) {
  .location__block {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .location__block {
    flex-direction: column-reverse;
    gap: 6.4vw;
    justify-content: center;
  }

  .location .section-header {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
    .section-header {
			margin-bottom: 50px;
      /*margin-bottom: 13.333333333333334vw;*/
    }
}




.location__ttl {
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 1.12px;
}

@media (max-width: 767px) {
  .location__ttl {
    font-size: 2.667vw;
    letter-spacing: 0.213vw;
  }
}

@media (max-width:767px) {
  .location__content {
    width: 100%;
  }
}

.location__desc {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border-left: 4.5px solid var(--color-yellow);
  padding: 2px 28px 2px 12px;
  transition: all 0.25s ease;
  margin-bottom: 10px;
}

@media (max-width:767px) {
  .location__desc {
    /*padding: 8px 0px 8px 12px;*/
		margin-bottom: 10px;
  }
}

.location__desc:hover {
  opacity: 0.7;
}

.location__desc::after {
  content: "";
  position: absolute;
  background-image: url("../img/common/icon-rightarrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  right: 0;
}

.location__desc:nth-of-type(2) {
  border-left: 4.5px solid var(--color-green);
}

.location__desc:nth-of-type(3) {
  border-left: 4.5px solid var(--color-purple);
}

.location__desc:nth-of-type(4) {
  border-left: 4.5px solid var(--color-brown);
}

.location__desc:nth-of-type(5) {
  border-left: 4.5px solid var(--color-purple2);
}

.location__desc:last-of-type {
  border-left: 4.5px solid var(--color-blue);
}

.location__txt {
  color: var(--color-white);
  font-family: var(--color-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  /* 160% */
  letter-spacing: 0.72px;
}

@media (max-width: 767px) {
  .location__txt {
    font-size: 4.2vw;
    letter-spacing: 0.384vw;
  }
}


.location__image {
  max-width: 704px;
  width: 100%;
  position: relative;
}

@media (max-width:1199px) {
  .location__image {
    max-width: 550px;
    width: 100%;
  }
}

@media (max-width:991px) {
  .location__image {
    max-width: 53vw;
    width: 100%;
  }
}

@media (max-width:767px) {
  .location__image {
    max-width: 100%;
    width: 100%;
  }
}

.location__image img {
  width: 100%;
}

.location__image-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  top: 11.797vw;
  left: 6.719vw;
  transition: opacity 0.4s ease;
}

.location__image-content:hover {
  opacity: 0.7;
}

.location__image-content .eng {
  color: var(--color-white);
  text-align: right;
  font-family: var(--font-secondary);
  font-size: 1.406vw;
  font-weight: 500;
  line-height: 1.719vw;
  letter-spacing: 0.056vw;
  text-decoration-line: underline;
  display: inline-block;
}



.location__image-content .jp {
  color: var(--color-white);
  font-size: 1.094vw;
  font-weight: 500;
  line-height: 1.563vw;
  letter-spacing: 0.091vw;
  display: inline-block;
}

@media (max-width:767px) {
  .location__image-content .eng {
    font-size: 3.733vw;
    letter-spacing: 0.149vw;
  }

  .location__image-content .jp {
    font-size: 2.667vw;
    letter-spacing: 0.213vw;
    margin-top: 1.067vw;
    line-height: 2.933vw;
  }

  .location__image-content {
    top: 27.933vw;
    left: 4.533vw;
  }
}

.location__image-content .jp:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #80658D;
  right: -24px;
  top: 73%;
  transform: translateY(-50%);
}

@media (max-width:767px) {
  .location__image-content .jp:after {
    width: 8px;
    height: 8px;
    right: -13px;
    top: 72%;
  }
}

/* Base state for all elements that should animate on scroll */
.scroll-animate {
  opacity: 0;
  filter: blur(20px);
  transform: translateY(10px);
  /* will-change: opacity, filter, transform; */
}

/* Animation class (added via JS when in view) */
.scroll-animate.animate {
  animation: blurFadeInSmooth 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes blurFadeInSmooth {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.scroll-animate--delay.animate {
  animation-delay: 0.1s;
}

.page-fade-overlay {
  position: fixed;
  inset: 0;
  background-color: #000;
  opacity: 1;
  z-index: 9999;
  /* above everything */
  pointer-events: none;
  animation: fadeOutOverlay 1.5s ease forwards;
  animation-delay: 0.5s;
  /* small pause before fading out */
}

@keyframes fadeOutOverlay {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}




/*# sourceMappingURL=top.css.map */