@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap");
@import url("https://use.typekit.net/rjh5fkr.css");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

/* ==============================================================
*  contents
* ============================================================ */
/* base
============================== */
html {
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  background: #ffffff;
  color: #010101;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-height: 100vh;
}

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

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

.txt--notice {
  color: #DB001E;
}

small {
  font-size: clamp(10px, 80%, 12px);
}

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

::-moz-selection {
  background: #010101;
  color: #ffffff;
}

::selection {
  background: #010101;
  color: #ffffff;
}

::-moz-selection {
  background: #010101;
  color: #ffffff;
}

.content-main {
  position: relative;
  min-height: 100%;
  transition: filter 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}
.content-main::after {
  position: absolute;
  z-index: -2;
  margin: 0 auto;
  background-color: #f7f7f7;
}

body.page--member .content-main::after {
  animation: background_color_change 20s cubic-bezier(0.6, 0, 0.2, 1) forwards infinite;
}

body.page--home .content-main::after {
  display: none;
}

.section-tit {
  color: #010101;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
.section-tit:tit__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}

.section-tit--sub {
  display: block;
  color: #010101;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.5;
}

.tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.5;
  word-break: break-word;
}

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

.txt--sub {
  font-size: 11px;
  line-height: 1.3;
}

.txt--en {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

.txt--lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}

.item--centering {
  text-align: center;
}

.item--right {
  text-align: right;
}

.item--attention {
  color: #DB001E;
}

.item--not-clickable a {
  pointer-events: none;
}

.bold {
  font-weight: bold;
}

i {
  font-family: FontAwesome;
}

.section--list,
.section--detail {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.section--list .block--tit .section-tit,
.section--detail .block--tit .section-tit {
  display: inline-block;
  border: solid 1px #010101;
}

.section--detail .block--tit .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}

.no-data {
  width: 100%;
  margin: 0 auto;
  color: #010101;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}

.list__more {
  position: relative;
}
.list__more a {
  display: inline-block;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #010101;
  text-align: left;
  line-height: 1;
  transition: color 0.3s;
}
.list__more a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #ffffff;
}

.list--txt li {
  padding-left: 1em;
  text-indent: -1em;
}
.list--txt li:last-of-type {
  margin-bottom: 0;
}

.list--nav--sns li {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
.list--nav--sns li a {
  color: #010101;
  transition: color 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}

.nav--external a::after {
  content: "\f08e";
  display: inline-block;
  color: #010101;
  font-family: FontAwesome;
  font-weight: 400;
}

.block--category {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
}
.block--category .block--nav--category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.block--category .block--nav--category li {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}
.block--category .block--nav--category li a, .block--category .block--nav--category li label .category {
  display: block;
  position: relative;
  color: #010101;
  font-weight: bold;
}
.block--category .block--nav--category li a::before, .block--category .block--nav--category li a::after, .block--category .block--nav--category li label .category::before, .block--category .block--nav--category li label .category::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.block--category .block--nav--category li a::before, .block--category .block--nav--category li label .category::before {
  z-index: 1;
  background-color: #BF001A;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.block--category .block--nav--category li a::after, .block--category .block--nav--category li label .category::after {
  background-color: #010101;
}
.block--category .block--nav--category li input[type=checkbox] {
  display: none;
}
.block--category .block--nav--category li input[type=checkbox]:checked + .category {
  color: #BF001A;
}
.block--category .block--nav--category li input[type=checkbox]:checked + .category::before {
  transform: scaleX(1);
}
.block--category .block--nav--category li:last-of-type {
  margin-right: 0;
}
.block--category .block--nav--category li.current a {
  color: #BF001A;
  pointer-events: none;
}
.block--category .block--nav--category li.current a::after {
  background-color: #BF001A;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img {
  display: block;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph.ph__dl::after, .thumb.ph__dl::after {
  display: none;
}

.page--wallpaper .section--detail .ph::after {
  display: none;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010101;
}

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

.svg-parts {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.sprite-parts__logo__official {
  fill: #010101;
}

.sprite-parts__logo__official__horizontal {
  fill: #010101;
  transition: fill 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}

.sprite-parts__logo__fc {
  fill: #010101;
}

.sprite-parts__menu__trigger__pick {
  fill: #666666;
  transition: fill 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}
.sprite-parts__menu__trigger__pick:hover {
  fill: #BF001A;
}

#pick__details__bg {
  fill: rgba(231, 231, 231, 0.1);
  transition: fill 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}

#pick__details__path__viewall {
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}

#pick__details__path__close {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}

body:not(.page--home) .sprite-parts__logo__official__horizontal:hover {
  fill: #BF001A;
}

.block--pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
}
.block--pager li {
  position: relative;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
.block--pager li.pager__item--current span {
  font-weight: 700;
}
.block--pager li a, .block--pager li span {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
.block--pager li a {
  display: block;
  position: relative;
  color: #010101;
  text-decoration: none;
  transition: 0.2s;
}
.block--pager .pager__item--number {
  color: #010101;
  text-align: center;
}
.block--pager .pager__item--newer {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 1px #010101;
  border-right: solid 1px #010101;
  transform: rotate(-135deg);
  transition: 0.2s;
}
.block--pager .pager__item--newer span::after {
  opacity: 0.3;
}
.block--pager .pager__item--older {
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 1px #010101;
  border-right: solid 1px #010101;
  transform: rotate(45deg);
  transition: 0.2s;
}
.block--pager .pager__item--older span::after {
  opacity: 0.3;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: solid 1px #BF001A;
  color: #BF001A;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.block--pager .pager__item--current span {
  display: block;
  width: 100%;
  height: 100%;
}

.block--pager__detail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
.block--pager__detail .pager__item--older a,
.block--pager__detail .pager__item--older span,
.block--pager__detail .pager__item--list a,
.block--pager__detail .pager__item--list span {
  display: block;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1;
}
.block--pager__detail .pager__item--newer span,
.block--pager__detail .pager__item--older span,
.block--pager__detail .pager__item--list span {
  opacity: 0.3;
}
.block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span {
  color: #ffffff;
}
.block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older span {
  color: #ffffff;
}
.block--pager__detail .pager__item--list a {
  color: #ffffff;
}
.block--pager__detail .detail__btn {
  display: flex;
}

.swiper-pagination {
  display: flex;
  position: static;
  z-index: 1;
  text-align: left;
}
.swiper-pagination.swiper-pagination-horizontal {
  width: auto;
}

.swiper-pagination.swiper-pagination-horizontal {
  line-height: 1;
}

.swiper-pagination-bullet {
  opacity: 1;
  margin: 0 !important;
  background: #ffffff;
}

.swiper-button-prev, .swiper-button-next {
  position: static;
  z-index: 1 !important;
  width: auto;
  height: auto;
  margin-top: 0;
}

.swiper-button-prev::after, .swiper-button-next::after {
  color: #010101;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.15em;
  transition: color 0.3s;
}

.swiper-button-prev::after {
  content: "PREV";
}

.swiper-button-next::after {
  content: "NEXT";
}

.swiper-button-lock + .progress-bar {
  display: none;
}

.no-carousel .block--carousel-nav {
  display: none;
}

/* プログレスバー */
.progress-bar {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-radius: 0;
  background: #a1a1a1;
  cursor: pointer;
}

.progress-bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 1px;
  background: #a1a1a1;
  transform-origin: left;
}

.progress-bar.swiper-pagination-bullet-active::after {
  background: #BF001A;
}

.progress-bar__inner {
  background: transparent;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active.progress-bar::after {
  animation: effect--progress-bar 0.4s linear forwards;
}

@keyframes effect--progress-bar {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.form--post dt {
  margin: 3em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}

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

/* placeholder */
::-moz-placeholder {
  color: #a1a1a1;
}
::input-placeholder, ::placeholder {
  color: #a1a1a1;
}

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

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

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #ffffff;
}

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

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

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

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: solid 1px #010101;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__select select {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.form__select select:focus {
  border-color: #010101;
}
.form__select select.form__error {
  background: #ffffff;
  color: #DB001E;
  border-color: #DB001E;
}
.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 {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #010101;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: 0.3s;
  vertical-align: middle;
}

/* 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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.form__checkbox.form__error {
  color: #DB001E;
}
.form__checkbox label p {
  display: inline-block;
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  margin: -0.6em 0 0;
  border-radius: 0.3em;
  border: solid 1px #010101;
  transition: border-color 0.3s background-color 0.3s;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0.2em;
  width: 0.8em;
  height: 0.4em;
  margin: -0.25em 0 0;
  border: solid 2px #010101;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: opacity 0.3s, border-color 0.3s;
}
.form__checkbox :checked ~ p::before {
  background: #BF001A;
  border-color: #BF001A;
}
.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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.form__radio.form__error {
  color: #DB001E;
}
.form__radio label p {
  display: inline-block;
  padding-left: 1.6em;
}
.form__radio label p {
  transition: font-weight 0.3s;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  transition: border 0.3s;
}
.form__radio :checked ~ p {
  font-weight: bold;
}
.form__radio :checked ~ p::before {
  border-color: #BF001A;
  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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.form__toggle.form__error {
  color: #DB001E;
}
.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: solid 1px #010101;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #010101;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #010101;
  border-color: #010101;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

/* form horizontal */
.form--horizontal li {
  display: inline-block;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

.form--confirm {
  margin: 2em 0 2em;
}

.form--confirm {
  margin-bottom: 2em;
}
.form--confirm dt {
  margin: 0 0 1em;
  color: #010101;
}
.form--confirm dd {
  margin: 0 0 2.5em;
  color: #010101;
  font-weight: bold;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn--main {
  overflow: hidden;
  height: inherit !important;
  border: solid 1px #BF001A;
  border-radius: 0.5em;
  background: rgba(255, 255, 255, 0);
  color: #BF001A;
  line-height: inherit !important;
}

.btn--sub {
  overflow: hidden;
  border-radius: 0.5em;
  border: solid 1px #414141;
  background: rgba(255, 255, 255, 0);
  color: #414141;
}

.btn--input {
  display: inline-block;
  position: relative;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
}
.btn--input span::before {
  content: "";
  content: "";
  display: block;
  width: 111%;
  height: 111%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #BF001A;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.btn--input span input {
  margin-top: 0;
}

.detail__btn {
  display: inline-block;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  letter-spacing: 0.02em;
}

.list--information {
  width: 100%;
}
.list--information li {
  position: relative;
}
.list--information li a {
  display: block;
  position: relative;
  color: #010101;
}
.list--information li a .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  word-break: break-word;
}
.list--information li a .block--sub--info {
  display: flex;
  align-items: flex-end;
}
.list--information li a .date {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.list--information li a .category {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.list--information li a::before, .list--information li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.list--information li a::before {
  z-index: 1;
  background-color: #BF001A;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}
.list--information li a::after {
  background-color: #010101;
}
.list--information li.new .date {
  display: flex;
  align-items: center;
  position: relative;
}
.list--information li.new .date::before {
  position: absolute;
  background-color: #BF001A;
}
.list--information li.new .tit::after {
  content: "NEW";
  display: inline-block;
  color: #BF001A;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  vertical-align: middle;
}
.list--information li:last-of-type {
  margin-bottom: 0;
}
.list--information.list--schedule li a::before, .list--information.list--schedule li a::after {
  display: none;
}
.list--information.list--schedule li a .list__inner {
  display: flex;
  align-items: flex-start;
}
.list--information.list--schedule li a .list__inner .block--schedule--date {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .block--date {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .month-date {
  letter-spacing: -0.02em;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .week {
  writing-mode: vertical-rl;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .block--date--sub {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .block--sub--info {
  position: relative;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .block--sub--info::before, .list--information.list--schedule li a .list__inner .block--schedule--date .block--sub--info::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .block--sub--info::before {
  z-index: 1;
  background-color: #BF001A;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .block--sub--info::after {
  background-color: #010101;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .icon--term {
  background-color: #010101;
  transition: background-color 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}

.list--contents, .list--photo, .list--discography {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list--contents li > a, .list--photo li > a, .list--discography li > a {
  display: block;
  position: relative;
}
.list--contents li .block--thumb, .list--photo li .block--thumb, .list--discography li .block--thumb {
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  padding-top: 56.25%;
  background-color: #010101;
}
.list--contents li .block--thumb img, .list--photo li .block--thumb img, .list--discography li .block--thumb img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  line-height: 0;
}
.list--contents li .block--thumb img.thumb--noimage, .list--photo li .block--thumb img.thumb--noimage, .list--discography li .block--thumb img.thumb--noimage {
  background-size: cover;
}
.list--contents li .block--thumb .blur, .list--photo li .block--thumb .blur, .list--discography li .block--thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1);
}
.list--contents li .block--thumb .blur img, .list--photo li .block--thumb .blur img, .list--discography li .block--thumb .blur img {
  height: 100%;
  background-size: cover;
}
.list--contents li .tit, .list--photo li .tit, .list--discography li .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #010101;
  word-break: break-word;
}
.list--contents li .date, .list--photo li .date, .list--discography li .date {
  display: block;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.list--contents li.new .date, .list--photo li.new .date, .list--discography li.new .date {
  display: flex;
  align-items: center;
  position: relative;
}
.list--contents li.new .date::after, .list--photo li.new .date::after, .list--discography li.new .date::after {
  background-color: #BF001A;
}

.list--photo li a, .list--discography li a, .list--photo-blog li a {
  display: block;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.list--photo li a .block--thumb, .list--discography li a .block--thumb, .list--photo-blog li a .block--thumb {
  padding-top: 100%;
}

.list--contents--category li a .block--thumb {
  padding-top: 100%;
}

.list--error li {
  color: #DB001E;
  font-weight: bold;
  line-height: 1.8;
}
.list--error li:last-of-type {
  margin-bottom: 0;
}

.section--detail .list--contents {
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .inner .txt a {
  text-decoration: underline;
}
.section--detail .tit {
  color: #010101;
}
.section--detail .block--sub--info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.section--detail .date {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.section--detail .date.end_time::before {
  content: "";
  display: inline-block;
  background-color: #010101;
  vertical-align: middle;
}
.section--detail .date:last-of-type::after {
  display: none;
}
.section--detail .category {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.section--detail .block--detail--footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: row-reverse;
}
.section--detail .block--detail--footer .detail__btn {
  margin-top: 0;
}
.section--detail .block--share li {
  display: inline-block;
}
.section--detail .block--share li i {
  color: #010101;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  fill: #010101;
  position: relative;
}
.section--detail .block--share li.share {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #010101;
}

.header .logo {
  transition: filter 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}
.header .drawer__btn {
  position: fixed;
  z-index: 4;
  mix-blend-mode: difference;
}
.header .drawer__btn .drawer__btn__inner {
  transform: rotateY(0deg);
}
.header .drawer__btn .drawer__btn__inner svg {
  animation: fuwafuwa 2s cubic-bezier(0.6, 0, 0.2, 1) forwards infinite;
}

.drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 3;
  background: white;
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.6, 0, 0.2, 1), visibility 1s cubic-bezier(0.6, 0, 0.2, 1), opacity 1s cubic-bezier(0.6, 0, 0.2, 1), background-color 2s cubic-bezier(0.6, 0, 0.2, 1);
}
.drawer .drawer__inner {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  margin: 0 auto;
}
.drawer .drawer__inner .block--heading {
  display: block;
}
.drawer .drawer__inner .block--heading span {
  display: inline-block;
  border: solid 1px #010101;
  color: #010101;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1;
}
.drawer .drawer__inner .g-nav {
  margin: 0 auto;
}
.drawer .drawer__inner .g-nav .list--nav--contents li a {
  color: #010101;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  transition: color 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.drawer .drawer__inner .g-nav .block--nav--fc {
  background: url(/static/fcsyc/common/logo--syc.svg) no-repeat center 10%;
  background-size: 90% 90%;
  background-color: rgba(255, 255, 255, 0.95);
  background-blend-mode: lighten;
  color: #010101;
}
.drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login {
  display: flex;
  align-items: center;
  position: relative;
}
.drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #414141;
  transform-origin: right;
}
.drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1;
}
.drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li a {
  color: #010101;
  transition: color 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.drawer .drawer__inner .g-nav .list--nav--sns {
  display: flex;
  flex-wrap: wrap;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

body:not(.drawer-visible) #pick__details__path__close {
  opacity: 0;
}
body:not(.drawer-visible) #pick__details__path__viewall {
  opacity: 1;
}
body:not(.drawer-visible) .drawer .drawer__inner .g-nav .block--nav--official li, body:not(.drawer-visible) .drawer .drawer__inner .g-nav .block--nav--fc li {
  opacity: 0;
  transform: translateX(-10%);
  transition: transform 0.6s, opacity 0.6s;
}
body:not(.drawer-visible) .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login::after {
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.01s;
}

body.drawer-visible {
  overflow: hidden;
}
body.drawer-visible .content-main, body.drawer-visible header .logo, body.drawer-visible footer {
  filter: blur(40px);
  pointer-events: none;
}
body.drawer-visible .drawer__btn {
  mix-blend-mode: unset;
}
body.drawer-visible .drawer__btn .drawer__btn__inner {
  transform: rotateY(360deg);
}
body.drawer-visible .sprite-parts__menu__trigger__pick {
  fill: #ffffff;
}
@-moz-document url-prefix() {
  body.drawer-visible .sprite-parts__menu__trigger__pick {
    fill: #666666;
  }
}
body.drawer-visible #pick__details__path__close {
  opacity: 1;
}
body.drawer-visible #pick__details__path__viewall {
  opacity: 0;
}
body.drawer-visible #pick__details__bg {
  fill: rgba(191, 0, 26, 0.8);
}
body.drawer-visible .drawer {
  visibility: visible;
  opacity: 1;
  z-index: 3;
  transform: translate3d(0, 0, 0);
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(1), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(1) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.65s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.65s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(2), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(2) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.7s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.7s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(3), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(3) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.75s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.75s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(4), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(4) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.8s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.8s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(5), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(5) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.85s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.85s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(6), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(6) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.9s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.9s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(7), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(7) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.95s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.95s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(8), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(8) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(9), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(9) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(10), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(10) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(11), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(11) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.15s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.15s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(12), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(12) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.2s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.2s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(13), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(13) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.25s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.25s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(14), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(14) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.3s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.3s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(15), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(15) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.35s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.35s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(16), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(16) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.4s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.4s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(17), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(17) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.45s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.45s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(18), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(18) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.5s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.5s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(19), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(19) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.55s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.55s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(20), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(20) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.6s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.6s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login::after {
  transform: scaleX(1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(1) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(2) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(3) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.15s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.15s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(4) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.2s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.2s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(5) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.25s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.25s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(6) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.3s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.3s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(7) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.35s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.35s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(8) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.4s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.4s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(9) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.45s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.45s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(10) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.5s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.5s;
}

body.browser_back .drawer {
  transition: none;
}

footer {
  position: relative;
  margin-top: auto;
  background-color: #010101;
  transition: filter 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}
footer .inner {
  margin: 0 auto;
}
footer .inner .list--support .nav--support li a {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
footer .inner .block--link .list--link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .inner .block--link .list--link li a {
  position: relative;
  color: #ffffff;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}
footer .inner .block--link .list--link li a .link__thumbnail {
  display: none;
}
footer .copyright {
  color: #ffffff;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

body:not(.page--home) footer {
  background-color: transparent;
}
body:not(.page--home) footer .inner {
  display: block;
}
body:not(.page--home) footer .inner .list--support {
  display: none;
}
body:not(.page--home) footer .inner .block--link {
  display: none;
}
body:not(.page--home) footer .copyright {
  color: #010101;
  text-align: left;
}

.page--home .wrap {
  overflow: hidden;
}
.page--home .section--top .section--inner {
  position: relative;
  height: 100%;
}
.page--home .section--top .section--inner .block--tit {
  z-index: 1;
}
.page--home .section--top .section--inner .block--keyvisual {
  position: relative;
}
.page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner {
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  background-color: #010101;
}
.page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner img {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner .blur {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1);
}
.page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner .blur img {
  height: 100%;
  background-size: cover;
}
.page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner .block--keyvisual--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.page--home .section--top .section--inner .block--keyvisual .block--scroll {
  position: absolute;
  margin: 0 auto;
}
.page--home .section--top .section--inner .block--keyvisual .block--scroll .scroll-txt {
  display: block;
  color: #010101;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.15em;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.page--home .section--top .section--inner .block--keyvisual .block--scroll .scroll {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.page--home .section--top .section--inner .block--keyvisual .block--scroll .scroll .line {
  width: 1px;
  background-color: #010101;
  transform-origin: top;
  animation: scroll 2s linear 1s infinite;
  transform-origin: top;
}
.page--home .section--top .section--inner .block--keyvisual .block--scroll .scroll .line:last-of-type {
  margin-top: 2em;
  animation: scroll 2s cubic-bezier(0.6, 0, 0.2, 1) linear 1s infinite;
}
.page--home .section--top .section--inner .block--keyvisual .block--scroll.scrolling {
  opacity: 0 !important;
  transition: opacity 0.2s 0s !important;
}
@keyframes scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.0001% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.page--home .section--top .block--nav--sns {
  display: inline-block;
  color: #010101;
}
.page--home .section--top .block--nav--sns li {
  line-height: 1;
}
.page--home .section--top .block--nav--sns li:last-of-type {
  margin-bottom: 0;
}
.page--home .section--top .block--pickup {
  background-color: #f8f8f8;
}
.page--home .section--top .birthday-message {
  position: absolute;
  right: 0;
}
.page--home .section--top .birthday-message .btn--birthday {
  border: none;
  border-radius: 0;
  background-color: #BF001A;
  color: #ffffff;
  transition: background-color 0.3s ease-out;
  animation: 3s fuwafuwa infinite;
}
.page--home .section--top .birthday-message .btn--birthday i {
  font-family: "Font Awesome 5 Free";
}
.page--home .header > .logo {
  display: none;
}
.page--home .section--banner {
  position: relative;
}
.page--home .section--banner .list--bnr li a {
  display: block;
}
.page--home .section--banner .list--bnr li img {
  width: 100%;
}
.page--home .section--banner .list--bnr figure {
  position: relative;
}
.page--home .section--banner .list--bnr figure::after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transform: scale(0, 0);
  transition: transform 0.4s, opacity 1s;
}
.page--home .section--banner .block--carousel-nav .block--button-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--home .section--news, .page--home .section--schedule, .page--home .section--video {
  position: relative;
}
.page--home .section--news .section--inner::after, .page--home .section--schedule .section--inner::after, .page--home .section--video .section--inner::after {
  position: absolute;
  bottom: 0;
  z-index: -1;
  margin: 0 auto;
  background-color: #f7f7f7;
}
.page--home .section--news .block--tit, .page--home .section--schedule .block--tit, .page--home .section--video .block--tit {
  position: relative;
  border: solid 1px #010101;
  text-align: right;
}
.page--home .section--news .block--tit .section-tit, .page--home .section--schedule .block--tit .section-tit, .page--home .section--video .block--tit .section-tit {
  color: #010101;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  letter-spacing: 0.8em;
}
.page--home .section--news .list__more a::after, .page--home .section--schedule .list__more a::after, .page--home .section--video .list__more a::after {
  background-color: #010101;
}
.page--home .section--news .list--information, .page--home .section--schedule .list--information, .page--home .section--video .list--information {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #f7f7f7;
}
.page--home .section--news .list--information li, .page--home .section--schedule .list--information li, .page--home .section--video .list--information li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page--home .section--news .list--information a, .page--home .section--schedule .list--information a, .page--home .section--video .list--information a {
  display: block;
  width: 100%;
}
.page--home .section--video .section--inner .block--video .video__container .list--video {
  display: flex;
}
.page--home .section--video .section--inner .block--thumb--wrap {
  position: relative;
  padding-top: 56.25%;
}
.page--home .section--video .section--inner .block--thumb {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  line-height: 0;
  cursor: pointer;
}
.page--home .section--video .section--inner .block--thumb img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center 50%;
  background-size: cover;
  line-height: 0;
}
.page--home .section--video .section--inner .block--thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1);
}
.page--home .section--video .section--inner .block--thumb .blur img {
  height: 100%;
  background-size: cover;
}
.page--home .section--video .section--inner .tit {
  color: #010101;
}
.page--home .section--video .section--inner.wrap__no-data {
  justify-content: center;
}
.page--home .area--fc {
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  transition: opacity 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.3s;
}
.page--home .area--fc .area--inner--head {
  display: flex;
  justify-content: flex-start;
}
.page--home .area--fc .block--logo--fc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #ffffff;
}
.page--home .area--fc .block--logo--fc .block--logo--fc--sub {
  width: 100%;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.1em;
  text-align: center;
}
.page--home .area--fc .block--login {
  display: flex;
}
.page--home .area--fc .block--login li {
  color: #BF001A;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
.page--home .area--fc .section--contents {
  position: relative;
}
.page--home .area--fc .section--contents .block--loop {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
}
.page--home .area--fc .section--contents .block--loop .block--loop--item {
  display: flex;
  flex-wrap: nowrap;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #5a5a5a;
  text-stroke: 1px #5a5a5a;
  white-space: nowrap;
  animation: flowimg 30s infinite linear 1s both;
}
@keyframes flowimg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.page--home .area--fc .no-data {
  color: #ffffff;
}
.page--home .area--fc .section--movie, .page--home .area--fc .section--gallery, .page--home .area--fc .section--photo-blog {
  position: relative;
}
.page--home .area--fc .section--movie .block--tit, .page--home .area--fc .section--gallery .block--tit, .page--home .area--fc .section--photo-blog .block--tit {
  position: relative;
  border: solid 1px #ffffff;
  text-align: right;
}
.page--home .area--fc .section--movie .block--tit .section-tit, .page--home .area--fc .section--gallery .block--tit .section-tit, .page--home .area--fc .section--photo-blog .block--tit .section-tit {
  color: #ffffff;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  letter-spacing: 0.8em;
}
.page--home .area--fc .section--movie .list__more a, .page--home .area--fc .section--gallery .list__more a, .page--home .area--fc .section--photo-blog .list__more a {
  color: #ffffff;
}
.page--home .area--fc .section--movie .list__more a::after, .page--home .area--fc .section--gallery .list__more a::after, .page--home .area--fc .section--photo-blog .list__more a::after {
  background-color: #ffffff;
}
.page--home .area--fc .section--movie .list--contents, .page--home .area--fc .section--gallery .list--contents, .page--home .area--fc .section--photo-blog .list--contents {
  width: 100%;
}
.page--home .area--fc .section--movie .list--contents li, .page--home .area--fc .section--gallery .list--contents li, .page--home .area--fc .section--photo-blog .list--contents li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
  width: 100%;
}
.page--home .area--fc .section--movie .list--contents li .block--item--info, .page--home .area--fc .section--gallery .list--contents li .block--item--info, .page--home .area--fc .section--photo-blog .list--contents li .block--item--info {
  position: relative;
  color: #ffffff;
}
.page--home .area--fc .section--movie .list--contents li .block--item--info .tit, .page--home .area--fc .section--gallery .list--contents li .block--item--info .tit, .page--home .area--fc .section--photo-blog .list--contents li .block--item--info .tit {
  color: #ffffff;
  font-weight: 400;
}
.page--home .area--fc .section--movie .list--contents a, .page--home .area--fc .section--gallery .list--contents a, .page--home .area--fc .section--photo-blog .list--contents a {
  display: block;
  width: 100%;
}
.page--home:not(.area--fc--in) .wrap {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.01s;
}
.page--home.area--fc--in .wrap {
  background-color: black;
  transition: background-color 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
}

.page--news .list--contents {
  flex-wrap: wrap;
}
.page--news.page--video .section--list .list--contents li .block--thumb img {
  background-size: cover;
}
.page--news.page--video .txt p {
  display: none;
}

.page--schedule .block--month {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.page--schedule .block--month .tit {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.01em;
}
.page--schedule .block--month .block--prev-next {
  display: flex;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
.page--schedule .block--month .block--prev-next .prev-month::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #010101;
  transform-origin: bottom;
  transform: rotate(30deg);
}

.page--discography .list--discography li .date, .page--discography .list--discography li .category {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--discography .section--detail {
  position: relative;
  padding: 0;
}
.page--discography .block--disc-detail .tit-wrap {
  display: block;
  border-bottom: solid 1px #010101;
}
.page--discography .block--disc-detail .block--track {
  background: #f3f1f1;
}
.page--discography .block--disc-detail .block--track .block-tit {
  color: #010101;
  border-bottom: solid 1px #010101;
}
.page--discography .block--sub--info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.page--biography .block--tit .section-tit {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
.page--biography .block--name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}

.page--photo.page--photo--detail .block--tit .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}

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

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

#swipebox-overlay {
  background: #010101;
}
#swipebox-overlay .slide img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}

#swipebox-prev, #swipebox-next, #swipebox-close {
  width: 4em;
  height: 4em;
}

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

#swipebox-action #swipebox-close {
  top: 2em;
  right: 3%;
  border-radius: 100%;
  background: none;
  background-color: #010101;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 2em;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 48%;
  left: 1.1em;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
#swipebox-action #swipebox-close::before {
  transform: rotate(45deg);
}
#swipebox-action #swipebox-close::after {
  transform: rotate(-45deg);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  position: fixed;
  top: 93%;
  border-radius: 100%;
  background: none;
  background-color: #010101;
  color: #ffffff;
  transform: translateY(-50%);
}
#swipebox-action #swipebox-prev {
  left: 3%;
}
#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.5em;
  left: 1.8em;
  width: 1em;
  height: 1em;
  border: solid 2px;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
}
#swipebox-action #swipebox-next {
  right: 3%;
}
#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.5em;
  right: 1.8em;
  width: 1em;
  height: 1em;
  border: solid 2px;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
}

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

.page--movie .video-js .vjs-big-play-button {
  height: 3em;
  border: solid 5px #ffffff;
  border-radius: 50%;
  background: transparent;
}
.page--movie .video-js .vjs-control-bar {
  background-color: #000000;
}
.page--movie .video-js .vjs-load-progress {
  background-color: rgba(255, 255, 255, 0.2);
}
.page--movie .video-js .vjs-load-progress div {
  background-color: rgba(255, 255, 255, 0.2);
}
.page--movie .vjs-icon-play:before, .page--movie .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 2em;
  position: absolute;
  top: 24%;
  transition: transform 0.3s, top 0.3s;
}
.page--movie .vjs-big-play-button {
  font-size: 0;
  background: no-repeat center url(/static/common/newmovie/img/ico--play.svg);
  background-size: contain;
}
.page--movie .block--player {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  background: #000000;
  line-height: 0;
}
.page--movie .block--player img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .block--player > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.page--movie .block--more_movies {
  border-top: solid 1px rgba #ffffff, 0.5;
}
.page--movie .block--more_movies .more_movies_title {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

.page--movie.new-movie .content-main .section--list {
  width: 81vw;
  max-width: 1100px;
  margin: 2em auto 4em;
}
.page--movie.new-movie .content-main .section--list .section-tit {
  display: inline-block;
  border: solid 1px #010101;
  padding: 1.5em 1.5em 2.4em 1.5em;
  transform: scaleY(0);
  transform-origin: top;
}
.page--movie.new-movie .content-main .section--list .section-tit.started {
  transform: scaleY(1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.page--movie.new-movie .content-main .section--list .list--contents {
  gap: 0;
}
.page--movie.new-movie .content-main .section--list .list--contents li {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 3em;
  transform: translateX(-6vw);
}
.page--movie.new-movie .content-main .section--list .list--contents li.started {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.15s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.15s;
  transform: translate3d(0, 0, 0);
}
.page--movie.new-movie .content-main .section--list .list--contents li.started a .thumb {
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}
.page--movie.new-movie .content-main .section--list .list--contents li.started a .thumb img {
  transform: scale(1);
}
.page--movie.new-movie .content-main .section--list .list--contents li a .tit {
  margin-top: 0;
}
.page--movie.new-movie .content-main .section--list .list--contents li a .date {
  font-size: 12px;
  margin-bottom: 10px;
  opacity: 1;
}
.page--movie.new-movie .content-main .section--list .list--contents li a .thumb {
  overflow: hidden;
  position: relative;
}
.page--movie.new-movie .content-main .section--list .list--contents li a .thumb img {
  transform: scale(2);
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}
.page--movie.new-movie .content-main .section--list .list--contents li a:hover .thumb img {
  transform: scale(1.2);
}
.page--movie.new-movie .content-main::after {
  animation: background_color_change 20s cubic-bezier(0.6, 0, 0.2, 1) forwards infinite;
}
.page--movie.new-movie .content-main .section--detail {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.page--movie.new-movie .content-main .section--detail .block--player {
  margin: 0 auto 1.2em;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  background: #000000;
  line-height: 0;
  aspect-ratio: 0;
  top: auto;
  left: auto;
}
.page--movie.new-movie .content-main .section--detail .block--tit {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 0.6em;
}
.page--movie.new-movie .content-main .section--detail .block--tit .tit {
  font-size: 24px;
  margin: 0 0 10px 0;
}
.page--movie.new-movie .content-main .section--detail .block--tit .date {
  font-size: 11px;
  opacity: 1;
}
.page--movie.new-movie .content-main .section--detail .area--more-info {
  display: none;
}

.page--blog .section--detail .video-js .vjs-big-play-button {
  height: 3em;
  border: solid 5px #ffffff;
  border-radius: 50%;
  background: transparent;
}
.page--blog .section--detail .video-js .vjs-control-bar {
  background-color: #000000;
}
.page--blog .section--detail .video-js .vjs-load-progress {
  background-color: rgba(255, 255, 255, 0.2);
}
.page--blog .section--detail .video-js .vjs-load-progress div {
  background-color: rgba(255, 255, 255, 0.2);
}
.page--blog .section--detail .vjs-icon-play:before, .page--blog .section--detail .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 2em;
  position: absolute;
  top: 24%;
  transition: transform 0.3s, top 0.3s;
}
.page--blog .section--detail .vjs-big-play-button {
  border: none !important;
  background: no-repeat center url(/static/common/newmovie/img/ico--play.svg) !important;
  background-size: contain;
  font-size: 0;
}
.page--blog .section--detail .video-js video {
  position: relative !important;
}
.page--blog .section--detail .block--player {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  background: #000000;
  line-height: 0;
}
.page--blog .section--detail .block--player img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .section--detail .block--player > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.page--blog.staff-blog .section--detail .inner .block--tit .section-tit {
  max-width: 100%;
}
.page--blog.staff-blog .section--detail .inner .block--tit .section-tit .block--sub--info {
  margin-top: 10px;
}
.page--blog.staff-blog .section--detail .inner .txt p {
  margin: 0 0 40px 0;
  font-size: 14px;
  line-height: 1.5;
}

.page--blog.photo-blog .section--list .block--tit {
  display: flex;
  align-items: center;
}
.page--blog.photo-blog .section--list .list--contents li {
  position: relative;
  transform: translate(0);
}
.page--blog.photo-blog .section--list .list--contents li.new {
  font-weight: 700;
}
.page--blog.photo-blog .section--list .list--contents li.new .date::after {
  display: none;
}
.page--blog.photo-blog .section--list .list--contents.nologin .block--thumb {
  position: relative;
}
.page--blog.photo-blog .section--list .list--contents.nologin .block--thumb img {
  filter: blur(20px);
}
.page--blog.photo-blog .section--list .list--contents.nologin .block--thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(/static/fcsyc/common/membersonly.png) no-repeat center center/cover;
  mix-blend-mode: lighten;
}
.page--blog.photo-blog .section--list .list--contents.nologin .members-only {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--blog.photo-blog .section--list .block--thumb img {
  background-size: cover;
}
.page--blog.photo-blog .slick-arrow {
  display: block;
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.page--blog.photo-blog .slick-arrow.slick-next, .page--blog.photo-blog .slick-arrow.slick-next:focus, .page--blog.photo-blog .slick-arrow.slick-next:hover, .page--blog.photo-blog .slick-arrow.slick-prev, .page--blog.photo-blog .slick-arrow.slick-prev:focus, .page--blog.photo-blog .slick-arrow.slick-prev:hover {
  color: inherit;
  font-weight: bold;
}
.page--blog.photo-blog .slick-arrow.slick-disabled {
  pointer-events: none;
}
.page--blog.photo-blog .slick-dots {
  position: absolute;
}
.page--blog.photo-blog .slick-dots li {
  transition: 0.3s;
}
.page--blog.photo-blog .slick-dots li:last-of-type {
  margin-right: 0;
}
.page--blog.photo-blog .slick-dots li::before {
  content: "";
  display: block;
  opacity: 1;
  border-radius: 100%;
  background: #ffffff;
}
.page--blog.photo-blog .slick-dots li.slick-active::before {
  background: #BF001A;
}
.page--blog.photo-blog .slick-dots li button {
  display: none;
}
.page--blog.photo-blog .section--detail .section--detail--inner {
  overflow: hidden;
  border-radius: 0.8em;
  background-color: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt {
  display: flex;
  color: #010101;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt a {
  color: #BF001A;
  text-decoration: none;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail {
  color: #010101;
  border-bottom: solid 1px #f3f1f1;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail .date {
  margin: 0;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .block--writer--inner {
  display: flex;
  align-items: center;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .icon {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .icon > img {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-size: cover;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .icon .blur {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  transform: scale(1.5);
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .icon .blur img {
  width: 100%;
  background-size: cover;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .icon.icon_member_1 > img, .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .icon.icon_member_2 > img, .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .icon.icon_member_3 > img {
  width: 100%;
  background-size: contain;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .writer {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .date {
  display: block;
}
.page--blog.photo-blog .section--detail .section--detail--inner .block--thumb {
  position: relative;
}
.page--blog.photo-blog .section--detail .section--detail--inner .block--thumb .list--thumb {
  margin: 0;
}
.page--blog.photo-blog .section--detail .section--detail--inner .ph {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt-area {
  border-bottom-right-radius: 0.3em;
  background-color: #ffffff;
  color: #010101;
}
.page--blog.photo-blog .section--detail .section--detail--inner .ulizahtml5 {
  width: 100% !important;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  cursor: pointer;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like i {
  color: #800011;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like i.clicked {
  color: #BF001A;
  animation: item_stretch_bouncy 0.4s;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like .likes, .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .liked {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

.page--special .section--detail .block--tit .section-tit {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

.page--support .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--support .tit {
  font-weight: normal;
}
.page--support .list--support a {
  text-decoration: underline;
}
.page--support .list--support dt {
  font-weight: bold;
}

.page--faq .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--faq .section--list .tit {
  font-weight: normal;
  text-align: left;
}
.page--faq .section--list .btn {
  text-align: center;
}
.page--faq .searchBox {
  position: relative;
}
.page--faq .searchBox input[type=text] {
  width: 100%;
  color: #010101;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  z-index: 2;
  border: none;
  border-radius: 30px;
  background: transparent;
  color: #010101;
  font-family: FontAwesome;
  cursor: pointer;
}
.page--faq .list--tag {
  display: flex;
  flex-wrap: wrap;
}
.page--faq .list--tag li {
  display: inline-block;
}
.page--faq .list--tag li a {
  display: block;
  border: solid 1px #414141;
  border-radius: 2em;
  line-height: 1;
  text-align: center;
}
.page--faq .tit--category {
  font-weight: bold;
}
.page--faq .list--faq:last-of-type {
  margin-bottom: 0;
}
.page--faq .list--faq li {
  border-bottom: solid 1px #010101;
}
.page--faq .list--faq li:first-of-type {
  border-top: solid 1px #010101;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: baseline;
  align-items: center;
  text-decoration: none;
}
.page--faq .list--faq li .txt {
  margin-bottom: 0;
}
.page--faq .list--faq li .icon--a {
  display: none;
}
.page--faq .list--faq li .icon--q {
  display: none;
}
.page--faq .block--faq-detail {
  border: solid 1px #010101;
}
.page--faq .block--faq-detail dt {
  border-bottom: solid 1px #010101;
}
.page--faq .block--faq-detail .txt a {
  text-decoration: underline;
  transition: 0.3s;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact .link a::after {
  transition: all 0.3s 0s ease;
  transition: 0.3s;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .block--tit .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--questionnaire form .form--post + .txt--sub {
  margin-bottom: 1em;
  text-align: center;
}
.page--questionnaire form .form--post dt {
  font-weight: bold;
}
.page--questionnaire form .form--post .form__select select {
  border: solid 1px #010101;
  background-color: rgba(255, 255, 255, 0.9);
}
.page--questionnaire form .form--post .form__select::after {
  position: absolute;
  border-color: #010101;
  pointer-events: none;
}
.page--questionnaire form .form--post textarea {
  border: solid 1px #010101;
  background-color: rgba(255, 255, 255, 0.9);
}
.page--questionnaire .form--horizontal .form__select::after {
  position: absolute;
  border-color: #010101;
}
.page--questionnaire .icon--required {
  display: inline-block;
}
.page--questionnaire .icon--required::before {
  content: "必須";
  background: #DB001E;
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
}

.page--entry .block--heading .txt {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: center;
}
.page--entry .block--information > ul {
  display: flex;
  flex-wrap: wrap;
}
.page--entry .block--information > ul > li {
  background-color: #ffffff;
}
.page--entry .block--information > ul > li .block--tit {
  border-bottom: solid 1px #010101;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--entry .block--table.list--comparative ul {
  display: flex;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px #010101;
}
.page--entry .block--table.list--comparative ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-right: solid 1px #43321F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
}
.page--entry .block--table.list--comparative ul li .txt--sub {
  width: 100%;
}
.page--entry .block--table.list--comparative ul li:nth-of-type(2) {
  background: rgba(50, 130, 183, 0.1);
}
.page--entry .block--table.list--comparative ul li:nth-of-type(3) {
  background: rgba(191, 0, 26, 0.1);
}
.page--entry .block--table.list--comparative ul li:last-of-type {
  border-right: none;
}
.page--entry .block--table.list--comparative ul:last-of-type {
  border-bottom: none;
}
.page--entry .block--table.list--comparative .list--contents--label li:nth-of-type(1) {
  background: #010101;
  color: #ffffff;
}
.page--entry .block--table.list--comparative .list--contents--label li:nth-of-type(2) {
  background: #3282B7;
  color: #ffffff;
}
.page--entry .block--table.list--comparative .list--contents--label li:nth-of-type(3) {
  background: #BF001A;
  color: #ffffff;
}
.page--entry .block--table.list--comparative [class^=status-] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.page--entry .block--table.list--comparative .status-circle {
  position: relative;
  border-radius: 50%;
  border: solid 2px;
}
.page--entry .block--table.list--comparative .status-triangle {
  font-weight: 900;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--entry .block--table.list--comparative .status-ng {
  border-bottom: solid 2px #010101;
}
.page--entry .block--table.list--comparative:last-of-type {
  margin-bottom: 0;
}
.page--entry .block--contents .block--tit {
  border-bottom: solid 1px #010101;
  color: #010101;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--entry .block--contents .list--contents {
  display: block;
}
.page--entry .block--contents .list--contents li {
  background-color: #ffffff;
}
.page--entry .block--contents .list--contents li .inner .block--txt .name {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--entry .block--contents .list--contents li .inner.block--with-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page--entry .block--contents .list--contents li .inner.block--with-photo .block--photo img {
  width: 100%;
}
.page--entry .block--login--fanplus {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #010101;
}
.page--entry .block--login--fanplus .tit {
  width: 100%;
  border-bottom: solid 1px #f7f7f7;
  color: #f7f7f7;
  text-align: center;
}
.page--entry .block--login--fanplus .txt--basic.txt--login {
  color: #ffffff;
  text-align: center;
}

.page--stream .inner {
  overflow: hidden;
}
.page--stream .txt--lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--stream .block--guide .tit {
  color: #BF001A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--stream .block--adjust {
  border-bottom: solid 1px #010101;
}
.page--stream .block--adjust .adjust-list .adjust-list__item .tit {
  color: #BF001A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--stream .block--attention .tit {
  color: #BF001A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--stream .block--attention dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}

.page--livestreaming * {
  background-repeat: inherit;
  background-size: inherit;
}
.page--livestreaming .live-mode .eqp-live-content {
  background-color: rgba(0, 0, 0, 0.8);
}
.page--livestreaming #player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page--livestreaming #player > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.page--livestreaming #player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page--livestreaming .section--detail .block--txt .section-tit {
  border-bottom: solid 1px #010101;
  color: #010101;
}
.page--livestreaming .section--detail .block--comment--wrap .block--post input {
  cursor: pointer;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .name {
  width: 100%;
  font-weight: bold;
  line-height: 1.1;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .txt {
  width: 100%;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .date {
  line-height: 1;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .block--delete {
  display: flex;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .report-btn {
  line-height: 1;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .report-btn span {
  cursor: pointer;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .report-btn:last-of-type {
  margin-left: 1.2em;
}
.page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments {
  height: auto !important;
  margin-top: 3em;
}
.page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments .comment {
  margin-bottom: 1em;
  padding: 1em;
  background-color: #ffffff;
}
.page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments .comment .btn--delete {
  text-align: left;
}
.page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments .comment .btn--delete button {
  border: solid 1px #010101;
  border-radius: 0.3em;
  background-color: #ffffff;
  color: #010101;
  line-height: 1;
  cursor: pointer;
}

.page--ticket.section--detail .txt--lead.block--attention {
  border-color: #DB001E;
  color: #DB001E;
}
.page--ticket.section--detail .txt--notice {
  font-weight: 600;
}
.page--ticket.section--detail .block--info {
  background-color: #f3f1f1;
}
.page--ticket.section--detail .block--info .txt--main {
  color: #000000;
  font-weight: 600;
}
.page--ticket.section--detail .block--info a {
  text-decoration: underline;
}
.page--ticket.section--detail .block--attention dt {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.type--no-base-styles .content-main::after {
  display: none;
}
.type--no-base-styles header {
  display: inherit;
  opacity: 1;
}
.type--no-base-styles header > .logo {
  display: none;
}

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

/*  effect
------------------------------ */
@keyframes bg_mask {
  0% {
    transform: translate(-100%, 0);
  }
  40%, 60% {
    transform: translate(0, 0);
  }
  99.9% {
    transform: translate(100%, 0);
    opacity: 1;
  }
  100% {
    display: none;
  }
}
.bg_mask {
  overflow: hidden;
  position: relative;
  background: transparent;
  color: transparent;
  transition: color 0.5s 0.4s;
}
.bg_mask::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1%;
  bottom: -1%;
  left: 0;
  background: #010101;
  transform: translate(100%, 0);
}
.bg_mask.delighter.started::before {
  animation: bg_mask 1s cubic-bezier(0.8, 0, 0.17, 1);
}

@keyframes item_stretch_horizontal {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes item_stretch_vertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes item_stretch_bouncy {
  0% {
    transform: scale(0);
  }
  35% {
    transform: scale(0.2);
  }
  45% {
    transform: scale(0.4);
  }
  60% {
    transform: scale(1.2, 0.9) translate(0%, 6%);
  }
  80% {
    transform: scale(0.8, 1.1) translate(0%, -4%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes mask-circle {
  0% {
    -webkit-clip-path: circle(0 at 96% 5vw);
    clip-path: circle(0 at 96% 5vw);
  }
  100% {
    -webkit-clip-path: circle(200% at 96% 5vw);
    clip-path: circle(200% at 96% 5vw);
  }
}
@keyframes mask-circle_out {
  0% {
    -webkit-clip-path: circle(200% at 96% 5vw);
    clip-path: circle(200% at 96% 5vw);
  }
  100% {
    -webkit-clip-path: circle(0 at 96% 5vw);
    clip-path: circle(0 at 96% 5vw);
  }
}
@keyframes mask-btotop {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes mask-toptob {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes slidein_left {
  0% {
    opacity: 0;
    left: -25%;
  }
  100% {
    opacity: 1;
    left: 0%;
  }
}
@keyframes slidein_right {
  0% {
    opacity: 0;
    right: -25%;
  }
  100% {
    opacity: 1;
    right: 0%;
  }
}
@keyframes slidein_bottom {
  0% {
    opacity: 0;
    transform: translate(0, 2em);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes kurukuru {
  0% {
    transform: rotateY(0) translateY(0px);
    opacity: 0;
  }
  100% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
@keyframes kurukuru-out {
  0% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
  100% {
    transform: rotateY(0) translateY(0px);
    opacity: 0;
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes background_color_change {
  0%, 100% {
    background-color: #f7f7f7;
  }
  30% {
    background-color: #f9f1f1;
  }
  60% {
    background-color: #efeff0;
  }
  90% {
    background-color: #f7f7f7;
  }
}
@keyframes load {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.delighter {
  opacity: 0;
}

.delighter.started {
  opacity: 1;
}

body:not(.started) {
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
}
body.started {
  opacity: 1;
}

.section--top.delighter .block--keyvisual {
  opacity: 0;
  transform-origin: right;
}
.section--top.delighter .block--keyvisual .block--keyvisual--inner > img {
  transform: scale(1.6);
}
.section--top.delighter .block--tit {
  opacity: 0;
  transform: scale(1.1) translateX(11.8vw);
  transform-origin: left top;
}
.section--top.delighter .list--nav--sns {
  opacity: 0;
  transform: translateY(-8%);
  transform-origin: top;
}
.section--top.delighter .block--pickup {
  opacity: 0;
  transform: translateX(-10%);
  transform-origin: left;
}
.section--top.delighter .block--scroll {
  opacity: 0;
  transform: translateY(-50%);
  transform-origin: top;
}
.section--top.delighter .block--message {
  opacity: 0;
}
.section--top.started .block--keyvisual {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
}
.section--top.started .block--keyvisual .block--keyvisual--inner > img {
  transform: scale(1);
  transition: transform 4s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
}
.section--top.started .block--tit {
  opacity: 1;
  transform: none;
  transition: transform 1.5s cubic-bezier(0.65, 0, 0.35, 1), opacity 1.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.section--top.started .list--nav--sns {
  opacity: 1;
  transform: none;
  transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1) 1.6s, opacity 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1.6s;
}
.section--top.started .block--pickup {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.65, 0, 0.35, 1) 2s, transform 1s cubic-bezier(0.65, 0, 0.35, 1) 2s;
}
.section--top.started .block--scroll {
  opacity: 1;
  transform: none;
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 2.1s, opacity 0.8s cubic-bezier(0.65, 0, 0.35, 1) 2.1s;
}
.section--top.started .block--message {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1) 3.2s;
}

.drawer__btn.delighter .drawer__btn__inner {
  opacity: 0;
}
.drawer__btn.started .drawer__btn__inner {
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
}

.section--banner.delighter {
  opacity: 0;
  transform: translateX(-10%);
}
.section--banner.started {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.area--official section .block--tit.delighter,
.area--fc .section--contents > section .block--tit.delighter {
  transform: scaleY(0);
  transform-origin: top;
}
.area--official section .block--tit.started,
.area--fc .section--contents > section .block--tit.started {
  transform: scaleY(1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-tit.delighter, .txt.delighter, .block--nav--category.delighter, .page--support .list--support.delighter, .page--support .txt--basic.delighter {
  opacity: 0;
  transform-origin: left;
  transform: translateX(-15%);
}
.section-tit.delighter .block--sub--info, .section-tit.delighter .list__more, .txt.delighter .block--sub--info, .txt.delighter .list__more, .block--nav--category.delighter .block--sub--info, .block--nav--category.delighter .list__more, .page--support .list--support.delighter .block--sub--info, .page--support .list--support.delighter .list__more, .page--support .txt--basic.delighter .block--sub--info, .page--support .txt--basic.delighter .list__more {
  opacity: 0;
  transform: translateX(-15%);
}
.section-tit.started, .txt.started, .block--nav--category.started, .page--support .list--support.started, .page--support .txt--basic.started {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.section-tit.started .block--sub--info, .section-tit.started .list__more, .txt.started .block--sub--info, .txt.started .list__more, .block--nav--category.started .block--sub--info, .block--nav--category.started .list__more, .page--support .list--support.started .block--sub--info, .page--support .list--support.started .list__more, .page--support .txt--basic.started .block--sub--info, .page--support .txt--basic.started .list__more {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.page--support .section-tit.delighter {
  opacity: 0;
  transform: translateX(0);
}
.page--support .section-tit.started {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.tit.delighter, .list__more.delighter {
  opacity: 0;
  transform: translateX(10%);
}
.tit.started, .list__more.started {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.date.delighter, .block--share.delighter, .category.delighter {
  opacity: 0;
  transform: translateX(15%);
}
.date.started, .block--share.started, .category.started {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s 0.22s, transform 0.5s 0.22s;
}

body:not(.page--home) .block--tit.delighter .section-tit {
  transform: scaleY(0);
  transform-origin: top;
}
body:not(.page--home) .block--tit.started .section-tit {
  transform: scaleY(1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

body:not(.page--home) .content-main.delighter::after {
  transform: scale(0);
  transform-origin: left top;
}
body:not(.page--home) .content-main.started::after {
  transform: scaleX(1) scaleY(1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
}

.list--information li.delighter {
  transform: translateX(-10%);
}
.list--information li.started {
  transform: translate3d(0, 0, 0);
}
.list--information li.started:nth-of-type(1) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.33s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.33s;
}
.list--information li.started:nth-of-type(2) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.36s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.36s;
}
.list--information li.started:nth-of-type(3) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.39s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.39s;
}
.list--information li.started:nth-of-type(4) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.42s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.42s;
}
.list--information li.started:nth-of-type(5) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.45s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.45s;
}
.list--information li.started:nth-of-type(6) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.48s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.48s;
}
.list--information li.started:nth-of-type(7) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.51s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.51s;
}
.list--information li.started:nth-of-type(8) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.54s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.54s;
}
.list--information li.started:nth-of-type(9) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.57s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.57s;
}
.list--information li.started:nth-of-type(10) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.6s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.6s;
}
.list--information li.started:nth-of-type(11) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.63s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.63s;
}
.list--information li.started:nth-of-type(12) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.66s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.66s;
}

.list--contents li.delighter, .list--photo li.delighter, .list--discography li.delighter {
  transform: translateX(-6vw);
}
.list--contents li.delighter .block--txt, .list--photo li.delighter .block--txt, .list--discography li.delighter .block--txt {
  opacity: 0;
  transform: translateX(-10%);
}
.list--contents li.started, .list--photo li.started, .list--discography li.started {
  transform: translate3d(0, 0, 0);
}
.list--contents li.started:nth-of-type(1), .list--photo li.started:nth-of-type(1), .list--discography li.started:nth-of-type(1) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.15s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.15s;
}
.list--contents li.started:nth-of-type(2), .list--photo li.started:nth-of-type(2), .list--discography li.started:nth-of-type(2) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}
.list--contents li.started:nth-of-type(3), .list--photo li.started:nth-of-type(3), .list--discography li.started:nth-of-type(3) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.25s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.25s;
}
.list--contents li.started:nth-of-type(4), .list--photo li.started:nth-of-type(4), .list--discography li.started:nth-of-type(4) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.3s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.3s;
}
.list--contents li.started:nth-of-type(5), .list--photo li.started:nth-of-type(5), .list--discography li.started:nth-of-type(5) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.35s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.35s;
}
.list--contents li.started:nth-of-type(6), .list--photo li.started:nth-of-type(6), .list--discography li.started:nth-of-type(6) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.4s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
}
.list--contents li.started:nth-of-type(7), .list--photo li.started:nth-of-type(7), .list--discography li.started:nth-of-type(7) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.45s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.45s;
}
.list--contents li.started:nth-of-type(8), .list--photo li.started:nth-of-type(8), .list--discography li.started:nth-of-type(8) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.5s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.5s;
}
.list--contents li.started:nth-of-type(9), .list--photo li.started:nth-of-type(9), .list--discography li.started:nth-of-type(9) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.55s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.55s;
}
.list--contents li.started:nth-of-type(10), .list--photo li.started:nth-of-type(10), .list--discography li.started:nth-of-type(10) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.6s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.6s;
}
.list--contents li.started:nth-of-type(11), .list--photo li.started:nth-of-type(11), .list--discography li.started:nth-of-type(11) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.65s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.65s;
}
.list--contents li.started:nth-of-type(12), .list--photo li.started:nth-of-type(12), .list--discography li.started:nth-of-type(12) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.7s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.7s;
}
.list--contents li.started:nth-of-type(13), .list--photo li.started:nth-of-type(13), .list--discography li.started:nth-of-type(13) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.75s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.75s;
}
.list--contents li.started:nth-of-type(14), .list--photo li.started:nth-of-type(14), .list--discography li.started:nth-of-type(14) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.8s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.8s;
}
.list--contents li.started:nth-of-type(15), .list--photo li.started:nth-of-type(15), .list--discography li.started:nth-of-type(15) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.85s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.85s;
}
.list--contents li.started:nth-of-type(16), .list--photo li.started:nth-of-type(16), .list--discography li.started:nth-of-type(16) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.9s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.9s;
}
.list--contents li.started:nth-of-type(17), .list--photo li.started:nth-of-type(17), .list--discography li.started:nth-of-type(17) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.95s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.95s;
}
.list--contents li.started:nth-of-type(18), .list--photo li.started:nth-of-type(18), .list--discography li.started:nth-of-type(18) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1s;
}
.list--contents li.started:nth-of-type(19), .list--photo li.started:nth-of-type(19), .list--discography li.started:nth-of-type(19) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s;
}
.list--contents li.started:nth-of-type(20), .list--photo li.started:nth-of-type(20), .list--discography li.started:nth-of-type(20) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s;
}
.list--contents li.started .block--txt, .list--photo li.started .block--txt, .list--discography li.started .block--txt {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}

.block--thumb.delighter {
  transform: translateX(-6vw);
}
.block--thumb.delighter img {
  transform: scale(2);
}
.block--thumb.started {
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}
.block--thumb.started img {
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}

.section--detail .block--photo.delighter, .section--detail .txt.delighter, .section--detail .txt--lead.delighter, .section--detail .video.delighter {
  opacity: 0;
  transform: translateX(20%);
}
.section--detail .block--photo.started, .section--detail .block--photo .video, .section--detail .txt.started, .section--detail .txt .video, .section--detail .txt--lead.started, .section--detail .txt--lead .video, .section--detail .video.started, .section--detail .video .video {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}

.block--pager.delighter {
  transform: translateY(10%);
}
.block--pager.started {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}

.block--category.delighter {
  transform: translateX(10%);
}
.block--category.started {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}

.area--fc.delighter .block--logo--fc {
  opacity: 0;
  transform-origin: left;
}
.area--fc.delighter .block--logo--fc .block--logo--fc--main, .area--fc.delighter .block--logo--fc .block--logo--fc--sub {
  opacity: 0;
  transform: scale(1.1) translateX(-41.8vw);
}
.area--fc.delighter .block--login {
  opacity: 0;
  transform: translateX(20%);
  transform-origin: left;
}
.area--fc.started .block--logo--fc {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}
.area--fc.started .block--logo--fc .block--logo--fc--main {
  opacity: 1;
  transform: scale(1) translateX(0);
  transition: opacity 1.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 1.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}
.area--fc.started .block--logo--fc .block--logo--fc--sub {
  opacity: 1;
  transform: scale(1) translateX(0);
  transition: opacity 1.5s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 1.5s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}
.area--fc.started .block--login {
  opacity: 1;
  transform: none;
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.8s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.8s;
}
.area--fc .section--contents > section.delighter .section--inner::after, .area--fc .section--contents > section.delighter .list--contents::after {
  opacity: 0;
  transform: translateX(20%);
}
.area--fc .section--contents > section.started .section--inner::after, .area--fc .section--contents > section.started .list--contents::after {
  opacity: 1;
  transform: none;
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.4s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
}

.page--entry .section--detail.delighter .block--heading {
  opacity: 0;
}
.page--entry .section--detail.started .block--heading {
  opacity: 1;
  transition: opacity 1.5s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.page--entry .block--table.delighter ul {
  opacity: 0;
  transform: translateX(-10%);
}
.page--entry .block--table.started ul {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.page--entry .block--table.started ul:nth-of-type(1) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.25s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.25s;
}
.page--entry .block--table.started ul:nth-of-type(2) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.3s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.3s;
}
.page--entry .block--table.started ul:nth-of-type(3) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.35s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.35s;
}
.page--entry .block--table.started ul:nth-of-type(4) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.4s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
}
.page--entry .block--table.started ul:nth-of-type(5) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.45s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.45s;
}
.page--entry .block--table.started ul:nth-of-type(6) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.5s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.5s;
}
.page--entry .block--table.started ul:nth-of-type(7) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.55s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.55s;
}
.page--entry .block--table.started ul:nth-of-type(8) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.6s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.6s;
}
.page--entry .block--table.started ul:nth-of-type(9) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.65s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.65s;
}
.page--entry .block--table.started ul:nth-of-type(10) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.7s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.7s;
}
.page--entry .block--table.started ul:nth-of-type(11) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.75s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.75s;
}
.page--entry .block--table.started ul:nth-of-type(12) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.8s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.8s;
}
.page--entry .block--table.started ul:nth-of-type(13) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.85s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.85s;
}
.page--entry .block--table.started ul:nth-of-type(14) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.9s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.9s;
}
.page--entry .block--table.started ul:nth-of-type(15) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.95s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.95s;
}
.page--entry .block--table.started ul:nth-of-type(16) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1s;
}
.page--entry .block--table.started ul:nth-of-type(17) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s;
}
.page--entry .block--table.started ul:nth-of-type(18) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s;
}
.page--entry .block--table.started ul:nth-of-type(19) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.15s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.15s;
}
.page--entry .block--table.started ul:nth-of-type(20) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.2s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.2s;
}
.page--entry .block--tit.delighter {
  transform: scaleY(0);
  transform-origin: top;
}
.page--entry .block--tit.started {
  transform: scaleY(1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

/* -------------------------------------------------
	wovn
------------------------------------------------- */
.wovn-languages,
.drawer-visible .wovn-languages {
  display: inline-block;
  font-size: 10px;
  width: 12em;
  height: 30px;
  cursor: pointer;
  z-index: 2;
  color: #010101;
  text-align: center;
  border-bottom: 1px solid #010101;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.wovn-languages::before,
.drawer-visible .wovn-languages::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  border: 0px;
  border-bottom: solid 2px #010101;
  border-right: solid 2px #010101;
  transform: rotate(45deg);
  z-index: 10;
}
.wovn-languages .langIcon,
.drawer-visible .wovn-languages .langIcon {
  display: block;
  fill: #010101;
  width: 1em;
  height: 1em;
  font-size: 13px;
  position: absolute;
  left: 4px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}
.wovn-languages .nav-dropdown,
.drawer-visible .wovn-languages .nav-dropdown {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 1.4;
  text-align: left;
  z-index: 2;
  transform: translateY(-50%);
}
.wovn-languages .nav-dropdown .list--language,
.drawer-visible .wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li,
.drawer-visible .wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 0;
  text-align: left;
  padding: 0;
}
.wovn-languages .nav-dropdown .list--language li::after,
.drawer-visible .wovn-languages .nav-dropdown .list--language li::after {
  content: none;
}
.wovn-languages .nav-dropdown .list--language li.selected,
.drawer-visible .wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  width: 100%;
  padding-left: 2em;
  order: -1;
  font-weight: bold;
}

.wovn-languages.visible::before,
.drawer-visible .wovn-languages.visible::before {
  transform: rotate(-135deg);
  border-bottom: solid 2px #f5f5f5;
  border-right: solid 2px #f5f5f5;
  margin-top: -10px;
}
.wovn-languages.visible .nav-dropdown,
.drawer-visible .wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  border: none;
  color: #f5f5f5;
  width: calc(100% + 2px);
  top: -10px;
  left: -1px;
  transform: translateY(0);
  background: #010101;
  padding: 10px 10px 0;
  border: 1px solid rgba(245, 245, 245, 0.3);
}
.wovn-languages.visible .nav-dropdown .list--language li,
.drawer-visible .wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
  transition: opacity 0.4s;
  margin-bottom: 10px;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected,
.drawer-visible .wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: transparent;
  padding: 0;
  opacity: 0.6;
  transition: none;
  padding-bottom: 0.2em;
}

.drawer .wovn--wrap {
  margin-top: 1em;
}
.drawer .wovn--wrap p {
  color: #777;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-family: "mr-eaves-modern", sans-serif;
  padding-bottom: 3px;
}

.popup--language {
  position: fixed;
  z-index: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.popup--language.visible {
  z-index: 3;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition-delay: 1s;
  pointer-events: auto;
}
.popup--language .popup--language__box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  border: solid 1px #010101;
  background-color: #ffffff;
  font-family: "Noto Sans JP", "Noto Sans SC", sans-serif;
}
.popup--language .popup--language__box .popup--language__area .popup--language__tit {
  font-weight: bold;
}
.popup--language .popup--language__box .popup--language__approval {
  text-align: right;
}
.popup--language .popup--language__box .popup--language__approval .approval--btn {
  display: inline-block;
  border: solid 1px #010101;
  background-color: #010101;
  color: #ffffff;
  cursor: pointer;
}
.popup--language .popup--language__box .popup--language__approval .approval--btn:hover {
  background-color: #ffffff;
  color: #010101;
  transition: background-color 0.2s cubic-bezier(0.6, 0, 0.2, 1);
}

.body--app .wovn-languages,
.body--app .drawer-visible .wovn-languages {
  top: 3vw;
  right: 3vw;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .btn--main {
    min-width: 300px;
    margin-top: 1.5em;
    padding: 0.8em 1em;
    border-radius: 6px;
    font-size: 15px;
    transition: color 0.3s 0.2s, border 0.3s 0.2s, background 0.3s 0.2s;
  }
  .btn--main::before {
    content: "";
    content: "";
    display: block;
    width: 111%;
    height: 111%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #BF001A;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  }
  .btn--main:hover {
    color: #ffffff;
  }
  .btn--main:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .btn--sub {
    margin-top: 1.5em;
    padding: 0.8em 1em;
    font-size: 15px;
    transition: color 0.3s 0.2s, border 0.3s 0.2s, background 0.3s 0.2s;
  }
  .btn--sub::before {
    content: "";
    content: "";
    display: block;
    width: 111%;
    height: 111%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #414141;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  }
  .btn--sub:hover {
    color: #ffffff;
  }
  .btn--sub:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .btn--input {
    min-width: 300px;
    margin-top: 1.5em;
    border-radius: 6px;
  }
  .btn--input:hover {
    color: #ffffff;
  }
  .btn--input:hover span::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .detail__btn {
    margin-top: 3em;
    transition: color 0.3s ease-out;
  }
  .detail__btn:hover {
    color: #BF001A;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .swiper-button-next {
    margin-left: 0;
  }
  .swiper-button-prev {
    margin-right: 0;
  }
  .swiper-button-prev:not(.swiper-button-disabled):hover:after, .swiper-button-next:not(.swiper-button-disabled):hover:after {
    color: #BF001A;
  }
  .block--pager {
    margin: 5em auto 0;
    font-size: 15px;
  }
  .block--pager li {
    margin: 0 0.6em;
  }
  .block--pager li a, .block--pager li span {
    padding: 0.3em 0.6em;
  }
  .block--pager li a:hover {
    color: #BF001A;
  }
  .block--pager .pager__item--newer {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
    padding: 12px 0;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    top: 16px;
    left: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager .pager__item--newer a:hover::after {
    transform-origin: 50% 50%;
    transform: rotate(-135deg);
    border-top: solid 1px #BF001A;
    border-right: solid 1px #BF001A;
  }
  .block--pager .pager__item--older {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older span {
    padding: 12px 0;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    top: 16px;
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager .pager__item--older a:hover::after {
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    border-top: solid 1px #BF001A;
    border-right: solid 1px #BF001A;
  }
  .block--pager__detail {
    margin: 5 auto 3em;
  }
  .block--pager__detail .pager__item--newer,
  .block--pager__detail .pager__item--older,
  .block--pager__detail .pager__item--list {
    margin: 0 1em;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
  .block--pager__detail .pager__item--older a,
  .block--pager__detail .pager__item--older span,
  .block--pager__detail .pager__item--list a,
  .block--pager__detail .pager__item--list span {
    font-size: 15px;
    transition: 0.3s;
  }
  .block--pager__detail .pager__item--newer a {
    position: relative;
  }
  .block--pager__detail .pager__item--newer a::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    top: 45%;
    left: 3.3em;
    width: 4em;
    transform-origin: left top;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  .block--pager__detail .pager__item--newer a:hover {
    color: #BF001A;
  }
  .block--pager__detail .pager__item--newer a:hover::before {
    transform: scaleX(1);
  }
  .block--pager__detail .pager__item--older a {
    position: relative;
  }
  .block--pager__detail .pager__item--older a::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    background-color: #ffffff;
    top: 45%;
    left: -3.7em;
    width: 3em;
    transform-origin: right top;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  .block--pager__detail .pager__item--older a:hover {
    color: #BF001A;
  }
  .block--pager__detail .pager__item--older a:hover::before {
    transform: scaleX(1);
  }
  .block--pager__detail .pager__item--list a {
    transition: color 0.3s;
  }
  .block--pager__detail .pager__item--list a:hover {
    color: #BF001A;
  }
  .block--pager__detail .detail__btn a:hover {
    color: #800011;
  }
  .content-main::after {
    top: 6.6em;
    right: 4.5vw;
    content: "";
    display: block;
    width: 91vw;
    height: calc(100% - 6.6em);
  }
  .page--faq .content-main::after, .page--support .content-main::after {
    top: -1em;
    content: "";
    display: block;
    width: 91vw;
    height: calc(100% + 1em);
  }
  .section-tit {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.8em;
  }
  .section-tit--sub {
    font-size: 16px;
    line-height: 1.5;
  }
  .tit {
    line-height: 1.5;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .section--list,
  .section--detail {
    width: 81vw;
    max-width: 1100px;
    margin: 2em auto 4em;
  }
  .section--list .block--tit,
  .section--detail .block--tit {
    margin-bottom: 4em;
  }
  .section--list .block--tit .section-tit,
  .section--detail .block--tit .section-tit {
    padding: 1.5em 1.5em 2.4em 1.5em;
  }
  .section--list .block--tit .section-tit .block--sub--info,
  .section--detail .block--tit .section-tit .block--sub--info {
    margin-top: 1.5em;
    margin-bottom: 0;
  }
  .section--detail .block--tit .section-tit {
    max-width: 60vw;
    font-size: 18px;
    line-height: 1.5em;
  }
  .no-data {
    padding: 1.5em 0 5em;
  }
  .list__more a {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 10px;
    transition: color 0.3s;
  }
  .list__more a::after {
    content: "";
    display: block;
    width: 2.9vw;
    height: 1px;
    left: calc(-2.9vw - 11px);
    transition: background-color 0.3s, transform 0.3s;
    transform-origin: right;
  }
  .list__more a:hover {
    color: #BF001A;
  }
  .list__more a:hover::after {
    content: "";
    display: block;
    width: 2.9w;
    height: 1px;
    background-color: #BF001A;
    transform: scaleX(0);
  }
  .list--txt li {
    margin-bottom: 0.8em;
  }
  .list--txt li:first-of-type {
    margin-top: 0.6em;
  }
  .nav--external a::after {
    margin-left: 0.2em;
    font-size: 15px;
    vertical-align: 0.11em;
  }
  .block--category {
    margin-bottom: 4em;
  }
  .block--category .block--nav--category li {
    margin-right: 0.8em;
    margin-bottom: 0.4em;
    font-size: 18px;
  }
  .block--category .block--nav--category li a, .block--category .block--nav--category li label .category {
    padding-right: 0.6em;
    padding-bottom: 0.3em;
    transition: color 0.3s;
  }
  .block--category .block--nav--category li a:not(label .category):hover, .block--category .block--nav--category li label .category:not(label .category):hover {
    color: #BF001A;
  }
  .block--category .block--nav--category li a:not(label .category):hover::before, .block--category .block--nav--category li label .category:not(label .category):hover::before {
    transform: scaleX(1);
  }
  .list--information li {
    margin-bottom: 2em;
  }
  .list--information li a {
    z-index: 0;
    padding-bottom: 2em;
    transition: color 0.3s;
  }
  .list--information li a .tit {
    font-size: 15px;
  }
  .list--information li a .block--sub--info {
    margin-bottom: 0.3em;
  }
  .list--information li a .date {
    margin-right: 0.8em;
    padding-right: 0.8em;
    font-size: 11px;
    letter-spacing: 0.07em;
  }
  .list--information li a .category {
    margin-right: 0.8em;
    font-size: 11px;
  }
  .list--information li a:hover {
    color: #BF001A;
  }
  .list--information li a:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .list--information li.new .date::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    left: -0.8em;
  }
  .list--information li.new .tit::after {
    margin-left: 0.4em;
    font-size: 12px;
  }
  .list--information.list--schedule li a {
    padding-bottom: 2em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--date {
    padding-bottom: 0.6em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .month-date {
    font-size: 24px;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .week {
    margin-left: 0.3em;
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--date--sub {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--sub--info {
    margin-bottom: 0;
    padding-top: 1em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .icon--term {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    margin: 0 auto 1em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--info {
    padding-left: 2em;
  }
  .list--information.list--schedule li a:hover .list__inner .block--schedule--date .block--sub--info::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .list--information.list--schedule li a:hover .list__inner .block--schedule--date .icon--term {
    background-color: #BF001A;
  }
  .list--contents li a:hover, .list--photo li a:hover, .list--discography li a:hover {
    cursor: pointer;
  }
  .list--contents li a:hover .block--thumb img, .list--photo li a:hover .block--thumb img, .list--discography li a:hover .block--thumb img {
    transform: scale(1.2);
    transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  }
  .list--contents li .block--txt, .list--photo li .block--txt, .list--discography li .block--txt {
    font-size: 15px;
  }
  .list--contents li .tit, .list--photo li .tit, .list--discography li .tit {
    margin-top: 1.5em;
    font-size: 15px;
  }
  .list--contents li .block--sub--info, .list--photo li .block--sub--info, .list--discography li .block--sub--info {
    margin-top: 1.2em;
    font-size: 12px;
  }
  .list--contents li .date, .list--photo li .date, .list--discography li .date {
    font-size: 12px;
  }
  .list--contents li.new .date::after, .list--photo li.new .date::after, .list--discography li.new .date::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    margin-left: 0.8em;
  }
  /*
  .list--photo-blog {
  	li {
  		a {
  			&:hover {
  				cursor: pointer;
  				figure {
  					&::after {
  						transform: scale(10, 10);
  						transition: transform .4s;
  						opacity: .8;
  					}
  				}
  			}
  		}
  	}
  }
  */
  .list--error li {
    color: #DB001E;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  .section--detail .tit {
    font-size: 24px;
    margin-bottom: 0.6em;
  }
  .section--detail .txt {
    margin-bottom: 1.5em;
  }
  .section--detail .txt .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .section--detail .block--sub--info {
    margin-bottom: 2em;
  }
  .section--detail .tag {
    margin-right: 0.8em;
  }
  .section--detail .date {
    margin-left: 0;
    padding-right: 0;
    font-size: 11px;
    letter-spacing: 0.07em;
  }
  .section--detail .date:first-of-type {
    margin-right: 0;
  }
  .section--detail .date.end_time::before {
    height: 1px;
    width: 0.5em;
    margin: 0 0.4em;
  }
  .section--detail .category {
    margin-right: 0.8em;
    font-size: 11px;
  }
  .section--detail .block--detail--footer {
    margin-top: 8em;
  }
  .section--detail .block--share li {
    margin-right: 10px;
  }
  .section--detail .block--share li i {
    font-size: 17px;
  }
  .section--detail .block--share li.twitter {
    margin-right: 8px;
  }
  .section--detail .block--share li svg {
    width: 18px;
    top: 4px;
  }
  .section--detail .block--share li.share {
    font-size: 12px;
    margin-right: 20px;
  }
  .section--detail .block--share li a {
    transition: opacity 0.3s ease-out;
  }
  .section--detail .block--share li a:hover {
    opacity: 0.6;
  }
  header {
    position: relative;
  }
  header > .logo {
    width: 20vw;
    max-width: 320px;
    margin-top: 4em;
    margin-bottom: 4vw;
    margin-left: 4.5vw;
  }
  header > .logo a {
    display: block;
  }
  header .drawer__btn {
    bottom: 3.4vw;
    right: 1.35vw;
    width: clamp(60px, 5.6vw, 81px);
    cursor: pointer;
  }
  .drawer {
    top: 5dvh;
    right: 5dvh;
    width: 20vw;
    min-width: 400px;
    height: 90dvh;
    padding: 3vw 0;
    box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.2);
  }
  .drawer .drawer__inner .logo__fc__menu {
    width: 5vw;
    max-width: 100px;
  }
  .drawer .drawer__inner .block--heading {
    margin-bottom: 1.5em;
  }
  .drawer .drawer__inner .block--heading span {
    padding: 0.4em 1em;
    font-size: 12px;
  }
  .drawer .drawer__inner .g-nav {
    width: 100%;
    margin: 0 auto;
  }
  .drawer .drawer__inner .g-nav .list--nav--contents li {
    margin-bottom: 1.2em;
  }
  .drawer .drawer__inner .g-nav .list--nav--contents li a {
    font-size: 22px;
  }
  .drawer .drawer__inner .g-nav .list--nav--contents li a:hover {
    color: #BF001A;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li {
    margin-right: 1.2em;
    margin-bottom: 0.2em;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li:last-of-type {
    margin-right: 0;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li a {
    font-size: 16px;
    line-height: 1;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li a:hover {
    color: #BF001A;
  }
  .drawer .drawer__inner .g-nav .block--nav--official {
    padding: 0 2vw;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc {
    margin-top: 2em;
    padding: 0 2vw;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--contents {
    margin-top: 2em;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login {
    margin-bottom: 2.4em;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login::after {
    bottom: -0.8em;
    right: -2vw;
    width: calc(100% + 2vw);
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li {
    margin-right: 1.5em;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li:last-of-type {
    margin-right: 0;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li a {
    font-size: 24px;
    line-height: 1;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li a:hover {
    color: #BF001A;
  }
  .page--home .section--top {
    height: 100vh;
    height: 100dvh;
  }
  .page--home .section--top .section--inner .block--tit {
    display: inline-block;
    width: clamp(200px, 16.4vw, 240px);
    margin-top: 3.8vw;
    margin-left: 4.1vw;
  }
  .page--home .section--top .section--inner .block--keyvisual {
    position: absolute;
    right: 4.1vw;
    bottom: 2vw;
    width: 62vw;
  }
  .page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner {
    padding-top: 56.25%;
  }
  .page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner img {
    background: no-repeat center center;
    background-size: cover;
  }
  .page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner .block--keyvisual--video iframe {
    transform: scale(1.32);
  }
  .page--home .section--top .section--inner .block--keyvisual .block--scroll {
    top: 0;
    right: -2.05vw;
    width: 0.6em;
  }
  .page--home .section--top .section--inner .block--keyvisual .block--scroll .scroll-txt {
    font-size: 12px;
  }
  .page--home .section--top .section--inner .block--keyvisual .block--scroll .scroll {
    height: 5em;
    margin-top: 0.8em;
  }
  .page--home .section--top .section--inner .block--keyvisual .block--scroll .scroll .line {
    height: 4em;
  }
  .page--home .section--top .section--inner .list--nav--sns {
    margin-top: 1.4vw;
    margin-left: 4.1vw;
    font-size: 13px;
  }
  .page--home .section--top .section--inner .list--nav--sns li {
    margin-bottom: 0.2em;
  }
  .page--home .section--top .section--inner .list--nav--sns li a {
    transition: color 0.3s;
  }
  .page--home .section--top .section--inner .list--nav--sns li a:hover {
    color: #BF001A;
  }
  .page--home .section--top .section--inner .block--pickup {
    position: absolute;
    left: 4.1vw;
    bottom: 2vw;
    width: clamp(15em, 20vw, 22em);
    padding: 2em 0;
  }
  .page--home .section--top .section--inner .block--pickup img {
    width: 100%;
  }
  .page--home .section--top .section--inner .block--pickup .pickup__title {
    width: 30%;
    margin: 0 auto 1.2em;
  }
  .page--home .section--top .section--inner .block--pickup .pickup__photo {
    width: 90%;
    margin: 0 auto 1.2em;
  }
  .page--home .section--top .birthday-message {
    bottom: 20%;
  }
  .page--home .section--top .birthday-message .btn--birthday {
    font-size: 15px;
  }
  .page--home .section--top .birthday-message .btn--birthday i {
    margin-right: 0.3em;
  }
  .page--home .section--top .birthday-message .btn--birthday:hover {
    background-color: #010101;
  }
  .page--home #area--official {
    padding-bottom: 30em;
  }
  .page--home .section--banner {
    margin-top: 6.6vw;
    margin-bottom: calc(6.6vw + 8em);
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 2.4vw;
    margin-left: -25.8vw;
  }
  .page--home .section--banner .list--bnr li {
    overflow: hidden;
    margin-right: 0.8vw;
    transform: scale(1);
    transition: transform 0.3s;
  }
  .page--home .section--banner .list--bnr li img {
    transition: opacity 0.3s ease-in;
  }
  .page--home .section--banner .list--bnr li:hover {
    transform: scale(1.1);
    z-index: 2;
    cursor: pointer;
  }
  .page--home .section--banner .list--bnr li:hover figure::after {
    transform: scale(10, 10);
    transition: transform 0.4s;
    opacity: 0.5;
  }
  .page--home .section--banner .block--carousel-nav {
    width: clamp(150px, 15vw, 210px);
    margin-left: 8.5vw;
  }
  .page--home .section--banner .block--button-nav {
    margin-bottom: 2.5em;
  }
  .page--home .section--banner .swiper-button-prev:after, .page--home .section--banner .swiper-button-next:after {
    font-size: 12px;
  }
  .page--home .section--banner.no-carousel .list--bnr {
    display: flex;
    justify-content: center;
    transform: translate(0) !important;
    margin-left: 0;
  }
  .page--home .section--banner.no-carousel .list--bnr li {
    width: 30%;
    margin-right: 2vw;
  }
  .page--home .section--banner.no-carousel .list--bnr li:first-of-type:last-of-type {
    margin-right: 0;
  }
  .page--home .section--banner.no-carousel .list--bnr li:last-of-type {
    margin-right: 0;
  }
  .page--home .section--news .section--inner, .page--home .section--schedule .section--inner, .page--home .section--video .section--inner {
    display: flex;
  }
  .page--home .section--news .block--tit, .page--home .section--schedule .block--tit, .page--home .section--video .block--tit {
    width: clamp(150px, 23vw, 320px);
    height: clamp(150px, 23vw, 320px);
    margin-left: 4.1vw;
    padding: clamp(20px, 3vw, 40px) clamp(20px, 2.8vw, 40px);
  }
  .page--home .section--news .block--tit .section-tit, .page--home .section--schedule .block--tit .section-tit, .page--home .section--video .block--tit .section-tit {
    width: 100%;
    font-size: clamp(10px, 5vw, 19px);
    text-align: left;
    line-height: 1.5;
    white-space: nowrap;
  }
  .page--home .section--news .list__more a, .page--home .section--schedule .list__more a, .page--home .section--video .list__more a {
    padding: 2em 0;
  }
  .page--home .section--news {
    width: 91vw;
    margin: 0 auto 14.6em;
  }
  .page--home .section--news .section--inner {
    margin-left: auto;
  }
  .page--home .section--news .section--inner .list--information {
    width: 77vw;
    margin-left: auto;
    padding: 6.6vw 0;
  }
  .page--home .section--news .section--inner .list--information li {
    width: 53vw;
    margin-right: 6.6vw;
    margin-left: auto;
  }
  .page--home .section--news .block--tit {
    position: absolute;
    left: 0;
    margin-top: -8em;
  }
  .page--home .section--schedule {
    width: 91vw;
    margin: 0 auto 14.6em;
  }
  .page--home .section--schedule .section--inner {
    margin-left: auto;
  }
  .page--home .section--schedule .section--inner .list--information {
    width: 77vw;
    margin-left: 4.1vw;
    padding: 6.6vw 0;
  }
  .page--home .section--schedule .section--inner .list--information li {
    width: 53vw;
    margin-right: auto;
    margin-left: 6.6vw;
  }
  .page--home .section--schedule .block--tit {
    position: absolute;
    right: 0;
    margin-top: -8em;
  }
  .page--home .section--video {
    width: 91vw;
    margin: 0 auto;
  }
  .page--home .section--video .section--inner {
    margin-left: auto;
    padding-bottom: 2.75%;
  }
  .page--home .section--video .section--inner .list--video {
    margin-left: 36vw;
  }
  .page--home .section--video .section--inner .list--video li {
    width: 44vw;
    margin-right: 0.8vw;
  }
  .page--home .section--video .section--inner .list--video li .tit {
    width: 90%;
    margin-top: 2em;
  }
  .page--home .section--video .section--inner .list--video li:hover {
    cursor: pointer;
  }
  .page--home .section--video .section--inner .list--video li:hover .block--thumb img {
    transform: scale(1.2);
  }
  .page--home .section--video .section--inner::after {
    content: "";
    display: block;
    width: 84.3vw;
    height: 81%;
    position: absolute;
    right: -4.5vw;
    bottom: 0;
    z-index: -1;
    margin: 0 auto;
    background-color: #f7f7f7;
  }
  .page--home .section--video .section--inner .block--tit {
    position: absolute;
    left: 0;
    margin-top: -8em;
  }
  .page--home .section--video .section--inner.wrap__no-data .no-data {
    margin: 6.6vw auto 0;
    padding: 6.6vw 0;
  }
  .page--home .area--fc .area--inner {
    padding-bottom: 11em;
  }
  .page--home .area--fc .area--inner .area--inner--head {
    flex-wrap: nowrap;
  }
  .page--home .area--fc .block--logo--fc {
    width: 50vw;
    padding-top: 7vw;
    padding-bottom: 18vw;
  }
  .page--home .area--fc .block--logo--fc .block--logo--fc--main {
    width: clamp(300px, 20.6vw, 400px);
  }
  .page--home .area--fc .block--logo--fc .block--logo--fc--sub {
    padding-bottom: 15%;
    font-size: 16px;
  }
  .page--home .area--fc .block--logo--fc .block--logo--fc--sub span:first-of-type {
    margin-right: 1em;
  }
  .page--home .area--fc .block--logo--fc .block--logo--fc--sub span:last-of-type {
    margin-right: -1.1em;
  }
  .page--home .area--fc .block--login--wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50vw;
  }
  .page--home .area--fc .block--login {
    justify-content: flex-start;
    position: relative;
    width: 66%;
    padding-bottom: 3em;
  }
  .page--home .area--fc .block--login::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #BF001A;
    transform-origin: right;
    transform: scaleX(1);
    transition: transform 1s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .page--home .area--fc .block--login li {
    margin-right: 10vw;
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .page--home .area--fc .block--login li:last-of-type {
    margin-right: 0;
  }
  .page--home .area--fc .block--login li a {
    position: relative;
    transition: color 0.3s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .page--home .area--fc .block--login li a:hover {
    color: #ffffff;
  }
  .page--home .area--fc .block--login:hover::after {
    transform: scaleX(0);
  }
  .page--home .area--fc .section--movie, .page--home .area--fc .section--gallery, .page--home .area--fc .section--photo-blog {
    width: 91vw;
    margin: 0 auto 11vw;
  }
  .page--home .area--fc .section--movie .section--inner, .page--home .area--fc .section--gallery .section--inner, .page--home .area--fc .section--photo-blog .section--inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 2.8vw;
  }
  .page--home .area--fc .section--movie .section--inner::after, .page--home .area--fc .section--gallery .section--inner::after, .page--home .area--fc .section--photo-blog .section--inner::after {
    content: "";
    display: block;
    width: 76%;
    height: 66%;
    position: absolute;
    bottom: 0;
    left: 12%;
    z-index: -1;
    margin: 0 auto;
    background-color: #800011;
  }
  .page--home .area--fc .section--movie .block--tit, .page--home .area--fc .section--gallery .block--tit, .page--home .area--fc .section--photo-blog .block--tit {
    width: clamp(150px, 23vw, 320px);
    height: clamp(150px, 23vw, 320px);
    margin-top: 5%;
    margin-left: 4.1vw;
    padding: clamp(24px, 3vw, 45px) clamp(20px, 2.8vw, 42px);
  }
  .page--home .area--fc .section--movie .block--tit .section-tit, .page--home .area--fc .section--gallery .block--tit .section-tit, .page--home .area--fc .section--photo-blog .block--tit .section-tit {
    width: 100%;
    font-size: clamp(10px, 5vw, 19px);
    text-align: left;
    line-height: 1.5;
    white-space: nowrap;
  }
  .page--home .area--fc .section--movie .block--tit .list__more a, .page--home .area--fc .section--gallery .block--tit .list__more a, .page--home .area--fc .section--photo-blog .block--tit .list__more a {
    padding: 2em 0;
  }
  .page--home .area--fc .section--movie .block--tit .list__more a:hover, .page--home .area--fc .section--gallery .block--tit .list__more a:hover, .page--home .area--fc .section--photo-blog .block--tit .list__more a:hover {
    color: #BF001A;
  }
  .page--home .area--fc .section--movie .list--contents, .page--home .area--fc .section--gallery .list--contents, .page--home .area--fc .section--photo-blog .list--contents {
    width: 55.5%;
  }
  .page--home .area--fc .section--movie .list--contents li .block--thumb--wrap, .page--home .area--fc .section--gallery .list--contents li .block--thumb--wrap, .page--home .area--fc .section--photo-blog .list--contents li .block--thumb--wrap {
    width: 100%;
  }
  .page--home .area--fc .section--movie .list--contents li .block--thumb, .page--home .area--fc .section--gallery .list--contents li .block--thumb, .page--home .area--fc .section--photo-blog .list--contents li .block--thumb {
    position: relative;
  }
  .page--home .area--fc .section--movie .list--contents li .block--item--info, .page--home .area--fc .section--gallery .list--contents li .block--item--info, .page--home .area--fc .section--photo-blog .list--contents li .block--item--info {
    width: 70%;
    margin-top: 2.2em;
  }
  .page--home .area--fc .section--movie .list--contents li .block--txt, .page--home .area--fc .section--gallery .list--contents li .block--txt, .page--home .area--fc .section--photo-blog .list--contents li .block--txt {
    font-size: 15px;
  }
  .page--home .area--fc .section--movie .list--contents li .tit, .page--home .area--fc .section--gallery .list--contents li .tit, .page--home .area--fc .section--photo-blog .list--contents li .tit {
    font-size: 18px;
  }
  .page--home .area--fc .section--movie .list--contents li.new .date::after, .page--home .area--fc .section--gallery .list--contents li.new .date::after, .page--home .area--fc .section--photo-blog .list--contents li.new .date::after {
    background-color: #DB001E;
  }
  .page--home .area--fc .section--contents {
    margin: 19vw auto 0;
  }
  .page--home .area--fc .section--contents > section:nth-of-type(2) {
    flex-direction: column-reverse;
  }
  .page--home .area--fc .section--contents > section:nth-of-type(2) .section--inner {
    flex-direction: row-reverse;
  }
  .page--home .area--fc .section--contents > section:nth-of-type(2) .list--contents {
    margin-left: 4.1vw;
  }
  .page--home .area--fc .section--contents > section:nth-of-type(2) .list--contents li .block--item--info {
    margin-left: calc(12% + 4.1vw);
  }
  .page--home .area--fc .section--contents .block--loop {
    top: calc(-19vw - 10em);
  }
  .page--home .area--fc .section--contents .block--loop .block--loop--item {
    font-family: "mr-eaves-modern", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: clamp(200px, 20vw, 300px);
  }
  .page--home .area--fc .section--contents .block--loop .block--loop--item p {
    margin-right: 0.8em;
  }
  .page--news .section--list .list--contents li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 4em;
  }
  .page--news .section--list .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--news .section--list .list--contents li .block--thumb {
    margin-bottom: 1em;
  }
  .page--schedule .block--month {
    margin-bottom: 4em;
  }
  .page--schedule .block--month .tit {
    margin-right: 2em;
  }
  .page--schedule .block--month .tit .month {
    font-size: 30px;
  }
  .page--schedule .block--month .tit .year {
    font-size: 12px;
  }
  .page--schedule .block--month .block--prev-next {
    font-size: 12px;
  }
  .page--schedule .block--month .block--prev-next .prev-month {
    margin-right: 1.2em;
  }
  .page--schedule .block--month .block--prev-next .prev-month::after {
    margin-left: 0.8em;
  }
  .page--discography .section-tit {
    margin-bottom: 0.3em;
  }
  .page--discography .list--discography li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3em;
  }
  .page--discography .list--discography li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--discography .list--discography li .block--thumb {
    margin-bottom: 1.5em;
  }
  .page--discography .list--discography li .tit {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .page--discography .list--discography li .block--sub--info {
    margin-top: 1.2em;
  }
  .page--discography .list--discography li .date, .page--discography .list--discography li .category {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .page--discography .list--discography li.no-data {
    width: 100%;
    margin-right: 0;
  }
  .page--discography.page--detail .content-main::after {
    top: 8em;
    content: "";
    display: block;
    width: 91vw;
    height: calc(100% - 8em);
  }
  .page--discography .section--detail {
    width: 90%;
    max-width: 1100px;
  }
  .page--discography .section--detail .disco-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 2em;
  }
  .page--discography .section--detail .disco-wrap .block--jacket {
    width: 40%;
    max-width: 600px;
  }
  .page--discography .list--jacket li {
    margin-bottom: 2em;
  }
  .page--discography .list--jacket li .ph {
    margin-bottom: 1em;
  }
  .page--discography .block--disc-detail {
    width: 56%;
  }
  .page--discography .block--disc-detail > .block--tit {
    margin-bottom: 3em;
  }
  .page--discography .block--disc-detail .block--comment .txt {
    font-size: 14px;
  }
  .page--discography .block--disc-detail .block--track .block--tit {
    font-size: 18px;
    margin-bottom: 1.5em;
  }
  .page--discography .block--disc-detail .block--track > div {
    margin: 2em 0;
    font-size: 13px;
  }
  .page--discography .block--disc-detail .block--track .list--track li {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .page--discography .block--disc-detail .video {
    margin-bottom: 2em;
  }
  .page--discography .block--sub--info p {
    margin-right: 0.8em;
  }
  .page--biography .block--tit .section-tit {
    letter-spacing: 0.8em;
  }
  .page--biography .block--tit .section-tit .block--sub--info .category {
    letter-spacing: 0.4em;
  }
  .page--biography .block--photo {
    margin-bottom: 3em;
  }
  .page--biography .txt {
    line-height: 1.8;
  }
  .page--biography .block--name {
    margin-bottom: 0.6em;
    font-size: 20px;
  }
  .page--biography .block--name span {
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
  }
  .page--photo .section-tit {
    margin-bottom: 0.3em;
  }
  .page--photo .list--photo {
    margin-bottom: 2em;
  }
  .page--photo .list--photo li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3em;
  }
  .page--photo .list--photo li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--photo .list--photo li .block--thumb {
    margin-bottom: 1em;
  }
  .page--photo .list--photo li .tit {
    margin-bottom: 0.8em;
  }
  .page--photo.page--photo--detail .list--photo {
    margin-top: 3em;
  }
  .page--photo.page--photo--detail .list--photo li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2em;
  }
  .page--photo.page--photo--detail .list--photo li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--movie .section--list .list--contents li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 3em;
  }
  .page--movie .section--list .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--movie .section--list .list--contents li .block--thumb {
    margin-bottom: 1em;
  }
  .page--movie .section--detail .block--tit {
    margin-bottom: 4em;
  }
  .page--movie .section--detail .block--tit .tit {
    margin-bottom: 0.6em;
  }
  .page--movie .section--detail .txt--basic {
    margin: 2em 0;
    min-height: 200px;
  }
  .page--movie .block--player {
    margin: 0 auto 1.2em;
  }
  .page--movie .vjs-big-play-button {
    width: 8vw !important;
    height: 8vw !important;
    transform: translate(calc(50% - 8vw), calc(50% - 8vw));
  }
  .page--movie .vjs-big-play-button:hover {
    border-width: 8px;
  }
  .page--movie .vjs-big-play-button:hover + .vjs-icon-play:before, .page--movie .vjs-big-play-button:hover .vjs-icon-placeholder:before {
    top: 18%;
    transform: scale(0.8);
  }
  .page--movie .block--more_movies .more_movies_title {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
  .page--movie .block--more_movies .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2em;
  }
  .page--movie .block--more_movies .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--movie .block--more_movies .list--contents li a .block--thumb {
    margin-bottom: 1em;
  }
  .page--movie .block--more_movies .list--contents li a .tit {
    margin-bottom: 1em;
    font-size: 14px;
  }
  .page--movie .block--more_movies .list--contents li a .date {
    font-size: 10px;
  }
  .page--movie .list__more {
    margin-top: 3em;
  }
  .page--blog .section--list .block--tit {
    margin-bottom: 2em;
  }
  .page--blog .video-js .vjs-big-play-button {
    width: 8vw !important;
    height: 8vw !important;
    transform: translate(calc(50% - 8vw), calc(50% - 8vw));
    transition: border 0.3s;
  }
  .page--blog .video-js .vjs-big-play-button:hover {
    border-width: 8px;
  }
  .page--blog .video-js .vjs-big-play-button:hover + .vjs-icon-play:before, .page--blog .video-js .vjs-big-play-button:hover .vjs-icon-placeholder:before {
    top: 18%;
    transform: scale(0.8);
  }
  .page--blog.photo-blog .section--list .block--tit {
    margin-bottom: 2em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon {
    width: 200px;
    overflow: hidden;
    margin-right: 2em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon img {
    background-image: cover;
    width: 100%;
    border-radius: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin li a:hover::before {
    content: none;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin li a:hover .date {
    display: none;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .block--thumb::before {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .block--thumb::after {
    -webkit-backdrop-filter: blur(80px);
            backdrop-filter: blur(80px);
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .members-only {
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page--blog.photo-blog .section--list .list--contents li a {
    position: relative;
  }
  .page--blog.photo-blog .section--list .list--contents li a .date {
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ff6f4e;
    font-size: 31px;
    mix-blend-mode: plus-lighter;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
  }
  .page--blog.photo-blog .section--list .list--contents li a:hover .date {
    opacity: 1;
  }
  .page--blog.photo-blog .section--list .list--contents li a:hover::before {
    opacity: 1;
  }
  .page--blog.photo-blog .section--list .list--contents li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    background: #010101;
    transition: opacity 0.3s;
  }
  .page--blog.photo-blog .section--list .list--contents li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .page--blog.photo-blog .section--list .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--blog.photo-blog .section--list .list--contents li.new a .tit::after {
    content: none;
  }
  .page--blog.photo-blog .section--list #next {
    margin-top: 40px;
  }
  .page--blog.photo-blog .section--list #next .loading {
    display: block;
    width: 2em;
    height: 2em;
    margin: 20px auto;
    animation: load 1.1s infinite linear;
  }
  .page--blog.photo-blog .section--list #next .loading svg {
    width: 2em;
    height: 2em;
  }
  .page--blog.photo-blog .slick-arrow {
    bottom: -40px;
    width: 50px;
    height: 50px;
  }
  .page--blog.photo-blog .slick-arrow.slick-prev {
    left: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-next {
    right: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-disabled {
    opacity: 0.4;
  }
  .page--blog.photo-blog .slick-dots {
    bottom: 1vh;
  }
  .page--blog.photo-blog .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    margin-right: 8px;
  }
  .page--blog.photo-blog .slick-dots li::before {
    transition: background 0.4s;
    width: 8px;
    height: 8px;
  }
  .page--blog.photo-blog .slick-dots li:hover::before {
    background: #ffffff;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer {
    padding: 1.2em 1.5em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .icon {
    width: 40px;
    height: 40px;
    margin-right: 0.8em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .writer {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .writer::after {
    top: 2px;
    width: 15px;
    height: 16px;
    margin-left: 0.4em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .date {
    width: 60%;
    padding: 1.2em 2em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt {
    position: relative;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .block--thumb {
    width: 60%;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt-area {
    width: 40%;
    padding: 1.5em;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt-area > p {
    padding-bottom: 2em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like {
    position: absolute;
    right: 1.5em;
    bottom: 1.5em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .likes, .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .liked {
    margin-left: 0.4em;
  }
  .page--special .section--detail .block--tit .section-tit {
    letter-spacing: 0.8em;
  }
  .page--special .section--detail .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page--special .section--detail .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--special .section--detail .list--contents .no-data {
    width: 100%;
  }
  .page--support .section-tit {
    margin-bottom: 0.8em;
    font-size: 18px;
    line-height: 1.5;
  }
  .page--support .tit {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 1.6em;
  }
  .page--support .txt {
    margin-bottom: 1.6em;
  }
  .page--support .list--support dt {
    margin-bottom: 0.2em;
  }
  .page--support .list--support dd {
    margin-bottom: 1.6em;
  }
  .page--faq .section-tit {
    font-size: 18px;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
  }
  .page--faq .section--list .btn {
    margin: 2em 0;
  }
  .page--faq .section--list .txt--sub {
    font-size: 12px;
  }
  .page--faq .searchBox {
    width: 70%;
    margin: 3em auto 3em 0;
    max-width: 500px;
  }
  .page--faq .searchBox input[type=text] {
    padding: 0.5em 1em;
  }
  .page--faq .searchBox input[type=submit] {
    top: 0;
    right: 3px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .page--faq .list--tag {
    margin-bottom: 3em;
  }
  .page--faq .list--tag li {
    margin-right: 0.8em;
    margin-bottom: 1em;
  }
  .page--faq .list--tag li a {
    padding: 0.8em 1em;
    font-size: 15px;
  }
  .page--faq .list--tag li a:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
  .page--faq .tit--category {
    font-size: 13px;
    margin: 0 0 1.5em;
  }
  .page--faq .list--faq {
    margin: 0 0 4em;
  }
  .page--faq .list--faq li a {
    padding: 1.5em 0;
  }
  .page--faq .list--faq li a:hover {
    text-decoration: none;
  }
  .page--faq .list--faq li .tit {
    margin: 0 0;
    font-size: 15px;
  }
  .page--faq .list--faq li .txt {
    font-size: 15px;
    line-height: 1.6;
  }
  .page--faq .block--faq-detail {
    padding: 2em 1.5em;
    margin: 0 0 4em;
  }
  .page--faq .block--faq-detail dt {
    font-size: 16px;
    padding: 0 0 1.2em;
    margin: 0 0 2em;
  }
  .page--faq .block--faq-detail .txt {
    margin-bottom: 0;
    padding-top: 0;
  }
  .page--faq .block--faq-detail .txt a:hover {
    text-decoration: none;
  }
  .page--faq .block--contact {
    width: 90%;
    max-width: 960px;
    margin: 4em 0 0;
  }
  .page--faq .block--contact .link a:hover {
    color: #800011;
    text-decoration: none;
  }
  .page--faq .block--contact .link a:hover::after {
    border: solid 1px #f3f1f1;
    border-top: none;
    border-right: none;
  }
  .page--faq .block--contact .link a:hover + i {
    color: #010101;
  }
  /*  page--questionnaire
  ------------------------------ */
  .page--questionnaire .section--detail {
    max-width: 1100px;
    margin: 2em auto;
  }
  .page--questionnaire .txt--basic {
    margin-bottom: 2em;
    font-size: 16px;
  }
  .page--questionnaire form .form--post {
    margin-bottom: 6em;
  }
  .page--questionnaire form .form--post dt {
    margin: 0 0 0.8em;
  }
  .page--questionnaire form .form--post dd {
    margin: 0 0 2em;
  }
  .page--questionnaire form .form--post .form__select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire form .input--half[type=tel] {
    width: 25% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .icon--required {
    display: inline-block;
  }
  .page--questionnaire .icon--required::before {
    margin-left: 5px;
    padding: 3px 6px 3px;
    font-size: 11px;
    vertical-align: 2px;
  }
  .page--questionnaire .list--txt li {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
  .page--entry .block--heading {
    margin-bottom: 4em;
  }
  .page--entry .block--heading .logo {
    width: 30vw;
    max-width: 400px;
    margin: 0 auto 3em;
  }
  .page--entry .block--heading .txt {
    font-size: 30px;
  }
  .page--entry .txt--lead {
    width: 100%;
    margin: 0 auto 6em;
    line-height: 1.66;
  }
  .page--entry .block--information {
    margin: 0 auto 6em;
  }
  .page--entry .block--information > ul {
    justify-content: space-between;
  }
  .page--entry .block--information > ul > li {
    width: 46%;
    padding: 2em;
  }
  .page--entry .block--information > ul > li .block--tit {
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    font-size: 18px;
  }
  .page--entry .block--table.list--comparative {
    margin-bottom: 6em;
  }
  .page--entry .block--table.list--comparative ul li {
    width: 40%;
    padding: 1.5em 1em;
    font-size: 15px;
  }
  .page--entry .block--table.list--comparative ul li .txt--sub {
    margin-top: 0.6em;
  }
  .page--entry .block--table.list--comparative ul li:nth-of-type(2), .page--entry .block--table.list--comparative ul li:nth-of-type(3) {
    width: 30%;
  }
  .page--entry .block--table.list--comparative .status-circle {
    width: 16px;
    height: 16px;
  }
  .page--entry .block--table.list--comparative .status-triangle {
    font-size: 1.1em;
  }
  .page--entry .block--table.list--comparative .status-ng {
    width: 14px;
  }
  .page--entry .block--contents {
    margin: 0 auto 6em;
  }
  .page--entry .block--contents .block--tit {
    margin: 0 auto 2em;
    padding-bottom: 1em;
    font-size: 20px;
  }
  .page--entry .block--contents .list--contents li {
    margin: 0 auto 1.5em;
    padding: 2em;
    border-radius: 0.5em;
  }
  .page--entry .block--contents .list--contents li .inner .block--txt {
    width: 100%;
  }
  .page--entry .block--contents .list--contents li .inner .block--txt .name {
    margin-bottom: 0.8em;
    font-size: 18px;
  }
  .page--entry .block--contents .list--contents li .inner.block--with-photo .block--txt {
    width: 70%;
  }
  .page--entry .block--contents .list--contents li .inner.block--with-photo .block--photo {
    width: 20%;
  }
  .page--entry .block--contents .list--contents li .inner.block--with-photo .block--photo img {
    box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.2);
  }
  .page--entry .block--contents--device .list--txt:first-of-type {
    margin-bottom: 1em;
  }
  .page--entry .block--login--fanplus {
    margin-bottom: 6em;
    padding: 3em 3em 3.1em;
  }
  .page--entry .block--login--fanplus .tit {
    margin-bottom: 3em;
    padding-bottom: 1.5em;
    font-size: 16px;
  }
  .page--entry .block--login--fanplus .block--inner {
    margin-right: 5em;
  }
  .page--entry .block--login--fanplus .block--inner:last-of-type {
    margin-right: 0;
  }
  .page--entry .block--login--fanplus .txt--basic.txt--login {
    margin-bottom: 0.2em;
  }
  .page--stream .block--tit .section-tit {
    letter-spacing: 0.8em;
  }
  .page--stream .block--tit .section-tit .block--sub--info .category {
    letter-spacing: 0.4em;
  }
  .page--stream .txt--lead {
    margin-bottom: 2.5em;
    font-size: 18px;
  }
  .page--stream .block--guide {
    margin-bottom: 3em;
  }
  .page--stream .block--guide .tit {
    font-size: 18px;
  }
  .page--stream .block--guide .txt--sub {
    margin-bottom: 0.8em;
  }
  .page--stream .block--download {
    margin-bottom: 4em;
    text-align: center;
  }
  .page--stream .block--download .btn--main {
    margin-top: 4px;
  }
  .page--stream .block--download .inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .page--stream .block--download .dl-list {
    display: flex;
    justify-content: center;
    margin-right: 1.5em;
  }
  .page--stream .block--download .dl-list li {
    height: 56px;
    margin-right: 1em;
  }
  .page--stream .block--download .dl-list li:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--download .dl-list li a {
    display: inline-block;
    height: 100%;
  }
  .page--stream .block--download .dl-list li img {
    height: 100%;
  }
  .page--stream .block--method .pc {
    border-bottom: solid 1px #010101;
  }
  .page--stream .block--method .pc i {
    position: absolute;
    top: 40%;
    right: -15%;
    font-size: 2rem;
    color: #010101;
  }
  .page--stream .block--method .pc .method-list {
    display: flex;
    margin-bottom: 5em;
  }
  .page--stream .block--method .pc .method-list .txt {
    margin-top: 0.4em;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--method .pc .method-list .method-list__item {
    position: relative;
    width: 21.25%;
    margin-right: 5%;
  }
  .page--stream .block--method .pc .method-list .method-list__item:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--method .pc .method-list .method-list__item.last {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
  }
  .page--stream .block--adjust {
    margin-top: 5em;
    padding-bottom: 5em;
  }
  .page--stream .block--adjust .adjust-list {
    display: flex;
  }
  .page--stream .block--adjust .adjust-list .txt {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item {
    width: 32%;
    margin-right: 2%;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item img {
    margin-bottom: 0.4em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item .tit {
    margin-bottom: 1em;
    font-size: 18px;
    text-align: center;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--attention {
    margin-top: 5em;
    padding-bottom: 5em;
  }
  .page--stream .block--attention .tit {
    margin-top: 2em;
    margin-bottom: 0.8em;
    font-size: 18px;
    line-height: 1.5;
  }
  .page--stream .block--attention dt {
    margin-bottom: 0.2em;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--attention dd {
    margin-bottom: 1em;
  }
  .page--stream .block--attention dd:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .detail__btn i {
    margin-right: 0.3em;
    font-size: 14px;
  }
  .page--livestreaming .section--detail .block--video {
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--txt {
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--txt .section-tit {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .page--livestreaming .section--detail .block--txt .list--txt {
    margin-bottom: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap {
    width: 100%;
    max-width: 1100px;
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--comment--wrap .block--post .form--post textarea {
    height: 6em;
    padding: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment {
    overflow-y: scroll;
    height: 700px;
    margin-top: 3em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .name {
    margin-bottom: 0.4em;
    font-size: 12px;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .txt {
    margin-bottom: 0.5em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .report-btn {
    font-size: 10px;
  }
  .page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments .btn--delete button {
    padding: 0.3em 0.5em;
    font-size: 11px;
  }
  .page--livestreaming.page--live-broadcasting .section--detail .block--wrap .block--video--wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .page--livestreaming.page--live-broadcasting .section--detail .block--wrap .block--video {
    width: 70%;
  }
  .page--livestreaming.page--live-broadcasting .section--detail .block--wrap .block--comment--wrap {
    width: 24%;
  }
  .page--livestreaming.page--live-broadcasting .section--detail .block--wrap .block--comment--wrap .block--post .btn .btn--main {
    min-width: 90%;
  }
  .page--livestreaming.page--live-broadcasting .section--detail .block--wrap .block--txt--wrap {
    width: 100%;
  }
  .page--feature .section-tit {
    margin-bottom: 0.8em;
  }
  .page--feature .section-tit.section--tit__medium {
    margin-bottom: 1em;
    padding-top: 2vw;
    font-size: 5.5vw;
  }
  .page--feature .block--photo__dl {
    margin: 8em auto 0;
  }
  .page--feature .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    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 .inner {
    width: 83vw;
    margin: 0 auto;
    padding: 10em 0 6em;
  }
  footer .inner .list--support dt {
    display: none;
  }
  footer .inner .list--support .nav--support {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 2.6em;
  }
  footer .inner .list--support .nav--support li {
    margin-right: 2em;
    margin-bottom: 1em;
  }
  footer .inner .list--support .nav--support li a {
    position: relative;
    font-size: 15px;
    transition: color 0.3s;
  }
  footer .inner .list--support .nav--support li a:hover {
    color: #800011;
  }
  footer .inner .block--link .list--link li {
    margin-right: 1.8em;
    margin-bottom: 0.4em;
  }
  footer .inner .block--link .list--link li a {
    padding: 2em 0;
    font-size: 16px;
    transition: color 0.3s;
  }
  footer .inner .block--link .list--link li a .link__thumbnail {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    width: clamp(160px, 15vw, 200px);
    transform: translate(-50%, -120%);
    transition: transform 0.3s, opacity 0.2s 0.1s;
  }
  footer .inner .block--link .list--link li a .link__thumbnail img {
    width: 100%;
  }
  footer .inner .block--link .list--link li a:hover {
    color: #BF001A;
  }
  footer .inner .block--link .list--link li a:hover .link__thumbnail {
    display: block;
    opacity: 1;
  }
  footer .copyright {
    margin-top: 6.6em;
    font-size: 12px;
  }
  body:not(.page--home) footer {
    margin: auto auto 0 4.5vw;
  }
  body:not(.page--home) footer .inner {
    padding: 4em 0 3em;
  }
  body:not(.page--home) footer .copyright {
    margin-top: 0;
    margin-left: 0;
  }
  /*  Birthday Message
  ------------------------------ */
  .page--birthday-message .section-tit {
    margin-bottom: 0.4em;
    text-align: center;
  }
  .page--birthday-message .txt--lead {
    margin: 0 auto 3em;
    font-size: 20px;
  }
  .page--birthday-message .block--photo__dl {
    margin: 8em auto 0;
  }
  .page--birthday-message .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  /* -------------------------------------------------
  	wovn
  ------------------------------------------------- */
  .wovn-languages.visible .nav-dropdown .list--language li,
  .drawer-visible .wovn-languages.visible .nav-dropdown .list--language li {
    transition: 0.2s 0s ease;
  }
  .wovn-languages.visible .nav-dropdown .list--language li:hover,
  .drawer-visible .wovn-languages.visible .nav-dropdown .list--language li:hover {
    opacity: 0.4;
  }
  .page--home #area--official .wovn--wrap {
    display: none;
  }
  .wovn--sp {
    display: none;
  }
  .wovn--pc {
    position: absolute;
    top: 5dvh;
    right: 5dvh;
    z-index: 2;
  }
  .popup--language .popup--language__box {
    width: 40%;
  }
  .popup--language .popup--language__box .popup--language__area {
    padding: 2em 2.2em;
  }
  .popup--language .popup--language__box .popup--language__area .popup--language__tit {
    margin-bottom: 0.7em;
    font-size: 1.5em;
  }
  .popup--language .popup--language__box .popup--language__approval {
    padding: 1.3em 2.2em;
    text-align: right;
  }
  .popup--language .popup--language__box .popup--language__approval .approval--btn {
    display: inline-block;
    padding: 0.3em 3em;
  }
}
@media screen and (max-height: 850px) {
  .page--home .section--top .section--inner .block--tit {
    margin-top: 2vw;
  }
  .page--home .section--top .section--inner .block--keyvisual {
    width: 53vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 200px;
    margin-top: 1em;
    padding: 0.8em 1em;
    border-radius: 6px;
    font-size: 13px;
  }
  .btn--sub {
    min-width: 200px;
    margin-top: 1.5em;
    padding: 0.8em 1em;
    font-size: 13px;
  }
  .detail__btn {
    margin-top: 2em;
  }
  /* input */
  .input--half {
    width: 100% !important;
  }
  .input--quarter {
    width: 50% !important;
  }
  .block--pager {
    margin: 3em auto 0;
    font-size: 15px;
  }
  .block--pager li {
    margin: 0 0.6em;
  }
  .block--pager li a, .block--pager li span {
    padding: 0.3em 0.6em;
  }
  .block--pager .pager__item--newer {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
    padding: 12px 0;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    top: 16px;
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager .pager__item--older {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older span {
    padding: 12px 0;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    top: 16px;
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager__detail {
    margin: 5 auto 3em;
  }
  .block--pager__detail .pager__item--newer,
  .block--pager__detail .pager__item--older,
  .block--pager__detail .pager__item--list {
    margin: 0 1em;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
  .block--pager__detail .pager__item--older a,
  .block--pager__detail .pager__item--older span,
  .block--pager__detail .pager__item--list a,
  .block--pager__detail .pager__item--list span {
    font-size: 15px;
    transition: 0.3s;
  }
  .block--pager__detail .pager__item--newer a {
    position: relative;
  }
  .block--pager__detail .pager__item--newer a::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    top: 45%;
    left: 3.3em;
    width: 4em;
    transform-origin: left top;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  .block--pager__detail .pager__item--newer a:hover {
    color: #BF001A;
  }
  .block--pager__detail .pager__item--newer a:hover::before {
    transform: scaleX(1);
  }
  .block--pager__detail .pager__item--older a {
    position: relative;
  }
  .block--pager__detail .pager__item--older a::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    background-color: #ffffff;
    top: 45%;
    left: -3.7em;
    width: 3em;
    transform-origin: right top;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  .block--pager__detail .pager__item--older a:hover {
    color: #BF001A;
  }
  .block--pager__detail .pager__item--older a:hover::before {
    transform: scaleX(1);
  }
  .block--pager__detail .pager__item--list a {
    transition: color 0.3s;
  }
  .block--pager__detail .pager__item--list a:hover {
    color: #BF001A;
  }
  .block--pager__detail .detail__btn a:hover {
    color: #800011;
  }
  .swiper-button-next {
    margin-left: 0.7em;
  }
  .swiper-button-prev {
    margin-right: 0.7em;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 12px;
  }
  .content-main::after {
    top: 5.6em;
    right: 4.5vw;
    content: "";
    display: block;
    width: 91vw;
    height: calc(100% - 5.6em);
  }
  .page--faq .content-main::after, .page--support .content-main::after {
    top: 0em;
    content: "";
    display: block;
    width: 91vw;
    height: calc(100% + 0em);
  }
  .section-tit {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8em;
  }
  .section-tit--sub {
    font-size: 15px;
    line-height: 1.5;
  }
  .tit {
    line-height: 1.5;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .section--list,
  .section--detail {
    width: 81vw;
    margin: 2em auto 3em;
  }
  .section--list .block--tit,
  .section--detail .block--tit {
    margin-bottom: 2em;
  }
  .section--list .block--tit .section-tit,
  .section--detail .block--tit .section-tit {
    padding: 1.2em 1.5em 1.5em 1.2em;
  }
  .section--list .block--tit .section-tit .block--sub--info,
  .section--detail .block--tit .section-tit .block--sub--info {
    margin-top: 0.8em;
    margin-bottom: 0;
  }
  .section--detail .block--tit .section-tit {
    max-width: 80vw;
    font-size: 16px;
    line-height: 1.5em;
  }
  .no-data {
    padding: 5em 0;
  }
  .list__more a {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 10px;
  }
  .list__more a::after {
    content: "";
    display: block;
    width: 8vw;
    height: 1px;
    left: calc(-8vw - 11px);
    transition: background-color 0.3s;
  }
  .list--txt li {
    margin-bottom: 0.8em;
  }
  .list--txt li:first-of-type {
    margin-top: 0.6em;
  }
  .nav--external a::after {
    margin-left: 0.2em;
    font-size: 15px;
    vertical-align: 0.06em;
  }
  .block--category {
    margin-bottom: 1.5em;
  }
  .block--category li {
    margin-right: 0.8em;
    margin-bottom: 0.8em;
    font-size: 15px;
  }
  .block--category li a {
    padding-right: 0.6em;
    padding-bottom: 0.3em;
  }
  .list--information li {
    margin-bottom: 1.5em;
  }
  .list--information li a {
    z-index: 0;
    padding-bottom: 1.4em;
    transition: color 0.3s;
  }
  .list--information li a .tit {
    font-size: 15px;
  }
  .list--information li a .block--sub--info {
    margin-bottom: 0.56em;
  }
  .list--information li a .date {
    margin-right: 0.8em;
    padding-right: 0.8em;
    font-size: 10px;
    letter-spacing: 0.07em;
  }
  .list--information li a .category {
    margin-right: 0.8em;
    font-size: 10px;
  }
  .list--information li.new .date::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    left: -0.8em;
  }
  .list--information li.new .tit::after {
    margin-left: 0.4em;
    font-size: 11px;
  }
  .list--information.list--schedule li {
    margin-bottom: 2.4em;
  }
  .list--information.list--schedule li:last-of-type {
    margin-bottom: 0;
  }
  .list--information.list--schedule li a {
    padding-bottom: 0;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--date {
    padding-bottom: 0.3em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .month-date {
    font-size: 24px;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .week {
    margin-left: 0.3em;
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--date--sub {
    font-size: 10px;
    letter-spacing: -0.03em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--sub--info {
    margin-bottom: 0;
    padding-top: 1em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .icon--term {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    margin: 0 auto 0.5em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--info {
    padding-left: 1.6em;
  }
  .list--contents li .tit, .list--photo li .tit {
    font-size: 15px;
  }
  .list--contents li .block--sub--info, .list--photo li .block--sub--info {
    margin-top: 1.2em;
    font-size: 11px;
  }
  .list--contents li .date, .list--photo li .date {
    font-size: 11px;
  }
  .list--contents li.new .date::after, .list--photo li.new .date::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    margin-left: 0.8em;
  }
  .list--error li {
    color: #DB001E;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  .section--detail .tit {
    font-size: 18px;
    margin-bottom: 0.4em;
  }
  .section--detail .txt {
    margin-bottom: 1.5em;
  }
  .section--detail .txt .ph {
    width: 90%;
    max-width: 600px;
    margin: 1.5em auto;
  }
  .section--detail .block--sub--info {
    margin-bottom: 1.2em;
  }
  .section--detail .tag {
    margin-right: 0.8em;
  }
  .section--detail .date {
    margin-left: 0;
    padding-right: 0;
    font-size: 11px;
    letter-spacing: 0.07em;
  }
  .section--detail .date:first-of-type {
    margin-right: 0;
  }
  .section--detail .date.end_time::before {
    height: 1px;
    width: 0.5em;
    margin: 0 0.4em;
  }
  .section--detail .category {
    margin-right: 0.8em;
    font-size: 11px;
  }
  .section--detail .block--detail--footer {
    margin-top: 4em;
  }
  .section--detail .block--share li {
    margin-right: 10px;
  }
  .section--detail .block--share li i {
    font-size: 17px;
  }
  .section--detail .block--share li.twitter {
    margin-right: 8px;
  }
  .section--detail .block--share li svg {
    width: 18px;
    top: 4px;
  }
  .section--detail .block--share li.share {
    font-size: 12px;
    margin-right: 20px;
  }
  header {
    position: relative;
  }
  header > .logo {
    width: 66vw;
    max-width: 300px;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 4.5vw;
  }
  header > .logo a {
    display: block;
  }
  header .drawer__btn {
    bottom: 2.4vw;
    right: 2vw;
    width: clamp(60px, 16vw, 80px);
  }
  .drawer {
    top: 5dvh;
    right: 10vw;
    width: 80vw;
    min-width: 200px;
    height: 90dvh;
    padding: 8vw 0;
    box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.2);
  }
  .drawer .drawer__inner .block--heading {
    margin-bottom: 1.5em;
  }
  .drawer .drawer__inner .block--heading span {
    padding: 0.4em 1em;
    font-size: 12px;
  }
  .drawer .drawer__inner .logo__fc__menu {
    width: 40%;
    max-width: 160px;
  }
  .drawer .drawer__inner .g-nav {
    width: 100%;
    margin: 0 auto;
  }
  .drawer .drawer__inner .g-nav ul.list--nav--contents {
    margin-top: 1.2em;
  }
  .drawer .drawer__inner .g-nav ul.list--nav--contents li {
    margin-bottom: 0.8em;
  }
  .drawer .drawer__inner .g-nav ul.list--nav--contents li a {
    font-size: 18px;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li {
    margin-right: 1.2em;
    margin-bottom: 0.2em;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li:last-of-type {
    margin-right: 0;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li a {
    font-size: 15px;
    line-height: 1.5;
    transition: opacity 0.3s;
  }
  .drawer .drawer__inner .g-nav .block--nav--official {
    padding: 0 8vw;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc {
    margin-top: 2em;
    padding: 0 8vw;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--contents {
    margin-top: 2em;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login {
    margin-bottom: 2em;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login::after {
    bottom: -0.8em;
    right: -8vw;
    width: calc(100% + 8vw);
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li {
    margin-right: 1.5em;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li:last-of-type {
    margin-right: 0;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li a {
    font-size: 21px;
    line-height: 1;
    transition: color 0.3s;
  }
  footer .inner {
    width: 91vw;
    padding: 3em 0 2em;
  }
  footer .list--support {
    margin: 0 auto 2em;
    border-bottom: solid 1px #ffffff;
  }
  footer .list--support dt {
    position: relative;
    padding-bottom: 1em;
    padding-left: 6.4vw;
    color: #ffffff;
    font-family: "mr-eaves-modern", sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.15em;
    font-size: 14px;
    text-align: left;
    line-height: 1;
    pointer-events: all;
  }
  footer .list--support dt::before, footer .list--support dt::after {
    position: absolute;
    background: #ffffff;
    transition: 0.2s ease-in;
  }
  footer .list--support dt::before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    top: calc(0.4em - 0.5px);
    right: 0.56em;
    transform: rotate(0deg);
  }
  footer .list--support dt::after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    top: calc(0.4em - 0.5px);
    right: 0.56em;
    transform: rotate(90deg);
  }
  footer .list--support dt.open::before {
    transform: rotate(0deg);
  }
  footer .list--support dt.open::after {
    transform: rotate(0deg);
  }
  footer .list--support dd ul {
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding: 0 6.4vw 0;
    border-top: solid 1px #ffffff;
    text-align: left;
    line-height: 0;
    transition-duration: 0.3s;
  }
  footer .list--support dd ul li {
    display: block;
    margin-bottom: 1.5em;
    font-size: 11px;
  }
  footer .list--support dd ul li:first-of-type {
    margin-top: 1.5em;
  }
  footer .list--support dd.open-contents ul {
    opacity: 1;
    height: auto;
    padding: 1em 6.4vw 1em;
    line-height: normal;
  }
  footer .block--link {
    margin-left: 6.4vw;
  }
  footer .block--link .list--link {
    margin-top: 3.6em;
    margin-bottom: 1.1em;
  }
  footer .block--link .list--link li {
    margin-right: 1.4em;
    margin-bottom: 0.5em;
    font-size: 14px;
  }
  footer .block--link .list--link li:last-of-type {
    margin-right: 0;
  }
  footer .block--link .list--link li img {
    width: 100%;
  }
  footer .copyright {
    margin-left: 6vw;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  body:not(.page--home) footer {
    margin: auto auto 0 4.5vw;
  }
  body:not(.page--home) footer .copyright {
    margin-top: 0;
    margin-left: 0;
  }
  .page--home .section--top .section--inner .block--tit {
    width: 85vw;
    max-width: 400px;
    margin: 7.2vw auto 5.3vw;
  }
  .page--home .section--top .section--inner .block--keyvisual {
    position: relative;
    width: 91%;
    margin: 0 auto 4vw;
  }
  .page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner {
    padding-top: 90%;
  }
  .page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner img {
    background: no-repeat center center;
    background-size: cover;
  }
  .page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner .block--keyvisual--video iframe {
    transform: scale(2.08);
  }
  .page--home .section--top .section--inner .block--keyvisual .block--scroll {
    display: none;
  }
  .page--home .section--top .section--inner .list--nav--sns {
    display: none;
  }
  .page--home .section--top .section--inner .block--pickup {
    width: 91vw;
    margin: 0 auto;
    padding: 1.5em;
  }
  .page--home .section--top .section--inner .block--pickup img {
    width: 100%;
  }
  .page--home .section--top .section--inner .block--pickup .pickup__title {
    width: 30%;
    margin: 0 auto 1.2em;
  }
  .page--home .section--top .section--inner .block--pickup .pickup__photo {
    width: 90%;
    margin: 0 auto 1.2em;
  }
  .page--home .section--top .section--inner .block--pickup .btn--sub {
    min-width: auto;
    margin-top: 0.5em;
  }
  .page--home .section--top .birthday-message {
    bottom: -10%;
  }
  .page--home .section--top .birthday-message .btn--birthday {
    font-size: 14px;
    animation: 3s fuwafuwa infinite;
  }
  .page--home .section--top .birthday-message .btn--birthday i {
    margin-right: 0.3em;
  }
  .page--home #area--official {
    padding-bottom: 3em;
  }
  .page--home .block--nav--sns {
    display: none;
  }
  .page--home .section--banner {
    margin-top: 8.8vw;
    margin-bottom: 18.6vw;
    margin-left: 4.5vw;
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 8vw;
  }
  .page--home .section--banner .list--bnr li {
    margin-right: 1.2vw;
  }
  .page--home .section--banner .block--carousel-nav {
    width: 56vw;
  }
  .page--home .section--banner .block--button-nav {
    margin-bottom: 2em;
  }
  .page--home .section--banner .swiper-button-prev:after, .page--home .section--banner .swiper-button-next:after {
    font-size: 12px;
  }
  .page--home .section--banner.no-carousel {
    margin-left: 0 !important;
  }
  .page--home .section--banner.no-carousel .list--bnr {
    display: flex;
    justify-content: center;
    transform: translate(0) !important;
  }
  .page--home .section--banner.no-carousel .list--bnr li {
    width: 85.5% !important;
    margin: 0 auto 4em !important;
  }
  .page--home .section--news .block--tit, .page--home .section--schedule .block--tit, .page--home .section--video .block--tit {
    width: clamp(115px, 60vw, 220px);
    height: clamp(115px, 30vw, 145px);
    margin-bottom: clamp(-2em, -7.5vw, -1.5em);
    margin-left: 4.5vw;
    padding: clamp(20px, 6.4vw, 24px) clamp(20px, 6.4vw, 24px);
  }
  .page--home .section--news .block--tit .section-tit, .page--home .section--schedule .block--tit .section-tit, .page--home .section--video .block--tit .section-tit {
    width: 100%;
    margin-bottom: 1em;
    font-size: 15px;
    text-align: left;
    line-height: 1.5;
  }
  .page--home .list--information {
    justify-content: center;
  }
  .page--home .section--news {
    width: 100vw;
    margin: 0 0 4em auto;
  }
  .page--home .section--news .section--inner .list--information {
    width: 85vw;
    margin-left: auto;
    margin-right: 4.5vw;
    padding: 4em 0;
  }
  .page--home .section--news .section--inner .list--information li {
    width: 72vw;
  }
  .page--home .section--news .section--inner .list__more a {
    margin-top: 1em;
    margin-left: 0;
  }
  .page--home .section--schedule {
    width: 100vw;
    margin: 0 0 4em auto;
  }
  .page--home .section--schedule .section--inner .block--tit {
    margin-left: auto;
    margin-right: 4.5vw;
  }
  .page--home .section--schedule .section--inner .list--schedule {
    width: 85vw;
    margin-left: 4.5vw;
    margin-right: auto;
    padding: 4em 0;
  }
  .page--home .section--schedule .section--inner .list--schedule li {
    width: 72vw;
  }
  .page--home .section--schedule .section--inner .list__more a {
    margin-top: 1em;
    margin-left: 0;
  }
  .page--home .section--video {
    width: 100vw;
    margin: 0 0 4em auto;
  }
  .page--home .section--video .section--inner {
    margin-left: auto;
    padding-bottom: 2.75%;
  }
  .page--home .section--video .section--inner .video__container {
    position: relative;
  }
  .page--home .section--video .section--inner .video__container .list--video {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin-left: 16vw;
    padding: 4em 0 1.4em;
  }
  .page--home .section--video .section--inner .video__container .list--video li {
    width: 80vw;
    margin-right: 1.2vw;
  }
  .page--home .section--video .section--inner .video__container .list--video li .tit {
    width: 90%;
    margin-top: 1.2em;
  }
  .page--home .section--video .section--inner .video__container::after {
    content: "";
    display: block;
    width: 89.5vw;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: 0 auto;
    background-color: #f7f7f7;
  }
  .page--home .section--video .section--inner.wrap__no-data .block--video {
    display: block;
  }
  .page--home .area--fc .area--inner .area--inner--head {
    flex-wrap: wrap;
  }
  .page--home .area--fc .block--logo--fc {
    width: 90vw;
    padding-top: 6.4vw;
    padding-bottom: 12vw;
  }
  .page--home .area--fc .block--logo--fc .block--logo--fc--main {
    width: clamp(100px, 25vw, 200px);
  }
  .page--home .area--fc .block--logo--fc .block--logo--fc--sub {
    padding-bottom: 3em;
    font-size: 10px;
  }
  .page--home .area--fc .block--logo--fc .block--logo--fc--sub span {
    margin-right: -1.1em;
  }
  .page--home .area--fc .block--logo--fc .block--logo--fc--sub span:first-of-type {
    display: block;
  }
  .page--home .area--fc .block--login--wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
  .page--home .area--fc .block--login {
    justify-content: flex-start;
    position: relative;
    margin-top: 1.5em;
    margin-right: 10vw;
    padding-bottom: 1.5em;
  }
  .page--home .area--fc .block--login::after {
    content: "";
    display: inline-block;
    width: calc(100% + 10vw);
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #BF001A;
  }
  .page--home .area--fc .block--login li {
    margin-left: 8.1vw;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .page--home .area--fc .block--login li:first-of-type {
    margin-left: 0;
  }
  .page--home .area--fc .block--login li a {
    position: relative;
  }
  .page--home .area--fc .section--photo-blog, .page--home .area--fc .section--movie, .page--home .area--fc .section--gallery, .page--home .area--fc .section--staff-blog {
    margin: 0 auto 11vw;
  }
  .page--home .area--fc .section--photo-blog .section--inner, .page--home .area--fc .section--movie .section--inner, .page--home .area--fc .section--gallery .section--inner, .page--home .area--fc .section--staff-blog .section--inner {
    padding-bottom: 2.75%;
  }
  .page--home .area--fc .section--photo-blog .block--tit, .page--home .area--fc .section--movie .block--tit, .page--home .area--fc .section--gallery .block--tit, .page--home .area--fc .section--staff-blog .block--tit {
    width: clamp(115px, 53vw, 200px);
    height: clamp(115px, 30vw, 145px);
    margin-bottom: clamp(-2em, -7.5vw, -1.5em);
    margin-left: 4.5vw;
    padding: clamp(20px, 6.4vw, 24px) clamp(20px, 6.4vw, 24px);
  }
  .page--home .area--fc .section--photo-blog .block--tit .section-tit, .page--home .area--fc .section--movie .block--tit .section-tit, .page--home .area--fc .section--gallery .block--tit .section-tit, .page--home .area--fc .section--staff-blog .block--tit .section-tit {
    width: 100%;
    margin-bottom: 1em;
    font-size: 15px;
    text-align: left;
    line-height: 1.5;
  }
  .page--home .area--fc .section--photo-blog .list--contents, .page--home .area--fc .section--movie .list--contents, .page--home .area--fc .section--gallery .list--contents, .page--home .area--fc .section--staff-blog .list--contents {
    position: relative;
    width: 100vw;
    padding: 16vw 0;
  }
  .page--home .area--fc .section--photo-blog .list--contents li, .page--home .area--fc .section--movie .list--contents li, .page--home .area--fc .section--gallery .list--contents li, .page--home .area--fc .section--staff-blog .list--contents li {
    width: 80vw;
    margin-left: auto;
    margin-right: 4.2vw;
  }
  .page--home .area--fc .section--photo-blog .list--contents li .block--thumb--wrap, .page--home .area--fc .section--movie .list--contents li .block--thumb--wrap, .page--home .area--fc .section--gallery .list--contents li .block--thumb--wrap, .page--home .area--fc .section--staff-blog .list--contents li .block--thumb--wrap {
    width: 100%;
  }
  .page--home .area--fc .section--photo-blog .list--contents li .block--thumb, .page--home .area--fc .section--movie .list--contents li .block--thumb, .page--home .area--fc .section--gallery .list--contents li .block--thumb, .page--home .area--fc .section--staff-blog .list--contents li .block--thumb {
    position: relative;
  }
  .page--home .area--fc .section--photo-blog .list--contents li .block--item--info, .page--home .area--fc .section--movie .list--contents li .block--item--info, .page--home .area--fc .section--gallery .list--contents li .block--item--info, .page--home .area--fc .section--staff-blog .list--contents li .block--item--info {
    width: 68vw;
    margin-top: 2em;
  }
  .page--home .area--fc .section--photo-blog .list--contents li .block--sub--info, .page--home .area--fc .section--movie .list--contents li .block--sub--info, .page--home .area--fc .section--gallery .list--contents li .block--sub--info, .page--home .area--fc .section--staff-blog .list--contents li .block--sub--info {
    margin-top: 1.6em;
  }
  .page--home .area--fc .section--photo-blog .list--contents li.new .date::after, .page--home .area--fc .section--movie .list--contents li.new .date::after, .page--home .area--fc .section--gallery .list--contents li.new .date::after, .page--home .area--fc .section--staff-blog .list--contents li.new .date::after {
    background-color: #DB001E;
  }
  .page--home .area--fc .section--photo-blog .list--contents::after, .page--home .area--fc .section--movie .list--contents::after, .page--home .area--fc .section--gallery .list--contents::after, .page--home .area--fc .section--staff-blog .list--contents::after {
    content: "";
    display: block;
    width: 78.6vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10.6vw;
    z-index: -1;
    background-color: #800011;
  }
  .page--home .area--fc .section--contents {
    margin: 24vw auto 0;
  }
  .page--home .area--fc .section--contents > section:first-of-type {
    padding-top: clamp(5em, 15vw, 10em);
  }
  .page--home .area--fc .section--contents > section:nth-of-type(2) .block--tit {
    margin-right: 4.2vw;
    margin-left: auto;
  }
  .page--home .area--fc .section--contents > section:nth-of-type(2) .list--contents li {
    margin-right: auto;
    margin-left: 4.2vw;
  }
  .page--home .area--fc .section--contents > section:nth-of-type(2) .list--contents li .block--item--info {
    margin-left: auto;
  }
  .page--home .area--fc .section--contents .block--loop {
    top: -15vw;
  }
  .page--home .area--fc .section--contents .block--loop .block--loop--item {
    font-family: "mr-eaves-modern", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: clamp(90px, 25vw, 100px);
  }
  .page--home .area--fc .section--contents .block--loop .block--loop--item p {
    margin-right: 0.8em;
  }
  .page--news .block--tit .section-tit {
    margin-bottom: 0.3em;
  }
  .page--news.page--schedule .block--tit .section-tit .block--sub--info .category {
    width: 100%;
  }
  .page--news .section--list .list--contents li {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--news .section--list .list--contents li .block--thumb {
    margin-bottom: 1em;
  }
  .page--schedule .block--month {
    margin-bottom: 2em;
  }
  .page--schedule .block--month .tit {
    margin-right: 2em;
  }
  .page--schedule .block--month .tit .month {
    font-size: 30px;
  }
  .page--schedule .block--month .tit .year {
    font-size: 12px;
  }
  .page--schedule .block--month .block--prev-next {
    font-size: 12px;
  }
  .page--schedule .block--month .block--prev-next .prev-month {
    margin-right: 1.2em;
  }
  .page--schedule .block--month .block--prev-next .prev-month::after {
    margin-left: 0.8em;
  }
  .page--discography .section-tit {
    margin-bottom: 0.3em;
  }
  .page--discography .list--discography li {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--discography .list--discography li .block--thumb {
    margin-bottom: 1em;
  }
  .page--discography .list--discography li a {
    display: block;
  }
  .page--discography .list--discography li .tit {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .page--discography .list--discography li .block--sub--info {
    margin-top: 0.8em;
  }
  .page--discography .list--discography li .date, .page--discography .list--discography li .category {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .page--discography .section--detail {
    margin: 2em auto;
  }
  .page--discography .section--detail .disco-wrap {
    margin-bottom: 2em;
  }
  .page--discography .section--detail .disco-wrap .block--jacket {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .page--discography .list--jacket li {
    margin-bottom: 2em;
  }
  .page--discography .list--jacket li .ph {
    margin-bottom: 1em;
  }
  .page--discography .block--disc-detail > .block--tit {
    margin-bottom: 3em;
  }
  .page--discography .block--disc-detail .block--comment .txt {
    font-size: 13px;
  }
  .page--discography .block--disc-detail .block--track .block--tit {
    font-size: 16px;
    margin-bottom: 1.5em;
  }
  .page--discography .block--disc-detail .block--track > div {
    margin: 2em 0;
    font-size: 13px;
  }
  .page--discography .block--disc-detail .block--track .list--track li {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .page--discography .block--disc-detail .video {
    margin-bottom: 2em;
  }
  .page--discography .block--sub--info p {
    margin-right: 0.8em;
  }
  .page--biography .block--tit .section-tit {
    letter-spacing: 0.8em;
  }
  .page--biography .block--tit .section-tit .block--sub--info .category {
    letter-spacing: 0.4em;
  }
  .page--biography .block--photo {
    margin-bottom: 3em;
  }
  .page--biography .txt {
    line-height: 1.8;
  }
  .page--biography .block--name {
    margin-bottom: 0.6em;
    font-size: 18px;
  }
  .page--biography .block--name span {
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
  }
  .page--photo .section-tit {
    margin-bottom: 0.3em;
  }
  .page--photo .list--photo {
    margin-bottom: 2em;
  }
  .page--photo .list--photo li {
    width: 96%;
    margin: 0 auto 3em;
  }
  .page--photo .list--photo li .block--thumb {
    margin-bottom: 1em;
  }
  .page--photo .list--photo li .tit {
    margin-bottom: 0.8em;
  }
  .page--photo.page--photo--detail .list--photo {
    margin-top: 2em;
  }
  .page--photo.page--photo--detail .list--photo li {
    width: 96%;
    margin-bottom: 0.6em;
  }
  .page--movie .section--list .list--contents li {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--movie .section--list .list--contents li .block--thumb {
    margin-bottom: 1em;
  }
  .page--movie .section--list .list--contents li .block--txt {
    font-size: 13px;
  }
  .page--movie .section--list .list--contents li .tit {
    margin-bottom: 0.8em;
  }
  .page--movie .section--detail .block--tit {
    margin-bottom: 4em;
  }
  .page--movie .section--detail .block--tit .tit {
    margin-bottom: 0.6em;
  }
  .page--movie .section--detail .txt--basic {
    margin: 2em 0;
    min-height: 200px;
  }
  .page--movie .block--player {
    margin: 0 auto 1.2em;
  }
  .page--movie .vjs-big-play-button {
    width: 10vw !important;
    height: 10vw !important;
    transform: translate(calc(50% - 10vw), calc(50% - 10vw));
  }
  .page--movie .block--more_movies .more_movies_title {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
  .page--movie .block--more_movies .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2em;
  }
  .page--movie .block--more_movies .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--movie .block--more_movies .list--contents li a .block--thumb {
    margin-bottom: 1em;
  }
  .page--movie .block--more_movies .list--contents li a .tit {
    margin-bottom: 1em;
    font-size: 12px;
  }
  .page--movie .block--more_movies .list--contents li a .date {
    font-size: 10px;
  }
  .page--movie .list__more {
    margin-top: 1.5em;
  }
  .page--movie.new-movie .content-main .section--list {
    margin: 2em auto 4em;
    width: 81vw;
    margin: 2em auto 3em;
    padding: 0;
  }
  .page--movie.new-movie .content-main .section--list .section-tit {
    padding: 1.2em 1.5em 1.5em 1.2em;
  }
  .page--movie.new-movie .content-main .section--list .list--contents {
    gap: 0;
  }
  .page--movie.new-movie .content-main .section--list .list--contents li {
    width: 100%;
    margin-right: 0;
  }
  .page--movie.new-movie .content-main .section--list .list--contents li a .tit {
    margin-top: 0;
  }
  .page--movie.new-movie .content-main .section--list .list--contents li a .date {
    font-size: 12px;
    opacity: 1;
  }
  .page--movie.new-movie .content-main .section--list .list--contents li a:hover .thumb img {
    transform: none;
  }
  .page--movie.new-movie .content-main::after {
    animation: background_color_change 20s cubic-bezier(0.6, 0, 0.2, 1) forwards infinite;
  }
  .page--movie.new-movie .content-main .section--detail .block--tit .tit {
    font-size: 18px;
    margin-bottom: 0.4em;
  }
  .page--blog .section--list {
    margin-bottom: 2em;
  }
  .page--blog .vjs-big-play-button {
    width: 10vw !important;
    height: 10vw !important;
    transform: translate(calc(50% - 10vw), calc(50% - 10vw));
  }
  .page--blog.staff-blog .section--detail .inner .txt p {
    margin: 0 0 20px 0;
  }
  .page--blog.photo-blog .section--list .block--tit {
    margin-bottom: 2em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon {
    width: 100px;
    overflow: hidden;
    margin-right: 1em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon img {
    background-image: cover;
    width: 100%;
    border-radius: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin li a:hover::before {
    content: none;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin li a:hover .date {
    display: none;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .block--thumb::before {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .block--thumb::after {
    -webkit-backdrop-filter: blur(80px);
            backdrop-filter: blur(80px);
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .members-only {
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page--blog.photo-blog .section--list .list--contents li a {
    position: relative;
  }
  .page--blog.photo-blog .section--list .list--contents li a .date {
    display: block;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .page--blog.photo-blog .section--list .list--contents li a:hover .date {
    opacity: 1;
  }
  .page--blog.photo-blog .section--list .list--contents li a:hover::before {
    opacity: 1;
  }
  .page--blog.photo-blog .section--list .list--contents li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    background: #010101;
    transition: opacity 0.3s;
  }
  .page--blog.photo-blog .section--list .list--contents li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .page--blog.photo-blog .section--list .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--blog.photo-blog .section--list .list--contents li.new a .tit::after {
    content: none;
  }
  .page--blog.photo-blog .section--list #next {
    margin-top: 40px;
  }
  .page--blog.photo-blog .section--list #next .loading {
    display: block;
    width: 2em;
    height: 2em;
    margin: 20px auto;
    animation: load 1.1s infinite linear;
  }
  .page--blog.photo-blog .section--list #next .loading svg {
    width: 2em;
    height: 2em;
  }
  .page--blog.photo-blog .slick-arrow {
    bottom: -40px;
    width: 30px;
    height: 30px;
  }
  .page--blog.photo-blog .slick-arrow.slick-prev {
    left: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-next {
    right: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-disabled {
    opacity: 0.4;
  }
  .page--blog.photo-blog .slick-arrow::before {
    font-size: 16px;
  }
  .page--blog.photo-blog .slick-dots {
    bottom: 1vh;
  }
  .page--blog.photo-blog .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    margin-right: 8px;
  }
  .page--blog.photo-blog .slick-dots li::before {
    transition: background 0.4s;
    width: 8px;
    height: 8px;
  }
  .page--blog.photo-blog .slick-dots li:hover::before {
    background: #ffffff;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner {
    justify-content: space-between;
    flex-direction: row;
    border: none;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer {
    padding: 1.2em 1.5em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .icon {
    width: 40px;
    height: 40px;
    margin-right: 0.8em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .writer {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .writer::after {
    top: 2px;
    width: 15px;
    height: 16px;
    margin-left: 0.4em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .date {
    padding: 1.2em 2em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt {
    flex-wrap: wrap;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .block--thumb {
    width: 100%;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .txt-area {
    width: 100%;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .txt-area > p {
    padding-bottom: 2em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt-area {
    position: relative;
    padding: 1.5em;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like {
    position: absolute;
    left: 1.5em;
    top: 1.5em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like i {
    font-size: 20px;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .likes, .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .liked {
    margin-left: 0.4em;
  }
  .page--special .section--detail .block--tit .section-tit {
    letter-spacing: 0.8em;
  }
  .page--special .section--detail .list--contents li {
    width: 100%;
    margin-bottom: 4%;
  }
  .page--support .section-tit {
    margin-bottom: 0.8em;
    font-size: 16px;
    line-height: 1.5;
  }
  .page--support .tit {
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 0 1.6em;
  }
  .page--support .txt {
    margin-bottom: 1.6em;
  }
  .page--support .list--support dt {
    margin-bottom: 0.2em;
  }
  .page--support .list--support dd {
    margin-bottom: 1.6em;
  }
  .page--faq .section-tit {
    font-size: 16px;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
  }
  .page--faq .section--list .btn {
    margin: 2em 0;
  }
  .page--faq .section--list .txt--sub {
    font-size: 12px;
  }
  .page--faq .searchBox {
    width: 70%;
    margin: 3em auto 3em 0;
    max-width: 500px;
  }
  .page--faq .searchBox input[type=text] {
    padding: 0.5em 1em;
  }
  .page--faq .searchBox input[type=submit] {
    top: 0;
    right: 3px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .page--faq .list--tag {
    margin-bottom: 2em;
  }
  .page--faq .list--tag li {
    margin-right: 0.8em;
    margin-bottom: 1em;
  }
  .page--faq .list--tag li a {
    padding: 0.8em 1em;
    font-size: 12px;
  }
  .page--faq .tit--category {
    font-size: 12px;
    margin: 0 0 1.5em;
  }
  .page--faq .list--faq {
    margin: 0 0 4em;
  }
  .page--faq .list--faq li a {
    padding: 1.5em 0;
  }
  .page--faq .list--faq li .tit {
    margin: 0 0;
    font-size: 13px;
  }
  .page--faq .list--faq li .txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .page--faq .block--faq-detail {
    padding: 2em 1.5em;
    margin: 0 0 4em;
  }
  .page--faq .block--faq-detail dt {
    font-size: 16px;
    padding: 0 0 1.2em;
    margin: 0 0 2em;
  }
  .page--faq .block--faq-detail .txt {
    margin-bottom: 0;
    padding-top: 0;
  }
  .page--faq .block--faq-detail .txt a:hover {
    text-decoration: none;
  }
  .page--faq .block--contact {
    width: 90%;
    max-width: 960px;
    margin: 4em 0 0;
  }
  /*  Birthday Message
  ------------------------------ */
  .page--birthday-message .section-tit {
    margin-bottom: 0.4em;
    text-align: center;
  }
  .page--birthday-message .txt--lead {
    margin: 0 auto 1.5em;
    font-size: 15px;
  }
  .page--birthday-message .block--photo__dl {
    margin: 5em auto 0;
  }
  .page--birthday-message .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .page--questionnaire .txt--basic {
    margin-bottom: 3em;
    font-size: 15px;
  }
  .page--questionnaire form .form--post {
    margin-bottom: 8vw;
  }
  .page--questionnaire form .form--post dt {
    margin: 0 0 0.8em;
  }
  .page--questionnaire form .form--post dd {
    margin: 0 0 2em;
  }
  .page--questionnaire form .form--post .form__select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire form .input--half {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire form .input--half[type=tel] {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .icon--required {
    display: inline-block;
  }
  .page--questionnaire .icon--required::before {
    margin-left: 5px;
    padding: 3px 6px 3px;
    padding-left: 5px;
    font-size: 11px;
    vertical-align: inherit;
  }
  .page--questionnaire .form--confirm {
    padding: 16px;
  }
  .page--entry .block--heading {
    margin-bottom: 2em;
  }
  .page--entry .block--heading .logo {
    width: 50vw;
    max-width: 300px;
    margin: 0 auto 1em;
  }
  .page--entry .block--heading .txt {
    font-size: 20px;
  }
  .page--entry .txt--lead {
    width: 100%;
    margin: 0 auto 3em;
    line-height: 1.66;
  }
  .page--entry .block--information {
    margin: 0 auto 4em;
  }
  .page--entry .block--information > ul {
    justify-content: center;
  }
  .page--entry .block--information > ul > li {
    width: 100%;
    padding: 1.5em;
  }
  .page--entry .block--information > ul > li .block--tit {
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    font-size: 18px;
  }
  .page--entry .block--information > ul > li:first-of-type {
    margin-bottom: 2em;
  }
  .page--entry .block--table.list--comparative {
    margin-bottom: 4em;
  }
  .page--entry .block--table.list--comparative ul li {
    width: 40%;
    padding: 0.8em 1em;
    font-size: 15px;
  }
  .page--entry .block--table.list--comparative ul li .txt--sub {
    margin-top: 0.6em;
  }
  .page--entry .block--table.list--comparative ul li:nth-of-type(2), .page--entry .block--table.list--comparative ul li:nth-of-type(3) {
    width: 30%;
  }
  .page--entry .block--table.list--comparative .status-circle {
    width: 16px;
    height: 16px;
  }
  .page--entry .block--table.list--comparative .status-triangle {
    font-size: 1.1em;
  }
  .page--entry .block--table.list--comparative .status-ng {
    width: 14px;
  }
  .page--entry .block--contents {
    margin: 0 auto 4em;
  }
  .page--entry .block--contents .block--tit {
    margin: 0 auto 1em;
    padding-bottom: 1em;
    font-size: 18px;
  }
  .page--entry .block--contents .list--contents li {
    margin: 0 auto 1.5em;
    padding: 1.5em;
    border-radius: 0.5em;
  }
  .page--entry .block--contents .list--contents li .inner .block--txt {
    width: 100%;
  }
  .page--entry .block--contents .list--contents li .inner .block--txt .name {
    margin-bottom: 0.8em;
    font-size: 16px;
  }
  .page--entry .block--contents .list--contents li .inner.block--with-photo .block--txt {
    width: 100%;
  }
  .page--entry .block--contents .list--contents li .inner.block--with-photo .block--photo {
    width: 60%;
    margin: 1.5em auto 0;
  }
  .page--entry .block--contents .list--contents li .inner.block--with-photo .block--photo img {
    box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.2);
  }
  .page--entry .block--contents--device .list--txt:first-of-type {
    margin-bottom: 1em;
  }
  .page--entry .block--login--fanplus {
    flex-flow: column;
    margin-bottom: 4em;
    padding: 3em 3em 3.1em;
  }
  .page--entry .block--login--fanplus .tit {
    margin-bottom: 3em;
    padding-bottom: 1.5em;
    font-size: 16px;
  }
  .page--entry .block--login--fanplus .block--inner {
    margin-bottom: 3em;
  }
  .page--entry .block--login--fanplus .block--inner:last-of-type {
    margin-bottom: 0;
  }
  .page--entry .block--login--fanplus .txt--basic.txt--login {
    margin-bottom: 0.2em;
  }
  .page--entry .block--login--fanplus .btn--special {
    margin-top: 0.8em;
  }
  .page--stream .block--tit .section-tit {
    letter-spacing: 0.8em;
  }
  .page--stream .block--tit .section-tit .block--sub--info .category {
    letter-spacing: 0.4em;
  }
  .page--stream .txt--lead {
    margin-bottom: 2.5em;
    font-size: 16px;
  }
  .page--stream .block--guide {
    margin-bottom: 3em;
  }
  .page--stream .block--guide .tit {
    font-size: 16px;
  }
  .page--stream .block--guide .txt--sub {
    margin-bottom: 0.8em;
  }
  .page--stream .block--download {
    margin-bottom: 4em;
    text-align: center;
  }
  .page--stream .block--download .btn--main {
    margin-top: 0;
  }
  .page--stream .block--download .dl-list {
    display: flex;
    justify-content: center;
    width: clamp(300px, 80%, 300px);
    margin: 0 auto;
  }
  .page--stream .block--download .dl-list li {
    margin: 0 auto 1.5em;
  }
  .page--stream .block--download .dl-list li a {
    display: inline-block;
  }
  .page--stream .block--download .app-link .btn--main {
    width: clamp(300px, 80%, 300px);
  }
  .page--stream .block--method .method-list {
    margin-bottom: 5em;
  }
  .page--stream .block--method .method-list .tit {
    text-align: left;
  }
  .page--stream .block--method .method-list .txt {
    margin-top: 0.4em;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--carousel {
    border-bottom: solid 1px #C0C0C0;
  }
  .page--stream .block--carousel .swiper-container {
    position: relative;
    margin-bottom: 0;
  }
  .page--stream .block--carousel .swiper-container ul li img {
    margin-bottom: 0.5em;
  }
  .page--stream .block--carousel i {
    display: none;
  }
  .page--stream .block--carousel .swiper-button-prev {
    left: 3px;
    transform: translateY(-50%);
  }
  .page--stream .block--carousel .swiper-button-prev::after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
  }
  .page--stream .block--carousel .swiper-button-next {
    right: 3px;
    transform: translateY(-52%);
  }
  .page--stream .block--carousel .swiper-button-next::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
  }
  .page--stream .block--carousel .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: -2.2em;
    z-index: 1;
    width: 100%;
  }
  .page--stream .block--carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.4em !important;
  }
  .page--stream .block--adjust {
    margin-top: 3em;
    padding-bottom: 3em;
  }
  .page--stream .block--adjust .adjust-list .txt {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item img {
    margin-bottom: 0.4em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item .tit {
    margin-bottom: 1em;
    font-size: 16px;
    text-align: center;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .block--attention {
    margin-top: 3em;
    padding-bottom: 3em;
  }
  .page--stream .block--attention .tit {
    margin-top: 2em;
    margin-bottom: 0.4em;
    font-size: 16px;
    line-height: 1.5;
  }
  .page--stream .block--attention dt {
    margin-bottom: 0.2em;
    font-size: 13px;
    line-height: 1.5;
  }
  .page--stream .block--attention dd {
    margin-bottom: 1em;
  }
  .page--stream .block--attention dd:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .detail__btn i {
    margin-right: 0.3em;
    font-size: 13px;
  }
  .page--livestreaming .section--detail .block--video {
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--txt {
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--txt .section-tit {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .page--livestreaming .section--detail .block--txt .list--txt {
    margin-bottom: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap {
    width: 100%;
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--comment--wrap .block--post .form--post textarea {
    height: 6em;
    padding: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment {
    overflow-y: scroll;
    height: 600px;
    margin-top: 3em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .name {
    margin-bottom: 0.4em;
    font-size: 12px;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .txt {
    margin-bottom: 0.5em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .report-btn {
    font-size: 10px;
  }
  .page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments .btn--delete button {
    padding: 0.3em 0.5em;
    font-size: 11px;
  }
  .page--feature .section-tit {
    margin-bottom: 0.8em;
  }
  .page--feature .section-tit.section--tit__medium {
    margin-bottom: 0.8em;
    font-size: 9vw;
  }
  .page--feature .block--photo__dl {
    margin: 5em auto 0;
  }
  .page--feature .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  /* page--error
  ------------------------------ */
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  /*  effect
  ------------------------------ */
  @keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-11px);
    }
  }
  /* -------------------------------------------------
  	wovn
  ------------------------------------------------- */
  .wovn-languages, .drawer-visible .wovn-languages {
    position: relative;
    top: 0;
    right: 0;
  }
  .wovn--pc {
    display: none;
  }
  .wovn--sp {
    margin-bottom: 4vw;
    text-align: center;
  }
  .wovn--sp p {
    display: none;
  }
  .page--home .section--top .wovn--wrap .wovn-languages {
    margin: 0 auto;
  }
  .popup--language .popup--language__box {
    width: 90%;
  }
  .popup--language .popup--language__box .popup--language__area {
    padding: 2em 2.2em;
  }
  .popup--language .popup--language__box .popup--language__area .popup--language__tit {
    margin-bottom: 0.7em;
    font-size: 1.5em;
  }
  .popup--language .popup--language__box .popup--language__approval {
    padding: 1.3em 2.2em;
    text-align: right;
  }
  .popup--language .popup--language__box .popup--language__approval .approval--btn {
    display: inline-block;
    padding: 0.3em 3em;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .page--disco .list--discography {
    display: flex;
    flex-wrap: wrap;
  }
  .page--disco .list--discography li {
    width: 32%;
    margin-right: 2%;
  }
  .page--disco .list--discography li:nth-of-type(3n) {
    margin-right: 0;
  }
}