@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;
}

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

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

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

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

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

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

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

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

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

.block--pager {
  text-align: left;
  letter-spacing: -0.5em;
  font-size: 15px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 20px;
  height: 60px;
}
.block--pager li {
  display: inline-block;
  font-family: "Ibarra Real Nova", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 0.6em 0;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 49%;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.6em;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  width: 7px;
  height: 7px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 16px;
  right: 16px;
}
.block--pager .pager__item--newer span {
  opacity: 0.2;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  width: 7px;
  height: 7px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  right: 16px;
}
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  position: relative;
  padding: 0.6em;
  vertical-align: -1px;
}
.block--pager .pager__item--current::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.txt--basic {
  margin: 0 0 1em;
  font-family: "Noto Serif JP", serif;
}

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* image */
.ph, .thumb {
  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;
}

.thumb.nonlogin .cover {
  content: "";
  position: absolute;
  width: 95%;
  height: 90%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
.thumb.nonlogin .cover svg {
  width: 100%;
  height: 100%;
}
.thumb.nonlogin .dummy {
  -webkit-filter: blur(12px);
          filter: blur(12px);
  -webkit-transform: scale(3);
          transform: scale(3);
  position: relative;
}

.thumb.login .cover {
  display: none;
}

.slick-dots li {
  width: 11px;
  height: 15px;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-dots li button {
  height: 100%;
  padding: 0 5px;
}
.slick-dots li button:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 4px;
}
.slick-dots .slick-active button:before {
  -webkit-transform: scaleY(1.8);
          transform: scaleY(1.8);
  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", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #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;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
textarea:focus {
  border-color: #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: 1px 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;
  padding-right: 2.3em;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__select select:focus {
  border-color: #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;
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
}

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

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

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #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: #000;
  border-color: #000;
}
.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;
}

@-webkit-keyframes hoverGradient {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 100%;
  }
}
@-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;
  }
}
.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
}

.btn--main {
  background-image: -webkit-gradient(linear, left top, right top, from(#555), color-stop(51%, #2b2725), to(#555));
  background-image: linear-gradient(to right, #555 0%, #2b2725 51%, #555 100%);
  color: #fff;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px;
  margin: 1em 0;
}

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

.detail__btn {
  font-family: "Ibarra Real Nova", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
.detail__btn a {
  display: inline-block;
}

.login--btn {
  position: relative;
}
.login--btn li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.login--btn li a {
  display: block;
  min-width: unset;
  color: #fff;
  font-family: "Ibarra Real Nova", serif;
  font-size: 22px;
  padding: 0 14px;
  -webkit-transition: none;
  transition: none;
}
.login--btn li:first-child::before {
  left: -2px;
}
.login--btn li:last-child::before {
  left: auto;
  right: 0;
}
.login--btn li span {
  display: block;
  height: 1px;
  background: #fff;
  width: 20px;
}

.date,
.category,
.commingsoon {
  font-family: "Ibarra Real Nova", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 14px;
}

.date, .category {
  font-family: "Ibarra Real Nova", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 13px;
}

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

.no-data {
  font-family: "Noto Serif JP", serif;
}

.tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-word;
}

[class^=list--] li.new a .tit::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  display: inline-block;
  position: relative;
  background: #c5b77b;
  top: -4px;
  right: -6px;
  border-radius: 50%;
}

.list--information li {
  border-bottom: 1px solid #e0dde0;
}
.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: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 40px 20px 40px 10px;
  position: relative;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--information li a .date,
.list--information li a .category {
  min-width: 7em;
}
.list--information li a .category {
  width: 9em;
  margin: 0 60px;
}
.list--information li a .tit {
  width: 80%;
}

.list--contents {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.list--contents li {
  width: 30%;
}
.list--contents li .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.list--contents li .tit {
  margin-bottom: 10px;
}
.list--contents li .tit .more {
  font-size: 80%;
}

.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%;
}

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

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

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

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

.drawer {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 50;
  overflow: hidden;
  background: #fff;
  -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:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: #111;
}
.drawer .drawer-inner {
  z-index: 10;
}
.drawer .drawer-inner .nav--login h2.logo a {
  display: block;
}
.drawer .drawer-inner .nav--login h2.logo a svg {
  width: 100%;
  height: auto;
}
.drawer [class^=nav--] .g-nav.g-nav--official {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.drawer [class^=nav--] .g-nav.g-nav--official::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  background: #fff;
  bottom: -1%;
  left: -28%;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}
.drawer [class^=nav--] .g-nav.g-nav--official li {
  display: inline-block;
}
.drawer [class^=nav--] .g-nav > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "Ibarra Real Nova", serif;
  position: relative;
}
.drawer [class^=nav--] li.home {
  position: relative;
  margin: 0 0 0 30px;
}
.drawer [class^=nav--] li.home::after {
  content: "";
  height: 1em;
  width: 1px;
  background: #888;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -35px;
}

.drawer__btn {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 60px;
  mix-blend-mode: difference;
}
.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(30deg);
          transform: rotate(30deg);
  top: 44px;
}
.drawer-visible .drawer__btn span:last-of-type {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.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);
}

footer {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .inner {
  display: none;
}
footer .copyright {
  text-align: center;
  top: inherit;
  bottom: 70px;
  position: absolute;
  left: 0;
  width: 100%;
}

.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: #fff;
}
.wrap > 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;
}
.wrap > h1 a {
  display: block;
  font-family: "Ibarra Real Nova", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  letter-spacing: -0.05em;
  font-size: 14vh;
  color: #fff;
}

.section-tit {
  font-family: "Ibarra Real Nova", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 60px;
  line-height: 1;
}

.section--list,
.section--detail {
  padding: 0 0 0 10%;
}
.section--list .section-tit,
.section--detail .section-tit {
  font-size: 20px;
  margin-bottom: 100px;
  letter-spacing: 0.5em;
}

.section--detail {
  padding: 0 10%;
}
.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: 20px;
}
.section--detail .date,
.section--detail .category {
  display: inline-block;
}
.section--detail .txt {
  padding-top: 80px;
}
.section--detail .block--share {
  float: right;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.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-family: "Ibarra Real Nova", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 11px;
  margin-right: 20px;
}

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

.page--home .wrap {
  padding-top: 0;
}
.page--home .wrap > h1 {
  display: none;
}
.page--home #bg {
  width: 100vw;
  height: 100vh;
  background: no-repeat center/cover;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home.scrolling.loaded #bg {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.page--home .scroll {
  position: absolute;
  bottom: 26vh;
  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;
  font-family: "Ibarra Real Nova", serif;
  position: relative;
}
.page--home .scroll::before {
  content: "";
  display: block;
  width: 1px;
  height: 26vh;
  position: absolute;
  background: #fff;
  top: 5em;
  left: 10px;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-animation: scroll 1.8s infinite;
          animation: scroll 1.8s infinite;
}
.page--home.scrolling .scroll {
  opacity: 0;
}
.page--home .detail__btn,
.page--home .list__more {
  font-family: "Ibarra Real Nova", serif;
  font-size: 12px;
  text-align: center;
}
.page--home .section--keyvisual {
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0;
  margin-bottom: 100vh;
}
.page--home .section--keyvisual .inner {
  margin: 3vw 3vw 0;
}
.page--home .section--keyvisual .block {
  background: #000;
  height: 37vh;
  position: relative;
}
.page--home .section--keyvisual .clip_text {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-items: center;
  width: 100%;
}
.page--home .section--keyvisual .clip_text span {
  display: block;
  width: 32vw;
  background: #000;
}
.page--home .section--keyvisual .clip_text svg {
  width: 57vw;
  height: 7.26vw;
}
.page--home .section--keyvisual::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21vw 94vw 0 0;
  border-color: #000 transparent transparent transparent;
  margin: 0 auto;
  left: 0;
  margin: 0 3vw 0;
}
.page--home .section--keyvisual .inner {
  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;
  height: 100vh;
  background: #000;
}
.page--home .section--keyvisual .inner .clip--text {
  -webkit-mask: url(/static/yuyategoshi/fanclub/common/top_firstview_txt_pc.svg);
  mask: url(/static/yuyategoshi/fanclub/common/top_firstview_txt_pc.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 50vw;
  height: 20vw;
  position: relative;
  top: -10vh;
}
.page--home .section--keyvisual .inner .clip--text img {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  height: 100vh;
  width: 100vw;
}
.page--home .section--banner .list--bnr .slick-list li a {
  -webkit-box-shadow: 12px 12px;
          box-shadow: 12px 12px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.page--home .section--banner .list--bnr .slick-prev,
.page--home .section--banner .list--bnr .slick-next {
  display: block;
  width: 30vw;
  text-decoration: none;
  position: absolute;
  top: inherit;
  bottom: -40px;
  z-index: 10;
}
.page--home .section--banner .list--bnr .slick-prev::before,
.page--home .section--banner .list--bnr .slick-next::before {
  font-family: "Ibarra Real Nova", serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .section--banner .list--bnr .slick-prev::after,
.page--home .section--banner .list--bnr .slick-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .section--banner .list--bnr .slick-prev::after {
  -webkit-transform-origin: left;
          transform-origin: left;
}
.page--home .section--banner .list--bnr .slick-next::after {
  -webkit-transform-origin: right;
          transform-origin: right;
}
.page--home .section--banner .list--bnr .slick-prev::before {
  content: "PREV";
  display: block;
  position: absolute;
  right: -4em;
  top: 3px;
}
.page--home .section--banner .list--bnr .slick-next::before {
  content: "NEXT";
  display: block;
  position: absolute;
  left: -4em;
  top: 3px;
}
.page--home .area--free {
  position: relative;
  background: #fff;
  color: #000;
  margin-bottom: -11vw;
  padding-bottom: 11vw;
}
.page--home .area--free::before {
  content: "";
  position: absolute;
  top: -25vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25vw 100vw;
  border-color: transparent transparent #fff transparent;
}
.page--home .section--info .section-tit {
  position: relative;
  z-index: 10;
}
.page--home .section--info.schedule .date {
  width: 12%;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  top: 10px;
}
.page--home .section--info.schedule .date .m {
  font-size: 20px;
  margin: 0 0 0 -4px;
  position: relative;
  top: -34px;
  left: 6px;
}
.page--home .section--info.schedule .date .d {
  font-size: 35px;
  font-weight: 400;
  position: relative;
}
.page--home .section--info.schedule .date .d::before {
  content: "";
  display: block;
  width: 140%;
  height: 1px;
  position: absolute;
  background: #000;
  top: 4px;
  left: -22px;
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
}
.page--home .section--info.schedule .date span.year {
  display: block;
  font-size: 12px;
  padding-left: 0;
}
.page--home .section--gallery {
  margin-bottom: 200px;
}
.page--home .section--gallery .photo {
  background-size: cover;
  background-position: bottom;
  position: relative;
  width: 33vw;
  height: 39vw;
}
.page--home .section--gallery .photo:first-of-type {
  top: 0;
  left: 55%;
  -webkit-box-shadow: 0 100px 40px -60px rgba(0, 0, 0, 0.2);
          box-shadow: 0 100px 40px -60px rgba(0, 0, 0, 0.2);
}
.page--home .section--gallery .photo:nth-of-type(2) {
  top: 32%;
  left: 4%;
  -webkit-box-shadow: 80px 80px 40px -60px rgba(0, 0, 0, 0.2);
          box-shadow: 80px 80px 40px -60px rgba(0, 0, 0, 0.2);
}
.page--home .section--gallery .photo:last-of-type {
  left: 44%;
  bottom: 0;
  width: 54vw;
  height: 35.5vw;
  z-index: 20;
}
.page--home .area--member {
  position: relative;
  background: #111;
  color: #fff;
}
.page--home .area--member [class^=block--] {
  margin: 0 auto;
}
.page--home .area--member .list__more a {
  color: #fff;
}
.page--home .area--member .logo-area .fc-logo {
  width: 36vw;
  height: 16vw;
}
.page--home .area--member .logo-area .fc-logo svg {
  width: 100%;
  height: 100%;
}
.page--home .area--member .block--expire {
  background: #fff;
  color: #000;
}
.page--home .area--member .block--expire .tit {
  color: #c5b77b;
  margin: 0 0 4%;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.page--home .area--member .block--expire .mypage {
  font-family: "Ibarra Real Nova", serif;
  border-bottom: 1px solid #000;
}
.page--home .area--member .block--expire .btn--main {
  margin: 0;
}
.page--home .area--member .block--contents {
  position: relative;
}
.page--home .area--member .block--contents.new a:before {
  position: absolute;
  top: -1px;
  right: -3px;
  content: "new";
  color: #000;
  font-family: flood-std, sans-serif;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  display: inline-block;
  font-size: 5vw;
  z-index: 1;
}
.page--home .area--member .block--contents .section-tit {
  color: #fff;
}
.page--home .area--member .block--contents a {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .area--member .block--contents .block-tit {
  font-size: 20px;
  margin-left: auto;
  position: absolute;
  bottom: 24px;
  right: 30px;
  text-align: right;
}
.page--home .area--member .block--contents .text-area {
  padding: 23px 30px 34px;
}
.page--home .area--member .block--contents .text-area .tit {
  font-size: 20px;
  text-align: left;
  margin: 0 0 20px;
}
.page--home .area--member .block--contents .text-area .date {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  bottom: 24px;
  left: 30px;
}
.page--home .area--member .block--contents .text-area .contents-tit {
  font-size: 14px;
  margin: 0 0 5px;
  opacity: 0.7;
}
.page--home .area--member .block--contents .text-area .contents-tit img {
  height: 35px;
  margin-bottom: -8px;
}
.page--home .area--member .block--contents .list--contents.no-data {
  background: #fff;
}
.page--home .area--member .block--contents .list--contents.no-data .text-area {
  width: 90%;
  margin: 0 auto !important;
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.page--home .area--member .block--contents .list--contents.no-data .tit {
  text-align: center;
}
.page--home .area--honeyyy-introduction {
  background: #000;
  position: relative;
}
.page--home .area--honeyyy-introduction::before {
  content: "";
  background: url(/static/yuyategoshi/fanclub/top/back2.svg);
  width: 100%;
  height: 33vw;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.page--home .area--honeyyy-introduction .block--inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background: #fff;
  color: #461f06;
  padding: 7vw 20% 10vw;
}
.page--home .area--honeyyy-introduction .block--innner__left {
  width: 40%;
}
.page--home .area--honeyyy-introduction .block--innner__left .thumb {
  position: relative;
}
.page--home .area--honeyyy-introduction .block--innner__left .thumb::before {
  content: "";
  background: no-repeat center url(/static/yuyategoshi/fanclub/top/circle_txt.svg);
  width: 120px;
  top: -40px;
  left: -50px;
  height: 120px;
  position: absolute;
  mix-blend-mode: difference;
  -webkit-animation: 5.5s linear infinite rotation;
          animation: 5.5s linear infinite rotation;
}
.page--home .area--honeyyy-introduction .block--innner__right {
  width: 50%;
}
.page--home .area--honeyyy-introduction .block--innner__right .logo--honeyyy {
  width: 70%;
  margin: 0 auto 21px;
}
.page--home .area--honeyyy-introduction .block--innner__right .txt--lead {
  font-size: 13px;
  margin-bottom: 1em;
}
.page--home .area--honeyyy-introduction .block--innner__right .btn .btn--main {
  background: #461f06;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  border-radius: 80px;
}
@media screen and (min-width: 961px) {
  .page--home .area--honeyyy-introduction .block--innner__right .btn .btn--main {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .area--honeyyy-introduction .block--innner__right .btn .btn--main:hover {
    color: #461f06;
    background: #B6E8E2;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.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,
.page--home .section--sns .tit,
.page--home .section--sns a,
.page--home .block--thumb {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.page--home .list__more {
  position: relative;
  font-size: 11px;
  margin: 130px 0 0;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page--home .list__more a {
  color: #000;
}
.page--home .list__more::before {
  content: "";
  width: 1px;
  height: 72px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #B5B5B5;
}
.page--home .block--photo .list--contents li,
.page--home .block--movie .list--contents li {
  text-align: center;
  margin: 0;
}
.page--home .block--photo .list--contents li .thumb,
.page--home .block--movie .list--contents li .thumb {
  width: 93vw;
  height: auto;
  margin: 0 auto 50px;
  overflow: hidden;
}
.page--home .block--photo .list--contents li .thumb .blur,
.page--home .block--movie .list--contents li .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--home .block--photo .list--contents li .thumb .blur img,
.page--home .block--movie .list--contents li .thumb .blur img {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  background-size: cover;
}
.page--home .block--photo .list--contents li .thumb img,
.page--home .block--movie .list--contents li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--home .block--photo .list--contents li .thumb.nonlogin,
.page--home .block--movie .list--contents li .thumb.nonlogin {
  height: 26.5vw;
}
.page--home .block--photo .no-data,
.page--home .block--movie .no-data {
  color: #fff;
  text-align: center;
}
.page--home footer {
  position: relative;
  background: #111;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .page--home footer {
    background: #fff;
    color: #000;
  }
}
.page--home footer .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;
  padding: 0 5%;
  position: relative;
}
.page--home footer .footer--sns {
  width: 50%;
}
.page--home footer .footer--sns li {
  display: inline-block;
  margin-right: 1em;
}
.page--home footer .list--support {
  width: 30%;
  text-align: right;
}
.page--home footer .list--support li {
  margin: 0 1em 0 0;
}
.page--home footer .list--support li a {
  display: block;
  font-size: 12px;
  padding: 10px 0;
}
.page--home footer .list--support li a::before {
  background: #000;
}
.page--home footer .copyright {
  font-size: 13px;
  height: 24px;
  min-width: inherit;
  position: absolute;
  bottom: 80px;
  right: calc(5% + 0.6em);
  top: inherit;
}

.page--home .section--keyvisual {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .section--keyvisual .inner .clip--text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.page--home .drawer__btn,
.page--home .scroll {
  opacity: 0;
}
.page--home.loaded #bg {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: 2s 0.5s;
  transition: 2s 0.5s;
}
.page--home.loaded .section--keyvisual {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: 0.8s 1.2s;
  transition: 0.8s 1.2s;
}
.page--home.loaded .section--keyvisual .inner .clip--text::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.4s 2s;
  transition: 0.4s 2s;
}
.page--home.loaded .drawer__btn,
.page--home.loaded .scroll {
  opacity: 1;
  -webkit-transition: 0.8s 3s;
  transition: 0.8s 3s;
}
.page--home.loaded.scrolling #bg {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.page--home.loaded.all-clear #bg, .page--home.loaded.all-clear .drawer__btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page--info .section--list .no-data {
  padding-top: 0;
}
.page--info .section--detail {
  width: 850px;
  padding: 0;
  margin: 0 auto;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}

/*  page--discography
------------------------------ */
.page--disco .list--discography {
  margin: 0 auto;
}
.page--disco .list--discography::after {
  content: "";
  display: block;
  clear: both;
}
.page--disco .list--discography a {
  position: relative;
  display: block;
}
.page--disco .list--discography .thumb {
  width: 100%;
  margin: 0 auto 2em;
}
.page--disco .header--disco {
  position: absolute;
  z-index: -1;
  top: -61vw;
  left: -24vw;
  width: 80vw;
  height: 80vw;
  background-color: #929292;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page--disco .header--disco .header--disco_inner {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page--disco .jacket {
  position: relative;
  z-index: 10;
}
.page--disco .jacket .ph {
  width: 100%;
  margin: 0 auto;
  line-height: 0;
  -webkit-box-shadow: 10px 20px 45px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 20px 45px 2px rgba(0, 0, 0, 0.5);
}
.page--disco .block--disc-detail .tit {
  margin: 0 0 0.5em;
  font-size: 6vw;
  line-height: 1.4em;
}
.page--disco .block--disc-detail .date {
  margin-bottom: 50px;
}
.page--disco .block--disc-detail .tit,
.page--disco .block--disc-detail .category,
.page--disco .block--disc-detail .date {
  text-align: center;
}
.page--disco .block--disc-detail .category {
  font-size: 14px;
  display: block;
  background: none;
  margin-bottom: 1em;
}
.page--disco .block--disc-detail .date,
.page--disco .block--disc-detail .category {
  font-size: 12px;
}
.page--disco .block--disc-detail .link,
.page--disco .block--disc-detail .text {
  width: 90%;
  margin: 0 auto 1em;
}
.page--disco .block--disc-detail .text .btn {
  margin: 1em 0;
}
.page--disco .block--disc-detail .sub-tit {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.page--disco .block--disc-detail .sub-tit::before {
  content: "";
  display: inline-block;
  background: #fff;
  height: 1px;
  width: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.page--disco .block--disc-detail .list--distribution {
  margin-bottom: 10px;
}
.page--disco .block--disc-detail .list--distribution::after {
  content: "";
  display: block;
  clear: both;
}
.page--disco .block--disc-detail .list--distribution li {
  width: 49%;
  float: left;
  margin-bottom: 8px;
}
.page--disco .block--disc-detail .list--distribution li:nth-child(even) {
  margin-left: 2%;
}
.page--disco .block--disc-detail .list--distribution a {
  display: block;
  background: #fff;
  padding: 5px 0;
  border-radius: 50px;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  text-align: center;
}
.page--disco .block--disc-detail .list--distribution a img {
  width: 80%;
}

.page--schedule .list--schedule li {
  border-bottom: 1px solid #e6e6e6;
}
.page--schedule .list--schedule li .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: flex-start;
}
.page--schedule .list--schedule li a {
  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;
  height: 100%;
  padding: 16px 14px 12px 10px;
  position: relative;
}
.page--schedule .list--schedule li .category {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}
.page--schedule .list--schedule li .tit {
  margin-top: -5px;
}
.page--schedule .list--schedule li .date {
  width: 70px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: -1px;
  left: 0;
  margin: 17px 0 28px;
  letter-spacing: 0.05em;
}
.page--schedule .list--schedule li .date .m {
  font-size: 15px;
  position: absolute;
  left: 5px;
  top: -2px;
}
.page--schedule .list--schedule li .date .d {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  line-height: 1;
  left: 19px;
  top: 14px;
}
.page--schedule .list--schedule li .date .d::before {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  position: absolute;
  background: #000;
  top: 5px;
  left: -16px;
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
}
.page--schedule .list--schedule li .youbi {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  text-align: center;
  line-height: 1;
  position: relative;
  bottom: -14px;
  left: -5px;
}
.page--schedule .list--schedule li .list__txt {
  width: 100%;
  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;
}
.page--schedule .list--schedule li .block--txt {
  width: 100%;
}
.page--schedule .list--schedule li::after {
  content: "";
  display: block;
  clear: both;
}
.page--schedule [type=checkbox], .page--schedule [type=radio] {
  display: none;
}
.page--schedule .section--list .month-wrap {
  position: relative;
  padding: 50px 10% 0;
  margin: 0 0 20px;
}
.page--schedule .section--list .month-wrap > .block--month {
  float: left;
  padding: 0;
  margin: 0;
}
.page--schedule .section--list .block--month {
  margin: 0 0 20px;
}
.page--schedule .section--list .block--month .tit {
  font-family: "Ibarra Real Nova", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0;
}
.page--schedule .section--list .block--month .tit span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-left: 10px;
  margin-left: 6px;
  letter-spacing: 0.2em;
}
.page--schedule .section--list .block--month .tit span::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  background: #000;
  top: -4px;
  left: 2px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.page--schedule .section--list .block--month .tit span.month-year {
  padding-right: 15px;
  margin-right: 4px;
}
.page--schedule .section--list .block--month .tit span.month-year:before {
  right: 0;
}
.page--schedule .section--list .month-pager {
  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;
  font-family: "Ibarra Real Nova", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 12px;
  letter-spacing: 0;
  margin: 0;
}
.page--schedule .section--list .month-pager li {
  margin-right: 2em;
}
.page--schedule .section--list .block--category {
  padding-left: 0;
}
.page--schedule .section--list .block--category dd {
  position: relative;
  top: 10px;
  text-align: left;
}
.page--schedule .section--list .block--category .list--sort li input[type=checkbox] {
  display: none;
}
.page--schedule .section--list .block--category .list--sort li .category {
  background: #000;
  color: #efefef;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 5px 8px;
  margin-right: 0;
}
.page--schedule .section--list .block--category .list--sort li .category::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #000;
  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;
}
.page--schedule .section--list .block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
  color: #000;
  background: none;
}
.page--schedule .section--list .block--category .list--sort li input[type=checkbox]:not(:checked) + .category::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.page--schedule .section--list .block--category .list--sort li:hover * {
  cursor: pointer;
}
.page--schedule .section--list .block--category .list--sort li:hover .category::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.page--schedule.category- .block--category {
  margin: 5px auto 20px;
}

/*  page--biography
------------------------------ */
.section--detail.page--bio .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-around;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Ibarra Real Nova", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.section--detail.page--bio .inner .ph {
  width: 40%;
  -webkit-box-shadow: 10px 61px 32px -50px rgba(0, 0, 0, 0.4392156863);
          box-shadow: 10px 61px 32px -50px rgba(0, 0, 0, 0.4392156863);
}
.section--detail.page--bio .txt {
  padding-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0;
}
.section--detail.page--bio .area--txt {
  width: 45%;
}
.section--detail.page--bio .name {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
.section--detail.page--bio .data {
  font-size: 12px;
  margin-bottom: 40px;
}

.page--movie .section--list .list--contents li a .thumb.login {
  height: auto;
}
.page--movie .section--list .list--contents li a .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--movie .section--list .list--contents li a .thumb .blur img {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  background-size: cover;
}
.page--movie .section--list .list--contents li a .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--movie .block--player {
  position: relative;
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  background: #000;
  line-height: 0;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.page--photo .block--category.block--archive {
  margin-top: 40px;
  left: 0;
}
.page--photo .block--category.block--archive li a {
  padding-right: 11px;
  position: relative;
}
.page--photo .block--category.block--archive li a::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 8px;
  right: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--photo .block--category.block--archive {
    margin-top: 0;
  }
  .page--photo .block--category.block--archive li a {
    padding-right: 7px;
  }
  .page--photo .block--category.block--archive li a::after {
    width: 5px;
    height: 5px;
    top: 3px;
  }
}
@media screen and (min-width: 961px) {
  .page--photo .block--pager {
    left: -18px;
  }
}

.page--photo .section--list .list--contents li a .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--photo .section--list .list--contents li a .thumb .blur img {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  background-size: cover;
}
.page--photo .section--list .list--contents li a .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}

.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%);
}

.section--biography {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15vh 0 0;
}
.section--biography .thumb {
  width: 35vw;
  height: 45vw;
  -webkit-box-shadow: 0 20px 30px -10px rgba(84, 18, 88, 0.3);
          box-shadow: 0 20px 30px -10px rgba(84, 18, 88, 0.3);
}
.section--biography .thumb > img {
  width: 100%;
  height: 100%;
}
.section--biography .area--text {
  width: 36vw;
  font-family: "Noto Serif JP", serif;
  position: relative;
  margin: 0 8vw 0 0;
}
.section--biography .area--text .block--profile .name {
  font-size: 20px;
  margin-bottom: 6px;
}
.section--biography .area--text .block--profile .data {
  letter-spacing: 0;
  line-height: 2em;
}

.page--blog .list--horizontal {
  font-family: "Noto Serif JP", serif;
}
.page--blog .list--horizontal li {
  border-bottom: 1px solid #D3D3D3;
}
.page--blog .list--horizontal li a {
  padding: 38px 0px;
}
.page--blog .form__select select {
  font-family: "Noto Serif JP", serif;
  cursor: pointer;
  color: #000;
  font-size: 14px;
}
.page--blog .user {
  margin-top: 10px;
  font-size: 12px;
  font-family: "Ibarra Real Nova", serif;
}
.page--blog .section--detail .txt a {
  text-decoration: underline;
}
.page--blog .section--detail .user {
  display: inline-block;
  margin: 0;
}
.page--blog .section--detail .user a {
  display: block;
  padding: 5px 0;
  position: relative;
  margin-left: 5px;
  padding-left: 20px;
}
.page--blog .section--detail .user a::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  position: absolute;
  background: #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page--blog .section--detail .block--player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page--blog .section--detail .block--player .vjs-picture-in-picture-control.vjs-button:before {
  font-family: "Material Symbols Outlined";
  font-size: 15px;
}
.page--blog .section--detail .icon--like .fa.clicked {
  color: #f96565;
}
.page--blog video {
  position: relative;
}
.page--blog.page--ym .user {
  margin-top: 0;
}

.section--detail.page--support {
  font-family: "Noto Serif JP", serif;
}
.section--detail.page--support .section-tit {
  font-family: "Noto Serif JP", serif;
}
.section--detail.page--support .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.section--detail.page--support .txt {
  padding-top: 50px;
}
.section--detail.page--support .list--support a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section--detail.page--support .list--support a:hover {
  text-decoration: none;
}
.section--detail.page--support .list--support dt {
  font-weight: bold;
}
.section--detail.page--support .list--support dd {
  margin-bottom: 1.5em;
}

.page--faq {
  font-family: "Noto Serif JP", serif;
}
.page--faq .section--list .section-tit {
  font-family: "Noto Serif JP", serif;
}
.page--faq .section--list .block--contact {
  width: 90%;
  max-width: 900px;
  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: #000;
  text-decoration: none;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .searchBox {
  position: relative;
  width: 70%;
  margin: 40px auto 50px 0;
  max-width: 500px;
}
.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;
}
.page--faq .list--faq {
  margin: 0 0 60px;
}
.page--faq .list--faq li {
  border-bottom: 1px solid #e6e6e6;
}
.page--faq .list--faq li:first-child {
  border-top: 1px solid #e6e6e6;
}
.page--faq .list--faq li .tit {
  font-size: 14px;
  margin: 0 10px;
}
.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 li a:hover {
  color: #888;
}
.page--faq .list--faq .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  font-family: "Ibarra Real Nova", serif;
  letter-spacing: 0.1em;
  line-height: 28px;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.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: #000;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact .link a {
  position: relative;
  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: #000;
  text-decoration: none;
}
.page--faq .block--contact a:hover + i {
  color: #000;
}

.page--questionnaire {
  font-family: "Noto Serif JP", serif;
}
.page--questionnaire .section--detail {
  padding: 0 10%;
}
.page--questionnaire .section--detail .section-tit {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.2em;
  padding-bottom: 12px;
  border-bottom: 1px solid #888;
}
.page--questionnaire .section--detail .tit {
  font-size: 16px;
  margin-bottom: 8px;
}
.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: #e63a37;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: top;
  padding-left: 10px;
}

.section--detail.page--entry {
  font-family: "Noto Serif JP", serif;
}
.section--detail.page--entry .tit {
  font-family: "Ibarra Real Nova", "Noto Serif JP", serif;
  text-align: center;
}
.section--detail.page--entry [class^=block--] {
  margin-bottom: 70px;
}
.section--detail.page--entry [class^=block--] .block-tit {
  margin: 0 0 40px;
  text-align: center;
}
.section--detail.page--entry [class^=block--] table {
  margin: 0 auto 40px;
  border: none;
}
.section--detail.page--entry [class^=block--] table th {
  width: 175px;
  padding: 10px 3%;
  text-align: center;
  border: 1px solid #000;
  font-weight: 400;
  font-size: 12px;
}
.section--detail.page--entry [class^=block--] table td {
  padding: 20px;
  border: 1px solid #000;
  padding: 10px 3%;
  font-size: 12px;
}
.section--detail.page--entry [class^=block--] table td .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail.page--entry .block--top {
  width: 85%;
}
.section--detail.page--entry .block--top .lead .btn--erea {
  width: 100%;
}
.section--detail.page--entry .bg--triangle.top {
  top: -20vw;
}
.section--detail.page--entry .bg--triangle.top .triangle {
  border-width: 0 0 20vw 100vw;
}
.section--detail.page--entry .bg--triangle.bottom {
  top: auto;
  bottom: -20vw;
}
.section--detail.page--entry .bg--triangle.bottom .triangle {
  border-width: 20vw 100vw 0 0;
  border-color: #111 transparent transparent transparent;
}
.section--detail.page--entry .block--contents {
  position: relative;
  background: #111;
  padding: 100px 0;
}
.section--detail.page--entry .block--contents > .tit {
  font-size: 1.6em;
  color: #fff;
}
.section--detail.page--entry .block--contents .block-tit {
  color: inherit;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
  color: #ffffff;
}
.section--detail.page--entry .block--contents .list--contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section--detail.page--entry .block--contents .list--contents li .inner {
  background: #fff;
  position: relative;
  color: #000;
  padding: 30px;
  z-index: 10;
  height: 100%;
}
.section--detail.page--entry .block--contents .list--contents li .txt--sub {
  font-family: initial;
  line-height: 1.6;
  margin-top: 0.8em;
}
.section--detail.page--entry .block--device .note {
  margin: -20px auto 0;
}
.section--detail.page--entry .btn--erea .note {
  width: 860px;
  letter-spacing: 0.02em;
  background: #ffeded;
  padding: 28px;
  border: 2px solid #de1a1a;
  margin: 0 auto 40px;
}
.section--detail.page--entry .btn--erea .note .txt--sub {
  margin: 1em 0 0;
  line-height: 1.6;
}

.btn.entry .btn--main,
.btn .btn--main {
  position: relative;
  background-size: 200% auto;
  background-position: right center;
  border-radius: 0;
}

.btn.entry .btn--main {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffed9e), color-stop(51%, #c5b77b), to(#ffed9e));
  background-image: linear-gradient(to right, #ffed9e 0%, #c5b77b 51%, #ffed9e 100%);
  color: #000;
  margin: 0.5em 0;
}

/* 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 {
  font-family: "Noto Serif JP", serif;
}
.section--detail.page--first_login .section-tit {
  font-family: "Ibarra Real Nova", "Noto Serif JP", serif;
  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--birthday
------------------------------ */
.page--movie.page--birthday .section--detail {
  width: 100%;
}
.page--movie.page--birthday .section--detail .section-tit {
  font-size: 3vw;
  text-align: center;
  color: #c5b77b;
  letter-spacing: 0.1em;
}
.page--movie.page--birthday .section--detail .txt--basic {
  font-family: "Noto Serif JP", serif;
  font-size: 0.9em;
  min-height: inherit;
}
.page--movie.page--birthday .section--detail .txt--timeout {
  font-family: "Noto Serif JP", serif;
}

/* page--bbs
------------------------------ */
.page--bbs.bbs--1 .wrap {
  background: #fdf5bd;
  color: #5b5b5a;
}
.page--bbs.bbs--2 .wrap {
  background: #F8F7F4;
  color: #292929;
}

.page--bbs--pict {
  /*=================================
  	ポップアップ
  ===================================*/
  /*=================================
  	記事詳細
  ===================================*/
}
.page--bbs--pict .section--detail {
  padding: 0;
}
.page--bbs--pict .post_area {
  width: 85%;
  margin: 0 auto;
  max-width: 850px;
  padding-bottom: 120px;
}
.page--bbs--pict .comment_area {
  padding: 120px 0;
  background: #f28ba5;
  color: #fff;
}
.page--bbs--pict .comment_area .list--comment {
  width: 85%;
  margin: -25px auto 0;
  max-width: 1000px;
}
.page--bbs--pict .attentionList li {
  font-size: 12px;
  text-indent: -1em;
  margin: 0 0 5px 1em;
}
.page--bbs--pict .attentionList li a {
  text-decoration: underline;
}
.page--bbs--pict .block--parent {
  margin: 0 auto 50px;
}
.page--bbs--pict .block--parent .mainLogo {
  margin: 0 auto 60px;
  line-height: 0;
}
.page--bbs--pict .block--parent .leadArea {
  margin-bottom: 60px;
  background: #fffada;
  color: #f28ba5;
  padding: 40px 30px 35px;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 5px 5px 0 #f28ba5;
          box-shadow: 5px 5px 0 #f28ba5;
}
.page--bbs--pict .block--parent .leadArea .lead_ico {
  width: 60px;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page--bbs--pict .block--parent .lead {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 15px;
}
.page--bbs--pict .block--parent .lead:last-child {
  margin-bottom: 0;
}
.page--bbs--pict .block--parent .lead.period {
  border: 2px solid;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 25px;
  border-radius: 3em;
}
.page--bbs--pict .block--post {
  margin: 0 auto;
  width: 100%;
}
.page--bbs--pict .block--post .form--post {
  display: none;
  padding: 60px 40px 40px;
  margin: -30px auto 0;
  background: #fffada;
  border-radius: 20px;
}
.page--bbs--pict .block--post .form--post .btn--main {
  background: #f28ba5;
  color: #fff;
  font-weight: bold;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.08em;
  font-size: 16px;
  border-radius: 3em;
  min-width: 350px;
  -webkit-box-shadow: 0 4px 10px rgba(71, 59, 0, 0.1803921569);
          box-shadow: 0 4px 10px rgba(71, 59, 0, 0.1803921569);
  padding: 22px;
}
.page--bbs--pict .block--post .form--post .btn--main:hover {
  opacity: 0.8;
}
.page--bbs--pict .block--post .form--post .txt {
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 0;
}
.page--bbs--pict .block--post .form--post .label--image {
  font-size: 13px;
  margin: 0px auto 3px;
  font-weight: bold;
}
.page--bbs--pict .block--post .form--post dl {
  border-bottom: 1px solid;
  padding: 0 0 0px 0;
  margin: 0 0 20px 0;
}
.page--bbs--pict .block--post .form--post dl dt {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 0;
}
.page--bbs--pict .block--post .form--post dl dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background: #fff;
  color: #000;
  border: 1px solid #787878;
  position: relative;
}
.page--bbs--pict .block--post .form--post textarea {
  background: #fff;
  border-radius: 15px;
  color: #4f4f4f;
}
.page--bbs--pict .select_box {
  position: relative;
}
.page--bbs--pict .select_box::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #626262;
  border-right: 2px solid #626262;
  position: absolute;
  top: 32%;
  right: 10px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.page--bbs--pict .block--post .form--post dl dd {
  margin: 0 0 1em;
}
.page--bbs--pict .block--post .form-entry-tit {
  position: relative;
  padding: 22px 22px;
  margin: 0 auto;
  background: #f28ba5;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  width: 350px;
  border-radius: 3em;
  font-size: 16px;
  -webkit-box-shadow: 0 4px 10px rgba(71, 59, 0, 0.1803921569);
          box-shadow: 0 4px 10px rgba(71, 59, 0, 0.1803921569);
}
.page--bbs--pict .block--post .form-entry-tit:after {
  position: absolute;
  top: 45%;
  right: 27px;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  z-index: 0;
  pointer-events: none;
}
.page--bbs--pict .block--post .form-entry-tit.active:after {
  -webkit-transform: translateY(0%) rotate(-45deg);
  transform: translateY(0%) rotate(-45deg);
}
.page--bbs--pict .block--attention {
  padding: 20px 35px;
  border: 3px solid #00a0e8;
  margin-bottom: 70px;
}
.page--bbs--pict .block--attention .attention_tit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 17px;
  letter-spacing: 0.15em;
  color: #00a0e8;
}
.page--bbs--pict .block--attention .attentionList li {
  font-weight: bold;
  font-size: 13px;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.page--bbs--pict .list--comment {
  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;
  margin: 0 auto 50px;
}
.page--bbs--pict .list--comment::after {
  content: "";
  width: 32%;
  height: 0;
  display: block;
}
.page--bbs--pict .list--comment li {
  width: 32%;
  margin: 25px 0 0 0;
  position: relative;
}
.page--bbs--pict .list--comment li .ph {
  margin: 0 auto 13px;
}
.page--bbs--pict .list--comment li .ph::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  left: 7px;
  pointer-events: none;
  z-index: 0;
  background-color: #fdf5bd;
  background-image: repeating-linear-gradient(-45deg, #f28ba5, #f28ba5 3px, transparent 0, transparent 6px);
  border-radius: 15px;
}
.page--bbs--pict .list--comment li .ph::after {
  display: none;
}
.page--bbs--pict .list--comment li .ph a {
  display: block;
  overflow: hidden;
  z-index: 1;
  position: relative;
  border-radius: 15px;
}
.page--bbs--pict .list--comment li .ph a img {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--bbs--pict .list--comment li .ph a img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.page--bbs--pict .list--comment li .ph.ph_dummy a {
  background: #fdf5bd;
}
.page--bbs--pict .list--comment li .ph.ph_dummy a::before {
  content: "NO IMAGE";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #f28ba5;
  font-weight: bold;
}
.page--bbs--pict .list--comment li .ph.ph_dummy:hover::before {
  font-size: 1.15em;
}
.page--bbs--pict .list--comment li .ph img {
  max-width: 100%;
  display: block;
  margin: auto;
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}
.page--bbs--pict .list--comment li .name {
  font-size: 11.5px;
  font-weight: bold;
  margin: 0 0 1px 0;
  display: block;
  opacity: 0.8;
}
.page--bbs--pict .list--comment li .txt {
  line-height: 1.5;
  font-size: 13px;
  margin: 0 0 2px 0;
  padding: 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page--bbs--pict .list--comment li .txt .link {
  color: #000 !important;
}
.page--bbs--pict .list--comment li .txt .link:hover {
  text-decoration: underline !important;
  opacity: 0.7;
}
.page--bbs--pict .list--comment li .date {
  color: #fdf5bd;
  font-size: 0.78em;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-bottom: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
}
.page--bbs--pict .list--comment li .block--user .name.artist {
  color: #EE6860;
}
.page--bbs--pict .list--comment li .block--user .artist_icon {
  top: 0;
  position: absolute;
  width: 60%;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  right: -10px;
}
.page--bbs--pict ul.block--pager {
  margin-top: 50px;
}
.page--bbs--pict ul.block--pager li {
  background: none;
}
.page--bbs--pict ul.block--pager li a {
  display: inline-block;
}
.page--bbs--pict ul.block--pager .pager__item--current {
  padding: 13px 10px;
  line-height: 1;
}
.page--bbs--pict .block--pager .pager__item--current {
  color: rgb(189, 189, 189);
}
.page--bbs--pict .block--pager .pager__item--older a::after {
  border-color: #383838;
}
.page--bbs--pict .block--pager .pager__item--older span::after {
  border-color: #383838;
}
.page--bbs--pict .block--pager .pager__item--newer a::after {
  border-color: #383838;
}
.page--bbs--pict .block--pager .pager__item--newer span::after {
  border-color: #383838;
}
.page--bbs--pict ul.block--pager .pager__item--number.sp {
  padding: 14px;
  color: #383838;
}
.page--bbs--pict.page--comment .post_area {
  padding-bottom: 0;
}
.page--bbs--pict.page--comment .block--post .form--post {
  display: block;
  margin-top: 0;
}
.page--bbs--pict.page--comment .block--post {
  width: 100%;
  margin-bottom: 0;
}
.page--bbs--pict .post_lead {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.1em;
}
.page--bbs--pict .block--error {
  color: #ffffff;
  padding: 20px;
  border: none;
  background: #f28ba5;
  margin-bottom: 40px;
  font-size: 14px;
}
.page--bbs--pict .form--confirm {
  background: #fffada;
  border: none;
  border-radius: 15px;
  padding: 40px;
}
.page--bbs--pict .form--confirm .reply_confirm_box {
  border: 1px solid;
  padding: 25px;
  margin-bottom: 25px;
}
.page--bbs--pict .form--confirm dt {
  font-weight: bold;
  margin: 0 0 3px 0;
}
.page--bbs--pict .form--confirm dl {
  margin-bottom: 2em;
}
.page--bbs--pict .btn--main {
  background: #f28ba5;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  margin: 0;
  border: none;
  font-weight: 500;
  width: 350px;
  border-radius: 3em;
  font-size: 16px;
  -webkit-box-shadow: 0 4px 10px rgba(71, 59, 0, 0.1803921569);
          box-shadow: 0 4px 10px rgba(71, 59, 0, 0.1803921569);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.08em;
  padding: 22px;
}
.page--bbs--pict .btn--main:hover {
  color: #f28ba5;
  background: #ffffff;
}
.page--bbs--pict .btn--sub {
  color: #f28ba5;
  border-color: #f28ba5;
}
.page--bbs--pict .btn--sub:hover {
  color: #f28ba5;
  background: #ffffff;
}
.page--bbs--pict .popup {
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 60px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow-y: scroll;
}
.page--bbs--pict .popActive {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.page--bbs--pict .popup .popInBox {
  width: 600px;
  margin: 0 auto;
}
.page--bbs--pict .popup .popTit {
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  margin: 0 0 60px;
  color: #000;
  letter-spacing: 0.1em;
}
.page--bbs--pict .popup .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 10;
}
.page--bbs--pict .popup .close::before,
.page--bbs--pict .popup .close::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 13px;
}
.page--bbs--pict .popup .close::before {
  -webkit-transform: translateY(20px) translatex(-12px) rotate(-45deg);
  transform: translateY(20px) translatex(-12px) rotate(-45deg);
  top: 4px;
}
.page--bbs--pict .popup .close::after {
  -webkit-transform: translateY(-20px) translatex(-12px) rotate(45deg);
  transform: translateY(-20px) translatex(-12px) rotate(45deg);
  bottom: 4px;
}
.page--bbs--pict .closeArea {
  display: block;
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.page--bbs--pict .popup .popInBox .ph {
  margin: 0 auto 20px;
  border-radius: 15px;
  overflow: hidden;
}
.page--bbs--pict .popup .popInBox .ph img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.page--bbs--pict .popup .popInBox .name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
  display: block;
}
.page--bbs--pict .popup .popInBox .name.name_staff {
  color: #f494ff;
}
.page--bbs--pict .popup .popInBox .txt {
  line-height: 1.5;
  font-size: 14px;
  margin: 0 0 10px 0;
  z-index: 99999999;
  position: relative;
  padding: 0;
}
.page--bbs--pict .popup .popInBox .date {
  font-size: 0.8em;
  color: #fdf5bd;
  letter-spacing: 0.1em;
}
.page--bbs--pict .popup .popInBox .place {
  border: 1px solid;
  display: inline-block;
  padding: 1px 10px;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.page--bbs--pict.comment--detail .block--post .form--post {
  display: block;
  margin-top: 0;
}
.page--bbs--pict.comment--detail .comment_detail_box {
  margin: 0 auto 40px;
  max-width: 650px;
}
.page--bbs--pict.comment--detail .comment_detail_box .ph {
  margin-bottom: 35px;
}
.page--bbs--pict.comment--detail .comment_detail_box .place {
  border: 1px solid;
  display: inline-block;
  padding: 1px 10px;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.page--bbs--pict.comment--detail .comment_detail_box .name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
  display: block;
}
.page--bbs--pict.comment--detail .comment_detail_box .txt {
  line-height: 1.5;
  font-size: 14px;
  margin: 0 0 10px 0;
  position: relative;
  padding: 0;
}
.page--bbs--pict.comment--detail .comment_detail_box .date {
  font-size: 0.8em;
  color: #a2e2ff;
  letter-spacing: 0.1em;
}
.page--bbs--pict.comment--detail .comment_detail_box .icon--like .good {
  display: inline-block;
  cursor: pointer;
}
.page--bbs--pict.comment--detail .comment_detail_box .icon--like #likes {
  display: none;
}
.page--bbs--pict.comment--detail .comment_detail_box .icon--like #liked {
  display: none;
}
.page--bbs--pict.comment--detail .comment_detail_box .icon--like .fa {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #f5d600;
}
.page--bbs--pict.comment--detail .comment_detail_box .icon--like .fa.like_p {
  color: #ff1493;
}
.page--bbs--pict.comment--detail .comment_detail_box .icon--like .fa.like_r {
  color: #df2707;
}
.page--bbs--pict.comment--detail .comment_detail_box .icon--like .fa:not(.clicked) {
  color: #c5c5c5 !important;
}
.page--bbs--pict.comment--detail .list--reply {
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  margin: 30px 0;
}
.page--bbs--pict.comment--detail .list--reply > li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3490196078);
}
.page--bbs--pict.comment--detail .list--reply .name {
  display: inline-block;
  margin-right: 10px;
}
.page--bbs--pict.comment--detail .list--reply .date {
  font-size: 14px;
  margin: 0;
  opacity: 0.8;
}
.page--bbs--pict.comment--detail .list--reply .txt {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.7;
}
.page--bbs--pict.comment--detail .list--reply .reply_btn_wrap {
  text-align: right;
}
.page--bbs--pict.comment--detail .list--reply .reply_btn_wrap .btn_rep {
  background: none;
  border: none;
  border: 1px solid;
  color: #fff;
  padding: 4px 13px;
  border-radius: 3em;
  font-size: 12px;
  display: inline-block;
  opacity: 0.8;
}
.page--bbs--pict.bbs--2 .wrap .btn--main {
  background: #496c93;
  color: #fff;
}
.page--bbs--pict.bbs--2 .wrap .btn--main:hover {
  background: #fff;
  color: #496c93;
}
.page--bbs--pict.bbs--2 .wrap .block--parent .leadArea {
  background: none;
  position: relative;
  padding: 1.5rem 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #292929;
  background-image: linear-gradient(-45deg, transparent 0 10px, #496c93 10px 20px, transparent 20px calc(100% - 20px), #496c93 calc(100% - 20px) calc(100% - 10px), transparent calc(100% - 10px));
  color: #f8f7f4;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.page--bbs--pict.bbs--2 .wrap .block--post .form-entry-tit {
  background: #496c93;
}
.page--bbs--pict.bbs--2 .wrap .block--post .form--post {
  background: #dfe7ef;
}
.page--bbs--pict.bbs--2 .wrap .block--post .form--post .btn--main {
  background: #496c93;
  color: #fff;
}
.page--bbs--pict.bbs--2 .wrap .block--post .form--post .btn--main:hover {
  background: #fff;
  color: #496c93;
  opacity: 1;
}
.page--bbs--pict.bbs--2 .wrap .comment_area {
  background: #b5bdc6;
  color: #292929;
}
.page--bbs--pict.bbs--2 .wrap .list--comment li .date {
  color: #496c93;
  width: 90%;
  margin: 0 auto;
  display: block;
}
.page--bbs--pict.bbs--2 .wrap .list--comment li .ph::before {
  background-color: #496c93;
  background-image: none;
}
.page--bbs--pict.bbs--2 .wrap .list--comment li .ph.ph_dummy a::before {
  color: #ffffff;
}
.page--bbs--pict.bbs--2 .wrap .list--comment li .block--user {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.page--bbs--pict.bbs--2 .wrap .list--comment li .txt {
  width: 90%;
  margin: 0 auto 5px;
  display: block;
}
.page--bbs--pict.bbs--2 .wrap .popup .popInBox .date {
  color: #496c93;
}
.page--bbs--pict.bbs--2 .wrap .form--confirm {
  background: none;
  border: 1px solid;
}

/* page--error
------------------------------ */
.page--error .section--detail .btn {
  margin: 3em 0;
}

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

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .btn input {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    background-position: left center;
    background-size: 200% auto;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(60%, #444), to(#000));
    background-image: linear-gradient(to right, #000 0%, #444 60%, #000 100%);
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--sub:hover {
    background: #000;
    color: #fff !important;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .wrap {
    padding-top: 120px;
    padding-bottom: 230px;
  }
  .section--list .list--contents {
    -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 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section--list .list--contents li a .thumb {
    width: 30%;
    height: 16vw;
    margin-right: 50px;
    margin-bottom: 0;
    background-color: #000;
    -webkit-box-shadow: 10px 10px;
            box-shadow: 10px 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: 0;
    left: 0;
  }
  .section--list .list--contents li a .thumb .cover {
    width: 90%;
  }
  .section--list .list--contents li a:hover .thumb {
    top: 10px;
    left: 10px;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
  }
  .section--list .list--contents li a .list__txt {
    width: calc(70% - 50px);
    padding-right: 5%;
  }
  .section--list .list--contents li a .list__txt .tit.report {
    margin-bottom: 10px;
    width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .list--error li {
    font-size: 13px;
  }
  .list--information li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(-20deg, rgba(247, 120, 120, 0.2588235294) 0%, rgba(163, 163, 195, 0.2588235294) 50%, rgba(251, 252, 219, 0.5294117647) 100%);
    background-size: 400%;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    mix-blend-mode: multiply;
  }
  .list--information li a:hover::before {
    opacity: 0.7;
    -webkit-animation: 5s hoverGradient infinite alternate;
            animation: 5s hoverGradient infinite alternate;
  }
  .list--contents::after {
    content: "";
    display: block;
    clear: both;
  }
  .list--contents li {
    width: 100%;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li .thumb {
    overflow: hidden;
  }
  .list--contents li:nth-child(odd) {
    margin-right: 4%;
  }
  .list--contents.video {
    padding: 50px 0 0;
  }
  .no--data {
    text-align: center;
  }
  .btn a,
  .btn input {
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
  }
  .btn a:before,
  .btn input:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .btn .btn--main {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn .btn--sub {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn .btn--sub:hover {
    color: #000;
    background: #000;
  }
  .detail__btn {
    font-size: 15px;
    margin: 7em 0 0;
  }
  .detail__btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .detail__btn 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;
  }
  .detail__btn a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .block--category {
    margin: -40px 0 70px -8px;
  }
  .block--category li.month {
    letter-spacing: -0.5em;
  }
  .block--category li {
    display: inline-block;
    border: none;
    position: relative;
  }
  .block--category li a {
    display: block;
    position: relative;
  }
  .block--category li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #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: #000;
  }
  .block--login li:hover:after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .block--login li:hover a {
    color: #000;
  }
  .drawer__btn {
    width: 90px;
    height: 80px;
    cursor: pointer;
  }
  .drawer__btn span {
    width: 90px;
    height: 1px;
  }
  .drawer__btn span:first-of-type {
    top: 36px;
  }
  .drawer__btn span:last-of-type {
    top: 44px;
  }
  .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: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding: 5%;
    position: relative;
    left: 0;
    top: 0;
  }
  .drawer [class^=nav--] {
    width: 60%;
  }
  .drawer [class^=nav--] .g-nav > li {
    margin-bottom: 5px;
    line-height: 1;
  }
  .drawer [class^=nav--] .g-nav > li a {
    padding: 15px 0;
    font-size: 30px;
    position: relative;
    letter-spacing: 0.5em;
  }
  .drawer [class^=nav--] .g-nav > li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #fff;
    left: -5%;
    top: calc(50% - 1px);
    width: 110%;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer [class^=nav--] .g-nav > li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .drawer .nav--menu {
    width: 800px;
  }
  .drawer .nav--menu .g-nav.g-nav--official li {
    margin-right: 2em;
  }
  .drawer .nav--menu .g-nav.g-nav--official li a {
    font-size: 16px;
    padding: 10px 0;
    letter-spacing: 0.4em;
  }
  .drawer .nav--menu .g-nav.g-nav--fc li a {
    display: inline-block;
  }
  .drawer .nav--login {
    width: 50%;
    position: absolute;
    right: 5%;
    bottom: 4vw;
  }
  .drawer .nav--login h1.logo {
    width: 30vw;
    height: 14vw;
    margin: 0 0 0 auto;
  }
  .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: right;
  }
  .login--btn li a {
    position: relative;
  }
  .login--btn li a::before {
    content: "";
    display: block;
    width: 110%;
    height: 1px;
    position: absolute;
    display: block;
    background: #fff;
    left: -5%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    top: calc(50% - 0.5px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .login--btn li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .page--home {
    /* common */
    /* footer */
    /* section--keyvisual */
    /* section--banner */
    /* section--info */
    /* section--schedule */
    /* area--member */
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home .section-tit {
    font-family: "Ibarra Real Nova", serif;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1;
    text-align: center;
    margin: 0 0 7%;
  }
  .page--home .list__more a {
    padding: 10px;
    padding-top: 83px;
    margin-top: -70px;
  }
  .page--home .list__more::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  .page--home .list__more:hover::before {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  .page--home footer {
    padding: 60px 0;
    height: auto !important;
    position: relative;
  }
  .page--home footer .copyright {
    font-size: 13px;
    text-align: right;
    padding-right: calc(5% + 0.6em);
  }
  .page--home footer .nav--support {
    margin-bottom: 40px;
    display: block;
  }
  .page--home .section--keyvisual .scroll p {
    font-size: 12px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  .page--home .section--banner {
    padding-top: 18px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 200px;
  }
  .page--home .section--banner .slick-track {
    margin: 0 auto;
  }
  .page--home .section--banner.section--bnr--single {
    padding: 20px 5%;
  }
  .page--home .section--banner.section--bnr--single img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .page--home .section--banner .list--bnr {
    text-align: center;
  }
  .page--home .section--banner .list--bnr .slick-list li {
    position: relative;
    cursor: pointer;
    margin: 0 2vw 68px;
  }
  .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-box-shadow: 0 0;
            box-shadow: 0 0;
    -webkit-transform: translate(12px, 12px);
            transform: translate(12px, 12px);
  }
  .page--home .section--banner .list--bnr .slick-list li:hover::after {
    opacity: 1;
  }
  .page--home .section--banner .slick-prev:hover::after,
  .page--home .section--banner .slick-next:hover::after {
    -webkit-transform: scaleX(1.14);
            transform: scaleX(1.14);
  }
  .page--home .section--banner .slick-dots {
    right: 0;
  }
  .page--home .list--information {
    width: 100%;
    margin: 0 0 60px;
  }
  .page--home .list--information .no-data {
    text-align: center;
  }
  .page--home .section--info {
    width: 54vw;
    margin: 0 auto 200px;
  }
  .page--home .section--info.schedule .list--information .list__txt {
    width: 80%;
  }
  .page--home .section--info.schedule .list--information .category {
    margin: 0;
    margin-right: 0;
    min-width: inherit;
  }
  .page--home .area--member .menber--inner {
    padding: 280px 50px;
  }
  .page--home .area--member .logo-area {
    margin: 0 0 0 4vw;
    padding: 10vw 0 6vw;
  }
  .page--home .area--member .login--btn li:hover::before {
    background: #000;
  }
  .page--home .area--member .block--expire {
    width: 52%;
    padding: 3%;
    margin: 0 auto 6%;
  }
  .page--home .area--member .block--expire .tit {
    font-size: 1.5em;
  }
  .page--home .area--member .block--expire .txt--basic {
    margin: 0 0 2em;
  }
  .page--home .area--member .block--contents {
    margin-bottom: 200px;
  }
  .page--home .area--member .block--contents.new a:hover:before {
    color: #888;
  }
  .page--home .area--member .block--contents a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .area--member .block--contents a:hover .thumb:after {
    opacity: 1;
  }
  .page--home .area--member .block--contents .list--contents.no-data {
    min-height: 500px;
  }
  .page--home .area--member .block--contents .list--contents.no-data .tit {
    font-size: 70px !important;
  }
  .page--home .area--member .block--contents.block--blog .list--contents {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 10%;
  }
  .page--home .area--member .block--contents.block--blog .list--contents li {
    width: 19vw;
    margin: 0 3.5vw;
  }
  .page--home .area--member .block--contents.block--blog .list--contents li .thumb.login img.dummy {
    position: relative;
    display: block;
  }
  .page--home .area--member .block--contents.block--movie {
    padding: 0 0 200px;
    margin-bottom: 0;
  }
  .page--home .area--member .block--contents.block--movie .list--contents li .thumb.login, .page--home .area--member .block--contents.block--photo .list--contents li .thumb.login {
    width: 50%;
    min-width: 600px;
  }
  .page--info .txt {
    margin-bottom: 50px;
  }
  .page--info .txt a {
    color: #000;
  }
  .page--info .txt a:hover {
    color: #c5b77b;
  }
  .page--schedule .list--schedule li a {
    padding: 25px;
  }
  .page--schedule .list--schedule li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(-20deg, rgba(247, 120, 120, 0.2588235294) 0%, rgba(163, 163, 195, 0.2588235294) 50%, rgba(251, 252, 219, 0.5294117647) 100%);
    background-size: 400%;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    mix-blend-mode: multiply;
  }
  .page--schedule .list--schedule li a:hover::before {
    opacity: 0.7;
    -webkit-animation: 5s hoverGradient infinite alternate;
            animation: 5s hoverGradient infinite alternate;
  }
  .page--schedule .section--list .month-pager {
    font-size: 14px;
    position: relative;
    top: -46px;
    left: 160px;
    margin-bottom: -20px;
  }
  .page--schedule .section--list .month-pager a {
    position: relative;
  }
  .page--schedule .section--list .month-pager a::before {
    content: "";
    display: block;
    width: 105%;
    height: 1px;
    position: absolute;
    background: #000;
    left: -2.5%;
    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;
  }
  .page--schedule .section--list .month-pager a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  /*  page--disco
  ------------------------------ */
  .page--disco .section--list {
    position: relative;
    z-index: 10;
  }
  .page--disco .list--discography li {
    float: left;
    width: 32%;
    margin-right: 10%;
    margin-bottom: 60px;
  }
  .page--disco .list--discography li:nth-child(2n) {
    margin-right: 0;
  }
  .page--disco .list--discography li .tit {
    margin-bottom: 20px;
  }
  .page--disco .list--discography li .category {
    display: inline-block;
    margin-right: 10px;
  }
  .page--disco .list--discography li .date {
    display: inline-block;
  }
  .page--disco .list--discography li a .thumb {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 10px 10px;
            box-shadow: 10px 10px;
  }
  .page--disco .list--discography li a:hover .thumb {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  .page--disco .jacket {
    width: 35%;
    position: absolute;
    z-index: 10;
    left: 10vw;
    top: 130px;
  }
  .page--disco .section--detail {
    width: 100%;
    max-width: inherit;
  }
  .page--disco .section--detail .jacket {
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page--disco .section--detail .block--disc-detail {
    width: 50%;
    padding-right: 5%;
    margin-left: 50%;
  }
  .page--disco .section--detail .block--disc-detail .tit,
  .page--disco .section--detail .block--disc-detail .category,
  .page--disco .section--detail .block--disc-detail .date {
    text-align: left;
  }
  .page--disco .section--detail .block--disc-detail .tit {
    font-size: 26px;
  }
  .page--disco .section--detail .block--disc-detail .category {
    display: inline-block;
    width: auto;
    margin-bottom: 5px;
    margin-right: 10px;
  }
  .page--disco .section--detail .block--disc-detail .link,
  .page--disco .section--detail .block--disc-detail .text {
    width: 100%;
    margin: 0;
  }
  .page--disco .section--detail .block--disc-detail .text .btn {
    text-align: left;
  }
  .page--disco .section--detail .block--disc-detail .text .btn a {
    text-align: center;
  }
  .page--disco .section--detail .detail__btn {
    text-align: left;
    margin: 4em 0 0 50%;
  }
  .page--disco.loaded .jacket {
    opacity: 1;
  }
  .page--photo .section-tit {
    line-height: 1.4;
  }
  .page--photo .list--photo {
    margin-bottom: 40px;
  }
  .page--photo .list--photo li a {
    display: block;
    background: #000;
  }
  .page--photo .list--photo li a figure {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--photo .list--photo li a:hover figure {
    opacity: 0.5;
  }
  .page--movie .section--list .no-data {
    width: 100%;
    margin: 200px auto !important;
  }
  .page--movie .section--detail {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
    padding: 0 5%;
  }
  .page--movie .section--detail .tit {
    font-family: "Ibarra Real Nova", serif;
    font-size: 28px;
    line-height: 1.6em;
    margin: 0 0 0.6em;
    font-weight: normal;
  }
  .page--movie .section--detail .txt--basic {
    margin: 50px 0;
    min-height: 200px;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .txt {
    margin-bottom: 50px;
  }
  .page--movie .txt a {
    color: #000;
  }
  .page--movie .block--player {
    margin: 10px 0 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit {
    width: 100%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .tit {
    margin: 0 0 5px;
    font-size: 24px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
    opacity: 1;
    font-size: 14px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
    padding: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background-size: contain;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb .blur {
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    z-index: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb .blur img {
    -webkit-filter: blur(6px);
            filter: blur(6px);
    background-size: cover;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .list__txt {
    width: calc(75% - 15px);
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .list__txt .tit {
    font-size: 14px;
    margin: 0px 0 5px;
    line-height: 1.4;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .list__txt .date {
    opacity: 1;
    margin: 0;
    font-size: 12px;
  }
  .page--blog .no-data {
    font-size: 20px;
    margin: 200px auto;
    font-family: "Ibarra Real Nova", serif;
  }
  .page--blog .wrap--category {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-right: 10%;
    margin: -40px 0 70px -8px;
  }
  .page--blog .wrap--category .block--category {
    margin: 0;
  }
  .page--blog .section--detail {
    width: 90%;
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
  }
  .page--blog .section--detail .user a:hover {
    opacity: 0.4;
  }
  .page--blog .section--detail .tit {
    font-family: "Ibarra Real Nova", "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  .page--blog .section--detail .txt a:hover {
    color: #c5b77b;
  }
  .section--detail.page--support {
    width: 70%;
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
    font-weight: normal;
    text-align: left;
  }
  .page--faq .list--faq li a:hover {
    color: #888;
  }
  .page--questionnaire .section--detail {
    width: 800px;
    padding: 0;
    margin: 0 auto;
  }
  .page--questionnaire .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--questionnaire .section--detail .btn .btn--sub:hover {
    background: #b7b7b7;
    border: none;
  }
  .section--detail.page--entry {
    margin: 0 auto;
    padding: 0;
  }
  .section--detail.page--entry .block--top {
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section--detail.page--entry .block--top .logo-fc {
    width: 48%;
  }
  .section--detail.page--entry .block--top .lead {
    width: 36%;
    font-size: 14px;
  }
  .section--detail.page--entry .block--contents {
    margin: 20vw 0;
  }
  .section--detail.page--entry .block--contents .list--contents {
    width: 800px;
    margin: 0 auto;
  }
  .section--detail.page--entry .block--contents .list--contents li {
    width: 48%;
    height: 240px;
    margin: 0 0 4%;
    font-size: 14px;
  }
  .section--detail.page--entry .block--contents .list--contents::after {
    content: none;
  }
  .section--detail.page--entry [class^=block--] table {
    width: 650px;
  }
  .section--detail.page--entry .block--device .note {
    width: 650px;
  }
  .section--detail.page--entry .btn .btn--main {
    width: 460px;
  }
  .btn.entry .btn--main:hover {
    background-position: left center;
    background-size: 200% auto;
    color: inherit;
    background-image: -webkit-gradient(linear, left top, right top, from(#796b35), color-stop(51%, #c5b77b), to(#796b35));
    background-image: linear-gradient(to right, #796b35 0%, #c5b77b 51%, #796b35 100%);
  }
  /* .page--first_login
  ------------------------------ */
  .section--detail.page--first_login {
    width: 800px;
    padding: 0;
    margin: 0 auto;
  }
  .section--detail.page--first_login .section-tit {
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 80px;
  }
  .section--detail.page--first_login .block--lead {
    margin-bottom: 60px;
  }
  .section--detail.page--first_login .step li {
    position: relative;
    width: 23%;
    float: left;
    font-size: 11px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 2% 2% 0;
  }
  .section--detail.page--first_login .step li::after {
    content: "";
    border-left: 12px solid #f3f3f3;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-top: -10px;
    position: absolute;
    right: -12px;
    top: 50%;
  }
  .section--detail.page--first_login .step li:last-child {
    margin: 0;
  }
  .section--detail.page--first_login .step li:last-child:after {
    display: none;
  }
  .section--detail.page--first_login .step li a {
    display: block;
    background: #f3f3f3;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 1.2;
    height: 100px;
    padding: 14px;
  }
  .section--detail.page--first_login .step li a:hover {
    background: #000;
    color: #fff;
  }
  .section--detail.page--first_login .step li span {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
  }
  .section--detail.page--first_login .btn.entry {
    width: 60%;
    margin: 0 auto;
  }
  /* page--birthday
  ------------------------------ */
  .page--movie.page--birthday .section--detail {
    padding: 0 60px;
  }
  .page--movie.page--birthday .section--detail .section-tit {
    font-size: 52px;
  }
  .page--movie.page--birthday .section--detail .txt--timeout {
    margin: 8em auto;
    font-size: 1.1em;
    line-height: 1.8;
  }
  .page--error .section--detail {
    margin-top: 250px;
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: "Ibarra Real Nova", serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    padding: 30px 3%;
    height: 230px;
  }
  footer .footer--sns {
    padding-left: 0.7em;
  }
  footer .footer--sns li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  footer .footer--sns li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .footer--sns li a:hover {
    color: #888;
  }
  footer .footer--sns i {
    font-size: 18px;
    padding: 0 6px;
  }
  footer .footer--sns .name {
    font-family: "Ibarra Real Nova", serif;
    font-size: 16px;
    margin-right: 20px;
  }
  footer .list--support {
    margin-bottom: 40px;
  }
  footer .list--support dt {
    display: none;
  }
  footer .nav--support li {
    display: inline-block;
    font-size: 12px;
  }
  footer .nav--support li a {
    display: block;
    padding: 0 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  footer .nav--support li a::before {
    content: "";
    display: block;
    width: 110%;
    height: 1px;
    position: absolute;
    background: #fff;
    position: absolute;
    left: -5%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    top: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .nav--support li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  footer .copyright {
    min-width: 280px;
    font-size: 11px;
    padding-left: 0.7em;
    position: relative;
    top: 100px;
    bottom: inherit;
  }
}
/* IE対応 */
@media all and (-ms-high-contrast: none) {
  .page--home .section--keyvisual .inner .clip--text {
    position: relative;
    -webkit-mask: none;
            mask: none;
    top: auto;
  }
  .page--home .section--keyvisual .inner .clip--text::after {
    content: "YUYA TEGOSHI";
    font-family: "Ibarra Real Nova", serif;
    font-size: 5vw;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .page--home .section--keyvisual .inner .clip--text img {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /* .team popup
  ------------------------------ */
  /* .page--first_login
  ------------------------------ */
  /* page--birthday
  ------------------------------ */
  /* page--bbs
  ------------------------------ */
  /* page--error
  ------------------------------ */
  /*  appli
  ------------------------------ */
  /*  notice
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
    padding: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .header .drawer__btn {
    width: 18vw;
    height: 40px;
    position: fixed;
    right: 0;
    top: 5vw;
    z-index: 999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .drawer__btn span {
    display: block;
    width: 80%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 20%;
  }
  .header .drawer__btn span:first-child {
    top: 40%;
  }
  .header .drawer__btn span:last-child {
    top: 55%;
  }
  .drawer {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background: #000;
  }
  .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: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding: 10vw 5% 30vw;
    position: relative;
    left: 0;
    top: 0;
  }
  .drawer [class^=nav--] {
    width: 60%;
  }
  .drawer [class^=nav--] .g-nav > li {
    margin-bottom: 5px;
    line-height: 1;
  }
  .drawer [class^=nav--] .g-nav > li a {
    padding: 6px 0;
    font-size: 6vw;
    position: relative;
    letter-spacing: 0.2em;
  }
  .drawer .nav--menu {
    width: 100%;
  }
  .drawer .nav--menu .g-nav.g-nav--official {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .drawer .nav--menu .g-nav.g-nav--official li {
    margin-right: 1em;
  }
  .drawer .nav--menu .g-nav.g-nav--official li a {
    font-size: 4vw;
    padding: 6px 0;
    letter-spacing: 0.15em;
  }
  .drawer .nav--menu .g-nav.g-nav--official li.home::after {
    height: 4vw;
    left: -25px;
  }
  .drawer .nav--menu .g-nav.g-nav--fc li {
    display: block;
  }
  .drawer .nav--login {
    width: 100%;
    position: relative;
    left: 0;
    padding-top: 18vh;
  }
  .drawer .nav--login h1.logo {
    width: 60vw;
    height: 28vw;
    margin: 0;
  }
  .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 li a {
    padding: 0;
    font-size: 14px;
  }
  .drawer-visible .header .drawer__btn span {
    background: #fff;
  }
  .drawer-visible .header .drawer__btn span:first-child {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    top: 47%;
  }
  .drawer-visible .header .drawer__btn span:last-child {
    top: 48%;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  footer .copyright {
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    bottom: 30px;
    text-align: left;
    padding-left: 5%;
  }
  .slick-dots li {
    height: 12px;
  }
  .date, .category {
    display: inline-block;
    min-width: inherit;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
  }
  .category {
    margin-left: 5px;
    padding-left: 20px;
    position: relative;
  }
  .category::before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    background: #000;
    left: 0;
    top: 5px;
  }
  .tit {
    font-size: 13px;
    line-height: 1.5;
  }
  .list--information li a {
    display: block;
    padding: 18px 0;
  }
  .list--information li a .tit {
    width: 95%;
  }
  .list--information li a .date {
    width: auto;
    min-width: inherit;
  }
  .list--information li a .category {
    margin: 0;
    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-family: "Ibarra Real Nova", "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 0 5px;
  }
  li.no-data {
    padding: 2em 0;
  }
  .wrap {
    padding: 70px 0 100px;
    position: relative;
  }
  .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;
  }
  .section-tit {
    text-align: center;
    font-size: 6vw;
    margin-bottom: 11%;
  }
  .section--detail {
    padding: 0 7%;
    width: 100%;
    max-width: inherit;
  }
  .section--detail .section-tit {
    margin-bottom: 20px;
  }
  .section--detail .detail__btn {
    margin-top: 4em;
  }
  .section--detail .txt {
    padding-top: 40px;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--list .section-tit {
    text-align: left;
    margin-bottom: 50px;
  }
  .section--list .block--pager {
    left: -20px;
  }
  .section--list .list--contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section--list .list--contents li {
    width: 100%;
    margin-bottom: 50px;
  }
  .section--list .list--contents li .thumb {
    margin-bottom: 15px;
    height: 52.5vw;
  }
  .section--list .list--contents li .list__txt .tit.report {
    margin-bottom: 10px;
    width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .detail__btn {
    text-align: left;
  }
  .detail__btn a {
    font-family: "Ibarra Real Nova", "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  .page--home .wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page--home .wrap > h1.logo {
    display: none;
  }
  .page--home header h1 {
    display: none;
  }
  .page--home footer {
    padding: 80px 0;
  }
  .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%;
    text-align: left;
    margin-bottom: 60px;
  }
  .page--home footer .list--support li:first-child {
    margin: 1em 0 0;
  }
  .page--home footer .list--support dt {
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }
  .page--home footer .list--support dt::before, .page--home footer .list--support dt::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    background: #fff;
    position: absolute;
    right: 0;
    top: 8px;
  }
  .page--home footer .list--support dt::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page--home footer .list--support dd {
    display: none;
  }
  .page--home footer .copyright {
    bottom: 20px;
  }
  .page--home footer .footer--sns {
    width: 100%;
    text-align: center;
  }
  .page--home footer .footer--sns i {
    font-size: 18px;
  }
  .page--home .list__more {
    margin: 80px 0 0;
  }
  .page--home .list__more::before {
    height: 40px;
  }
  .page--home .scroll {
    bottom: 35vh;
  }
  .page--home .section--keyvisual {
    margin-bottom: 40vh;
  }
  .page--home .section--keyvisual .inner {
    width: 94%;
    height: 100%;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    position: relative;
  }
  .page--home .section--keyvisual .inner .clip--text {
    width: 85%;
    height: 50vh;
    left: 0;
    top: -10vh;
    position: relative;
  }
  .page--home .section--keyvisual .inner .clip--text img {
    display: block;
    background: no-repeat center;
    background-size: cover;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    height: 100vh;
    width: 100vw;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    left: 0;
    position: relative;
    top: 0;
  }
  .page--home .section--keyvisual .scroll::before {
    top: 8em;
    left: 50%;
  }
  .page--home .section--keyvisual .scroll p {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 7vh;
    font-size: 11px;
    letter-spacing: 0.3em;
  }
  .page--home .section--banner {
    position: relative;
    z-index: 2;
  }
  .page--home .section--banner .list--bnr .slick-list li.slick-slide {
    margin: 0 0.5vw;
    padding: 0 10px 10px;
  }
  .page--home .section--banner .list--bnr .slick-list li.slick-slide a {
    display: block;
    -webkit-box-shadow: 5px 5px;
            box-shadow: 5px 5px;
  }
  .page--home .section--banner .slick-track {
    margin-bottom: 20px;
  }
  .page--home .section--banner .slick-list {
    margin-bottom: 30%;
  }
  .page--home .section--banner .list--bnr .slick-prev,
  .page--home .section--banner .list--bnr .slick-next {
    width: 16vw;
  }
  .page--home .section--banner .list--bnr .slick-prev::before,
  .page--home .section--banner .list--bnr .slick-next::before {
    font-size: 13px;
    top: 5px;
  }
  .page--home .area--free {
    margin-bottom: -31vw;
    padding-bottom: 2vw;
    padding-top: 12vw;
  }
  .page--home .area--free::before {
    content: "";
    position: absolute;
    top: -15vw;
    width: 120%;
    height: 36vw;
    background: #fff;
    -webkit-transform: rotate(-13deg);
            transform: rotate(-13deg);
    z-index: 1;
    left: -6vw;
  }
  .page--home .section--info {
    padding: 0 5%;
    margin-bottom: 30vw;
  }
  .page--home .section--info.schedule .list--information li a {
    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 .section--info.schedule .list--information li a .list__txt {
    width: calc(100% - 6em);
    padding-top: 5px;
  }
  .page--home .section--info.schedule .list--information li a .list__txt .category {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .page--home .section--info.schedule .list--information li a .list__txt .category::before {
    display: none;
  }
  .page--home .section--info.schedule .list--information .date {
    width: 6em;
  }
  .page--home .section--info.schedule .list--information .date .m {
    font-size: 4.5vw;
    top: -8vw;
    left: 0.8vw;
  }
  .page--home .section--info.schedule .list--information .date .d {
    display: inline-block;
    font-size: 7.8vw;
    width: auto;
  }
  .page--home .section--info.schedule .list--information .date .d::before {
    top: 1vw;
    left: -5.8vw;
  }
  .page--home .section--info.schedule .list--information .date span.year {
    font-size: 3vw;
  }
  .page--home .section--gallery .photo {
    width: 63vw;
    height: 79vw;
  }
  .page--home .section--gallery .photo:first-of-type {
    left: 40%;
    margin-bottom: 20%;
    -webkit-box-shadow: 0 60px 40px -40px rgba(0, 0, 0, 0.2);
            box-shadow: 0 60px 40px -40px rgba(0, 0, 0, 0.2);
  }
  .page--home .section--gallery .photo:nth-of-type(2) {
    margin-bottom: 20%;
    -webkit-box-shadow: 32px 32px 20px -20px rgba(0, 0, 0, 0.2);
            box-shadow: 32px 32px 20px -20px rgba(0, 0, 0, 0.2);
  }
  .page--home .section--gallery .photo:last-of-type {
    left: 24%;
    bottom: 0;
    width: 80vw;
    height: 53vw;
    -webkit-box-shadow: 0 60px 40px -40px rgba(0, 0, 0, 0.2);
            box-shadow: 0 60px 40px -40px rgba(0, 0, 0, 0.2);
  }
  .page--home .area--member {
    padding-bottom: 30vw;
  }
  .page--home .area--member .logo-area {
    padding-top: 10vw;
  }
  .page--home .area--member .logo-area .fc-logo {
    width: 90%;
    height: 37vw;
  }
  .page--home .area--member .block--expire {
    width: 92%;
    padding: 7%;
    margin-top: 6%;
  }
  .page--home .area--member .block--expire .tit {
    font-size: 1.2em;
  }
  .page--home .area--member .block--expire .txt--basic {
    font-size: 12px;
    margin: 0 0 1.5em;
    text-align: left;
  }
  .page--home .area--member .block--contents {
    margin-bottom: 28vw;
  }
  .page--home .block--blog {
    padding-top: 20vw;
  }
  .page--home .block--blog .slick-list {
    padding-left: 7% !important;
  }
  .page--home .block--blog .slick-list li {
    margin-right: 25px;
  }
  .page--home .block--blog .slick-list li a .thumb.login .dummy {
    position: relative;
  }
  .page--home .block--photo .list--contents li,
  .page--home .block--movie .list--contents li {
    width: 100%;
  }
  .page--home .block--photo .list--contents li .tit,
  .page--home .block--movie .list--contents li .tit {
    padding: 0 24px;
  }
  .page--home .block--photo .list--contents li .thumb,
  .page--home .block--movie .list--contents li .thumb {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
  .page--home .block--photo .list--contents li .thumb.nonlogin,
  .page--home .block--movie .list--contents li .thumb.nonlogin {
    height: 60vw;
  }
  .page--home .block--photo .list--contents li .thumb.nonlogin .cover,
  .page--home .block--movie .list--contents li .thumb.nonlogin .cover {
    width: 90%;
    height: 90%;
    overflow: hidden;
  }
  .page--home .block--photo .list--contents li .thumb.nonlogin .cover svg,
  .page--home .block--movie .list--contents li .thumb.nonlogin .cover svg {
    width: 203vw;
    height: 100%;
    left: -66%;
    position: relative;
  }
  .page--home .area--member .block--contents.block--movie {
    margin-bottom: 0;
  }
  .page--home .area--honeyyy-introduction .block--inner {
    display: block;
    padding: 0 15% 15vw;
  }
  .page--home .area--honeyyy-introduction .block--innner__left,
  .page--home .area--honeyyy-introduction .block--innner__right {
    width: 100%;
  }
  .page--home .area--honeyyy-introduction .block--innner__left {
    width: 80%;
    margin: 0 auto 30px;
  }
  .page--home .area--honeyyy-introduction .block--innner__left .thumb::before {
    width: 80px;
    top: -30px;
    left: -30px;
    height: 90px;
  }
  .page--home .area--honeyyy-introduction .block--innner__right .btn .btn--main {
    font-size: 12px;
    padding: 1.4em 0;
  }
  .page--home.loaded #bg {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transition: 2s 0.5s;
    transition: 2s 0.5s;
  }
  .page--home.loaded .section--keyvisual {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: 0.8s 1.2s;
    transition: 0.8s 1.2s;
  }
  .page--home.loaded .section--keyvisual .inner .clip--text::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 1.8s 2s;
    transition: 1.8s 2s;
  }
  .page--home.loaded .drawer__btn,
  .page--home.loaded .scroll {
    opacity: 1;
    -webkit-transition: 0.8s 3s;
    transition: 0.8s 3s;
  }
  .page--home.loaded.scrolling #bg {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .page--home.loaded.all-clear #bg, .page--home.loaded.all-clear .drawer__btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--info .block--share {
    padding-top: 0;
    margin: -4px;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 16px;
    vertical-align: 0px;
    line-height: 1;
  }
  .page--info .section--detail {
    width: 100%;
    padding: 0 6%;
  }
  .page--info .section--detail .txt {
    padding-top: 40px;
  }
  .page--info .section--detail .category {
    padding-left: 0;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 5px;
  }
  .page--info .section--detail .category::before {
    left: inherit;
    right: -5px;
    top: 8px;
  }
  .page--schedule .category {
    margin-left: 0;
    padding-left: 0;
  }
  .page--schedule .category::before {
    display: none;
  }
  .page--schedule .section--list .block--month .tit {
    letter-spacing: 0;
    font-size: 15vw;
  }
  .page--schedule .section--list .block--month .tit span {
    font-size: 14px;
    padding-left: 13px;
    margin-left: 4px;
  }
  .page--schedule .section--list .block--month .tit span::before {
    top: -5px;
    left: 1px;
  }
  .page--schedule .list--schedule li .date .d {
    font-size: 8vw;
  }
  .page--schedule .list--schedule li .date .m {
    font-size: 3.5vw;
  }
  .page--schedule .list--schedule li .block--txt {
    padding-left: 0;
    padding-top: 0;
  }
  .page--schedule .section--list .month-pager {
    margin-top: 10px;
  }
  .page--schedule .section--list .block--category .list--sort li .category {
    margin-right: 0;
    margin-left: 0;
    font-size: 11px;
    padding: 2px 6px;
  }
  .page--schedule .block--category li {
    margin: 0;
  }
  .section--detail.page--bio .section-tit {
    text-align: left;
    margin-bottom: 40px;
  }
  .section--detail.page--bio .inner {
    display: block;
  }
  .section--detail.page--bio .inner .ph,
  .section--detail.page--bio .area--txt {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }
  .page--disco .list--discography li {
    margin-bottom: 50px;
  }
  .page--disco .list--discography .thumb {
    margin: 0 auto 1em;
  }
  .page--disco .list--discography .block--text .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page--disco .list--discography .block--text .category {
    margin: 0 auto 5px;
    padding: 0;
  }
  .page--disco .list--discography .block--text .category::before {
    display: none;
  }
  .page--disco .header--disco {
    width: 90vw;
    height: 100vw;
    top: -7vw;
    left: -27vw;
  }
  .page--disco.page--disco__detail h1.logo {
    display: none;
  }
  .page--disco .block--disc-detail {
    padding-top: 50px;
  }
  .page--disco .block--disc-detail .category {
    margin-right: auto;
    padding-left: 0;
  }
  .page--disco .block--disc-detail .category::before {
    display: none;
  }
  .page--disco .block--disc-detail .date {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
  }
  .page--disco .block--disc-detail .text, .page--disco .block--disc-detail .link {
    width: 100%;
  }
  .page--disco .section--detail .jacket {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page--disco.loaded .section--detail .jacket {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--biography.section--detail .thumb {
    margin-bottom: 2em;
  }
  .page--biography.section--detail .name {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page--biography.section--detail .list--profile {
    margin-bottom: 30px;
  }
  .page--biography.section--detail .txt--basic {
    margin-bottom: 0;
  }
  .page--blog .section--detail .detail__btn {
    margin-top: 0;
  }
  .page--blog .form__select {
    margin-bottom: 30px;
    width: 50%;
  }
  .page--photo .list--photo {
    margin-bottom: 70px;
  }
  .page--photo #swipebox-action #swipebox-close {
    right: 0;
  }
  .page--photo .section--list .block--pager {
    top: 0;
  }
  .page--movie .section--detail .txt--basic {
    margin: 24px 0 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail {
    padding: 0 7%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit {
    padding: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
    margin: 0 0 20px;
    opacity: 1;
    min-width: inherit;
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main {
    margin-bottom: 40px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
    padding-top: 0;
    border: 1px solid #ededed;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
    padding: 10px 20px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    padding: 10px 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background-size: contain;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb .blur {
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    z-index: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb .blur img {
    -webkit-filter: blur(6px);
            filter: blur(6px);
    background-size: cover;
  }
  .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;
  }
  .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: 10x;
    margin-bottom: 0;
    opacity: 1;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li:last-child {
    border-bottom: none;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto 20px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
    margin-top: -0.9em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js .vjs-play-control > .vjs-icon-placeholder:before {
    top: 0.5em;
    left: -0.1em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-paused,
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-playing {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-paused span,
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-playing span {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-paused span:before,
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-playing span:before {
    width: 1.6em;
    height: 1.6em;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 50.5%;
    left: 50%;
    translate: -50% -50%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie.device--ios .video-js.vjs-paused .vjs-play-control,
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie.device--ios .video-js.vjs-playing .vjs-play-control,
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie.device--ios .video-js.vjs-paused .vjs-control-bar,
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie.device--ios .video-js.vjs-playing .vjs-control-bar {
    display: none;
  }
  .page--movie.new-movie.page-movie-detail .detail__btn {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .section--detail.page--support .section-tit {
    letter-spacing: 0.3em;
    margin: 0 0 40px 0;
  }
  .section--detail.page--support .txt {
    padding-top: 20px;
  }
  .page--faq .section-tit {
    letter-spacing: 0.3em;
  }
  .page--faq .searchBox {
    width: 80%;
  }
  .page--faq .list--faq {
    margin: 0 0 60px;
  }
  .page--faq .list--faq li a {
    padding: 16px 0;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 18px;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.15em;
  }
  .page--questionnaire .section--detail .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire .section--detail .tit {
    font-size: 14px;
  }
  .page--questionnaire .section--detail form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .section--detail form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .section--detail form .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire .section--detail form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire .section--detail .form--confirm {
    padding: 16px;
  }
  .section--detail.page--entry {
    padding: 0;
  }
  .section--detail.page--entry .btn--erea {
    font-size: 13px;
    padding: 0 7%;
    margin: 0 auto;
  }
  .section--detail.page--entry .btn--erea .btn.entry .btn--main {
    width: 100%;
  }
  .section--detail.page--entry .block--top {
    width: 100%;
  }
  .section--detail.page--entry .block--top .logo-fc {
    margin: -20px auto 0;
  }
  .section--detail.page--entry .block--top .lead {
    font-size: 12px;
    letter-spacing: 0.02em;
    padding: 4px 0 50px;
  }
  .section--detail.page--entry .block--contents {
    padding: 26px 0 !important;
    margin: 0 0 74px !important;
  }
  .section--detail.page--entry .block--contents .list--contents {
    padding: 0 7%;
  }
  .section--detail.page--entry .block--contents .list--contents li {
    width: 100%;
    margin: 0 0 8%;
  }
  .section--detail.page--entry .block--contents .list--contents li .tit {
    font-size: 16px;
  }
  .section--detail.page--entry .block--contents .list--contents li .text {
    font-size: 13px;
  }
  .section--detail.page--entry [class^=block--] {
    margin: 0 0 40px;
    padding: 0 7%;
  }
  .section--detail.page--entry [class^=block--] table {
    font-size: 13px;
  }
  .section--detail.page--entry [class^=block--] table th {
    width: 100px;
    padding: 10px 13px;
    font-weight: bold;
    text-align: center;
  }
  .section--detail.page--entry [class^=block--] table td {
    padding: 10px;
  }
  .section--detail.page--entry [class^=block--] table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .section--detail.page--entry .btn--erea .note {
    width: 100%;
    padding: 20px;
    margin: 0 auto 10px;
  }
  .popup-inner {
    padding: 60px 0 0;
  }
  .popup-inner .tit {
    font-size: 15px;
  }
  .section--detail.page--first_login {
    margin-top: -20px;
  }
  .section--detail.page--first_login .section-tit {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .section--detail.page--first_login .section-tit span.attention {
    font-size: 14px;
    border-bottom: 1px solid #e63a37;
    width: 148px;
  }
  .section--detail.page--first_login .txt,
  .section--detail.page--first_login .txt--link a {
    font-size: 13px;
  }
  .section--detail.page--first_login .txt--link a {
    line-height: 1.4;
  }
  .section--detail.page--first_login .block--lead {
    margin: 0 0 40px;
  }
  .section--detail.page--first_login .block--lead .txt {
    line-height: 1.4;
    margin-bottom: 1em;
  }
  .section--detail.page--first_login .step .tit {
    font-size: 16px;
  }
  .section--detail.page--first_login .step li {
    position: relative;
    background: #f3f3f3;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .section--detail.page--first_login .step li::after {
    border-top: 12px solid #f3f3f3;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: "";
    margin-left: -10px;
    position: absolute;
    bottom: -12px;
    left: 50%;
  }
  .section--detail.page--first_login .step li:last-child:after {
    display: none;
  }
  .section--detail.page--first_login .step li a {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .section--detail.page--first_login .step li span {
    margin-right: 10px;
    font-weight: bold;
  }
  .section--detail.page--first_login .block--attention {
    padding: 16px;
    margin: 1.5em 0;
  }
  .section--detail.page--first_login .block--attention .tit {
    font-size: 14px;
  }
  .section--detail.page--first_login .block--step .block > .tit {
    font-size: 14px;
  }
  .section--detail.page--first_login .block--step .list--step > li {
    padding: 5%;
  }
  .page--movie.page--birthday .section--detail .section-tit {
    font-size: 5.3vw;
    letter-spacing: 0.2em;
  }
  .page--movie.page--birthday .section--detail .txt--timeout {
    width: 95%;
    margin: 3em auto;
    font-size: 1em;
    line-height: 1.8;
  }
  .page--bbs--pict {
    /*=================================
    	記事詳細
    ===================================*/
  }
  .page--bbs--pict .block--parent .mainLogo {
    margin-bottom: 14vw;
  }
  .page--bbs--pict .block--parent .leadArea {
    text-align: left;
    margin-bottom: 0;
    padding: 30px 6% 20px;
    border-radius: 15px;
    -webkit-box-shadow: 4px 4px 0 #f28ba5;
            box-shadow: 4px 4px 0 #f28ba5;
  }
  .page--bbs--pict .block--parent .lead {
    text-align: left;
    font-size: 13px;
    line-height: 1.7;
  }
  .page--bbs--pict .block--parent .lead.period {
    font-size: 12px;
    padding: 10px 15px;
    letter-spacing: 0.03em;
  }
  .page--bbs--pict .block--parent .leadArea .lead_ico {
    width: 48px;
    top: -15px;
  }
  .page--bbs--pict .block--parent {
    margin: 0px auto 25px;
  }
  .page--bbs--pict .post_area {
    padding-bottom: 60px;
  }
  .page--bbs--pict .block--post {
    width: 100%;
  }
  .page--bbs--pict .block--post .form-entry-tit {
    width: 85%;
    padding: 20px;
    font-size: 15px;
  }
  .page--bbs--pict .block--post .form--post {
    padding: 40px 15px 15px;
    margin-top: -25px;
    border-radius: 10px;
  }
  .page--bbs--pict .block--post .form--post dl dd {
    margin-bottom: 15px;
  }
  .page--bbs--pict .block--post .form--post dl {
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  .page--bbs--pict .block--post .form--post textarea {
    border-radius: 10px;
  }
  .page--bbs--pict .block--attention {
    padding: 15px;
    margin-bottom: 35px;
    border-width: 2px;
  }
  .page--bbs--pict .block--attention .attention_tit {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .page--bbs--pict .block--attention .attentionList li {
    font-size: 12px;
  }
  .page--bbs--pict .comment_area {
    padding: 60px 0;
  }
  .page--bbs--pict .list--comment li {
    width: 48%;
    margin-top: 20px;
  }
  .page--bbs--pict .list--comment li .ph a {
    border-radius: 10px;
  }
  .page--bbs--pict .list--comment li .ph::before {
    border-radius: 10px;
    top: 5px;
    left: 5px;
  }
  .page--bbs--pict .list--comment li .txt {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .page--bbs--pict .list--comment li .name {
    font-size: 11px;
    margin-bottom: 0;
  }
  .page--bbs--pict .list--comment li .place {
    right: 8px;
    left: 12px;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
  }
  .page--bbs--pict .popup .popInBox {
    width: 100%;
  }
  .page--bbs--pict .popup .close {
    top: 15px;
    right: 15px;
  }
  .page--bbs--pict .block--error {
    padding: 15px;
    font-size: 13px;
    margin-bottom: 25px;
  }
  .page--bbs--pict .form--confirm {
    padding: 20px;
  }
  .page--bbs--pict .bbs_icon {
    font-size: 11px;
    width: 80px;
    padding: 7px;
    -webkit-box-shadow: 2px 2px 0 #fff;
            box-shadow: 2px 2px 0 #fff;
  }
  .page--bbs--pict .form--confirm .reply_confirm_box {
    padding: 13px;
  }
  .page--bbs--pict .form--confirm dt {
    font-size: 12px;
  }
  .page--bbs--pict .form--confirm dd {
    margin-bottom: 15px;
  }
  .page--bbs--pict .form--confirm dd:last-child {
    margin-bottom: 0;
  }
  .page--bbs--pict .btn--main {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    font-size: 15px;
    padding: 20px;
  }
  .page--bbs--pict .block--post .form--post .btn--main {
    width: 100%;
    min-width: auto;
    max-width: 350px;
    font-size: 15px;
    padding: 20px;
  }
  .page--bbs--pict ul.block--pager {
    margin-top: 30px;
  }
  .page--bbs--pict.comment--detail .comment_detail_box {
    margin-bottom: 25px;
  }
  .page--bbs--pict.comment--detail .list--reply {
    margin: 20px 0;
  }
  .page--bbs--pict.comment--detail .list--reply > li {
    padding: 15px 0;
  }
  .page--bbs--pict.comment--detail .list--reply .txt {
    font-size: 13px;
    padding: 5px 0;
    line-height: 1.6;
  }
  .page--bbs--pict.comment--detail .list--reply .name {
    font-size: 12px;
  }
  .page--bbs--pict.comment--detail .list--reply .date {
    font-size: 12px;
  }
  .page--bbs--pict.bbs--2 .wrap .btn--main:hover {
    background: #496c93;
    color: #fff;
  }
  .page--bbs--pict.bbs--2 .wrap .post_area .block--parent .mainLogo {
    margin-bottom: 30px;
  }
  .page--bbs--pict.bbs--2 .wrap .block--post .form--post .btn--main:hover {
    background: #496c93;
    color: #fff;
    opacity: 1;
  }
  .page--bbs--pict.bbs--2 .wrap .comment_area {
    padding: 0 0 60px;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  #app-bnr {
    display: none;
    position: relative;
    z-index: 5;
    font-weight: 300;
  }
  #app-bnr a {
    display: block;
    background: #fff;
    color: inherit;
    padding: 10px 7% 10px 30px;
    position: relative;
    z-index: 150;
    font-size: 12px;
    line-height: 1.5em;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0;
  }
  #app-bnr a:before {
    content: "\f105";
    color: #333;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: normal;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 3%;
  }
  #app-bnr a .icon {
    width: 20%;
    float: left;
    line-height: 0;
    margin: 0 3.5% 0 0;
  }
  #app-bnr a .icon img {
    background: url(/static/yuyategoshi/fanclub/feature/appli/app_bnr.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
  #app-bnr a .txt {
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #app-bnr a .txt span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 3px;
  }
  #app-bnr .close {
    width: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  #app-bnr .close:before, #app-bnr .close:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -2px;
  }
  #app-bnr .close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #app-bnr .close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.page--home.bnr-show header .drawer__btn.down {
    top: 28vw;
  }
  body.page--home.bnr-show.drawer-visible header .drawer__btn {
    position: fixed;
    top: 0;
  }
  .body--app .wrap {
    padding: 40px 0;
  }
  .page--notice {
    background: #fff;
  }
  .page--notice .wrap {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
  }
  .page--notice .wrap > .bg {
    background: #fff;
  }
  .page--notice .section--list .no-data {
    color: #000;
    opacity: 1;
  }
  .page--notice .section--list .list--info {
    border-top: 1px solid #dcdcdc;
  }
  .page--notice .section--list .list--info li a {
    color: #000;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .page--notice .section--list .list--info li a .date {
    font-size: 10px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 5px 0 0;
    color: #000;
  }
  .page--notice .section--list .list--info li a .txt {
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .wrap {
    padding-top: 140px;
  }
  .drawer .drawer-inner {
    padding: 12vw 5% 24vw;
  }
  .drawer [class^=nav--] .g-nav > li {
    margin-bottom: 8px;
  }
  .drawer .nav--login .login--btn li a {
    font-size: 18px;
  }
  .drawer .nav--menu .g-nav.g-nav--official li.home {
    margin: 0 0 0 40px;
  }
  .drawer .nav--menu .g-nav.g-nav--official li.home::after {
    height: 2.8vw;
    left: -32px;
  }
  .drawer .nav--menu .g-nav.g-nav--official li a {
    font-size: 2.8vw;
  }
  .drawer [class^=nav--] .g-nav > li a {
    font-size: 4.8vw;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
  .block--pager {
    font-size: 15px;
  }
  .block--pager .pager__item--older a::after,
  .block--pager .pager__item--older span::after,
  .block--pager .pager__item--newer a::after,
  .block--pager .pager__item--newer span::after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #555;
    border-right: 3px solid #555;
  }
  .list__more a {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
  }
  .page--home .section--banner .list--bnr .slick-prev,
  .page--home .section--banner .list--bnr .slick-next {
    width: 22vw;
  }
  .page--home .section--banner .list--bnr .slick-prev:hover::after,
  .page--home .section--banner .list--bnr .slick-next:hover::after {
    -webkit-transform: scaleX(1.4);
    transform: scaleX(1.4);
  }
  .page--home .slick-dots li {
    width: 6px;
  }
  .page--home .slick-dots li button:before {
    width: 1px;
    height: 100%;
  }
  .page--home .section--info.schedule .list--information .date {
    width: 5em;
  }
  .page--home .section--info.schedule .list--information .date .m {
    font-size: 2.8vw;
    top: -0.4vw;
    left: -3vw;
  }
  .page--home .section--info.schedule .list--information .date .d {
    font-size: 5vw;
  }
  .page--home .section--info.schedule .list--information .date .d::before {
    top: 0;
    left: -3vw;
  }
  .page--home .section--info.schedule .list--information .date span.year {
    font-size: 1.4vw;
    text-align: left;
  }
  .page--home .area--member {
    padding-top: 13vw;
  }
  .page--home .area--member .logo-area {
    margin-left: 30px;
  }
  .page--home .area--member .logo-area .fc-logo {
    width: 78%;
    height: 33vw;
  }
  .section-tit {
    font-size: 3vw;
    margin-bottom: 2em;
  }
  .section--detail {
    padding: 0 8%;
  }
  .page--info .section--list .section-tit {
    margin-bottom: 50px;
  }
  .page--info .section-tit {
    height: 3.5vw;
  }
  .page--info .section--list {
    padding: 0 8%;
  }
  .page--info .section--detail .section-tit {
    height: 3.6vw;
    margin-bottom: 2.5em;
  }
  .page--info .section--detail .date {
    font-size: 1.8vw;
  }
  .page--info .section--detail .tit {
    font-size: 3.5vw;
  }
  .page--info .section--detail .txt--basic {
    font-size: 16px;
  }
  .page--schedule .section--list .block--month .tit {
    font-size: 8vw;
  }
  .page--schedule .list--schedule li .date .d {
    font-size: 3.6vw;
  }
  .page--schedule .list--schedule li .date .m {
    font-size: 2vw;
  }
  .section--detail.page--bio .inner .thumb {
    width: 80%;
    margin: 0 auto 60px;
  }
  .section--detail.page--bio .data {
    margin-bottom: 24px;
  }
  .page--disco .list--discography .thumb {
    margin-bottom: 3em;
  }
  .page--disco .list--discography .block--text .tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page--disco .block--disc-detail .date,
  .page--disco .block--disc-detail .category {
    font-size: 2.5vw;
  }
  .section--detail.page--entry .block--top .lead {
    padding: 0 0 140px;
  }
  .section--detail.page--entry .block--contents {
    margin: 0 0 160px !important;
  }
  .section--detail.page--entry .btn--erea .btn--main {
    width: 100%;
  }
}/*# sourceMappingURL=fanclub-service.css.map */