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

/*Adobe Fonts ちらつき対策用CSS*/
html {
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

html.wf-active,
html.loading-delay {
  opacity: 1;
}

/*Adobe Fonts ちらつき対策用CSSここまで*/
body {
  background: #F5F3EF;
  color: #2F2A2A;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

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

img {
  width: 100%;
  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: #F5F3EF;
}

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

::-moz-selection {
  background: #2F2A2A;
  color: #F5F3EF;
}

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

.svg-parts {
  display: none;
}

.block--pager {
  text-align: left;
  letter-spacing: -0.5em;
  margin: 40px 0 auto;
  padding: 0;
  height: 60px;
  position: relative;
}
.block--pager li {
  display: inline-block;
  font-family: source-han-sans-japanese, sans-serif;
  padding: 0.6em 0;
  margin: 0 10px;
  letter-spacing: 0.03em;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
}
.block--pager .arrow svg {
  width: 20px;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 5px;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
  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: center;
}
.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 .arrow, .block--pager .pager__item--newer span .arrow {
  opacity: 1;
}
.block--pager .pager__item--newer .arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.block--pager .pager__item--newer span {
  opacity: 0.4;
  line-height: 15px;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 5px;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
  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: center;
}
.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 .arrow, .block--pager .pager__item--older span .arrow {
  opacity: 1;
}
.block--pager .pager__item--older span {
  opacity: 0.4;
}
.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--other {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.block--pager .pager__item--other a {
  position: relative;
  padding: 3px 0;
}
.block--pager .pager__item--current {
  display: inline-block;
  position: relative;
  color: #2F2A2A;
  padding: 0.6em 0;
  line-height: 0.5;
  vertical-align: middle;
  letter-spacing: normal;
  font-weight: bold;
  color: #A20118;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.txt--basic {
  margin: 0 0 1em;
  font-family: source-han-sans-japanese, sans-serif;
}

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

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

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

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

.block--player {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 20px 0;
  position: relative;
  background: #000;
}

.instagram-media {
  min-width: 100% !important;
  max-width: 100% !important;
}

.page--home .header .drawer__btn {
  opacity: 0;
  -webkit-transition: opacity 0.4s 1s;
  transition: opacity 0.4s 1s;
}
.page--home .block--sns {
  opacity: 0;
  -webkit-transition: opacity 0.4s 1s;
  transition: opacity 0.4s 1s;
}
.page--home .section--top .block--logo {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
  transition: opacity 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s, opacity 0.4s 0.1s;
  transition: transform 0.4s 0.1s, opacity 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
}
.page--home .section--top .block--keyvisual .keyvisual::before {
  content: "";
  display: block;
  width: 110%;
  height: 110%;
  position: absolute;
  background: #F5F3EF;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 0.8s 0.5s;
  transition: -webkit-transform 0.8s 0.5s;
  transition: transform 0.8s 0.5s;
  transition: transform 0.8s 0.5s, -webkit-transform 0.8s 0.5s;
}
.page--home .section--top .block--scroll .scroll {
  opacity: 0;
  -webkit-transition: 0.3s 1s;
  transition: 0.3s 1s;
}
.page--home .section--top .block--nav {
  opacity: 0;
  -webkit-transition: opacity 0.4s 1s;
  transition: opacity 0.4s 1s;
}

.loaded.page--home header .logo img {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.loaded.page--home header .drawer__btn {
  opacity: 1;
}
.loaded.page--home .block--nav, .loaded.page--home .block--sns {
  opacity: 1;
}
.loaded.page--home .section--top .block--logo {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loaded.page--home .section--top .block--keyvisual .keyvisual::before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.loaded.page--home .section--top .block--scroll .scroll {
  opacity: 1;
}

.delighter {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.45s 0.2s;
  transition: 0.45s 0.2s;
}

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

.section--info,
.section--video,
.section--schedule,
.section--staffblog,
.block--login {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.section--info .section--inner .tit-wrap,
.section--video .section--inner .tit-wrap,
.section--schedule .section--inner .tit-wrap,
.section--staffblog .section--inner .tit-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.3s;
  transition: opacity 0.4s 0.3s;
}
.section--info.delighter.started .section--inner .tit-wrap,
.section--video.delighter.started .section--inner .tit-wrap,
.section--schedule.delighter.started .section--inner .tit-wrap,
.section--staffblog.delighter.started .section--inner .tit-wrap {
  opacity: 1;
}

.section--video .tit-wrap {
  opacity: 0;
  -webkit-transition: all 0.3s 0.4s ease;
  transition: all 0.3s 0.4s ease;
}
.section--video .video-container {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s 0.8s ease;
  transition: all 0.3s 0.8s ease;
}
.section--video.delighter.started .tit-wrap {
  opacity: 1;
}
.section--video.delighter.started .video-container {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  padding-left: calc(6% + 63px);
  text-align: left;
  bottom: -6px;
  font-size: 15px;
}

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

.block--error {
  color: #A20118;
  background: #ffdada;
  padding: 10px;
}

/* 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 #2F2A2A;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #2F2A2A;
  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: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
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 #2F2A2A;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
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 {
  width: 200px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #F5F3EF;
  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 #2F2A2A;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 2.3em;
  border-radius: 0;
  border: 1px solid #888;
  background: #ffffff;
  cursor: pointer;
  color: #2F2A2A;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.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: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #A20118;
  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: #F5F3EF;
}
.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: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #A20118;
  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: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #2F2A2A;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #2F2A2A;
  -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: #A20118;
  border-color: #A20118;
}
.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 loop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes scroll {
  0% {
    height: 0%;
    top: 0px;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  54% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0;
    bottom: 0;
    top: auto;
  }
}
@keyframes scroll {
  0% {
    height: 0%;
    top: 0px;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  54% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0;
    bottom: 0;
    top: auto;
  }
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes heart {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes heart {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.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: source-han-sans-japanese, sans-serif;
}

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

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

.detail__btn {
  font-family: "orpheuspro", serif;
  letter-spacing: 0.02em;
  font-size: 18px;
  text-align: left;
  display: inline-block;
  margin-top: 60px;
}
.detail__btn .arrow {
  width: 26px;
}
.detail__btn a svg {
  width: 23px;
  height: 16px;
  position: relative;
  margin-right: 2px;
  top: 1px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.date, .category {
  font-size: 15px;
  font-family: source-han-sans-japanese, sans-serif;
  letter-spacing: 0.05em;
}

.tag {
  font-size: 13px;
  font-family: "orpheuspro", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: rgba(47, 42, 42, 0.6);
  line-height: 1;
  width: 4.5em;
  text-align: center;
  padding: 4px 0;
  border: 1px solid rgba(47, 42, 42, 0.4);
}

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

.no-data {
  font-family: source-han-sans-japanese, sans-serif;
  opacity: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: opacity 0.7s 0.8s;
  transition: opacity 0.7s 0.8s;
}
.no-data.delighter.started {
  opacity: 1;
}

.tit {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-word;
}

.list--information {
  position: relative;
  z-index: 2;
}
.list--information li {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.list--information li a {
  padding: 30px 0;
  position: relative;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.list--information li a .date, .list--information li a .category {
  display: inline-block;
  font-family: source-han-sans-japanese, sans-serif;
  opacity: 0.5;
  margin-bottom: 8px;
}
.list--information li a .category {
  margin-bottom: 5px;
  margin-left: 13px;
}
.list--information li a .tit {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s 0.6s ease;
  transition: all 0.3s 0.6s ease;
}
.list--information li a .icon--new {
  display: inline-block;
  color: #A20118;
  width: 70px;
  margin-left: 13px;
}
.list--information li:last-child a span.bottom {
  display: block;
}
.list--information li.delighter.started span.top, .list--information li.delighter.started span.bottom {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.list--information.list--schedule li a {
  display: block;
}
.list--information.list--schedule li a .category {
  text-align: center;
  color: #2F2A2A;
  margin-left: 0;
}
.list--information.list--schedule li a .box {
  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;
}
.list--information.list--schedule li a .block--date {
  font-family: "orpheuspro", serif;
  text-align: left;
  margin-right: 40px;
  position: relative;
}
.list--information.list--schedule li a .block--date .md {
  font-size: 50px;
  display: block;
}
.list--information.list--schedule li a .block--date .year {
  font-size: 15px;
  font-family: source-han-sans-japanese, sans-serif;
  letter-spacing: 0.02em;
}
.list--information.list--schedule li a .block--date.second {
  margin-top: 10px;
}
.list--information.list--schedule li a .block--date.second::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  background: #2F2A2A;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.list--information.fc a {
  color: #F5F3EF;
}
.list--information.fc a .icon--new {
  color: #AFA28B;
}

.list--contents {
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.list--contents li .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.list--contents li .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.list--contents li .thumb .blur img {
  -webkit-filter: blur(80px);
          filter: blur(80px);
  background-size: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.list--contents li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.list--contents li .thumb img.dummy {
  background-size: cover;
}
.list--contents li .tit {
  margin-bottom: 5px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.list--contents li .date, .list--contents li .tit {
  position: relative;
  z-index: 3;
  display: block;
}
.list--contents li .date {
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
}
.list--contents li .icon--new {
  color: #A20118;
  margin-left: 13px;
}
.list--contents li .icon--new svg {
  width: 60px;
}
.list--contents li.delighter.schedule {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.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 {
  font-family: source-han-sans-japanese, sans-serif;
  margin-bottom: 40px;
}
.block--category li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}
.block--category li a {
  display: block;
  line-height: 1;
  font-size: 15px;
  padding: 5px;
  letter-spacing: 0.05em;
}
.block--category li a span {
  display: inline;
  position: relative;
}
.block--category .current a {
  font-weight: bold;
  color: #A20118;
  pointer-events: none;
}

.block--sort-category {
  z-index: 20;
  position: absolute;
  width: 25%;
}
.block--sort-category .block--sort {
  width: 100%;
  max-height: 60vh;
  background: #000;
  color: #F5F3EF;
  position: relative;
  right: 0;
  top: 30px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.block--sort-category .block--sort .list--sort {
  margin-left: 14px;
}
.block--sort-category .block--sort .list--sort li {
  border-bottom: 1px solid rgba(245, 243, 239, 0.4);
}
.block--sort-category .block--sort .list--sort li:last-child {
  border: none;
}
.block--sort-category .block--sort .list--sort li .category {
  font-size: 1rem;
  display: block;
}
.block--sort-category .block--sort .list--sort li .category label {
  position: relative;
  display: block;
  padding: 14px 40px 14px 0;
  cursor: pointer;
}
.block--sort-category .block--sort .list--sort li .category label::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #F5F3EF;
  right: 16px;
  top: 19px;
}
.block--sort-category .block--sort .list--sort li .category label::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  background: #F5F3EF;
  width: 10px;
  height: 10px;
  right: 19px;
  top: 22px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block--sort-category .block--sort .list--sort li .category input[type=radio] {
  display: none;
}
.block--sort-category .block--sort .list--sort li .category input[type=radio]:checked + label::after {
  opacity: 1;
}
.block--sort-category .block--sort::-webkit-scrollbar {
  width: 10px;
}
.block--sort-category .block--sort::-webkit-scrollbar-track {
  background-color: #000;
}
.block--sort-category .block--sort::-webkit-scrollbar-thumb {
  background-color: #F5F3EF;
}
.block--sort-category.is-open .block--sort {
  display: block;
}

.btn--sort {
  position: absolute;
  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;
  top: 0;
  right: 0;
  width: 147px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.btn--sort .label {
  font-family: "orpheuspro", serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.05em;
}
.btn--sort span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/static/aska/fanclub/common/icon_sort_b.svg) no-repeat center center;
  background-size: contain;
}

.list--error li {
  color: #df0f12;
  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: #2F2A2A;
  border: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}

.drawer [class^=nav--] li {
  margin-bottom: 5px;
  line-height: 1;
  position: relative;
}
.drawer [class^=nav--] li a, .drawer [class^=nav--] li .menu--dropdown {
  padding: 5px 0;
  font-size: 17px;
  position: relative;
  letter-spacing: 0.02em;
  font-family: source-han-sans-japanese, sans-serif;
  color: #2F2A2A;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .drawer [class^=nav--] li a, .drawer [class^=nav--] li .menu--dropdown {
    font-size: 3vw;
  }
}
.drawer [class^=nav--] li a .date, .drawer [class^=nav--] li .menu--dropdown .date {
  display: inline-block;
  position: relative;
  top: -2px;
  left: 16px;
  color: #A20118;
  margin-bottom: 0;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .drawer [class^=nav--] li a .date, .drawer [class^=nav--] li .menu--dropdown .date {
    font-size: 13px;
    top: -4px;
    left: 20px;
  }
}
.drawer [class^=nav--] li .sub {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  width: 160px;
  z-index: 100;
}
.drawer [class^=nav--] li .sub li {
  text-align: left;
  padding: 5px 12px;
  background: #484760;
}
.drawer [class^=nav--] li .sub li a {
  color: #F5F3EF;
  display: block;
}
.drawer .nav--menu__official {
  position: relative;
}
.drawer .nav--menu__official li a {
  overflow: hidden;
  display: block;
}
.drawer .nav--login {
  width: 100%;
  position: relative;
}
.drawer .nav--login li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.drawer .nav--login li a {
  color: #F5F3EF;
  display: block;
  position: relative;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
  overflow: hidden;
}
.drawer .nav--login li a span {
  display: block;
}
.drawer .nav--login li.drawer__btn--fc {
  vertical-align: top;
  cursor: pointer;
}
.drawer .nav--login li.drawer__btn--fc p {
  padding: 5px 0;
  font-size: 17px;
  letter-spacing: 0.02em;
  padding-right: 22px;
}
.drawer .nav--login li.drawer__btn--fc p .border {
  width: 18px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  display: block;
}
.drawer .nav--login li.drawer__btn--fc p .border > span {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  margin-right: auto;
  background: #2F2A2A;
  width: 18px;
  right: 0;
}
.drawer .nav--login li.drawer__btn--fc p .border > span:nth-child(2) {
  width: 15px;
  top: 4px;
}
.drawer .nav--login li.drawer__btn--fc p .border > span:nth-child(3) {
  width: 12px;
  top: 8px;
}

.drawer__btn {
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.drawer__btn .svg-btn {
  width: 28px;
  height: 22px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.drawer__btn .svg-btn svg {
  width: 28px;
  height: 22px;
}
.drawer__btn .menu {
  color: #F5F3EF;
  font-family: "orpheuspro", serif;
  font-weight: bold;
  font-size: 13px;
  position: relative;
}
.drawer__btn .menu .hidden {
  position: relative;
  right: 5px;
}
.drawer__btn .menu .visible {
  position: absolute;
  opacity: 0;
  left: -8px;
  top: 0;
  pointer-events: none;
}
.drawer__btn .menu span {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  display: block;
}

.drawer-visible .drawer__btn .svg-btn {
  opacity: 0;
  pointer-events: none;
}
.drawer-visible .drawer__btn .visible {
  opacity: 1;
  cursor: pointer;
}
.drawer-visible .drawer__btn .hidden {
  opacity: 0;
  pointer-events: none;
}
.drawer-visible .drawer__btn-close {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.7s 0s ease;
  transition: all 0.7s 0s ease;
}
.drawer-visible .drawer__btn-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-visible .drawer__btn-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

footer {
  width: 100%;
  font-family: source-han-sans-japanese, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .inner {
  display: none;
}
footer .block--pagetop {
  display: none;
}
footer .copyright {
  font-family: source-han-sans-japanese, sans-serif;
  opacity: 0.6;
}

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

.section-tit {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: "orpheuspro", serif;
  color: #2F2A2A;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  text-align: left;
  margin: 0 0 5px;
  position: relative;
  padding-bottom: 10px;
  pointer-events: none;
}

.block-tit {
  font-family: "orpheuspro", serif;
  color: #F5F3EF;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  margin: 0 auto 40px;
  position: relative;
}

.section--list {
  position: relative;
}

.section--list,
.section--detail {
  padding: 0 10% 80px;
}

.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: 5px;
  letter-spacing: 0.05em;
}
.section--detail .date {
  display: block;
}
.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: 20px;
}
.section--detail .block--share li:last-child {
  margin-bottom: 40px;
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 18px;
  fill: #2F2A2A;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 11px;
  margin-right: 15px;
  letter-spacing: 0.05em;
}

body:not(.page--home) .no-data {
  opacity: 1;
}

.page--home {
  /* number */
}
.page--home .section-tit::before {
  content: "(01)";
  display: block;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 12px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  position: relative;
  top: 0;
  left: 0;
}
.page--home .area--official .section--schedule .section-tit::before {
  content: "(02)";
}
.page--home .area--official .section--video .section-tit::before {
  content: "(03)";
}
.page--home .area--fc .section--magazine .section-tit::before {
  content: "(02)";
}
.page--home .area--fc .section--askablog .section-tit::before {
  content: "(03)";
}
.page--home .area--fc .section--staffblog .section-tit::before {
  content: "(04)";
}
.page--home .drawer .nav--item__home {
  display: none;
}
.page--home .drawer .nav--item__staffblog {
  margin-right: 0 !important;
}
.page--home .drawer .g-nav .nav--menu__home {
  display: none;
}
.page--home .list__more {
  font-family: "orpheuspro", serif;
  letter-spacing: 0.02em;
  font-size: 18px;
  text-align: left;
  display: inline-block;
}
.page--home .list__more .arrow {
  width: 26px;
}
.page--home .list__more a svg {
  width: 22px;
  height: 16px;
  position: relative;
  margin-right: 3px;
  top: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page--home .section--top {
  position: relative;
}
.page--home .section--top .block--keyvisual {
  width: 100%;
  min-height: 100vh;
}
.page--home .section--top .block--keyvisual .keyvisual {
  max-height: inherit;
  height: 100%;
  width: 70vw;
  margin-left: auto;
}
.page--home .section--top .block--keyvisual .keyvisual img {
  max-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
}
.page--home .section--top .block--logo {
  position: absolute;
  top: 7vh;
  left: 4%;
  z-index: 10;
}
.page--home .section--top .block--logo .svg-txt {
  font-family: "orpheuspro", serif;
  font-size: 6vh;
  line-height: 1;
  margin-bottom: 1vh;
}
.page--home .section--top .block--logo .logo {
  width: 66vh;
  color: #C3A461;
}
.page--home .section--top .block--sns {
  position: absolute;
  top: 7vh;
  right: 4%;
  z-index: 10;
}
.page--home .section--top .block--sns .nav--sns li {
  display: inline-block;
  margin-right: 24px;
}
.page--home .section--top .block--sns .nav--sns li a {
  display: block;
}
.page--home .section--top .block--sns .nav--sns li i {
  font-size: 22px;
}
.page--home .section--top .block--sns .nav--sns li.nav__item--traveltv {
  width: 23px;
}
.page--home .section--top .block--sns .nav--sns li.nav__item--tiktok a {
  width: 18px;
}
.page--home .section--top .block--sns .nav--sns li.nav__item--tiktok a:hover {
  fill: #A20118;
}
.page--home .section--top .block--sns .nav--sns li:last-child {
  margin-right: 0;
}
.page--home .section--top .block--nav {
  position: absolute;
  left: 4%;
  bottom: 7vh;
  z-index: 10;
}
.page--home .section--top .block--nav [class^=nav--] a {
  font-size: 16px;
  display: block;
  padding: 6px 0;
  letter-spacing: 0.05em;
}
.page--home .section--top .block--nav [class^=nav--] > li {
  position: relative;
  cursor: pointer;
}
.page--home .section--top .block--nav [class^=nav--] > li .menu--dropdown {
  font-size: 17px;
}
.page--home .section--top .block--nav [class^=nav--] > li .sub {
  display: none;
  position: absolute;
  top: 25px;
  width: 180px;
  z-index: 100;
}
.page--home .section--top .block--nav [class^=nav--] > li .sub li {
  text-align: left;
  padding: 5px 12px;
  background: #484760;
  border: 1px solid #F5F3EF;
}
.page--home .section--top .block--nav [class^=nav--] > li .sub li a {
  color: #F5F3EF;
  display: block;
}
.page--home .section--top .block--nav [class^=nav--] > li.nav--menu__home {
  display: none;
}
.page--home .section--top .block--nav .nav--menu__official {
  margin-bottom: 5vh;
}
.page--home .section--top .block--nav .nav--login li a {
  padding-left: 33px;
  position: relative;
}
.page--home .section--top .block--nav .nav--login li a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  background: rgba(47, 42, 42, 0.2);
  border-radius: 50%;
  left: 6px;
  top: 11px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.page--home .section--top .block--nav .nav--login li.drawer__btn--fc {
  position: relative;
}
.page--home .section--top .block--nav .nav--login li.drawer__btn--fc .border {
  width: 18px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page--home .section--top .block--nav .nav--login li.drawer__btn--fc .border > span {
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  margin-left: auto;
  background: #2F2A2A;
  width: 18px;
}
.page--home .section--top .block--nav .nav--login li.drawer__btn--fc .border > span:nth-child(2) {
  width: 15px;
  top: 4px;
}
.page--home .section--top .block--nav .nav--login li.drawer__btn--fc .border > span:nth-child(3) {
  width: 9px;
  top: 8px;
}
.page--home .section--top .block--nav .nav--login li.drawer__btn--fc .drawer__fc--tit {
  padding-left: 33px;
  font-size: 17px;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.page--home .section--top .block--scroll {
  position: absolute;
  right: 2%;
  bottom: 12vh;
  z-index: 20;
}
.page--home .section--top .block--scroll .scroll {
  color: #F5F3EF;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page--home .section--top .block--scroll .scroll .arrow svg {
  width: 12px;
  position: relative;
  top: 1px;
  margin-left: 3px;
  -webkit-animation: scrolldown 2s infinite;
          animation: scrolldown 2s infinite;
}
.page--home .section--banner {
  position: relative;
  z-index: 3;
}
.page--home .section--banner .swiper-container {
  padding: 0;
  width: 100%;
  overflow: visible;
}
.page--home .section--banner .list--bnr li a {
  display: block;
  line-height: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.page--home .section--banner .list--bnr li a img {
  width: 100%;
  line-height: 0;
}
.page--home .section--banner.no-swiper li {
  width: 28%;
}
.page--home .section--banner.no-swiper .swiper-button-prev,
.page--home .section--banner.no-swiper .swiper-button-next {
  display: none;
}
.page--home .section--info {
  z-index: 2;
}
.page--home .section--video .list--video li {
  border-right: 1px solid rgba(245, 243, 239, 0.2);
}
.page--home .section--video .list--video li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(47, 42, 42, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  mix-blend-mode: multiply;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.page--home .section--video .list--video li a .tit {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #F5F3EF;
  z-index: 11;
  width: 40em;
  font-size: 23px;
  text-align: left;
  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: center;
}
.page--home .section--video .list--video li a .thumb img {
  aspect-ratio: 16/9;
}
.page--home .tit {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.page--home .area--official {
  position: relative;
  z-index: 2;
}
.page--home .area--fc {
  padding-top: 180px;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.page--home .area--fc .no-data {
  color: #F5F3EF;
}
.page--home .area--fc .section-tit {
  color: #F5F3EF;
}
.page--home .area--fc .list__more a {
  color: #F5F3EF;
}
.page--home .area--fc .list__more a .arrow {
  color: #F5F3EF;
}
.page--home .area--fc .list--information li a .new {
  color: #AFA28B;
}
.page--home .area--fc .swiper-button-next, .page--home .area--fc .swiper-button-prev {
  background: url(/static/aska/fanclub/common/arrow_fc.svg) no-repeat center;
  background-size: contain;
}
.page--home .area--fc .block--login .block--logo {
  margin-bottom: 40px;
}
.page--home .area--fc .block--login .block--logo .svg-txt {
  font-size: 18px;
  font-family: "orpheuspro", serif;
  letter-spacing: 0.02em;
}
.page--home .area--fc .block--login .block--logo .logo {
  width: 28vw;
}
.page--home .area--fc .block--login .login--btn li {
  display: inline-block;
  position: relative;
}
.page--home .area--fc .block--login .login--btn li a {
  display: block;
  position: relative;
  font-family: source-han-sans-japanese, sans-serif;
  letter-spacing: 0.05em;
  padding: 5px 32px;
  font-size: 21px;
  position: relative;
}
.page--home .area--fc .block--login .login--btn li a .parentheses_l, .page--home .area--fc .block--login .login--btn li a .parentheses_r {
  position: absolute;
  top: 2px;
  width: 12px;
  height: 30px;
  display: block;
}
.page--home .area--fc .block--login .login--btn li a .parentheses_l svg, .page--home .area--fc .block--login .login--btn li a .parentheses_r svg {
  width: 12px;
  height: 30px;
}
.page--home .area--fc .block--login .login--btn li a .parentheses_l {
  left: 0;
}
.page--home .area--fc .block--login .login--btn li a .parentheses_r {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page--home .area--fc .block--login .login--btn .join {
  margin-right: 30px;
}
.page--home .area--fc .section--info .section-tit {
  font-size: 7.5vw;
  pointer-events: none;
}
.page--home .area--fc .section--magazine {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.page--home .area--fc .section--magazine .section-tit .br {
  display: block;
}
.page--home .area--fc .section--magazine .section--inner .block--detail {
  -webkit-transition: opacity 0.4s 0.3s;
  transition: opacity 0.4s 0.3s;
  opacity: 0;
}
.page--home .area--fc .section--magazine .section--inner .date-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -ms-flex-align: flex-end;
  -webkit-box-align: flex-end;
  align-items: flex-end;
}
.page--home .area--fc .section--magazine .section--inner .date-wrap .date {
  font-size: 14px;
  opacity: 0.4;
  font-family: source-han-sans-japanese, sans-serif;
}
.page--home .area--fc .section--magazine .section--inner .date-wrap .list__more {
  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;
  margin-left: 13px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .area--fc .section--magazine .section--inner .date-wrap .list__more {
    top: 5px;
  }
}
.page--home .area--fc .section--magazine .section--inner .date-wrap .list__more .arrow {
  width: 26px;
}
.page--home .area--fc .section--magazine .section--inner .date-wrap .list__more .arrow svg {
  width: 22px;
  height: 16px;
  position: relative;
  margin-right: 3px;
  top: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page--home .area--fc .section--magazine .section--inner .date-wrap .new {
  width: 70px;
  margin-left: 13px;
  color: #AFA28B;
}
.page--home .area--fc .section--magazine .section--inner .block--thumb {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s 0.8s, -webkit-transform 0.4s 0.8s;
  transition: opacity 0.4s 0.8s, -webkit-transform 0.4s 0.8s;
  transition: opacity 0.4s 0.8s, transform 0.4s 0.8s;
  transition: opacity 0.4s 0.8s, transform 0.4s 0.8s, -webkit-transform 0.4s 0.8s;
}
.page--home .area--fc .section--magazine .section--inner .block--thumb .thumb {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/2;
}
.page--home .area--fc .section--magazine .section--inner .block--thumb .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--home .area--fc .section--magazine .section--inner .block--thumb .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--home .area--fc .section--magazine .section--inner .block--thumb .thumb .blur img {
  -webkit-filter: blur(80px);
          filter: blur(80px);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-size: cover;
}
.page--home .area--fc .section--magazine.delighter.started .section--inner .block--detail {
  opacity: 1;
}
.page--home .area--fc .section--magazine.delighter.started .section--inner .block--thumb {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.page--home .area--fc .section--blog .member__only {
  margin-left: 13px;
  color: #AFA28B;
}
.page--home .area--fc .section--blog .member__only i {
  font-size: 12px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.page--home .area--fc .section--blog .no-data {
  font-family: "orpheuspro", serif;
}
.page--home .wrap {
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.page--home.fc--on .area--fc {
  color: #F5F3EF;
}
.page--home.fc--on .wrap {
  background: #484760;
}
.page--home .area--photo {
  overflow: hidden;
  position: relative;
  height: 70vw;
}
.page--home .area--photo .image {
  background-size: cover;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: 80vw;
  position: relative;
  top: -3vw;
}
.page--home .area--photo .border--txt__wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  mix-blend-mode: difference;
  z-index: 20;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.page--home .area--photo .border--txt__wrap .border--txt {
  white-space: pre;
  -webkit-animation: loop 800s linear infinite;
          animation: loop 800s linear infinite;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 4000vw;
}
.page--home .area--photo .border--txt__wrap .border--txt li {
  width: 300vw;
  font-family: "orpheuspro", serif;
  letter-spacing: 0.02em;
  color: #F5F3EF;
  margin-right: 10vw;
}
.page--home .list__more a {
  color: #2F2A2A;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.page--home footer {
  position: relative;
  background: #484760;
  color: #F5F3EF;
}
@media screen and (min-width: 961px) {
  .page--home footer {
    background: #F5F3EF;
    color: #2F2A2A;
  }
}
.page--home footer .inner {
  padding: 0 4%;
  position: relative;
  display: block;
}
.page--home footer .logo {
  position: absolute;
  top: 0;
  left: 2%;
  width: 100%;
  opacity: 0.05;
  pointer-events: none;
}
.page--home footer .logo svg {
  width: 80vw;
}
.page--home footer .list--support {
  text-align: left;
}
.page--home footer .list--support li {
  margin: 0;
  display: block;
}
.page--home footer .list--support li a {
  font-size: 12px;
  display: inline-block;
}
.page--home footer .nav--sns {
  margin-bottom: 25px;
}
.page--home footer .nav--sns li {
  display: inline-block;
  margin-right: 10px;
}
.page--home footer .nav--sns li a {
  display: block;
  padding: 5px;
  font-size: 22px;
  line-height: 0;
}
.page--home footer .nav--sns li.nav__item--traveltv {
  width: 22px;
  position: relative;
  top: 2px;
}
.page--home footer .nav--sns li.nav__item--traveltv a {
  padding: 0;
  background: #F5F3EF;
}
.page--home footer .nav--sns li.nav__item--traveltv a img {
  padding: 2px;
}
.page--home footer .nav--sns li.nav__item--tiktok {
  width: 35px;
  position: relative;
  top: 2px;
}
.page--home footer .nav--sns li.nav__item--tiktok a {
  width: 30px;
}
.page--home footer .nav--sns li.nav__item--tiktok a svg {
  fill: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.page--home footer .nav--sns li.nav__item--tiktok a:hover svg {
  fill: #AFA28B;
}
.page--home footer .nav--sns li:last-child {
  margin-right: 0;
}
.page--home footer .block--link {
  text-align: right;
}
.page--home footer .block--link .contact {
  font-family: "orpheuspro", serif;
  letter-spacing: 0.02em;
  font-size: 18px;
  text-align: left;
  display: inline-block;
  margin-bottom: 30px;
}
.page--home footer .block--link .contact .arrow {
  width: 26px;
}
.page--home footer .block--link .contact a svg {
  width: 22px;
  height: 16px;
  position: relative;
  margin-left: 3px;
  top: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page--home footer .block--attention {
  font-size: 16px;
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid rgba(245, 243, 239, 0.4);
  border-bottom: 1px solid rgba(245, 243, 239, 0.4);
  margin-bottom: 100px;
}
.page--home footer .block--pagetop {
  text-align: right;
  display: inline-block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.page--home footer .block--pagetop a {
  display: block;
  margin-left: auto;
}
.page--home footer .block--pagetop span {
  color: #F5F3EF;
  display: block;
  font-family: "orpheuspro", serif;
  font-size: 20px;
}
.page--home footer .block--pagetop .arrow {
  width: 33px;
  margin: 0 auto 10px;
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.page--home footer .box {
  padding: 0 4%;
}
.page--home footer .copyright {
  font-size: 13px;
  opacity: 0.5;
  color: #F5F3EF;
  text-align: right;
  font-family: source-han-sans-japanese, sans-serif;
}

.page--member footer {
  color: #F5F3EF;
}
.page--member .list--contents li .icon--new {
  color: #AFA28B;
}
.page--member.page--info .detail__btn a, .page--member .page--blog .detail__btn a {
  color: #000;
}
.page--member.page--blog .wrap button,
.page--member.page--blog .vjs-big-play-centered .vjs-big-play-button {
  background: transparent !important;
}

body.page--member .wrap {
  background: #484760;
  color: #F5F3EF;
}
body.page--member .wrap .section-tit {
  color: #F5F3EF;
}
body.page--member .wrap .section-tit::before {
  background: #F5F3EF;
}
body.page--member .wrap .drawer .nav--login li.drawer__btn--fc {
  color: #9b8455;
}
body.page--member .wrap .btn--sort span {
  background: url(/static/aska/fanclub/common/icon_sort.svg) no-repeat center center;
  background-size: contain;
}
body.page--member .wrap .section--inner {
  background: #F5F3EF;
}
body.page--member .wrap .list--information li a .new {
  color: #AFA28B;
}
body.page--member .wrap .block--category .current a {
  color: #AFA28B;
}
body.page--member .wrap .block--pager {
  position: relative;
  z-index: 3;
}
body.page--member .wrap .block--pager .pager__item--newer,
body.page--member .wrap .block--pager .pager__item--older {
  background: transparent;
}
body.page--member .wrap .block--pager .pager__item--newer a,
body.page--member .wrap .block--pager .pager__item--older a {
  color: #F5F3EF;
}
body.page--member .wrap .block--pager .pager__item--newer span,
body.page--member .wrap .block--pager .pager__item--older span {
  color: #F5F3EF;
}
body.page--member .wrap .block--pager .pager__item--other a {
  color: #F5F3EF;
}
body.page--member .wrap .block--pager .pager__item--other a:hover {
  color: #AFA28B;
}
body.page--member .wrap .block--pager .pager__item--current {
  color: #AFA28B;
}
body.page--member .wrap .no-data {
  color: #F5F3EF;
}
body.page--member .wrap input[type=text], body.page--member .wrap input[type=tel], body.page--member .wrap input[type=email], body.page--member .wrap input[type=password], body.page--member .wrap input[type=number] {
  background: #ffffff;
}

.page--info .section-tit {
  font-size: 7.5vw;
}
.page--info .section--list .no-data {
  padding-top: 0;
}
.page--info .list--information li {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.page--info.page--member .section--detail .inner {
  background: #F5F3EF;
  padding: 50px 3% 60px;
}
.page--info.page--member .section--detail .txt, .page--info.page--member .section--detail .tit, .page--info.page--member .section--detail .date {
  color: #2F2A2A;
}
.page--info.page--member .section--detail .txt {
  letter-spacing: 0.05em;
}
.page--info.page--member .section--detail .block--share li {
  color: #2F2A2A;
}
.page--info .section--detail {
  padding: 0;
  width: 850px;
  margin: 0 auto;
}
.page--info .section--detail.new .tit {
  position: relative;
}
.page--info .section--detail.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: "orpheuspro", serif;
  font-weight: bold;
  font-size: 16px;
  color: #A20118;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt .video, .page--info .section--detail .txt .ph {
  margin: 10px 0;
}
.page--info .section--detail .date, .page--info .section--detail .category, .page--info .section--detail .tag {
  display: inline-block;
}
.page--info .section--detail .category {
  margin-right: 8px;
}
.page--info .section--detail .tag {
  margin-right: 5px;
}
.page--info .section--detail .ph img {
  width: 100% !important;
}
.page--info .section--detail .date .week {
  font-size: 11px;
  margin-left: 3px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail .date .week {
    font-size: 10px;
  }
}
.page--info .section--detail .date.second {
  margin-left: 20px;
  position: relative;
}
.page--info .section--detail .date.second::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  left: -19px;
  top: 15px;
  background: #2F2A2A;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail .date.second::before {
    top: 11px;
  }
}

.page--schedule .section-tit {
  font-size: 4.5vw;
}
.page--schedule .block--month {
  margin-bottom: 30px;
}
.page--schedule .block--month .tit {
  font-size: 38px;
  font-family: "orpheuspro", serif;
}
.page--schedule .block--month .tit span {
  font-size: 20px;
  margin-left: 8px;
}
.page--schedule .block--category .list--sort li {
  display: block;
}
.page--schedule .block--category .list--sort li .category {
  font-size: 16px;
  font-weight: bold;
  display: block;
  cursor: pointer;
}
.page--schedule .block--category .list--sort li input[type=checkbox] {
  display: none;
}
.page--schedule .block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
  font-weight: normal;
  color: #2F2A2A;
}
.page--schedule .list--schedule {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.page--schedule .list--schedule li {
  margin-bottom: 25px;
  width: 100%;
  padding: 20px 1vw 0 160px;
  position: relative;
  display: block;
}
.page--schedule .list--schedule li a {
  padding: 15px 0;
}
.page--schedule .list--schedule li.no-data {
  background: transparent;
}
.page--schedule .list--schedule li a .category {
  margin: 0 0 5px;
  opacity: 0.5;
}
.page--schedule .list--schedule .date {
  width: 6em;
  font-size: 50px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 30px;
  letter-spacing: 0.05em;
  font-family: "orpheuspro", serif;
  font-weight: 300;
}
.page--schedule .list--schedule .date .week {
  display: block;
  font-size: 15px;
  letter-spacing: 0.15em;
  margin-top: 5px;
  font-family: source-han-sans-japanese, sans-serif;
}
.page--schedule .list--schedule .box {
  display: block !important;
}
.page--schedule .list--schedule .time {
  font-family: "orpheuspro", serif;
  font-size: 12px;
  margin-left: 10px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.page--schedule .list--schedule .time > span > span {
  margin: 0 2px;
}

.page--disco .section-tit {
  font-size: 6vw;
}
.page--disco.page--offer .section-tit {
  font-size: 4vw;
  margin-bottom: 60px;
}
.page--disco .thumb {
  position: relative;
  margin-bottom: 0.5em;
  overflow: hidden;
}
.page--disco .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--disco .thumb .blur img {
  -webkit-filter: blur(80px);
          filter: blur(80px);
  background-size: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.page--disco .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--disco .thumb img.dummy {
  background-size: cover;
}
.page--disco .list--disco li .thumb {
  margin-bottom: 15px;
}
.page--disco .list--disco li .category, .page--disco .list--disco li .date {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 14px;
}
.page--disco .list--disco li .category {
  margin-right: 5px;
  color: #A20118;
}
.page--disco table {
  margin: 0 auto 2%;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  border-spacing: 0;
  width: 100%;
}
.page--disco .list--offer {
  width: 100%;
}
.page--disco .list--offer td, .page--disco .list--offer th {
  padding: 10px;
  border-bottom: solid 1px #776f71;
  border-left: solid 1px #776f71;
  text-align: center;
  vertical-align: middle;
}
.page--disco .list--offer th {
  background: #3e3e3e;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
}
.page--disco .list--offer td {
  background: #ffffff;
  color: #333333;
  font-size: 90%;
}
.page--disco .list--offer tr td:first-of-type {
  background: #848081;
  color: #ffffff;
}
.page--disco .list--jacket li {
  margin-bottom: 20px;
}
.page--disco .list--jacket li .ph {
  margin-bottom: 5px;
}
.page--disco .block--disc-detail .tit-wrap {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(47, 42, 42, 0.4);
  margin-bottom: 40px;
  display: block;
}
.page--disco .block--disc-detail .txt {
  font-size: 14px;
  letter-spacing: 0.02em;
}
.page--disco .block--disc-detail .category {
  color: #A20118;
  letter-spacing: 0.05em;
}
.page--disco .block--disc-detail .block--track .block-tit {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 18px;
  color: #2F2A2A;
  margin-bottom: 20px;
}
.page--disco .block--disc-detail .block--track > div {
  margin: 20px 0;
  font-size: 13px;
}
.page--disco .block--disc-detail .block--track .list--track li {
  font-size: 13px;
  letter-spacing: 0.02em;
}
.page--disco .header--disco {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 34vw;
  height: 34vw;
  overflow: hidden;
  z-index: 1;
}
.page--disco .header--disco .header--disco_inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transform: scale(2);
          transform: scale(2);
}
.page--disco .section--detail {
  z-index: 2;
  position: relative;
}

.page--biography .section-tit {
  font-size: 6vw;
}
.page--biography .block--ph .ph {
  margin: 0 0 40px;
}
.page--biography .block--bio {
  text-align: center;
  margin-bottom: 40px;
}
.page--biography .block--bio .artist-name {
  font-size: 50px;
  font-weight: normal;
  font-family: "orpheuspro", serif;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}
.page--biography .block--bio .artist-name::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #A20118;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page--biography .block--bio .txt {
  text-align: left;
}
.page--biography .nav--year {
  margin-bottom: 70px;
}
.page--biography .nav--year a {
  padding: 5px 20px;
  color: #F5F3EF;
  text-align: center;
  background-color: #AFA28B;
  display: inline-block;
  margin-bottom: 4px;
  text-decoration: none;
}
.page--biography .block--history dl {
  zoom: 1;
  overflow: hidden;
  padding-top: 60px;
  margin-top: -60px;
  position: relative;
  margin-bottom: 40px;
}
.page--biography .block--history dl::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  height: 1px;
  position: relative;
  top: -20px;
}
.page--biography .block--history dt {
  width: 120px;
  padding: 1% 0;
  float: left;
  font-family: "orpheuspro", serif;
  font-size: 230%;
  font-weight: bold;
}
.page--biography .block--history dd {
  zoom: 1;
  overflow: hidden;
  margin-left: 130px;
  padding: 2% 0;
}
.page--biography .block--history dd ul li {
  position: relative;
}
.page--biography .block--history dd ul li a {
  text-decoration: underline;
}
.page--biography .block--history dd ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -11px;
  width: 5px;
  height: 5px;
  background: #2F2A2A;
  border-radius: 50%;
}

.page--archive .section-tit {
  font-size: 7.5vw;
  margin-bottom: 50px;
}
.page--archive .list--archive {
  margin: 0 auto 60px;
  text-align: center;
}
.page--archive .list--archive li {
  margin-bottom: 20px;
  border: 1px solid rgba(162, 1, 24, 0.6);
}
.page--archive .list--archive li a {
  background: #A20118;
  color: #F5F3EF;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: block;
  padding: 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--archive .block-tit {
  font-size: 28px;
  color: #2F2A2A;
}
.page--archive .block--photoreport .block--btn div {
  margin-bottom: 20px;
  border: 1px solid rgba(162, 1, 24, 0.6);
}
.page--archive .block--photoreport .block--btn div a {
  background: #A20118;
  color: #F5F3EF;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: block;
  padding: 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.page--blog.page--askablog {
  font-family: serif;
}
.page--blog.page--askablog .btn--main, .page--blog.page--askablog .btn--sub, .page--blog.page--askablog textarea, .page--blog.page--askablog .form__select select, .page--blog.page--askablog .tit {
  font-family: serif;
}
.page--blog.page--askablog .block--pager li, .page--blog.page--askablog .category, .page--blog.page--askablog .date {
  font-family: "orpheuspro", serif;
}
.page--blog.page--askablog .drawer .nav--login li.drawer__btn--fc p {
  font-family: source-han-sans-japanese, sans-serif;
}
.page--blog .section-tit {
  font-size: 7vw;
}
.page--blog .list--blog .no-data {
  margin: 0;
}
.page--blog .list--blog li .member__only {
  margin-left: 13px;
  color: #AFA28B;
}
.page--blog .list--blog li .member__only i {
  font-size: 12px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.page--blog .list--horizontal {
  font-family: source-han-sans-japanese, sans-serif;
}
.page--blog .list--horizontal li {
  border-bottom: 1px solid #D3D3D3;
}
.page--blog .list--horizontal li a {
  padding: 38px 0px;
}
.page--blog .ulizahtml5 {
  width: 100% !important;
  height: auto !important;
}
.page--blog .section--detail {
  color: #2F2A2A;
}
.page--blog .section--detail .ph, .page--blog .section--detail .video {
  margin: 10px 0;
}
.page--blog .section--detail .txt a {
  text-decoration: underline;
}
.page--blog .section--detail .date, .page--blog .section--detail .category {
  display: inline-block;
}
.page--blog .section--detail .member__only {
  margin-left: 13px;
  color: #AFA28B;
}
.page--blog .section--detail .member__only i {
  font-size: 12px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.page--blog video {
  position: relative !important;
}
.page--blog .icon--comment {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 18px;
  margin-top: 40px;
  border-top: 1px solid rgba(47, 42, 42, 0.4);
  padding-top: 20px;
}
.page--blog .icon--comment i {
  margin-right: 5px;
  color: #AFA28B;
}
.page--blog .list--comment .no-data {
  margin: 60px auto;
  color: #2F2A2A !important;
  font-size: 14px;
  font-family: source-han-sans-japanese, sans-serif;
}
.page--blog .list--comment li {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(47, 42, 42, 0.4);
  padding-bottom: 20px;
}
.page--blog .list--comment li.comment__item .name-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 0.5em;
}
.page--blog .list--comment li.comment__item .name-wrap .name {
  font-weight: bold;
}
.page--blog .list--comment li.comment__item .name-wrap .date {
  margin: 0;
}
.page--blog .list--comment li .text {
  font-size: 15px;
}
.page--blog .list--comment li .btn--delete {
  text-align: right;
  font-size: 12px;
}
.page--blog .list--comment li .btn--delete input {
  color: rgba(47, 42, 42, 0.6);
  -webkit-appearance: none;
  -moz-appearance: button;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 5em;
  border: 1px solid rgba(47, 42, 42, 0.6);
  padding: 0.5em 0.7em 0.4em;
}
.page--blog .list--comment li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.page--blog .loading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 5px solid rgba(47, 42, 42, 0.2);
  border-top-color: #A20118;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
  margin: 0 auto;
  pointer-events: none;
}
.page--blog .comment-post {
  margin: 20px 0 40px;
}
.page--blog .comment-post textarea {
  border: none;
  line-height: 1.5;
}
.page--blog .comment--area .tit {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(47, 42, 42, 0.4);
  margin-bottom: 10px;
}
.page--blog .comment--area dl dt {
  opacity: 0.6;
}
.page--blog .comment--area dl dd {
  font-size: 18px;
}
.page--blog .comment--area dl dd:not(:last-of-type) {
  margin-bottom: 10px;
}
.page--blog .btn--sub {
  border: 1px solid #2F2A2A;
}

body.page--member.page--blog .wrap .section--detail .block--pager .pager__item--newer,
body.page--member.page--blog .wrap .section--detail .block--pager .pager__item--older {
  background: transparent;
}
body.page--member.page--blog .wrap .section--detail .block--pager .pager__item--newer a,
body.page--member.page--blog .wrap .section--detail .block--pager .pager__item--older a {
  color: #2F2A2A;
}
body.page--member.page--blog .wrap .section--detail .block--pager .pager__item--newer span,
body.page--member.page--blog .wrap .section--detail .block--pager .pager__item--older span {
  color: #2F2A2A;
}
body.page--member.page--blog .wrap .section--detail .block--pager .pager__item--other {
  width: auto;
}
body.page--member.page--blog .wrap .section--detail .block--pager .pager__item--other a {
  width: auto;
  color: #2F2A2A;
  font-family: "orpheuspro", serif;
}
body.page--member.page--blog .wrap .section--detail .block--pager .pager__item--other a:hover {
  color: #A20118;
}

.page--qa .section--list {
  display: block;
}
.page--qa .section-tit {
  font-size: 6.5vw;
}
.page--qa .txt {
  font-size: 14px;
  margin-bottom: 40px;
}
.page--qa .list--qa li a .tit {
  position: relative;
}
.page--qa .list--qa li a .tit::before {
  content: "Q.";
  font-family: "orpheuspro", serif;
  font-size: 25px;
  margin-right: 5px;
}
.page--qa .list--qa li a .date {
  margin: 0;
}
.page--qa .list--qa li a .name {
  margin-bottom: 8px;
}
.page--qa .list--qa li a .name span {
  margin-right: 5px;
}
.page--qa .section--detail .txt {
  margin-bottom: 30px;
}
.page--qa .section--detail .block--form {
  padding: 40px 30px;
  border: 1px solid rgba(245, 243, 239, 0.4);
  margin-bottom: 40px;
}
.page--qa .section--detail .block--form dt {
  font-size: 14px;
  opacity: 0.5;
  margin: 0;
}
.page--qa .section--detail .block--form dd {
  font-size: 18px;
  margin-bottom: 10px;
}
.page--qa .section--detail .block--form dd:last-child {
  margin-bottom: 0;
}
.page--qa .section--detail .block__question {
  border: 1px solid rgba(245, 243, 239, 0.4);
  padding: 20px 30px;
  margin-bottom: 40px;
}
.page--qa .section--detail .block__answer {
  background: #F5F3EF;
  color: #2F2A2A;
  padding: 20px 30px;
}
.page--qa .section--detail .block__answer .ico--a, .page--qa .section--detail .block__answer .name {
  color: #A20118;
}
.page--qa .section--detail .ico--q, .page--qa .section--detail .ico--a {
  display: block;
  font-size: 40px;
  font-family: "orpheuspro", serif;
  line-height: 1;
  margin-bottom: 5px;
}
.page--qa .section--detail .txt {
  font-size: 18px;
}
.page--qa .section--detail .name {
  font-size: 15px;
}
.page--qa .section--detail .name span {
  margin-right: 5px;
  font-size: 12px;
}
.page--qa.page--edit .block--form {
  padding: 0;
}
.page--qa.page--edit .section--detail .block--form {
  border: none;
}

.page--magazine .section-tit {
  font-size: 4.5vw;
}
.page--magazine .section-tit > span:not(.br) {
  display: block;
}
.page--magazine .list--contents li .thumb img {
  aspect-ratio: 1/1.78;
}

.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-progress {
  background: linear-gradient(45deg, #A20118 0%, #A20118 100%) !important;
}

.page--movie.new-movie .section--detail .block--tit {
  width: 100% !important;
  display: none !important;
}

.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control {
  opacity: 0 !important;
}

.page--bbs .txt {
  font-size: 15px;
  margin-bottom: 30px;
}
.page--bbs .section-tit {
  font-size: 8vw;
}
.page--bbs .list--thread .comment i {
  margin-right: 5px;
}
.page--bbs .threadSort {
  margin-bottom: 20px;
}
.page--bbs .searchBox {
  position: relative;
  width: 70%;
  margin: 0 auto 100px 0;
  max-width: 500px;
}
.page--bbs .searchBox input[type=text] {
  padding: 0.5em 1em;
  width: 100%;
  color: #2F2A2A;
}
.page--bbs .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #484760;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  right: 3px;
  z-index: 2;
}
.page--bbs .form__select:first-child {
  margin-right: 5px;
}
.page--bbs .form__select select {
  color: #2F2A2A;
  background: #F5F3EF;
  border: none;
  cursor: pointer;
}
.page--bbs .block--post {
  padding: 40px 30px;
  border: 1px solid rgba(245, 243, 239, 0.4);
  margin-bottom: 80px;
}
.page--bbs .block--form {
  padding: 40px 30px;
  border: 1px solid rgba(245, 243, 239, 0.4);
  margin-bottom: 40px;
}
.page--bbs .block--form dt {
  font-size: 14px;
  opacity: 0.5;
  margin: 0 0 10px;
}
.page--bbs .block--form dd {
  font-size: 18px;
  margin-bottom: 10px;
}
.page--bbs .block--form dd:last-child {
  margin-bottom: 0;
}
.page--bbs .section--list .block--user .name {
  display: block;
  margin-bottom: 5px;
}
.page--bbs .form__checkbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.page--bbs .form__checkbox label p::before {
  border: 1px solid rgba(245, 243, 239, 0.5);
}
.page--bbs .form__checkbox label p::after {
  border-color: #A20118;
}
.page--bbs .list--thread .comment {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.page--bbs .section--detail .block--user {
  background: #F5F3EF;
  color: #2F2A2A;
  padding: 30px;
  margin-bottom: 50px;
}
.page--bbs .section--detail .block--user .name {
  font-size: 13px;
  margin-bottom: 5px;
}
.page--bbs .section--detail .block--user .txt {
  margin: 0;
}
.page--bbs .section--detail .tit .comment {
  margin-left: 5px;
}
.page--bbs .section--detail .tit .comment i {
  margin-right: 3px;
}
.page--bbs .section--detail .date {
  font-size: 14px;
  opacity: 0.6;
}
.page--bbs .section--detail .block--post dt {
  margin-top: 0;
}
.page--bbs .list--comment li {
  border-bottom: 1px solid rgba(245, 243, 239, 0.4);
  padding: 24px 0;
  position: relative;
}
.page--bbs .list--comment li .block--user {
  margin: 0 0 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background: none;
  color: #F5F3EF;
  padding: 0;
  margin: 0;
}
.page--bbs .list--comment li .txt {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.page--bbs .list--comment li .date {
  opacity: 0.6;
}
.page--bbs .list--comment li .ph {
  width: 50%;
}
.page--bbs .block--comment__wrap .block-tit {
  padding-bottom: 40px;
  margin: 0;
  border-bottom: 1px solid rgba(245, 243, 239, 0.6);
  font-size: 30px;
  font-family: source-han-sans-japanese, sans-serif;
}
.page--bbs.page--thread .block--post dt {
  margin-bottom: 5px;
}

.page--mailmagazine .block-tit {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(245, 243, 239, 0.4);
}
.page--mailmagazine .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.page--mailmagazine .block--mailmagazine, .page--mailmagazine .block--askamail {
  margin-bottom: 80px;
}
.page--mailmagazine .block--attention {
  padding: 30px;
  border: 1px solid rgba(245, 243, 239, 0.4);
}

.section--detail.page--support {
  font-family: source-han-sans-japanese, sans-serif;
}
.section--detail.page--support .section-tit {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 27px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.section--detail.page--support .txt {
  margin-bottom: 30px;
}
.section--detail.page--support .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.section--detail.page--support .list--support a {
  text-decoration: underline;
  -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;
}
.section--detail.page--support .detail__btn a {
  text-decoration: none;
}

.page--faq {
  font-family: source-han-sans-japanese, sans-serif;
}
.page--faq .section--list .section-tit {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 30px;
}
.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;
  text-decoration: underline;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .list-inquiry {
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
.page--faq .list-inquiry li {
  margin-bottom: 20px;
  border: 1px solid rgba(47, 42, 42, 0.6);
}
.page--faq .list-inquiry li a {
  background: #2F2A2A;
  color: #F5F3EF;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: block;
  padding: 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.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: #2F2A2A;
  border-color: rgba(47, 42, 42, 0.6);
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #2F2A2A;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .list--tag {
  white-space: normal;
  margin-bottom: 4em;
}
.page--faq .list--tag li {
  margin-bottom: 10px;
  display: inline-block;
}
.page--faq .list--tag li a {
  display: block;
  border: 1px solid rgba(47, 42, 42, 0.2);
  border-radius: 2em;
  line-height: 1;
  text-align: center;
  padding: 0.8em 1em 0.8em;
  font-size: 13px;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .list--faq {
  margin: 1.5em 0;
}
.page--faq .list--faq li {
  border-bottom: 1px solid rgba(47, 42, 42, 0.2);
}
.page--faq .list--faq li:first-child {
  border-top: 1px solid rgba(47, 42, 42, 0.2);
}
.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: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
  padding: 24px 0;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.page--faq .list--faq .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  font-family: "orpheuspro", serif;
  letter-spacing: 0.1em;
  line-height: 28px;
  font-size: 19px;
  margin-right: 8px;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .block--faq-detail {
  border: 1px solid rgba(47, 42, 42, 0.2);
  padding: 25px;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: 1px solid rgba(47, 42, 42, 0.2);
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  color: #A20118;
}
.page--faq .block--faq-detail .txt a:hover {
  text-decoration: none;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact .link a {
  position: relative;
  padding: 0 0 0.2em;
}
.page--faq .block--contact .link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  -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--questionnaire .section--detail {
  padding: 0 10%;
}
.page--questionnaire .section--detail .section-tit {
  font-size: 30px;
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.page--questionnaire .section--detail .tit {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.page--questionnaire .section--detail form .form--post input {
  margin-right: 0.4em;
}
.page--questionnaire .section--detail form .form--post {
  margin: 0 0 8%;
}
.page--questionnaire .section--detail form .form--post dt {
  opacity: 1;
}
.page--questionnaire .section--detail form .icon--required::before {
  content: "必須";
  color: #F5F3EF;
  background: #A20118;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: top;
  padding: 5px;
  margin-left: 5px;
}

.section--detail.page--entry {
  font-family: source-han-sans-japanese, sans-serif;
}
.section--detail.page--entry .tit {
  font-family: "orpheuspro", serif;
  text-align: center;
}
.section--detail.page--entry .tit.jp {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
}
.section--detail.page--entry [class^=block--] {
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
.section--detail.page--entry [class^=block--] .block-tit {
  font-size: 27px;
  margin: 0 0 30px;
  position: relative;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  font-family: "orpheuspro", serif;
  overflow: hidden;
}
.section--detail.page--entry [class^=block--] table {
  margin: 0 0 40px;
  border: none;
  width: 100%;
}
.section--detail.page--entry [class^=block--] table th {
  width: 175px;
  padding: 20px 3%;
  text-align: center;
  border: 1px solid rgba(245, 243, 239, 0.5);
  font-weight: 400;
  font-size: 12px;
}
.section--detail.page--entry [class^=block--] table td {
  padding: 20px;
  border: 1px solid rgba(245, 243, 239, 0.5);
  padding: 20px 3%;
  font-size: 12px;
}
.section--detail.page--entry [class^=block--] table td .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail.page--entry .block--logo {
  position: relative;
  z-index: 2;
}
.section--detail.page--entry .block--logo .svg-txt {
  overflow: hidden;
  font-size: 3vw;
  margin-bottom: 10px;
  font-family: "orpheuspro", serif;
  font-weight: normal;
}
.section--detail.page--entry .block--logo .svg-logo {
  width: 40vw;
}
.section--detail.page--entry .block--logo .lead {
  font-size: 18px;
  margin-bottom: 40px;
}
.section--detail.page--entry .block--contents {
  position: relative;
  z-index: 4;
}
.section--detail.page--entry .block--contents .block-tit {
  color: inherit;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #F5F3EF;
  position: relative;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  font-family: source-han-sans-japanese, sans-serif;
}
.section--detail.page--entry .block--contents .block-tit.en {
  font-family: "orpheuspro", serif;
  font-size: 40px;
  letter-spacing: 0.02em;
}
.section--detail.page--entry .block--contents .txt--sub {
  font-size: 12px;
}
.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 {
  background: #F5F3EF;
  color: #2F2A2A;
  padding: 25px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  border: 1px solid rgba(245, 243, 239, 0.5);
  -webkit-transition: 0.4s 0.3s, opacity 0.4s 0.3s;
  transition: 0.4s 0.3s, opacity 0.4s 0.3s;
}
.section--detail.page--entry .block--contents .list--contents li.delighter.started {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.section--detail.page--entry .block--contents .list--contents li .ph {
  margin: 10px 0;
}
.section--detail.page--entry .block--contents .list--contents li .tit {
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: source-han-sans-japanese, sans-serif;
}
.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 .list--payment {
  width: 100%;
}
.section--detail.page--entry .block--device .txt--sub {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.section--detail.page--entry .block--device .note {
  margin: -20px auto 0;
}

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

.btn.entry .btn--main {
  background: #F5F3EF;
  color: #2F2A2A;
  border: none;
  font-size: 18px;
}
.btn.entry .btn--main span {
  display: block;
  font-size: 18px;
}
.btn.entry .btn--first_login {
  font-weight: bold;
  background: #AFA28B;
  color: #ffffff;
}

.page--stream .txt--lead {
  margin-bottom: 35px;
  font-size: 18px;
}
.page--stream .block--download {
  margin-bottom: 40px;
  text-align: center;
}
.page--stream .block--download .txt--sub {
  margin-bottom: 8px;
}
.page--stream .block--download .btn--main {
  margin: 0;
}
.page--stream .block--guide .tit {
  font-size: 18px;
  font-weight: bold;
}
.page--stream .block--guide .txt {
  margin-bottom: 40px;
}
.page--stream .block--adjust {
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(47, 42, 42, 0.5);
}
.page--stream .block--attention .tit {
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
.page--stream .block--attention dt {
  font-size: 16px;
}
.page--stream .block--attention dd {
  font-size: 14px;
}
.page--stream .block--attention dd .txt--sub {
  display: block;
  margin-top: 3px;
}
.page--stream .detail__btn {
  font-family: source-han-sans-japanese, sans-serif;
}
.page--stream .detail__btn i {
  margin-right: 3px;
}

.page--first_login .section-tit {
  color: #2F2A2A;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 25px;
  line-height: 1.4em;
  margin-bottom: 80px;
  text-align: center;
  font-weight: bold;
}
.page--first_login .section-tit span {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: solid 1px;
  color: #A20118;
}
.page--first_login .list--faq {
  margin: 1.5em 0;
}
.page--first_login .list--faq li:not(:first-child) {
  margin-top: 16px;
}
.page--first_login .list--faq li a {
  font-weight: 600;
  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;
  width: 100%;
  padding: 1em;
  border-radius: 8px;
  background-color: #ffffff;
  color: #2F2A2A;
  border: 1px solid rgba(47, 42, 42, 0.2);
  line-height: 1.5;
}
.page--first_login .list--faq li a i {
  color: #A20118;
  margin-left: 6px;
}
.page--first_login .item--attention {
  color: #df0f12;
}
.page--first_login .tit {
  font-size: 20px;
  margin-bottom: 30px;
}
.page--first_login .block--lead {
  margin-bottom: 100px;
}
.page--first_login .block--lead .txt {
  margin-bottom: 1.5em;
  font-size: 16px;
}
.page--first_login .block--attention {
  border: 2px solid #A20118;
  background: #ffdada;
  color: #2F2A2A;
  font-weight: bold;
}
.page--first_login .block--attention .list--attention li {
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
.page--first_login .step {
  margin-bottom: 100px;
}
.page--first_login .step li {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
  border: solid 1px rgba(47, 42, 42, 0.2);
  color: #2F2A2A;
}
.page--first_login .step li a {
  display: block;
}
.page--first_login .step li a > span {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 22px;
  display: inline-block;
  font-family: serif;
  opacity: 0.8;
}
.page--first_login .step li a .step--tit {
  line-height: 40px;
  font-weight: 600;
  width: 100px;
  text-align: center;
  padding: 0px 20px;
  border-right: solid 1px rgba(47, 42, 42, 0.2);
  background-color: rgba(47, 42, 42, 0.1);
}
.page--first_login .step li a .step--txt {
  line-height: 40px;
  padding: 0px 20px;
  width: calc(100% - 100px);
  text-align: left;
  background: #ffffff;
}
.page--first_login .block--movie {
  margin-bottom: 100px;
}
.page--first_login .block--step #step1 .thumb {
  padding: 10px;
}
.page--first_login .block--step .thumb {
  border: 1px solid #2F2A2A;
  background: #ffffff;
  margin: 30px 0;
}
.page--first_login .block--step .list--step > li {
  background: #F5F3EF;
  color: #2F2A2A;
  border: 1px solid rgba(47, 42, 42, 0.4);
  margin-bottom: 30px;
  padding: 32px 4%;
}
.page--first_login .block--step .list--step > li .list-tit {
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: -150px;
  padding-top: 150px;
  border-bottom: solid 1px rgba(47, 42, 42, 0.4);
  font-weight: 600;
}
.page--first_login .block--step .list--step > li .list-tit span {
  margin-right: 10px;
  padding: 5px 4px;
  font-family: source-han-sans-japanese, sans-serif;
  color: #ffffff;
  font-weight: normal;
  background-color: #A20118;
}
.page--first_login .block--step .list--step > li .block--attention {
  background: #ffdada;
  color: #df0f12;
}
.page--first_login .block--step .list--step > li .txt {
  margin-bottom: 10px;
}
.page--first_login .txt--link i {
  margin-left: 5px;
}
.page--first_login .txt--link a {
  display: block;
}
.page--first_login .list--txt li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.page--first_login .list--txt__q li {
  margin-bottom: 10px;
  margin-left: -1em;
  text-indent: -1em;
}
.page--first_login .list--txt__q li:first-of-type {
  margin-top: 10px;
}
.page--first_login .list--txt__q li a {
  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;
  width: 100%;
  padding: 1.2em 2em 1.2em 2em;
  border-radius: 8px;
  background-color: #2F2A2A;
  color: #ffffff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
}
.page--first_login .list--txt__q li a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #E3E0DC;
  border-right: 2px solid #E3E0DC;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
.page--first_login .btn.entry .btn--main {
  background: #AFA28B;
  color: #ffffff;
}

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

@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 {
    color: #F5F3EF;
    background: #A20118;
    border: 1px solid #A20118;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--sub:hover {
    background: #484760;
    color: #F5F3EF !important;
    border: 1px solid #484760;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .loaded.page--home .drawer__btn:hover {
    opacity: 0.4;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .loaded.page--home.scrolling .section--top .block--scroll .scroll {
    opacity: 0;
  }
  .block--button-nav {
    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: flex-start;
    padding: 0 6%;
    position: relative;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 16px;
    height: 13px;
    background: url(/static/aska/fanclub/common/arrow.svg) no-repeat center;
    background-size: contain;
    opacity: 1;
    position: relative;
    display: inline-block;
    padding: 10px;
    top: 4px;
    left: 0;
    z-index: 20;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    content: none;
  }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.4;
  }
  .swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.4;
  }
  .swiper-button-next:hover.swiper-button-disabled, .swiper-button-prev:hover.swiper-button-disabled {
    opacity: 0.4;
  }
  .swiper-button-prev {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .swiper-button-next {
    left: 120px;
  }
  .block--pagetop a:hover {
    opacity: 0.5;
  }
  .header {
    width: 100%;
    right: 0;
    left: auto;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: top 0.8s, z-index 0.8s;
    transition: top 0.8s, z-index 0.8s;
  }
  .wrap {
    padding-top: 200px;
    padding-bottom: 160px;
    overflow: clip;
  }
  .page-top a {
    cursor: pointer;
  }
  .page-top a:hover {
    opacity: 0.4;
  }
  .block--pager {
    left: -20px;
  }
  .block--pager .pager__item--older a:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .block--pager .pager__item--newer a:hover {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .block--pager .pager__item--other a {
    position: relative;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .block--pager .pager__item--other a span {
    position: relative;
    z-index: 2;
  }
  .block--pager .pager__item--other a:hover {
    color: #A20118;
  }
  .section--list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .section--list .section--header {
    width: 30%;
    margin-right: 70px;
  }
  .section--list .section--header .section-tit {
    position: sticky;
    top: 20%;
  }
  .section--list .block--list {
    width: calc(70% - 70px);
  }
  .section--list .list--contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section--list .list--contents li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 50px;
  }
  .section--list .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .section--list .list--contents li a .thumb {
    width: 100%;
    margin-bottom: 10px;
    background-color: #2F2A2A;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: 0;
    left: 0;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--detail .block--share li a i {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .section--detail .block--share li a svg {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .section--detail .block--share li a:hover i {
    color: #A20118;
  }
  .section--detail .block--share li a:hover svg {
    fill: #A20118;
  }
  .list--error li {
    font-size: 13px;
  }
  .list--information li a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .list--information li a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.4s;
    transition: -webkit-transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.4s;
    transition: transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.4s;
    transition: transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.4s, -webkit-transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.4s;
    background-color: rgba(175, 162, 139, 0.3);
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .list--information li a:hover::after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .list--information.fc a::after {
    background-color: rgba(175, 162, 139, 0.3);
  }
  .list--information li:last-child::after {
    bottom: 0;
  }
  .list--contents::after {
    content: "";
    display: block;
    clear: both;
  }
  .list--contents li {
    width: 100%;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #AFA28B;
    mix-blend-mode: multiply;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    z-index: 4;
  }
  .list--contents li a .icon--new, .list--contents li a .date, .list--contents li a .tit {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .list--contents li a:hover .thumb::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .list--contents li a:hover .icon--new, .list--contents li a:hover .date, .list--contents li a:hover .tit {
    opacity: 0.5;
  }
  .list--contents.video {
    padding: 50px 0 0;
  }
  .no--data {
    text-align: center;
  }
  .btn a,
  .btn input {
    min-width: 300px;
    line-height: 70px;
    cursor: pointer;
    overflow: hidden;
  }
  .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: #F5F3EF;
    background: #484760;
    border: 1px solid #F5F3EF;
  }
  .detail__btn a:hover svg {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .block--sort-category {
    top: 2vw;
    right: 0;
  }
  .block--sort .list--sort li {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .block--sort .list--sort li:hover {
    color: #A20118;
  }
  .btn--sort:hover {
    opacity: 0.4;
  }
  .block--category li.month {
    letter-spacing: -0.5em;
  }
  .block--category li {
    display: block;
    border: none;
    position: relative;
  }
  .block--category li a {
    display: inline-block;
    position: relative;
  }
  .block--category li a:hover {
    color: #A20118;
  }
  .nav--sns li a i, .nav--sns li a img {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .nav--sns li a:hover i {
    color: #AFA28B;
  }
  .nav--sns li a:hover img {
    opacity: 0.4;
  }
  header {
    background: #ffffff;
    padding: 18px 4%;
  }
  header .g-nav {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block--login li:hover::before {
    background: #A20118;
  }
  .block--login li:hover:after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .block--login li:hover a {
    color: #2F2A2A;
  }
  .drawer__btn:hover {
    opacity: 0.4;
  }
  .drawer__btn:hover + .drawer__btn-close {
    opacity: 0.4;
  }
  .drawer__btn--fc {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .drawer__btn--fc .border > span {
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }
  .drawer__btn--fc:hover {
    color: #A20118;
  }
  .drawer__btn--fc:hover .border > span {
    background: #A20118 !important;
  }
  .drawer {
    width: 100%;
  }
  .drawer [class^=nav--].nav--menu__fc li a, .drawer [class^=nav--].nav--menu__fc .drawer__btn--fc {
    color: #9b8455;
  }
  .drawer [class^=nav--].nav--menu__fc .drawer__btn--fc .border > span {
    background: #9b8455;
  }
  .drawer [class^=nav--].nav--menu__fc .drawer__btn--fc:hover {
    color: #A20118;
  }
  .drawer [class^=nav--] > li {
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1;
  }
  .drawer [class^=nav--] > li a, .drawer [class^=nav--] > li .menu--dropdown {
    font-size: 17px;
    position: relative;
    color: #2F2A2A;
  }
  .drawer [class^=nav--] > li a:hover, .drawer [class^=nav--] > li .menu--dropdown:hover {
    color: #A20118;
  }
  .drawer [class^=nav--] > li:not(:first-of-type) {
    margin-left: 14px;
  }
  .drawer [class^=nav--] > li .sub li a {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .drawer [class^=nav--] > li .sub li a:hover {
    color: #AFA28B;
  }
  .drawer .nav--menu__official {
    display: inline-block;
    position: relative;
  }
  .drawer .nav--menu__official li.nav--menu__askablog {
    margin-right: 0;
  }
  .drawer .nav--menu__fc {
    display: block;
    margin-left: 20px;
  }
  .drawer .nav--menu__fc > li {
    margin: 0;
    margin-bottom: 0;
  }
  .drawer .nav--menu__fc > li a {
    font-size: 33px;
    display: inline-block;
    letter-spacing: 0.02em;
    color: #A20118;
  }
  .drawer .nav--login li {
    margin-bottom: 0;
  }
  .drawer__fc {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    background: #484760;
    -webkit-transition: opacity 0.3s, z-index 0.3s;
    transition: opacity 0.3s, z-index 0.3s;
  }
  .drawer__fc .inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5vw 4%;
    overflow-y: scroll;
  }
  .drawer__fc .inner .drawer__btn-close {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 60px;
    right: 4%;
    display: block;
    z-index: 100;
    cursor: pointer;
  }
  .drawer__fc .inner .drawer__btn-close span {
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffff;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    position: absolute;
    top: 20px;
    -webkit-transition: -webkit-transform 0.3s 0.2s;
    transition: -webkit-transform 0.3s 0.2s;
    transition: transform 0.3s 0.2s;
    transition: transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  }
  .drawer__fc .inner .label {
    color: #F5F3EF;
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.6;
  }
  .drawer__fc .inner .nav--menu__fc {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .drawer__fc .inner .nav--menu__fc li {
    display: block;
    margin-right: 60px;
  }
  .drawer__fc .inner .nav--menu__fc li a {
    display: inline-block;
    font-family: "orpheuspro", serif;
    font-size: max(7vw, 80px, 50px);
    color: #F5F3EF;
    padding: 10px 0;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .drawer__fc .inner .nav--menu__fc li a::before {
    content: "(01)";
    display: block;
    font-size: 12px;
    font-family: source-han-sans-japanese, sans-serif;
    margin-bottom: 5px;
  }
  .drawer__fc .inner .nav--menu__fc li a:hover {
    color: #AFA28B;
  }
  .drawer__fc .inner .nav--menu__fc li:nth-child(2) a::before {
    content: "(02)";
  }
  .drawer__fc .inner .nav--menu__fc li:nth-child(3) a::before {
    content: "(03)";
  }
  .drawer__fc .inner .nav--menu__fc li:nth-child(4) a::before {
    content: "(04)";
  }
  .drawer__fc .inner .nav--menu__fc li:nth-child(5) a::before {
    content: "(05)";
  }
  .drawer__fc .inner .nav--menu__fc li:nth-child(6) a::before {
    content: "(06)";
  }
  .drawer__fc .inner .nav--menu__fc li:nth-child(7) a::before {
    content: "(07)";
  }
  .drawer__fc .inner .nav--menu__fc li:nth-child(8) a::before {
    content: "(08)";
  }
  .drawer__fc .inner .nav--login {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .drawer__fc .inner .nav--login li {
    display: inline-block;
    position: relative;
  }
  .drawer__fc .inner .nav--login li a {
    display: block;
    position: relative;
    font-family: source-han-sans-japanese, sans-serif;
    letter-spacing: 0.05em;
    padding: 5px 32px;
    font-size: 21px;
    position: relative;
    color: #F5F3EF;
  }
  .drawer__fc .inner .nav--login li a .parentheses_l, .drawer__fc .inner .nav--login li a .parentheses_r {
    position: absolute;
    top: 2px;
    width: 12px;
    height: 30px;
    display: block;
    color: #F5F3EF;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .drawer__fc .inner .nav--login li a .parentheses_l svg, .drawer__fc .inner .nav--login li a .parentheses_r svg {
    width: 12px;
    height: 30px;
  }
  .drawer__fc .inner .nav--login li a .parentheses_l {
    left: 0;
  }
  .drawer__fc .inner .nav--login li a .parentheses_r {
    right: 0;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .drawer__fc .inner .nav--login li a:hover {
    color: #F5F3EF;
  }
  .drawer__fc .inner .nav--login li a:hover .parentheses_r {
    -webkit-transform: translateX(-0.5em) scale(-1, 1);
            transform: translateX(-0.5em) scale(-1, 1);
  }
  .drawer__fc .inner .nav--login li a:hover .parentheses_l {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  .drawer__fc .inner .nav--login .join {
    margin-right: 30px;
  }
  .drawer-visible .drawer__fc {
    opacity: 1;
    pointer-events: all;
  }
  .drawer-visible .drawer__fc .drawer__btn-close span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .drawer-visible .drawer__fc .drawer__btn-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .page--home {
    /* common */
    /* footer */
    /* section--banner */
    /* section--top */
    /* section--info */
    /* area-fc */
  }
  .page--home .header {
    opacity: 1;
    z-index: -999;
    top: -20vw;
  }
  .page--home.menu--on .header {
    top: 0;
    z-index: 1000;
  }
  .page--home .wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page--home .list__more a {
    padding: 10px 0;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--home .list__more a:hover svg {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  .page--home footer {
    padding: 60px 0 84px;
    height: auto !important;
    position: relative;
    background: #484760;
    color: #F5F3EF;
  }
  .page--home footer .box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-end;
    -webkit-box-align: flex-end;
    align-items: flex-end;
  }
  .page--home footer .copyright {
    font-size: 13px;
  }
  .page--home footer .nav--support {
    display: block;
  }
  .page--home .section--banner, .page--home .section--banner__fc {
    padding-top: 18px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 200px;
  }
  .page--home .section--banner.no-swiper .swiper-slide, .page--home .section--banner__fc.no-swiper .swiper-slide {
    width: 49%;
  }
  .page--home .section--banner.no-swiper .swiper-button-next, .page--home .section--banner.no-swiper .swiper-button-prev, .page--home .section--banner.no-swiper .swiper-pagination, .page--home .section--banner__fc.no-swiper .swiper-button-next, .page--home .section--banner__fc.no-swiper .swiper-button-prev, .page--home .section--banner__fc.no-swiper .swiper-pagination {
    display: none;
  }
  .page--home .section--banner .list--bnr, .page--home .section--banner__fc .list--bnr {
    text-align: center;
    margin-bottom: 60px;
  }
  .page--home .section--banner .list--bnr li, .page--home .section--banner .list--bnr__fc, .page--home .section--banner__fc .list--bnr li, .page--home .section--banner__fc .list--bnr__fc {
    position: relative;
    cursor: pointer;
  }
  .page--home .section--banner .list--bnr li a, .page--home .section--banner .list--bnr__fc a, .page--home .section--banner__fc .list--bnr li a, .page--home .section--banner__fc .list--bnr__fc a {
    display: block;
    overflow: hidden;
  }
  .page--home .section--banner .list--bnr li a::before, .page--home .section--banner .list--bnr__fc a::before, .page--home .section--banner__fc .list--bnr li a::before, .page--home .section--banner__fc .list--bnr__fc a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #AFA28B;
    mix-blend-mode: multiply;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    z-index: 4;
  }
  .page--home .section--banner .list--bnr li a:hover::before, .page--home .section--banner .list--bnr__fc a:hover::before, .page--home .section--banner__fc .list--bnr li a:hover::before, .page--home .section--banner__fc .list--bnr__fc a:hover::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .page--home .section--top {
    padding: 31vh 0 0;
    width: 100%;
    height: 100vh;
    position: relative;
    margin-bottom: 20vw;
  }
  .page--home .section--top .nav--sns li a:hover i {
    color: #A20118;
  }
  .page--home .section--top .block--nav [class^=nav--] > li .sub li a {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .page--home .section--top .block--nav [class^=nav--] > li .sub li a:hover {
    color: #AFA28B;
  }
  .page--home .section--top .block--nav [class^=nav--] > li a:hover,
  .page--home .section--top .block--nav [class^=nav--] > li .menu--dropdown:hover {
    color: #A20118;
  }
  .page--home .section--top .block--nav [class^=nav--] > li a:hover::before,
  .page--home .section--top .block--nav [class^=nav--] > li .menu--dropdown:hover::before {
    background-color: #A20118;
  }
  .page--home .list--information {
    width: 100%;
  }
  .page--home .list--information .no-data {
    text-align: center;
  }
  .page--home .section--info .section-tit {
    font-size: 9.5vw;
  }
  .page--home .section--info, .page--home .section--blog {
    width: 88%;
    margin: 0 auto 150px;
    position: relative;
  }
  .page--home .section--info .section--inner, .page--home .section--blog .section--inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .page--home .section--info .section--inner .tit-wrap, .page--home .section--blog .section--inner .tit-wrap {
    width: 40%;
    margin-right: 80px;
  }
  .page--home .section--info .section--inner .block--info, .page--home .section--blog .section--inner .block--info {
    width: calc(60% - 80px);
  }
  .page--home .section--info.fc, .page--home .section--blog.fc {
    margin-bottom: 170px;
  }
  .page--home .section--video {
    margin-bottom: 180px;
  }
  .page--home .section--video .tit-wrap {
    padding-left: 6%;
    margin-bottom: 20px;
  }
  .page--home .section--video .section-tit {
    font-size: 9.5vw;
  }
  .page--home .section--video .list--video li.no-data {
    padding: 0 6%;
  }
  .page--home .section--video.no-swiper .swiper-slide {
    width: 86%;
    margin-right: 20px;
  }
  .page--home .section--video.no-swiper .swiper-slide:last-child {
    margin-right: 0;
  }
  .page--home .section--video.no-swiper .swiper-button-next, .page--home .section--video.no-swiper .swiper-button-prev {
    display: none;
  }
  .page--home .section--video .section--inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .page--home .section--video .section--inner .tit-wrap {
    width: 22%;
  }
  .page--home .section--video .section--inner .block--video {
    width: 78%;
  }
  .page--home .section--video .list--video {
    margin-bottom: 80px;
  }
  .page--home .section--video .list--video li a::before {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--video .list--video li:hover a::before {
    opacity: 0.8;
  }
  .page--home .section--schedule .section-tit {
    font-size: 7vw;
  }
  .page--home .section--info .no-data, .page--home .section--schedule .no-data {
    text-align: center;
    padding: 40px 0;
  }
  .page--home .area--fc .box--fc {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 180px;
  }
  .page--home .area--fc .box--fc .block--login {
    width: 40%;
    margin-right: 80px;
    padding-left: 6%;
  }
  .page--home .area--fc .box--fc .block--login .login--btn li a {
    position: relative;
  }
  .page--home .area--fc .box--fc .block--login .login--btn li a .parentheses_r, .page--home .area--fc .box--fc .block--login .login--btn li a .parentheses_l {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .page--home .area--fc .box--fc .block--login .login--btn li a:hover {
    color: #F5F3EF;
  }
  .page--home .area--fc .box--fc .block--login .login--btn li a:hover .parentheses_r {
    -webkit-transform: translateX(-0.5em) scale(-1, 1);
            transform: translateX(-0.5em) scale(-1, 1);
  }
  .page--home .area--fc .box--fc .block--login .login--btn li a:hover .parentheses_l {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  .page--home .area--fc .box--fc .section--banner__fc {
    width: calc(60% - 80px);
  }
  .page--home .area--fc .box--fc .section--banner__fc .fc-container {
    overflow: hidden;
  }
  .page--home .area--fc .box--fc .section--banner__fc .list--bnr__fc {
    position: relative;
    margin-bottom: 50px;
  }
  .page--home .area--fc .box--fc .section--banner__fc .block--button-nav {
    padding: 0;
  }
  .page--home .area--fc .box--fc .section--banner__fc .swiper-horizontal > .swiper-pagination-bullets, .page--home .area--fc .box--fc .section--banner__fc .swiper-pagination-bullets.swiper-pagination-horizontal, .page--home .area--fc .box--fc .section--banner__fc .swiper-pagination-custom, .page--home .area--fc .box--fc .section--banner__fc .swiper-pagination-fraction {
    padding-left: 62px;
  }
  .page--home .area--fc .box--fc .section--banner__fc.no-swiper .list--bnr__fc li {
    width: 90%;
  }
  .page--home .area--fc .section--magazine {
    width: 88%;
    margin: 0 auto 180px;
  }
  .page--home .area--fc .section--magazine .section-tit {
    font-size: 6vw;
  }
  .page--home .area--fc .section--magazine .section--inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .page--home .area--fc .section--magazine .section--inner .block--detail {
    width: 40%;
    margin-right: 80px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .page--home .area--fc .section--magazine .section--inner .block--detail .block--detail__txt .tit, .page--home .area--fc .section--magazine .section--inner .block--detail .block--detail__txt .date-wrap {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .page--home .area--fc .section--magazine .section--inner .block--detail .block--detail__txt:hover .tit, .page--home .area--fc .section--magazine .section--inner .block--detail .block--detail__txt:hover .date-wrap {
    color: #AFA28B;
  }
  .page--home .area--fc .section--magazine .section--inner .block--detail .block--detail__txt:hover .arrow svg {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  .page--home .area--fc .section--magazine .section--inner .block--detail .block--detail__txt .tit {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .page--home .area--fc .section--magazine .section--inner .block--thumb {
    width: calc(60% - 80px);
  }
  .page--home .area--fc .section--magazine .section--inner .block--thumb .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #AFA28B;
    opacity: 0.8;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transform: scaleY(0) translateZ(0);
            transform: scaleY(0) translateZ(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    mix-blend-mode: multiply;
  }
  .page--home .area--fc .section--magazine .section--inner .block--thumb a:hover .thumb::before {
    -webkit-transform: scaleY(1) translateZ(0);
            transform: scaleY(1) translateZ(0);
  }
  .page--home .area--fc .section--blog .section-tit {
    font-size: 6vw;
  }
  .page--home .area--fc .section--blog.section--staffblog {
    padding-bottom: 180px;
    margin-bottom: 0;
  }
  .page--member .section--detail .section--inner {
    padding: 60px 4vw;
  }
  .page--member .block--category li a:hover {
    color: #AFA28B;
  }
  body.page--member .block--pager .pager__item--other a {
    position: relative;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    color: #F5F3EF;
  }
  body.page--member .block--pager .pager__item--other.detail__btn a {
    padding: 5px 0;
  }
  body.page--member .block--pager .pager__item--other.detail__btn a::before {
    bottom: 0;
  }
  body.page--member .wrap .drawer .nav--login li.drawer__btn--fc:hover {
    color: #A20118;
  }
  .page--info .tit-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .page--info .section--list {
    padding: 0 10% 80px;
  }
  .page--info .section--list .sticky {
    position: sticky;
    top: 20%;
  }
  .page--info .section--list .section-tit {
    margin: 0;
    position: static;
  }
  .page--info .block--category li {
    display: block;
  }
  .page--info .section--detail .tit {
    line-height: 1.5;
  }
  .page--info .section--detail .date {
    margin-bottom: 40px;
  }
  .page--info .txt {
    margin-bottom: 50px;
  }
  .page--info .txt a:hover {
    color: #A20118;
    text-decoration: none;
  }
  .page--schedule .section--list .section-tit {
    position: static;
  }
  .page--schedule .section--list .sticky {
    position: sticky;
    top: 20%;
  }
  .page--schedule .block--month .month-pager li a {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .page--schedule .block--month .month-pager li a:hover {
    color: #A20118;
  }
  body:not(.page--home).page--info.page--video .section-tit {
    font-size: 6vw;
  }
  .page--disco .section--list .section--header .section-tit {
    position: static;
  }
  .page--disco .sticky {
    position: sticky;
    top: 20%;
  }
  .page--disco .block--category li {
    display: block;
  }
  .page--disco .section--list {
    padding: 0 10% 80px;
  }
  .page--disco .list--disco {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--disco .list--disco li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
  .page--disco .list--disco li:nth-child(2n) {
    margin-right: 0;
  }
  .page--disco .list--disco li .thumb {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--disco .list--disco li a {
    display: block;
  }
  .page--disco .list--disco li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #AFA28B;
    mix-blend-mode: multiply;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    z-index: 4;
  }
  .page--disco .list--disco li a .block--text {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .page--disco .list--disco li a:hover .thumb::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .page--disco .list--disco li a:hover .block--text {
    opacity: 0.5;
  }
  .page--disco .list--disco li .tit {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
    line-height: 1.4;
  }
  .page--disco .list--disco li .date, .page--disco .list--disco li .category {
    display: inline-block;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
  .page--disco .section--detail {
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
    position: relative;
    padding: 0;
  }
  .page--disco .section--detail .disco-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .page--disco .section--detail .disco-wrap .block--jacket {
    width: 40%;
    margin-right: 4%;
    min-width: 400px;
    max-width: 600px;
  }
  .page--disco .block--disc-detail {
    width: 60%;
  }
  .page--disco .header--disco {
    max-height: 460px;
  }
  .page--biography {
    width: 100%;
    max-width: 850px;
    padding: 0 0 40px;
    margin: 0 auto;
  }
  .page--biography .block--bio .block--member .list--member {
    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--biography .block--bio .block--member .list--member li {
    width: 48%;
    margin-right: 2%;
  }
  .page--biography .block--bio .block--member .list--member li:nth-child(2n) {
    margin-right: 0;
  }
  .page--archive {
    width: 100%;
    max-width: 850px;
    padding: 0 0 40px;
    margin: 0 auto;
  }
  .page--archive .list--archive {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--archive .list--archive li {
    width: 49%;
    margin-right: 2%;
  }
  .page--archive .list--archive li:nth-child(2n) {
    margin-right: 0;
  }
  .page--archive .list--archive li a:hover {
    color: #A20118;
    background: #F5F3EF;
  }
  .page--archive .block--photoreport .block-tit {
    width: 100%;
  }
  .page--archive .block--photoreport .block--btn {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--archive .block--photoreport .block--btn div {
    width: 49%;
    margin-right: 2%;
  }
  .page--archive .block--photoreport .block--btn div:nth-child(2n) {
    margin-right: 0;
  }
  .page--archive .block--photoreport .block--btn div a:hover {
    color: #A20118;
    background: #F5F3EF;
  }
  .page--blog .section--list .sticky {
    position: sticky;
    top: 20%;
  }
  .page--blog .section--list .section-tit {
    margin: 0;
    position: static;
  }
  .page--blog .list--blog .date {
    margin-left: 0;
  }
  .page--blog .no-data {
    font-size: 20px;
    margin: 200px auto;
    font-family: "orpheuspro", serif;
  }
  .page--blog .block--comment {
    margin: 60px auto;
  }
  .page--blog .section--detail {
    width: 90%;
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
  }
  .page--blog .section--detail .date {
    margin-bottom: 40px;
  }
  .page--blog .section--detail .txt a:hover {
    color: #c5b77b;
    text-decoration: none;
  }
  .page--bbs .section--list .section--header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page--bbs .section--list .sticky {
    position: sticky;
    top: 20%;
  }
  .page--bbs .section--list .section-tit {
    margin: 0;
    position: static;
  }
  .page--bbs .section--detail {
    margin: 0 auto;
    width: 80%;
    max-width: 900px;
    padding: 0;
  }
  .page--qa .section-tit {
    margin-bottom: 60px;
  }
  .page--qa .section--list {
    width: 850px;
    padding: 0;
    margin: 0 auto;
  }
  .page--magazine .list--contents li {
    width: 32%;
    margin-right: 2%;
  }
  .page--magazine .list--contents li:nth-child(2n) {
    margin-right: 2%;
  }
  .page--magazine .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .page--mailmagazine.section--detail {
    width: 850px;
    padding: 0;
    margin: 0 auto;
  }
  .page--mailmagazine .block-tit {
    font-size: 40px;
  }
  .section--detail.page--support {
    width: 70%;
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
  }
  .page--faq .section--list {
    display: block;
  }
  .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-inquiry li a:hover {
    background: #F5F3EF;
    color: #2F2A2A;
  }
  .page--faq .block--contact li a:hover {
    color: #AFA28B;
  }
  .page--faq .block--contact a:hover {
    text-decoration: none !important;
  }
  .page--faq .block--contact .link a::after {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--faq .block--contact .link a:hover {
    color: #484760;
    text-decoration: none;
  }
  .page--faq .block--contact .link a:hover::after {
    border: 1px solid #484760;
    border-top: none;
    border-right: none;
  }
  .page--faq .block--contact .link a:hover + i {
    color: #484760;
  }
  .page--faq .list--tag li a:hover {
    border-color: #A20118;
    color: #A20118;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .page--faq .list--faq li a:hover {
    color: #A20118;
  }
  .page--faq .block--faq-detail .txt a:hover {
    text-decoration: none;
  }
  .page--questionnaire .section--detail {
    width: 800px;
    padding: 0;
    margin: 0 auto;
  }
  .page--questionnaire .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .section--detail.page--entry {
    margin: 0 auto;
    padding: 0;
  }
  .section--detail.page--entry .block--logo {
    width: 60%;
    margin: 0 auto 100px;
  }
  .section--detail.page--entry .block--logo .logo {
    width: 67%;
    margin: 0 auto 40px;
  }
  .section--detail.page--entry .block--contents {
    width: 60%;
    margin: 170px auto 80px;
  }
  .section--detail.page--entry .block--contents .list--contents li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .section--detail.page--entry .block--contents .list--contents li .txt {
    font-size: 14px;
  }
  .section--detail.page--entry .block--contents .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .section--detail.page--entry .block--contents .list--contents::after {
    content: none;
  }
  .section--detail.page--entry .block--entry {
    width: 60%;
    margin: 0 auto 80px;
  }
  .section--detail.page--entry .block--device {
    width: 60%;
    margin: 0 auto 80px;
  }
  .section--detail.page--entry .block--device table {
    width: 100%;
  }
  .section--detail.page--entry .btn .btn--main {
    min-width: 320px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .section--detail.page--entry .btn .btn--main:hover {
    -webkit-box-shadow: 1px 1px 15px #fff;
            box-shadow: 1px 1px 15px #fff;
    background: #F5F3EF;
  }
  .section--detail.page--entry .btn.entry .btn--main.btn--first_login {
    min-width: 400px;
  }
  .block--btn {
    width: 60%;
    margin: 0 auto;
  }
  .btn.entry .btn--main:hover {
    background: #484760;
    color: #2F2A2A;
  }
  .page--first_login {
    width: 850px;
    padding: 0;
    margin: 0 auto;
  }
  .page--first_login .block--attention {
    margin: 1em 0;
    padding: 1.5em;
    font-size: 14px;
  }
  .page--first_login .list--faq li a {
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .page--first_login .list--faq li a i {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .page--first_login .list--faq li a:hover {
    color: #ffffff;
    background: #A20118;
  }
  .page--first_login .list--faq li a:hover i {
    color: #ffffff;
  }
  .page--first_login .step ul li {
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .page--first_login .step ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 40px;
  }
  .page--first_login .step ul li a .step--txt {
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .page--first_login .step ul li a:hover {
    background: #A20118;
    color: #ffffff;
  }
  .page--first_login .step ul li a:hover .step--txt {
    color: #A20118;
  }
  .page--first_login .list--txt__q li a:hover {
    background: #A20118;
  }
  .page--first_login .txt--link a:hover {
    opacity: 0.4;
    text-decoration: none;
  }
  .page--first_login .btn.entry .btn--main:hover {
    background: #A20118;
    color: #ffffff;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: "orpheuspro", serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .txt {
    padding-top: 0;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    padding: 30px 6%;
    height: 110px;
    color: #2F2A2A;
  }
  footer .list--support {
    margin-bottom: 100px;
  }
  footer .list--support li {
    display: block;
    font-size: 12px;
    margin-right: 15px;
    text-align: right;
  }
  footer .list--support li a {
    display: inline-block;
    padding: 10px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  footer .list--support li a:hover {
    color: #AFA28B;
  }
  footer .list--support li:last-child {
    margin-bottom: 0;
  }
  footer .block--link .contact a:hover svg {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /* page--error
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
    padding: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    mix-blend-mode: unset;
  }
  footer {
    padding: 40px 6%;
  }
  footer .copyright {
    font-size: 10px;
    zoom: 0.9;
  }
  .slick-dots li {
    height: 12px;
  }
  .date, .category {
    display: inline-block;
    min-width: inherit;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
  }
  .tit {
    font-size: 14px;
    line-height: 1.5;
  }
  [class^=list--] li.new a .tit::after {
    font-size: 12px;
  }
  .list--contents li a .tit {
    font-size: 16px;
  }
  .list--information li a {
    display: block;
    padding: 20px 0;
  }
  .list--information li a .date {
    width: auto;
    min-width: inherit;
    margin: 0 5px 0 0;
    font-size: 15px;
  }
  .list--information li a .tit {
    font-size: 16px;
    font-weight: 400;
  }
  .list--information li a .category {
    margin: 0;
    width: auto;
    min-width: inherit;
    margin: 0;
    font-size: 15px;
  }
  .list--information li a .date, .list--information li a .category {
    margin-bottom: 5px;
  }
  .list--information.list--schedule li a .box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .list--information.list--schedule li a .block--date {
    margin: 0;
    width: 8em;
  }
  .list--information.list--schedule li a .block--date .md {
    display: block;
    font-size: 34px;
  }
  .list--information.list--schedule li a .block--date .year {
    font-size: 13px;
  }
  .list--information.list--schedule li a .category {
    text-align: left;
    margin-bottom: 5px;
  }
  .list--contents li {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .list--contents li.delighter.started {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .list--contents li a {
    display: block;
  }
  .list--photo li {
    width: 50%;
  }
  .block--sort-category {
    top: 16vw;
    right: 7%;
    width: 75%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .block--sort-category {
    width: 45%;
    top: 8vw;
    right: 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sort {
    width: 130px;
    height: 18px;
  }
  .btn--sort .label {
    font-size: 16px;
  }
  .btn--sort span {
    width: 18px;
    height: 18px;
  }
  .block--category {
    margin-bottom: 20px;
  }
  .block--category li {
    margin-right: 0;
  }
  .block--category li a {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 5px;
  }
  li.no-data {
    padding: 2em 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  li.no-data {
    padding: 2em 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .drawer__btn {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: 0.4s 1s;
    transition: 0.4s 1s;
  }
  .loaded.page--home .drawer__btn {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .loaded.page--home .nav--language {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    padding-left: 6%;
    text-align: left;
    bottom: -38px;
    font-size: 13px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .swiper-container {
    padding-left: 6%;
  }
  .form__select {
    width: 60%;
    margin-bottom: 30px;
  }
  .wrap {
    padding: 160px 0 120px;
    position: relative;
  }
  .detail__btn {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 5px 0;
    margin-top: 6em;
    margin-right: 0;
  }
  .detail__btn .arrow {
    margin-right: 5px;
  }
  .detail__btn a svg {
    width: 16px;
    height: 13px;
  }
  .section-tit {
    letter-spacing: 0.02em;
    margin: 0;
  }
  .section-tit::before {
    font-size: 11px;
  }
  .block-tit {
    font-size: 40px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
    padding-left: 6%;
  }
  .section--list {
    padding: 0 6%;
    width: 100%;
  }
  .section--detail {
    padding: 0 6%;
    width: 100%;
    max-width: inherit;
  }
  .section--detail .date {
    display: inline-block;
    margin-right: 13px;
  }
  .section--detail .txt {
    font-size: 15px;
    padding-top: 40px;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .page--member .section--detail .section--inner {
    padding: 35px 5% 85px;
  }
  iframe {
    width: 100% !important;
  }
  .section--list .block--pager {
    left: -10px;
  }
  .section--list .block--pager li {
    font-size: 20px;
  }
  .section--list .block--pager .pager__item--other a {
    width: auto;
  }
  .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;
  }
  .drawer__btn {
    width: 55px;
    position: fixed;
    right: 8%;
    top: 7vh;
    z-index: 999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    mix-blend-mode: difference;
  }
  .drawer__btn .border {
    width: 54px;
    height: 20px;
    display: block;
    margin-bottom: 5px;
  }
  .drawer__btn .border > span {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    margin-right: auto;
    background: #F5F3EF;
    width: 51px;
    right: 0;
  }
  .drawer__btn .border > span:nth-child(2) {
    width: 37px;
    top: 10px;
  }
  .drawer__btn .border > span:nth-child(3) {
    width: 24px;
    top: 20px;
  }
  .drawer__btn .menu {
    font-size: 18px;
    color: #F5F3EF;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .drawer__btn .menu span {
    font-weight: 100;
  }
  .drawer__btn .menu .hidden {
    right: -2px;
  }
  .drawer__btn .menu .visible {
    left: 1px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer__btn {
    right: 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer__btn-close {
    right: 7.5%;
    top: 32px;
    width: 25px;
    height: 25px;
  }
  .drawer__btn-close::before, .drawer__btn-close::after {
    width: 25px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer__btn-close {
    right: 7%;
    top: 45px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    overflow: hidden;
    background: #2F2A2A;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-overflow-scrolling: touch;
    background: #484760;
  }
  .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%;
    position: relative;
    left: 0;
    top: 0;
    padding: 10vw 6% 20vw;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .drawer-inner {
    padding: 15vw 6% 7vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .g-nav {
    width: 100%;
  }
  .drawer [class^=nav--] li {
    width: 100%;
    margin-bottom: 0;
  }
  .drawer [class^=nav--] li a, .drawer [class^=nav--] li .menu--dropdown {
    font-size: 18px;
    padding: 8px 0;
    color: #F5F3EF;
  }
  .drawer [class^=nav--] li .sub {
    position: static;
    width: 100%;
  }
  .drawer [class^=nav--] li .sub li {
    background: #272736;
    border: none;
    padding: 0 10px;
  }
  .drawer .nav--menu__official {
    margin-bottom: 20px;
    position: relative;
  }
  .drawer .nav--menu__official li {
    width: 100%;
  }
  .drawer .nav--menu__official::before {
    content: "OFFICIAL MENU";
    display: block;
    width: 100%;
    color: #F5F3EF;
    opacity: 0.6;
    margin-bottom: 10px;
  }
  .drawer .nav--sns {
    margin-bottom: 40px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .drawer .nav--sns li {
    margin-right: 20px;
    overflow: hidden;
    width: auto;
  }
  .drawer .nav--sns li a {
    padding: 5px 0;
    display: block;
    font-size: 30px;
  }
  .drawer .nav--sns li a svg {
    fill: #F5F3EF;
  }
  .drawer .nav--sns li a i, .drawer .nav--sns li a svg {
    color: #F5F3EF;
    -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, opacity 0.3s 0.3s;
    transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  }
  .drawer .nav--sns li.nav__item--traveltv {
    width: 30px !important;
    height: 30px !important;
  }
  .drawer .nav--sns li.nav__item--traveltv a {
    padding: 0;
    background: #F5F3EF;
  }
  .drawer .nav--sns li.nav__item--traveltv a img {
    padding: 2px;
  }
  .drawer .nav--sns li.nav__item--tiktok a {
    width: 23px;
  }
  .drawer .nav--sns li.nav__item--instagram {
    margin-right: 25px;
  }
  .drawer .nav--menu__fc {
    margin-bottom: 40px;
  }
  .drawer .nav--menu__fc::before {
    content: "Fellows MENU";
    display: block;
    width: 100%;
    color: #F5F3EF;
    opacity: 0.6;
    margin-bottom: 10px;
  }
  .drawer .nav--menu__fc li {
    margin-bottom: 5px;
  }
  .drawer .nav--menu__fc li a {
    font-size: max(4vw, 34px);
    padding: 8px 0;
    display: block;
    font-family: "orpheuspro", serif;
  }
  .drawer .nav--login {
    margin-bottom: 20px;
  }
  .drawer .nav--login li {
    display: inline-block;
    width: auto;
  }
  .drawer .nav--login li a {
    font-size: 18px;
    padding: 5px 25px;
  }
  .drawer .nav--login li a .parentheses_l, .drawer .nav--login li a .parentheses_r {
    position: absolute;
    top: 3px;
    width: 10px;
    height: 26px;
    display: block;
  }
  .drawer .nav--login li a .parentheses_l svg, .drawer .nav--login li a .parentheses_r svg {
    width: 10px;
    height: 26px;
  }
  .drawer .nav--login li a .parentheses_l {
    left: 0;
  }
  .drawer .nav--login li a .parentheses_r {
    right: 0;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .drawer .nav--login .join {
    margin-right: 20px;
  }
  .drawer-visible .drawer__btn {
    mix-blend-mode: unset;
  }
  .drawer-visible .drawer__btn .border span {
    -webkit-transition: width 0.3s 0.2s, top 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
    transition: width 0.3s 0.2s, top 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
    transition: width 0.3s 0.2s, transform 0.3s 0.2s, top 0.3s 0.2s;
    transition: width 0.3s 0.2s, transform 0.3s 0.2s, top 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  }
  .drawer-visible .drawer__btn .border span:first-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .drawer-visible .drawer__btn .border span:nth-child(2) {
    -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.1s;
    transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.1s;
    transition: opacity 0.3s 0.3s, transform 0.3s 0.1s;
    transition: opacity 0.3s 0.3s, transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  .drawer-visible .drawer__btn .border span:nth-child(3) {
    top: 0;
    width: 51px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: auto;
  }
  .drawer-visible .drawer [class^=nav--] li a span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .drawer-visible .drawer [class^=nav--] li.nav--item__store i {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .drawer-visible .drawer .nav--menu__official::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .drawer-visible .drawer .drawer-inner {
    visibility: visible;
    z-index: 10;
  }
  .drawer-visible .drawer h1.logo .svg-txt svg, .drawer-visible .drawer h1.logo img {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .drawer-visible .drawer .nav--login li a span {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .drawer-visible .drawer .nav--login li a .parentheses_r {
    -webkit-transform: translateY(0) scale(-1, 1);
            transform: translateY(0) scale(-1, 1);
  }
  .block--sns {
    position: fixed;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.7%;
    mix-blend-mode: difference;
  }
  .block--sns .nav--sns {
    position: relative;
    text-align: center;
  }
  .block--sns .nav--sns::before {
    content: "SNS";
    display: block;
    font-family: "orpheuspro", serif;
    font-weight: bold;
    font-size: 12px;
    color: #F5F3EF;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: relative;
    top: -15px;
    left: -1px;
  }
  .block--sns .nav--sns li a {
    display: block;
    padding: 5px;
  }
  .block--sns .nav--sns li a i {
    color: #F5F3EF;
    font-size: 15px;
  }
  .block--sns .nav--sns li a svg {
    fill: #F5F3EF;
    width: 16px;
    height: 16px;
  }
  .block--sns .drawer .nav--sns::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .page--home .wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page--home footer {
    padding: 0 0 60px;
    z-index: 10;
  }
  .page--home footer .inner {
    padding: 50px 6% 110vw;
  }
  .page--home footer .logo {
    bottom: 13vw;
    left: -10vw;
    top: auto;
  }
  .page--home footer .logo svg {
    width: 130vw;
  }
  .page--home footer .list--support {
    width: 100%;
    text-align: left;
    margin-bottom: 60px;
  }
  .page--home footer .list--support li {
    margin-bottom: 8px;
  }
  .page--home footer .list--support li a {
    line-height: 1.5;
  }
  .page--home footer .list--support dt {
    font-size: 21px;
    position: relative;
    font-family: "orpheuspro", serif;
    border-bottom: 1px solid #F5F3EF;
    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: #F5F3EF;
    position: absolute;
    right: 5px;
    top: 20px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--home footer .list--support dt::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page--home footer .list--support dt.open::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .page--home footer .list--support dt.open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .page--home footer .list--support dd {
    display: none;
  }
  .page--home footer .block--link {
    text-align: left;
  }
  .page--home footer .block--link .contact {
    margin-bottom: 40px;
  }
  .page--home footer .nav--sns {
    text-align: left;
    margin-bottom: 35px;
  }
  .page--home footer .nav--sns li a {
    font-size: 30px;
  }
  .page--home footer .nav--sns li.nav__item--traveltv {
    width: 30px;
  }
  .page--home footer .nav--sns li.nav__item--tiktok a {
    width: 33px;
  }
  .page--home footer .nav--sns li.nav__item--tiktok a:hover svg {
    fill: #fff;
  }
  .page--home footer .block--attention {
    font-size: 12px;
    text-align: left;
    padding: 15px 0;
    margin-bottom: 0;
  }
  .page--home footer .box {
    padding: 0 6%;
  }
  .page--home footer .block--pagetop {
    right: 6%;
    position: absolute;
    bottom: 95vw;
  }
  .page--home footer .block--pagetop .arrow {
    width: 26px !important;
  }
  .page--home footer .block--pagetop span {
    font-size: 15px;
  }
  .page--home .list__more {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 8px 0;
    position: relative;
    top: -12px;
  }
  .page--home .list__more span.arrow {
    margin: 0;
  }
  .page--home .list__more svg {
    width: 24px;
    height: 5px;
    position: relative;
    top: -3px;
  }
  .page--home .section--top {
    height: 100vh;
    min-height: auto;
    overflow: hidden;
    margin-bottom: 80px;
  }
  .page--home .section--top .block--keyvisual {
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .page--home .section--top .block--keyvisual .keyvisual {
    width: 93%;
    position: absolute;
    top: 45%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page--home .section--top .block--keyvisual .keyvisual .block--logo {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    bottom: -25vw;
    left: -2%;
    top: auto;
  }
  .page--home .section--top .block--keyvisual .keyvisual .block--logo .logo {
    width: 78vw;
    margin-bottom: 10px;
  }
  .page--home .section--top .block--keyvisual .keyvisual .block--logo .svg-txt {
    font-size: 6vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--top .block--keyvisual .keyvisual .block--logo {
    bottom: -19vw;
  }
  .page--home .section--top .block--keyvisual .keyvisual .block--logo .logo {
    width: 65vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--scroll {
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--top .block--scroll {
    left: 2%;
    bottom: 7vh;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--scroll .scroll {
    color: #2F2A2A;
  }
  .page--home .section--banner {
    position: relative;
    z-index: 2;
    margin-bottom: 180px;
  }
  .page--home .section--banner .swiper-container {
    padding-left: 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--banner {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--banner .list--bnr {
    margin-bottom: 15px;
  }
  .page--home .section--banner .list--bnr li a {
    display: block;
  }
  .page--home .section--banner .list--bnr li a img {
    vertical-align: bottom;
  }
  .page--home .section--banner.no-swiper .list--bnr li {
    width: 100%;
  }
  .page--home .section--banner.no-swiper .swiper-pagination-clickable .swiper-pagination-bullet {
    display: none;
  }
  .page--home .section--info {
    padding: 0 6%;
    margin-bottom: 130px;
  }
  .page--home .section--info .section-tit {
    font-size: max(12vw, 80px);
  }
  .page--home .section--schedule .section-tit.section-tit {
    font-size: max(12vw, 66px);
  }
  .page--home .section--video {
    margin-bottom: 130px;
  }
  .page--home .section--video .section-tit {
    font-size: max(12vw, 80px);
  }
  .page--home .section--video .tit-wrap {
    padding: 0 6%;
    margin-bottom: 24px;
  }
  .page--home .section--video .list--video li a .tit {
    width: 20em;
    font-size: 12px;
  }
  .page--home .section--schedule {
    padding: 0 6%;
    margin-bottom: 160px;
  }
  .page--home .area--fc {
    padding-top: 30vw;
  }
  .page--home .area--fc .block--login {
    width: 88%;
    margin: 0 auto 100px;
  }
  .page--home .area--fc .block--login .block--logo {
    margin-bottom: 30px;
  }
  .page--home .area--fc .block--login .block--logo .logo {
    width: 100%;
  }
  .page--home .area--fc .block--login .login--btn li {
    display: inline-block;
  }
  .page--home .area--fc .block--login .login--btn li a {
    font-size: 18px;
    padding: 5px 25px;
  }
  .page--home .area--fc .block--login .login--btn li a .parentheses_l, .page--home .area--fc .block--login .login--btn li a .parentheses_r {
    top: 3px;
  }
  .page--home .area--fc .block--login .login--btn li a .parentheses_l svg, .page--home .area--fc .block--login .login--btn li a .parentheses_r svg {
    width: 10px;
    height: 26px;
  }
  .page--home .area--fc .block--login .login--btn .join {
    margin-right: 20px;
  }
  .page--home .area--fc .section--banner__fc {
    margin-bottom: 130px;
  }
  .page--home .area--fc .section--banner__fc .swiper-container {
    position: relative;
  }
  .page--home .area--fc .section--info {
    margin-bottom: 130px;
  }
  .page--home .area--fc .section--info .section-tit {
    font-size: max(12vw, 74px);
  }
  .page--home .area--fc .section--magazine {
    margin-bottom: 130px;
  }
  .page--home .area--fc .section--magazine .section-tit {
    font-size: max(12vw, 60px);
  }
  .page--home .area--fc .section--magazine .block--detail {
    margin-bottom: 20px;
  }
  .page--home .area--fc .section--magazine .block--detail, .page--home .area--fc .section--magazine .block--detail__txt {
    padding: 0 6%;
  }
  .page--home .area--fc .section--magazine .block--detail .tit, .page--home .area--fc .section--magazine .block--detail__txt .tit {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .page--home .area--fc .section--magazine .block--thumb {
    width: 94%;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .page--home .area--fc .section--magazine .section--inner .date-wrap .date {
    margin-bottom: 0;
  }
  .page--home .area--fc .section--magazine .section--inner .date-wrap .list__more svg {
    width: 24px;
    height: 5px;
    position: relative;
    top: -3px;
  }
  .page--home .area--fc .section--blog {
    padding: 0 6%;
    margin-bottom: 130px;
  }
  .page--home .area--fc .section--blog .section-tit {
    font-size: max(10vw, 64px);
  }
  .page--home .area--fc .section--blog.section--staffblog {
    margin: 0;
    padding-bottom: 130px;
  }
  .page--home .area--fc .section--blog.section--staffblog .section-tit {
    font-size: max(10vw, 60px);
  }
  .page--home .area--fc .section--blog .list--information li.new .icon--new {
    width: 13vw;
    margin-left: 9px;
  }
  .page--home .area--photo {
    height: 700px;
  }
  .page--home .area--photo .border--txt__wrap .border--txt {
    width: 9800vw;
  }
  .page--home .area--photo .border--txt__wrap .border--txt li {
    width: 750vw;
  }
  .page--home .area--photo .image {
    height: 200vw;
    top: 0;
    background-position: -64vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .area--photo .image {
    height: 100vw;
    top: 0;
    background-position: -13vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .section-tit {
    margin-bottom: 30px;
  }
  .page--info .section-tit {
    font-size: max(12vw, 80px);
  }
  .page--info .tit-wrap {
    display: block !important;
    margin-bottom: 40px;
  }
  .page--info.page--member .section--detail .inner {
    padding: 35px 5% 85px;
  }
  .page--info.page--video .section--list {
    padding: 0 0 0 6%;
  }
  .page--info .block--share {
    padding-top: 0;
    margin: 20px 0;
  }
  .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 .tit {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .page--info .section--detail .txt {
    padding-top: 20px;
  }
  .page--info .section--detail .category {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 5px;
  }
  .page--info .section--detail .category::before {
    left: inherit;
    right: -5px;
    top: 8px;
  }
  .page--info .section--detail .date.second {
    margin-left: 15px;
  }
  .page--info .section--detail .date.second::before {
    left: -16px;
  }
  .page--schedule .section-tit {
    font-size: max(12vw, 60px);
  }
  .page--schedule .block--month {
    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;
  }
  .page--schedule .block--month .tit {
    font-size: 65px;
  }
  .page--schedule .block--month .tit span {
    font-size: 26px;
  }
  .page--schedule .block--category {
    margin-bottom: 40px;
  }
  .page--schedule .block--category .list--sort li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
  }
  .page--schedule .list--schedule li {
    padding: 0vw 3vw 10px 32vw;
  }
  .page--schedule .list--schedule li.no-data {
    padding: 0;
  }
  .page--schedule .list--schedule li .date {
    font-size: 34px;
    letter-spacing: 0.02em;
    left: 0;
    top: 13px;
    width: 3.5em;
  }
  .page--schedule .list--schedule li .date .week {
    letter-spacing: 0.02em;
    font-size: 13px;
  }
  .page--disco .section-tit {
    font-size: max(12vw, 80px);
  }
  .page--disco.page--offer .section-tit {
    font-size: max(5vw, 30px);
    margin-bottom: 30px;
  }
  .page--disco .list--disco li {
    margin-bottom: 60px;
  }
  .page--disco .list--disco li .tit {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .page--disco .list--disco li .date, .page--disco .list--disco li .category {
    font-size: 14px;
  }
  .page--disco .block--disc-detail .tit-wrap {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .page--disco .block--disc-detail .txt {
    padding: 0;
  }
  .page--disco .block--disc-detail .category {
    margin: 0;
    margin-right: 13px;
  }
  .page--disco .block--disc-detail .block--track {
    padding: 10px;
  }
  .page--disco .block--disc-detail .block--track .block-tit {
    padding-left: 0;
  }
  .page--disco .header--disco {
    left: 0;
    width: 200%;
    height: 90vw;
    top: 0;
  }
  .page--disco .block--jacket .ph {
    margin-bottom: 15px;
  }
  .page--disco table {
    width: 100%;
    border: none;
  }
  .page--disco .list--offer thead {
    display: none;
  }
  .page--disco .list--offer tr {
    display: block;
    margin-bottom: 1.5em;
    border-top: solid 1px #776f71;
  }
  .page--disco .list--offer tr td {
    display: block;
    padding: 0;
    border-right: solid 1px #776f71;
    border-left: solid 1px #776f71;
    border-bottom: none;
    vertical-align: middle;
    background: #ffffff;
    color: #333333;
    display: block;
  }
  .page--disco .list--offer tr td::before {
    border-top: none;
    content: "アーティスト名";
    display: block;
    margin-bottom: 1.5%;
    padding: 1% 0;
    border-top: dotted 1px #776f71;
    border-bottom: dotted 1px #776f71;
    background: #f2f2f2;
    color: rgba(47, 42, 42, 0.6);
  }
  .page--disco .list--offer tr td:first-of-type {
    background: #848081;
    color: #ffffff;
    padding: 5px;
  }
  .page--disco .list--offer tr td:first-of-type::before {
    content: none;
  }
  .page--disco .list--offer tr td:nth-of-type(3):before {
    content: "タイトル";
  }
  .page--disco .list--offer tr td:nth-of-type(4):before {
    content: "作詞";
  }
  .page--disco .list--offer tr td:nth-of-type(5):before {
    content: "作曲";
  }
  .page--disco .list--offer tr td:nth-of-type(6):before {
    content: "収録タイトル";
  }
  .page--disco .list--offer tr td:nth-of-type(7):before {
    content: "販売元";
  }
  .page--disco .list--offer tr td:nth-of-type(n+2) {
    padding: 0 0 1.5%;
  }
  .page--disco .list--offer tr td:last-child {
    border-bottom: solid 1px #776f71;
  }
  .page--biography .section-tit {
    font-size: max(14vw, 55px);
  }
  .page--biography .block--ph .ph {
    margin: 0 0 20px;
  }
  .page--biography .block--bio .artist-name {
    font-size: max(12vw, 50px);
  }
  .page--biography .block--bio .artist-name::before {
    bottom: 0;
  }
  .page--biography .block--bio .bio--detail {
    letter-spacing: 0.08em;
  }
  .page--biography .block--bio .bio--detail .txt {
    padding-top: 0;
  }
  .page--biography .block--history dl {
    padding-top: 30px;
    margin-top: -30px;
  }
  .page--biography .nav--year {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--biography .nav--year a {
    display: block;
    width: 23.5%;
    margin-right: 2%;
  }
  .page--biography .nav--year a:nth-child(4n) {
    margin-right: 0;
  }
  .page--biography .block--history dt {
    float: none;
  }
  .page--biography .block--history dd {
    margin-left: 0;
  }
  .page--movie.new-movie .section--detail .block--tit .tit, .page--movie.new-movie .section--detail .block--tit .date {
    display: none;
  }
  .page--movie .block--category-tit .category-tit {
    font-size: 25px;
  }
  .page--movie .block--sort-category {
    right: 0;
  }
  .page--movie .btn--sort {
    width: 135px;
  }
  .page--movie .list__more {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 5px 0;
  }
  .page--movie .list__more span {
    margin-right: 5px;
  }
  .page--movie .list__more span.arrow {
    margin: 0;
  }
  .page--movie .list__more svg {
    width: 24px;
    height: 5px;
    position: relative;
    top: -3px;
  }
  .page--movie .vjs-big-play-centered .vjs-big-play-button {
    top: 38%;
  }
  .page--movie .section--list {
    padding: 0 6%;
  }
  .page--movie .section--detail .txt--basic {
    margin: 24px 0 0;
  }
  .page--movie .section--detail img {
    position: absolute;
    top: 0;
  }
  .page--movie .block--more_movies .list--contents li {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
  .page--movie .block--more_movies .list--contents li .thumb {
    margin-bottom: 10px;
  }
  .page--movie .block--more_movies .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .page--movie .block--more_movies .list--contents li a .tit {
    font-size: 17px;
  }
  .page--movie .block--more_movies .list--contents li a .date {
    font-size: 14px;
  }
  .page--archive .section-tit {
    font-size: max(12vw, 80px);
  }
  .page--archive .block-tit {
    padding-left: 0;
  }
  .page--blog .section-tit {
    font-size: max(10vw, 64px);
  }
  .page--blog .list--blog .date {
    margin-bottom: 8px;
  }
  .page--blog .list--information li a .icon--new {
    width: 13vw;
    margin-left: 6px;
  }
  .page--blog .block--pager .pager__item--other {
    width: auto;
  }
  .page--blog .section--detail .detail__btn {
    margin-top: 0;
  }
  .page--qa .section-tit {
    font-size: max(10vw, 55px);
  }
  .page--qa .section--header {
    margin-bottom: 40px;
  }
  .page--qa .section--detail .block__answer, .page--qa .section--detail .block__question {
    padding: 20px;
  }
  .page--qa .section--detail .txt {
    padding: 0;
  }
  .page--magazine .section-tit {
    font-size: max(12vw, 60px);
  }
  .page--movie.new-movie .section--detail .block--player {
    position: absolute !important;
    top: 140px !important;
  }
  .page--movie.new-movie .detail__btn {
    padding-left: 6% !important;
  }
  .page--bbs .section-tit {
    font-size: max(15vw, 90px);
  }
  .page--bbs .txt {
    margin-bottom: 10px;
  }
  .page--bbs .sticky {
    margin-bottom: 40px;
  }
  .page--bbs .searchBox {
    width: 100%;
    margin: 0 auto 60px 0;
  }
  .page--bbs .searchBox input[type=submit] {
    top: 0;
  }
  .page--bbs .threadSort {
    margin-bottom: 20px;
  }
  .page--bbs .block--form {
    padding: 20px;
  }
  .page--bbs .block--post {
    padding: 20px;
  }
  .page--bbs .section--detail .txt {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .page--bbs .section--detail .date {
    margin-bottom: 40px;
  }
  .page--bbs .section--detail .list--comment li .ph {
    width: 100%;
  }
  .page--bbs .section--detail .block--user {
    padding: 20px;
  }
  .page--bbs .section--detail .block-tit {
    padding-left: 0;
    font-size: 25px;
  }
  .page--mailmagazine.section--detail .block-tit {
    padding: 0;
    font-size: 30px;
    line-height: 1.4;
  }
  .page--mailmagazine.section--detail .txt {
    padding-top: 0;
  }
  .page--mailmagazine.section--detail .block--mailmagazine, .page--mailmagazine.section--detail .block--askamail {
    margin-bottom: 60px;
  }
  .page--mailmagazine.section--detail .block--attention {
    padding: 20px;
  }
  .section--detail.page--support .section-tit {
    letter-spacing: 0.03em;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .section--detail.page--support .txt {
    padding-top: 20px;
  }
  .page--faq .section--list .section-tit {
    letter-spacing: 0.3em;
    font-size: 20px;
  }
  .page--faq .list-inquiry {
    width: 100%;
  }
  .page--faq .searchBox {
    width: 100%;
  }
  .page--faq .searchBox input[type=submit] {
    top: -2px;
  }
  .page--faq .list--faq {
    margin: 0 0 60px;
  }
  .page--faq .list--faq li a {
    padding: 16px 0;
    line-height: 1.4;
  }
  .page--faq .list--faq li a .icon--q {
    font-size: 18px;
  }
  .page--questionnaire .section--detail {
    padding: 0 6%;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 18px;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .page--questionnaire .section--detail .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire .section--detail .tit {
    font-size: 14px;
  }
  .page--questionnaire .section--detail form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .section--detail form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .section--detail form .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire .section--detail form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire .section--detail .form--confirm {
    padding: 16px;
  }
  .section--detail.page--entry {
    padding: 0;
  }
  .section--detail.page--entry [class^=block--] {
    margin: 0 auto 80px;
  }
  .section--detail.page--entry [class^=block--] .block-tit {
    font-size: 23px;
    padding: 0;
    margin-bottom: 30px;
  }
  .section--detail.page--entry [class^=block--] .block-tit.en {
    font-size: 34px;
  }
  .section--detail.page--entry [class^=block--] .block-tit::before {
    width: 16px;
  }
  .section--detail.page--entry [class^=block--] table {
    font-size: 13px;
  }
  .section--detail.page--entry [class^=block--] table th {
    width: 100px;
    padding: 10px 13px;
    font-weight: bold;
    text-align: center;
  }
  .section--detail.page--entry [class^=block--] table td {
    padding: 10px;
  }
  .section--detail.page--entry [class^=block--] table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .section--detail.page--entry .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
  }
  .section--detail.page--entry .txt {
    padding: 0;
  }
  .section--detail.page--entry .block--logo {
    width: 88%;
  }
  .section--detail.page--entry .block--logo .svg-logo {
    width: 100%;
    position: static;
    margin: 0 0 40px;
  }
  .section--detail.page--entry .block--logo .svg-txt {
    font-size: 7vw;
  }
  .section--detail.page--entry .block--logo .lead {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .section--detail.page--entry .block--contents {
    width: 88%;
    margin: 0 auto 20vw;
  }
  .section--detail.page--entry .block--contents .list--contents li {
    width: 100%;
    margin: 0 0 25px;
    padding: 15px;
  }
  .section--detail.page--entry .block--contents .list--contents li .tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .section--detail.page--entry .block--contents .list--contents li .txt {
    font-size: 14px;
    padding-top: 0;
  }
  .section--detail.page--entry .block--contents .list--contents li figure {
    width: 70%;
    margin: 20px auto 0;
  }
  .section--detail.page--entry .block--device, .section--detail.page--entry .block--entry, .section--detail.page--entry .block--btn {
    width: 88%;
  }
  .section--detail.page--entry .btn--main {
    min-width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--detail.page--entry .btn--main {
    min-width: 70%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--stream .txt--lead {
    font-size: 16px;
  }
  .page--stream .dl-list li {
    margin-bottom: 20px;
  }
  .page--stream .txt {
    padding-top: 0;
  }
  .page--stream .tit {
    margin-bottom: 10px;
  }
  .page--stream .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--stream .block--carousel {
    overflow: hidden;
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(47, 42, 42, 0.5);
  }
  .page--stream .block--carousel .method-list {
    margin-bottom: 90px;
  }
  .page--stream .block--carousel .swiper-container {
    position: relative;
    margin-bottom: 0;
  }
  .page--stream .block--carousel .swiper-container ul li img {
    margin-bottom: 0.5em;
  }
  .page--stream .block--carousel .swiper-container i {
    display: none;
  }
  .page--stream .block--carousel .swiper-button-prev {
    left: 3px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page--stream .block--carousel .swiper-button-prev::after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #F5F3EF;
  }
  .page--stream .block--carousel .swiper-button-next {
    right: 3px;
    -webkit-transform: translateY(-52%);
            transform: translateY(-52%);
  }
  .page--stream .block--carousel .swiper-button-next::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #F5F3EF;
  }
  .page--stream .block--carousel .swiper-pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: center;
    bottom: -2.2em;
    z-index: 1;
    width: 100%;
  }
  .page--stream .block--carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.4em !important;
  }
  .page--stream .block--carousel .swiper-pagination-bullet-active {
    background: white;
  }
  .page--stream .block--carousel .fa-chevron-right:before {
    content: none;
  }
  .page--stream .block--adjust .adjust-list li {
    margin-bottom: 70px;
  }
  .page--stream .block--adjust .adjust-list li img {
    margin-bottom: 8px;
  }
  .page--stream .block--adjust .adjust-list li .tit {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .page--stream .block--adjust .adjust-list li .txt {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .page--stream .list--txt li {
    margin-bottom: 12px;
  }
  .page--first_login .section-tit {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.5em;
  }
  .page--first_login .section-tit .item--attention {
    font-size: 16px;
    line-height: 1.4;
  }
  .page--first_login .tit {
    font-size: 18px;
  }
  .page--first_login .txt {
    padding: 0;
    line-height: 1.7;
  }
  .page--first_login .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--first_login .block--attention {
    margin: 15px 0;
    padding: 20px;
    font-size: 14px;
  }
  .page--first_login .block--attention .tit {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .page--first_login .block--step .list--step > li .list-tit {
    text-indent: -4.5em;
    padding-left: 4.5em;
  }
  .page--first_login .step ul li {
    padding: 0;
    margin-bottom: 20px;
  }
  .page--first_login .step ul li::after {
    top: auto;
    right: auto;
    bottom: -28px;
    left: 48%;
    -webkit-transform: rotate(135deg) translateX(-50%);
            transform: rotate(135deg) translateX(-50%);
  }
  .page--first_login .step ul li:nth-child(3) a .step--icon, .page--first_login .step ul li:nth-child(4) a .step--icon {
    top: 0;
  }
  .page--first_login .step ul li > span {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
  }
  .page--first_login .step ul li p {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
  }
  .page--first_login .step ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page--first_login .step ul li .step--icon {
    width: 20px;
    max-width: 58px;
    position: relative;
    top: 2px;
  }
  .page--first_login .login .tit {
    font-size: 16px;
  }
  .page--first_login .list--txt__q {
    margin-top: 20px;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .wrap {
    padding-top: 140px;
  }
  .btn--sub {
    padding: 0;
  }
  .block--pager {
    font-size: 15px;
  }
  .block--pager li {
    margin: 0 5px;
  }
  .block--pager .pager__item--other {
    width: auto;
  }
  .block--pager .tit {
    line-height: 1.5;
  }
  .page--info .section--list {
    padding: 0 6%;
  }
  .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--disco .list--disco {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--disco .list--disco li {
    width: 32%;
    margin-right: 2%;
  }
  .page--disco .list--disco li:nth-child(3n) {
    margin-right: 0;
  }
  .page--disco .list--disco li .thumb {
    margin-bottom: 6px;
  }
}/*# sourceMappingURL=fanclub-service.css.map */