@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* 和文 */
/* 欧文 */
/* 欧文 コンデンス*/
/* ==============================================================
*  contents
* ============================================================ */
html, body {
  height: 100%;
}

body {
  background-color: #060a23;
  font-family: kinto-sans, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  word-wrap: break-word;
  color: #fff;
}
@media screen and (min-width: 961px) {
  body {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

::-moz-selection {
  background-color: #0a1135;
  color: #fff;
}

::selection {
  background-color: #0a1135;
  color: #fff;
}

::-moz-selection {
  background-color: #0a1135;
  color: #fff;
}

.content-main {
  background-color: #060a23;
}

.block--pager {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 15px;
  margin-bottom: 3em;
}
.block--pager li {
  display: inline-block;
  width: 2em;
  height: 2em;
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #fff;
  line-height: 2em;
  position: relative;
}
@media screen and (min-width: 961px) {
  .block--pager .pager__item--other a:hover {
    color: #fff;
    line-height: 2em;
    background: #0080ff;
    border-radius: 5em;
  }
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
  top: 18px;
  right: 15px;
  transition: 0.2s;
}
.block--pager .pager__item--newer span {
  opacity: 0.4;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--pager .pager__item--older {
    gap: 0 0.5em;
  }
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 17px;
  right: 22px;
  transition: 0.2s;
}
.block--pager .pager__item--older span {
  opacity: 0.4;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .block--pager .pager__item--newer a:hover,
  .block--pager .pager__item--older a:hover {
    color: #0a1135;
  }
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  position: relative;
}
.block--pager .pager__item--current::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.txt--basic {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.6em;
  margin-top: 0.5em;
}

.txt--large {
  font-size: 2em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.txt--lead {
  font-size: 1.2em;
}

.txt--link {
  text-decoration: underline;
}

@media screen and (min-width: 961px) {
  .txt--link {
    transition: 0.4s;
  }
  .txt--link:hover {
    text-decoration: none;
  }
}
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.red {
  color: #fb3000;
}

.font--ab-quadra {
  font-family: ab-quadra, kinto-sans, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font--effra {
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.font--condensed {
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* image */
.ph, .thumb {
  position: relative;
  line-height: 0;
  font-size: 0;
}
.ph img, .thumb img {
  width: 100%;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* video */
video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video .block--thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video .block--thumb img {
  width: 100%;
  height: 100%;
}

.wovn-languages {
  color: #fff;
  font-size: 10px;
  position: absolute;
  z-index: 2;
  width: 130px;
  height: 34px;
  cursor: pointer;
  right: 3vw;
  top: 3vw;
  border-radius: 50%;
  z-index: 999;
}
.wovn-languages #nav-current {
  width: 130px;
  height: 34px;
  background: #060a23;
  color: #fff;
  border: 1px solid;
  line-height: 34px;
  font-size: 12px;
  border-radius: 5em;
  text-align: center;
  letter-spacing: 0.1em;
  padding-left: 21px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  transition: background 0.3s, color 0.3s;
}
.wovn-languages #nav-current::before {
  position: absolute;
  left: 13px;
  top: 54%;
  content: "\f0ac";
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-weight: 900;
  line-height: 0;
}
@media screen and (min-width: 961px) {
  .wovn-languages #nav-current:hover {
    color: #060a23;
    background: #fff;
  }
}
.wovn-languages .nav-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  width: 170px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 18px;
  padding: 20px 0;
}
.wovn-languages .nav-dropdown .list--language li {
  width: 80%;
  cursor: pointer;
  text-align: center;
  color: #060a23;
  font-size: 13px;
  margin: 0 auto 5px;
  border-radius: 4em;
  transition: 0.3s;
}
.wovn-languages .nav-dropdown .list--language li:last-of-type {
  margin-bottom: 0;
}
.wovn-languages .nav-dropdown .list--language li.selected {
  order: inherit;
  color: #fff;
  background: #042b7a;
}
@media screen and (min-width: 961px) {
  .wovn-languages .nav-dropdown .list--language li:hover {
    color: #fff;
    background: #042b7a;
  }
}
.wovn-languages:has(.ja.selected), .wovn-languages:has(.ko.selected) {
  width: 90px;
}
.wovn-languages:has(.ja.selected) #nav-current, .wovn-languages:has(.ko.selected) #nav-current {
  width: 90px;
}
.wovn-languages:has(.en.selected) {
  width: 110px;
}
.wovn-languages:has(.en.selected) #nav-current {
  width: 110px;
}
.wovn-languages:has(.zh-tw.selected), .wovn-languages:has(.zh-cn.selected) {
  width: 130px;
}
.wovn-languages:has(.zh-tw.selected) #nav-current, .wovn-languages:has(.zh-cn.selected) #nav-current {
  width: 130px;
}
.wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  color: #fff;
  top: 57px;
}
.wovn-languages.visible .nav-dropdown .list--language li {
  pointer-events: auto;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
}

.popup--language {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.4392156863);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.popup--language .popup--language__box {
  width: 80%;
  max-width: 500px;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  cursor: pointer;
}
.popup--language .popup--language__box .popup--language__area {
  margin-bottom: 10px;
}
.popup--language .popup--language__box .approval--btn {
  width: 50%;
  border: 1px solid #fff;
  border-radius: 4em;
  text-align: center;
  padding: 1em 2em;
  margin: 0 auto;
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .popup--language .popup--language__box .approval--btn {
    transition: 0.3s;
  }
  .popup--language .popup--language__box .approval--btn:hover {
    color: #fff;
    background: #fff;
  }
}

.popup--language.visible {
  opacity: 1;
  pointer-events: auto;
}

.form--post dt {
  margin: 3em 0 0.8em;
}
.form--post dd {
  margin: 0 0 0.8em;
}

.block--error {
  background: #fdfbfd;
  color: #ef1717;
  font-weight: 500;
  padding: 10px;
  border-radius: 5px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #ddd;
}

::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ddd;
}

:-moz-placeholder {
  color: #ddd;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: kinto-sans, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em;
  border-radius: 8px;
  border: 1px solid #aaacb1;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    padding: 0.8em;
  }
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #ddd;
}

button {
  border: none;
  line-height: 1;
}

/* textarea */
textarea {
  font-family: kinto-sans, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em;
  border-radius: 8px;
  border: 1px solid #aaacb1;
}
@media screen and (min-width: 961px) {
  textarea {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    padding: 0.8em;
  }
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #060a23;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  font-family: kinto-sans, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em;
  border-radius: 8px;
  padding-right: 2.3em;
  border: 1px solid #aaacb1;
  padding: 0.5em 2.8em 0.5em 1em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    padding: 0.8em;
  }
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    padding: 0.8em 2em 0.8em 0.8em;
  }
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #aaacb1;
  border-top: none;
  border-right: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select::after {
    right: 1em;
  }
}

/* checkbox */
.form__checkbox label p {
  font-family: kinto-sans, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #0a1135;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #0a1135;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  border-color: #000;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

.form--comfirm {
  margin: 2em auto 4em;
}
.form--comfirm dt {
  font-size: 0.5em;
}
.form--comfirm dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

/* radio */
.form__radio label p {
  font-family: kinto-sans, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #0a1135;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #0a1135;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: kinto-sans, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #fff;
  border-color: #fff;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn .btn--sub, .btn .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  border-radius: 50px;
}

.btn .btn--main {
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.2em;
  display: inline-block;
  background-image: linear-gradient(129deg, #192d91 20%, #2fa3ff 65%, #0080ff 90%);
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 961px) {
  .btn .btn--main {
    background-size: 200% 100%;
    background-position: 100% 0;
  }
  .btn .btn--main:hover {
    transition: 0.6s;
    background-position: 10% 0;
    filter: drop-shadow(0 14px 10px rgba(17, 5, 67, 0.2666666667));
  }
}

.btn .btn--closed {
  text-align: center;
  background: #fff;
  padding: 50px;
  width: 70%;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 auto 1em;
}
.btn .btn--closed span {
  display: block;
  font-weight: normal;
  font-size: 0.7em;
}

.btn .btn--sub {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2em;
  border: 1px solid #0a1135;
  background: none;
  color: #0a1135;
  border-radius: 5em;
  padding: 1.3em 2em;
  margin: 1em 0;
}
.btn .btn--sub.white {
  color: #fff;
  border-color: #fff;
}
@media screen and (min-width: 961px) {
  .btn .btn--sub:hover {
    background: #0a1135;
    color: #fff;
  }
}
@media screen and (min-width: 480px) and (max-width: 961px) {
  .btn .btn--sub {
    max-width: 400px;
  }
}

.area--pager {
  width: 100%;
  padding: 3vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}
.area--pager.pager--center {
  padding-top: 0 !important;
  justify-content: center;
}

.detail__btn {
  position: relative;
  margin: 0 auto;
}
.detail__btn a {
  display: inline-block;
  color: #fff;
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
}

.list__more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.list__more a {
  display: inline-block;
  text-align: center;
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
  padding: 1.5em;
}

.date {
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.tit {
  line-height: 1.4;
  word-break: break-word;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}

.section--detail.new a {
  position: relative;
}

dl.list--horizontal {
  border: 1px solid;
  border-radius: 24px;
}
dl.list--horizontal div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px dotted;
}
dl.list--horizontal div:last-of-type {
  border-bottom: none;
}
dl.list--horizontal dt {
  width: 20%;
  padding: 2em;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.2em;
}
dl.list--horizontal dd {
  width: 80%;
  border-left: 1px solid;
  padding: 2em;
}
dl.list--horizontal.list--large div {
  justify-content: center;
  border-bottom: none;
}
dl.list--horizontal.list--large dt {
  width: 100%;
  padding: 2em 2em 0;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.2em;
  font-size: 1.1em;
}
dl.list--horizontal.list--large dd {
  width: 100%;
  border-left: none;
  padding: 0 2em 1em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.list--information li {
  border: 1px solid white;
  border-radius: 24px;
  margin-bottom: 1em;
}
.list--information li a {
  border-radius: 24px;
  background: #060a23;
  padding: 2em;
  position: relative;
}
@media screen and (min-width: 961px) {
  .list--information li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.4em;
  }
  .list--information li a .date {
    width: 6.2em;
    line-height: 1.5em;
  }
  .list--information li a .tit {
    width: calc(100% - 6.2em);
  }
}
.list--information li a .tit {
  margin-bottom: 0;
}
.list--information li.new a {
  padding-left: 7.5em;
}
.list--information li.new a::after {
  content: "NEW";
  display: block;
  width: 60px;
  height: 26px;
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 800;
  background: no-repeat url(/static/produce101audition/assets_XN5fFHiC/img/cmn/bg__new.webp);
  background-size: cover;
  color: #0a1135;
  font-size: 13px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
}
.list--information li.no-data {
  border: none;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1em;
  opacity: 0.5;
  margin-bottom: 0;
  margin-top: -1em;
}

.list--contents {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2em 0.5%;
}
.list--contents li {
  width: 24.625%;
}
.list--contents li a {
  display: block;
  color: #fff;
  font-size: 12px;
}
.list--contents li a .thumb {
  line-height: 0;
  border-radius: 16px;
  margin-bottom: 10px;
}
.list--contents li a .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.list--sns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2em;
}
.list--sns li {
  line-height: 1;
}
.list--sns li a {
  font-size: 1.5em;
  transition: 0.3s;
}

.no-data {
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em;
  text-align: left;
  width: 100%;
}

.list--menu {
  border: 1px solid #aaacb1;
  border-radius: 10px;
  max-width: 600px;
}
.list--menu li:last-of-type a {
  border-bottom: none;
}
.list--menu li a {
  display: block;
  line-height: 1.3em;
  border-bottom: 1px solid #aaacb1;
  padding: 1.2em 2em 1.2em 1em;
  position: relative;
}
.list--menu li a::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  position: absolute;
  right: 1.2em;
  top: 50%;
  margin-top: -0.3em;
}
@media screen and (min-width: 961px) {
  .list--menu li a:hover {
    color: #ccc;
  }
}

.list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .list--support a:hover {
    text-decoration: none;
  }
}
.list--support dt {
  border-bottom: 1px solid;
  line-height: 1.5;
  margin-bottom: 1em;
}
.list--support dd {
  margin-bottom: 3em;
}
.list--support dd > ul > li + li, .list--support dd > ol > li + li {
  margin-top: 1em;
}
.list--support ul li, .list--support ol li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.25em;
}
.list--support ul > ul, .list--support ul > ol, .list--support ol > ul, .list--support ol > ol {
  text-indent: 1em;
}

.header {
  width: 100%;
  height: 160px;
  position: relative;
  z-index: 99;
}
.header h1.logo {
  width: 90px;
  height: auto;
  transform: translateX(-50%);
  position: absolute;
  top: 3.5vw;
  left: 50%;
  z-index: 99;
}
.header h1.logo a {
  display: block;
  height: 100%;
}
.header h1.logo a img {
  height: auto;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.header .drawer .nav {
  z-index: 1;
}
.header .drawer .nav li a {
  font-weight: 600;
  color: #fff;
}
.header .drawer .nav li.disabled a {
  pointer-events: none;
  color: #ffffff;
  opacity: 0.2;
}

.drawer__btn {
  display: none;
}

#footer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 8vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
#footer .btn {
  text-align: center;
}
#footer .copyright {
  width: 100%;
  text-align: center;
}
#footer .btn {
  text-align: right;
  margin-bottom: 1em;
}
#footer .block--contact {
  width: 100%;
}
#footer .block--contact .btn {
  text-align: center;
}
#footer .block--contact .copyright {
  text-align: center;
}
#footer .block--contact .btn .btn--square {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid;
  font-size: 13px;
  border-radius: 2em;
  padding: 1em 4em;
  margin: 1em auto 3em;
}
@media screen and (min-width: 961px) {
  #footer .block--contact .btn .btn--square:hover {
    background: #fff;
    color: #060a23;
  }
}
#footer .list--support {
  margin-bottom: 2em;
  text-align: center;
}
#footer .list--support li {
  display: inline-block;
}
#footer .list--support li a {
  display: block;
  font-size: 12px;
}
@media screen and (min-width: 961px) {
  #footer .list--support li a {
    transition: 0.3s;
  }
  #footer .list--support li a:hover {
    opacity: 0.6;
  }
}
#footer .block--link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 1vw;
  margin-bottom: 4vw;
}
#footer .block--link .list__item a {
  display: block;
}
#footer .block--link .list__item a p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0;
  border-radius: 3em;
  text-align: center;
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  border: 0.5px solid;
  padding: 1em 1.5em 0.9em;
  margin: 1.5em auto 0;
  transition: 0.4s;
}
@media screen and (min-width: 961px) {
  #footer .block--link .list__item a:hover p {
    background: #fff;
    color: #060a23;
  }
}
#footer .nav--sns {
  margin-bottom: 4vw;
}
#footer .nav--sns li a {
  display: block;
  font-size: 1.5em;
  line-height: 0;
  color: #fff;
}
@media screen and (min-width: 961px) {
  #footer .nav--sns li a:hover {
    color: #0080ff;
  }
}

.wrap {
  min-height: 100%;
  position: relative;
  padding-bottom: 35vw;
  overflow: hidden;
}
.wrap::before, .wrap::after {
  content: "";
  display: block;
  width: 20vw;
  height: 100%;
  position: absolute;
  opacity: 0.4;
  pointer-events: none;
  z-index: -1;
}
.wrap::before {
  background: repeat-y top left url(/static/produce101audition/assets_XN5fFHiC/img/cmn/bg_pattern__left.webp);
  background-size: 80%;
  top: 78vw;
  left: 0;
}
.wrap::after {
  background: repeat-y top right url(/static/produce101audition/assets_XN5fFHiC/img/cmn/bg_pattern__right.webp);
  background-size: 80%;
  top: 77vw;
  right: 0;
}

.content--main {
  position: relative;
  z-index: 10;
}

.section--detail {
  overflow: hidden;
}
.section--detail > .section-tit {
  color: #fff;
}
.section--detail .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .date {
  display: inline-block;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  font-size: 17px;
}
.section--detail .block--share li a {
  display: block;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 18px;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  margin-right: 10px;
  letter-spacing: 0.025em;
}

.video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/* keyframes
------------------------------ */
@keyframes scroll {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.loaded.page--home #section--hero::before, .loaded.page--home #section--hero::after {
  opacity: 0.5;
}
.loaded.page--home #section--hero .fv--logo img {
  opacity: 1;
  transform: translateY(0);
}
.loaded.page--home #section--hero .scroll {
  opacity: 1;
  transition-delay: 2.8s;
}

.page--home .wrap {
  padding-bottom: 0;
  position: relative;
}
.page--home #footer {
  position: relative;
}
.page--home .section-tit {
  font-size: 1.72em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 2em;
  position: relative;
}
.page--home .section-tit span {
  display: block;
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  font-size: 0.45em;
  letter-spacing: 0.2em;
  margin-top: 0.4em;
}
.page--home .header {
  display: none;
}
.page--home #section--hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}
.page--home #section--hero .fv--logo {
  width: 30vw;
  height: 30vw;
  position: relative;
  z-index: 10;
}
.page--home #section--hero .fv--logo img {
  display: block;
  width: 100%;
  transform: translateY(-15px);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s cubic-bezier(0.42, 0, 0.42, 1.49);
  opacity: 0;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.page--home #section--hero .fv--logo img:nth-of-type(1) {
  transition-delay: 0.7s;
}
.page--home #section--hero .fv--logo img:nth-of-type(2) {
  transition-delay: 0.9s;
}
.page--home #section--hero .fv--logo img:nth-of-type(3) {
  transition-delay: 1.1s;
}
.page--home #section--hero .fv--logo img:nth-of-type(4) {
  transition: 0.6s ease-in-out 1.8s;
  transform: translateY(20px);
}
.page--home #section--hero::before, .page--home #section--hero::after {
  content: "";
  display: block;
  width: 20vw;
  height: 100%;
  position: absolute;
  height: 120vh;
  background: no-repeat;
  background-size: cover;
  top: 0;
  opacity: 0;
  transition: 0.8s;
}
.page--home #section--hero::before {
  background-image: url(/static/produce101audition/assets_XN5fFHiC/img/cmn/bg__left.webp);
  width: 25vw;
  height: 91vw;
  top: -8vw;
  left: 0;
}
.page--home #section--hero::after {
  width: 23vw;
  height: 99vw;
  background-image: url(/static/produce101audition/assets_XN5fFHiC/img/cmn/bg__right.webp);
  right: 0;
  top: -16vw;
}
.page--home #section--hero .scroll {
  width: 45px;
  height: 45px;
  border-radius: 40px;
  border: 1px solid;
  line-height: 45px;
  position: absolute;
  bottom: 10vh;
  left: calc(50% - 22.5px);
  transition: 0.4s opacity;
  animation: scroll 2s infinite cubic-bezier(0.1, 0.3, 0.75, 1.67);
  opacity: 0;
}
.page--home #section--hero .scroll a {
  display: block;
  position: relative;
  line-height: 1;
}
.page--home #section--hero .scroll a::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 12px;
  left: 15px;
  transform: rotate(135deg);
  transform-origin: center;
}
.page--home.scrolling #section--hero .scroll {
  opacity: 0;
}
.page--home #section--about {
  padding: 8vw 10vw;
}
.page--home #section--about .block--txt {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: clamp(15px, 1.71vw, 1.5em);
  line-height: 2.1;
  word-break: break-word;
}
.page--home #section--about .block--txt .txt--basic {
  margin-bottom: 2em;
  transition: transform 0.6s;
}
.page--home #section--about .block--txt .video {
  overflow: hidden;
  border-radius: 24px;
  margin: 8vw auto;
}
.page--home #section--entry {
  padding: 0 min(15vw, 15%);
}
.page--home #section--entry .list--horizontal {
  margin-bottom: 8vw;
}
.page--home #section--entry .list--large {
  margin-bottom: -1px;
}
.page--home #section--entry .block--entry {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5vw 4%;
  margin-bottom: 8vw;
}
.page--home #section--entry .block--entry > .list__item {
  width: 48%;
}
.page--home #section--entry .block--entry > .list__item a {
  display: block;
  line-height: 1;
  border-radius: 24px;
  overflow: hidden;
}
.page--home #section--entry .block--entry > .list__item a img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.page--home #section--entry .block--entry.center {
  justify-content: center;
}
@media screen and (min-width: 961px) {
  .page--home #section--entry .block--entry.center > .list__item {
    width: 60%;
  }
}
.page--home #section--entry .video {
  overflow: hidden;
  border-radius: 24px;
  margin: 8vw auto;
}
.page--home #section--information {
  padding: 0 min(15vw, 10%);
  margin: 0 auto 4vw;
}
.page--home #section--information .list--information {
  margin-bottom: 3vw;
}
.page--home .block--sns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1300px;
  color: #0a1135;
  text-align: center;
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 6vw auto;
}
.page--home .block--sns .block-tit {
  color: #0080ff;
  font-size: 1.2em;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}
.page--home .block--sns .list--sns {
  width: 100%;
  justify-content: center;
}
.page--home .block--sns .list--sns li a {
  display: block;
  background: #fff;
  border-radius: 2em;
  font-size: 1.8em;
  padding: 0.6em;
}
@media screen and (min-width: 961px) {
  .page--home .block--sns .list--sns li:hover a {
    transform: scaleX(-1);
  }
}

.delighter {
  transition: 0.6s;
  opacity: 0;
  transform: translateY(40px);
}
.delighter.started {
  opacity: 1;
  transform: translateY(0);
}

.page--home .wrap:has(.wovn-switch.en.selected) #section--about .block--txt {
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .wrap:has(.wovn-switch.en.selected) #section--about .block--txt {
    font-size: 3.5vw;
    letter-spacing: 0.02em;
  }
}
.page--home .wrap:has(.wovn-switch.en.selected) #section--about .txt--basic:nth-of-type(1) br:nth-child(n+4) {
  display: none !important;
}
.page--home .wrap:has(.wovn-switch.en.selected) #section--about .txt--basic:nth-of-type(2) br:nth-child(1),
.page--home .wrap:has(.wovn-switch.en.selected) #section--about .txt--basic:nth-of-type(2) br:nth-child(4) {
  display: none !important;
}
.page--home .wrap:has(.wovn-switch.en.selected) #section--about .txt--basic:nth-of-type(3) br:nth-child(7) {
  display: none !important;
}
.page--home .wrap:has(.wovn-switch.en.selected) #section--about .txt--basic:nth-of-type(4) br:nth-child(2),
.page--home .wrap:has(.wovn-switch.en.selected) #section--about .txt--basic:nth-of-type(4) br:nth-child(4),
.page--home .wrap:has(.wovn-switch.en.selected) #section--about .txt--basic:nth-of-type(4) br:nth-child(5) {
  display: none !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .wrap:has(.wovn-switch.ko.selected) #section--about .block--txt {
    font-size: 4.1vw;
    letter-spacing: 0.02em;
  }
}
.page--home .wrap:has(.wovn-switch.ko.selected) #section--about .txt--basic:nth-of-type(1) br:nth-child(7) {
  display: none !important;
}
.page--home .wrap:has(.wovn-switch.ko.selected) #section--about .txt--basic:nth-of-type(2) br:nth-child(2),
.page--home .wrap:has(.wovn-switch.ko.selected) #section--about .txt--basic:nth-of-type(2) br:nth-child(3),
.page--home .wrap:has(.wovn-switch.ko.selected) #section--about .txt--basic:nth-of-type(2) br:nth-child(4),
.page--home .wrap:has(.wovn-switch.ko.selected) #section--about .txt--basic:nth-of-type(2) br:nth-child(5) {
  display: none !important;
}
.page--home .wrap:has(.wovn-switch.ko.selected) #section--about .txt--basic:nth-of-type(3) br:nth-child(2),
.page--home .wrap:has(.wovn-switch.ko.selected) #section--about .txt--basic:nth-of-type(3) br:nth-child(4),
.page--home .wrap:has(.wovn-switch.ko.selected) #section--about .txt--basic:nth-of-type(3) br:nth-child(6),
.page--home .wrap:has(.wovn-switch.ko.selected) #section--about .txt--basic:nth-of-type(3) br:nth-child(7) {
  display: none !important;
}
.page--home .wrap:has(.wovn-switch.ko.selected) #section--about .txt--basic:nth-of-type(4) br:nth-child(2),
.page--home .wrap:has(.wovn-switch.ko.selected) #section--about .txt--basic:nth-of-type(4) br:nth-child(4),
.page--home .wrap:has(.wovn-switch.ko.selected) #section--about .txt--basic:nth-of-type(4) br:nth-child(5) {
  display: none !important;
}
.page--home .wrap:has(.wovn-switch.zh-tw.selected) #section--about .block--txt {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .wrap:has(.wovn-switch.zh-tw.selected) #section--about .block--txt {
    font-size: 4.4vw;
  }
}
.page--home .wrap:has(.wovn-switch.zh-tw.selected) #section--about .txt--basic:nth-of-type(1) br:nth-child(2),
.page--home .wrap:has(.wovn-switch.zh-tw.selected) #section--about .txt--basic:nth-of-type(1) br:nth-child(n+3) {
  display: none !important;
}
.page--home .wrap:has(.wovn-switch.zh-tw.selected) #section--about .txt--basic:nth-of-type(2) br:nth-child(2),
.page--home .wrap:has(.wovn-switch.zh-tw.selected) #section--about .txt--basic:nth-of-type(2) br:nth-child(n+3) {
  display: none !important;
}

.page--home .wrap:has(.wovn-switch.zh-tw.selected) #section--about .txt--basic:nth-of-type(3) br:nth-child(4),
.page--home .wrap:has(.wovn-switch.zh-tw.selected) #section--about .txt--basic:nth-of-type(3) br:nth-child(5),
.page--home .wrap:has(.wovn-switch.zh-tw.selected) #section--about .txt--basic:nth-of-type(3) br:nth-child(6),
.page--home .wrap:has(.wovn-switch.zh-tw.selected) #section--about .txt--basic:nth-of-type(3) br:nth-child(7) {
  display: none !important;
}
.page--home .wrap:has(.wovn-switch.zh-tw.selected) #section--about .txt--basic:nth-of-type(4) br:nth-child(2),
.page--home .wrap:has(.wovn-switch.zh-tw.selected) #section--about .txt--basic:nth-of-type(4) br:nth-child(4),
.page--home .wrap:has(.wovn-switch.zh-tw.selected) #section--about .txt--basic:nth-of-type(4) br:nth-child(5) {
  display: none !important;
}
.page--home .wrap:has(.wovn-switch.zh-cn.selected) #section--about .block--txt {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .wrap:has(.wovn-switch.zh-cn.selected) #section--about .block--txt {
    font-size: 4.4vw;
  }
}
.page--home .wrap:has(.wovn-switch.zh-cn.selected) #section--about .txt--basic:nth-of-type(1) br:nth-child(2),
.page--home .wrap:has(.wovn-switch.zh-cn.selected) #section--about .txt--basic:nth-of-type(1) br:nth-child(n+3) {
  display: none !important;
}
.page--home .wrap:has(.wovn-switch.zh-cn.selected) #section--about .txt--basic:nth-of-type(2) br:nth-child(2),
.page--home .wrap:has(.wovn-switch.zh-cn.selected) #section--about .txt--basic:nth-of-type(2) br:nth-child(n+3) {
  display: none !important;
}
.page--home .wrap:has(.wovn-switch.zh-cn.selected) #section--about .txt--basic:nth-of-type(3) br:nth-child(4),
.page--home .wrap:has(.wovn-switch.zh-cn.selected) #section--about .txt--basic:nth-of-type(3) br:nth-child(n+5) {
  display: none !important;
}
.page--home .wrap:has(.wovn-switch.zh-cn.selected) #section--about .txt--basic:nth-of-type(4) br:nth-child(2),
.page--home .wrap:has(.wovn-switch.zh-cn.selected) #section--about .txt--basic:nth-of-type(4) br:nth-child(5),
.page--home .wrap:has(.wovn-switch.zh-cn.selected) #section--about .txt--basic:nth-of-type(4) br:nth-child(6) {
  display: none !important;
}

.section--list,
.section--detail {
  position: relative;
  z-index: 1;
  padding-top: 5vw;
  margin: 0 auto;
}
.section--list .inner,
.section--detail .inner {
  padding: 0 10vw 16vw;
}
.section--list .list--information li,
.section--detail .list--information li {
  width: 100%;
}
.section--list .list--contents > li,
.section--detail .list--contents > li {
  width: 33%;
}
.section--list .section-tit,
.section--detail .section-tit {
  max-width: 1100px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0 8vw 2em;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .section--list .section-tit,
  .section--detail .section-tit {
    font-size: max(26px, 2.25vw);
  }
}

.section--detail .block--main .block--txt {
  background: #fff;
  padding: 25px;
}
.section--detail .block--main .block--txt img {
  height: auto !important;
}
.section--detail .block--contents {
  background: #fff;
  padding: 3em;
  color: #0a1135;
}
.section--detail .area--pager {
  width: 100%;
  padding: 5vw 0 0;
}

.page--info .section--detail .block--contents .tit {
  font-size: 1.7em;
}
.page--info .section--detail .block--contents .block--txt {
  padding-top: 2em;
  color: #0a1135;
  margin-top: 3em;
}
.page--info .section--detail .block--contents .block--txt a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .page--info .section--detail .block--contents .block--txt a:hover {
    text-decoration: none;
  }
}
.page--info .section--detail .inner .block--contents .area--pager {
  border-top: 1px solid #0a1135;
  padding: 3vw 0 0;
  margin-top: 5vw;
}
.page--info .section--detail .inner .block--contents .area--pager a {
  color: #0a1135;
}
.page--info .section--detail .inner .block--contents .area--pager a::before {
  background: #060a23;
}
.page--info .block--share {
  color: #0a1135;
  position: relative;
  bottom: 0;
  text-align: right;
  padding: 0;
  margin-bottom: -26px;
}
.page--info .block--share li a i {
  color: #0a1135;
  transition: 0.3s;
}
.page--info .block--share li a svg {
  fill: #0a1135;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .page--info .block--share li a:hover i {
    color: #0080ff;
  }
  .page--info .block--share li a:hover svg {
    fill: #0080ff;
  }
}

@media screen and (min-width: 961px) {
  .input--quarter {
    width: 25% !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .input--quarter {
    width: 30% !important;
  }
  .input--quarter.postal_code {
    width: 75% !important;
  }
}

.icon--required {
  display: inline-block;
}
.icon--required::before {
  content: "必須";
  font-size: 11px;
  color: #fff;
  background: #fb3000;
  padding: 4px 8px;
  margin-left: 1em;
}

@media screen and (min-width: 961px) {
  .form--post .input--half {
    width: 50%;
  }
  .form--post input[type=email] {
    width: 75%;
  }
}
.page--questionnaire #footer .copyright {
  text-align: center;
  color: #000;
}
.page--questionnaire .wrap section {
  position: relative;
  z-index: 2;
  background: none;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .wrap section {
    padding: 5vw clamp(226px, 20vw, 800px) 50px;
  }
  .page--questionnaire .wrap section .ph {
    margin: 50px auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .wrap section {
    padding: 5vw 5%;
  }
  .page--questionnaire .wrap section .ph {
    margin: 20px auto;
  }
}
.page--questionnaire .wrap section .section-tit {
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0;
}
.page--questionnaire .wrap section .tit {
  font-size: 16px;
}
.page--questionnaire .wrap section .form--post dd {
  margin: 0 0 1.8em;
}
.page--questionnaire .wrap section form input:not([type=submit]),
.page--questionnaire .wrap section form textarea {
  max-width: 100%;
  color: #333;
  letter-spacing: 0.1em;
  background: none;
  border: 1px solid #aaacb1;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .wrap section form input:not([type=submit]),
  .page--questionnaire .wrap section form textarea {
    font-size: 18px;
    padding: 1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .wrap section form input:not([type=submit]),
  .page--questionnaire .wrap section form textarea {
    font-size: 14px;
    padding: 0.7em 1em;
  }
}
@media screen and (min-width: 480px) and (max-width: 961px) {
  .page--questionnaire .wrap section form input:not([type=submit]),
  .page--questionnaire .wrap section form textarea {
    font-size: 16px;
    padding: 1em;
  }
}
.page--questionnaire .wrap section form .btn--main {
  color: #fff;
  border-radius: 15em;
  margin-top: 1em;
}
.page--questionnaire .wrap section form .btn--sub {
  background: none;
  color: #fff;
  box-shadow: none;
}
.page--questionnaire .wrap section form .form--post {
  margin-bottom: 3em;
  padding: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .wrap section form .form--post {
    padding: 1.2em;
    border-width: 15px;
  }
}
.page--questionnaire .wrap section form .form--post dt {
  margin: 1em 0 0.5em;
  font-weight: bold;
}
.page--questionnaire .wrap section form .form--post dt:first-child {
  margin-top: 0;
}
.page--questionnaire .wrap section form .form--post .form__select select {
  cursor: pointer;
  color: #333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .wrap section form .form--post .form__select select {
    padding: 1em 3.5em 1em 1.5em;
  }
}
@media screen and (min-width: 480px) and (max-width: 961px) {
  .page--questionnaire .wrap section form .form--post .form__select select {
    font-size: 16px;
    padding: 1em 3.5em 1em 1.5em;
  }
}
.page--questionnaire .wrap section form .form--horizontal li {
  display: inline-block;
}
.page--questionnaire.confirm form {
  margin-top: 30px;
}
.page--questionnaire.confirm .form--confirm {
  padding: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire.confirm .form--confirm {
    padding: 1.2em;
    border-width: 15px;
  }
}
.page--questionnaire.confirm .form--confirm dt {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire.confirm .form--confirm dt {
    opacity: 0.5;
    font-size: 11px;
  }
}
.page--questionnaire.confirm .form--confirm dd {
  font-size: 15px;
  border-bottom: 1px solid white;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire.confirm .form--confirm dd {
    font-size: 14px;
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
  }
}
.page--questionnaire.confirm .form--confirm dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.page--questionnaire.complete .wrap section > .txt--basic {
  margin: 5em auto;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire.complete .wrap section > .txt--basic {
    margin-bottom: 2em;
  }
}
.page--questionnaire .form--post {
  margin-top: 5em;
}

.page--error .section--detail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 8vw;
}
@media screen and (min-width: 961px) {
  .page--error .section--detail {
    text-align: center;
  }
}
.page--error .section--detail .inner {
  width: 90%;
}
.page--error .section--detail .tit.center {
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 961px) {
  .page--error .section--detail .tit.center {
    font-size: 3em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--error .section--detail .tit.center {
    font-size: 2em;
  }
}
.page--error .section--detail .txt {
  margin-bottom: 1em;
}

.page--audition {
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.page--audition .btn .btn--main::before, .page--audition .btn .btn--main::after {
  display: none;
}
.page--audition.modaal-noscroll {
  overflow: auto !important;
}
.page--audition .modaal-gallery-item img {
  display: block;
  width: auto !important;
  max-height: 90vh;
}
.page--audition .wrap {
  background: #f5f5f5;
  color: #333;
}
.page--audition .wrap::before {
  display: none;
}
.page--audition #footer {
  background: none;
}
.page--audition #footer::before {
  display: none;
}
.page--audition .btn {
  margin-top: 3em;
}
.page--audition .section--detail {
  padding-top: 10vw;
}
.page--audition .section--detail .section-tit {
  left: 0;
  color: #333;
  margin-bottom: 3vw;
}
.page--audition .section--detail .block--kiyaku .form--post {
  margin-bottom: 0;
}
.page--audition .section--detail .block--sub {
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 0.9em;
  line-height: 1;
  padding: 1.2em 1em;
  margin: 0 0 2em;
}
.page--audition .section--detail .list--attention {
  margin: 1em 0;
  background: #fbeeee;
  color: #ff0000;
  padding: 1em;
  border-radius: 5px;
}
.page--audition .section--detail .list--attention li {
  text-indent: -1em;
  padding-left: 1em;
}
.page--audition .section--detail .block--inputfile {
  margin-top: 1em;
}
.page--audition .section--detail .block--inputfile .block--inputfile__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2em;
  border-bottom: 1px solid #ddd;
  padding: 1.2em 0;
}
.page--audition .section--detail .block--inputfile .block--inputfile__item span {
  width: 16em;
  font-size: 13px;
}
.page--audition .section--detail .block--inputfile .block--inputfile__item input[type=file] {
  color: #333;
}
.page--audition .section--detail .block--inputfile .block--inputfile__item .icon--required {
  display: inline-block;
  width: auto;
  font-size: 11px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--audition .section--detail .block--inputfile .block--inputfile__item .icon--required {
    margin-left: 0;
  }
}
.page--audition .section--detail .block--inputfile .block--inputfile__item .icon--required::before {
  font-size: 10px;
  padding: 2px 5px;
}
.page--audition .section--detail .block--inputfile .block--inputfile__item input {
  font-size: 14px;
  border: none;
  padding: 0;
}
.page--audition .section--detail .block--kiyaku,
.page--audition .section--detail .form--post__item,
.page--audition .section--detail .form--confirm > div {
  background: #fff;
  border-radius: 6px;
  padding: 1.5em 2.5em 1em;
  margin-bottom: 1em;
}
.page--audition .section--detail .form--confirm .tit-label,
.page--audition .section--detail .form--post__item .tit-label {
  font-weight: bold;
  font-size: 0.9em;
  margin: 1em 0 0.5em;
}
.page--audition .section--detail .form--confirm .block--category,
.page--audition .section--detail .form--post__item .block--category {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 1em;
  margin-bottom: 1em;
}
.page--audition .section--detail .form--post__item .btn {
  margin: 1em auto;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--audition .section--detail .form--post__item .btn .btn--sub {
    letter-spacing: 0;
    line-height: 1.5em;
  }
}
.page--audition .section--detail .form--post .form__radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}
.page--audition .section--detail .form--post .form__radio label p {
  font-size: 16px;
}
.page--audition .section--detail .form--post .form__checkbox label p {
  font-size: 16px;
}
.page--audition .section--detail .form--post .form--horizontal {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}
.page--audition .section--detail .form--post .form--horizontal span {
  display: inline-block;
}
.page--audition .section--detail .block--privacy {
  height: 20em;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 13px;
  line-height: 1.5;
}
.page--audition .section--detail .form--confirm {
  margin-bottom: 2em;
}
.page--audition .section--detail .form--confirm .btn--sub {
  margin: 0;
}
.page--audition .section--detail .form--confirm > div {
  padding-top: 1.25em;
  margin-bottom: 1em;
}
.page--audition .section--detail .form--confirm > div dt {
  font-weight: bold;
  font-size: 0.8em;
}
.page--audition .section--detail .form--confirm > div .block--photo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
}
.page--audition .section--detail .form--confirm > div dt:not(:first-child) {
  border-top: 1px solid #ddd;
  padding-top: 1em;
  margin-top: 1em;
}
.page--audition .section--detail .block--box {
  background: #fff;
  padding: 2em;
  border-radius: 10px;
  margin-bottom: 2em;
}
.page--audition .section--detail .block--box .txt--sub {
  margin-bottom: 1em;
}
.page--audition .section--detail .others .icon--required::before {
  content: "必須";
}

.page--support.section--detail .section-tit {
  text-align: center;
  font-weight: bold;
  position: static;
}
.page--support.section--detail .block--contents {
  padding: 0;
  background: none;
  border: none;
}
.page--support.section--detail .block--contents .block--contents__item {
  background: #fff;
  padding: 3em;
  border-radius: 32px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--support.section--detail .block--contents .block--contents__item {
    border-radius: 18px;
    padding: 2em 1.5em;
  }
}
.page--support.section--detail .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .page--support.section--detail .list--support a:hover {
    text-decoration: none;
  }
}
.page--support.section--detail .list--support dt {
  border-bottom: 1px solid;
  line-height: 1.5;
  margin-bottom: 1em;
}
.page--support.section--detail .list--support dd {
  margin-bottom: 3em;
}
.page--support.section--detail .list--support dd > ul > li + li, .page--support.section--detail .list--support dd > ol > li + li {
  margin-top: 1em;
}
.page--support.section--detail .list--support ul li, .page--support.section--detail .list--support ol li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.25em;
}
.page--support.section--detail .list--support ul > ul, .page--support.section--detail .list--support ul > ol, .page--support.section--detail .list--support ol > ul, .page--support.section--detail .list--support ol > ol {
  text-indent: 1em;
}
.page--support.section--detail.page--terms .section-tit {
  color: #fff;
}
.page--support.section--detail.page--terms .block--contents {
  background: #fff;
  padding: 6em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--support.section--detail.page--terms .block--contents {
    padding: 2em 1em;
  }
}

@keyframes kaiten {
  0% {
    transform: scaleX(1);
  }
  19.9% {
    transform: scaleX(-1);
  }
  20% {
    transform: scaleX(-1);
  }
  40% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}
dl.list--vertical {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid;
  padding: 16px 32px;
}

.list--indent li {
  text-indent: -0.5em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}

.horizontal {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}

.page--entry.section--detail h2.section-tit {
  color: #fff;
}
.page--entry.section--detail .block--contents {
  padding: 0;
  border: none;
  background: none;
}
.page--entry.section--detail .block--contents h2.section-tit {
  padding: 0 0 2em;
}
.page--entry.section--detail .block--contents > div.block--contents__item {
  background: #fff;
  padding: 3em;
  border-radius: 32px;
  margin-bottom: 5vw;
}
@media screen and (min-width: 961px) {
  .page--entry.section--detail .btn .btn--main {
    min-width: 30vw;
    height: 80px;
    line-height: 80px;
    font-size: 1.5em;
  }
}
.page--entry.section--detail .block--contents [class^=block--] {
  margin: 0 auto;
}
.page--entry.section--detail .block--contents [class^=block--] .block-tit {
  color: #0a1135;
  text-align: center;
  font-size: 1.4em;
  letter-spacing: 0.2em;
  border-bottom: 1px solid;
  padding-bottom: 0.8em;
  margin-bottom: 1.5em;
}
.page--entry.section--detail .block--contents [class^=block--] h4 {
  text-align: center;
  color: #fff;
  background: #042b7a;
  display: block;
  position: relative;
  padding: 1.2em 2em 1.2em 2em;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin: 0 auto 2em;
}
.page--entry.section--detail .block--contents [class^=block--] h4 span {
  display: inline-block;
}
.page--entry.section--detail .block--contents [class^=block--] .list--table > div {
  border-bottom: 1px dotted #d7d7d7;
  padding: 2em 0;
}
@media screen and (min-width: 961px) {
  .page--entry.section--detail .block--contents [class^=block--] .list--table > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
  }
  .page--entry.section--detail .block--contents [class^=block--] .list--table dt {
    width: 10em;
    font-weight: bold;
  }
  .page--entry.section--detail .block--contents [class^=block--] .list--table dd {
    width: calc(100% - 10em);
  }
}
.page--entry.section--detail .inner .block--contents .block--qualification {
  font-size: 16px;
  border-radius: 18px;
  background: #ebf0f4;
  padding: 4em;
  margin-bottom: 1em;
}
.page--entry.section--detail .inner .block--contents .block--qualification .term {
  margin-top: 3em;
}
@media screen and (min-width: 961px) {
  .page--entry.section--detail .inner .block--contents .block--qualification .term .txt--basic {
    text-align: center;
  }
}
.page--entry.section--detail .inner .block--contents .block--qualification .term dl.list--vertical {
  border: none;
  background: #0080ff;
  color: #fff;
  margin: 0 auto 1em;
}
@media screen and (min-width: 961px) {
  .page--entry.section--detail .inner .block--contents .block--qualification .term dl.list--vertical {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page--entry.section--detail .inner .block--contents .block--qualification .term dl.list--vertical dt {
  width: 6em;
}
.page--entry.section--detail .inner .block--contents .block--qualification .term dl.list--vertical dd {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
.page--entry.section--detail .inner .block--contents .block--item__sub {
  background: #fafafa;
  padding: 1em;
  margin: 0 auto 4vw;
}
.page--entry.section--detail .inner .block--contents .block--item__sub .list--indent li {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 0;
}
.page--entry.section--detail .inner .block--contents .block--step .block-tit {
  margin-bottom: 4em;
}
.page--entry.section--detail .inner .block--contents .block--step .block--item {
  margin-bottom: 15vw;
  position: relative;
}
.page--entry.section--detail .inner .block--contents .block--step .block--item::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: no-repeat center url(/static/produce101audition/assets_XN5fFHiC/img/feature/entry/arrow.png);
  background-size: contain;
  position: absolute;
  bottom: -10vw;
  left: calc(50% - 30px);
  animation: 2s kaiten ease-in-out infinite;
}
.page--entry.section--detail .inner .block--contents .block--step .block--item:last-of-type {
  margin-bottom: 0;
}
.page--entry.section--detail .inner .block--contents .block--step .block--item:last-of-type::after {
  display: none;
}
.page--entry.section--detail .inner .block--contents .block--terms dl dt {
  font-weight: bold;
}
.page--entry.section--detail .inner .block--contents .block--terms dl dd {
  margin-bottom: 1.5em;
}
.page--entry.section--detail .inner .block--contents .block--terms .list--support dt {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.page--entry.section--detail .inner .block--contents .block--terms .list--support dd {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 961px) {
  .page--entry.section--detail .inner .block--contents .block--entry .btn {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 961px) {
  .page--entry.section--detail .inner .block--contents > .block--entry .btn .btn--sub:hover {
    background: #fff;
    color: #042b7a;
  }
}

.page--faq .block--contents {
  background: none;
  color: #fff;
  padding-top: 0;
}

.list--accordion > div {
  background: #060a23;
  border: 1px solid;
  border-radius: 24px;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
  overflow: hidden;
}
.list--accordion dt {
  font-size: 16px;
  padding: 2em 4.5em 2em 2.5em;
  position: relative;
}
.list--accordion dt .new {
  display: inline-block;
  line-height: 28px;
  width: 60px;
  height: 26px;
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 800;
  background: no-repeat url(/static/produce101audition/assets_XN5fFHiC/img/cmn/bg__new.webp);
  background-size: cover;
  color: #0a1135;
  font-size: 13px;
  border-radius: 50%;
  text-align: center;
  letter-spacing: 0.1em;
  vertical-align: 1px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 3em;
  transform: translateY(-50%);
}
.list--accordion dt:has(.new) {
  padding-left: 8em;
}
.list--accordion dt::before, .list--accordion dt::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 2em;
  top: 50%;
  transform-origin: bottom;
  transition: 0.3s;
  transform: translateY(-50%);
}
.list--accordion dt::after {
  transform: scaleY(1) translateY(-50%) rotate(90deg);
}
.list--accordion dt.open::after {
  transform: scaleY(0) translateY(-50%) rotate(90deg);
}
.list--accordion dd {
  display: none;
  padding: 2em;
  border-top: 1px dotted;
}
.list--accordion dd .btn--sub {
  color: #fff;
  border-color: #fff;
}

.modaal-gallery-item img {
  max-height: 70vh;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: 0.3s;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn a, .btn input {
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s;
  }
  .btn .btn--main,
  .btn .btn--sub {
    min-width: 350px;
  }
  .box--main {
    padding: 100px 12vw;
  }
  .wrap {
    padding-bottom: 43vw;
  }
  body:not(.page--home) .wrap::before, body:not(.page--home) .wrap::after {
    height: calc(100% + 15vw);
    top: -15vw;
  }
  .section--list .inner, .section--detail .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 8vw 5vw;
  }
  .section--list .inner .block--contents, .section--detail .inner .block--contents {
    width: 100%;
    max-width: 1100px;
    border-radius: 32px;
    margin: 0 auto;
  }
  .section--list .inner .block--contents .area--pager, .section--detail .inner .block--contents .area--pager {
    padding: 3vw 0 0;
  }
  .page--info .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .list--information li a:hover {
    background: #fff;
    color: #060a23;
  }
  .detail__btn a,
  .list__more a {
    position: relative;
    padding: 0.5em 1.5em;
  }
  .detail__btn a::before,
  .list__more a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
    transition: transform 0.4s;
  }
  .detail__btn a:hover::before,
  .list__more a:hover::before {
    transform: translateY(-50%) scaleX(1);
    transform-origin: left;
  }
  .list--contents li a .thumb {
    overflow: hidden;
  }
  .list--contents li a .thumb::before {
    content: "";
    display: block;
    width: 90px;
    height: 110%;
    background: #fff;
    mix-blend-mode: plus-lighter;
    filter: blur(30px);
    transform: skew(-30deg) translateX(-30px);
    position: absolute;
    top: 0px;
    left: -50%;
    opacity: 0.2;
    pointer-events: none;
  }
  .list--contents li a:hover .thumb::before {
    transition: 0.5s ease-in-out;
    transform: skewX(-30deg) translateX(70vw);
  }
  .page--home #section--entry .block--entry .list__item a:hover {
    transform: matrix3d(1, 0, 0, -0.0002, 0, 1, 0, -0.0002, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  .page--faq .list--faq .btn .btn--sub:hover {
    background: #fff;
    color: #042b7a;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .btn--main,
  .btn--sub {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 480px) and (max-width: 961px) {
  .btn--main,
  .btn--sub {
    min-width: 50%;
    max-width: 400px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wrap::before, .wrap::after {
    width: 40vw;
    top: 300vw;
    opacity: 0.1;
  }
  .header {
    height: 90px;
    min-height: unset;
  }
  .header::before, .header::after {
    width: 42vw;
  }
  .header h1.logo {
    width: 57px;
    height: auto;
    transform: translate(-50%, calc(-50% - 2px));
    top: 55px;
  }
  .header h1.logo a img {
    height: auto;
  }
  .wovn-languages {
    top: 6vw;
    right: 6vw;
    transform: scale(0.9);
    transform-origin: right;
  }
  .wovn-languages .nav-dropdown .list--language li {
    margin: 0 auto 8px;
  }
  .wovn-languages #nav-current::before {
    top: 53%;
  }
  .wovn-languages .nav-dropdown {
    top: 57px;
    transform: none;
    left: unset;
    right: 0;
  }
  .date {
    font-size: 13px;
  }
  .tit {
    font-size: 15px;
  }
  .list--information li {
    border-radius: 18px;
  }
  .list--information li a {
    padding: 2em;
    display: block;
    border-radius: 18px;
  }
  .list--information li a .date {
    margin-bottom: 3px;
  }
  .list--information li.new a {
    padding-left: 2em;
  }
  .list--information li.new a::after {
    width: 56px;
    height: 30px;
    line-height: 32px;
    letter-spacing: 0.05em;
    font-size: 12px;
    top: -11px;
    left: -12px;
    transform: none;
  }
  .section--detail .list--contents,
  .section--list .list--contents,
  .list--contents {
    gap: 2em 1%;
  }
  .section--detail .list--contents li a .thumb,
  .section--list .list--contents li a .thumb,
  .list--contents li a .thumb {
    border-radius: 18px;
    margin-bottom: 5px;
  }
  .section--detail .list--contents li,
  .section--detail .list--contents > li,
  .section--list .list--contents li,
  .section--list .list--contents > li,
  .list--contents li,
  .list--contents > li {
    width: 49.5%;
  }
  .section--detail .list--contents li .tit,
  .section--detail .list--contents > li .tit,
  .section--list .list--contents li .tit,
  .section--list .list--contents > li .tit,
  .list--contents li .tit,
  .list--contents > li .tit {
    font-size: 11px;
    word-break: break-all;
  }
  .section--detail .list--contents li .list__detail,
  .section--detail .list--contents > li .list__detail,
  .section--list .list--contents li .list__detail,
  .section--list .list--contents > li .list__detail,
  .list--contents li .list__detail,
  .list--contents > li .list__detail {
    padding: 0 5px;
  }
  .list__more {
    text-align: center;
  }
  .list__more a {
    font-size: 1.1em;
    letter-spacing: 0.05em;
    padding: 1.5em;
  }
  body:not(.page--home) .wrap {
    padding-bottom: 0;
  }
  body:not(.page--home) .wrap #footer {
    position: relative;
  }
  body:not(.page--home) .section-tit {
    font-size: 5vw;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 9vw 5vw;
  }
  .section--list,
  .section--detail {
    padding-top: 0;
  }
  .section--list .inner,
  .section--detail .inner {
    padding: 0 5vw 8vw;
  }
  .section--list .list--information li,
  .section--detail .list--information li {
    margin-bottom: 1.5em;
  }
  .section--list .list--information li a .date,
  .section--detail .list--information li a .date {
    width: auto;
  }
  .section--list .block--share,
  .section--detail .block--share {
    font-size: 11px;
  }
  .section--list .block--share li a i,
  .section--detail .block--share li a i {
    font-size: 15px;
  }
  .section--list .area--pager,
  .section--detail .area--pager {
    padding: 10vw 0 0;
  }
  .section--detail .block--contents {
    padding: 2em;
    border-radius: 16px;
  }
  .section--detail .block--contents .tit {
    font-size: 1.2em;
  }
  .section--detail .block--contents .block--share li.share {
    font-size: 10px;
    line-height: 1;
    vertical-align: 1px;
  }
  .section--detail .block--contents .block--share li a i {
    font-size: 20px;
  }
  .block--pager li {
    font-size: 16px;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager__item--older {
    width: 2em;
  }
  .block--pager .pager__item--older span::after, .block--pager .pager__item--older a::after {
    right: 19px;
  }
  .block--pager .pager__item--newer span::after, .block--pager .pager__item--newer a::after {
    right: 10px;
  }
  #footer {
    width: 100%;
    height: auto;
    padding: 4em 5vw 2em;
    z-index: 9;
  }
  #footer.center {
    height: auto;
    padding: 10vw 10vw 5vw 10vw;
  }
  #footer .copyright {
    text-align: center;
    color: #fff;
  }
  #footer .copyright small {
    display: block;
    font-size: 10px;
    opacity: 0.8;
    transform: scale(0.9);
    padding-top: 1em;
  }
  #footer .block--link {
    margin-bottom: 16vw;
  }
  #footer .block--link .list__item a p {
    width: 100%;
    font-size: 11px;
    letter-spacing: 0.05em;
    padding: 1.2em 1.25em 1em;
    margin: 0;
  }
  #footer .nav--sns {
    margin-bottom: 8vw;
  }
  #footer .block--contact {
    text-align: center;
  }
  #footer .block--contact .btn {
    text-align: center;
  }
  .page--home #footer.center {
    padding-top: 20vw;
  }
  .page--home #section--hero .fv--logo {
    width: 65vw;
    height: 65vw;
  }
  .page--home #section--hero::before, .page--home #section--hero::after {
    background: repeat-y;
    background-size: contain;
  }
  .page--home #section--hero::before {
    width: 40vw;
    height: 300vw;
    background-image: url(/static/produce101audition/assets_XN5fFHiC/img/cmn/bg__left.webp);
    top: -28vw;
    left: -7vw;
  }
  .page--home #section--hero::after {
    width: 40vw;
    height: 300vw;
    background-image: url(/static/produce101audition/assets_XN5fFHiC/img/cmn/bg__right.webp);
    right: -16vw;
    top: -16vw;
  }
  .page--home #section--about {
    padding: 8vw 6vw 24vw;
    font-size: 4.5vw;
    letter-spacing: 0.01em;
  }
  .page--home #section--about .block--txt {
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .page--home #section--about .txt--large {
    font-size: 6vw;
  }
  .page--home #section--about .is-hidden {
    display: none;
  }
  .page--home #section--entry {
    padding: 0 8%;
    margin-bottom: 16vw;
  }
  .page--home #section--entry .block--entry {
    gap: 5vw 4%;
  }
  .page--home #section--entry .block--entry .list__item {
    width: 100%;
  }
  .page--home #section--entry .block--entry .list__item a {
    border-radius: 32px;
  }
  .page--home #section--information {
    padding: 0 8%;
  }
  .page--info div.wrap {
    padding-bottom: 96vw;
  }
  .page--info div.wrap footer#footer {
    position: absolute;
  }
  .page--info .section--detail .inner .block--contents .tit {
    font-size: 1.2em;
  }
  .page--info .section--detail .inner .block--contents .block--txt {
    padding-top: 0;
  }
  .page--info .section--detail .inner .block--contents .area--pager {
    padding: 7vw 0 0;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  body .modaal-inner-wrapper {
    top: 0;
  }
  .page--support.section--detail .list--support a {
    text-decoration: underline;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 961px) {
  .page--support.section--detail .list--support a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--support.section--detail .list--support dt {
    border-bottom: 1px solid;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .page--support.section--detail .list--support dd {
    margin-bottom: 3em;
  }
  .page--support.section--detail .detail__btn {
    width: 100%;
    padding: 5vw 0 0 0;
    left: 0;
  }
  dl.list--vertical {
    display: block;
    text-align: center;
    padding: 1em;
  }
  .list--indent li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.5em;
  }
  .page--entry.section--detail .block--contents {
    padding: 0;
    border: none;
    background: none;
  }
  .page--entry.section--detail .block--contents h2.section-tit {
    padding: 6vw 0 2em;
  }
  .page--entry.section--detail .block--contents > div.block--contents__item {
    padding: 1.2em;
    border: none;
    margin-bottom: 15vw;
    overflow: hidden;
  }
  .page--entry.section--detail .btn .btn--sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 1.5em;
  }
  .page--entry.section--detail .block--contents [class^=block--] {
    margin: 0 auto;
  }
  .page--entry.section--detail .block--contents [class^=block--] .block-tit {
    font-size: 1.2em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }
  .page--entry.section--detail .block--contents [class^=block--] .list--table > div {
    padding: 1.25em 0;
  }
  .page--entry.section--detail .block--contents [class^=block--] .list--table dt {
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .page--entry.section--detail .inner .block--contents .block--qualification {
    font-size: 15px;
    padding: 1em;
    margin-bottom: 2em;
  }
  .page--entry.section--detail .inner .block--contents .block--qualification .term {
    margin-top: 2em;
  }
  .page--entry.section--detail .inner .block--contents .block--qualification .term dl.list--vertical {
    width: 100%;
    flex-wrap: wrap;
    padding: 1.5em 0.5em;
  }
  .page--entry.section--detail .inner .block--contents .block--qualification .term dl.list--vertical dt {
    width: 100%;
  }
  .page--entry.section--detail .inner .block--contents .block--qualification .term dl.list--vertical dd {
    width: 100%;
    font-size: 4vw;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .page--entry.section--detail .inner .block--contents .block--item__sub {
    padding: 1em;
    margin: 0 auto 10vw;
  }
  .page--entry.section--detail .inner .block--contents .block--item__sub .list--indent li {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 0;
  }
  .page--entry.section--detail .inner .block--contents .block--step .block-tit {
    margin-bottom: 2em;
  }
  .page--entry.section--detail .inner .block--contents .block--step .block--item {
    margin-bottom: 30vw;
  }
  .page--entry.section--detail .inner .block--contents .block--step .block--item::after {
    width: 40px;
    height: 40px;
    bottom: -20vw;
    left: calc(50% - 20px);
  }
  .page--entry.section--detail .inner .block--contents .block--terms dl dt {
    font-weight: bold;
  }
  .page--entry.section--detail .inner .block--contents .block--terms dl dd {
    margin-bottom: 1em;
  }
  .page--entry.section--detail .inner .block--contents .block--terms .list--support dt {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
  .page--entry.section--detail .inner .block--contents .block--terms .list--support dd {
    margin-bottom: 2em;
  }
  .page--faq .block--contents {
    padding: 0;
  }
  .list--accordion > div {
    border-radius: 16px;
  }
  .list--accordion dt {
    padding: 1.5em 3.5em 1.5em 1.5em;
  }
  .list--accordion dt .new {
    width: 40px;
    height: 19px;
    font-size: 10px;
    line-height: 22px;
    left: 1.5em;
  }
  .list--accordion dt:has(.new) {
    padding-left: 5em;
  }
  .list--accordion dt::before, .list--accordion dt::after {
    width: 1.25em;
    right: 1.5em;
  }
  .list--accordion dd {
    font-size: 16px;
    padding: 1.5em;
  }
}
/*  sp only
------------------------------ */
@media screen and (max-width: 499px) {
  .wrap .section--detail .horizontal {
    display: block;
  }
  .page--entry.section--detail .block--contents [class^=block--] h4 {
    padding: 0.8em 2.2em 0.9em 2.5em;
    font-size: 1.1em;
    opacity: 1;
    transition: 0.6s;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 500px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .wrap {
    padding-bottom: 23em;
  }
  .wovn-languages {
    transform: scale(1);
    top: 29px;
  }
  .tit {
    font-size: 16px;
    line-height: 1.5;
  }
  #footer .block--link .list__item a p {
    font-size: 13px;
  }
  .section--list .inner, .section--detail .inner {
    padding: 0 10vw 10vw;
  }
  .section--list .area--pager, .section--detail .area--pager {
    padding: 10vw 0 0;
  }
  .section--detail .block--contents {
    padding: 3em;
  }
  body:not(.page--home) .section-tit {
    font-size: 3vw;
    padding: 7vw 5vw;
  }
  .page--home #section--hero .fv--logo {
    width: 55vw;
    height: 55vw;
  }
  .page--home #section--about .block--txt {
    font-size: 3.2vw;
  }
  .page--home #section--entry {
    padding: 0 16%;
  }
  dl.list--vertical {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid;
    padding: 16px 32px;
  }
  .page--entry.section--detail .block--contents > div.block--contents__item {
    padding: 2.5em;
    margin-bottom: 10vw;
  }
  .page--entry.section--detail .btn .btn--sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 1.5em;
  }
  .page--entry.section--detail .block--contents [class^=block--] {
    margin: 0 auto;
  }
  .page--entry.section--detail .block--contents [class^=block--] .block-tit {
    font-size: 1.2em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }
  .page--entry.section--detail .block--contents [class^=block--] h4 {
    font-size: 1.8vw;
  }
  .page--entry.section--detail .block--contents [class^=block--] .list--table > div {
    padding: 1.25em 0;
  }
  .page--entry.section--detail .block--contents [class^=block--] .list--table dt {
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .page--entry.section--detail .inner .block--contents .block--qualification {
    font-size: 13px;
    padding: 1em;
    margin-bottom: 1em;
  }
  .page--entry.section--detail .inner .block--contents .block--qualification .term {
    margin-top: 2em;
  }
  .page--entry.section--detail .inner .block--contents .block--qualification .term .txt--basic {
    text-align: center;
  }
  .page--entry.section--detail .inner .block--contents .block--qualification .term dl.list--vertical {
    border: none;
    margin: 0 auto 1em;
    width: 37em;
  }
  .page--entry.section--detail .inner .block--contents .block--qualification .term dl.list--vertical dt {
    width: 6em;
  }
  .page--entry.section--detail .inner .block--contents .block--qualification .term dl.list--vertical dd {
    width: calc(100% - 5em);
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
  }
  .page--entry.section--detail .inner .block--contents .block--item__sub {
    padding: 1em;
    margin: 0 auto 5vw;
  }
  .page--entry.section--detail .inner .block--contents .block--item__sub .list--indent li {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 0;
  }
  .page--entry.section--detail .inner .block--contents .block--step .block-tit {
    margin-bottom: 3em;
  }
  .page--entry.section--detail .inner .block--contents .block--step .block--item {
    margin-bottom: 15vw;
    overflow: visible;
  }
  .page--entry.section--detail .inner .block--contents .block--step .block--item::after {
    bottom: -10vw;
  }
  .page--entry.section--detail .inner .block--contents .block--terms {
    margin-top: 5vw;
  }
  .page--entry.section--detail .inner .block--contents .block--terms dl dt {
    font-weight: bold;
  }
  .page--entry.section--detail .inner .block--contents .block--terms dl dd {
    margin-bottom: 1em;
  }
  .page--info div.wrap {
    padding-bottom: 60vw;
  }
  .page--info div.wrap .section--detail .inner .block--contents .area--pager {
    font-size: 2.3vw;
  }
  .page--support.section--detail.page--terms .block--contents {
    padding: 3em 2em;
  }
  .page--faq .block--contents {
    padding: 0;
  }
}