@charset "UTF-8";
@keyframes arrow-bottom {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    opacity: 0;
    transform: translateY(100%) rotate(45deg);
  }
  51% {
    opacity: 0;
    transform: translateY(-70%) rotate(45deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes arrow-topRight {
  0% {
    transform: translate(0);
  }
  50% {
    opacity: 0;
    transform: translate(20%, -20%);
  }
  51% {
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  100% {
    transform: translate(0);
  }
}
/*
* top.css
*
*/
.the-new-creators .fixed {
  display: grid;
  position: fixed;
  z-index: 900;
  pointer-events: none;

  inset: auto 0 0;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .the-new-creators .fixed {
    width: 19.375rem;

    inset: auto 0 6.25rem auto;
    gap: clamp(0.5625 * var(--base-size), 1.25vw, 1 * var(--base-size));
  }
}
.the-new-creators .fixed .fixed_banner {
  position: relative;
  margin-right: 0.8125rem;
  margin-left: auto;
  width: 15.625rem;
  background-color: var(--color-white);
  pointer-events: auto;
}
.the-new-creators .fixed .fixed_banner_link {
  display: block;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (hover: hover) and (pointer: fine) {
  .the-new-creators .fixed .fixed_banner_link:hover {
    opacity: 0.8;
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .the-new-creators .fixed .fixed_banner_link:hover {
    opacity: 0.8;
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.the-new-creators .fixed .fixed_banner_close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  border: none;
  width: 1.4375rem;
  height: 1.4375rem;
  cursor: pointer;
  transform: translate(50%, -50%);
  background-image: url(/camera/the_new_creators/assets/images/icon_fixed_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.the-new-creators .fixed .cmp-button {
  pointer-events: auto;
}
.the-new-creators .attack {
  position: relative;
  z-index: 1000;
  pointer-events: none;
}
.the-new-creators .attack .attack_scroll-area {
  height: 120vh;
}
.the-new-creators .attack .attack_box {
  position: sticky;
  min-height: 42.125rem;

  inset: calc((100dvh - 50rem) / 2) 0 0 auto;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_box {
    min-height: none;
    max-height: clamp(30 * var(--base-size), 62.5vw, 50 * var(--base-size));
  }
}
.the-new-creators .attack .attack_text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 2;
  background-color: var(--color-white);

  inset: 0;
  gap: clamp(0.3125 * var(--base-size), 0.70313vw, 0.5625 * var(--base-size));
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_text {
    scale: 1.4;
  }
}
@media (max-width: 767.98px) {
  .the-new-creators .attack .attack_lines {
    display: flex;
    flex-direction: row-reverse;

    gap: 1.875rem;
  }
}
.the-new-creators .attack .attack_line {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line {
    align-items: flex-end;
    flex-direction: row;
  }
}
.the-new-creators .attack .attack_line > span {
  display: block;
  position: relative;
}
.the-new-creators .attack .attack_line:nth-of-type(1) {
  position: relative;
  left: clamp(-0.5625 * var(--base-size), -0.70312vw, -0.375 * var(--base-size));

  gap: clamp(0.5 * var(--base-size), 1.09375vw, 0.875 * var(--base-size));
}
.the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(1) {
  width: 3.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(1) {
    width: clamp(3.5625 * var(--base-size), 7.5vw, 6 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(2) {
  width: 3.4375rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(2) {
    width: clamp(3.5625 * var(--base-size), 7.5vw, 6 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(3) {
  width: 2.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(3) {
    width: clamp(2.8125 * var(--base-size), 5.85938vw, 4.6875 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(4) {
  width: 3.3125rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(4) {
    width: clamp(3.4375 * var(--base-size), 7.26563vw, 5.8125 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(5) {
  width: 3.375rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(5) {
    width: clamp(3.375 * var(--base-size), 7.10938vw, 5.6875 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(6) {
  width: 3.0625rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(6) {
    width: clamp(3.25 * var(--base-size), 6.79688vw, 5.4375 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(7) {
  width: 3.375rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(7) {
    width: clamp(3.5625 * var(--base-size), 7.42188vw, 5.9375 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(8) {
  width: 2.875rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(8) {
    width: clamp(3 * var(--base-size), 6.32813vw, 5.0625 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(9) {
  width: 2.9375rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(9) {
    width: clamp(3.0625 * var(--base-size), 6.48438vw, 5.1875 * var(--base-size));
  }
}
@media (max-width: 767.98px) {
  .the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(3) {
    left: 0.4375rem;
    margin-top: -0.1875rem;
  }
}
.the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(6) {
  right: -0.25rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(6) {
    top: clamp(-0.3125 * var(--base-size), -0.39062vw, -0.1875 * var(--base-size));
  }
}
@media (max-width: 767.98px) {
  .the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(8) {
    right: -0.1875rem;
    margin-top: 0.1875rem;
  }
}
@media (max-width: 767.98px) {
  .the-new-creators .attack .attack_line:nth-of-type(1) > span:nth-of-type(9) {
    right: -0.1875rem;
  }
}
.the-new-creators .attack .attack_line:nth-of-type(2) {
  gap: clamp(0.5625 * var(--base-size), 1.17188vw, 0.9375 * var(--base-size));
}
.the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(1) {
  width: 3.25rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(1) {
    width: clamp(3.4375 * var(--base-size), 7.1875vw, 5.75 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(2) {
  width: 3.3125rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(2) {
    width: clamp(3.5625 * var(--base-size), 7.42188vw, 5.9375 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(3) {
  width: 3.25rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(3) {
    width: clamp(3.5 * var(--base-size), 7.34375vw, 5.875 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(4) {
  width: 2.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(4) {
    width: clamp(2.8125 * var(--base-size), 5.85938vw, 4.6875 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(5) {
  width: 0.875rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(5) {
    width: clamp(0.9375 * var(--base-size), 2.03125vw, 1.625 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(6) {
  width: 3.25rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(6) {
    width: clamp(3.4375 * var(--base-size), 7.26563vw, 5.8125 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(7) {
  width: 2.4375rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(7) {
    width: clamp(2.625 * var(--base-size), 5.54688vw, 4.4375 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(8) {
  width: 2.75rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(8) {
    width: clamp(2.9375 * var(--base-size), 6.17188vw, 4.9375 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(9) {
  width: 3.0625rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(9) {
    width: clamp(3.1875 * var(--base-size), 6.71875vw, 5.375 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(10) {
  width: 2.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(10) {
    width: clamp(2.75 * var(--base-size), 5.78125vw, 4.625 * var(--base-size));
  }
}
.the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(11) {
  width: 0.875rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(11) {
    width: clamp(0.8125 * var(--base-size), 1.79688vw, 1.4375 * var(--base-size));
  }
}
@media (max-width: 767.98px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(2) {
    margin-top: -0.1875rem;
  }
}
@media (max-width: 767.98px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(4) {
    right: -0.4375rem;
  }
}
.the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(5) {
  right: -2.4375rem;
  margin-top: -0.1875rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(5) {
    right: auto;
    margin-top: 0;

    margin-inline-end: clamp(-0.5625 * var(--base-size), -0.70312vw, -0.375 * var(--base-size));
  }
}
@media (max-width: 767.98px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(6) {
    margin-top: 0.125rem;
  }
}
.the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(7) {
  right: -0.75rem;
  margin-top: 0.125rem;
}
@media (min-width: 768px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(7) {
    right: auto;
    margin-top: 0;

    margin-inline: clamp(-0.5 * var(--base-size), -0.625vw, -0.3125 * var(--base-size)) clamp(-1 * var(--base-size), -1.25vw, -0.625 * var(--base-size));
  }
}
@media (max-width: 767.98px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(8) {
    right: -0.25rem;
  }
}
@media (max-width: 767.98px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(9) {
    right: -0.25rem;
  }
}
@media (max-width: 767.98px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(10) {
    right: -0.25rem;
  }
}
@media (max-width: 767.98px) {
  .the-new-creators .attack .attack_line:nth-of-type(2) > span:nth-of-type(11) {
    right: -2.5rem;
    margin-top: -0.625rem;
  }
}
.the-new-creators .kv {
  position: absolute;
  z-index: 1;

  inset: 0 0 auto;
}
.the-new-creators .kv .kv_scroll-area {
  height: 120vh;
}
.the-new-creators .kv .kv_box {
  position: sticky;
  height: 42.125rem;

  inset: calc((100dvh - 50.1875rem) / 2) 0 0 auto;
}
@media (min-width: 768px) {
  .the-new-creators .kv .kv_box {
    height: clamp(15 * var(--base-size), 31.25vw, 25 * var(--base-size));
  }
}
.the-new-creators .kv .kv_frames {
  position: absolute;
  z-index: 2;
  margin: auto;
  width: 16.6875rem;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;

  inset: 14.5625rem 0 auto;
}
@media (min-width: 768px) {
  .the-new-creators .kv .kv_frames {
    top: clamp(8.0625 * var(--base-size), 16.84375vw, 13.475 * var(--base-size));
    width: clamp(14.4375 * var(--base-size), 30.1125vw, 24.09 * var(--base-size));
    height: clamp(7.8125 * var(--base-size), 16.3625vw, 13.09 * var(--base-size));
  }
}
.the-new-creators .kv .kv_frames .kv_frames_inner {
  display: grid;

  grid-template-columns: 1.25rem 1.625rem 1fr 1.8125rem 1.1875rem;
}
@media (min-width: 768px) {
  .the-new-creators .kv .kv_frames .kv_frames_inner {
    grid-template-columns: clamp(1.0625 * var(--base-size), 2.26563vw, 1.8125 * var(--base-size)) clamp(1.75 * var(--base-size), 3.75vw, 3 * var(--base-size)) 1fr clamp(1.75 * var(--base-size), 3.75vw, 3 * var(--base-size)) clamp(1.125 * var(--base-size), 2.42188vw, 1.9375 * var(--base-size));
  }
}
.the-new-creators .kv .kv_frames .frame {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.the-new-creators .kv .kv_frames .frame01 {
  position: relative;
  top: -0.0625rem;

  grid-area: 1/1/1/4;
}
.the-new-creators .kv .kv_frames .frame02 {
  grid-area: 1/3/1/-1;
}
.the-new-creators .kv .kv_frames .scroll-target {
  position: relative;
}
.the-new-creators .kv .kv_frames .white {
  position: absolute;

  inset: 0;
}
.the-new-creators .kv .kv_frames .main {
  position: relative;
  z-index: 1;
}
.the-new-creators .kv .kv_copy {
  display: grid;
  position: absolute;
  z-index: 1;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 24.75rem;

  inset: 12.0625rem 0 auto;
  grid-template-rows: auto auto auto 1fr;
}
@media (min-width: 768px) {
  .the-new-creators .kv .kv_copy {
    top: clamp(7.3125 * var(--base-size), 15.33125vw, 12.265 * var(--base-size));
    height: clamp(15.375 * var(--base-size), 32.0375vw, 25.63 * var(--base-size));
  }
}
.the-new-creators .kv .kv_copy > p {
  display: block;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;

  margin-inline: auto;
}
.the-new-creators .kv .kv_copy > p:nth-of-type(1) {
  top: -1.25rem;
  right: 0.125rem;
  width: 16.5625rem;

  aspect-ratio: 179/57;
}
@media (min-width: 768px) {
  .the-new-creators .kv .kv_copy > p:nth-of-type(1) {
    top: clamp(-2.86 * var(--base-size), -3.575vw, -1.75 * var(--base-size));
    right: clamp(0.0625 * var(--base-size), 0.1375vw, 0.11 * var(--base-size));
    width: clamp(10.0625 * var(--base-size), 20.96875vw, 16.775 * var(--base-size));
  }
}
.the-new-creators .kv .kv_copy > p:nth-of-type(2) {
  right: 0.125rem;
  width: 10.6875rem;

  aspect-ratio: 179/57;
}
@media (min-width: 768px) {
  .the-new-creators .kv .kv_copy > p:nth-of-type(2) {
    right: clamp(0.0625 * var(--base-size), 0.1375vw, 0.11 * var(--base-size));
    width: clamp(9.25 * var(--base-size), 19.3875vw, 15.51 * var(--base-size));
  }
}
.the-new-creators .kv .kv_copy > p:nth-of-type(3) {
  right: 0.125rem;
  width: 14.0625rem;

  aspect-ratio: 235/40;
  margin-block-start: 4rem;
}
@media (min-width: 768px) {
  .the-new-creators .kv .kv_copy > p:nth-of-type(3) {
    right: clamp(0.0625 * var(--base-size), 0.15625vw, 0.125 * var(--base-size));
    width: clamp(12.1875 * var(--base-size), 25.4375vw, 20.35 * var(--base-size));

    margin-block-start: clamp(3.375 * var(--base-size), 7.15vw, 5.72 * var(--base-size));
  }
}
.the-new-creators .kv .kv_copy > p:nth-of-type(4) {
  right: -4.375rem;
  width: 10.1875rem;

  aspect-ratio: 432/60;
  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .the-new-creators .kv .kv_copy > p:nth-of-type(4) {
    right: -5.3125rem;
    width: clamp(6.6875 * var(--base-size), 14.025vw, 11.22 * var(--base-size));

    margin-block-start: clamp(0.75 * var(--base-size), 1.65vw, 1.32 * var(--base-size));
  }
}
.the-new-creators .kv .kv_copy > p:nth-of-type(5) {
  right: 0.125rem;
  width: 22.5rem;

  aspect-ratio: 235/40;
  margin-block-start: 2.875rem;
}
@media (min-width: 768px) {
  .the-new-creators .kv .kv_copy > p:nth-of-type(5) {
    right: clamp(0.0625 * var(--base-size), 0.15625vw, 0.125 * var(--base-size));
    width: clamp(18.125 * var(--base-size), 37.8125vw, 30.25 * var(--base-size));

    margin-block-start: clamp(1.8125 * var(--base-size), 3.85vw, 3.08 * var(--base-size));
  }
}
.the-new-creators .news {
  margin-block-end: 6.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .news {
    margin-block-end: 8.3125rem;
  }
}
.the-new-creators .news .news_wrapper {
  display: grid;
  max-width: 56.125rem;

  grid-template-columns: 1fr;
  row-gap: 2.5rem;
  padding-inline: 2.375rem;
}
@media (min-width: 768px) {
  .the-new-creators .news .news_wrapper {
    grid-template-columns: auto 1fr;
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }
}
.the-new-creators .news .news_title {
  letter-spacing: 0.03em;
  font-family: var(--font-family-poppins);
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 100%;
}
.the-new-creators .news .news_list {
  display: grid;

  row-gap: 1.5rem;
}
.the-new-creators .news .news_item {
  display: grid;
  border-bottom: 1px solid var(--color-line-gray);

  row-gap: 0.4375rem;
  grid-template-columns: auto;
  grid-template-rows: auto;
  padding-block-end: 0.75rem;
}
.the-new-creators .news .news_time {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 170%;
}
.the-new-creators .news .news_text {
  font-size: 0.875rem;
  line-height: 170%;
}
.the-new-creators .news .news_link {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.the-new-creators .message .message_statement {
  text-align: center;
  letter-spacing: 0.2em;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 220%;
}
@media (min-width: 768px) {
  .the-new-creators .message .message_statement {
    letter-spacing: 0.2em;
    font-family: var(--font-family-noto);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 270%;
  }
}
.the-new-creators .message .message_statement_line {
  display: block;
}
.the-new-creators .message .message_br {
  display: block;
  padding-top: 2.2em;
}
@media (min-width: 768px) {
  .the-new-creators .message .message_br {
    padding-top: 3.125rem;
  }
}
.the-new-creators .message .message_sponsors {
  text-align: center;

  margin-block-start: 5rem;
}
@media (min-width: 768px) {
  .the-new-creators .message .message_sponsors {
    margin-block-start: 6.5rem;
  }
}
.the-new-creators .message .message_sponsors_logo {
  width: 8.375rem;

  margin-block-end: 3.4375rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .the-new-creators .message .message_sponsors_logo {
    width: 7.5rem;

    margin-block-end: 3.125rem;
  }
}
.the-new-creators .message .message_sponsors_lead {
  letter-spacing: 0;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .message .message_sponsors_lead {
    font-size: 1rem;
  }
}
.the-new-creators .message .message_sponsors_text {
  letter-spacing: 0;
  font-size: 0.75rem;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .message .message_sponsors_text {
    font-size: 1rem;

    margin-block-end: 0.625rem;
  }
}
.the-new-creators .about {
  padding-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .about {
    padding-block-start: 6.625rem;
  }
}
@media (min-width: 768px) {
  .the-new-creators .about .about_heading {
    display: grid;

    grid-template-rows: auto 1fr;
    grid-template-columns: 15.75rem 1fr;
    gap: clamp(2.875 * var(--base-size), 6.09375vw, 4.875 * var(--base-size));
  }
}
@media (min-width: 768px) {
  .the-new-creators .about .about_heading .cmp-heading_title {
    grid-area: 1/1/2/2;
  }
}
@media (min-width: 768px) {
  .the-new-creators .about .about_heading .cmp-heading_text {
    grid-area: 1/2/3/3;
    margin-block-start: 1.5625rem;
  }
}
.the-new-creators .schedule {
  padding-block-start: 3.125rem;
}
@media (min-width: 768px) {
  .the-new-creators .schedule {
    padding-block-start: 6rem;
  }
}
.the-new-creators .schedule .schedule_ctn {
  display: grid;
}
@media (min-width: 768px) {
  .the-new-creators .schedule .schedule_ctn {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size)) 1fr clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size)) 1fr clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size)) 1fr;
  }
}
.the-new-creators .schedule .schedule_box {
  position: relative;
  padding: 1.6875rem 0.625rem 1.3125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .the-new-creators .schedule .schedule_box {
    display: grid;
    padding: 1.0625rem clamp(0.625 * var(--base-size), 1.40625vw, 1.125 * var(--base-size)) 0.5rem;

    grid-template-rows: subgrid;
    grid-row: 1/3;
    grid-column: span 1;
  }
}
.the-new-creators .schedule .schedule_box_title {
  position: relative;
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;

  padding-block-end: 0.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .schedule .schedule_box_title {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 120%;

    padding-block-end: 1rem;
  }
}
.the-new-creators .schedule .schedule_box_title::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.0625rem;
  background: var(--gradient-line02);

  inset: auto 0 0;
}
.the-new-creators .schedule .schedule_date {
  letter-spacing: 0.01em;
  font-family: var(--font-family-helvetica);
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 123%;

  padding-block-start: 0.9375rem;
}
@media (min-width: 768px) {
  .the-new-creators .schedule .schedule_date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;

    padding-block-start: 0.5625rem;
  }
}
.the-new-creators .schedule .schedule_date_small {
  padding: 0.125rem 0 0 0.1875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%;
}
.the-new-creators .schedule .schedule_text-line {
  display: flex;
  justify-content: center;

  margin-block: 0.125rem;
}
@media (min-width: 768px) {
  .the-new-creators .schedule .schedule_text-line {
    margin-block: 0;
  }
}
.the-new-creators .schedule .schedule_text-line::before {
  content: "";
  width: 0.0625rem;
  height: 0.625rem;
  background-color: var(--color-blue);
}
.the-new-creators .schedule .schedule_box_line {
  border: none;
  width: 0.0625rem;
  height: 1.25rem;
  background: var(--color-line-gray) !important;

  margin-inline: auto;
}
@media (min-width: 768px) {
  .the-new-creators .schedule .schedule_box_line {
    width: 100%;
    height: 0.0625rem;

    grid-row: 1/3;
    grid-column: span 1;
    margin-block: auto;
  }
}
.the-new-creators .schedule .schedule_captions {
  display: grid;

  margin-block-start: 0.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .schedule .schedule_captions {
    margin-block-start: 1rem;
  }
}
.the-new-creators .schedule .schedule_caption {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  color: var(--color-blue03);
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .schedule .schedule_caption {
    font-size: 0.75rem;
    line-height: 150%;
  }
}
.the-new-creators .requirements {
  position: relative;
  z-index: 1;

  margin-block-start: 1.5625rem;
}
@media (min-width: 768px) {
  .the-new-creators .requirements {
    padding-top: 8.3125rem;

    margin-block-start: 0;
  }
}
.the-new-creators .requirements .requirements_articles {
  display: grid;

  gap: 0;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_articles {
    gap: 1.6875rem;
    margin-block-start: 2.9375rem;
  }
}
.the-new-creators .requirements .requirements_article {
  padding-block: 1.5625rem 0.9375rem;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_article {
    padding-block: 2rem 2.6875rem;
  }
}
.the-new-creators .requirements .requirements_title:is(h3) {
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;

  margin-block-end: 0.875rem;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_title:is(h3) {
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 100%;

    margin-block-end: 2rem;
  }
}
.the-new-creators .requirements .requirements_title:is(h4) {
  position: relative;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;

  padding-inline-start: 0.875rem;
  margin-block-end: 0.375rem;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_title:is(h4) {
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 150%;

    padding-inline-start: 1rem;
    margin-block-end: 0.4375rem;
  }
}
.the-new-creators .requirements .requirements_title:is(h4)::after {
  content: "";
  position: absolute;
  width: 0.125rem;
  background: var(--gradient-vertical);

  inset: 0 auto 0 0;
}
.the-new-creators .requirements .requirements_title:is(h5) {
  position: relative;
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;

  padding-block-end: 0.625rem;
  margin-block-end: 0.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_title:is(h5) {
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 120%;

    padding-block-end: 0.8125rem;
    margin-block-end: 1rem;
  }
}
.the-new-creators .requirements .requirements_title:is(h5)::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  background: var(--gradient-line02);

  inset: auto 0 0;
}
.the-new-creators .requirements .requirements_text {
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_text {
    letter-spacing: 0;
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 1.125rem;
    font-size: 1.125rem;
    font-weight: 400;
    font-weight: 500;
    line-height: 180%;
    line-height: 200%;
  }
}
.the-new-creators .requirements .requirements_ordered-list {
  counter-reset: item-counter;
}
.the-new-creators .requirements .requirements_ordered-list_item {
  position: relative;
  padding-left: 1em;
  counter-increment: item-counter;
  text-indent: -1em;
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_ordered-list_item {
    padding-left: 1.4em;
    text-indent: -1.4em;
    font-size: 1.125rem;
    line-height: 172%;
  }
}
.the-new-creators .requirements .requirements_ordered-list_item::before {
  content: counter(item-counter) ". ";
  color: #b066b2;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_ordered-list_item::before {
    margin-inline-end: 0.4375rem;
  }
}
.the-new-creators .requirements .requirements_caption {
  display: block;
  letter-spacing: 0;
  color: var(--color-blue03);
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;

  padding-inline-start: 0.75rem;
  margin-block: -0.1875rem 0.1875rem;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_caption {
    padding-left: 1.625rem;
    font-size: 0.75rem;

    margin-block-start: -0.25rem;
  }
}
.the-new-creators .requirements .requirements_box_caption {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  color: var(--color-blue03);
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;

  margin-block-start: 0.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_box_caption {
    letter-spacing: 0;
    font-size: 0.75rem;
    line-height: 150%;

    margin-block-start: 0.1875rem;
  }
}
.the-new-creators .requirements .requirements_details {
  display: grid;

  gap: 3.0625rem;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_details {
    gap: 4rem;
  }
}
.the-new-creators .requirements .requirements_boxes {
  display: grid;

  gap: 1.25rem;
  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_boxes {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.5 * var(--base-size), 3.125vw, 2.5 * var(--base-size));
    margin-block-start: 1rem;
  }
}
.the-new-creators .requirements .requirements_box {
  overflow: hidden;
  position: relative;
  padding: 1.3125rem 1.5625rem 1.5625rem;
  border-radius: 0 0.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_box {
    padding: 1.625rem clamp(1.125 * var(--base-size), 2.42188vw, 1.9375 * var(--base-size)) 1.25rem;
  }
}
.the-new-creators .requirements .requirements_box-border {
  position: absolute;
  border-color: var(--color-blue);

  inset: 0;
}
.the-new-creators .requirements .requirements_box_text {
  letter-spacing: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_box_text {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 180%;
  }
}
.the-new-creators .requirements .requirements_accordion_list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.the-new-creators .requirements .requirements_accordion_list > li > ul {
  margin-bottom: 0.625rem;
}
.the-new-creators .requirements .requirements_accordion_list > li > ul > li {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  color: var(--color-blue03);
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_accordion_list > li > ul > li {
    letter-spacing: 0;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 170%;
  }
}
.the-new-creators .requirements .requirements_accordion_sublist {
  padding-inline-start: 1rem;
}
.the-new-creators .requirements .requirements_accordion_sublist li {
  position: relative;
  counter-increment: list-item;
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_accordion_sublist li {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.the-new-creators .requirements .requirements_accordion_sublist li::before {
  content: counter(list-item) ". ";
  position: absolute;
  left: -1.3em;
}
.the-new-creators .requirements .requirements_accordion_text {
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;

  padding-inline-start: 1rem;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_accordion_text {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.the-new-creators .requirements .requirements_accordion_text .caption {
  opacity: 0.7;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .requirements .requirements_accordion_text .caption {
    letter-spacing: 0;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 170%;
  }
}
.the-new-creators .prize {
  position: relative;
  z-index: 1;

  padding-block: 2.1875rem 4rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize {
    padding-block: 8.8125rem 10rem;
  }
}
.the-new-creators .prize .prize_details {
  display: grid;

  gap: 2.5625rem;
  margin-block-start: 2.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_details {
    gap: 3.9375rem;
    margin-block-start: 5.1875rem;
  }
}
.the-new-creators .prize .prize_title {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;

  margin-block-end: 1.875rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_title {
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 100%;

    margin-block-end: 2.5625rem;
  }
}
.the-new-creators .prize .prize_title.prize_boxes_title {
  margin-block: 4.125rem 0;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_title.prize_boxes_title {
    margin-block: 5.1875rem 0;
  }
}
.the-new-creators .prize .prize_detail_contents {
  display: grid;
  position: relative;

  gap: 1.5625rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_detail_contents {
    grid-template-columns: 1fr 1fr;
    gap: clamp(0.875 * var(--base-size), 1.875vw, 1.5 * var(--base-size));
  }
}
.the-new-creators .prize .prize_detail_contents.-column1 {
  grid-template-columns: 1fr;
}
.the-new-creators .prize .prize_detail_contents.-margin-top {
  margin-block-start: 1.5rem;
}
.the-new-creators .prize .prize_detail_box {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_detail_box {
    display: grid;

    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
  }
}
.the-new-creators .prize .prize_detail_box:first-of-type:last-of-type {
  grid-column: 1/-1;
}
.the-new-creators .prize .prize_detail_border {
  border-color: var(--color-blue);
}
.the-new-creators .prize .prize_detail_border.-dark {
  -o-border-image: linear-gradient(90deg, #c15b9e 0%, #9581cd 40.14%, #4894d7 76.46%);
     border-image: linear-gradient(90deg, #c15b9e 0%, #9581cd 40.14%, #4894d7 76.46%);
}
.the-new-creators .prize .prize_detail_background {
  opacity: 1;
  background: linear-gradient(90deg, #c15b9e 0%, #9581cd 40.14%, #4894d7 76.46%);
}
.the-new-creators .prize .prize_detail_box_inner {
  display: flex;
  flex-direction: column;
  padding: 1.3125rem 1.6875rem 1.5rem;

  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_detail_box_inner {
    display: grid;
    padding: 1.25rem clamp(0.9375 * var(--base-size), 2.03125vw, 1.625 * var(--base-size)) 1.9375rem;
    height: 100%;

    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 clamp(1.6875 * var(--base-size), 3.59375vw, 2.875 * var(--base-size));
  }
}
@media (max-width: 767.98px) {
  .the-new-creators .prize .prize_detail_box_inner:has(.prize_detail_box) {
    gap: 2.375rem;
  }
}
.the-new-creators .prize .prize_detail_title {
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;

  grid-row: span 1;
  grid-column: 1/3;
  padding-block-end: 0.625rem;
  margin-block-end: 0.4375rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_detail_title {
    letter-spacing: 0.1em;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 150%;

    padding-block-end: 0.4375rem;
    margin-block-end: 1rem;
  }
}
.the-new-creators .prize .prize_detail_title::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  background: var(--gradient-line02);

  inset: auto 0 0;
}
.the-new-creators .prize .prize_detail_title.-secondary {
  color: var(--color-white);
}
.the-new-creators .prize .prize_detail_title.-secondary::after {
  background: rgba(255, 255, 255, 0.35);
}
.the-new-creators .prize .prize_detail_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;

  padding-inline-end: 1.9375rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_detail_row {
    grid-column: span 1;
    padding-inline-end: 0.1875rem;
  }
}
.the-new-creators .prize .prize_detail_row:first-of-type:last-of-type {
  justify-content: center;

  padding-inline-end: 0;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_detail_row:first-of-type:last-of-type {
    grid-column: 1/-1;
  }
}
@media (max-width: 767.98px) {
  .the-new-creators .prize .prize_detail_row + .prize_detail_row {
    padding-block-start: 0.5rem;
    margin-block-start: 0.5625rem;
    border-block-start: 0.0625rem solid var(--color-line-gray);
  }
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_detail_row:nth-of-type(1n + 3) {
    padding-block-start: 0.5rem;
    margin-block-start: 0.5625rem;
    border-block-start: 0.0625rem solid var(--color-line-gray);
  }
}
.the-new-creators .prize .prize_detail_left {
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
}
.the-new-creators .prize .prize_detail_left.-small {
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_detail_left.-small {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.the-new-creators .prize .prize_detail_right {
  display: flex;
  align-items: flex-end;
  letter-spacing: 0;
  font-family: var(--font-family-helvetica);
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;

  gap: 0.25rem;
}
.the-new-creators .prize .prize_detail_right small {
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 180%;
}
.the-new-creators .prize .prize_detail_text {
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-family-noto);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_detail_text {
    font-size: 1.25rem;
  }
}
.the-new-creators .prize .prize_detail_text-large {
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-family-noto);
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 180%;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_detail_text-large {
    font-size: 1.4375rem;
  }
}
.the-new-creators .prize .prize_detail_small {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_detail_small {
    font-size: 1.25rem;
  }
}
.the-new-creators .prize .prize_detail_number {
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-family-helvetica);
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}
.the-new-creators .prize .prize_detail_caption {
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;

  margin-block-start: 0.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_detail_caption {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.the-new-creators .prize .prize_detail_list {
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;

  grid-row: span 1;
  grid-column: span 2;
}
.the-new-creators .prize .prize_detail_list li {
  padding-left: 1em;
  text-indent: -1em;
}
.the-new-creators .prize .prize_detail_captions {
  grid-row: span 1;
  grid-column: span 2;
  margin-block-start: 0.625rem;
}
.the-new-creators .prize .prize_detail_captions li {
  display: block;
  padding-left: 1.8em;
  text-indent: -1.8em;
  letter-spacing: 0;
  color: var(--color-blue03);
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_detail_captions li {
    letter-spacing: 0;
    font-size: 0.75rem;
    line-height: 150%;
  }
}
.the-new-creators .prize .prize_boxes {
  display: grid;

  gap: 1.5rem;
  margin-block-start: 1.4375rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_boxes {
    gap: 2rem;
    margin-block-start: 2.5625rem;
  }
}
.the-new-creators .prize .prize_box {
  position: relative;
  padding: 0.875rem 1.625rem;
  max-width: 31.875rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box {
    padding: 0.9375rem clamp(1.5 * var(--base-size), 3.125vw, 2.5 * var(--base-size)) 1.8125rem;
    width: 44.8125rem;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box.-no-image {
    width: 37.875rem;
  }
}
.the-new-creators .prize .prize_box:nth-of-type(odd) {
  margin-inline-end: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box:nth-of-type(odd) {
    margin-inline-end: auto;
  }
}
.the-new-creators .prize .prize_box:nth-of-type(even) {
  margin-inline-start: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box:nth-of-type(even) {
    margin-inline-start: auto;
  }
}
.the-new-creators .prize .prize_box:nth-of-type(1) .prize_box_text-area,
.the-new-creators .prize .prize_box:nth-of-type(4) .prize_box_text-area {
  display: grid;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box:nth-of-type(1) .prize_box_text-area,
  .the-new-creators .prize .prize_box:nth-of-type(4) .prize_box_text-area {
    grid-template-rows: auto auto auto 1fr auto auto;
    grid-template-columns: 19.0625rem 1fr;
    gap: 0 clamp(0.6875 * var(--base-size), 1.48438vw, 1.1875 * var(--base-size));
  }
}
.the-new-creators .prize .prize_box:nth-of-type(1) .prize_box_text-area .prize_box_number,
.the-new-creators .prize .prize_box:nth-of-type(4) .prize_box_text-area .prize_box_number {
  grid-row: 1/2;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box:nth-of-type(1) .prize_box_text-area .prize_box_number,
  .the-new-creators .prize .prize_box:nth-of-type(4) .prize_box_text-area .prize_box_number {
    grid-area: 1/1/2/3;
  }
}
.the-new-creators .prize .prize_box:nth-of-type(1) .prize_box_text-area .prize_box_title,
.the-new-creators .prize .prize_box:nth-of-type(4) .prize_box_text-area .prize_box_title {
  grid-row: 2/3;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box:nth-of-type(1) .prize_box_text-area .prize_box_title,
  .the-new-creators .prize .prize_box:nth-of-type(4) .prize_box_text-area .prize_box_title {
    grid-area: 2/1/3/3;
  }
}
.the-new-creators .prize .prize_box:nth-of-type(1) .prize_box_text-area .prize_box_text,
.the-new-creators .prize .prize_box:nth-of-type(4) .prize_box_text-area .prize_box_text {
  grid-row: 3/4;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box:nth-of-type(1) .prize_box_text-area .prize_box_text,
  .the-new-creators .prize .prize_box:nth-of-type(4) .prize_box_text-area .prize_box_text {
    grid-area: 3/2/4/3;
  }
}
.the-new-creators .prize .prize_box:nth-of-type(1) .prize_box_text-area .prize_box_sub,
.the-new-creators .prize .prize_box:nth-of-type(4) .prize_box_text-area .prize_box_sub {
  grid-row: 5/6;
  margin-block-start: 0.5625rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box:nth-of-type(1) .prize_box_text-area .prize_box_sub,
  .the-new-creators .prize .prize_box:nth-of-type(4) .prize_box_text-area .prize_box_sub {
    grid-area: 4/2/5/3;
    margin-block-start: 0;
  }
}
.the-new-creators .prize .prize_box:nth-of-type(1) .prize_box_text-area .prize_box_image,
.the-new-creators .prize .prize_box:nth-of-type(4) .prize_box_text-area .prize_box_image {
  grid-row: 4/5;
  margin-block-start: 0.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box:nth-of-type(1) .prize_box_text-area .prize_box_image,
  .the-new-creators .prize .prize_box:nth-of-type(4) .prize_box_text-area .prize_box_image {
    grid-area: 3/1/-1/2;
    margin-block-start: 0;
  }
}
.the-new-creators .prize .prize_box_text-area {
  padding-inline: 0;
}
.the-new-creators .prize .prize_box_number {
  letter-spacing: 0;
  color: #934b8a;
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box_number {
    letter-spacing: 0;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 180%;
  }
}
.the-new-creators .prize .prize_box_title {
  position: relative;
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;

  padding-block-end: 0.9375rem;
  margin-block: 0.25rem 0.75rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box_title {
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 1.875rem;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 150%;

    padding-block-end: 1.125rem;
    margin-block: 0 1.1875rem;
  }
}
.the-new-creators .prize .prize_box_title::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.0625rem;
  background: var(--gradient-line02);

  inset: auto 0 0;
}
.the-new-creators .prize .prize_box_sub {
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box_sub {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 1.125rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 180%;
  }
}
.the-new-creators .prize .prize_box_text {
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box_text {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 180%;
  }
}
.the-new-creators .prize .prize_box_text + .prize_box_text {
  margin-block-start: 2rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box_text + .prize_box_text {
    margin-block-start: 2.5rem;
  }
}
.the-new-creators .prize .prize_box_list {
  display: grid;

  gap: 0.5rem;
}
.the-new-creators .prize .prize_box_item {
  padding-left: 0.5625rem;
  text-indent: calc(-1 * (0.1875rem + 0.5em));
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;

  margin-inline-start: 0.3125rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box_item {
    padding-left: calc(0.3125rem + 0.5em);
    text-indent: calc(-1 * (0.3125rem + 0.5em));
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 180%;

    margin-inline-start: 0.6875rem;
  }
}
.the-new-creators .prize .prize_box_item::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.125rem;
  border-radius: 50%;
  width: 0.1875rem;
  height: 0.1875rem;
  transform: translateY(-50%);
  background: var(--color-blue);

  margin-inline-end: 0.5em;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box_item::before {
    top: 0;
    width: 0.3125rem;
    height: 0.3125rem;

    margin-inline-end: 0.6875rem;
  }
}
.the-new-creators .prize .prize_box_item_text {
  text-indent: 0;
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;

  margin-block-start: 0.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box_item_text {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.the-new-creators .prize .prize_box_captions {
  margin-block-start: 0.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box_captions {
    margin-block-start: 0.3125rem;
  }
}
.the-new-creators .prize .prize_box_caption {
  padding-left: 1.8em;
  text-indent: -1.8em;
  letter-spacing: 0;
  color: var(--color-blue03);
  font-size: 0.625rem;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_box_caption {
    font-size: 0.75rem;
    line-height: 150%;
  }
}
.the-new-creators .prize .prize_box_link {
  text-indent: 0;
}
.the-new-creators .prize .prize_button_link {
  grid-row: 6/7;
  margin-block-start: 0.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_button_link {
    grid-area: 6/2/7/3;
  }
}
.the-new-creators .prize .prize_button_link.-no-grid {
  max-width: 18.9375rem;

  grid-area: auto;
  margin-block-start: 0.5rem;
}
.the-new-creators .prize .prize_about-area {
  display: grid;

  gap: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_about-area {
    gap: 5rem;
    margin-block-start: 5.125rem;
  }
}
.the-new-creators .prize .prize_about.-background {
  position: relative;
  z-index: 1;

  padding-block: 2.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_about.-background {
    padding: 2.5rem 2rem;
  }
}
.the-new-creators .prize .prize_about.-background::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--color-gray);

  inset: 0;
  margin-inline: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_about.-background::after {
    margin-inline: auto;
  }
}
.the-new-creators .prize .prize_table {
  overflow-x: auto;

  padding-block-end: 0.9375rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_table {
    padding-block-end: 1.625rem;
  }
}
.the-new-creators .prize .prize_table img {
  width: 61.75rem;
  max-width: none;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_table img {
    width: 96.875rem;
  }
}
.the-new-creators .prize .prize_captions {
  margin-block-start: 0.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_captions {
    margin-block-start: 1.5625rem;
  }
}
.the-new-creators .prize .prize_caption {
  padding-left: 1.9em;
  text-indent: -1.9em;
  letter-spacing: 0;
  color: var(--color-blue03);
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  font-weight: 500;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_caption {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.the-new-creators .prize .prize_caption a {
  color: inherit;
}
.the-new-creators .prize .prize_caption_link {
  text-indent: 0;
}
.the-new-creators .prize .prize_about_title {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_about_title {
    letter-spacing: 0.1em;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.the-new-creators .prize .prize_about_text {
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;

  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_about_text {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 180%;

    margin-block-start: 1.5rem;
  }
}
.the-new-creators .prize .prize_cards {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(16.25rem, 1fr));
  gap: 1.25rem;
  margin-block-start: 1.3125rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_cards {
    margin-top: 1.4375rem;

    grid-template-rows: auto auto auto 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2rem clamp(1.1875 * var(--base-size), 2.5vw, 2 * var(--base-size));
  }
}
.the-new-creators .prize .prize_cards.-column3 {
  grid-template-columns: repeat(auto-fill, minmax(16.25rem, 1fr));
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_cards.-column3 {
    grid-template-rows: auto auto auto 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.the-new-creators .prize .prize_cards.-column3 .prize_card {
  gap: 1rem;
}
.the-new-creators .prize .prize_cards.-column3 .prize_card_title {
  margin-top: -0.8125rem;

  padding-inline: 0;
}
.the-new-creators .prize .prize_card {
  display: grid;
  padding: 1rem;
  background-color: var(--color-white);

  gap: 0.375rem;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_card {
    padding: 1rem 1rem 2rem;

    grid-template-rows: subgrid;
    grid-row: 1/-1;
    gap: 1.5rem;
  }
}
.the-new-creators .prize .prize_card_job {
  font-size: 0.75rem;
}
.the-new-creators .prize .prize_card_title {
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_card_title {
    letter-spacing: 0.1em;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 120%;

    padding-inline: 1.0625rem;
  }
}
.the-new-creators .prize .prize_card_text {
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  font-weight: 500;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_card_text {
    letter-spacing: 0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 150%;

    padding-inline: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .the-new-creators .prize .prize_card_link {
    width: 100%;
    max-width: 25.375rem;

    margin-inline: auto;
  }
}
.the-new-creators .judges {
  position: relative;
  z-index: 1;

  padding-block: 3.0625rem 1.75rem;
}
@media (min-width: 768px) {
  .the-new-creators .judges {
    padding-block: 5.1875rem;
  }
}
.the-new-creators .judges .judges_boxes {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(15.625rem, 1fr));
  gap: 0 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .judges .judges_boxes {
    margin-top: 3.9375rem;

    grid-template-columns: 1fr 1fr;
    gap: 0 clamp(2.375 * var(--base-size), 5vw, 4 * var(--base-size));
  }
}
.the-new-creators .judges .judges_boxes + .judges_boxes {
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .judges .judges_boxes + .judges_boxes {
    margin-block-start: 6.5rem;
  }
}
.the-new-creators .judges .judges_boxes_title {
  position: relative;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;

  grid-column: 1/-1;
  padding-inline-start: 0.875rem;
  margin-block-end: 2rem;
}
@media (min-width: 768px) {
  .the-new-creators .judges .judges_boxes_title {
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 150%;

    padding-inline-start: 1rem;
  }
}
.the-new-creators .judges .judges_boxes_title::after {
  content: "";
  position: absolute;
  width: 0.125rem;
  background: var(--gradient-vertical);

  inset: 0 auto 0 0;
}
.the-new-creators .judges .judges_box {
  display: grid;

  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.the-new-creators .judges .judges_box + .judges_box {
  margin-block-start: 2rem;
}
@media (min-width: 768px) {
  .the-new-creators .judges .judges_box + .judges_box {
    margin-block-start: 0;
  }
}
.the-new-creators .judges .judges_image {
  overflow: hidden;
  border: 0.0625rem solid var(--color-line-gray);
  border-radius: 0 0.9375rem;
}
@media (min-width: 768px) {
  .the-new-creators .judges .judges_image {
    border-radius: 0 1.505rem;
  }
}
.the-new-creators .judges .judges_text-area {
  padding-block: 0.8125rem 0.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .judges .judges_text-area {
    padding-block: 1rem 1.5rem;
  }
}
.the-new-creators .judges .judges_job {
  letter-spacing: 0;
  color: #934b8a;
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .judges .judges_job {
    letter-spacing: 0;
    font-size: 0.75rem;
    line-height: 150%;
  }
}
.the-new-creators .judges .judges_name {
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;

  margin-block-start: 0.25rem;
}
@media (min-width: 768px) {
  .the-new-creators .judges .judges_name {
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 150%;

    margin-block-start: -0.125rem;
  }
}
.the-new-creators .judges .judges_profile {
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;

  margin-block-start: 0.1875rem;
}
@media (min-width: 768px) {
  .the-new-creators .judges .judges_profile {
    letter-spacing: 0;
    font-size: 0.75rem;
    line-height: 150%;

    margin-block-start: 0.5rem;
  }
}
.the-new-creators .judges .judges_profile .br {
  display: block;

  padding-block-start: 1em;
}
.the-new-creators .judges .judges_message {
  display: grid;
  overflow: hidden;
  position: relative;
  padding: 1.125rem 0.5625rem;
  height: -moz-fit-content;
  height: fit-content;

  grid-template-rows: auto 1fr;
  gap: 0.25rem;
  border-block: 0.0625rem solid var(--color-blue);
}
@media (min-width: 768px) {
  .the-new-creators .judges .judges_message {
    padding: 1.25rem 1.25rem 1.0625rem;

    gap: 0;
  }
}
.the-new-creators .judges .judges_message::after {
  content: "";
  display: block;
  opacity: 0.1;
  position: absolute;
  background: var(--gradient-background);

  inset: 0;
}
.the-new-creators .judges .judges_message_title {
  letter-spacing: 0.03em;
  color: #6f7dca;
  font-family: var(--font-family-poppins);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 768px) {
  .the-new-creators .judges .judges_message_title {
    letter-spacing: 0.03em;
    font-size: 1rem;
    line-height: 90%;
  }
}
.the-new-creators .judges .judges_message_text {
  letter-spacing: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 768px) {
  .the-new-creators .judges .judges_message_text {
    letter-spacing: 0;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 180%;
  }
}
.the-new-creators .report {
  position: relative;
  z-index: 1;
  border-radius: 1.5625rem;
}
@media (min-width: 768px) {
  .the-new-creators .report {
    border-radius: 2.1875rem;
  }
}
.the-new-creators .report .report_section {
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: var(--color-gray);

  padding-block: 4rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_section {
    border-radius: 1.875rem;

    padding-block: 6.5rem 10rem;
  }
}
.the-new-creators .report .report_background {
  display: grid;
  position: absolute;
  z-index: -1;
  pointer-events: none;

  inset: 0;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
}
.the-new-creators .report .report_background > span {
  display: block;
  position: absolute;
  margin: auto;
  height: 833.3333333333vw;
  background-image: url(/camera/the_new_creators/assets/images/gradient_background_03_sm.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100vw 100%;

  inset: 0 0 auto;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_background > span {
    height: clamp(95.625 * var(--base-size), 199.21875vw, 159.375 * var(--base-size));
    background-image: url(/camera/the_new_creators/assets/images/gradient_background_03_lg.png);
    background-size: clamp(97.75 * var(--base-size), 203.75vw, 163 * var(--base-size)) clamp(95.625 * var(--base-size), 199.21875vw, 159.375 * var(--base-size));
  }
}
.the-new-creators .report .report_details {
  display: grid;

  gap: 3.75rem;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_details {
    gap: 6.5rem;
    margin-block-start: 5rem;
  }
}
.the-new-creators .report .report_title {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_title {
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 100%;
  }
}
.the-new-creators .report .report_text {
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;

  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_text {
    text-align: center;
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 180%;
  }
}
.the-new-creators .report .report_lead {
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;

  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_lead {
    text-align: center;
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 180%;

    margin-block-start: 1.5rem;
  }
}
.the-new-creators .report .report_ceremony {
  display: grid;
  justify-content: center;
}
.the-new-creators .report .report_movie {
  margin-block: 1.25rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_movie {
    margin-block: 2.5rem;
  }
}
@media (min-width: 768px) {
  .the-new-creators .report .report_card_link {
    width: 100%;
    max-width: 18.9375rem;

    margin-inline: unset;
  }
}
.the-new-creators .report .report_card_link.-text-small {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_card_link.-text-small {
    max-width: 25.375rem;
    font-size: 1rem;

    margin-inline: auto;
  }
}
.the-new-creators .report .report_experience_detail {
  display: grid;

  grid-template-columns: 1fr;
  row-gap: 1.25rem;
  margin-block-start: 2rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_experience_detail {
    grid-template-columns: clamp(20.6875 * var(--base-size), 43.20313vw, 34.5625 * var(--base-size)) auto;
    -moz-column-gap: clamp(2.6875 * var(--base-size), 5.625vw, 4.5 * var(--base-size));
         column-gap: clamp(2.6875 * var(--base-size), 5.625vw, 4.5 * var(--base-size));
    margin-block-start: 2.5rem;
  }
}
@media (min-width: 768px) {
  .the-new-creators .report .report_experience_detail:first-of-type {
    margin-block-start: 2.1875rem;
  }
}
.the-new-creators .report .report_experience_text {
  padding-block-end: 1.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_experience_text {
    padding-block: clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size)) clamp(2.375 * var(--base-size), 5vw, 4 * var(--base-size));
  }
}
.the-new-creators .report .report_experience_company {
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.5rem;
  font-weight: 500;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_experience_company {
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 150%;
  }
}
.the-new-creators .report .report_experience_title {
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.125rem;
  font-weight: 500;
  font-weight: 400;
  line-height: 140%;

  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_experience_title {
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 120%;

    margin-block-start: 1.875rem;
  }
}
.the-new-creators .report .report_experience_summary {
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;

  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_experience_summary {
    max-width: 18.9375rem;
    letter-spacing: 0.1em;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;

    margin-block-start: 1.875rem;
  }
}
.the-new-creators .report .report_experience_title + .report_experience_summary {
  margin-block-start: 0.625rem;
}
.the-new-creators .report .report_message {
  max-width: 65rem;
  text-align: center;

  padding-block: 2rem;
  border-block: 0.0625rem dashed var(--color-gold);
}
@media (min-width: 768px) {
  .the-new-creators .report .report_message {
    padding: clamp(1.5 * var(--base-size), 3.125vw, 2.5 * var(--base-size)) clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size));
  }
}
.the-new-creators .report .report_message_title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_message_title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 130%;
  }
}
.the-new-creators .report .report_message_text {
  text-align: left;
  color: var(--color-black);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;

  margin-block-start: 0.75rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_message_text {
    text-align: center;
    font-size: 1.125rem;

    margin-block-start: 0.625rem;
  }
}
.the-new-creators .report .report_message_box {
  padding: 1.25rem 1.125rem;
  width: 100%;
  background: var(--gradient-gold);
  text-align: left;
  color: var(--color-white);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;

  gap: 0.25rem;
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_message_box {
    margin: 2rem auto 0;
    padding: 1.875rem 2rem 2.5rem;
    max-width: 60rem;
    font-size: 1.125rem;
  }
}
.the-new-creators .report .report_message_box strong {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_message_box strong {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 180%;
  }
}
.the-new-creators .report .report_interview {
  background-color: var(--color-white);

  padding-block: 2.5rem;
}
.the-new-creators .report .report_interview_heaading {
  padding-inline: 0.875rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_interview_heaading {
    padding-inline: 2.75rem;
  }
}
.the-new-creators .report .report_interview_title {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_interview_title {
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 1.875rem;
    font-weight: 500;
    font-weight: 400;
    line-height: 150%;
  }
}
.the-new-creators .report .report_interview_lead {
  margin-top: 1.25rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 180%;

  padding-inline: 0.4375rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_interview_lead {
    margin-top: 1.5rem;
    font-size: 1.125rem;
  }
}
.the-new-creators .report .report_cards {
  display: grid;

  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-block-start: 1.25rem;
  padding-inline: 1.4375rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_cards {
    margin-top: 1.5rem;

    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding-inline: 2rem;
  }
}
.the-new-creators .report .report_card {
  display: grid;
  padding: 1rem 1.125rem;
  background-color: var(--color-gray);

  gap: 0.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_card {
    padding: 2rem;

    grid-row: 1/-1;
    gap: 1.5rem;
  }
}
.the-new-creators .report .report_card_prize {
  letter-spacing: 0.2em;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 220%;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_card_prize {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.the-new-creators .report .report_card_name {
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.125rem;
  font-weight: 500;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 768px) {
  .the-new-creators .report .report_card_name {
    margin-top: 0.5rem;
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 120%;
  }
}
@media (min-width: 768px) {
  .the-new-creators .report .report_interview_link {
    width: 100%;
    max-width: 25.375rem;

    margin-inline: auto;
  }
}
.the-new-creators .report .report_interview_link::before {
  background-color: var(--color-white);
}
.the-new-creators .apply {
  position: relative;
  z-index: 2;
  background-color: var(--color-gray);
  color: var(--color-white);

  margin-block-start: -0.9375rem;
}
.the-new-creators .apply .apply_section {
  padding-block: 4rem 9rem;
}
@media (min-width: 768px) {
  .the-new-creators .apply .apply_section {
    padding-block: 6.5rem 15rem;
  }
}
.the-new-creators .apply .apply_background {
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: var(--color-black);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100vw 672.5vw;

  inset: 0;
  -webkit-mask-image: none;
          mask-image: none;
}
@media (min-width: 768px) {
  .the-new-creators .apply .apply_background {
    border-radius: 1.8125rem;
  }
}
.the-new-creators .apply .apply_titleWrapper {
  display: grid;

  gap: 1.25rem;
  margin-block-end: 0.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .apply .apply_titleWrapper {
    gap: 2rem;
    margin-block-end: 0.25rem;
  }
}
.the-new-creators .apply .apply_titleWrapper .cmp-heading {
  margin-block-end: 0;
}
.the-new-creators .apply .apply_caption {
  padding-left: 1em;
  text-indent: -1em;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .apply .apply_caption {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.the-new-creators .apply .apply_caption.-in-list {
  padding-top: 0.25rem;
}
.the-new-creators .apply .apply_caption::before {
  content: "※";
  font-size: 0.625rem;
}
.the-new-creators .apply .apply_link-area {
  display: grid;
  margin-top: 1.25rem;

  grid-template-columns: 1fr;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .the-new-creators .apply .apply_link-area {
    margin-top: 5.875rem;

    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.the-new-creators .apply .apply_links {
  display: grid;

  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .the-new-creators .apply .apply_links {
    row-gap: 1.5rem;
    padding-block: 1.875rem;
  }
}
.the-new-creators .apply .apply_links_title {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 768px) {
  .the-new-creators .apply .apply_links_title {
    font-size: 1.875rem;
    line-height: 150%;
  }
}
.the-new-creators .apply .apply_button {
  border: none;
}
.the-new-creators .apply .apply_button::before {
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: linear-gradient(89deg, #ff5ecf 0.5%, #5056ba 48.37%, #32f0ff 101.94%);
  background-position: center;
  background-size: 100% 100%;
}
.the-new-creators .apply .apply_button::after {
  content: none;
}
.the-new-creators .apply .apply_button .cmp-button_arrow path {
  fill: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .the-new-creators .apply .apply_button:hover::before {
    transition: background-size 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-size: 150% 100%;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .the-new-creators .apply .apply_button:hover::before {
    transition: background-size 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-size: 150% 100%;
  }
}
.the-new-creators .apply .apply_detail {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .apply .apply_detail {
    margin-top: 4rem;
  }
}
.the-new-creators .apply .apply_detail_title {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 220%;
}
@media (min-width: 768px) {
  .the-new-creators .apply .apply_detail_title {
    letter-spacing: 0.1em;
    font-size: 1.375rem;
    line-height: 120%;
  }
}
.the-new-creators .apply .apply_list {
  display: grid;
  margin-top: 0.625rem;
  counter-reset: listnum;

  row-gap: 0.625rem;
}
.the-new-creators .apply .apply_item {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
}
@media (min-width: 768px) {
  .the-new-creators .apply .apply_item {
    letter-spacing: 0.1em;
    font-size: 1.125rem;
    line-height: 180%;
  }
}
.the-new-creators .apply .apply_item::before {
  content: counter(listnum) ".";
  padding-right: 0.625rem;
  counter-increment: listnum;
  color: #934b8a;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .the-new-creators .apply .apply_item::before {
    font-size: 1.125rem;
  }
}
.the-new-creators .apply .apply_subitem {
  padding-left: 1em;
  text-indent: -1em;
}
.the-new-creators .apply .apply_accordions {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .the-new-creators .apply .apply_accordions {
    margin-top: 4rem;
  }
}
.the-new-creators .apply .apply_accordion {
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: rgba(36, 36, 36, 0.5);
}
.the-new-creators .apply .apply_accordion .cmp-accordion_button {
  border-block: 1px solid rgba(255, 255, 255, 0.2);
}
.the-new-creators .apply .apply_accordion .cmp-accordion_button::after {
  content: none;
}
.the-new-creators .apply .apply_accordion .cmp-accordion_icon::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.the-new-creators .apply .apply_accordion .cmp-accordion_icon::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.the-new-creators .apply .apply_accordion .cmp-accordion_body {
  background-color: rgba(36, 36, 36, 0.5);
}
@media (hover: hover) and (pointer: fine) {
  .the-new-creators .apply .apply_accordion:hover {
    transition: background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: rgba(68, 68, 68, 0.5);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .the-new-creators .apply .apply_accordion:hover {
    transition: background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: rgba(68, 68, 68, 0.5);
  }
}
.the-new-creators .apply .apply_accordion_sublist {
  padding-inline-start: 1rem;
}
.the-new-creators .apply .apply_accordion_sublist li {
  position: relative;
  counter-increment: list-item;
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .apply .apply_accordion_sublist li {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.the-new-creators .apply .apply_accordion_sublist li::before {
  content: counter(list-item) ". ";
  position: absolute;
  left: -1.3em;
}
.the-new-creators .apply .apply_accordion_text {
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;

  padding-inline-start: 1rem;
}
@media (min-width: 768px) {
  .the-new-creators .apply .apply_accordion_text {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.the-new-creators .apply .apply_accordion_text .caption {
  opacity: 0.7;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .apply .apply_accordion_text .caption {
    letter-spacing: 0;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 170%;
  }
}
.the-new-creators .qa {
  padding-block-start: 4.125rem;
}
@media (min-width: 768px) {
  .the-new-creators .qa {
    padding-block-start: 10rem;
  }
}
.the-new-creators .qa .qa_boxes {
  margin-block-start: 1.8125rem;
}
@media (min-width: 768px) {
  .the-new-creators .qa .qa_boxes {
    margin-block-start: 4rem;
  }
}
.the-new-creators .qa .qa_title,
.the-new-creators .qa .qa_answer {
  position: relative;
  top: 0.25rem;
  white-space: nowrap;
  letter-spacing: 0.03em;
  font-family: var(--font-family-poppins);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 768px) {
  .the-new-creators .qa .qa_title,
  .the-new-creators .qa .qa_answer {
    top: -0.125rem;
    font-size: 1.4375rem;
  }
}
.the-new-creators .qa .qa_body {
  display: grid;
  justify-content: flex-start;
  padding: 0.625rem 0.75rem 0.6875rem;
  text-align: left;
  letter-spacing: 0;
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;

  grid-template-columns: 2.125rem 1fr;
}
@media (min-width: 768px) {
  .the-new-creators .qa .qa_body {
    padding: 1.375rem;
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 1rem;
    font-weight: 500;
    line-height: 100%;

    grid-template-columns: 2rem 1fr;
  }
}
.the-new-creators .contact {
  padding-block: 2.5rem 5.5625rem;
}
@media (min-width: 768px) {
  .the-new-creators .contact {
    padding-block: 4rem;
  }
}
.the-new-creators .contact .contact_inner {
  width: -moz-fit-content;
  width: fit-content;
}
.the-new-creators .contact .contact_heading {
  padding-block: 1.875rem 1.1875rem;
  border-block-start: 0.0625rem solid var(--color-line-gray);
}
@media (min-width: 768px) {
  .the-new-creators .contact .contact_heading {
    padding-block: 2.5rem 1.4375rem;
  }
}
.the-new-creators .contact .contact_title {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 768px) {
  .the-new-creators .contact .contact_title {
    letter-spacing: 0.1em;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.the-new-creators .contact .contact_lead {
  text-align: center;
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;

  padding-inline: 1.25rem;
}
@media (min-width: 768px) {
  .the-new-creators .contact .contact_lead {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 180%;
  }
}
@media (min-width: 768px) {
  .the-new-creators .contact .contact_captions {
    padding-inline: 1.25rem;
  }
}
.the-new-creators .contact .contact_caption {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  color: var(--color-blue03);
  font-family: var(--font-family-noto);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 170%;
}
@media (min-width: 768px) {
  .the-new-creators .contact .contact_caption {
    letter-spacing: 0;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 170%;
  }
}
.the-new-creators .contact .contact_card {
  margin-block: 1.3125rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .the-new-creators .contact .contact_card {
    max-width: 25.375rem;

    margin-block: 1.5rem;
  }
}
.the-new-creators .contact .contact_icon {
  display: block;
  padding: 0.125rem;
  border: 0.0625rem solid var(--color-line-gray);
  white-space: nowrap;
  letter-spacing: 0.03em;
  font-family: var(--font-family-poppins);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 768px) {
  .the-new-creators .contact .contact_icon {
    padding: 0.125rem 0.3125rem;
    letter-spacing: 0.03em;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 100%;

    grid-column: 2/3;
  }
}
@media (min-width: 768px) {
  .the-new-creators .for-creators {
    padding-block-start: 6.5rem;
  }
}
.the-new-creators .for-creators .for-creators_boxes {
  display: grid;

  gap: 2.5rem;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_boxes {
    gap: 3.6875rem;
    margin-block-start: 4.0625rem;
  }
}
.the-new-creators .for-creators .for-creators_boxes.-approach {
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_boxes.-approach {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.25rem;
  }
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_box {
    display: grid;

    grid-template-rows: 1fr auto auto auto 1fr;
    grid-template-columns: clamp(16.875 * var(--base-size), 35.15625vw, 28.125 * var(--base-size)) 1fr;
    gap: 0.3125rem clamp(1.5 * var(--base-size), 3.125vw, 2.5 * var(--base-size));
  }
}
.the-new-creators .for-creators .for-creators_box.-approach {
  grid-template-columns: auto;
  grid-template-rows: 13.75rem 5.125rem 1fr auto;
  gap: 0;
}
.the-new-creators .for-creators .for-creators_box.-approach:not(:last-child) {
  position: relative;
}
.the-new-creators .for-creators .for-creators_box.-approach:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  width: 100%;
  height: 1px;
  background-color: var(--color-line-gray);
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_box.-approach:not(:last-child)::before {
    top: 0;
    right: -2.125rem;
    width: 1px;
    height: 100%;
  }
}
.the-new-creators .for-creators .for-creators_mainTitle {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;

  margin-block-start: 2.875rem;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_mainTitle {
    font-size: 2.25rem;
    line-height: 100%;

    margin-block-start: 7rem;
  }
}
.the-new-creators .for-creators .for-creators_title {
  position: relative;
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;

  padding-inline-start: 0.875rem;
  margin-block-end: 1rem;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_title {
    letter-spacing: 0.1em;
    font-family: var(--font-family-noto);
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 120%;

    grid-area: 2/2/3/3;
    padding-inline-start: 0.9375rem;
    margin-block-end: 0;
  }
}
.the-new-creators .for-creators .for-creators_title::after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  background: var(--gradient-vertical);

  inset: 0 auto 0 0;
}
.the-new-creators .for-creators .for-creators_title small {
  display: block;
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 130%;

  margin-block-start: 0.1875rem;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_title small {
    letter-spacing: 0;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 170%;
  }
}
.the-new-creators .for-creators .for-creators_title.-approach {
  margin-block-start: 0.5rem;
  padding-inline-start: 0;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_title.-approach {
    grid-area: auto;
    margin-block-start: 1.25rem;
  }
}
.the-new-creators .for-creators .for-creators_title.-approach::after {
  content: none;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_image {
    grid-area: 1/1/6/2;
  }
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_image.-approach {
    grid-area: auto;
  }
}
.the-new-creators .for-creators .for-creators_image.-approach img {
  height: 100%;
}
.the-new-creators .for-creators .for-creators_text {
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;

  margin-block-start: 0.5625rem;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_text {
    letter-spacing: 0;
    font-family: var(--font-family-noto);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 180%;

    grid-area: 3/2/4/3;
  }
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_text.-approach {
    grid-area: auto;
  }
}
.the-new-creators .for-creators .for-creators_link {
  margin-block-start: 0.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_link {
    max-width: 19rem;

    grid-area: 4/2/5/3;
    margin-block-start: 1.6875rem;
  }
}
.the-new-creators .for-creators .for-creators_linkBox {
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_linkBox {
    margin-block-start: 2rem;
  }
}
.the-new-creators .for-creators .for-creators_approachLink {
  position: relative;
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;

  padding-block-end: 0.25rem;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_approachLink {
    font-size: 1rem;
    line-height: 150%;
  }
}
.the-new-creators .for-creators .for-creators_approachLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: scale 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: left;
  background-color: var(--color-line-gray);

  scale: 1 1;
}
.the-new-creators .for-creators .for-creators_approachLink .cmp-button_arrow {
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .the-new-creators .for-creators .for-creators_approachLink:hover .cmp-button_arrow {
    animation: arrow-topRight 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1;
  }
  .the-new-creators .for-creators .for-creators_approachLink:hover::after {
    transition: scale 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: right;

    scale: 0 1;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .the-new-creators .for-creators .for-creators_approachLink:hover .cmp-button_arrow {
    animation: arrow-topRight 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1;
  }
  .the-new-creators .for-creators .for-creators_approachLink:hover::after {
    transition: scale 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: right;

    scale: 0 1;
  }
}
.the-new-creators .for-creators .for-creators_official {
  position: relative;
  z-index: 1;

  padding-block: 2.5rem;
  margin-block-start: 4rem;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_official {
    padding-block: 4.0625rem;
    margin-block-start: 8.9375rem;
  }
}
.the-new-creators .for-creators .for-creators_official::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--color-gray);

  inset: 0;
  margin-inline: calc(50% - 50vw);
}
.the-new-creators .for-creators .for-creators_official_title {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: var(--font-family-noto);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;

  margin-block-end: 2.5rem;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_official_title {
    letter-spacing: 0.1em;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 150%;

    margin-block-end: 4.0625rem;
  }
}
.the-new-creators .for-creators .for-creators_cards {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(16.25rem, 1fr));
  gap: 2rem;
  margin-block-start: 2rem;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_cards {
    margin-top: 4rem;

    grid-template-rows: auto auto auto 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2rem clamp(1.1875 * var(--base-size), 2.5vw, 2 * var(--base-size));
  }
}
.the-new-creators .for-creators .for-creators_card {
  display: grid;
  padding: 1rem;
  background-color: var(--color-gray);

  gap: 0.625rem;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_card {
    padding: 2rem;

    grid-row: 1/-1;
    gap: 1.5rem;
  }
}
.the-new-creators .for-creators .for-creators_card_text {
  letter-spacing: 0;
  font-family: var(--font-family-noto);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_card_text {
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_card_link {
    width: 100%;
    max-width: 25.375rem;

    margin-inline: auto;
  }
}
.the-new-creators .for-creators .for-creators_card_link::before {
  background-color: var(--color-white);
}
.the-new-creators .for-creators .for-creators_more_link {
  margin-block-start: 4rem;
}
@media (min-width: 768px) {
  .the-new-creators .for-creators .for-creators_more_link {
    margin: 5rem auto 0;
    width: 100%;
    max-width: 25.375rem;
  }
}