@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500;600;700&family=Noto+Sans+JP:wght@400;700&family=Urbanist:wght@600;700&display=swap");
/*! 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: #515151;
  color: #ffffff;
  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.6;
    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: 14px;
    line-height: 1.6;
    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.6;
    letter-spacing: 0.08em;
  }
}

.wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  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: #cf4f46;
}

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

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

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

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

.content-main {
  min-height: 100%;
}

.section-tit {
  color: #cf4f46;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.0001em;
  line-height: 1.1;
}
.section-tit:tit__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
}

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

.tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  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: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
}

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

.txt--underline {
  text-decoration: underline;
}

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

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

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

.bold {
  font-weight: bold;
}

i {
  font-family: "Font Awesome 5 Free";
}

.section--list,
.section--detail {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.tag {
  display: flex;
  align-items: center;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
}
.tag::before {
  border-radius: 100%;
  background-color: #cf4f46;
}
.tag.tag__1::before {
  background-color: #61B343;
}
.tag.tag__2::before {
  background-color: #D0BB2F;
}
.tag.tag__3::before {
  background-color: #61A0C4;
}
.tag.tag__4::before {
  background-color: #CF4F46;
}

.no-data {
  width: 100%;
  margin: 8em auto 0;
  font-weight: bold;
  text-align: center;
}

.list__more a {
  display: inline-block;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.0001em;
  text-align: left;
  line-height: 1;
  letter-spacing: -0.002em;
  transition: opacity 0.3s ease-in 0.3s, letter-spacing 0.3s;
}
.list__more a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #cf4f46;
}

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

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

.block--pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin: 5em auto 0;
  font-size: 15px;
  text-align: center;
}
.block--pager li {
  position: relative;
  margin: 0 0.6em;
}
.block--pager a {
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s;
}
.block--pager a,
.block--pager span {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
}
.block--pager .pager__item--number {
  color: #ffffff;
  text-align: center;
}
.block--pager .pager__item--newer {
  position: relative;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  padding: 0;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px 0;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(-135deg);
  transition: 0.2s;
}
.block--pager .pager__item--newer span::after {
  opacity: 0.3;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  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;
  color: #cf4f46;
  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;
  margin: 0 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 {
  display: block;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
  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;
}

/* image */
.ph,
.thumb {
  position: relative;
  line-height: 0;
}
.ph img,
.thumb img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.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 */
video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.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: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
  letter-spacing: 0.02em;
}

.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: 1.5em;
  height: 1px;
  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 top;
}

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

.progress-bar__inner {
  background: #a1a1a1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active.progress-bar::after {
  animation: effect--progress-bar 0.2s 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: #cf4f46;
  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 #ffffff;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #ffffff;
}
@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.6;
    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: 14px;
    line-height: 1.6;
    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.6;
    letter-spacing: 0.08em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
form button:focus {
  border-color: #ffffff;
}
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: #cf4f46;
  border-color: #cf4f46;
}
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 #ffffff;
  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.6;
    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: 14px;
    line-height: 1.6;
    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.6;
    letter-spacing: 0.08em;
  }
}
textarea:focus {
  border-color: #ffffff;
}
textarea.form__error {
  background: #ffffff;
  color: #cf4f46;
  border-color: #cf4f46;
}
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 #ffffff;
  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.6;
    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: 14px;
    line-height: 1.6;
    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.6;
    letter-spacing: 0.08em;
  }
}
.form__select select:focus {
  border-color: #ffffff;
}
.form__select select.form__error {
  background: #ffffff;
  color: #cf4f46;
  border-color: #cf4f46;
}
.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 #ffffff;
  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.6;
    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: 14px;
    line-height: 1.6;
    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.6;
    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: #cf4f46;
}
.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 #ffffff;
  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 #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: opacity 0.3s, border-color 0.3s;
}
.form__checkbox :checked ~ p::before {
  background: #cf4f46;
  border-color: #cf4f46;
}
.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.6;
    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: 14px;
    line-height: 1.6;
    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.6;
    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: #cf4f46;
}
.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: #cf4f46;
  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.6;
    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: 14px;
    line-height: 1.6;
    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.6;
    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: #cf4f46;
}
.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 #ffffff;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #414141;
  border-color: #414141;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

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

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

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

.form--confirm {
  border: solid 0.5px #a1a1a1;
  border-radius: 10px;
  padding: 1.5em;
  margin-bottom: 2em;
}
.form--confirm dt {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #a1a1a1;
  color: #ffffff;
}
.form--confirm dd {
  margin: 0 0 2.5em;
  color: #ffffff;
}

.btn {
  text-align: center;
}

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

.btn--main {
  background: #f3f1f1;
  color: #515151;
  border: solid 1px #f3f1f1;
  height: inherit !important;
  line-height: inherit !important;
}

.btn--sub {
  background: #515151;
  color: #f3f1f1;
  border: solid 1px #f3f1f1;
}

.detail__btn {
  display: inline-block;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
  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;
  background-color: #ffffff;
  color: #414141;
}
.list--information li a .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  word-break: break-word;
}
.list--information li a .block--sub__info {
  display: flex;
  align-items: flex-end;
}
.list--information li a .block--sub__info *:only-child {
  border-right: none;
}
.list--information li a .date {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  border-right: solid 1px #414141;
}
.list--information li a .category {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
}
.list--information li.new a::before {
  content: "New";
  display: inline-block;
  color: #cf4f46;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: bold;
  letter-spacing: -0.01em;
  position: absolute;
}
.list--information.list--schedule .list__inner {
  display: flex;
  align-items: flex-start;
}
.list--information.list--schedule .list__inner .block--schedule__date {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.list--information.list--schedule .list__inner .block--schedule__date .block--date__main {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.list--information.list--schedule .list__inner .block--schedule__date .month {
  letter-spacing: -0.02em;
}
.list--information.list--schedule .list__inner .block--schedule__date .day {
  position: relative;
  margin-left: 0.3em;
  letter-spacing: -0.02em;
}
.list--information.list--schedule .list__inner .block--schedule__date .day::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.2em;
  position: absolute;
  top: -0.22em;
  left: -0.2em;
  background-color: #414141;
  transform: rotate(35deg);
}
.list--information.list--schedule .list__inner .block--schedule__date .week {
  color: #a1a1a1;
}
.list--information.list--schedule .list__inner .block--schedule__date .block--date__sub {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.list--information.list--schedule .list__inner .block--schedule__date .icon--term {
  background-color: #a1a1a1;
}

.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: #414141;
}
.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 .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: 700;
  font-style: normal;
  letter-spacing: 0em;
  color: #ffffff;
  word-break: break-word;
}
.list--contents li .date,
.list--photo li .date,
.list--discography li .date {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.list--contents li.new .tit,
.list--photo li.new .tit,
.list--discography li.new .tit {
  position: relative;
}
.list--contents li.new .tit::after,
.list--photo li.new .tit::after,
.list--discography li.new .tit::after {
  content: "New";
  display: inline-block;
  color: #cf4f46;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: bold;
  letter-spacing: -0.01em;
}

.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: #cf4f46;
  font-weight: bold;
  line-height: 1.8;
}
.list--error li:last-of-type {
  margin-bottom: 0;
}

li.no-data {
  float: none;
  text-align: left;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  color: #ffffff;
  border: none !important;
}

.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: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
}
.block--category .block--nav__category li a {
  display: block;
  background-color: #ffffff;
  color: #414141;
  font-weight: bold;
  text-align: center;
}
.block--category .block--nav__category li:last-of-type {
  margin-right: 0;
}
.block--category .block--nav__category li.current a {
  background-color: #cf4f46;
  color: #515151;
  pointer-events: none;
}

.block--sort-category {
  position: relative;
}
.block--sort-category .block--sort {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background: #000000;
  color: #ffffff;
}
.block--sort-category .block--sort .list--sort li {
  border-bottom: solid 1px rgba(81, 81, 81, 0.4);
}
.block--sort-category .block--sort .list--sort li:last-of-type {
  border: none;
}
.block--sort-category .block--sort .list--sort li .category {
  display: block;
}
.block--sort-category .block--sort .list--sort li .category label {
  position: relative;
  display: block;
  cursor: pointer;
}
.block--sort-category .block--sort .list--sort li .category label::before {
  content: "";
  position: absolute;
  display: block;
  background: transparent;
  border: solid 1px #515151;
}
.block--sort-category .block--sort .list--sort li .category label::after {
  content: "";
  position: absolute;
  display: block;
  background: #515151;
  opacity: 0;
  transition: 0.3s;
}
.block--sort-category .block--sort .list--sort li .category input[type=radio] {
  display: none;
}
.block--sort-category .block--sort .list--sort li .category input[type=radio]:checked + label::after {
  opacity: 1;
}
.block--sort-category .block--sort::-webkit-scrollbar {
  width: 10px;
}
.block--sort-category .block--sort::-webkit-scrollbar-track {
  background-color: #000000;
}
.block--sort-category .block--sort::-webkit-scrollbar-thumb {
  background-color: #515151;
}
.block--sort-category.is-open .block--sort {
  display: block;
}
.block--sort-category .btn--sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.block--sort-category .btn--sort .label {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.0001em;
  letter-spacing: 0.05em;
}
.block--sort-category .btn--sort span {
  background-image: url(/static/lead/common/icon_sort_category.svg);
  background-color: #ffffff;
  border-radius: 50em;
}

.section--detail .list--contents {
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .tit {
  color: #ffffff;
}
.section--detail .block--sub__info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.section--detail .date {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.section--detail .date.end_time::before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  vertical-align: middle;
}
.section--detail .date:last-of-type::after {
  display: none;
}
.section--detail .category {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
}
.section--detail .block--share {
  float: right;
}
.section--detail .block--share li {
  display: inline-block;
}
.section--detail .block--share li i {
  color: #ffffff;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  fill: #ffffff;
  position: relative;
}
.section--detail .block--share li.share {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
  color: #ffffff;
}

.header .drawer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  background-color: #414141;
}
.header .drawer__btn span {
  display: block;
  position: relative;
  background-color: #F1E06F;
  transform-origin: center;
  transform: rotate(-45deg);
  transition: transform 0.5s ease-in-out;
}
.header .drawer__btn span::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -0.5em;
  background-color: #91D478;
  transition: transform 0.5s ease-in-out 0.1s, opacity 0.5s ease-in-out 0.1s, bottom 0.5s ease-in-out 0.1s, margin 0.5s ease-in-out 0.1s;
}
.header .drawer__btn span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: calc(1em - 2px);
  background-color: #81BEE1;
  transition: transform 0.5s ease-in-out 0.1s, opacity 0.5s ease-in-out 0.1s, bottom 0.5s ease-in-out 0.1s, margin 0.5s ease-in-out 0.1s;
}

.drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100svh;
  background: rgb(0, 0, 0);
  transform: translateX(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 2s cubic-bezier(0.6, 0, 0.2, 1);
}
.drawer .drawer-inner {
  height: 100svh;
  margin: 0 auto;
}
.drawer .drawer-inner .g-nav {
  width: 100%;
  margin: 0 auto;
}
.drawer .drawer-inner .g-nav ul.list--nav__contents li a {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.0001em;
}
.drawer .drawer-inner .g-nav .block--nav__official {
  background-color: #ffffff;
  color: #cf4f46;
}
.drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns {
  display: flex;
  align-items: center;
}
.drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns .nav__item--line svg {
  fill: #cf4f46;
}
.drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns li:last-of-type {
  margin-right: 0;
}
.drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns li a {
  display: block;
}
.drawer .drawer-inner .g-nav .block--nav__fc {
  background-color: #cf4f46;
  color: #ffffff;
}
.drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login {
  display: flex;
  align-items: center;
}
.drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.0001em;
  line-height: 1;
}
.drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li:first-of-type::after {
  background-color: #ffffff;
}
.drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li:first-of-type:last-of-type::after {
  display: none;
}

body.drawer-visible .drawer {
  visibility: visible;
  opacity: 1;
  z-index: 3;
  transform: translateX(0);
}
body.drawer-visible .drawer__btn span {
  background-color: #cf4f46;
  transform: rotate(-45deg);
  transition: transform 0.6s 0.2s, opacity 0.6s, background-color 0.6s;
}
body.drawer-visible .drawer__btn span::before {
  opacity: 0;
  bottom: 0;
  margin-top: 0;
}
body.drawer-visible .drawer__btn span::after {
  opacity: 0;
  bottom: 0;
  margin-top: 0;
}

body.browser_back .drawer {
  transition: none;
}
body.browser_back .nav--menu__close {
  opacity: 0;
  transition: none;
}
body.browser_back .nav--menu__open {
  opacity: 1;
  transition: none;
}

footer {
  position: relative;
}
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: 0em;
}
footer .inner .block--link .list--link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .copyright {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
}

body:not(.page--home) footer {
  margin: auto auto 0;
}
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 {
  text-align: center;
}

.page--home .wrap {
  overflow: hidden;
}
.page--home .section--top .section--inner {
  position: relative;
}
.page--home .section--top .section--inner .block--tit {
  z-index: 1;
}
.page--home .section--top .section--inner .block--keyvisual img {
  width: 100%;
  position: relative;
}
.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: #cf4f46;
  color: #ffffff;
}
.page--home .section--top .birthday-message .btn--birthday i {
  font-family: "Font Awesome 5 Free";
}
.page--home .header > .logo {
  display: none;
}
.page--home .block--nav__sns {
  display: inline-block;
  position: fixed;
  background-color: #ffffff;
  color: #414141;
  text-align: center;
}
.page--home .block--nav__sns .nav__item--twitter {
  line-height: 1;
}
.page--home .block--nav__sns .nav__item--instagram {
  line-height: 1;
}
.page--home .block--nav__sns .nav__item--youtube {
  line-height: 1;
}
.page--home .block--nav__sns .nav__item--line svg {
  fill: #414141;
}
.page--home .block--nav__sns li:last-of-type {
  margin-bottom: 0;
}
.page--home .block--nav__sns li a {
  display: block;
}
.page--home .section--banner {
  position: relative;
  /*
  .progress-bar {
  	z-index: 2;
  	height: 1px;
  	background-color: var.$tertiary-color;
  	p {
  		transform: scaleX(0);
  		transform-origin: 0 100%;
  		width: 100%;
  		height: 1px;
  		background-color: var.$accent-color;
  		transition: transform 2s linear;
  	}
  }
  */
}
.page--home .section--banner .list--bnr li a {
  display: block;
}
.page--home .section--banner .list--bnr li img {
  width: 100%;
}
.page--home .section--banner .block--carousel-nav .block--button-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page--home .section--news .section--inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.page--home .section--news .section--inner .block--tit {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  writing-mode: vertical-rl;
}
.page--home .section--news .section--inner .list__more a {
  margin-left: 0;
}
.page--home .section--video .section--inner .block--tit {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  width: 100%;
}
.page--home .section--video .section--inner .block--video {
  padding-left: 5.1vw;
}
.page--home .section--video .section--inner .block--thumb__wrap {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-bottom: 1em;
}
.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: #ffffff;
}
.page--home .section--schedule .section--inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
.page--home .section--schedule .section--inner .block--tit {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  writing-mode: vertical-rl;
}
.page--home .area--fc {
  position: relative;
  z-index: 0;
  background: #cf4f46;
}
.page--home .area--fc .block--logo__fc {
  position: absolute;
}
.page--home .area--fc .list__more a {
  color: #cf4f46;
}
.page--home .area--fc .list__more a::after {
  background-color: #cf4f46;
}
.page--home .area--fc .block--login {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page--home .area--fc .block--login li {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.0001em;
  font-size: 50px;
}
.page--home .area--fc .block--login li:first-of-type::after {
  background-color: #ffffff;
}
.page--home .area--fc .block--login li:first-of-type:last-of-type::after {
  display: none;
}
.page--home .area--fc .section--contents {
  position: relative;
}
.page--home .area--fc .section--contents::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: #f3f1f1;
}
.page--home .area--fc .no-data {
  color: #515151;
}
.page--home .area--fc .section--news.section--news__fc .section--inner .block--tit .section-tit {
  color: #515151;
}
.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,
.page--home .area--fc .section--magazine,
.page--home .area--fc .section--report {
  position: relative;
}
.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,
.page--home .area--fc .section--magazine .block--tit,
.page--home .area--fc .section--report .block--tit {
  position: relative;
  text-align: right;
}
.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,
.page--home .area--fc .section--magazine .block--tit .section-tit,
.page--home .area--fc .section--report .block--tit .section-tit {
  color: #515151;
}
.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,
.page--home .area--fc .section--magazine .list--contents,
.page--home .area--fc .section--report .list--contents {
  width: 100%;
}
.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,
.page--home .area--fc .section--magazine .list--contents li,
.page--home .area--fc .section--report .list--contents li {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.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,
.page--home .area--fc .section--magazine .list--contents li .block--item__info,
.page--home .area--fc .section--report .list--contents li .block--item__info {
  position: relative;
}
.page--home .area--fc .section--photo_blog .list--contents li .block--item__info > a,
.page--home .area--fc .section--movie .list--contents li .block--item__info > a,
.page--home .area--fc .section--gallery .list--contents li .block--item__info > a,
.page--home .area--fc .section--staff_blog .list--contents li .block--item__info > a,
.page--home .area--fc .section--magazine .list--contents li .block--item__info > a,
.page--home .area--fc .section--report .list--contents li .block--item__info > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #414141;
}
.page--home .area--fc .section--photo_blog .list--contents li .block--item__info > a .tit,
.page--home .area--fc .section--movie .list--contents li .block--item__info > a .tit,
.page--home .area--fc .section--gallery .list--contents li .block--item__info > a .tit,
.page--home .area--fc .section--staff_blog .list--contents li .block--item__info > a .tit,
.page--home .area--fc .section--magazine .list--contents li .block--item__info > a .tit,
.page--home .area--fc .section--report .list--contents li .block--item__info > a .tit {
  color: #414141;
}
.page--home .area--fc .section--photo_blog .list--contents li .block--item__info .list__more,
.page--home .area--fc .section--movie .list--contents li .block--item__info .list__more,
.page--home .area--fc .section--gallery .list--contents li .block--item__info .list__more,
.page--home .area--fc .section--staff_blog .list--contents li .block--item__info .list__more,
.page--home .area--fc .section--magazine .list--contents li .block--item__info .list__more,
.page--home .area--fc .section--report .list--contents li .block--item__info .list__more {
  position: absolute;
}
.page--home .area--fc .section--report .section-tit {
  display: inline-block;
  text-align: left;
}
.page--home .area--fc .section--contents > section:nth-of-type(3) .block--tit, .page--home .area--fc .section--contents > section:nth-of-type(5) .block--tit, .page--home .area--fc .section--contents > section:nth-of-type(7) .block--tit {
  text-align: left;
}
.page--home .area--fc .section--contents > section:nth-of-type(3) .list--contents li, .page--home .area--fc .section--contents > section:nth-of-type(5) .list--contents li, .page--home .area--fc .section--contents > section:nth-of-type(7) .list--contents li {
  flex-direction: row-reverse;
}
.page--home .area--fc .section--contents .section--photo_blog .block--tit .section-tit,
.page--home .area--fc .section--contents .section--report .block--tit .section-tit {
  color: #61B343;
}
.page--home .area--fc .section--contents .section--movie .block--tit .section-tit,
.page--home .area--fc .section--contents .section--magazine .block--tit .section-tit {
  color: #D0BB2F;
}
.page--home .area--fc .section--contents .section--gallery .block--tit .section-tit {
  color: #61A0C4;
}
.page--home .area--fc .section--contents .section--report .list--contents li:nth-child(n+2):nth-child(-n+6) {
  display: none;
}

.page--news .block--tit,
.page--schedule .block--tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

.page--news__fc .block--sort-category {
  display: none;
}

.page--discography .section--detail {
  position: relative;
  padding: 0;
}
.page--discography .list--discography li .category {
  font-weight: bold;
}
.page--discography .block--disc-detail .tit-wrap {
  display: block;
  border-bottom: solid 1px #ffffff;
}
.page--discography .block--disc-detail .block--track {
  background: #f3f1f1;
}
.page--discography .block--disc-detail .block--track .block-tit {
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
}
.page--discography .block--sub__info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.page--biography.biography__index .block--logo {
  width: 12%;
  margin: 4em 0 1.2em;
}
.page--biography.biography__index .item--logo_official__lead_details {
  fill: #ffffff;
}
.page--biography.biography__index .list--biography {
  margin-top: 4em;
  margin-bottom: 2em;
}
.page--biography.biography__index .list--biography li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3em;
}
.page--biography.biography__index .list--biography li:nth-of-type(3n) {
  margin-right: 0;
}
.page--biography.biography__index .list--biography li .block--thumb {
  margin-bottom: 1em;
}
.page--biography.biography__index .list--biography li .tit {
  margin-bottom: 0.8em;
  font-size: 20px;
}
.page--biography.biography__index .list--biography li .block--thumb {
  overflow: hidden;
  position: relative;
  z-index: -1;
  padding-top: 129.4%;
  width: 100%;
}
.page--biography.biography__index .list--biography li .block--thumb img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center 20%;
  background-size: cover;
  line-height: 0;
}
.page--biography.biography__index .list--biography li .biography-details {
  margin-top: 1.2em;
  padding-top: 1.2em;
  border-top: solid 1px #a1a1a1;
}
.page--biography.biography__index .list--biography li .biography-details dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8em;
  font-size: 14px;
}
.page--biography.biography__index .list--biography li .biography-details dl dt {
  width: 20%;
  min-width: 5em;
}
.page--biography.biography__index .list--biography li .biography-details dl dd {
  width: 65%;
}
.page--biography.biography__detail .section--detail__inner .block--biography__details .block--txt__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1;
}
.page--biography.biography__detail .section--detail__inner .block--biography__details .biography-details {
  padding-top: 1.6em;
  border-top: solid 1px #a1a1a1;
}
.page--biography.biography__detail .section--detail__inner .block--biography__details .biography-details dl {
  display: flex;
  justify-content: space-between;
}
.page--biography.biography__detail .section--detail__inner .block--biography__details .list--nav__sns {
  display: flex;
  align-items: baseline;
}
.page--biography.biography__detail .section--detail__inner .block--biography__details .block--biography__qa .section-tit__sub {
  border-bottom: solid 1px #a1a1a1;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
  text-align: left;
}
.page--biography.biography__detail .section--detail__inner .block--biography__details .block--biography__qa dl dt {
  font-weight: bold;
}
.page--biography.biography__detail .section--detail__inner .block--biography__details .block--biography__qa dl dt::before {
  content: "";
  display: inline-block;
  background-color: #cf4f46;
}

.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: #414141;
}
#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: #414141;
}
#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: #414141;
  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(81, 81, 81, 0.2);
}
.page--movie .video-js .vjs-load-progress div {
  background-color: rgba(81, 81, 81, 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 .block--tit .txt {
  margin-top: 1em;
}
.page--movie .block--tit .txt a {
  text-decoration: underline;
}
.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 #515151, 0.5;
}
.page--movie .block--more_movies .more_movies_title {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
}

.page--blog .section--detail video-js {
  position: relative !important;
}
.page--blog .section--detail video {
  position: relative !important;
}
.page--blog .section--detail video {
  aspect-ratio: 13/9;
  width: 100%;
  height: 100%;
}

.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.nologin .block--thumb {
  position: relative;
}
.page--blog.photo_blog .section--list .list--contents.nologin .block--thumb::before {
  background: #ffffff;
  z-index: 2;
}
.page--blog.photo_blog .section--list .list--contents.nologin .block--thumb::after {
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  z-index: 2;
}
.page--blog.photo_blog .section--list .list--contents.nologin .members-only {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
  color: #515151;
  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;
}
.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: #515151;
}
.page--blog.photo_blog .slick-dots li.slick-active::before {
  background: #a1a1a1;
}
.page--blog.photo_blog .slick-dots li button {
  display: none;
}
.page--blog.photo_blog .section--detail .txt {
  display: flex;
  border-bottom-right-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  background: #ffffff;
  color: #ffffff;
}
.page--blog.photo_blog .section--detail .txt a {
  color: #cf4f46;
  text-decoration: none;
}
.page--blog.photo_blog .section--detail .header--detail {
  border-top-right-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background: #ffffff;
  color: #414141;
  border-bottom: solid 1px #f3f1f1;
}
.page--blog.photo_blog .section--detail .header--detail .date {
  margin: 0;
}
.page--blog.photo_blog .section--detail .header--detail .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}
.page--blog.photo_blog .section--detail .header--detail .inner .block--writer .block--writer__inner {
  display: flex;
  align-items: center;
}
.page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon > img {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-size: cover;
}
.page--blog.photo_blog .section--detail .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 .header--detail .inner .block--writer .icon .blur img {
  width: 100%;
  background-size: cover;
}
.page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon.icon_member_1 > img, .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon.icon_member_2 > img, .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon.icon_member_3 > img {
  width: 100%;
  background-size: contain;
}
.page--blog.photo_blog .section--detail .header--detail .inner .block--writer .writer {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.page--blog.photo_blog .section--detail .header--detail .inner .block--writer .writer::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(/static/lead/common/icon_official_mark.svg) no-repeat center;
  background-size: contain;
}
.page--blog.photo_blog .section--detail .header--detail .inner .date {
  display: block;
}
.page--blog.photo_blog .section--detail .block--thumb {
  position: relative;
}
.page--blog.photo_blog .section--detail .block--thumb .list--thumb {
  margin: 0;
}
.page--blog.photo_blog .section--detail .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 .txt-area {
  border-bottom-right-radius: 0.3em;
  background-color: #ffffff;
  color: #414141;
}
.page--blog.photo_blog .section--detail .icon--like {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  cursor: pointer;
}
.page--blog.photo_blog .section--detail .icon--like i {
  color: #a1a1a1;
}
.page--blog.photo_blog .section--detail .icon--like i.clicked {
  color: #cf4f46;
  animation: item_stretch_bouncy 0.4s;
}
.page--blog.photo_blog .section--detail .icon--like .likes,
.page--blog.photo_blog .section--detail .icon--like .liked {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
}

.page--blog.report--list .section--list .block--tit {
  display: flex;
  align-items: center;
}
.page--blog.report--list .section--list .list--contents li {
  position: relative;
  transform: translate(0);
}
.page--blog.report--list .section--list .list--contents.nologin .block--thumb {
  position: relative;
}
.page--blog.report--list .section--list .list--contents.nologin .block--thumb::before {
  background: #ffffff;
  z-index: 2;
}
.page--blog.report--list .section--list .list--contents.nologin .block--thumb::after {
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  z-index: 2;
}
.page--blog.report--list .section--list .block--thumb img {
  background-size: cover;
}

.page--blog.report--detail .section--detail .report--firstview .theme {
  background-color: #f3f1f1;
  color: #515151;
}
.page--blog.report--detail .section--detail .report--firstview .theme .tit {
  color: #515151;
  font-weight: 600;
}
.page--blog.report--detail .section--detail .text--base {
  background-color: #cf4f46;
}
.page--blog.report--detail .section--detail .text--base p {
  margin-top: 1em;
}
.page--blog.report--detail .section--detail .text--base p:first-of-type {
  margin-top: 0;
}
.page--blog.report--detail .section--detail .txt p br {
  display: none;
}

.page--magazine .section-tit {
  margin-bottom: 0.3em;
}
.page--magazine .section--list .list--contents {
  justify-content: space-between;
}
.page--magazine .section--list .list--contents li {
  width: 31%;
  margin-bottom: 3em;
}
.page--magazine .section--list .list--contents li a .block--thumb {
  padding-top: 160%;
  margin-bottom: 1em;
}
.page--magazine .section--list .list--contents li a img {
  width: 100%;
}

.page--support .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
}
.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: 0em;
}
.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: #ffffff;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  z-index: 2;
  border: none;
  border-radius: 30px;
  background: transparent;
  color: #ffffff;
  font-family: FontAwesome;
  cursor: pointer;
}
.page--faq .list--tag {
  white-space: normal;
  margin-bottom: 4em;
}
.page--faq .list--tag li {
  margin-bottom: 10px;
  display: inline-block;
}
.page--faq .list--tag li a {
  display: block;
  border: 1px solid #414141;
  border-radius: 2em;
  line-height: 1;
  text-align: center;
  padding: 0.8em 1em 0.8em;
}
.page--faq .tit--category {
  font-weight: bold;
}
.page--faq .tit--category a {
  display: block;
  padding-top: 2em;
}
.page--faq .list--faq li {
  border-bottom: solid 1px #ffffff;
}
.page--faq .list--faq li:first-of-type {
  border-top: solid 1px #ffffff;
}
.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 #ffffff;
}
.page--faq .block--faq-detail dt {
  border-bottom: solid 1px #ffffff;
}
.page--faq .block--faq-detail .txt a {
  transition: 0.3s;
  text-decoration: underline;
  color: #ffffff;
}
.page--faq .block--faq-detail .txt a:hover {
  text-decoration: none;
}
.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 .section-tit {
  color: #cf4f46;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  letter-spacing: 0.01em;
  text-align: left;
}
.page--questionnaire .section-tit span {
  display: block;
}
.page--questionnaire form .form--post + .txt--sub {
  margin-bottom: 2vw;
  text-align: center;
}
.page--questionnaire form .form--post dt {
  font-weight: bold;
}
.page--questionnaire form .form--post .form__select select {
  border: solid 1px #414141;
  background-color: rgba(255, 255, 255, 0.9);
}
.page--questionnaire form .form--post .form__select::after {
  position: absolute;
  border-color: #414141;
  pointer-events: none;
}
.page--questionnaire form .form--post textarea {
  border: solid 1px #414141;
  background-color: rgba(255, 255, 255, 0.9);
}
.page--questionnaire .form--horizontal .form__select::after {
  position: absolute;
  border-color: #414141;
}
.page--questionnaire .icon--required {
  display: inline-block;
}
.page--questionnaire .icon--required::before {
  content: "必須";
  background: #cf4f46;
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
}

.page--entry {
  max-width: 1000px;
}
.page--entry .block--contents .block--tit {
  color: #cf4f46;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
}
.page--entry .block--contents.benefits .list--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page--entry .block--contents.benefits .list--content .block--benefit {
  background-color: #ffffff;
  color: #cf4f46;
}
.page--entry .block--contents.benefits .list--content .block--benefit .title {
  color: #cf4f46;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
}
.page--entry .block--contents.benefits .list--content .block--benefit .txt {
  color: #414141;
  text-align: left;
}
.page--entry .block--contents.contents .list--content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--entry .block--contents.contents .list--content li {
  background: #ffffff;
}
.page--entry .block--contents.contents .list--content li .title {
  color: #cf4f46;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
}
.page--entry .block--contents.contents .list--content li .txt {
  color: #414141;
}
.page--entry .block--contents.first--spec tbody,
.page--entry .block--contents.second--spec tbody {
  border: solid 1px #ffffff;
}
.page--entry .block--contents.first--spec tbody tr,
.page--entry .block--contents.second--spec tbody tr {
  border-bottom: solid 1px #ffffff;
}
.page--entry .block--contents.first--spec tbody tr th,
.page--entry .block--contents.second--spec tbody tr th {
  border-right: solid 1px #ffffff;
}
.page--entry .block--contents.second--spec table {
  width: 100%;
}
.page--entry .block--login__fanplus {
  display: flex;
  justify-content: space-around;
}
.page--entry .block--login__fanplus .txt--basic.txt--login {
  text-align: center;
}
.page--entry .block--login__fanplus .btn--main {
  background-color: #cf4f46;
  border: none;
  color: #ffffff;
  text-align: center;
}

.page--first_login #terms {
  display: none;
}
.page--first_login .section-tit {
  color: #ffffff;
  text-align: center;
}
.page--first_login .section-tit .item--attention {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: solid 1px;
}
.page--first_login .red {
  color: #ff5f5f;
}
.page--first_login .block--attention {
  border: solid 1px #cf4f46;
  background: #ffdada;
  color: #000000;
  font-weight: bold;
}
.page--first_login .block--attention .txt--link {
  text-decoration: underline;
}
.page--first_login .txt--sub {
  line-height: 1.4em;
}
.page--first_login .list--txt__q {
  margin-bottom: 1.2em;
}
.page--first_login .list--txt__q li {
  margin-left: -1em;
  text-indent: -1em;
}
.page--first_login .list--txt__q li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.2em 2em 1.2em 2em;
  border-radius: 8px;
  background-color: #414141;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.5;
}
.page--first_login .list--txt__q li a::after {
  content: "\f105";
  position: relative;
  right: -2em;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
}
.page--first_login .step ul > li {
  background-color: #f3f1f1;
}
.page--first_login .step ul > li span {
  display: block;
  color: #cf4f46;
  text-align: center;
}
.page--first_login .step ul > li p {
  color: #414141;
  font-weight: 700;
  text-align: center;
}
.page--first_login .step ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.page--first_login .step ul > li .arrow {
  position: absolute;
}
.page--first_login .block--step .list--step > li {
  background: #f3f1f1;
  color: #414141;
}
.page--first_login .block--step .list--step > li figure {
  text-align: center;
}
.page--first_login .block--step .list--step > li .txt--link {
  text-decoration: underline;
}
.page--first_login .block--step li figure {
  border: 1px solid #000000;
}
.page--first_login .block--step li span {
  margin-right: 1em;
  padding: 1px 4px;
  background-color: #cf4f46;
  color: #ffffff;
}
.page--first_login .block--step li .list-tit {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: solid 1px #a1a1a1;
  font-weight: 600;
}
.page--first_login .block--step li .tit {
  color: #414141;
}
.page--first_login .block--step li .fa {
  margin-left: 0.5em;
}
.page--first_login .block--step li .block--attention {
  margin: 1em 0;
  padding: 24px;
  background: #ffffff;
  color: #cf4f46;
}
.page--first_login .block--step li .block--attention .tit {
  color: #cf4f46;
}
.page--first_login .block--step #step1 figure {
  padding: 10px;
}

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

.page--ticket.section--detail .txt--lead.block--attention {
  border-color: #cf4f46;
  color: #cf4f46;
}
.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;
}

/* 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: #414141;
  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 scroll {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  50.01% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
@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(-20px);
  }
}
@keyframes background_color_change {
  0%, 100% {
    background-color: #cf4f46;
  }
  30% {
    background-color: #91D478;
  }
  60% {
    background-color: #F1E06F;
  }
  90% {
    background-color: #81BEE1;
  }
}
@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;
}
.section--top.delighter .block--tit {
  opacity: 0;
}
.section--top.delighter .block--message {
  opacity: 0;
}
.section--top.started .block--keyvisual {
  opacity: 1;
  transition: opacity 2s;
  animation: mask-circle 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--top.started .block--tit {
  opacity: 1;
  transition: opacity 1s 1s;
  animation: mask-circle 1s 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--top.started .block--message {
  opacity: 1;
  transition: opacity 1s 0.6s;
}

.drawer__btn.delighter {
  margin-top: -60px;
}
.drawer__btn.started {
  margin-top: 0;
  transition: margin 0.6s 1.5s;
}

.block--nav__sns.delighter {
  margin-left: -5em;
}
.block--nav__sns.started {
  margin-left: 0;
  transition: margin 0.6s 2s;
}

body:not(.drawer-visible) .block--nav__official li,
body:not(.drawer-visible) .block--nav__fc li {
  opacity: 0;
  transform: translateY(-20px);
  transition: transform 0.6s, opacity 0.6s;
}
body:not(.drawer-visible) .logo__official__menu,
body:not(.drawer-visible) .logo__fc__menu {
  opacity: 0;
  transition: opacity 0.3s;
}

body.drawer-visible .block--nav__official li:nth-of-type(1),
body.drawer-visible .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 .block--nav__official li:nth-of-type(2),
body.drawer-visible .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 .block--nav__official li:nth-of-type(3),
body.drawer-visible .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 .block--nav__official li:nth-of-type(4),
body.drawer-visible .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 .block--nav__official li:nth-of-type(5),
body.drawer-visible .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 .block--nav__official li:nth-of-type(6),
body.drawer-visible .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 .block--nav__official li:nth-of-type(7),
body.drawer-visible .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 .block--nav__official li:nth-of-type(8),
body.drawer-visible .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 .block--nav__official li:nth-of-type(9),
body.drawer-visible .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 .block--nav__official li:nth-of-type(10),
body.drawer-visible .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 .block--nav__official li:nth-of-type(11),
body.drawer-visible .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 .block--nav__official li:nth-of-type(12),
body.drawer-visible .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 .block--nav__official li:nth-of-type(13),
body.drawer-visible .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 .block--nav__official li:nth-of-type(14),
body.drawer-visible .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 .block--nav__official li:nth-of-type(15),
body.drawer-visible .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 .block--nav__official li:nth-of-type(16),
body.drawer-visible .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 .block--nav__official li:nth-of-type(17),
body.drawer-visible .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 .block--nav__official li:nth-of-type(18),
body.drawer-visible .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 .block--nav__official li:nth-of-type(19),
body.drawer-visible .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 .block--nav__official li:nth-of-type(20),
body.drawer-visible .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 .block--nav__official .logo__official__menu,
body.drawer-visible .block--nav__official .logo__fc__menu,
body.drawer-visible .block--nav__fc .logo__official__menu,
body.drawer-visible .block--nav__fc .logo__fc__menu {
  opacity: 1;
  transition: opacity 0s 0.1s;
  animation: mask-circle 3s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.section--banner.delighter {
  opacity: 0;
}
.section--banner.started {
  opacity: 1;
  transition: opacity 1s ease;
}

.section-tit.delighter,
.txt.delighter,
.block--nav__category.delighter {
  opacity: 0;
  transform: translateY(-20px);
}
.section-tit.started,
.txt.started,
.block--nav__category.started {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.tit.delighter {
  opacity: 0;
  transform: translateY(20px);
}
.tit.started {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s, color 0.3s;
}

.date.delighter,
.block--share.delighter,
.category.delighter {
  opacity: 0;
  transform: translateY(20px);
}
.date.started,
.block--share.started,
.category.started {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 0.22s, transform 0.5s 0.22s;
}

.list--information li.delighter {
  transform: translateY(-20px);
}
.list--information li.started {
  transform: translateY(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--contents li.delighter {
  z-index: 1;
  transform: translateY(10px);
}
.list--contents li.started {
  transform: translateY(0);
}
.list--contents li.started:nth-of-type(1) {
  transition: opacity 0.4s ease-in 0.25s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.25s;
}
.list--contents li.started:nth-of-type(2) {
  transition: opacity 0.4s ease-in 0.3s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.3s;
}
.list--contents li.started:nth-of-type(3) {
  transition: opacity 0.4s ease-in 0.35s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.35s;
}
.list--contents li.started:nth-of-type(4) {
  transition: opacity 0.4s ease-in 0.4s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
}
.list--contents li.started:nth-of-type(5) {
  transition: opacity 0.4s ease-in 0.45s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.45s;
}
.list--contents li.started:nth-of-type(6) {
  transition: opacity 0.4s ease-in 0.5s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.5s;
}
.list--contents li.started:nth-of-type(7) {
  transition: opacity 0.4s ease-in 0.55s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.55s;
}
.list--contents li.started:nth-of-type(8) {
  transition: opacity 0.4s ease-in 0.6s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.6s;
}
.list--contents li.started:nth-of-type(9) {
  transition: opacity 0.4s ease-in 0.65s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.65s;
}
.list--contents li.started:nth-of-type(10) {
  transition: opacity 0.4s ease-in 0.7s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.7s;
}
.list--contents li.started:nth-of-type(11) {
  transition: opacity 0.4s ease-in 0.75s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.75s;
}
.list--contents li.started:nth-of-type(12) {
  transition: opacity 0.4s ease-in 0.8s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.8s;
}
.list--contents li.started:nth-of-type(13) {
  transition: opacity 0.4s ease-in 0.85s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.85s;
}
.list--contents li.started:nth-of-type(14) {
  transition: opacity 0.4s ease-in 0.9s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.9s;
}
.list--contents li.started:nth-of-type(15) {
  transition: opacity 0.4s ease-in 0.95s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.95s;
}
.list--contents li.started:nth-of-type(16) {
  transition: opacity 0.4s ease-in 1s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1s;
}
.list--contents li.started:nth-of-type(17) {
  transition: opacity 0.4s ease-in 1.05s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.05s;
}
.list--contents li.started:nth-of-type(18) {
  transition: opacity 0.4s ease-in 1.1s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.1s;
}
.list--contents li.started:nth-of-type(19) {
  transition: opacity 0.4s ease-in 1.15s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.15s;
}
.list--contents li.started:nth-of-type(20) {
  transition: opacity 0.4s ease-in 1.2s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.2s;
}

.block--thumb.delighter {
  transform: translateY(10px);
}
.block--thumb.started {
  transform: none;
  transition: opacity 0.6s ease-in 0.1s;
  animation: mask-btotop 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}

.block--pager.delighter {
  transform: translateY(20px);
}
.block--pager.started {
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transform: translate3d(0, 0, 0);
}

.block--category.delighter {
  transform: translateY(20px);
}
.block--category.started {
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transform: translate3d(0, 0, 0);
}

.area--fc.delighter .block--logo__fc {
  opacity: 0;
}
.area--fc.delighter .section--contents::after {
  opacity: 0;
}
.area--fc.started .block--logo__fc {
  opacity: 1;
  transition: opacity 0s 0.1s;
  animation: mask-circle 1.5s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.area--fc.started .section--contents::after {
  opacity: 1;
  animation: mask-circle 3s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0s 0.5s;
}

.area--fc .list--contents li.delighter .block--thumb__wrap .block--thumb {
  opacity: 0;
}
.area--fc .list--contents li.delighter .block--item__info > a {
  opacity: 0;
}
.area--fc .list--contents li.started {
  opacity: 1;
  transition: none;
  animation: none;
}
.area--fc .list--contents li.started .block--thumb__wrap .block--thumb {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}
.area--fc .list--contents li.started .block--item__info > a {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.3s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.3s;
}

.page--entry .list--content li.delighter {
  transform: translateY(20px);
}
.page--entry .list--content li.started {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
}

@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:hover {
    color: #ffffff;
    background: #a1a1a1;
    border: solid 1px #a1a1a1;
  }
  .btn--sub {
    min-width: 300px;
    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:hover {
    background: #414141;
    color: #a1a1a1;
    border: solid 1px #a1a1a1;
  }
  .detail__btn {
    margin-top: 3em;
    transition: color 0.3s ease-out;
  }
  .detail__btn:hover {
    color: #a1a1a1;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .swiper-button-next {
    margin-left: 0.7em;
  }
  .swiper-button-prev {
    margin-right: 0.7em;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 14px;
  }
  .swiper-button-prev:not(.swiper-button-disabled):hover:after, .swiper-button-next:not(.swiper-button-disabled):hover:after {
    color: #f3f1f1;
  }
  .block--pager li a, .block--pager li span {
    position: relative;
    padding: 0.25em 0.6em;
  }
  .block--pager li.pager__item--current span {
    font-weight: 700;
  }
  .block--pager li a:hover {
    color: #cf4f46;
  }
  .block--pager .pager__item--newer a:hover::after {
    transform-origin: 50% 50%;
    transform: rotate(-135deg);
    border-top: solid 1px #cf4f46;
    border-right: solid 1px #cf4f46;
  }
  .block--pager .pager__item--older a:hover::after {
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    border-top: solid 1px #cf4f46;
    border-right: solid 1px #cf4f46;
  }
  .block--pager__detail {
    margin-top: 5em;
  }
  .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: #cf4f46;
  }
  .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: #cf4f46;
  }
  .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: #cf4f46;
  }
  .block--pager__detail .detail__btn a:hover {
    color: #a1a1a1;
  }
  .section-tit {
    font-size: 100px;
    line-height: 1.2;
  }
  .section-tit__sub {
    font-size: 18px;
    line-height: 1.5;
  }
  .tit {
    line-height: 1.5;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .section--list,
  .section--detail {
    margin: 2em auto;
  }
  .tag {
    font-size: 11px;
  }
  .tag::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 0.2em;
    border-radius: 100%;
    background-color: #cf4f46;
  }
  .list__more a {
    margin-left: 2em;
    font-size: 14px;
  }
  .list__more a span {
    padding-right: 1em;
  }
  .list__more a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 0.4em;
    transition: background-color 0.3s;
  }
  .list__more a:hover {
    letter-spacing: 0.2em;
  }
  .list__more a:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f3f1f1;
  }
  .list--information li {
    margin-bottom: 1.5em;
  }
  .list--information li a {
    z-index: 0;
    padding: 1em 1.5em;
    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 .tag {
    margin-right: 0.8em;
  }
  .list--information li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #e7e7e7;
    transform: scaleY(0);
    transform-origin: left bottom;
    transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .list--information li a:hover {
    color: #000000;
  }
  .list--information li a:hover::after {
    transform: scaleY(1);
  }
  .list--information li.new a::before {
    top: -0.4em;
    left: -0.4em;
    font-size: 18px;
  }
  .list--information.list--schedule li a {
    padding: 1.5em 1.5em 1.1em;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .day {
    font-size: 30px;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .week {
    margin-top: 0.4em;
    margin-left: 0.2em;
    font-size: 10px;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .block--date__sub {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .icon--term {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    margin: 0.6em auto 1em;
  }
  .list--information.list--schedule .list__inner .block--schedule__info {
    padding-top: 0.2em;
    padding-left: 1.5em;
  }
  .list--contents li figure::after, .list--photo li figure::after, .list--discography li figure::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle, #ffffff 10%, transparent 10%) no-repeat 50%;
    transform: scale(0, 0);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1), opacity 1s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .list--contents li a:hover, .list--photo li a:hover, .list--discography li a:hover {
    cursor: pointer;
  }
  .list--contents li a:hover figure::after, .list--photo li a:hover figure::after, .list--discography li a:hover figure::after {
    transform: scale(10, 10);
    transition: transform 0.4s;
    opacity: 0.5;
  }
  .list--contents li .tit, .list--photo li .tit, .list--discography li .tit {
    font-size: 18px;
  }
  .list--contents li .block--sub__info, .list--photo li .block--sub__info, .list--discography li .block--sub__info {
    margin-top: 1.2em;
    font-size: 11px;
  }
  .list--contents li .date, .list--photo li .date, .list--discography li .date {
    font-size: 11px;
  }
  .list--contents li.new .tit, .list--photo li.new .tit, .list--discography li.new .tit {
    position: relative;
  }
  .list--contents li.new .tit::after, .list--photo li.new .tit::after, .list--discography li.new .tit::after {
    margin-left: 0.4em;
    content: "New";
    display: inline-block;
    color: #cf4f46;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.02em;
    font-weight: bold;
    letter-spacing: -0.01em;
  }
  .list--photo_blog li a:hover {
    cursor: pointer;
  }
  .list--photo_blog li a:hover figure::after {
    transform: scale(10, 10);
    transition: transform 0.4s;
    opacity: 0.8;
  }
  .list--error li {
    color: #cf4f46;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  li.no-data {
    padding: 4em 0;
  }
  .block--category {
    margin-bottom: 4em;
  }
  .block--category li {
    margin-right: 0.8em;
    margin-bottom: 0.4em;
    font-size: 20px;
  }
  .block--category li a {
    transition: background-color 0.3s;
    padding: 0.2em 0.4em;
  }
  .block--category li a:hover {
    background-color: #cf4f46;
  }
  .block--sort-category .block--sort {
    max-height: 60vh;
    top: 3em;
  }
  .block--sort-category .block--sort .list--sort {
    margin-left: 0.5em;
  }
  .block--sort-category .block--sort .list--sort li .category {
    font-size: 14px;
  }
  .block--sort-category .block--sort .list--sort li .category label {
    padding: 1em 0.5em;
    transition: color 0.3s;
  }
  .block--sort-category .block--sort .list--sort li .category label::before {
    width: 1.2em;
    height: 1.2em;
    right: 0.5em;
    top: 1.2em;
  }
  .block--sort-category .block--sort .list--sort li .category label::after {
    width: 0.8em;
    height: 0.8em;
    right: 0.7em;
    top: 1.4em;
  }
  .block--sort-category .block--sort::-webkit-scrollbar {
    width: 10px;
  }
  .block--sort-category .btn--sort .label {
    font-size: 20px;
    letter-spacing: 0.02em;
    transition: color 0.3s;
  }
  .block--sort-category .btn--sort .label:hover {
    color: #cf4f46;
  }
  .block--sort-category .btn--sort span {
    width: 1.5em;
    height: 1.5em;
    margin-left: 0.8em;
    background-size: 1em;
  }
  .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--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: 8vw;
    max-width: 160px;
    margin-top: 2em;
    margin-bottom: 1vw;
    margin-left: 3vw;
  }
  header > .logo a {
    display: block;
  }
  header .drawer__btn {
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  header .drawer__btn span {
    width: 70%;
    height: 2px;
  }
  header .drawer__btn span::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -0.5em;
  }
  header .drawer__btn span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: calc(1em - 2px);
  }
  .drawer .drawer-inner .logo__official__menu {
    width: 90%;
    max-width: 200px;
  }
  .drawer .drawer-inner .logo__fc__menu {
    width: 90%;
    max-width: 200px;
  }
  .drawer .drawer-inner .g-nav {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents {
    margin-top: 3em;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li {
    margin-bottom: 2em;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li a {
    font-size: 30px;
    transition: color 0.3s;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li a:hover {
    color: #515151;
  }
  .drawer .drawer-inner .g-nav .block--nav__official {
    width: 50%;
    height: 100vh;
    padding: 3vw 5vw;
    background-color: #ffffff;
    color: #cf4f46;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns {
    margin-top: 4em;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns .nav__item--twitter {
    font-size: 22px;
    margin-right: 0.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns .nav__item--instagram {
    font-size: 22px;
    margin-right: 0.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns .nav__item--youtube {
    font-size: 22px;
    margin-right: 0.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns .nav__item--tiktok {
    font-size: 20px;
    margin-right: 0.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns .nav__item--line {
    margin-right: 0.8em;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns .nav__item--line svg {
    width: 20px;
    vertical-align: bottom;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns a {
    transition: opacity 0.3s;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns a:hover {
    opacity: 0.6;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc {
    width: 50%;
    height: 100vh;
    padding: 3vw 5vw;
  }
  .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-top: 3em;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li {
    font-size: 30px;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li:first-of-type::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.2em;
    margin: 0 0.8em;
    vertical-align: -0.3em;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li a {
    transition: color 0.3s;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li a:hover {
    color: #515151;
  }
  .page--home .section--top .section--inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 60px 60px 0;
  }
  .page--home .section--top .section--inner .block--tit {
    position: absolute;
    top: 11vw;
    z-index: 1;
    left: 60px;
    width: 20vw;
  }
  .page--home .section--top .section--inner .block--keyvisual {
    width: 91%;
  }
  .page--home .section--top .birthday-message {
    bottom: 20%;
  }
  .page--home .section--top .birthday-message .btn--birthday {
    font-size: 15px;
    transition: background-color 0.3s ease-out;
    animation: 3s fuwafuwa infinite;
  }
  .page--home .section--top .birthday-message .btn--birthday i {
    margin-right: 0.3em;
  }
  .page--home .section--top .birthday-message .btn--birthday:hover {
    background-color: #414141;
  }
  .page--home #area--official {
    padding-bottom: 5em;
  }
  .page--home .block--nav__sns {
    bottom: 7vw;
    left: 0;
    z-index: 2;
    padding: 1.2vw;
  }
  .page--home .block--nav__sns .nav__item--twitter {
    margin-bottom: 0.8em;
    font-size: 22px;
  }
  .page--home .block--nav__sns .nav__item--instagram {
    margin-bottom: 0.8em;
    font-size: 22px;
  }
  .page--home .block--nav__sns .nav__item--youtube {
    margin-bottom: 0.8em;
    font-size: 22px;
  }
  .page--home .block--nav__sns .nav__item--tiktok {
    margin-bottom: 0.8em;
    font-size: 22px;
  }
  .page--home .block--nav__sns .nav__item--line {
    margin-bottom: 1em;
  }
  .page--home .block--nav__sns .nav__item--line svg {
    width: 20px;
  }
  .page--home .block--nav__sns a {
    transition: opacity 0.3s;
  }
  .page--home .block--nav__sns a:hover {
    opacity: 0.6;
  }
  .page--home .section--banner {
    margin-top: 6.9vw;
    margin-bottom: 6.9vw;
    margin-left: calc(8.19% + 60px);
    /*
    .block--progress-bar {
    	width: 6.8vw;
    }
    */
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 1.7vw;
  }
  .page--home .section--banner .list--bnr li {
    overflow: hidden;
  }
  .page--home .section--banner .list--bnr li figure {
    position: relative;
  }
  .page--home .section--banner .list--bnr li figure::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: radial-gradient(circle, #ffffff 10%, transparent 10%) no-repeat 50%;
    transform: scale(0, 0);
    opacity: 0;
    transition: transform 0.4s, opacity 1s;
  }
  .page--home .section--banner .list--bnr li img {
    transition: opacity 0.3s ease-in;
  }
  .page--home .section--banner .list--bnr li:hover {
    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.no-carousel {
    margin-left: 0 !important;
  }
  .page--home .section--banner.no-carousel .list--bnr {
    display: flex;
    justify-content: flex-start;
    transform: translate(0) !important;
    margin-left: calc(60px + (100vw - 120px) * 0.09);
  }
  .page--home .section--banner.no-carousel .list--bnr li {
    width: 30%;
  }
  .page--home .section--banner.no-carousel .list--bnr li:first-of-type {
    margin-right: 2vw;
  }
  .page--home .section--news {
    width: 77%;
    margin: 0 auto 10em;
  }
  .page--home .section--news .section--inner .block--tit .section-tit {
    margin-left: -14px;
    font-size: clamp(73px, 7.65vw, 111px);
    line-height: 1em;
  }
  .page--home .section--news .section--inner .list--information {
    width: 87%;
  }
  .page--home .section--news .section--inner .list__more a {
    margin-top: 2em;
    margin-left: 0;
  }
  .page--home .section--news .section--inner .list__more a span {
    padding-bottom: 1em;
  }
  .page--home .section--news .section--inner .list__more a::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    margin-top: 0;
    margin-right: 0.4em;
  }
  .page--home .section--video {
    width: 77%;
    margin: 0 auto 10em;
  }
  .page--home .section--video .section--inner .block--tit {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    margin-bottom: 3em;
  }
  .page--home .section--video .section--inner .block--tit .section-tit {
    margin-bottom: -14px;
    font-size: 111px;
    line-height: 1;
  }
  .page--home .section--video .section--inner .tit {
    font-size: 15px;
  }
  .page--home .section--video .section--inner li .block--thumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: radial-gradient(circle, #ffffff 10%, transparent 10%) no-repeat 50%;
    transform: scale(0, 0);
    opacity: 0;
    transition: transform 0.4s, opacity 1s;
  }
  .page--home .section--video .section--inner li:hover {
    cursor: pointer;
  }
  .page--home .section--video .section--inner li:hover figure::after {
    transform: scale(10, 10);
    transition: transform 0.4s;
    opacity: 0.5;
  }
  .page--home .section--video .swiper-container {
    position: relative;
  }
  .page--home .section--video .swiper-container .swiper-button-prev, .page--home .section--video .swiper-container .swiper-button-next {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .page--home .section--video .swiper-container .swiper-button-prev::after, .page--home .section--video .swiper-container .swiper-button-next::after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
    /*background-color: var.$accent-color;*/
    color: #ffffff;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.0001em;
    animation: 5s background_color_change infinite;
  }
  .page--home .section--video .swiper-container .swiper-button-prev {
    position: absolute;
    top: calc(50% - 3em);
    left: 2%;
  }
  .page--home .section--video .swiper-container .swiper-button-prev::after {
    filter: drop-shadow(0.2em 0.2em 0 #ffffff);
  }
  .page--home .section--video .swiper-container .swiper-button-next {
    position: absolute;
    top: calc(50% - 3em);
    right: 5%;
  }
  .page--home .section--video .swiper-container .swiper-button-next::after {
    filter: drop-shadow(-0.2em 0.2em 0 #ffffff);
  }
  .page--home .section--video .swiper-container:hover .swiper-button-prev, .page--home .section--video .swiper-container:hover .swiper-button-next {
    opacity: 1;
  }
  .page--home .section--video .swiper-container:hover .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .page--home .section--schedule {
    width: 77%;
    margin: 0 auto 10em;
  }
  .page--home .section--schedule .section--inner {
    flex-direction: row-reverse;
  }
  .page--home .section--schedule .section--inner .block--tit .section-tit {
    margin-left: -14px;
    font-size: 111px;
    line-height: 1;
  }
  .page--home .section--schedule .section--inner .list--information {
    width: 87%;
  }
  .page--home .section--schedule .section--inner .list__more a {
    margin-top: 2em;
    margin-left: 0;
  }
  .page--home .section--schedule .section--inner .list__more a span {
    padding-bottom: 1em;
  }
  .page--home .section--schedule .section--inner .list__more a::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    margin-top: 0;
    margin-right: 0.4em;
  }
  .page--home .area--fc {
    margin-top: 5em;
  }
  .page--home .area--fc .area--inner {
    padding-bottom: 11em;
  }
  .page--home .area--fc .block--logo__fc {
    top: clamp(-9em, -9.6vw, -8em);
    left: 7.6vw;
    width: clamp(400px, 34vw, 500px);
  }
  .page--home .area--fc .block--login {
    margin-right: 7.6vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .page--home .area--fc .block--login li {
    font-size: 50px;
  }
  .page--home .area--fc .block--login li:first-of-type::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.2em;
    margin: 0 0.8em;
    vertical-align: -0.3em;
  }
  .page--home .area--fc .block--login li a {
    position: relative;
  }
  .page--home .area--fc .block--login li a::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -0.4em;
    left: 0;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s;
  }
  .page--home .area--fc .block--login li a:hover::after {
    animation: item_stretch_horizontal 0.6s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
  }
  .page--home .area--fc .section--contents {
    width: 88vw;
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 4em;
  }
  .page--home .area--fc .section--news.section--news__fc {
    width: 88%;
    max-width: 100%;
    margin: 0 7.6vw 10em auto;
  }
  .page--home .area--fc .section--news.section--news__fc .section--inner .block--tit {
    margin-top: -2em;
  }
  .page--home .area--fc .section--news.section--news__fc .section--inner .block--tit .section-tit {
    margin-left: -14px;
    font-size: clamp(66px, 6.9vw, 100px);
    line-height: 1;
  }
  .page--home .area--fc .section--news.section--news__fc .section--inner .list--information {
    width: 86%;
    margin-top: 7.6vw;
  }
  .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,
  .page--home .area--fc .section--magazine,
  .page--home .area--fc .section--report {
    width: 80%;
    max-width: 100%;
    margin: 0 11.7vw 10em auto;
  }
  .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,
  .page--home .area--fc .section--magazine .block--tit,
  .page--home .area--fc .section--report .block--tit {
    z-index: 2;
    margin-right: -8%;
    margin-bottom: 0.4em;
    text-align: right;
  }
  .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,
  .page--home .area--fc .section--magazine .block--tit .section-tit,
  .page--home .area--fc .section--report .block--tit .section-tit {
    font-size: clamp(100px, 10vw, 150px);
    line-height: 1;
  }
  .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,
  .page--home .area--fc .section--magazine .list--contents li,
  .page--home .area--fc .section--report .list--contents li {
    width: 100%;
  }
  .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,
  .page--home .area--fc .section--magazine .list--contents li .block--thumb__wrap,
  .page--home .area--fc .section--report .list--contents li .block--thumb__wrap {
    width: 62%;
  }
  .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,
  .page--home .area--fc .section--magazine .list--contents li .block--thumb,
  .page--home .area--fc .section--report .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,
  .page--home .area--fc .section--magazine .list--contents li .block--item__info,
  .page--home .area--fc .section--report .list--contents li .block--item__info {
    z-index: -2;
    width: 41.7%;
    margin-left: -3vw;
  }
  .page--home .area--fc .section--photo_blog .list--contents li .block--item__info > a,
  .page--home .area--fc .section--movie .list--contents li .block--item__info > a,
  .page--home .area--fc .section--gallery .list--contents li .block--item__info > a,
  .page--home .area--fc .section--staff_blog .list--contents li .block--item__info > a,
  .page--home .area--fc .section--magazine .list--contents li .block--item__info > a,
  .page--home .area--fc .section--report .list--contents li .block--item__info > a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    height: 100%;
    margin-top: -4vw;
    padding: 5.4vw;
  }
  .page--home .area--fc .section--photo_blog .list--contents li .block--item__info > a .tit,
  .page--home .area--fc .section--movie .list--contents li .block--item__info > a .tit,
  .page--home .area--fc .section--gallery .list--contents li .block--item__info > a .tit,
  .page--home .area--fc .section--staff_blog .list--contents li .block--item__info > a .tit,
  .page--home .area--fc .section--magazine .list--contents li .block--item__info > a .tit,
  .page--home .area--fc .section--report .list--contents li .block--item__info > a .tit {
    width: 100%;
  }
  .page--home .area--fc .section--photo_blog .list--contents li .block--item__info > a::after,
  .page--home .area--fc .section--movie .list--contents li .block--item__info > a::after,
  .page--home .area--fc .section--gallery .list--contents li .block--item__info > a::after,
  .page--home .area--fc .section--staff_blog .list--contents li .block--item__info > a::after,
  .page--home .area--fc .section--magazine .list--contents li .block--item__info > a::after,
  .page--home .area--fc .section--report .list--contents li .block--item__info > a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #e7e7e7;
    transform: scaleY(0);
    transform-origin: left bottom;
    transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .page--home .area--fc .section--photo_blog .list--contents li .block--item__info > a:hover .tit,
  .page--home .area--fc .section--movie .list--contents li .block--item__info > a:hover .tit,
  .page--home .area--fc .section--gallery .list--contents li .block--item__info > a:hover .tit,
  .page--home .area--fc .section--staff_blog .list--contents li .block--item__info > a:hover .tit,
  .page--home .area--fc .section--magazine .list--contents li .block--item__info > a:hover .tit,
  .page--home .area--fc .section--report .list--contents li .block--item__info > a:hover .tit {
    color: #000000;
  }
  .page--home .area--fc .section--photo_blog .list--contents li .block--item__info > a:hover::after,
  .page--home .area--fc .section--movie .list--contents li .block--item__info > a:hover::after,
  .page--home .area--fc .section--gallery .list--contents li .block--item__info > a:hover::after,
  .page--home .area--fc .section--staff_blog .list--contents li .block--item__info > a:hover::after,
  .page--home .area--fc .section--magazine .list--contents li .block--item__info > a:hover::after,
  .page--home .area--fc .section--report .list--contents li .block--item__info > a:hover::after {
    transform: scaleY(1);
  }
  .page--home .area--fc .section--photo_blog .list--contents li .block--item__info .list__more,
  .page--home .area--fc .section--movie .list--contents li .block--item__info .list__more,
  .page--home .area--fc .section--gallery .list--contents li .block--item__info .list__more,
  .page--home .area--fc .section--staff_blog .list--contents li .block--item__info .list__more,
  .page--home .area--fc .section--magazine .list--contents li .block--item__info .list__more,
  .page--home .area--fc .section--report .list--contents li .block--item__info .list__more {
    right: calc(-15% + 1vw);
    bottom: calc(9.1% + 4vw);
  }
  .page--home .area--fc .section--contents > section:nth-of-type(3) .block--tit, .page--home .area--fc .section--contents > section:nth-of-type(5) .block--tit, .page--home .area--fc .section--contents > section:nth-of-type(7) .block--tit {
    margin-left: -12%;
    text-align: left;
  }
  .page--home .area--fc .section--contents > section:nth-of-type(3) .list--contents .block--item__info, .page--home .area--fc .section--contents > section:nth-of-type(5) .list--contents .block--item__info, .page--home .area--fc .section--contents > section:nth-of-type(7) .list--contents .block--item__info {
    margin-right: -3vw;
    margin-left: 0;
  }
  .page--home .area--fc .section--contents > section:nth-of-type(3) .list--contents .block--item__info .list__more, .page--home .area--fc .section--contents > section:nth-of-type(5) .list--contents .block--item__info .list__more, .page--home .area--fc .section--contents > section:nth-of-type(7) .list--contents .block--item__info .list__more {
    left: calc(-18% + 0.5vw);
    right: auto;
  }
  .page--news .block--tit .section-tit, .page--schedule .block--tit .section-tit {
    margin-bottom: 0.3em;
  }
  .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: 1em;
  }
  .page--discography .list--discography li .tit {
    margin-bottom: 0.8em;
  }
  .page--discography .list--discography li .tit {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
    line-height: 1.4;
  }
  .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 .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.biography__index .block--logo {
    width: 12%;
    margin: 4em 0 1.2em;
  }
  .page--biography.biography__index .list--biography {
    margin-top: 4em;
    margin-bottom: 2em;
  }
  .page--biography.biography__index .list--biography li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3em;
  }
  .page--biography.biography__index .list--biography li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--biography.biography__index .list--biography li .block--thumb {
    margin-bottom: 1em;
  }
  .page--biography.biography__index .list--biography li .tit {
    margin-bottom: 0.8em;
    font-size: 20px;
  }
  .page--biography.biography__index .list--biography li .biography-details {
    margin-top: 1.2em;
    padding-top: 1.2em;
    border-top: solid 1px #a1a1a1;
  }
  .page--biography.biography__index .list--biography li .biography-details dl {
    margin-bottom: 0.8em;
    font-size: 14px;
  }
  .page--biography.biography__index .list--biography li .biography-details dl dt {
    width: 20%;
    min-width: 5em;
  }
  .page--biography.biography__index .list--biography li .biography-details dl dd {
    width: 65%;
  }
  .page--biography.biography__detail .section--detail__inner {
    display: flex;
    justify-content: space-between;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__photo {
    top: 3em;
    width: 35%;
    height: 150vh;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__photo figure {
    position: -webkit-sticky;
    position: sticky;
    top: 3em;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details {
    width: 60%;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .block--txt__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .tit {
    margin-bottom: 0.3em;
    font-size: 40px;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .txt--sub {
    font-size: 14px;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .biography-details {
    margin-top: 1.6em;
    padding-top: 1.6em;
    border-top: solid 1px #a1a1a1;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .biography-details dl {
    margin-bottom: 0.8em;
    font-size: 16px;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .biography-details dl dt {
    width: 15%;
    min-width: 5em;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .biography-details dl dd {
    width: 80%;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .list--nav__sns .nav__item--twitter {
    font-size: 22px;
    margin-right: 0.8em;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .list--nav__sns .nav__item--instagram {
    font-size: 22px;
    margin-right: 0.8em;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .block--biography__qa {
    margin-top: 3em;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .block--biography__qa .section-tit__sub {
    margin-bottom: 1.2em;
    padding-bottom: 0.6em;
    font-size: 16px;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .block--biography__qa dl dt {
    margin-bottom: 0.6em;
    font-size: 12px;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .block--biography__qa dl dt::before {
    width: 1em;
    height: 1px;
    margin-right: 0.4em;
    vertical-align: 0.3em;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .block--biography__qa dl dd {
    margin-bottom: 1.8em;
    font-size: 16px;
  }
  .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-tit {
    margin-bottom: 0.3em;
  }
  .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--list .list--contents li .tit {
    margin-bottom: 0.8em;
  }
  .page--movie .section--list .list--contents li .block--txt {
    font-size: 15px;
  }
  .page--movie .section--detail {
    width: 90%;
    max-width: 1100px;
  }
  .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 .video-js .vjs-big-play-button {
    transition: border 0.3s;
  }
  .page--movie .video-js .vjs-big-play-button:hover {
    border-width: 8px;
  }
  .page--movie .video-js .vjs-big-play-button:hover + .vjs-icon-play:before, .page--movie .video-js .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-tit {
    margin-bottom: 0.3em;
  }
  .page--blog .list--blog .date {
    margin-left: 0;
  }
  .page--blog .no-data {
    font-size: 20px;
    margin: 10em auto;
  }
  .page--blog .section--detail {
    width: 90%;
    max-width: 1100px;
    padding: 0;
  }
  .page--blog .section--detail .date {
    margin-bottom: 2em;
  }
  .page--blog .section--detail .txt a:hover {
    color: #cf4f46;
  }
  .page--blog.photo_blog .section--list .block--tit {
    margin-bottom: 0.3em;
  }
  .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: #414141;
    font-size: 31px;
    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: #ffffff;
    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 {
    left: 60px;
  }
  .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: #515151;
  }
  .page--blog.photo_blog .section--detail {
    width: 90%;
    max-width: 1100px;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer {
    padding: 1.2em 1.5em;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon {
    width: 40px;
    height: 40px;
    margin-right: 0.8em;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .writer {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .writer::after {
    top: 2px;
    width: 15px;
    height: 16px;
    margin-left: 0.4em;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .date {
    width: 60%;
    padding: 1.2em 2em;
  }
  .page--blog.photo_blog .section--detail .txt {
    position: relative;
  }
  .page--blog.photo_blog .section--detail .txt .block--thumb {
    width: 60%;
    /*
    img {
    	border-bottom-left-radius: .3em;
    }
    */
  }
  .page--blog.photo_blog .section--detail .txt-area {
    width: 40%;
    padding: 1.5em;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .page--blog.photo_blog .section--detail .txt-area > p {
    padding-bottom: 2em;
  }
  .page--blog.photo_blog .section--detail .icon--like {
    position: absolute;
    right: 1.5em;
    bottom: 1.5em;
  }
  .page--blog.photo_blog .section--detail .icon--like .likes, .page--blog.photo_blog .section--detail .icon--like .liked {
    margin-left: 0.4em;
  }
  .page--blog.report--list .section--list .block--tit {
    margin-bottom: 0.3em;
  }
  .page--blog.report--list .section--list .list--contents {
    justify-content: space-between;
  }
  .page--blog.report--list .section--list .list--contents li {
    width: 48%;
    margin-bottom: 70px;
  }
  .page--blog.report--list .section--list .list--contents li.nologin li a:hover::before {
    content: none;
  }
  .page--blog.report--list .section--list .list--contents li.nologin li a:hover .date {
    display: none;
  }
  .page--blog.report--list .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.report--list .section--list .list--contents li.nologin .block--thumb::after {
    -webkit-backdrop-filter: blur(80px);
            backdrop-filter: blur(80px);
  }
  .page--blog.report--list .section--list .list--contents li a {
    position: relative;
  }
  .page--blog.report--list .section--list .list--contents li a .date {
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #414141;
    font-size: 31px;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
  }
  .page--blog.report--list .section--list .list--contents li a:hover .date {
    opacity: 1;
  }
  .page--blog.report--list .section--list .list--contents li a:hover::before {
    opacity: 1;
  }
  .page--blog.report--list .section--list .list--contents li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    background: #ffffff;
    transition: opacity 0.3s;
  }
  .page--blog.report--list .section--list .list--contents li.new a .tit::after {
    content: none;
  }
  .page--blog.report--list .section--list #next {
    margin-top: 40px;
  }
  .page--blog.report--list .section--detail {
    max-width: initial;
  }
  .page--blog.report--list .section--detail .txt .ph {
    width: 75%;
    max-width: initial;
    margin: 0;
  }
  .page--blog.report--detail {
    width: 100%;
    max-width: initial;
    padding: 0;
  }
  .page--blog.report--detail .header {
    position: absolute;
    top: 0;
    z-index: 5;
  }
  .page--blog.report--detail .section--detail {
    width: 100%;
    margin: 0;
    max-width: initial;
  }
  .page--blog.report--detail .section--detail .report--firstview {
    width: 100%;
    height: 100vh;
    position: relative;
    margin-bottom: 80px;
  }
  .page--blog.report--detail .section--detail .report--firstview .theme {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2vw 3vw;
    max-width: 75%;
  }
  .page--blog.report--detail .section--detail .report--firstview .theme .date {
    font-size: 16px;
    margin-bottom: 1vw;
  }
  .page--blog.report--detail .section--detail .report--firstview .theme .tit {
    font-size: clamp(10px, 2vw, 24px);
    margin-bottom: 0;
  }
  .page--blog.report--detail .section--detail .ph {
    position: absolute;
    bottom: 40px;
    max-width: initial;
    margin: 0;
    width: 130vh;
    max-width: 1200px;
    max-height: calc(100vh - 140px);
  }
  .page--blog.report--detail .section--detail img {
    width: 100% !important;
  }
  .page--blog.report--detail .section--detail .text--base {
    width: 80%;
    margin: 0 auto;
    padding: 3em 2.5em;
  }
  .page--magazine.detail.drawer-visible .wrap {
    z-index: 9999;
  }
  .page--magazine.detail #OneBook3d_616999_icons_panel {
    left: 0;
    right: 0;
    margin: auto;
  }
  .page--magazine.detail .OneBook3d_799240_icons_container > div:first-of-type .btn_image:first-of-type {
    display: none !important;
  }
  .page--support .section-tit {
    margin-bottom: 0.8em;
    font-size: 30px;
    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: 30px;
  }
  .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 li a {
    transition: opacity 0.3s;
  }
  .page--faq .list--tag li a:hover {
    opacity: 0.6;
  }
  .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 15px;
    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: #a1a1a1;
    text-decoration: none;
  }
  .page--faq .block--contact .link a:hover::after {
    border: 1px solid #f3f1f1;
    border-top: none;
    border-right: none;
  }
  .page--faq .block--contact .link a:hover + i {
    color: #414141;
  }
  /*  page--questionnaire
  ------------------------------ */
  .page--questionnaire .section--detail {
    max-width: 1100px;
    margin: 2em auto;
  }
  .page--questionnaire .section-tit {
    margin-bottom: 1em;
    font-size: 30px;
  }
  .page--questionnaire .txt--basic {
    margin-bottom: 3em;
    font-size: 16px;
  }
  .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[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--questionnaire .btn--sub {
    margin: 1.5em auto;
    text-align: center;
  }
  .page--entry .logo {
    width: 40%;
    margin: 0 auto 6em;
  }
  .page--entry .txt--lead {
    width: 80%;
    margin: 0 auto 6em;
    line-height: 1.66;
  }
  .page--entry .block--contents .block--tit {
    margin-bottom: 0.3em;
    font-size: 40px;
  }
  .page--entry .block--contents.benefits {
    margin-bottom: 5em;
  }
  .page--entry .block--contents.benefits .list--content .block--benefit {
    width: 50%;
    padding: 3% 3%;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
  }
  .page--entry .block--contents.benefits .list--content .block--benefit .title {
    font-size: 22px;
  }
  .page--entry .block--contents.benefits .list--content .block--benefit .txt {
    margin-top: 1em;
    margin-bottom: 0;
  }
  .page--entry .block--contents.benefits .list--content .block--benefit .ph {
    width: 80%;
    margin: 2em auto 0;
  }
  .page--entry .block--contents.benefits .list--content .block--benefit .ph + p {
    margin-top: 1em;
  }
  .page--entry .block--contents.benefits .list--content .block--benefit:nth-of-type(2n) {
    border-right: none;
  }
  .page--entry .block--contents.benefits .list--content .block--benefit:nth-last-of-type(2) {
    border-bottom: none;
  }
  .page--entry .block--contents.contents {
    margin-bottom: 5em;
  }
  .page--entry .block--contents.contents .list--content li {
    width: 49%;
    margin-bottom: 2%;
    padding: 3%;
  }
  .page--entry .block--contents.contents .list--content li .title {
    margin-bottom: 0.4em;
    font-size: 22px;
  }
  .page--entry .block--contents.contents .list--content li .txt {
    margin-top: 1em;
    margin-bottom: 0;
  }
  .page--entry .block--contents.first--spec .block--tit, .page--entry .block--contents.second--spec .block--tit {
    margin-bottom: 0.4em;
    font-size: 28px;
  }
  .page--entry .block--contents.first--spec tbody tr th, .page--entry .block--contents.first--spec tbody tr td, .page--entry .block--contents.second--spec tbody tr th, .page--entry .block--contents.second--spec tbody tr td {
    padding: 25px;
  }
  .page--entry .block--contents.first--spec tbody tr td, .page--entry .block--contents.second--spec tbody tr td {
    width: 75%;
  }
  .page--entry .block--contents.first--spec {
    margin-bottom: 3em;
  }
  .page--entry .block--contents.first--spec .block--tit span {
    font-size: 11px;
  }
  .page--entry .block--contents.second--spec {
    margin-bottom: 6em;
  }
  .page--entry .block--login__fanplus .txt--basic.txt--login {
    margin-bottom: 0.2em;
  }
  .page--entry .block--login__fanplus .btn--main:hover {
    background-color: #cb7d77;
  }
  .page--first_login .section--inner {
    width: 800px;
    margin: 0 auto;
  }
  .page--first_login .section--inner .section-tit {
    font-size: 25px;
    line-height: 1.4em;
    margin-bottom: 100px;
  }
  .page--first_login .section--inner .block--attention {
    margin: 1em 0;
    padding: 1.5em;
    font-size: 14px;
  }
  .page--first_login .section--inner .block--lead {
    margin-bottom: 100px;
  }
  .page--first_login .section--inner .list--txt__q li a {
    font-size: 14px;
    transition: background 0.3s;
  }
  .page--first_login .section--inner .list--txt__q li a:hover {
    background-color: #cf4f46;
  }
  .page--first_login .section--inner .step {
    margin-bottom: 100px;
  }
  .page--first_login .section--inner .step ul {
    display: flex;
    flex-wrap: wrap;
  }
  .page--first_login .section--inner .step ul > li {
    width: calc(25% - 22.5px);
    height: 190px;
    margin-right: 30px;
    position: relative;
  }
  .page--first_login .section--inner .step ul > li a {
    position: relative;
    z-index: 0;
    padding: 23px 10px;
    transition: color 0.3s;
  }
  .page--first_login .section--inner .step ul > li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #E7E7E7;
    transform: scaleY(0);
    transform-origin: left bottom;
    transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .page--first_login .section--inner .step ul > li a:hover::after {
    transform: scaleY(1);
  }
  .page--first_login .section--inner .step ul > li .arrow {
    right: -12%;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
  }
  .page--first_login .section--inner .step ul > li span {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .page--first_login .section--inner .step ul > li .step--icon {
    height: 35%;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.3em;
  }
  .page--first_login .section--inner .step ul > li p {
    font-size: 13px;
    line-height: 1.3em;
  }
  .page--first_login .section--inner .step ul li:nth-of-type(4) {
    margin-right: 0;
  }
  .page--first_login .section--inner .step ul li:nth-of-type(n+1):nth-child(-n+4) {
    margin-bottom: 30px;
  }
  .page--first_login .section--inner .block--step .list--step > li {
    margin-bottom: 30px;
    padding: 32px 4%;
  }
  .page--first_login .section--inner .block--step li .block--attention .tit {
    font-size: 16px;
  }
  .page--first_login .section--inner .block--step li .block--attention .txt {
    font-size: 14px;
  }
  .page--first_login .section--inner .block--step li figure {
    margin: 30px 0;
  }
  .page--first_login .section--inner .block--step li #step5 .tit {
    color: #414141;
    font-size: 20px;
  }
  .page--stream .section--inner {
    width: 80%;
    max-width: 1100px;
  }
  .page--stream .section-tit {
    margin-bottom: 0.8em;
  }
  .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 #a1a1a1;
  }
  .page--stream .block--method .pc i {
    position: absolute;
    top: 40%;
    right: -15%;
    font-size: 2rem;
    color: #a1a1a1;
  }
  .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 {
    /*
    &::before {
    	@include var.content(inline-block,2em,1px);
    	margin-right: .2em;
    	background-color: var.$accent-color;
    	vertical-align: .3em;
    }
    */
  }
  .page--stream .detail__btn i {
    margin-right: 0.3em;
    font-size: 14px;
  }
  .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 {
    width: 88vw;
    margin-right: 2.75vw;
    margin-left: auto;
  }
  footer .inner {
    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: 12px;
    transition: color 0.3s;
  }
  footer .inner .list--support .nav--support li a:hover {
    color: #a1a1a1;
  }
  footer .inner .block--link .list--link li {
    max-width: 170px;
    margin-right: 0.8em;
    margin-bottom: 0.4em;
  }
  footer .copyright {
    margin-top: 3em;
    font-size: 10px;
    text-align: right;
  }
  body:not(.page--home) footer {
    padding: 0 !important;
  }
  /*  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;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 300px;
    margin-top: 1em;
    padding: 0.8em 1em;
    border-radius: 6px;
    font-size: 13px;
  }
  .btn--sub {
    min-width: 300px;
    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;
  }
  .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;
  }
  .swiper-button-prev:not(.swiper-button-disabled):hover:after, .swiper-button-next:not(.swiper-button-disabled):hover:after {
    color: #f3f1f1;
  }
  .section-tit {
    font-size: 50px;
    line-height: 1.1;
  }
  .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 {
    margin: 2em auto;
  }
  .tag {
    font-size: 11px;
  }
  .tag::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 0.2em;
    border-radius: 100%;
    background-color: #cf4f46;
  }
  .list__more a {
    margin-left: 1em;
    font-size: 14px;
  }
  .list__more a span {
    padding-right: 1em;
  }
  .list__more a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 0.4em;
  }
  .list--information li {
    margin-bottom: 0.8em;
  }
  .list--information li a {
    padding: 1em 1.5em;
  }
  .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 .tag {
    margin-right: 0.8em;
  }
  .list--information li.new a::before {
    top: -0.4em;
    left: -0.4em;
    font-size: 16px;
  }
  .list--information.list--schedule li a {
    padding: 1.5em 1.5em 1.1em;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .day {
    font-size: 30px;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .week {
    margin-top: 0.4em;
    margin-left: 0.2em;
    font-size: 10px;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .block--date__sub {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .icon--term {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    margin: 0.6em auto 1em;
  }
  .list--information.list--schedule .list__inner .block--schedule__info {
    padding-top: 0.2em;
    padding-left: 1.5em;
  }
  .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 .tit, .list--photo li.new .tit {
    position: relative;
  }
  .list--contents li.new .tit::after, .list--photo li.new .tit::after {
    margin-left: 0.4em;
    content: "New";
    display: inline-block;
    color: #cf4f46;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.02em;
    font-weight: bold;
    letter-spacing: -0.01em;
  }
  .list--error li {
    color: #cf4f46;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  li.no-data {
    padding: 4em 0;
  }
  .block--category {
    margin-bottom: 3em;
  }
  .block--category li {
    margin-right: 0.6em;
    margin-bottom: 0.4em;
    font-size: 16px;
  }
  .block--category li a {
    padding: 0.2em 0.4em;
  }
  .block--sort-category .block--sort {
    width: 60vw;
    max-height: 60vh;
    top: 3em;
  }
  .block--sort-category .block--sort .list--sort {
    margin-left: 0.5em;
  }
  .block--sort-category .block--sort .list--sort li .category {
    font-size: 14px;
  }
  .block--sort-category .block--sort .list--sort li .category label {
    padding: 1em 0.5em;
  }
  .block--sort-category .block--sort .list--sort li .category label::before {
    width: 1.2em;
    height: 1.2em;
    right: 0.5em;
    top: 1.2em;
  }
  .block--sort-category .block--sort .list--sort li .category label::after {
    width: 0.8em;
    height: 0.8em;
    right: 0.7em;
    top: 1.4em;
  }
  .block--sort-category .block--sort::-webkit-scrollbar {
    width: 10px;
  }
  .block--sort-category .btn--sort .label {
    display: none;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .block--sort-category .btn--sort span {
    width: 1.5em;
    height: 1.5em;
    margin-left: 0.8em;
    background-size: 1em;
  }
  .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--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: 20vw;
    max-width: 160px;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 5%;
  }
  header > .logo a {
    display: block;
  }
  header .drawer__btn {
    width: 50px;
    height: 50px;
  }
  header .drawer__btn span {
    width: 60%;
    height: 2px;
  }
  header .drawer__btn span::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -0.5em;
  }
  header .drawer__btn span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: calc(1em - 2px);
  }
  .drawer .drawer-inner {
    overflow: scroll;
  }
  .drawer .drawer-inner .logo__official__menu {
    width: 36%;
    max-width: 160px;
  }
  .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.5em;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li {
    margin-bottom: 1.3em;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li a {
    font-size: 30px;
  }
  .drawer .drawer-inner .g-nav .block--nav__official {
    width: 100%;
    padding: 10vw 8vw;
    background-color: #ffffff;
    color: #cf4f46;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns {
    margin-top: 3em;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns .nav__item--twitter {
    font-size: 22px;
    margin-right: 0.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns .nav__item--instagram {
    font-size: 22px;
    margin-right: 0.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns .nav__item--youtube {
    font-size: 22px;
    margin-right: 0.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns .nav__item--tiktok {
    font-size: 20px;
    margin-right: 0.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns .nav__item--line {
    margin-right: 0.8em;
  }
  .drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns .nav__item--line svg {
    width: 20px;
    vertical-align: bottom;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc {
    width: 100%;
    padding: 10vw 8vw;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__contents {
    margin-top: 1.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login {
    margin-top: 1.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li {
    font-size: 30px;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li:first-of-type::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.2em;
    margin: 0 0.8em;
    vertical-align: -0.3em;
  }
  footer {
    padding: 3em 0 2em;
  }
  footer .inner {
    width: 91vw;
  }
  footer .list--support {
    margin: 0 auto 2em;
    border-bottom: solid 1px #ffffff;
  }
  footer .list--support dt {
    position: relative;
    padding-bottom: 0.6em;
    color: #ffffff;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.0001em;
    font-size: 18px;
    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 0;
    line-height: 0;
    border-top: solid 1px #ffffff;
    text-align: left;
    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 0;
    line-height: normal;
  }
  footer .block--link .list--link {
    margin-bottom: 2em;
  }
  footer .block--link .list--link li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.4em;
  }
  footer .block--link .list--link li:nth-of-type(2n) {
    margin-right: 0;
  }
  footer .block--link .list--link li img {
    width: 100%;
  }
  footer .copyright {
    margin: 0 auto;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .page--home .section--top .section--inner .block--tit {
    width: 56vw;
    max-width: 300px;
    margin-top: 16vw;
    margin-left: 4.2vw;
  }
  .page--home .section--top .section--inner .block--keyvisual {
    position: relative;
    z-index: -1;
    width: 93%;
    margin-top: -6.6vw;
    margin-left: auto;
  }
  .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: 17vw;
    margin-bottom: 8.5vw;
    margin-left: 7%;
    /*
    .block--progress-bar {
    	width: 42vw;
    }
    */
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 1.7vw;
  }
  .page--home .section--banner .block--carousel-nav {
    margin-top: 1em;
  }
  .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 {
    width: 93%;
    margin: 0 0 3em auto;
  }
  .page--home .section--news .section--inner .block--tit .section-tit {
    margin-left: -6px;
    font-size: 40px;
    line-height: 1em;
  }
  .page--home .section--news .section--inner .list--information {
    width: 87%;
  }
  .page--home .section--news .section--inner .list__more a {
    margin-top: 1em;
    margin-left: 0;
  }
  .page--home .section--news .section--inner .list__more a span {
    padding-bottom: 1em;
  }
  .page--home .section--news .section--inner .list__more a::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    margin-top: 0;
    margin-right: 0.4em;
  }
  .page--home .section--video {
    width: 93%;
    margin: 0 0 3em auto;
  }
  .page--home .section--video .section--inner .block--tit {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    margin-bottom: 1.5em;
  }
  .page--home .section--video .section--inner .block--tit .section-tit {
    margin-bottom: -6px;
    font-size: 40px;
    line-height: 1;
  }
  .page--home .section--video .section--inner .block--thumb__wrap {
    margin-bottom: 1em;
  }
  .page--home .section--video .section--inner .tit {
    font-size: 14px;
  }
  .page--home .section--video .swiper-container .swiper-button-prev,
  .page--home .section--video .swiper-container .swiper-button-next {
    display: none;
  }
  .page--home .section--schedule {
    width: 93%;
    margin: 0 auto 3em 0;
  }
  .page--home .section--schedule .section--inner {
    flex-direction: row-reverse;
  }
  .page--home .section--schedule .section--inner .block--tit .section-tit {
    margin-left: -6px;
    font-size: 40px;
    line-height: 1;
  }
  .page--home .section--schedule .section--inner .list--information {
    width: 84%;
  }
  .page--home .section--schedule .section--inner .list--information li.new a::before {
    top: -0.5em;
    right: -0.5em;
    left: auto;
  }
  .page--home .section--schedule .section--inner .list__more a {
    margin-top: 1em;
    margin-left: 0;
  }
  .page--home .section--schedule .section--inner .list__more a span {
    padding-bottom: 1em;
  }
  .page--home .section--schedule .section--inner .list__more a::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    margin-top: 0;
    margin-right: 0.4em;
  }
  .page--home .area--fc {
    margin-top: 5em;
  }
  .page--home .area--fc .area--inner {
    padding-bottom: 4vw;
  }
  .page--home .area--fc .block--logo__fc {
    top: -18vw;
    left: 4.2vw;
    width: 56vw;
  }
  .page--home .area--fc .block--login {
    margin-right: 4.2vw;
    padding-top: 11vw;
    padding-bottom: 8vw;
  }
  .page--home .area--fc .block--login li {
    font-size: 30px;
  }
  .page--home .area--fc .block--login li:first-of-type::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.2em;
    margin: 0 0.8em;
    vertical-align: -0.3em;
  }
  .page--home .area--fc .section--contents {
    width: 96vw;
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 4em;
  }
  .page--home .area--fc .section--news.section--news__fc {
    width: 93%;
    max-width: 100%;
    margin: 0 0 6em auto;
  }
  .page--home .area--fc .section--news.section--news__fc .section--inner .block--tit {
    margin-top: -1em;
  }
  .page--home .area--fc .section--news.section--news__fc .section--inner .block--tit .section-tit {
    margin-left: -6px;
    font-size: 40px;
    line-height: 1;
  }
  .page--home .area--fc .section--news.section--news__fc .section--inner .list--information {
    width: 80%;
    margin-top: 7.6vw;
  }
  .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,
  .page--home .area--fc .section--report,
  .page--home .area--fc .section--magazine {
    width: 91%;
    max-width: 100%;
    margin: 0 auto 6em 0;
  }
  .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,
  .page--home .area--fc .section--report .block--tit,
  .page--home .area--fc .section--magazine .block--tit {
    position: absolute;
    width: 81%;
    max-width: 280px;
    bottom: -3vw;
    z-index: 2;
    margin-left: -8vw;
    text-align: left;
  }
  .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,
  .page--home .area--fc .section--report .block--tit .section-tit,
  .page--home .area--fc .section--magazine .block--tit .section-tit {
    font-size: 60px;
    line-height: 0.91;
  }
  .page--home .area--fc .section--photo_blog .list--contents .section--inner,
  .page--home .area--fc .section--movie .list--contents .section--inner,
  .page--home .area--fc .section--gallery .list--contents .section--inner,
  .page--home .area--fc .section--staff_blog .list--contents .section--inner,
  .page--home .area--fc .section--report .list--contents .section--inner,
  .page--home .area--fc .section--magazine .list--contents .section--inner {
    position: relative;
  }
  .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,
  .page--home .area--fc .section--report .list--contents li,
  .page--home .area--fc .section--magazine .list--contents li {
    flex-wrap: wrap;
    width: 100%;
  }
  .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,
  .page--home .area--fc .section--report .list--contents li .block--thumb__wrap,
  .page--home .area--fc .section--magazine .list--contents li .block--thumb__wrap {
    width: 91%;
    margin-right: auto;
  }
  .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,
  .page--home .area--fc .section--report .list--contents li .block--item__info,
  .page--home .area--fc .section--magazine .list--contents li .block--item__info {
    z-index: -2;
    width: 91%;
    margin-left: -3vw;
  }
  .page--home .area--fc .section--photo_blog .list--contents li .block--item__info .block--inner,
  .page--home .area--fc .section--movie .list--contents li .block--item__info .block--inner,
  .page--home .area--fc .section--gallery .list--contents li .block--item__info .block--inner,
  .page--home .area--fc .section--staff_blog .list--contents li .block--item__info .block--inner,
  .page--home .area--fc .section--report .list--contents li .block--item__info .block--inner,
  .page--home .area--fc .section--magazine .list--contents li .block--item__info .block--inner {
    width: 100%;
  }
  .page--home .area--fc .section--photo_blog .list--contents li .block--item__info > a,
  .page--home .area--fc .section--movie .list--contents li .block--item__info > a,
  .page--home .area--fc .section--gallery .list--contents li .block--item__info > a,
  .page--home .area--fc .section--staff_blog .list--contents li .block--item__info > a,
  .page--home .area--fc .section--report .list--contents li .block--item__info > a,
  .page--home .area--fc .section--magazine .list--contents li .block--item__info > a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: -4vw;
    padding: 4em 1.2em 8em;
  }
  .page--home .area--fc .section--photo_blog .list--contents li .block--item__info > a .tit,
  .page--home .area--fc .section--movie .list--contents li .block--item__info > a .tit,
  .page--home .area--fc .section--gallery .list--contents li .block--item__info > a .tit,
  .page--home .area--fc .section--staff_blog .list--contents li .block--item__info > a .tit,
  .page--home .area--fc .section--report .list--contents li .block--item__info > a .tit,
  .page--home .area--fc .section--magazine .list--contents li .block--item__info > a .tit {
    width: 100%;
  }
  .page--home .area--fc .section--photo_blog .list--contents li .block--item__info .list__more,
  .page--home .area--fc .section--movie .list--contents li .block--item__info .list__more,
  .page--home .area--fc .section--gallery .list--contents li .block--item__info .list__more,
  .page--home .area--fc .section--staff_blog .list--contents li .block--item__info .list__more,
  .page--home .area--fc .section--report .list--contents li .block--item__info .list__more,
  .page--home .area--fc .section--magazine .list--contents li .block--item__info .list__more {
    right: calc(-5vw + 1em);
    bottom: calc(9.1% + 4vw);
  }
  .page--home .area--fc .section--contents > section:nth-of-type(3), .page--home .area--fc .section--contents > section:nth-of-type(5), .page--home .area--fc .section--contents > section:nth-of-type(7) {
    margin: 0 0 6em auto;
  }
  .page--home .area--fc .section--contents > section:nth-of-type(3) .block--tit, .page--home .area--fc .section--contents > section:nth-of-type(5) .block--tit, .page--home .area--fc .section--contents > section:nth-of-type(7) .block--tit {
    right: 0;
    margin-right: -5vw;
    margin-left: 0;
    text-align: right;
  }
  .page--home .area--fc .section--contents > section:nth-of-type(3) .list--contents .block--thumb__wrap, .page--home .area--fc .section--contents > section:nth-of-type(5) .list--contents .block--thumb__wrap, .page--home .area--fc .section--contents > section:nth-of-type(7) .list--contents .block--thumb__wrap {
    margin-right: 0;
    margin-left: auto;
  }
  .page--home .area--fc .section--contents > section:nth-of-type(3) .list--contents .block--item__info, .page--home .area--fc .section--contents > section:nth-of-type(5) .list--contents .block--item__info, .page--home .area--fc .section--contents > section:nth-of-type(7) .list--contents .block--item__info {
    margin-right: -3vw;
    margin-left: 0;
  }
  .page--home .area--fc .section--contents > section:nth-of-type(3) .list--contents .block--item__info .list__more, .page--home .area--fc .section--contents > section:nth-of-type(5) .list--contents .block--item__info .list__more, .page--home .area--fc .section--contents > section:nth-of-type(7) .list--contents .block--item__info .list__more {
    left: calc(-8vw + 0.4em);
    right: auto;
  }
  .page--home .area--fc .section--contents > section:last-of-type {
    margin-bottom: 0 !important;
  }
  .page--home .area--fc .section--movie .block--tit {
    bottom: 0;
  }
  .page--home .area--fc .section--magazine .block--tit .section-tit {
    font-size: 51px;
  }
  .page--news .block--tit .section-tit, .page--schedule .block--tit .section-tit {
    margin-bottom: 0.3em;
  }
  .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 .tit {
    margin-bottom: 0.8em;
  }
  .page--discography .list--discography li a {
    display: block;
  }
  .page--discography .list--discography li .tit {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
    line-height: 1.4;
  }
  .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 {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 2em;
  }
  .page--discography .section--detail .disco-wrap {
    margin-bottom: 2em;
  }
  .page--discography .section--detail .disco-wrap .block--jacket {
    width: 100%;
    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: 100%;
    margin: 0 auto 2em;
  }
  .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: 15px;
    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.biography__index .block--logo {
    width: 27%;
    margin: 3em 0 1.2em;
  }
  .page--biography.biography__index .list--biography {
    margin-top: 3em;
    margin-bottom: 2em;
  }
  .page--biography.biography__index .list--biography li {
    width: 100%;
    margin-bottom: 2em;
  }
  .page--biography.biography__index .list--biography li a {
    display: flex;
    justify-content: space-between;
  }
  .page--biography.biography__index .list--biography li .block--thumb-wrap {
    width: 40%;
  }
  .page--biography.biography__index .list--biography li .block--txt {
    width: 55%;
  }
  .page--biography.biography__index .list--biography li .tit {
    margin-bottom: 0.4em;
    font-size: 18px;
  }
  .page--biography.biography__index .list--biography li .biography-details {
    margin-top: 1em;
    padding-top: 1em;
    border-top: solid 1px #a1a1a1;
  }
  .page--biography.biography__index .list--biography li .biography-details dl {
    margin-bottom: 0.8em;
    font-size: 13px;
  }
  .page--biography.biography__index .list--biography li .biography-details dl dt {
    width: 20%;
    min-width: 5em;
  }
  .page--biography.biography__index .list--biography li .biography-details dl dd {
    width: 65%;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__photo {
    width: 100%;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details {
    width: 100%;
    margin-top: 1.5em;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .block--txt__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .tit {
    margin-bottom: 0.3em;
    font-size: 30px;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .txt--sub {
    font-size: 12px;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .biography-details {
    margin-top: 1.6em;
    padding-top: 1.6em;
    border-top: solid 1px #a1a1a1;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .biography-details dl {
    margin-bottom: 0.8em;
    font-size: 13px;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .biography-details dl dt {
    width: 15%;
    min-width: 5em;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .biography-details dl dd {
    width: 70%;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .list--nav__sns .nav__item--twitter {
    font-size: 22px;
    margin-right: 0.8em;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .list--nav__sns .nav__item--instagram {
    font-size: 22px;
    margin-right: 0.8em;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .block--biography__qa {
    margin-top: 3em;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .block--biography__qa .section-tit__sub {
    margin-bottom: 1.2em;
    padding-bottom: 0.6em;
    font-size: 16px;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .block--biography__qa dl dt {
    margin-bottom: 0.6em;
    font-size: 12px;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .block--biography__qa dl dt::before {
    width: 1em;
    height: 1px;
    margin-right: 0.2em;
    vertical-align: 0.3em;
  }
  .page--biography.biography__detail .section--detail__inner .block--biography__details .block--biography__qa dl dd {
    margin-bottom: 1.8em;
    font-size: 14px;
  }
  .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-tit {
    margin-bottom: 0.3em;
  }
  .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-centered .vjs-big-play-button {
    top: 38%;
  }
  .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--blog .section-tit {
    margin-bottom: 0.3em;
  }
  .page--blog .list--blog .date {
    margin-left: 0;
  }
  .page--blog .no-data {
    font-size: 15px;
    margin: 10em auto;
  }
  .page--blog .section--detail {
    width: 90%;
    max-width: 1100px;
    padding: 0;
  }
  .page--blog .section--detail .date {
    margin-bottom: 1em;
  }
  .page--blog.photo_blog .section--list .block--tit {
    margin-bottom: 0.3em;
  }
  .page--blog.photo_blog .section--list .block--tit .section-tit {
    font-size: 50px;
  }
  .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: #ffffff;
    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 {
    left: 60px;
  }
  .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: #515151;
  }
  .page--blog.photo_blog .section--detail {
    max-width: 1100px;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner {
    justify-content: space-between;
    flex-direction: row;
    border: none;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer {
    padding: 1.2em 1.5em;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon {
    width: 40px;
    height: 40px;
    margin-right: 0.8em;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .writer {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .writer::after {
    top: 2px;
    width: 15px;
    height: 16px;
    margin-left: 0.4em;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .date {
    padding: 1.2em 2em;
  }
  .page--blog.photo_blog .section--detail .txt {
    flex-wrap: wrap;
  }
  .page--blog.photo_blog .section--detail .txt .block--thumb {
    width: 100%;
  }
  .page--blog.photo_blog .section--detail .txt .txt-area {
    width: 100%;
    border-bottom-left-radius: 0.3em;
  }
  .page--blog.photo_blog .section--detail .txt-area {
    position: relative;
    padding: 1.5em;
    padding-top: 4.1em;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .page--blog.photo_blog .section--detail .icon--like {
    position: absolute;
    left: 1.5em;
    top: 1.5em;
  }
  .page--blog.photo_blog .section--detail .icon--like i {
    font-size: 20px;
  }
  .page--blog.photo_blog .section--detail .icon--like .likes, .page--blog.photo_blog .section--detail .icon--like .liked {
    margin-left: 0.4em;
  }
  .page--blog.report--list .section--list .block--tit {
    margin-bottom: 0.3em;
  }
  .page--blog.report--list .section--list .block--tit .section-tit {
    font-size: 50px;
  }
  .page--blog.report--list .section--list .list--contents li {
    width: 100%;
    margin-bottom: 20px;
  }
  .page--blog.report--list .section--list .list--contents li.nologin li a:hover::before {
    content: none;
  }
  .page--blog.report--list .section--list .list--contents li.nologin li a:hover .date {
    display: none;
  }
  .page--blog.report--list .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.report--list .section--list .list--contents li.nologin .block--thumb::after {
    -webkit-backdrop-filter: blur(80px);
            backdrop-filter: blur(80px);
  }
  .page--blog.report--list .section--list .list--contents li a {
    position: relative;
  }
  .page--blog.report--list .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.report--list .section--list .list--contents li a:hover .date {
    opacity: 1;
  }
  .page--blog.report--list .section--list .list--contents li a:hover::before {
    opacity: 1;
  }
  .page--blog.report--list .section--list .list--contents li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    background: #ffffff;
    transition: opacity 0.3s;
  }
  .page--blog.report--list .section--list .list--contents li.new a .tit::after {
    content: none;
  }
  .page--blog.report--list .section--list #next {
    margin-top: 40px;
  }
  .page--blog.report--detail .section--detail {
    margin-top: 50px;
    padding-top: 0;
    width: 100%;
  }
  .page--blog.report--detail .section--detail .report--firstview {
    position: relative;
  }
  .page--blog.report--detail .section--detail .report--firstview .theme {
    width: 75%;
    margin: 0 0 0 auto;
    transform: translateY(-10px);
    padding: 1em 1.5em;
  }
  .page--blog.report--detail .section--detail .report--firstview .tit {
    font-size: 16px;
  }
  .page--blog.report--detail .section--detail .report--firstview .date {
    font-size: 12px;
  }
  .page--blog.report--detail .section--detail .ph {
    width: 95%;
    margin: 0 auto 0 0;
  }
  .page--blog.report--detail .section--detail .text--base {
    width: 90%;
    margin: 30px auto 0;
    padding: 1.6em;
  }
  .page--magazine #book {
    position: relative;
    margin-top: 2em;
  }
  .page--magazine #book li:nth-child(n+2) {
    display: none;
  }
  .page--magazine .section--list .list--contents {
    justify-content: space-between;
  }
  .page--magazine .section--list .list--contents li {
    width: 48%;
    margin-right: 0;
  }
  .page--support .section-tit {
    margin-bottom: 0.8em;
    font-size: 20px;
    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: 20px;
  }
  .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 li a {
    font-size: 12px;
    padding: 0.6em 1em;
  }
  .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 15px;
    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 .section-tit {
    margin-bottom: 1em;
    font-size: 20px;
    line-height: 1.2em;
  }
  .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--questionnaire .btn--sub {
    margin: 1.5em auto;
    text-align: center;
  }
  .page--entry .logo {
    width: 65vw;
    max-width: 300px;
    margin: 0 auto 3em;
  }
  .page--entry .txt--lead {
    width: 100%;
    margin: 0 auto 3em;
    line-height: 1.66;
  }
  .page--entry .block--contents .block--tit {
    margin-bottom: 0.3em;
    font-size: 30px;
  }
  .page--entry .block--contents.benefits {
    margin-bottom: 4em;
  }
  .page--entry .block--contents.benefits .list--content {
    flex-flow: column;
  }
  .page--entry .block--contents.benefits .list--content .block--benefit {
    width: 100%;
    margin-bottom: 1em;
    padding: 6% 5%;
  }
  .page--entry .block--contents.benefits .list--content .block--benefit .title {
    font-size: 18px;
  }
  .page--entry .block--contents.benefits .list--content .block--benefit .txt {
    margin-top: 0.8em;
    margin-bottom: 0;
  }
  .page--entry .block--contents.benefits .list--content .block--benefit .ph {
    max-width: 400px;
    margin: 1em auto 0;
  }
  .page--entry .block--contents.benefits .list--content .block--benefit .ph + p {
    margin-top: 1.2em;
  }
  .page--entry .block--contents.benefits .list--content .block--benefit:last-of-type {
    margin-bottom: 0;
  }
  .page--entry .block--contents.contents {
    margin-bottom: 4em;
  }
  .page--entry .block--contents.contents .list--content {
    flex-flow: column;
  }
  .page--entry .block--contents.contents .list--content li {
    width: 100%;
    margin-bottom: 1em;
    padding: 6% 5%;
  }
  .page--entry .block--contents.contents .list--content li .title {
    margin-bottom: 0.3em;
    font-size: 18px;
  }
  .page--entry .block--contents.contents .list--content li .txt {
    margin-top: 0.8em;
    margin-bottom: 0;
  }
  .page--entry .block--contents.first--spec .block--tit, .page--entry .block--contents.second--spec .block--tit {
    margin-bottom: 0.4em;
    font-size: 25px;
  }
  .page--entry .block--contents.first--spec tbody tr th, .page--entry .block--contents.first--spec tbody tr td, .page--entry .block--contents.second--spec tbody tr th, .page--entry .block--contents.second--spec tbody tr td {
    padding: 15px;
  }
  .page--entry .block--contents.first--spec tbody tr th, .page--entry .block--contents.second--spec tbody tr th {
    font-size: clamp(12px, 3.2vw, 14px);
  }
  .page--entry .block--contents.first--spec tbody tr td, .page--entry .block--contents.second--spec tbody tr td {
    width: 67%;
  }
  .page--entry .block--contents.first--spec {
    margin-bottom: 3em;
  }
  .page--entry .block--contents.first--spec .block--tit span {
    font-size: 11px;
  }
  .page--entry .block--contents.second--spec {
    margin-bottom: 6em;
  }
  .page--entry .block--login__fanplus {
    flex-flow: column;
    text-align: center;
  }
  .page--entry .block--login__fanplus .block--inner:first-of-type {
    margin-bottom: 3em;
  }
  .page--entry .block--login__fanplus .txt--basic.txt--login {
    margin-bottom: 0.3em;
  }
  .page--entry .block--login__fanplus .btn--main a {
    display: block;
    padding: 1.2em 4em;
  }
  .page--first_login .section--inner {
    max-width: 650px;
    margin: 0 auto;
  }
  .page--first_login .section--inner .section-tit {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .page--first_login .section--inner .block--attention {
    margin: 1em 0;
    padding: 1.5em;
    font-size: 14px;
  }
  .page--first_login .section--inner .block--lead {
    margin-bottom: 30px;
  }
  .page--first_login .section--inner .list--txt__q li a {
    font-size: 14px;
  }
  .page--first_login .section--inner .step ul {
    display: flex;
    flex-flow: column;
  }
  .page--first_login .section--inner .step ul li {
    position: relative;
    margin-bottom: 25px;
  }
  .page--first_login .section--inner .step ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    text-align: center;
  }
  .page--first_login .section--inner .step ul li span {
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 14px;
  }
  .page--first_login .section--inner .step ul li p {
    font-size: 12px;
    line-height: 1.3em;
  }
  .page--first_login .section--inner .step ul li .step--icon {
    width: 12%;
    max-width: 58px;
    margin-bottom: 1em;
  }
  .page--first_login .section--inner .step ul li .arrow {
    bottom: -22px;
    left: 50%;
    width: 9px;
    transform: translateX(-50%) rotate(90deg);
  }
  .page--first_login .section--inner .step ul li:nth-of-type(4) .step--icon {
    width: 7%;
  }
  .page--first_login .section--inner .block--step .list--step > li {
    margin-bottom: 30px;
    padding: 5%;
  }
  .page--first_login .section--inner .block--step .list--step > li .block--attention {
    padding: 16px;
  }
  .page--first_login .section--inner .block--step .list--step > li .block--attention p {
    font-size: 14px;
  }
  .page--first_login .section--inner .block--step li .block {
    margin-bottom: 30px;
  }
  .page--first_login .section--inner .block--step li .thumb {
    margin-bottom: 30px;
  }
  .page--first_login .section--inner .block--step #step5 .thumb {
    margin-bottom: 30px;
  }
  .page--first_login .section--inner .block--step .btn.entry .btn--main {
    padding: 0.8em 1em;
  }
  .page--stream {
    will-change: transform;
  }
  .page--stream .section--inner {
    width: 100%;
  }
  .page--stream .section-tit {
    margin-bottom: 0.8em;
  }
  .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 {
    /*
    &::before {
    	@include var.content(inline-block,2em,1px);
    	margin-right: .2em;
    	background-color: var.$accent-color;
    	vertical-align: .3em;
    }
    */
  }
  .page--stream .detail__btn i {
    margin-right: 0.3em;
    font-size: 13px;
  }
  .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);
    }
  }
}
/*  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;
  }
}