@charset 'UTF-8';
html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1401px) {
  html {
    font-size: 0.4960929vw;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 1050px) {
  html {
    font-size: 0.7142857vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333vw;
  }
}
body {
  width: 100%;
}

.l-container {
  width: 100%;
}

.f-container {
  position: relative;
  display: flex;
  overflow: clip;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  color: #000000;
  background-color: #000000;

  scroll-margin-top: 80px;
  font-feature-settings: 'palt';
}
.f-container * {
  box-sizing: border-box;

  margin-block-start: 0;
  margin-block-end: 0;
}
.f-container a.mask-img,
.f-container .sec__img a {
  position: relative;
}
.f-container a.mask-img::after,
.f-container .sec__img a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.3s ease;

  -webkit-mask-size: cover;
  mask-size: cover;
  will-change: opacity;
}
.f-container a.mask-img:hover,
.f-container .sec__img a:hover {
  opacity: 1;
}
.f-container a.mask-img:hover::after,
.f-container .sec__img a:hover::after {
  background: rgba(255, 255, 255, 0.3);
}
.f-container img,
.f-container video {
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
}
.f-container svg {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.f-container a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.f-container a:hover {
  opacity: 0.7;
}
.f-container figure {
  display: block;
}
.f-container .f-left,
.f-container .f-right {
  width: 50%;
}
.f-container .f-right {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
.f-container .f-right .hero {
  width: 100%;
  height: 100%;
}
.f-container .f-right .hero__box {
  position: relative;
  width: 100%;
  height: 100%;
}
.f-container .f-right .hero__mv {
  position: relative;
  width: 100%;
  height: 100%;
}
.f-container .f-right .hero__mv img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.f-container .f-right .hero__title-gradation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.f-container .f-right .hero__title-gradation img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1400px) {
  .f-container .f-right .hero__title-gradation img {
    width: 85%;
  }
}
@media screen and (max-width: 1050px) {
  .f-container .f-left {
    width: 75rem;
  }
  .f-container .f-right {
    width: calc(100% - 75rem);
  }
  .f-container .f-right .hero__title {
    width: 35.7142857143vw;
    height: auto;
  }
  .f-container .f-right .hero__title img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .f-container .f-left {
    width: 75rem;
  }
  .f-container .f-left .hero-sp-mv {
    display: block;
  }
  .f-container .f-right {
    display: none;
  }
}
.f-container .f-main {
  position: relative;
  z-index: 2;
  overflow: clip;
  max-width: 75rem;
  margin: 0 auto;
  background: #ffffff;
}
.f-container .f-main-wrap {
  width: 100%;
  margin: 0 auto;
}
.f-container .fadeIn {
  opacity: 0;
  transition: 1s;
}
.f-container .fadeIn.showed {
  opacity: 1;
}
.f-container .hero-sp-mv {
  display: none;
}
.f-container .hero__text {
  width: 61.16rem;
  padding: 10rem 0 13rem;
  margin: 0 auto;
}
.f-container .common__star {
  position: absolute;
  pointer-events: none;
}
.f-container .common__star.w-12 {
  width: 1.2rem;
}
.f-container .common__star.w-13 {
  width: 1.35rem;
}
.f-container .common__star.w-18 {
  width: 1.8rem;
}
.f-container .common__star.star-anim {
  animation: starBlink var(--star-duration, 2s) var(--star-delay, 0s) infinite ease-in-out;
}
@keyframes starBlink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.f-container .sec__area {
  position: relative;
}
.f-container .sec__num {
  position: relative;
  padding-bottom: 2.5rem;
  letter-spacing: 0.035em;
  font-family: 'forma-djr-micro', sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2.8rem;
}
.f-container .sec__num::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 2.7rem;
  height: 0.3rem;
  content: '';
  background-color: #000000;
  transform: translateX(-50%);
}
.f-container .sec__over {
  position: relative;
}
.f-container .sec__title {
  width: 100%;
}
.f-container .sec__title img {
  margin: 0 auto 4.8rem;
}
.f-container .sec__text {
  margin-bottom: 7rem;
  letter-spacing: 0.05em;
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  line-height: 5rem;
}
.f-container .sec__text span {
  display: inline-block;
}
.f-container .sec__name {
  position: relative;
  display: flex;
  align-items: flex-start;

  margin-block-start: 0;
  margin-block-end: 0;
}
.f-container .sec__name.b {
  box-sizing: content-box;
  height: 7.3rem;
  border-top: 0.2rem solid #000000;
  border-bottom: 0.2rem solid #000000;
}
.f-container .sec__name.v {
  width: 90rem;
  text-align: left;
}
.f-container .sec__name.v.ar {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(90deg) translate(100%, 100%);
  transform-origin: bottom right;
}
.f-container .sec__name.v.al {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg) translateY(0%);
  transform-origin: bottom left;
}
.f-container .sec__name.v span {
  height: 100% !important;
}
.f-container .sec__name span {
  display: block;
  width: 100%;
  padding-bottom: 0.9rem;
  font-family: 'benton-modern-display', serif;
  font-size: 5rem;
  font-weight: 300;
  font-style: normal;
  line-height: 3.8rem;
}
.f-container .sec__name span.c {
  margin: 0 auto;
}
.f-container .sec__name-wrap {
  position: relative;
}
.f-container .sec__name-wrap span {
  transition: clip-path 1s 0.3s ease;

  clip-path: inset(0 100% 0 0);
}
.f-container .sec__name-wrap.showed span {
  clip-path: inset(0 0 0 0);
}
.f-container .sec__price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 4.6rem 0 6.7rem;
  font-family: 'benton-modern-display', serif;
  font-weight: 300;
  font-style: normal;
}
.f-container .sec__price span {
  letter-spacing: 0.025em;
}
.f-container .sec__price .yen {
  padding-right: 1rem;
  padding-bottom: 1.1rem;
  font-size: 5.8rem;
  line-height: 3.6rem;
  transform: translateX(0.3rem);
}
.f-container .sec__price .num {
  padding-bottom: 0.9rem;
  font-size: 7rem;
  line-height: 4.8rem;
}
.f-container .sec__box {
  position: relative;
}
.f-container .sec__credit {
  padding-top: 5.5rem;
  margin-bottom: 18rem;
}
.f-container .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;

  -moz-column-gap: 1.9rem;
  column-gap: 1.9rem;
  row-gap: 2.6rem;
}
.f-container .sec__credit.dfc {
  display: flex;
  justify-content: center;
  width: 100%;
}
.f-container .sec__credit.dfc .credit {
  justify-content: center;
}
.f-container .sec__credit .item a {
  display: flex;
  letter-spacing: 0.02em;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2.1rem;
}
.f-container .sec__credit .item.br {
  padding-right: 16rem;
}
.f-container .sec__slide {
  position: relative;
  overflow: clip;
  width: 100%;
  background-color: #000000;
}
.f-container .sec__slide .swiper-pagination {
  top: 1.8rem;
  right: 2.2rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;

  -moz-column-gap: 1.7rem;
  column-gap: 1.7rem;
}
.f-container .sec__slide .swiper-pagination .swiper-pagination-bullet {
  width: 1.8rem;
  height: 2.4rem;
  margin: 0;
  opacity: 0.4;
  background: no-repeat url(../img/slide-pagenation.svg) 0 0 / contain;
}
.f-container .sec__slide .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.f-container .sec01 .sec__num {
  margin-bottom: 5.2rem;
}
.f-container .sec01 .sec__over .star01 {
  top: -4.4rem;
  left: 18.4rem;
}
.f-container .sec01 .sec__over .star02 {
  top: 13.7rem;
  right: 16.5rem;
}
.f-container .sec01 .sec__over .star03 {
  top: 17rem;
  right: 13.8rem;
}
.f-container .sec01 .sec__title img {
  width: 43.49rem;
}
.f-container .sec01 .name01 span {
  height: 5rem;
  margin-top: 1.7rem;
  letter-spacing: 0.012em;
}
.f-container .sec01 .box01 {
  width: 70rem;
  margin: 0 auto;
}
.f-container .sec01 .box01 .img01 {
  margin-bottom: 1rem;
}
.f-container .sec01 .box02 .star01 {
  top: -9.1rem;
  right: 7.3rem;
}
.f-container .sec01 .box02 .star02 {
  top: -6.1rem;
  right: 10.4rem;
}
.f-container .sec01 .box02 .name02 {
  top: -7rem;
  left: 1rem;
}
.f-container .sec01 .box02 .name02 span {
  padding-bottom: 2.4rem;
  letter-spacing: 0.006em;
  font-size: 5.8rem;
  line-height: 4.6rem;
}
.f-container .sec01 .box02 .img03 {
  width: 64rem;
  margin-bottom: 14rem;
  margin-left: auto;
}
.f-container .sec01 .box02 .credit02 .credit {
  width: 43rem;
}
.f-container .sec02 .sec__num {
  margin-bottom: 6rem;
}
.f-container .sec02 .sec__over .star01 {
  top: 2.2rem;
  right: 10.3rem;
}
.f-container .sec02 .sec__over .star02 {
  top: 15.2rem;
  left: 3rem;
}
.f-container .sec02 .sec__over .star03 {
  top: 18.1rem;
  left: 5.4rem;
}
.f-container .sec02 .sec__title img {
  width: 53.82rem;
}
.f-container .sec02 .sec__text span {
  padding: 0 0.5rem;
}
.f-container .sec02 .name01 span {
  height: 5rem;
  margin-top: 1.7rem;
  letter-spacing: 0.018em;
}
.f-container .sec02 .box01 .img01 {
  margin-bottom: 10rem;
}
.f-container .sec02 .box01 .img02,
.f-container .sec02 .box01 .credit01 {
  width: 65.2rem;
  margin-left: auto;
}
.f-container .sec02 .box02 {
  width: 70rem;
  margin: 0 auto;
}
.f-container .sec02 .box02 .star01 {
  top: -13.5rem;
  left: 1.5rem;
}
.f-container .sec02 .box02 .star02 {
  top: -10rem;
  left: 4.5rem;
}
.f-container .sec02 .box02 .slide01 {
  margin-bottom: 1rem;
}
.f-container .sec02 .box03 {
  margin-bottom: 10rem;
}
.f-container .sec02 .box03 .star01 {
  top: -13.1rem;
  right: 3.2rem;
}
.f-container .sec02 .box03 .star02 {
  top: -8.4rem;
  right: 8.7rem;
}
.f-container .sec02 .box03 .star03 {
  top: -5.6rem;
  right: 6rem;
}
.f-container .sec02 .box04 .name02 {
  top: -6.6rem;
  right: 2.9rem;
}
.f-container .sec02 .box04 .name02 span {
  padding-bottom: 2.4rem;
  letter-spacing: 0.012em;
  font-size: 5.8rem;
  line-height: 4.6rem;
}
.f-container .sec02 .box04 .img06 {
  width: 64rem;
}
.f-container .sec02 .box04 .credit03 {
  width: 64rem;
  padding-left: 4rem;
}
.f-container .ud {
  position: relative;
  width: 67.5rem;
  margin: 0 auto 14.3rem;
}
.f-container .ud__btn:nth-of-type(n + 2) {
  margin-top: 2rem;
}
.f-container .ud .star01 {
  top: -14.5rem;
  left: 12.7rem;
}
.f-container .ud .star02 {
  top: -9.5rem;
  left: 6.7rem;
}
.f-container .ud .star03 {
  top: -6.2rem;
  left: 10.1rem;
}
.f-container .ud .star04 {
  top: -7.5rem;
  right: 3.7rem;
}
.f-container .ud .star05 {
  top: -4rem;
  right: 7.9rem;
}
.f-container .ud .star06 {
  right: 17.9rem;
  bottom: -5rem;
}
.f-container .ud .star07 {
  right: 20.8rem;
  bottom: -7.4rem;
}
.f-container .st__title {
  padding-top: 0.4rem;
  margin-bottom: 3.6rem;
  letter-spacing: 0.15em;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6rem;
}
.f-container .st__detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 48rem;
  padding-bottom: 31.5rem;
  margin: 0 auto;

  row-gap: 2.6rem;
}
.f-container .st__detail span {
  letter-spacing: 0.02em;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2.2rem;
}
.f-container .st__detail span.w-100 {
  width: 100%;
}
.f-container .to-top {
  position: absolute;
  right: 3.8rem;
  bottom: 5rem;
  width: 6.8rem;
}

.pc-footer {
  margin-top: 0;
}

.l-footer {
  padding-top: 0;
}
