@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
------------------------------ */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background: #000;
  color: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.06em;
}

#wrap {
  overflow-x: hidden;
}

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

.center {
  text-align: center !important;
}

.section-title {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: lowercase;
  line-height: 1;
}

.date {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  line-height: 1;
}

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

.txt--sub {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.txt--error {
  color: #dc5555;
}
.txt--error::before {
  content: "※";
}

.more-link {
  text-align: right;
}

.no-data {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  font-size: clamp(15px, 4vw, 20px);
  padding: 3em 0;
}
.no-data.font-jp {
  font-size: clamp(14px, 3vw, 18px);
}

.font-en {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
}

.font-jp {
  font-family: "Lato", sans-serif !important;
}

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

.ph,
.thumb {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.ph::after,
.thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.ph img,
.thumb img {
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: bottom;
}

svg {
  width: 100%;
}

.logo svg {
  display: block;
}

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

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

/* button
------------------------------ */
.btn {
  text-align: center;
  margin: 1.2em 0;
}

.btn--main,
.btn--sub {
  display: inline-block;
  text-align: center;
  min-width: 280px;
  max-width: 90%;
  font-size: 1.1em;
  font-weight: 400;
  padding: 0.8em 1em;
  border-radius: 0;
  white-space: pre-wrap;
  margin-inline: auto;
  border: 1px solid;
  line-height: 1.3;
  cursor: pointer;
}

.btn--main {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.btn--sub {
  color: #fff;
  background: #666;
  border-color: #666;
}

.detail__btn {
  text-align: center;
  margin-top: 80px;
}
.detail__btn a {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  position: relative;
  z-index: 0;
}
.detail__btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #666;
  border: 1px solid #666;
  transform: skew(30deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .detail__btn a::before {
    transform: skew(20deg);
  }
}
.detail__btn a {
  padding: 0.5em 2em;
}

/* form
------------------------------ */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  max-width: 100%;
  box-shadow: none;
  border: 1px solid #fff;
  padding: 0.6em;
  color: #fff;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.3);
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #dc5555;
  border-color: #dc5555;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
textarea {
  width: 100%;
  min-height: 6em;
  resize: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
button,
select {
  -webkit-appearance: none;
  display: inline-block;
  max-width: 100%;
  box-shadow: none;
  border: 1px solid #fff;
  padding: 0.6em;
  color: #fff;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.3);
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus,
button:focus,
select:focus {
  border-color: inherit;
}
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,
select.form__error {
  background: #fff0ea;
  color: #dc5555;
  border-color: #dc5555;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
input[type=date].form__error:focus,
button.form__error:focus,
select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
input[type=date][disabled],
button[disabled],
select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

select {
  padding-right: 2em;
}

[type=checkbox],
[type=radio] {
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
[type=checkbox]:checked::after,
[type=radio]:checked::after {
  content: "";
  position: absolute;
}

[type=checkbox]:checked {
  background: #fff;
}
[type=checkbox]:checked::after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

[type=radio] {
  border-radius: 50%;
}
[type=radio]:checked::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
}

.form dt {
  font-size: 0.9em;
  margin-bottom: 0.5em;
  color: #B2B2B2;
}
.form dd {
  margin-bottom: 1.5em;
}
.form dd .form__select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.form dd .form__select::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 0.7em;
  transform: rotate(135deg);
}
.form dd .form__select select {
  padding-right: 1.5em;
}
.form dd .form__checkbox label,
.form dd .form__radio label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.form dd .form--horizontal {
  display: flex;
  gap: 5px;
}
.form dd .form--horizontal li {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.form dd .input--quarter {
  max-width: 50%;
  margin-right: 5px;
}

/* list
------------------------------ */
.list--info li a {
  display: block;
}
.list--info li a .item-text {
  display: flex;
  align-items: center;
  gap: 0.8em;
  margin-bottom: 0.5em;
}
.list--info li a .item-text .category {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
  color: currentColor;
  background: #666;
  border: 1px solid #666;
  padding: 0.4em 1em;
  line-height: 1;
  opacity: 1;
  font-size: 10px;
  min-width: 5em;
  padding: 0.2em 0.5em 0.3em;
}
.list--info li a .title {
  padding: 2em;
  position: relative;
  z-index: 0;
}
.list--info li a .title::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #aaa;
  transform: skew(30deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .list--info li a .title::before {
    transform: skew(20deg);
  }
}
.list--info li a .title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list--info li + li {
  margin-top: 1.2em;
}
.list--info li.new .item-text {
  position: relative;
}
.list--info li.new .item-text::after {
  content: "new";
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  font-size: 13px;
  color: #87a2c6;
  line-height: 1;
  margin-left: -0.3em;
}

.list--sns {
  display: flex;
  align-items: center;
  gap: 1em;
}

.list--discography .category,
.block-disco .category {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
  color: currentColor;
  background: transparent;
  border: 1px solid currentColor;
  padding: 0.4em 1em;
  line-height: 1;
  opacity: 0.6;
  padding: 0.2em 1em 0.3em;
}

.list--blog a,
.list--movie a,
.list--radio a,
.list--qa a {
  display: block;
}
.list--blog a .date,
.list--movie a .date,
.list--radio a .date,
.list--qa a .date {
  font-size: 0.9em;
  color: #B2B2B2;
}

.list--blog li .title,
.list--movie li .title,
.list--radio li .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list--blog li a .thumb img {
  aspect-ratio: 4/5;
  object-fit: cover;
}
.list--blog li a .item-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6em;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
}
.list--blog li a .item-text .date::before {
  content: "update";
  margin-right: 0.6em;
}
.list--blog li a .item-text .category {
  font-size: 0.9em;
  line-height: 1;
}
.list--blog li.new .item-text {
  position: relative;
}
.list--blog li.new .item-text::after {
  content: "new";
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  font-size: 13px;
  color: #87a2c6;
  line-height: 1;
  margin-left: 0;
}

.list--movie li a .thumb img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.list--movie li a .date {
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
}
.list--movie li a .date::before {
  content: "update";
  margin-right: 0.6em;
}
.list--movie li.new .date {
  position: relative;
}
.list--movie li.new .date::after {
  content: "new";
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  font-size: 13px;
  color: #87a2c6;
  line-height: 1;
  margin-left: 0.5em;
}

.list--radio li a .thumb img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.list--radio li a .date {
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
}
.list--radio li a .date::before {
  content: "update";
  margin-right: 0.6em;
}
.list--radio li.new .date {
  position: relative;
}
.list--radio li.new .date::after {
  content: "new";
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  font-size: 13px;
  color: #87a2c6;
  line-height: 1;
  margin-left: 0.5em;
}

.list--qa {
  border-top: 1px solid;
  margin-top: 3em;
}
.list--qa li {
  position: relative;
  border-bottom: 1px solid;
  z-index: 10;
}
.list--qa li a {
  display: block;
  position: relative;
  padding: 2em 1em 2em 4em;
}
.list--qa li a .date {
  margin-bottom: 1em;
}
.list--qa li a .date::before {
  content: "update";
  margin-right: 0.6em;
}
.list--qa li a .title {
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list--qa li a::before {
  content: "Q";
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: lowercase;
  font-size: 48px;
  position: absolute;
  left: 0;
  line-height: 1;
  text-transform: none;
}
.list--qa li.new .date {
  position: relative;
}
.list--qa li.new .date::after {
  content: "new";
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  font-size: 13px;
  color: #87a2c6;
  line-height: 1;
  margin-left: 0.5em;
}
.list--qa li.no-data {
  margin: 0;
  padding: 2em 0;
}

/* block
------------------------------ */
.block--pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-top: 3em;
}
.block--pager li {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  font-size: 1.2em;
  position: relative;
  padding: 3px;
}
.block--pager li span {
  opacity: 0.4;
}
.block--pager li.pager__item--newer a::before, .block--pager li.pager__item--newer span::before {
  content: "prev";
}
.block--pager li.pager__item--older a::before, .block--pager li.pager__item--older span::before {
  content: "next";
}
.block--pager li.pager__item--current::after {
  content: "";
  width: 100%;
  border-bottom: 2px solid;
  position: absolute;
  bottom: 0;
  left: 0;
}
.block--pager.pager-nav {
  justify-content: space-between;
}

.block--category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6em 1em;
  margin-bottom: 3em;
}
.block--category li a {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  position: relative;
  z-index: 0;
}
.block--category li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 1px solid #fff;
  transform: skew(30deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .block--category li a::before {
    transform: skew(20deg);
  }
}
.block--category li a {
  display: inline-block;
  line-height: 1;
  padding: 0.4em 2em 0.5em;
}
.block--category li.current a, .block--category li.selected a {
  pointer-events: none;
}
.block--category li.current a::before, .block--category li.selected a::before {
  background: #666;
  border-color: #666;
}

.block--player {
  border: 1px solid rgba(170, 170, 170, 0.5);
}

/* header
------------------------------ */
header {
  width: 100%;
  z-index: 9999;
  -webkit-font-smoothing: auto;
}
header .header-inner {
  height: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  margin-inline: auto;
  padding: 0 40px;
}
header .header-inner .logo {
  width: 120px;
  max-width: 30%;
}
header .header-inner .logo a {
  display: block;
}

/* footer
------------------------------ */
footer {
  background: none;
  position: relative;
  z-index: 1;
}
footer .footer-inner {
  padding: 50px 40px;
}
footer .footer-inner .logo {
  width: 60%;
  max-width: 160px;
}
footer .footer-inner .label-logo {
  width: 160px;
  pointer-events: none;
  margin-bottom: 2em;
}
footer .list--sns {
  gap: 1.5em;
  margin: 2em 0;
}
footer .list--sns li a {
  font-size: 1.5em;
}
footer .copyright {
  font-size: 10px;
  opacity: 0.5;
  margin-top: 2rem;
}

/* page--home
------------------------------ */
.page--home {
  background: #000;
  opacity: 0;
  transition: 0.5s;
}
.page--home.loaded {
  opacity: 1;
  background: #333;
}
.page--home .section-inner {
  padding: 80px 40px;
  max-width: 1200px;
  margin-inline: auto;
}
.page--home .more-link {
  position: relative;
  z-index: 10;
}
.page--home .more-link a {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  position: relative;
  z-index: 0;
}
.page--home .more-link a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #666;
  border: 1px solid #666;
  transform: skew(30deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .page--home .more-link a::before {
    transform: skew(20deg);
  }
}
.page--home .more-link a {
  line-height: 1;
  padding: 0.5em 2em 0.6em;
}
.page--home .swiper-button {
  display: flex;
  align-items: center;
  gap: 1.3em;
}
.page--home .swiper-button .swiper-button-prev,
.page--home .swiper-button .swiper-button-next {
  width: 24px;
  height: auto;
  color: #fff;
  position: static;
}
.page--home .swiper-button .swiper-button-prev::after,
.page--home .swiper-button .swiper-button-next::after {
  content: none;
}
.page--home .swiper-button .swiper-button-next {
  transform: scale(-1, -1);
}
.page--home #fv {
  background: linear-gradient(to bottom, #fff 90%, #000 90%);
  position: relative;
  z-index: 0;
}
.page--home #fv::before {
  content: "";
  width: 390px;
  height: 500px;
  background: #000;
  transform: skew(30deg);
  position: absolute;
  top: auto;
  bottom: 50px;
  left: -260px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page--home #fv::before {
    width: 120%;
    transform: skew(20deg);
  }
}
.page--home #fv .section-inner {
  display: flex;
  justify-content: end;
  padding: 0;
}
.page--home #fv .section-inner .ph img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page--home #fv::before {
  max-height: 80%;
}
.page--home .area-official {
  background: #000;
}
.page--home .area-official .section-title {
  white-space: nowrap;
}
.page--home .area-official .section-title .char {
  display: inline-block;
  will-change: opacity;
}
.page--home .area-official section.delighter.started .section-title .char {
  animation: flicker 0.9s linear;
}
.page--home .area-official section.delighter.started .section-title .char:nth-child(1) {
  animation-delay: 0.5s;
}
.page--home .area-official section.delighter.started .section-title .char:nth-child(2) {
  animation-delay: 0.38s;
}
.page--home .area-official section.delighter.started .section-title .char:nth-child(3) {
  animation-delay: 0.25s;
}
.page--home .area-official section.delighter.started .section-title .char:nth-child(4) {
  animation-delay: 0.16s;
}
.page--home .area-official section.delighter.started .section-title .char:nth-child(5) {
  animation-delay: 0.29s;
}
.page--home .area-official section.delighter.started .section-title .char:nth-child(6) {
  animation-delay: 0.48s;
}
.page--home .area-official section.delighter.started .section-title .char:nth-child(7) {
  animation-delay: 0.09s;
}
.page--home .area-official section.delighter.started .section-title .char:nth-child(8) {
  animation-delay: 0.35s;
}
.page--home .area-official section.delighter.started .section-title .char:nth-child(9) {
  animation-delay: 0.54s;
}
.page--home .area-official section.delighter.started .section-title .char:nth-child(10) {
  animation-delay: 0.23s;
}
.page--home .area-official section.delighter.started .section-title .char:nth-child(11) {
  animation-delay: 0.12s;
}
.page--home #banner .section-inner {
  position: relative;
}
.page--home #banner .section-inner .list--banner li a {
  display: block;
}
.page--home #banner .section-inner .list--banner li a img {
  border: 1px solid #aaa;
}
.page--home #banner .section-inner .swiper-button {
  gap: 1em;
  position: absolute;
  right: 40px;
  bottom: -5px;
}
.page--home #banner .section-inner .swiper-button .swiper-button-prev,
.page--home #banner .section-inner .swiper-button .swiper-button-next {
  width: 18px;
}
.page--home #live .list--live li a {
  display: block;
  position: relative;
  z-index: 0;
}
.page--home #live .list--live li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #aaa;
  transform: skew(30deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .page--home #live .list--live li a::before {
    transform: skew(20deg);
  }
}
.page--home #live .list--live li a {
  padding: 3em 4em;
}
.page--home #live .list--live li a .date {
  font-size: clamp(32px, 4vw, 45px);
  white-space: nowrap;
  margin-bottom: 0.5em;
}
.page--home #live .list--live li a .date .week {
  font-size: 0.5em;
  margin-left: 0.3em;
}
.page--home #live .list--live li a .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.page--home #disco .block-disco {
  position: relative;
  z-index: 1;
}
.page--home #disco .block-disco a .thumb img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.page--home #disco .block-disco a .item-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7em 1em;
  margin-top: 2em;
  margin-bottom: 1em;
}
.page--home #disco .block-disco a .date {
  color: #B2B2B2;
}
.page--home #disco .block-disco .item-deco {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: -5rem;
  transform: skew(27deg);
  opacity: 0.3;
  animation: disco-frame 60s infinite linear forwards;
  z-index: -1;
}
.page--home #disco .block-disco .item-deco::before, .page--home #disco .block-disco .item-deco::after {
  content: "";
  width: inherit;
  height: inherit;
  border: inherit;
  position: absolute;
}
.page--home #disco .block-disco .item-deco::before {
  top: -2rem;
  left: 2rem;
  animation: disco-frame 58s infinite linear forwards;
}
.page--home #disco .block-disco .item-deco::after {
  top: 2rem;
  left: -2rem;
  animation: disco-frame 53s infinite linear forwards;
}
.page--home #video .list--video {
  z-index: 1;
}
.page--home #video .list--video li + li {
  margin-top: 2em;
}
.page--home #video .list--video li a {
  display: block;
  position: relative;
}
.page--home #video .list--video li a .thumb::before {
  content: "";
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  width: 100%;
  height: 3em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page--home #video .list--video li a .title {
  width: 100%;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  z-index: 2;
  padding: 0 1em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page--home .area-fc .section-title {
  font-size: clamp(48px, 10vw, 90px);
  letter-spacing: -0.06em;
  margin-bottom: 1.7rem;
}
.page--home .area-fc .section-inner {
  max-width: 900px;
  padding: 100px 40px;
}
.page--home .area-fc .section-inner .block-title .number {
  font-family: "new-order", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase;
  line-height: 1;
  margin-bottom: 1em;
}
.page--home .area-fc section:not(#fc-top).delighter {
  opacity: 0;
  transform: translateY(20px);
  transition: ease-in 0.8s;
}
.page--home .area-fc section:not(#fc-top).delighter.started {
  opacity: 1;
  transform: none;
}
.page--home .area-fc .more-link {
  text-align: left;
  margin-top: 3em;
  margin-left: 10px;
}
.page--home .area-fc .more-link a {
  color: #000;
}
.page--home .area-fc .more-link a::before {
  border-color: #fff;
  background: #fff;
}
.page--home .area-fc .swiper {
  overflow: visible;
}
.page--home #fc-top {
  position: relative;
  z-index: 0;
}
.page--home #fc-top::before {
  content: "";
  width: 120%;
  height: 250px;
  background: #000;
  transform: skew(30deg);
  position: absolute;
  top: -1%;
  bottom: auto;
  left: 1vw;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page--home #fc-top::before {
    width: 120%;
    transform: skew(20deg);
  }
}
.page--home #fc-top .section-inner {
  width: 80%;
  max-width: 500px;
  margin-inline: auto;
  padding-top: 340px;
}
.page--home #fc-top .section-inner .login-link {
  display: flex;
  margin-top: 0.5em;
  gap: 1em;
}
.page--home #fc-top .section-inner .login-link a {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  position: relative;
  z-index: 0;
}
.page--home #fc-top .section-inner .login-link a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 1px solid #fff;
  transform: skew(30deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .page--home #fc-top .section-inner .login-link a::before {
    transform: skew(20deg);
  }
}
.page--home #fc-top .section-inner .login-link a {
  text-align: center;
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1;
  min-width: 4em;
  padding: 0.2em 0.8em 0.4em;
}
.page--home #fc-top .section-inner .login-link a.mypage .bd-icon {
  color: #d17979;
  font-size: 0.9em;
  margin-left: 7px;
}
.page--home #fc-top.delighter .section-inner {
  opacity: 0;
  transform: translateY(5%);
  transition: ease-in 0.8s;
}
.page--home #fc-top.delighter.started .section-inner {
  opacity: 1;
  transform: none;
}
.page--home #blog {
  position: relative;
  z-index: 0;
}
.page--home #blog::before {
  content: "";
  width: 70%;
  height: 90%;
  background: #000;
  transform: skew(30deg);
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 45%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page--home #blog::before {
    width: 120%;
    transform: skew(20deg);
  }
}
.page--home #movie {
  position: relative;
  z-index: 0;
}
.page--home #movie::before {
  content: "";
  width: 70%;
  height: 90%;
  background: #000;
  transform: skew(30deg);
  position: absolute;
  top: 5%;
  bottom: auto;
  left: -10%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page--home #movie::before {
    width: 120%;
    transform: skew(20deg);
  }
}
.page--home #movie .section-inner {
  overflow: hidden;
}
.page--home #movie .section-inner.no-swiper .swiper-button {
  display: none;
}
.page--home #radio {
  position: relative;
  z-index: 0;
}
.page--home #radio::before {
  content: "";
  width: 70%;
  height: 90%;
  background: #000;
  transform: skew(30deg);
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 40%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page--home #radio::before {
    width: 120%;
    transform: skew(20deg);
  }
}
.page--home #qa {
  position: relative;
  z-index: 0;
}
.page--home #qa::before {
  content: "";
  width: 70%;
  height: 90%;
  background: #000;
  transform: skew(30deg);
  position: absolute;
  top: 5%;
  bottom: auto;
  left: -8%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page--home #qa::before {
    width: 120%;
    transform: skew(20deg);
  }
}

/* 下層
------------------------------ */
body:where(:not(.page-home)) .section--list,
body:where(:not(.page-home)) .section--detail {
  margin-inline: auto;
  min-height: calc(100dvh - 260px);
}
body:where(:not(.page-home)) .section--list {
  max-width: 1100px;
}
body:where(:not(.page-home)) .section--detail {
  max-width: 900px;
}
body:where(:not(.page-home)) .section-tit {
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: lowercase;
  font-size: clamp(48px, 10vw, 90px);
  line-height: 1.3;
  margin-bottom: 30px;
}
body:where(:not(.page-home)) .section-tit.font-jp {
  font-size: clamp(20px, 5vw, 35px);
  font-weight: normal;
  margin-bottom: 1em;
}

.page--confirm .section--detail .txt,
.page--edit .section--detail .txt {
  margin-bottom: 1em;
}
.page--confirm .section--detail .form,
.page--edit .section--detail .form {
  margin-top: 2em;
}
.page--confirm .section--detail .btn:first-of-type,
.page--edit .section--detail .btn:first-of-type {
  margin-top: 2.5em;
}

/* page--info
------------------------------ */
.page--info .section--list .list--info {
  width: 95%;
  margin-inline: auto;
}
.page--info .section--list .list--info .date .week {
  font-size: 0.8em;
  margin-left: 0.3em;
}
.page--info .section--detail .item-text {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}
.page--info .section--detail .item-text .category {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
  color: currentColor;
  background: #666;
  border: 1px solid #666;
  padding: 0.4em 1em;
  line-height: 1;
  opacity: 1;
  font-size: 10px;
  min-width: 5em;
  padding: 0.3em 0.5em;
}
.page--info .section--detail .item-text .date .week {
  font-size: 0.8em;
  margin-left: 0.3em;
}
.page--info .section--detail .tit {
  font-size: 1.2em;
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
}
.page--info .section--detail .txt .ph, .page--info .section--detail .txt .video {
  margin: 1em 0;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .block--share {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.7em;
  margin-top: 2.5em;
}
.page--info .section--detail .block--share li {
  color: #B2B2B2;
}
.page--info .section--detail .block--share li a {
  font-size: 1.3em;
}

/* page--news
------------------------------ */
.page--news .section--detail.new .item-text {
  position: relative;
}
.page--news .section--detail.new .item-text::after {
  content: "new";
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  font-size: 13px;
  color: #87a2c6;
  line-height: 1;
  margin-left: -0.3em;
}

/* page--disco
------------------------------ */
.page--disco .section--list .list--discography li a .block--text {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 1.2em;
  margin-bottom: 0.8em;
}
.page--disco .section--list .list--discography li a .block--text .category {
  font-size: 0.8em;
}
.page--disco .section--list .list--discography li a .block--text .date {
  color: #B2B2B2;
}
.page--disco .section--list .list--discography li a .block--text .date::after {
  content: "release";
  margin-left: 0.3em;
}
.page--disco .section--list .list--discography li a .tit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page--disco .section--detail .block--jacket .list--jacket li + li {
  margin-top: 20px;
}
.page--disco .section--detail .block--jacket .list--jacket li .title {
  margin-top: 5px;
  font-size: 0.7em;
}
.page--disco .section--detail .block--detail .heading {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}
.page--disco .section--detail .block--detail .heading .category {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
  color: currentColor;
  background: transparent;
  border: 1px solid currentColor;
  padding: 0.4em 1em;
  line-height: 1;
  opacity: 0.6;
  padding: 0.3em 1.2em 0.4em;
}
.page--disco .section--detail .block--detail .heading .date {
  font-size: 1.2em;
  color: #B2B2B2;
}
.page--disco .section--detail .block--detail .heading .date::after {
  content: "release";
  margin-left: 0.3em;
}
.page--disco .section--detail .block--detail .tit {
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 1.5em;
}
.page--disco .section--detail .block--detail .block--comment {
  margin-bottom: 2em;
}
.page--disco .section--detail .block--detail .block--comment a {
  text-decoration: underline;
}
.page--disco .section--detail .block--detail .block--track > li .title {
  margin-bottom: 0.5em;
}
.page--disco .section--detail .block--detail .block--track > li .list--track > li {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  padding: 0.6em 0;
}
.page--disco .section--detail .block--detail .block--track > li .list--track > li .num {
  min-width: 1.8em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase;
  margin-right: 0.5em;
  text-align: right;
}
.page--disco .section--detail .block--detail .block--track > li .list--track > li .num::after {
  content: ".";
}
.page--disco .section--detail .block--detail .block--track > li .list--track > li .track-title {
  flex: 1;
}
.page--disco .section--detail .block--detail .block--track > li .list--track > li .list--link {
  display: flex;
  gap: 0.5em;
  margin-left: 1em;
}
.page--disco .section--detail .block--detail .block--track > li .list--track > li .list--link li a {
  display: inline-block;
}
.page--disco .section--detail .block--detail .block--track > li .list--track > li .tie-up {
  display: block;
  font-size: 0.8em;
  margin-top: 0.4em;
}
.page--disco .section--detail .block--detail .block--track > li + li {
  margin-top: 2.5em;
}
.page--disco .section--detail .block--detail .block--review {
  text-align: center;
  margin-top: 2em;
}
.page--disco .section--detail .block--detail .block--review p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  font-size: 1.2em;
  margin: 1em 0 0.2em;
}
.page--disco .section--detail .block--detail .block--review a {
  display: inline-block;
  background: #fff;
  color: #fff;
  padding: 0.5em 1.2em;
  line-height: 1;
  border-radius: 4px;
  margin: 5px;
}

/* page--video
------------------------------ */
.page--video .section--list .list--video li a .thumb img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.page--video .section--list .list--video li a .item-text {
  margin-top: 1em;
}
.page--video .section--list .list--video li a .item-text .date {
  margin-top: 0.6em;
  color: #B2B2B2;
}
.page--video .section--list .list--video li a .item-text .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page--video .section--list .list--video li.new .date {
  position: relative;
}
.page--video .section--list .list--video li.new .date::after {
  content: "new";
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  font-size: 13px;
  color: #87a2c6;
  line-height: 1;
  margin-left: 0.5em;
}
.page--video .section--detail .tit {
  border-bottom: none;
}
.page--video .section--detail.new .item-text {
  position: relative;
}
.page--video .section--detail.new .item-text::after {
  content: "new";
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  font-size: 13px;
  color: #87a2c6;
  line-height: 1;
  margin-left: -0.3em;
}

/* page--member
------------------------------ */
.page--member .section-tit {
  letter-spacing: -0.06em;
}
.page--member .section--detail {
  position: relative;
  z-index: 0;
}
.page--member .section--detail::before {
  content: "";
  width: 65%;
  height: 75%;
  background: #000;
  transform: skew(30deg);
  position: absolute;
  top: -90px;
  bottom: auto;
  left: -5%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page--member .section--detail::before {
    width: 120%;
    transform: skew(20deg);
  }
}
.page--member .section--detail::before {
  position: fixed;
}
.page--member .detail__btn a {
  color: #000;
}
.page--member .detail__btn a::before {
  background: #fff;
  border-color: #fff;
}

/* page--blog
------------------------------ */
.page--blog .section--list .block--category li a {
  padding: 0.5em 2em;
}
.page--blog .section--list .list--blog {
  display: flex;
  flex-wrap: wrap;
}
.page--blog .section--detail .item-text {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.5em;
}
.page--blog .section--detail .item-text .date {
  color: #B2B2B2;
}
.page--blog .section--detail .item-text .date::before {
  content: "update";
  margin-right: 0.5em;
}
.page--blog .section--detail .tit {
  font-size: 1.2em;
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.page--blog .section--detail .txt .ph,
.page--blog .section--detail .txt .video {
  margin: 1em 0;
}
.page--blog .section--detail .txt .block--player {
  margin: 1em 0;
}
.page--blog .section--detail .txt .block--player .video-js {
  position: relative !important;
}
.page--blog .section--detail .txt .block--player .video-js video {
  position: relative;
  aspect-ratio: 16/9;
}
.page--blog .section--detail .txt a {
  text-decoration: underline;
}
.page--blog .section--detail .comment-area {
  border-top: 1px solid rgba(170, 170, 170, 0.5);
  padding-top: 1.5em;
  margin-top: 1.5em;
}
.page--blog .section--detail .comment-area .form dt {
  font-size: 1em;
}
.page--blog .section--detail .comment-area .form textarea {
  width: 100%;
}
.page--blog .section--detail .comment-area .form .btn {
  margin-bottom: 2.3em;
}
.page--blog .section--detail .comment-area .list--comment {
  border-top: 1px solid rgba(170, 170, 170, 0.5);
}
.page--blog .section--detail .comment-area .list--comment li {
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  font-size: 0.9em;
  padding: 1.1rem 0.5rem;
}
.page--blog .section--detail .comment-area .list--comment li .name-wrap {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 0.9em;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}
.page--blog .section--detail .comment-area .list--comment li .name-wrap .name {
  line-height: 1;
}
.page--blog .section--detail .comment-area .list--comment li .btn {
  text-align: right;
  margin: 1em 0 0;
  opacity: 0.7;
}
.page--blog .section--detail .comment-area .list--comment li .btn .btn--delete,
.page--blog .section--detail .comment-area .list--comment li .btn .btn--block {
  display: inline-block;
  color: #fff;
  font-size: 0.8em;
  border: 1px solid;
  background: none;
  line-height: 1;
  padding: 0.5em 0.8em;
  cursor: pointer;
}
.page--blog .section--detail .comment-area .block--pager {
  margin-top: 1em;
}

/* page--movie
------------------------------ */
.page--movie.new-movie .section--list .section-tit {
  margin-bottom: 0.3em;
}
.page--movie.new-movie .section--list .list--movie li,
.page--movie.new-movie .section--list .list--radio li {
  margin-bottom: 0;
}
.page--movie.new-movie .section--list .list--movie li .date,
.page--movie.new-movie .section--list .list--radio li .date {
  color: #B2B2B2;
  margin-bottom: 0.8rem;
  opacity: 1;
}
.page--movie.new-movie .section--detail .block--player {
  margin-bottom: 20px;
}
.page--movie.new-movie .section--detail .block--tit {
  width: 100%;
}
.page--movie.new-movie .section--detail .block--tit .tit {
  font-size: 1.2em;
}
.page--movie.new-movie .section--detail .block--tit .date {
  font-size: 1em;
  margin-bottom: 0.8rem;
}
.page--movie.new-movie .section--detail .block--tit .date::before {
  content: "update";
  margin-right: 0.5em;
}
.page--movie.new-movie .section--detail .block--tit .txt {
  margin-top: 1em;
}
.page--movie.new-movie .section--detail .block--tit .txt a {
  text-decoration: underline;
}
.page--movie.new-movie .section--detail .area--more-info {
  margin-top: 4em;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: none;
  border-top: none;
  padding: 0;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .more_movies_title {
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: lowercase;
  font-size: clamp(22px, 2vw, 30px);
  margin-bottom: 0.5em;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
  display: flex;
  flex-wrap: wrap;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  border-bottom: none;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  display: block;
  width: 100%;
  padding: 0;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
  width: 100%;
  margin: 0;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .date {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .date::before {
  content: "update";
  margin-right: 0.5em;
}

/* page--radio
------------------------------ */
.page--movie.new-movie.page--radio .section--detail .area--movie .block--player {
  aspect-ratio: 1/1;
}
.page--movie.new-movie.page--radio .section--detail .area--movie .block--player .video-js .vjs-poster:focus {
  background: inherit;
}
.page--movie.new-movie.page--radio .section--detail .area--movie,
.page--movie.new-movie.page--radio .section--detail .block--tit {
  max-width: 600px;
  margin-inline: auto;
}
.page--movie.new-movie.page--radio .section--detail .area--more-info .block--more_movies .list--contents li a .thumb {
  aspect-ratio: 1/1;
}

/* page--qa
------------------------------ */
.page--qa .section--list .list--qa li a .name {
  font-size: 0.9em;
  text-align: right;
  margin-top: 0.7em;
}
.page--qa .section--list .list--qa li a .name span {
  margin-right: 0.6em;
}
.page--qa .section--detail .block--question .tit,
.page--qa .section--detail .block--answer .tit {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  position: relative;
  z-index: 0;
}
.page--qa .section--detail .block--question .tit::before,
.page--qa .section--detail .block--answer .tit::before {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 1px solid #B2B2B2;
  transform: skew(30deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .page--qa .section--detail .block--question .tit::before,
  .page--qa .section--detail .block--answer .tit::before {
    transform: skew(20deg);
  }
}
.page--qa .section--detail .block--question .tit,
.page--qa .section--detail .block--answer .tit {
  color: #B2B2B2;
  font-size: 1.3em;
  line-height: 1;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
.page--qa .section--detail .block--question .txt,
.page--qa .section--detail .block--answer .txt {
  font-size: 1.1em;
}
.page--qa .section--detail .block--question {
  margin-bottom: 2em;
}
.page--qa .section--detail .block--question .name {
  text-align: right;
  margin-top: 1em;
}
.page--qa .section--detail .block--question .name span {
  margin-right: 0.6em;
}

/* page--questionnaire
------------------------------ */
.page--questionnaire .section--detail .ph {
  margin-bottom: 2rem;
}
.page--questionnaire .section--detail .txt--basic {
  margin-bottom: 2rem;
}
.page--questionnaire .section--detail .txt--basic img {
  display: block;
  margin: 1em auto;
  pointer-events: none;
}
.page--questionnaire .section--detail .form--post {
  margin-bottom: 2rem;
}
.page--questionnaire .section--detail .form--post .icon--required::before {
  content: "必須";
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
  color: #87a2c6;
  background: transparent;
  border: 1px solid #87a2c6;
  padding: 0.4em 1em;
  line-height: 1;
  opacity: 1;
  margin-left: 0.8em;
  font-size: 0.7em;
  vertical-align: text-bottom;
}
.page--questionnaire .section--detail .block--error {
  margin-bottom: 1.5rem;
}
.page--questionnaire .section--detail .block--error li {
  color: #dc5555;
}
.page--questionnaire .section--detail .block--error li::before {
  content: "※";
}
.page--questionnaire.confirm .form--confirm {
  margin-bottom: 2rem;
}
.page--questionnaire.confirm .form--confirm dd {
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  padding-bottom: 1.5em;
}
.page--questionnaire.confirm .form--confirm dd .ph {
  margin: 1em 0;
}

/* page--faq
------------------------------ */
.page--faq .icon--q,
.page--faq .icon--a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: lowercase;
  text-transform: none;
  font-size: 1.2em;
  width: 1.5em;
  line-height: 1.2;
}
.page--faq .icon--q::after,
.page--faq .icon--a::after {
  content: ".";
  padding-left: 3px;
}
.page--faq .tit--category {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0.8em;
}
.page--faq .searchBox {
  margin-bottom: 2em;
}
.page--faq .searchBox form {
  position: relative;
}
.page--faq .searchBox form input[type=text] {
  width: 100%;
  border-color: #B2B2B2;
  padding-right: 2.2em;
}
.page--faq .searchBox form input[type=text]::-moz-placeholder {
  color: #B2B2B2;
}
.page--faq .searchBox form input[type=text]::placeholder {
  color: #B2B2B2;
}
.page--faq .searchBox form input[type=submit] {
  color: #B2B2B2;
  font-size: 1.2em;
  font-family: FontAwesome;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 0.3em;
  top: 50%;
  transform: translateY(-50%);
  padding: 3px;
}
.page--faq .list--faq {
  width: 95%;
  margin: 0 auto 2em;
}
.page--faq .list--faq li a {
  position: relative;
  z-index: 0;
}
.page--faq .list--faq li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 1px solid #aaa;
  transform: skew(30deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .page--faq .list--faq li a::before {
    transform: skew(20deg);
  }
}
.page--faq .list--faq li a {
  display: flex;
  padding: 1em 1.5em;
}
.page--faq .list--faq li + li {
  margin-top: 1em;
}
.page--faq .list--faq li .tit {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page--faq .section--list,
.page--faq .section--detail {
  max-width: 900px;
}
.page--faq .section--list .block--category {
  gap: 0.6em;
}
.page--faq .section--list .block--category li a {
  font-size: 0.85em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #000;
  background: #B2B2B2;
  padding: 0.5em 1em;
  line-height: 1.3;
}
.page--faq .section--list .block--category li a::before {
  content: none;
}
.page--faq .section--detail .block--faq-detail {
  border: 1px solid #fff;
  padding: 1.5em 1em;
  margin-bottom: 3.5em;
}
.page--faq .section--detail .block--faq-detail dt, .page--faq .section--detail .block--faq-detail dd {
  display: flex;
}
.page--faq .section--detail .block--faq-detail dt .icon--q,
.page--faq .section--detail .block--faq-detail dt .icon--a, .page--faq .section--detail .block--faq-detail dd .icon--q,
.page--faq .section--detail .block--faq-detail dd .icon--a {
  font-size: 1.3em;
  line-height: 1.2;
}
.page--faq .section--detail .block--faq-detail dt .txt, .page--faq .section--detail .block--faq-detail dd .txt {
  width: calc(100% - 1.5em);
}
.page--faq .section--detail .block--faq-detail dt .txt a, .page--faq .section--detail .block--faq-detail dd .txt a {
  text-decoration: underline;
}
.page--faq .section--detail .block--faq-detail dd {
  border-top: 1px solid rgba(170, 170, 170, 0.5);
  padding-top: 1em;
  margin-top: 1em;
}
.page--faq .section--detail .block--contact {
  margin-top: 3em;
}
.page--faq .section--detail .block--contact a {
  text-decoration: none;
}

/* page--entry
------------------------------ */
.page--entry .section--detail .main-title {
  text-align: center;
  margin-bottom: 1.5em;
}
.page--entry .section--detail .main-title .logo {
  display: block;
  width: 80%;
  max-width: 400px;
  margin-inline: auto;
}
.page--entry .section--detail .block {
  margin-top: 55px;
}
.page--entry .section--detail .block .block-title {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 500;
  margin-bottom: 0.8em;
}
.page--entry .section--detail .note {
  display: block;
  font-size: 0.85em;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-top: 0.6em;
}
.page--entry .section--detail .note a {
  text-decoration: underline;
}
.page--entry .section--detail .txt--basic {
  margin-bottom: 2em;
}
.page--entry .section--detail dt {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.page--entry .section--detail dt::before {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 1px solid #aaa;
  transform: skew(30deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .page--entry .section--detail dt::before {
    transform: skew(20deg);
  }
}
.page--entry .section--detail dt {
  padding: 0.4em 1em 0.5em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.page--entry .section--detail dd {
  margin-bottom: 1.5em;
}
.page--entry .section--detail dd:last-child {
  margin-bottom: 0;
}
.page--entry .section--detail #contents {
  margin-top: 40px;
}
.page--entry .section--detail #contents .block-title {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  font-size: clamp(28px, 4vw, 35px);
  margin-bottom: 0.5em;
}
.page--entry .section--detail #contents .list--contents {
  width: 90%;
  margin-inline: auto;
}
.page--entry .section--detail #contents .list--contents li {
  position: relative;
  z-index: 0;
}
.page--entry .section--detail #contents .list--contents li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #aaa;
  transform: skew(30deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .page--entry .section--detail #contents .list--contents li::before {
    transform: skew(20deg);
  }
}
.page--entry .section--detail #contents .list--contents li {
  padding: 1.3em 1em 2em 3em;
}
.page--entry .section--detail #contents .list--contents li .title {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  font-size: clamp(26px, 3vw, 30px);
  line-height: 1;
  margin-bottom: 0.5em;
}
.page--entry .section--detail #contents .list--contents li .title.font-jp {
  font-size: clamp(20px, 2.5vw, 24px);
  line-height: 1.5;
}
.page--entry .section--detail #fee .course {
  margin-top: 20px;
}
.page--entry .section--detail #fee .course .course-detail {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #aaa;
  padding: 1.5em;
}
.page--entry .section--detail #fee .course .course-detail .title {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1;
  margin-bottom: 1em;
}
.page--entry .section--detail #fee .course .course-detail .list--detail dd.fee span {
  display: block;
  font-size: 0.9em;
  opacity: 0.6;
}
.page--entry .section--detail #fee .course .course-detail .list--payment {
  padding-left: 1em;
  position: relative;
}
.page--entry .section--detail #fee .course .course-detail .list--payment li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.page--entry .section--detail #fee .course .course-detail .list--payment li .note {
  margin-top: 0;
}
.page--entry .section--detail #entry .list--entry {
  margin-bottom: 1em;
}
.page--entry .section--detail #entry .list--entry li {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  border: 1px solid #aaa;
  padding: 2em;
}
.page--entry .section--detail #entry .list--entry li p {
  font-size: 0.9em;
}
.page--entry .section--detail #entry .list--entry li .btn {
  margin-top: 0;
}

/* page--birthday-message
------------------------------ */
.page--birthday-message .section--detail .tit {
  display: none;
}
.page--birthday-message .section--detail .date {
  font-size: clamp(18px, 3vw, 30px);
  font-weight: 200;
}
.page--birthday-message .section--detail .section-tit {
  font-size: clamp(45px, 8vw, 85px);
}
.page--birthday-message .section--detail .ph, .page--birthday-message .section--detail .video {
  margin: 2em 0;
}

/* page--support
------------------------------ */
.page--support .section--detail {
  max-width: 850px;
}
.page--support .section--detail .section-tit {
  font-family: "Lato", sans-serif;
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 500;
  margin-bottom: 1.3em;
}
.page--support .section--detail .list--support dt {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.page--support .section--detail .list--support dd {
  margin-bottom: 2em;
}
.page--support .section--detail .list--support a {
  text-decoration: underline;
}
.page--support .section--detail .txt {
  margin-bottom: 1em;
}

/* page--error
------------------------------ */
.page--error .section--detail .tit {
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: lowercase;
  font-size: clamp(20px, 8vw, 50px);
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (min-width: 961px) {
  .page--error .section--detail .txt {
    text-align: center;
  }
}

/* animation
------------------------------ */
@keyframes disco-frame {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
/* bg-animation
------------------------------ */
.bg-animation {
  height: 100vh;
  width: 100vw;
  background-color: #333;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(50px);
  transform: translateZ(0);
  backface-visibility: hidden;
  z-index: -1;
}
.bg-animation circle {
  animation: rotate 6s linear infinite;
  fill: #112244;
  opacity: 0.43;
  transform-origin: 50%;
}
.bg-animation circle:nth-child(2n) {
  fill: #3e1c30;
  transform-origin: 20% 110%;
  animation-delay: -3s;
  animation-duration: 4.1316s;
  opacity: 0.2;
}
.bg-animation circle:nth-child(3n) {
  opacity: 0.65;
  fill: #293a50;
  transform-origin: 70% 30%;
  animation-delay: -1.5s;
  animation-duration: 7.9998s;
}
.bg-animation circle:nth-child(4n) {
  fill: #3f271c;
  transform-origin: 110% 70%;
  animation-delay: -2s;
  animation-duration: 4.77996s;
}
.bg-animation circle:nth-child(5n) {
  fill: #1e4242;
  transform-origin: 30% 40%;
}
.bg-animation circle:nth-child(6n) {
  fill: #112244;
  transform-origin: -10% 80%;
  animation-delay: -7.8s;
}
.bg-animation circle:nth-child(7n) {
  fill: #3e1c30;
  transform-origin: 70% -10%;
}
.bg-animation circle:nth-child(8n) {
  fill: #3f271c;
  transform-origin: -30% 50%;
  animation-delay: -2.4s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flicker {
  5%, 35%, 58%, 82%, 100% {
    opacity: 1;
  }
  0%, 22%, 40%, 69%, 90% {
    opacity: 0;
  }
}
body:not(.page--home, .page--member) .bg-animation {
  display: none;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  /* common
  ------------------------------ */
  body {
    font-size: 15px;
    list-style: none;
  }
  .more-link a::before {
    transition: 0.3s;
    will-change: transform;
  }
  .more-link a:hover::before {
    opacity: 0.6;
    transform: skew(20deg);
  }
  /* button
  ----------------------------- */
  .btn--main, .btn--sub {
    transition: 0.3s;
  }
  .btn--main:hover {
    background: #B2B2B2;
  }
  .btn--sub:hover {
    background: #B2B2B2;
  }
  .detail__btn a::before {
    transition: 0.3s;
    will-change: transform;
  }
  .detail__btn a:hover::before {
    opacity: 0.6;
    transform: skew(20deg);
  }
  /* list
  ----------------------------- */
  .list--info li a .item-text {
    margin-left: -1.5em;
  }
  .list--info li a .title::before {
    transition: 0.3s;
  }
  .list--info li a:hover .title::before {
    background: rgba(255, 255, 255, 0.2);
  }
  .list--video li a .thumb {
    transition: 0.3s;
  }
  .list--video li a:hover .thumb {
    filter: brightness(0.5);
  }
  .list--blog li a .thumb,
  .list--movie li a .thumb,
  .list--radio li a .thumb,
  .list--contents li a .thumb {
    position: relative;
    overflow: hidden;
  }
  .list--blog li a .thumb::before,
  .list--movie li a .thumb::before,
  .list--radio li a .thumb::before,
  .list--contents li a .thumb::before {
    content: "";
    width: 101%;
    height: 101%;
    background: rgba(0, 0, 0, 0.5);
    transform: scaleY(0);
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top;
    will-change: transform;
  }
  .list--blog li a:hover .thumb::before,
  .list--movie li a:hover .thumb::before,
  .list--radio li a:hover .thumb::before,
  .list--contents li a:hover .thumb::before {
    transform: scaleY(1);
  }
  .list--sns li a {
    transition: 0.3s;
  }
  .list--sns li a:hover {
    filter: blur(1px);
  }
  /* block
  ------------------------------ */
  .block--category li a::before {
    transition: 0.3s;
  }
  .block--category li a:hover::before {
    background: rgba(255, 255, 255, 0.2);
  }
  .block--pager li a {
    transition: 0.3s;
  }
  .block--pager li a:hover {
    opacity: 0.6;
  }
  .block--share li a {
    transition: 0.3s;
  }
  .block--share li a:hover {
    filter: blur(1px);
  }
  /* header
  ------------------------------ */
  header {
    position: fixed;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
  }
  header .header-right {
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    gap: 0.5em 1em;
    padding-left: 1em;
  }
  header .header-right .g-nav {
    display: flex;
    gap: 0.8em;
  }
  header .header-right .g-nav ul {
    display: flex;
    align-items: center;
    gap: 0.8em;
  }
  header .header-right .g-nav ul li a {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: lowercase;
    line-height: 1;
    transition: 0.3s;
  }
  header .header-right .g-nav ul li a:hover {
    filter: blur(1px);
  }
  header .header-right .g-nav ul.of::after {
    content: "";
    width: 1px;
    height: 1em;
    background: #B2B2B2;
    position: relative;
    top: 8%;
    opacity: 0.5;
  }
  header .header-right .g-nav ul.fc {
    position: relative;
  }
  header .header-right .g-nav ul.fc::before {
    content: "fanclub menu";
    font-family: "Lato", sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: lowercase;
    font-size: 11px;
    line-height: 1;
    position: absolute;
    top: -1em;
    left: 0;
  }
  header .header-right .g-nav .login-link {
    display: flex;
    align-items: center;
    gap: 0.8em;
  }
  header .header-right .g-nav .login-link a {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: lowercase;
    position: relative;
  }
  header .header-right .g-nav .login-link a + a::before {
    content: "";
    width: 1px;
    height: 1em;
    background: #fff;
    transform: rotate(-25deg);
    position: absolute;
    left: -0.5em;
    top: calc(50% - 0.4em);
    pointer-events: none;
  }
  header .header-right .g-nav .login-link a span {
    transition: 0.3s;
  }
  header .header-right .g-nav .login-link a:hover span {
    filter: blur(1px);
  }
  header .header-right .list--sns {
    gap: 0.7em;
  }
  /* footer
  ------------------------------ */
  footer .list--support {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2em;
  }
  footer .list--support li a {
    font-size: 12px;
    opacity: 0.5;
    transition: 0.3s;
  }
  footer .list--support li a:hover {
    filter: blur(1px);
  }
  /* page--home
  ------------------------------ */
  .page--home header .g-nav .list--menu li.nav-home {
    display: none;
  }
  .page--home #fv {
    background: #fff;
    min-height: 600px;
    background: linear-gradient(to bottom, #fff 85%, #000 85%);
    padding-top: 85px;
  }
  .page--home #fv .section-inner {
    padding: 0 40px 0;
  }
  .page--home #fv .section-inner .ph {
    width: 75%;
    max-height: 650px;
  }
  .page--home #fv .section-inner .scroll {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: lowercase;
    font-size: 18px;
    text-align: right;
    position: absolute;
    left: 40px;
    bottom: 15%;
    width: 205px;
    rotate: 90deg;
    transform-origin: bottom left;
    translate: 0 -205px;
    padding-bottom: 1em;
    line-height: 1;
    overflow: hidden;
  }
  .page--home #fv .section-inner .scroll::before, .page--home #fv .section-inner .scroll::after {
    content: "";
    width: 100%;
    height: 1px;
  }
  .page--home #fv .section-inner .scroll::before {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .page--home #fv .section-inner .scroll::after {
    background: #000;
    position: absolute;
    bottom: 0px;
    left: -100%;
    animation: scroll-bar 2s infinite backwards;
    z-index: 1;
  }
  @keyframes scroll-bar {
    0% {
      left: -100%;
    }
    30% {
      left: 0%;
    }
    60% {
      left: 100%;
    }
    100% {
      left: 100%;
    }
  }
  .page--home .area-official .section-inner {
    display: flex;
    position: relative;
  }
  .page--home .area-official .section-inner .block-title {
    width: 10em;
  }
  .page--home .area-official .section-inner .block-title .section-title {
    display: inline-block;
    font-size: 96px;
    transform: translate(1em, 0.3em) rotate(64deg);
    transform-origin: left top;
  }
  .page--home .area-official .section-inner .block-content {
    width: calc(100% - 10em);
  }
  .page--home .area-official .section-inner .more-link {
    position: absolute;
  }
  .page--home #banner .section-inner {
    padding-bottom: 20px;
  }
  .page--home #banner .section-inner #bannerSwiper {
    padding: 0 2px;
  }
  .page--home #banner .section-inner #bannerSwiper li a img {
    pointer-events: none;
    transition: 0.3s;
  }
  .page--home #banner .section-inner #bannerSwiper li a:hover img {
    filter: brightness(0.5);
  }
  .page--home #banner .section-inner #bannerSwiper.no-swiper .list--banner {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .page--home #banner .section-inner #bannerSwiper.no-swiper .list--banner li {
    width: calc((100% - 60px) / 3);
  }
  .page--home #banner .section-inner #bannerSwiper.no-swiper .list--banner li.single {
    width: 50%;
  }
  .page--home #banner .section-inner .swiper-button.no-swiper {
    display: none;
  }
  .page--home #news .list--info li {
    width: calc(100% - 10em);
  }
  .page--home #news .list--info li:nth-child(2) {
    transform: translateX(4.5em);
  }
  .page--home #news .list--info li:nth-child(3) {
    transform: translateX(9em);
  }
  .page--home #news .list--info li a .title {
    padding: 2em 5%;
  }
  .page--home #news .list--info li a .title::before {
    left: 0;
    width: 100%;
  }
  .page--home #news .more-link {
    bottom: 80px;
    left: 10em;
  }
  .page--home #live .section-inner {
    margin-bottom: 200px;
  }
  .page--home #live .section-inner .list--live {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
  .page--home #live .section-inner .list--live li {
    width: 30%;
  }
  .page--home #live .section-inner .list--live li:nth-child(2) {
    transform: translate(116px, 100%);
  }
  .page--home #live .section-inner .list--live li a {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3em;
  }
  .page--home #live .section-inner .list--live li a::before {
    transition: 0.3s;
  }
  .page--home #live .section-inner .list--live li a:hover::before {
    background: rgba(255, 255, 255, 0.2);
  }
  .page--home #live .section-inner .more-link {
    bottom: -130px;
    left: 9em;
  }
  .page--home #disco .section-inner {
    justify-content: space-between;
  }
  .page--home #disco .section-inner .block-title {
    width: 30%;
  }
  .page--home #disco .section-inner .block-disco {
    width: 60%;
  }
  .page--home #disco .section-inner .block-disco a .title {
    font-size: 1.5em;
  }
  .page--home #disco .section-inner .block-disco a .thumb {
    transition: 0.3s;
  }
  .page--home #disco .section-inner .block-disco a:hover .thumb {
    filter: brightness(0.5);
  }
  .page--home #disco .more-link {
    bottom: 80px;
    left: 25%;
  }
  .page--home #video .block-title {
    width: 20%;
  }
  .page--home #video .list--video {
    width: 80%;
  }
  .page--home #video .list--video li {
    width: 50%;
  }
  .page--home #video .list--video li:nth-child(2) {
    margin-left: auto;
  }
  .page--home #video .list--video li:nth-child(3) {
    margin-left: 10%;
  }
  .page--home #video .more-link {
    bottom: 80px;
    left: 15%;
  }
  .page--home .area-fc section + section {
    margin-top: 70px;
  }
  .page--home .area-fc .block-title .number {
    font-size: 14px;
  }
  .page--home #fc-top .section-inner {
    padding-bottom: 0;
  }
  .page--home #fc-top .section-inner .login-link a::before {
    transition: 0.3s;
  }
  .page--home #fc-top .section-inner .login-link a:hover::before {
    background: rgba(0, 0, 0, 0.5);
  }
  .page--home #blog .swiper-button {
    display: none;
  }
  .page--home #blog .list--blog {
    display: flex;
    gap: 40px;
  }
  .page--home #blog .list--blog li {
    width: calc((100% - 80px) / 3);
  }
  .page--home #movie .section-inner {
    margin-left: calc((100vw - 900px) / 2);
    max-width: none;
    padding-left: 39px;
  }
  .page--home #movie .section-inner .swiper-button {
    position: absolute;
    top: -2.3rem;
    left: 18em;
  }
  .page--home #movie .section-inner.no-swiper {
    max-width: 900px;
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
  }
  .page--home #radio .swiper-button {
    display: none;
  }
  .page--home #radio .list--radio {
    display: flex;
    gap: 40px;
  }
  .page--home #radio .list--radio li {
    width: calc((100% - 80px) / 3);
  }
  .page--home #qa .list--qa {
    margin-top: 0;
  }
  .page--home #qa .list--qa li:nth-child(1) {
    transform: translateX(6%);
  }
  .page--home #qa .list--qa li:nth-child(1) a {
    padding-left: 3em;
    padding-right: min(49.2px, max(0px, 1100px - 100vw));
    transition: 0.3s;
  }
}
@media screen and (min-width: 961px) and (min-width: 1100px) {
  .page--home #qa .list--qa li:nth-child(1) a {
    padding-right: 2em;
  }
}
@media screen and (min-width: 961px) {
  .page--home #qa .list--qa li:nth-child(1) a::before {
    left: -0.4em;
  }
  .page--home #qa .list--qa li:nth-child(1) a:hover {
    transform: translateX(-0.5em);
    opacity: 0.6;
  }
  .page--home #qa .list--qa li:nth-child(2) {
    transform: translateX(12%);
  }
  .page--home #qa .list--qa li:nth-child(2) a {
    padding-left: 3em;
    padding-right: min(98.4px, max(0px, 1100px - 100vw));
    transition: 0.3s;
  }
}
@media screen and (min-width: 961px) and (min-width: 1100px) {
  .page--home #qa .list--qa li:nth-child(2) a {
    padding-right: 2em;
  }
}
@media screen and (min-width: 961px) {
  .page--home #qa .list--qa li:nth-child(2) a::before {
    left: -0.4em;
  }
  .page--home #qa .list--qa li:nth-child(2) a:hover {
    transform: translateX(-0.5em);
    opacity: 0.6;
  }
  .page--home #qa .list--qa li:nth-child(3) {
    transform: translateX(18%);
  }
  .page--home #qa .list--qa li:nth-child(3) a {
    padding-left: 3em;
    padding-right: min(147.6px, max(0px, 1100px - 100vw));
    transition: 0.3s;
  }
}
@media screen and (min-width: 961px) and (min-width: 1100px) {
  .page--home #qa .list--qa li:nth-child(3) a {
    padding-right: 2em;
  }
}
@media screen and (min-width: 961px) {
  .page--home #qa .list--qa li:nth-child(3) a::before {
    left: -0.4em;
  }
  .page--home #qa .list--qa li:nth-child(3) a:hover {
    transform: translateX(-0.5em);
    opacity: 0.6;
  }
  .page--home #qa .more-link {
    left: 20%;
  }
}
@media screen and (min-width: 961px) {
  /* 下層
  ------------------------------ */
  body:where(:not(.page-home)) .section--list,
  body:where(:not(.page-home)) .section--detail {
    padding: 120px 40px 80px;
  }
  /* page--live
  ------------------------------ */
  .page--live .list--live {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
    margin-left: 6.5%;
  }
  .page--live .list--live li {
    width: calc((100% - 80px) / 2);
  }
  .page--live .list--live li a {
    height: 100%;
    padding: 1.5em 1em 1.5em 2.5em;
  }
  /* page--disco
  ------------------------------ */
  .page--disco .section--list .list--discography {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  .page--disco .section--list .list--discography li {
    width: calc((100% - 100px) / 3);
  }
  .page--disco .section--list .list--discography li a .thumb {
    transition: 0.3s;
  }
  .page--disco .section--list .list--discography li a:hover .thumb {
    filter: brightness(0.5);
  }
  .page--disco .section--detail .area--disco-detail {
    display: flex;
  }
  .page--disco .section--detail .area--disco-detail .block--jacket {
    width: 50%;
    padding-right: 40px;
  }
  .page--disco .section--detail .area--disco-detail .block--detail {
    width: 50%;
  }
  /* page--video
  ------------------------------ */
  .page--video .section--list .list--video {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .page--video .section--list .list--video li {
    width: calc((100% - 40px) / 2);
  }
  /* page--blog
  ------------------------------ */
  .page--blog .section--list .list--blog {
    gap: 40px;
  }
  .page--blog .section--list .list--blog li {
    width: calc((100% - 80px) / 3);
  }
  .page--blog .section--detail #comment {
    scroll-margin-top: 85px;
  }
  /* page--movie
  ------------------------------ */
  .page--movie.new-movie .section--list .list--movie,
  .page--movie.new-movie .section--list .list--radio {
    gap: 40px;
  }
  .page--movie.new-movie .section--list .list--movie li,
  .page--movie.new-movie .section--list .list--radio li {
    width: calc((100% - 40px) / 2);
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
    gap: 40px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    width: calc((100% - 40px) / 2);
  }
  /* page--radio
  ------------------------------ */
  .page--movie.new-movie.page--radio .section--list .list--radio li {
    width: calc((100% - 80px) / 3);
  }
  .page--movie.new-movie.page--radio .section--detail .area--more-info .block--more_movies .list--contents li {
    width: calc((100% - 80px) / 3);
  }
  /* page--qa
  ------------------------------ */
  .page--qa .list--qa li a {
    position: relative;
  }
  .page--qa .list--qa li a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transform: scaleX(0);
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    opacity: 0;
    z-index: -1;
  }
  .page--qa .list--qa li a:hover::after {
    transform: scaleX(1);
    opacity: 1;
  }
  /* page--faq
  ------------------------------ */
  .page--faq .block--category li a {
    transition: 0.3s;
  }
  .page--faq .block--category li a:hover {
    opacity: 0.6;
  }
  .page--faq .list--faq li a::before {
    transition: 0.3s;
  }
  .page--faq .list--faq li a:hover::before {
    background: rgba(255, 255, 255, 0.2);
  }
  /* page--entry
  ------------------------------ */
  .page--entry .section--detail #contents .list--contents {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 30px;
  }
  .page--entry .section--detail #contents .list--contents li {
    width: calc((100% - 30px) / 2);
  }
  .page--entry .section--detail #contents .list--contents li .title {
    margin-left: -0.5em;
  }
  .page--entry .section--detail #device dl {
    display: flex;
    flex-wrap: wrap;
  }
  .page--entry .section--detail #device dl dt {
    width: 20%;
  }
  .page--entry .section--detail #device dl dt::before {
    content: none;
  }
  .page--entry .section--detail #device dl dt span {
    position: relative;
    z-index: 0;
  }
  .page--entry .section--detail #device dl dt span::before {
    content: "";
    width: 100%;
    height: 100%;
    background: none;
    border: 1px solid #aaa;
    transform: skew(30deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
  }
  .page--entry .section--detail #device dl dt span {
    display: inline-block;
    padding: 0.4em 1em 0.5em;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .page--entry .section--detail #device dl dt span::before {
    transform: skew(20deg);
  }
}
@media screen and (min-width: 961px) {
  .page--entry .section--detail #device dl dd {
    width: 80%;
  }
  .page--entry .section--detail #fee .course {
    display: flex;
    gap: 30px;
  }
  .page--entry .section--detail #fee .course .course-detail {
    width: calc((100% - 30px) / 2);
  }
  .page--entry .section--detail #entry .list--entry {
    display: flex;
    gap: 30px;
  }
  .page--entry .section--detail #entry .list--entry li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  /* common
  ------------------------------ */
  body {
    font-size: 14px;
  }
  .more-link {
    margin-top: 2.5em;
  }
  /* list
  ------------------------------ */
  .list--info li a .item-text {
    margin-left: -1em;
  }
  .list--info li a .title {
    padding: 1.5em;
  }
  /* header
  ------------------------------ */
  header {
    position: relative;
  }
  header .header-inner {
    padding: 0 20px;
  }
  header .header-inner .logo a {
    color: #000;
  }
  header .header-inner .drawer-btn {
    width: 25px;
    height: 25px;
    position: fixed;
    top: 27.5px;
    right: 20px;
    z-index: 9999;
    mix-blend-mode: difference;
  }
  header .header-inner .drawer-btn span {
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    will-change: transform;
    transition: 0.6s;
  }
  header .header-inner .drawer-btn span.top {
    top: 8px;
  }
  header .header-inner .drawer-btn span.bottom {
    bottom: 8px;
  }
  body.drawer-visible .drawer-btn span.top {
    top: 50%;
    transform: rotate(150deg);
  }
  body.drawer-visible .drawer-btn span.bottom {
    top: 50%;
    transform: rotate(-150deg);
  }
  /* drawer
  ------------------------------ */
  .drawer {
    width: 90%;
    max-width: 450px;
    min-width: 300px;
    min-height: 800px;
    height: 100dvh;
    position: fixed;
    top: 0;
    right: 0;
    background: #333;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    transform: translateX(105%);
    transition: 0.5s;
  }
  .drawer .drawer-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
  }
  .drawer .drawer-inner::before {
    content: "";
    width: 70%;
    height: 100%;
    background: #000;
    transform: skew(30deg);
    position: absolute;
    top: 0;
    bottom: auto;
    left: 15%;
    z-index: -1;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .drawer .drawer-inner::before {
    width: 120%;
    transform: skew(20deg);
  }
}
@media screen and (max-width: 960px) {
  .drawer .drawer-inner::before {
    width: 100% !important;
  }
  .drawer .drawer-inner .g-nav {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: lowercase;
    font-size: clamp(14px, 4.5vw, 18px);
    padding: 2em 1em 2em min(20vw, 6em);
  }
  .drawer .drawer-inner .g-nav .title {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .drawer .drawer-inner .g-nav .title::before {
    content: "";
    width: 100%;
    height: 100%;
    background: none;
    border: 1px solid #B2B2B2;
    transform: skew(30deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
  }
  .drawer .drawer-inner .g-nav .title {
    font-size: 0.7em;
    color: #B2B2B2;
    transform: translateX(-2em);
    line-height: 1;
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .drawer .drawer-inner .g-nav .title::before {
    transform: skew(20deg);
  }
}
@media screen and (max-width: 960px) {
  .drawer .drawer-inner .g-nav .list--menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6em 1em;
  }
  .drawer .drawer-inner .g-nav .list--menu li {
    width: calc((100% - 1em) / 2);
    transform: translateX(-2em);
    opacity: 0;
  }
  .drawer .drawer-inner .g-nav .list--menu li:nth-child(odd) {
    animation-delay: 0.4s;
  }
  .drawer .drawer-inner .g-nav .list--menu li:nth-child(even) {
    animation-delay: 0.6s;
  }
  .drawer .drawer-inner .g-nav.of .title {
    margin-bottom: 1em;
  }
  .drawer .drawer-inner .g-nav.fc .fc-heading {
    display: flex;
    align-items: center;
    gap: 2em;
    margin-bottom: 1em;
  }
  .drawer .drawer-inner .g-nav.fc .fc-heading .login-link {
    display: flex;
    align-items: center;
    gap: 2em;
    font-size: 0.9em;
    transform: translateX(-2em);
    opacity: 0;
  }
  .drawer .drawer-inner .g-nav.fc .fc-heading .login-link a {
    position: relative;
  }
  .drawer .drawer-inner .g-nav.fc .fc-heading .login-link a + a::before {
    content: "";
    width: 1px;
    height: 1em;
    background: #fff;
    transform: rotate(-25deg);
    position: absolute;
    left: -1em;
    top: calc(50% - 0.4em);
    pointer-events: none;
  }
  body.drawer-visible .drawer {
    transform: none;
  }
  body.drawer-visible .drawer .g-nav .title {
    animation: slideIn 0.5s forwards 0.4s;
  }
  body.drawer-visible .drawer .g-nav ul li {
    animation: slideIn 0.5s forwards;
  }
  body.drawer-visible .drawer .g-nav .login-link {
    animation: slideIn 0.5s forwards 0.6s;
  }
  @keyframes slideIn {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
@media screen and (max-width: 960px) {
  /* footer
  ------------------------------ */
  footer .footer-inner {
    padding: 30px 20px;
  }
  footer .footer-inner .list--support li + li {
    margin-top: 1.3em;
  }
  /* page--home
  ------------------------------ */
  .page--home #wrap::before {
    content: "";
    width: 100%;
    height: 87px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--home header .header-inner .logo a {
    color: #000;
  }
  .page--home section .section-inner {
    padding: 50px 20px;
  }
  .page--home #fv {
    position: relative;
    z-index: 0;
  }
  .page--home #fv::after {
    content: "";
    width: 70%;
    height: 100%;
    background: #000;
    transform: skew(30deg);
    position: absolute;
    top: -90px;
    bottom: auto;
    left: 95%;
    z-index: -1;
  }
  .page--home #fv {
    background: #fff;
    padding: 0 0 10vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .page--home #fv::after {
    width: 120%;
    transform: skew(20deg);
  }
}
@media screen and (max-width: 960px) {
  .page--home #fv .ph {
    width: 100%;
    max-height: 70vh;
  }
  .page--home #fv::before {
    height: 100%;
    left: -111%;
    bottom: -1px;
  }
  .page--home #live .list--live {
    width: 75%;
    margin-inline: auto;
  }
  .page--home #live .list--live li a {
    padding: 1.5em 2em;
  }
  .page--home #live .list--live li a .date {
    text-align: center;
  }
  .page--home #live .list--live li + li {
    margin-top: 1.5em;
  }
  .page--home .area-official .section-inner .block-title {
    margin-bottom: 2em;
  }
  .page--home .area-official .section-inner .block-title .section-title {
    font-size: 48px;
  }
  .page--home #banner .section-inner {
    width: 90%;
    padding: 60px 20px 0;
  }
  .page--home #banner .section-inner #bannerSwiper {
    overflow: visible;
  }
  .page--home #banner .section-inner #bannerSwiper.no-swiper .list--banner li {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .page--home #banner .section-inner .swiper-button {
    right: 20px;
    bottom: -25px;
  }
  .page--home #banner .section-inner .swiper-button.no-swiper {
    display: none;
  }
  .page--home #disco .block-disco a .item-text {
    margin-top: 1.2em;
  }
  .page--home #news .list--info {
    width: 90%;
    margin-inline: auto;
  }
  .page--home .area-fc .section-inner {
    padding: 80px 20px;
  }
  .page--home .area-fc .block-title .number {
    font-size: 20px;
  }
  .page--home .area-fc .swiper-button {
    padding: 2em 0;
  }
  .page--home #fc-top::before {
    height: 200px;
  }
  .page--home #fc-top .section-inner {
    padding-top: 240px;
    padding-bottom: 50px;
  }
  .page--home #blog .section-inner,
  .page--home #radio .section-inner {
    padding-left: 0;
    margin-left: 20px;
    overflow: hidden;
  }
  .page--home #blog::before {
    top: 0;
    height: 60%;
    left: 40%;
  }
  .page--home #blog #blogSwiper.no-swiper .swiper-button {
    display: none;
  }
  .page--home #movie::before {
    height: 87%;
    left: -55%;
  }
  .page--home #radio::before {
    height: 60%;
    left: 40%;
  }
  .page--home #radio #radioSwiper.no-swiper .swiper-button {
    display: none;
  }
  .page--home #qa::before {
    height: 70%;
    top: 0;
    left: -60%;
  }
}
@media screen and (max-width: 960px) {
  /* 下層
  ------------------------------ */
  body:where(:not(.page-home)) .section--list,
  body:where(:not(.page-home)) .section--detail {
    padding: 30px 20px 50px !important;
  }
  body:where(:not(.page-home)) .section--list .form__select,
  body:where(:not(.page-home)) .section--list .block--pulldown {
    margin-bottom: 2em;
  }
  body:where(:not(.page-home)) .section--list .form__select form,
  body:where(:not(.page-home)) .section--list .block--pulldown form {
    position: relative;
    z-index: 0;
  }
  body:where(:not(.page-home)) .section--list .form__select form::before,
  body:where(:not(.page-home)) .section--list .block--pulldown form::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #666;
    border: 1px solid #fff;
    transform: skew(30deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
  }
  body:where(:not(.page-home)) .section--list .form__select form,
  body:where(:not(.page-home)) .section--list .block--pulldown form {
    padding: 0.8em 1.5em;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  body:where(:not(.page-home)) .section--list .form__select form::before,
  body:where(:not(.page-home)) .section--list .block--pulldown form::before {
    transform: skew(20deg);
  }
}
@media screen and (max-width: 960px) {
  body:where(:not(.page-home)) .section--list .form__select form::after,
  body:where(:not(.page-home)) .section--list .block--pulldown form::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 7px);
    right: 1.5em;
    transform: rotate(135deg);
  }
  body:where(:not(.page-home)) .section--list .form__select form select,
  body:where(:not(.page-home)) .section--list .block--pulldown form select {
    width: 100%;
    border: none;
    background: none;
  }
  body:where(:not(.page-home)) header .header-inner .logo a {
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  /* page--info
  ------------------------------ */
  .page--info .form__select form select {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: lowercase;
  }
  /* page--disco
  ------------------------------ */
  .page--disco .section--list .list--discography li + li {
    margin-top: 30px;
  }
  .page--disco .section--detail .block--detail {
    margin-top: 1.2em;
  }
  /* page--video
  ------------------------------ */
  .page--video .section--list .list--video li + li {
    margin-top: 40px;
  }
  /* page--member
  ------------------------------ */
  .page--member .section--detail::before {
    width: 75%;
    height: 65%;
    left: -10%;
  }
  /* page--blog
  ------------------------------ */
  .page--blog .section--list .list--blog li {
    width: 100%;
  }
  .page--blog .section--list .list--blog li + li {
    margin-top: 35px;
  }
  /* page--movie
  ------------------------------ */
  .page--movie.new-movie .section--list .list--movie li {
    width: 100%;
  }
  .page--movie.new-movie .section--list .list--movie li + li {
    margin-top: 30px;
  }
  .page--movie.new-movie .section--detail .block--tit {
    padding: 0;
  }
  .page--movie.new-movie .section--detail .area--movie .block--player {
    position: relative;
    top: 0;
    padding-top: 56.25%;
    margin-bottom: 20px;
  }
  .page--movie.new-movie .section--detail .area--movie .block--player .vjs-big-play-button {
    margin: 0;
    top: calc(50% - 1em);
    left: calc(50% - 1em);
  }
  .page--movie.new-movie .section--detail .area--movie .block--player .video-js:not(.vjs-fullscreen) .vjs-play-control {
    top: calc(100% - 6.5em);
  }
  .page--movie.new-movie .section--detail .area--movie .block--player .vjs-fullscreen .vjs-play-control {
    top: calc(-50vh + 1em);
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
    gap: 25px 20px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    width: calc((100% - 20px) / 2);
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
    width: 100%;
    padding: 0;
  }
  /* page--radio
  ------------------------------ */
  .page--movie.new-movie.page--radio .section--list .list--radio {
    gap: 25px 20px;
  }
  .page--movie.new-movie.page--radio .section--list .list--radio li {
    width: calc((100% - 20px) / 2);
  }
  .page--movie.new-movie.page--radio .section--detail .area--movie .block--player .video-js:not(.vjs-fullscreen) .vjs-play-control {
    top: calc(100% - 10em);
  }
  /* page--entry
  ------------------------------ */
  .page--entry .section--detail #contents .list--contents li {
    padding: 1.5em 1em 2em 2em;
  }
  .page--entry .section--detail #contents .list--contents li + li {
    margin-top: 30px;
  }
  .page--entry .section--detail #fee .course .course-detail.annual {
    margin-bottom: 30px;
  }
  .page--entry .section--detail #entry .list--entry li + li {
    margin-top: 30px;
  }
}