.p-creators__slider {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
.p-creators__slider__img {
  position: relative;
  z-index: 1;
}
.p-creators__slider__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #292F33;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.1;
}
.p-creators__slider img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1920/1080;
}
.p-creators__slider .slick-list {
  overflow: visible;
}
.p-creators__mv {
  position: relative;
  z-index: 1;
  background-color: #292F33;
}
.p-creators__mv__content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-creators__mv__content {
    width: 100%;
    padding: 0 20px;
  }
}
.p-creators__mv__ttl {
  font-family: "Inknut Antiqua", serif;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-creators__mv__ttl {
    font-size: clamp(4rem, 4.8076923077vw + 0.3076923077rem, 8rem);
  }
}
.p-creators__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-creators__list {
    margin-bottom: 20px;
    grid-gap: clamp(1rem, 1.2019230769vw + 0.0769230769rem, 2rem);
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.p-creators__list__ttl {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6666666667;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-creators__list__ttl {
    font-size: clamp(1.6rem, 1.6826923077vw + 0.3076923077rem, 3rem);
  }
}
.p-creators__list__ttl01 {
  font-family: "Inknut Antiqua", serif;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  color: #fff;
  width: 100%;
  padding: 10px 15px 10px 15px;
}
@media screen and (min-width: 768px) {
  .p-creators__list__ttl01 {
    padding: clamp(1rem, 0.4807692308vw + 0.6307692308rem, 1.4rem) clamp(1.2rem, 2.1634615385vw + -0.4615384615rem, 3rem) 10px clamp(1.2rem, 2.1634615385vw + -0.4615384615rem, 3rem);
    font-size: clamp(1.8rem, 1.6826923077vw + 0.5076923077rem, 3.2rem);
  }
}
.p-creators__list__txt {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  margin-top: -7px;
}
@media screen and (min-width: 768px) {
  .p-creators__list__txt {
    margin-top: clamp(-1.5rem, -1.2019230769vw + 0.4230769231rem, -0.5rem);
    font-size: clamp(1.4rem, 0.7211538462vw + 0.8461538462rem, 2rem);
  }
}
.p-creators__list__img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-creators__list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
.p-creators__list__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(41, 47, 51, 0.1), rgba(41, 47, 51, 0.6));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.p-creators__list__item {
  background-color: #008048;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  aspect-ratio: 1/1;
}
.p-creators__list__item::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 80px);
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  filter: blur(10px);
  mix-blend-mode: multiply;
}
.p-creators__list__inner {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.p-creators__list__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .p-creators__list__content {
    padding-bottom: clamp(0.7rem, 0.7211538462vw + 0.1461538462rem, 1.3rem);
  }
}
@media screen and (min-width: 768px) {
  .p-creators__list a:hover img {
    transform: scale(1.1);
  }
}
.p-creators__list:nth-child(2) .p-creators__list__item {
  background-color: #385162;
}
.p-creators__list:nth-child(3) .p-creators__list__item {
  background-color: #D3D9DC;
}
.p-creators__list:nth-child(3) .p-creators__list__ttl01 {
  color: #385162;
}
.p-creators__inner {
  padding: 50px 20px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-creators__inner {
    padding: 100px 20px 60px 20px;
  }
}

/*# sourceMappingURL=creators.css.map */
