@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※
このCSSファイルはSassから生成されていますので、
編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※
==================================================== */
/*----------------------------------------
// Reset
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header, footer, article, section, aside, main, nav, menu, figure, figcaption {
  display: block;
}

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}

/*----------------------------------------
// Base
----------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: calc(100vw / 192);
}

@media (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 767px) {
  html {
    font-size: calc(100vw / 75);
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

a:hover, a:focus {
  opacity: .7;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  outline: none;
}

/*----------------------------------------
// Layout
----------------------------------------*/
.wrapper {
  overflow-x: none;
}

.container {
  max-width: 100%;
  padding: 0 10rem;
}

@media (max-width: 767px) {
  .container {
    padding: 0 5rem;
  }
}

.container-inner {
  max-width: 136.6rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .container-inner {
    max-width: 65rem;
  }
}

.bg-pattern {
  position: relative;
  z-index: 0;
}

.bg-pattern::before {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/bg_pattern.png?date=20220624") left top/17.1rem 24.2rem;
}

.bg-area {
  min-height: 23.5rem;
  margin: 0 calc(50% - 50vw);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(231, 93, 181, 0.7)), color-stop(83%, rgba(0, 0, 0, 0.5)), to(#000));
  background: linear-gradient(0deg, rgba(231, 93, 181, 0.7) 0%, rgba(0, 0, 0, 0.5) 83%, #000 100%);
}

.contents-section {
  position: relative;
  z-index: 0;
  padding: 9.6rem 0;
  background-color: #000;
}

.contents-section::before {
  position: absolute;
  z-index: -1;
  top: 0;
  content: '';
  width: 100%;
  height: 41rem;
  background: #000 url("../images/bg_section.png") no-repeat center/contain;
}

@media (max-width: 767px) {
  .contents-section::before {
    height: calc((750 / 1920) * 41rem);
  }
}

/*----------------------------------------
// Component
----------------------------------------*/
.heading {
  padding-top: 9.6rem;
  margin-top: -9.6rem;
  margin-bottom: 6.4rem;
}

.heading__main-text, .schedule__item:last-of-type .schedule__title .main-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  height: 9.7rem;
}

.heading__main-text--about {
  background: url("../images/heading_about.png") no-repeat center/contain;
}

.heading__main-text--news {
  background: url("../images/heading_news.png") no-repeat center/contain;
}

.heading__main-text--produce {
  background: url("../images/heading_produce.png") no-repeat center/contain;
}

.heading__main-text--dance {
  background: url("../images/heading_dance.png") no-repeat center/contain;
}

.heading__main-text--production {
  background: url("../images/heading_production.png") no-repeat center/contain;
}

.heading__main-text--producer {
  background: url("../images/heading_producer.png") no-repeat center/contain;
}

.heading__main-text--message {
  background: url("../images/heading_message.png") no-repeat center/contain;
}

.heading__main-text--audition {
  background: url("../images/heading_audition.png") no-repeat center/contain;
}

.heading__main-text--schedule {
  background: url("../images/heading_schedule.png") no-repeat center/contain;
}

.heading__sub-text, .schedule__item:last-of-type .schedule__title .sub-text {
  display: block;
  margin-top: 1.1rem;
  font-size: 2.6rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

@media (max-width: 767px) {
  .heading__sub-text, .schedule__item:last-of-type .schedule__title .sub-text {
    margin-top: 1.2rem;
    font-size: 2.4rem;
  }
}

.modal-close-btn {
  display: inline-block;
  width: auto;
  padding: 0;
  font-size: 3rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-transform: uppercase;
  color: #000;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-close-btn:focus, .modal-close-btn:hover {
  opacity: .7;
  text-decoration: underline;
}

/*----------------------------------------
// Header
----------------------------------------*/
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  padding: 5.2rem 0;
}

.header-inner {
  position: relative;
}

.header .open-btn {
  position: relative;
  width: 9rem;
  height: 7.2rem;
  padding: 0;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .open-btn:hover {
  opacity: .7;
}

.header .open-btn span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1.4rem;
  background-color: #ff7ba9;
}

.header .open-btn span:nth-of-type(1) {
  top: 0;
}

.header .open-btn span:nth-of-type(2) {
  top: 2.9rem;
}

.header .open-btn span:nth-of-type(3) {
  top: 5.8rem;
}

.sns {
  position: absolute;
  top: 0;
  right: 0;
  width: 22rem;
}

@media (max-width: 767px) {
  .sns {
    width: auto;
    top: -0.9rem;
  }
}

.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sns__list li:not(:last-of-type) {
  margin-top: 6.2rem;
}

@media (max-width: 767px) {
  .sns__list li:not(:last-of-type) {
    margin-top: 0;
    margin-right: 3rem;
  }
}

.sns__link {
  display: block;
}

.sns__link--twitter img {
  width: 9rem;
}

.sns__link--line img {
  width: 22rem;
}

@media (max-width: 767px) {
  .sns__link--line img {
    width: 18rem;
  }
}

/*----------------------------------------
// Navigation
----------------------------------------*/
.nav {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  padding: 6.8rem 0 10.4rem;
  background-color: rgba(0, 0, 0, 0.9);
}

@media (max-width: 767px) {
  .nav {
    padding-top: 17.6rem;
  }
}

.nav .close-btn {
  position: absolute;
  top: 8rem;
  right: 12rem;
  width: 8.4rem;
  height: 8.4rem;
  padding: 0;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .nav .close-btn {
    top: 5.2rem;
    right: 5rem;
  }
}

.nav .close-btn:hover {
  opacity: .7;
}

.nav .close-btn span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
}

.nav .close-btn span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.nav .close-btn span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.nav__item:not(:last-of-type) {
  border-bottom: 0.2rem solid #fff;
}

.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.4rem;
}

.nav__link .main-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 50%;
  height: 6rem;
}

.nav__link .main-text--about {
  background: url("../images/nav-mainText_about.svg") no-repeat right 2rem center;
}

.nav__link .main-text--news {
  background: url("../images/nav-mainText_news.svg") no-repeat right 2rem center;
}

.nav__link .main-text--producer {
  background: url("../images/nav-mainText_producer.svg") no-repeat right 2rem center;
}

.nav__link .main-text--message {
  background: url("../images/nav-mainText_message.svg") no-repeat right 2rem center;
}

.nav__link .main-text--audition {
  background: url("../images/nav-mainText_audition.svg") no-repeat right 2rem center;
}

.nav__link .sub-title {
  width: 50%;
  font-size: 3rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-indent: 2rem;
}

/*----------------------------------------
// First View
----------------------------------------*/
.fv .cover-area {
  margin: 0 calc(50% - 50vw);
  padding: 20.7rem 0 11rem;
  background-color: #000;
}

.fv__title .main-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 136.2rem;
  height: 38.2rem;
  margin: 0 auto;
  background: url("../images/fv-title-mainText.png") no-repeat center/contain;
}

@media (max-width: 767px) {
  .fv__title .main-text {
    width: 65rem;
    height: calc((650 / 1362) * 38.2rem);
  }
}

.fv__title .sub-text {
  display: block;
  margin-top: 3.1rem;
  font-size: 4rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

@media (max-width: 767px) {
  .fv__title .sub-text {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
}

.fv .mv-area {
  overflow: hidden;
  position: relative;
  height: 98rem;
  margin: 0 calc(50% - 50vw);
}

@media (max-width: 767px) {
  .fv .mv-area {
    height: auto;
    padding-top: 56.25%;
  }
}

.fv .mv-area video {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.fv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fv__logo img {
  width: 78.8rem;
}

@media (max-width: 767px) {
  .fv__logo img {
    width: 28rem;
  }
}

.fv .bg-area {
  padding: 12.6rem 0 8.6rem;
}

.fv__text {
  font-size: 4.8rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: calc(92 / 48);
  text-align: center;
}

@media (max-width: 767px) {
  .fv__text {
    font-size: 3.2rem;
  }
}

/*----------------------------------------
// About Section
----------------------------------------*/
.about__text {
  margin-bottom: 7.2rem;
  font-size: 3.6rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
  line-height: calc(56 / 36);
}

@media (max-width: 767px) {
  .about__text {
    font-size: 3.2rem;
  }
}

.partner__title {
  margin-bottom: 4.2rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4.8rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  text-transform: uppercase;
}

.partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .partner__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -3rem;
  }
}

@media (max-width: 767px) {
  .partner__list li {
    margin-top: 3rem;
  }
}

.partner__list li:not(:last-of-type) {
  margin-right: 3rem;
}

.partner__link {
  display: block;
}

.partner__link--lemona img {
  width: 20rem;
}

.partner__link--wallavu img {
  width: 12rem;
}

.partner__link--vlive img {
  width: 12rem;
}

.partner__link--kbsworld img {
  width: 12rem;
}

.partner__link--aclassentertainment img {
  width: 11.9rem;
}

.partner__link--alien img {
  width: 10.3rem;
}

.partner__link--iconncentertainment img {
  width: 16rem;
}

/*----------------------------------------
// News Section
----------------------------------------*/
.news-block {
  padding: 3.6rem 6rem;
  color: #000;
  background-color: #fff;
}

@media (max-width: 767px) {
  .news-block {
    padding: 3.6rem;
  }
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.9rem 0;
}

@media (max-width: 767px) {
  .news__item {
    display: block;
  }
}

.news__item:not(:last-of-type) {
  border-bottom: 0.2rem solid #000;
}

.news__date {
  width: 11rem;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: calc(45 / 24);
}

@media (max-width: 767px) {
  .news__date {
    width: 100%;
  }
}

.news__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 11rem);
}

@media (max-width: 767px) {
  .news__data {
    width: 100%;
  }
}

.news__data .category {
  display: inline-block;
  min-width: 13rem;
  padding: 0.5rem;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: calc(35 / 26);
  text-align: center;
  color: #fff;
  background-color: #e75db5;
}

.news__link {
  width: calc(100% - 13rem);
  margin-left: 4.5rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: calc(45 / 28);
  color: inherit;
}

.news__link:focus, .news__link:hover {
  text-decoration: underline;
}

.modal-area {
  display: none;
}

.article {
  max-width: 150rem;
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
}

.article-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 47.8rem;
  padding: 9.6rem 6.7rem 8.8rem;
}

@media (max-width: 767px) {
  .article-inner {
    padding: 9.6rem 5rem 8.8rem;
  }
}

.article__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.8rem;
}

@media (max-width: 767px) {
  .article__header {
    display: block;
  }
}

.article__date {
  width: 13.3rem;
  font-size: 3.2rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: calc(55 / 32);
}

@media (max-width: 767px) {
  .article__date {
    display: block;
    width: 100%;
  }
}

.article__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 13.3rem);
}

@media (max-width: 767px) {
  .article__data {
    width: 100%;
  }
}

.article__category {
  display: inline-block;
  min-width: 16rem;
  padding: 1rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: calc(35 / 32);
  text-align: center;
  color: #fff;
  background-color: #e75db5;
}

.article__title {
  margin-left: 2.6rem;
  font-size: 3.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: calc(55 / 34);
}

@media (max-width: 767px) {
  .article__title {
    font-size: 3.2rem;
  }
}

.article__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.article__body p {
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
}

.article__footer {
  text-align: center;
  margin-top: 2.8rem;
}

/*----------------------------------------
// Producer Section
----------------------------------------*/
.producer__text {
  margin-bottom: 5.6rem;
  font-size: 3.4rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
  line-height: calc(58 / 34);
}

@media (max-width: 767px) {
  .producer__text {
    font-size: 3.2rem;
  }
}

.producer__text--center {
  text-align: center;
}

.profile {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.profile::before {
  position: absolute;
  z-index: -1;
  top: 0;
  content: '';
  width: 100%;
  height: 10rem;
  background: url("../images/bg_profile.png") no-repeat center/contain;
}

@media (max-width: 767px) {
  .profile::before {
    display: none;
  }
}

.profile__header {
  width: 55rem;
}

@media (max-width: 767px) {
  .profile__header {
    width: 100%;
    margin-bottom: 8rem;
    text-align: center;
  }
}

.profile__img img {
  width: 55rem;
}

.profile__img--cd {
  margin-top: 2.7rem;
}

@media (max-width: 767px) {
  .profile__img--cd {
    margin-top: 2.8rem;
  }
}

.profile__img--cd img {
  width: 73.5rem;
}

@media (max-width: 767px) {
  .profile__img--cd img {
    width: 100%;
  }
}

.profile__logo {
  margin-top: 3.6rem;
  text-align: center;
}

.profile__logo--iconncentertainment img {
  width: 40rem;
}

.profile__logo--alien img {
  width: 14.8rem;
}

.profile__logo--aclassentertainment img {
  width: 20.5rem;
}

.profile__body {
  width: calc(100% - 55rem);
  padding-top: 4.6rem;
  margin-left: 8rem;
}

@media (max-width: 767px) {
  .profile__body {
    position: relative;
    width: 100%;
    padding-top: 0;
    margin-left: 0;
  }
  .profile__body::before {
    position: absolute;
    z-index: -1;
    top: 0;
    content: '';
    width: 100%;
    height: calc((650 / 1366) * 10rem);
    background: url("../images/bg_profile.png") no-repeat center/contain;
  }
}

.profile__name {
  font-size: 3.7rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75em;
}

@media (max-width: 767px) {
  .profile__name {
    margin-bottom: 2rem;
    font-size: 4rem;
  }
}

.profile__list-title {
  font-size: 2.7rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-transform: uppercase;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .profile__list-title {
    font-size: 3.6rem;
  }
}

.profile__list li {
  font-size: 2.7rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
}

@media (max-width: 767px) {
  .profile__list li {
    font-size: 2.8rem;
  }
}

/*----------------------------------------
// Message Section
----------------------------------------*/
.message__list li:not(:last-of-type) {
  margin-bottom: 5rem;
}

.message__link {
  display: block;
}

.message__link img {
  width: 100%;
}

.message__caption {
  font-size: 3.2rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
}

@media (max-width: 767px) {
  .message__caption {
    margin-top: 1.2rem;
    font-size: 2.4rem;
  }
}

/*----------------------------------------
// Audition Section
----------------------------------------*/
.audition__title {
  margin-bottom: 2rem;
  font-size: 4.8rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

@media (max-width: 767px) {
  .audition__title {
    font-size: 4rem;
    line-height: 1.75;
    margin-bottom: 4rem;
  }
}

.audition__text {
  margin-bottom: 7.2rem;
  font-size: 3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

@media (max-width: 767px) {
  .audition__text {
    font-size: 2.8rem;
    line-height: 1.75;
  }
}

.audition__list {
  margin-bottom: 6.4rem;
}

.audition__item {
  padding: 2.4rem 0;
  font-size: 3.8rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: calc(52 / 38);
}

@media (max-width: 767px) {
  .audition__item {
    font-size: 3.2rem;
  }
}

.audition__item:not(:last-of-type) {
  position: relative;
  margin-bottom: 6.4rem;
  border-bottom: 0.2rem solid #fff;
}

.audition__item:not(:last-of-type)::before {
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  content: '';
  border-style: solid;
  border-width: 2.5rem 2.5rem 0 2.5rem;
  border-color: #fff transparent transparent transparent;
}

.audition__item:not(:last-of-type)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  content: '';
  border-style: solid;
  border-width: 2.3rem 2.3rem 0 2.3rem;
  border-color: #000 transparent transparent transparent;
}

.benefits {
  padding: 5.1rem 5.8rem;
  border-radius: 1.5rem;
  border: 0.2rem solid #fff;
}

@media (max-width: 767px) {
  .benefits {
    padding: 5rem;
  }
}

.benefits__title {
  margin-bottom: 3.3rem;
  font-size: 4.4rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 767px) {
  .benefits__title {
    font-size: 3.6rem;
    margin-bottom: 3.6rem;
  }
}

.benefits__list li {
  font-size: 3.4rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: calc(45 / 34);
}

@media (max-width: 767px) {
  .benefits__list li {
    font-size: 2.8rem;
  }
}

.benefits__list li::before {
  content: '・';
}

.benefits__list li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.benefits__caption {
  margin-top: 6rem;
  font-size: 3rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: calc(40 / 30);
}

@media (max-width: 767px) {
  .benefits__caption {
    font-size: 2.4rem;
  }
}

/*----------------------------------------
// Schedule section
----------------------------------------*/
.schedule__text {
  margin-bottom: 7.2rem;
  font-size: 3.6rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
  line-height: calc(56 / 36);
  text-align: center;
}

@media (max-width: 767px) {
  .schedule__text {
    font-size: 3.2rem;
  }
}

.schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.5rem 9.5rem;
  border-radius: 1.5rem;
  border: 0.2rem solid #fff;
}

@media (max-width: 767px) {
  .schedule__item {
    display: block;
    padding: 3.5rem 5rem;
  }
}

.schedule__item:not(:last-of-type) {
  position: relative;
  margin-bottom: 7.2rem;
}

.schedule__item:not(:last-of-type)::before {
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  content: '';
  border-style: solid;
  border-width: 2.5rem 2.5rem 0 2.5rem;
  border-color: #fff transparent transparent transparent;
}

.schedule__item:not(:last-of-type)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  content: '';
  border-style: solid;
  border-width: 2.3rem 2.3rem 0 2.3rem;
  border-color: #000 transparent transparent transparent;
}

.schedule__item:nth-of-type(1) {
  background-color: #000;
}

.schedule__item:nth-of-type(2) {
  background-color: #4d1f3c;
}

.schedule__item:nth-of-type(2)::after {
  border-color: #4d1f3c transparent transparent transparent;
}

.schedule__item:nth-of-type(3) {
  background-color: #983e79;
}

.schedule__item:nth-of-type(3)::after {
  border-color: #983e79 transparent transparent transparent;
}

.schedule__item:nth-of-type(4) {
  background-color: #000;
}

.schedule__item:last-of-type {
  background-color: #e75db5;
}

.schedule__title {
  min-width: 42rem;
  font-size: 5.4rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .schedule__title {
    margin-bottom: 3.6rem;
    font-size: 3.6rem;
    text-align: center;
  }
}

.schedule__data {
  margin-left: 8rem;
  font-size: 3.8rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .schedule__data {
    margin-left: 0;
    font-size: 2.8rem;
    text-align: center;
  }
}

.schedule__item:last-of-type {
  display: block;
  padding: 4.8rem 9.5rem;
}

@media (max-width: 767px) {
  .schedule__item:last-of-type {
    padding: 5rem;
  }
}

.schedule__item:last-of-type .schedule__title {
  margin-bottom: 3.8rem;
}

.schedule__item:last-of-type .schedule__title .main-text {
  background: url("../images/heading_finalStage.png") no-repeat center/contain;
}

.schedule__item:last-of-type .schedule__data {
  margin-left: 0;
  text-align: center;
}

.schedule__item:last-of-type .schedule__data .date {
  display: block;
  margin-bottom: 5rem;
  font-size: 5.2rem;
}

@media (max-width: 767px) {
  .schedule__item:last-of-type .schedule__data .date {
    font-size: 3.2rem;
  }
}

.schedule__item:last-of-type .schedule__data .title {
  display: block;
  margin-bottom: 1.8rem;
  font-size: 5.4rem;
}

@media (max-width: 767px) {
  .schedule__item:last-of-type .schedule__data .title {
    font-size: 3.6rem;
  }
}

.schedule__item:last-of-type .schedule__data .text {
  display: block;
  font-size: 3.4rem;
}

@media (max-width: 767px) {
  .schedule__item:last-of-type .schedule__data .text {
    font-size: 2.8rem;
  }
}

.first-members {
  margin: 17.2rem 0 8.6rem;
}

.first-members__title {
  margin-bottom: 1em;
  font-size: 4.8rem;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 767px) {
  .first-members__title {
    font-size: 3.6rem;
  }
}

.first-members__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.first-members__item {
  width: calc((100% - 12.6rem) / 5);
}

@media (max-width: 767px) {
  .first-members__item {
    width: calc((100% - 3rem) / 2);
  }
}

.first-members__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.first-members__item:nth-of-type(n + 6) {
  margin-top: 4.8rem;
}

@media (max-width: 767px) {
  .first-members__item:nth-of-type(n + 6) {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .first-members__item:nth-of-type(n + 3) {
    margin-top: 3.6rem;
  }
}

.first-members__item-body {
  padding-top: 0.5em;
  padding-left: 1.6rem;
  border-left: 0.4rem solid #e75db5;
}

.first-members__name {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji", 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
}

@media (max-width: 767px) {
  .first-members__name {
    font-size: 1em;
  }
}

.first-members__post {
  font-size: 0.7em;
  color: #e75db5;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .first-members__post {
    font-size: 0.8em;
  }
}

.special-members {
  padding: 4.8rem;
  margin: 8.6rem 0;
  border-radius: 1.5rem;
  border: 0.2rem solid #fff;
}

.special-members__title {
  margin-bottom: 1em;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .special-members__title {
    font-size: 3.6rem;
  }
}

.special-members__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .special-members__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.special-members__list li {
  margin: 1.5em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .special-members__list li {
    width: 50%;
    margin: 1.5em 0;
  }
}

@media (max-width: 767px) {
  .special-members__list li:nth-of-type(even) {
    padding-left: 3rem;
  }
}

/*----------------------------------------
// Entry Area
----------------------------------------*/
.entry {
  padding: 17.2rem 0;
}

.entry__btn {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  height: 29rem;
  margin-bottom: 3.6rem;
  background: url("../images/entry-btn.png") no-repeat center/contain;
}

@media (max-width: 767px) {
  .entry__btn {
    height: calc((650 / 1366) * 29rem);
  }
}

.entry .requirements-btn {
  display: block;
  height: 16rem;
  padding: 5rem;
  border-radius: 1.5rem;
  font-size: 5.4rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.32em;
  text-align: center;
  background-color: #983e79;
  border: 0.2rem solid #fff;
}

@media (max-width: 767px) {
  .entry .requirements-btn {
    height: auto;
    padding: 2.8rem;
    font-size: 2.8rem;
  }
}

.requirements {
  max-width: 150rem;
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
}

.requirements-inner {
  position: relative;
  padding: 8rem 6.7rem;
}

@media (max-width: 767px) {
  .requirements-inner {
    padding: 8rem 5rem;
  }
}

.requirements__header {
  margin-bottom: 4.4rem;
}

.requirements__title {
  font-size: 5.4rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.32em;
  text-align: center;
}

@media (max-width: 767px) {
  .requirements__title {
    font-size: 4rem;
  }
}

.requirements__heading {
  font-size: 3.4rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: calc(50 / 34);
}

@media (max-width: 767px) {
  .requirements__heading {
    font-size: 3.6rem;
    margin-bottom: 1.8rem;
  }
}

.requirements__text {
  margin-bottom: 5rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: calc(48 / 26);
}

.requirements__text small {
  display: block;
  font-size: 2.6rem;
}

@media (max-width: 767px) {
  .requirements__text small {
    font-size: 2.4rem;
  }
}

.requirements__list {
  margin-bottom: 5rem;
}

.requirements__list li {
  font-weight: bold;
  line-height: calc(50 / 28);
}

.requirements__list li::before {
  content: '・';
}

.requirements__list--large li {
  font-size: 3.4rem;
  line-height: calc(50 / 34);
}

@media (max-width: 767px) {
  .requirements__list--large li {
    font-size: 3.2rem;
  }
}

.requirements__link {
  color: inherit;
}

.requirements__link:focus, .requirements__link:hover {
  text-decoration: underline;
}

.requirements__footer {
  text-align: center;
  margin-top: 6.8rem;
}

/*----------------------------------------
// App Section
----------------------------------------*/
.app {
  position: relative;
  z-index: 0;
  padding: 15.8rem 0 12rem;
  color: #000;
  background-color: #fff;
}

.app::before {
  position: absolute;
  z-index: -1;
  top: 0;
  content: '';
  width: 100%;
  height: 16rem;
  background: url("../images/bg_app.png") no-repeat center/contain;
}

@media (max-width: 767px) {
  .app::before {
    height: 6.25rem;
  }
}

.app-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8.8rem;
}

@media (max-width: 767px) {
  .app-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.app__img {
  width: 42rem;
}

@media (max-width: 767px) {
  .app__img {
    width: 100%;
    margin-bottom: 8rem;
    text-align: center;
  }
}

.app__img img {
  width: 42rem;
}

.app__body {
  width: calc(100% - 42rem);
  margin-left: 9.5rem;
}

@media (max-width: 767px) {
  .app__body {
    width: 100%;
    margin-left: 0;
  }
}

.app__title {
  margin-bottom: 2.2rem;
  font-size: 5.5rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .app__title {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}

.app__text {
  margin-bottom: 9.2rem;
  font-size: 3.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: calc(54 / 34);
}

@media (max-width: 767px) {
  .app__text {
    font-size: 2.8rem;
  }
}

.app__heading {
  margin-bottom: 3rem;
  font-size: 3.8rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

@media (max-width: 767px) {
  .app__heading {
    font-size: 3.6rem;
  }
}

.app__partner-img img {
  width: 84.9rem;
}

@media (max-width: 767px) {
  .app__partner-img img {
    width: 100%;
  }
}

.app::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  width: 136.6rem;
  border-bottom: 0.2rem solid #1e1e1e;
}

@media (max-width: 767px) {
  .app::after {
    width: 65rem;
  }
}

.dl-area .dl-heading {
  margin-bottom: 4rem;
  font-size: 4.4rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

@media (max-width: 767px) {
  .dl-area .dl-heading {
    margin-bottom: 3.8rem;
    font-size: 3.8rem;
  }
}

.dl-area .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .dl-area .btn-wrap {
    margin: 0 -1.5rem;
  }
}

.dl-area .dl-btn {
  display: block;
  margin: 0 1.5rem;
}

.dl-area .dl-btn img {
  width: 50rem;
}

@media (max-width: 767px) {
  .dl-area .dl-btn img {
    width: 31rem;
  }
}

/*----------------------------------------
// Sponsor Section
----------------------------------------*/
.sponsor {
  padding: 7.8rem 0 12.8rem;
  color: #000;
  background-color: #fff;
}

.sponsor__title {
  margin-bottom: 5.5rem;
}

.sponsor__title .main-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  height: 10rem;
  background: url("../images/sponsor-title.svg") no-repeat center/contain;
}

@media (max-width: 767px) {
  .sponsor__title .main-text {
    height: 9rem;
  }
}

.sponsor__title .sub-text {
  margin-top: 1.6rem;
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

@media (max-width: 767px) {
  .sponsor__title .sub-text {
    font-size: 2.4rem;
  }
}

.sponsor__list-heading {
  margin-bottom: 4rem;
  font-size: 3.4rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

@media (max-width: 767px) {
  .sponsor__list-heading {
    font-size: 3.6rem;
  }
}

.sponsor-list-block:not(:last-of-type) {
  margin-bottom: 7.6rem;
}

.sponsor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sponsor__list li:not(:last-of-type) {
  margin-right: 5rem;
}

.sponsor__list--audition li:not(:last-of-type) {
  margin-right: 13.4rem;
}

@media (max-width: 767px) {
  .sponsor__list--audition li:not(:last-of-type) {
    margin-right: 5rem;
  }
}

.sponsor__link--lemona img {
  width: 34rem;
}

@media (max-width: 767px) {
  .sponsor__link--lemona img {
    width: 20rem;
  }
}

.sponsor__link--wallavu img {
  width: 25rem;
}

@media (max-width: 767px) {
  .sponsor__link--wallavu img {
    width: 12rem;
  }
}

.sponsor__link--vlive img {
  width: 25rem;
}

@media (max-width: 767px) {
  .sponsor__link--vlive img {
    width: 12rem;
  }
}

.sponsor__link--kbsworld img {
  width: 25rem;
}

@media (max-width: 767px) {
  .sponsor__link--kbsworld img {
    width: 12rem;
  }
}

.sponsor__link--aclassentertainment img {
  width: 23.3rem;
}

@media (max-width: 767px) {
  .sponsor__link--aclassentertainment img {
    width: 11.9rem;
  }
}

.sponsor__link--alien img {
  width: 18rem;
}

@media (max-width: 767px) {
  .sponsor__link--alien img {
    width: 10.3rem;
  }
}

.sponsor__link--iconncentertainment img {
  width: 32rem;
}

@media (max-width: 767px) {
  .sponsor__link--iconncentertainment img {
    width: 16rem;
  }
}

/*----------------------------------------
// Footer
----------------------------------------*/
.footer {
  padding: 5rem 0 12rem;
  background-color: #000;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7.5rem;
}

@media (max-width: 767px) {
  .footer__list {
    display: block;
  }
}

.footer__list li {
  font-weight: bold;
}

@media (max-width: 767px) {
  .footer__list li {
    text-align: center;
  }
}

.footer__list li:not(:last-of-type) {
  margin-right: 1em;
}

@media (max-width: 767px) {
  .footer__list li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}

.footer__list li a {
  color: #e75db5;
}

.footer__logo {
  margin-bottom: 6.8rem;
  text-align: center;
}

.footer__logo img {
  width: 30rem;
}

@media (max-width: 767px) {
  .footer__logo img {
    width: 24rem;
  }
}

.footer__copyright {
  font-size: 3rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

@media (max-width: 767px) {
  .footer__copyright {
    font-size: 2.4rem;
  }
}

/*----------------------------------------
// Utility
----------------------------------------*/
/* 改行位置調節 */
br.d-pc {
  display: initial;
}

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

br.d-sp {
  display: none;
}

@media (max-width: 767px) {
  br.d-sp {
    display: initial;
  }
}

/*----------------------------------------
// Reset JS library
----------------------------------------*/
.modaal-container {
  max-width: 150rem;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modaal-content-container {
  padding: 0;
}

.modaal-close {
  position: absolute;
  top: 2.8rem;
  right: 3.2rem;
  width: 7rem;
  height: 7rem;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modaal-close::before, .modaal-close::after {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.2rem;
  border-radius: 0;
  background: #000;
}

.modaal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modaal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modaal-close:hover, .modaal-close:focus {
  background: none;
}

.modaal-close:hover::before, .modaal-close:hover::after, .modaal-close:focus::before, .modaal-close:focus::after {
  opacity: .7;
  background: #000;
}

.modaal-video-wrap {
  margin: 0 auto;
}

.modaal-video .modaal-close::before, .modaal-video .modaal-close::after {
  background: #fff;
}

/*----------------------------------------
// Animation
----------------------------------------*/
.animate {
  opacity: 0;
}

.animated .chain-animate.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}

.animated .chain-animate[data-animate-delay="0.5s"] {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.animated .chain-animate[data-animate-delay="1s"] {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.animated .chain-animate[data-animate-delay="1.5s"] {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.animated .chain-animate[data-animate-delay="2s"] {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.animated.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animated[data-animate-duration="3s"] {
  -webkit-animation-duration: 3s !important;
          animation-duration: 3s !important;
}
/*# sourceMappingURL=style.css.map */