@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: #FAFAFA;
  color: #141414;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}

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

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

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

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

::selection {
  background: #000;
  color: #FAFAFA;
}

::-moz-selection {
  background: #141414;
  color: #FAFAFA;
}

.svg-parts {
  display: none;
}

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

.bg {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url(/static/nmb48/fanclub/img/common/nmb_pattern_color.jpg) repeat center;
  background-size: 350px;
  z-index: 2;
  opacity: 1;
}
.bg::before {
  content: "";
  background: #A3A3A3;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.block--pager {
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 15px;
  margin: 40px 0 auto;
  padding: 0;
  height: 60px;
  position: relative;
}
.block--pager li {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  padding: 0.6em 0;
  margin: 0 5px;
  letter-spacing: 0.03em;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.block--pager li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #141414;
  position: absolute;
  top: 49%;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.6em;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 5px;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  width: 7px;
  height: 7px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  transform: rotate(-135deg);
  top: 16px;
  right: 16px;
  background: none;
}
.block--pager .pager__item--newer span {
  opacity: 0.2;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 5px;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  width: 7px;
  height: 7px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  transform: rotate(45deg);
  top: 16px;
  right: 16px;
  background: none;
}
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  display: inline-block;
  position: relative;
  color: #db881e;
  width: 2em;
  margin: 0 5px;
  padding: 0.6em 0;
  line-height: 0.5;
  vertical-align: middle;
  letter-spacing: normal;
}
.block--pager .pager__item--current span {
  display: inline;
  position: relative;
  border-radius: 50%;
  transition: background 0.3s;
}
.block--pager .pager__item--current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 15px;
  height: 1px;
  background: #db881e;
  transform: translateX(-50%);
  z-index: 1;
}
.block--pager.another .pager__item--newer {
  line-height: 1;
  width: 60px;
}
.block--pager.another .pager__item--newer a::after {
  content: none;
}
.block--pager.another .pager__item--newer span {
  opacity: 0.4;
}
.block--pager.another .pager__item--newer span::after {
  content: none;
}
.block--pager.another .pager__item--older {
  line-height: 1;
  width: 60px;
}
.block--pager.another .pager__item--older a::after {
  content: none;
}
.block--pager.another .pager__item--older span {
  opacity: 0.4;
}
.block--pager.another .pager__item--older span::after {
  content: none;
}

.txt--basic {
  margin: 0 0 1em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* image */
.ph, .thumb, .keyvisual {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img, .keyvisual img {
  width: 100%;
}
.ph img::after, .thumb img::after, .keyvisual img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph::after, .thumb::after, .keyvisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy, .keyvisual .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

.page--home .logo-head {
  opacity: 0;
  transition: 0.4s;
}

.section--list {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s 0.3s;
}

.loaded .section--list {
  opacity: 1;
  transform: translateY(0);
}
.loaded.page--home .section--top .section--inner .block--keyvisual .keyvisual::before {
  opacity: 0;
  transition-delay: 0.2s;
}
.loaded.page--home .section--top .section--inner .block--schedule {
  opacity: 1;
}
.loaded.page--home .logo-head {
  opacity: 1;
}
.loaded .page--diagnosis .section-tit_ph {
  opacity: 1;
  animation: bound-in 0.9s both;
}
.loaded .page--diagnosis .main-container {
  opacity: 1;
}

.scrolling.loaded.page--home .section--top .section--inner .block--logo .scroll {
  transition: 0.3s;
  opacity: 0;
}
.scrolling .page-top {
  opacity: 1;
}

.delighter {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.45s ease-out 0.3s;
}

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

.list__more {
  transition: 0.3s;
  transition-delay: 0.2s;
  transform: translate(0);
}
.list__more.delighter.started {
  opacity: 1;
}

.swiper-custom-parent {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  background: url(/static/nmb48/fanclub/img/common/more.svg) no-repeat center;
  background-size: contain;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev {
  transform: scale(-1, 1) translateY(-50%);
}

.form--post dt {
  margin: 3em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}

.block--error {
  color: #f00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #ddd;
}

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

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

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

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

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

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

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #141414;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
textarea:focus {
  border-color: #141414;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #FAFAFA;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #141414;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 2.3em;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
.form__select select:focus {
  border-color: #141414;
}
.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 {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
}

/* 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: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
.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 #888;
  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 #141414;
  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: #FAFAFA;
}
.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: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
.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 #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #141414;
  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: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
.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 #141414;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #141414;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #EE4757;
  border-color: #EE4757;
}
.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 #888;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

@keyframes anime-circle_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes SwipeHint {
  0% {
    transform: translate(-10%, -50%);
    opacity: 1;
  }
  20% {
    transform: translate(-90%, -50%);
    opacity: 0;
  }
  40% {
    transform: translate(-10%, -50%);
    opacity: 1;
  }
  60% {
    transform: translate(-90%, -50%);
    opacity: 0;
  }
  80% {
    transform: translate(-10%, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(-40%, -50%);
  }
}
@keyframes bound-in {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}

.btn--main {
  background: #141414;
  color: #FAFAFA;
  border: 1px solid #141414;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px;
  margin: 1em 0;
}

.btn--sub {
  background: #FAFAFA;
  color: #141414;
  border: 1px solid #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 {
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.05em;
  display: inline-block;
}
.detail__btn .arrow svg {
  transform: rotate(180deg);
  width: 16px !important;
  height: 15px !important;
}
.detail__btn a {
  display: inline-block;
}

.date, .category {
  font-size: 14px;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.date {
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

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

.no-data {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}

.tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-word;
}

[class^=list--] li.new a .date::after {
  content: "NEW";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #FAFAFA;
  text-shadow: 1px 1px 0 #db881e, -1px -1px 0 #db881e, -1px 1px 0 #db881e, 1px -1px 0 #db881e, 0px 1px 0 #db881e, 0 -1px 0 #db881e, -1px 0 0 #db881e, 1px 0 0 #db881e;
  position: absolute;
  right: -9px;
  z-index: 10;
  font-size: 17px;
  bottom: -1px;
  left: 4px;
  position: relative;
}

.block--info {
  position: relative;
}

.list--information {
  padding: 3vw 5vw;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(20, 20, 20, 0.4);
  z-index: 2;
}
.list--information li:last-child {
  margin-bottom: 0;
}
.list--information li.new a .date::after {
  font-size: 17px;
  bottom: -1px;
  left: 4px;
  position: relative;
}
.list--information li a {
  padding: 20px 0;
  position: relative;
  display: block;
  left: 0;
  transition: 0.3s;
}
.list--information li a .date,
.list--information li a .category {
  min-width: 7em;
  font-size: 10px;
  display: inline-block;
  margin-bottom: 5px;
}
.list--information li a .date {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.list--information li a .category {
  width: 11em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: normal;
  text-align: center;
  border: 1px solid #141414;
  color: #141414;
  padding: 4px 5px;
  position: relative;
}
.list--information li a .category::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background: #EE4757;
  top: -5px;
  left: -5px;
  border-radius: 50%;
}
.list--information li a .tit {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.list--information.list--schedule {
  background: none;
  border: none;
  padding: 0;
}
.list--information.list--schedule li a {
  padding: 8px 0;
}
.list--information.list--schedule::before, .list--information.list--schedule::after {
  content: none;
}
.list--information.list--schedule .category {
  margin: 0 0 5px;
}

.list--contents li {
  position: relative;
}
.list--contents li .thumb-wrap {
  padding: 1.1vw;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(20, 20, 20, 0.4);
  position: relative;
}
.list--contents li .thumb-wrap .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.list--contents li .thumb-wrap .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: cover;
}
.list--contents li .thumb-wrap .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.list--contents li .thumb-wrap .thumb .blur img {
  filter: blur(80px);
  background-size: cover;
}
.list--contents li.new .thumb-wrap::after {
  content: "NEW";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #FAFAFA;
  text-shadow: 1px 1px 0 #db881e, -1px -1px 0 #db881e, -1px 1px 0 #db881e, 1px -1px 0 #db881e, 0px 1px 0 #db881e, 0 -1px 0 #db881e, -1px 0 0 #db881e, 1px 0 0 #db881e;
  position: absolute;
  right: -9px;
  z-index: 10;
  font-size: 3vw;
  bottom: -1vw;
}
.list--contents li.new a .date::after {
  content: none !important;
}
.list--contents li .tit {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
  width: 20vw;
  margin: 0 auto 10px;
}
.list--contents li .date {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-size: 12px;
  display: block;
  text-align: center;
}
.list--contents li .date::after {
  content: none;
}

.block--category {
  margin: -25px auto 40px;
  font-family: futura-pt, sans-serif;
}
.block--category li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}
.block--category li a {
  display: block;
  line-height: 1;
  font-size: 14px;
  padding: 5px 8px;
  letter-spacing: 0.05em;
}
.block--category .current a {
  background: #141414;
  color: #efefef;
}

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

.no-data {
  float: none;
  text-align: left;
  width: 100%;
  color: #141414;
  border: none !important;
  padding: 4em 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  transition: 0.3s ease-out;
}

.logo-head {
  position: absolute;
  top: 4vh;
  left: 4%;
  width: 17vw;
  max-width: 230px;
  z-index: 99999;
}
.logo-head a {
  display: block;
  transition: 0.4s;
}

.drawer [class^=nav--] li a {
  font-family: futura-pt, sans-serif;
  display: block;
}
.drawer [class^=nav--] li a .date {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 10px;
  position: absolute;
  top: -6px;
  left: 50%;
  color: #00c9c9;
  transform: translateX(-50%) scale(0.9);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .drawer [class^=nav--] li a .date {
    color: #141414;
  }
}
.drawer .nav--login li a {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}
.drawer .nav--login li.nav__item--join {
  position: relative;
}
.drawer .nav--login li.nav__item--join::before {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  position: absolute;
  background: #db881e;
  right: -37px;
  top: 13px;
  transform: rotate(-55deg);
}

footer {
  width: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .inner {
  display: none;
}
footer .copyright {
  font-family: futura-pt, sans-serif;
}

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

.wrap--inner {
  background: #FAFAFA;
  z-index: 3;
  position: relative;
  margin: 1.5% 2%;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  transition: 0.3s;
}

.section-tit {
  transform: translate3d(0, 0, 0);
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  color: #db881e;
  font-size: clamp(20px, 3.5vw, 50px);
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  margin: 0 0 10px;
  position: relative;
}

.section--list {
  position: relative;
}

.detail__btn,
.list__more {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  display: inline-block;
}
.detail__btn a,
.list__more a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
.detail__btn a span,
.list__more a span {
  display: block;
}
.detail__btn a span:first-child,
.list__more a span:first-child {
  margin-right: 5px;
}
.detail__btn a .arrow,
.list__more a .arrow {
  padding-top: 0.15em;
}
.detail__btn a .arrow svg,
.list__more a .arrow svg {
  width: 10px;
  height: 13px;
}

.section--list,
.section--detail {
  padding: 0 10% 80px;
}
.section--list .section-tit,
.section--detail .section-tit {
  color: #141414;
  margin: 0 0 6vw;
  text-align: center;
}

.section--detail .list--contents {
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .tit {
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.section--detail .date {
  display: block;
}
.section--detail .block--share {
  float: right;
}
.section--detail .block--share li {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li.share {
  font-size: 11px;
  margin-right: 15px;
  letter-spacing: 0.05em;
  opacity: 0.5;
}

.bg--triangle {
  position: absolute;
  z-index: 10;
  top: -42vw;
}
.bg--triangle .triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 42vw 100vw;
  border-color: transparent transparent #111 transparent;
  background: #fff;
}
.bg--triangle .block {
  background: #111;
  width: 100vw;
  height: 2vw;
}

body:not(.page--home) .bg {
  opacity: 0.4;
  filter: grayscale(1);
}

.page--home .drawer .nav--item__home {
  display: none;
}
.page--home .drawer .nav--item__staffblog {
  margin-right: 0 !important;
}
.page--home .drawer [class^=nav--] li.nav--menu__home {
  display: none;
}
.page--home .scroll {
  position: absolute;
  top: 13vw;
  right: 2.5vw;
  transition: opacity 0.4s;
}
.page--home .scroll .item {
  display: block;
  width: 90px;
  height: 90px;
  animation: anime-circle_rotate 20s linear infinite;
}
.page--home.scrolling.loaded .scroll {
  opacity: 0;
}
.page--home .section--top {
  padding: 23vh 3% 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.page--home .section--top .section--inner .block--keyvisual .waku {
  background: url(/static/nmb48/fanclub/img/common/keyvisual_waku.svg) no-repeat center;
  background-size: contain;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58.5vw;
  height: 40.8vw;
}
.page--home .section--top .section--inner .block--keyvisual .keyvisual {
  line-height: 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.page--home .section--top .section--inner .block--keyvisual .keyvisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 3.15s;
}
.page--home .section--top .section--inner .block--keyvisual .keyvisual img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.page--home .section--top .section--inner .block--keyvisual .keyvisual .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}
.page--home .section--top .section--inner .block--keyvisual .keyvisual .blur img {
  height: 100%;
  background-size: cover;
  filter: blur(80px);
  transform: scale(1.2);
}
.page--home .section--top .section--inner .block--schedule {
  opacity: 0;
  transition: 0.5s 1s;
}
.page--home .section--top .section--inner .block--schedule .tit--area .block--title .block-tit {
  display: inline-block;
  font-size: 13px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-right: 10px;
}
.page--home .section--top .section--inner .block--schedule .tit--area .block--title .date {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.page--home .section--top .section--inner .block--schedule .tit--area .block--title .date .m {
  font-size: 21px;
  margin-right: 10px;
}
.page--home .section--top .section--inner .block--schedule .tit--area .block--title .date .d {
  font-size: 30px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.page--home .section--top .section--inner .block--schedule .tit--area .block--title .date .d::before {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  position: absolute;
  background: #141414;
  top: 26px;
  left: -11px;
  transform: rotate(-77deg);
}
.page--home .section--top .section--inner .block--schedule .tit--area .block--title .date .wd {
  font-size: 11px;
}
.page--home .section--top .section--inner .block--schedule .tit--area .list__more {
  position: relative;
  top: 7px;
}
.page--home .section--top .section--inner .block--schedule .list--information {
  margin-bottom: 0;
}
.page--home .section--pickup .section--inner {
  position: relative;
}
.page--home .section--pickup .section--inner .block--nextschedule {
  position: relative;
  padding: 26px 5% 0;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(20, 20, 20, 0.4);
}
.page--home .section--pickup .section--inner .block--nextschedule .block-tit {
  font-size: 15px;
}
.page--home .section--banner .no-swiper .swiper-container {
  padding-right: 10%;
}
.page--home .section--banner .no-swiper li {
  width: 32.6666666667%;
  margin-right: 1%;
}
.page--home .section--banner .no-swiper li:last-child {
  margin-right: 0;
}
.page--home .section--banner, .page--home .section--photo, .page--home .section--wallpaper {
  position: relative;
  z-index: 3;
}
.page--home .section--banner .swiper-custom-parent, .page--home .section--photo .swiper-custom-parent, .page--home .section--wallpaper .swiper-custom-parent {
  padding: 0;
  width: 100%;
}
.page--home .section--banner .swiper-container, .page--home .section--photo .swiper-container, .page--home .section--wallpaper .swiper-container {
  overflow: visible;
  padding-left: 4%;
  padding-right: 4%;
}
.page--home .section--banner .list--bnr li, .page--home .section--photo .list--bnr li, .page--home .section--wallpaper .list--bnr li {
  border: 1px solid rgba(20, 20, 20, 0.4);
}
.page--home .section--banner .list--bnr li a, .page--home .section--photo .list--bnr li a, .page--home .section--wallpaper .list--bnr li a {
  line-height: 0;
}
.page--home .section--banner .list--bnr li a img, .page--home .section--photo .list--bnr li a img, .page--home .section--wallpaper .list--bnr li a img {
  width: 100%;
}
.page--home .section--banner.no-swiper .swipe-hint, .page--home .section--photo.no-swiper .swipe-hint, .page--home .section--wallpaper.no-swiper .swipe-hint {
  display: none;
}
.page--home .section--banner.no-swiper .swipe-hint, .page--home .section--photo.no-swiper .swipe-hint, .page--home .section--wallpaper.no-swiper .swipe-hint {
  display: none;
}
.page--home .section--banner.no-swiper li, .page--home .section--photo.no-swiper li, .page--home .section--wallpaper.no-swiper li {
  width: 25vw;
  margin-right: 30px;
}
.page--home .section--banner.no-swiper .swiper-button-prev,
.page--home .section--banner.no-swiper .swiper-button-next, .page--home .section--photo.no-swiper .swiper-button-prev,
.page--home .section--photo.no-swiper .swiper-button-next, .page--home .section--wallpaper.no-swiper .swiper-button-prev,
.page--home .section--wallpaper.no-swiper .swiper-button-next {
  display: none;
}
.page--home .section--info {
  position: relative;
}
.page--home .section--info .section--inner {
  position: relative;
  z-index: 2;
}
.page--home .section--wallpaper .no-swiper .swipe-hint {
  display: none;
}
.page--home .section--wallpaper .no-swiper li {
  width: 52%;
}
.page--home .section--wallpaper .no-swiper .swiper-button-prev,
.page--home .section--wallpaper .no-swiper .swiper-button-next {
  display: none;
}
.page--home .section--wallpaper .list--wallpaper {
  position: relative;
  z-index: 2;
}
.page--home .section--wallpaper .list--wallpaper li {
  position: relative;
}
.page--home .section--wallpaper .list--wallpaper li a {
  display: block;
}
.page--home .section--wallpaper .list--wallpaper li .thumb-wrap {
  padding: 1.1vw;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(20, 20, 20, 0.4);
  position: relative;
}
.page--home .section--wallpaper .list--wallpaper li .thumb-wrap .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.page--home .section--wallpaper .list--wallpaper li .thumb-wrap .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: cover;
}
.page--home .section--wallpaper .list--wallpaper li .thumb-wrap .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--home .section--wallpaper .list--wallpaper li .thumb-wrap .thumb .blur img {
  filter: blur(80px);
  background-size: cover;
}
.page--home .section--wallpaper .list--wallpaper li.new .thumb-wrap {
  position: relative;
}
.page--home .section--wallpaper .list--wallpaper li.new .thumb-wrap::after {
  content: "NEW";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #FAFAFA;
  text-shadow: 1px 1px 0 #db881e, -1px -1px 0 #db881e, -1px 1px 0 #db881e, 1px -1px 0 #db881e, 0px 1px 0 #db881e, 0 -1px 0 #db881e, -1px 0 0 #db881e, 1px 0 0 #db881e;
  position: absolute;
  right: -9px;
  z-index: 10;
  font-size: 3vw;
  bottom: -1vw;
}
.page--home .section--wallpaper .list--wallpaper li .tit {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
  width: 18vw;
  margin: 0 auto 10px;
}
.page--home .section--wallpaper .list--wallpaper li .date {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  display: block;
  text-align: center;
}
.page--home .section--movie .section--inner {
  position: relative;
}
.page--home .section--movie .section--inner .block--thumb > a {
  display: block;
}
.page--home .section--movie .section--inner .block--thumb .thumb-wrap {
  padding: 1.1vw;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(20, 20, 20, 0.4);
  position: relative;
}
.page--home .section--movie .section--inner .block--thumb .thumb-wrap .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.page--home .section--movie .section--inner .block--thumb .thumb-wrap .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: cover;
}
.page--home .section--movie .section--inner .block--thumb .thumb-wrap .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--home .section--movie .section--inner .block--thumb .thumb-wrap .thumb .blur img {
  filter: blur(80px);
  background-size: cover;
}
.page--home .section--movie .section--inner.new .thumb-wrap {
  position: relative;
}
.page--home .section--movie .section--inner.new .thumb-wrap::after {
  content: "NEW";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #FAFAFA;
  text-shadow: 1px 1px 0 #db881e, -1px -1px 0 #db881e, -1px 1px 0 #db881e, 1px -1px 0 #db881e, 0px 1px 0 #db881e, 0 -1px 0 #db881e, -1px 0 0 #db881e, 1px 0 0 #db881e;
  position: absolute;
  right: -9px;
  z-index: 10;
  font-size: 3vw;
  bottom: -1vw;
}
.page--home .section--photo.no-swiper .swipe-hint {
  display: none;
}
.page--home .section--photo.no-swiper li {
  width: 28.5vw;
  margin-right: 30px;
}
.page--home .section--photo.no-swiper .swiper-button-prev,
.page--home .section--photo.no-swiper .swiper-button-next {
  display: none;
}
.page--home .section--photo .list--photo {
  position: relative;
  z-index: 2;
}
.page--home .section--photo .list--photo li {
  position: relative;
}
.page--home .section--photo .list--photo li a {
  display: block;
}
.page--home .section--photo .list--photo li .thumb-wrap {
  padding: 1.1vw;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(20, 20, 20, 0.4);
  position: relative;
}
.page--home .section--photo .list--photo li .thumb-wrap .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.page--home .section--photo .list--photo li .thumb-wrap .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: cover;
}
.page--home .section--photo .list--photo li .thumb-wrap .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--home .section--photo .list--photo li .thumb-wrap .thumb .blur img {
  filter: blur(80px);
  background-size: cover;
}
.page--home .section--photo .list--photo li.new .thumb-wrap::after {
  content: "NEW";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #FAFAFA;
  text-shadow: 1px 1px 0 #db881e, -1px -1px 0 #db881e, -1px 1px 0 #db881e, 1px -1px 0 #db881e, 0px 1px 0 #db881e, 0 -1px 0 #db881e, -1px 0 0 #db881e, 1px 0 0 #db881e;
  position: absolute;
  right: -9px;
  z-index: 10;
  font-size: 3vw;
  bottom: -1vw;
}
.page--home .section--photo .list--photo li .tit {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
  width: 20vw;
  margin: 0 auto 10px;
}
.page--home .section--photo .list--photo li .date {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  display: block;
  text-align: center;
}
.page--home .section--photo .list--photo li .date::after {
  content: none;
}
.page--home .list__more {
  position: relative;
  font-size: 13px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
  transform: translateX(0, 0, 0);
  letter-spacing: 0.05em;
}
.page--home .list__more a {
  color: #141414;
}
.page--home footer {
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--home footer {
    background: #FAFAFA;
    color: #141414;
  }
}
.page--home footer .inner {
  padding: 0 5%;
  position: relative;
  display: block;
}
.page--home footer .box .nav--sns {
  text-align: right;
  margin-bottom: 20px;
}
.page--home footer .box .nav--sns li {
  display: inline-block;
  margin-right: 15px;
}
.page--home footer .box .nav--sns li a {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 10px 0;
  transition: all 0.3s 0s ease;
}
.page--home footer .box .nav--sns li:last-child {
  margin-right: 0;
}
.page--home footer .box .block--link p {
  font-size: 19px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}
.page--home footer .list--support {
  text-align: left;
}
.page--home footer .list--support li a {
  display: block;
  font-size: 11px;
  padding: 10px 0;
}
.page--home footer .copyright {
  font-size: 12px;
  font-family: futura-pt, sans-serif;
}

.page--info .section--list .no-data {
  padding-top: 0;
}
.page--info .section--list .no-data {
  text-align: center;
  padding: 0;
}
.page--info .section--detail {
  padding: 0;
  width: 850px;
  margin: 0 auto;
}
.page--info .section--detail.new .tit {
  position: relative;
}
.page--info .section--detail.new .tit::after {
  content: "NEW";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #FAFAFA;
  text-shadow: 1px 1px 0 #db881e, -1px -1px 0 #db881e, -1px 1px 0 #db881e, 1px -1px 0 #db881e, 0px 1px 0 #db881e, 0 -1px 0 #db881e, -1px 0 0 #db881e, 1px 0 0 #db881e;
  position: absolute;
  right: -9px;
  z-index: 10;
  font-size: 21px;
  bottom: 0;
  display: inline-block;
  position: relative;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt .video, .page--info .section--detail .txt .ph {
  margin: 10px 0;
}
.page--info .section--detail .ph img {
  width: 100% !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

.page--schedule .section--detail {
  position: relative;
}
.page--schedule .no-data {
  text-align: center;
}
.page--schedule .header-calendar {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.page--schedule .btn--switch {
  position: absolute;
  top: 8px;
  right: 0;
}
.page--schedule .btn--switch a {
  display: block;
  width: 38px;
  height: 38px;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  background: #141414;
  color: #FAFAFA;
  border-radius: 50%;
  padding: 10px 0 10px;
  line-height: 0;
  transition: all 0.3s 0s ease;
}
.page--schedule .block--month {
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
}
.page--schedule .block--month .month {
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0;
}
.page--schedule .block--month .year {
  position: relative;
  font-size: 16px;
  margin-left: 6px;
  letter-spacing: 0.05em;
}
.page--schedule .block--month .year::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  background: #141414;
  left: -26px;
  top: 10px;
  transform: rotate(-60deg);
}
.page--schedule .month-pager {
  display: flex;
}
.page--schedule .list--information li:last-child {
  margin-bottom: 0;
  border: none;
}
.page--schedule .list--information li:last-child .entry:last-of-type {
  border-bottom: 0;
}
.page--schedule .list--information li:last-child .entry:last-of-type a {
  padding-bottom: 0;
}
.page--schedule .list--information li a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page--schedule .list--information .date {
  text-align: center;
  float: left;
  line-height: 100%;
  margin-right: 2%;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}
.page--schedule .list--information .date .event-date--start {
  font-size: 2.1vw;
}
.page--schedule .list--information .date .week {
  font-size: 0.8vw;
  display: block;
  letter-spacing: 0.05em;
}
.page--schedule .list--information .list__txt {
  min-height: 0;
  margin-left: 80px;
}
.page--schedule .list--information .entry {
  border-bottom: 1px solid rgba(20, 20, 20, 0.2);
}

.page--wallpaper .list--wallpaper {
  position: relative;
  z-index: 2;
}
.page--wallpaper .list--wallpaper li {
  position: relative;
}
.page--wallpaper .list--wallpaper li .thumb-wrap {
  padding: 1.1vw;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(20, 20, 20, 0.4);
  position: relative;
}
.page--wallpaper .list--wallpaper li .thumb-wrap .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.page--wallpaper .list--wallpaper li .thumb-wrap .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: cover;
}
.page--wallpaper .list--wallpaper li .thumb-wrap .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--wallpaper .list--wallpaper li .thumb-wrap .thumb .blur img {
  filter: blur(80px);
  background-size: cover;
}
.page--wallpaper .list--wallpaper li.new .thumb-wrap {
  position: relative;
}
.page--wallpaper .list--wallpaper li.new .thumb-wrap::after {
  content: "NEW";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #FAFAFA;
  text-shadow: 1px 1px 0 #db881e, -1px -1px 0 #db881e, -1px 1px 0 #db881e, 1px -1px 0 #db881e, 0px 1px 0 #db881e, 0 -1px 0 #db881e, -1px 0 0 #db881e, 1px 0 0 #db881e;
  position: absolute;
  right: -9px;
  z-index: 10;
  font-size: 3vw;
  bottom: -1vw;
}
.page--wallpaper .list--wallpaper li .tit {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
  width: 15vw;
  margin: 0 auto 10px;
  transition: color 0.3s;
}
.page--wallpaper .list--wallpaper li .date {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  display: block;
  text-align: center;
}

.page--photo.page--detail .section-tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 30px;
}
@media screen and (min-width: 961px) {
  .page--photo .block--pager {
    left: -18px;
  }
}

.photo-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

.modal-open .drawer__btn {
  pointer-events: none;
}

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

#swipebox-overlay {
  background: rgba(14, 14, 14, 0.9490196078);
}

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

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

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

#swipebox-slider .slide {
  position: relative;
}

#swipebox-slider .slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page--movie .no-data {
  text-align: center;
  width: 100% !important;
}
.page--movie .list--movie li {
  position: relative;
}
.page--movie .list--movie li .thumb-wrap {
  padding: 1.1vw;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(20, 20, 20, 0.4);
  position: relative;
}
.page--movie .list--movie li .thumb-wrap .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.page--movie .list--movie li .thumb-wrap .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: cover;
}
.page--movie .list--movie li .thumb-wrap .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--movie .list--movie li .thumb-wrap .thumb .blur img {
  filter: blur(80px);
  background-size: cover;
}
.page--movie .list--movie li.new a .date::after {
  content: none;
}
.page--movie .list--movie li.new .thumb-wrap::after {
  content: "NEW";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #FAFAFA;
  text-shadow: 1px 1px 0 #db881e, -1px -1px 0 #db881e, -1px 1px 0 #db881e, 1px -1px 0 #db881e, 0px 1px 0 #db881e, 0 -1px 0 #db881e, -1px 0 0 #db881e, 1px 0 0 #db881e;
  position: absolute;
  right: -9px;
  z-index: 10;
  font-size: 3vw;
  bottom: -1vw;
}
.page--movie .list--movie li .tit {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
  width: 20vw;
  margin: 0 auto 10px;
}
.page--movie .list--movie li .date {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-size: 12px;
  display: block;
  text-align: center;
}
.page--movie .list--movie li .date::after {
  content: none;
}
.page--movie .block--player {
  position: relative;
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  background: #141414;
  line-height: 0;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.page--movie.new-movie.category-movie .section--list {
  width: 100%;
  max-width: initial;
}
.page--movie.new-movie.category-movie .section--list .section-tit {
  margin: 0 0 6vw;
}
.page--movie.new-movie.category-movie .section--list .list--contents {
  gap: 0;
}
.page--movie.new-movie.category-movie .section--list .list--contents li {
  width: 48%;
  margin-bottom: 60px;
  margin-right: 4%;
}
.page--movie.new-movie.category-movie .section--list .list--contents li .thumb {
  margin: 0 auto;
}
.page--movie.new-movie.category-movie .section--list .list--contents li .list__txt .date {
  font-size: 12px;
  margin-bottom: 0;
  opacity: 1;
}
.page--movie.new-movie.category-movie .section--list .list--contents li:nth-child(2n) {
  margin-right: 0;
}
.page--movie.new-movie.category-movie .section--list .list--contents li:nth-child(3n) {
  margin-right: 4%;
}
.page--movie.new-movie.category-movie .section--list .list--contents li:nth-child(6n) {
  margin-right: 0;
}
.page--movie.new-movie.category-movie .section--list .block--pager {
  margin-bottom: auto;
}

.page--movie.new-movie.page-movie-detail .section--detail .block--tit {
  width: 100%;
  margin: 0 auto;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit .tit {
  font-weight: normal;
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 0.6em;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
  margin: 0 0 10px;
  opacity: 1;
  font-size: 14px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
  margin: 0 auto 15px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .vjs-big-play-centered .vjs-big-play-button {
  top: 45%;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab #tab--movie {
  padding: 0 0 20px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
  padding-top: 0px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  margin-right: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  width: 100%;
  padding: 20px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .thumb {
  margin: 0px 20px 0 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .list__txt .tit {
  font-size: 16px;
  line-height: inherit;
  margin: 0 0 10px;
  font-weight: normal;
  text-align: left;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .list__txt .date {
  font-size: 12px;
  margin-bottom: 0;
  opacity: 1;
  text-align: left;
}
.page--movie.new-movie.page-movie-detail .section--detail .detail__btn {
  margin-top: 70px;
}
.page--movie.new-movie.page-movie-detail .section--detail .detail__btn a {
  font-weight: 600;
}

.page--blog .list--horizontal {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.page--blog .list--horizontal li {
  border-bottom: 1px solid #D3D3D3;
}
.page--blog .list--horizontal li a {
  padding: 38px 0px;
}
.page--blog .ulizahtml5 {
  width: 100% !important;
  height: auto !important;
}
.page--blog .section--detail .ph, .page--blog .section--detail .video {
  margin: 10px 0;
}
.page--blog .section--detail .txt a {
  text-decoration: underline;
}
.page--blog video {
  position: relative !important;
}
.page--blog .block--player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page--blog .block--player .vjs-picture-in-picture-control.vjs-button:before {
  font-family: "Material Symbols Outlined";
  font-size: 20px;
}

.page--member .tit {
  font-size: 20px;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.page--member .tit span {
  font-weight: bold;
}
.page--member .list--profile li {
  position: relative;
  margin-bottom: 50px;
}
.page--member .list--profile li a {
  display: block;
}
.page--member .list--profile li a .ph-wrap {
  padding: 0.8vw;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(20, 20, 20, 0.4);
  position: relative;
}
.page--member .list--profile li a .ph-wrap .ph {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.page--member .list--profile li a .ph-wrap .ph img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--member .list--profile li a .ph-wrap .ph .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--member .list--profile li a .ph-wrap .ph .blur img {
  filter: blur(80px);
  background-size: cover;
}
.page--member .list--profile li a .name {
  font-size: 15px;
  margin-bottom: 5px;
  text-align: center;
}
.page--member .list--profile li a .yomi {
  text-align: center;
  display: block;
  font-size: 12px;
  color: #BEBEBE;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.05em;
}
.page--member .list--profile li.captain .ph-wrap::after {
  content: "キャプテン";
  background: #141414;
  color: #FAFAFA;
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  padding: 3px 10px;
  text-align: center;
  width: 8em;
}
.page--member .list--profile li.subcaptain .ph-wrap::after {
  content: "副キャプテン";
  background: #141414;
  color: #FAFAFA;
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  padding: 3px 10px;
  width: 9em;
  text-align: center;
}
.page--member .section--inner .left .ph-wrap {
  margin: 0 10px 25px;
  position: relative;
}
.page--member .section--inner .left .ph-wrap .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.page--member .section--inner .left .ph-wrap .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--member .section--inner .right .header-profile {
  margin-bottom: 60px;
}
.page--member .section--inner .right .header-profile .name-area .name {
  font-size: 23px;
  line-height: 1.2;
}
.page--member .section--inner .right .header-profile .name-area .yomi {
  font-size: 13px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1em;
  color: rgba(20, 20, 20, 0.5);
}
.page--member .section--inner .right .member-data {
  margin-bottom: 30px;
}
.page--member .section--inner .right .member-data .list--data li {
  margin-bottom: 0.75em;
  padding: 0 0 0.75em 9em;
  border-bottom: 1px solid rgba(20, 20, 20, 0.2);
  position: relative;
}
.page--member .section--inner .right .member-data .list--data li span {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 0.75em;
  color: rgba(20, 20, 20, 0.4);
}
.page--member .section--inner .right .list--sns {
  margin-bottom: 30px;
}
.page--member .section--inner .right .list--sns li {
  display: inline-block;
  margin-right: 15px;
}
.page--member .section--inner .right .list--sns li a {
  font-size: 13px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 5px 0;
}
.page--member .section--inner .right .list--sns li:last-child {
  margin-right: 0;
}

.page--rooms {
  padding-bottom: 6%;
  margin: 0 auto;
  max-width: 1400px;
}
.page--rooms .section-tit {
  margin: 0 0 10vw;
}
.page--rooms .explanation {
  margin: 0 auto 4em;
  padding-top: 136px;
  max-width: 600px;
  text-align: center;
  background-image: url(/static/nmb48/fanclub/feature/rooms/dotted.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: relative;
}
.page--rooms .explanation:before {
  content: "";
  background: url(/static/nmb48/fanclub/feature/rooms/linedot.png) no-repeat;
  position: absolute;
  top: -42%;
  left: -40%;
  width: 277px;
  height: 206px;
}
.page--rooms .explanation:after {
  content: "";
  background: url(/static/nmb48/fanclub/feature/rooms/wave.png) no-repeat;
  position: absolute;
  top: -38%;
  right: -37%;
  width: 254px;
  height: 253px;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--rooms .explanation:before {
    top: -16%;
    left: -30%;
    background-size: 80%;
  }
  .page--rooms .explanation:after {
    top: -28%;
    background-size: 80%;
  }
}
.page--rooms .explanation h3 {
  color: #DB881E;
  font-size: 18px;
  margin-bottom: 2em;
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.page--rooms .explanation p {
  padding: 30px;
  line-height: 1.4em;
  color: #707070;
  font-size: 12px;
  letter-spacing: 0.3em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  position: absolute;
}
@media screen and (min-width: 720px) and (max-width: 960px) {
  .page--rooms .explanation {
    background-image: url(/static/nmb48/fanclub/feature/rooms/dotted.png) !important;
    padding-top: 136px !important;
  }
  .page--rooms .explanation h3 {
    top: -0.5em !important;
  }
  .page--rooms .explanation:before {
    top: -11% !important;
    left: -27% !important;
  }
  .page--rooms .explanation:after {
    top: 20% !important;
    right: -37% !important;
  }
}
@media screen and (min-width: 620px) and (max-width: 719px) {
  .page--rooms .explanation {
    background-image: url(/static/nmb48/fanclub/feature/rooms/dotted_tab.png) !important;
    margin-bottom: 6em !important;
    padding-top: 280px;
  }
  .page--rooms .explanation h3 {
    top: -0.5em !important;
  }
  .page--rooms .explanation p {
    padding: 0px 7em !important;
    line-height: 1.8em;
  }
  .page--rooms .explanation:before {
    top: -11% !important;
    left: -27% !important;
  }
  .page--rooms .explanation:after {
    top: 20% !important;
    right: -37% !important;
  }
}
@media screen and (min-width: 460px) and (max-width: 520px) {
  .page--rooms .explanation p {
    padding: 0px 40px !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 459px) {
  .page--rooms .explanation {
    padding-top: 192px !important;
  }
  .page--rooms p {
    padding: 0px 24px !important;
  }
}
.page--rooms .tit {
  font-size: 20px;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  margin-bottom: 32px;
}
.page--rooms .tit span {
  font-weight: bold;
}
.page--rooms .list--profile li {
  position: relative;
  margin-bottom: 64px;
}
.page--rooms .list--profile li a {
  display: block;
}
.page--rooms .list--profile li a .ph-wrap {
  margin-bottom: 16px;
  position: relative;
}
.page--rooms .list--profile li a .ph-wrap .ph {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 5px solid #fff;
  padding-top: 100%;
  border-radius: 100%;
}
.page--rooms .list--profile li a .ph-wrap .ph img {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 2;
  background-size: contain;
  top: 0;
}
.page--rooms .list--profile li a .ph-wrap .ph .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--rooms .list--profile li a .ph-wrap .ph .blur img {
  filter: blur(80px);
  background-size: cover;
}
.page--rooms .list--profile li a .roomsname {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.page--rooms .list--profile li a .name {
  font-size: 12px;
  margin-bottom: 12px;
  text-align: center;
  color: #7E7E7E;
}
.page--rooms .list--profile li a .yomi {
  text-align: center;
  display: block;
  font-size: 20px;
  color: #DB881E;
  font-family: "Caveat", "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  right: -8px;
  z-index: 2;
  transform: rotate(20deg);
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .page--rooms .list--profile li a .yomi {
    font-size: 24px !important;
    right: 6% !important;
  }
}
@media screen and (min-width: 540px) and (max-width: 749px) {
  .page--rooms .list--profile li a .yomi {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--rooms .list--profile li a .yomi {
    font-size: 16px;
  }
}
.page--rooms .list--profile li.captain .ph-wrap::after {
  content: "";
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 1.6em;
  height: 30%;
  background-image: url(/static/nmb48/fanclub/feature/rooms/captain.svg);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 2;
}
.page--rooms .list--profile li.subcaptain .ph-wrap::after {
  content: "";
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  padding: 3px 10px;
  text-align: center;
  width: 1.6em;
  height: 46%;
  background-image: url(/static/nmb48/fanclub/feature/rooms/vicecaptain.svg);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 2;
}
.page--rooms .teamn {
  position: relative;
  margin-bottom: 6%;
}
.page--rooms .teamn:after {
  content: "";
  background: url(/static/nmb48/fanclub/feature/rooms/sofa.png) no-repeat;
  position: absolute;
  bottom: -3.5%;
  right: -12%;
  width: 560px;
  height: 299px;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--rooms .teamn:after {
    bottom: -5.5%;
    right: -25%;
    background-size: 80%;
  }
}
@media screen and (min-width: 380px) and (max-width: 750px) {
  .page--rooms .teamn:after {
    bottom: -15.5% !important;
    right: -70% !important;
    background-size: 80% !important;
  }
}
.page--rooms .teamm {
  position: relative;
  margin-bottom: 6%;
}
.page--rooms .teamm:before {
  content: "";
  background: url(/static/nmb48/fanclub/feature/rooms/dot.png) no-repeat;
  position: absolute;
  bottom: -200px;
  left: -20%;
  width: 429px;
  height: 434px;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--rooms .teamm:before {
    bottom: -290px;
    background-size: 80%;
  }
}
.page--rooms .teamb {
  position: relative;
}
.page--rooms .teamb:after {
  content: "";
  background: url(/static/nmb48/fanclub/feature/rooms/frame.png) no-repeat;
  position: absolute;
  bottom: -7%;
  right: -13%;
  width: 457px;
  height: 268px;
  margin-right: 30px;
  opacity: 0.7;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--rooms .teamb:after {
    bottom: -19%;
    right: -31%;
    background-size: 70%;
  }
}
@media screen and (min-width: 375px) and (max-width: 639px) {
  .page--rooms .teamb:after {
    bottom: -2.5% !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  .page--rooms .teamn {
    margin-bottom: 36% !important;
  }
  .page--rooms .teamn::after {
    bottom: -10.5% !important;
    right: -24% !important;
    background-size: 100% !important;
  }
  .page--rooms .teamm:before {
    left: -28% !important;
    background-size: 100% !important;
  }
  .page--rooms .teamb:after {
    background-size: 100% !important;
    right: 0 !important;
    left: 44% !important;
    bottom: 1% !important;
  }
}
@media screen and (min-width: 460px) and (max-width: 865px) {
  .page--rooms .teamb:after {
    margin-right: 0;
    background-size: 70%;
    right: 0;
    left: 45%;
    bottom: -3.5%;
  }
}
@media screen and (min-width: 460px) and (max-width: 865px) {
  .page--rooms .page--rooms .teamn:after {
    bottom: -15%;
    right: -60%;
    background-size: 80%;
  }
}
.page--rooms .section--inner .left .ph-wrap {
  margin: 0 10px 25px;
  position: relative;
}
.page--rooms .section--inner .left .ph-wrap .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.page--rooms .section--inner .left .ph-wrap .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--rooms .section--inner .right .header-profile {
  margin-bottom: 60px;
}
.page--rooms .section--inner .right .header-profile .name-area .name {
  font-size: 23px;
  line-height: 1.2;
}
.page--rooms .section--inner .right .header-profile .name-area .yomi {
  font-size: 13px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1em;
  color: rgba(20, 20, 20, 0.5);
}
.page--rooms .section--inner .right .member-data {
  margin-bottom: 30px;
}
.page--rooms .section--inner .right .member-data .list--data li {
  margin-bottom: 0.75em;
  padding: 0 0 0.75em 9em;
  border-bottom: 1px solid rgba(20, 20, 20, 0.2);
  position: relative;
}
.page--rooms .section--inner .right .member-data .list--data li span {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 0.75em;
  color: rgba(20, 20, 20, 0.4);
}
.page--rooms .section--inner .right .list--sns {
  margin-bottom: 30px;
}
.page--rooms .section--inner .right .list--sns li {
  display: inline-block;
  margin-right: 15px;
}
.page--rooms .section--inner .right .list--sns li a {
  font-size: 13px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 5px 0;
}
.page--rooms .section--inner .right .list--sns li:last-child {
  margin-right: 0;
}

.section--detail.page--support {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.section--detail.page--support .section-tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 23px;
  line-height: 1.5;
}
.section--detail.page--support .txt {
  margin-bottom: 30px;
}
.section--detail.page--support .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.section--detail.page--support .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
.section--detail.page--support .list--support a:hover {
  text-decoration: none;
}
.section--detail.page--support .list--support dt {
  font-weight: bold;
}
.section--detail.page--support .list--support dd {
  margin-bottom: 1.5em;
}
.section--detail.page--support .detail__btn a {
  text-decoration: none;
}

.page--faq {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.page--faq .section--list .section-tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 23px;
}
.page--faq .section--list .block--contact {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.page--faq .section--list .block--contact a {
  transition: 0.3s;
  text-decoration: underline;
}
.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: 70%;
  margin: 40px auto 50px;
  max-width: 500px;
}
.page--faq .searchBox input[type=text] {
  padding: 0.5em 1em;
  width: 100%;
  color: #141414;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  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 .tit--category {
  margin: 0 0 20px;
}
.page--faq .list--faq {
  margin: 0 0 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.page--faq .list--faq li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.page--faq .list--faq li:first-child {
  border-top: 1px solid #fafafa;
}
.page--faq .list--faq li .tit {
  font-size: 14px;
  margin: 0 10px;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: baseline;
  padding: 24px 0;
  text-decoration: none;
  transition: color 0.3s;
}
.page--faq .list--faq .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1em;
  line-height: 28px;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .block--faq-detail {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  transition: 0.3s;
  text-decoration: underline;
}
.page--faq .block--faq-detail .txt a:hover {
  text-decoration: none;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact .link a {
  position: relative;
  padding: 0 0 0.2em;
}
.page--faq .block--contact .link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  position: relative;
  bottom: 2px;
}
.page--faq .block--contact a {
  text-decoration: none;
  transition: 0.3s;
}

.page--questionnaire .section--detail {
  padding: 0 10%;
}
.page--questionnaire .section--detail .section-tit {
  font-size: 23px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.page--questionnaire .section--detail .tit {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.page--questionnaire .section--detail form .form--post input {
  margin-right: 0.4em;
}
.page--questionnaire .section--detail form .form--post {
  margin: 0 0 8%;
}
.page--questionnaire .section--detail form .icon--required::before {
  content: "必須";
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: top;
  margin-left: 10px;
  background: #EE4757;
  padding: 4px;
  position: relative;
  top: 1px;
}

.section--detail.page--entry .txt--sub {
  font-size: 12px;
  line-height: 1.5;
}
.section--detail.page--entry .tit {
  font-family: futura-pt, sans-serif;
  text-align: center;
}
.section--detail.page--entry [class^=block--] {
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
.section--detail.page--entry [class^=block--] .block-tit {
  font-size: 32px;
  margin: 0 0 30px;
  position: relative;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}
.section--detail.page--entry [class^=block--] .block-tit.jp {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.section--detail.page--entry [class^=block--] table {
  margin: 0 0 40px;
  border: none;
}
.section--detail.page--entry [class^=block--] table th {
  width: 175px;
  padding: 20px 3%;
  text-align: center;
  border: 1px solid #141414;
  font-weight: 400;
  font-size: 12px;
}
.section--detail.page--entry [class^=block--] table td {
  padding: 20px;
  border: 1px solid #141414;
  padding: 20px 3%;
  font-size: 12px;
}
.section--detail.page--entry [class^=block--] table td .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail.page--entry [class^=block--] table ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail.page--entry .block--contents {
  position: relative;
  z-index: 4;
}
.section--detail.page--entry .block--contents .block-tit {
  color: inherit;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #141414;
  position: relative;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  text-align: center;
}
.section--detail.page--entry .block--contents .list--contents {
  justify-content: space-between;
}
.section--detail.page--entry .block--contents .list--contents li {
  border: 1px solid rgba(20, 20, 20, 0.4);
  background: rgba(255, 255, 255, 0.4);
  color: #141414;
  padding: 25px;
}
.section--detail.page--entry .block--contents .list--contents li .tit {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
.section--detail.page--entry .block--contents .list--contents li .tit.jp {
  font-weight: bold;
  font-size: 16px;
}
.section--detail.page--entry .block--contents .list--contents li .txt--sub {
  font-family: initial;
  line-height: 1.6;
}
.section--detail.page--entry .block--contents .list--contents li:last-child .txt {
  margin-bottom: 0.8em;
}
.section--detail.page--entry .block--device .list--payment {
  width: 100%;
}
.section--detail.page--entry .block--device .txt--sub {
  transform: translateX(0);
  transition-delay: 0.3s;
}
.section--detail.page--entry .block--device .note {
  margin: -20px auto 0;
}

.btn.entry .btn--main,
.btn .btn--main {
  position: relative;
  background-size: 200% auto;
  background-position: right center;
  border-radius: 0;
  line-height: 1.4;
}
.btn.entry .btn--main span,
.btn .btn--main span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.btn.entry .btn--main {
  background: #FAFAFA;
  color: #141414;
  border: none;
}

.page--ticket.section--detail .btn {
  margin: 1em 0;
}
.page--ticket.section--detail .btn--chevron {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  cursor: pointer;
  line-height: 1;
  height: auto;
  padding-right: 10px;
}
.page--ticket.section--detail .btn--chevron::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #FAFAFA;
  border-top: none;
  border-right: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-135deg);
  border-color: #141414;
  margin: -0.25em 0 0;
}
.page--ticket.section--detail.page--detail .txt {
  text-align: center;
}
.page--ticket.section--detail.page--detail .section-tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 20px;
}
.page--ticket.section--detail.page--detail .btn--main {
  text-align: center;
  cursor: pointer;
}

.page--link .list--link li {
  text-align: center;
}
.page--link .list--link li a {
  display: block;
  background: rgba(255, 255, 255, 0.4);
  color: #141414;
  border: 1px solid rgba(20, 20, 20, 0.4);
}

/* page--goodnight
------------------------------ */
.goodnight .wrap--inner {
  background: #dff1ff;
}
.goodnight .thumb {
  margin-bottom: 20px;
}
.goodnight .section--detail .btn--main {
  background: #0e4273;
  border-radius: 40px;
  border: none;
}
.goodnight .section--detail .block--about {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #0e4272;
  padding: 10px 5% 20px;
}
.goodnight .section--detail .block--about .block-tit {
  color: #0e4272;
  text-align: center;
  font-weight: bold;
}
.goodnight .section--detail .block--about .txt {
  padding: 0;
}
.goodnight .block--qr .qr {
  width: 250px;
  margin: 0 auto;
}
.goodnight .block--qr .qr img {
  width: 100%;
}

/* page--diagnosis
------------------------------ */
.page--diagnosis .section-tit_ph {
  opacity: 0;
  transition: 0.3s;
  position: relative;
}
.page--diagnosis .section-tit_ph::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--diagnosis .main-container {
  opacity: 0;
  transition: 0.3s 0.8s;
}
.page--diagnosis .txt {
  text-align: center;
}
.page--diagnosis .en-tit {
  margin: 40px 0;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  font-family: futura-pt, sans-serif;
}
.page--diagnosis .en-tit span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.page--diagnosis .slick-track {
  transform: none !important;
}
.page--diagnosis .tab_nav {
  cursor: pointer;
}
.page--diagnosis .tab_nav li {
  color: #FAFAFA;
  text-align: center;
  font-weight: bold;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.08em;
  display: inline-block;
  line-height: 1;
  background: #141414;
  border: 1px solid #141414;
}
.page--diagnosis .tab_nav li.slick-current {
  color: #141414;
  background: #FAFAFA;
  pointer-events: none;
}
.page--diagnosis #tab_team_n, .page--diagnosis #tab_team_m, .page--diagnosis #tab_team_b {
  pointer-events: none;
}
.page--diagnosis #tab_team_n.slick-current, .page--diagnosis #tab_team_m.slick-current, .page--diagnosis #tab_team_b.slick-current {
  pointer-events: all;
}
.page--diagnosis .list--horizontal {
  display: flex;
  flex-wrap: wrap;
}
.page--diagnosis .list--horizontal li .ph {
  border-radius: 10vw 10vw 0 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.page--diagnosis .list--horizontal li .ph img {
  border-radius: 10vw 10vw 0 0;
}
.page--diagnosis .list--horizontal li .name {
  font-size: 14px;
  text-align: center;
}
.page--diagnosis .section--list .block-tit {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
.page--diagnosis .section--list .block--select {
  margin-top: 6em;
}
.page--diagnosis .section--list .block--select .list--form {
  margin: 0 auto 3.5em;
}
.page--diagnosis .section--list .block--select .list--form dt {
  line-height: 1.5;
  margin-bottom: 1.2em;
  font-size: 1.2rem;
  color: #141414;
}
.page--diagnosis .section--list .block--select .list--form dt::before {
  display: inline-block;
  content: "Q.";
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  position: relative;
  margin-right: 0.35em;
  top: -3px;
  font-size: 22px;
}
.page--diagnosis .section--list .block--select .list--form .list--questions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page--diagnosis .section--list .block--select .list--form .list--questions li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 12px;
}
.page--diagnosis .section--list .block--select .list--form .list--questions li:nth-of-type(2n) {
  margin-right: 0;
}
.page--diagnosis .section--list .block--select .list--form .list--questions label {
  display: block;
}
.page--diagnosis .section--list .block--select .list--form .list--questions label input {
  display: none;
}
.page--diagnosis .section--list .block--select .list--form .list--questions label span {
  display: block;
  line-height: 1.4;
  background: #FAFAFA;
  border: 1px solid rgba(20, 20, 20, 0.4);
  padding: 1.3em;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 7px;
}
.page--diagnosis .section--list .block--select .list--form .list--questions label input[type=radio]:checked + span {
  background: #BEBEBE;
  border: 1px solid #BEBEBE;
}
.page--diagnosis .list--attention li {
  position: relative;
  color: red;
  font-size: 12px;
  margin: 0 0 5px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.page--diagnosis .result .top-txt {
  text-align: center;
  font-size: 16px;
  margin: 0 0 8px;
  opacity: 0;
}
.page--diagnosis .result .top-txt .name-txt {
  font-size: 22px;
  margin-right: 3px;
}
.page--diagnosis .result .show:not(.not-found) {
  transition: opacity 0.4s;
  opacity: 1;
}
.page--diagnosis .result .block--ph {
  width: 360px;
  margin: 0 auto;
}
.page--diagnosis .result .ph {
  border-radius: 40vw 40vw 0 0;
  overflow: hidden;
}
.page--diagnosis .result .box--rate {
  display: flex;
  justify-content: flex-end;
  margin-top: -24%;
}
.page--diagnosis .result .block--special_contents, .page--diagnosis .result .btn {
  opacity: 0;
  text-align: center;
}
.page--diagnosis .result .rate {
  display: block;
  position: relative;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  width: 32%;
  padding-top: 35%;
}
.page--diagnosis .result .rate .show:not(.not-found) {
  transition: opacity 0.4s;
  opacity: 1;
}
.page--diagnosis .result .rate::before {
  content: "";
  display: block;
  background: no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  background-image: url(/static/nmb48/fanclub/feature/diagnosis/img/heart.png);
  width: 150px;
  height: 150px;
  position: absolute;
  top: -13px;
  right: -13px;
  transition: all 0.3s ease;
  filter: grayscale(100%);
}
.page--diagnosis .result .rate .odometer-inside {
  position: relative;
  right: 0;
  bottom: 0;
}
.page--diagnosis .result .rate .numb {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 600;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  padding-top: 1%;
  padding-right: 12%;
}
.page--diagnosis .result .odometer-digit:last-of-type::after {
  content: "%";
  font-size: 20px;
  margin-left: 2px;
  position: absolute;
  bottom: 16px;
  font-family: futura-pt, sans-serif;
}
.page--diagnosis .result .txt--sub {
  text-align: center;
  margin: 10px 0 50px;
}
.page--diagnosis .result .txt--sub .stg {
  font-size: 160%;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
  color: #ff9292;
}
.page--diagnosis .block--player {
  position: relative;
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  background: #141414;
  line-height: 0;
}
.page--diagnosis .block--player iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/* page--special
------------------------------ */
.page--special .block-tit {
  margin: 0 0 40px;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 30px;
}
.page--special .list--special {
  margin-bottom: 100px;
}
.page--special .list--special li {
  border: 1px solid rgba(20, 20, 20, 0.6);
}
.page--special .list--archive {
  display: flex;
  flex-wrap: wrap;
}
.page--special .list--archive li {
  border: 1px solid rgba(20, 20, 20, 0.6);
}

.page--first_login .section--detail .section-tit {
  font-size: 34px;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 80px;
}
.page--first_login .section--detail .section-tit .attention {
  display: block;
  color: #EE4757;
  font-size: 18px;
  border-bottom: 1px solid #EE4757;
  margin-bottom: 20px;
}
.page--first_login .section--detail .block--lead {
  margin-bottom: 60px;
}
.page--first_login .section--detail .block--lead .txt {
  margin-bottom: 0.8em;
  font-size: 14px;
  padding: 0;
}
.page--first_login .section--detail .block--lead .txt--sub .caution {
  background: #EE4757;
  display: block;
  color: #FAFAFA;
  padding: 12px 14px;
  margin: 20px 0px;
  line-height: 1.5;
}
.page--first_login .section--detail .block--lead .txt--sub .caution .caution-tit {
  font-size: 15px;
  display: block;
  margin-bottom: 4px;
}
.page--first_login .section--detail .txt--sub ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
.page--first_login .section--detail .block--step {
  margin: 40px 0 0;
}
.page--first_login .section--detail .block--step .list--step > li {
  margin-bottom: 30px;
  background: #ffffff;
  color: #141414;
  padding: 32px 4%;
  border: 1px solid rgba(20, 20, 20, 0.5);
}
.page--first_login .section--detail .block--step .list--step > li .txt {
  margin-bottom: 10px;
  padding-top: 0;
}
.page--first_login .section--detail .block--step .list--step > li .thumb {
  width: 90%;
  margin: 30px auto;
  border: 1px solid #000;
  line-height: 0;
}
.page--first_login .section--detail .block--step .list--step > li .list-tit {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  padding-bottom: 0.75em;
  border-bottom: 1px solid rgba(20, 20, 20, 0.4);
  margin-bottom: 0.75em;
}
.page--first_login .section--detail .block--step .list--step > li .list-tit span:first-of-type {
  background: #BEBEBE;
  font-size: 0.85em;
  padding: 1px 6px;
  margin-right: 0.5em;
}
.page--first_login .section--detail .block--attention {
  color: #EE4757;
  background: #ffdada;
  border: 1px solid #EE4757;
  padding: 24px;
  margin: 1em 0;
}
.page--first_login .section--detail .block--attention .tit {
  font-weight: 600;
  font-size: 16px;
}
.page--first_login .section--detail .block {
  margin: 0.5em 0;
}
.page--first_login .section--detail .block > .tit {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 1em;
}
.page--first_login .section--detail .step li a span:first-of-type {
  font-family: futura-pt, sans-serif;
}
.page--first_login .section--detail .txt--link a {
  display: block;
  position: relative;
  font-size: 15px;
}
.page--first_login .section--detail .txt--link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.section--detail.page--support.page--firstlogininqury .list--attention li {
  margin-bottom: 20px;
}
.section--detail.page--support.page--firstlogininqury .list--attention .tit {
  font-weight: bold;
}

/* page--list-inquiry
------------------------------ */
.page--faq.section--detail .list-inquiry {
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
.page--faq.section--detail .list-inquiry li {
  margin-bottom: 20px;
  border: 1px solid #141414;
}
.page--faq.section--detail .list-inquiry li a {
  background: #FAFAFA;
  color: #141414;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: block;
  padding: 1.5em;
  transition: 0.3s;
}
.page--faq.section--detail .list-inquiry li a .txt--sub {
  display: block;
  font-size: 11px;
}
.page--faq.section--detail .list-inquiry li:last-child {
  margin: 0;
}

/* page--contact_offer
------------------------------ */
.section--detail.contact_offer .dl--form {
  margin: 3em auto;
}
.section--detail.contact_offer .dl--form dt {
  margin: 2em 0 0.6em;
  font-weight: bold;
}
.section--detail.contact_offer .dl--form dt .required {
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: top;
  margin-left: 10px;
  background: #EE4757;
  padding: 4px;
  position: relative;
  top: 1px;
}
.section--detail.contact_offer .dl--form dt .txt--sub {
  display: block;
  font-size: 11px;
  font-weight: normal;
}

/* page--error
------------------------------ */
.page--error .section--detail .section-tit {
  text-align: center;
  margin: 0 0 50px;
}
.page--error .section--detail .section-tit::before {
  content: none;
}
.page--error .section--detail .btn {
  margin: 3em 0;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    color: #141414;
    background: #ffffff;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--sub:hover {
    background: #FAFAFA;
    color: #FAFAFA !important;
    border: 1px solid #FAFAFA;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .loaded.page--home .header .g-nav {
    transform: translateY(0);
    opacity: 1;
  }
  .scrolling.page--home .header {
    top: -50px;
  }
  .swiper-container {
    padding-left: 0;
    padding-right: 16%;
    position: relative;
  }
  .swiper-custom-parent .swipe-hint {
    pointer-events: none;
    display: block;
    position: absolute;
    top: 50%;
    left: -2%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(20, 20, 20, 0.8);
    width: 6vw;
    height: 6vw;
    transition: all 0.3s 0s ease;
    opacity: 0;
  }
  .swiper-custom-parent .swipe-hint .item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 3.5vw;
    height: 3.5vw;
    background: url(/static/nmb48/fanclub/img/common/swipe_hint.svg) no-repeat center;
    background-size: contain;
  }
  .swiper-custom-parent:hover .swiper-button-prev, .swiper-custom-parent:hover .swiper-button-next {
    opacity: 1;
  }
  .swiper-custom-parent:hover .swiper-button-prev.swiper-button-disabled, .swiper-custom-parent:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
  }
  .swiper-custom-parent.visible .swipe-hint {
    opacity: 1;
  }
  .swiper-custom-parent.visible .swipe-hint .item {
    animation: SwipeHint 3s forwards infinite 0.2s;
  }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0;
  }
  .swiper-button-prev, .swiper-button-next {
    z-index: 10;
    opacity: 0;
    padding: 1vw;
    width: 1vw;
    height: 1vw;
    display: block;
    transition: all 0.3s 0s ease;
  }
  .swiper-button-next {
    position: absolute;
    right: 18vw;
    left: inherit;
    top: 8vw;
    z-index: 10;
  }
  .swiper-button-prev {
    position: absolute;
    left: -6vw;
    top: 9vw;
    z-index: 10;
  }
  .list--bnr {
    text-align: center;
  }
  .list--bnr li {
    position: relative;
    cursor: pointer;
    margin-right: 28px;
  }
  .list--bnr li a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .list--bnr li a img {
    transition: 0.8s;
  }
  .list--bnr li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(20, 20, 20, 0.6);
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    top: 0;
    left: 0;
  }
  .list--bnr li a:hover::before {
    opacity: 1;
  }
  .wrap--inner {
    padding-top: 180px;
    padding-bottom: 100px;
    min-height: 95vh;
  }
  .block--pager .pager__item--other a {
    position: relative;
    transition: all 0.3s 0s ease;
  }
  .block--pager li:not(.pager__item--older):not(.pager__item--newer) {
    margin: 0 10px;
    width: 1em;
  }
  .block--pager li:not(.pager__item--older):not(.pager__item--newer) a {
    position: relative;
    padding: 3px 0;
  }
  .block--pager li:not(.pager__item--older):not(.pager__item--newer) a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #141414;
    position: absolute;
    left: 0;
    bottom: -3px;
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.3s;
    transition: all 0.3s 0s ease;
  }
  .block--pager li:not(.pager__item--older):not(.pager__item--newer) a:hover::after {
    transform: scale(1);
  }
  .block--pager li:not(.pager__item--older):not(.pager__item--newer).blogtop {
    width: auto;
  }
  .block--pager.another li a:hover {
    color: #db881e;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--detail .block--share li a {
    transition: all 0.3s 0s ease;
  }
  .section--detail .block--share li a:hover {
    color: #BEBEBE;
  }
  .list--error li {
    font-size: 13px;
  }
  .list--information li a {
    transition: all 0.3s 0s ease;
  }
  .list--information li a:hover {
    opacity: 0.5;
  }
  .list--information.list--schedule {
    margin-bottom: 0;
  }
  .list--contents {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .list--contents li {
    width: 30.6666666667%;
    margin-bottom: 60px;
    margin-right: 4%;
  }
  .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .list--contents li a .thumb-wrap .thumb {
    transition: filter 0.3s;
    position: relative;
  }
  .list--contents li a .thumb-wrap .thumb img {
    transition: all 0.3s 0s ease;
  }
  .list--contents li a .thumb-wrap .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(20, 20, 20, 0.6);
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    top: 0;
    left: 0;
  }
  .list--contents li a .thumb-wrap .thumb::after {
    content: "VIEW DETAIL";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FAFAFA;
    font-size: clamp(16px, 1.6vw, 30px);
    font-weight: 700;
    font-family: futura-pt, sans-serif;
    letter-spacing: 0.03em;
    opacity: 0;
    transition: 0.3s;
    z-index: 4;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  .list--contents li a:hover .thumb-wrap .thumb::before, .list--contents li a:hover .thumb-wrap .thumb::after {
    opacity: 1;
  }
  .list--contents li a:hover .thumb-wrap .thumb img {
    transform: scale(1.1);
  }
  .no--data {
    text-align: center;
  }
  .btn a,
  .btn input {
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
  }
  .btn .btn--main {
    transition: all 0.3s;
  }
  .btn .btn--sub {
    transition: all 0.3s;
  }
  .btn .btn--sub:hover {
    color: #FAFAFA;
    background: #141414;
    border: 1px solid #141414;
  }
  .block--category {
    margin: -40px 0 70px -8px;
  }
  .block--category li.month {
    letter-spacing: -0.5em;
  }
  .block--category li {
    display: inline-block;
    border: none;
    position: relative;
  }
  .block--category li a {
    display: block;
    position: relative;
  }
  .block--category li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #141414;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.3s;
  }
  .block--category li a:hover::before {
    transform: scaleX(1);
  }
  header {
    /*mix-blend-mode: difference;*/
  }
  /* page--goodnight
  ------------------------------ */
  /* page--diagnosis
  ------------------------------ */
  /* page--special
  ------------------------------ */
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  header::before {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7273284314) 43%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (min-width: 961px) {
  header .inner {
    padding: 0 5%;
    display: flex;
    align-items: flex-end;
  }
  header .logo {
    width: 20vw;
  }
  header .logo a {
    display: block;
  }
  header .logo a:hover {
    opacity: 0.4;
  }
  .logo-head a:hover {
    opacity: 0.4;
  }
  .block--login li:hover::before {
    background: #141414;
  }
  .block--login li:hover:after {
    transform: translateY(-50%);
  }
  .block--login li:hover a {
    color: #141414;
  }
  .g-nav {
    width: 590px;
    margin-left: auto;
    margin-top: 5vh;
    text-align: right;
  }
  .drawer {
    width: 100%;
  }
  .drawer [class^=nav--] > li {
    display: inline-block;
    line-height: 1;
    margin-left: 0.7em;
  }
  .drawer [class^=nav--] > li a {
    padding: 5px 0;
    font-size: 15px;
    position: relative;
    color: #db881e;
    font-weight: 600;
    letter-spacing: 0.05em;
    /*&::before{
      @include var.content(var.$height:1px);
      background: var.$base-color;
      left: 0;
      bottom: 1px;
      width: 100%;
      transform-origin: left;
      transform:scaleX(0);
      transition: .3s;
    }
    &:hover::before{
      transform: scaleX(1);
    }*/
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .drawer [class^=nav--] > li a:hover {
    color: #141414;
  }
}
@media screen and (min-width: 961px) {
  .drawer [class^=nav--] > li:last-of-type {
    margin-right: 0;
  }
  .drawer [class^=nav--] > li:nth-of-type(7n) {
    margin-right: 0;
  }
  .drawer .nav--menu {
    margin-bottom: 14px;
  }
  .drawer .nav--login {
    display: inline-block;
  }
  .drawer .nav--login li a {
    font-size: 15px;
  }
  .drawer .nav--login li a::before {
    content: none;
  }
  .drawer .nav--login li a:hover {
    color: #5e5e5e;
  }
  .drawer .nav--login li.nav__item--join {
    margin-right: 25px;
  }
  .drawer .nav--login li.nav__item--login {
    margin-right: 0;
  }
  .list__more a, .detail__btn a {
    padding: 10px;
    padding-left: 0;
    transition: all 0.3s 0s ease;
  }
  .list__more a .arrow, .detail__btn a .arrow {
    transition: all 0.3s 0s ease;
  }
  .list__more a:hover .arrow, .detail__btn a:hover .arrow {
    transform: translateX(3px);
  }
  .detail__btn {
    margin-top: 70px;
  }
  .detail__btn a {
    justify-content: flex-start;
  }
  .detail__btn a:hover .arrow {
    transform: translateX(-3px);
  }
  .page--home {
    /* common */
    /* footer */
    /* section--top */
    /* section--pickup */
    /* section--banner */
    /* section--info */
  }
  .page--home .header {
    transition: top 0.4s;
  }
  .page--home .wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page--home .wrap--inner {
    padding: 0;
  }
  .page--home .g-nav {
    margin-top: 9vh;
    transform: translateY(-40px);
    opacity: 0;
    transition: 0.5s 1s;
  }
  .page--home .logo-head {
    top: 8vh;
  }
  .page--home .drawer [class^=nav--] .nav--menu__ticket {
    margin-right: 0;
  }
  .page--home footer {
    padding: 50px 0 76px;
    height: auto !important;
    position: relative;
  }
  .page--home footer .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page--home footer .copyright {
    font-size: 13px;
    padding-left: 5%;
  }
  .page--home footer .nav--support {
    display: block;
  }
  .page--home footer .block--link a:hover {
    color: #BEBEBE;
  }
  .page--home .section--top {
    margin-bottom: 150px;
  }
  .page--home .section--top .section--inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page--home .section--top .section--inner .block--keyvisual {
    width: 57vw;
    padding: 20px 18px;
    border: 1px solid rgba(20, 20, 20, 0.4);
    background: rgba(255, 255, 255, 0.4);
    position: relative;
    left: 10px;
    bottom: 10px;
  }
  .page--home .section--top .section--inner .block--keyvisual .keyvisual {
    line-height: 0;
  }
  .page--home .section--top .section--inner .block--schedule {
    width: 28vw;
  }
  .page--home .section--top .section--inner .block--schedule .tit--area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page--home .section--top .section--inner .block--schedule .tit--area .block--title .block-tit {
    display: inline-block;
  }
  .page--home .section--top .section--inner .block--schedule .tit--area .block--title .date {
    display: inline-block;
  }
  .page--home .section--pickup {
    width: 75%;
    margin: 0 auto 150px;
    position: relative;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .block-tit {
    font-size: 15px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .box .txt--area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 70px;
    margin-bottom: 60px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .box .txt--area.no-data {
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 0;
    text-align: center;
    justify-content: center;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .box .txt--area .time {
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-right: 30px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .box .txt--area .time .open {
    margin-right: 15px;
    position: relative;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .box .txt--area .time .open::before {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    position: absolute;
    background: #141414;
    right: -16px;
    top: 12px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .box .txt--area .tit {
    width: 28vw;
    line-height: 1.4;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .box .btn--area {
    position: relative;
    margin-bottom: 50px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .box .btn--area .txt--sub {
    position: absolute;
    font-weight: bold;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    -moz-width: -moz-fit-content;
    text-align: center;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .box .btn--area .btn {
    line-height: 1 !important;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .box .btn--area .btn--main {
    font-size: 14px;
    margin: 0;
  }
  .page--home .section--pickup.pc-resize .section--inner .block--nextschedule .box .txt--area {
    margin-right: 0;
  }
  .page--home .section--banner {
    padding-left: 5%;
    display: block;
    width: 100%;
    margin: 0 auto 150px;
  }
  .page--home .section--banner .section--inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page--home .section--banner .section--inner .section-tit {
    margin-right: 100px;
  }
  .page--home .section--banner .swiper-container {
    position: relative;
    padding-right: 20%;
  }
  .page--home .section--banner .swiper-button-prev {
    left: -1vw;
    top: 8.5vw;
  }
  .page--home .list--information {
    width: 100%;
  }
  .page--home .list--information .no-data {
    text-align: center;
    font-size: 13px;
  }
  .page--home .section--info {
    position: relative;
  }
  .page--home .section--info .block--info {
    width: 80%;
  }
  .page--home .section--wallpaper .list--wallpaper li a .thumb-wrap .thumb {
    transition: filter 0.3s;
    position: relative;
  }
  .page--home .section--wallpaper .list--wallpaper li a .thumb-wrap .thumb img {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--wallpaper .list--wallpaper li a .thumb-wrap .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(20, 20, 20, 0.6);
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    top: 0;
    left: 0;
  }
  .page--home .section--wallpaper .list--wallpaper li a .thumb-wrap .thumb::after {
    content: "VIEW DETAIL";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FAFAFA;
    font-size: clamp(16px, 1.6vw, 30px);
    font-weight: 700;
    font-family: futura-pt, sans-serif;
    letter-spacing: 0.03em;
    opacity: 0;
    transition: 0.3s;
    z-index: 4;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  .page--home .section--wallpaper .list--wallpaper li a:hover .thumb-wrap .thumb::before, .page--home .section--wallpaper .list--wallpaper li a:hover .thumb-wrap .thumb::after {
    opacity: 1;
  }
  .page--home .section--wallpaper .list--wallpaper li a:hover .thumb-wrap .thumb img {
    transform: scale(1.1);
  }
  .page--home .section--wallpaper .swipe-hint {
    transform: translateY(-90%);
  }
  .page--home .section--wallpaper .swiper-button-prev {
    top: 22vw;
    left: -2vw;
  }
  .page--home .section--wallpaper .swiper-button-next {
    top: 21.5vw;
    right: 26vw;
  }
  .page--home .section--wallpaper .swiper-container {
    position: relative;
    padding-right: 28%;
  }
  .page--home .section--photo .list--photo li a .thumb-wrap .thumb {
    transition: filter 0.3s;
    position: relative;
  }
  .page--home .section--photo .list--photo li a .thumb-wrap .thumb img {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--photo .list--photo li a .thumb-wrap .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(20, 20, 20, 0.6);
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    top: 0;
    left: 0;
  }
  .page--home .section--photo .list--photo li a .thumb-wrap .thumb::after {
    content: "VIEW DETAIL";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FAFAFA;
    font-size: clamp(16px, 1.6vw, 30px);
    font-weight: 700;
    font-family: futura-pt, sans-serif;
    letter-spacing: 0.03em;
    opacity: 0;
    transition: 0.3s;
    z-index: 4;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  .page--home .section--photo .list--photo li a:hover .thumb-wrap .thumb::before, .page--home .section--photo .list--photo li a:hover .thumb-wrap .thumb::after {
    opacity: 1;
  }
  .page--home .section--photo .list--photo li a:hover .thumb-wrap .thumb img {
    transform: scale(1.1);
  }
  .page--home .section--photo .swiper-button-prev {
    top: 15vw;
    left: -2vw;
  }
  .page--home .section--photo .swiper-button-next {
    top: 14vw;
    right: 26vw;
  }
  .page--home .section--photo .swiper-container {
    padding-right: 30%;
  }
  .page--home .section--photo .swipe-hint {
    top: 14vw;
    transform: 0;
  }
  .page--home .section--wallpaper,
  .page--home .section--photo {
    padding-left: 5%;
    display: block;
    width: 100%;
    margin: 0 auto 150px;
  }
  .page--home .section--wallpaper .section--inner,
  .page--home .section--photo .section--inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page--home .section--wallpaper .section--inner .section-tit,
  .page--home .section--photo .section--inner .section-tit {
    margin-right: 100px;
  }
  .page--home .section--wallpaper .swiper-button-next,
  .page--home .section--photo .swiper-button-next {
    right: 26vw;
  }
  .page--home .section--info {
    width: 90%;
    margin: 0 auto 150px;
  }
  .page--home .section--info .section--inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page--home .section--info .section--inner .tit--area {
    width: 20%;
  }
  .page--home .section--movie {
    width: 90%;
    margin: 0 auto 150px;
  }
  .page--home .section--movie .section--inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page--home .section--movie .section--inner .tit--area {
    width: 40%;
  }
  .page--home .section--movie .section--inner .thumb-wrap .thumb {
    transition: filter 0.3s;
    position: relative;
  }
  .page--home .section--movie .section--inner .thumb-wrap .thumb img {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--movie .section--inner .thumb-wrap .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(20, 20, 20, 0.6);
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    top: 0;
    left: 0;
  }
  .page--home .section--movie .section--inner .thumb-wrap .thumb::after {
    content: "VIEW DETAIL";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FAFAFA;
    font-size: clamp(18px, 2vw, 30px);
    font-weight: 700;
    font-family: futura-pt, sans-serif;
    letter-spacing: 0.03em;
    opacity: 0;
    transition: 0.3s;
    z-index: 4;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  .page--home .section--movie .section--inner .block--thumb {
    width: 60%;
  }
  .page--home .section--movie .section--inner .block--thumb .list__txt {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .page--home .section--movie .section--inner .block--thumb a:hover .thumb-wrap .thumb::before, .page--home .section--movie .section--inner .block--thumb a:hover .thumb-wrap .thumb::after {
    opacity: 1;
  }
  .page--home .section--movie .section--inner .block--thumb a:hover .thumb-wrap .thumb img {
    transform: scale(1.1);
  }
  .page--info .section--detail .tit {
    line-height: 1.5;
  }
  .page--info .section--detail .date {
    margin-bottom: 30px;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 21px;
    bottom: 0;
    display: inline-block;
    position: relative;
  }
  .page--info .txt {
    margin-bottom: 50px;
  }
  .page--info .txt a:hover {
    opacity: 0.4;
    text-decoration: none;
  }
  .page--schedule .btn--switch a:hover {
    background: #BEBEBE;
  }
  .page--schedule .section--list {
    width: 65%;
    padding: 0;
    margin: 0 auto;
  }
  .page--schedule .month-pager {
    justify-content: flex-end;
    align-items: center;
    position: relative;
    top: -35px;
    left: 0;
    margin-bottom: -20px;
  }
  .page--schedule .month-pager li:first-child {
    margin-right: 30px;
  }
  .page--schedule .month-pager li a {
    display: block;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all 0.3s 0s ease;
    left: 0;
    position: relative;
  }
  .page--schedule .month-pager li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #141414;
    position: absolute;
    left: 0;
    bottom: -3px;
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.3s;
    transition: all 0.3s 0s ease;
  }
  .page--schedule .month-pager li a:hover::after {
    transform: scale(1);
  }
  .page--schedule .calendar .header-week {
    display: flex;
    flex-wrap: wrap;
  }
  .page--schedule .calendar .header-week > div {
    width: calc(14.2857142857% - 1px);
    text-align: center;
    font-size: 13px;
    padding-bottom: 5px;
    font-family: futura-pt, sans-serif;
    border-bottom: 1px solid rgba(20, 20, 20, 0.4);
  }
  .page--schedule .calendar .calendar-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .page--schedule .calendar .calendar-wrap > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .page--schedule .calendar .calendar-wrap > div .cell {
    min-height: 100px;
    text-align: left;
    padding: 0 5px 5px;
  }
  .page--schedule .calendar .calendar-wrap > div .cell a {
    display: block;
    margin-bottom: 20px;
  }
  .page--schedule .calendar .calendar-wrap > div .cell a .tit {
    font-size: 12px;
    letter-spacing: 0.02em;
    display: inline;
    position: relative;
    line-height: 1.2;
  }
  .page--schedule .calendar .calendar-wrap > div > div {
    width: calc(14.2857142857% - 1px);
    text-align: center;
    border-right: 1px solid rgba(20, 20, 20, 0.4);
    border-bottom: 1px solid rgba(20, 20, 20, 0.4);
  }
  .page--schedule .calendar .calendar-wrap > div > div:first-child {
    border-left: 1px solid rgba(20, 20, 20, 0.4);
  }
  .page--schedule .list--information li .list__txt {
    position: relative;
    top: -2px;
    left: 0;
  }
  .page--schedule .list--information li .entry {
    position: relative;
    top: -19px;
    left: 0;
  }
  .page--photo .section--tit {
    font-size: 24px;
  }
  .page--photo .section--list {
    padding: 0 10% 80px;
  }
  .page--photo .section-tit {
    line-height: 1.4;
  }
  .page--photo .list--photo {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .page--photo .list--photo li {
    width: 25%;
  }
  .page--photo .list--photo li a {
    display: block;
    position: relative;
  }
  .page--photo .list--photo li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(20, 20, 20, 0.6);
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    top: 0;
    left: 0;
  }
  .page--photo .list--photo li a:hover::before {
    opacity: 1;
  }
  .page--wallpaper .section--detail p {
    text-align: center;
  }
  .page--wallpaper .section--detail .txt--sub {
    margin-bottom: 10px;
  }
  .page--wallpaper .section--detail .wp-main {
    width: 60%;
    margin: 0 auto;
  }
  .page--wallpaper .section--detail .wp-main img {
    width: 100%;
  }
  .page--wallpaper .list--wallpaper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .page--wallpaper .list--wallpaper li {
    width: 30.6666666667%;
    margin-bottom: 60px;
    margin-right: 4%;
  }
  .page--wallpaper .list--wallpaper li:nth-child(3n) {
    margin-right: 0;
  }
  .page--wallpaper .list--wallpaper li a .thumb-wrap .thumb {
    transition: filter 0.3s;
    position: relative;
  }
  .page--wallpaper .list--wallpaper li a .thumb-wrap .thumb img {
    transition: all 0.3s 0s ease;
  }
  .page--wallpaper .list--wallpaper li a .thumb-wrap .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(20, 20, 20, 0.6);
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    top: 0;
    left: 0;
  }
  .page--wallpaper .list--wallpaper li a .thumb-wrap .thumb::after {
    content: "VIEW DETAIL";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FAFAFA;
    font-size: clamp(16px, 1.6vw, 30px);
    font-weight: 700;
    font-family: futura-pt, sans-serif;
    letter-spacing: 0.03em;
    opacity: 0;
    transition: 0.3s;
    z-index: 4;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  .page--wallpaper .list--wallpaper li a:hover .thumb-wrap .thumb::before, .page--wallpaper .list--wallpaper li a:hover .thumb-wrap .thumb::after {
    opacity: 1;
  }
  .page--wallpaper .list--wallpaper li a:hover .thumb-wrap .thumb img {
    transform: scale(1.1);
  }
  .page--movie .section--list {
    padding: 0 10% 80px;
  }
  .page--movie .list--movie {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .page--movie .list--movie li {
    width: 48%;
    margin-bottom: 60px;
    margin-right: 4%;
  }
  .page--movie .list--movie li:nth-child(2n) {
    margin-right: 0;
  }
  .page--movie .list--movie li a .thumb-wrap .thumb {
    transition: filter 0.3s;
    position: relative;
  }
  .page--movie .list--movie li a .thumb-wrap .thumb img {
    transition: all 0.3s 0s ease;
  }
  .page--movie .list--movie li a .thumb-wrap .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(20, 20, 20, 0.6);
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    top: 0;
    left: 0;
  }
  .page--movie .list--movie li a .thumb-wrap .thumb::after {
    content: "VIEW DETAIL";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FAFAFA;
    font-size: clamp(18px, 2vw, 30px);
    font-weight: 700;
    font-family: futura-pt, sans-serif;
    letter-spacing: 0.03em;
    opacity: 0;
    transition: 0.3s;
    z-index: 4;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  .page--movie .list--movie li a:hover .thumb-wrap .thumb::before, .page--movie .list--movie li a:hover .thumb-wrap .thumb::after {
    opacity: 1;
  }
  .page--movie .list--movie li a:hover .thumb-wrap .thumb img {
    transform: scale(1.1);
  }
  .page--movie .section--detail {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
    padding: 0 5%;
  }
  .page--movie .section--detail .tit {
    font-size: 28px;
    line-height: 1.6em;
    margin: 0 0 0.6em;
    font-weight: normal;
  }
  .page--movie .section--detail .txt--basic {
    margin: 50px 0;
    min-height: 200px;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .txt {
    margin-bottom: 50px;
  }
  .page--movie .txt a {
    color: #141414;
  }
  .page--movie .block--player {
    margin: 10px 0 0;
  }
  .page--blog .section--list {
    padding: 0 10% 80px;
  }
  .page--blog .no-data {
    text-align: center;
  }
  .page--blog .section--detail {
    width: 90%;
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
  }
  .page--blog .section--detail .date {
    margin-bottom: 40px;
  }
  .page--blog .section--detail .txt a:hover {
    color: #c5b77b;
  }
  .page--member .list--profile {
    display: flex;
    flex-wrap: wrap;
  }
  .page--member .list--profile li {
    width: 18.4%;
    margin-right: 2%;
  }
  .page--member .list--profile li:nth-child(5n) {
    margin-right: 0;
  }
  .page--member .list--profile li a .ph-wrap .ph {
    transition: filter 0.3s;
    position: relative;
  }
  .page--member .list--profile li a .ph-wrap .ph img {
    transition: all 0.3s 0s ease;
  }
  .page--member .list--profile li a .ph-wrap .ph::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(20, 20, 20, 0.6);
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    top: 0;
    left: 0;
  }
  .page--member .list--profile li a .ph-wrap .ph::after {
    content: "VIEW DETAIL";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FAFAFA;
    font-size: clamp(10px, 1.2vw, 16px);
    font-weight: 700;
    font-family: futura-pt, sans-serif;
    letter-spacing: 0.03em;
    opacity: 0;
    transition: 0.3s;
    z-index: 4;
    width: auto;
    height: auto;
    zoom: 0.8;
  }
  .page--member .list--profile li a:hover .ph-wrap .ph::before, .page--member .list--profile li a:hover .ph-wrap .ph::after {
    opacity: 1;
  }
  .page--member .list--profile li a:hover .ph-wrap .ph img {
    transform: scale(1.1);
  }
  .page--member .section--inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page--member .section--inner .right {
    width: 55%;
    text-align: left;
  }
  .page--member .section--inner .left {
    width: 40%;
    margin-right: 5%;
  }
  .page--member .section--inner .right .list--sns li a {
    position: relative;
  }
  .page--member .section--inner .right .list--sns li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #141414;
    left: 0;
    bottom: 3px;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.3s;
  }
  .page--member .section--inner .right .list--sns li a:hover::before {
    transform: scaleX(1);
  }
  .page--rooms .list--profile {
    display: flex;
    flex-wrap: wrap;
  }
  .page--rooms .list--profile li {
    width: 17%;
    margin-right: 3.7%;
  }
  .page--rooms .list--profile li:nth-child(5n) {
    margin-right: 0;
  }
  .page--rooms .list--profile li a .ph-wrap .ph {
    transition: filter 0.3s;
    position: relative;
  }
  .page--rooms .list--profile li a .ph-wrap .ph img {
    transition: all 0.3s 0s ease;
  }
  .page--rooms .list--profile li a .ph-wrap .ph::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #DB881E;
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    top: 0;
    left: 0;
  }
  .page--rooms .list--profile li a .ph-wrap .ph::after {
    content: "VIEW ROOMS";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FAFAFA;
    font-size: clamp(10px, 1.2vw, 14px);
    font-weight: 700;
    font-family: futura-pt, sans-serif;
    letter-spacing: 0.03em;
    opacity: 0;
    transition: 0.3s;
    z-index: 4;
    width: auto;
    height: auto;
    zoom: 0.8;
  }
  .page--rooms .list--profile li a:hover .ph-wrap .ph::before, .page--rooms .list--profile li a:hover .ph-wrap .ph::after {
    opacity: 0.5;
  }
  .page--rooms .list--profile li a:hover .ph-wrap .ph img {
    transform: scale(1.1);
  }
  .page--rooms .section--inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page--rooms .section--inner .right {
    width: 55%;
    text-align: left;
  }
  .page--rooms .section--inner .left {
    width: 40%;
    margin-right: 5%;
  }
  .page--rooms .section--inner .right .list--sns li a {
    position: relative;
  }
  .page--rooms .section--inner .right .list--sns li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #141414;
    left: 0;
    bottom: 3px;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.3s;
  }
  .page--rooms .section--inner .right .list--sns li a:hover::before {
    transform: scaleX(1);
  }
  .section--detail.page--support {
    width: 70%;
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
    font-weight: normal;
    text-align: left;
  }
  .page--faq .block--contact li a:hover {
    color: #EE4757;
  }
  .page--faq .block--contact a:hover {
    text-decoration: none !important;
  }
  .page--faq .block--contact .link a::after {
    transition: all 0.3s 0s ease;
  }
  .page--faq .block--contact .link a:hover {
    color: #BEBEBE;
    text-decoration: none;
  }
  .page--faq .block--contact .link a:hover::after {
    border: 1px solid #BEBEBE;
    border-top: none;
    border-right: none;
  }
  .page--faq .block--contact .link a:hover + i {
    color: #EE4757;
  }
  .page--faq .list--faq li a:hover {
    color: #BEBEBE;
  }
  .page--questionnaire .section--detail {
    width: 800px;
    padding: 0;
    margin: 0 auto;
  }
  .page--questionnaire .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .section--detail.page--entry {
    margin: 0 auto;
    padding: 0;
  }
  .section--detail.page--entry .block--logo {
    width: 35%;
    margin: 0 auto 100px;
  }
  .section--detail.page--entry .block--logo .logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .section--detail.page--entry .block--logo .lead {
    font-size: 14px;
  }
  .section--detail.page--entry .block--contents {
    width: 60%;
    margin: 0 auto 80px;
  }
  .section--detail.page--entry .block--contents .list--contents li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .section--detail.page--entry .block--contents .list--contents li .txt {
    font-size: 14px;
  }
  .section--detail.page--entry .block--contents .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .section--detail.page--entry .block--contents .list--contents::after {
    content: none;
  }
  .section--detail.page--entry .block--entry {
    width: 60%;
    margin: 0 auto 80px;
  }
  .section--detail.page--entry .btn--sub {
    height: inherit !important;
  }
  .section--detail.page--entry .block--device {
    width: 60%;
    margin: 0 auto 80px;
  }
  .section--detail.page--entry .block--device table {
    width: 100%;
  }
  .section--detail.page--entry .block--btn .btn--sub {
    max-width: 450px;
    font-size: 18px;
    font-weight: bold;
    padding: 1em 2em;
  }
  .page--ticket.section--detail {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }
  .page--ticket.section--detail .txt {
    margin-bottom: 10px;
  }
  .page--ticket.section--detail .txt--sub {
    padding-left: 1em;
    text-indent: -1em;
  }
  .page--ticket.section--detail .block--link {
    margin-top: 2em;
  }
  .page--ticket.section--detail .block--link .btn--chevron:hover {
    opacity: 0.4;
  }
  .page--link .list--link {
    display: flex;
    flex-wrap: wrap;
  }
  .page--link .list--link li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 14px;
  }
  .page--link .list--link li:nth-child(2n) {
    margin-right: 0;
  }
  .page--link .list--link li a {
    font-size: 16px;
    padding: 4em 0;
    letter-spacing: 0.05em;
  }
  .page--link .list--link li a:hover {
    background: #BEBEBE;
  }
  .page--goodnight .block--about {
    width: 600px;
    padding: 20px 5% 30px;
    margin: 0 auto 100px;
  }
  .page--goodnight .block--qr {
    text-align: center;
  }
  .page--goodnight .block--qr .notice_mobile_only.txt {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
  }
  .page--goodnight .block--qr .tit {
    color: #0e4272;
    font-size: 20px;
  }
  .page--goodnight .block--qr .list--qr li {
    margin-bottom: 20px;
  }
  .page--diagnosis .section-tit_ph {
    width: 50vw;
    margin: 0 auto 40px;
  }
  .page--diagnosis .block--head-error {
    width: 50vw;
    margin: 0 auto 40px;
  }
  .page--diagnosis .tab_nav {
    width: 80%;
    margin: 0 auto 100px;
    font-size: 18px;
  }
  .page--diagnosis .tab_nav li {
    width: 32.3333333333%;
    margin-right: 1%;
    padding: 10px 2px;
    transition: all 0.3s 0s ease;
  }
  .page--diagnosis .tab_nav li:hover {
    background: #FAFAFA;
    color: #141414;
  }
  .page--diagnosis .tab_nav li:nth-child(3n) {
    margin-right: 0;
  }
  .page--diagnosis .list--horizontal li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .page--diagnosis .list--horizontal li:nth-child(4n) {
    margin-right: 0;
  }
  .page--diagnosis .list--horizontal li .ph::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(20, 20, 20, 0.6);
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    top: 0;
    left: 0;
  }
  .page--diagnosis .list--horizontal li .ph::after {
    content: "SELECT!";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FAFAFA;
    font-size: 23px;
    font-weight: bold;
    font-family: futura-pt, sans-serif;
    letter-spacing: 0.05em;
    opacity: 0;
    transition: 0.3s;
    z-index: 4;
    width: auto;
    height: auto;
  }
  .page--diagnosis .list--horizontal li a:hover .ph::before, .page--diagnosis .list--horizontal li a:hover .ph::after {
    opacity: 1;
  }
  .page--diagnosis .block--special_contents {
    padding: 0 12%;
  }
  .page--diagnosis .block--head {
    width: 50vw;
    margin: 0 auto 40px;
  }
  .page--special .list--special {
    display: flex;
    flex-wrap: wrap;
  }
  .page--special .list--special li {
    width: 32.6666666667%;
    margin-right: 1%;
  }
  .page--special .list--special li:nth-child(3n) {
    margin-right: 0;
  }
  .page--special .list--special li a .thumb {
    position: relative;
  }
  .page--special .list--special li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(20, 20, 20, 0.6);
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    top: 0;
    left: 0;
  }
  .page--special .list--special li a .thumb::after {
    content: "VIEW DETAIL";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FAFAFA;
    font-size: clamp(18px, 2vw, 30px);
    font-weight: 700;
    font-family: futura-pt, sans-serif;
    letter-spacing: 0.03em;
    opacity: 0;
    transition: 0.3s;
    z-index: 4;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  .page--special .list--special li a:hover .thumb::before, .page--special .list--special li a:hover .thumb::after {
    opacity: 1;
  }
  .page--special .list--archive li {
    width: 19.2%;
    margin-right: 1%;
  }
  .page--special .list--archive li:nth-child(5n) {
    margin-right: 0;
  }
  .page--special .list--archive li a .thumb {
    position: relative;
  }
  .page--special .list--archive li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(20, 20, 20, 0.6);
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    top: 0;
    left: 0;
  }
  .page--special .list--archive li a .thumb::after {
    content: "VIEW DETAIL";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FAFAFA;
    font-size: clamp(18px, 1vw, 30px);
    font-weight: 700;
    font-family: futura-pt, sans-serif;
    letter-spacing: 0.03em;
    opacity: 0;
    transition: 0.3s;
    z-index: 4;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  .page--special .list--archive li a:hover .thumb::before, .page--special .list--archive li a:hover .thumb::after {
    opacity: 1;
  }
  .page--first_login .section--detail {
    padding: 0;
    width: 850px;
    margin: 0 auto;
  }
  .page--first_login .section--detail .step li {
    position: relative;
    width: 23%;
    float: left;
    font-size: 11px;
    box-sizing: border-box;
    margin: 0 2% 2% 0;
  }
  .page--first_login .section--detail .step li a {
    display: block;
    letter-spacing: 0.05em;
    line-height: 1.2;
    height: 100px;
    padding: 14px;
    background: #BEBEBE;
    transition: all 0.3s 0s ease;
  }
  .page--first_login .section--detail .step li a::after {
    transition: all 0.3s 0s ease;
  }
  .page--first_login .section--detail .step li a:hover {
    background: #141414;
    color: #FAFAFA;
  }
  .page--first_login .section--detail .step li a:hover::after {
    border-color: #141414;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  .page--first_login .section--detail .step li a::after {
    content: "";
    border-left: 12px solid #BEBEBE;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-top: -10px;
    position: absolute;
    right: -12px;
    top: 50%;
  }
  .page--first_login .section--detail .step li span:first-of-type {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
  }
  .page--first_login .section--detail .txt--link a {
    transition: all 0.3s 0s ease;
  }
  .page--first_login .section--detail .txt--link a:hover {
    color: #BEBEBE;
  }
  .section--detail.page--support.page--firstlogininqury .tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .section--detail.page--support.page--firstlogininqury .txt {
    margin-bottom: 5px;
  }
  .page--faq.section--detail .list-inquiry li a:hover {
    background: #BEBEBE;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: futura-pt, sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .txt {
    padding-top: 0;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    padding: 30px 3%;
    height: 90px;
    color: #141414;
  }
  footer .list--support dt {
    display: none;
  }
  footer .nav--sns li a {
    position: relative;
  }
  footer .nav--sns li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #141414;
    left: 0;
    bottom: 3px;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.3s;
  }
  footer .nav--sns li a:hover::before {
    transform: scaleX(1);
  }
  footer .nav--support li {
    display: inline-block;
    margin-right: 10px;
  }
  footer .nav--support li a {
    display: block;
    padding: 10px 0;
    transition: 0.3s;
    position: relative;
  }
  footer .nav--support li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #141414;
    left: 0;
    bottom: 3px;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.3s;
  }
  footer .nav--support li a:hover::before {
    transform: scaleX(1);
  }
  footer .nav--support li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1410px) {
  .page--home .section--pickup .section--inner .block--nextschedule .box .txt--area {
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /* page--diagnosis
  ------------------------------ */
  /* page--special
  ------------------------------ */
  /* page--error
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
    padding: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: height 0.3s;
  }
  .logo-head {
    position: absolute;
    top: 4vh;
    left: 6%;
    width: 37vw;
    max-width: 230px;
    z-index: 99;
  }
  .drawer {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .drawer::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/static/nmb48/fanclub/img/common/nmb_pattern_gray.jpg);
    background-size: cover;
    z-index: -1;
    opacity: 0.08;
  }
  .drawer .drawer-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    padding: 20vw 8%;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    overflow-y: scroll;
  }
  .drawer .g-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .drawer [class^=nav--] li {
    margin-bottom: 3px;
    line-height: 1;
  }
  .drawer [class^=nav--] li a {
    padding: 8px 0;
    font-size: 5vw;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.03em;
    color: #141414;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer [class^=nav--] li a {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer [class^=nav--] li a .date {
    display: inline-block;
    position: relative;
    top: -2px;
    left: 16px;
    color: #141414;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer [class^=nav--] li a .date {
    font-size: 13px;
    top: -4px;
    left: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .nav--menu {
    margin-bottom: 10px;
  }
  .drawer .nav--login {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .nav--login {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .nav--login li {
    display: inline-block;
  }
  .drawer .nav--login li a {
    font-size: 3.5vw;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .nav--login li a {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .nav--login li.nav__item--join::before {
    background: #141414;
    right: -26px;
    top: 15px;
    transform: rotate(-63deg);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .nav--login li.nav__item--join::before {
    right: -26px;
    top: 18px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .nav--login li:not(:last-child) {
    margin-right: 20px;
  }
  .detail__btn {
    padding-right: 14px;
  }
  .detail__btn a {
    justify-content: flex-start;
  }
  footer {
    padding: 20px 8%;
  }
  footer .copyright {
    font-size: 10px;
    zoom: 0.9;
  }
  .slick-dots li {
    height: 12px;
  }
  .no-data {
    text-align: center;
  }
  .date, .category {
    display: inline-block;
    min-width: inherit;
    font-size: 13px;
    letter-spacing: 0.08em;
    margin-bottom: 7px;
  }
  .tit {
    font-size: 14px;
    line-height: 1.5;
  }
  [class^=list--] li.new a .date::after {
    font-size: 4vw;
    bottom: -0.3vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  [class^=list--] li.new a .date::after {
    font-size: 2vw;
    bottom: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--information {
    padding: 7px 5%;
  }
  .list--information::before {
    top: -10px;
  }
  .list--information li a {
    display: block;
    padding: 12px 0;
  }
  .list--information li a .tit {
    width: 95%;
  }
  .list--information li a .date {
    width: auto;
    min-width: inherit;
  }
  .list--information li a .category {
    margin: 0;
    font-weight: bold;
  }
  .list--information.list--schedule .category {
    margin: 0 0 8px;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li a .tit {
    width: 90%;
    font-size: 13px;
    margin-bottom: 8px;
  }
  .list--photo li {
    width: 50%;
  }
  .block--category {
    margin-bottom: 20px;
  }
  .block--category li {
    margin-right: 0;
  }
  .block--category li a {
    font-family: futura-pt, sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 0 5px;
  }
  li.no-data {
    padding: 2em 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  li.no-data {
    padding: 2em 3%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .drawer__btn {
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.4s 1s;
  }
  .page--home .nav--language {
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.4s 1s;
  }
  .loaded.page--home .drawer__btn {
    opacity: 1;
    transform: translateY(0);
  }
  .loaded.page--home .nav--language {
    opacity: 1;
    transform: translateY(0);
  }
  .swiper-container {
    overflow: hidden;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 5vw;
    height: 5vw;
    top: 40vw;
  }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    font-size: 13px;
    top: 5px;
  }
  .swiper-button-next {
    right: 4.4vw;
    left: inherit;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .swiper-button-next {
    top: 35vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .swiper-button-prev {
    top: 43vw;
    right: inherit;
    left: 4.4vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .swiper-button-prev {
    top: 38vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .swiper-button-prev::after {
    width: 37vw;
    left: -40vw;
    top: 14px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .swiper-button-prev::after {
    left: -29vw;
    width: 27vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    position: relative;
    bottom: -10px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
  .swiper-pagination-bullet {
    background: #db881e;
    border: 1px solid #db881e;
    opacity: 1;
    width: 9px;
    height: 9px;
    transition: all 0.3s 0s ease;
  }
  .swiper-pagination-bullet-active {
    background: #db881e;
    border: none;
    position: relative;
  }
  .swiper-pagination-bullet-active::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: transparent;
    border: 1px solid #db881e;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wrap--inner {
    padding: 13vh 0 60px;
    position: relative;
    min-height: 96vh;
    margin: 4%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .wrap--inner {
    margin: 2%;
    padding: 180px 0 100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-tit {
    font-size: 7.5vw;
    letter-spacing: 0.02em;
  }
  .tit--area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5vw;
  }
  .section--list {
    padding: 0 6%;
    width: 100%;
  }
  .section--list .section-bg {
    position: absolute;
    right: -130vw;
    bottom: -120vw;
    z-index: 1;
  }
  .section--list .section-bg svg.circle {
    width: calc(200vw + 2px);
    height: calc(200vw + 2px);
  }
  .section--list .section-bg.started svg circle {
    animation: circle 7s forwards 0.3s;
  }
  .section--detail {
    width: 100%;
    max-width: inherit;
    padding: 0 6%;
  }
  .section--detail .detail__btn {
    margin-top: 6em;
  }
  .section--detail .txt {
    padding-top: 40px;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--list .list--contents {
    flex-wrap: wrap;
  }
  .section--list .list--contents li {
    width: 100%;
    margin-bottom: 50px;
    transform: translate(0);
  }
  .section--list .list--contents li .thumb-wrap {
    padding: 2.5vw;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--list .list--contents li .thumb-wrap {
    margin: 20px 20px 35px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--list .list--contents li.new .thumb-wrap::after {
    font-size: 8vw;
    bottom: -2vw;
  }
  .drawer__btn {
    width: 70px;
    height: 40px;
    background: #141414;
    position: fixed;
    right: 4%;
    top: 0;
    z-index: 999;
    transition: 1s;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer__btn {
    right: 5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer__btn::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    position: absolute;
    background: #FAFAFA;
    top: 7px;
    left: 10px;
    transform: scaleY(0.5);
  }
  .drawer__btn span {
    color: #FAFAFA;
    font-size: 12px;
    font-family: futura-pt, sans-serif;
    transition: 0.3s ease-out;
    position: relative;
    top: 11px;
    left: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer__btn span {
    top: 9px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer__btn .visible {
    opacity: 0;
    pointer-events: none;
    color: #FAFAFA;
    position: absolute;
    top: 15px;
    left: 14px;
  }
  .drawer {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: -120%;
    left: 0;
    z-index: 50;
    overflow: scroll;
    background: #fff;
    border: 15px solid #141414;
    opacity: 0;
    pointer-events: none;
    color: #141414;
    transition: 0.5s;
  }
  .drawer .drawer-inner {
    z-index: -999;
  }
  .drawer .drawer-inner .nav--login h2.logo a {
    display: block;
  }
  .drawer-visible .drawer__btn {
    font-family: futura-pt, sans-serif;
  }
  .drawer-visible .drawer__btn .visible {
    opacity: 1;
    cursor: pointer;
  }
  .drawer-visible .drawer__btn .hidden {
    opacity: 0;
    pointer-events: none;
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: auto;
    top: 0;
  }
  .drawer-visible .drawer .drawer-inner {
    visibility: visible;
    z-index: 10;
  }
  .drawer-visible .drawer h1.logo img {
    opacity: 1;
    transform: translateY(0);
  }
  .page--home .wrap--inner {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page--home .logo-head {
    width: 48vw;
  }
  .page--home footer {
    padding: 0 0 40px;
    z-index: 10;
  }
  .page--home footer .inner {
    flex-direction: column-reverse;
    padding: 0 8%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home footer .inner {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .inner .box .nav--sns {
    text-align: center;
    margin-bottom: 40px;
  }
  .page--home footer .inner .box .nav--sns li {
    margin-right: 5px;
  }
  .page--home footer .inner .box .nav--sns li a {
    font-size: 12px;
    padding: 2px 3px;
  }
  .page--home footer .inner .block--link {
    display: inline-block;
    position: relative;
    left: 50%;
    margin-bottom: 20px;
    transform: translateX(-50%);
  }
  .page--home footer .inner .block--link a {
    display: block;
  }
  .page--home footer .inner .block--link p {
    font-size: 20px;
  }
  .page--home footer .list--support {
    width: 100%;
    text-align: left;
    margin-bottom: 10vw;
  }
  .page--home footer .list--support li a {
    line-height: 1.5;
    text-align: center;
  }
  .page--home footer .list--support li:first-child {
    margin: 1em 0 0;
  }
  .page--home footer .list--support dt {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    font-family: futura-pt, sans-serif;
    padding-bottom: 10px;
    padding-right: 20px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
  .page--home footer .list--support dt::before, .page--home footer .list--support dt::after {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    position: absolute;
    background: #141414;
    right: 4px;
    top: 13px;
    transform: rotate(-45deg);
    transition: all 0.3s 0s ease;
  }
  .page--home footer .list--support dt::after {
    transform: rotate(45deg);
    right: 9px;
  }
  .page--home footer .list--support dt.open::before {
    transform: rotate(45deg);
  }
  .page--home footer .list--support dt.open::after {
    transform: rotate(-45deg);
  }
  .page--home footer .list--support dd {
    display: none;
  }
  .page--home footer .copyright {
    text-align: center;
  }
  .page--home footer .copyright small {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .page--home .list__more {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .page--home .list__more a {
    padding-right: 0;
  }
  .page--home .scroll {
    bottom: 28vh;
    right: 8%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .scroll {
    right: 5%;
    bottom: 20vh;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .scroll::before {
    height: 16vh;
  }
  .page--home .scroll::after {
    width: 9px;
    height: 9px;
    position: absolute;
    bottom: -15vh;
    left: -4px;
    animation: scrolldown 2s infinite;
  }
  .page--home .section--top {
    height: auto;
    padding: 40vw 0 0;
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--top {
    padding: 18vh 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .section--inner .list--information li.no-data {
    text-align: center;
  }
  .page--home .section--top .section--inner .block--keyvisual {
    position: relative;
    padding: 10px;
    background: rgba(250, 250, 250, 0.4);
    border: 1px solid rgba(20, 20, 20, 0.4);
    width: 80vw;
    margin: 0 auto 35px;
  }
  .page--home .section--top .section--inner .block--keyvisual .waku {
    background: url(/static/nmb48/fanclub/img/common/keyvisual_waku_sp.svg) no-repeat center;
    background-size: contain;
    width: 81vw;
    height: 55.5vw;
  }
  .page--home .section--top .section--inner .block--keyvisual .keyvisual {
    position: relative;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--top .section--inner .block--keyvisual .keyvisual {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .section--inner .block--keyvisual .keyvisual.delighter.started {
    transform: translateX(0);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--top .section--inner .block--keyvisual {
    margin: 0 auto 55px;
    padding: 18px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .section--inner .nav--login {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16vw;
  }
  .page--home .section--top .section--inner .nav--login li a {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    color: #db881e;
    font-size: 6vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--top .section--inner .nav--login li a {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .section--inner .nav--login li.nav__item--join {
    margin-right: 45px;
  }
  .page--home .section--top .section--inner .nav--login li.nav__item--login {
    margin-right: 0;
    position: relative;
  }
  .page--home .section--top .section--inner .nav--login li.nav__item--login::before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    background: #db881e;
    top: 11px;
    left: -45px;
    transform: rotate(-57deg);
  }
  .page--home .section--top .section--inner .nav--login li.nav__item--mypage {
    margin-right: 0;
  }
  .page--home .section--top .section--inner .block--schedule {
    margin: 0 auto;
    padding: 0 5%;
  }
  .page--home .section--top .section--inner .block--schedule .tit--area {
    margin-bottom: 0;
  }
  .page--home .section--top .section--inner .block--schedule .tit--area .block--title .block-tit {
    font-size: 14px;
  }
  .page--home .section--top .section--inner .block--schedule .tit--area .block--title .date {
    font-weight: 600;
    margin-bottom: 0;
  }
  .page--home .section--top .section--inner .block--schedule .tit--area .block--title .date .m {
    font-size: 20px;
  }
  .page--home .section--top .section--inner .block--schedule .tit--area .block--title .date .d {
    font-size: 25px;
  }
  .page--home .section--top .section--inner .block--schedule .tit--area .block--title .date .d::before {
    width: 14px;
    top: 20px;
    left: -12px;
  }
  .page--home .section--top .section--inner .block--schedule .tit--area .block--title .date .wd {
    font-size: 10px;
  }
  .page--home .section--top .section--inner .block--schedule .list--information li a {
    padding: 5px 0;
  }
  .page--home .section--top .section--inner .block--schedule .list__more {
    display: flex;
    justify-content: flex-end;
  }
  .page--home .section--pickup {
    width: 88%;
    margin: 0 auto 90px;
  }
  .page--home .section--pickup .section--inner::before, .page--home .section--pickup .section--inner::after {
    width: 0.9px;
    opacity: 0.7;
  }
  .page--home .section--pickup .section--inner::before {
    top: -6.5px;
    left: 25px;
    width: calc(100% - 50px);
  }
  .page--home .section--pickup .section--inner::after {
    width: calc(100% - 46px);
    bottom: -6px;
    left: 23px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule {
    padding: 20px 4%;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .block-tit {
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .txt--area {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--pickup .section--inner .block--nextschedule .txt--area .tit {
    text-align: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--pickup .section--inner .block--nextschedule .txt--area.no-data {
    text-align: center;
    padding: 2em 0;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .txt--area .time {
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .txt--area .time .open {
    margin-right: 15px;
    position: relative;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .txt--area .time .open::before {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    position: absolute;
    background: #141414;
    right: -15px;
    top: 7px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .btn--area {
    text-align: center;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .btn--area .btn--main {
    min-width: 100%;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .btn--area .txt--sub {
    position: relative;
    top: 8px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule::before, .page--home .section--pickup .section--inner .block--nextschedule::after {
    height: calc(100% - 46px);
    top: 22px;
    width: 0.9px;
    opacity: 0.7;
  }
  .page--home .section--pickup .section--inner .block--nextschedule::before {
    left: -7px;
    height: calc(100% - 46px);
    top: 22px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule::after {
    right: -7px;
    height: calc(100% - 46px);
    top: 22px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .kado {
    width: 40px;
    height: 40px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .kado.top_left {
    top: -16px;
    left: -16px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .kado.top_right {
    top: -16px;
    right: -16px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .kado.bottom_right {
    bottom: -16px;
    right: -15.3px;
  }
  .page--home .section--pickup .section--inner .block--nextschedule .kado.bottom_left {
    bottom: -16px;
    left: -15.3px;
  }
  .page--home .section--banner {
    position: relative;
    z-index: 2;
    margin-bottom: 15vw;
  }
  .page--home .section--banner .section-tit {
    text-align: left;
    margin-bottom: 30px;
    padding-left: 4%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--banner {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--banner .swiper-button-next {
    top: 20.5vw;
  }
  .page--home .section--banner .swiper-button-prev {
    top: 23vw;
  }
  .page--home .section--banner.no-swiper .swiper-custom-parent {
    padding: 0 5%;
  }
  .page--home .section--banner.no-swiper .list--bnr li {
    width: 100%;
    margin-right: 0;
  }
  .page--home .section--info {
    padding: 0 5%;
    margin-bottom: 15vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--info {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--info .block--info::before {
    left: -10px;
  }
  .page--home .section--info .block--info::after {
    right: -10px;
  }
  .page--home .section--info .kado.top_right {
    right: -24px;
  }
  .page--home .section--info .kado.top_left {
    left: -24px;
  }
  .page--home .section--info .kado.bottom_right {
    right: -23px;
  }
  .page--home .section--info .kado.bottom_left {
    left: -23px;
  }
  .page--home .section--wallpaper {
    margin-bottom: 12vw;
  }
  .page--home .section--wallpaper.no-swiper .swiper-custom-parent {
    padding: 0 5%;
  }
  .page--home .section--wallpaper.no-swiper .list--wallpaper li {
    width: 100%;
    margin-right: 0;
  }
  .page--home .section--wallpaper.no-swiper .list--wallpaper li .thumb-wrap {
    padding: 5.8vw;
  }
  .page--home .section--wallpaper.no-swiper .swiper-button-next, .page--home .section--wallpaper.no-swiper .swiper-button-prev, .page--home .section--wallpaper.no-swiper .swiper-pagination-bullet {
    display: none;
  }
  .page--home .section--wallpaper .swiper-button-prev {
    top: 58vw;
    left: 4.4vw;
  }
  .page--home .section--wallpaper .swiper-button-next {
    top: 55vw;
    right: 4.4vw;
  }
  .page--home .section--wallpaper .list--wallpaper li .thumb-wrap {
    padding: 2vw;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--wallpaper .list--wallpaper li .thumb-wrap {
    margin: 25px 25px 35px;
    padding: 25px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--wallpaper .list--wallpaper li .thumb-wrap::before {
    width: calc(100% + 4.3vw);
    height: calc(100% + 4.3vw);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--wallpaper .list--wallpaper li .thumb-wrap::before {
    width: calc(100% + 5.5vw);
    height: calc(100% + 5.5vw);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--wallpaper .list--wallpaper li .tit {
    width: 80%;
    font-size: 14px;
    margin: 0 auto 6px;
  }
  .page--home .section--wallpaper .list--wallpaper li .date {
    font-size: 12px;
    margin-bottom: 2vw;
  }
  .page--home .section--wallpaper .list--wallpaper li.new .thumb-wrap {
    margin: 2vw;
  }
  .page--home .section--wallpaper .list--wallpaper li.new .thumb-wrap::after {
    font-size: 8vw;
    bottom: -2vw;
  }
  .page--home .section--movie {
    margin-bottom: 15vw;
  }
  .page--home .section--movie .section--inner .block--thumb .thumb-wrap {
    padding: 2.8vw;
    margin-bottom: 20px;
  }
  .page--home .section--movie .section--inner .block--thumb .list__txt {
    text-align: center;
  }
  .page--home .section--photo {
    margin-bottom: 90px;
  }
  .page--home .section--photo.no-swiper .swiper-custom-parent {
    padding: 0 5%;
  }
  .page--home .section--photo.no-swiper .list--photo li {
    width: 100%;
    margin-right: 0;
  }
  .page--home .section--photo.no-swiper .swiper-button-next, .page--home .section--photo.no-swiper .swiper-button-prev, .page--home .section--photo.no-swiper .swiper-pagination-bullet {
    display: none;
  }
  .page--home .section--photo .list--photo li .thumb-wrap {
    padding: 2.5vw;
    margin: 2vw 2vw 20px;
  }
  .page--home .section--photo .list--photo li .thumb-wrap::before {
    width: calc(100% + 4vw);
    height: calc(100% + 4vw);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--photo .list--photo li .thumb-wrap {
    padding: 25px;
    margin: 20px 20px 25px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--photo .list--photo li .tit {
    width: 80%;
    font-size: 14px;
    margin: 0 auto 6px;
  }
  .page--home .section--photo .list--photo li .date {
    font-size: 12px;
    margin-bottom: 2vw;
  }
  .page--home .section--photo .list--photo li.new .thumb-wrap::after {
    font-size: 8vw;
    bottom: -2vw;
  }
  .page--home .section--banner .tit--area, .page--home .section--photo .tit--area, .page--home .section--wallpaper .tit--area {
    padding: 0 5%;
  }
  .page--home .section--banner .swiper-custom-parent, .page--home .section--photo .swiper-custom-parent, .page--home .section--wallpaper .swiper-custom-parent {
    padding: 0 5vw;
  }
  .page--home .section--banner .swiper-container, .page--home .section--photo .swiper-container, .page--home .section--wallpaper .swiper-container {
    overflow: hidden;
    padding: 0 0 20px;
    line-height: 0;
  }
  .page--home .section--banner .swiper-wrapper, .page--home .section--photo .swiper-wrapper, .page--home .section--wallpaper .swiper-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
  }
  .page--home .section--wallpaper .swiper-custom-parent {
    padding: 0 17vw;
  }
  .page--home .section--movie {
    padding: 0 5%;
  }
  .page--home .section--movie .section--inner.new .thumb-wrap {
    margin: 15px 10px 20px;
  }
  .page--home .section--movie .section--inner.new .thumb-wrap::after {
    font-size: 8vw;
    bottom: -2vw;
  }
  .page--home .section--blog {
    margin: 0;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--blog {
    padding-bottom: 28vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info.page--member .section--detail .inner {
    padding: 20px 5% 65px;
  }
  .page--info .block--share {
    padding-top: 0;
    margin: 20px 0;
  }
  .page--info .block--share li {
    font-size: 13px;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 20px;
    vertical-align: 0px;
    line-height: 1;
    top: 0;
  }
  .page--info .section--detail {
    width: 100%;
    padding: 0 8%;
  }
  .page--info .section--detail .tit {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .page--info .section--detail .txt {
    padding-top: 20px;
  }
  .page--info .section--detail .category {
    padding-left: 0;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 5px;
  }
  .page--info .section--detail .category::before {
    left: inherit;
    right: -5px;
    top: 8px;
  }
  .page--schedule .block--info {
    margin-bottom: 50px;
  }
  .page--schedule .header-calendar {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .page--schedule .list--information {
    padding: 20px 5% 20px 2%;
  }
  .page--schedule .list--information li {
    position: relative;
    margin-bottom: 30px;
  }
  .page--schedule .list--information li a {
    display: block;
    padding: 0;
    min-height: 0;
    margin-left: 13vw;
  }
  .page--schedule .list--information li a .tit {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    display: block;
  }
  .page--schedule .list--information .date {
    line-height: 1;
    width: 14vw;
    position: relative;
    top: -7px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--schedule .list--information .date {
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .list--information .date .event-date--start {
    font-size: 25px;
  }
  .page--schedule .list--information .date .week {
    font-size: 10px;
    margin-top: 2px;
  }
  .page--schedule .list--information .list__txt {
    margin-left: 0;
    padding-left: 10px;
  }
  .page--schedule .list--information .list__txt .entry {
    border-bottom: none;
    margin-bottom: 11px;
  }
  .page--schedule .list--information .list__txt .entry .tit {
    margin-bottom: 12px;
  }
  .page--schedule .list--information .list__txt .entry a {
    border-bottom: 1px solid rgba(20, 20, 20, 0.2);
    margin-right: 0;
  }
  .page--schedule .list--information .list__txt .entry:last-of-type .tit {
    margin-bottom: 0;
  }
  .page--schedule .list--information .list__txt .entry:last-of-type a {
    border-bottom: none;
  }
  .page--schedule .month-pager {
    justify-content: space-between;
  }
  .page--schedule .block--month .month {
    font-size: 10vw;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--schedule .block--month .month {
    font-size: 60px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .block--month .year {
    font-size: 5vw;
    margin-left: 7px;
  }
  .page--schedule .block--month .year:before {
    left: -22px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--schedule .block--month .year {
    font-size: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .block--month li a {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .page--schedule .block--month li:first-child {
    margin-right: 20px;
  }
  .page--wallpaper .ph::after {
    content: none;
  }
  .page--wallpaper .list--wallpaper li {
    margin-bottom: 40px;
  }
  .page--wallpaper .list--wallpaper li .thumb-wrap {
    padding: 4.8vw;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--wallpaper .list--wallpaper li .thumb-wrap {
    padding: 2.8vw;
    margin: 1vw 1vw 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--wallpaper .list--wallpaper li .tit {
    width: 80%;
    margin-bottom: 0;
  }
  .page--wallpaper .list--wallpaper li.new .thumb-wrap::after {
    font-size: 8vw;
    bottom: -2vw;
  }
  .page--wallpaper .block--pager li {
    padding: 0;
  }
  .page--wallpaper .block--pager .pager__item--current {
    width: 1em;
  }
  .page--photo .section--list {
    padding: 0 6%;
  }
  .page--photo.page--detail .section-tit {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .page--photo.page--detail .list--photo li .thumb {
    background-position: top center;
  }
  .page--photo.page--detail .detail__btn {
    margin-top: 6em;
  }
  .page--photo .list--photo {
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
  }
  .page--photo #swipebox-action #swipebox-close {
    right: 0;
  }
  .page--photo .section--list .block--pager {
    top: 0;
  }
  .page--photo #swipebox-action #swipebox-next {
    right: 0;
  }
  .page--photo #swipebox-action #swipebox-prev, .page--photo #swipebox-action #swipebox-next {
    top: 80%;
  }
  .page--movie .list--movie li {
    margin-bottom: 40px;
  }
  .page--movie .list--movie li .tit {
    width: 90%;
    font-size: 13px;
    margin-bottom: 8px;
  }
  .page--movie .list--movie li .thumb-wrap {
    margin: 0;
    margin-bottom: 15px;
    padding: 2.5vw;
  }
  .page--movie .list--movie li.new .thumb-wrap::after {
    font-size: 8vw;
    bottom: -2vw;
  }
  .page--movie .section--detail .txt--basic {
    margin: 24px 0 0;
  }
  .page--movie .section--detail img {
    position: absolute;
    top: 0;
  }
  .page--movie.new-movie.category-movie .section--list {
    padding: 0 6%;
    width: 100%;
  }
  .page--movie.new-movie.category-movie .section--list .list--contents li {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0 !important;
  }
  .page--movie.new-movie.category-movie .section--list .list--contents li .thumb-wrap {
    margin-bottom: 15px;
  }
  .page--movie.new-movie.category-movie .section--list .list--contents li:last-child {
    margin-bottom: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail {
    padding: 0 6%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit {
    padding: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .tit {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 0 5px;
    letter-spacing: 0.05em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
    min-width: inherit;
    font-size: 13px;
    letter-spacing: 0.08em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-play-control {
    top: -16vw;
    left: 42%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-play-control.vjs-paused span::before {
    display: none;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .movNote {
    font-size: 12px;
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab #tab--movie {
    padding: 20px 0 10px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab #tab--movie .item__ico span {
    font-size: 12px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    margin-right: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    padding: 15px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .thumb {
    margin: 0px 15px 0 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .thumb img {
    position: relative;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .list__txt {
    padding: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .list__txt .tit {
    font-size: 14px;
    margin: 0px 0 5px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .detail__btn {
    margin-top: 6em;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .detail__btn a {
    font-weight: 600;
  }
  .page--blog .section--detail .detail__btn {
    margin-top: 0;
  }
  .page--member .list--profile {
    display: flex;
    flex-wrap: wrap;
  }
  .page--member .list--profile li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .page--member .list--profile li:nth-child(2n) {
    margin-right: 0;
  }
  .page--member .list--profile li a .ph-wrap {
    padding: 1.7vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--member .list--profile li a .ph-wrap {
    margin: 1vw 1vw 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--member .list--profile li a .name {
    font-size: 13px;
  }
  .page--member .list--profile li a .yomi {
    font-size: 11px;
  }
  .page--member .list--profile li.captain .ph-wrap::after {
    top: -12px;
    font-size: 10px;
    padding: 4px 10px;
    width: 9em;
    z-index: 10;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--member .list--profile li.captain .ph-wrap::after {
    top: -10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--member .list--profile li.subcaptain .ph-wrap::after {
    top: -12px;
    font-size: 10px;
    padding: 4px 10px;
    width: 9em;
    z-index: 10;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--member .list--profile li.subcaptain .ph-wrap::after {
    top: -10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--member .section--inner .left .ph-wrap {
    padding: 3.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--member .section--inner .left .ph-wrap {
    width: 70%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--member .section--inner .left .ph-wrap::before {
    width: calc(100% + 4.9vw);
    height: calc(100% + 4.9vw);
  }
  .page--member .section--inner .right .header-profile {
    text-align: center;
    margin-bottom: 40px;
  }
  .page--member .section--inner .right .header-profile .name-area .name {
    font-size: 18px;
  }
  .page--member .section--inner .right .header-profile .name-area .yomi {
    font-size: 11px;
  }
  .page--member .section--inner .right .member-data .list--data li {
    padding-left: 8.5em;
    font-size: 12px;
    text-align: left;
  }
  .page--member .section--inner .right .member-data .list--data li span {
    font-size: 10px;
    text-align: left;
  }
  .page--member .section--inner .right .list--sns {
    text-align: left;
    margin-bottom: 0;
  }
  .page--member .section--inner .right .list--sns li a {
    font-size: 12px;
  }
  .page--rooms {
    margin-bottom: 4%;
  }
  .page--rooms .section-tit {
    margin: 0 0 1.5em;
    padding-top: 1em;
  }
  .page--rooms .explanation {
    margin: 0 auto 4em;
    background-image: url(/static/nmb48/fanclub/feature/rooms/dotted_sp.png);
    padding-top: 240px;
  }
  .page--rooms .explanation:before {
    top: -11%;
    left: -45%;
  }
  .page--rooms .explanation:after {
    top: 38%;
    right: -60%;
    background-size: 80%;
  }
  .page--rooms .explanation h3 {
    line-height: 1.4;
    top: -0.6em;
  }
  .page--rooms .explanation p {
    padding: 0 5.5em;
    text-align: left;
  }
  .page--rooms .list--profile {
    display: flex;
    flex-wrap: wrap;
  }
  .page--rooms .list--profile li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .page--rooms .list--profile li:nth-child(2n) {
    margin-right: 0;
  }
  .page--rooms .list--profile li a .ph-wrap {
    padding: 1.7vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--rooms .list--profile li a .ph-wrap {
    margin: 1vw 1vw 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--rooms .list--profile li a .roomsname {
    font-size: 14px;
  }
  .page--rooms .list--profile li a .name {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .page--rooms .list--profile li a .yomi {
    font-size: 14px;
    top: 10%;
  }
  .page--rooms .list--profile li.captain .ph-wrap::after {
    left: 10%;
    width: 2em;
  }
  .page--rooms .list--profile li.subcaptain .ph-wrap::after {
    left: 10%;
    width: 2em;
    height: 40%;
  }
  .page--rooms .teamn {
    margin-bottom: 46%;
  }
  .page--rooms .teamn:after {
    bottom: -16.5%;
    right: -100%;
    background-size: 80%;
  }
  .page--rooms .teamm {
    margin-bottom: 12%;
  }
  .page--rooms .teamm:before {
    bottom: -290px;
    left: -42%;
    background-size: 80%;
  }
  .page--rooms .teamb:after {
    margin-right: 0;
    background-size: 70%;
    right: 0;
    left: 35%;
    bottom: -5.5%;
  }
  .page--rooms .section--inner .left .ph-wrap {
    padding: 3.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--rooms .section--inner .left .ph-wrap {
    width: 70%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--rooms .section--inner .left .ph-wrap::before {
    width: calc(100% + 4.9vw);
    height: calc(100% + 4.9vw);
  }
  .page--rooms .section--inner .right .header-profile {
    text-align: center;
    margin-bottom: 40px;
  }
  .page--rooms .section--inner .right .header-profile .name-area .name {
    font-size: 18px;
  }
  .page--rooms .section--inner .right .header-profile .name-area .yomi {
    font-size: 11px;
  }
  .page--rooms .section--inner .right .member-data .list--data li {
    padding-left: 8.5em;
    font-size: 12px;
    text-align: left;
  }
  .page--rooms .section--inner .right .member-data .list--data li span {
    font-size: 10px;
    text-align: left;
  }
  .page--rooms .section--inner .right .list--sns {
    text-align: left;
    margin-bottom: 0;
  }
  .page--rooms .section--inner .right .list--sns li a {
    font-size: 12px;
  }
  .section--detail.page--support .section-tit {
    letter-spacing: 0.03em;
    font-size: 20px;
  }
  .section--detail.page--support .txt {
    padding-top: 20px;
  }
  .page--faq .section--list .section-tit {
    font-size: 20px;
  }
  .page--faq .searchBox {
    width: 100%;
  }
  .page--faq .searchBox input[type=submit] {
    top: -2px;
  }
  .page--faq .list--faq {
    margin: 0 0 60px;
  }
  .page--faq .list--faq li a {
    padding: 16px 0;
    line-height: 1.4;
  }
  .page--faq .list--faq li a .icon--q {
    font-size: 18px;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .page--questionnaire .section--detail .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire .section--detail .tit {
    font-size: 14px;
  }
  .page--questionnaire .section--detail form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .section--detail form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .section--detail form .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire .section--detail form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire .section--detail .form--confirm {
    padding: 16px;
  }
  .section--detail.page--entry {
    padding: 0;
    padding-top: 20px;
  }
  .section--detail.page--entry .block--logo {
    width: 100%;
  }
  .section--detail.page--entry .block--logo .logo {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--detail.page--entry .block--logo .logo {
    width: 50vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--entry .block--logo .lead {
    font-size: 12px;
    letter-spacing: 0.02em;
    margin: 0 0 60px;
  }
  .section--detail.page--entry .block--contents .list--contents li {
    width: 100%;
    margin: 0 0 15px;
    padding: 20px;
  }
  .section--detail.page--entry .block--contents .list--contents li .tit {
    font-size: 16px;
    width: auto;
    margin-bottom: 15px;
  }
  .section--detail.page--entry .block--contents .list--contents li .tit.jp {
    font-size: 15px;
  }
  .section--detail.page--entry .block--contents .list--contents li .txt {
    font-size: 13px;
    padding-top: 0;
  }
  .section--detail.page--entry .block--contents .list--contents li .txt--sub {
    display: block;
    font-size: 11px;
  }
  .section--detail.page--entry .btn--main {
    min-width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--detail.page--entry .btn--main {
    min-width: 70%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--entry [class^=block--] {
    margin: 0 0 80px;
    padding: 0 8%;
  }
  .section--detail.page--entry [class^=block--] .block-tit {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }
  .section--detail.page--entry [class^=block--] table {
    font-size: 13px;
  }
  .section--detail.page--entry [class^=block--] table th {
    width: 100px;
    padding: 10px 13px;
    font-weight: bold;
    text-align: center;
  }
  .section--detail.page--entry [class^=block--] table td {
    padding: 10px;
  }
  .section--detail.page--entry [class^=block--] table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .section--detail.page--entry .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .section--detail.page--entry .btn--sub {
    font-weight: bold;
    min-width: 100%;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--detail.page--entry .btn--sub {
    line-height: 1.4;
    height: auto;
    padding: 20px 0;
    min-width: 70%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--ticket.section--detail .txt {
    padding-top: 0;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .page--ticket.section--detail .block--link {
    margin-top: 2em;
  }
  .page--ticket.section--detail .block--link .btn {
    text-align: left;
    margin: 1.5em 0;
  }
  .page--ticket.section--detail .btn:last-child a::after {
    right: 0;
  }
  .page--ticket.section--detail .btn--chevron {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.05em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    cursor: pointer;
    background: transparent;
    color: #141414;
    position: relative;
  }
  .page--ticket.section--detail .txt--sub {
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--link .list--link li {
    margin-bottom: 8px;
  }
  .page--link .list--link li a {
    padding: 2em 0;
  }
  .goodnight .section--detail .thumb {
    margin: 0 -7%;
    margin-bottom: 30px;
  }
  .goodnight .section--detail .block--about {
    margin-bottom: 20px;
  }
  .goodnight .section--detail .block--about .block-tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .page--diagnosis .section-tit_ph {
    width: 100%;
  }
  .page--diagnosis .txt {
    padding: 0;
    text-align: left;
  }
  .page--diagnosis .en-tit {
    font-size: 23px;
  }
  .page--diagnosis .tab_nav {
    margin-bottom: 40px;
  }
  .page--diagnosis .tab_nav .slick-track {
    width: 100% !important;
  }
  .page--diagnosis .tab_nav .slick-slide {
    float: none;
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px;
    padding: 10px;
    width: 100% !important;
  }
  .page--diagnosis .tab_nav .slick-slide:last-child {
    margin-bottom: 0;
  }
  .page--diagnosis .list--horizontal li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .page--diagnosis .list--horizontal li:nth-child(2n) {
    margin-right: 0;
  }
  .page--diagnosis .list--horizontal li .ph {
    border-radius: 20vw 20vw 0 0;
  }
  .page--diagnosis .list--horizontal li .ph img {
    border-radius: 20vw 20vw 0 0;
  }
  .page--diagnosis .section--list .block--select {
    margin-top: 2rem;
  }
  .page--diagnosis .section--list .block--select .list--form dt {
    font-size: 1.1rem;
  }
  .page--diagnosis .section--list .block--select .list--form .list--questions li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page--diagnosis .result .block--ph {
    margin: 0 auto;
    width: 100%;
  }
  .page--diagnosis .result .rate {
    width: 34%;
    padding-top: 34%;
  }
  .page--diagnosis .result .rate::before {
    width: 110%;
    height: 110%;
    top: 0;
    right: 0;
  }
  .page--diagnosis .result .rate .numb {
    font-size: 8vw;
  }
  .page--diagnosis .result .odometer-digit:last-of-type::after {
    font-size: 4vw;
    bottom: 24%;
  }
  .page--special .block-tit {
    font-size: 25px;
    letter-spacing: 0.02em;
    line-height: 1;
  }
  .page--special .list--special {
    margin-bottom: 80px;
  }
  .page--special .list--special li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--special .list--special li {
    width: 49.5%;
    margin-right: 1%;
  }
  .page--special .list--special li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--special .list--special {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--special .list--archive li {
    width: 49.5%;
    margin-right: 1%;
  }
  .page--special .list--archive li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--special .list--archive li {
    width: 32.6666666667%;
    margin-right: 1%;
  }
  .page--special .list--archive li:nth-child(3n) {
    margin-right: 0;
  }
  .page--special .list--archive li:nth-child(2n) {
    margin-right: 1%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--first_login .section--detail .section-tit {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: left;
  }
  .page--first_login .section--detail .section-tit .attention {
    font-size: 14px;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
  .page--first_login .section--detail .block--lead {
    margin: 0 0 40px;
    font-size: 14px;
  }
  .page--first_login .section--detail .block--lead .txt {
    line-height: 1.5;
    margin-bottom: 1em;
    letter-spacing: 0.1em;
    font-size: 13px;
  }
  .page--first_login .section--detail .step li {
    position: relative;
    margin-bottom: 15px;
    font-size: 12px;
    background: #BEBEBE;
    color: #141414;
  }
  .page--first_login .section--detail .step li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
  }
  .page--first_login .section--detail .step li a span:first-of-type {
    margin-right: 10px;
    font-weight: bold;
  }
  .page--first_login .section--detail .step li a::after {
    border-top: 12px solid #BEBEBE;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: "";
    margin-left: -10px;
    position: absolute;
    bottom: -12px;
    left: 50%;
  }
  .page--first_login .section--detail .block--step .block > .tit {
    font-size: 14px;
    padding-left: 0;
  }
  .page--first_login .section--detail .block--attention {
    padding: 16px;
    margin: 1.5em 0;
  }
  .page--first_login .section--detail .block--attention .tit {
    font-size: 14px;
  }
  .section--detail.page--support.page--firstlogininqury .tit {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .section--detail.page--support.page--firstlogininqury .txt {
    padding: 0;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .section--detail.page--support.page--firstlogininqury .list--attention li {
    margin-bottom: 20px;
  }
  .page--faq.section--detail .list-inquiry {
    width: 100%;
  }
  .page--faq.section--detail .list-inquiry li {
    margin-bottom: 15px;
  }
  .page--faq.section--detail .list-inquiry li a {
    font-size: 14px;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .btn--sub {
    padding: 0;
  }
  .block--pager {
    font-size: 15px;
  }
  .block--pager li {
    margin: 0 5px;
  }
  .section-tit {
    font-size: 30px;
  }
  .section--detail {
    padding: 0 8%;
  }
  .section--list .list--contents {
    display: flex;
    flex-wrap: wrap;
  }
  .section--list .list--contents li {
    width: 48%;
    margin-right: 4%;
  }
  .section--list .list--contents li .tit {
    margin: 0 auto 5px;
  }
  .section--list .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .section--list .list--contents li.new .thumb-wrap::after {
    font-size: 8vw;
    bottom: -2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--list .list--contents li .thumb-wrap {
    padding: 2vw;
    margin: 1vw 1vw 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .page--info .section--list {
    padding: 0 6%;
  }
  .page--info .section--detail .section-tit {
    height: 3.6vw;
    margin-bottom: 2.5em;
  }
  .page--info .section--detail .date {
    font-size: 1.8vw;
  }
  .page--info .section--detail .tit {
    font-size: 3.5vw;
  }
  .page--info .section--detail .txt--basic {
    font-size: 16px;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 20px;
    vertical-align: 0px;
    line-height: 1;
    top: 0;
  }
  .page--wallpaper .list--wallpaper {
    display: flex;
    flex-wrap: wrap;
  }
  .page--wallpaper .list--wallpaper li {
    width: 48%;
    margin-right: 4%;
  }
  .page--wallpaper .list--wallpaper li:nth-child(2n) {
    margin-right: 0;
  }
  .page--wallpaper .list--wallpaper li .tit {
    margin: 0 auto;
  }
}/*# sourceMappingURL=fanclub-service.css.map */