@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,
body {
  height: 100%;
}

body {
  background-color: #f5f5f5;
  color: #0a0a0a;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}

a {
  display: block;
  width: 100%;
  height: 100%;
  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;
}

span {
  display: block;
}

::-moz-selection {
  background-color: #0a0a0a;
  color: #f5f5f5;
}

::selection {
  background-color: #0a0a0a;
  color: #f5f5f5;
}

::-moz-selection {
  background-color: #0a0a0a;
  color: #f5f5f5;
}

.body--app a {
  -webkit-touch-callout: none !important;
}
.body--app header,
.body--app footer {
  display: none;
}

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

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

.section--banner #listBanner:not(.no-carousel) .swiper li {
  pointer-events: none;
}
.section--banner #listBanner:not(.no-carousel) .swiper li.swiper-slide-active, .section--banner #listBanner:not(.no-carousel) .swiper li.swiper-slide-prev, .section--banner #listBanner:not(.no-carousel) .swiper li.swiper-slide-next {
  pointer-events: auto;
}

.block--pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  row-gap: 1em;
  margin: 3em auto 0;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.block--pager li a,
.block--pager li span {
  display: block;
  position: relative;
}
.block--pager .pager__item--current,
.block--pager .pager__item--other {
  font-size: 1.125em;
}
.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.4em;
  border-radius: 999px;
  border: 1px solid transparent;
  text-align: center;
  line-height: 1;
}
.block--pager .pager__item--current a,
.block--pager .pager__item--current span {
  border-color: rgba(78, 78, 78, 0.8);
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  font-size: 0.875em;
}
.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--newer span,
.block--pager .pager__item--newer a {
  padding-left: 1em;
}
.block--pager .pager__item--newer span::after,
.block--pager .pager__item--newer a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #0a0a0a;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(45deg);
}
.block--pager .pager__item--older {
  margin-left: 1em;
}
.block--pager .pager__item--older span,
.block--pager .pager__item--older a {
  padding-right: 1em;
}
.block--pager .pager__item--older span::after,
.block--pager .pager__item--older a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #0a0a0a;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}

.swiper-button-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  position: relative;
  z-index: 10;
  margin-top: -1em;
  margin-left: 1em;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  filter: drop-shadow(0px 0px 5px rgba(245, 245, 245, 0.6));
}

.swiper-pagination,
.swiper-button-prev,
.swiper-button-next {
  position: static;
}

.swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: static;
  width: 3.5em;
  height: 3.5em;
  border-radius: 999px;
  border: 1px solid;
  font-size: 1.25em;
  letter-spacing: 0.06em;
}
.swiper-pagination .swiper-pagination-total {
  position: relative;
  padding-left: 1em;
  margin-top: 0.5em;
  font-size: 12px;
}
.swiper-pagination .swiper-pagination-total::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1.3em;
  left: 0.45em;
  bottom: 0.2em;
  transform: rotate(25deg);
  background: #0a0a0a;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0.875em;
  font-weight: 400;
  color: #0a0a0a;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1em;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev + span {
  margin-top: 1em;
}

.swiper-button-prev {
  padding-left: 1em;
}
.swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #0a0a0a;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(45deg);
}
.swiper-button-prev + span {
  display: block;
  width: 1px;
  height: 1em;
  background: rgba(78, 78, 78, 0.8);
}

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

.no-carousel .swiper-button-wrap {
  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;
}

.no-data {
  font-family: nimbus-sans-condensed, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 1.25em;
}

.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: 1.6em;
  line-height: 1.6;
}

.ph,
.thumb {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  vertical-align: bottom;
}
.ph img,
.thumb img {
  width: 100%;
  height: 100%;
  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;
}

.thumb .ico_play {
  position: absolute;
  right: 20px;
  z-index: 10;
  bottom: 20px;
  width: min(10vw, 70px);
  height: min(10vw, 70px);
}
.thumb .ico_play svg {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1px;
}

.date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.list--schedule .block--date,
.page--schedule .block--date {
  display: flex;
  line-height: 1;
}
.list--schedule .block--date .date,
.page--schedule .block--date .date {
  display: flex;
  font-size: 2.125em;
}
.list--schedule .block--date span,
.page--schedule .block--date span {
  white-space: nowrap;
}
.list--schedule .block--date .year,
.page--schedule .block--date .year {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.15em;
  transform: rotate(-180deg);
  font-size: 0.35em;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  text-align: center;
}
.list--schedule .block--date .mdw,
.page--schedule .block--date .mdw {
  margin-left: 0.05em;
  display: flex;
  align-items: baseline;
}
.list--schedule .block--date .week,
.page--schedule .block--date .week {
  font-size: 0.5em;
  margin-left: 0.3em;
  padding-bottom: 0.1em;
}
.list--schedule .block--date > span,
.page--schedule .block--date > span {
  display: block;
  width: 0;
  height: 0;
  margin: 0.3em auto;
  transform: translateX(-1em);
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid #0a0a0a;
}

.new a .date {
  position: relative;
  z-index: 1;
}
.new a .date::before {
  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;
  top: -1.2em;
  left: 0;
  z-index: 10;
  color: #AFAF1C;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 12px;
}

.list--schedule li.new a .block--date {
  position: relative;
}
.list--schedule li.new a .block--date::before {
  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;
  top: -1em;
  left: 0;
  z-index: 10;
  color: #AFAF1C;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 12px;
}
.list--schedule li.new a .block--date .date::before {
  display: none;
}

.section--disco .new a .date::before,
.list--discography .new a .date::before,
.list--information.members .new a .date::before,
.section--movie .new a .date::before,
.section--photo .new a .date::before,
.page--member .new a .date::before {
  left: calc(100% + 0.5em);
  top: 52%;
  transform: translateY(-50%);
}

.page--disco .date::after {
  left: calc(100% + 0.5em);
  top: 52%;
  transform: translateY(-50%);
}

.page--movie .section--detail .item--more_movie.new .block--date,
.page--movie .section--detail .block--tit.new .block--date,
.page--movie .section--detail .block--tit.new .block--date,
.page--info .block--tit.new .block--date,
.page--disco .block--detail.new .block--date {
  position: relative;
  display: flex;
  align-items: baseline;
}
.page--movie .section--detail .item--more_movie.new .block--date::after,
.page--movie .section--detail .block--tit.new .block--date::after,
.page--movie .section--detail .block--tit.new .block--date::after,
.page--info .block--tit.new .block--date::after,
.page--disco .block--detail.new .block--date::after {
  content: "NEW";
  display: block;
  position: static;
  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;
  margin-bottom: 0.1em;
  color: #AFAF1C;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 12px;
}

.category {
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: 0.875em;
  letter-spacing: 0.1em;
}

.list--information .category,
.list--schedule .category,
.list--video .category,
.page--info .category,
.page--schedule .category {
  font-size: 12px;
  color: rgba(10, 10, 10, 0.6);
}

.block--category {
  margin-bottom: 60px;
}

.block--category,
.block--category .list--sort {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.block--category li label,
.block--category .list--sort li label {
  padding: 0;
}
.block--category li a,
.block--category li label span,
.block--category .list--sort li a,
.block--category .list--sort li label span {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.4em 1em;
  border: 1px solid rgba(78, 78, 78, 0.8);
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 0.875em;
  line-height: 1;
  cursor: pointer;
}
.block--category li .category,
.block--category .list--sort li .category {
  color: #0a0a0a;
}
.block--category li.current a,
.block--category :checked ~ span.category,
.block--category .list--sort li.current a,
.block--category .list--sort :checked ~ span.category {
  border: 1px solid #0a0a0a;
  background: #0a0a0a;
  color: #f5f5f5;
}

.page--info .block--category li.current,
.page--disco .block--category li.current {
  pointer-events: none;
}

.arrow {
  fill: #0a0a0a;
}

li a .arrow {
  width: 1.25em;
  height: 1.25em;
}

.section--movie .block--txt a,
.section--photo .block--txt a,
.page--movie.page--member .section--inner li a,
.list--information.members a {
  position: relative;
}
.section--movie .block--txt a .arrow,
.section--photo .block--txt a .arrow,
.page--movie.page--member .section--inner li a .arrow,
.list--information.members a .arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

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

svg {
  width: 100%;
  height: 100%;
}

.logo--symbol {
  width: 100%;
  height: 100%;
  fill: #0a0a0a;
}

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

/* 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: 1em;
  border-radius: 5px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #a3a3a3;
}
@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 Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    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 Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    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: #c10f0f;
  border-color: #c10f0f;
}
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: 1em;
  border-radius: 5px;
  height: 10em;
  border-radius: 8px;
  border: 1px solid #a3a3a3;
  background: #fff;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
textarea.form__error {
  background: #fff0ea;
  color: #c10f0f;
  border-color: #c10f0f;
}
textarea.form__error:focus, textarea[disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #0a0a0a;
  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: 1em;
  border-radius: 5px;
  padding-right: 2.3em;
  border: 1px solid #a3a3a3;
  padding: 0.5em 2.8em 0.5em 1em;
  background: #fff;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
.form__select select.form__error {
  background: #fff0ea;
  color: #c10f0f;
  border-color: #c10f0f;
}
.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: 50%;
  border-top: none;
  border-right: none;
}

/* 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 Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    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: #c10f0f;
}
.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 #0a0a0a;
  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 #0a0a0a;
  border-top: none;
  border-right: none;
}
.form__checkbox :checked ~ p::before {
  border-color: #0a0a0a;
}
.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 Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    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: #c10f0f;
}
.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 #0a0a0a;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #0a0a0a;
  border-width: 0.3em;
}

/* post,confirm */
.form--post,
.form--confirm {
  margin: 1em auto 2em;
  padding: 5%;
  border-radius: 5px;
  background: #efefef;
}
.form--post dl,
.form--confirm dl {
  margin: 1em auto 2em;
  padding: 30px;
  border-radius: 5px;
  background: #efefef;
}
.form--post dt,
.form--confirm dt {
  margin-bottom: 0.5em;
  opacity: 0.8;
  font-size: 0.8em;
}
.form--post dd,
.form--confirm dd {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.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--confirm dt {
  margin-top: 2em;
  font-size: 12px;
}
.form--confirm dt:first-child {
  margin-top: 0.5em;
}

/* error */
.block--error {
  padding: 10px 2em;
  margin-bottom: 1em;
  border-radius: 5px;
  border: 1px solid #c10f0f;
  color: #c10f0f;
  font-weight: 500;
}
.block--error li {
  list-style: outside;
}

/* required */
.icon--required,
.required {
  display: inline-block;
  padding: 0.3em 0.5em;
  margin-left: 1em;
  border-radius: 1px;
  background: #c10f0f;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.icon--required::before,
.required::before {
  content: "必須";
}

/* searchBox */
.searchBox input[type=text] {
  border-radius: 0;
  width: 100%;
  border: none;
  background: none;
  font-size: 18px;
  padding: 0.5em;
  color: #0a0a0a;
}
.searchBox input[type=submit] {
  width: 40px;
  position: absolute;
  top: 4px;
  right: 0.5em;
  z-index: 2;
  border: none;
  color: #0a0a0a;
  background: transparent;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}

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

.btn-base-style, .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: #0a0a0a;
}

.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: 1px solid rgba(78, 78, 78, 0.8);
  border-radius: 0;
  letter-spacing: 0.1em;
  transition: 0.3s;
  overflow: hidden;
}

.btn--main,
input.btn--main {
  background: #0a0a0a;
  color: #f5f5f5;
}

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

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

/* detail__btn */
.detail__btn {
  margin: 1em 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.detail__btn a {
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.detail__btn a .arrow {
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.5em;
  transform: rotate(-90deg);
  stroke: #0a0a0a;
  stroke-width: 1px;
}

/* 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--login */
.list--login li a {
  position: relative;
  padding: 10px;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.list--login li a .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0.65em;
  height: 0.65em;
}
.list--login li a .ico_birthday {
  width: 1em;
  height: 1em;
  margin-bottom: -0.05em;
  fill: #0a0a0a;
}

/* list--sns */
.list--sns li a {
  display: flex;
  align-items: flex-end;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: 13px;
}
.list--sns li a svg {
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.5em;
}

/* list--information */
.list--information li a,
.page--notice .list--info li a {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
  z-index: 1;
  padding: 2.5em 20px;
  border-top: 1px solid rgba(78, 78, 78, 0.8);
}
.list--information li a .block--date,
.page--notice .list--info li a .block--date {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 5.75em;
}
.list--information li a .block--txt,
.page--notice .list--info li a .block--txt {
  width: calc(100% - 7em);
}
.list--information li:last-child a,
.page--notice .list--info li:last-child a {
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}

/* notice */
.page--notice .list--info li a {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  padding: 2em 5px;
}

/* list--information.members */
.list--information.members li {
  height: 33.333%;
}
.list--information.members li a {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.list--information.members li a .block--txt {
  width: 100%;
  padding: 0;
}
.list--information.members li:first-child a {
  border-top: none;
}
.list--information.members li:last-child a {
  border-bottom: none;
}

/* list--schedule */
.list--schedule li a {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 0.3em;
  position: relative;
  z-index: 1;
  padding: 2em 20px;
  border-top: 1px solid rgba(78, 78, 78, 0.8);
}
.list--schedule li:last-child a {
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.list--schedule li .block--date {
  flex-direction: column;
  width: 10.25em;
}
.list--schedule li .block--txt {
  width: calc(100% - 11.5em);
}

/* list--discography */
.list--discography {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.list--discography li a {
  position: relative;
}
.list--discography li a .thumb img:not(.blank) {
  background-size: contain;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.list--discography li a .block--txt .tit {
  font-size: 1.25em;
}

/* list--video */
.list--video:not(.swiper-wrapper) {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.list--video:not(.swiper-wrapper) li a .block--txt {
  padding: 0 0.3em;
  margin-top: 10px;
}

.list--video,
.list--discography {
  row-gap: min(100px, 8vw);
}

/* list--faq */
.list--faq {
  margin: 0 0 5em;
}
.list--faq li:first-child {
  border-top: 1px solid rgba(78, 78, 78, 0.8);
}
.list--faq li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em 20px;
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.list--faq li a .tit,
.list--faq li a .txt {
  width: calc(100% - 3.5em);
  line-height: 1.4;
}
.list--faq .txt {
  padding-top: 0;
}
.list--faq .icon--q {
  width: 1.5em;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-style: italic;
}
.list--faq .arrow {
  width: 2em;
}

/* page--member list */
.page--member .list--contents {
  display: flex;
  flex-wrap: wrap;
}
.page--member .list--contents li .list__txt {
  position: relative;
  padding: 20px 10px;
}

.page--member .list--contents,
.page--member .list--information {
  padding-left: 5vw;
  border-top: 1px solid rgba(78, 78, 78, 0.8);
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.page--member .list--contents li,
.page--member .list--information li {
  border-left: 1px solid rgba(78, 78, 78, 0.8);
}
.page--member .list--contents li:first-child a,
.page--member .list--information li:first-child a {
  border-top: none;
}
.page--member .list--contents li:last-child a,
.page--member .list--information li:last-child a {
  border-bottom: none;
}

.header {
  position: relative;
  z-index: 100;
}
.header .logo {
  position: absolute;
  z-index: 10;
}
.header .logo img {
  pointer-events: none;
}

.drawer__btn {
  position: fixed;
  top: 30px;
  right: 0;
  z-index: 10001;
  width: 80px;
  height: 20px;
  cursor: pointer;
}
.drawer__btn span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0a0a0a;
  transition: 0.3s;
}
.drawer__btn span:nth-child(1) {
  top: 0;
}
.drawer__btn span:nth-child(2) {
  top: 50%;
}
.drawer__btn span:nth-child(3) {
  bottom: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  opacity: 0;
  width: 100vw;
  max-height: 100vh;
  max-height: 100dvh;
  background: #0a0a0a;
  color: #f5f5f5;
  pointer-events: none;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  will-change: clip-path, opacity;
  transition: -webkit-clip-path 0.4s cubic-bezier(0.5, 0.05, 0.5, 0.1), opacity 0.6s ease;
  transition: opacity 0.6s ease, -webkit-clip-path 0.4s cubic-bezier(0.5, 0.05, 0.5, 0.1);
  transition: clip-path 0.4s cubic-bezier(0.5, 0.05, 0.5, 0.1), opacity 0.6s ease;
  transition: clip-path 0.4s cubic-bezier(0.5, 0.05, 0.5, 0.1), opacity 0.6s ease, -webkit-clip-path 0.4s cubic-bezier(0.5, 0.05, 0.5, 0.1);
}
.drawer::before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(/static/harukamirai/common/noise.webp);
  background-size: min(20%, 150px);
  background-attachment: fixed;
  pointer-events: none;
  opacity: 0.15;
}
.drawer .arrow {
  fill: #f5f5f5;
}
.drawer .inner {
  width: 100%;
  max-height: 100vh;
  max-height: 100dvh;
  overflow: auto;
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.drawer a {
  pointer-events: none;
  line-height: 1;
}
.drawer .g-nav {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.drawer .nav--contents__list li {
  width: 100%;
}
.drawer .nav--contents__list li a {
  width: 100%;
  padding: 0.1em 0;
}
.drawer .nav--contents__list li a.ja {
  font-size: 0.9em;
}
.drawer .nav--official {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  padding: 40px 5vw;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.drawer .nav--official .nav--contents__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.drawer .nav--official .list--sns {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  padding-top: 40px;
}
.drawer .nav--official .list--sns li .arrow {
  stroke: #f5f5f5;
  stroke-width: 1px;
}
.drawer .nav--fc {
  display: flex;
  width: 100%;
}
.drawer .nav--fc .block--nav-logo .nav--logo {
  padding: 4vw;
}
.drawer .nav--fc .list--wrap {
  display: flex;
  flex-direction: column;
}
.drawer .nav--fc .list--login {
  display: flex;
  border-top: 1px solid rgba(78, 78, 78, 0.8);
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.drawer .nav--fc .list--login li {
  width: 100%;
}
.drawer .nav--fc .list--login.nonlogin li {
  width: 50%;
}
.drawer .nav--fc .list--login.nonlogin li:first-child {
  border-right: 1px solid rgba(78, 78, 78, 0.8);
}
.drawer .nav--fc .nav--contents__list {
  display: flex;
  flex-direction: column;
  margin-left: min(5vw, 30px);
  border-left: 1px solid rgba(78, 78, 78, 0.8);
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}
.drawer .nav--fc .nav--contents__list li {
  flex-grow: 1;
}
.drawer .nav--fc .nav--contents__list li a,
.drawer .nav--fc .nav--contents__list li .outside {
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.drawer .nav--fc .nav--contents__list li a .arrow,
.drawer .nav--fc .nav--contents__list li .outside .arrow {
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.1em;
}
.drawer .nav--fc .nav--contents__list li:last-child a {
  border-bottom: none;
}
.drawer .nav--fc .nav--contents__list li .outside {
  opacity: 0.5;
  text-decoration: line-through;
  line-height: 1;
}

/* drawer-visible */
.drawer-visible {
  overflow: hidden;
}
.drawer-visible a {
  pointer-events: auto;
}
.drawer-visible .drawer__btn span {
  background: #f5f5f5;
}
.drawer-visible .drawer__btn span:nth-child(1) {
  top: 50%;
  transform: rotate(15deg);
}
.drawer-visible .drawer__btn span:nth-child(2) {
  opacity: 0;
}
.drawer-visible .drawer__btn span:nth-child(3) {
  top: 50%;
  bottom: auto;
  transform: rotate(-15deg);
}
.drawer-visible .drawer {
  pointer-events: auto;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.drawer-visible .wrap .content--main *,
.drawer-visible .footer * {
  pointer-events: none;
}

.drawer-visible-delay .drawer {
  opacity: 1;
}

.footer {
  position: relative;
  overflow: hidden;
  opacity: 1;
  transition: 0.3s;
}
.footer a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.footer .pageTop {
  position: relative;
  width: min(20vw, 100px);
  height: min(20vw, 100px);
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.14em;
  font-size: min(4.5vw, 14px);
}
.footer .pageTop svg {
  pointer-events: none;
}
.footer .pageTop .svg_txt {
  overflow: visible;
  fill: #0a0a0a;
  transform-origin: center center;
  animation: rotate 20s linear infinite;
}
.footer .pageTop .svg_txt path {
  fill: transparent;
}
.footer .pageTop .logo--symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20% 0 30%;
}
.footer .copyright {
  opacity: 0.6;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.footer .inner .tit {
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 14px;
  margin-bottom: 0.8em;
}
.footer ul {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer ul.nav--support {
  margin-right: 3.5vw;
}
.footer ul li a {
  padding: 0.3em 0;
  font-size: 12px;
}
.footer .list--sns {
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer .list--sns li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 1em;
  font-size: 1.125em;
  white-space: nowrap;
}
.footer .list--sns li .sns--txt {
  display: none;
}
.footer .list--sns li .arrow {
  width: 1.15em;
  fill: #f5f5f5;
}

body:not(.page--home) .footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.page--home .footer {
  background: #0a0a0a;
  color: #f5f5f5;
}
.page--home .footer .pageTop {
  position: absolute;
  top: min(7vw, 60px);
  right: min(7vw, 60px);
}
.page--home .footer .pageTop .svg_txt,
.page--home .footer .pageTop .logo--symbol {
  fill: #f5f5f5;
}
.page--home .footer .copyright {
  position: absolute;
  bottom: 30px;
}

.wrap {
  position: relative;
  z-index: 1;
  min-height: 100%;
  margin-bottom: -1.25em;
  background: #f5f5f5;
}
.wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(/static/harukamirai/common/noise.webp);
  background-size: min(20vw, 150px);
  background-attachment: scroll;
  pointer-events: none;
  opacity: 0.15;
}
.wrap .content--main {
  min-height: calc(100vh - 150px);
  opacity: 1;
  transition: opacity 0.3s;
}

.section--list,
.section--detail {
  position: relative;
  z-index: 1;
  min-height: 85vh;
}
.section--list .section--inner,
.section--detail .section--inner {
  margin: 0 auto;
  position: relative;
}

/* section--list */
.section--list .section--inner {
  max-width: 1200px;
}
.section--list .section-tit {
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  font-size: min(90px, 12vw);
  margin-bottom: 0.2em;
  line-height: 1;
}

/* section--detail */
.section--detail .section--inner {
  max-width: 960px;
  width: 100%;
}
.section--detail .section-tit {
  font-size: 1.25em;
  margin-bottom: 1em;
}
.section--detail .block--tit .tit {
  font-size: 1.5em;
}
.section--detail .block--txt a {
  text-decoration: underline;
}
.section--detail .block--txt span,
.section--detail .block--txt a {
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.section--detail .block--txt .ph,
.section--detail .block--txt .video {
  margin: 10px 0;
}
.section--detail .block--txt .btn--main,
.section--detail .block--txt .btn--sub {
  display: block;
}

/* share */
.block--share {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 10;
}
.block--share .tit {
  opacity: 0.8;
  margin-right: 1em;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: 0.875em;
}
.block--share li {
  display: inline-block;
  margin-right: 0.5em;
}
.block--share li:last-child {
  margin-right: 0;
}
.block--share li svg {
  width: 1em;
  margin-bottom: -0.15em;
  fill: #0a0a0a;
}

/* page--member */
.page--member .section--detail .txt--wrap {
  padding-left: 5vw;
  border-top: 1px solid rgba(78, 78, 78, 0.8);
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.page--member .section--detail .txt--wrap .block--txt {
  border-left: 1px solid rgba(78, 78, 78, 0.8);
}
.page--member .section--detail .txt--wrap .block--txt .txt {
  max-width: 1000px;
}
.page--member .section--detail .txt--wrap .block--txt .list--share li svg {
  fill: #0a0a0a;
}
.page--member .section--detail .block--tit .tit {
  padding-right: 20px;
}

/* loading */
.page--home #loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 9999;
  opacity: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #0a0a0a;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  will-change: clip-path;
  transition: clip-path 0.4s cubic-bezier(0.5, 0.05, 0.5, 0.1), -webkit-clip-path 0.4s cubic-bezier(0.5, 0.05, 0.5, 0.1);
  pointer-events: none;
}
.page--home #loading .loading--logo {
  width: 70vw;
  max-width: 400px;
  transition: opacity 0.3s;
}

/* loaded_delay */
.page--home.loaded_delay #loading .loading--logo {
  opacity: 0;
}

/* loading open */
.page--home.open {
  opacity: 1;
  position: static;
}
.page--home.open #loading {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

/* home */
.page--home {
  /* section--hero */
  /* section--banner */
  /* area--official */
  /* section--disco */
  /* section--video */
  /* area--fc */
  /* section--login */
  /* section--news.members */
  /* section--movie */
  /* section--photo */
  /* section--community */
}
.page--home .content--main {
  overflow: hidden;
}
.page--home .section-tit {
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}
.page--home .section--hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.page--home .section--hero .mainvisual {
  width: 100%;
  height: 100%;
}
.page--home .section--hero .mainvisual .blur {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transform: scale(1.2);
  filter: blur(40px);
}
.page--home .section--hero .mainvisual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.page--home .section--banner {
  margin-top: 30px;
  margin-bottom: 120px;
}
.page--home .section--banner #listBanner.no-carousel .swiper-button-wrap {
  display: none;
}
.page--home .section--banner .swiper li a {
  overflow: hidden;
  border: 1px solid rgba(10, 10, 10, 0.05);
}
.page--home .section--banner .swiper li a img {
  width: 100%;
  aspect-ratio: 15/8;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  pointer-events: none;
}
@supports not (aspect-ratio: 15/8) {
  .page--home .section--banner .swiper li a img {
    position: relative;
    width: 100%;
    padding-top: 187.5%;
  }
  .page--home .section--banner .swiper li a img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page--home .area--official {
  width: 90vw;
  max-width: 1500px;
  margin: 0 auto;
}
.page--home .area--official section {
  margin-bottom: 150px;
}
.page--home .area--official .tit-wrap {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 0.5em;
  width: 100%;
  margin-bottom: 20px;
}
.page--home .area--official .section-tit {
  font-size: min(8vw, 6.875em);
  line-height: 1;
}
.page--home .area--official .list__more {
  font-size: min(1.4vw, 1.25em);
}
.page--home .section--disco .tit-wrap {
  position: relative;
  z-index: 10;
}
.page--home .section--video .swiper {
  overflow: visible;
}
.page--home .section--video .tit span {
  padding: 0 0.3em;
}
.page--home .area--fc {
  width: 100%;
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
  background: rgba(255, 255, 255, 0.3);
}
.page--home .area--fc section {
  border-top: 1px solid rgba(78, 78, 78, 0.8);
}
.page--home .area--fc a.tit-wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page--home .area--fc .list__more {
  font-size: 1.5em;
}
.page--home .area--fc .no-data {
  font-size: 1.25em;
}
.page--home .section--login .block--login {
  display: flex;
}
.page--home .section--login .logo img {
  pointer-events: none;
}
.page--home .section--news.members {
  display: flex;
}
.page--home .section--news.members .tit-wrap .section-tit {
  line-height: 0.8;
}
.page--home .section--news.members .list--information {
  border-left: 1px solid rgba(78, 78, 78, 0.8);
}
.page--home .section--news.members .list--information li a {
  border-top: none;
}
.page--home .section--news.members .list--information li:nth-child(-n+2) a {
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.page--home .section--news.members .list--information li:nth-child(3) {
  border-bottom: none;
}
.page--home .section--movie .tit-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 1em;
  padding: 20px;
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.page--home .section--movie .tit-wrap .section-tit {
  line-height: 0.75;
}
.page--home .section--movie .block--thumb a {
  padding: 10px;
}
.page--home .section--photo .tit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 1em;
  padding: 20px;
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.page--home .section--photo .tit-wrap .section-tit {
  line-height: 0.75;
}
.page--home .section--photo .block--thumb .thumb img {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.page--home .section--photo.nonlogin .block--thumb a .thumb img {
  filter: blur(8px);
  transform: scale(1.05);
}
.page--home .section--community .tit-wrap,
.page--home .section--ms .tit-wrap {
  position: relative;
}
.page--home .section--community .tit-wrap .section-tit,
.page--home .section--ms .tit-wrap .section-tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.1;
}
.page--home .section--community .tit-wrap .section-tit .tit--sub,
.page--home .section--ms .tit-wrap .section-tit .tit--sub {
  display: flex;
  align-items: center;
}
.page--home .section--community .tit-wrap .section-tit .tit--sub .date,
.page--home .section--ms .tit-wrap .section-tit .tit--sub .date {
  display: inline-block;
  padding: 0.2em 0.5em;
  background: #0a0a0a;
  color: #f5f5f5;
}
.page--home .section--community .tit-wrap .section-tit .arrow,
.page--home .section--ms .tit-wrap .section-tit .arrow {
  position: absolute;
  width: 0.7em;
  height: 0.7em;
}
.page--home .section--community .tit-wrap.outside,
.page--home .section--ms .tit-wrap.outside {
  opacity: 0.5;
}
.page--home .section--community .tit-wrap.outside .tit--main,
.page--home .section--ms .tit-wrap.outside .tit--main {
  text-decoration: line-through;
}
.page--home .section--community .tit-wrap.new .date,
.page--home .section--ms .tit-wrap.new .date {
  position: relative;
  display: flex;
  align-items: baseline;
}
.page--home .section--community .tit-wrap.new .date::after,
.page--home .section--ms .tit-wrap.new .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;
  top: 50%;
  left: calc(100% + 0.5em);
  transform: translateY(-50%);
  color: #AFAF1C;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 12px;
}
.page--home .section--community .tit-wrap .section-tit {
  line-height: 0.78;
}
.page--home .section--community .tit-wrap .section-tit .tit--sub {
  line-height: 1;
}

.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:not(.page--member) .section--detail .block--txt {
  margin-top: 2em;
  border-radius: 5px;
}
.page--info:not(.page--member):not(.page--video) .section--detail .block--txt {
  background: #efefef;
}

.block--month {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 1em;
  align-items: flex-end;
  margin-bottom: 20px;
}
.block--month .tit {
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: min(5.25em, 6vw);
  line-height: 1;
  white-space: nowrap;
}
.block--month .tit span {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 0.6em;
}

.month-pager {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.2em;
  font-size: 1.125em;
}
.month-pager .month-pager--prev,
.month-pager .month-pager--next {
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.month-pager .month-pager--prev a,
.month-pager .month-pager--next a {
  position: relative;
}
.month-pager .month-pager--border {
  display: block;
  width: 1px;
  height: 1em;
  background: rgba(78, 78, 78, 0.8);
}
.month-pager .month-pager--prev a {
  padding-left: 1em;
}
.month-pager .month-pager--prev a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #0a0a0a;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(45deg);
}
.month-pager .month-pager--next a {
  padding-right: 1em;
}
.month-pager .month-pager--next a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #0a0a0a;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}

.page--schedule .section--detail .block--date {
  flex-direction: row;
  align-items: flex-end;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.page--schedule .section--detail .block--date .date {
  margin-bottom: 0;
}
.page--schedule .section--detail .block--date > span {
  margin: 1em 0;
  transform: rotate(-90deg) translateX(-0.5em);
}

.page--video .section--list .section-tit {
  margin-bottom: 30px;
  line-height: 1;
}
.page--video .section--detail .block--txt {
  min-height: auto;
  padding: 0 !important;
  background: transparent;
}

.disc_svg {
  position: absolute;
  z-index: -1;
  fill: transparent;
  stroke: #fff;
  stroke-width: 1px;
  pointer-events: none;
}

.section--disco .category,
.list--discography .category,
.page--disco .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4em 0.7em;
  border: 1px solid rgba(78, 78, 78, 0.8);
  font-size: 12px;
  line-height: 1;
}
.section--disco .date,
.list--discography .date,
.page--disco .date {
  font-weight: 400;
}
.section--disco .item a,
.list--discography .item a,
.page--disco .item a {
  display: flex;
  align-items: center;
}
.section--disco .block--thumb,
.list--discography .block--thumb,
.page--disco .block--thumb {
  position: relative;
}
.section--disco .block--thumb .thumb,
.list--discography .block--thumb .thumb,
.page--disco .block--thumb .thumb {
  border: 1px solid rgba(10, 10, 10, 0.05);
}
.section--disco .block--thumb .disc_svg,
.list--discography .block--thumb .disc_svg,
.page--disco .block--thumb .disc_svg {
  width: 100%;
}
.section--disco .block--txt .tit,
.list--discography .block--txt .tit,
.page--disco .block--txt .tit {
  margin: 5px 0 20px;
}

.page--disco .section--detail .section--inner {
  max-width: 1200px;
}
.page--disco .section--detail .jacket--wrap {
  position: relative;
}
.page--disco .section--detail .jacket--wrap .svg_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 0;
  padding-top: 100%;
  pointer-events: none;
}
.page--disco .section--detail .block--jacket .list--jacket li img:not(.blank) {
  background-size: contain;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.page--disco .section--detail .block--detail > .tit {
  margin: 0.2em 0;
  font-size: 1.5em;
  font-weight: normal;
}
.page--disco .section--detail .block--detail .btn {
  margin: 1em 0;
}
.page--disco .section--detail .block--detail .block--date {
  display: flex;
  align-items: baseline;
  margin-bottom: 1em;
}
.page--disco .section--detail .block--detail .block--track,
.page--disco .section--detail .block--detail .block--comment,
.page--disco .section--detail .block--detail .block--review {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.8em;
}
.page--disco .section--detail .block--detail .block--track .track + .track {
  margin-top: 30px;
}
.page--disco .section--detail .block--detail .block--track .title {
  display: flex;
  align-items: center;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.page--disco .section--detail .block--detail .block--track .list--track {
  padding: 5px 20px;
  border-radius: 5px;
  background: #efefef;
}
.page--disco .section--detail .block--detail .block--track .list--track > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 5px;
  border-bottom: 1px dotted rgba(78, 78, 78, 0.8);
}
.page--disco .section--detail .block--detail .block--track .list--track > li:last-child {
  border: none;
}
.page--disco .section--detail .block--detail .block--track .num {
  display: block;
  min-width: 2.5em;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: 12px;
}
.page--disco .section--detail .block--detail .block--track .block--list--tit {
  display: block;
  width: calc(100% - 3em);
  line-height: 1.2;
}
.page--disco .section--detail .block--detail .block--track .block--list--tit .wrap--tit {
  display: flex;
  align-items: center;
}
.page--disco .section--detail .block--detail .block--track .block--list--tit .wrap--tit .tit {
  font-size: 14px;
}
.page--disco .section--detail .block--detail .block--track .list--link {
  display: flex;
  align-items: center;
}
.page--disco .section--detail .block--detail .block--track .list--link li {
  margin-left: 0.5em;
  padding: 5px;
}
.page--disco .section--detail .block--detail .block--track .tie-up {
  opacity: 0.8;
  font-size: 12px;
}
.page--disco .section--detail .block--detail .block--link .tit {
  padding: 0 5px;
  margin-bottom: 0.5em;
  font-weight: 500;
  font-size: 1.25em;
}
.page--disco .section--detail .block--detail .block--link .tit.en {
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.page--disco .section--detail .block--detail .block--link .tit i {
  margin-left: 0.3em;
}
.page--disco .section--detail .block--detail .block--link .list--link {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.page--disco .section--detail .block--detail .block--link .list--link .btn {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
}
.page--disco .section--detail .block--detail .block--link .list--link .btn a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  padding: 0.8em 2em;
  white-space: nowrap;
}
.page--disco .section--detail .block--detail .block--link .list--link .btn + .btn {
  margin-top: 0;
  margin-bottom: 0.8em;
}

.page--movie .list--contents li a,
.page--movie.new-movie .section--detail .list--contents li a {
  padding: 10px 10px 0;
}

.page--movie.movie-all .section-tit {
  margin-bottom: 60px;
}
.page--movie .section--list .section-tit {
  margin-bottom: 20px;
  font-size: min(60px, 7.7vw);
}
.page--movie .section--list .section--inner li a .arrow {
  right: 0;
}
.page--movie.new-movie .section--detail .section--inner .more_movies_title {
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.page--movie.new-movie .section--detail .section--inner .inner--wrap {
  display: flex;
  flex-wrap: wrap;
  padding-left: 5vw;
  border-top: 1px solid rgba(78, 78, 78, 0.8);
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.page--movie.new-movie .section--detail .section--inner .area--movie {
  background: transparent;
}
.page--movie.new-movie .section--detail .section--inner .block--txt {
  padding: 20px;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info.commentOff .block--tab .tab__list.current {
  width: 100%;
  background: transparent;
  color: #0a0a0a;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab {
  width: 100%;
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab .tab__list,
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab .tab__comment {
  padding: 5px 0;
  cursor: pointer;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab .tab__list::after,
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab .tab__comment::after {
  display: none !important;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab .tab__list.current,
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab .tab__comment.current {
  background: #0a0a0a;
  color: #f5f5f5;
  pointer-events: none;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies {
  background: transparent;
  padding: 0;
  border: none;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents {
  gap: 0;
  padding: 0;
  border: none;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li {
  margin: 0;
  border: none;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li .block--txt {
  padding: 10px 20px 10px 10px;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li .block--txt .tit {
  font-size: 14px;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li .block--txt .arrow {
  width: 0.7em;
  height: 0.7em;
  bottom: 10px;
  right: 0;
  stroke: #0a0a0a;
  stroke-width: 0.5px;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li .thumb .ico_play {
  right: 10px;
  bottom: 10px;
  width: min(10vw, 50px);
  height: min(10vw, 50px);
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments {
  flex-direction: column-reverse;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments.current {
  display: flex;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments [id^=contents_comment_wrapper] {
  height: 100% !important;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments .block--post {
  border-top: 1px solid rgba(10, 10, 10, 0.1);
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments .block--post input[type=text] {
  border: none;
  color: #0a0a0a;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments .list--comment {
  padding: 0 20px;
  border: none;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments .list--comment li {
  background: transparent;
  border-bottom: none;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
  padding: 20px 0;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .name {
  margin-bottom: 3px;
  color: #0a0a0a;
  font-size: 12px;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .name .date {
  font-size: 12px;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .txt {
  padding: 10px;
  background: #f5f5f5;
  font-size: 14px;
}
.page--movie.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .report-btn {
  top: 20px;
  right: 0;
  font-size: 13px;
}
.page--movie.page--category .list--tit {
  display: flex;
  align-items: baseline;
}
.page--movie.page--category .list--tit h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(70px, 8vw);
  line-height: 1.2;
  padding: 0 0 10px 40px;
}
.page--movie.page--category .block--latest-list .list--tit {
  border-top: 1px solid rgba(78, 78, 78, 0.8);
}

/* video js */
.page--movie.new-movie .section--detail .area--movie .video-js span,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js span,
.section--detail .video-js span {
  display: unset;
}
.page--movie.new-movie .section--detail .area--movie .video-js.vjs-fullscreen .vjs-control-bar,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js.vjs-fullscreen .vjs-control-bar,
.section--detail .video-js.vjs-fullscreen .vjs-control-bar {
  height: 7em;
  padding: 1em 2em 1.1em;
}
.page--movie.new-movie .section--detail .area--movie .video-js.vjs-fullscreen .vjs-control-bar .vjs-fullscreen-control,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js.vjs-fullscreen .vjs-control-bar .vjs-fullscreen-control,
.section--detail .video-js.vjs-fullscreen .vjs-control-bar .vjs-fullscreen-control {
  right: 2em;
}
.page--movie.new-movie .section--detail .area--movie .video-js.vjs-fullscreen .vjs-control-bar .vjs-progress-control,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js.vjs-fullscreen .vjs-control-bar .vjs-progress-control,
.section--detail .video-js.vjs-fullscreen .vjs-control-bar .vjs-progress-control {
  bottom: auto;
  top: 0;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js .vjs-play-control,
.section--detail .video-js .vjs-play-control {
  width: 11vw;
  max-width: 60px;
  max-height: 60px;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-picture-in-picture-control::before,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js .vjs-picture-in-picture-control::before,
.section--detail .video-js .vjs-picture-in-picture-control::before {
  display: none;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-time-control,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js .vjs-time-control,
.section--detail .video-js .vjs-time-control {
  font-size: 1.2em;
  line-height: 4em;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal,
.section--detail .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  top: 1em;
  height: 3em;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .page--movie.new-movie .section--detail .area--movie .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .page--movie.new-movie .section--detail .area--movie .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.section--detail .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.section--detail .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.section--detail .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js .vjs-control-bar,
.section--detail .video-js .vjs-control-bar {
  background-color: rgba(245, 245, 245, 0.2);
  height: 5em;
  padding: 0 0.5em;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar .vjs-volume-tooltip,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js .vjs-control-bar .vjs-volume-tooltip,
.section--detail .video-js .vjs-control-bar .vjs-volume-tooltip {
  display: none;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar .vjs-progress-control,
.page--blog.page--tsubuyaki .list--tsubuyaki .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;
  bottom: 0;
  left: 0;
  height: auto;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder,
.page--blog.page--tsubuyaki .list--tsubuyaki .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.new-movie .section--detail .area--movie .video-js .vjs-control-bar .vjs-fullscreen-control,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js .vjs-control-bar .vjs-fullscreen-control,
.section--detail .video-js .vjs-control-bar .vjs-fullscreen-control {
  right: 0;
  position: absolute;
  bottom: 0;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar .vjs-button > .vjs-icon-placeholder:before,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js .vjs-control-bar .vjs-button > .vjs-icon-placeholder:before,
.section--detail .video-js .vjs-control-bar .vjs-button > .vjs-icon-placeholder:before {
  display: flex;
  align-items: center;
  font-size: 3em;
  line-height: 1.67;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar .vjs-play-progress,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js .vjs-control-bar .vjs-play-progress,
.section--detail .video-js .vjs-control-bar .vjs-play-progress {
  background: #AFAF1C;
  transition: 0.1s;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-poster,
.page--blog.page--tsubuyaki .list--tsubuyaki .video-js .vjs-poster,
.section--detail .video-js .vjs-poster {
  background-size: contain;
  background-position: center;
}

body.vjs-full-window header {
  opacity: 0;
  pointer-events: none;
}
body.vjs-full-window .block--player {
  z-index: 9999 !important;
}

.page--bbs {
  /* comment post */
  /* comment confirm */
  /* comment report */
  /* comment complete */
  /* switching_btn */
  /* wrap--action */
  /* reply */
}
.page--bbs .section--inner {
  position: relative;
  /* bbs-header */
  /* comment list */
}
.page--bbs .section--inner .bbs-header {
  position: relative;
  top: 0;
  z-index: 10;
  padding: 30px;
  background: #f5f5f5;
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.page--bbs .section--inner .bbs-header::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/static/harukamirai/common/noise.webp);
  background-size: min(20vw, 150px);
  background-attachment: fixed;
  pointer-events: none;
  opacity: 0.15;
}
.page--bbs .section--inner .bbs-header .section-tit {
  position: relative;
  z-index: 10;
  margin: 0;
}
.page--bbs .section--inner .list--wrap {
  padding-left: 5vw;
}
.page--bbs .section--inner .list--wrap .list--inner {
  height: 100%;
  min-height: 50vh;
  padding: 30px;
  border-left: 1px solid rgba(78, 78, 78, 0.8);
}
.page--bbs .section--inner .list--wrap .list--comment li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  min-width: 18em;
  margin-bottom: 2em;
}
.page--bbs .section--inner .list--wrap .list--comment li .name {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 12px;
}
.page--bbs .section--inner .list--wrap .list--comment li .block--txt {
  max-width: 600px;
  padding: 1em 1.5em;
  border-radius: 0em 0.8em 0.8em 0.8em;
  background: #efefef;
}
.page--bbs .section--inner .list--wrap .list--comment li .ph {
  margin: 10px 0;
}
.page--bbs .section--inner .list--wrap .list--comment li .date {
  margin: 0.5em 0.5em 0 auto;
  font-size: 12px;
  opacity: 0.8;
}
.page--bbs .section--inner .list--wrap .list--comment li .report-btn,
.page--bbs .section--inner .list--wrap .list--comment li .btn--delete {
  position: absolute;
  top: 0;
  right: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  line-height: 1;
}
.page--bbs .section--inner .list--wrap .list--comment li .report-btn a,
.page--bbs .section--inner .list--wrap .list--comment li .btn--delete input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.8em;
  border-radius: 999px;
  border: 1px solid rgba(78, 78, 78, 0.8);
  background: transparent;
  color: #0a0a0a;
  cursor: pointer;
}
.page--bbs .section--inner .list--wrap .list--comment li.right {
  margin: 0 0 2em auto;
}
.page--bbs .section--inner .list--wrap .list--comment li.right .name {
  text-align: right;
}
.page--bbs .section--inner .list--wrap .list--comment li.right .block--txt {
  border-radius: 0.8em 0em 0.8em 0.8em;
}
.page--bbs .section--inner .list--wrap .list--comment li.right .date {
  margin: 0.5em auto 0 0.5em;
}
.page--bbs .section--inner .list--wrap .list--comment li.right .report-btn,
.page--bbs .section--inner .list--wrap .list--comment li.right .btn--delete {
  right: auto;
  left: 0.5em;
}
.page--bbs .block--post {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  bottom: 0;
  padding: 2em 0;
  border-top: 1px solid rgba(78, 78, 78, 0.8);
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
  background: #f5f5f5;
}
.page--bbs .block--post::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/static/harukamirai/common/noise.webp);
  background-size: min(20vw, 150px);
  background-attachment: fixed;
  pointer-events: none;
  opacity: 0.15;
}
.page--bbs .block--post #comment_form {
  position: relative;
  max-width: 1200px;
  padding: 0 3vw;
  margin: 0 auto;
}
.page--bbs .block--post .inner {
  display: flex;
  align-items: center;
}
.page--bbs .block--post .post--photo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5em;
}
.page--bbs .block--post .post--photo label {
  display: block;
  width: 2em;
  height: 2em;
  background: url(/static/harukamirai/common/ico_image.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.page--bbs .block--post .post--photo label input {
  display: none;
}
.page--bbs .block--post .post--photo .file_desc {
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
}
.page--bbs .block--post .bbs-textarea {
  width: 100%;
}
.page--bbs .block--post textarea {
  resize: none;
  padding: 0.8em 3.5em 0.8em 1.5em;
  height: initial;
  min-height: 2em;
  max-height: 180px;
  border-radius: 1em;
  background: #efefef;
  border: 0;
  overflow: hidden;
}
.page--bbs .block--post .btn {
  position: absolute;
  bottom: 0.85em;
  right: calc(3vw + 1.3em);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  margin: 0;
}
.page--bbs .form--confirm dd {
  padding-bottom: 0;
  border-bottom: none;
}
.page--bbs .block--report {
  padding: 20px;
  border: 1px solid #0a0a0a;
  border-radius: 5px;
  margin-top: 1em;
}
.page--bbs .block--report .name {
  margin-bottom: 0.5em;
  opacity: 0.8;
  font-size: 0.875em;
}
.page--bbs .block--report .ph {
  width: 50vw;
  max-width: 300px;
}
.page--bbs .block--report .date {
  opacity: 0.8;
  font-size: 0.875em;
}
.page--bbs .section--detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
}
.page--bbs .section--detail .txt + .btn {
  margin-top: 1em;
}
.page--bbs .switching_btn {
  position: relative;
  z-index: 10;
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-top: 1em;
}
.page--bbs .switching_btn li {
  padding: 0.2em 1em;
  border-radius: 999px;
  border: 1px solid rgba(78, 78, 78, 0.8);
  font-size: 14px;
}
.page--bbs .switching_btn.all .switching_btn_all {
  opacity: 0.5;
}
.page--bbs .switching_btn.artist .switching_btn_member {
  opacity: 0.5;
}
.page--bbs .wrap--action {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0.5em;
  font-size: 14px;
}
.page--bbs .do-comment {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.page--bbs .reply-form {
  display: none;
}

.page--photo .section--list {
  overflow-x: hidden;
}
.page--photo .section--list .section-tit {
  margin-bottom: 20px;
}
.page--photo .section--list .block--tit {
  margin-bottom: 20px;
}
.page--photo .section--list .list--photo {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
}
.page--photo .section--list .list--photo li a .thumb img {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.page--photo .section--list .list--photo li a .list__txt {
  padding: 1em;
}
.page--photo .section--list .list--photo li a .list__txt .tit {
  margin-bottom: 0.8em;
}
.page--photo .section--list .list--photo li.no-data {
  width: 100%;
}
.page--photo .section--list .list--photo::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(78, 78, 78, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
.page--photo.page--photo__detail .block--pager {
  margin-bottom: 3em;
}
.page--photo.page--photo__detail #swipebox-slider {
  cursor: auto;
}
.page--photo.page--photo__detail #swipebox-slider .slide img {
  max-height: 80%;
}
.page--photo.page--photo__detail #swipebox-caption {
  color: white;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.page--photo.page--photo__detail #swipebox-close {
  background: none;
  width: 80px;
  height: 40px;
  top: 2%;
  right: 3%;
}
.page--photo.page--photo__detail #swipebox-close::before, .page--photo.page--photo__detail #swipebox-close::after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
.page--photo.page--photo__detail #swipebox-close::before {
  transform: rotate(15deg);
}
.page--photo.page--photo__detail #swipebox-close::after {
  transform: rotate(-15deg);
}
.page--photo.page--photo__detail #swipebox-prev,
.page--photo.page--photo__detail #swipebox-next {
  background: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page--photo.page--photo__detail #swipebox-prev::before,
.page--photo.page--photo__detail #swipebox-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 10;
}
.page--photo.page--photo__detail #swipebox-caption {
  position: absolute;
  z-index: 1;
}
.page--photo.page--photo__detail #swipebox-action #swipebox-prev {
  left: 0;
}
.page--photo.page--photo__detail #swipebox-action #swipebox-prev::before {
  transform: rotate(-135deg);
  left: calc(50% - 10px);
}
.page--photo.page--photo__detail #swipebox-action #swipebox-next {
  right: 0;
}
.page--photo.page--photo__detail #swipebox-action #swipebox-next::before {
  transform: rotate(45deg);
  left: calc(50% - 20px);
}

.page--blog .section--list .section-tit {
  margin-bottom: 20px;
  font-size: min(40px, 7.7vw);
  font-family: initial;
}
.page--blog .section--list .list--contents li {
  border: none;
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
  border-left: 1px solid rgba(78, 78, 78, 0.8);
}
.page--blog .section--list .list--contents li:last-child {
  border-bottom: none;
}
.page--blog .section--list .list--contents li:nth-child(2n) {
  border-left: 1px solid rgba(78, 78, 78, 0.8);
}
.page--blog .section--list .list--contents li a {
  position: relative;
}
.page--blog .section--list .list--contents li a .arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.page--blog .section--detail .block--tit .tit {
  font-weight: 500;
}
.page--blog .section--detail .txt {
  min-height: 40vh;
}
.page--blog .section--detail .txt .ph,
.page--blog .section--detail .txt .video,
.page--blog .section--detail .txt .youtube-thumb__app,
.page--blog .section--detail .txt .block--player {
  margin: 10px 0;
}
.page--blog .section--detail .block--comment {
  border-top: 1px solid rgba(78, 78, 78, 0.8);
  border-left: 1px solid rgba(78, 78, 78, 0.8);
}
.page--blog .section--detail .block--comment .block--post dl dt {
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.page--blog .section--detail .block--comment .block--post textarea {
  border: none;
  border-radius: 0;
}
.page--blog .section--detail .block--comment .list--comment {
  border-top: 1px solid rgba(78, 78, 78, 0.8);
}
.page--blog .section--detail .block--comment .list--comment li {
  position: relative;
}
.page--blog .section--detail .block--comment .list--comment li:last-child {
  margin-bottom: 0;
}
.page--blog .section--detail .block--comment .list--comment li .name-wrap {
  display: flex;
  align-items: center;
}
.page--blog .section--detail .block--comment .list--comment li .name-wrap .name,
.page--blog .section--detail .block--comment .list--comment li .name-wrap .date {
  font-size: 14px;
}
.page--blog .section--detail .block--comment .list--comment li .name-wrap .date {
  margin-left: 10px;
  opacity: 0.5;
}
.page--blog .section--detail .block--comment .list--comment li .text {
  background: #f5f5f5;
}
.page--blog .section--detail .block--comment .list--comment li .form_delete,
.page--blog .section--detail .block--comment .list--comment li .btn--report {
  line-height: 1;
}
.page--blog .section--detail .block--comment .list--comment li .form_delete input,
.page--blog .section--detail .block--comment .list--comment li .btn--report a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(78, 78, 78, 0.8);
  color: rgba(78, 78, 78, 0.8);
  background: transparent;
  font-size: 12px;
  padding: 0.3em 0.5em;
  line-height: 1;
  cursor: pointer;
}
.page--blog .section--detail .block--comment .block--pager {
  justify-content: center;
  margin: 0;
}
.page--blog .section--detail .block--pager {
  justify-content: space-between;
}
.page--blog .section--detail .block--pager .pager__item--list {
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .page--blog .section--detail .block--pager .pager__item--list {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .block--pager .pager__item--list {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
.page--blog .section--detail .block--player {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.page--blog.page--confirm .form--post,
.page--blog.page--confirm .form--confirm {
  margin: 1em auto;
  border-radius: 5px;
  background: #efefef;
}
.page--blog.page--confirm .form--post .name,
.page--blog.page--confirm .form--confirm .name {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  font-size: 13px;
}
.page--blog.page--confirm .form--post .name span,
.page--blog.page--confirm .form--confirm .name span {
  opacity: 0.5;
}
.page--blog.page--commentcomplete .btn, .page--blog.page--commentdelete .btn {
  margin: 3em auto 0;
}

.page--blog.page--essay .section-tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0;
  font-size: min(7.7vw, 60px);
}
.page--blog.page--essay .list--contents li {
  width: 100%;
  border: none;
  border-top: 1px solid rgba(78, 78, 78, 0.8);
  border-left: 1px solid rgba(78, 78, 78, 0.8);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.page--blog.page--essay .list--contents li:nth-child(2n) {
  border-left: 1px solid rgba(78, 78, 78, 0.8);
  border-top: 1px solid rgba(78, 78, 78, 0.8);
}
.page--blog.page--essay .list--contents li:nth-child(2n):nth-last-child(2n) {
  border-bottom: none;
}
.page--blog.page--essay .list--contents li a {
  position: relative;
}
.page--blog.page--essay .list--contents li a .tit {
  font-size: 1em;
}
.page--blog.page--essay .list--contents li a .arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.page--blog.page--essay .list--contents li:first-child {
  border-top: none;
}
.page--blog.page--essay .list--contents li.new .tit span::before {
  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;
  color: #AFAF1C;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 12px;
}
.page--blog.page--essay .section--detail .section-tit {
  font-size: min(40px, 6.6vw);
  text-align: center;
}
.page--blog.page--essay .section--detail .tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90vw;
  margin: 0 auto 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 18px;
}
.page--blog.page--essay .section--detail .tit span {
  text-align: center;
  margin-bottom: 10px;
}
.page--blog.page--essay .section--detail .block--txt {
  border-top: 1px solid rgba(78, 78, 78, 0.8);
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.page--blog.page--essay .section--detail .block--txt .txt {
  width: 100%;
  height: 70vh;
  padding-bottom: 20px;
  overflow-x: auto;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--blog.page--essay .section--detail .block--txt .txt p + p {
  margin-right: 1.5em;
}
.page--blog.page--essay .section--detail .block--txt .txt .horizontal,
.page--blog.page--essay .section--detail .block--txt .txt .no-wrap_horizontal {
  writing-mode: initial;
  line-height: 1.05;
}
.page--blog.page--essay .section--detail .block--txt .txt .ph,
.page--blog.page--essay .section--detail .block--txt .txt .youtube-thumb__app {
  margin: 0 10px;
}
.page--blog.page--essay .section--detail .block--txt .txt .ph img,
.page--blog.page--essay .section--detail .block--txt .txt .youtube-thumb__app img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.page--blog.page--essay .section--detail .block--txt .txt .ph {
  max-height: 100%;
}
.page--blog.page--essay .section--detail .block--txt .txt .block--player,
.page--blog.page--essay .section--detail .block--txt .txt .video {
  margin: 0 10px;
  padding: 0;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 120vh;
  max-height: 100%;
  writing-mode: initial;
}
@supports not (aspect-ratio: 16/9) {
  .page--blog.page--essay .section--detail .block--txt .txt .block--player,
  .page--blog.page--essay .section--detail .block--txt .txt .video {
    position: relative;
    width: 100%;
    padding-top: calc(min(90vw, 120vh) * 0.5625);
  }
  .page--blog.page--essay .section--detail .block--txt .txt .block--player img,
  .page--blog.page--essay .section--detail .block--txt .txt .video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page--blog.page--essay .section--detail .block--txt .txt .block--movie-loading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--blog.page--essay .section--detail .block--txt .txt .youtube-thumb__app {
  position: relative;
}
.page--blog.page--essay .section--detail .block--txt .scroll {
  display: block;
  font-size: 12px;
}

.page--blog.page--tsubuyaki .section--list .section-tit {
  font-family: initial;
  font-size: min(70px, 7.7vw);
  line-height: 1.2;
}
.page--blog.page--tsubuyaki .section--list .section-tit span {
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-left: 0.2em;
}
.page--blog.page--tsubuyaki .list--tsubuyaki li {
  position: relative;
}
.page--blog.page--tsubuyaki .list--tsubuyaki li.no-data {
  padding: 0;
  margin: 20px 0 0;
}
.page--blog.page--tsubuyaki .list--tsubuyaki li:last-child {
  margin-bottom: 0;
}
.page--blog.page--tsubuyaki .list--tsubuyaki .icon {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page--blog.page--tsubuyaki .list--tsubuyaki .name {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 0.2em;
  margin-left: 5px;
}
.page--blog.page--tsubuyaki .list--tsubuyaki .block--txt {
  position: relative;
  border-radius: 15px;
  background: #fff;
  letter-spacing: 0.06em;
}
.page--blog.page--tsubuyaki .list--tsubuyaki .block--txt::before {
  content: "";
  position: absolute;
  top: 0;
  transform: rotate(10deg);
  border-right: 30px solid #fff;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
}
.page--blog.page--tsubuyaki .list--tsubuyaki .block--txt a {
  text-decoration: underline;
}
.page--blog.page--tsubuyaki .list--tsubuyaki .date {
  margin-top: 0.5em;
  margin-left: 5px;
  color: rgba(10, 10, 10, 0.6);
}
.page--blog.page--tsubuyaki .list--tsubuyaki .ph,
.page--blog.page--tsubuyaki .list--tsubuyaki .video,
.page--blog.page--tsubuyaki .list--tsubuyaki .youtube-thumb__app,
.page--blog.page--tsubuyaki .list--tsubuyaki .block--player {
  margin: 10px 0;
}
.page--blog.page--tsubuyaki .list--tsubuyaki .block--player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.page--blog.page--tsubuyaki .list--tsubuyaki .block--movie-loading {
  margin: 1em 0;
  width: 100%;
  font-size: 14px;
}
.page--blog.page--tsubuyaki .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 10, 10, 0.8);
  pointer-events: none;
}
.page--blog.page--tsubuyaki .modal.active {
  display: block;
  pointer-events: auto;
}
.page--blog.page--tsubuyaki .modal .modal-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page--blog.page--tsubuyaki .modal .modal-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--blog.page--tsubuyaki .modal .close {
  position: absolute;
  top: min(3em, 5vw);
  right: min(3em, 5vw);
  width: min(3em, 7vw);
  height: min(3em, 7vw);
}
.page--blog.page--tsubuyaki .modal .close::before, .page--blog.page--tsubuyaki .modal .close::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #f5f5f5;
  transition: 0.3s;
}
.page--blog.page--tsubuyaki .modal .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.page--blog.page--guilty .section--list .moment--nav {
  display: flex;
}
.page--blog.page--guilty .section--list .moment--nav li {
  width: 50%;
}
.page--blog.page--guilty .section--list .moment--nav li a {
  padding: 1.5em 0;
  border-top: 1px solid rgba(78, 78, 78, 0.8);
  text-align: center;
}
.page--blog.page--guilty .section--list .moment--nav li.current a {
  border-color: #0a0a0a;
  background: #0a0a0a;
  color: #f5f5f5;
  pointer-events: none;
}
.page--blog.page--guilty .section--list .list--contents li a {
  display: flex;
  align-items: center;
}
.page--blog.page--guilty .section--list .list--contents li a .thumb {
  width: 100px;
}
.page--blog.page--guilty .section--list .list--contents li a .tit {
  font-weight: 500;
}
.page--blog.page--guilty .section--list .detail__btn {
  margin: 2em auto 0;
}
.page--blog.page--guilty .section--detail .nav--bookmark {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 15vw 5vw 5vw;
  background: linear-gradient(rgba(232, 232, 232, 0), #e8e8e8 30%);
}
.page--blog.page--guilty .section--detail .nav--bookmark .btn {
  margin: 0;
  width: 100%;
}
.page--blog.page--guilty .section--detail .nav--bookmark .btn .btn--main {
  background: #AFAF1C;
  border: none;
}
.page--blog.page--guilty .section--detail .btn {
  max-width: none;
}
.page--blog.page--guilty .section--detail .block--movie-loading {
  width: 100%;
}
.page--blog.page--guilty .section--detail .icon--like .bookmark {
  position: relative;
  padding: 0.15em 3em 0.2em 1.5em;
  background: transparent;
  border: 1px solid #0a0a0a;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}
.page--blog.page--guilty .section--detail .icon--like .bookmark::before {
  content: "";
  display: block;
  position: absolute;
  width: 4em;
  height: 4em;
  right: -1.5em;
  bottom: -0.2em;
  background-image: url(/static/harukamirai/fanclub/blog/bookmark/bookmark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.page--blog.page--guilty .section--detail .icon--like .bookmark.clicked {
  background: #0a0a0a;
  color: #f5f5f5;
}
.page--blog.page--guilty .section--detail .icon--like .bookmark.clicked::before {
  background-image: url(/static/harukamirai/fanclub/blog/bookmark/bookmark_clicked.svg);
}
.page--blog.page--guilty .section--detail .icon--like .likes,
.page--blog.page--guilty .section--detail .icon--like .liked {
  display: none;
}
.page--blog.page--guilty .section--detail .block--swiper .main-swiper,
.page--blog.page--guilty .section--detail .block--swiper .thumb-swiper {
  overflow: hidden;
}
.page--blog.page--guilty .section--detail .block--swiper .main-swiper .swiper-notification,
.page--blog.page--guilty .section--detail .block--swiper .thumb-swiper .swiper-notification {
  display: none;
}
.page--blog.page--guilty .section--detail .block--swiper .main-swiper .swiper-slide,
.page--blog.page--guilty .section--detail .block--swiper .thumb-swiper .swiper-slide {
  aspect-ratio: 1/1;
}
.page--blog.page--guilty .section--detail .block--swiper .main-swiper .swiper-slide img,
.page--blog.page--guilty .section--detail .block--swiper .thumb-swiper .swiper-slide img {
  background-size: contain;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@supports not (aspect-ratio: 1/1) {
  .page--blog.page--guilty .section--detail .block--swiper .main-swiper .swiper-slide,
  .page--blog.page--guilty .section--detail .block--swiper .thumb-swiper .swiper-slide {
    position: relative;
    width: 100%;
  }
  .page--blog.page--guilty .section--detail .block--swiper .main-swiper .swiper-slide::before,
  .page--blog.page--guilty .section--detail .block--swiper .thumb-swiper .swiper-slide::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .page--blog.page--guilty .section--detail .block--swiper .main-swiper .swiper-slide img,
  .page--blog.page--guilty .section--detail .block--swiper .thumb-swiper .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page--blog.page--guilty .section--detail .block--swiper .thumb-swiper {
  margin-top: 10px;
}
.page--blog.page--guilty .section--detail .block--swiper .thumb-swiper .swiper-slide {
  cursor: pointer;
}
.page--blog.page--guilty .section--detail .txt .map_box {
  margin-top: 1em;
}
.page--blog.page--guilty .section--detail .txt .map_box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  border: 2px solid #f5f5f5 !important;
}
.page--blog.page--guilty .section--detail .txt .map {
  margin-bottom: 5px;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.page--blog.page--guilty .section--detail .txt .map i {
  margin-right: 5px;
  font-style: normal;
}
.page--blog.page--guilty .section--detail .txt .btn {
  margin-top: 0.5em;
}
.page--blog.page--guilty .section--detail .txt .btn .btn--main {
  width: 100%;
  padding: 0.5em 1em;
  text-decoration: none;
}
.page--blog.page--guilty .section--detail .txt .btn .btn--main i {
  margin-right: 5px;
  font-style: normal;
}

.page--blog.page--staffBlog {
  font-family: "cinecaption", sans-serif;
  letter-spacing: -0.02em;
}

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

.page--profile.section--detail .section-tit {
  margin-bottom: 20px;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  font-size: min(90px, 12vw);
  text-align: center;
}
.page--profile.section--detail .artist-photo {
  margin: 0 auto 1em;
}
.page--profile.section--detail .artist-photo .thumb {
  overflow: hidden;
}
.page--profile.section--detail .artist-photo .thumb img {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.page--profile.section--detail .logo {
  width: 60%;
  max-width: 300px;
  margin: 2em auto;
}
.page--profile.section--detail .name span {
  display: inline-block;
  margin-right: 1em;
}
.page--profile.section--detail .block--txt > p {
  font-size: 14px;
  line-height: 2em;
}
.page--profile.section--detail .block--txt > p + p {
  margin-top: 1.5em;
}

.page--entry.section--detail {
  padding-left: 0;
  padding-right: 0;
}
.page--entry.section--detail .section--inner {
  max-width: none;
}
.page--entry.section--detail .section-tit img {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 5vw;
}
.page--entry.section--detail .block--lead {
  margin-bottom: 30px;
}
.page--entry.section--detail .block--lead .txt {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.25em;
  text-align: center;
  line-height: 1.8;
}
.page--entry.section--detail .block--tit {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
  font-size: 5vw;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.page--entry.section--detail .block--tit .txt--sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.1em;
  margin-left: 0.2em;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: initial;
}
.page--entry.section--detail .block--specific-info {
  border-top: 1px solid rgba(78, 78, 78, 0.8);
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.page--entry.section--detail .block--specific-info dl {
  margin-left: 5vw;
  padding: 30px;
  border-left: 1px solid rgba(78, 78, 78, 0.8);
}
.page--entry.section--detail .block--specific-info dl + dl {
  border-top: 1px solid rgba(78, 78, 78, 0.8);
}
.page--entry.section--detail .block--specific-info dt {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
}
.page--entry.section--detail .block--specific-info dd .txt span {
  display: inline-block;
}
.page--entry.section--detail .block--service {
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.page--entry.section--detail .block--service .list--service {
  padding-left: 0;
  margin-left: 5vw;
  border-left: 1px solid rgba(78, 78, 78, 0.8);
}
.page--entry.section--detail .block--service .list--service li {
  width: 100%;
  padding: 30px;
  border-left: none;
}
.page--entry.section--detail .block--service .list--service li .tit {
  margin-bottom: 0.2em;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 2em;
  line-height: 1.2;
}
.page--entry.section--detail .block--service .list--service li .txt,
.page--entry.section--detail .block--service .list--service li .txt--sub {
  margin-top: 0;
}
.page--entry.section--detail .block--service .list--service li + li {
  border-top: 1px solid rgba(78, 78, 78, 0.8);
}
.page--entry.section--detail .block--device {
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.page--entry.section--detail .block--device .inner {
  margin-left: 5vw;
  border-left: 1px solid rgba(78, 78, 78, 0.8);
}
.page--entry.section--detail .block--device .inner > div {
  padding: 30px;
}
.page--entry.section--detail .block--device .inner > div .tit {
  margin-bottom: 0.5em;
  font-size: 1.125em;
  font-weight: 500;
}
.page--entry.section--detail .block--device .inner > div:nth-child(2) {
  border-top: 1px solid rgba(78, 78, 78, 0.8);
}
.page--entry.section--detail .block--entry {
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
}
.page--entry.section--detail .block--entry .btn {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.page--entry.section--detail .block--entry .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 3em;
}
.page--entry.section--detail .block--entry .btn a span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--entry.section--detail .block--entry .btn a > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.page--entry.section--detail .block--entry .btn a > span .txt--sub {
  margin-top: 0.1em;
  font-size: 0.35em;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-family: initial;
}
.page--entry.section--detail .block--entry .btn a .arrow {
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.5em;
}

.page--support .section-tit {
  margin-bottom: 1em;
}
.page--support .block--txt > .tit {
  margin-bottom: 1em;
  font-size: 1.125em;
  font-weight: 500;
}
.page--support .block--txt + .block--txt {
  margin-top: 20px;
}
.page--support .txt--link {
  display: inline-block;
  text-decoration: underline;
}
.page--support .list--support {
  margin-top: 3em;
}
.page--support .list--support dt {
  margin-bottom: 0.5em;
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.page--support .list--support dd {
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
  font-size: 0.875em;
}
.page--support .nav__submit--privacy {
  margin-top: 5vw;
}
.page--support .nav__submit--privacy .txt--sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
}
.page--support #credit_month,
.page--support #docomo,
.page--support #au,
.page--support #softbank_b {
  margin: 3em 0 6em;
}
.page--support #credit_month .list--support,
.page--support #docomo .list--support,
.page--support #au .list--support,
.page--support #softbank_b .list--support {
  margin-top: 2em;
}

.page--faq {
  /* searchBox */
  /* list--tag */
  /* tit--category */
  /* block--more-faq */
  /* block--contact */
  /* section--list */
  /* section--detail */
}
.page--faq .searchBox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  border-bottom: 1px solid rgba(78, 78, 78, 0.8);
  overflow: hidden;
}
.page--faq .txt--no-data {
  margin: 2em 0;
}
.page--faq .list--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 60px 0;
}
.page--faq .list--tag li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--faq .list--tag li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7em 1.4em;
  border-radius: 999px;
  background: #fff;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1;
}
.page--faq .tit--category {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
  font-weight: 500;
}
.page--faq .block--more-faq {
  margin-top: 4em;
}
.page--faq .block--more-faq .list--faq li a {
  line-height: 1.4;
  text-decoration: none;
}
.page--faq .block--contact {
  margin-top: 40px;
}
.page--faq .block--contact .txt--sub {
  margin-bottom: 0.5em;
}
.page--faq .block--contact .txt--link a {
  display: inline-block;
  text-decoration: underline;
}
.page--faq .block--contact .txt--link i {
  margin-left: 0.3em;
  font-size: 0.9em;
}
.page--faq .section--list .section-tit {
  margin-bottom: 1em;
  font-size: 2em;
  font-family: inherit;
  font-weight: 400;
}
.page--faq .section--detail .section-tit {
  font-weight: 500;
}
.page--faq .section--detail .section-tit .tit--category {
  font-size: 13px;
  margin-bottom: 0.5em;
  opacity: 0.8;
}
.page--faq .section--detail .section-tit .icon--q {
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.page--faq .section--detail .block--txt {
  position: relative;
  z-index: 1;
  padding: 30px;
  margin-bottom: 60px;
  border-radius: 5px;
  background: #efefef;
}

.page--questionnaire .section-tit {
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4;
}
.page--questionnaire .wrap .content--main > section {
  position: relative;
  z-index: 2;
}
.page--questionnaire .wrap .content--main > section .ph {
  margin-bottom: 30px;
}
.page--questionnaire .wrap .content--main > section .tit {
  font-size: 16px;
}

.page--error .section--detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  max-width: 900px;
  margin: 0 auto;
}
.page--error .section--detail .tit {
  font-weight: 500;
  margin-bottom: 4vw;
  font-size: 50px;
  line-height: 1.2;
}
.page--error .section--detail .txt {
  line-height: 1.8;
}
.page--error .section--detail .txt + .btn {
  margin-top: 1em;
}

.section--redirect {
  margin: 0 auto;
  width: 90vw;
  max-width: 960px;
  padding: 150px 5vw;
  text-align: center;
}
.section--redirect .btn {
  margin-top: 1em;
}

.content--main > p:first-child {
  padding-top: 150px;
}
.content--main > .tit,
.content--main > form {
  margin: 0 auto;
  width: 90vw;
  max-width: 960px;
  text-align: center;
}
.content--main > .tit {
  padding-top: 150px;
}

.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: #0a0a0a;
  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);
  }
}
@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: #f5f5f5;
    color: #0a0a0a;
  }
  .btn--sub:hover,
  input.btn--sub:hover {
    background: #0a0a0a;
    color: #f5f5f5;
  }
  /* detail__btn */
  .page--member .detail__btn,
  .page--movie.new-movie .section--inner .detail__btn {
    margin: 30px 0 0 30px;
  }
  .block--pager .pager__item--other a {
    transition: 0.3s;
  }
  .block--pager .pager__item--other a:hover {
    background: rgba(10, 10, 10, 0.1);
  }
  .block--pager .pager__item--newer a,
  .block--pager .pager__item--older a {
    transition: 0.3s;
  }
  .block--pager .pager__item--newer a:hover,
  .block--pager .pager__item--older a:hover {
    opacity: 0.5;
  }
  .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,
  .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.6em;
    line-height: 1.6;
  }
  .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.2em;
    line-height: 1.6;
  }
  .page--home .section--movie .block--txt .tit,
  .page--home .section--photo .block--txt .tit,
  .list--discography li 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;
  }
  /* list--information */
  .list--information.members li a {
    padding: 0 30px;
  }
  .list--information.members li a .arrow {
    width: min(1.1375em, 1.3vw);
    height: min(1.1375em, 1.3vw);
  }
  /* list--discography */
  .list--discography {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .list--discography li {
    width: 45%;
    margin-bottom: 40px;
  }
  .list--discography li a {
    flex-direction: column;
  }
  .list--discography .block--thumb {
    width: 100%;
  }
  .list--discography .block--thumb .disc_svg {
    width: 90%;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
  }
  .list--discography .block--txt {
    width: 100%;
    padding-top: 20px;
  }
  /* list--video */
  .list--video:not(.swiper-wrapper) li {
    width: 48%;
  }
  /* page--member list */
  .page--member .list--contents .no-data,
  .page--member .list--information .no-data {
    width: 100%;
    padding: 30px;
  }
  .page--member .list--contents li {
    width: 48%;
  }
  .page--member .list--contents li {
    width: 50%;
    border-top: 1px solid rgba(78, 78, 78, 0.8);
    border-right: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--member .list--contents li:nth-child(-n+2) {
    border-top: none;
  }
  .page--member .list--contents li:nth-child(2n) {
    border-left: none;
  }
  .page--member .list--contents li:nth-child(2n):nth-last-child(2n) {
    border-bottom: 1px solid rgba(78, 78, 78, 0.8);
  }
  .header .logo {
    top: 20px;
    left: 30px;
  }
  .header .logo a {
    width: 15vw;
    max-width: 300px;
    transition: 0.3s;
  }
  .header .logo a:hover {
    opacity: 0.5;
  }
  .drawer .g-nav .nav--contents__list li a,
  .drawer .g-nav .nav--contents__list li .outside {
    font-size: 4.5vw;
  }
  .drawer .g-nav .nav--official {
    width: 45%;
  }
  .drawer .g-nav .nav--official .nav--contents__list li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .drawer .g-nav .nav--fc {
    flex-direction: column;
    width: 55%;
    border-left: 1px solid rgba(78, 78, 78, 0.8);
  }
  .drawer .g-nav .nav--fc .block--nav-logo {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .drawer .g-nav .nav--fc .block--nav-logo .nav--logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .drawer .g-nav .nav--fc .list--wrap {
    width: 100%;
    border-bottom: 1px solid rgba(78, 78, 78, 0.8);
  }
  .drawer .g-nav .nav--fc .list--login li a {
    padding: 10px 20px;
    font-size: 3vw;
  }
  .drawer .g-nav .nav--fc .nav--contents__list li a,
  .drawer .g-nav .nav--fc .nav--contents__list li .outside {
    padding: 10px 20px;
  }
  .footer {
    padding: 45px 30px;
  }
  .footer .inner {
    display: flex;
  }
  .footer ul {
    margin-right: 5vw;
    padding: 0 20px;
    border-left: 1px solid rgba(78, 78, 78, 0.8);
  }
  .footer .pageTop a {
    transition: 0.3s;
  }
  .footer .pageTop a:hover {
    opacity: 0.5;
  }
  .page--home .footer .copyright {
    right: 30px;
  }
  .section--list,
  .section--detail {
    padding: 150px 5vw 100px;
  }
  /* page--member */
  .page--member .section--list,
  .page--member .section--detail {
    padding: 150px 0 100px;
  }
  .page--member .section--list .section--inner,
  .page--member .section--detail .section--inner {
    max-width: none;
  }
  .page--member .section--list .section-tit,
  .page--member .section--detail .section-tit {
    margin-left: 30px;
  }
  .page--member .section--detail .block--txt {
    padding: 30px;
  }
  .page--member .section--detail .block--tit, .page--member.new-movie .section--detail .section--inner .block--tit {
    margin: 0;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .page--member .section--detail .block--tit .block--date, .page--member.new-movie .section--detail .section--inner .block--tit .block--date {
    margin-bottom: 0;
  }
  .page--member .section--detail .block--tit .date, .page--member.new-movie .section--detail .section--inner .block--tit .date {
    opacity: 1;
    font-size: 12px;
  }
  /* share */
  .list--share li a {
    transition: 0.3s;
  }
  .list--share li a:hover {
    opacity: 0.5;
  }
  .page--home {
    /* section--banner */
    /* section--disco */
    /* section--video */
    /* area--fc */
    /* section--login */
    /* section--news.members */
    /* section--movie */
    /* section--photo */
    /* section--community */
  }
  .page--home .section--banner #listBanner.double .list--bnr, .page--home .section--banner #listBanner.single .list--bnr {
    display: flex;
    justify-content: center;
    width: 90vw;
    max-width: 1500px;
    margin: 0 auto;
  }
  .page--home .section--banner #listBanner.double .list--bnr li, .page--home .section--banner #listBanner.single .list--bnr li {
    width: 40%;
    margin: 0 15px;
  }
  .page--home .section--disco .tit-wrap {
    width: 55%;
  }
  .page--home .section--disco .block--thumb {
    width: 40%;
    margin-top: calc((min(9vw, 7em) + 20px) * -1);
  }
  .page--home .section--disco .block--thumb .disc_svg {
    top: 0;
    right: 50%;
  }
  .page--home .section--disco .block--txt {
    width: 60%;
    margin-bottom: min(7vw, 6em);
  }
  .page--home .section--disco .block--txt .tit {
    width: calc(100% - 60px);
    font-size: 2.125em;
    line-height: 1.2;
  }
  .page--home .section--disco .block--txt .tit span {
    display: inline;
    background: linear-gradient(#0a0a0a, #0a0a0a) 0 100%/0 1.4em no-repeat;
    transition: background 0.3s, color 0.2s;
  }
  .page--home .section--disco a:hover .block--txt .tit span {
    background-size: 100% 1.4em;
    color: #f5f5f5;
  }
  .page--home .section--video li a {
    position: relative;
    overflow: hidden;
  }
  .page--home .section--video li a .tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 10;
    font-size: 1.125em;
    letter-spacing: 0.08em;
  }
  .page--home .section--video li a .tit::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: rgba(178, 178, 178, 0.9);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .page--home .section--video li a .tit span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    letter-spacing: 0.06em;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .page--home .section--video li a:hover .tit::before,
  .page--home .section--video li a:hover .tit span {
    opacity: 1;
  }
  .page--home .area--fc section .tit-wrap {
    padding: 20px;
  }
  .page--home .section--login {
    display: flex;
  }
  .page--home .section--login .logo {
    padding: 4vw;
    border-right: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--home .section--login .block--login {
    flex-direction: column;
  }
  .page--home .section--login .list--login {
    border-top: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--home .section--login .list--login li a {
    font-size: min(1.75em, 2vw);
  }
  .page--home .section--login .list--login .item__birthday a span {
    display: inline-block;
  }
  .page--home .section--login.nonlogin .logo, .page--home .section--login.birthday_term .logo {
    width: 74%;
  }
  .page--home .section--login.nonlogin .block--login, .page--home .section--login.birthday_term .block--login {
    width: 26%;
  }
  .page--home .section--login.nonlogin .block--login li, .page--home .section--login.birthday_term .block--login li {
    height: 50%;
  }
  .page--home .section--login.nonlogin .block--login li:first-child a, .page--home .section--login.birthday_term .block--login li:first-child a {
    border-bottom: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--home .section--login.login .logo {
    width: 72%;
  }
  .page--home .section--login.login .block--login {
    width: 28%;
  }
  .page--home .section--login .logo--symbol {
    padding: 30px 30px 40px;
  }
  .page--home .section--news.members {
    display: flex;
  }
  .page--home .section--news.members .no-data {
    padding: 30px;
  }
  .page--home .section--news.members .tit-wrap {
    width: 40%;
  }
  .page--home .section--news.members .tit-wrap .section-tit {
    font-size: 14.5vw;
  }
  .page--home .section--news.members .tit-wrap .section-tit .tit--sub {
    font-size: 0.55em;
    margin-left: 0.4vw;
  }
  .page--home .section--news.members .tit-wrap .list__more {
    margin: 20px 1vw 0 auto;
  }
  .page--home .section--news.members .list--information {
    width: 60%;
  }
  .page--home .section--movie {
    display: flex;
    flex-direction: row-reverse;
  }
  .page--home .section--movie .no-data {
    padding: 30px;
  }
  .page--home .section--movie .clm_l,
  .page--home .section--movie .clm_r {
    width: 50%;
  }
  .page--home .section--movie .clm_l {
    border-right: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--home .section--movie .clm_r {
    display: flex;
    flex-direction: column;
  }
  .page--home .section--movie .tit-wrap .section-tit {
    font-size: 12vw;
  }
  .page--home .section--movie .block--txt {
    width: 100%;
    height: 100%;
  }
  .page--home .section--movie .block--txt a {
    padding: 30px;
  }
  .page--home .section--movie .block--txt a .arrow {
    width: min(1.4em, 1.6vw);
    height: min(1.4em, 1.6vw);
  }
  .page--home .section--photo {
    display: flex;
    flex-direction: row-reverse;
  }
  .page--home .section--photo .no-data {
    padding: 30px;
  }
  .page--home .section--photo .clm_l,
  .page--home .section--photo .clm_r {
    width: 50%;
  }
  .page--home .section--photo .clm_l {
    border-right: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--home .section--photo .clm_r {
    display: flex;
    flex-direction: column;
  }
  .page--home .section--photo .tit-wrap .section-tit {
    font-size: 9.5vw;
  }
  .page--home .section--photo .block--txt {
    width: 100%;
    height: 100%;
  }
  .page--home .section--photo .block--txt a {
    padding: 30px;
  }
  .page--home .section--photo .block--txt a .arrow {
    width: min(1.4em, 1.6vw);
    height: min(1.4em, 1.6vw);
  }
  .page--home .section--photo.nonlogin .block--thumb a:hover .thumb img {
    filter: blur(8px) grayscale(1);
    transform: scale(1.1);
  }
  .page--home .section--community .tit-wrap .section-tit,
  .page--home .section--ms .tit-wrap .section-tit {
    font-size: 5vw;
  }
  .page--home .section--community .tit-wrap .section-tit .tit--sub,
  .page--home .section--ms .tit-wrap .section-tit .tit--sub {
    margin-left: 0.15em;
    font-size: 0.5em;
  }
  .page--home .section--community .tit-wrap .section-tit .tit--sub .date,
  .page--home .section--ms .tit-wrap .section-tit .tit--sub .date {
    font-size: 14px;
    margin-left: 0.5em;
    margin-top: 0.15em;
  }
  .page--home .section--community .tit-wrap .section-tit .arrow,
  .page--home .section--ms .tit-wrap .section-tit .arrow {
    bottom: 25px;
    right: 20px;
  }
  .page--home .section--community .tit-wrap .section-tit .tit--sub {
    margin-left: 0.5em;
    font-size: 0.15em;
  }
  .page--info .section--detail .block--txt {
    padding: 30px 30px 60px;
  }
  .page--info.page--member .list--information.members li a {
    padding: 30px;
  }
  .block--month li a {
    transition: 0.3s;
  }
  .block--month li a:hover {
    opacity: 0.5;
  }
  .page--disco .area--disco-detail {
    display: flex;
    gap: 4%;
  }
  .page--disco .area--disco-detail > div {
    width: 48%;
  }
  .page--disco .jacket--wrap .svg_wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .page--disco .jacket--wrap .svg_wrap .disc_svg {
    top: 0;
    left: 0;
  }
  .page--movie.page--member .section-tit + .btn {
    margin-left: 30px;
    margin-top: -5px;
  }
  .page--movie.page--member .list--contents li:nth-child(2n) {
    border-right: none;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .date {
    opacity: 1;
    font-size: 12px;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--movie {
    width: 72%;
    border-left: 1px solid rgba(78, 78, 78, 0.8);
    border-right: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .no-moreMovie .area--movie {
    width: 100%;
    border-right: none;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .block--player {
    margin: 0;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 28%;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab .tab__list span,
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab .tab__comment span {
    font-size: 1.5vw;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab .tab__comment {
    border-left: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main {
    flex-grow: 1;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents {
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li {
    width: 100%;
    border-bottom: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    display: block;
    width: 100%;
    padding: 10px 10px 0;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    width: 100%;
    margin: 0;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li a .arrow {
    right: 10px;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li:nth-child(n+2):last-child {
    border-bottom: none;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments {
    padding-top: 0;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments [id^=contents_comment_wrapper] {
    position: relative;
    max-height: none;
    overflow: hidden;
    flex-grow: 1;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments .block--post {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments .block--post input[type=submit] {
    top: 20px;
    right: 20px;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments .list--comment {
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
    width: 100%;
  }
  .page--bbs .section--list {
    padding-top: 100px;
  }
  .page--bbs .section--list .bbs-header .section-tit {
    font-size: 3em;
  }
  .page--bbs .btn--delete input,
  .page--bbs .report-btn a,
  .page--bbs .block--post .btn,
  .page--bbs .block--post .post--photo {
    transition: 0.3s;
  }
  .page--bbs .btn--delete input:hover,
  .page--bbs .report-btn a:hover,
  .page--bbs .block--post .btn:hover,
  .page--bbs .block--post .post--photo:hover {
    opacity: 0.5;
  }
  /* hover line */
  .footer li a,
  .drawer .nav--official li a,
  .detail__btn a,
  .list__more {
    position: relative;
  }
  .footer li a::before,
  .drawer .nav--official li a::before,
  .detail__btn a::before,
  .list__more::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 50%;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
  }
  .footer li a:hover::before,
  .drawer .nav--official li a:hover::before,
  .detail__btn a:hover::before,
  .list__more:hover::before {
    transform: scaleX(1);
  }
  .area--fc a:hover .list__more::before {
    transform: scaleX(1);
  }
  .drawer .nav--official li a::before {
    height: 0.1em;
  }
  .footer li a::before,
  .drawer .nav--official .list--sns li a::before {
    height: 1px;
  }
  .page--home .footer li a::before,
  .drawer .nav--official li a::before,
  .drawer .nav--official .list--sns li a::before {
    background: #f5f5f5;
  }
  /* hover box */
  .page--entry .block--entry .btn a,
  .list--faq li a,
  .list--information li a,
  .list--schedule li a,
  .section--movie .block--txt a,
  .section--photo .block--txt a,
  .section--community a,
  .section--ms a,
  .section--login .list--login li a,
  .drawer .nav--fc li a {
    position: relative;
    transition: 0.3s;
  }
  .page--entry .block--entry .btn a::before,
  .list--faq li a::before,
  .list--information li a::before,
  .list--schedule li a::before,
  .section--movie .block--txt a::before,
  .section--photo .block--txt a::before,
  .section--community a::before,
  .section--ms a::before,
  .section--login .list--login li a::before,
  .drawer .nav--fc li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.05);
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
  }
  .page--entry .block--entry .btn a:hover::before,
  .list--faq li a:hover::before,
  .list--information li a:hover::before,
  .list--schedule li a:hover::before,
  .section--movie .block--txt a:hover::before,
  .section--photo .block--txt a:hover::before,
  .section--community a:hover::before,
  .section--ms a:hover::before,
  .section--login .list--login li a:hover::before,
  .drawer .nav--fc li a:hover::before {
    transform: scaleX(1);
  }
  .drawer .nav--fc li a::before {
    background: rgba(245, 245, 245, 0.1);
  }
  .list--contents li a {
    position: relative;
    transition: 0.3s;
  }
  .list--contents li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.05);
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
  }
  .list--contents li a:hover::before {
    transform: scaleX(1);
  }
  /* hover thumb */
  a .thumb img {
    transition: 0.4s;
  }
  a:hover .thumb img {
    transform: scale(1.05);
    filter: grayscale(1);
  }
  /* hover sort */
  .list--link li a,
  .list--link li span,
  .block--category li a,
  .block--category li span {
    transition: 0.3s;
  }
  .list--link li a:hover,
  .list--link li span:hover,
  .block--category li a:hover,
  .block--category li span:hover {
    opacity: 0.5;
  }
  .list--tag li a {
    transition: 0.3s;
  }
  .list--tag li a:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .page--photo .section--list .block--tit {
    margin-left: 30px;
  }
  .page--photo .section--list .block--tit .tit {
    font-size: 1.5em;
  }
  .page--photo .section--list .list--photo {
    border-bottom: none;
  }
  .page--photo .section--list .list--photo li {
    width: calc(33.3333333333% + 1px);
    border-top: none;
    border-right: 1px solid rgba(78, 78, 78, 0.8);
    border-left: 1px solid rgba(78, 78, 78, 0.8);
    border-bottom: 1px solid rgba(78, 78, 78, 0.8);
    margin-left: -1px;
  }
  .page--blog .section--list .list--contents li {
    width: 100%;
  }
  .page--blog .section--list .list--contents li a {
    padding: 30px;
  }
  .page--blog .section--list .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.6em;
    line-height: 1.6;
  }
  .page--blog .section--list .list--contents li a .arrow {
    width: min(1.1375em, 1.3vw);
    height: min(1.1375em, 1.3vw);
  }
  .page--blog .section--detail .block--tit .tit {
    font-size: 1.85rem;
  }
  .page--blog .section--detail .block--comment .block--post,
  .page--blog .section--detail .block--comment .list--comment {
    padding: 30px;
  }
  .page--blog .section--detail .block--comment .block--post dl dt {
    font-size: 1.5rem;
  }
  .page--blog .section--detail .block--comment .list--comment li {
    margin-bottom: 30px;
  }
  .page--blog .section--detail .block--comment .list--comment li .name-wrap {
    margin-bottom: 10px;
  }
  .page--blog .section--detail .block--comment .list--comment li .text {
    padding: 30px;
    font-size: 14px;
  }
  .page--blog .section--detail .block--comment .list--comment li .form_delete,
  .page--blog .section--detail .block--comment .list--comment li .btn--report {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .page--blog .section--detail .block--comment .block--pager {
    padding-bottom: 30px;
  }
  .page--blog .section--detail .block--pager {
    padding: 0 30px;
  }
  .page--blog .section--detail .block--pager .pager__item--list a {
    transition: opacity 0.3s;
  }
  .page--blog .section--detail .block--pager .pager__item--list a:hover {
    opacity: 0.5;
  }
  .page--blog.page--confirm .form--post,
  .page--blog.page--confirm .form--confirm {
    padding: 30px;
  }
  .page--blog.page--essay .section-tit {
    margin-bottom: 20px;
  }
  .page--blog.page--essay .list--contents li a {
    padding: 30px;
  }
  .page--blog.page--essay .list--contents li a .tit span {
    display: inline-block;
    margin-right: 1em;
    min-width: 5em;
    font-size: 1.125em;
  }
  .page--blog.page--essay .list--contents li a .arrow {
    width: min(1.1375em, 1.3vw);
    height: min(1.1375em, 1.3vw);
  }
  .page--blog.page--essay .list--contents li.new .tit span::before {
    top: calc(30px - 1.2em);
    left: 30px;
  }
  .page--blog.page--essay .section--detail .block--txt {
    padding: 0 5vw;
  }
  .page--blog.page--essay .section--detail .block--txt .inner {
    padding: 30px 30px;
    border-left: 1px solid rgba(78, 78, 78, 0.8);
    border-right: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--blog.page--essay .section--detail .block--txt .scroll {
    margin: 10px 0 20px auto;
  }
  .page--blog.page--essay .section--detail .block--txt .txt .ph,
  .page--blog.page--essay .section--detail .block--txt .txt .video {
    max-width: calc(90vw - 80px);
  }
  .page--blog.page--essay .section--detail .block--txt .txt .ph img,
  .page--blog.page--essay .section--detail .block--txt .txt .video img {
    max-width: calc(90vw - 80px);
  }
  .page--blog.page--essay .section--detail .tit {
    text-align: center;
  }
  .page--blog.page--tsubuyaki .section--inner {
    width: 90vw;
    max-width: 1200px;
  }
  .page--blog.page--tsubuyaki .section--list .section-tit {
    margin-bottom: 60px;
    margin-left: 0;
  }
  .page--blog.page--tsubuyaki .section--list .section-tit span {
    font-size: 1.3rem;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki {
    padding: 0 30px 40px;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 70px;
    padding-left: 5em;
    font-size: 1.35rem;
    line-height: 2;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki li.no-data {
    margin-left: -30px;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki .icon {
    width: 4em;
    height: 4em;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki .block--txt {
    width: 500px;
    min-height: calc(6em + 60px);
    padding: 30px;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki .block--txt::before {
    right: calc(100% - 15px);
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki .date {
    font-size: 0.95rem;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki.list--detail {
    padding: 0 0 40px;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki.list--detail li {
    width: 100%;
    margin-left: 0;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki.list--detail .block--txt {
    width: 100%;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki.list--detail + .block--pager {
    justify-content: space-between;
  }
  .page--blog.page--guilty .section--list .moment--nav a {
    position: relative;
    transition: 0.3s;
  }
  .page--blog.page--guilty .section--list .moment--nav a::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.05);
    top: 0;
    left: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s;
  }
  .page--blog.page--guilty .section--list .moment--nav a:hover::before {
    transform: scaleY(1);
  }
  .page--blog.page--guilty .section--list .list--contents li a {
    padding: 20px;
  }
  .page--blog.page--guilty .section--list .list--contents li a .thumb {
    margin-right: 20px;
  }
  .page--blog.page--guilty .section--list .list--contents li a .block--txt {
    width: calc(100% - 120px);
  }
  .page--blog.page--guilty .section--list .list--contents li a .tit {
    font-size: 1.25em;
  }
  .page--blog.page--guilty .section--detail .block--tit {
    position: relative;
    padding-right: 17em;
  }
  .page--blog.page--guilty .section--detail .icon--like {
    position: absolute;
    bottom: 0;
    right: 30px;
  }
  .page--blog.page--guilty .section--detail .block--txt {
    display: flex;
    justify-content: space-between;
  }
  .page--blog.page--guilty .section--detail .block--swiper {
    width: calc(50% - 15px);
  }
  .page--blog.page--guilty .section--detail .txt {
    width: calc(50% - 15px);
  }
}
@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%;
  }
  .new a .date::before {
    left: calc(100% + 0.5em);
    top: 50%;
    transform: translateY(-50%);
  }
  .list--schedule li.new a .block--date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .list--schedule li.new a .block--date::before {
    left: calc(100% + 0.5em);
    top: auto;
    bottom: 0.15em;
    transform: translateY(0%);
  }
  li a .arrow {
    width: 1em;
    height: 1em;
  }
  .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.6em;
    line-height: 1.6;
  }
  .list--contents .tit,
  .list--information li a .block--txt .tit,
  .list--schedule li a .block--txt .tit,
  .list--information.members li a .block--txt .tit,
  .section--movie .block--txt a .tit,
  .section--photo .block--txt a .tit {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3.2em;
    line-height: 1.6;
  }
  /* list--information list--schedule  */
  .list--information li a,
  .list--schedule li a {
    flex-direction: column;
    align-items: flex-start;
    padding: 2em 5px;
  }
  .list--information li a .block--txt,
  .list--schedule li a .block--txt {
    width: 100%;
  }
  .list--information li a .arrow,
  .list--schedule li a .arrow {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  /* list--information.members */
  .list--information.members {
    width: 100%;
  }
  .list--information.members li a {
    padding: 0 20px;
  }
  .list--information.members li a .arrow {
    width: 1.105em;
    height: 1.105em;
  }
  /* list--schedule */
  .list--schedule li a .block--date {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .list--schedule li a .block--date > span {
    margin: 0;
    transform: rotate(-90deg);
  }
  /* list--discography */
  .list--discography {
    row-gap: 80px;
  }
  .list--discography li {
    width: 100%;
  }
  .list--discography li a {
    flex-direction: column;
  }
  .list--discography .block--thumb {
    width: 100%;
  }
  .list--discography .block--thumb .disc_svg {
    top: 50%;
  }
  .list--discography .block--txt {
    width: 100%;
    margin-top: 1em;
  }
  .list--discography .block--txt .tit {
    margin-bottom: 10px;
  }
  /* list--video */
  .list--video:not(.swiper-wrapper) {
    row-gap: min(100px, 15vw);
  }
  .list--video:not(.swiper-wrapper) li {
    width: 100%;
  }
  /* list--faq */
  .list--faq li a {
    padding: 2em 5px;
  }
  /* page--member list */
  .page--member .list--contents .no-data,
  .page--member .list--information .no-data {
    width: 100%;
    padding: 20px;
  }
  .page--member .list--contents li {
    width: 100%;
    border-bottom: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--member .list--contents li:last-child {
    border-bottom: none;
  }
  .header .logo {
    top: 20px;
    left: 3vw;
  }
  .header .logo a {
    width: 40vw;
    max-width: 250px;
  }
  .drawer__btn {
    width: 60px;
    height: 18px;
  }
  .drawer .g-nav {
    flex-direction: column;
  }
  .drawer .g-nav .nav--contents__list li a,
  .drawer .g-nav .nav--contents__list li .outside {
    font-size: 8.5vw;
  }
  .drawer .g-nav .nav--fc {
    flex-direction: column;
    border-top: none;
    margin-top: 3vw;
  }
  .drawer .g-nav .nav--fc .block--nav-logo {
    border-top: 1px solid rgba(78, 78, 78, 0.8);
  }
  .drawer .g-nav .nav--fc .block--nav-logo .nav--logo {
    padding: 20px 20px 10px;
  }
  .drawer .g-nav .nav--fc .list--login li a {
    font-size: 8vw;
  }
  .drawer .g-nav .nav--fc .nav--contents__list li a,
  .drawer .g-nav .nav--fc .nav--contents__list li .outside {
    padding: 10px;
  }
  .footer {
    padding: 30px 5vw;
  }
  .footer .inner .tit {
    margin-bottom: 1em;
    font-size: 1.125em;
    line-height: 1.4;
  }
  .footer ul {
    margin-right: 5vw;
  }
  .footer .block--support,
  .footer .block--sns,
  .footer .block--music {
    padding: 0 20px;
    border-left: 1px solid rgba(78, 78, 78, 0.8);
  }
  .footer .block--sns,
  .footer .block--music {
    margin-top: 60px;
  }
  .footer .block--sns ul,
  .footer .block--music ul {
    display: flex;
    flex-direction: row;
  }
  .footer .block--support .tit {
    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: #f5f5f5;
    transition: 0.3s;
  }
  .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%;
  }
  .footer .block--support .tit.open .close::after {
    height: 1px;
    opacity: 0;
  }
  .footer .block--support .nav--wrap {
    display: none;
    font-weight: 300;
  }
  .footer .nav--support_login {
    margin-top: 1em;
  }
  .page--home .footer {
    padding: 60px 5vw;
  }
  .page--home .footer .inner {
    padding-bottom: 60px;
  }
  .page--home .footer .copyright {
    left: 5vw;
  }
  .section--list,
  .section--detail {
    padding: 120px 5vw 100px;
  }
  /* section--list */
  .section--list .section-tit {
    font-size: min(14vw, 3.9em);
  }
  .section--list .block--category {
    margin-bottom: 30px;
  }
  /* page--member */
  .page--member .section--list,
  .page--member .section--detail {
    padding: 120px 0 100px;
  }
  .page--member .section--list .section-tit,
  .page--member .section--detail .section-tit {
    margin-left: 10px;
    padding-right: 10px;
  }
  .page--member .section--list .list--information li a,
  .page--member .section--detail .list--information li a {
    padding: 2em 20px;
  }
  .page--member .section--detail .block--tit {
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .page--member .section--detail .block--txt {
    padding: 20px;
  }
  .page--member .detail__btn, .page--member.page--movie.new-movie .detail__btn {
    margin: 20px 0 0 20px;
    padding: 0;
  }
  body.body--app .section--list,
  body.body--app .section--detail,
  body.body--app.page--member .section--list,
  body.body--app.page--member .section--detail,
  body.body--app.page--movie.page--member.new-movie .section--list,
  body.body--app.page--movie.page--member.new-movie .section--detail {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .page--home {
    /* header */
    /* section--hero */
    /* section--banner */
    /* area--official */
    /* section--disco */
    /* section--video */
    /* area--fc */
    /* section--login */
    /* section--news.members */
    /* section--movie */
    /* section--photo */
    /* section--community */
  }
  .page--home .header .logo {
    top: 7vh;
    left: 50%;
    transform: translateX(-50%);
  }
  .page--home .header .logo a {
    width: 60vw;
    max-width: none;
  }
  .page--home .section--hero {
    width: 100vw;
    height: 100vw;
    margin-top: 5vh;
  }
  .page--home .section--hero .mainvisual img {
    background-position: bottom;
  }
  .page--home .section--hero .mainvisual .blur {
    display: none;
  }
  .page--home .section--banner {
    margin-top: 20px;
    margin-bottom: 100px;
  }
  .page--home .section--banner #listBanner.single {
    width: 90vw;
    max-width: 500px;
    margin: 0 auto;
  }
  .page--home .section--banner .swiper-button-wrap {
    margin-top: 0;
  }
  .page--home .section--banner .swiper-button-wrap .swiper-pagination {
    position: absolute;
    top: -0.8em;
    right: 0.8em;
    left: auto;
    bottom: auto;
  }
  .page--home .area--official section {
    margin-bottom: 120px;
  }
  .page--home .area--official .tit-wrap {
    margin-bottom: 10px;
  }
  .page--home .area--official .tit-wrap .section-tit {
    font-size: min(14vw, 3.9em);
  }
  .page--home .area--official .tit-wrap .list__more {
    font-size: 1em;
  }
  .page--home .section--disco .tit-wrap .list__more {
    margin-left: 0.3em;
  }
  .page--home .section--disco .item a {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .page--home .section--disco .block--thumb {
    width: 100%;
    margin-bottom: 20px;
  }
  .page--home .section--disco .block--thumb .disc_svg {
    top: 50%;
  }
  .page--home .section--disco .block--txt .tit {
    font-size: 1.7em;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .page--home .section--video #listVideo {
    position: relative;
  }
  .page--home .section--video .swiper-button-wrap {
    position: absolute;
    top: -2.5em;
    right: 0;
  }
  .page--home .section--video .swiper-button-prev,
  .page--home .section--video .swiper-button-next,
  .page--home .section--video .swiper-button-prev + span {
    display: none;
  }
  .page--home .section--video .thumb {
    margin-bottom: 10px;
  }
  .page--home .area--fc section .tit-wrap {
    padding: 10px;
  }
  .page--home .section--login .logo {
    padding: 7vw;
    border-bottom: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--home .section--login .list--login {
    width: 100%;
    display: flex;
  }
  .page--home .section--login .list--login li {
    width: 100%;
  }
  .page--home .section--login .list--login li a {
    font-size: 1.7em;
  }
  .page--home .section--login .list--login li a .ico_birthday {
    position: absolute;
    top: 13px;
    left: 10px;
    width: min(1.5em, 9vw);
    height: min(1.5em, 9vw);
  }
  .page--home .section--login .list--login li.item__birthday a span:not(.arrow) {
    line-height: 1;
    font-size: min(0.9em, 5.5vw);
    padding-left: 2em;
  }
  .page--home .section--login.nonlogin .list--login li, .page--home .section--login.birthday_term .list--login li {
    width: 50%;
  }
  .page--home .section--login.nonlogin .list--login li:first-child, .page--home .section--login.birthday_term .list--login li:first-child {
    border-right: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--home .section--news.members .tit-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: min(18vw, 90px);
  }
  .page--home .section--news.members .tit-wrap .list__more {
    margin-top: 1em;
    margin-left: 0.3em;
    font-size: 0.25em;
  }
  .page--home .section--news.members .tit-wrap .section-tit .tit--sub {
    font-size: 0.18em;
    margin-left: 0.25em;
    margin-bottom: 0.3em;
  }
  .page--home .section--news.members .tit-wrap .section-tit .tit--main {
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
    text-align: center;
  }
  .page--home .section--news.members .no-data {
    padding: 20px;
  }
  .page--home .section--movie {
    padding-left: 5vw;
  }
  .page--home .section--movie .no-data {
    padding: 20px;
  }
  .page--home .section--movie .clm_r,
  .page--home .section--movie .clm_l {
    border-left: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--home .section--movie .tit-wrap .section-tit {
    font-size: 22vw;
  }
  .page--home .section--movie .block--txt a {
    padding: 20px;
    padding-top: 10px;
  }
  .page--home .section--movie .block--txt a .arrow {
    width: 1.105em;
    height: 1.105em;
  }
  .page--home .section--photo {
    padding-left: 5vw;
  }
  .page--home .section--photo .no-data {
    padding: 20px;
  }
  .page--home .section--photo .clm_r,
  .page--home .section--photo .clm_l {
    border-left: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--home .section--photo .tit-wrap .section-tit {
    font-size: 17vw;
  }
  .page--home .section--photo .tit-wrap .list__more {
    font-size: 4.5vw;
  }
  .page--home .section--photo .block--txt a {
    padding: 20px;
    padding-top: 10px;
  }
  .page--home .section--photo .block--txt a .arrow {
    width: 1.105em;
    height: 1.105em;
  }
  .page--home .section--community .tit-wrap .section-tit,
  .page--home .section--ms .tit-wrap .section-tit {
    font-size: 9.3vw;
  }
  .page--home .section--community .tit-wrap .section-tit .tit--sub,
  .page--home .section--ms .tit-wrap .section-tit .tit--sub {
    margin-left: 0.1em;
    font-size: 0.7em;
  }
  .page--home .section--community .tit-wrap .section-tit .tit--sub .date,
  .page--home .section--ms .tit-wrap .section-tit .tit--sub .date {
    font-size: 12px;
    margin-left: 0.5em;
  }
  .page--home .section--community .tit-wrap .section-tit .arrow,
  .page--home .section--ms .tit-wrap .section-tit .arrow {
    bottom: 13px;
    right: 10px;
  }
  .page--home .section--community .tit-wrap .section-tit .tit--sub {
    margin-left: 0.3em;
    margin-bottom: 0.15em;
    font-size: 0.3em;
  }
  .page--home .section--ms .btn {
    margin: 0 10px;
    min-width: 0;
    max-width: none;
    width: calc(100% - 20px);
  }
  .page--home .section--ms .btn a {
    padding: 0.8em;
  }
  .page--schedule .section--list .block--month .tit {
    font-size: min(3em, 10vw);
  }
  .page--info .section--detail .block--tit .tit {
    font-size: 1.25em;
  }
  .page--info .section--detail .block--txt {
    padding: 20px 20px 60px;
  }
  .page--info.page--member .list--information.members li a {
    padding: 20px;
  }
  .page--info.page--member .section--detail .block--tit .block--date {
    margin-bottom: 0;
  }
  .page--disco .swiper-button-wrap {
    position: absolute;
    bottom: -3em;
    right: 0;
  }
  .page--disco .swiper-button-prev,
  .page--disco .swiper-button-next,
  .page--disco .swiper-button-prev + span {
    display: none;
  }
  .page--disco .section--detail .jacket--wrap .svg_wrap {
    left: 0;
    top: -50%;
  }
  .page--disco .section--detail .block--detail {
    margin-top: 2em;
  }
  .page--disco .section--detail .block--detail .block--track .list--track > li {
    padding: 15px 5px;
  }
  .page--movie.page--member .section-tit + .btn {
    margin: -10px 10px 1em;
    min-width: 0;
    max-width: calc(100% - 20px);
  }
  .page--movie.page--member.new-movie .section--detail {
    padding: 120px 0 100px;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .block--tit {
    max-width: calc(100vw - 20px);
    margin: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 0;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .block--tit .tit {
    font-size: 1.5em;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .date {
    opacity: 1;
    font-size: 12px;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--movie {
    width: 100%;
    border-left: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .block--player {
    position: relative;
    top: 0;
    margin: 0;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .block--player + .btn {
    max-width: 100%;
    padding: 0 1em;
    margin-bottom: 0;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info {
    border-top: 1px solid rgba(78, 78, 78, 0.8);
    border-left: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab .tab__list span,
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab .tab__comment span {
    font-size: 5vw;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies {
    overflow: auto;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li {
    width: 100%;
    border-top: 1px solid rgba(78, 78, 78, 0.8);
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li:first-child {
    border-top: none;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    padding: 0;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    width: 50%;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li a .block--txt {
    width: 50%;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--more_movies .list--contents li a .arrow {
    right: 10px;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments {
    max-height: 70vw;
    padding: 0;
  }
  .page--movie.page--member.new-movie .section--detail .section--inner .area--more-info .block--tab__main .block--comments [id^=contents_comment_wrapper] {
    overflow-y: auto;
    max-height: none;
  }
  .page--movie.page--member.page--category .list--tit h3 {
    font-size: min(30px, 10vw);
    padding: 8px 20px 10px;
  }
  .page--movie.page--member.page--category .list__more {
    margin-left: 0;
  }
  /* video js */
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar .vjs-play-progress::before,
  .section--detail .video-js .vjs-control-bar .vjs-play-progress::before {
    color: #fff;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar .vjs-progress-holder,
  .section--detail .video-js .vjs-control-bar .vjs-progress-holder {
    height: 3px;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control,
  .section--detail .video-js .vjs-play-control {
    width: 14.5vw;
    height: 14.5vw;
    position: absolute;
    top: -24vw;
    left: 50% !important;
    transform: translateX(-50%);
    font-size: min(5vw, 2em) !important;
  }
  .vjs-play-control:focus:focus-visible {
    box-shadow: 0 0 0 2px transparent;
    border-color: transparent;
  }
  .page--bbs .section--list {
    padding-top: 80px;
  }
  .page--bbs .section--inner .bbs-header {
    padding: 10px;
  }
  .page--bbs .section--inner .bbs-header .section-tit {
    font-size: 2em;
  }
  .page--bbs .section--inner .list--wrap .list--inner {
    padding: 20px;
  }
  .page--bbs .section--inner .block--post {
    padding: 1em 0 0.9em;
  }
  .page--entry.section--detail .section-tit img {
    padding: 0 15vw;
  }
  .page--entry.section--detail .block--lead .txt {
    padding: 0 8vw;
    font-size: 1em;
  }
  .page--entry.section--detail .block--tit {
    padding: 10px 15px;
    font-size: 3.5em;
  }
  .page--entry.section--detail .block--tit .txt--sub {
    font-size: 13px;
  }
  .page--entry.section--detail .block--specific-info dl {
    padding: 20px;
  }
  .page--entry.section--detail .block--specific-info dt {
    font-size: 1.125em;
  }
  .page--entry.section--detail .block--device .inner > div {
    padding: 20px;
  }
  .page--entry.section--detail .block--entry .btn a span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--photo .section--list .block--tit {
    margin-left: 20px;
  }
  .page--photo .section--list .block--tit .tit {
    font-size: 1.25em;
  }
  .page--photo .section--list .list--photo {
    border-bottom: none;
  }
  .page--photo .section--list .list--photo li {
    width: calc(50% + 1px);
    border-right: 1px solid rgba(78, 78, 78, 0.8);
    margin-left: -1px;
  }
  .page--photo.page--photo__detail #swipebox-slider .slide img {
    max-width: calc(100% - 65px);
  }
  .page--photo.page--photo__detail #swipebox-close {
    width: 60px;
    height: 30px;
  }
  .page--photo.page--photo__detail #swipebox-action #swipebox-prev,
  .page--photo.page--photo__detail #swipebox-action #swipebox-next {
    width: 40px;
    height: 40px;
  }
  .page--photo.page--photo__detail #swipebox-action #swipebox-prev::before,
  .page--photo.page--photo__detail #swipebox-action #swipebox-next::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
  }
  .page--blog .section--list .list--contents li a {
    padding: 20px;
  }
  .page--blog .section--list .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.2em;
    line-height: 1.6;
  }
  .page--blog .section--detail .block--tit .tit {
    font-size: 1.25rem;
    padding-right: 20px;
  }
  .page--blog .section--detail .block--movie-loading {
    text-align: left;
  }
  .page--blog .section--detail .block--comment .block--post,
  .page--blog .section--detail .block--comment .list--comment {
    padding: 20px;
  }
  .page--blog .section--detail .block--comment .block--post dl dt {
    font-size: 1.125rem;
  }
  .page--blog .section--detail .block--comment .list--comment li {
    margin-bottom: 20px;
  }
  .page--blog .section--detail .block--comment .list--comment li .name-wrap {
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .page--blog .section--detail .block--comment .list--comment li .text {
    padding: 20px;
    font-size: 13px;
  }
  .page--blog .section--detail .block--comment .list--comment li .form_delete,
  .page--blog .section--detail .block--comment .list--comment li .btn--report {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5px 0 0 auto;
  }
  .page--blog .section--detail .block--comment .block--pager {
    padding-bottom: 20px;
  }
  .page--blog .section--detail .block--pager {
    padding: 0 20px;
  }
  .page--blog.page--confirm .form--post,
  .page--blog.page--confirm .form--confirm {
    padding: 20px;
  }
  .page--blog.page--essay .section-tit {
    margin-bottom: 15px;
  }
  .page--blog.page--essay .list--contents li a {
    padding: 20px;
  }
  .page--blog.page--essay .list--contents li a .tit {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: calc(5.15em + 10px);
    line-height: 1.6;
  }
  .page--blog.page--essay .list--contents li a .tit span {
    margin-bottom: 10px;
    font-size: 1.15em;
  }
  .page--blog.page--essay .list--contents li a .arrow {
    width: 1.105em;
    height: 1.105em;
  }
  .page--blog.page--essay .list--contents li.new .tit span {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--blog.page--essay .list--contents li.new .tit span::before {
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
  }
  .page--blog.page--essay .section--detail .block--txt {
    padding: 0;
  }
  .page--blog.page--essay .section--detail .block--txt .inner {
    padding: 20px 20px 0;
  }
  .page--blog.page--essay .section--detail .block--txt .scroll {
    margin: 10px auto 20px;
  }
  .page--blog.page--essay .section--detail .block--txt .txt .ph {
    max-width: calc(100vw - 40px);
  }
  .page--blog.page--essay .section--detail .block--txt .txt .ph img {
    max-width: calc(100vw - 40px);
  }
  .page--blog.page--tsubuyaki .section--inner {
    width: 100%;
  }
  .page--blog.page--tsubuyaki .section--list .section-tit {
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .page--blog.page--tsubuyaki .section--list .section-tit span {
    font-size: 1.125rem;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki {
    padding: 0 20px 30px;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki li {
    max-width: 600px;
    padding-left: 4.5em;
    margin: 0 auto 40px;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki .icon {
    width: 3.5em;
    height: 3.5em;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki .block--txt {
    padding: 15px;
    min-height: calc(6em + 30px);
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki .block--txt::before {
    right: calc(100% - 5px);
    border-width: 15px;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki .date {
    font-size: 0.8rem;
    margin-top: 0.5em;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki .block--movie-loading {
    text-align: left;
  }
  .page--blog.page--tsubuyaki .list--tsubuyaki.list--detail + .block--pager {
    justify-content: space-between;
    padding: 0 30px;
  }
  .page--blog.page--guilty .section--list .list--contents li a {
    padding: 10px;
  }
  .page--blog.page--guilty .section--list .list--contents li a .thumb {
    margin-right: 10px;
  }
  .page--blog.page--guilty .section--list .list--contents li a .block--txt {
    width: calc(100% - 110px);
  }
  .page--blog.page--guilty .section--detail .icon--like .bookmark {
    width: calc(100% - 20px);
    margin-top: 30px;
    text-align: center;
  }
  .page--blog.page--guilty .section--detail .icon--like .bookmark::before {
    right: -1.2em;
    bottom: -0.3em;
  }
  .page--blog.page--guilty .section--detail .block--swiper {
    margin-bottom: 20px;
  }
  .page--blog.page--guilty.body--app .section--list .section-tit span {
    margin-top: 0.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5em 1em;
    background: #0a0a0a;
    color: #f5f5f5;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  .page--blog.page--guilty.body--app .section--detail {
    padding-bottom: 140px;
  }
  .page--faq .searchBox {
    position: relative;
    margin: 1em 0 0;
  }
  .page--faq .list--tag {
    margin-top: 30px;
  }
  .page--error .section--detail .tit {
    font-size: 20px;
  }
}
/* ----------------------------

tablet

------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  /* list--discography */
  .list--discography {
    row-gap: 100px;
  }
  .list--discography .block--thumb .thumb {
    max-width: 550px;
  }
  .list--discography .block--thumb .disc_svg {
    top: 0;
    left: calc((90vw - 550px) / 2);
  }
  /* list--video */
  .list--video:not(.swiper-wrapper) li {
    width: 48%;
  }
  .page--home {
    /* section--disco */
  }
  .page--home .section--disco .block--thumb .thumb {
    max-width: 550px;
  }
  .page--home .section--disco .block--thumb .disc_svg {
    top: 0;
    left: calc((90vw - 550px) / 2);
  }
  .page--home .section--login .list--login li.item__birthday a span:not(.arrow) {
    display: inline-block;
    padding-left: 0;
    font-size: 1em;
    line-height: 1.6;
  }
  .page--home .section--login .list--login li.item__birthday a .ico_birthday {
    position: static;
    width: 1em;
    height: 1em;
    margin-bottom: -0.1em;
  }
  .page--home .section--login .list--login li.item__birthday a br.sp {
    display: none;
  }
}