.c-mv {
  background: url("../img/img-main.jpg") no-repeat center center/cover;
}

.p-creators {
  --color-sub-text: #fff;
}
.p-creators .c-ttl01 {
  --color-ttl01: #fff;
}
@media only screen and (max-width: 768px) {
  .p-creators .c-ttl01 {
    margin-bottom: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-creators .c-ttl01 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .p-creators .c-box {
    padding: 12.6666666667vw 5.3333333333vw 28vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-creators .c-box {
    padding: 68px 0 155px;
  }
}
.p-creators .p-creators__body {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  .p-creators .p-creators__body {
    -ms-grid-columns: 1fr 2vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 8.9333333333vw 2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-creators .p-creators__body {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px 20px;
  }
}
.p-creators .p-creators__item a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
.p-creators .p-creators__item .p-creators__photo {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .p-creators .p-creators__item .p-creators__photo img {
    height: auto;
  }
}
.p-creators .p-creators__item .p-creators__info {
  align-items: flex-end;
  background: var(--color-creators-bg);
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-creators .p-creators__item .p-creators__info {
    aspect-ratio: 1/1;
    border-radius: 1.3333333333vw;
    height: 43.4666666667vw;
    padding: 3.3333333333vw 2vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-creators .p-creators__item .p-creators__info {
    border-radius: 10px;
    height: 326px;
    padding: 25px 20px;
    width: 326px;
  }
}
.p-creators .p-creators__item .p-creators__info p {
  color: #fff;
  letter-spacing: 0.075em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .p-creators .p-creators__item .p-creators__position {
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-creators .p-creators__item .p-creators__position {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-creators .p-creators__item .p-creators__name {
    font-size: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-creators .p-creators__item .p-creators__name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-creators .p-creators__item:first-child {
  --color-creators-bg: #dcc167;
}
@media only screen and (max-width: 768px) {
  .p-creators .p-creators__item:first-child img {
    width: 17.0666666667vw;
  }
}
.p-creators .p-creators__item:nth-child(2) {
  --color-creators-bg: #8ac463;
}
@media only screen and (max-width: 768px) {
  .p-creators .p-creators__item:nth-child(2) img {
    width: 19.2vw;
  }
}
.p-creators .p-creators__item:nth-child(3) {
  --color-creators-bg: #db9694;
}
@media only screen and (max-width: 768px) {
  .p-creators .p-creators__item:nth-child(3) img {
    width: 15.8666666667vw;
  }
}
.p-creators .p-creators__item:nth-child(4) {
  --color-creators-bg: #a57eb8;
}
@media only screen and (max-width: 768px) {
  .p-creators .p-creators__item:nth-child(4) img {
    width: 20.8vw;
  }
}
.p-creators .p-creators__item:nth-child(5) {
  --color-creators-bg: #c5b097;
}
@media only screen and (max-width: 768px) {
  .p-creators .p-creators__item:nth-child(5) img {
    width: 17.8666666667vw;
  }
}
.p-creators .p-creators__item:nth-child(6) {
  --color-creators-bg: #8ac463;
}
@media only screen and (max-width: 768px) {
  .p-creators .p-creators__item:nth-child(6) img {
    width: 24.4vw;
  }
}
.p-creators .p-creators__item:nth-child(7) {
  --color-creators-bg: #db9694;
}
@media only screen and (max-width: 768px) {
  .p-creators .p-creators__item:nth-child(7) img {
    width: 24.2666666667vw;
  }
}
.p-creators .p-creators__link {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-creators .p-creators__link {
    margin-top: 10.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-creators .p-creators__link {
    margin-top: 70px;
  }
}
.p-creators .p-creators__link a {
  background: url("/_assets/img/icon-arrow01.svg") no-repeat right 0.5em/7px 12px;
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-creators .p-creators__link a {
    background-size: 1.6vw 2.5333333333vw;
    background-position: right 1.6vw top 0.5em;
    font-size: 3.7333333333vw;
    padding-left: 4.8vw;
    padding-bottom: 2vw;
    width: 36.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-creators .p-creators__link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 22px;
    padding-bottom: 9px;
    width: 170px;
  }
}
.p-creators .p-creators__link a::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-creators .p-creators__link a::after {
    height: 0.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-creators .p-creators__link a::after {
    height: 2px;
  }
}