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

@font-face {
  font-family: "LINESeedJP";
  src: url("/static/dish/fanclub_renewal/font/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("/static/dish/fanclub_renewal/font/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
}
/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html.wf-loading body {
  visibility: hidden;
  opacity: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

html body {
  opacity: 1;
  transition: opacity 0.3s, background 0.2s;
}

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

body {
  position: relative;
  background-color: #F7F7F7;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/dish/fanclub_renewal/common/bg_texture.webp);
  background-size: 350px;
  background-blend-mode: multiply;
  pointer-events: none;
}
body {
  color: #303030;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "LINESeedJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 15px;
    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: "LINESeedJP", "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;
  overflow-wrap: break-word;
}

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

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

::-moz-selection {
  background-color: #303030;
  color: #F3F3F3;
}

::selection {
  background-color: #303030;
  color: #F3F3F3;
}

::-moz-selection {
  background-color: #303030;
  color: #F3F3F3;
}

summary {
  list-style: none;
  cursor: pointer;
}

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

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

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
label:focus:not(:focus-visible),
input:focus:not(:focus-visible),
iframe:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
[tabindex="0"]:focus:not(:focus-visible),
input[type=submit]:focus:not(:focus-visible),
summary:focus:not(:focus-visible) {
  box-shadow: none;
}

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

@media (hover: none) and (pointer: coarse) {
  a:focus-visible,
  button:focus-visible,
  label:focus-visible,
  input:focus-visible,
  textarea:focus-visible,
  select:focus-visible,
  [tabindex]:focus-visible,
  input[type=submit]:focus-visible,
  summary:focus-visible {
    box-shadow: none;
    border-color: inherit;
  }
}
.using-mouse textarea:focus {
  box-shadow: none;
  border-color: inherit;
}

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

.block--pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  row-gap: 1em;
  margin: 60px auto 0;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}
.block--pager .pager__item--current,
.block--pager .pager__item--other {
  font-size: 1.6rem;
}
.block--pager .pager__item--current a,
.block--pager .pager__item--current span,
.block--pager .pager__item--other a,
.block--pager .pager__item--other span {
  display: block;
  position: relative;
  padding: 0.3em 0.5em;
  text-align: center;
  line-height: 1;
}
.block--pager .pager__item--current a::after,
.block--pager .pager__item--current span::after,
.block--pager .pager__item--other a::after,
.block--pager .pager__item--other span::after {
  content: "";
  display: block;
  position: absolute;
  width: auto;
  height: 1px;
  inset: auto 0.3em 0;
  background: currentColor;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.2s;
  transition: clip-path 0.2s;
  transition: clip-path 0.2s, -webkit-clip-path 0.2s;
}
.block--pager .pager__item--current span::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--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: 1.8em;
  height: 1.8em;
  margin: 0;
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 1px solid currentColor;
  background: #FFFFFF;
  color: #303030;
  transition: opacity 0.3s;
}
.block--pager .pager__item--newer .arrow,
.block--pager .pager__item--older .arrow {
  margin: 0;
  width: 0.6em;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.5;
}
.block--pager .pager__item--newer {
  margin-right: 1em;
}
.block--pager .pager__item--older {
  margin-left: 1em;
}

.page--member .block--pager .pager__item--newer a,
.page--member .block--pager .pager__item--newer span,
.page--member .block--pager .pager__item--older a,
.page--member .block--pager .pager__item--older span {
  background: #1a1a1a;
  color: #DBD7A1;
}

.page--vip .block--pager .pager__item--newer a,
.page--vip .block--pager .pager__item--newer span,
.page--vip .block--pager .pager__item--older a,
.page--vip .block--pager .pager__item--older span {
  background: #DBD7A1;
  color: #303030;
}

.swiper-button-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 10px;
}

.swiper-pagination,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.swiper-pagination .border,
.swiper-pagination-bullets.swiper-pagination-horizontal .border {
  display: block;
  width: 100px;
  height: 1px;
  background: #303030;
}
.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0;
  background: #FFFFFF;
  border: 1px solid currentColor;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: currentColor;
}

.swiper-button-prev,
.swiper-button-next,
[class^=section--] .swiper-button-prev,
[class^=section--] .swiper-button-next,
.block--ph .swiper-button-prev,
.block--ph .swiper-button-next {
  position: static;
  width: 1.8em;
  height: 1.8em;
  margin: 0;
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 1px solid currentColor;
  background: #FFFFFF;
  color: #303030;
}
.swiper-button-prev::after,
.swiper-button-next::after,
[class^=section--] .swiper-button-prev::after,
[class^=section--] .swiper-button-next::after,
.block--ph .swiper-button-prev::after,
.block--ph .swiper-button-next::after {
  content: "" !important;
  font-size: 1em;
}
.swiper-button-prev .arrow,
.swiper-button-next .arrow,
[class^=section--] .swiper-button-prev .arrow,
[class^=section--] .swiper-button-next .arrow,
.block--ph .swiper-button-prev .arrow,
.block--ph .swiper-button-next .arrow {
  margin: 0;
  width: 0.6em;
  height: 0.6em;
}

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

.page--member .swiper-button-prev,
.page--member .swiper-button-next {
  border: none;
  background: rgba(0, 0, 0, 0.7);
  color: #DBD7A1;
}

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

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

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

.txt--large + p {
  margin-top: 1em;
}

.txt--link {
  padding-right: 0.8em;
  text-decoration: none;
  position: relative;
}
.txt--link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 0.4em;
  height: 0.4em;
  border: 1px solid currentcolor;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}

.txt--indent {
  padding-left: 1em;
  text-indent: -1em;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.en {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.red {
  color: #DA614C;
}

[data-clamp-lines="2"] {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.2em;
  line-height: 1.6;
}

[data-clamp-lines="3"] {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.8em;
  line-height: 1.6;
}

[data-clamp-js] {
  overflow-wrap: anywhere;
}

.ph,
.thumb {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
  vertical-align: bottom;
  background: #F3F3F3;
}
.ph img,
.thumb img {
  max-height: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: bottom;
}
.ph img.cover,
.thumb img.cover {
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.ph.square,
.thumb.square {
  aspect-ratio: 1/1;
}
.ph:has(img.blur) img:first-child,
.thumb:has(img.blur) img:first-child {
  position: absolute;
  inset: 0;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  margin: auto;
  background-size: contain;
}
.ph img.blur,
.thumb img.blur {
  position: relative;
  z-index: 1;
  opacity: 0.9;
  transform: scale(1.4);
  background-size: cover;
  background-color: #FFFFFF;
  filter: blur(20px);
}
.ph.wide,
.thumb.wide {
  aspect-ratio: 16/9;
}
.ph.icon,
.thumb.icon {
  border-radius: 999px;
}
.ph.icon img,
.thumb.icon img {
  background-position: center 15%;
}
.ph::after,
.thumb::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
.ph:not(.icon) + .list__txt,
.thumb:not(.icon) + .list__txt {
  margin-top: 1em;
}

.txt.txt {
  margin-top: 0.5em;
}
.txt .ph,
.txt .thumb {
  margin: 10px 0;
  max-width: 600px;
  background: transparent !important;
}

.page--member .ph,
.page--member .thumb {
  background: #1a1a1a;
}

.page--vip .ph,
.page--vip .thumb {
  background: color-mix(in srgb, #DBD7A1 90%, #1a1a1a 10%);
}

.txt a:not(.txt--link),
.page--support .list--support a,
.page--support .block--txt a {
  text-decoration: underline;
}

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

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

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

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

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

.txt .video {
  margin: 10px 0;
}

.date {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  line-height: 1;
  font-size: 1.3rem;
}

.block--date {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 10px;
}

.tag + .tit,
.tit + .date,
.date + .tit,
.block--date + .tit {
  margin-top: 0.5em;
}

.page--home .area--fc .date,
.page--member .date {
  opacity: 0.8;
}

.page--schedule .block--date,
.list--schedule .block--date,
.list--topics_schedule .block--date {
  margin-bottom: 10px;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.page--schedule .block--date .year,
.list--schedule .block--date .year,
.list--topics_schedule .block--date .year {
  margin-right: -0.2em;
  font-size: 1.25em;
}
.page--schedule .block--date .time,
.list--schedule .block--date .time,
.list--topics_schedule .block--date .time {
  opacity: 0.8;
  margin-left: 0.3em;
}
.page--schedule .date--end,
.list--schedule .date--end,
.list--topics_schedule .date--end {
  position: relative;
  padding-left: 1.7em;
}
.page--schedule .date--end::before,
.list--schedule .date--end::before,
.list--topics_schedule .date--end::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.8em;
  height: 1px;
  left: 0;
  top: 52%;
  background: #303030;
}
.page--schedule .week,
.list--schedule .week,
.list--topics_schedule .week {
  font-size: 1.2rem;
  margin-left: 0.3em;
}

.list--topics_schedule .block--date .year {
  margin-right: 0;
}

.new .tit::after,
.date.new::after {
  content: "NEW";
  display: inline-block;
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 0.4em;
  color: #DA614C;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 1.3rem;
  line-height: 1;
}

.block--sort {
  margin-top: -10px;
  margin-bottom: 40px;
}

.block--sort + .block--sort {
  margin-top: -20px;
}

.category {
  line-height: 1;
}

.block--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.5em 1.5em;
}
.block--category .category a,
.block--category .category span {
  display: block;
  line-height: 1;
  font-size: 1.4rem;
}
.block--category .category .current {
  padding: 0.5em 0.7em 0.4em;
  background: #303030;
  color: #FFFFFF;
  pointer-events: none;
}
.block--category .category .current::after {
  display: none;
}

.page--member .block--category .category .current {
  background: #DBD7A1;
  color: #1a1a1a;
}

.page--vip .block--category .category .current {
  background: #1a1a1a;
  color: #DBD7A1;
}

.block--tag {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.block--sort .block--tag {
  justify-content: center;
}

.block--date + .block--tag,
.date + .block--tag,
.block--tag + .tit {
  margin-top: 0.5em;
}

.block--date .block--tag,
.block--date .date + .block--tag {
  margin-top: 0;
}

.tag {
  position: relative;
  z-index: 30;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-size: 1.2rem;
}
.tag a.current {
  pointer-events: none;
}
.tag:has(a) a, .tag:not(:has(a)) {
  display: flex;
  align-items: baseline;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 5px;
  border: 1px solid #303030;
}
.tag .tag--ico {
  padding: 3px 5px 1px;
  background: #303030;
  border-right: 1px solid #303030;
  color: #FFFFFF;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 1.4rem;
}
.tag .current {
  background: #303030;
  color: #FFFFFF;
}
.tag .current .tag--ico {
  border-color: #FFFFFF;
}

.tag_category .tag--ico,
.list--topics .category {
  color: #303030;
}

.tag_category--fc:has(a) a, .tag_category--fc:not(:has(a)) {
  display: flex;
  align-items: baseline;
  gap: 5px;
  padding-right: 5px;
  border: 1px solid color-mix(in srgb, #DBD7A1 30%, #1a1a1a 70%);
}
.tag_category--fc .tag--ico {
  border-right: 1px solid color-mix(in srgb, #DBD7A1 30%, #1a1a1a 70%);
  color: #DBD7A1;
  background: color-mix(in srgb, #DBD7A1 10%, #1a1a1a 90%);
}

.list--topics .category--info,
.tag_category--info .tag--ico {
  background: #7EFDFF;
}

.list--topics .category--release,
.tag_category--release .tag--ico {
  background: #BFFF7F;
}

.list--topics .category--media,
.tag_category--media .tag--ico {
  background: #FFA7E9;
}

.list--topics .category--attention,
.tag_category--attention .tag--ico {
  background: #FF847D;
}

.list--topics .category--ticket,
.tag_category--ticket .tag--ico {
  background: #FFC471;
}

.list--topics .category--fcnews,
.tag_category--fcnews .tag--ico {
  background: #F8FF90;
}

.list--topics .category--live,
.tag_category--live .tag--ico {
  background: #83BDFF;
}

.list--topics .category--solo,
.tag_category--solo .tag--ico {
  background: #D7A4FF;
}

.list--topics .category--tour,
.tag_category--tour .tag--ico {
  background: #22EB79;
}

.list--topics .category--eventfes,
.tag_category--eventfes .tag--ico {
  background: #FFE74A;
}

.list--topics .category--tv,
.tag_category--tv .tag--ico {
  background: #FF995E;
}

.list--topics .category--radio,
.tag_category--radio .tag--ico {
  background: #EE9CFF;
}

.list--topics .category--web,
.tag_category--web .tag--ico {
  background: #C8FF88;
}

.list--topics .category--movie,
.tag_category--movie .tag--ico {
  background: #A79FFF;
}

.list--topics .category--other,
.tag_category--other .tag--ico {
  background: #D8D8D8;
}

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

symbol {
  overflow: visible;
}

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

.slash {
  fill: currentColor;
}
.slash path {
  fill: currentColor;
  transform-origin: center;
  transform: none;
}
.slash path:first-child {
  transition: transform 0.55s ease-in-out, fill 0.3s;
}
.slash path:nth-child(2) {
  transition: transform 0.5s ease-in-out, fill 0.3s;
}

body.drawer-visible .slash path:first-child,
body.fc-open .slash path:first-child {
  transform: rotate(270deg) translateX(14%);
}
body.drawer-visible .slash path:nth-child(2),
body.fc-open .slash path:nth-child(2) {
  transform: rotate(-270deg) scale(1, -1) translateX(-14%);
}
body.drawer-visible header::before,
body.fc-open header::before {
  opacity: 1;
}

.close {
  width: 40px;
  height: 40px;
  padding: 10px;
}

.arrow {
  width: 0.9em;
  height: 0.9em;
  margin-bottom: -0.15em;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1;
  overflow: hidden;
}
.arrow.arrow_blod {
  stroke-width: 1.3;
}
.arrow.arrow_left {
  transform: rotate(-135deg);
}
.arrow.arrow_right {
  transform: rotate(45deg);
}
.arrow use {
  transition: transform 0.3s;
}

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

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF 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] {
    font-family: "LINESeedJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 15px;
    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] {
    font-family: "LINESeedJP", "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] {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em 1.6em 0.4em 0.8em;
  border-radius: 5px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
}
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 {
  background: #FFF0ea;
  color: #DA614C;
  border-color: #DA614C;
}
input[type=text].form__error:focus, input[type=text][disabled],
input[type=tel].form__error:focus,
input[type=tel][disabled],
input[type=email].form__error:focus,
input[type=email][disabled],
input[type=password].form__error:focus,
input[type=password][disabled],
input[type=number].form__error:focus,
input[type=number][disabled],
input[type=date].form__error:focus,
input[type=date][disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}

input[type=number] {
  padding-right: 0.5em;
}

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

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

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

/* textarea */
@media screen and (min-width: 961px) {
  textarea {
    font-family: "LINESeedJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 15px;
    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: "LINESeedJP", "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: 0.5em 1.6em 0.4em 0.8em;
  border-radius: 5px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
}
textarea.form__error {
  background: #FFF0ea;
  color: #DA614C;
  border-color: #DA614C;
}
textarea.form__error:focus, textarea[disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}

/* select */
.form__select {
  position: relative;
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  width: 0.4em;
  height: 0.4em;
  border: 1px solid currentcolor;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "LINESeedJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 15px;
    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: "LINESeedJP", "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: 0.5em 1.6em 0.4em 0.8em;
  border-radius: 5px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
}
.form__select select.form__error {
  background: #FFF0ea;
  color: #DA614C;
  border-color: #DA614C;
}
.form__select select.form__error:focus, .form__select select[disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}
.form__select::after {
  position: absolute;
  left: auto;
  right: 0.7em;
  top: 1.05em;
  border-top: none;
  border-right: none;
}

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

/* checkbox */
@media screen and (min-width: 961px) {
  .form__checkbox label {
    font-family: "LINESeedJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label {
    font-family: "LINESeedJP", "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 {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox label p {
  position: relative;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.form__checkbox .form__error {
  color: #DA614C;
}
.form__checkbox label p,
.form__checkbox label span {
  padding-left: 1.6em;
}
.form__checkbox label p::before,
.form__checkbox label span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  top: 50%;
  left: 0;
  border: 1px solid #303030;
  margin: -0.6em 0 0;
}
.form__checkbox label p::after,
.form__checkbox label span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8em;
  height: 0.4em;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
  margin: -0.25em 0 0;
  border: 2px solid #303030;
  border-top: none;
  border-right: none;
}
.form__checkbox :checked ~ p::before,
.form__checkbox :checked ~ span::before {
  border-color: #303030;
}
.form__checkbox :checked ~ p::after,
.form__checkbox :checked ~ span::after {
  top: 50%;
  opacity: 1;
}

/* radio */
@media screen and (min-width: 961px) {
  .form__radio label {
    font-family: "LINESeedJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label {
    font-family: "LINESeedJP", "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 {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio label p {
  position: relative;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.form__radio .form__error {
  color: #DA614C;
}
.form__radio label p,
.form__radio label span {
  padding-left: 1.6em;
}
.form__radio label p::before,
.form__radio label span::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #303030;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before,
.form__radio :checked ~ span::before {
  border-color: #303030;
  border-width: 0.3em;
}

/* post,confirm */
p + form {
  margin-top: 20px;
}

.form--post,
.form--confirm {
  background: #FFFFFF;
}
.form--post dt,
.form--confirm dt {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
.form--post dd,
.form--confirm dd {
  margin-bottom: 2em;
  font-size: 1.6rem;
}
.form--post dd:last-child,
.form--confirm dd:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.form--post dd .ph,
.form--post dd img,
.form--confirm dd .ph,
.form--confirm dd img {
  max-width: 500px;
  margin: 0;
}
.form--post .form--horizontal,
.form--confirm .form--horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0.3em;
}
.form--post .form--horizontal li div,
.form--confirm .form--horizontal li div {
  display: inline-block;
}
.form--post + .txt--sub,
.form--confirm + .txt--sub {
  margin-top: 20px;
}

.page--member .form--post,
.page--member .form--confirm {
  background: #303030;
  color: #DBD7A1;
}
.page--member input[type=text],
.page--member input[type=tel],
.page--member input[type=email],
.page--member input[type=password],
.page--member input[type=number],
.page--member input[type=date],
.page--member textarea {
  background: color-mix(in srgb, #303030 80%, #FFFFFF 20%);
  color: #DBD7A1;
  border: 1px solid color-mix(in srgb, #DBD7A1 30%, transparent 70%);
}

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

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

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

p + .block--error {
  margin-top: 20px;
}

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

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

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

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

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

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

.btn--main,
input.btn--main {
  background: #303030;
  color: #F3F3F3;
}

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

.page--member .btn--main,
.page--member input.btn--main {
  background: #DBD7A1;
  color: #303030;
  border-color: #DBD7A1;
}
.page--member .content--main > form input[type=submit],
.page--member .btn--sub,
.page--member input.btn--sub {
  background: transparent;
  color: #DBD7A1;
  border-color: #DBD7A1;
}

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

/* detail__btn */
.detail__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
.detail__btn a {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.detail__btn a .arrow {
  margin: 0;
  margin-top: -0.15em;
}

.section--list .detail__btn {
  margin-inline: auto;
}

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

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

/* list__more */
.list__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.list__more a {
  display: flex;
  align-items: center;
  gap: 0.3em;
  padding: 10px 0;
  margin-bottom: -10px;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
}
.list__more a .arrow {
  width: 0.8em;
  height: 0.8em;
  margin-top: -0.3em;
}
.list__more.center a {
  justify-content: center;
}

ul:has(li.no-data) {
  display: block !important;
}

li.no-data {
  padding: 30px 0;
}

/* list--information */
.list--info li,
.list--schedule li {
  position: relative;
}
.list--info li > a, .list--info li > span, .list--info li > .inner,
.list--schedule li > a,
.list--schedule li > span,
.list--schedule li > .inner {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid currentColor;
}

.link--cover {
  position: absolute;
  inset: 0;
  z-index: 20;
}

.block--tit + .list--info:not(.list--topics),
.block--tit + .list--schedule {
  margin-top: -20px;
}

/* list--topics */
.list--info.list--topics {
  display: grid;
  padding-top: 20px;
}
.list--info.list--topics li > a,
.list--info.list--topics li > span,
.list--info.list--topics li > .inner {
  position: relative;
  height: 100%;
  border: 1px solid #303030;
  background: #FFFFFF;
}
.list--info.list--topics .category {
  position: absolute;
  bottom: 100%;
  left: -1px;
  padding-right: 0.5em;
  border: 1px solid #303030;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
}
.list--info.list--topics .category::before {
  content: "TOPICS";
  display: inline-block;
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5em 0.5em 0.2em;
  margin-right: 0.6em;
  background: #303030;
  color: #FFFFFF;
}
.list--info.list--topics span.arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -0.5em;
  bottom: -0.5em;
  width: 1.8em;
  height: 1.8em;
  background: #FFFFFF;
  border: 1px solid #303030;
  border-radius: 999px;
}
.list--info.list--topics span.arrow .arrow {
  margin: 0;
  width: 0.6em;
}

.list--topics + .list--info {
  margin-top: 20px;
}

/* list--contents */
.list--contents {
  display: grid;
}
.list--contents li {
  position: relative;
}
.list--contents li > a {
  display: block;
}
.list--contents li > a .thumb {
  border: 1px solid rgba(48, 48, 48, 0.2);
}
.list--contents:has(.no-data) {
  display: block;
}

.btn + .list--contents {
  margin-top: 40px;
}

.page--member .list--contents li a .thumb {
  border: 1px solid rgba(219, 215, 161, 0.05);
}

/* list--login */
.list--login {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.list--login li a {
  display: block;
  padding: 0.5em;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}

/* nav */
.list-tit,
.list--sns {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.list-tit {
  position: relative;
  padding-top: 0.1em;
  padding-left: 0.8em;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  line-height: 1;
}
.list-tit::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background: currentColor;
}

.list--sns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
  margin-left: -0.5em;
}
.list--sns li a {
  display: block;
  padding: 0.5em;
  line-height: 1;
}
.list--sns li a i {
  font-size: 2rem;
}
.list--sns li a .sns--txt {
  margin-left: 0.2em;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

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

.bnr-on:not(.is-scrolled):not(.drawer-visible):not(.load) .header,
body:not(.load) .header {
  transform: translateY(-100%);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 60px;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.04, 0.57, 0.55, 1.01);
}
.header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60px;
  width: 100vw;
  height: calc(100vh - 60px);
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  background-color: #F7F7F7;
}
.header__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/dish/fanclub_renewal/common/bg_texture.webp);
  background-size: 350px;
  background-blend-mode: multiply;
  pointer-events: none;
}
.header__inner {
  color: #303030;
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
  transition: background-color 0.3s, color 0.35s;
}
.header__inner::before {
  z-index: 1;
}
.header__inner .logo,
.header__inner .drawer__btn {
  position: relative;
  z-index: 10;
  color: currentColor;
}
.header .logo a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  height: 100%;
}
.header .logo a svg {
  width: auto;
  max-width: 100%;
  height: 30px;
  fill: currentColor;
  transition: fill 0.3s;
}

.block--nav__official .inner,
.block--nav__fc .inner {
  position: relative;
  z-index: 10;
}

.list--nav__contents li a,
.list--nav__contents li button {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.block--nav__fc {
  position: relative;
  background-color: #202020;
}
.block--nav__fc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/dish/fanclub_renewal/common/bg_noise.webp);
  background-size: 250px;
  background-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
.block--nav__fc {
  color: #DBD7A1;
}
.block--nav__fc .logo--fc {
  margin-bottom: 5px;
}
.block--nav__fc .logo--fc a {
  display: block;
  padding: 10px;
}
.block--nav__fc .logo--fc svg {
  fill: #DBD7A1;
}
.block--nav__fc .nav--fc {
  margin-top: 40px;
}
.block--nav__fc .nav--fc .list--nav__contents {
  display: flex;
  flex-wrap: wrap;
}
.block--nav__fc .nav--fc li {
  width: 50%;
}
.block--nav__fc .nav--fc li a {
  display: block;
  padding: 0.3em 0;
  font-size: 1.8rem;
  font-weight: 500;
}

.page--home.is-area-fc-reached:not(.drawer-visible) header .header__inner,
.page--home.is-footer:not(.drawer-visible) header .header__inner,
.page--member:not(.drawer-visible) header .header__inner {
  position: relative;
  background-color: #202020;
}
.page--home.is-area-fc-reached:not(.drawer-visible) header .header__inner::before,
.page--home.is-footer:not(.drawer-visible) header .header__inner::before,
.page--member:not(.drawer-visible) header .header__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/dish/fanclub_renewal/common/bg_noise.webp);
  background-size: 250px;
  background-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
.page--home.is-area-fc-reached:not(.drawer-visible) header .header__inner,
.page--home.is-footer:not(.drawer-visible) header .header__inner,
.page--member:not(.drawer-visible) header .header__inner {
  color: #DBD7A1;
  border-bottom: 1px solid rgba(219, 215, 161, 0.2);
}
.page--home.is-area-fc-reached:not(.drawer-visible) header .header__inner .nav__item--fc .drawer__btn--fc,
.page--home.is-footer:not(.drawer-visible) header .header__inner .nav__item--fc .drawer__btn--fc,
.page--member:not(.drawer-visible) header .header__inner .nav__item--fc .drawer__btn--fc {
  background: #F3F3F3;
  color: #303030;
}
.page--home.is-area-fc-reached:not(.drawer-visible) header .header__inner .drawer__btn,
.page--home.is-footer:not(.drawer-visible) header .header__inner .drawer__btn,
.page--member:not(.drawer-visible) header .header__inner .drawer__btn {
  color: #DBD7A1;
}

.page--vip:not(.drawer-visible) header .header__inner {
  background-color: #DBD7A1;
  color: #303030;
  border-color: rgba(48, 48, 48, 0.2);
}
.page--vip:not(.drawer-visible) header .header__inner::before {
  opacity: 0.15;
}
.page--vip:not(.drawer-visible) header .header__inner .nav__item--fc .drawer__btn--fc {
  position: relative;
  background-color: #202020;
}
.page--vip:not(.drawer-visible) header .header__inner .nav__item--fc .drawer__btn--fc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/dish/fanclub_renewal/common/bg_noise.webp);
  background-size: 250px;
  background-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
.page--vip:not(.drawer-visible) header .header__inner .nav__item--fc .drawer__btn--fc {
  color: #DBD7A1;
}
.page--vip:not(.drawer-visible) header .header__inner .drawer__btn {
  color: #303030;
}

.page--home .drawer .nav__item--home {
  display: none;
}

.footer {
  position: relative;
  overflow: hidden;
}
.footer .inner {
  position: relative;
  z-index: 10;
}
.footer nav li a {
  display: block;
}
.footer nav + nav {
  margin-top: 40px;
}
@media screen and (min-width: 961px) {
  .footer .list--login li a {
    font-family: "LINESeedJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .footer .list--login li a {
    font-family: "LINESeedJP", "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;
  }
}
.footer .logo--of {
  display: none;
  margin-top: 20px;
}
.footer .logo--of svg {
  fill: currentColor;
  opacity: 0.05;
}
.footer .copyright {
  margin-top: 20px;
  opacity: 0.4;
  font-size: 1.2rem;
  text-align: center;
}
.footer .list--music,
.footer .list--support,
.footer .list--login {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.4em 1.6em;
}
.footer .list--music li a,
.footer .list--support li a,
.footer .list--login li a {
  padding: 0.5em 0;
  font-size: 1.2rem;
}
.footer .list--attention {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.footer .list--attention li button,
.footer .list--attention li a {
  display: block;
  padding: 0.8em 1.6em;
  border: 1px solid rgba(219, 215, 161, 0.5);
  background: transparent;
  color: #DBD7A1;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.page--home .footer {
  border-top: 1px solid rgba(48, 48, 48, 0.1);
}
.page--home .footer .logo--of {
  display: block;
}
.page--home .footer .copyright {
  text-align: left;
}

.page--home .footer,
.page--member .footer {
  position: relative;
  background-color: #202020;
}
.page--home .footer::before,
.page--member .footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/dish/fanclub_renewal/common/bg_noise.webp);
  background-size: 250px;
  background-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
.page--home .footer,
.page--member .footer {
  color: #DBD7A1;
  border-color: rgba(219, 215, 161, 0.2);
}

.page--vip .footer {
  color: #303030;
  border-color: rgba(48, 48, 48, 0.2);
  background-color: #DBD7A1;
}
.page--vip .footer::before {
  opacity: 0.15;
}

.wrap {
  position: relative;
  background-color: #F7F7F7;
}
.wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/dish/fanclub_renewal/common/bg_texture.webp);
  background-size: 350px;
  background-blend-mode: multiply;
  pointer-events: none;
}
.wrap {
  z-index: 1;
  min-height: 100%;
  overflow: hidden;
  padding-top: 60px;
  transition: 0.4s cubic-bezier(0.04, 0.57, 0.55, 1.01);
}
.wrap .content--main {
  position: relative;
  min-height: calc(100vh - 220px);
}

.section-tit + .txt--lead,
.block--sort + .txt--lead {
  margin-top: -20px;
  margin-bottom: 30px;
}

.section--list .section-tit {
  text-align: center;
}

.page--home .section-tit,
.section--list .section-tit {
  line-height: 1;
  min-height: 1em;
}

.page--home .section-tit:not(.ja),
.section--list .section-tit:not(.ja),
.page--profile.section--detail:not(.ja) {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.page--home .area--fc .section-tit,
.page--member .section--list .section-tit {
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* section--detail */
.section--detail .block--tit .tit {
  font-weight: 400;
}

/* page--member */
.page--member {
  background: #1a1a1a;
  color: #DBD7A1;
}
.page--member .wrap {
  position: relative;
  background-color: #202020;
}
.page--member .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/dish/fanclub_renewal/common/bg_noise.webp);
  background-size: 250px;
  background-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}

/* page--vip */
.page--vip {
  background: #DBD7A1;
  color: #303030;
}
.page--vip .wrap {
  position: relative;
  background-color: #202020;
}
.page--vip .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/dish/fanclub_renewal/common/bg_noise.webp);
  background-size: 250px;
  background-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
.page--vip .wrap {
  background: #DBD7A1;
}
.page--vip .wrap::before {
  opacity: 0.15;
}

/* modal */
.modal {
  width: 100%;
  height: 100vh;
  max-width: none;
  max-height: none;
  animation: modal-in 0.3s ease;
}
.modal[open] {
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 0;
  border: none;
  background: transparent;
  overflow: visible;
}
.modal::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.modal__content {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 80vh;
  max-height: 80svh;
}
.modal__close {
  display: grid;
  place-items: center;
  position: absolute;
  top: -50px;
  right: -20px;
  z-index: 999;
  width: 60px;
  height: 60px;
  border: none;
  color: #FFFFFF;
  background: transparent;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}
.modal__close:hover {
  opacity: 0.6;
}
.modal__inner {
  flex: 1 1 auto;
  width: 90vw;
  max-width: 600px;
  max-height: 100%;
  max-height: 100svh;
  padding: 2em 1.5em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
  background: #F3F3F3;
}
.modal:has(.modal__img) {
  padding: min(2em, 5%);
}
.modal:has(.modal__img) .modal__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  padding: 0;
  margin-inline: auto;
  width: 100%;
  min-height: 0;
  background: transparent;
}
.modal:has(.modal__img) .thumb {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  max-height: 80vh;
  background: transparent;
}
.modal:has(.modal__img) .modal__img {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* loading */
.is-internal body.page--home #loading {
  display: none !important;
}

.page--home #loading {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  background: #1a1a1a;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 0;
  transition: opacity 0.2s 2s, -webkit-clip-path 0.5s 1s cubic-bezier(0.5, 0.05, 0.5, 0.1);
  transition: opacity 0.2s 2s, clip-path 0.5s 1s cubic-bezier(0.5, 0.05, 0.5, 0.1);
  transition: opacity 0.2s 2s, clip-path 0.5s 1s cubic-bezier(0.5, 0.05, 0.5, 0.1), -webkit-clip-path 0.5s 1s cubic-bezier(0.5, 0.05, 0.5, 0.1);
  pointer-events: none;
}
.page--home #loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(70%, 600px);
  top: 50svh;
  fill: #E0E0E0;
  filter: blur(0);
  opacity: 1;
  transition: opacity 0.7s 0.5s, filter 0.6s 0.4s cubic-bezier(0.5, 0.05, 0.5, 0.1);
  pointer-events: none;
}

.is-entry body.page--home #loading {
  opacity: 1;
  display: block;
}

.is-entry body.page--home.load #loading {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.is-entry body.page--home.load #loading .logo {
  filter: blur(30px);
  opacity: 0;
}

.is-entry body.page--home .entry_pop {
  transition-delay: 2.4s;
}
.is-entry body.page--home .header {
  transition-delay: 2.4s;
}
.is-entry body.page--home .section--hero {
  transition-delay: 2s;
}

.is-entry body.page--home.load .entry_pop {
  transition-delay: 0s;
}

/* entry pop */
.entry_pop {
  position: relative;
  background-color: #202020;
}
.entry_pop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/dish/fanclub_renewal/common/bg_noise.webp);
  background-size: 250px;
  background-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
.entry_pop {
  position: fixed;
  right: -1px;
  bottom: 30px;
  z-index: 20;
  transform: translateX(0);
  transition: transform 0.4s;
  color: #DBD7A1;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  line-height: 1;
}
.entry_pop svg {
  width: 14em;
  margin-top: 0.5em;
  fill: currentColor;
}
.entry_pop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 1.8em 1.5em;
}
.entry_pop .txt {
  line-height: 1.3;
  margin-bottom: 0.5em;
}

body:not(.load) .entry_pop,
.is-area-fc-visible .entry_pop,
.is-footer .entry_pop {
  transform: translateX(100%);
}

/* app-bnr */
#bnrApp {
  display: none;
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
  font-weight: 300;
  transition: transform 0.4s cubic-bezier(0.04, 0.57, 0.55, 1.01);
  transform: translateY(-100%);
}
#bnrApp a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  line-height: 1.4em;
  background: #303030;
  padding: 10px 30px 10px 45px;
  font-size: 13px;
  color: #F3F3F3;
  transition: none;
}
#bnrApp a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid #F3F3F3;
  border-right: 1px solid #F3F3F3;
  transform: rotate(45deg) translateY(-50%);
}
#bnrApp .icon {
  width: 65px;
  float: left;
  line-height: 0;
  margin: 0 15px 0 0;
}
#bnrApp .icon img {
  background-image: url(/static/dish/fanclub_renewal/common/app_bnr.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
#bnrApp .txt {
  overflow: hidden;
  flex: 1;
  font-size: min(1.2rem, 3.4vw);
  letter-spacing: 0.08em;
}
#bnrApp .txt span {
  display: block;
  margin-bottom: 3px;
  color: #F3F3F3;
  font-size: 1.5rem;
  font-weight: 500;
}
#bnrApp .close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 45px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: transparent;
  pointer-events: auto;
}
#bnrApp .close::before, #bnrApp .close::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.2em;
  height: 1px;
  top: 50%;
  left: 14px;
  margin-top: -1px;
  background: #F3F3F3;
  border-radius: 2px;
}
#bnrApp .close::before {
  transform: rotate(-45deg);
}
#bnrApp .close::after {
  transform: rotate(45deg);
}

.bnr-on:not(.is-scrolled):not(.drawer-visible):not(.load) #bnrApp {
  transform: translateY(-100%);
}

.bnr-on:not(.is-scrolled):not(.drawer-visible) #bnrApp {
  transform: translateY(0);
}

.bnr-on:not(.is-scrolled):not(.drawer-visible) .wrap {
  padding-top: 145px;
}

.bnr-on:not(.is-scrolled):not(.drawer-visible) .header {
  transform: translateY(85px);
}

.is-entry body.page--home #bnrApp {
  transition-delay: 2.4s;
}

.is-entry body.page--home.all-clear #bnrApp,
.is-entry body.page--home.all-clear .header {
  transition-delay: 0s;
}

/* 継続案内 */
.block--status {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin: 60px auto 0;
  padding: 30px;
  background: color-mix(in srgb, #FFFFFF 50%, #DBD7A1 50%);
}
.block--status .block--inner {
  position: relative;
  z-index: 10;
}
.block--status .name {
  text-align: center;
  margin-bottom: 0.5em;
}
.block--status .list--status dt {
  text-align: center;
}
.block--status .list--status dd {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  align-items: baseline;
  font-size: 1.6rem;
}
.block--status .list--status dd span {
  display: block;
  padding: 0.3em 0.6em 0.25em;
  border-radius: 2px;
  background: #303030;
  color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.block--status .paymentArea {
  margin-top: 1.5em;
}
.block--status .paymentArea .tit {
  margin-bottom: 0.3em;
  font-size: 1.125em;
  text-align: center;
}
.block--status .txt--sub {
  margin-top: 1em;
}
.block--status .btn {
  margin: 1em auto 0;
}

/* home */
.page--home section .block--tit {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
.page--home section .block--tit.center {
  justify-content: center;
}
.page--home {
  /* section--banner */
}
.page--home .section--banner #listBanner {
  max-width: 1400px;
  margin: 0 auto;
}
.page--home .section--banner #listBanner .thumb {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(48, 48, 48, 0.2);
}
.page--home .section--banner #listBanner .thumb img {
  aspect-ratio: 2/1;
}
.page--home {
  /* area--official */
}
.page--home .section--video {
  position: relative;
}
.page--home .section--video::before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 0;
  right: -40%;
  top: 30%;
  background-image: repeating-linear-gradient(124deg, #303030 0, #303030 1px, transparent 0, transparent 50%);
  background-size: 7px 11px;
  opacity: 0.5;
}
.page--home .section--video .swiper-button-wrap {
  justify-content: flex-start;
}
.page--home.is-area-fc-visible, .page--home.is-area-fc-visible .wrap {
  background: #1a1a1a;
}
.page--home {
  /* area--fc */
}
.page--home .area--fc {
  position: relative;
  background-color: #202020;
}
.page--home .area--fc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/dish/fanclub_renewal/common/bg_noise.webp);
  background-size: 250px;
  background-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
.page--home .area--fc {
  color: #DBD7A1;
}
.page--home .area--fc section {
  position: relative;
  z-index: 10;
}
.page--home {
  /* section--login */
}
.page--home .section--login .logo--fc {
  margin-inline: auto;
}
.page--home {
  /* section--latest */
}
.page--home .section--latest .list--latest {
  display: grid;
}
.page--home .section--latest .list--latest li > a,
.page--home .section--latest .list--latest li > span,
.page--home .section--latest .list--latest li > .inner {
  display: block;
  position: relative;
}
.page--home .section--latest .list--latest li > a h3,
.page--home .section--latest .list--latest li > span h3,
.page--home .section--latest .list--latest li > .inner h3 {
  position: absolute;
  top: 3%;
  left: 0;
  z-index: 20;
  padding: 0.5em 0.5em 0.3em;
  background: #1a1a1a;
  color: #DBD7A1;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 1.3rem;
  line-height: 1;
}
.page--home .section--latest .list__more a {
  font-size: 1.3rem;
  font-weight: 400;
}
.page--home {
  /* section--qa */
}
@supports (container-type: inline-size) {
  .page--home .section--qa {
    container-type: inline-size;
  }
  @container (max-width: 659px) {
    .page--home .section--qa ul.list--qa {
      grid-template-columns: 1fr;
    }
  }
  @container (min-width: 660px) and (max-width: 959px) {
    .page--home .section--qa ul.list--qa {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @container (min-width: 900px) {
    .page--home .section--qa ul.list--qa {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
.page--home .section--qa .list--qa li > a,
.page--home .section--qa .list--qa li > span,
.page--home .section--qa .list--qa li > .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page--home .section--qa .list--qa .nickname {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.page--info:not(.page--report) .block--category .category .current {
  pointer-events: auto;
}
.page--info .section--list > .block--tag {
  justify-content: center;
  gap: 10px;
}
.page--info .section--list > .block--tag .tag {
  font-size: 1.3rem;
}
.page--info .section--list > .block--tag .tag a {
  padding-block: 4px 2px;
}
.page--info .section--list > .block--tag .tag .tag--ico {
  margin-block: -6px -2px;
  padding: 5px 5px 2px;
  font-size: 1.5rem;
}
.page--info .section--detail .block--tit {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid color-mix(in srgb, currentColor 50%, transparent 50%);
}
.page--info .section--detail .txt {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid color-mix(in srgb, currentColor 50%, transparent 50%);
}

.block--related {
  margin-top: 80px;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.5, 0.05, 0.5, 0.1);
}
.block--related.rss-done {
  opacity: 1;
  transform: translateY(0);
}
.block--related > .tit {
  font-weight: normal;
  font-size: 1.125em;
  margin-bottom: 0.5em;
}

.list--related {
  display: grid;
}
.list--related li > span,
.list--related li > .inner {
  height: 100%;
  border: 1px solid color-mix(in srgb, currentColor 50%, transparent 50%);
  background: #FFFFFF;
}

.page--disco .thumb {
  border: 1px solid rgba(48, 48, 48, 0.2);
}
.page--disco .section--list .list--discography {
  display: grid;
}
.page--disco .section--list .list--discography li > span,
.page--disco .section--list .list--discography li > .inner {
  display: block;
  position: relative;
}
.page--disco .section--list .list--discography .date {
  font-size: 1.2rem;
  opacity: 0.8;
}
@supports (container-type: inline-size) {
  .page--disco .section--list {
    container-type: inline-size;
  }
  @container (max-width: 659px) {
    .page--disco .section--list .list--discography {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 40px 20px;
    }
  }
  @container (min-width: 660px) and (max-width: 959px) {
    .page--disco .section--list .list--discography {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 60px 30px;
    }
  }
  @container (min-width: 900px) {
    .page--disco .section--list .list--discography {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 60px 30px;
    }
  }
}
.page--disco .section--detail .swiper-button-wrap {
  justify-content: space-between;
}
.page--disco .section--detail .block--comment + .block--review {
  margin-top: 1em;
}

.page--movie.category--parent .block--tit {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.page--movie.category--parent .block--tit .tit,
.page--movie.category--parent .block--viproom .tit {
  font-family: "League Spartan", "LINESeedJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.page--movie.category--parent .swiper {
  overflow: visible;
}
.page--movie.category--parent .swiper:not(.no-carousel) li {
  opacity: 0.3;
  transition: opacity 0.3s;
}
.page--movie.category--parent .swiper-button-prev,
.page--movie.category--parent .swiper-button-next {
  position: absolute;
  top: 40%;
  border: none;
}
.page--movie.category--parent .swiper-button-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.page--movie.category--parent .swiper-button-next {
  right: 0;
  transform: translate(50%, -50%);
}
.page--movie .section--detail .block--player {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  margin-bottom: 30px;
}
.page--movie .section--detail .block--btn {
  margin-top: 20px;
}
.page--movie .section--detail .block--btn .txt--lead {
  text-align: left;
}
.page--movie .section--detail .area--movie .tit {
  font-weight: normal;
}
.page--movie .section--detail .area--movie .block--txt {
  margin-top: 1em;
}
.page--movie .section--detail .area--more-info .block--tab {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.page--movie .section--detail .area--more-info .block--tab button {
  position: relative;
  flex-grow: 1;
  width: calc(50% - 5px);
  padding: 1em 0;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
  cursor: pointer;
  background: transparent;
  color: currentColor;
  font-size: 1.3rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  pointer-events: auto;
}
.page--movie .section--detail .area--more-info .block--tab button:not(.current)::after {
  content: "";
  display: block;
  position: absolute;
  width: auto;
  height: 1px;
  inset: auto 0 0 0;
  background: currentColor;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: -webkit-clip-path 0.3s;
  transition: clip-path 0.3s;
  transition: clip-path 0.3s, -webkit-clip-path 0.3s;
}
.page--movie .section--detail .area--more-info .block--tab button.current {
  padding-inline: 0.5em;
  background: #DBD7A1;
  color: #303030;
  pointer-events: none;
}
.page--movie .section--detail .area--more-info .block--tab.block--tab--single {
  display: none;
}
.page--movie .section--detail .area--more-info .block--tab__main {
  position: relative;
  min-height: 100%;
}
.page--movie .section--detail .area--more-info .block--tab__main > div {
  display: none;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.page--movie .section--detail .area--more-info .block--tab__main > div.current {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.page--movie .section--detail .area--more-info .list--contents {
  grid-template-columns: 1fr;
  gap: 20px;
}
.page--movie .section--detail .area--more-info .list--contents li a {
  display: flex;
  gap: 10px;
}
.page--movie .section--detail .area--more-info .list--contents li a .thumb {
  width: min(50%, 12rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page--movie .section--detail .area--more-info .list--contents li a .tit {
  font-size: 1.3rem;
}
.page--movie .section--detail .area--more-info .list--contents li a .list__txt {
  flex-grow: 1;
  width: calc(50% - 10px);
  margin: 0;
  padding: 3px 0;
}
.page--movie .section--detail .area--more-info .block--comments {
  background: #303030;
}
.page--movie .section--detail .area--more-info .block--post {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid rgba(219, 215, 161, 0.1);
}
.page--movie .section--detail .area--more-info .block--post input[type=text] {
  background: rgba(255, 255, 255, 0.05);
  color: #DBD7A1;
  border-radius: 0;
  border: none;
}
.page--movie .section--detail .area--more-info .block--post .btn--send {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 2em;
  height: 2em;
  background-color: #DBD7A1;
  color: transparent;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480l0-83.6c0-4 1.5-7.8 4.2-10.8L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480l0-83.6c0-4 1.5-7.8 4.2-10.8L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z'/%3E%3C/svg%3E");
  -webkit-mask-size: 60%;
          mask-size: 60%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  cursor: pointer;
}
.page--movie .section--detail .area--more-info [id^=contents_comment_wrapper_] {
  overflow-y: auto;
  padding: 0 20px;
  scrollbar-color: color-mix(in srgb, #FFFFFF 50%, #303030 50%) rgba(255, 255, 255, 0.1);
}
.page--movie .section--detail .area--more-info .list--comment {
  max-height: 70vh;
}
.page--movie .section--detail .area--more-info .list--comment li + li {
  border-top: 1px solid rgba(219, 215, 161, 0.1);
}
.page--movie .section--detail .area--more-info .list--comment .list__txt {
  padding: 20px 0;
}
.page--movie .section--detail .area--more-info .list--comment .name {
  font-size: 1.2rem;
}
.page--movie .section--detail .area--more-info .list--comment .date {
  margin-top: 0.5em;
  font-size: 1.1rem;
}
.page--movie .section--detail .area--more-info .list--comment .txt {
  font-size: 1.3rem;
}
.page--movie .section--detail .video-js:hover .vjs-big-play-button {
  background-color: transparent;
}
.page--movie .section--detail .video-js span {
  display: unset;
}
.page--movie .section--detail .video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--movie .section--detail .video-js .vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.page--movie .section--detail .video-js .vjs-big-play-button {
  width: min(12vw, 80px);
  height: min(12vw, 80px);
  top: 50%;
  left: 50%;
  margin-top: calc(min(12vw, 80px) * -0.5);
  margin-left: calc(min(12vw, 80px) * -0.5);
  background: no-repeat center url(/static/common/newmovie/img/ico--play.svg);
  background-size: contain;
  border: none;
  border-radius: 0;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
.page--movie .section--detail .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.page--movie .section--detail .video-js .vjs-play-control {
  width: 11vw;
  height: 11vw;
  max-width: 40px;
  max-height: 40px;
}
.page--movie .section--detail .video-js .vjs-volume-panel .vjs-volume-control {
  top: 1em;
}
.page--movie .section--detail .video-js .vjs-mouse-display {
  margin-top: 9px;
}
.page--movie .section--detail .video-js .vjs-http-source-selector.vjs-menu-button {
  position: absolute;
  right: 4em;
}
.page--movie .section--detail .video-js .vjs-http-source-selector.vjs-menu-button .vjs-icon-cog {
  padding: 0.5em;
  font-size: 2em;
}
.page--movie .section--detail .video-js .vjs-picture-in-picture-control.vjs-control {
  font-size: 2em;
  position: absolute;
  right: 4em;
  width: 2em;
}
.page--movie .section--detail .video-js .vjs-menu-button-popup .vjs-menu {
  left: -2.5em;
  margin-bottom: 2.7em;
}
.page--movie .section--detail .video-js .vjs-fullscreen-control {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page--movie .section--detail .video-js .vjs-time-control {
  font-size: 1.2em;
  line-height: 3.5em;
}
.page--movie .section--detail .video-js .vjs-volume-bar {
  margin-left: 1px;
}
.page--movie .section--detail .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal, .page--movie .section--detail .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .page--movie .section--detail .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.page--movie .section--detail .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.page--movie .section--detail .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.page--movie .section--detail .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.page--movie .section--detail .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  height: 3em;
  top: 0.5em;
}
.page--movie .section--detail .video-js .vjs-slider-horizontal .vjs-volume-level {
  height: 3px;
  bottom: 1px;
}
.page--movie .section--detail .video-js .vjs-slider-horizontal .vjs-volume-level::before {
  top: -3px;
  font-size: 9px;
}
.page--movie .section--detail .video-js .vjs-control-bar {
  background-color: rgba(243, 243, 243, 0.2);
  height: 4em;
  padding: 0;
  margin: 0.5em 0 0;
}
.page--movie .section--detail .video-js .vjs-control-bar .vjs-progress-control {
  width: 100%;
  min-width: 4em;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  background: transparent;
  z-index: 999;
}
.page--movie .section--detail .video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder {
  margin: 0;
}
.page--movie .section--detail .video-js .vjs-control-bar .vjs-button > .vjs-icon-placeholder:before {
  font-size: 2.4em;
  line-height: 1.8;
}
.page--movie .section--detail .video-js .vjs-control-bar .vjs-play-progress {
  background: #DBD7A1;
  transition: 0.1s;
}
.page--movie .section--detail .video-js .vjs-control-bar .vjs-play-progress::before {
  font-size: 20px;
  top: -0.4em;
}
.page--movie .section--detail .video-js .vjs-control-bar .vjs-play-progress div {
  background: rgba(78, 78, 78, 0.75);
}
.page--movie .section--detail .video-js .vjs-slider {
  height: 5px;
  background: rgba(210, 210, 210, 0.5);
}
.page--movie .section--detail .btn.btn--report {
  margin: 0;
  text-align: right;
  line-height: 1;
}
.page--movie .section--detail .btn.btn--report a {
  display: block;
  padding-top: 0.5em;
  opacity: 0.6;
  font-size: 1.1rem;
}

.page--movie.page--vip .section--detail .area--more-info .block--tab button.current {
  padding-inline: 0.5em;
  background: #303030;
  color: #DBD7A1;
}
.page--movie.page--vip .section--detail .area--more-info .block--comments {
  background: color-mix(in srgb, #FFFFFF 20%, #DBD7A1 80%);
}
.page--movie.page--vip .section--detail .area--more-info .block--post {
  border-color: rgba(48, 48, 48, 0.1);
}
.page--movie.page--vip .section--detail .area--more-info .block--post input[type=text] {
  background: color-mix(in srgb, #FFFFFF 50%, #DBD7A1 50%);
  color: #303030;
}
.page--movie.page--vip .section--detail .area--more-info .block--post .btn--send {
  background-color: #303030;
}
.page--movie.page--vip .section--detail .area--more-info .list--comment li + li {
  border-color: rgba(48, 48, 48, 0.1);
}
.page--movie.page--vip .section--detail .area--more-info [id^=contents_comment_wrapper_] {
  scrollbar-color: color-mix(in srgb, #FFFFFF 50%, #DBD7A1 50%) rgba(255, 255, 255, 0.1);
}

.page--photo .list--contents .thumb.no-login .members_only {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#swipebox-slider .slide-loading {
  background-image: none !important;
}
#swipebox-slider .slide img {
  max-height: 90% !important;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.2;
}

#swipebox-action #swipebox-close {
  top: 5px;
  right: 5px;
  padding: 10px;
  background: none;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  transition: all 0.6s ease-out;
}
#swipebox-action #swipebox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#swipebox-action #swipebox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  background: none;
  color: #FFFFFF;
  position: fixed;
  top: auto;
  bottom: 10px;
}
#swipebox-action #swipebox-prev::after,
#swipebox-action #swipebox-next::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  pointer-events: none;
  margin-top: 1em;
  margin-right: 0.25em;
}
#swipebox-action #swipebox-prev {
  left: 0;
}
#swipebox-action #swipebox-prev::after {
  transform: rotate(45deg);
  margin-left: 2em;
}
#swipebox-action #swipebox-next {
  right: 0;
}
#swipebox-action #swipebox-next::after {
  transform: rotate(-135deg);
}

#swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.list--qa {
  display: grid;
  gap: 10px;
}
.list--qa li > a,
.list--qa li > span,
.list--qa li > .inner {
  display: block;
  position: relative;
  padding: 20px;
  height: 100%;
  background: #1a1a1a;
}
.list--qa .tit {
  margin-top: 0.6em;
}
.list--qa .nickname {
  margin-top: 1em;
  opacity: 0.8;
  font-size: 1.2rem;
}

.page--qa .tit--sub {
  display: block;
  margin-bottom: 0.5em;
  font-size: 0.7em;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.page--qa .block--area {
  margin-bottom: 30px;
}
.page--qa .list--qa {
  grid-template-columns: 1fr;
}
.page--qa .list--qa li a .arrow,
.page--qa .list--qa li > span .arrow,
.page--qa .list--qa li > .inner .arrow {
  position: absolute;
  right: 1em;
  bottom: 1em;
  width: 0.6em;
  height: 0.6em;
}
.page--qa .list--qa.list--member li a {
  background: transparent;
  padding: 0;
}
.page--qa .block--question,
.page--qa .block--answer {
  position: relative;
  padding: min(30px, 6%);
}
.page--qa .block--question::before,
.page--qa .block--answer::before {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: 2em;
  bottom: -2em;
  font-size: 0.8rem;
}
.page--qa .block--question {
  margin-bottom: 30px;
  background: #303030;
}
.page--qa .block--question::before {
  right: 0;
  background: #303030;
  -webkit-clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
}
.page--qa .block--question .block--date {
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 1.5em;
}
.page--qa .block--question .txt {
  font-size: 1.4rem;
}
.page--qa .block--question .nickname {
  font-size: 1.2rem;
  opacity: 0.8;
}
.page--qa .block--answer {
  background: #DBD7A1;
  color: #303030;
}
.page--qa .block--answer::before {
  left: 0;
  background: #DBD7A1;
  -webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
          clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
}
.page--qa .block--answer .txt {
  font-size: 1.125em;
}
.page--qa .block--answer .member {
  margin-top: 1em;
  text-align: right;
}

.page--wallpaper .detail__btn {
  margin: 60px 0 0;
}
.page--wallpaper .notes {
  padding: 30px;
  margin-bottom: 30px;
  background: #1a1a1a;
}
.page--wallpaper .notes dt {
  margin-bottom: 1em;
  font-size: 1.6rem;
}
.page--wallpaper .notes dd {
  font-size: 1.4rem;
}
.page--wallpaper .notes ul li + li {
  margin-top: 0.5em;
}
.page--wallpaper .list--wp-size {
  margin-top: 0.5em;
}
.page--wallpaper .list--wp-size li a {
  display: block;
  padding: 0.5em;
  background: #1a1a1a;
  color: #DBD7A1;
  border: 1px solid rgba(219, 215, 161, 0.5);
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
.page--wallpaper .list--wp-size li + li {
  margin-top: 0.5em;
}

.page--profile.section--detail .section-tit {
  margin-bottom: 20px;
  line-height: 1;
}
.page--profile.section--detail .section-tit .tit--sub {
  display: block;
  font-size: max(1.2rem, 0.45em);
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.page--profile.section--detail .block--txt p + p {
  margin-top: 1.5em;
}
.page--profile.section--detail .list--member_profile {
  display: grid;
}
.page--profile.section--detail .list--member_profile li a .name {
  margin-top: 0.5em;
}
.page--profile.section--detail .thumb.member img {
  aspect-ratio: 2/3;
}
.page--profile.section--detail .block--sns {
  margin-bottom: 20px;
}
.page--profile.section--detail .list--sns li a {
  display: flex;
  align-items: center;
  gap: 0.2em;
}
.page--profile.section--detail .list--sns li a .sns--txt {
  font-weight: 500;
}

@supports (container-type: inline-size) {
  .section--list.page--archive,
  .section--list.page--fcArchive {
    container-type: inline-size;
  }
  @container (max-width: 659px) {
    .section--list.page--archive .list--contents,
    .section--list.page--fcArchive .list--contents {
      grid-template-columns: 1fr;
    }
  }
  @container (min-width: 500px) and (max-width: 959px) {
    .section--list.page--archive .list--contents,
    .section--list.page--fcArchive .list--contents {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @container (min-width: 900px) {
    .section--list.page--archive .list--contents,
    .section--list.page--fcArchive .list--contents {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
.section--list.page--archive .thumb img,
.section--list.page--fcArchive .thumb img {
  aspect-ratio: 2/1;
}
.section--list.page--archive .btn--archive,
.section--list.page--fcArchive .btn--archive {
  padding: 1em;
  border: 1px solid #DBD7A1;
  background: #DBD7A1;
  color: #303030;
  font-size: 1.6rem;
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.page--fcArchive .list--contents {
  gap: 20px;
}

.page--entry .section-tit {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.page--entry .section-tit .tit--sub {
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.page--entry .section-tit svg {
  margin-inline: auto;
}
.page--entry > div[class^=block--] .block-tit {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.page--entry > div[class^=block--] .block-tit .tit--sub {
  display: block;
  margin-top: 0.2em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.page--entry > div[class^=block--] > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page--entry > div[class^=block--] > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  width: 100%;
  padding: 40px 30px;
  background: #1a1a1a;
}
.page--entry > div[class^=block--] > ul > li .label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em 1em;
  background: rgba(219, 215, 161, 0.1);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
.page--entry > div[class^=block--] > ul > li .tit {
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}
.page--entry > div[class^=block--] > ul > li .btn {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.page--entry > div[class^=block--] > ul .block--ph {
  position: relative;
  width: 100%;
}
.page--entry > div[class^=block--] > ul .block--ph:has(.swiper) {
  margin-inline: -30px;
  width: calc(100% + 60px);
  overflow: hidden;
}
.page--entry > div[class^=block--] > ul .block--ph .swiper {
  overflow: visible;
  width: calc(100% - 60px);
}
.page--entry > div[class^=block--] > ul .block--ph .swiper--card {
  width: 60%;
}
.page--entry > div[class^=block--] > ul .block--ph .swiper:not(.swiper--card) .swiper-slide {
  transition: opacity 0.3s;
}
.page--entry > div[class^=block--] > ul .block--ph .swiper:not(.swiper--card) .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.3;
}
.page--entry > div[class^=block--] > ul .block--ph .swiper .swiper-button-prev,
.page--entry > div[class^=block--] > ul .block--ph .swiper .swiper-button-next {
  position: absolute;
  transform: translateY(-50%);
  font-size: 2rem;
}
.page--entry > div[class^=block--] > ul .block--ph .swiper .swiper-button-prev {
  left: -1em;
}
.page--entry > div[class^=block--] > ul .block--ph .swiper .swiper-button-next {
  right: -1em;
}
.page--entry > div[class^=block--] > ul li.wide .tit {
  margin: -40px -30px 35px;
  padding: 1em;
  background: #DBD7A1;
  color: #303030;
  text-align: center;
  font-size: 1.4rem;
}
.page--entry > div[class^=block--] > ul li.wide .txt--lead {
  text-align: center;
}
.page--entry > div[class^=block--] > ul li.wide .block--ph {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 60px;
}
.page--entry > div[class^=block--] > ul li.wide .thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--entry > div[class^=block--] > ul li.wide .thumb:has(figcaption) {
  padding-bottom: 2em;
  font-size: 1.4rem;
  line-height: 1;
}
.page--entry > div[class^=block--] > ul li.wide .thumb img {
  width: auto;
}
.page--entry > div[class^=block--] > ul li.wide figcaption {
  margin-top: 1em;
  text-align: center;
  font-weight: bold;
}
.page--entry > div[class^=block--] > ul li.item__magazine .block--ph .thumb {
  aspect-ratio: auto;
}
.page--entry > div[class^=block--] > ul li.item__noimage {
  padding: 0;
  background: transparent;
}
.page--entry > div[class^=block--] > ul li.item__noimage ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page--entry > div[class^=block--] > ul li.item__noimage ul li {
  width: 100%;
  padding: 40px 30px;
  background: #1a1a1a;
}
.page--entry .block--benefit > ul > li .tit {
  font-size: 1.125em;
}
.page--entry .block--fc_contents > ul > li .tit {
  font-size: 1.5em;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.page--entry .block--entry .block--inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page--entry .block--entry .block--inner > div {
  position: relative;
  width: 100%;
}
.page--entry .block--price,
.page--entry .block--payment,
.page--entry .block--btn_entry,
.page--entry .block--procedure,
.page--entry .block--term {
  border: 1px solid rgba(219, 215, 161, 0.3);
}
.page--entry .block--price,
.page--entry .block--payment,
.page--entry .block--btn_entry,
.page--entry .block--procedure,
.page--entry .block--term {
  text-align: center;
}
.page--entry .block--price .tit,
.page--entry .block--payment .tit,
.page--entry .block--btn_entry .tit,
.page--entry .block--procedure .tit,
.page--entry .block--term .tit {
  background: #DBD7A1;
  color: #303030;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.page--entry .item__price {
  font-size: 1.5em;
}
.page--entry .item__price .label {
  font-size: initial;
  margin-right: 10px;
}
.page--entry .item__price .tax {
  margin-left: 0.3em;
  font-size: 1.2rem;
}
.page--entry .block--btn_entry {
  background: #DBD7A1;
  color: #303030;
}
.page--entry .block--btn_entry .tit--sub {
  display: block;
  margin-top: 0.5em;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.page--entry .block--btn_entry svg {
  display: block;
  height: auto;
  margin: 0 auto;
}
.page--entry .block--btn_entry .txt {
  display: block;
  margin-top: 0.5em;
  line-height: 1.4;
}
.page--entry .block--btn_entry .block--btn .btn a {
  padding-bottom: 1.5em;
  background: #303030;
  color: #DBD7A1;
  font-size: 1.125em;
}
.page--entry .block--btn_entry .block--btn .txt--sub {
  display: block;
  margin-bottom: 0.3em;
  margin-top: 0;
  font-size: 1.2rem;
}
.page--entry .block--help {
  padding: 20px;
  margin-top: 20px;
  border: 1px solid rgba(48, 48, 48, 0.5);
  text-align: left;
}
.page--entry .block--help .txt {
  margin: 0 0 0.5em;
}
.page--entry .block--other_entry {
  margin-bottom: 10px;
}
.page--entry .block--other_entry details {
  padding: 20px 0 30px;
  border-bottom: 1px solid rgba(219, 215, 161, 0.3);
}
.page--entry .block--other_entry summary {
  position: relative;
  font-size: 1.125em;
}
.page--entry .block--other_entry .details__inner {
  padding-top: 10px;
}
.page--entry .block--other_entry .close {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  color: currentColor;
}
.page--entry .block--other_entry .close::before,
.page--entry .block--other_entry .close::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.4em;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: currentColor;
}
.page--entry .block--other_entry .close::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s;
}
.page--entry .block--other_entry details[open] .close::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.page--entry .block--attention {
  background: rgba(26, 26, 26, 0.5);
}
.page--entry .block--attention i {
  margin-right: 0.2em;
}
.page--entry .block--faq {
  text-align: center;
}

.page--entry + .area--entry {
  position: relative;
  background-color: #202020;
}
.page--entry + .area--entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/dish/fanclub_renewal/common/bg_noise.webp);
  background-size: 250px;
  background-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
.page--entry + .area--entry {
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  z-index: 20;
  border-top: 1px solid rgba(219, 215, 161, 0.4);
  transition: transform 0.3s;
  background-color: #1a1a1a;
}
.page--entry + .area--entry .btn {
  position: relative;
  z-index: 10;
  margin: 1.5em auto;
}

body.is-scrolled.load .page--entry + .area--entry {
  transform: translateY(0);
}

body.is-scrolled.is-footer .page--entry + .area--entry {
  transform: translateY(100%);
}

.page--entry.page--renew .tit--sub {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.page--entry.page--renew .section-tit {
  font-size: min(6vw, 34px);
}
.page--entry.page--renew > div[class^=block--] > ul li.item__benefit .thumb {
  height: auto;
  max-width: 800px;
}
.page--entry.page--renew > div[class^=block--] > ul li.wide .tit {
  margin-bottom: 15px;
}
.page--entry.page--renew > div[class^=block--] > ul li.item__viproom .list__txt {
  text-align: center;
}
.page--entry.page--renew > div[class^=block--] > ul li.item__viproom .list__txt p:not(.txt--sub):not(.txt--lead) {
  margin-top: 0.5em;
}
.page--entry.page--renew > div[class^=block--] > ul li .swiper {
  max-width: 800px;
  margin-inline: auto;
}
.page--entry.page--renew > div[class^=block--] > ul li .swiper .thumb img {
  width: 100%;
}
.page--entry.page--renew .block--price i {
  margin-right: 0.3em;
}
.page--entry.page--renew .block--procedure,
.page--entry.page--renew .block--procedure summary {
  text-align: left;
}
.page--entry.page--renew .block--procedure .txt--lead {
  margin-bottom: 1em;
}
.page--entry.page--renew .block--procedure .txt--lead i {
  margin-right: 0.3em;
}
.page--entry.page--renew .block--term .ph {
  margin: 1em auto;
}
.page--entry.page--renew .block--term .list--attention {
  text-align: left;
}
.page--entry.page--renew .block--term .list--attention li + li {
  margin-top: 0.3em;
}

.page--entry_app .txt--lead .txt--sub {
  display: block;
  text-align: left;
}
.page--entry_app > div[class^=block--] .block-tit {
  margin-bottom: 20px;
}
.page--entry_app > div[class^=block--] > ul > li {
  padding: 25px;
}
.page--entry_app > div[class^=block--] > ul > li .tit {
  margin-bottom: 1em;
}
.page--entry_app .block--fee .item__price {
  text-align: center;
  font-size: 1.8em;
}
.page--entry_app .block--fee .item__details {
  margin: 1em 0;
  border: 1px solid rgba(219, 215, 161, 0.3);
  border-top: none;
  padding: 1em;
  text-align: center;
  font-size: 1.4rem;
}
.page--entry_app .block--fee .item__details .tit {
  display: block;
  margin: -1em -1em 1em;
  padding: 0.2em;
  background: #DBD7A1;
  color: #303030;
}
.page--entry_app .block--fee .item__details .item__price {
  font-size: 1.3rem;
}
.page--entry_app .block--fee .item__details .label {
  font-size: 1.2rem;
}
.page--entry_app .block--fee .item__details .tax {
  font-size: 1.1rem;
}
.page--entry_app .block--support .tit {
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}
.page--entry_app .block--support dl,
.page--entry_app .block--support .restore {
  padding: 25px;
  background: #1a1a1a;
}
.page--entry_app .block--support .restore + .restore {
  margin-top: 1em;
}
.page--entry_app .block--support dt {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(219, 215, 161, 0.5);
}
.page--entry_app .block--support dd {
  font-size: 1.3rem;
}
.page--entry_app .block--support dd + dt {
  margin-top: 3em;
}
.page--entry_app .block--support + .block--support {
  margin-top: 80px;
}

.page--app_intro .section-tit {
  margin-bottom: 20px;
  font-size: min(5.7vw, 36px);
  text-align: center;
}
.page--app_intro .txt--lead {
  margin-top: -5px;
  font-size: 1.125em;
  font-weight: bold;
}
.page--app_intro .list--about {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
.page--app_intro .list--about li {
  color: #F3F3F3;
}
.page--app_intro .list--about li .thumb {
  width: 70%;
  margin: 0 auto 20px;
  background: transparent;
}
.page--app_intro .list--about li h3 {
  text-align: center;
  margin-bottom: 0.5em;
}
.page--app_intro .block--btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 30px;
  margin-bottom: 60px;
}
.page--app_intro .block--btn .btn {
  margin: 0;
}
.page--app_intro .block--link h4 {
  margin-bottom: 0.5em;
  font-size: min(4vw, 24px);
  text-align: center;
}
.page--app_intro .block--link .list--app_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 30px;
  margin-bottom: 60px;
}
.page--app_intro .block--link .list--app_btn li a {
  display: block;
  height: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--app_intro .block--link .list--app_btn li a img {
  width: auto;
  height: 100%;
}
.page--app_intro .block--attention {
  border: 1px solid currentColor;
  background: #FFFFFF;
}
.page--app_intro .block--attention .tit {
  margin-bottom: 0.5em;
  font-size: 1.125em;
  font-weight: bold;
}
.page--app_intro .block--attention + .block--attention {
  margin-top: 30px;
}

.page--loppi .section-tit {
  margin-bottom: 1.5em;
  text-align: center;
}
.page--loppi .tit--sub {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
.page--loppi .block-tit {
  padding: 1em;
  background: #DBD7A1;
  color: #303030;
  text-align: center;
  font-weight: bold;
}
.page--loppi dl {
  border-top: none;
  color: #303030;
}
.page--loppi dl dt,
.page--loppi dl dd {
  padding: 1.5em;
  background: #FFFFFF;
}
.page--loppi dl dt {
  border-bottom: 1px dashed rgba(48, 48, 48, 0.3);
  font-size: 1.125em;
}
.page--loppi dl dd {
  margin-bottom: 0.5em;
}
.page--loppi dl dd .ph {
  margin: 1em auto;
  max-width: 800px;
}
.page--loppi dl dd .btn {
  max-width: 30em;
  margin: 2em auto 0;
}
.page--loppi .block--attention {
  padding: 1.5em max(1.5em, 5%) 2em;
  margin: 2em 0 1em;
  background: #1a1a1a;
  border: 1px solid rgba(219, 215, 161, 0.5);
}
.page--loppi .block--attention .tit {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.125em;
}
.page--loppi .block--attention p + p {
  margin-top: 0.5em;
}

.page--support .section-tit {
  margin-bottom: 1em;
}
.page--support .block--txt p + p {
  margin-top: 1em;
}
.page--support .list--support {
  margin: 1em 0;
}
.page--support .list--support dt {
  margin-bottom: 0.5em;
  font-weight: 600;
}
.page--support .list--support dd + dt {
  margin-top: 2em;
}
.page--support .list--table {
  margin: 0;
}
.page--support .list--table + .list--table {
  margin-top: 60px;
}
.page--support .detail_table {
  width: 100%;
}
.page--support .detail_table th,
.page--support .detail_table td {
  border: 1px solid #303030;
}
.page--support .detail_table th {
  background: #DDDDDD;
  font-weight: 400;
  line-height: 1.4;
}
.page--support .detail_table td {
  background: #FFFFFF;
}
.page--support .course_box h3 {
  padding: 0.5em;
  margin-bottom: 1em;
  background: #303030;
  color: #FFFFFF;
}
.page--support .course_box dl + dl {
  margin-top: 40px;
}
.page--support .course_box dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.page--faq .searchBox {
  max-width: 450px;
  margin: 0 auto 30px;
}
.page--faq .list--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 0.5em;
  margin-bottom: 40px;
}
.page--faq .list--tag li a {
  display: block;
  padding: 0.5em 1em 0.4em;
  border: 1px solid #303030;
  border-radius: 2px;
  font-size: 1.3rem;
}
.page--faq .tit--category {
  margin-top: 80px;
  background: #303030;
  padding: 0.5em 0.8em 0.4em;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1em;
}
.page--faq .list--faq + .tit--category {
  margin-top: 80px;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: baseline;
  padding: 30px 0;
  border-bottom: 1px solid currentColor;
}
.page--faq .icon--q {
  margin-right: 0.3em;
}
.page--faq .block--contact {
  margin-top: 30px;
}
.page--faq .section--detail .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid currentColor;
  font-size: 1.3rem;
  font-weight: 400;
}
.page--faq .section--detail .block--faq-detail dt {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid currentColor;
}

.page--questionnaire .section-tit {
  margin-bottom: 20px;
}
.page--questionnaire .txt--lead {
  margin-bottom: 30px;
}
.page--questionnaire .ph {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page--questionnaire p + .block--error,
.page--questionnaire .section-tit + .block--error {
  margin-top: 30px;
}
.page--questionnaire .label--image {
  color: color-mix(in srgb, currentColor 80%, transparent 20%);
  font-size: 1.2rem;
}

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

.content--main > section:not([class^=section--]) > p:first-child,
.content--main:not(:has([class^=section--])) > p:first-child {
  padding-top: 150px;
}
.content--main > section:not([class^=section--]) > .tit,
.content--main > section:not([class^=section--]) > form,
.content--main:not(:has([class^=section--])) > .tit,
.content--main:not(:has([class^=section--])) > form {
  margin: 0 auto;
}
.content--main > section:not([class^=section--]) > .tit,
.content--main:not(:has([class^=section--])) > .tit {
  padding-top: 150px;
}
.content--main > section:not([class^=section--]) > .txtArea .btn .main,
.content--main > section:not([class^=section--]) > .btn .main,
.content--main > section:not([class^=section--]) input[type=button],
.content--main:not(:has([class^=section--])) > .txtArea .btn .main,
.content--main:not(:has([class^=section--])) > .btn .main,
.content--main:not(:has([class^=section--])) input[type=button] {
  position: relative;
  z-index: 1;
  width: 90vw;
  max-width: 350px;
  margin: 0 auto;
  padding: 1.2em 2em;
  border-radius: 0;
  border: 1px solid #303030;
  background: transparent;
  letter-spacing: 0.1em;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}

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

[data-delighter][data-anim=fade] {
  transform: translate(0px, 20px);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.5, 0.05, 0.5, 0.1);
}

body.load [data-delighter][data-anim=fade].started {
  transform: translate(0px, 0px);
  opacity: 1;
}

[data-delighter][data-anim=thumb]:not(:has(.thumb))::after,
[data-delighter][data-anim=thumb] .thumb::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, transparent 50%, #1a1a1a 51%);
  background-size: 100% 210%;
  background-position: top;
  transition: 0.5s 0.2s cubic-bezier(0.44, 0.14, 0.09, 1.02);
}

body.load [data-delighter][data-anim=thumb].started::after,
body.load [data-delighter][data-anim=thumb].started .thumb::after {
  background-position: bottom;
}

ul:not(.swiper-wrapper) li:nth-child(2n) [data-delighter][data-anim=thumb]::after,
[data-delighter][data-anim=thumb]:not(.swiper-wrapper) li:nth-child(2n) .thumb::after {
  transition-delay: 0.28s;
}

ul:not(.swiper-wrapper) li:nth-child(3n) [data-delighter][data-anim=thumb]::after,
[data-delighter][data-anim=thumb]:not(.swiper-wrapper) li:nth-child(3n) .thumb::after {
  transition-delay: 0.36s;
}

ul:not(.swiper-wrapper) li:nth-child(4n) [data-delighter][data-anim=thumb]::after,
[data-delighter][data-anim=thumb]:not(.swiper-wrapper) li:nth-child(4n) .thumb::after {
  transition-delay: 0.44s;
}

[data-delighter][data-anim=clip-lr] {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.5, 0.05, 0.5, 0.1);
  transition: clip-path 0.4s cubic-bezier(0.5, 0.05, 0.5, 0.1);
  transition: clip-path 0.4s cubic-bezier(0.5, 0.05, 0.5, 0.1), -webkit-clip-path 0.4s cubic-bezier(0.5, 0.05, 0.5, 0.1);
}

body.load [data-delighter][data-anim=clip-lr].started {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

body.body--app .wrap {
  padding-top: 0;
  padding-bottom: 60px;
}

.block--player:has(.youtube-thumb__app),
.video:has(.youtube-thumb__app) {
  padding-top: 0;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .form--post,
  .form--confirm {
    padding: 60px;
  }
  .form--post .input--half {
    width: 50%;
  }
  .form--post input[type=email] {
    width: 75%;
  }
  .form--post .input--quarter {
    width: 25%;
  }
  .btn--main:hover,
  input.btn--main:hover,
  .btn--sub:hover,
  input.btn--sub:hover {
    opacity: 0.4;
  }
  /* detail__btn */
  .detail__btn a,
  .list__more a {
    position: relative;
    transition: transform 0.2s, opacity 0.3s;
  }
  .detail__btn a::after,
  .list__more a::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 0.6em);
    height: 1px;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: currentColor;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path 0.15s;
    transition: clip-path 0.15s;
    transition: clip-path 0.15s, -webkit-clip-path 0.15s;
  }
  .detail__btn a:hover,
  .list__more a:hover {
    transform: skewX(-20deg);
  }
  .detail__btn a:hover::after,
  .list__more a:hover::after {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .block--pager .pager__item--other 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,
  .block--pager .pager__item--top a {
    transition: 0.3s;
  }
  .block--pager .pager__item--newer a:hover,
  .block--pager .pager__item--older a:hover,
  .block--pager .pager__item--top a:hover {
    opacity: 0.4;
  }
  .block--pager .pager__item--newer a:hover,
  .block--pager .pager__item--older a:hover {
    opacity: 0.4;
  }
  .swiper-button-prev,
  .swiper-button-next {
    transition: 0.3s;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.4;
  }
  .page--home .list--qa .tit {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 4.8em;
    line-height: 1.6;
  }
  .inner:has(.link--cover) .ph img,
  .inner:has(.link--cover) .thumb img,
  a .ph img,
  a .thumb img {
    transition: 0.3s cubic-bezier(0.44, 0.14, 0.09, 1.02);
    will-change: transform;
  }
  .inner:has(.link--cover) .ph::before,
  .inner:has(.link--cover) .thumb::before,
  a .ph::before,
  a .thumb::before {
    content: "";
    display: block;
    position: absolute;
    width: 250%;
    height: 100%;
    inset: 0;
    z-index: 10;
    background: rgba(48, 48, 48, 0.3);
    transform: skewX(-30deg) translateX(-150%);
    transition: 0.8s cubic-bezier(0.19, 0.4, 0.45, 1.13);
    pointer-events: none;
    -webkit-backdrop-filter: grayscale(1);
            backdrop-filter: grayscale(1);
  }
  .inner:has(.link--cover:hover) .ph::before,
  .inner:has(.link--cover:hover) .thumb::before,
  .inner:has(.link--cover:hover) .ph::before,
  .inner:has(.link--cover:hover) .thumb::before,
  a:hover .ph::before,
  a:hover .thumb::before {
    transform: skewX(-30deg) translateX(-20%);
  }
  .inner:has(.link--cover:hover) .ph img:not(.blur),
  .inner:has(.link--cover:hover) .thumb img:not(.blur),
  .inner:has(.link--cover:hover) .ph img:not(.blur),
  .inner:has(.link--cover:hover) .thumb img:not(.blur),
  a:hover .ph img:not(.blur),
  a:hover .thumb img:not(.blur) {
    transform: scale(1.05);
  }
  .page--schedule .md,
  .list--schedule .md {
    font-size: 2.7rem;
  }
  .list--topics_schedule .md {
    font-size: min(2.7rem, 1.5vw);
  }
  .block--category {
    margin-top: -20px;
  }
  .block--category .category a:not(.current) {
    position: relative;
    transition: transform 0.2s, opacity 0.3s;
  }
  .block--category .category a:not(.current)::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 0.6em);
    height: 1px;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: currentColor;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path 0.15s;
    transition: clip-path 0.15s;
    transition: clip-path 0.15s, -webkit-clip-path 0.15s;
  }
  .block--category .category a:not(.current):hover {
    transform: skewX(-20deg);
  }
  .block--category .category a:not(.current):hover::after {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .block--category:has(li a:hover) li a:not(:hover):not(.current) {
    opacity: 0.4;
  }
  .page--info.page--list:not(.page--report) .block--category .category a.current {
    transition: opacity 0.3s;
  }
  .page--info.page--list:not(.page--report) .block--category .category a.current:hover {
    opacity: 0.4;
  }
  .txt--link,
  .txt a,
  .page--support .list--support a,
  .page--support .block--txt a,
  .tag a {
    transition: 0.3s;
  }
  .txt--link:not(.current):hover,
  .txt a:not(.current):hover,
  .page--support .list--support a:not(.current):hover,
  .page--support .block--txt a:not(.current):hover,
  .tag a:not(.current):hover {
    opacity: 0.4;
  }
  .list--faq li > span:has(.link--cover),
  .list--faq li > .inner:has(.link--cover),
  .list--faq li:not(:has(.link--cover)) a,
  .list--info:not(.list--topics):not(.list--related) li > span:has(.link--cover),
  .list--info:not(.list--topics):not(.list--related) li > .inner:has(.link--cover),
  .list--info:not(.list--topics):not(.list--related) li:not(:has(.link--cover)) a,
  .list--schedule li > span:has(.link--cover),
  .list--schedule li > .inner:has(.link--cover),
  .list--schedule li:not(:has(.link--cover)) a {
    transition: 0.3s;
  }
  .list--faq li:has(a:hover) > span,
  .list--faq li:has(a:hover) > .inner,
  .list--faq li:not(:has(.link--cover)) a:hover,
  .list--info:not(.list--topics):not(.list--related) li:has(a:hover) > span,
  .list--info:not(.list--topics):not(.list--related) li:has(a:hover) > .inner,
  .list--info:not(.list--topics):not(.list--related) li:not(:has(.link--cover)) a:hover,
  .list--schedule li:has(a:hover) > span,
  .list--schedule li:has(a:hover) > .inner,
  .list--schedule li:not(:has(.link--cover)) a:hover {
    transform: translateX(20px);
  }
  .list--info.list--topics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 20px;
  }
  .list--info.list--topics li > a,
  .list--info.list--topics li > span,
  .list--info.list--topics li > .inner {
    padding: min(30px, 7%);
  }
  .list--info.list--topics li:has(a:hover) > span .arrow use,
  .list--info.list--topics li:has(a:hover) > .inner .arrow use,
  .list--info.list--topics li:not(:has(.link--cover)) a:hover .arrow use {
    transform: translate(132%, -132%);
  }
  .list--related li > span,
  .list--related li > .inner {
    transition: transform 0.3s;
  }
  .list--related li > span:has(a:hover),
  .list--related li > .inner:has(a:hover) {
    transform: translateY(-5px);
  }
  .list--share li a,
  .list--sns li a {
    position: relative;
    transition: transform 0.2s, opacity 0.3s;
  }
  .list--share li a::after,
  .list--sns li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: currentColor;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path 0.15s;
    transition: clip-path 0.15s;
    transition: clip-path 0.15s, -webkit-clip-path 0.15s;
  }
  .list--share li a:hover,
  .list--sns li a:hover {
    transform: skewX(-20deg);
  }
  .list--share li a:hover::after,
  .list--sns li a:hover::after {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .list--share li a,
  .list--sns li a {
    opacity: 1;
  }
  .list--share li a:hover,
  .list--sns li a:hover {
    opacity: 1 !important;
  }
  .list--share:has(li a:hover) li a:not(:hover),
  .list--sns:has(li a:hover) li a:not(:hover) {
    opacity: 0.4;
  }
  header h1.logo a {
    max-width: calc(100vw - min(58em, 87vw));
    transition: opacity 0.3s;
  }
  header h1.logo a:hover {
    opacity: 0.4;
  }
  header .list--nav__contents li a {
    position: relative;
    transition: transform 0.2s, opacity 0.3s;
  }
  header .list--nav__contents li a::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 1em);
    height: 1px;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: currentColor;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path 0.15s;
    transition: clip-path 0.15s;
    transition: clip-path 0.15s, -webkit-clip-path 0.15s;
  }
  header .list--nav__contents li a:hover {
    transform: skewX(-20deg);
  }
  header .list--nav__contents li a:hover::after {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  header .list--nav__contents .drawer__btn--fc span {
    position: relative;
    transition: transform 0.2s, opacity 0.3s;
  }
  header .list--nav__contents .drawer__btn--fc span::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 0.6em);
    height: 1px;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: currentColor;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path 0.15s;
    transition: clip-path 0.15s;
    transition: clip-path 0.15s, -webkit-clip-path 0.15s;
  }
  header .list--nav__contents .drawer__btn--fc span:hover {
    transform: skewX(-20deg);
  }
  header .list--nav__contents .drawer__btn--fc span:hover::after {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  header .list--nav__contents:has(li a:hover) li a:not(:hover) {
    opacity: 0.4;
  }
  header .list--nav__contents .nav__item--home {
    order: -1;
  }
  header .block--nav__official .list--nav__contents {
    display: flex;
    align-items: center;
  }
  header .block--nav__official .list--nav__contents li a,
  header .block--nav__official .list--nav__contents li button {
    display: block;
    padding: 0 0.8em;
    line-height: 60px;
    font-size: min(1.4rem, 1.4vw);
  }
  header .block--nav__official li.nav__item--fc {
    margin-left: 0.8em;
    position: relative;
    background-color: #202020;
  }
  header .block--nav__official li.nav__item--fc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/static/dish/fanclub_renewal/common/bg_noise.webp);
    background-size: 250px;
    background-blend-mode: multiply;
    opacity: 0.3;
    pointer-events: none;
  }
  header .block--nav__official li.nav__item--fc .drawer__btn--fc {
    position: relative;
    z-index: 10;
    padding: 0 1.2em;
    border-radius: 0;
    line-height: 60px;
    color: #FFFFFF;
    background: transparent;
    cursor: pointer;
  }
  header .block--nav__official li.nav__item--fc .drawer__btn--fc span {
    display: block;
  }
  header .block--nav__official li.nav__item--fc .slash {
    width: 1em;
    margin-left: 0.1em;
    transform: translateY(10%);
  }
  header .block--nav__fc {
    position: absolute;
    top: 60px;
    right: 0;
    width: max(20vw, 30em);
    height: calc(100vh - 60px);
    padding: 60px;
    transform: translateX(110%);
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0, 0.5, 0.5, 1);
    overflow-y: auto;
  }
  header .block--nav__fc .list--nav__contents li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .block--nav__fc .list--nav__contents li a::after {
    width: calc(100% + 0.6em);
  }
  body.fc-open .block--nav__fc {
    transform: translateX(0);
    pointer-events: auto;
  }
  .footer .inner {
    padding: 80px 40px 30px;
  }
  .footer .block--nav ul li a {
    position: relative;
    transition: transform 0.2s, opacity 0.3s;
  }
  .footer .block--nav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 0.6em);
    height: 1px;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: currentColor;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path 0.15s;
    transition: clip-path 0.15s;
    transition: clip-path 0.15s, -webkit-clip-path 0.15s;
  }
  .footer .block--nav ul li a:hover {
    transform: skewX(-20deg);
  }
  .footer .block--nav ul li a:hover::after {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .footer .block--nav ul.list--sns li a::after {
    width: 100%;
  }
  .footer .block--nav ul:has(li a:hover) li a:not(:hover) {
    opacity: 0.4;
  }
  .footer .logo--of {
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: min(100vw - 640px, 1000px);
    line-height: 1;
  }
  .footer .list--attention {
    margin-top: 120px;
  }
  .footer .list--attention li button,
  .footer .list--attention li a {
    transition: 0.3s;
  }
  .footer .list--attention li button:hover,
  .footer .list--attention li a:hover {
    background: #DBD7A1;
    color: #303030;
  }
  .list--contents {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px 30px;
  }
  .list--contents.col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .list--login:has(li a:hover) li a:not(:hover) {
    opacity: 0.4;
  }
  .list--login li a {
    position: relative;
    transition: transform 0.2s, opacity 0.3s;
  }
  .list--login li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: currentColor;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path 0.15s;
    transition: clip-path 0.15s;
    transition: clip-path 0.15s, -webkit-clip-path 0.15s;
  }
  .list--login li a:hover {
    transform: skewX(-20deg);
  }
  .list--login li a:hover::after {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .section--list,
  .section--detail {
    padding: 100px max(10vw, (100vw - 1400px) / 2) 40px;
  }
  .section--list .section-tit {
    margin-bottom: 40px;
  }
  /* section--detail */
  .page--movie .section--detail .area--movie,
  .section--detail .block--tit {
    margin-bottom: 40px;
  }
  .page--movie .section--detail .area--movie .tit,
  .section--detail .block--tit .tit {
    font-size: 2.2rem;
  }
  .page--home .section-tit,
  .section--list .section-tit,
  .page--profile.section--detail .section-tit {
    font-size: 4.2rem;
  }
  .page--home .area--fc .section-tit,
  .page--member .section--list .section-tit {
    font-size: 3.6rem;
  }
  .page--home .section-tit.ja,
  .section--list .section-tit.ja,
  .page--member .section--list .section-tit.ja,
  .page--profile.section--detail .section-tit.ja {
    font-size: 3rem;
  }
  /* modal */
  .modal__close:hover {
    opacity: 0.4;
  }
  /* loading */
  /* entry pop */
  .entry_pop a {
    transition: 0.3s;
  }
  .entry_pop a:hover {
    color: #303030;
    background: #DBD7A1;
  }
  /* 継続案内 */
  .block--status .block--inner {
    padding-inline: 60px;
  }
  .block--status .block--inner .list--status {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 1em;
  }
  .block--status .block--inner .paymentArea {
    text-align: center;
  }
  .block--status .block--inner .txt--sub {
    text-align: center;
  }
  .block--status .block--inner .btn a {
    transition: 0.3s;
  }
  .block--status .block--inner .btn a:hover {
    opacity: 0.4;
  }
  /* home */
  .page--home {
    /* section--hero */
  }
  .page--home {
    /* section--banner */
  }
  .page--home .section--banner {
    margin-top: 30px;
    padding: 0 30px;
  }
  .page--home .section--banner #listBanner.no-swiper .list--bnr,
  .page--home .section--banner #listBanner.double .list--bnr {
    gap: 20px;
    justify-content: center;
  }
  .page--home .section--banner #listBanner.double .list--bnr li,
  .page--home .section--banner #listBanner.single .list--bnr li {
    width: 40%;
  }
  .page--home .section--banner #listBanner.no-swiper .list--bnr li {
    width: calc((100% - 40px) / 3);
  }
  .page--home .section--banner #listBanner.no-swiper .swiper-button-wrap,
  .page--home .section--banner #listBanner.double .swiper-button-wrap {
    display: none;
  }
  .page--home {
    /* area--official */
  }
  .page--home .area--official {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 160px min(10%, 160px);
    padding: 110px max(5vw, (100vw - 1400px) / 2) 180px;
  }
  .page--home .area--official section {
    grid-column: 1/-1;
  }
  .page--home .area--official .section--horizontal {
    grid-column: auto;
  }
  .page--home .section--video::before {
    padding-top: 35%;
  }
  .page--home .section--video #ListVideo {
    margin-right: calc(-1 * max(5vw, (100vw - 1400px) / 2));
  }
  .page--home {
    /* area--fc */
  }
  .page--home .area--fc {
    padding: 180px max(10%, (100vw - 1400px) / 2);
  }
  .page--home .area--fc section + section {
    margin-top: 160px;
  }
  .page--home {
    /* section--login */
  }
  .page--home .section--login .logo--fc {
    width: min(50%, 1000px);
    margin-bottom: 30px;
  }
  .page--home {
    /* section--latest */
  }
  .page--home .section--latest .list--latest {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .page--home {
    /* section--qa */
  }
  .page--home .section--qa .list--qa {
    grid-template-columns: repeat(4, 1fr);
  }
  .list--related {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .list--related li > span,
  .list--related li > .inner {
    padding: min(30px, 7%);
  }
  .list--related li > span .md,
  .list--related li > .inner .md {
    font-size: 2rem;
  }
  .page--disco .area--disco-detail {
    display: flex;
    gap: 60px;
  }
  .page--disco .area--disco-detail #listJacket {
    width: 50%;
  }
  .page--disco .area--disco-detail .block--detail {
    flex-grow: 1;
  }
  .list--qa:not(.list--member) li > .inner,
  .list--qa:not(.list--member) a.link--cover {
    transition: 0.3s;
    border: 1px solid transparent;
  }
  .list--qa:not(.list--member) li > .inner:has(.link--cover:hover),
  .list--qa:not(.list--member) a:not(.link--cover):hover {
    background: color-mix(in srgb, transparent 30%, #1a1a1a 70%);
    border-color: color-mix(in srgb, #DBD7A1 30%, #303030 70%);
  }
  .page--qa .list--qa {
    gap: 20px;
  }
  .page--qa .list--qa li a {
    padding: 30px;
  }
  .page--qa .list--qa.list--member {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  .page--qa.page--error .titArea .txt {
    text-align: center;
  }
  .page--photo #swipebox-action #swipebox-prev,
  .page--photo #swipebox-action #swipebox-next {
    top: 50%;
    transform: translateY(-50%);
  }
  .page--movie.category--parent .block--movie + .block--movie,
  .page--movie.category--parent .block--viproom {
    margin-top: 120px;
  }
  .page--movie.category--parent .block--tit .tit,
  .page--movie.category--parent .block--viproom .tit {
    font-size: 2.4rem;
  }
  .page--movie.category--parent .list--movie li {
    width: calc((100% - 60px) / 3);
  }
  .page--movie.category--parent .list--movie li.swiper-slide-active, .page--movie.category--parent .list--movie li.swiper-slide-next, .page--movie.category--parent .list--movie li.swiper-slide-next + .swiper-slide {
    opacity: 1;
  }
  .page--movie.category--parent .swiper-button-prev,
  .page--movie.category--parent .swiper-button-next {
    font-size: 1.6em;
  }
  .page--movie.category--parent .swiper-button-prev .arrow,
  .page--movie.category--parent .swiper-button-next .arrow {
    width: 0.4em;
    height: 0.4em;
  }
  .page--movie .section--detail {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 5vw;
    padding-inline: 5vw;
  }
  .page--movie .section--detail .block--btn {
    margin-top: 20px;
  }
  .page--movie .section--detail .block--btn .btn {
    margin-inline: 0;
  }
  .page--movie .area--movie {
    width: calc(100% - max(20%, 300px) - 30px);
  }
  .page--movie .area--movie.mainMovie--only {
    width: 100%;
  }
  .page--movie .area--more-info {
    width: max(20%, 300px);
    padding: 0;
  }
  .page--movie .area--more-info .block--comments {
    display: flex;
    flex-direction: column;
  }
  .page--movie .area--more-info [id^=contents_comment_wrapper_] {
    flex-grow: 1;
  }
  .page--wallpaper .list--wp-size li a {
    transition: background 0.3s;
  }
  .page--wallpaper .list--wp-size li a:hover {
    background: #303030;
  }
  .page--profile.section--detail .block--txt {
    margin: 60px 0;
  }
  .page--profile.section--detail .list--member_profile {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
  }
  .page--profile.section--detail:not(.page--profile_member) p + p {
    margin-top: 0.5em;
  }
  .page--profile.section--detail.page--profile_member .inner {
    display: flex;
    gap: 60px;
  }
  .page--profile.section--detail.page--profile_member .block--ph {
    width: 50%;
  }
  .page--profile.section--detail.page--profile_member .block--txt {
    flex-grow: 1;
    width: calc(50% - 60px);
    margin: 0;
  }
  .page--fcArchive .btn--archive {
    transition: 0.3s;
  }
  .page--fcArchive .btn--archive:hover {
    background: transparent;
    color: #DBD7A1;
  }
  .page--entry .section-tit .tit--sub {
    font-size: 1.8rem;
  }
  .page--entry .section-tit svg {
    width: min(50%, 1000px);
  }
  .page--entry > div[class^=block--] {
    margin-top: 160px;
  }
  .page--entry > div[class^=block--]:first-of-type {
    margin-top: 80px;
  }
  .page--entry > div[class^=block--] .block-tit {
    font-size: 3.4rem;
  }
  .page--entry > div[class^=block--] > ul > li {
    width: calc((100% - 40px) / 3);
  }
  .page--entry > div[class^=block--] > ul li.item__benefit,
  .page--entry > div[class^=block--] > ul li.item__continuation {
    width: 100%;
  }
  .page--entry > div[class^=block--] > ul li.item__benefit .thumb,
  .page--entry > div[class^=block--] > ul li.item__continuation .thumb {
    height: 200px;
  }
  .page--entry > div[class^=block--] > ul li.item__magazine {
    flex-direction: row;
    width: calc((100% - 40px) / 3 * 2 + 20px);
  }
  .page--entry > div[class^=block--] > ul li.item__magazine .list__txt {
    width: 40%;
  }
  .page--entry > div[class^=block--] > ul li.item__magazine .block--ph {
    width: 60%;
  }
  .page--entry > div[class^=block--] > ul li.item__noimage {
    width: calc((100% - 40px) / 3 * 2 + 20px);
  }
  .page--entry > div[class^=block--] > ul li.item__noimage ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 100%;
  }
  .page--entry > div[class^=block--] > ul li.item__noimage ul li {
    background: #1a1a1a;
  }
  .page--entry .block--price,
  .page--entry .block--payment,
  .page--entry .block--btn_entry,
  .page--entry .block--attention,
  .page--entry .block--procedure,
  .page--entry .block--term {
    padding: 40px;
  }
  .page--entry .block--entry .block--inner > .block--price,
  .page--entry .block--entry .block--inner > .block--payment,
  .page--entry .block--entry .block--inner > .block--procedure,
  .page--entry .block--entry .block--inner > .block--term {
    width: calc(50% - 10px);
  }
  .page--entry .block--entry .block--inner > .block--price .tit,
  .page--entry .block--entry .block--inner > .block--payment .tit,
  .page--entry .block--entry .block--inner > .block--procedure .tit,
  .page--entry .block--entry .block--inner > .block--term .tit {
    padding: 20px;
    margin: -40px -40px 30px;
  }
  .page--entry .block--btn_entry span.arrow,
  .page--entry .block--btn_entry .close,
  .page--entry .block--other_entry span.arrow,
  .page--entry .block--other_entry .close {
    font-size: 2em;
  }
  .page--entry .block--btn_entry .tit {
    margin-bottom: 20px;
  }
  .page--entry .block--btn_entry svg {
    width: 30em;
  }
  .page--entry .block--btn_entry .block--btn {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .page--entry .block--btn_entry .block--btn .btn {
    width: 50%;
    max-width: none;
  }
  .page--entry .block--other_entry {
    padding: 0;
  }
  .page--entry .block--other_entry .close {
    transition: 0.3s;
  }
  .page--entry .block--other_entry summary:hover .close {
    transform: translateY(-50%) rotate(180deg);
  }
  .page--entry.page--renew > div[class^=block--].block--benefit_renew {
    margin-top: 60px;
  }
  .page--entry.page--renew > div[class^=block--] > ul > li.wide.item__viproom {
    width: 100%;
  }
  .page--entry.page--renew > div[class^=block--] > ul > li.wide.item__viproom .list__txt {
    text-align: center;
  }
  .page--entry.page--renew .block--entry .block--inner .block--price,
  .page--entry.page--renew .block--entry .block--inner .block--procedure,
  .page--entry.page--renew .block--entry .block--inner .block--term {
    width: 100%;
  }
  .page--entry.page--renew .block--entry .block--inner .block--procedure .txt--lead {
    text-align: center;
  }
  .page--app_intro.section--detail {
    padding-inline: max(5vw, (100vw - 1400px) / 2);
  }
  .page--app_intro .list--about {
    position: relative;
    z-index: 10;
    padding-bottom: 5vw;
    margin-bottom: 8vw;
  }
  .page--app_intro .list--about::before {
    content: "";
    display: block;
    position: absolute;
    width: 150vw;
    height: 60%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-6deg);
    z-index: -1;
    background: #303030;
  }
  .page--app_intro .list--about li {
    width: calc((100% - 60px) / 3);
  }
  .page--app_intro .list--about li h3 {
    font-size: min(1.7vw, 20px);
  }
  .page--app_intro .list--app_btn li a {
    transition: 0.3s;
  }
  .page--app_intro .list--app_btn li a:hover {
    opacity: 0.5;
  }
  .page--app_intro .block--attention {
    padding: 40px;
  }
  .page--loppi dl dt {
    text-align: center;
  }
  .page--support .detail_table th,
  .page--support .detail_table td {
    padding: 1em;
  }
  .page--support .detail_table th {
    width: 11em;
  }
  .page--faq .section-tit {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .page--faq .list--tag li a {
    transition: 0.3s;
  }
  .page--faq .list--tag li a:hover {
    background: #303030;
    color: #FFFFFF;
  }
  .page--faq .block--contact p {
    text-align: center;
  }
  .page--faq .section--detail .block--faq-detail dt {
    font-size: 2rem;
  }
  .page--error .section--detail p {
    text-align: center;
  }
  .section--redirect {
    padding: 120px min(5vw, 20px) 160px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .form--confirm,
  .form--post {
    padding: 30px 20px;
  }
  .form--post .input--quarter {
    width: 30%;
  }
  .form--post .input--quarter.postal_code {
    width: 75%;
  }
  .page--home .list--qa .tit {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3.2em;
    line-height: 1.6;
  }
  .page--schedule .md,
  .list--schedule .md,
  .list--topics_schedule .md {
    font-size: 2rem;
  }
  .block--category .category a {
    padding-bottom: 0.6em;
  }
  .list--info.list--topics {
    grid-template-columns: 1fr;
    gap: 40px 15px;
  }
  .list--info.list--topics li > a, .list--info.list--topics li > span, .list--info.list--topics li > .inner {
    padding: 20px;
  }
  .header .logo a svg {
    max-width: 100px;
  }
  .drawer__btn {
    background: transparent;
    border-radius: 0;
    padding: 19px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .drawer__btn .slash {
    width: 40px;
    height: 22px;
  }
  .drawer {
    position: relative;
    background-color: #F7F7F7;
  }
  .drawer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/static/dish/fanclub_renewal/common/bg_texture.webp);
    background-size: 350px;
    background-blend-mode: multiply;
    pointer-events: none;
  }
  .drawer {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    max-width: 32em;
    height: calc(100vh - 60px);
    overflow-y: auto;
    transform: translateX(110%);
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0, 0.5, 0.5, 1);
  }
  .drawer .list--nav__contents {
    display: flex;
    flex-wrap: wrap;
  }
  .drawer .list--nav__contents li {
    width: 50%;
  }
  .drawer .list--nav__contents li a {
    display: block;
    padding: 0.3em 0;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .drawer .block--nav__official {
    padding: 30px 30px 60px;
    color: #303030;
  }
  .drawer .nav--official_sns {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .drawer .block--nav__fc {
    flex-grow: 1;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 60px 30px 100px;
  }
  .drawer .block--nav__fc .logo--fc {
    width: 90%;
    margin-inline: auto;
  }
  body.drawer-visible {
    overflow: hidden;
  }
  body.drawer-visible .drawer {
    transform: translateX(0);
    pointer-events: auto;
  }
  .footer .inner {
    padding: 80px 20px 30px;
  }
  .footer .list--attention {
    margin-top: 50px;
  }
  .page--home .footer .inner {
    padding-bottom: 10px;
  }
  .section--list,
  .section--detail {
    padding: 40px 5% 20px;
  }
  .page--home .section-tit,
  .section--list .section-tit,
  .page--profile.section--detail .section-tit {
    font-size: 3rem;
  }
  .section--list .section-tit {
    margin-bottom: 30px;
  }
  .page--home .section-tit.ja,
  .section--list .section-tit.ja,
  .page--member .section--list .section-tit.ja,
  .page--profile.section--detail .section-tit.ja {
    font-size: 2.6rem;
  }
  /* section--detail */
  .page--movie .section--detail .area--movie,
  .section--detail .block--tit {
    margin-bottom: 30px;
  }
  .page--movie .section--detail .area--movie .tit,
  .section--detail .block--tit .tit {
    font-size: 1.8rem;
  }
  .list--contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  /* entry pop */
  .entry_pop {
    font-size: 1rem;
  }
  /* home */
  .page--home {
    /* section--banner */
  }
  .page--home .section--banner {
    margin-top: 10px;
    padding: 0 10%;
  }
  .page--home .section--banner .swiper {
    overflow: visible;
  }
  .page--home {
    /* area--official */
  }
  .page--home .area--official {
    margin-top: 80px;
    padding: 0 5% 240px;
  }
  .page--home .area--official section + section {
    margin-top: 120px;
  }
  .page--home .section--video::before {
    padding-top: 50%;
  }
  .page--home .section--video #ListVideo {
    margin-right: -6%;
  }
  .page--home {
    /* area--fc */
  }
  .page--home .area--fc {
    padding: 120px 5%;
  }
  .page--home .area--fc section + section {
    margin-top: 100px;
  }
  .page--home {
    /* section--login */
  }
  .page--home .section--login .logo--fc {
    width: min(90%, 500px);
  }
  .page--home {
    /* section--latest */
  }
  .page--home .section--latest .list--latest {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .page--home {
    /* section--qa */
  }
  .page--home .section--qa .list--qa {
    grid-template-columns: repeat(1, 1fr);
  }
  .list--related {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .list--related li > span,
  .list--related li > .inner {
    padding: 20px;
  }
  .page--disco .section--detail {
    padding-top: 5%;
  }
  @supports (container-type: inline-size) {
    .page--disco .section--detail {
      container-type: inline-size;
    }
    @container (min-width: 500px) {
      .page--disco .section--detail .area--disco-detail {
        display: flex;
        gap: 5vw;
      }
      .page--disco .section--detail .area--disco-detail #listJacket {
        width: 50%;
      }
    }
    @container (max-width: 499px) {
      .page--disco .section--detail #listJacket {
        margin-bottom: 30px;
      }
    }
  }
  @supports not (container-type: inline-size) {
    .page--disco .section--detail #listJacket {
      margin-bottom: 30px;
    }
  }
  .page--movie.category--parent .block--movie + .block--movie,
  .page--movie.category--parent .block--viproom {
    margin-top: 80px;
  }
  .page--movie.category--parent .block--tit .tit,
  .page--movie.category--parent .block--viproom .tit {
    font-size: 2rem;
  }
  .page--movie.category--parent .list--movie li {
    width: calc((100% - 10px) / 2);
  }
  .page--movie.category--parent .list--movie li.swiper-slide-active, .page--movie.category--parent .list--movie li.swiper-slide-next {
    opacity: 1;
  }
  .page--movie .section--detail {
    padding-top: 5%;
  }
  .page--movie .section--detail .area--more-info [id^=contents_comment_wrapper_] {
    max-height: 50vh;
  }
  .page--qa .list--qa {
    gap: 20px;
  }
  .page--qa .list--qa li a {
    padding: 30px;
  }
  .page--qa .list--qa.list--member {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 500px;
    margin-inline: auto;
    gap: 30px;
  }
  .page--profile.section--detail .block--txt {
    margin: 30px 0;
  }
  .page--profile.section--detail .list--member_profile {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }
  .page--entry .section-tit .tit--sub {
    font-size: 1.6rem;
  }
  .page--entry .section-tit svg {
    width: min(90%, 500px);
  }
  .page--entry > div[class^=block--] {
    margin-top: 140px;
  }
  .page--entry > div[class^=block--]:first-of-type {
    margin-top: 60px;
  }
  .page--entry > div[class^=block--] .block-tit {
    font-size: 2.8rem;
  }
  .page--entry > div[class^=block--] > ul li.item__benefit .thumb,
  .page--entry > div[class^=block--] > ul li.item__continuation .thumb {
    height: 50vw;
  }
  .page--entry > div[class^=block--] > ul li.item__benefit .thumb img,
  .page--entry > div[class^=block--] > ul li.item__continuation .thumb img {
    margin-inline: auto;
  }
  .page--entry .block--price,
  .page--entry .block--payment,
  .page--entry .block--btn_entry,
  .page--entry .block--attention,
  .page--entry .block--procedure,
  .page--entry .block--term {
    padding: 30px 20px;
  }
  .page--entry .block--price .tit,
  .page--entry .block--payment .tit,
  .page--entry .block--procedure .tit,
  .page--entry .block--term .tit {
    padding: 15px;
    margin: -30px -20px 25px;
  }
  .page--entry .block--btn_entry span.arrow,
  .page--entry .block--btn_entry .close,
  .page--entry .block--other_entry span.arrow,
  .page--entry .block--other_entry .close {
    font-size: 1.3em;
  }
  .page--entry .block--btn_entry .tit {
    margin-bottom: 20px;
  }
  .page--entry .block--btn_entry svg {
    width: 90%;
  }
  .page--entry .block--btn_entry .tit--sub {
    display: block;
    text-align: center;
  }
  .page--entry .block--btn_entry span.arrow {
    top: auto;
    bottom: 20px;
    right: 20px;
    background: #DBD7A1;
  }
  .page--entry .block--other_entry {
    padding: 0;
  }
  .page--entry .block--other_entry .summary,
  .page--entry .block--other_entry .details__inner {
    padding: 5px 0;
  }
  .page--entry.page--renew > div[class^=block--].block--benefit_renew {
    margin-top: 60px;
  }
  .page--entry.page--renew > div[class^=block--] > ul li.item__benefit .thumb {
    margin: -25px -20px -30px;
  }
  .page--app_intro .list--about {
    margin-bottom: 15vw;
    justify-content: center;
  }
  .page--app_intro .list--about li {
    position: relative;
    z-index: 10;
    padding: 20px 20px 12vw;
  }
  .page--app_intro .list--about li::before {
    content: "";
    display: block;
    position: absolute;
    width: 150vw;
    height: 60%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-8deg);
    z-index: -1;
    background: #303030;
  }
  .page--app_intro .block--attention {
    padding: 30px 20px;
  }
  .page--faq .section-tit {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .page--faq .section--detail .block--faq-detail dt {
    font-size: 1.8rem;
  }
  .page--support .detail_table th,
  .page--support .detail_table td {
    padding: 0.5em;
  }
  .page--support .detail_table th {
    width: 7em;
  }
  .page--support .detail_table td {
    font-size: 1.3rem;
  }
  .section--redirect {
    padding: 120px min(5vw, 20px) 160px;
  }
}
/* ----------------------------

tablet

------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .page--entry > div[class^=block--] > ul > li {
    width: calc(50% - 10px);
  }
  .page--entry > div[class^=block--] > ul li.item__benefit .thumb,
  .page--entry > div[class^=block--] > ul li.item__continuation .thumb {
    height: 200px;
  }
  .page--entry > div[class^=block--] > ul li.item__benefit {
    width: 100%;
  }
  .page--entry > div[class^=block--] > ul li.item__magazine {
    flex-direction: row;
    width: 100%;
  }
  .page--entry > div[class^=block--] > ul li.item__magazine .list__txt {
    width: 40%;
  }
  .page--entry > div[class^=block--] > ul li.item__magazine .block--ph {
    width: 60%;
  }
  .page--entry > div[class^=block--] > ul li.item__noimage {
    width: 100%;
  }
  .page--entry > div[class^=block--] > ul li.item__noimage ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 100%;
  }
  .page--entry > div[class^=block--] > ul li.item__noimage ul li {
    background: #1a1a1a;
  }
  .page--entry .block--price,
  .page--entry .block--payment {
    width: calc(50% - 10px);
  }
  .page--entry .block--btn_entry svg {
    width: 30em;
  }
  .page--entry .block--btn_entry .tit--sub {
    margin-left: 0.5em;
  }
  .page--entry .block--btn_entry span.arrow {
    right: 30px;
    transition: 0.3s;
  }
}
/* ----------------------------
共通
------------------------------ */
.page--saratalk .section-tit {
  margin: 0 auto;
  padding: 1em;
  border: 1px solid rgba(219, 215, 161, 0.3);
  border-bottom: none;
  background: #1a1a1a;
}
.page--saratalk .section-tit .txt--sub {
  display: block;
  margin-top: 0.7em;
  font-size: 1.1rem;
  font-weight: normal;
}
.page--saratalk .tit--sub {
  display: block;
  margin-bottom: 0.5em;
  font-size: 0.7em;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.page--saratalk .block--talk {
  margin-inline: auto;
  padding: min(10%, 40px) min(5%, 30px);
  border: 1px solid rgba(219, 215, 161, 0.3);
  background: #1a1a1a;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--saratalk.section--list,
  .page--saratalk .section--list {
    margin-top: -1px;
    padding-top: 0;
    padding-inline: 3%;
  }
  .page--saratalk .block--talk {
    position: relative;
  }
  .page--saratalk .block--talk::after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 1px;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: color-mix(in srgb, #1a1a1a 70%, #DBD7A1 30%);
  }
}
/* ----------------------------
TOP
------------------------------ */
.page--saratalk_top .section-tit {
  padding-bottom: 0.8em;
}
.page--saratalk_top .section-tit,
.page--saratalk_top .block--talk {
  max-width: 600px;
}
.page--saratalk_top .list--talk li a {
  display: flex;
  align-items: center;
  gap: min(5%, 30px);
}
.page--saratalk_top .list--talk li a .icon {
  width: min(100px, 20%);
}
.page--saratalk_top .list--talk li a .title {
  font-size: 1.8rem;
}
.page--saratalk_top .list--talk li a .text {
  margin-top: 0.5em;
  opacity: 0.8;
  font-size: 1.2rem;
}
.page--saratalk_top .list--talk li + li {
  margin-top: min(7%, 40px);
}

@media screen and (min-width: 961px) {
  .page--saratalk_top .list--talk li a {
    transition: 0.3s;
  }
  .page--saratalk_top .list--talk li a:hover {
    opacity: 0.5;
  }
}
/* ----------------------------
トーク
------------------------------ */
.page--saratalk .section--list .section-tit,
.page--saratalk .section--list .block--talk,
.page--saratalk.section--list:not(.page--saratalk_top) .section-tit,
.page--saratalk.section--list:not(.page--saratalk_top) .block--talk {
  max-width: 800px;
}
.page--saratalk .section--list .block--pager,
.page--saratalk.section--list:not(.page--saratalk_top) .block--pager {
  margin-top: 0;
}
.page--saratalk .section--list .list--talk,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 80px;
  margin-top: calc(min(10%, 40px) + 1em);
}
.page--saratalk .section--list .list--talk li,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li {
  width: 95%;
  max-width: 600px;
  margin-top: 80px;
}
.page--saratalk .section--list .list--talk li .list__txt,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li .list__txt {
  position: relative;
  padding: min(20px, 5%);
  background: #303030;
}
.page--saratalk .section--list .list--talk li .list__txt::before,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li .list__txt::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5em;
  height: 2.5em;
  top: -0.2em;
  font-size: 0.8rem;
}
.page--saratalk .section--list .list--talk li .writer,
.page--saratalk .section--list .list--talk li .date,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li .writer,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li .date {
  position: absolute;
  color: #DBD7A1;
  opacity: 0.8;
}
.page--saratalk .section--list .list--talk li .writer,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li .writer {
  bottom: calc(100% + 0.5em);
  font-size: 1.3rem;
}
.page--saratalk .section--list .list--talk li .date,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li .date {
  top: calc(100% + 0.8em);
  font-size: 1.1rem;
}
.page--saratalk .section--list .list--talk li .text .block--player,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li .text .block--player {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  padding: 0;
}
.page--saratalk .section--list .list--talk li .text .block--player br,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li .text .block--player br {
  display: none;
}
.page--saratalk .section--list .list--talk li .text > iframe,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li .text > iframe {
  position: relative !important;
  aspect-ratio: 16/9;
}
.page--saratalk .section--list .list--talk li .text .thumb,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li .text .thumb {
  margin: 10px 0;
}
.page--saratalk .section--list .list--talk li.user,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li.user {
  margin-left: auto;
}
.page--saratalk .section--list .list--talk li.user .list__txt::before,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li.user .list__txt::before {
  right: -1em;
  -webkit-clip-path: polygon(0 100%, 0 10%, 100% 0);
          clip-path: polygon(0 100%, 0 10%, 100% 0);
  background: #303030;
}
.page--saratalk .section--list .list--talk li.user .writer,
.page--saratalk .section--list .list--talk li.user .date,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li.user .writer,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li.user .date {
  right: 0;
}
.page--saratalk .section--list .list--talk li.member,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li.member {
  display: flex;
  gap: 1em;
  margin-right: auto;
}
.page--saratalk .section--list .list--talk li.member .icon,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li.member .icon {
  width: min(5em, 15%);
  height: min(5em, 15%);
  margin-top: -1em;
}
.page--saratalk .section--list .list--talk li.member .list__txt,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li.member .list__txt {
  width: calc(100% - min(5em, 15%));
  background: #DBD7A1;
  color: #303030;
}
.page--saratalk .section--list .list--talk li.member .list__txt::before,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li.member .list__txt::before {
  left: -1em;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%);
          clip-path: polygon(0 0, 100% 10%, 100% 100%);
  background: #DBD7A1;
}
.page--saratalk .section--list .list--talk li.member .writer,
.page--saratalk .section--list .list--talk li.member .date,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li.member .writer,
.page--saratalk.section--list:not(.page--saratalk_top) .list--talk li.member .date {
  left: 0;
}
.page--saratalk .section--list .block--btn,
.page--saratalk.section--list:not(.page--saratalk_top) .block--btn {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 30px;
}
.page--saratalk .section--list .block--btn .btn,
.page--saratalk.section--list:not(.page--saratalk_top) .block--btn .btn {
  max-width: none;
  margin: 0.5em 0;
}
.page--saratalk .section--list .block--btn .btn--main,
.page--saratalk.section--list:not(.page--saratalk_top) .block--btn .btn--main {
  font-size: 1.3rem;
}