@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;
}

@font-face {
  font-family: "SUIT";
  font-weight: 500;
  font-style: normal;
  src: url("/static/dxteen/common/font/sunn/SUIT-Medium.woff") format("woff"), url("/static/dxteen/common/font/sunn/SUIT-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  font-weight: 700;
  font-style: normal;
  src: url("/static/dxteen/common/font/sunn/SUIT-Bold.woff") format("woff"), url("/static/dxteen/common/font/sunn/SUIT-Bold.ttf") format("truetype");
  font-display: swap;
}
/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html,
body {
  min-height: 100vh;
}

body {
  background-color: #fff;
  word-wrap: break-word;
  color: #000;
  position: relative;
}
@media screen and (min-width: 581px) {
  body {
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "SUIT", m-plus-2c, "游ゴシック体", 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: 580px) {
  body {
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "SUIT", m-plus-2c, "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.04em;
  }
}

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 {
  text-align: right;
  font-size: 13px;
  padding: 0;
  margin-left: 0;
  position: relative;
  top: 3vw;
  right: -12px;
}
.block--pager li {
  display: inline-block;
  width: 2.5em;
  padding: 0.6em;
  letter-spacing: 0;
  vertical-align: middle;
  position: relative;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 581px) {
  .block--pager a {
    transition: 0.1s;
  }
  .block--pager a:hover {
    font-weight: 800;
  }
}
.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 a,
.block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
  top: 18px;
  right: 18px;
  transition: 0.2s;
}
.block--pager .pager__item--newer span {
  opacity: 0.4;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  top: 18px;
  right: 18px;
  transition: 0.2s;
}
.block--pager .pager__item--older span {
  opacity: 0.4;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
@media screen and (min-width: 581px) {
  .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: 800;
}

.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;
}
.ph::after,
.thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

.swiper-pagination-bullet {
  border-radius: 0;
  height: 1px;
  transform-origin: top;
  transition: 0.25s;
}
@media screen and (min-width: 581px) {
  .swiper-pagination-bullet {
    width: 3px;
    height: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .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: 580px) {
  .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: 581px) {
  .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: 580px) {
  .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: 581px) {
  .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: 580px) {
  .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: 581px) {
  .page--home .slick-next:hover::after,
  .page--home .slick-prev:hover::after,
  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after {
    border-color: #0049ff;
  }
}

.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: 581px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "SUIT", m-plus-2c, "游ゴシック体", 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: 580px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "SUIT", m-plus-2c, "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.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  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: #E6EBF0;
}

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: 581px) {
  textarea {
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "SUIT", m-plus-2c, "游ゴシック体", 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: 580px) {
  textarea {
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "SUIT", m-plus-2c, "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.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  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: 581px) {
  .form__select select {
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "SUIT", m-plus-2c, "游ゴシック体", 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: 580px) {
  .form__select select {
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "SUIT", m-plus-2c, "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.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .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: 580px) {
  .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: 580px) {
  .form__select::after {
    right: 1em;
  }
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 581px) {
  .form__checkbox label p {
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "SUIT", m-plus-2c, "游ゴシック体", 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: 580px) {
  .form__checkbox label p {
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "SUIT", m-plus-2c, "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.04em;
  }
}
.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: 581px) {
  .form__radio label p {
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "SUIT", m-plus-2c, "游ゴシック体", 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: 580px) {
  .form__radio label p {
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "SUIT", m-plus-2c, "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.04em;
  }
}
.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: 581px) {
  .form__toggle label p {
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "SUIT", m-plus-2c, "游ゴシック体", 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: 580px) {
  .form__toggle label p {
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "SUIT", m-plus-2c, "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.04em;
  }
}
.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: #000;
  color: #fff;
  height: inherit !important;
  font-weight: 500;
  line-height: inherit !important;
  padding: 20px;
  margin: 0.25em 0;
}
@media screen and (min-width: 581px) {
  .btn--main {
    transition: 0.3s;
  }
  .btn--main:hover {
    color: #fff;
    background: #0049ff;
  }
}

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

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

.detail__btn {
  font-size: 1.4em;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 3.5vw;
  z-index: 5;
}

.date,
.category {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.category {
  margin-left: 0.5em;
}

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

.list__more {
  display: inline-block;
  position: relative;
}
.list__more a {
  display: block;
  font-weight: 500;
  position: relative;
}

.list--information li {
  margin-bottom: 5px;
}
.list--information li a {
  display: block;
  background: #E6EBF0;
  padding: 1.9em 2em 1.7em;
  position: relative;
}
.list--information li a .category,
.list--information li a .date {
  display: inline-block;
  margin-bottom: 0.7em;
}
.list--information li a .tit {
  margin-bottom: 0;
  position: relative;
}
.list--information li.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
  color: #0049ff;
  line-height: 1;
  margin-left: 0.5em;
}
.list--information li.no-data {
  background: #E6EBF0;
  font-weight: 500;
  text-align: center;
  padding: 8em;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .list--information li.no-data {
    padding: 29vh 2em;
  }
}

.list--schedule {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
}
.list--schedule li {
  width: calc((100% - 20px) / 3);
}
.list--schedule li a {
  height: 100%;
}
.list--schedule li a .date {
  display: flex;
  align-items: center;
  gap: 0.2em;
}
.list--schedule li a .date strong {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.list--schedule li a .date .category {
  margin-bottom: 0;
}

.list--contents > li,
.list--contents .block__item,
.section--latest > li,
.section--latest .block__item {
  transform: translateY(20px);
  opacity: 0;
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
}
.list--contents > li.started,
.list--contents .block__item.started,
.section--latest > li.started,
.section--latest .block__item.started {
  transform: translateY(0);
  opacity: 1;
}
.list--contents > li a,
.list--contents .block__item a,
.section--latest > li a,
.section--latest .block__item a {
  display: block;
  position: relative;
}
.list--contents > li a .tit,
.list--contents .block__item a .tit,
.section--latest > li a .tit,
.section--latest .block__item a .tit {
  position: relative;
}
.list--contents > li a .date,
.list--contents .block__item a .date,
.section--latest > li a .date,
.section--latest .block__item a .date {
  font-size: 12px;
}
.list--contents > li.no-data,
.list--contents .block__item.no-data,
.section--latest > li.no-data,
.section--latest .block__item.no-data {
  background: #E6EBF0;
  font-weight: 500;
  text-align: center;
  padding: 8em;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .list--contents > li.no-data,
  .list--contents .block__item.no-data,
  .section--latest > li.no-data,
  .section--latest .block__item.no-data {
    padding: 29vh 2em;
  }
}
.list--contents > li .thumb,
.list--contents .block__item .thumb,
.section--latest > li .thumb,
.section--latest .block__item .thumb {
  line-height: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
}
.list--contents > li .thumb img,
.list--contents .block__item .thumb img,
.section--latest > li .thumb img,
.section--latest .block__item .thumb img {
  display: block;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.list--contents > li .list__thumb,
.list--contents .block__item .list__thumb,
.section--latest > li .list__thumb,
.section--latest .block__item .list__thumb {
  position: relative;
}
.list--contents > li .list__thumb .date,
.list--contents .block__item .list__thumb .date,
.section--latest > li .list__thumb .date,
.section--latest .block__item .list__thumb .date {
  width: 3.5em;
  height: 3.5em;
  background: #fff;
  border-radius: 5em;
  color: #0049ff;
  text-align: center;
  line-height: 3.2em;
  font-size: 1em;
  border: 2px solid;
  position: absolute;
  bottom: -1.2em;
  right: -0.8em;
  z-index: 20;
}
.list--contents > li.manecamera .date,
.list--contents .block__item.manecamera .date,
.section--latest > li.manecamera .date,
.section--latest .block__item.manecamera .date {
  background: #0049ff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  line-height: 1;
  right: 0;
  border: none;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .list--contents > li.manecamera .date,
  .list--contents .block__item.manecamera .date,
  .section--latest > li.manecamera .date,
  .section--latest .block__item.manecamera .date {
    bottom: 1em;
    left: 1em;
    border: none !important;
  }
}
.list--contents > li.manecamera a.new::after,
.list--contents .block__item.manecamera a.new::after,
.section--latest > li.manecamera a.new::after,
.section--latest .block__item.manecamera a.new::after {
  content: "";
  display: block;
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "NEW";
  background: #fff;
  line-height: 3.2em;
  font-size: 1em;
  font-weight: bold;
  color: #0049ff;
  border-radius: 5em;
  border: solid 2px #0049ff;
  bottom: -1.2em;
  right: -0.8em;
  z-index: 20;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .list--contents > li.manecamera a.new::after,
  .list--contents .block__item.manecamera a.new::after,
  .section--latest > li.manecamera a.new::after,
  .section--latest .block__item.manecamera a.new::after {
    font-size: 12px;
  }
}

.section--latest .block__item a.new .tit::after,
.list--contents li.new a .tit::after {
  content: "NEW";
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1;
  margin-left: 0.5em;
}

.section--latest .block__item a .tit::after {
  color: #fff;
}

.list--blog {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.list--blog > li {
  width: calc((100% - 30px) / 4);
  margin-bottom: 2rem;
  margin-bottom: 3vw;
  opacity: 0;
}
.list--blog > li a {
  display: block;
  position: relative;
}
.list--blog > li.new .tit {
  position: relative;
}
.list--blog > li.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
  color: #0049ff;
  line-height: 1;
  margin-left: 0.5em;
}
.list--blog > li a:hover .thumb::after {
  mix-blend-mode: lighten;
}
.list--blog > li .thumb {
  aspect-ratio: 9/16;
  overflow: hidden;
  margin-bottom: 1rem;
  background: no-repeat center;
  background-size: cover;
}
.list--blog > li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
}
.list--blog > li .thumb img.blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  display: block;
  filter: blur(30px);
  transform: scale(1.5);
}
.list--blog > li .thumb .date {
  background: #0049ff;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  border-radius: 2em;
  position: absolute;
  bottom: 2em;
  right: 2em;
  z-index: 3;
  padding: 0.5em 0.7em 0.4em 0.8em;
  letter-spacing: 0.1em;
}
.list--blog > li .thumb.no-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list--blog > li .thumb.no-thumb .no-thumb-icon {
  width: 60%;
  height: 34%;
  fill: #fff;
}
.list--blog > li.nalu .thumb.no-thumb {
  background-image: url(/static/dxteen/fanclub/blog/parts/nalu/thumb--none.png);
}
.list--blog > li.shotaro .thumb.no-thumb {
  background-image: url(/static/dxteen/fanclub/blog/parts/shotaro/thumb--none.png);
}
.list--blog > li.taichi .thumb.no-thumb {
  background-image: url(/static/dxteen/fanclub/blog/parts/taichi/thumb--none.png);
}
.list--blog > li.koshin .thumb.no-thumb {
  background-image: url(/static/dxteen/fanclub/blog/parts/koshin/thumb--none.png);
}
.list--blog > li.ken .thumb.no-thumb {
  background-image: url(/static/dxteen/fanclub/blog/parts/ken/thumb--none.png);
}
.list--blog > li.ayuta .thumb.no-thumb {
  background-image: url(/static/dxteen/fanclub/blog/parts/ayuta/thumb--none.png);
}
.list--blog > li.staff .thumb.no-thumb {
  background-image: url(/static/dxteen/fanclub/blog/parts/staff/thumb--none.png);
}
.list--blog > li .category {
  font-size: 12px;
  margin-left: 0;
  margin-bottom: 0.2rem;
}
.list--blog > li .tit {
  font-size: 15px;
}
.list--blog > li .ico {
  position: absolute;
  z-index: 10;
  width: 3em;
  top: -0.8em;
  height: 3em;
  left: -0.5em;
}
.list--blog > li .ico svg {
  fill: #fff;
  filter: drop-shadow(1px 1px 1px rgba(39, 53, 104, 0.8705882353));
}
.list--blog > li.nalu .ico svg {
  fill: #FF5CE0;
}
.list--blog > li.shotaro .ico svg {
  fill: #8736FF;
}
.list--blog > li.taichi .ico svg {
  fill: #FF366a;
}
.list--blog > li.koshin .ico svg {
  fill: #0bff81;
}
.list--blog > li.ken .ico svg {
  fill: #3275ff;
}
.list--blog > li.ayuta .ico svg {
  fill: #deff00;
}

.list--qa li {
  margin-bottom: 20px;
}
.list--qa li .tit {
  position: relative;
}
.list--qa li.new a .tit::after {
  content: "NEW";
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-left: 0.5em;
}
.list--qa li a {
  display: flex;
  border: 4px solid;
  padding: 2em;
}
.list--qa li a .list__txt {
  width: 100%;
  position: relative;
  padding-left: 2em;
}
.list--qa li a .list__txt i {
  position: absolute;
  font-size: 1.2em;
  left: 0;
  top: 0;
}
.list--qa li a .date {
  position: absolute;
  bottom: -3.2em;
  right: -3.8em;
  width: 3.5em;
  height: 3.5em;
  background: #0049ff;
  z-index: 2;
  border-radius: 5em;
  color: #fff;
  text-align: center;
  line-height: 3.2em;
  font-size: 1em;
  border: 3px solid;
}

.list--sns {
  display: flex;
  justify-content: flex-end;
  gap: 0 0.5em;
}
.list--sns li a {
  display: block;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.3em;
  font-size: 1.2em;
  text-align: center;
  background: #fff;
  color: #0049ff;
  border-radius: 5em;
}
@media screen and (min-width: 581px) {
  .list--sns li a {
    transition: 0.5s;
  }
  .list--sns li a:hover {
    transform: rotate(360deg);
  }
}

.list--error li {
  color: #e7153c;
  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-size: 1.1em;
  font-weight: 500;
  text-align: left;
  width: 100%;
}

@supports not (aspect-ratio: 16/9) {
  .list--contents li .thumb,
  .list--contents .block__item .thumb,
  .section--latest li .thumb,
  .section--latest .block__item .thumb {
    aspect-ratio: initial;
    padding-top: 56.25%;
  }
  .list--contents li .thumb img,
  .list--contents .block__item .thumb img,
  .section--latest li .thumb img,
  .section--latest .block__item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@supports not (aspect-ratio: 9/16) {
  .list--blog.list--contents li .thumb {
    aspect-ratio: initial;
    padding-top: 177.7777777778%;
  }
  .list--blog.list--contents li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--home .section--profile .block--thumbnail .block--item > div {
    aspect-ratio: initial;
  }
  .page--home .section--profile .block--thumbnail .block--item > div figure {
    width: 100%;
    padding-top: 100%;
  }
}
@supports not (aspect-ratio: 9/13) {
  .page--profile.section--detail .block--thumbnail .block--item > div {
    aspect-ratio: initial;
    position: relative;
    z-index: 20;
  }
  .page--profile.section--detail .block--thumbnail .block--item > div .thumb {
    padding-top: 144.4444444444% !important;
  }
  .page--profile.section--detail .block--thumbnail .block--item > div .thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.header .logo {
  width: 30vw;
  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 {
  top: 0;
  position: fixed;
  right: 0;
  z-index: 1001;
  mix-blend-mode: difference;
}
@media screen and (min-width: 581px) {
  .header .drawer__btn {
    transition: 0.3s;
  }
  .header .drawer__btn:hover {
    opacity: 0.5;
  }
}
.header .drawer__btn span {
  display: block;
  width: 4vw;
  height: 4vw;
  position: absolute;
  top: 4vw;
  right: 4vw;
  z-index: 1001;
  cursor: pointer;
}
.header .drawer__btn span.drawer__visible {
  opacity: 0;
  pointer-events: none;
}
.header .drawer__btn span svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.header .header__inner {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 100%;
  background: #0049ff;
  z-index: 1000;
  transition: 0.4s;
}
.header .header__inner .block--menu {
  display: flex;
  align-items: flex-end;
  width: 60%;
  padding: 0 11vw 4vw 8vw;
  position: relative;
}
.header .header__inner .block--menu .g-nav {
  width: 100%;
}
.header .header__inner .block--menu .g-nav li.soon span {
  display: inline-block;
  color: #fff;
  opacity: 0.8;
  position: relative;
}
.header .header__inner .block--menu .g-nav li.soon span::after {
  content: "";
  display: block;
  width: 110%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 49.5%;
  left: -5%;
}
.header .header__inner .g-nav .tit--label:first-child {
  height: 2vw;
}
.header .header__inner .block--photo {
  width: 50%;
  position: relative;
}
.header .header__inner .block--photo .block--photo__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .header__inner .block--photo .block--photo__item .thumb {
  width: 100%;
  height: 100vh;
  background: repeat center;
  background-size: 60%;
  border-right: 4vw solid;
  border-left: 4vw solid;
  padding: 0;
  right: 7vw;
}
.header .header__inner .block--photo .block--photo__item .thumb::after {
  transform-origin: left;
  width: 110%;
  left: -10%;
}
.header .header__inner .g-nav__official {
  border-top: 3px solid #fff;
  padding-top: 1.2em;
  margin-bottom: 6vh;
  padding-right: 14vw;
}
.header .header__inner .tit--label {
  width: 10vw;
  height: 3.3vw;
  margin-bottom: 0.8vw;
}
.header .header__inner .tit--label svg {
  fill: #fff;
}
.header .header__inner .g-nav ul li {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0.3em;
  margin-right: 0.7em;
  letter-spacing: 0.07em;
}
.header .header__inner .g-nav ul li a {
  color: #fff;
  padding: 0;
}
.header .header__inner .g-nav ul li.list--sns__item {
  margin-left: 0.4em;
}
.header .header__inner .g-nav ul li.list--sns__item a i {
  font-size: 4vw;
}
.header .header__inner .g-nav .block--nav-fc {
  border-top: 3px solid #fff;
  padding-top: 2.2em;
}

.drawer {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 120%;
  right: 0;
  transform-origin: top;
  transition: top 0.8s, opacity 0.8s 0.6s;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
}
.drawer .block--wave {
  top: -44vw;
}
.drawer .nav--menu {
  width: 100%;
  padding-top: 20vw;
  padding: 6vw 15% 0;
}
.drawer .nav--menu .list--nav li {
  margin: 0 9vw 2vw;
}
.drawer .nav--menu .list--nav li a {
  color: #000;
  font-size: 4vw;
  font-weight: 500;
}
.drawer .nav--login {
  padding: 0 25%;
}
.drawer .nav--login .list--login li {
  width: 46%;
}
.drawer .nav--login .list--login li.login {
  margin-left: 4%;
}
.drawer .nav--login .list--login li a {
  padding: 13px 5px;
  color: #000;
}
.drawer .block--menu {
  padding: 0 10%;
}
.drawer .drawer-inner {
  position: relative;
}
.drawer .block--menu {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

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

.drawer-visible {
  opacity: 1;
  pointer-events: auto;
}
.drawer-visible .drawer {
  top: 38vw;
  opacity: 1;
  pointer-events: auto;
}
.drawer-visible .header .drawer__btn .drawer__visible {
  pointer-events: auto;
  background-size: 80% !important;
}
.drawer-visible .drawer__btn span.drawer__unvisible {
  transition: 0.4s;
  transform: scale(0);
  pointer-events: none;
}
.drawer-visible .header__inner {
  left: 0;
}

.footer {
  position: absolute;
  z-index: 1;
}
.footer::before {
  content: "";
  display: block;
  width: 4em;
  height: 4em;
  background: no-repeat center url(/static/dxteen/common/parts--logo__square_w.svg);
  background-size: contain;
  position: absolute;
  top: calc(6vw + 8em);
  left: 10vw;
}
.footer .copyright {
  font-weight: 500;
}

.wovn-languages {
  color: #fff;
  mix-blend-mode: difference;
  font-size: 10px;
  position: absolute;
  z-index: 2;
  width: 190px;
  height: 35px;
  border-bottom: 4px 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 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  z-index: 10;
}
.wovn-languages .langIcon {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  line-height: 1;
  transform: translateY(-50%);
}
.wovn-languages .langIcon svg {
  fill: #fff;
}
.wovn-languages .nav-dropdown {
  position: absolute;
  top: 50%;
  left: 30px;
  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: #fff;
  top: 0;
  transform: translateY(0);
  background: #0049ff;
  padding: 10px 10px 0;
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
  .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: 581px) and (max-width: 1000px) {
  .wovn-languages.visible .nav-dropdown .list--language li.selected {
    margin-bottom: 14px;
  }
}

.wrap {
  min-height: 100%;
  position: relative;
  background: #fff;
}

.section--detail .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-size: 0.6em;
  font-weight: 500;
  color: #0049ff;
  line-height: 1;
  margin-left: 0.2em;
}
.section--detail .date,
.section--detail .category {
  display: inline-block;
  font-size: 12px;
}
.section--detail .tit {
  font-size: 16px;
}
.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: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  margin-right: 10px;
  letter-spacing: 0.025em;
}
.section--detail .detail__btn {
  margin-top: 60px;
}

.page--home {
  /* header */
  /* footer */
  /* section tit */
  /* wovn */
  /* swiper-wrapper */
  /* block-tit */
  /* fc area */
}
.page--home .header .logo {
  opacity: 0;
  pointer-events: none;
}
.page--home .header .drawer__btn {
  mix-blend-mode: unset;
}
.page--home.contents-start:not(.drawer-visible) .header .drawer__btn {
  mix-blend-mode: difference;
}
.page--home .wovn-languages {
  font-size: 14px;
  mix-blend-mode: unset;
  top: 12vw;
  left: 3.5vw;
}
.page--home .footer {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  background: #0049ff;
  color: #fff;
  position: relative;
}
.page--home .footer ul {
  font-size: 12px;
}
.page--home .footer .list--sns {
  width: 100%;
  border-bottom: 7px solid;
  padding-bottom: 2.5em;
  margin-bottom: 3em;
}
.page--home .footer .nav--sub-link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 0 3em;
  margin-bottom: 2em;
}
@media screen and (min-width: 581px) {
  .page--home .footer .nav--sub-link a {
    transition: 0.4s;
  }
  .page--home .footer .nav--sub-link a:hover {
    opacity: 0.5;
  }
}
.page--home .footer .nav--support {
  display: flex;
  justify-content: flex-end;
  gap: 0 1.5em;
  width: 45%;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
@media screen and (min-width: 581px) {
  .page--home .footer .nav--support li a:hover {
    opacity: 0.5;
  }
}
.page--home .footer .copyright {
  width: 100%;
}
.page--home .section-tit {
  font-weight: 500;
  line-height: 1;
}
.page--home #preview-wovn-translate-widget[wovn].type-default.wovn--position-top,
.page--home #wovn-translate-widget[wovn].type-default.wovn--position-top {
  position: absolute;
  top: 12vw;
  left: 3.5vw;
}
.page--home .header .drawer__btn {
  opacity: 0;
  transition: opacity 0.4s;
}
.page--home .section--hero .logo,
.page--home .section--hero .wovn-languages,
.page--home .section--hero .block--latest {
  opacity: 0;
  transition: opacity 0.4s;
}
.page--home.loaded .header .drawer__btn {
  opacity: 1;
  transition-delay: 0.4s;
}
.page--home.loaded .section--hero .logo,
.page--home.loaded .section--hero .wovn-languages,
.page--home.loaded .section--hero .block--latest {
  opacity: 1;
  transition-delay: 0.4s;
}
.page--home.loaded #bg-area::after {
  transform: scaleX(0);
}
.page--home.loaded #bg-area .block--bg--img__main {
  opacity: 1;
  transform: scale(1);
}
.page--home.loaded #bg-area .movie--cover {
  opacity: 0;
  transition-delay: 1.4s;
}
.page--home #bg-area {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.page--home #bg-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 3;
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05) 0.1s;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: right;
}
.page--home #bg-area > [class^=block--bg--img] {
  width: 100%;
  height: 100%;
}
.page--home #bg-area .block--bg--img__blur {
  width: 150%;
  height: 150%;
  background-size: cover;
  position: fixed;
  top: -25%;
  left: -25%;
  z-index: -1;
  filter: blur(10em);
}
.page--home #bg-area .block--bg--img__main {
  background-size: contain;
  opacity: 0;
  transform: scale(1.05);
  transition: 0.7s cubic-bezier(0.39, 0.68, 0.35, 1.05) 0.3s;
}
.page--home #bg-area .movie--cover {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.6s;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--home #bg-area::after {
    transition-duration: 0.5s;
  }
}
.page--home .area--contents {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-top: 6vw;
}
.page--home .swiper-wrapper li > a {
  display: block;
  line-height: 0;
  position: relative;
}
.page--home .swiper-container-horizontal > .swiper-pagination-bullets {
  text-align: left;
}
.page--home .sf-toolbar {
  display: none;
}
.page--home .section--hero {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.page--home .section--hero .logo {
  display: block;
  width: 30vw;
  height: 6.7vw;
  line-height: 0;
  position: absolute;
  z-index: 1;
  left: 3.5vw;
  top: 4vw;
}
.page--home .section--hero .logo span {
  display: block;
  position: absolute;
  left: -9999em;
}
.page--home .section--hero .logo svg {
  fill: #fff;
}
.page--home .section--banner {
  padding-left: 10vw;
  padding-bottom: 12vw;
  overflow: hidden;
}
.page--home .section--banner .part-wrap {
  display: none;
}
.page--home .section--banner .slick-dots {
  bottom: 0;
  text-align: left;
}
.page--home .section--banner .slick-dots li,
.page--home .section--banner .slick-dots li button {
  width: 2px;
  height: 30px;
  padding: 0;
  margin: 0 2.4px;
}
.page--home .section--banner .slick-dots li button:before {
  content: "";
  width: 3px;
  height: 10px;
  line-height: 1;
  transform-origin: top;
  transition: 0.25s;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.page--home .section--banner .slick-dots li.slick-active button:before {
  height: 10px;
  transform: scaleY(2.5);
  opacity: 1;
}
.page--home .section--banner .swiper-wrapper .slick--parts {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
  width: 50%;
  height: 40px;
  position: absolute;
  bottom: -50px;
}
.page--home .section--banner .swiper-wrapper .slick--parts .slick-disabled.slick-prev, .page--home .section--banner .swiper-wrapper .slick--parts .slick-disabled.slick-next {
  opacity: 0.5;
}
.page--home .section--banner .swiper-wrapper .slick--parts .slick-prev::before,
.page--home .section--banner .swiper-wrapper .slick--parts .slick-next::before {
  display: none;
}
.page--home .section--banner .swiper-wrapper .slick--parts .slick-dots {
  width: auto;
  position: relative;
}
.page--home .section--banner .swiper-wrapper .slick--parts .slick-prev {
  left: inherit;
  top: -6px;
  transform: rotate(180deg);
}
.page--home .section--banner .swiper-wrapper .slick--parts .slick-next {
  top: -1px;
  left: 30px;
  right: inherit;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--home .section--banner .swiper-wrapper .slick--parts .slick-dots {
    margin-right: 1em;
  }
  .page--home .section--banner .swiper-wrapper .slick--parts .slick-prev {
    top: -10px;
  }
  .page--home .section--banner .swiper-wrapper .slick--parts .slick-next {
    top: -6px;
    left: 27px;
  }
}
.page--home .section--banner .swiper-wrapper .slick-list {
  padding-left: 0 !important;
  margin-left: 0;
  overflow: visible;
}
.page--home .section--banner .swiper-wrapper .slick-list .swiper-slide {
  margin-right: 10px;
}
.page--home .section--banner .swiper-wrapper .slick-list .swiper-slide a {
  filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.1215686275));
}
.page--home .section--release {
  padding: 2vw 10vw 10vw;
}
.page--home .section--release .section-tit {
  width: 100%;
  line-height: 1;
  font-size: 25px;
  font-weight: 500;
}
.page--home .section--release .inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.page--home .section--release .block--thumb {
  width: 50%;
}
.page--home .section--release .block--info {
  width: 45%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page--home .section--release .block--info .block--lead {
  width: 100%;
  border-top: 2px solid;
  padding-top: 1em;
  margin-bottom: 2em;
}
.page--home .section--release .block--info .block--lead > span {
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 0.15em;
}
.page--home .section--release .block--info .block--lead .title {
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 0.2em;
  margin-top: -0.15em;
}
.page--home .section--release .block--info .block--lead .release {
  line-height: 1;
  letter-spacing: 0.1em;
  padding-top: 0.7em;
  font-weight: 600;
}
.page--home .section--release .block--info .block--link .tit--label {
  font-size: 0.8em;
  font-weight: 500;
  padding-bottom: 0.5em;
}
.page--home .section--release .block--info .block--link .tit--link {
  font-weight: 500;
  padding-bottom: 0.5em;
}
.page--home .section--release .block--info .block--link .shoplist {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5em;
  padding: 1.2em 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.page--home .section--release .block--info .block--link .shoplist > a {
  width: calc((100% - 1.5em) / 4);
}
@media screen and (min-width: 581px) {
  .page--home .section--release .block--info .block--link .shoplist > a:hover {
    opacity: 0.7;
  }
}
.page--home .section--release .block--info .block--link .block--other {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page--home .section--release .block--info .block--link .block--other .list--dl {
  width: 9em;
  display: inline-block;
  margin-top: 1em;
}
.page--home .section--release .block--info .block--link .block--other .btn--dl {
  font-size: 12px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
}
.page--home .section--release .block--info .block--link .list__more {
  display: block;
  width: calc(100% - 9.5em);
  padding-top: 1em;
  text-align: right;
  font-weight: 500;
}
.page--home .section--release .block--info .block--link .list__more a {
  display: inline-block;
  margin: 0 0 0 1.5em;
}
.page--home .section--info,
.page--home .section--schedule,
.page--home .section--video {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 10vw;
  padding-right: 7vw;
  margin-bottom: 12vw;
}
.page--home .section--info .block--title,
.page--home .section--schedule .block--title,
.page--home .section--video .block--title {
  width: 16vw;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.page--home .section--info .block--title::after,
.page--home .section--schedule .block--title::after,
.page--home .section--video .block--title::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.page--home .section--info .block--title .section-tit,
.page--home .section--schedule .block--title .section-tit,
.page--home .section--video .block--title .section-tit {
  width: 100%;
  line-height: 1;
  font-size: 25px;
  font-weight: 500;
}
.page--home .section--info .block--title .list__more,
.page--home .section--schedule .block--title .list__more,
.page--home .section--video .block--title .list__more {
  height: 1em;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page--home .section--info > [class^=list--],
.page--home .section--schedule > [class^=list--],
.page--home .section--video > [class^=list--] {
  width: 67vw;
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
  transform-origin: left;
  transform: translateX(50px);
  opacity: 0;
}
.page--home .section--info.started > [class^=list--],
.page--home .section--schedule.started > [class^=list--],
.page--home .section--video.started > [class^=list--] {
  opacity: 1;
  transform: translateX(0);
}
.page--home .section--info .block--title::after,
.page--home .section--video .block--title::after {
  top: 60px;
}
.page--home .section--info .block--title .list__more,
.page--home .section--video .block--title .list__more {
  top: 130px;
}
.page--home .section--schedule .list--schedule {
  gap: 0.5em;
  font-size: 13px;
}
.page--home .section--schedule .list--schedule .week {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin-top: 0.2em;
  margin-left: 0;
}
.page--home .section--schedule .list--schedule .category {
  font-size: 12px;
  margin-left: 0;
}
.page--home .section--video {
  overflow: hidden;
  display: block;
  position: relative;
}
.page--home .section--video .block--title {
  width: 16vw;
  height: 100%;
  position: absolute;
  left: 10vw;
  top: 0;
  z-index: 10;
}
.page--home .section--video .block--video-swiper {
  padding-left: 15.8vw;
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
  transform-origin: left;
  transform: translateX(50px);
  opacity: 0;
}
.page--home .section--video.started .block--video-swiper {
  opacity: 1;
  transform: translateX(0);
}
.page--home .section--video .list--video .tit {
  margin-bottom: 0;
}
.page--home .section--video .list--video .no-data {
  padding: 3em 2em;
}
.page--home .section--video.no-swiper .block--title::after,
.page--home .section--video.no-swiper .part-wrap,
.page--home .section--video.no-swiper .block--title .list__more {
  display: none;
}
.page--home .area--fanclub {
  background: #0049ff;
  padding: 10vw;
  color: #fff;
}
.page--home .area--fanclub .section-tit,
.page--home .area--fanclub .block-tit {
  font-size: 30px;
  font-weight: 500;
}
.page--home .area--fanclub > .block--title {
  border-bottom: 5px solid;
  padding-bottom: 2vw;
  margin-bottom: 9vw;
  margin-right: 1em;
  position: relative;
}
.page--home .area--fanclub > .block--title .block--tit {
  display: inline-block;
  width: 23vw;
  height: 7vw;
}
.page--home .area--fanclub > .block--title .block--tit svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.page--home .area--fanclub > .block--title .nav--login {
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  margin-left: 1em;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.page--home .area--fanclub > .block--title .nav--login ul {
  display: flex;
  gap: 1.5em;
  font-size: 2em;
  position: relative;
}
.page--home .area--fanclub > .block--title .nav--login ul li {
  position: relative;
}
@media screen and (min-width: 581px) {
  .page--home .area--fanclub > .block--title .nav--login ul li a {
    transition: 0.3s;
  }
  .page--home .area--fanclub > .block--title .nav--login ul li a:hover {
    opacity: 0.5;
  }
}
.page--home .area--fanclub > .block--title .nav--login ul li.list--item__login::after {
  content: "";
  display: block;
  width: 2px;
  height: 2em;
  background: #fff;
  position: absolute;
  left: -0.8em;
  top: -0.5em;
  transform: rotate(40deg);
}
.page--home .section--latest li.new .tit::after,
.page--home .list--blog li.new .tit::after {
  color: #fff;
}
.page--home .section--blog {
  display: flex;
  position: relative;
  margin-bottom: 6vw;
}
.page--home .section--blog .section-tit {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  width: 10vw;
}
.page--home .section--blog .list--blog {
  width: calc(100% - 10vw);
}
.page--home .section--blog .list--blog li {
  margin-bottom: 3vw;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
}
.page--home .section--blog .list--blog li.started {
  transform: translateY(0);
  opacity: 1;
}
.page--home .section--blog .list--blog li.staff .no-thumb {
  border: 1px solid;
}
.page--home .section--blog .list--blog li.no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40vw;
  max-height: 300px;
  background: #0043eb;
}
.page--home .section--latest {
  display: flex;
  flex-wrap: wrap;
  gap: 3.8vw;
  row-gap: 4vw;
  position: relative;
}
.page--home .section--latest > .block__item {
  width: calc((100% - 4vw) / 2);
  padding-left: 3em;
  position: relative;
}
.page--home .section--latest > .block__item .block-tit {
  transform-origin: left top;
  line-height: 1;
  transform: rotate(90deg);
  position: absolute;
  left: 1em;
}
.page--home .section--latest > .block__item .no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21vw;
  background: #0043eb;
}
@media screen and (min-width: 581px) {
  .page--home .section--latest > .block__item .no-data {
    min-height: 250px;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--home .section--latest > .block__item .no-data {
    height: 37vw;
  }
}
.page--home .section--latest > .block__item .block--box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 21vw;
  border: 1px solid;
  padding: 2em;
  text-align: center;
}
@media screen and (min-width: 581px) {
  .page--home .section--latest > .block__item .block--box {
    min-height: 250px;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--home .section--latest > .block__item .block--box {
    height: 37vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--home .section--latest > .block__item .block--box .btn {
    width: 100%;
  }
}
.page--home .section--latest > .block__item .block--box .btn--main {
  background: #fff;
  color: #0049ff;
}
@media screen and (min-width: 581px) {
  .page--home .section--latest > .block__item .block--box .btn--main:hover {
    background: #000;
    color: #fff;
  }
}

/* keyframes
------------------------------ */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@keyframes line {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  49.9% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
body:not(.page--home).drawer-visible .header .logo svg {
  fill: #fff;
}
body:not(.page--home).drawer-visible .header .drawer__btn .drawer__visible {
  width: 4vw;
  height: 4vw;
  top: 3.5vw;
  right: 3.2vw;
}
body:not(.page--home) .wovn-languages {
  border-bottom: 3px solid;
  font-size: 13px;
  height: 1.7vw;
  width: 14vw;
  top: 4.8vw;
  right: 8.8vw;
  color: #fff;
  mix-blend-mode: difference;
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
  body:not(.page--home) .wovn-languages {
    border-bottom: 3px solid;
    width: 21vw;
    height: 3.3vw;
    font-size: 12px;
  }
}
body:not(.page--home) .wovn-languages::before {
  right: 4px;
  width: 7px;
  height: 7px;
}
body:not(.page--home) .wovn-languages .langIcon {
  transform: translateY(-60%);
  width: 1.2vw;
  height: 1.2vw;
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
  body:not(.page--home) .wovn-languages .langIcon {
    width: 2vw !important;
    height: 2vw !important;
  }
}
body:not(.page--home) .wovn-languages .langIcon svg {
  fill: #fff;
}
body:not(.page--home) .wovn-languages .nav-dropdown {
  transform: translateY(-60%);
}
body:not(.page--home) .wovn-languages.visible {
  mix-blend-mode: unset;
  color: #000;
  border-bottom: 3px solid #000;
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
  body:not(.page--home) .wovn-languages.visible {
    border-bottom: solid 3px #000;
  }
}
body:not(.page--home) .wovn-languages.visible .langIcon svg {
  fill: #000;
}
body:not(.page--home) .wovn-languages.visible .nav-dropdown {
  transform: translate(0);
}
body:not(.page--home) .wovn-languages.visible .nav-dropdown .list--language li {
  background: transparent;
}
body:not(.page--home) .wovn-languages.visible .nav-dropdown .list--language li:not(.selected) {
  color: #fff;
}
body:not(.page--home) .wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: transparent;
  padding: 0;
  color: #fff;
}
body:not(.page--home) .header {
  position: relative;
}
body:not(.page--home) .header::before {
  content: "";
  display: block;
  width: calc(100% - 27.3vw);
  height: 3px;
  background: #fff;
  position: fixed;
  top: 6.3vw;
  left: 3.5vw;
  z-index: 10;
  mix-blend-mode: difference;
}
body:not(.page--home) .header .drawer__btn span {
  width: 3vw;
  height: 3vw;
  top: 4.6vw;
  right: 3.5vw;
}
body:not(.page--home) .header .logo {
  width: 9vw;
  height: 1.8vw;
  mix-blend-mode: difference;
}
body:not(.page--home) .header .logo svg {
  fill: #fff;
}
body:not(.page--home) .footer {
  background: none;
  padding-right: 3.5vw;
  padding-top: 1vw;
  padding-bottom: 8vw;
}
body:not(.page--home) .footer::after {
  content: "";
  display: block;
  width: calc(100% - 7vw);
  height: 3px;
  background: #000;
  position: absolute;
  top: 0;
  left: 3.5vw;
}
body:not(.page--home) .footer::before {
  width: 3em;
  height: 3em;
  background-image: url(/static/dxteen/common/parts--logo__square_b.svg);
  top: 1.5em;
  left: 3.5vw;
  mix-blend-mode: unset;
}
body:not(.page--home) .footer .list--sns,
body:not(.page--home) .footer .nav--sub-link,
body:not(.page--home) .footer .nav--support {
  display: none;
}

.section--list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.section--list .section-tit {
  font-weight: 500;
}
@media screen and (min-width: 581px) {
  .section--list {
    padding: 14vw 3.5vw 50px 8vw;
  }
  .section--list .block--title {
    width: 24vw;
    position: -webkit-sticky;
    position: sticky;
    top: 14vw;
    left: 0;
    margin-bottom: 50px;
  }
  .section--list .block--title::before {
    content: "";
    display: block;
    width: 1px;
    height: 16vh;
    background: #000;
    position: absolute;
    top: 6.4vw;
    left: 0;
  }
  .section--list .section-tit {
    font-size: 4vw;
    line-height: 1;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .section--list {
    width: 100%;
  }
}
.section--list .block--title {
  margin-bottom: 60px;
}
.section--list .block--list {
  width: 60vw;
  margin-left: 10vw;
}
.section--list .block--category {
  font-size: 13px;
  padding-left: 10px;
  padding-top: 2vw;
}
.section--list .block--category li.current {
  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: 581px) {
  .section--list .list--contents li {
    width: 80%;
    margin: 0 0 0 auto;
  }
}

.section--detail {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 581px) {
  .section--detail {
    padding: 15vw 3.5vw 5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .section--detail {
    width: 100%;
  }
}

.page--info .section--detail,
.page--blog .section--detail,
.page--faq .section--detail {
  padding: 15vw 3.5vw 5vw 8vw;
}
.page--info .section--detail .txt a,
.page--blog .section--detail .txt a,
.page--faq .section--detail .txt a {
  text-decoration: underline;
}
@media screen and (min-width: 581px) {
  .page--info .section--detail .section--inner,
  .page--blog .section--detail .section--inner,
  .page--faq .section--detail .section--inner {
    display: flex;
    flex-wrap: wrap;
    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 {
    width: 26%;
    height: auto;
    border-bottom: 3px solid;
    padding-bottom: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 15vw;
  }
  .page--info .section--detail .section--inner > .txt,
  .page--blog .section--detail .section--inner > .txt,
  .page--faq .section--detail .section--inner > .txt {
    width: 60%;
  }
  .page--info .section--detail .detail__btn,
  .page--blog .section--detail .detail__btn,
  .page--faq .section--detail .detail__btn {
    font-size: 1.2em;
    bottom: -2.5em;
    left: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--info .section--detail .block--title,
  .page--blog .section--detail .block--title,
  .page--faq .section--detail .block--title {
    border-bottom: 3px solid;
    margin-bottom: 5em;
  }
}
.page--info .section--detail .date,
.page--blog .section--detail .date,
.page--faq .section--detail .date {
  position: relative;
}
.page--info .block--share,
.page--blog .block--share,
.page--faq .block--share {
  position: relative;
  top: 46px;
  text-align: right;
  margin-top: 4vw;
}
.page--info .block--share li a i,
.page--blog .block--share li a i,
.page--faq .block--share li a i {
  color: #000;
  transition: 0.3s;
}

.page--schedule .block--title {
  margin-bottom: 50px;
}
.page--schedule .block--title::before {
  height: calc(100% - 6.2vw - 0.7em);
}
.page--schedule .block--title .block--month {
  font-weight: 500;
  padding-left: 17px;
  padding-top: 2.3vw;
}
.page--schedule .block--title .block--month .tit {
  font-size: 1.8em;
  line-height: 1;
}
.page--schedule .block--title .block--month .tit span {
  font-size: 0.5em;
  margin-left: 0.3em;
}
.page--schedule .section--list {
  padding: 14vw 3.5vw 50px 8vw;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 581px) {
  .page--schedule .section--list {
    min-height: 85vh;
  }
}
.page--schedule .section--list .section-tit {
  position: relative;
  top: 0;
}
.page--schedule .section--list::before {
  display: none;
}
.page--schedule .list--schedule {
  display: block;
  height: 100%;
}
.page--schedule .list--schedule li {
  width: 100%;
  padding: 3em 0 1em 11em;
  background: #E6EBF0;
  position: relative;
}
.page--schedule .list--schedule li.no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 4em);
  padding: 0;
}
.page--schedule .list--schedule li a {
  display: block;
  background: none;
  padding: 0.25em 0 0.5em 0;
  margin-bottom: 15px;
}
.page--schedule .list--schedule li a .tit {
  font-size: 14px;
  padding-right: 1em;
}
.page--schedule .list--schedule .date {
  width: 3em;
  font-size: 2.5em;
  line-height: 1;
  position: absolute;
  left: 14px;
  top: 8px;
}
.page--schedule .list--schedule .date strong {
  font-weight: 500;
}
.page--schedule .list--schedule .date .week {
  display: block;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.page--schedule .list--schedule .category {
  display: block;
  border-bottom: 1px solid;
  padding-bottom: 0.2em;
  margin: 0 0 0.5em 0;
}
.page--schedule .block--category dd {
  position: relative;
  top: 10px;
  text-align: left;
}
.page--schedule .block--category .list--sort li input[type=checkbox] {
  display: none;
}
.page--schedule .block--category .list--sort li .category {
  font-size: 13px;
  font-weight: 800;
  padding: 5px 8px;
  margin-left: 0;
  color: #000;
}
.page--schedule .block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
  font-weight: 400;
}
.page--schedule .block--category .list--sort li:hover * {
  cursor: pointer;
  color: #000;
}

.page--info.category--4 .section--detail .date {
  font-size: 1.3em;
  margin-bottom: 0;
}

@media screen and (min-width: 581px) {
  .section--list .list--contents.list--video {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
    margin-right: -2%;
  }
  .section--list .list--contents.list--video li {
    margin-right: 0;
  }
  .section--list .list--contents.list--video li .tit {
    text-align: right;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .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 .list--contents.list--call .btn {
  width: 80%;
  margin: 0 auto;
}
.section--list .list--contents.list--call .btn--main {
  margin: 0.6em 0;
  padding: 5px;
  font-weight: normal;
}
.section--list .list--contents.list--call .btn--main:hover {
  color: #fff;
}
.section--list .list--contents.list--call .btn--main,
.section--list .list--contents.list--call a {
  min-width: auto;
  white-space: nowrap;
}
.section--list .list--contents.list--call li .thumb {
  aspect-ratio: 1/1 !important;
}
@media screen and (min-width: 581px) {
  .section--list .list--contents.list--call {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .section--list .list--contents.list--call li {
    margin-right: 0;
    width: 31.3333333333%;
  }
  .section--list .list--contents.list--call li .tit {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .section--list .list--contents.list--call li {
    width: 100%;
    margin: 0 0 10vw;
  }
  .section--list .list--contents.list--call li .tit {
    margin-bottom: 15px;
  }
}

.category--16 .block--title .date {
  display: none !important;
}
.category--16 .block--title .category {
  margin-left: 0;
}

.page--movie.category-radio .section--list .section-tit {
  font-size: 3.5vw;
}
@media screen and (min-width: 581px) {
  .page--movie .section--list .list--contents {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 2%;
  }
  .page--movie .section--list .list--contents li {
    width: 48%;
    margin-bottom: 50px;
    margin-right: 0;
  }
}
.page--movie .section--list .block--latest-list .latest-tit {
  text-align: right;
  border-bottom: 3px solid;
  margin-bottom: 1em;
}
@media screen and (min-width: 581px) {
  .page--movie.new-movie.page-movie-detail .section--detail {
    padding: 15vw clamp(10px, 15vw, 400px) 0;
  }
  .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-size: 1.2em;
    border-bottom: 2px solid;
    margin-bottom: 2em;
  }
  .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: 580px) {
  .page--movie.new-movie.page-movie-detail .block--more_movies .more_movies_title {
    margin: 2em 7vw 1.5em;
    border-bottom: 2px solid;
    padding-bottom: 0.2em;
  }
}
@media screen and (min-width: 581px) {
  .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: 580px) {
  .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--movie.category-radio .block--title::before {
  top: 10.5vw;
}

.page--photo .list--contents li .thumb {
  aspect-ratio: inherit;
}
.page--photo.page--photo__detail .section--list .block--title {
  padding-bottom: 2em;
}
.page--photo.page--photo__detail .section--list .block--title .date {
  margin-top: 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .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-size: 3vw;
  line-height: 1;
  border-top: 5px solid #000;
  padding-top: 18px;
}
.page--photo.page--photo__detail .block--list {
  width: 65vw;
  margin-left: 0;
}
.page--photo.page--photo__detail .list--photo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 5px;
}
.page--photo.page--photo__detail .list--photo li {
  width: calc((100% - 10px) / 3);
  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;
}
.page--photo #swipebox-slider .slide-loading {
  background-image: none !important;
}
.page--photo #swipebox-slider .slide img {
  max-height: 80%;
}
.page--photo #swipebox-overlay {
  background: #000;
}
.page--photo #swipebox-prev.disabled,
.page--photo #swipebox-next.disabled {
  opacity: 0.2;
}
.page--photo #swipebox-action #swipebox-close {
  top: 60px;
  right: 70px;
  background: none;
}
.page--photo #swipebox-action #swipebox-close::before, .page--photo #swipebox-action #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: all 0.6s ease-out 0s;
}
.page--photo #swipebox-action #swipebox-close::before {
  transform: rotate(45deg);
}
.page--photo #swipebox-action #swipebox-close::after {
  transform: rotate(-45deg);
}
.page--photo #swipebox-action #swipebox-prev,
.page--photo #swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.page--photo #swipebox-action #swipebox-prev {
  left: 3%;
}
.page--photo #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;
}
.page--photo #swipebox-action #swipebox-next {
  right: 3%;
}
.page--photo #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;
}
.page--photo #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.section--list .block--list {
  width: 80vw;
}
.page--blog.section--list .list--contents {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 3vw 2%;
}
.page--blog.section--list .list--contents li {
  width: 48%;
  margin: 0;
  line-height: 0;
}
.page--blog.section--list .list--contents li a {
  display: block;
  line-height: 0;
}
.page--blog.section--list .list--contents li .list__txt {
  text-align: right;
}
.page--blog.section--list .list--contents li .list__thumb .date {
  opacity: 0;
  color: #000;
  bottom: -0.8em;
  right: -0.6em;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--blog.section--list .list--contents li .list__thumb .date {
    bottom: -1.2em;
    right: inherit;
    left: -0.6em;
    border-width: 2px;
  }
}
.page--blog.section--list .list--contents li.new .list__thumb .date {
  opacity: 1;
}
.page--blog.section--list .list--contents li.new .list__thumb a:hover .date {
  color: #0049ff;
}
.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__parent .section--list {
  padding: 10vw 3.5vw 50px 3.5vw;
  flex-wrap: wrap;
}
.page--blog.page--blog__parent .block--list {
  width: 100%;
  margin: 0 auto;
}
.page--blog.page--blog__parent .block--list .list--contents.list--blog {
  max-width: 1300px;
  margin: 0 auto;
}
.page--blog.page--blog__parent .block--list .list--contents.list--blog > li {
  width: calc((100% - 60px) / 4);
  margin: 0;
}
.page--blog.page--blog__parent .block--list .list--contents.list--blog > li .tit {
  font-size: 13px;
}
.page--blog.page--blog__parent .block--list .list--contents.list--blog > li .thumb--none {
  background: #E6EBF0;
}
.page--blog.page--blog__parent .block--list .list--contents.list--blog > li .thumb--none svg {
  fill: #000;
}
.page--blog.page--blog__parent .block--list .list--contents.list--blog > li.no-data {
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--blog.page--blog__parent .block--list .list--contents.list--blog > li.no-data {
    margin-bottom: 10vw;
    padding: 25vw;
  }
}
.page--blog.page--blog__parent .block--title {
  width: 100%;
  height: 30vw;
  line-height: 0;
  position: relative;
  top: 0;
}
.page--blog.page--blog__parent .block--title::before {
  display: none;
}
.page--blog.page--blog__parent .block--title figure {
  width: 50vw;
  height: 30vw;
  margin: 0 auto;
}
.page--blog.page--blog__parent .block--title figure img {
  height: auto;
}
.page--blog.page--blog__parent .block--title .block--title__inner div > img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.page--blog.page--blog__parent .block--title.nalu .block--title__inner {
  height: 100%;
  background: repeat url(/static/dxteen/fanclub/blog/parts/nalu/nalu__bg.jpg);
  background-size: 50%;
}
.page--blog.page--blog__parent .block--title.nalu .block--title__inner .title__wave img {
  background-repeat: repeat-x;
  background-position: 50% bottom;
  background-size: 60%;
}
.page--blog.page--blog__parent .block--title.nalu .block--title__inner .title__waku {
  width: 100%;
  height: 100%;
  position: absolute;
}
.page--blog.page--blog__parent .block--title.nalu .block--title__inner .title__waku.right {
  transform: rotate(180deg);
  z-index: 5;
}
.page--blog.page--blog__parent .block--title.nalu .block--title__inner .title__waku::before, .page--blog.page--blog__parent .block--title.nalu .block--title__inner .title__waku::after {
  content: "";
  display: block;
  width: calc(100% - 2vw);
  height: 7px;
  background: no-repeat url(/static/dxteen/fanclub/blog/parts/nalu/nalu__line.svg);
  background-size: 100% auto;
  position: absolute;
}
.page--blog.page--blog__parent .block--title.nalu .block--title__inner .title__waku::before {
  top: 1vw;
  left: 1vw;
}
.page--blog.page--blog__parent .block--title.nalu .block--title__inner .title__waku::after {
  width: 28vw;
  transform: rotate(90deg);
  top: 1vw;
  left: 1vw;
  transform-origin: left top;
  z-index: 5;
}
.page--blog.page--blog__parent .block--title.shotaro .block--title__inner {
  height: 100%;
  background: repeat url(/static/dxteen/fanclub/blog/parts/shotaro/shotaro__bg.jpg);
  background-size: 50%;
  position: relative;
  overflow: hidden;
}
.page--blog.page--blog__parent .block--title.shotaro .block--title__inner::before, .page--blog.page--blog__parent .block--title.shotaro .block--title__inner::after {
  content: "";
  display: block;
  width: 40vw;
  height: 100%;
  background: repeat-x left center;
  background-size: 80%;
  position: absolute;
  top: 0;
  width: 43vw;
}
.page--blog.page--blog__parent .block--title.shotaro .block--title__inner::before {
  background-image: url(/static/dxteen/fanclub/blog/parts/shotaro/shotaro__vegetable_l-min.png);
  background-position: right center;
  left: -9vw;
}
.page--blog.page--blog__parent .block--title.shotaro .block--title__inner::after {
  background-image: url(/static/dxteen/fanclub/blog/parts/shotaro/shotaro__vegetable_r-min.png);
  right: -7vw;
}
.page--blog.page--blog__parent .block--title.taichi .block--title__inner {
  height: 100%;
  background: repeat url(/static/dxteen/fanclub/blog/parts/taichi/taichi__bg.jpg);
  background-size: 50%;
}
.page--blog.page--blog__parent .block--title.taichi .block--title__inner div > img {
  height: 88%;
  top: 9%;
}
.page--blog.page--blog__parent .block--title.koshin .block--title__inner {
  height: 100%;
  background: repeat url(/static/dxteen/fanclub/blog/parts/koshin/koshin__bg.jpg);
  background-size: 50%;
  position: relative;
  overflow: hidden;
}
.page--blog.page--blog__parent .block--title.koshin .block--title__inner::before, .page--blog.page--blog__parent .block--title.koshin .block--title__inner::after {
  content: "";
  display: block;
  width: 40vw;
  height: 100%;
  background: repeat-x left center;
  background-size: 80%;
  position: absolute;
  top: 0;
  width: 43vw;
}
.page--blog.page--blog__parent .block--title.koshin .block--title__inner .title__main img {
  z-index: 5;
}
.page--blog.page--blog__parent .block--title.koshin .block--title__inner::before {
  background-image: url(/static/dxteen/fanclub/blog/parts/koshin/koshin__bg_l-min.png);
  background-position: right center;
  left: -4.2vw;
}
.page--blog.page--blog__parent .block--title.koshin .block--title__inner::after {
  background-image: url(/static/dxteen/fanclub/blog/parts/koshin/koshin__bg_r-min.png);
  right: -1.9vw;
}
.page--blog.page--blog__parent .block--title.ken .block--title__inner {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.page--blog.page--blog__parent .block--title.ken .block--title__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeat url(/static/dxteen/fanclub/blog/parts/ken/ken__bg.png);
  background-size: 80px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
}
.page--blog.page--blog__parent .block--title.ken .block--title__inner div > img {
  height: 60%;
  top: 23%;
}
.page--blog.page--blog__parent .block--title.ayuta .block--title__inner {
  height: 100%;
  background: repeat url(/static/dxteen/fanclub/blog/parts/ayuta/ayuta__bg.jpg);
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
.page--blog.page--blog__parent .block--title.ayuta .block--title__inner::before, .page--blog.page--blog__parent .block--title.ayuta .block--title__inner::after {
  content: "";
  display: block;
  width: 40vw;
  height: 100%;
  background: repeat-x left center;
  background-size: 80%;
  position: absolute;
  top: 0;
  width: 43vw;
}
.page--blog.page--blog__parent .block--title.ayuta .block--title__inner .title__main img {
  z-index: 5;
}
.page--blog.page--blog__parent .block--title.ayuta .block--title__inner::before {
  background-image: url(/static/dxteen/fanclub/blog/parts/ayuta/ayuta__flower-min.png);
  background-position: right bottom;
  left: 0;
  background-size: 700px;
  width: 20vw;
}
.page--blog.page--blog__parent .block--title.ayuta .block--title__inner::after {
  background-image: url(/static/dxteen/fanclub/blog/parts/ayuta/ayuta__flower-min.png);
  background-position: left bottom;
  right: 0;
  background-size: 700px;
  width: 20vw;
}
.page--blog.page--blog__parent .block--title.staff {
  background: #0049ff;
  position: relative;
  overflow: hidden;
}
.page--blog.page--blog__parent .block--title.staff::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeat url(/static/dxteen/fanclub/blog/parts/staff/staff__bg.png);
  background-size: 100px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.page--blog.page--blog__parent .block--title.staff .block--title__inner .title__main img {
  z-index: 5;
}
.page--blog.page--blog__parent .block--title.staff .block--title__inner::before, .page--blog.page--blog__parent .block--title.staff .block--title__inner::after {
  content: "";
  display: block;
  width: 96%;
  height: 88%;
  background: no-repeat url(/static/dxteen/fanclub/blog/parts/staff/staff__flame-min.png);
  background-size: 3500px 1000px;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog.page--blog__parent .block--title.staff .block--title__inner::before {
  background-position: left top;
}
.page--blog.page--blog__parent .block--title.staff .block--title__inner::after {
  transform: rotate(180deg);
  top: inherit;
  bottom: 0;
  left: inherit;
  right: 0;
}
.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: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page--blog video {
  position: relative;
}

.page--disco .block--title::before {
  top: 10.4vw;
  height: 9.3em;
}
.page--disco .list--discography.list--contents {
  margin: 0 auto;
}
.page--disco .list--discography.list--contents li a .thumb {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 581px) {
  .page--disco .list--discography.list--contents {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 4%;
  }
  .page--disco .list--discography.list--contents li {
    margin: 0 0 5em;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--disco .list--discography.list--contents li {
    margin: 0 0 4em;
  }
}
.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 .section--detail {
  display: flex;
  justify-content: space-between;
}
.page--disco .block--detail {
  width: 60%;
  padding-left: 6vw;
}
.page--disco .header--disco {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 30%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}
.page--disco .header--disco .header--disco_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  filter: blur(40px);
  transform: scale(2);
}
.page--disco .jacket {
  width: 40%;
  position: relative;
  z-index: 10;
}
.page--disco .jacket .ph {
  width: 100%;
  margin: 0 auto 10px;
  line-height: 0;
}
.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: 6vw;
}
.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 .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: 581px) {
  .page--disco .block--disc-detail .btn--link:hover {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--disco .block--disc-detail .btn--link {
    width: 100%;
    text-align: center;
    margin: 1.5em 0;
  }
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
  .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 li > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.page--disco .block--disc-detail .list--songlist li > div span {
  width: 2em;
}
.page--disco .block--disc-detail .list--songlist li > div > ul {
  width: 2em;
}
.page--disco .block--disc-detail .list--songlist .tit {
  font-size: 0.8em;
  margin-bottom: 0;
}
.page--disco .block--disc-detail .list--songlist > li {
  border-bottom: 1px solid #E6EBF0;
  padding: 0.5em 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 #E6EBF0;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.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--blog.manecamera .section--list {
  display: block;
}
.page--blog.manecamera .section--list .tit-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-inline: auto;
  margin-bottom: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--blog.manecamera .section--list .tit-wrap {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 0;
  }
}
.page--blog.manecamera .section--list .tit-wrap .section-tit {
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 0;
  margin: 0;
  position: relative;
}
.page--blog.manecamera .section--list .tit-wrap .section-tit::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/static/dxteen/fanclub/blog/parts/manecamera/icon_of_mark.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--blog.manecamera .section--list .tit-wrap .section-tit::after {
    width: 30px;
    height: 30px;
  }
}
.page--blog.manecamera .section--list .tit-wrap .icon {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-right: 30px;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--blog.manecamera .section--list .tit-wrap .icon {
    margin-right: 20px;
  }
}
.page--blog.manecamera .section--list .tit-wrap .icon img {
  background-image: cover;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.page--blog.manecamera .section--list .list--contents {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1200px;
  margin-inline: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--blog.manecamera .section--list .list--contents {
    gap: 4px;
  }
}
.page--blog.manecamera .section--list .list--contents li {
  width: calc(25% - 6px);
  margin: 0;
  transform: translate(0);
  opacity: 1;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--blog.manecamera .section--list .list--contents li {
    width: calc(50% - 2px);
  }
}
.page--blog.manecamera .section--list .list--contents li.no-data {
  width: 100%;
  margin: 0;
  text-align: center;
}
.page--blog.manecamera .section--list .list--contents li .date {
  background: #0049ff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 5;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--blog.manecamera .section--list .list--contents li .date {
    bottom: 1em;
    left: 1em;
  }
}
.page--blog.manecamera .section--list .list--contents li.new::after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "NEW";
  background: #fff;
  font-size: 10px;
  font-weight: bold;
  color: #0049ff;
  border-radius: 50%;
  border: solid 3px #0049ff;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--blog.manecamera .section--list .list--contents li.new::after {
    width: 40px;
    height: 40px;
    right: 1em;
    bottom: 1em;
  }
}
.page--blog.manecamera .section--list .list--contents > li .thumb {
  aspect-ratio: 1/1;
  margin: 0;
}
.page--blog.manecamera .section--list .list--contents.nologin li a:hover::before {
  content: none;
}
.page--blog.manecamera .section--list .list--contents.nologin li a:hover .date {
  display: none;
}
.page--blog.manecamera .section--list .list--contents.nologin .thumb {
  position: relative;
}
.page--blog.manecamera .section--list .list--contents.nologin .thumb img {
  filter: blur(10px);
  transform: scale(2);
}
.page--blog.manecamera .section--list .list--contents.delighter.started {
  transform: translateY(0);
}
.page--blog.manecamera .section--list .thumb img {
  background-size: cover;
  transform: translateZ(0);
  background-color: transparent;
}
.page--blog.manecamera .section--list .thumb img.no-image {
  opacity: 0.4;
}
.page--blog.manecamera .section--list #next {
  margin-top: 40px;
}
.page--blog.manecamera .section--list #next .loading {
  display: block;
  width: 2em;
  height: 2em;
  margin: 20px auto;
  animation: load 1.1s infinite linear;
}
.page--blog.manecamera .section--list #next .loading svg {
  width: 2em;
  height: 2em;
}
.page--blog.manecamera .slick-arrow {
  display: block;
  position: absolute;
  bottom: -40px;
  width: 50px;
  height: 23px;
}
.page--blog.manecamera .slick-arrow.slick--prev {
  left: 0;
}
.page--blog.manecamera .slick-arrow.slick--next {
  left: 60px;
}
.page--blog.manecamera .slick-arrow.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.page--blog.manecamera .slick-dots {
  position: absolute;
  bottom: 1vh;
}
.page--blog.manecamera .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  transition: 0.3s;
}
.page--blog.manecamera .slick-dots li:last-child {
  margin-right: 0;
}
.page--blog.manecamera .slick-dots li::before {
  content: "";
  display: block;
  border-radius: 100%;
  border: solid 1px #0049ff;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.page--blog.manecamera .slick-dots li.slick-active::before {
  background: #0049ff;
}
.page--blog.manecamera .slick-dots li button {
  display: none;
}
.page--blog.manecamera .section--detail .header--detail {
  background: #fff;
  color: #000;
  padding: 15px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--blog.manecamera .section--detail .header--detail {
    border: #0049FF solid 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.page--blog.manecamera .section--detail .header--detail .date {
  margin: 0;
}
.page--blog.manecamera .section--detail .header--detail .inner {
  display: flex;
  align-items: center;
}
.page--blog.manecamera .section--detail .header--detail .inner .block--writer {
  display: flex;
  align-items: center;
}
.page--blog.manecamera .section--detail .header--detail .inner .block--writer .icon {
  background: url(/static/dxteen/fanclub/blog/parts/manecamera/icon_manecamera.svg) no-repeat center center/cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.page--blog.manecamera .section--detail .header--detail .inner .block--writer .writer {
  font-size: 13px;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
}
.page--blog.manecamera .section--detail .header--detail .inner .block--writer .writer::after {
  content: "";
  display: block;
  width: 15px;
  height: 16px;
  background: url(/static/dxteen/fanclub/blog/parts/manecamera/icon_of_mark.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 2px;
}
.page--blog.manecamera .section--detail .header--detail .inner .date {
  display: block;
}
@media screen and (min-width: 581px) {
  .page--blog.manecamera .section--detail {
    padding: 15vw 5vw 5vw;
  }
}
.page--blog.manecamera .section--detail .txt {
  display: flex;
  background: #fff;
  color: #000;
  margin-bottom: 30px;
  border: #0049FF solid 3px;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--blog.manecamera .section--detail .txt {
    display: block;
    border-top: none;
  }
}
.page--blog.manecamera .section--detail .txt a {
  color: #4085ff;
  text-decoration: none;
}
.page--blog.manecamera .section--detail .txt .list--thumb {
  background: transparent;
  width: 60%;
  margin: 0;
  min-height: 20vh;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--blog.manecamera .section--detail .txt .list--thumb {
    width: 100%;
  }
}
.page--blog.manecamera .section--detail .txt .ph img {
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
.page--blog.manecamera .section--detail .txt .ph::after {
  display: none;
}
.page--blog.manecamera .section--detail .txt > .txt-area {
  width: 40%;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--blog.manecamera .section--detail .txt > .txt-area {
    width: 100%;
  }
}
.page--blog.manecamera .section--detail .txt > .txt-area > .list--thumb {
  display: none;
}
.page--blog.manecamera .section--detail .txt > .txt-area .txt-area {
  padding: 15px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.page--blog.manecamera .section--detail .txt > .txt-area .txt-area .list--thumb {
  display: none;
}
.page--blog.manecamera .section--detail .txt > .txt-area .txt-area .icon--like {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #0049ff;
}
.page--blog.manecamera .section--detail .txt > .txt-area .txt-area .icon--like span {
  display: none;
}
.page--blog.manecamera .section--detail .txt > .txt-area .txt-area .date {
  background: #0049ff;
  color: #fff;
  padding: 0 10px;
  border-radius: 50px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.page--blog.manecamera .section--detail .block--pager-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--blog.manecamera .section--detail .block--pager-wrap .block--pager {
  width: 70px;
  top: 0;
  bottom: inherit;
  left: inherit;
  margin: 0;
  position: relative;
}
.page--blog.manecamera .section--detail .block--pager-wrap .block--pager .pager__item--newer,
.page--blog.manecamera .section--detail .block--pager-wrap .block--pager .pager__item--older {
  width: 25px;
  height: 25px;
}
.page--blog.manecamera .section--detail .block--pager-wrap .block--pager .pager__item--newer span,
.page--blog.manecamera .section--detail .block--pager-wrap .block--pager .pager__item--older span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  border-radius: 50px;
}
.page--blog.manecamera .section--detail .block--pager-wrap .block--pager .pager__item--newer span::after,
.page--blog.manecamera .section--detail .block--pager-wrap .block--pager .pager__item--older span::after {
  border-color: #fff;
  left: inherit;
  top: inherit;
  right: inherit;
}
.page--blog.manecamera .section--detail .block--pager-wrap .block--pager .pager__item--newer a,
.page--blog.manecamera .section--detail .block--pager-wrap .block--pager .pager__item--older a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0049ff;
  padding: 0;
  border-radius: 50px;
}
.page--blog.manecamera .section--detail .block--pager-wrap .block--pager .pager__item--newer a::after,
.page--blog.manecamera .section--detail .block--pager-wrap .block--pager .pager__item--older a::after {
  border-color: #fff;
  left: inherit;
  top: inherit;
  right: inherit;
}
.page--blog.manecamera .section--detail .block--pager-wrap .btn__top {
  color: #0049ff;
  font-weight: bold;
}
.page--blog.manecamera .section--detail .ph {
  margin: 0;
}

.page--qa .block--introduction {
  border-bottom: 3px solid;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.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: 580px) {
  .page--qa .block--error {
    font-size: 12px;
    padding: 1em;
  }
}
.page--qa .section--detail .date {
  display: block;
}
@media screen and (min-width: 581px) {
  .page--qa .section--detail .block--inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
.page--qa .section--detail .block__answer__inner > div {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2em;
  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);
  background: #000;
  color: #fff;
  padding: 2.5em;
  border-radius: 0.5em 1.5em 1.5em 0.5em;
  position: relative;
}
.page--qa .section--detail .block__answer__inner > div .answer__item::before {
  content: "";
  width: 2em;
  height: 2em;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  right: 1em;
  bottom: 1em;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--qa .section--detail .block__answer__inner > div .answer__item::before {
    width: 1.8em;
    height: 1.8em;
    right: 0.8em;
    bottom: 0.8em;
  }
}
.page--qa .section--detail .block__answer__inner > div .answer__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 17px 0;
  border-color: transparent #000 transparent transparent;
  position: absolute;
  left: -13px;
  top: 20px;
}
.page--qa .section--detail .block__answer__inner > div.nalu .answer__item::before {
  background-image: url(/static/dxteen/u7WUSvAJ/ico--face_nalu_c.svg);
}
.page--qa .section--detail .block__answer__inner > div.shotaro .answer__item::before {
  background-image: url(/static/dxteen/u7WUSvAJ/ico--face_shotaro_c.svg);
}
.page--qa .section--detail .block__answer__inner > div.taichi .answer__item::before {
  background-image: url(/static/dxteen/u7WUSvAJ/ico--face_taichi_c.svg);
}
.page--qa .section--detail .block__answer__inner > div.koshin .answer__item::before {
  background-image: url(/static/dxteen/u7WUSvAJ/ico--face_koshin_c.svg);
}
.page--qa .section--detail .block__answer__inner > div.ken .answer__item::before {
  background-image: url(/static/dxteen/u7WUSvAJ/ico--face_ken_c.svg);
}
.page--qa .section--detail .block__answer__inner > div.ayuta .answer__item::before {
  background-image: url(/static/dxteen/u7WUSvAJ/ico--face_ayuta_c.svg);
}
.page--qa .section--detail .block--pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 3px solid;
  padding-top: 2em;
  right: inherit;
}
.page--qa .section--detail .block--pager .pager__item--other {
  width: 7em;
  text-align: center;
}
.page--qa .section--detail .block--pager .pager__item--newer a::after,
.page--qa .section--detail .block--pager .pager__item--newer span::after {
  left: 0;
}
.page--qa .section--detail .block--pager .pager__item--older a::after,
.page--qa .section--detail .block--pager .pager__item--older span::after {
  right: 0;
}
.page--qa .section--detail i {
  display: block;
  margin-bottom: 7px;
  font-size: 3vw;
  border-bottom: 5px solid;
  padding-bottom: 0;
  margin-bottom: 3vw;
}
.page--qa .section--detail .tit--q {
  width: 26%;
  height: auto;
  font-size: 16px;
  line-height: 1.4;
  position: -webkit-sticky;
  position: sticky;
  top: 15vw;
}
.page--qa .section--detail .tit--q i {
  font-weight: 500;
  font-size: 14px;
  border-bottom: 3px solid;
  line-height: 1;
  padding-bottom: 5px;
}
.page--qa .section--detail .tit--q .name {
  font-size: 12px;
  margin-top: 4vw;
}
.page--qa .section--detail .block__answer {
  width: 60%;
  margin-left: 10vw;
}
.page--qa .section--detail .block__answer i {
  font-weight: 500;
  border-bottom: none;
  border-top: 5px solid;
  margin-top: 18px;
}

.page--support.section--list.section--detail {
  justify-content: flex-start;
}
.page--support.section--list.section--detail .block--title {
  max-width: 300px;
}
.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;
}
.page--support.section--list.section--detail .block--list {
  width: 70vw;
  margin-left: 5vw;
}
.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 {
  border-bottom: 1px solid;
  margin-bottom: 1em;
}
.page--support.section--detail {
  padding: 15vw 10vw 5vw;
}
.page--support .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
@media screen and (min-width: 581px) {
  .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: #e7153c;
}
.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: #E6EBF0;
  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--faq .block--title::before {
  display: none;
}
.page--faq .searchBox {
  width: 100%;
  margin: 4vw auto;
  position: relative;
  border-bottom: 3px solid;
}
.page--faq .searchBox input[type=text] {
  background: #fff;
  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 {
  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: 5.6em;
}
.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 {
  position: absolute;
  left: 3.6em;
  top: 4.2em;
}
.page--faq .list--faq .icon--q {
  top: 3.6em;
}
.page--faq .section--list .icon--q {
  top: 2.1em;
}
.page--faq .section--detail .category {
  font-size: 12px;
  margin-left: 0;
  margin-bottom: 1em;
}
.page--faq .section--detail .section--inner > .txt {
  margin-top: 2em;
}
@media screen and (min-width: 581px) {
  .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: 1.9em;
}
.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: 581px) {
  .page--faq .block--contact a:hover {
    opacity: 0.5;
  }
  .page--faq .block--contact a:hover + i {
    color: #000;
  }
}

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

@media screen and (min-width: 581px) {
  .page--questionnaire .input--half {
    width: 50%;
  }
  .page--questionnaire input[type=email] {
    width: 75%;
  }
}
@media screen and (min-width: 581px) {
  .page--questionnaire .input--quarter {
    width: 25%;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--questionnaire .input--quarter {
    width: 30%;
  }
  .page--questionnaire .input--quarter.postal_code {
    width: 75%;
  }
}
.page--questionnaire .wrap > section {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 581px) {
  .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: 580px) {
  .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: #e7153c;
  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: 580px) {
  .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: 580px) {
  .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--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: 581px) {
  .page--download .block--list .block--img figure {
    width: calc((100% - 4vw) / 3);
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .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 .list--item li {
  min-height: 12.6666666667vw;
}
.page--download .notice {
  background: #E6EBF0;
  padding: 4vw 2vw;
  margin-bottom: 5vw;
}
.page--download .list--item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2vw;
}
.page--download .list--item li {
  width: calc((100% - 4vw) / 3);
  line-height: 0;
}
.page--download .list--item li a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
  border-radius: 0;
}
.page--download .list--item li a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #000 no-repeat center url(/static/dxteen/download/ico--download.svg);
  background-size: 50%;
  position: absolute;
  right: 1vw;
  bottom: 1vw;
  border-radius: 10em;
  text-align: center;
  line-height: 30px;
  z-index: 10;
}
.page--download .list--item li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0049ff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: lighten;
}
@media screen and (min-width: 581px) {
  .page--download .list--item li a {
    transition: 0.3s;
  }
  .page--download .list--item li a:hover {
    border-radius: 0 3vw 3vw 0;
  }
  .page--download .list--item li a:hover::before {
    opacity: 0.5;
  }
}
.page--download .list--item li.item__large {
  width: 100%;
}

.page--entry.section--detail {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 15vw 0 5vw 40%;
}
.page--entry.section--detail .list--notes > li {
  text-indent: -1em;
  padding-left: 1em;
}
.page--entry.section--detail .list--notes > li:not(:last-of-type) {
  margin-bottom: 1em;
}
.page--entry.section--detail .list--notes .box {
  text-indent: 0;
  border: 1px solid;
  background: padding-box;
  padding: 1.5em;
  margin: 0.5em 0 1.5em;
}
.page--entry.section--detail::before {
  content: "";
  display: block;
  width: 40%;
  height: 100%;
  background: #0049ff;
  position: fixed;
  top: 0;
  left: 0;
  transform-origin: top left;
  transform: scaleY(0);
  transition: 0.4s;
}
.page--entry.section--detail .area--logo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 40%;
  height: 100vh;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 4vw;
  padding-top: 15vw;
}
.page--entry.section--detail .area--logo svg {
  fill: #fff;
}
.page--entry.section--detail .area--logo .section-tit {
  width: 20vw;
  height: 6vw;
  margin-bottom: 0.5em;
}
.page--entry.section--detail .area--logo p {
  font-size: 1.5em;
  font-weight: 500;
}
.page--entry.section--detail .area--detail {
  width: 100%;
  padding-right: 4vw;
  padding-left: 4vw;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.4s 0.6s, transform 0.6s 0.6s;
}
.page--entry.section--detail .area--detail [class^=block--] {
  border-bottom: 3px solid;
  padding-bottom: 5em;
  margin-bottom: 5em;
}
.page--entry.section--detail .area--detail .block--movie .tit {
  text-align: center;
  font-weight: 500;
  margin-top: 1em;
}
.page--entry.section--detail .area--detail .block--movie .thumb {
  overflow: hidden;
  transition: 0.3s;
}
.page--entry.section--detail .area--detail .block--movie .thumb::before {
  content: "";
  display: block;
  width: 6vw;
  height: 6vw;
  background: no-repeat center url(/static/dxteen/fanclub/feature/entry/ico--play.png);
  background-size: contain;
  position: absolute;
  top: calc(50% - 3vw);
  left: calc(50% - 3vw);
}
.page--entry.section--detail .area--detail .block--movie .thumb::after {
  background: #0049ff;
  mix-blend-mode: lighten;
  opacity: 0;
}
.page--entry.section--detail .area--detail .block--movie a:hover .thumb {
  border-radius: 0 3vw 3vw 0;
}
.page--entry.section--detail .area--detail .block--movie a:hover .thumb::after {
  opacity: 1;
}
.page--entry.section--detail .area--detail .block--spec .block-tit {
  font-size: 1.2em;
}
.page--entry.section--detail .area--detail .block--spec .block-tit span,
.page--entry.section--detail .area--detail .block--spec .block-tit p {
  display: inline-block;
}
.page--entry.section--detail .area--detail .block--spec .block-tit span {
  font-size: 2em;
  margin-right: 0.2em;
}
.page--entry.section--detail .area--detail .block--spec dl > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
  background: #E6EBF0;
  padding: 3em;
  margin-bottom: 0.2em;
}
.page--entry.section--detail .area--detail .block--spec dl > div dt {
  width: 9em;
}
.page--entry.section--detail .area--detail .block--spec .list--accordion {
  background: #E6EBF0;
  padding: 3em;
}
.page--entry.section--detail .area--detail .block--spec .list--accordion dt {
  padding: 1em 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 581px) {
  .page--entry.section--detail .area--detail .block--spec .list--accordion dt {
    transition: 0.3s;
  }
  .page--entry.section--detail .area--detail .block--spec .list--accordion dt:hover {
    opacity: 0.5;
  }
}
.page--entry.section--detail .area--detail .block--spec .list--accordion dt::before, .page--entry.section--detail .area--detail .block--spec .list--accordion dt::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #000;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
}
.page--entry.section--detail .area--detail .block--spec .list--accordion dt::after {
  transform: rotate(90deg);
}
.page--entry.section--detail .area--detail .block--spec .list--accordion dt.open::before {
  opacity: 0;
}
.page--entry.section--detail .area--detail .block--spec .list--accordion dd {
  display: none;
}
.page--entry.section--detail .area--detail .block--contents .block-tit {
  font-size: 2em;
}
.page--entry.section--detail .area--detail .block--contents .list--contents-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.4em;
}
.page--entry.section--detail .area--detail .block--contents .list--contents-list li {
  width: calc(50% - 0.25em);
  background: #E6EBF0;
  font-size: 12px;
  line-height: 1.2;
  padding: 3em;
}
.page--entry.section--detail .area--detail .block--contents .list--contents-list li .tit {
  font-weight: 500;
  font-size: 1.5em;
}
.page--entry.section--detail .area--detail .block--entry {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.page--entry.section--detail .area--detail .block--entry [class^=block--] {
  border-bottom: none !important;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__alert {
  background: #ffd2d2;
  color: #ff0f0f;
  padding: 3em;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__alert .block-tit {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link {
  padding-bottom: 0;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list {
  display: flex;
  justify-content: space-between;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .joinMembership--box {
  line-height: 1.2;
  padding: 2em;
  width: 49%;
  background: #E6EBF0;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .joinMembership--box .title {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .joinMembership--box .center {
  text-align: center;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .joinMembership--box .btn {
  margin: 0 0 15px;
  line-height: 1.2;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .joinMembership--box .btn .btn--joinMembership {
  background: #000;
  color: #fff;
  height: inherit !important;
  font-weight: 500;
  line-height: inherit !important;
  padding: 15px;
  width: 100%;
  min-width: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  border-radius: 50px;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .joinMembership--box .btn .btn--joinMembership:hover {
  background: #0049ff;
  transition: 0.3s;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .joinMembership--box .btn .btn--joinMembership .subTitle {
  font-size: 11px;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .overSeaBtn {
  line-height: 1;
  margin-bottom: 0 !important;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .overSeaBtn .btn--overSea {
  background: #6a6a6a !important;
  padding: 15px !important;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .overSeaBtn .btn--overSea:hover {
  opacity: 0.7;
}
.page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .overSeaBtn .btn--overSea .seaSubTitle {
  font-size: 11px;
}
.page--entry.section--detail .area--detail .block--entry__pid {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page--entry.section--detail .area--detail .block--entry__pid .block-tit {
  border-bottom: 1px solid;
  margin-bottom: 1em;
}
.page--entry.section--detail .area--detail .block--entry__pid .list--notes {
  font-size: 0.8em;
}

.detail__btn {
  left: -36vw;
  color: #fff;
}

.loaded .page--entry.section--detail::before {
  transform: scaleY(1);
}
.loaded .page--entry.section--detail .area--detail {
  opacity: 1;
  transform: translateY(0);
}

.page--dxtnvoice.section--list {
  padding: 0 0 0 8vw;
}
.page--dxtnvoice.section--list .detail__btn {
  bottom: 13vw;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--dxtnvoice.section--list .detail__btn {
    bottom: 30vw;
  }
}
.page--dxtnvoice.section--list .block--title::before {
  top: 9.4vw;
}
.page--dxtnvoice.section--list .block--list {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #0049ff;
  padding: 13vw 12vw;
}
.page--dxtnvoice.section--list .block--list .inner {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
}
.page--dxtnvoice.section--list .block--list .thumb {
  margin-bottom: 20px;
  position: relative;
}
.page--dxtnvoice.section--list .block--list .thumb::before, .page--dxtnvoice.section--list .block--list .thumb::after {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  transition: 0.4s;
  opacity: 0;
}
.page--dxtnvoice.section--list .block--list .thumb::before {
  background-image: url(/static/dxteen/fanclub/feature/dxtnvoice/kira.png);
  top: -3vw;
  left: -5vw;
}
.page--dxtnvoice.section--list .block--list .thumb::after {
  background-image: url(/static/dxteen/fanclub/feature/dxtnvoice/heart.png);
  bottom: -3px;
  right: -5vw;
  top: inherit;
  left: inherit;
}
.page--dxtnvoice.section--list .block--list .txt--basic {
  color: #fff;
}
.page--dxtnvoice.section--list .btn .btn--main {
  background: #fff;
  color: #0049ff;
}
@media screen and (min-width: 581px) {
  .page--dxtnvoice.section--list .btn .btn--main:hover {
    background: #000;
    color: #fff;
  }
}
.page--dxtnvoice.section--list .btn .btn--sub {
  color: #fff;
  border-color: #fff;
}
@media screen and (min-width: 581px) {
  .page--dxtnvoice.section--list .btn .btn--sub:hover {
    border-color: #000;
  }
}

.loaded .page--dxtnvoice.section--list .inner {
  opacity: 1;
  transform: translateY(0);
}
.loaded .page--dxtnvoice.section--list .block--list .thumb::before, .loaded .page--dxtnvoice.section--list .block--list .thumb::after {
  opacity: 1;
  transition-delay: 0.9s;
}

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

/* profile 
------------------------------ */
.header.nalu .block--photo__item.nalu, .header.shotaro .block--photo__item.shotaro, .header.taichi .block--photo__item.taichi, .header.koshin .block--photo__item.koshin, .header.ken .block--photo__item.ken, .header.ayuta .block--photo__item.ayuta {
  opacity: 1 !important;
}
.header .drawer__btn .drawer__visible::after {
  content: "CLOSE";
  display: block;
  width: 110%;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: -1.4em;
  left: -3%;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .header .drawer__btn .drawer__visible::after {
    letter-spacing: 0;
  }
}

.header.nalu .header__inner {
  background: #FF5CE0;
}
.header.nalu .header__inner .block--photo .block--photo__item .thumb {
  border-color: #FF5CE0;
}
.header.shotaro .header__inner {
  background: #8736FF;
}
.header.shotaro .header__inner .block--photo .block--photo__item .thumb {
  border-color: #8736FF;
}
.header.taichi .header__inner {
  background: #FF366a;
}
.header.taichi .header__inner .block--photo .block--photo__item .thumb {
  border-color: #FF366a;
}
.header.koshin .header__inner, .header.ayuta .header__inner {
  background: #deff00;
}
.header.koshin .header__inner .g-nav .block--nav-fc,
.header.koshin .header__inner .g-nav__official, .header.ayuta .header__inner .g-nav .block--nav-fc,
.header.ayuta .header__inner .g-nav__official {
  border-color: #000;
}
.header.koshin .header__inner .g-nav ul li.soon span,
.header.koshin .header__inner .g-nav ul li a, .header.ayuta .header__inner .g-nav ul li.soon span,
.header.ayuta .header__inner .g-nav ul li a {
  color: #000;
}
.header.koshin .header__inner .g-nav ul li.soon span::after, .header.ayuta .header__inner .g-nav ul li.soon span::after {
  background: #000;
}
.header.koshin .header__inner .block--photo .block--photo__item .thumb, .header.ayuta .header__inner .block--photo .block--photo__item .thumb {
  border-color: #deff00;
}
.header.koshin .header__inner .tit--label svg, .header.ayuta .header__inner .tit--label svg {
  filter: invert(1);
}
.header.koshin .header__inner {
  background: #0bff81;
}
.header.koshin .header__inner .block--photo .block--photo__item .thumb {
  border-color: #0bff81;
}
.header.ken .header__inner {
  background: #3275ff;
}
.header.ken .header__inner .block--photo .block--photo__item .thumb {
  border-color: #3275ff;
}
.header.koshin .drawer__btn .drawer__visible, .header.ayuta .drawer__btn .drawer__visible {
  filter: invert(1);
}

@media screen and (min-width: 581px) {
  .drawer-visible .logo {
    mix-blend-mode: unset !important;
    transition-delay: 0.8s;
  }
  .drawer-visible .header.koshin h1.logo svg,
  .drawer-visible .header.ayuta h1.logo svg {
    fill: #000 !important;
  }
}
.header.nalu .header__inner .block--photo .block--photo__item .thumb::after {
  background: #FF5CE0;
}
.header.shotaro .header__inner .block--photo .block--photo__item .thumb::after {
  background: #8736FF;
}
.header.taichi .header__inner .block--photo .block--photo__item .thumb::after {
  background: #FF366a;
}
.header.koshin .header__inner .block--photo .block--photo__item .thumb::after {
  background: #0bff81;
}
.header.ken .header__inner .block--photo .block--photo__item .thumb::after {
  background: #3275ff;
}
.header.ayuta .header__inner .block--photo .block--photo__item .thumb::after {
  background: #deff00;
}

.drawer-visible .header.nalu .drawer__btn .drawer__visible {
  background-image: url(/static/dxteen/u7WUSvAJ/ico--face_nalu.svg);
}
.drawer-visible .header.shotaro .drawer__btn .drawer__visible {
  background-image: url(/static/dxteen/u7WUSvAJ/ico--face_shotaro.svg);
}
.drawer-visible .header.taichi .drawer__btn .drawer__visible {
  background-image: url(/static/dxteen/u7WUSvAJ/ico--face_taichi.svg);
}
.drawer-visible .header.koshin .drawer__btn .drawer__visible {
  background-image: url(/static/dxteen/u7WUSvAJ/ico--face_koshin.svg);
}
.drawer-visible .header.ken .drawer__btn .drawer__visible {
  background-image: url(/static/dxteen/u7WUSvAJ/ico--face_ken.svg);
}
.drawer-visible .header.ayuta .drawer__btn .drawer__visible {
  background-image: url(/static/dxteen/u7WUSvAJ/ico--face_ayuta.svg);
}
.drawer-visible .header.ayuta .drawer__btn {
  mix-blend-mode: unset;
}

.drawer-visible .header .drawer__btn {
  mix-blend-mode: unset;
}
.drawer-visible .header .drawer__btn .drawer__visible {
  opacity: 1;
  background: no-repeat center;
  background-size: 0%;
  transition: 0.3s 0.3s;
}
.drawer-visible .header .header__inner .block--photo .block--photo__item .thumb::after {
  transition: 0.4s 0.6s;
  transform: scaleX(0);
}

.page--home .wrap {
  background: none;
}
.page--home #tubular-shield {
  z-index: 0 !important;
}
.page--home #tubular-container {
  z-index: 0 !important;
  overflow: hidden;
}
.page--home #tubular-container #tubular-player {
  transform-origin: center;
  transform: scale(1.1);
}
.page--home #bg-area .block--movie--youtube {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page--home #bg-area .block--movie--youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  width: 100%;
  transform-origin: center;
  transform: scale(1.2);
}
.page--home #bg-area .block--movie--youtube #video-vide {
  height: 100%;
  height: 100dvh;
  pointer-events: none;
}
.page--home .section--hero .block--latest {
  width: 15em;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #E6EBF0;
  padding: calc(1em + 3px) 1em 1em;
  overflow: hidden;
}
.page--home .section--hero .block--latest .block--latestblog-swiper {
  display: flex;
}
.page--home .section--hero .block--latest .swiper-button-next {
  left: -2px;
}
.page--home .section--hero .block--latest .bar {
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home .section--hero .block--latest .bar li {
  width: 100%;
  height: 4px;
  line-height: 0;
}
.page--home .section--hero .block--latest .bar li.nalu {
  background: #FF5CE0;
}
.page--home .section--hero .block--latest .bar li.shotaro {
  background: #8736FF;
}
.page--home .section--hero .block--latest .bar li.taichi {
  background: #FF366a;
}
.page--home .section--hero .block--latest .bar li.koshin {
  background: #0bff81;
}
.page--home .section--hero .block--latest .bar li.ken {
  background: #3275ff;
}
.page--home .section--hero .block--latest .bar li.ayuta {
  background: #deff00;
}
.page--home .section--hero .block--latest .bar li.staff {
  background: #0049ff;
}
.page--home .section--hero .block--latest .list--latest__blog li a {
  line-height: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8em;
  font-size: 11px;
}
.page--home .section--hero .block--latest .list--latest__blog li a .name,
.page--home .section--hero .block--latest .list--latest__blog li a .date {
  display: inline-block;
}
.page--home .section--hero .block--latest .list--latest__blog li a .ico {
  display: block;
  width: 24px;
  height: 24px;
}
.page--home .section--hero .block--latest .list--latest__blog li a .ico svg {
  width: 100%;
  height: 100%;
}
.page--home .section--hero .block--latest .part-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 2em;
  height: calc(70% - 4px);
  position: absolute;
  top: -0.5em;
  right: 0;
  top: 7px;
}
.page--home .section--hero .block--latest .part-wrap .swiper-button-prev,
.page--home .section--hero .block--latest .part-wrap .swiper-button-next {
  width: 100%;
  height: 12px;
  top: 9px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--home .section--hero .block--latest .swiper-button-prev::after,
.page--home .section--hero .block--latest .swiper-button-next::after {
  width: 6px;
  height: 6px;
}
.page--home .section--profile {
  height: 60vw;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  color: #000;
}
.page--home .section--profile .block--title {
  width: 100%;
  font-weight: 500;
  border-bottom: 4px solid;
  padding-bottom: 2em;
  margin-bottom: 1.5vw;
}
.page--home .section--profile .block--title .block--tit {
  font-size: 16px;
  font-weight: 500;
}
.page--home .section--profile .block--title svg {
  display: block;
  width: 10vw;
  height: 2vw;
}
.page--home .section--profile .block--text {
  position: relative;
  opacity: 0;
  pointer-events: none;
}
.page--home .section--profile .block--text .name {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.page--home .section--profile .block--text .name span {
  display: block;
  font-size: 3vw;
  letter-spacing: 0;
  margin-bottom: 0.5vw;
}
.page--home .section--profile .block--text [class^=ico--] {
  position: absolute;
  right: 0;
  top: 0;
  width: 3vw;
  height: 3.2vw;
}
.page--home .section--profile .block--text [class^=ico--] svg {
  width: 100%;
  height: 100%;
}
.page--home .section--profile .block--text .list--profile {
  padding-top: calc(17vw - 5em);
  font-size: 0.95em;
  font-weight: 500;
}
.page--home .section--profile .block--text .list--profile > div {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.6em;
  font-size: clamp(12px, 1vw, 50px);
}
.page--home .section--profile .block--text .list--profile dt {
  width: 7.5em;
  line-height: 1;
}
.page--home .section--profile .block--text .list--profile dd {
  line-height: 1;
}
.page--home .section--profile .block--item__detail {
  width: 50%;
  padding: 0 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--home .section--profile .block--item__detail > .inner {
  width: 100%;
  position: relative;
}
.page--home .section--profile .block--item__detail .block--text {
  width: 100%;
  height: 26vw;
  position: absolute;
  left: 0;
  top: calc(16px + 5em + 2vw);
}
.page--home .section--profile .block--thumbnail {
  border-top: 4px solid;
  border-bottom: 4px solid;
  padding: 2vw 0;
  margin: 24.5vw 0 1.5vw;
}
.page--home .section--profile .block--thumbnail .block--item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.page--home .section--profile .block--thumbnail .block--item > div {
  width: 16.6666666667%;
  aspect-ratio: 9/13;
  padding: 0;
}
.page--home .section--profile .block--thumbnail .block--item > div .thumb {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.page--home .section--profile .block--thumbnail .block--item > div .thumb img {
  width: 100%;
  height: 100%;
}
.page--home .section--profile .block--item__photo {
  width: 50%;
  position: relative;
}
.page--home .section--profile .block--item__photo .item__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: 0.25s;
  position: absolute;
  left: 0;
  top: 0;
}
.page--home .section--profile .block--item__photo .item__thumb a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 581px) {
  .page--home .section--profile .block--item__photo .item__thumb a {
    transition: 0.3s;
  }
  .page--home .section--profile .block--item__photo .item__thumb a:hover .thumb::after {
    animation: line 0.6s forwards;
  }
}
.page--home .section--profile .block--item__photo .item__thumb.nalu {
  background: #FF5CE0;
}
.page--home .section--profile .block--item__photo .item__thumb.nalu .thumb::after {
  background-color: #FF5CE0;
}
.page--home .section--profile .block--item__photo .item__thumb.shotaro {
  background: #8736FF;
}
.page--home .section--profile .block--item__photo .item__thumb.shotaro .thumb::after {
  background-color: #8736FF;
}
.page--home .section--profile .block--item__photo .item__thumb.taichi {
  background: #FF366a;
}
.page--home .section--profile .block--item__photo .item__thumb.taichi .thumb::after {
  background-color: #FF366a;
}
.page--home .section--profile .block--item__photo .item__thumb.koshin {
  background: #0bff81;
}
.page--home .section--profile .block--item__photo .item__thumb.koshin .thumb::after {
  background-color: #0bff81;
}
.page--home .section--profile .block--item__photo .item__thumb.ken {
  background: #3275ff;
}
.page--home .section--profile .block--item__photo .item__thumb.ken .thumb::after {
  background-color: #3275ff;
}
.page--home .section--profile .block--item__photo .item__thumb.ayuta {
  background: #deff00;
}
.page--home .section--profile .block--item__photo .item__thumb.ayuta .thumb::after {
  background-color: #deff00;
}
.page--home .section--profile .block--item__photo .item__thumb .thumb {
  width: 30vw;
}
.page--home .section--profile .block--item__photo .item__thumb .thumb::after {
  background-color: transparent;
  transform-origin: right;
  width: 110%;
  right: -10%;
}
.page--home .section--profile.nalu .block--item__photo .item__thumb.nalu, .page--home .section--profile.nalu .block--item__detail .block--text.nalu, .page--home .section--profile.shotaro .block--item__photo .item__thumb.shotaro, .page--home .section--profile.shotaro .block--item__detail .block--text.shotaro, .page--home .section--profile.taichi .block--item__photo .item__thumb.taichi, .page--home .section--profile.taichi .block--item__detail .block--text.taichi, .page--home .section--profile.koshin .block--item__photo .item__thumb.koshin, .page--home .section--profile.koshin .block--item__detail .block--text.koshin, .page--home .section--profile.ken .block--item__photo .item__thumb.ken, .page--home .section--profile.ken .block--item__detail .block--text.ken, .page--home .section--profile.ayuta .block--item__photo .item__thumb.ayuta, .page--home .section--profile.ayuta .block--item__detail .block--text.ayuta {
  opacity: 1;
  pointer-events: auto;
}
.page--home .section--profile.started.nalu .block--item__photo .item__thumb.nalu .thumb::after, .page--home .section--profile.started.shotaro .block--item__photo .item__thumb.shotaro .thumb::after, .page--home .section--profile.started.taichi .block--item__photo .item__thumb.taichi .thumb::after, .page--home .section--profile.started.koshin .block--item__photo .item__thumb.koshin .thumb::after, .page--home .section--profile.started.ken .block--item__photo .item__thumb.ken .thumb::after, .page--home .section--profile.started.ayuta .block--item__photo .item__thumb.ayuta .thumb::after {
  transform: scaleX(0);
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
}
.page--home .section--profile svg {
  fill: #000;
}

.page--profile--top .wrap.nalu .langIcon svg, .page--profile--top .wrap.shotaro .langIcon svg, .page--profile--top .wrap.taichi .langIcon svg, .page--profile--top .wrap.koshin .langIcon svg, .page--profile--top .wrap.ken .langIcon svg, .page--profile--top .wrap.ayuta .langIcon svg {
  fill: #000;
}

.page--profile .detail__btn {
  bottom: 40px;
  left: 7.5vw;
}
.page--profile .block--list {
  width: 70%;
  padding-bottom: 0;
  position: relative;
  bottom: 0;
  left: inherit;
  right: 3.5vw;
}
.page--profile .block--list .thumb {
  margin-bottom: 2vw;
  transform-origin: center;
  transform: scale(1.05);
  opacity: 0;
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
}
.page--profile .block--list .name {
  width: 25%;
  height: 3vw;
  text-align: center;
  margin: 0 auto 5vw;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.39, 0.68, 0.35, 1.05);
}
.page--profile .block--list .name span {
  font-size: 13px;
}
.page--profile .block--list .block--txt {
  margin-bottom: 10vw;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.39, 0.68, 0.35, 1.05);
}
.page--profile .block--list .list--photo {
  display: flex;
  gap: 1vw;
}
.page--profile .block--list .list--photo li {
  width: 11.3333333333vw;
  height: 17.1666666667vw;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
}
.page--profile .block--list .list--photo li.started {
  transform: translateY(0);
  opacity: 1;
}
.page--profile .block--list .list--photo li a {
  display: block;
  height: 100%;
}
.page--profile .block--list .list--photo li a .thumb {
  width: 100%;
  height: 100%;
  background: no-repeat center top;
  background-size: cover;
  overflow: visible;
}
.page--profile .block--list .list--photo li a .thumb::after {
  background: transparent;
}
.page--profile .block--list .list--photo li a figcaption {
  display: block;
  position: absolute;
  bottom: -2em;
  left: 0;
  height: 1em;
  width: 100%;
  font-size: 12px;
}
@media screen and (min-width: 581px) {
  .page--profile .block--list .list--photo li.started:nth-of-type(1) {
    transition-delay: 0s;
  }
  .page--profile .block--list .list--photo li.started:nth-of-type(2) {
    transition-delay: 0.1s;
  }
  .page--profile .block--list .list--photo li.started:nth-of-type(3) {
    transition-delay: 0.2s;
  }
  .page--profile .block--list .list--photo li.started:nth-of-type(4) {
    transition-delay: 0.3s;
  }
  .page--profile .block--list .list--photo li.started:nth-of-type(5) {
    transition-delay: 0.4s;
  }
  .page--profile .block--list .list--photo li.started:nth-of-type(6) {
    transition-delay: 0.5s;
  }
}
.page--profile.section--detail {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-bottom: 9vw;
}
.page--profile.section--detail .block--tit {
  font-size: 11px;
  margin-top: -2.4em;
  letter-spacing: 0.15em;
  text-align: right;
}
.page--profile.section--detail .detail__btn {
  left: 10.5vw;
}
.page--profile.section--detail .block--title {
  width: 100%;
  border-bottom: 3px solid;
  padding-bottom: 1.2em;
  margin-bottom: 0.5em;
}
.page--profile.section--detail .block--title svg {
  display: block;
  width: 12vw;
  height: 2vw;
}
.page--profile.section--detail .block--title .name {
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
}
.page--profile.section--detail .block--title .name span {
  display: block;
  font-size: 0.2em;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}
.page--profile.section--detail .name.sub {
  font-weight: 700;
}
.page--profile.section--detail .block--text {
  position: relative;
}
.page--profile.section--detail .block--text [class^=ico--] {
  position: absolute;
  right: 0;
  top: -8.7em;
  width: 3em;
  height: 3em;
}
.page--profile.section--detail .block--text [class^=ico--] svg {
  width: 100%;
  height: 100%;
}
.page--profile.section--detail .block--text .list--profile {
  padding-top: 14em;
  font-size: 13px;
  font-weight: 500;
}
.page--profile.section--detail .block--text .list--profile > div {
  display: flex;
  align-items: center;
  gap: 1em;
}
.page--profile.section--detail .block--text .list--profile dt {
  width: 7.5em;
  line-height: 1;
}
.page--profile.section--detail .block--item__detail {
  width: 50%;
  padding: 0 0 0 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--profile.section--detail .block--item__detail > .inner {
  width: 100%;
  position: relative;
}
.page--profile.section--detail .block--item__detail .block--text {
  width: 100%;
  height: 19vw;
  position: absolute;
  left: 0;
  top: 9em;
}
.page--profile.section--detail .nav--member {
  font-weight: 700;
}
.page--profile.section--detail .block--thumbnail {
  border-top: 3px solid;
  border-bottom: 3px solid;
  padding: 2vw 0;
  margin: 24em 0 1.5vw;
}
.page--profile.section--detail .block--thumbnail .block--item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page--profile.section--detail .block--thumbnail .block--item > div {
  width: 12.5% !important;
  aspect-ratio: 9/13;
  padding: 0;
}
.page--profile.section--detail .block--thumbnail .block--item > div .thumb {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.page--profile.section--detail .block--thumbnail .block--item > div .thumb img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 581px) {
  .page--profile.section--detail .block--thumbnail .block--item > div {
    transition: 0.3s;
    cursor: pointer;
  }
  .page--profile.section--detail .block--thumbnail .block--item > div:hover {
    opacity: 0.5;
  }
}
.page--profile.section--detail .nav--member ul li {
  display: inline-block;
  font-size: 12px;
  margin-right: 1em;
}
.page--profile.section--detail .nav--member ul li.current a {
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 0 7px;
}
@media screen and (min-width: 581px) {
  .page--profile.section--detail .nav--member ul li a:hover {
    opacity: 0.4;
  }
}
.page--profile.section--detail .block--item__photo {
  width: 50%;
  position: relative;
}
.page--profile.section--detail .block--item__photo .item__thumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 5vw;
}
.page--profile.section--detail .block--item__photo .item__thumb .thumb {
  width: 35vw;
}
.page--profile.section--detail.nalu {
  background: #FF5CE0;
}
.page--profile.section--detail.shotaro {
  background: #8736FF;
}
.page--profile.section--detail.taichi {
  background: #FF366a;
}
.page--profile.section--detail.koshin {
  background: #0bff81;
}
.page--profile.section--detail.ken {
  background: #3275ff;
}
.page--profile.section--detail.ayuta {
  background: #deff00;
}

.loaded .page--profile .block--list .thumb {
  opacity: 1;
  transform: scale(1);
}
.loaded .page--profile .block--list .name,
.loaded .page--profile .block--list .block--txt {
  opacity: 1;
  transition-delay: 0.4s;
}

/* page--error
------------------------------ */
.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: 581px) {
  .page--error .section--detail .txt {
    text-align: center;
  }
}

body.visible {
  overflow: hidden;
}

.popup--language {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 110;
  opacity: 0;
  top: 0;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
.popup--language__box {
  position: absolute;
  width: 70%;
  max-width: 940px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.popup--language__area {
  padding: 2em 2.2em;
}
.popup--language__approval {
  padding: 1.3em 2.2em;
  background: #f4f7fa;
  text-align: right;
}
.popup--language__approval .approval--btn {
  display: inline-block;
  padding: 0.3em 3em;
  background-color: #565F65;
  color: #fff;
  cursor: pointer;
}
.popup--language__tit {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.7em;
}

.popup--language.visible {
  pointer-events: auto;
  opacity: 1;
  transition-delay: 1s;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 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%;
  }
}
@keyframes line {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  49.9% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@media screen and (min-width: 581px) {
  .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;
  }
  .detail__btn a:hover {
    opacity: 0.5;
  }
  .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;
    margin-right: 4%;
  }
  .section--list .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .section--list .list--contents li.no-data {
    margin: 0;
    width: 100%;
  }
  .list__more a {
    transition: 0.2s;
  }
  .list__more a:hover {
    opacity: 0.5;
  }
  .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 {
    overflow: hidden;
    transition: 0.3s;
  }
  .list--contents li a .thumb::after,
  .list--photo li a .thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0049ff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: lighten;
  }
  .list--contents li a:hover,
  .list--photo li a:hover {
    color: #0049ff;
  }
  .list--contents li a:hover .thumb,
  .list--photo li a:hover .thumb {
    border-radius: 0 3vw 3vw 0;
  }
  .list--contents li a:hover .thumb::after,
  .list--photo li a:hover .thumb::after {
    opacity: 0.5;
  }
  .section--banner .swiper-wrapper li a {
    overflow: hidden;
    transition: 0.3s;
  }
  .section--banner .swiper-wrapper li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0049ff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: lighten;
  }
  .section--banner .swiper-wrapper a:hover {
    border-radius: 0 3vw 3vw 0;
  }
  .section--banner .swiper-wrapper a:hover::after {
    opacity: 0.5;
  }
  .section--latest > .block__item a .thumb,
  .list--blog li a .thumb {
    overflow: hidden;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    border-radius: 0;
  }
  .section--latest > .block__item a .thumb::after,
  .list--blog li a .thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0049ff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: lighten;
    z-index: 10;
  }
  .section--latest > .block__item a:hover,
  .list--blog li a:hover {
    color: #E6EBF0;
  }
  .section--latest > .block__item a:hover .thumb,
  .list--blog li a:hover .thumb {
    position: relative;
    z-index: 1;
    border-radius: 0 3vw 3vw 0;
  }
  .section--latest > .block__item a:hover .thumb::after,
  .list--blog li a:hover .thumb::after {
    opacity: 0.5;
  }
  .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: #0049ff;
  }
  .list--faq li a {
    transition: 0.3s;
  }
  .list--faq li a:hover {
    opacity: 0.5;
  }
  .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;
  }
  .footer {
    width: 100%;
    text-align: right;
    padding: 6vw 10vw 7vw;
    left: 0;
    bottom: 0;
  }
  .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 .block--thumbnail .block--item > div {
    cursor: pointer;
    transition: 0.2s;
  }
  .page--home .block--thumbnail .block--item > div:hover {
    opacity: 0.5;
  }
  .page--home .section--blog .list--contents li .tit span {
    display: inline-block;
    min-width: 12em;
  }
  .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 .section--list {
    min-height: 84vh;
  }
  .page--photo .list--contents {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 2%;
  }
  .page--photo .list--contents li {
    width: 48%;
    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 .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 .txt {
    margin-bottom: 50px;
  }
  .page--movie .txt a {
    color: #0049ff;
  }
  .page--movie .block--player {
    margin: 40px 0 0;
  }
  .section--list.page--special .detail__btn {
    left: 7.8vw;
  }
  .page--blog .section--list .list--contents.list--blog {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }
  .page--blog .section--list .list--contents.list--blog li {
    width: calc((100% - 60px) / 4);
  }
  .page--blog .section--list .list--contents.list--blog li:nth-child(4n) {
    margin-right: 0;
  }
  .page--blog .section--list .list--contents.list--blog li a:hover {
    color: #0049ff;
  }
  .page--blog .section--list .block--pager {
    top: inherit;
    bottom: -4.2em;
  }
  .page--blog .section--detail .detail__btn {
    margin-top: 0;
  }
  .page--faq .section-tit {
    font-size: 1.8em;
  }
  .page--faq .block--contact .link a:hover {
    color: #0049ff;
  }
  .page--faq .block--contact .link a:hover::after {
    border-color: #0049ff;
  }
  .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;
  }
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
  .header .drawer__btn span {
    width: 45px;
    height: 45px;
  }
  .list--blog li {
    width: calc((100% - 30px) / 3);
  }
  .page--home .section--release {
    padding: 2vw 10vw 10vw;
  }
  .page--home .section--release .section-tit {
    width: 100%;
    line-height: 1;
    font-size: 25px;
    font-weight: 500;
  }
  .page--home .section--release .block--thumb {
    width: 40%;
  }
  .page--home .section--release .block--info {
    width: 55%;
  }
  .page--home .section--release .block--info .block--lead {
    width: 100%;
    border-top: 2px solid;
    padding-top: 1em;
    margin-bottom: 2em;
  }
  .page--home .section--release .block--info .block--lead > span {
    font-weight: 600;
    font-size: 0.8em;
    letter-spacing: 0.15em;
  }
  .page--home .section--release .block--info .block--lead .title {
    font-size: 2.5em;
  }
  .page--home .section--release .block--info .block--link .shoplist {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5em;
    padding: 1.2em 0;
  }
  .page--home .section--release .block--info .block--link .shoplist > a {
    width: calc((100% - 1em) / 3);
  }
  .page--home .section--release .block--info .block--link .block--other .list--dl {
    margin-top: 0.5em;
  }
  .page--home .section--release .block--info .block--link .block--other .btn--dl {
    font-size: 11px;
  }
  .page--home .section--release .block--info .block--link .list__more a {
    font-size: 12px;
    margin: 0 0 0 1em;
  }
  .page--home .list--schedule {
    display: block;
  }
  .page--home .list--schedule li {
    width: 100%;
  }
  .page--home .section--info [class^=list--],
  .page--home .section--schedule [class^=list--],
  .page--home .section--video [class^=list--] {
    width: 58vw;
  }
  .page--home .section--video.no-swiper .block--video-swiper {
    padding-left: 24.8vw;
  }
  .page--home .section--blog .list--blog {
    margin-left: 5vw;
  }
  .page--home .area--fanclub .block-tit {
    font-size: 2.2vw;
  }
  /* header */
  .header .header__inner .block--menu {
    padding: 0 11vw 9vw 7vw;
  }
  .header .header__inner .block--photo .block--photo__item .thumb {
    background-size: 80%;
  }
  .footer {
    padding: 7vw 10vw 7vw;
  }
  .detail__btn {
    left: 7vw;
  }
  .section--list {
    padding: 21vw 7vw 50px 7vw;
  }
  .section--list .block--list {
    width: 60vw;
    margin-left: 0;
  }
  .section--detail {
    padding: 21vw 7vw 50px 7vw;
  }
  body:not(.page--home) .header::before {
    width: calc(100% - 42.3vw);
    top: 10.3vw;
    left: 7vw;
  }
}
@media screen and (min-width: 581px) and (max-width: 1000px) and (min-width: 581px) and (max-width: 1000px) {
  body:not(.page--home) .header::before {
    width: calc(100% - 45.3vw);
  }
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
  body:not(.page--home) .header .logo {
    width: 20vw;
    height: 4vw;
    left: 7vw;
    top: 6vw;
  }
  body:not(.page--home) .header .drawer__btn span {
    width: 6vw;
    height: 6vw;
    top: 7.5vw;
    right: 7vw;
  }
  body:not(.page--home) .footer {
    padding-right: 7vw;
  }
  body:not(.page--home) .footer::before {
    left: 7vw;
  }
  body:not(.page--home) .footer::after {
    width: calc(100% - 14vw);
    left: 7vw;
  }
  body:not(.page--home) .wovn-languages {
    font-size: 2vw;
    top: 7.4vw;
    right: 15.8vw;
  }
  body:not(.page--home).drawer-visible .header .drawer__btn .drawer__visible {
    width: 6vw;
    height: 6vw;
    top: 7.5vw;
    right: 3.2vw;
  }
  .page--home .wovn-languages {
    top: 14vw;
  }
  .page--home .section--info .block--title,
  .page--home .section--schedule .block--title,
  .page--home .section--video .block--title {
    width: 18vw;
  }
  .page--home .section--info .block--title .section-tit,
  .page--home .section--schedule .block--title .section-tit,
  .page--home .section--video .block--title .section-tit {
    font-size: 3vw;
  }
  .page--home .section--profile {
    height: 70vw;
  }
  .page--home .section--profile .block--item__photo {
    width: 60%;
  }
  .page--home .section--profile .block--item__photo .item__thumb .thumb {
    width: 38vw;
  }
  .page--home .section--profile .block--text .name span {
    font-size: 4vw;
  }
  .page--home .section--profile .block--thumbnail {
    margin: 26.5vw 0 1.5vw;
  }
  .page--home .section--profile .list__more {
    font-size: 12px;
  }
  .page--home .area--fanclub {
    padding: 15vw 7vw;
  }
  .page--home .area--fanclub .block--title .block--tit {
    width: 28vw;
  }
  .page--home .area--fanclub .block-tit {
    font-size: 4vw;
  }
  .page--home .area--fanclub .section--blog .section-tit {
    width: 13vw;
    font-size: 4vw;
    top: 15vw;
  }
  .page--home .section--latest > .block__item {
    width: 100%;
    padding-left: 10vw;
    position: relative;
  }
  .page--info .section--detail, .page--blog .section--detail, .page--faq .section--detail {
    padding: 20vw 7vw 5vw 7vw;
  }
  .page--info .section--detail .section--inner > .txt, .page--blog .section--detail .section--inner > .txt, .page--faq .section--detail .section--inner > .txt {
    width: 65%;
  }
  .page--schedule .section--list {
    padding: 20vw 7vw 50px 7vw;
  }
  .page--profile .block--list .name {
    width: 40%;
    height: 4vw;
  }
  .page--profile .block--list .name span {
    display: block;
  }
  .page--profile .block--list {
    right: 0;
  }
  .page--profile .block--list .list--photo {
    flex-wrap: wrap;
    row-gap: 4vw;
  }
  .page--profile .block--list .list--photo li {
    width: 19vw;
    height: 28.5vw;
  }
  .page--profile.section--detail {
    min-height: calc(100vh - 13vw);
    padding-top: 20vw;
  }
  .page--profile.section--detail .block--item__detail {
    padding: 0;
    width: 40%;
  }
  .page--profile.section--detail .block--text .list--profile {
    padding-top: 10em;
  }
  .page--profile.section--detail .block--thumbnail {
    margin-top: 20em;
  }
  .page--profile.section--detail .block--item__photo .item__thumb {
    padding-right: 0;
  }
  .page--profile.section--detail .block--item__photo .item__thumb .thumb {
    width: 45vw;
  }
  .page--profile.section--detail .detail__btn {
    left: 6.5vw;
    margin-top: 7vw;
    bottom: 0;
  }
  .page--blog.page--blog__parent .section--list {
    padding: 15vw 7vw 50px 7vw;
  }
  .page--blog.page--blog__parent .block--title {
    height: 40vw;
  }
  .page--blog.page--blog__parent .block--title.nalu .block--title__inner .title__waku::after {
    width: 38vw;
  }
  .page--blog.page--blog__parent .block--title.shotaro .block--title__inner::before, .page--blog.page--blog__parent .block--title.shotaro .block--title__inner::after {
    width: 54vw;
  }
  .page--blog.page--blog__parent .block--title.shotaro .block--title__inner::before {
    left: -25vw;
  }
  .page--blog.page--blog__parent .block--title.shotaro .block--title__inner::after {
    right: -25vw;
  }
  .page--blog.page--blog__parent .block--list .list--contents.list--blog > li {
    width: calc((100% - 60px) / 3);
  }
  .page--entry.section--detail {
    padding: 23vw 0 7vw 40%;
  }
  .page--entry.section--detail::before {
    width: 35%;
  }
  .page--entry.section--detail .area--logo {
    width: 35%;
    padding-left: 7vw;
    padding-top: 23vw;
  }
  .page--entry.section--detail .area--detail {
    width: 100%;
    padding-left: 0;
    padding-right: 7vw;
  }
  .page--entry.section--detail .area--detail .block--movie .thumb::before {
    width: 9vw;
    height: 9vw;
    top: calc(50% - 4.5vw);
    left: calc(50% - 4.5vw);
  }
  .page--entry.section--detail .area--detail .block--spec dl > div {
    padding: 1.9em;
  }
  .page--entry.section--detail .area--detail .block--spec .list--accordion {
    padding: 1.9em;
  }
  .page--entry.section--detail .area--detail .block--spec .list--accordion dt {
    padding: 1em 0;
  }
  .page--entry.section--detail .area--detail .block--contents .block-tit {
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 1em;
  }
  .page--entry.section--detail .area--detail .block--contents .list--contents-list {
    gap: 0;
    row-gap: 0.5em;
  }
  .page--entry.section--detail .area--detail .block--contents .list--contents-list li {
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
    padding: 1.9em;
  }
  .page--entry.section--detail .area--detail .block--contents .list--contents-list li .tit {
    font-weight: 500;
    font-size: 1.5em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link {
    flex-wrap: wrap;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .inner {
    width: 100%;
    padding: 2em;
    text-align: center;
    margin-bottom: 1em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .inner p:not(.btn) {
    margin-bottom: 1em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .inner p:not(.btn) span {
    display: block;
    font-size: 1.4em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .inner .btn--main {
    width: 100%;
    min-width: inherit;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__pid {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__pid .block-tit {
    border-bottom: 1px solid;
    margin-bottom: 1em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__pid .list--notes {
    font-size: 0.8em;
  }
  .page--entry.section--detail .detail__btn {
    left: -36vw;
    color: #fff;
  }
  .page--movie.new-movie.page-movie-detail .wrap .section--detail {
    padding: 20vw 7vw 0;
  }
  .page--movie.new-movie.page-movie-detail .wrap .section--detail .block--tit {
    margin: 0 auto 5vw;
    padding: 10px 0 2vw;
  }
  .page--movie.new-movie.page-movie-detail .wrap .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
    margin-top: -1em;
  }
  .page--movie.new-movie.page-movie-detail .wrap .section--detail .block--player {
    position: relative;
    top: 0;
  }
  .page--movie.new-movie.page-movie-detail .wrap .section--detail .area--movie .video-js.vjs-fullscreen .vjs-play-control {
    top: -50vh;
  }
  .page--dxtnvoice.section--list {
    padding: 0px 0 0 7vw;
  }
  .page--dxtnvoice.section--list .block--title {
    top: 20vw;
    top: 18vw;
  }
  .page--dxtnvoice.section--list .block--list {
    width: 65vw;
  }
  .page--support.section--detail {
    padding: 21vw 7vw 50px 7vw;
  }
  .page--faq .section--list {
    display: block;
  }
  .page--faq .section--list .block--title {
    width: 100%;
  }
  .page--faq .section--list .block--list {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  /* 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: 580px) and (min-width: 581px) and (max-width: 1000px) {
  .btn--main,
  .btn--sub {
    min-width: 40%;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .wrap > .block--parts {
    width: 30vw;
    left: inherit;
    right: 0;
    z-index: 1002;
  }
  .wrap > .block--parts::before {
    left: inherit;
    right: 10px;
  }
  .wrap > .block--parts .circle {
    width: 40vw;
    height: 40vw;
    top: -21vw;
    right: -16vw;
    left: inherit;
  }
  .nav__top--login {
    display: none;
  }
  .block--pager {
    width: 100%;
    margin: 20px 0 0;
    text-align: right;
    right: 0;
  }
  .section--detail .block--pager {
    text-align: center;
    margin: 20px 0 0;
  }
  .list--information li a {
    padding: 1.4em 1.4em;
  }
  .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;
  }
  .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--contents li .thumb,
  .list--contents .block__item .thumb,
  .section--latest li .thumb,
  .section--latest .block__item .thumb {
    margin-bottom: 10px;
  }
  .list--contents li .list__thumb .date,
  .list--contents .block__item .list__thumb .date,
  .section--latest li .list__thumb .date,
  .section--latest .block__item .list__thumb .date {
    border: 3px solid;
  }
  .list--blog {
    gap: 10px;
  }
  .list--blog li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 2rem;
  }
  .list--blog li.staff {
    width: 100% !important;
  }
  .list--blog li.staff .thumb {
    aspect-ratio: 16/9;
  }
  .list--blog li .thumb {
    overflow: hidden;
    margin-bottom: 3vw;
  }
  .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--blog li.staff .thumb.no-thumb {
    background-position: center 52%;
  }
  .list--qa li {
    margin-bottom: 1.4em;
  }
  .list--qa li a {
    border: 3px solid;
    padding: 1.5em;
  }
  .list--qa li a .list__txt {
    padding-left: 1.5em;
  }
  .list--qa li a .date {
    bottom: -3.2em;
    right: -2.8em;
  }
  .list--sns {
    display: flex;
    justify-content: flex-end;
    gap: 0 0.5em;
  }
  .list--sns li a {
    display: block;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.3em;
    font-size: 1.2em;
    text-align: center;
    background: #fff;
    color: #0049ff;
    border-radius: 5em;
  }
  .list--photo li {
    width: 50%;
  }
  .block--category {
    margin-bottom: 20px;
  }
  .block--category li {
    margin-right: 0;
  }
  .block--category li a {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 0 5px;
  }
  .section-tit {
    font-size: 5vw;
    letter-spacing: initial;
  }
  .section--list,
  .section--detail {
    padding-top: 23vw;
  }
  .section--list .date,
  .section--detail .date {
    margin-bottom: 5px;
  }
  .section--list .detail__btn,
  .section--detail .detail__btn {
    font-size: 4vw;
    left: 7vw;
    margin-top: 20px;
    margin-bottom: 2vw;
  }
  .section--detail {
    padding-top: 34vw;
    padding-bottom: 10vw;
  }
  .section--detail .detail__btn {
    padding: 0;
    left: 0;
    position: relative;
  }
  .section--detail .block--share li.share {
    font-size: 10px;
  }
  .header .drawer__btn {
    top: 2vw;
    position: fixed;
    right: 0;
    z-index: 1001;
    mix-blend-mode: difference;
  }
  .header .drawer__btn span {
    display: block;
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 4vw;
    right: 4vw;
    z-index: 1001;
    cursor: pointer;
  }
  .header .drawer__btn span.drawer__visible {
    opacity: 0;
  }
  .header .drawer__btn .drawer__visible {
    width: 12vw;
    height: 12vw;
    top: 3vw;
    right: 5vw;
  }
  .header .drawer__btn .drawer__visible::after {
    letter-spacing: 0.2em;
  }
  .header .drawer__btn span svg {
    fill: #fff;
    width: 100%;
    height: 100%;
  }
  .header .header__inner {
    min-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: wrap;
  }
  .header .header__inner .block--menu {
    align-items: flex-start;
    width: 100%;
    padding: 7vw 38vw 0 7vw;
  }
  .header .header__inner .g-nav .tit--label:first-child {
    height: 4.5vw;
    width: 20vw;
  }
  .header .header__inner .block--photo {
    width: 100%;
    position: absolute;
    height: calc(100vh - 430px);
    overflow: hidden;
    bottom: 0;
  }
  .header .header__inner .block--photo .block--photo__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .header .header__inner .block--photo .block--photo__item .thumb {
    width: 100%;
    height: 100%;
    background: repeat-x top;
    background-size: contain;
    border: none;
    padding: 0;
    right: 0;
  }
  .header .header__inner .g-nav__official {
    border-top: 3px solid #fff;
    padding-top: 0.8em;
    margin-bottom: 8vw;
    padding-right: 0;
  }
  .header .header__inner .tit--label {
    width: 22vw;
    height: 7.5vw;
    margin-bottom: 0.8vw;
  }
  .header .header__inner .tit--label svg {
    fill: #fff;
  }
  .header .header__inner .g-nav ul li {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0.5em;
    margin-right: 0.8em;
    letter-spacing: 0.07em;
  }
  .header .header__inner .g-nav ul li.list--sns__item {
    margin-left: 0.4em;
  }
  .header .header__inner .g-nav ul li.list--sns__item a i {
    font-size: 4vw;
  }
  .header .header__inner .g-nav .block--nav-fc {
    border-top: 3px solid #fff;
    padding-top: 1em;
  }
  .drawer {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 120%;
    right: 0;
    transform-origin: top;
    transition: top 0.8s, opacity 0.8s 0.6s;
    z-index: 900;
    opacity: 0;
    pointer-events: none;
  }
  .drawer .block--wave {
    top: -44vw;
  }
  .drawer .nav--menu {
    width: 100%;
    padding-top: 20vw;
    padding: 6vw 15% 0;
  }
  .drawer .nav--menu .list--nav li {
    margin: 0 9vw 2vw;
  }
  .drawer .nav--menu .list--nav li a {
    color: #000;
    font-size: 4vw;
    font-weight: 500;
  }
  .drawer .nav--login {
    padding: 0 25%;
  }
  .drawer .nav--login .list--login li {
    width: 46%;
  }
  .drawer .nav--login .list--login li.login {
    margin-left: 4%;
  }
  .drawer .nav--login .list--login li a {
    padding: 13px 5px;
    color: #000;
  }
  .drawer .block--menu {
    padding: 0 10%;
  }
  .drawer .drawer-inner {
    position: relative;
  }
  .drawer .block--menu {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .list--nav {
    text-align: center;
  }
  .list--nav li {
    display: inline-block;
  }
  .drawer-visible {
    opacity: 1;
    pointer-events: auto;
  }
  .drawer-visible .drawer {
    top: 38vw;
    opacity: 1;
    pointer-events: auto;
  }
  .drawer-visible .drawer__btn .drawer__unvisible {
    opacity: 0;
  }
  .drawer-visible .header__inner {
    left: 0;
  }
  .drawer-visible.loaded.page--home .header .logo, .drawer-visible.page--home .header .logo,
  .drawer-visible .header .logo {
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.2s;
    transition-delay: 0s;
  }
  .page--home {
    /* block-titあわせ */
  }
  .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: 50vw;
    height: 9vw;
    top: 16vw;
    left: 7vw;
    transition: 0.4s;
    position: absolute;
    mix-blend-mode: unset;
  }
  .page--home .header .drawer__btn {
    top: 16vw;
    position: fixed;
    right: 7vw;
    transition: 0.2s;
  }
  .page--home .header .drawer__btn span {
    width: 9vw;
    height: 9vw;
    top: 0;
    right: 0;
  }
  .page--home .header .drawer__btn span.drawer__visible {
    width: 12vw;
    height: 12vw;
  }
  .page--home .header .drawer__btn span.drawer__visible::after {
    letter-spacing: 0.2em;
  }
  .page--home.drawer-visible .header .drawer__btn {
    top: 6vw;
  }
  .page--home.scrolling .header .drawer__btn {
    top: 6vw;
  }
  .page--home .footer .list--sns {
    border-bottom: 5px solid;
    padding-bottom: 1.5em;
    margin-bottom: 3em;
  }
  .page--home .footer .nav--sub-link {
    width: 100%;
    display: block;
    margin-bottom: 2em;
    text-align: right;
    letter-spacing: 0;
  }
  .page--home .footer .nav--sub-link li {
    font-size: 11px;
    margin-bottom: 0.5em;
  }
  .page--home .footer .nav--support {
    width: 60%;
    flex-wrap: wrap;
    gap: 0.8em 1.2em;
    font-size: 11px;
    letter-spacing: 0;
    margin-bottom: 2em;
  }
  .page--home .footer .copyright {
    text-align: right;
  }
  .page--home .wovn-languages {
    font-size: 13px;
    top: 30vw;
    left: 6vw;
    mix-blend-mode: unset;
  }
  .page--home .wovn-languages .list--language li::after {
    height: 1px;
  }
  .page--home .section--hero .logo {
    display: 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 {
    padding-left: 7vw;
    padding-bottom: 20vw;
  }
  .page--home .section--info,
  .page--home .section--schedule,
  .page--home .section--video {
    display: block;
    padding-left: 7vw;
    padding-right: 7vw;
    margin-bottom: 15vw;
  }
  .page--home .section--info .block--title,
  .page--home .section--schedule .block--title,
  .page--home .section--video .block--title {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
  }
  .page--home .section--info .block--title::after,
  .page--home .section--schedule .block--title::after,
  .page--home .section--video .block--title::after {
    display: none;
  }
  .page--home .section--info .block--title .section-tit,
  .page--home .section--schedule .block--title .section-tit,
  .page--home .section--video .block--title .section-tit {
    width: auto;
    font-size: 18px;
  }
  .page--home .section--info .block--title .list__more,
  .page--home .section--schedule .block--title .list__more,
  .page--home .section--video .block--title .list__more {
    position: static;
  }
  .page--home .section--info > [class^=list--],
  .page--home .section--schedule > [class^=list--],
  .page--home .section--video > [class^=list--] {
    width: 100%;
  }
  .page--home .section--schedule .list--schedule li .week {
    vertical-align: 0.5px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 3px;
  }
  .page--home .section--schedule .list--schedule li .category {
    font-size: 12px;
    padding-left: 1.2em;
    position: relative;
  }
  .page--home .section--schedule .list--schedule li .category::before {
    content: "";
    display: block;
    width: 1px;
    height: 0.9em;
    background: #000;
    position: absolute;
    top: 0;
    left: 0.45em;
  }
  .page--home .section--video {
    padding-top: 5vw;
  }
  .page--home .section--video .block--title {
    width: 100%;
    position: relative;
    left: 0;
  }
  .page--home .section--video .block--video-swiper {
    padding-left: 0;
  }
  .page--home .section--video .list--video {
    align-items: stretch;
  }
  .page--home .section--video .list--video li {
    height: auto;
    transform: translateX(50px);
  }
  .page--home .section--video .list--video li.started {
    transform: translateX(0);
  }
  .page--home .section--video .list--video li a {
    height: 100%;
    overflow: hidden;
  }
  .page--home .section--video .list--video .tit {
    margin-bottom: 0;
  }
  .page--home .section--video .list--video .list__detail {
    height: 100%;
    padding: 5px;
    background: #E6EBF0;
  }
  .page--home .area--fanclub {
    padding: 17vw 7vw;
  }
  .page--home .area--fanclub .section-tit,
  .page--home .area--fanclub .block-tit {
    font-size: 20px;
    font-weight: 500;
  }
  .page--home .area--fanclub > .block--title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: right;
    border-bottom: 4px solid;
    padding-bottom: 20vw;
    margin-bottom: 10vw;
    position: relative;
  }
  .page--home .area--fanclub > .block--title .block--tit {
    width: 50vw;
    height: 13vw;
  }
  .page--home .area--fanclub > .block--title .nav--login {
    display: inline-block;
    position: absolute;
    bottom: 1em;
    right: 0;
  }
  .page--home .area--fanclub > .block--title .nav--login ul {
    font-size: 1.4em;
  }
  .page--home .area--fanclub .section--blog {
    display: block;
    position: relative;
    margin-bottom: 6vw;
  }
  .page--home .area--fanclub .section--blog .section-tit {
    position: static;
    width: 100%;
    margin-bottom: 1em;
  }
  .page--home .area--fanclub .section--blog .list--blog {
    width: 100%;
  }
  .page--home .area--fanclub .section--latest {
    position: relative;
  }
  .page--home .area--fanclub .section--latest > .block__item {
    width: 100%;
    padding-left: 2em;
    margin-bottom: 2vw;
    position: relative;
  }
  .page--home .area--fanclub .section--latest > .block__item .block-tit {
    left: 1em;
    font-size: 16px;
    letter-spacing: 0;
  }
  .page--home.loaded .header .logo {
    opacity: 1;
    transition-delay: 0.4s;
  }
  body:not(.page--home) .wrap {
    padding-bottom: 28vw;
  }
  body:not(.page--home).drawer-visible .header .logo svg {
    fill: #fff;
  }
  body:not(.page--home).drawer-visible .header .drawer__btn .drawer__visible {
    width: 12vw;
    height: 12vw;
    top: 3vw;
    right: 5vw;
  }
  body:not(.page--home) .wovn-languages {
    top: 19vw;
    right: inherit;
    font-size: 11px;
    left: calc(8vw - 0.4em);
    border-bottom: 1px solid;
    height: 25px;
    width: 150px;
  }
  body:not(.page--home) .wovn-languages .langIcon {
    width: 14px;
    height: 14px;
  }
  body:not(.page--home) .wovn-languages.visible {
    border-bottom: solid 1px #000;
  }
  body:not(.page--home) .wovn-languages.visible .nav-dropdown {
    top: 2px;
    left: 20px;
  }
  body:not(.page--home) .wovn-languages.visible .nav-dropdown .list--language li {
    margin-bottom: 8px;
  }
  body:not(.page--home) .header {
    position: relative;
  }
  body:not(.page--home) .header::before {
    content: "";
    display: block;
    width: calc(100% - 27vw);
    height: 3px;
    position: fixed;
    top: 14.3vw;
    left: 7vw;
    z-index: 10;
  }
  body:not(.page--home) .header .drawer__btn span {
    width: 9vw;
    height: 9vw;
    top: 6.6vw;
    right: 7vw;
  }
  body:not(.page--home) .header .logo {
    width: 22vw;
    height: 4vw;
    top: 9vw;
    left: 7vw;
  }
  body:not(.page--home) .footer {
    width: 100%;
    padding: 1vw 7vw 5vw;
    bottom: 0;
  }
  body:not(.page--home) .footer::after {
    width: calc(100% - 14vw);
    height: 3px;
    left: 7vw;
  }
  body:not(.page--home) .footer::before {
    width: 2.5em;
    height: 2.5em;
    top: 1em;
    left: 7vw;
    mix-blend-mode: difference;
  }
  body:not(.page--home) .footer .copyright {
    text-align: right;
    padding-top: 17vw;
  }
  .section--list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    padding: 35vw 0 15vw 7vw;
  }
  .section--list .block--title {
    line-height: 1;
    margin-bottom: 0;
    margin-left: 1em;
    position: fixed;
    top: 35vw;
    transform-origin: left top;
    transform: rotate(90deg);
  }
  .section--list .block--list {
    width: 80vw;
    margin-left: 13vw;
  }
  .section--list .block--category {
    padding-left: 1em;
    padding-top: 2vw;
  }
  .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: 580px) and (min-width: 1px) and (max-width: 580px) {
  .section--detail {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--info .content-main .section--list .block--title,
  .page--blog .content-main .section--list .block--title {
    margin-bottom: 20px;
  }
  .page--info .section--detail,
  .page--blog .section--detail {
    padding: 34vw 7.5vw 0 7vw;
  }
  .page--info .section--detail .txt,
  .page--blog .section--detail .txt {
    line-height: 1.8;
  }
  .page--info .block--share,
  .page--blog .block--share {
    top: 35px;
    margin-top: -2vw;
  }
  .page--info.category--4 .section--detail .date {
    font-size: 14px;
    font-weight: 700;
  }
  .page--schedule .section--list {
    display: block;
    padding: 35vw 8vw 50px 8vw;
  }
  .page--schedule .section--list .block--title {
    position: absolute;
  }
  .page--schedule .section--list .block--title .block--month,
  .page--schedule .section--list .block--title .block--narrowing {
    display: none !important;
  }
  .page--schedule .section--list .section-tit {
    line-height: 1;
    margin-bottom: 0;
    margin-left: 0.7em;
    position: fixed;
    top: 35vw;
    transform-origin: left top;
    transform: rotate(90deg);
  }
  .page--schedule .section--list .list--information.list--schedule li {
    width: 100%;
    padding: 2.8em 0 0.5em 7.5em;
  }
  .page--schedule .section--list .list--information.list--schedule li.no-data {
    padding: 10vh 2em;
  }
  .page--schedule .section--list .list--information.list--schedule .date {
    font-size: 1.6em;
  }
  .page--schedule .section--list .list--information.list--schedule .date .week {
    font-size: 11px;
  }
  .page--schedule .section--list .block--sp {
    padding-left: 13vw;
    margin-bottom: 28vw;
  }
  .page--schedule .section--list .block--sp .month-pager {
    margin-right: -0.25em;
  }
  .page--schedule .section--list .block--sp .month-pager li {
    display: inline-block;
    margin: 0 0.5em;
  }
  .page--schedule .section--list .block--sp .month-pager li a {
    display: block;
    position: relative;
  }
  .page--schedule .section--list .block--sp .month-pager li a .category {
    font-size: 11px;
  }
  .page--schedule .section--list .block--sp .month-pager li a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
  }
  .page--schedule .section--list .block--sp .month-pager .month-pager--prev a::before {
    transform: rotate(-135deg);
  }
  .page--schedule .section--list .block--sp .block--month {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
  }
  .page--schedule .section--list .block--sp .block--month .tit {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 0;
  }
  .page--schedule .section--list .block--sp .block--month .tit span {
    display: inline-block;
    font-size: 0.5em;
    padding-left: 0.5em;
  }
  .page--schedule .section--list .block--category {
    width: 71vw;
    border-top: 2px solid;
    transform-origin: top left;
    transform: rotate(-90deg);
    padding: 2vw 0 0 0;
    position: absolute;
    top: -10vw;
    left: 8vw;
  }
  .page--schedule .section--list .block--category .list--sort {
    line-height: 1.6;
  }
  .page--schedule .section--list .block--category .list--sort li {
    display: inline-block;
    margin-right: 0.5em;
  }
  .page--schedule .section--list .block--category .list--sort li .category {
    padding: 0;
  }
  .section--list .list--contents.list--video li .tit {
    font-size: 12px;
    line-height: 1.2;
    padding-right: 1em;
  }
  .page--blog.section--list {
    padding-bottom: 20vw;
  }
  .page--blog.section--list .list--contents li {
    width: 100%;
  }
  .page--blog.section--list .list--contents li .list__txt {
    padding-right: 0.5em;
  }
  .page--blog.section--list .list--contents li .list__txt .tit {
    font-size: 10px;
  }
  .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 .wrap {
    padding-bottom: 44vw;
  }
  .page--blog.page--blog__detail .section--detail {
    position: static;
  }
  .page--blog.page--blog__detail .block--pager {
    width: 86%;
    position: absolute;
    bottom: 31vw;
    top: inherit;
    left: 7vw;
  }
  .page--blog.page--blog__parent .section--list {
    flex-wrap: wrap;
    padding: 35vw 7vw 20px;
  }
  .page--blog.page--blog__parent .section--list .list--contents.list--blog {
    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: 48%;
    margin: 0;
  }
  .page--blog.page--blog__parent .block--list .list--contents.list--blog > li .tit {
    font-size: 12px;
  }
  .page--blog.page--blog__parent .block--title {
    width: calc(100% + 14vw);
    height: auto;
    line-height: 0;
    background: none;
    position: relative;
    top: 0;
    transform: none;
    margin: 0 -7vw 7vw;
  }
  .page--blog.page--blog__parent .block--title figure {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .page--blog.page--blog__parent .block--title figure img {
    height: auto;
  }
  .page--blog video {
    position: relative;
  }
  .page--photo.page--photo__detail .section--list {
    display: block;
  }
  .page--photo.page--photo__detail .section--list .block--title {
    padding-bottom: 2em;
    transform: none;
    position: -webkit-sticky;
    position: sticky;
    margin-left: 0;
    top: 35vw;
    z-index: 10;
  }
  .page--photo.page--photo__detail .section--list .block--title .section-tit {
    font-size: 16px;
    border-top: 3px solid #000;
    padding-top: 9px;
  }
  .page--photo.page--photo__detail .block--list {
    width: 80vw;
    margin-left: 13vw;
    margin-top: 4vw;
  }
  .page--photo.page--photo__detail .list--photo li {
    width: calc(50% - 5px);
  }
  .page--photo #swipebox-action #swipebox-close {
    top: 4vw;
    right: 2vw;
  }
  .page--photo #swipebox-action #swipebox-prev,
  .page--photo #swipebox-action #swipebox-next {
    top: inherit;
    bottom: 5vh;
    transform: none;
  }
  .page--photo #swipebox-action #swipebox-next {
    right: 0;
  }
  .page--movie .section--list .latest-tit {
    border-bottom: 2px solid;
    padding-right: 0.5em;
    font-size: 12px;
  }
  .page--movie .section--list .block--latest-list .latest-tit {
    border-bottom: 2px solid;
  }
  .page--movie.category-radio .section--list .section-tit {
    font-size: 5vw;
  }
  .page--movie.new-movie.page-movie-detail {
    padding-top: 30vw;
  }
  .page--movie.new-movie.page-movie-detail .section--detail {
    overflow: hidden;
  }
  .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;
    background: #E6EBF0;
    padding: 1em;
  }
  .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 {
    display: block;
  }
  .page--disco .block--sp {
    padding-left: 14vw;
    margin-bottom: 10vw;
  }
  .page--disco .block--category {
    border-top: 2px solid;
    padding: 0;
    padding-top: 0.5em;
    margin-top: 0.1em;
  }
  .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 .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: 86%;
    margin: 0 auto 3em;
  }
  .page--disco .block--detail {
    width: 86%;
    padding-left: 0;
    margin: 0 auto;
  }
  .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: 10vw;
    border-bottom: solid 3px;
    padding-bottom: 0.5em;
  }
  .page--disco .block--disc-detail .text .txt {
    padding-top: 3em;
    text-align: left;
  }
  .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--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 .block--introduction {
    width: calc(100% + 7vw);
    border-bottom: 3px solid;
    padding: 0 2em 1em 0;
    margin-bottom: 2em;
  }
  .page--qa .block--introduction .btn {
    margin: 2em 0 1em;
  }
  .page--qa .list--information {
    width: calc(100% + 7vw);
  }
  .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;
    border-bottom: 3px solid;
    padding-bottom: 0;
    margin-bottom: 5vw;
  }
  .page--qa .section--detail .tit--q {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 13vw;
    font-weight: 500;
  }
  .page--qa .section--detail .tit--q i {
    font-size: 11px;
    border-bottom: 2px solid;
    margin-bottom: 6px;
  }
  .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;
    border-bottom: 2px solid;
  }
  .page--qa .section--detail .block__answer__inner > div .ico {
    width: 60px;
    height: 60px;
  }
  .page--qa .section--detail .block__answer__inner > div .answer__item {
    width: calc(100% - 70px - 1.5vw);
    padding: 1.5em;
  }
  .page--qa .section--detail .block__answer__inner > div .answer__item::after {
    border-width: 0 20px 17px 0;
    left: -13px;
    top: 20px;
  }
  .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--support.section--list, .page--support.section--list.section--detail {
    display: block;
  }
  .page--support.section--list .block--title, .page--support.section--list.section--detail .block--title {
    width: 100%;
    position: static;
    transform: none;
    line-height: 1.2em;
    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--detail {
    padding: 34vw 7vw 0;
  }
  .page--support .section-tit {
    margin-bottom: 20px;
  }
  .page--support .list--support dd {
    margin-bottom: 1.8em;
    font-size: 13px;
  }
  .page--support .txt {
    padding-top: 0;
  }
  .page--faq .section--list {
    display: block;
  }
  .page--faq .section--list .block--list {
    width: 100%;
    margin-left: 0;
  }
  .page--faq .list--faq li a,
  .page--faq .list--information li a {
    padding-left: 4em;
  }
  .page--faq .list--faq li a .icon--q,
  .page--faq .list--information li a .icon--q {
    top: 1.7em;
    left: 2.4em;
  }
  .page--faq .block--more-faq .list--faq li a {
    line-height: 1.4;
  }
  .page--faq .block--more-faq .list--faq li a .icon--q {
    top: 1.4em;
  }
  .page--faq .block--title {
    width: 100%;
    position: static;
    transform: none;
    line-height: 1.2em;
    margin: 0 0 2em 0;
    font-weight: 500;
  }
  .page--faq .section-tit {
    font-size: 6vw;
  }
  .page--faq .searchBox {
    width: 92%;
    margin: 30px auto 30px 0;
  }
  .page--faq .list--faq {
    margin: 0 0 60px;
  }
  .page--faq .section--detail {
    padding-top: 34vw;
    padding-right: 7vw;
  }
  .page--questionnaire .tit {
    font-size: 14px;
  }
  .page--questionnaire #contents > section .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire #contents > section form .input--half {
    width: 100% !important;
  }
  .page--questionnaire #contents > section form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire #contents > section form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--download .block--item.block--logo-area .block--img .list--item li {
    min-height: 30vw;
  }
  .page--download .notice {
    padding: 6vw 4vw;
    margin-bottom: 6vw;
  }
  .page--download .list--item {
    gap: 2vw;
  }
  .page--download .list--item li {
    width: calc((100% - 2vw) / 2);
  }
  .page--download .list--item li a::after {
    width: 25px;
    height: 25px;
    right: 5px;
    bottom: 5px;
    line-height: 25px;
  }
  .page--download .list--item li.item__large {
    width: 100%;
  }
  .page--entry.section--detail {
    display: block;
    padding: 30vw 7vw 15vw;
  }
  .page--entry.section--detail .list--notes > li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--entry.section--detail .list--notes > li:not(:last-of-type) {
    margin-bottom: 1em;
  }
  .page--entry.section--detail .list--notes .box {
    text-indent: 0;
    border: 1px solid;
    background: padding-box;
    padding: 1.5em;
    margin: 0.5em 0 1.5em;
  }
  .page--entry.section--detail::before {
    width: 100%;
    height: 68vw;
    position: absolute;
  }
  .page--entry.section--detail .area--logo {
    display: block;
    width: 100%;
    height: 50vw;
    padding: 0;
    position: relative;
    top: 10vw;
    left: 0;
  }
  .page--entry.section--detail .area--logo .section-tit {
    width: 55%;
    height: 13vw;
    margin-bottom: 0.5em;
  }
  .page--entry.section--detail .area--logo p {
    font-size: 1.2em;
  }
  .page--entry.section--detail .area--detail {
    padding: 0;
  }
  .page--entry.section--detail .area--detail [class^=block--] {
    border-bottom: 2px solid;
    padding-bottom: 3em;
    margin-bottom: 3em;
  }
  .page--entry.section--detail .area--detail .block--movie .tit {
    text-align: center;
    font-weight: 500;
    margin-top: 1em;
  }
  .page--entry.section--detail .area--detail .block--movie .thumb::before {
    width: 12vw;
    height: 12vw;
    top: calc(50% - 6vw);
    left: calc(50% - 6vw);
  }
  .page--entry.section--detail .area--detail .block--spec .block-tit {
    font-size: 1.2em;
  }
  .page--entry.section--detail .area--detail .block--spec .block-tit span {
    font-size: 2em;
    margin-right: 0.2em;
  }
  .page--entry.section--detail .area--detail .block--spec dl > div {
    display: block;
    padding: 1.5em;
    margin-bottom: 0.2em;
  }
  .page--entry.section--detail .area--detail .block--spec dl > div dt {
    width: 100%;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .page--entry.section--detail .area--detail .block--spec .list--accordion {
    padding: 1.5em;
  }
  .page--entry.section--detail .area--detail .block--spec .list--accordion dt {
    margin-bottom: 0;
  }
  .page--entry.section--detail .area--detail .block--spec .list--accordion dt::before, .page--entry.section--detail .area--detail .block--spec .list--accordion dt::after {
    height: 16px;
    top: calc(50% - 8px);
  }
  .page--entry.section--detail .area--detail .block--contents .block-tit {
    font-size: 1.4em;
    letter-spacing: 0;
    margin-bottom: 0.5em;
  }
  .page--entry.section--detail .area--detail .block--contents .list--contents-list {
    display: block;
  }
  .page--entry.section--detail .area--detail .block--contents .list--contents-list li {
    width: 100%;
    padding: 1.5em;
    margin-bottom: 0.2em;
  }
  .page--entry.section--detail .area--detail .block--contents .list--contents-list li .tit {
    font-weight: 500;
    font-size: 1.2em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__alert {
    padding: 1.5em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__alert .block-tit {
    font-size: 1.2em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list {
    display: block;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .joinMembership--box {
    width: 100%;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .joinMembership--box:first-of-type {
    margin-bottom: 0.2em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .joinMembership--box .title {
    font-size: 4.2vw;
    margin-bottom: 1em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .joinMembership--box .btn {
    margin: 0 0 1em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .joinMembership--box .btn .btn--joinMembership {
    padding: 17px 15px;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .joinMembership--box .btn .btn--joinMembership:hover {
    background: #000;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .overSeaBtn .btn--overSea {
    padding: 12px 15px !important;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .joinMembership--list .overSeaBtn .btn--overSea:hover {
    opacity: 1;
  }
  .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: 14vw 7% 40px;
  }
  .footer::before {
    width: 3.5em;
    height: 3.5em;
    top: calc(6vw + 9em);
    left: 7vw;
  }
  .footer .list--support {
    width: 110%;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 3vw 14% 3vw 0;
    margin: 0 auto 10vw;
  }
  .footer .list--support .nav--support {
    padding-top: 3vw;
  }
  .footer .list--support .nav--support li a {
    display: block;
    line-height: 1;
    font-size: 12px;
    padding: 8px 0;
  }
  .wovn-languages {
    width: 178px;
    border-bottom: 1px solid;
  }
  .wovn-languages::before {
    width: 7px;
    height: 7px;
    top: 55%;
  }
  .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;
  }
  .page--home .section--profile {
    height: auto;
    flex-wrap: wrap-reverse;
  }
  .page--home .section--profile .block--title {
    width: 100%;
    border-bottom: 5px solid;
    padding-bottom: 3.5vw;
    margin-bottom: 1.5vw;
  }
  .page--home .section--profile .block--title .block--tit {
    font-size: 20px;
    font-weight: 500;
  }
  .page--home .section--profile .block--title svg {
    display: block;
    width: 12vw;
    height: 2vw;
  }
  .page--home .section--profile .block--text {
    position: relative;
    opacity: 0;
    pointer-events: none;
  }
  .page--home .section--profile .block--text .name {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
  }
  .page--home .section--profile .block--text .name span {
    font-size: 7.5vw;
    margin-bottom: 0.2em;
  }
  .page--home .section--profile .block--text [class^=ico--] {
    top: 0;
    width: 7vw;
    height: 7vw;
  }
  .page--home .section--profile .block--text .list--profile {
    padding-top: 2.5em;
    font-size: 12px;
  }
  .page--home .section--profile .block--item__photo::before {
    content: "PROFILE";
    display: block;
    letter-spacing: 0.2em;
    font-weight: 500;
    position: absolute;
    left: 13vw;
    top: calc(50% - 3em);
    color: #000;
    z-index: 10;
    transform-origin: left top;
    transform: rotate(90deg);
  }
  .page--home .section--profile .block--item__photo::after {
    content: "";
    display: block;
    width: 3vw;
    height: 14vw;
    background: no-repeat center url(/static/dxteen/common/parts--logo__vertical_b.svg);
    background-size: contain;
    position: absolute;
    right: 9vw;
    top: 42vw;
    z-index: 10;
  }
  .page--home .section--profile .block--item__detail {
    width: 100%;
    padding: 0 7vw;
  }
  .page--home .section--profile .block--item__detail > .inner {
    margin-bottom: 15vw;
  }
  .page--home .section--profile .block--item__detail .block--text {
    width: 100%;
    height: 11vw;
    top: 6vw;
  }
  .page--home .section--profile .block--thumbnail {
    border-top: 3px solid;
    border-bottom: 3px solid;
    padding: 5vw 0;
    margin: 13.5em 0 1.5vw;
  }
  .page--home .section--profile .block--item__photo {
    width: 100%;
    height: 100vw;
    position: relative;
  }
  .page--home .section--profile .block--item__photo .item__thumb .thumb {
    width: 55vw;
  }
  .page--profile--top .section--list .detail__btn {
    bottom: 0;
  }
  .page--profile {
    padding-bottom: 20vw;
  }
  .page--profile .block--list {
    width: 100%;
    padding-bottom: 0;
    position: relative;
    bottom: 0;
    left: inherit;
    right: 0;
    margin-left: 14vw;
  }
  .page--profile .block--list .thumb {
    margin-bottom: 5vw;
  }
  .page--profile .block--list .name {
    width: 100%;
    height: auto;
    margin: 0 auto 4vw;
  }
  .page--profile .block--list .name svg {
    width: 48%;
    height: 6vw;
    display: block;
    margin: 0 auto;
  }
  .page--profile .block--list .block--txt {
    padding-right: 1em;
    margin-bottom: 20vw;
  }
  .page--profile .block--list .list--photo {
    flex-wrap: wrap;
    gap: 7vw 5vw;
  }
  .page--profile .block--list .list--photo li {
    width: 37vw;
    height: 45vw;
  }
  .page--profile .block--list .list--photo li a figcaption {
    font-size: 10px;
    text-align: right;
  }
  .page--profile .block--list .list--photo li:nth-child(even) a figcaption {
    padding-right: 0.5em;
  }
  .page--profile.section--detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 20vw;
  }
  .page--profile.section--detail .block--tit {
    font-size: 10px;
    margin-top: -1.9em;
    letter-spacing: 0.2em;
  }
  .page--profile.section--detail .block--title {
    width: 100%;
    border-bottom: 3px solid;
    padding-bottom: 0.7em;
    margin-bottom: 0.2em;
  }
  .page--profile.section--detail .block--title svg {
    display: block;
    width: 12vw;
    height: 2vw;
  }
  .page--profile.section--detail .block--title .name {
    font-size: 5.5vw;
  }
  .page--profile.section--detail .block--title .name span {
    display: block;
    font-size: 0.2em;
    letter-spacing: 0.05em;
    margin-top: 0.5em;
  }
  .page--profile.section--detail .block--text {
    position: relative;
  }
  .page--profile.section--detail .block--text [class^=ico--] {
    top: -11vw;
    width: 7vw;
    height: 7vw;
  }
  .page--profile.section--detail .block--text .list--profile {
    padding-top: 18vw;
    font-size: 12px;
  }
  .page--profile.section--detail .block--text .list--profile > div {
    display: flex;
    gap: 1em;
    margin-bottom: 0.5em;
  }
  .page--profile.section--detail .block--text .list--profile dt {
    width: 7em;
    margin-bottom: 0;
  }
  .page--profile.section--detail .block--text .list--profile dd {
    width: calc(100% - 8em);
    line-height: 1;
  }
  .page--profile.section--detail .block--item__detail {
    width: 100%;
    padding: 6vw 7vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page--profile.section--detail .block--item__detail > .inner {
    width: 100%;
    position: relative;
  }
  .page--profile.section--detail .block--item__detail .block--text {
    width: 100%;
    height: 19vw;
    position: absolute;
    left: 0;
    top: 10vw;
  }
  .page--profile.section--detail .block--thumbnail {
    border-top: 3px solid;
    border-bottom: 3px solid;
    padding: 4vw 0;
    margin: 38vw 0 1.5vw;
  }
  .page--profile.section--detail .nav--member ul li {
    font-size: 11px;
  }
  .page--profile.section--detail .nav--member ul li.current a {
    font-size: 10px;
    padding: 0 5px;
  }
  .page--profile.section--detail .block--item__photo {
    width: 100%;
    padding: 0 7vw;
    position: relative;
  }
  .page--profile.section--detail .block--item__photo .item__thumb {
    padding-right: 0;
  }
  .page--profile.section--detail .block--item__photo .item__thumb .thumb {
    width: 100%;
  }
  .page--profile.section--detail .detail__btn {
    position: absolute;
    bottom: 0;
    left: 7vw;
  }
  .page--dxtnvoice.section--list .block--list {
    align-items: flex-start;
    padding: 35vw 7vw 43vw;
  }
  .page--dxtnvoice.section--list .block--list .thumb {
    position: relative;
  }
  .page--dxtnvoice.section--list .block--list .thumb::before, .page--dxtnvoice.section--list .block--list .thumb::after {
    width: 20vw;
    height: 20vw;
  }
  .page--dxtnvoice.section--list .block--list .thumb::before {
    top: -7vw;
    left: -7vw;
  }
  .page--dxtnvoice.section--list .block--list .thumb::after {
    width: 25vw;
    height: 25vw;
    bottom: -3px;
    right: -5vw;
    top: inherit;
    left: inherit;
  }
  .page--dxtnvoice.section--list .block--list .txt--basic {
    color: #fff;
  }
  .page--dxtnvoice.section--list .btn .btn--main {
    background: #fff;
    color: #0049ff;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) and (min-width: 581px) {
  .page--dxtnvoice.section--list .btn .btn--main:hover {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--dxtnvoice.section--list .btn .btn--sub {
    color: #fff;
    border-color: #fff;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) and (min-width: 581px) {
  .page--dxtnvoice.section--list .btn .btn--sub:hover {
    border-color: #000;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .popup--language__box {
    width: 90%;
  }
}
/* tablet
------------------------------ */
@media screen and (min-width: 581px) and (max-width: 1000px) {
  .section--list .list--contents.list--call li {
    width: 100%;
    margin: 0 0 10vw;
  }
}
@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;
  }
}
body.body--app-v2:not(.page--home) .wovn-languages {
  top: 20px;
}
body.body--app-v2.page--support.section--detail, body.body--app-v2.page--info .section--detail, body.body--app-v2.page--blog .section--detail,
body.body--app-v2 .section--list {
  padding-top: 80px;
}
body.body--app-v2 .section--list .block--title {
  top: 80px;
}

.page--notice .list--info li {
  margin-bottom: 5px;
}
.page--notice .list--info li a {
  display: flex;
  flex-direction: column-reverse;
  background: #E6EBF0;
  padding: 1.4em 1.4em;
}
.page--notice .list--info li a .txt {
  font-size: 13px;
  line-height: 1.4;
}
.page--notice .list--info li a .date {
  font-size: 12px;
}