@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: #E5E2CD;
  word-wrap: break-word;
  color: #1c1c1c;
}
@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;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}

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

::-moz-selection {
  background-color: #1c1c1c;
  color: #fff;
}

::selection {
  background-color: #1c1c1c;
  color: #fff;
}

::-moz-selection {
  background-color: #1c1c1c;
  color: #fff;
}

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

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

.content-main {
  background-color: #E5E2CD;
}

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

.block--pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3em auto;
}
.block--pager .pager__other--list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: min(80vw, 600px);
  margin: 0 1.5em;
}
.block--pager .pager__other--list li {
  margin: 0.5em;
}
.block--pager .pager__other--list li a,
.block--pager .pager__other--list li span {
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1em;
  text-align: center;
  line-height: 1.9em;
}
.block--pager .pager__other--list li.pager__item--current span {
  background: #fff;
  border: 1px solid #1c1c1c;
}
.block--pager .pager__item--newer svg,
.block--pager .pager__item--older svg {
  width: 1.8em;
  height: 1.8em;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  display: block;
}
.block--pager .pager__item--newer span svg,
.block--pager .pager__item--older span svg {
  opacity: 0.35;
}
.block--pager .pager__item--newer svg {
  transform: rotate(180deg);
}
.block--pager .pager__item--older svg {
  margin-top: 0.3em;
}
.block--pager.other--pager {
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  align-items: flex-end;
  gap: 60px;
}
.block--pager.other--pager a, .block--pager.other--pager span {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.block--pager.other--pager a svg, .block--pager.other--pager span svg {
  width: 1.5em;
  height: 1.5em;
}
.block--pager.other--pager span {
  opacity: 0.35;
}
.block--pager.other--pager .pager__item--newer svg {
  transform: translateY(0.2em) rotate(-180deg);
  margin-right: 0.5em;
}
.block--pager.other--pager .pager__item--older svg {
  transform: translateY(0.3em);
  margin-left: 0.5em;
}

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

.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;
}

/* image */
.ph,
.thumb {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  vertical-align: bottom;
}
.ph img,
.thumb img {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: bottom;
}
.ph.square,
.thumb.square {
  aspect-ratio: 1/1;
}
.ph::after,
.thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

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

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

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

.form--post dt {
  margin-bottom: 0.5em;
}
.form--post dd {
  margin-bottom: 1em;
}

.block--error {
  background: #fdfbfd;
  color: #E24B4B;
  font-weight: 500;
  padding: 10px;
  border-radius: 5px;
}

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

::-moz-placeholder {
  color: #888;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
}

:-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 #b5b5b5;
}
@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: #E24B4B;
  border-color: #E24B4B;
}
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 {
  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] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

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

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 #b5b5b5;
  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: #E24B4B;
  border-color: #E24B4B;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #E5E2CD;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.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 #b5b5b5;
  padding: 1em 2.8em 1em 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: #E24B4B;
  border-color: #E24B4B;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #1c1c1c;
  border-top: none;
  border-right: none;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: "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 p {
    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 input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox .form__error {
  color: #E24B4B;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #1c1c1c;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #1c1c1c;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  border-color: #1c1c1c;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

.form--comfirm,
.form--confirm {
  margin: 2em auto 4em;
}
.form--comfirm dt,
.form--confirm dt {
  opacity: 0.5;
}
.form--comfirm dd,
.form--confirm dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: "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 p {
    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 input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio .form__error {
  color: #E24B4B;
}
.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 #1c1c1c;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #1c1c1c;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: "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__toggle label p {
    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__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle .form__error {
  color: #E24B4B;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #1c1c1c;
  border-color: #1c1c1c;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

.btn {
  text-align: center;
}

.btn + .btn {
  margin-top: 1em;
}

.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;
  border-radius: 999px;
  color: #1c1c1c;
}

.btn--main,
input.btn--main,
.btn--sub,
input.btn--sub {
  position: relative;
  z-index: 1;
  min-width: 280px;
  max-width: 90vw;
  margin: 0 auto;
  padding: 1.2em 2em;
  border: 1px solid #1c1c1c;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}

.btn--main,
input.btn--main {
  background: #1c1c1c;
  color: #E5E2CD;
}

.btn--sub,
input.btn--sub {
  background: transparent;
  color: #1c1c1c;
}

.section--list .thumb,
.page--home section ul .thumb {
  line-height: 1;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}
.section--list .thumb img,
.page--home section ul .thumb img {
  display: block;
  height: 100%;
  background-size: cover;
}
.section--list .thumb.square,
.page--home section ul .thumb.square {
  aspect-ratio: 1/1;
}

.list--contents li {
  position: relative;
}
.list--contents li .thumb {
  position: relative;
  z-index: 1;
  border: 1px solid #1c1c1c;
  border-radius: 10px;
  margin-bottom: 0;
  overflow: hidden;
}
.list--contents li .block--txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  max-width: 100%;
  font-size: 1.25em;
  line-height: 2.4;
}
.list--contents li .block--txt .tit,
.list--contents li .block--txt .date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  background: #1c1c1c;
  color: #E5E2CD;
}
.list--contents li .block--txt .tit {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 2.4em;
  line-height: 2.4;
}
.list--contents li .block--txt .date {
  font-size: 0.6em;
}
.list--contents li .block--txt .date .week {
  font-size: 0.95em;
  margin-left: 0.3em;
}

.list--information li a {
  display: flex;
  position: relative;
  z-index: 1;
  padding: 20px 0;
  border-top: 1px solid #1c1c1c;
}
.list--information li a .block--date {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
}
.list--information li a .block--date .date {
  font-size: 1.5em;
}
.list--information li a .block--date .date::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: #1c1c1c;
}
.list--information li a .block--date .date span {
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}
.list--information li a .block--date .date span.year {
  font-size: 0.75em;
}
.list--information li a .block--date .date span.week {
  margin-left: 0.2em;
  font-size: 0.583em;
}
.list--information li a .block--txt {
  padding: 10px 20px;
}
.list--information li a .block--txt .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1.4em;
  margin-bottom: 0.5em;
  margin-left: -0.4em;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 0.75em;
  line-height: 1;
}
.list--information li a .block--txt .tit {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.list--information li:last-child a {
  border-bottom: 1px solid #1c1c1c;
}
.list--information li.new a {
  position: relative;
  z-index: 1;
}
.list--information li.new a::before {
  content: "NEW";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  z-index: 10;
  padding: 0.3em 1.2em;
  border-radius: 0 0 0.5em 0.5em;
  background: #1c1c1c;
  color: #E5E2CD;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 0.75em;
  line-height: 1.4;
}

.list--schedule li .list__txt {
  height: 100%;
}
.list--schedule li a {
  position: relative;
  z-index: 1;
  padding: 20px 20px 40px;
  border: 1px solid #1c1c1c;
  border-radius: 10px;
  background: #F2F0E6;
}
.list--schedule li.category--5 a {
  background: #CE7C5C;
}
.list--schedule li.category--6 a {
  background: #E3BF5F;
}
.list--schedule li.category--7 a {
  background: #4DBCC7;
}
.list--schedule li.category--8 a {
  background: #42B18E;
}
.list--schedule li.category--9 a {
  background: #F2F0E6;
}
.list--schedule li .block--date {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1c1c1c;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  letter-spacing: 0.04em;
}
.list--schedule li .block--date span {
  white-space: nowrap;
}
.list--schedule li .block--date .year {
  font-size: min(1em, 1.3vw);
}
.list--schedule li .block--date .mdw {
  display: block;
  font-size: min(2.125em, 2vw);
}
.list--schedule li .block--date .week {
  font-size: min(13px, 1.1vw);
  margin-left: 0.3em;
  padding-bottom: 0.2em;
}
.list--schedule li .block--date svg {
  width: min(4vw, 50px);
  margin: 0 15px;
}
.list--schedule li .block--txt .tit {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.8em;
  font-weight: 500;
  line-height: 1.6;
}
.list--schedule li .block--txt .category {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  padding: 0.4em 1.2em;
  border: 1px solid #1c1c1c;
  border-radius: 999px;
  background: #fff;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 0.75em;
  line-height: 1;
}
.list--schedule li.new a {
  position: relative;
  z-index: 1;
}
.list--schedule li.new a::before {
  content: "NEW";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 100%;
  left: 10px;
  z-index: 10;
  padding: 0.3em 1.2em;
  border-radius: 0.5em 0.5em 0 0;
  background: #1c1c1c;
  color: #E5E2CD;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 0.75em;
  line-height: 1.4;
}

.list--video li {
  margin-bottom: 60px;
}
.list--video li a .thumb {
  position: relative;
  z-index: 1;
  border: 1px solid #1c1c1c;
  border-radius: 10px;
  overflow: hidden;
}
.list--video li a .tit {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.list--video li a .tit::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  width: 0.5em;
  height: 0.5em;
  margin: 0.2em 0.5em 0 0;
  border-radius: 999px;
  background: #1c1c1c;
}

.list--discography li {
  filter: drop-shadow(5px 5px 15px rgba(28, 28, 28, 0.15));
}
.list--discography li a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.list--discography li a .thumb {
  width: 60%;
  margin: 0;
}
.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--text {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: -1;
  width: calc(60% - 20px);
  border-radius: 999px;
  overflow: hidden;
  aspect-ratio: 1/1;
  border: 1px solid #1c1c1c;
  color: #fff;
}
.list--discography li a .block--text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: rgba(28, 28, 28, 0.8);
}
.list--discography li a .block--text .bg {
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  transition: 30s linear;
}
.list--discography li a .block--text .bg span {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scale(2);
}
.list--discography li a .block--text .bg span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  box-sizing: content-box;
  border-radius: 999px;
  border: min(15px, 2.5vw) solid rgba(28, 28, 28, 0.7);
  background: rgba(229, 226, 205, 0.3);
}
.list--discography li a .block--text .inner {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 38%;
  width: 52%;
  transform: translateY(-50%);
}
.list--discography li a .block--text .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 10px;
  letter-spacing: 0.04em;
}
.list--discography li a .block--text .tit {
  line-height: 1.6;
  margin-bottom: 0.3em;
}
.list--discography li a .block--text .date {
  opacity: 0.8;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.no-data.comingsoon {
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.area--fc .no-data.comingsoon,
.page--member .no-data.comingsoon {
  font-family: "fahkwang", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.5em;
}

@supports not (aspect-ratio: 16/9) {
  .list--contents li .thumb,
  .list--contents .block__item .thumb {
    aspect-ratio: initial;
    position: relative;
    z-index: 1;
    padding-top: 56.25%;
  }
  .list--contents li .thumb img,
  .list--contents .block__item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@supports not (aspect-ratio: 1/1) {
  .list--discography li .thumb.square,
  .list--contents li .thumb.square,
  .page--photo .list--contents li .thumb.square {
    aspect-ratio: initial;
    position: relative;
    z-index: 1;
    padding-top: 100%;
  }
  .list--discography li .thumb.square img,
  .list--contents li .thumb.square img,
  .page--photo .list--contents li .thumb.square img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@supports not (aspect-ratio: 4/3) {
  .page--archive .list--contents li .thumb {
    aspect-ratio: initial;
    position: relative;
    z-index: 1;
    padding-top: 133.3333333333%;
  }
  .page--archive .list--contents li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.header {
  position: relative;
  z-index: 100;
}
.header .logo {
  position: absolute;
  z-index: 10;
}
.header .logo a {
  width: 15vw;
  max-width: 200px;
  padding: 2vw 30px;
}
.header .logo a img {
  pointer-events: none;
}

.drawer__btn {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 10001;
  overflow: hidden;
  height: 2em;
  padding: 0.5em 1.4em;
  border: 1px solid #1c1c1c;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}
.drawer__btn::before, .drawer__btn::after {
  content: "MENU";
  display: block;
  width: 100%;
  height: 100%;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14px;
  text-align: right;
  line-height: 1;
  transition: 0.3s;
  transition: 0.3s cubic-bezier(0, 0.5, 0.5, 0.9);
}
.drawer__btn::before {
  margin-bottom: 0.5em;
}

.drawer {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 900;
  opacity: 0;
  background: #fff;
  border: 1px solid #1c1c1c;
  border-radius: 1em;
  pointer-events: none;
  transition: 0.3s;
}
.drawer .g-nav {
  display: flex;
}
.drawer .g-nav .nav--official,
.drawer .g-nav .nav--fc {
  padding: 80px 40px 60px;
}
.drawer .g-nav .nav--official .nav--contents__list li,
.drawer .g-nav .nav--fc .nav--contents__list li {
  margin-bottom: 1em;
  font-size: 20px;
}
.drawer .g-nav .nav--official .nav--contents__list li a,
.drawer .g-nav .nav--fc .nav--contents__list li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.drawer .g-nav .nav--official .nav--contents__list li.blank a,
.drawer .g-nav .nav--fc .nav--contents__list li.blank a {
  position: relative;
  padding-right: 2em;
}
.drawer .g-nav .nav--official .nav--contents__list li.blank .arrow_common,
.drawer .g-nav .nav--fc .nav--contents__list li.blank .arrow_common {
  position: absolute;
  left: calc(100% - 1.5em);
  top: 50%;
  z-index: 10;
  transform: translateY(-55%) rotate(-45deg);
  width: 1.5em;
}
.drawer .g-nav .nav--official {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}
.drawer .g-nav .nav--official .nav--sns__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #1c1c1c;
}
.drawer .g-nav .nav--official .nav--sns__list li {
  margin-bottom: 1.5em;
  margin-right: 2em;
  font-size: 11px;
}
.drawer .g-nav .nav--official .nav--sns__list li a {
  display: flex;
  align-items: center;
}
.drawer .g-nav .nav--official .nav--sns__list li i,
.drawer .g-nav .nav--official .nav--sns__list li svg {
  margin-right: 0.5em;
}
.drawer .g-nav .nav--official .nav--sns__list li i {
  font-size: 1.7em;
}
.drawer .g-nav .nav--official .nav--sns__list li svg {
  width: 1.8em;
  height: 1.8em;
}
.drawer .g-nav .nav--fc {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: -1px;
  border: 1px solid #1c1c1c;
  border-radius: 1em;
  background: #E3BF5F;
  font-family: "fahkwang", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}
.drawer .g-nav .nav--fc::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
  background-image: url(/static/imase/common/texture--fc.webp);
  background-size: 50vw;
  mix-blend-mode: color-burn;
}
.drawer .g-nav .nav--fc .block--nav-logo {
  margin-bottom: 1em;
  max-width: 300px;
}
.drawer .g-nav .nav--fc .nav--login {
  display: flex;
  margin-bottom: 2em;
}
.drawer .g-nav .nav--fc .nav--login li {
  margin-right: 1em;
}
.drawer .g-nav .nav--fc .nav--login li a {
  position: relative;
  z-index: 1;
  padding: 0.49em 2.5em 0.51em 1.5em;
  border-radius: 999px;
  border: 1px solid #1c1c1c;
  font-family: "fahkwang", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}
.drawer .g-nav .nav--fc .nav--login li a.win {
  padding: 0.62em 2.5em 0.38em 1.5em;
}
.drawer .g-nav .nav--fc .nav--login li a .login--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  z-index: 10;
  width: 1.6em;
  height: 1.6em;
  color: #E5E2CD;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}
.drawer .g-nav .nav--fc .nav--login li a .login--arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  background: #1c1c1c;
}

.drawer-visible .drawer__btn::before, .drawer-visible .drawer__btn::after {
  content: "CLOSE";
  display: block;
  width: 100%;
  height: 100%;
}
.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
}

.wovn-languages {
  position: fixed;
  z-index: 10001;
  right: calc(30px + 7em);
  top: 30px;
  width: 4.5em;
  height: 2em;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.wovn-languages::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: rotate(45deg);
  z-index: 10;
  margin-top: -0.45em;
  border: 0px;
  border-bottom: solid 2px #1c1c1c;
  border-right: solid 2px #1c1c1c;
  cursor: pointer;
  transition: 0.3s;
}
.wovn-languages .nav-dropdown {
  text-align: center;
  margin-top: 2em;
}
.wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-direction: column;
  border-radius: 1em;
  border: 1px solid transparent;
  background: transparent;
  transition: 0.3s;
}
.wovn-languages .nav-dropdown .list--language li {
  display: none;
  padding: 0.6em 1.7em;
  text-align: center;
  cursor: pointer;
  transition: font-size 0s;
}
.wovn-languages .nav-dropdown .list--language li:not(.selected) {
  padding: 1em 1.5em;
  font-size: 12px;
}
.wovn-languages .nav-dropdown .list--language li.selected {
  position: absolute;
  top: -0.2em;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  order: -1;
  font-size: 14px;
}
.wovn-languages .nav-dropdown .list--language li.selected::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  left: 0.8em;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 999px;
  background: #1c1c1c;
}
.wovn-languages.visible::before {
  transform: rotate(-135deg);
  margin-top: -0.25em;
}
.wovn-languages.visible .nav-dropdown {
  pointer-events: visible;
  z-index: 1;
}
.wovn-languages.visible .nav-dropdown .list--language {
  border-color: #1c1c1c;
  background: #fff;
}
.wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
  transition: opacity 0.3s;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  display: flex;
  pointer-events: none;
  opacity: 1;
  transition: none;
}

.footer {
  position: relative;
  z-index: 10;
  background: #1c1c1c;
  color: #E5E2CD;
  border-radius: 1.25em 1.25em 0 0;
}
.footer .footer--logo svg {
  fill: #E5E2CD;
}
.footer .nav--support__sns {
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer .nav--support__sns li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 1em;
  font-size: 1.125em;
}
.footer .nav--support__sns li .sns--txt {
  display: none;
}
.footer .nav--support__sns li svg {
  width: 1.15em;
  fill: #E5E2CD;
}
.footer .block--support ul li {
  margin-bottom: 1.5em;
  font-size: 0.75em;
}
.footer .copyright {
  opacity: 0.8;
  margin-top: 1em;
  font-size: 12px;
}

:where(body:not(.page--home)) .wrap .footer .footer--logo,
:where(body:not(.page--home)) .wrap .footer .copyright {
  position: static;
}

.wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100%;
  margin-bottom: -1.25em;
  background: #E5E2CD;
}
.wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(/static/imase/common/texture--official.webp);
  background-size: max(100%, 1200px);
  background-attachment: fixed;
  mix-blend-mode: color-burn;
  pointer-events: none;
}
.wrap .content--main {
  min-height: calc(100vh - 150px);
}

.detail__btn {
  margin: 3em auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.detail__btn a {
  padding: 0.5em 1.5em;
  border: 1px solid #1c1c1c;
  border-radius: 999px;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  letter-spacing: 0.04em;
}

.delighter {
  transform: translate(0px, 60px);
  opacity: 0;
  transition: 0.6s cubic-bezier(0, 0.5, 0.5, 0.9);
}

.delighter.started {
  transform: translate(0px, 0px);
  opacity: 1;
}

.delighter.transformNon {
  transform: translate(0);
}

.delighter .clip_rtl,
.delighter .clip_ltr,
.delighter .clip_ttb {
  will-change: clip-path;
  transition: -webkit-clip-path 1s 0.4s cubic-bezier(0, 0.5, 0.5, 0.9);
  transition: clip-path 1s 0.4s cubic-bezier(0, 0.5, 0.5, 0.9);
  transition: clip-path 1s 0.4s cubic-bezier(0, 0.5, 0.5, 0.9), -webkit-clip-path 1s 0.4s cubic-bezier(0, 0.5, 0.5, 0.9);
}
.delighter .clip_rtl {
  -webkit-clip-path: inset(-50% -50% -50% 100%);
          clip-path: inset(-50% -50% -50% 100%);
}
.delighter .clip_ltr {
  -webkit-clip-path: inset(-50% 100% -50% -50%);
          clip-path: inset(-50% 100% -50% -50%);
}
.delighter .clip_ttb {
  -webkit-clip-path: inset(-50% -50% 100% -50%);
          clip-path: inset(-50% -50% 100% -50%);
}
.delighter.started .clip_rtl, .delighter.started .clip_ltr, .delighter.started .clip_ttb {
  -webkit-clip-path: inset(-50% -50% -50% -50%);
          clip-path: inset(-50% -50% -50% -50%);
}

#text_circle_detail,
#text_circle_updated {
  overflow: visible;
}
#text_circle_detail path,
#text_circle_updated path {
  fill: transparent;
}

.view_detail,
.updated {
  opacity: 0;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  z-index: 10;
  width: 3em;
  height: 3em;
  transition: opacity 0.2s;
  animation: rotate 10s linear infinite;
}
.view_detail svg,
.updated svg {
  overflow: visible;
}

.view_detail {
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 19px;
  letter-spacing: 0.11em;
}

.updated {
  top: -1em;
  right: -1em;
  width: 6em;
  height: 6em;
  font-family: "fahkwang", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  letter-spacing: 0.06em;
}
.updated.left {
  right: auto;
  left: -1em;
}

.new .updated {
  opacity: 1;
}

.section--list {
  position: relative;
  z-index: 1;
  padding: 150px 5vw 150px;
  min-height: 90vh;
}
.section--list .section--inner {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}
.section--list .section-tit {
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-size: min(90px, 12vw);
}
.section--list .block--category,
.section--list .block--category .list--sort {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}
.section--list .block--category li,
.section--list .block--category .list--sort li {
  margin-right: 0.5em;
}
.section--list .block--category li a,
.section--list .block--category li label span,
.section--list .block--category .list--sort li a,
.section--list .block--category .list--sort li label span {
  display: block;
  margin-bottom: 0.5em;
  padding: 0.5em 1.4em;
  border: 1px solid #1c1c1c;
  border-radius: 999px;
  background: transparent;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 0.875em;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
.section--list .block--category li.current a,
.section--list .block--category :checked ~ span.category,
.section--list .block--category .list--sort li.current a,
.section--list .block--category .list--sort :checked ~ span.category {
  background: #fff;
}

.section--detail {
  position: relative;
  z-index: 1;
  padding: 120px 5vw 150px;
  min-height: 80vh;
}
.section--detail .section--inner {
  margin: 0 auto;
  position: relative;
  max-width: 960px;
}
.section--detail .section-tit {
  font-size: 1.25em;
  margin-bottom: 1em;
}
.section--detail .block--txt a {
  display: inline-block;
  text-decoration: underline;
  line-height: inherit;
}
.section--detail .block--share {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 10;
}
.section--detail .block--share .tit {
  opacity: 0.8;
  margin-right: 1em;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 0.875em;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 0.5em;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 1em;
  margin-bottom: -0.15em;
}

.page--member .wrap {
  background: #E3BF5F;
}
.page--member .wrap::before {
  opacity: 0.8;
  background-image: url(/static/imase/common/texture--fc.webp);
  background-size: min(100%, 500px);
}
.page--member .wrap .loop--text {
  position: fixed;
  top: 0;
  left: -1.8vw;
  z-index: 0;
  width: min(16.25em, 19vw);
  height: 100vh;
  font-size: min(16.25em, 19vw);
}
.page--member .wrap .loop--text .text--wrap {
  position: relative;
  z-index: 1;
  display: flex;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: top left;
  line-height: 1;
  white-space: nowrap;
}
.page--member .wrap .loop--text .text--wrap .text {
  opacity: 0.1;
  color: #fff;
  font-family: "fahkwang", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  animation: textLoop01 40s linear infinite;
}
.page--member .wrap .loop--text .text--wrap .text:nth-child(2) {
  position: absolute;
  z-index: 1;
  transform: translateX(100%);
  animation: textLoop02 40s linear infinite;
}
.page--member .section--list .section-tit {
  font-family: "fahkwang", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: min(8.75em, 10vw);
}

.page--home .header {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 1s;
}
.page--home .header h1.logo {
  display: none;
}
.page--home .section--hero {
  position: relative;
  z-index: 0;
  opacity: 0;
  width: 100vw;
  padding-top: 60px;
  transition: opacity 0.3s;
}
.page--home .section--hero .mainvisual--logo {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 10;
  opacity: 0;
  transform: translateX(-50%);
  width: min(15vw, 200px);
  transition: opacity 0.6s;
}
.page--home .section--hero .mainvisual--img {
  opacity: 0;
  width: 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 999px 999px 0 0;
  border: 1px solid #1c1c1c;
  transition: opacity 0.2s, width 0.6s;
}
.page--home .section--hero .mainvisual--img img {
  background-size: cover;
  background-position: center;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
.page--home .section--hero .hero--wave {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 30%;
  width: 120vw;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 1.2s;
  transition: clip-path 1.2s;
  transition: clip-path 1.2s, -webkit-clip-path 1.2s;
}
.page--home .section--hero .hero--wave .wave--wrap {
  position: relative;
  z-index: 1;
}
.page--home .section--hero .hero--wave .wave--wrap svg {
  fill: #fff;
  animation: textLoop01 180s linear infinite;
}
.page--home .section--hero .hero--wave .wave--wrap svg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateX(100%);
  animation: textLoop02 180s linear infinite;
}
.page--home .section--hero .scrolldown {
  opacity: 0;
  transition: 0.3s;
}
.page--home .section--banner {
  opacity: 0;
  transition: opacity 0.6s;
  transition-delay: 1s;
}
.page--home .section--banner #listBanner.no-carousel .swiper-button-wrap {
  display: none;
}
.page--home .section--banner .swiper li a {
  border: 1px solid #1c1c1c;
  border-radius: 10px;
  overflow: hidden;
}
.page--home .section--banner .swiper li a img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  pointer-events: none;
}
.page--home .section--banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 1.2em;
  height: 0.7em;
  transform: rotate(-60deg);
  border-radius: 50%;
  border: 2px solid #1c1c1c;
  background: transparent;
}
.page--home .section--banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1c1c1c;
}
.page--home .section--banner .swiper-button-prev,
.page--home .section--banner .swiper-button-next {
  width: 2.3em;
  height: 2.3em;
}
.page--home .section--banner .swiper-button-prev::after,
.page--home .section--banner .swiper-button-next::after {
  display: none;
}
.page--home .section--banner .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.page--home .area--official {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 1s;
}
.page--home .area--official .tit-wrap {
  display: flex;
}
.page--home .area--official .tit-wrap .section-tit {
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.page--home .area--official .list__more {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  letter-spacing: 0.04em;
}
.page--home .area--official .list__more svg {
  width: 1.8em;
  height: 1.8em;
  transform: rotate(-45deg) translate(0.05em, 0.5em);
  margin-left: 0.3em;
}
.page--home .area--official .section--video .thumb {
  position: relative;
  z-index: 1;
  border: 1px solid #1c1c1c;
  border-radius: 10px;
  overflow: visible;
}
.page--home .area--official .section--video .thumb img {
  border-radius: 9px;
}
.page--home .area--official .section--video .tit {
  display: flex;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
  z-index: 1;
  padding-left: 1em;
  max-height: 1.4em;
  line-height: 1.4;
  font-weight: 500;
}
.page--home .area--official .section--video .tit::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 999px;
  background: #1c1c1c;
}
.page--home .area--official .section--video #listVideo {
  overflow: visible;
}
.page--home .area--official .section--video #listVideo.no-carousel .swiper-button-wrap {
  display: none;
}
.page--home .area--official .section--video .list--video {
  align-items: flex-end;
  flex-wrap: nowrap;
}
.page--home .area--official .section--video .swiper-button-wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.page--home .area--official .section--video .swiper-button-wrap > div {
  position: static;
}
.page--home .area--official .section--video .swiper-button-wrap .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 1em;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-size: min(1.875em, 2.2vw);
  white-space: nowrap;
}
.page--home .area--official .section--video .swiper-button-wrap .swiper-pagination .swiper-pagination-current {
  font-size: 1.6em;
}
.page--home .area--official .section--video .swiper-button-wrap .swiper-button-next svg {
  transform: translateY(0.35em);
}
.page--home .area--official .section--video .no-data {
  width: 100% !important;
  padding: 0 !important;
}
.page--home .area--fc {
  position: relative;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  width: calc(100vw + 2px);
  margin: 0 -1px -1.25em;
  border-radius: 1.25em 1.25em 0 0;
  border: 1px solid #1c1c1c;
  background: #E3BF5F;
  transition: opacity 0.3s;
  transition-delay: 1s;
}
.page--home .area--fc::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
  background-image: url(/static/imase/common/texture--fc.webp);
  background-size: min(100%, 500px);
  mix-blend-mode: color-burn;
  pointer-events: none;
}
.page--home .area--fc > section .section-tit {
  font-family: "fahkwang", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: min(5em, 5.8vw);
  line-height: 1.2;
}
.page--home .area--fc > section .block--item {
  position: relative;
  z-index: 1;
}
.page--home .area--fc > section .block--item .thumb {
  width: 100%;
  border: 1px solid #1c1c1c;
  border-radius: 10px;
  overflow: hidden;
}
.page--home .area--fc > section .block--txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: -1.2em;
  z-index: 10;
  max-width: 100%;
  font-size: 1.25em;
  line-height: 2.4;
}
.page--home .area--fc > section .block--txt .tit,
.page--home .area--fc > section .block--txt .date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  background: #1c1c1c;
  color: #E5E2CD;
}
.page--home .area--fc > section .block--txt .tit {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 2.4em;
  line-height: 2.4;
}
.page--home .area--fc > section .block--txt .date {
  font-size: 0.6em;
}
.page--home .area--fc > section .block--txt .date .week {
  margin-left: 0.3em;
}
.page--home .area--fc > section .btn__pop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 10;
  width: 7.5em;
  height: 7.5em;
  border-radius: 999px;
  background: #1c1c1c;
  color: #E5E2CD;
  font-family: "fahkwang", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  font-size: min(1.25em, 1.46vw);
  line-height: 1.3;
}
.page--home .area--fc > section .btn__pop svg {
  fill: #E5E2CD;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: -0.7em;
}
.page--home .area--fc > section .list__more {
  position: absolute;
  bottom: -3em;
  right: 0;
  z-index: 10;
  font-family: "fahkwang", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.25em;
}
.page--home .area--fc > section .list__more .arrow--fc {
  display: inline-block;
  margin-left: 0.3em;
}
.page--home .area--fc .section--login {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 1px solid #1c1c1c;
}
.page--home .area--fc .section--login .logo {
  margin-right: 30px;
}
.page--home .area--fc .section--login .list--login {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.8em;
  margin-top: 20px;
}
.page--home .area--fc .section--login .list--login li {
  margin-right: 1em;
}
.page--home .area--fc .section--login .list--login li a {
  position: relative;
  z-index: 1;
  padding: 0.49em 2.5em 0.51em 1.5em;
  border-radius: 999px;
  border: 1px solid #1c1c1c;
  font-family: "fahkwang", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.25em;
}
.page--home .area--fc .section--login .list--login li a.win {
  padding: 0.62em 2.5em 0.38em 1.5em;
}
.page--home .area--fc .section--login .list--login li a .login--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  z-index: 10;
  width: 1.6em;
  height: 1.6em;
  color: #E5E2CD;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}
.page--home .area--fc .section--login .list--login li a .login--arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  background: #1c1c1c;
}
.page--home .area--fc .section--login .list--login li.item__birthday a {
  padding-right: 2.6em;
}
.page--home .area--fc .section--login .list--login li.item__birthday a i {
  position: absolute;
  top: calc(50% - 0.08em);
  right: 1em;
  z-index: 10;
  transform: translateY(-50%);
  font-size: 1.1em;
}
.page--home .area--fc .section--stream {
  position: relative;
  z-index: 5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--home .area--fc .section--stream .section-tit {
  text-align: center;
}
.page--home .area--fc .section--stream .block--item {
  margin: 0 auto;
}
.page--home .area--fc .section--blog {
  position: relative;
  z-index: 5;
}
.page--home .area--fc .section--blog .block--item .no-login .thumb img:not(.blank) {
  filter: blur(7px);
  transform: scale(1.5);
}
.page--home .area--fc .section--radio {
  position: relative;
  z-index: 4;
}
.page--home .area--fc .section--movie {
  position: relative;
  z-index: 3;
}
.page--home .area--fc .section--photo {
  position: relative;
  z-index: 2;
}
.page--home .area--fc .section--photo .block--item img {
  line-height: 1;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.page--home .area--fc .section--photo .block--item .block--txt .tit {
  line-height: 1.4;
  -webkit-line-clamp: 2;
  max-height: 3.8em;
  border-top: 0.5em solid #1c1c1c;
  border-bottom: 0.5em solid #1c1c1c;
  word-break: break-all;
}
.page--home .area--fc .section--photo .block--item .no-login .thumb img {
  filter: blur(7px);
  transform: scale(1.5);
}
.page--home .area--fc .section--omikuji {
  position: relative;
  z-index: 1;
}
.page--home .area--fc .section--omikuji .block--item .item {
  position: relative;
  z-index: 1;
  margin: 2vw 0;
  margin-right: -5vw;
}
.page--home .area--fc .section--omikuji .block--item img {
  position: absolute;
  z-index: 10;
  overflow: visible;
  width: 100%;
  border: none;
  border-radius: 0;
  transform: scale(1) !important;
}
.page--home .area--fc .section--omikuji .block--item img:first-child {
  z-index: 11;
  animation: omikuji 5s infinite;
}
.page--home .area--fc .section--omikuji .block--item svg {
  overflow: visible;
}
.page--home .area--fc .section--omikuji .block--item svg path {
  animation: cloud 8s infinite;
}
.page--home .area--fc .section--omikuji .block--item svg #cloud05,
.page--home .area--fc .section--omikuji .block--item svg #cloud06 {
  fill: transparent;
  stroke: #1c1c1c;
}
.page--home .area--fc .section--omikuji .block--item svg #cloud02 {
  animation-duration: 7.8s;
  animation-direction: reverse;
}
.page--home .area--fc .section--omikuji .block--item svg #cloud03 {
  animation-duration: 7.9s;
}
.page--home .area--fc .section--omikuji .block--item svg #cloud04 {
  animation-duration: 8.1s;
}
.page--home .area--fc .section--omikuji .block--item svg #cloud05 {
  animation-duration: 7.7s;
  animation-direction: reverse;
}
.page--home .area--fc .section--omikuji .block--item svg #cloud06 {
  animation-duration: 8.2s;
}

.page--home {
  position: fixed;
}
.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%;
  transition: opacity 0.6s;
}
.page--home #loading .loading--logo {
  width: 20vw;
  max-width: 200px;
  transition: opacity 0.3s;
}
.page--home.loaded #loading {
  transition-delay: 0.6s;
}
.page--home.loaded #loading .loading--logo {
  opacity: 1;
}
.page--home.loaded .section--hero {
  opacity: 1;
}
.page--home.loaded .section--hero .hero--wave {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.page--home.loaded_delay #loading .loading--logo {
  opacity: 0;
}
.page--home.open {
  opacity: 1;
  position: static;
}
.page--home.open #loading {
  opacity: 0;
}
.page--home.open .header,
.page--home.open .section--banner,
.page--home.open .area--official,
.page--home.open .area--fc {
  opacity: 1;
}
.page--home.open .section--hero .mainvisual--logo {
  opacity: 1;
}
.page--home.open .section--hero .mainvisual--img {
  opacity: 1;
}
.page--home.open .section--hero .scrolldown {
  opacity: 1;
}

/* keyframes
------------------------------ */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wave_mask_pc {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 4000px;
  }
}
@keyframes wave_mask_sp {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 900vw;
  }
}
@keyframes cloud {
  0% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
  }
}
@keyframes omikuji {
  0% {
    transform: rotate(0);
  }
  35% {
    transform: rotate(0);
  }
  40% {
    transform: rotate(-2deg);
  }
  45% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes textLoop01 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes textLoop02 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes opacity101 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes clipLR {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  40% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  60% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.page--info .section--detail .block--tit {
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.page--info .section--detail .block--tit .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1.4em;
  margin-bottom: 0.5em;
  margin-left: -0.4em;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 0.75em;
  line-height: 1;
}
.page--info .section--detail .block--tit .block--date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 10px 30px;
}
.page--info .section--detail .block--tit .block--date .date {
  font-size: 1.5em;
  line-height: 1;
  white-space: nowrap;
}
.page--info .section--detail .block--tit .block--date .date span {
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}
.page--info .section--detail .block--tit .block--date .date span.year {
  font-size: 0.75em;
}
.page--info .section--detail .block--tit .block--date .date span.week {
  margin-left: 0.2em;
  font-size: 0.583em;
}
.page--info .section--detail .block--tit .tit {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  font-size: 1.5em;
}
.page--info .section--detail .block--txt {
  position: relative;
  z-index: 1;
  padding: 60px 30px;
  min-height: 40vh;
  border-bottom: 1px solid;
  font-size: 14px;
}
.page--info .section--detail .block--txt .ph {
  margin: 10px 0;
}

.page--schedule .section--list .section-tit {
  margin-bottom: 60px;
}
.page--schedule .section--list .block--month {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1c1c1c;
}
.page--schedule .section--list .block--month .tit {
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-size: min(5.25em, 6vw);
  line-height: 1;
  white-space: nowrap;
}
.page--schedule .section--list .block--month .tit span {
  margin-left: 0.2em;
  font-size: 0.6em;
}
.page--schedule .section--list .block--month .month-pager {
  display: flex;
  gap: 60px;
  margin-bottom: 0.5em;
  font-size: min(1.25em, 1.4vw);
}
.page--schedule .section--list .block--month .month-pager .month-pager--prev,
.page--schedule .section--list .block--month .month-pager .month-pager--next {
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}
.page--schedule .section--list .block--month .month-pager .month-pager--prev a,
.page--schedule .section--list .block--month .month-pager .month-pager--next a {
  display: flex;
  align-items: flex-end;
}
.page--schedule .section--list .block--month .month-pager .month-pager--prev a svg,
.page--schedule .section--list .block--month .month-pager .month-pager--next a svg {
  width: 1.5em;
  height: 1.5em;
}
.page--schedule .section--list .block--month .month-pager .month-pager--next a svg {
  transform: translateY(0.3em);
  margin-left: 0.5em;
}
.page--schedule .section--list .block--month .month-pager .month-pager--prev a svg {
  transform: translateY(0.2em) rotate(-180deg);
  margin-right: 0.5em;
}
.page--schedule .section--detail .box {
  position: relative;
  border-radius: 1.25em;
  border: 1px solid #1c1c1c;
}
.page--schedule .section--detail .box.category--5 {
  background: #CE7C5C;
}
.page--schedule .section--detail .box.category--6 {
  background: #E3BF5F;
}
.page--schedule .section--detail .box.category--7 {
  background: #4DBCC7;
}
.page--schedule .section--detail .box.category--8 {
  background: #42B18E;
}
.page--schedule .section--detail .box.category--9 {
  background: #F2F0E6;
}
.page--schedule .section--detail .box .block--tit {
  display: block;
  padding: 30px;
  border: none;
}
.page--schedule .section--detail .box .block--tit .block--date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  position: static;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1c1c1c;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  letter-spacing: 0.04em;
}
.page--schedule .section--detail .box .block--tit .block--date::before {
  display: none;
}
.page--schedule .section--detail .box .block--tit .block--date span {
  white-space: nowrap;
}
.page--schedule .section--detail .box .block--tit .block--date .year {
  font-size: min(1em, 1.3vw);
}
.page--schedule .section--detail .box .block--tit .block--date .mdw {
  display: block;
  font-size: min(2.125em, 2vw);
}
.page--schedule .section--detail .box .block--tit .block--date .week {
  font-size: min(13px, 1.1vw);
  margin-left: 0.3em;
  padding-bottom: 0.2em;
}
.page--schedule .section--detail .box .block--tit .block--date svg {
  width: min(4vw, 50px);
  margin: 0 15px;
}
.page--schedule .section--detail .box .block--tit .tit {
  padding: 0;
}
.page--schedule .section--detail .box .block--tit .category {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
  padding: 0.4em 1.2em;
  border: 1px solid #1c1c1c;
  border-radius: 999px;
  background: #fff;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 0.75em;
  line-height: 1;
}
.page--schedule .section--detail .box .block--txt {
  margin: 0 30px 30px;
  padding: 40px 30px;
  border-radius: 10px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
}

.page--video .section--list .section-tit {
  margin-bottom: 30px;
  line-height: 1;
}
.page--video .section--detail .block--tit {
  display: flex;
}
.page--video .section--detail .block--tit .block--date {
  padding: 10px 30px;
}
.page--video .section--detail .block--tit .block--date .date {
  font-size: 1em;
}
.page--video .section--detail .block--tit .block--date .date::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: #1c1c1c;
}
.page--video .section--detail .block--tit .block--date .date span.year {
  font-size: 1em;
}
.page--video .section--detail .block--txt {
  min-height: auto;
}
.page--video .section--detail .video {
  border: 1px solid #1c1c1c;
  border-radius: 10px;
  overflow: hidden;
}

.page--disco .section--detail .section--inner {
  max-width: 1200px;
}
.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 .swiper-button-wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 20px;
}
.page--disco .section--detail .swiper-button-wrap > div {
  position: static;
}
.page--disco .section--detail .swiper-button-wrap .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 1.2em;
  height: 0.7em;
  transform: rotate(-60deg);
  border-radius: 50%;
  border: 2px solid #1c1c1c;
  background: transparent;
}
.page--disco .section--detail .swiper-button-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1c1c1c;
}
.page--disco .section--detail .swiper-button-wrap .swiper-button-next,
.page--disco .section--detail .swiper-button-wrap .swiper-button-prev {
  width: 2em;
  transform: translateY(0.5em);
}
.page--disco .section--detail .swiper-button-wrap .swiper-button-next::after,
.page--disco .section--detail .swiper-button-wrap .swiper-button-prev::after {
  display: none;
}
.page--disco .section--detail .swiper-button-wrap .swiper-button-prev svg {
  transform: rotate(180deg);
}
.page--disco .section--detail .swiper-button-wrap .swiper-button-next svg {
  transform: translateY(0.2em);
}
.page--disco .section--detail .block--detail .block--tit {
  padding: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.page--disco .section--detail .block--detail .block--tit .tit {
  display: inline-block;
  font-size: 1.25em;
}
.page--disco .section--detail .block--detail .block--tit .category {
  display: inline-block;
  padding: 0.3em 0.5em;
  margin-left: 1em;
  border: 1px solid rgba(28, 28, 28, 0.7);
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
.page--disco .section--detail .block--detail .block--tit .date {
  opacity: 0.8;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 12px;
}
.page--disco .section--detail .block--detail .block--track,
.page--disco .section--detail .block--detail .block--comment,
.page--disco .section--detail .block--detail .block--review {
  padding: 0 10px 0;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.8em;
}
.page--disco .section--detail .block--detail .block--track .txt,
.page--disco .section--detail .block--detail .block--comment .txt,
.page--disco .section--detail .block--detail .block--review .txt {
  padding: 0 5px;
}
.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 .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-radius: 999px;
  background: #1c1c1c;
}
.page--disco .section--detail .block--detail .block--track .list--track {
  border-radius: 1.25em;
  background: rgba(255, 255, 255, 0.2);
}
.page--disco .section--detail .block--detail .block--track .list--track > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 30px;
  border-bottom: 1px solid #fff;
}
.page--disco .section--detail .block--detail .block--track .list--track > li:last-child {
  border: none;
}
.page--disco .section--detail .block--detail .block--track .list--track > li .num {
  display: block;
  min-width: 3em;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-style: italic;
  font-size: 0.875em;
}
.page--disco .section--detail .block--detail .block--track .list--track > li .block--list--tit {
  display: block;
  width: calc(100% - 3em);
}
.page--disco .section--detail .block--detail .block--track .list--track > li .block--list--tit .wrap--tit {
  display: flex;
  align-items: center;
}
.page--disco .section--detail .block--detail .block--track .list--track > li .block--list--tit .list--link {
  display: flex;
  align-items: center;
}
.page--disco .section--detail .block--detail .block--track .list--track > li .block--list--tit .list--link li {
  margin-left: 0.5em;
  padding: 5px;
}
.page--disco .section--detail .block--detail .block--track .list--track > li .tie-up {
  opacity: 0.8;
  margin-top: 0.2em;
  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: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}
.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--disco .section--detail .block--detail .block--comment > .btn {
  margin: 1em 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--disco .section--detail .block--detail .txt + .block--link {
  margin-top: 1em;
}

.page--movie.movie-all .section-tit {
  margin-bottom: 60px;
}
.page--movie.movie-all .block--latest-list + .block--category-list,
.page--movie.movie-all .block--category-list + .block--category-list {
  margin-top: 100px;
}
.page--movie .section--list .block--tit {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 30px;
}
.page--movie .section--list .block--tit h3 {
  margin-right: 20px;
  font-family: "fahkwang", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: min(3.75em, 4.4vw);
}
.page--movie .section--list .block--tit .list__more {
  margin-bottom: 0.3em;
  font-family: "fahkwang", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.25em;
}
.page--movie .section--list .block--tit .list__more .arrow--fc {
  margin-left: 0.5em;
}
.page--movie .section--list .block--btn {
  margin: 0 0 3em;
}
.page--movie .section--list .block--btn .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--movie.new-movie .section--detail .section--inner .block--tit {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.page--movie.new-movie .section--detail .section--inner .block--tit .tit {
  font-size: 1.5em;
}
.page--movie.new-movie .section--detail .section--inner .block--tit .date {
  opacity: 0.8;
  margin-top: 0.5em;
  font-size: 12px;
}
.page--movie.new-movie .section--detail .section--inner .area--movie {
  margin-bottom: 60px;
}
.page--movie.new-movie .section--detail .section--inner .txt--basic {
  margin-bottom: 50px;
}
.page--movie.new-movie .section--detail .section--inner .more_movies_title {
  font-family: "fahkwang", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: min(3.75em, 4.4vw);
  text-align: center;
  margin-bottom: 0.5em;
}
.page--movie.new-movie .section--detail .section--inner .list--contents li .thumb {
  line-height: 1;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 5;
}
.page--movie.new-movie .section--detail .section--inner .list--contents li .updated {
  top: -0.5em;
  right: -0.5em;
  width: 4em;
  height: 4em;
}
.page--movie.new-movie .section--detail .section--inner .area--movie .video-js:not(.vjs-fullscreen) .vjs-play-control {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.page--photo .list--contents .block--txt .tit {
  line-height: 1.4;
  -webkit-line-clamp: 2;
  max-height: 3.8em;
  border-top: 0.5em solid #1c1c1c;
  border-bottom: 0.5em solid #1c1c1c;
  word-break: break-all;
}
.page--photo .photo--detail .section-tit {
  margin-bottom: 20px;
  font-family: inherit;
  font-size: 1.5em;
  letter-spacing: 0.04em;
}
.page--photo #swipebox-overlay {
  background: rgba(28, 28, 28, 0.8);
}
.page--photo #swipebox-action #swipebox-close {
  top: 40px;
  right: 40px;
  background: none;
}
.page--photo #swipebox-action #swipebox-close::before, .page--photo #swipebox-action #swipebox-close::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #E5E2CD;
}
.page--photo #swipebox-action #swipebox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.page--photo #swipebox-action #swipebox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.page--photo #swipebox-action #swipebox-prev,
.page--photo #swipebox-action #swipebox-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  float: none;
  background: none;
}
.page--photo #swipebox-action #swipebox-prev::before,
.page--photo #swipebox-action #swipebox-next::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  transition: all 0.6s ease-out 0s;
  border: 2px solid #E5E2CD;
  border-top: none;
  border-right: none;
  margin-top: 1em;
  margin-right: 0.25em;
  margin-left: 1em;
}
.page--photo #swipebox-action #swipebox-prev {
  left: 5vw;
}
.page--photo #swipebox-action #swipebox-prev::before {
  transform: rotate(45deg);
}
.page--photo #swipebox-action #swipebox-next {
  right: 5vw;
}
.page--photo #swipebox-action #swipebox-next::before {
  transform: rotate(-135deg);
}

.page--blog .section--list .list--contents.no-login li a .thumb img:not(.blank) {
  filter: blur(7px);
  transform: scale(1.5);
}
.page--blog .section--detail .block--tit {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.page--blog .section--detail .block--tit .tit {
  font-size: 1.5em;
  line-height: 1.3em;
}
.page--blog .section--detail .block--tit .date {
  opacity: 0.8;
  margin-top: 0.5em;
  font-size: 12px;
}
.page--blog .section--detail .txt .ph, .page--blog .section--detail .txt .video {
  margin: 1em 0;
  font-size: 1em;
}
.page--blog .section--detail .txt .block--player {
  margin: 1em 0;
}
.page--blog .section--detail .txt .block--player span {
  color: white;
}
.page--blog .section--detail .txt .block--player .video-js {
  position: relative;
}
.page--blog .section--detail .txt .block--player .video-js video {
  position: relative;
  aspect-ratio: 16/9;
}
.page--blog .section--detail .block--comment {
  margin-top: 50px;
}
.page--blog .section--detail .block--comment > form {
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  padding: 20px 0 25px;
}
.page--blog .section--detail .block--comment .tit {
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.2em;
}
.page--blog .section--detail .block--comment textarea {
  border: none;
}
.page--blog .section--detail .block--comment .list--comment li {
  border-bottom: 1px solid #1c1c1c;
  padding: 20px 0;
}
.page--blog .section--detail .block--comment .list--comment li .name-wrap {
  display: flex;
  font-size: 90%;
  opacity: 0.7;
  margin-bottom: 0.5em;
}
.page--blog .section--detail .block--comment .list--comment li .name-wrap .name {
  padding-right: 1em;
}
.page--blog .section--detail .block--comment .list--comment li .btn--delete {
  text-align: right;
  margin-top: 1em;
  opacity: 0.7;
}
.page--blog .section--detail .block--comment .list--comment li .btn--delete .btn {
  display: inline-block;
}
.page--blog .section--detail .block--comment .list--comment li .btn--delete .btn .btn--sub {
  padding: 0.5em 1em;
  min-width: auto;
  font-size: 10px;
  line-height: 1;
}
.page--blog .section--detail .block--comment .block--pager {
  margin-top: 1em;
}
.page--blog .section--detail .block--pager .detail__btn {
  margin: 0 0 -0.7em;
}
.page--blog .section--detail .block--pager .detail__btn .duplication {
  display: inline-block;
  white-space: nowrap;
  opacity: 1;
}
.page--blog.page--confirm .form--confirm dl {
  margin-bottom: 2em;
}
.page--blog.page--confirm .form--confirm dl dt {
  font-size: 80%;
  margin-bottom: 0.5em;
}
.page--blog.page--confirm .form--confirm dl dd {
  border-color: #1c1c1c;
}
.page--blog.page--complete .txt--basic {
  margin-bottom: 4em;
}

.page--profile.section--detail .section-tit {
  margin-bottom: 20px;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-size: min(90px, 12vw);
  text-align: center;
}
.page--profile.section--detail .artist-photo {
  width: 80%;
  margin: 0 auto;
}
.page--profile.section--detail .artist-photo .thumb {
  border: 1px solid #1c1c1c;
  border-radius: 10px;
  overflow: hidden;
}
.page--profile.section--detail .artist-photo .thumb img {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.page--profile.section--detail .block--txt {
  padding: 160px 10% 60px;
  margin-top: -100px;
  border-radius: 1.25em;
  background: rgba(255, 255, 255, 0.4);
}
.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--profile.section--detail .block--txt .list--sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #1c1c1c;
}
.page--profile.section--detail .block--txt .list--sns li {
  margin-bottom: 1.5em;
  margin-right: 2em;
  font-size: 11px;
}
.page--profile.section--detail .block--txt .list--sns li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}
.page--profile.section--detail .block--txt .list--sns li i,
.page--profile.section--detail .block--txt .list--sns li svg {
  margin-right: 0.5em;
}
.page--profile.section--detail .block--txt .list--sns li i {
  font-size: 1.7em;
}
.page--profile.section--detail .block--txt .list--sns li svg {
  width: 1.8em;
  height: 1.8em;
}

.page--archive .list--contents li .thumb {
  aspect-ratio: 4/3;
}

.page--birthday-message .section--detail .tit {
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #1c1c1c;
  font-size: 1.5em;
  font-weight: 500;
}
.page--birthday-message .section--detail .video {
  position: relative;
  z-index: 5;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  line-height: 1;
  margin: 1em 0;
  border-radius: 1.125em;
  border: 1px solid #1c1c1c;
}
.page--birthday-message .section--detail .txt--basic {
  padding-bottom: 1em;
  border-bottom: 1px solid #1c1c1c;
}

.page--support .block--txt {
  padding: 5%;
  border-radius: 1em;
  background: rgba(255, 255, 255, 0.6);
}
.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 dt {
  margin-bottom: 0.2em;
  font-weight: 600;
}
.page--support .list--support dd {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
  font-size: 0.875em;
}
.page--support .list--support dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page--support .txt + .list--support {
  margin-top: 1em;
}
.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;
}

.icon--required,
.required {
  display: inline-block;
  padding: 0.5em 1em;
  margin-left: 1em;
  border-radius: 999px;
  background: #bc4c25;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.page--faq .section--list .section-tit {
  margin-bottom: 1em;
  font-size: 2em;
  font-family: inherit;
}
.page--faq .searchBox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  border: 1px solid #1c1c1c;
  border-radius: 999px;
  overflow: hidden;
}
.page--faq .searchBox input[type=text] {
  border-radius: 0;
  width: 100%;
  border: none;
  background: none;
  font-size: 18px;
  padding: 0.5em 1.5em;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #1c1c1c;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  right: 0.5em;
  z-index: 2;
  cursor: pointer;
}
.page--faq .list--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 60px;
  padding: 30px;
  border-radius: 1.25em;
  background: rgba(255, 255, 255, 0.4);
}
.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: 1px solid #1c1c1c;
  border-radius: 999px;
  background: #fff;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
.page--faq .no-data {
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 4em 0;
}
.page--faq .tit--category {
  display: block;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1em;
  font-size: 1.25em;
  font-weight: 500;
}
.page--faq .tit--category::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 999px;
  background: #1c1c1c;
}
.page--faq .list--faq {
  margin: 0 0 5em;
}
.page--faq .list--faq li a {
  position: relative;
  z-index: 1;
  padding: 30px 0 30px 1.5em;
  border-bottom: 1px solid #1c1c1c;
}
.page--faq .list--faq li a .tit,
.page--faq .list--faq li a .txt {
  line-height: 1.4;
}
.page--faq .list--faq .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-style: italic;
}
.page--faq .section--detail .section-tit {
  font-weight: 500;
}
.page--faq .section--detail .section-tit .tit--category {
  font-size: 12px;
}
.page--faq .section--detail .section-tit .icon--q {
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-style: italic;
}
.page--faq .section--detail .block--txt {
  position: relative;
  z-index: 1;
  padding: 20px;
  margin-bottom: 60px;
  border-radius: 1.25em;
  background: rgba(255, 255, 255, 0.4);
}
.page--faq .section--detail .block--txt .icon--a {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-style: italic;
}
.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 .detail__btn {
  border-top: 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--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--questionnaire .wrap .content--main > section form input:not([type=submit]),
.page--questionnaire .wrap .content--main > section form textarea {
  border-radius: 5px;
}
.page--questionnaire .wrap .content--main > section form .form--post {
  margin: 2em auto;
  padding: 5%;
  border-radius: 1em;
  background: rgba(255, 255, 255, 0.6);
}
.page--questionnaire .wrap .content--main > section form .form--post dt {
  margin-top: 2.5em;
  font-weight: bold;
}
.page--questionnaire .wrap .content--main > section form .form--post dt:first-child {
  margin-top: 1.5em;
}
.page--questionnaire .wrap .content--main > section form .form--post dd {
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
}
.page--questionnaire .wrap .content--main > section form .form--post dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 1.5em;
}
.page--questionnaire .wrap .content--main > section form .form--post .form__select select {
  cursor: pointer;
  background: #fff;
}
.page--questionnaire .wrap .content--main > section form .form--post .form__select select option {
  color: #1c1c1c;
}
.page--questionnaire .wrap .content--main > section form .form--horizontal li {
  display: inline-block;
}
.page--questionnaire .wrap .content--main > section form .icon--required::before {
  content: "必須";
}
.page--questionnaire.confirm form {
  margin-top: 30px;
}
.page--questionnaire.confirm .form--confirm {
  margin: 2em auto;
  padding: 5%;
  border-radius: 1em;
  background: rgba(255, 255, 255, 0.6);
}
.page--questionnaire.confirm .form--confirm dt {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 12px;
  font-weight: bold;
}
.page--questionnaire.confirm .form--confirm dt:first-child {
  margin-top: 1em;
}
.page--questionnaire.confirm .form--confirm dd {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
}
.page--questionnaire.confirm .form--confirm dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 1em;
}
.page--questionnaire .txt--sub + .btn {
  margin-top: 0.5em;
}

.page--entry.section--detail .section-tit {
  margin: 10vh 0 7vh;
  margin: 10svh 0 7svh;
}
.page--entry.section--detail .section-tit img {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1.25em;
}
.page--entry.section--detail .block--lead {
  margin-bottom: 10vh;
  margin-bottom: 10svh;
}
.page--entry.section--detail .block--lead .tit {
  margin-bottom: 0.5em;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
}
.page--entry.section--detail .block--lead .txt {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  font-size: 1.25em;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}
.page--entry.section--detail .block--tit {
  margin-bottom: 0.2em;
  font-family: "fahkwang", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: min(3.75em, 12.8vw);
  text-align: center;
  line-height: 1;
}
.page--entry.section--detail .block--video {
  margin-bottom: 100px;
}
.page--entry.section--detail .block--video .video {
  border-radius: 1.125em;
  border: 1px solid #1c1c1c;
  overflow: hidden;
}
.page--entry.section--detail .block--contents {
  margin-bottom: 100px;
}
.page--entry.section--detail .block--contents .list--contents {
  padding: 60px 5%;
  border-radius: 1.125em;
  background: #1c1c1c;
  color: #E5E2CD;
}
.page--entry.section--detail .block--contents .list--contents li {
  width: 100%;
}
.page--entry.section--detail .block--contents .list--contents li:last-child {
  margin-bottom: 0;
}
.page--entry.section--detail .block--contents .list--contents li .tit {
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid rgba(229, 226, 205, 0.4);
  font-family: "fahkwang", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 2em;
  line-height: 1.2;
}
.page--entry.section--detail .block--contents .list--contents li:nth-child(2n) {
  transition-delay: 0s;
}
.page--entry.section--detail .block--specific-info {
  margin-bottom: 100px;
}
.page--entry.section--detail .block--specific-info dl {
  padding: 0 1.25em;
}
.page--entry.section--detail .block--specific-info dd + dt {
  margin-top: 40px;
}
.page--entry.section--detail .block--specific-info dt {
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #1c1c1c;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page--entry.section--detail .block--specific-info dd .txt {
  font-weight: 500;
}
.page--entry.section--detail .block--entry {
  margin-bottom: 100px;
}
.page--entry.section--detail .block--entry .block-tit {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page--entry.section--detail .block--entry .block--entry__link {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.page--entry.section--detail .block--entry .block--entry__link .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48%;
  padding: 40px;
  border-radius: 1.25em;
  background: rgba(255, 255, 255, 0.2);
}
.page--entry.section--detail .block--entry .block--entry__link .tit {
  margin-bottom: 1em;
}
.page--entry.section--detail .block--entry .block--entry__link .btn {
  width: 100%;
}
.page--entry.section--detail .block--entry .block--entry__link .btn a {
  width: 100%;
}
.page--entry.section--detail .block--entry .block--entry__link .btn + .btn {
  margin-top: 1em;
}

.page--stream .section-tit {
  margin-bottom: 20px;
  font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-size: min(90px, 10vw);
  text-align: center;
}
.page--stream .download {
  padding: 1em 0 0;
}
.page--stream .download .inner {
  margin-bottom: 2em;
}
.page--stream .download .inner .txt--sub {
  text-align: center;
}
.page--stream .download .btn--main {
  margin-top: 4px;
}
.page--stream .download .app-download {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.page--stream .download .dl-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2em;
}
.page--stream .download .dl-list li {
  height: 50px;
  padding: 0 10px;
}
.page--stream .download .dl-list li a {
  display: block;
  height: 100%;
}
.page--stream .download .dl-list li a img {
  height: 100%;
  max-height: 13vw;
  max-width: none;
}
.page--stream .download .link a {
  letter-spacing: normal;
}
.page--stream .tit {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #1c1c1c;
  font-size: 1.125em;
  font-weight: 500;
}
.page--stream .txt {
  margin-bottom: 2em;
}
.page--stream .methodList .txt,
.page--stream .adjustList .txt {
  font-size: 14px;
  line-height: 1.6;
}
.page--stream .methodList {
  display: flex;
  margin-bottom: 40px;
}
.page--stream .methodList .methodList-item {
  width: 21.25%;
  margin-right: 5%;
  position: relative;
}
.page--stream .methodList .methodList-item:last-of-type {
  margin-right: 0;
}
.page--stream .methodList .methodList-item.last {
  display: inline-block;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
}
.page--stream .methodList .methodList-item .fa {
  position: absolute;
  top: 39%;
  right: -15%;
  font-size: 2em;
  color: #595959;
}
.page--stream .adjust {
  margin-top: 100px;
  padding-bottom: 100px;
}
.page--stream .adjust .adjustList {
  display: flex;
}
.page--stream .adjust .adjustList .adjustList-item {
  width: 32%;
  margin-right: 2%;
}
.page--stream .adjust .adjustList .adjustList-item:last-of-type {
  margin-right: 0;
}
.page--stream .adjust .adjustList .adjustList-item img {
  margin-bottom: 3px;
}
.page--stream .adjust .adjustList .adjustList-item .tit {
  margin-bottom: 25px;
  font-size: 1em;
  text-align: center;
  line-height: 1;
}
.page--stream .attention {
  padding: 60px 5%;
  border-radius: 1.25em;
  background: rgba(255, 255, 255, 0.4);
}
.page--stream .attention .tit {
  font-size: 18px;
  font-weight: bold;
  margin-top: 60px;
}
.page--stream .attention .tit:first-of-type {
  margin-top: 0;
}
.page--stream .attention dt {
  margin-bottom: 0.2em;
}
.page--stream .attention dd {
  margin-bottom: 1em;
}
.page--stream .attention li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-decoration: underline;
}
.page--stream .attention li + li {
  margin-top: 0.5em;
}

/* page--error
------------------------------ */
.page--error .section--detail {
  padding-left: 5vw;
  padding-right: 5vw;
}
.page--error .section--detail .tit {
  font-weight: 500;
  margin-bottom: 4vw;
  font-size: 5vw;
}
.page--error .section--detail .txt {
  line-height: 1.8;
}
.page--error .section--detail .txt + .btn {
  margin-top: 0.5em;
}

.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;
}
.content--main > form input[type=submit] {
  position: relative;
  z-index: 1;
  min-width: 280px;
  max-width: 90vw;
  margin: 0 auto;
  padding: 1.2em 2em;
  border: 1px solid #1c1c1c;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  transition: 0.3s;
  overflow: hidden;
  background: #1c1c1c;
  color: #E5E2CD;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .block--pager .pager__other--list li a,
  .block--pager .pager__other--list li span {
    transition: 0.3s;
  }
  .block--pager .pager__other--list li a:hover,
  .block--pager .pager__other--list li span:hover {
    border-color: #1c1c1c;
  }
  .block--pager .pager__item--newer a svg path,
  .block--pager .pager__item--older a svg path {
    transition: 0.3s;
  }
  .block--pager .pager__item--newer a:hover svg .arrow_b,
  .block--pager .pager__item--older a:hover svg .arrow_b {
    transform: translateX(15%);
  }
  .swiper-button-prev svg path,
  .swiper-button-next svg path {
    transition: 0.3s;
  }
  .swiper-button-prev:hover svg .arrow_b,
  .swiper-button-next:hover svg .arrow_b {
    transform: translateX(15%);
  }
  .btn--main::before,
  .btn--sub::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    transition: 0.3s;
  }
  .btn--main:hover::before,
  .btn--sub:hover::before {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .btn--main::before {
    background: #E5E2CD;
  }
  .btn--main:hover {
    color: #1c1c1c;
  }
  input.btn--main:hover {
    color: #1c1c1c;
    background: #E5E2CD;
  }
  .btn--sub::before {
    background: #1c1c1c;
  }
  .btn--sub:hover {
    color: #E5E2CD;
  }
  input.btn--sub:hover {
    color: #E5E2CD;
    background-color: #1c1c1c;
  }
  .list--contents {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .list--contents li {
    width: 48%;
    margin-bottom: 60px;
  }
  .list--contents li:nth-child(2n) {
    transition-delay: 0.1s;
  }
  .list--information li a {
    transition: 0.3s;
  }
  .list--information li a:hover {
    transform: translateX(-10px);
  }
  .list--information li a .block--date {
    min-width: 12em;
  }
  .list--information li a .block--txt {
    min-width: calc(100% - 12em - 40px);
  }
  .list--information li a .block--txt .tit {
    -webkit-line-clamp: 1;
    max-height: 1em;
    line-height: 1;
  }
  .list--information li.new::before {
    left: 0;
  }
  .list--schedule {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
  }
  .list--schedule li {
    width: calc((100% - 60px) / 3);
  }
  .list--schedule li:nth-child(3n) {
    margin-right: 0;
  }
  .list--schedule li a {
    height: 100%;
    transition: 0.3s;
  }
  .list--schedule li a:hover {
    transform: translateY(-10px);
  }
  .list--video {
    display: flex;
    flex-wrap: wrap;
  }
  .list--video li {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  .list--video li:nth-child(2n) {
    margin-right: 0;
    transition-delay: 0.1s;
  }
  .list--video li a {
    transition: 0.3s;
  }
  .list--video li a:hover {
    transform: translateY(-10px);
  }
  .list--discography {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 8%;
         column-gap: 8%;
    padding-top: 30px;
  }
  .list--discography li {
    width: 46%;
    margin-bottom: min(8vw, 80px);
  }
  .list--discography li:nth-child(2n) {
    transition-delay: 0.1s;
  }
  .list--discography li a .block--text {
    transition: 0.6s;
  }
  .list--discography li a:hover .block--text {
    transform: translateX(10px);
  }
  .list--discography li a:hover .block--text .bg {
    transform: rotate(3600deg);
  }
  .header .logo {
    transition: 0.3s;
  }
  .header .logo:hover {
    opacity: 0.7;
  }
  .drawer__btn:hover::before, .drawer__btn:hover::after {
    transform: translateY(-1.5em);
  }
  .drawer .g-nav .nav--official .nav--contents__list li,
  .drawer .g-nav .nav--fc .nav--contents__list li {
    min-width: 300px;
  }
  .drawer .g-nav .nav--official .nav--contents__list li.blank a svg path,
  .drawer .g-nav .nav--fc .nav--contents__list li.blank a svg path {
    transition: 0.3s;
  }
  .drawer .g-nav .nav--official .nav--contents__list li.blank a:hover svg .arrow_b,
  .drawer .g-nav .nav--fc .nav--contents__list li.blank a:hover svg .arrow_b {
    transform: translateX(15%);
  }
  .footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    padding: 5vw;
  }
  .footer .footer--logo {
    position: absolute;
    top: 5vw;
    left: 5vw;
    z-index: 10;
    width: 30vw;
    max-width: 150px;
  }
  .footer .nav--support__sns {
    margin-bottom: 2em;
  }
  .footer .nav--support__sns li a {
    transition: 0.3s;
  }
  .footer .nav--support__sns li a:hover {
    opacity: 0.5;
  }
  .footer .block--support {
    display: flex;
  }
  .footer .block--support ul {
    margin-right: 3em;
  }
  .footer .block--support ul:last-child {
    margin-right: 0;
  }
  .footer .block--support ul li:last-child {
    margin-bottom: 0;
  }
  .footer .copyright {
    position: absolute;
    bottom: 5vw;
    left: 5vw;
    z-index: 10;
  }
  .page--home .area--fc .section--login .list--login li a,
  .drawer .g-nav .nav--fc .nav--login li a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
  }
  .page--home .area--fc .section--login .list--login li a::before,
  .drawer .g-nav .nav--fc .nav--login li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    background: #1c1c1c;
    transition: 0.3s;
  }
  .page--home .area--fc .section--login .list--login li a .login--arrow,
  .page--home .area--fc .section--login .list--login li a .login--arrow::before,
  .drawer .g-nav .nav--fc .nav--login li a .login--arrow,
  .drawer .g-nav .nav--fc .nav--login li a .login--arrow::before {
    transition: 0.3s;
  }
  .page--home .area--fc .section--login .list--login li a:hover,
  .drawer .g-nav .nav--fc .nav--login li a:hover {
    color: #E5E2CD;
  }
  .page--home .area--fc .section--login .list--login li a:hover .login--arrow,
  .drawer .g-nav .nav--fc .nav--login li a:hover .login--arrow {
    color: #1c1c1c;
  }
  .page--home .area--fc .section--login .list--login li a:hover .login--arrow::before,
  .drawer .g-nav .nav--fc .nav--login li a:hover .login--arrow::before {
    background: #E5E2CD;
  }
  .page--home .area--fc .section--login .list--login li a:hover::before,
  .drawer .g-nav .nav--fc .nav--login li a:hover::before {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  a:hover .view_detail {
    opacity: 1;
  }
  .duplication {
    display: block;
    height: 1.4em;
    overflow: hidden;
  }
  .duplication > p {
    display: block;
    margin: 0.2em 0;
    transition: 0.3s cubic-bezier(0.8, 0.1, 0.5, 0.9);
  }
  .duplication > p:first-child {
    margin-bottom: 0.5em;
  }
  .duplication:hover > p {
    transform: translateY(-1.5em);
  }
  .section--list .block--category li a:hover,
  .section--list .block--category li label span:hover,
  .section--list .block--category .list--sort li a:hover,
  .section--list .block--category .list--sort li label span:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .section--list .block--category li.current a:hover,
  .section--list .block--category :checked ~ span.category:hover,
  .section--list .block--category .list--sort li.current a:hover,
  .section--list .block--category .list--sort :checked ~ span.category:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .section--detail .block--share a {
    transition: 0.3s;
  }
  .section--detail .block--share a:hover {
    opacity: 0.5;
  }
  .page--member .section--list .list--contents li img {
    transition: 0.3s;
  }
  .page--member .section--list .list--contents li a:hover img {
    transform: scale(1.1);
  }
  .page--home .wovn-languages {
    right: auto;
    left: 30px;
  }
  .page--home .section--hero .mainvisual--img {
    height: min(60vw, 110vh);
  }
  .page--home .scrolldown {
    position: absolute;
    bottom: 5vh;
    right: -5vw;
    z-index: 10;
    width: 33vw;
    overflow: hidden;
  }
  .page--home .scrolldown svg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .page--home .scrolldown .char {
    position: absolute;
    font-size: 18px;
    animation: moveAlongPath 10s linear infinite;
  }
  .page--home .section--banner {
    position: relative;
    z-index: 1;
    width: 80vw;
    max-width: 1200px;
    min-width: 860px;
    margin: -5vh auto 5vh;
  }
  .page--home .section--banner .swiper-pagination {
    position: static;
    margin-top: 20px;
  }
  .page--home .section--banner .swiper-button-prev {
    left: calc(-20px - 2em);
  }
  .page--home .section--banner .swiper-button-next {
    right: calc(-20px - 2em);
  }
  .page--home .section--banner li a img {
    transition: 0.3s;
  }
  .page--home .section--banner li a:hover img {
    transform: scale(1.1);
  }
  .page--home .section--banner #listBanner.single {
    width: 40%;
    margin: 0 auto;
  }
  .page--home .section--banner #listBanner.double {
    width: 70%;
    margin: 0 auto;
  }
  .page--home .section--banner #listBanner.double .list--bnr {
    justify-content: space-between;
  }
  .page--home .section--banner #listBanner.double li {
    width: calc((100% - 30px) / 2);
  }
  .page--home .area--official {
    width: 80vw;
    max-width: 1200px;
    min-width: 860px;
    margin: 0 auto;
    padding-top: 60px;
  }
  .page--home .area--official .tit-wrap {
    margin-bottom: 3em;
  }
  .page--home .area--official .tit-wrap .section-tit {
    margin-right: 40px;
    font-size: 5.625em;
  }
  .page--home .area--official .list__more {
    margin-bottom: 0.3em;
    font-size: 1.25em;
  }
  .page--home .area--official .list__more svg path {
    transition: 0.3s;
  }
  .page--home .area--official .list__more:hover svg .arrow_b {
    transform: translateX(15%);
  }
  .page--home .area--official section {
    margin-bottom: 150px;
  }
  .page--home .area--official .section--video {
    margin-right: min(-10vw, (-100vw + 1200px) / 2);
    margin-bottom: 200px;
  }
  .page--home .area--official .section--video #listVideo {
    width: 100%;
    height: min(29vw, (1200px + 51vw - 600px) * 0.3);
    margin: 0;
  }
  .page--home .area--official .section--video .swiper,
  .page--home .area--official .section--video .list--video {
    overflow: visible;
    width: 50%;
    margin: 0;
  }
  .page--home .area--official .section--video .list--video {
    align-items: baseline;
  }
  .page--home .area--official .section--video .list--video li {
    transition: 0.3s;
    padding: 28% 25% 0;
    height: min(29vw, (1200px + 51vw - 600px) * 0.3);
  }
  .page--home .area--official .section--video .list--video .swiper-slide {
    margin: 0 !important;
  }
  .page--home .area--official .section--video .list--video .swiper-slide.swiper-slide-active {
    margin: 0 30px 0 0 !important;
    padding: 0;
  }
  .page--home .area--official .section--video .list--video .swiper-slide.swiper-slide-prev {
    margin: 0 calc(-25% + 30px) 0 25% !important;
  }
  .page--home .area--official .section--video .list--video .swiper-slide.swiper-slide-next {
    margin: 0 0 0 -25% !important;
  }
  .page--home .area--official .section--video .list--video .swiper-slide-next + .swiper-slide {
    margin: 0 75% 0 calc(-50% + 30px) !important;
  }
  .page--home .area--official .section--video .list--video .swiper-slide + .swiper-slide-prev {
    margin: 0 calc(-25% + 30px) 0 calc(25% + 30px) !important;
  }
  .page--home .area--official .section--video .swiper-button-wrap {
    position: absolute;
    top: 0;
    left: calc(150% - 5em);
    z-index: 10;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--home .area--official .section--video .swiper-button-wrap .swiper-button-prev,
  .page--home .area--official .section--video .swiper-button-wrap .swiper-button-next {
    width: 2.3em;
    height: 2.3em;
  }
  .page--home .area--official .section--video .swiper-button-wrap .swiper-button-prev::after,
  .page--home .area--official .section--video .swiper-button-wrap .swiper-button-next::after {
    display: none;
  }
  .page--home .area--official .section--video .swiper-button-wrap .swiper-button-prev svg {
    transform: rotate(-180deg);
  }
  .page--home .area--fc > section .block--item img {
    transition: 0.3s;
  }
  .page--home .area--fc > section .block--item a:hover img {
    transform: scale(1.1);
  }
  .page--home .area--fc > section .btn__pop {
    transition: 0.3s;
  }
  .page--home .area--fc > section a:hover .btn__pop {
    transform: scale(1.05);
  }
  .page--home .area--fc .list__more > span {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transition: 0.6s;
  }
  .page--home .area--fc .list__more:hover > span {
    animation: clipLR 1s ease-in-out forwards;
  }
  .page--home .area--fc .section--login {
    padding: 120px 5%;
  }
  .page--home .area--fc .section--login .logo {
    width: 65%;
  }
  .page--home .area--fc .section--stream {
    margin: 100px auto;
  }
  .page--home .area--fc .section--stream .block--item {
    width: max(45vw, 600px);
  }
  .page--home .area--fc .section--blog {
    width: 80vw;
    margin: 0 auto 40px;
  }
  .page--home .area--fc .section--blog .section-tit {
    text-align: right;
  }
  .page--home .area--fc .section--blog .block--item {
    width: max(40vw, 500px);
    margin: 0 0 0 auto;
  }
  .page--home .area--fc .section--blog .block--item .no-login:hover .thumb img:not(.blank) {
    transform: scale(1.6);
  }
  .page--home .area--fc .section--radio {
    width: 80vw;
    margin: 0 auto 80px;
  }
  .page--home .area--fc .section--radio .block--item {
    width: max(55vw, 700px);
  }
  .page--home .area--fc .section--movie {
    width: 80vw;
    margin: 0 auto 80px;
  }
  .page--home .area--fc .section--movie .section-tit {
    text-align: right;
  }
  .page--home .area--fc .section--movie .block--item {
    width: max(40vw, 500px);
    margin: 0 0 0 auto;
  }
  .page--home .area--fc .section--photo {
    width: 80vw;
    margin: -10vw auto 0;
  }
  .page--home .area--fc .section--photo .block--item {
    width: max(30vw, 400px);
  }
  .page--home .area--fc .section--photo .block--item img {
    line-height: 1;
    overflow: hidden;
    aspect-ratio: 1/1;
  }
  .page--home .area--fc .section--photo .block--item .no-login:hover .thumb img {
    transform: scale(1.6);
  }
  .page--home .area--fc .section--omikuji {
    width: 80vw;
    margin: 0 auto 200px;
  }
  .page--home .area--fc .section--omikuji .section-tit {
    text-align: right;
  }
  .page--home .area--fc .section--omikuji .block--item {
    width: max(45vw, 550px);
    margin: 0 0 0 auto;
  }
  .page--home.open .section--hero .mainvisual--img {
    width: min(60vw, 110vh);
  }
  .page--info .section--detail .block--tit {
    display: flex;
    padding: 20px 0;
  }
  .page--info .section--detail .block--tit .block--date::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: #1c1c1c;
  }
  .page--info .section--detail .block--txt {
    padding: 60px 30px;
  }
  .page--schedule .section--list .block--month .month-pager .month-pager--prev a svg path,
  .page--schedule .section--list .block--month .month-pager .month-pager--next a svg path {
    transition: 0.3s;
  }
  .page--schedule .section--list .block--month .month-pager .month-pager--prev a:hover svg .arrow_b,
  .page--schedule .section--list .block--month .month-pager .month-pager--next a:hover svg .arrow_b {
    transform: translateX(15%);
  }
  .page--schedule .calendar .header-week {
    display: flex;
  }
  .page--schedule .calendar .header-week > div {
    width: calc(14.2857142857% - 1px);
    padding-bottom: 5px;
    border-bottom: 1px solid #1c1c1c;
    font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 13px;
    text-align: center;
  }
  .page--schedule .calendar .header-week > div:nth-child(6) {
    color: #1064c4;
  }
  .page--schedule .calendar .header-week > div:nth-child(7) {
    color: #C3562C;
  }
  .page--schedule .calendar .calendar-wrap .week {
    display: flex;
  }
  .page--schedule .calendar .calendar-wrap .week .cell {
    width: calc(14.2857142857% - 1px);
    min-height: 100px;
    padding: 0 0.8em 0.5em;
    border-right: 1px solid #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.3s;
  }
  .page--schedule .calendar .calendar-wrap .week .cell:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .page--schedule .calendar .calendar-wrap .week .cell:nth-child(1) {
    border-left: 1px solid #1c1c1c;
  }
  .page--schedule .calendar .calendar-wrap .week .cell .date {
    margin-left: -0.2em;
    font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 0.95em;
  }
  .page--schedule .calendar .calendar-wrap .week .cell.saturday .date {
    color: #1064c4;
  }
  .page--schedule .calendar .calendar-wrap .week .cell.holiday .date {
    color: #C3562C;
  }
  .page--schedule .calendar .calendar-wrap .week .cell .list__txt a {
    margin-bottom: 1em;
    transform-origin: left bottom;
    transition: 0.3s;
  }
  .page--schedule .calendar .calendar-wrap .week .cell .list__txt a .tit {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 4.2em;
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1.4em;
  }
  .page--schedule .calendar .calendar-wrap .week .cell .list__txt a:hover {
    transform: scale(1.03);
  }
  .page--schedule .calendar .calendar-wrap .week .cell .category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3em 1em;
    margin-bottom: 0.5em;
    margin-left: -0.2em;
    border-radius: 999px;
    border: 1px solid #1c1c1c;
    background: rgba(255, 255, 255, 0.4);
    font-family: "fagun", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 1;
  }
  .page--schedule .calendar .calendar-wrap .week .cell .category.cat--5 {
    background: #CE7C5C;
  }
  .page--schedule .calendar .calendar-wrap .week .cell .category.cat--6 {
    background: #E3BF5F;
  }
  .page--schedule .calendar .calendar-wrap .week .cell .category.cat--7 {
    background: #4DBCC7;
  }
  .page--schedule .calendar .calendar-wrap .week .cell .category.cat--8 {
    background: #42B18E;
  }
  .page--schedule .calendar .calendar-wrap .week .cell .category.cat--9 {
    background: #F2F0E6;
  }
  .page--disco:has(.section--detail) .wrap {
    overflow: visible;
  }
  .page--disco .section--detail .area--disco-detail {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  .page--disco .section--detail .area--disco-detail #listJacket {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 50%;
  }
  .page--disco .section--detail .area--disco-detail .block--detail {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 30px;
  }
  .page--disco .section--detail .area--disco-detail .block--detail > *:last-child {
    flex-grow: 1;
  }
  .page--profile.section--detail .block--txt .list--sns li a {
    line-height: 1;
  }
  .page--movie.new-movie .section--detail .section--inner .list--contents {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .page--movie.new-movie .section--detail .section--inner .list--contents li {
    width: 48%;
    margin-bottom: 60px;
  }
  .page--movie.new-movie .section--detail .section--inner .list--contents li a img {
    transition: 0.3s;
  }
  .page--movie.new-movie .section--detail .section--inner .list--contents li a:hover img {
    transform: scale(1.1);
  }
  .page--movie.new-movie .section--detail .section--inner .area--movie .video-js:not(.vjs-fullscreen) .vjs-big-play-button {
    margin-left: -0.5em;
    left: 50%;
    transform: translateX(-50%);
  }
  .page--movie.new-movie .section--detail .section--inner .area--movie .video-js:not(.vjs-fullscreen) .vjs-play-control {
    top: calc(-50% - 7.5em);
    width: 2em;
    height: 2em;
    margin-left: -1em;
    font-size: 3em;
  }
  .page--blog .section--list .list--contents {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .page--blog .section--list .list--contents li {
    width: 30%;
    margin-bottom: 60px;
  }
  .page--blog .section--list .list--contents.no-login li a:hover .thumb img:not(.blank) {
    transform: scale(1.6);
  }
  .page--photo .section--list .list--contents {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .page--photo .section--list .list--contents li {
    width: 30%;
    margin-bottom: 60px;
  }
  .page--photo .section--list .list--contents li:nth-child(3n) {
    transition-delay: 0.2s;
  }
  .page--photo .section--list .list--contents li:nth-child(3n-1) {
    transition-delay: 0.1s;
  }
  .page--archive .list--contents li a img {
    transition: 0.3s;
  }
  .page--archive .list--contents li a:hover img {
    transform: scale(1.1);
  }
  .page--support .txt--link {
    transition: 0.3s;
  }
  .page--support .txt--link:hover {
    opacity: 0.5;
  }
  .page--faq .list--tag li a {
    transition: 0.3s;
  }
  .page--faq .list--tag li a:hover {
    background: transparent;
  }
  .page--faq .list--faq li a {
    transition: 0.3s;
  }
  .page--faq .list--faq li a:hover {
    transform: translateX(-10px);
  }
  .block--contact .txt--link a {
    transition: 0.3s;
  }
  .block--contact .txt--link a:hover {
    opacity: 0.5;
  }
  .page--questionnaire .input--half {
    width: 50%;
  }
  .page--questionnaire input[type=email] {
    width: 75%;
  }
  .page--questionnaire .input--quarter {
    width: 25%;
  }
  .page--questionnaire .btn--sub::before {
    display: none;
  }
  .page--questionnaire .btn--sub:hover {
    color: #E5E2CD;
    background-color: #1c1c1c;
  }
  .page--error .section--detail .txt {
    text-align: center;
  }
  .content--main > form input[type=submit] {
    transition: 0.3s;
  }
  .content--main > form input[type=submit]:hover {
    color: #1c1c1c;
    background: #E5E2CD;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  /* select */
  .form__select select {
    padding: 0.8em 2em 0.8em 0.8em;
  }
  .form__select::after {
    right: 1em;
  }
  .list--contents li {
    margin-bottom: 30px;
  }
  .list--information li a .block--date {
    min-width: 5.3em;
    padding: 10px 10px;
  }
  .list--information li a .block--date .date {
    display: flex;
    flex-direction: column;
  }
  .list--information li a .block--date .date span.md {
    margin: 2px 0;
  }
  .list--information li a .block--date .date span.year {
    margin-left: 0.1em;
  }
  .list--information li a .block--txt {
    min-width: calc(100% - 5.3em - 30px);
    padding: 10px 15px;
  }
  .list--information li a .block--txt .tit {
    -webkit-line-clamp: 2;
    max-height: 3.2em;
    line-height: 1.6;
  }
  .list--information li.new::before {
    right: 0;
  }
  .list--schedule li {
    margin-bottom: 25px;
  }
  .list--schedule li .block--date {
    justify-content: flex-start;
  }
  .list--schedule li .block--date .year {
    font-size: min(1.21em, 4.35vw);
  }
  .list--schedule li .block--date .mdw {
    font-size: min(2.428em, 7.7vw);
  }
  .list--schedule li .block--date .week {
    font-size: min(13px, 3vw);
  }
  .list--schedule li .block--date svg {
    width: min(12vw, 70px);
  }
  .list--schedule li.new::before {
    padding: 0.3em 1.2em 0;
  }
  .list--discography li {
    margin-bottom: 60px;
  }
  .list--discography li.delighter.started a .block--text .bg {
    transform: rotate(360deg);
  }
  .list--discography li a .thumb {
    width: 58%;
  }
  .list--discography li a .block--text {
    top: 5px;
    width: calc(58% - 10px);
  }
  .list--discography li a .block--text .bg {
    transition: 3s ease-in-out;
  }
  .list--discography li a .block--text .inner {
    left: 30%;
    width: 60%;
  }
  .header .logo a {
    width: 35vw;
    max-width: 120px;
    padding: 15px;
  }
  .drawer__btn {
    top: 15px;
    right: 15px;
    height: auto;
  }
  .drawer__btn::before {
    margin-bottom: 0;
  }
  .drawer__btn::after {
    display: none !important;
  }
  .drawer {
    top: 5px;
    right: 5px;
    width: calc(100vw - 10px);
    max-width: 500px;
    overflow: hidden;
  }
  .drawer .inner {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 10px);
    max-height: calc(100dvh - 10px);
  }
  .drawer .g-nav {
    flex-direction: column;
  }
  .drawer .g-nav .nav--official {
    width: 100%;
  }
  .drawer .g-nav .nav--official,
  .drawer .g-nav .nav--fc {
    padding: 60px 40px 50px;
  }
  .drawer-visible {
    overflow: hidden;
  }
  .wovn-languages {
    right: calc(15px + 7em);
    top: 17px;
  }
  .wovn-languages::before {
    margin-top: -0.45em;
  }
  .wovn-languages.visible::before {
    margin-top: -0.2em;
  }
  .footer .inner {
    position: relative;
    z-index: 1;
    padding: 3em 5vw;
  }
  .footer .footer--logo {
    position: absolute;
    top: 3em;
    right: 5vw;
    z-index: 10;
    width: 30vw;
    max-width: 100px;
  }
  .footer .nav--support__sns {
    margin-bottom: 1.5em;
  }
  .footer .nav--support-tit {
    position: relative;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1em;
    padding-right: 1.5em;
    font-size: 1.025em;
  }
  .footer .nav--support-tit::before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    position: absolute;
    top: 50%;
    right: 0.2em;
    transform: rotate(45deg);
    z-index: 10;
    margin-top: -0.45em;
    border: 0px;
    border-bottom: solid 2px #E5E2CD;
    border-right: solid 2px #E5E2CD;
    cursor: pointer;
    transition: 0.3s;
  }
  .footer .block--support ul {
    display: none;
  }
  .updated {
    width: 4em;
    height: 4em;
  }
  .section--list {
    padding: 100px 5vw 60px;
  }
  .section--list .block--category,
  .section--list .block--category .list--sort {
    margin-bottom: 30px;
  }
  .section--detail {
    padding: 100px 5vw 60px;
  }
  .page--member .wrap .loop--text {
    width: min(10.7em, 38vw);
    font-size: min(10.7em, 38vw);
  }
  .page--member .section--list .section-tit {
    font-size: min(4.3em, 15.4vw);
  }
  .page--home #loading .loading--logo {
    width: 50vw;
  }
  .page--home .wovn-languages {
    right: auto;
    left: 15px;
  }
  .page--home .section--hero {
    padding-top: 110px;
  }
  .page--home .section--hero .mainvisual--logo {
    top: 130px;
    width: min(45vw, 200px);
  }
  .page--home .section--hero .mainvisual--img {
    height: min(90vw, 600px);
    margin-top: 45px;
  }
  .page--home .section--hero .hero--wave {
    top: 110px;
    transform: translateX(-50%);
  }
  .page--home .section--hero .hero--wave svg {
    height: max(110vw, 60vh);
    height: max(110vw, 60svh);
    width: auto;
  }
  .page--home .section--banner {
    margin-top: 20px;
    margin-bottom: 10vh;
    margin-bottom: 10lvh;
  }
  .page--home .section--banner .swiper-button-wrap {
    display: flex;
    justify-content: space-between;
    width: min(80vw, 400px);
    margin: 20px auto 0;
  }
  .page--home .section--banner .swiper-button-wrap .swiper-pagination {
    position: static;
  }
  .page--home .section--banner .swiper-button-wrap .swiper-button-prev,
  .page--home .section--banner .swiper-button-wrap .swiper-button-next {
    position: static;
    width: 2.5em;
    margin-top: 0;
  }
  .page--home .section--banner .swiper-button-wrap .swiper-button-next svg {
    transform: translateY(0.2em);
  }
  .page--home .section--banner #listBanner.single {
    width: min(90vw, 600px);
    margin: 0 auto;
  }
  .page--home .area--official {
    width: 90vw;
    max-width: 600px;
    margin: 0 auto;
  }
  .page--home .area--official .tit-wrap {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .page--home .area--official .tit-wrap .section-tit {
    margin-right: 0.5em;
    font-size: min(4.285em, 12.7vw);
  }
  .page--home .area--official .list__more {
    margin: 0.5em 0 0.3em auto;
    font-size: min(1.15em, 4.1vw);
  }
  .page--home .area--official .list__more svg {
    width: 1.8em;
    height: 1.8em;
    transform: rotate(-45deg) translateY(0.55em);
    margin-left: 0.1em;
  }
  .page--home .area--official section {
    margin-bottom: 100px;
  }
  .page--home .area--official .section--video {
    margin-bottom: 150px;
  }
  .page--home .area--official .section--video #listVideo {
    height: min(51vw, (600px + 50vw - 300px) * 0.5);
    margin-right: min(-5vw, (-100vw + 600px) / 2);
  }
  .page--home .area--official .section--video .swiper,
  .page--home .area--official .section--video .list--video {
    overflow: visible;
  }
  .page--home .area--official .section--video .list--video li {
    padding: 6% 5% 0;
    height: min(51vw, (600px + 50vw - 300px) * 0.5);
    transition: 0.3s;
  }
  .page--home .area--official .section--video .list--video .swiper-slide {
    margin: 0 !important;
  }
  .page--home .area--official .section--video .list--video .swiper-slide.swiper-slide-active {
    margin: 0 20px 0 0 !important;
    padding: 0;
  }
  .page--home .area--official .section--video .list--video .swiper-slide.swiper-slide-prev {
    margin: 0 calc(-5% + 20px) 0 calc(5% + 10px) !important;
  }
  .page--home .area--official .section--video .list--video .swiper-slide.swiper-slide-next {
    margin: 0 0 0 -5% !important;
  }
  .page--home .area--official .section--video .list--video .swiper-slide-next + .swiper-slide {
    margin: 0 15% 0 calc(-10% + 20px) !important;
  }
  .page--home .area--official .section--video .list--video .swiper-slide + .swiper-slide-prev {
    margin: 0 calc(-5% + 20px) 0 calc(-5% + 10px) !important;
  }
  .page--home .area--official .section--video .swiper-button-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px 0 0 auto;
    padding-right: max(5vw, (100vw - 600px) / 2);
  }
  .page--home .area--official .section--video .swiper-button-wrap .swiper-button-prev,
  .page--home .area--official .section--video .swiper-button-wrap .swiper-button-next {
    width: 1.8em;
    height: 1.8em;
    transform: translateY(0.2em);
  }
  .page--home .area--official .section--video .swiper-button-wrap .swiper-button-prev::after,
  .page--home .area--official .section--video .swiper-button-wrap .swiper-button-next::after {
    display: none;
  }
  .page--home .area--official .section--video .swiper-button-wrap .swiper-button-prev svg {
    transform: rotate(-180deg) translateY(-0.1em);
  }
  .page--home .area--official .section--video .swiper-button-wrap .swiper-pagination {
    font-size: 1.285em;
  }
  .page--home .area--fc > section .section-tit {
    font-size: min(3.75em, 12.8vw);
  }
  .page--home .area--fc > section .block--txt {
    font-size: 1em;
  }
  .page--home .area--fc > section .block--txt .tit {
    font-size: 1em;
  }
  .page--home .area--fc > section .block--txt .date {
    font-size: 0.75em;
  }
  .page--home .area--fc > section .btn__pop {
    font-size: min(1em, 3vw);
  }
  .page--home .area--fc .section--login {
    padding: 60px 5% 50px;
  }
  .page--home .area--fc .section--login .logo {
    width: min(90vw, 500px);
  }
  .page--home .area--fc .section--login .list--login li a {
    font-size: 1.14em;
  }
  .page--home .area--fc .section--stream {
    width: 90vw;
    margin: 60px auto;
  }
  .page--home .area--fc .section--stream .section-tit {
    font-size: min(2.57em, 9.2vw);
  }
  .page--home .area--fc .section--stream .block--item {
    width: min(80vw, 600px);
  }
  .page--home .area--fc .section--blog {
    width: 95vw;
    margin: 0 auto 100px;
  }
  .page--home .area--fc .section--blog .section-tit {
    text-align: right;
  }
  .page--home .area--fc .section--blog .block--item {
    width: min(75vw, 500px);
    margin: 0 0 0 auto;
  }
  .page--home .area--fc .section--radio {
    width: 95vw;
    margin: 0 auto 100px;
  }
  .page--home .area--fc .section--radio .block--item {
    width: min(85vw, 700px);
  }
  .page--home .area--fc .section--movie {
    width: 95vw;
    margin: 0 auto 100px;
  }
  .page--home .area--fc .section--movie .section-tit {
    text-align: right;
  }
  .page--home .area--fc .section--movie .block--item {
    width: min(75vw, 500px);
    margin: 0 0 0 auto;
  }
  .page--home .area--fc .section--photo {
    width: 90vw;
    margin: 0 auto 100px;
  }
  .page--home .area--fc .section--photo .block--item {
    width: min(60vw, 400px);
  }
  .page--home .area--fc .section--omikuji {
    width: 90vw;
    margin: 0 auto 200px;
  }
  .page--home .area--fc .section--omikuji .section-tit {
    text-align: center;
  }
  .page--home .area--fc .section--omikuji .block--item {
    width: min(100%, 600px);
    margin: 0 auto;
  }
  .page--home .area--fc .section--omikuji .block--item .item {
    margin-left: -5vw;
  }
  .page--home .area--fc .section--omikuji .btn__pop {
    right: 0;
  }
  .page--home.open .section--hero .mainvisual--img {
    width: min(90vw, 600px);
  }
  .page--info .section--detail .block--tit {
    padding: 10px 0;
  }
  .page--info .section--detail .block--tit .block--date {
    padding: 10px 5% 0;
  }
  .page--info .section--detail .block--tit .tit {
    padding: 10px 5%;
  }
  .page--info .section--detail .block--txt {
    padding: 40px 10px;
  }
  .page--schedule .section--list .section-tit {
    margin-bottom: 30px;
  }
  .page--schedule .section--list .block--month {
    margin-bottom: 30px;
  }
  .page--schedule .section--list .block--month .tit {
    font-size: min(4.16em, 12.8vw);
  }
  .page--schedule .section--list .block--month .month-pager {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 0.5em;
    width: min(20em, 50vw);
    font-size: min(1em, 3.5vw);
  }
  .page--schedule .section--list .block--month .month-pager .month-pager--prev {
    margin-right: 20px;
  }
  .page--schedule .section--list .block--month .month-pager .month-pager--next {
    margin: 0 0 0 auto;
  }
  .page--schedule .section--detail .box .block--tit {
    padding: 30px 20px 10px;
  }
  .page--schedule .section--detail .box .block--tit .block--date .year {
    font-size: min(1.21em, 4.35vw);
  }
  .page--schedule .section--detail .box .block--tit .block--date .mdw {
    font-size: min(2.428em, 7.7vw);
  }
  .page--schedule .section--detail .box .block--tit .block--date .week {
    font-size: min(13px, 3vw);
  }
  .page--schedule .section--detail .box .block--tit .block--date svg {
    width: min(12vw, 70px);
  }
  .page--schedule .section--detail .box .block--tit .tit {
    padding: 0;
  }
  .page--schedule .section--detail .box .block--tit .category {
    top: 10px;
    right: 10px;
  }
  .page--schedule .section--detail .box .block--txt {
    margin: 0 10px 10px;
    padding: 30px 20px;
    border-radius: 10px;
  }
  .page--video .section--list .section-tit {
    margin-bottom: 30px;
    line-height: 1;
  }
  .page--video .section--detail .block--tit {
    display: flex;
  }
  .page--video .section--detail .block--tit .block--date {
    padding: 10px 20px;
  }
  .page--video .section--detail .block--tit .block--date .date {
    font-size: 1em;
  }
  .page--video .section--detail .block--tit .tit {
    padding: 10px 20px;
    font-size: 1.285em;
  }
  .page--video .section--detail .block--txt {
    padding: 40px 0;
  }
  .page--disco:has(.section--detail) .wrap {
    overflow: visible;
  }
  .page--disco .section--detail .area--disco-detail #listJacket {
    margin-bottom: 30px;
  }
  .page--disco .section--detail .area--disco-detail .block--detail .block--tit {
    padding: 30px 20px;
  }
  .page--disco .section--detail .area--disco-detail .block--detail .block--track > li li {
    padding: 15px 20px;
  }
  .page--disco .section--detail .area--disco-detail .block--detail .block--comment > .btn {
    width: 100%;
  }
  .page--disco .section--detail .area--disco-detail .block--detail .block--comment > .btn a {
    width: 95%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  .page--disco .section--detail .area--disco-detail .block--detail .block--comment > .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .section--detail .area--disco-detail .block--detail .block--link .btn {
    width: calc(50% - 0.5em);
  }
  .page--disco .section--detail .area--disco-detail .block--detail .block--link .btn a {
    padding: 0.8em 0;
    width: 100%;
  }
  .page--movie.movie-all .section-tit {
    margin-bottom: 30px;
  }
  .page--movie.movie-all .block--latest-list + .block--category-list,
  .page--movie.movie-all .block--category-list + .block--category-list {
    margin-top: 60px;
  }
  .page--movie .section--list .block--tit {
    margin-bottom: 20px;
  }
  .page--movie .section--list .block--tit h3 {
    font-size: min(2.875em, 10.2vw);
  }
  .page--movie .section--list .block--tit .list__more {
    margin-bottom: 0.2em;
  }
  .page--movie.new-movie .wrap .section--detail {
    padding: 80px 5vw 10vw;
  }
  .page--movie.new-movie .wrap .section--detail .section--inner .block--player {
    position: relative;
    top: 0;
    padding-top: 56.25%;
    margin-bottom: 20px;
  }
  .page--movie.new-movie .wrap .section--detail .section--inner .block--tit .tit {
    font-size: 1.285em;
  }
  .page--movie.new-movie .wrap .section--detail .section--inner .area--movie {
    margin-bottom: 40px;
  }
  .page--movie.new-movie .wrap .section--detail .section--inner .more_movies_title {
    font-size: min(2.14em, 7.7vw);
  }
  .page--movie.new-movie .wrap .section--detail .section--inner .list--contents li {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .page--movie.new-movie .wrap .section--detail .section--inner .area--movie .video-js:not(.vjs-fullscreen) .vjs-play-control {
    top: calc(100% - 5em);
    width: 2em;
    height: 2em;
  }
  .page--blog .section--detail .block--tit .tit {
    font-size: 1.285em;
  }
  .page--blog .section--detail .block--pager .detail__btn {
    margin: 0 0 -0.5em;
  }
  .page--photo .photo--detail .section-tit {
    font-size: 1.25em;
  }
  .page--photo #swipebox-action #swipebox-close {
    top: 10px;
    right: 10px;
  }
  .page--photo #swipebox-action #swipebox-prev,
  .page--photo #swipebox-action #swipebox-next {
    top: 90%;
  }
  .page--profile.section--detail {
    padding: 80px 3vw 60px;
  }
  .page--profile.section--detail .artist-photo {
    width: 90%;
  }
  .page--profile.section--detail .block--txt {
    padding: 100px 8% 40px;
    margin-top: -60px;
  }
  .page--profile.section--detail .block--txt p {
    font-size: 13px;
  }
  .page--entry.section--detail .block--lead .tit {
    font-size: 1.5em;
  }
  .page--entry.section--detail .block--lead .txt {
    padding: 20px 10px;
    margin-bottom: 40px;
    font-size: 1.125em;
  }
  .page--entry.section--detail .block--video {
    margin-bottom: 60px;
  }
  .page--entry.section--detail .block--video .block--tit {
    font-size: min(3.4em, 10.7vw);
  }
  .page--entry.section--detail .block--contents {
    margin-bottom: 60px;
  }
  .page--entry.section--detail .block--contents .block--tit {
    font-size: min(3.4em, 10.7vw);
  }
  .page--entry.section--detail .block--contents .list--contents {
    padding: 40px 8%;
  }
  .page--entry.section--detail .block--contents .list--contents li {
    width: 100%;
  }
  .page--entry.section--detail .block--specific-info {
    margin-bottom: 60px;
  }
  .page--entry.section--detail .block--entry .block--entry__link .block {
    width: 100%;
  }
  .page--entry.section--detail .block--entry .block--entry__link .block + .block {
    margin-top: 20px;
  }
  .page--stream .swiper-container {
    position: relative;
    overflow: hidden;
    padding: 0;
    z-index: 1;
  }
  .page--stream .methodList {
    margin-bottom: 100px;
  }
  .page--stream .methodList li .fa {
    display: none;
  }
  .page--stream .swiper-pagination {
    bottom: 70px !important;
  }
  .page--stream .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 1em;
    height: 0.6em;
    transform: rotate(-60deg);
    border-radius: 50%;
    border: 2px solid #1c1c1c;
    background: transparent;
  }
  .page--stream .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1c1c1c;
  }
  .page--stream .swiper-button-next,
  .page--stream .swiper-button-prev {
    top: 40%;
    width: 35px;
    height: 35px;
  }
  .page--stream .swiper-button-next::before,
  .page--stream .swiper-button-prev::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.4);
  }
  .page--stream .swiper-button-next::after,
  .page--stream .swiper-button-prev::after {
    background: transparent;
    width: 15px;
    height: 15px;
    border: 2px solid #1c1c1c;
    border-top: none;
    border-right: none;
  }
  .page--stream .swiper-button-prev::before {
    margin-left: -5px;
  }
  .page--stream .swiper-button-prev::after {
    transform: rotate(45deg);
  }
  .page--stream .swiper-button-next::before {
    margin-right: -5px;
  }
  .page--stream .swiper-button-next::after {
    transform: rotate(-135deg);
  }
  .page--stream .adjust {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .page--stream .adjust .adjustList {
    flex-direction: column;
  }
  .page--stream .adjust .adjustList .adjustList-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .page--stream .attention {
    padding: 30px 5%;
  }
  .page--stream .attention .tit {
    margin-top: 30px;
    font-size: 16px;
  }
  .page--stream .attention .tit:first-of-type {
    margin-top: 0;
  }
  .page--support .block--txt {
    padding: 30px 5%;
  }
  .page--faq .searchBox {
    position: relative;
    margin: 20px 0;
  }
  .page--faq .list--tag {
    padding: 20px 15px;
  }
  .page--questionnaire .input--quarter {
    width: 30%;
  }
  .page--questionnaire .input--quarter.postal_code {
    width: 75%;
  }
  .page--questionnaire .wrap .content--main > section form .form--post dt {
    margin-top: 1.5em;
  }
  .page--questionnaire .wrap .content--main > section form .form--post dd {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
  .page--questionnaire.confirm .form--confirm dt {
    margin-top: 1.5em;
  }
  .page--questionnaire.confirm .form--confirm dd {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
}
/* ----------------------------

tablet

------------------------------ */