@media (max-width: 767px) {
  .--pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .--sp {
    display: none !important;
  }
}

.p-hline01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}
.p-hline01__ttl {
  font-family: var(--font-en);
  font-size: 3.2rem;
  line-height: 1.34375;
  font-weight: 400;
}
@media (min-width: 768px) {
  .p-hline01__ttl {
    font-size: 4.4rem;
    line-height: 1.3181818182;
  }
}
@media (min-width: 768px) {
  .p-hline01__ttl.--style-1 {
    margin-bottom: 1rem;
    font-size: 4rem;
  }
}
.p-hline01__sub {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

.p-hline02 {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .p-hline02 {
    gap: 1.5rem;
  }
}
.p-hline02__ttl {
  font-family: var(--font-en);
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 768px) {
  .p-hline02__ttl {
    font-size: 4rem;
  }
}
.p-hline02__ttl.--font-second {
  font-family: var(--font-second);
}
.p-hline02__sub {
  position: relative;
  font-family: var(--font-second);
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-hline02__sub {
    bottom: 0.4rem;
  }
}

.p-title {
  font-family: var(--font-second);
  line-height: 1.6666666667;
  font-size: 2.4rem;
  font-weight: 600;
  color: #202444;
}
@media (min-width: 768px) {
  .p-title {
    font-size: 2.86vw;
    line-height: 1.425;
    color: var(--color-primary);
  }
}
@media (min-width: 1200px) {
  .p-title {
    font-size: 4rem;
  }
}

.p-txt {
  line-height: 1.75;
  font-size: 1.6rem;
  font-weight: 500;
  color: #202444;
}
@media (min-width: 768px) {
  .p-txt {
    color: var(--color-primary);
  }
}
.p-txt .link {
  text-decoration: underline;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-txt .link:hover {
    text-decoration: none;
  }
}

.p-txt-2 {
  line-height: 2;
  font-size: 1.2rem;
  font-weight: 500;
  color: #202444;
}
@media (min-width: 768px) {
  .p-txt-2 {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    text-align: center;
  }
}

.p-social {
  display: flex;
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-social {
    gap: 1.5rem;
  }
}
.p-social__item {
  text-decoration: underline;
  font-family: var(--font-num);
  font-size: 1.2rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .p-social__item {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .p-social__item:hover {
    text-decoration: none;
  }
}

.p-mv {
  display: block;
  width: 100%;
  aspect-ratio: 39/56;
}
@media (min-width: 768px) {
  .p-mv {
    aspect-ratio: 14/6;
  }
}

.p-project {
  position: relative;
  margin-bottom: -12.82vw;
  padding-block: 4.4rem 24.1vw;
  background: url("../img/art/bg_project_sp.jpg") no-repeat center/cover;
  -webkit-mask: url("../img/art/bg_project_mask_sp.svg") no-repeat center bottom/cover;
  mask: url("../img/art/bg_project_mask_sp.svg") no-repeat center bottom/cover;
}
@media (min-width: 768px) {
  .p-project {
    margin-bottom: -17vw;
    padding-block: 11.2rem 20w;
    background-image: url("../img/art/bg_project.jpg");
    -webkit-mask-image: url("../img/art/bg_project_mask.svg");
    mask-image: url("../img/art/bg_project_mask.svg");
  }
}
@media (min-width: 1200px) {
  .p-project {
    margin-bottom: -12.86vw;
    padding-block: 11.2rem 17.14vw;
  }
}
.p-project .p-hline01 {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-project .p-hline01 {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 767px) {
  .p-project .p-hline01 {
    align-items: flex-start;
  }
}
.p-project .p-title {
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .p-project .p-title {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .p-project .p-title {
    margin-right: -1rem;
  }
}

.p-wrap-content {
  padding-block: 23vw 28vw;
  background: url("../img/art/bg_content_sp.jpg") no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-wrap-content {
    padding-block: 15.71vw 22vw;
    background-image: url("../img/art/bg_content.jpg");
  }
}
@media (min-width: 1200px) {
  .p-wrap-content {
    padding-block: 15.71vw 18vw;
  }
}

.p-story {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .p-story {
    margin-bottom: 9.5rem;
  }
}
.p-story .p-hline02 {
  margin-bottom: 2.9rem;
}
@media (min-width: 768px) {
  .p-story .p-hline02 {
    margin-bottom: 3.5rem;
  }
}
.p-story .p-txt {
  margin-bottom: 2rem;
}
.p-story__block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-story__block {
    flex-direction: row;
    gap: 5.6rem;
  }
}
.p-story__image {
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  margin-bottom: 2.7rem;
  border-radius: 0.4rem;
}
@media (min-width: 768px) {
  .p-story__image {
    width: 30.1rem;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.p-story__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-story__content {
  width: 100%;
}
@media (min-width: 768px) {
  .p-story__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .p-story__box {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .p-story__box .p-hline02 {
    margin-bottom: 3rem;
  }
}

.p-block-1 {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .p-block-1 {
    margin-bottom: 11.5rem;
  }
}

.p-banner {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 1.8rem;
  padding-block: 3rem;
  padding-inline: 3rem 5rem;
  background: url("../img/art/bg_banner_sp.jpg") no-repeat center;
  background-size: cover;
  border-radius: 0.4rem;
  overflow: hidden;
  font-size: 2rem;
  font-weight: 600;
  font-family: var(--font-second);
  line-height: 1.5;
  color: #FFF;
}
@media (min-width: 768px) {
  .p-banner {
    justify-content: center;
    margin-bottom: 2.5rem;
    padding-block: 4.2rem 4.3rem;
    padding-inline: 6rem;
    font-size: 2.14vw;
    background-image: url("../img/art/bg_banner.jpg");
    transition: 0.3s ease opacity;
  }
  .p-banner:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1400px) {
  .p-banner {
    font-size: 3rem;
  }
}
.p-banner::after {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 2.6rem;
  height: 2.6rem;
  background: url("../img/art/icon_play.svg") no-repeat center;
  background-size: 2.6rem auto;
  content: "";
}
@media (min-width: 768px) {
  .p-banner::after {
    bottom: 2.2rem;
    right: 2.2rem;
  }
}

.p-library {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 6.3rem;
}
@media (min-width: 768px) {
  .p-library {
    gap: 1rem;
    margin-bottom: 13.2rem;
  }
}
.p-library__row {
  display: flex;
  overflow: hidden;
}
.p-library__media {
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
  padding-right: 0.5rem;
  animation: runImage 60s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}
@media (min-width: 768px) {
  .p-library__media {
    gap: 1rem;
    padding-right: 1rem;
    animation: runImage 50s linear infinite;
  }
}
.p-library__media.--run-reverse {
  animation: runImageReverse 60s linear infinite;
}
@media (min-width: 768px) {
  .p-library__media.--run-reverse {
    animation: runImageReverse 50s linear infinite;
  }
}
.p-library__image {
  width: 21.9rem;
  aspect-ratio: 500/325;
}
@media (min-width: 768px) {
  .p-library__image {
    width: 50rem;
  }
}
.p-library__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-artist {
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .p-artist {
    margin-bottom: 13.5rem;
  }
}
.p-artist .p-hline02 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-artist .p-hline02 {
    margin-bottom: 2.7rem;
  }
}
.p-artist__head {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-artist__head {
    margin-bottom: 9rem;
  }
}
.p-artist__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 992px) {
  .p-artist__list {
    grid-template-columns: 1fr 1fr;
    row-gap: 6rem;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.p-arter {
  display: flex;
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-arter {
    gap: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .p-arter {
    padding-right: 6rem;
  }
}
@media (max-width: 767px) {
  .p-arter {
    align-items: flex-start;
  }
}
.p-arter__image {
  flex-shrink: 0;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-arter__image {
    width: 15rem;
    height: 15rem;
  }
}
@media (min-width: 1200px) {
  .p-arter__image {
    width: 22.4rem;
    height: 22.4rem;
  }
}
.p-arter__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-arter__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.p-arter__box {
  margin-bottom: 1.1rem;
}
@media (min-width: 768px) {
  .p-arter__box {
    margin-bottom: 1.5rem;
  }
}
.p-arter__ttl {
  margin-bottom: 1rem;
  font-family: var(--font-second);
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-arter__ttl {
    margin-bottom: 1.9rem;
    font-size: 2rem;
    line-height: 1.1666666667;
  }
}
@media (min-width: 1200px) {
  .p-arter__ttl {
    font-size: 2.4rem;
  }
}
.p-arter__txt {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  text-align: justify;
}
@media (min-width: 768px) {
  .p-arter__txt {
    font-size: 1.4rem;
    line-height: 1.8666666667;
  }
}
@media (min-width: 1200px) {
  .p-arter__txt {
    font-size: 1.5rem;
  }
}

.p-team {
  position: relative;
  z-index: 1;
  margin-top: -12.36vw;
  padding-block: 28vw 8rem;
  background-color: #FFF;
  -webkit-mask: url("../img/art/bg_team_mask_sp.svg") no-repeat center top/cover;
  mask: url("../img/art/bg_team_mask_sp.svg") no-repeat center top/cover;
}
@media (min-width: 768px) {
  .p-team {
    margin-top: -16vw;
    padding-block: 16vw 12rem;
    -webkit-mask-image: url("../img/art/bg_team_mask.svg");
    mask-image: url("../img/art/bg_team_mask.svg");
  }
}
@media (min-width: 1200px) {
  .p-team {
    margin-top: -12vw;
    padding-block: 11.43vw 12rem;
  }
}
.p-team .p-hline01 {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-team .p-hline01 {
    margin-bottom: 8.8rem;
  }
}
.p-team__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 23.5rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-team__list {
    flex-direction: row;
    gap: 4.2rem;
    max-width: 94.3rem;
  }
}
.p-team__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 235/132;
  overflow: hidden;
  border: 1px solid #707070;
  border-radius: 0.4rem;
  background-color: #FFF;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-team__item {
    aspect-ratio: 286/160;
    flex: 1;
    transition: 0.3s opacity ease;
  }
  .p-team__item:hover {
    opacity: 0.8;
  }
}
.p-team__item img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.p-team__item img.--w1 {
  width: 20rem;
  aspect-ratio: 40/15;
}
@media (min-width: 768px) {
  .p-team__item img.--w1 {
    width: 24.2rem;
  }
}
.p-team__item img.--w2 {
  width: 19rem;
  aspect-ratio: 230/72;
}
@media (min-width: 768px) {
  .p-team__item img.--w2 {
    width: 23rem;
  }
}
.p-team__item img.--w3 {
  width: 9.3rem;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .p-team__item img.--w3 {
    width: 11.2rem;
  }
}