@charset "UTF-8";

.sp {
  display: block;
}

.pc {
  display: none;
}

.wrapper {
  padding: 0 5vw;
  width: 100%;
  box-sizing: border-box;
}

.btn {
  width: 100%;
  padding: 0 10vw;
  margin-bottom: 48px;
  margin-top: 64px;
  text-align: center;
}
.btn h3 {
  font-size: 1.2rem;
  margin-bottom: 24px;
  line-height: 1.7;
}
.btn a {
  display: inline-block;
}
.btn a img {
  width: 100%;
  display: block;
}

.credit {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}
.credit .comment {
  line-height: 150%;
}
.credit .comment span {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 0.5625rem;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  color: #333333;
  margin-top: 10px;
}
.credit p {
  display: block;
  margin-bottom: 5px;
}
.credit p a {
  color: #333;
  margin-left: 8px;
  font-size: 0.95rem;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 6px 3px 6px;
}
.credit p a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 0.4s ease;
}
.credit p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.credit p a:hover::before {
  transform: scaleX(0);
}
.credit p a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.credit p .comingsoon {
  background: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  letter-spacing: 0.5px;
  line-height: 100%;
}
.credit .small {
  font-size: 0.625rem;
  line-height: 200%;
}

/* ============================================
   SP用：オープニングオーバーレイ調整
   ============================================ */
#opening-overlay {
  overflow: hidden;
}

.opening-wave {
  width: 300%;
  margin-left: -100%;
  height: 40vw;
}

.opening-wave__svg text {
  font-size: 96px;
}

.block-intro ._p1,
.block-intro ._p2,
.block-intro ._p3,
.block-intro ._p4,
.block-intro ._p5,
.block-intro ._p6 {
  transform: scale(3.5);
  transform-origin: center center;
}
.block-intro ._p1.js-active2,
.block-intro ._p2.js-active2,
.block-intro ._p3.js-active2,
.block-intro ._p4.js-active2,
.block-intro ._p5.js-active2,
.block-intro ._p6.js-active2 {
  transform: scale(1.1);
}

#top {
  overflow: hidden;
}
#top .mv {
  width: 100%;
  position: relative;
}
#top .mv .mv-pc {
  display: none;
}
#top .mv .mv-sp {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
}
#top .mv .mv-sp .mv-sp-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 1.8s ease-in-out;
}
#top .mv .mv-sp .mv-sp-img.is-active {
  opacity: 1;
}
#top {
}
#top .ttl {
  position: absolute;
  left: 30%;
  top: 96%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  z-index: 1;
  color: #fbfbfd;
}
#top .ttl h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(4rem, 6.14vw, 7rem);
  line-height: 0.9;
  margin: 0;
  letter-spacing: 0;
  white-space: nowrap;
}
#top .ttl .second {
  margin-left: 1.7em;
}
#top .ttl .third {
  margin-left: 0.8em;
}
#top .mv-loop__track {
  display: flex;
  width: 600vw;
  animation: mvLoop 20s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}
#top .mv-loop__slide {
  flex: 0 0 100vw;
  width: 100vw;
}
#top .mv-loop__slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes mvLoop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
#top {
  /* ============================================
   ★★★ MVループ ここまで ★★★
   ============================================ */
}
#top .readAera {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 80px;
}
#top .readAera .read {
  text-align: center;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
}
#top .readAera .read p {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.5px;
}
#top .readAera .index {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#top .readAera .index .inner-index {
  width: 240px;
}
#top {
}
#top #lead {
  position: relative;
  width: 100%;
  margin-top: clamp(3.75rem, 25vw, 18rem);
  padding: 0 5vw;
  box-sizing: border-box;
}
#top #lead .lead-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 230%;
}
#top #lead .lead-photo {
  position: absolute;
  overflow: hidden;
}
#top #lead .lead-photo--01 {
  right: 0;
  top: 0;
  width: 20.25%;
}
#top #lead .lead-photo--02 {
  right: -6%;
  top: 58%;
  width: 32%;
}
#top #lead .lead-photo--03 {
  left: -6%;
  top: 10%;
  width: 63%;
}
#top #lead .lead-photo--04 {
  left: 0;
  top: 68%;
  width: 41.25%;
}
#top #lead .lead-photo--05 {
  left: 55%;
  top: 90%;
  width: 40%;
}
#top #lead .lead-text {
  position: absolute;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18vw;
  line-height: 1;
  color: #333;
  margin: 0;
  white-space: nowrap;
  z-index: 1;
}
#top #lead .lead-text--art {
  left: 0;
  top: 0;
}
#top #lead .lead-text--youcan {
  left: calc(23% + 4vw);
  top: 42%;
}
#top #lead .lead-text--livein {
  left: 0;
  top: 94%;
}
#top #lead p.lead-text {
  margin: 0;
}
#top #lead .lead-text.js-fixed {
  position: fixed;
  top: 0;
}
#top #lead .lead-copy {
  margin-top: 40px;
  text-align: left;
}
#top #lead .lead-copy__title {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 10vw;
  line-height: 1.2;
  color: #333;
  margin: 80px 0 calc(22vw + 24px);
  opacity: 0;
}
#top #lead .lead-copy__text {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: clamp(0.75rem, 3.5vw, 1rem);
  line-height: 2;
  letter-spacing: 0.5px;
  color: #333;
}
#top #lead .lead-copy__text p {
  margin: 0;
}

.premium-wave-section {
  margin-top: 144px;
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.premium-wave-section .premium-wave-svg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.premium-wave-section {
  /* ▼ 縦型動画コンテナのスタイル */
}
.premium-wave-section .video-overlay-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 80%;
  aspect-ratio: 9/16;
  width: 70%;
}
.premium-wave-section .vertical-dummy-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.premium-wave-section2 {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.premium-wave-section2 .premium-wave-svg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.premium-wave-section2 {
  /* ▼ 縦型動画コンテナのスタイル */
}
.premium-wave-section2 .video-overlay-container {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 80%;
  aspect-ratio: 9/16;
  width: 70%;
}
.premium-wave-section2 .vertical-dummy-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#sec1 {
  width: 100%;
  margin-top: clamp(3.75rem, 45vw, 18rem);
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 64px;
  padding: 0 5vw;
  box-sizing: border-box;
}
#sec1 .text .num {
  width: 100%;
}
#sec1 .text .heading {
  margin-top: 48px;
  font-size: clamp(0.75rem, 3.5vw, 1.25rem);
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
#sec1 .text .desc {
  margin-top: 8px;
  font-size: clamp(0.75rem, 3.5vw, 1rem);
  line-height: 2;
}
#sec1 .img01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
#sec1 .img01 > picture {
  width: calc(100% + 5vw);
  margin-right: -5vw;
  display: block;
}
#sec1 .img02 {
  width: calc(78.5% + 5vw);
  margin-left: -5vw;
}
#sec1 .img03 {
  width: 41.5%;
  margin-left: auto;
}

#sec2 {
  width: 100%;
  margin-top: clamp(3.75rem, 45vw, 18rem);
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 64px;
  padding: 0 5vw;
  box-sizing: border-box;
}
#sec2 .text .num {
  width: 100%;
}
#sec2 .text .heading {
  margin-top: 48px;
  font-size: clamp(0.75rem, 3.5vw, 1.25rem);
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
#sec2 .text .desc {
  margin-top: 8px;
  font-size: clamp(0.75rem, 3.5vw, 1rem);
  line-height: 2;
}
#sec2 .img01 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#sec2 .img02 {
  width: calc(100% + 5vw * 2);
  margin-left: -5vw;
  margin-right: -5vw;
}
#sec2 .img03 {
  display: none;
}

#sec3 {
  width: 100%;
  margin-top: clamp(3.75rem, 45vw, 18rem);
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 48px;
  padding: 0 5vw;
  box-sizing: border-box;
}
#sec3 .num {
  width: 100%;
}
#sec3 .text .heading {
  margin-top: 8px;
  font-size: clamp(0.75rem, 3.5vw, 1.25rem);
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
#sec3 .text .desc {
  margin-top: 8px;
  font-size: clamp(0.75rem, 3.5vw, 1rem);
  line-height: 2;
}
#sec3 .img01 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#sec3 .img01 > picture {
  width: calc(78.5% + 5vw);
  margin-left: -5vw;
  display: block;
}
#sec3 .img02 {
  width: calc(47.5% + 5vw);
  margin-left: auto;
  margin-right: -5vw;
}

#art-video {
  background-color: #d9d9d9;
  margin-top: clamp(3.75rem, 45vw, 18rem);
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 6.25rem;
  line-height: 1.2;
  width: 100%;
}
#art-video .wrap {
  padding: 40px 5vw;
  box-sizing: border-box;
}
#art-video .t-art,
#art-video .t-you,
#art-video .t-can {
  display: inline;
  margin-right: 6px;
}
#art-video .t-art {
  color: #333;
}
#art-video .t-you,
#art-video .t-can,
#art-video .t-livein {
  color: #fbfbfd;
}
#art-video .video-wrap {
  margin: 16px auto;
  width: 90%;
}
#art-video .video-wrap video {
  display: block;
  width: 100%;
  height: auto;
}
#art-video .t-livein {
  text-align: right;
  color: #333;
}

#sec4 {
  width: 100%;
  margin-top: clamp(3.75rem, 45vw, 18rem);
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 64px;
  padding: 0 5vw;
  box-sizing: border-box;
}
#sec4 .text .num {
  width: 100%;
}
#sec4 .text .heading {
  margin-top: 48px;
  font-size: clamp(0.75rem, 3.5vw, 1.25rem);
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
#sec4 .text .desc {
  margin-top: 8px;
  font-size: clamp(0.75rem, 3.5vw, 1rem);
  line-height: 2;
}
#sec4 .img01 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#sec4 .img01 > picture {
  width: calc(100% + 5vw);
  margin-right: -5vw;
  display: block;
}

#sec5 {
  width: 100%;
  margin-top: clamp(3.75rem, 45vw, 18rem);
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 64px;
  padding: 0 5vw;
  box-sizing: border-box;
}
#sec5 .text .num {
  width: 100%;
}
#sec5 .text .heading {
  margin-top: 48px;
  font-size: clamp(0.75rem, 3.5vw, 1.25rem);
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
#sec5 .text .desc {
  margin-top: 8px;
  font-size: clamp(0.75rem, 3.5vw, 1rem);
  line-height: 2;
}
#sec5 .img02 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#sec5 .img02 > picture {
  width: calc(100% + 5vw * 2);
  margin-left: -5vw;
  margin-right: -5vw;
  display: block;
}

#sec6 {
  width: 100%;
  margin-top: clamp(3.75rem, 45vw, 18rem);
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 64px;
  padding: 0 5vw;
  box-sizing: border-box;
}
#sec6 .num {
  width: 100%;
}
#sec6 .text .heading {
  margin-top: 8px;
  font-size: clamp(0.75rem, 3.5vw, 1.25rem);
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
#sec6 .text .desc {
  margin-top: 8px;
  font-size: clamp(0.75rem, 3.5vw, 1rem);
  line-height: 2;
}
#sec6 .img01 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#sec6 .img01 > picture {
  width: calc(100% + 5vw);
  margin-left: -5vw;
  display: block;
}
#sec6 .img02 {
  width: 57%;
  margin: 0 auto;
}

#wishlist {
  padding: 48px 0;
  margin-top: clamp(3.75rem, 45vw, 18rem);
}
#wishlist h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: 3.5rem;
  letter-spacing: 0.5px;
  color: #333;
  width: auto;
  margin: 0 5vw 32px;
  text-align: center;
}
#wishlist .wrap {
  max-width: none;
  margin: 0;
  padding: 0 5vw;
}
#wishlist .inner-contents {
  margin-bottom: 80px;
}
#wishlist .inner-contents:last-child {
  margin-bottom: 0;
}
#wishlist .inner-contents h3 {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-bottom: 20px;
}
#wishlist .flexbox {
  --col-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px var(--col-gap);
  width: 100%;
  padding: 0;
}
#wishlist .flexbox > a {
  width: calc((100% - var(--col-gap)) / 2);
  display: block;
  text-decoration: none;
  color: inherit;
}
#wishlist .flexbox dl {
  margin: 0;
}
#wishlist .flexbox dl dt {
  width: 100%;
}
#wishlist .flexbox dl dt picture {
  display: block;
  width: 100%;
}
#wishlist .flexbox dl dt picture img {
  width: 100%;
  height: auto;
  display: block;
}
#wishlist .flexbox dl dd {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 8px 0 0;
  margin: 0;
  text-align: center;
  color: #333;
}

.check {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: #333;
  margin: 0;
  padding: 8px 5vw 64px;
  text-align: center;
}

#artist-profile {
  margin-top: 0;
  padding: 24px 5vw 48px;
  width: 100%;
}
#artist-profile .wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 48px;
}
#artist-profile .artist-card {
  background-color: #d8d8d8;
  border-radius: 8px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #e8e8e8;
}
#artist-profile .artist-card .avatar {
  width: 70px;
}
#artist-profile .artist-card .avatar picture,
#artist-profile .artist-card .avatar img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
#artist-profile .artist-card .bio {
  font-size: 0.95rem;
  line-height: 2;
  color: #333;
  text-align: justify;
  margin: 0;
}

#staff {
  text-align: center;
  font-size: 0.95rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 180%;
  margin-top: 80px;
  padding-bottom: 12vw;
  letter-spacing: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#staff ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0 auto;
  padding: 0;
}
#staff ul li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  justify-content: flex-start;
  margin-bottom: 8px;
  text-align: left;
}
#staff ul li p {
  width: 120px;
  margin-bottom: 0;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 400;
}
