@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #000; }

input,
button,
select,
textarea {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #000; }

.min {
  font-size: .8em; }

.strong {
  font-size: 1.1em; }

.head-box {
  font-size: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 2px; }

.apply-head {
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 2px; }

.apply-date {
  font-size: 5em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1; }
  .apply-date .wk-day {
    font-size: 1.5rem;
    font-family: "Oswald", sans-serif;
    font-weight: 400; }

.link-btn {
  font-size: 1.2em; }

.project-item {
  font-size: 1.2em; }

#next-button,
#back-input,
#submit-button {
  font-size: 1.2em; }

.head-ptn-2 {
  font-size: 2em;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: initial; }

.producer .p-head {
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
  font-weight: 400; }

.step-label {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 500; }

.req {
  font-size: 10px; }

.line-link {
  font-size: 1.3em;
  font-weight: bold; }

.line-flex p {
  font-size: 1.3em;
  font-weight: bold; }

@media screen and (max-width: 540px) {
  body {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.7; }

  .apply-date {
    font-size: 4em; }

  .line-entry .line-flex p {
    font-size: 1.1em; } }
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
html,
body {
  width: 100%;
  overflow-x: hidden; }

img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

section {
  display: block;
  position: relative;
  z-index: 0;
  padding: 40px 0; }

.inner-wrap {
  padding: 0 1em;
  width: calc(100% - 2em);
  max-width: 1200px;
  margin: auto; }

.fade {
  opacity: 0; }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

a {
  transition-duration: .3s; }
  a:hover {
    opacity: .8; }

.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../images/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: -1; }

.bg-box {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 1em;
  width: calc(100% - 2em); }
  .bg-box a {
    color: #fff; }

#main-v {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 40px 0; }
  #main-v .catch-1 {
    max-width: 780px;
    width: 90%;
    margin: 0 auto; }
  #main-v .catch-2 {
    max-width: 620px;
    width: 90%;
    margin: 0 auto;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7)); }
  #main-v .main-ima {
    position: relative;
    margin: -16% auto; }
    #main-v .main-ima img {
      filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.7)); }
    #main-v .main-ima::after {
      content: "";
      background: url(../images/main-bg.webp);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      mix-blend-mode: screen;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }

.head-box {
  max-width: 220px;
  margin: 0 auto 1em;
  position: relative;
  z-index: 0;
  text-align: center;
  padding: 0.5em 0;
  color: #fff; }
  .head-box.head-ptn-1::after {
    content: "";
    background: url(../images/h-p-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .head-box.head-ptn-2 {
    margin: 0 auto; }
    .head-box.head-ptn-2::after {
      content: "";
      background: url(../images/h-p-2.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: .75em;
      height: .75em;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      margin: 0 auto; }
  .head-box.head-ptn-3 {
    padding: 0.6em 0;
    margin-top: 0; }
    .head-box.head-ptn-3::after {
      content: "";
      background: url(../images/h-p-3.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      z-index: -1;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }

.link-btn {
  padding: .5em 1em;
  border: solid 1px #fff;
  max-width: 280px;
  width: calc(100% - 2em);
  display: block;
  margin: 1em auto;
  position: relative; }
  .link-btn:hover {
    opacity: 1;
    background: #000; }

.entry-btn {
  padding: .5em 1em;
  border: solid 1px #fff;
  max-width: 200px;
  width: calc(100% - 2em);
  display: block;
  margin: 1em auto;
  background: #f00; }
  .entry-btn:hover {
    opacity: 1;
    background: #000; }

#apply-deadline {
  max-width: 600px;
  margin: 0 auto; }
  #apply-deadline .apply-dead-flex {
    display: flex; }
    #apply-deadline .apply-dead-flex .apply-item {
      width: calc(48% - 2rem);
      margin: 0 auto;
      text-align: center; }
      #apply-deadline .apply-dead-flex .apply-item fieldset {
        border: solid 1px #fff;
        border-left: 0;
        border-right: 0;
        padding: 0 1rem;
        width: calc(100% - 2rem); }
      #apply-deadline .apply-dead-flex .apply-item .apply-head {
        position: relative;
        text-align: center;
        z-index: 0;
        padding: 0 1em; }
      #apply-deadline .apply-dead-flex .apply-item .apply-date {
        padding: 0.3rem 0 1rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        #apply-deadline .apply-dead-flex .apply-item .apply-date .wk-day {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 60px;
          height: 60px;
          border-radius: 60px;
          position: relative;
          text-align: center;
          border: solid 1px #fff;
          margin-left: .5rem; }
    #apply-deadline .apply-dead-flex .u19 {
      margin-top: 5px; }
  #apply-deadline .apply-desc {
    margin: 80px auto;
    line-height: 1.7; }
    #apply-deadline .apply-desc p {
      margin-bottom: 1.5em; }

#project legend {
  padding: 0 1em; }
#project fieldset {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding-bottom: 80px; }
#project .project-flex {
  display: flex;
  align-items: center;
  max-width: 860px;
  margin: 60px auto; }
  #project .project-flex .project-item {
    width: calc(48% - 2em);
    margin: 0 auto;
    padding: .5em 1em;
    border: solid 1px #fff;
    display: block;
    margin: 1em auto;
    position: relative; }
#project .project-desc {
  margin-top: 40px; }
  #project .project-desc .strong {
    margin-bottom: 40px; }
#project .producer {
  display: flex;
  align-items: center;
  max-width: 760px;
  margin: 0 auto; }
  #project .producer .col-l {
    width: 100%;
    max-width: 200px; }
  #project .producer .col-r {
    width: calc(100% - 2em - 200px);
    margin-left: 2em;
    text-align: left; }
    #project .producer .col-r .p-head {
      margin-bottom: 1em; }
    #project .producer .col-r p {
      margin-bottom: 1em; }

#audition-detail {
  color: #000;
  background: #fff;
  width: calc(100% - 2em);
  margin: 80px auto;
  padding: 80px 0; }
  #audition-detail .head-box {
    color: #000; }
  #audition-detail .inner-wrap {
    max-width: 800px;
    margin: 0 auto; }
  #audition-detail .detail-box {
    margin-top: 60px; }
    #audition-detail .detail-box ul li {
      padding-bottom: 1em;
      margin-bottom: 1em;
      border-bottom: dashed 1px #000; }

#schedule .sche-flex {
  display: flex; }
  #schedule .sche-flex .sche-item {
    width: 48%;
    margin: 0 auto; }
    #schedule .sche-flex .sche-item .sche-head {
      text-align: center;
      padding: 1em;
      width: calc(100% - 2em);
      color: #000;
      background: #fff; }
    #schedule .sche-flex .sche-item .item-head {
      display: flex;
      align-items: center; }
      #schedule .sche-flex .sche-item .item-head .step-text {
        width: calc(100% - 115px - 10px);
        margin-left: 10px;
        text-align: left; }
    #schedule .sche-flex .sche-item .sche-date {
      text-align: right; }
    #schedule .sche-flex .sche-item .step-label {
      display: block;
      width: 115px;
      background-image: url(../images/step-bg.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      color: #000; }
    #schedule .sche-flex .sche-item .item-box {
      margin: 2em auto;
      padding: 0 1em 1em;
      width: calc(96% - 2em);
      border-bottom: solid 1px #fff; }
      #schedule .sche-flex .sche-item .item-box.coming .step-label {
        background-image: url(../images/step-coming.svg); }

#entry {
  max-width: 540px;
  margin: 0 auto; }
  #entry .link-flex {
    display: flex;
    max-width: 500px;
    margin: 0 auto; }
    #entry .link-flex a {
      display: block;
      width: calc(48% - 2em);
      padding: 1em;
      padding-bottom: .5em;
      border-bottom: solid 1px #fff;
      margin: 0 auto .5em; }

.contact-form {
  max-width: 680px;
  width: 100%;
  margin: auto; }
  .contact-form .label-box {
    display: none; }
  .contact-form .form-item {
    margin-bottom: 1em;
    text-align: left; }
    .contact-form .form-item .wpcf7-file {
      color: #fff; }
  .contact-form .form-head {
    display: flex;
    align-items: center;
    margin-bottom: .5em; }
  .contact-form .req {
    margin-left: 5px;
    padding: 5px;
    background: #ed1c1c;
    color: #fff;
    line-height: 1; }
  .contact-form .wpcf7-text,
  .contact-form .wpcf7-date,
  .contact-form .wpcf7-select {
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em;
    margin-top: 0.2em;
    background: #fff;
    margin-bottom: 0; }
  .contact-form .wpcf7-select {
    border: none; }
  .contact-form .wpcf7-textarea {
    box-sizing: border-box;
    max-width: 680px;
    width: 100%;
    padding: 0.5em;
    margin-top: 0.2em;
    background: #fff; }
  .contact-form .cf7-checkbox {
    display: block;
    width: fit-content;
    margin: 20px auto; }
    .contact-form .cf7-checkbox input {
      appearance: auto;
      margin: auto;
      margin-right: 5px; }
    .contact-form .cf7-checkbox .personal-info {
      text-decoration: underline;
      color: #fff; }
      .contact-form .cf7-checkbox .personal-info:hover {
        text-decoration: none; }
  .contact-form .button-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 4em; }
  .contact-form #next-button,
  .contact-form #back-input,
  .contact-form #submit-button {
    padding: .5em 1em;
    border: solid 1px #fff;
    max-width: 280px;
    width: calc(100% - 2em);
    display: block;
    margin: 1em auto;
    position: relative;
    color: #fff; }
    .contact-form #next-button:hover,
    .contact-form #back-input:hover,
    .contact-form #submit-button:hover {
      opacity: 1;
      background: #000; }
  .contact-form .link-btn {
    max-width: calc(280px - 2em); }
  .contact-form .conf-heading {
    text-align: center;
    padding: 1em 0; }
  .contact-form #confirmation-screen,
  .contact-form #thanks-screen {
    display: none; }
  .contact-form #confirm-name,
  .contact-form #confirm-huri,
  .contact-form #confirm-gender,
  .contact-form #confirm-birth,
  .contact-form #confirm-email,
  .contact-form #confirm-address,
  .contact-form #confirm-job,
  .contact-form #confirm-message {
    display: block;
    box-sizing: border-box;
    width: 70%;
    padding: 0.5em;
    min-height: 2.6em;
    background: #fff;
    color: #000; }
  .contact-form #confirm-message {
    white-space: pre-wrap; }
  .contact-form .error-message {
    display: block;
    font-size: 0.9em;
    color: #ffe40e;
    margin-top: 5px;
    margin-left: 0;
    padding: 0 5px;
    font-weight: bold; }
  .contact-form #thanks-screen .thanks-heading {
    padding-bottom: 1em; }
  .contact-form .wpcf7cp-btns {
    display: flex;
    align-items: center; }
    .contact-form .wpcf7cp-btns .wpcf7-form-control {
      display: block;
      width: calc(48% - 2em);
      max-width: 250px;
      margin: 1em auto;
      padding: 1em;
      background: #000;
      color: #fff;
      margin-bottom: 1em;
      cursor: pointer;
      transition: 0.2s; }
      .contact-form .wpcf7cp-btns .wpcf7-form-control:hover {
        background: #fff;
        color: #000; }
  .contact-form #cf7-thanks {
    text-align: center; }
    .contact-form #cf7-thanks h2 {
      margin-bottom: 1em; }
  .contact-form #cf7-confirm {
    display: none; }
    .contact-form #cf7-confirm h2 {
      margin-bottom: 1em; }
    .contact-form #cf7-confirm ul {
      display: flex;
      border: solid 1px #fff;
      border-right: 0px; }
      .contact-form #cf7-confirm ul li {
        width: 6em;
        padding: .5em;
        text-align: left;
        border-right: solid 1px #fff; }
        .contact-form #cf7-confirm ul li:last-child {
          width: calc(100% - 8em); }

footer {
  max-width: 860px;
  margin: 0 auto; }
  footer p {
    margin-bottom: 1em; }
  footer .bnr-flex {
    display: flex;
    margin: 40px auto;
    flex-direction: column; }
    footer .bnr-flex a {
      width: 100%;
      margin: .5em auto;
      display: block;
      max-width: 320px; }
  footer .footer-company {
    margin-bottom: 2em; }

.line-link {
  display: block;
  padding: .5rem;
  background: linear-gradient(360deg, #06c755 40%, #2edf70 100%);
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  border-radius: 50px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4));
  transition-duration: .3s; }
  .line-link:hover {
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0)); }

.line-link-box {
  padding: 1em 2em;
  border: solid 6px #06c755;
  background: #fff;
  border-radius: 20px;
  width: calc(100% - 4em - 12px);
  max-width: 700px;
  margin: 1em auto;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4)); }
  .line-link-box .line-flex {
    display: flex;
    align-items: center; }
    .line-link-box .line-flex img {
      width: 80px;
      height: auto; }
    .line-link-box .line-flex p {
      width: calc(50% - 40px - 1em);
      margin-left: 1em;
      color: #000; }
    .line-link-box .line-flex .line-link {
      width: calc(50% - 40px - 1em);
      margin: 0 auto; }

.line-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: none; }
  .line-pop .pop-in {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 1em;
    border: solid 6px #06c755;
    background: #fff;
    border-radius: 20px;
    width: calc(100% - 4em - 12px);
    max-width: 800px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4)); }
  .line-pop .line-pop-in {
    display: flex;
    align-items: center; }
    .line-pop .line-pop-in .col-l {
      width: calc(100% - 180px - 1em);
      margin-right: 1em; }
    .line-pop .line-pop-in .col-r {
      width: 180px; }
  .line-pop .line-flex {
    display: flex;
    align-items: flex-start; }
    .line-pop .line-flex img {
      width: 80px;
      height: auto; }
    .line-pop .line-flex p {
      width: calc(100% - 80px - 1em);
      margin-left: 1em; }
  .line-pop .close-btn {
    position: fixed;
    right: 1em;
    top: 1em;
    width: 30px;
    z-index: 5;
    cursor: pointer; }

.line-entry {
  padding: 1em;
  border: solid 6px #06c755;
  background: #fff;
  border-radius: 100px;
  width: calc(100% - 4em - 12px);
  max-width: 370px;
  margin: 1em auto 2em;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: .3s; }
  .line-entry a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
  .line-entry .line-flex {
    display: flex;
    align-items: center; }
    .line-entry .line-flex img {
      width: 50px;
      height: auto; }
    .line-entry .line-flex p {
      width: calc(100% - 100px - 2em);
      margin: 0 1em;
      color: #000;
      text-align: left; }
  .line-entry .line-min-link {
    display: block;
    width: 50px;
    height: 50px;
    background: #06c755;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px; }
    .line-entry .line-min-link img {
      transition-duration: .3s;
      width: 15px; }
  .line-entry:hover {
    opacity: .8; }
    .line-entry:hover .line-min-link img {
      transform: translateX(5px); }

@media screen and (max-width: 540px) {
  #main-v {
    margin: 0 auto 40px; }

  #apply-deadline .apply-dead-flex {
    flex-direction: column; }
    #apply-deadline .apply-dead-flex .apply-item {
      width: 100%;
      margin-top: 1em; }
  #apply-deadline .apply-desc {
    margin: 40px auto; }

  #project fieldset {
    padding-bottom: 40px; }
  #project .project-desc {
    margin-top: 20px; }
    #project .project-desc .strong {
      margin-bottom: 20px; }
  #project .project-flex {
    margin: 40px auto;
    flex-direction: column; }
    #project .project-flex .project-item {
      width: calc(100% - 2em);
      margin: 0 auto 1em; }
  #project .producer {
    flex-direction: column; }
    #project .producer .col-l {
      max-width: 150px; }
    #project .producer .col-r {
      width: 100%;
      margin: 1em auto 0; }

  #audition-detail {
    padding: 40px 0;
    margin: 40px auto; }
    #audition-detail .detail-box {
      margin-top: 40px; }

  #schedule .sche-flex {
    flex-direction: column; }
    #schedule .sche-flex .sche-item {
      width: 100%; }

  footer .bnr-flex {
    flex-direction: column; }
    footer .bnr-flex a {
      display: block;
      width: 100%;
      margin: 0 auto 1em;
      max-width: 240px; }

  .line-pop .line-flex img {
    width: 50px; }
  .line-pop .line-flex p {
    width: calc(100% - 50px - 1em); }
  .line-pop .line-pop-in {
    flex-direction: column-reverse; }
    .line-pop .line-pop-in .col-l {
      width: 100%;
      margin: 1em auto; }
    .line-pop .line-pop-in .col-r {
      max-width: 150px;
      width: 50%; }

  .line-link-box {
    width: calc(100% - 6em - 12px); }
    .line-link-box .line-flex {
      flex-direction: column; }
      .line-link-box .line-flex img {
        width: 80px; }
      .line-link-box .line-flex p {
        width: calc(100% - 50px);
        margin: 1em auto; }
      .line-link-box .line-flex .line-link {
        width: calc(100% - 2em);
        margin: 0 auto; }

  .line-entry {
    width: calc(100% - 2em - 12px); }
    .line-entry .line-flex img {
      width: 40px; }
    .line-entry .line-flex p {
      width: calc(100% - 80px - 1em); }
    .line-entry .line-flex .line-min-link {
      width: 40px;
      height: 40px; }
      .line-entry .line-flex .line-min-link img {
        width: 15px; } }

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