@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: #000;
  color: #fff;
  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;
  }
}

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

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

.block--pager {
  text-align: center;
  position: relative;
}
.block--pager li {
  display: inline-block;
}
.block--pager li a {
  display: block;
  text-decoration: none;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  color: inherit;
  font-weight: 700;
  line-height: 1;
}
.block--pager li span {
  display: block;
}
.block--pager .pager__item--newer svg,
.block--pager .pager__item--older svg {
  display: inline-block;
}
.block--pager .pager__item--newer a svg,
.block--pager .pager__item--older a svg {
  fill: #F42D7A;
}
.block--pager .pager__item--newer span svg,
.block--pager .pager__item--older span svg {
  fill: #505050;
}
.block--pager .pager__item--newer {
  float: left;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer span {
  text-align: left;
}
.block--pager .pager__item--newer svg {
  left: 0;
}
.block--pager .pager__item--older {
  float: right;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  text-align: right;
}
.block--pager .pager__item--older svg {
  transform: rotate(180deg);
  right: 0;
}

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

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

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

:-moz-placeholder {
  color: #9a9a9a;
  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 #f7f7f7;
  border-radius: 0.3em;
  padding: 0.5em 0.8em;
  color: #fff;
  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]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: inherit;
}
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 #f7f7f7;
  border-radius: 0.3em;
  padding: 0.5em 0.8em;
  color: #fff;
  border-radius: 0;
  height: 15em;
  background: #f7f7f7;
  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:focus {
  border-color: inherit;
}
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 #f7f7f7;
  border-radius: 0.3em;
  padding: 0.5em 0.8em;
  color: #fff;
  padding-right: 1.5em;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
}
@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:focus {
  border-color: inherit;
}
.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::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000000;
  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;
  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 #fff;
  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 #000000;
  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: #f7f7f7;
  border-color: #f7f7f7;
}
.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;
  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 #fff;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #fff;
  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;
  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: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #F42D7A;
  border-color: #F42D7A;
}
.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: #000000;
  color: #fff;
}

::selection {
  background: #000000;
  color: #fff;
}

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

.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;
  }
}
.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 3em;
  border: none;
  position: relative;
  z-index: 1;
  font-family: "Roboto Condensed", sans-serif;
}

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

.btn--sub {
  background: #fff;
  color: #000;
  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;
  font-style: italic;
}
.detail__btn a {
  display: inline-block;
}

.text {
  margin: 0 0 1em;
}

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

.date,
.commingsoon {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

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

.no-data {
  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 .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.login--btn {
  position: relative;
  z-index: 1;
  min-width: 37vw;
  left: 15%;
}
.login--btn li {
  display: inline-block;
  position: relative;
}
.login--btn li a {
  display: block;
  min-width: unset;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  padding: 0 36px;
  transition: none;
  line-height: 60px;
}
.login--btn li::before {
  background: #ffff00;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: skewX(-20deg);
  z-index: -1;
  transition: 0.3s;
}
.login--btn li:first-child::before {
  left: -2px;
}
.login--btn li:last-child::before {
  left: auto;
  right: 0;
}

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

.list--information li:first-child a {
  border-top: 1px solid rgba(56, 56, 56, 0.8);
}
.list--information li a {
  display: block;
  border-bottom: 1px solid rgba(56, 56, 56, 0.8);
  padding: 25px 0 20px;
}
.list--information li.new a .tit::after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 19px;
  background: url(/static/exit/fanclub/cmn/new.png) no-repeat center;
  background-size: contain;
  position: relative;
  top: 5px;
}
.list--information.schedule li a .label {
  color: #45ffb7;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-family: "Roboto Condensed", sans-serif;
}
.list--information.schedule li a .date {
  position: relative;
  font-weight: 700;
  display: inline-block;
}
.list--information.schedule li a .date::before {
  background: #fff;
  position: absolute;
}

.list--horizontal li a {
  display: block;
  background: #000000;
  color: #f7f7f7;
  height: 100%;
  position: relative;
}
.list--horizontal li a .date {
  color: #45ffb7;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
.list--horizontal li a .thumb {
  background-image: url(/static/exit/fanclub/cmn/cover.png);
  position: relative;
}
.list--horizontal li a .thumb img {
  height: 100%;
}
.list--horizontal li.no-data {
  width: 100%;
  margin: 100px auto;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #ffff00;
  background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 600%;
  animation: hoverGradient 6s infinite;
}

.drawer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 50;
  overflow: hidden;
  visibility: hidden;
  background: #000000;
  display: flex;
  align-items: center;
  overflow: hidden;
  transform: scale(0.85);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0s ease;
}
.drawer .light--a,
.drawer .light--b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.drawer .light--a {
  z-index: -1;
}
.drawer .light--b {
  z-index: 2;
}
.drawer .drawer-bg {
  position: absolute;
  top: 8vw;
  right: 10vw;
  width: 21vw;
  height: 173vw;
  background: url(/static/exit/fanclub/cmn/renewal_eOJXR4P0Oc/mic.png) no-repeat;
  background-size: contain;
  z-index: 1;
}
.drawer:before {
  content: "";
  background-size: 12%;
  background-position: 85% -9%;
}
.drawer:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: #000;
  opacity: 0.8;
}
.drawer [class^=light--] {
  transform: scale(1.8);
  top: -400px;
}
.drawer [class^=light--] img {
  width: 100%;
}
.drawer .light--a img {
  animation: 30s linear infinite rotation1;
}
.drawer .light--b img {
  animation: 25s linear infinite rotation2;
}
.drawer .drawer-inner {
  z-index: 10;
}
.drawer [class^=nav--] .block--logo .logo {
  line-height: 0;
}
.drawer [class^=nav--] .block--logo .logo a {
  display: block;
}
.drawer [class^=nav--] .g-nav > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  opacity: 0;
  transform: translateY(100%);
  font-style: italic;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes tenmetsu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.drawer__btn {
  position: fixed;
  right: 30px;
  bottom: -120px;
  width: 63px;
  height: 500px;
  background: url(/static/exit/fanclub/cmn/renewal_eOJXR4P0Oc/mic.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 999;
  transition: 0.4s;
}
.drawer__btn::before, .drawer__btn::after {
  content: "";
  display: block;
  width: 103px;
  height: 26px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.4s;
}
.drawer__btn::before {
  background: url(/static/exit/fanclub/cmn/renewal_eOJXR4P0Oc/menu_01.png) no-repeat center;
  background-size: contain;
}
.drawer__btn::after {
  background: url(/static/exit/fanclub/cmn/renewal_eOJXR4P0Oc/menu_02.png) no-repeat center;
  background-size: contain;
  opacity: 0;
}

.close__btn {
  position: fixed;
  width: 60px;
  height: 60px;
  transition: 0.3s;
  top: 6vw;
  right: 8vw;
  display: none;
  z-index: 999;
}
.close__btn span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-size: 600%;
  background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
  animation: hoverGradient 6s infinite;
  height: 8px;
  top: 30px;
}
.close__btn span:first-of-type {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.close__btn span:last-of-type {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.drawer-visible header .logo {
  display: none;
}
.drawer-visible .drawer__btn {
  transform: translateY(30px);
  opacity: 0;
  pointer-events: none;
}
.drawer-visible .close__btn {
  display: block;
}
.drawer-visible .drawer {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.drawer-visible .drawer .drawer-inner {
  visibility: visible;
}
.drawer-visible .drawer [class^=nav--] .g-nav > li a {
  opacity: 1;
  transform: translateY(0);
}

.ph,
.thumb {
  position: relative;
  line-height: 0;
}
.ph img,
.thumb img {
  width: 100%;
}
.ph .dummy,
.thumb .dummy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

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

.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.page--info,
.page--schedule,
.page--video,
.page--profile,
.page--archive,
.page--disco,
.page--questionnaire {
  background: #0f1111;
}

.bg {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: fixed;
  z-index: -10;
  background-image: url("/static/exit/fanclub/cmn/official_bg.svg");
  top: 0;
  left: 0;
}
.bg.member {
  background-image: url("/static/exit/fanclub/cmn/renewal_eOJXR4P0Oc/signboard_bg.png");
  opacity: 0.4;
}
.bg.member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: -9;
  pointer-events: none;
}

.page--detail .section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.page--detail .section--detail > .tit {
  color: #ffff00;
}
.page--detail .section--detail .block--share {
  float: right;
}
.page--detail .section--detail .block--share li {
  display: inline-block;
}
.page--detail .section--detail .block--share li svg {
  fill: #fff;
}
.page--detail .section--detail .block--share li.share {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.page--detail .section--detail .date-wrap .date {
  display: inline-block;
}
.page--detail .section--detail .label {
  color: #45ffb7;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.page--detail .section--detail.complete .section--inner .txt {
  text-align: center;
}

.page--member .bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-image: url("/static/exit/fanclub/cmn/renewal_eOJXR4P0Oc/signboard_bg.png");
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--member .bg {
    background-size: 300%;
  }
}
.page--member .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.section-tit {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 60px;
  font-style: italic;
}

.delighter {
  opacity: 0;
  transform-origin: center;
  transform: scale(0);
  transition: 0.38s cubic-bezier(0.25, 0.1, 0.24, 2);
}

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

.page--home.scrolling .scroll {
  opacity: 0;
}
.page--home .scroll {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.page--home .scroll p {
  display: block;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  position: relative;
}
.page--home .scroll svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transform: translateY(-50%);
}
.page--home .section--keyvisual .keyvisual {
  position: relative;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page--home .free-area {
  overflow: hidden;
  position: relative;
}
.page--home .free-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-61deg);
  transform-origin: bottom right;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
}
.page--home .free-area .blcok-tit {
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
  text-align: right;
  font-style: italic;
}
.page--home .block--info {
  background: #000000;
}
.page--home .block--contents a .block-tit {
  text-align: right;
}
.page--home .block--contents a.comingsoon {
  pointer-events: none;
}
.page--home .block--contents a .tit {
  font-weight: 700;
  line-height: 1.6;
}
.page--home .block--contents a .date {
  color: #45ffb7;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
.page--home .block--contents.block--bbs .text-area .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.page--home .list--information li {
  transition: all 0.5s 0s ease;
}
.page--home .list__more,
.page--home .section--sns .tit,
.page--home .section--sns a,
.page--home .block--thumb {
  transform: translateY(20px);
  transition: all 0.5s 0s ease;
}
.page--home .list__more a {
  color: #f7f7f7;
}
.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);
}

.loaded .section--keyvisual .keyvisual {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}

.page--movie.page--member .section--detail .block--player {
  border: 4px solid #f7f7f7;
}

.page--photo .list--horizontal li {
  margin: 0;
}
.page--photo .list--horizontal li.no-data {
  margin: 100px auto;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.page--photo .list--horizontal li a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.page--photo #swipebox-slider .slide-loading {
  background-image: none !important;
}
.page--photo #swipebox-slider .slide img {
  max-height: 80%;
}
.page--photo #swipebox-prev.disabled,
.page--photo #swipebox-next.disabled {
  opacity: 0.2;
}
.page--photo #swipebox-action #swipebox-close {
  top: 10px;
  background: none;
}
.page--photo #swipebox-action #swipebox-close::before,
.page--photo #swipebox-action #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: all 0.6s ease-out 0s;
}
.page--photo #swipebox-action #swipebox-close::before {
  transform: rotate(45deg);
}
.page--photo #swipebox-action #swipebox-close::after {
  transform: rotate(-45deg);
}
.page--photo #swipebox-action #swipebox-prev,
.page--photo #swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.page--photo #swipebox-action #swipebox-prev {
  left: 3%;
}
.page--photo #swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  margin-top: 1em;
}
.page--photo #swipebox-action #swipebox-next {
  right: 3%;
}
.page--photo #swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}
.page--photo #swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}

.page--qa [class^=section--] .name {
  position: relative;
  z-index: 1;
}
.page--qa [class^=section--] .name span {
  position: absolute;
  transform: rotate(-10deg);
  font-family: flood-std, sans-serif;
  color: #505050;
  z-index: -1;
}
.page--qa .section--list .list--qa li a {
  display: block;
  background: #222;
}
.page--qa .section--list .list--qa li a .name-wrap .date {
  color: #45ffb7;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
.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: "Roboto Condensed", sans-serif;
  font-style: italic;
  z-index: -1;
  font-weight: 700;
}
.page--qa .section--detail.answer .block__question {
  background: #222;
}
.page--qa .section--detail.answer .block__answer {
  background: #F42D7A;
}
.page--qa .section--detail.answer .ico--q {
  color: #45ffb7;
}
.page--qa .section--detail.answer .ico--a {
  color: #ffff00;
}

.page--bbs [class^=section--] .name {
  position: relative;
  z-index: 1;
}
.page--bbs [class^=section--] .name span {
  position: absolute;
  transform: rotate(-10deg);
  font-family: flood-std, sans-serif;
  color: #505050;
  z-index: -1;
}
.page--bbs .section--list .block--btn {
  margin-bottom: 30px;
}
@media screen and (min-width: 961px) {
  .page--bbs .section--list .block--btn {
    display: flex;
  }
}
.page--bbs .section--list .block--btn .btn {
  width: 33.3333333333%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--bbs .section--list .block--btn .btn {
    width: 100%;
    margin: 0 auto;
  }
}
.page--bbs .section--list .block--btn .btn .btn--main {
  min-width: auto;
  width: 100%;
  background: #000000;
  border-radius: 0;
  color: #fff;
  border: 1px solid;
}
@media screen and (min-width: 961px) {
  .page--bbs .section--list .block--btn .btn .btn--main:hover {
    background: #F42D7A;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--bbs .section--list .block--btn .btn .btn--main {
    margin: 0.5em 0;
  }
}
.page--bbs .section--list .list--bbs li {
  display: block;
  background: #222;
}
.page--bbs .section--list .list--bbs li .name-wrap .date {
  color: #45ffb7;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
.page--bbs .section--detail.complete .txt {
  text-align: center;
  margin-bottom: 30px;
}
.page--bbs .block--bbs-option {
  margin-bottom: 40px;
}
.page--bbs .block--bbs-option .form__select {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 200px;
  position: relative;
}
.page--bbs .block--bbs-option .form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #f7f7f7;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.page--bbs .block--bbs-option .form__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: inherit;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  color: #f7f7f7;
  cursor: pointer;
  padding-right: 2em;
}
.page--bbs .block--bbs-option .form__select select option {
  background-color: #000000;
}
.page--bbs .block--bbs-option .select--sort {
  margin-right: 10px;
}
.page--bbs.page--list .list--information.bbs li .block--date {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.page--bbs.page--list .list--information.bbs li .block--date .comment {
  font-size: 12px;
  font-weight: bold;
  margin-right: 8px;
}
.page--bbs.page--list .list--information.bbs li .block--date .comment i {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.page--bbs.page--list .list--information.bbs li .tit {
  font-size: 18px;
}

.page--questionnaire section {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 150px 0 60px;
}
.page--questionnaire .txt--sub {
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--questionnaire .section--detail {
    padding: 14vw 5vw 10vw;
  }
}
.page--questionnaire .questionnaire-inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.page--questionnaire .questionnaire-inner .txt--basic {
  margin: 0 0 50px;
}
.page--questionnaire .questionnaire-inner .input--half {
  width: 50% !important;
}
.page--questionnaire .questionnaire-inner .input--quarter {
  width: 25% !important;
}
.page--questionnaire .questionnaire-inner .ph {
  margin-bottom: 1em;
  font-size: unset;
}
.page--questionnaire .questionnaire-inner .btn {
  margin: 0 auto;
}
.page--questionnaire .questionnaire-inner .section-tit {
  font-size: 28px;
  line-height: 1.6em;
  font-weight: normal;
  font-style: normal;
  position: inherit;
  margin: 0 0 30px;
  color: #fff;
  background: none;
  top: -50px;
  left: -10px;
  letter-spacing: -0.05em;
  padding-right: 40px;
}
.page--questionnaire .questionnaire-inner .tit {
  font-size: 16px;
}
.page--questionnaire .questionnaire-inner form .form--post {
  margin: 0 auto 50px;
  border-top: 1px solid #ffffff;
  padding: 35px 0 0;
}
.page--questionnaire .questionnaire-inner form .form--post dt {
  margin: 0 0 20px;
  font-weight: bold;
}
.page--questionnaire .questionnaire-inner form .form--post dd {
  padding: 0 0 35px;
  margin: 0 0 30px;
}
.page--questionnaire .questionnaire-inner form .form--post dd input {
  border-radius: 3px;
}
.page--questionnaire .questionnaire-inner form .form--post dd .input--quarter {
  margin: 0 1em 0 0;
}
.page--questionnaire .questionnaire-inner form .form--post dd .form__radio :checked ~ p::before {
  border-color: #F42D7A;
}
.page--questionnaire .questionnaire-inner form .form--post dd .form__checkbox :checked ~ p::before {
  background: #F42D7A;
  border-color: #F42D7A;
}
.page--questionnaire .questionnaire-inner form .form--post textarea {
  border: 1px solid #FFF;
  background: #000;
  height: inherit;
  border-radius: 3px;
  color: #FFF;
  caret-color: #ddd;
}
.page--questionnaire .questionnaire-inner form .form--post input {
  margin-right: 0.4em;
  color: #FFF;
  border: noe;
  background-color: #000;
  caret-color: #ddd;
}
.page--questionnaire .questionnaire-inner form .form--post .form__select {
  position: relative;
}
.page--questionnaire .questionnaire-inner form .form--post .form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.page--questionnaire .questionnaire-inner form .form--post .form__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: inherit;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  padding-right: 2em;
}
.page--questionnaire .questionnaire-inner form .form--post .form__select select option {
  background-color: #000;
}
.page--questionnaire .questionnaire-inner form .form--horizontal li {
  display: inline-block;
}
.page--questionnaire .questionnaire-inner form .icon--required::before {
  content: "必須";
  font-size: 11px;
  color: #fff;
  background: #ff302c;
  padding: 4px 8px;
  margin-left: 1em;
  border-radius: 2px;
}
.page--questionnaire.confirm .block--error {
  background: #fff0ea;
  color: #f33;
  border: 1px solid #F32;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 1em;
  margin: 1.5em auto;
}
.page--questionnaire.confirm .form--confirm {
  border: 1px solid;
  padding: 30px 30px 1.5em;
  margin: 36px 0;
}
.page--questionnaire.confirm .form--confirm dt {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  opacity: 0.8;
}
.page--questionnaire.confirm .form--confirm dd {
  font-size: 15px;
  border-bottom: none;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid rgba(225, 225, 225, 0.6);
}
.page--questionnaire.confirm .form--confirm dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@keyframes hoverGradient {
  0%, 100% {
    background-position: 0;
  }
  50% {
    background-position: 100%;
  }
}
.section--profile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 15vh 0 0;
  position: relative;
  z-index: 19;
}
.section--profile::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(45deg, rgba(69, 255, 183, 0.8), rgba(1, 185, 255, 0.8), rgba(244, 45, 122, 0.8));
  background-size: 300%;
  animation: hoverGradient 2s infinite;
}
.section--profile .area--image,
.section--profile .area--text {
  width: 100%;
  position: relative;
}
.section--profile .area--image {
  height: calc(37vw - 50px);
  margin-bottom: 50px;
}
.section--profile .block--character {
  width: 140%;
  height: 300px;
}
.section--profile .block--character .character {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.section--profile .block--character .character li {
  line-height: 0;
}
.section--profile .block--character .character .rintaro {
  width: 176px;
  height: 276px;
  background-image: url(/static/exit/fanclub/cmn/rintaro.png);
  position: absolute;
  left: calc(50% - 176px);
  top: 0;
  transform: translateX(-50vw);
  transition: 0.8s ease-out 0.1s;
}
.section--profile .block--character .character .kanechika {
  width: 154px;
  height: 256px;
  position: absolute;
  background-image: url(/static/exit/fanclub/cmn/kanechika.png);
  left: calc(50% + 6px);
  top: 20px;
  transform: translateX(50vw);
  transition: 1s cubic-bezier(0.09, 0.27, 0.61, 2.58) 0.1s;
}
.section--profile .block--image {
  transform-origin: center;
  transform: scale(0);
  transition: 0.3s cubic-bezier(0, 0, 0.41, 2.15);
  z-index: 10;
  position: absolute;
  top: -40px;
  left: calc(50% - 25vw);
  box-shadow: 0 20px 30px -10px rgba(84, 18, 88, 0.3);
}
.section--profile .block--image > img {
  display: block;
  max-width: unset;
  width: 50vw;
  height: 33vw;
  margin: 0 auto;
}
.section--profile .block--image .block--tit {
  width: 20vw;
  height: 10vw;
  position: absolute;
  bottom: -5vw;
  left: 50%;
  transform: scale(0);
  margin-left: -10vw;
  transition: 0.3s cubic-bezier(0, 0, 0.41, 2.15);
  filter: drop-shadow(0 7px 8px rgba(26, 30, 47, 0.3));
}
.section--profile .block--image .block--tit img {
  max-width: unset;
  width: 100%;
}
.section--profile .area--text {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.section--profile .area--text .block--profile {
  width: 50vw;
  margin: 0 auto;
  transform: scale(0);
  transform-origin: center;
  transition: 0.3s cubic-bezier(0, 0, 0.41, 2.15);
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.section--profile .area--text .block--profile .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
.section--profile .area--text .block--profile .data {
  letter-spacing: 0;
  line-height: 2em;
}
.section--profile .area--text .detail__btn {
  opacity: 0;
}

.loaded .section--profile .block--character .character .rintaro,
.loaded .section--profile .block--character .character .kanechika {
  transform: translateX(0);
}
.loaded .section--profile .block--image {
  transition-delay: 1.8s;
  transform: scale(1);
}
.loaded .section--profile .block--tit {
  transition-delay: 1.9s;
  transform: scale(1);
}
.loaded .section--profile .block--profile,
.loaded .section--profile .detail__btn {
  transition-delay: 2s;
  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,
  .no-data .tit,
  .no-data {
    background: none !important;
  }
  .page--blog .section-tit svg path {
    fill: #ffff00 !important;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  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 .slick-prev,
.section--bnr .slick-next {
  display: none;
}
.section--bnr.section--bnr--single {
  padding: 20px 5%;
}
.section--bnr.section--bnr--single img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.section--bnr li {
  display: inline-block;
  position: relative;
}
.section--bnr li a {
  display: block;
  line-height: 0;
  margin: 0 15px 0 0;
  position: relative;
}

/*  section--video */
.section--video .slick-slider .slick-prev,
.section--video .slick-slider .slick-next {
  width: 40px;
  display: block;
}
.section--video .slick-slider .slick--prev {
  position: absolute;
  top: 50%;
  left: -100px;
  width: 60px;
  filter: drop-shadow(-11px 0px 0px #000);
  margin-top: -52px;
  z-index: 10;
  transition: 0.3s;
}
.section--video .slick-slider .slick--next {
  transform: rotate(180deg) translateY(20%);
  position: absolute;
  top: 50%;
  right: -100px;
  width: 60px;
  filter: drop-shadow(-11px 0px 0px #000);
  margin-top: -52px;
  z-index: 10;
  transition: 0.3s;
}
.section--video .list--video.slick-slider:hover .slick--prev {
  left: 50px;
  transform: translateY(-20%);
}
.section--video .list--video.slick-slider:hover .slick--prev:hover {
  transform: scale(1.2) translateY(-20%);
}
.section--video .list--video.slick-slider:hover .slick--next {
  right: 50px;
  transform-origin: center;
}
.section--video .list--video.slick-slider:hover .slick--next:hover {
  transform: scale(1.2) rotate(180deg) translateY(20%);
}

.slick * {
  transition: none;
}

.slick-slider {
  padding-bottom: 22px;
}

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

.slick-slide {
  margin: 0 10px;
}
.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;
  line-height: 0;
}
.slick-slide a::after {
  display: none !important;
}

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

.slick-dots li {
  display: inline-block;
  margin: 0 7px 0 0 !important;
}
.slick-dots li:last-child {
  margin-right: 0 !important;
}

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

.slick-arrow svg {
  width: 100%;
  transition: 0.3s;
  fill: #F42D7A;
}
.slick-arrow:hover {
  transform: scale(1.2);
}

.page--blog .section-tit svg {
  width: 100%;
}
.page--blog .section-tit svg path {
  fill: url(#grad1);
}
.page--blog #stop1 {
  animation: change-color1 3s ease-in-out infinite alternate;
}
.page--blog #stop2 {
  animation: change-color2 3s ease-in-out infinite alternate;
}
@keyframes change-color1 {
  0% {
    stop-color: #45ffb7;
  }
  100% {
    stop-color: #ffff00;
  }
}
@keyframes change-color2 {
  0% {
    stop-color: #01b9ff;
  }
  100% {
    stop-color: #ff65a1;
  }
}
.page--blog section.photoLog {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
  padding: 160px 0 60px;
  transform: none;
}
@keyframes load {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.page--blog section.photoLog .section-tit {
  text-align: center;
  margin: 0 0 80px 0;
  padding: 50px 0;
  border-bottom: 1px solid #fff;
}
.page--blog section.photoLog #next {
  margin-top: 40px;
}
.page--blog section.photoLog #next .loading {
  display: block;
  width: 5em;
  height: 3em;
  margin: 20px auto;
  animation: load 1.1s infinite linear;
  background: none;
  position: relative;
  top: auto;
  left: auto;
  z-index: 10;
}
.page--blog section.photoLog .list--contents {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page--blog section.photoLog .list--contents::after {
  content: "";
  display: block;
  clear: both;
  width: 32%;
}
.page--blog section.photoLog .list--contents li {
  position: relative;
  width: 32%;
  margin: 0 0 40px 0;
  transform: translate(0);
}
.page--blog section.photoLog .list--contents li a:hover .thumb::after {
  opacity: 1;
  height: 100%;
}
.page--blog section.photoLog .list--contents li a:hover .date {
  opacity: 1;
}
.page--blog section.photoLog .list--contents li .date {
  text-align: center;
  display: block;
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
}
.page--blog section.photoLog .list--contents li .thumb {
  width: 100%;
  margin-bottom: 10px;
  background-color: #000;
  transition: 0.3s;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid;
  overflow: hidden;
}
.page--blog section.photoLog .list--contents li .thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: linear-gradient(45deg, rgba(69, 255, 183, 0.8), rgba(1, 185, 255, 0.8), rgba(244, 45, 122, 0.8));
  background-size: 300%;
  opacity: 0;
  mix-blend-mode: hard-light;
  animation: hoverGradient 2s infinite;
  transition: 0.4s;
}
.page--blog section.photoLog .list--contents li .thumb img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  background-size: cover;
  transform: translateZ(0);
}
.page--blog section.photoLog .list--contents li .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--blog section.photoLog .list--contents li .thumb .blur img {
  filter: blur(80px);
  background-size: cover;
  transform: translateZ(0);
  background-size: cover;
  transform: translateZ(0);
}
.page--blog section.photoLog .list--contents.nologin .thumb img {
  filter: blur(15px);
}
.page--blog section.photoLog .list--contents.nologin .thumb::before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--blog section.photoLog .list--contents.nologin .members-only {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  width: 90%;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.page--blog section.photoLog .list--contents.nologin .date {
  display: none;
}
.page--blog section.photoLog .header--detail {
  background: #fff;
  color: #1F1917;
  position: relative;
  border-bottom: 1px solid rgba(31, 25, 23, 0.2);
}
.page--blog section.photoLog .header--detail .inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.page--blog section.photoLog .header--detail .inner .block--writer {
  display: flex;
  align-items: center;
  padding: 16px 25px;
  border-left: 1px solid rgba(31, 25, 23, 0.2);
}
.page--blog section.photoLog .header--detail .inner .block--writer .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.page--blog section.photoLog .header--detail .inner .block--writer .icon img {
  width: 100%;
}
.page--blog section.photoLog .header--detail .inner .block--writer .writer {
  font-size: 14px;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.page--blog section.photoLog .header--detail .inner .date {
  display: block;
  width: 60%;
  padding: 16px 25px;
  margin: 0;
  font-size: 15px;
}
.page--blog section.photoLog .txtArea {
  background: #fff;
  color: #1F1917;
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-end;
}
.page--blog section.photoLog .txtArea .block--thumb {
  width: 60%;
  position: relative;
}
.page--blog section.photoLog .txtArea .block--thumb .youtubeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page--blog section.photoLog .txtArea .block--thumb .youtubeBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.page--blog section.photoLog .txtArea .block--thumb .mov .block--player {
  position: relative;
  margin: 0;
}
.page--blog section.photoLog .txtArea .block--thumb .list--thumb .slick-prev, .page--blog section.photoLog .txtArea .block--thumb .list--thumb .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.page--blog section.photoLog .txtArea .block--thumb .list--thumb .slick-prev {
  left: 15px;
}
.page--blog section.photoLog .txtArea .block--thumb .list--thumb .slick-next {
  right: 15px;
}
.page--blog section.photoLog .txtArea .block--thumb .list--thumb .slick-prev:before, .page--blog section.photoLog .txtArea .block--thumb .list--thumb .slick-next:before {
  width: 100%;
  height: 100%;
  line-height: 1;
}
.page--blog section.photoLog .txtArea .block--thumb .list--thumb .slick-prev:before {
  content: "";
  background: url(/static/exit/fanclub/cmn/prev.png) left center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block !important;
}
.page--blog section.photoLog .txtArea .block--thumb .list--thumb .slick-next:before {
  content: "";
  background: url(/static/exit/fanclub/cmn/next.png) left center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block !important;
}
.page--blog section.photoLog .txtArea .block--thumb .list--thumb .slick-dots {
  width: 100%;
  text-align: center;
  bottom: 30px;
}
.page--blog section.photoLog .txtArea .block--thumb .list--thumb .slick-dots button {
  width: 7px;
  height: 7px;
  background: #dbdbdb;
  opacity: 0.8;
}
.page--blog section.photoLog .txtArea .block--thumb .list--thumb .slick-dots .slick-active button {
  background: #ffff00;
  opacity: 1;
}
.page--blog section.photoLog .txtArea .txt-area {
  width: 40%;
  padding: 25px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-left: 1px solid rgba(31, 25, 23, 0.2);
  position: relative;
}
.page--blog section.photoLog .txtArea .txt-area .block--movie-loading {
  font-size: 13px;
  padding: 15px;
  background: #f1f1f1;
  margin: 5px 0 0 0;
}
.page--blog section.photoLog .txtArea .txt-area .icon--like {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  width: auto;
  position: absolute;
  right: 20px;
  top: -45px;
}
.page--blog section.photoLog .txtArea .txt-area .icon--like i.fa-heart {
  font-size: 20px;
  position: relative;
}
.page--blog section.photoLog .txtArea .txt-area .icon--like i.fa-heart::before {
  opacity: 0;
}
.page--blog section.photoLog .txtArea .txt-area .icon--like i.fa-heart::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/static/exit/fanclub/cmn/heart_solid.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog section.photoLog .txtArea .txt-area .icon--like i.fa-heart.clicked::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/static/exit/fanclub/cmn/heart.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  animation: heart 1.2s reverse both;
}
.page--blog section.photoLog .txtArea .txt-area .icon--like span {
  font-size: 12px;
  margin-left: 5px;
  letter-spacing: 0.05em;
}
@keyframes heart {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.3);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.page--blog section.photoLog .block--pager {
  text-align: left;
  letter-spacing: -0.5em;
  margin: 40px auto auto;
  padding: 0;
  height: 60px;
  position: relative;
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  display: block;
  max-width: 400px;
}
.page--blog section.photoLog .block--pager li {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 0.6em 0;
  margin: 0 10px;
  letter-spacing: 0.03em;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
}
.page--blog section.photoLog .block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 5px;
}
.page--blog section.photoLog .block--pager .pager__item--newer a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.page--blog section.photoLog .block--pager .pager__item--newer a::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  transform: rotate(-135deg);
  top: 16px;
  right: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.3s;
}
.page--blog section.photoLog .block--pager .pager__item--other {
  width: auto;
}
.page--blog section.photoLog .block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 5px;
}
.page--blog section.photoLog .block--pager .pager__item--older a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.page--blog section.photoLog .block--pager .pager__item--older a::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  top: 16px;
  right: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.3s;
}
.page--blog section.photoLog .block--comment .list--comment li .btn--delete {
  margin-bottom: 10px;
}
.page--blog section.photoLog .block--comment .list--comment li .btn--delete [type=submit] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #b1b1b1;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  transition: 0.4s;
}
.page--blog section.photoLog .block--comment .list--comment li .btn--delete [type=submit]:hover {
  opacity: 0.8;
}
.page--blog .inBox {
  max-width: 1000px;
  width: 80%;
  padding: 60px 40px;
  margin: 160px auto;
  transform: none;
  box-sizing: border-box;
  background: #fff;
  color: #1F1917;
}
.page--blog .inBox .titArea .tit {
  font-size: 14px;
  margin: 0 0 20px 0;
  text-align: center;
}
.page--blog .inBox .commentPost dl {
  margin: 0 0 50px 0;
}
.page--blog .inBox .commentPost dl dt {
  font-size: 12px;
  margin: 0 0 5px 0;
}
.page--blog .inBox .commentPost dl dd {
  font-size: 14px;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #666;
}
.page--blog .inBox .commentPost dl dd:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.page--blog .inBox .btn--sub {
  background: #ddd;
}

/*  footer */
footer {
  background: #000000;
  width: 100%;
}
footer .exhibition {
  min-width: 280px;
  font-size: 11px;
  padding-left: 0.7em;
  position: relative;
}
footer .copyright {
  font-family: "Roboto Condensed", sans-serif;
  color: #888;
}

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

/*  Regular */
.page--schedule .btn {
  display: block;
  position: fixed;
  z-index: 10;
}
.page--schedule .btn .btn--main {
  font-style: italic;
  font-weight: 700;
  background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
  background-size: 600%;
  animation: hoverGradient 6s infinite;
  transition: 0.3s;
  border-radius: 50%;
}
.page--schedule #terms {
  display: none;
}
.page--schedule .modaal-overlay {
  background: #000 !important;
  opacity: 0.7 !important;
}
.page--schedule .modaal-content-container {
  background: #0f1111;
  color: #fff;
}
.page--schedule .modaal-close:before,
.page--schedule .modaal-close:after {
  background: #fff;
}

/* BBS */
.page--bbs.page--thread .label--name {
  margin: 0 auto 20px;
}
.page--bbs.page--thread .label--imag {
  margin: 0 auto 20px;
}
.page--bbs.page--thread .list--bbs {
  background: #222;
}
.page--bbs.page--thread .list--bbs li {
  border-bottom: 1px solid rgba(245, 243, 239, 0.4);
  position: relative;
  width: 100%;
}
.page--bbs.page--thread .list--bbs li .ph {
  margin: 1em 0;
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--bbs.page--thread .list--bbs li .ph {
    width: 100%;
  }
}
.page--bbs.page--thread .list--bbs li .ph img {
  pointer-events: none;
}
.page--bbs.page--thread .list--bbs li:last-child {
  border-bottom: none;
}
.page--bbs.page--thread .do-comment {
  cursor: pointer;
  display: inline-block;
  transition: opacity 0.4s;
}
.page--bbs.page--thread .do-comment.open + .reply-form {
  display: block;
}
.page--bbs.page--thread .reply-form .label--imag {
  margin: 0 auto 20px;
}
.page--bbs.page--thread .reply-form textarea {
  height: auto;
}
.page--bbs.page--thread .block--comment .reply {
  background: #5a5a5a;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
.page--bbs.page--thread .block--comment .reply .name--reply {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.page--bbs.photo .label--name {
  margin: 0 auto 20px;
}
.page--bbs.photo .label--imag {
  margin: 0 auto 20px;
}
.page--bbs.photo .page--bbs .section--list .list--bbs li {
  border: none;
  padding: 0 1px 1px 0;
  width: 33.3333333333%;
  margin: 0;
}
.page--bbs.photo .page--bbs .section--list .list--bbs li .ph-wrapper {
  position: relative;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  background: #888;
}

.page--bbs.photo .label--name {
  margin: 0 auto 20px;
}
.page--bbs.photo .label--imag {
  margin: 0 auto 20px;
}
.page--bbs.photo .section--list .section-tit {
  text-align: center;
  width: 100%;
}
.page--bbs.photo .section--list .list--bbs li {
  border: none;
  padding: 0 1px 1px 0;
  width: 33.3333333333%;
  margin: 0;
}
.page--bbs.photo .section--list .list--bbs li a .ph-wrapper {
  position: relative;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  background: #888;
}
.page--bbs.photo .section--list .list--bbs li a .ph-wrapper img:not(.dummy) {
  display: block;
  width: 100%;
  background-size: cover;
  height: auto;
  z-index: 1;
  pointer-events: none;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.page--bbs.photo .section--list .list--bbs li a:hover .ph-wrapper img:not(.dummy) {
  transform: scale(1.1);
}
.page--bbs.photo #swipebox-top-bar {
  bottom: 10px;
  top: auto;
  height: auto;
  text-shadow: none;
  background: none;
  transform: translate3d(0, 0px, 0);
}
.page--bbs.photo #swipebox-title {
  line-height: 1.8;
}
.page--bbs.photo #swipebox-close {
  top: 10px;
  background: none;
  left: 10px;
  right: auto;
}
.page--bbs.photo #swipebox-close::before,
.page--bbs.photo #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: all 0.6s ease-out 0s;
}
.page--bbs.photo #swipebox-close::before {
  transform: rotate(45deg);
}
.page--bbs.photo #swipebox-close::after {
  transform: rotate(-45deg);
}

.page--movie.new-movie .wrap {
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(/static/exit/fanclub/cmn/bg_pattern.png);
}
.page--movie.new-movie .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
  pointer-events: none;
}
.page--movie.new-movie .wrap .section--list {
  padding: 160px 0 60px;
}
.page--movie.new-movie .wrap .section--list h2 {
  margin: 0 0 60px;
  font-size: 80px;
  height: auto;
  font-weight: 700;
  line-height: 1;
  color: #ffff00;
  background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 600%;
  animation: hoverGradient 6s infinite;
}
.page--movie.new-movie .wrap .section--list .list__more {
  text-align: center;
}
.page--movie.new-movie .wrap .section--list .list--contents {
  gap: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.page--movie.new-movie .wrap .section--list .list--contents li {
  width: 48%;
  margin: 0 0 40px 0;
}
.page--movie.new-movie .wrap .section--list .list--contents li a {
  display: block;
  background: #000000;
  color: #f7f7f7;
  height: 100%;
  position: relative;
}
.page--movie.new-movie .wrap .section--list .list--contents li a:hover {
  background: #F42D7A;
}
.page--movie.new-movie .wrap .section--list .list--contents li a:hover .thumb:after {
  opacity: 1;
}
.page--movie.new-movie .wrap .section--list .list--contents li a .thumb {
  width: 100%;
  line-height: 0;
}
.page--movie.new-movie .wrap .section--list .list--contents li a .thumb:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: linear-gradient(45deg, rgba(69, 255, 183, 0.8), rgba(1, 185, 255, 0.8), rgba(244, 45, 122, 0.8));
  background-size: 300%;
  opacity: 0;
  mix-blend-mode: hard-light;
  animation: hoverGradient 2s infinite;
}
.page--movie.new-movie .wrap .section--list .list--contents li a .list__txt {
  padding: 30px;
}
.page--movie.new-movie .wrap .section--list .list--contents li a .list__txt .date {
  color: #45ffb7;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  opacity: 1;
  font-size: 14px;
}
.page--movie.new-movie .wrap .section--list .list--contents li a .list__txt .tit {
  font-size: 16px;
  text-align: left;
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.6;
}
.page--movie.new-movie .wrap .section--list .list--contents:after {
  display: none;
}
.page--movie.new-movie .wrap .section--detail {
  padding: 140px 0 120px;
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
}
.page--movie.new-movie .wrap .section--detail h2 {
  margin: 0 0 60px;
  font-size: 80px;
  height: auto;
  font-weight: 700;
  line-height: 1;
  color: #ffff00;
  background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 600%;
  animation: hoverGradient 6s infinite;
}
.page--movie.new-movie .wrap .section--detail .area--movie .block--player {
  border: 4px solid #f7f7f7;
}
.page--movie.new-movie .wrap .section--detail .area--movie .block--player .vjs-big-play-centered .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-top: 0;
  margin-left: 0;
}
.page--movie.new-movie .wrap .section--detail .block--tit {
  width: 100%;
  margin: 0 auto 30px;
}
.page--movie.new-movie .wrap .section--detail .block--tit .tit {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 1em;
  font-weight: normal;
  font-style: italic;
  background: none;
  animation: none;
  -webkit-text-fill-color: initial;
}
.page--movie.new-movie .wrap .section--detail .block--tit .date {
  margin: 0 0 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  opacity: 1;
  font-size: 1em;
}
.page--movie.new-movie .wrap .section--detail .area--more-info {
  margin: 0 auto 250px;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab #tab--movie .item__ico img {
  display: none;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab #tab--movie.current::after {
  background: #fff;
}

@media screen and (min-width: 961px) {
  .page-tit {
    margin: 0 0 2em;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
  }
  .page-tit svg {
    height: 100px;
  }
  .wrap {
    padding-bottom: 230px;
  }
  .block--form dt {
    font-size: 13px;
    font-weight: bold;
  }
  .list--error li {
    font-size: 13px;
  }
  .list--information li:last-child {
    margin-bottom: 0;
  }
  .list--information li a {
    position: relative;
    left: 0;
    transition: 0.3s;
  }
  .list--information li a .date {
    font-size: 14px;
  }
  .list--information li a .tit {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .list--information li a:hover {
    color: #ffff00;
  }
  .list--information.schedule li a .date-wrap .label {
    font-size: 0.9em;
    padding-left: 16px;
    position: relative;
    letter-spacing: 0.08em;
  }
  .list--information.schedule li a .date-wrap .label::before {
    content: "";
    width: 10px;
    height: 2px;
    bottom: 2px;
    left: 1px;
    background: #f7f7f7;
    position: absolute;
  }
  .list--information.schedule li a .date-wrap .date {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .list--information.schedule li a .date-wrap .date .week {
    padding: 0 0 0 0.3em;
    font-size: 0.6em;
    position: relative;
  }
  .list--information.schedule li a .date-wrap .date.event-end {
    position: relative;
    padding-left: 1.5em;
  }
  .list--information.schedule li a .date-wrap .date.event-end::before {
    content: "";
    width: 20px;
    height: 2px;
    bottom: 0.5em;
    left: 4px;
    background: #f7f7f7;
    position: absolute;
  }
  .list--horizontal {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .list--horizontal li {
    width: 32%;
    margin: 0 2% 40px 0;
  }
  .list--horizontal li:nth-child(3n) {
    margin-right: 0;
  }
  .list--horizontal li a .text-area {
    padding: 30px;
  }
  .list--horizontal li a .text-area .tit {
    font-size: 16px;
    text-align: left;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.6;
  }
  .list--horizontal li a .thumb {
    width: 100%;
    line-height: 0;
  }
  .list--horizontal li a .thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
  }
  .list--horizontal li a .thumb:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: linear-gradient(45deg, rgba(69, 255, 183, 0.8), rgba(1, 185, 255, 0.8), rgba(244, 45, 122, 0.8));
    background-size: 300%;
    opacity: 0;
    mix-blend-mode: hard-light;
    animation: hoverGradient 2s infinite;
  }
  .list--horizontal li a .thumb:before {
    display: none;
  }
  .list--horizontal li a:hover {
    background: #F42D7A;
  }
  .list--horizontal li a:hover .thumb:after {
    opacity: 1;
  }
  .list--horizontal li.no-data {
    font-size: 20px;
  }
  .list--movie {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .list--movie li {
    width: 48%;
    margin: 0 4% 40px 0;
  }
  .list--movie li:nth-child(2n) {
    margin-right: 0;
  }
  .list--movie .block--txt {
    width: 80%;
    line-height: 1.4;
    position: absolute;
    top: 0;
    letter-spacing: 0;
    font-size: 2vw;
    font-weight: 700;
    padding-top: 10px;
    z-index: 10;
    word-break: break-all;
    opacity: 0;
  }
  .list--movie .block--txt p {
    display: inline;
    background: #000000;
  }
  .list--movie li a {
    position: relative;
    display: block;
  }
  .list--movie li a .thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
  }
  .list--movie li a .thumb:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: linear-gradient(45deg, rgba(69, 255, 183, 0.8), rgba(1, 185, 255, 0.8), rgba(244, 45, 122, 0.8));
    background-size: 300%;
    opacity: 0;
    mix-blend-mode: hard-light;
    animation: hoverGradient 2s infinite;
  }
  .list--movie li a:hover .block--txt {
    opacity: 1;
  }
  .list--movie li a:hover .thumb:after {
    opacity: 1;
  }
  .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) {
    margin-right: 4%;
  }
  .list--contents.video {
    padding: 50px 0 0;
  }
  .youtube {
    position: relative;
    width: 100%;
    margin: 20px 0;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .no--data {
    text-align: center;
  }
  .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: #f7f7f7;
    background: #F42D7A;
  }
  .btn .btn--sub {
    transition: all 0.3s;
  }
  .btn .btn--sub:hover {
    color: #f7f7f7;
    background: #F42D7A;
  }
  .detail__btn,
  .list__more,
  .block--pager {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  .list__more a {
    transition: 0.3s;
  }
  .list__more a:hover {
    color: #F42D7A;
  }
  .detail__btn {
    font-size: 20px;
    margin: 40px 0 0;
  }
  .detail__btn a {
    transition: 0.3s;
  }
  .detail__btn a:hover {
    color: #F42D7A;
  }
  .detail__btn .arrow {
    width: 16px;
    height: 5px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .block--category {
    margin: 0 0 20px;
    text-align: center;
    border-bottom: 1px solid #fff;
    letter-spacing: -0.5em;
  }
  .block--category li {
    display: inline-block;
    border: none;
    position: relative;
  }
  .block--category li a {
    display: block;
    padding: 1.5em 2em;
    font-family: "Roboto Condensed", sans-serif;
  }
  .block--category li::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
  }
  .block--category li:hover::after,
  .block--category li.current::after {
    -webkit-transform: scaleX(1);
    -webkit-transform-origin: right;
    transform: scaleX(1);
    transform-origin: right;
  }
  .block--pager {
    max-width: 1200px;
    width: 80%;
    margin: 60px auto 0;
  }
  .block--pager li a {
    padding: 0px 5px 7px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 36px;
    font-style: italic;
    transition: 0.3s;
    white-space: nowrap;
  }
  .block--pager li a span {
    position: relative;
    left: 1px;
  }
  .block--pager li a:hover {
    color: #F42D7A;
  }
  .block--pager li a svg {
    fill: #F42D7A;
  }
  .block--pager .pager__item--newer svg,
  .block--pager .pager__item--older svg {
    width: 30px;
    height: 30px;
    position: relative;
    transition: all 0.3s 0s ease;
  }
  .block--pager .pager__item--newer:hover a svg {
    fill: #45ffb7;
  }
  .block--pager .pager__item--older {
    float: right;
  }
  .block--pager .pager__item--older:hover a svg {
    fill: #45ffb7;
  }
  .block--pager .pager__item--current,
  .block--pager .pager__item--other {
    width: auto;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .block--pager .pager__item--current a,
  .block--pager .pager__item--other a {
    font-style: normal;
  }
  .block--pager .pager__item--current:hover a,
  .block--pager .pager__item--other:hover a {
    color: #F42D7A;
  }
  .block--pager .pager__item--current {
    background: #F42D7A;
    color: #fff;
    border-radius: 50px;
  }
  header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
  }
  header .logo {
    position: absolute;
    left: 3%;
    top: 70px;
    max-width: 130px;
    transform: translateY(-50%);
  }
  header .logo a {
    display: block;
    line-height: 1;
  }
  .block--login li:hover::before {
    background: #F42D7A;
  }
  .block--login li:hover:after {
    transform: translateY(-50%);
  }
  .block--login li:hover a {
    color: #f7f7f7;
  }
  .drawer__btn:hover {
    bottom: -20px;
  }
  .drawer__btn:hover::before {
    opacity: 0;
  }
  .drawer__btn:hover::after {
    opacity: 1;
  }
  .close__btn {
    cursor: pointer;
  }
  .close__btn:hover {
    transform: rotate(180deg);
  }
  .drawer .drawer-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    width: calc(90% - 550px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 850px;
    justify-content: space-between;
  }
  .drawer .character {
    position: absolute;
    left: -10px;
    bottom: 0px;
    z-index: 30;
    width: 18vw;
    height: 50%;
  }
  .drawer .character li {
    display: inline-block;
    line-height: 0;
    cursor: pointer;
    color: transparent;
  }
  .drawer .character li::before {
    position: absolute;
    content: "PON!";
    top: 40px;
    font-size: 15px;
    font-style: italic;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    z-index: -1;
    transition: 0.1s ease;
    color: #f7f7f7;
  }
  .drawer .character li:hover::before {
    top: -20px;
  }
  .drawer .character .rintaro {
    background-image: url(/static/exit/fanclub/cmn/rintaro.png);
    height: 14vw;
    width: 9vw;
    bottom: 0px;
    position: absolute;
  }
  .drawer .character .rintaro::before {
    left: 60%;
    transform: translateX(-55%);
  }
  .drawer .character .kanechika {
    position: absolute;
    background-image: url("/static/exit/fanclub/cmn/kanechika.png");
    height: 14vw;
    width: 9vw;
    right: 0;
    bottom: 0;
  }
  .drawer .character .kanechika::before {
    left: 60%;
    transform: translate(-83%, -7px);
  }
  .drawer [class^=nav--] {
    width: 45%;
  }
  .drawer [class^=nav--] .g-nav > li {
    margin-bottom: 5px;
    line-height: 1;
  }
  .drawer [class^=nav--] .g-nav > li a {
    padding: 15px 0;
    font-size: 20px;
    position: relative;
  }
  .drawer [class^=nav--] .g-nav > li a span.cat {
    min-width: 5em;
    font-size: 10px;
    color: #b9b9b9;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 39px;
  }
  .drawer [class^=nav--] .g-nav > li a span:not(.cat) {
    position: relative;
  }
  .drawer [class^=nav--] .g-nav > li a span:not(.cat):before {
    content: "";
    background: #F42D7A;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.1s ease;
  }
  .drawer [class^=nav--] .g-nav > li a:hover span:not(.cat):before {
    width: 100%;
  }
  .drawer .nav--free .block--logo .logo {
    width: 100px;
    position: relative;
    top: 0;
    left: -10px;
    margin-bottom: 30px;
  }
  .drawer .nav--free .g-nav.free {
    margin: 0 0 60px;
    display: flex;
    flex-wrap: wrap;
    min-width: 420px;
  }
  .drawer .nav--free .g-nav.free > li {
    width: 45%;
  }
  .drawer .nav--free .g-nav.free > li a {
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
  }
  .drawer .nav--member .block--logo {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 0 0 30px;
    position: relative;
  }
  .drawer .nav--member .block--logo .logo-fc {
    width: 120px;
    line-height: 0;
    display: block;
    margin-right: 38px;
  }
  .drawer .nav--member .block--logo .login--btn {
    position: relative;
    z-index: 1;
    width: auto;
    min-width: unset;
    left: 0;
    top: 13px;
  }
  .drawer .nav--member .block--logo .login--btn li {
    display: inline-block;
    width: auto;
    position: relative;
  }
  .drawer .nav--member .block--logo .login--btn li.mypage {
    min-width: 90px;
  }
  .drawer .nav--member .block--logo .login--btn a {
    min-width: unset;
    font-size: 16px;
    padding: 0 15px;
    line-height: 30px;
    letter-spacing: 0.02em;
    transition: 0.3s;
  }
  .drawer .nav--member .block--logo .login--btn a:hover::before {
    background: #F42D7A;
  }
  @keyframes close {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(0%, -100%) matrix(1, 0, 0, 1, 0, 0);
    }
  }
  .loaded .keyvisual {
    width: calc(100% - 120px) !important;
  }
  .section--redirect {
    padding: 140px 0 120px;
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home.scrolled header h1 svg {
    fill: #000000;
  }
  .page--home.scrolled .section--sns a {
    color: #000000;
  }
  .page--home.drawer-visible .drawer__btn:hover {
    top: -60px !important;
  }
  .page--home footer {
    padding: 60px 4vw;
    width: calc(100% - 120px) !important;
    height: auto !important;
    position: relative;
  }
  .page--home footer .copyright {
    font-size: 13px;
  }
  .page--home footer .nav--support {
    margin-bottom: 40px;
    display: block;
  }
  .page--home .section--keyvisual {
    position: relative;
    height: 100vh;
    margin: 0;
  }
  .page--home .scroll {
    margin-left: -5vw;
  }
  .page--home .scroll p {
    font-size: 27px;
  }
  .page--home .scroll svg {
    width: 20px;
    height: 20px;
    animation: scroll 1.2s linear;
    animation-iteration-count: infinite;
    margin: 20px 0 0 -10px;
  }
  @keyframes scroll {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    70% {
      transform: translateY(15px);
      opacity: 0;
    }
    70.01% {
      transform: translateY(-5px);
      opacity: 0;
    }
    75% {
      transform: translateY(-5px);
      opacity: 1;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .page--home .list--sns {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: 232px;
    transform-origin: bottom right;
    transform: rotate(90deg);
    position: fixed;
    bottom: 40px;
    right: 176px;
    top: 0;
  }
  .page--home .list--sns li {
    background: #000000;
    padding: 7px 15px;
    margin: 5px 0;
    display: flex;
    justify-content: space-around;
    justify-content: start;
  }
  .page--home .list--sns li .name {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-right: 20px;
  }
  .page--home .list--sns li a {
    transition: 0.3s;
  }
  .page--home .list--sns li a:hover {
    color: #F42D7A;
  }
  .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;
    padding: 2em;
  }
  .page--home .tit--area {
    margin: 0 0 30px;
  }
  .page--home .block-tit,
  .page--home .section-tit {
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #ffff00;
    background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 600%;
    animation: hoverGradient 6s infinite;
  }
  .page--home .free-area {
    width: calc(100% - 120px) !important;
    padding: 20px 0 240px;
    background: #0f1111;
  }
  .page--home .free-area::before {
    transform: skewY(-61deg);
  }
  .page--home .section--banner {
    padding-top: 18px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 160px;
  }
  .page--home .section--banner .slick-track {
    margin: 0 auto;
  }
  .page--home .section--banner.section--bnr--single {
    padding: 20px 5%;
  }
  .page--home .section--banner.section--bnr--single img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .page--home .section--banner .list--bnr {
    text-align: center;
  }
  .page--home .section--banner .list--bnr .slick-list li {
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  .page--home .section--banner .list--bnr .slick-list li a {
    display: block;
    line-height: 0;
    position: relative;
  }
  .page--home .section--banner .list--bnr .slick-list li::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: linear-gradient(45deg, rgba(69, 255, 183, 0.8), rgba(1, 185, 255, 0.8), rgba(244, 45, 122, 0.8));
    background-size: 300%;
    opacity: 0;
    mix-blend-mode: hard-light;
    animation: hoverGradient 2s infinite;
    pointer-events: none;
  }
  .page--home .section--banner .list--bnr .slick-list li:hover::after {
    opacity: 1;
  }
  .page--home .section--banner .slick-dots {
    right: 0;
    margin: 20px 30px 0 0;
  }
  .page--home .section--info {
    display: flex;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 150px;
  }
  .page--home .section--info .tit--area {
    position: relative;
  }
  .page--home .section--info .tit--area .block-tit,
  .page--home .section--info .tit--area .list__more {
    display: inline-block;
  }
  .page--home .section--info .tit--area .list__more {
    position: absolute;
    top: 0;
    right: 0;
  }
  .page--home .section--info .block--news,
  .page--home .section--info .block--schedule {
    width: 45%;
  }
  .page--home .section--info .block--news {
    margin-right: 10%;
  }
  .page--home .section--info .block--news .block-tit img {
    max-width: 165px;
  }
  .page--home .section--info .block--schedule .block-tit img {
    max-width: 296px;
  }
  .page--home .section--video {
    text-align: left;
    margin: 0 !important;
  }
  .page--home .section--video .tit--area {
    position: relative;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 50px;
  }
  .page--home .section--video .tit--area .section-tit,
  .page--home .section--video .tit--area .list__more {
    display: inline-block;
  }
  .page--home .section--video .tit--area .section-tit img {
    max-width: 171px;
  }
  .page--home .section--video .tit--area .list__more {
    display: inline-block;
    position: relative;
    top: -20px;
    left: 12px;
  }
  .page--home .section--video .video {
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
  }
  .page--home .section--video li a .block--txt {
    top: unset;
    bottom: 20px;
    transition: 0.3s;
  }
  .page--home .section--video .block--txt {
    width: 80%;
    line-height: 1.4;
    position: absolute;
    top: 0;
    letter-spacing: 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: #000000;
  }
  .page--home .section--video li a {
    position: relative;
  }
  .page--home .section--video li a .thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
  }
  .page--home .section--video li a .thumb:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: linear-gradient(45deg, rgba(69, 255, 183, 0.8), rgba(1, 185, 255, 0.8), rgba(244, 45, 122, 0.8));
    background-size: 300%;
    opacity: 0;
    mix-blend-mode: hard-light;
    animation: hoverGradient 2s infinite;
  }
  .page--home .section--video li a:hover .block--txt {
    opacity: 1;
  }
  .page--home .section--video li a:hover .thumb:after {
    opacity: 1;
  }
  .page--home .section--member {
    width: calc(100% - 120px) !important;
    margin: -120px 0 60px;
  }
  .page--home .section--member .section--inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 6%;
  }
  .page--home .section--member .section--inner .block--movie {
    width: 100%;
    margin-bottom: 30px;
  }
  .page--home .section--member .member-area-top {
    display: flex;
  }
  .page--home .section--member .member-area-top .logo-area {
    width: 50%;
  }
  .page--home .section--member .fc-logo {
    min-width: 500px;
    min-height: 220px;
    height: 17vw;
    position: relative;
    margin: 0 0 40px 15%;
  }
  .page--home .section--member .fc-logo img {
    width: 100%;
    max-width: unset;
    height: 100%;
    z-index: 1;
    position: relative;
  }
  .page--home .section--member .login--btn li:hover::before {
    background: #F42D7A;
  }
  .page--home .section--member [class^=block--] {
    width: 47%;
    margin: 0 3% 30px 0;
  }
  .page--home .section--member .block--info.fc {
    display: block;
    width: 45%;
    background: #000000;
    padding: 50px 40px 60px;
    margin: 180px 0 60px auto;
  }
  .page--home .section--member .block--info.fc .tit--area {
    position: relative;
  }
  .page--home .section--member .block--info.fc .tit--area .list__more {
    position: absolute;
    top: -1em;
    right: 0;
  }
  .page--home .section--member .block--contents {
    position: relative;
  }
  .page--home .section--member .block--contents.new a:before {
    position: absolute;
    top: -1px;
    right: -3px;
    content: "new";
    color: #F42D7A;
    font-family: flood-std, sans-serif;
    transform: rotate(10deg);
    display: inline-block;
    font-size: 5vw;
    z-index: 1;
  }
  .page--home .section--member .block--contents.new a:hover:before {
    color: #45ffb7;
  }
  .page--home .section--member .block--contents a {
    background: #000000;
    display: block;
    height: 100%;
    position: relative;
    transition: 0.3s;
  }
  .page--home .section--member .block--contents a .thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
  }
  .page--home .section--member .block--contents a .thumb:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: linear-gradient(45deg, rgba(69, 255, 183, 0.8), rgba(1, 185, 255, 0.8), rgba(244, 45, 122, 0.8));
    background-size: 300%;
    opacity: 0;
    mix-blend-mode: hard-light;
    animation: hoverGradient 2s infinite;
  }
  .page--home .section--member .block--contents a:hover {
    background: #F42D7A !important;
  }
  .page--home .section--member .block--contents a:hover .thumb:after {
    opacity: 1;
  }
  .page--home .section--member .block--contents .block-tit {
    font-size: 20px;
    margin-left: auto;
    position: absolute;
    bottom: 24px;
    right: 30px;
    text-align: right;
  }
  .page--home .section--member .block--contents .text-area {
    padding: 23px 30px 34px;
  }
  .page--home .section--member .block--contents .text-area .tit {
    font-size: 20px;
    text-align: left;
    margin: 0 0 20px;
  }
  .page--home .section--member .block--contents .text-area .date {
    font-size: 15px;
    line-height: 1;
    position: absolute;
    bottom: 24px;
    left: 30px;
  }
  .page--home .section--member .block--contents .text-area .contents-tit {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px;
    opacity: 0.7;
  }
  .page--home .section--member .block--contents .text-area .contents-tit img {
    height: 35px;
    margin-bottom: -8px;
  }
  .page--home .section--member .block--contents .list--contents.no-data {
    min-height: 500px;
    background: #000000;
  }
  .page--home .section--member .block--contents .list--contents.no-data .text-area {
    width: 90%;
    margin: 0 auto !important;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .page--home .section--member .block--contents .list--contents.no-data .tit {
    text-align: center;
    font-size: 70px !important;
  }
  .page--home .section--member .block--contents .no-data {
    background: #000000;
    height: 100%;
  }
  .page--home .section--member .block--contents .no-data .text-area {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .page--home .section--member .block--contents .no-data .contents-tit {
    text-align: left;
  }
  .page--home .section--member .block--contents .no-data .tit {
    opacity: 0.3;
    text-align: center;
    margin-bottom: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-size: 110px !important;
    font-weight: 700;
    line-height: 1;
    color: #ffff00;
    background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 600%;
    animation: hoverGradient 6s infinite;
  }
  .page--home .section--member .block--contents.block--movie {
    margin-right: 0 !important;
    margin-left: 0;
    height: 30vw;
    overflow: hidden;
  }
  .page--home .section--member .block--contents.block--movie a {
    display: flex;
    position: relative;
    padding: 40px 4vw 40px 0;
  }
  .page--home .section--member .block--contents.block--movie li a {
    display: flex;
    justify-content: space-around;
    padding: 3vw 3vw 3vw 0;
  }
  .page--home .section--member .block--contents.block--movie .thumb {
    width: 60%;
    height: 30vw;
    margin: -40px 0;
  }
  .page--home .section--member .block--contents.block--movie .text-area {
    width: 40%;
    margin-left: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
  .page--home .section--member .block--contents.block--movie .text-area .tit {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .page--home .section--member .block--contents.block--movie .text-area .date {
    font-size: 18px;
    float: none !important;
    text-align: right;
  }
  .page--home .section--member .block--contents.block--movie .text-area .contents-tit {
    width: 100%;
  }
  .page--home .section--member .block--contents.block--movie .text-area .name {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .page--home .section--member .block--contents.block--movie .text-area .name .icon {
    width: 50px;
    margin: 0 10px 0 0;
  }
  .page--home .section--member .block--contents.block--movie .block-tit {
    position: absolute;
    bottom: 3vw;
    right: 3vw;
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
  }
  .page--home .section--member .block--contents.kotonohanote .text-area .contents-tit {
    position: relative;
    left: -13px;
  }
  .page--home .section--member .block--contents.block--txt-menu {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }
  .page--home .section--member .block--contents.block--txt-menu a {
    padding: 5px 50px 5px 20px;
    height: 100%;
    display: block;
    position: relative;
  }
  .page--home .section--member .block--contents.block--txt-menu a .block-tit {
    text-align: left;
    font-size: 5vw;
    color: #F42D7A;
    line-height: 1.2;
    position: initial;
  }
  .page--home .section--member .block--contents.block--txt-menu a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 9.5px 0 9.5px 16.5px;
    border-color: transparent transparent transparent #45ffb8;
    line-height: 0px;
  }
  .page--home .section--member .block--contents.block--txt-menu a:hover .block-tit {
    color: #f7f7f7;
  }
  .page--home .section--member .block--contents.block--qa .no-data .text-area {
    left: 0 !important;
    bottom: auto !important;
    transform: translate(0, 0) !important;
  }
  .page--home .section--member .block--contents.block--qa .no-data .tit {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 44px !important;
  }
  .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;
    line-height: 0;
    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:hover span {
    animation: hoverGradient 6s infinite;
    background-size: 600%;
    background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
  }
  .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 30px;
  }
  .page--list .section-tit img {
    width: auto;
  }
  .page--list .section--list {
    padding: 160px 0 60px;
  }
  .page--list .section--list .section--inner {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
  }
  .page--list .section--list .section-tit {
    color: #ffff00;
    background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 600%;
    animation: hoverGradient 6s infinite;
  }
  .page--list:not(.page--member) .section--list {
    padding-top: 320px;
  }
  .page--list:not(.page--member) .section--list .section-tit {
    font-size: 330px;
    position: absolute;
    top: -50px;
    left: -10px;
    line-height: 1;
    letter-spacing: -0.05em;
    padding-right: 40px;
  }
  .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: 30px;
    line-height: 1.4;
    margin: 0 0 1em;
    font-weight: 600;
  }
  .page--detail .section--detail .date {
    margin: 0 0 30px;
  }
  .page--detail .section--detail .date-wrap .date {
    font-size: 32px;
    margin: 0 0 24px;
  }
  .page--detail .section--detail .date-wrap .week {
    color: #505050;
    font-size: 20px;
    color: #fff;
  }
  .page--detail .section--detail .date-wrap .label {
    font-size: 15px;
    padding-left: 24px;
    font-family: "Roboto Condensed", sans-serif;
    position: relative;
  }
  .page--detail .section--detail .date-wrap .label::before {
    content: "";
    width: 10px;
    height: 2px;
    bottom: 2px;
    left: 1px;
    background: #f7f7f7;
    position: absolute;
  }
  .page--detail .section--detail .block--pager {
    width: 100%;
    max-width: auto;
  }
  .page--detail .block--share {
    float: right;
  }
  .page--detail .block--share li {
    font-size: 20px;
  }
  .page--detail .block--share li a {
    padding: 0 7px;
  }
  .page--detail .block--share li svg {
    width: 18px;
    height: 18px;
  }
  .page--detail .block--share li a:hover {
    color: #F42D7A;
  }
  .page--detail .block--share li a:hover svg {
    fill: #F42D7A;
  }
  .page--detail .block--share li.share {
    font-size: 14px;
    vertical-align: 2px;
  }
  .page--detail .block--share li.line-icon {
    display: none;
  }
  .page--member .section-tit {
    margin: 0 0 60px;
    font-size: 80px;
    height: auto;
    font-weight: 700;
    line-height: 1;
  }
  .page--info .no-data {
    margin: 200px auto;
  }
  .page--info .section-tit.member {
    width: auto;
    height: auto;
    font-size: 32px;
    text-indent: 0;
    background-image: none;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  .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: "Roboto Condensed", sans-serif;
    font-size: 22px;
  }
  .page--info .section--detail .new {
    color: #F42D7A;
    font-family: flood-std, sans-serif;
    transform: rotate(-11deg);
    display: inline-block;
    font-size: 1.2em;
  }
  .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 {
    margin-bottom: 50px;
  }
  .page--info .txt a {
    color: #F42D7A;
  }
  .page--info .ph {
    margin-top: 30px;
  }
  .page--schedule .modaal-content-container .list--regular li {
    margin-bottom: 40px;
  }
  .page--schedule .modaal-content-container .list--regular .tit,
  .page--schedule .modaal-content-container .list--regular .site {
    font-size: 14px;
  }
  .page--schedule .modaal-content-container .list--regular a {
    text-decoration: underline;
  }
  .page--schedule .modaal-content-container .list--regular a:hover {
    color: #ffff00;
    text-decoration: none;
  }
  .page--schedule .modaal-content-container .list--regular .date {
    margin-bottom: 5px;
  }
  .page--schedule .modaal-content-container .list--regular .time {
    color: #45ffb7;
    padding-left: 10px;
  }
  .page--schedule .modaal-content-container .list--regular .site,
  .page--schedule .modaal-content-container .list--regular .link {
    display: inline-block;
  }
  .page--schedule .archive,
  .page--schedule .label,
  .page--schedule .category {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  .page--schedule .block--tit {
    position: relative;
  }
  .page--schedule.page--list .section--list .section-tit {
    font-size: 290px;
    top: -360px;
    letter-spacing: -0.05em;
  }
  .page--schedule .section--list .section--inner {
    position: relative;
  }
  .page--schedule .section--list .btn {
    position: absolute;
    top: -170px;
    right: -8px;
  }
  .page--schedule .section--list .btn .btn--main {
    min-width: unset;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 22px;
  }
  .page--schedule .section--list .no-data {
    margin: 200px auto;
  }
  .page--schedule .section--list .archive {
    text-align: right;
    padding: 40px 0 0;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: -10px;
  }
  .page--schedule .section--list .archive:hover {
    color: #F42D7A;
  }
  .page--schedule .section--list .month-wrap {
    position: relative;
    padding-bottom: 30px;
  }
  .page--schedule .section--list .list--sort {
    text-align: right;
  }
  .page--schedule .section--list .list--sort li {
    margin-left: 20px;
  }
  .page--schedule .section--list .block--month .tit {
    text-align: left;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 50px;
    line-height: 1;
    color: #f42d7a;
  }
  .page--schedule .section--list .block--month .tit span {
    font-size: 20px;
    letter-spacing: 0.05em;
    position: relative;
  }
  .page--schedule .section--list .block--month .tit span.month-year {
    padding-left: 14px;
    letter-spacing: 0;
    font-weight: 700;
  }
  .page--schedule .section--list .block--month .tit span.month-year::before {
    content: "";
    width: 7px;
    height: 2px;
    background: #f42d7a;
    position: absolute;
    bottom: 4px;
    left: 2px;
  }
  .page--schedule .section--list .list--information.schedule li a {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .page--schedule .section--list .list--information.schedule li a .date-wrap {
    min-width: 380px;
    padding-right: 20px;
  }
  .page--schedule .section--list .list--information.schedule li a .date-wrap .date.event-end {
    position: relative;
    padding-left: 1.5em;
  }
  .page--schedule .section--list .list--information.schedule li a .date-wrap .date.event-end::before {
    content: "";
    width: 20px;
    height: 2px;
    bottom: 0.5em;
    left: 4px;
    background: #f7f7f7;
    position: absolute;
  }
  .page--schedule .section--list .list--information.schedule li a .tit {
    width: 70%;
  }
  .page--schedule .section--list .month-pager {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 10px 0 0;
  }
  .page--schedule .section--list .month-pager li.pager__item--older a,
  .page--schedule .section--list .month-pager li.pager__item--older span, .page--schedule .section--list .month-pager li.pager__item--newer a,
  .page--schedule .section--list .month-pager li.pager__item--newer span {
    color: #f7f7f7;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    line-height: 1;
    color: inherit;
    left: 0;
    top: auto;
    text-decoration: none;
    position: relative;
    font-size: 18px;
  }
  .page--schedule .section--list .month-pager li.pager__item--older span, .page--schedule .section--list .month-pager li.pager__item--newer span {
    color: #505050;
  }
  .page--schedule .section--list .month-pager li.pager__item--older a:hover, .page--schedule .section--list .month-pager li.pager__item--newer a:hover {
    color: #F42D7A;
  }
  .page--schedule .section--list .month-pager li.pager__item--older {
    right: 5%;
  }
  .page--schedule .section--list .month-pager li.pager__item--older a {
    padding-left: 75px;
  }
  .page--schedule .section--list .month-pager li.pager__item--older a:before {
    left: 0;
  }
  .page--schedule .section--list .month-pager li.pager__item--older a:after {
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    left: 0;
  }
  .page--schedule .section--list .month-pager li.pager__item--older a:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .page--schedule .section--list .month-pager li.pager__item--newer {
    left: 5%;
  }
  .page--schedule .section--list .month-pager li.pager__item--newer a {
    padding-right: 75px;
  }
  .page--schedule .section--list .month-pager li.pager__item--newer a:before {
    right: 0;
  }
  .page--schedule .section--list .month-pager li.pager__item--newer a:after {
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    right: 0;
  }
  .page--schedule .section--list .month-pager li.pager__item--newer a:hover:after {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  .page--schedule .section--list .block--category {
    border: none;
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .page--schedule .section--list .block--category dd {
    position: relative;
    top: 4px;
  }
  .page--schedule .section--list .block--category .list--sort li a,
  .page--schedule .section--list .block--category .list--sort li input,
  .page--schedule .section--list .block--category .list--sort li label {
    text-decoration: none;
    color: #fff;
  }
  .page--schedule .section--list .block--category .list--sort li a .category,
  .page--schedule .section--list .block--category .list--sort li input .category,
  .page--schedule .section--list .block--category .list--sort li label .category {
    width: 100%;
    line-height: 1;
    position: relative;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    padding: 1px 5px 0px;
    transition: 0.3s;
  }
  .page--schedule .section--list .block--category .list--sort li a .category:before,
  .page--schedule .section--list .block--category .list--sort li input .category:before,
  .page--schedule .section--list .block--category .list--sort li label .category:before {
    content: "";
    background: #45ffb7;
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .page--schedule .section--list .block--category .list--sort li a:hover .category,
  .page--schedule .section--list .block--category .list--sort li input:hover .category,
  .page--schedule .section--list .block--category .list--sort li label:hover .category {
    color: #505050;
  }
  .page--schedule .section--list .block--category .list--sort li a:hover .category:before,
  .page--schedule .section--list .block--category .list--sort li input:hover .category:before,
  .page--schedule .section--list .block--category .list--sort li label:hover .category:before {
    background: transparent;
  }
  .page--schedule .section--list .block--category .list--sort li input[type=checkbox] {
    display: none;
  }
  .page--schedule .section--list .block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
    background: transparent;
    color: #505050;
  }
  .page--schedule .section--list .block--category .list--sort li input[type=checkbox]:not(:checked) + .category:hover {
    color: #45ffb8;
  }
  .page--schedule .section--list .block--category .list--sort li input[type=checkbox]:checked + .category:before {
    width: 100%;
  }
  .page--schedule .section--list .block--category .list--sort li:hover * {
    cursor: pointer;
  }
  .page--archive .form__select {
    width: 20%;
    margin: 0 0 0 auto;
    display: block;
    margin-bottom: 50px;
    text-align: right;
  }
  .page--archive .form__select::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    vertical-align: middle;
    right: 0;
  }
  .page--archive .form__select::after {
    position: absolute;
    top: 45%;
    margin-top: -6px;
    right: 10px;
  }
  .page--archive .form__select option {
    color: #000;
  }
  .page--archive .no-data {
    margin: 200px auto;
  }
  .page--archive .list--schedule li a {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .page--archive .date-wrap {
    min-width: 380px;
    padding-right: 20px;
  }
  .page--archive .date-wrap .date {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
    position: relative;
    font-weight: 700;
    display: inline-block;
  }
  .page--archive .date-wrap .date.event-end {
    position: relative;
    padding-left: 1.5em;
  }
  .page--archive .date-wrap .date.event-end::before {
    content: "";
    width: 20px;
    height: 2px;
    bottom: 0.5em;
    left: 4px;
    background: #f7f7f7;
    position: absolute;
  }
  .page--archive .date-wrap .week {
    padding: 0 0 0 0.3em;
    font-size: 0.6em;
    position: relative;
  }
  .page--archive .date-wrap .label {
    font-size: 0.9em;
    padding-left: 16px;
    position: relative;
    letter-spacing: 0.08em;
    color: #45ffb7;
    font-style: italic;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
  }
  .page--archive .date-wrap .label::before {
    content: "";
    width: 10px;
    height: 2px;
    bottom: 2px;
    left: 1px;
    background: #f7f7f7;
    position: absolute;
  }
  .page--archive .date-wrap .tit {
    width: 70%;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .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 .thumb-wrap .thumb {
    background-image: url(/static/exit/fanclub/cmn/cover.png);
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    overflow: visible;
    line-height: inherit;
  }
  .page--video .list--contents .thumb-wrap .thumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .page--video .list--contents .thumb-wrap .text-area {
    width: 70%;
    line-height: 1.4;
    position: absolute;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
    z-index: 2;
  }
  .page--video .list--contents .thumb-wrap .text-area .tit {
    display: inline;
    background: #000000;
  }
  .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.new {
    position: relative;
  }
  .page--video .list--contents li.new:before {
    content: "NEW";
    font-weight: 700;
    color: #F42D7A;
    font-family: flood-std, sans-serif;
    font-size: 28px;
    display: block;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 2;
    transform: rotate(-11deg);
  }
  .page--disco .category {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.08em;
  }
  .page--disco .section--list .section-tit {
    font-size: 14vw !important;
  }
  .page--disco .section--list .block--category {
    border: none;
    text-align: right;
    margin: 0 0 40px;
  }
  .page--disco .section--list .block--category .list--sort li {
    margin-left: 20px;
  }
  .page--disco .section--list .block--category .list--sort li a {
    width: 100%;
    line-height: 1;
    position: relative;
    letter-spacing: 0;
    font-weight: 700;
    padding: 1px 5px 0px;
    color: #505050;
    transition: 0.3s;
  }
  .page--disco .section--list .block--category .list--sort li a:before {
    content: "";
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .page--disco .section--list .block--category .list--sort li a:hover {
    color: #45ffb7;
  }
  .page--disco .section--list .block--category .list--sort li.current a {
    color: #000;
  }
  .page--disco .section--list .block--category .list--sort li.current a:before {
    background: #45ffb7;
  }
  .page--disco .section--list .block--category .list--sort li:hover * {
    cursor: pointer;
  }
  .page--disco .section--list .list--discography li {
    width: 31%;
    margin: 0 2% 40px 0;
  }
  .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;
    background-size: contain;
  }
  .page--disco .section--list .list--discography li figure:nth-child(4n) {
    margin-right: 0;
  }
  .page--disco .section--list .list--discography li .blur {
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    z-index: 1;
  }
  .page--disco .section--list .list--discography li .blur img {
    filter: blur(6px);
  }
  .page--disco .section--list .list--discography li a:hover .block--txt {
    opacity: 1;
  }
  .page--disco .section--list .block--txt {
    opacity: 0;
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 700;
  }
  .page--disco .section--list .block--txt .tit,
  .page--disco .section--list .block--txt .date-wrap {
    position: absolute;
    z-index: 3;
  }
  .page--disco .section--list .block--txt .tit {
    padding-top: 10px;
    top: 0;
    width: 80%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  .page--disco .section--list .block--txt .tit span {
    background: #000000;
  }
  .page--disco .section--list .block--txt .date-wrap {
    text-align: right;
    margin-left: auto;
    font-size: 15px;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
    background: #000;
    padding-left: 5px;
  }
  .page--disco .section--list .block--txt .date-wrap .date,
  .page--disco .section--list .block--txt .date-wrap .category {
    display: inline-block;
  }
  .page--disco .section--list .block--txt .date-wrap .date {
    color: #fff;
  }
  .page--disco .section--list .block--txt .date-wrap .category {
    color: #45ffb7;
    font-size: 0.9em;
    padding-left: 16px;
    position: relative;
    letter-spacing: 0.08em;
  }
  .page--disco .section--list .block--txt .date-wrap .category::before {
    content: "";
    width: 10px;
    height: 2px;
    bottom: 2px;
    left: 1px;
    background: #FFF;
    position: absolute;
  }
  .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: 66%;
    margin-right: 4%;
    min-width: 500px;
  }
  .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 .list--jacket li:last-child {
    margin-bottom: 0;
  }
  .page--disco .section--detail .block--detail {
    margin-bottom: 50px;
  }
  .page--disco .section--detail .block--detail .tit {
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 0.2em;
    font-weight: 600;
    color: #ffff00;
  }
  .page--disco .section--detail .block--detail .category {
    color: #45ffb7;
    font-size: 0.9em;
    padding-left: 16px;
    position: relative;
    letter-spacing: 0.08em;
  }
  .page--disco .section--detail .block--detail .category::before {
    content: "";
    width: 10px;
    height: 2px;
    bottom: 2px;
    left: 1px;
    background: #FFF;
    position: absolute;
  }
  .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--] {
    margin-bottom: 70px;
  }
  .page--entry [class^=block--] .block-tit {
    font-size: 22px;
    font-weight: bold;
    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-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: inherit;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0.1em;
    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: #fff;
    padding: 30px;
    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;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 0.8em;
    color: #45ffb7;
    line-height: 1.4;
    font-size: 22px;
    background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 600%;
    animation: hoverGradient 6s infinite;
  }
  .page--entry .section--detail .block--contents .list--contents li .cat {
    color: #45ffb7;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    position: relative;
    bottom: 0;
    text-align: right;
  }
  .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: #fff;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .page--entry .popup-inner .btn.checked .btn--main {
    background: #F42D7A;
    color: #ffffff;
    pointer-events: auto;
  }
  .page--entry .popup-inner .form__checkbox label p::before {
    border-color: #000000;
  }
  .page--movie .wrap,
  .page--photo .wrap,
  .page--blog .wrap,
  .page--qa .wrap {
    position: relative;
  }
  .page--movie .bg,
  .page--photo .bg,
  .page--blog .bg,
  .page--qa .bg {
    pointer-events: none;
  }
  .page--movie .bg::before,
  .page--photo .bg::before,
  .page--blog .bg::before,
  .page--qa .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    pointer-events: none;
  }
  .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--list .list--horizontal {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .page--movie.page--member .section--list .list--horizontal li {
    width: 48%;
    margin: 0 4% 40px 0;
  }
  .page--movie.page--member .section--list .list--horizontal li:nth-child(2n) {
    margin-right: 0;
  }
  .page--movie.page--member .section--detail .block--player {
    border: 4px solid #f7f7f7;
  }
  .page--movie .section--list .section-tit {
    width: auto;
    height: auto;
    text-indent: 0;
  }
  .page--movie .section--list .no-data {
    width: 100%;
    margin: 200px auto !important;
  }
  .page--movie .section--detail .tit {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    line-height: 1.6em;
    margin: 0 0 1em;
    font-weight: normal;
    font-style: italic;
  }
  .page--movie .section--detail .txt--basic {
    margin: 50px 0;
    min-height: 200px;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
  }
  .page--movie .txt {
    margin-bottom: 50px;
  }
  .page--movie .txt a {
    color: #F42D7A;
  }
  .page--blog .section-tit img {
    height: 130px;
    transform: translateY(30px);
  }
  .page--blog .section--list .list--contents {
    margin: 0 0 80px;
  }
  .page--blog .section--list .list--contents li {
    position: relative;
    margin-bottom: 50px;
  }
  .page--blog .section--list .list--contents .thumb {
    margin: 0 0 20px;
  }
  .page--blog .section--list .list--horizontal li a .thumb:after {
    height: 100%;
  }
  .page--blog .section--list .no-data {
    font-size: 20px;
    margin: 200px auto;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #ffff00;
    background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 600%;
    animation: hoverGradient 6s infinite;
  }
  .page--blog .section--detail {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
  }
  .page--blog .section--detail .tit {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    line-height: 1.6em;
    margin: 0 0 1em;
    font-weight: normal;
  }
  .page--blog .section--detail .date {
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  .page--blog .section--detail .txt span,
  .page--blog .section--detail .txt font span {
    font-size: 15px !important;
    line-height: 1.6;
  }
  .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.comment .txt {
    text-align: center;
    margin-bottom: 10px;
  }
  .page--blog.comment .txt--sub {
    text-align: center;
    margin-bottom: 40px;
  }
  .page--blog .block--comment {
    margin-top: 100px;
  }
  .page--blog .block--comment form {
    margin-bottom: 90px;
  }
  .page--blog .block--comment .comment {
    font-size: 26px;
    text-align: center;
    padding: 0 0 40px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  .page--blog .block--comment .block--pager {
    display: block;
    margin-bottom: 20px;
  }
  .page--blog .block--comment .block--pager li {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .page--blog .block--comment .user {
    margin-bottom: 20px;
  }
  .page--blog .block--comment .txt {
    margin: 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
  }
  .page--blog .block--comment .txt--sub {
    text-align: center;
    margin-bottom: 40px;
  }
  .page--blog .block--comment .date {
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
  }
  .page--blog .block--comment .name {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  .page--blog .block--comment .txt--sub {
    font-size: 15px;
    text-align: center;
    margin-bottom: 40px;
  }
  .page--blog .block--comment .txt--nickname {
    font-size: 15px;
  }
  .page--blog .block--comment .txt--name {
    font-size: 12px;
    font-weight: bold;
    margin: 1.5em 0 0.5em;
  }
  .page--blog .block--comment .block--pager li {
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    line-height: 1;
    margin: 0 10px !important;
    position: relative;
  }
  .page--blog .block--comment .block--pager li a {
    padding: 0;
    line-height: 1;
    font-size: 18px;
    font-weight: normal;
  }
  .page--blog .block--comment .block--pager li.pager__item--current::before {
    content: "";
    background: #F42D7A;
    color: #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
  }
  .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 .block--form dt {
    margin-top: 0;
  }
  .page--blog .block--form dd {
    margin-bottom: 0;
  }
  .page--blog .block--form .name {
    margin-bottom: 20px;
  }
  .page--blog .block--form .message {
    display: none;
  }
  .page--blog .list--comment {
    margin: 0 0 50px;
  }
  .page--blog .list--comment li {
    display: block;
    background: #222;
    padding: 30px;
    margin-bottom: 30px;
  }
  .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: #45ffb7;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    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 .name-wrap .name span {
    top: -10px;
    left: 50px;
    font-size: 30px;
    position: absolute;
    transform: rotate(-10deg);
    font-family: flood-std, sans-serif;
    color: #505050;
    z-index: -1;
  }
  .page--blog .list--comment li .text {
    margin: 0 0 20px;
  }
  .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: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .page--qa .section--list .list--qa li {
    width: 48%;
    margin: 0 4% 40px 0;
  }
  .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: #F42D7A;
  }
  .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--support .section--detail {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 150px 0 150px !important;
  }
  .page--support .section--detail .tit {
    font-size: 28px;
    line-height: 1.6em;
    margin: 0 0 30px;
    font-weight: normal;
    color: #fff;
  }
  .page--support .section--detail .list--support a {
    text-decoration: underline;
    transition: 0.3s;
  }
  .page--support .section--detail .list--support a:hover {
    text-decoration: none;
  }
  .page--support .section--detail .list--support dt {
    font-weight: bold;
  }
  .page--support .section--detail .list--support dd {
    margin-bottom: 1.5em;
  }
  .page--support .section--detail .terms-list > li {
    margin: 0 0 1.5em;
  }
  .page--support .section--detail .list--support dt {
    font-weight: bold;
  }
  .page--support .section--detail .list--support dd {
    margin-bottom: 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--faq .section-tit {
    font-size: 28px !important;
    line-height: 1.6em !important;
    margin: 0 0 30px !important;
    font-weight: normal !important;
    font-style: normal !important;
    position: inherit !important;
    color: #fff !important;
    background: none !important;
    -webkit-background-clip: none !important;
    -webkit-text-fill-color: inherit !important;
    animation: none;
    text-indent: 40px !important;
  }
}
@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: #F42D7A;
    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: #fff;
    color: #000000;
  }
  .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: 0;
    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 #ffffff;
  }
  .page--faq .list--faq li:first-child {
    border-top: 1px solid #ffffff;
  }
  .page--faq .list--faq li .tit {
    margin: 0 0 0 20px;
  }
  .page--faq .list--faq li a {
    display: flex;
    align-items: center;
    align-items: center;
    color: #ffffff;
    padding: 24px 0;
    text-decoration: none;
    transition: color 0.3s;
  }
  .page--faq .list--faq li a:hover {
    color: #ffff00;
  }
  .page--faq .list--faq .icon--q {
    font-family: "Roboto Condensed", sans-serif;
    color: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    line-height: 28px;
  }
  .page--faq .tit--category {
    margin: 0 0 20px;
    font-weight: bold;
  }
  .page--faq .block--faq-detail {
    border: 1px solid #ffffff;
    padding: 25px;
    margin: 0 0 80px;
  }
  .page--faq .block--faq-detail dt {
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
  .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: #F42D7A;
  }
  .page--faq .block--faq-detail .icon--q,
  .page--faq .block--faq-detail .icon--a {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: block;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    float: left;
    line-height: 26px;
  }
  .page--faq .block--faq-detail .icon--q {
    border: 1px solid #fff;
  }
  .page--faq .block--faq-detail .icon--a {
    vertical-align: top;
    color: #000000;
    background: #fff;
  }
  .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: #F42D7A;
    text-decoration: none;
  }
  .page--faq .block--contact a:hover + i {
    color: #F42D7A;
  }
  .page--bbs [class^=section--] .name {
    font-size: 16px;
    padding-left: 110px;
  }
  .page--bbs [class^=section--] .name span {
    top: -2px;
    left: 50px;
    font-size: 30px;
  }
  .page--bbs.page--list .section--list .section-tit {
    width: 100%;
  }
  .page--bbs .section--inner > .txt {
    margin: 0 0 40px;
    text-align: center;
  }
  .page--bbs .section--list .section-tit {
    font-size: 4.8vw;
    font-feature-settings: "palt";
    line-height: 1;
    width: 80%;
    margin: 0 auto 50px;
  }
  .page--bbs .section--list .list--bbs {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .page--bbs .section--list .list--bbs li {
    width: 48%;
    margin: 0 4% 40px 0;
  }
  .page--bbs .section--list .list--bbs li:nth-child(2n) {
    margin-right: 0;
  }
  .page--bbs .section--list .list--bbs li {
    padding: 30px;
    height: auto;
  }
  .page--bbs .section--list .list--bbs li .name-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page--bbs .section--list .list--bbs li .tit {
    margin: 0 0 10px;
  }
  .page--bbs .section--detail .block--form.form--comfirm {
    background: #222;
    padding: 30px;
    margin-bottom: 40px;
  }
  .page--bbs .section--detail .block--form.form--comfirm dt {
    margin-top: 0;
  }
  .page--bbs .section--detail .block--form.form--comfirm dd {
    margin-bottom: 50px;
  }
  .page--bbs .section--detail .block--form.form--comfirm dd:last-child {
    margin-bottom: 0;
  }
  .page--bbs .section--detail .detail--post .label--name {
    margin-bottom: 20px;
  }
  .page--bbs .section--detail .detail--post .label--name p {
    font-weight: bold;
    font-size: 13px;
  }
  .page--bbs .section--detail .detail--post .label--comment {
    margin-bottom: 20px;
  }
  .page--bbs.page--thread .list--bbs {
    display: block;
    padding: 30px 5%;
  }
  .page--bbs.page--thread .list--bbs li {
    padding: 30px 0;
    margin-bottom: 0;
    width: 100%;
  }
  .page--bbs.page--thread .list--bbs li .name-wrap {
    margin-bottom: 10px;
  }
  .page--bbs.page--thread .list--bbs .do-comment:hover {
    opacity: 0.4;
  }
  .page--error .section--detail {
    margin-top: 250px;
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    padding: 30px 3%;
    height: 310px;
  }
  footer .footer--sns {
    margin-bottom: 20px;
    padding-left: 0.7em;
  }
  footer .footer--sns li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  footer .footer--sns li a {
    transition: 0.3s;
  }
  footer .footer--sns li a:hover {
    color: #F42D7A;
  }
  footer .footer--sns i {
    font-size: 18px;
    padding: 0 6px;
  }
  footer .footer--sns .name {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-right: 20px;
  }
  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: 0 10px;
    transition: 0.3s;
  }
  footer .nav--support li a:hover {
    color: #F42D7A;
  }
  footer .copyright {
    min-width: 280px;
    font-size: 11px;
    padding-left: 0.7em;
    position: relative;
    top: 10px;
  }
  footer .copyright::before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(/static/exit/fanclub/cmn/yoshimotokogyo.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px 0 10px 10px;
  }
  footer .copyright small {
    opacity: 0;
  }
}
@media screen and (min-width: 1300px) {
  .page--home .section--member [class^=block--] {
    width: 31.3%;
    margin-right: 2%;
  }
  .page--home .section--member [class^=block--]:nth-child(4n), .page--home .section--member [class^=block--]:last-of-type {
    margin-right: 0;
  }
  .page--home .section--member .block--contents .text-area {
    padding: 20px 30px 37px;
  }
  .page--home .section--member .block--contents .text-area .tit {
    font-size: 18px;
  }
  .page--home .section--member .block--contents .text-area .date {
    font-size: 15px;
    line-height: 1;
  }
  .page--home .section--member .block--contents .text-area .contents-tit {
    font-size: 13px;
  }
  .page--home .section--member .block--contents .text-area .contents-tit img {
    height: 28px;
  }
  .page--home .section--member .block--contents .block-tit {
    font-size: 17px;
    right: 30px;
    bottom: 22px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .block--form dt {
    font-size: 12px;
    font-weight: bold;
  }
  .slick-dots button {
    width: 7px;
    height: 7px;
  }
  .slick-arrow svg {
    height: 30px;
  }
  .page-tit {
    margin: 0 0 0.5em;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
  }
  .page-tit svg {
    height: 66px;
  }
  .block-tit,
  .section-tit,
  .no-data .tit {
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-size: 10vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    color: #ffff00;
    background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 600%;
    animation: hoverGradient 6s infinite;
  }
  .btn a,
  .btn input {
    min-width: 90%;
    height: 60px;
    line-height: 60px;
  }
  .detail__btn {
    margin: 40px 0 0;
  }
  .detail__btn,
  .list__more,
  .block--pager {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
  }
  .detail__btn a,
  .list__more a,
  .block--pager a {
    display: block;
  }
  .list__more a {
    font-size: 12px;
    padding: 5px 0;
  }
  .bg.member {
    background-size: 300%;
  }
  .list--error li {
    font-size: 12px;
  }
  .date,
  .commingsoon {
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .list--information li:first-child a {
    border-top: 1px solid rgba(56, 56, 56, 0.8);
  }
  .list--information li a {
    padding: 15px 0;
  }
  .list--information li a .date {
    line-height: 1;
    font-size: 11px;
    margin-bottom: 5px;
  }
  .list--information.schedule .date {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .list--information.schedule .date.event-end {
    position: relative;
    padding-left: 1.5em;
  }
  .list--information.schedule .date.event-end::before {
    content: "";
    width: 18px;
    height: 2px;
    bottom: 0.5em;
    left: 1px;
    background: #f7f7f7;
    position: absolute;
  }
  .list--information.schedule .week {
    font-size: 13px;
    margin-left: 4px;
    letter-spacing: 0.1em;
  }
  .list--information.schedule .label {
    position: relative;
    color: #45ffb7;
    font-style: italic;
    font-size: 15px;
    font-weight: 700;
    margin-left: 10px;
    font-family: "Roboto Condensed", sans-serif;
  }
  .list--information.schedule .label::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: -13px;
  }
  .list--movie .block--txt {
    width: 80%;
    line-height: 1.4;
    position: absolute;
    top: 0;
    letter-spacing: 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: #000000;
  }
  .list--movie li {
    margin: 0 0 30px;
  }
  .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: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .list--horizontal li {
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .list--horizontal li:nth-child(2n) {
    margin-right: 0;
  }
  .list--horizontal li {
    width: 100%;
  }
  .list--horizontal li a {
    display: block;
  }
  .list--horizontal li a .tit {
    margin: 0 0 5px;
  }
  .list--horizontal li a .text-area {
    padding: 16px;
  }
  .list--contents::after {
    content: "";
    display: block;
    clear: both;
  }
  .list--contents li {
    margin: 0 0 2em;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li .thumb {
    margin: 0 -7% 1em;
  }
  .youtube {
    position: relative;
    width: 100%;
    margin: 20px 0;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .no--data {
    text-align: center;
    opacity: 0.5;
  }
  .list__more {
    text-align: left;
  }
  .detail__btn a {
    position: relative;
    display: inline-block;
  }
  .block--category {
    margin: 0 0 20px;
    text-align: center;
  }
  .block--category li {
    display: inline-block;
    position: relative;
  }
  .block--category li.current::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000000;
  }
  .block--category li a {
    display: block;
    padding: 1em 0.5em;
    font-size: 3.2vw;
    font-family: "Roboto Condensed", sans-serif;
  }
  .block--pager {
    margin: 30px 0 20px;
  }
  .block--pager li a {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 22px;
  }
  .block--pager .pager__item--newer svg,
  .block--pager .pager__item--older svg {
    width: 20px;
    height: 20px;
  }
  .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: 20px;
    height: 20px;
    fill: #F42D7A;
  }
  .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;
  }
  .block--pager .pager__item--current {
    background: #F42D7A;
    color: #f7f7f7;
    border-radius: 50px;
  }
  header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
  }
  header h1.logo {
    position: fixed;
    width: 24%;
    max-width: 100px;
    line-height: 0;
    top: 100px;
    left: 5%;
    top: 100px;
    transition: top 0.4s;
  }
  header h1.logo a {
    display: block;
  }
  header h1.logo.show {
    transform: translateY(0);
  }
  .close .header h1.logo {
    top: 20px;
  }
  .page--home.scrolling .header h1.logo {
    top: 20px;
  }
  .drawer__btn {
    right: 7vw;
    bottom: -48vw;
    width: 12vw;
    height: 95vw;
    transition: bottom 0.4s;
  }
  .drawer__btn::before, .drawer__btn::after {
    width: 20vw;
    height: 10vw;
    position: absolute;
    top: 11vw;
  }
  .drawer__btn::after {
    animation: tenmetsu 0.5s ease-in-out infinite alternate;
  }
  .close__btn {
    width: 40px;
    height: 40px;
    right: 5%;
    top: 20px;
  }
  .close__btn span {
    height: 4px;
    top: 15px;
  }
  .drawer {
    position: fixed;
    z-index: 20;
    visibility: visible;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    pointer-events: none;
    /*
        .character {
          position: absolute;
          left: 50%;
          //bottom: 0;
          top: 100%;
          transform: translateX(-50%);
          @include var.flex-display;
          align-items: center;
          margin-top: 10px;
          z-index: 22;
          pointer-events: none;

          li {
            max-width: 80px;
            line-height: 0;
            color: transparent;
          }

          .rintaro {
            background-image: url("/static/exit/fanclub/cmn/rintaro.png");
            height: 126px;
            width: 70px;
            margin-right: 10px;
            position: relative;
            background-size: 90%;
          }

          .kanechika {
            position: relative;
            background-image: url("/static/exit/fanclub/cmn/kanechika.png");
            height: 116px;
            width: 65px;
            background-size: 90%;
          }
        }
    */
  }
  .drawer [class^=light--] {
    z-index: 20;
    opacity: 0.3;
    transform-origin: center;
    top: 0;
    pointer-events: none;
  }
  .drawer .drawer__light {
    overflow: hidden;
  }
  .drawer:after {
    z-index: 20;
  }
  .drawer .drawer-bg {
    top: 20vw;
    left: 50%;
    transform: translateX(-50%);
    width: 39vw;
    height: 390vw;
  }
  .drawer .drawer-inner {
    overflow-x: hidden;
    overflow-y: scroll;
    visibility: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 22;
    padding: 60px 0 80px;
  }
  .drawer .drawer-inner .character {
    position: absolute;
    left: 50%;
    bottom: -96vw;
    top: 850px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    margin-top: 10px;
    z-index: 22;
    pointer-events: none;
  }
  .drawer .drawer-inner .character li {
    max-width: 80px;
    line-height: 0;
    color: transparent;
  }
  .drawer .drawer-inner .character .rintaro {
    background-image: url("/static/exit/fanclub/cmn/rintaro.png");
    height: 126px;
    width: 70px;
    margin-right: 10px;
    position: relative;
    background-size: 90%;
  }
  .drawer .drawer-inner .character .kanechika {
    position: relative;
    background-image: url("/static/exit/fanclub/cmn/kanechika.png");
    height: 116px;
    width: 65px;
    background-size: 90%;
  }
  .drawer [class^=nav--] {
    padding: 0 7%;
  }
  .drawer [class^=nav--] .g-nav > li a {
    padding: 10px 0;
    font-size: 16px;
  }
  .drawer [class^=nav--] .g-nav > li a span.cat {
    font-size: 2vw;
    color: #a0a0a0;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .drawer .nav--free {
    margin: 0 0 40px;
  }
  .drawer .nav--free .block--logo {
    margin: 0 0 14px;
  }
  .drawer .nav--free .block--logo .logo {
    width: 18vw;
  }
  .drawer .nav--free .g-nav.free li {
    width: 50%;
    float: left;
  }
  .drawer .nav--free .g-nav.free li a {
    line-height: 1;
    font-size: 6vw;
    letter-spacing: 0.05em;
  }
  .drawer .nav--member .g-nav.member {
    padding-bottom: 60px;
  }
  .drawer .nav--member .g-nav.member li a {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-size: 5vw;
  }
  .drawer .nav--member .g-nav.member li a span.cat {
    font-family: "Roboto Condensed", sans-serif;
  }
  .drawer .nav--member .block--logo {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin: 0 0 10px;
  }
  .drawer .nav--member .block--logo .logo-fc {
    width: 40%;
    line-height: 0;
  }
  .drawer .nav--member .block--logo .block--login {
    position: relative;
    bottom: 10px;
    left: 0;
    width: 66%;
    text-align: left;
    margin-bottom: 14px !important;
  }
  .drawer .nav--member .block--logo .block--login .login--btn {
    position: relative;
    display: flex;
    justify-content: center;
    left: 30px;
  }
  .drawer .nav--member .block--logo .block--login .login--btn a {
    height: 35px;
    font-size: 4vw;
    line-height: 37px;
    text-align: center;
    padding: 0 3vw;
  }
  .drawer .nav--member .block--logo .block--login .login--btn li.mypage {
    min-width: 90px;
    margin-left: -90px;
  }
  .drawer .nav--member .block--logo .block--login .login--btn li:first-child {
    margin-right: 5px;
  }
  .drawer .nav--member .block--logo .block--login .login--btn li.join a {
    padding: 0 3vw 0 2vw;
  }
  .drawer .nav--member.loggedin .login--btn {
    text-align: center;
  }
  .drawer .nav--member.loggedin .block--logo {
    margin: 0 0 30px;
    display: flex;
    align-items: stretch;
  }
  .drawer .nav--member.loggedin .block--logo .logo-fc {
    margin: 0 10px 0 0;
  }
  .drawer-visible #app-bnr {
    display: none;
  }
  .drawer-visible .drawer {
    pointer-events: auto;
  }
  .wrap:not(.page--home) {
    min-height: 100%;
    padding-bottom: 100px;
  }
  .section--keyvisual {
    position: relative;
    overflow: hidden;
  }
  .section--keyvisual .logo {
    display: none;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
  }
  .section--keyvisual .list--sns {
    width: 70%;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .section--keyvisual .list--sns li {
    background: #000000;
    padding: 10px 14px 10px;
    display: flex;
    justify-content: start;
  }
  .section--keyvisual .list--sns li.rintaro {
    padding-bottom: 5px;
    padding-top: 15px;
  }
  .section--keyvisual .list--sns li.kanechika {
    padding-top: 5px;
  }
  .section--keyvisual .list--sns li .name {
    font-family: "Roboto Condensed", sans-serif;
    margin-right: 0.5em;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
  }
  .section--keyvisual .list--sns .icons a {
    line-height: 20px;
  }
  .section--keyvisual .list--sns i {
    font-size: 18px;
    padding: 0 0.5em;
  }
  /*  appli
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (max-width: 360px) {
  .section--keyvisual .list--sns li .name {
    font-size: 18px;
    white-space: nowrap;
  }
  .section--keyvisual .list--sns li .icons {
    display: flex;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--banner {
    padding: 20px 0 45px;
    z-index: 1;
  }
  .section--banner .slick-dots {
    padding: 17px 0;
    left: 5%;
  }
  .delighter {
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.24, 1.8);
  }
  .section--redirect {
    padding: 140px 0 120px;
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home footer {
    position: relative;
  }
  .page--home footer .list--support,
  .page--home footer .footer--sns {
    display: block;
  }
  .page--home .bg-official {
    background: #000;
    display: block;
    width: 100vw;
    height: 100%;
    top: -10vw;
    left: 65vw;
    position: absolute;
    z-index: 0;
    transform: skewX(-30deg);
  }
  .page--home .free-area {
    background: #0f1111;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .page--home .free-area::before {
    z-index: -1;
    transform: skewY(-76deg);
  }
  .page--home .section--keyvisual .keyvisual {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    transition: all 1s 0s ease;
  }
  .page--home .scroll {
    bottom: 130px;
  }
  .page--home .scroll p {
    display: block;
    color: #000000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    position: relative;
  }
  .page--home .scroll svg {
    width: 15px;
    height: 15px;
    margin: 10px 0 0 -10px;
    animation: scroll 0.8s ease-out infinite;
  }
  @keyframes scroll {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    70% {
      transform: translateY(15px);
      opacity: 0;
    }
    70.01% {
      transform: translateY(-5px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .page--home .contents {
    position: relative;
    padding: 100px 0 25px;
    z-index: 2;
  }
  .page--home [class^=section--] [class^=block--] .block-tit img {
    height: 40px;
  }
  .page--home [class^=section--] .section-tit img {
    height: 40px;
  }
  .page--home .list--information .no-data {
    padding: 2em 6%;
    text-align: left;
  }
  .page--home .list--information .no-data p {
    opacity: 0.5;
  }
  .page--home .tit--area {
    position: relative;
  }
  .page--home .tit--area .list__more {
    text-align: right;
    position: absolute;
    right: 0;
    top: -20px;
    letter-spacing: 0.05em;
  }
  .page--home .section-tit {
    position: relative;
    z-index: 2;
  }
  .page--home .section--info {
    padding: 0 5%;
    z-index: 1;
  }
  .page--home .section--info .block--news,
  .page--home .section--info .block--schedule {
    margin-bottom: 70px;
  }
  .page--home .section--info .list__more {
    text-align: right;
  }
  .page--home .section--video {
    padding-bottom: 180px;
    z-index: 1;
  }
  .page--home .section--video .tit--area {
    position: relative;
    margin: 0 1% 20px 5%;
  }
  .page--home .section--video .tit--area .list__more {
    position: absolute;
    right: 5%;
  }
  .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: #fff;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding-top: 10px;
  }
  .page--home .section--video .list--video.slick-slider .slick--next {
    filter: drop-shadow(-5px 0px 0px #000);
  }
  .page--home .section--video .list--video.slick-slider .slick--prev {
    filter: drop-shadow(5px 0px 0px #000);
  }
  .page--home .section--video .list--video.slick-slider:hover .slick--prev {
    left: 10px;
  }
  .page--home .section--video .list--video.slick-slider:hover .slick--next {
    right: 10px;
  }
  .page--home .section--member {
    margin: -110px 0 40px;
    position: relative;
    z-index: 10;
  }
  .page--home .section--member .logo-area {
    margin-bottom: 40px;
  }
  .page--home .section--member .login--btn {
    width: 100%;
    min-width: unset;
    left: 10%;
  }
  .page--home .section--member .login--btn li {
    width: auto;
    position: relative;
  }
  .page--home .section--member .login--btn li a {
    height: 35px;
    font-size: 5vw;
    padding: 0 5vw;
    transition: none;
    line-height: 38px;
  }
  .page--home .section--member .fc-logo {
    width: 90vw;
    padding: 0 6%;
    margin-bottom: 20px;
    position: relative;
  }
  .page--home .section--member .fc-logo img {
    z-index: 1;
    position: relative;
  }
  .page--home .section--member .block--login {
    display: inline;
    margin-right: 3% !important;
  }
  .page--home .section--member .block--login .login--btn {
    position: relative;
    margin-left: -30px;
  }
  .page--home .section--member .block--login .login--btn li {
    display: inline-block;
  }
  .page--home .section--member .block--login .login--btn li a {
    display: block;
    color: #000000;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 28px;
    padding: 14px 36px;
    line-height: 1;
    position: relative;
    height: auto;
  }
  .page--home .section--member .block--login .login--btn li:first-child a {
    padding-left: 56px;
  }
  .page--home .section--member .block--contents {
    display: block;
    margin: 0 5% 20px;
    position: relative;
  }
  .page--home .section--member .block--contents.new:before {
    position: absolute;
    top: -1px;
    right: -3px;
    content: "new";
    color: #F42D7A;
    font-family: flood-std, sans-serif;
    transform: rotate(-11deg);
    display: inline-block;
    font-size: 2em;
    z-index: 1;
  }
  .page--home .section--member .block--contents .no-data {
    height: 100%;
    background: #000000;
  }
  .page--home .section--member .block--contents a {
    display: block;
    width: 100%;
    position: relative;
    background: #000000;
  }
  .page--home .section--member .block--contents a .text-area {
    padding: 20px 14px 50px 14px;
  }
  .page--home .section--member .block--contents a .text-area .name {
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .page--home .section--member .block--contents a .text-area .name .icon {
    width: 40px;
    margin: 0 10px 0 0;
  }
  .page--home .section--member .block--contents a .block-tit {
    font-size: 16px;
    margin-bottom: 0;
    position: absolute;
    bottom: 12px;
    right: 14px;
  }
  .page--home .section--member .block--contents a .tit {
    font-size: 15px;
  }
  .page--home .section--member .block--contents a .date {
    font-size: 13px;
    position: absolute;
    bottom: 24px;
    left: 14px;
  }
  .page--home .section--member .block--contents a .contents-tit {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 5px;
    opacity: 0.7;
  }
  .page--home .section--member .block--contents a .contents-tit img {
    height: 32px;
    margin-bottom: -8px;
  }
  .page--home .section--member .block--contents .no-data .text-area {
    opacity: 0.3;
    padding: 50px 14px;
  }
  .page--home .section--member .block--contents .no-data .tit {
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  .page--home .section--member .block--contents .no-data .block-tit {
    font-size: 16px;
    margin-bottom: 0;
    position: absolute;
    bottom: 12px;
    right: 14px;
  }
  .page--home .section--member .block--contents.block--txt-menu a {
    padding: 8px 20px;
    height: 100%;
    display: block;
    position: relative;
  }
  .page--home .section--member .block--contents.block--txt-menu a .block-tit {
    display: block;
    position: relative;
    bottom: 0;
    right: auto;
    text-align: left;
    font-size: 38px;
    line-height: 1.5;
    color: #F42D7A;
  }
  .page--home .section--member .block--contents.block--txt-menu::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 9.5px 0 9.5px 16.5px;
    border-color: transparent transparent transparent #45ffb8;
    line-height: 0px;
    z-index: 2;
  }
  .page--home .section--member .block--contents.block--qa .no-data .tit {
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .page--home .section--member .block--contents.block--qa .no-data .contents-tit {
    text-align: left;
  }
  .page--home .section--member .block--contents.block--qa .no-data .text-area {
    padding: 20px 14px 10px !important;
  }
  .page--home .section--member .block--info {
    padding: 20px 5%;
    display: block;
    margin: 0 5% 20px;
  }
  .page--home .section--member .block--info .list--information {
    transition: none;
    margin-bottom: 0;
  }
  .page--home .section--member .block--info .list--information li:last-of-type a {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .page--home .section--member .block--info .tit--area {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .page--home .section--member .block--info .block-tit {
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  .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:hover span {
    background-size: 600%;
    background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
  }
  .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 10px;
    font-size: 60px;
    line-height: 1.2;
  }
  .page--list .section-tit img {
    display: block;
  }
  .page--list .section--list {
    padding: 120px 5% 30px;
  }
  .page--detail .section--detail {
    padding: 120px 5% 50px;
  }
  .page--detail .section--detail > .tit {
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 0 10px;
  }
  .page--detail .section--detail > .tit .new {
    color: #F42D7A;
    font-family: flood-std, sans-serif;
    transform: rotate(-11deg);
    display: inline-block;
    font-size: 1.2em;
  }
  .page--detail .section--detail .date-wrap .date {
    font-size: 18px;
    margin: 0 0 18px;
  }
  .page--detail .section--detail .date-wrap .week {
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
  }
  .page--detail .section--detail .date-wrap .label {
    font-size: 15px;
    padding-left: 22px;
    font-family: "Roboto Condensed", sans-serif;
    position: relative;
  }
  .page--detail .section--detail .date-wrap .label::before {
    content: "";
    width: 10px;
    height: 2px;
    bottom: 2px;
    left: 1px;
    background: #f7f7f7;
    position: absolute;
  }
  .page--detail .section--detail .date {
    font-size: 13px;
    margin: 0 0 30px;
  }
  .page--detail .section--detail .block--share li {
    font-size: 18px;
    line-height: 1.4em;
  }
  .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 .no-data {
    margin: 100px auto;
  }
  .page--info .section--detail .date-wrap .date {
    font-size: 16px;
  }
  .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: #F42D7A;
  }
  .block-pulldown {
    position: relative;
    margin: 0 auto 10%;
    width: 88%;
    border-bottom: 1px solid;
    letter-spacing: 0.05em;
  }
  .block-pulldown::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #000000;
    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: "Roboto Condensed", sans-serif;
    background: transparent;
  }
  .page--schedule .modaal-content-container {
    padding: 40px 7%;
  }
  .page--schedule .modaal-content-container .txt {
    font-size: 12px;
  }
  .page--schedule .modaal-content-container .list--regular li {
    margin-bottom: 40px;
  }
  .page--schedule .modaal-content-container .list--regular .tit,
  .page--schedule .modaal-content-container .list--regular .site,
  .page--schedule .modaal-content-container .list--regular .date {
    font-size: 13px;
  }
  .page--schedule .modaal-content-container .list--regular a {
    text-decoration: underline;
  }
  .page--schedule .modaal-content-container .list--regular .date {
    margin-bottom: 7px;
  }
  .page--schedule .modaal-content-container .list--regular .time {
    color: #45ffb7;
    padding-left: 10px;
  }
  .page--schedule .modaal-content-container .list--regular .link {
    font-size: 12px;
  }
  .page--schedule .archive,
  .page--schedule .label,
  .page--schedule .category {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  .page--schedule .section-tit {
    font-size: 50px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
  }
  .page--schedule .block--tit {
    position: relative;
    margin: 0 0 20px;
  }
  .page--schedule .section--list {
    position: relative;
  }
  .page--schedule .section--list .btn {
    top: 2%;
    right: 5%;
  }
  .page--schedule .section--list .btn .btn--main {
    min-width: unset;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 15px;
    margin: 0 0 1em;
  }
  .page--schedule .section--list .no-data {
    margin: 100px auto;
  }
  .page--schedule .section--list .archive {
    text-align: right;
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 77px;
  }
  .page--schedule .section--list .block--month {
    margin: 0 0 20px;
  }
  .page--schedule .section--list .block--month .tit {
    text-align: left;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 30px;
    line-height: 1;
    color: #f42d7a;
  }
  .page--schedule .section--list .block--month .tit span {
    font-size: 15px;
    position: relative;
  }
  .page--schedule .section--list .block--month .tit span.month-year {
    padding-left: 15px;
  }
  .page--schedule .section--list .block--month .tit span.month-year::before {
    content: "";
    width: 11px;
    height: 2px;
    background: #f42d7a;
    position: absolute;
    bottom: 4px;
    left: 1px;
  }
  .page--schedule .section--list .month-pager {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 10px 0 0;
  }
  .page--schedule .section--list .month-pager li.pager__item--older a,
  .page--schedule .section--list .month-pager li.pager__item--older span, .page--schedule .section--list .month-pager li.pager__item--newer a,
  .page--schedule .section--list .month-pager li.pager__item--newer span {
    color: #f7f7f7;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    line-height: 1;
    color: inherit;
    left: 0;
    top: auto;
    text-decoration: none;
    position: relative;
  }
  .page--schedule .section--list .month-pager li.pager__item--older span, .page--schedule .section--list .month-pager li.pager__item--newer span {
    opacity: 0.5;
  }
  .page--schedule .section--list .month-pager li.pager__item--older svg, .page--schedule .section--list .month-pager li.pager__item--newer svg {
    fill: #505050;
    width: 20px;
    height: 20px;
  }
  .page--schedule .section--list .month-pager li.pager__item--older {
    right: 5%;
  }
  .page--schedule .section--list .month-pager li.pager__item--older a:before {
    left: 0;
  }
  .page--schedule .section--list .month-pager li.pager__item--older a:after {
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    left: 0;
  }
  .page--schedule .section--list .month-pager li.pager__item--older a:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .page--schedule .section--list .month-pager li.pager__item--older svg {
    transform: rotate(180deg);
  }
  .page--schedule .section--list .month-pager li.pager__item--newer {
    left: 5%;
  }
  .page--schedule .section--list .month-pager li.pager__item--newer a:before {
    right: 0;
  }
  .page--schedule .section--list .month-pager li.pager__item--newer a:after {
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    right: 0;
  }
  .page--schedule .section--list .month-pager li.pager__item--newer a:hover:after {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  .page--schedule .section--list .block--category {
    margin: 0 0 40px;
  }
  .page--schedule .section--list .block--category .list--sort {
    text-align: left;
  }
  .page--schedule .section--list .block--category .list--sort li {
    margin: 0 2% 8px 0;
  }
  .page--schedule .section--list .block--category .list--sort li a,
  .page--schedule .section--list .block--category .list--sort li input,
  .page--schedule .section--list .block--category .list--sort li label {
    text-decoration: none;
    color: #000000;
  }
  .page--schedule .section--list .block--category .list--sort li a .category,
  .page--schedule .section--list .block--category .list--sort li input .category,
  .page--schedule .section--list .block--category .list--sort li label .category {
    width: 100%;
    display: inline-block;
    line-height: 1;
    padding: 3px 7px 1px;
    position: relative;
  }
  .page--schedule .section--list .block--category .list--sort li a .category:before,
  .page--schedule .section--list .block--category .list--sort li input .category:before,
  .page--schedule .section--list .block--category .list--sort li label .category:before {
    content: "";
    background: #43f6b1;
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .page--schedule .section--list .block--category .list--sort li input[type=checkbox] {
    display: none;
  }
  .page--schedule .section--list .block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
    background: transparent;
    border-color: rgba(0, 0, 0, 0.2);
    color: #f7f7f7;
    opacity: 0.5;
  }
  .page--schedule .section--list .block--category .list--sort li input[type=checkbox]:checked + .category:before {
    width: 100%;
  }
  .page--schedule .section--list .block--category.open dt:before {
    transform: rotate(45deg);
  }
  .page--schedule .section--list .block--category.open dt:after {
    transform: rotate(135deg);
  }
  .page--schedule .section--list .list--sort {
    transform: translateY(0px);
  }
  .page--schedule .section--list .list--schedule {
    padding: 0 6%;
    margin-bottom: 30px;
  }
  .page--schedule .section--list .list--schedule li {
    padding: 20px 0;
  }
  .page--schedule .section--list .list--schedule li:first-of-type {
    padding-top: 0;
  }
  .page--schedule .section--list .list--schedule .date {
    font-size: 18px;
  }
  .page--schedule .section--list .list--schedule .date p {
    display: inline-block;
  }
  .page--schedule .section--list .list--schedule .date .event-end {
    position: relative;
    padding-left: 38px;
  }
  .page--schedule .section--list .list--schedule .date .event-end::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #f7f7f7;
    position: absolute;
    bottom: 50%;
    left: 0;
  }
  .page--schedule .section--list .list--schedule .week {
    padding-left: 0.5em;
    font-size: 12px;
    position: relative;
  }
  .page--schedule .section--list .list--schedule .week::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #f7f7f7;
    position: absolute;
    bottom: 0;
    right: -50%;
  }
  .page--schedule .section--list .list--schedule .label {
    color: #45ffb7;
    font-size: 14px;
    display: inline;
    margin-left: 6%;
    font-family: "Roboto Condensed", sans-serif;
  }
  .page--archive .no-data {
    margin: 100px auto;
  }
  .page--archive .list--schedule li a {
    padding: 15px 0;
  }
  .page--archive .date-wrap .date {
    font-size: 16px;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
    font-weight: 700;
  }
  .page--archive .date-wrap .date.event-end {
    position: relative;
    padding-left: 1.5em;
  }
  .page--archive .date-wrap .date.event-end::before {
    content: "";
    width: 18px;
    height: 2px;
    bottom: 0.5em;
    left: 1px;
    background: #f7f7f7;
    position: absolute;
  }
  .page--archive .date-wrap .week {
    margin-left: 4px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .page--archive .date-wrap .label {
    position: relative;
    color: #45ffb7;
    font-style: italic;
    font-size: 15px;
    font-weight: 700;
    margin-left: 10px;
    font-family: "Roboto Condensed", sans-serif;
  }
  .page--archive .date-wrap .label::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: -13px;
  }
  .page--archive .form__select {
    display: block;
    margin-bottom: 30px;
  }
  .page--archive .form__select::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    vertical-align: middle;
    right: 0;
  }
  .page--archive .form__select::after {
    position: absolute;
    top: 45%;
    margin-top: -6px;
    right: 10px;
  }
  .page--archive .form__select option {
    color: #000;
  }
  .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: #F42D7A;
    font-family: flood-std, sans-serif;
    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--profile::before {
    z-index: 100;
  }
  .page--profile .area--image {
    height: 80vw;
    margin-bottom: 20px;
  }
  .page--profile .block--character .character .rintaro {
    width: 42vw;
    height: 63vw;
    background-size: contain;
    left: calc(50% - 41vw);
  }
  .page--profile .block--character .character .kanechika {
    width: 44vw;
    height: 60vw;
    background-size: contain;
    left: calc(50% - 4vw);
    top: 3vw;
  }
  .page--profile .block--image {
    line-height: 0;
    top: 0;
    left: 5%;
  }
  .page--profile .block--image > img {
    width: 90vw;
    height: 70vw;
  }
  .page--profile .block--image .block--tit {
    width: 46vw;
    height: 23vw;
    bottom: -9vw;
    margin-left: -23vw;
  }
  .page--profile .area--text .block--profile {
    width: 90vw;
  }
  .page--profile .area--text .block--profile .name {
    font-size: 5vw;
  }
  .page--profile .area--text .block--profile .data {
    font-size: 3.8vw;
  }
  .page--disco .category {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.08em;
  }
  .page--disco .form__select {
    display: block;
    margin-bottom: 20px;
  }
  .page--disco .form__select::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    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: 45%;
    margin-top: -6px;
    right: 10px;
  }
  .page--disco .form__select option {
    color: #000;
  }
  .page--disco .section--list .section-tit {
    font-size: 12vw;
  }
  .page--disco .section--list .category-tit {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    color: #ffff00;
    background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 600%;
    animation: hoverGradient 6s infinite;
  }
  .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 .disco-wrap .date-wrap {
    font-size: 11px;
  }
  .page--disco .section--list .list--discography li {
    margin: 0 0 30px 0;
  }
  .page--disco .section--list .list--discography li a {
    background: transparent;
  }
  .page--disco .section--list .list--discography li figure {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .page--disco .section--list .list--discography li figure img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background-size: contain;
  }
  .page--disco .section--list .list--discography li .blur {
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    z-index: 1;
  }
  .page--disco .section--list .list--discography li .blur img {
    filter: blur(6px);
  }
  .page--disco .section--list .list--discography li a:hover .block--txt {
    opacity: 1;
  }
  .page--disco .section--list .list--discography li:last-child {
    margin-bottom: 0;
  }
  .page--disco .section--list .block--txt {
    line-height: 1.4;
    letter-spacing: 0;
  }
  .page--disco .section--list .block--txt .tit {
    font-weight: 600;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0;
  }
  .page--disco .section--list .block--txt .date-wrap .date,
  .page--disco .section--list .block--txt .date-wrap .category {
    display: inline-block;
    font-size: 13px;
  }
  .page--disco .section--list .block--txt .date-wrap .date {
    color: #fff;
  }
  .page--disco .section--list .block--txt .date-wrap .category {
    color: #45ffb7;
    font-size: 0.9em;
    padding-left: 16px;
    position: relative;
    letter-spacing: 0.08em;
  }
  .page--disco .section--list .block--txt .date-wrap .category::before {
    content: "";
    width: 10px;
    height: 2px;
    bottom: 2px;
    left: 1px;
    background: #FFF;
    position: absolute;
  }
  .page--disco .section--detail .block--jacket {
    margin-bottom: 10px;
  }
  .page--disco .section--detail .list--jacket {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: column;
  }
  .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: 600;
    color: #ffff00;
  }
  .page--disco .section--detail .block--detail .category {
    color: #45ffb7;
    font-size: 0.9em;
    padding-left: 16px;
    position: relative;
    letter-spacing: 0.08em;
  }
  .page--disco .section--detail .block--detail .category::before {
    content: "";
    width: 10px;
    height: 2px;
    bottom: 2px;
    left: 1px;
    background: #FFF;
    position: absolute;
  }
  .page--entry [class^=block--] .block-tit {
    font-size: 20px;
    color: #f7f7f7;
    -webkit-text-fill-color: #f7f7f7;
    background: unset;
  }
  .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: #fff;
    -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: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: inherit;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.1em;
    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: #fff;
    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;
    letter-spacing: 0.1em;
    margin: 0 0 0.8em;
    line-height: 1.2;
    background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 600%;
    animation: hoverGradient 6s infinite;
  }
  .page--entry .section--detail .block--contents .list--contents li .cat {
    color: #45ffb7;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
  }
  .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: #fff;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .page--entry .popup-inner .btn.checked .btn--main {
    background: #F42D7A;
    color: #ffffff;
    pointer-events: auto;
  }
  .page--entry .popup-inner .form__checkbox label p::before {
    border-color: #000000;
  }
  .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 .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: 15px;
    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 .thumb-wrap .thumb {
    width: 340px;
    height: 255px;
    background-image: url(/static/exit/fanclub/cmn/cover.png);
    position: relative;
    width: 100%;
    margin: 0 0 10px;
    overflow: visible;
    line-height: inherit;
  }
  .page--movie .section--list .list--contents .text-area .tit {
    display: inline;
    background: #000;
    font-weight: 700;
    padding: 2px 10px;
  }
  .page--movie .section--detail > .tit {
    font-style: italic;
  }
  .page--movie.new-movie .wrap {
    background-image: url(/static/exit/fanclub/cmn/bg_pattern.png);
    background-size: contain;
    background-repeat: repeat;
  }
  .page--movie.new-movie .wrap .section--list {
    padding: 120px 5% 30px;
  }
  .page--movie.new-movie .wrap .section--list h2 {
    margin: 0 0 10px;
    font-size: 60px;
    line-height: 1.2;
  }
  .page--movie.new-movie .wrap .section--list h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .page--movie.new-movie .wrap .section--list .list--contents {
    padding: 0;
  }
  .page--movie.new-movie .wrap .section--list .list--contents li {
    width: 100%;
    margin: 0 0 20px;
  }
  .page--movie.new-movie .wrap .section--list .list--contents li a .thumb {
    height: 180px;
    margin: 0 auto;
  }
  .page--movie.new-movie .wrap .section--list .list--contents li a .text-area {
    padding: 16px;
  }
  .page--movie.new-movie .wrap .section--list .list--contents li a .text-area .tit {
    margin: 0;
  }
  .page--movie.new-movie .wrap .section--list .list--contents li a:hover {
    background: #000;
  }
  .page--movie.new-movie .wrap .section--list .list--contents li a:hover .thumb:after {
    opacity: 0;
  }
  .page--movie.new-movie .wrap .section--detail {
    padding: 120px 5% 50px;
    width: 100%;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie {
    margin: 0 auto 15px;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .block--player {
    position: relative;
    top: 0;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .block--player .video-js .vjs-control-bar {
    align-items: center;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control {
    width: 20px;
    height: 20px;
    position: relative;
    top: auto;
    left: auto;
    font-size: 10px;
  }
  .page--movie.new-movie .wrap .section--detail .block--tit {
    padding: 0;
    width: 100%;
  }
  .page--movie.new-movie .wrap .section--detail .block--tit .tit {
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 0 10px;
    font-style: italic;
  }
  .page--movie.new-movie .wrap .section--detail .block--tit .date {
    font-size: 13px;
    margin: 0 0 30px;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info {
    margin: 0 auto 150px;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info .block--tab #tab--movie .item__ico img {
    display: none;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info .block--tab #tab--movie .item__ico span {
    font-size: 16px;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info .block--tab #tab--movie.current::after {
    background: #fff;
  }
  .page--blog .section-tit {
    font-size: 11vw;
  }
  .page--blog p.no-data {
    margin: 100px auto;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #ffff00;
    background: linear-gradient(45deg, #45ffb7, #ffff00, #01b9ff, #ff65a1, #ff65a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 600%;
    animation: hoverGradient 6s infinite;
  }
  .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.comment .txt {
    margin-bottom: 10px;
  }
  .page--blog.comment .txt--sub {
    margin-bottom: 10px;
  }
  .page--blog .block--comment {
    margin-top: 60px;
  }
  .page--blog .block--comment .comment {
    font-size: 20px;
    text-align: center;
    padding: 60px 0 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  .page--blog .block--comment .pager-wrap .block--pager {
    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 .block--comment .user {
    font-size: 14px;
    margin: 0 0 1em;
  }
  .page--blog .block--comment .txt {
    margin: 0 0 20px;
    text-align: center;
  }
  .page--blog .block--comment .txt--sub {
    font-size: 15px;
    text-align: left;
    margin-bottom: 40px;
  }
  .page--blog .block--comment .txt--nickname {
    font-size: 15px;
  }
  .page--blog .block--comment .txt--name {
    font-size: 12px;
    font-weight: bold;
    margin: 1.5em 0 0.5em;
  }
  .page--blog .block--comment .name {
    font-size: 12px;
    margin: 0 0 3px 0;
  }
  .page--blog .block--comment .date {
    font-size: 11px;
    margin: 0 0 5px 0;
    display: block;
  }
  .page--blog .block--comment .txt {
    text-align: left;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
  }
  .page--blog .block--comment .block--pager li {
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    line-height: 1;
    margin: 0 5px;
    font-size: 13px !important;
    position: relative;
  }
  .page--blog .block--comment .block--pager li a {
    padding: 0;
    line-height: 1;
    font-size: 13px;
    font-weight: normal;
  }
  .page--blog .block--comment .block--pager li.pager__item--current::before {
    content: "";
    background: #F42D7A;
    color: #fff;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
  }
  .page--blog .list--comment {
    margin: 0 0 30px;
  }
  .page--blog .list--comment li {
    display: block;
    background: #222;
    padding: 20px;
    margin-bottom: 20px;
  }
  .page--blog .list--comment li .name-wrap {
    text-align: right;
    position: relative;
  }
  .page--blog .list--comment li .name-wrap .date {
    color: #45ffb7;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
    font-size: 13px;
    position: absolute;
    top: 50%;
  }
  .page--blog .list--comment li .name-wrap .name {
    display: inline-block;
    padding-left: 50px;
    position: relative;
    z-index: 1;
    font-size: 13px;
  }
  .page--blog .list--comment li .name-wrap .name span {
    left: 13px;
    font-size: 20px;
    top: -6px;
    position: absolute;
    transform: rotate(-10deg);
    font-family: flood-std, sans-serif;
    color: #505050;
    z-index: -1;
  }
  .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 section.photoLog {
    width: 90%;
    margin: 0 auto;
    padding: 100px 0 60px;
  }
  .page--blog section.photoLog .section-tit {
    margin: 0 0 40px 0;
    padding: 30px 0;
    width: 100%;
    font-size: 9vw;
  }
  .page--blog section.photoLog .list--contents li {
    margin: 0 0 8px 0;
  }
  .page--blog section.photoLog .list--contents li a .thumb {
    margin: 0;
  }
  .page--blog section.photoLog .list--contents.nologin .members-only {
    font-size: 12px;
    width: 95%;
  }
  .page--blog section.photoLog .txtArea {
    display: block;
    padding-top: 0;
  }
  .page--blog section.photoLog .txtArea .block--thumb {
    width: 100%;
  }
  .page--blog section.photoLog .txtArea .txt-area {
    padding: 50px 6% 25px;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.4;
    min-height: 150px;
    position: relative;
    width: 100%;
  }
  .page--blog section.photoLog .txtArea .txt-area .icon--like {
    position: absolute;
    top: 13px;
    left: 6%;
    right: inherit;
    bottom: inherit;
    justify-content: flex-start;
  }
  .page--blog section.photoLog .txtArea .txt-area .icon--like i.fa-heart {
    font-size: 25px;
  }
  .page--blog section.photoLog .txtArea .txt-area .icon--like span {
    position: relative;
    top: -2px;
  }
  .page--blog section.photoLog .block--comment .list--comment li .btn--delete {
    margin-bottom: 5px;
  }
  .page--blog section.photoLog .block--comment .list--comment li .btn--delete [type=submit] {
    padding: 3px;
    font-size: 11px;
  }
  .page--blog section.photoLog .block--comment .list--comment li .btn--delete [type=submit]:hover {
    opacity: 1;
  }
  .page--blog .inBox {
    width: 90%;
    margin: 100px auto 60px;
    padding: 40px 20px;
  }
  .page--movie.page--member .section--list .list--horizontal {
    display: block;
  }
  .page--movie.page--member .section--list .list--horizontal li {
    width: 100%;
    margin: 0 0 20px;
  }
  .page--movie.page--member .section--list .list--horizontal li .thumb {
    height: 180px;
  }
  .page--movie.page--member .section--list .list--horizontal li:last-child {
    margin-bottom: 0;
  }
  .page--movie.page--member .section--list .list--horizontal li.no-data {
    margin: 50px auto;
    font-size: 20px;
  }
  .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--support .section--detail .tit {
    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 .terms-list li {
    margin: 0 0 1.5em;
  }
  .page--faq .searchBox {
    position: relative;
    margin: 25px auto 30px;
  }
  .page--faq .searchBox input[type=text] {
    background: #fff;
    color: #000000;
  }
  .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: 13px;
  }
  .page--faq .section--list .section-tit {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 1em;
    font-weight: normal;
    color: #fff;
    background: none;
    animation: none;
    -webkit-text-fill-color: inherit;
    font-style: normal;
  }
  .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;
  }
  .page--faq .section--detail .block--contact a {
    text-decoration: underline;
  }
  .page--faq .list--faq {
    margin: 0 0 50px;
    border-top: 1px solid #f7f7f7;
  }
  .page--faq .list--faq li a {
    color: #f7f7f7;
    padding: 14px 0;
    border-bottom: 1px solid #f7f7f7;
    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-family: "Roboto Condensed", sans-serif;
    color: #f7f7f7;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    display: block;
    float: left;
    position: relative;
    top: 3px;
  }
  .page--faq .list--faq .tit {
    display: block;
    padding-left: 20px;
  }
  .page--faq .block--faq-detail {
    border: 1px solid #f7f7f7;
    padding: 20px;
    margin: 0 0 40px;
  }
  .page--faq .block--faq-detail dt {
    font-size: 14px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
  .page--faq .block--faq-detail dt .txt {
    padding-left: 42px;
  }
  .page--faq .block--faq-detail dd .txt {
    font-size: 14px;
    color: #f7f7f7;
    padding-left: 42px;
    margin: 0;
  }
  .page--faq .block--faq-detail span[class^=icon--] {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border-radius: 50px;
    box-sizing: border-box;
  }
  .page--faq .block--faq-detail .icon--q {
    color: #f7f7f7;
    background: transparent;
    border: 1px solid #f7f7f7;
  }
  .page--faq .block--faq-detail span.icon--a {
    color: #000000;
    background: #f7f7f7;
  }
  .page--faq .detail__btn {
    text-align: center;
  }
  .page--bbs [class^=section--] .name-wrap {
    text-align: right;
  }
  .page--bbs [class^=section--] .date {
    text-align: left;
  }
  .page--bbs [class^=section--] .name {
    display: inline-block;
    padding-left: 50px;
  }
  .page--bbs [class^=section--] .name span {
    left: 8px;
    font-size: 24px;
    top: -6px;
  }
  .page--bbs .section--inner > .txt {
    margin: 0 0 20px;
  }
  .page--bbs .bbs_attention {
    margin: 20px auto 0;
    padding: 15px;
    border: 2px solid;
    width: 100%;
  }
  .page--bbs .bbs_attention .bbs_attention_tit {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .page--bbs .bbs_attention .bbs_attention_list {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 13px;
  }
  .page--bbs .bbs_attention .bbs_attention_list li {
    margin-bottom: 5px;
  }
  .page--bbs .bbs_attention .bbs_attention_list li:last-child {
    margin-bottom: 0px;
  }
  .page--bbs .section--list .section-tit {
    font-size: 12vw;
    font-feature-settings: "palt";
  }
  .page--bbs .section--list .list--bbs {
    margin: 30px 0 0;
  }
  .page--bbs .section--list .list--bbs li {
    margin: 0 0 20px;
    padding: 20px;
  }
  .page--bbs .section--list .list--bbs li .tit {
    margin: 0 0 5px;
  }
  .page--bbs .section--list .list--bbs li:last-child {
    margin-bottom: 0;
  }
  .page--bbs .section--detail.complete .section--inner .txt {
    text-align: left;
  }
  .page--bbs .section--detail .block--form.form--comfirm {
    background: #222;
    padding: 5%;
    margin-bottom: 20px;
  }
  .page--bbs .section--detail .block--form.form--comfirm dt {
    margin-top: 0;
  }
  .page--bbs .section--detail .block--form.form--comfirm dd {
    margin-bottom: 30px;
  }
  .page--bbs .section--detail .block--form.form--comfirm dd:last-child {
    margin-bottom: 0;
  }
  .page--bbs .section--detail .detail--post .label--name {
    margin-bottom: 20px;
  }
  .page--bbs .section--detail .detail--post .label--name p {
    font-weight: bold;
    font-size: 13px;
  }
  .page--bbs .section--detail .detail--post .label--comment {
    margin-bottom: 20px;
  }
  .page--bbs.page--list .section-tit {
    margin: 0 0 20px;
  }
  .page--bbs.page--list .list--information.bbs li a .date {
    margin-bottom: 0;
  }
  .page--bbs.page--list .list--information.bbs li .tit {
    font-size: 15px;
  }
  .page--bbs .block--bbs-option .threadSort {
    display: flex;
    justify-content: space-between;
  }
  .page--bbs .block--bbs-option .form__select {
    margin-right: 0;
    width: 49%;
  }
  .page--bbs .block--bbs-option .select--sort {
    margin-right: 2%;
  }
  .page--bbs.page--thread .list--bbs {
    padding: 20px;
  }
  .page--bbs.page--thread .list--bbs li {
    margin-bottom: 0;
    padding: 24px 0;
  }
  .page--bbs.page--thread .list--bbs li .name-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .page--bbs.page--thread .list--bbs li .name-wrap .name {
    font-size: 13px;
  }
  .page--bbs.page--thread .list--bbs li .name-wrap .name span {
    font-size: 19px;
    top: -8px;
    left: 12px;
  }
  .page--bbs.page--thread .list--bbs li .tit {
    margin: 0 0 20px;
  }
  .page--bbs.page--thread .do-comment {
    font-size: 20px;
  }
  .page--questionnaire section {
    padding: 120px 5% 50px;
    width: auto;
    max-width: 100%;
  }
  .page--questionnaire .questionnaire-inner {
    font-size: 14px;
    width: auto;
    max-width: 100%;
  }
  .page--questionnaire .questionnaire-inner .txt--basic {
    margin: 10px 0 40px;
  }
  .page--questionnaire .questionnaire-inner .input--half {
    width: 100% !important;
  }
  .page--questionnaire .questionnaire-inner .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .questionnaire-inner .section-tit {
    font-size: 13px;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    animation: none;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 1em;
  }
  .page--questionnaire .questionnaire-inner form .form--post {
    margin: 0 auto 25px;
  }
  .page--questionnaire .questionnaire-inner form .form--post dt {
    margin: 0 0 15px;
  }
  .page--questionnaire .questionnaire-inner form .form--post dd {
    padding: 0 0 30px;
    margin: 0 0 25px;
  }
  .page--questionnaire.confirm .form--confirm {
    padding: 5vw 5vw 1.5em;
  }
  .page--questionnaire.confirm .form--confirm dt {
    font-size: 11px;
  }
  .page--questionnaire.confirm .form--confirm dd {
    font-size: 14px;
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
  }
  .page--error .section--detail {
    padding: 100px 6% 50px;
  }
  .page--error .section--detail .tit {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 1em;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    width: 100%;
    padding: 30px 7% 30px;
  }
  footer .exhibition {
    display: block;
    width: 45%;
    padding-left: 0;
    margin-bottom: 20px;
    min-width: 110px;
  }
  footer .footer--sns {
    display: none;
    margin-bottom: 10px;
  }
  footer .footer--sns li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  footer .footer--sns i {
    font-size: 18px;
    padding: 0 0.5em;
  }
  footer .footer--sns .name {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-right: 0.5em;
  }
  footer .exhibition {
    display: none;
  }
  footer .list--support {
    display: none;
    margin-bottom: 30px;
  }
  footer .list--support dt {
    font-family: "Roboto Condensed", sans-serif;
    border-bottom: 1px solid;
    padding: 20px 0;
    margin-bottom: 8px;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  footer .list--support dt::before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid;
    border-top: none;
    border-right: none;
    margin: -0.25em 0 0;
    position: absolute;
    right: inherit;
    top: 50%;
    transform: rotate(-45deg);
    border-width: 1px;
    margin-top: -0.14em;
    right: 0;
    transition: 0.3s;
  }
  footer .list--support dt.open::before {
    transform: rotate(-225deg);
  }
  footer .list--support dd {
    display: none;
  }
  footer .nav--support {
    margin-bottom: 40px;
  }
  footer .nav--support li a {
    display: block;
    border-bottom: 1px solid rgba(247, 247, 247, 0.2);
    font-size: 13px;
    line-height: 1;
    padding: 15px 0;
  }
  footer .copyright {
    font-size: 10px;
    text-align: center;
    position: relative;
  }
  footer .copyright::before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(/static/exit/fanclub/cmn/yoshimotokogyo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  footer .copyright small {
    opacity: 0;
  }
  body:not(.page--home) .header h1.logo {
    top: 20px;
  }
  body:not(.page--home) footer {
    bottom: 0;
  }
  body:not(.page--home) footer .nav--support {
    display: none;
  }
  .body--app .section--detail {
    padding: 40px 5% 50px;
  }
  .body--app .section--list {
    padding: 40px 5% 30px;
  }
  #app-bnr {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffff00;
    transition: all 0.3s ease;
  }
  #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: #000;
    display: flex;
    display: webkit-flex;
    align-items: center;
    letter-spacing: 0;
    text-decoration: none;
  }
  #app-bnr .icon {
    width: 18%;
    float: left;
    line-height: 0;
    margin: 0 2% 0 0;
  }
  #app-bnr .icon img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
  #app-bnr .txt {
    overflow: hidden;
    flex: 1;
    font-size: 10px;
  }
  #app-bnr .txt span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 4px;
  }
  #app-bnr .close {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #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);
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--home .contents {
    padding-bottom: 200px;
  }
  .drawer .nav--free .g-nav.free li a,
  .drawer .nav--member .g-nav.member li a {
    font-size: 4vw;
  }
  .drawer .nav--member .block--logo .block--login .login--btn {
    left: -10px;
  }
  .page--home .section--member .login--btn li a {
    height: 40px;
    line-height: 40px;
  }
  .drawer .g-nav li a {
    font-size: 3vw;
    padding: 0.8em 0;
  }
  .drawer .drawer-inner .character {
    transform: translateX(-50%) translateY(50%) !important;
  }
  .drawer .drawer-inner .character .kanechika {
    height: 136px;
    width: 85px;
  }
  .drawer .drawer-inner .character .rintaro {
    height: 146px;
    width: 90px;
  }
  .block--vertical {
    display: flex;
    justify-content: stretch;
    align-items: center;
  }
  .block--vertical section {
    width: 50%;
  }
  .block--vertical .section--video {
    transform: translateY(40%);
  }
  .list--information.schedule li a {
    padding: 2em 6%;
  }
  .list--information.schedule .date.event-end {
    position: relative;
    padding-left: 1.7em;
  }
  .list--information.schedule .date.event-end::before {
    content: "";
    width: 18px;
    height: 2px;
    bottom: 0.5em;
    left: 4px;
    background: #f7f7f7;
    position: absolute;
  }
  .list--information.schedule .tit {
    width: 75%;
  }
  .page-tit svg {
    height: 90px;
  }
  .block--category li a {
    font-size: 2.5vw;
  }
}
.page--bbs.photo .section-tit {
  margin: 0 auto 20px;
}
.page--bbs.photo .section--list .list--bbs {
  display: flex;
  flex-wrap: wrap;
}/*# sourceMappingURL=fanclub-service.css.map */