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

:root {
  --base-color: #ffffff;
  --text-color: #353C11;
  --primary-color: #CEFFB0;
  --secondary-color: #9CF3FF;
  --sub-base-color: #D8ECEE;
  --sub-text-color: #F9F9F5;
  --border-color: rgba(255, 255, 255, 0.3);
  --box-color: #FFFFFF;
  --red: #FF2441;
  --white: #fff;
  --placeholder-color: #888;
  --dream-color: #06203f;
  --color-1: #EDFF79;
  --color-2: #CAFF50;
  --color-3: #75F49D;
  --color-4: #87F3EA;
  --color-5: #89D5EE;
  --color-6: #75A7F8;
  --color-7: #204D9E;
  --color-8: #F4FFA9;
}

:root {
  --schedule-news:#9CF3FF;
  --schedule-fcnews:#D7FF45;
  --schedule-live: #B2C1FF;
  --schedule-tv: #76C6FF;
  --schedule-release: #90FFA6;
  --schedule-magazine: #FFD66F;
  --schedule-other:#D2D2D2;
}

:root {
  --schedule-news:#9CF3FF;
  --schedule-fcnews:#D7FF45;
  --schedule-live: #B2C1FF;
  --schedule-tv: #76C6FF;
  --schedule-release: #90FFA6;
  --schedule-magazine: #FFD66F;
  --schedule-other:#D2D2D2;
}

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html,
body {
  height: 100%;
}

html {
  visibility: hidden;
}

html.wf-active, html.loading-delay {
  visibility: visible;
}

body {
  background-color: #ffffff;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "dnp-shuei-gothic-gin-std", "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: "dnp-shuei-gothic-gin-std", "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;
  }
}
body {
  word-wrap: break-word;
  color: #353C11;
}

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

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

::-moz-selection {
  background-color: #353C11;
  color: #fff;
}

::selection {
  background-color: #353C11;
  color: #fff;
}

::-moz-selection {
  background-color: #353C11;
  color: #fff;
}

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.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.1em;
}
.block--pager .pager__other--list li a,
.block--pager .pager__other--list li span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 2.2em;
  height: 2.5em;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 1em;
  line-height: 1;
  text-align: center;
}
.block--pager .pager__other--list li a::after,
.block--pager .pager__other--list li span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.35em;
  width: 1em;
  height: 1px;
  background: currentColor;
  transform: translateX(-50%);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
}
.block--pager .pager__other--list li.pager__item--current span {
  color: var(--text-color);
}
.block--pager .pager__other--list li.pager__item--current span::after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.block--pager .pager__other--list li.pager__item--other a {
  transition: opacity 0.3s ease;
}
.block--pager .pager__other--list li.pager__item--other a:hover {
  opacity: 0.8;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer span,
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin: 0;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: var(--schedule-fcnews);
  color: var(--text-color);
  border: 1px solid var(--text-color);
  transition: transform 0.3s ease;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.35;
}
.block--pager .pager__item--newer svg,
.block--pager .pager__item--older svg {
  width: 0.8em;
  height: 0.8em;
  display: block;
  flex-shrink: 0;
}
.block--pager .pager__item--newer svg {
  transform: rotate(180deg);
  margin-right: 0.1em;
}
.block--pager .pager__item--older svg {
  margin-top: 0.1em;
  margin-left: 0.1em;
}
.block--pager.other--pager {
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  align-items: flex-end;
  gap: 60px;
}
.block--pager.other--pager a, .block--pager.other--pager span {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.block--pager.other--pager span {
  opacity: 0.35;
}
.block--pager.other--pager .pager__item--newer svg {
  transform: rotate(-180deg);
}
.block--pager.other--pager .pager__item--older svg {
  transform: none;
}

.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;
}
.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;
  position: absolute;
  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: 102%;
  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: #FF2441;
  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 */
@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: "dnp-shuei-gothic-gin-std", "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: "dnp-shuei-gothic-gin-std", "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],
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;
}
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: #FF2441;
  border-color: #FF2441;
}
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[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
button {
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgb(215.4155844156, 226.961038961, 156.038961039);
}

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

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

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

/* textarea */
@media screen and (min-width: 961px) {
  textarea {
    font-family: "dnp-shuei-gothic-gin-std", "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: "dnp-shuei-gothic-gin-std", "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 {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 1em;
  border-radius: 5px;
}
textarea.form__error {
  background: #fff0ea;
  color: #FF2441;
  border-color: #FF2441;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
textarea {
  height: 10em;
  border-radius: 8px;
  border: 1px solid rgb(215.4155844156, 226.961038961, 156.038961039);
  background: #fff;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "dnp-shuei-gothic-gin-std", "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: "dnp-shuei-gothic-gin-std", "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 {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 1em;
  border-radius: 5px;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #FF2441;
  border-color: #FF2441;
}
.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 select {
  padding-right: 2.3em;
  border: 1px solid rgb(215.4155844156, 226.961038961, 156.038961039);
  padding: 1em 2.8em 1em 1em;
  background: #fff;
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #353C11;
  border-top: none;
  border-right: none;
}

/* checkbox */
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: "dnp-shuei-gothic-gin-std", "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: "dnp-shuei-gothic-gin-std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.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: #FF2441;
}
.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 #353C11;
  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 #353C11;
  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: #353C11;
}
.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 */
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: "dnp-shuei-gothic-gin-std", "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: "dnp-shuei-gothic-gin-std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.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: #FF2441;
}
.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 #353C11;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #353C11;
  border-width: 0.3em;
}

/* toggle button */
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: "dnp-shuei-gothic-gin-std", "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: "dnp-shuei-gothic-gin-std", "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 label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.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: #FF2441;
}
.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: #353C11;
  border-color: #353C11;
}
.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;
  border-radius: 999px;
  color: #353C11;
}

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

.btn--main,
input.btn--main {
  background: var(--schedule-fcnews);
  color: var(--text-color);
}

.btn--sub,
input.btn--sub {
  background: var(--white);
  color: var(--text-color);
}

.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;
  outline: 1px solid #d9d9d9;
}
.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;
  margin-bottom: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.list--contents li .block--txt {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  max-width: 100%;
  margin-top: 1.5em;
  gap: 2px;
}
.list--contents li .block--txt .tit,
.list--contents li .block--txt .date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.list--contents li .block--txt .date {
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 15px;
}
.list--contents li .block--txt .date .week {
  font-size: 0.95em;
  margin-left: 0.3em;
}
.list--contents li .block--txt .tit {
  font-size: 16px;
}

.list--information li,
.list--schedule li {
  border-top: 1px dashed #353C11;
}
.list--information li:last-child,
.list--schedule li:last-child {
  border-bottom: 1px dashed #353C11;
}
.list--information li a,
.list--schedule li a {
  display: flex;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
.list--information li a .block--date,
.list--schedule li a .block--date {
  display: flex;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  gap: 3px;
  flex-direction: column;
  justify-content: center;
}
.list--information li a .block--date .date,
.list--schedule li a .block--date .date {
  line-height: 1;
  white-space: nowrap;
  display: flex;
  z-index: 1;
  position: relative;
  align-items: baseline;
  gap: 3px;
}
.list--information li a .block--date .date span,
.list--schedule li a .block--date .date span {
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.list--information li a .block--date .date span.year,
.list--schedule li a .block--date .date span.year {
  font-size: 1.5em;
}
.list--information li a .block--date .date span.md,
.list--schedule li a .block--date .date span.md {
  font-size: 2.25em;
}
.list--information li a .block--date .date span.week,
.list--schedule li a .block--date .date span.week {
  margin: 0 0.2em;
  font-size: 1.25em;
}
.list--information li a .block--txt,
.list--information li a .block--date,
.list--schedule li a .block--txt,
.list--schedule li a .block--date {
  padding: 10px 20px;
}
.list--information li a .block--txt .category,
.list--information li a .block--date .category,
.list--schedule li a .block--txt .category,
.list--schedule li a .block--date .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: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 0.88em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.list--information li a .block--txt .category.cat3,
.list--information li a .block--date .category.cat3,
.list--schedule li a .block--txt .category.cat3,
.list--schedule li a .block--date .category.cat3 {
  background-color: var(--schedule-fcnews);
  color: var(--text-color);
}
.list--information li a .block--txt .category.cat2,
.list--information li a .block--date .category.cat2,
.list--schedule li a .block--txt .category.cat2,
.list--schedule li a .block--date .category.cat2 {
  background-color: var(--schedule-news);
  color: var(--text-color);
}
.list--information li a .block--txt .category.cat5,
.list--information li a .block--date .category.cat5,
.list--schedule li a .block--txt .category.cat5,
.list--schedule li a .block--date .category.cat5 {
  background: var(--schedule-tv);
}
.list--information li a .block--txt .category.cat6,
.list--information li a .block--date .category.cat6,
.list--schedule li a .block--txt .category.cat6,
.list--schedule li a .block--date .category.cat6 {
  background: var(--schedule-live);
}
.list--information li a .block--txt .category.cat7,
.list--information li a .block--date .category.cat7,
.list--schedule li a .block--txt .category.cat7,
.list--schedule li a .block--date .category.cat7 {
  background: var(--schedule-release);
}
.list--information li a .block--txt .category.cat8,
.list--information li a .block--date .category.cat8,
.list--schedule li a .block--txt .category.cat8,
.list--schedule li a .block--date .category.cat8 {
  background: var(--schedule-magazine);
}
.list--information li a .block--txt .category.cat9,
.list--information li a .block--date .category.cat9,
.list--schedule li a .block--txt .category.cat9,
.list--schedule li a .block--date .category.cat9 {
  background: var(--schedule-other);
}
.list--information li a .block--txt .tit,
.list--information li a .block--date .tit,
.list--schedule li a .block--txt .tit,
.list--schedule li a .block--date .tit {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-weight: 500;
  grid-column: 1/-1;
  overflow: hidden;
}
.list--information li.new .category,
.list--schedule li.new .category {
  position: relative;
}
.list--information li.new .category::after,
.list--schedule li.new .category::after {
  content: "New";
  position: relative;
  display: inline-block;
  color: var(--red);
  margin-left: 8px;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: inherit;
}
.list--information li.new .category::after,
.list--schedule li.new .category::after {
  position: absolute;
  left: 100%;
}

.category-4 .list--information li a .block--date {
  min-width: 8em;
  gap: 32px;
}
.category-4 .list--information li a .block--date .date {
  flex-direction: column;
  align-items: center;
}
.category-4 .list--information li a .block--date .date--end::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  position: absolute;
  background: var(--text-color);
  top: -28%;
  left: 50%;
  transform: rotate(30deg);
  background-repeat: no-repeat;
}
.category-4 .list--information li a .block--txt {
  min-width: calc(100% - 8em);
}

.list--video li {
  margin-bottom: 60px;
}
.list--video li a .thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.list--video li a .tit {
  align-items: center;
  font-weight: 500;
}
.list--video li.new .tit::after {
  content: "New";
  position: relative;
  display: inline-block;
  color: var(--red);
  margin-left: 8px;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: inherit;
}

.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 #353C11;
  color: #fff;
}
.list--discography li a .block--text::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: rgba(53, 60, 17, 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;
  position: absolute;
  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(53, 60, 17, 0.7);
  background: rgba(255, 255, 255, 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: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 10px;
  letter-spacing: 0.04em;
  border-radius: 4px;
}
.list--discography li a .block--text .category:hover {
  background-color: transparent;
}
.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: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 10px;
  letter-spacing: 0.04em;
}

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

.area--fc .no-data.comingsoon,
.page--member .no-data.comingsoon {
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  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;
}

.block--drawer {
  position: fixed;
  top: 0;
  right: 18px;
  z-index: 10000;
  transform: translateY(calc(-100% - 1px));
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.drawer__btn {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  z-index: 10003;
  width: 97px;
  height: 2em;
  padding: 1.3em 0;
  overflow: hidden;
  border: 1px solid #353C11;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background: var(--schedule-fcnews);
  cursor: pointer;
  pointer-events: auto;
}
.drawer__btn::before {
  content: "Menu";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1;
}
.drawer__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1.5em;
  height: 1em;
  transform: translateY(-50%);
  background: url(/static/imase/fanclub/renewal_w8loia6h/common/drawer_line.svg) no-repeat center/contain;
}

.drawer {
  pointer-events: none;
}
.drawer .inner {
  overflow: hidden;
}
.drawer .g-nav {
  display: flex;
}
.drawer .g-nav .nav--official,
.drawer .g-nav .nav--fc {
  box-sizing: border-box;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.drawer .g-nav .nav--official .nav--contents__list li,
.drawer .g-nav .nav--fc .nav--contents__list li {
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
}
.drawer .g-nav .nav--official .nav--contents__list li a,
.drawer .g-nav .nav--fc .nav--contents__list li a {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.drawer .g-nav .nav--official .nav--contents__list li svg,
.drawer .g-nav .nav--fc .nav--contents__list li svg {
  width: 20px;
  margin-top: 2px;
  transform: rotate(-45deg);
}
.drawer .g-nav .nav--official {
  position: relative;
  background: var(--schedule-news);
}
.drawer .g-nav .nav--official::before {
  content: "";
  position: absolute;
  top: calc(100% - 0px);
  right: -1px;
  z-index: 10003;
  width: 97px;
  height: 2em;
  padding: 1.3em 0;
  overflow: hidden;
  border: 1px solid var(--text-color);
  border-top: none;
  border-radius: 0 0 8px 8px;
  background: var(--schedule-news);
  cursor: pointer;
  pointer-events: auto;
}
.drawer .g-nav .nav--official .block--nav-logo {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px solid #81ced9;
}
.drawer .g-nav .nav--official .block--nav-logo .nav--logo {
  max-width: 160px;
  margin: 0 auto;
}
.drawer .g-nav .nav--official .nav--sns__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.drawer .g-nav .nav--official .nav--sns__list li {
  margin-right: 2em;
  margin-bottom: 1.5em;
  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;
  fill: var(--text-color);
}
.drawer .g-nav .nav--fc {
  position: relative;
  background: var(--schedule-fcnews);
}
.drawer .g-nav .nav--fc .block--login {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #aad11d;
}
.drawer .g-nav .nav--fc .block--nav-logo {
  width: min(24vw, 250px);
  padding-bottom: 10px;
}
.drawer .g-nav .nav--fc .nav--login {
  display: flex;
  justify-content: center;
}
.drawer .g-nav .nav--fc .nav--login li {
  padding: 0 1.5em;
}
.drawer .g-nav .nav--fc .nav--login li a.win {
  font-size: 1.5em;
}
.drawer .g-nav .nav--fc .nav--login li a {
  font-size: 20px;
}
.drawer .g-nav .nav--fc .nav--login .item__join {
  border-right: 1px solid var(--text-color);
}

.drawer-visible .block--drawer {
  transform: translateY(0);
}
.drawer-visible .drawer__btn::before {
  content: "Close";
}
.drawer-visible .drawer__btn::after {
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/common/drawer_close.svg);
}
.drawer-visible .drawer {
  pointer-events: auto;
}

.wovn-languages {
  position: fixed;
  z-index: 10000;
  right: calc(100px + 1.5em);
  top: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 114px;
  height: 2em;
  white-space: nowrap;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
.wovn-languages .nav-dropdown {
  width: 100%;
  text-align: center;
  pointer-events: auto;
}
.wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  margin: 0 auto;
  border: none;
  background: transparent;
  overflow: visible;
}
.wovn-languages .nav-dropdown .list--language li {
  display: none;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.wovn-languages .nav-dropdown .list--language li:not(.selected) {
  padding: 1em 0.5em;
  font-size: 12px;
  background-color: var(--white);
  border-left: 1px solid var(--text-color);
  border-right: 1px solid var(--text-color);
  border-bottom: 1px solid var(--text-color);
}
.wovn-languages .nav-dropdown .list--language li:not(.selected):first-child, .wovn-languages .nav-dropdown .list--language li.selected:first-child + li {
  border-top: 1px solid var(--text-color);
  border-radius: 1em 1em 0 0;
}
.wovn-languages .nav-dropdown .list--language li:not(.selected):last-child, .wovn-languages .nav-dropdown .list--language li:has(+ li.selected:last-child) {
  border-radius: 0 0 1em 1em;
}
.wovn-languages .nav-dropdown .list--language li.selected {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  order: -1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 12px;
  font-size: 14px;
  padding: 0.4em 1em 0.4em 2.3em;
  border: 1px solid var(--text-color);
  border-radius: 9999px;
  background-color: var(--color-4);
  font-weight: 500;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.wovn-languages .nav-dropdown .list--language li.selected::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  position: absolute;
  display: block;
  left: 0.6em;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center url(/static/imase/fanclub/renewal_w8loia6h/lang/lang.svg);
  background-size: contain;
}
.wovn-languages .nav-dropdown .list--language li.selected .duplication {
  white-space: nowrap;
}
.wovn-languages.visible .nav-dropdown {
  pointer-events: visible;
  z-index: 1;
}
.wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  display: flex;
  opacity: 1;
}

.footer {
  position: relative;
  z-index: 10;
}
.footer .inner {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.footer .footer--logo svg {
  fill: var(--text-color);
}
.footer .nav--support__sns {
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 1.5em;
}
.footer .nav--support__sns li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.4em;
}
.footer .nav--support__sns li .sns--txt {
  display: none;
}
.footer .nav--support__sns li svg {
  width: 1.15em;
  fill: var(--text-color);
}
.footer .block--support {
  margin-bottom: 3em;
}
.footer .block--support ul li {
  font-size: 0.75em;
}
.footer .block--support ul li a {
  transition: 0.3s;
}
.footer .block--support ul li a:hover {
  opacity: 0.5;
}
.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;
}

body:not(.page--home) .footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
}

.wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100%;
  margin-bottom: -1.25em;
  background: #ffffff;
}
.wrap .content--main {
  min-height: calc(100vh - 150px);
}

.detail__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
}
.detail__btn a {
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  letter-spacing: 0.04em;
}
.detail__btn a .duplication {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.detail__btn svg {
  width: 0.8em;
  height: 0.8em;
  transform: rotate(-180deg);
  overflow: hidden;
  color: var(--text-color);
}
.detail__btn svg path {
  fill: currentColor;
}

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

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

.view_detail {
  opacity: 0;
  transition: opacity 0.2s;
  background: var(--schedule-fcnews);
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 999px;
}

.list--contents li.new .date::after {
  content: "New";
  position: relative;
  display: inline-block;
  color: var(--red);
  margin-left: 8px;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: inherit;
}

.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: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.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.8em;
}
.section--list .block--category li.cat2.current a,
.section--list .block--category li.cat2 :checked ~ span.category, .section--list .block--category li.cat3.current a,
.section--list .block--category li.cat3 :checked ~ span.category, .section--list .block--category li.cat5.current a,
.section--list .block--category li.cat5 :checked ~ span.category, .section--list .block--category li.cat6.current a,
.section--list .block--category li.cat6 :checked ~ span.category, .section--list .block--category li.cat7.current a,
.section--list .block--category li.cat7 :checked ~ span.category, .section--list .block--category li.cat8.current a,
.section--list .block--category li.cat8 :checked ~ span.category, .section--list .block--category li.cat9.current a,
.section--list .block--category li.cat9 :checked ~ span.category,
.section--list .block--category .list--sort li.cat2.current a,
.section--list .block--category .list--sort li.cat2 :checked ~ span.category,
.section--list .block--category .list--sort li.cat3.current a,
.section--list .block--category .list--sort li.cat3 :checked ~ span.category,
.section--list .block--category .list--sort li.cat5.current a,
.section--list .block--category .list--sort li.cat5 :checked ~ span.category,
.section--list .block--category .list--sort li.cat6.current a,
.section--list .block--category .list--sort li.cat6 :checked ~ span.category,
.section--list .block--category .list--sort li.cat7.current a,
.section--list .block--category .list--sort li.cat7 :checked ~ span.category,
.section--list .block--category .list--sort li.cat8.current a,
.section--list .block--category .list--sort li.cat8 :checked ~ span.category,
.section--list .block--category .list--sort li.cat9.current a,
.section--list .block--category .list--sort li.cat9 :checked ~ span.category {
  color: var(--text-color);
}
.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.3em 1.2em;
  border: 1px solid var(--text-color);
  background: var(--text-color);
  border-radius: 999px;
  background: transparent;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
.section--list .block--category li.cat2.current a,
.section--list .block--category li.cat2 :checked ~ span.category,
.section--list .block--category .list--sort li.cat2.current a,
.section--list .block--category .list--sort li.cat2 :checked ~ span.category {
  background: var(--schedule-news);
}
@media (hover: hover) and (pointer: fine) {
  .section--list .block--category li.cat2:not(.current) a:hover,
  .section--list .block--category .list--sort li.cat2:not(.current) a:hover {
    background: var(--schedule-news);
  }
}
.section--list .block--category li.cat3.current a,
.section--list .block--category li.cat3 :checked ~ span.category,
.section--list .block--category .list--sort li.cat3.current a,
.section--list .block--category .list--sort li.cat3 :checked ~ span.category {
  background: var(--schedule-fcnews);
}
@media (hover: hover) and (pointer: fine) {
  .section--list .block--category li.cat3:not(.current) a:hover,
  .section--list .block--category .list--sort li.cat3:not(.current) a:hover {
    background: var(--schedule-fcnews);
  }
}
.section--list .block--category li.cat5.current a,
.section--list .block--category li.cat5 :checked ~ span.category,
.section--list .block--category .list--sort li.cat5.current a,
.section--list .block--category .list--sort li.cat5 :checked ~ span.category {
  background: var(--schedule-tv);
}
@media (hover: hover) and (pointer: fine) {
  .section--list .block--category li.cat5:not(.current) a:hover,
  .section--list .block--category .list--sort li.cat5:not(.current) a:hover {
    background: var(--schedule-tv);
  }
}
.section--list .block--category li.cat6.current a,
.section--list .block--category li.cat6 :checked ~ span.category,
.section--list .block--category .list--sort li.cat6.current a,
.section--list .block--category .list--sort li.cat6 :checked ~ span.category {
  background: var(--schedule-live);
}
.section--list .block--category li.cat7.current a,
.section--list .block--category li.cat7 :checked ~ span.category,
.section--list .block--category .list--sort li.cat7.current a,
.section--list .block--category .list--sort li.cat7 :checked ~ span.category {
  background: var(--schedule-release);
}
.section--list .block--category li.cat8.current a,
.section--list .block--category li.cat8 :checked ~ span.category,
.section--list .block--category .list--sort li.cat8.current a,
.section--list .block--category .list--sort li.cat8 :checked ~ span.category {
  background: var(--schedule-magazine);
}
.section--list .block--category li.cat9.current a,
.section--list .block--category li.cat9 :checked ~ span.category,
.section--list .block--category .list--sort li.cat9.current a,
.section--list .block--category .list--sort li.cat9 :checked ~ span.category {
  background: var(--schedule-other);
}
.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-color: var(--text-color);
  color: var(--white);
}

.category-4 .section--list .block--category li.current a,
.category-4 .section--list .block--category :checked ~ span.category {
  background-color: var(--schedule-live);
  color: var(--text-color);
}
.category-4 .section--list .block--category li.cat4.current a,
.category-4 .section--list .block--category li.cat4 :checked ~ span.category {
  background: color-mix(in srgb, var(--schedule-live) 30%, transparent);
}
.category-4 .comingsoon {
  padding: 20px 0;
}

.section--detail {
  position: relative;
  z-index: 1;
  padding: 160px 5vw 200px;
  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;
  word-break: break-word;
}
.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: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  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--error.page-feature__period .content--main {
  padding: 160px 5vw 200px;
}

.ballArea_bg {
  position: absolute;
  inset: 0;
}
.ballArea_bg .ball-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ballArea_bg .ball_inner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.ballArea_bg .ball-mask-layer {
  -webkit-mask-image: url(/static/imase/fanclub/renewal_w8loia6h/common/logo--of.svg);
  mask-image: url(/static/imase/fanclub/renewal_w8loia6h/common/logo--of.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  pointer-events: none;
  height: 100%;
}
.ballArea_bg .ball {
  position: absolute;
  border-radius: 50%;
  will-change: transform;
}
.ballArea_bg .ball-layer .ball {
  background: #D7FF45;
}
.ballArea_bg .ball-mask-layer .ball {
  background: #9CF3FF;
}
.ballArea_bg .ball:nth-child(1) {
  width: 200px;
  height: 200px;
}
.ballArea_bg .ball:nth-child(2) {
  width: 150px;
  height: 150px;
}
.ballArea_bg .ball:nth-child(3) {
  width: 120px;
  height: 120px;
}
.ballArea_bg .ball:nth-child(4) {
  width: 90px;
  height: 90px;
}
.ballArea_bg .ball:nth-child(5) {
  width: 60px;
  height: 60px;
}

.block--birthday {
  position: fixed;
  z-index: 1000;
  color: var(--text-color);
  align-items: center;
  font-size: 22px;
  text-align: center;
  transition: opacity 0.6s 0.8s;
  opacity: 0;
  pointer-events: none;
}
.block--birthday a {
  width: 150px;
  white-space: nowrap;
  background-color: var(--color-4);
  border: 1px solid var(--text-color);
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page--home.open .block--birthday {
  transition: opacity 0.2s 0s;
}

.page--home.open.scrolling .block--birthday {
  opacity: 0;
  pointer-events: none;
}

.page--home .header {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.4s;
}
.page--home .header h1.logo {
  display: none;
}
.page--home .section-tit {
  visibility: hidden;
}
.page--home .section--top {
  position: relative;
  z-index: 0;
  opacity: 0;
  width: 100%;
  transition: opacity 0.3s;
  box-sizing: border-box;
}
.page--home .section--top::before {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--white);
  z-index: 100;
}
.page--home .section--top::after {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 100;
}
.page--home .section--top .mainvisual--logo {
  z-index: 10;
  opacity: 0;
  transition: opacity 0.6s;
}
.page--home .section--top .mainvisual--logo .mainvisual--logo__img {
  width: 100%;
  position: relative;
}
.page--home .section--top .mainvisual--logo .mainvisual--logo__img svg {
  display: block;
  width: 100%;
  height: auto;
}
.page--home .section--top .mainvisual--img {
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: opacity 0.2s;
  z-index: 999;
}
.page--home .section--top .mainvisual--img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
}
.page--home .drawer .g-nav .list--menu__item--home {
  display: none;
}
.page--home .block--banner {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.4s;
  width: 100%;
  z-index: 999;
}
.page--home .block--banner:not(.single) {
  width: calc(100% + 1.5vw);
  margin-left: 0.25vw;
}
.page--home .block--banner #listBanner.no-carousel .swiper-button-wrap {
  display: none;
}
.page--home .block--banner .swiper li a {
  overflow: hidden;
  border: solid 1px var(--text-color);
}
.page--home .block--banner .swiper li a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  pointer-events: none;
}
.page--home .block--banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 1.2em;
  height: 0.7em;
  transform: rotate(-60deg);
  border: 1px solid #e7e7e7;
  background: transparent;
}
.page--home .block--banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #353C11;
}
.page--home .block--banner .swiper-button-wrap {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-right: 2vw;
  margin-bottom: 8px;
}
.page--home .block--banner .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.page--home .section--news .tit-wrap::before,
.page--home .section--schedule .tit-wrap::before,
.page--home .section--video .tit-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page--home .section--news .tit-wrap::before {
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/common/news.svg);
  aspect-ratio: 355/443;
}
.page--home .section--schedule .tit-wrap::before {
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/common/schedule.svg);
  aspect-ratio: 332/565;
}
.page--home .section--video .tit-wrap::before {
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/common/video.svg);
  aspect-ratio: 428/459;
}
.page--home .area--official .list__more,
.page--home .area--fc .list__more {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  letter-spacing: 0.04em;
  padding-left: 0.7em;
  max-height: 1.4em;
}
.page--home .area--official .list__more::before,
.page--home .area--fc .list__more::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 999px;
  background: #353C11;
}
.page--home .area--official {
  background: var(--white);
  position: relative;
  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: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
.page--home .area--official .list--information li a {
  flex-direction: column;
}
.page--home .area--official .list--information li a .block--date {
  gap: 8px;
  margin-bottom: 16px;
  flex-direction: row;
  justify-content: flex-start;
}
.page--home .area--official .list--information li a .block--date .category {
  margin: 0.5em 0 0;
}
.page--home .area--official .list--information li a .block--txt {
  padding: 0;
}
.page--home .area--official .list--schedule {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page--home .area--official .list--schedule li {
  width: 100%;
}
.page--home .area--official .list--schedule .block--date {
  min-width: 5.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 3px;
  flex-direction: row;
}
.page--home .area--official .list--schedule .block--date .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
  position: relative;
  gap: 4px;
}
.page--home .area--official .list--schedule .block--date .date .mdw {
  position: relative;
  top: -2px;
}
.page--home .area--official .list--schedule .block--date .date .week {
  margin-left: 0;
}
.page--home .area--official .list--schedule .block--date .date--end::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  position: absolute;
  background: var(--text-color);
  top: -30%;
  left: 50%;
  transform: rotate(30deg);
  background-repeat: no-repeat;
}
.page--home .area--official .list--schedule .block--date .date-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page--home .area--official .section--video .thumb {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.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;
  max-height: 1.4em;
  line-height: 1.2;
  font-weight: 500;
}
.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 .list--video li {
  margin-bottom: 0;
}
.page--home .area--official .section--video .swiper-button-wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.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: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  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 .no-data {
  width: 100% !important;
  padding: 0 !important;
}
.page--home .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: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 0.88em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.page--home .category.cat3 {
  background-color: var(--schedule-fcnews);
  color: var(--text-color);
}
.page--home .category.cat2 {
  background-color: var(--schedule-news);
  color: var(--text-color);
}
.page--home .category.cat5 {
  background: var(--schedule-tv);
}
.page--home .category.cat6 {
  background: var(--schedule-live);
}
.page--home .category.cat7 {
  background: var(--schedule-release);
}
.page--home .category.cat8 {
  background: var(--schedule-magazine);
}
.page--home .category.cat9 {
  background: var(--schedule-other);
}
.page--home .comingsoon {
  padding: 48px 0;
  border-top: 1px dashed var(--text-color);
  border-bottom: 1px dashed var(--text-color);
  width: 100%;
}
.page--home .area--fc {
  position: relative;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  border-top: 1px solid #353C11;
  transition: opacity 0.3s;
  transition-delay: 1s;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 64px;
  padding: 120px 3.75vw 80px;
  box-sizing: border-box;
}
.page--home .area--fc .section--login,
.page--home .area--fc .section--stream {
  grid-column: 1/-1;
  justify-self: center;
}
.page--home .area--fc > section:not(.section--login):not(.section--stream) {
  width: 100%;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page--home .area--fc > section.section--radio {
  --thumb-color: var(--color-2);
}
.page--home .area--fc > section.section--blog {
  --thumb-color: var(--color-3);
}
.page--home .area--fc > section.section--movie {
  --thumb-color: var(--color-4);
}
.page--home .area--fc > section.section--photo {
  --thumb-color: var(--color-5);
}
.page--home .area--fc > section .section-tit {
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: 48px;
}
.page--home .area--fc > section .block--item {
  background-color: var(--white);
  border: solid 1px var(--text-color);
  position: relative;
  z-index: 1;
  flex: 1;
  width: 100%;
}
.page--home .area--fc > section .block--item .item, .page--home .area--fc > section .block--item a {
  height: 100%;
}
.page--home .area--fc > section .block--item .thumb {
  position: relative;
  overflow: hidden;
  background-color: var(--thumb-color);
  border: 1px solid var(--text-color);
}
.page--home .area--fc > section .block--item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  filter: grayscale(100%);
  transition: filter 0.6s ease-in-out;
}
.page--home .area--fc > section .block--item .thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: var(--thumb-color);
  opacity: 0.8;
  mix-blend-mode: screen;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.page--home .area--fc > section:not(.section--dream) .item.new .date::after {
  content: "New";
  position: relative;
  display: inline-block;
  color: var(--red);
  margin-left: 8px;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: inherit;
}
.page--home .area--fc > section .block--txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10;
  max-width: 100%;
  font-size: 1.25em;
  line-height: 1;
}
.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;
}
.page--home .area--fc > section .block--txt .tit {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  font-size: 16px;
  -webkit-line-clamp: 2;
}
.page--home .area--fc > section .block--txt .date {
  font-size: 15px;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.page--home .area--fc > section .block--txt .date font .week {
  margin-left: 0.3em;
}
.page--home .area--fc > section .btn__pop {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 10;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: min(1.25em, 1.46vw);
  line-height: 1.3;
  padding-left: 10px;
}
.page--home .area--fc > section .btn__pop::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 999px;
  background: var(--text-color);
}
.page--home .area--fc > section .btn__pop svg {
  fill: #ffffff;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: -0.7em;
}
.page--home .area--fc > section .list__more {
  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: center;
  justify-content: center;
  flex-direction: column;
}
.page--home .area--fc .section--login .list--login {
  display: flex;
  line-height: 1;
}
.page--home .area--fc .section--login .list--login li {
  padding: 0 1.5em;
}
.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--login .list--login li a {
  line-height: 1.1;
}
.page--home .area--fc .section--login .list--login .item__join {
  border-right: 1px solid var(--text-color);
}
.page--home .area--fc .tit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
.page--home .area--fc .section--stream {
  position: relative;
  z-index: 8;
  width: 100%;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.page--home .area--fc .section--stream .tit-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 20px;
  white-space: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
}
.page--home .area--fc .section--stream .section-tit {
  margin-bottom: 13px;
}
.page--home .area--fc .section--stream .block--item {
  margin: 0 auto;
}
.page--home .area--fc .section--stream .block--item::before {
  content: "";
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/common/live.svg);
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  width: 185px;
  height: 32px;
  left: 10px;
  top: -10px;
}
.page--home .area--fc .section--stream .block--item::after {
  content: "";
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/common/live_2.svg);
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  width: 77px;
  height: 49px;
  right: 12px;
  bottom: 12px;
}
.page--home .area--fc .section--stream .block--item .item {
  width: 100%;
}
.page--home .area--fc .section--stream .block--item .block--txt {
  border: 1px solid var(--text-color);
  background-color: var(--color-8);
  padding: 32px;
  width: 100%;
}
.page--home .area--fc .section--stream .block--item .date {
  line-height: 1;
  white-space: nowrap;
  display: flex;
  z-index: 1;
  position: relative;
  align-items: baseline;
  gap: 3px;
  font-size: 1em;
}
.page--home .area--fc .section--stream .block--item .date .md {
  font-size: 1.65em;
}
.page--home .area--fc .section--stream .block--item .date .week {
  margin: 0 0.3em;
  font-size: 1em;
}
.page--home .area--fc .section--stream .block--item .date .time {
  font-size: 1.65em;
  margin-left: 0.3em;
}
.page--home .area--fc .section--blog {
  position: relative;
  z-index: 7;
}
.page--home .area--fc .section--blog .block--item {
  margin-top: 48px;
}
.page--home .area--fc .section--blog .block--item::before {
  content: "";
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/common/clip.svg);
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  height: 66px;
  right: 17px;
  background-size: contain;
}
.page--home .area--fc .section--blog .block--item .author {
  position: absolute;
  top: -48px;
  left: -1px;
  padding: 16px 52px 16px 42px;
  background-color: var(--text-color);
  line-height: 1;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
.page--home .area--fc .section--blog .block--item .author::before {
  height: 100%;
}
.page--home .area--fc .section--blog .block--item .tag {
  position: absolute;
  top: -40px;
  left: 128px;
  padding: 11px 49px 12px;
  background-color: var(--text-color);
  z-index: -12;
  line-height: 1;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
.page--home .area--fc .section--blog .block--item .tag::before {
  height: 100%;
}
.page--home .area--fc .section--blog .block--item .author::before,
.page--home .area--fc .section--blog .block--item .tag::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--white);
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  z-index: -2;
}
.page--home .area--fc .section--radio {
  position: relative;
  z-index: 6;
}
.page--home .area--fc .section--radio .block--img {
  width: 100%;
  text-align: center;
  margin: 16px 0;
}
.page--home .area--fc .section--radio .block--img img {
  transition: 0.3s;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.page--home .area--fc .section--radio .block--txt {
  align-items: center;
  text-align: center;
}
.page--home .area--fc .section--movie {
  position: relative;
  z-index: 5;
}
.page--home .area--fc .section--movie .block--img {
  display: flex;
  gap: 16px;
  width: 100%;
}
.page--home .area--fc .section--movie .block--img .parts_border {
  flex: 1;
  min-width: 0;
  height: auto;
}
.page--home .area--fc .section--movie .block--img .parts_play {
  flex-shrink: 0;
  width: 32px;
  height: auto;
}
.page--home .area--fc .section--photo {
  position: relative;
  z-index: 4;
}
.page--home .area--fc .section--photo .block--item::before {
  content: "";
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/common/pin.svg);
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  width: 42px;
  height: 57px;
}
.page--home .area--fc .section--photo .block--item img {
  line-height: 1;
  overflow: hidden;
}
.page--home .area--fc .section--photo .block--item .block--txt .tit {
  line-height: 1.6;
  -webkit-line-clamp: 2;
  max-height: 3.8em;
  word-break: break-all;
}
.page--home .area--fc .section--bbs {
  position: relative;
  z-index: 2;
}
.page--home .area--fc .section--bbs .block--item::before {
  content: "";
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/bbs/clip.svg);
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  width: 59px;
  height: 74px;
  right: 10px;
  top: -20px;
}
.page--home .area--fc .section--bbs .block--item::after {
  content: "";
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/bbs/ring.png);
  display: block;
  width: 43px;
  height: 80%;
  position: absolute;
  background-repeat: round;
  background-size: contain;
  left: -18px;
  top: 10%;
}
.page--home .area--fc .section--bbs .block--item .item a {
  display: block;
  width: 100%;
  min-width: 0;
}
.page--home .area--fc .section--bbs .block--item .item a .thumb .parts {
  position: absolute;
  animation: fukidasi 8s infinite;
}
.page--home .area--fc .section--bbs .block--item .item a .thumb .parts.type01 {
  left: 8%;
  bottom: 20%;
  width: 20%;
  animation-duration: 8s;
}
.page--home .area--fc .section--bbs .block--item .item a .thumb .parts.type02 {
  right: 8%;
  top: 12%;
  width: 20%;
  animation-duration: 7.8s;
  animation-direction: reverse;
}
.page--home .area--fc .section--bbs .block--item .item a .thumb .parts.type03 {
  left: 31%;
  bottom: 11%;
  width: 12%;
  animation-duration: 8s;
}
.page--home .area--fc .section--bbs .block--item .item a .thumb .parts.type04 {
  right: 31%;
  top: 22%;
  width: 12%;
  animation-duration: 7.8s;
  animation-direction: reverse;
}
.page--home .area--fc .section--bbs .block--item .block--tit {
  background-color: #D9F0FF;
  border-bottom: 1px solid var(--text-color);
}
.page--home .area--fc .section--bbs .block--item .block--tit .thread-title {
  font-size: 18px;
}
.page--home .area--fc .section--bbs .block--item .block--txt {
  width: 100%;
  min-width: 0;
  padding: clamp(20px, 3vw, 48px) clamp(24px, 5vw, 64px);
}
.page--home .area--fc .section--bbs .block--item .block--txt .tit {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  max-height: 2.8em;
  white-space: normal;
}
.page--home .area--fc .section--bbs .block--item .block--txt .name {
  width: 100%;
  text-align: right;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.page--home .area--fc .section--bbs .block--item .block--tit,
.page--home .area--fc .section--bbs .block--item .block--txt {
  padding: clamp(20px, 2.6vw, 48px) clamp(24px, 5vw, 64px);
}
.page--home .area--fc .section--dream {
  align-self: start;
  height: auto;
}
.page--home .area--fc .section--dream .block--item {
  padding: 0px;
}
.page--home .area--fc .section--dream .block--item .item.new .tit::before {
  content: "New";
  position: relative;
  display: block;
  color: var(--red);
  margin: 0 0 6px;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: inherit;
}
.page--home .area--fc .section--dream .block--item .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page--home .area--fc .section--dream .inner--wrap {
  display: flex;
  align-items: stretch;
}
.page--home .area--fc .section--dream .inner--wrap .block--left {
  flex: 1 1 45%;
  min-width: 0;
  padding: min(32px, 3.5vw);
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.page--home .area--fc .section--dream .inner--wrap .block--left img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-width: 0;
}
.page--home .area--fc .section--dream .inner--wrap .block--left .block--txt {
  margin-top: auto;
  padding: 32px 24px;
  border: 1px solid var(--text-color);
  box-sizing: border-box;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  height: 100%;
  gap: 8px;
}
.page--home .area--fc .section--dream .inner--wrap .block--left .block--txt::before {
  content: "";
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/common/subtract.png);
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  width: clamp(82px, 9vw, 115px);
  height: 48px;
  top: -20px;
  aspect-ratio: 109/30;
  background-size: contain;
}
.page--home .area--fc .section--dream .inner--wrap .block--door {
  flex: 1 1 45%;
  background-color: #E0ECFF;
  border-left: 1px solid var(--text-color);
  min-width: 0;
  padding-left: 20px;
  padding-left: 20px;
  overflow: hidden;
  position: relative;
}
.page--home .area--fc .section--dream .inner--wrap .block--door img {
  margin-left: auto;
  display: block;
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.page--home .area--fc .section--dream .inner--wrap .block--left img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.page--home .area--fc .section--dream .comingsoon {
  padding: 0;
  border-top: none;
  border-bottom: none;
}
.page--home .swiper-button-prev,
.page--home .swiper-button-next {
  justify-content: center;
  align-items: center;
  width: 2.7em;
  height: 2.7em;
  margin: 0;
  aspect-ratio: 1/1;
  border-radius: 999px;
  color: var(--text-color);
  border: 1px solid var(--text-color);
  transition: transform 0.3s ease;
  position: relative;
  left: 0;
}
.page--home .swiper-button-prev::after,
.page--home .swiper-button-next::after {
  display: none;
}
.page--home .swiper-button-prev svg,
.page--home .swiper-button-next svg {
  width: 0.6em;
  height: 0.6em;
}
.page--home .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.page--home .block--banner .swiper-button-prev,
.page--home .block--banner .swiper-button-next {
  background: var(--schedule-release);
}
.page--home .section--video .swiper-button-prev,
.page--home .section--video .swiper-button-next {
  background: var(--schedule-fcnews);
}

/* ---------- parts ---------- */
.page--home .section-tit {
  display: inline-block;
  white-space: nowrap;
}

.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--top {
  opacity: 1;
}
.page--home.loaded .section--top .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 .block--banner,
.page--home.open .area--official,
.page--home.open .area--fc,
.page--home.open .block--birthday {
  opacity: 1;
  pointer-events: auto;
}
.page--home.open .section--top .mainvisual--logo {
  opacity: 1;
}
.page--home.open .section--top .mainvisual--img {
  opacity: 1;
}
.page--home.open .section--top .scrolldown {
  opacity: 1;
}

.page--photo.category-8 #loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: var(--dream-color);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s, visibility 0.6s;
}
.page--photo.category-8 #loading .loading--door {
  position: relative;
  width: 100vw;
  aspect-ratio: 1366/769;
}
.page--photo.category-8 #loading .loading--door img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
}
.page--photo.category-8 #loading .loading--door img:first-child {
  opacity: 1;
}
.page--photo.category-8.loaded_delay .loading--door img {
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.page--photo.category-8.loaded_delay .loading--door img:nth-child(1) {
  animation-name: frame1;
}
.page--photo.category-8.loaded_delay .loading--door img:nth-child(2) {
  animation-name: frame2;
}
.page--photo.category-8.loaded_delay .loading--door img:nth-child(3) {
  animation-name: frame3;
}
.page--photo.category-8.loaded_delay .loading--door img:nth-child(4) {
  animation-name: frame4;
}
.page--photo.category-8.loaded_delay .loading--door img:nth-child(5) {
  animation-name: frame5;
}
.page--photo.category-8.loaded_delay .loading--door img:nth-child(6) {
  animation-name: frame6;
}
.page--photo.category-8.loaded_delay .loading--door img:nth-child(7) {
  animation-name: frame7;
}
.page--photo.category-8.loaded_delay .loading--door img:nth-child(8) {
  animation-name: frame8;
}
.page--photo.category-8.loaded_delay .loading--door {
  background-color: #06203f;
}
.page--photo.category-8.open #loading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes frame1 {
  0%, 2% {
    opacity: 1;
  }
  2.01%, 100% {
    opacity: 0;
  }
}
@keyframes frame2 {
  0%, 2% {
    opacity: 0;
  }
  2.01%, 55% {
    opacity: 1;
  }
  55.01%, 100% {
    opacity: 0;
  }
}
/* 一瞬 */
@keyframes frame3 {
  0%, 55% {
    opacity: 0;
  }
  55.01%, 57% {
    opacity: 1;
  }
  57.01%, 100% {
    opacity: 0;
  }
}
/* まだ速い */
@keyframes frame4 {
  0%, 57% {
    opacity: 0;
  }
  57.01%, 60% {
    opacity: 1;
  }
  60.01%, 100% {
    opacity: 0;
  }
}
/* 少し減速 */
@keyframes frame5 {
  0%, 60% {
    opacity: 0;
  }
  60.01%, 65% {
    opacity: 1;
  }
  65.01%, 100% {
    opacity: 0;
  }
}
/* ここからゆっくり */
@keyframes frame6 {
  0%, 65% {
    opacity: 0;
  }
  65.01%, 73% {
    opacity: 1;
  }
  73.01%, 100% {
    opacity: 0;
  }
}
/* かなりゆっくり */
@keyframes frame7 {
  0%, 73% {
    opacity: 0;
  }
  73.01%, 88% {
    opacity: 1;
  }
  88.01%, 100% {
    opacity: 0;
  }
}
/* 開き切った状態 */
@keyframes frame8 {
  0%, 88% {
    opacity: 0;
  }
  88.01%, 100% {
    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 fukidasi {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
@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-bottom: 1px dashed #353C11;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.page--info .section--detail .block--tit .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 1.4em;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 0.75em;
  display: inline-flex;
  align-items: center;
  transform: translateY(3px);
}
.page--info .section--detail .block--tit .category.cat2 {
  background-color: var(--schedule-news);
  color: var(--text-color);
}
.page--info .section--detail .block--tit .category.cat3 {
  background-color: var(--schedule-fcnews);
  color: var(--text-color);
}
.page--info .section--detail .block--tit .category.cat5 {
  background: var(--schedule-tv);
}
.page--info .section--detail .block--tit .category.cat6 {
  background: var(--schedule-live);
}
.page--info .section--detail .block--tit .category.cat7 {
  background: var(--schedule-release);
}
.page--info .section--detail .block--tit .category.cat8 {
  background: var(--schedule-magazine);
}
.page--info .section--detail .block--tit .category.cat9 {
  background: var(--schedule-other);
}
.page--info .section--detail .block--tit .block--date {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
}
.page--info .section--detail .block--tit .block--date .date-wrap {
  display: flex;
  margin-right: 8px;
}
.page--info .section--detail .block--tit .block--date .date {
  line-height: 1;
  white-space: nowrap;
  display: flex;
  z-index: 1;
  position: relative;
  align-items: baseline;
  gap: 3px;
}
.page--info .section--detail .block--tit .block--date .date span {
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.page--info .section--detail .block--tit .block--date .date span.year {
  font-size: 1.52em;
}
.page--info .section--detail .block--tit .block--date .date span.md {
  font-size: 2.25em;
}
.page--info .section--detail .block--tit .block--date .date span.week {
  margin: 0 0.3em;
  font-size: 1.5em;
}
.page--info .section--detail .block--tit .block--date .date--end {
  margin-left: 32px;
}
.page--info .section--detail .block--tit .block--date .date--end::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  background: var(--text-color);
  top: 14px;
  left: -17px;
  transform: rotate(90deg);
  background-repeat: no-repeat;
}
.page--info .section--detail .block--tit .block--date:has(.date--end) .week {
  font-size: 1.2em !important;
}
.page--info .section--detail .block--tit .block--date:has(.date--end) .date {
  font-size: 0.9em;
}
.page--info .section--detail .block--tit .tit {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  margin-top: 0.5em;
  word-break: break-word;
  overflow-wrap: break-word;
}
.page--info .section--detail .block--txt {
  position: relative;
  z-index: 1;
  font-size: 14px;
  border-bottom: 1px dashed #353C11;
  margin-bottom: 30px;
  padding-bottom: 64px;
  word-break: break-word;
  font-feature-settings: normal;
}
.page--info .section--detail .block--txt .ph {
  margin: 10px 0;
}
.page--info.category-4 .list--information li.new .tit::after {
  content: "New";
  position: relative;
  display: inline-block;
  color: var(--red);
  margin-left: 8px;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: inherit;
}

.page--schedule .section--list .section-tit {
  margin-bottom: 60px;
}
.page--schedule .section--list .block--month {
  border-bottom: 1px solid var(--text-color);
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.page--schedule .section--list .block--month .tit {
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.page--schedule .section--list .block--month .tit span {
  margin-left: 0.2em;
  font-size: 0.6em;
}
.page--schedule .section--list .block--month .month-pager {
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  gap: 60px;
  margin-bottom: 0.5em;
  font-size: min(1.25em, 1.4vw);
  align-items: center;
  width: 100%;
  justify-content: space-between;
  transform: translateY(-50%);
}
.page--schedule .section--list .block--month .month-pager .month-pager--prev,
.page--schedule .section--list .block--month .month-pager .month-pager--next {
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  margin: 0;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: var(--schedule-fcnews);
  color: var(--text-color);
  border: 1px solid var(--text-color);
  transition: transform 0.3s ease;
}
.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;
  padding: 1.2em;
}
.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.2em;
  height: 1.2em;
}
.page--schedule .section--list .block--month .month-pager .month-pager--next a svg {
  margin-left: 0.1em;
}
.page--schedule .section--list .block--month .month-pager .month-pager--prev a svg {
  transform: translateY(-0.1em) rotate(-180deg);
  margin-right: 0.1em;
}
@media (hover: hover) and (pointer: fine) {
  .page--schedule .section--list .list--sort .checkbox:not(:has(input:checked)):hover .category {
    background: #fff !important;
  }
}
.page--schedule .section--detail .box {
  position: relative;
}
.page--schedule .section--detail .box .block--tit {
  display: block;
}
.page--schedule .section--detail .box .block--tit .block--date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: static;
  padding: 0;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  letter-spacing: 0.04em;
  flex-wrap: wrap;
}
.page--schedule .section--detail .box .block--tit .block--date .date-wrap {
  display: flex;
}
.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);
}
.page--schedule .section--detail .box .block--tit .tit {
  padding: 0;
}

.page--video .section--list .section-tit {
  margin-bottom: 30px;
  line-height: 1;
}
.page--video .section--detail .block--tit {
  display: flex;
  position: relative;
  align-items: baseline;
  flex-direction: column;
}
.page--video .section--detail .block--tit .block--date {
  margin-top: 0.3em;
  order: 2;
}
.page--video .section--detail .block--tit .block--date .date {
  line-height: 1;
  white-space: nowrap;
  display: flex;
  z-index: 1;
  position: relative;
  gap: 0;
}
.page--video .section--detail .block--tit .block--date .date span.md {
  font-size: 14px;
}
.page--video .section--detail .block--tit .block--date .date span.year {
  font-size: 14px;
}
.page--video .section--detail .block--tit .tit {
  order: 1;
  margin: 0;
}
.page--video .section--detail .block--txt {
  min-height: auto;
}
.page--video .section--detail .video {
  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 .thumb.square {
  border: 1px solid #d9d9d9;
}
.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 #353C11;
  background: transparent;
}
.page--disco .section--detail .swiper-button-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #353C11;
}
.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 dashed #353C11;
  border-bottom: 1px dashed #353C11;
}
.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.5em;
  margin-left: 1em;
  margin-bottom: 0.3em;
  border: 1px solid rgba(53, 60, 17, 0.7);
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
  vertical-align: middle;
  border-radius: 4px;
}
.page--disco .section--detail .block--detail .block--tit .date {
  opacity: 0.8;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 12px;
}
.page--disco .section--detail .block--detail .block--track,
.page--disco .section--detail .block--detail .block--review {
  padding: 0 24px;
  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--review .txt {
  padding: 0 5px;
}
.page--disco .section--detail .block--detail .block--track .track + .track {
  margin-top: 16px;
}
.page--disco .section--detail .block--detail .block--track .title {
  margin-bottom: 0.5em;
  font-size: 14px;
  font-weight: bold;
}
.page--disco .section--detail .block--detail .block--track .list--track > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 0;
}
.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: 2em;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  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: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.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--photo.category-1 a,
.page--video a,
.page--movie.category-4 a,
.page--archive a,
.page--photo.category-8 a {
  position: relative;
}
.page--photo.category-1 a .thumb,
.page--video a .thumb,
.page--movie.category-4 a .thumb,
.page--archive a .thumb,
.page--photo.category-8 a .thumb {
  margin-bottom: 0;
}
.page--photo.category-1 a .block--txt,
.page--video a .block--txt,
.page--movie.category-4 a .block--txt,
.page--archive a .block--txt,
.page--photo.category-8 a .block--txt {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 0;
  z-index: 10;
  max-width: 100%;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 0px;
  left: 0px;
  bottom: 0px;
  background-color: var(--base-color);
  border: 1px solid var(--text-color);
  border-radius: 0 0 8px 8px;
  border-top: none;
  padding: 12px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--photo.category-1 a .block--txt .tit,
.page--photo.category-1 a .block--txt .date,
.page--video a .block--txt .tit,
.page--video a .block--txt .date,
.page--movie.category-4 a .block--txt .tit,
.page--movie.category-4 a .block--txt .date,
.page--archive a .block--txt .tit,
.page--archive a .block--txt .date,
.page--photo.category-8 a .block--txt .tit,
.page--photo.category-8 a .block--txt .date {
  word-break: break-all;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--photo.category-1 a .block--txt .date,
.page--video a .block--txt .date,
.page--movie.category-4 a .block--txt .date,
.page--archive a .block--txt .date,
.page--photo.category-8 a .block--txt .date {
  font-size: 0.8em;
  margin-bottom: 4px;
}

.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: 50px;
}
.page--movie .section--list .block--tit h3 {
  margin-right: 20px;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: min(3.75em, 4.4vw);
}
.page--movie .section--list .block--tit .list__more {
  margin-bottom: 0.3em;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  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 0;
  margin-bottom: 50px;
  border-bottom: 1px dashed #353C11;
}
.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: 1;
  margin-top: 0.5em;
  font-size: 12px;
}
.page--movie.new-movie .section--detail .section--inner .area--movie {
  margin-bottom: 100px;
}
.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: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
  padding-top: 70px;
  border-top: 1px dashed #353C11;
}
.page--movie.new-movie .section--detail .section--inner .list--contents li .thumb {
  width: 100%;
  line-height: 1;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 5;
  outline: 1px solid #d9d9d9;
}
.page--movie.new-movie .section--detail .section--inner .list--contents li.updated .tit::after {
  content: "New";
  position: relative;
  display: inline-block;
  color: var(--red);
  margin-left: 8px;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: inherit;
}
.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--movie {
  /* Voice */
}
.page--movie.category-2 .list--contents > li a, .page--movie.category-2.new-movie .section--detail .section--inner .list--contents > li a {
  padding: 24px;
  border: 1px solid var(--text-color);
}
.page--movie.category-2 .list--contents > li .block--txt, .page--movie.category-2.new-movie .section--detail .section--inner .list--contents > li .block--txt {
  align-items: center;
  margin-top: 0;
}
.page--movie.category-2 .list--contents > li .block--txt .tit, .page--movie.category-2.new-movie .section--detail .section--inner .list--contents > li .block--txt .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page--movie.category-2 .list--contents > li .block--txt::before, .page--movie.category-2.new-movie .section--detail .section--inner .list--contents > li .block--txt::before {
  content: "";
  background: url("/static/imase/fanclub/renewal_w8loia6h/common/voice.svg");
  display: block;
  position: relative;
  width: 50%;
  height: auto;
  aspect-ratio: 5/1;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 8px;
  margin-bottom: 8px;
  background-position: center;
  margin-inline: auto;
}

.page--photo .list--contents .block--txt .tit {
  line-height: 1.5;
  -webkit-line-clamp: 2;
  max-height: 3.8em;
  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(53, 60, 17, 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;
  position: absolute;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
}
.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;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  transition: all 0.6s ease-out 0s;
  border: 2px solid #ffffff;
  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--photo #swipebox-caption {
  transition: 0.5s;
  position: absolute;
  width: 100vw;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 8px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.page--photo #swipebox-caption:empty {
  display: none;
}
.page--photo {
  /* Dream */
}
.page--photo.category-8 a .block--txt {
  border: 1px solid var(--white);
  left: -1px;
}
.page--photo.category-8 .logo svg {
  fill: var(--white);
}
.page--photo.category-8 .wrap {
  background-color: var(--dream-color);
}
.page--photo.category-8 .section--list .txt--lead {
  color: var(--white);
  margin-bottom: 45px;
}
.page--photo.category-8 .section--list .list--contents li span.icon_images {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
  z-index: 10;
  color: var(--base-color);
  font-size: 24px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
}
.page--photo.category-8 .section--list .block--pager .pager__item--other {
  color: var(--white);
}
.page--photo.category-8 .section--list .block--pager .pager__item--current span {
  color: var(--white);
}
.page--photo.category-8 .section--list .section-tit,
.page--photo.category-8 .section--list .detail__btn,
.page--photo.category-8 .section--list .detail__btn svg {
  color: var(--white);
}
.page--photo.category-8 .section--list .no-data.comingsoon {
  color: var(--white);
}
.page--photo.category-8 .copyright {
  color: var(--white);
}

.page--blog .section--list .list--contents .clearfix {
  padding: 1.5em;
}
.page--blog .section--detail .section--inner > .txt {
  font-feature-settings: normal;
}
.page--blog .section--detail .block--tit {
  width: 100%;
  margin-bottom: 50px;
  border-top: 2px solid var(--text-color);
  border-bottom: 2px solid var(--text-color);
  display: flex;
}
.page--blog .section--detail .block--tit .label--date,
.page--blog .section--detail .block--tit .label--tit {
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 0.75em;
  line-height: 1;
  margin-bottom: 16px;
}
.page--blog .section--detail .block--tit .date--wrap,
.page--blog .section--detail .block--tit .tit--wrap {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 16px;
}
.page--blog .section--detail .block--tit .date--wrap {
  flex: 0 0 120px;
  position: relative;
  opacity: 1;
  font-size: 1em;
  justify-content: flex-start;
}
.page--blog .section--detail .block--tit .date--wrap::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--text-color);
}
.page--blog .section--detail .block--tit .tit--wrap {
  flex: 1;
  min-width: 0;
}
.page--blog .section--detail .block--tit .tit--wrap .tit {
  line-height: 1.4;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  letter-spacing: 0.1em;
  font-size: 1.2em;
}
.page--blog .section--detail .block--tit .tit--wrap .label--tit {
  position: relative;
}
.page--blog .section--detail .block--tit .tit--wrap .label--tit::after {
  content: "";
  position: absolute;
  display: inline-block;
  padding: 3px 8px 4px;
  line-height: 1;
  font-size: 12px;
  border: 1px solid var(--text-color);
  margin-left: 1em;
  font-weight: normal;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.page--blog .section--detail.writer5 .block--tit .tit--wrap .label--tit::after {
  content: "Staff";
  background-color: #D3FFA1;
}
.page--blog .section--detail.writer12 .block--tit .tit--wrap .label--tit::after {
  content: "imase";
  background-color: var(--color-3);
}
.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: var(--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 dashed #353C11;
  border-bottom: 1px dashed #353C11;
  padding: 50px 0 50px;
}
.page--blog .section--detail .block--comment .tit {
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 1.2em;
}
.page--blog .section--detail .block--comment .list--comment li {
  border-bottom: 1px dashed #353C11;
  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.comment {
  margin-top: 1em;
}
.page--blog .section--detail .block--comment .block--pager.comment .pager__item--newer a,
.page--blog .section--detail .block--comment .block--pager.comment .pager__item--newer span,
.page--blog .section--detail .block--comment .block--pager.comment .pager__item--older a,
.page--blog .section--detail .block--comment .block--pager.comment .pager__item--older span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  width: 2.5em;
}
.page--blog .section--detail .block--comment .block--pager.comment .pager__item--newer svg,
.page--blog .section--detail .block--comment .block--pager.comment .pager__item--older svg {
  display: block;
}
.page--blog .section--detail .block--comment .block--pager.comment .pager__item--newer svg {
  transform: rotate(180deg);
}
.page--blog .section--detail .block--comment .block--pager.comment .pager__item--older svg {
  transform: rotate(360deg);
}
.page--blog .section--detail .block--pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
}
.page--blog .section--detail .block--pager > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--blog .section--detail .block--pager .pager__item--newer a,
.page--blog .section--detail .block--pager .pager__item--newer span,
.page--blog .section--detail .block--pager .pager__item--older a,
.page--blog .section--detail .block--pager .pager__item--older span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--blog .section--detail .block--pager .pager__item--newer a,
.page--blog .section--detail .block--pager .pager__item--newer span,
.page--blog .section--detail .block--pager .pager__item--older a,
.page--blog .section--detail .block--pager .pager__item--older span {
  width: 6em;
  gap: 8px;
}
.page--blog .section--detail .block--pager .pager__item--newer svg,
.page--blog .section--detail .block--pager .pager__item--older svg {
  display: block;
}
.page--blog .section--detail .block--pager .pager__item--newer svg {
  transform: rotate(360deg);
}
.page--blog .section--detail .block--pager .pager__item--older svg {
  transform: rotate(180deg);
}
.page--blog .section--detail .block--pager .detail__btn {
  margin: 0;
}
.page--blog .section--detail .block--pager .detail__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--blog .section--detail .block--pager .detail__btn .duplication {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  opacity: 1;
  transition: transform 0.3s ease;
}
.page--blog .section--detail .block--pager .detail__btn .duplication p {
  line-height: 1;
  flex-shrink: 0;
}
.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: #353C11;
}
.page--blog.page--complete .txt--basic {
  margin-bottom: 4em;
}

.page--blog_diary .writer {
  position: absolute;
  position: absolute;
  top: -47px;
  left: 0;
  padding: 16px 52px 16px 42px;
  background-color: var(--text-color);
  line-height: 1;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  z-index: 0;
}
.page--blog_diary .writer::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--white);
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  z-index: -1;
}
.page--blog_diary .list--contents a {
  border: 1px solid var(--text-color);
}
.page--blog_diary .list--contents .writer12 .writer::before {
  background: var(--color-3);
}
.page--blog_diary .list--contents .writer5 .writer::before {
  background: #D3FFA1;
}

.page--blog_dream {
  border: none;
}

.page--profile.section--detail .section-tit {
  margin-bottom: 20px;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  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 #353C11;
  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 #353C11;
}
.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: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.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: 16/9;
}

.page--birthday-message .section--detail .tit {
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #353C11;
  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 #353C11;
}
.page--birthday-message .section--detail .txt--basic {
  padding-bottom: 1em;
  border-bottom: 1px solid #353C11;
}

.page--support .block--title {
  font-size: 1.25em;
}
.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(53, 60, 17, 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 #353C11;
  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: #353C11;
  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;
  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 #353C11;
  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;
  font-size: 1.25em;
  font-weight: 600;
}
.page--faq .list--faq {
  margin: 0 0 5em;
}
.page--faq .list--faq li {
  position: relative;
  z-index: 1;
  border-bottom: 1px dashed var(--text-color);
}
.page--faq .list--faq li:first-child {
  border-top: 1px dashed var(--text-color);
  margin-top: 30px;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 1.5em;
}
.page--faq .list--faq li a .tit,
.page--faq .list--faq li a .txt {
  line-height: 1.4;
  margin-top: 2px;
}
.page--faq .list--faq .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.page--faq .section--detail .section-tit {
  font-weight: 600;
  border-bottom: 1px dashed #212121;
  padding-bottom: 1em;
}
.page--faq .section--detail .section-tit .tit--category {
  font-size: 12px;
  margin-bottom: 3px;
}
.page--faq .section--detail .section-tit .icon--q {
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.page--faq .section--detail .block--txt {
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
  border-bottom: 1px dashed #212121;
  padding-bottom: 1.5em;
}
.page--faq .section--detail .block--txt .icon--a {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.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 .content--main > section {
  padding: 120px 5vw 150px;
  margin: 0 auto;
  position: relative;
  max-width: 960px;
}
.page--questionnaire .section-tit {
  margin-bottom: 30px;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.4;
}
.page--questionnaire .txt--basic {
  margin-bottom: 30px;
}
.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 .form--post {
  margin: 3em auto;
  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(53, 60, 17, 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;
  color: var(--text-color);
}
.page--questionnaire .wrap .content--main > section form .form--post .form__select select option {
  color: #353C11;
}
.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: 1px solid var(--text-color);
}
.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(53, 60, 17, 0.368627451);
}
.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-bottom: 3em;
}
.page--entry.section--detail .section-tit img {
  display: block;
  width: min(90%, 500px);
  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 dashed var(--text-color);
  border-bottom: 1px dashed var(--text-color);
  font-size: 1.25em;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}
.page--entry.section--detail .block--tit {
  margin-bottom: 16px;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
}
.page--entry.section--detail .block--video {
  margin-bottom: 100px;
}
.page--entry.section--detail .block--video .video {
  border: 1px solid #353C11;
  overflow: hidden;
}
.page--entry.section--detail .block--contents {
  margin-bottom: 100px;
}
.page--entry.section--detail .block--contents .list--contents {
  padding: 60px 5%;
  border: 1px solid var(--text-color);
}
.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: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #353C11;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 24px;
  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 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 #353C11;
  font-size: 1.3em;
  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: 50px;
}
.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 {
  border: 1px solid currentColor;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48%;
  padding: 40px;
}
.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%;
  min-width: unset;
}
.page--entry.section--detail .block--entry .block--entry__link .btn + .btn {
  margin-top: 1em;
}

.page--stream .section-tit {
  margin-bottom: 20px;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: min(90px, 10vw);
  text-align: center;
}
.page--stream .methodList img {
  border: solid 1px #d9d9d9;
}
.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 dashed var(--text-color);
  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 img,
.page--stream .adjustList img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
.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: 1px solid currentColor;
}
.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--bbs
------------------------------ */
.page--bbs .btn {
  margin: 0 0 1em;
}
.page--bbs .block--bbs-option {
  margin: 0 0 50px 0;
}
.page--bbs .block--bbs-option .threadSort {
  margin: 0 0 20px;
}
.page--bbs .block--bbs-option .threadSort .select--sort,
.page--bbs .block--bbs-option .threadSort .select--limit {
  position: relative;
  display: inline-block;
}
.page--bbs .block--bbs-option .threadSort .select--sort::after,
.page--bbs .block--bbs-option .threadSort .select--limit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--text-color);
  border-bottom: 1px solid var(--text-color);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.page--bbs .block--bbs-option .threadSort .select--sort select,
.page--bbs .block--bbs-option .threadSort .select--limit select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0.8em 2.8em 0.8em 1em;
  border: none;
  border-radius: 8px;
  background: rgba(53, 60, 17, 0.0901960784);
  color: var(--text-color);
  font-size: 13px;
  line-height: 1.4;
}
.page--bbs .block--bbs-option .threadSearch .searchCat {
  margin: 0 0 20px 0;
}
.page--bbs .block--bbs-option .threadSearch .searchCat li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.page--bbs .block--bbs-option .threadSearch .searchCat li input {
  display: inline-block;
  margin-right: 1em;
  accent-color: #1c1c1c;
  position: relative;
  top: 1px;
}
.page--bbs .block--bbs-option .threadSearch .searchCat li label {
  font-size: 14px;
}
.page--bbs .block--bbs-option .threadSearch .searchForm {
  position: relative;
  max-width: 500px;
}
.page--bbs .block--bbs-option .threadSearch .searchForm .search {
  width: 100%;
  padding-right: 55px;
}
.page--bbs .block--bbs-option .threadSearch .searchForm input[type=text] {
  border: 1px solid var(--placeholder-color);
  padding: 0.8em 2.8em 0.8em 1em;
}
.page--bbs .block--bbs-option .threadSearch .searchForm .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--text-color);
  font-size: 1.3em;
  cursor: pointer;
  opacity: 0.5;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.page--bbs .block--bbs-option .threadSearch .searchForm .submit i {
  display: block;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .page--bbs .list--thread li {
    transition: 0.3s;
  }
  .page--bbs .list--thread li:hover {
    transform: translateY(-10px);
  }
}
.page--bbs .block--parent {
  background: var(--base-color);
  border: 1px solid var(--text-color);
  margin: 0 auto 50px;
  font-size: 15px;
  position: relative;
}
.page--bbs .block--parent a {
  height: 100%;
}
.page--bbs .block--parent.new .date::after {
  content: "New";
  position: relative;
  display: inline-block;
  color: var(--red);
  margin-left: 8px;
  font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: inherit;
}
.page--bbs .block--parent::before {
  content: "";
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/bbs/ring.png);
  display: block;
  width: 30px;
  height: 80%;
  position: absolute;
  background-repeat: round;
  background-size: contain;
  left: -12px;
  top: 10%;
}
.page--bbs .block--parent.color_2::before {
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/bbs/ring_02.png);
}
.page--bbs .block--parent.color_3::before {
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/bbs/ring_03.png);
}
.page--bbs .block--parent.color_4::before {
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/bbs/ring_04.png);
}
.page--bbs .block--parent.color_5::before {
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/bbs/ring_05.png);
}
.page--bbs .block--parent.color_6::before {
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/bbs/ring_06.png);
}
.page--bbs .block--parent.color_7::before {
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/bbs/ring_07.png);
}
.page--bbs .block--parent.color_8::before {
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/bbs/ring_08.png);
}
.page--bbs .block--parent.color_9::before {
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/bbs/ring_09.png);
}
.page--bbs .block--parent.color_10::before {
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/bbs/ring_10.png);
}
.page--bbs .block--parent a {
  padding: 50px;
}
.page--bbs .block--parent a .tit {
  font-size: 18px;
  margin: 0 0 6px 0;
  font-weight: bold;
  line-height: 1.5;
}
.page--bbs .block--parent a .data {
  font-size: 14px;
}
.page--bbs .block--parent .txt {
  padding: 50px;
}
.page--bbs .inBox {
  margin-bottom: 20px;
  border: 1px solid #1c1c1c;
  padding: 40px;
  background: #fff;
}
.page--bbs .inBox .ph {
  margin: 0 auto 20px;
}
.page--bbs .inBox .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.page--bbs .inBox .ph img.dummy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.page--bbs .inBox .name {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  display: block;
}
.page--bbs .inBox .txt {
  font-size: 15px;
  margin: 20px 0 15px 0;
}
.page--bbs .inBox .date {
  font-size: 12px;
  font-weight: bold;
}
.page--bbs .inBox h3 {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  margin: 0 0 20px 0;
}
.page--bbs .block--post {
  margin: 0 auto 50px;
  font-size: 15px;
  position: relative;
}
.page--bbs .block--post::before {
  content: "";
  background-image: url(/static/imase/fanclub/renewal_w8loia6h/bbs/clip.svg);
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  right: 20px;
  top: -26px;
  width: 57px;
  height: 87px;
  background-size: 100% 100%;
}
.page--bbs .block--post dl {
  margin-bottom: 50px;
}
.page--bbs .form--post dl dt {
  opacity: 0.7;
  font-weight: bold;
  font-size: 13px;
}
.page--bbs .form--post dl dd {
  margin-bottom: 20px;
  border-bottom: 1px solid #525252;
  padding: 0 0 20px 0;
}
.page--bbs .form--post dl dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}
.page--bbs .icon--like {
  cursor: pointer;
}
.page--bbs .list--comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--bbs .list--comment:after {
  display: block;
  content: "";
  width: calc(33.3333333333% - 13.3333333333px);
}
.page--bbs .list--comment li {
  position: relative;
  width: calc(33.3333333333% - 13.3333333333px);
  margin-bottom: 20px;
  border: 1px solid var(--text-color);
  padding: 20px;
  background: var(--base-color);
  display: flex;
  flex-direction: column;
}
.page--bbs .list--comment li .ph {
  margin: 0 auto 20px;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.page--bbs .list--comment li .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.page--bbs .list--comment li .ph img.dummy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.page--bbs .list--comment li .block--user .name {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  display: block;
}
.page--bbs .list--comment li .txt {
  font-size: 15px;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page--bbs .list--comment li .date {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}
.page--bbs .list--comment li.is-artist {
  background: var(--color-3);
}
.page--bbs .flex--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  flex-direction: row;
  width: 100%;
}
.page--bbs .icon--like [id^=heart_].clicked, .page--bbs .icon--like #heart.clicked {
  color: var(--red);
}

.page--bbs.page--list .ph {
  width: 100%;
  max-width: 350px;
}

.page--wallpaper .section--list .list--contents {
  gap: 2%;
}
.page--wallpaper .section--list .list--contents li {
  width: 23.5%;
  margin-bottom: 50px;
}
.page--wallpaper .section--list .list--contents li .block--txt {
  font-size: 0.9em;
  margin-top: 1em;
}
.page--wallpaper .section--list .list--contents li .thumb {
  aspect-ratio: 9/16;
}
.page--wallpaper .section--detail .section--inner .block--tit {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #353C11;
}
.page--wallpaper .section--detail .section--inner .block--tit .tit {
  font-size: 1.5em;
}
.page--wallpaper .section--detail .section--inner .block--tit .date {
  opacity: 1;
  margin-top: 0.5em;
  font-size: 12px;
}
.page--wallpaper .section--detail .section--inner .ph {
  width: 30%;
  margin: 0 auto 30px;
}
.page--wallpaper .section--detail .note {
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid var(--text-color);
}
.page--wallpaper .section--detail .note .tit {
  margin-bottom: 10px;
  border-bottom: 1px dashed #353C11;
  padding-bottom: 5px;
  font-weight: bold;
}
.page--wallpaper .section--detail .note .note_list > li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 4px;
  line-height: 1.5;
  font-size: 15px;
}
.page--wallpaper .section--detail .note .note_list > li:last-child {
  margin-bottom: 0;
}

/* page--error
------------------------------ */
.page--error {
  text-align: center;
}
.page--error .section--detail {
  padding-left: 5vw;
  padding-right: 5vw;
}
.page--error .section--detail .tit {
  font-weight: 500;
  margin-bottom: 40px;
  font-size: min(2em, 5.5vw);
}
.page--error .section--detail .txt {
  line-height: 1.8;
}
.page--error .section--detail .txt + .btn {
  margin-top: 0.5em;
}
.page--error .section--detail .txt {
  margin-bottom: 40px;
}

.page-feature__course-error .section--detail .btn {
  padding-top: 40px;
}

.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 #353C11;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  transition: 0.3s;
  overflow: hidden;
  background: #353C11;
  color: #ffffff;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .block--pager .pager__other--list li a {
    transition: 0.3s;
  }
  .block--pager .pager__other--list li a:hover::after {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .block--pager .pager__item--newer a,
  .block--pager .pager__item--older a {
    transition: transform 0.3s ease;
  }
  .block--pager .pager__item--newer a:hover,
  .block--pager .pager__item--older a:hover {
    transform: scale(1.1);
  }
  .block--pager.comment .pager__item--newer a,
  .block--pager.comment .pager__item--older a {
    transition: transform 0.3s ease;
  }
  .block--pager.comment .pager__item--newer a:hover,
  .block--pager.comment .pager__item--older a:hover {
    transform: scale(1);
    opacity: 0.8;
  }
  .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;
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  .btn--main:hover,
  input.btn--main:hover {
    background: var(--base-color);
    color: var(--text-color);
  }
  .btn--sub:hover,
  input.btn--sub:hover {
    color: var(--white);
    background: var(--text-color);
  }
  .detail__btn a {
    transition: opacity 0.3s ease;
  }
  .detail__btn a:hover {
    opacity: 0.5;
  }
  .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: 16em;
  }
  .list--information li a .block--txt {
    min-width: calc(100% - 16em);
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .list--information li a .block--txt .tit {
    -webkit-line-clamp: 1;
    max-height: 1.6em;
    line-height: 1.6;
  }
  .list--information li a .sp {
    display: none;
  }
  .list--information li.new::before {
    left: 0;
  }
  .list--schedule {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-width: 400px;
  }
  .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: translateX(-10px);
  }
  .list--schedule .block--date .date .year {
    font-size: 24px;
  }
  .list--schedule .block--date .date .mdw {
    font-size: 36px;
  }
  .list--schedule .block--date .date .week {
    font-size: 20px;
    margin-left: 0;
  }
  .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;
  }
  body:not(.drawer-visible):not(.drawer--close) .block--drawer:hover {
    transform: translateY(calc(-100% + 8px));
  }
  .drawer {
    max-height: 80vh;
    overflow: hidden;
  }
  .drawer .inner {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid var(--text-color);
    border-top: none;
    border-radius: 0 0 0 1em;
  }
  .drawer .g-nav {
    height: auto;
    flex-direction: column;
    width: 40vw;
  }
  .drawer .g-nav .nav--official {
    width: 100%;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--text-color);
  }
  .drawer .g-nav .nav--official::before {
    top: 100%;
    right: -1px;
    cursor: pointer;
    pointer-events: auto;
  }
  .drawer .g-nav .nav--fc {
    width: 100%;
    max-width: none;
    position: relative;
    z-index: 1;
    margin-top: -16px;
    border: none;
  }
  .drawer .g-nav .nav--fc .block--login {
    margin-bottom: 20px;
    margin-top: 64px;
  }
  .drawer .g-nav .nav--official,
  .drawer .g-nav .nav--fc {
    width: 100%;
    max-width: none;
    overflow: visible;
    box-sizing: border-box;
    padding: 24px 40px;
  }
  .drawer .g-nav .nav--official .nav--contents__list,
  .drawer .g-nav .nav--fc .nav--contents__list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 3em;
    column-gap: 3em;
    row-gap: 0.5em;
    padding-bottom: 8px;
  }
  .drawer .g-nav .nav--official .nav--contents__list li,
  .drawer .g-nav .nav--fc .nav--contents__list li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .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%);
  }
  .drawer .g-nav .nav--official .nav--contents__list li a,
  .drawer .g-nav .nav--fc .nav--contents__list li a {
    transition: 0.3s;
  }
  .drawer .g-nav .nav--official .nav--contents__list li a:hover,
  .drawer .g-nav .nav--fc .nav--contents__list li a:hover {
    opacity: 0.5;
  }
  .drawer .g-nav .nav--official .nav--sns__list,
  .drawer .g-nav .nav--fc .nav--sns__list {
    flex-wrap: nowrap;
  }
  .drawer .g-nav .nav--official .nav--sns__list li,
  .drawer .g-nav .nav--fc .nav--sns__list li {
    transition: 0.3s;
  }
  .drawer .g-nav .nav--official .nav--sns__list li:hover,
  .drawer .g-nav .nav--fc .nav--sns__list li:hover {
    opacity: 0.5;
  }
  .drawer-visible .drawer__btn {
    top: calc(100% - 1px);
  }
  .wovn-languages .nav-dropdown .list--language li {
    transition: transform 0.3s ease, background-color 0.2s ease;
  }
  .wovn-languages .nav-dropdown .list--language li.selected:hover {
    transform: scale(1.05);
  }
  .wovn-languages .nav-dropdown .list--language li:hover {
    background-color: var(--color-4);
  }
  .footer .inner {
    margin: 0 5vw;
    padding-bottom: 2vw;
  }
  .footer .footer--logo {
    z-index: 10;
    width: 29vw;
    max-width: 208px;
    margin: 4em 0 3em;
  }
  .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 .nav--support {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5em;
  }
  .footer .block--support ul:last-child {
    margin-right: 0;
  }
  .footer .block--support ul li:last-child {
    margin-bottom: 0;
  }
  .footer .copyright {
    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 {
    line-height: 1.3;
    position: relative;
    z-index: 1;
    transition: 0.3s;
  }
  .page--home .area--fc .section--login .list--login li a:hover,
  .drawer .g-nav .nav--fc .nav--login li a:hover {
    opacity: 0.5;
  }
  a:hover .view_detail {
    opacity: 1;
  }
  .section--list .section-tit {
    font-size: min(4rem, 5vw);
  }
  .section--list .block--category li:hover,
  .section--list .block--category .list--sort li:hover {
    color: var(--text-color);
  }
  .section--list .block--category li:not(.current) a:hover,
  .section--list .block--category .list--sort li:not(.current) a:hover {
    color: var(--text-color);
    background: none;
  }
  .section--list .category {
    transition: 0.3s;
  }
  .section--list .category:hover {
    background-color: var(--white);
  }
  .section--detail .block--share a {
    transition: 0.3s;
  }
  .section--detail .block--share a:hover {
    opacity: 0.5;
  }
  .section--detail .block--txt a {
    transition: 0.3s;
  }
  .section--detail .block--txt a:hover {
    opacity: 0.4;
  }
  .page--member .section--list .list--contents li img {
    transition: transform 0.3s;
  }
  .page--member .section--list .list--contents li a:hover img {
    transform: scale(1.1);
  }
  .block--birthday {
    bottom: 32px;
    left: 32px;
  }
  .block--birthday a {
    transition: transform 0.3s ease, background-color 0.2s ease;
  }
  .block--birthday a:hover {
    transform: scale(1.05);
  }
  .page--home .section--top {
    display: grid;
    gap: 16px;
    width: 100%;
    height: 100vh;
    height: 100svh;
    padding: 16px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .page--home .section--top .block--mainvisual {
    display: contents;
  }
  .page--home .section--top .mainvisual--img {
    grid-column: 1;
    grid-row: 1/3;
    width: auto;
    height: 100%;
    aspect-ratio: 691/688;
    overflow: hidden;
  }
  .page--home .section--top .mainvisual--img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page--home .section--top .mainvisual--logo {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    min-height: 0;
    height: 59vh;
  }
  .page--home .section--top .mainvisual--logo .mainvisual--logo__img {
    width: min(78%, 700px);
    margin: 0;
  }
  .page--home .section--top .mainvisual--logo .mainvisual--logo__img svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .page--home .section--top .block--banner {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    min-width: 0;
    overflow: hidden;
  }
  .page--home .section--top .block--banner .swiper {
    width: 100%;
    min-width: 0;
    padding-right: 24px;
  }
  .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 .block--banner .swiper-pagination {
    position: static;
    margin-top: 20px;
  }
  .page--home .block--banner .swiper-button-next {
    right: calc(-20px - 2em);
  }
  .page--home .block--banner .swiper {
    padding-top: 10px;
  }
  .page--home .block--banner li a {
    transition: 0.3s;
  }
  .page--home .block--banner li a:hover {
    transform: translateY(-10px);
  }
  .page--home .block--banner #listBanner.single {
    width: 100%;
    margin: 0 auto;
    width: 42vw;
  }
  .page--home .block--banner #listBanner.double {
    width: 100%;
    margin: 0 auto;
  }
  .page--home .block--banner #listBanner.double .list--bnr {
    justify-content: space-between;
  }
  .page--home .block--banner #listBanner.double li {
    width: calc((100% - 30px) / 2);
  }
  .page--home .area--official {
    padding-top: 120px;
  }
  .page--home .area--official [class^=section--]:not(.section--video) {
    width: 90vw;
    margin: 0 auto 160px;
  }
  .page--home .area--official .tit-wrap {
    margin-bottom: 3em;
    flex-direction: column;
    width: 560px;
  }
  .page--home .area--official .tit-wrap .section-tit {
    margin-bottom: 16px;
    font-size: min(4em, 4.5vw);
  }
  .page--home .area--official .section--news .tit-wrap::before,
  .page--home .area--official .section--schedule .tit-wrap::before,
  .page--home .area--official .section--video .tit-wrap::before {
    top: 0;
  }
  .page--home .area--official .section--news .tit-wrap::before {
    height: 100%;
  }
  .page--home .area--official .section--schedule .tit-wrap::before {
    height: 100%;
  }
  .page--home .area--official .section--video {
    padding-left: 5vw;
  }
  .page--home .area--official .section--video .tit-wrap {
    margin-right: 30px;
  }
  .page--home .area--official .section--video .tit-wrap::before {
    width: auto;
    height: calc(100% - 120px);
  }
  .page--home .area--official .list--information,
  .page--home .area--official .list--schedule {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  .page--home .area--official .list--information li,
  .page--home .area--official .list--schedule li {
    padding: 0;
  }
  .page--home .area--official .list--information a,
  .page--home .area--official .list--schedule a {
    padding: 32px 0;
  }
  .page--home .area--official .list__more {
    transition: 0.3s;
  }
  .page--home .area--official .list__more:hover {
    opacity: 0.5;
  }
  .page--home .area--official section {
    display: flex;
    align-items: flex-start;
  }
  .page--home .area--official .section--news .list--information .block--date {
    padding: 0;
  }
  .page--home .area--official .section--schedule {
    min-height: 510px;
    box-sizing: border-box;
  }
  .page--home .area--official .section--schedule .list--schedule {
    order: 1;
  }
  .page--home .area--official .section--schedule .list--schedule li.comingsoon {
    padding: 80px 0;
    font-size: 24px;
    margin-top: 150px;
  }
  .page--home .area--official .section--schedule .tit-wrap {
    order: 2;
    align-items: flex-end;
  }
  .page--home .area--official .section--schedule .block--date {
    padding-left: 20px;
  }
  .page--home .area--official .section--video {
    padding-bottom: 120px;
  }
  .page--home .area--official .section--video #listVideo {
    width: 65vw;
    margin-left: auto;
    margin-right: 0;
  }
  .page--home .area--official .section--video .swiper {
    padding-top: 10px;
    padding-right: 24px;
    overflow-x: hidden;
    width: 100%;
  }
  .page--home .area--official .section--video .swiper-button-wrap {
    position: absolute;
    bottom: 29.2px;
    left: -115px;
    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.7em;
    height: 2.7em;
  }
  .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:not(.section--dream):not(.section--bbs):not(.section--stream) .block--item {
    padding: 24px 24px 32px;
  }
  .page--home .area--fc > section .block--item img {
    transition: filter 0.6s ease-in-out, mix-blend-mode 0s 0.6s;
  }
  .page--home .area--fc > section .block--item::after {
    transition: opacity 0.6s ease-in-out;
  }
  .page--home .area--fc > section .block--item a:hover .thumb img {
    mix-blend-mode: normal;
    filter: grayscale(0%);
    transition: mix-blend-mode 0s, filter 0.6s 0.08s ease-in-out;
  }
  .page--home .area--fc > section .block--item a:hover .thumb::after {
    opacity: 0;
  }
  .page--home .area--fc > section .block--txt {
    gap: 16px;
  }
  .page--home .area--fc .list__more {
    transition: 0.6s;
  }
  .page--home .area--fc .list__more:hover {
    opacity: 0.5;
  }
  .page--home .area--fc .section--login .logo {
    width: min(48vw, 512px);
  }
  .page--home .area--fc .section--login .list--login {
    margin-top: 48px;
    font-size: 24px;
  }
  .page--home .area--fc .section--login .item__birthday {
    border-left: 1px solid var(--text-color);
  }
  .page--home .area--fc .section--stream {
    margin: 30px auto;
  }
  .page--home .area--fc .section--stream .block--item {
    width: max(70vw, 896px);
    padding: 32px;
    display: flex;
    gap: 32px;
  }
  .page--home .area--fc .section--stream .block--txt {
    padding: 32px;
  }
  .page--home .area--fc .section--stream .tit-wrap {
    width: 70%;
  }
  .page--home .area--fc .section--blog .section-tit {
    text-align: left;
  }
  .page--home .area--fc .section--blog .block--item::before {
    top: -32px;
    width: 63px;
  }
  .page--home .area--fc .section--blog .block--txt {
    margin-top: 32px;
  }
  .page--home .area--fc .section--movie .section-tit {
    text-align: left;
  }
  .page--home .area--fc .section--movie .block--img {
    margin: 16px 0;
  }
  .page--home .area--fc .section--movie .parts_border.pc {
    display: block;
  }
  .page--home .area--fc .section--movie .parts_border.sp {
    display: none;
  }
  .page--home .area--fc .section--photo .block--item::before {
    left: 5px;
    top: -18px;
  }
  .page--home .area--fc .section--photo .block--item img {
    line-height: 1;
    overflow: hidden;
  }
  .page--home .area--fc .section--photo .block--item .block--txt {
    margin-top: 48px;
  }
  .page--home .area--fc [class^=section--] .block--item {
    transition: 0.3s;
  }
  .page--home .area--fc [class^=section--] .block--item:hover {
    transform: translateY(-10px);
  }
  .page--home.open .section--top .mainvisual--img {
    width: 54vw;
    height: calc(100svh - 32px);
    overflow: hidden;
  }
  .page--schedule .list--sort .checkbox .category {
    transition: background-color 0.3s;
  }
  .page--schedule .list--sort .checkbox:hover .category {
    background: var(--white);
  }
  .page--schedule .section--list .block--month .tit {
    font-size: min(5.25em, 6vw);
    line-height: 1;
    white-space: nowrap;
  }
  .page--schedule .section--list .block--month .month-pager {
    padding-bottom: 16px;
  }
  .page--schedule .section--list .block--month .month-pager .month-pager--prev,
  .page--schedule .section--list .block--month .month-pager .month-pager--next {
    transition: transform 0.3s ease;
  }
  .page--schedule .section--list .block--month .month-pager .month-pager--prev:hover,
  .page--schedule .section--list .block--month .month-pager .month-pager--next:hover {
    transform: scale(1.1);
  }
  .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 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 #353C11;
    font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.02em;
    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 1.6em;
    border-right: 1px solid #353C11;
    border-bottom: 1px solid #353C11;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.3s;
    position: relative;
  }
  .page--schedule .calendar .calendar-wrap .week .cell:has(a):hover {
    background: rgba(216, 236, 238, 0.4);
  }
  .page--schedule .calendar .calendar-wrap .week .cell:nth-child(1) {
    border-left: 1px solid #353C11;
  }
  .page--schedule .calendar .calendar-wrap .week .cell .date {
    margin-left: -0.2em;
    font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.02em;
    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 {
    height: auto;
    padding: 0.8em 0.5em 0px;
  }
  .page--schedule .calendar .calendar-wrap .week .cell .list__txt a {
    transform-origin: left bottom;
    transition: 0.3s;
    inset: 0;
    position: static;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .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.2em;
  }
  .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;
    background: rgba(255, 255, 255, 0.4);
    font-family: "acumin-pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 12px;
    line-height: 1;
  }
  .page--schedule .calendar .calendar-wrap .week .cell .category.cat5 {
    background: var(--schedule-tv);
  }
  .page--schedule .calendar .calendar-wrap .week .cell .category.cat6 {
    background: var(--schedule-live);
  }
  .page--schedule .calendar .calendar-wrap .week .cell .category.cat7 {
    background: var(--schedule-release);
  }
  .page--schedule .calendar .calendar-wrap .week .cell .category.cat8 {
    background: var(--schedule-magazine);
  }
  .page--schedule .calendar .calendar-wrap .week .cell .category.cat9 {
    background: var(--schedule-other);
  }
  .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 56px;
  }
  .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 {
    display: flex;
    width: 30%;
  }
  .page--blog .section--list .list--contents li > a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .page--blog_diary .section--list .list--contents {
    margin-top: 64px;
  }
  .page--blog_diary .section--list .list--contents li {
    margin-bottom: 100px;
  }
  .page--photo #swipebox-caption {
    bottom: 60px;
    max-width: 90vw;
  }
  .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: var(--color-2);
  }
  .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: #ffffff;
    background-color: #353C11;
  }
  /* page--bbs
  ------------------------------ */
  .page--bbs .list--thread {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 40px;
  }
  .page--bbs .list--thread .block--parent {
    width: 100%;
  }
  .page--bbs .block--bbs-option {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .page--bbs .block--bbs-option .threadSort {
    flex-shrink: 0;
    margin: 0;
  }
  .page--bbs .block--bbs-option .threadSort .select--sort select,
  .page--bbs .block--bbs-option .threadSort .select--limit select {
    padding: 1.3em 2.8em 1.3em 1.4em;
  }
  .page--bbs .block--bbs-option .threadSearch {
    width: 500px;
    flex-shrink: 0;
  }
  .page--bbs .block--bbs-option .threadSearch .searchForm {
    width: 100%;
    max-width: none;
  }
  .page--bbs .block--comment {
    transition: 0.3s;
  }
  .page--bbs .block--comment:hover {
    transform: translateY(-10px);
  }
  .page--bbs .commentconfirm .inBox .txt {
    text-align: center;
  }
  .page--bbs .btn .btn--main {
    text-align: center;
  }
  .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: #353C11;
    background: #ffffff;
  }
}
@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: 60px;
  }
  .list--information li a {
    flex-direction: column;
    padding: 20px 16px;
  }
  .list--information li a .block--date {
    gap: 8px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 8px;
  }
  .list--information li a .block--date .category {
    margin: 0.5em 0 0.2em;
    margin-left: 0;
  }
  .list--information li a .block--date .date {
    display: flex;
    font-size: 12px;
  }
  .list--information li a .block--date .date span.md {
    margin: 0 0 2px;
    font-size: 32px;
  }
  .list--information li a .block--date .date span.year {
    margin: 0 0.1em;
    font-size: 20px;
  }
  .list--information li a .block--date .date span.week {
    font-size: 18px;
  }
  .list--information li a .block--date .date--end::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    position: absolute;
    background: var(--text-color);
    top: -35%;
    left: 50%;
    transform: rotate(30deg);
    background-repeat: no-repeat;
  }
  .list--information li a .block--txt {
    min-width: calc(100% - 5.3em);
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .list--information li a .block--txt .tit {
    -webkit-line-clamp: 2;
    max-height: 3.2em;
    line-height: 1.6;
  }
  .list--information li a .block--txt .pc {
    display: none;
  }
  .list--information li.new::before {
    right: 0;
  }
  .list--schedule li a,
  .category-4 .list--information li a {
    padding: 20px 0;
  }
  .list--schedule li a .block--date,
  .category-4 .list--information li a .block--date {
    min-width: 5.3em;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-direction: column;
    margin-bottom: 0;
  }
  .list--schedule li a .block--date .date,
  .category-4 .list--information li a .block--date .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
  }
  .list--schedule li a .block--date .date span.md,
  .category-4 .list--information li a .block--date .date span.md {
    margin: 0 0 2px;
    font-size: 32px;
  }
  .list--schedule li a .block--date .date span.year,
  .category-4 .list--information li a .block--date .date span.year {
    margin: 0 0.1em;
    font-size: 20px;
  }
  .list--schedule li a .block--date .date span.week,
  .category-4 .list--information li a .block--date .date span.week {
    font-size: 18px;
  }
  .list--schedule li a .block--date .date--end::after,
  .category-4 .list--information li a .block--date .date--end::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    position: absolute;
    background: var(--text-color);
    top: -32%;
    left: 50%;
    transform: rotate(30deg);
    background-repeat: no-repeat;
  }
  .list--schedule li a .block--txt,
  .category-4 .list--information li a .block--txt {
    min-width: calc(100% - 5.3em);
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .list--schedule li a .block--txt .tit,
  .category-4 .list--information li a .block--txt .tit {
    -webkit-line-clamp: 3;
    max-height: 8em;
    line-height: 1.6;
  }
  .list--schedule li.new::before,
  .category-4 .list--information li.new::before {
    right: 0;
  }
  .category-4 .list--information li a {
    display: flex;
    flex-direction: row;
  }
  .category-4 .list--information li a .block--date {
    margin-bottom: 0px;
  }
  .list--schedule li a {
    padding: 0;
    flex-direction: row;
  }
  .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(32px, 8.4vw);
    position: relative;
    top: -2px;
  }
  .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: 32vw;
    max-width: 120px;
    padding: 6px 15px;
  }
  .block--drawer {
    right: 0;
  }
  .drawer__btn {
    right: 14px;
    height: auto;
    padding: 1.35em 0;
  }
  .drawer__btn::before {
    margin-bottom: 0;
  }
  .drawer__btn::after {
    right: 1em;
    width: 1.8em;
  }
  .drawer {
    top: 0;
    width: 100vw;
    max-height: 90vh;
    overflow: hidden;
    border: 1px solid #353C11;
    border-top: none;
    border-radius: 0 0 0.5em 0.5em;
    background: var(--schedule-fcnews);
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0s 0.3s;
  }
  .drawer .inner {
    max-height: 76vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .drawer .g-nav {
    flex-direction: column;
  }
  .drawer .g-nav .nav--official,
  .drawer .g-nav .nav--fc {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
  }
  .drawer .g-nav .nav--official .nav--contents__list,
  .drawer .g-nav .nav--fc .nav--contents__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 3em;
         column-gap: 3em;
    row-gap: 0.5em;
  }
  .drawer .g-nav .nav--official .nav--contents__list li,
  .drawer .g-nav .nav--fc .nav--contents__list li {
    font-size: min(6.3vw, 30px);
  }
  .drawer .g-nav .nav--official {
    position: relative;
    margin-left: 0;
    outline: 1px solid var(--text-color);
    border-top: none;
    border-radius: 0 0 0 0.5em;
  }
  .drawer .g-nav .nav--official::before {
    right: 14px;
  }
  .drawer .g-nav .nav--official .nav--sns__list {
    margin-top: 40px;
  }
  .drawer .g-nav .nav--fc {
    margin-top: 40px;
    border: none;
    border-radius: 0;
  }
  .drawer .g-nav .nav--fc .nav--login {
    font-size: 20px;
  }
  .drawer .g-nav .nav--fc .block--nav-logo {
    width: min(64vw, 250px);
  }
  .drawer-visible {
    overflow: hidden;
  }
  .drawer-visible .drawer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.3s, visibility 0s;
  }
  .wovn-languages {
    right: calc(20px + 7em);
    top: 9px;
  }
  .wovn-languages::before {
    margin-top: -0.45em;
  }
  .wovn-languages.visible::before {
    margin-top: -0.2em;
  }
  .footer .inner {
    margin: 0em 5vw;
    padding-bottom: 13vw;
  }
  .footer .footer--logo {
    top: 3em;
    right: 5vw;
    z-index: 10;
    width: 40vw;
    max-width: 162px;
    margin: 40px 0;
  }
  .footer .nav--support__sns {
    margin-bottom: 1.5em;
  }
  .footer .block--support ul {
    text-align: center;
  }
  .footer .block--support ul li {
    margin-bottom: 1.5em;
  }
  .updated {
    width: 4em;
    height: 4em;
  }
  .section--list {
    padding: 100px 5vw 60px;
  }
  .section--list .section-tit {
    font-size: min(36px, 2.25em);
  }
  .section--list .block--category,
  .section--list .block--category .list--sort {
    margin-bottom: 30px;
  }
  .section--detail {
    padding: 100px 5vw 60px;
  }
  .ballArea_bg .ball:nth-child(1) {
    display: none;
  }
  .ballArea_bg .ball:nth-child(2) {
    width: 150px;
    height: 150px;
  }
  .ballArea_bg .ball:nth-child(3) {
    width: 120px;
    height: 120px;
  }
  .ballArea_bg .ball:nth-child(4) {
    width: 90px;
    height: 90px;
  }
  .ballArea_bg .ball:nth-child(5) {
    display: none;
  }
  .block--birthday {
    bottom: 15px;
    right: 15px;
    font-size: 1em;
  }
  .block--birthday a {
    width: 120px;
  }
  body.page--home.drawer-visible .block--birthday {
    opacity: 0;
    pointer-events: none;
  }
  .page--home #loading .loading--logo {
    width: 50vw;
  }
  .page--home .wovn-languages {
    right: auto;
    left: 8px;
  }
  .page--home .section--top {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 8px 8px 8px;
    margin-top: 60px;
    box-sizing: border-box;
    min-height: calc(100vh - 60px);
  }
  .page--home .section--top .block--mainvisual {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    flex-grow: 1;
  }
  .page--home .section--top .mainvisual--logo {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(65vw, 246px);
    min-height: 65px;
    margin: 0 auto;
    transform: none;
    flex-grow: 1;
  }
  .page--home .section--top .mainvisual--img {
    width: 0;
    height: auto;
    margin: 0;
    aspect-ratio: 1/1;
  }
  .page--home .block--banner .swiper {
    padding-right: 8px;
  }
  .page--home .block--banner .swiper-button-wrap {
    display: none;
  }
  .page--home .block--banner #listBanner.single {
    margin: 0 auto;
  }
  .page--home .area--official .tit-wrap,
  .page--home .area--fc .tit-wrap {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    height: 11vw;
  }
  .page--home .area--official .tit-wrap .section-tit,
  .page--home .area--fc .tit-wrap .section-tit {
    font-size: max(6vw, 36px);
  }
  .page--home .area--official {
    padding: 160px 5vw 0;
  }
  .page--home .area--official .tit-wrap {
    margin-bottom: 24px;
  }
  .page--home .area--official .list__more {
    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--news .tit-wrap::before,
  .page--home .area--official .section--schedule .tit-wrap::before,
  .page--home .area--official .section--video .tit-wrap::before {
    top: -132px;
  }
  .page--home .area--official .section--news .tit-wrap::before {
    width: min(60vw, 232px);
    left: -40px;
  }
  .page--home .area--official .section--schedule .tit-wrap::before {
    width: min(50vw, 195px);
    right: -40px;
  }
  .page--home .area--official .section--schedule .list--schedule li.comingsoon {
    padding: 60px 0;
    font-size: 16px;
  }
  .page--home .area--official .section--video .tit-wrap::before {
    width: min(70vw, 273px);
    left: -40px;
  }
  .page--home .area--official section {
    padding-bottom: 160px;
  }
  .page--home .area--official .list--information,
  .page--home .area--official .list--schedule {
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .page--home .area--official .list--information li,
  .page--home .area--official .list--schedule li {
    padding: 20px 16px;
  }
  .page--home .area--official .section--news .list--information li a {
    padding: 0;
  }
  .page--home .area--official .section--news .list--information li a .block--date {
    min-width: 0;
    padding: 0;
    justify-content: flex-start;
    padding: 0;
  }
  .page--home .area--official .section--news .list--information li a .block--date .date {
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 3px;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    z-index: 1;
  }
  .page--home .area--official .section--news .list--information li a .block--date .date .md,
  .page--home .area--official .section--news .list--information li a .block--date .date .year {
    margin: 0;
  }
  .page--home .area--official .section--news .list--information li a .block--txt {
    flex: 1;
    min-width: 0;
    align-items: flex-start;
    text-align: left;
  }
  .page--home .area--official .section--schedule {
    min-height: 220px;
  }
  .page--home .area--official .section--schedule li a .block--date {
    padding: 0;
  }
  .page--home .area--official .section--schedule li a .block--txt {
    padding-left: 20px;
  }
  .page--home .area--official .section--video .swiper,
  .page--home .area--official .section--video .list--video {
    overflow: visible;
  }
  .page--home .area--official .section--video .swiper-button-wrap {
    display: none;
  }
  .page--home .area--fc {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 80px 6.15vw;
  }
  .page--home .area--fc section:not(.section--dream):not(.section--bbs):not(.section--stream) .block--item {
    padding: max(4vw, 16px);
  }
  .page--home .area--fc .section--login {
    grid-column: auto;
    width: 100%;
  }
  .page--home .area--fc .tit-wrap {
    margin-bottom: 16px;
  }
  .page--home .area--fc > section .block--item .thumb img {
    transition: filter 0.1s linear;
  }
  .page--home .area--fc > section .block--item .thumb::after {
    transition: opacity 0.1s linear;
  }
  .page--home .area--fc > section .block--item a:hover .thumb img {
    filter: grayscale(0%);
  }
  .page--home .area--fc > section .block--item a:hover .thumb::after {
    opacity: 0;
  }
  .page--home .area--fc > section .section-tit {
    font-size: min(3.75em, 12.8vw);
  }
  .page--home .area--fc > section .block--txt {
    font-size: 1em;
    gap: 8px;
  }
  .page--home .area--fc > section .block--txt .tit {
    font-size: 1em;
  }
  .page--home .area--fc > section .block--txt .date {
    font-size: max(0.75em, 15px);
  }
  .page--home .area--fc > section .btn__pop {
    font-size: 14px;
  }
  .page--home .area--fc .section--login .logo {
    width: min(76vw, 294px);
  }
  .page--home .area--fc .section--login .list--login {
    margin-top: 24px;
    font-size: 20px;
  }
  .page--home .area--fc .section--login .list--login li a {
    font-size: 1.14em;
  }
  .page--home .area--fc .section--login .list--login:has(.item__birthday) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page--home .area--fc .section--login .item__birthday {
    padding: 15px 0 0 !important;
    margin-top: 15px;
    border-top: 1px solid var(--text-color);
  }
  .page--home .area--fc .section--stream .tit-wrap {
    height: 100%;
  }
  .page--home .area--fc .section--stream .section-tit {
    font-size: min(2.6em, 10vw);
  }
  .page--home .area--fc .section--stream .block--item {
    padding: 32px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .page--home .area--fc .section--stream .block--item .block--txt {
    padding: 24px 16px;
    gap: 10px;
  }
  .page--home .area--fc .section--stream .block--item .block--txt .date {
    font-size: 1.2em;
  }
  .page--home .area--fc .section--stream .block--item .block--txt .date .year {
    font-size: 16px;
  }
  .page--home .area--fc .section--stream .block--item .block--txt .tit {
    font-size: 1.1em;
  }
  .page--home .area--fc .section--blog .section-tit {
    text-align: left;
  }
  .page--home .area--fc .section--blog .block--item::before {
    top: -40px;
    width: max(10vw, 75px);
  }
  .page--home .area--fc .section--blog .block--item .author {
    top: -38px;
    padding: 12px 30px;
  }
  .page--home .area--fc .section--blog .block--item .tag {
    padding: 9px 31px 8px 35px;
    top: -32px;
    left: 91px;
  }
  .page--home .area--fc .section--blog .block--txt {
    margin-top: 16px;
  }
  .page--home .area--fc .section--movie .section-tit {
    text-align: left;
  }
  .page--home .area--fc .section--movie .block--item {
    margin: 0 0 0 auto;
  }
  .page--home .area--fc .section--movie .block--img {
    margin: 2vw 0;
  }
  .page--home .area--fc .section--movie .block--img .parts_border.pc {
    display: none;
  }
  .page--home .area--fc .section--movie .block--img .parts_border.sp {
    display: block;
  }
  .page--home .area--fc .section--movie .block--img .parts_play {
    width: 8vw;
  }
  .page--home .area--fc .section--photo .block--item::before {
    top: -18px;
    left: -1px;
  }
  .page--home .area--fc .section--photo .block--item .block--txt {
    margin-top: 16px;
  }
  .page--home .area--fc .section--bbs .block--item .block--tit, .page--home .area--fc .section--bbs .block--item .block--txt {
    padding: 24px 16px 24px 36px;
  }
  .page--home .area--fc .section--bbs .block--item .thread-title {
    width: 80%;
  }
  .page--home .area--fc .section--bbs .block--item::after {
    width: 33px;
    height: 85%;
    left: -14px;
  }
  .page--home .area--fc .section--dream .inner--wrap .block--left .block--txt {
    padding: 28px 12px;
  }
  .page--home .area--fc .section--dream .inner--wrap .block--door {
    width: 45%;
    overflow: hidden;
    flex: 1 1 40%;
  }
  .page--home .area--fc .section--dream .inner--wrap .block--door img {
    width: 140%;
    max-width: none;
  }
  .page--home .area--fc .section--dream .inner--wrap .block--left {
    gap: 24px;
  }
  .page--home .area--fc .section--dream .inner--wrap .block--left .block--txt::before {
    top: -12px;
  }
  .page--home.open .section--top .mainvisual--img {
    width: calc(100vw - 16px);
  }
  .page--photo.category-8 #loading .loading--door {
    width: 100vw;
    transform: scale(1.5);
    transform-origin: center;
  }
  .page--photo.category-8 #loading .loading--door img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page--info .section--detail .block--tit {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page--info .section--detail .block--tit .block--date .date--end::after {
    top: 12px;
  }
  .page--schedule .section--inner {
    margin: 32px auto 0px;
  }
  .page--schedule .list--schedule li {
    border-top: none;
    padding: 0;
  }
  .page--schedule .list--schedule li.comingsoon {
    border-bottom: none;
  }
  .page--schedule .list--schedule .list__txt {
    border-top: 1px dashed var(--text-color);
    padding: 20px 0;
  }
  .page--schedule .section--list .section-tit {
    margin-bottom: 30px;
  }
  .page--schedule .section--list .block--month {
    margin-top: 2.5em;
    margin-bottom: 3.5em;
    text-align: center;
  }
  .page--schedule .section--list .block--month .tit {
    font-size: min(4.16em, 12.8vw);
    line-height: 1;
    margin-bottom: 0;
  }
  .page--schedule .section--list .block--month .month-pager {
    font-size: min(1em, 3.5vw);
    justify-content: space-between;
    margin-top: -0.5em;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .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 .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(7vw, 70px);
  }
  .page--schedule .section--detail .box .block--tit .tit {
    padding: 0;
  }
  .page--schedule .section--detail .box .block--tit .category {
    top: -37px;
    left: 0px;
  }
  .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--txt {
    padding: 20px 0 40px;
  }
  .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: 24px 8px;
  }
  .page--disco .section--detail .area--disco-detail .block--detail .block--track {
    padding: 0 8px;
  }
  .page--disco .section--detail .area--disco-detail .block--detail .block--comment > .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .page--disco .section--detail .area--disco-detail .block--detail .block--comment > .btn a {
    width: 100%;
  }
}
@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 .section--list .block--btn {
    margin: 0 auto 2em;
    display: flex;
    justify-content: center;
  }
  .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 {
    display: block;
  }
  .page--movie.new-movie .wrap .section--detail .section--inner .list--contents li {
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
  }
  .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--movie {
    /* Voice */
  }
  .page--movie.category-2 .list--contents > li, .page--movie.category-2.new-movie .section--detail .section--inner .list--contents > li {
    margin-bottom: 32px;
  }
  .page--movie.category-2 .list--contents > li a, .page--movie.category-2.new-movie .section--detail .section--inner .list--contents > li a {
    padding: 16px;
  }
  .page--movie.category-2 .list--contents > li .block--txt .date, .page--movie.category-2.new-movie .section--detail .section--inner .list--contents > li .block--txt .date {
    font-size: 13px;
  }
  .page--movie.category-2 .list--contents > li .block--txt .tit, .page--movie.category-2.new-movie .section--detail .section--inner .list--contents > li .block--txt .tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .page--movie.category-2 .list--contents > li .block--txt::before, .page--movie.category-2.new-movie .section--detail .section--inner .list--contents > li .block--txt::before {
    width: 50%;
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .page--blog .section--detail .block--tit .tit {
    font-size: 1.285em;
  }
  .page--blog .section--detail .block--pager .detail__btn {
    margin: 0 0 0.2em;
  }
  .page--blog_diary .section--list .list--contents {
    margin-top: 70px;
  }
  .page--blog_diary .section--list .list--contents li {
    margin-bottom: 90px;
  }
  .page--blog_diary .writer {
    top: -45px;
  }
  .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--photo #swipebox-caption {
    bottom: 8.5vh;
    max-width: 60vw;
  }
  .page--photo {
    /* Dream */
  }
  .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--tit {
    font-size: 28px;
  }
  .page--entry.section--detail .block--video {
    margin-bottom: 60px;
  }
  .page--entry.section--detail .block--contents {
    margin-bottom: 60px;
  }
  .page--entry.section--detail .block--contents .list--contents {
    padding: 32px 8%;
  }
  .page--entry.section--detail .block--contents .list--contents li {
    width: 100%;
    margin-bottom: 28px;
  }
  .page--entry.section--detail .block--contents .list--contents li .tit {
    font-size: 20px;
  }
  .page--entry.section--detail .block--specific-info {
    margin-bottom: 60px;
  }
  .page--entry.section--detail .block--entry .block--entry__link .block {
    width: 100%;
    padding: 30px;
  }
  .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 #353C11;
    background: transparent;
  }
  .page--stream .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #353C11;
  }
  .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;
    position: absolute;
    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 #353C11;
    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--faq .searchBox {
    position: relative;
    margin: 20px 0;
  }
  .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;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* page--bbs
  ------------------------------ */
  .page--bbs .block--parent {
    margin: 0 auto 30px;
    font-size: 14px;
  }
  .page--bbs .block--parent::before {
    width: 34px;
    height: 83%;
    position: absolute;
    background-size: auto 43px;
    left: -14px;
  }
  .page--bbs .block--parent .txt {
    padding: 50px 30px 50px 40px;
  }
  .page--bbs .block--parent a {
    padding: 50px 24px 50px 40px;
  }
  .page--bbs .inBox {
    padding: 20px;
  }
  .page--bbs .inBox .ph {
    margin: 0 auto 20px;
  }
  .page--bbs .inBox .name {
    font-size: 11px;
  }
  .page--bbs .inBox .txt {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .page--bbs .inBox .date {
    font-size: 11px;
    font-weight: bold;
  }
  .page--bbs .inBox h3 {
    padding: 2px 10px;
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  .page--bbs .block--post {
    padding: 20px;
    margin: 0 auto 30px;
    font-size: 12px;
  }
  .page--bbs .block--post::before {
    right: 20px;
    top: -22px;
    width: 47px;
    height: 72px;
  }
  .page--bbs .block--post .form--post dl {
    margin-bottom: 20px;
  }
  .page--bbs .block--post .form--post dl dt {
    font-size: 12px;
  }
  .page--bbs .block--post .form--post dl dd {
    font-size: 14px;
  }
  .page--bbs .block--post .form--post dl dd textarea {
    margin-bottom: 16px;
  }
  .page--bbs .list--comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page--bbs .list--comment:after {
    display: block;
    content: "";
    width: calc(50% - 7.5px);
  }
  .page--bbs .list--comment li {
    position: relative;
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
    padding: 10px;
  }
  .page--bbs .list--comment li .ph {
    margin: 0 auto 20px;
  }
  .page--bbs .list--comment li .block--user .name {
    font-size: 11px;
  }
  .page--bbs .list--comment li .txt {
    font-size: 14px;
  }
  .page--bbs .list--comment li .date {
    font-size: 11px;
  }
  .page--bbs .commentconfirm .inBox .txt {
    margin: 20px 0 10px 0;
  }
  .page--wallpaper .section--list .list--contents {
    gap: 4%;
    display: flex;
    flex-wrap: wrap;
  }
  .page--wallpaper .section--list .list--contents li {
    width: 48%;
    margin-bottom: 40px;
  }
  .page--wallpaper .section--list .list--contents li .block--txt {
    font-size: 1em;
  }
  .page--wallpaper .section--list .list--contents li .block--txt .date {
    font-size: 0.8em;
  }
  .page--wallpaper .section--detail .section--inner .block--tit .tit {
    font-size: 1.5em;
  }
  .page--wallpaper .section--detail .section--inner .block--tit .date {
    opacity: 1;
    margin-top: 0.5em;
    font-size: 12px;
  }
  .page--wallpaper .section--detail .section--inner .ph {
    width: 100%;
    margin: 0 auto 30px;
  }
  .page--wallpaper .section--detail .section--inner .ph::after {
    display: none;
  }
  .page--wallpaper .section--detail .section--inner .ph img {
    pointer-events: all;
  }
  .page--wallpaper .section--detail .txt--center {
    text-align: center;
    margin-bottom: 70px;
  }
  .page--wallpaper .section--detail .note {
    padding: 15px;
    margin-bottom: 20px;
  }
  .page--wallpaper .section--detail .note .note_list > li {
    font-size: 13px;
  }
  .page--wallpaper .section--detail .note .note_list > li a {
    display: inline;
    text-decoration: underline;
  }
}
/* ----------------------------

tablet

------------------------------ */
@media screen and (min-width: 458px) and (max-width: 961px) {
  .page--home .section--top .mainvisual--logo {
    width: min(65vw, 450px);
    min-height: 240px;
  }
}/*# sourceMappingURL=service.css.map */