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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

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

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

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  a {
    cursor: pointer;
  }
}

.list--contents li.no-data {
  width: 100% !important;
}

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

.detail__btn,
.list__more,
.block--pager {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 16px;
}
.detail__btn a,
.list__more a,
.block--pager a {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 16px;
}

.block--form dt {
  margin: 1.5em 0 0.5em;
}
.block--form dd {
  margin: 0 0 1em;
}

.form--post dd input[type=text],
.form--post dd input[type=number],
.form--post dd input[type=email],
.form--post dd input[type=tel] {
  border: 1px solid #272727;
}

.block--pager {
  text-align: center;
  position: relative;
}
.block--pager li {
  display: inline-block;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 20px;
  position: relative;
}
.block--pager li a {
  display: block;
  text-decoration: none;
  position: relative;
  color: inherit;
}
.block--pager li span {
  display: block;
}
.block--pager .pager__item--newer svg,
.block--pager .pager__item--older svg {
  display: inline-block;
  top: 14px;
  z-index: 10;
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  height: 1em;
  width: 52px;
  margin-left: 10px;
  transition: all 0.5s 0s ease;
}
.block--pager .pager__item--newer a svg,
.block--pager .pager__item--older a svg {
  stroke: #1a1a1a;
}
.block--pager .pager__item--newer span svg,
.block--pager .pager__item--older span svg {
  stroke-width: 2px;
  height: 40px;
  width: 52px;
  opacity: 0.3;
}
.block--pager .pager__item--newer {
  float: left;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer span {
  text-align: left;
  position: relative;
  display: block;
  padding: 0;
}
.block--pager .pager__item--newer a svg,
.block--pager .pager__item--newer span svg {
  transform: scale3d(-1, 1, 1);
}
.block--pager .pager__item--newer a::before,
.block--pager .pager__item--newer span::before {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #1a1a1a;
  bottom: 0;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after {
  bottom: 5px;
  width: 12px;
  height: 0px;
  border-top: 1px solid #1a1a1a;
  transform: rotate(-25deg);
}
.block--pager .pager__item--older {
  float: right;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  text-align: right;
  padding: 0;
}
.block--pager .pager__item--older svg {
  right: 0;
}
.block--pager .pager__item--current span {
  position: relative;
}
.block--pager .pager__item--current span::before {
  content: "";
  background: #1a1a1a;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: all 0.1s ease;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #dddddd;
  font-size: 13px;
}

::-moz-placeholder {
  color: #dddddd;
  font-size: 13px;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #dddddd;
  font-size: 13px;
}

:-moz-placeholder {
  color: #dddddd;
  font-size: 13px;
}

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

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

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

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #808080;
  border-radius: 0.3em;
  padding: 0.5em 0.8em;
  color: #1a1a1a;
  border-radius: 0;
  height: 15em;
  color: #000;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
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 select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #808080;
  border-radius: 0.3em;
  padding: 0.5em 0.8em;
  color: #1a1a1a;
  padding-right: 1.5em;
  border-radius: 0;
  font-size: 14px;
  color: #ffffff;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.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;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0.75em;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.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 #272727;
  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 #ffffff;
  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 {
  background: #1a1a1a;
  border-color: #1a1a1a;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

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

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.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;
  border: 1px solid #ddd;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #1a1a1a;
  border-color: #1a1a1a;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

.form--confirm {
  margin: 0 0 2em;
}

.form--confirm {
  border: 0.5px solid #d9dde0;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.6;
}
.form--confirm dd {
  margin: 0 0 30px;
}

::-moz-selection {
  background: #dddddd;
  color: #a2a2a2;
}

::selection {
  background: #dddddd;
  color: #a2a2a2;
}

::-moz-selection {
  background: #dddddd;
  color: #a2a2a2;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.svg-symbol,
.xdebug-var-dump {
  display: none !important;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}
#clipMask .cls-1 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main,
.btn--push {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 10px;
  border: none;
  position: relative;
  z-index: 1;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}

.btn--main,
.btn--push {
  background: #1a1a1a;
  margin: 1em 0;
  color: #ffffff;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main,
  .btn--push {
    min-width: 50%;
    height: 60px;
    line-height: 60px;
  }
}

.btn--sub {
  border: 1px solid #000;
  color: #000;
  background: #efefef;
  margin: 1em 0;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
    height: 60px;
    line-height: 60px;
  }
}

.detail__btn {
  text-align: center;
}
.detail__btn a {
  display: inline-block;
}

.text {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.4em;
}

.date {
  opacity: 0.8;
}

.date,
.block--month,
.commingsoon {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}

.commingsoon {
  opacity: 0.5;
  display: block;
  text-align: center;
}

.block--player {
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  background: #000;
  line-height: 0;
  position: relative;
}
.block--player video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block--player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#fc_logo_tripper .cls-3 {
  fill: #B2C63E;
}

#fc_logo_diver .cls-3 {
  fill: #1a1a1a;
}

.login--btn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.login--btn li {
  display: inline-block;
  position: relative;
  margin: 0 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.login--btn li a {
  display: block;
  width: 5.5em;
  min-width: auto;
  height: 2.4em;
  line-height: 2.3em;
  color: #ffffff;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 20px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  background-image: url(/static/kanaboon/renewal/common/trapezoid.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.login--btn li a span {
  margin-right: 0.15em;
}

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

.list--information:not(.list--schedule) li a .date {
  width: 6.5em;
}
.list--information:not(.list--schedule) li a .label {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: normal;
  font-size: 12px;
  min-width: 65px;
  color: #ffffff;
  opacity: 0.8;
}
.list--information:not(.list--schedule) li a .tit {
  width: 100%;
}
.list--information li a {
  display: block;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.list--information li a .date-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  min-width: 11.5em;
}
.list--information li.new .tit::after {
  content: "NEW";
  display: inline-block;
  color: #CE262F;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  margin-left: 8px;
}
.list--information li:first-child a {
  padding-top: 0;
}
.list--information li:last-child a {
  padding-bottom: 0;
}
.list--information.live li a .date {
  display: flex;
  align-items: center;
}
.list--information.live li a .date span {
  display: flex;
  align-items: center;
}
.list--information.live li a .date span:before {
  content: "";
  height: 2px;
  width: 12px;
  background: #ffffff;
  margin: 0 0.5em;
}
.list--information.live li a .tit {
  width: 100%;
}

.list--schedule li a {
  justify-content: start;
}
.list--schedule li a .date {
  margin-right: 6px;
}
.list--schedule li.live02 a .date span {
  display: block;
  padding-top: 12px;
  position: relative;
}
.list--schedule li.live02 a .date span:before {
  content: "";
  height: 12px;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
}
.list--schedule li.no-data {
  border: none;
}

.list--horizontal li a {
  display: block;
  color: #1a1a1a;
  height: 100%;
  position: relative;
}
.list--horizontal li a .date {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.list--horizontal li a .thumb {
  position: relative;
  margin-bottom: 8px;
}
.list--horizontal li a .thumb img {
  height: 100%;
}
.list--horizontal li a .text-area .tit {
  font-size: 15px;
  font-weight: 700;
}
.list--horizontal li.no-data {
  width: 100%;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  opacity: 0.7;
}

.youtube {
  position: relative;
  width: 100%;
  margin: 10px 0;
  padding-top: 56.25%;
}
.youtube iframe,
.youtube video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.no--data {
  text-align: center;
}

.drawer {
  width: 100vw;
  height: 100%;
  position: fixed;
  z-index: 50;
  overflow: hidden;
  visibility: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
  transform: scale(0.85);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0s ease;
}
.drawer .block--login {
  margin-left: -20px;
}
.drawer .login--btn {
  display: flex;
}
.drawer .login--btn li {
  margin: 0 0.5em 0.2em;
}
.drawer .drawer-inner {
  z-index: 10;
}
.drawer [class^=wrap--] {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.drawer [class^=wrap--]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-image: url(/static/kanaboon/renewal/common/dot.png);
  background-repeat: repeat;
  background-size: 25vw;
  pointer-events: none;
}
.drawer [class^=wrap--]::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-image: url(/static/kanaboon/renewal/common/noise.png);
  background-repeat: repeat;
  background-size: 25vw;
  pointer-events: none;
}
.drawer [class^=wrap--] nav {
  position: relative;
  z-index: 10;
}
.drawer .wrap--free-menu {
  height: 40vh;
  background: #1A1A1A;
}
.drawer .wrap--free-menu::before, .drawer .wrap--free-menu::after {
  opacity: 1;
}
.drawer .wrap--free-menu .logo svg {
  width: 100%;
  fill: #ffffff;
}
.drawer .wrap--free-menu .logo svg .cls-1 {
  fill: #ffffff;
}
.drawer .wrap--free-menu .g-nav > li a {
  color: #ffffff;
}
.drawer .wrap--free-menu .g-nav > li:nth-last-child(2) {
  position: relative;
  margin-right: 10px;
  padding-right: 25px;
}
.drawer .wrap--free-menu .g-nav > li:nth-last-child(2)::before {
  content: "";
  height: 20px;
  position: absolute;
  top: 1px;
  right: 0;
  width: 1px;
  background: #ffffff;
}
.drawer .wrap--member-menu {
  height: 60vh;
  background: #ffffff;
}
.drawer .wrap--member-menu .logo-fc {
  margin-left: 12px;
}
.drawer .wrap--member-menu .logo-fc svg {
  width: 100%;
}
.drawer .wrap--member-menu .logo-fc svg .cls-1,
.drawer .wrap--member-menu .logo-fc svg .cls-2 {
  fill: #1a1a1a;
}
.drawer .wrap--member-menu ul {
  margin-bottom: 10px;
}
.drawer .wrap--member-menu .g-nav > li a {
  color: #1a1a1a;
}
.drawer .wrap--member-menu .g-nav > li a img {
  height: 34px;
}
.drawer .wrap--member-menu .tit-diver-only {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 20px;
  margin: 0 12px 8px 6px;
  line-height: 1;
  color: #C7B589;
}
.drawer .wrap--member-menu .tit-diver-only svg {
  fill: #1a1a1a;
  margin-right: 4px;
}
.drawer .wrap--member-menu .menu-diver-only li {
  margin: 0 8px;
  line-height: 1;
}
.drawer .wrap--member-menu .menu-diver-only li a {
  color: #1a1a1a;
  display: block;
  text-decoration: none;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  position: relative;
  opacity: 0;
  transform: translateY(100%);
}
.drawer .wrap--member-menu .menu-diver-only li a.jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.drawer [class^=nav--] {
  width: 75vw;
}
.drawer [class^=nav--] .block--logo .logo {
  line-height: 0;
  position: relative;
  top: 0;
  left: 12px;
}
.drawer [class^=nav--] .block--logo .logo a {
  display: block;
}
.drawer [class^=nav--] ul {
  display: flex;
  flex-wrap: wrap;
}
.drawer [class^=nav--] .g-nav > li {
  margin: 0 12px;
}
.drawer [class^=nav--] .g-nav > li a {
  display: block;
  text-decoration: none;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  position: relative;
  opacity: 0;
  transform: translateY(100%);
}
.drawer [class^=nav--] .g-nav > li a.jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  header {
    z-index: 999;
  }
  .drawer-visible header {
    z-index: 999 !important;
  }
}
.drawer__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 90px;
  position: fixed;
  z-index: 999;
  mix-blend-mode: difference;
}
.drawer__btn .drawer__btn--item {
  display: block;
  position: relative;
  z-index: 1;
  width: 35px;
  height: 10px;
}
.drawer__btn .drawer__btn--item:after, .drawer__btn .drawer__btn--item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 2px;
  background: #1a1a1a;
  transition: 0.3s;
}
.drawer__btn .drawer__btn--item::before {
  top: 0;
}
.drawer__btn .drawer__btn--item::after {
  bottom: 0;
}
.drawer__btn .drawer__btn--txt {
  margin-top: 5px;
}
.drawer__btn .drawer__btn--txt::before {
  content: "MENU";
  display: block;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 12px;
  color: #1a1a1a;
}

.drawer-visible {
  overflow: hidden;
}
.drawer-visible .drawer__btn .drawer__btn--item:after, .drawer-visible .drawer__btn .drawer__btn--item::before {
  top: calc(50% - 1px);
}
.drawer-visible .drawer__btn .drawer__btn--item::before {
  transform: rotate(25deg);
}
.drawer-visible .drawer__btn .drawer__btn--item::after {
  transform: rotate(-25deg);
}
.drawer-visible .drawer__btn .drawer__btn--txt::before {
  content: "CLOSE";
}
.drawer-visible .drawer {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.drawer-visible .drawer .drawer-inner {
  visibility: visible;
  background: #fff;
}
.drawer-visible .drawer [class^=nav--] .g-nav > li a,
.drawer-visible .drawer [class^=nav--] .menu-diver-only li a,
.drawer-visible .drawer [class^=nav--] .joinArea li a {
  opacity: 1;
  transform: translateY(0);
}

.ph,
.thumb {
  position: relative;
  line-height: 0;
}
.ph::after,
.thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
}
.ph img,
.thumb img {
  width: 100%;
}
.ph .dummy,
.thumb .dummy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ph .member-only,
.thumb .member-only {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #fff;
}
.ph .member-only::before,
.thumb .member-only::before {
  content: "MEMBER ONLY";
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 1.2em;
  transition: opacity 0.3s filter 0.6s;
}

img.cover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body:not(.page--home) .wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
body:not(.page--home) .wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-image: url(/static/kanaboon/renewal/common/dot.png);
  background-repeat: repeat;
  background-size: 25vw;
  pointer-events: none;
}
body:not(.page--home) .wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-image: url(/static/kanaboon/renewal/common/noise.png);
  background-repeat: repeat;
  background-size: 25vw;
  pointer-events: none;
}
body:not(.page--home) .wrap section {
  position: relative;
  z-index: 10;
}

.page--biography:not(.page--detail) .wrap,
.page--info:not(.page--detail) .wrap,
.page--video:not(.page--detail) .wrap,
.page--archive:not(.page--detail) .wrap,
.page--disco:not(.page--detail) .wrap,
.page--error:not(.page--detail) .wrap {
  position: relative;
  background: #1A1A1A;
  color: #fff;
}
.page--biography:not(.page--detail) .wrap::before,
.page--info:not(.page--detail) .wrap::before,
.page--video:not(.page--detail) .wrap::before,
.page--archive:not(.page--detail) .wrap::before,
.page--disco:not(.page--detail) .wrap::before,
.page--error:not(.page--detail) .wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image: url(/static/kanaboon/renewal/common/dot.png);
  background-repeat: repeat;
  background-size: 25vw;
  pointer-events: none;
}
.page--biography:not(.page--detail) .wrap::after,
.page--info:not(.page--detail) .wrap::after,
.page--video:not(.page--detail) .wrap::after,
.page--archive:not(.page--detail) .wrap::after,
.page--disco:not(.page--detail) .wrap::after,
.page--error:not(.page--detail) .wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image: url(/static/kanaboon/renewal/common/noise.png);
  background-repeat: repeat;
  background-size: 25vw;
  pointer-events: none;
}
.page--biography:not(.page--detail) .wrap section,
.page--info:not(.page--detail) .wrap section,
.page--video:not(.page--detail) .wrap section,
.page--archive:not(.page--detail) .wrap section,
.page--disco:not(.page--detail) .wrap section,
.page--error:not(.page--detail) .wrap section {
  position: relative;
  z-index: 10;
}
.page--biography:not(.page--detail) .wrap .detail__btn a span::before,
.page--info:not(.page--detail) .wrap .detail__btn a span::before,
.page--video:not(.page--detail) .wrap .detail__btn a span::before,
.page--archive:not(.page--detail) .wrap .detail__btn a span::before,
.page--disco:not(.page--detail) .wrap .detail__btn a span::before,
.page--error:not(.page--detail) .wrap .detail__btn a span::before {
  background: #1a1a1a;
  height: 2px;
}

.page--blog .wrap,
.page--movie .wrap,
.page--detail .wrap {
  background: #fff;
}
.page--blog .detail__btn a span::before,
.page--movie .detail__btn a span::before,
.page--detail .detail__btn a span::before {
  background: #1a1a1a;
  height: 2px;
}

.page--detail .section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.page--detail .section--detail .tit {
  font-weight: 700;
}
.page--detail .section--detail .date {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.page--detail .section--detail .date.live span:not(.label) {
  position: relative;
  display: inline-block;
  padding-top: 0;
  padding-left: 21px;
}
.page--detail .section--detail .date.live span:not(.label)::before {
  content: "";
  background: #1a1a1a;
  position: absolute;
  height: 2px;
  width: 16px;
  top: 48%;
  left: -1%;
}
.page--detail .section--detail .date.live + .tit {
  margin: 0 0 10px;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}
.page--detail .section--detail .block--share li {
  display: inline-block;
}
.page--detail .section--detail .block--share li a {
  color: #1a1a1a;
}
.page--detail .section--detail .block--share li svg {
  fill: #1a1a1a;
}
.page--detail .section--detail .block--share li.share {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--detail .section--detail .date-wrap .date {
  display: inline-block;
}
.page--detail .section--detail .label {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 6px 2px 6px;
  min-width: 64px;
  text-align: center;
  display: inline-block;
  line-height: 1.4;
  margin-right: 5px;
  vertical-align: text-top;
}
.page--detail .section--detail.complete .section--inner .txt {
  text-align: center;
}
.page--detail.page--video .section--detail .date {
  padding-bottom: 0;
  border-bottom: none;
}

body:not(.page--member) .block--pager .pager__item--current span::before,
body:not(.page--member) .block--pager .pager__item--other a::before {
  background: #ffffff;
}
body:not(.page--member) .block--pager .pager__item--newer span svg,
body:not(.page--member) .block--pager .pager__item--older span svg,
body:not(.page--member) .block--pager .pager__item--newer a svg,
body:not(.page--member) .block--pager .pager__item--older a svg {
  stroke: #ffffff;
}

.page--member .section-tit {
  font-weight: 900;
}
.page--member .block--pager .pager__item--current span::before,
.page--member .block--pager .pager__item--other a::before {
  background: #1a1a1a;
}
.page--member .block--pager .pager__item--newer span svg,
.page--member .block--pager .pager__item--older span svg,
.page--member .block--pager .pager__item--newer a svg,
.page--member .block--pager .pager__item--older a svg {
  stroke: #1a1a1a;
}

.section-tit {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: min(60px, 11vw);
}
.section-tit.jp {
  font-weight: 700;
  font-size: 30px;
}

.delighter {
  opacity: 0;
  transform-origin: center;
  transform: translateY(50px);
  transition: 0.7s;
}

.delighter.started {
  opacity: 1;
  transform: translateY(0);
}

.page--home .scroll {
  position: absolute;
  top: 110px;
  right: 35px;
  z-index: 2;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.page--home .scroll p {
  display: block;
  writing-mode: vertical-rl;
  color: #1a1a1a;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  position: relative;
  font-size: 14px;
}
.page--home .scroll::before {
  content: "";
  display: block;
  width: 1px;
  height: 26vh;
  position: absolute;
  background: #1a1a1a;
  top: 5em;
  left: 12px;
  transform: scaleY(1);
  animation: scroll 2.2s infinite;
}
@keyframes scroll {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  50.01% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
.page--home .section--keyvisual {
  position: relative;
  background: #ffffff;
}
.page--home .section--keyvisual .logo {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}
.page--home .section--keyvisual .keyvisual {
  position: relative;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.8);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: center;
  background-blend-mode: darken;
}
.page--home .section--keyvisual .keyvisual img {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page--home .section--keyvisual .keyvisual span {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
}
.page--home .section--keyvisual .keyvisual span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  opacity: 0.8;
}
.page--home .section--info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.page--home .section--info [class^=block--] {
  width: calc(100% - 8vw);
  margin: 0 4vw 4vw;
  padding: 4vw;
  background: #000;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-shadow: 10px 10px 0 #000;
}
.page--home .block-tit,
.page--home .section-tit {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--home .free-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #1A1A1A;
  color: #fff;
  background-image: url(/static/kanaboon/renewal/common/noise.png);
  background-repeat: repeat;
  background-size: 25vw;
}
.page--home .free-area::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(/static/kanaboon/renewal/common/dot.png);
  background-repeat: repeat;
  background-size: 25vw;
  pointer-events: none;
}
.page--home .free-area .block-tit,
.page--home .free-area .section-tit {
  color: #ffffff;
  line-height: 1;
}
.page--home .list__more svg {
  display: block;
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  height: 1em;
  width: 52px;
  margin-left: 10px;
  transition: all 0.5s 0s ease;
}
.page--home .section--video .block--thumb {
  transition: all 0.5s 0.1s ease;
}
.page--home .show .block--thumb, .page--home .show.section--sns .tit, .page--home .show.section--sns a,
.page--home .show .list__more,
.page--home .show .list--information li {
  opacity: 1;
  transform: translateY(0);
}
.page--home .section--member {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: -150px;
  padding-bottom: 200px;
  background: #ffffff;
  color: #1a1a1a;
  -webkit-clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 calc(100% - 150px));
          clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 calc(100% - 150px));
}
.page--home .section--member::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-image: url(/static/kanaboon/renewal/common/dot.png);
  background-repeat: repeat;
  background-size: 25vw;
  pointer-events: none;
}
.page--home .section--member::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-image: url(/static/kanaboon/renewal/common/noise.png);
  background-repeat: repeat;
  background-size: 25vw;
  pointer-events: none;
}
.page--home .section--member .member-area-top {
  position: relative;
  z-index: 10;
  width: 28%;
  max-width: 400px;
  margin: 300px auto 100px;
}
.page--home .section--member .member-area-top .fc-logo {
  margin-bottom: 40px;
}
.page--home .section--member .member-area-top .fc-logo svg {
  width: 100%;
}
.page--home .section--member .member-area-top .fc-logo svg .cls-1 {
  stroke: #1a1a1a;
}
.page--home .section--member .member-area-top .fc-logo svg .cls-2 {
  fill: #1a1a1a;
}
.page--home .section--member .list__more svg {
  stroke: #1a1a1a;
}
.page--home .section--member [class^=section--] {
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 8vw);
  margin: 0 4vw;
  padding: 40px 5%;
  margin-bottom: 100px;
  background: #EFEFEF;
  border-radius: 10px;
  border: 2px solid #000;
  box-shadow: 10px 10px 0 #000;
}
.page--home .section--member [class^=section--]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  background-image: url(/static/kanaboon/renewal/common/noise.png);
  background-repeat: repeat;
  background-size: 25vw;
  pointer-events: none;
}
.page--home .section--member [class^=section--] .block-tit {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
}
.page--home .section--member [class^=section--] > div {
  position: relative;
  z-index: 10;
  width: 100%;
}
.page--home .section--member [class^=section--] .section-tit {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--home .section--member [class^=section--] .text-wrap {
  width: 100%;
}
.page--home .section--member [class^=section--] .text-wrap .tit {
  font-weight: bold;
}
.page--home .section--member [class^=section--] .text-wrap .writer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 1em;
  margin-bottom: 0.5em;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
.page--home .section--member [class^=section--] .list__more {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.page--home .section--member [class^=section--] .list__more a {
  display: block;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  padding: 0.5em 0.8em 0.3em 1em;
  background: #000;
  color: #ffffff;
}
.page--home .section--member .block--blog {
  width: 100%;
}
.page--home .section--member .block--blog .list-blog {
  margin-top: 10px;
}
.page--home .section--member .block--blog .no-data .text-wrap {
  text-align: center;
  padding: 0.5em 0;
}
.page--home .section--member .block--blog ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--home .section--member .block--blog ul li {
  width: 30%;
  margin-bottom: 50px;
  position: relative;
}
.page--home .section--member .block--blog ul li a {
  display: block;
}
.page--home .section--member .block--blog ul li a figure {
  width: 100%;
}
.page--home .section--member .block--blog ul li.new a {
  position: relative;
}
.page--home .section--member .block--blog ul li.new a::before {
  content: "NEW";
  position: absolute;
  top: 10px;
  left: -5px;
  z-index: 10;
  color: #fff;
  padding: 0.5em 1em;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  background-image: url(/static/kanaboon/renewal/common/trapezoid.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page--home .section--member .section--movie {
  padding-right: 0;
}
.page--home .section--member .section--movie .list--movie li a .thumb {
  margin-bottom: 20px;
}
.page--home .section--member .section--movie .slick-slider .slick--prev svg,
.page--home .section--member .section--movie .slick-slider .slick--next svg {
  stroke: #1a1a1a;
  stroke-width: 2px;
}
.page--home .section--member .block--moment .list--moment li .thumb,
.page--home .section--member .block--movie .list--moment li .thumb {
  padding: 5%;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
}
.page--home .section--member .block--moment .list--moment li .thumb img,
.page--home .section--member .block--movie .list--moment li .thumb img {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  aspect-ratio: 1/1;
}
.page--home .section--member .block--moment .thumb {
  margin-bottom: 0 !important;
}
.page--home .section--member .block--moment .thumb .date {
  display: block;
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 1;
  width: 90%;
  padding: 2em 0.5em 0.5em;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  text-align: right;
  color: #fff;
  list-style: none;
  line-height: 1;
}
.page--home .section--member .block--moment .block--writer {
  font-size: 16px;
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  background: transparent;
  color: #1a1a1a;
  padding: 0.5em 0;
}
.page--home .section--member .block--moment .block--writer .writer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--home .section--member .block--moment .no-data .text-wrap .tit {
  font-size: 1.2em;
}

.section--info,
.section--video {
  position: relative;
  z-index: 10;
}
.section--info .tit--area a,
.section--video .tit--area a {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}

.nav--admin--blog {
  position: fixed;
  right: 0;
  bottom: clamp(8em, 20vh, 20em);
  z-index: 101;
}
.nav--admin--blog a {
  display: inline-block;
  padding: 1.2em;
  padding-right: 0.8em;
  border: solid 1px #ffffff;
  border-right: none;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  background: linear-gradient(135deg, #da1923 15%, #004fa3 100%);
  color: #ffffff;
  font-size: 14px;
  filter: drop-shadow(1px 4px 0px #1d2088);
}

.page--info .category {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--info .txt {
  margin-bottom: 20px;
}
.page--info .list--information li a {
  border-bottom: 1px solid #272727;
  padding: 20px 0;
}
.page--info .list--information li a .date-wrap {
  min-width: 13em;
}
.page--info .section--detail.new .tit::after {
  content: "NEW";
  display: inline-block;
  color: #CE262F;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  margin-left: 8px;
}

.page--schedule.category-live .block--category {
  display: none;
}
.page--schedule .list--schedule li {
  padding: 20px 0;
  border-bottom: 1px solid #272727;
}
.page--schedule .list--schedule li .date-wrap {
  display: flex;
  align-items: baseline;
}
.page--schedule .list--schedule li .date-wrap .date + .label {
  margin-left: 10px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: normal;
  font-size: 12px;
  min-width: 65px;
  color: #ffffff;
  opacity: 0.8;
}
.page--schedule .list--schedule li .date-wrap .date {
  display: flex;
  align-items: center;
}
.page--schedule .list--schedule li .date-wrap .date span {
  display: flex;
  align-items: center;
}
.page--schedule .list--schedule li .date-wrap .date span::before {
  content: "";
  height: 2px;
  width: 12px;
  background: #ffffff;
  margin: 0 0.5em;
}
.page--schedule .list--schedule li .toggle {
  cursor: pointer;
}
.page--schedule .list--schedule li .infoBody {
  display: none;
  background: #e6e5e5;
  padding: min(4vw, 30px);
  margin-top: 10px;
  color: #1a1a1a;
}
.page--schedule .list--schedule li .infoBody a {
  border-bottom: none;
  text-decoration: underline;
}
.page--schedule .block--month {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page--schedule .block--month .tit {
  line-height: 1;
}
.page--schedule .block--month .tit span {
  margin-right: 8px;
}
.page--schedule .month-pager {
  display: flex;
  position: relative;
}
.page--schedule .month-pager li:first-child {
  padding-right: 25px;
  position: relative;
}
.page--schedule .month-pager li:first-child::after {
  content: "";
  height: 13px;
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  background: #ffffff;
}
.page--schedule .month-pager li:last-child {
  padding-left: 25px;
}
.page--schedule .list__select li .category {
  display: inline-block;
}
.page--schedule .list__select li label,
.page--schedule .list__select li a {
  line-height: 1;
  text-align: center;
  padding: 0.3em 1.2em;
  transition: 0.3s;
  background: #fff;
  color: #1A1A1A;
  border: 1px solid white;
}
.page--schedule .list__select li label span::before,
.page--schedule .list__select li a span::before {
  display: none;
}
.page--schedule .list__select li label:has(input[type=checkbox]:not(:checked)), .page--schedule .list__select:not(.all) li:not(.current) a {
  color: #fff;
  background: #1A1A1A;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.page--schedule .section--list .block--category {
  margin-bottom: 30px;
}
.page--schedule .section--list .block--category .list__select li input[type=checkbox] {
  display: none;
}
.page--schedule .list--schedule li a .date-wrap {
  min-width: 190px;
}

.page--video .list--movie li a .thumb {
  margin-bottom: 10px;
}
.page--video .list--movie li a .tit {
  font-weight: 700;
}

.page--entry .support .contBox li {
  background: #ffffff;
  border-radius: 0;
}
.page--entry .support .contBox dt {
  color: #1a1a1a;
}
.page--entry .support .area {
  background: none;
  padding: 80px 0 0;
}
.page--entry .support .area .entryArea .subTxt {
  text-align: center;
}
.page--entry .support .title {
  margin-bottom: 26px;
  font-size: 24px;
}
.page--entry .support .mainBtn a {
  font-size: 16px;
  border: solid 1px #000;
  border-radius: 10px;
  color: #1a1a1a;
}

.page--movie.category-movie.page--list .block--category-list .block-tit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.page--movie.category-movie.page--list .block--category-list .block-tit .category-tit {
  margin: 0;
  margin-right: 0.5em;
  font-size: min(5.8vw, 36px);
}
.page--movie.category-movie.page--list .block--category-list .block-tit .list__more {
  text-align: left;
  margin: 0.3em 0 0.1em;
}
.page--movie.category-movie.page--list .block--category-list .block-tit .list__more a {
  display: block;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  padding: 0.3em 1em;
  background: #000;
  color: #ffffff;
  font-size: 12px;
}
.page--movie.category-movie.page--list .block--category-list .list--contents li .tit {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 5px;
}
.page--movie.category-movie.page--list .block--category-list .list--contents li .date {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 1em;
  opacity: 0.7;
  line-height: 1;
}
.page--movie .section--list .logo_diver {
  width: 200px;
  margin-bottom: 15px;
}
.page--movie .section--list .leadBox {
  margin-bottom: 40px;
}
.page--movie .section--list .leadBox .text {
  margin-bottom: 0;
}
.page--movie .section--list .block--pager .pager__item--current::before {
  content: "";
  background: #1a1a1a;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: -1;
  transition: all 0.1s ease;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
  padding-top: 55.7%;
  margin: 0 auto 20px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  background: rgba(135, 135, 135, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button::before {
  content: "";
  background: #ffffff;
  height: 40px;
  width: 35px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page--movie.new-movie.page-movie-detail .section--detail .detail__btn {
  font-size: 20px;
  margin: 40px 0 0;
  font-weight: 400;
}
.page--movie.new-movie.page-movie-detail.page--streaming .section--detail .area--movie .block--player .video-js .vjs-poster {
  background-size: cover;
  background-position: bottom;
}
.page--movie.new-movie.page-movie-detail.page--streaming .section--detail .area--movie .block--player .video-js.vjs-fullscreen .vjs-poster {
  background-size: contain;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie.page-movie-detail .section--detail {
    padding: 18% 5% 50px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
    width: 100%;
    aspect-ratio: initial;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 20px;
    padding-top: 56.25%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button {
    width: 70px;
    height: 70px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button::before {
    height: 30px;
    width: 25px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar {
    position: relative;
    height: 100%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control span::before {
    background: none;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control.vjs-paused span {
    width: 70px;
    height: 70px;
    border-radius: 999px;
    background: rgba(135, 135, 135, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control.vjs-paused span::before {
    content: "";
    background: #ffffff;
    height: 30px;
    width: 25px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-progress-control {
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-picture-in-picture-control .vjs-control {
    height: 3.5em;
    position: absolute;
    left: -2vw;
    top: -3vw;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-picture-in-picture-control.vjs-control {
    height: 3.5em;
    position: absolute;
    left: 1vw;
    top: -3vw;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control {
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
    position: absolute;
    right: 0;
    top: -10px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-time-control {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-subs-caps-button {
    position: absolute;
    bottom: 1vw !important;
    left: 7vw !important;
    display: block !important;
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-fullscreen-control {
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-http-source-selector.vjs-menu-button.vjs-menu-button {
    position: absolute;
    right: 10vw;
    bottom: 10px;
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .txt--sub {
    font-size: 14px;
  }
  .page--movie.page--streaming .section--detail .block--player {
    position: relative;
    top: auto;
    left: auto;
  }
  .page--movie.page--streaming .section--detail .block--player .video-js.vjs-fullscreen {
    z-index: 9999999;
  }
  .page--movie.page--streaming .section--detail .block--player .video-js.vjs-fullscreen .vjs-poster {
    background-size: contain !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
}

.page--qa [class^=section--] p.text {
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}
.page--qa [class^=section--] .name {
  position: relative;
  z-index: 1;
}
.page--qa [class^=section--] .name span {
  position: absolute;
  transform: rotate(-10deg);
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #dddddd;
  z-index: -1;
}
.page--qa [class^=section--] .formInner dl dt {
  font-weight: 700;
}
.page--qa [class^=section--] .formInner dl dd {
  margin-bottom: 15px;
}
.page--qa .section--list .list--qa li a {
  display: block;
  background: #222;
}
.page--qa .section--list .list--qa li a .name-wrap .date {
  color: #ffffff;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--qa .section--detail.answer [class^=block__] {
  position: relative;
  z-index: 1;
  text-align: right;
}
.page--qa .section--detail.answer [class^=block__] .txt {
  text-align: left;
}
.page--qa .section--detail.answer [class^=block__] .name {
  display: inline-block;
}
.page--qa .section--detail.answer [class^=ico--] {
  position: absolute;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  z-index: -1;
}
.page--qa .section--detail.answer .block__question {
  background: #222;
}
.page--qa .section--detail.answer .block__answer {
  background: #1a1a1a;
}
.page--qa .section--detail.answer .ico--q {
  color: #ffffff;
}
.page--qa .section--detail.answer .ico--a {
  color: #C7B589;
}

.page--questionnaire .formList .tit {
  font-weight: 700;
  margin: 10px auto 4px;
}

.page--disco .category {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--disco .label {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--disco .section--detail .label {
  margin-left: 4px;
  vertical-align: text-top;
}
.page--disco .section--detail .list--jacket .thumb {
  margin-bottom: 4px;
}
.page--disco .section--detail .slick-slider .slick--prev,
.page--disco .section--detail .slick-slider .slick--next {
  bottom: -20px;
}
.page--disco .section--detail .slick-slider .slick--prev svg,
.page--disco .section--detail .slick-slider .slick--next svg {
  stroke: #1a1a1a;
}
.page--disco .section--detail .slick-slider .slick--prev.slick-disabled svg,
.page--disco .section--detail .slick-slider .slick--next.slick-disabled svg {
  opacity: 0.5;
}
.page--disco .section--detail .slick-slider .slick--prev {
  left: 10px;
}
.page--disco .section--detail .slick-slider .slick--next {
  right: 10px;
}
.page--disco .section--detail .slick-slider .slick-dots {
  position: absolute;
  top: -20px;
  margin: 0;
  right: 0;
}
.page--disco .section--detail .slick-slider .slick-dots button {
  background: #1a1a1a;
  opacity: 0.5;
}
.page--disco .section--detail .slick-slider .slick-dots .slick-active button {
  opacity: 1;
}
.page--disco .block--comment {
  margin-bottom: 20px;
}
.page--disco .block--track > li {
  background: #e5e5e5;
  padding: 15px;
  margin-bottom: 20px;
}
.page--disco .block--track > li .title {
  font-weight: bold;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.page--disco .block--track > li .list--track li {
  text-indent: -20px;
  margin-left: 20px;
  margin-bottom: 3px;
}
.page--disco .block--track > li .list--track li span.num {
  font-family: "Prompt";
  color: #999999;
  margin-right: 3px;
  font-style: italic;
  font-weight: 600;
  display: inline-block;
  text-indent: 0;
  min-width: 11px;
}
.page--disco .block--track > li .list--track li .tie-up {
  text-indent: 0;
  font-size: 0.85em;
  line-height: 1.5;
  color: #7e7e7e;
}
.page--disco .block--track > li .list--track li:last-child {
  margin-bottom: 0;
}
.page--disco .block--track > li:last-child {
  margin-bottom: 0;
}

.page--biography .section--detail {
  padding-top: 180px;
}
.page--biography .section--detail .ph-biography {
  position: relative;
  margin-bottom: 10px;
}
.page--biography .section--detail .ph-biography .tit {
  position: absolute;
  top: -6%;
  left: 4%;
  font-size: 53px;
  z-index: 1;
  line-height: 1;
  color: #797979;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--biography .section--detail .profile {
  margin-bottom: 80px;
}
.page--biography .section--detail dl.history dt {
  position: relative;
  font-size: 1.4em;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
.page--biography .section--detail dl.history dt::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  height: 2px;
  width: 93%;
  background: #1a1a1a;
}
.page--biography .section--detail dl.history dd {
  margin-bottom: 60px;
}
.page--biography .section--detail dl.history dd:last-of-type {
  margin-bottom: 40px;
}
.page--biography .section--detail dl.history dd ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.block--writer {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em 0 0;
  border-radius: 999px 0 0 999px;
  background: #1a1a1a;
  color: #ffffff;
  font-size: min(27px, 5.5vw);
  font-weight: 700;
}
.block--writer .icon {
  width: 2em;
  height: 2em;
  margin-right: 0.8em;
}
.block--writer .icon img {
  background-image: url(/static/kanaboon/renewal/fanclub/moment/20240920KB7AJQuyEl/icon_maguro.jpg);
  width: 100%;
  height: 100%;
  border-radius: 999px;
  border: 1px solid #1a1a1a;
}
.page--blog.page--moment .wrap .section--list:not(.list-all-blog) {
  padding-top: 60px;
}
.page--blog.page--moment .section--list .block--tit {
  display: flex;
  align-items: center;
}
.page--blog.page--moment .section--list .block--tit .section-tit {
  line-height: 1;
}
.page--blog.page--moment .section--list .block--writer {
  margin-top: 0.5em;
  margin-left: 1em;
}
.page--blog.page--moment .section--list .block--writer .icon {
  transform: scale(1.2);
}
.page--blog.page--moment .section--list .list--contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page--blog.page--moment .section--list .list--contents li {
  border: 1px solid #1a1a1a;
  border-bottom: none;
  margin: 0;
  margin-left: -1px;
}
.page--blog.page--moment .section--list .list--contents li.new a::before {
  content: "NEW";
  position: absolute;
  top: 10px;
  left: -5px;
  z-index: 10;
  color: #fff;
  padding: 0.5em 1em;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  background-image: url(/static/kanaboon/renewal/common/trapezoid.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page--blog.page--moment .section--list .list--contents li a .thumb {
  margin: 0;
  padding: 5%;
  overflow: hidden;
  background: #fff;
}
.page--blog.page--moment .section--list .list--contents li a .thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.page--blog.page--moment .section--list .list--contents li a .list__txt {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 1;
  width: 90%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  text-align: right;
}
.page--blog.page--moment .section--list .list--contents li a .list__txt .date {
  padding: 2em 0.5em 0.5em;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 12px;
  opacity: 1;
  color: #fff;
  line-height: 1;
}
.page--blog.page--moment .section--detail .section--detail--inner {
  border: 1px solid #1a1a1a;
}
.page--blog.page--moment .section--detail .section--detail--inner .header--detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
  border-bottom: 1px solid #1a1a1a;
}
.page--blog.page--moment .section--detail .section--detail--inner .header--detail .block--writer {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em 0 0;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  color: #1a1a1a;
}
.page--blog.page--moment .section--detail .section--detail--inner .header--detail .icon {
  width: 2em;
  height: 2em;
  margin-right: 0.8em;
}
.page--blog.page--moment .section--detail .section--detail--inner .header--detail .icon img {
  background-image: url(/static/kanaboon/renewal/fanclub/moment/20240920KB7AJQuyEl/icon_maguro.jpg);
  width: 100%;
  height: 100%;
  border-radius: 999px;
  border: 1px solid #1a1a1a;
}
.page--blog.page--moment .section--detail .section--detail--inner .header--detail .user {
  font-weight: 700;
}
.page--blog.page--moment .section--detail .section--detail--inner .header--detail .date {
  margin: 0;
  padding: 0;
  border: none;
  opacity: 1;
}
.page--blog.page--moment .section--detail .section--detail--inner .txt {
  position: relative;
  margin: 0;
}
.page--blog.page--moment .section--detail .section--detail--inner .txt--inner .txt-area > br {
  display: none;
}
.page--blog.page--moment .section--detail .section--detail--inner .ph.videoPh::after {
  display: none;
}
.page--blog.page--moment .section--detail .section--detail--inner .list--thumb {
  height: 100%;
}
.page--blog.page--moment .section--detail .section--detail--inner .list--thumb .ph.videoPh {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.page--blog.page--moment .section--detail .section--detail--inner .list--thumb .ph.videoPh video,
.page--blog.page--moment .section--detail .section--detail--inner .list--thumb .ph.videoPh iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--blog.page--moment .section--detail .section--detail--inner .ytp-cued-thumbnail-overlay-image {
  background-size: contain;
}
.page--blog.page--moment .section--detail .section--detail--inner .block--player {
  margin: 0;
  padding: 0;
  height: 100%;
}
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap {
  position: relative;
  background: #1a1a1a;
}
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .list--thumb {
  margin: 0;
}
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .slick-prev,
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  z-index: 100;
}
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .slick-prev::before,
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .slick-next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
}
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .slick-prev.slick-disabled::before,
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .slick-next.slick-disabled::before {
  opacity: 0.3;
}
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .slick-prev {
  left: 10px;
  padding-left: 3px;
}
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .slick-prev::before {
  transform: rotate(135deg);
}
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .slick-next {
  right: 10px;
  padding-right: 3px;
}
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .slick-next::before {
  transform: rotate(-45deg);
}
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .slick-dots {
  display: block;
  position: absolute;
  margin: 0;
  bottom: 5px;
  z-index: 100;
  mix-blend-mode: difference;
}
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .slick-dots li {
  width: 7px;
  height: 7px;
}
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .slick-dots li button {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 999px;
  width: 7px;
  height: 7px;
  padding: 0;
}
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .slick-dots li.slick-active button {
  background: #fff;
}
.page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .list--thumb img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--blog.page--moment .section--detail .section--detail--inner .icon--like {
  position: absolute;
  bottom: 0.5em;
  right: 1em;
}
.page--blog.page--moment .section--detail .section--detail--inner .icon--like i {
  font-size: 30px;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s;
}
.page--blog.page--moment .section--detail .section--detail--inner .icon--like i.clicked {
  animation: iconLikeAnima 0.6s;
  opacity: 1;
}
.page--blog.page--moment .section--detail .section--detail--inner .icon--like span {
  display: none;
}

.page--moment--list .list--contents li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page--moment--list .list--contents li.new a::before {
  content: "NEW";
  position: absolute;
  bottom: -0.2em;
  left: 0.2em;
  z-index: 10;
  color: #fff;
  padding: 0.5em 1em;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  background-image: url(/static/kanaboon/renewal/common/trapezoid.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page--moment--list .list--contents li a {
  display: flex;
  align-items: center;
  position: relative;
}
.page--moment--list .list--contents li .block--writer {
  background: transparent;
  color: #1a1a1a;
  align-items: center;
}
.page--moment--list .list--contents li .block--writer .icon {
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}
.page--moment--list .list--contents li .date {
  margin: 0;
  padding: 0;
  border: none;
}
.page--moment--list .list--contents li .date span {
  font-size: 1.5em;
  margin-right: 0.3em;
}

@keyframes iconLikeAnima {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  45% {
    transform: scale(0.8);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*　IE11,IE10　*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select:not(:target) {
    padding-right: 0;
    background-image: none;
  }
  .section-tit,
  .block-tit {
    background: none !important;
  }
  .drawer .wrap--member-menu .logo-fc {
    margin-left: 0;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1200;
  transition: 0.5s ease;
}

#loading {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
#loading .bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
}

.load-finish .loading {
  height: 0;
  top: -200px;
  opacity: 0;
}
.load-finish #loading .bar {
  display: none;
}
.load-finish .keyvisual {
  transform: scale(1) !important;
}

/*  section--bnr */
.section--bnr.section--bnr--single .bnrList {
  width: 100%;
}
.section--bnr.section--bnr--single img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.section--bnr .slick-dots {
  position: static;
  transform: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section--bnr .bnrList li {
  display: inline-block;
  position: relative;
}
.section--bnr .bnrList li a {
  display: block;
  position: relative;
}
.section--bnr .slick-slider .slick-list {
  overflow: visible;
}

/*  section--video */
.section--video {
  text-align: left;
  width: calc(100% - 8vw);
  margin: 0 4vw;
  padding: 4vw;
  padding-right: 0;
  background: #000;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 10px 10px 0 #000;
}
.section--video .list--video {
  width: 100%;
  margin: 0 auto;
}
.section--video .list--video .slick-track {
  display: flex;
  justify-content: flex-start;
}
.section--video .list--video .slick-track .slick-slide {
  float: none;
  margin-right: 25px;
}

body:not(.page--home)[class^=list--] .label {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  background: #131313;
  font-size: 11px;
  padding: 2px 2px 2px 3px;
  min-width: 64px;
  text-align: center;
  color: #ffffff;
}

.page--home [class^=list--] .label {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: normal;
  font-size: 12px;
  min-width: 65px;
  color: #ffffff;
  opacity: 0.8;
}

.slick * {
  transition: none;
}

.slick-slider .slick--prev svg {
  transform: scale(-1, 1);
}
.slick-slider .slick--prev,
.slick-slider .slick--next {
  display: block;
  position: absolute;
  bottom: -70px;
  transition: all 0.5s 0s ease;
  z-index: 10;
}
.slick-slider .slick--prev svg,
.slick-slider .slick--next svg {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  height: 1em;
  width: 52px;
  margin-left: 10px;
  transition: all 0.5s 0s ease;
  stroke-width: 2px;
}

.slick-slider .slick-dots {
  margin: 40px 0 0 14px;
}
.slick-slider .slick-dots button {
  vertical-align: text-bottom;
}
.slick-slider .slick--prev,
.slick-slider .slick--next {
  z-index: 10;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.slick-slider .slick--prev.slick-disabled,
.slick-slider .slick--next.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slick-slider .slick--prev {
  right: 80px;
}
.slick-slider .slick--next {
  right: 20px;
}
.slick-slider .slick--prev svg,
.slick-slider .slick--next svg {
  height: 33px;
  width: 46px;
}
.slick-slider .slick-counter {
  position: absolute;
  bottom: -65px;
  left: 10px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}
.slick-slider .slick-counter .current {
  padding-right: 9px;
  position: relative;
  color: #ffffff;
}
.slick-slider .slick-counter .current::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background: #ffffff;
  top: 12px;
  right: 0;
}
.slick-slider .slick-counter .total {
  padding-left: 12px;
}

.slider {
  width: 100%;
  margin: 0 auto;
}
.slider .list .slick-slide {
  margin-bottom: 0;
}

.slick-slide img {
  height: auto;
  margin: 0 auto;
}
.slick-slide figure {
  background: no-repeat center;
  background-size: cover;
}
.slick-slide a {
  display: block;
  margin: 0;
}

.slick-dots {
  text-align: right;
  position: absolute;
}
.slick-dots button {
  width: 30px;
  height: 2px;
  padding: 0;
  margin: 0;
  background: #ffffff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0.3;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
}

.slick-dots .slick-active button {
  opacity: 1;
}

.slick-arrow svg {
  width: 100%;
  transition: 0.3s;
}

.page--blog .headerPhoto {
  height: 400px;
  background-size: cover;
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-bottom: 100px;
}
.page--blog .headerPhoto.taniguchi {
  background-image: url(/static/kanaboon/fanclub/aopBlog/header-taniguchi.jpg);
}
.page--blog .headerPhoto.koga {
  background-image: url(/static/kanaboon/fanclub/aopBlog/header-koga.jpg);
}
.page--blog .headerPhoto.koizumi {
  background-image: url(/static/kanaboon/fanclub/aopBlog/header-koizumi.jpg);
}
.page--blog .headerPhoto.endo {
  background-image: url(/static/kanaboon/fanclub/aopBlog/header-endo.jpg);
}
.page--blog .headerPhoto.staff {
  background-image: url(/static/kanaboon/fanclub/aopBlog/header-staff.jpg);
}
.page--blog .headerPhoto:before {
  content: "";
  background: inherit;
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}
.page--blog .headerPhoto img {
  height: 100%;
  width: 100%;
  background-size: contain;
}
.page--blog.page--list .section--list:not(.list-all-blog) {
  padding-top: 0;
}
.page--blog .section--list .block--category {
  margin-bottom: 18px;
}
.page--blog .section--list .block--category li a {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--blog .section--list .block--category li.current a span::before {
  width: 100%;
  z-index: 1;
}
.page--blog .section--list .list--contents li a .list__txt .tit {
  font-weight: 700;
}
.page--blog .section--list .list--contents li a {
  position: relative;
}
.page--blog .section--list .list--contents li a.new .tit::after {
  content: "NEW";
  display: inline-block;
  color: #CE262F;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  margin-left: 8px;
}
.page--blog .section--list .no-data {
  font-size: 25px;
  margin: 50px auto;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  opacity: 0.7;
  text-align: center;
}
.page--blog .section--list.list-all-blog .list--contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
.page--blog .section--list.list-all-blog .list--contents:after {
  content: none;
}
.page--blog .section--list.list-all-blog .list--contents li {
  width: 48%;
  margin-right: 0;
}
.page--blog .section--list.list-all-blog .list--contents li a .thumb {
  margin: 0 auto 6px;
  width: 100%;
}
.page--blog .section--list.list-all-blog .list--contents .date span {
  color: #CE262F;
}
.page--blog .section--list.list-all-blog .list--contents .no-data {
  font-size: 20px;
  margin: 0 auto;
}
.page--blog .section--list .blog--archive .list--contents {
  max-width: 900px;
  margin: 0 auto;
}
.page--blog .section--detail .txt {
  margin-bottom: 20px;
}
.page--blog .section--detail .txt a {
  color: #1a1a1a;
}
.page--blog .section--detail .ph img {
  height: auto;
}
.page--blog .section--detail .block--form {
  margin-top: 60px;
}
.page--blog .section--detail .block--form p.tit-comment {
  margin-bottom: 10px;
  font-size: 13px;
}
.page--blog .section--detail .block--form .list--form textarea {
  height: 6em;
}
.page--blog .section--detail .block--form .errorTxt {
  font-size: 12px;
}
.page--blog .section--detail .block--comment .list--comment li.no-data {
  color: #989898;
  border-top: 1px solid #ddd;
}
.page--blog .section--detail .block--comment .list--comment li .name {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 14px;
}
.page--blog .section--detail .block--comment .list--comment li .txt {
  padding-bottom: 5px;
  line-height: 1.6;
  font-size: 12px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
}
.page--blog .section--detail .block--comment .list--comment li .date {
  border-bottom: none;
  font-size: 12px;
}
.page--blog .section--detail .block--comment .list--comment li .btn--delete {
  display: inline-block;
  margin-left: 8px;
}
.page--blog .section--detail .block--comment .list--comment li .btn--delete input {
  border: none;
  font-size: 11px;
  background: #ddd;
  padding: 4px;
  vertical-align: text-top;
  cursor: pointer;
}
.page--blog .section--detail .block--comment .pager__item--current::before {
  content: "";
  background: #1a1a1a;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: all 0.1s ease;
}
.page--blog .section--detail .comment--area .tit {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.page--blog .section--detail .comment--area dl {
  font-size: 14px;
}
.page--blog .section--detail .comment--area dl dt {
  font-weight: 700;
}
.page--blog .section--detail .comment--area dl dd {
  margin-bottom: 10px;
}

.page--faq .wrap {
  background: #fff;
}

.page--feature.page--app-introduction .thumb_box {
  padding: 0;
}
.page--feature.page--app-introduction .thumb_box .tit {
  font-size: 13px;
  line-height: 1.4em;
  margin-top: 8px;
}
.page--feature.page--app-introduction .appli .howto_tit {
  color: #1a1a1a;
  border-radius: 0;
  border-bottom: 1px solid #1a1a1a;
  margin: 0 0 4px;
  padding: 5px 5px 8px;
  text-align: left;
}
.page--feature.page--app-introduction .appli .inst {
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 6px;
}
.page--feature.page--app-introduction .appli .howto_tit + .inst {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.6;
  border-bottom: none;
}
.page--feature.page--app-introduction .images {
  margin: 5px auto 15px;
  width: 70%;
  max-width: 500px;
}
.page--feature.page--app-introduction .btn .main {
  background: #1a1a1a;
  margin: 1em 0;
  color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  border-radius: 10px;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.5s 0s ease;
}
.page--feature .wrap {
  background-color: #fff;
}

body.feature .wrap {
  background-color: #fff;
}
body.feature.puzzle #main {
  padding: 140px 0 120px;
}
@media screen and (min-width: 961px) {
  body.feature.puzzle #main {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.feature.puzzle #main {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
body.feature.puzzle #main #content {
  background-image: none;
}
body.feature.puzzle #main #content .list--howto li .txt {
  border-radius: 0;
}
body.feature.puzzle #main #content .btn {
  min-width: 300px;
  line-height: 60px;
  cursor: pointer;
  overflow: hidden;
}
body.feature.puzzle #main #content .btn .btn--push {
  color: #ffffff;
  font-size: 16px;
  line-height: 2.2;
}
body.feature.puzzle #main #content .btn.closeSW a {
  border-radius: 8px;
}
body.feature.puzzle #main .popup {
  background: rgba(27, 27, 27, 0.97);
}

.page--support.feature .section--detail .contents#courseChange #change .btn {
  margin-bottom: 30px;
}
.page--support.feature .section--detail .btn a.main {
  border: 2px solid #000;
  font-size: 16px;
  border-radius: 10px;
  width: 200px;
  margin: 0 auto;
  padding: 18px;
  transition: all 0.5s 0s ease;
}
.page--support.feature .section--detail .btn a.main::before {
  content: none;
}
.page--support.feature .section--detail .contents#courseChange #change .pattern > li {
  border: 1px solid #000;
}
.page--support .section--detail .tit,
.page--support .section--detail h2 {
  font-weight: normal;
}
.page--support .section--detail .list--support a,
.page--support .section--detail .supportList a {
  text-decoration: underline;
}
.page--support .section--detail .list--support dt,
.page--support .section--detail .supportList dt {
  font-weight: bold;
}
.page--support .section--detail .list--support dd,
.page--support .section--detail .supportList dd {
  margin-bottom: 1.5em;
}
.page--support .section--detail .supportList ol {
  padding-left: 2em;
}
.page--support .section--detail .supportList ol li {
  list-style-type: decimal;
  text-indent: 0;
  padding-left: 0;
  margin-bottom: 4px;
}

.page--app .section--detail h2 {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--app .appList li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--app .appList li a .icoApp {
  width: 32%;
  overflow: hidden;
}
.page--app .appList li a .icoApp img {
  display: block;
  border-radius: 5%;
}
.page--app .appList li a .text-wrap {
  width: 60%;
}
.page--app .appList li a .text-wrap .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
}

/*  footer */
footer {
  width: 100%;
  background: #202020;
  color: #ffffff;
}
footer .logo {
  margin-bottom: 15px;
  width: 440px;
}
footer .logo svg {
  width: 100%;
  fill: #ffffff;
}
footer .logo svg .cls-1 {
  fill: #ffffff;
}
body:not(.page--home) footer .logo {
  margin-bottom: 30px;
  width: 300px;
}
body:not(.page--home) footer .list--support {
  display: none;
}
footer .footer--sns {
  text-align: center;
}
footer .footer--sns i {
  color: #1a1a1a;
  font-size: 16px;
}
footer .footer--sns .sns_youtube i,
footer .footer--sns .sns_tiktok i {
  padding-left: 1px;
}
footer .footer--sns svg {
  fill: #1a1a1a;
  width: 17px;
  height: 17px;
}
footer .copyright {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  opacity: 0.7;
}

/*  Popin */
.page--home .jstream-wrap .h5_player {
  transform: translateX(-50%);
}

.section--redirect {
  padding: 140px 0 120px;
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}

/* only IE */
@media screen and (min-width: 961px) {
  .page-tit {
    margin: 0 0 2em;
    text-align: center;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
  }
  .page-tit svg {
    height: 100px;
  }
  .wrap {
    padding-bottom: 100px;
  }
  body:not(.page--home) .wrap {
    width: calc(100% - 100px);
  }
  .block--form dt {
    font-size: 13px;
    font-weight: bold;
  }
  a:hover {
    opacity: 0.7;
    transition: all 0.5s 0s ease;
  }
  #app-bnr {
    display: none !important;
  }
  .list--error li {
    font-size: 13px;
  }
  .list--information li:last-child {
    margin-bottom: 0;
  }
  .list--information li a {
    position: relative;
    left: 0;
    transition: all 0.5s 0s ease;
  }
  .list--information li a .date {
    font-size: 15px;
  }
  .list--information li a .tit {
    font-size: 15px;
  }
  .list--horizontal {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .list--horizontal li {
    width: 48%;
    margin: 0 0 60px 0;
  }
  .list--horizontal li a .thumb {
    overflow: hidden;
  }
  .list--horizontal li a .thumb img {
    transition: all 0.5s 0s ease;
  }
  .list--horizontal li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 3;
    transform: scaleX(0);
    mix-blend-mode: hard-light;
    opacity: 0.8;
    transition: all 0.5s 0s ease;
  }
  .list--horizontal li a .thumb::after {
    content: "VIEW DETAIL";
    display: block;
    width: 100%;
    color: #FFF;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    z-index: 3;
    opacity: 0;
    text-align: center;
    font-size: 1em;
    line-height: 1;
    transition: all 0.5s 0s ease;
  }
  .list--horizontal li a:hover {
    opacity: 1;
  }
  .list--horizontal li a:hover .thumb:before {
    transform: scaleX(2.1);
  }
  .list--horizontal li a:hover .thumb:after {
    opacity: 1;
  }
  .list--horizontal li:nth-child(2n) {
    margin-right: 0;
  }
  .list--horizontal li a .thumb {
    width: 100%;
    line-height: 0;
  }
  .list--horizontal li a:hover .thumb:after {
    opacity: 1;
  }
  .list--horizontal li.no-data {
    font-size: 25px;
  }
  .list--movie {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .list--movie li {
    width: 48%;
    margin: 0 0 60px 0;
  }
  .list--movie li a .thumb {
    overflow: hidden;
  }
  .list--movie li a .thumb img {
    transition: all 0.5s 0s ease;
  }
  .list--movie li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 3;
    transform: scaleX(0);
    mix-blend-mode: hard-light;
    opacity: 0.8;
    transition: all 0.5s 0s ease;
  }
  .list--movie li a .thumb::after {
    content: "VIEW DETAIL";
    display: block;
    width: 100%;
    color: #FFF;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    z-index: 3;
    opacity: 0;
    text-align: center;
    font-size: 1em;
    line-height: 1;
    transition: all 0.5s 0s ease;
  }
  .list--movie li a:hover {
    opacity: 1;
  }
  .list--movie li a:hover .thumb:before {
    transform: scaleX(2.1);
  }
  .list--movie li a:hover .thumb:after {
    opacity: 1;
  }
  .list--movie li:nth-child(2n) {
    margin-right: 0;
  }
  .list--movie li a .thumb {
    overflow: hidden;
  }
  .list--contents::after {
    content: "";
    display: block;
    clear: both;
  }
  .list--contents li {
    width: 100%;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li .thumb {
    overflow: hidden;
  }
  .list--contents li:nth-child(odd):not(.no-data) {
    margin-right: 4%;
  }
  .list--contents.video {
    padding: 50px 0 0;
  }
  .btn a,
  .btn input {
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
  }
  .btn a:before,
  .btn input:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .btn .btn--main {
    transition: all 0.3s;
  }
  .btn .btn--main:hover {
    color: #1a1a1a;
    background: #ffffff;
  }
  .btn .btn--sub {
    transition: all 0.3s;
    background: #efefef;
  }
  .btn .btn--sub:hover {
    background: #ddd;
  }
  .tit--area a svg {
    transform: 0.3s;
  }
  .tit--area a:hover {
    opacity: 1;
  }
  .tit--area a:hover svg {
    transform: translateX(10px);
  }
  .list__more a svg {
    transition: 0.3s;
  }
  .list__more a:hover {
    opacity: 1;
  }
  .list__more a:hover svg {
    transform: translateX(10px);
  }
  .detail__btn {
    font-size: 20px;
    margin: 40px 0 0;
  }
  .detail__btn a {
    transition: 0.3s;
  }
  .detail__btn a:hover {
    opacity: 1;
  }
  .detail__btn a span {
    position: relative;
  }
  .detail__btn a span:before {
    content: "";
    background: #ffffff;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
    transition: all 0.1s ease;
  }
  .detail__btn a:hover span:before {
    width: 100%;
    z-index: 1;
  }
  .block--category li {
    display: inline-block;
    border: none;
    position: relative;
  }
  .block--category li a {
    display: block;
    padding: 6px;
  }
  .block--pager {
    max-width: 1500px;
    width: 80%;
    margin: 60px auto 0;
  }
  .block--pager li {
    margin: 0 4px;
  }
  .block--pager li a {
    font-size: 20px;
    transition: 0.3s;
    white-space: nowrap;
    position: relative;
  }
  .block--pager li a span {
    position: relative;
    left: 1px;
  }
  .block--pager li a svg {
    fill: #1a1a1a;
  }
  .block--pager .pager__item--newer svg,
  .block--pager .pager__item--older svg {
    position: relative;
  }
  .block--pager .pager__item--newer:hover a svg {
    transform: scale(-1, 1) translateX(10%);
  }
  .block--pager .pager__item--older {
    float: right;
  }
  .block--pager .pager__item--older:hover a svg {
    transform: translateX(10%);
  }
  .block--pager .pager__item--other a::before {
    content: "";
    background: #1a1a1a;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
    transition: all 0.1s ease;
  }
  .block--pager .pager__item--other a:hover {
    opacity: 1;
  }
  .block--pager .pager__item--other a:hover::before {
    width: 100%;
    z-index: 1;
  }
  .block--pager .pager__item--current,
  .block--pager .pager__item--other {
    width: auto;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  header {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 100vh;
    background: transparent;
  }
  header .logo {
    position: absolute;
    left: 3%;
    top: 70px;
    max-width: 130px;
  }
  header .logo a {
    display: block;
    line-height: 1;
  }
  .drawer__btn {
    cursor: pointer;
  }
  .drawer .drawer-inner {
    width: calc(100% - 100px);
  }
  .drawer [class^=wrap--] {
    justify-content: center;
  }
  .drawer [class^=nav--] .g-nav > li {
    margin-bottom: 5px;
    line-height: 1;
  }
  .drawer [class^=nav--] .g-nav > li.puzzle, .drawer [class^=nav--] .g-nav > li.omikuji {
    margin-top: -10px;
  }
  .drawer [class^=nav--] .g-nav > li a {
    padding: 0 0 8px;
    font-size: 22px;
    position: relative;
  }
  .drawer [class^=nav--] .g-nav > li a.jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 18px;
  }
  .drawer [class^=nav--] .g-nav > li a span {
    position: relative;
  }
  .drawer [class^=nav--] .g-nav > li a span:before {
    content: "";
    background: #ffffff;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
    transition: all 0.1s ease;
  }
  .drawer [class^=nav--] .g-nav > li a:hover span:before {
    width: 100%;
    z-index: 1;
  }
  .drawer .nav--free .block--logo {
    margin-bottom: 25px;
  }
  .drawer .nav--free .block--logo .logo {
    width: 30vw;
    max-width: 500px;
  }
  .drawer .nav--free .g-nav.free > li a span:before {
    background: #ffffff;
  }
  .drawer .nav--member {
    margin-top: 10px;
  }
  .drawer .nav--member .g-nav > li {
    margin-bottom: 15px;
  }
  .drawer .nav--member .g-nav > li a span:before {
    background: #1a1a1a;
    height: 2px;
  }
  .drawer .nav--member .block--logo {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin: 0 0 30px;
    position: relative;
  }
  .drawer .nav--member .block--logo .logo-fc {
    width: 280px;
    line-height: 0;
    display: block;
    margin-right: 20px;
  }
  .drawer .nav--member .block--logo .login--btn {
    margin-bottom: 0;
    line-height: 1;
  }
  .drawer .nav--member .block--logo .login--btn li {
    display: inline-block;
    width: auto;
    position: relative;
  }
  .drawer .nav--member .block--logo .login--btn a {
    min-width: unset;
    font-size: 16px;
    transition: 0.3s;
  }
  .drawer .nav--member .block--logo .login--btn a:hover {
    transform: rotate(-10deg) scale(1.2);
    opacity: 1;
  }
  .drawer .nav--member .menu-diver-only li a,
  .drawer .nav--member .joinArea li a {
    padding: 0 0 8px;
    font-size: 22px;
    position: relative;
  }
  .drawer .nav--member .menu-diver-only li a.jp,
  .drawer .nav--member .joinArea li a.jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 18px;
  }
  .drawer .nav--member .menu-diver-only li a span,
  .drawer .nav--member .joinArea li a span {
    position: relative;
  }
  .drawer .nav--member .menu-diver-only li a span:before,
  .drawer .nav--member .joinArea li a span:before {
    content: "";
    background: #1a1a1a;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
    transition: all 0.1s ease;
  }
  .drawer .nav--member .menu-diver-only li a:hover span:before,
  .drawer .nav--member .joinArea li a:hover span:before {
    width: 100%;
  }
  .drawer .nav--member .tit-diver-only svg {
    width: 120px;
    height: 38px;
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home.scrolled header h1 svg {
    fill: #ffffff;
  }
  .page--home.scrolled .section--sns a {
    color: #ffffff;
  }
  .page--home .slick-dots li {
    cursor: pointer;
    margin: 0 1px;
  }
  .page--home .slick-slider .slick--prev,
  .page--home .slick-slider .slick--next {
    top: -40px;
  }
  .page--home .slick-slider .slick--prev svg,
  .page--home .slick-slider .slick--next svg {
    stroke: #ffffff;
  }
  .page--home .slick-slider .slick--prev:hover {
    transform: translateX(-10%);
  }
  .page--home .slick-slider .slick--next:hover {
    transform: translateX(10%);
  }
  .page--home .slick-slider .slick-counter .current {
    font-size: 62px;
  }
  .page--home .slick-slider .slick-counter .total {
    font-size: 32px;
  }
  .page--home footer {
    padding: 200px 4vw 30px;
    height: auto !important;
    position: relative;
    margin-top: -200px;
  }
  .page--home footer .copyright {
    font-size: 13px;
  }
  .page--home footer .copyright::before {
    margin: 0 0 0 10px;
  }
  .page--home footer .nav--support {
    display: block;
    width: 500px;
    margin-bottom: 120px;
  }
  .page--home .section--keyvisual {
    height: calc(100vh - 14vw);
    margin: 0;
    padding: 80px 0 0;
  }
  .page--home .section--keyvisual .logo {
    width: 320px;
  }
  .page--home .section--keyvisual .keyvisual {
    width: calc(100% - 100px);
  }
  .page--home .scroll {
    z-index: 10;
  }
  .page--home .list--sns {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: 120px;
    transform-origin: bottom right;
    transform: rotate(90deg);
    position: fixed;
    bottom: 40px;
    right: 120px;
  }
  .page--home .list--sns li {
    background: #ffffff;
    padding: 7px 15px;
    margin: 5px 0;
    display: flex;
    justify-content: space-around;
    justify-content: start;
  }
  .page--home .list--sns li a {
    transition: 0.3s;
  }
  .page--home .list--sns li a:hover {
    color: #1a1a1a;
  }
  .page--home .list--sns i {
    font-size: 18px;
    padding: 0 10px;
    transform: rotate(-90deg);
  }
  .page--home .contents {
    position: relative;
    z-index: 2;
    padding: 120px 5% 250px;
  }
  .page--home .list--information {
    width: 100%;
  }
  .page--home .list--information .no-data {
    text-align: left;
  }
  .page--home .block-tit,
  .page--home .section-tit {
    font-size: 50px;
  }
  .page--home .free-area {
    width: calc(100% - 100px) !important;
    padding: calc(10vw + 80px) 0 250px;
  }
  .page--home .section--bnr {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: -13.5vw;
    left: 0;
    width: calc(100% - 100px);
    overflow: hidden;
    opacity: 1;
  }
  .page--home .section--bnr .slick-slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .page--home .section--bnr .slick-track {
    margin: 0 auto;
  }
  .page--home .section--bnr .slick-dots {
    margin: 0 auto;
  }
  .page--home .section--bnr .bnrList .slick-list li, .page--home .section--bnr.section--bnr--single .bnrList li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
  }
  .page--home .section--bnr .bnrList .slick-list li a, .page--home .section--bnr.section--bnr--single .bnrList li a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .page--home .section--bnr .bnrList .slick-list li a img, .page--home .section--bnr.section--bnr--single .bnrList li a img {
    transition: all 0.5s 0s ease;
  }
  .page--home .section--bnr .bnrList .slick-list li a::before, .page--home .section--bnr.section--bnr--single .bnrList li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 2;
    transform: scaleX(0);
    mix-blend-mode: hard-light;
    opacity: 0.9;
    transition: all 0.5s 0s ease;
  }
  .page--home .section--bnr .bnrList .slick-list li a::after, .page--home .section--bnr.section--bnr--single .bnrList li a::after {
    content: "VIEW DETAIL";
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    line-height: 1.5;
    position: absolute;
    top: 46%;
    z-index: 3;
    opacity: 0;
    text-align: center;
    font-size: 1em;
    line-height: 1;
    transition: all 0.5s 0s ease;
  }
  .page--home .section--bnr .bnrList .slick-list li a:hover, .page--home .section--bnr.section--bnr--single .bnrList li a:hover {
    opacity: 1;
  }
  .page--home .section--bnr .bnrList .slick-list li a:hover:before, .page--home .section--bnr.section--bnr--single .bnrList li a:hover:before {
    transform: scaleX(2.1);
  }
  .page--home .section--bnr .bnrList .slick-list li a:hover:after, .page--home .section--bnr.section--bnr--single .bnrList li a:hover:after {
    opacity: 1;
  }
  .page--home .section--bnr .bnrList .slick-list li::after, .page--home .section--bnr.section--bnr--single .bnrList li::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
    mix-blend-mode: hard-light;
    pointer-events: none;
  }
  .page--home .section--bnr .bnrList .slick-list li:hover::after, .page--home .section--bnr.section--bnr--single .bnrList li:hover::after {
    opacity: 1;
  }
  .page--home .section--bnr.section--bnr--single .bnrList li {
    width: 30vw;
    margin: 0 auto;
    display: block;
  }
  .page--home .section--info .block--live,
  .page--home .section--info .block--media {
    width: calc(50% - 6vw);
  }
  .page--home .section--info .block--live .list--information li a,
  .page--home .section--info .block--media .list--information li a {
    display: block;
  }
  .page--home .section--info .block--live {
    margin-right: 0;
  }
  .page--home .section--video .video {
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
  }
  .page--home .section--video .slick-slide {
    transform: translateX(calc(-25px - 70%));
  }
  .page--home .section--video .block--txt {
    width: 80%;
    line-height: 1.4;
    position: absolute;
    top: 0;
    font-size: 2vw;
    font-weight: 700;
    padding-top: 10px;
    z-index: 10;
    word-break: break-all;
    opacity: 0;
  }
  .page--home .section--video .block--txt p {
    display: inline;
    background: #ffffff;
  }
  .page--home .section--video li a {
    position: relative;
  }
  .page--home .section--video li a .thumb {
    position: relative;
    overflow: hidden;
  }
  .page--home .section--video li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 2;
    transform: scaleX(0);
    mix-blend-mode: hard-light;
    opacity: 0.9;
    transition: all 0.5s 0s ease;
  }
  .page--home .section--video li a .thumb::after {
    content: "VIEW DETAIL";
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    line-height: 2;
    position: absolute;
    top: 46%;
    z-index: 3;
    opacity: 0;
    text-align: center;
    font-size: 1rem;
    transition: all 0.5s 0s ease;
  }
  .page--home .section--video li a:hover {
    opacity: 1;
  }
  .page--home .section--video li a:hover .thumb:before {
    transform: scaleX(2.1);
  }
  .page--home .section--video li a:hover .thumb:after {
    opacity: 1;
  }
  .page--home .section--member {
    width: calc(100% - 100px) !important;
  }
  .page--home .section--member .login--btn a {
    transition: 0.3s;
  }
  .page--home .section--member .login--btn a:hover {
    transform: rotate(-10deg) scale(1.2);
    opacity: 1;
  }
  .page--home .section--member .section--inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 6%;
  }
  .page--home .section--member [class^=section--] .text-wrap {
    display: inline-block;
    vertical-align: top;
  }
  .page--home .section--member [class^=section--] .list__more a {
    position: relative;
  }
  .page--home .section--member [class^=section--] .list__more a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    mix-blend-mode: difference;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    pointer-events: none;
    transition: 0.3s;
  }
  .page--home .section--member [class^=section--] .list__more a:hover::before {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .page--home .section--member [class^=section--].no-data .thumb {
    width: 32%;
    display: inline-block;
  }
  .page--home .section--member [class^=section--].no-data .text-wrap {
    display: inline-block;
    vertical-align: top;
    width: 64%;
    text-align: left;
  }
  .page--home .section--member .block--movie {
    width: 100%;
    margin-bottom: 30px;
  }
  .page--home .section--member .block--blog ul li a .thumb {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
  }
  .page--home .section--member .block--blog ul li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 2;
    transform: scaleX(0);
    mix-blend-mode: hard-light;
    opacity: 0.8;
    transition: all 0.25s 0s ease;
  }
  .page--home .section--member .block--blog ul li a .thumb::after {
    content: "VIEW DETAIL";
    display: block;
    width: 100%;
    color: #ffffff;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.5rem);
    z-index: 3;
    opacity: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    transition: all 0.5s 0s ease;
  }
  .page--home .section--member .block--blog ul li a:hover {
    opacity: 1;
  }
  .page--home .section--member .block--blog ul li a:hover .thumb:before {
    transform: scaleX(2.1);
  }
  .page--home .section--member .block--blog ul li a:hover .thumb:after {
    opacity: 1;
  }
  .page--home .section--member .block--moment ul li a:hover {
    opacity: 1;
  }
  .page--home .section--member .block--moment ul li a:hover .thumb:before {
    transform: scaleX(2.1);
  }
  .page--home .section--member .block--moment ul li a:hover .thumb:after {
    opacity: 1;
  }
  .page--home .section--member .block--moment ul li a:hover .thumb .member-only::before {
    opacity: 0;
    filter: blur(40px);
  }
  .page--home .section--member .block--movie .slick-slider .slick-slide {
    transform: translateX(calc(-25px - 68%));
    margin-right: 25px;
  }
  .page--home #popup {
    display: none;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1000;
  }
  .page--home #popup.close {
    display: none;
  }
  .page--home #popup .popupIn {
    z-index: 1100;
    position: absolute;
    top: 49%;
    left: 50%;
    width: 70vw;
    transform: translate(-50%, -50%);
  }
  .page--home #popup .inner {
    padding: 0;
    text-align: center;
    background: 0 0;
  }
  .page--home #popup .inner .video {
    border-top: 4px solid #151513;
    border-bottom: 4px solid #151513;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .page--home #popup .inner iframe {
    width: 100%;
    height: 110vw;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .page--home #popup .close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -50px;
    right: 0;
    cursor: pointer;
  }
  .page--home #popup .close span {
    height: 4px;
    position: absolute;
    background: #f7f7f7;
    top: 20px;
    width: 40px;
  }
  .page--home #popup .close .top {
    position: absolute;
    transform: rotate(-45deg);
  }
  .page--home #popup .close .bottom {
    position: absolute;
    transform: rotate(45deg);
  }
  .page--home #popup,
  .page--home #popup .closeBg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .page--list .section-tit {
    margin: 0 0 60px;
  }
  .page--list .section--list {
    padding: 160px 0 60px;
  }
  .page--list .section--list .section--inner {
    max-width: 1500px;
    width: 80%;
    margin: 0 auto;
  }
  .page--detail .section--detail {
    padding: 140px 0 120px;
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
  }
  .page--detail .section--detail .section-tit {
    margin: 0 0 30px;
  }
  .page--detail .section--detail .tit {
    font-size: 23px;
    margin-bottom: 5px;
  }
  .page--detail .section--detail .date-wrap .date {
    font-size: 32px;
    margin: 0 0 24px;
  }
  .page--detail .section--detail .date-wrap .week {
    color: #dddddd;
    font-size: 20px;
    color: #ffffff;
  }
  .page--detail .section--detail .date-wrap .label {
    font-size: 15px;
    padding-left: 24px;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    position: relative;
  }
  .page--detail .section--detail .date-wrap .label::before {
    content: "";
    width: 10px;
    height: 2px;
    bottom: 2px;
    left: 1px;
    background: #1a1a1a;
    position: absolute;
  }
  .page--detail .section--detail .block--pager {
    width: 100%;
  }
  .page--detail .block--share li {
    font-size: 20px;
  }
  .page--detail .block--share li a {
    padding: 0 7px;
  }
  .page--detail .block--share li a svg {
    width: 18px;
    height: 18px;
  }
  .page--detail .block--share li a:hover {
    opacity: 1;
    color: #1a1a1a;
  }
  .page--detail .block--share li a:hover svg {
    fill: #1a1a1a;
  }
  .page--detail .block--share li.share {
    font-size: 16px;
    vertical-align: 1px;
    margin-right: 5px;
  }
  .page--detail .block--share li.line-icon {
    display: none;
  }
  .page--info:not(.page--schedule) .section--list .block--category {
    margin: 0 0 20px;
  }
  .page--info .section--list .block--category .list__select a {
    opacity: 1;
  }
  .page--info .section--list .block--category .list__select a span {
    position: relative;
  }
  .page--info .section--list .block--category .list__select a span:before {
    content: "";
    background: #ffffff;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
    transition: all 0.1s ease;
  }
  .page--info .section--list .block--category .list__select a:hover span:before {
    width: 100%;
    z-index: 1;
  }
  .page--info .section--list .block--category .list__select .current a span:before {
    width: 100%;
    z-index: 1;
  }
  .page--info .section--list .list--info {
    margin: 0 auto 160px;
  }
  .page--info .section--list .list--info li a {
    padding: 20px 0;
    display: block;
  }
  .page--info .section--list .list--info li a .date {
    font-size: 15px;
    margin-right: 10px;
    line-height: 1;
    margin: 0 0 8px;
  }
  .page--info .section--detail .event-start {
    margin: 0 0 1em;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    font-size: 22px;
  }
  .page--info .section--detail .week {
    display: inline-block;
    margin-left: 0.5em;
  }
  .page--info .section--detail .txt--basic {
    margin: 50px 0;
    min-height: 200px;
  }
  .page--info .txt a {
    color: #1a1a1a;
  }
  .page--info .ph {
    margin-top: 30px;
  }
  .page--schedule .block--month {
    margin-bottom: 10px;
  }
  .page--schedule .block--month li a:hover {
    opacity: 0.5;
  }
  .page--schedule .block--month .tit {
    font-size: 62px;
  }
  .page--schedule .block--month .tit span {
    font-size: 32px;
  }
  .page--schedule .list__select li {
    transition: 0.3s;
  }
  .page--schedule .list__select li:hover {
    opacity: 0.7;
  }
  .page--schedule .list__select li label,
  .page--schedule .list__select li a {
    cursor: pointer;
  }
  .page--video .list--contents a {
    display: block;
    float: left;
    width: 46%;
    margin-right: 4%;
  }
  .page--video .list--contents li:nth-child(even) a {
    margin-right: 0;
  }
  .page--video .list--contents .list__txt .tit {
    display: inline;
    background: #000;
    font-weight: 700;
    padding: 2px 10px;
  }
  .page--video .list--contents a {
    display: block;
  }
  .page--video .list--contents li {
    position: relative;
  }
  .page--video .list--contents li.new:before {
    content: "NEW";
    color: #CE262F;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    font-size: 28px;
    display: block;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 2;
  }
  .page--disco .section--list .block--category {
    margin: 0 0 30px;
  }
  .page--disco .section--list .block--category .list__select a {
    opacity: 1;
  }
  .page--disco .section--list .block--category .list__select a span {
    position: relative;
  }
  .page--disco .section--list .block--category .list__select a span:before {
    content: "";
    background: #ffffff;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
    transition: all 0.1s ease;
  }
  .page--disco .section--list .block--category .list__select a:hover span:before {
    width: 100%;
    z-index: 1;
  }
  .page--disco .section--list .block--category .list__select .current a span:before {
    width: 100%;
    z-index: 1;
  }
  .page--disco .section--list .list--discography {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .page--disco .section--list .list--discography li {
    width: 32%;
    margin: 0 0 40px 0;
  }
  .page--disco .section--list .list--discography li:nth-child(3n) {
    margin-right: 0;
  }
  .page--disco .section--list .list--discography li a .thumb {
    overflow: hidden;
  }
  .page--disco .section--list .list--discography li a .thumb img {
    transition: all 0.5s 0s ease;
  }
  .page--disco .section--list .list--discography li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 3;
    transform: scaleX(0);
    mix-blend-mode: hard-light;
    opacity: 0.8;
    transition: all 0.5s 0s ease;
  }
  .page--disco .section--list .list--discography li a .thumb::after {
    content: "VIEW DETAIL";
    display: block;
    width: 100%;
    color: #fff;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    z-index: 3;
    opacity: 0;
    text-align: center;
    font-size: 1em;
    line-height: 1;
    transition: all 0.5s 0s ease;
  }
  .page--disco .section--list .list--discography li a:hover {
    opacity: 1;
  }
  .page--disco .section--list .list--discography li a:hover .thumb:before {
    transform: scaleX(2.1);
  }
  .page--disco .section--list .list--discography li a:hover .thumb:after {
    opacity: 1;
  }
  .page--disco .section--list .list--discography:after {
    display: block;
    content: "";
    width: 32%;
  }
  .page--disco .section--list .list--discography li figure {
    overflow: hidden;
  }
  .page--disco .section--list .list--discography li figure img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .page--disco .section--list .list--discography li figure img:before {
    opacity: 0.9;
  }
  .page--disco .section--list .list--discography li figure:nth-child(4n) {
    margin-right: 0;
  }
  .page--disco .section--list .list--discography li a .thumb:before {
    background: #ffffff;
    opacity: 0.9;
  }
  .page--disco .section--list .list--discography li a .thumb:after {
    content: none;
  }
  .page--disco .section--list .list--discography li a:hover .block--txt {
    opacity: 1;
  }
  .page--disco .section--list .block--txt {
    opacity: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .page--disco .section--list .block--txt .tit {
    font-size: 16px;
    font-weight: 700;
    word-break: break-all;
  }
  .page--disco .section--list .block--txt .date {
    display: inline-block;
    font-size: 15px;
  }
  .page--disco .section--list .block--txt .label {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    margin-bottom: 2px;
    background: #1a1a1a;
    color: #fff;
    font-size: 12px;
  }
  .page--disco .section--detail {
    max-width: 960px;
  }
  .page--disco .section--detail .flex--wrap {
    display: flex;
    justify-content: start;
    align-items: stretch;
    margin-bottom: 50px;
  }
  .page--disco .section--detail .flex--wrap .block--jacket {
    width: 40%;
    margin-right: 4%;
    min-width: 400px;
    max-width: 600px;
  }
  .page--disco .section--detail .list--jacket {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: column;
  }
  .page--disco .section--detail .list--jacket li {
    margin-bottom: 30px;
  }
  .page--disco .section--detail .block--detail {
    margin-bottom: 50px;
  }
  .page--disco .section--detail .block--detail .tit {
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 0.2em;
    font-weight: 700;
  }
  .page--disco .section--detail .slick--prev:hover svg {
    transform: scale(-1, 1) translateX(10%);
  }
  .page--disco .section--detail .slick--next:hover svg {
    transform: translateX(10%);
  }
  .page--disco .section--detail .slick-disabled.slick--prev:hover svg {
    transform: scale(-1, 1);
  }
  .page--disco .section--detail .slick-disabled.slick--next:hover svg {
    transform: none;
  }
  .page--disco .section--detail .slick-dots li:hover button {
    background: #1a1a1a;
  }
  .page--entry #terms {
    display: none;
  }
  .page--entry .page--entry .section--detail .block--contents .list--contents li.blank .inner {
    background: #000000;
  }
  .page--entry .section--detail .block--entry .block-tit,
  .page--entry .section--detail .block--device .block-tit {
    font-size: 22px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.2;
    font-style: normal;
  }
  .page--entry [class^=block--] .block-tit {
    margin: 0 0 40px;
    text-align: center;
  }
  .page--entry [class^=block--] table {
    width: 650px;
    margin: 0 auto 40px;
    border: none;
  }
  .page--entry [class^=block--] table th {
    width: 175px;
    padding: 20px;
    font-weight: bold;
    border: 3px solid #ffffff;
  }
  .page--entry [class^=block--] table td {
    padding: 20px;
    border: 3px solid #ffffff;
  }
  .page--entry [class^=block--] table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--entry .section--detail .video iframe {
    width: 560px !important;
    height: 315px !important;
    margin: 0 auto;
    display: block;
    position: inherit !important;
  }
  .page--entry .section--detail .lead {
    margin: 0 0 30px;
  }
  .page--entry .section--detail .block--logo {
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page--entry .section--detail .block--logo .logo-fc {
    width: 520px;
  }
  .page--entry .section--detail .block--contents {
    padding-top: 120px;
  }
  .page--entry .section--detail .block--contents .block-tit {
    font-weight: 700;
    color: inherit;
    font-size: 34px;
    line-height: 1;
    margin: 0 0 30px;
    color: #ffffff;
  }
  .page--entry .section--detail .block--contents .list--contents {
    padding: 0;
  }
  .page--entry .section--detail .block--contents .list--contents li {
    width: 46%;
    height: 260px;
    margin: 0 4% 40px 0;
  }
  .page--entry .section--detail .block--contents .list--contents li .inner {
    background: #222;
    position: relative;
    color: #ffffff;
    padding: 30px;
    z-index: 10;
    height: 100%;
  }
  .page--entry .section--detail .block--contents .list--contents li:nth-child(even) {
    margin-right: 0;
  }
  .page--entry .popup-inner {
    padding: 120px 0 0;
    color: #ffffff;
  }
  .page--entry .popup-inner .terms_check {
    text-align: center;
    margin: 0 0 20px;
  }
  .page--entry .popup-inner .terms_check .form__checkbox {
    display: inline-block;
  }
  .page--entry .popup-inner .tit {
    font-size: 26px;
    line-height: 1.6em;
    margin: 0 0 1em;
    font-weight: normal;
  }
  .page--entry .popup-inner .txt {
    margin-bottom: 1.5em;
  }
  .page--entry .popup-inner .list--support dt {
    font-weight: bold;
  }
  .page--entry .popup-inner .list--support dd {
    margin-bottom: 1.5em;
  }
  .page--entry .popup-inner .terms-list > li {
    margin: 0 0 1.5em;
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--entry .popup-inner .btn .btn--main {
    background: #ddd;
    color: #ffffff;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .page--entry .popup-inner .btn.checked .btn--main {
    background: #1a1a1a;
    color: #ffffff;
    pointer-events: auto;
  }
  .page--entry .popup-inner .form__checkbox label p::before {
    border-color: #000000;
  }
  .page--entry .support .courseChange .mainBtn a,
  .page--entry .support .entryArea .mainBtn a {
    font-size: 16px;
  }
  .page--photo .section-tit {
    line-height: 1.4;
  }
  .page--photo .section-tit.detail {
    font-size: 4.8vw;
  }
  .page--photo .list--horizontal li {
    width: 33.33%;
  }
  .page--movie.page--member .section--detail .block--player {
    border: 4px solid #1a1a1a;
  }
  .page--movie.category-movie.page--list .section--list .section-tit {
    margin-bottom: 60px;
  }
  .page--movie.category-movie.page--list .block--category-list .block-tit .list__more a {
    position: relative;
  }
  .page--movie.category-movie.page--list .block--category-list .block-tit .list__more a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 1px solid #1a1a1a;
    mix-blend-mode: difference;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    pointer-events: none;
    transition: 0.3s;
  }
  .page--movie.category-movie.page--list .block--category-list .block-tit .list__more a:hover::before {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .page--movie.category-movie.page--list .block--category-list .list--contents {
    gap: inherit;
  }
  .page--movie.category-movie.page--list .block--category-list .list--contents li {
    width: 48%;
    margin: 0;
  }
  .page--movie.category-movie.page--list .block--category-list .list--contents li:nth-child(2n) {
    margin-left: 4%;
  }
  .page--movie.category-movie.page--list .block--category-list .list--contents li .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 3;
    transform: scaleX(0);
    mix-blend-mode: hard-light;
    opacity: 0.8;
    transition: all 0.5s 0s ease;
  }
  .page--movie.category-movie.page--list .block--category-list .list--contents li .thumb::after {
    content: "VIEW DETAIL";
    display: block;
    width: 100%;
    color: #FFF;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    z-index: 3;
    opacity: 0;
    text-align: center;
    font-size: 1em;
    line-height: 1;
    transition: all 0.5s 0s ease;
  }
  .page--movie.category-movie.page--list .block--category-list .list--contents li a:hover {
    opacity: 1;
  }
  .page--movie.category-movie.page--list .block--category-list .list--contents li a:hover .thumb::before {
    transform: scaleX(2.1);
  }
  .page--movie.category-movie.page--list .block--category-list .list--contents li a:hover .thumb::after {
    opacity: 1;
  }
  .page--movie .section--list .section-tit {
    width: auto;
    height: auto;
    text-indent: 0;
  }
  .page--movie .section--list .leadBox .btn {
    text-align: left;
  }
  .page--movie .section--list .leadBox .btn a {
    text-align: center;
  }
  .page--movie .section--list .no-data {
    width: 100%;
  }
  .page--movie .section--detail .txt--basic {
    margin: 50px 0;
    min-height: 200px;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .section--detail .leadBox {
    margin-top: 50px;
    font-size: 14px;
    text-align: center;
  }
  .page--movie .txt {
    margin-bottom: 50px;
  }
  .page--movie .txt a {
    color: #1a1a1a;
  }
  .page--blog .section--list .block--category li a span {
    position: relative;
  }
  .page--blog .section--list .block--category li a span:before {
    content: "";
    background: #ffffff;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
    transition: all 0.1s ease;
  }
  .page--blog .section--list .block--category li a:hover span:before {
    width: 100%;
    z-index: 1;
  }
  .page--blog .section--list .list--contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 80px;
  }
  .page--blog .section--list .list--contents li {
    width: 48%;
    position: relative;
    margin-bottom: 50px;
  }
  .page--blog .section--list .list--contents li a .thumb {
    margin: 0 0 10px;
  }
  .page--blog .section--list .list--contents li a .thumb img {
    transition: all 0.5s 0s ease;
  }
  .page--blog .section--list .list--contents li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 2;
    transform: scaleX(0);
    mix-blend-mode: hard-light;
    opacity: 0.8;
    transition: all 0.5s 0s ease;
  }
  .page--blog .section--list .list--contents li a .thumb::after {
    content: "VIEW DETAIL";
    display: block;
    width: 100%;
    color: #ffffff;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    line-height: 1.5;
    position: absolute;
    top: 46%;
    z-index: 3;
    opacity: 0;
    text-align: center;
    font-size: 1em;
    transition: all 0.5s 0s ease;
  }
  .page--blog .section--list .list--contents li a:hover {
    opacity: 1;
  }
  .page--blog .section--list .list--contents li a:hover .thumb:before {
    transform: scaleX(2.1);
  }
  .page--blog .section--list .list--contents li a:hover .thumb:after {
    opacity: 1;
  }
  .page--blog .section--list .list--contents li a:hover .thumb .member-only::before {
    opacity: 0;
    filter: blur(40px);
  }
  .page--blog .section--list .list--contents.list--member li {
    width: 100%;
    margin-bottom: 0;
  }
  .page--blog .section--list .list--contents.list--member li a {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
  }
  .page--blog .section--list .list--contents.list--member li .list__txt {
    display: flex;
    align-items: center;
  }
  .page--blog .section--list .list--contents.list--member li .list__txt .date {
    min-width: 8em;
  }
  .page--blog .section--list.list-all-blog .list--contents:first-of-type {
    margin-bottom: 80px;
  }
  .page--blog .section--list.list-all-blog .list--contents li {
    margin-bottom: 80px;
  }
  .page--blog .section--list.list-all-blog .list--contents li a .thumb {
    overflow: hidden;
  }
  .page--blog .section--list.list-all-blog .list--contents li a .thumb:before {
    transition: 0.25s;
  }
  .page--blog .section--list .list--horizontal li a .thumb:after {
    height: 100%;
  }
  .page--blog .section--list .blog--archive {
    margin: 100px auto 0;
  }
  .page--blog .section--detail {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 40px;
    max-width: 900px;
  }
  .page--blog .section--detail .commentPost .btn {
    display: flex;
    justify-content: space-between;
    width: 630px;
    margin: 0 auto;
  }
  .page--blog .section--detail .block--pager .pager__item--other {
    width: auto;
    height: auto;
  }
  .page--blog .section--detail .pager-wrap .block--pager {
    margin-top: 20px;
  }
  .page--blog .section--detail .pager-wrap .block--pager .pager__item--current,
  .page--blog .section--detail .pager-wrap .block--pager .pager__item--other a {
    font-size: 16px;
  }
  .page--blog .section--detail .pager-wrap .block--pager .pager__item--other {
    width: 28px;
    height: 28px;
  }
  .page--blog .no-data {
    font-size: 25px;
    margin: 50px auto;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    opacity: 0.7;
  }
  .page--blog.comment .txt {
    text-align: center;
    margin-bottom: 10px;
  }
  .page--blog .block--form.form--comfirm {
    background: #222;
    padding: 30px;
    margin-bottom: 40px;
  }
  .page--blog .block--form.form--comfirm dt {
    margin-top: 0;
  }
  .page--blog .block--form.form--comfirm dd {
    margin-bottom: 50px;
  }
  .page--blog .block--form.form--comfirm dd:last-child {
    margin-bottom: 0;
  }
  .page--blog .list--comment {
    margin: 50px 0;
  }
  .page--blog .list--comment li {
    display: block;
    margin-bottom: 25px;
  }
  .page--blog .list--comment li.no-data {
    margin: 40px auto;
    padding: 20px;
    font-size: 17px;
  }
  .page--blog .list--comment li .name-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page--blog .list--comment li .name-wrap .date {
    color: #ffffff;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    margin-bottom: 0;
    font-size: 14px;
  }
  .page--blog .list--comment li .name-wrap .name {
    font-size: 14px;
    padding-left: 110px;
    position: relative;
    z-index: 1;
  }
  .page--blog .list--comment li .text {
    margin: 0 0 20px;
  }
  .page--blog.page--moment .section--list .block--tit {
    display: flex;
    margin-bottom: 60px;
  }
  .page--blog.page--moment .section--list .block--tit .section-tit {
    margin-bottom: 0;
  }
  .page--blog.page--moment .section--list .list--contents li {
    width: 33.333%;
  }
  .page--blog.page--moment .section--list .list--contents li:nth-child(3n-2) {
    margin-left: 0;
  }
  .page--blog.page--moment .section--list .list--contents li:nth-last-child(-n+3) {
    border-bottom: 1px solid #1a1a1a;
  }
  .page--blog.page--moment .section--list .list--contents li a .thumb::after {
    font-size: 1.2em;
  }
  .page--blog.page--moment .section--detail {
    width: calc(90vw - 100px);
    max-width: 1200px;
  }
  .page--blog.page--moment .section--detail .section--detail--inner .txt--wrap {
    display: flex;
  }
  .page--blog.page--moment .section--detail .section--detail--inner .txt--wrap .ph--wrap {
    width: 50%;
    height: min(45vw - 50px, 600px);
  }
  .page--blog.page--moment .section--detail .section--detail--inner .txt--wrap .txt {
    width: 50%;
    height: min(45vw - 50px, 600px);
    display: flex;
    flex-direction: column;
  }
  .page--blog.page--moment .section--detail .section--detail--inner .txt--wrap .txt--inner {
    padding: 2em;
    height: 100%;
    margin-bottom: 3em;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .page--blog.page--moment .section--detail .section--detail--inner .ph--wrap {
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .list--thumb {
    border-right: 1px solid #1a1a1a;
    margin: 0;
  }
  .page--qa [class^=section--] .name {
    font-size: 16px;
    padding-left: 110px;
  }
  .page--qa [class^=section--] .name span {
    top: -2px;
    left: 50px;
    font-size: 30px;
  }
  .page--qa .section--inner > .txt {
    margin: 0 0 40px;
    text-align: center;
  }
  .page--qa .section--list .section-tit {
    font-size: 4.8vw;
    font-feature-settings: "palt";
    line-height: 1;
  }
  .page--qa .section--list .list--qa {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .page--qa .section--list .list--qa li {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .page--qa .section--list .list--qa li a .thumb {
    overflow: hidden;
  }
  .page--qa .section--list .list--qa li a .thumb img {
    transition: all 0.5s 0s ease;
  }
  .page--qa .section--list .list--qa li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 3;
    transform: scaleX(0);
    mix-blend-mode: hard-light;
    opacity: 0.8;
    transition: all 0.5s 0s ease;
  }
  .page--qa .section--list .list--qa li a .thumb::after {
    content: "VIEW DETAIL";
    display: block;
    width: 100%;
    color: #FFF;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    z-index: 3;
    opacity: 0;
    text-align: center;
    font-size: 1em;
    line-height: 1;
    transition: all 0.5s 0s ease;
  }
  .page--qa .section--list .list--qa li a:hover {
    opacity: 1;
  }
  .page--qa .section--list .list--qa li a:hover .thumb:before {
    transform: scaleX(2.1);
  }
  .page--qa .section--list .list--qa li a:hover .thumb:after {
    opacity: 1;
  }
  .page--qa .section--list .list--qa li:nth-child(2n) {
    margin-right: 0;
  }
  .page--qa .section--list .list--qa li a {
    padding: 30px;
    height: 100%;
  }
  .page--qa .section--list .list--qa li a .name-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page--qa .section--list .list--qa li a .tit {
    margin: 0 0 20px;
  }
  .page--qa .section--list .list--qa li a:hover {
    background: #1a1a1a;
  }
  .page--qa .section--detail .block--form.form--comfirm {
    background: #222;
    padding: 30px;
    margin-bottom: 40px;
  }
  .page--qa .section--detail .block--form.form--comfirm dt {
    margin-top: 0;
  }
  .page--qa .section--detail .block--form.form--comfirm dd {
    margin-bottom: 50px;
  }
  .page--qa .section--detail .block--form.form--comfirm dd:last-child {
    margin-bottom: 0;
  }
  .page--qa .section--detail.answer [class^=block__] {
    padding: 40px 30px 40px 90px;
  }
  .page--qa .section--detail.answer [class^=block__] .txt {
    margin: 0 0 20px;
  }
  .page--qa .section--detail.answer [class^=ico--] {
    font-size: 100px;
    top: -30px;
    left: 14px;
    line-height: 1;
  }
  .page--qa .section--detail.answer .block__question {
    margin: 0 0 50px;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 30px;
  }
  body.feature.puzzle #main #content .btn .btn--push:hover {
    color: #1a1a1a;
    background: #ffffff;
    border: 1px solid #1a1a1a;
  }
  body.feature.puzzle #main .popup {
    z-index: 10;
  }
  .page--feature.page--app-introduction .btn .main:hover {
    color: #1a1a1a;
    background: #ffffff;
  }
  .page--support.feature .section--detail {
    padding-bottom: 0 !important;
  }
  .page--support.feature .section--detail .btn a.main:hover {
    border: 2px solid #000;
    background: #000;
    color: #ffffff;
  }
  .page--support .section--detail {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 150px 0 150px !important;
  }
  .page--support .section--detail .tit,
  .page--support .section--detail h2 {
    font-size: 28px;
    line-height: 1.6em;
    margin: 0 0 30px;
  }
  .page--support .section--detail .list--support a:hover,
  .page--support .section--detail .supportList a:hover {
    text-decoration: none;
  }
  .page--support .section--detail .list--support dt,
  .page--support .section--detail .supportList dt {
    margin-bottom: 4px;
  }
  .page--support .section--detail .list--support dd,
  .page--support .section--detail .supportList dd {
    font-size: 14px;
    line-height: 1.8;
  }
  .page--support .section--detail .terms-list > li {
    margin: 0 0 1.5em;
  }
  .page--support .tit {
    font-size: 32px;
    line-height: 1.6;
    margin: 0 0 1em;
    font-weight: normal;
  }
  .page--support .txt {
    margin-bottom: 1.5em;
  }
  .page--app .section--detail h2 {
    font-weight: 400;
    font-size: 40px;
  }
  .page--faq .section-tit {
    font-size: 28px !important;
  }
  /*　IE11,IE10　*/
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .page--faq .section-tit {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 961px) and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section-tit {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 961px) {
  .page--faq .section--list,
  .page--faq .section--detail {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 150px 0 60px !important;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
    font-weight: normal;
    text-align: left;
  }
  .page--faq .section--list .block--contact {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
  }
  .page--faq .section--list .block--contact a {
    transition: 0.3s;
  }
  .page--faq .section--list .block--contact a:hover {
    color: #1a1a1a;
    text-decoration: none;
  }
  .page--faq .section--list .btn {
    margin: 20px 0;
    text-align: center;
  }
  .page--faq .section--list .txt--sub {
    font-size: 12px;
  }
  .page--faq .searchBox {
    position: relative;
    width: 90%;
    margin: 40px auto 50px;
    max-width: 900px;
  }
  .page--faq .searchBox input[type=text] {
    padding: 0.5em 1em;
    width: 100%;
    background: #ffffff;
    color: #1a1a1a;
    border: none;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #505050;
    background: transparent;
    border: none;
    border-radius: 30px;
    position: absolute;
    top: 2px;
    right: 3px;
    z-index: 2;
    cursor: pointer;
  }
  .page--faq .faq-inner {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
  }
  .page--faq .tit--category {
    margin: 0 0 20px;
    font-weight: bold;
  }
  .page--faq .list--faq {
    margin: 0 0 60px;
  }
  .page--faq .list--faq li {
    border-bottom: 1px solid #ddd;
  }
  .page--faq .list--faq li:first-child {
    border-top: 1px solid #ddd;
  }
  .page--faq .list--faq li .tit {
    margin: 0 0 0 20px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: normal;
    text-align: left;
  }
  .page--faq .list--faq li a {
    display: flex;
    align-items: center;
    align-items: center;
    padding: 24px 0;
    text-decoration: none;
    transition: color 0.3s;
  }
  .page--faq .list--faq li a:hover {
    opacity: 1;
    color: #1a1a1a;
  }
  .page--faq .list--faq .icon--q {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    color: inherit;
    font-size: 15px;
    line-height: 1;
    line-height: 28px;
  }
  .page--faq .tit--category {
    margin: 0 0 20px;
    font-weight: bold;
  }
  .page--faq .block--faq-detail {
    border: 1px solid #ccc;
    padding: 25px;
    margin: 0 0 80px;
  }
  .page--faq .block--faq-detail dt {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin: 0 0 25px;
  }
  .page--faq .block--faq-detail .txt {
    padding-left: 40px;
  }
  .page--faq .block--faq-detail .txt a {
    transition: 0.3s;
    text-decoration: underline;
  }
  .page--faq .block--faq-detail .txt a:hover {
    color: #1a1a1a;
  }
  .page--faq .block--faq-detail .icon--q,
  .page--faq .block--faq-detail .icon--a {
    display: block;
    width: 28px;
    height: 28px;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    text-align: center;
    box-sizing: border-box;
    float: left;
    line-height: 26px;
    font-weight: normal;
    font-size: 13px;
  }
  .page--faq .block--faq-detail .icon--q {
    background: #1A1A1A;
    color: #fff;
  }
  .page--faq .block--faq-detail .icon--a {
    vertical-align: top;
    background: #ffffff;
    color: #1a1a1a;
  }
  .page--faq .block--contact {
    margin: 40px 0 0;
  }
  .page--faq .block--contact a {
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
  }
  .page--faq .block--contact a:hover {
    color: #1a1a1a;
    text-decoration: none;
  }
  .page--faq .block--contact a:hover + i {
    color: #1a1a1a;
  }
  .page--error .section--detail {
    margin-top: 250px;
    padding-right: 15%;
    padding-left: 15%;
    width: 100%;
    max-width: 1000px;
  }
  .page--error .section--detail .tit {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .slick-dots li:hover button {
    background: #ffffff;
    transition: all 0.5s 0s ease;
  }
  footer {
    padding: 60px 3% 20px;
    width: calc(100% - 100px);
  }
  footer .footer--sns {
    position: fixed;
    right: 40px;
    bottom: 25px;
    z-index: 110;
  }
  footer .footer--sns li a {
    transition: 0.3s;
  }
  footer .footer--sns li a:hover {
    color: #1a1a1a;
  }
  footer .footer--sns li:not(:last-child) {
    margin-bottom: 2px;
  }
  footer .list--support {
    margin-bottom: 40px;
  }
  footer .list--support dt {
    display: none;
  }
  footer .nav--support li {
    display: inline-block;
    font-size: 12px;
  }
  footer .nav--support li a {
    display: block;
    padding-right: 10px;
    transition: 0.3s;
  }
  footer .copyright {
    min-width: 280px;
    position: relative;
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .list--information li a .date {
    font-size: 13px;
  }
  .section--bnr .slick-slider .slick-dots {
    margin: 20px 0 0;
  }
  .page--home .section--member .section--movie .section-tit {
    font-size: 114px;
  }
  .drawer .nav--member .block--logo .logo-fc {
    height: 74px;
  }
  .drawer .wrap--free-menu .logo svg {
    width: 250px;
    height: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .page--home .section--member .block--contents.block--movie a.new:before {
    top: 3.5vw;
    left: -7vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-size: 15px;
    line-height: 1.5;
  }
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .block--form dt {
    font-size: 12px;
    font-weight: bold;
  }
  .slick-slider .slick--prev,
  .slick-slider .slick--next {
    bottom: -50px;
  }
  .slick-slider .slick--prev svg,
  .slick-slider .slick--next svg {
    width: 32px;
    height: 24px;
  }
  .slick-dots button {
    width: 28px;
  }
  .page-tit {
    margin: 0 0 0.5em;
    text-align: center;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
  }
  .page-tit svg {
    height: 66px;
  }
  .block-tit,
  .no-data .tit {
    display: inline-block;
    font-size: min(40px, 11vw);
    line-height: 1;
  }
  .btn a,
  .btn input {
    min-width: 90%;
    height: 60px;
    line-height: 60px;
  }
  .detail__btn {
    margin: 20px 0 0;
  }
  .block--pager a {
    display: block;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager__item--older {
    top: 10px;
  }
  .list--error li {
    font-size: 12px;
  }
  .date,
  .commingsoon {
    line-height: 1;
    font-size: 14px;
  }
  .list--information:not(.list--schedule) li a .date {
    width: 6em;
  }
  .list--information li a {
    padding: 20px 0;
    flex-direction: column;
  }
  .list--information li a .date-wrap {
    justify-content: flex-start;
    margin-bottom: 4px;
  }
  .list--information li a .date {
    margin-bottom: 5px;
    margin-right: 10px;
  }
  .list--information li a .tit {
    margin-left: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
  }
  .list--information.live li a .tit {
    margin-left: 0;
  }
  .list--information.live li a .date {
    width: 100%;
  }
  .list--information li:first-child a {
    padding-top: 0;
  }
  .list--information.new a .tit:after {
    margin-right: 6px;
    vertical-align: top;
  }
  .list--schedule .label {
    background: none;
    padding: 0;
    text-align: left;
  }
  .list--schedule li {
    border-bottom: 1px solid #272727;
  }
  .list--schedule li .date {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .list--schedule li .list__txt {
    width: 100%;
  }
  .list--schedule li a {
    border-bottom: none;
  }
  .list--schedule li.live02 a .date span {
    display: inline-block;
    padding-top: 0;
    padding-left: 21px;
  }
  .list--schedule li.live02 a .date span::before {
    height: 2px;
    width: 12px;
    top: 6px;
    left: 3px;
  }
  .list--schedule li.no-data {
    font-size: 14px;
  }
  .list--movie .block--txt {
    width: 80%;
    line-height: 1.4;
    position: absolute;
    top: 0;
    font-size: 5.5vw;
    font-weight: 700;
    padding-top: 10px;
    z-index: 10;
    word-break: break-all;
    opacity: 0;
  }
  .list--movie .block--txt p {
    display: inline;
    background: #ffffff;
  }
  .list--movie li:last-child {
    margin-bottom: 0;
  }
  .list--movie li a {
    display: block;
  }
  .list--movie li a .thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .list--horizontal {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .list--horizontal li {
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .list--horizontal li a .thumb {
    overflow: hidden;
  }
  .list--horizontal li a .thumb img {
    transition: all 0.5s 0s ease;
  }
  .list--horizontal li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 3;
    transform: scaleX(0);
    mix-blend-mode: hard-light;
    opacity: 0.8;
    transition: all 0.5s 0s ease;
  }
  .list--horizontal li a .thumb::after {
    content: "VIEW DETAIL";
    display: block;
    width: 100%;
    color: #FFF;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    z-index: 3;
    opacity: 0;
    text-align: center;
    font-size: 1em;
    line-height: 1;
    transition: all 0.5s 0s ease;
  }
  .list--horizontal li a:hover {
    opacity: 1;
  }
  .list--horizontal li a:hover .thumb:before {
    transform: scaleX(2.1);
  }
  .list--horizontal li a:hover .thumb:after {
    opacity: 1;
  }
  .list--horizontal li:nth-child(2n) {
    margin-right: 0;
  }
  .list--horizontal li {
    width: 100%;
  }
  .list--horizontal li a {
    display: block;
  }
  .list--horizontal li a .thumb:before,
  .list--horizontal li a .thumb:after {
    content: none;
  }
  .list--horizontal li a .tit {
    margin: 0 0 5px;
  }
  .list--horizontal li a:hover .thumb img {
    transform: scale(1, 1);
  }
  .list--contents {
    margin-bottom: 50px;
  }
  .list--contents::after {
    content: "";
    display: block;
    clear: both;
  }
  .list--contents li {
    margin: 0 0 50px;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li a .list__txt .tit {
    margin-bottom: 6px;
    line-height: 1.6;
  }
  .list--contents li .thumb {
    margin: 0 0 8px;
  }
  .list--contents li.no-data {
    margin-top: 20%;
  }
  .detail__btn a {
    position: relative;
    display: inline-block;
  }
  .block--category li {
    display: inline-block;
    position: relative;
  }
  .block--category li.current span:before {
    content: "";
    background: #1a1a1a;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -3px;
    z-index: 1;
    left: 0;
  }
  .block--category li a {
    display: block;
    padding: 0 4px;
    font-size: 16px;
  }
  .block--pager {
    margin: 30px 0 20px;
  }
  .block--pager li {
    font-size: 15px;
  }
  .block--pager li a {
    line-height: 22px;
  }
  .block--pager .pager__item--newer svg,
  .block--pager .pager__item--older svg {
    width: 32px;
    height: 24px;
    stroke-width: 2px;
  }
  .block--pager .pager__item--newer span svg,
  .block--pager .pager__item--older span svg {
    width: 32px;
    height: 24px;
    stroke-width: 2px;
  }
  .block--pager .pager-link--prev,
  .block--pager .pager-link--next {
    position: absolute;
  }
  .block--pager .pager-link--prev svg,
  .block--pager .pager-link--next svg {
    width: 32px;
    height: 24px;
    stroke-width: 2px;
    fill: #1a1a1a;
  }
  .block--pager .pager-link--next {
    left: 0;
  }
  .block--pager .pager-link--prev {
    right: 0;
  }
  .block--pager .pager-link--prev svg {
    transform: rotate(180deg);
  }
  .block--pager .pager__item--current,
  .block--pager .pager__item--other {
    width: auto;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
  .block--pager .pager__item--current a,
  .block--pager .pager__item--other a {
    font-style: normal;
  }
  header {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 90px;
    mix-blend-mode: difference;
  }
  header .drawer__btn {
    width: 80px;
    height: 90px;
  }
  header .drawer__btn .drawer__btn--item:after, header .drawer__btn .drawer__btn--item::before {
    background: #ffffff;
  }
  header .drawer__btn .drawer__btn--txt::before {
    color: #ffffff;
  }
  header .drawer-visible {
    overflow: hidden;
  }
  header h1.logo {
    position: fixed;
    width: 24%;
    max-width: 100px;
    line-height: 0;
    top: 20px;
    left: 5%;
  }
  header h1.logo a {
    display: block;
  }
  header h1.logo.show {
    transform: translateY(0);
  }
  .drawer {
    position: fixed;
    z-index: 20;
    visibility: visible;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    pointer-events: none;
  }
  .drawer [class^=wrap--]::before, .drawer [class^=wrap--]::after {
    background-size: min(100vw, 500px);
  }
  .drawer .drawer-inner {
    display: flex;
    flex-direction: column;
    overflow: scroll;
    visibility: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 22;
  }
  .drawer .wrap--free-menu {
    height: auto;
  }
  .drawer .wrap--free-menu .nav--free .block--logo {
    margin: 0 0 25px;
  }
  .drawer .wrap--free-menu .nav--free .block--logo .logo {
    width: 55vw;
    max-width: 200px;
    left: 8px;
  }
  .drawer .wrap--free-menu .nav--free .g-nav.free {
    margin-bottom: 24px;
  }
  .drawer .wrap--free-menu .drawer--sns {
    margin-left: 8px;
  }
  .drawer .wrap--free-menu .drawer--sns svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .drawer .wrap--free-menu .drawer--sns i {
    color: #fff;
    font-size: 20px;
    padding: 0 0.4em;
  }
  .drawer .wrap--free-menu .g-nav > li:nth-last-child(2) {
    margin-right: 10px;
    padding-right: 20px;
  }
  .drawer .wrap--free-menu .g-nav > li:nth-last-child(2)::before {
    height: 18px;
    top: 1px;
  }
  .drawer .wrap--member-menu {
    height: auto;
    flex-grow: 1;
  }
  .drawer .wrap--member-menu ul:not(.menu-diver-only) {
    margin-bottom: 20px;
  }
  .drawer .wrap--member-menu .nav--member .block--logo {
    margin: 0 0 10px;
    display: flex;
    align-items: flex-end;
  }
  .drawer .wrap--member-menu .nav--member .block--logo .logo-fc {
    width: 70%;
    max-width: 200px;
    line-height: 0;
    margin-left: 8px;
    margin-bottom: 12px;
  }
  .drawer .wrap--member-menu .nav--member .block--logo .block--login {
    align-items: flex-end;
    position: relative;
    width: 80%;
    text-align: left;
    margin-bottom: 10px;
  }
  .drawer .wrap--member-menu .nav--member .block--logo .block--login .login--btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    left: 12px;
    margin-bottom: 0;
  }
  .drawer .wrap--member-menu .nav--member .block--logo .block--login .login--btn a {
    font-size: 13px;
  }
  .drawer .wrap--member-menu .nav--member.loggedin .login--btn {
    text-align: center;
  }
  .drawer .wrap--member-menu .nav--member.loggedin .block--logo {
    margin: 0 0 30px;
    display: flex;
    align-items: stretch;
  }
  .drawer .wrap--member-menu .nav--member.loggedin .block--logo .logo-fc {
    margin: 0 10px 0 0;
  }
  .drawer .wrap--member-menu .nav--member .g-nav > li a img {
    height: 25px;
  }
  .drawer .wrap--member-menu .nav--member .menu-diver-only li a {
    line-height: 1;
    font-size: 20px;
  }
  .drawer .wrap--member-menu .nav--member .menu-diver-only li a.jp {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .drawer .wrap--member-menu .nav--member .tit-diver-only {
    margin: 0 8px 8px;
  }
  .drawer .wrap--member-menu .nav--member .tit-diver-only svg {
    width: 82px;
    height: 26px;
  }
  .drawer [class^=nav--] {
    margin: 60px 8%;
    width: 86vw;
  }
  .drawer [class^=nav--] ul {
    align-items: center;
  }
  .drawer [class^=nav--] .g-nav > li {
    margin: 8px;
  }
  .drawer [class^=nav--] .g-nav > li a {
    line-height: 1;
    font-size: 22px;
  }
  .drawer [class^=nav--] .g-nav > li a.jp {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .drawer-visible #app-bnr {
    display: none;
  }
  .drawer-visible .drawer {
    pointer-events: auto;
  }
  .wrap:not(.page--home) {
    min-height: 100%;
  }
  .section--bnr {
    position: absolute;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
    bottom: -30vw;
    width: 100%;
  }
  .section--bnr .slick-slider.bnrList .slick-dots {
    margin: 0 auto;
  }
  .section--bnr.section--bnr--single li {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .section--bnr .bnrList {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
  }
  .section--bnr .slick-slider .slick-dots {
    margin: 20px 0 0 0;
    right: -20%;
  }
  .section--bnr .slick-slider .slick-dots li {
    margin: 0 1px;
  }
  .section--bnr .slick-slider .slick--next {
    right: -20%;
  }
  .section--bnr .slick-slider .slick--prev {
    right: calc(-20% + 27px);
  }
  .section--bnr .slick-slider .slick-slide {
    margin: 0 5px;
  }
  .section--bnr .slick-slider .slick--prev svg,
  .section--bnr .slick-slider .slick--next svg {
    height: 24px;
    width: 32px;
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home [class^=block--]:not(.block--writer) {
    display: block;
  }
  .page--home .block-tit {
    margin-bottom: 18px;
  }
  .page--home .list__more a {
    margin-left: 0.3em;
  }
  .page--home .list__more a svg {
    transform: translateX(-8px);
    width: 36px;
  }
  .page--home footer {
    position: relative;
    padding-top: 180px;
    margin-top: -150px;
  }
  .page--home footer .list--support {
    display: block;
  }
  .page--home .free-area {
    position: relative;
    width: 100%;
    z-index: 1;
    padding-top: 50vw;
    padding-bottom: 50vw;
    background-size: 500px;
  }
  .page--home .free-area::before {
    background-size: 500px;
  }
  .page--home .free-area .section--info {
    margin-bottom: 0;
  }
  .page--home .free-area .section--info .tit--area {
    margin-bottom: 15px;
  }
  .page--home .free-area .section--info [class^=block--],
  .page--home .free-area .section--video {
    padding: 30px 4vw 40px;
    margin-bottom: 60px;
  }
  .page--home .section--keyvisual {
    height: auto;
  }
  .page--home .section--keyvisual .keyvisual {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 65vh;
    background-repeat: repeat-x;
  }
  .page--home .section--keyvisual .keyvisual span {
    background-repeat: repeat-y;
  }
  .page--home .section--keyvisual .logo {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80px;
    padding-left: 20px;
    background: #ffffff;
  }
  .page--home .section--keyvisual .logo svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 65%;
    max-width: 250px;
  }
  .page--home .scroll {
    top: 51vh;
    left: 7.6vw;
    right: 0;
  }
  .page--home .scroll p {
    font-size: 12px;
  }
  .page--home .scroll:before {
    height: 17vh;
    top: 3em;
    left: 8px;
    animation: scroll 2.4s infinite;
  }
  @keyframes scroll {
    0% {
      transform: scaleY(1);
      transform-origin: bottom;
    }
    50% {
      transform: scaleY(0);
      transform-origin: bottom;
    }
    50.01% {
      transform: scaleY(0);
      transform-origin: top;
    }
    100% {
      transform: scaleY(1);
      transform-origin: top;
    }
  }
  .page--home .contents {
    position: relative;
    padding: 100px 0 25px;
    z-index: 2;
  }
  .page--home [class^=section--]:not(.section--keyvisual):not(.section--bnr):not(.section--movie) [class^=block--] .block-tit img {
    height: 40px;
  }
  .page--home [class^=section--]:not(.section--keyvisual):not(.section--bnr):not(.section--movie) .section-tit img {
    height: 40px;
  }
  .page--home .list--information .no-data {
    text-align: left;
    font-size: 13px;
  }
  .page--home .list--information .no-data p {
    opacity: 0.5;
  }
  .page--home .tit--area {
    position: relative;
  }
  .page--home .section-tit {
    position: relative;
    z-index: 2;
  }
  .page--home .section--info {
    padding: 0;
    z-index: 1;
  }
  .page--home .section--info [class^=block--] {
    width: 100%;
  }
  .page--home .section--info .block--news {
    margin-bottom: 70px;
  }
  .page--home .section--info .tit--area {
    width: 13%;
  }
  .page--home .section--video {
    padding: 0 5%;
    z-index: 1;
  }
  .page--home .section--video .tit--area {
    position: relative;
    margin: 10px;
  }
  .page--home .section--video video {
    position: relative;
  }
  .page--home .section--video .block--txt {
    display: none;
    position: absolute;
    top: 0.25em;
    line-height: 1.4;
  }
  .page--home .section--video .tit {
    display: block;
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
  }
  .page--home .section--video .slick-slider .slick-slide {
    margin: 0;
  }
  .page--home .section--video .slick-slider .slick-dots {
    margin: 20px 0 0 0;
    left: auto;
    right: 10px;
  }
  .page--home .section--video .slick-slider .slick-counter {
    top: -45px;
    left: auto;
    right: 10px;
  }
  .page--home .section--video .slick-slider .slick-counter .current {
    font-size: 30px;
    padding-right: 5px;
  }
  .page--home .section--video .slick-slider .slick-counter .current::before {
    height: 18px;
    top: 10px;
  }
  .page--home .section--video .slick-slider .slick-counter .total {
    font-size: 16px;
    padding-left: 7px;
  }
  .page--home .section--video .slick-slider .slick--prev,
  .page--home .section--video .slick-slider .slick--next {
    bottom: -32px;
  }
  .page--home .section--video .slick-slider .slick--prev svg,
  .page--home .section--video .slick-slider .slick--next svg {
    height: 24px;
    width: 32px;
  }
  .page--home .section--video .slick-slider .slick--prev {
    left: auto;
    right: 37px;
  }
  .page--home .section--video .slick-slider .slick--next {
    left: auto;
    right: 0;
  }
  .page--home .section--member {
    margin: -100px 0 40px;
    padding-bottom: 150px;
    position: relative;
    z-index: 10;
    background-size: 20%;
    -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
            clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
  }
  .page--home .section--member::before, .page--home .section--member::after {
    background-size: 500px;
  }
  .page--home .section--member .member-area-top {
    width: 65%;
    max-width: 400px;
    margin: 0 auto;
    padding: 40vw 0 20vw;
  }
  .page--home .section--member .member-area-top .logo-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page--home .section--member .member-area-top .login--btn {
    width: 100%;
  }
  .page--home .section--member .member-area-top .login--btn li {
    width: auto;
    position: relative;
  }
  .page--home .section--member .member-area-top .login--btn li a {
    font-size: 16px;
  }
  .page--home .section--member .member-area-top .fc-logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .page--home .section--member .member-area-top .block--login {
    display: inline;
    margin-right: 3% !important;
  }
  .page--home .section--member .member-area-top .block--login .login--btn {
    position: relative;
    margin-left: -30px;
  }
  .page--home .section--member .member-area-top .block--login .login--btn li {
    display: inline-block;
  }
  .page--home .section--member .member-area-top .block--login .login--btn li a {
    display: block;
    color: #ffffff;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    font-size: 28px;
    padding: 14px 36px;
    line-height: 1;
    position: relative;
    height: auto;
  }
  .page--home .section--member .member-area-top .block--login .login--btn li:first-child a {
    padding-left: 56px;
  }
  .page--home .section--member [class^=section--] {
    margin-bottom: 100px;
    padding: 40px 9vw;
  }
  .page--home .section--member [class^=section--]::before {
    background-size: min(100vw, 500px);
  }
  .page--home .section--member [class^=section--] .tit--area {
    width: 13%;
  }
  .page--home .section--member [class^=section--] .tit--area .block-tit {
    font-size: min(50px, 12vw);
  }
  .page--home .section--member [class^=section--] .thumb {
    margin-bottom: 1em;
  }
  .page--home .section--member [class^=section--] .text-wrap .tit {
    margin-bottom: 0.2em;
  }
  .page--home .section--member .block--blog .list-blog ul {
    flex-direction: column;
  }
  .page--home .section--member .block--blog .list-blog ul li {
    width: 100%;
  }
  .page--home .section--movie .slick-slider .slick--prev,
  .page--home .section--movie .slick-slider .slick--next {
    bottom: auto;
    top: -30px;
  }
  .page--home .section--movie .slick-slider .slick--prev {
    right: 37px;
  }
  .page--home .section--movie .slick-slider .slick--next {
    right: 0;
  }
  .page--home.loaded .wrap::after {
    height: 100%;
  }
  .page--home #popup {
    display: none;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1000;
  }
  .page--home #popup.close {
    display: none;
  }
  .page--home #popup .popupIn {
    z-index: 1100;
    position: absolute;
    top: 49%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .page--home #popup .inner {
    padding: 0;
    text-align: center;
    line-height: 0;
    background: 0 0;
  }
  .page--home #popup .inner .video {
    margin-bottom: 60px;
    border-top: 4px solid #151513;
    border-bottom: 4px solid #151513;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .page--home #popup .inner iframe {
    width: 100%;
    height: 110vw;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .page--home #popup .close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -50px;
    right: 0;
    cursor: pointer;
    transition: 0.3s;
  }
  .page--home #popup .close span {
    height: 4px;
    position: absolute;
    background: #f7f7f7;
    top: 20px;
    width: 40px;
  }
  .page--home #popup,
  .page--home #popup .closeBg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .page--list .section-tit {
    margin: 0 0 22px;
  }
  .page--list .section-tit img {
    display: block;
  }
  .page--list .section--list {
    padding: 18% 5% 30px;
  }
  .page--detail .section--detail {
    padding: 18% 5% 50px;
  }
  .page--detail .section--detail .tit {
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 0 10px;
  }
  .page--detail .section--detail .date-wrap .date {
    font-size: 14px;
    margin: 0 0 18px;
  }
  .page--detail .section--detail .date {
    font-size: 14px;
  }
  .page--detail .section--detail .date.live + .tit {
    font-size: 16px;
  }
  .page--detail .section--detail .date.live span:before {
    left: 0;
  }
  .page--detail .section--detail .block--share li {
    font-size: 18px;
  }
  .page--detail .section--detail .block--share li a {
    padding: 0 7px;
  }
  .page--detail .section--detail .block--share li svg {
    width: 16px;
    height: 16px;
  }
  .page--detail .section--detail .block--share li.share {
    font-size: 13px;
    vertical-align: 2px;
  }
  .page--detail .section--detail .block--share li.facebook a {
    padding-left: 10px;
  }
  .page--detail .section--detail .block--share li.line-icon {
    padding: 0;
  }
  .page--detail .section--detail .block--share li.line-icon svg {
    position: relative;
    top: 1px;
  }
  .page--info .list--information li a {
    padding: 25px 0;
  }
  .page--info .form__select {
    display: block;
    margin-bottom: 30px;
  }
  .page--info .form__select::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    vertical-align: middle;
    right: 0;
  }
  .page--info .form__select::after {
    position: absolute;
    top: 53%;
    margin-top: -6px;
    right: 14px;
  }
  .page--info .form__select option {
    color: #000;
  }
  .page--info .section--detail .date-wrap .date {
    font-size: 14px;
  }
  .page--info .section--detail .date-wrap .date.event-end {
    position: relative;
    padding-left: 1.5em;
  }
  .page--info .section--detail .date-wrap .date.event-end::before {
    content: "";
    width: 18px;
    height: 2px;
    bottom: 0.5em;
    left: 1px;
    background: #f7f7f7;
    position: absolute;
  }
  .page--info .section--detail .txt {
    margin-top: 20px;
  }
  .page--info .section--detail .txt a {
    color: #1a1a1a;
  }
  .page--schedule .block--month {
    margin-bottom: 15px;
  }
  .page--schedule .block--month .tit {
    font-size: 32px;
  }
  .page--schedule .block--month .tit span {
    font-size: 16px;
    margin-right: 4px;
  }
  .page--schedule .month-pager li:first-child {
    padding-right: 20px;
  }
  .page--schedule .month-pager li:first-child::after {
    top: 5px;
  }
  .page--schedule .month-pager li:last-child {
    padding-left: 20px;
  }
  .page--schedule .block--category li {
    margin-right: 2px;
    margin-bottom: 1em;
  }
  .block-pulldown {
    position: relative;
    margin: 0 auto 10%;
    width: 90%;
    border-bottom: 1px solid;
  }
  .block-pulldown::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #ffffff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    vertical-align: middle;
    right: 0;
  }
  .block-pulldown::after {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
  }
  .block-pulldown select {
    margin: 0;
    font-size: 16px;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    background: transparent;
  }
  .page--video .list--movie li {
    margin-bottom: 40px;
  }
  .page--video .list--contents {
    margin: 0 auto 30px;
    font-size: 14px;
    padding: 0 6%;
  }
  .page--video .list--contents.new {
    position: relative;
  }
  .page--video .list--contents.new::before {
    position: absolute;
    top: -1px;
    right: -3px;
    content: "new";
    color: #1a1a1a;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    transform: rotate(-11deg);
    display: inline-block;
    font-size: 2em;
    z-index: 2;
  }
  .page--video .list--contents a {
    position: relative;
  }
  .page--video .list--contents a .block--txt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-left: -6%;
  }
  .page--video .list--contents a .block--txt .tit span {
    background: #000;
  }
  .page--video .thumb-wrap {
    position: relative;
  }
  .page--video .thumb-wrap .thumb {
    position: relative;
  }
  .page--video .thumb-wrap .thumb::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .page--biography .section--detail {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 100px;
  }
  .page--biography .section--detail .ph-biography .tit {
    font-size: 32px;
    top: -7%;
  }
  .page--biography .section--detail .profile {
    margin-bottom: 40px;
  }
  .page--biography .section--detail dl.history dt:before {
    width: 86%;
  }
  .page--disco .form__select {
    display: block;
    margin-bottom: 20px;
  }
  .page--disco .form__select::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    vertical-align: middle;
    right: 0;
  }
  .page--disco .form__select::after {
    position: absolute;
    top: 53%;
    margin-top: -6px;
    right: 14px;
  }
  .page--disco .form__select option {
    color: #000;
  }
  .page--disco .section--list .disco-wrap {
    margin-bottom: 30px;
  }
  .page--disco .section--list .disco-wrap .list--discography li {
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .page--disco .section--list .disco-wrap .list--discography li:nth-child(even) {
    margin-right: 0;
  }
  .page--disco .section--list .list--discography li {
    margin: 0 0 50px 0;
  }
  .page--disco .section--list .list--discography li a {
    background: transparent;
  }
  .page--disco .section--list .list--discography li a:hover .thumb img {
    transform: scale(1, 1);
  }
  .page--disco .section--list .list--discography li figure {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .page--disco .section--list .list--discography li figure::before, .page--disco .section--list .list--discography li figure:after {
    content: none;
  }
  .page--disco .section--list .list--discography li figure img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .page--disco .section--list .list--discography li a:hover .block--txt {
    opacity: 1;
  }
  .page--disco .section--list .list--discography li:last-child {
    margin-bottom: 20px;
  }
  .page--disco .section--list .block--txt {
    line-height: 1.4;
    color: #fff;
  }
  .page--disco .section--list .block--txt .tit {
    font-size: 16px;
    font-weight: 700;
  }
  .page--disco .section--list .block--txt .date {
    display: inline-block;
    font-size: 14px;
  }
  .page--disco .section--list .block--txt .label {
    background: #ffffff;
    color: #1a1a1a;
    display: inline-block;
    font-size: 10px;
    min-width: 54px;
    padding: 1px 8px 0;
    margin-right: 3px;
  }
  .page--disco .section--detail .block--jacket {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .page--disco .section--detail .list--jacket {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .page--disco .section--detail .list--jacket li {
    margin-bottom: 10px;
  }
  .page--disco .section--detail .slick-slider .slick--prev {
    right: auto;
    left: 0;
  }
  .page--disco .section--detail .slick-slider .slick--prev svg {
    margin: 0;
  }
  .page--disco .section--detail .slick-slider .slick--next {
    right: 0;
  }
  .page--disco .section--detail .slick-slider .slick--next svg {
    margin: 0;
  }
  .page--disco .section--detail .block--detail {
    margin-bottom: 50px;
  }
  .page--disco .section--detail .block--detail .tit {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 5px 0;
    font-weight: 700;
  }
  .page--disco .section--detail .block--detail .date {
    margin-bottom: 10px;
    padding-bottom: 14px;
  }
  .page--disco .block--comment {
    margin-bottom: 15px;
  }
  .page--disco .block--track > li {
    padding: 13px;
    margin-bottom: 15px;
  }
  .page--disco .block--track > li .list--track li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .page--disco .block--track > li .list--track li .tie-up {
    line-height: 1.6;
  }
  .page--entry footer [class^=block--] {
    margin: 0;
  }
  .page--entry #terms {
    display: none;
  }
  .page--entry .section--detail .block--contents .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .page--entry .page--entry .section--detail .block--contents .list--contents li.blank .inner {
    background: #000000;
  }
  .page--entry .section--detail .block--entry .block-tit,
  .page--entry .section--detail .block--device .block-tit {
    font-size: 22px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.2;
    font-style: normal;
    color: #ffffff;
    -webkit-text-fill-color: inherit;
  }
  .page--entry [class^=block--] {
    margin: 0 0 60px;
  }
  .page--entry [class^=block--] .block-tit {
    margin: 0 0 20px;
    text-align: center;
    display: block;
  }
  .page--entry [class^=block--] table {
    margin: 0 auto 40px;
    border: none;
    font-size: 13px;
  }
  .page--entry [class^=block--] table th {
    width: 100px;
    padding: 10px 13px;
    font-weight: bold;
    border: 3px solid #ffffff;
    text-align: center;
  }
  .page--entry [class^=block--] table td {
    padding: 10px;
    border: 3px solid #ffffff;
  }
  .page--entry [class^=block--] table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--entry .section--detail .video {
    border-top: 4px solid #151513;
    border-bottom: 4px solid #151513;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .page--entry .section--detail .video .jstream-wrap {
    height: 50vw;
  }
  .page--entry .section--detail .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    position: inherit !important;
  }
  .page--entry .section--detail .lead {
    margin: 0 0 30px;
  }
  .page--entry .section--detail .block--logo {
    padding: 0 7%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page--entry .section--detail .block--logo .logo-fc {
    width: 93%;
  }
  .page--entry .section--detail .block--contents {
    padding-top: 20px;
  }
  .page--entry .section--detail .block--contents .block-tit {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    color: inherit;
    font-size: 28px;
    line-height: 1;
    margin: 0 0 30px;
    color: #ffffff;
    -webkit-text-fill-color: inherit;
  }
  .page--entry .section--detail .block--contents .list--contents {
    padding: 0;
  }
  .page--entry .section--detail .block--contents .list--contents li {
    margin: 0 0 20px;
    width: 100%;
    height: auto;
  }
  .page--entry .section--detail .block--contents .list--contents li .inner {
    background: #222;
    position: relative;
    color: #ffffff;
    padding: 24px 20px;
    z-index: 10;
    height: 100%;
  }
  .page--entry .section--detail .block--contents .list--contents li .tit {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: inherit;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 0.8em;
    line-height: 1.2;
  }
  .page--entry .section--detail .block--contents .list--contents li .text {
    font-size: 13px;
  }
  .page--entry .popup-inner {
    padding: 120px 0 0;
    color: #ffffff;
  }
  .page--entry .popup-inner .terms_check {
    text-align: center;
    margin: 0 0 20px;
  }
  .page--entry .popup-inner .terms_check .form__checkbox {
    display: inline-block;
  }
  .page--entry .popup-inner .box {
    padding-top: 90px;
  }
  .page--entry .popup-inner .tit {
    font-size: 26px;
    line-height: 1.6em;
    margin: 0 0 1em;
    font-weight: normal;
  }
  .page--entry .popup-inner .txt {
    margin-bottom: 1.5em;
  }
  .page--entry .popup-inner .list--support dt {
    font-weight: bold;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.8;
    word-break: break-word;
    margin: 0 0 4px;
  }
  .page--entry .popup-inner .list--support dd {
    margin-bottom: 30px;
  }
  .page--entry .popup-inner .terms-list > li {
    margin: 0 0 1.5em;
  }
  .page--entry .popup-inner .btn .btn--main {
    background: #ddd;
    color: #ffffff;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .page--entry .popup-inner .btn.checked .btn--main {
    background: #1a1a1a;
    color: #ffffff;
    pointer-events: auto;
  }
  .page--entry .popup-inner .form__checkbox label p::before {
    border-color: #000000;
  }
  .page--entry .support .area {
    padding: 30px 0 0;
  }
  .page--entry .support .area.menuArea {
    margin-top: 0;
    padding: 40px 0 0;
  }
  .page--entry .support .area .entryArea .subTxt {
    font-size: 12px;
  }
  .page--entry .support .contBox li {
    padding: 5% 6%;
  }
  .page--entry .support .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .page--entry .support .courseChange .mainBtn a {
    border-radius: 10px;
  }
  .page--entry .support .mainBtn a {
    width: 90%;
  }
  .page--entry .support .contents#courseChange .areaTit {
    margin-bottom: 15px;
  }
  .page--entry .support #change .txt em {
    padding-top: 0;
  }
  body:not(.page--home):not(.page--detail) .wrap::before,
  body:not(.page--home) .wrap::before,
  .page--biography:not(.page--detail) .wrap::before,
  .page--biography .wrap::before,
  .page--info:not(.page--detail) .wrap::before,
  .page--info .wrap::before,
  .page--video:not(.page--detail) .wrap::before,
  .page--video .wrap::before,
  .page--archive:not(.page--detail) .wrap::before,
  .page--archive .wrap::before,
  .page--disco:not(.page--detail) .wrap::before,
  .page--disco .wrap::before,
  .page--error:not(.page--detail) .wrap::before,
  .page--error .wrap::before {
    background-size: min(100vw, 500px);
  }
  body:not(.page--home):not(.page--detail) .wrap::after,
  body:not(.page--home) .wrap::after,
  .page--biography:not(.page--detail) .wrap::after,
  .page--biography .wrap::after,
  .page--info:not(.page--detail) .wrap::after,
  .page--info .wrap::after,
  .page--video:not(.page--detail) .wrap::after,
  .page--video .wrap::after,
  .page--archive:not(.page--detail) .wrap::after,
  .page--archive .wrap::after,
  .page--disco:not(.page--detail) .wrap::after,
  .page--disco .wrap::after,
  .page--error:not(.page--detail) .wrap::after,
  .page--error .wrap::after {
    background-size: min(100vw, 500px);
  }
  .page--info.member .list--contents .block--pager,
  .page--movie .list--contents .block--pager,
  .page--photo .list--contents .block--pager,
  .page--blog .list--contents .block--pager,
  .page--qa .list--contents .block--pager {
    text-align: center;
  }
  .page--photo .list--horizontal li {
    width: 50%;
  }
  .page--movie.category-movie.page--list .section--list {
    padding: 18% 5% 30px;
  }
  .page--movie.category-movie.page--list .section--list .section-tit {
    margin-bottom: 22px;
  }
  .page--movie.category-movie.page--list .section--list .block--category-list .list--contents {
    gap: inherit;
    padding: 0;
  }
  .page--movie.category-movie.page--list .section--list .block--category-list .list--contents li {
    width: 100%;
  }
  .page--movie .section--list.diver-only {
    padding: 6% 5% 30px;
  }
  .page--movie .section--list .logo_diver {
    width: 40%;
    max-width: 150px;
    margin-bottom: 5px;
  }
  .page--movie .section--list .section-tit.jp {
    margin-bottom: 50px;
  }
  .page--movie .section--list .list--horizontal {
    display: block;
  }
  .page--movie .section--list .list--horizontal li {
    width: 100%;
    margin: 0 0 50px;
  }
  .page--movie .section--list .list--horizontal li:last-child {
    margin-bottom: 0;
  }
  .page--movie .section--list .list--horizontal li.no-data {
    font-size: 20px;
    opacity: 0.7;
  }
  .page--movie .section--list .list--info {
    padding: 0 10%;
    margin: 50px auto 30px;
  }
  .page--movie .section--list .list--info li {
    padding: 20px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  }
  .page--movie .section--list .list--info li:first-of-type {
    padding-top: 0;
  }
  .page--movie .section--list .list--info a {
    display: flex;
  }
  .page--movie .section--list .list--info .date {
    width: 10%;
    font-size: 14px;
    margin-right: 10px;
  }
  .page--movie .section--list .list--contents {
    padding: 0 10%;
    margin: 0 auto 30px;
  }
  .page--movie .section--list .list--contents a {
    display: block;
  }
  .page--movie .section--list .list--contents .text-area .tit {
    display: inline;
    background: #000;
    font-weight: 700;
    padding: 2px 10px;
  }
  .page--movie .section--detail .leadBox {
    margin-top: 50px;
    font-size: 14px;
    line-height: 1.7;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .section--detail .list--player {
    border: 1px solid #1a1a1a;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }
  .page--blog .headerPhoto {
    height: 28vh;
    margin-bottom: 50px;
  }
  .page--blog.page--list .section--list:not(.list-all-blog) {
    padding: 0 5% 30px;
  }
  .page--blog .section--list.list-all-blog .list--contents:first-of-type {
    margin-bottom: 60px;
  }
  .page--blog .section--list.list-all-blog .list--contents li {
    width: 48%;
    margin-right: 0;
  }
  .page--blog .section--list.list-all-blog .list--contents .no-data {
    font-size: 14px;
  }
  .page--blog .section--list .list--contents.list--member li {
    margin-bottom: 0;
  }
  .page--blog .section--list .list--contents.list--member li a {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
  }
  .page--blog .section--list .blog--archive {
    margin: 60px auto 0;
  }
  .page--blog .section--list .no-data {
    font-size: 20px;
  }
  .page--blog .section--detail {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .page--blog .section--detail .txt,
  .page--blog .section--detail .txt font span {
    font-size: 15px;
  }
  .page--blog .section--detail .block--pager {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .page--blog .section--detail .block--pager li {
    width: 33.3333333333%;
  }
  .page--blog .section--detail .block--pager li.pager__item--other:not(.block--comment .block--pager .pager__item--other) {
    margin-top: 0;
  }
  .page--blog.comment .txt {
    margin-bottom: 10px;
  }
  .page--blog.comment .txt--sub {
    margin-bottom: 10px;
  }
  .page--blog .block--comment {
    margin: 60px auto;
  }
  .page--blog .block--comment .pager-wrap .block--pager {
    display: none;
    display: block;
    justify-content: unset;
    margin-bottom: 20px;
    float: none;
  }
  .page--blog .block--comment .pager-wrap .block--pager li {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
  .page--blog .block--comment .pager-wrap .block--pager li.pager__item--newer {
    position: absolute;
    left: 0;
  }
  .page--blog .block--comment .pager-wrap .block--pager li.pager__item--older {
    position: absolute;
    right: 0;
  }
  .page--blog .list--comment {
    margin: 0 0 30px;
  }
  .page--blog .list--comment li {
    display: block;
    margin-bottom: 20px;
  }
  .page--blog .list--comment li.no-data {
    margin: 0 auto 20px;
    padding: 20px;
    font-size: 13px;
  }
  .page--blog .list--comment li .text {
    margin: 0 0 5px;
  }
  .page--blog .block--form.form--comfirm {
    background: #222;
    padding: 5%;
    margin-bottom: 20px;
  }
  .page--blog .block--form.form--comfirm dt {
    margin-top: 0;
  }
  .page--blog .block--form.form--comfirm dd {
    margin-bottom: 30px;
  }
  .page--blog .block--form.form--comfirm dd:last-child {
    margin-bottom: 0;
  }
  .page--blog.confirm .section--detail, .page--blog.complete .section--detail {
    padding-top: 18%;
  }
  .page--blog.page--moment .section--list {
    padding: 18% 5% 30px;
  }
  .page--blog.page--moment .section--list .block--tit {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .page--blog.page--moment .section--list .block--tit .section-tit {
    margin-bottom: 0;
  }
  .page--blog.page--moment .section--list .block--tit .block--writer {
    margin: 0;
    margin-left: 0.25em;
    margin-top: 0.5em;
  }
  .page--blog.page--moment .section--list .list--contents li {
    width: 50%;
  }
  .page--blog.page--moment .section--list .list--contents li:nth-child(2n-1) {
    margin-left: 0;
  }
  .page--blog.page--moment .section--list .list--contents li:nth-last-child(-n+2) {
    border-bottom: 1px solid #1a1a1a;
  }
  .page--blog.page--moment .section--detail {
    padding: 18% 5% 50px;
  }
  .page--blog.page--moment .section--detail .section--detail--inner .header--detail {
    padding: 1em;
  }
  .page--blog.page--moment .section--detail .section--detail--inner .txt--wrap .txt--inner {
    padding: 1em 1em 3em;
  }
  .page--blog.page--moment .section--detail .section--detail--inner .icon--like i {
    font-size: 25px;
  }
  .page--blog.page--moment .section--detail .section--detail--inner .ph--wrap .list--thumb {
    border-bottom: 1px solid #1a1a1a;
  }
  .page--qa [class^=section--] .name-wrap {
    text-align: right;
  }
  .page--qa [class^=section--] .date {
    text-align: left;
  }
  .page--qa [class^=section--] .name {
    display: inline-block;
    padding-left: 50px;
  }
  .page--qa [class^=section--] .name span {
    left: 8px;
    font-size: 24px;
    top: -6px;
  }
  .page--qa .section--inner > .txt {
    margin: 0 0 10px;
  }
  .page--qa .section--list .section-tit {
    font-size: 12vw;
    font-feature-settings: "palt";
  }
  .page--qa .section--list .list--qa {
    margin: 30px 0 0;
  }
  .page--qa .section--list .list--qa li {
    margin: 0 0 20px;
  }
  .page--qa .section--list .list--qa li a {
    padding: 20px;
  }
  .page--qa .section--list .list--qa li a .tit {
    margin: 0 0 5px;
  }
  .page--qa .section--list .list--qa li:last-child {
    margin-bottom: 0;
  }
  .page--qa .section--detail.complete .section--inner .txt {
    text-align: left;
  }
  .page--qa .section--detail .block--form.form--comfirm {
    background: #222;
    padding: 5%;
    margin-bottom: 20px;
  }
  .page--qa .section--detail .block--form.form--comfirm dt {
    margin-top: 0;
  }
  .page--qa .section--detail .block--form.form--comfirm dd {
    margin-bottom: 30px;
  }
  .page--qa .section--detail .block--form.form--comfirm dd:last-child {
    margin-bottom: 0;
  }
  .page--qa .section--detail.answer [class^=block__] {
    padding: 20px 20px 20px 60px;
  }
  .page--qa .section--detail.answer [class^=block__] .txt {
    margin: 0 0 20px;
  }
  .page--qa .section--detail.answer [class^=ico--] {
    font-size: 70px;
    top: -50px;
    left: 10px;
  }
  .page--qa .section--detail.answer .block__question {
    margin: 0 0 38px;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  body.feature .wrap {
    background-color: #fff;
  }
  body.feature.puzzle {
    padding: 0;
    background: none;
  }
  body.feature.puzzle .bg-image {
    display: none;
  }
  body.feature.puzzle #main {
    padding: 18% 5% 50px;
  }
  body.feature.puzzle #main #content .btn .btn--main {
    background: #1a1a1a;
  }
  body.feature.puzzle .popup {
    z-index: 1100;
  }
  .page--feature.page--app-introduction .images {
    width: 80%;
  }
  .page--support.feature .section--detail .contents#courseChange #change .pattern li > .tit {
    font-size: 15px;
  }
  .page--support.feature .section--detail .contents#courseChange #change .txt.em {
    padding-top: 0;
  }
  .page--support.feature .section--detail .contents#courseChange .areaTit {
    margin-bottom: 10px;
  }
  .page--support .section--detail .tit,
  .page--support .section--detail h2 {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 1em;
    font-weight: normal;
    color: inherit;
  }
  .page--support .txt {
    margin-bottom: 1.5em;
    padding-top: 10px;
  }
  .page--support .list--support {
    margin-top: 30px;
  }
  .page--support .list--support dt {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.8;
    word-break: break-word;
    margin: 0 0 4px;
  }
  .page--support .list--support dd {
    margin-bottom: 30px;
  }
  .page--support .surportList dt {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.8;
    word-break: break-word;
    margin: 0 0 4px;
  }
  .page--support .surportList dd {
    margin-bottom: 30px;
  }
  .page--support .terms-list li {
    margin: 0 0 1.5em;
  }
  .page--app .section h2 {
    margin-bottom: 0.5em;
    font-weight: 400;
    font-size: 40px;
  }
  .page--app .appList li a .text-wrap .title {
    font-size: 13px;
  }
  .page--app .appList li a .text-wrap .subTxt {
    font-size: 12px;
  }
  .page--faq .searchBox {
    position: relative;
    margin: 25px auto 30px;
  }
  .page--faq .searchBox input[type=text] {
    background: #ffffff;
    color: #ffffff;
  }
  .page--faq .searchBox input[type=submit] {
    width: 38px;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    color: #505050;
    background: transparent;
    border: none;
    border-radius: 30px;
    position: absolute;
    top: -2px;
    right: 3px;
    z-index: 2;
    cursor: pointer;
  }
  .page--faq .tit--category {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
  }
  .page--faq .section--list .section-tit {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 1em;
    font-weight: 700;
  }
  .page--faq .section--list .block--contact p {
    font-size: 13px;
  }
  .page--faq .section--list .btn {
    margin: 15px 0;
  }
  .page--faq .section--list .faq-inner {
    margin: 0 auto;
  }
  .page--faq .section--detail .block--contact {
    margin: 40px 0 0;
    font-size: 13px;
  }
  .page--faq .section--detail .block--contact a {
    text-decoration: underline;
  }
  .page--faq .list--faq {
    margin: 0 0 30px;
    border-top: 1px solid #ddd;
  }
  .page--faq .list--faq li a {
    padding: 14px 0;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    display: block;
  }
  .page--faq .list--faq li a .tit {
    display: block;
    padding-left: 20px;
    line-height: 1.6;
  }
  .page--faq .list--faq li .tit {
    font-size: 12px;
    z-index: 1;
    display: inline-block;
  }
  .page--faq .list--faq li:last-of-type {
    margin-bottom: 0;
  }
  .page--faq .list--faq .icon--q {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    display: block;
    float: left;
    position: relative;
    top: 3px;
  }
  .page--faq .list--faq .tit {
    display: block;
    padding-left: 20px;
  }
  .page--faq .block--faq-detail {
    margin: 40px 0;
  }
  .page--faq .block--faq-detail dt {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
  .page--faq .block--faq-detail dt .txt {
    padding-left: 42px;
    font-weight: 700;
  }
  .page--faq .block--faq-detail dd .txt {
    font-size: 14px;
    padding-left: 42px;
    margin: 0;
  }
  .page--faq .block--faq-detail span[class^=icon--] {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    box-sizing: border-box;
  }
  .page--faq .block--faq-detail .icon--q {
    background: #1A1A1A;
    color: #fff;
  }
  .page--faq .block--faq-detail span.icon--a {
    background: #ffffff;
    color: #1a1a1a;
  }
  .page--faq .detail__btn {
    text-align: center;
  }
  .page--error .section--detail {
    padding: 100px 6% 50px;
  }
  .page--error .section--detail .tit {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 1em;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    width: 100%;
    padding: 22px 7% 15px;
  }
  footer .inner {
    display: flex;
    flex-wrap: wrap;
  }
  footer .inner .logo {
    width: 180px;
    margin-right: 20px;
    margin-bottom: 5px;
  }
  footer .inner .logo svg {
    width: 100%;
    height: auto;
  }
  footer .inner .list--support,
  footer .inner .copyright {
    width: 100vw;
  }
  body:not(.page--home) footer .logo {
    margin-bottom: 32px;
    width: 180px;
  }
  footer .footer--sns {
    display: flex;
    align-items: center;
  }
  body:not(.page--home) footer .footer--sns {
    align-items: flex-start;
  }
  footer .footer--sns li:not(:last-of-type) {
    margin-right: 13px;
  }
  footer .footer--sns li svg {
    fill: #fff;
    height: 14px;
    width: 14px;
  }
  footer .footer--sns li i {
    font-size: 15px;
    color: #fff;
  }
  footer .footer--sns li .sns_line {
    vertical-align: middle;
  }
  footer .list--support {
    display: none;
    margin-bottom: 30px;
  }
  footer .list--support dt {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  footer .list--support dt::before {
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border: 1px solid;
    border-top: none;
    border-right: none;
    position: absolute;
    right: inherit;
    top: 28%;
    transform: rotate(-45deg);
    left: 110%;
    transition: 0.3s;
  }
  footer .list--support dt.open {
    margin-bottom: 6px;
  }
  footer .list--support dt.open::before {
    top: 46%;
    transform: rotate(-225deg);
  }
  footer .list--support dd {
    display: none;
  }
  footer .nav--support li a {
    display: block;
    font-size: 12px;
    line-height: 1;
    padding: 10px 0;
  }
  footer .copyright {
    font-size: 10px;
    position: relative;
  }
  body:not(.page--home) .wrap {
    background-size: 20%;
  }
  body:not(.page--home) footer {
    bottom: 0;
  }
  body:not(.page--home) footer .nav--support {
    display: none;
  }
  /*  appli
  ------------------------------ */
  .body--app {
    height: 100%;
  }
  .body--app .section--detail {
    padding: 7% 5% 50px;
  }
  .body--app .section--list {
    padding: 7% 5% 30px;
  }
  .body--app .wrap {
    padding-bottom: 30px;
  }
  .body--app.page--detail .section--detail {
    padding: 7% 5% 50px;
  }
  .body--app.page--list .section--list {
    padding: 7% 5% 50px;
  }
  .body--app.page--biography .section--detail {
    padding-top: 70px;
  }
  #app-bnr {
    position: fixed;
    bottom: 10px;
    left: 3%;
    width: 94%;
    z-index: 99;
    background: #ffffff;
    transition: 0.3s ease;
    border: 1px solid #EAEAEA;
  }
  #app-bnr.hide {
    transform: translateY(120%);
  }
  #app-bnr a {
    display: block;
    padding: 10px 30px 10px 10px;
    z-index: 150;
    font-size: 12px;
    line-height: 1.5em;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  #app-bnr .icon {
    width: 18%;
    float: left;
    line-height: 0;
    margin: 0 4% 0 0;
  }
  #app-bnr .icon img {
    background: url(/static/kanaboon/fanclub/common/icon_bnr_appli.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  #app-bnr .txt {
    overflow: hidden;
    flex: 1;
  }
  #app-bnr .txt span {
    display: block;
    font-size: 13px;
    font-weight: bold;
  }
  #app-bnr .close {
    margin: 0;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    z-index: 10;
  }
  #app-bnr .close:before,
  #app-bnr .close:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #bbb;
    border-radius: 2px;
    position: absolute;
    top: 20px;
    left: 9px;
    margin-top: -2px;
  }
  #app-bnr .close:before {
    transform: rotate(-45deg);
  }
  #app-bnr .close:after {
    transform: rotate(45deg);
  }
  .page--home.bnr-removed #app-bnr {
    display: none;
    opacity: 0;
    z-index: -10;
  }
  /*  ブラウジングアプリ終了対応
  ------------------------------ */
  .attentionBox {
    padding: 50px 5%;
  }
  .attentionBox .tit {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
    margin: 0 0 1.5em;
    text-align: center;
  }
  .attentionBox .txt {
    font-size: 15px;
    margin-bottom: 0.3em;
  }
  .attentionBox .txt-link {
    color: #FFA617;
    font-weight: bold;
    font-size: 18px;
    margin-top: 1em;
    text-align: center;
  }
  /*　IE11,IE10　*/
}
@media screen and (min-width: 1px) and (max-width: 960px) and (-ms-high-contrast: active), screen and (min-width: 1px) and (max-width: 960px) and (-ms-high-contrast: none) {
  header .drawer__btn span,
  header .drawer__btn span::before,
  header .drawer__btn span::after {
    background: #555;
  }
  .drawer-visible .header .drawer__btn span {
    background: #ffffff;
  }
  .list--information li a .date {
    width: 64px;
  }
  .section--bnr .slick-slider {
    padding-bottom: 15px;
  }
  .section--bnr .slick-slider .slick-dots {
    margin: 8px 0 0;
  }
  .page--home .section--member .section--movie .section-tit {
    font-size: 42px;
  }
  .page--home .section--member .section--movie .section-tit svg {
    height: 55px;
    width: 110px;
  }
  .drawer .wrap--member-menu .nav--member .block--logo .logo-fc {
    width: 150px;
    height: 60px;
  }
  .drawer .wrap--member-menu .nav--member .block--logo .block--login .login--btn a {
    font-size: 3.5vw;
  }
  .drawer [class^=nav--] .block--logo .logo a {
    width: 200px;
    height: 40px;
  }
  footer .logo a {
    display: block;
    width: 180px;
    height: 28px;
  }
  .drawer .wrap--member-menu .nav--member .g-nav > li a img {
    width: 25px;
  }
  .drawer .wrap--member-menu .logo-fc {
    margin-left: 0;
  }
  .drawer .wrap--free-menu .logo svg {
    width: 190px;
    height: 24px;
  }
  .drawer .wrap--free-menu .nav--free .block--logo {
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--list .section--list,
  .page--detail .section--detail {
    padding-top: 12%;
  }
  .login--btn li:last-child::before {
    bottom: 20px;
  }
  .login--btn li:first-child::before {
    bottom: 0;
  }
  .page--home .section--keyvisual .keyvisual {
    top: 8%;
    height: 48vh;
  }
  .page--home .section--keyvisual .logo {
    top: 6%;
    width: 36%;
    max-width: none;
  }
  .page--home .contents {
    padding-bottom: 200px;
  }
  .page--home .scroll {
    top: 58vh;
    left: 8.5vw;
  }
  .page--home .section--video li,
  .page--home .section--movie li {
    margin-bottom: 0;
  }
  .page--home .section--video .slick-slider .slick--next,
  .page--home .section--movie .slick-slider .slick--next {
    right: 2%;
  }
  .page--home .section--video .slick-slider .slick-counter,
  .page--home .section--movie .slick-slider .slick-counter {
    top: -45px;
  }
  .page--home .section--video .slick-slider .slick-counter .current,
  .page--home .section--movie .slick-slider .slick-counter .current {
    font-size: 50px;
    padding-right: 10px;
  }
  .page--home .section--video .slick-slider .slick-counter .current:before,
  .page--home .section--movie .slick-slider .slick-counter .current:before {
    height: 40px;
    top: 10px;
  }
  .page--home .section--video .slick-slider .slick-counter .total,
  .page--home .section--movie .slick-slider .slick-counter .total {
    font-size: 30px;
    padding-left: 10px;
  }
  .page--home .section--member .section--movie .section-tit {
    width: 190px;
    font-size: 74px;
    margin: 8% auto 10% 6%;
  }
  .drawer .nav--free .g-nav.free li a,
  .drawer .nav--member .g-nav.member li a {
    font-size: 24px;
  }
  .drawer .nav--free .g-nav.free li a.jp,
  .drawer .nav--member .g-nav.member li a.jp {
    font-size: 20px;
  }
  .drawer .wrap--free-menu .nav--free .block--logo .logo {
    width: 44%;
    max-width: 300px;
  }
  .drawer .nav--member .g-nav > li {
    margin-bottom: 10px;
  }
  .drawer .wrap--member-menu .nav--member .block--logo .block--login .login--btn a {
    font-size: 3vw;
  }
  .page--home .section--member .login--btn li a {
    height: 40px;
    line-height: 40px;
  }
  .drawer .g-nav li a {
    font-size: 3vw;
  }
  .block--vertical {
    display: flex;
    justify-content: stretch;
    align-items: center;
  }
  .block--vertical section {
    width: 50%;
  }
  .block--vertical .section--video {
    transform: translateY(40%);
  }
  .page--biography .section--detail .ph-biography .tit {
    font-size: 45px;
    top: -6.5%;
  }
  .page--biography .section--detail dl.history dt {
    margin-bottom: 10px;
  }
  .page--biography .section--detail dl.history dt:before {
    width: 92%;
  }
  .page--biography .section--detail dl.history dd {
    margin-bottom: 50px;
  }
  .page-tit svg {
    height: 90px;
  }
  .block--category li a {
    font-size: 2.5vw;
  }
  footer .list--support dt::before {
    left: 8%;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 756px) and (max-width: 961px) and (-ms-high-contrast: none) {
  .drawer .wrap--member-menu .logo-fc {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 320px) {
  body:not(.page--home) footer .logo {
    margin-bottom: 32px;
    width: 154px;
    margin-right: 10px;
  }
  footer .list--support dt::before {
    top: 29%;
    left: 20%;
  }
}