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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html {
  height: 100%;
}

body {
  height: 100%;
  word-wrap: break-word;
  color: #191919;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
  }
}

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

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

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

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

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

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

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

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

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

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

.block--pager {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  margin-top: 8vw;
}
.block--pager li {
  display: inline-block;
  letter-spacing: 0.03em;
  margin: 0 4px;
}
.block--pager .pager__item--current span,
.block--pager .pager__item--other a {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 2em;
  text-align: center;
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  letter-spacing: 0;
  position: relative;
  padding: 0;
}
@media (hover: hover) {
  .block--pager .pager__item--other a:hover {
    background: #191919;
    color: #fff;
    opacity: 1;
  }
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  display: inline-block;
  margin: 0 10px;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer span,
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  display: block;
  width: 25px;
  height: 25px;
  margin-top: 0;
  border-radius: 4em;
  position: relative;
  transition: 0.4s;
  background: #6F493F;
}
.block--pager .pager__item--newer a::before,
.block--pager .pager__item--newer span::before,
.block--pager .pager__item--older a::before,
.block--pager .pager__item--older span::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 225deg;
  top: 50%;
  left: 50%;
  translate: -32% -50%;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  pointer-events: none;
  opacity: 0.3;
  background: #8c8c8c;
}
.block--pager .pager__item--older {
  transform: rotate(180deg);
}
.block--pager .pager__item--current {
  background: #191919;
  color: #fff;
  border-radius: 2em;
}

.font-aviano {
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
}

.font-baskerville {
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

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

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

.txt--large {
  font-size: 1.5em;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.txt--link {
  text-decoration: underline;
}
@media (hover: hover) {
  .txt--link:hover {
    text-decoration: none;
  }
}

/* image */
.ph,
.thumb {
  position: relative;
  line-height: 0;
  font-size: 0;
}
.ph img,
.thumb img {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
.ph::after,
.thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

.block--indicator {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 0 10px;
  margin-top: 2vw;
}

.swiper-initialized .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 0;
  background: none;
  border: 1px solid #191919;
  border-radius: 3em;
}
.swiper-initialized .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #191919;
}
.swiper-initialized .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.swiper-initialized .swiper-button-prev,
.swiper-initialized .swiper-button-next {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 4em;
  margin-top: 0;
  background: #70493f;
  position: relative;
  left: 0;
}
.swiper-initialized .swiper-button-prev.swiper-button-disabled,
.swiper-initialized .swiper-button-next.swiper-button-disabled {
  background: #8c8c8c;
}
.swiper-initialized .swiper-button-prev::after,
.swiper-initialized .swiper-button-next::after {
  display: none;
}
.swiper-initialized .swiper-button-prev::before,
.swiper-initialized .swiper-button-next::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: calc(50% - 4px);
  left: calc(50% - 5.5px);
  transform: rotate(45deg);
}
.swiper-initialized .swiper-button-next {
  transform: rotate(180deg);
}
.swiper-initialized .block--navigator {
  display: inline-block;
}
.swiper-initialized .swiper-pagination-bullet {
  opacity: 1;
}

.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],
input[type=date],
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 1em;
  border-radius: 5px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #C4C4C4;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=date],
  button {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=date],
  button {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=date],
  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,
input[type=date].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,
input[type=date].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],
input[type=date][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

input[type=date] {
  display: inline-block;
  width: auto;
}

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

/* textarea */
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 1em;
  border-radius: 5px;
  height: 10em;
  border-radius: 8px;
  border: 1px solid #C4C4C4;
  background: #fff;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    padding: 0.8em;
  }
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #FAFAFA;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 1em;
  border-radius: 5px;
  padding-right: 2.3em;
  border: 1px solid #C4C4C4;
  padding: 1em 2.8em 1em 1em;
  background: #fff;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    padding: 0.8em;
  }
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    padding: 0.8em 2em 0.8em 0.8em;
  }
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #191919;
  border-top: none;
  border-right: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select::after {
    right: 1em;
  }
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
  }
}
.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 #191919;
  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 #191919;
  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: #191919;
}
.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.7;
  margin-bottom: 1em;
}
.form--comfirm dd,
.form--confirm dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
  }
}
.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 #191919;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #191919;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
  }
}
.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: #191919;
  border-color: #191919;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

.btn {
  text-align: center;
}

.btn-base-style, .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;
  color: #191919;
}

.btn--main {
  background: #191919;
  color: #FAFAFA;
  height: inherit !important;
  line-height: inherit !important;
  text-align: center;
  padding: 20px 30px;
  margin: 0.25em 0;
}
@media (hover: hover) {
  .btn--main:hover {
    transition: 0.3s;
    scale: 1.05;
  }
}

.btn input.btn--main {
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .btn input.btn--main {
    transition: 0.3s;
  }
}

.btn--sub {
  border: 1px solid;
  background: none;
  padding: 20px 0;
  margin: 1em 0;
}
@media (hover: hover) {
  .btn--sub:hover {
    transition: 0.3s;
    background: #191919;
    color: #fff;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .btn--sub {
    min-width: 30%;
  }
}

.date,
.category {
  font-size: 13px;
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}

.category {
  letter-spacing: 0.3em;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
}

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

.list__more a {
  display: block;
  line-height: 1;
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  position: relative;
  padding: 1em 3em 1em 1em;
}
.list__more a::before, .list__more a::after {
  content: "";
  display: block;
  position: absolute;
}
.list__more a::before {
  width: 2em;
  height: 1px;
  background: #191919;
  top: calc(50% + 1px);
  right: 2px;
}
.list__more a::after {
  width: 0.4em;
  height: 0.4em;
  border-right: 1px solid #191919;
  border-bottom: 1px solid #191919;
  transform: rotate(-45deg);
  top: calc(50% - 1px);
  right: 2px;
}

.list__more {
  position: absolute;
  bottom: 0;
  left: 0;
}

.detail__btn a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  position: relative;
  padding: 1em 1em 1em 3em;
}
.detail__btn a::before, .detail__btn a::after {
  content: "";
  display: block;
  position: absolute;
}
.detail__btn a::before {
  width: 2em;
  height: 1px;
  background: #191919;
  top: 50%;
  left: 2px;
}
.detail__btn a::after {
  width: 0.4em;
  height: 0.4em;
  border-right: 1px solid #191919;
  border-bottom: 1px solid #191919;
  transform: rotate(135deg);
  top: calc(50% - 2px);
  left: 2px;
}

.list--login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5%;
}
.list--login li a {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  text-align: center;
  font-size: 13px;
  border-radius: 3em;
  border: 1px solid;
  padding: 0.5em 1.5em 0.3em 1.8em;
}
.list--login > li.item__mypage {
  width: 100%;
  max-width: 300px;
}

.list--information > li a,
.list--information .list--item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 3em;
  font-size: 14px;
  padding: 48px 0;
  position: relative;
}
.list--information > li a .time,
.list--information .list--item a .time {
  display: block;
  width: 6em;
}
.list--information > li a .category,
.list--information .list--item a .category {
  width: 11em;
  text-align: center;
  letter-spacing: 0.3em;
  font-size: 12px;
}
.list--information > li a .tit,
.list--information .list--item a .tit {
  width: calc(100% - 21em);
  line-height: 2em;
  letter-spacing: 0.08em;
  padding-right: 6vw;
}
.list--information > li a::after,
.list--information .list--item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.list--information > li.new,
.list--information .list--item.new {
  position: relative;
}
.list--information > li.new::before,
.list--information .list--item.new::before {
  content: "NEW";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  letter-spacing: 0.2em;
  font-size: 11px;
  text-align: center;
  line-height: 0;
  border-radius: 50%;
  background: #6F493F;
  color: #fff;
  padding: 14px 13px 12px 16px;
  position: absolute;
  left: -8em;
  top: 50%;
  translate: 0 -50%;
}

.list--thumbnail {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 12.5%;
}
.list--thumbnail > li,
.list--thumbnail .list--item {
  width: 25%;
  transform: translateY(5vw);
  opacity: 0;
  transition: 0.8s;
}
.list--thumbnail > li a,
.list--thumbnail .list--item a {
  display: block;
}
.list--thumbnail > li a .date,
.list--thumbnail > li a .category,
.list--thumbnail .list--item a .date,
.list--thumbnail .list--item a .category {
  display: block;
  letter-spacing: 0.16em;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}
.list--thumbnail > li a .category,
.list--thumbnail .list--item a .category {
  margin-bottom: 10px;
}
.list--thumbnail > li a .dotw,
.list--thumbnail .list--item a .dotw {
  font-size: 10px;
  transform-origin: left bottom;
}
.list--thumbnail > li a .tit,
.list--thumbnail .list--item a .tit {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  position: relative;
}
.list--thumbnail > li a .thumb,
.list--thumbnail .list--item a .thumb {
  position: relative;
  overflow: hidden;
  margin: 40px auto 30px;
  opacity: 0;
  transition: 0.9s;
  aspect-ratio: 16/9;
}
.list--thumbnail > li a .thumb img,
.list--thumbnail .list--item a .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.2);
  transition: 1.4s;
}
.list--thumbnail > li a .thumb img.blur,
.list--thumbnail .list--item a .thumb img.blur {
  filter: blur(20px);
  position: absolute;
  top: 50%;
  left: 50%;
  scale: 2.5;
  translate: -50% -50%;
  will-change: filter;
}
.list--thumbnail > li a .list__txt,
.list--thumbnail .list--item a .list__txt {
  opacity: 0;
  transition: 0.9s;
}
.list--thumbnail > li.started,
.list--thumbnail .list--item.started {
  transform: translateY(0);
  opacity: 1;
}
.list--thumbnail > li.started .thumb,
.list--thumbnail .list--item.started .thumb {
  opacity: 1;
}
.list--thumbnail > li.started .thumb img,
.list--thumbnail .list--item.started .thumb img {
  transform: scale(1);
}
.list--thumbnail > li.started .list__txt,
.list--thumbnail .list--item.started .list__txt {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.list--thumbnail > li.new a,
.list--thumbnail .list--item.new a {
  position: relative;
}
.list--thumbnail > li.new a::before,
.list--thumbnail .list--item.new a::before {
  content: "NEW";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  letter-spacing: 0.2em;
  font-size: 11px;
  text-align: center;
  line-height: 0;
  border-radius: 50%;
  background: #6F493F;
  color: #fff;
  padding: 14px 13px 12px 16px;
  position: absolute;
  left: -11px;
  top: -8px;
  z-index: 2;
}
.list--thumbnail > li.no-data,
.list--thumbnail .list--item.no-data {
  width: 100% !important;
  padding: 5vw 0 !important;
  background: none;
  opacity: 1;
  transform: none !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--thumbnail > li.no-data,
  .list--thumbnail .list--item.no-data {
    font-size: 0.9em;
  }
}

.list--blog {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 48px 5%;
}
.list--blog > li,
.list--blog .list--item {
  width: 30%;
  transform: translateY(5vw);
  opacity: 0;
  transition: 0.8s;
}
.list--blog > li a,
.list--blog .list--item a {
  display: block;
}
.list--blog > li a .list__txt,
.list--blog .list--item a .list__txt {
  position: relative;
}
.list--blog > li a .list__txt .date,
.list--blog .list--item a .list__txt .date {
  position: absolute;
  right: 0;
  top: 0;
}
.list--blog > li a .list__txt .category,
.list--blog .list--item a .list__txt .category {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  letter-spacing: 0.15em;
  top: -4px;
}
.list--blog > li a .list__txt .tit,
.list--blog .list--item a .list__txt .tit {
  margin-top: 8px;
}
.list--blog > li a .thumb,
.list--blog .list--item a .thumb {
  position: relative;
  overflow: clip;
  margin: 0 auto 16px;
  opacity: 0;
  transition: 0.9s;
  aspect-ratio: 3/2;
}
.list--blog > li a .thumb.thumb--none,
.list--blog .list--item a .thumb.thumb--none {
  background: #8c8c8c;
}
.list--blog > li a .thumb.thumb--none svg,
.list--blog .list--item a .thumb.thumb--none svg {
  fill: #fff;
  width: 60%;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.list--blog > li a .thumb img,
.list--blog .list--item a .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.2);
  transition: 1.4s;
}
.list--blog > li a .thumb img.blur,
.list--blog .list--item a .thumb img.blur {
  filter: blur(20px);
  position: absolute;
  top: 50%;
  left: 50%;
  scale: 2.5;
  translate: -50% -50%;
  will-change: filter;
  -o-object-fit: cover;
     object-fit: cover;
}
.list--blog > li.started,
.list--blog .list--item.started {
  transform: translateY(0);
  opacity: 1;
}
.list--blog > li.started .thumb,
.list--blog .list--item.started .thumb {
  opacity: 1;
}
.list--blog > li.started .thumb img,
.list--blog .list--item.started .thumb img {
  transform: scale(1);
}
.list--blog > li.started .list__txt,
.list--blog .list--item.started .list__txt {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.list--blog > li.new a,
.list--blog .list--item.new a {
  position: relative;
}
.list--blog > li.new a::before,
.list--blog .list--item.new a::before {
  content: "NEW";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  letter-spacing: 0.2em;
  font-size: 11px;
  text-align: center;
  line-height: 0;
  border-radius: 50%;
  background: #6F493F;
  color: #fff;
  padding: 14px 13px 12px 16px;
  position: absolute;
  left: -11px;
  top: -8px;
  z-index: 2;
}
.list--blog > li.no-data,
.list--blog .list--item.no-data {
  padding: 10px 0 !important;
  background: none;
}
.list--blog > li.ico--members .thumb::before,
.list--blog .list--item.ico--members .thumb::before {
  content: "MEMBER’S ONLY";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  background: linear-gradient(-20deg, rgb(163, 135, 64) 0%, rgb(252, 228, 141) 12%, rgb(222, 208, 136) 29%, rgb(183, 153, 96) 41%, rgb(255, 237, 168) 84%, rgb(166, 131, 61) 100%);
  color: #191919;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 13px;
  border-radius: 3px;
  padding: 0.4em 0.5em;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 1;
}

.list--discography {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 12.5%;
}
.list--discography > li,
.list--discography .list--item {
  width: 25%;
  transform: translateY(5vw);
  opacity: 0;
  transition: 0.8s;
}
.list--discography > li a,
.list--discography .list--item a {
  display: block;
}
.list--discography > li a .date,
.list--discography > li a .category,
.list--discography .list--item a .date,
.list--discography .list--item a .category {
  display: block;
  letter-spacing: 0.16em;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}
.list--discography > li a .category,
.list--discography .list--item a .category {
  margin-bottom: 10px;
}
.list--discography > li a .dotw,
.list--discography .list--item a .dotw {
  font-size: 10px;
  transform-origin: left bottom;
}
.list--discography > li a .tit,
.list--discography .list--item a .tit {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  position: relative;
}
.list--discography > li a .thumb,
.list--discography .list--item a .thumb {
  position: relative;
  overflow: clip;
  opacity: 0;
  transition: 0.9s;
}
.list--discography > li a .thumb img,
.list--discography .list--item a .thumb img {
  display: block;
  transform: scale(1.2);
  transition: 1.4s;
}
.list--discography > li a .list__txt,
.list--discography .list--item a .list__txt {
  opacity: 0;
  transition: 0.9s;
}
.list--discography > li.started,
.list--discography .list--item.started {
  transform: translateY(0);
  opacity: 1;
}
.list--discography > li.started .thumb,
.list--discography .list--item.started .thumb {
  opacity: 1;
}
.list--discography > li.started .thumb img,
.list--discography .list--item.started .thumb img {
  transform: scale(1);
}
.list--discography > li.started .list__txt,
.list--discography .list--item.started .list__txt {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.list--discography > li.new .tit,
.list--discography .list--item.new .tit {
  padding-right: 4.5em;
}

.list--event li.list--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 48px 6vw 48px 0;
  position: relative;
}
.list--event li.list--item .tit {
  width: 100%;
  font-size: 16px;
  margin-bottom: 1em;
}
.list--event li.list--item dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.1em 1em;
  width: 50%;
}
.list--event li.list--item dl dt {
  width: 6em;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  font-size: 11px;
  position: relative;
  top: 1px;
}
.list--event li.list--item dl dd {
  width: calc(100% - 6em);
}
.list--event li.list--item dl dd.block--time {
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
.list--event li.list--item > a {
  display: block;
  line-height: 1;
  border: 1px solid;
  text-align: center;
  padding: 1em 4em;
  border-radius: 3em;
}
.list--event li.list--item > a::after {
  display: none;
}
.list--event li.list--item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  transform-origin: right;
  transform: scaleX(1);
  transition: transform 0.8s cubic-bezier(0.52, 0.19, 0.4, 0.96);
  position: absolute;
  left: 0;
  bottom: 0;
}
.list--event li.list--item:last-of-type::after {
  display: none;
}

.list--schedule li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 45px 30px;
  position: relative;
}
.list--schedule li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #191919;
  left: 0;
  bottom: 0;
  transform-origin: left;
  transition: 1s;
  transform: scaleX(0);
}
.list--schedule li a .date {
  width: 20%;
  font-size: 13px;
}
.list--schedule li a .date time {
  display: block;
  overflow: hidden;
}
.list--schedule li a .date .dotw {
  display: block;
  font-size: 10px;
  line-height: 1;
  margin-top: 4px;
  overflow: hidden;
}
.list--schedule li a .category {
  width: 30%;
  text-align: center;
  padding-right: 13%;
  font-size: 14px;
  overflow: hidden;
}
.list--schedule li a .tit {
  width: 50%;
  overflow: hidden;
}

.list--profile {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 48px 1%;
}
.list--profile .list__item {
  width: 24.25%;
  opacity: 0;
  transition: 1.4s;
}
.list--profile .list__item a {
  display: block;
}
.list--profile .list__item a .thumb {
  margin-bottom: 16px;
  overflow: clip;
  opacity: 0;
}
.list--profile .list__item a .thumb img {
  display: block;
  transform: scale(1.2);
  transition: 1.4s;
}
.list--profile .list__item.started {
  opacity: 1;
}
.list--profile .list__item.started .thumb {
  opacity: 1;
}
.list--profile .list__item.started .thumb img {
  transform: scale(1);
}

.list--error li {
  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: -0.5em;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
.list--attention li:last-child {
  margin-bottom: 0;
}

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

.no-data,
li.no-data {
  width: 100%;
  justify-content: center;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  text-align: center;
  font-size: 1.1em;
  padding: 8vw;
}

.list--sns {
  display: flex;
  justify-content: flex-start;
  gap: 0 3.5em;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.list--sns i {
  display: inline-block;
  font-size: 13px;
  width: 1.3em;
  margin-right: 5px;
}

#wrap {
  min-height: 100%;
  padding-right: 60px;
  position: relative;
  overflow: clip;
}
#wrap #header {
  width: 60px;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
#wrap #header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #6F493F;
  border-left: 1px solid #191919;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top;
  transform: scaleY(1);
  transition: transform 0.4s cubic-bezier(0.52, 0.19, 0.4, 0.96);
  z-index: 10;
}

#header #drawer__btn {
  width: 70%;
  margin-inline: auto;
  z-index: 999;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  cursor: pointer;
  z-index: 11;
}
#header #drawer__btn .drawer__btn__item {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
#header #drawer__btn .drawer__btn__item.top {
  top: calc(50% - 5px);
  transition: rotate 0.3s, top 0.3s;
}
#header #drawer__btn .drawer__btn__item.mid {
  top: 50%;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s;
}
#header #drawer__btn .drawer__btn__item.btm {
  top: calc(50% + 5px);
  transition: rotate 0.3s, top 0.3s;
}
#header .block--sns {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 11;
}
#header .block--sns .list--sns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 0;
  width: 60px;
  text-align: center;
}
#header .block--sns .list--sns li a {
  display: block;
  line-height: 1;
  transition: 0.4s;
}
#header .block--sns .list--sns li a i {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
#header .block--artist-name {
  width: 120px;
  height: 60px;
  position: absolute;
  right: -30px;
  top: 50%;
  rotate: 90deg;
  translate: 0 -50%;
  z-index: 11;
}
#header .block--artist-name svg {
  fill: #fff;
  width: 120px;
  max-width: calc(100vh - 310px);
  min-width: 70px;
  height: 60px;
}

#header .drawer {
  width: min(460px, 100vw - 60px);
  height: 100%;
  padding: 0 min(80px, 5vw);
  background: #6F493F;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9;
  opacity: 1;
  transition: right 0.5s cubic-bezier(0.52, 0.19, 0.4, 0.96);
  overflow: hidden;
}
#header .drawer .g-nav {
  height: 100%;
  overflow-y: scroll;
  overflow-x: clip;
  position: relative;
  scrollbar-width: none;
  padding: min(80px, 5vw) 0;
  scrollbar-width: none;
}
#header .drawer .g-nav::-webkit-scrollbar {
  display: none;
}
#header .drawer .g-nav .g-nav--menu {
  width: 100%;
  position: relative;
}
#header .drawer .g-nav .g-nav--menu .tit--label {
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  color: #fff;
  font-size: 12px;
  margin-bottom: 24px;
}
#header .drawer .g-nav .g-nav--menu ul:not(.list--login) {
  counter-reset: number 0;
}
#header .drawer .g-nav .g-nav--menu ul:not(.list--login) li {
  width: 100%;
}
#header .drawer .g-nav .g-nav--menu ul:not(.list--login) li a {
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  color: #fff;
  position: relative;
  padding: 24px 0;
  width: 100%;
  display: block;
  font-size: 16px;
  letter-spacing: 0.15em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 10px;
  white-space: pre;
}
#header .drawer .g-nav .g-nav--menu ul:not(.list--login) li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle, #fff 2px, transparent 0px);
  background-position: 0 0;
  background-size: 7px 1px;
  position: relative;
  top: 6px;
  left: 0;
  opacity: 0.1;
}
#header .drawer .g-nav .g-nav--menu ul:not(.list--login) li a span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 19px);
  letter-spacing: 0.15em;
  font-size: 10px;
  opacity: 0.8;
  transform-origin: left;
  scale: 0.8;
}
#header .drawer .g-nav .g-nav--menu ul:not(.list--login) li a span::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: relative;
}
#header .drawer .g-nav .g-nav--menu ul:not(.list--login) li a > div {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background: #6F493F;
  text-align: right;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 27px;
  z-index: 1;
}
#header .drawer .g-nav .g-nav--menu ul:not(.list--login) li.item--long a {
  white-space: normal;
}
#header .drawer .g-nav .g-nav--menu ul:not(.list--login) li.item--long a span {
  top: calc(50% - 26px);
}
#header .drawer .g-nav .g-nav--menu ul:not(.list--login) li#menu__latest {
  padding-top: 24px;
  margin-top: 24px;
  position: relative;
}
#header .drawer .g-nav .g-nav--menu ul:not(.list--login) li#menu__latest::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  position: absolute;
  left: 0;
  transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
  transform: scaleX(1);
  transform-origin: right;
  top: 0;
  opacity: 0.2;
}
#header .drawer .g-nav .g-nav--menu .list--login {
  justify-content: flex-start;
  margin-bottom: 32px;
  gap: 0 6%;
}
#header .drawer .g-nav .g-nav--menu .list--login li {
  width: 47%;
}
#header .drawer .g-nav .g-nav--menu .list--login li.item__mypage {
  width: 100%;
  max-width: 200px;
  margin-inline: auto;
}
#header .drawer .g-nav .g-nav--menu .list--login li a {
  padding: 1.3em 1.5em 1em 1.8em;
}

.drawer-visible #header .drawer {
  opacity: 1;
  pointer-events: auto;
  right: 60px;
}
.drawer-visible #header .drawer .header__inner .g-nav {
  opacity: 1;
}
.drawer-visible #header #drawer__btn .drawer__btn__item.top {
  top: 50%;
  rotate: 13deg;
}
.drawer-visible #header #drawer__btn .drawer__btn__item.mid {
  transform: scaleX(0);
  transform-origin: right;
}
.drawer-visible #header #drawer__btn .drawer__btn__item.btm {
  top: 50%;
  rotate: -13deg;
}

#wrap > h1.logo {
  width: 8%;
  position: absolute;
  top: 3vw;
  left: 5vw;
  z-index: 10;
}
#wrap > h1.logo a {
  display: block;
}
#wrap > h1.logo a img {
  filter: invert(1);
}

.footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  z-index: 2;
  padding: 8vw 6% 8vw;
  left: 0;
  bottom: 0;
}
.footer h1.logo {
  width: 24%;
  line-height: 1;
}
.footer h1.logo img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
.footer .block--nav {
  width: 26em;
}
.footer .block--nav .list--sns {
  gap: 0 1em;
}
.footer .block--nav .list--sns i {
  font-size: 18px;
}
.footer .nav--footer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 24px;
  gap: 0 40px;
}
.footer .g-nav__support li {
  margin-bottom: 0.5em;
}
.footer .copyright {
  font-size: 10px;
  text-align: right;
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  position: absolute;
  left: 6%;
  bottom: 40px;
}

.section-tit,
.block-tit {
  line-height: 1;
  color: #191919;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
}

.section--detail .section--detail--body * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail.new .category::after {
  content: "NEW";
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  letter-spacing: 0.2em;
  font-size: 11px;
  text-align: center;
  line-height: 0;
  border-radius: 50%;
  background: #6F493F;
  color: #fff;
  padding: 14px 13px 12px 16px;
  position: absolute;
  right: -73px;
  top: -8px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.new .category::after {
    right: -59px;
    top: -7px;
    scale: 0.7;
  }
}
.section--detail .date,
.section--detail .category {
  display: block;
  font-size: 13px;
}
.section--detail .tit {
  line-height: 1.6;
  font-size: 1.4em;
  margin-top: 0.8em;
  margin-bottom: 0.3em;
}
.section--detail .block--share {
  margin-bottom: 4vw;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 2em;
}
.section--detail .block--share li i {
  font-size: 18px;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}

.page--home #area--fc section > a.ico--members .thumb img,
.page--home #area--fc section > a.ico--members .thumb.thumb--none svg,
.list--blog > li.ico--members a .thumb img,
.list--blog > li.ico--members a .thumb.thumb--none svg,
.page--movie .list--thumbnail > li.ico--members a .thumb img,
.page--info.category-22 .list--thumbnail > li.ico--members a .thumb img {
  filter: blur(25px);
}

.page--home .wrap.logged-in #area--fc section > a.ico--members .thumb img:not(.blur),
.page--home .wrap.logged-in #area--fc section > a.ico--members .thumb.thumb--none svg,
.wrap.logged-in .list--blog > li.ico--members a .thumb img:not(.blur),
.wrap.logged-in .list--blog > li.ico--members a .thumb.thumb--none svg,
.page--movie .wrap.logged-in .list--thumbnail > li.ico--members a .thumb img:not(.blur),
.page--info.category-22 .wrap.logged-in .list--thumbnail > li.ico--members a .thumb img:not(.blur) {
  filter: none;
}

.page--home {
  transition: background 0.3s;
}
.page--home #wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeat url(/static/voksydays/fanclub/cmn/bg--noise.webp);
  background-size: 250px;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s background;
  pointer-events: none;
}
.page--home #wrap > h1.logo {
  display: none;
}
.page--home #section--heroimg {
  height: 100vh;
  height: 100dvh;
  position: relative;
}
.page--home #section--heroimg #block--main-visual {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
  overflow: clip;
}
.page--home #section--heroimg #block--main-visual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.page--home #section--heroimg #block--main-visual .block__item.item__movie {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 8;
}
.page--home #section--heroimg #block--main-visual .block__item.item__movie iframe {
  width: 110%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.page--home #section--heroimg #block--main-visual:has(.block__item.item__photo)::after {
  display: none;
}
.page--home #section--heroimg #block--main-visual .logo {
  width: 70vh;
  height: 28vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.page--home #section--heroimg #block--main-visual .logo svg {
  fill: #fff;
}
.page--home #section--heroimg .block--login {
  color: #fff;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  position: absolute;
  left: 8vh;
  bottom: 8vh;
  z-index: 10;
}
.page--home #section--heroimg .block--login .block-tit {
  color: #fff;
  font-size: 11px;
  margin-bottom: 16px;
}
.page--home #section--heroimg .block--login .list--login li a {
  background: rgba(0, 0, 0, 0.8);
}
.page--home #section--banner {
  padding: 8vw 0 0vw 8vw;
  position: relative;
  overflow: clip;
}
@media screen and (min-width: 961px) {
  .page--home #section--banner .block--banner-swiper:not(:has(li:nth-child(n+4))) {
    width: 100%;
    margin-left: 0;
    padding-right: 8vw;
  }
  .page--home #section--banner .block--banner-swiper:not(:has(li:nth-child(n+4))) .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5%;
  }
  .page--home #section--banner .block--banner-swiper:not(:has(li:nth-child(n+4))) .swiper-wrapper li {
    width: 30% !important;
    margin-right: 0 !important;
  }
  .page--home #section--banner .block--banner-swiper:not(:has(li:nth-child(n+4))) .block--indicator {
    display: none;
  }
  .page--home #section--banner .block--banner-swiper:not(:has(li:nth-child(n+3))) {
    width: calc(100vw - 60px) !important;
    margin-left: -8vw !important;
    padding-right: 0 !important;
  }
  .page--home #section--banner .block--banner-swiper:not(:has(li:nth-child(n+3))) .swiper-wrapper li {
    width: 40% !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home #section--banner .block--banner-swiper:not(:has(li:nth-child(n+2))) {
    margin-right: 4vw;
  }
  .page--home #section--banner .block--banner-swiper:not(:has(li:nth-child(n+2))) .block--indicator {
    display: none;
  }
}
.page--home .birthday-message {
  margin: 12vw auto 0;
}
.page--home section.block--section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: clip;
  padding: 12vw 0 12vw 8vw;
}
.page--home section.block--section::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #343434;
  transform-origin: right;
  transform: scaleX(1);
  transition: transform 0.8s cubic-bezier(0.52, 0.19, 0.4, 0.96);
  position: absolute;
  left: 0;
  bottom: 0;
}
.page--home section.block--section .section-tit {
  width: 10em;
  font-size: 24px;
  line-height: 1.2;
}
.page--home section.block--section > ul {
  width: calc(100% - 320px);
  position: relative;
  top: -48px;
}
.page--home section.block--section .list__more {
  bottom: calc(12vw + 35px);
  left: calc(8vw - 14px);
}
.page--home #section--event .list--event li:last-of-type {
  padding-bottom: 0;
}
.page--home #section--event .list--event li.new::before {
  content: "NEW";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  letter-spacing: 0.2em;
  font-size: 11px;
  text-align: center;
  line-height: 0;
  border-radius: 50%;
  background: #6F493F;
  color: #fff;
  padding: 14px 13px 12px 16px;
  position: absolute;
  left: -8em;
  top: 59px;
  translate: 0 -50%;
}
.page--home #section--video {
  padding-right: 6vw;
}
.page--home #section--video > ul {
  top: 0;
}
.page--home #section--video .thumb {
  margin-top: 0;
  margin-bottom: 24px;
}
.page--home #section--video .list__more {
  bottom: 12vw;
}
.page--home #section--video .list--thumbnail li {
  width: 100%;
}
.page--home #section--profile {
  padding-right: 6vw;
}
.page--home #section--profile > ul {
  top: 0;
}
.page--home #section--profile .list__more {
  bottom: 12vw;
}
.page--home #area--fc {
  padding: 16vw 8vw;
}
.page--home #area--fc .list__more {
  bottom: unset;
  top: -15px;
  left: unset;
  right: 0;
}
.page--home #area--fc .list__more a {
  color: #fff !important;
  padding-right: 2.25em;
}
.page--home #area--fc .list__more a::before {
  width: 1.5em;
  background: #fff !important;
}
.page--home #area--fc .list__more a::after {
  border-color: #fff !important;
}
.page--home #area--fc .section-tit,
.page--home #area--fc a {
  color: #fff;
}
.page--home #area--fc > .section-tit {
  margin-bottom: 12vw;
}
.page--home #area--fc section {
  overflow: visible;
}
.page--home #area--fc section .section-tit {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 24px;
}
.page--home #area--fc section > a {
  display: block;
  position: relative;
}
.page--home #area--fc section > a .tit {
  width: 100%;
  margin-top: 8px;
}
.page--home #area--fc section > a .thumb {
  background: #fff;
  margin-bottom: 24px;
  overflow: clip;
}
.page--home #area--fc section > a .thumb img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  transform: scale(1.2);
  transition: 1.4s;
  width: 100%;
  height: 100%;
}
.page--home #area--fc section > a .thumb img.blur {
  filter: blur(20px);
  position: absolute;
  top: 50%;
  left: 50%;
  scale: 2.5;
  translate: -50% -50%;
  z-index: 0;
  will-change: filter;
}
.page--home #area--fc section > a .thumb.thumb--none {
  background: #777;
  aspect-ratio: 16/9;
  width: 100%;
}
.page--home #area--fc section > a .thumb.thumb--none svg {
  fill: #fff;
  width: 60%;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.page--home #area--fc section > a.ico--members .thumb::before {
  content: "MEMBER’S ONLY";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  background: linear-gradient(-20deg, rgb(163, 135, 64) 0%, rgb(252, 228, 141) 12%, rgb(222, 208, 136) 29%, rgb(183, 153, 96) 41%, rgb(255, 237, 168) 84%, rgb(166, 131, 61) 100%);
  color: #191919;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 13px;
  border-radius: 3px;
  padding: 0.4em 0.5em;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 1;
}
.page--home #area--fc section > .no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #787878;
  aspect-ratio: 16/9;
}
.page--home #area--fc section.started > a .thumb img {
  transform: scale(1);
}
.page--home #area--fc section#section--blog > a {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
.page--home #area--fc section#section--blog > a .name {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 6em;
  font-size: 12px;
  line-height: 1;
  background: #fff;
  color: #383838;
  position: relative;
  top: 3px;
  padding: 1px 2px 0px;
}
.page--home #area--fc section#section--blog > a .date {
  width: calc(100% - 6em);
  text-align: right;
}
.page--home #area--fc section#section--blog > a img:not(.blur) {
  -o-object-fit: contain;
     object-fit: contain;
}
.page--home #area--fc section#section--blog > a .blur {
  width: 120%;
  height: 120%;
  filter: blur(20px);
  position: absolute;
  top: 60%;
  left: 60%;
  z-index: 0;
  will-change: filter;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--home #area--fc section a.new::before {
  content: "NEW";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  letter-spacing: 0.2em;
  font-size: 11px;
  text-align: center;
  line-height: 0;
  border-radius: 50%;
  background: #6F493F;
  color: #fff;
  padding: 14px 13px 12px 16px;
  position: absolute;
  left: -13px;
  top: -10px;
  z-index: 2;
}
.page--home #area--fc .area--fc--body {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 48px 8%;
}
.page--home #area--fc .block--section {
  display: block;
  width: 28%;
  padding: 0;
}
.page--home #area--fc .block--section::after {
  display: none;
}
.page--home:has(#area--fc > .section-tit.started) {
  background: #8c8c8c;
  color: #fff;
}
.page--home:has(#area--fc > .section-tit.started) .list__more a::before {
  background: #fff;
}
.page--home:has(#area--fc > .section-tit.started) .list__more a::after {
  border-color: #fff;
}
.page--home:has(#area--fc > .section-tit.started) #wrap::before {
  opacity: 0.15;
}
.page--home .footer {
  position: relative;
}

.list--information li {
  opacity: 0;
  translate: 40px 0;
  transition: 0.8s cubic-bezier(0.52, 0.19, 0.4, 0.96);
}
.list--information li.started {
  opacity: 1;
  translate: 0 0;
}

.page--home .list--event li {
  opacity: 0;
  translate: 40px 0;
  transition: 0.8s cubic-bezier(0.52, 0.19, 0.4, 0.96);
}
.page--home .list--event li.started {
  opacity: 1;
  translate: 0 0;
}

:where(body:not(.page--home)) .wrap {
  padding-bottom: 120px;
}
:where(body:not(.page--home)) .content--main {
  padding: 14vw 6% 10vw;
}
:where(body:not(.page--home)) .footer {
  padding: 0 5%;
  position: absolute;
  display: block;
  text-align: left;
  bottom: 50px;
}
:where(body:not(.page--home)) .footer h1.logo,
:where(body:not(.page--home)) .footer .nav--footer,
:where(body:not(.page--home)) .footer .block--nav {
  display: none;
}
:where(body:not(.page--home)) .footer .copyright {
  text-align: left;
  position: relative;
  bottom: 0;
  left: 0;
}

.section--list {
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
.section--list .section-tit {
  font-weight: normal;
  margin-bottom: 8vw;
}
.section--list .block--category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 80%;
  gap: 1.1em 2.4em;
  position: relative;
  font-size: 13px;
  margin-bottom: 4vw;
  letter-spacing: 0;
}
.section--list .block--category li a {
  display: block;
  line-height: 1;
  position: relative;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
}
.section--list .block--category li a::after {
  content: "";
  display: block;
  width: 2.4em;
  height: 1px;
  position: absolute;
  background: #191919;
  bottom: 5px;
  right: -2.2em;
}
.section--list .block--category li a::before {
  content: "";
  display: block;
  width: calc(100% - 5px);
  height: 8px;
  background: #e0e0e0;
  position: absolute;
  bottom: 3px;
  left: 0px;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: 0.4s transform;
}
.section--list .block--category li:last-of-type a::after {
  display: none;
}
.section--list .block--category .current a:before {
  transform: scale(1);
}
.section--list .list--information {
  margin-top: 0;
  position: relative;
}
.section--list .list--information::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  transform-origin: right;
  transform: scaleX(1);
  transition: transform 0.8s cubic-bezier(0.52, 0.19, 0.4, 0.96);
  position: absolute;
  left: 0;
  top: 0;
}
.section--list .list--information li.started {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 961px) {
  .section--list .list--information li.new::before {
    display: none;
  }
  .section--list .list--information li.new .tit::after {
    content: "NEW";
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.32em;
    letter-spacing: 0.2em;
    font-size: 11px;
    text-align: center;
    line-height: 0;
    border-radius: 50%;
    background: #6F493F;
    color: #fff;
    padding: 14px 13px 12px 16px;
    position: relative;
    left: 0.8em;
    top: -2px;
    scale: 0.85;
  }
}
.section--list .list--thumbnail {
  gap: 48px 5%;
}
.section--list .list--thumbnail > li {
  width: 47.5%;
}
.section--list .list--thumbnail > li .thumb--none {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  background: #8c8c8c;
}
.section--list .list--thumbnail > li.ico--members .thumb::before {
  content: "MEMBER’S ONLY";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  background: linear-gradient(-20deg, rgb(163, 135, 64) 0%, rgb(252, 228, 141) 12%, rgb(222, 208, 136) 29%, rgb(183, 153, 96) 41%, rgb(255, 237, 168) 84%, rgb(166, 131, 61) 100%);
  color: #191919;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 13px;
  border-radius: 3px;
  padding: 0.4em 0.5em;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 1;
}
.section--list .list--video li .thumb img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.section--detail {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  max-width: 850px;
}

.page--info .section--detail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page--info .section--detail .tit {
  width: 100%;
}
.page--info .section--detail .date {
  display: inline-block;
}
.page--info .section--detail .category {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding-left: 1em;
  position: relative;
  top: 5px;
}
.page--info .section--detail .section--detail--body {
  width: 100%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  margin-top: 4vw;
  margin-bottom: 4vw;
  position: relative;
}
.page--info .section--detail .section--detail--body::before, .page--info .section--detail .section--detail--body::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(1);
}
.page--info .section--detail .section--detail--body::after {
  top: unset;
  bottom: 0;
}
.page--info .section--detail .section--detail--body a:not(.btn--main, .btn--sub) {
  text-decoration: underline;
}
@media (hover: hover) {
  .page--info .section--detail .section--detail--body a:not(.btn--main, .btn--sub):hover {
    text-decoration: none;
  }
}
.page--info .section--detail .detail__btn {
  width: 30%;
}
.page--info .section--detail .block--share {
  width: 68%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.page--info .section--detail .block--share::before {
  content: "SHARE";
  display: block;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  line-height: 1;
  font-size: 11px;
  margin-right: 20px;
  position: relative;
  top: 2px;
}
.page--info .section--detail .block--share li a {
  font-size: 28px;
}
.page--info .section--detail .block--share li a i {
  color: #191919;
  transition: 0.3s;
}
.page--info.page--info__detail .wrap {
  overflow: visible;
}

.page--info.category-20 .section--detail {
  max-width: 1000px;
}
.page--info.category-20 .section--detail .section--detail--body {
  padding-top: 0;
  margin-top: 0;
}
.page--info.category-20 .section--detail .section--detail--body::before {
  display: none;
}

.page--live .section--list .list--event {
  gap: 0 10%;
}
.page--live .section--list .list--event .tit {
  width: 50%;
  padding-right: 0;
}
.page--live .section--list .list--event dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px 0;
  width: 40%;
}
.page--live .section--list .list--event dl dt {
  width: 6em;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  font-size: 12px;
  line-height: 1;
}
.page--live .section--list .list--event dl dd {
  width: calc(100% - 6em);
  padding-left: 1em;
}
.page--live .section--list .list--event dl dd .dotw {
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  font-size: 12px;
  vertical-align: 1px;
}
.page--live h2.tit {
  font-size: 1.5em;
  margin-bottom: 48px;
}
.page--live .block--liveinfo {
  width: 100%;
}
.page--live .block--liveinfo > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #C4C4C4;
}
.page--live .block--liveinfo > div a:not(.btn--main, .btn--sub) {
  text-decoration: underline;
}
.page--live .block--liveinfo > div a:not(.btn--main, .btn--sub):hover {
  text-decoration: none;
}
.page--live .block--liveinfo > div dt {
  width: 8em;
  font-weight: bold;
}
.page--live .block--liveinfo > div dd {
  width: calc(100% - 8em);
}
.page--live .block--liveinfo > div dd a:not(.btn--main, .btn--sub) {
  text-decoration: underline;
}
@media (hover: hover) {
  .page--live .block--liveinfo > div dd a:not(.btn--main, .btn--sub):hover {
    text-decoration: none;
  }
}

.page--schedule .section--list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page--schedule .section--list .section-tit {
  width: 100%;
  margin-bottom: 8vw;
}
.page--schedule .block--month {
  width: 250px;
}
.page--schedule .block--month .tit {
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  font-size: 3.2em;
  letter-spacing: 0;
  line-height: 1;
}
.page--schedule .block--month .tit span {
  font-size: 0.34em;
  line-height: 1;
  letter-spacing: 0.1em;
}
.page--schedule .block--month .month-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
}
.page--schedule .block--month .month-pager > li {
  width: 100%;
  position: relative;
  transition: 0.4s;
}
.page--schedule .block--month .month-pager > li a {
  position: relative;
}
.page--schedule .block--month .month-pager > li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: calc(50% - 3px);
}
.page--schedule .block--month .month-pager > li.month-pager--prev a {
  padding-left: 7px;
}
.page--schedule .block--month .month-pager > li.month-pager--prev a::before {
  left: 0;
  rotate: -135deg;
}
.page--schedule .block--month .month-pager > li.month-pager--next a {
  padding-right: 7px;
}
.page--schedule .block--month .month-pager > li.month-pager--next a::before {
  right: 0;
  rotate: 45deg;
}
.page--schedule .block--month .month-pager > li.month-pager--prev a::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.1em;
  position: absolute;
  background: #191919;
  top: 0;
  right: -9px;
}
.page--schedule .block--month .month-pager > .month-pager--next {
  text-align: right;
}
.page--schedule .section--list .section-tit {
  margin-bottom: 4vw;
}
.page--schedule .section--list .list--schedule {
  width: 100%;
  margin-top: 48px;
  border-top: 1px solid #C4C4C4;
}
.page--schedule .section--list .list--schedule li {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.page--schedule .section--list .list--schedule li.item__hidden {
  display: none;
}
.page--schedule .section--list .list--schedule li.list__visible {
  display: flex;
}
.page--schedule .section--list .list--schedule li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  position: absolute;
  left: 0;
  transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
  transform: scaleX(1);
  transform-origin: right;
  bottom: 0;
}
.page--schedule .section--list .list--schedule li .list__txt.item__hidden {
  display: none;
}
.page--schedule .section--list .list--schedule li .list__txt.list__visible {
  display: flex;
}
.page--schedule .section--list .list--schedule li a {
  width: 100%;
  position: relative;
  padding: 48px 0;
}
.page--schedule .section--list .list--schedule li a .tit {
  width: 70%;
  line-height: 1.6;
}
.page--schedule .section--list .list--schedule li a .category {
  padding-right: 0;
}
.page--schedule .section--list .list--schedule li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  position: absolute;
  left: 0;
  transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
  transform: scaleX(1);
  transform-origin: right;
  bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .section--list .list--schedule li .list__txt:last-of-type a {
    padding-bottom: 0;
  }
}
.page--schedule .section--list .list--schedule li .list__txt:last-of-type a::after {
  display: none;
}
.page--schedule .section--list .list--schedule li.started .list__txt.new .tit::after {
  opacity: 1;
  transition-delay: 0.5s;
}
.page--schedule .section--list .list--schedule li.started .date .dotw span,
.page--schedule .section--list .list--schedule li.started .date .time span {
  transform: translateY(0);
  transition-delay: 0.4s;
}
.page--schedule .section--list .list--schedule li .list__txt.new .tit {
  padding-right: 4.5em;
}
.page--schedule .section--list .list--schedule li .list__txt.new .tit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  right: 4%;
  opacity: 0;
  transition: 0.6s;
}
.page--schedule .section--list .list--schedule li .list__txt:last-of-type a::after {
  width: 100%;
  left: 0;
}
.page--schedule .section--list .list--schedule li .block--time {
  display: block;
  width: 20%;
  font-size: 24px;
  position: relative;
  top: 35px;
}
.page--schedule .section--list .list--schedule li .block--time .date {
  display: inline-block;
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1.3em;
  font-weight: 400;
}
.page--schedule .section--list .list--schedule li .block--time .date span {
  display: inline-block;
  position: relative;
}
.page--schedule .section--list .list--schedule li .block--time .dotw {
  display: inline-block;
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  position: relative;
  top: -2px;
  left: -5px;
}
.page--schedule .section--list .list--schedule li .block--tit {
  width: 80%;
}
.page--schedule .section--list .list--schedule:has(.no-data) {
  border: none;
}
.page--schedule .section--list .list--schedule:has(.no-data) .no-data::before {
  display: none !important;
}
.page--schedule .section--list::before {
  display: none;
}
.page--schedule .list--schedule li.no-data {
  justify-content: center;
  text-align: center;
  border: none;
}
.page--schedule .list--schedule li.no-data::after {
  display: none;
}
.page--schedule .block--category {
  width: calc(100% - 250px);
  display: block;
  padding-left: 80px;
  margin-top: 38px;
  margin-bottom: 0;
}
.page--schedule .block--category .list--sort {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1em;
  position: relative;
}
.page--schedule .block--category .list--sort::before {
  content: "LIST SORT";
  display: block;
  width: auto;
  position: absolute;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  top: -30px;
  left: 0;
  font-size: 11px;
}
.page--schedule .block--category .list--sort li {
  display: block;
  line-height: 1;
  position: relative;
}
.page--schedule .block--category .list--sort li:last-of-type::before {
  display: none;
}
.page--schedule .block--category .list--sort li input[type=checkbox] {
  display: none;
}
.page--schedule .block--category .list--sort li .category {
  display: block;
  font-size: 11px;
  background: #191919;
  color: #fff;
  line-height: 0.5em;
  border-radius: 2em;
  transition: 0.3s;
  padding: 0.8em 0.7em 0.7em 1em;
  margin-left: 0;
  margin-right: 0;
}
.page--schedule .block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
  background: none;
  color: #191919;
  border-color: #191919;
}
@media (hover: hover) {
  .page--schedule .block--category .list--sort li:hover input[type=checkbox]:checked + .category {
    cursor: pointer;
    transform: scale(1.05);
  }
  .page--schedule .block--category .list--sort li:hover input[type=checkbox]:not(:checked) + .category {
    cursor: pointer;
    background: #8c8c8c;
    color: #FAFAFA;
    opacity: 1;
  }
}

.page--info.category-9 .section--detail .date {
  font-size: 1.4em;
}
.page--info.category-9 .section--detail .date .dotw {
  font-size: 12px;
  position: relative;
  top: -2px;
  left: 4px;
}
.page--info.category-9 .section--detail .category {
  font-size: 15px;
  padding-left: 1.3em;
  position: relative;
  top: 13px;
}
.page--info.category-9 .section--detail .category::before {
  display: none;
}

.page--profile .section--list .ph--main {
  margin-bottom: 48px;
}
.page--profile .section--list .block--txt {
  margin-bottom: 48px;
}
.page--profile.page--profile__detail .section--detail {
  max-width: 1000px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--profile.page--profile__detail .section--detail .block--thumb {
  width: 50%;
  padding-right: 5%;
}
.page--profile.page--profile__detail .section--detail .block--txt {
  width: 50%;
  position: relative;
}
.page--profile.page--profile__detail .section--detail .block--txt h2 {
  font-weight: normal;
  letter-spacing: 0.1em;
}
.page--profile.page--profile__detail .section--detail .block--txt h2 + .txt--sub {
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  padding-bottom: 48px;
  margin-bottom: 48px;
  position: relative;
}
.page--profile.page--profile__detail .section--detail .block--txt h2 + .txt--sub::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  position: absolute;
  left: 0;
  transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
  transform: scaleX(1);
  transform-origin: right;
  bottom: 0;
}
.page--profile.page--profile__detail .section--detail .block--txt dl {
  display: block;
  position: relative;
}
.page--profile.page--profile__detail .section--detail .block--txt dl dt {
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 4px;
  transform: scale(0.9);
  transform-origin: left;
}
.page--profile.page--profile__detail .section--detail .block--txt dl dd {
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.page--profile.page--profile__detail .section--detail .block--txt .list--sns {
  gap: 0 1em;
  position: relative;
  padding-top: 2em;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.page--profile.page--profile__detail .section--detail .block--txt .list--sns li a {
  display: block;
}
.page--profile.page--profile__detail .section--detail .block--txt .list--sns li i {
  font-size: 18px;
}
.page--profile.page--profile__detail .section--detail .block--txt .list--sns::before {
  content: "SNS ACCOUNT";
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 4px;
  transform: scale(0.9);
  transform-origin: left;
  position: absolute;
  top: 0;
  left: 0;
}
.page--profile.page--profile__detail .section--detail .block--txt .list--sns::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  position: absolute;
  left: 0;
  transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
  transform: scaleX(1);
  transform-origin: right;
  bottom: 0;
}
.page--profile.page--profile__detail .section--detail .block--txt .detail__btn {
  position: absolute;
  left: 0;
  bottom: -14px;
}
.page--profile.page--profile__detail .section--detail .block--txt .btn {
  text-align: left;
  margin-top: 48px;
}
.page--profile.page--profile__detail .section--detail .block--txt .btn .btn--main {
  min-width: 200px;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  text-align: center;
  font-size: 12px;
  padding: 1em 2em;
  margin: 0;
}

.page--disco .list--discography {
  gap: 5vw 5%;
}
.page--disco .list--discography > li {
  width: 30%;
}
.page--disco .list--discography > li .thumb {
  overflow: clip;
  position: relative;
  margin-bottom: 16px;
  aspect-ratio: 1/1;
}
.page--disco .list--discography > li .thumb .blur {
  filter: blur(30px);
  scale: 2.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.page--disco .list--discography > li .block--text {
  position: relative;
}
.page--disco .list--discography > li .block--text .date {
  position: absolute;
  right: 0;
  top: 0;
}
.page--disco .section--detail {
  max-width: 1000px;
}
.page--disco .section--detail h3.tit {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.3em;
  font-weight: normal;
  font-size: 2em;
}
.page--disco .section--detail > .date,
.page--disco .section--detail .category {
  display: inline-block;
}
.page--disco .section--detail .category {
  padding-left: 1em;
}
.page--disco .section--detail .area--disco-detail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-top: 48px;
}
.page--disco .section--detail .area--disco-detail .block--jacket {
  width: 45%;
  padding-right: 5%;
  position: sticky;
  top: 5vw;
}
.page--disco .section--detail .area--disco-detail .block--detail {
  width: 55%;
}
.page--disco .section--detail .area--disco-detail .block--detail .block--comment {
  position: relative;
  margin-bottom: 48px;
}

.page--movie .block--pager .pager__item--current {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 2em;
  text-align: center;
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  letter-spacing: 0;
  position: relative;
  padding: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail {
  max-width: 1000px;
}
.page--movie.new-movie.page-movie-detail .section--detail .txt a:not(.btn--main, .btn--sub) {
  text-decoration: underline;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit {
  width: 100%;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit .tit {
  font-size: 1.5em;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
  opacity: 1;
  position: relative;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-poster {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button,
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js .vjs-play-control.vjs-paused span::before {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3333333333));
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-control-bar::before {
  content: "";
  display: block;
  width: 100%;
  height: 9em;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info {
  padding-top: 5vw;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab > div {
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  font-size: 16px;
  text-align: left;
  border-bottom: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab > div::after {
  display: none !important;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main {
  padding-top: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main > div {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.6s 0.8s;
  padding-top: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main > div.current {
  opacity: 1;
  transform: translateX(0);
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: none;
  font-size: 15px;
  border: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 5%;
  flex-wrap: wrap;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  width: 100%;
  margin-bottom: 0;
  border: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  justify-content: flex-start;
  width: 100%;
  padding: 32px 0;
  border-bottom: 1px solid #C4C4C4;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
  width: 25%;
  margin: 0 4% 0 0;
  padding-right: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .tit {
  line-height: 1.6;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0.3em;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .block--post {
  margin: 0 auto 80px;
}
@media screen and (min-width: 961px) {
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .block--post input[type=submit] {
    cursor: pointer;
    transition: 0.3s;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .block--post input[type=submit]:hover {
    opacity: 0.4;
  }
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments div[id^=contents_comment_wrapper] {
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments div[id^=contents_comment_wrapper]:not(:has(li)) {
  display: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .list--comment {
  border-top: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .list--comment li {
  background: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
  width: 100%;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .report-btn {
  top: 9px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .txt {
  margin-bottom: 5px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .name {
  font-size: 12px;
  line-height: 1;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .date {
  font-size: 11px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab {
  width: 100%;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab > div {
  font-size: 12px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab #tab--movie::after,
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab #tab--comment::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #191919;
  transform-origin: left;
  transition: 0.6s;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab #tab--movie.current::after,
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab #tab--comment.current::after {
  height: 1px;
  background: #191919;
  transition: 0.6s;
  bottom: 0;
  left: 0;
  transform: scaleX(1);
}
.page--movie .block--player {
  position: relative;
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  line-height: 0;
}
.page--movie .block--tit .txt--sub .icon {
  font-size: 2.5em;
  vertical-align: -0.25em;
}

.page--blog .section--detail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page--blog .section--detail .tit {
  width: 100%;
}
.page--blog .section--detail .date {
  display: inline-block;
}
.page--blog .section--detail .category {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding-right: 1em;
  position: relative;
  top: 7px;
  letter-spacing: 0.15em;
}
.page--blog .section--detail .section--detail--body {
  width: 100%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  margin-top: 4vw;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .section--detail--body {
    padding: 24px 0;
    margin-top: 24px;
  }
}
.page--blog .section--detail .section--detail--body::before, .page--blog .section--detail .section--detail--body::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(1);
}
.page--blog .section--detail .section--detail--body::after {
  top: unset;
  bottom: 0;
}
.page--blog .section--detail .section--detail--body a:not(.btn--main, .btn--sub) {
  text-decoration: underline;
}
@media (hover: hover) {
  .page--blog .section--detail .section--detail--body a:not(.btn--main, .btn--sub):hover {
    text-decoration: none;
  }
}
.page--blog .section--detail .section--detail--body .block--player > .video-js {
  position: relative;
}
.page--blog .section--detail .section--detail--body .block--player > .video-js > video {
  position: relative;
}
.page--blog .section--detail .block--pager {
  width: 100%;
  padding: 4vw 0;
  position: relative;
  margin-block: 0 4vw;
}
.page--blog .section--detail .block--pager::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  position: absolute;
  left: 0;
  transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
  transform: scaleX(1);
  transform-origin: right;
}
.page--blog .section--detail .block--pager::after {
  bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .block--pager {
    padding: 24px 0;
  }
}
.page--blog .section--detail .block--pager .pager__item--other a {
  width: auto;
  padding: 0 1em;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.page--blog .section--detail .detail__btn {
  width: 100%;
}

.page--support .section-tit,
.page--support .block-tit,
.section--detail.support .section-tit,
.section--detail.support .block-tit {
  margin-bottom: 3em;
}
.page--support a,
.section--detail.support a {
  text-decoration: underline;
}
.page--support .detail__btn a,
.page--support .btn a,
.section--detail.support .detail__btn a,
.section--detail.support .btn a {
  text-decoration: none;
}
.page--support .block .block-tit,
.section--detail.support .block .block-tit {
  font-size: 18px;
  padding-bottom: 1em;
  border-bottom: 1px solid;
  margin-bottom: 1em;
}
.page--support .terms-list li,
.section--detail.support .terms-list li {
  margin-bottom: 1em;
}
.page--support .list--support a,
.section--detail.support .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .page--support .list--support a:hover,
  .section--detail.support .list--support a:hover {
    text-decoration: none;
  }
}
.page--support .list--support dt,
.section--detail.support .list--support dt {
  border-bottom: 1px solid;
  line-height: 1.5;
  margin-bottom: 1em;
}
.page--support .list--support dd,
.section--detail.support .list--support dd {
  margin-bottom: 3em;
}
.page--support .list--support .list--indent__item,
.section--detail.support .list--support .list--indent__item {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1em;
}
.page--support .list--support .list--indent__item--digits,
.section--detail.support .list--support .list--indent__item--digits {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.page--support .list--support .list--indent__item .list--indent__item--detail,
.section--detail.support .list--support .list--indent__item .list--indent__item--detail {
  display: block;
  text-indent: -1em;
  padding-left: 2em;
  margin: 0.8em 0;
}
.page--support .supportTable,
.section--detail.support .supportTable {
  display: block;
  text-align: left;
}
.page--support .supportTable *,
.section--detail.support .supportTable * {
  display: block;
}
.page--support .supportTable tr,
.section--detail.support .supportTable tr {
  margin-bottom: 2.5em;
}

.page--faq .block--announce {
  text-align: center;
  margin: 4vw auto 6em;
  border: 1px solid;
  padding: 4em 1em 3em;
}
.page--faq .block--announce .tit {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.page--faq .block--announce .btn--sub {
  min-width: inherit;
  font-size: 14px;
  padding: 15px 3em;
}
.page--faq .searchBox {
  width: 100%;
  max-width: 400px;
  margin: 4vw 0;
  position: relative;
  border: 1px solid;
}
.page--faq .searchBox input[type=text] {
  border-radius: 0;
  width: 100%;
  border: none;
  background: none;
  font-size: 18px;
  padding: 0.5em;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #191919;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .list--tag {
  margin-bottom: 5vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 8px;
}
.page--faq .list--tag li {
  width: -moz-fit-content;
  width: fit-content;
}
.page--faq .list--tag li a {
  display: block;
  line-height: 1;
  text-align: center;
  padding: 0.8em 1.2em;
  border: 1px solid;
  border-radius: 3em;
}
@media (hover: hover) {
  .page--faq .list--tag li a:hover {
    background: #191919;
    color: #fff;
  }
}
.page--faq .tit--category {
  font-weight: bold;
  margin-bottom: 0;
  border-bottom: 1px solid;
  padding-bottom: 1em;
}
.page--faq .tit--category a {
  display: inline-block;
  padding-top: 5em;
}
.page--faq .no-data {
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 4em 0;
}
.page--faq .list--faq,
.page--faq .list--information {
  margin: 0 0 5em;
}
.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 {
  display: block;
  font-size: 16px;
  padding: 32px 0 32px 32px;
  position: relative;
}
.page--faq .list--faq li a::after,
.page--faq .list--information li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  position: absolute;
  left: 0;
  transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
  transform: scaleX(1);
  transform-origin: right;
  bottom: 0;
}
.page--faq .list--faq .txt,
.page--faq .list--information .txt {
  line-height: 1.4;
  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 .icon--q {
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  color: #FAFAFA;
}
.page--faq .list--faq .icon--q:first-letter,
.page--faq .icon--q:first-letter {
  color: #191919;
}
@media screen and (min-width: 961px) {
  .page--faq .section--detail .txt a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}
.page--faq .section--detail .category {
  font-size: 12px;
  margin-left: 0;
  margin-bottom: 1em;
}
.page--faq .section--detail .tit--category {
  border-bottom: none;
}
.page--faq .block--faq-detail {
  padding-bottom: 48px;
  margin-bottom: 80px;
  position: relative;
}
.page--faq .block--faq-detail::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  position: absolute;
  left: 0;
  transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
  transform: scaleX(1);
  transform-origin: right;
  bottom: 0;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--faq-detail dt {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 10px;
  border-bottom: 1px solid #C4C4C4;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 48px;
}
.page--faq .block--faq-detail dt .icon--q {
  font-size: 1.2em;
  line-height: 1.5;
  translate: 0 0;
  position: relative;
}
.page--faq .block--faq-detail dd a:not(.btn--main, .btn--sub) {
  text-decoration: underline;
}
@media (hover: hover) {
  .page--faq .block--faq-detail dd a:not(.btn--main, .btn--sub):hover {
    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 .detail__btn {
  border-top: none;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact .txt {
  margin-bottom: 32px;
}
@media screen and (min-width: 961px) {
  .page--faq .block--contact .txt {
    text-align: center;
  }
}
.page--faq .block--contact p:has(a) {
  width: 90%;
  max-width: 320px;
  margin-inline: auto;
}
.page--faq .block--contact p:has(a) a {
  display: block;
  text-decoration: none !important;
  background: #191919;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 3em;
  padding: 2em 2em 1.8em 2em;
}
.page--faq .block--contact p:has(a) i {
  display: none;
}
@media (hover: hover) {
  .page--faq .block--contact p:has(a):hover a {
    scale: 1.05;
  }
}

.page--questionnaire .content--main article > section {
  max-width: 850px;
  margin-inline: auto;
}
.page--questionnaire .section-tit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 10vw;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .input--half {
    width: 50%;
  }
  .page--questionnaire input[type=email] {
    width: 75%;
  }
}
@media screen and (min-width: 961px) {
  .page--questionnaire .input--quarter {
    width: 25%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .input--quarter {
    width: 30%;
  }
  .page--questionnaire .input--quarter.postal_code {
    width: 75%;
  }
}
.page--questionnaire .content--main article > section {
  position: relative;
  z-index: 2;
}
.page--questionnaire .content--main article > section .ph {
  margin-bottom: 5vw;
}
.page--questionnaire .content--main article > section .tit {
  font-size: 16px;
}
.page--questionnaire .content--main article > section form input:not([type=submit]),
.page--questionnaire .content--main article > section form textarea {
  border-radius: 5px;
}
.page--questionnaire .content--main article > section form .form--post {
  margin: 4em auto;
}
.page--questionnaire .content--main article > section form .form--post dt {
  font-weight: bold;
  border-bottom: 1px solid;
  margin: 2em 0;
  padding-bottom: 0.5em;
}
.page--questionnaire .content--main article > section form .form--post dd {
  margin-bottom: 4em;
}
.page--questionnaire .content--main article > section form .form--post .form__select select {
  cursor: pointer;
  color: #000;
  background: #fff;
}
.page--questionnaire .content--main article > section form .form--post .form__select select option {
  color: #191919;
}
.page--questionnaire .content--main article > section form .btn {
  margin-top: 3em;
}
.page--questionnaire .content--main article > section form .btn + .btn {
  margin-top: 0;
}
.page--questionnaire .content--main article > section form .form--horizontal {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
}
.page--questionnaire .content--main article > section form .icon--required::before {
  content: "必須";
  display: inline-block;
  background: #db3f3f;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 0.3em 0.5em;
  margin-left: 1em;
  border-radius: 3px;
}
.page--questionnaire.confirm form {
  margin-top: 30px;
}
.page--questionnaire.confirm .form--confirm dt {
  font-size: 13px;
  opacity: 0.8;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire.confirm .form--confirm dt {
    opacity: 0.8;
    font-size: 13px;
    margin-bottom: 0.8em;
    font-weight: normal;
  }
}
.page--questionnaire.confirm .form--confirm dd {
  font-size: 16px;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire.confirm .form--confirm dd {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
}
.page--questionnaire.confirm .form--confirm dd .checkbox__item {
  display: inline-block;
}
.page--questionnaire.confirm .form--confirm dd .checkbox__item::after {
  content: " / ";
  display: inline-block;
  margin: 0 0.8em;
}
.page--questionnaire.confirm .form--confirm dd .checkbox__item:last-child::after {
  display: none;
}
.page--questionnaire.confirm .form--confirm dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.page--entry .block--top {
  max-width: 600px;
  width: 60%;
  margin-inline: auto;
}
.page--entry .block--top .txt--sub {
  text-align: center;
  font-size: 1.6em;
  letter-spacing: 0.1em;
}
.page--entry [class^=block--] {
  margin-bottom: 8vw;
}
.page--entry .block--tit {
  text-align: center;
  line-height: 1;
  margin-inline: auto;
  font-size: 1.8em;
  margin-bottom: 48px;
}
.page--entry .list--benefit {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 48px 5%;
}
.page--entry .list--benefit > div {
  width: 47.5%;
  padding-bottom: 48px;
  position: relative;
}
.page--entry .list--benefit > div:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  position: absolute;
  left: 0;
  transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
  transform: scaleX(1);
  transform-origin: right;
  left: 0;
  bottom: 0;
}
.page--entry .list--benefit > div dt {
  font-size: 1.4em;
  margin-bottom: 0;
}
.page--entry .list--payment {
  width: 100%;
  border: 1px solid #C4C4C4;
}
.page--entry .list--payment tr:not(:last-of-type) {
  border-bottom: 1px solid #C4C4C4;
}
.page--entry .list--payment th {
  padding: 24px;
}
.page--entry .list--payment td {
  font-size: 16px;
  padding: 24px;
}
.page--entry .list--payment td .txt--sub {
  font-size: 13px;
}
.page--entry .block--attention {
  background: #ffabab;
  padding: 48px;
}
.page--entry .block--attention > .txt--basic.center {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}
.page--entry .block--attention .bold {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
.page--entry .block--attention .bold + .txt--basic {
  text-align: center;
}
.page--entry .block--attention .bold + .txt--basic em {
  font-weight: bold;
}
.page--entry .block--attention > ul {
  border: 1px solid;
  padding: 8px 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.page--entry .block--attention > ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
.page--entry .block--btn {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 48px 5%;
  margin-bottom: 0;
}
.page--entry .block--btn .block--btn__inner {
  width: 47.5%;
  text-align: center;
  background: #f4f4f4;
  padding: 32px 8px;
  margin-bottom: 0;
}
.page--entry .block--btn .block--btn__inner .txt {
  font-size: 1.2em;
  margin-bottom: 24px;
}
.page--entry .block--btn .block--btn__inner .txt em {
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: #f8ff6d;
  line-height: 1;
}
.page--entry .block--btn .block--btn__inner.hasID .txt em {
  background: #ffacac;
}

.page--birthday-message p.tit {
  margin-bottom: 48px;
}
.page--birthday-message .block--attention {
  background: #f5f5f5;
  font-size: 0.8em;
  border-radius: 8px;
  padding: 2em;
  margin: 48px auto;
}

.page--error .section--detail .section-tit {
  text-align: center;
  font-size: 34px;
  letter-spacing: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 961px) {
  .page--error .section--detail {
    padding-bottom: 0;
  }
  .page--error .section--detail .txt--basic {
    text-align: center;
  }
}

@media (hover: hover) {
  a {
    transition: all 0.2s 0s ease;
  }
  #header #drawer__btn:hover .drawer__btn__item.top {
    top: calc(50% - 8px);
  }
  #header #drawer__btn:hover .drawer__btn__item.btm {
    top: calc(50% + 8px);
  }
  #wrap > h1.logo a:hover {
    opacity: 0.5;
  }
  #header .drawer .list--login a:hover {
    background: #fff;
    color: #6F493F;
  }
  #header .drawer .list--menu__item a:hover {
    opacity: 0.5;
  }
  .drawer-visible #header #drawer__btn:hover .drawer__btn__item.top {
    top: 50%;
    rotate: 13deg;
  }
  .drawer-visible #header #drawer__btn:hover .drawer__btn__item.btm {
    top: 50%;
    rotate: -13deg;
  }
  #header .block--sns .list--sns li a i {
    transition: opacity 0.4s;
  }
  #header .block--sns .list--sns li a:hover i {
    opacity: 0.5;
  }
  .footer .list--sns li a:hover,
  .footer .g-nav__support a:hover {
    opacity: 0.5;
  }
  .list--login li a:hover {
    background: #fff;
    color: #6F493F;
  }
  .list--thumb > li .thumb, .list--thumb .list--item .thumb,
  .list--thumbnail > li .thumb,
  .list--thumbnail .list--item .thumb {
    transition: filter 0.4s;
  }
  .list--thumb > li .tit, .list--thumb > li .date, .list--thumb > li .category, .list--thumb .list--item .tit, .list--thumb .list--item .date, .list--thumb .list--item .category,
  .list--thumbnail > li .tit,
  .list--thumbnail > li .date,
  .list--thumbnail > li .category,
  .list--thumbnail .list--item .tit,
  .list--thumbnail .list--item .date,
  .list--thumbnail .list--item .category {
    transition: color 0.4s;
  }
  .list--thumb > li a:hover .thumb, .list--thumb .list--item a:hover .thumb,
  .list--thumbnail > li a:hover .thumb,
  .list--thumbnail .list--item a:hover .thumb {
    filter: sepia(0.8);
  }
  .list--thumb > li a:hover .tit, .list--thumb > li a:hover .date, .list--thumb > li a:hover .category, .list--thumb .list--item a:hover .tit, .list--thumb .list--item a:hover .date, .list--thumb .list--item a:hover .category,
  .list--thumbnail > li a:hover .tit,
  .list--thumbnail > li a:hover .date,
  .list--thumbnail > li a:hover .category,
  .list--thumbnail .list--item a:hover .tit,
  .list--thumbnail .list--item a:hover .date,
  .list--thumbnail .list--item a:hover .category {
    color: #8c8c8c;
  }
  .list--contents li .thumb {
    transition: filter 0.4s;
  }
  .list--contents li .tit, .list--contents li .date, .list--contents li .category {
    transition: color 0.4s;
  }
  .list--contents li a:hover .thumb {
    filter: sepia(0.8);
  }
  .list--contents li a:hover .tit, .list--contents li a:hover .date, .list--contents li a:hover .category {
    color: #8c8c8c;
  }
  .list--blog > li .thumb {
    transition: filter 0.4s;
  }
  .list--blog > li .tit, .list--blog > li .date, .list--blog > li .category {
    transition: color 0.4s;
  }
  .list--blog > li a:hover .thumb {
    filter: sepia(0.8);
  }
  .list--blog > li a:hover .tit, .list--blog > li a:hover .date, .list--blog > li a:hover .category {
    color: #8c8c8c;
  }
  .list--information > li a::before, .list--information .list--item a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    left: 0;
    transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
    transform: scaleX(1);
    transform-origin: right;
    background: #191919;
    transform: scaleX(0);
    bottom: 0;
    z-index: 2;
  }
  .list--information > li .tit, .list--information > li .date, .list--information > li .category, .list--information .list--item .tit, .list--information .list--item .date, .list--information .list--item .category {
    transition: color 0.4s;
  }
  .list--information > li a:hover::before, .list--information .list--item a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .list--information > li a:hover .tit, .list--information > li a:hover .date, .list--information > li a:hover .category, .list--information .list--item a:hover .tit, .list--information .list--item a:hover .date, .list--information .list--item a:hover .category {
    color: #8c8c8c;
  }
  .list--faq li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    left: 0;
    transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
    transform: scaleX(1);
    transform-origin: right;
    background: #191919;
    transform: scaleX(0);
    bottom: 0;
    z-index: 2;
  }
  .list--faq li a .tit, .list--faq li a .icon--q {
    transition: 0.3s;
  }
  .list--faq li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .list--faq li a:hover .tit, .list--faq li a:hover .icon--q {
    color: #8c8c8c;
  }
  .list--event li.list--item > a:hover {
    background: #191919;
    color: #fff;
  }
  .block--category li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .block--pager li a:hover {
    opacity: 0.5;
  }
  .block--share li a {
    transition: 0.3s;
  }
  .block--share li a:hover {
    opacity: 0.5;
  }
  .list__more a {
    transition: color 0.4s;
  }
  .list__more a::after, .list__more a::before {
    transition: 0.4s;
  }
  .list__more a:hover {
    color: #8c8c8c;
  }
  .list__more a:hover::before, .list__more a:hover::after {
    right: -2px;
  }
  .list__more a:hover::before {
    background: #8c8c8c;
  }
  .list__more a:hover::after {
    border-color: #8c8c8c;
  }
  .detail__btn a {
    transition: color 0.4s;
  }
  .detail__btn a::after, .detail__btn a::before {
    transition: 0.4s;
  }
  .detail__btn a:hover {
    color: #8c8c8c;
  }
  .detail__btn a:hover::before, .detail__btn a:hover::after {
    left: -2px;
  }
  .detail__btn a:hover::before {
    background: #8c8c8c;
  }
  .detail__btn a:hover::after {
    border-color: #8c8c8c;
  }
  .page--home .swiper-initialized .swiper-button-prev,
  .page--home .swiper-initialized .swiper-button-next {
    cursor: pointer;
    transition: opacity 0.4s;
  }
  .page--home .swiper-initialized .swiper-button-prev:hover,
  .page--home .swiper-initialized .swiper-button-next:hover {
    opacity: 0.5;
  }
  .page--home #section--banner {
    padding-right: 2vw;
  }
  .page--home #area--fc section > a .thumb {
    transition: filter 0.4s, background 0.4s;
  }
  .page--home #area--fc section > a:hover .thumb {
    filter: sepia(0.8);
  }
  .page--home #area--fc section > a:hover .thumb--none {
    background: #585757;
  }
  .page--home:has(#area--fc > .section-tit.started) .list__more a {
    color: #191919;
  }
  .page--home:has(#area--fc > .section-tit.started) .list__more a::before {
    background: #191919;
  }
  .page--home:has(#area--fc > .section-tit.started) .list__more a::after {
    border-color: #191919;
  }
  .page--schedule .month-pager a:hover {
    color: #8c8c8c;
  }
  .page--schedule .list--schedule .list__txt a .tit, .page--schedule .list--schedule .list__txt a .date, .page--schedule .list--schedule .list__txt a .category {
    transition: 0.3s;
  }
  .page--schedule .list--schedule .list__txt a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    left: 0;
    transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
    transform: scaleX(1);
    transform-origin: right;
    background: #191919;
    transform: scaleX(0);
    bottom: 0;
    z-index: 2;
  }
  .page--schedule .list--schedule .list__txt a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .page--schedule .list--schedule .list__txt a:hover .tit, .page--schedule .list--schedule .list__txt a:hover .date, .page--schedule .list--schedule .list__txt a:hover .category {
    color: #8c8c8c;
  }
  .page--schedule .list--schedule .list__txt:last-of-type a::before {
    width: 125%;
    left: -25%;
  }
  .page--schedule .list--schedule li:not(:has(.list__txt:nth-child(n+2)))::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    left: 0;
    transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
    transform: scaleX(1);
    transform-origin: right;
    background: #191919;
    transform: scaleX(0);
    bottom: 0;
    z-index: 2;
  }
  .page--schedule .list--schedule li:not(:has(.list__txt:nth-child(n+2))) .list__txt a::before, .page--schedule .list--schedule li:not(:has(.list__txt:nth-child(n+2))) .list__txt a::after {
    display: none;
  }
  .page--schedule .list--schedule li:not(:has(.list__txt:nth-child(n+2))):hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .page--schedule .list--schedule li:not(:has(.list__txt:nth-child(n+2))):hover .tit, .page--schedule .list--schedule li:not(:has(.list__txt:nth-child(n+2))):hover .date, .page--schedule .list--schedule li:not(:has(.list__txt:nth-child(n+2))):hover .category {
    color: #8c8c8c;
  }
  .page--schedule .list--schedule li:not(:has(.no-data)):hover::before {
    display: none !important;
  }
  .page--faq .block--contact .link a:hover {
    color: #191919;
  }
  .page--faq .block--contact .link a:hover::after {
    border-color: #191919;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main,
  .btn--sub {
    font-size: 15px;
    min-width: 300px;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .list--error li {
    font-size: 13px;
  }
  #header .drawer .item__mypage a {
    font-size: 12px;
    padding: 1.3em 1.5em 1.1em 1.8em;
  }
  .page--home #section--heroimg:has(.item__photo) #block--main-visual .logo {
    width: 22vw;
    max-width: 36vh;
    height: 9vw;
    transform: none;
    left: calc(50% - min(11vw, 18vh));
    top: unset;
    bottom: min(8vw, 14vh);
  }
  .page--home #section--heroimg .block__item.item__photo {
    height: 100vh;
    height: 100dvh;
    position: relative;
  }
  .page--home #section--heroimg .block__item.item__photo picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .page--home #section--heroimg .block__item.item__photo picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .page--home #section--heroimg .block__item.item__photo .blur {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    filter: blur(30px);
    scale: 1.2;
  }
  .page--home #section--info .no-data, .page--home #section--info li.no-data,
  .page--home #section--event .no-data,
  .page--home #section--event li.no-data,
  .page--home #section--video .no-data,
  .page--home #section--video li.no-data {
    padding-left: 0;
    margin: -68px 0 -10vw -48px;
  }
  .page--home #section--video li.no-data {
    margin: -68px 0 -10vw calc(-48px - 1vw);
  }
  .page--movie.new-movie.page-movie-detail .section--detail {
    max-width: 1500px;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .section--detail .block--title {
    width: 100%;
    max-width: inherit;
    padding: 0;
  }
  .page--movie .txt {
    margin-bottom: 50px;
  }
  .page--movie .block--player {
    margin: 40px 0 0;
  }
  .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 #191919;
  }
  .page--movie.new-movie.page-movie-detail .block--more_movies {
    padding-top: 6vw;
  }
  .page--movie.new-movie.page-movie-detail .block--more_movies .more_movies_title {
    font-size: 24px;
    margin-bottom: 1em;
  }
  .page--movie.new-movie.page-movie-detail .block--more_movies .list--contents {
    justify-content: space-between;
    gap: 6%;
  }
  .page--movie.new-movie.page-movie-detail .block--more_movies .list--contents li {
    width: 100%;
  }
  .page--movie.new-movie.page-movie-detail .block--more_movies .list--contents li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page--movie.new-movie.page-movie-detail .block--more_movies .list--contents li a .thumb {
    width: 60%;
    padding-right: 5%;
  }
  .page--movie.new-movie.page-movie-detail .block--more_movies .list--contents li a .list__txt {
    width: 60%;
  }
  .page--movie.new-movie.page-movie-detail .inner--wrap .area--more-info .block--tab__main .block--comments {
    padding: 0;
  }
  .page--movie.new-movie.page-movie-detail .inner--wrap .area--more-info .block--tab__main .block--comments .block--post {
    margin: 0 auto 30px;
    width: 100%;
  }
  .page--movie.new-movie.page-movie-detail .inner--wrap .area--more-info .block--tab__main .block--comments div[id^=contents_comment_wrapper] {
    max-height: min(45vw, 800px);
    padding: 20px;
  }
  .page--movie.new-movie.page-movie-detail .inner--wrap .area--more-info .block--tab__main .block--more_movies {
    padding-top: 0;
  }
  .page--movie.new-movie.page-movie-detail .inner--wrap .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    padding-left: 0;
    padding-right: 0;
  }
  .page--movie.new-movie.page-movie-detail .inner--wrap .area--more-info .block--tab > div {
    padding-top: 0;
  }
  .page--faq .searchBox {
    border: none;
    border-bottom: 1px solid;
  }
  .page--faq .section-tit {
    font-size: 1.8em;
    top: 0;
  }
  .page--faq .section--list .block--title {
    padding: 0 1em;
  }
  .page--faq .section--list .block--list {
    padding: 0 1em;
  }
  .page--faq .block--contact .link a:hover {
    color: #191919;
  }
  .page--faq .block--contact .link a:hover::after {
    border-color: #191919;
  }
  .page--faq.page--faq__detail #wrap {
    overflow: visible;
  }
  .page--faq .section--detail .section--inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .page--faq .section--detail .section--inner .block--title {
    position: sticky;
    top: 14vw;
    width: 30%;
  }
  .page--faq .section--detail .section--inner .block--detail {
    width: 60%;
  }
  .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 (min-width: 1500px) {
  .page--home .list--event li.list--item > a {
    margin-right: 14vw;
  }
}
@media (max-aspect-ratio: 1155/730) {
  .page--home #section--heroimg:has(.item__photo) #block--main-visual .logo {
    bottom: calc(50% - 24vw);
  }
}
#header .block--artist-name {
  transition: top 0.3s;
}

@media (max-height: 530px) {
  #header .block--artist-name {
    top: 120px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .btn {
    width: 80%;
    margin-inline: auto;
  }
  .btn--main,
  .btn--sub {
    width: 100%;
    padding: 1.1em 20px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  .btn--main,
  .btn--sub {
    min-width: 40%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-tit {
    font-size: 15px;
  }
  .date, .category {
    font-size: 12px;
  }
  .list--login {
    margin: 8vw 0;
  }
  .list--login > li {
    width: 48%;
  }
  .list--login > li a {
    max-width: 50vw;
    letter-spacing: 0.12em;
    font-size: 14px;
    border-radius: 4em;
    padding: 1em 1.5em 0.8em 1.8em;
  }
  .list--information > li a,
  .list--information .list--item a {
    display: block;
    font-size: 14px;
    padding: 24px 0;
    position: relative;
  }
  .list--information > li a .time,
  .list--information .list--item a .time {
    display: block;
    width: 6em;
  }
  .list--information > li a .category,
  .list--information .list--item a .category {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    font-size: 11px;
    letter-spacing: 0.2em;
    vertical-align: 1px;
    padding-left: 10px;
  }
  .list--information > li a .tit,
  .list--information .list--item a .tit {
    width: 100%;
    line-height: 1.6em;
    letter-spacing: 0.08em;
    padding-right: 0;
    padding-top: 8px;
  }
  .list--information > li.new,
  .list--information .list--item.new {
    position: relative;
  }
  .list--information > li.new::before,
  .list--information .list--item.new::before {
    display: none;
  }
  .list--information > li.new .category,
  .list--information .list--item.new .category {
    position: relative;
  }
  .list--information > li.new .category::before,
  .list--information .list--item.new .category::before {
    content: "NEW";
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.32em;
    letter-spacing: 0.2em;
    font-size: 10px;
    text-align: center;
    line-height: 0;
    border-radius: 50%;
    background: #6F493F;
    color: #fff;
    padding: 12px 10px 10px 13px;
    position: absolute;
    right: -67px;
    top: -7px;
    scale: 0.8;
  }
  .list--thumbnail {
    display: block;
  }
  .list--thumbnail > li,
  .list--thumbnail .list--item {
    width: 100%;
    transform: translateY(5vw);
  }
  .list--thumbnail > li a,
  .list--thumbnail .list--item a {
    display: block;
  }
  .list--thumbnail > li a .date,
  .list--thumbnail > li a .category,
  .list--thumbnail .list--item a .date,
  .list--thumbnail .list--item a .category {
    font-size: 12px;
  }
  .list--thumbnail > li a .category,
  .list--thumbnail .list--item a .category {
    margin-bottom: 10px;
  }
  .list--thumbnail > li a .dotw,
  .list--thumbnail .list--item a .dotw {
    font-size: 10px;
    transform-origin: left bottom;
  }
  .list--thumbnail > li a .tit,
  .list--thumbnail .list--item a .tit {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    position: relative;
  }
  .list--thumbnail > li a .thumb,
  .list--thumbnail .list--item a .thumb {
    position: relative;
    overflow: hidden;
    margin: 0 auto 16px;
    opacity: 0;
  }
  .list--thumbnail > li a .list__txt,
  .list--thumbnail .list--item a .list__txt {
    opacity: 0;
    transition: 0.9s;
  }
  .list--thumbnail > li.started,
  .list--thumbnail .list--item.started {
    transform: translateY(0);
    opacity: 1;
  }
  .list--thumbnail > li.started .thumb,
  .list--thumbnail .list--item.started .thumb {
    opacity: 1;
  }
  .list--thumbnail > li.started .thumb img,
  .list--thumbnail .list--item.started .thumb img {
    transform: scale(1);
  }
  .list--thumbnail > li.started .list__txt,
  .list--thumbnail .list--item.started .list__txt {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
  }
  .list--thumbnail > li.new a::before,
  .list--thumbnail .list--item.new a::before {
    scale: 0.9;
  }
  .list--thumbnail > li.no-data,
  .list--thumbnail .list--item.no-data {
    padding: 10px 0 !important;
    background: none;
  }
  .list--blog {
    gap: 48px 0;
  }
  .list--blog > li,
  .list--blog .list--item {
    width: 100%;
  }
  .list--blog > li a,
  .list--blog .list--item a {
    display: block;
  }
  .list--blog > li a .thumb,
  .list--blog .list--item a .thumb {
    margin: 0 auto 16px;
  }
  .list--blog > li.new a::before,
  .list--blog .list--item.new a::before {
    scale: 0.9;
  }
  .list--discography {
    gap: 8vw 0;
  }
  .list--discography > li,
  .list--discography .list--item {
    width: 100%;
  }
  .list--discography > li a .date,
  .list--discography > li a .category,
  .list--discography .list--item a .date,
  .list--discography .list--item a .category {
    display: block;
    letter-spacing: 0.16em;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .list--discography > li a .category,
  .list--discography .list--item a .category {
    margin-bottom: 10px;
  }
  .list--discography > li a .dotw,
  .list--discography .list--item a .dotw {
    font-size: 10px;
    transform-origin: left bottom;
  }
  .list--discography > li a .tit,
  .list--discography .list--item a .tit {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  .list--discography > li a .list__txt,
  .list--discography .list--item a .list__txt {
    opacity: 0;
    transition: 0.9s;
  }
  .list--discography > li.started,
  .list--discography .list--item.started {
    transform: translateY(0);
    opacity: 1;
  }
  .list--discography > li.started .thumb,
  .list--discography .list--item.started .thumb {
    opacity: 1;
  }
  .list--discography > li.started .thumb img,
  .list--discography .list--item.started .thumb img {
    transform: scale(1);
  }
  .list--discography > li.started .list__txt,
  .list--discography .list--item.started .list__txt {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
  }
  .list--discography > li.new .tit,
  .list--discography .list--item.new .tit {
    padding-right: 4.5em;
  }
  .list--event li.list--item {
    padding: 32px 0 32px 0;
  }
  .list--event li.list--item .tit {
    width: 100%;
    font-size: 16px;
    margin-bottom: 1em;
  }
  .list--event li.list--item dl {
    width: 100%;
    margin-bottom: 24px;
  }
  .list--event li.list--item dl dt {
    width: 6em;
    font-size: 11px;
  }
  .list--event li.list--item dl dd {
    width: calc(100% - 7em);
    font-size: 13px;
  }
  .list--event li.list--item > a {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }
  .list--schedule li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 45px 30px;
    position: relative;
  }
  .list--schedule li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #191919;
    left: 0;
    bottom: 0;
    transform-origin: left;
    transition: 1s;
    transform: scaleX(0);
  }
  .list--schedule li a .date {
    width: 20%;
    font-size: 13px;
  }
  .list--schedule li a .date time {
    display: block;
    overflow: hidden;
  }
  .list--schedule li a .date .dotw {
    display: block;
    font-size: 10px;
    line-height: 1;
    margin-top: 4px;
    overflow: hidden;
  }
  .list--schedule li a .category {
    width: 30%;
    text-align: center;
    padding-right: 13%;
    font-size: 14px;
    overflow: hidden;
  }
  .list--schedule li a .tit {
    width: 50%;
    overflow: hidden;
  }
  .list--profile {
    gap: 32px 5%;
  }
  .list--profile .list__item {
    width: 47.5%;
  }
  .list--profile .list__item a {
    display: block;
  }
  .list--profile .list__item a .thumb {
    margin-bottom: 8px;
  }
  #wrap {
    padding-right: 45px;
  }
  #wrap #header {
    width: 45px;
  }
  #wrap #header .block--artist-name {
    width: 20vh;
    height: 45px;
    top: calc(50% - 4vh);
    right: calc(50% - 10vh);
  }
  #wrap #header .block--artist-name svg {
    width: 20vh;
    max-width: unset;
    min-width: unset;
    height: 45px;
  }
  #wrap #header .block--sns {
    bottom: 4vh;
  }
  #wrap #header .block--sns .list--sns {
    width: 45px;
  }
  #header .drawer {
    width: min(800px, 100vw - 45px);
    padding: 10vw 8vw 0;
  }
  #header .drawer .g-nav {
    padding-top: 0;
  }
  #header .drawer .g-nav .g-nav--menu {
    width: 100%;
    margin-bottom: 16vw;
  }
  #header .drawer .g-nav .g-nav--menu:last-of-type {
    margin-bottom: 8vw;
  }
  #header .drawer .g-nav .g-nav--menu .tit--label {
    font-size: 10px;
    margin-bottom: 8vw;
  }
  #header .drawer .g-nav .g-nav--menu .list--login li a {
    padding: 1.1em 1.5em 0.8em 1.8em;
  }
  #header .drawer .g-nav .g-nav--menu ul:not(.list--login) li a {
    padding: 16px 0;
  }
  #header .drawer .g-nav .g-nav--menu ul:not(.list--login) li a > div {
    top: 18px;
    letter-spacing: 0.01em;
  }
  .drawer-visible {
    overflow: hidden;
  }
  .drawer-visible #header .drawer {
    right: 45px;
    opacity: 1;
    pointer-events: auto;
  }
  .drawer-visible #header .drawer .header__inner .g-nav {
    opacity: 1;
  }
  .footer {
    padding: 12vw 4vw 32vw;
    display: flex;
    flex-wrap: wrap;
  }
  .footer h1.logo {
    width: 43%;
    margin-inline: auto;
  }
  .footer .copyright {
    font-size: 10px;
    text-align: center;
    width: 100%;
    left: 0;
  }
  .footer .block--nav {
    width: 100%;
  }
  .footer .block--nav .list--sns {
    margin: 4vw auto 16vw;
    gap: 0 1.5em;
  }
  .footer .block--nav .list--sns li a {
    display: block;
    text-align: center;
  }
  .footer .block--nav .list--sns li a i {
    margin-right: 0;
  }
  .footer .nav--footer {
    flex-wrap: wrap;
    margin: 0;
    gap: 0;
  }
  .footer .nav--footer .g-nav__support:first-of-type {
    margin-bottom: 16px;
  }
  .footer .nav--footer ul {
    width: 100%;
  }
  .footer .nav--footer ul li {
    margin-bottom: 0;
  }
  .footer .nav--footer ul li a {
    display: block;
    padding: 8px 0;
  }
  .block--pager {
    text-align: center;
    font-size: 14px;
    margin: 16vw auto 10vw;
  }
  .block--pager li {
    margin: 0 6px;
  }
  .section--detail .block--pager {
    text-align: center;
    margin: 20vw auto 10vw;
  }
  .list--thumbnail .list--item a .date {
    font-size: 12px;
  }
  .list--thumbnail .list--item a .tit {
    font-size: 15px;
  }
  .list--thumbnail .list--item a .dotw {
    transform: scale(0.9);
  }
  .list--thumbnail .list--item a .thumb {
    margin: 12vw auto 8vw;
  }
  .list--schedule li a .tit {
    font-size: 14px;
  }
  .list--schedule li a .date {
    font-size: 17px;
  }
  .list--schedule li a .date .dotw {
    font-size: 12px;
  }
  .list--sns {
    justify-content: center;
  }
  .section--list,
  .section--detail {
    padding: 0 12% 15vw;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 15vw;
  }
  .section--list .date,
  .section--detail .date {
    margin-bottom: 5px;
  }
  .section--list .detail__btn,
  .section--detail .detail__btn {
    font-size: 4vw;
    left: 0;
    margin-top: 20px;
    margin-bottom: 2vw;
  }
  .section--detail {
    padding-left: 6%;
    padding-right: 6%;
  }
  .section--list {
    position: relative;
    z-index: 1;
    margin-inline: auto;
  }
  .section--list .section-tit {
    top: 0;
  }
  .section--list .block--title {
    margin-bottom: 4vw;
  }
  .section--list .block--category {
    font-size: 10px;
    gap: 1em 2em;
    margin-bottom: 10vw;
  }
  .section--list .list--thumbnail {
    gap: 24vw 12.5%;
  }
  .section--list .list--thumbnail > li,
  .section--list .list--thumbnail > .list--item {
    width: 100%;
    margin-bottom: 16vw;
  }
  .section--detail .tit {
    font-size: 14px;
    line-height: 1.5;
  }
  .section--detail .detail__btn {
    padding-top: 0;
    margin-top: 10vw;
    left: 0;
    position: relative;
  }
  .section--detail .detail__btn a {
    font-size: 13px;
  }
  .section--detail .block--share li.share {
    font-size: 10px;
  }
  .list__more a {
    padding: 1em 2.2em 1em 1em;
    font-size: 12px;
  }
  .detail__btn a {
    font-size: 12px;
  }
  .list__more {
    text-align: right;
    margin-top: 10vw;
    position: relative;
    right: -4vw;
  }
  .page--home #wrap::before {
    background-size: 230px;
  }
  .page--home #section--heroimg #block--main-visual .logo {
    width: 50vw;
    height: 18vw;
  }
  .page--home #section--heroimg #block--main-visual .block__item.item__movie iframe {
    width: 110%;
    height: 110%;
  }
  .page--home #section--heroimg #block--main-visual .block__item.item__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    height: 100dvh;
    background: #191919;
  }
  .page--home #section--heroimg #block--main-visual .block__item.item__photo picture {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    height: 100dvh;
    position: relative;
    z-index: 1;
  }
  .page--home #section--heroimg #block--main-visual .block__item.item__photo img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .page--home #section--heroimg #block--main-visual .block__item.item__photo img.blur {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    scale: 1.2;
    filter: blur(16px);
    z-index: 0;
  }
  .page--home #section--heroimg #block--main-visual:has(.block__item.item__photo) .logo {
    display: none;
  }
  .page--home #section--heroimg #block--main-visual:has(.block__item.item__photo) + .block--login {
    bottom: unset;
    top: calc(50dvh + 47vw);
    gap: 0 3%;
  }
  .page--home #section--heroimg #block--main-visual:has(.block__item.item__photo) + .block--login .list--login {
    margin-top: 0;
  }
  .page--home #section--heroimg #block--main-visual:has(.block__item.item__photo) + .block--login .list--login li {
    width: 40%;
    max-width: 160px;
  }
  .page--home #section--heroimg #block--main-visual:has(.block__item.item__photo) + .block--login .list--login li a {
    font-size: clamp(11px, 2.2vw, 16px);
    background: rgba(0, 0, 0, 0.3);
    padding: 0.6em 0.8em;
  }
  .page--home #section--heroimg #block--main-visual:has(.block__item.item__photo) + .block--login .block-tit {
    display: none;
    margin-bottom: 8px;
  }
  .page--home #section--heroimg .block--login {
    width: 80%;
    left: 50%;
    bottom: 10vw;
    text-align: center;
    transform: translateX(-50%);
  }
  .page--home #section--heroimg .block--login .block-tit {
    font-size: 10px;
    margin-bottom: 16px;
  }
  .page--home #section--heroimg .block--login .list--login {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .page--home #section--heroimg .block--login .list--login li a {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.1215686275);
  }
  .page--home #section--banner {
    padding: 4vw 2vw 0 4vw;
  }
  .page--home section.block--section {
    padding: 22vw 0 24vw 4vw;
  }
  .page--home section.block--section::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #343434;
    transform-origin: right;
    transform: scaleX(1);
    transition: transform 0.8s cubic-bezier(0.52, 0.19, 0.4, 0.96);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .page--home section.block--section .section-tit {
    width: auto;
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  .page--home section.block--section > ul {
    width: 100%;
    padding-right: 4vw;
    top: 0;
  }
  .page--home section.block--section .list__more {
    margin-top: 0;
    position: absolute;
    bottom: unset;
    left: unset;
    right: 4vw;
    top: calc(22vw - 9px);
  }
  .page--home #section--event .list--event li:last-of-type {
    padding-bottom: 0;
  }
  .page--home #section--event .list--event li.new::before {
    display: none;
  }
  .page--home #section--event .list--event li.new .tit {
    position: relative;
  }
  .page--home #section--event .list--event li.new .tit::after {
    content: "NEW";
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.32em;
    letter-spacing: 0.2em;
    font-size: 10px;
    text-align: center;
    line-height: 0;
    border-radius: 50%;
    background: #6F493F;
    color: #fff;
    padding: 12px 10px 10px 13px;
    position: relative;
    left: 5px;
    top: -3px;
    scale: 0.8;
  }
  .page--home #section--video {
    padding-right: 0;
  }
  .page--home #section--video .thumb {
    margin-bottom: 24px;
  }
  .page--home #section--video .list__more {
    bottom: unset;
  }
  .page--home #section--video .list--thumbnail li {
    width: 100%;
  }
  .page--home #section--profile {
    padding-right: 0;
  }
  .page--home #section--profile .list__more {
    bottom: unset;
  }
  .page--home #area--fc {
    padding: 24vw 4vw 24vw 4vw;
  }
  .page--home #area--fc > .section-tit {
    font-size: 5vw;
    margin-bottom: 12vw;
  }
  .page--home #area--fc .list__more {
    top: 44px;
  }
  .page--home #area--fc section .section-tit {
    font-size: 4.5vw;
    margin-bottom: 24px;
  }
  .page--home #area--fc section a .thumb {
    margin-bottom: 16px;
  }
  .page--home #area--fc section a .date {
    top: -35px;
  }
  .page--home #area--fc section#section--blog > a {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .page--home #area--fc section#section--blog > a .name {
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 4px 1px;
  }
  .page--home #area--fc section.new::before {
    left: -13px;
    top: -9px;
    scale: 0.9;
  }
  .page--home #area--fc .area--fc--body {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 5%;
  }
  .page--home #area--fc .block--section {
    width: 100%;
    padding: 56px 0;
  }
  .page--home #area--fc .block--section::after {
    display: block;
  }
  .page--home:has(#area--fc > .section-tit.started) {
    background: #8c8c8c;
    color: #fff;
  }
  .page--home:has(#area--fc > .section-tit.started) #wrap::before {
    opacity: 0.15;
  }
  .page--home .footer {
    position: relative;
  }
  :where(body:not(.page--home)) #wrap {
    padding-bottom: min(20vw, 80px);
  }
  :where(body:not(.page--home)) #wrap > h1.logo {
    width: 20%;
    top: 8vw;
    left: 7vw;
  }
  :where(body:not(.page--home)) #wrap .content--main {
    padding: 24vw 0 0;
  }
  :where(body:not(.page--home)) #wrap .footer {
    display: block;
    height: auto;
    padding: 0 45px 0 0;
    bottom: 30px;
  }
  :where(body:not(.page--home)) #wrap .footer .copyright {
    letter-spacing: 0.05em;
    margin-top: 0;
  }
  :where(body:not(.page--home)) .section--list {
    padding: 0 6% 16vw;
  }
  :where(body:not(.page--home)) .section--list .section-tit {
    font-size: 7vw;
    font-weight: normal;
  }
  :where(body:not(.page--home)) .section--list .block--category {
    width: 100%;
    font-size: 11px;
  }
  :where(body:not(.page--home)) .section--list .block--category li a::after {
    width: 1.8em;
    bottom: 3px;
    right: -1.8em;
  }
  :where(body:not(.page--home)) .section--detail .tit {
    font-size: 16px;
  }
  :where(body:not(.page--home)) .list--thumbnail {
    gap: 48px 0;
  }
  :where(body:not(.page--home)) .list--thumbnail > li {
    width: 100%;
  }
  .page--info .section--list .block--category {
    margin-top: 0;
    margin-bottom: 8vw;
  }
  .page--info .section--detail .section--detail--body {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .page--info .section--detail .block--share {
    justify-content: center;
    gap: 0 1.4em;
    width: 100%;
    order: 4;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 24px;
    margin: 0 auto;
  }
  .page--info .section--detail .block--share li {
    margin-right: 0;
  }
  .page--info .section--detail .block--share::before {
    position: absolute;
    top: 0;
    margin: 0;
  }
  .page--info .section--detail .block--share::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    left: 0;
    transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
    transform: scaleX(1);
    transform-origin: right;
    bottom: 0;
  }
  .page--info .section--detail .detail__btn {
    order: 5;
    width: 100%;
    margin-top: 16px;
  }
  .page--live .section--list .list--event {
    gap: 0 10%;
  }
  .page--live .section--list .list--event .tit {
    width: 100%;
    padding-top: 0;
    margin-bottom: 24px;
  }
  .page--live .section--list .list--event dl {
    gap: 0;
    width: 100%;
  }
  .page--live .section--list .list--event dl dt {
    width: 100%;
    font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.32em;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-bottom: 2px;
    transform-origin: left;
    scale: 0.9;
  }
  .page--live .section--list .list--event dl dd {
    width: 100%;
    padding-left: 0;
    margin-bottom: 16px;
  }
  .page--live .section--list .list--event dl dd:last-of-type {
    margin-bottom: 0;
  }
  .page--live .section--list .list--event dl dd .dotw {
    font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.32em;
  }
  .page--live h2.tit {
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 32px;
  }
  .page--live .block--liveinfo > div {
    flex-wrap: wrap;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .page--live .block--liveinfo > div dt {
    width: 100%;
    font-size: 12px;
  }
  .page--live .block--liveinfo > div dd {
    width: 100%;
  }
  .page--schedule .block--month {
    width: 100%;
    position: relative;
  }
  .page--schedule .block--month .tit {
    font-size: 8vw;
  }
  .page--schedule .block--month .tit span {
    font-size: 3.2vw;
  }
  .page--schedule .block--month .month-pager {
    justify-content: flex-start;
    gap: 0 16px;
    width: 100%;
    margin-top: 0.1em;
    position: relative;
    left: 0;
    top: 16px;
  }
  .page--schedule .block--month .month-pager > li {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    transition: 0.4s;
  }
  .page--schedule .block--month .month-pager > li a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 11px;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .page--schedule .block--month .month-pager > li.month-pager--prev a::after {
    height: 12px;
    top: 0px;
    right: -9px;
  }
  .page--schedule .block--category {
    margin-top: 18vw;
    margin-bottom: 8vw;
    padding: 0;
  }
  .page--schedule .block--category .list--sort {
    gap: 1em 0.5em;
  }
  .page--schedule .block--category .list--sort::before {
    font-size: 10px;
    top: -2.5em;
    left: 0;
  }
  .page--schedule .block--category .list--sort li span.category {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .page--schedule .section--list {
    display: block;
  }
  .page--schedule .section--list .section-tit {
    margin-bottom: 8vw;
  }
  .page--schedule .section--list .list--schedule {
    margin: 0;
  }
  .page--schedule .section--list .list--schedule li {
    flex-wrap: wrap;
    padding: 24px 0;
  }
  .page--schedule .section--list .list--schedule li .block--tit {
    width: 100%;
  }
  .page--schedule .section--list .list--schedule li .block--time {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 0;
  }
  .page--schedule .section--list .list--schedule li .block--time .date {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.1em;
    margin-bottom: 0;
  }
  .page--schedule .section--list .list--schedule li .block--time .dotw {
    font-size: 10px;
    top: -2px;
    left: -3px;
  }
  .page--schedule .section--list .list--schedule li.no-data {
    font-size: 12px;
  }
  .page--schedule .section--list .list--schedule li.no-data:after {
    display: none;
  }
  .page--schedule .section--list .list--schedule li.item__visible:last-child::after {
    display: none;
  }
  .page--schedule .section--list .list--schedule li a {
    width: 100%;
    position: relative;
    left: 0;
    padding: 16px 0 16px 0;
    display: block;
  }
  .page--schedule .section--list .list--schedule li a::after {
    width: 100%;
    left: 0;
    border-bottom: 1px dashed #C4C4C4;
    background: none;
  }
  .page--schedule .section--list .list--schedule li a .tit {
    width: 100%;
  }
  .page--schedule .section--list .list--schedule li a .category {
    width: 100%;
    font-size: 11px;
    margin-bottom: 0;
    text-align: left;
  }
  .page--info.category-9 .section--detail .tit {
    margin-top: 4px;
  }
  .page--info.category-9 .section--detail .date {
    margin-bottom: 16px;
  }
  .page--info.category-9 .section--detail .category {
    display: block;
    width: 100%;
    font-size: 13px;
    padding-left: 0;
    top: 0;
    line-height: 1;
  }
  .page--profile.page--profile__detail .section--detail .block--thumb {
    width: 100%;
    padding-right: 0;
    margin: 0 auto 32px;
    font-weight: normal;
  }
  .page--profile.page--profile__detail .section--detail .block--txt {
    width: 100%;
    position: relative;
  }
  .page--profile.page--profile__detail .section--detail .block--txt h2 {
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .page--profile.page--profile__detail .section--detail .block--txt h2 + .txt--sub {
    text-align: center;
    letter-spacing: 0.3em;
    font-size: 10px;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .page--profile.page--profile__detail .section--detail .block--txt dl {
    display: block;
    position: relative;
    text-align: center;
  }
  .page--profile.page--profile__detail .section--detail .block--txt dl dt {
    font-size: 10px;
    transform: none;
  }
  .page--profile.page--profile__detail .section--detail .block--txt dl dd {
    margin-bottom: 24px;
  }
  .page--profile.page--profile__detail .section--detail .block--txt .list--sns {
    padding-bottom: 32px;
  }
  .page--profile.page--profile__detail .section--detail .block--txt .list--sns li a {
    display: block;
  }
  .page--profile.page--profile__detail .section--detail .block--txt .list--sns li i {
    font-size: 18px;
  }
  .page--profile.page--profile__detail .section--detail .block--txt .list--sns::before {
    font-size: 10px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
  }
  .page--profile.page--profile__detail .section--detail .block--txt .detail__btn {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .page--profile.page--profile__detail .section--detail .block--txt .btn {
    margin-top: 32px;
  }
  .page--movie {
    overflow-x: hidden;
  }
  .page--movie .wrap {
    overflow: visible;
  }
  .page--movie .section--list .list--thumbnail .list--item a .thumb {
    margin: 4vw auto 8vw;
  }
  .page--movie .section--list .block--category-list .list--contents li {
    width: 100%;
  }
  .page--movie.new-movie.page-movie-detail {
    padding-top: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--inner {
    padding: 0 12vw;
  }
  .page--movie.new-movie.page-movie-detail .section--inner .block--title {
    padding: 0;
    margin: 6vw 0 3vw;
    border: none;
  }
  .page--movie.new-movie.page-movie-detail .section--detail {
    padding: 0 6%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--title {
    margin-bottom: 10vw;
    padding: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--title + .txt--basic {
    padding: 0 10%;
    margin-top: -5vw;
    margin-bottom: 10vw;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie {
    top: 0;
    margin: 0;
    background: #FAFAFA;
    width: 100%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
    background: #191919;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js.vjs-fullscreen .vjs-control-bar {
    width: 94%;
    margin-inline: auto;
    bottom: 3em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js.vjs-fullscreen .vjs-poster {
    background-size: contain !important;
  }
  .page--movie.new-movie.page-movie-detail .section--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 .section--detail .area--movie .block--player .vjs-big-play-centered .vjs-big-play-button {
    margin-top: -1em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-play-control {
    position: absolute;
    top: calc(((100vw - 45px) * 0.88 * 9 / 16 - 12vw) / -2);
    left: calc(50% - 7.25vw);
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-play-control > .vjs-icon-placeholder:before {
    line-height: 1.45 !important;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js.vjs-fullscreen.vjs-user-inactive {
    position: fixed;
    top: 50%;
    left: 42.75%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js.vjs-fullscreen .vjs-play-control {
    top: calc((-100vh + 14vw) / 2 + 7.25vw);
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab > div {
    font-size: 13px;
    padding: 20px 0 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab > div .rotating-characters__item {
    letter-spacing: 0.03em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main {
    width: 100%;
    padding-top: 0;
    margin-inline: auto;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
    display: block;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    width: 100%;
    margin-bottom: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .tit {
    font-size: 12px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    width: 40%;
    padding-right: 0;
    margin-right: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
    width: 60%;
    padding-right: 0;
    margin-right: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
    font-size: 12px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .date {
    font-size: 10px;
    margin-bottom: 0;
    opacity: 1;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .block--post {
    margin-bottom: 20px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments div[id^=contents_comment_wrapper] {
    max-height: 90vw;
    border-radius: 20px;
    padding: 20px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
    padding: 15px 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main #comment_pop.is-active {
    transform: translateY(40px);
  }
  .page--movie.new-movie.page-movie-detail .block--more_movies .more_movies_title {
    color: #191919;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0;
    margin: 12vw 0 4vw;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit {
    padding: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .tit {
    font-size: 1.2em;
    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 .block--more_movie {
    padding-top: 10vw;
  }
  .body--app.page--movie.new-movie.page-movie-detail .section--detail {
    margin-top: 0;
  }
  .body--app.page--movie.new-movie.page-movie-detail .section--detail .area--movie {
    padding-top: 0;
    margin-top: 0;
  }
  .page--disco .list--discography > li {
    width: 100%;
  }
  .page--disco .list--discography > li .thumb {
    overflow: clip;
    position: relative;
    margin-bottom: 16px;
  }
  .page--disco .section--detail h3.tit {
    font-size: 1.5em;
  }
  .page--disco .section--detail .category {
    padding-left: 1em;
  }
  .page--disco .section--detail .area--disco-detail {
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .page--disco .section--detail .area--disco-detail .block--jacket {
    width: 100%;
    position: relative;
    top: 0;
    padding-right: 0;
    padding-top: 32px;
    margin-bottom: 32px;
  }
  .page--disco .section--detail .area--disco-detail .block--jacket::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    left: 0;
    transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
    transform: scaleX(1);
    transform-origin: right;
    top: 0;
  }
  .page--disco .section--detail .area--disco-detail .block--detail {
    width: 100%;
  }
  .page--disco .section--detail .area--disco-detail .block--detail .block--comment {
    position: relative;
    margin-bottom: 48px;
  }
  .page--disco .section--detail .area--disco-detail .detail__btn {
    position: relative;
    padding-top: 24px;
    margin-top: 0;
    left: 0;
  }
  .page--disco .section--detail .area--disco-detail .detail__btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    left: 0;
    transition: 0.4s transform cubic-bezier(0.52, 0.19, 0.4, 0.96);
    transform: scaleX(1);
    transform-origin: right;
    top: 0;
  }
  .section--detail.support {
    padding-left: 4%;
    padding-right: 4%;
  }
  .page--entry .block--top {
    width: 80%;
  }
  .page--entry .block--top .txt--sub {
    font-size: 1.4em;
  }
  .page--entry [class^=block--] {
    margin-bottom: 24vw;
  }
  .page--entry .block--tit {
    font-size: 1.6em;
    line-height: 1;
    margin-bottom: 32px;
  }
  .page--entry .list--benefit {
    gap: 24px 0;
  }
  .page--entry .list--benefit > div {
    width: 100%;
    padding-bottom: 24px;
  }
  .page--entry .list--benefit > div dt {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 8px;
  }
  .page--entry .list--payment {
    display: block;
    width: 100%;
    border: none;
  }
  .page--entry .list--payment tbody, .page--entry .list--payment tr, .page--entry .list--payment th, .page--entry .list--payment td {
    display: block;
  }
  .page--entry .list--payment tr {
    padding: 24px 0;
    border: none !important;
  }
  .page--entry .list--payment tr:first-of-type {
    padding-top: 0;
  }
  .page--entry .list--payment th {
    text-align: left;
    padding: 0 0 8px;
    border-bottom: 1px solid #C4C4C4;
  }
  .page--entry .list--payment td {
    padding: 8px 0 0;
  }
  .page--entry .list--payment td .txt--sub {
    font-size: 13px;
  }
  .page--entry .block--attention {
    padding: 5vw;
    margin-bottom: 8vw;
  }
  .page--entry .block--attention > .txt--basic {
    font-size: 1em;
  }
  .page--entry .block--attention .txt--basic.center {
    font-size: 1.5em;
  }
  .page--entry .block--attention .bold {
    letter-spacing: 0;
  }
  .page--entry .block--attention .bold + .txt--basic {
    font-size: 1em;
  }
  .page--entry .block--attention > ul {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .page--entry .block--attention > ul li {
    text-indent: -0.5em;
    padding-left: 0.5em;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.4;
  }
  .page--entry .block--btn {
    gap: 24px 0;
    margin-bottom: 0;
  }
  .page--entry .block--btn .block--btn__inner {
    width: 100%;
    margin-bottom: 0;
  }
  .page--entry .block--btn .block--btn__inner .txt {
    font-size: 1.3em;
    margin-bottom: 24px;
  }
  .page--entry .block--btn .block--btn__inner .txt em {
    font-size: 1.1em;
  }
  .page--faq .searchBox input[type=text] {
    font-size: 16px;
  }
  .page--faq .block--announce {
    background: #eee;
    padding: 2em 2em 1em;
    text-align: left;
    font-size: 13px;
    margin: 0 auto 4em;
  }
  .page--faq .block--announce .tit {
    font-size: 1em;
    text-align: center;
  }
  .page--faq .block--announce .btn--sub {
    font-size: 13px;
  }
  .page--faq .list--tag {
    gap: 8px 3px;
    margin: 32px auto;
  }
  .page--faq .list--tag li a {
    font-size: 12px;
    letter-spacing: 0;
    padding: 0.5em 0.8em;
  }
  .page--faq .list--faq,
  .page--faq .list--information {
    margin-bottom: 16vw;
  }
  .page--faq .list--faq li a,
  .page--faq .list--information li a {
    padding: 24px 0 24px 24px;
  }
  .page--faq .list--faq li a .icon--q,
  .page--faq .list--information li a .icon--q {
    font-size: 14px;
    top: 35px;
    left: 0;
  }
  .page--faq .list--faq li a .tit,
  .page--faq .list--information li a .tit {
    font-size: 15px;
    margin-top: 0;
    line-height: 1.6em;
  }
  .page--faq .list--information li a .icon--q {
    top: 1.9em;
    left: 0;
  }
  .page--faq .block--more-faq .list--faq li a {
    line-height: 1.4;
  }
  .page--faq .section--detail dt .icon--q {
    font-size: 1.1em;
    line-height: 1.5;
  }
  .page--faq .section--detail .block--faq-detail {
    padding-bottom: 32px;
    margin-bottom: 64px;
  }
  .page--faq .section--detail .block--faq-detail dt {
    margin-bottom: 32px;
  }
  .page--faq .searchBox {
    width: 100%;
    margin: 3em auto 0;
    border: none;
    border-bottom: 1px solid;
  }
  .page--questionnaire .tit {
    font-size: 15px;
  }
  .page--questionnaire .content--main article > section {
    padding-left: 6%;
    padding-right: 6%;
  }
  .page--questionnaire .content--main article > section form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .content--main article > section form .input--quarter {
    width: 30% !important;
  }
  .page--questionnaire .content--main article > section form .icon--required::before {
    vertical-align: inherit;
  }
  .page--error .section--detail .block--title {
    margin-bottom: 25vw;
  }
  .page--error .section--detail .section-tit {
    font-size: 4vw;
    font-weight: 700;
    padding-left: 0.6em;
  }
  .page--error .section--detail .section-tit.txt--large {
    font-size: 40vw;
    letter-spacing: -0.05em;
    margin-bottom: 0;
  }
  .page--error .section--detail .txt--basic {
    margin-bottom: 15vw;
  }
}
@media (min-aspect-ratio: 375/483) {
  .page--home #section--heroimg #block--main-visual:has(.block__item.item__photo) + .block--login {
    top: unset;
    bottom: 10vh;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  body,
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-size: 16px;
  }
  .tit {
    font-size: 18px;
  }
  .date {
    font-size: 14px;
  }
  .btn--main,
  .btn--sub {
    max-width: 350px;
  }
  #header .drawer__btn {
    font-size: 15px;
  }
  #header .drawer .header__inner .g-nav {
    font-size: 14px;
  }
  #header .drawer {
    padding: 8vw 16vw 0;
  }
  #header .drawer .g-nav .g-nav--menu ul:not(.list--login) li a {
    font-size: 24px;
    padding: 24px 0;
  }
  #header .drawer .g-nav .g-nav--menu ul:not(.list--login) li a span {
    width: 28px;
    top: calc(50% - 26px);
  }
  #header .drawer .g-nav .g-nav--menu ul:not(.list--login) li a span::before {
    font-size: 14px;
  }
  #header .drawer .g-nav .g-nav--menu ul:not(.list--login) li a > div {
    top: 26px;
    font-size: 12px;
  }
  #header .drawer .g-nav .g-nav--menu ul:not(.list--login) li.item--long a span {
    top: calc(50% - 39px);
  }
  .list--thumbnail .list--item a .date,
  .list--thumbnail .list--item a .category {
    font-size: 14px;
  }
  .list--thumbnail .list--item a .dotw {
    font-size: 13px;
  }
  .list--thumbnail .list--item a .tit {
    font-size: 15px;
  }
  .list--schedule li a .date {
    font-size: 22px;
  }
  .list--schedule li a .category {
    font-size: 14px;
  }
  .list--schedule li a .tit {
    font-size: 16px;
    margin-top: 0.5em;
  }
  .list__more a,
  .detail__btn a {
    font-size: 14px;
  }
  .page--home #section--banner {
    padding: 8vw 0 0vw 8vw;
  }
  .page--home #section--banner .block--banner-swiper:not(:has(li:nth-child(n+2))) {
    padding-right: 8vw;
  }
  .page--home section.block--section {
    padding: 13vw 0 15vw 8vw;
  }
  .page--home section.block--section > ul {
    padding-right: 8vw;
  }
  .page--home section.block--section .section-tit {
    font-size: min(5vw, 26px);
    margin-bottom: 8vw;
  }
  .page--home section.block--section .list__more {
    right: 8vw;
    top: calc(12vw - 9px);
  }
  .page--home #area--fc {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .page--home .footer {
    padding: 4vw 10vw 32vw;
  }
  .page--home .footer .nav--footer ul {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page--home .footer h1.logo {
    width: 30%;
  }
  .page--home .footer .block--nav .list--sns {
    margin-bottom: 8vw;
  }
  .page--home .footer .block--nav .list--sns i {
    font-size: 24px;
  }
  .block--pager {
    margin-top: 10vw;
  }
  .section--list .section-tit,
  .section--list .block-tit,
  .section--detail .section-tit,
  .section--detail .block-tit {
    font-size: 22px;
  }
  .section--list .section-tit {
    font-size: 5vw;
    margin-bottom: 8vw;
  }
  .section--list .block--category {
    font-size: 13px;
    margin: 0 0 8vw;
  }
  .section--list .list--thumbnail {
    gap: 25vw 15%;
  }
  .section--list .list--thumbnail .list--item {
    width: 42%;
  }
  .section--list .list--thumbnail .list--item a .thumb {
    margin: 6vw auto;
  }
  .section--detail {
    padding-left: 8%;
    padding-right: 8%;
  }
  .section--detail .tit {
    font-size: 18px;
  }
  .section--detail .txt {
    font-size: 16px;
  }
  .section--detail .block--share li i {
    font-size: 24px;
  }
  .section--detail.new .tit::after {
    font-size: 0.8em;
  }
  .section--detail .detail__btn a {
    font-size: 16px;
  }
  :where(body:not(.page--home)) #wrap > h1.logo {
    width: 13%;
  }
  :where(body:not(.page--home)) #wrap .section--list {
    padding: 0 8% 0;
  }
  .page--info .section--list .block--category {
    margin: 0vw 0 12vw;
  }
  .page--info .section--detail .section--inner {
    display: block;
  }
  .page--info .section--detail .section--inner .block--title {
    width: 100%;
    position: relative;
  }
  .page--info .section--detail .section--inner .txt {
    width: 100%;
    font-size: 16px;
  }
  .page--info .section--detail .section--inner .date {
    font-size: 16px;
  }
  .page--info .section--detail .block--share::before {
    top: -2px;
  }
  .page--schedule .block--title .block--category .list--sort li span {
    font-size: 15px;
  }
  .page--schedule .section--list .block--category {
    margin: 4em 0 8vw;
  }
  .page--schedule .block--month .month-pager {
    justify-content: flex-end;
    margin-top: 0.1em;
    position: absolute;
    left: 0;
    top: 27px;
  }
  .page--schedule .block--month .tit {
    font-size: 3.5em;
  }
  .page--schedule .block--month .tit span {
    font-size: 0.25em;
  }
  .page--schedule .section--list .block--list .list--schedule li .category {
    font-size: 14px;
  }
  .page--schedule .section--list .block--list .list--schedule li .date {
    font-size: 22px;
  }
  .page--schedule .section--list .block--list .list--schedule li .date .dotw {
    font-size: 11px;
  }
  .page--schedule .section--list .block--list .list--schedule li .date + div {
    padding: 50px 0 20px;
  }
  .page--schedule .section--list .block--list .list--schedule li a .tit {
    font-size: 18px;
  }
  .page--schedule .section--list .block--list .list--schedule li .list__txt:last-of-type a {
    padding-bottom: 45px;
  }
  .page--profile .list--profile {
    gap: 48px 5%;
    font-size: 20px;
  }
  .page--profile .list--profile .thumb {
    margin-bottom: 16px;
  }
  .page--profile.page--profile__detail .section--detail .block--thumb {
    width: 100%;
    margin: 0 0 48px;
  }
  .page--profile.page--profile__detail .section--detail .block--txt h2 {
    font-size: 4vw;
  }
  .page--profile.page--profile__detail .section--detail .block--txt h2 + .txt--sub {
    font-size: 14px;
    margin-top: 0;
  }
  .page--profile.page--profile__detail .section--detail .block--txt dl dt {
    font-size: 13px;
  }
  .page--profile.page--profile__detail .section--detail .block--txt dl dd {
    font-size: 3vw;
  }
  .page--profile.page--profile__detail .section--detail .block--txt .list--sns li i {
    font-size: 24px;
  }
  .page--movie.new-movie.page-movie-detail .list--contents li {
    margin-bottom: 1.5em;
  }
  .page--movie.new-movie.page-movie-detail .list--contents li a .thumb {
    width: 30%;
  }
  .page--movie.new-movie.page-movie-detail .list--contents li a .list__txt {
    width: 70%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab > div {
    font-size: 13px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .txt {
    font-size: 15px;
  }
  .page--movie.new-movie.page-movie-detail .list--comment .comment__item .btn.btn--report a {
    font-size: 12px;
  }
  .page--faq .list--tag li a {
    font-size: 16px;
  }
  .page--support.section--detail .section-tit {
    font-size: 30px !important;
  }
  .page--support.section--detail .list--support dd {
    font-size: 19px;
  }
  .page--support.section--detail .list--support dd {
    font-size: 16px;
  }
}