#s-credit {
  margin-top: -100vh;
}

[data-page=artist_credit] .c-ttl_page h1 {
  line-height: 1.2;
}
[data-page=artist_credit] .c-ttl_page p.ja {
  line-height: 1.4;
}

.c-list_artist {
  padding-bottom: 25.64vw;
}
.c-list_artist ul {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.c-list_artist ul li {
  position: absolute;
  width: 47.14%;
}
.c-list_artist ul li .inr {
  background: #fff;
}
.c-list_artist ul li.c0 {
  left: 0px;
}
.c-list_artist ul li.c1 {
  right: 0px;
}
.c-list_artist ul li figure {
  margin-bottom: 5.13vw;
}
.c-list_artist ul li h3 {
  font-size: var(--fs-12-20);
  margin-bottom: 0.5em;
}
.c-list_artist ul li p {
  font-size: var(--fs-12-20);
  line-height: 1.6;
  margin-bottom: 5.13vw;
}
.c-list_artist ul li p.name {
  margin-bottom: 0px;
  line-height: 1;
}
.c-list_artist ul li a {
  font-size: var(--fs-12-20);
  word-break: break-all;
  word-wrap: break-word;
}
.c-list_artist ul img {
  width: 100%;
  height: auto;
}

#s-txt_credit .c-ttl_h3 {
  margin-bottom: 12.82vw;
}
#s-txt_credit .content {
  padding-bottom: 25.64vw;
}
#s-txt_credit .content p {
  margin-bottom: 1.5em;
  font-size: var(--fs-12-20);
  line-height: 1.2;
  font-family: NHaasGroteskDSPro-55Rg;
}
#s-txt_credit .content p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#s-txt_credit .c-ttl_h3,
#s-txt_credit .content p {
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
#s-txt_credit.animate .c-ttl_h3,
#s-txt_credit.animate .content p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#s-txt_credit.animate .content p:nth-of-type(1) {
  transition-delay: 0.1s;
}
#s-txt_credit.animate .content p:nth-of-type(2) {
  transition-delay: 0.2s;
}
#s-txt_credit.animate .content p:nth-of-type(3) {
  transition-delay: 0.3s;
}
#s-txt_credit.animate .content p:nth-of-type(4) {
  transition-delay: 0.4s;
}
#s-txt_credit.animate .content p:nth-of-type(5) {
  transition-delay: 0.5s;
}
#s-txt_credit.animate .content p:nth-of-type(6) {
  transition-delay: 0.6s;
}
#s-txt_credit.animate .content p:nth-of-type(7) {
  transition-delay: 0.7s;
}
#s-txt_credit.animate .content p:nth-of-type(8) {
  transition-delay: 0.8s;
}
#s-txt_credit.animate .content p:nth-of-type(9) {
  transition-delay: 0.9s;
}
#s-txt_credit.animate .content p:nth-of-type(10) {
  transition-delay: 1s;
}
#s-txt_credit.animate .content p:nth-of-type(11) {
  transition-delay: 1.1s;
}
#s-txt_credit.animate .content p:nth-of-type(12) {
  transition-delay: 1.2s;
}
#s-txt_credit.animate .content p:nth-of-type(13) {
  transition-delay: 1.3s;
}
#s-txt_credit.animate .content p:nth-of-type(14) {
  transition-delay: 1.4s;
}
#s-txt_credit.animate .content p:nth-of-type(15) {
  transition-delay: 1.5s;
}
#s-txt_credit.animate .content p:nth-of-type(16) {
  transition-delay: 1.6s;
}
#s-txt_credit.animate .content p:nth-of-type(17) {
  transition-delay: 1.7s;
}
#s-txt_credit.animate .content p:nth-of-type(18) {
  transition-delay: 1.8s;
}
#s-txt_credit.animate .content p:nth-of-type(19) {
  transition-delay: 1.9s;
}
#s-txt_credit.animate .content p:nth-of-type(20) {
  transition-delay: 2s;
}

/* PC */
@media all and (min-width: 864px) {
  [data-page=artist_credit] #s-page_kv h1 {
    top: 2.57vw;
  }
  [data-page=artist_credit] #s-page_kv p.ja {
    bottom: 10vw;
  }
  #s-credit {
    padding-top: 20.83vw;
    padding-bottom: 0px;
  }
  .c-list_artist {
    padding-bottom: 0;
  }
  .c-list_artist ul {
    display: flex;
    flex-wrap: wrap;
  }
  .c-list_artist ul li {
    width: 31.06%;
    position: static;
    margin-right: 2.6%;
    margin-bottom: 10.42vw;
  }
  .c-list_artist ul li:nth-child(2n), .c-list_artist ul li:nth-child(2n+1) {
    margin-top: 6.94vw;
  }
  .c-list_artist ul li:nth-child(3n) {
    margin-top: 13.89vw;
  }
  .c-list_artist ul li:nth-child(3n+1) {
    margin-top: 0;
  }
  .c-list_artist ul li:nth-child(3n) {
    margin-right: 0px;
  }
  .c-list_artist ul li.c2 {
    right: 0px;
  }
  .c-list_artist ul li figure {
    margin-bottom: 3.47vw;
  }
  .c-list_artist ul li h3 {
    margin-bottom: 0.5em;
  }
  .c-list_artist ul li p {
    margin-bottom: 3.47vw;
  }
  #s-txt_credit .c-ttl_h3 {
    margin-bottom: 3.47vw;
  }
  #s-txt_credit .content {
    padding-bottom: 24.31vw;
  }
}
