@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html, body {
  height: 100%;
}

body {
  background: #f7f9f9;
  color: #000000;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ 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: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ 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: #000000;
  color: #f7f9f9;
}

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

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

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

.svg-symbol {
  display: none;
}

.block--languages {
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.block--languages #langBer {
  position: relative;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  padding: 6px 10px;
  width: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block--languages #langBer .langIcon {
  display: block;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 961px) {
  .block--languages #langBer .langIcon {
    height: 15px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .block--languages #langBer .langIcon {
    position: relative;
    top: -2px;
  }
}
.block--languages #langBer > span {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 11px;
  color: #000000;
}
.block--languages .nav--dropdown {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: absolute;
  top: 36px;
  left: 50%;
  width: 154%;
  border-radius: 10px;
  overflow: hidden;
  background: #f7f9f9;
  -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.3);
  z-index: 11;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.block--languages .nav--dropdown .list--languages li {
  text-align: right;
  margin-bottom: 0;
}
.block--languages .nav--dropdown .list--languages li a {
  font-size: 11px;
  padding: 8px 8px 8px 24px;
  display: block;
  position: relative;
  color: #000000;
}
@media screen and (min-width: 961px) {
  .block--languages .nav--dropdown .list--languages li a:hover {
    opacity: 0.4;
  }
}
.block--languages .nav--dropdown .list--languages li.current {
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.block--languages .nav--dropdown .list--languages li.current a::after {
  content: "";
  position: absolute;
  display: block;
  top: 11px;
  left: 8px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.block--languages.visible .nav--dropdown {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 961px) {
  .block--languages {
    margin-left: 22px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--languages {
    position: absolute;
    top: 38px;
    right: 21vw;
    z-index: 99;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .block--languages {
    right: 13vw;
  }
}

.red {
  color: #d73838;
}

.subTxt {
  font-size: 0.8em;
}

/* app-bnr */
#app-bnr {
  display: none;
  position: relative;
  z-index: 5;
  font-weight: 300;
  -webkit-transition: none;
  transition: none;
}
#app-bnr a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4em;
  background: #000000;
  padding: 10px 7% 10px 30px;
  font-size: 13px;
  color: #f7f9f9;
  letter-spacing: 0;
  -webkit-transition: none;
  transition: none;
}
#app-bnr a:before {
  content: "\f105";
  color: #f7f9f9;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 3%;
}
#app-bnr a .icon {
  width: 60px;
  float: left;
  line-height: 0;
  margin: 0 4% 0 0;
}
#app-bnr a .icon img {
  background: url(/static/backnumber/fanclub_CrehXerf1f/common/icon_bnr_appli.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
#app-bnr .txt {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
#app-bnr .txt span {
  display: block;
  margin-bottom: 2px;
  color: #f7f9f9;
  font-size: 14px;
  font-weight: bold;
}
#app-bnr .close {
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#app-bnr .close::before, #app-bnr .close::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #f7f9f9;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -2px;
}
#app-bnr .close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#app-bnr .close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#app-bnr * {
  -webkit-transition: none;
  transition: none;
}

.bnr-on .block--languages {
  top: 12.5vh;
}
.bnr-on .drawer__btn {
  top: 12vh;
}

.link--fc {
  position: fixed;
  bottom: 36px;
  right: 3%;
  z-index: 100;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right bottom, from(#29978a), to(#6fe3a3));
  background: linear-gradient(to bottom right, #29978a, #6fe3a3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .link--fc {
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .link--fc {
    width: 15vw;
    height: 15vw;
  }
}
.link--fc a {
  width: 100%;
}
.link--fc .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 34px;
  padding: 0 19px;
  cursor: pointer;
}
.link--fc .inner .logo--fc {
  font-size: 15px;
  color: #f7f9f9;
  margin-bottom: 25px;
  font-family: "gotham", sans-serif;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .link--fc .inner .logo--fc {
    font-size: 12px;
  }
}
.link--fc .inner .arrow_bottom {
  position: relative;
}
.link--fc .inner .arrow_bottom::before, .link--fc .inner .arrow_bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 1px;
  height: 12px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: 50% calc(100% - 1px);
          transform-origin: 50% calc(100% - 1px);
}
.link--fc .inner .arrow_bottom::before {
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}
.link--fc .inner .arrow_bottom::after {
  -webkit-transform: rotate(-54deg);
          transform: rotate(-54deg);
}
.link--fc .inner .svg_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  overflow: visible;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 65%;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  fill: #f7f9f9;
  font-size: 14px;
  letter-spacing: 0.12em;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.link--fc .inner .svg_txt path {
  fill: transparent;
}
.link--fc:hover {
  background: -webkit-gradient(linear, right bottom, left top, from(#6fe3a3), to(#29978a));
  background: linear-gradient(to top left, #6fe3a3, #29978a);
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
}

.block--popup {
  display: none;
}

.fc--on .link--fc {
  opacity: 0;
  pointer-events: none;
}

body:not(.page--home) .link--fc {
  display: none;
}
body:not(.page--home) #app-bnr {
  display: none !important;
}

.nav--sns li {
  position: relative;
}
.nav--sns li a {
  padding: 5px 0;
  position: relative;
}
.nav--sns li i {
  font-size: 20px;
}
.nav--sns li.iyori a::before {
  content: "i";
  display: block;
  font-size: 13px;
  position: absolute;
  right: -8px;
  bottom: 3px;
  color: inherit;
}
.nav--sns li.kazuya a::before {
  content: "k";
  display: block;
  font-size: 13px;
  position: absolute;
  right: -8px;
  bottom: 3px;
  color: inherit;
}
.nav--sns li.staff a::before {
  content: "s";
  display: block;
  font-size: 13px;
  position: absolute;
  right: -8px;
  bottom: 3px;
  color: inherit;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .nav--sns li i {
    font-size: 30px;
  }
}

.block--pager {
  text-align: left;
  letter-spacing: -0.5em;
  margin: 70px 0 auto;
  padding: 0;
  height: 60px;
  position: relative;
}
.block--pager li {
  display: inline-block;
  font-family: "gotham", sans-serif;
  padding: 0.6em 0;
  margin: 0 15px;
  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 {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.block--pager .arrow svg {
  width: 20px;
  height: 10px;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #ffffff;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 20px;
}
.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 .span, .block--pager .pager__item--newer a .arrow, .block--pager .pager__item--newer span .span, .block--pager .pager__item--newer span .arrow {
  opacity: 1;
}
.block--pager .pager__item--newer .arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 5px;
}
.block--pager .pager__item--newer span {
  opacity: 0.4;
  line-height: 15px;
}
.block--pager .pager__item--newer span .arrow {
  opacity: 0.4;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 20px;
}
.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;
  margin-left: 5px;
}
.block--pager .pager__item--older span {
  opacity: 0.4;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  width: 70px;
  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;
  padding: 0.6em 0;
  line-height: 0.5;
  vertical-align: middle;
  letter-spacing: normal;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

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

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

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

.block--player {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 20px 0;
  position: relative;
  background: #000;
}
@media screen and (min-width: 961px) {
  .block--player {
    width: 70%;
    margin: 20px auto;
  }
}
.block--player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.section--list, .section--detail {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
  transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
}

.page--home .block--attention {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(20px);
  overflow-y: scroll;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .block--attention {
    padding-bottom: 20vw;
  }
}
@media screen and (min-width: 961px) {
  .page--home .block--attention {
    padding-bottom: 10vw;
  }
}
.page--home .block--attention .close {
  position: absolute;
  top: -52px;
  right: -5px;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.page--home .block--attention .close::before, .page--home .block--attention .close::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #f7f9f9;
  position: absolute;
  top: 21px;
  left: 0px;
}
.page--home .block--attention .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page--home .block--attention .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page--home .block--attention .inner {
  position: relative;
  margin-top: 14vh;
  width: 50%;
  background: #f7f9f9;
  padding: 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .block--attention .inner {
    width: 90%;
    padding: 20px;
  }
}
.page--home .block--attention .inner .tit {
  font-size: 24px;
  margin-bottom: 30px;
  color: #d73838;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .block--attention .inner .tit {
    font-size: 18px;
  }
}
.page--home .block--attention .inner .txt > p {
  font-size: 13px;
  margin-bottom: 15px;
}
.page--home .block--attention.open {
  opacity: 1;
  pointer-events: all;
}

.loaded .section--list, .loaded .section--detail {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .scrolling .block--languages {
    opacity: 0;
  }
}
.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);
}

.section--music .list--music {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section--music .list--music li a {
  display: block;
}

.section--movie_radio .list--contents .comment {
  font-size: 13px;
  margin-top: 1em;
  color: #f7f9f9;
}
.section--movie_radio .list--contents li a img {
  aspect-ratio: 1.38/1;
}
.section--movie_radio .date {
  font-size: 16px;
}
.section--movie_radio .tit {
  font-size: 18px;
}
.section--movie_radio .tit, .section--movie_radio .date {
  color: #f7f9f9;
}

@media screen and (min-width: 961px) {
  .section--qa .list--qa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 7%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section--qa .list--qa li {
  height: auto;
}
@media screen and (min-width: 961px) {
  .section--qa .list--qa li {
    width: 32%;
  }
  .section--qa .list--qa li:nth-child(4) {
    display: none;
  }
}
.section--qa .list--qa li a {
  position: relative;
  display: block;
  color: #f7f9f9;
  background: #222222;
  padding: 22px 22px 60px;
  height: 100%;
}
.section--qa .list--qa li a .tit-wrap .date {
  font-size: 16px;
}
.section--qa .list--qa li a .tit-wrap .question {
  font-size: 24px;
}
.section--qa .list--qa li a .txt {
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .section--qa .list--qa li a:hover {
    background: #f7f9f9;
    color: #000000;
  }
  .section--qa .list--qa li a:hover .qName {
    border: 1px solid #555555;
  }
}
.section--qa .list--qa .qName {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: #f7f9f9;
  color: #000000;
  min-width: 11em;
  text-align: center;
  display: block;
  font-size: 13px;
  border-radius: 40px;
  bottom: 20px;
  right: 20px;
}
.section--qa.no-swiper .list--qa {
  width: auto;
}

.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

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

.block--error {
  color: #555555;
  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 #000000;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #000000;
  border-radius: 0;
  background: #fff;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ 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: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ 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 #000000;
  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: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ 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: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ 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 #f7f9f9;
  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 #000000;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 2.3em;
  border-radius: 0;
  border: 1px solid #888;
  background: #ffffff;
  cursor: pointer;
  color: #000000;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ 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: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ 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: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ 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: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ 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 #000000;
  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: #f7f9f9;
}
.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: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ 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: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ 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: #000000;
  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: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ 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: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ 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 #000000;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #000000;
  -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: #555555;
  border-color: #555555;
}
.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: 1em 0 2em;
}

.form--confirm {
  border: 1px 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 gradation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .sub, .btn--main, .main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  border-radius: 999px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn--main, .main {
  background: #000000;
  color: #f7f9f9;
  border: 1px solid #000000;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px;
  margin: 1em 0;
  min-width: 90%;
}

.btn--sub, .sub {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
  margin: 1em 0;
  height: inherit !important;
  line-height: inherit;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub, .sub {
    min-width: 50%;
  }
}

input.btn--main {
  padding: 21px;
}

input.btn--sub {
  line-height: 70px;
}

.detail__btn {
  font-family: "gotham", sans-serif;
  letter-spacing: 0.02em;
  font-size: 18px;
  text-align: left;
  display: inline-block;
  margin-top: 60px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.detail__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail__btn .arrow {
  display: block;
  width: 20px;
  height: 15px;
  margin-right: 5px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.detail__btn .arrow svg {
  width: 100%;
  height: 100%;
}

.date, .category {
  font-size: 15px;
  font-family: "gotham", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.category {
  border: 1px solid;
  border-radius: 40px;
  padding: 0.3em 1em 0.4em;
  text-align: center;
  line-height: 1;
}

.tag {
  display: inline-block;
  font-size: 0.8em;
  border-radius: 999px;
  padding: 0.3em 1em 0.4em;
  text-align: center;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #555555;
  color: #000000;
  min-width: 7em;
}
.tag.all {
  color: #f7f9f9;
}
.tag.tag__1 {
  background: #82E4FF;
}
.tag.tag__2 {
  background: #ECFF73;
}
.tag.tag__3 {
  background: #F28787;
}
.tag.tag__4 {
  background: #98FFB9;
}
.tag.tag__5 {
  background: #95AFFF;
}
.tag.tag__6 {
  background: #FAC2F3;
}
.tag.tag__7 {
  background: #A9AAFF;
}

.date {
  font-family: "Noto Serif", serif;
  font-style: italic;
}

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

.no-data {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", 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: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", 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: 35px 7%;
  position: relative;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-align: left;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.list--information li a .date, .list--information li a .category {
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
}
.list--information li a .category {
  background: #000000;
  color: #f7f9f9;
}
.list--information li a .date {
  font-weight: bold;
  margin-right: 2em;
}
.list--information li a .tit {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s 0.6s ease;
  transition: all 0.3s 0.6s ease;
}
.list--information li:last-child a span.bottom {
  display: block;
}
.list--information li:first-child a {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.list--information li.delighter.started span.top, .list--information li.delighter.started span.bottom {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.list--information li.new .tit::after {
  content: "up";
  display: block;
  font-family: "gotham", sans-serif;
  color: #d73838;
  font-style: italic;
  min-width: 2em;
  text-align: right;
}
.list--information li.no-data {
  padding: 35px 7%;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.list--information.list--schedule li a {
  display: block;
}
.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 .date-wrap {
  margin-right: 20px;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 961px) {
  .list--information.list--schedule li a .date-wrap {
    width: 10em;
    min-width: 10em;
  }
}
.list--information.list--schedule li a .date-wrap .md {
  font-size: 21px;
  display: block;
  margin-right: 5px;
}
.list--information.list--schedule li a .date-wrap .week {
  font-size: 14px;
  margin-right: 3px;
}
.list--information.list--schedule li a .date-wrap .year {
  font-size: 14px;
  letter-spacing: 0.02em;
  display: block;
  width: 3em;
}
.list--information.list--schedule li a .category, .list--information.list--schedule li a .tag {
  margin-right: 20px;
}
.list--information.list--schedule li a .tag {
  width: 8em;
  min-width: 8em;
  margin-right: 30px;
}
.list--information.fc {
  border-color: rgba(247, 249, 249, 0.5);
}
.list--information.fc a {
  color: #f7f9f9;
  border-color: rgba(247, 249, 249, 0.5);
}
.list--information.fc .category {
  background-color: transparent;
}
.list--information.fc .category > span {
  background-color: #000000;
}
.list--information.fc li:first-child a {
  border-color: rgba(247, 249, 249, 0.5);
}
.list--information.fc li.new .tit::after {
  color: #ff4949;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--information.fc li.new .date::after {
    color: #ff4949;
  }
}

.list--contents {
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.list--contents li .category {
  width: 11em;
  font-size: 13px;
  padding: 0.5em;
  margin-top: 10px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--contents li .category {
    font-size: 13px;
  }
}
.list--contents li .comment {
  opacity: 0.8;
}
.list--contents li .category, .list--contents li .date {
  margin-bottom: 10px;
}
.list--contents li .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 10px;
  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);
  will-change: transform, filter;
}
.list--contents li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: cover;
  aspect-ratio: 16/9;
}
.list--contents li .thumb img.dummy {
  background-size: cover;
}
.list--contents li .tit {
  margin-bottom: 5px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.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.delighter.schedule {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.list--contents li.new .date::after {
  content: "up";
  display: inline-block;
  font-family: "gotham", sans-serif;
  color: #d73838;
  font-style: italic;
  font-size: 16px;
  text-align: right;
  margin-left: 8px;
}

.block--category {
  font-family: "gotham", 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: 13px;
  letter-spacing: 0.05em;
  border: 1px solid;
  border-radius: 999px;
  padding: 0.3em 1em;
  text-align: center;
}
.block--category li a span {
  display: inline;
  position: relative;
}
.block--category .current a {
  background: #000000;
  color: #f7f9f9;
  pointer-events: none;
}

.list--error li {
  color: #d73838;
  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: #000000;
  border: none;
  padding: 0 4.5%;
}

.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;
}
@media screen and (min-width: 961px) {
  .header .inner {
    padding: 0 4%;
  }
}

.drawer .logo--official a {
  display: block;
}
.drawer [class^=nav--] li {
  margin-bottom: 5px;
  line-height: 1;
  position: relative;
}
.drawer [class^=nav--] li a {
  padding: 5px 0;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.03em;
  font-family: "gotham", sans-serif;
  color: #000000;
  font-weight: 500;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .drawer [class^=nav--] li a {
    font-size: 3vw;
  }
}
.drawer [class^=nav--] li a .date {
  display: inline-block;
  position: relative;
  top: -2px;
  left: 16px;
  color: #555555;
  margin-bottom: 0;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .drawer [class^=nav--] li a .date {
    font-size: 13px;
    top: -4px;
    left: 20px;
  }
}
.drawer [class^=nav--] li a i {
  margin-left: 5px;
}
.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: #1C1C1C;
}
.drawer [class^=nav--] li .sub li a {
  color: #f7f9f9;
  display: block;
}
@media screen and (min-width: 961px) {
  .drawer .block--official {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.drawer .nav--menu__official {
  position: relative;
}
.drawer .nav--menu__official li a {
  overflow: hidden;
  display: block;
}
.drawer .drawer__btn--fc {
  vertical-align: top;
  cursor: pointer;
  color: #000000;
  position: relative;
  min-width: 7em;
}
.drawer .drawer__btn--fc p {
  padding: 5px 0;
  font-size: 15px;
  font-family: "gotham", sans-serif;
  letter-spacing: 0.02em;
  padding-right: 35px;
  font-weight: 500;
  margin-bottom: 0;
}
.drawer .drawer__btn--fc p .border {
  width: 30px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  display: block;
}
.drawer .drawer__btn--fc p .border > span {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  margin-right: auto;
  background: #000000;
  right: 0;
}
.drawer .drawer__btn--fc p .border > span:nth-child(2) {
  top: 4px;
}
.drawer .drawer__btn--fc p .border > span:nth-child(3) {
  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: #f7f9f9;
  font-family: "gotham", sans-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 .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: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .inner {
  display: none;
}
footer .block--copylight .block--link {
  display: none;
}
footer .block--copylight .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
}
@media screen and (min-width: 961px) {
  footer .block--copylight .box {
    padding: 40px 4%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  footer .block--copylight .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
footer .block--copylight .copyright {
  font-size: 11px;
}
footer .block--copylight .link {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  footer .block--copylight .link {
    gap: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  footer .block--copylight .link > p {
    min-width: 330px;
  }
}
footer .block--copylight .link > p a {
  font-size: 13px;
  text-align: center;
  display: block;
  padding: 0.8em 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 999px;
}
@media screen and (min-width: 961px) {
  footer .block--copylight .link > p a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  footer .block--copylight .link > p a {
    padding: 2em 1.5em;
  }
}
footer .block--copylight .top__btn {
  position: absolute;
  bottom: 40px;
  right: 4%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  footer .block--copylight .top__btn {
    bottom: 30px;
  }
}
footer .block--copylight .top__btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "gotham", sans-serif;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 12px 0;
}
footer .block--copylight .top__btn .btn .arrow {
  width: 20px;
  height: 10px;
  position: relative;
  top: 3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .block--copylight .top__btn .btn .arrow svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 961px) {
  footer .block--copylight .top__btn .btn:hover .arrow {
    top: 0;
  }
}
footer .copyright {
  font-family: "gotham", sans-serif;
  opacity: 0.6;
}

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

.content-main {
  position: relative;
  z-index: 10;
}

.section-tit {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: "gotham", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0em;
  line-height: 1;
  text-align: left;
  margin: 0 0 30px;
  position: relative;
  pointer-events: none;
}
.section-tit > span {
  display: block;
  margin-top: -50px;
}

.tit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4%;
  margin-bottom: 40px;
}
.tit-wrap .section-tit {
  margin-bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .tit-wrap {
    padding: 0 5%;
  }
}

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

.list__more {
  font-family: "gotham", sans-serif;
  letter-spacing: 0.02em;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  z-index: 2;
}
.list__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list__more .arrow {
  display: block;
  width: 20px;
  height: 19px;
  margin-left: 6px;
}
.list__more .arrow svg {
  width: 100%;
  height: 100%;
}

.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: none;
  text-align: 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: #000000;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 11px;
  margin-right: 15px;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  position: relative;
  top: -3px;
}

body:not(.page--home) .section-tit {
  margin-bottom: 40px;
}
body:not(.page--home) .no-data {
  opacity: 1;
}
body:not(.page--home) .loading {
  display: none;
}

.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 .section--top {
  position: relative;
}
.page--home .section--top::before {
  content: "";
  display: block;
  width: 100%;
  height: 10vw;
  position: absolute;
  background: #f7f9f9;
  position: absolute;
  bottom: -7vw;
  z-index: 2;
}
.page--home .section--top .block--keyvisual {
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 108px);
  position: relative;
}
.page--home .section--top .block--keyvisual::before {
  content: "";
  width: 108vw;
  height: 22vw;
  bottom: -2vw;
  right: -39vw;
  display: block;
  background: url(/static/backnumber/fanclub_CrehXerf1f/papertorn/papertorn_bottom1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  -webkit-filter: drop-shadow(5px 5px 10px rgba(47, 51, 72, 0.4));
          filter: drop-shadow(5px 5px 10px rgba(47, 51, 72, 0.4));
}
.page--home .section--top .block--keyvisual::after {
  content: "";
  width: 108vw;
  height: 22vw;
  top: -11vw;
  right: -30vw;
  display: block;
  background: url(/static/backnumber/fanclub_CrehXerf1f/papertorn/papertorn_top.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-filter: drop-shadow(5px 5px 10px rgba(47, 51, 72, 0.4));
          filter: drop-shadow(5px 5px 10px rgba(47, 51, 72, 0.4));
}
.page--home .section--top .block--keyvisual .list--keyvisual {
  max-height: inherit;
  height: 100vh;
  height: 100svh;
  width: 100%;
  position: relative;
}
.page--home .section--top .block--keyvisual .list--keyvisual::before {
  content: "";
  width: 155vw;
  height: 32vw;
  bottom: -3vw;
  left: -30vw;
  display: block;
  background: url(/static/backnumber/fanclub_CrehXerf1f/papertorn/papertorn_bottom2.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 9;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  -webkit-filter: drop-shadow(-5px -5px 10px rgba(47, 51, 72, 0.2));
          filter: drop-shadow(-5px -5px 10px rgba(47, 51, 72, 0.2));
}
.page--home .section--top .block--keyvisual .list--keyvisual::after {
  content: "";
  width: 131vw;
  height: 32vw;
  top: auto;
  bottom: 15vw;
  left: -78vw;
  display: block;
  background: url(/static/backnumber/fanclub_CrehXerf1f/papertorn/papertorn_inner.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 8;
  -webkit-transform: rotate(19deg);
          transform: rotate(19deg);
  -webkit-filter: drop-shadow(5px 5px 5px rgba(47, 51, 72, 0.5));
          filter: drop-shadow(5px 5px 5px rgba(47, 51, 72, 0.5));
  mix-blend-mode: screen;
}
.page--home .section--top .block--keyvisual .list--keyvisual img {
  height: 100%;
  max-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .page--home .section--top .block--keyvisual .list--keyvisual img {
    height: 85vh;
  }
}
.page--home .section--top .logo--kv {
  width: 45vw;
  height: 20vw;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
}
.page--home .section--top .logo--kv svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 961px) {
  .page--home .section--top .logo--kv {
    min-width: 620px;
    min-height: 240px;
  }
}
.page--home .section--banner {
  position: relative;
  z-index: 3;
}
.page--home .section--banner .swiper-container {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.page--home .section--banner .list--bnr li a {
  display: block;
  line-height: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  border: 1px solid #000000;
}
.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;
}
@media screen and (min-width: 961px) {
  .page--home .section--banner.fc {
    padding: 0 12%;
  }
  .page--home .section--banner.fc .list--bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page--home .section--banner.fc .list--bnr li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .page--home .section--banner.fc .list--bnr li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--banner.fc {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 80px;
  }
  .page--home .section--banner.fc .list--bnr li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.page--home .section--banner.fc .list--bnr {
  margin-bottom: 0;
}
.page--home .section--info {
  z-index: 2;
}
.page--home .section--disco .section--inner .block--jacket {
  -webkit-transition: opacity 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
  transition: opacity 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
  transition: opacity 0.4s 0.6s, transform 0.4s 0.6s;
  transition: opacity 0.4s 0.6s, transform 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
}
.page--home .section--disco .section--inner .block--jacket .jacket {
  line-height: 1;
}
.page--home .section--disco .section--inner .block--jacket .jacket img {
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--home .section--disco .section--inner .block--jacket.delighter.started {
  opacity: 1;
}
.page--home .section--video .list--video li a .tit {
  display: block;
  color: #000000;
  z-index: 11;
}
.page--home .section--video .list--video li a .thumb {
  position: relative;
}
.page--home .section--video .list--video li a .thumb img {
  aspect-ratio: 16/9;
}
.page--home .section--video .list--video li a .thumb .icon--play {
  display: block;
  position: absolute;
  width: 110px;
  height: 110px;
  background: #f7f9f9;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--video .list--video li a .thumb .icon--play {
    width: 20vw;
    height: 20vw;
  }
}
.page--home .section--video .list--video li a .thumb .icon--play::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 20px solid #000000;
  border-right: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--video .list--video li a .thumb .icon--play::after {
    left: 53%;
  }
}
.page--home .section--video.no-swiper li {
  width: 28%;
}
.page--home .section--video.no-swiper .swiper-button-prev,
.page--home .section--video.no-swiper .swiper-button-next {
  display: none;
}
.page--home .section--video.delighter.started .tit-wrap {
  opacity: 1;
}
.page--home .section--info.fc .list--information {
  margin-left: unset;
}
.page--home .section--radio .block--thumb {
  margin-left: auto;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.page--home .section--radio .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.page--home .section--radio .thumb .icon--new {
  position: absolute;
  bottom: -1vw;
  left: -1vw;
  z-index: 10;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.page--home .section--radio .thumb .icon--new svg {
  width: 15vw;
}
.page--home .section--radio .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--home .section--radio .thumb .blur img {
  -webkit-filter: blur(80px);
          filter: blur(80px);
  background-size: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.page--home .section--radio .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
  aspect-ratio: 16/9;
}
.page--home .section--radio .thumb img.dummy {
  background-size: cover;
}
.page--home .section--contents .list--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--home .section--contents .list--contents li {
  width: 49%;
  margin-right: 2%;
  position: relative;
}
.page--home .section--contents .list--contents li > div > a {
  background: #f7f9f9;
  display: block;
  padding: 85px;
  height: 20vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page--home .section--contents .list--contents li:nth-child(2n) {
  margin-right: 0;
}
.page--home .area--official {
  position: relative;
  z-index: 2;
  background: #f7f9f9;
}
.page--home .area--fc {
  padding-top: 20vw;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  background: #555555;
}
.page--home .area--fc::before {
  content: "";
  width: 109vw;
  height: 32vw;
  bottom: 0;
  left: 0;
  display: block;
  background: url(/static/backnumber/fanclub_CrehXerf1f/papertorn/papertorn_bottom2.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -13vw;
  left: -6vw;
  z-index: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-filter: drop-shadow(-5px -5px 10px rgba(47, 51, 72, 0.2));
          filter: drop-shadow(-5px -5px 10px rgba(47, 51, 72, 0.2));
}
.page--home .area--fc::after {
  content: "";
  width: 109vw;
  height: 32vw;
  bottom: 0;
  left: 0;
  display: block;
  background: url(/static/backnumber/fanclub_CrehXerf1f/papertorn/papertorn_bottom1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -13vw;
  left: -26vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 1;
  -webkit-filter: drop-shadow(-5px -5px 10px rgba(47, 51, 72, 0.2));
          filter: drop-shadow(-5px -5px 10px rgba(47, 51, 72, 0.2));
}
.page--home .area--fc .no-data {
  color: #f7f9f9;
}
.page--home .area--fc .section-tit {
  color: #f7f9f9;
}
.page--home .area--fc .category {
  color: #f7f9f9;
  border-color: #f7f9f9;
}
.page--home .area--fc .list__more a {
  color: #f7f9f9;
}
.page--home .area--fc .list__more a .arrow {
  color: #f7f9f9;
}
.page--home .area--fc .block--login {
  width: 40%;
  margin: 0 auto 100px;
}
.page--home .area--fc .block--login .logo--fc {
  width: 28vw;
  margin: 0 auto 40px;
}
.page--home .area--fc .block--login .logo--fc .txt {
  font-size: 20px;
  font-family: "gotham", sans-serif;
  display: block;
}
.page--home .area--fc .block--login .nav--login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
.page--home .area--fc .block--login .nav--login li {
  margin-bottom: 10px;
}
@media screen and (min-width: 961px) {
  .page--home .area--fc .block--login .nav--login li {
    min-width: 240px;
  }
}
.page--home .area--fc .block--login .nav--login li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-family: "gotham", sans-serif;
  background: #f7f9f9;
  border-radius: 999px;
  padding: 1em;
}
@media screen and (min-width: 961px) {
  .page--home .area--fc .block--login .nav--login li a:hover {
    background: #000000;
    color: #f7f9f9;
  }
  .page--home .area--fc .block--login .nav--login li a:hover .icon {
    color: #f7f9f9;
  }
}
.page--home .area--fc .block--login .nav--login li a .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  color: #000000;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.page--home .area--fc .block--login .nav--login li a .icon svg {
  width: 100%;
  height: 100%;
}
.page--home .area--fc .block--login .nav--login li.login a .icon {
  width: 16px;
  position: relative;
  top: -1px;
}
.page--home .area--fc .block--login .nav--login li.mypage {
  margin-bottom: 0;
}
.page--home .area--fc .block--login .nav--login li.mypage a {
  font-size: 16px;
}
.page--home .area--fc .block--login .nav--login li.mypage .mypage-btn {
  font-size: 54px;
}
.page--home .wrap {
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.page--home .list__more a {
  color: #000000;
}
.page--home footer {
  position: relative;
  color: #f7f9f9;
  background: #555555;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer {
    background: #000000;
  }
}
.page--home footer .inner {
  position: relative;
  display: block;
}
.page--home footer .footer--fc {
  padding: 0 7%;
}
@media screen and (min-width: 961px) {
  .page--home footer .footer--fc {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .footer--fc {
    padding: 0;
  }
}
.page--home footer .footer--fc .footer--fc__inner {
  background: #222222;
  padding: 70px 5%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .footer--fc .footer--fc__inner {
    background: #4d4d4d;
    padding: 70px 5% 10px;
  }
}
.page--home footer .footer--fc .footer--fc__inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(247, 249, 249, 0.5);
  padding-bottom: 45px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .footer--fc .footer--fc__inner .box {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .page--home footer .footer--fc .footer--fc__inner .box .block--logo {
    margin-right: 10vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .footer--fc .footer--fc__inner .box .block--logo {
    width: 60vw;
    margin: 0 auto 30px;
  }
}
.page--home footer .footer--fc .footer--fc__inner .box .block--logo img {
  pointer-events: none;
}
.page--home footer .footer--fc .footer--fc__inner .box .block--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .page--home footer .footer--fc .footer--fc__inner .box .block--menu {
    width: 30vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .footer--fc .footer--fc__inner .box .block--menu {
    padding-top: 30px;
    border-top: 1px solid rgba(247, 249, 249, 0.5);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page--home footer .footer--fc .footer--fc__inner .box .block--menu li {
  width: 49%;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .footer--fc .footer--fc__inner .box .block--menu li {
    width: 50%;
  }
}
.page--home footer .footer--fc .footer--fc__inner .box .block--menu li a {
  font-size: 20px;
  font-family: "gotham", sans-serif;
}
@media screen and (min-width: 961px) {
  .page--home footer .footer--fc .footer--fc__inner .box .block--menu li a:hover {
    opacity: 0.5;
  }
}
.page--home footer .footer--fc .footer--fc__inner .box .block--menu li.new::after {
  content: "up";
  display: inline-block;
  font-family: "gotham", sans-serif;
  color: #d73838;
  font-style: italic;
  font-size: 16px;
  min-width: 2em;
  text-align: right;
  margin-left: 8px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .footer--fc .footer--fc__inner .box .block--menu li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 961px) {
  .page--home footer .footer--fc .footer--fc__inner .block--support .nav--support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2em;
  }
}
.page--home footer .footer--official {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page--home footer .footer--official::before {
  content: "";
  display: block;
  width: 120%;
  height: 23vw;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  position: absolute;
  left: -20vw;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .footer--official::before {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    position: absolute;
    left: -20vw;
    bottom: -41px;
  }
}
.page--home footer .footer--official .ph-footer {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .footer--official .ph-footer {
    width: 140%;
    height: 140%;
    position: relative;
    left: -25%;
    margin-bottom: 30px;
  }
}
.page--home footer .footer--official .ph-footer img {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.page--home footer .block--copylight {
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 961px) {
  .page--home footer .block--copylight {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    padding: 0 4%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .block--copylight {
    padding: 0 5% 80px;
  }
}
@media screen and (min-width: 961px) {
  .page--home footer .block--copylight .box {
    padding: 0;
  }
}
.page--home footer .block--copylight .block--link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .block--copylight .block--link {
    display: block;
  }
}
.page--home footer .block--copylight .block--link .nav--sns li i {
  font-size: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .block--copylight .block--link .nav--sns li i {
    font-size: 30px;
  }
}
.page--home footer .block--copylight .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--home footer .nav--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .nav--sns {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page--home footer .nav--sns li.nav__item--mailmag {
  margin-left: 2em;
  position: relative;
}
.page--home footer .nav--sns li.nav__item--mailmag::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  background: rgba(247, 249, 249, 0.5);
  left: -2em;
}
.page--home footer .list--bnr_footer {
  width: 34vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .list--bnr_footer {
    width: 80%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5em;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page--home footer .list--bnr_footer li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.page--home footer .list--bnr_footer li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(85, 85, 85, 0.5);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  mix-blend-mode: difference;
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (min-width: 961px) {
  .page--home footer .list--bnr_footer li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.page--home footer .block--support > p {
  font-size: 54px;
  font-family: "Noto Serif", serif;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 40px;
}
.page--home footer .block--support .list--support {
  text-align: left;
}
.page--home footer .block--support .list--support li {
  margin: 0;
  display: block;
}
.page--home footer .block--support .list--support li a {
  font-size: 13px;
  display: inline-block;
}
.page--home footer .block--copylight .link > p a {
  border-color: rgba(247, 249, 249, 0.5);
}
.page--home footer .copyright {
  font-size: 10px;
  opacity: 0.5;
  color: #f7f9f9;
  font-family: "gotham", sans-serif;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .copyright {
    margin-right: auto;
  }
}
.page--home footer .top__btn {
  bottom: 15px;
}

body.page--member {
  background: #555555;
  color: #f7f9f9;
}
body.page--member .section-tit {
  color: #f7f9f9;
}
body.page--member .section-tit::before {
  background: #f7f9f9;
}
body.page--member .list--information li.new .tit::after {
  color: #ff4949;
}
body.page--member .drawer__fc .inner .block--login .nav--login li a {
  color: #000000;
}
@media screen and (min-width: 961px) {
  body.page--member .drawer__fc .inner .block--login .nav--login li a:hover {
    color: #f7f9f9;
    background: #555555;
  }
}
body.page--member .drawer .nav--login li.drawer__btn--fc {
  color: #000000;
}
body.page--member .section--inner {
  background: #f7f9f9;
  color: #000000;
}
body.page--member .block--category li.current a {
  background: #f7f9f9;
  color: #000000;
  border: 1px solid #f7f9f9;
}
@media screen and (min-width: 961px) {
  body.page--member .block--category li a:hover {
    background: #f7f9f9;
    color: #000000;
    border-color: #f7f9f9;
  }
}
body.page--member .block--pager {
  position: relative;
  z-index: 3;
}
body.page--member .block--pager .pager__item--newer,
body.page--member .block--pager .pager__item--older {
  background: transparent;
}
body.page--member .block--pager .pager__item--newer a,
body.page--member .block--pager .pager__item--older a {
  color: #f7f9f9;
}
body.page--member .block--pager .pager__item--newer span,
body.page--member .block--pager .pager__item--older span {
  color: #f7f9f9;
}
body.page--member .block--pager .pager__item--other a {
  color: #f7f9f9;
}
body.page--member .block--pager .pager__item--current {
  color: rgba(247, 249, 249, 0.5);
}
body.page--member .list--information li.no-data {
  border-color: rgba(247, 249, 249, 0.5);
}
body.page--member .no-data {
  color: #f7f9f9;
}
body.page--member input[type=text], body.page--member input[type=tel], body.page--member input[type=email], body.page--member input[type=password], body.page--member input[type=number] {
  background: #ffffff;
}
body.page--member footer {
  background: #555555;
  color: #f7f9f9;
}
body.page--member .list--contents li .icon--new {
  color: #555555;
}
body.page--member.page--info .block--category li a, body.page--member .page--blog .block--category li a {
  border: 1px solid #f7f9f9;
  color: #f7f9f9;
}
@media screen and (min-width: 961px) {
  body.page--member.page--info .block--category li a:hover, body.page--member .page--blog .block--category li a:hover {
    background: #f7f9f9;
    color: #000000;
  }
}
body.page--member.page--info .block--category li.current a, body.page--member .page--blog .block--category li.current a {
  background: #f7f9f9;
  color: #000000;
}
body.page--member.page--info .detail__btn a, body.page--member .page--blog .detail__btn a {
  color: #000;
}
body.page--member.page--blog .wrap button,
body.page--member.page--blog .vjs-big-play-centered .vjs-big-play-button {
  background: transparent !important;
}
body.page--member.page--blog .section--detail .btn--main {
  background: #000000;
  border-color: #000000;
  color: #f7f9f9;
}
@media screen and (min-width: 961px) {
  body.page--member.page--blog .section--detail .btn--main:hover {
    background: #555555;
    border-color: #555555;
  }
}
body.page--member .btn--main {
  background: #f7f9f9;
  border-color: #f7f9f9;
  color: #555555;
}
@media screen and (min-width: 961px) {
  body.page--member .btn--main:hover {
    background: #555555;
    color: #f7f9f9;
  }
}
body.page--member .btn--sub {
  background: transparent;
  color: #f7f9f9;
  border: 1px solid #f7f9f9;
}
@media screen and (min-width: 961px) {
  body.page--member .btn--sub:hover {
    background: #f7f9f9;
    color: #000000 !important;
  }
}
body.page--member footer .block--copylight .link > p a {
  border-color: rgba(247, 249, 249, 0.5);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--member .list--information li.new .date::after {
    color: #ff4949;
  }
}
body.page--member .block--languages #langBer {
  border-color: rgba(247, 249, 249, 0.5);
}
body.page--member .block--languages #langBer .langIcon svg {
  fill: #f7f9f9;
}
body.page--member .block--languages #langBer .nav--dropdown .list--languages li a {
  color: #000000;
}
body.page--member .block--languages #langBer > span {
  color: #f7f9f9;
}

@media screen and (min-width: 961px) {
  .page--list .section--list {
    padding: 0 5% 80px;
  }
}
.page--list .list--information {
  width: 112%;
  left: -6%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--list .list--information {
    width: 111%;
    left: -5%;
  }
}

.page--info .list--information li {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.page--info.page--member .section--detail .category {
  color: #000000;
}
.page--info.page--member .section--detail .inner {
  background: #f7f9f9;
  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: #000000;
}
.page--info.page--member .section--detail .txt {
  letter-spacing: 0.05em;
}
.page--info.page--member .section--detail .block--share li {
  color: #000000;
}
.page--info.page--member .detail__btn a {
  color: #000000;
}
.page--info .section--detail {
  padding: 0;
  width: 850px;
  margin: 0 auto;
}
.page--info .section--detail .txt {
  font-size: 14px;
}
.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 .txt .ph {
  line-height: 0;
  margin: 2rem 0;
  position: relative;
}
.page--info .section--detail .txt .ph img {
  max-width: 100%;
}
.page--info .section--detail .tit {
  margin-bottom: 15px;
}
.page--info .section--detail .date, .page--info .section--detail .category {
  display: inline-block;
}
.page--info .section--detail .category {
  padding: 0.3em 1em 0.4em;
}
.page--info .section--detail .tag {
  margin-left: 0.2em;
}
.page--info .section--detail .date {
  margin-right: 10px;
}
.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: #000000;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail .date.second::before {
    top: 11px;
  }
}
.page--info .section--detail.new .tit::after {
  content: "up";
  display: inline-block;
  font-family: "gotham", sans-serif;
  color: #d73838;
  font-style: italic;
}

.page--video .section--detail .tit {
  margin-bottom: 40px;
}

.page--schedule .tit-wrap {
  padding: 0;
}
.page--schedule .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 1em;
  margin-bottom: 0.5em;
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #000000;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.8em;
  line-height: 1.5;
  border: none;
}
.page--schedule .badge-group {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .badge-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page--schedule .badge-group .category {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .badge-group .category {
    margin-bottom: 0;
  }
}
.page--schedule .badge-group .tag {
  font-size: 0.8em;
  border-radius: 999px;
  padding: 0.3em 1em 0.4em;
  text-align: center;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--schedule .header-calendar {
  position: relative;
}
.page--schedule .block--month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 3em;
}
.page--schedule .block--month .month {
  font-size: 3em;
  line-height: 1;
}
.page--schedule .block--month .year {
  font-size: 1.5em;
  line-height: 1;
}
.page--schedule .block--month .year::before {
  content: "/";
  display: inline-block;
  padding: 0 0.5em;
}
.page--schedule .month-pager {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page--schedule .month-pager li {
  width: 120px;
  height: 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .month-pager li {
    width: 50px;
    height: 20px;
  }
  .page--schedule .month-pager li.nextMonth a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.page--schedule .month-pager li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (min-width: 961px) {
  .page--schedule .month-pager li a:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.page--schedule .month-pager li .inactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
  pointer-events: none;
  padding: 10px 0;
}
.page--schedule .month-pager li .arrow {
  display: block;
  width: 20px;
  height: 19px;
  margin-left: 5px;
}
.page--schedule .month-pager li .arrow svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 961px) {
  .page--schedule .month-pager li.lastMonth a:hover {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.page--schedule .month-pager li.lastMonth .arrow {
  margin-left: 0;
  margin-right: 5px;
}
.page--schedule .month-pager li.lastMonth .arrow svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page--schedule .block--sort-category {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .page--schedule .block--sort-category form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page--schedule .list--sort {
  margin-bottom: 2em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .list--sort {
    margin-bottom: 1em;
  }
}
.page--schedule .list--sort.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page--schedule .list--sort.form__checkbox label p {
  padding: 0.2em 1em;
  margin: 0 0.5em 0.5em;
  background: transparent;
  border: 1px solid #ddd;
  color: #555555;
  font-size: 0.8em;
  opacity: 0.6;
  line-height: 1.5;
  min-width: 6em;
}
.page--schedule .list--sort.form__checkbox label p::before, .page--schedule .list--sort.form__checkbox label p::after {
  display: none;
}
.page--schedule .list--sort.form__checkbox :checked ~ p {
  background: #000000;
  color: #000000;
  opacity: 1;
}
.page--schedule .list--sort.form__checkbox :checked ~ p.all {
  color: #f7f9f9;
  margin-bottom: 0;
}
.page--schedule .list--sort.form__checkbox :checked ~ p.tag__1 {
  background: #82E4FF;
}
.page--schedule .list--sort.form__checkbox :checked ~ p.tag__2 {
  background: #ECFF73;
}
.page--schedule .list--sort.form__checkbox :checked ~ p.tag__3 {
  background: #F28787;
}
.page--schedule .list--sort.form__checkbox :checked ~ p.tag__4 {
  background: #98FFB9;
}
.page--schedule .list--sort.form__checkbox :checked ~ p.tag__5 {
  background: #95AFFF;
}
.page--schedule .list--sort.form__checkbox :checked ~ p.tag__6 {
  background: #FAC2F3;
}
.page--schedule .list--sort.form__checkbox :checked ~ p.tag__7 {
  background: #A9AAFF;
}
.page--schedule .list--sort.form__checkbox.list--tag {
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 2em;
}
.page--schedule .list--sort.form__checkbox.list--tag.form__checkbox label p {
  margin: 0 0.5em 1em;
}
.page--schedule .list--information li {
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
}
.page--schedule .list--information li a {
  border: none;
}
.page--schedule .list--information li:first-child a {
  border: none;
}
.page--schedule .list--information li.no-data {
  border: none !important;
  text-align: center;
}
.page--schedule .header-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--schedule .header-week div {
  width: calc(14.2857142857% - 1px);
  text-align: center;
  font-size: 13px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(85, 85, 85, 0.2);
}
.page--schedule .header-week div:nth-child(6) {
  color: #255fc4;
}
.page--schedule .header-week div:nth-child(7) {
  color: #d73838;
}
.page--schedule .section--detail .list--txt .date {
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: 0.025em;
}
.page--schedule .section--detail .list--txt .date .day {
  font-size: 1.5em;
}
.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(30px);
          filter: blur(30px);
  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: "gotham", sans-serif;
  font-size: 14px;
}
.page--disco .list--disco li .date {
  display: block;
  font-family: "Noto Serif", serif;
}
.page--disco .list--disco li .category {
  padding: 0.2em 1em;
  min-width: 8em;
  min-height: 2em;
  line-height: 1.5;
}
.page--disco .list--disco li.no-data {
  width: 100%;
  padding: 0;
}
.page--disco .list--jacket li {
  margin-bottom: 20px;
}
.page--disco .list--jacket li .ph {
  margin-bottom: 5px;
}
.page--disco .block--disc-detail .tit-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 40px;
  display: block;
  padding: 0 0 20px;
}
.page--disco .block--disc-detail .txt {
  font-size: 14px;
  letter-spacing: 0.02em;
}
.page--disco .block--disc-detail .category {
  letter-spacing: 0.05em;
  margin-right: 5px;
  font-size: 13px;
  padding: 0.5em 1em;
  margin-bottom: 10px;
}
.page--disco .block--disc-detail .category, .page--disco .block--disc-detail .date {
  display: inline-block;
}
.page--disco .block--disc-detail .block--comment {
  margin-bottom: 20px;
}
.page--disco .block--disc-detail .block--review {
  margin-bottom: 40px;
}
.page--disco .block--disc-detail .block--review .link {
  font-size: 15px;
  font-family: "gotham", sans-serif;
}
.page--disco .block--disc-detail .block--review .link i {
  margin-left: 3px;
}
.page--disco .block--disc-detail .block--track .title {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 15px;
  color: #000000;
  margin-bottom: 20px;
}
.page--disco .block--disc-detail .block--track > li {
  margin-bottom: 25px;
}
.page--disco .block--disc-detail .block--track > div {
  margin: 20px 0;
  font-size: 13px;
}
.page--disco .block--disc-detail .block--track .list--track > li {
  margin-bottom: 10px;
}
.page--disco .block--disc-detail .block--track .list--track > li > div {
  font-size: 13px;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--disco .block--disc-detail .block--track .list--track > li .num {
  font-family: "gotham", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 5px;
}
.page--disco .block--disc-detail .block--track .list--track > li a {
  font-size: 13px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .page--disco .block--disc-detail .block--track .list--track > li a:hover {
    opacity: 0.5;
  }
}
.page--disco .block--disc-detail .block--track .list--track > li .link {
  margin-left: 8px;
  line-height: 1;
}
.page--disco .block--disc-detail .block--track .list--track > li .link a {
  display: block;
}
.page--disco .block--disc-detail .block--track .list--track > li .tie-up {
  font-size: 11px;
}
.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--lyrics.page--member .section--list.comment .tit {
  font-size: 18px;
}
.page--lyrics.page--member .section--list.comment .list--information li {
  padding: 35px 30px;
  position: relative;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  background: rgba(28, 28, 28, 0.6);
  backdrop-filter: blur(20px);
  text-align: left;
  overflow: hidden;
}
.page--lyrics.page--member .section--list.comment .list--information li .name {
  font-size: 13px;
  opacity: 0.5;
  margin-bottom: 5px;
}
.page--lyrics.page--member .section--list .block--search form {
  margin-bottom: 40px;
}
.page--lyrics.page--member .section--list .block--search .block--pull-down {
  padding: 8px 10px;
  border: 1px solid #000000;
  background: #f7f9f9;
}
.page--lyrics.page--member .section--list .block--search .block--pull-down::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-bottom: #000000 solid 1px;
  border-left: #000000 solid 1px;
  z-index: 2;
}
.page--lyrics.page--member .section--list .block--search .block--pull-down select {
  line-height: 1.6;
  display: inline-block;
  width: 100%;
  background: #f7f9f9;
  border: none;
  padding-right: 1.5em;
  cursor: pointer;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.page--lyrics.page--member .section--list .searchForm {
  position: relative;
  display: inline-block;
  border: none;
  width: 470px;
  height: 45px;
}
.page--lyrics.page--member .section--list input[type=text] {
  background: #f7f9f9;
  padding-bottom: 0.5em;
  width: 100%;
  border: none;
  color: #000000;
  border: 1px solid;
}
.page--lyrics.page--member .section--list input[type=submit] {
  font-family: FontAwesome;
  background-color: transparent;
  color: #000000;
  font-size: 17px;
  padding: 9px;
  position: absolute;
  right: 0;
  top: 2px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.page--lyrics.page--member .section--list .block--category {
  margin: 0 auto 30px;
  text-align: left;
  position: relative;
}
.page--lyrics.page--member .section--list .block--category::before {
  content: "SORT：";
  font-family: "gotham", sans-serif;
  font-weight: 600;
  font-weight: bold;
  opacity: 0.5;
  font-size: 13px;
}
.page--lyrics.page--member .section--list .block--category li {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.page--lyrics.page--member .section--list .block--category li span {
  padding: 10px;
}
.page--lyrics.page--member .section--list .block--category li.current {
  color: rgba(0, 0, 0, 0.5);
}
.page--lyrics.page--member .list--information li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--lyrics.page--member .list--information li .thumb {
  width: 20vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--lyrics.page--member .list--information li .thumb {
    width: 30vw;
  }
}
.page--lyrics.page--member .list--information li .list__txt {
  margin-left: 20px;
  width: 100%;
}
.page--lyrics.page--member .list--information li .list__txt .date {
  width: auto;
  margin-bottom: 10px;
}
.page--lyrics.page--member .list--information li .tit {
  font-size: 16px;
  margin-bottom: 5px;
}
.page--lyrics.page--member .list--information li .comment {
  display: inline-block;
  margin-right: 4px;
  color: #000000;
}
.page--lyrics.page--member .list--information li .comment i {
  margin-right: 5px;
}
.page--lyrics.page--member .section--detail .block--category {
  text-align: center;
}
.page--lyrics.page--member .section--detail .section-tit {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: inherit;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--lyrics.page--member .section--detail .section-tit {
    margin-bottom: 30px;
  }
}
.page--lyrics.page--member .section--detail .credit {
  font-size: 12px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--lyrics.page--member .section--detail .credit {
    text-align: center;
  }
}
.page--lyrics.page--member .section--detail .txt {
  font-size: 14px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page--lyrics.page--member .section--detail .panes {
  margin-bottom: 50px;
}
.page--lyrics.page--member .section--detail .comment_view {
  text-align: center;
}
.page--lyrics.page--member .section--detail .comment_view a {
  display: block;
  font-size: 14px;
  padding: 20px;
}

.page--profile .block--ph .ph {
  margin: 0 0 20px;
}
.page--profile .bio--detail {
  text-align: center;
  margin-bottom: 40px;
}
.page--profile .bio--detail .txt {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.page--profile .bio--detail .txt > p {
  margin-bottom: 30px;
}

.page--special .section-tit {
  text-align: center;
}

.section--streaming {
  display: block;
}
@media screen and (min-width: 961px) {
  .section--streaming {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 35px;
    position: relative;
  }
}

.page--attention .section-tit {
  color: #d73838;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .page--attention {
    padding: 0;
    width: 850px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--attention .txt {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .page--archives.section--detail {
    padding: 0;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .page--archives .list--archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page--archives .list--archive li {
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .page--archives .list--archive li {
    width: 49%;
    margin-right: 2%;
  }
  .page--archives .list--archive li:nth-child(2n) {
    margin-right: 0;
  }
}
.page--archives .list--archive li a {
  display: block;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--archives .list--archive li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(85, 85, 85, 0.8);
    mix-blend-mode: multiply;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -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--archives .list--archive li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.page--playroom .section-tit {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .page--playroom {
    padding: 0;
    width: 600px;
    margin: 0 auto 80px;
  }
}
.page--playroom .list--contents li {
  margin-bottom: 40px;
}
.page--playroom .list--contents li a {
  display: block;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--playroom .list--contents li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(85, 85, 85, 0.8);
    mix-blend-mode: multiply;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -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--playroom .list--contents li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.page--special .tit-wrap {
  padding: 0;
}
.page--special .block-tit {
  margin: 0;
  font-size: 25px;
}
.page--special .list__more a {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 14px;
}
.page--special .block--contents {
  margin-bottom: 100px;
}

/* 旧blog
======================================= */
.page--blog.archive .tit-wrap {
  padding: 0;
}
.page--blog.archive .tit-wrap .section-tit {
  margin-bottom: 0;
}
.page--blog.archive .list__more {
  font-size: 16px;
}
.page--blog.archive .list--comment {
  margin-top: 4em;
}

.page--blog .block--category li.all {
  display: block;
  width: 4em;
}
.page--blog.page--list .link--blog {
  opacity: 0;
  -webkit-transform: translate(20px);
          transform: translate(20px);
  -webkit-transition: opacity 0.4s, transgorm 0.4s;
  transition: opacity 0.4s, transgorm 0.4s;
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
.page--blog.page--list .section--list {
  padding: 0 5% 80px;
}
.page--blog.page--list .list--information li a .date {
  margin-right: 2em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog.page--list .list--information li a .date {
    margin-right: 1em;
  }
}
.page--blog.page--list .list--information li a .category {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 12px;
  width: 10em;
  min-width: 10em;
  margin-right: 5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog.page--list .list--information li a .category {
    width: 9em;
  }
}
@media screen and (min-width: 961px) {
  .page--blog.page--list .list--information li a .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page--blog.page--list .list--information li a .box .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--blog.page--list .list--information li a .box .arrow svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.page--blog.page--list.page--blog__all .list--information li a .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page--blog.page--list.page--blog__all .btn {
  margin: 2em 0;
}
.page--blog.page--detail .section--detail p i {
  font-style: normal;
}
.page--blog.page--detail .section--detail .txt {
  padding: 0;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif !important;
}
.page--blog.page--detail .section--detail .txt .ph {
  margin: 1em 0;
}
.page--blog.page--detail .date {
  display: inline-block;
}
.page--blog.page--detail .writer {
  margin-left: 8px;
  font-style: normal;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog.page--detail .writer {
    margin-left: 0;
  }
}
.page--blog.page--detail .writer i {
  margin-right: 3px;
}
.page--blog.page--detail .date, .page--blog.page--detail .writer {
  margin-bottom: 40px;
}
.page--blog.page--detail .block--pager .pager__item--newer a,
.page--blog.page--detail .block--pager .pager__item--older a {
  color: #000000;
}
@media screen and (min-width: 961px) {
  .page--blog.page--detail .block--pager .pager__item--newer a:hover,
  .page--blog.page--detail .block--pager .pager__item--older a:hover {
    color: #000000;
  }
  .page--blog.page--detail .block--pager .pager__item--newer a:hover .arrow,
  .page--blog.page--detail .block--pager .pager__item--older a:hover .arrow {
    color: #000000;
  }
}
.page--blog.page--detail .block--pager .pager__item--newer span,
.page--blog.page--detail .block--pager .pager__item--older span {
  color: #000000;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog.page--detail .block--pager .pager__item--newer,
  .page--blog.page--detail .block--pager .pager__item--older {
    width: 45px;
  }
}
.page--blog.page--detail .block--pager .pager__item--other a {
  color: #000000;
}
@media screen and (min-width: 961px) {
  .page--blog.page--detail .block--pager .detail__btn:hover {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .page--blog.page--detail .block--pager .detail__btn a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
}
.page--blog.page--detail .block--pager .pager__item--current {
  color: rgba(0, 0, 0, 0.5);
}
.page--blog .block--form dt {
  font-size: 14px;
  opacity: 0.5;
  margin: 0;
}
.page--blog .block--form dd {
  font-size: 16px;
  margin-bottom: 10px;
}
.page--blog .comment--area .btn--sub {
  border-color: #000000;
  color: #000000;
}
@media screen and (min-width: 961px) {
  .page--blog .comment--area .btn--sub:hover {
    background-color: #000000;
    color: #f7f9f9 !important;
  }
}
.page--blog .icon--comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding-top: 20px;
}
.page--blog .comment-post {
  margin: 20px 0 40px;
}
.page--blog .list--comment li.no-data {
  color: #000000;
  text-align: center;
}
.page--blog .list--comment li {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 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;
  font-size: 12px;
}
.page--blog .list--comment li .text {
  font-size: 13px;
}
.page--blog .list--comment li .btn--delete {
  text-align: right;
  font-size: 12px;
}
.page--blog .list--comment li .btn--delete input {
  color: rgba(0, 0, 0, 0.6);
  -webkit-appearance: none;
  -moz-appearance: button;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 5em;
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 0.3em 0 0.2em;
  min-width: 8em;
  font-size: 10px;
}
.page--blog .list--comment li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.page--blog #next {
  text-align: center;
  display: block;
  padding: 1em 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--blog #next a {
  display: inline-block;
  border: 1px solid;
  background: #000000;
  color: #f7f9f9;
  padding: 0.5em 1em;
  border-radius: 40px;
}
@media screen and (min-width: 961px) {
  .page--blog #next a:hover {
    background: #f7f9f9;
    color: #000000;
  }
}

.loaded.page--blog.page--list .link--blog {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.page--notice #next {
  text-align: center;
  display: block;
  padding: 1em 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--notice #next a {
  display: inline-block;
  border: 1px solid;
  background: #000000;
  color: #f7f9f9;
  padding: 0.5em 1em 0.8em;
  border-radius: 40px;
}
@media screen and (min-width: 961px) {
  .page--notice #next a:hover {
    background: #f7f9f9;
    color: #000000;
  }
}

.page--bbs .section--header {
  margin-bottom: 40px;
}
.page--bbs .section-tit {
  margin-bottom: 30px !important;
}
.page--bbs .block-tit {
  font-size: 25px;
}
.page--bbs .block--lead {
  background: rgba(247, 249, 249, 0.2);
  border: 1px solid;
  padding: 25px;
}

.page--qa .block-tit {
  font-size: 25px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--qa .block-tit {
    font-size: 18px;
  }
}
.page--qa .block--attention {
  margin: 0 auto 40px;
  background: rgba(247, 249, 249, 0.2);
  border: 1px solid;
  padding: 25px;
}
@media screen and (min-width: 961px) {
  .page--qa .block--attention {
    width: 80%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--qa .block--attention {
    padding: 15px;
  }
}
.page--qa .block--oneroom {
  padding: 25px;
  background: #f7f9f9;
  color: #000000;
  margin: 40px auto 80px;
}
@media screen and (min-width: 961px) {
  .page--qa .block--oneroom {
    width: 80%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--qa .block--oneroom {
    padding: 15px;
  }
}
.page--qa .block--oneroom a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .page--qa .block--oneroom a:hover {
    text-decoration: none;
  }
}
.page--qa .list--qa li a .box {
  display: block;
}
.page--qa .list--qa li a .number {
  font-family: "gotham", sans-serif;
  font-size: 25px;
  margin-right: 5px;
  display: inline-block;
}
.page--qa .list--qa li a .date {
  margin: 0;
  display: inline-block;
}
.page--qa .list--qa li a .date, .page--qa .list--qa li a .number {
  margin-bottom: 10px;
}
.page--qa .list--qa li a .qName {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: #f7f9f9;
  color: #000000;
  min-width: 11em;
  text-align: center;
  display: block;
  font-size: 13px;
  border-radius: 40px;
  bottom: 20px;
  right: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--qa .list--qa li a {
    padding-bottom: 80px;
  }
}
.page--qa .section--detail .txt {
  margin-bottom: 30px;
  font-size: 14px;
}
.page--qa .section--detail .block--form {
  padding: 40px 30px;
  border: 1px solid rgba(247, 249, 249, 0.4);
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--qa .section--detail .block--form {
    padding: 20px;
  }
}
.page--qa .section--detail .block--form dt {
  font-size: 14px;
  opacity: 0.5;
  margin: 0;
}
.page--qa .section--detail .block--form dd {
  font-size: 16px;
  margin-bottom: 10px;
}
.page--qa .section--detail .block--form dd:last-child {
  margin-bottom: 0;
}
.page--qa .section--detail .block__question {
  padding: 20px 30px 50px;
  margin-bottom: 40px;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  border-radius: 1.5em;
  border-top-right-radius: 0;
}
.page--qa .section--detail .block__answer {
  position: relative;
  background: #f7f9f9;
  color: #000000;
  padding: 20px 30px;
  border-radius: 1.5em;
  border-top-left-radius: 0;
}
.page--qa .section--detail .block__answer .ico--a {
  color: #000000;
}
.page--qa .section--detail .ico--q, .page--qa .section--detail .ico--a {
  display: block;
  font-size: 40px;
  font-family: "gotham", sans-serif;
  line-height: 1;
  margin-bottom: 12px;
}
.page--qa .section--detail .qName {
  position: absolute;
  bottom: 30px;
  right: 20px;
  padding: 10px;
  background: #f7f9f9;
  color: #000000;
  min-width: 11em;
  text-align: center;
  border-radius: 40px;
  font-size: 12px;
}
.page--qa .section--detail .qName span {
  margin-right: 5px;
  font-family: "gotham", sans-serif;
}
.page--qa.page--edit .block--form {
  padding: 0;
}
.page--qa.page--edit .section--detail .block--form {
  border: none;
}

h2.pageTit {
  margin-bottom: 40px !important;
}

.section.magazine {
  padding: 0 10% 80px !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section.magazine {
    padding: 0 5% 80px !important;
  }
}

.page--goods .tit {
  margin-bottom: 1.2em;
}
.page--goods .block--goods {
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--goods .block--bnr {
    margin-bottom: 20px;
  }
}
.page--goods #mainClm ul:not(.block--category) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .page--goods #mainClm ul:not(.block--category) {
    margin-right: 1em;
  }
}
.page--goods #mainClm ul:not(.block--category) li {
  display: block;
  background: #fff;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--goods #mainClm ul:not(.block--category) li {
    width: 22.75%;
    margin-right: 3%;
  }
  .page--goods #mainClm ul:not(.block--category) li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--goods #mainClm ul:not(.block--category) li {
    width: 48%;
    margin-right: 4%;
  }
  .page--goods #mainClm ul:not(.block--category) li:nth-child(2n) {
    margin-right: 0;
  }
}
.page--goods #mainClm ul:not(.block--category) li a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  outline: none;
}
.page--goods #mainClm ul li a:hover .thumb {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.page--goods #mainClm ul li .tit {
  overflow: hidden;
}
.page--goods #mainClm ul li .tit::before {
  content: "";
  display: block;
  background: linear-gradient(135deg, rgba(69, 231, 255, 0.9) 0%, rgba(69, 231, 255, 0.9) 1%, rgba(69, 231, 255, 0.9) 17%, rgba(66, 62, 231, 0.9) 33%, rgba(136, 72, 223, 0.9) 50%, rgba(251, 174, 174, 0.9) 67%, rgba(249, 251, 174, 0.9) 83%, rgba(114, 243, 130, 0.9) 100%);
  background-size: 1000% 1000%;
  -webkit-animation: gradation 30s ease infinite;
          animation: gradation 30s ease infinite;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -50%;
  left: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 961px) {
  .page--goods #mainClm ul li .tit:hover::before {
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .page--goods #mainClm ul li a .thumb:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
}
.page--goods #mainClm ul li .thumb {
  margin: 0 auto;
}
.page--goods #mainClm ul li .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 11px;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100%;
}
.page--goods #mainClm ul li .tit span {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 961px) {
  .page--goods #mainClm ul li .tit:hover span {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.page--goods #subClm .btn {
  margin-top: 30px;
}
.page--goods #subClm .btn .main {
  font-size: 13px;
  padding: 20px 0;
  letter-spacing: 0.03em;
  min-width: 100%;
}
.page--goods #subClm .btn .main:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page--goods #subClm > ul li a:hover {
  opacity: 0.5;
}
.page--goods #subClm > ul li a .tit {
  font-size: 13px;
  display: block;
}
.page--goods .mfp-content .modal {
  width: 50%;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -25%;
}
.page--goods .mfp-content .inner .thumb {
  width: 40%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 961px) {
  .page--goods .mfp-content .inner .thumb {
    max-width: 550px;
  }
}
.page--goods .mfp-content .inner .thumb .photo {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
}
.page--goods .mfp-content .inner .comment {
  color: #fff;
  text-align: center;
  font-size: 11px;
}
.page--goods .mfp-content .inner .tit {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}
.page--goods .mfp-content .inner .btn a {
  width: 100px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.06em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 20px;
  margin: 10px auto 0;
  position: relative;
}
.page--goods .mfp-close-btn-in .mfp-content .mfp-close {
  display: block;
  color: #fff;
  opacity: 1;
  top: -10px;
  right: 6%;
  text-indent: -9999px;
  position: absolute;
  font-size: 31px;
}
.page--goods .mfp-close-btn-in .mfp-content .mfp-close::before,
.page--goods .mfp-close-btn-in .mfp-content .mfp-close::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 21px;
  left: 0px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.page--goods .mfp-close-btn-in .mfp-content .mfp-close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.page--goods .mfp-content .inner .btn a:hover,
.page--goods .mfp-close-btn-in .mfp-content .mfp-close:hover {
  opacity: 0.5;
}
.page--goods .mfp-wrap.mfp-gallery .mfp-arrow::before,
.page--goods .mfp-wrap.mfp-gallery .mfp-arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  background: #fff;
}
.page--goods .mfp-arrow-left {
  left: 24% !important;
}
.page--goods .mfp-arrow-right {
  right: 24% !important;
}
.page--goods .mfp-wrap.mfp-gallery .mfp-arrow-right::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  top: 14px;
  left: 0px;
}
.page--goods .mfp-wrap.mfp-gallery .mfp-arrow-left:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  top: 3px;
  left: -4px;
}
.page--goods .mfp-wrap.mfp-gallery .mfp-arrow-left:after {
  border-right: none;
  margin-left: 31px;
  top: 17px;
}
.page--goods .btn_ec {
  margin-top: 0 !important;
  margin-bottom: 10px;
}
@media screen and (min-width: 961px) {
  .page--goods .section-tit {
    margin-bottom: 0 !important;
  }
  .page--goods #content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page--goods #subClm {
    min-width: 230px;
    width: 230px;
    position: sticky;
    height: 500px;
    top: 108px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--goods .btn_ec {
    margin: 0 auto 20px !important;
  }
  .page--goods .mfp-content .inner .thumb {
    width: 70%;
  }
}
.page--goods .btn .main {
  background: #fff;
  color: #333;
  padding: 15px 0;
  margin: 70px auto 0;
}
.page--goods .mfp-content .modal {
  width: 100%;
  left: 0;
  margin-left: 0;
}
.page--goods .mfp-content .inner .tit {
  font-size: 13px;
}
.page--goods .mfp-close-btn-in .mfp-content .mfp-close {
  top: 0;
  right: 3%;
}
.page--goods .mfp-arrow-left {
  left: 0 !important;
}
.page--goods .mfp-arrow-right {
  right: 0 !important;
}
.page--goods .mfp-arrow {
  margin-top: -75px !important;
}
@media screen and (min-width: 961px) {
  .page--goods .section--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page--goods .section--header .block--category {
    margin-left: 40px;
  }
}

.section.entry {
  margin: 0 auto;
}
.section.entry img {
  width: auto;
}
.section.entry .price_btn {
  color: #000000;
}
.section.entry .bgImg {
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
}
.section.entry .giftList > li {
  background-color: #f7f9f9;
}
.section.entry .bonus-entry {
  background-color: #555555;
}
.section.entry .entryBtn.bottom {
  background-color: #f7f9f9;
  -webkit-box-shadow: 0px 5px 0px #000000;
          box-shadow: 0px 5px 0px #000000;
}
@media screen and (min-width: 961px) {
  .section.entry .btn a {
    width: 40%;
  }
}
.section.entry .movieCaption {
  color: #555555;
}
.section.entry .playroomTit::before {
  border-color: #555555 transparent transparent transparent;
}
.section.entry .playroomTit::after {
  border-color: #f7f9f9 transparent transparent transparent;
}
.section.entry .playroomTit {
  border-color: #555555;
  color: #555555;
}
.section.entry .entryArea {
  background-color: #f7f9f9;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section.entry .entryBtn {
    padding: 1em 0.5em;
    height: auto;
  }
}
.section.entry .sub {
  line-height: 60px !important;
}

.sectionTit img {
  width: auto;
}

.page--movie .list--contents li a img {
  aspect-ratio: 1.38/1;
}
.page--movie .list--contents li .tit {
  font-size: 15px;
}
.page--movie .comment {
  font-size: 13px;
  margin-top: 1em;
}
.page--movie.page--list .comment {
  font-size: 11px;
}
.page--movie.page--list .category {
  margin-top: 1.5em;
}

.page--movie.new-movie .section--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page--movie.new-movie .section--detail .area--movie {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page--movie.new-movie .section--detail .block--tit {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.page--movie.new-movie .section--detail .area--more-info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page--movie.new-movie .section--detail .detail__btn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

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

.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control.vjs-paused span::before {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
  border-radius: 0 !important;
  content: "" !important;
}

@media screen and (min-width: 961px) {
  .page--movie.new-movie .video-js .vjs-play-control {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .video-js .vjs-play-control {
    top: calc(50% - 5em) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
.radio.page--movie.new-movie .section--detail .area--movie .video-js .vjs-fullscreen-control {
  display: none !important;
}
.radio.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control.vjs-paused span::before {
  content: "" !important;
}

.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  color: #000000 !important;
}

.page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
}

.page--movie.new-movie .section--detail .area--more-info .block--tab {
  width: 100% !important;
}

.page--movie.new-movie .section--detail .area--more-info .block--tab #tab--movie.current::after, .page--movie.new-movie .section--detail .area--more-info .block--tab #tab--comment.current::after {
  content: none !important;
}

.page--movie.new-movie .section--detail .area--more-info .block--tab > div.current.tab__list .item__ico img {
  background-image: url(/static/backnumber/fanclub_CrehXerf1f/common/ico--movie__on.svg) !important;
}

.page--movie.new-movie .detail__btn {
  font-weight: normal !important;
}
.page--movie .vjs-poster {
  background-size: contain !important;
}
.page--movie .video-js *:focus:not(:focus-visible), .page--movie .video-js .vjs-menu *:focus:not(:focus-visible) {
  background: no-repeat center;
}
.page--movie .list--more .tit {
  font-size: 15px;
}
.page--movie .list--more .date {
  font-size: 12px;
  margin-bottom: 5px;
}
.page--movie .list--more .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  height: auto;
}
.page--movie .list--more .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--movie .list--more .thumb .blur img {
  -webkit-filter: blur(80px);
          filter: blur(80px);
  background-size: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.page--movie .list--more .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--movie .list--more .thumb img.dummy {
  background-size: cover;
}
.page--movie .list--more li {
  margin-bottom: 30px;
}
.page--movie .list--more li a .thumb {
  width: 100% !important;
}
.page--movie .section--detail .block--tit {
  margin-bottom: 40px !important;
}
.page--movie.new-movie .section--detail .area--movie {
  margin-bottom: 5vw !important;
}
.page--movie.new-movie .section--detail .block--player {
  margin-bottom: 0 !important;
}

.section--detail.page--contact .btn--main i {
  margin-right: 3px;
}
.section--detail.page--contact .block--attention {
  border: 2px solid #c00;
  background: #ffdada;
  color: #000;
  padding: 3em;
  margin: 3em auto;
}
.section--detail.page--contact .block--attention .list--attention li {
  margin-bottom: 0.5em;
  position: relative;
}
.section--detail.page--contact .block--attention .list--attention li::before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: 0.1em;
  content: "\f111";
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.section--detail.page--contact .block--attention .list--attention li > a {
  color: #c00;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section--detail.page--contact .block--another {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 2em;
}
.section--detail.page--contact .block--another .list--support dt {
  margin-bottom: 5px;
}
.section--detail.page--contact .block--another .list--support dd:last-of-type {
  margin-bottom: 0;
}

.section--detail.page--support {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.section--detail.page--support .section-tit {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  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: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.page--faq .section--list .section-tit {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 30px;
  letter-spacing: 0.05em;
}
.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(0, 0, 0, 0.6);
}
.page--faq .list-inquiry li a {
  background: #000000;
  color: #f7f9f9;
  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: #000000;
  border-color: rgba(0, 0, 0, 0.6);
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  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;
  margin-right: 10px;
  display: inline-block;
}
.page--faq .list--tag li a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2em;
  line-height: 1;
  text-align: center;
  padding: 0.8em 1em 0.8em;
  font-size: 13px;
}
@media screen and (min-width: 961px) {
  .page--faq .list--tag li a:hover {
    background: #000000;
    color: #f7f9f9;
  }
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .list--faq {
  margin: 1.5em 0 5em;
}
.page--faq .list--faq li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.page--faq .list--faq li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.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: opacity 0.3s;
  transition: opacity 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: "gotham", sans-serif;
  letter-spacing: 0.1em;
  line-height: 28px;
  font-size: 19px;
  margin-right: 8px;
}
.page--faq .tit--category {
  margin: 0 0 20px;
  scroll-margin-top: 120px;
}
.page--faq .block--faq-detail {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 25px;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  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: #000000;
}
.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;
  text-align: center;
}
.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 center {
  text-align: left !important;
}
.page--questionnaire input[type=text], .page--questionnaire input[type=tel], .page--questionnaire input[type=email], .page--questionnaire input[type=password], .page--questionnaire input[type=number] {
  background: #ffffff;
  color: #000000;
}
.page--questionnaire .form__select select {
  color: #000000;
}
.page--questionnaire .section--detail {
  padding: 0 10%;
}
.page--questionnaire .section--detail .section-tit {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.page--questionnaire .section--detail .tit {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.page--questionnaire .section--detail form .form--post input {
  margin-right: 0.4em;
}
.page--questionnaire .section--detail form .form--post {
  margin: 0 0 8%;
}
.page--questionnaire .section--detail form .form--post dt {
  opacity: 1;
}
.page--questionnaire .section--detail form .icon--required::before {
  content: "*";
  font-family: "gotham", sans-serif !important;
  color: #d73838;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: top;
  font-size: 13px;
}

.page--report__form .section-tit {
  line-height: 1.5;
}
.page--report__form .txt {
  padding: 0;
}
.page--report__form .block--form {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px min(8vw, 60px) 40px;
  margin-bottom: min(4vw, 30px);
  -webkit-box-shadow: 2px 2px 33px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 33px rgba(0, 0, 0, 0.2);
}
.page--report__form .block--form .form--post dt {
  opacity: 1;
}
.page--report__form .required {
  color: #d73838;
  font-size: 12px;
}
@media screen and (min-width: 961px) {
  .page--report__form #form--contact {
    max-width: 640px;
    margin: 0 auto;
  }
}

.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(0, 0, 0, 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: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.page--stream .detail__btn i {
  margin-right: 3px;
}

.page--app_support .logo {
  width: 80%;
  margin: 30px auto 40px;
}
.page--app_support .block-tit {
  font-family: "gotham", sans-serif;
  text-align: center;
  font-size: 2em;
  margin: 0 0 10px;
}
.page--app_support .btn--main {
  font-size: 16px;
  padding: 10px 20px;
}

/* page--error
------------------------------ */
.page--error .section--detail .section-tit {
  font-size: max(3.5vw, 20px);
  text-align: center;
  margin: 0 0 20px;
  letter-spacing: 0;
}
.page--error .section--detail .section-tit span {
  font-size: max(21vw, 200px);
  margin-bottom: -2vw;
}
.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, .main {
    min-width: 300px;
  }
  .btn--main:hover, .main:hover {
    color: #000000;
    background: #999;
    border: 1px solid #999;
  }
  .btn--sub, .sub {
    min-width: 300px;
  }
  .btn--sub:hover, .sub:hover {
    background: #555555;
    color: #f7f9f9 !important;
    border: 1px solid #555555;
  }
  /* 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;
  }
  .header {
    width: 100%;
    height: 108px;
    background: #f7f9f9;
  }
  .wrap {
    padding-top: 160px;
    padding-bottom: 160px;
    overflow: clip;
  }
  .page-top a {
    cursor: pointer;
  }
  .page-top a:hover {
    opacity: 0.4;
  }
  .block--pager li a:hover .arrow {
    color: rgba(0, 0, 0, 0.5);
  }
  .block--pager .pager__item--older a:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    color: rgba(0, 0, 0, 0.5);
  }
  .block--pager .pager__item--newer a:hover {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    color: rgba(0, 0, 0, 0.5);
  }
  .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: rgba(0, 0, 0, 0.5);
  }
  .list__more a {
    padding: 0 10px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .list__more a:hover {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  .section--list .list--contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section--list .list--contents li {
    width: 31.3333333333%;
    margin-right: 2%;
    margin-bottom: 50px;
  }
  .section--list .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .section--list .list--contents li a .thumb {
    width: 100%;
    margin-bottom: 10px;
    background-color: #000000;
    -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: #555555;
  }
  .section--detail .block--share li a:hover svg {
    fill: #555555;
  }
  .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 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list--information li a .date {
    width: 7em;
    min-width: 7em;
    margin-right: 5em;
  }
  .list--information li a .category {
    width: 10em;
    min-width: 7em;
    margin-right: 30px;
  }
  .list--information li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -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(85, 85, 85, 0.3);
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .list--information li a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .list--information.fc a::after {
    background-color: rgba(247, 249, 249, 0.2);
  }
  .list--information li:last-child::after {
    bottom: 0;
  }
  .list--information.list--schedule li a .box .list__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list--information.list--schedule li a .category {
    width: 7em;
  }
  .list--information.list--schedule li a .date-box {
    width: 9em;
  }
  .list--contents::after {
    content: "";
    display: block;
    clear: both;
  }
  .list--contents li {
    width: 100%;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li a .thumb img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .list--contents li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(85, 85, 85, 0.8);
    mix-blend-mode: multiply;
    -webkit-transform: scaleX(0) translateZ(0);
            transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -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 .list__txt {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .list--contents li a:hover .thumb img {
    -webkit-transform: scale(1.2) translateZ(0);
            transform: scale(1.2) translateZ(0);
  }
  .list--contents li a:hover .thumb::before {
    -webkit-transform: scaleY(1) translateZ(0);
            transform: scaleY(1) translateZ(0);
  }
  .list--contents li a:hover .list__txt {
    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;
  }
  .detail__btn:hover {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  .detail__btn:hover a {
    color: rgba(0, 0, 0, 0.5);
  }
  .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: #555555;
  }
  .btn--sort:hover {
    opacity: 0.4;
  }
  .block--category li {
    position: relative;
  }
  .block--category li a {
    display: inline-block;
    position: relative;
  }
  .block--category li a:hover {
    color: #f7f9f9;
    background: #000000;
  }
  .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 {
    opacity: 0.4;
  }
  .header {
    padding: 35px 0 0;
  }
  .header .g-nav {
    text-align: right;
  }
  .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: #555555;
  }
  .drawer__btn--fc:hover .border > span {
    background: rgba(0, 0, 0, 0.5);
  }
  .drawer {
    width: 100%;
  }
  .drawer [class^=nav--] li {
    display: block;
  }
  .drawer [class^=nav--].nav--menu__fc .drawer__btn--fc:hover {
    color: rgba(247, 249, 249, 0.5);
  }
  .drawer [class^=nav--].nav--menu__fc .drawer__btn--fc:hover p .border > span {
    background: rgba(247, 249, 249, 0.5);
  }
  .drawer [class^=nav--] > li {
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
  }
  .drawer [class^=nav--] > li a, .drawer [class^=nav--] > li .menu--dropdown {
    position: relative;
  }
  .drawer [class^=nav--] > li a:hover, .drawer [class^=nav--] > li .menu--dropdown:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  .drawer [class^=nav--] > li:not(:first-of-type) {
    margin-left: 22px;
  }
  .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: rgba(0, 0, 0, 0.5);
  }
  .drawer .logo--official {
    color: #000000;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .drawer .logo--official svg {
    width: 16vw;
    height: 3vw;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .drawer .logo--official svg {
    max-width: 200px;
  }
}
@media screen and (min-width: 961px) {
  .drawer .logo--official a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  .drawer .nav--official {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .drawer .nav--menu__official {
    display: inline-block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .drawer .nav--menu__fc {
    display: block;
    margin-left: 30px;
  }
  .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: #555555;
  }
  .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;
    -webkit-transition: opacity 0.3s, z-index 0.3s;
    transition: opacity 0.3s, z-index 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.5);
  }
  .drawer__fc .inner {
    position: relative;
    overflow: hidden;
    position: relative;
    width: 560px;
    height: 100%;
    padding: 120px 4% 5vw;
    overflow-y: scroll;
    background: #000000;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: -webkit-transform 0.4s 0.3s;
    transition: -webkit-transform 0.4s 0.3s;
    transition: transform 0.4s 0.3s;
    transition: transform 0.4s 0.3s, -webkit-transform 0.4s 0.3s;
  }
  .drawer__fc .inner .drawer__btn-close {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 20px;
    right: 2%;
    display: block;
    z-index: 100;
    cursor: pointer;
  }
  .drawer__fc .inner .drawer__btn-close span {
    display: block;
    width: 100%;
    height: 1px;
    background: #f7f9f9;
    -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 .logo--fc {
    width: 397px;
    color: #f7f9f9;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    margin: 0 auto 20px;
  }
  .drawer__fc .inner .logo--fc .txt {
    font-size: 20px;
    font-family: "gotham", sans-serif;
    display: block;
  }
  .drawer__fc .inner .block--login {
    margin-bottom: 40px;
  }
  .drawer__fc .inner .block--login .nav--login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2em;
  }
  .drawer__fc .inner .block--login .nav--login li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .drawer__fc .inner .block--login .nav--login li {
    min-width: 180px;
  }
}
@media screen and (min-width: 961px) {
  .drawer__fc .inner .block--login .nav--login li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    font-family: "gotham", sans-serif;
    background: #f7f9f9;
    border-radius: 40px;
    padding: 1em;
    color: #000000;
  }
  .drawer__fc .inner .block--login .nav--login li a:hover {
    color: #f7f9f9;
    background: #555555;
  }
  .drawer__fc .inner .block--login .nav--login li a .icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .drawer__fc .inner .block--login .nav--login li a .icon svg {
    width: 100%;
    height: 100%;
  }
  .drawer__fc .inner .block--login .nav--login li.login a .icon {
    width: 16px;
    position: relative;
    top: -1px;
  }
  .drawer__fc .inner .block--login .nav--login li.mypage {
    margin-bottom: 0;
  }
  .drawer__fc .inner .block--login .nav--login li.mypage a {
    font-size: 16px;
  }
  .drawer__fc .inner .block--login .nav--login li.mypage .mypage-btn {
    font-size: 54px;
  }
  .drawer__fc .inner .nav--menu__fc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: auto;
    width: 397px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .drawer__fc .inner .nav--menu__fc li {
    display: block;
    width: 45%;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
    transition: opacity 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.4s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
    margin-bottom: 0.5em;
  }
  .drawer__fc .inner .nav--menu__fc li a {
    display: inline-block;
    font-family: "gotham", sans-serif;
    font-size: 25px;
    color: #f7f9f9;
    padding: 10px 0;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .drawer__fc .inner .nav--menu__fc li a:hover {
    color: rgba(247, 249, 249, 0.5);
  }
  .drawer-visible .drawer__fc {
    opacity: 1;
    pointer-events: all;
  }
  .drawer-visible .drawer__fc .inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .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);
  }
  .drawer-visible .drawer__fc .logo--fc, .drawer-visible .drawer__fc .nav--login li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .drawer-visible .drawer__fc .inner .nav--menu__fc li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--home {
    /* common */
    /* footer */
    /* section--banner */
    /* section--top */
    /* section--info */
  }
  .page--home .header {
    opacity: 1;
  }
  .page--home .wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page--home footer {
    height: auto !important;
    position: relative;
    color: #f7f9f9;
  }
  .page--home footer .nav--support {
    display: block;
  }
  .page--home .section--banner {
    padding-top: 18px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 200px;
  }
  .page--home .section--banner .swiper-container {
    padding: 0;
    width: 100%;
    overflow: visible;
  }
  .page--home .section--banner.no-swiper .list--bnr li {
    width: 40%;
  }
  .page--home .section--banner.no-swiper .swiper-container {
    padding-left: 2%;
    padding-right: 2%;
  }
  .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 {
    display: none;
  }
  .page--home .section--banner .list--bnr {
    text-align: center;
    margin-bottom: 60px;
  }
  .page--home .section--banner .list--bnr li {
    position: relative;
    cursor: pointer;
  }
  .page--home .section--banner .list--bnr li a {
    display: block;
    overflow: hidden;
  }
  .page--home .section--banner .list--bnr li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(85, 85, 85, 0.8);
    mix-blend-mode: multiply;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -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 {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .page--home .section--top {
    padding: 108px 0 0;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin-bottom: 5vw;
  }
  .page--home .list--information {
    width: 100%;
  }
  .page--home .list--information .no-data {
    text-align: center;
  }
  .page--home .section--info {
    margin: 0 auto 200px;
    position: relative;
  }
  .page--home .section--info .section--inner .block--title {
    padding: 0 2%;
  }
  .page--home .section--video {
    margin-bottom: 180px;
  }
  .page--home .section--video .list__more {
    position: relative;
    z-index: 10;
  }
  .page--home .section--video .list--video li.no-data {
    padding: 0 4%;
  }
  .page--home .section--video.no-swiper .swiper-slide {
    width: 84%;
  }
  .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 .block--button-nav {
    right: 1.5%;
    left: auto;
  }
  .page--home .section--video .list--video {
    margin-bottom: 80px;
  }
  .page--home .section--video .list--video li a .thumb {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  .page--home .section--video .list--video li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    mix-blend-mode: multiply;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0) translateZ(0);
            transform: scaleX(0) translateZ(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .page--home .section--video .list--video li a img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .page--home .section--video .list--video li a .list__txt {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .page--home .section--video .list--video li a .tit {
    font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    letter-spacing: 0.05em;
    font-size: 16px;
    text-align: left;
  }
  .page--home .section--video .list--video li:hover a .thumb img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page--home .section--video .list--video li:hover a .thumb::before {
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
  }
  .page--home .section--video .list--video li:hover a .list__txt {
    opacity: 0.5;
  }
  .page--home .section--music {
    padding-bottom: 130px;
  }
  .page--home .section--music .tit-wrap {
    margin-bottom: 80px;
  }
  .page--home .section--music .list--music {
    padding: 0 12%;
  }
  .page--home .section--music .list--music li {
    width: 16.8%;
    margin-right: 4%;
  }
  .page--home .section--music .list--music li:nth-child(5n) {
    margin-right: 0;
  }
  .page--home .section--music .list--music li a:hover {
    opacity: 0.5;
  }
  .page--home .section--qa {
    padding-bottom: 100px;
  }
  .page--home .section--schedule, .page--home .section--video, .page--home .section--info.fc, .page--home .section--movie_radio {
    margin-bottom: 200px;
  }
  .page--home .section--info .no-data, .page--home .section--schedule .no-data {
    text-align: center;
    padding: 40px 0;
  }
  .page--home .section--radio {
    margin: 0 auto 200px;
  }
  .page--home .section--radio .section--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page--home .section--radio .block--title {
    width: 40%;
    padding-left: 2%;
  }
  .page--home .section--radio .block--title .list__txt {
    padding-left: 10%;
    margin-top: -63px;
    width: 90%;
  }
  .page--home .section--radio .block--title .list__txt a {
    display: block;
  }
  .page--home .section--radio .block--title .list__txt a .date {
    margin-bottom: 8px;
  }
  .page--home .section--radio .block--title .list__txt a:hover {
    color: rgba(247, 249, 249, 0.5);
  }
  .page--home .section--radio .block--title .list__more {
    z-index: 20;
  }
  .page--home .section--radio .block--thumb {
    width: 60%;
  }
  .page--home .section--radio .block--thumb a {
    position: relative;
  }
  .page--home .section--radio .block--thumb a .thumb img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .page--home .section--radio .block--thumb a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(85, 85, 85, 0.8);
    mix-blend-mode: multiply;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -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--radio .block--thumb a:hover .thumb img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page--home .section--radio .block--thumb a:hover .thumb::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .page--home .section--radio .block--thumb a:hover .date, .page--home .section--radio .block--thumb a:hover .tit {
    opacity: 0.5;
  }
  .page--home .section--radio .block--thumb a:hover .icon--new {
    color: #000000;
  }
  .page--member .header {
    background: #555555;
  }
  .page--member .drawer .logo--official,
  .page--member .drawer [class^=nav--] > li a, .page--member .drawer [class^=nav--] > li .menu--dropdown,
  .page--member .drawer .drawer__btn--fc {
    color: #f7f9f9;
  }
  .page--member .drawer .logo--official a:hover {
    color: #f7f9f9;
    opacity: 0.5;
  }
  .page--member .drawer .drawer__btn--fc p .border > span {
    background-color: #f7f9f9;
  }
  .page--member .drawer [class^=nav--] > li a:hover {
    opacity: 0.5;
  }
  .page--member .section--detail .section--inner {
    padding: 60px 4vw;
  }
  .page--member .block--category li a:hover {
    color: #000000;
    background: #f7f9f9;
  }
  body.page--member .detail__btn:hover a {
    color: rgba(247, 249, 249, 0.5);
  }
  body.page--member .block--pager li a:hover .arrow {
    color: rgba(247, 249, 249, 0.5);
  }
  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: #f7f9f9;
  }
  body.page--member .block--pager .pager__item--other a:hover {
    color: rgba(247, 249, 249, 0.5);
  }
  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 .block--pager .pager__item--newer a:hover, body.page--member .block--pager .pager__item--older a:hover {
    color: rgba(247, 249, 249, 0.5);
  }
  body.page--member .wrap .drawer .nav--login li.drawer__btn--fc:hover {
    color: #555555;
  }
  body.page--member.page--info .detail__btn a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  .page--info .section--list {
    padding: 0 5% 80px;
  }
  .page--info .section--detail .tit {
    line-height: 1.5;
  }
  .page--info .section--detail .date {
    margin-bottom: 40px;
  }
  .page--info .section--detail .ph img {
    max-height: 50vh;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .page--info .txt {
    margin-bottom: 50px;
  }
  .page--info .txt a:hover {
    color: #555555;
    text-decoration: none;
  }
  .page--info.page--report .section--detail .txt .ph {
    text-align: center;
  }
  .page--info.page--report .section--detail .txt .ph img {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 500px;
    -o-object-position: center;
       object-position: center;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .page--schedule .list--category .form__checkbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page--schedule .calendar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page--schedule .calendar-wrap .week {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .page--schedule .calendar-wrap .week a {
    margin: 0 5px 20px;
  }
  .page--schedule .calendar-wrap .date {
    font-family: "gotham", sans-serif;
    display: block;
    padding: 10px 0 0 10px;
    margin-bottom: 20px;
    font-style: normal;
  }
  .page--schedule .calendar-wrap .cell {
    background: #ffffff;
    width: calc(14.2857142857% - 1px);
    min-height: 100px;
    text-align: left;
    border-right: 1px solid rgba(85, 85, 85, 0.2);
    border-bottom: 1px solid rgba(85, 85, 85, 0.2);
    padding: 0 5px 5px;
    min-height: 150px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--schedule .calendar-wrap .cell:has(a):hover {
    background: rgba(85, 85, 85, 0.2);
  }
  .page--schedule .calendar-wrap .cell.today {
    background-color: rgba(191, 226, 255, 0.8);
  }
  .page--schedule .calendar-wrap .cell.today .date {
    font-weight: bold;
    color: #0b4f8b;
  }
  .page--schedule .calendar-wrap .cell:first-child {
    border-left: 1px solid rgba(85, 85, 85, 0.2);
  }
  .page--schedule .calendar-wrap .cell:nth-child(6) .date {
    color: #255fc4;
  }
  .page--schedule .calendar-wrap .cell.holiday .date, .page--schedule .calendar-wrap .cell:nth-child(7) .date {
    color: #ce5b2b;
  }
  .page--schedule .calendar-wrap .cell .tit {
    padding: 0 0.2em;
    font-size: 0.9em;
    line-height: 1.2;
    font-weight: normal;
  }
  .page--info.page--video .section--list {
    padding: 0 5% 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: 22%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .page--disco .list--disco li:nth-child(4n) {
    margin-right: 0;
  }
  .page--disco .list--disco li .thumb {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    overflow: hidden;
  }
  .page--disco .list--disco li a {
    display: block;
  }
  .page--disco .list--disco li a .thumb img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .page--disco .list--disco li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(85, 85, 85, 0.5);
    mix-blend-mode: multiply;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -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 .list__txt {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .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 img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .page--disco .list--disco li a:hover .thumb::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .page--disco .list--disco li a:hover .list__txt {
    opacity: 0.5;
  }
  .page--disco .list--disco li .tit {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .page--disco .list--disco li .date, .page--disco .list--disco li .category {
    display: inline-block;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    font-size: 13px;
  }
  .page--disco .list--disco li .category {
    font-size: 12px;
  }
  .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 .block--disc-detail .block--track .list--track li .link a:hover, .page--disco .block--disc-detail .block--track .list--track li .lyrics a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  .page--disco .block--disc-detail .block--review .link a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  .page--disco .header--disco {
    max-height: 460px;
  }
  .page--lyrics .section--list {
    padding: 0 4%;
  }
  .page--lyrics .list--information {
    width: 110%;
    left: -5%;
  }
  .page--lyrics .block--search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .page--lyrics .block--search .block--pull-down {
    cursor: pointer;
    float: left;
    width: 25%;
    margin-right: 3%;
    position: relative;
  }
  .page--lyrics .block--category li:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  .page--lyrics .section--detail {
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
    padding: 0;
  }
  .page--lyrics .section--detail .comment_view a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  .page--lyrics .section--detail .block--lyrics, .page--lyrics .section--detail .credit, .page--lyrics .section--detail .section-tit {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .page--lyrics .section--detail .block--lyrics {
    width: 50%;
    margin: 0 auto;
  }
  .page--profile {
    width: 100%;
    max-width: 850px;
    padding: 0 0 40px;
    margin: 0 auto;
  }
  .page--profile .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--profile .block--bio .block--member .list--member li {
    width: 48%;
    margin-right: 2%;
  }
  .page--profile .block--bio .block--member .list--member li:nth-child(2n) {
    margin-right: 0;
  }
  .page--profile .block--member .list--member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page--profile .block--member .list--member > li {
    width: 17.6%;
    margin-right: 3%;
  }
  .page--profile .block--member .list--member > li:last-child {
    margin-right: 0;
  }
  .page--profile .block--member .list--member > li:nth-child(1) .list--link, .page--profile .block--member .list--member > li:nth-child(4) .list--link {
    margin-top: 12px;
  }
  .page--profile .list--link li a:hover {
    opacity: 0.4;
  }
  .page--movie .section--detail {
    width: 850px;
    margin: 0 auto;
    padding: 0 0 100px;
  }
  .page--movie .section--list {
    padding: 0 5% 80px;
  }
  .page--movie .section--header .section-tit i {
    font-size: 36px;
    position: relative;
    top: -3px;
  }
  .page--movie .section--detail {
    margin: 0 auto;
    width: 80%;
    max-width: 900px;
    padding: 0;
  }
  .page--movie .list--contents li .category {
    font-size: 13px;
  }
  .page--movie .list--more li:nth-child(3n) {
    margin-right: 0;
  }
  .page--movie .list--more li a .thumb img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .page--movie .list--more li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(85, 85, 85, 0.8);
    mix-blend-mode: multiply;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -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--movie .list--more li a .icon--new, .page--movie .list--more li a .date, .page--movie .list--more li a .tit {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .page--movie .list--more li a:hover .thumb img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page--movie .list--more li a:hover .thumb::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .page--movie .list--more li a:hover .icon--new, .page--movie .list--more li a:hover .date, .page--movie .list--more li a:hover .tit {
    opacity: 0.5;
  }
  .page--qa .list--information li a .tit {
    max-width: 70em;
  }
  .page--contact .block--attention .list--attention li > a:hover {
    border: none;
  }
  .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: #f7f9f9;
    color: #000000;
  }
  .page--faq .block--contact li a:hover {
    color: #555555;
  }
  .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: #1C1C1C;
    text-decoration: none;
  }
  .page--faq .block--contact .link a:hover::after {
    border: 1px solid #1C1C1C;
    border-top: none;
    border-right: none;
  }
  .page--faq .block--contact .link a:hover + i {
    color: #1C1C1C;
  }
  .page--faq .list--faq li a:hover {
    opacity: 0.5;
  }
  .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;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: "gotham", sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .txt {
    padding-top: 0;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    color: #000000;
  }
  footer .list--support dt {
    display: none;
  }
  footer .list--support li {
    display: block;
    font-size: 12px;
    margin-right: 15px;
  }
  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: rgba(247, 249, 249, 0.5);
  }
  footer .list--support li:last-child {
    margin-bottom: 0;
  }
  footer .block--link .list--link a:hover {
    opacity: 0.5;
  }
}
@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% 100px;
  }
  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;
  }
  .category {
    padding: 0.5em 0.8em;
  }
  .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;
    width: 90%;
  }
  .list--information li a {
    display: block;
    padding: 25px 5%;
  }
  .list--information li a .date {
    width: auto;
    min-width: inherit;
    margin: 0 5px 0 0;
    font-size: 14px;
  }
  .list--information li a .tit {
    font-size: 15px;
    font-weight: 400;
  }
  .list--information li a .category {
    margin: 0;
    width: auto;
    min-width: inherit;
    font-size: 13px;
  }
  .list--information li a .category > span {
    padding: 0 3px;
  }
  .list--information li a .date, .list--information li a .category {
    margin-bottom: 12px;
  }
  .list--information li.new .tit::after {
    content: none;
  }
  .list--information li.new .date::after {
    content: "up";
    display: block;
    font-family: "gotham", sans-serif;
    color: #d73838;
    font-weight: normal;
    font-style: italic;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    text-align: right;
    margin-left: 5px;
    position: absolute;
    right: 5%;
    top: 23px;
  }
  .list--information.list--schedule li a .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list--information.list--schedule li a .date-wrap {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .list--information.list--schedule li a .category {
    text-align: left;
    margin-bottom: 10px;
  }
  .list--information.list--schedule li a .tag {
    margin-bottom: 10px;
  }
  .list--information.list--schedule li a .tit {
    width: 100%;
  }
  .list--information.list--schedule li.new .box::after {
    content: "up";
    display: block;
    font-family: "gotham", sans-serif;
    color: #d73838;
    font-weight: normal;
    font-style: italic;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    text-align: right;
    margin-left: 5px;
    position: absolute;
    right: 5%;
    top: 23px;
  }
  .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: 30px;
  }
  .block--category li {
    margin-bottom: 1em;
  }
  .block--category li a {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  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) {
  .loading .logo_loading {
    width: 70vw;
  }
  .loading .logo_loading svg {
    width: 70vw;
    height: 30vw;
  }
  .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);
  }
  .form__select {
    width: 100%;
    margin-bottom: 30px;
    min-width: 6em;
  }
  .wrap {
    padding: 135px 0 200px;
    position: relative;
    overflow: clip;
  }
  .detail__btn {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 5px 0;
    margin-right: 0;
  }
  .detail__btn .arrow {
    margin-right: 5px;
  }
  .detail__btn a svg {
    width: 16px;
    height: 13px;
  }
  .section-tit {
    font-size: max(7.5vw, 25px);
    letter-spacing: 0.02em;
    margin: 0;
  }
  .block-tit {
    font-size: 40px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .list__more {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 8px 0;
    position: relative;
  }
  .list__more .arrow {
    width: 18px;
    height: 12px;
  }
  .section--list {
    padding: 0 5%;
    width: 100%;
  }
  .section--detail {
    padding: 0 5%;
    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% 65px;
  }
  iframe {
    width: 100% !important;
  }
  .section--list .block--pager {
    text-align: center;
  }
  .section--list .block--pager li {
    font-size: 15px;
    margin: 0 10px;
  }
  .section--list .block--pager .pager__item--older, .section--list .block--pager .pager__item--newer {
    margin: 0 10px;
    width: 56px;
  }
  .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: 50px;
    height: 50px;
    position: fixed;
    right: 5vw;
    top: 31px;
    z-index: 999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    mix-blend-mode: difference;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .drawer__btn .border {
    width: 50px;
    height: 20px;
    display: block;
    margin-bottom: 5px;
  }
  .drawer__btn .border > span {
    display: block;
    width: 100%;
    height: 1px;
    margin-right: auto;
    background: #f7f9f9;
    position: relative;
  }
  .drawer__btn .border > span:nth-child(2) {
    top: 6px;
  }
  .drawer__btn .border > span:nth-child(3) {
    top: 12px;
  }
  .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: #000000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-overflow-scrolling: touch;
    background: #1C1C1C;
  }
  .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;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    transition: transform 0.4s 0.2s, opacity 0.4s 0.2s;
    transition: transform 0.4s 0.2s, opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  }
  .drawer .g-nav {
    width: 100%;
  }
  .drawer .g-nav .nav--official {
    background: #f7f9f9;
    padding: 7vw 5% 10vw;
  }
  .drawer .g-nav .nav--official .logo--official {
    width: 47vw;
    height: 20vw;
    margin-bottom: 30px;
  }
  .drawer .g-nav .nav--official .logo--official svg {
    width: 47vw;
    height: 20vw;
  }
  .drawer .g-nav .nav--fc {
    padding: 15vw 5% 7vw;
  }
  .drawer .g-nav .nav--fc .block--login {
    width: 100%;
  }
  .drawer .g-nav .nav--fc .block--login .block--logo {
    margin-bottom: 40px;
  }
  .drawer .g-nav .nav--fc .block--login .block--logo .logo--fc {
    width: 50vw;
    margin-bottom: 35px;
  }
  .drawer .g-nav .nav--fc .nav--login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
  }
  .drawer .g-nav .nav--fc .nav--login li {
    width: 47%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 961px) {
  .drawer .g-nav .nav--fc .nav--login li {
    min-width: 240px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .g-nav .nav--fc .nav--login li {
    width: 13em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .g-nav .nav--fc .nav--login li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    font-family: "gotham", sans-serif;
    background: #f7f9f9;
    border-radius: 40px;
    padding: 1em;
  }
  .drawer .g-nav .nav--fc .nav--login li a .icon {
    width: 20px;
    height: 16px;
    margin-right: 8px;
  }
  .drawer .g-nav .nav--fc .nav--login li a .icon svg {
    width: 100%;
    height: 100%;
  }
  .drawer .g-nav .nav--fc .nav--login li.login a .icon {
    width: 16px;
  }
  .drawer .g-nav .nav--fc .nav--login li.mypage {
    margin-bottom: 0;
  }
  .drawer .g-nav .nav--fc .nav--login li.mypage a {
    font-size: 16px;
  }
  .drawer .g-nav .nav--fc .nav--login li.mypage .mypage-btn {
    font-size: 54px;
  }
  .drawer [class^=nav--] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .drawer [class^=nav--] li {
    width: 49%;
    margin-bottom: 10px;
  }
  .drawer [class^=nav--] li a {
    font-size: 20px;
    padding: 8px 0;
  }
  .drawer .nav--menu__official {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .drawer .nav--sns {
    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: 24px;
    width: auto;
  }
  .drawer .nav--sns li a {
    padding: 5px 0;
    display: block;
    font-size: 38px;
  }
  .drawer .nav--sns li a i {
    color: #000000;
    -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--menu__fc {
    margin-bottom: 40px;
  }
  .drawer .nav--menu__fc li {
    margin-bottom: 5px;
  }
  .drawer .nav--menu__fc li a {
    padding: 8px 0;
    display: block;
    font-family: "gotham", sans-serif;
    line-height: 1.3;
    color: #f7f9f9;
  }
  .drawer-visible .drawer__btn {
    top: 4vh;
    right: 3%;
  }
  .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: -1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: auto;
  }
  .drawer-visible .drawer .drawer-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .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);
  }
  .page--home .wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page--home footer {
    padding: 0;
    z-index: 10;
  }
  .page--home footer .block--support .list--support {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 60px;
  }
  .page--home footer .block--support .list--support li {
    margin-bottom: 15px;
  }
  .page--home footer .block--support .list--support li a {
    line-height: 1.5;
    font-size: 13px;
  }
  .page--home footer .block--support .list--support dt {
    font-size: 21px;
    position: relative;
    font-family: "gotham", sans-serif;
    border-bottom: 1px solid rgba(247, 249, 249, 0.8);
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .page--home footer .block--support .list--support dt::before, .page--home footer .block--support .list--support dt::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    background: #f7f9f9;
    position: absolute;
    right: 5px;
    top: 20px;
    -webkit-transition: 0.3s 0s ease;
    transition: 0.3s 0s ease;
  }
  .page--home footer .block--support .list--support dt::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page--home footer .block--support .list--support dd {
    text-align: left;
    display: none;
  }
  .page--home footer .right {
    text-align: left;
  }
  .page--home footer .logo {
    margin-bottom: 10px;
  }
  .page--home footer .block--sns {
    margin-bottom: 80px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .page--home footer .block--sns li {
    margin-right: 25px;
    overflow: hidden;
    width: auto;
  }
  .page--home footer .block--sns li a {
    padding: 5px 0;
    display: block;
    font-size: 30px;
  }
  .page--home footer .block--sns li a i {
    color: #f7f9f9;
    -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;
  }
  .page--home footer .block--link {
    text-align: left;
  }
  .page--home footer .block--link > p {
    font-size: 56px;
    margin-bottom: 18px;
  }
  .page--home footer .block--link .list--link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page--home footer .block--link .list--link li {
    width: 55vw;
  }
  .page--home footer .block--link .list--link li.lsn, .page--home footer .block--link .list--link li.hitsugi, .page--home footer .block--link .list--link li.ruka, .page--home footer .block--link .list--link li.sakito {
    width: 20vw;
  }
  .page--home footer .block--link .list--link li.tnb {
    width: 40vw;
  }
  .page--home footer .block--support > p {
    font-size: 56px;
    margin-bottom: 18px;
  }
  .page--home footer .block--support .nav--support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page--home footer .block--support .nav--support li {
    width: 50%;
  }
  .page--home footer .nav--sns {
    text-align: left;
    margin-bottom: 50px;
  }
  .page--home footer .nav--sns li a {
    font-size: 30px;
  }
  .page--home footer .nav--sns li.nav__item--traveltv {
    width: 30px;
  }
  .page--home .section--top {
    padding: 12vh 0 0;
    height: 100vh;
    height: 100svh;
    min-height: auto;
    overflow: hidden;
    margin-bottom: 0;
  }
  .page--home .section--top .logo--kv {
    width: 76vw;
    height: 32vw;
    top: 47%;
  }
  .page--home .section--top .block--keyvisual {
    width: 100%;
    height: 80vh;
    height: 80svh;
    overflow: hidden;
    position: relative;
  }
  .page--home .section--top .block--keyvisual::before {
    width: 158vw;
    height: 44vw;
    bottom: -10vw;
  }
  .page--home .section--top .block--keyvisual::after {
    width: 165vw;
    height: 35vw;
    top: -21vw;
    right: -86vw;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .page--home .section--top .block--keyvisual .list--keyvisual::before {
    width: 200vw;
    height: 50vw;
    bottom: -22vw;
    left: -30vw;
  }
  .page--home .section--top .block--keyvisual .list--keyvisual::after {
    width: 147vw;
    height: 35vw;
    bottom: 17vw;
    left: -78vw;
  }
  .page--home .section--top .block--keyvisual .keyvisual img {
    height: 80vh;
    height: 80svh;
  }
  .page--home .section--top .block--inner {
    font-family: "gotham", sans-serif;
    font-size: 11px;
    position: absolute;
    bottom: -70px;
    left: -40px;
  }
  .page--home .section--top .block--inner p {
    display: inline-block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page--home .section--top .block--scroll {
    position: absolute;
    right: auto;
    left: 5%;
    bottom: 12vh;
  }
}
@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 .item {
    height: 15vw;
  }
  .page--home .section--top .line--logo {
    opacity: 0.4;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--top .line--logo {
    bottom: -12vh;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .line--logo svg {
    width: 230vw;
    height: 50vw;
    margin-right: 20px;
  }
  .page--home .section--banner {
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--banner {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--banner .swiper-button-prev,
  .page--home .section--banner .swiper-button-next {
    display: none;
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 20px;
  }
  .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 {
    padding: 0 5%;
  }
  .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 {
    margin-bottom: 100px;
  }
  .page--home .section--info .block--title {
    padding: 0 5%;
  }
  .page--home .section--video {
    margin-bottom: 80px;
  }
  .page--home .section--video .list--video li a .tit {
    width: 100%;
    font-size: 14px;
  }
  .page--home .section--video .list--video li a .thumb {
    margin-bottom: 15px;
  }
  .page--home .section--music {
    padding-bottom: 60px;
  }
  .page--home .section--music .list--music {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10%;
  }
  .page--home .section--music .list--music li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  .page--home .section--music .list--music li:nth-child(2n) {
    margin-right: 0;
  }
  .page--home .section--schedule {
    margin-bottom: 100px;
  }
  .page--home .section--schedule .block--title {
    padding: 0 5%;
  }
  .page--home .section--info.fc .list--information {
    text-align: left;
  }
  .page--home .section--info.fc .no-data {
    padding-left: 5%;
  }
  .page--home .section--movie_radio {
    margin-bottom: 100px;
  }
  .page--home .section--qa {
    padding-bottom: 100px;
  }
  .page--home .section--qa .list--qa .tit-wrap {
    padding: 0;
    margin-bottom: 20px;
  }
  .page--home .section--qa .list--qa .date {
    margin-bottom: 0;
  }
  .page--home .section--qa .list--qa li {
    margin: 0 10px;
    height: auto;
    margin-bottom: 20px;
  }
  .page--home .section--qa .list--qa li a {
    height: 100%;
  }
  .page--home .area--fc {
    padding-top: 30vw;
  }
  .page--home .area--fc .block--login {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 50px;
  }
  .page--home .area--fc .block--login .logo--fc {
    width: 70vw;
    margin: 0 auto 40px;
  }
  .page--home .area--fc .block--login .logo--fc .txt {
    font-size: 12px;
  }
  .page--home .area--fc .block--login .nav--login {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
  }
  .page--home .area--fc .block--login .nav--login li {
    width: 50%;
    min-width: 11em;
  }
  .page--home .area--fc .block--login .nav--login li a {
    font-size: 15px;
  }
  .page--home .area--fc .block--status a {
    font-size: 14px;
    padding: 15px;
  }
  body:not(.page--home) .section-tit {
    margin-bottom: 30px;
  }
  .page--info .tit-wrap {
    display: block !important;
    margin-bottom: 40px;
  }
  .page--info.page--member .section--detail .inner {
    padding: 35px 5% 85px;
  }
  .page--info.page--report .section--detail .txt {
    padding: 0;
    font-size: 15px;
  }
  .page--info.page--report .section--detail .txt .ph img {
    width: 100% !important;
  }
  .page--info.page--report .section--inner .button a {
    min-width: 90%;
  }
  .page--info.page--report .list--information li a {
    padding: 20px 4%;
  }
  .page--info.page--report .list--information li a .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page--info.page--report .list--information li a .thumb {
    width: 8em;
    min-width: 8em;
  }
  .page--info.page--report .list--information li a .icon--new {
    top: auto;
    bottom: -9px;
  }
  .page--info .block--share {
    padding-top: 2em;
    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 5%;
  }
  .page--info .section--detail .tit {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .page--info .section--detail .txt {
    padding-top: 20px;
  }
  body:not(.page--home).page--report .section-tit {
    font-size: max(10vw, 50px);
  }
  .page--schedule .list--information li {
    border: none;
    margin-bottom: 2em;
  }
  .page--schedule .list--information li.today {
    background-color: rgba(191, 226, 255, 0.8);
    color: #0b4f8b;
  }
  .page--schedule .list--information li.today .date {
    font-weight: bold;
    color: #0b4f8b;
  }
  .page--schedule .list--information li .date {
    padding: 1em 1em 0.5em;
    margin-bottom: 0;
  }
  .page--schedule .list--information li .date .md {
    font-size: 2em;
  }
  .page--schedule .list--information li .date .week {
    margin-left: 0.2em;
  }
  .page--schedule .list--information li .category {
    margin-left: 0;
    padding: 0.3em 1em;
    margin: 0;
  }
  .page--schedule .list--information li a {
    padding-top: 0;
  }
  .page--disco .form__select {
    width: 100%;
  }
  .page--disco .list--disco li {
    margin-bottom: 30px;
  }
  .page--disco .list--disco li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page--disco .list--disco li a .thumb {
    min-width: 8.5em;
    width: 8.5em;
    margin-right: 1.5em;
    margin-bottom: 0;
  }
  .page--disco .list--disco li .tit {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .page--disco .list--disco li .date, .page--disco .list--disco li .category {
    font-size: 10px;
  }
  .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 .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(0, 0, 0, 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--lyrics .section--detail .section-tit {
    margin-bottom: 20px;
  }
  .page--lyrics .list--information {
    width: 111%;
    left: -5%;
  }
  .page--lyrics .section--list .block--search form {
    padding-right: 5%;
  }
  .page--lyrics .section--list .block--search .block--pull-down {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
  }
  .page--lyrics .section--list .searchForm {
    width: 100% !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page--lyrics .txt {
    padding: 0;
  }
  .page--lyrics .section--detail .credit {
    margin-bottom: 30px;
  }
  .page--profile .block--logo .logo {
    width: 70vw;
  }
  .page--profile .block--ph .ph {
    margin: 0 0 20px;
  }
  .page--profile .block--bio .artist-name {
    font-size: max(12vw, 50px);
  }
  .page--profile .block--bio .artist-name::before {
    bottom: 0;
  }
  .page--profile .block--bio .bio--detail {
    letter-spacing: 0.08em;
  }
  .page--profile .block--bio .bio--detail .txt {
    padding-top: 0;
  }
  .page--profile .list--member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page--profile .list--member > li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 40px;
  }
  .page--profile .list--member > li:nth-child(2n) {
    margin-right: 0;
  }
  .page--profile .list--link li.txt {
    padding-top: 0;
  }
  .page--movie.new-movie .section--detail .block--player {
    position: relative !important;
    top: 0 !important;
  }
  .page--movie.new-movie .section--detail .area--more-info {
    padding: 0 5%;
  }
  .page--movie.new-movie .detail__btn {
    padding-bottom: 0 !important;
    margin: 60px 0 !important;
  }
  .page--movie.new-movie .section--detail .block--tit .tit {
    font-size: 1.4em !important;
  }
  .page--movie.new-movie .section--detail .block--tit .category, .page--movie.new-movie .section--detail .block--tit .date {
    font-size: 13px !important;
  }
  .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--detail {
    padding-top: 0 !important;
  }
  .page--movie .section--detail .txt--basic {
    margin: 24px 0 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--movie .list--more li {
    width: 49%;
    margin-right: 2%;
  }
  .page--movie .list--more li:nth-child(2n) {
    margin-right: 0;
  }
  .page--movie .list--more .tit {
    font-size: 13px;
  }
  .page--movie.new-movie .detail__btn {
    padding-left: 5%;
  }
  .page--movie.new-movie .section--detail .area--movie {
    width: 90% !important;
    margin: 0 auto 5vw;
  }
  .page--movie .section--detail .block--tit {
    margin-bottom: 0 !important;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    padding: 10px 1em !important;
  }
  .page--archive .block-tit {
    padding-left: 0;
  }
  .page--qa .section--header {
    margin-bottom: 40px;
  }
  .page--qa .section--detail .block__answer {
    padding: 20px;
  }
  .page--qa .section--detail .block__answer .txt {
    margin-bottom: 0;
  }
  .page--qa .section--detail .block__question {
    padding: 20px 20px 60px;
  }
  .page--qa .section--detail .txt {
    padding: 0;
  }
  .section--detail.page--contact .block--attention {
    padding: 1.5em;
  }
  .section--detail.page--contact .block--another {
    padding: 1.5em;
  }
  .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 {
    padding: 0 5%;
  }
  .page--faq .section--list .section-tit {
    letter-spacing: 0.05em;
    font-size: 25px;
  }
  .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 5%;
  }
  .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;
  }
  .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;
  }
  body.body--app .wrap {
    padding: 35px 0 70px;
  }
  body.body--app .detail__btn {
    display: block;
    text-align: center;
  }
  body.body--app .detail__btn a {
    display: inline-block;
    border: 1px solid;
    padding: 0.5em 1em;
    border-radius: 999px;
    margin-top: 70px;
  }
  body.body--app.body--android.page--questionnaire .section--detail {
    padding-bottom: 70vw;
  }
  body.body--app.page--blog.page--detail .detail__btn {
    display: inline-block;
  }
  body.body--app.page--blog.page--detail .detail__btn a {
    display: block;
    padding: 0;
    border: none;
    margin-top: 0;
    border-radius: 0;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .wrap {
    padding-top: 140px;
  }
  .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--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 .tit {
    width: 90%;
  }
  .page--disco .list--disco li .thumb {
    margin-bottom: 6px;
  }
}/*# sourceMappingURL=fanclub-service.css.map */