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

body {
  margin: 0;
}

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

hr {
  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
* ============================================================ */
/* common.scss
============================== */
html.wf-loading body {
  visibility: hidden;
  opacity: 0;
}

html body {
  opacity: 1;
  transition: opacity 0.3s;
}

html,
body {
  height: 100%;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #212121;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100vw;
  overflow-x: hidden;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Yu Mincho", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Yu Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

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

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

::selection {
  background-color: #212121;
  color: #fff;
}

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

.body--app a {
  -webkit-touch-callout: none !important;
}

a:focus,
button:focus,
label:focus,
input:focus,
iframe:focus,
textarea:focus,
[tabindex="0"]:focus {
  outline: none;
}

a:focus:focus-visible,
label:focus:focus-visible,
input:focus:focus-visible,
textarea:focus:focus-visible,
[tabindex="0"]:focus:focus-visible {
  box-shadow: 0 0 0 2px #0077ff;
  border-color: #0077ff;
  border-radius: 5px;
}

.block--pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  row-gap: 1em;
  margin: 3em auto 0;
}
.block--pager li a,
.block--pager li span {
  display: block;
  position: relative;
  padding: 0.5em 0;
}
.block--pager .pager__item--current,
.block--pager .pager__item--other {
  font-size: 1.6rem;
}
.block--pager .pager__item--current a,
.block--pager .pager__item--current span,
.block--pager .pager__item--other a,
.block--pager .pager__item--other span {
  width: 2em;
  height: 2em;
  padding-top: 0.45em;
  padding-left: 0.1em;
  border-radius: 999px;
  border: 1px solid transparent;
  text-align: center;
  line-height: 1;
}
.block--pager .pager__item--current span {
  background: #212121;
  color: #fff;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.5;
}
.block--pager .pager__item--newer {
  margin-right: 1em;
}
.block--pager .pager__item--older {
  margin-left: 1em;
}
.block--pager .pager__item--top {
  text-align: center;
  line-height: 1.6;
}

.swiper-pagination {
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: static;
  margin-top: 1em;
}
.swiper-pagination .border {
  display: block;
  width: 100px;
  height: 1px;
  background: #212121;
}

.swiper-button-prev,
.swiper-button-next {
  width: 2.5em;
  height: 2.5em;
  border-radius: 999px;
  border: 1px solid #212121;
  background: #F4FF67;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  font-size: 1em;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
  opacity: 1;
}
.swiper:hover .swiper-button-next.swiper-button-disabled,
.swiper:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
.swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 42%;
  right: auto;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid #212121;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(45deg);
}

.swiper-button-next {
  right: 0;
  transform: translateX(50%);
}
.swiper-button-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 42%;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid #212121;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}

.no-carousel .swiper-button-wrap,
.no-carousel .swiper-button-prev,
.no-carousel .swiper-button-next {
  display: none;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.6em;
  margin-top: 0.5em;
}

.txt--large {
  font-size: 1.5em;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.en {
  font-family: adobe-aldine-caption, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.text-split.round {
  display: flex;
  justify-content: center;
}
.text-split.round span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin: 0 -0.3em;
  border-radius: 999px;
  background: #fff;
  color: #212121;
}

.list--movie li a .tit,
.list--photo li a .tit,
.page--home .section--letter .item .tit,
.page--home .list--video .tit,
.page--home .list--blog .tit,
.page--home .list--viideo .tit span {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: none;
  line-height: 1.8;
}

.page--video .list--video .tit,
.page--blog .list--blog .tit {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.6em;
  line-height: 1.4;
}

.page--home .list--voice .tit span {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 6.4em;
  line-height: 1.8;
}

.ph,
.thumb {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  vertical-align: bottom;
}
.ph img,
.thumb img {
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: bottom;
}
.ph.square,
.thumb.square {
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  .ph.square,
  .thumb.square {
    position: relative;
    width: 100%;
  }
  .ph.square::before,
  .thumb.square::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .ph.square img,
  .thumb.square img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ph.wide,
.thumb.wide {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .ph.wide,
  .thumb.wide {
    position: relative;
    width: 100%;
  }
  .ph.wide::before,
  .thumb.wide::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .ph.wide img,
  .thumb.wide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ph::after,
.thumb::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}

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

.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.youtube-thumb__app iframe {
  display: none;
}
.youtube-thumb__app a {
  display: block;
  line-height: 0;
  position: relative;
}
.youtube-thumb__app a::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: no-repeat center url("/static/common/global-image/ico--play.png");
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.youtube-thumb__app a img {
  width: 100%;
  max-width: inherit;
}

.youtube-thumb__parent.youtube {
  padding-top: 0;
}

.date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  line-height: 1;
}

.page--schedule .section--detail .date,
.page--schedule .section--detail .event--start,
.page--home .area--official .list--schedule li a .date,
.page--home .area--official .list--schedule li a .event--start,
.section--list .section--inner .list--schedule li a .date,
.section--list .section--inner .list--schedule li a .event--start,
.list--schedule li a .date,
.list--schedule li a .event--start {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.page--schedule .section--detail .date,
.page--home .area--official .list--schedule li a .date,
.section--list .section--inner .list--schedule li a .date,
.list--schedule li a .date {
  gap: 10px;
}
.page--schedule .section--detail .event--start,
.page--home .area--official .list--schedule li a .event--start,
.section--list .section--inner .list--schedule li a .event--start,
.list--schedule li a .event--start {
  width: 4em;
}
.page--schedule .section--detail .year,
.page--home .area--official .list--schedule li a .year,
.section--list .section--inner .list--schedule li a .year,
.list--schedule li a .year {
  width: 100%;
  margin-bottom: 0.2em;
  font-size: 0.5em;
  font-weight: 600;
}
.page--schedule .section--detail .week,
.page--home .area--official .list--schedule li a .week,
.section--list .section--inner .list--schedule li a .week,
.list--schedule li a .week {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.6em;
  height: 1.6em;
  aspect-ratio: 1/1;
  padding-bottom: 0.1em;
  margin-left: 0.2em;
  border-radius: 999px;
  background: #212121;
  color: #fff;
  font-size: initial;
  letter-spacing: 0;
}
.page--schedule .section--detail .category,
.page--home .area--official .list--schedule li a .category,
.section--list .section--inner .list--schedule li a .category,
.list--schedule li a .category {
  font-size: 1.3rem;
  margin-bottom: 0.2em;
}

.new > a {
  position: relative;
  z-index: 1;
}
.new > a::after {
  content: "new";
  display: block;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
  padding: 0.2em 0.8em 0.4em;
  border: 1px solid #212121;
  background: #F4FF67;
  font-family: adobe-aldine-caption, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  line-height: 1;
}

.area--fc .new > a::after,
.page--member .new > a::after {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  height: 3.6em;
  border-radius: 999px;
  background: #212121;
  color: #fff;
}

.section-tit + .block--category {
  margin-top: -10px;
}

.block--category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em;
  margin-bottom: 30px;
}
.block--category li span,
.block--category li a {
  display: block;
  padding: 0.5em 1em;
  border-radius: 999px;
  border: 1px solid #212121;
  line-height: 1;
}
.block--category li.current span {
  background: #F4FF67;
}

.page--member .block--category li.current span {
  background: #212121;
  color: #fff;
}

.txtArrow {
  display: inline-block;
  font-family: adobe-aldine-caption, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-left: 0.3em;
}
.txtArrow.rotate {
  display: inline-block;
  transform: rotate(-45deg);
  margin-right: -0.8em;
}
.txtArrow.back {
  margin-left: auto;
  margin-right: 0.3em;
}

svg.arrow {
  width: 1em;
  height: 1em;
  fill: transparent;
  stroke-width: 1;
  stroke: #212121;
  overflow: hidden;
}

.arrow--wrap {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: #fff;
}
.arrow--wrap svg {
  position: static !important;
}

.fa.fa-chevron-right {
  font-size: 0.8em;
}

.svg-symbol {
  display: none !important;
}

symbol {
  overflow: visible;
}

svg {
  width: 100%;
  height: 100%;
  vector-effect: non-scaling-stroke;
  shape-rendering: geometricPrecision;
  stroke-width: 1;
  overflow: visible;
}
svg path,
svg line,
svg use {
  vector-effect: non-scaling-stroke;
  shape-rendering: geometricPrecision;
}

.ellipse04 {
  fill: #fff;
  stroke: #212121;
}
.ellipse04.black {
  fill: #212121;
}

.line svg {
  fill: transparent;
  stroke: #E3EB76;
  stroke-width: 5;
}

/* placeholder */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #c7c7c7;
}

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em 2.5em 0.5em 1em;
  border-radius: 5px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #bababa;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=date],
  button {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Yu Mincho", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@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],
  input[type=date],
  button {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Yu Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
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,
input[type=date].form__error,
button.form__error {
  background: #fff0ea;
  color: #d94242;
  border-color: #d94242;
}
input[type=text].form__error:focus, input[type=text][disabled],
input[type=tel].form__error:focus,
input[type=tel][disabled],
input[type=email].form__error:focus,
input[type=email][disabled],
input[type=password].form__error:focus,
input[type=password][disabled],
input[type=number].form__error:focus,
input[type=number][disabled],
input[type=date].form__error:focus,
input[type=date][disabled],
button.form__error:focus,
button[disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}

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

input[type=date] {
  display: inline-block;
  width: auto;
}

/* button */
button {
  border: none;
  line-height: 1;
}

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em 2.5em 0.5em 1em;
  border-radius: 5px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #bababa;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Yu Mincho", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Yu Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
textarea.form__error {
  background: #fff0ea;
  color: #d94242;
  border-color: #d94242;
}
textarea.form__error:focus, textarea[disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}

/* select */
.form__select {
  position: relative;
  display: inline-block;
}
.form__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #212121;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-45deg);
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em 2.5em 0.5em 1em;
  border-radius: 5px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #bababa;
  padding: 0.5em 2.8em 0.5em 1em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Yu Mincho", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Yu Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
.form__select select.form__error {
  background: #fff0ea;
  color: #d94242;
  border-color: #d94242;
}
.form__select select.form__error:focus, .form__select select[disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}
.form__select::after {
  position: absolute;
  left: auto;
  right: 1em;
  top: 1.4em;
  border-top: none;
  border-right: none;
}

/* searchBox */
.searchBox {
  position: relative;
}
.searchBox input[type=submit] {
  width: 1.2em;
  position: absolute;
  top: 50%;
  right: 0.5em;
  z-index: 2;
  transform: translateY(-50%);
  border: none;
  color: #212121;
  background: transparent;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}

/* checkbox */
.form__checkbox label {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Yu Mincho", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Yu Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
.form__checkbox label p {
  position: relative;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.form__checkbox .form__error {
  color: #d94242;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  top: 50%;
  left: 0;
  border: 1px solid #212121;
  margin: -0.6em 0 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8em;
  height: 0.4em;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
  margin: -0.25em 0 0;
  border: 2px solid #212121;
  border-top: none;
  border-right: none;
}
.form__checkbox :checked ~ p::before {
  border-color: #212121;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Yu Mincho", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Yu Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
.form__radio label p {
  position: relative;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.form__radio .form__error {
  color: #d94242;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #212121;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #212121;
  border-width: 0.3em;
}

/* post,confirm */
.form--post dl,
.form--confirm dl {
  margin: 1em auto 2em;
  padding: 5%;
  border-radius: 5px;
  background: #fff;
  color: #212121;
}
.form--post dt,
.form--confirm dt {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
.form--post dd,
.form--confirm dd {
  margin-bottom: 2em;
  font-size: 1.6rem;
}
.form--post dd:last-child,
.form--confirm dd:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.form--post dd img,
.form--confirm dd img {
  max-width: 500px;
  margin-top: 5px;
}
.form--post .form--horizontal li,
.form--confirm .form--horizontal li {
  display: inline-block;
}
.form--post .form--horizontal li div,
.form--confirm .form--horizontal li div {
  display: inline-block;
}

.section-tit + .form--post,
.section-tit + .form--confirm {
  margin-top: 1em;
}

.form--confirm dt {
  font-size: 1.3rem;
}

/* error */
.block--error {
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 5px;
  background: #fff0ea;
  color: #d94242;
  font-weight: 500;
}

.icon--required,
.required,
.icon--optional,
.optional {
  display: inline-block;
  padding: 0.3em 0.5em;
  margin-left: 1em;
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 1;
}

/* required */
.icon--required,
.required {
  background: #d94242;
  color: #fff;
}
.icon--required::before,
.required::before {
  content: "必須";
}

/* optional */
.icon--optional,
.optional {
  background: #ddd;
  color: #212121;
}
.icon--optional::before,
.optional::before {
  content: "任意";
}

.btn-base-style, .content--main > section:not([class^=section--]) > .txtArea .btn .main,
.content--main > section:not([class^=section--]) > .btn .main,
.content--main > section:not([class^=section--]) input[type=button],
.content--main:not(:has([class^=section--])) > .txtArea .btn .main,
.content--main:not(:has([class^=section--])) > .btn .main,
.content--main:not(:has([class^=section--])) input[type=button], .content--main > form input[type=submit],
.btn--main,
input.btn--main,
.btn--sub,
input.btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  color: #212121;
}

.btn {
  width: 100%;
  max-width: 350px;
  margin: 1em auto;
  text-align: center;
}

.content--main > form input[type=submit],
.btn--main,
input.btn--main,
.btn--sub,
input.btn--sub {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 1.2em 2em;
  border-radius: 0;
  border: 1px solid #212121;
  letter-spacing: 0.1em;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}

.btn--main,
input.btn--main {
  background: #212121;
  color: #fff;
}

.content--main > form input[type=submit],
.btn--sub,
input.btn--sub {
  background: transparent;
  color: #212121;
}

.txt--sub + .btn {
  margin-top: 0.5em;
}

/* detail__btn */
.detail__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.detail__btn a {
  display: flex;
  padding: 1em 0;
  align-items: center;
  gap: 0.5em;
  padding: 1em 0;
}
.detail__btn a .arrow {
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.5em;
  transform: rotate(-90deg);
  stroke: #212121;
  stroke-width: 1px;
}

.section--list .detail__btn {
  margin: 30px auto 0;
}

.confirm .detail__btn,
.post .detail__btn {
  margin: 0 auto;
}
.confirm .detail__btn a,
.post .detail__btn a {
  font-family: revert;
}

/* report-btn */
.report-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
}
.report-btn a {
  padding: 0.2em 0.5em;
  background: #ddd;
  border-radius: 3px;
  line-height: 1;
  font-size: 1.2rem;
}

/* list__more */
.list__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 0.5em;
  font-weight: 600;
  white-space: nowrap;
}

.list__more.fc {
  margin-top: 0.7em;
}
.list__more.fc a {
  display: block;
  position: relative;
  z-index: 10;
  padding: 0.7em;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.list__more.fc a .ellipse04 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: auto;
  height: 100%;
}

.page--notice .list--info li a,
.page--notice .list--info li.no-data span,
.page--notice .list--info li > span,
.list--information li a,
.list--information li.no-data span,
.list--information li > span,
.list--schedule li a,
.list--schedule li.no-data span,
.list--schedule li > span,
.list--video li a,
.list--video li.no-data span,
.list--video li > span,
.list--disco li a,
.list--disco li.no-data span,
.list--disco li > span,
.list--movie li a,
.list--movie li.no-data span,
.list--movie li > span {
  position: relative;
  display: block;
  border: 1px solid #212121;
  background: #fff;
}
.page--notice .list--info li a,
.list--information li a,
.list--schedule li a,
.list--video li a,
.list--disco li a,
.list--movie li a {
  position: relative;
}
.page--notice .list--info li .date,
.page--notice .list--info li .tit,
.list--information li .date,
.list--information li .tit,
.list--schedule li .date,
.list--schedule li .tit,
.list--video li .date,
.list--video li .tit,
.list--disco li .date,
.list--disco li .tit,
.list--movie li .date,
.list--movie li .tit {
  letter-spacing: 0.08em;
}
.page--notice .list--info li .date,
.list--information li .date,
.list--schedule li .date,
.list--video li .date,
.list--disco li .date,
.list--movie li .date {
  margin-bottom: 0.8em;
}
.page--notice .list--info li .arrow,
.list--information li .arrow,
.list--schedule li .arrow,
.list--video li .arrow,
.list--disco li .arrow,
.list--movie li .arrow {
  position: absolute;
}

/* list--information.fc */
.list--information.fc .quotation {
  position: absolute;
  top: -1.2em;
  left: 10px;
  width: 2em;
  height: 2em;
  fill: #24B3FF;
}
.list--information.fc .new > a::after {
  top: -15px;
  left: auto;
  right: 10px;
}
.list--information.fc li a,
.list--information.fc li span {
  border: none;
}

/* list--video */
.section--list .list--video li a,
.list--video li a {
  padding: 10px;
}
.section--list .list--video li a .tit,
.list--video li a .tit {
  margin-top: 10px;
}
.section--list .list--video li a .arrow,
.list--video li a .arrow {
  bottom: 10px;
  right: 10px;
}

.list--movie li a,
.list--blog li a,
.list--photo li a {
  display: block;
  position: relative;
  border: none;
  background: #fff;
}
.list--movie li.new > a::after,
.list--blog li.new > a::after,
.list--photo li.new > a::after {
  top: -10px;
  left: auto;
  right: -10px;
}
.list--movie li .thumb,
.list--blog li .thumb,
.list--photo li .thumb {
  aspect-ratio: 16/9;
}
.list--movie li .date,
.list--blog li .date,
.list--photo li .date {
  font-size: 1.3rem;
}

.list--movie li a .list__txt,
.list--photo li a .list__txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.list--movie li a .list__txt .date,
.list--movie li a .list__txt .tit,
.list--photo li a .list__txt .date,
.list--photo li a .list__txt .tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 40px);
  padding: 10px;
  background: #fff;
  line-height: 1;
}
.list--movie li a .list__txt .date:not(.notitle),
.list--photo li a .list__txt .date:not(.notitle) {
  margin-bottom: -10px;
}
.list--movie li a .list__txt .date,
.list--photo li a .list__txt .date {
  margin-bottom: 0;
}

.list--blog li a .thumb {
  margin-bottom: 15px;
}
.list--blog li a .thumb.memberOnly::before {
  content: "太客倶楽部限定";
  display: block;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  font-size: min(3rem, 5vw);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.list--blog li a .thumb.memberOnly::after {
  background: rgba(224, 224, 224, 0.3);
  z-index: 0;
}
.list--blog li a .thumb.memberOnly img {
  filter: blur(10px) brightness(0.7);
}
.list--blog li a .date {
  margin-bottom: 0.5em;
}

.list--movie li a .tit {
  line-height: 1;
  max-height: none;
  max-width: 100%;
  white-space: nowrap;
}

/* list--login */
.list--login {
  display: flex;
  gap: 1.5em;
}
.list--login li a {
  display: block;
  position: relative;
  z-index: 10;
  padding: 0.9em;
  line-height: 1;
  letter-spacing: 0.1em;
}
.list--login li a .ellipse04 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: auto;
  height: 100%;
}
.list--login li.mypage a {
  padding: 1.2em;
}

/* list--sns */
.list--sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.list--sns li a {
  display: flex;
  align-items: center;
  padding: 10px;
  font-family: adobe-aldine-caption, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.list--sns li a svg {
  width: 1em;
  height: 1em;
}
.list--sns li a .txt {
  margin-left: 0.4em;
  font-size: 1.3rem;
}
.list--sns li.other + li.other {
  margin-left: -5px;
}

/* list--commnet */
.header {
  position: absolute;
  z-index: 100;
}
.header .logo img {
  pointer-events: none;
}

.logo a {
  display: block;
}

.page--home .header > .logo {
  opacity: 0;
  pointer-events: none;
}

.drawer__btn {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  right: 0;
  z-index: 10001;
  width: 80px;
  height: 50px;
  padding: 10px 0;
  cursor: pointer;
  mix-blend-mode: difference;
}
.drawer__btn::before, .drawer__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #212121;
  transition: 0.3s;
}
.drawer__btn::before {
  top: calc(50% - 5px);
}
.drawer__btn::after {
  top: calc(50% + 5px);
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 900;
  max-height: 100vh;
  max-height: 100dvh;
  pointer-events: none;
  transform-origin: top right;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.07, 1);
}
.drawer .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 100vh;
  max-height: 100dvh;
  background: #212121;
  overflow: auto;
}
.drawer a {
  pointer-events: none;
  line-height: 1;
  padding: 10px;
}
.drawer .g-nav {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.drawer .nav--contents__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 0.5em;
}
.drawer .nav--contents__list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.drawer .nav--contents__list li a {
  display: block;
  padding: 0.5em 0;
}
.drawer .nav--contents__list li a .tag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  font-family: adobe-aldine-caption, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #212121;
}
.drawer .nav--official {
  color: #fff;
}
.drawer .nav--official .logo {
  margin-bottom: 20px;
}
.drawer .nav--official .logo a {
  padding: 0;
}
.drawer .nav--official svg {
  fill: #fff;
}
.drawer .list--sns {
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: -5px;
}
.drawer .nav--fc {
  background: #F4FF67;
}
.drawer .block--login {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.drawer .list--login {
  gap: 1em;
}
.drawer .list--login li a {
  font-size: 1.4rem;
}

/* drawer-visible */
.drawer-visible a {
  pointer-events: auto;
}
.drawer-visible .drawer__btn::before, .drawer-visible .drawer__btn::after {
  top: 50%;
  background: #fff;
}
.drawer-visible .drawer__btn::before {
  transform: rotate(15deg);
}
.drawer-visible .drawer__btn::after {
  transform: rotate(-15deg);
}
.drawer-visible .drawer {
  pointer-events: auto;
  transform: translateX(0);
}

.footer {
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.footer a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.footer .logo {
  margin-bottom: 40px;
}
.footer .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .list--app {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
.footer .list--app li a {
  display: block;
}
.footer .list--app li img {
  height: 40px;
  width: auto;
}
.footer .list--support li a {
  padding: 0.5em;
  font-size: 1.4rem;
}
.footer .copyright {
  font-size: 1rem;
  margin-bottom: 30px;
}

.page--home .footer {
  position: relative;
}
.page--home .footer .inner {
  min-height: 100vh;
  min-height: 100svh;
}
.page--home .footer .block--lyric {
  position: absolute;
  bottom: 0;
  bottom: calc(100vh - 100svh);
  left: 0;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  pointer-events: none;
}
.page--home .footer .block--lyric .item_lyric {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s 0.8s;
  will-change: transform;
}
.page--home .footer .block--lyric.is-active .item_lyric {
  opacity: 1;
}
.page--home .footer #lyricCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  pointer-events: none;
}

.wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100%;
}
.wrap .content--main {
  min-height: calc(100vh - 48px);
  opacity: 1;
  transition: opacity 0.3s;
}

.wrap,
.footer {
  background: #fff;
}
.wrap::before,
.footer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-image: url(/static/creephyp/renewal/common/noise.webp);
  background-size: 300px;
  background-repeat: repeat;
  opacity: 0.05;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.section-tit {
  line-height: 1.2;
  font-weight: 400;
}

.section--list,
.section--detail {
  position: relative;
  z-index: 1;
  min-height: 85vh;
}
.section--list .section--inner,
.section--detail .section--inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.section--list .btn_pop,
.section--detail .btn_pop {
  position: fixed;
  right: -1px;
  z-index: 30;
}
.section--list .btn_pop a,
.section--detail .btn_pop a {
  display: block;
  padding: 15px 20px 15px 30px;
  border-radius: 999px 0 0 999px;
  border: 1px solid #212121;
  background: #F4FF67;
  color: #212121;
  box-shadow: 5px 5px 0 #212121;
}

/* section--list */
.section--list .section-tit {
  margin-bottom: 30px;
}

/* section--detail */
.section--detail .section--inner .section-tit + .date {
  margin-bottom: 0;
  margin-top: 1.5em;
  font-size: 1.3rem;
}
.section--detail .section--inner .section-tit {
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.section--detail .section--inner > .txt {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}
.section--detail .section--inner > .txt::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #212121, #212121 3px, transparent 3px, transparent 6px);
}
.section--detail .section--inner > .txt iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.section--detail .section--inner > .txt .ph,
.section--detail .section--inner > .txt .block--player,
.section--detail .section--inner > .txt .youtube {
  margin: 10px 0;
}
.section--detail .section--inner > .txt a,
.section--detail .section--inner .txt > a {
  text-decoration: underline;
}
.section--detail.complete {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  margin: 0 auto;
}
.section--detail.complete .tit {
  font-size: 1.25em;
}

.page--blog .section--detail .section--inner,
.page--movie .section--detail .section--inner,
.page--info.page--member .section--detail .section--inner {
  background: #fff;
}

/* share */
.block--share {
  display: flex;
  align-items: center;
}
.block--share .tit {
  opacity: 0.8;
  font-family: adobe-aldine-caption, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  margin-right: 0.5em;
}
.block--share li {
  display: inline-block;
  font-size: 1.8rem;
}
.block--share li a {
  padding: 0.2em;
}
.block--share li svg {
  width: 1em;
  margin-bottom: -0.15em;
  fill: #212121;
}

/* page--member */
.page--member {
  background: #E3EB76;
}
.page--member .wrap,
.page--member .footer {
  background: #E3EB76;
}
.page--member .wrap::before,
.page--member .footer::before {
  opacity: 0.5;
  mix-blend-mode: overlay;
}
.page--home {
  overflow-y: hidden;
}
.page--home .header,
.page--home .footer,
.page--home .wrap {
  opacity: 0;
}

/* loading */
#loading {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  background: #000;
  opacity: 1;
  transition: opacity 0.3s;
}
#loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
}

.page--home.open {
  overflow-y: auto;
}
.page--home.open #loading {
  opacity: 0;
}
.page--home.open .header,
.page--home.open .footer,
.page--home.open .wrap {
  opacity: 1;
}

/* timecard_pop */
.timecard_pop {
  position: fixed;
  right: 0;
  bottom: 140px;
  width: 150px;
  z-index: 999;
  transition: transform 0.4s 0.15s;
}
.timecard_pop a {
  display: block;
}
.timecard_pop img {
  pointer-events: none;
}

/* entry pop */
.entry_pop {
  position: fixed;
  right: -1px;
  bottom: 30px;
  padding: 1.8em 1.5em 3.2em 3em;
  border: 1px solid #212121;
  border-radius: 999px 0 0 999px;
  background: #F4FF67;
  font-size: 1rem;
  text-align: center;
  z-index: 999;
  box-shadow: 5px 5px 0 #212121;
  transition: transform 0.4s;
}
.entry_pop a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.entry_pop .txt {
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.entry_pop .logo {
  width: 12em;
}
.entry_pop .join {
  position: absolute;
  bottom: 0;
  left: calc(50% + 0.5em);
  transform: translate(-50%, 50%);
  padding: 0.5em;
  font-family: adobe-aldine-caption, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 1.3rem;
  white-space: nowrap;
}
.entry_pop .ellipse04 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: auto;
  height: 100%;
}

.mainvisual-complete.is-scroll .timecard_pop,
.mainvisual-complete.is-scroll .entry_pop {
  transform: translateX(0);
}

.page--home.mainvisual-complete.is-scroll.is-footer .timecard_pop,
.page--home:not(.mainvisual-complete.is-scroll) .timecard_pop,
.is-footer .entry_pop,
.page--home.mainvisual-complete.is-scroll.is-footer .entry_pop,
.page--home:not(.mainvisual-complete.is-scroll) .entry_pop {
  transform: translateX(120%);
}

/* app-bnr */
#bnrApp {
  display: none;
  position: fixed;
  z-index: 5;
  font-weight: 300;
  transition: transform 0.3s;
  transform: translateY(-100%);
}
#bnrApp a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  line-height: 1.4em;
  background: #212121;
  padding: 10px 30px 10px 45px;
  font-size: 13px;
  color: #fff;
  transition: none;
}
#bnrApp a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
#bnrApp .icon {
  width: 65px;
  float: left;
  line-height: 0;
  margin: 0 15px 0 0;
}
#bnrApp .icon img {
  background: url(/static/creephyp/renewal/common/icon_bnr_appli.svg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
#bnrApp .txt {
  overflow: hidden;
  flex: 1;
  font-size: min(1.3rem, 3.4vw);
  letter-spacing: 0.08em;
}
#bnrApp .txt span {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
#bnrApp .close {
  width: 45px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: auto;
}
#bnrApp .close::before, #bnrApp .close::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.2em;
  height: 1px;
  top: 50%;
  left: 14px;
  margin-top: -1px;
  background: #fff;
  border-radius: 2px;
}
#bnrApp .close::before {
  transform: rotate(-45deg);
}
#bnrApp .close::after {
  transform: rotate(45deg);
}

.mainvisual-complete #bnrApp {
  transform: translateY(0);
}

.bnr-removed #bnrApp,
.bnr-on.drawer-visible #bnrApp {
  transform: translateY(-100%);
}

.bnr-on .drawer__btn {
  transition: 0.3s;
}

.bnr-on.mainvisual-complete .drawer__btn {
  top: 80px;
}

.bnr-on.mainvisual-complete.drawer-visible .drawer__btn {
  top: 15px;
}

/* home */
.page--home {
  /* section--hero */
  /* section--banner */
  /* area--official */
  /* section--media */
  /* section--live */
  /* section--media */
  /* section--live */
  /* section--video */
  /* area--fc */
  /* section--login */
  /* section--information.fc */
  /* section--movie */
  /* section--blog */
  /* section--voice */
  /* section--letter */
  /* section--bbs */
  /* section--jumbo */
}
.page--home .drawer__btn::before,
.page--home .drawer__btn::after {
  background: #fff;
  transition: 0.3s;
}
.page--home.mainvisual-delay .drawer__btn::before,
.page--home.mainvisual-delay .drawer__btn::after {
  background: #212121;
}
.page--home.mainvisual-delay.drawer-visible .drawer__btn::before,
.page--home.mainvisual-delay.drawer-visible .drawer__btn::after {
  background: #fff;
}
.page--home .content--main {
  overflow: hidden;
}
.page--home .section--hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  margin-bottom: 30px;
  overflow: hidden;
}
.page--home .section--hero .mainvisual--logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 1;
  transition: 0.3s;
  pointer-events: none;
}
.page--home .section--hero .mainvisual--logo .logo {
  fill: #fff;
}
.page--home .section--hero .mainvisual--logo_sub {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.page--home .section--hero .mainvisual {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  pointer-events: none;
}
.page--home .section--hero .mainvisual::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.3);
  z-index: 5;
  transition: 0.3s;
}
.page--home .section--hero .mainvisual img {
  opacity: 0;
}
.page--home .section--hero .mainvisual video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page--home .section--hero .mainvisual video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.page--home .section--hero .mainvisual video::-webkit-media-controls-overlay-enclosure {
  display: none !important;
}
.page--home .section--hero .list--sns {
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}
.page--home .section--hero .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160vw;
  z-index: -1;
  pointer-events: none;
}
.page--home .section--hero .scroll {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: adobe-aldine-caption, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  color: #fff;
  transition: 0.3s;
  pointer-events: none;
}
.page--home .section--hero .scroll::after {
  content: "";
  display: block;
  position: static;
  width: 1px;
  height: 70px;
  margin-top: 10px;
  background: #fff;
  animation: scroll 2s infinite;
  transition: 0.3s;
}
.page--home .section--hero.mainvisual-delay .mainvisual--logo,
.page--home .section--hero.mainvisual-delay .mainvisual::before {
  opacity: 0;
}
.page--home .section--hero.mainvisual-delay .mainvisual--logo_sub,
.page--home .section--hero.mainvisual-delay .list--sns {
  opacity: 1;
}
.page--home .section--hero.mainvisual-delay .scroll {
  color: #212121;
}
.page--home .section--hero.mainvisual-delay .scroll::after {
  background: #212121;
}
.page--home .section--banner .no-carousel .list--bnr {
  display: flex;
  justify-content: center;
}
.page--home .section--banner .swiper {
  overflow: visible;
}
.page--home .section--banner .swiper-slide a {
  display: block;
  border: 1px solid #212121;
  box-shadow: 6px 6px 0 #212121;
}
.page--home .section--banner.fc .swiper {
  position: relative;
  z-index: 10;
}
.page--home .section--banner.fc .swiper::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: #212121;
}
.page--home .section--banner.fc .swiper-slide {
  transition: transform 0.3s ease;
}
.page--home .area--official .block--tit {
  display: flex;
  align-items: flex-end;
  gap: 1em;
}
.page--home .area--official .phArea {
  position: relative;
  pointer-events: none;
  opacity: 1;
}
.page--home .area--official .phArea img {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: -webkit-clip-path 0.6s;
  transition: clip-path 0.6s;
  transition: clip-path 0.6s, -webkit-clip-path 0.6s;
}
.page--home .area--official .phArea .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 120vw;
  transition: -webkit-clip-path 1s;
  transition: clip-path 1s;
  transition: clip-path 1s, -webkit-clip-path 1s;
}
.page--home .area--official .phArea.area01 img, .page--home .area--official .phArea.area03 img {
  aspect-ratio: 3/2;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.page--home .area--official .phArea.area01 .line, .page--home .area--official .phArea.area03 .line {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.page--home .area--official .phArea.area02 img {
  aspect-ratio: 7/3;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.page--home .area--official .phArea.area02 .line {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.page--home .area--official .phArea.delighter.started.area01 img,
.page--home .area--official .phArea.delighter.started.area01 .line, .page--home .area--official .phArea.delighter.started.area02 img,
.page--home .area--official .phArea.delighter.started.area02 .line, .page--home .area--official .phArea.delighter.started.area03 img,
.page--home .area--official .phArea.delighter.started.area03 .line {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.page--home .section--media .list--schedule li.new > a::after {
  border-radius: 0 10px;
}
.page--home .section--live {
  display: flex;
}
.page--home .section--live .block--tit {
  writing-mode: vertical-rl;
  align-items: center;
}
.page--home .section--live .block--tit .list__more {
  margin: 0;
}
.page--home .section--live .block--tit .list__more .txtArrow {
  margin: 0.3em 0 0;
}
.page--home .section--live .list__more a .txtArrow {
  vertical-align: text-top;
}
.page--home .section--live .list--schedule {
  flex-grow: 1;
}
.page--home .section--live .list--schedule li a, .page--home .section--live .list--schedule li.no-data span, .page--home .section--live .list--schedule li.new > a::after {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 999px;
}
.page--home .section--live .list--schedule li.new > a::after {
  height: 3.6em;
}
.page--home .section--live .list--schedule li a {
  position: relative;
}
.page--home .section--live .list--schedule li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.page--home .section--live .list--schedule li a .tit {
  min-height: 4.8em;
  line-height: 1.6;
  text-align: center;
}
.page--home .section--live .list--schedule li .list__txt {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page--home .section--live .list--schedule li .arrow {
  right: 50%;
  transform: translateX(50%);
}
.page--home .section--video #listVideo {
  width: 90%;
}
.page--home .section--video .swiper {
  overflow: visible;
}
.page--home .section--video .list--video li {
  margin-top: 0;
}
.page--home .section--video .list--video li a {
  padding: 10px;
}
.page--home .section--video .list--video li .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 5px 10px;
}
.page--home .area--fc .contents--wrap {
  position: relative;
}
.page--home .area--fc .contents--wrap [class^=section--] {
  position: relative;
  width: 95vw;
  transition: transform 0.6s;
}
.page--home .area--fc .contents--wrap [class^=section--]:nth-child(odd).delighter .section--inner {
  transform: translate(-10vw, 20vh) rotate(5deg);
}
.page--home .area--fc .contents--wrap [class^=section--]:nth-child(even).delighter .section--inner {
  transform: translate(10vw, 20vh) rotate(-5deg);
}
.page--home .area--fc .contents--wrap [class^=section--]:nth-child(odd).delighter.started .section--inner, .page--home .area--fc .contents--wrap [class^=section--]:nth-child(even).delighter.started .section--inner {
  transform: translate(0, 0) rotate(0);
}
.page--home .area--fc .contents--wrap [class^=section--]:nth-child(1) {
  z-index: 30;
}
.page--home .area--fc .contents--wrap [class^=section--]:nth-child(2) {
  z-index: 40;
}
.page--home .area--fc .contents--wrap [class^=section--]:nth-child(3) {
  z-index: 50;
}
.page--home .area--fc .contents--wrap [class^=section--]:nth-child(4) {
  z-index: 60;
}
.page--home .area--fc .contents--wrap [class^=section--]:nth-child(5) {
  z-index: 70;
}
.page--home .area--fc .contents--wrap [class^=section--]:nth-child(6) {
  z-index: 80;
}
.page--home .area--fc .contents--wrap [class^=section--]:nth-child(7) {
  z-index: 90;
}
.page--home .area--fc .contents--wrap [class^=section--] .section--inner {
  position: relative;
  border: 1px solid #212121;
  transform-origin: center center;
  will-change: transform;
}
.page--home .area--fc .contents--wrap [class^=section--] .section--inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/creephyp/renewal/common/noise.webp);
  background-size: 300px;
  opacity: 0.5;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.page--home .area--fc .contents--wrap [class^=section--]:nth-child(odd) {
  margin-right: auto;
  margin-left: -1px;
}
.page--home .area--fc .contents--wrap [class^=section--]:nth-child(even) {
  margin-left: auto;
  margin-right: -1px;
}
.page--home .area--fc .block--tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page--home .area--fc .section-tit {
  font-weight: 400;
}
.page--home .area--fc .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: adobe-aldine-caption, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  line-height: 1;
}
.page--home .section--login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page--home .section--login .block--logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.page--home .section--login .list--login li a {
  color: #fff;
}
.page--home .section--information.fc .section--inner {
  background-color: #E3EB76;
}
.page--home .section--information.fc .section--inner .list--information.fc li a,
.page--home .section--information.fc .section--inner .list--information.fc li span {
  border: none;
}
.page--home .section--movie .section--inner {
  background-color: #f28fc7;
}
.page--home .section--movie .section--inner .list--movie li a .date {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  margin: 0;
  background: #fff;
}
.page--home .section--blog .section--inner {
  background-color: #E0E0E0;
  overflow: hidden;
  min-height: 100vh;
}
.page--home .section--blog .section--inner .bookGrid {
  display: grid;
  grid-template-columns: auto 0;
  cursor: pointer;
}
.page--home .section--blog .section--inner .bookFront,
.page--home .section--blog .section--inner .book .list__more {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.page--home .section--blog .section--inner .book.open .bookGrid {
  grid-template-columns: auto min(300px, 95vw - (min(3.4rem, 6vh) * 2 + 60px));
}
.page--home .section--blog .section--inner .book.open .bookFront,
.page--home .section--blog .section--inner .book.open .list__more {
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.page--home .section--voice .section--inner {
  background-color: #47CE8B;
}
.page--home .section--voice .section--inner .block--tit {
  margin-bottom: 30px;
}
.page--home .section--voice .section--inner .lead {
  position: relative;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  text-align: center;
}
.page--home .section--voice .section--inner .lead span {
  display: block;
  position: relative;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  border-radius: 999px;
  border: 1px solid #212121;
  background: #E56EAE;
  color: #fff;
  letter-spacing: 0.08em;
}
.page--home .section--voice .section--inner .lead::before, .page--home .section--voice .section--inner .lead::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  border: 1px solid #212121;
}
.page--home .section--voice .section--inner .lead::before {
  top: 5px;
  left: 5px;
}
.page--home .section--voice .section--inner .lead::after {
  top: 10px;
  left: 10px;
}
.page--home .section--voice .section--inner .list--voice li.new > a::after {
  top: 5px;
  left: auto;
  right: 10px;
}
.page--home .section--voice .section--inner .list--voice li a {
  display: block;
  position: relative;
  height: 100%;
}
.page--home .section--voice .section--inner .list--voice li a .date {
  position: relative;
  z-index: 10;
  margin: 0;
  border-bottom: none;
  background: #fff;
}
.page--home .section--voice .section--inner .list--voice li a .date::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: calc(100% - 5px);
  z-index: -1;
  top: 5px;
  right: -5px;
  background: #212121;
}
.page--home .section--voice .section--inner .list--voice li a .list__txt {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page--home .section--voice .section--inner .list--voice li a .tit {
  flex-grow: 1;
  background: #fff;
  box-shadow: 5px 5px 0 #212121;
}
.page--home .section--voice .section--inner .list--voice li a .arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.page--home .section--letter .section--inner {
  background-color: #56C8DD;
}
.page--home .section--letter .section--inner .block--tit {
  justify-content: center;
  margin-bottom: 30px;
}
.page--home .section--letter .section--inner .lead {
  display: block;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  padding: 20px 40px 40px 30px;
  text-align: center;
}
.page--home .section--letter .section--inner .lead .polygon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 130%;
  height: 130%;
  fill: #F4FF67;
  stroke: #212121;
}
.page--home .section--letter .section--inner .item {
  position: relative;
  margin: 0 auto 20px;
}
.page--home .section--letter .section--inner .item a {
  display: block;
  background: #fff;
}
.page--home .section--letter .section--inner .item .thumb.memberOnly::before {
  content: "太客倶楽部限定";
  display: block;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  font-size: min(3rem, 5vw);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.page--home .section--letter .section--inner .item .thumb.memberOnly::after {
  background: rgba(86, 200, 221, 0.3);
  z-index: 0;
}
.page--home .section--letter .section--inner .item .thumb.memberOnly img {
  filter: blur(10px) brightness(0.7);
}
.page--home .section--letter .section--inner .item .list__txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page--home .section--letter .section--inner .item .list__txt .date,
.page--home .section--letter .section--inner .item .list__txt .tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 40px);
  padding: 10px;
  background: #fff;
  line-height: 1;
}
.page--home .section--letter .section--inner .item .list__txt .date {
  padding-bottom: 0;
  font-size: 0.85em;
}
.page--home .section--letter .section--inner .list__more {
  margin: 0 auto;
}
.page--home .section--bbs .section--inner {
  background-color: #0065CB;
  color: #fff;
}
.page--home .section--bbs .section--inner .block--tit {
  justify-content: center;
  margin-bottom: 30px;
}
.page--home .section--bbs .section--inner .lead {
  text-align: center;
}
.page--home .section--bbs .section--inner .lead span {
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 5%, #fff 0%);
  color: #0065CB;
}
.page--home .section--bbs .section--inner .item {
  margin: 0 auto;
}
.page--home .section--bbs .section--inner .item a {
  display: block;
  position: relative;
  z-index: 10;
}
.page--home .section--bbs .section--inner .item .frame {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: 55%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}
.page--home .section--bbs .section--inner .item .frame span {
  position: absolute;
  top: -5px;
  height: calc(100% + 10px);
}
.page--home .section--bbs .section--inner .item .frame span::before, .page--home .section--bbs .section--inner .item .frame span::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: #80A7DF;
}
.page--home .section--bbs .section--inner .item .frame span::before {
  top: 0;
}
.page--home .section--bbs .section--inner .item .frame span::after {
  bottom: 0;
}
.page--home .section--bbs .section--inner .item .frame span:nth-child(1) {
  left: -5px;
}
.page--home .section--bbs .section--inner .item .frame span:nth-child(2) {
  right: 5px;
}
.page--home .section--bbs .section--inner .item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: 91%;
  background-size: contain;
}
.page--home .section--bbs .section--inner .list__more {
  margin: 0 auto;
  color: #212121;
}
.page--home .section--jumbo .section--inner {
  background-color: #3E3E3E;
  color: #fff;
}
.page--home .section--jumbo .section--inner .block--tit {
  justify-content: center;
  margin-bottom: 30px;
}
.page--home .section--jumbo .section--inner .text-split.round06, .page--home .section--jumbo .section--inner .text-split.round03 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0.3em;
  background-size: contain;
}
.page--home .section--jumbo .section--inner .text-split.round06 span, .page--home .section--jumbo .section--inner .text-split.round03 span {
  background: transparent;
  color: #fff;
}
.page--home .section--jumbo .section--inner .text-split.round06 {
  background-image: url(/static/creephyp/renewal/home/round06.svg);
}
.page--home .section--jumbo .section--inner .text-split.round03 {
  background-image: url(/static/creephyp/renewal/home/round03.svg);
}
.page--home .section--jumbo .section--inner .item {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.page--home .section--jumbo .section--inner .item::before, .page--home .section--jumbo .section--inner .item::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.page--home .section--jumbo .section--inner .item::before {
  background-image: url(/static/creephyp/renewal/home/jumbo_bgL.svg);
}
.page--home .section--jumbo .section--inner .item::after {
  background-image: url(/static/creephyp/renewal/home/jumbo_bgR.svg);
}
.page--home .section--jumbo .section--inner .item a {
  display: block;
  position: relative;
  z-index: 10;
}
.page--home .section--jumbo .section--inner .item .frame {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: 55%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}
.page--home .section--jumbo .section--inner .item .frame span {
  position: absolute;
  top: -5px;
  height: calc(100% + 10px);
}
.page--home .section--jumbo .section--inner .item .frame span::before, .page--home .section--jumbo .section--inner .item .frame span::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: #80A7DF;
}
.page--home .section--jumbo .section--inner .item .frame span::before {
  top: 0;
}
.page--home .section--jumbo .section--inner .item .frame span::after {
  bottom: 0;
}
.page--home .section--jumbo .section--inner .item .frame span:nth-child(1) {
  left: -5px;
}
.page--home .section--jumbo .section--inner .item .frame span:nth-child(2) {
  right: 5px;
}
.page--home .section--jumbo .section--inner .item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: 47%;
  background-size: contain;
}
.page--home .section--jumbo .section--inner .list__more {
  margin: 0 auto;
  color: #212121;
}
.page--home .section--jumbo .section--inner .list__more a {
  padding: 0.9em;
}

body.lowpower-mode .section--hero .scroll,
body.lowpower-mode .section--hero .mainvisual--logo {
  opacity: 0 !important;
}
body.lowpower-mode .section--hero .mainvisual--logo_sub,
body.lowpower-mode .section--hero .list--sns {
  opacity: 1 !important;
}
body.lowpower-mode .section--hero .mainvisual {
  position: relative;
  aspect-ratio: 1.618/1;
}
body.lowpower-mode .section--hero .mainvisual::before {
  display: none;
}
body.lowpower-mode .section--hero .mainvisual img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  z-index: 2;
}
body.lowpower-mode .section--hero #heroVideoPc,
body.lowpower-mode .section--hero #heroVideoSp {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.page--info .section--detail .block--tit {
  padding: 0 5px;
}
.page--info .section--detail .block--tit .block--date {
  display: flex;
  align-items: flex-end;
}
.page--info .section--detail .block--tit .category {
  margin-top: 1em;
}
.page--info .section--detail .block--tit .tit {
  display: flex;
  align-items: center;
}
.page--info .section--detail .block--txt {
  position: relative;
  z-index: 1;
  min-height: 40vh;
  font-size: 14px;
}
.page--info.regular .block-tit {
  font-size: min(3rem, 6vw);
}
.page--info.regular .list--information + .block-tit {
  margin-top: 60px;
}
.page--info.regular .txt--sub.limited {
  background: linear-gradient(transparent 50%, #F4FF67 0%);
}

.page--video .section--detail .section--inner > .txt .youtube {
  margin: 0;
}

.page--disco .list--disco li a {
  display: flex;
  padding: 0;
}
.page--disco .list--disco li a .thumb {
  position: relative;
  aspect-ratio: 1/1;
  background: #676767;
}
@supports not (aspect-ratio: 1/1) {
  .page--disco .list--disco li a .thumb {
    height: 0;
    padding-top: 100%;
  }
  .page--disco .list--disco li a .thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.page--disco .list--disco li a .thumb img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.page--disco .list--disco li a .thumb img.main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-size: contain;
}
.page--disco .list--disco li a .thumb img.blur {
  transform: scale(1.2);
  background-size: cover;
  filter: blur(40px);
  opacity: 0.8;
}
.page--disco .list--disco li a .list__txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.page--disco .list--disco li a .block--date {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1em;
  font-size: 1.2rem;
  line-height: 1;
}
.page--disco .list--disco li a .block--date .date {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.page--disco .section--detail .section--inner .date {
  margin-top: 1em;
}
.page--disco .section--detail .section--inner .block--jacket img {
  border: 1px solid rgba(128, 128, 128, 0.3);
}
.page--disco .section--detail .section--inner .block--jacket figcaption {
  margin-top: 0.5em;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}
.page--disco .section--detail .section--inner .block--detail .tit {
  font-weight: 400;
}
.page--disco .section--detail .section--inner .block--detail .date {
  font-size: 1.3rem;
}
.page--disco .section--detail .section--inner .block--comment {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}
.page--disco .section--detail .section--inner .block--comment::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #212121, #212121 3px, transparent 3px, transparent 6px);
}
.page--disco .section--detail .section--inner .block--comment a {
  text-decoration: underline;
}
.page--disco .section--detail .section--inner .area--disco-detail.is-dark .block--comment::before {
  background-image: repeating-linear-gradient(90deg, #fff, #fff 3px, transparent 3px, transparent 6px);
  opacity: 0.5;
}

.page--movie.futotube {
  background: #f28fc7;
}
.page--movie.futotube .wrap,
.page--movie.futotube .footer {
  background: #f28fc7;
}
.page--movie .section--detail .section--inner {
  overflow: hidden;
}
.page--movie .section--detail .area--movie {
  background: #fff;
}
.page--movie .section--detail .block--tit {
  position: relative;
  margin-bottom: 20px;
}
.page--movie .section--detail .block--tit .section-tit + .date {
  margin-top: 1em;
}
.page--movie .section--detail .txt--comment {
  margin-top: 1.5em;
}
.page--movie .section--detail .area--more-info:not(.commentOff) .block--tab {
  display: flex;
  justify-content: space-between;
}
.page--movie .section--detail .area--more-info:not(.commentOff) .block--tab > div {
  width: calc(50% - 5px);
  padding: 0.5em;
  text-align: center;
  background: rgba(33, 33, 33, 0.1);
  cursor: pointer;
}
.page--movie .section--detail .area--more-info:not(.commentOff) .block--tab > div.current {
  background: #212121;
  color: #fff;
  pointer-events: none;
}
.page--movie .section--detail .commentOff .block--tab > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: 100%;
  font-size: min(2.4rem, 4.8vw);
  text-align: center;
}
.page--movie .section--detail .block--tab__main > div {
  display: none;
}
.page--movie .section--detail .block--tab__main > div.current {
  display: block;
}
.page--movie .section--detail .list--movie li {
  border: 1px solid #212121;
}
.page--movie .section--detail .list--movie a {
  padding: 8px;
}
.page--movie .section--detail .swiper {
  overflow: visible;
}
.page--movie .section--detail .block--comments {
  position: relative;
  height: 100%;
}
.page--movie .section--detail .block--comments .block--post {
  position: relative;
}
.page--movie .section--detail .block--comments .block--post input[type=text] {
  padding-right: 40px;
}
.page--movie .section--detail .block--comments .block--post .btn--send {
  width: 40px;
  height: 100%;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 2;
  border: none;
  background: no-repeat 82% center url(/static/common/newmovie/img/ico--send.svg);
  background-size: 45%;
}
.page--movie .section--detail .block--comments .list--comment {
  margin-top: 10px;
  max-height: 500px;
  overflow: auto;
}
.page--movie .section--detail .block--comments .list--comment li + li {
  margin-top: 20px;
}
.page--movie .section--detail .block--comments .list--comment li {
  position: relative;
  padding: 15px 20px;
  background: rgba(33, 33, 33, 0.05);
}
.page--movie .section--detail .block--comments .list--comment li .name,
.page--movie .section--detail .block--comments .list--comment li .date {
  font-size: 1.2rem;
}
.page--movie .section--detail .block--comments .list--comment li .date {
  margin-top: 0.5em;
  text-align: right;
  width: 100%;
}
.page--movie .section--detail .block--comments .list--comment li .report-btn {
  top: 10px;
  right: 10px;
}

/* video js */
.page--movie .section--detail .block--player,
.section--detail .block--player {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.page--movie .section--detail .video-js:hover .vjs-big-play-button,
.section--detail .video-js:hover .vjs-big-play-button {
  background-color: transparent;
}
.page--movie .section--detail .video-js span,
.section--detail .video-js span {
  display: unset;
}
.page--movie .section--detail .video-js .vjs-tech,
.section--detail .video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--movie .section--detail .video-js .vjs-text-track-display,
.section--detail .video-js .vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.page--movie .section--detail .video-js .vjs-big-play-button,
.section--detail .video-js .vjs-big-play-button {
  width: min(12vw, 80px);
  height: min(12vw, 80px);
  top: 50%;
  left: 50%;
  margin-top: calc(min(12vw, 80px) * -0.5);
  margin-left: calc(min(12vw, 80px) * -0.5);
  background: no-repeat center url(/static/common/newmovie/img/ico--play.svg);
  background-size: contain;
  border: none;
  border-radius: 0;
}
.page--movie .section--detail .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.section--detail .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.page--movie .section--detail .video-js .vjs-play-control,
.section--detail .video-js .vjs-play-control {
  width: 11vw;
  height: 11vw;
  max-width: 40px;
  max-height: 40px;
}
.page--movie .section--detail .video-js .vjs-volume-panel .vjs-volume-control,
.section--detail .video-js .vjs-volume-panel .vjs-volume-control {
  top: 1em;
}
.page--movie .section--detail .video-js .vjs-mouse-display,
.section--detail .video-js .vjs-mouse-display {
  margin-top: 9px;
}
.page--movie .section--detail .video-js .vjs-http-source-selector.vjs-menu-button,
.section--detail .video-js .vjs-http-source-selector.vjs-menu-button {
  position: absolute;
  right: 4em;
}
.page--movie .section--detail .video-js .vjs-http-source-selector.vjs-menu-button .vjs-icon-cog,
.section--detail .video-js .vjs-http-source-selector.vjs-menu-button .vjs-icon-cog {
  padding: 0.5em;
  font-size: 2em;
}
.page--movie .section--detail .video-js .vjs-picture-in-picture-control.vjs-control,
.section--detail .video-js .vjs-picture-in-picture-control.vjs-control {
  font-size: 2em;
  position: absolute;
  right: 4em;
  width: 2em;
}
.page--movie .section--detail .video-js .vjs-menu-button-popup .vjs-menu,
.section--detail .video-js .vjs-menu-button-popup .vjs-menu {
  left: -2.5em;
  margin-bottom: 2.7em;
}
.page--movie .section--detail .video-js .vjs-fullscreen-control,
.section--detail .video-js .vjs-fullscreen-control {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page--movie .section--detail .video-js .vjs-time-control,
.section--detail .video-js .vjs-time-control {
  font-size: 1.2em;
  line-height: 3.5em;
}
.page--movie .section--detail .video-js .vjs-volume-bar,
.section--detail .video-js .vjs-volume-bar {
  margin-left: 1px;
}
.page--movie .section--detail .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal, .page--movie .section--detail .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .page--movie .section--detail .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.page--movie .section--detail .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.page--movie .section--detail .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.page--movie .section--detail .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.page--movie .section--detail .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.section--detail .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.section--detail .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.section--detail .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.section--detail .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.section--detail .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.section--detail .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.section--detail .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  height: 3em;
  top: 0.5em;
}
.page--movie .section--detail .video-js .vjs-slider-horizontal .vjs-volume-level,
.section--detail .video-js .vjs-slider-horizontal .vjs-volume-level {
  height: 3px;
  bottom: 1px;
}
.page--movie .section--detail .video-js .vjs-slider-horizontal .vjs-volume-level::before,
.section--detail .video-js .vjs-slider-horizontal .vjs-volume-level::before {
  top: -3px;
  font-size: 9px;
}
.page--movie .section--detail .video-js .vjs-control-bar,
.section--detail .video-js .vjs-control-bar {
  background-color: rgba(255, 255, 255, 0.2);
  height: 4em;
  padding: 0;
}
.page--movie .section--detail .video-js .vjs-control-bar .vjs-progress-control,
.section--detail .video-js .vjs-control-bar .vjs-progress-control {
  width: 100%;
  min-width: 4em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}
.page--movie .section--detail .video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder,
.section--detail .video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder {
  margin: 0;
}
.page--movie .section--detail .video-js .vjs-control-bar .vjs-button > .vjs-icon-placeholder:before,
.section--detail .video-js .vjs-control-bar .vjs-button > .vjs-icon-placeholder:before {
  font-size: 2.4em;
  line-height: 1.8;
}
.page--movie .section--detail .video-js .vjs-control-bar .vjs-play-progress,
.section--detail .video-js .vjs-control-bar .vjs-play-progress {
  background: #F4FF67;
  transition: 0.1s;
}
.page--movie .section--detail .video-js .vjs-control-bar .vjs-play-progress::before,
.section--detail .video-js .vjs-control-bar .vjs-play-progress::before {
  font-size: 12px;
}
.page--movie .section--detail .video-js .vjs-control-bar .vjs-play-progress div,
.section--detail .video-js .vjs-control-bar .vjs-play-progress div {
  background: rgba(78, 78, 78, 0.75);
}
.page--movie .section--detail .video-js .vjs-slider,
.section--detail .video-js .vjs-slider {
  height: 5px;
  background: rgba(210, 210, 210, 0.5);
}

.page--blog {
  background: #E0E0E0;
}
.page--blog .wrap,
.page--blog .footer {
  background: #E0E0E0;
}
.page--blog.ozaki .wrap::before,
.page--blog.ozaki .footer::before, .page--blog.kaonashi .wrap::before,
.page--blog.kaonashi .footer::before, .page--blog.ogawa .wrap::before,
.page--blog.ogawa .footer::before, .page--blog.koizumi .wrap::before,
.page--blog.koizumi .footer::before, .page--blog.staff .wrap::before,
.page--blog.staff .footer::before {
  display: none;
}
.page--blog.all .section--list {
  width: 100vw;
  overflow-x: hidden;
}
.page--blog .section--list .section--inner .shelf::before {
  width: calc(100% + max(50vw - 600px, 5vw) * 2);
  left: calc(max(50vw - 600px, 5vw) * -2);
}
.page--blog .section--list .section--inner .section-tit .archive {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.5em;
  background: #212121;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 0.3em;
}
.page--blog .section--list .section--inner .section-tit .writer {
  display: block;
  margin-top: 0.5em;
  font-size: 0.5em;
}
.page--blog .section--list .section--inner .block--ym {
  margin-bottom: 20px;
}
.page--blog .section--list .section--inner .block--year {
  display: flex;
  align-items: baseline;
  gap: 1em;
  font-size: min(3rem, 6vw);
  line-height: 1;
  margin-bottom: 0.5em;
}
.page--blog .section--list .section--inner .block--year .year-heading--current {
  font-size: min(5rem, 10vw);
}
.page--blog .section--list .section--inner .list--month {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.page--blog .section--list .section--inner .list--month li a {
  display: block;
  padding: 0.4em;
  border: 1px solid #212121;
  line-height: 1;
  text-align: center;
}
.page--blog .section--list .section--inner .list--month li.current a {
  background: #212121;
  color: #fff;
  pointer-events: none;
}

.page--home .section--blog .shelf,
.page--blog .section--list .shelf {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--home .section--blog .shelf::before,
.page--blog .section--list .shelf::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #212121;
}
.page--home .section--blog .block--book,
.page--blog .section--list .block--book {
  display: flex;
  align-items: flex-end;
  padding-right: 15vw;
  transition: width 0.3s;
  will-change: transform;
}
.page--home .section--blog .book,
.page--blog .section--list .book {
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: -1px;
  border: 1px solid #212121;
}
.page--home .section--blog .book .bookBody,
.page--home .section--blog .book .bookFooter,
.page--blog .section--list .book .bookBody,
.page--blog .section--list .book .bookFooter {
  display: contents;
}
.page--home .section--blog .book .spine,
.page--home .section--blog .book .writer,
.page--blog .section--list .book .spine,
.page--blog .section--list .book .writer {
  grid-column: 1;
}
.page--home .section--blog .book .bookFront,
.page--home .section--blog .book .list__more,
.page--blog .section--list .book .bookFront,
.page--blog .section--list .book .list__more {
  grid-column: 2;
}
.page--home .section--blog .book .spine,
.page--blog .section--list .book .spine {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 28.5em;
}
.page--home .section--blog .book .spine .num,
.page--blog .section--list .book .spine .num {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 2.8em;
  padding: 0.5em;
  border-radius: 999px;
  background: #fff;
}
.page--home .section--blog .book .spine .date,
.page--blog .section--list .book .spine .date {
  text-align: center;
  line-height: 1.4;
  min-width: 5.5em;
}
.page--home .section--blog .book .spine .tit,
.page--blog .section--list .book .spine .tit {
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
  line-height: 1.2;
  white-space: nowrap;
}
.page--home .section--blog .book .bookFront,
.page--blog .section--list .book .bookFront {
  padding: 15%;
  border-left: 1px solid #212121;
}
.page--home .section--blog .book .bookFront .list--blog,
.page--blog .section--list .book .bookFront .list--blog {
  height: 100%;
}
.page--home .section--blog .book .bookFront .list--blog li.new > a::after,
.page--blog .section--list .book .bookFront .list--blog li.new > a::after {
  display: none;
}
.page--home .section--blog .book .bookFront .list--blog li.new > a .date::after,
.page--blog .section--list .book .bookFront .list--blog li.new > a .date::after {
  content: "new";
  display: block;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  padding: 0.1em 0.6em 0.3em;
  margin-left: 0.5em;
  border-radius: 50%;
  background: #212121;
  color: #fff;
  font-family: adobe-aldine-caption, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  line-height: 1;
}
.page--home .section--blog .book .bookFront .list--blog li + li,
.page--blog .section--list .book .bookFront .list--blog li + li {
  margin-top: 30px;
}
.page--home .section--blog .book .bookFront .list--blog li.no-data,
.page--blog .section--list .book .bookFront .list--blog li.no-data {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page--home .section--blog .book .bookFront .list--blog li a,
.page--blog .section--list .book .bookFront .list--blog li a {
  display: block;
  position: relative;
  padding: 0 20px 20px 0;
  border: none;
  border-bottom: 1px solid;
  background: transparent;
}
.page--home .section--blog .book .bookFront .list--blog li a .date,
.page--blog .section--list .book .bookFront .list--blog li a .date {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.page--home .section--blog .book .bookFront .list--blog li a .arrow,
.page--blog .section--list .book .bookFront .list--blog li a .arrow {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.page--home .section--blog .book .writer,
.page--home .section--blog .book .list__more,
.page--blog .section--list .book .writer,
.page--blog .section--list .book .list__more {
  border-top: 1px solid #212121;
  background: #fff;
}
.page--home .section--blog .book .writer,
.page--blog .section--list .book .writer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  background: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.page--home .section--blog .book .list__more,
.page--blog .section--list .book .list__more {
  width: 100%;
  height: 100%;
  margin: 0;
  border-left: 1px solid #212121;
  color: #fff;
}
.page--home .section--blog .book .list__more a,
.page--blog .section--list .book .list__more a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page--home .section--blog .book .list__more a .ellipse04,
.page--blog .section--list .book .list__more a .ellipse04 {
  width: 90%;
  height: auto;
  max-height: 80%;
}
.page--home .section--blog .book.ozaki .spine .num,
.page--home .section--blog .book.ogawa .spine .num,
.page--home .section--blog .book.staff .spine .num,
.page--blog .section--list .book.ozaki .spine .num,
.page--blog .section--list .book.ogawa .spine .num,
.page--blog .section--list .book.staff .spine .num {
  background: #212121;
  color: #fff;
}
.page--home .section--blog .book.koizumi,
.page--home .section--blog .book.kaonashi,
.page--blog .section--list .book.koizumi,
.page--blog .section--list .book.kaonashi {
  color: #fff;
}
.page--home .section--blog .book.koizumi .spine .num,
.page--home .section--blog .book.kaonashi .spine .num,
.page--blog .section--list .book.koizumi .spine .num,
.page--blog .section--list .book.kaonashi .spine .num {
  color: #212121;
}
.page--home .section--blog .book.koizumi .writer,
.page--home .section--blog .book.koizumi .list__more,
.page--home .section--blog .book.kaonashi .writer,
.page--home .section--blog .book.kaonashi .list__more,
.page--blog .section--list .book.koizumi .writer,
.page--blog .section--list .book.koizumi .list__more,
.page--blog .section--list .book.kaonashi .writer,
.page--blog .section--list .book.kaonashi .list__more {
  background: #212121;
  color: #fff;
}
.page--home .section--blog .book.koizumi .bookFront .list--blog li.new > a .date::after,
.page--home .section--blog .book.kaonashi .bookFront .list--blog li.new > a .date::after,
.page--blog .section--list .book.koizumi .bookFront .list--blog li.new > a .date::after,
.page--blog .section--list .book.kaonashi .bookFront .list--blog li.new > a .date::after {
  background: #fff;
  color: #212121;
}
.page--home .section--blog .book.koizumi .bookFront .list--blog li .arrow,
.page--home .section--blog .book.kaonashi .bookFront .list--blog li .arrow,
.page--blog .section--list .book.koizumi .bookFront .list--blog li .arrow,
.page--blog .section--list .book.kaonashi .bookFront .list--blog li .arrow {
  stroke: #fff;
}
.page--home .section--blog .book.koizumi .list__more,
.page--home .section--blog .book.kaonashi .list__more,
.page--blog .section--list .book.koizumi .list__more,
.page--blog .section--list .book.kaonashi .list__more {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.page--home .section--blog .book.koizumi .list__more a,
.page--home .section--blog .book.kaonashi .list__more a,
.page--blog .section--list .book.koizumi .list__more a,
.page--blog .section--list .book.kaonashi .list__more a {
  color: #212121;
}
.page--home .section--blog .book.koizumi .list__more a .ellipse04,
.page--home .section--blog .book.kaonashi .list__more a .ellipse04,
.page--blog .section--list .book.koizumi .list__more a .ellipse04,
.page--blog .section--list .book.kaonashi .list__more a .ellipse04 {
  fill: #fff;
}
.page--home .section--blog .book.ozaki,
.page--blog .section--list .book.ozaki {
  background: #F4FF67;
}
.page--home .section--blog .book.kaonashi,
.page--blog .section--list .book.kaonashi {
  background: #9138C0;
}
.page--home .section--blog .book.ogawa,
.page--blog .section--list .book.ogawa {
  background: #47CE8B;
}
.page--home .section--blog .book.koizumi,
.page--blog .section--list .book.koizumi {
  background: #E56EAE;
}
.page--home .section--blog .book.staff,
.page--blog .section--list .book.staff {
  background: #68B5E5;
}

.page--mc {
  background: #47CE8B;
}
.page--mc .wrap,
.page--mc .footer {
  background: #47CE8B;
}

.page--photo img {
  pointer-events: none;
}
.page--photo .section--inner > .txt {
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  border-radius: 10px;
}
.page--photo .section--inner > .txt a {
  text-decoration: underline;
}

.page--letter {
  background: #56C8DD;
}
.page--letter .wrap,
.page--letter .footer {
  background: #56C8DD;
}
.page--letter .section--list.detail .list--photo li .thumb {
  aspect-ratio: 1/1;
}
.page--letter .section--list.detail .list--photo li .thumb img {
  background-size: contain;
}

.page--bbs {
  background: #0065CB;
  color: #fff;
}
.page--bbs .wrap,
.page--bbs .footer {
  background: #0065CB;
}
.page--bbs .header {
  color: initial;
}
.page--bbs .header > .logo svg {
  fill: #fff;
}
.page--bbs .drawer__btn::before,
.page--bbs .drawer__btn::after {
  background: #fff;
}
.page--bbs .block--bbs-option {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.page--bbs .block--bbs-option select,
.page--bbs .block--bbs-option .searchBox input[type=text] {
  border-color: transparent;
  color: #212121;
}
.page--bbs .block--bbs-option .form__select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 8em;
}
.page--bbs .block--bbs-option .searchBox {
  flex-grow: 1;
}
.page--bbs .item_thread {
  color: initial;
}
.page--bbs .item_thread .comment {
  margin-left: 0.3em;
  font-size: 1.3rem;
}
.page--bbs .item_thread .comment i {
  margin-right: 0.2em;
}
.page--bbs .item_thread .date {
  margin: 10px 0 0;
  font-size: 1.3rem;
}
.page--bbs .block--pager .pager__item--current span {
  background: #fff;
  color: #212121;
}
.page--bbs .block--parent .tit {
  font-size: min(3rem, 5.5vw);
  margin-bottom: 5px;
}
.page--bbs .block--parent .tit .comment {
  margin-left: 0.5em;
  font-size: 1.6rem;
}
.page--bbs .block--parent .tit .comment i {
  margin-right: 5px;
}
.page--bbs .block--parent .date {
  margin-bottom: 20px;
}
.page--bbs .block--parent .txt {
  padding: 20px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
}
.page--bbs .block--post {
  margin-bottom: 30px;
}
.page--bbs .block--post .comment--area {
  margin-bottom: 20px;
}
.page--bbs .block--post .comment--area .txt {
  display: block;
}
.page--bbs .block--post .comment--area .txt .txt--sub {
  opacity: 0.8;
}
.page--bbs .block--post .user {
  margin-bottom: 5px;
}
.page--bbs .block--post .user i {
  margin-right: 5px;
}
.page--bbs .notes {
  margin-bottom: 20px;
}
.page--bbs .notes dt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.page--bbs .notes dt::before, .page--bbs .notes dt::after {
  content: "";
  display: block;
  position: static;
  width: auto;
  height: 1px;
  flex-grow: 1;
  background: #fff;
  opacity: 0.5;
}
.page--bbs .notes dd {
  font-size: 1.2rem;
}
.page--bbs .list--comment {
  border-radius: 10px;
  background: #fff;
  color: #212121;
}
.page--bbs .list--comment li {
  position: relative;
}
.page--bbs .list--comment li + li {
  border-top: 1px dotted #212121;
}
.page--bbs .list--comment li .name {
  margin-bottom: 0.3em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.page--bbs .list--comment li .date {
  margin-bottom: 1em;
  font-size: 1.2rem;
  opacity: 0.8;
}
.page--bbs .list--comment li .ph {
  margin-bottom: 10px;
}
.page--bbs .list--comment li .ph img {
  max-width: min(100%, 500px);
  max-height: min(100%, 500px);
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.page--bbs .list--comment li .read-toggle {
  margin-left: 0.5em;
  color: #0065CB;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
}
.page--bbs .list--comment .report-btn {
  top: 20px;
}
.page--bbs .btn--sub,
.page--bbs input.btn--sub {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.page--bbs .section--detail.post dl {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.page--bbs .section--detail.confirm dd {
  margin-bottom: 10px;
}
.page--bbs .section--detail.confirm dd i {
  margin-right: 5px;
}

.page--wallpaper .list--wallpaper > li > a,
.page--wallpaper .list--wallpaper > li .block--ph {
  display: block;
  position: relative;
  padding: 10px;
  background: #fff;
}
.page--wallpaper .list--wallpaper > li > a .txt,
.page--wallpaper .list--wallpaper > li .block--ph .txt {
  padding-top: 10px;
  line-height: 1.8;
}
.page--wallpaper .list--wallpaper > li .thumb {
  aspect-ratio: 16/9;
}
.page--wallpaper .list--wallpaper > li .thumb img {
  height: 100%;
  background-size: cover;
}
.page--wallpaper .list--wallpaper > li .block--wp-size li {
  width: 100%;
  padding: 5px;
  margin-top: 10px;
  background: #212121;
  color: #fff;
  text-align: center;
}
.page--wallpaper .section--detail .section--inner > .txt {
  padding: 0;
  margin: 0 0 10px;
}
.page--wallpaper .section--detail .section--inner > .txt::before {
  display: none;
}

.page--fanmail .section--list .section--inner > .txt {
  background: #fff;
}
.page--fanmail .section--detail .section--inner .section-tit {
  font-size: min(3rem, 8vw);
}

.page--birthday-message .block--txt {
  max-width: 1200px;
}
.page--birthday-message .block--txt .txt + .video {
  margin-top: 1em;
}

.page--profile.section--detail {
  overflow-x: hidden;
}
.page--profile.section--detail .artist-ph {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 20px;
}
.page--profile.section--detail .artist-ph .line {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 160vw;
}
.page--profile.section--detail .artist-ph img {
  height: 100%;
  aspect-ratio: 1.618/1;
  overflow: hidden;
}
.page--profile.section--detail .list--member {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 0.5em;
  margin-bottom: 30px;
  text-align: center;
}
.page--profile.section--detail .txt {
  line-height: 2;
}
.page--profile.section--detail .txt p + p {
  margin-top: 1em;
}

.page--entry .block--logo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vw 0;
  max-width: 1000px;
  margin: 0 auto min(100px, 15vw);
}
.page--entry .block--logo .txt {
  margin-bottom: 0.7em;
  font-size: min(1.8rem, 2.6vw);
  font-weight: 500;
}
.page--entry .block--logo .ellipse03 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: min(130%, 1200px);
  height: auto;
  fill: #F4FF67;
}
.page--entry .block--logo .memphis_l,
.page--entry .block--logo .memphis_r {
  position: absolute;
  height: auto;
}
.page--entry .block--logo .memphis_l .sharp {
  fill: #50E0E0;
}
.page--entry .block--logo .memphis_l .zig-zag {
  fill: #F2BC09;
}
.page--entry .block--logo .memphis_r .sharp {
  fill: #FF8BDB;
}
.page--entry .block--logo .memphis_r .zig-zag {
  fill: #07E925;
}
.page--entry .lead {
  font-size: min(2rem, 4vw);
}
.page--entry .btn {
  margin-top: 40px;
}
.page--entry .btn + .btn {
  margin-top: 1.5em;
}
.page--entry .btn a {
  display: block;
  background: #F4FF67;
  color: #212121;
  font-size: 1.8rem;
  border-radius: 999px;
  box-shadow: 5px 5px 0 #212121;
}
.page--entry .btn .btn--sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0.5em;
  overflow: visible;
}
.page--entry .btn .btn--sub::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: -0.5em;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #212121;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}
.page--entry .block-tit {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  font-size: min(5rem, 8vw);
  font-weight: 500;
}
.page--entry .block-tit::after {
  content: "";
  display: block;
  position: static;
  width: auto;
  height: 1px;
  flex-grow: 1;
  background: #212121;
}
.page--entry .list--contents {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.page--entry .list--contents li {
  position: relative;
  padding: 20px;
  border: 1px solid #212121;
  background: #3E3E3E;
  color: #fff;
}
.page--entry .list--contents li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/static/creephyp/renewal/common/noise.webp);
  background-size: 300px;
  background-repeat: repeat;
  opacity: 0.5;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.page--entry .list--contents li .tag {
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-50%);
  padding: 0.3em 0.5em;
  border: 1px solid #212121;
  background: #F4FF67;
  color: #212121;
  font-family: adobe-aldine-caption, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  line-height: 1;
}
.page--entry .list--contents li.futotube .tag {
  background: #f28fc7;
}
.page--entry .list--contents li.lot .tag {
  background: #E06262;
  color: #fff;
}
.page--entry .list--contents li.rally .tag {
  background: #F5C437;
}
.page--entry .list--contents li.blog .tag {
  background: #E0E0E0;
}
.page--entry .list--contents li.mc .tag {
  background: #47CE8B;
}
.page--entry .list--contents li.letter .tag {
  background: #56C8DD;
}
.page--entry .list--contents li.bbs .tag {
  background: #0065CB;
  color: #fff;
}
.page--entry .list--contents li .tit {
  margin-bottom: 0.3em;
  font-size: 2.4rem;
}
.page--entry .block--app .ph {
  overflow: visible;
}
.page--entry .block--app .list--app li {
  position: relative;
  padding: 30px;
  border: 1px solid #212121;
  box-shadow: 5px 5px 0 #212121;
}
.page--entry .block--app .list--app li + li {
  margin-top: 60px;
}
.page--entry .block--app .list--app li .quotation {
  position: absolute;
  top: -2rem;
  left: 2rem;
  width: 4rem;
  height: auto;
  fill: #F4FF67;
  stroke: #212121;
}
.page--entry .block--app .list--app li .tit {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1.8rem;
}
.page--entry .block--app .list--app li .tit::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #212121, #212121 3px, transparent 3px, transparent 6px);
}
.page--entry .block--app .list--app li .txt {
  font-size: 1.4rem;
}
.page--entry .block--app .app--link {
  margin-top: 80px;
}
.page--entry .block--app .app--link .check {
  font-size: min(3rem, 5vw);
  text-align: center;
  margin-bottom: 10px;
}
.page--entry .block--app .list--link {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.page--entry .block--app .list--link li a {
  display: block;
}
.page--entry .block--app .list--link li a img {
  width: auto;
  height: 80px;
}
.page--entry .block--entry .box {
  position: relative;
  border: 1px solid #212121;
}
.page--entry .block--entry .box .box-tit {
  position: absolute;
  left: 10px;
  bottom: calc(100% - 1em);
  z-index: 10;
  padding: 0.5em 0.8em;
  background: #212121;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
.page--entry .block--entry .box .tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  border-radius: 999px;
  background: #212121;
  color: #fff;
  line-height: 1;
}
.page--entry .block--entry .box .txt {
  font-size: 2.8rem;
}
.page--entry .block--entry .box .txt .tax {
  font-size: 1.2rem;
}
.page--entry .block--entry .payment {
  position: relative;
}
.page--entry.app .block--app {
  margin-top: 0;
}
.page--entry.app .block-tit {
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}
.page--entry.app .block-tit::after {
  display: none;
}
.page--entry.app .lead {
  text-align: center;
}
.page--entry.app--entry .block--fee .box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: none;
  border-radius: 5px;
  background: #ececec;
}
.page--entry.app--entry .block--fee .box .fee {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--entry.app--entry .restore {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px;
  margin: 30px auto 60px;
  border-radius: 5px;
  background: #ececec;
}
.page--entry.app--entry .restore .btn {
  margin: 10px 0 0;
}
.page--entry.app--entry .restore .btn a {
  background: #212121;
  color: #fff;
  box-shadow: none;
}
.page--entry.app--entry table tr {
  border: 1px solid #212121;
}
.page--entry.app--entry table th,
.page--entry.app--entry table td {
  padding: 20px 15px;
  line-height: 1.6;
}
.page--entry.app--entry table th {
  width: 8em;
  border-right: 1px solid #212121;
  background: #ececec;
  font-weight: 500;
}
.page--entry.app--entry table td a {
  text-decoration: underline;
}

.page--support .section-tit {
  margin-bottom: 2em;
}
.page--support .block--txt p + p {
  margin-top: 1em;
}
.page--support .list--support {
  margin: 1em 0;
}
.page--support .list--support dt {
  margin-bottom: 0.5em;
  font-weight: 600;
}
.page--support .list--support dd + dt {
  margin-top: 2em;
}
.page--support .list--table {
  margin: 0;
}
.page--support .list--table + .list--table {
  margin-top: 60px;
}
.page--support .detail_table th {
  background: #ddd;
  font-weight: 400;
  line-height: 1.4;
}
.page--support .detail_table th,
.page--support .detail_table td {
  border: 1px solid #212121;
}
.page--support .block--course {
  background: #fff;
}
.page--support .block--course h3 {
  padding: 1em;
  background: #212121;
  color: #fff;
}

.page--faq .section--list .section-tit {
  font-size: min(5rem, 8vw);
}
.page--faq .txt--no-data {
  margin: 2em 0;
}
.page--faq .block--category {
  margin-top: 20px;
}
.page--faq .tit--category {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
  font-size: min(2.4rem, 5.5vw);
  font-weight: 500;
}
.page--faq ul + .tit--category {
  margin-top: 3em;
}
.page--faq .list--information li a {
  display: flex;
  gap: 10px;
}
.page--faq .list--information li a .tit {
  display: inline;
  max-height: none;
  text-overflow: unset;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
}
.page--faq .section--detail .category {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  margin: 0 0 0.5em -0.2em;
  border-radius: 999px;
  border: 1px solid #212121;
  line-height: 1;
}
.page--faq .section--detail .section-tit .icon--q {
  margin-right: 0.3em;
}
.page--faq .section--detail .section-tit .tit {
  display: inline;
}
.page--faq .section--detail .section--inner > .txt {
  margin-bottom: 80px;
}
.page--faq .section--detail .tit--category {
  font-size: initial;
}
.page--faq .section--detail .list--information {
  margin-bottom: 20px;
}

.page--questionnaire .section-tit {
  margin-bottom: 1em;
  font-size: min(3rem, 6vw);
}
.page--questionnaire .post .section-tit + p {
  margin-bottom: 40px;
}
.page--questionnaire .section-tit + .ph {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page--questionnaire p + .block--error,
.page--questionnaire .section-tit + .block--error {
  margin-top: 30px;
}

.page--error .section--detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  margin: 0 auto;
}
.page--error .section--detail .tit {
  margin-bottom: 1em;
  font-size: min(4rem, 5.5vw);
  line-height: 1.4;
}
.page--error .section--detail p {
  line-height: 1.8;
}
.page--error .section--detail p + .btn {
  margin-top: 2em;
}

.section--detail.page--ar {
  padding-top: min(100px, 10vw);
  padding-bottom: 120px;
}
.section--detail.page--ar .section--inner {
  max-width: 600px;
}
.section--detail.page--ar .btn_pop {
  bottom: 30px;
}
.section--detail.page--ar .btn_pop a {
  padding: 15px 10px 15px 20px;
}
.section--detail.page--ar .btn_pop a img {
  display: block;
  width: 50px;
}
.section--detail.page--ar .block--logoFc .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 0.3em;
  background: url(/static/creephyp/renewal/fanclub/feature/ar/round.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  letter-spacing: 0;
  text-align: center;
}
.section--detail.page--ar .block--logoFc .txt span {
  display: inline-block;
  width: 1.8em;
}
.section--detail.page--ar .block--logoFc .logo {
  display: block;
  width: min(40vw, 350px);
  margin: 0 auto 25px;
}
.section--detail.page--ar .ar-tit {
  margin-bottom: 30px;
}
.section--detail.page--ar .lead {
  font-size: 16px;
  text-align: center;
  padding: 0 1em;
  margin-top: 30px;
  position: relative;
}
.section--detail.page--ar .lead::before, .section--detail.page--ar .lead::after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  background-image: linear-gradient(#707070 1px, transparent 1px);
  background-size: 100% 2px;
}
.section--detail.page--ar .lead::before {
  left: 0;
}
.section--detail.page--ar .lead::after {
  right: 0;
}
.section--detail.page--ar .btn {
  max-width: 450px;
  margin-top: 30px;
}
.section--detail.page--ar .btn a {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  padding: 0.8em 2em;
  border: 1px solid #212121;
  background: #F4FF67;
  color: #212121;
  font-size: min(2.2rem, 5vw);
  text-align: center;
  line-height: 1.6;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 5px 5px 0 #212121;
  letter-spacing: 0.11em;
}
.section--detail.page--ar .box--wrap {
  margin-top: 100px;
  position: relative;
}
.section--detail.page--ar .box--wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #212121;
}
.section--detail.page--ar .box--wrap .detail {
  position: relative;
  background-color: #fff;
  border: 1px solid #212121;
  margin-bottom: 60px;
}
.section--detail.page--ar .box--wrap .detail:last-child {
  margin-bottom: 0;
}
.section--detail.page--ar .box--wrap .detail::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 7px;
  display: block;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  border: 1px solid #212121;
}
.section--detail.page--ar .box--wrap .detail .boxTit {
  position: absolute;
  top: -1.8em;
  left: 1em;
  z-index: 10;
  padding: 0.5em;
  font-family: adobe-aldine-caption, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.section--detail.page--ar .box--wrap .detail .boxTit .ellipse04 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: auto;
  height: 100%;
}
.section--detail.page--ar .box--wrap .detail .box--lead {
  background-color: #212121;
  color: #fff;
  padding: 15px;
  font-size: 16px;
}
.section--detail.page--ar .box--wrap .detail .box--text {
  padding: 15px;
}
.section--detail.page--ar .box--wrap .detail img {
  border: 1px solid #212121;
}

.section--detail.page--stream img {
  pointer-events: none;
}
.section--detail.page--stream .section-tit {
  font-size: min(6rem, 9.9vw);
  margin-bottom: 10px;
}
.section--detail.page--stream .section-tit.ja {
  font-size: min(4rem, 6.5vw);
  margin-bottom: 15px;
}
.section--detail.page--stream .lead {
  font-size: 1.125em;
  margin-bottom: 20px;
}
.section--detail.page--stream .block--download {
  padding: 30px 20px;
  border-radius: 5px;
  margin-bottom: 60px;
  background: #ececec;
}
.section--detail.page--stream .block--download .app-download .dl-list {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}
.section--detail.page--stream .block--download .app-download .dl-list li a img {
  height: 60px;
  width: auto;
}
.section--detail.page--stream .block--download .app-link {
  margin-top: 30px;
}
.section--detail.page--stream .block--download .app-link .btn {
  margin-top: 10px;
  margin-bottom: 0;
}
.section--detail.page--stream .block--method .tit {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  line-height: 1.6;
  font-weight: 500;
}
.section--detail.page--stream .block--method .txt {
  margin-bottom: 30px;
}
.section--detail.page--stream .block--method .swiper {
  overflow: visible;
}
.section--detail.page--stream .block--method .swiper + .swiper {
  margin-top: 60px;
}
.section--detail.page--stream .block--method .swiper-button-prev,
.section--detail.page--stream .block--method .swiper-button-next {
  width: 3em;
  height: 3em;
  opacity: 1;
  transition: opacity 0.2s;
}
.section--detail.page--stream .block--method .swiper-button-prev.swiper-button-disabled,
.section--detail.page--stream .block--method .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.section--detail.page--stream .block--method .swiper-button-prev::after,
.section--detail.page--stream .block--method .swiper-button-next::after {
  content: "";
  font-size: 1em;
}
.section--detail.page--stream .block--method .swiper-button-prev {
  left: -2.5em;
}
.section--detail.page--stream .block--method .swiper-button-next {
  right: -2.5em;
}
.section--detail.page--stream .block--method .swiper-pagination {
  bottom: 0;
  gap: 10px;
}
.section--detail.page--stream .block--method .swiper-pagination .swiper-pagination-bullet {
  background: #212121;
}
.section--detail.page--stream .block--method .method-list li img {
  border: 1px solid rgba(33, 33, 33, 0.1);
}
.section--detail.page--stream .block--method .method-list li .txt {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
}
.section--detail.page--stream .block--method .method-list li i {
  position: absolute;
  top: 41%;
  right: -1.4em;
  font-size: 1.4em;
}
.section--detail.page--stream .block--adjust {
  position: relative;
  padding: 80px 0;
  margin: 80px 0;
}
.section--detail.page--stream .block--adjust::before, .section--detail.page--stream .block--adjust::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #212121, #212121 3px, transparent 3px, transparent 6px);
}
.section--detail.page--stream .block--adjust::before {
  top: 0;
}
.section--detail.page--stream .block--adjust::after {
  bottom: 0;
}
.section--detail.page--stream .block--adjust li .tit {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.section--detail.page--stream .block--adjust li .txt {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
}
.section--detail.page--stream .box--attention {
  position: relative;
  padding: 30px;
  border: 1px solid #212121;
  box-shadow: 5px 5px 0 #212121;
}
.section--detail.page--stream .box--attention + .box--attention {
  margin-top: 40px;
}
.section--detail.page--stream .box--attention .quotation {
  position: absolute;
  top: -2rem;
  left: 2rem;
  width: 4rem;
  height: auto;
  fill: #F4FF67;
  stroke: #212121;
}
.section--detail.page--stream .box--attention .tit {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1.8rem;
}
.section--detail.page--stream .box--attention .tit::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #212121, #212121 3px, transparent 3px, transparent 6px);
}
.section--detail.page--stream .box--attention .txt {
  font-size: 1.4rem;
}
.section--detail.page--stream .btn {
  margin-top: 40px;
}

.section--list.page--archive .list-tit {
  font-size: min(3rem, 6vw);
}
.section--list.page--archive ul + .list-tit {
  margin-top: 60px;
}

.page--goods.section--list .block-tit {
  margin-bottom: 0.8em;
  font-size: min(3rem, 6vw);
  line-height: 1.4em;
}
.page--goods.section--list .list--goods {
  display: flex;
  flex-wrap: wrap;
}
.page--goods.section--list .list--goods .item {
  display: none;
  cursor: pointer;
}
.page--goods.section--list .list--goods > li {
  cursor: pointer;
}
.page--goods.section--list .list--goods > li .thumb {
  margin-bottom: 10px;
  border: 1px solid #212121;
  background: #fff;
}
.page--goods.section--list .list--goods > li .goodsTag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #212121;
  color: #fff;
  padding: 0.4em 0.7em;
  margin-bottom: 0.5em;
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 1;
}
.page--goods.section--list .list--goods > li .tit {
  font-size: 1.5rem;
  line-height: 1.4;
}
.page--goods.section--list .list--goods > li .price {
  opacity: 0.8;
  margin-top: 0.5em;
  font-size: 1.3rem;
}
.page--goods.section--list .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  background: rgba(0, 0, 0, 0.8);
}
.page--goods.section--list .popup .popup-inner {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1000px;
  height: auto;
  max-height: 100vh;
  max-height: 100svh;
  margin: 60px auto;
  padding: min(30px, 5vw);
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 10px;
  background: #fff;
}
.page--goods.section--list .popup .popup-inner .close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  cursor: pointer;
}
.page--goods.section--list .popup .popup-inner .close::before, .page--goods.section--list .popup .popup-inner .close::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 1px;
  top: 50%;
  left: 25%;
}
.page--goods.section--list .popup .popup-inner .close::before {
  transform: rotate(45deg);
}
.page--goods.section--list .popup .popup-inner .close::after {
  transform: rotate(-45deg);
}
.page--goods.section--list .popup .item .block--ph {
  border: 1px solid rgba(33, 33, 33, 0.1);
}
.page--goods.section--list .popup .item .block--ph .thumbs-swiper {
  border-top: 1px solid rgba(33, 33, 33, 0.1);
}
.page--goods.section--list .popup .item .block--ph .thumbs-swiper li {
  width: 22.5%;
  border-right: 1px solid rgba(33, 33, 33, 0.1);
}
.page--goods.section--list .popup .item .block--ph .thumbs-swiper li:nth-child(n+4):last-child {
  border: none;
}
.page--goods.section--list .popup .item .block--ph .thumbs-swiper li img {
  aspect-ratio: 1/1;
}
.page--goods.section--list .popup .item .tit {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: min(2.4rem, 5vw);
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.page--goods.section--list .popup .item .tit::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(90deg, #212121, #212121 3px, transparent 3px, transparent 6px);
}

body.is-open {
  overflow-y: hidden;
}
body.is-open .header {
  pointer-events: none;
  z-index: 1;
}
body.is-open .page--goods.section--list .popup {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.page--fctab .wrap,
.page--fctab .footer {
  background: #F4FF67;
}
.page--fctab .wrap::before,
.page--fctab .footer::before {
  display: none;
}
.page--fctab .timecard_pop {
  bottom: 20px;
}
.page--fctab .section--list {
  padding-top: 60px !important;
  padding-bottom: 160px !important;
}
.page--fctab .header,
.page--fctab .footer {
  display: none;
}
.page--fctab .block--logo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vw 0;
  max-width: 1000px;
  margin: 0 auto min(100px, 25vw);
}
.page--fctab .block--logo .txt,
.page--fctab .block--logo .logo {
  margin-top: -1vw;
}
.page--fctab .block--logo .txt {
  margin-bottom: 1.2em;
  font-size: min(1.8rem, 2.2vw);
  font-weight: 300;
  color: #fff;
}
.page--fctab .block--logo .logo {
  width: 60%;
  fill: #fff;
}
.page--fctab .block--logo .ellipse03 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: auto;
  fill: #212121;
}
.page--fctab .block--logo .memphis_l,
.page--fctab .block--logo .memphis_r {
  position: absolute;
  height: auto;
  width: min(20vw, 230px);
}
.page--fctab .block--logo .memphis_l {
  left: -1vw;
  top: -6vw;
}
.page--fctab .block--logo .memphis_l .sharp {
  fill: #50E0E0;
}
.page--fctab .block--logo .memphis_l .zig-zag {
  fill: #F2BC09;
}
.page--fctab .block--logo .memphis_r {
  right: -1vw;
  bottom: -6vw;
}
.page--fctab .block--logo .memphis_r .sharp {
  fill: #FF8BDB;
}
.page--fctab .block--logo .memphis_r .zig-zag {
  fill: #07E925;
}
.page--fctab .block--tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page--fctab .block--tit .section-tit {
  margin-bottom: 0;
}
.page--fctab .section--information.fc {
  margin-bottom: 80px;
}
.page--fctab .list--contents_box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
}
.page--fctab .list--contents_box li {
  width: calc(50% - 12px);
}
.page--fctab .list--contents_box li.new > a::after {
  top: -10px;
  left: auto;
  right: -10px;
  font-size: 1.2rem;
}
.page--fctab .list--contents_box li a {
  display: block;
  position: relative;
  padding: 4px;
  background: #fff;
  aspect-ratio: 1/1;
}
.page--fctab .list--contents_box li a .thumb,
.page--fctab .list--contents_box li a img {
  width: 100%;
  height: 100%;
}
.page--fctab .list--contents_box li a .date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  background: #fff;
  line-height: 1;
}
.page--fctab .list--contents_txt {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.page--fctab .list--contents_txt li {
  width: calc(50% - 12px);
}
.page--fctab .list--contents_txt li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(33, 33, 33, 0.2);
}
.page--fctab .list--contents_txt li a .tag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8rem;
}

.page--notice .list--info li a {
  display: flex;
  flex-direction: column-reverse;
  padding: 25px;
}
.page--notice .list--info li + li {
  margin-top: 20px;
}

main:not(:has([class^=section--])),
.content--main:not(:has([class^=section--])) {
  max-width: 1200px;
  width: 100%;
  padding: max(120px, 15vw) 5% 80px;
  margin: 0 auto;
}

.content--main > section:not([class^=section--]) > p:first-child,
.content--main:not(:has([class^=section--])) > p:first-child {
  padding-top: 150px;
}
.content--main > section:not([class^=section--]) > .tit,
.content--main > section:not([class^=section--]) > form,
.content--main:not(:has([class^=section--])) > .tit,
.content--main:not(:has([class^=section--])) > form {
  margin: 0 auto;
}
.content--main > section:not([class^=section--]) > .tit,
.content--main:not(:has([class^=section--])) > .tit {
  padding-top: 150px;
}
.content--main > section:not([class^=section--]) > .txtArea .btn .main,
.content--main > section:not([class^=section--]) > .btn .main,
.content--main > section:not([class^=section--]) input[type=button],
.content--main:not(:has([class^=section--])) > .txtArea .btn .main,
.content--main:not(:has([class^=section--])) > .btn .main,
.content--main:not(:has([class^=section--])) input[type=button] {
  position: relative;
  z-index: 1;
  width: 90vw;
  max-width: 350px;
  margin: 0 auto;
  padding: 1.2em 2em;
  border-radius: 0;
  border: 1px solid #212121;
  background: transparent;
  letter-spacing: 0.1em;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}
.content--main > section:not([class^=section--]) .txt--link::after,
.content--main:not(:has([class^=section--])) .txt--link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #212121;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}
.content--main > section:not([class^=section--]) .txt--link::after,
.content--main:not(:has([class^=section--])) .txt--link::after {
  top: 1.3em;
}

.section--redirect {
  position: relative;
  z-index: 1;
  min-height: 90vh;
}

.delighter {
  transform: translate(0px, 40px);
  opacity: 0;
  transition: 0.6s cubic-bezier(0.5, 0.05, 0.5, 0.1);
}
.delighter.started {
  transform: translate(0px, 0px);
  opacity: 1;
}
.delighter .afterimage.section-tit {
  position: relative;
}
.delighter .afterimage.section-tit::before, .delighter .afterimage.section-tit::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #212121;
  transition: 0.6s cubic-bezier(0.5, 0.05, 0.5, 0.1);
  opacity: 0.4;
}
.delighter .afterimage.section-tit::before {
  top: 30%;
}
.delighter .afterimage.section-tit::after {
  top: 60%;
}
.delighter.started .afterimage.section-tit::before, .delighter.started .afterimage.section-tit::after {
  top: 0;
}
.delighter.clip_rtl, .delighter.clip_ltr, .delighter.clip_ttb {
  transform: translate(0);
  will-change: clip-path;
  transition: clip-path 0.6s cubic-bezier(0.5, 0.05, 0.5, 0.1), -webkit-clip-path 0.6s cubic-bezier(0.5, 0.05, 0.5, 0.1);
}
.delighter.clip_rtl {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.delighter.clip_ltr {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.delighter.clip_ttb {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
.delighter.started.clip_rtl, .delighter.started.clip_ltr, .delighter.started.clip_ttb {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .form--post .input--half {
    width: 50%;
  }
  .form--post input[type=email] {
    width: 75%;
  }
  .form--post .input--quarter {
    width: 25%;
  }
  .btn--main:hover,
  input.btn--main:hover {
    background: transparent;
    color: #212121;
  }
  .btn--sub:hover,
  input.btn--sub:hover {
    background: #212121;
    color: #fff;
  }
  /* detail__btn */
  .detail__btn {
    margin: 80px 0 0;
  }
  .detail__btn a .txtArrow {
    transition: 0.3s;
  }
  .detail__btn a:hover .txtArrow {
    transform: translateX(-5px);
  }
  /* list__more */
  .list__more a .txtArrow {
    transition: 0.3s;
  }
  .list__more a:hover .txtArrow {
    transform: translateX(5px);
  }
  .list__more.fc a {
    transition: 0.3s;
  }
  .list__more.fc a .ellipse04 {
    transition: 0.3s;
  }
  .list__more.fc a:hover {
    color: #fff;
  }
  .list__more.fc a:hover .ellipse04 {
    fill: #212121;
  }
  .block--pager .pager__item--other a {
    transition: 0.3s;
  }
  .block--pager .pager__item--other a:hover {
    border: 1px solid #212121;
  }
  .block--pager .pager__item--newer a,
  .block--pager .pager__item--older a,
  .block--pager .pager__item--top a {
    transition: 0.3s;
  }
  .block--pager .pager__item--newer a:hover,
  .block--pager .pager__item--older a:hover,
  .block--pager .pager__item--top a:hover {
    opacity: 0.5;
  }
  .block--pager .pager__item--newer a:hover {
    transform: translateX(-5px);
  }
  .block--pager .pager__item--older a:hover {
    transform: translateX(5px);
  }
  .swiper-button-prev,
  .swiper-button-next {
    transition: 0.3s;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.5;
  }
  .list--information li a .tit,
  body:not(.page--home) .list--schedule li a .tit,
  body:not(.page--home).list--video li a .tit,
  body.page--home .list--video li a .tit span,
  .page--movie .list--contents li a .tit {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 1.8em;
    line-height: 1.8;
  }
  .page--home .list--information.fc li a .tit,
  .page--movie .section--detail .list--contents li a .tit {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3.6em;
    line-height: 1.8;
  }
  .page--home .list--schedule li a .tit,
  .page--home .section--movie .block--txt .tit,
  .list--disco li a .tit {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 5.4em;
    line-height: 1.8;
  }
  a .ph img,
  a .thumb img {
    transition: 0.3s;
    will-change: transform;
  }
  a:hover .ph img,
  a:hover .thumb img {
    transform: scale(1.05);
  }
  .page--schedule .section--detail .date,
  .page--home .area--official .list--schedule li a .date,
  .section--list .section--inner .list--schedule li a .date,
  .list--schedule li a .date {
    margin-bottom: 20px;
    font-size: 3.4rem;
  }
  .new a::after {
    top: 10px;
    left: -30px;
  }
  .block--category li a {
    transition: 0.3s;
  }
  .block--category li a:hover {
    background: #212121;
    color: #fff;
  }
  .page--member .block--category li a:hover {
    background: #fff;
    color: #212121;
  }
  a.duplication,
  a .duplication {
    display: block;
    height: 1em;
    padding: 0 !important;
    margin: 0.4em 0;
    overflow: hidden;
  }
  a.duplication span,
  a .duplication span {
    display: block;
    transform: translateY(-1.2em);
    margin-top: -1px;
    padding: 0;
    line-height: 1.2em;
    transition: 0.2s cubic-bezier(0.02, 0.54, 0.98, 1.01);
  }
  a.duplication:hover span,
  a:hover .duplication span {
    transform: translateY(0);
  }
  a svg.arrow use {
    transition: 0.3s;
  }
  a:hover svg.arrow use {
    transform: translate(22px, -22px);
  }
  .txt a {
    transition: 0.3s;
  }
  .txt a:hover {
    opacity: 0.5;
  }
  /* list--sns */
  .list--sns li a {
    transition: opacity 0.3s;
  }
  .list--sns li a:hover {
    opacity: 0.5;
  }
  .header {
    padding: 30px 40px;
  }
  .header .logo {
    width: min(17vw, 250px);
  }
  .drawer__btn {
    top: 20px;
  }
  .drawer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .drawer .inner {
    max-width: calc(100vw - (80vh - 30vw));
    padding: 20px;
    border-radius: 60px 0 60px 60px;
  }
  .drawer .nav--contents__list li a {
    position: relative;
    z-index: 10;
    font-size: 2.4rem;
    transition: 0.3s;
  }
  .drawer .nav--contents__list li a .tag {
    font-size: 1.2rem;
    margin-bottom: -0.5em;
  }
  .drawer .nav--official {
    padding: 40px 60px 40px;
  }
  .drawer .nav--fc {
    padding: 60px;
    border-radius: 40px;
  }
  .drawer .block--login {
    margin-bottom: 20px;
    gap: 1.5em;
  }
  .footer .logo {
    width: 20vw;
  }
  .footer .block--support {
    margin-bottom: 30px;
  }
  .footer .block--support li a {
    transition: opacity 0.3s;
  }
  .footer .block--support li a:hover {
    opacity: 0.5;
  }
  .footer .list--support {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
  }
  .footer .list--sns {
    margin-bottom: 30px;
  }
  .footer .list--app li a {
    transition: opacity 0.3s;
  }
  .footer .list--app li a:hover {
    opacity: 0.5;
  }
  .page--home.footer .copyright {
    margin-bottom: 10vh;
  }
  .list--information li a, .list--information li.no-data span, .list--information li > span,
  .list--schedule li a,
  .list--schedule li.no-data span,
  .list--schedule li > span,
  .list--video li a,
  .list--video li.no-data span,
  .list--video li > span,
  .list--disco li a,
  .list--disco li.no-data span,
  .list--disco li > span,
  .list--movie li a,
  .list--movie li.no-data span,
  .list--movie li > span {
    padding: 30px;
  }
  .list--information li + li,
  .list--schedule li + li,
  .list--video li + li,
  .list--disco li + li,
  .list--movie li + li {
    margin-top: 30px;
  }
  .list--information li .date,
  .list--schedule li .date,
  .list--video li .date,
  .list--disco li .date,
  .list--movie li .date {
    font-size: 1.5rem;
  }
  .list--information li .arrow,
  .list--schedule li .arrow,
  .list--video li .arrow,
  .list--disco li .arrow,
  .list--movie li .arrow {
    right: 20px;
    bottom: 20px;
  }
  .list--information li a,
  .page--info .list--schedule li a {
    transition: 0.3s;
  }
  .list--information li a:hover,
  .page--info .list--schedule li a:hover {
    transform: translateX(-20px);
  }
  .list--movie li a,
  .list--blog li a,
  .list--photo li a {
    padding: 10px;
  }
  .page--home .list--schedule li a,
  .page--home .list--voice li a {
    transition: 0.3s;
  }
  .page--home .list--schedule li a:hover,
  .page--home .list--voice li a:hover {
    transform: translateY(-20px);
  }
  .area--official .section-tit,
  .area--fc .section-tit,
  .section--list .section-tit,
  .section--detail .section-tit {
    font-size: min(6rem, 4vw);
  }
  .section--list,
  .section--detail {
    position: relative;
    z-index: 1;
    padding: 160px 5vw 200px;
    min-height: 90vh;
  }
  .section--list .btn_pop,
  .section--detail .btn_pop {
    top: 90px;
  }
  .section--list .btn_pop a,
  .section--detail .btn_pop a {
    transition: 0.3s;
  }
  .section--list .btn_pop a:hover,
  .section--detail .btn_pop a:hover {
    transform: translate(5px, 5px);
    box-shadow: 0 0 0 #212121;
  }
  .section--list .section--inner {
    max-width: 1200px;
  }
  .section--detail .section--inner {
    max-width: 1000px;
  }
  .section--detail .section--inner > .txt a {
    transition: 0.3s;
  }
  .section--detail .section--inner > .txt a:hover {
    opacity: 0.5;
  }
  .section--detail .section-tit {
    font-size: 2rem;
  }
  .section--list .list--video,
  .section--list .list--disco,
  .section--list .list--blog,
  .section--list .list--photo,
  .section--list .list--movie,
  .section--list .list--wallpaper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .section--list .list--video li,
  .section--list .list--disco li,
  .section--list .list--blog li,
  .section--list .list--photo li,
  .section--list .list--movie li,
  .section--list .list--wallpaper li {
    width: calc((100% - 60px) / 3);
    margin-top: 0;
  }
  .section--list .list--video li a,
  .section--list .list--disco li a,
  .section--list .list--blog li a,
  .section--list .list--photo li a,
  .section--list .list--movie li a,
  .section--list .list--wallpaper li a {
    height: 100%;
  }
  .page--blog .section--detail .section--inner,
  .page--movie .section--detail .section--inner,
  .page--info.page--member .section--detail .section--inner {
    padding: 60px;
    border-radius: 30px;
  }
  /* share */
  .block--share {
    margin-top: 30px;
  }
  .block--share li a {
    transition: 0.3s;
  }
  .block--share li a:hover {
    opacity: 0.5;
  }
  /* list--login */
  .list--login li a,
  .list--login li a .ellipse04,
  .list--login li a .txtArrow {
    transition: 0.3s;
  }
  .list--login li a:hover {
    color: #fff;
  }
  .list--login li a:hover .ellipse04 {
    fill: #212121;
  }
  .list--login li a:hover .txtArrow {
    transform: translateX(5px);
  }
  /* loading */
  #loading .logo {
    width: 38.5vw;
  }
  /* loaded_delay */
  /* loading open */
  /* entry pop */
  /* home */
  .page--home {
    /* section--hero */
    /* section--banner */
    /* area--official */
    /* section--media  section--live */
    /* section--media */
    /* section--live */
    /* area--fc */
    /* section--login */
    /* section--information */
    /* section--movie */
    /* section--blog */
    /* section--voice */
    /* section--letter */
    /* section--bbs */
    /* section--jumbo */
  }
  .page--home .block--tit {
    margin-bottom: 20px;
  }
  .page--home .section--hero .mainvisual--logo {
    width: 38.5vw;
  }
  .page--home .section--hero .mainvisual--logo_sub {
    top: 30px;
    left: 40px;
    width: min(17vw, 250px);
  }
  .page--home .section--hero .mainvisual {
    aspect-ratio: 16/9;
    width: max(100vw, 190vh);
  }
  .page--home .section--hero .mainvisual.shrinked {
    width: max(50vw, 90vh);
  }
  .page--home .section--hero .list--sns {
    left: 30px;
    bottom: 30px;
  }
  .page--home .section--banner {
    width: 80%;
    margin: 0 auto 180px;
  }
  .page--home .section--banner .no-carousel .swiper-slide {
    width: calc((100% - 30px) / 2);
    margin: 0 15px;
  }
  .page--home .section--banner .swiper-slide a {
    transition: 0.3s;
  }
  .page--home .section--banner .swiper-slide a:hover {
    transform: translate(6px, 6px);
    box-shadow: 0 0 0 #212121;
  }
  .page--home .section--banner.fc .swiper-slide {
    transform: scale(0.9);
  }
  .page--home .section--banner.fc .swiper-slide a:hover .thumb img {
    transform: scale(1);
  }
  .page--home .section--banner.fc .swiper-slide.swiper-slide-active {
    transform: scale(1.15);
  }
  .page--home .section--banner.fc .swiper-pagination {
    margin-top: 3vw;
  }
  .page--home .area--official {
    margin-bottom: 250px;
  }
  .page--home .area--official .phArea {
    position: relative;
  }
  .page--home .area--official .phArea.area01 {
    margin-top: 140px;
    margin-bottom: 200px;
  }
  .page--home .area--official .phArea.area01 img {
    width: 40vw;
    margin: 0 13vw 0 auto;
  }
  .page--home .area--official .phArea.area01 .line {
    top: -10%;
  }
  .page--home .area--official .phArea.area02 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .page--home .area--official .phArea.area02 img {
    width: 55vw;
    margin: 0 auto 0 0;
  }
  .page--home .area--official .phArea.area02 .line {
    top: 50%;
    left: 70%;
  }
  .page--home .area--official .phArea.area03 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .page--home .area--official .phArea.area03 img {
    width: 53vw;
    margin: 0 auto;
    transform: translateX(-10%);
  }
  .page--home .area--official .phArea.area03 .line {
    top: 10%;
  }
  .page--home .area--official section {
    width: 80vw;
    margin: 0 auto;
  }
  .page--home .section--media .list--schedule,
  .page--home .section--live .list--schedule {
    display: flex;
    gap: 30px;
  }
  .page--home .section--media .list--schedule li,
  .page--home .section--live .list--schedule li {
    width: calc((100% - 60px) / 3);
    margin-top: 0;
  }
  .page--home .section--media .list--schedule li.no-data,
  .page--home .section--live .list--schedule li.no-data {
    width: 100%;
  }
  .page--home .section--media .list--schedule.single li {
    width: 100%;
  }
  .page--home .section--media .list--schedule li.no-data span {
    border-radius: 0 40px;
  }
  .page--home .section--media .list--schedule li a {
    padding: 50px 40px 60px;
    border-radius: 0 100px;
    height: 100%;
  }
  .page--home .section--media .list--schedule li.new a::after {
    left: -10px;
  }
  .page--home .section--live {
    gap: 30px;
  }
  .page--home .section--live .list--schedule li .list__txt {
    height: 100%;
    padding-bottom: 10%;
  }
  .page--home .section--live .list--schedule li a .date {
    margin-bottom: 0.5em;
    font-size: min(3.4rem, 3vw);
  }
  .page--home .section--live .list--schedule li .arrow {
    bottom: min(40px, 2vw);
  }
  .page--home .section--live .list--schedule li.no-data {
    width: calc((100% - 60px) / 3);
  }
  .page--home .section--live .list--schedule li.new a::after {
    top: 8%;
    left: 8%;
  }
  .page--home .section--live .list__more a:hover .txtArrow {
    transform: translateY(5px);
  }
  .page--home .area--fc {
    margin-bottom: 100px;
  }
  .page--home .area--fc .contents--wrap [class^=section--] {
    margin-top: calc(min(100px, 10vw) * -1);
  }
  .page--home .area--fc .contents--wrap [class^=section--] .section--inner {
    padding: min(100px, 10vw) min(100px, 10vw) min(200px, 20vw);
  }
  .page--home .area--fc .contents--wrap [class^=section--]:first-child {
    margin-top: 0;
  }
  .page--home .area--fc .block--tit {
    gap: 20px;
    margin-bottom: 30px;
  }
  .page--home .section--login {
    margin-bottom: 125px;
  }
  .page--home .section--login .block--logo .txt {
    font-size: 1.6vw;
    margin-bottom: 20px;
  }
  .page--home .section--login .block--logo .logo {
    width: 40vw;
  }
  .page--home .section--login .list--login li a:hover {
    color: #212121;
  }
  .page--home .section--login .list--login li a:hover .ellipse04 {
    fill: #fff;
  }
  .page--home .section--information.fc .section--inner .inner--wrap {
    display: flex;
    align-items: flex-start;
    gap: 60px;
  }
  .page--home .section--information.fc .section--inner .block--tit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--home .section--information.fc .section--inner .block--tit .section-tit {
    white-space: nowrap;
  }
  .page--home .section--information.fc .section--inner .list--information {
    flex-grow: 1;
  }
  .page--home .section--movie .section--inner .list--movie {
    display: grid;
    grid-template-columns: calc(66.66% + 5px) calc(33.33% - 25px);
    grid-template-rows: auto auto;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .page--home .section--movie .section--inner .list--movie li + li {
    margin-top: 0;
  }
  .page--home .section--movie .section--inner .list--movie li:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .page--home .section--movie .section--inner .list--movie li:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .page--home .section--movie .section--inner .list--movie li:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .page--home .section--movie .section--inner .list--movie li a {
    padding: 10px;
  }
  .page--home .section--blog .section--inner .shelf::before {
    width: calc(100% + min(100px, 10vw) * 2);
    left: calc(min(100px, 10vw) * -1);
  }
  .page--home .section--blog .section--inner .block--book {
    margin-right: min(100px, 10vw);
  }
  .page--home .section--voice .section--inner .lead {
    text-align: center;
  }
  .page--home .section--voice .section--inner .list--voice {
    display: flex;
    gap: 30px;
  }
  .page--home .section--voice .section--inner .list--voice li {
    width: calc((100% - 60px) / 3);
    margin-top: 0 !important;
  }
  .page--home .section--voice .section--inner .list--voice li a .date {
    padding: 20px 30px 0;
  }
  .page--home .section--voice .section--inner .list--voice li a .tit {
    padding: 30px;
  }
  .page--home .section--letter .section--inner .lead {
    top: -30px;
    right: -15%;
  }
  .page--home .section--letter .section--inner .item {
    width: 60%;
  }
  .page--home .section--letter .section--inner .item a {
    padding: 10px;
  }
  .page--home .section--bbs .section--inner .lead {
    margin-bottom: 60px;
    font-size: 2rem;
  }
  .page--home .section--bbs .section--inner .item {
    width: 50%;
    margin-bottom: 30px;
  }
  .page--home .section--bbs .section--inner .item .frame {
    width: 140%;
  }
  .page--home .section--jumbo .section--inner .item {
    width: 70%;
  }
  .page--home .section--jumbo .section--inner .item::before {
    width: 30%;
    top: -10%;
    left: -20%;
  }
  .page--home .section--jumbo .section--inner .item::after {
    width: 45%;
    bottom: -50%;
    right: -5%;
  }
  body.lowpower-mode .section--hero .mainvisual {
    width: 50vw;
  }
  .page--info .section--list .list--schedule.live .list__txt {
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
  .page--info .section--list .list--schedule.live .list__txt .date {
    margin-bottom: 0;
  }
  .page--disco .list--disco li a {
    flex-direction: column;
  }
  .page--disco .list--disco li a .list__txt {
    padding: 20px;
  }
  .page--disco .section--detail .section--inner {
    max-width: 1200px;
  }
  .page--disco .section--detail .area--disco-detail {
    display: flex;
    gap: 60px;
  }
  .page--disco .section--detail .area--disco-detail .jacket--wrap {
    width: 40%;
  }
  .page--disco .section--detail .area--disco-detail .list--jacket {
    flex-direction: column;
  }
  .page--disco .section--detail .area--disco-detail .block--detail {
    width: calc(60% - 60px);
    flex-grow: 1;
  }
  .page--disco .section--detail .area--disco-detail .jacket--wrap li + li {
    margin-top: 30px;
  }
  .page--disco .section--detail .area--disco-detail .block--detail .tit {
    font-size: 2rem;
  }
  .page--disco .section--detail .area--disco-detail .block--detail .block--comment a {
    transition: 0.3s;
  }
  .page--disco .section--detail .area--disco-detail .block--detail .block--comment a:hover {
    opacity: 0.5;
  }
  .page--movie .section--detail .section--inner {
    max-width: 1600px;
  }
  .page--movie .section--detail .area--movie {
    margin-bottom: 60px;
  }
  .page--movie .section--detail .no-moreMovie .area--movie {
    width: 100%;
    border-right: none;
  }
  .page--movie .section--detail .block--player {
    margin: 0;
  }
  .page--movie .section--detail .block--tab {
    margin-bottom: 20px;
  }
  .page--movie .section--detail .block--more_movies {
    position: relative;
    height: 100%;
  }
  .page--movie .section--detail .block--more_movies .list--movie li {
    width: calc((100% - 60px) / 3);
    margin-top: 0;
  }
  .page--movie .section--detail .block--more_movies .list--movie li a {
    height: 100%;
  }
  .page--movie .section--detail .block--more_movies .no-carousel .list--movie {
    gap: 30px;
  }
  .page--movie .section--detail .block--comments {
    position: relative;
    height: 100%;
  }
  .page--movie .section--detail .block--comments .list--comment li {
    background: #fff;
  }
  .page--blog .section--list .section--inner .section-tit .writer {
    display: inline-block;
    margin-left: 0.5em;
  }
  .page--blog .section--list .section--inner .block--year li a .txtArrow {
    transition: 0.3s;
  }
  .page--blog .section--list .section--inner .block--year .year-heading--prev a:hover .txtArrow {
    transform: translateX(-5px);
  }
  .page--blog .section--list .section--inner .block--year .year-heading--next a:hover .txtArrow {
    transform: translateX(5px);
  }
  .page--blog .section--list .section--inner .list--month li a {
    transition: 0.3s;
  }
  .page--blog .section--list .section--inner .list--month li a:hover {
    background: #fff;
  }
  .page--blog .section--list .section--inner .block--book .book {
    transition: 0.3s;
  }
  .page--blog .section--list .section--inner .block--book .book:hover {
    transform: scale(1.05);
    z-index: 10;
  }
  .page--blog .section--list .section--inner .block--year .year-heading--next {
    position: relative;
    padding-left: 1em;
  }
  .page--blog .section--list .section--inner .block--year .year-heading--next::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    background: #212121;
  }
  .page--blog .section--list .section--inner .list--month li {
    width: calc((100% - 5.5em) / 12);
  }
  .page--home .section--blog .block--book::after,
  .page--blog .section--list .block--book::after {
    content: "";
    display: block;
    position: static;
    width: min(60vh, 600px);
    height: min(60vh, 600px);
    margin-left: 20px;
    background-image: url(/static/creephyp/renewal/home/blog.webp);
    background-image: url(/static/creephyp/renewal/home/blog.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  .page--home .section--blog .book .spine,
  .page--blog .section--list .book .spine {
    font-size: 1.4rem;
  }
  .page--home .section--blog .book .spine .tit,
  .page--blog .section--list .book .spine .tit {
    font-size: min(3.8rem, 5vh);
  }
  .page--bbs .block--bbs-option .searchBox {
    max-width: 20em;
  }
  .page--bbs .block--post .btn--main:hover {
    background: #fff;
    color: #212121;
  }
  .page--bbs .list--comment {
    padding: 30px 60px;
  }
  .page--bbs .list--comment li {
    padding: 30px 0;
  }
  .page--bbs .list--comment li + li {
    margin-top: 30px;
  }
  .page--bbs .btn--sub:hover,
  .page--bbs input.btn--sub:hover {
    background: #fff;
    color: #212121;
  }
  .page--bbs .block--pager .pager__item--other a:hover {
    border-color: #fff;
  }
  .page--fanmail .section--list .section--inner {
    max-width: 1000px;
  }
  .page--fanmail .section--list .section--inner > .txt {
    padding: 60px;
    border-radius: 30px;
  }
  .page--profile.section--detail .list--member a {
    transition: opacity 0.3s;
  }
  .page--profile.section--detail .list--member a:hover {
    opacity: 0.5;
  }
  .page--profile.section--detail .txt {
    padding-top: 60px;
    margin-top: 60px;
  }
  .page--entry .section--inner {
    max-width: 1200px;
  }
  .page--entry .block--logo .logo {
    width: min(60%, 900px);
  }
  .page--entry .block--logo .ellipse03 {
    width: min(100%, 1200px);
  }
  .page--entry .block--logo .memphis_l,
  .page--entry .block--logo .memphis_r {
    width: min(25vw, 250px);
  }
  .page--entry .block--logo .memphis_l {
    left: max(-14vw, -50px);
    top: max(-12vw, -70px);
  }
  .page--entry .block--logo .memphis_r {
    right: max(-14vw, -50px);
    bottom: max(-12vw, -70px);
  }
  .page--entry .lead {
    text-align: center;
  }
  .page--entry .btn .btn--main {
    transition: 0.3s;
  }
  .page--entry .btn .btn--main:hover {
    transform: translate(5px, 5px);
    box-shadow: 0px 0px 0 #212121;
  }
  .page--entry .block--contents,
  .page--entry .block--app,
  .page--entry .block--entry {
    margin-top: 120px;
  }
  .page--entry .list--contents li {
    width: calc((100% - 40px) / 3);
  }
  .page--entry .block--app .block--inner {
    position: relative;
    display: flex;
    gap: 60px;
  }
  .page--entry .block--app .ph {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    width: 30%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page--entry .block--app .list--app {
    flex-grow: 1;
    width: calc(70% - 60px);
  }
  .page--entry .block--app .block--txt.horizontal {
    display: flex;
    gap: 30px;
  }
  .page--entry .block--app .block--txt.horizontal .ph {
    width: calc((100% - 60px) / 3);
  }
  .page--entry .block--app .block--txt.horizontal .ph + div {
    width: calc(70% - 30px);
  }
  .page--entry .block--app .list--link li a {
    transition: opacity 0.3s;
  }
  .page--entry .block--app .list--link li a:hover {
    opacity: 0.5;
  }
  .page--entry .block--entry .box {
    display: flex;
    padding: 40px;
  }
  .page--entry .block--entry .fee {
    width: 12em;
  }
  .page--entry .block--entry .payment {
    margin-left: 60px;
    padding-left: 60px;
  }
  .page--entry .block--entry .payment::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-image: repeating-linear-gradient(0deg, #212121, #212121 3px, transparent 3px, transparent 6px);
  }
  .page--entry .block--entry .block--inner.horizontal {
    display: flex;
    gap: 40px;
  }
  .page--entry .block--entry .block--inner.horizontal .box {
    flex-direction: column;
    width: calc(50% - 20px);
    margin-top: 2rem;
  }
  .page--entry .block--entry .block--inner.horizontal .payment {
    margin: 30px 0 0;
    padding: 30px 0 0;
  }
  .page--entry .block--entry .block--inner.horizontal .payment::before {
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(90deg, #212121, #212121 3px, transparent 3px, transparent 6px);
  }
  .page--entry.app .block--app {
    margin-top: 0;
  }
  .page--entry.app .lead {
    margin-bottom: 80px;
  }
  .page--entry.app--entry .block--fee {
    margin-top: 80px;
  }
  .page--entry.app--entry .restore {
    text-align: center;
  }
  .page--entry.app--entry .restore .btn a {
    transition: opacity 0.3s;
  }
  .page--entry.app--entry .restore .btn a:hover {
    transform: none;
    opacity: 0.5;
  }
  .page--entry.app--entry table th {
    width: 15em;
  }
  .page--support .section-tit {
    font-size: 2.4rem;
  }
  .page--support .detail_table th,
  .page--support .detail_table td {
    padding: 1em;
  }
  .page--support .detail_table th {
    width: 11em;
  }
  .page--support .block--course {
    padding: 0 60px 60px;
  }
  .page--support .block--course h3 {
    margin: 0 -60px 1em;
  }
  .page--faq .block--tit {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .page--faq .block--tit .section-tit {
    margin-bottom: 0;
  }
  .page--faq .block--tit .searchBox {
    position: relative;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
  }
  .page--error .section--detail p {
    text-align: center;
  }
  .section--detail.page--stream .section--inner {
    max-width: 1200px;
  }
  .section--detail.page--stream .block--method .swiper:last-of-type li:last-of-type {
    justify-content: center;
  }
  .section--detail.page--stream .block--method .method-list {
    display: flex;
  }
  .section--detail.page--stream .block--method .method-list li {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 21.25%;
    height: auto;
    margin-right: 5%;
    flex-shrink: unset;
  }
  .section--detail.page--stream .adjust-list {
    display: flex;
    gap: 5%;
  }
  .section--detail.page--stream .adjust-list li {
    width: 30%;
  }
  .section--detail.page--stream .app-download .dl-list li a {
    transition: 0.3s;
  }
  .section--detail.page--stream .app-download .dl-list li a:hover {
    opacity: 0.5;
  }
  .page--goods.section--list .list--goods {
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 40px;
    margin-bottom: 120px;
  }
  .page--goods.section--list .list--goods li {
    width: 22%;
  }
  .page--goods.section--list .popup .popup-inner .close {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 8px;
    background: #212121;
  }
  .page--goods.section--list .popup .popup-inner .close::before, .page--goods.section--list .popup .popup-inner .close::after {
    background: #fff;
  }
  .page--goods.section--list .popup .item {
    display: flex;
    gap: 5%;
  }
  .page--goods.section--list .popup .item .block--ph {
    width: 50%;
  }
  .page--goods.section--list .popup .item .detail {
    width: 45%;
  }
  .page--goods.section--list .popup .item .tit {
    padding-top: 10px;
    padding-right: 15px;
  }
  .content--main > section:not([class^=section--]),
  .content--main:not(:has([class^=section--])) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section--redirect {
    padding: 120px min(5vw, 20px) 160px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .form--confirm dl,
  .form--post dl {
    padding: 20px;
  }
  .form--confirm dt,
  .form--post dt {
    margin-top: 1.5em;
  }
  .form--confirm dd,
  .form--post dd {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
  .form--post .input--quarter {
    width: 30%;
  }
  .form--post .input--quarter.postal_code {
    width: 75%;
  }
  .section--video .tit span {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 1.8em;
    line-height: 1.8;
  }
  .list--contents .tit,
  .list--information li a .tit,
  .list--schedule li a .tit,
  .list--information.members li a .tit,
  .section--movie a .tit {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 4.8em;
    line-height: 1.6;
  }
  /* detail__btn */
  .detail__btn {
    margin: 40px 0 0;
  }
  .page--schedule .section--detail .event--start,
  .page--home .area--official .list--schedule li a .event--start,
  .section--list .section--inner .list--schedule li a .event--start,
  .list--schedule li a .event--start {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--schedule .section--detail .date,
  .page--home .area--official .list--schedule li a .date,
  .section--list .section--inner .list--schedule li a .date,
  .list--schedule li a .date {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .page--schedule .section--detail .date .week,
  .page--home .area--official .list--schedule li a .date .week,
  .section--list .section--inner .list--schedule li a .date .week,
  .list--schedule li a .date .week {
    width: 1.7em;
    height: 1.7em;
    font-size: 0.5em;
    padding-bottom: 0.05em;
  }
  .page--schedule .section--detail .event--start,
  .section--list .section--inner .list--schedule li a .event--start {
    width: 4em;
  }
  .list--information li a, .list--information li.no-data span, .list--information li > span,
  .list--schedule li a,
  .list--schedule li.no-data span,
  .list--schedule li > span,
  .list--video li a,
  .list--video li.no-data span,
  .list--video li > span,
  .list--disco li a,
  .list--disco li.no-data span,
  .list--disco li > span,
  .list--movie li a,
  .list--movie li.no-data span,
  .list--movie li > span,
  .list--blog li a,
  .list--blog li.no-data span,
  .list--blog li > span,
  .list--photo li a,
  .list--photo li.no-data span,
  .list--photo li > span {
    padding: 25px;
  }
  .list--information li + li,
  .list--schedule li + li,
  .list--video li + li,
  .list--disco li + li,
  .list--movie li + li,
  .list--blog li + li,
  .list--photo li + li {
    margin-top: 25px;
  }
  .list--information li .date,
  .list--schedule li .date,
  .list--video li .date,
  .list--disco li .date,
  .list--movie li .date,
  .list--blog li .date,
  .list--photo li .date {
    font-size: 1.4rem;
  }
  .list--information li .arrow,
  .list--schedule li .arrow,
  .list--video li .arrow,
  .list--disco li .arrow,
  .list--movie li .arrow,
  .list--blog li .arrow,
  .list--photo li .arrow {
    right: 10px;
    bottom: 10px;
  }
  /* list--information */
  /* list--schedule */
  .list--movie li a,
  .list--blog li a,
  .list--photo li a {
    padding: 8px;
  }
  /* list--sns */
  .section--hero .list--sns,
  .footer .list--sns {
    width: 20rem;
  }
  /* list--login */
  .list--login li a {
    font-size: 1.3rem;
  }
  .new a::after {
    top: -10px;
    left: 10px;
  }
  .header {
    padding: 30px 20px;
  }
  .header > .logo {
    width: min(35vw, 180px);
  }
  .page--home .header {
    width: 100%;
  }
  .page--home .header > .logo {
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    width: min(50vw, 25vh);
  }
  .drawer__btn {
    top: 15px;
  }
  .drawer {
    width: calc(100vw - 10px);
  }
  .drawer .inner {
    padding: 10px;
    border-radius: 25px 0 25px 25px;
  }
  .drawer .inner .logo {
    width: min(50vw, 250px);
  }
  .drawer .nav--contents__list li a {
    font-size: 2rem;
  }
  .drawer .nav--contents__list li a .tag {
    font-size: 1.1rem;
  }
  .drawer .nav--official {
    padding: 40px 20px 40px;
  }
  .drawer .nav--fc {
    padding: 60px 30px;
    border-radius: 20px;
  }
  .drawer .block--login {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
  }
  .drawer .block--login .logo {
    margin-bottom: 10px;
  }
  .drawer .list--sns li a {
    font-size: 2rem;
  }
  .drawer-visible {
    overflow: hidden;
  }
  .drawer-visible .wrap .content--main *,
  .drawer-visible .footer * {
    pointer-events: none;
  }
  .footer .logo {
    width: 43vw;
    margin-bottom: min(40px, 3vh);
    margin-bottom: min(40px, 3svh);
  }
  .footer .block--support {
    margin-bottom: min(60px, 4vh);
    margin-bottom: min(60px, 4svh);
  }
  .footer .block--support .tit {
    margin-bottom: 1em;
    text-align: center;
    cursor: pointer;
  }
  .footer .block--support .tit .close {
    display: inline-block;
    position: relative;
    top: 0.1em;
    width: 0.9em;
    height: 0.9em;
    margin-left: 0.5em;
  }
  .footer .block--support .tit .close::before, .footer .block--support .tit .close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #212121;
  }
  .footer .block--support .tit .close::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
  }
  .footer .block--support .tit .close::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    transition: 0.3s;
  }
  .footer .block--support .tit.open .close::after {
    height: 0px;
  }
  .footer .list--support {
    display: none;
    text-align: center;
  }
  .footer .list--support li + li {
    margin-top: 0.5em;
  }
  .footer .list--sns {
    margin-bottom: min(40px, 4vh);
    margin-bottom: min(40px, 4svh);
  }
  .page--home .footer .block--lyric .item_lyric {
    font-size: 1.6rem;
  }
  .page--home .footer .copyright {
    margin-bottom: 50vh;
    margin-bottom: 50svh;
  }
  .section--list .section-tit {
    font-size: min(2.6rem, 9vw);
  }
  .section--list,
  .section--detail {
    position: relative;
    z-index: 1;
    min-height: 90vh;
  }
  .section--list .btn_pop,
  .section--detail .btn_pop {
    bottom: 30px;
    transition: transform 0.4s;
  }
  body.is-footer .section--list .btn_pop,
  body.is-footer .section--detail .btn_pop {
    transform: translateX(100%);
  }
  .section--list {
    padding: 120px min(7.5vw, 25px) 160px;
  }
  .section--detail {
    padding: 120px min(5vw, 20px) 160px;
  }
  .section--detail .section--inner {
    max-width: 600px;
  }
  .section--detail .section-tit {
    font-size: 2rem;
  }
  .body--app .section--list,
  .body--app .section--detail {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .page--blog .section--detail .section--inner,
  .page--movie .section--detail .section--inner,
  .page--info.page--member .section--detail .section--inner {
    padding: 25px 20px;
    border-radius: 15px;
  }
  /* share */
  .block--share {
    margin-top: 20px;
  }
  /* loading */
  #loading .logo {
    top: 45vh;
    width: 68vw;
  }
  /* timecard_pop */
  .timecard_pop {
    bottom: 115px;
    width: 115px;
  }
  /* entry pop */
  .entry_pop {
    font-size: 0.75rem;
  }
  /* home */
  .page--home {
    /* section--hero */
    /* section--banner */
    /* area--official */
    /* section--media */
    /* section--live */
    /* section--media */
    /* section--live */
    /* section--video */
    /* area--fc */
    /* section--login */
    /* section--information */
    /* section--movie */
    /* section--blog */
    /* section--voice */
    /* section--letter */
    /* section--bbs */
    /* section--jumbo */
  }
  .page--home .block--tit {
    margin-bottom: 20px;
  }
  .page--home .section--hero .mainvisual--logo {
    top: 50vh;
    width: 68vw;
  }
  .page--home .section--hero .mainvisual--logo_sub {
    top: calc(45vh - min(70vw, 40vh) * 0.75 - 20px);
    top: calc(45lvh - min(70vw, 40svh) * 0.75 - 20px);
    left: 50%;
    transform: translate(-50%, -100%);
    width: min(50vw, 30vh);
  }
  .page--home .section--hero .mainvisual {
    top: 45vh;
    top: 45lvh;
    aspect-ratio: 2/3;
    width: 66.6vh;
    width: 66.6lvh;
  }
  .page--home .section--hero .list--sns {
    left: 50%;
    bottom: calc(45vh - min(70vw, 40vh) * 0.75 + 50px);
    bottom: calc(45lvh - min(70vw, 40svh) * 0.75 + 50px);
    transform: translate(-50%, 100%);
    opacity: 0;
  }
  .page--home .section--hero .scroll {
    bottom: auto;
    top: 100svh;
    transform: translate(-50%, -100%);
  }
  .page--home .section--hero .scroll::after {
    height: 10vh;
    height: 10svh;
  }
  .page--home .section--hero.mainvisual-delay .scroll {
    opacity: 0;
  }
  .page--home .section--hero.mainvisual-delay .list--sns {
    opacity: 1;
  }
  .page--home .section--banner {
    width: 80%;
    margin: 0 auto 80px;
  }
  .page--home .section--banner.fc .swiper-slide {
    transform: scale(0.85);
  }
  .page--home .section--banner.fc .swiper-slide.swiper-slide-active {
    transform: scale(1.05);
  }
  .page--home .section--banner.fc .swiper-pagination {
    margin-top: 1.5em;
  }
  .page--home .area--official .section-tit,
  .page--home .area--fc .section-tit {
    font-size: min(2.6rem, 9vw);
  }
  .page--home .area--official {
    margin-bottom: 180px;
  }
  .page--home .area--official section:not(.section--live) .block--tit {
    justify-content: space-between;
  }
  .page--home .area--official .phArea {
    position: relative;
  }
  .page--home .area--official .phArea.area01 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .page--home .area--official .phArea.area01 img {
    width: 65vw;
    margin: 0 7vw 0 auto;
  }
  .page--home .area--official .phArea.area01 .line {
    top: 10%;
    transform: translate(-50%, -50%) rotate(-6deg);
  }
  .page--home .area--official .phArea.area02 {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .page--home .area--official .phArea.area02 img {
    width: 90vw;
    margin: 0 auto 0 0;
  }
  .page--home .area--official .phArea.area02 .line {
    display: none;
  }
  .page--home .area--official .phArea.area03 {
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .page--home .area--official .phArea.area03 img {
    width: 75vw;
    margin: 0 auto;
  }
  .page--home .area--official .phArea.area03 .line {
    top: 15%;
  }
  .page--home .area--official section {
    width: max(80vw, 100% - 70px);
    margin: 0 auto;
  }
  .page--home .section--media .list--schedule li.no-data,
  .page--home .section--live .list--schedule li.no-data {
    width: 100%;
  }
  .page--home .section--media .list--schedule li.no-data span {
    border-radius: 0 25px;
  }
  .page--home .section--media .list--schedule li a {
    padding: 30px;
    border-radius: 0 40px;
    height: 100%;
  }
  .page--home .section--live {
    gap: 20px;
    padding-right: 3em;
  }
  .page--home .section--live .block--tit {
    padding-top: 0.5em;
  }
  .page--home .section--live .list--schedule {
    display: flex;
    flex-wrap: wrap;
  }
  .page--home .section--live .list--schedule li {
    width: 100%;
    max-width: 400px;
  }
  .page--home .section--live .list--schedule li .list__txt {
    justify-content: center;
    padding-bottom: 2em;
    max-width: 260px;
  }
  .page--home .section--live .list--schedule li .arrow {
    bottom: 30px;
  }
  .page--home .section--live .list--schedule li:nth-child(2) {
    margin-left: auto;
  }
  .page--home .section--live .list--schedule li.new a::after {
    top: 4%;
    left: 4%;
  }
  .page--home .section--video .list--video li a {
    padding: 8px;
  }
  .page--home .area--fc {
    margin-bottom: 100px;
  }
  .page--home .area--fc .contents--wrap [class^=section--] {
    margin-top: calc(min(80px, 20vw) * -1);
  }
  .page--home .area--fc .contents--wrap [class^=section--] .section--inner {
    padding: min(80px, 20vw) min(30px, 7.5vw) min(160px, 40vw);
  }
  .page--home .area--fc .contents--wrap [class^=section--]:first-child {
    margin-top: 0;
  }
  .page--home .area--fc .block--tit {
    justify-content: space-between;
    gap: 10px 20px;
  }
  .page--home .area--fc .list__more {
    margin-left: auto;
    margin-right: 0.8em;
  }
  .page--home .area--fc .list__more a {
    font-size: 1.1rem;
  }
  .page--home .section--login {
    margin-bottom: 60px;
  }
  .page--home .section--login .block--logo .txt {
    font-size: min(2.6vw, 1.45rem);
    margin-bottom: 10px;
  }
  .page--home .section--login .block--logo .logo {
    width: min(60vw, 400px);
  }
  .page--home .section--movie .section--inner .list--movie li a {
    padding: 8px;
  }
  .page--home .section--movie .section--inner .list--movie li:nth-child(1) {
    width: 95%;
  }
  .page--home .section--movie .section--inner .list--movie li:nth-child(2) {
    width: 80%;
    margin-right: 0;
    margin-left: auto;
  }
  .page--home .section--movie .section--inner .list--movie li:nth-child(3) {
    width: 80%;
  }
  .page--home .section--blog .section--inner .shelf::before {
    width: calc(100vw + min(20px, 7.5vw) * 2);
    left: calc(min(20px, 7.5vw) * -2);
  }
  .page--home .section--voice .section--inner .lead {
    line-height: 1.6;
  }
  .page--home .section--voice .section--inner .section-tit {
    width: 100%;
    text-align: center;
  }
  .page--home .section--voice .section--inner .list--voice li + li {
    margin-top: 25px;
  }
  .page--home .section--voice .section--inner .list--voice li a .date {
    padding: 15px 25px 0;
  }
  .page--home .section--voice .section--inner .list--voice li a .tit {
    padding: 25px;
  }
  .page--home .section--voice .section--inner .list__more {
    margin: 30px auto 0;
  }
  .page--home .section--letter .section--inner .block--tit {
    justify-content: center;
  }
  .page--home .section--letter .section--inner .lead {
    top: 20px;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: -1;
    white-space: nowrap;
  }
  .page--home .section--letter .section--inner .item {
    z-index: 10;
    margin-top: min(40vw, 11em);
  }
  .page--home .section--letter .section--inner .item a {
    padding: 8px;
  }
  .page--home .section--bbs .section--inner .block--tit {
    justify-content: center;
    margin-bottom: 20px;
  }
  .page--home .section--bbs .section--inner .lead {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .page--home .section--bbs .section--inner .item {
    width: 85%;
    margin-bottom: 20px;
  }
  .page--home .section--bbs .section--inner .item .frame {
    width: 110%;
  }
  .page--home .section--jumbo .section--inner .block--tit {
    justify-content: center;
    margin-bottom: 20px;
  }
  .page--home .section--jumbo .section--inner .lead {
    margin-bottom: 30px;
  }
  .page--home .section--jumbo .section--inner .item {
    width: 90%;
    margin-bottom: 30px;
  }
  .page--home .section--jumbo .section--inner .item::before {
    width: 25%;
    top: -30%;
    left: -10%;
    transform: rotate(10deg);
  }
  .page--home .section--jumbo .section--inner .item::after {
    width: 55%;
    bottom: -40%;
    right: -3%;
  }
  body.lowpower-mode .section--hero {
    height: 90vh;
  }
  body.lowpower-mode .section--hero .mainvisual {
    top: 45vh;
    width: 90vw;
  }
  body.lowpower-mode .section--hero .mainvisual--logo_sub {
    top: calc(45vh - 35vw);
  }
  body.lowpower-mode .section--hero .list--sns {
    bottom: calc(45lvh - 35vw);
  }
  .page--disco .list--disco li a .thumb {
    width: 45%;
  }
  .page--disco .list--disco li a .list__txt {
    width: 55%;
    padding: 10px 15px;
  }
  .page--disco .section--detail .area--disco-detail .block--jacket {
    margin: 0 auto 20px;
  }
  .page--disco .section--detail .area--disco-detail .block--jacket.swiper {
    width: 90%;
    overflow: visible;
  }
  .page--disco .section--detail .area--disco-detail .block--jacket.swiper li {
    margin-right: 20px;
  }
  .page--disco .section--detail .area--disco-detail .block--detail .tit {
    font-size: 1.6rem;
  }
  .page--movie .section--detail .area--movie {
    margin-bottom: 30px;
  }
  .page--movie .section--detail .block--tab {
    margin-bottom: 10px;
  }
  .page--movie .section--detail .block--more_movies .list--movie li {
    margin-top: 0;
    border: 1px solid #212121;
  }
  .page--movie .section--detail .block--more_movies .list--movie li a {
    padding: 5px;
  }
  .page--blog .section--list .section--inner .section-tit .archive {
    font-size: 1.2rem;
  }
  .page--blog .section--list .section--inner .section-tit .writer {
    font-size: 1.5rem;
  }
  .page--blog .section--list .block--year {
    justify-content: space-between;
  }
  .page--blog .section--list .list--month li {
    width: calc((100% - 2.5em) / 6);
  }
  .page--home .section--blog .block--book,
  .page--blog .section--list .block--book {
    display: flex;
  }
  .page--home .section--blog .block--book::after,
  .page--blog .section--list .block--book::after {
    content: "";
    display: block;
    position: static;
    width: 5vw;
    height: 100%;
  }
  .page--home .section--blog .book .spine,
  .page--blog .section--list .book .spine {
    min-height: 31em;
    font-size: 1.1rem;
  }
  .page--home .section--blog .book .spine .tit,
  .page--blog .section--list .book .spine .tit {
    font-size: min(2.8rem, 6vh);
  }
  .page--letter .section--list.detail .list--photo {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  .page--letter .section--list.detail .list--photo li {
    width: calc(50% - 7px);
  }
  .page--letter .section--list.detail .list--photo li + li {
    margin-top: 0;
  }
  .page--bbs .block--bbs-option {
    flex-direction: column;
  }
  .page--bbs .list--comment {
    padding: 20px;
  }
  .page--bbs .list--comment li {
    padding: 20px 0;
  }
  .page--bbs .list--comment li + li {
    margin-top: 25px;
  }
  .page--wallpaper .list--wallpaper li + li {
    margin-top: 25px;
  }
  .page--wallpaper .section--detail .ph::after {
    display: none;
  }
  .page--wallpaper .section--detail .ph img {
    pointer-events: auto;
  }
  .page--fanmail .section--list .section--inner {
    max-width: 600px;
  }
  .page--fanmail .section--list .section--inner > .txt {
    padding: 25px 20px;
    border-radius: 15px;
  }
  .page--profile.section--detail .list--member {
    flex-direction: column;
  }
  .page--entry .block--logo .txt,
  .page--entry .block--logo .logo {
    margin-top: -1vw;
  }
  .page--entry .block--logo .logo {
    width: 65%;
  }
  .page--entry .block--logo .ellipse03 {
    width: 100%;
  }
  .page--entry .block--logo .memphis_l,
  .page--entry .block--logo .memphis_r {
    width: min(20vw, 230px);
  }
  .page--entry .block--logo .memphis_l {
    left: -1vw;
    top: -6vw;
  }
  .page--entry .block--logo .memphis_r {
    right: -1vw;
    bottom: -6vw;
  }
  .page--entry .block--contents,
  .page--entry .block--app,
  .page--entry .block--entry {
    margin-top: 80px;
  }
  .page--entry .list--contents li {
    width: 100%;
  }
  .page--entry .block--app .ph {
    margin: 0 auto 40px;
  }
  .page--entry .block--entry .box {
    padding: 30px;
  }
  .page--entry .block--entry .box + .box {
    margin-top: 40px;
  }
  .page--entry .block--entry .payment {
    margin-top: 30px;
    padding-top: 30px;
  }
  .page--entry .block--entry .payment::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-image: repeating-linear-gradient(90deg, #212121, #212121 3px, transparent 3px, transparent 6px);
  }
  .page--entry.app .block--app .lead {
    margin-bottom: 40px;
  }
  .page--entry.app--entry .block--fee {
    margin-top: 40px;
  }
  .page--support .section-tit {
    font-size: 1.8rem;
  }
  .page--support .detail_table th {
    width: 7em;
  }
  .page--support .detail_table th,
  .page--support .detail_table td {
    padding: 0.5em;
  }
  .page--support .detail_table td {
    font-size: 1.3rem;
  }
  .page--support .block--course {
    padding: 0 20px 40px;
  }
  .page--support .block--course h3 {
    margin: 0 -20px 1em;
  }
  .section--detail.page--stream .block--method .swiper {
    width: 100vw;
    padding: 0 5vw;
    margin-left: -5vw;
    overflow: hidden;
  }
  .section--detail.page--stream .block--method .swiper .swiper-button-next,
  .section--detail.page--stream .block--method .swiper .swiper-button-prev {
    top: calc(50% - 30px);
  }
  .section--detail.page--stream .block--method .swiper .swiper-button-prev {
    left: 2em;
  }
  .section--detail.page--stream .block--method .swiper .swiper-button-next {
    right: 2em;
  }
  .section--detail.page--stream .block--adjust .adjust-list li + li {
    margin-top: 40px;
  }
  .section--detail.page--stream .block--guide .tit {
    text-align: center;
  }
  .page--goods.section--list .block-tit {
    font-size: min(2rem, 6vw);
  }
  .page--goods.section--list .list--goods {
    -moz-column-gap: 6%;
         column-gap: 6%;
    row-gap: 30px;
    margin-bottom: 60px;
  }
  .page--goods.section--list .list--goods li {
    width: 47%;
  }
  .page--goods.section--list .popup {
    align-items: flex-start !important;
  }
  .page--goods.section--list .popup .popup-inner {
    height: calc(100vh - (60px + 5vw));
    height: calc(100svh - (60px + 5vw));
  }
  .page--goods.section--list .popup .popup-inner .close {
    position: fixed;
    top: 10px;
    right: 10px;
    background: #fff;
  }
  .page--goods.section--list .popup .popup-inner .close::before, .page--goods.section--list .popup .popup-inner .close::after {
    background: #212121;
  }
  .page--goods.section--list .popup .item .block--ph {
    margin-bottom: 20px;
  }
  .section--redirect {
    padding: 120px min(5vw, 20px) 160px;
  }
}
/* ----------------------------

tablet

------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .page--home .section--live .list--schedule li + li {
    margin-top: -5vw;
  }
}