@charset "utf-8";

/*********************************************
Artist Singleページ
*********************************************/
/* ヒーローセクション */
.artist-hero-title {
  position: relative;
  z-index: 1;
}

.artist-hero-title-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.artist-hero-title-left {
  padding-top: 16px;
}
.artist-hero-kicker {
  font-size: 16px;
  margin-bottom: 6px;
}

.artist-hero-name {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

.artist-hero-divider {
  width: 1px;
  height: 148px;
  background: #000;
  margin: 0 50px;
}

.artist-hero-name-jp {
  font-size: 10px;
  padding-top: 64px;
}

.sec_artist-hero .artist-hero-image {
  margin: 0 -90px;
  width: 100vw;
  position: relative;
  height: 580px;
  overflow: hidden;
  margin-top: -30px;
}

.sec_artist-hero .artist-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* プロフィール */
.sec_artist-prf {
  padding-top: 140px;
}

.artist-prf-title {
  text-align: center;
}

.artist-prf-title_main {
  margin: 0;
  font-weight: 600;
}

.artist-prf-title_sub {
  margin: 10px 0 0;
}

.artist-prf-title_line {
  display: block;
  width: 1px;
  height: 28px;
  margin: 18px auto 0;
  background: currentColor;
}

.artist-prf-lead {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 78px;
}

.artist-prf-inner {
  width: min(1540px, calc(100% - 60px));
  margin: 0 auto;
}

.artist-prf-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 126px;
  align-items: center;
}

.artist-prf-media {
  margin: 0;
  width: 100%;
  aspect-ratio: 1 / 1.25;
  overflow: hidden;
}

.artist-prf-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.artist-prf-name {
  display: flex;
  align-items: baseline;
  gap: 40px;
  margin-bottom: 60px;
}

.artist-prf-name-en {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
}

.artist-prf-name-ja {
  font-size: 10px;
}

.artist-prf-text p + p {
  margin-top: 12px;
}

.artist-prf-text .artist-prf-subhead {
  margin-top: 24px;
  font-weight: 500;
}

.artist-prf-text .artist-prf-subhead:first-of-type {
  margin-top: 50px;
}

/* アートワーク */
.sec_artist-artworks {
  padding-top: 236px;
}

.sec_artist-artworks .artist-aw-inner {
  width: min(1714px, 100%);
  margin: 0 auto;
}

.sec_artist-artworks .artist-aw-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}

.sec_artist-artworks .artist-aw-item {
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid #EDEDED;
}

.sec_artist-artworks .artist-aw-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ポップアップ */
.sec_artist-artworks .artist-aw-btn {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  display: block;
}

.sec_artist-artworks .artist-aw-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dialog */
.artist-aw-dialog {
  border: 0;
  padding: 40px;
  background: transparent;
  max-width: min(92vw, 980px);
  max-height: 86vh;
}

.artist-aw-dialog::backdrop {
  background: rgba(0, 0, 0, 0.65);
}

.artist-aw-dialog-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 86vh;
  object-fit: contain;
  background: #fff;
}

/* 閉じるボタン */
.artist-aw-close {
  position: absolute;
  top: 0;
  right: 40px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.artist-aw-close::before,
.artist-aw-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px; 
  background: #fff;
  transform-origin: center;
}

.artist-aw-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.artist-aw-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Approach & Philosophy */
.sec_artist-approach {
  padding-top: 236px;
  margin: 0 -15px;
}

.sec_artist-approach .artist-ap-box {
  background: #F5F5F5;
  padding: 90px 0 30px;
  margin-top: -80px;
}

.sec_artist-approach .artist-ap-box-inner {
  width: min(1200px, calc(100% - 60px));
  margin: 0 auto;
}

.sec_artist-approach .artist-ap-block + .artist-ap-block {
  margin-top: 110px;
}

.sec_artist-approach .artist-ap-title{
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 12px;
}

.sec_artist-approach .artist-ap-label {
  font-size: 20px;
  line-height: 1;
  position: relative;
  padding-bottom: 6px;
  white-space: nowrap;
  margin-right: 46px;
  transform: translateY(-10px);
}

.sec_artist-approach .artist-ap-label::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.artist-ap-title-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}

.sec_artist-approach .artist-ap-maintitle {
  font-size: 54px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.sec_artist-approach .artist-ap-subtitle{
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  transform: translateY(-6px);
}

.sec_artist-approach .artist-ap-img {
  margin: 0 auto;
  height: max(530px, 100%);
  width: fit-content;
}

.sec_artist-approach .artist-ap-img img {
  display: block;
  height: 100%;
}

.sec_artist-approach .artist-ap-movie {
  margin: 0 auto;
  height: max(530px, 100%);
  width: fit-content;
}

.sec_artist-approach .artist-ap-movie video {
  width: 100%;
  height: auto;
  display: block;
  background: #000;
}

.sec_artist-approach .artist-ap-txt {
  width: min(830px, 100%);
  margin: 46px auto 0;
}

.sec_artist-approach .artist-ap-txt p {
  margin: 0;
}

.sec_artist-approach .artist-ap-txt p + p {
  margin-top: 14px;
}

.sec_artist-approach .artist-ap-copyright {
  padding-top: 130px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 1400px) {
  .artist-prf-grid {
    gap: 50px;
  }
  .artist-prf-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (max-width: 1200px) {
  /* hero */
  .sec_artist-hero .artist-hero-image {
    margin: -30px -4vw 0;
    height: 56vw;
  }
  /* プロフィール */
  .sec_artist-prf {
    padding: 120px 2vw 0;
  }
  .artist-prf-inner {
    width: 100%;
  }
  .artist-prf-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .artist-prf-lead {
    text-align: left;
    font-size: 3.6vw;
    margin-bottom: 3vw;
  }
  .artist-prf-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 46px;
  }
  /* アートワーク */
  .sec_artist-artworks .artist-aw-inner {
    width: calc(100% - 2vw);
  }

  .sec_artist-artworks .artist-aw-grid {
    gap: 18px;
  }
  /* アプローチ */
  .sec_artist-approach .artist-ap-maintitle {
    font-size: 3.6vw;
  }
  .sec_artist-approach .artist-ap-block + .artist-ap-block {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .container.artist-single {
    padding: 120px 4vw 0;
  }
  /* hero */
  .artist-hero-title-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .artist-hero-kicker {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 2.1vw;
    font-weight: 500;
  }
  .sec_artist-hero .artist-hero-name {
    font-size: 8vw;
  }
  .artist-hero-name-jp {
    padding-top: 2.5vw;
    font-size: 3vw;
  }
  .sec_artist-hero .artist-hero-divider {  
    height: 17vw;
    margin: 0;
    margin-top: 3.5vw;
  }
  /* プロフィール */
  .artist-prf-grid {
    gap: 12vw;
  }
  .artist-prf-lead {
    font-size: 5.9vw;
    margin-bottom: 6vw;
  }
  .artist-prf-name {
    margin-bottom: 8vw;
  }
  .artist-prf-name-en {
    font-size: 9vw;
  }
  .artist-prf-name-ja {
    font-size: 3vw;
  }
  .artist-prf-text .artist-prf-subhead:first-of-type {
    margin-top: 7vw;
  }
  
  /* アートワーク */
  .sec_artist-artworks {
    padding-top: 166px;
  }
  .sec_artist-artworks .artist-aw-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  /* アプローチ */
  .sec_artist-approach {
    padding-top: 196px;
  }
  .sec_artist-approach .artist-ap-box {
    margin-top: -11vw;
    padding: 12vw 0 7vw;
  }
  .sec_artist-approach .artist-ap-title { 
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec_artist-approach .artist-ap-label {
    margin-right: 0;
    margin-bottom: 1vw;
  }
  .sec_artist-approach .artist-ap-maintitle {
    font-size: 7.8vw;
    line-height: 1.4;
  }
  .sec_artist-approach .artist-ap-subtitle {
    font-size: 3.5vw;
    white-space: nowrap;
  }
  .sec_artist-approach .artist-ap-txt {
    margin-top: 8vw;
  }
}

/*********************************************
アーティストリスト（共通テンプレ）
*********************************************/
.c-artistlist-inner{
  width: 100%;
  margin: 0 auto;
}

.c-artistlist-box{
  width: min(1500px, calc(100% - 60px));
  margin: 0 auto;
}

.c-artistlist-item{
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 84px;
  align-items: center;
}

.c-artistlist-item + .c-artistlist-item{
  margin-top: 140px;
}

/* 偶数行は左右反転 */
.c-artistlist-item.is-reverse{
  grid-template-columns: 1fr 1.5fr;
}

.c-artistlist-item.is-reverse .c-artistlist-media{
  order: 2;
}
.c-artistlist-item.is-reverse .c-artistlist-body{
  order: 1;
}

.c-artistlist-media{
  overflow: hidden;
  aspect-ratio: 3 / 2;
}

.c-artistlist-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center -40px;
}
#c-artistlist_leo-steph .c-artistlist-media img {
  object-position: center calc(100% / 6);
}
#c-artistlist_mr-brainwash .c-artistlist-media img {
  object-position: center;
}

.c-artistlist-name{
  display: block;
  width: fit-content;
}

.c-artistlist-name img{
  display: block;
  max-width: 512px;
  height: auto;
  max-height: 62px;
  object-fit: contain;
}

.c-artistlist-name:not(:has(img)){
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.c-artistlist-name-ja{
  font-size: 10px;
  margin-top: 14px;
}

.c-artistlist-desc{
  margin-top: 50px;
}

.c-artistlist-btn{
  margin-top: 44px;
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 1400px){
  .c-artistlist-media {
    aspect-ratio: 3 / 2.5;
  }
}
@media (max-width: 1200px){
  .c-artistlist-box {
    width: 100%;
  }
  .c-artistlist-item {
    gap: 50px;
  }
  .c-artistlist-item {
    grid-template-columns: 1.2fr 1fr;
  }
  .c-artistlist-item.is-reverse {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (max-width: 1000px){
  .c-artistlist-inner {
    background: #F5F5F5;
    margin: 0 -4vw;
    width: calc(100% + 8vw);
    margin-top: -90px;
  }
  .c-artistlist-box {
    width: calc(100% - 12vw);
    padding-top: 17vw;
    padding-bottom: 30vw;
  }
  .c-artistlist-item,
  .c-artistlist-item.is-reverse{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .c-artistlist-media {
    aspect-ratio: 3 / 2;
  }

  .c-artistlist-item.is-reverse .c-artistlist-media,
  .c-artistlist-item.is-reverse .c-artistlist-body{
    order: initial;
  }

  .c-artistlist-item + .c-artistlist-item{
    margin-top: 130px;
  }
  .c-artistlist-name {
    margin: 0 auto;
  }
  .c-artistlist-name-ja {
    text-align: center;
    margin-top: 6px;
  }
  .c-artistlist-name img {
    max-width: 90%;
    margin: 0 auto;
    height: 10.5vw;
  }
  .c-artistlist-desc {
    margin-top: 20px;
  }
  .c-artistlist-btn {
    margin-top: 34px;
  } 
}
@media (max-width: 768px) {
  .c-artistlist-inner {
    margin-top: -68px;
  }
  .c-artistlist-name-ja {
    font-size: 3vw;
  }
}

/*********************************************
OTHER ARTISTS（共通テンプレ）
*********************************************/
.sec_artist-other{
  padding-top: 290px;
}
.sec_artist-other .sec-title {
  margin-bottom: 46px;
}
.sec_artist-other .artist-other-inner{
  width: min(860px, calc(100% - 60px));
  margin: 0 auto;
}

.sec_artist-other .artist-other-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.sec_artist-other .artist-other-card{
  display: block;
  color: inherit;
  text-decoration: none;
}

.sec_artist-other .artist-other-thumb{
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.sec_artist-other .artist-other-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.sec_artist-other .artist-other-card:hover .artist-other-thumb img{
  transform: scale(1.1);
}

.sec_artist-other .artist-other-meta{
  margin-top: 10px;
}

.sec_artist-other .artist-other-name-en{
  font-size: 26px;
  font-weight: 600;
}

.sec_artist-other .artist-other-name-ja{
  font-size: 10px;
}

/******** ボタン ********/
.sec_artist-other .artist-other-btn {
  margin-top: 66px;
}
.sec_artist-other .artist-other-btn .c-btn-bk-arrow::before {
  transform: rotate(-45deg);
}

@media (max-width: 1200px) {
  .sec_artist-other .artist-other-inner{
    width: calc(100% - 4vw);
  }
}
@media (max-width: 768px) {
  .sec_artist-other {
    padding-top: 230px;
  }
  .sec_artist-other .artist-other-inner {
    width: 100%;
  }
  .sec_artist-other .sec-title {
    margin-bottom: 7vw;
  }
  .sec_artist-other .artist-other-grid{
    grid-template-columns: 1fr 1fr;
    gap: 28px 14px;
  }
  .sec_artist-other .artist-other-name-en {
    font-size: 4.8vw;
    text-align: center;
  }
  .sec_artist-other .artist-other-name-ja {
    font-size: 3.2vw;
    text-align: center;
  }
}

