@charset "UTF-8";

.sp {
  display: none;
}

.pc {
  display: block;
}

.wrapper {
  padding: 0 70px;
  box-sizing: border-box;
  position: relative;
}

.btn {
  width: 100%;
  margin-top: 16px;
}
.btn h3 {
  text-align: center;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  letter-spacing: 0;
  margin-bottom: 16px;
  line-height: 1.7;
}
.btn a {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.btn a img {
  width: 240px;
  display: block;
}

.credit {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
.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.9rem;
  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%;
}

#top {
  overflow: hidden;
}
#top .mv {
  width: 100%;
  position: relative;
}
#top .mv .mv-pc {
  display: block;
}
#top .mv .mv-pc img {
  width: 100%;
  height: auto;
  display: block;
}
#top .mv .mv-sp {
  display: none;
}
#top {
}
#top .ttl {
  position: absolute;
  top: 50%;
  left: 35.5%;
  width: 51%;
  height: 51%;
  z-index: 1;
  color: #fbfbfd;
}
#top .ttl h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(2.5rem, 6.14vw, 7rem);
  line-height: 1.3;
  margin: 0;
  letter-spacing: 0;
  white-space: nowrap;
}
#top .ttl .second {
  margin-left: 3.05em;
}
#top {
  /* ========== ▼ ここから: リードセクション（PC） ========== */
}
#top #lead {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 168px;
}
#top #lead .lead-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 90.78%;
}
#top #lead {
}
#top #lead .lead-photo {
  position: absolute;
  overflow: hidden;
}
#top #lead {
}
#top #lead .lead-photo--01 {
  left: 0;
  top: 10%;
  width: 27.64%;
}
#top #lead {
}
#top #lead .lead-photo--02 {
  left: 62%;
  top: 16%;
  width: 5.79%;
}
#top #lead {
}
#top #lead .lead-photo--03 {
  left: 75%; /* 1013/1400 */
  top: 38%; /* 246/1272 */
  width: 20.21%; /* 283/1400 */
}
#top #lead {
}
#top #lead .lead-photo--04 {
  left: 28%;
  top: 60%;
  width: 15%;
}
#top #lead {
}
#top #lead .lead-photo--05 {
  left: 60%;
  top: 78%;
  width: 40%;
}
#top #lead .lead-photo--05__inner {
  display: flex;
  gap: 0;
}
#top #lead .lead-photo--05__inner picture {
  width: 50%;
}
#top #lead {
}
#top #lead .lead-text {
  position: absolute;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(48px, 10vw, 92px);
  line-height: 1;
  color: #333;
  white-space: nowrap;
  z-index: 1;
}
#top #lead {
}
#top #lead .lead-text--art {
  left: 27%;
  top: 0;
}
#top #lead {
  /* "you can" — Art から右 10rem、下 28rem */
}
#top #lead .lead-text--youcan {
  left: calc(27% + 10rem);
  top: 28rem;
}
#top #lead {
}
#top #lead .lead-text--livein {
  left: calc(29.5% + 32rem);
  top: 56rem;
}
#top #lead {
}
#top #lead p.lead-text {
  margin: 0;
}
#top #lead {
}
#top #lead .lead-text.js-fixed {
  position: fixed;
  top: 0;
}
#top #lead {
}
#top #lead .lead-copy {
  margin-top: 80px;
  text-align: center;
  padding: 0 160px;
}
#top #lead .lead-copy__title {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(48px, 6.14vw, 86px);
  line-height: 120%;
  color: #333;
  margin-bottom: 40px;
  opacity: 0;
}
#top #lead .lead-copy__text {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 240%;
  letter-spacing: 0.5px;
  color: #333;
  text-align: center;
}
#top {
  /* ========== ▲ ここまで: リードセクション（PC） ========== */
}

#sec1 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: clamp(10.5rem, 20vw, 24rem);
  position: relative;
  aspect-ratio: 1400/1274;
}
#sec1 .img03 {
  position: absolute;
  left: 7.4%;
  top: 0;
  width: 13%;
}
#sec1 .img01 {
  position: absolute;
  left: 58%;
  top: 0;
  width: 42%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#sec1 .text {
  position: absolute;
  left: 22%;
  top: 28%;
  width: 300px;
}
#sec1 .text .num {
  width: 70%;
}
#sec1 .text .heading {
  margin-top: 48px;
  font-size: clamp(0.75rem, 1vw, 0.975rem);
  line-height: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
#sec1 .text .desc {
  margin-top: 16px;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: 2;
}
#sec1 .img02 {
  position: absolute;
  left: 0;
  top: 60%;
  width: 28%;
}

#sec2 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: clamp(10.5rem, 20vw, 24rem);
  position: relative;
  aspect-ratio: 1400/1376.43;
}
#sec2 .text {
  position: absolute;
  left: 15.21%;
  top: 0;
  width: 300px;
  letter-spacing: 0.5px;
}
#sec2 .text .num {
  width: 70%;
}
#sec2 .text .heading {
  margin-top: 48px;
  font-size: clamp(0.75rem, 1vw, 0.975rem);
  line-height: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
#sec2 .text .desc {
  margin-top: 16px;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: 2;
}
#sec2 .img01 {
  position: absolute;
  left: 43.5%;
  top: 8%;
  width: 42%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
#sec2 .img02 {
  position: absolute;
  left: 15.21%;
  top: 43%;
  width: 27.42%;
}
#sec2 .img03 {
  position: absolute;
  left: 43.5%;
  top: 69.25%;
  width: 20.21%;
}

#sec3 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: clamp(10.5rem, 20vw, 24rem);
  position: relative;
  aspect-ratio: 1400/898.76;
}
#sec3 .num {
  position: absolute;
  left: 77.6%;
  top: 25%;
  width: 15%;
}
#sec3 .img01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 63.6221428571%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
#sec3 .img02 {
  position: absolute;
  right: 0;
  top: 55%;
  width: 20.4285714286%;
}
#sec3 .text {
  position: absolute;
  left: 7.7142857143%;
  top: 78%;
  width: 300px;
}
#sec3 .text .heading {
  font-size: clamp(0.75rem, 1vw, 0.975rem);
  line-height: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
#sec3 .text .desc {
  margin-top: 16px;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: 2;
}

#art-video {
  width: 100%;
  margin-top: clamp(10.5rem, 20vw, 24rem);
  background-color: #d9d9d9;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(3rem, 10.3vw, 9rem);
  line-height: 1.2;
}
#art-video .wrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 1400/800;
  box-sizing: border-box;
}
#art-video .t-art,
#art-video .t-you,
#art-video .t-can,
#art-video .t-livein {
  position: absolute;
  margin: 0;
  white-space: nowrap;
}
#art-video .t-art {
  left: 20%;
  top: 6%;
  color: #333;
}
#art-video .t-you {
  right: 20%;
  top: 6%;
  color: #fbfbfd;
}
#art-video .t-can {
  left: 18%;
  top: 75.5%;
  color: #fbfbfd;
}
#art-video .t-livein {
  right: 10%;
  top: 75.5%;
  color: #333;
}
#art-video .video-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30.3%;
  aspect-ratio: 424/642;
}
#art-video .video-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#sec4 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: clamp(10.5rem, 20vw, 24rem);
  position: relative;
  aspect-ratio: 1400/1165.64;
}
#sec4 .img01 {
  position: absolute;
  left: 7.2142857143%;
  top: 0;
  width: 42.0714285714%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#sec4 .text {
  position: absolute;
  left: 57.2142857143%;
  top: 0;
  width: 300px;
}
#sec4 .text .num {
  width: 70%;
}
#sec4 .text .heading {
  margin-top: 48px;
  font-size: clamp(0.75rem, 1vw, 0.975rem);
  line-height: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
#sec4 .text .desc {
  margin-top: 16px;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: 2;
}
#sec4 .img02 {
  position: absolute;
  left: 57.2142857143%;
  top: 50%;
  width: 35%;
}

#sec5 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: clamp(10.5rem, 20vw, 24rem);
  position: relative;
  aspect-ratio: 1400/984.22;
}
#sec5 .text {
  position: absolute;
  left: 7.2142857143%;
  top: 0;
  width: 300px;
}
#sec5 .text .num {
  width: 70%;
}
#sec5 .text .heading {
  margin-top: 48px;
  font-size: clamp(0.75rem, 1vw, 0.975rem);
  line-height: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
#sec5 .text .desc {
  margin-top: 16px;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: 2;
}
#sec5 .img01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 49.2857142857%;
}
#sec5 .img02 {
  position: absolute;
  left: 12%;
  top: 57%;
  width: 38.6971428571%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#sec6 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: clamp(10.5rem, 20vw, 24rem);
  position: relative;
  aspect-ratio: 1400/1023.55;
}
#sec6 .img02 {
  position: absolute;
  left: 7%;
  top: 17%;
  width: 21%;
}
#sec6 .img01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 63.7142857143%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
#sec6 .img01 .credit {
  margin-left: 7.2142857143%;
}
#sec6 .num {
  position: absolute;
  left: 76.7%;
  top: 20%;
  width: 15%;
}
#sec6 .img02 {
  position: absolute;
  left: 72.3571428571%;
  top: 48%;
  width: 20.2142857143%;
}
#sec6 .text {
  position: absolute;
  left: 35%;
  bottom: 0;
  width: 28%;
}
#sec6 .text .heading {
  font-size: clamp(0.75rem, 1vw, 0.975rem);
  line-height: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
#sec6 .text .desc {
  margin-top: 16px;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: 2;
}

#wishlist {
  padding: 96px 0 64px;
  margin-top: clamp(10.5rem, 20vw, 24rem);
}
#wishlist h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 5.75rem);
  letter-spacing: 0.5px;
  text-align: center;
  color: #333;
  margin: 0 auto 80px;
  width: auto;
}
#wishlist .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 60px);
}
#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: clamp(1rem, 2vw, 2.25rem);
  letter-spacing: 0.5px;
  text-align: center;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-bottom: 40px;
}
#wishlist .flexbox {
  --col-gap: clamp(16px, 2vw, 32px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--col-gap);
  width: 100%;
  margin: 0;
}
#wishlist .flexbox > a {
  width: calc((100% - var(--col-gap) * 4) / 5);
  display: block;
  text-decoration: none;
  color: inherit;
}
#wishlist .flexbox > a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}
#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.75rem;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 12px 0 0;
  margin: 0;
  text-align: center;
  color: #333;
}

.check {
  margin: 0;
  padding: 16px clamp(24px, 4vw, 60px) 48px;
  text-align: center;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
  color: #333;
}

/* ============================================
 ★★★ 新規：#artist-profile アーティスト紹介 ★★★
 ・#wishlist と同じ #d9d9d9 背景で連続(margin-top: 0)
 ・カードは #e8e8e8 (少し明るめのグレー)
 ・PC: 2カードを横並び
 ・SP: 2カードを縦積み
 ============================================ */
#artist-profile {
  margin-top: 0;
  padding: 40px 0 96px;
  width: 100%;
}
#artist-profile .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 60px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: clamp(1.25rem, 2.5vw, 2.5rem);
  column-gap: clamp(1.25rem, 2.5vw, 2.5rem);
}
#artist-profile .artist-card {
  background-color: #e8e8e8;
  border-radius: 0.5rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: clamp(1rem, 2vw, 2rem);
  column-gap: clamp(1rem, 2vw, 2rem);
  align-items: start;
}
#artist-profile .artist-card .avatar {
  width: clamp(3.75rem, 6vw, 5.625rem);
  flex-shrink: 0;
}
#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: clamp(0.75rem, 1vw, 0.875rem);
  line-height: 1.9;
  color: #333;
  margin: 0;
}

#staff {
  text-align: center;
  font-size: 0.75rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 180%;
  margin-top: 80px;
  padding-bottom: 4vw;
  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;
  font-size: 1.25rem;
  font-weight: 400;
}
