@charset "UTF-8";
[data-scroll] {
  opacity: 0;
  transform: translateY(20px);
}

[data-scroll].is-appeared {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--out-cubic), transform 0.8s var(--out-cubic);
}

body .p-bg {
  animation: scroll-bg 50s linear infinite;
}
@keyframes scroll-bg {
  from {
    background-position: 0;
  }
  to {
    background-position: 100vh;
  }
}
body .p-header__kv {
  transition: transform 0.3s var(--out-cubic), opacity 0.2s var(--out-cubic);
  transform: scale(0.97);
  opacity: 0;
}
body .p-header__nav-upper {
  transition: transform 0.3s var(--out-cubic) 0.1s, opacity 0.2s var(--out-cubic) 0.1s;
  transform: translateY(20px);
  opacity: 0;
}
body .p-header__nav-bottom {
  transition: transform 0.3s var(--out-cubic) 0.18s, opacity 0.2s var(--out-cubic) 0.18s;
  transform: translateY(20px);
  opacity: 0;
}
body .p-hero__lead-logos {
  transition: transform 0.3s var(--out-cubic), opacity 0.2s var(--out-cubic);
  transform: scale(0.97);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  body .p-hero__lead-logos {
    transition: transform 0.3s var(--out-cubic) 0.3s, opacity 0.2s var(--out-cubic) 0.3s;
  }
}
body .p-hero__lead-logos .p-hero__lead-logos-x {
  transition: transform 0.3s var(--out-cubic) 0.7s, opacity 0.2s var(--out-cubic) 0.7s;
  transform: scale(0.97) rotate(-45deg);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  body .p-hero__lead-logos .p-hero__lead-logos-x {
    transition: transform 0.3s var(--out-cubic) 0.7s, opacity 0.2s var(--out-cubic) 0.7s;
  }
}
body .p-hero__lead-text > *:nth-child(1) {
  transition: transform 0.3s var(--out-cubic), opacity 0.2s var(--out-cubic);
  transform: translateY(20px);
  opacity: 0;
}
body .p-hero__lead-text > *:nth-child(1) .--grad-bg:nth-of-type(1) {
  transition: color 0.3s var(--out-cubic) 0.2s;
  color: var(--black);
}
body .p-hero__lead-text > *:nth-child(1) .--grad-bg:nth-of-type(1)::before {
  transition: -webkit-clip-path 0.3s var(--out-cubic) 0.2s;
  transition: clip-path 0.3s var(--out-cubic) 0.2s;
  transition: clip-path 0.3s var(--out-cubic) 0.2s, -webkit-clip-path 0.3s var(--out-cubic) 0.2s;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
body .p-hero__lead-text > *:nth-child(1) .--grad-bg:nth-of-type(2) {
  transition: color 0.3s var(--out-cubic) 0.3s;
  color: var(--black);
}
body .p-hero__lead-text > *:nth-child(1) .--grad-bg:nth-of-type(2)::before {
  transition: -webkit-clip-path 0.3s var(--out-cubic) 0.3s;
  transition: clip-path 0.3s var(--out-cubic) 0.3s;
  transition: clip-path 0.3s var(--out-cubic) 0.3s, -webkit-clip-path 0.3s var(--out-cubic) 0.3s;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
body .p-hero__lead-text > *:nth-child(1) .--sp-anm {
  display: inline-block;
  transition: transform 0.3s var(--out-cubic) 1s, opacity 0.2s var(--out-cubic) 1s;
  transform: translateX(20px);
  opacity: 0;
}
body .p-hero__lead-text > *:nth-child(2) {
  display: inline-block;
  transition: transform 0.3s var(--out-cubic), opacity 0.2s var(--out-cubic);
  transform: translateX(30px);
  opacity: 0;
}
body .p-hero__lead-text > *:nth-child(3) {
  transition: transform 0.3s var(--out-cubic), opacity 0.2s var(--out-cubic);
  transform: translateY(20px);
  opacity: 0;
}
body .p-hero__lead-text > *:nth-child(4) {
  transition: transform 0.3s var(--out-cubic), opacity 0.2s var(--out-cubic);
  transform: translateY(20px);
  opacity: 0;
}
body .p-hero__lead-text > *:nth-child(4) .--grad-bg {
  transition: color 0.3s var(--out-cubic) 0.2s;
  color: var(--black);
}
body .p-hero__lead-text > *:nth-child(4) .--grad-bg::before {
  transition: -webkit-clip-path 0.3s var(--out-cubic) 0.2s;
  transition: clip-path 0.3s var(--out-cubic) 0.2s;
  transition: clip-path 0.3s var(--out-cubic) 0.2s, -webkit-clip-path 0.3s var(--out-cubic) 0.2s;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  body .p-hero__lead-text > *:nth-child(1) {
    transition: transform 0.3s var(--out-cubic) 1.2s, opacity 0.2s var(--out-cubic) 1.2s;
    transform: translateY(20px);
    opacity: 0;
  }
  body .p-hero__lead-text > *:nth-child(1) .--grad-bg:nth-of-type(1) {
    transition: color 0.3s var(--out-cubic) 1.8s;
    color: var(--black);
  }
  body .p-hero__lead-text > *:nth-child(1) .--grad-bg:nth-of-type(1)::before {
    transition: -webkit-clip-path 0.3s var(--out-cubic) 1.8s;
    transition: clip-path 0.3s var(--out-cubic) 1.8s;
    transition: clip-path 0.3s var(--out-cubic) 1.8s, -webkit-clip-path 0.3s var(--out-cubic) 1.8s;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  body .p-hero__lead-text > *:nth-child(1) .--grad-bg:nth-of-type(2) {
    transition: color 0.3s var(--out-cubic) 2.1s;
    color: var(--black);
  }
  body .p-hero__lead-text > *:nth-child(1) .--grad-bg:nth-of-type(2)::before {
    transition: -webkit-clip-path 0.3s var(--out-cubic) 2.1s;
    transition: clip-path 0.3s var(--out-cubic) 2.1s;
    transition: clip-path 0.3s var(--out-cubic) 2.1s, -webkit-clip-path 0.3s var(--out-cubic) 2.1s;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  body .p-hero__lead-text > *:nth-child(1) .--sp-anm {
    display: inline-block;
    transition: transform 0.3s var(--out-cubic) 2.6s, opacity 0.2s var(--out-cubic) 2.6s;
    transform: translateX(20px);
    opacity: 0;
  }
  body .p-hero__lead-text > *:nth-child(2) {
    display: inline-block;
    transition: transform 0.3s var(--out-cubic) 3.5s, opacity 0.2s var(--out-cubic) 3.5s;
    transform: translateX(20px);
    opacity: 0;
  }
  body .p-hero__lead-text > *:nth-child(3) {
    transition: transform 0.3s var(--out-cubic) 4.3s, opacity 0.2s var(--out-cubic) 4.3s;
    transform: translateY(20px);
    opacity: 0;
  }
  body .p-hero__lead-text > *:nth-child(4) {
    transition: transform 0.3s var(--out-cubic) 4.7s, opacity 0.2s var(--out-cubic) 4.7s;
    transform: translateY(20px);
    opacity: 0;
  }
  body .p-hero__lead-text > *:nth-child(4) .--grad-bg {
    transition: color 0.3s var(--out-cubic) 5.4s;
    color: var(--black);
  }
  body .p-hero__lead-text > *:nth-child(4) .--grad-bg::before {
    transition: -webkit-clip-path 0.3s var(--out-cubic) 5.4s;
    transition: clip-path 0.3s var(--out-cubic) 5.4s;
    transition: clip-path 0.3s var(--out-cubic) 5.4s, -webkit-clip-path 0.3s var(--out-cubic) 5.4s;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
}
body .p-hero__artists {
  transition: transform 0.3s var(--out-cubic), opacity 0.2s var(--out-cubic);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  body .p-hero__artists {
    transform: translateY(30px);
  }
}
@media screen and (min-width: 768px) {
  body .p-hero__artists {
    transition: transform 0.3s var(--out-cubic) 5.9s, opacity 0.2s var(--out-cubic) 5.9s;
    transform: scale(0.97);
  }
}
body .p-hero__artists-tc {
  animation: scroll-l 180s linear infinite;
}
body .p-hero__artists-tc.--paused {
  animation-play-state: paused;
}
@keyframes scroll-l {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
body .p-hero__artists-mr {
  animation: scroll-r 250s linear infinite;
  animation-delay: -20s;
}
body .p-hero__artists-mr.--paused {
  animation-play-state: paused;
}
@keyframes scroll-r {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
body .p-logo__description-img {
  animation: hovering 5s infinite;
}
@keyframes hovering {
  from {
    transform: translateY(0px);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    transform: translateY(5px);
    animation-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
  }
  50% {
    transform: translateY(0px);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    transform: translateY(-5px);
    animation-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
  }
  to {
    transform: translateY(0px);
  }
}
body .p-header__nav-entry-bg::before {
  animation: rolling 40s linear infinite;
}
@keyframes rolling {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

body.onload .p-header__kv {
  transform: none;
  opacity: 1;
}
body.onload .p-header__nav-upper,
body.onload .p-header__nav-bottom {
  transform: none;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  body.onload .p-hero__lead-logos {
    transform: none;
    opacity: 1;
  }
  body.onload .p-hero__lead-logos .p-hero__lead-logos-x {
    transform: none;
    opacity: 1;
  }
  body.onload .p-hero__lead-text > *:nth-child(1) {
    transform: none;
    opacity: 1;
  }
  body.onload .p-hero__lead-text > *:nth-child(1) .--grad-bg:nth-of-type(1) {
    color: var(--white);
  }
  body.onload .p-hero__lead-text > *:nth-child(1) .--grad-bg:nth-of-type(1)::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  body.onload .p-hero__lead-text > *:nth-child(1) .--grad-bg:nth-of-type(2) {
    color: var(--white);
  }
  body.onload .p-hero__lead-text > *:nth-child(1) .--grad-bg:nth-of-type(2)::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  body.onload .p-hero__lead-text > *:nth-child(1) .--sp-anm {
    transform: none;
    opacity: 1;
  }
  body.onload .p-hero__lead-text > *:nth-child(2) {
    transform: none;
    opacity: 1;
  }
  body.onload .p-hero__lead-text > *:nth-child(3) {
    transform: none;
    opacity: 1;
  }
  body.onload .p-hero__lead-text > *:nth-child(4) {
    transform: none;
    opacity: 1;
  }
  body.onload .p-hero__lead-text > *:nth-child(4) .--grad-bg:nth-of-type(1) {
    color: var(--white);
  }
  body.onload .p-hero__lead-text > *:nth-child(4) .--grad-bg:nth-of-type(1)::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
body.onload .p-hero__artists {
  transform: none;
  opacity: 1;
}

.p-hero__lead-logos.is-appeared {
  transform: none;
  opacity: 1;
}
.p-hero__lead-logos.is-appeared .p-hero__lead-logos-x {
  transform: none;
  opacity: 1;
}

.p-hero__lead-text > *:nth-child(1).is-appeared {
  transform: none;
  opacity: 1;
}
.p-hero__lead-text > *:nth-child(1).is-appeared .--grad-bg:nth-of-type(1) {
  color: var(--white);
}
.p-hero__lead-text > *:nth-child(1).is-appeared .--grad-bg:nth-of-type(1)::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.p-hero__lead-text > *:nth-child(1).is-appeared .--grad-bg:nth-of-type(2) {
  color: var(--white);
}
.p-hero__lead-text > *:nth-child(1).is-appeared .--grad-bg:nth-of-type(2)::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.p-hero__lead-text > *:nth-child(1).is-appeared .--sp-anm {
  transform: none;
  opacity: 1;
}
.p-hero__lead-text > *:nth-child(2).is-appeared {
  transform: none;
  opacity: 1;
}
.p-hero__lead-text > *:nth-child(3).is-appeared {
  transform: none;
  opacity: 1;
}
.p-hero__lead-text > *:nth-child(4).is-appeared {
  transform: none;
  opacity: 1;
}
.p-hero__lead-text > *:nth-child(4).is-appeared .--grad-bg:nth-of-type(1) {
  color: var(--white);
}
.p-hero__lead-text > *:nth-child(4).is-appeared .--grad-bg:nth-of-type(1)::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.p-hero__artists.is-appeared {
  transform: none;
  opacity: 1;
}

.p-hero__description-item::after {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  transition: -webkit-clip-path 0.3s var(--out-cubic) 0.2s;
  transition: clip-path 0.3s var(--out-cubic) 0.2s;
  transition: clip-path 0.3s var(--out-cubic) 0.2s, -webkit-clip-path 0.3s var(--out-cubic) 0.2s;
}

.p-hero__description-item.is-appeared::after {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.p-hero__description-item.is-appeared {
  transition: opacity 0.4s var(--out-cubic), transform 0.8s var(--out-cubic);
}

@media screen and (hover: hover) {
  a,
  button {
    transition: transform 0.3s var(--out-cubic);
    will-change: transform;
  }
  a:hover,
  button:hover {
    transform: scale(1.05);
  }
  a.p-logo__description-button, a.p-workshop__lessons-head, a.p-faq__description-button,
  button.p-logo__description-button,
  button.p-workshop__lessons-head,
  button.p-faq__description-button {
    transition: none;
  }
  a.p-logo__description-button:hover, a.p-workshop__lessons-head:hover, a.p-faq__description-button:hover,
  button.p-logo__description-button:hover,
  button.p-workshop__lessons-head:hover,
  button.p-faq__description-button:hover {
    transform: none;
  }
  a.p-logo__description-button .--arrow span, a.p-workshop__lessons-head .--arrow span, a.p-faq__description-button .--arrow span,
  button.p-logo__description-button .--arrow span,
  button.p-workshop__lessons-head .--arrow span,
  button.p-faq__description-button .--arrow span {
    transition: transform 0.3s var(--out-cubic);
    will-change: transform;
  }
  a.p-logo__description-button:hover .--arrow span, a.p-workshop__lessons-head:hover .--arrow span, a.p-faq__description-button:hover .--arrow span,
  button.p-logo__description-button:hover .--arrow span,
  button.p-workshop__lessons-head:hover .--arrow span,
  button.p-faq__description-button:hover .--arrow span {
    transform: rotate(0);
  }
  .--active.c-tab__button {
    cursor: default;
  }
  .--active.c-tab__button:hover {
    transform: none;
  }
  .c-sns-button__link img,
  .p-header__nav-agency-mr img,
  .p-header__nav-agency-tc img {
    transition: transform 0.3s var(--out-cubic);
    will-change: transform;
  }
  .c-sns-button__link:hover img,
  .p-header__nav-agency-mr:hover img,
  .p-header__nav-agency-tc:hover img {
    transform: scale(1.1);
  }
  .p-agency__link-text:hover::after,
  .--text-link-mail:hover::after,
  .--link-privacy:hover::after {
    content: none !important;
  }
}
.p-workshop .--head-badge,
.p-audition .--head-badge {
  transform-origin: 5% 95%;
}
.p-workshop.--active::before,
.p-audition.--active::before {
  animation: tab-circle 0.5s var(--out-cubic) forwards 0.1s;
}
.p-workshop.--active .p-workshop__head-text,
.p-workshop.--active .p-audition__head-text,
.p-audition.--active .p-workshop__head-text,
.p-audition.--active .p-audition__head-text {
  animation: color-bw 0.5s var(--out-cubic) forwards 0.1s;
}
.p-workshop.--active .--head-badge,
.p-audition.--active .--head-badge {
  animation: badge-scale 0.3s var(--out-cubic) both 0.8s;
}

@keyframes tab-circle {
  from {
    transform: translate(-50%, -38.4%) scale(1.8) rotate(1deg);
  }
  to {
    transform: translate(-50%, -38.4%) scale(2.6) rotate(1deg);
  }
}
@keyframes color-bw {
  from {
    color: var(--black);
  }
  to {
    color: var(--white);
  }
}
@keyframes badge-scale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.p-agency.--active .p-agency__inner {
  animation: tab-fade-in 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

@keyframes tab-fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.--inner-main {
  padding-inline: 6.6%;
}

.--br {
  display: block;
}

.c-sns-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.c-sns-item {
  width: 1.9rem;
}

.c-button {
  position: relative;
  font-size: 0.95em;
  width: 100%;
  margin-inline: auto;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: var(--black);
  isolation: isolate;
}
.c-button__link {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.2em;
  background: var(--white);
  border: 2px solid var(--black);
  border-radius: 100px;
  height: 4.26em;
}
.c-button.--disabled {
  pointer-events: none;
  color: var(--color-disabled);
}
.c-button.--disabled::after {
  position: absolute;
  top: calc(100% - 1em);
  left: 50%;
  content: "coming soon";
  font-size: 0.6em;
  color: var(--white);
  text-align: center;
  font-weight: 500;
  width: 9em;
  background-color: var(--black);
  border-radius: 100px;
  padding-top: 0.4em;
  padding-bottom: 0.3em;
  transform: translateX(-50%);
  z-index: 1;
}

.c-button__line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--color-line);
  padding-top: 0.55em;
  padding-bottom: 0.25em;
  padding-inline: 1.15em;
  border-radius: 100px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 0.95em;
  font-weight: bold;
  color: var(--white);
  text-align: center;
}
.c-button__line-icon {
  position: relative;
  top: -0.1em;
  width: 1.2em;
  margin-left: 0.36em;
}
.c-button__line-icon img {
  width: 100%;
  height: auto;
}
.c-button__line.--text {
  padding-inline: 9.4%;
  padding-top: 0.6em;
}

.c-tab {
  position: relative;
  top: 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.c-tab__button-container {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
  width: 50%;
}
.c-tab__button-container.--l .c-tab__button {
  background-color: var(--color-tc);
}

.c-tab__button-container.--r .c-tab__button {
  background-color: var(--color-mr);
}

.c-tab.--bottom .c-tab__button {
  background-color: var(--color-inactive);
}
.c-tab.--bottom .c-tab__button.--active {
  background-color: var(--white);
}

.c-tab__button {
  font-size: var(--font-size-reg);
  font-weight: bold;
  padding: 9%;
  padding-bottom: 10.5%;
}
.c-tab__button.--disabled {
  pointer-events: none;
  background-color: var(--color-disabled) !important;
}
.c-tab__button.--disabled .c-tab__button-bottom-wrapper {
  display: block;
  position: relative;
}
.c-tab__button.--disabled .c-tab__button-bottom-wrapper::before {
  position: absolute;
  bottom: calc(100% + 0.4em);
  left: 50%;
  content: "coming soon";
  font-size: 0.73em;
  width: 100%;
  transform: translateX(-50%);
}
.c-tab__button.--disabled .c-tab__button-bottom-endtext {
  display: block;
  font-size: 0.8em;
  font-weight: 300;
  color: var(--white);
}
.c-tab__button-upper {
  color: var(--white);
}
.c-tab__button-upper span {
  display: block;
}
.c-tab__button-upper-u {
  font-size: 1em;
  line-height: 1;
}
.c-tab__button-upper-b {
  font-size: 1.15em;
  line-height: 1.4;
}
.c-tab__button-bottom {
  display: block;
  width: 97.5%;
  font-size: 0.9em;
  color: var(--black);
  background-color: var(--white);
  border-radius: 4px;
  margin-top: 11.5%;
  margin-inline: auto;
  overflow: hidden;
}
.c-tab__button-bottom-head {
  display: block;
  color: var(--white);
  font-size: 0.85em;
  background-color: var(--black);
  padding-top: 0.3em;
}
.c-tab__button-bottom-body {
  font-size: 0.85em;
  text-align: center;
  padding-left: 15%;
  padding-right: 10%;
  display: block;
  padding-block: 2.8%;
}

.c-tab.--bottom .c-tab__button {
  padding: 7%;
}
.c-tab.--bottom .c-tab__button-logo {
  display: block;
  margin-inline: auto;
}
.c-tab.--bottom .--l .c-tab__button-logo {
  width: 47%;
}
.c-tab.--bottom .--r .c-tab__button-logo {
  width: 44.2%;
}

.p-logo__description,
.p-faq__description {
  border: 1px solid var(--gray);
  border-radius: 20px;
  background-color: var(--white);
  overflow: hidden;
}
.p-logo__description-head-text,
.p-faq__description-head-text {
  font-family: var(--font-mincho);
  position: relative;
  font-size: 1.65em;
}
.p-logo__description-head-text {
  font-size: 1.7em;
}

.p-logo__description-button,
.p-faq__description-button {
  width: 100%;
  height: 4.2em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border: none;
  cursor: pointer;
  padding-left: 0.4em;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}
.p-logo__description-button {
  padding-left: 0.75em;
  padding-top: 0em;
}

.p-logo__description-button .--text-big,
.p-faq__description-button .--text-big {
  position: relative;
  font-size: 1.2em;
  line-height: 1.1;
}
.p-logo__description-button .--text-big .--rb,
.p-faq__description-button .--text-big .--rb {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.4em;
}
.p-logo__description-button .--text-small,
.p-faq__description-button .--text-small {
  font-size: 0.8em;
}
.p-logo__description-button .--arrow,
.p-faq__description-button .--arrow {
  position: absolute;
  top: 54%;
  right: 7.8%;
  height: 0.65em;
  width: 0.1em;
  transform: translate(-50%, -50%);
}
.p-logo__description-button .--arrow span,
.p-faq__description-button .--arrow span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80%;
  background: var(--black);
}
.p-logo__description-button .--arrow span:first-child,
.p-faq__description-button .--arrow span:first-child {
  left: 0;
  transform: rotate(-45deg);
  transform-origin: bottom right;
}
.p-faq__description-open .--arrow span:first-child,
.p-logo__description-open .--arrow span:first-child {
  transform-origin: top left;
}

.p-logo__description-button .--arrow span:last-child,
.p-faq__description-button .--arrow span:last-child {
  right: 0;
  transform: rotate(45deg);
  transform-origin: bottom left;
}
.p-faq__description-open .--arrow span:last-child,
.p-logo__description-open .--arrow span:last-child {
  transform-origin: top right;
}

.p-logo__description-content,
.p-faq__description-content {
  margin-inline: 4.5%;
  padding-top: 20%;
  padding-bottom: 21%;
  border-top: 1px solid var(--gray);
}
.p-logo__description-content {
  margin-inline: 4.8%;
}

.p-faq__description-content {
  border-top: none;
  padding-top: 1%;
  padding-bottom: 15%;
}

.p-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-image: url("../img/bg_color_repeat.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: left top;
}
.p-bg.is-sp {
  position: static;
}

.p-bg__wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  height: 0;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header {
    position: relative;
    top: auto;
    left: auto;
  }
}
.p-header__kv {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: var(--kv);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-header__kv {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: -2;
  }
}
.p-header__kv-img {
  width: 100%;
  height: 100%;
}
.p-header__kv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: calc(100% - var(--kv) - var(--content) - 0.4%);
  height: 100vh;
  max-width: 295px;
  max-height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    padding-block: 3.9%;
    font-size: var(--font-size-nav);
    overflow-y: scroll;
  }
}
.p-header__nav nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__nav-head {
    width: 16.929em;
    margin-inline: auto;
    margin-bottom: 10%;
    padding-right: 5%;
  }
}
.p-header__nav-links {
  margin-bottom: 10%;
  width: 15.929em;
  margin-inline: auto;
}
.p-header__nav-links-item + .p-header__nav-links-item {
  margin-top: 0.65em;
}
.p-header__nav-sns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10%;
  background: var(--grad-lr);
  width: 15.929em;
  padding-inline: 8%;
  padding-block: 5%;
  border-radius: 100px;
  margin-inline: auto;
  margin-bottom: 19.8%;
}
.p-header__nav-sns > * {
  font-size: 0.7em;
  font-family: var(--font-mincho);
  color: var(--white);
}
.p-header__nav-sns-links {
  flex-grow: 1;
}
.p-header__nav-sns-links .c-sns-item {
  width: 2em;
}
.p-header__nav-entry-wrapper {
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  .p-header__nav-entry {
    width: 13.214em;
    margin-inline: auto;
  }
}
.p-header__nav-entry + .p-header__nav-entry {
  margin-top: 8%;
}
.p-header__nav-entry-link {
  display: block;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
}
.p-header__nav-entry-bg {
  position: relative;
}
@media screen and (min-width: 1221px) {
  .p-header__nav-entry-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/btn_join_frame.png") scroll no-repeat center/100% auto;
    pointer-events: none;
  }
}
.p-header__nav-entry-bg::after {
  position: absolute;
  bottom: 11%;
  left: 38%;
  content: "";
  width: 24%;
  height: 10%;
  background: url("../img/arrow_white.png") scroll no-repeat center/100% auto;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav-entry-bg::after {
    bottom: 18%;
    left: 41%;
    width: 18%;
  }
}
.p-header__nav-entry-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0.8em;
  text-align: center;
  color: var(--white);
  font-style: italic;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.54em;
}
@media screen and (min-width: 768px) {
  .p-header__nav-entry-text {
    font-size: 1em;
  }
}
.p-header__nav-entry-text .--icon {
  width: 20.9%;
  margin-top: -12.3%;
  padding-bottom: 3%;
}
.p-header__nav-agency {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 14.286em;
  margin-inline: auto;
}
.p-header__nav-agency::after {
  position: absolute;
  top: 10%;
  left: calc(50% - 1px);
  content: "";
  width: 2px;
  height: 80%;
  background-color: var(--black);
}
.p-header__nav-agency-logo {
  width: 30%;
}
.p-header__nav-agency-logo.--tc {
  width: 32%;
}

.p-main__wrapper {
  position: relative;
  left: var(--kv);
  text-align: center;
  width: var(--content);
  max-width: 500px;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-main__wrapper {
    min-width: revert;
    max-width: revert;
    width: 100%;
    padding-top: 0;
    left: auto;
  }
}

@media screen and (min-width: 1221px) {
  .p-main__nav-entry-wrapper {
    display: none;
  }
}
.p-main__nav-entry-wrapper {
  margin-bottom: 12%;
}
.p-main__nav-entry {
  opacity: 0;
  transition: 0.5s all cubic-bezier(0, 0.55, 0.45, 1) 0.2s;
}
.p-main__nav-entry + .p-main__nav-entry {
  margin-top: 8%;
}
.onload .p-main__nav-entry {
  opacity: 1;
}
.p-main__nav-entry-link {
  display: block;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
}
.p-main__nav-entry-bg {
  position: relative;
}
.p-main__nav-entry-bg::after {
  position: absolute;
  bottom: 11%;
  left: 38%;
  content: "";
  width: 24%;
  height: 10%;
  background: url("../img/arrow_white.png") scroll no-repeat center/100% auto;
  pointer-events: none;
}
.p-main__nav-entry-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0.8em;
  text-align: center;
  color: var(--white);
  font-style: italic;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.54em;
}
.p-main__nav-entry-text .--icon {
  width: 20.9%;
  margin-top: -12.3%;
  padding-bottom: 3%;
}

@media screen and (max-width: 767px) {
  .p-hero {
    margin-top: 16%;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__inner-bg {
    padding-top: 16.5%;
    background-color: var(--white);
  }
}
.p-hero__lead {
  margin-bottom: 79px;
}
.p-hero__lead-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-inline: 13.8%;
  margin-bottom: 47px;
}
.p-hero__lead-logos-tc {
  width: 32%;
  flex-shrink: 0;
}
.p-hero__lead-logos-x {
  width: 6.7%;
  flex-shrink: 0;
}
.p-hero__lead-logos-mr {
  width: 30%;
  flex-shrink: 0;
}
.p-hero__lead-text {
  font-size: var(--font-size-reg);
  font-weight: bold;
  line-height: 1.6;
}
.p-hero__lead-text .--grad-bg {
  display: inline-block;
  position: relative;
  font-size: 1.35em;
  letter-spacing: 0.15em;
  line-height: 1.35;
  margin-inline: 0.1em;
  isolation: isolate;
}
.p-hero__lead-text .--grad-bg .bracket.--l {
  letter-spacing: 0.15em;
  margin-left: -0.3em;
}
.p-hero__lead-text .--grad-bg .bracket.--r {
  letter-spacing: 0.15em;
  letter-spacing: -0.3em;
}
.p-hero__lead-text .--grad-bg::before {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 0.1em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: var(--grad-lr);
  isolation: isolate;
}
.p-hero__lead-text .--grad-bg.--en {
  letter-spacing: 0.0666em;
}
.p-hero__lead-text .--grad-bg.--en::before {
  bottom: 0.08em;
}
.p-hero__lead-para + .p-hero__lead-para {
  margin-top: 1.85em;
}
.p-hero__artists {
  position: relative;
  margin-bottom: 43px;
}
.p-hero__artists .--button-pause {
  position: absolute;
  top: 103%;
  right: 3%;
  width: 8%;
  display: block;
  height: initial;
}
.p-hero__artists .--button-pause img:last-child {
  display: none;
}
.p-hero__artists .--button-pause.--paused img:first-child {
  display: none;
}
.p-hero__artists .--button-pause.--paused img:last-child {
  display: block;
}
.p-hero__artists-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 80%;
}
.p-hero__artists-tc, .p-hero__artists-mr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
.p-hero__artists-tc-inner, .p-hero__artists-mr-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  gap: 0;
  align-items: stretch;
}
.p-hero__artists-tc-inner img, .p-hero__artists-mr-inner img {
  width: auto;
  max-width: none;
  height: 100%;
  flex-shrink: 0;
}
.p-hero__artists-tc-img, .p-hero__artists-mr-img {
  height: 100%;
  flex-shrink: 0;
  display: flex;
}
.p-hero__artists-tc {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
}
.p-hero__artists-mr {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
}
.p-hero__description {
  padding-block: 4.9%;
}
.p-hero__description-list {
  isolation: isolate;
}
.p-hero__description-item {
  width: 100%;
  padding-bottom: 12.2%;
}
.p-hero__description-item:last-child {
  padding-bottom: 0;
}
.p-hero__description-item img {
  position: relative;
}
.p-hero__description-item:nth-child(1), .p-hero__description-item:nth-child(2) {
  position: relative;
}
.p-hero__description-item:nth-child(1)::before, .p-hero__description-item:nth-child(2)::before {
  position: absolute;
  z-index: 1;
  top: 77.1%;
  left: 44.45%;
  content: "";
  width: 11.1%;
  height: 10%;
  background: url("../img/arrow_black.png") no-repeat center/100% auto;
}
.p-hero__description-item:nth-child(2)::after, .p-hero__description-item:nth-child(3)::after {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2%;
  height: 20%;
  background-image: radial-gradient(circle, var(--black) 30%, transparent 35%);
  background-size: 100% 4px;
  background-repeat: repeat-y;
  background-position: center top;
}
.p-hero__description-item:nth-child(1) {
  z-index: 2;
}
.p-hero__description-item:nth-child(2) {
  z-index: 1;
}

.p-logo {
  margin-bottom: 89px;
}
.p-logo__container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 43px;
  margin-bottom: 69px;
}
.p-logo__head {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 292%;
  transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.p-logo__description-top-img {
  margin-bottom: 55px;
}
.p-logo__description-text {
  font-size: var(--font-size-reg);
  line-height: 1.58;
}
.p-logo__description-text + .p-logo__description-text {
  margin-top: 2.1em;
}
.p-logo__description-para {
  letter-spacing: -0.01em;
}
.p-logo__description-para .--highlight {
  color: var(--color-mr);
}
.p-logo__description-para + .p-logo__description-para {
  margin-top: 2em;
}
.p-logo__description-img {
  padding-top: 14.5%;
  padding-bottom: 13.5%;
  width: 38.4%;
  margin-inline: auto;
}

.p-workshop,
.p-audition {
  position: relative;
  font-size: var(--font-size-reg);
  width: 100%;
  overflow: hidden;
  background-color: var(--white);
  padding-bottom: 26.6%;
}
.p-workshop::before,
.p-audition::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: "";
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
}
.p-workshop::before {
  background-color: var(--color-tc);
}

.p-audition::before {
  background-color: var(--color-mr);
}

.p-workshop__head,
.p-audition__head {
  position: relative;
  padding-block: 15.2%;
}
.p-workshop__head-text,
.p-audition__head-text {
  font-size: 1.4em;
  line-height: 1.4;
}
.p-workshop__head-badge,
.p-audition__head-badge {
  position: absolute;
  top: 7.5%;
  right: 11.3%;
  width: 17.2%;
  transform-origin: left bottom;
}

.p-workshop__lead {
  padding-top: 17%;
  padding-bottom: 4.5%;
}
.p-workshop__lead-text {
  line-height: 1.6;
}
.p-workshop__lead-text + .p-workshop__lead-text {
  margin-top: 1em;
  font-weight: bold;
}
.p-workshop__places {
  margin-bottom: 10%;
}
.p-workshop__places-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3.9%;
}
.p-workshop__places-item {
  width: 30.7%;
  padding-top: 3.9%;
}
.p-workshop__places-item:nth-child(1), .p-workshop__places-item:nth-child(2), .p-workshop__places-item:nth-child(3) {
  padding-top: 0;
}
.p-workshop__places-button {
  padding: 0;
}
.p-workshop__places-notes {
  padding-top: 5%;
}
.p-workshop__places-notes-item {
  font-size: 0.8em;
  text-align: left;
}
.p-workshop__places-notes-text {
  display: block;
  position: relative;
  line-height: 1.6;
  padding-left: 1.2em;
}
.p-workshop__places-notes-text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.p-workshop__lessons {
  margin-bottom: 15.4%;
}
.p-workshop__lessons-item {
  font-size: var(--font-size-reg);
  border-bottom: 1px solid var(--gray);
  padding-bottom: 10.3%;
}
.p-workshop__lessons-head {
  position: relative;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  padding-top: 2.04em;
  padding-bottom: 1.15em;
  padding-left: 0;
}
.p-workshop__lessons-head .--arrow {
  position: absolute;
  top: 63%;
  right: 2%;
  height: 0.7em;
  width: 0.1em;
  transform: translate(-50%, -50%);
}
.p-workshop__lessons-head .--arrow span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80%;
  background: var(--black);
}
.p-workshop__lessons-head .--arrow span:first-child {
  left: 0;
  transform: rotate(-45deg);
  transform-origin: bottom right;
}
.p-workshop__lessons-item-open .--arrow span:first-child {
  transform-origin: top left;
}

.p-workshop__lessons-head .--arrow span:last-child {
  right: 0;
  transform: rotate(45deg);
  transform-origin: bottom left;
}
.p-workshop__lessons-item-open .--arrow span:last-child {
  transform-origin: top right;
}

.p-workshop__lessons-detail {
  position: relative;
  padding-top: 8%;
  font-size: 1.5em;
}
.p-workshop__lessons-detail::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0.75em;
  height: 0.1em;
  background-color: var(--black);
}
.--special .p-workshop__lessons-detail {
  padding-top: 5%;
}

.p-workshop__lessons-img {
  position: relative;
  margin-bottom: 7.7%;
}
.--special .p-workshop__lessons-img {
  margin-bottom: 6.5%;
}

.p-workshop__lessons-description-notes {
  margin-bottom: 5%;
}
.p-workshop__lessons-description-text {
  font-size: var(--font-size-reg);
  line-height: 1.73;
  text-align: left;
}
.p-workshop__lessons-description-text .--header {
  display: block;
  font-weight: bold;
  margin-top: 1em;
}
.p-workshop__lessons-description-text .--header:first-child {
  margin-top: 0;
}
.--special .p-workshop__lessons-description-text {
  margin-top: 1em;
}

.p-workshop__lessons-description-notes-guest {
  display: flex;
  justify-content: center;
}
.p-workshop__lessons-description-notes-guest-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10%;
}
.p-workshop__lessons-description-notes-guest-item:last-of-type {
  margin-right: 0;
}
.p-workshop__lessons-description-notes-guest-item .p-in-thumb {
  width: 7rem;
}
.p-workshop__lessons-description-notes-guest-item .p-in-name {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
}
.p-workshop__lessons-description-notes-guest-item .p-in-venue {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 0.7rem;
}
.p-workshop__lessons-description-notes-item {
  font-size: 0.6em;
}
.p-workshop__lessons-description-notes-text {
  display: block;
  position: relative;
  line-height: 1.4;
  padding-left: 1em;
  text-align: left;
}
.p-workshop__lessons-description-notes-text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.p-workshop__description,
.p-audition__description {
  font-size: var(--font-size-reg);
  background-color: var(--lightgray);
  border-radius: 10px;
  padding-top: 13.2%;
  padding-bottom: 9%;
  padding-inline: 5%;
}
.p-workshop__description + .p-workshop__description,
.p-workshop__description + .p-audition__description,
.p-audition__description + .p-workshop__description,
.p-audition__description + .p-audition__description {
  margin-top: 7.8%;
}
.p-workshop__description.--guest,
.p-audition__description.--guest {
  background-color: var(--white);
  padding-inline: 0;
}
.p-workshop__description.--winner-perks,
.p-audition__description.--winner-perks {
  margin-top: 10.2%;
}
.p-workshop__description.--howto,
.p-audition__description.--howto {
  padding-bottom: 14.5%;
}
.p-workshop__description-head,
.p-audition__description-head {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 2.5%;
}
.--limit .p-workshop__description-head,
.--limit .p-audition__description-head {
  margin-bottom: 1%;
}

.--howto .p-workshop__description-head,
.--howto .p-audition__description-head {
  margin-bottom: 4.9%;
}

.p-workshop__description-detail,
.p-audition__description-detail {
  line-height: 1.75;
}
.--eligibility .p-workshop__description-detail, .--howto .p-workshop__description-detail,
.--eligibility .p-audition__description-detail,
.--howto .p-audition__description-detail {
  text-align: left;
  letter-spacing: -0.01em;
}

.--howto .p-workshop__description-lead,
.--howto .p-audition__description-lead {
  margin-bottom: 9.2%;
}

.p-workshop__description-detail + .p-workshop__description-head,
.p-workshop__description-detail + .p-audition__description-head,
.p-audition__description-detail + .p-workshop__description-head,
.p-audition__description-detail + .p-audition__description-head {
  margin-top: 16%;
  margin-bottom: 4.5%;
}
.--limit .p-workshop__description-detail,
.--limit .p-audition__description-detail {
  font-size: 1.4em;
  font-weight: bold;
}
.p-workshop__description-howto,
.p-audition__description-howto {
  margin-bottom: 7.4%;
}
.p-workshop__description-howto-item,
.p-audition__description-howto-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6.8%;
}
.p-workshop__description-howto-item + .p-workshop__description-howto-item,
.p-workshop__description-howto-item + .p-audition__description-howto-item,
.p-audition__description-howto-item + .p-workshop__description-howto-item,
.p-audition__description-howto-item + .p-audition__description-howto-item {
  margin-top: 9.5%;
}
.p-workshop__description-howto-item .--item-step,
.p-audition__description-howto-item .--item-step {
  flex-shrink: 0;
  width: 15%;
  text-align: center;
  font-weight: 900;
  font-size: 1.02em;
  line-height: 1;
  padding-top: 0.35em;
}
.p-workshop__description-howto-item .--item-step .--b,
.p-audition__description-howto-item .--item-step .--b {
  font-size: 2em;
  padding-top: 0.1em;
}
.p-workshop__description-howto-item .--item-content,
.p-audition__description-howto-item .--item-content {
  width: 100%;
  line-height: 1.72;
}
.p-workshop__description-howto-item .--item-content .--item-text,
.p-audition__description-howto-item .--item-content .--item-text {
  margin-bottom: 0.4%;
}
.p-workshop__description-howto-item .--item-content .--item-link,
.p-audition__description-howto-item .--item-content .--item-link {
  padding-block: 0.15em;
  padding-left: 0.1em;
}
.p-workshop__description-howto-item .--item-content .--item-link.--text,
.p-audition__description-howto-item .--item-content .--item-link.--text {
  padding-block: 0.2em;
}
.p-workshop__description-howto-item .--item-entry-info-text,
.p-audition__description-howto-item .--item-entry-info-text {
  position: relative;
  line-height: 1.6;
  padding-left: 0.8em;
}
.p-workshop__description-howto-item .--item-entry-info-text::before,
.p-audition__description-howto-item .--item-entry-info-text::before {
  position: absolute;
  top: 0;
  left: -0.2em;
  content: "・";
}
.p-workshop__description-howto-item .--item-entry-info-subtext,
.p-audition__description-howto-item .--item-entry-info-subtext {
  display: block;
  position: relative;
  letter-spacing: -0.01em;
  line-height: 1.7;
  padding-left: 1.7em;
}
.p-workshop__description-howto-item .--item-entry-info-subtext + .--item-entry-info-subtext,
.p-audition__description-howto-item .--item-entry-info-subtext + .--item-entry-info-subtext {
  margin-top: 0.35em;
}
.p-workshop__description-howto-item .--item-entry-info-subtext .--bullet,
.p-audition__description-howto-item .--item-entry-info-subtext .--bullet {
  position: absolute;
  top: 0.25em;
  left: 1em;
  width: 0.64em;
  height: 0.95em;
  background-color: var(--black);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.p-workshop__description-howto-item .--item-entry-info-subtext .--text-small,
.p-audition__description-howto-item .--item-entry-info-subtext .--text-small {
  font-size: 0.85em;
}
.p-workshop__description-howto-item .--item-entry-info-subtext .--text-small .--br,
.p-audition__description-howto-item .--item-entry-info-subtext .--text-small .--br {
  line-height: 1.1;
}
.p-workshop__description-flow-img,
.p-audition__description-flow-img {
  margin-bottom: 6.5%;
  padding-inline: 1.4%;
}
.p-workshop__description-notes-text,
.p-audition__description-notes-text {
  position: relative;
  line-height: 1.51;
  padding-left: 1.25em;
  font-size: 0.85em;
}
.p-workshop__description-notes-text::before,
.p-audition__description-notes-text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.p-workshop__description-notes-text a,
.p-audition__description-notes-text a {
  color: var(--black);
  position: relative;
}
.p-workshop__description-notes-text a:after,
.p-audition__description-notes-text a:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--black);
  pointer-events: none;
}
.--attention .p-workshop__description-notes-text,
.--attention .p-audition__description-notes-text {
  font-size: 1em;
  padding-left: 1em;
  line-height: 1.71;
}
.--attention .p-workshop__description-notes-text::before,
.--attention .p-audition__description-notes-text::before {
  left: -0.1em;
  content: "■";
}
.p-workshop__description-notes.--attention,
.p-audition__description-notes.--attention {
  padding-top: 1.4%;
}

.p-audition__body {
  padding-top: 15%;
}
.p-audition__description-guests {
  margin-top: 6.2%;
}
.p-audition__description-guests-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 6.8%;
  font-size: var(--font-size-reg);
}
.p-audition__description-guests-item + .p-audition__description-guests-item {
  margin-top: 7.8%;
}
.p-audition__description-guests-item .--img {
  width: 43%;
  flex-shrink: 0;
}
.p-audition__description-guests-item .--img img {
  width: 100%;
  height: auto;
}
.p-audition__description-guests-item .--profile {
  text-align: left;
  padding-top: 0.2em;
}
.p-audition__description-guests-item .--profile .--name {
  font-size: 1em;
  font-weight: bold;
  line-height: 2;
}
.p-audition__description-guests-item .--profile .--name .--rb {
  font-weight: 500;
}
.p-audition__description-guests-item .--profile .--bio {
  line-height: 1.6;
  font-size: 0.9em;
  padding-top: 0.4em;
}

body .m-modal .m-modal__bg {
  background: url("../img/bg_color_repeat.jpg") repeat-x left top/auto 100%;
}
body .m-modal .m-modal__content {
  margin-inline: auto;
}
body .m-modal .m-modal__close-btn {
  top: 46px;
  right: 16px;
  width: 30px;
  height: 30px;
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  background-color: var(--black);
  width: 3px;
  height: 30px;
}

.--modal {
  padding-block: 92px;
  width: 90%;
  margin-inline: auto;
}
.--modal .p-modal__lessons-inner {
  background-color: var(--white);
  padding-inline: 7.1%;
  padding-top: 1.2em;
  border: 1px solid var(--gray);
  border-radius: 20px;
}
.--modal .p-modal__lessons-item {
  font-size: var(--font-size-reg);
  border-bottom: 1px solid var(--gray);
  padding-bottom: 10.3%;
}
.--modal .p-modal__lessons-item:last-child {
  border-bottom: none;
}
.--modal .p-modal__lessons-head {
  position: relative;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  padding-top: 1.5em;
  padding-bottom: 1.15em;
  padding-left: 0;
}
.--modal .p-modal__lessons-head .--arrow {
  position: absolute;
  top: 63%;
  right: 2%;
  height: 0.7em;
  width: 0.1em;
  transform: translate(-50%, -50%);
}
.--modal .p-modal__lessons-head .--arrow span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80%;
  background: var(--black);
}
.--modal .p-modal__lessons-head .--arrow span:first-child {
  left: 0;
  transform: rotate(-45deg);
  transform-origin: bottom right;
}
.p-workshop__lessons-item-open .--arrow span:first-child {
  transform-origin: top left;
}

.--modal .p-modal__lessons-head .--arrow span:last-child {
  right: 0;
  transform: rotate(45deg);
  transform-origin: bottom left;
}
.p-workshop__lessons-item-open .--arrow span:last-child {
  transform-origin: top right;
}

.--modal .p-modal__lessons-detail {
  position: relative;
  padding-top: 1.25em;
  font-size: 1.5em;
}
.--modal .p-modal__lessons-detail::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0.75em;
  height: 0.1em;
  background-color: var(--black);
}
.--special .--modal .p-modal__lessons-detail {
  padding-top: 5%;
}

.--modal .p-modal__lessons-img {
  position: relative;
  margin-bottom: 1.05em;
  max-width: 550px;
  margin-inline: auto;
}
.--modal .p-modal__lessons-img.--tall {
  width: 100%;
  height: 100%;
  aspect-ratio: 11/8;
}
.--modal .p-modal__lessons-img.--tall img {
  max-height: 400px;
  height: 100%;
  width: auto;
  margin-inline: auto;
}
.--special .--modal .p-modal__lessons-img {
  margin-bottom: 6.5%;
}

.--modal .p-modal__lessons-description {
  font-size: var(--font-size-reg);
}
.--modal .p-modal__lessons-description + .p-modal__lessons-description {
  margin-top: 3em;
}
.--modal .p-modal__lessons-description-instructor {
  text-align: left;
  margin-bottom: 1.4em;
}
.--modal .p-modal__lessons-description-instructor .--header {
  font-weight: bold;
}
.--modal .p-modal__lessons-description-notes {
  margin-bottom: 1%;
}
.--modal .p-modal__lessons-description-text {
  font-size: var(--font-size-reg);
  line-height: 1.73;
  text-align: left;
}
.--modal .p-modal__lessons-description-text .--header {
  display: block;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.--special .--modal .p-modal__lessons-description-text {
  margin-top: 0.2em;
}

.--modal .p-modal__lessons-description-notes-item {
  font-size: 0.6em;
}
.--modal .p-modal__lessons-description-notes-text {
  display: block;
  position: relative;
  line-height: 1.4;
  padding-left: 1em;
  text-align: left;
}
.--modal .p-modal__lessons-description-notes-text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.p-faq {
  padding-top: 22.4%;
  padding-bottom: 23%;
}
.p-faq__subhead {
  position: relative;
  color: var(--color-tc);
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 6.2%;
}
.p-faq__subhead::before {
  position: absolute;
  top: calc(50% - 0.07em);
  left: 0em;
  content: "";
  width: 0.8em;
  height: 0.12em;
  background-color: var(--color-tc);
}
.p-faq__subhead-text {
  position: relative;
  padding-left: 1.3em;
}
.p-faq__subhead-text::before {
  position: absolute;
  top: calc(50% - 0.1em);
  left: 0;
  content: "";
  width: 1em;
  height: 0.2em;
}
.p-faq__qa {
  margin-bottom: 17%;
}
.p-faq__description-content > *:last-child {
  margin-bottom: 0;
}

.p-faq__qa-list {
  font-size: var(--font-size-reg);
}
.p-faq__qa-item {
  border: 1px solid var(--gray);
  border-radius: 10px;
  margin-bottom: 5%;
  overflow: hidden;
}
.p-faq__qa-item:last-child {
  margin-bottom: 0;
}
.p-faq__qa-question, .p-faq__qa-answer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5.6%;
  text-align: left;
  padding-inline: 5.8%;
}
.p-faq__qa-question.--one-line, .p-faq__qa-answer.--one-line {
  align-items: center;
}
.p-faq__qa-question .--img, .p-faq__qa-answer .--img {
  width: 12.2%;
  flex-shrink: 0;
}
.p-faq__qa-question .--text-q, .p-faq__qa-answer .--text-q {
  font-weight: bold;
  line-height: 1.45;
  padding-top: 0.1em;
}
.p-faq__qa-question .--text-a, .p-faq__qa-answer .--text-a {
  line-height: 1.55;
  padding-top: 0.05em;
}
.p-faq__qa-question .--text-link, .p-faq__qa-answer .--text-link {
  position: relative;
  display: block;
  color: var(--color-mr);
}
.p-faq__qa-question .--text-link a, .p-faq__qa-answer .--text-link a {
  position: relative;
}
@media screen and (max-width: 1400px) {
  .p-faq__qa-question .--text-link a, .p-faq__qa-answer .--text-link a {
    font-size: 0.98em;
  }
}
@media screen and (max-width: 1220px) {
  .p-faq__qa-question .--text-link a, .p-faq__qa-answer .--text-link a {
    font-size: 1em;
  }
}
.p-faq__qa-question .--text-link a::after, .p-faq__qa-answer .--text-link a::after {
  position: absolute;
  top: calc(100% + 0.1em);
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-mr);
  pointer-events: none;
}
.p-faq__qa-question {
  background-color: var(--gray);
  padding-top: 5%;
  padding-bottom: 3.5%;
}
.p-faq__qa-question.--one-line .--text-q {
  padding-top: 0;
}
.p-faq__qa-answer {
  padding-top: 5%;
  padding-bottom: 5.3%;
}
.p-faq__qa-answer.--has-mail {
  padding-bottom: 7.6%;
}
.p-faq__qa-answer.--one-line {
  padding-bottom: 3.4%;
}

.p-agency {
  font-size: var(--font-size-reg);
  text-align: left;
  padding-top: 13.8%;
  padding-bottom: 22%;
  background-color: var(--white);
}
.p-agency__head {
  font-size: 1.45em;
  font-weight: bold;
  padding-bottom: 11.1%;
}
.p-agency__subsection {
  margin-bottom: 12%;
}
.p-agency__subsection:nth-child(1) {
  margin-bottom: 17.5%;
}
.p-agency__subsection:nth-child(2) {
  margin-bottom: 12%;
}
.p-agency__subsection:nth-child(3) {
  margin-bottom: 12%;
}
.p-agency__subhead {
  font-weight: bold;
  padding-bottom: 2.3%;
}
.p-agency__link a {
  position: relative;
}
.p-agency__link a:after {
  position: absolute;
  top: calc(100% + 0.2em);
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--black);
  pointer-events: none;
}
.p-agency__subsection-text {
  line-height: 1.74;
}
.p-agency__artists {
  margin-top: 30px;
}
.p-agency__artists-item {
  text-align: center;
  margin-bottom: 9.8%;
}
.--tencarat .p-agency__artists-item {
  width: 77%;
  margin-inline: auto;
}

.p-agency__artists-item img {
  margin-bottom: 3.3%;
}
.p-agency__artists-item .--name {
  font-weight: bold;
  margin-top: 10px;
}
.p-agency__artists-list > *:last-child {
  margin-bottom: 0;
}

.p-footer {
  padding-block: 20.5%;
  font-size: var(--font-size-reg);
  color: var(--white);
  line-height: 1.6;
  text-align: center;
  background-color: var(--darkgray);
}
.p-footer__head {
  font-weight: bold;
}
.p-footer__body {
  line-height: 1.75;
  margin-bottom: 14%;
}
.p-footer__body-text.--text-small {
  font-size: 0.85em;
  line-height: 1.5;
}
.p-footer__line-link {
  padding-top: 2%;
  display: inline-block;
  padding-bottom: 3.5%;
}
.p-footer__sns-links {
  width: 50%;
  margin-inline: auto;
  margin-bottom: 13.3%;
}
.p-footer__copy {
  font-size: 0.8em;
}
.p-footer__copy small {
  display: block;
  text-align: center;
}

@media screen and (max-width: 1220px) {
  .p-header__nav-head, .p-header__nav-links, .p-header__nav-sns, .p-header__nav-agency {
    display: none;
  }
  .p-main__nav-entry-wrapper {
    position: fixed;
    bottom: 26%;
    right: calc(var(--content) + 1%);
    width: 120px;
    margin-bottom: 0;
    z-index: 1;
  }
  .p-main__nav-entry:first-child {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-main__nav-entry-wrapper {
    position: fixed;
    bottom: 26%;
    right: 2.7%;
    width: 94px;
    font-size: 10.5px;
    margin-bottom: 0;
    z-index: 1;
    transition: bottom 0.5s var(--out-cubic);
  }
  .p-main__nav-entry-wrapper.is-bottom {
    bottom: 20px;
  }
  .p-main__nav-entry:first-child {
    display: block;
  }
}