@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
* ============================================================ */
/* common.scss
============================== */
html, body {
  height: 100%;
}

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

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

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

.svg-symbol {
  display: none !important;
}

svg {
  width: 100%;
  height: 100%;
}

.content-main {
  background-color: #fff;
}

.body--app a {
  -webkit-touch-callout: none !important;
}

.block--pager {
  font-size: 13px;
  padding: 0;
  margin-left: 0;
  position: relative;
  top: 5vw;
  left: -12px;
}
.block--pager li {
  display: inline-block;
  width: 2em;
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  padding: 0.6em;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager a {
  display: block;
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .block--pager a {
    transition: 0.1s;
  }
  .block--pager a:hover svg {
    fill: #090996;
  }
}
.block--pager .pager__item--number {
  text-align: center;
  color: #000;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.block--pager .pager__item--newer svg {
  width: 13px;
  height: 12px;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: left;
  position: relative;
}
.block--pager .pager__item--newer a svg, .block--pager .pager__item--newer span svg {
  transform: rotate(180deg);
}
.block--pager .pager__item--newer span:not(.arrow) {
  opacity: 0.2;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older svg {
  width: 13px;
  height: 12px;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: right;
  position: relative;
}
.block--pager .pager__item--older span:not(.arrow) {
  opacity: 0.2;
}
.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 {
    opacity: 0.5;
  }
}
.block--pager .pager__item--current {
  position: relative;
  font-weight: 600;
}

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

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

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* image */
.ph, .thumb {
  position: relative;
  line-height: 0;
  font-size: 0;
}
.ph img, .thumb img {
  width: 100%;
  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;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  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;
}

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

.swiper-pagination-bullet {
  border-radius: 0;
  height: 1px;
  transform-origin: top;
  transition: 0.25s;
}
@media screen and (min-width: 961px) {
  .swiper-pagination-bullet {
    width: 3px;
    height: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .swiper-pagination-bullet {
    width: 2px;
    height: 10px;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scaleY(2.5);
}

.swiper-pagination {
  height: 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .swiper-pagination {
    height: 30px;
  }
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}

.page--home .slick-next,
.page--home .slick-prev,
.swiper-button-prev,
.swiper-button-next {
  display: inline-block;
  margin-top: 0;
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--home .slick-next,
  .page--home .slick-prev,
  .swiper-button-prev,
  .swiper-button-next {
    width: 12px;
    height: 12px;
    top: 9px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .slick-next,
  .page--home .slick-prev,
  .swiper-button-prev,
  .swiper-button-next {
    width: 7px;
    height: 7px;
    top: 6px;
  }
}
.page--home .slick-next::after,
.page--home .slick-prev::after,
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: block;
  background: none;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
@media screen and (min-width: 961px) {
  .page--home .slick-next::after,
  .page--home .slick-prev::after,
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 9px;
    height: 9px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .slick-next::after,
  .page--home .slick-prev::after,
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (min-width: 961px) {
  .page--home .slick-next:hover::after,
  .page--home .slick-prev:hover::after,
  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after {
    border-color: #090996;
  }
}

.swiper-pagination {
  display: inline-block;
  margin-right: 1vw;
  position: relative;
  top: 3px;
}

.block--navigator {
  display: inline-block;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: inherit;
  left: 0;
}

.swiper-button-prev:after {
  transform: rotate(-135deg);
}

.swiper-pagination-bullet {
  background: #000;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.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: #888;
}

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

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

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

/* 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 {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em;
  border-radius: 5px;
  border-radius: 0;
  border: 1px solid #999999;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    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-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
@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: #dbdcde;
}

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

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em;
  border-radius: 5px;
  height: 10em;
  border-radius: 0;
  border: 1px solid #999999;
  background: #f7f7f7;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
@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 #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em;
  border-radius: 5px;
  padding-right: 2.3em;
  border: 1px solid #999999;
  padding: 0.5em 2.8em 0.5em 1em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    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-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
@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 #000;
  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 {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    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-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
.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 #000;
  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 #000;
  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,
.form--confirm {
  margin: 2em auto 4em;
}
.form--comfirm dt,
.form--confirm dt {
  opacity: 0.5;
}
.form--comfirm dd,
.form--confirm dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    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-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
.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 #000;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #000;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    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-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
.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: #000;
  border-color: #000;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

.btn {
  text-align: center;
}

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

.btn--main {
  background: #090996;
  color: #fff;
  height: inherit !important;
  font-weight: 500;
  line-height: inherit !important;
  padding: 20px;
  margin: 0.25em 0;
}
@media screen and (min-width: 961px) {
  .btn--main {
    transition: 0.3s;
  }
  .btn--main:hover {
    color: #fff;
    background: #000;
  }
}

.btn input.btn--main {
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .btn input.btn--main {
    transition: 0.3s;
  }
  .btn input.btn--main:hover {
    color: #fff;
    background: #000;
  }
}

.btn--sub {
  font-weight: 500;
  color: #090996;
  border: 1px solid #090996;
  margin: 1em 0;
}
@media screen and (min-width: 961px) {
  .btn--sub:hover {
    background: #090996;
    color: #fff;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .btn--sub {
    min-width: 30%;
  }
}

.detail__btn a {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.detail__btn a .arrow {
  display: block;
  transform: rotate(180deg);
  position: absolute;
  left: 0;
}

.date, .category {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.category {
  margin-left: 0.5em;
}

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

.list__more,
.detail__btn {
  display: inline-block;
  position: relative;
}
.list__more a,
.detail__btn a {
  display: block;
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  padding: 2em 8em 2em 0;
  position: relative;
}
.list__more a .arrow,
.detail__btn a .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7em;
  height: 4em;
  position: absolute;
  right: 0;
  top: 0.5em;
}
.list__more a .arrow::before, .list__more a .arrow::after,
.detail__btn a .arrow::before,
.detail__btn a .arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid;
  border-radius: 80%;
  position: absolute;
  transform: rotate(-16deg);
}
.list__more a .arrow::after,
.detail__btn a .arrow::after {
  transform: rotate(-32deg);
}
.list__more a .arrow svg,
.detail__btn a .arrow svg {
  width: 14px;
  height: 12px;
}
@media screen and (min-width: 961px) {
  .list__more a:hover,
  .detail__btn a:hover {
    color: #090996;
  }
  .list__more a:hover svg,
  .detail__btn a:hover svg {
    fill: #090996;
  }
}

.detail__btn a {
  padding: 1.2em 0em 1.5em 5.5em;
  font-size: 12px;
}
.detail__btn a .arrow {
  width: 4.5em;
  height: 2.6em;
}
.detail__btn a .arrow svg {
  width: 12px;
  height: 10px;
}

.list--information li a {
  display: block;
  padding: 1em 2em 1em 0;
  position: relative;
}
.list--information li a .category, .list--information li a .date {
  display: inline-block;
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0.7em;
}
.list--information li a .date {
  font-size: 13px;
}
.list--information li a .tit {
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 961px) {
  .list--information li a:hover {
    color: #090996;
  }
}
.list--information li.new .tit::after {
  content: "NEW";
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
  color: #090996;
  line-height: 1;
  margin-left: 0.5em;
}
.list--information li.no-data {
  padding: 10px 0 !important;
  background: none;
}

.list--schedule li a {
  display: block;
}
@media screen and (min-width: 961px) {
  .list--schedule li a:hover {
    color: #090996;
  }
  .list--schedule li a:hover::before, .list--schedule li a:hover::after {
    background: #090996 !important;
  }
}
.list--schedule .category {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.list--schedule .year,
.list--schedule .date {
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.list--contents > li {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05), opacity 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
}
.list--contents > li.started {
  transform: translateY(0);
  opacity: 1;
}
.list--contents > li a {
  display: block;
  position: relative;
}
.list--contents > li a .tit {
  position: relative;
}
.list--contents > li a .date {
  font-size: 12px;
}
.list--contents > li.no-data {
  background: #dbdcde;
  font-weight: 500;
  text-align: center;
  padding: 8em;
}
.list--contents > li .tit {
  padding-right: 1em;
}
.list--contents > li .thumb {
  line-height: 1;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
}
.list--contents > li .thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 97%;
  position: absolute;
  border: 1px solid #dbdcde;
  border-radius: 50%;
  transform: rotate(-6deg);
  z-index: 5;
  top: -1em;
  pointer-events: none;
  opacity: 0.6;
}
@media screen and (min-width: 961px) {
  .list--contents > li .thumb::before {
    display: none !important;
  }
}
.list--contents > li .thumb img {
  display: block;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

.list--contents li.new a .tit::after {
  content: "NEW";
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  display: inline-block;
  font-size: 0.9em;
  color: #090996;
  line-height: 1;
  margin-left: 0.5em;
}

.list--video li a {
  display: block;
  position: relative;
}
.list--video li a .thumb {
  border-radius: 50%;
}

.list--profile {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list--profile li {
  width: 20%;
  margin-bottom: 2em;
}
.list--profile li a {
  display: block;
  padding-bottom: 10px;
  position: relative;
}
.list--profile li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list--profile li a .thumb {
  line-height: 0;
  margin-bottom: 10px;
}
.list--profile li a .thumb img {
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}
.list--profile li a .name {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .list--profile li a .thumb {
    transition: 0.2s;
    overflow: hidden;
  }
  .list--profile li a:hover .thumb {
    border-radius: 50%;
  }
  .list--profile li a:hover::after {
    background: #090996;
  }
  .list--profile li a:hover .name {
    color: #090996;
  }
}
.list--profile .list--profile__item.zb1 > span {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  transform: translate(50%, 50%);
  left: -50%;
  top: -50%;
  opacity: 0.6;
}
.list--profile .list--profile__item.zb1 > span svg {
  width: 5.5vw;
  height: 5.5vw;
  fill: #dbdcde;
}

.list--blog {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.list--blog li a .thumb {
  aspect-ratio: 1/1;
  background-color: #dbdcde;
}
.list--blog li a .thumb::after {
  display: none;
}
.list--blog li a .thumb img {
  background-size: contain;
  position: relative;
  z-index: 1;
}
.list--blog li a .thumb img.blur {
  position: absolute;
  z-index: 0;
}
.list--blog li a .thumb img.thumb-none {
  background-image: url(/static/zbone/common/zb1--logo.svg);
  background-size: 30%;
  opacity: 0.05;
}

.list--qa li {
  margin-bottom: 20px;
}
.list--qa li .tit {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  line-height: 1.8em;
  padding-top: 0.3em;
  letter-spacing: 0.08em;
  word-break: break-all;
}
.list--qa li.new a .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 0.9em;
  color: #090996;
  line-height: 1;
  margin-left: 0.5em;
}
.list--qa li a .list__txt {
  position: relative;
  padding-left: 2em;
}
.list--qa li a .list__txt i {
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  display: inline-block;
  font-size: 2.2em;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}

.list--error li {
  color: #c4083a;
  font-weight: bold;
  margin: 0 0 0.3em;
  line-height: 1.8;
}
.list--error li:last-child {
  margin-bottom: 0;
}

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

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

.list--sns {
  display: flex;
  justify-content: flex-end;
  gap: 0 0.5em;
}
.list--sns img,
.list--sns span {
  display: none;
}

.list--login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2em;
}
.list--login li a {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
}
.list--login a:hover .arrow {
  transform: translate(5px, -5px);
}

.icon--arrow span.arrow {
  display: inline-block;
  transform-origin: right top;
  transition: 0.3s;
}
.icon--arrow span.arrow svg {
  width: 0.9em;
  height: 0.9em;
  transform: rotate(-45deg);
  margin-left: 0.2em;
}

@supports not (aspect-ratio: 16/9) {
  .list--contents li .thumb,
  .list--contents .block__item .thumb {
    aspect-ratio: initial;
    padding-top: 56.25%;
  }
  .list--contents li .thumb img,
  .list--contents .block__item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--home .section--movie .block .thumb,
  .page--home .section--gallery .block .thumb {
    padding-top: 56.25%;
  }
  .page--home .section--movie .block .thumb img,
  .page--home .section--gallery .block .thumb img {
    aspect-ratio: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@supports not (aspect-ratio: 1/1) {
  .list--discography li .thumb,
  .page--photo .list--contents li .thumb {
    aspect-ratio: initial;
    padding-top: 0;
  }
  .list--discography li .thumb::after,
  .page--photo .list--contents li .thumb::after {
    display: none;
  }
  .list--discography li .thumb img,
  .page--photo .list--contents li .thumb img {
    position: relative;
    top: 0;
    left: 0;
  }
  .list--blog li .thumb {
    aspect-ratio: initial;
    padding-top: 0;
  }
  .list--blog li .thumb::after {
    display: none;
  }
  .list--blog li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.block--grid-line {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
}
.block--grid-line .glid__line::before,
.block--grid-line .glid__line::after, .block--grid-line::before, .block--grid-line::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #dbdcde;
  position: absolute;
  top: 0;
  opacity: 0.6;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .block--grid-line::before {
    left: 3vw;
  }
  .block--grid-line::after {
    right: 3vw;
  }
  .block--grid-line .glid__line {
    width: calc((100% - 6vw) / 4);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--grid-line::before {
    left: 4vw;
  }
  .block--grid-line::after {
    right: 4vw;
  }
  .block--grid-line .glid__line {
    width: calc((100% - 8vw) / 4);
  }
}
.block--grid-line .glid__line {
  height: 100%;
  position: relative;
}
.block--grid-line .glid__line::after {
  display: none;
}
.block--grid-line .glid__line::after {
  right: 0;
}
.block--grid-line .glid__line::before {
  left: 0;
}
.block--grid-line .glid__line:last-of-type::after {
  display: block;
  right: 0;
}

.header {
  position: absolute;
}
.header .logo {
  width: 26vw;
  height: 6.7vw;
  position: fixed;
  z-index: 1;
  left: 3.5vw;
  top: 4vw;
  z-index: 1001;
}
.header .logo a {
  display: block;
  height: 100%;
  line-height: 0;
}
.header .logo a svg {
  height: 100%;
  width: 100%;
  fill: #fff;
}
.header .drawer__btn {
  width: min(10vw, 100px);
  height: 40px;
  top: 2vw;
  position: fixed;
  right: 3vw;
  z-index: 1001;
  cursor: pointer;
  mix-blend-mode: difference;
}
.header .drawer__btn .drawer__btn__item {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.header .drawer__btn .drawer__btn__item:nth-child(1) {
  top: 11px;
  transform-origin: center;
}
.header .drawer__btn .drawer__btn__item:nth-child(2) {
  top: 20px;
  transform-origin: right;
}
.header .drawer__btn .drawer__btn__item:nth-child(3) {
  top: 29px;
  transform-origin: center;
}

@media screen and (min-width: 961px) {
  body:not(.drawer-visible, .drawer--close) .drawer__btn {
    transition: 0.3s;
  }
  body:not(.drawer-visible, .drawer--close) .drawer__btn:hover .drawer__btn__item {
    animation: line 0.6s;
  }
  body:not(.drawer-visible, .drawer--close) .drawer__btn:hover .drawer__btn__item:nth-child(2) {
    animation-delay: 0.1s;
  }
  body:not(.drawer-visible, .drawer--close) .drawer__btn:hover .drawer__btn__item:nth-child(3) {
    animation-delay: 0.18s;
  }
}
.content--main {
  position: relative;
  z-index: 2;
}

.drawer {
  width: calc((100% - 6vw) * 3 / 4 + 3vw);
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  transform-origin: top;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.drawer .header__inner {
  height: 100%;
  padding: 5vw 0;
  overflow-y: scroll;
  position: relative;
  display: flex;
  align-items: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.drawer .header__inner::-webkit-scrollbar, .drawer .header__inner::-webkit-scrollbar {
  display: none;
}
.drawer .block--menu {
  position: relative;
}
.drawer .block--menu li a {
  display: block;
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 3vw;
  letter-spacing: 0.01em;
  padding: 0.2em 0;
}
.drawer .g-nav {
  opacity: 0;
  color: #090996;
  transition: opacity 0.3s;
}
.drawer .g-nav .tit--label {
  width: 23.5vw;
  font-family: "ivymode", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: right;
  font-size: 0.95vw;
  letter-spacing: 0.2em;
  position: relative;
  left: 0.2em;
  margin-bottom: 0.8vw;
}
.drawer .g-nav > ul,
.drawer .g-nav .block--nav-fc > ul {
  left: 23.5vw;
  position: relative;
  width: 47vw;
  display: flex;
  flex-wrap: wrap;
}
.drawer .g-nav > ul > li,
.drawer .g-nav .block--nav-fc > ul > li {
  width: 50%;
}
.drawer .g-nav > ul > li a,
.drawer .g-nav .block--nav-fc > ul > li a {
  color: #090996;
}
.drawer .g-nav .list--sns {
  justify-content: space-between;
  flex-wrap: unset;
  gap: 0 1em;
  width: 23.5vw;
  margin-top: 1vw;
  margin-bottom: 6vw;
}
.drawer .g-nav .list--sns li {
  width: auto;
}
.drawer .g-nav .list--sns li a {
  font-size: min(2vw, 18px);
}
.drawer .g-nav .list--sns li a img {
  display: block;
  width: min(2vw, 22px);
}
.drawer .g-nav .block--nav-fc {
  position: relative;
}
.drawer .g-nav .block--nav-fc::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  background: #090996;
  position: absolute;
  left: 23.5vw;
  top: -5.5vw;
}
.drawer .g-nav .block--nav-fc .g-nav__login li {
  width: auto;
  position: relative;
  margin-bottom: 1vw;
}
.drawer .g-nav .block--nav-fc .g-nav__login li a {
  font-size: 2vw;
}
.drawer .g-nav .block--nav-fc .g-nav__login li.item__login {
  padding-left: 2em;
}
.drawer .g-nav .block--nav-fc .g-nav__login li.item__login::after {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background: #090996;
  position: absolute;
  left: 0.85em;
  top: calc(50% - 10.5px);
  transform: rotate(35deg);
}
.drawer .block--grid-line {
  width: 100%;
  position: absolute;
}
.drawer .block--grid-line::before, .drawer .block--grid-line::after,
.drawer .block--grid-line .glid__line::before,
.drawer .block--grid-line .glid__line::after {
  background: #bbbfc7;
}
.drawer .block--grid-line .glid__line, .drawer .block--grid-line::before, .drawer .block--grid-line::after {
  width: 23.5vw;
  position: absolute;
  top: -120%;
  background: #dbdcde;
  opacity: 1;
  transition: top 0.3s;
}
.drawer .block--grid-line .glid__line:first-of-type, .drawer .block--grid-line::before:first-of-type, .drawer .block--grid-line::after:first-of-type {
  display: none;
}
.drawer .block--grid-line::before {
  left: 0;
}
.drawer .block--grid-line .glid__line:nth-of-type(2) {
  left: 23.5vw;
}
.drawer .block--grid-line .glid__line:last-of-type {
  right: 3vw;
}
.drawer .block--grid-line::after {
  width: 3vw;
  right: 0;
}
.drawer .drawer-inner {
  position: relative;
}

.list--nav {
  text-align: center;
}
.list--nav li {
  display: inline-block;
}

.list--tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  flex-wrap: wrap;
  margin-bottom: 8vw;
}
@media screen and (min-width: 961px) {
  .list--tag {
    margin-bottom: 40px;
  }
  .list--tag li a:hover {
    background: #000;
    color: #fff;
  }
}
.list--tag li a {
  display: block;
  line-height: 1;
  font-size: 12px;
  border-radius: 2em;
  padding: 0.5em 0.7em;
  border: 1px solid;
}

.drawer-visible {
  opacity: 1;
  pointer-events: auto;
  overflow: hidden;
}
.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
}
.drawer-visible .drawer .block--grid-line .glid__line, .drawer-visible .drawer .block--grid-line::before, .drawer-visible .drawer .block--grid-line::after {
  top: 0%;
}
.drawer-visible .drawer .g-nav {
  opacity: 1;
  transition-delay: 0.5s;
}
.drawer-visible .drawer .block--grid-line::before {
  transition-delay: 0s;
}
.drawer-visible .drawer .block--grid-line .glid__line:nth-of-type(2) {
  transition-delay: 0.1s;
}
.drawer-visible .drawer .block--grid-line .glid__line:last-of-type {
  transition-delay: 0.2s;
}
.drawer-visible .drawer .block--grid-line::after {
  transition-delay: 0.3s;
}
.drawer-visible #drawer__btn {
  mix-blend-mode: unset;
}
.drawer-visible #drawer__btn .drawer__btn__item {
  background: #090996;
}
.drawer-visible #drawer__btn .drawer__btn__item:nth-of-type(1) {
  transform: rotate(15deg);
  top: 20px;
}
.drawer-visible #drawer__btn .drawer__btn__item:nth-of-type(2) {
  transform: scaleX(0);
  transform-origin: left;
}
.drawer-visible #drawer__btn .drawer__btn__item:nth-of-type(3) {
  top: 20px;
  transform: rotate(-15deg);
}
.drawer-visible #tubular-container,
.drawer-visible #bg-area {
  opacity: 0;
}
.drawer-visible .content--main {
  filter: blur(30px);
  transform: scale(1.2);
}

.blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1.5);
  will-change: filter;
  z-index: 0;
}

.footer {
  padding: 0 0 5vw;
  position: absolute;
  z-index: 1;
}
.footer .block--grid-line {
  position: absolute;
  pointer-events: none;
  top: 0;
}
.footer .block--grid-line .glid__line::before, .footer .block--grid-line .glid__line::after, .footer .block--grid-line::before, .footer .block--grid-line::after {
  background: #b9d2f5;
  opacity: 0.2;
}
.footer .inner {
  padding: 0 3vw 0 0;
  width: 50%;
  margin-left: 50%;
}
.footer .inner .footer--logo svg {
  fill: #fff;
}
.footer .inner .footer--nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1em;
}
.footer .inner .footer--nav > ul {
  width: 50%;
  position: relative;
  padding-top: 30px;
}
.footer .inner .footer--nav > ul::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
}
.footer .inner .footer--nav > ul li {
  font-size: 12px;
  margin-bottom: 0.8em;
}
.footer .copyright {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  transform-origin: left;
  transform: scale(0.9);
  opacity: 0.5;
  margin-left: 50%;
  margin-top: 4em;
}

.wovn-languages {
  color: #fff;
  mix-blend-mode: difference;
  font-size: 10px;
  position: absolute;
  z-index: 2;
  width: 190px;
  height: 35px;
  border-bottom: 1px solid;
  cursor: pointer;
}
.wovn-languages::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  border: 0px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  z-index: 10;
}
.wovn-languages .langIcon {
  display: block;
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  width: 6em;
  height: 1em;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1;
  opacity: 0.5;
  transform: translateY(-50%);
}
.wovn-languages .nav-dropdown {
  position: absolute;
  top: 50%;
  left: 7em;
  line-height: 1.4;
  text-align: left;
  z-index: 2;
  transform: translateY(-50%);
}
.wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 0;
  text-align: left;
  padding: 0;
}
.wovn-languages .nav-dropdown .list--language li::after {
  content: none;
}
.wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  order: -1;
}
.wovn-languages.visible::before {
  content: none;
}
.wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  border: none;
  color: #090996;
  top: 0;
  transform: translateY(0);
  background: #dbdcde;
  padding: 10px 10px 0;
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .wovn-languages.visible .nav-dropdown {
    left: 21px;
  }
}
.wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
  transition: opacity 0.4s;
  margin-bottom: 10px;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: transparent;
  padding: 0;
  opacity: 0.5;
  transition: none;
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .wovn-languages.visible .nav-dropdown .list--language li.selected {
    margin-bottom: 14px;
  }
}

.wrap {
  min-height: 100%;
  position: relative;
  background: #fff;
}
.wrap:has(.section--detail) .footer .block--grid-line .glid__line:last-of-type,
.wrap:has(.section--detail) #grid .glid__line:last-of-type {
  opacity: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wrap:has(.section--detail) #grid .glid__line:first-of-type {
    opacity: 0;
  }
}

.section-tit,
.block-tit {
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 1;
  font-size: 6vw;
}

.section--detail .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 0.6em;
  color: #090996;
  line-height: 1;
  margin-left: 0.2em;
}
.section--detail .date,
.section--detail .category {
  display: inline-block;
  font-size: 12px;
}
.section--detail .tit {
  line-height: 1.8;
  font-size: 1.4em;
}
.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: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: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  margin-right: 10px;
  letter-spacing: 0.025em;
}
.section--detail .block--title {
  padding: 0 1em;
}
.section--detail .detail__btn {
  margin-top: 60px;
}

.page--home .header .logo {
  width: 19vw;
  position: absolute;
  top: 2vw;
  mix-blend-mode: difference;
}
.page--home .footer {
  background: #090996;
  color: #fff;
  position: relative;
  z-index: 2;
}
.page--home .footer a {
  color: #fff;
}
@media screen and (min-width: 961px) {
  .page--home .footer a {
    transition: 0.3s;
  }
  .page--home .footer a:hover {
    opacity: 0.5;
  }
}
.page--home .drawer__btn {
  transform-origin: left;
  transform: scaleX(1.5);
  transition: transform 0.3s;
}
.page--home.drawer-visible .drawer__btn {
  transform: scaleX(1);
}
.page--home.scrolling .drawer__btn {
  transform: scaleX(1);
}
.page--home #tubular-container {
  height: 100vh;
}
.page--home #tubular-container #tubular-player {
  transform: scale(1.3);
}
.page--home .block--bg--img__blur {
  width: 100%;
  height: 100%;
  filter: blur(30px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.page--home :where([class^=section--]) {
  position: relative;
  z-index: 5;
}
.page--home :where([class^=section--]).delighter {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.4s;
}
.page--home :where([class^=section--]).started {
  opacity: 1;
  transform: translateY(0);
}
.page--home .birthday-message {
  width: 100%;
  margin: 0 auto;
  padding: 0 3vw;
}
.page--home .birthday-message a {
  display: block;
  width: 50%;
  text-align: center;
  background: #090996;
  color: #fff;
  padding: 4vw 30px;
  margin: 0 auto 7vw;
  position: relative;
  transition: 0.3s;
  z-index: 10;
}
@media screen and (min-width: 961px) {
  .page--home .birthday-message a:hover {
    background: #000;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .birthday-message a {
    width: 80%;
    border-radius: 7em;
    line-height: 1.5;
    padding: 4vw 1em;
  }
}
.page--home .area--top--main {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.page--home .area--top--main #grid--home {
  position: absolute;
  top: 0;
  left: 0;
}
.page--home .wovn-languages {
  z-index: 100;
  border-bottom-width: 1px;
  position: absolute;
  top: calc(100vh - 7.5vw);
  left: 4vw;
  mix-blend-mode: unset;
}
.page--home .wovn-languages.visible .nav-dropdown {
  top: -9.5em;
}
.page--home .block--sns {
  text-align: right;
  font-size: 10px;
  margin-right: 3vw;
  position: absolute;
  bottom: 5vw;
  right: 2vw;
}
.page--home .block--sns .label {
  opacity: 0.5;
  font-family: "sofia-pro", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #fff;
  margin-bottom: 1em;
}
.page--home .block--sns .list--sns {
  gap: 0 1.6em;
  letter-spacing: 0.1em;
}
.page--home .block--sns .list--sns span {
  display: block;
  font-family: "sofia-pro", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 11px;
}
.page--home .block--sns .list--sns i {
  display: none;
}
.page--home .block--sns .list--sns li a {
  display: block;
  color: #fff;
}
.page--home #bg-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.page--home #bg-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 3;
  transition: 0.8s cubic-bezier(0.39, 0.68, 0.35, 1.05) 0.8s;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: right;
}
.page--home.loaded #bg-area::after {
  opacity: 0;
}
.page--home .section--hero {
  height: 100vh;
  height: 100dvh;
}
.page--home .section--banner {
  padding-top: 3vw;
  margin-bottom: 8vw;
}
.page--home .section--banner .swiper-wrapper {
  margin-left: -28.75vw;
}
.page--home .section--banner .swiper-wrapper li a {
  display: block;
  line-height: 0;
  box-shadow: 0 9px 23px -22px rgba(69, 69, 69, 0.6117647059);
}
.page--home .section--banner .swiper-pagination {
  text-align: left;
  margin-left: 3vw;
  color: transparent;
}
.page--home .section--banner .swiper-pagination > span {
  display: inline-block;
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  color: #000;
  position: relative;
}
.page--home .section--banner .swiper-pagination .swiper-pagination-total {
  padding-left: 8vw;
}
.page--home .section--banner .swiper-pagination .swiper-pagination-total::before {
  content: "";
  display: block;
  width: 7.5vw;
  height: 1px;
  position: absolute;
  background: #000;
  top: 50%;
  left: -0.5vw;
}
.page--home .section--banner .swiper-button-prev,
.page--home .section--banner .swiper-button-next {
  position: absolute;
  top: 50%;
  left: 3vw;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}
.page--home .section--banner .swiper-button-prev::after,
.page--home .section--banner .swiper-button-next::after {
  width: 30px;
  height: 20px;
  background: no-repeat center url(/static/zbone/common/arrow.svg);
  background-size: contain;
  transform: none;
  border: none;
}
.page--home .section--banner .swiper-button-next {
  left: inherit;
  right: 3vw;
}
.page--home .section--banner .swiper-button-prev::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 961px) {
  .page--home .section--banner .block--banner-swiper:hover .swiper-button-prev,
  .page--home .section--banner .block--banner-swiper:hover .swiper-button-next {
    opacity: 1;
    pointer-events: auto;
  }
}
.page--home .section--banner.no-carousel .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.page--home .section--banner.no-carousel .swiper-slide {
  width: 33.5vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--banner.no-carousel .swiper-slide {
    width: 46vw;
  }
}
.page--home .swiper-horizontal {
  position: relative;
}
.page--home .swiper-horizontal .swiper-button-prev,
.page--home .swiper-horizontal .swiper-button-next {
  width: 7vw;
  height: 3vw;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 3vw;
  transition: opacity 0.4s;
  opacity: 0;
  pointer-events: none;
  line-height: 2vw;
  transform: translateY(-73%);
}
.page--home .swiper-horizontal .swiper-button-prev::after,
.page--home .swiper-horizontal .swiper-button-next::after {
  width: 1.3vw;
  height: 3vw;
  background: no-repeat center url(/static/zbone/common/arrow.svg);
  background-size: contain;
  transform: none;
  border: none;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .page--home .swiper-horizontal .swiper-button-prev,
  .page--home .swiper-horizontal .swiper-button-next {
    transition: 0.3s;
  }
  .page--home .swiper-horizontal .swiper-button-prev:hover,
  .page--home .swiper-horizontal .swiper-button-next:hover {
    background: #090996;
  }
  .page--home .swiper-horizontal .swiper-button-prev:hover::after,
  .page--home .swiper-horizontal .swiper-button-next:hover::after {
    filter: invert(1);
  }
}
.page--home .swiper-horizontal .swiper-button-next {
  left: inherit;
  right: 3vw;
}
.page--home .swiper-horizontal .swiper-button-prev::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 961px) {
  .page--home .swiper-horizontal:hover .swiper-button-prev,
  .page--home .swiper-horizontal:hover .swiper-button-next {
    opacity: 1;
    pointer-events: auto;
  }
  .page--home .swiper-horizontal:hover .swiper-button-disabled {
    opacity: 0.2 !important;
  }
}
.page--home .section--info {
  margin-left: 3vw;
  margin-bottom: 8vw;
}
.page--home .section--info .section-tit {
  text-indent: -0.07em;
  font-size: 9.3vw;
}
.page--home .section--info .list--information {
  margin-top: -3em;
  margin-left: calc((100% - 6vw) / 4 + 0.8vw);
}
.page--home .section--schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 3vw;
  margin-bottom: 16vw;
}
.page--home .section--schedule .list__more {
  z-index: 5;
}
.page--home .section--schedule .block--title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.page--home .section--schedule .block--title .section-tit {
  width: 100%;
  text-align: right;
  font-size: 9.95vw;
  position: relative;
  left: 0.03em;
  margin-bottom: 2vw;
}
.page--home .section--schedule .list--schedule {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  width: 100%;
}
.page--home .section--schedule .list--schedule li a {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  padding-bottom: 3em;
}
.page--home .section--schedule .list--schedule li a::before, .page--home .section--schedule .list--schedule li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  background: #000;
  position: absolute;
  left: 0;
}
.page--home .section--schedule .list--schedule li a::after {
  bottom: 0;
}
.page--home .section--schedule .list--schedule li .list__date {
  width: 100%;
  height: 14em;
}
.page--home .section--schedule .list--schedule li .list__text {
  height: 100%;
}
.page--home .section--schedule .list--schedule li .year {
  width: 100%;
  font-size: 10px;
  letter-spacing: 0.2em;
  margin: 5em 0 4em;
}
.page--home .section--schedule .list--schedule li .date {
  width: 100%;
  margin-bottom: 4em;
}
.page--home .section--schedule .list--schedule li .date .inner {
  font-size: 3.5em;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.page--home .section--schedule .list--schedule li .week {
  font-size: 10px;
  vertical-align: text-top;
  position: relative;
  top: 0.5em;
  left: 0;
}
.page--home .section--schedule .list--schedule li .category {
  font-size: 11px;
  position: relative;
  left: 0;
  font-weight: 500;
  margin-left: 0;
  margin-bottom: 1em;
}
.page--home .section--schedule .list--schedule li .tit {
  word-break: break-all;
  margin-right: 1em;
}
.page--home .section--schedule.coming-soon .block--title {
  position: relative;
  z-index: 2;
}
.page--home .section--schedule.coming-soon .no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50% !important;
  height: 18vw;
  text-align: center;
  border: 1px solid #dbdcde;
  border-radius: 50%;
  transform: rotate(-15deg);
  margin-right: -0.6vw;
  position: relative;
  top: -4vw;
  z-index: -1;
}
.page--home .section--schedule.coming-soon .no-data span {
  display: block;
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  transform: rotate(15deg);
}
.page--home .section--video {
  margin-bottom: 10vw;
}
.page--home .section--video .block--title {
  margin-bottom: -2vw;
}
.page--home .section--video .section-tit {
  white-space: pre;
  font-size: 11.6vw;
  animation: horizontal 25s linear infinite normal;
}
@media screen and (min-width: 961px) {
  .page--home .section--video .section-tit {
    width: 53em;
  }
}
.page--home .section--video .section-tit span {
  margin-right: 0.3em;
}
.page--home .section--video .list__detail {
  text-align: center;
  margin-top: 1em;
}
.page--home .section--video .list__more {
  text-align: center;
  transform: translateX(-50%);
  left: 48%;
  width: 10em;
}
.page--home .section--video .swiper-horizontal .swiper-button-prev,
.page--home .section--video .swiper-horizontal .swiper-button-next {
  top: 44%;
}
@media screen and (min-width: 961px) {
  .page--home .section--video .swiper-horizontal .swiper-button-prev,
  .page--home .section--video .swiper-horizontal .swiper-button-next {
    transition: 0.3s;
  }
  .page--home .section--video .swiper-horizontal .swiper-button-prev:hover,
  .page--home .section--video .swiper-horizontal .swiper-button-next:hover {
    background: #090996;
  }
  .page--home .section--video .swiper-horizontal .swiper-button-prev:hover::after,
  .page--home .section--video .swiper-horizontal .swiper-button-next:hover::after {
    filter: invert(1);
  }
}
.page--home .section--profile {
  padding: 0 3vw;
  margin-bottom: 15vw;
}
.page--home .section--profile .section-tit {
  font-size: 13.6vw;
  text-indent: -0.07em;
}
.page--home .section--profile .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page--home .section--profile .block--txt {
  width: 25%;
}
.page--home .section--profile .block--txt .artist-name {
  width: 100%;
  margin-bottom: 0;
}
.page--home .section--profile .block--txt .artist-name svg {
  height: 5vw;
}
.page--home .section--profile .block--txt .txt--lead {
  word-break: break-all;
  text-align: justify;
  margin-bottom: 1em;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0;
}
.page--home .section--profile .block--photo {
  width: 62.5%;
  margin-top: 1vw;
}
.page--home .area--fc {
  color: #fff;
  padding-top: 15vw;
  position: relative;
  z-index: 3;
}
.page--home .area--fc .section--gallery.coming-soon .list__more,
.page--home .area--fc .section--blog.coming-soon .list__more {
  display: none !important;
}
.page--home .area--fc .section--gallery.coming-soon::before,
.page--home .area--fc .section--blog.coming-soon::before {
  display: none;
}
.page--home .area--fc .section--gallery.coming-soon .no-data,
.page--home .area--fc .section--blog.coming-soon .no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48vw;
  height: 22vw;
  border: 1px solid;
  border-radius: 50%;
  transform: rotate(-15deg);
  position: absolute;
  right: 25.5vw;
  top: 6vw;
}
.page--home .area--fc .section--gallery.coming-soon .no-data span,
.page--home .area--fc .section--blog.coming-soon .no-data span {
  display: inline-block;
  transform: rotate(15deg);
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .area--fc .section--gallery.coming-soon .no-data,
  .page--home .area--fc .section--blog.coming-soon .no-data {
    width: 78vw;
    height: 37vw;
    transform: rotate(-15deg);
    right: 11.5vw;
    top: 6vw;
  }
}
.page--home .area--fc .list__more a .arrow svg {
  fill: #fff;
}
.page--home .area--fc .circle {
  position: absolute;
  transform: rotate(-6deg) scaleY(0.95);
  top: -1.5vw;
  z-index: 5;
}
.page--home .area--fc .circle .cirlce-anim {
  stroke: #dbdcde;
  opacity: 0.6;
}
.page--home .area--fc a {
  color: #fff;
  letter-spacing: 0.1em;
}
.page--home .area--fc .block--login {
  position: relative;
  z-index: 1;
  font-size: 20px;
  margin-bottom: 8vw;
}
.page--home .area--fc .block--login svg {
  fill: #fff;
}
.page--home .area--fc .block--login .logo {
  text-align: center;
  margin-bottom: 2vw;
}
.page--home .area--fc .block--login .logo svg {
  width: 40vw;
  height: 17vw;
  fill: #fff;
}
.page--home .area--fc .block--grid-line {
  pointer-events: none;
  position: absolute;
  top: 0;
}
.page--home .area--fc .block--grid-line .glid__line::before, .page--home .area--fc .block--grid-line .glid__line::after, .page--home .area--fc .block--grid-line::before, .page--home .area--fc .block--grid-line::after {
  background: #b9d2f5;
  opacity: 0.2;
}
.page--home .area--fc::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #090996;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.page--home .section--banner .swiper-pagination > span {
  color: #fff;
}
.page--home .section--banner .swiper-pagination .swiper-pagination-total::before {
  background: #fff;
}
.page--home .section--fcinfo {
  margin-left: 3vw;
  margin-bottom: 8vw;
}
.page--home .section--fcinfo .section-tit {
  text-indent: -0.07em;
  font-size: 11.3vw;
}
.page--home .section--fcinfo .block--title {
  text-align: right;
  padding-right: 3vw;
  position: relative;
}
.page--home .section--fcinfo .block--title .block-tit {
  font-size: 16.2vw;
  position: relative;
  right: -0.03em;
}
.page--home .section--fcinfo .block--title .list__more {
  margin-right: calc(3vw + 3em);
  margin-top: 3em;
}
.page--home .section--fcinfo .list--information {
  max-width: 51.5vw;
  margin-top: -3.5em;
  margin-left: calc((100% - 6vw) / 4 + 0.8vw);
}
.page--home .section--blog {
  margin-bottom: 10vw;
}
@media screen and (min-width: 961px) {
  .page--home .section--blog:hover .swiper-button-prev, .page--home .section--blog:hover .swiper-button-next {
    opacity: 1;
    pointer-events: auto;
  }
}
.page--home .section--blog::before {
  content: "";
  display: block;
  width: 100%;
  height: 140%;
  position: absolute;
  border: 1px solid #b9d2f5;
  border-radius: 90%;
  transform: rotate(-26deg);
  left: calc(1vw - (100% - 6vw) / 4);
  opacity: 0.2;
  pointer-events: none;
}
.page--home .section--blog .block--title {
  position: relative;
  margin-bottom: 1em;
}
.page--home .section--blog .block--title .block-tit {
  padding-left: 3vw;
  font-size: 11.4vw;
}
.page--home .section--blog .block--title .list__more {
  position: absolute;
  right: calc(3vw + 6em);
  bottom: 5vw;
}
.page--home .section--blog .block--blog-swiper {
  margin-left: calc(25% + 1.5vw);
  padding-right: 3vw;
}
.page--home .section--blog .block--blog-swiper.swiper-horizontal .swiper-button-prev {
  left: -23.5vw;
}
@media screen and (min-width: 961px) {
  .page--home .section--blog .block--blog-swiper .swiper-button-prev,
  .page--home .section--blog .block--blog-swiper .swiper-button-next {
    transition: 0.3s;
  }
  .page--home .section--blog .block--blog-swiper .swiper-button-prev:hover,
  .page--home .section--blog .block--blog-swiper .swiper-button-next:hover {
    background: #090996;
  }
  .page--home .section--blog .block--blog-swiper .swiper-button-prev:hover::after,
  .page--home .section--blog .block--blog-swiper .swiper-button-next:hover::after {
    filter: invert(1);
  }
}
.page--home .section--blog .block--blog-swiper.no-carousel .part-wrap {
  display: none;
}
.page--home .section--blog .block--blog-swiper.no-carousel.num1 {
  margin-left: 50%;
}
.page--home .section--blog .block--blog-swiper.no-carousel.num1 .swiper-slide {
  width: 50%;
}
.page--home .section--blog .block--blog-swiper.no-carousel.num2 {
  margin-left: 50%;
}
.page--home .section--blog .block--blog-swiper.no-carousel.num2 .swiper-slide {
  width: 50%;
}
.page--home .section--blog .block--blog-swiper.no-carousel.num3 {
  margin-left: calc(25% + 1.5vw);
}
.page--home .section--blog .block--blog-swiper.no-carousel.num3 .swiper-slide {
  width: 33.3333333333%;
}
.page--home .section--blog .block--blog-swiper.no-carousel.num4 {
  margin-left: calc(25% + 1.5vw);
}
.page--home .section--blog .block--blog-swiper.no-carousel.num4 .swiper-slide {
  width: 25%;
}
.page--home .section--blog .list--blog {
  flex-wrap: unset;
  gap: 0;
}
.page--home .section--blog .list--blog li a {
  display: block;
  text-align: right;
}
.page--home .section--blog .list--blog li .thumb {
  line-height: 0;
  margin-bottom: 8px;
  background: rgba(0, 0, 79, 0.431372549);
}
.page--home .section--blog .list--blog li .thumb img {
  position: relative;
  background: no-repeat center;
  background-size: cover;
  aspect-ratio: 1/1;
}
.page--home .section--blog .list--blog li .thumb img.thumb-none {
  background-image: url(/static/zbone/common/zb1--logo.svg);
  background-size: 30%;
  opacity: 0.1;
  filter: invert(1);
}
.page--home .section--blog .list--blog li .date,
.page--home .section--blog .list--blog li .name {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 5px;
}
.page--home .section--blog .list--blog li .name {
  font-size: 10px;
  margin-bottom: 5px;
}
.page--home .section--blog.coming-soon {
  margin-bottom: 24vw;
}
.page--home .section--blog.coming-soon::before {
  height: 420%;
}
.page--home .section--movie .block,
.page--home .section--gallery .block {
  width: 50%;
  margin: -9em auto 0;
  position: relative;
}
.page--home .section--movie .block::before,
.page--home .section--gallery .block::before {
  content: "";
  display: block;
  width: 100%;
  height: 97%;
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  transform: rotate(-6deg);
  z-index: 5;
  top: -1em;
  pointer-events: none;
  opacity: 0.6;
}
@media screen and (min-width: 961px) {
  .page--home .section--movie .block::before,
  .page--home .section--gallery .block::before {
    display: none !important;
  }
}
.page--home .section--movie .block .thumb,
.page--home .section--gallery .block .thumb {
  overflow: hidden;
  border-radius: 50%;
}
.page--home .section--movie .block .thumb img,
.page--home .section--gallery .block .thumb img {
  aspect-ratio: 16/9;
}
.page--home .section--movie .block .list__txt,
.page--home .section--gallery .block .list__txt {
  width: 50%;
  word-break: break-all;
}
.page--home .section--movie .block .list__txt .date,
.page--home .section--gallery .block .list__txt .date {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  margin-bottom: 10px;
}
.page--home .section--movie {
  margin-bottom: 8vw;
}
.page--home .section--movie .block--title {
  text-align: right;
  padding-right: 3vw;
  position: relative;
}
.page--home .section--movie .block--title .block-tit {
  font-size: 16.2vw;
  position: relative;
  right: -0.03em;
}
.page--home .section--movie .block--title .list__more {
  margin-right: calc(3vw + 3em);
  margin-top: 3em;
}
.page--home .section--gallery {
  margin-bottom: 8vw;
}
.page--home .section--gallery .block--title {
  padding-left: 3vw;
  position: relative;
}
.page--home .section--gallery .block--title .block-tit {
  font-size: 12.5vw;
  position: relative;
  left: -0.04em;
}
.page--home .section--gallery .block--title .list__more {
  margin-right: calc(3vw + 3em);
  margin-top: 3em;
}
.page--home .section--gallery.coming-soon {
  margin-bottom: 18vw;
}
.page--home .section--qa {
  padding: 0 3vw;
  margin-bottom: 8vw;
}
.page--home .section--qa .block-tit {
  font-size: 12.5vw;
  position: relative;
  left: -0.04em;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .page--home .section--qa .block-tit {
    text-indent: -9999em;
    background: no-repeat center;
    background-size: contain;
    background-image: url(/static/zbone/fanclub/top/parts--tit__qa.svg);
    width: 25%;
    height: 21vw;
    left: 75%;
  }
}
.page--home .section--qa .block--box {
  width: 50%;
  margin-left: 50%;
}
.page--home .section--qa .block--box .txt--basic {
  margin-bottom: 1em;
}
.page--home .section--qa .block--box .btn--sub {
  border: 1px solid;
}
@media screen and (min-width: 961px) {
  .page--home .section--qa .list--qa {
    width: 50%;
    margin-left: 50%;
  }
  .page--home .section--qa .block--box .btn .btn--sub:hover {
    background: #fff;
    color: #090996;
    border-color: #090996;
  }
}
.page--home .section--qa .list__more {
  margin-top: 3em;
  position: absolute;
  right: calc(3vw + 6em);
}
.page--home .section--voice {
  padding: 0 3vw 10vw;
}
.page--home .section--voice .block--title {
  margin-bottom: 2em;
  position: relative;
}
.page--home .section--voice .block--title .item__link {
  width: 17vw;
  height: 9vw;
  position: absolute;
  left: 40%;
  bottom: -6vw;
}
.page--home .section--voice .block--title .item__link a {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-align: center;
}
.page--home .section--voice .block--title .item__link a::before, .page--home .section--voice .block--title .item__link a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid;
  border-radius: 80%;
  position: absolute;
  transform: rotate(-16deg);
}
.page--home .section--voice .block--title .item__link a::after {
  transform: rotate(-32deg);
}
@media screen and (min-width: 961px) {
  .page--home .section--voice .block--title .item__link a::before, .page--home .section--voice .block--title .item__link a::after {
    transition: 0.3s;
  }
  .page--home .section--voice .block--title .item__link a:hover::before {
    transform: rotate(-16deg) scale(1.08);
  }
  .page--home .section--voice .block--title .item__link a:hover::after {
    transform: rotate(-32deg) scale(1.2);
  }
}
.page--home .section--voice .block-tit {
  font-size: 10.56vw;
}

/* keyframes
------------------------------ */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@keyframes horizontal {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-18.82em, 0);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  49.9% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
:where(body:not(.page--home)) .header .logo {
  width: 13vw;
  height: 3vw;
  left: 3vw;
  top: 3vw;
  mix-blend-mode: difference;
}
:where(body:not(.page--home)).drawer-visible .header .logo svg {
  fill: #fff;
}
:where(body:not(.page--home)).drawer-visible .wovn-languages {
  mix-blend-mode: unset;
  color: #090996;
}
@media screen and (min-width: 961px) {
  :where(body:not(.page--home)).drawer-visible .wovn-languages.visible {
    color: #090996;
    border-bottom-color: #090996;
  }
  :where(body:not(.page--home)).drawer-visible .wovn-languages.visible .nav-dropdown {
    background: #090996;
  }
  :where(body:not(.page--home)).drawer-visible .wovn-languages.visible .nav-dropdown .list--language li:not(.selected) {
    color: #dbdcde;
  }
  :where(body:not(.page--home)).drawer-visible .wovn-languages.visible .nav-dropdown li.selected {
    color: #dbdcde;
  }
}
:where(body:not(.page--home)) .content--main {
  padding-top: 13vw;
}
:where(body:not(.page--home)) .wovn-languages {
  width: min(14vw, 23.5vw - 150px);
  height: 26px;
  color: #fff;
  mix-blend-mode: difference;
  position: fixed;
  z-index: 999;
  top: 2.5vw;
  left: 73.5vw;
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  :where(body:not(.page--home)) .wovn-languages {
    width: 21vw;
    height: 3.3vw;
    font-size: 12px;
  }
}
:where(body:not(.page--home)) .wovn-languages::before {
  right: 4px;
  width: 7px;
  height: 7px;
}
:where(body:not(.page--home)) .wovn-languages .langIcon {
  top: -0.8em;
  line-height: 1;
  transform: scale(0.8);
  transform-origin: left;
}
:where(body:not(.page--home)) .wovn-languages .nav-dropdown {
  left: 0;
}
:where(body:not(.page--home)) .wovn-languages.visible {
  mix-blend-mode: unset;
  color: #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  :where(body:not(.page--home)) .wovn-languages.visible {
    border-bottom: solid 3px #000;
  }
}
:where(body:not(.page--home)) .wovn-languages.visible .nav-dropdown {
  transform: translate(0);
}
:where(body:not(.page--home)) .wovn-languages.visible .nav-dropdown .list--language li {
  background: transparent;
}
:where(body:not(.page--home)) .wovn-languages.visible .nav-dropdown .list--language li:not(.selected) {
  color: #090996;
}
:where(body:not(.page--home)) .wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: transparent;
  padding: 0;
  color: #000;
}
:where(body:not(.page--home)) .header {
  position: relative;
}
:where(body:not(.page--home)) .footer {
  background: none;
  padding-top: 1vw;
  padding-bottom: 8vw;
}
:where(body:not(.page--home)) .footer .inner .block--grid-line, :where(body:not(.page--home)) .footer .inner .footer--logo, :where(body:not(.page--home)) .footer .inner .footer--nav {
  display: none;
}
:where(body:not(.page--home)) .footer .copyright {
  text-align: right;
  transform-origin: right;
}
:where(body:not(.page--home)) .footer .block--grid-line .glid__line::before,
:where(body:not(.page--home)) .footer .block--grid-line .glid__line::after,
:where(body:not(.page--home)) .footer .block--grid-line::before,
:where(body:not(.page--home)) .footer .block--grid-line::after {
  background: #dbdcde !important;
}

.section--list,
.section--detail {
  padding: 0 3vw;
}

.section--list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.section--list .section-tit {
  position: relative;
  top: -1vw;
  text-indent: -0.05em;
}
.section--list .block--title {
  width: 23.5vw;
}
.section--list .block--list {
  width: 70.5vw;
}
.section--list .block--category {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 23vw;
  gap: 0 1em;
  margin-bottom: 2vw;
}
.section--list .block--category::before {
  content: "CATEGORY";
  display: inline-block;
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  opacity: 0.8;
  line-height: 1;
  position: absolute;
  top: -1.5em;
  left: 0;
}
.section--list .block--category a {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.section--list .block--category li.current a {
  font-weight: 800;
}
.section--list .list--information,
.section--list .list--qa {
  margin-top: 0;
}
.section--list .list--information li,
.section--list .list--qa li {
  transform: translateY(20px);
  opacity: 0;
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
}
.section--list .list--information li.started,
.section--list .list--qa li.started {
  opacity: 1;
  transform: translateY(0);
}
.section--list .list--information a,
.section--list .list--qa a {
  font-size: 14px;
}
.section--list .list--information a .date, .section--list .list--information a .category,
.section--list .list--qa a .date,
.section--list .list--qa a .category {
  font-size: 12px;
}
@media screen and (min-width: 961px) {
  .section--list .list--contents li {
    width: 80%;
  }
}

.section--detail {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.page--info .section--detail .txt a, .page--blog .section--detail .txt a, .page--faq .section--detail .txt a,
.page--movie .section--detail .txt a, .page--photo .section--detail .txt a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .page--info .section--detail .section--inner, .page--blog .section--detail .section--inner, .page--faq .section--detail .section--inner,
  .page--movie .section--detail .section--inner, .page--photo .section--detail .section--inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .page--info .section--detail .section--inner .block--title, .page--blog .section--detail .section--inner .block--title, .page--faq .section--detail .section--inner .block--title,
  .page--movie .section--detail .section--inner .block--title, .page--photo .section--detail .section--inner .block--title {
    width: 25%;
    position: -webkit-sticky;
    position: sticky;
    top: 13vw;
  }
  .page--info .section--detail .section--inner > .txt, .page--blog .section--detail .section--inner > .txt, .page--faq .section--detail .section--inner > .txt,
  .page--movie .section--detail .section--inner > .txt, .page--photo .section--detail .section--inner > .txt {
    width: 75%;
    padding: 0 2em;
  }
  .page--info .section--detail .section--inner > .txt a:hover, .page--blog .section--detail .section--inner > .txt a:hover, .page--faq .section--detail .section--inner > .txt a:hover,
  .page--movie .section--detail .section--inner > .txt a:hover, .page--photo .section--detail .section--inner > .txt a:hover {
    text-decoration: none;
  }
}
.page--info .section--detail .date, .page--blog .section--detail .date, .page--faq .section--detail .date,
.page--movie .section--detail .date, .page--photo .section--detail .date {
  position: relative;
}
.page--info .block--share, .page--blog .block--share, .page--faq .block--share,
.page--movie .block--share, .page--photo .block--share {
  position: relative;
  margin-top: 2vw;
}
.page--info .block--share li a i, .page--blog .block--share li a i, .page--faq .block--share li a i,
.page--movie .block--share li a i, .page--photo .block--share li a i {
  color: #000;
  transition: 0.3s;
}

.page--schedule .wrap .footer .block--grid-line .glid__line:last-of-type,
.page--schedule .wrap #grid .glid__line:last-of-type {
  opacity: 0;
}
.page--schedule .block--title {
  margin-bottom: 50px;
}
.page--schedule .block--title .block--month {
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 4em;
}
.page--schedule .block--title .block--month .tit {
  font-size: 3vw;
  line-height: 1;
}
.page--schedule .block--title .block--month .tit span {
  font-size: 0.35em;
  margin-left: 0.3em;
}
.page--schedule .section--list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.page--schedule .section--list .section-tit {
  font-size: 4vw;
}
.page--schedule .section--list::before {
  display: none;
}
.page--schedule .list--schedule.list--information {
  display: block;
  height: 100%;
  margin-top: -1vw;
}
.page--schedule .list--schedule.list--information li {
  width: 100%;
  position: relative;
  padding-left: 9vw;
  margin-bottom: 5vw;
  position: relative;
}
.page--schedule .list--schedule.list--information li::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  background: #000;
  left: 0;
  top: -2.5vw;
}
.page--schedule .list--schedule.list--information li a {
  display: block;
  background: none;
  padding: 0;
  margin-bottom: 15px;
}
.page--schedule .list--schedule.list--information .date {
  width: 10vw;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.page--schedule .list--schedule.list--information .date strong {
  font-size: 2.4vw;
  font-weight: 100;
}
.page--schedule .list--schedule.list--information .date .week {
  font-size: 11px;
  vertical-align: top;
  position: relative;
  top: -4px;
}
.page--schedule .list--schedule.list--information .category {
  font-size: 11px;
  font-weight: 500;
  margin-left: 0;
  margin-bottom: 5px;
}
.page--schedule .block--category {
  margin-top: 3vw;
}
.page--schedule .block--category::before {
  top: -1.8em;
}
.page--schedule .block--category .list--sort {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0;
  padding-right: 2em;
}
.page--schedule .block--category .list--sort li input[type=checkbox] {
  display: none;
}
.page--schedule .block--category .list--sort li .category {
  font-size: 11px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 5px 14px 6px;
  color: #000;
  border: 1px solid;
  background: #000;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  display: block;
  transition: 0.3s;
  margin-left: 0;
  margin-right: 0.25em;
}
.page--schedule .block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
  background: none;
  color: #000;
  opacity: 0.6;
}
@media screen and (min-width: 961px) {
  .page--schedule .block--category .list--sort li:hover input[type=checkbox]:checked + .category {
    cursor: pointer;
    background: transparent;
    color: #000;
    opacity: 0.6;
  }
  .page--schedule .block--category .list--sort li:hover input[type=checkbox]:not(:checked) + .category {
    cursor: pointer;
    background: #000;
    color: #fff;
    opacity: 1;
  }
}

.page--info .wrap .footer .block--grid-line .glid__line:last-of-type,
.page--info .wrap #grid .glid__line:last-of-type {
  opacity: 0;
}
.page--info .block--list {
  padding: 0 1em;
}

.page--info.category--4 .section--detail .date {
  display: block;
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 2.3em;
  line-height: 1;
  margin-bottom: 0.3em;
}
.page--info.category--4 .section--detail .category {
  display: inline-block;
  margin-left: 0;
}

.section--list .list--contents.list--video li a::after {
  display: none;
}
@media screen and (min-width: 961px) {
  .section--list .list--contents.list--video {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 2%;
    margin-right: -2%;
  }
  .section--list .list--contents.list--video li {
    margin: 0 0 5vw;
  }
  .section--list .list--contents.list--video li .tit {
    text-align: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--list .list--contents.list--video li {
    width: 100%;
    margin: 0 0 10vw;
  }
  .section--list .list--contents.list--video li .tit {
    text-align: right;
  }
}

.section--list.page--profile .list--profile li {
  width: 33.3333333333%;
  margin-bottom: 3em;
}
.section--list.page--profile .list--profile li a .name {
  font-size: 15px;
}
.section--list.page--profile .list--profile .list--profile__item.zb1 {
  display: none;
}
.section--list.page--profile .block--list h2.name {
  width: 21.5vw;
  height: 3vw;
  margin: 0 auto 1.4vw;
}
.section--list.page--profile .block--list .block--detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 8vw;
  margin-bottom: 8vw;
}
.section--list.page--profile .block--list .block--detail .thumb {
  width: 46.5vw;
}
.section--list.page--profile .block--list .block--txt {
  width: 23.25vw;
  padding: 0 0.8em;
}
.section--list.page--profile .block--list .block--txt .txt--lead {
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 1.1vw;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 1em;
}

.section--detail.page--profile {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.section--detail.page--profile .thumb {
  width: 50%;
  margin: 0 auto 2vw;
}
.section--detail.page--profile .block--text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
  margin: 0 auto;
}
.section--detail.page--profile .block--text .name {
  width: 50%;
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 2.8vw;
  line-height: 1;
  margin-bottom: 4vw;
  position: relative;
}
.section--detail.page--profile .block--text .name .txt--sub {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 0.2em;
}
.section--detail.page--profile .block--text .name span {
  font-size: 14px;
  display: block;
  margin-top: 0.5em;
}
.section--detail.page--profile .block--text .profile-data {
  width: 50%;
  text-align: right;
  gap: 0 1em;
  margin-bottom: 0.5em;
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.section--detail.page--profile .block--text .profile-data dt {
  font-size: 0.9em;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-top: 0.3em;
}
.section--detail.page--profile .block--text .profile-data dd {
  font-size: 2.2em;
  line-height: 1.4em;
  letter-spacing: 0.08em;
}

.page--movie.category-radio .section--list .section-tit {
  font-size: 3.5vw;
}
@media screen and (min-width: 961px) {
  .page--movie .section--list .list--contents {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
  }
  .page--movie .section--list .list--contents li {
    width: 48%;
    margin-bottom: 50px;
    margin-right: 0;
  }
  .page--movie .section--list .list--contents li a .thumb {
    overflow: hidden;
    border-radius: 50%;
  }
}
.page--movie .section--list .block--latest-list .latest-tit {
  text-align: right;
  border-bottom: 3px solid;
  margin-bottom: 1em;
}
@media screen and (min-width: 961px) {
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit {
    width: 100%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
    font-size: 12px;
    opacity: 1;
  }
  .page--movie.new-movie.page-movie-detail .block--more_movies .more_movies_title {
    font-family: "ivymode", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.5em;
    margin-bottom: 1em;
  }
  .page--movie.new-movie.page-movie-detail .block--more_movies .list--contents {
    gap: 5%;
  }
  .page--movie.new-movie.page-movie-detail .block--more_movies .list--contents li {
    width: 30%;
  }
  .page--movie.new-movie.page-movie-detail .block--more_movies .list--contents li a .thumb {
    margin-bottom: 10px;
  }
  .page--movie.new-movie.page-movie-detail .block--more_movies .list--contents li a .tit {
    font-size: 13px;
  }
  .page--movie.new-movie.page-movie-detail .block--more_movies .list--contents li a .date {
    opacity: 1;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie.page-movie-detail .block--more_movies .more_movies_title {
    font-family: "ivymode", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 1em calc(4vw + 1em) 0;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 961px) {
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
    margin-top: -1.5em;
  }
  .page--movie.new-movie.page-movie-detail .vjs-poster {
    border: 1px solid #000;
  }
}
.page--movie.new-movie.page-movie-detail .vjs-poster {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
.page--movie.new-movie.page-movie-detail .vjs-big-play-centered .vjs-big-play-button,
.page--movie.new-movie.page-movie-detail .video-js .vjs-play-control.vjs-paused span::before {
  filter: drop-shadow(1px 5px 6px rgba(36, 41, 52, 0.2117647059));
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie.page-movie-detail .area--movie .video-js.vjs-fullscreen .vjs-control-bar {
    width: 94%;
    margin: 0 auto;
    bottom: 3em;
  }
  .page--movie.new-movie.page-movie-detail .area--movie .video-js.vjs-fullscreen .vjs-poster {
    background-size: contain !important;
  }
  .page--movie.new-movie.page-movie-detail .area--movie .video-js.vjs-fullscreen .vjs-play-control {
    top: 50%;
    position: fixed;
    margin-top: -7.25vw;
  }
}
.page--movie.new-movie.page-movie-detail .vjs-control-bar::before {
  content: "";
  display: block;
  width: 100%;
  height: 9em;
  background: linear-gradient(0deg, rgb(40, 42, 48) 0%, rgba(45, 46, 50, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.page--movie.new-movie.page-movie-detail .detail__btn {
  font-weight: 500;
  text-align: left;
  position: relative;
  left: 0;
}
.page--movie .block--player {
  position: relative;
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  line-height: 0;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .block--tit .txt--sub .icon {
  font-size: 2.5em;
  vertical-align: -0.25em;
}

.page--photo .list--contents li .thumb {
  aspect-ratio: inherit;
}
.page--photo.page--photo__detail .section--list .block--title {
  width: 25%;
}
.page--photo.page--photo__detail .section--list .block--title .date {
  margin-top: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--photo.page--photo__detail .section--list .block--title .date {
    font-size: 10px;
  }
}
.page--photo.page--photo__detail .section--list .block--title::before {
  display: none;
}
.page--photo.page--photo__detail .section--list .block--title .section-tit {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, m-plus-2c, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2vw;
  line-height: 1.2;
  padding-top: 0;
  word-break: break-all;
  font-weight: normal;
}
.page--photo.page--photo__detail .block--list {
  width: 75%;
  margin-left: 0;
}
.page--photo.page--photo__detail .list--photo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page--photo.page--photo__detail .list--photo li {
  width: 33.3333333333%;
  opacity: 0;
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
}
.page--photo.page--photo__detail .list--photo li.started {
  transform: translateY(0);
  opacity: 1;
}

#swipebox-slider {
  padding: 3vh 0;
}
#swipebox-slider .slide-loading {
  background-image: none !important;
}
#swipebox-slider .slide img {
  max-height: 80%;
}

#swipebox-overlay {
  background: rgba(13, 13, 13, 0.8588235294) !important;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.2;
}

#swipebox-action #swipebox-close {
  top: 60px;
  right: 70px;
  background: none;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: all 0.6s ease-out 0s;
}
#swipebox-action #swipebox-close::before {
  transform: rotate(45deg);
}
#swipebox-action #swipebox-close::after {
  transform: rotate(-45deg);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
#swipebox-action #swipebox-prev {
  left: 3%;
}
#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  margin-top: 1em;
}
#swipebox-action #swipebox-next {
  right: 3%;
}
#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}

#swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}

.page--blog .user {
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 13px;
  margin-left: 0;
  margin-bottom: 1em;
}
.page--blog .section--list .section-tit {
  font-size: 8.5vw;
}
@media screen and (min-width: 961px) {
  .page--blog .section--list .section-tit span {
    display: inline-block;
    position: relative;
    left: -0.03em;
  }
}
.page--blog .section--list .list__txt .date {
  margin-bottom: 0.5em;
}
.page--blog .section--detail .txt {
  padding-top: 2em;
}
.page--blog .section--detail .txt div.thumb {
  margin: 20px 0;
}
.page--blog .section--detail .txt a {
  text-decoration: underline;
}
.page--blog .block--player {
  padding-top: 56.25%;
  margin: 1em auto;
  position: relative;
}
.page--blog.page--blog__detail .block--pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 26%;
  right: inherit;
}
.page--blog.page--blog__detail .block--pager .pager__item--other {
  width: 7em;
  text-align: center;
}
.page--blog.page--blog__detail .block--pager .pager__item--newer a::after,
.page--blog.page--blog__detail .block--pager .pager__item--newer span::after {
  left: 0;
}
.page--blog.page--blog__detail .block--pager .pager__item--older a::after,
.page--blog.page--blog__detail .block--pager .pager__item--older span::after {
  right: 0;
}
.page--blog.page--blog__detail .block--pager .pager__item--other {
  width: auto;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page--blog video {
  position: relative;
}

.page--blog .block--pager li.pager__item--newer, .page--qa .block--pager li.pager__item--newer {
  left: 0.8em;
}

.page--disco .section-tit {
  font-size: 5vw;
}
.page--disco .list--discography.list--contents li a .thumb {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 961px) {
  .page--disco .list--discography.list--contents {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
  }
  .page--disco .list--discography.list--contents li {
    width: 33.3333333333%;
    margin: 0 0 5em;
  }
  .page--disco .list--discography.list--contents li a:hover .thumb {
    border-radius: 0;
  }
  .page--disco .list--discography.list--contents li .circle {
    width: 130%;
    left: -15%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .list--discography.list--contents li {
    margin: 0 0 4em;
  }
  .page--disco .list--discography.list--contents li li a .circle {
    display: none !important;
  }
}
.page--disco .list--discography.list--contents .tit {
  font-size: 13px;
}
.page--disco .list--discography.list--contents .category {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.page--disco .list--discography.list--contents .date {
  display: inline-block;
}
.page--disco.page--disco__detail .wrap:has(.section--detail) .footer .block--grid-line .glid__line:last-of-type,
.page--disco.page--disco__detail .wrap:has(.section--detail) #grid .glid__line:last-of-type {
  opacity: 1;
}
.page--disco.page--disco__detail .block--grid-line .glid__line:last-of-type::after {
  opacity: 0;
}
.page--disco .section--detail {
  display: flex;
  justify-content: space-between;
}
.page--disco .block--detail {
  width: 50%;
  padding: 0 1em;
}
.page--disco .header--disco {
  display: none;
}
.page--disco .jacket {
  width: 40%;
  position: relative;
  z-index: 10;
  left: 5%;
}
.page--disco .jacket .ph {
  width: 100%;
  margin: 0 auto 10px;
  line-height: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 13vw;
}
.page--disco .list--jacket li {
  margin-bottom: 30px;
}
.page--disco .list--jacket li .ph {
  margin-bottom: 0;
}
.page--disco .list--jacket li .txt--sub {
  text-align: center;
  line-height: 1;
  padding: 8px 0 4px;
  margin-top: 0;
}
.page--disco .block--disc-detail .tit {
  margin: 0 0 0.5em;
  font-size: 1.8em;
  line-height: 1.2;
}
.page--disco .block--disc-detail .date, .page--disco .block--disc-detail .category {
  display: inline-block;
}
.page--disco .block--disc-detail .block {
  margin-bottom: 3vw;
}
.page--disco .block--disc-detail .category {
  background: none;
  margin: 0 1em 0 0;
}
.page--disco .block--disc-detail .text .txt {
  padding-top: 3em;
  text-align: left;
}
.page--disco .block--disc-detail .text .txt--banner {
  display: inline-block;
  min-width: 20%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background: #000;
  color: #fff;
  line-height: 1;
  border-radius: 2em;
  padding: 0.8em 1.5em 0.7em;
  margin-bottom: 1em;
}
@media screen and (min-width: 961px) {
  .page--disco .block--disc-detail .text .txt--banner {
    transition: 0.3s;
  }
  .page--disco .block--disc-detail .text .txt--banner:hover {
    background: #090996;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .block--disc-detail .text .txt--banner {
    font-size: 11px;
    width: 48%;
    padding: 1.1em 1em;
  }
}
.page--disco .block--disc-detail .text .shoplist {
  background: #dbdcde;
  padding: 1em 1em 0.5em;
}
.page--disco .block--disc-detail .text .shoplist > a {
  display: inline-block;
  width: 20%;
}
.page--disco .block--disc-detail .btn--link {
  border: 1px solid #000;
  padding: 1em 3em;
  margin: 1em 0;
}
@media screen and (min-width: 961px) {
  .page--disco .block--disc-detail .btn--link:hover {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .block--disc-detail .btn--link {
    width: 100%;
    text-align: center;
    margin: 1.5em 0;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .page--disco .block--disc-detail .btn--link {
    min-width: 30%;
  }
}
.page--disco .block--disc-detail .text .btn {
  margin: 1em 0;
}
.page--disco .block--disc-detail .sub-tit {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.page--disco .block--disc-detail .sub-tit::before {
  content: "";
  display: inline-block;
  background: #fff;
  height: 1px;
  width: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.page--disco .block--disc-detail .list--songlist {
  margin-top: 2em;
}
.page--disco .block--disc-detail .list--songlist ol li {
  border-bottom: 1px dotted #dbdcde;
}
.page--disco .block--disc-detail .list--songlist ol li:last-of-type {
  border: none;
}
.page--disco .block--disc-detail .list--songlist li > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  padding: 0.2em 0.4em;
}
.page--disco .block--disc-detail .list--songlist li > div span {
  width: 1em;
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  font-size: 1em;
}
.page--disco .block--disc-detail .list--songlist li > div > ul {
  width: 2em;
}
.page--disco .block--disc-detail .list--songlist .tit {
  font-size: 0.8em;
  font-weight: normal;
  margin-bottom: 0;
}
.page--disco .block--disc-detail .list--songlist > li {
  border-bottom: 1px solid #dbdcde;
  padding: 0.5em 0 0;
}
.page--disco .block--disc-detail .list--songlist > li:not(:last-of-type) {
  margin-bottom: 1em;
}
.page--disco .block--disc-detail .list--songlist > li .tit--label {
  font-weight: bold;
  border-bottom: 1px solid #dbdcde;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}
.page--disco .block--disc-detail .list--songlist > li .txt--sub {
  font-size: 10px;
  margin-top: 0;
  padding-left: 3em;
}
.page--disco .block--disc-detail .list--distribution {
  margin-bottom: 10px;
}
.page--disco .block--disc-detail .list--distribution li {
  width: 49%;
  float: left;
  margin-bottom: 8px;
}
.page--disco .block--disc-detail .list--distribution li:nth-child(even) {
  margin-left: 2%;
}
.page--disco .block--disc-detail .list--distribution a {
  display: block;
  padding: 5px 0;
  border-radius: 50px;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  text-align: center;
}
.page--disco .block--disc-detail .list--distribution a img {
  width: 80%;
}

.page--qa .wrap .footer .block--grid-line .glid__line:last-of-type,
.page--qa .wrap #grid .glid__line:last-of-type {
  opacity: 0;
}
.page--qa .section-tit {
  font-size: 8vw;
}
.page--qa .section-tit span {
  font-size: 0.8em;
}
.page--qa .block--introduction {
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.page--qa .block--list {
  padding: 0 1em;
}
.page--qa .list--information li a .tit {
  margin-bottom: 0.5em;
}
.page--qa .list--information li a .date, .page--qa .list--information li a .category {
  margin-bottom: 0;
}
.page--qa .block--error {
  padding: 2em;
  margin: 2em auto;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--qa .block--error {
    font-size: 12px;
    padding: 1em;
  }
}
.page--qa .section--detail .date {
  display: block;
}
@media screen and (min-width: 961px) {
  .page--qa .section--detail .block--inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
.page--qa .section--detail .block__answer__inner {
  border-top: 1px solid #dbdcde;
}
.page--qa .section--detail .block__answer__inner.solo > div {
  display: block;
  font-size: 14px;
}
.page--qa .section--detail .block__answer__inner.solo > div .ico {
  width: 15vw;
  height: 15vw;
  border-radius: 20vw;
  margin: 0 auto;
}
.page--qa .section--detail .block__answer__inner.solo > div .answer__item {
  width: 60%;
  padding: 3.8em 0 1.8em;
  margin: 0 auto;
  text-align: center;
}
.page--qa .section--detail .block__answer__inner > div {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2em;
  border-bottom: 1px solid #dbdcde;
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
  transform: translateY(20px);
  opacity: 0;
}
.page--qa .section--detail .block__answer__inner > div.started {
  opacity: 1;
  transform: translateY(0);
}
.page--qa .section--detail .block__answer__inner > div .ico {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: no-repeat center;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
}
.page--qa .section--detail .block__answer__inner > div .answer__item {
  width: calc(100% - 90px - 1.5vw);
  color: #000;
  padding: 2.2em 0 1.8em;
  position: relative;
}
.page--qa .section--detail .block__answer__inner > div .answer__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0.7em;
  opacity: 0.6;
}
.page--qa .section--detail .block__answer__inner > div.han_yu_jin .answer__item::after {
  content: "HAN YU JIN";
}
.page--qa .section--detail .block__answer__inner > div.kim_gyu_vin .answer__item::after {
  content: "KIM GYU VIN";
}
.page--qa .section--detail .block__answer__inner > div.kim_ji_woong .answer__item::after {
  content: "KIM JI WOONG";
}
.page--qa .section--detail .block__answer__inner > div.kim_tae_rae .answer__item::after {
  content: "KIM TAE RAE";
}
.page--qa .section--detail .block__answer__inner > div.park_gun_wook .answer__item::after {
  content: "PARK GUN WOOK";
}
.page--qa .section--detail .block__answer__inner > div.ricky .answer__item::after {
  content: "RICKY";
}
.page--qa .section--detail .block__answer__inner > div.seok_matthew .answer__item::after {
  content: "SEOK MATTHEW";
}
.page--qa .section--detail .block__answer__inner > div.sung_han_bin .answer__item::after {
  content: "SUNG HAN BIN";
}
.page--qa .section--detail .block__answer__inner > div.zhang_hao .answer__item::after {
  content: "ZHANG HAO";
}
.page--qa .section--detail .block--pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  right: inherit;
}
.page--qa .section--detail .block--pager .pager__item--other {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 7em;
  text-align: center;
}
.page--qa .section--detail .block--pager .pager__item--newer a, .page--qa .section--detail .block--pager .pager__item--newer span,
.page--qa .section--detail .block--pager .pager__item--older a,
.page--qa .section--detail .block--pager .pager__item--older span {
  padding: 12px 10px;
}
.page--qa .section--detail i {
  display: block;
  margin-bottom: 7px;
  font-size: 3vw;
  padding-bottom: 0;
  margin-bottom: 3vw;
}
.page--qa .section--detail .tit--q {
  width: 25%;
  height: auto;
  font-size: 16px;
  line-height: 1.4;
  position: -webkit-sticky;
  position: sticky;
  top: 13vw;
}
.page--qa .section--detail .tit--q i {
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-style: normal;
  font-size: 4.87vw;
  line-height: 1;
  padding-bottom: 5px;
}
.page--qa .section--detail .tit--q span {
  font-size: 13px;
  padding: 0 1em;
  display: block;
  line-height: 1.8em;
}
.page--qa .section--detail .tit--q span.txt--sub {
  font-size: 11px;
  display: block;
  margin-bottom: 3em;
}
.page--qa .section--detail .tit--q .name {
  font-size: 12px;
  margin-top: 4vw;
  padding: 0 1em;
  display: block;
  line-height: 1.8em;
}
.page--qa .section--detail .tit--q .date {
  padding: 0 1em;
}
.page--qa .section--detail .block__answer {
  width: 75%;
  padding: 0;
}
.page--qa .section--detail .block__answer i {
  font-weight: 500;
  border-bottom: none;
  margin-top: 18px;
}

.page--voicekuji.section--detail {
  margin-top: -4vw;
}
.page--voicekuji.section--detail .section-tit {
  font-size: 9.9vw;
  line-height: 0.8em;
  letter-spacing: 0;
  color: #090996;
  position: relative;
  margin-bottom: 5vw;
}
.page--voicekuji.section--detail .section-tit .circle {
  display: block;
  width: 68%;
  height: 65%;
  border: 1px solid;
  border-radius: 50%;
  top: 9vw;
  left: -1vw;
  transform: rotate(-25deg);
}
.page--voicekuji.section--detail .section-tit .circle::before, .page--voicekuji.section--detail .section-tit .circle::after {
  content: "";
  display: block;
  width: 2vw;
  height: 3vw;
  position: absolute;
  background: no-repeat center url(/static/zbone/fanclub/feature/kuji/parts--kira.svg);
  background-size: contain;
  transform: rotate(25deg);
}
.page--voicekuji.section--detail .section-tit .circle::before {
  left: -0.2vw;
  top: 9.5vw;
}
.page--voicekuji.section--detail .section-tit .circle::after {
  left: -0.2vw;
  top: 8.5vw;
}
.page--voicekuji.section--detail .inner {
  width: 50%;
  margin: 0 auto;
}
.page--voicekuji.section--detail .inner > .parts {
  width: 12%;
  right: 27%;
  height: 20%;
  top: 0%;
  position: absolute;
}
.page--voicekuji.section--detail .inner > .parts::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: no-repeat center url(/static/zbone/fanclub/feature/kuji/parts--kazari.png);
  background-size: contain;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--voicekuji.section--detail .inner > .parts {
    width: 23%;
    height: 14vw;
    top: -0.5em;
    right: 4vw;
  }
}
.page--voicekuji.section--detail .block {
  color: #090996;
  width: 50%;
  margin-top: -6vw;
  margin-left: 50%;
}
.page--voicekuji.section--detail .detail__btn {
  margin-top: 0;
  top: -5.5vw;
}

.page--diary.section--list::before {
  content: "";
  display: block;
  width: calc((100% - 6vw) / 4 * 3);
  height: 100%;
  background: url(/static/zbone/fanclub/feature/diary/bg--diary.webp);
  background-size: 40%;
  background-attachment: fixed;
  position: fixed;
  top: 0;
  left: calc(3vw + (100% - 6vw) / 4);
  z-index: -1;
  opacity: 0.6;
}
.page--diary.section--list .block--title {
  position: -webkit-sticky;
  position: sticky;
  top: 13vw;
}
.page--diary.section--list .block--list > h3 {
  width: 80%;
  margin: -5vw auto 4vw;
}
.page--diary.section--list .block--list .list--diary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 4vw;
  gap: 4vw 4%;
}
.page--diary.section--list .block--list .list--diary .list--diary__item {
  width: 30.6666666667%;
  transform-origin: center top;
  transform: translateY(60px) scale(1.2);
  transition: 1s cubic-bezier(0.39, 0.68, 0.35, 1.05);
}
.page--diary.section--list .block--list .list--diary .list--diary__item .thumb img {
  background-position: center 38%;
  background-size: 400%;
}
.page--diary.section--list .block--list .list--diary .list--diary__item .thumb::after {
  background: #fff;
  opacity: 0.9;
  transition: 0.3s;
}
.page--diary.section--list .block--list .list--diary .list--diary__item .thumb::before {
  content: "";
  display: block;
  width: 100%;
  font-size: 2vw;
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  color: #090996;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
.page--diary.section--list .block--list .list--diary .list--diary__item.diary_han_yu_jin .thumb::before {
  content: "HAN YU JIN";
}
.page--diary.section--list .block--list .list--diary .list--diary__item.diary_kim_gyu_vin .thumb::before {
  content: "KIM GYU VIN";
}
.page--diary.section--list .block--list .list--diary .list--diary__item.diary_kim_ji_woong .thumb::before {
  content: "KIM JI WOONG";
}
.page--diary.section--list .block--list .list--diary .list--diary__item.diary_kim_tae_rae .thumb::before {
  content: "KIM TAE RAE";
}
.page--diary.section--list .block--list .list--diary .list--diary__item.diary_park_gun_wook .thumb::before {
  content: "PARK GUN WOOK";
}
.page--diary.section--list .block--list .list--diary .list--diary__item.diary_ricky .thumb::before {
  content: "RICKY";
}
.page--diary.section--list .block--list .list--diary .list--diary__item.diary_seok_matthew .thumb::before {
  content: "SEOK MATTHEW";
}
.page--diary.section--list .block--list .list--diary .list--diary__item.diary_sung_han_bin .thumb::before {
  content: "SUNG HAN BIN";
}
.page--diary.section--list .block--list .list--diary .list--diary__item.diary_zhang_hao .thumb::before {
  content: "ZHANG HAO";
}
.page--diary.section--list .block--list .list--diary .list--diary__item a {
  display: block;
  box-shadow: 0 3px 7px -6px rgba(0, 0, 0, 0.8117647059);
}
.page--diary.section--list .block--list .list--diary .list--diary__item.started {
  transform: translateY(0) scale(1);
}
@media screen and (min-width: 961px) {
  .page--diary.section--list .block--list .list--diary .list--diary__item a {
    display: block;
    line-height: 1;
    overflow: hidden;
    transition: 0.4s;
  }
  .page--diary.section--list .block--list .list--diary .list--diary__item a .thumb {
    will-change: filter;
  }
  .page--diary.section--list .block--list .list--diary .list--diary__item a:hover {
    border-radius: 50%;
  }
  .page--diary.section--list .block--list .list--diary .list--diary__item a:hover .thumb::after {
    background-color: #090996;
  }
  .page--diary.section--list .block--list .list--diary .list--diary__item a:hover .thumb::before {
    color: #ef5a27;
  }
}
.page--diary.section--list .detail__btn {
  margin-top: 0;
  top: 4vw;
  left: 4vw;
}

.page--archives .list--contents,
.page--special .list--contents {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page--archives .list--contents li,
.page--special .list--contents li {
  width: 50%;
}
.page--archives .list--contents li a,
.page--special .list--contents li a {
  display: block;
}
.page--archives .coming-soon,
.page--special .coming-soon {
  width: 96%;
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: min(3vw, 17px);
  text-align: center;
  letter-spacing: 0.1em;
  background: rgba(233, 234, 235, 0.3490196078);
  padding: 7em 2em;
  margin: 0 auto 7vw;
}

.page--support.section--list.section--detail {
  justify-content: flex-start;
}
.page--support.section--list.section--detail .block--title::before {
  display: none;
}
.page--support.section--list.section--detail .block--title .section-tit {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}
.page--support.section--list.section--detail .block--list {
  width: 70.5vw;
  margin: 0 auto;
  padding: 0 4em;
}
.page--support.section--list.section--detail a {
  text-decoration: underline;
}
.page--support.section--list.section--detail .detail__btn a,
.page--support.section--list.section--detail .btn a {
  text-decoration: none;
}
.page--support .block .block-tit {
  font-family: -apple-system, BlinkMacSystemFont, m-plus-2c, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  padding-bottom: 1em;
  border-bottom: 1px solid;
  margin-bottom: 1em;
}
.page--support .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .page--support .list--support a:hover {
    text-decoration: none;
  }
}
.page--support .list--support dt {
  border-bottom: 1px solid;
  line-height: 1.5;
  margin-bottom: 1em;
}
.page--support .list--support dd {
  margin-bottom: 3em;
}
.page--support .supportTable {
  display: block;
  text-align: left;
}
.page--support .supportTable * {
  display: block;
}
.page--support .supportTable tr {
  margin-bottom: 2.5em;
}

.page--course-change .rule {
  color: #c4083a;
}
.page--course-change .block--list .title {
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.page--course-change .block--list .title span {
  font-size: 0.8em;
}
.page--course-change .block--list .block-tit {
  border-bottom: 2px solid;
  font-size: 1.2em;
  padding-bottom: 0.2em;
  margin-bottom: 1.5em;
}
.page--course-change .block--list__item {
  margin: 4em 0;
}
.page--course-change .block--list__item .block {
  background: #dbdcde;
  padding: 2em;
  margin: 1em auto;
}
.page--course-change .block--list__item .block .tit {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
.page--course-change table {
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #000;
  border-collapse: collapse;
}
.page--course-change table th {
  width: 30%;
  padding: 15px 20px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}
.page--course-change table td {
  padding: 15px 20px;
  border: 1px solid #000;
  vertical-align: middle;
}

.page--call .list--contents.list--call li .list--txt .btn {
  width: 80%;
  margin: 0 auto;
}
.page--call .list--contents.list--call li .list--txt .btn--main {
  min-width: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 5px;
  margin: 0.5em 0;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.page--call .list--contents.list--call li .list--txt .tit {
  margin-bottom: 15px;
}
.page--call .list--contents.list--call li .thumb {
  aspect-ratio: 1/1;
}
.page--call .list--contents.list--call li.new .tit::after {
  content: "NEW";
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
  color: #090996;
  line-height: 1;
  margin-left: 0.5em;
}

.page--faq .block--title::before {
  display: none;
}
.page--faq .searchBox {
  width: 100%;
  margin: 4vw auto;
  position: relative;
  border: 1px solid;
}
.page--faq .searchBox input[type=text] {
  border-radius: 5px;
  width: 100%;
  border: none;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #000;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .tit--category {
  font-weight: bold;
  border-bottom: 1px solid;
  margin-bottom: 1em;
}
.page--faq .list--faq,
.page--faq .list--information {
  margin: 0 0 60px;
}
.page--faq .list--faq li,
.page--faq .list--information li {
  opacity: 1;
  transform: none;
}
.page--faq .list--faq li a,
.page--faq .list--information li a {
  padding-left: 1.5em;
}
.page--faq .list--faq .txt,
.page--faq .list--information .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a,
.page--faq .list--information .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q,
.page--faq .list--information .icon--q {
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 4.2em;
}
.page--faq .list--faq .icon--q {
  top: 1.1em;
}
.page--faq .section--list .icon--q {
  top: 1.1em;
}
.page--faq .section--detail .block--title {
  padding: 0 1em;
}
.page--faq .section--detail .block--title .tit {
  font-weight: normal;
  padding-right: 0;
  font-size: 1.4em;
}
.page--faq .section--detail .category {
  font-size: 12px;
  margin-left: 0;
  margin-bottom: 1em;
}
.page--faq .section--detail .section--inner > .txt {
  padding: 0 1em;
  margin-top: 2em;
}
@media screen and (min-width: 961px) {
  .page--faq .section--detail .section--inner > .txt a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}
.page--faq .section--detail .detail__btn {
  left: 0;
}
.page--faq .section--detail .detail__btn a {
  text-decoration: none;
}
.page--faq .block--more-faq {
  margin-top: 4em;
}
.page--faq .block--more-faq .list--faq li a {
  line-height: 1.4;
  text-decoration: none;
}
.page--faq .block--more-faq .list--faq li a .icon--q {
  top: 1em;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact .link a {
  position: relative;
  border-bottom: 1px solid #000;
  padding: 0 0 0.2em;
}
.page--faq .block--contact .link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  position: relative;
  bottom: 2px;
}
.page--faq .block--contact a {
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .page--faq .block--contact a:hover {
    opacity: 0.5;
  }
  .page--faq .block--contact a:hover + i {
    color: #000;
  }
}

@media screen and (min-width: 961px) {
  .page--inquiry.section--list {
    min-height: calc(100vh - 12vw);
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .page--inquiry.section--list {
    min-height: calc(100vh - 16vw);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--inquiry.section--list .block--list {
    width: 80vw;
    margin-left: 7vw;
  }
}
.page--inquiry .required {
  font-size: 11px;
  color: #fff;
  background: #c4083a;
  padding: 4px 8px;
  margin-left: 1em;
}

.page--questionnaire .section-tit {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  margin-bottom: 3vw;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.page--questionnaire .section-tit .font-en {
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 6vw;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .input--half {
    width: 50%;
  }
  .page--questionnaire input[type=email] {
    width: 75%;
  }
  .page--questionnaire .content--main > section {
    width: calc(50% - 3vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .page--questionnaire .input--quarter {
    width: 25%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .input--quarter {
    width: 30%;
  }
  .page--questionnaire .input--quarter.postal_code {
    width: 75%;
  }
}
.page--questionnaire .form--post + .txt--sub {
  margin-top: 3em;
}
.page--questionnaire .txt--sub + .btn {
  margin-top: 1em;
}
.page--questionnaire .wrap > section {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .wrap > section {
    padding: 180px clamp(226px, 20vw, 800px) 50px;
  }
  .page--questionnaire .wrap > section .section-tit {
    font-size: 1.6em;
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .wrap > section {
    padding: 30vw 7vw 10vw;
  }
  .page--questionnaire .wrap > section .section-tit {
    font-size: 1.2em;
    margin-bottom: 2em;
  }
}
.page--questionnaire .wrap > section .ph {
  margin-bottom: 5vw;
}
.page--questionnaire .wrap > section .tit {
  font-size: 16px;
}
.page--questionnaire .wrap > section form input:not([type=submit]), .page--questionnaire .wrap > section form textarea {
  border-radius: 5px;
}
.page--questionnaire .wrap > section form .form--post {
  margin: 4em auto;
}
.page--questionnaire .wrap > section form .form--post dt {
  margin: 2em 0 0.2em;
}
.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;
}
.page--questionnaire .wrap > section form .btn {
  margin-top: 3em;
}
.page--questionnaire .wrap > section form .btn + .btn {
  margin-top: 0;
}
.page--questionnaire .wrap > section form .form--horizontal li {
  display: inline-block;
}
.page--questionnaire .wrap > section form .icon--required::before {
  content: "必須";
  font-size: 11px;
  color: #fff;
  background: #c4083a;
  padding: 4px 8px;
  margin-left: 1em;
}
.page--questionnaire.confirm form {
  margin-top: 30px;
}
.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 #e6e6e6;
  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--birthday-message .wrap::before, .page--birthday-message .wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 19px;
  background: repeat-x center url(/static/zbone/birthday/parts/border.png);
  background-size: contain;
  position: absolute;
  left: 0;
}
.page--birthday-message .wrap::before {
  top: 0;
}
.page--birthday-message .wrap::after {
  bottom: 0;
}
.page--birthday-message .block--grid-line .glid__line {
  display: none;
}
.page--birthday-message .section--detail .block-tit {
  width: 40%;
  max-width: 400px;
  margin: 0 auto 8vw;
}
.page--birthday-message .section--detail .block--image > div.item {
  width: 60%;
  max-width: 700px;
  margin: 5vw auto;
  transition: 0.6s;
}
.page--birthday-message .section--detail .block--image > div.item.delighter {
  opacity: 0;
  transform: translateY(60px) scale(1.2);
  transform-origin: center top;
  filter: blur(20px);
}
.page--birthday-message .section--detail .block--image > div.item.delighter.started {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.page--download .block--list .block-tit {
  font-weight: 500;
  border-bottom: 1px solid;
  margin-bottom: 1em;
}
.page--download .block--list .block--img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2vw;
  margin-bottom: 5vw;
}
.page--download .block--list .block--img figure {
  line-height: 0;
}
@media screen and (min-width: 961px) {
  .page--download .block--list .block--img figure {
    width: calc((100% - 4vw) / 3);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--download .block--list .block--img figure {
    width: calc((100% - 2vw) / 2);
  }
}
.page--download .block--list .block--img figure img {
  max-height: 100%;
}
.page--download .block--item.block--group-photo .block--img figure {
  width: 100%;
}
.page--download .block--item.block--logo-area .block--img {
  gap: 3vw;
}
.page--download .block--item.block--logo-area .block--img figure {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  padding: 2vw;
}
@media screen and (min-width: 961px) {
  .page--download .block--item.block--logo-area .block--img figure {
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--download .block--item.block--logo-area .block--img figure {
    width: 36vw;
    height: 36vw;
  }
}

.page--entry.section--detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page--entry.section--detail .area--logo {
  width: 25%;
  font-size: 13px;
  position: -webkit-sticky;
  position: sticky;
  top: 13vw;
  padding: 0 1em;
}
.page--entry.section--detail .area--logo .section-tit {
  margin: 0 auto;
}
.page--entry.section--detail .area--logo .title {
  margin-bottom: 2em;
}
.page--entry.section--detail .area--logo .title p {
  text-align: center;
  font-size: 1.2vw;
  letter-spacing: 0.5em;
  font-weight: bold;
}
.page--entry.section--detail .area--logo .txt--basic {
  word-break: break-all;
  text-align: justify;
}
.page--entry.section--detail .area--detail {
  width: 75%;
  padding: 0 2em;
}
.page--entry.section--detail .area--detail .block--movie {
  margin-bottom: 5vw;
}
.page--entry.section--detail .area--detail .block--movie .thumb {
  margin-bottom: 15px;
}
.page--entry.section--detail .area--detail .block--movie .tit {
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 3vw;
  text-align: center;
}
.page--entry.section--detail .area--detail .block--movie a {
  position: relative;
}
.page--entry.section--detail .area--detail .block--movie a::after {
  content: "";
  display: block;
  width: 8vw;
  height: 8vw;
  background: no-repeat center url(/static/zbone/common/ico--play.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 4vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry.section--detail .area--detail .block--movie a::after {
    width: 25vw;
    height: 25vw;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border-radius: 12.5vw;
  }
}
@media screen and (min-width: 961px) {
  .page--entry.section--detail .area--detail .block--movie a .thumb img {
    transition: 0.3s;
  }
  .page--entry.section--detail .area--detail .block--movie a:hover .thumb img {
    opacity: 0.5;
  }
}
.page--entry.section--detail .area--detail .block--spec {
  padding: 2em 0;
}
.page--entry.section--detail .area--detail .block--spec .block-tit {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  border-bottom: 1px solid #dbdcde;
  padding-bottom: 10px;
  margin-bottom: 1em;
}
.page--entry.section--detail .area--detail .block--spec .block-tit span {
  display: inline-block;
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.8em;
  font-style: italic;
}
.page--entry.section--detail .area--detail .block--spec .block-tit p {
  display: inline-block;
  padding-left: 0.5em;
  font-weight: bold;
  vertical-align: text-top;
}
.page--entry.section--detail .area--detail .block--spec .label-tit {
  background: #000;
  padding: 1em 1em 0.8em;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-top: 3em;
}
.page--entry.section--detail .area--detail .block--spec dl div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px dotted #dbdcde;
  padding: 1em 0;
}
.page--entry.section--detail .area--detail .block--spec dl dt {
  width: 8em;
  font-weight: bold;
}
.page--entry.section--detail .area--detail .block--spec dl dd {
  width: calc(100% - 9em);
}
.page--entry.section--detail .area--detail .block--spec dl dd .tit {
  display: inline-block;
  font-weight: bold;
  font-size: 1em;
  border: 1px solid #dbdcde;
  text-align: left;
  padding: 0 0.5em;
}
.page--entry.section--detail .area--detail .block--spec dl dd .tit + p {
  margin-bottom: 1.5em;
}
.page--entry.section--detail .area--detail .block--spec dl dd > p:last-of-type {
  margin-bottom: 0;
}
.page--entry.section--detail .area--detail .block--spec dl dd strong {
  line-height: 1;
  background: #090996;
  color: #fff;
  border-radius: 5px;
  vertical-align: text-top;
  padding: 0.25em 0.5em;
  margin-left: 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry.section--detail .area--detail .block--spec dl dd strong {
    display: inline-block;
    width: 8em;
    font-size: 10px;
    border-radius: 15px;
    text-align: center;
    padding: 0.5em;
    margin-left: 0;
    margin-top: 0.5em;
    vertical-align: bottom;
  }
}
.page--entry.section--detail .area--detail div.block--benefit {
  background: #090996;
  color: #fff;
  text-align: center;
  padding: 3em;
  margin: 0 auto;
}
.page--entry.section--detail .area--detail div.block--benefit .block-tit {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
.page--entry.section--detail .area--detail div.block--benefit .block-tit span {
  display: block;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
.page--entry.section--detail .area--detail .block--contents {
  border-top: 1px solid #dbdcde;
  margin: 0 -2em;
  padding: 6vw 2em;
}
.page--entry.section--detail .area--detail .block--contents .block-tit {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 3vw;
}
@media screen and (min-width: 961px) {
  .page--entry.section--detail .area--detail .block--contents .list--contents-list {
    margin-bottom: 2em;
  }
}
.page--entry.section--detail .area--detail .block--contents .list--contents-list li {
  border-bottom: 1px dotted #dbdcde;
  padding: 1.1em 0 0.8em;
}
.page--entry.section--detail .area--detail .block--contents .list--contents-list li .tit {
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
}
.page--entry.section--detail .area--detail .block--entry {
  border-top: 1px solid #dbdcde;
  padding: 6vw 2em;
  margin: 0 -2em;
}
.page--entry.section--detail .area--detail .block--entry .block-tit {
  font-size: 3vw;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  padding: 6vw 0 1.5em;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link .block {
  width: 49%;
  text-align: center;
  background: #e5e5e5;
  padding: 2em;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link .block .btn a {
  width: 90%;
  min-width: inherit;
  padding: 1em;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link .block .tit {
  font-size: 16px;
  padding: 0;
  margin-bottom: 1em;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__pid {
  border-top: 1px dotted #dbdcde;
  border-bottom: 1px dotted #dbdcde;
  margin: 3em 0;
  padding: 2em 0;
}
.page--entry.section--detail .joinMembershipContents {
  margin: 0 0 60px;
}
.page--entry.section--detail .block--joinMembership {
  color: #090996;
}
.page--entry.section--detail .block--joinMembership .joinMembership--item {
  background: #dbdcde;
  padding: 4vw;
  margin-bottom: 2em;
}
.page--entry.section--detail .block--joinMembership .joinMembership--item .joinMembership--ttl {
  text-align: center;
  font-size: 2em;
  line-height: 1;
  margin-bottom: 1.5em;
}
.page--entry.section--detail .block--joinMembership .joinMembership--list {
  display: flex;
  justify-content: space-between;
  gap: 0 4vw;
}
.page--entry.section--detail .block--joinMembership .joinMembership--list li {
  width: 48%;
}
.page--entry.section--detail .block--joinMembership .joinMembership--list li .btn {
  width: 90%;
  margin: 0 auto 2em;
}
.page--entry.section--detail .block--joinMembership .joinMembership--list li .btn .btn--main {
  min-width: inherit;
  width: 100%;
}
.page--entry.section--detail .block--joinMembership .joinMembership--list .joinMembership--box .title {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.page--entry.section--detail .block--joinMembership .joinMembership--list .joinMembership--box .subTitle {
  margin: 0 0 2.5em;
}
.page--entry.section--detail .block--joinMembership .joinMembership--list .joinMembership--box .center {
  text-align: center;
}
.page--entry.section--detail .block--joinMembership .btn {
  margin: 0 0 2em;
}
.page--entry.section--detail .block--joinMembership .joinMembership--inbound {
  text-align: center;
}
.page--entry.section--detail .block--joinMembership .joinMembership--inbound .overseas--ttl {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: bold;
}
.page--entry.section--detail .block--joinMembership .joinMembership--inbound .overseas--link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4em;
}
.page--entry.section--detail .block--joinMembership .joinMembership--inbound .overseas--link li {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--entry.section--detail .block--joinMembership .joinMembership--inbound .overseas--link li {
    transition: opacity 0.3s;
  }
  .page--entry.section--detail .block--joinMembership .joinMembership--inbound .overseas--link li:hover {
    opacity: 0.5;
  }
}
.page--entry.section--detail .block--joinMembership .joinMembership--inbound .overseas--link li::before {
  content: "▼";
  position: absolute;
  font-size: 11px;
  left: -1.6em;
  top: 50%;
  transform: translateY(-48%) rotate(-90deg);
}
.page--entry.section--detail .block--joinMembership .joinMembership--inbound .overseas--link li a {
  border-bottom: 1px solid;
}
.page--entry.section--detail .block--joinMembership .joinMembership--item.re--enroll .btn {
  margin: 0 auto;
}

/* page--error
------------------------------ */
.page--error .section--detail .btn {
  margin: 3em 0;
}

/* page--error
------------------------------ */
@media screen and (min-width: 961px) {
  .page--error .wrap .footer .block--grid-line .glid__line:last-of-type,
  .page--error .wrap #grid .glid__line:last-of-type {
    opacity: 1;
  }
}
.page--error .wrap #grid .glid__line:last-of-type::before {
  opacity: 0;
}
.page--error .section--detail {
  padding-left: 5vw;
  padding-right: 5vw;
}
.page--error .section--detail .tit {
  font-weight: 500;
  margin-bottom: 4vw;
  font-size: 5vw;
}
@media screen and (min-width: 961px) {
  .page--error .section--detail .txt {
    text-align: center;
  }
}

/* keyframes
------------------------------ */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.2s 0s ease;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--sub {
    min-width: 300px;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .page--home.drawer-visible {
    overflow: hidden;
  }
  .section--detail > .txt {
    font-size: 14px;
  }
  .list--information li a {
    overflow: hidden;
  }
  .list--information li a:hover {
    opacity: 0.7;
    border-radius: 0 1vw 1vw 0;
  }
  .list--error li {
    font-size: 13px;
  }
  .section--list .block--title {
    margin-bottom: 50px;
  }
  .section--list .list--contents li {
    width: 48%;
    margin-bottom: 50px;
  }
  .section--list .list--contents li.no-data {
    margin: 0;
    width: 100%;
  }
  .list__more a {
    transition: 0.2s;
  }
  .list__more a .arrow svg,
  .detail__btn a .arrow svg {
    position: relative;
    left: 0;
    transition: 0.3s;
  }
  .list__more a .arrow::before, .list__more a .arrow::after,
  .detail__btn a .arrow::before,
  .detail__btn a .arrow::after {
    transition: 0.2s;
  }
  .detail__btn a:hover .arrow::before,
  .list__more a:hover .arrow::before {
    transform: rotate(-16deg) scale(1.08);
  }
  .detail__btn a:hover .arrow::after,
  .list__more a:hover .arrow::after {
    transform: rotate(-32deg) scale(1.2);
  }
  .detail__btn a:hover .arrow svg,
  .list__more a:hover .arrow svg {
    left: 4px;
  }
  .btn a,
  .btn input {
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
  }
  .btn .btn--sub {
    transition: all 0.3s;
  }
  .list--contents li a .thumb,
  .list--photo li a .thumb {
    transition: 0.3s;
  }
  .list--contents li a:hover,
  .list--photo li a:hover {
    color: #090996;
  }
  .list--contents li a:hover .thumb,
  .list--photo li a:hover .thumb {
    border-radius: 50%;
  }
  .section--banner .swiper-wrapper li a {
    overflow: hidden;
    position: relative;
    transition: 0.3s;
  }
  .section--banner .swiper-wrapper a:hover {
    border-radius: 50%;
  }
  .list--qa li a {
    transition: 0.3s;
    position: relative;
    z-index: 1;
  }
  .list--qa li a:hover {
    background: #fff;
    border-color: #fff;
    border-radius: 0 2vw 2vw 0;
  }
  .list--qa li a:hover .list__txt .tit::after,
  .list--qa li a:hover .list__txt i, .list--qa li a:hover .tit {
    color: #090996;
  }
  .list--faq li a {
    transition: 0.3s;
  }
  .list--faq li a:hover {
    opacity: 0.5;
  }
  .block--share li a {
    transition: 0.3s;
  }
  .block--share li a:hover i {
    color: #090996;
  }
  .block--share li a:hover svg {
    fill: #090996;
  }
  /*
  .list--blog{
    li a .thumb{
      overflow: hidden;
      transition: .3s;
      position: relative;
      z-index: 1;
    }
    li a:hover{
      .thumb{
       // border-radius: 50%;
      }
    }
  }
  */
  .header .list--sns__item a:hover,
  .header .g-nav li a:hover {
    opacity: 0.5 !important;
  }
  body:not(.page--home) .wrap {
    padding-bottom: 12vw;
  }
  body:not(.page--home) .footer {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .drawer-visible .glid__line.sp {
    display: none !important;
  }
  .wovn-languages.visible .nav-dropdown .list--language li:hover {
    display: block;
    opacity: 0.5;
  }
  .block--category li a {
    transition: 0.3s;
  }
  .block--category li a:hover {
    opacity: 0.5;
  }
  .page--home .section--hero .list--sns li a:hover {
    opacity: 0.5;
  }
  .page--home .section--schedule .block--schedule-swiper {
    width: 100%;
  }
  .page--home .section--schedule .swiper-horizontal {
    width: 100%;
  }
  .page--home .section--schedule .list--schedule {
    width: 100%;
    height: auto;
    transform: none;
  }
  .page--home .section--schedule .list--schedule li {
    width: calc((100% - 3vw) / 4) !important;
  }
  .page--home .section--fcinfo .list--information li a:hover {
    color: #fff;
    opacity: 0.5;
  }
  .page--home .section--blog .list--contents li .tit span {
    display: inline-block;
    min-width: 12em;
  }
  .page--home .section--blog .list--blog li.swiper-slide a .thumb {
    overflow: hidden;
    transition: 0.3s;
    position: relative;
    z-index: 1;
  }
  .page--home .section--blog .list--blog li.swiper-slide a .thumb img {
    will-change: filter;
  }
  .page--home .section--blog .list--blog li.swiper-slide a:hover .thumb {
    border-radius: 50%;
  }
  .page--home .section--qa .list__txt i, .page--home .section--qa .tit {
    transition: 0.3s;
  }
  .page--home .section--qa .list--qa li a:hover .list__txt i, .page--home .section--qa .list--qa li a:hover .tit {
    color: #fff;
    opacity: 0.5;
  }
  .page--profile.member_info.section--detail .profile_inner {
    align-items: flex-start;
  }
  .page--profile.member_info.section--detail .block--item__detail {
    padding: 3vw 0 0 7vw;
  }
  .page--profile.member_info.section--detail .block--item__detail .block--text {
    padding-bottom: 1.5vw;
    margin-bottom: 4.5vw;
  }
  .page--profile.member_info.section--detail .block--item__detail .block--text [class^=ico--] {
    top: 0.3em;
  }
  .page--profile.member_info.section--detail .block--thumbnail {
    bottom: -9vw;
    right: 0;
    width: 35vw;
    margin: 0 5vw 0 auto;
    padding: 1.5vw 0;
  }
  .page--profile.member_info.section--detail .block--item__photo {
    width: 50%;
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
  }
  .page--profile.member_info.section--detail .block--item__photo .item__thumb {
    padding-right: 5vw;
  }
  .page--profile.member_info.section--detail .block--item__photo .item__thumb .thumb {
    width: 35vw;
  }
  .page--profile.member_info.section--detail .nav--member {
    padding: 1.5vw 0;
    margin-bottom: 3vw;
  }
  .page--profile.member_info.section--detail .profile_info li a, .page--profile.member_info.section--detail .block--info dl {
    transition: 0.2s 0s ease;
    overflow: hidden;
  }
  .page--profile.member_info.section--detail .profile_info li a:hover, .page--profile.member_info.section--detail .block--info dl:hover {
    opacity: 0.9;
    border-radius: 0 1vw 1vw 0;
  }
  .page--profile.member_info.section--detail .profile_info {
    margin: 0 0 4.5vw 0;
  }
  .page--profile.member_info.section--detail .profile_info .list--schedule {
    flex-wrap: wrap;
  }
  .page--profile.member_info.section--detail .profile_info .list--schedule li {
    margin-bottom: 0;
    width: calc((100% - 10px) / 2);
  }
  .page--profile.member_info.section--detail .block--info {
    margin: 0 0 4.5vw 0;
  }
  .page--photo .list--contents {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .page--photo .list--contents li {
    width: calc(33.3333333333% + 1px);
    margin-bottom: 50px;
    margin-right: 0;
  }
  .page--photo.page--photo__detail .section-tit {
    font-size: 2.2vw;
  }
  .page--movie .section--list {
    min-height: 84vh;
  }
  .page--movie .section--detail .date {
    display: block;
  }
  .page--movie .section--detail .txt--basic {
    margin: 50px 0;
    min-height: 200px;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .section--detail .block--movie {
    width: 75%;
  }
  .page--movie .txt {
    margin-bottom: 50px;
  }
  .page--movie .txt a {
    color: #090996;
  }
  .page--movie .block--player {
    margin: 40px 0 0;
  }
  .page--archives .list--contents li,
  .page--special .list--contents li {
    width: 50%;
  }
  .page--archives .section-tit {
    font-size: 5vw;
  }
  .page--blog .section--list .block--title {
    width: 25%;
  }
  .page--blog .section--list .block--list {
    width: 75%;
  }
  .page--blog .section--list .list--contents.list--blog {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
  }
  .page--blog .section--list .list--contents.list--blog li {
    width: 33.3333333333%;
    margin-bottom: 50px;
  }
  .page--blog .section--list .list--contents.list--blog li a:hover {
    color: #090996;
  }
  .page--blog .section--list .list--contents.list--blog li .list__txt {
    padding: 0 1em;
  }
  .page--blog .section--list .list--contents.list--blog li .tit {
    font-size: 13px;
  }
  .page--blog .section--detail .detail__btn {
    margin-top: 0;
  }
  .page--call .wrap .footer .block--grid-line .glid__line:last-of-type,
  .page--call .wrap #grid .glid__line:last-of-type {
    opacity: 1;
  }
  .page--call .block--list {
    padding: 0;
  }
  .page--call .list--contents.list--call {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2%;
  }
  .page--call .list--contents.list--call li {
    width: 49%;
    margin-bottom: 50px;
    margin-right: 0;
  }
  .page--call .list--contents.list--call li .list--txt .btn--main:hover {
    background: #090996;
    color: #fff;
    border: 1px solid #090996;
  }
  .page--faq .wrap .footer .block--grid-line .glid__line:last-of-type,
  .page--faq .wrap #grid .glid__line:last-of-type {
    opacity: 0;
  }
  .page--faq .searchBox {
    border: none;
    border-bottom: 1px solid;
  }
  .page--faq .section-tit {
    font-size: 1.8em;
    top: 0;
  }
  .page--faq .section--list .block--title {
    padding: 0 1em;
  }
  .page--faq .section--list .block--list {
    padding: 0 1em;
  }
  .page--faq .block--contact .link a:hover {
    color: #090996;
  }
  .page--faq .block--contact .link a:hover::after {
    border-color: #090996;
  }
  .page--questionnaire .section--detail .btn .btn--sub:hover {
    background: #fdfbfd;
  }
  .page--error .section--detail .tit {
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .circle {
    position: absolute;
    transform: rotate(-13deg) scaleY(0.95);
    top: -1.5vw;
    z-index: 5;
  }
  .circle .cirlce-anim {
    fill: none;
    stroke: #090996;
    mix-blend-mode: lighten;
    stroke-miterlimit: 10;
    stroke-width: 0.5px;
    stroke-dashoffset: 665.2857154185px;
    stroke-dasharray: 665.2857154185px;
    transition: stroke-dashoffset 0.7s ease 0s;
  }
  .circle:hover .cirlce-anim {
    stroke-dashoffset: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main,
  .btn--sub {
    width: 100%;
    padding: 1.5em 20px;
  }
  /* page--error
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  .btn--main,
  .btn--sub {
    min-width: 40%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list__more,
  .detail__btn {
    display: inline-block;
    position: relative;
  }
  .list__more a,
  .detail__btn a {
    display: block;
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 11px;
    padding: 1.4em 6em 1.4em 0;
    position: relative;
  }
  .list__more a .arrow,
  .detail__btn a .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5em;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0.5em;
  }
  .list__more a .arrow::before, .list__more a .arrow::after,
  .detail__btn a .arrow::before,
  .detail__btn a .arrow::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid;
    border-radius: 80%;
    position: absolute;
    transform: rotate(-16deg);
  }
  .list__more a .arrow::after,
  .detail__btn a .arrow::after {
    transform: rotate(-36deg);
  }
  .list__more a .arrow svg,
  .detail__btn a .arrow svg {
    width: 14px;
    height: 12px;
  }
  .detail__btn a {
    padding: 1.2em 0em 1.5em 5.5em;
    font-size: 12px;
  }
  .detail__btn a .arrow {
    width: 4.5em;
    height: 2.6em;
  }
  .detail__btn a .arrow svg {
    width: 12px;
    height: 10px;
  }
  .block--grid-line .glid__line::before,
  .block--grid-line .glid__line::after, .block--grid-line::before, .block--grid-line::after {
    opacity: 0.3;
  }
  .nav__top--login {
    display: none;
  }
  .block--pager {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    right: 0;
    left: 0;
  }
  .section--detail .block--pager {
    text-align: center;
    margin: 20px 0 0;
  }
  .list--information li a {
    padding: 1em 0;
  }
  .list--information li a .date {
    display: inline-block;
    width: auto;
    text-align: left;
    margin-bottom: 2px;
  }
  .list--information li a .tit span {
    display: block;
  }
  .date, .category {
    font-size: 11px;
  }
  .category {
    margin-left: 0.8em;
  }
  .tit {
    font-size: 13px;
    font-weight: 400;
  }
  .section--list {
    padding-bottom: 30px;
  }
  .section--list .list--contents li {
    margin-bottom: 48px;
  }
  .section--list .list--contents li:last-child {
    margin-bottom: 0;
  }
  .list--schedule {
    display: block;
  }
  .list--schedule li {
    width: 100%;
  }
  .list--schedule li .category {
    font-size: 10px;
  }
  .list--schedule li a .date strong {
    font-size: 2em;
  }
  .list--schedule li > .list__txt:last-of-type a {
    margin-bottom: 0 !important;
  }
  .list--video li a::after {
    width: 95%;
    height: 90%;
    transform: rotate(-6deg);
    top: -2%;
    left: 2.5%;
  }
  .list--contents li .thumb, .list--contents .block__item .thumb {
    margin-bottom: 10px;
  }
  .list--contents > li .thumb::before {
    display: none;
  }
  .list--profile li {
    width: 50%;
  }
  .list--profile li a .name {
    text-align: left;
  }
  .list--profile li a::after {
    right: unset;
    left: 0;
  }
  .list--profile .list--profile__item.zb1 > span svg {
    width: 24vw;
    height: 24vw;
  }
  .list--blog {
    gap: 10px;
  }
  .list--blog li {
    width: 50%;
    margin-bottom: 2rem;
  }
  .list--blog li .thumb {
    overflow: hidden;
    aspect-ratio: 1/1;
    margin-bottom: 3vw;
  }
  .list--blog li .thumb > img:not(.blur) {
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    z-index: 10;
  }
  .list--blog li .thumb .date {
    font-size: 10px;
    bottom: 1em;
    right: 1em;
  }
  .list--blog li .category {
    font-size: 10px;
    margin-left: 0;
    margin-bottom: 0.2rem;
  }
  .list--blog li .tit {
    font-size: 12px;
  }
  .list--photo li {
    width: 50%;
  }
  .block--category {
    margin-bottom: 20px;
  }
  .block--category li {
    margin-right: 0;
  }
  .block--category li a {
    font-size: 13px;
    letter-spacing: 0.1em;
    padding: 0 5px;
  }
  .section-tit {
    font-size: 5vw;
    letter-spacing: initial;
  }
  .section--list,
  .section--detail {
    padding: 0 4vw;
  }
  .section--list .date,
  .section--detail .date {
    margin-bottom: 5px;
  }
  .section--list .detail__btn,
  .section--detail .detail__btn {
    font-size: 4vw;
    left: 0;
    margin-top: 20px;
    margin-bottom: 2vw;
  }
  .section--list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
  .section--list .section-tit {
    top: 0;
  }
  .section--list .block--title {
    width: 23.5vw;
    margin-bottom: 4vw;
  }
  .section--list .block--list {
    width: 70.5vw;
    padding-top: 6vw;
  }
  .section--list .block--category {
    font-size: 12px;
    width: 70vw;
    gap: 0 0.5em;
    margin-bottom: 2vw;
    left: -0.4em;
  }
  .section--list .block--category::before {
    left: 0.4em;
  }
  .section--list .block--category a {
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .section--detail {
    padding-bottom: 10vw;
  }
  .section--detail .tit {
    line-height: 1.5;
  }
  .section--detail .detail__btn {
    padding: 0;
    left: 0;
    position: relative;
  }
  .section--detail .block--share li.share {
    font-size: 10px;
  }
  .circle {
    display: none !important;
  }
  .header {
    position: absolute;
  }
  .header .logo {
    width: 26vw;
    height: 6.7vw;
    position: fixed;
    z-index: 1;
    left: 3.5vw;
    top: 4vw;
    z-index: 900;
  }
  .header .logo a {
    display: block;
    height: 100%;
    line-height: 0;
  }
  .header .logo a svg {
    height: 100%;
    width: 100%;
    fill: #fff;
  }
  .header .drawer__btn {
    width: min(15vw, 100px);
    top: 3vw;
    right: 4vw;
  }
  .header .drawer__btn .drawer__btn__item:nth-child(1) {
    top: 13px;
  }
  .header .drawer__btn .drawer__btn__item:nth-child(3) {
    top: 27px;
  }
  .drawer {
    width: calc(100% - 8vw + 4vw);
  }
  .drawer .header__inner {
    align-items: flex-start;
    height: 100%;
    padding: 10vw 0;
  }
  .drawer .block--menu {
    position: relative;
  }
  .drawer .block--menu li a {
    font-size: 10vw;
    letter-spacing: 0;
    text-indent: -0.1em;
    padding: 0.05em 0;
  }
  .drawer .g-nav .tit--label {
    font-size: 10px;
    margin-bottom: 0.5vw;
  }
  .drawer .g-nav > ul,
  .drawer .g-nav .block--nav-fc > ul {
    width: 68vw;
  }
  .drawer .g-nav > ul > li,
  .drawer .g-nav .block--nav-fc > ul > li {
    width: 100%;
  }
  .drawer .g-nav .list--sns {
    width: 68.5vw;
    margin-top: 6vw;
    margin-bottom: 14vw;
    justify-content: flex-start;
    gap: 0 1.45em;
  }
  .drawer .g-nav .list--sns li {
    width: auto;
  }
  .drawer .g-nav .list--sns li a {
    font-size: min(10vw, 18px);
  }
  .drawer .g-nav .list--sns li a img {
    display: inline-block;
    width: min(11vw, 24px);
    margin-top: 0.05em;
  }
  .drawer .g-nav .block--nav-fc {
    position: relative;
  }
  .drawer .g-nav .block--nav-fc::before {
    left: 23vw;
    top: -11.5vw;
  }
  .drawer .g-nav .block--nav-fc .g-nav__login li {
    width: auto;
    position: relative;
    margin-bottom: 3vw;
  }
  .drawer .g-nav .block--nav-fc .g-nav__login li a {
    font-size: 7.5vw;
  }
  .drawer .g-nav .block--nav-fc .g-nav__login li.item__login {
    padding-left: 2.7em;
  }
  .drawer .g-nav .block--nav-fc .g-nav__login li.item__login::after {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    background: #090996;
    border-radius: 3px;
    position: absolute;
    left: 1.2em;
    top: 6px;
    transform: rotate(36deg);
    border: none;
  }
  .drawer .block--grid-line {
    width: 100%;
    position: absolute;
  }
  .drawer .block--grid-line::before, .drawer .block--grid-line::after,
  .drawer .block--grid-line .glid__line::before,
  .drawer .block--grid-line .glid__line::after {
    background: #bbbfc7;
  }
  .drawer .block--grid-line .glid__line, .drawer .block--grid-line::before, .drawer .block--grid-line::after {
    width: 23vw;
    position: absolute;
    top: -120%;
    background: #dbdcde;
    opacity: 1;
    transition: top 0.3s;
  }
  .drawer .block--grid-line .glid__line:first-of-type, .drawer .block--grid-line::before:first-of-type, .drawer .block--grid-line::after:first-of-type {
    display: none;
  }
  .drawer .block--grid-line::before {
    left: 0;
  }
  .drawer .block--grid-line .glid__line:first-of-type {
    left: 23vw;
  }
  .drawer .block--grid-line .glid__line:nth-of-type(2) {
    left: 46vw;
  }
  .drawer .block--grid-line .glid__line:last-of-type {
    right: 4vw;
  }
  .drawer .block--grid-line::after {
    width: 4vw;
    right: 0;
  }
  .drawer .drawer-inner {
    position: relative;
  }
  .list--nav {
    text-align: center;
  }
  .list--nav li {
    display: inline-block;
  }
  .drawer-visible {
    opacity: 1;
    pointer-events: auto;
    overflow: hidden;
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: auto;
  }
  .drawer-visible .drawer .block--grid-line .glid__line, .drawer-visible .drawer .block--grid-line::before, .drawer-visible .drawer .block--grid-line::after {
    top: 0%;
  }
  .drawer-visible .drawer .g-nav {
    opacity: 1;
    transition-delay: 0.5s;
  }
  .drawer-visible .drawer .block--grid-line::before {
    transition-delay: 0.1s;
  }
  .drawer-visible .drawer .block--grid-line .glid__line:first-of-type {
    transition-delay: 0.2s;
  }
  .drawer-visible .drawer .block--grid-line .glid__line:nth-of-type(2) {
    transition-delay: 0.3s;
  }
  .drawer-visible .drawer .block--grid-line .glid__line:last-of-type {
    transition-delay: 0.4s;
  }
  .drawer-visible .drawer .block--grid-line::after {
    transition-delay: 0.5s;
  }
  .drawer-visible #drawer__btn {
    mix-blend-mode: unset;
  }
  .drawer-visible #drawer__btn .drawer__btn__item {
    background: #090996;
  }
  .drawer-visible #drawer__btn .drawer__btn__item:nth-of-type(1) {
    transform: rotate(15deg);
    top: 20px;
  }
  .drawer-visible #drawer__btn .drawer__btn__item:nth-of-type(2) {
    transform: scaleX(0);
    transform-origin: left;
  }
  .drawer-visible #drawer__btn .drawer__btn__item:nth-of-type(3) {
    top: 20px;
    transform: rotate(-15deg);
  }
  .drawer-visible .header .logo,
  .drawer-visible .wovn-languages {
    opacity: 0;
    pointer-events: none;
  }
  .page--home .swiper-button-prev, .page--home .swiper-button-next {
    width: 7px;
    height: 7px;
    top: 2px;
    left: 10px;
  }
  .page--home .header .logo {
    opacity: 0;
    width: 60vw;
    height: 13vw;
    top: calc(100vh - 74vw);
    left: 20vw;
    transition: 0.3s;
    position: absolute;
    mix-blend-mode: unset;
  }
  .page--home .header .drawer__btn {
    position: fixed;
    right: 4vw;
    transition: 0.2s;
  }
  .page--home.scrolling .header .drawer__btn {
    top: 4vw;
  }
  .page--home footer.footer {
    background: #090996;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .page--home footer.footer a {
    color: #fff;
  }
  .page--home .wovn-languages {
    font-size: 13px;
    top: calc(100vh - 54vw);
    left: 31vw;
    mix-blend-mode: unset;
    z-index: 999;
    width: 40vw;
  }
  .page--home .wovn-languages .nav-dropdown {
    left: 0;
  }
  .page--home .wovn-languages .list--language li::after {
    height: 1px;
  }
  .page--home .wovn-languages .langIcon {
    left: 13vw;
    top: -3px;
    opacity: 0.8;
  }
  .page--home .section--hero .block--sns {
    display: none;
  }
  .page--home .section--hero .logo {
    display: none;
  }
  .page--home #bg-area .movie--cover {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 5;
    mix-blend-mode: multiply;
  }
  .page--home #bg-area .block--movie--youtube {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .page--home #bg-area .block--movie--youtube #video-vide {
    height: 100%;
    height: 100dvh;
    pointer-events: none;
  }
  .page--home #bg-area .block--bg--img__main {
    background-size: contain;
  }
  .page--home .area--contents {
    padding-top: 15vw;
  }
  .page--home .section--release {
    padding: 2vw 7vw 15vw;
  }
  .page--home .section--release .section-tit {
    width: 100%;
    line-height: 1;
    font-size: 25px;
    font-weight: 500;
  }
  .page--home .section--release .inner {
    display: block;
  }
  .page--home .section--release .block--thumb {
    width: 80%;
    margin: 0 auto 10vw;
  }
  .page--home .section--release .block--info {
    width: 100%;
    display: block;
  }
  .page--home .section--release .block--info .block--lead {
    width: 100%;
    padding-top: 0.8em;
    margin-bottom: 4em;
  }
  .page--home .section--release .block--info .block--lead > span {
    font-weight: 600;
    font-size: 0.9em;
    letter-spacing: 0.15em;
    margin-bottom: 0.3em;
    display: block;
  }
  .page--home .section--release .block--info .block--lead .title {
    font-size: 8vw;
  }
  .page--home .section--release .block--info .block--lead .release {
    padding-top: 0.7em;
    font-size: 1em;
  }
  .page--home .section--release .block--info .block--link .tit--label {
    font-size: 0.9em;
    padding-bottom: 0.5em;
  }
  .page--home .section--release .block--info .block--link .shoplist {
    gap: 0.2em;
    padding: 1em 0;
  }
  .page--home .section--release .block--info .block--link .shoplist > a {
    width: calc((100% - 0.6em) / 4);
    border: 1px solid #f5f5f5;
  }
  .page--home .section--release .block--info .block--link .shoplist > a.btn--dl {
    padding: 6px 10px;
    font-size: 11px;
  }
  .page--home .section--release .block--info .list__more {
    font-size: 0.8em;
  }
  .page--home .section--release .block--info .list__more a {
    font-weight: 600;
  }
  .page--home .section--banner .swiper-wrapper {
    margin-left: 4vw;
  }
  .page--home .section--banner .swiper-pagination > span {
    font-size: 13px;
  }
  .page--home .section--banner .swiper-pagination .swiper-pagination-total::before {
    left: -1.5vw;
  }
  .page--home .section--info {
    margin-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 17vw;
  }
  .page--home .section--info .section-tit {
    text-indent: -0.07em;
    font-size: 18.3vw;
    margin-bottom: 8vw;
  }
  .page--home .section--info .list__more {
    position: absolute;
    top: 4vw;
    right: 4vw;
  }
  .page--home .section--info .list--information {
    margin-top: 0;
    margin-left: 0;
  }
  .page--home .section--schedule {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: 0;
    margin-bottom: 20vw;
  }
  .page--home .section--schedule .block--schedule-swiper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .page--home .section--schedule .block--schedule-swiper::-webkit-scrollbar, .page--home .section--schedule .block--schedule-swiper::-webkit-scrollbar {
    display: none;
  }
  .page--home .section--schedule .list__more {
    z-index: 5;
    left: 4vw;
  }
  .page--home .section--schedule .block--title {
    justify-content: flex-start;
    margin-right: 4vw;
    margin-bottom: 11vw;
  }
  .page--home .section--schedule .block--title .section-tit {
    font-size: 19.95vw;
  }
  .page--home .section--schedule .list--schedule {
    justify-content: normal;
    margin-left: calc((100% - 8vw) / 3 - 4vw + 1px) !important;
  }
  .page--home .section--schedule .list--schedule li {
    width: calc((100% - 8vw) / 2) !important;
  }
  .page--home .section--schedule .list--schedule li a {
    padding-bottom: 2em;
  }
  .page--home .section--schedule .list--schedule li a::before, .page--home .section--schedule .list--schedule li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    position: absolute;
  }
  .page--home .section--schedule .list--schedule li a::after {
    bottom: 0;
  }
  .page--home .section--schedule .list--schedule li .list__date {
    height: 8em;
  }
  .page--home .section--schedule .list--schedule li .year {
    margin: 2em 0 1em;
  }
  .page--home .section--schedule .list--schedule li .date {
    margin-bottom: 0;
  }
  .page--home .section--schedule .list--schedule li .category {
    margin-bottom: 0.8em;
  }
  .page--home .section--schedule.coming-soon {
    justify-content: center;
  }
  .page--home .section--schedule.coming-soon .block--title {
    position: relative;
    z-index: 2;
  }
  .page--home .section--schedule.coming-soon .list--schedule {
    display: block;
    width: 100%;
    margin-left: 0 !important;
  }
  .page--home .section--schedule.coming-soon .block--schedule-swiper {
    overflow: visible;
    width: 100%;
  }
  .page--home .section--schedule.coming-soon .no-data {
    width: 100% !important;
    height: 40vw;
    top: -16vw;
  }
  .page--home .section--video {
    margin-bottom: 24vw;
  }
  .page--home .section--video .block--title {
    margin-bottom: -4vw;
  }
  .page--home .section--video .section-tit {
    font-size: 18.6vw;
  }
  .page--home .section--video .list__detail {
    margin-top: 1.5em;
  }
  .page--home .section--video .part-wrap {
    display: none !important;
  }
  .page--home .section--profile {
    padding: 0 4vw;
  }
  .page--home .section--profile .section-tit {
    font-size: 20.2vw;
  }
  .page--home .section--profile .inner {
    display: block;
  }
  .page--home .section--profile .block--txt {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--home .section--profile .block--txt .artist-name {
    width: 50%;
    height: 5vw;
    margin: 2.5em 0 3.5em;
    position: relative;
  }
  .page--home .section--profile .block--txt .artist-name::after {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    position: absolute;
    background: #000;
    bottom: -5vw;
    left: 0;
  }
  .page--home .section--profile .block--txt .txt--lead {
    word-break: break-all;
    text-align: justify;
    margin-bottom: 1em;
  }
  .page--home .section--profile .block--photo {
    width: 100%;
  }
  .page--home .area--fc {
    padding-top: 22vw;
  }
  .page--home .area--fc .section--banner {
    margin-bottom: 16vw;
  }
  .page--home .area--fc .section--banner.no-carousel {
    padding-top: 3vw;
  }
  .page--home .area--fc .block--login .logo {
    text-align: center;
    margin-bottom: 5vw;
    line-height: 1;
  }
  .page--home .area--fc .block--login .logo svg {
    width: 60vw;
    height: 25vw;
  }
  .page--home .area--fc .block--login .list--login {
    gap: 0 1em;
  }
  .page--home .area--fc .block--login .list--login li a {
    font-size: 0.8em;
  }
  .page--home .area--fc .list__more {
    transform: translateX(-50%);
    left: 50%;
    margin-bottom: 8vw;
  }
  .page--home .section--fcinfo {
    margin-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 17vw;
  }
  .page--home .section--fcinfo .block--title {
    text-align: left;
    padding-right: 0vw;
    position: relative;
  }
  .page--home .section--fcinfo .block--title .section-tit {
    text-indent: -0.07em;
    font-size: 14vw;
  }
  .page--home .section--fcinfo .list__more {
    margin-top: 4vw;
    margin-bottom: 0;
  }
  .page--home .section--fcinfo .list--information {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .page--home .section--blog {
    margin-bottom: 10vw;
  }
  .page--home .section--blog .block--title {
    position: relative;
    margin-bottom: 1em;
  }
  .page--home .section--blog .block--title .block-tit {
    padding-left: 0;
    font-size: 16vw;
    white-space: pre;
    margin-bottom: -6.5vw;
    animation: horizontal 25s linear infinite normal;
  }
  .page--home .section--blog .block--title .block-tit span {
    display: inline-block;
    margin-right: 0.3em;
  }
  .page--home .section--blog .block--title .list__more {
    position: absolute;
    right: calc(3vw + 6em);
    bottom: 5vw;
  }
  .page--home .section--blog .block--blog-swiper {
    margin-left: 4vw;
    padding-right: 4vw;
  }
  .page--home .section--blog .block--blog-swiper .part-wrap {
    display: none !important;
  }
  .page--home .section--blog .block--blog-swiper.no-carousel.num1 {
    margin-left: calc(4vw + 12.5%);
  }
  .page--home .section--blog .block--blog-swiper.no-carousel.num1 .swiper-slide {
    width: 84%;
  }
  .page--home .section--blog .block--blog-swiper.no-carousel.num2 {
    margin-left: 4vw;
  }
  .page--home .section--blog .block--blog-swiper.no-carousel.num2 .swiper-slide {
    width: 50%;
  }
  .page--home .section--blog .list--blog {
    flex-wrap: unset;
    gap: 0;
  }
  .page--home .section--blog .list--blog li a {
    display: block;
    text-align: right;
  }
  .page--home .section--blog .list--blog li .thumb {
    line-height: 0;
    margin-bottom: 8px;
    background: #000;
  }
  .page--home .section--blog .list--blog li .thumb img {
    position: relative;
    background: no-repeat center;
    background-size: cover;
    aspect-ratio: 1/1;
  }
  .page--home .section--blog .list--blog li .date,
  .page--home .section--blog .list--blog li .name {
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .page--home .section--blog .list--blog li .name {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .page--home .section--blog.coming-soon {
    margin-bottom: 40vw;
    margin-top: 15vw;
  }
  .page--home .section--blog.coming-soon::before {
    height: 440%;
    left: 1vw;
    top: -7vw;
    width: calc(100% - 2vw);
  }
  .page--home .section--blog.coming-soon .no-data {
    border: none;
    top: 12vw;
  }
  .page--home .section--movie .block,
  .page--home .section--gallery .block {
    width: calc(100% - 8vw);
    margin: 0 auto;
    position: relative;
  }
  .page--home .section--movie .block::before,
  .page--home .section--gallery .block::before {
    height: 52vw;
    top: -0.5vw;
  }
  .page--home .section--movie .block .list__txt,
  .page--home .section--gallery .block .list__txt {
    text-align: center;
    margin: 1.5em auto;
  }
  .page--home .section--movie .block .date,
  .page--home .section--gallery .block .date {
    text-align: center;
  }
  .page--home .section--movie .block--title {
    padding-right: 4vw;
  }
  .page--home .section--movie .block--title .block-tit {
    font-size: 15.8vw;
  }
  .page--home .section--movie .block--title .list__more {
    margin-right: auto;
    margin-top: 3em;
  }
  .page--home .section--gallery {
    margin-bottom: 8vw;
  }
  .page--home .section--gallery .block--title {
    padding-left: 4.5vw;
  }
  .page--home .section--gallery .block--title .block-tit {
    font-size: 12vw;
  }
  .page--home .section--gallery .block--title .list__more {
    margin-right: auto;
  }
  .page--home .section--gallery.coming-soon {
    margin-top: 11vw;
    margin-bottom: 50vw;
  }
  .page--home .section--gallery.coming-soon .no-data {
    right: 3vw;
    width: 71vw;
    height: 31vw;
    top: 2vw;
  }
  .page--home .section--qa {
    padding: 0 4vw;
    margin-bottom: 10vw;
  }
  .page--home .section--qa .block-tit {
    font-size: 23.5vw;
    text-align: center;
  }
  .page--home .section--qa .block-tit span {
    font-size: 0.8em;
  }
  .page--home .section--qa .block--box {
    width: 80%;
    margin: 8vw auto 0;
  }
  .page--home .section--qa .list__more {
    margin-top: 0;
    position: relative;
    right: unset;
  }
  .page--home .section--voice {
    padding: 0 4vw 30vw;
  }
  .page--home .section--voice .block--title {
    margin-bottom: 2em;
    position: relative;
  }
  .page--home .section--voice .block--title .item__link {
    display: none !important;
  }
  .page--home .section--voice .block-tit {
    font-size: 15.5vw;
    position: relative;
    left: 0;
  }
  .page--home .section--voice .block--lead {
    width: 100%;
    position: relative;
    left: 0;
  }
  .page--home .section--voice .item__link {
    width: 43vw;
    height: 24vw;
    position: absolute;
    left: 49%;
    bottom: 8vw;
  }
  .page--home .section--voice .item__link a {
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 11px;
    text-align: center;
  }
  .page--home .section--voice .item__link a::before, .page--home .section--voice .item__link a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid;
    border-radius: 80%;
    position: absolute;
    transform: rotate(-16deg);
    opacity: 0.3;
  }
  .page--home .section--voice .item__link a::after {
    transform: rotate(-32deg);
  }
  .page--home.loaded .header .logo {
    opacity: 1;
    transition-delay: 0.4s;
  }
  :where(body:not(.page--home)) .wrap {
    overflow: hidden;
    padding-bottom: 22vw;
  }
  :where(body:not(.page--home)) .wrap .header .logo {
    width: 23vw;
    height: 5.7vw;
    left: 4vw;
    top: 4.5vw;
  }
  :where(body:not(.page--home)) .wrap.drawer-visible .header .logo svg {
    fill: #fff;
  }
  :where(body:not(.page--home)) .wrap.drawer-visible .wovn-languages {
    mix-blend-mode: unset;
    color: #090996;
  }
  :where(body:not(.page--home)) .wrap.drawer-visible .wovn-languages.visible {
    color: #090996;
    border-bottom-color: #090996;
  }
  :where(body:not(.page--home)) .wrap.drawer-visible .wovn-languages.visible .nav-dropdown {
    background: #090996;
  }
  :where(body:not(.page--home)) .wrap.drawer-visible .wovn-languages.visible .nav-dropdown .list--language li:not(.selected) {
    color: #dbdcde;
  }
  :where(body:not(.page--home)) .wrap.drawer-visible .wovn-languages.visible .nav-dropdown li.selected {
    color: #dbdcde;
  }
  :where(body:not(.page--home)) .wrap .content--main {
    padding-top: 23vw;
  }
  :where(body:not(.page--home)) .wrap .wovn-languages {
    width: 23.5vw;
    height: 26px;
    color: #fff;
    mix-blend-mode: difference;
    position: fixed;
    z-index: 300;
    top: 4.3vw;
    left: 50vw;
  }
  :where(body:not(.page--home)) .wrap .wovn-languages::before {
    right: 4px;
    width: 7px;
    height: 7px;
  }
  :where(body:not(.page--home)) .wrap .wovn-languages .langIcon {
    top: 0.7em;
    line-height: 1;
    transform: scale(0.8);
    transform-origin: left;
    left: -5.5em;
    letter-spacing: 0.17em;
    width: 7em;
  }
  :where(body:not(.page--home)) .wrap .wovn-languages .nav-dropdown {
    left: 0;
  }
  :where(body:not(.page--home)) .wrap .wovn-languages .nav-dropdown .list--language li {
    font-weight: normal;
    transform: scale(0.85);
    transform-origin: left;
  }
  :where(body:not(.page--home)) .wrap .wovn-languages.visible {
    mix-blend-mode: unset;
    color: #000;
    border-bottom: 1px solid #000;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  :where(body:not(.page--home)) .wrap .wovn-languages.visible {
    border-bottom: solid 3px #000;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  :where(body:not(.page--home)) .wrap .wovn-languages.visible .nav-dropdown {
    transform: translate(0);
  }
  :where(body:not(.page--home)) .wrap .wovn-languages.visible .nav-dropdown .list--language li {
    background: transparent;
  }
  :where(body:not(.page--home)) .wrap .wovn-languages.visible .nav-dropdown .list--language li:not(.selected) {
    color: #090996;
  }
  :where(body:not(.page--home)) .wrap .wovn-languages.visible .nav-dropdown .list--language li.selected {
    pointer-events: none;
    background: transparent;
    padding: 0;
    color: #000;
  }
  :where(body:not(.page--home)) .wrap .header {
    position: relative;
  }
  :where(body:not(.page--home)) .wrap footer.footer {
    width: 100%;
    background: none;
    padding-top: 1vw;
    padding-bottom: 8vw;
    bottom: 0;
  }
  :where(body:not(.page--home)) .wrap footer.footer .block--grid-line .block--grid-line, :where(body:not(.page--home)) .wrap footer.footer .block--grid-line .footer--logo, :where(body:not(.page--home)) .wrap footer.footer .block--grid-line .footer--nav,
  :where(body:not(.page--home)) .wrap footer.footer .inner .block--grid-line,
  :where(body:not(.page--home)) .wrap footer.footer .inner .footer--logo,
  :where(body:not(.page--home)) .wrap footer.footer .inner .footer--nav {
    display: none !important;
  }
  :where(body:not(.page--home)) .wrap footer.footer .copyright {
    text-align: right;
    transform-origin: right;
  }
  .section--list {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
  }
  .section--list .block--title {
    width: 70.5vw;
  }
  .section--list .block--list {
    width: 100%;
    left: 0;
    position: relative;
    padding-top: 6vw;
  }
  .section--list .list--information,
  .section--list .list--qa {
    margin-top: 0;
  }
  .section--list .list--information a,
  .section--list .list--qa a {
    font-size: 12px;
  }
  .section--detail {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 960px) {
  .section--detail {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section-tit {
    font-size: 9vw;
  }
  .page--info .wrap > .block--grid-line .glid__line::before,
  .page--info .wrap .footer .block--grid-line .glid__line::before, .page--schedule .wrap > .block--grid-line .glid__line::before,
  .page--schedule .wrap .footer .block--grid-line .glid__line::before {
    opacity: 0;
  }
  .page--info .content-main .section--list .block--title, .page--blog .content-main .section--list .block--title {
    margin-bottom: 20px;
  }
  .page--info .section--detail .section--inner, .page--blog .section--detail .section--inner {
    padding: 0 1em;
  }
  .page--info .section--detail .section--inner .block--title, .page--blog .section--detail .section--inner .block--title {
    border-bottom: 1px solid #dbdcde;
    padding: 0;
    margin-bottom: 1.5em;
  }
  .page--info .section--detail .txt, .page--blog .section--detail .txt {
    line-height: 1.8;
  }
  .page--info .block--share, .page--blog .block--share {
    top: 0;
    margin-top: 0;
    text-align: right;
    margin-bottom: 1em;
  }
  .page--info.category--4 .section--detail .date {
    font-size: 14px;
    font-weight: 700;
  }
  .section--list.page--profile .section-tit {
    font-size: 13.5vw;
  }
  .section--list.page--profile .list--profile li a .name {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .section--list.page--profile .block--list {
    width: 92vw;
  }
  .section--list.page--profile .block--list h2.name {
    width: 47vw;
    height: 6vw;
    margin: 6vw auto 6vw;
  }
  .section--list.page--profile .block--list h2.name svg {
    width: 47vw;
    height: 5vw;
  }
  .section--list.page--profile .block--list .block--detail {
    flex-direction: column-reverse;
  }
  .section--list.page--profile .block--list .block--detail .thumb {
    width: 100%;
  }
  .section--list.page--profile .block--list .block--txt {
    width: 100%;
    padding: 0;
    margin-bottom: 5vw;
  }
  .section--list.page--profile .block--list .block--txt .txt--lead {
    line-height: 2;
    font-size: 13px;
    margin-bottom: 1.5em;
    text-align: justify;
  }
  .section--detail.page--profile .thumb {
    width: 100%;
    margin: 0 auto 5vw;
  }
  .section--detail.page--profile .detail__btn {
    top: 13vw;
  }
  .section--detail.page--profile .block--text {
    width: 100%;
    position: relative;
  }
  .section--detail.page--profile .block--text .name {
    width: 75%;
    font-size: 9.2vw;
  }
  .section--detail.page--profile .block--text .name span {
    font-size: 13px;
    margin-top: 10px;
  }
  .section--detail.page--profile .block--text .profile-data {
    position: absolute;
    right: 0;
    top: 18vw;
  }
  .section--detail.page--profile .block--text .profile-data dd {
    font-size: 7.5vw;
  }
  .section--detail.page--profile.zhang_hao .name {
    font-size: 11.5vw;
  }
  .section--detail.page--profile.kim_tae_rae .name {
    font-size: 12vw;
  }
  .section--detail.page--profile.ricky .name {
    font-size: 13.5vw;
  }
  .section--detail.page--profile.kim_gyu_vin .name {
    font-size: 12vw;
  }
  .section--detail.page--profile.park_gun_wook .block--text .name {
    width: 100%;
    font-size: 11.3vw;
  }
  .section--detail.page--profile.han_yu_jin .name {
    font-size: 13vw;
  }
  .page--schedule .block--title {
    margin-bottom: 50px;
  }
  .page--schedule .block--title .block--month {
    width: auto;
    position: absolute;
    right: 4vw;
    top: 0;
    margin-bottom: 0;
  }
  .page--schedule .block--title .block--month .tit {
    font-size: 9.5vw;
    line-height: 1;
  }
  .page--schedule .block--title .block--month .tit span {
    font-size: 0.25em;
    margin-left: 0.3em;
  }
  .page--schedule .section--list {
    display: block;
  }
  .page--schedule .section--list .section-tit {
    font-size: 10vw;
  }
  .page--schedule .section--list .block--list {
    width: 100%;
    left: 0;
  }
  .page--schedule .section--list::before {
    display: none;
  }
  .page--schedule .list--schedule.list--information {
    display: block;
    height: 100%;
    margin-top: -1vw;
  }
  .page--schedule .list--schedule.list--information li {
    width: 100%;
    min-height: 6.4vw;
    position: relative;
    padding-left: 23vw;
    margin-bottom: 9vw;
    position: relative;
  }
  .page--schedule .list--schedule.list--information li::before {
    top: -4.5vw;
  }
  .page--schedule .list--schedule.list--information li a {
    display: block;
    background: none;
    padding: 0;
    margin-bottom: 15px;
  }
  .page--schedule .list--schedule.list--information .date {
    width: 22vw;
  }
  .page--schedule .list--schedule.list--information .date strong {
    font-size: 6.4vw;
  }
  .page--schedule .list--schedule.list--information .date .week {
    font-size: 10px;
    top: -4px;
  }
  .page--schedule .list--schedule.list--information .category {
    font-size: 11px;
    font-weight: 500;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .page--schedule .block--category {
    width: 92vw;
    margin-top: 15vw;
  }
  .page--schedule .block--category .list--sort {
    padding-right: 0;
  }
  .page--schedule .block--category::before {
    top: -1.8em;
  }
  .page--info.category--4 .section--detail .date {
    display: block;
    font-family: "ivymode", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 2.3em;
    line-height: 1;
    margin-bottom: 0.3em;
  }
  .page--info.category--4 .section--detail .category {
    display: inline-block;
    margin-left: 0;
  }
  .page--info.category-13 .section--list .block--list {
    width: 92vw;
  }
  .page--info.category-13 .section--list .block--list .list--contents.list--video li .tit {
    text-align: center;
  }
  .section--list .list--contents.list--video li .tit {
    font-size: 12px;
    line-height: 1.2;
    padding-right: 1em;
  }
  .page--blog .section--list .block--category {
    margin-bottom: 5vw;
  }
  .page--blog .section--list .section-tit {
    font-size: 12.1vw;
  }
  .page--blog .section--detail .txt {
    padding-top: 2em;
  }
  .page--blog .section--detail .txt div.thumb {
    margin: 20px 0;
  }
  .page--blog .section--detail .txt a {
    text-decoration: underline;
  }
  .page--blog.page--blog__detail .section--detail {
    position: static;
  }
  .page--blog.page--blog__detail .block--pager {
    width: 86%;
    position: relative;
    bottom: 0;
    top: inherit;
    left: 7vw;
  }
  .page--blog.page--blog__parent .section--list {
    flex-wrap: wrap;
  }
  .page--blog.page--blog__parent .section--list .list--contents.list--blog {
    gap: 3vw 0;
    margin-bottom: 10vw;
  }
  .page--blog.page--blog__parent .block--list {
    display: block;
    width: 100%;
    margin: 0;
  }
  .page--blog.page--blog__parent .block--list .list--contents.list--blog > li {
    width: 50%;
    margin: 0;
  }
  .page--blog.page--blog__parent .block--list .list--contents.list--blog > li .tit {
    font-size: 12px;
  }
  .page--blog f video {
    position: relative;
  }
  .page--photo .section--list .section-tit {
    font-size: 12.5vw;
  }
  .page--photo .section--list .block--list {
    width: 92vw;
  }
  .page--photo.page--photo__detail .section--list {
    display: block;
  }
  .page--photo.page--photo__detail .section--list .block--title {
    width: 100%;
    z-index: 10;
  }
  .page--photo.page--photo__detail .section--list .block--title .section-tit {
    font-size: 14px;
  }
  .page--photo.page--photo__detail .list--photo li {
    width: 33.3333333333%;
  }
  #swipebox-action #swipebox-close {
    top: 4vw;
    right: 2vw;
  }
  #swipebox-action #swipebox-prev, #swipebox-action #swipebox-next {
    top: inherit;
    bottom: 5vh;
    transform: none;
  }
  #swipebox-action #swipebox-next {
    right: 0;
  }
  #swipebox-slider .slide {
    padding: 0 3vw;
  }
  .page--movie .section--list .section-tit {
    font-size: 16vw;
  }
  .page--movie .section--list .block--list {
    width: 92vw;
  }
  .page--movie .section--list .latest-tit {
    padding-right: 0.5em;
    font-size: 12px;
  }
  .page--movie .section--list .block--category-list .list--contents li {
    width: 100%;
  }
  .page--movie .section--list .block--category-list .list--contents li .thumb {
    overflow: hidden;
    border-radius: 50%;
  }
  .page--movie .section--list .block--category-list .list--contents li .list__txt {
    text-align: center;
  }
  .page--movie .section--list .block--category-list .list--contents li .list__txt .tit {
    padding-right: 0;
  }
  .page--movie.new-movie.page-movie-detail {
    padding-top: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail {
    overflow: hidden;
  }
  .page--movie.new-movie.page-movie-detail .section--inner .block--title {
    padding: 0 4vw;
    margin-bottom: 4vw;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit {
    padding: 10px 7vw 2vw;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .tit {
    margin-bottom: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
    opacity: 1;
  }
  .page--movie.new-movie.page-movie-detail .section--detail {
    padding-top: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--player {
    width: 100%;
    aspect-ratio: inherit;
    position: relative;
    top: 0;
  }
  .page--movie.new-movie.page-movie-detail .detail__btn {
    font-weight: 500;
    text-align: left;
    left: 7vw;
  }
  .page--movie.new-movie.page-movie-detail .block--more_movie {
    padding-top: 10vw;
  }
  .page--movie.new-movie.page-movie-detail .list--contents {
    display: block;
    margin: 0 auto;
    padding: 0 7vw;
  }
  .page--movie.new-movie.page-movie-detail .list--contents li {
    width: 100%;
    margin-bottom: 5px;
  }
  .page--movie.new-movie.page-movie-detail .list--contents li a {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 1em 0 0;
  }
  .page--movie.new-movie.page-movie-detail .list--contents li a .thumb {
    margin: 0;
    width: 40%;
  }
  .page--movie.new-movie.page-movie-detail .list--contents li a .list__txt {
    width: 55%;
  }
  .page--movie.new-movie.page-movie-detail .list--contents li a .list__txt .tit {
    font-size: 12px;
    margin-bottom: 0;
  }
  .page--movie.new-movie.page-movie-detail .list--contents li a .list__txt .date {
    opacity: 1;
  }
  .page--disco .section--list {
    margin: 0;
  }
  .page--disco .section--list .section-tit {
    width: 92vw;
    font-size: 13.5vw;
  }
  .page--disco .section--list .block--list {
    padding-top: 8vw;
    width: 92vw;
  }
  .page--disco .block--category {
    padding: 0;
    padding-top: 0;
    margin-top: 0.1em;
    left: 0;
    width: 100%;
    margin-bottom: 5vw;
  }
  .page--disco .block--category::before {
    left: 0;
  }
  .page--disco .block--category li {
    display: inline-block;
    margin-right: 0.5em;
  }
  .page--disco .block--category li a {
    padding: 0;
  }
  .page--disco .list--discography {
    margin: 0 auto;
  }
  .page--disco .list--discography .category {
    display: inline-block;
    margin: 0 0.5em 0 0;
  }
  .page--disco .list--discography .date {
    display: inline-block;
  }
  .page--disco .list--discography .thumb::before {
    display: none;
  }
  .page--disco .header--disco {
    height: 70vw;
    width: 100%;
    z-index: -1;
  }
  .page--disco .section--detail {
    display: block;
  }
  .page--disco .section--detail .detail__btn {
    margin: 3em 0 0;
  }
  .page--disco .jacket {
    width: 100%;
    margin: 0 auto 2em;
    left: 0;
  }
  .page--disco .jacket .ph {
    position: relative;
    top: 0;
  }
  .page--disco .block--detail {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .page--disco.page--disco__detail #wrap .footer .block--grid-line .glid__line,
  .page--disco.page--disco__detail #wrap #grid .glid__line:last-of-type {
    opacity: 0 !important;
  }
  .page--disco .block--disc-detail {
    padding: 0 1em;
  }
  .page--disco .block--disc-detail .tit {
    font-size: 1.5em;
    line-height: 1.2;
    margin: 0 0 5px;
  }
  .page--disco .block--disc-detail .date, .page--disco .block--disc-detail .category {
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .page--disco .block--disc-detail .block {
    margin-bottom: 5vw;
    padding-bottom: 0.5em;
  }
  .page--disco .block--disc-detail .text .txt {
    padding-top: 3em;
    text-align: left;
  }
  .page--disco .block--disc-detail .text .shoplist a {
    width: 48%;
  }
  .page--disco .block--disc-detail .text .btn {
    margin: 1em 0;
  }
  .page--disco .block--disc-detail .sub-tit {
    font-size: 0.8em;
    margin-bottom: 0.5em;
  }
  .page--disco .block--disc-detail .sub-tit::before {
    content: "";
    display: inline-block;
    background: #fff;
    height: 1px;
    width: 1em;
    margin-right: 0.5em;
    vertical-align: middle;
  }
  .page--disco .block--disc-detail .list--songlist li > div {
    padding: 0.5em 0.4em;
  }
  .page--disco .block--disc-detail .list--distribution {
    margin-bottom: 10px;
  }
  .page--disco .block--disc-detail .list--distribution li {
    width: 49%;
    float: left;
    margin-bottom: 8px;
  }
  .page--disco .block--disc-detail .list--distribution li:nth-child(even) {
    margin-left: 2%;
  }
  .page--disco .block--disc-detail .list--distribution a {
    display: block;
    padding: 5px 0;
    border-radius: 50px;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .page--disco .block--disc-detail .list--distribution a img {
    width: 80%;
  }
  .page--qa .wrap > .block--grid-line .glid__line {
    opacity: 0;
  }
  .page--qa .section--list .section-tit {
    font-size: 17vw;
  }
  .page--qa .section--list .block--list {
    width: 92vw;
  }
  .page--qa .block--introduction {
    padding: 0 0 1em;
    margin-bottom: 2em;
  }
  .page--qa .block--introduction .btn {
    margin: 2em 0 1em;
  }
  .page--qa .list--information li a .tit {
    margin-bottom: 1em;
  }
  .page--qa .list--information li a .date {
    margin-bottom: 0;
  }
  .page--qa .section--list {
    padding-right: 7vw;
  }
  .page--qa .section--detail {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .page--qa .section--detail .block--pager {
    width: 100%;
    border-top: none;
  }
  .page--qa .section--detail i {
    display: block;
    margin-bottom: 7px;
    font-size: 3vw;
    padding-bottom: 0;
    margin-bottom: 5vw;
  }
  .page--qa .section--detail .tit--q {
    width: 100%;
    margin-bottom: 8vw;
  }
  .page--qa .section--detail .tit--q i {
    font-size: 10vw;
  }
  .page--qa .section--detail .tit--q .date {
    display: block;
    font-size: 10px;
    font-weight: 500;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
  }
  .page--qa .section--detail .block__answer {
    width: 100%;
    margin-left: 0;
  }
  .page--qa .section--detail .block__answer i {
    border-top: none;
    font-size: 5vw;
  }
  .page--qa .section--detail .block__answer__inner.solo > div .ico {
    width: 50vw;
    height: 50vw;
    border-radius: 25vw;
    margin: 0 auto;
  }
  .page--qa .section--detail .block__answer__inner.solo > div .answer__item {
    width: 80%;
    padding: 1.8em 0;
    text-align: left;
  }
  .page--qa .section--detail .block__answer__inner.solo > div .answer__item::after {
    text-align: center;
  }
  .page--qa .section--detail .block__answer__inner > div {
    padding: 1em 0;
  }
  .page--qa .section--detail .block__answer__inner > div .answer__item {
    top: 7px;
    padding: 1.5em 0 1.5em;
  }
  .page--qa .section--detail .block__answer__inner > div .answer__item::after {
    font-size: 12px;
    top: 0;
  }
  .page--course-change .block--title {
    display: none !important;
  }
  .page--course-change .block--list .title {
    font-size: 1.5em;
  }
  .page--course-change .block--list .title span {
    font-size: 0.7em;
  }
  .page--course-change .block--list__item {
    margin: 3em 0;
  }
  .page--course-change .block--list__item .block {
    padding: 1.4em;
  }
  .page--course-change th {
    padding: 10px;
  }
  .page--course-change td {
    padding: 10px;
  }
  .page--archives.section--list .block--list,
  .page--special.section--list .block--list {
    width: 92vw;
  }
  .page--archives.section--list .section-tit,
  .page--special.section--list .section-tit {
    font-size: 13.7vw;
  }
  .page--archives.section--list .block--list .list--contents li,
  .page--special.section--list .block--list .list--contents li {
    width: 100%;
  }
  .page--archives.section--list .section-tit {
    font-size: 10.9vw;
  }
  .page--birthday-message .wrap::before, .page--birthday-message .wrap::after {
    height: 14px;
  }
  .page--birthday-message .section--detail .block-tit {
    width: 80%;
    margin: 0 auto 8vw;
  }
  .page--birthday-message .section--detail .block--image > div.item {
    width: 100%;
    margin: 5vw auto;
  }
  .page--support.section--list, .page--support.section--list.section--detail {
    display: block;
    padding: 0 calc(4vw + 1em);
  }
  .page--support.section--list .block--title, .page--support.section--list.section--detail .block--title {
    width: 100%;
    position: static;
    transform: none;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 2em 0;
    font-weight: 500;
  }
  .page--support.section--list .block--title::before, .page--support.section--list.section--detail .block--title::before {
    display: none;
  }
  .page--support.section--list .block--list, .page--support.section--list.section--detail .block--list {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .page--support .section-tit {
    text-align: center;
    margin-bottom: 20px;
  }
  .page--support .list--support dd {
    margin-bottom: 1.8em;
    font-size: 13px;
  }
  .page--support .txt {
    padding-top: 0;
  }
  .page--call .wrap > .block--grid-line .glid__line::before,
  .page--call .wrap .footer .block--grid-line .glid__line::before {
    opacity: 0.3;
  }
  .page--call .wrap .footer .block--grid-line .glid__line:last-of-type,
  .page--call .wrap #grid .glid__line:last-of-type {
    opacity: 1;
  }
  .page--call .block--list {
    padding: 6vw 0 0;
  }
  .page--call .list--txt .btn {
    margin: 0 auto;
  }
  .page--faq #grid.block--grid-line .glid__line {
    opacity: 0;
  }
  .page--faq .list--tag li a {
    font-size: 11px;
    letter-spacing: 0;
  }
  .page--faq .section--list {
    display: block;
  }
  .page--faq .section--list .block--list {
    width: 100%;
    margin-left: 0;
    padding-left: 1em;
    padding-right: 1em;
  }
  .page--faq .list--faq li a .icon--q,
  .page--faq .list--information li a .icon--q {
    top: 1.7em;
    left: 0;
  }
  .page--faq .list--information li a .icon--q {
    top: 1.25em;
  }
  .page--faq .block--more-faq .list--faq li a {
    line-height: 1.4;
  }
  .page--faq .block--title {
    width: 100%;
    position: static;
    transform: none;
    line-height: 1.2em;
    margin: 0 0 1em 0;
  }
  .page--faq .section-tit {
    font-size: 6vw;
    text-align: center;
  }
  .page--faq .searchBox {
    width: 92%;
    margin: 3em auto 0;
  }
  .page--faq .list--faq {
    margin: 0 0 60px;
  }
  .page--voicekuji.section--detail {
    margin-top: 0;
  }
  .page--voicekuji.section--detail .section-tit {
    font-size: 24.9vw;
    margin-bottom: 5vw;
  }
  .page--voicekuji.section--detail .section-tit .circle {
    display: block !important;
    width: 90%;
    height: 74%;
    position: absolute;
    top: 16vw;
    left: -4vw;
    transform: rotate(-25deg);
  }
  .page--voicekuji.section--detail .section-tit .circle::before, .page--voicekuji.section--detail .section-tit .circle::after {
    width: 7vw;
    height: 7vw;
  }
  .page--voicekuji.section--detail .section-tit .circle::before {
    left: 2.5vw;
    top: 29.5vw;
  }
  .page--voicekuji.section--detail .section-tit .circle::after {
    left: 77.8vw;
    top: 13.5vw;
  }
  .page--voicekuji.section--detail .inner {
    width: 100%;
  }
  .page--voicekuji.section--detail .block {
    width: 75%;
    margin-top: 7vw;
    margin-left: 25%;
  }
  .page--voicekuji.section--detail .detail__btn {
    margin-top: 20px;
    top: 0;
  }
  .wrap:has(.page--diary) #grid {
    opacity: 0;
  }
  .page--diary.section--list::before {
    width: 100%;
    height: 100%;
    background-size: 110%;
    top: 0;
    left: 0;
    opacity: 0.45;
  }
  .page--diary.section--list .section-tit {
    font-size: 18vw;
    margin-bottom: 3vw;
  }
  .page--diary.section--list .section-tit + .txt--basic {
    font-size: 13px;
  }
  .page--diary.section--list .block--list > h3 {
    overflow: hidden;
    width: 100%;
    margin: -3vw auto 8vw;
  }
  .page--diary.section--list .block--list .list--diary {
    gap: 3vw 4%;
    padding: 0;
  }
  .page--diary.section--list .block--list .list--diary .list--diary__item a .thumb::before {
    font-size: 2.9vw;
  }
  .page--diary.section--list .detail__btn {
    top: 12vw;
  }
  .page--questionnaire .tit {
    font-size: 14px;
  }
  .page--questionnaire .section-tit {
    margin-bottom: 5vw;
  }
  .page--questionnaire #wrap main > section {
    padding: 0 6vw;
  }
  .page--questionnaire #wrap main > section .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire #wrap main > section form .input--half {
    width: 100% !important;
  }
  .page--questionnaire #wrap main > section form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire #wrap main > section form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--entry.section--detail {
    display: block;
  }
  .page--entry.section--detail .area--logo {
    width: 100%;
    font-size: 13px;
    position: relative;
    top: 0;
    padding: 0 1em;
  }
  .page--entry.section--detail .area--logo .section-tit {
    margin: 0 auto;
  }
  .page--entry.section--detail .area--logo .title {
    width: 80%;
    margin: 0 auto 2em;
  }
  .page--entry.section--detail .area--logo .title p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5em;
  }
  .page--entry.section--detail .area--logo .txt--basic {
    word-break: break-all;
    text-align: justify;
  }
  .page--entry.section--detail .area--detail {
    width: 100%;
    padding: 0;
  }
  .page--entry.section--detail .area--detail .block--movie {
    border-top: 1px solid #dbdcde;
    border-bottom: 1px solid #dbdcde;
    margin: 0;
    padding: 5vw 2em;
  }
  .page--entry.section--detail .area--detail .block--movie .thumb {
    margin-bottom: 15px;
  }
  .page--entry.section--detail .area--detail .block--movie .tit {
    text-align: center;
    font-size: 5.5vw;
    padding: 0;
  }
  .page--entry.section--detail .area--detail .block--spec {
    padding: 2em 0;
  }
  .page--entry.section--detail .area--detail .block--spec .block-tit {
    font-size: 4.5vw;
    border-bottom: 1px dotted #dbdcde;
    padding: 0 0.5em 20px;
    margin-bottom: 1em;
    text-align: center;
  }
  .page--entry.section--detail .area--detail .block--spec .block-tit p {
    font-weight: normal;
    vertical-align: baseline;
    padding-left: 0.2em;
  }
  .page--entry.section--detail .area--detail .block--spec dl div {
    padding: 1em;
  }
  .page--entry.section--detail .area--detail .block--spec dl dt {
    width: 8em;
    font-weight: bold;
  }
  .page--entry.section--detail .area--detail .block--spec dl dd {
    width: calc(100% - 9em);
  }
  .page--entry.section--detail .area--detail .block--benefit {
    padding: 3em 2em;
  }
  .page--entry.section--detail .area--detail .block--benefit .block-tit {
    line-height: 1.5;
  }
  .page--entry.section--detail .area--detail .block--contents {
    border-top: 1px solid #dbdcde;
    margin: 0;
    padding: 8vw 0 2vw;
  }
  .page--entry.section--detail .area--detail .block--contents .block-tit {
    text-align: center;
    font-size: 8.4vw;
    margin-bottom: 3vw;
  }
  .page--entry.section--detail .area--detail .block--contents .list--contents-list li {
    padding: 1.3em 1em 1em;
  }
  .page--entry.section--detail .area--detail .block--contents .list--contents-list li .tit {
    font-size: 16px;
  }
  .page--entry.section--detail .area--detail .block--contents .list--contents-list li:last-of-type {
    border-bottom: none;
  }
  .page--entry.section--detail .area--detail .block--entry {
    padding: 0 1em;
    margin: 0;
  }
  .page--entry.section--detail .area--detail .block--entry:has(.block--joinMembership) {
    padding: 1.5em 0;
    margin: 1em 0;
  }
  .page--entry.section--detail .area--detail .block--entry .block-tit {
    font-size: 4.5vw;
    padding: 6vw 0 1.5em;
    letter-spacing: 0.1em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link {
    display: block;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .block {
    width: 100%;
    padding: 2em;
    margin-bottom: 1em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .block .tit {
    font-size: 14px;
    padding: 0;
    margin-bottom: 1em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__pid .title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .page--entry.section--detail .joinMembershipContents {
    margin: 0 0 8vw;
  }
  .page--entry.section--detail .block--joinMembership {
    margin: 0 0 8vw;
  }
  .page--entry.section--detail .block--joinMembership .btn {
    margin-bottom: 0;
  }
  .page--entry.section--detail .block--joinMembership .joinMembership--item {
    margin-bottom: 20px;
    padding: 10vw 8vw;
  }
  .page--entry.section--detail .block--joinMembership .joinMembership--ttl {
    font-size: clamp(10px, 5vw, 26px);
    text-align: center;
    margin-bottom: 30px;
  }
  .page--entry.section--detail .block--joinMembership .joinMembership--list {
    display: block;
  }
  .page--entry.section--detail .block--joinMembership .joinMembership--list .joinMembership--box {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 3em;
    border-bottom: 1px solid #fff;
  }
  .page--entry.section--detail .block--joinMembership .joinMembership--list .joinMembership--box .title {
    font-size: 1.1em;
  }
  .page--entry.section--detail .block--joinMembership .joinMembership--list .joinMembership--box .subTitle {
    margin-bottom: 1.5em;
  }
  .page--entry.section--detail .block--joinMembership .joinMembership--list .joinMembership--box:nth-of-type(2) {
    padding-top: 3em;
  }
  .page--entry.section--detail .block--joinMembership .joinMembership--inbound {
    padding: 3em 0 0;
  }
  .page--entry.section--detail .block--joinMembership .joinMembership--inbound .overseas--ttl {
    text-align: center;
  }
  .page--entry.section--detail .block--joinMembership .joinMembership--inbound .overseas--link {
    display: unset;
    text-align: center;
    margin-top: 1.5em;
  }
  .page--entry.section--detail .block--joinMembership .joinMembership--inbound .overseas--link li:first-of-type {
    margin-bottom: 1em;
  }
  .page--entry.section--detail .block--joinMembership .joinMembership--inbound .overseas--link li::before {
    font-size: 10px;
  }
  .page--entry.section--detail .block--joinMembership .joinMembership--item.re--enroll div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .footer {
    padding: 0 0 5vw;
    position: absolute;
    z-index: 1;
  }
  .footer .block--grid-line {
    position: absolute;
    pointer-events: none;
    top: 0;
  }
  .footer .block--grid-line .glid__line::before, .footer .block--grid-line .glid__line::after, .footer .block--grid-line::before, .footer .block--grid-line::after {
    background: #b9d2f5;
    opacity: 0.2;
  }
  .footer h2.footer--logo {
    font-size: 19vw;
    margin-bottom: 3vw;
    padding-left: 0;
    white-space: pre;
    animation: horizontal 25s linear infinite normal;
  }
  .footer h2.footer--logo span {
    display: inline-block;
    margin-right: 4vw;
  }
  .footer h2.footer--logo span svg {
    width: 90vw;
    height: 10vw;
  }
  .footer .inner {
    padding: 0 4vw 8vw;
    width: 100%;
    margin-left: 0;
  }
  .footer .inner .footer--logo svg {
    fill: #fff;
  }
  .footer .inner .footer--nav {
    display: block;
    margin-bottom: 1em;
  }
  .footer .inner .footer--nav > ul {
    width: 50%;
    position: relative;
    padding-top: 20px;
    margin-bottom: 1.5em;
  }
  .footer .inner .footer--nav > ul::before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
  }
  .footer .inner .footer--nav > ul li {
    font-size: 12px;
    margin-bottom: 0.8em;
  }
  .footer .copyright {
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 10px;
    transform-origin: left;
    transform: scale(0.9);
    opacity: 0.5;
    margin-left: 0;
    margin-top: 3em;
  }
  .page--home .wrap {
    overflow: hidden;
  }
  .page--home .section--hero .block--latest {
    width: 16em;
  }
  .page--home .section--hero .block--latest .swiper-button-prev {
    left: 0;
  }
  .page--home .section--hero .block--latest .swiper-button-next {
    left: -2px;
  }
}
@media screen and (max-height: 620px) {
  body.body--app .header .header__inner {
    padding-bottom: 38vh;
  }
  body.body--app .header .header__inner .block--photo {
    height: 36vh;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .tit {
    font-size: 16px;
  }
  .section--detail .tit {
    font-size: 1.8em;
  }
  .btn--main, .btn--sub {
    min-width: 40%;
    max-width: 350px;
    width: 70%;
  }
  .drawer .header__inner {
    padding: 5vw 0;
  }
  .drawer .g-nav > ul > li a,
  .drawer .g-nav .block--nav-fc > ul > li a {
    font-size: 6vw;
    letter-spacing: 0;
  }
  .drawer .g-nav .list--sns li a {
    font-size: min(10vw, 20px);
  }
  .drawer .g-nav .list--sns li a img {
    width: min(11vw, 26px);
  }
  .drawer .g-nav .block--nav-fc .g-nav__login li a {
    font-size: 5.5vw;
  }
  .drawer .g-nav .block--nav-fc .g-nav__login li.item__login::after {
    height: 4vw;
    top: 1.5vw;
  }
  .page--home .header .logo {
    top: calc(100vh - 40vw);
  }
  .page--home .wovn-languages {
    font-size: 15px;
    top: calc(100vh - 20vw);
    left: 39vw;
    mix-blend-mode: unset;
    z-index: 999;
    width: 22vw;
  }
  .page--home .wovn-languages .langIcon {
    width: 7em;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    left: 6.4vw;
    top: -2vw;
    opacity: 0.8;
  }
  .page--home .list--profile li {
    width: 33.3333333333%;
  }
  .page--home .list--profile li.zb1 {
    display: none;
  }
  .page--schedule .block--category {
    margin-top: 13vw;
  }
  .page--schedule .list--schedule.list--information .date strong {
    font-size: 7.4vw;
  }
  .page--schedule .list--schedule.list--information .date .week {
    font-size: 1.6vw;
  }
  .page--schedule .list--schedule.list--information li {
    min-height: 7.6vw;
    margin-bottom: 7vw;
  }
  .page--schedule .list--schedule.list--information li::before {
    top: -3.5vw;
  }
  .page--disco .list--discography.list--contents li {
    width: 75%;
    margin-left: 12.5%;
  }
  .page--disco .section--detail {
    padding: 0 12vw;
  }
  .page--qa .section--detail .tit--q i {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .page--qa .section--detail .tit--q span {
    padding: 0;
  }
  .page--qa .section--detail .tit--q .date {
    font-size: 1.5vw;
    padding: 0;
    top: 0.5vw;
  }
  .page--qa .section--detail .block__answer__inner.solo > div .ico {
    width: 30vw;
    height: 30vw;
  }
  .page--movie .list--contents, .page--info.category-13 .list--contents, .page--photo .list--contents {
    width: 75%;
    margin: 0 auto;
  }
  .page--voicekuji.section--detail {
    width: 75%;
    margin: 0 auto;
  }
  .page--voicekuji.section--detail .section-tit {
    font-size: 18vw;
    margin-bottom: 12vw;
  }
  .page--voicekuji.section--detail .block {
    width: 100%;
    margin: 7vw 0 2vw;
  }
}/*# sourceMappingURL=service.css.map */