@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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  z-index: 1;
}

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

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: #fff100;
  color: #2f77bd;
}

::selection {
  background: #fff100;
  color: #2f77bd;
}

::-moz-selection {
  background: #fff100;
  color: #2f77bd;
}

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

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

.block--pager {
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 15px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 20px;
  height: 60px;
}
.block--pager li {
  display: inline-block;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  padding: 0;
  float: left;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer > span {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--newer a .arrow, .block--pager .pager__item--newer > span .arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--newer a .arrow::after, .block--pager .pager__item--newer > span .arrow::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a .arrow::before, .block--pager .pager__item--newer > span .arrow::before {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a .arrow::after, .block--pager .pager__item--newer > span .arrow::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.block--pager .pager__item--newer a .arrow::before, .block--pager .pager__item--newer > span .arrow::before {
  background: #000;
}
.block--pager .pager__item--older {
  padding: 0;
  float: right;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older > span {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--older a .arrow, .block--pager .pager__item--older > span .arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--older a .arrow::after, .block--pager .pager__item--older > span .arrow::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a .arrow::before, .block--pager .pager__item--older > span .arrow::before {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a .arrow::after, .block--pager .pager__item--older > span .arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.block--pager .pager__item--older a .arrow::before, .block--pager .pager__item--older > span .arrow::before {
  background: #000;
}
.block--pager .pager__item--current,
.block--pager .pager__item--other {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-weight: 900;
  font-size: 1em;
  border: 4px solid #000;
}
.block--pager .pager__item--current a, .block--pager .pager__item--current > span,
.block--pager .pager__item--other a,
.block--pager .pager__item--other > span {
  padding: 7px 5px;
}
.block--pager .pager__item--current {
  background: #000;
  color: #fff100;
}
.block--pager .pager__item--current span {
  height: 100%;
  width: 100%;
  display: block;
  line-height: 1;
}
.block--pager .pager__item--other {
  background: #fff;
}

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

.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 {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img {
  width: 100%;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .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;
}

/* delighter */
.delighter {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: 0.45s ease-out 0.3s;
  transition: 0.45s ease-out 0.3s;
}

.delighter.started {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #000;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.slick-dots .slick-active button:before {
  background: #ea002a;
  opacity: 1 !important;
}

.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;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #000;
  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: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #000;
}
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;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
  border-radius: 0;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
textarea:focus {
  border-color: #000;
}
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: 3px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  font-weight: 700 !important;
  padding: 0.6em;
  padding-right: 2.3em;
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__select select:focus {
  border-color: #000;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .form__select select {
    border: 4px solid #000;
  }
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 3px 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: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #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 #000;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #fff;
  border-color: #2f77bd;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #2f77bd;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #000;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #000;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #2f77bd;
  border-color: #2f77bd;
}
.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 fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50.01% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50.01% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
            transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
            transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
            transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
            transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
            transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
            transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes cloud {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  5% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
  }
  10% {
    -webkit-transform: translate(-16px, -5px);
            transform: translate(-16px, -5px);
  }
  15% {
    -webkit-transform: translate(-24px, 0);
            transform: translate(-24px, 0);
  }
  20% {
    -webkit-transform: translate(-32px, -5px);
            transform: translate(-32px, -5px);
  }
  25% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  30% {
    -webkit-transform: translate(-48px, -5px);
            transform: translate(-48px, -5px);
  }
  35% {
    -webkit-transform: translate(-56px, 0);
            transform: translate(-56px, 0);
  }
  40% {
    -webkit-transform: translate(-64px, -5px);
            transform: translate(-64px, -5px);
  }
  45% {
    -webkit-transform: translate(-72px, 0);
            transform: translate(-72px, 0);
  }
  50% {
    -webkit-transform: translate(-80px, -5px);
            transform: translate(-80px, -5px);
  }
  55% {
    -webkit-transform: translate(-72px, 0);
            transform: translate(-72px, 0);
  }
  60% {
    -webkit-transform: translate(-64px, -5px);
            transform: translate(-64px, -5px);
  }
  65% {
    -webkit-transform: translate(-56px, 0);
            transform: translate(-56px, 0);
  }
  70% {
    -webkit-transform: translate(-48px, -5px);
            transform: translate(-48px, -5px);
  }
  75% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  80% {
    -webkit-transform: translate(-32px, -5px);
            transform: translate(-32px, -5px);
  }
  85% {
    -webkit-transform: translate(-24px, 0);
            transform: translate(-24px, 0);
  }
  90% {
    -webkit-transform: translate(-16px, -5px);
            transform: translate(-16px, -5px);
  }
  95% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}
@-webkit-keyframes cloud {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  5% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
  }
  10% {
    -webkit-transform: translate(-16px, -5px);
            transform: translate(-16px, -5px);
  }
  15% {
    -webkit-transform: translate(-24px, 0);
            transform: translate(-24px, 0);
  }
  20% {
    -webkit-transform: translate(-32px, -5px);
            transform: translate(-32px, -5px);
  }
  25% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  30% {
    -webkit-transform: translate(-48px, -5px);
            transform: translate(-48px, -5px);
  }
  35% {
    -webkit-transform: translate(-56px, 0);
            transform: translate(-56px, 0);
  }
  40% {
    -webkit-transform: translate(-64px, -5px);
            transform: translate(-64px, -5px);
  }
  45% {
    -webkit-transform: translate(-72px, 0);
            transform: translate(-72px, 0);
  }
  50% {
    -webkit-transform: translate(-80px, -5px);
            transform: translate(-80px, -5px);
  }
  55% {
    -webkit-transform: translate(-72px, 0);
            transform: translate(-72px, 0);
  }
  60% {
    -webkit-transform: translate(-64px, -5px);
            transform: translate(-64px, -5px);
  }
  65% {
    -webkit-transform: translate(-56px, 0);
            transform: translate(-56px, 0);
  }
  70% {
    -webkit-transform: translate(-48px, -5px);
            transform: translate(-48px, -5px);
  }
  75% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  80% {
    -webkit-transform: translate(-32px, -5px);
            transform: translate(-32px, -5px);
  }
  85% {
    -webkit-transform: translate(-24px, 0);
            transform: translate(-24px, 0);
  }
  90% {
    -webkit-transform: translate(-16px, -5px);
            transform: translate(-16px, -5px);
  }
  95% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}
@keyframes chinanago {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  5% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
  }
  10% {
    -webkit-transform: translate(-16px, -5px);
            transform: translate(-16px, -5px);
  }
  15% {
    -webkit-transform: translate(-24px, 0);
            transform: translate(-24px, 0);
  }
  20% {
    -webkit-transform: translate(-32px, -5px);
            transform: translate(-32px, -5px);
  }
  25% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  30% {
    -webkit-transform: translate(-48px, -5px);
            transform: translate(-48px, -5px);
  }
  35% {
    -webkit-transform: translate(-56px, 0);
            transform: translate(-56px, 0);
  }
  40% {
    -webkit-transform: translate(-64px, -5px);
            transform: translate(-64px, -5px);
  }
  45% {
    -webkit-transform: translate(-72px, 0);
            transform: translate(-72px, 0);
  }
  50% {
    -webkit-transform: translate(-80px, -5px);
            transform: translate(-80px, -5px);
  }
  55% {
    -webkit-transform: translate(-72px, 0);
            transform: translate(-72px, 0);
  }
  60% {
    -webkit-transform: translate(-64px, -5px);
            transform: translate(-64px, -5px);
  }
  65% {
    -webkit-transform: translate(-56px, 0);
            transform: translate(-56px, 0);
  }
  70% {
    -webkit-transform: translate(-48px, -5px);
            transform: translate(-48px, -5px);
  }
  75% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  80% {
    -webkit-transform: translate(-32px, -5px);
            transform: translate(-32px, -5px);
  }
  85% {
    -webkit-transform: translate(-24px, 0);
            transform: translate(-24px, 0);
  }
  90% {
    -webkit-transform: translate(-16px, -5px);
            transform: translate(-16px, -5px);
  }
  95% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}
@-webkit-keyframes chinanago {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  5% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
  }
  10% {
    -webkit-transform: translate(-16px, -5px);
            transform: translate(-16px, -5px);
  }
  15% {
    -webkit-transform: translate(-24px, 0);
            transform: translate(-24px, 0);
  }
  20% {
    -webkit-transform: translate(-32px, -5px);
            transform: translate(-32px, -5px);
  }
  25% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  30% {
    -webkit-transform: translate(-48px, -5px);
            transform: translate(-48px, -5px);
  }
  35% {
    -webkit-transform: translate(-56px, 0);
            transform: translate(-56px, 0);
  }
  40% {
    -webkit-transform: translate(-64px, -5px);
            transform: translate(-64px, -5px);
  }
  45% {
    -webkit-transform: translate(-72px, 0);
            transform: translate(-72px, 0);
  }
  50% {
    -webkit-transform: translate(-80px, -5px);
            transform: translate(-80px, -5px);
  }
  55% {
    -webkit-transform: translate(-72px, 0);
            transform: translate(-72px, 0);
  }
  60% {
    -webkit-transform: translate(-64px, -5px);
            transform: translate(-64px, -5px);
  }
  65% {
    -webkit-transform: translate(-56px, 0);
            transform: translate(-56px, 0);
  }
  70% {
    -webkit-transform: translate(-48px, -5px);
            transform: translate(-48px, -5px);
  }
  75% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  80% {
    -webkit-transform: translate(-32px, -5px);
            transform: translate(-32px, -5px);
  }
  85% {
    -webkit-transform: translate(-24px, 0);
            transform: translate(-24px, 0);
  }
  90% {
    -webkit-transform: translate(-16px, -5px);
            transform: translate(-16px, -5px);
  }
  95% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}
@keyframes essahoisa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-2px, -6px);
            transform: translate(-2px, -6px);
  }
  20% {
    -webkit-transform: translate(-4px, 0);
            transform: translate(-4px, 0);
  }
  30% {
    -webkit-transform: translate(-6px, -6px);
            transform: translate(-6px, -6px);
  }
  40% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -6px);
            transform: translate(-10px, -6px);
  }
  60% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
  }
  70% {
    -webkit-transform: translate(-6px, -6px);
            transform: translate(-6px, -6px);
  }
  80% {
    -webkit-transform: translate(-4px, 0);
            transform: translate(-4px, 0);
  }
  90% {
    -webkit-transform: translate(-2px, -6px);
            transform: translate(-2px, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes essahoisa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
  20% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  30% {
    -webkit-transform: translate(-30px, -10px);
            transform: translate(-30px, -10px);
  }
  40% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  50% {
    -webkit-transform: translate(-50px, -10px);
            transform: translate(-50px, -10px);
  }
  60% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  70% {
    -webkit-transform: translate(-30px, -10px);
            transform: translate(-30px, -10px);
  }
  80% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  90% {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes horror {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  70% {
    -webkit-transform: translate(0%, 0%) translateX(-10px);
            transform: translate(0%, 0%) translateX(-10px);
  }
  96% {
    -webkit-transform: translate(0%, -10px) translateX(5px);
            transform: translate(0%, -10px) translateX(5px);
  }
  97% {
    -webkit-transform: translate(0%, 0%) translateX(0);
            transform: translate(0%, 0%) translateX(0);
  }
  98% {
    -webkit-transform: translate(0%, -5px) translateX(-5px);
            transform: translate(0%, -5px) translateX(-5px);
  }
  99% {
    -webkit-transform: translate(0%, 0%) translateX(5px);
            transform: translate(0%, 0%) translateX(5px);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes horror {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  70% {
    -webkit-transform: translate(0%, 0%) translateX(-10px);
            transform: translate(0%, 0%) translateX(-10px);
  }
  96% {
    -webkit-transform: translate(0%, -10px) translateX(5px);
            transform: translate(0%, -10px) translateX(5px);
  }
  97% {
    -webkit-transform: translate(0%, 0%) translateX(0);
            transform: translate(0%, 0%) translateX(0);
  }
  98% {
    -webkit-transform: translate(0%, -5px) translateX(-5px);
            transform: translate(0%, -5px) translateX(-5px);
  }
  99% {
    -webkit-transform: translate(0%, 0%) translateX(5px);
            transform: translate(0%, 0%) translateX(5px);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes bound-drawer {
  0%, 100% {
    top: 50px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    top: 40px;
    -webkit-transform: scale(0.96, 1.04);
            transform: scale(0.96, 1.04);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    top: 50px;
    -webkit-transform: scale(1.15, 0.9);
            transform: scale(1.15, 0.9);
  }
}
@-webkit-keyframes bound-drawer {
  0%, 100% {
    top: 50px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    top: 40px;
    -webkit-transform: scale(0.96, 1.04);
            transform: scale(0.96, 1.04);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    top: 50px;
    -webkit-transform: scale(1.15, 0.9);
            transform: scale(1.15, 0.9);
  }
}
@keyframes purun {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  2% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  4% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 10%);
            transform: scale(1.2, 0.8) translate(0%, 10%);
  }
  6% {
    -webkit-transform: scale(1, 1.1) translate(0%, -10%);
            transform: scale(1, 1.1) translate(0%, -10%);
  }
  8% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 0%);
            transform: scale(1.1, 0.9) translate(0%, 0%);
  }
  10% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes purun {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  2% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  4% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 10%);
            transform: scale(1.2, 0.8) translate(0%, 10%);
  }
  6% {
    -webkit-transform: scale(1, 1.1) translate(0%, -10%);
            transform: scale(1, 1.1) translate(0%, -10%);
  }
  8% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 0%);
            transform: scale(1.1, 0.9) translate(0%, 0%);
  }
  10% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes popping {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes popping {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes color {
  0% {
    color: #e02f2f;
  }
  70% {
    color: #e02f2f;
  }
  100% {
    color: rgba(224, 47, 47, 0.4);
  }
}
@keyframes color {
  0% {
    color: #e02f2f;
  }
  70% {
    color: #e02f2f;
  }
  100% {
    color: rgba(224, 47, 47, 0.4);
  }
}
.btn {
  text-align: center;
}

.btn-base-style, .login--btn li a, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
}

.btn--main {
  background: #000;
  color: #fff;
  border: 4px solid #000;
  padding: 20px;
  margin: 1em 0;
  border-radius: 10px;
  font-weight: 700;
}

.btn--sub {
  background: #fff;
  color: #000;
  border: 4px solid #000;
  padding: 20px;
  margin: 1em 0;
  border-radius: 10px;
  font-weight: 700;
}

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

.login--btn {
  position: relative;
  text-align: center;
}
.login--btn li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.login--btn li a {
  background: #000;
  color: #fff;
  border: 4px solid #000;
  padding: 15px 20px;
  margin: 1em 0;
  border-radius: 10px;
  font-weight: 700;
}
.login--btn li:first-child::before {
  left: -2px;
}
.login--btn li:last-child::before {
  left: auto;
  right: 0;
}

.date,
.category,
.commingsoon {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

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

.tit {
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  word-break: break-word;
}

[class^=list--]:not(.list--information) li.new a:before {
  content: "";
  background-image: url(/static/kyusonekokami/fanclub/common/icon-new-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 119px;
  height: 84px;
  z-index: 10;
  -webkit-animation: purun 4s ease-out infinite;
          animation: purun 4s ease-out infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  [class^=list--]:not(.list--information) li.new a:before {
    background-image: url(/static/kyusonekokami/fanclub/common/icon-new-sp.png);
    width: 90px;
    height: 63px;
  }
}

.list--information {
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
  padding: 3%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--information {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .list--information {
    border: 4px solid #000;
  }
}
.list--information li:last-child {
  margin-bottom: 0;
}
.list--information li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  position: relative;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--information li a .category {
  width: 9em;
  margin: 0 60px;
}
.list--information li.new a .date:before {
  content: "NEW";
  position: relative;
  color: #000;
  background: #fff100;
  border: 3px solid #000;
  padding: 2px 13px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--information li.new a .date:before {
    border: 1px solid #000;
    padding: 0 7px;
    font-size: 8px;
  }
}

.list--contents {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list--contents li {
  width: 30%;
}
.list--contents li .thumb {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.list--contents li .list__txt {
  line-height: 1.5;
  background: #000;
  color: #fff;
}
.list--contents li .list__txt .tit {
  font-weight: 700;
  line-height: 1.6;
}

.list--photo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list--photo li {
  width: 33.3333333333%;
}
.list--photo li a {
  width: 95%;
  display: block;
  margin: 0 auto;
}

.block--category {
  margin: 0 auto 20px;
}
.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: #000;
  color: #efefef;
}

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

.no-data {
  font-size: 1.6vw;
  float: none;
  text-align: center;
  width: 100%;
  color: #000;
  font-weight: 400;
  padding: 2em 0;
}

.page--detail .section-tit, .page--questionnaire .section-tit {
  opacity: 0;
}
.page--detail.loaded .section-tit, .page--questionnaire.loaded .section-tit {
  opacity: 1;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.page--list .section-tit {
  visibility: hidden;
}
.wf-active .page--list .section-tit, .page--list.all-clear .section-tit {
  visibility: visible;
}

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

.drawer {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 50;
  overflow: hidden;
  background: #2dccfa;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.drawer .drawer-inner {
  z-index: 10;
}
.drawer .drawer-inner .nav--login h2.logo a {
  display: block;
}
.drawer .drawer-inner .drawer--sns {
  width: 50%;
}
.drawer .drawer-inner .drawer--sns li {
  display: inline-block;
  margin-right: 1em;
}
.drawer .drawer-inner .drawer--sns li a {
  color: #fff;
}
.drawer [class^=nav--] .g-nav > li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.drawer [class^=nav--] .g-nav > li a span {
  display: block;
  color: #2f77bd;
}

.drawer__btn {
  position: fixed;
  z-index: 100;
  right: 57px;
  top: 47px;
  background: #ea002a;
  border-radius: 50%;
}
.drawer__btn span {
  display: block;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
}

.drawer-visible .drawer__btn span {
  background: #fff;
}
.drawer-visible .drawer__btn span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-visible .drawer__btn span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.drawer-visible .drawer .drawer-inner {
  visibility: visible;
}
.drawer-visible .drawer [class^=nav--] .g-nav > li a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.page--error .section--detail {
  padding: 4%;
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--error .section--detail {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--error .section--detail {
    border: 4px solid #000;
  }
}
.page--error .section--detail .text {
  font-weight: 600;
}
.page--error .section--detail img {
  width: 66px;
  height: 130px;
  display: block;
  margin: 0 auto 20px;
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}
footer .inner {
  display: none;
}
footer:not(.page--home footer):not(.page--dark footer) {
  background: #e0bd85;
}
footer .link--official .btn--sub {
  background: none;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 600;
}
footer h1.logo a {
  display: block;
}

.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: #fff5e4;
}
.wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/static/kyusonekokami/fanclub/common/bg-brick.png) left top repeat;
  opacity: 0.6;
  z-index: -1;
}

.page--list .wrap:before {
  opacity: 0.6;
}
.page--list .wrap:before > h1 {
  position: absolute;
  left: 5%;
  opacity: 0.08;
  pointer-events: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: -2vh;
}
.page--list .wrap:before > h1 a {
  display: block;
  letter-spacing: -0.05em;
  font-size: 14vh;
  color: #fff;
}

.page--detail:not(.page--feature) .wrap:after {
  content: "";
  position: absolute;
  background: url(/static/kyusonekokami/fanclub/common/furniture_nezumikun.png);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.page--feature .wrap:after,
.page--questionnaire .wrap:after {
  content: "";
  position: absolute;
  background: url(/static/kyusonekokami/fanclub/common/furniture_normal.png);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.page--dark .wrap {
  background: #1a171f;
}
.page--dark .wrap:before {
  opacity: 0.06;
  mix-blend-mode: luminosity;
}
.page--dark .wrap footer {
  background: #191820;
}
.page--dark.page--list .section--list .section-tit span {
  background: #212121;
  color: #dedede;
}
.page--dark.page--detail .wrap:after {
  content: "";
  position: absolute;
  background: url(/static/kyusonekokami/fanclub/common/furniture_dark.png);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  -webkit-animation: horror 10s ease-in 1s;
          animation: horror 10s ease-in 1s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}

.section-tit:not(.info-tit) {
  font-family: tbchibirgothicplusk-pro, sans-serif;
  line-height: 1;
  position: relative;
}

.section--list,
.section--detail {
  padding: 0 5%;
  position: relative;
}
.section--list .section-tit,
.section--detail .section-tit {
  text-align: center;
}

.section--detail .list--contents {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .tit {
  font-size: 20px;
  margin-bottom: 10px;
}
.section--detail .date,
.section--detail .category {
  display: inline-block;
}
.section--detail .txt {
  padding-top: 40px;
}
.section--detail .block--share {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail .block--share li {
  margin-right: 15px;
}
.section--detail .block--share li i {
  font-size: 17px;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 18px;
  fill: #000;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  font-weight: 700;
}

.section--list .section-tit {
  color: #fff5e4;
}
.section--list .section-tit span {
  margin: 0 auto;
  display: inline-block;
}

.page--home {
  /* section--info */
}
.page--home .wrap {
  padding-top: 0;
  background: #2dccfa;
}
.page--home .wrap:before {
  content: none;
}
.page--home .wrap > h1 {
  display: none;
}
.page--home .intro-page {
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#2dccfa), color-stop(77%, #2dccfa), color-stop(77%, #27b8e2), to(#27b8e2));
  background: linear-gradient(180deg, #2dccfa 0%, #2dccfa 77%, #27b8e2 77%, #27b8e2 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.page--home .scroll {
  position: absolute;
  bottom: 19vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .scroll p {
  display: block;
  color: #fff;
  position: relative;
}
.page--home .scroll::before {
  content: "";
  display: block;
  width: 3px;
  height: 8vh;
  position: absolute;
  background: #fff;
  top: 5em;
  left: 10px;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
.page--home.scrolling .scroll {
  opacity: 0;
}
.page--home .section--keyvisual {
  width: 100vw;
  height: 74vh;
  position: relative;
  top: 0;
  margin-bottom: 5vh;
}
.page--home .section--keyvisual .inner .logo {
  position: absolute;
  top: 26vh;
  left: calc(50% - 34vw);
  z-index: 10;
}
.page--home .section--keyvisual .inner .logo.logo--login {
  top: 60%;
}
.page--home [class^=cloud] {
  display: block;
  position: absolute;
  background: no-repeat center/contain;
  z-index: -1;
}
.page--home .cloud01 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-b.png);
  top: 77%;
  left: -2%;
  -webkit-animation: cloud 20s ease-out infinite 1s;
          animation: cloud 20s ease-out infinite 1s;
}
.page--home .cloud02 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-c.png);
  top: 36%;
  left: 26%;
  -webkit-animation: cloud 20s ease-out infinite;
          animation: cloud 20s ease-out infinite;
}
.page--home .cloud03 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-b.png);
  top: -22%;
  right: 20%;
  -webkit-animation: cloud 20s ease-out infinite 1.5s;
          animation: cloud 20s ease-out infinite 1.5s;
}
.page--home .cloud04 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-a.png);
  top: 95%;
  right: 5%;
  -webkit-animation: cloud 20s ease-out infinite 0.3s;
          animation: cloud 20s ease-out infinite 0.3s;
}
.page--home .cloud05 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-a.png);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  top: 12%;
  left: -12%;
  -webkit-animation: cloud 20s ease-out infinite 0.5s;
          animation: cloud 20s ease-out infinite 0.5s;
}
.page--home .cloud06 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-b.png);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  top: -11%;
  left: 18%;
  -webkit-animation: cloud 20s ease-out infinite 1.2s;
          animation: cloud 20s ease-out infinite 1.2s;
}
.page--home .cloud07 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-c.png);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  top: -5%;
  right: 35%;
  -webkit-animation: cloud 20s ease-out infinite;
          animation: cloud 20s ease-out infinite;
}
.page--home .cloud08 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-b.png);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  top: -2%;
  right: -10%;
  -webkit-animation: cloud 20s ease-out infinite 0.5s;
          animation: cloud 20s ease-out infinite 0.5s;
}
.page--home .cloud09 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-c.png);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  top: 20%;
  right: -20%;
  -webkit-animation: cloud 20s ease-out infinite 0.5s;
          animation: cloud 20s ease-out infinite 0.5s;
}
.page--home .chinanago {
  display: block;
  position: absolute;
  background: no-repeat center/contain;
  width: 110px;
  height: 160px;
  z-index: -1;
  background-image: url(/static/kyusonekokami/fanclub/common/chinanago.png);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  top: -15%;
  left: -8%;
  -webkit-animation: chinanago 20s ease-out infinite;
          animation: chinanago 20s ease-out infinite;
}
.page--home .musasabi {
  display: block;
  position: absolute;
  background: no-repeat center/contain;
  width: 142px;
  height: 160px;
  z-index: 2;
  background-image: url(/static/kyusonekokami/fanclub/common/musasabi.png);
  bottom: 39%;
  left: -10%;
}
.page--home .namakemono {
  display: block;
  position: absolute;
  background: no-repeat center/contain;
  width: 142px;
  height: 160px;
  z-index: 2;
  background-image: url(/static/kyusonekokami/fanclub/common/ph_namakemono_Ya4H9RzD.png);
  bottom: 74%;
  right: 23%;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.page--home .penguin {
  display: block;
  position: absolute;
  background: no-repeat center/contain;
  width: 142px;
  height: 160px;
  z-index: 2;
  background-image: url(/static/kyusonekokami/fanclub/common/ph_penguin_J4jWZgB7.gif);
  bottom: -17%;
  left: -2%;
}
.page--home .section--banner {
  position: relative;
}
.page--home .section--banner .list--bnr .slick-slide img {
  border: 5px solid #000;
  background: #fff;
}
.page--home .section--banner .list--bnr .slick-prev,
.page--home .section--banner .list--bnr .slick-next {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 45%;
  z-index: 10;
}
.page--home .section--banner .list--bnr .slick-prev::after,
.page--home .section--banner .list--bnr .slick-next::after {
  content: "";
  display: block;
  position: absolute;
}
.page--home .section--banner .list--bnr .slick-prev::before,
.page--home .section--banner .list--bnr .slick-next::before {
  content: "";
  display: block;
  position: absolute;
}
.page--home .section--banner .list--bnr::after {
  content: "";
  display: block;
  position: absolute;
}
.page--home .section--banner .list--bnr::before {
  content: "";
  display: block;
  position: absolute;
}
.page--home .section--info {
  position: relative;
  z-index: 10;
}
.page--home .section--info .section-tit {
  z-index: -1;
  position: relative;
}
.page--home .section--info .no-data {
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--info .no-data {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--info .no-data {
    border: 4px solid #000;
  }
}
.page--home .area--member {
  position: relative;
}
.page--home .area--member .member--inner {
  position: relative;
}
.page--home .area--member .maison {
  margin: 0 auto;
  position: relative;
}
.page--home .area--member .maison ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page--home .area--member .maison ul li {
  position: relative;
}
.page--home .area--member .maison ul li.new:before {
  content: "";
  background-image: url(/static/kyusonekokami/fanclub/common/icon-new-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 119px;
  height: 84px;
  z-index: 10;
  -webkit-animation: purun 4s ease-out infinite;
          animation: purun 4s ease-out infinite;
  top: -10px;
  left: -15px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .area--member .maison ul li.new:before {
    background-image: url(/static/kyusonekokami/fanclub/common/icon-new-sp.png);
    width: 90px;
    height: 63px;
  }
}
.page--home .area--member .maison ul li a {
  display: block;
  margin: 0 auto;
  background-image: url(/static/kyusonekokami/fanclub/top/window.png);
}
.page--home .area--member .maison ul li a .tit {
  position: absolute;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.page--home .area--member .maison ul li.closed > div {
  margin: 0 auto;
  background-image: url(/static/kyusonekokami/fanclub/top/window_dark.png);
}
.page--home .area--member .maison [class^=icon-] {
  position: absolute;
}
.page--home .area--member .maison .icon-radio {
  background-image: url(/static/kyusonekokami/fanclub/top/icon-radio.png);
}
.page--home .area--member .maison .icon-column {
  background-image: url(/static/kyusonekokami/fanclub/top/icon-column.png);
}
.page--home .area--member .maison .icon-yokota {
  background-image: url(/static/kyusonekokami/fanclub/top/icon-yokota.png);
}
.page--home .area--member .maison .icon-movie {
  background-image: url(/static/kyusonekokami/fanclub/top/icon-movie.png);
}
.page--home .area--member .maison .icon-stream {
  background-image: url(/static/kyusonekokami/fanclub/top/icon-stream.png);
}
.page--home .area--member .maison .icon-photo {
  background-image: url(/static/kyusonekokami/fanclub/top/icon-photo.png);
}
.page--home .area--member .maison .icon-qa {
  background-image: url(/static/kyusonekokami/fanclub/top/icon-qa.png);
}
.page--home .area--member .maison .icon-marmot {
  background-image: url(/static/kyusonekokami/fanclub/top/icon-marmot.png);
}
.page--home .area--member .maison .icon-closed01 {
  background-image: url(/static/kyusonekokami/fanclub/top/icon-closed01.png);
}
.page--home .area--member .maison .icon-closed02 {
  background-image: url(/static/kyusonekokami/fanclub/top/icon-closed02.png);
}
.page--home .area--member .post {
  position: absolute;
  background-image: url(/static/kyusonekokami/fanclub/top/icon-post.png);
  -webkit-animation: purun 5s ease-out infinite;
          animation: purun 5s ease-out infinite;
}
.page--home .area--member .post a {
  display: block;
  width: 100%;
  height: 100%;
}
.page--home .area--member .nekokun {
  position: absolute;
  background-image: url(/static/kyusonekokami/fanclub/top/nekokun.png);
}
.page--home .area--member .harinezumikun {
  position: absolute;
  background-image: url(/static/kyusonekokami/fanclub/top/harinezumikun.png);
}
.page--home .area--member .prairiedogkun {
  position: absolute;
  background-image: url(/static/kyusonekokami/fanclub/top/prairiedogkun_DwmzcCa8.png);
}
.page--home .block--info {
  background: #fff;
}
.page--home .list--information li {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.page--home .list__more a {
  color: #fff;
}
.page--home footer {
  position: relative;
  background: #000;
  color: #fff;
}
.page--home footer .inner {
  display: block;
  padding: 0 5%;
  position: relative;
}
.page--home footer .list--support {
  text-align: center;
}
.page--home footer .list--support li {
  margin: 0 2em 0 0;
}
.page--home footer .list--support li a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 0;
}
.page--home footer .logo {
  display: none;
}
.page--home footer .copyright {
  font-size: 13px;
  text-align: center;
}

.page--home .scroll {
  opacity: 0;
}
.page--home.loaded .scroll {
  opacity: 1;
  -webkit-transition: 0.8s 3s;
  transition: 0.8s 3s;
}
.page--home.loaded.all-clear .drawer__btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page--info .section--list .no-data {
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--list .no-data {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--info .section--list .no-data {
    border: 4px solid #000;
  }
}
.page--info .section--detail {
  margin: 0 auto;
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--info .section--detail {
    border: 4px solid #000;
  }
}
.page--info .section--detail .txt a {
  color: #2f77bd;
}
.page--info .section--detail .no-data {
  padding-top: 0;
}
.page--info .section--detail.new .date:before {
  content: "NEW";
  position: relative;
  color: #000;
  background: #fff100;
  border: 3px solid #000;
  padding: 2px 13px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-right: 8px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail.new .date:before {
    border: 1px solid #000;
    padding: 0 7px;
    font-size: 8px;
  }
}

.page--movie .block--player {
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  line-height: 0;
  position: relative;
  background: #fff;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .section--list li a {
  position: relative;
}
.page--movie .section--list .list--contents li:first-child {
  width: 100%;
}
.page--movie .section--list .list--contents li:first-child a {
  margin: 0 auto;
}
.page--movie .section--list .no-data {
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie .section--list .no-data {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--movie .section--list .no-data {
    border: 4px solid #000;
  }
}
.page--movie .section--detail {
  padding: 4%;
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie .section--detail {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--movie .section--detail {
    border: 4px solid #000;
  }
}
.page--movie.new-movie.page-movie-detail .section--detail .block--pager li {
  margin: 0 5px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
  padding-top: 55.7%;
  margin: 0 auto 20px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button::before {
  content: "";
  background: #ffffff;
  height: 40px;
  width: 35px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main {
  margin: 50px 0 0 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .more_movies_title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #000;
  padding: 0 0 20px 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
  display: block;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 0 30px 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
  width: 25%;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
  width: 75%;
  background: transparent;
  color: #000;
  padding: 0 0 0 30px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .category {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 5px 0;
  opacity: 0.7;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .date {
  font-size: 12px;
  margin-bottom: 0;
  opacity: 1;
}

.page--photo .block--player {
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  line-height: 0;
  position: relative;
  background: #fff;
}
.page--photo .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--photo .section--list .list--contents li a {
  position: relative;
}
.page--photo .section--list .list--contents li:first-child {
  width: 100%;
}
.page--photo .section--list .list--contents li:first-child a {
  margin: 0 auto;
}
.page--photo .section--list .no-data {
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--photo .section--list .no-data {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--photo .section--list .no-data {
    border: 4px solid #000;
  }
}
.page--photo .section--detail {
  margin: 0 auto;
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--photo .section--detail {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--photo .section--detail {
    border: 4px solid #000;
  }
}
.page--photo .section--detail .txt {
  margin-bottom: 20px;
  padding-top: 0;
}
.page--photo .section--detail .txt a {
  color: #2f77bd;
}
.page--photo .section--detail .date {
  margin-bottom: 6px;
}
.page--photo .section--detail .ph img {
  height: auto;
}
.page--photo .section--detail .icon--area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #9a9a9a;
  padding-bottom: 15px;
}
.page--photo .section--detail .icon--area > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  margin-right: 10px;
}
.page--photo .section--detail .icon--area > div i {
  font-size: 1.6em;
  color: #9a9a9a;
  margin-right: 5px;
}
.page--photo .section--detail .icon--area > div i.fa-heart.clicked {
  animation: popping 1.8s reverse infinite, color 1.8s ease-out infinite;
  color: rgb(224, 47, 47);
}
.page--photo .section--detail .icon--area > div i.fa-comment {
  margin-top: -1px;
}
.page--photo .section--detail .icon--area > div span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1em;
  line-height: 1.6;
}
.page--photo .section--detail .block--form {
  margin-top: 60px;
}
.page--photo .section--detail .block--form .tit-comment {
  margin-bottom: 5px;
  font-size: 13px;
}
.page--photo .section--detail .block--form .list--form textarea {
  height: 6em;
}
.page--photo .section--detail .block--form .errorTxt {
  font-size: 12px;
}
.page--photo .section--detail .block--comment .list--comment li {
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 8px;
}
.page--photo .section--detail .block--comment .list--comment li:first-child {
  margin-top: 20px;
}
.page--photo .section--detail .block--comment .list--comment li.no-data {
  color: #dedede;
  border-bottom: none;
}
.page--photo .section--detail .block--comment .list--comment li .name {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 12px;
}
.page--photo .section--detail .block--comment .list--comment li .txt {
  padding-bottom: 0;
  line-height: 1.6;
  font-size: 12px;
  margin-bottom: 0;
  border-bottom: none;
  line-height: 1.8;
  padding-top: 0;
}
.page--photo .section--detail .block--comment .list--comment li .date {
  border-bottom: none;
  font-size: 12px;
  font-weight: 400;
}
.page--photo .section--detail .block--comment .list--comment li .btn--delete {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.page--photo .section--detail .block--comment .list--comment li .btn--delete input {
  border: none;
  font-size: 11px;
  background: #dedede;
  padding: 4px;
  vertical-align: text-top;
  cursor: pointer;
}
.page--photo .section--detail .comment--area .tit {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.page--photo .section--detail .comment--area dl {
  font-size: 14px;
}
.page--photo .section--detail .comment--area dl dt {
  font-weight: 700;
}
.page--photo .section--detail .comment--area dl dd {
  margin-bottom: 10px;
}
.page--photo .section--detail .block--form + .block--pager .pager__item--other {
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
}
.page--photo .section--detail .block--form + .block--pager .pager__item--other a {
  margin-top: 7px;
}

.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 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#swipebox-action #swipebox-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-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;
  -webkit-transform: rotate(45deg);
  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;
  -webkit-transform: rotate(-135deg);
  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;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page--blog .block--player {
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  line-height: 0;
  position: relative;
  background: #fff;
}
.page--blog .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .form__select {
  width: 40%;
  display: block;
  margin: 50px auto 20px;
}
.page--blog .tit span {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #2f77bd;
  display: block;
  line-height: 1.2em;
  margin-top: 3px;
}
.page--blog .list--horizontal li {
  border-bottom: 1px solid #dedede;
}
.page--blog .list--horizontal li a {
  padding: 38px 0px;
}
.page--blog .section--list .no-data {
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--list .no-data {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--blog .section--list .no-data {
    border: 4px solid #000;
  }
}
.page--blog .section--detail {
  margin: 0 auto;
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--blog .section--detail {
    border: 4px solid #000;
  }
}
.page--blog .section--detail .txt {
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
.page--blog .section--detail .txt a {
  color: #2f77bd;
}
.page--blog .section--detail .ph img {
  height: auto;
}
.page--blog .section--detail .block--form {
  margin-top: 60px;
}
.page--blog .section--detail .block--form .tit-comment {
  margin-bottom: 5px;
  font-size: 13px;
}
.page--blog .section--detail .block--form .list--form textarea {
  height: 6em;
}
.page--blog .section--detail .block--form .errorTxt {
  font-size: 12px;
}
.page--blog .section--detail .block--comment .list--comment li {
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 8px;
}
.page--blog .section--detail .block--comment .list--comment li.no-data {
  color: #dedede;
  border-bottom: none;
}
.page--blog .section--detail .block--comment .list--comment li .name {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 12px;
}
.page--blog .section--detail .block--comment .list--comment li .txt {
  padding-bottom: 0;
  line-height: 1.6;
  font-size: 12px;
  margin-bottom: 0;
  border-bottom: none;
  line-height: 1.8;
  padding-top: 0;
}
.page--blog .section--detail .block--comment .list--comment li .date {
  border-bottom: none;
  font-size: 12px;
  font-weight: 400;
}
.page--blog .section--detail .block--comment .list--comment li .btn--delete {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.page--blog .section--detail .block--comment .list--comment li .btn--delete input {
  border: none;
  font-size: 11px;
  background: #dedede;
  padding: 4px;
  vertical-align: text-top;
  cursor: pointer;
}
.page--blog .section--detail .block--comment .list--comment li.commet_d13 {
  color: #2e76bd;
}
.page--blog .section--detail .comment--area .tit {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.page--blog .section--detail .comment--area dl {
  font-size: 14px;
}
.page--blog .section--detail .comment--area dl dt {
  font-weight: 700;
}
.page--blog .section--detail .comment--area dl dd {
  margin-bottom: 10px;
}
.page--blog .section--detail .block--pager .pager__item--other {
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
}
.page--blog .section--detail .btn .btn--sub {
  background: none;
  border: none;
}

.page--qa [class^=section--] .name {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.page--qa [class^=section--] .name span {
  font-family: tbchibirgothicplusk-pro, sans-serif;
  position: absolute;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  color: #dedede;
  z-index: -1;
}
.page--qa .section--list .list--qa li a {
  display: block;
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--qa .section--list .list--qa li a {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--qa .section--list .list--qa li a {
    border: 4px solid #000;
  }
}
.page--qa .section--list .list--qa li a .name-wrap .date {
  font-weight: 700;
}
.page--qa .section--list .list--qa li.new a .date:before {
  margin-right: 10px;
}
.page--qa .section--list .list--qa li.no-data {
  width: 100%;
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--qa .section--list .list--qa li.no-data {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--qa .section--list .list--qa li.no-data {
    border: 4px solid #000;
  }
}
.page--qa .section--detail.answer [class^=block__] {
  position: relative;
  z-index: 1;
  text-align: right;
}
.page--qa .section--detail.answer [class^=block__] .txt {
  text-align: left;
  padding-top: 0;
}
.page--qa .section--detail.answer [class^=block__] .name {
  display: inline-block;
}
.page--qa .section--detail.answer [class^=ico--] {
  font-family: tbchibirgothicplusk-pro, sans-serif;
  position: absolute;
  font-style: italic;
  z-index: -1;
  font-weight: 700;
}
.page--qa .section--detail.answer .block__question {
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--qa .section--detail.answer .block__question {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--qa .section--detail.answer .block__question {
    border: 4px solid #000;
  }
}
.page--qa .section--detail.answer .block__answer {
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--qa .section--detail.answer .block__answer {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--qa .section--detail.answer .block__answer {
    border: 4px solid #000;
  }
}
.page--qa .section--detail.answer .ico--q {
  color: #fff100;
}
.page--qa .section--detail.answer .ico--a {
  color: #2f77bd;
}
.page--qa .section--detail.post--q {
  padding: 4% 4% 2%;
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--qa .section--detail.post--q {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--qa .section--detail.post--q {
    border: 4px solid #000;
  }
}
.page--qa .section--detail.post--q .form--post dt {
  margin: 0;
}
.page--qa .section--detail .btn .btn--sub {
  background: none;
  border: none;
}

.page--live .section--list .no-data {
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live .section--list .no-data {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--live .section--list .no-data {
    border: 4px solid #000;
  }
}
.page--live .section--detail {
  padding: 4%;
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live .section--detail {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--live .section--detail {
    border: 4px solid #000;
  }
}
.page--live .section--detail .notice {
  text-align: center;
  width: 100%;
  color: #000;
  font-weight: 400;
  padding: 0 0 1em;
}
.page--live .section--detail .app-how-to h3 {
  text-align: center;
  font-size: 1.5vw;
  background: #000;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  margin-bottom: 15px;
}
.page--live .section--detail .inner-tit {
  text-align: center;
  margin: 20px auto 15px;
  font-weight: 700;
}
.page--live .section--detail .inner-lead {
  margin-bottom: 15px;
}
.page--live .section--detail .methodList {
  display: inherit;
  text-align: center;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page--live .section--detail .methodList li {
  padding: 0 18px;
  width: 24%;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.page--live .section--detail .methodList.enter li:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}
.page--live .section--detail .methodList li img {
  margin: 0 0 10px;
  border: 0.5px solid #666;
}
.page--live .section--detail .methodList li span {
  display: block;
  text-align: left;
  font-size: 12px;
}
.page--live .section--detail .methodList li .fa {
  position: absolute;
  top: 36%;
  right: -13px;
  font-size: 20px;
  color: #000000;
}
.page--live .section--detail dl.adjust {
  text-align: center;
  margin: 0 auto 50px;
  border-top: 1px solid #000000;
  padding: 50px 0 0;
}
.page--live .section--detail dl.adjust dd {
  width: 33%;
  text-align: left;
  padding: 0 20px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.page--live .section--detail dl.adjust dd .tit {
  font-size: 16px;
  font-weight: 600;
}
.page--live .section--detail dl.adjust dd .text {
  min-height: 90px;
  padding: 0 0 10px;
  font-size: 12px;
}
.page--live .section--detail .attention {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 25px 0;
  margin: 0 auto 50px;
}
.page--live .section--detail .attention > ul li {
  text-indent: -1em;
  line-height: 1.9;
  padding: 0 0 5px 1em;
  font-size: 14px;
}
.page--live .section--detail .link-txt {
  text-align: center;
  margin: 0 auto 25px;
  font-size: 18px;
}
.page--live .section--detail .dl-list {
  text-align: center;
  margin-bottom: 40px;
}
.page--live .section--detail .dl-list a {
  display: inline-block;
  margin: 0 15px;
  line-height: 0;
}
.page--live .section--detail .dl-list a:hover {
  opacity: 0.7;
}
.page--live .section--detail .dl-list a img {
  height: 50px;
  width: auto;
}
.page--live .section--detail ul.howtoList {
  margin: 25px auto 0;
  text-align: left;
}
.page--live .section--detail ul.howtoList li {
  padding: 0px 0 5px 1em;
  text-indent: -1em;
}
.page--live .section--detail .guidance a {
  color: #2f77bd;
}
.page--live .section-tit {
  color: #fff5e4;
  text-align: center;
  opacity: 1;
  visibility: hidden;
}

.page--support .section--detail {
  margin: 0 auto;
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
.page--support .section--detail .section-tit {
  text-align: left;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--support .section--detail {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--support .section--detail {
    border: 4px solid #000;
  }
}
.page--support .section--detail .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
}
.page--support .section--detail .txt {
  padding-top: 0;
}
.page--support .section--detail .list--support a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--support .section--detail .list--support a:hover {
  text-decoration: none;
}
.page--support .section--detail .list--support dt {
  font-weight: bold;
}
.page--support .section--detail .list--support dd {
  margin-bottom: 1.5em;
}

.page--faq .section--list,
.page--faq .section--detail {
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--list,
  .page--faq .section--detail {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--faq .section--list,
  .page--faq .section--detail {
    border: 4px solid #000;
  }
}
.page--faq .section--list .section-tit {
  color: #000;
  text-align: left;
}
.page--faq .section--list .block--contact {
  margin: 0 auto;
}
.page--faq .section--list .block--contact a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--faq .section--list .block--contact a:hover {
  color: #2f77bd;
  text-decoration: none;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .section--detail .tit {
  font-weight: normal;
}
.page--faq .searchBox {
  position: relative;
  margin: 20px auto 50px 0;
}
.page--faq .searchBox input[type=text] {
  padding: 0.5em 1em;
  width: 100%;
  color: #000;
}
.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;
  font-size: 1.2vw;
}
.page--faq .list--faq {
  margin: 0 0 60px;
}
.page--faq .list--faq li:first-child {
  border-top: 1px solid #e6e6e6;
}
.page--faq .list--faq li .tit {
  margin: 0 0 0 10px;
  font-weight: normal;
}
.page--faq .list--faq li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  align-items: center;
  padding: 24px 0;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  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 {
  letter-spacing: 0.1em;
  line-height: 28px;
}
.page--faq .block--faq-detail {
  border: 1px solid #e6e6e6;
  padding: 25px;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.page--faq .block--faq-detail .txt a:hover {
  color: #2f77bd;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .detail__btn {
  margin: 0;
}
.page--faq .block--contact {
  margin: 40px 0;
}
.page--faq .block--contact .txt {
  padding: 0;
}
.page--faq .block--contact .link a {
  position: relative;
  border-bottom: 1px solid #000;
  padding: 0 0 0.2em;
}
.page--faq .block--contact .link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: relative;
  bottom: 2px;
}
.page--faq .block--contact a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--faq .block--contact a:hover {
  color: #2f77bd;
  text-decoration: none;
}
.page--faq .block--contact a:hover + i {
  color: #2f77bd;
}

.page--questionnaire .section--detail {
  padding: 5%;
  margin: 0 auto;
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .section--detail {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--questionnaire .section--detail {
    border: 4px solid #000;
  }
}
.page--questionnaire .section--detail .section-tit {
  text-align: left;
}
.page--questionnaire .section--detail .ph {
  margin-bottom: 10px;
}
.page--questionnaire .section--detail .tit {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.4;
  font-weight: 400;
}
.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: #ea002a;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: text-top;
  padding-left: 10px;
}
.page--questionnaire .section--detail .btn .btn--sub {
  background: none;
  border: none;
}

.page--entry [class^=cloud] {
  display: block;
  position: absolute;
  background: no-repeat center/contain;
  z-index: -1;
}
.page--entry .cloud01 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-b.png);
  top: -1.5%;
  left: -8%;
  -webkit-animation: cloud 20s ease-out infinite 1s;
          animation: cloud 20s ease-out infinite 1s;
}
.page--entry .cloud02 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-c.png);
  top: 9%;
  right: -1%;
  -webkit-animation: cloud 20s ease-out infinite;
          animation: cloud 20s ease-out infinite;
}
.page--entry .cloud03 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-b.png);
  top: 5%;
  right: -8%;
  -webkit-animation: cloud 20s ease-out infinite 1.5s;
          animation: cloud 20s ease-out infinite 1.5s;
}
.page--entry .cloud04 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-a.png);
  top: 93%;
  left: -10%;
  -webkit-animation: cloud 20s ease-out infinite 0.3s;
          animation: cloud 20s ease-out infinite 0.3s;
}
.page--entry .cloud05 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-a.png);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  top: -3%;
  left: -12%;
  -webkit-animation: cloud 20s ease-out infinite 0.5s;
          animation: cloud 20s ease-out infinite 0.5s;
}
.page--entry .cloud06 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-b.png);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  top: 66%;
  left: -6%;
  -webkit-animation: cloud 20s ease-out infinite 1.2s;
          animation: cloud 20s ease-out infinite 1.2s;
}
.page--entry .cloud07 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-c.png);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  top: 30%;
  right: -18%;
  -webkit-animation: cloud 20s ease-out infinite;
          animation: cloud 20s ease-out infinite;
}
.page--entry .cloud08 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-b.png);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  top: 95%;
  right: -10%;
  -webkit-animation: cloud 20s ease-out infinite 0.5s;
          animation: cloud 20s ease-out infinite 0.5s;
}
.page--entry .cloud09 {
  background-image: url(/static/kyusonekokami/fanclub/common/cloud-c.png);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  top: 90%;
  right: -16%;
  -webkit-animation: cloud 20s ease-out infinite 0.5s;
          animation: cloud 20s ease-out infinite 0.5s;
}
.page--entry .wrap:before {
  content: none;
}
.page--entry .wrap:after {
  content: none !important;
}
.page--entry .section--detail .tit {
  text-align: center;
}
.page--entry .section--detail [class^=block--] {
  margin-bottom: 70px;
}
.page--entry .section--detail [class^=block--] .block-tit {
  margin: 0 0 40px;
  text-align: center;
}
.page--entry .section--detail [class^=block--] table {
  margin: 0 auto;
  border: none;
  letter-spacing: 0.02em;
}
.page--entry .section--detail [class^=block--] table th {
  width: 175px;
  padding: 10px 3%;
  text-align: center;
  border: 1px solid #000;
  font-weight: 400;
  font-size: 12px;
}
.page--entry .section--detail [class^=block--] table td {
  padding: 20px;
  border: 1px solid #000;
  border-left: none;
  padding: 10px 3%;
  font-size: 12px;
  word-break: break-all;
}
.page--entry .section--detail [class^=block--] table td .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.page--entry .section--detail .block--top {
  width: 85%;
  margin-bottom: 0;
}
.page--entry .section--detail .block--top .lead {
  text-align: center;
  font-weight: 700;
}
.page--entry .section--detail .block--contents .tit {
  background: #fff100;
  display: inline-block;
  color: #2f77bd;
  padding: 3px;
}
.page--entry .section--detail .block--contents .block-tit {
  color: inherit;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
  color: #ffffff;
}
.page--entry .section--detail .block--contents .list--contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page--entry .section--detail .block--contents .list--contents li {
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .section--detail .block--contents .list--contents li {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--entry .section--detail .block--contents .list--contents li {
    border: 4px solid #000;
  }
}
.page--entry .section--detail .block--contents .list--contents li:first-child {
  width: 100%;
}
.page--entry .section--detail .block--contents .list--contents li.inner-blank {
  background: url(/static/kyusonekokami/fanclub/common/thumb_blank.png) no-repeat center center;
  background-size: cover;
}
.page--entry .section--detail .block--contents .list--contents li .inner {
  position: relative;
  color: #000;
  padding: 6%;
  z-index: 10;
  height: 100%;
}
.page--entry .section--detail .block--contents .list--contents li .tit {
  text-align: left;
  line-height: 1;
}
.page--entry .section--detail .block--contents .list--contents li .tit span {
  display: block;
  color: #2f77bd;
}
.page--entry .section--detail .block--contents .list--contents li .txt--sub {
  font-family: initial;
  line-height: 1.6;
  margin-top: 0.8em;
}
.page--entry .section--detail .block--device table {
  margin-bottom: 15px;
}
.page--entry .section--detail .block--device .note {
  margin: 0 auto;
}
.page--entry .section--detail .block--entry .tit,
.page--entry .section--detail .block--device .tit {
  color: #000;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  z-index: -1;
}
.page--entry .section--detail .block--entry .wrap--list--payment,
.page--entry .section--detail .block--device .wrap--list--payment {
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
  padding: 6% 5%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .section--detail .block--entry .wrap--list--payment,
  .page--entry .section--detail .block--device .wrap--list--payment {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--entry .section--detail .block--entry .wrap--list--payment,
  .page--entry .section--detail .block--device .wrap--list--payment {
    border: 4px solid #000;
  }
}
.page--entry .section--detail .btn--area {
  position: relative;
}
.page--entry .section--detail .btn--main {
  background: #ea002a;
  color: #fff;
  border: 4px solid #000;
}
.page--entry footer {
  background: #000;
}

/* team popup
------------------------------ */
#terms {
  display: none;
}

.popup-inner {
  padding: 120px 0 0;
  color: #fff;
}
.popup-inner .terms_check {
  text-align: center;
  margin: 0 0 20px;
}
.popup-inner .terms_check .form__checkbox {
  display: inline-block;
}
.popup-inner .txt-wrap {
  font-size: 13px;
}
.popup-inner .tit {
  font-size: 20px;
  margin: 0 0 1em;
}
.popup-inner .txt {
  margin-top: 1.5em;
}
.popup-inner .list--support dt {
  font-weight: bold;
}
.popup-inner .list--support dd {
  margin-bottom: 1.5em;
}
.popup-inner .terms-list > li {
  margin: 0 0 1.5em;
  text-indent: -1em;
  padding-left: 1em;
}
.popup-inner .btn {
  opacity: 0.6;
}
.popup-inner .btn .btn--main {
  pointer-events: none;
}
.popup-inner .btn.checked {
  opacity: 1;
}
.popup-inner .btn.checked .btn--main {
  pointer-events: auto;
}
.popup-inner .form__checkbox label p::before {
  background: #fff;
}

/* .page--first_login
------------------------------ */
.section--detail.page--first_login .section-tit {
  letter-spacing: 0.04em;
}
.section--detail.page--first_login .section-tit span.attention {
  display: block;
  color: #e63a37;
  width: 192px;
  font-size: 18px;
  margin: 0 auto 14px;
  border-bottom: 2px solid #e63a37;
  padding: 0 1%;
}
.section--detail.page--first_login .txt {
  font-size: 14px;
  padding: 0;
}
.section--detail.page--first_login .block--lead .txt {
  margin-bottom: 0.8em;
}
.section--detail.page--first_login .txt--link a {
  display: inline-block;
  position: relative;
}
.section--detail.page--first_login .txt--link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  vertical-align: middle;
}
.section--detail.page--first_login .block--attention {
  color: #e63a37;
  background: #fff;
  padding: 24px;
  margin: 1em 0;
}
.section--detail.page--first_login .block--attention .tit {
  font-weight: 600;
  font-size: 16px;
}
.section--detail.page--first_login .block--attention ul {
  margin-top: 15px;
}
.section--detail.page--first_login .block--attention ul li {
  position: relative;
}
.section--detail.page--first_login .block--attention ul li:first-of-type {
  margin-bottom: 8px;
}
.section--detail.page--first_login .block--attention .txt--link a:after {
  border-color: #e63a37 !important;
}
.section--detail.page--first_login .block--attention .fas {
  margin-right: 0.25em;
}
.section--detail.page--first_login .block--step {
  margin: 40px 0 0;
}
.section--detail.page--first_login .block--step .list-tit {
  font-weight: 600;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #888;
  margin-bottom: 0.75em;
}
.section--detail.page--first_login .block--step .list-tit > span {
  background: #c5b77b;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  padding: 1px 4px;
  margin-right: 0.5em;
}
.section--detail.page--first_login .block--step .list--step > li {
  margin-bottom: 30px;
  background: #f3f3f3;
  padding: 32px 4%;
}
.section--detail.page--first_login .block--step .list--step > li .thumb {
  width: 90%;
  margin: 30px auto;
  border: 1px solid #000;
  line-height: 0;
}
.section--detail.page--first_login .block--step .list--step > li .thumb img {
  width: 100%;
}
.section--detail.page--first_login .block--step .block {
  margin: 0.5em 0;
}
.section--detail.page--first_login .block--step .block:not(:last-of-type) {
  margin: 20px 0 30px;
}
.section--detail.page--first_login .block--step .block > .tit {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 1em;
}
.section--detail.page--first_login .block--step .block > .tit:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  background: #000;
  display: block;
}

/* page--feature
------------------------------ */
.page--feature .section--detail .no-data, .page--feature .section--list .no-data {
  border: 5px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--feature .section--detail .no-data, .page--feature .section--list .no-data {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--feature .section--detail .no-data, .page--feature .section--list .no-data {
    border: 4px solid #000;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1200;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

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

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

.page--bbs.bbs--top .wrap {
  padding: 0 0 250px 0;
}
.page--bbs .wrap {
  padding: 0 0 100px 0;
  background: #FEFCB2;
}
.page--bbs .wrap:before {
  display: none;
}
.page--bbs .wrap .login--btn {
  display: none;
}
.page--bbs .wrap .header {
  display: none;
}
.page--bbs .wrap .content-main #bbs .pageTit {
  background: #E65F30;
  padding: 20px;
  margin: 0 auto 30px;
}
.page--bbs .wrap .content-main #bbs .pageTit h2 {
  max-width: 600px;
  margin: auto;
  width: 90%;
}
.page--bbs .wrap .content-main #bbs .pageTit h2 img {
  width: 100%;
}
.page--bbs .wrap .content-main #bbs .btnArea {
  background: #E65F30;
  padding: 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.page--bbs .wrap .content-main #bbs .btn a {
  display: block;
  background: #fff100;
  max-width: 300px;
  margin: auto;
  min-width: auto;
  border: 2px solid #000;
  padding: 20px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 999px;
}
.page--bbs .wrap .content-main #bbs .btn a:hover {
  background: #fff;
}
.page--bbs .wrap .content-main #bbs .btn.back a {
  border-color: #fff;
  background: transparent;
  border-radius: 0;
  max-width: 150px;
  padding: 15px;
  font-size: 12px;
  margin: 20px auto 0;
}
.page--bbs .wrap .content-main #bbs .btn.back a:hover {
  background: #fff;
  color: #000;
}
.page--bbs .wrap .content-main #bbs .section {
  width: 90%;
  margin: auto;
  max-width: 1000px;
}
.page--bbs .wrap .content-main #bbs .section .bnr_comment {
  width: 15vw;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  max-width: 150px;
}
.page--bbs .wrap .content-main #bbs .section .bnr_comment a {
  display: block;
}
.page--bbs .wrap .content-main #bbs .section .bnr_comment a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page--bbs .wrap .content-main #bbs .section .bnr_comment a img {
  width: 100%;
}
.page--bbs .wrap .content-main #bbs .section .titArea {
  margin: 0 auto 20px;
}
.page--bbs .wrap .content-main #bbs .section .titArea .tit {
  text-align: center;
}
.page--bbs .wrap .content-main #bbs .section .commentList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 50px;
}
.page--bbs .wrap .content-main #bbs .section .commentList li .iconBox {
  width: 10%;
}
.page--bbs .wrap .content-main #bbs .section .commentList li .iconBox .name {
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
.page--bbs .wrap .content-main #bbs .section .commentList li .txtBox {
  width: 85%;
  position: relative;
  display: inline-block;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 15px;
}
.page--bbs .wrap .content-main #bbs .section .commentList li .txtBox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-right: 11px solid #FFF;
  z-index: 2;
}
.page--bbs .wrap .content-main #bbs .section .commentList li .txtBox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #000;
  z-index: 1;
}
.page--bbs .wrap .content-main #bbs .section .commentList li .txtBox .titArea .date {
  font-size: 11px;
  margin: 0 0 5px 0;
}
.page--bbs .wrap .content-main #bbs .section .commentList li .txtBox .txtArea .txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.page--bbs .wrap .content-main #bbs .section .commentList li .txtBox .txtArea .ph {
  max-width: 400px;
  margin: 10px auto 0;
}
.page--bbs .wrap .content-main #bbs .section .commentList li:nth-child(odd) .iconBox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page--bbs .wrap .content-main #bbs .section .commentList li:nth-child(odd) .txtBox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page--bbs .wrap .content-main #bbs .section .commentList li:nth-child(odd) .txtBox:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-left: 11px solid #FFF;
  z-index: 2;
  left: auto;
}
.page--bbs .wrap .content-main #bbs .section .commentList li:nth-child(odd) .txtBox:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #000;
  z-index: 1;
  left: auto;
}
.page--bbs .wrap .content-main #bbs .section .commentPost {
  padding: 40px;
  background: #532b21;
  border-radius: 15px;
  color: #fff;
}
.page--bbs .wrap .content-main #bbs .section .commentPost dl dt {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.page--bbs .wrap .content-main #bbs .section .commentPost dl dd {
  font-size: 14px;
  margin: 0 0 20px 0;
}
.page--bbs .wrap .content-main #bbs .section .commentPost dl dd span {
  font-size: 11px;
}
.page--bbs .wrap .content-main #bbs .section .commentPost dl dd textarea {
  padding: 20px;
  background: #fff;
  border: solid #000 2px;
  border-radius: 15px;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
}
.page--bbs .wrap .content-main #bbs .section .commentPost .btn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #000;
  border-radius: 999px;
  padding: 15px;
  color: #000;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.page--bbs .wrap .content-main #bbs .section .commentPost .btn input:hover {
  background: #e65f30;
  color: #fff;
}
.page--bbs .wrap .content-main #bbs .section .commentPost .btn input.main {
  background: #e65f30;
  color: #fff;
}
.page--bbs .wrap .content-main #bbs .section .commentPost .btn input.main:hover {
  color: #000;
  background: #fff;
}
.page--bbs .wrap .content-main #bbs .section .commentPost .attentionBox {
  margin: 30px 0 0 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
}
.page--bbs .wrap .content-main #bbs .section .commentPost .attentionBox .tit {
  text-align: center;
}
.page--bbs .wrap .content-main #bbs .section .commentPost .attentionBox li {
  text-indent: -1em;
  margin: 0 0 5px 1em;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}
.page--bbs .wrap .content-main #bbs .section .pagingBox {
  margin: 0 auto 50px;
}
.page--bbs .wrap .content-main #bbs .section .pagingBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--bbs .wrap .content-main #bbs .section .pagingBox ul li.pager__item--current {
  font-size: 13px;
  font-weight: bold;
  width: 25px;
  height: 25px;
  display: block;
  background: #ffb507;
  text-align: center;
  line-height: 25px;
  color: #fff;
  border-radius: 999px;
  margin: 0 5px;
}
.page--bbs .wrap .content-main #bbs .section .pagingBox ul li.pager__item--other a {
  font-size: 13px;
  font-weight: bold;
  width: 25px;
  height: 25px;
  display: block;
  background: #E65F30;
  text-align: center;
  line-height: 25px;
  color: #fff;
  border-radius: 999px;
  margin: 0 5px;
}
.page--bbs .wrap .content-main #bbs .section .pagingBox ul li.pager__item--other a:hover {
  background: #ffb507;
}
.page--bbs .wrap .content-main #bbs .section .pagingBox ul li .fa {
  font-size: 12px;
  margin: 0 10px;
}
.page--bbs footer {
  min-height: auto;
  font-size: 11px;
  background: transparent !important;
  color: #000;
}
.page--bbs footer h1 {
  display: none;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .block--pager {
    width: 35%;
  }
  .block--pager .pager__item--newer {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer > span {
    border: 5px solid #000;
    border-radius: 20px;
  }
  .block--pager .pager__item--newer a .arrow::after, .block--pager .pager__item--newer > span .arrow::after {
    width: 12px;
    height: 12px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    top: 10px;
    left: 7px;
  }
  .block--pager .pager__item--newer a .arrow::before, .block--pager .pager__item--newer > span .arrow::before {
    width: 16px;
    height: 4px;
    top: 14px;
    left: 9px;
  }
  .block--pager .pager__item--older {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older > span {
    border: 4px solid #000;
    border-radius: 20px;
  }
  .block--pager .pager__item--older a .arrow::after, .block--pager .pager__item--older > span .arrow::after {
    width: 12px;
    height: 12px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    top: 10px;
    right: 8px;
  }
  .block--pager .pager__item--older a .arrow::before, .block--pager .pager__item--older > span .arrow::before {
    width: 16px;
    height: 4px;
    top: 14px;
    right: 10px;
    background: #000;
  }
  .block--pager .pager__item--newer > span,
  .block--pager .pager__item--older > span {
    border: 4px solid #dedede;
  }
  .block--pager .pager__item--newer > span .arrow:after, .block--pager .pager__item--newer > span .arrow:before,
  .block--pager .pager__item--older > span .arrow:after,
  .block--pager .pager__item--older > span .arrow:before {
    border-top: 4px solid #dedede;
    border-right: 4px solid #dedede;
  }
  .block--pager .pager__item--other:hover {
    color: #fff100;
    background: #000;
  }
  .block--pager .pager__item--newer a:hover {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  .block--pager .pager__item--older a:hover {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  .btn a,
  .btn input {
    min-width: 200px;
    cursor: pointer;
    overflow: hidden;
  }
  .btn a:before,
  .btn input:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .btn .btn--main {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 200px;
  }
  .btn .btn--main:hover {
    color: #000;
    background: #fff100;
    border: 4px solid #fff100;
  }
  .btn .btn--sub {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 200px;
  }
  .btn .btn--sub:hover {
    color: #fff;
    border: 5px solid #000;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #2f77bd;
  }
  /* input */
}
@media screen and (min-width: 961px) and (min-width: 1px) and (max-width: 960px) {
  .btn .btn--sub:hover {
    border: 3px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width: 961px) and (min-width: 756px) and (max-width: 961px) {
  .btn .btn--sub:hover {
    border: 4px solid #000;
  }
}
@media screen and (min-width: 961px) {
  .detail__btn {
    font-size: 18px;
    margin: 30px 0 0;
  }
  .detail__btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .detail__btn a:hover {
    opacity: 0.4;
  }
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .wrap {
    padding-top: 170px;
    padding-bottom: 30%;
  }
  .wrap > .login--btn {
    position: absolute;
    top: 40px;
    right: 162px;
    z-index: 10;
  }
  .wrap > .login--btn li:first-child {
    margin-right: 14px;
  }
  .section--list .list--contents {
    max-width: 1200px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section--list .list--contents li {
    margin-bottom: 50px;
    margin-right: 0 !important;
  }
  .section--list .list--contents li a .thumb {
    border: 5px solid #000;
    border-bottom: none;
  }
  .section--list .list--contents li a .thumb img {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(10deg) scale(1.4);
    transform: rotate(10deg) scale(1.4);
  }
  .section--list .list--contents li a:hover .thumb img {
    -webkit-transform: rotate(0) scale(1.01);
    transform: rotate(0) scale(1.01);
  }
  .section--list .list--contents li a .list__txt {
    padding: 10px 15px 12px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 100px;
  }
  .section--list .list--contents li a .list__txt .tit {
    margin-bottom: 5px;
  }
  .section--list .list--contents::after {
    content: "";
    display: block;
    width: 32%;
  }
  .section--list .list--information {
    max-width: 1200px;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .list--error li {
    font-size: 13px;
  }
  .list--contents::after {
    content: "";
    display: block;
    clear: both;
  }
  .list--contents li {
    width: 32%;
  }
  .list--contents li:last-child, .list--contents li:nth-last-child(2), .list--contents li:nth-last-child(3) {
    margin-bottom: 30px;
  }
  .list--contents li:first-child {
    margin-bottom: 50px;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li .thumb {
    overflow: hidden;
  }
  .list--contents li:nth-child(odd) {
    margin-right: 4%;
  }
  .list--contents.video {
    padding: 50px 0 0;
  }
  .no--data {
    text-align: center;
  }
  [class^=list--]:not(.list--information) li.new a:before {
    width: 142px;
    height: 100px;
    top: -6px;
    left: -36px;
  }
  .list--information {
    margin: 0 auto 25px;
  }
  .list--information li a {
    margin: 40px 100px;
  }
  .list--information li a .tit {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list--information li a:hover .tit {
    color: #2f77bd;
  }
  .list--information li a .date {
    margin-right: 20px;
    margin-top: 8px;
  }
  .list--information li a .date:before {
    position: absolute !important;
    letter-spacing: 0.01em;
    top: 0;
    left: -85px;
  }
  .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: #000;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .block--category li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  header .logo {
    position: absolute;
    left: 3%;
    top: 70px;
    max-width: 130px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .logo a {
    display: block;
    line-height: 1;
  }
  .block--login li:hover::before {
    background: #fff100;
  }
  .block--login li:hover:after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .block--login li:hover a {
    color: #000;
  }
  .drawer__btn {
    width: 70px;
    height: 70px;
    cursor: pointer;
    border: 5px solid #000;
  }
  .drawer__btn span {
    width: 32px;
    height: 6px;
    border-radius: 3px;
  }
  .drawer__btn span:first-of-type {
    top: 20px;
    left: calc(50% - 16px);
  }
  .drawer__btn span:last-of-type {
    top: 35px;
    left: calc(50% - 16px);
  }
  .drawer__btn:hover {
    -webkit-animation: bound-drawer 0.8s infinite;
            animation: bound-drawer 0.8s infinite;
  }
  .drawer .drawer-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding: 5%;
    position: relative;
    left: 0;
    top: 0;
  }
  .drawer .drawer-inner .drawer--sns li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer .drawer-inner .drawer--sns li a:hover {
    color: #fff100;
  }
  .drawer .drawer-inner .drawer--sns i {
    font-size: 25px;
    padding: 0 6px;
  }
  .drawer .drawer-inner .drawer--sns li:first-child i {
    padding-left: 0;
  }
  .drawer .drawer-inner .drawer--sns .name {
    font-size: 16px;
    margin-right: 20px;
  }
  .drawer [class^=nav--] .g-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 20px;
  }
  .drawer [class^=nav--] .g-nav > li {
    margin-bottom: 5px;
    line-height: 1;
    width: 50%;
  }
  .drawer [class^=nav--] .g-nav > li a {
    padding: 15px 0;
    font-size: 1.8vw;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.01em;
  }
  .drawer [class^=nav--] .g-nav > li a span {
    font-size: 1vw;
    margin-bottom: 6px;
  }
  .drawer [class^=nav--] .g-nav > li:last-child {
    position: relative;
  }
  .drawer [class^=nav--] .g-nav > li:last-child:before {
    content: "";
    width: 22%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 8px;
  }
  .drawer [class^=nav--] .g-nav > li:last-child a {
    padding-top: 10px;
    margin-top: 15px;
  }
  .drawer .nav--menu {
    width: 55%;
  }
  .drawer .nav--menu .g-nav.g-nav--fc li a {
    display: inline-block;
  }
  .drawer .nav--menu .g-nav.g-nav--fc li a:hover {
    -webkit-animation: shake 0.4s infinite;
            animation: shake 0.4s infinite;
  }
  .drawer .nav--login {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 40%;
    margin: 0 auto;
  }
  .drawer .nav--login h1.logo {
    width: 30vw;
    height: 8vw;
    margin: 0 auto 20px;
  }
  .drawer .nav--login h1.logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .drawer .nav--login .login--btn {
    text-align: center;
  }
  .login--btn li a {
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 140px;
    font-size: 16px;
  }
  .login--btn li a:hover {
    color: #000;
    background: #fff100;
    border: 4px solid #fff100;
  }
  .drawer-visible .drawer__btn span:first-of-type, .drawer-visible .drawer__btn span:last-of-type {
    top: 27px;
  }
  .page--detail .wrap:after,
  .page--feature .wrap:after,
  .page--questionnaire .wrap:after,
  .page--dark .wrap:after {
    bottom: 7vh;
    right: 3vw;
    width: 20vw;
    height: 20vw;
  }
  .section--list .section-tit {
    font-size: 2.6vw;
    margin-bottom: 50px;
  }
  .section--list .section-tit span {
    background: #925C22;
    border: 5px solid #bd8b65;
    border-radius: 5px;
    padding: 16px 40px 20px;
  }
  .section--detail .section-tit {
    font-size: 2vw;
  }
  .section--detail .block--share li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .section--detail .block--share li a:hover i:before {
    color: #2f77bd;
  }
  .section--detail .block--share li a:hover svg {
    fill: #2f77bd;
  }
  .page--home {
    /* common */
    /* footer */
    /* section--keyvisual */
    /* section--banner */
    /* section--info */
    /* area--member */
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home .intro-page .logo {
    width: 100vh;
    height: auto;
    position: absolute;
    left: calc(50% - 50vh);
    top: 28vh;
  }
  .page--home .intro-page .maison-intro {
    width: 25vh;
    height: auto;
    position: absolute;
    left: calc(50% - 12.5vh);
    bottom: 17vh;
  }
  .page--home .section-tit {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1;
  }
  .page--home footer {
    padding: 80px 0;
    height: auto !important;
    position: relative;
  }
  .page--home footer .nav--support {
    margin-bottom: 40px;
    display: block;
  }
  .page--home .section--keyvisual .logo {
    width: 68vw;
  }
  .page--home .cloud01 {
    width: 176px;
    height: 123px;
  }
  .page--home .cloud02 {
    width: 140px;
    height: 104px;
  }
  .page--home .cloud03 {
    width: 176px;
    height: 123px;
  }
  .page--home .cloud04 {
    width: 188px;
    height: 123px;
  }
  .page--home .cloud05 {
    width: 184px;
    height: 121px;
  }
  .page--home .cloud06 {
    width: 176px;
    height: 123px;
  }
  .page--home .cloud07 {
    width: 140px;
    height: 104px;
  }
  .page--home .cloud08 {
    width: 176px;
    height: 123px;
  }
  .page--home .cloud09 {
    width: 140px;
    height: 104px;
  }
  .page--home .section--banner {
    padding-top: 18px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 54px;
  }
  .page--home .section--banner .slick-track {
    margin: 0 auto;
  }
  .page--home .section--banner.section--bnr--single {
    padding: 20px 5%;
  }
  .page--home .section--banner.section--bnr--single img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .page--home .section--banner .list--bnr {
    text-align: center;
  }
  .page--home .section--banner .list--bnr:hover .slick-prev {
    left: 2vw;
  }
  .page--home .section--banner .list--bnr:hover .slick-next {
    right: 2vw;
  }
  .page--home .section--banner .list--bnr .slick-list li {
    position: relative;
    cursor: pointer;
    margin: 10px 2vw 45px;
  }
  .page--home .section--banner .list--bnr .slick-list li a {
    display: block;
    position: relative;
  }
  .page--home .section--banner .list--bnr .slick-list li a:hover {
    -webkit-animation: shake 0.3s infinite;
            animation: shake 0.3s infinite;
  }
  .page--home .section--banner .list--bnr .slick-list li:hover::after {
    opacity: 1;
  }
  .page--home .section--banner .slick-dots {
    right: 0;
    bottom: 0;
  }
  .page--home .section--banner .slick-dots li:hover button:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #ea002a;
  }
  .page--home .section--banner .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #000;
    background: #fff;
  }
  .page--home .section--banner .slick-prev {
    left: -6vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .section--banner .slick-prev::after {
    width: 15px;
    height: 15px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 13px;
    left: 30%;
  }
  .page--home .section--banner .slick-prev::before {
    width: 17px;
    height: 4px;
    top: 19px;
    left: 36%;
    background: #000;
  }
  .page--home .section--banner .slick-next {
    right: -6vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .section--banner .slick-next::after {
    width: 15px;
    height: 15px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 13px;
    right: 30%;
  }
  .page--home .section--banner .slick-next::before {
    width: 17px;
    height: 4px;
    top: 19px;
    left: 26%;
    background: #000;
  }
  .page--home .section--banner.section--banner--single .list--bnr li a {
    display: block;
  }
  .page--home .section--banner.section--banner--single .list--bnr li a:hover {
    -webkit-animation: shake 0.3s infinite;
            animation: shake 0.3s infinite;
  }
  .page--home .section--info {
    width: 66vw;
    margin: 0 auto 150px;
  }
  .page--home .section--info .section-tit {
    text-align: left;
    margin-left: 30px;
    margin-bottom: -8px;
  }
  .page--home .section--info .list--information li a {
    margin: 20px 78px;
    padding-left: 0;
  }
  .page--home .section--info .list__more a {
    font-size: 14px;
    min-width: 130px;
    padding: 15px 15px 14px 15px;
    position: absolute;
    bottom: -35px;
    right: 20px;
  }
  .page--home .area--member {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #a2c0c2), to(#a2c0c2));
    background: linear-gradient(180deg, transparent 0%, transparent 50%, #a2c0c2 50%, #a2c0c2 100%);
    padding-bottom: 230px;
  }
  .page--home .area--member .member--inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page--home .area--member .member--inner .maison {
    width: 1200px;
    height: 878px;
    background-image: url(/static/kyusonekokami/fanclub/top/maison-pc.png);
  }
  .page--home .area--member .member--inner .maison ul {
    width: 90%;
    margin: 0 auto;
    padding-top: 220px;
  }
  .page--home .area--member .member--inner .maison ul:before {
    content: "";
    display: block;
    width: 25%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page--home .area--member .member--inner .maison ul:after {
    content: "";
    display: block;
    width: 25%;
  }
  .page--home .area--member .member--inner .maison ul li {
    width: 25%;
    margin-bottom: 18px;
  }
  .page--home .area--member .member--inner .maison ul li a, .page--home .area--member .member--inner .maison ul li > div {
    background-size: 160px 182px;
    width: 80%;
    height: 190px;
  }
  .page--home .area--member .member--inner .maison ul li a .tit {
    left: 23.3%;
    bottom: 9.2px;
    font-size: 18px;
    width: 145px;
  }
  .page--home .area--member .member--inner .maison ul li.window-movie a .tit {
    letter-spacing: 0em;
    font-size: 15px;
    bottom: 12px;
  }
  .page--home .area--member .member--inner .maison ul li.window-photo a .tit span {
    padding-left: 4px;
  }
  .page--home .area--member .member--inner .maison ul li:hover:not(.closed) {
    -webkit-animation: purun 5s ease-out infinite;
            animation: purun 5s ease-out infinite;
  }
  .page--home .area--member .member--inner .maison .icon-radio {
    width: 126px;
    height: 127px;
    bottom: 48px;
    left: 78px;
  }
  .page--home .area--member .member--inner .maison .icon-column {
    width: 152px;
    height: 127px;
    bottom: 48px;
    left: 46px;
  }
  .page--home .area--member .member--inner .maison .icon-yokota {
    width: 102px;
    height: 138px;
    bottom: 36px;
    left: calc(50% - 51px);
  }
  .page--home .area--member .member--inner .maison .icon-movie {
    width: 174px;
    height: 147px;
    bottom: 44px;
    left: 12%;
  }
  .page--home .area--member .member--inner .maison .icon-stream {
    width: 126px;
    height: 135px;
    bottom: 48px;
    left: calc(50% - 63px);
  }
  .page--home .area--member .member--inner .maison .icon-photo {
    width: 164px;
    height: 154px;
    bottom: 37px;
    left: calc(50% - 82px);
  }
  .page--home .area--member .member--inner .maison .icon-qa {
    width: 104px;
    height: 164px;
    bottom: 42px;
    left: calc(50% - 52px);
  }
  .page--home .area--member .member--inner .maison .icon-marmot {
    width: 266px;
    height: 146px;
    bottom: 46px;
    left: 14px;
  }
  .page--home .area--member .member--inner .maison .icon-closed01 {
    width: 200px;
    height: 153px;
    bottom: 45px;
    left: calc(50% - 100px);
  }
  .page--home .area--member .member--inner .maison .icon-closed02 {
    width: 200px;
    height: 158px;
    bottom: 43px;
    left: calc(50% - 100px);
  }
  .page--home .area--member .member--inner .post {
    width: 126px;
    height: 194px;
    bottom: -24px;
    right: 11.5%;
  }
  .page--home .area--member .member--inner .nekokun {
    width: 126px;
    height: 175px;
    bottom: -10%;
    right: -3%;
  }
  .page--home .area--member .member--inner .harinezumikun {
    width: 155px;
    height: 176px;
    bottom: -13%;
    left: 21%;
  }
  .page--home .area--member .member--inner .prairiedogkun {
    width: 110px;
    height: 175px;
    bottom: -20%;
    right: 30%;
    background-size: 100%;
  }
  .page--info .txt {
    margin-bottom: 40px;
  }
  .page--info .section--detail {
    width: 850px;
    padding: 4%;
  }
  .page--info .section--detail .block--share {
    width: 160px;
  }
  .page--info .section--detail .block--share li.share {
    font-size: 12px;
    margin-right: 20px;
  }
  .page--photo .section--list .list--contents li:first-child a {
    width: 40%;
  }
  .page--photo .section--detail {
    width: 850px;
    padding: 4%;
  }
  .page--photo .section--detail .icon--area .icon--like:hover {
    cursor: pointer;
  }
  .page--photo .section--detail .icon--area .icon--like:hover i {
    color: rgb(224, 47, 47);
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--photo .section--detail .commentPost .btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 430px;
    margin: 0 auto;
  }
  .page--photo .section--detail .block--form + .block--pager .pager__item--other:hover {
    background: none;
    color: #000;
  }
  .page--photo .block--comment .list--comment li.no-data {
    font-size: 14px;
  }
  .page--movie .section--list .list--contents li:first-child a {
    width: 40%;
  }
  .page--movie .section--list .list--information .no-data {
    border: none;
    padding: 1em 0 0.5em;
  }
  .page--movie .section--detail {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
  }
  .page--movie .section--detail .tit {
    font-size: 26px;
    line-height: 1.6em;
    margin: 0;
  }
  .page--movie .section--detail .date {
    margin-bottom: 15px;
  }
  .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: #fff100;
  }
  .page--movie .block--player {
    border: 1px solid #000;
  }
  .page--blog .section--detail {
    width: 850px;
    padding: 4%;
  }
  .page--blog .section--detail .commentPost .btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 430px;
    margin: 0 auto;
  }
  .page--blog .section--detail .block--pager .pager__item--other:hover {
    background: none;
    color: #2f77bd;
  }
  .page--blog .section--detail .block--pager .pager__item--other a {
    margin-top: 7px;
  }
  .page--blog .section--detail .btn .btn--sub:hover {
    color: #000;
    background: none;
    border: none;
    opacity: 0.4;
  }
  .page--blog .block--comment .list--comment li.no-data {
    font-size: 14px;
  }
  .page--qa [class^=section--] .name {
    font-size: 16px;
    padding-left: 110px;
  }
  .page--qa [class^=section--] .name span {
    top: -12px;
    left: 84px;
    font-size: 18px;
  }
  .page--qa .section--inner > .txt {
    margin: 0 0 20px;
    padding-top: 0;
    font-weight: 700;
  }
  .page--qa .section--list .section-tit {
    line-height: 1;
  }
  .page--qa .section--list .btn--main {
    margin-bottom: 30px;
  }
  .page--qa .section--list .list--qa {
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .page--qa .section--list .list--qa li {
    width: 48%;
    margin: 0 0 40px;
  }
  .page--qa .section--list .list--qa li a {
    padding: 30px;
    height: 100%;
  }
  .page--qa .section--list .list--qa li a .name-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .page--qa .section--list .list--qa li a .tit {
    margin: 0 0 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--qa .section--list .list--qa li a:hover .tit {
    color: #2f77bd;
  }
  .page--qa .section--list .list--qa li.new a:before {
    width: 82px;
    height: 58px;
    top: -30px;
    left: -36px;
  }
  .page--qa .section--detail {
    padding: 5%;
  }
  .page--qa .section--detail .section--inner {
    width: 800px;
    margin: 0 auto;
  }
  .page--qa .section--detail.post--q {
    width: 800px;
    margin: 0 auto;
  }
  .page--qa .section--detail.post--q .section--inner {
    width: auto;
  }
  .page--qa .section--detail .block--form dt {
    margin-top: 0;
  }
  .page--qa .section--detail .block--form dd {
    margin-bottom: 50px;
  }
  .page--qa .section--detail .block--form dd:last-child {
    margin-bottom: 0;
  }
  .page--qa .section--detail.answer [class^=block__] {
    padding: 30px 50px;
  }
  .page--qa .section--detail.answer [class^=block__] .txt {
    margin: 20px 0;
  }
  .page--qa .section--detail.answer [class^=ico--] {
    font-size: 100px;
    top: -70px;
    left: 14px;
    line-height: 1;
  }
  .page--qa .section--detail.answer .block__question {
    margin: 0 0 80px;
  }
  .page--qa .section--detail.complete .txt {
    text-align: center;
    padding-top: 0;
  }
  .page--qa .section--detail .btn .btn--sub:hover {
    color: #000;
    background: none;
    border: none;
    opacity: 0.4;
  }
  .page--live .section--detail {
    width: 90%;
    margin: 0 auto;
    padding: 5%;
    max-width: 900px;
  }
  .page--live .section--detail .notice {
    font-size: 1.6vw;
  }
  .page--live .section-tit {
    font-size: 2.6vw;
    margin-bottom: 50px;
  }
  .page--live .section-tit span {
    background: #925C22;
    border: 5px solid #bd8b65;
    border-radius: 5px;
    padding: 16px 40px 20px;
    margin: 0 auto;
    display: inline-block;
  }
  .page--support .section--detail {
    width: 850px;
    padding: 4%;
  }
  .page--support .section--detail .section-tit {
    margin-bottom: 25px;
  }
  .page--faq .section--list,
  .page--faq .section--detail {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 5% 5% 0;
  }
  .page--faq .section--list .tit,
  .page--faq .section--detail .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
    text-align: left;
  }
  .page--faq .section--list .section-tit {
    font-size: 2vw;
  }
  .page--faq .list--faq li {
    font-size: 15px;
  }
  .page--faq .list--faq li a .tit {
    font-size: 15px;
  }
  .page--faq .list--faq li a:hover {
    color: #2f77bd;
  }
  .page--questionnaire .section--detail {
    width: 800px;
  }
  .page--questionnaire .section--detail .section-tit {
    margin-bottom: 20px;
  }
  .page--questionnaire .section--detail .btn .btn--sub:hover {
    color: #000;
    background: none;
    border: none;
    opacity: 0.4;
  }
  .page--dark.page--list .section--list .section-tit span {
    border: 5px solid #828282;
  }
  .page--entry .cloud01 {
    width: 176px;
    height: 123px;
  }
  .page--entry .cloud02 {
    display: none;
  }
  .page--entry .cloud03 {
    width: 176px;
    height: 123px;
  }
  .page--entry .cloud04 {
    width: 188px;
    height: 123px;
  }
  .page--entry .cloud05 {
    width: 184px;
    height: 121px;
  }
  .page--entry .cloud06 {
    width: 176px;
    height: 123px;
  }
  .page--entry .cloud07 {
    width: 140px;
    height: 104px;
  }
  .page--entry .cloud08 {
    width: 176px;
    height: 123px;
  }
  .page--entry .cloud09 {
    width: 140px;
    height: 104px;
  }
  .page--entry .section--detail {
    margin: 0 auto;
    padding: 0;
    width: 800px;
  }
  .page--entry .section--detail .block--top {
    margin: 40px auto;
  }
  .page--entry .section--detail .block--top .logo-fc {
    width: 100%;
    margin-bottom: 40px;
  }
  .page--entry .section--detail .block--contents {
    margin: 100px 0 50px;
    position: relative;
  }
  .page--entry .section--detail .block--contents .list--contents {
    width: 800px;
    margin: 0 auto;
  }
  .page--entry .section--detail .block--contents .list--contents li {
    width: 48%;
    margin: 0 0 4%;
    font-size: 14px;
  }
  .page--entry .section--detail .block--contents .list--contents li:first-child .inner .tit {
    text-align: center;
    margin-bottom: 16px;
  }
  .page--entry .section--detail .block--contents .list--contents li .tit span {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .page--entry .section--detail .block--contents .list--contents::after {
    content: none;
  }
  .page--entry .section--detail [class^=block--] table {
    width: 650px;
  }
  .page--entry .section--detail .block--device .note {
    width: 650px;
  }
  .page--entry .section--detail .btn .btn--main {
    width: 460px;
  }
  .page--entry .section--detail .btn.entry .btn--main:hover {
    border: 4px solid #000;
  }
  .page--entry .section--detail .block--entry .tit,
  .page--entry .section--detail .block--device .tit {
    text-align: left;
    margin-left: 30px;
    margin-bottom: -2px;
    font-size: 26px;
  }
  .page--entry .section--detail .block--entry .wrap--list--payment,
  .page--entry .section--detail .block--device .wrap--list--payment {
    padding: 5% 6%;
  }
  .page--error .section--detail {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
  }
  .page--error .section--detail .tit {
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .text {
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    padding: 30px 3%;
    min-height: 170px;
  }
  footer h1.logo {
    width: 20vw;
    height: 5.5vw;
    margin: 0 auto 20px 0;
  }
  footer .list--support {
    margin-bottom: 40px;
  }
  footer .list--support dt {
    display: none;
  }
  footer .nav--support li {
    display: inline-block;
  }
  footer .nav--support li a {
    display: block;
    font-size: 15px;
    padding: 0 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  footer .nav--support li a:hover {
    color: #fff100;
  }
  footer .link--official {
    margin-bottom: 40px;
  }
  footer .link--official .btn--sub {
    padding: 15px 30px;
    min-width: 220px;
  }
  footer .link--official .btn--sub:hover {
    border: 2px solid #2f77bd;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .page--home .area--member .member--inner {
    width: 950px;
    margin: 0 auto;
  }
  .page--home .area--member .member--inner .maison {
    width: 950px;
    height: 695px;
  }
  .page--home .area--member .member--inner .maison ul {
    padding-top: 180px;
  }
  .page--home .area--member .member--inner .maison ul li a, .page--home .area--member .member--inner .maison ul li > div {
    background-size: 130px 148px;
    height: 152px;
  }
  .page--home .area--member .member--inner .maison ul li a .tit {
    bottom: 7px;
    font-size: 14px;
    width: 116px;
  }
  .page--home .area--member .member--inner .maison ul li.window-movie a .tit {
    font-size: 12px;
    bottom: 9px;
  }
  .page--home .area--member .member--inner .maison ul li.new:before {
    width: 95px;
    height: 67px;
  }
  .page--home .area--member .member--inner .maison .icon-radio {
    width: 100px;
    height: 100px;
    bottom: 38px;
    left: 60px;
  }
  .page--home .area--member .member--inner .maison .icon-column {
    width: 123px;
    height: 103px;
    bottom: 39px;
    left: 35px;
  }
  .page--home .area--member .member--inner .maison .icon-yokota {
    width: 82px;
    height: 110px;
    bottom: 29px;
    left: calc(50% - 41px);
  }
  .page--home .area--member .member--inner .maison .icon-movie {
    width: 137px;
    height: 116px;
    bottom: 36px;
    left: 14%;
  }
  .page--home .area--member .member--inner .maison .icon-stream {
    width: 102px;
    height: 109px;
    bottom: 39px;
    left: calc(50% - 51px);
  }
  .page--home .area--member .member--inner .maison .icon-photo {
    width: 130px;
    height: 122px;
    bottom: 31px;
    left: calc(50% - 65px);
  }
  .page--home .area--member .member--inner .maison .icon-qa {
    width: 82px;
    height: 130px;
    bottom: 36px;
    left: calc(50% - 41px);
  }
  .page--home .area--member .member--inner .maison .icon-marmot {
    width: 210px;
    height: 115px;
    bottom: 36px;
    left: 11px;
  }
  .page--home .area--member .member--inner .maison .icon-closed01 {
    width: 160px;
    height: 122px;
    bottom: 35px;
    left: calc(50% - 80px);
  }
  .page--home .area--member .member--inner .maison .icon-closed02 {
    width: 154px;
    height: 122px;
    bottom: 35px;
    left: calc(50% - 76px);
  }
  .page--home .area--member .member--inner .post {
    width: 113px;
    height: 175px;
    bottom: -18px;
    right: 11%;
  }
  .page--home .area--member .member--inner .nekokun {
    width: 107px;
    height: 149px;
    bottom: -10%;
    right: -3%;
  }
  .page--home .area--member .member--inner .harinezumikun {
    width: 132px;
    height: 150px;
    bottom: -17%;
    left: 20%;
  }
  .page--home .area--member .member--inner .namakemono {
    bottom: 71%;
    right: 21%;
  }
}
/* IE対応 */
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .block--pager .pager__item--newer {
    width: 30px;
    height: 30px;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer > span {
    border: 2px solid #000;
    border-radius: 15px;
  }
  .block--pager .pager__item--newer a .arrow::after, .block--pager .pager__item--newer > span .arrow::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 8px;
    left: 7px;
  }
  .block--pager .pager__item--newer a .arrow::before, .block--pager .pager__item--newer > span .arrow::before {
    width: 14px;
    height: 2px;
    top: 12px;
    left: 7px;
  }
  .block--pager .pager__item--older {
    width: 30px;
    height: 30px;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older > span {
    border: 2px solid #000;
    border-radius: 15px;
  }
  .block--pager .pager__item--older .arrow::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8px;
    right: 7px;
  }
  .block--pager .pager__item--older .arrow::before {
    width: 14px;
    height: 2px;
    top: 12px;
    right: 7px;
  }
  .block--pager .pager__item--newer > span,
  .block--pager .pager__item--older > span {
    border: 2px solid #dedede;
  }
  .block--pager .pager__item--newer > span .arrow:after, .block--pager .pager__item--newer > span .arrow:before,
  .block--pager .pager__item--older > span .arrow:after,
  .block--pager .pager__item--older > span .arrow:before {
    border-top: 2px solid #dedede;
    border-right: 2px solid #dedede;
  }
  .block--pager .pager__item--current,
  .block--pager .pager__item--other {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 0.9em;
    border: 2px solid #000;
  }
  .btn--main {
    width: 90%;
    border-radius: 5px;
    border: 3px solid #000;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    width: 90%;
    padding: 20px;
    border-radius: 5px;
    border: 3px solid #000;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .no-data {
    font-size: 4vw;
  }
  .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .header .drawer__btn {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 7vw;
    top: 7vw;
    border: 3px solid #000;
    z-index: 999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .drawer__btn span {
    display: block;
    width: 60%;
    height: 3px;
    position: absolute;
    left: 20%;
    border-radius: 3px;
  }
  .header .drawer__btn span:first-child {
    top: 33%;
  }
  .header .drawer__btn span:last-child {
    top: 58%;
  }
  .drawer {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .drawer .drawer-inner {
    height: 100%;
    padding: 8%;
    position: relative;
    left: 0;
    top: 0;
  }
  .drawer .drawer-inner .drawer--sns {
    width: 100%;
  }
  .drawer .drawer-inner .drawer--sns i {
    font-size: 16px;
  }
  .drawer [class^=nav--] .g-nav > li {
    margin-bottom: 5px;
    line-height: 1;
  }
  .drawer [class^=nav--] .g-nav > li a {
    padding: 6px 0;
    font-size: 4.1vw;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.01em;
  }
  .drawer [class^=nav--] .g-nav > li a span {
    font-size: 2.9vw;
    margin-bottom: 4px;
  }
  .drawer [class^=nav--] .g-nav > li:last-child {
    position: relative;
  }
  .drawer [class^=nav--] .g-nav > li:last-child a {
    margin-top: 17px;
  }
  .drawer [class^=nav--] .g-nav > li:last-child a:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -10px;
  }
  .drawer .nav--menu {
    width: 100%;
  }
  .drawer .nav--menu .g-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .drawer .nav--menu .g-nav.g-nav--fc li {
    display: block;
    width: 50%;
  }
  .drawer .nav--login {
    width: 100%;
    position: relative;
    left: 0;
  }
  .drawer .nav--login h1.logo {
    width: 48vw;
    height: 14vw;
    margin: 0 0 40px;
  }
  .drawer .nav--login h1.logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .drawer .nav--login h1.logo a svg {
    width: 100%;
    height: 100%;
  }
  .drawer .nav--login .login--btn {
    text-align: left;
    margin-bottom: 8px;
  }
  .drawer .nav--login .login--btn li a {
    padding: 8px 10px;
    font-size: 11px;
    text-align: center;
    border-radius: 5px;
    background: none;
    border: 2px solid #fff;
    width: 90px;
  }
  .drawer-visible .header .drawer__btn span {
    background: #fff;
  }
  .drawer-visible .header .drawer__btn span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 44%;
  }
  .drawer-visible .header .drawer__btn span:last-child {
    top: 44%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .page--error .section--detail {
    padding: 6%;
    margin: 0 auto;
    width: 90%;
  }
  .page--error .section--detail .tit {
    font-size: 24px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .text {
    text-align: left;
    font-size: 13px;
  }
  footer {
    padding: 4% 5% 2%;
  }
  footer h1.logo {
    width: 42vw;
    height: 12vw;
    margin: 0 auto 8px 0;
  }
  footer .copyright {
    font-size: 10px;
  }
  .slick-dots li {
    height: 6px;
    width: 6px;
    margin: 0 6px;
  }
  .slick-dots li button:before {
    height: 6px;
  }
  .date, .category {
    display: inline-block;
    min-width: inherit;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
  }
  .category {
    margin-left: 5px;
    padding-left: 20px;
    position: relative;
  }
  [class^=list--] li.new a .date:before {
    margin-right: 8px;
  }
  [class^=list--]:not(.list--information) li.new a:before {
    width: 62px;
    height: 43px;
    top: -11px;
    left: -6px;
  }
  [class^=list--]:not(.list--information) li.new:first-child a:before {
    width: 82px;
    height: 57px;
    top: -5px;
    left: -12px;
  }
  .tit {
    font-size: 13px;
    line-height: 1.8;
  }
  .list--information {
    padding-bottom: 5.5%;
  }
  .list--information li {
    margin-bottom: 6%;
  }
  .list--information li a {
    display: block;
    margin: 3.5%;
  }
  .list--information li a .tit {
    width: 100%;
    font-size: 12px;
    line-height: 1.6;
  }
  .list--information li a .date {
    width: auto;
    min-width: inherit;
    font-size: 10px;
    margin-bottom: 2%;
  }
  .list--information li a .category {
    margin: 0;
    width: auto;
    min-width: inherit;
  }
  .list--contents li a {
    display: block;
  }
  .list--photo li {
    width: 50%;
  }
  .block--category {
    margin-bottom: 20px;
  }
  .block--category li {
    margin-right: 0;
  }
  .block--category li a {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 0 5px;
  }
  li.no-data {
    padding: 2em 0;
  }
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .wrap {
    padding: 120px 0 50%;
    position: relative;
  }
  .wrap:before {
    background-size: 300px;
  }
  .wrap > .login--btn {
    position: absolute;
    top: 4.3vw;
    right: 22vw;
    z-index: 10;
  }
  .wrap > .login--btn li a {
    min-width: 80px;
    font-size: 12px;
    border-radius: 6px;
    padding: 8px 10px;
  }
  .wrap > .login--btn li:first-child {
    margin-right: 5px;
  }
  .wrap > h1.logo {
    width: 80%;
    position: absolute;
    left: -6vw;
    top: 3vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
  }
  .page--detail .wrap:after,
  .page--feature .wrap:after,
  .page--questionnaire .wrap:after {
    bottom: 6vh;
    right: 3vw;
    width: 35vw;
    height: 30vw;
  }
  .page--dark .wrap:after {
    bottom: 7vh;
    right: 6vw;
    width: 30vw;
    height: 30vw;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    font-size: 6vw;
    margin-bottom: 32px;
  }
  .section--detail {
    padding: 7%;
    width: 100%;
    max-width: inherit;
  }
  .section--detail .detail__btn {
    margin-top: 2em;
    font-size: 4vw;
  }
  .section--detail .tit {
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .section--detail .txt {
    padding-top: 20px;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--list .section-tit span {
    background: #925C22;
    border: 3px solid #bd8b65;
    border-radius: 5px;
    padding: 2% 6% 3%;
  }
  .section--list .list--contents li {
    width: 48%;
    margin-bottom: 30px;
  }
  .section--list .list--contents li:last-child, .section--list .list--contents li:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .section--list .list--contents li:first-child {
    margin-bottom: 30px;
  }
  .section--list .list--contents .thumb {
    border: 3px solid #000;
    border-bottom: none;
  }
  .section--list .list--contents .list__txt {
    padding: 6%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 80px;
  }
  .section--list .list--contents .list__txt .date {
    font-size: 10px;
    margin-bottom: 0;
  }
  .page--home {
    /* section--keyvisual */
    /* section--info */
  }
  .page--home .wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page--home .wrap > h1.logo {
    display: none;
  }
  .page--home .intro-page {
    background: -webkit-gradient(linear, left top, left bottom, from(#2dccfa), color-stop(60%, #2dccfa), color-stop(60%, #27b8e2), to(#27b8e2));
    background: linear-gradient(180deg, #2dccfa 0%, #2dccfa 60%, #27b8e2 60%, #27b8e2 100%);
  }
  .page--home .intro-page .logo {
    width: 40vh;
    height: auto;
    position: absolute;
    left: calc(50% - 20vh);
    top: 30vh;
  }
  .page--home .intro-page .maison-intro {
    width: 22vh;
    height: auto;
    position: absolute;
    left: calc(50% - 11vh);
    bottom: 34vh;
  }
  .page--home header h1 {
    display: none;
  }
  .page--home footer {
    height: auto;
    padding: 40px 4%;
  }
  .page--home footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 8%;
  }
  .page--home footer .list--support {
    width: 100%;
    margin-bottom: 20px;
  }
  .page--home footer .list--support li {
    display: inline-block;
    margin: 0.5em;
  }
  .page--home footer .list--support li a {
    padding: 5px 0;
  }
  .page--home footer .list--support dt {
    display: none;
  }
  .page--home footer .link--official {
    margin-bottom: 5vw;
  }
  .page--home footer .link--official .btn--sub {
    width: 80%;
    padding: 16px;
    border-radius: 5px;
  }
  .page--home footer .copyright {
    margin-bottom: 5vw;
  }
  .page--home .section--keyvisual {
    height: 34vh;
  }
  .page--home .section--keyvisual .inner {
    height: 100%;
  }
  .page--home .section--keyvisual .inner .logo {
    width: 82vw;
    top: 18vh;
    left: calc(50% - 41vw);
  }
  .page--home .scroll {
    display: none;
  }
  .page--home .cloud01 {
    display: none;
  }
  .page--home .cloud02 {
    width: 81px;
    height: 60px;
    top: 25%;
    right: -8%;
    left: auto;
  }
  .page--home .cloud03 {
    width: 110px;
    height: 77px;
    top: -16%;
    left: 0;
    right: auto;
  }
  .page--home .cloud04 {
    display: none;
  }
  .page--home .cloud05 {
    width: 122px;
    height: 80px;
    top: -4%;
    left: 2%;
  }
  .page--home .cloud06 {
    display: none;
  }
  .page--home .cloud07 {
    display: none;
  }
  .page--home .cloud08 {
    width: 110px;
    height: 77px;
    top: 11%;
    left: auto;
    right: -10%;
  }
  .page--home .cloud09 {
    width: 130px;
    height: 79px;
    top: 27%;
    right: auto;
    left: 0;
  }
  .page--home .chinanago {
    width: 110px;
    height: 105px;
    top: 40%;
    left: auto;
    right: -15%;
  }
  .page--home .musasabi {
    width: 90px;
    height: 90px;
    top: -9%;
    left: auto;
    right: 62%;
  }
  .page--home .namakemono {
    width: 90px;
    height: 90px;
    bottom: 84.5%;
    right: 0;
  }
  .page--home .penguin {
    width: 80px;
    height: 90px;
    bottom: -17%;
    left: 4%;
  }
  .page--home .section--banner {
    position: relative;
    z-index: 2;
  }
  .page--home .section--banner .list--bnr .slick-list li.slick-slide {
    padding: 0 10px;
  }
  .page--home .section--banner .list--bnr .slick-list li.slick-slide a {
    display: block;
  }
  .page--home .section--banner .list--bnr .slick-list li.slick-slide img {
    border: 3px solid #000;
  }
  .page--home .section--banner .slick-track {
    margin-bottom: 20px;
  }
  .page--home .section--banner .slick-dots {
    bottom: -12px;
  }
  .page--home .section--banner .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
  .page--home .section--banner .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #000;
    background: #fff;
  }
  .page--home .section--banner .slick-arrow:after {
    font-size: 30px;
  }
  .page--home .section--banner .slick-prev {
    left: 4vw;
  }
  .page--home .section--banner .slick-prev::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 7px;
    left: 7px;
  }
  .page--home .section--banner .slick-prev::before {
    width: 13px;
    height: 2px;
    top: 11px;
    left: 6px;
    background: #000;
  }
  .page--home .section--banner .slick-next {
    right: 4vw;
  }
  .page--home .section--banner .slick-next:after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 7px;
    right: 6px;
  }
  .page--home .section--banner .slick-next::before {
    width: 13px;
    height: 2px;
    top: 11px;
    right: 6px;
    background: #000;
  }
  .page--home .section--banner.section--banner--single .list--bnr {
    width: 80%;
    margin: 0 auto 20px;
  }
  .page--home .area--free {
    padding-bottom: 2vw;
  }
  .page--home .section--info {
    padding: 0 5%;
    margin-bottom: 23vw;
  }
  .page--home .section--info .section-tit {
    text-align: left;
    margin-left: 15px;
    margin-bottom: -10px;
    font-weight: 900;
  }
  .page--home .section--info .list__more a {
    font-size: 10px;
    min-width: 90px;
    padding: 7px;
    position: absolute;
    bottom: -21px;
    right: 35px;
    width: auto;
  }
  .page--home .area--member {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #a2c0c2), to(#a2c0c2));
    background: linear-gradient(180deg, transparent 0%, transparent 60%, #a2c0c2 60%, #a2c0c2 100%);
    padding-bottom: 180px;
  }
  .page--home .area--member .member--inner .maison {
    width: 342px;
    height: 925px;
    background-image: url(/static/kyusonekokami/fanclub/top/maison-sp_re.png);
  }
  .page--home .area--member .member--inner .maison ul {
    width: 85%;
    margin: 0 auto;
    padding-top: 170px;
  }
  .page--home .area--member .member--inner .maison ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .page--home .area--member .member--inner .maison ul li.new:before {
    left: -25%;
    top: -11%;
  }
  .page--home .area--member .member--inner .maison ul li a, .page--home .area--member .member--inner .maison ul li > div {
    background-size: 100px 112px;
    width: 80%;
    height: 126px;
  }
  .page--home .area--member .member--inner .maison ul li a .tit {
    bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.02em;
    width: 90px;
    left: 18.9%;
  }
  .page--home .area--member .member--inner .maison ul li.window-movie a .tit {
    font-size: 10px;
    letter-spacing: -0.06em;
  }
  .page--home .area--member .member--inner .maison ul li.window-photo a .tit span {
    padding-left: 4px;
  }
  .page--home .area--member .member--inner .maison ul li:hover:not(.closed) {
    -webkit-animation: purun 5s ease-out infinite;
            animation: purun 5s ease-out infinite;
  }
  .page--home .area--member .member--inner .maison .icon-radio {
    width: 81px;
    height: 81px;
    bottom: 33px;
    left: 26%;
  }
  .page--home .area--member .member--inner .maison .icon-column {
    width: 94px;
    height: 79px;
    bottom: 34px;
    left: 12%;
  }
  .page--home .area--member .member--inner .maison .icon-yokota {
    width: 62px;
    height: 84px;
    bottom: 27px;
    left: calc(50% - 31px);
  }
  .page--home .area--member .member--inner .maison .icon-movie {
    width: 104px;
    height: 88px;
    bottom: 33px;
    left: 12%;
  }
  .page--home .area--member .member--inner .maison .icon-stream {
    width: 78px;
    height: 84px;
    bottom: 35px;
    left: calc(50% - 39px);
  }
  .page--home .area--member .member--inner .maison .icon-photo {
    width: 98px;
    height: 92px;
    bottom: 28px;
    left: calc(50% - 49px);
  }
  .page--home .area--member .member--inner .maison .icon-qa {
    width: 62px;
    height: 98px;
    bottom: 32px;
    left: calc(50% - 31px);
  }
  .page--home .area--member .member--inner .maison .icon-marmot {
    width: 170px;
    height: 93px;
    bottom: 32px;
    left: -4%;
  }
  .page--home .area--member .member--inner .post {
    width: 77px;
    height: 119px;
    bottom: -7px;
    right: 0;
  }
  .page--home .area--member .member--inner .nekokun {
    width: 73px;
    height: 102px;
    bottom: -6%;
    left: -1%;
  }
  .page--home .area--member .member--inner .harinezumikun {
    width: 89px;
    height: 102px;
    bottom: -15%;
    right: 14%;
  }
  .page--home .area--member .member--inner .prairiedogkun {
    width: 65px;
    height: 70px;
    bottom: -9%;
    left: 29%;
  }
  .page--home.loaded .drawer__btn {
    opacity: 1;
    -webkit-transition: 0.8s 3s;
    transition: 0.8s 3s;
  }
  .page--home.loaded.all-clear .drawer__btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--info .block--share {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
  }
  .page--info .block--share li.share {
    font-size: 10px;
  }
  .page--info .block--share li:last-child {
    padding-bottom: 4px;
  }
  .page--info .section--detail {
    width: 90%;
    padding: 6%;
  }
  .page--info .section--detail .txt {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .page--info .section--detail .category {
    padding-left: 0;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 5px;
  }
  .page--blog .section--detail .detail__btn {
    margin-top: 0;
  }
  .page--blog .section--detail {
    width: 90%;
    padding: 6%;
  }
  .page--blog .section--detail .txt {
    margin-bottom: 10px;
  }
  .page--blog .section--detail .btn .btn--sub {
    padding: 10px;
  }
  .page--blog .form__select {
    margin: 0 auto 10px;
    width: 60%;
  }
  .page--blog .block--comment .list--comment li.no-data {
    font-size: 3vw;
  }
  .page--photo .section--list .list--contents li:first-child a {
    width: 60%;
  }
  .page--photo .section--detail .detail__btn {
    margin-top: 0;
  }
  .page--photo .section--detail {
    width: 90%;
    padding: 6%;
  }
  .page--photo .section--detail .tit {
    margin-bottom: 10px;
  }
  .page--photo .section--detail .txt {
    margin-bottom: 10px;
  }
  .page--photo .section--detail .date {
    margin-bottom: 12px;
  }
  .page--photo .section--detail .block--form + .block--pager .pager__item--other a {
    margin-top: 0;
  }
  .page--photo .form__select {
    margin: 40px auto 20px;
  }
  .page--photo .block--comment .list--comment li.no-data {
    font-size: 3vw;
  }
  .page--movie .section--detail {
    padding: 6%;
    margin: 0 auto;
    width: 90%;
  }
  .page--movie .section--detail .tit {
    margin-bottom: 5px;
  }
  .page--movie .section--detail .block--player {
    margin: 0 auto 10px;
  }
  .page--movie .section--detail .sub-txt-list {
    margin-bottom: 10px;
  }
  .page--movie .section--detail .list--player {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #000;
  }
  .page--movie .section--list .list--contents li:first-child a {
    width: 60%;
  }
  .page--movie .section--list .list--information .no-data {
    border: none;
    background: none;
    padding: 1em 0 0.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail {
    padding: 6%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--pager {
    width: 90% !important;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--pager li.detail__btn {
    margin: auto;
    padding: 0;
    width: 60% !important;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--pager li.detail__btn a {
    line-height: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie {
    background: none;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
    width: 100%;
    aspect-ratio: initial;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 20px;
    padding-top: 56.25%;
    z-index: 999;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-poster {
    display: block;
    background-size: 100%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button::before {
    content: "";
    background: #ffffff;
    height: 18px;
    width: 18px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar {
    position: relative;
    height: 100%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control span::before {
    background: none;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control.vjs-paused span {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control.vjs-paused span::before {
    content: "";
    background: #ffffff;
    height: 18px;
    width: 18px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-progress-control {
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-picture-in-picture-control .vjs-control {
    height: 3.5em;
    position: absolute;
    left: -2vw;
    top: -3vw;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-picture-in-picture-control.vjs-control {
    height: 3.5em;
    position: absolute;
    left: 1vw;
    top: -3vw;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control {
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
    position: absolute;
    right: 0;
    top: -10px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal .vjs-volume-control {
    display: none;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-time-control {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-subs-caps-button {
    position: absolute;
    bottom: 1vw !important;
    left: 7vw !important;
    display: block !important;
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-fullscreen-control {
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-http-source-selector.vjs-menu-button.vjs-menu-button {
    position: absolute;
    right: 10vw;
    bottom: 10px;
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main {
    margin: 30px 0 0 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .more_movies_title {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
    display: block;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 0 30px 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    width: 25%;
    margin: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
    padding: 0 0 0 15px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
    font-size: 12px;
    margin: 0 0 5px 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .date {
    font-size: 11px;
  }
  .page--movie.new-movie.page-movie-detail.page--streaming .section--detail .block--player {
    position: relative;
    top: auto;
    left: auto;
  }
  .page--movie.new-movie.page-movie-detail.page--streaming .section--detail .block--player .video-js.vjs-fullscreen {
    z-index: 9999999;
  }
  .page--movie.new-movie.page-movie-detail.page--streaming .section--detail .block--player .video-js.vjs-fullscreen .vjs-poster {
    background-size: contain !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
  .page--movie.new-movie.page-movie-detail.page--streaming:has(.vjs-fullscreen) .content-main {
    z-index: 1000;
    position: relative;
  }
  .page--qa.page--detail .wrap {
    padding: 90px 0 50%;
  }
  .page--qa [class^=section--] .date {
    text-align: left;
  }
  .page--qa [class^=section--] .name {
    display: inline-block;
    padding-left: 50px;
  }
  .page--qa [class^=section--] .name span {
    left: 30px;
    font-size: 16px;
    top: -14px;
  }
  .page--qa .section--inner > .txt {
    margin: 0 0 10px;
    font-weight: 700;
  }
  .page--qa .section--list .name {
    float: right;
  }
  .page--qa .section--list .btn--main {
    margin-bottom: 30px;
  }
  .page--qa .section--list .list--qa {
    margin: 30px auto 10px;
  }
  .page--qa .section--list .list--qa li {
    margin: 0 0 35px;
  }
  .page--qa .section--list .list--qa li a {
    padding: 20px;
  }
  .page--qa .section--list .list--qa li a .tit {
    margin: 0 0 10px;
  }
  .page--qa .section--list .list--qa li:last-child {
    margin-bottom: 0;
  }
  .page--qa .section--list .list--qa li.new a:before {
    width: 66px;
    height: 46px;
    top: -26px;
    left: -16px;
  }
  .page--qa .section--detail.post--q {
    width: 90%;
    margin: 0 auto;
    padding: 6%;
  }
  .page--qa .section--detail.complete .section--inner .txt {
    text-align: left;
  }
  .page--qa .section--detail .block--form dt {
    margin-top: 0;
  }
  .page--qa .section--detail .block--form dd {
    margin-bottom: 30px;
  }
  .page--qa .section--detail .block--form dd:last-child {
    margin-bottom: 0;
  }
  .page--qa .section--detail.answer [class^=block__] {
    padding: 8%;
  }
  .page--qa .section--detail.answer [class^=ico--] {
    font-size: 54px;
    top: -54px;
    left: 10px;
  }
  .page--qa .section--detail.answer .block__question {
    margin: 0 0 38px;
  }
  .page--qa .section--detail .btn .btn--sub {
    padding: 10px;
  }
  .page--live .section--detail {
    width: 90%;
    margin: 0 auto;
    padding: 6%;
  }
  .page--live .section--detail .tit {
    margin-bottom: 5px;
  }
  .page--live .section--detail .notice {
    font-size: 4vw;
  }
  .page--live .section--detail .app-how-to h3 {
    font-size: 3.2vw;
  }
  .page--live .section--detail .swiper-button-prev, .page--live .section--detail .swiper-button-next {
    color: #aaa;
  }
  .page--live .section--detail .swiper-button-prev:after, .page--live .section--detail .swiper-button-next:after {
    font-size: 30px;
  }
  .page--live .section--detail .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
  }
  .page--live .section--detail .attention {
    margin: 0 auto 20px;
    padding: 20px 0 15px;
  }
  .page--live .section--detail .attention > ul li {
    font-size: 12px;
  }
  .page--live .section--detail .link-txt {
    font-size: 15px;
    margin: 0 auto 15px;
    font-weight: 500;
  }
  .page--live .section--detail .dl-list {
    padding: 0 0 0px;
  }
  .page--live .section--detail .dl-list a {
    margin: 0 10px;
  }
  .page--live .section--detail .dl-list a img {
    height: 38px;
  }
  .page--live .section--detail ul.howtoList {
    margin: 15px auto 0;
  }
  .page--live .section--detail ul.howtoList li {
    padding: 0px 0 15px 1em;
    text-indent: -1em;
  }
  .page--live .section--detail dl.adjust {
    padding: 25px 0 0;
    margin: 0 auto 0px;
  }
  .page--live .section--detail dl.adjust dd {
    width: 100%;
    padding: 0 0;
    margin: 0 auto 25px;
  }
  .page--live .section--detail dl.adjust dd .text {
    min-height: auto;
  }
  .page--live .section--detail .methodList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  .page--live .section--detail .methodList li {
    padding: 0 10px;
    width: 100%;
  }
  .page--live .section--detail .methodList li .fa {
    display: none;
  }
  .page--live .section--detail .lead {
    font-size: 18px;
    margin: 0 auto 25px;
  }
  .page--live .section-tit {
    font-size: 6vw;
    margin-bottom: 20px;
  }
  .page--live .section-tit span {
    background: #925C22;
    border: 3px solid #bd8b65;
    border-radius: 5px;
    padding: 2% 6% 3%;
    display: inline-block;
  }
  .page--support .section--detail {
    width: 90%;
    padding: 6%;
  }
  .page--support .section--detail .section-tit {
    letter-spacing: 0.05em;
    margin: 0 0 20px 0;
    font-size: 5vw;
    line-height: 1.4;
  }
  .page--support .section--detail .txt {
    padding-top: 20px;
  }
  .page--support .section--detail .list--support .txt {
    padding-top: 0;
  }
  .page--faq .section--list,
  .page--faq .section--detail {
    padding: 8% 6% 0;
    width: 90%;
    margin: 0 auto;
  }
  .page--faq .section-tit {
    font-size: 5vw;
  }
  .page--faq .searchBox {
    width: 100%;
    margin-bottom: 40px;
  }
  .page--faq .list--faq {
    margin: 0 0 45px;
  }
  .page--faq .list--faq li {
    font-size: 13px;
  }
  .page--faq .list--faq li a {
    padding: 10px 0;
  }
  .page--faq .list--faq li a .tit {
    font-size: 13px;
  }
  .page--faq .tit--category {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .page--faq .block--faq-detail {
    padding: 6%;
    margin: 0 0 40px;
  }
  .page--faq .block--faq-detail .txt {
    font-size: 12px;
  }
  .page--faq .detail__btn {
    margin: 0;
  }
  .page--questionnaire .section--detail {
    padding: 5%;
    width: 90%;
  }
  .page--questionnaire .section--detail .section-tit {
    margin-bottom: 18px;
  }
  .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: 20px;
  }
  .page--questionnaire .section--detail .btn .btn--sub {
    padding: 10px;
  }
  .page--dark.page--list .section--list .section-tit span {
    border: 3px solid #828282;
  }
  .page--entry .cloud01 {
    width: 110px;
    height: 77px;
    top: -2%;
    left: -8%;
  }
  .page--entry .cloud02 {
    display: none;
  }
  .page--entry .cloud03 {
    width: 110px;
    height: 77px;
    top: 6%;
    right: -15%;
  }
  .page--entry .cloud04 {
    width: 122px;
    height: 80px;
  }
  .page--entry .cloud05 {
    width: 122px;
    height: 80px;
    top: 10%;
    left: -2%;
  }
  .page--entry .cloud06 {
    width: 110px;
    height: 77px;
    top: 58%;
  }
  .page--entry .cloud07 {
    width: 130px;
    height: 79px;
    top: 35%;
  }
  .page--entry .cloud08 {
    width: 110px;
    height: 77px;
    top: 88%;
    left: -2%;
    right: auto;
  }
  .page--entry .cloud09 {
    width: 130px;
    height: 79px;
    top: 40%;
  }
  .page--entry .wrap {
    padding-top: 120px;
  }
  .page--entry .section--detail {
    padding: 0;
  }
  .page--entry .section--detail .btn--area {
    font-size: 13px;
    padding: 0 7%;
    margin: 0 auto;
  }
  .page--entry .section--detail .btn--area .btn.entry .btn--main {
    width: 260px;
    border: 3px solid #000;
  }
  .page--entry .section--detail .block--top {
    width: 94%;
  }
  .page--entry .section--detail .block--top .logo-fc {
    margin: 0 auto 3%;
  }
  .page--entry .section--detail .block--top .lead {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .page--entry .section--detail .block--contents {
    padding: 26px 0 !important;
    position: relative;
  }
  .page--entry .section--detail .block--contents .list--contents {
    padding: 0 7%;
  }
  .page--entry .section--detail .block--contents .list--contents li {
    width: 100%;
    margin: 0 0 5%;
  }
  .page--entry .section--detail .block--contents .list--contents li .tit {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .page--entry .section--detail .block--contents .list--contents li .text {
    font-size: 13px;
  }
  .page--entry .section--detail [class^=block--] {
    margin: 0 auto 30px;
    padding: 0 7%;
  }
  .page--entry .section--detail [class^=block--] table {
    font-size: 13px;
  }
  .page--entry .section--detail [class^=block--] table th {
    width: 100px;
    padding: 10px 13px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
  }
  .page--entry .section--detail [class^=block--] table td {
    padding: 10px;
  }
  .page--entry .section--detail [class^=block--] table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--entry .section--detail .block--entry .tit,
  .page--entry .section--detail .block--device .tit {
    text-align: left;
    margin-left: 15px;
    margin-bottom: -3px;
    font-size: 6vw;
    font-weight: 900;
  }
  .page--entry .section--detail .block--top {
    margin: 0 auto;
  }
  .page--bbs.bbs--top .wrap {
    padding: 0 0 150px 0;
  }
  .page--bbs .wrap {
    padding: 0 0 100px 0;
  }
  .page--bbs .wrap .content-main #bbs .pageTit {
    padding: 15px;
  }
  .page--bbs .wrap .content-main #bbs .pageTit h2 {
    width: 100%;
  }
  .page--bbs .wrap .content-main #bbs .btnArea {
    padding: 35px 15px;
  }
  .page--bbs .wrap .content-main #bbs .btn a {
    padding: 20px;
    font-size: 14px;
  }
  .page--bbs .wrap .content-main #bbs .btn a:hover {
    background: #fff100;
  }
  .page--bbs .wrap .content-main #bbs .btn.back a {
    max-width: 150px;
    padding: 150x;
    font-size: 11px;
    margin: 15px auto 0;
  }
  .page--bbs .wrap .content-main #bbs .btn.back a:hover {
    background: transparent;
    color: #fff;
  }
  .page--bbs .wrap .content-main #bbs .section {
    width: 90%;
  }
  .page--bbs .wrap .content-main #bbs .section .bnr_comment {
    width: 80px;
    bottom: 10px;
    right: 10px;
  }
  .page--bbs .wrap .content-main #bbs .section .bnr_comment a:hover {
    -webkit-transform: none;
            transform: none;
  }
  .page--bbs .wrap .content-main #bbs .section .titArea {
    margin: 0 auto 20px;
  }
  .page--bbs .wrap .content-main #bbs .section .commentList li {
    margin: 0 auto 30px;
  }
  .page--bbs .wrap .content-main #bbs .section .commentList li .iconBox {
    width: 15%;
  }
  .page--bbs .wrap .content-main #bbs .section .commentList li .iconBox .name {
    font-size: 11px;
  }
  .page--bbs .wrap .content-main #bbs .section .commentList li .txtBox {
    width: 80%;
    padding: 15px;
    min-width: 120px;
    max-width: 100%;
    font-size: 13px;
  }
  .page--bbs .wrap .content-main #bbs .section .commentList li .txtBox .titArea {
    margin: 0;
  }
  .page--bbs .wrap .content-main #bbs .section .commentList li .txtBox .titArea .date {
    font-size: 11px;
    margin: 0 0 5px 0;
  }
  .page--bbs .wrap .content-main #bbs .section .commentList li .txtBox .txtArea .txt {
    font-size: 13px;
  }
  .page--bbs .wrap .content-main #bbs .section .commentPost {
    padding: 20px;
  }
  .page--bbs .wrap .content-main #bbs .section .commentPost dl dt {
    font-size: 11px;
  }
  .page--bbs .wrap .content-main #bbs .section .commentPost dl dd {
    font-size: 12px;
    margin: 0 0 15px 0;
  }
  .page--bbs .wrap .content-main #bbs .section .commentPost dl dd textarea {
    padding: 15px;
  }
  .page--bbs .wrap .content-main #bbs .section .commentPost .btn input {
    padding: 15px;
    font-size: 12px;
    min-width: 45%;
  }
  .page--bbs .wrap .content-main #bbs .section .commentPost .btn input:hover {
    color: #000;
    background: #fff;
  }
  .page--bbs .wrap .content-main #bbs .section .commentPost .btn input.main:hover {
    background: #e65f30;
    color: #fff;
  }
  .page--bbs .wrap .content-main #bbs .section .commentPost .attentionBox {
    margin: 20px 0 0 0;
    padding: 15px;
  }
  .page--bbs .wrap .content-main #bbs .section .commentPost .attentionBox li {
    font-size: 11px;
  }
  .page--bbs .wrap .content-main #bbs .section .pagingBox {
    margin: 0 auto 30px;
  }
  .page--bbs .wrap .content-main #bbs .section .pagingBox ul li.pager__item--current {
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .page--bbs .wrap .content-main #bbs .section .pagingBox ul li.pager__item--other a {
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .page--bbs .wrap .content-main #bbs .section .pagingBox ul li.pager__item--other a:hover {
    background: #E65F30;
  }
  .page--bbs .wrap .content-main #bbs .section .pagingBox ul li .fa {
    font-size: 11px;
    margin: 0 10px;
  }
  .page--bbs footer {
    min-height: auto;
    font-size: 11px;
    background: transparent !important;
    color: #000;
  }
  .page--bbs footer h1 {
    display: none;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 961px) {
  .header .drawer__btn {
    width: 60px;
    height: 60px;
    right: 5vw;
    top: 5vw;
    border: 4px solid #000;
  }
  .header .drawer__btn span {
    height: 5px;
  }
  .drawer .drawer-inner {
    padding: 6% 8%;
  }
  .drawer .drawer-inner .drawer--sns i {
    font-size: 24px;
  }
  .drawer .nav--login h1.logo {
    margin: 0 0 60px;
  }
  .drawer [class^=nav--] .g-nav > li {
    margin-bottom: 25px;
  }
  .drawer [class^=nav--] .g-nav > li a {
    font-size: 3.5vw;
  }
  .drawer [class^=nav--] .g-nav > li a span {
    font-size: 2vw;
    margin-bottom: 7px;
  }
  .wrap {
    padding: 130px 0 40%;
  }
  .wrap > .login--btn {
    top: 4.4vw;
    right: 16vw;
  }
  .wrap > .login--btn li a {
    min-width: 120px;
    padding: 12px 10px;
  }
  .slick-dots li {
    height: 8px;
    width: 8px;
    margin: 0 8px;
  }
  .slick-dots li button:before {
    height: 8px;
  }
  .list--information li {
    margin-bottom: 4%;
  }
  .list--information li a {
    margin: 2%;
  }
  .list--information li a .date {
    margin-bottom: 1%;
  }
  [class^=list--]:not(.list--information) li.new:first-child a:before {
    width: 119px;
    height: 84px;
    top: 0px;
    left: -4px;
  }
  [class^=list--]:not(.list--information) li.new a:before {
    top: 0px;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    font-size: 3.6vw;
    margin-bottom: 50px;
  }
  .section--list .list--contents li {
    margin-bottom: 80px;
  }
  .section--list .list--contents .thumb {
    border: 5px solid #000;
    border-bottom: none;
  }
  .section--list .list--contents .list__txt {
    padding: 4% 6%;
  }
  .section--detail .tit {
    font-size: 2.4vw;
  }
  .section--detail .detail__btn {
    font-size: 2vw;
  }
  .page--home .section--keyvisual {
    height: 45vh;
  }
  .page--home .section--keyvisual .inner .logo {
    top: 19vh;
  }
  .page--home .section--banner .slick-arrow {
    width: 50px;
    height: 50px;
    border: 3px solid #000;
  }
  .page--home .section--banner .slick-prev::before {
    width: 22px;
    height: 4px;
    top: 20px;
    left: 11px;
  }
  .page--home .section--banner .slick-prev:after {
    width: 18px;
    height: 18px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    top: 13px;
    left: 12px;
  }
  .page--home .section--banner .slick-next::before {
    width: 22px;
    height: 4px;
    top: 20px;
    right: 11px;
  }
  .page--home .section--banner .slick-next:after {
    width: 18px;
    height: 18px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    top: 13px;
    right: 12px;
  }
  .page--home .section--info {
    margin-bottom: 12vw;
  }
  .page--home .section--info .section-tit {
    font-size: 4.5vw;
    margin-bottom: -18px;
  }
  .page--home .section--info .list__more a {
    font-size: 11px;
    min-width: 110px;
    padding: 10px;
    bottom: -25px;
    right: 70px;
  }
  .page--qa .section--list .list--qa li.new a:before {
    width: 66px;
    height: 46px;
    top: -26px;
    left: -16px;
  }
  .page--qa .section--detail.answer [class^=block__] {
    padding: 4% 6%;
  }
  .page--support .section--detail .section-tit {
    font-size: 3.2vw;
    margin: 0 0 10px 0;
  }
  .page--entry .section--detail .block--contents .list--contents li .tit {
    font-size: 3vw;
  }
  .page--entry .section--detail .block--contents .list--contents li .text {
    font-size: 2vw;
  }
  .page--entry .section--detail .block--entry .tit, .page--entry .section--detail .block--device .tit {
    font-size: 4vw;
  }
  .page--entry .section--detail [class^=block--] {
    margin: 0 auto 50px;
  }
  .page--entry .section--detail .block--top .lead {
    font-size: 20px;
  }
}/*# sourceMappingURL=fanclub-service.css.map */