@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html,
body {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #0a0a0a;
  font-family: "Noto Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #D1F3FF;
}
body.page--member {
  background: #F0D0EC;
}

a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

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

span {
  display: block;
}

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

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

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

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

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

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

.block--pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  row-gap: 1em;
  margin: 3em auto 0;
}
.block--pager li a,
.block--pager li span {
  display: block;
  position: relative;
}
.block--pager .pager__item--current,
.block--pager .pager__item--other {
  font-size: 1.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 {
  width: 3em;
  height: 3em;
  padding-top: 0.4em;
  border-radius: 999px;
  border: 2px solid #0a0a0a;
  background: #fff;
  text-align: center;
  line-height: 1.8em;
  box-shadow: 2px 2px 0px #0a0a0a;
}
.block--pager .pager__item--current a,
.block--pager .pager__item--current span {
  margin: 0 0.5em;
  transform-origin: center bottom;
  transform: scale(1.15);
  background: #FFFBA3;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.5;
}
.block--pager .pager__item--newer {
  margin-right: 1em;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--newer a {
  padding-left: 1em;
}
.block--pager .pager__item--newer span::after,
.block--pager .pager__item--newer a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  width: 0.7em;
  height: 0.7em;
  border: 3px solid #0a0a0a;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(45deg);
}
.block--pager .pager__item--older {
  margin-left: 1em;
}
.block--pager .pager__item--older span,
.block--pager .pager__item--older a {
  padding-right: 1em;
}
.block--pager .pager__item--older span::after,
.block--pager .pager__item--older a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 0.7em;
  height: 0.7em;
  border: 3px solid #0a0a0a;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}

.page--member .block--pager .pager__item--current span {
  background: #D46FC7;
  color: #fff;
}

.swiper-slide {
  height: auto;
}

.swiper-button-wrap {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
.swiper-button-wrap .swiper-pagination {
  position: static;
}
.swiper-button-wrap .swiper-button-prev,
.swiper-button-wrap .swiper-button-next {
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 0.8em;
  height: 0.8em;
  background: #043655;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.4em;
}

.area--annual .swiper-pagination .swiper-pagination-bullet,
.page--member .swiper-pagination .swiper-pagination-bullet {
  background: #D46FC7;
}

.swiper-button-prev,
.swiper-button-next {
  margin: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.5em;
}

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

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

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

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

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

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.sub--txt_link a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1.5em 40px 1.5em 20px;
}
.sub--txt_link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  width: 0.7em;
  height: 0.7em;
  border: 3px solid #0a0a0a;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}
.sub--txt_link a::after {
  border-width: 2px;
  width: 0.5em;
  height: 0.5em;
}

.page--movie .list--movie li a .tit {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 1.6em;
  line-height: 1.6;
}

.ph,
.thumb {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  vertical-align: bottom;
  z-index: 1;
}
.ph img,
.thumb img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: bottom;
}
.ph.square,
.thumb.square {
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  .ph.square,
  .thumb.square {
    position: relative;
    width: 100%;
  }
  .ph.square::before,
  .thumb.square::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .ph.square img,
  .thumb.square img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ph.wide,
.thumb.wide {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .ph.wide,
  .thumb.wide {
    position: relative;
    width: 100%;
  }
  .ph.wide::before,
  .thumb.wide::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .ph.wide img,
  .thumb.wide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ph::after,
.thumb::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}

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

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

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

.block--date {
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
}

.date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-size: 1.6rem;
}

.new {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: calc(100% + 1em);
  color: #f00;
  white-space: nowrap;
}
.new svg {
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.3em;
  fill: #f00;
}

.category {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.7em;
  margin-left: 1em;
  border: 2px solid #0a0a0a;
  border-radius: 0 5px 5px 5px;
  background: #FFFBA3;
  font-size: 1.4rem;
  line-height: 1;
}

.block--category .list--sort [class^=category--] :not(:checked) ~ span.category {
  background: #fff;
}

.block--category .list--sort .category--28 :checked ~ span.category,
.category--28 .category {
  background: #9efdf2;
}

.block--category .list--sort .category--29 :checked ~ span.category,
.category--29 .category {
  background: #fffba3;
}

.block--category .list--sort .category--30 :checked ~ span.category,
.category--30 .category {
  background: #b6dbfe;
}

.block--category .list--sort .category--31 :checked ~ span.category,
.category--31 .category {
  background: #ffd69e;
}

.block--category .list--sort .category--32 :checked ~ span.category,
.category--32 .category {
  background: #b6ea97;
}

.block--category .list--sort .category--33 :checked ~ span.category,
.category--33 .category {
  background: #dac0f4;
}

.block--category .list--sort .category--34 :checked ~ span.category,
.category--34 .category {
  background: #dbdbdb;
}

.block--category {
  margin: 0 auto 20px;
}

.list--tag,
.block--category,
.list--sort {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.list--tag li label,
.block--category li label,
.list--sort li label {
  padding: 0;
}
.list--tag li a,
.list--tag li label span,
.block--category li a,
.block--category li label span,
.list--sort li a,
.list--sort li label span {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5em 1.2em;
  border: 2px solid #0a0a0a;
  border-radius: 0 5px 5px 5px;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 2px 2px 0px #0a0a0a;
}
.list--tag li .category,
.block--category li .category,
.list--sort li .category {
  color: #0a0a0a;
}
.list--tag li.current a,
.list--tag :checked ~ span.category,
.block--category li.current a,
.block--category :checked ~ span.category,
.list--sort li.current a,
.list--sort :checked ~ span.category {
  background: #FE9EC1;
}

.page--member .category {
  background: #F0D0EC;
}
.page--member .block--category li.current a,
.page--member .block--category :checked ~ span.category,
.page--member .list--sort li.current a,
.page--member .list--sort :checked ~ span.category {
  background: #D46FC7;
  color: #fff;
}

.block--category .list--sort .category {
  margin: 0;
}

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

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

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

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

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

::-moz-placeholder {
  color: #888;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #888;
  font-weight: 400;
}

:-moz-placeholder {
  color: #888;
  font-weight: 400;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
button {
  font-family: "Noto Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 1em;
  border-radius: 5px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #a3a3a3;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
input[type=date].form__error,
button.form__error {
  background: #FFE2E2;
  color: #f00;
  border-color: #f00;
}
input[type=text].form__error:focus, input[type=text][disabled],
input[type=tel].form__error:focus,
input[type=tel][disabled],
input[type=email].form__error:focus,
input[type=email][disabled],
input[type=password].form__error:focus,
input[type=password][disabled],
input[type=number].form__error:focus,
input[type=number][disabled],
input[type=date].form__error:focus,
input[type=date][disabled],
button.form__error:focus,
button[disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}

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

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

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

/* textarea */
textarea {
  font-family: "Noto Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 1em;
  border-radius: 5px;
  height: 10em;
  border-radius: 8px;
  border: 1px solid #a3a3a3;
  background: #fff;
}
textarea.form__error {
  background: #FFE2E2;
  color: #f00;
  border-color: #f00;
}
textarea.form__error:focus, textarea[disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  width: 0.7em;
  height: 0.7em;
  border: 3px solid #0a0a0a;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-45deg);
}
.form__select select {
  font-family: "Noto Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 1em;
  border-radius: 5px;
  padding-right: 2.3em;
  border: 1px solid #a3a3a3;
  padding: 0.5em 2.8em 0.5em 1em;
  background: #fff;
}
.form__select select.form__error {
  background: #FFE2E2;
  color: #f00;
  border-color: #f00;
}
.form__select select.form__error:focus, .form__select select[disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}
.form__select::after {
  position: absolute;
  left: auto;
  right: 1em;
  top: 50%;
  border-top: none;
  border-right: none;
}

/* checkbox */
.form__checkbox label {
  font-family: "Noto Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  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: #f00;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  top: 50%;
  left: 0;
  border: 1px solid #0a0a0a;
  margin: -0.6em 0 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8em;
  height: 0.4em;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
  margin: -0.25em 0 0;
  border: 2px solid #0a0a0a;
  border-top: none;
  border-right: none;
}
.form__checkbox :checked ~ p::before {
  border-color: #0a0a0a;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label {
  font-family: "Noto Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  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: #f00;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #0a0a0a;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #0a0a0a;
  border-width: 0.3em;
}

/* post,confirm */
.form--post dt,
.form--confirm dt {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
.form--post dd,
.form--confirm dd {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 2px dotted #0a0a0a;
}
.form--post dd:last-child,
.form--confirm dd:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.form--post dd img,
.form--confirm dd img {
  max-width: 500px;
}
.form--post .form--horizontal li,
.form--confirm .form--horizontal li {
  display: inline-block;
}

.form--confirm dt {
  margin-top: 2em;
  font-size: 12px;
}
.form--confirm dt:first-child {
  margin-top: 0.5em;
}

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

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

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

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 1em auto;
  text-align: center;
}

.btn-base-style, .content--main > form input[type=submit],
.btn--main,
input.btn--main,
.btn--sub,
input.btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  color: #0a0a0a;
}

.content--main > form input[type=submit],
.btn--main,
input.btn--main,
.btn--sub,
input.btn--sub {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 200px;
  margin: 0 auto;
  padding: 0.8em 1.5em;
  border: 2px solid #0a0a0a;
  border-radius: 999px;
  letter-spacing: 0.1em;
  transition: 0.3s;
  overflow: hidden;
}

.btn--main,
input.btn--main {
  background: #0a0a0a;
  color: #fff;
  white-space: normal;
}

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

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

/* detail__btn */
.detail__btn {
  margin: 1em auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.detail__btn a,
.detail__btn span {
  padding: 1em 2em;
  margin-top: 30px;
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
  white-space: normal;
}

/* list__more */
.list__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5em auto;
}
.list__more a {
  position: relative;
  padding: 1em 4.5em 1em 2em;
  border-radius: 999px;
  background: #0a0a0a;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  white-space: normal;
}
.list__more a .arrow {
  right: 0.8em;
  width: 2.3em;
  height: 2.3em;
}
.list__more a .arrow::after {
  left: 32%;
}

/* arrow */
.arrow {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  width: 3em;
  height: 3em;
  border-radius: 999px;
  background: #fff;
}
.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 37%;
  right: auto;
  width: 0.7em;
  height: 0.7em;
  border: 3px solid #0a0a0a;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}
.arrow::after {
  transform: scale(0.9, 1) translateY(-50%) rotate(-135deg);
}

/* list--login */
.list--login {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.list--login li a {
  max-width: 300px;
  padding: 0.7em 3em;
  border-radius: 999px;
  border: 3px solid #0a0a0a;
  box-shadow: 3px 3px 0px #0a0a0a;
  background: #D46FC7;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

/* list--sns */
.list--sns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em;
}

.list--sns li a,
.page--sns .list--account li a .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.7em;
  width: 2em;
  height: 2em;
  border-radius: 999px;
  border: 2px solid #0a0a0a;
  box-shadow: 3px 3px 0px #0a0a0a;
  color: #fff;
}
.list--sns li a svg,
.page--sns .list--account li a .icon svg {
  fill: #fff;
  width: 1em;
  height: 1em;
}
.list--sns li a.x,
.page--sns .list--account li a .icon.x {
  background: #000;
}
.list--sns li a.instagram,
.page--sns .list--account li a .icon.instagram {
  background: linear-gradient(#FF7A00, #FF0169, #D300C5);
}
.list--sns li a.youtube,
.page--sns .list--account li a .icon.youtube {
  background: #ff0000;
}
.list--sns li a.tiktok,
.page--sns .list--account li a .icon.tiktok {
  background: #000;
}
.list--sns li a.line,
.page--sns .list--account li a .icon.line {
  background: #06C755;
}
.list--sns li a.facebook,
.page--sns .list--account li a .icon.facebook {
  align-items: end;
  overflow: hidden;
  background: #0866ff;
}
.list--sns li a.facebook i,
.page--sns .list--account li a .icon.facebook i {
  font-size: 1.5em;
}

/* list--information */
.list--information {
  padding: 40px 50px;
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
}
.list--information li a {
  padding-top: 1.5em;
  margin-top: 1.5em;
  border-top: 2px dotted #0a0a0a;
}
.list--information li:first-child a {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

/* list--schedule */
.list--schedule li {
  padding: 40px 50px 40px 9em;
  margin-top: 30px;
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
}
.list--schedule li:first-child {
  margin-top: 0;
}
.list--schedule li.no-data {
  padding: 40px 50px;
}
.list--schedule li .block--date {
  align-items: baseline;
  flex-direction: row;
  position: absolute;
  left: 2em;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.list--schedule li .block--date .date {
  font-size: 1.5em;
}
.list--schedule li .list__txt a {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 2px dotted #0a0a0a;
}
.list--schedule li .list__txt:first-child a, .list--schedule li .list__txt.border-none a {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.list--schedule li .list__txt .category {
  position: relative;
  margin: 0 0 0.8em;
}

/* list--ticket */
.list--ticket li:first-child {
  margin-top: 0;
}
.list--ticket li.no-data {
  padding: 40px 50px;
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
}
.list--ticket li a {
  padding: 40px 50px;
  margin-top: 30px;
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
}
.list--ticket li .tit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 0.5em;
  font-size: 2.2rem;
}
.list--ticket li .tit span {
  margin: 0;
}
.list--ticket li .block--date {
  width: 100%;
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: 2px dotted #0a0a0a;
}
.list--ticket li .block--date .date-tit {
  margin-right: 1em;
  font-size: 1.8rem;
}
.list--ticket li .block--date .date {
  font-size: 2rem;
}

/* list--video */
/* list--discography */
/* list--movie */
.list--video,
.list--discography,
section:not(.section--detail) .list--movie {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 4vw;
}

.list--video li.no-data,
.list--discography li.no-data,
.list--movie li.no-data {
  width: 100%;
  padding: 40px 50px;
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
  overflow: hidden;
}
.list--video li a,
.list--discography li a,
.list--movie li a {
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
  overflow: hidden;
  will-change: transform;
}
.list--video li a .tit,
.list--discography li a .tit,
.list--movie li a .tit {
  font-size: 1.125em;
}
.list--video li a .block--txt,
.list--discography li a .block--txt,
.list--movie li a .block--txt {
  padding: 25px;
}
.list--video li a .block--date,
.list--discography li a .block--date,
.list--movie li a .block--date {
  margin-top: 1em;
  margin-bottom: 0;
}
.list--video li a .date,
.list--discography li a .date,
.list--movie li a .date {
  font-size: 1.4rem;
}

/* list--faq */
.list--faq li {
  margin-top: 1em;
}
.list--faq li:first-child {
  margin-top: 0;
}
.list--faq li a {
  position: relative;
  width: 100%;
  padding: 1.5em 40px 1.5em 20px;
  border: 2px solid #0a0a0a;
  border-radius: 10px;
  background: #fff;
}
.list--faq li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  width: 0.7em;
  height: 0.7em;
  border: 3px solid #0a0a0a;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}
.list--faq li a::after {
  border-width: 2px;
}
.list--faq li a span {
  display: inline-block;
}
.list--faq .txt {
  padding-top: 0;
}

.drawer .list--menu,
.drawer_fc .list--menu,
.section--nav .list--menu,
.page--info .section--list .list--menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.drawer .list--menu li,
.drawer_fc .list--menu li,
.section--nav .list--menu li,
.page--info .section--list .list--menu li {
  position: relative;
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  .drawer .list--menu li,
  .drawer_fc .list--menu li,
  .section--nav .list--menu li,
  .page--info .section--list .list--menu li {
    position: relative;
    width: 100%;
  }
  .drawer .list--menu li a, .drawer .list--menu li.fc,
  .drawer_fc .list--menu li a,
  .drawer_fc .list--menu li.fc,
  .section--nav .list--menu li a,
  .section--nav .list--menu li.fc,
  .page--info .section--list .list--menu li a,
  .page--info .section--list .list--menu li.fc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.drawer .list--menu li a,
.drawer_fc .list--menu li a,
.section--nav .list--menu li a,
.page--info .section--list .list--menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border-radius: 20px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
  letter-spacing: 0.04em;
}
.drawer .list--menu li a span,
.drawer_fc .list--menu li a span,
.section--nav .list--menu li a span,
.page--info .section--list .list--menu li a span {
  margin-top: 0.3em;
  font-family: "happy-ruika", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.03em;
  font-size: min(1.8em, 6vw);
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
}
.drawer .list--menu li.fc,
.drawer_fc .list--menu li.fc,
.section--nav .list--menu li.fc,
.page--info .section--list .list--menu li.fc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border-radius: 20px;
  border: 3px solid #0a0a0a;
  background: #D46FC7;
  color: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
  letter-spacing: 0.04em;
}
.drawer .list--menu li.fc span,
.drawer_fc .list--menu li.fc span,
.section--nav .list--menu li.fc span,
.page--info .section--list .list--menu li.fc span {
  font-family: "happy-ruika", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.03em;
  font-size: 1.8em;
  white-space: nowrap;
}

.drawer_fc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.drawer_fc::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  background: rgba(10, 10, 10, 0.5);
  transition: opacity 0.3s;
}
.drawer_fc a {
  pointer-events: none;
}
.drawer_fc .inner {
  position: absolute;
  top: 40px;
  right: 3vw;
}
.drawer_fc .inner .close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 2em;
  height: 2em;
  cursor: pointer;
}
.drawer_fc .inner .close::before, .drawer_fc .inner .close::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.8em;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0a0a0a;
  border-radius: 10px;
}
.drawer_fc .inner .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.drawer_fc .inner .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer_fc .list--menu li {
  width: calc((100% - 40px) / 3);
  min-width: 8em;
}
.drawer_fc .nav--annual,
.drawer_fc .nav--monthly {
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
}
.drawer_fc .nav--annual {
  padding: 60px 30px 30px;
  background-color: #F0D0EC;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255, 255, 255, 0.1019607843) 15px, rgba(255, 255, 255, 0.1019607843) 30px);
  background-size: 40px 40px;
  background-position: 0 0;
  background-repeat: repeat;
}
.drawer_fc .nav--annual .nav--logo {
  width: 80%;
  margin: 0 auto;
}
.drawer_fc .nav--annual .nav--logo span {
  font-size: 1.8rem;
  margin-top: 0.5em;
  text-align: center;
}
.drawer_fc .nav--annual .list--login {
  margin: 2em auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.drawer_fc .nav--annual .list--menu__item a {
  background: #D46FC7;
  color: #fff;
  transition: 0.3s;
}
.drawer_fc .nav--annual .list--menu__item a:hover {
  box-shadow: 0 0 0px #0a0a0a;
  transform: translate(3px, 3px);
}
.drawer_fc .nav--monthly {
  margin-top: -3px;
  padding: 30px;
  background-color: #1C90D8;
  background-image: radial-gradient(circle, #2c98da 4px, transparent 4px), radial-gradient(circle, #2c98da 4px, transparent 4px);
  background-position: 0 0, 10px 20px;
  background-size: 20px 40px;
  background-repeat: repeat;
}
.drawer_fc .nav--monthly a {
  position: relative;
}
.drawer_fc .nav--monthly a span:not(.arrow) {
  font-size: 1.8rem;
  margin-top: 0.5em;
  color: #fff;
}
.drawer_fc .nav--monthly a .arrow {
  right: 0;
}
.drawer_fc .nav--monthly a .arrow::after {
  border-color: #1C90D8;
}
.drawer_fc .nav--monthly img {
  height: 3em;
  width: 14em;
  pointer-events: none;
}

.drawer_fc.drawer_fc-visible {
  opacity: 1;
  pointer-events: auto;
}
.drawer_fc.drawer_fc-visible a {
  pointer-events: auto;
}

.footer {
  position: relative;
  padding: 80px 5vw 60px;
}
.footer .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .list--support,
.footer .list--support_login {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 1em;
}
.footer .list--support li,
.footer .list--support_login li {
  position: relative;
}
.footer .list--support li::before,
.footer .list--support_login li::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 1em;
  top: 50%;
  right: -1em;
  transform: rotate(15deg) translate(-50%, -50%);
  background: #0a0a0a;
}
.footer .list--support li:last-child::before,
.footer .list--support_login li:last-child::before {
  display: none;
}
.footer .list--sns {
  margin: 60px 0;
}
.footer .list--support_login {
  margin-top: 1.5em;
}
.footer .copyright {
  font-size: 1.2rem;
}

.page--home .footer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 0;
  left: 0;
  bottom: calc(100% - 1px);
  z-index: 1;
  padding-top: 3%;
  background-color: #00E1FF;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 1px, #00E1FF 1px), linear-gradient(rgba(255, 255, 255, 0.25) 1px, #00E1FF 1px);
  background-position: 10px 10px;
  background-size: 21px 21px;
  -webkit-mask-image: url(/static/junretsu/common/wave_s.svg);
          mask-image: url(/static/junretsu/common/wave_s.svg);
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.illust_bg,
.illust_front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.illust_bg svg,
.illust_bg span,
.illust_front svg,
.illust_front span {
  position: absolute;
  height: auto;
  overflow: visible;
  animation: floatingAnima 5s infinite;
}

.illust_bg {
  z-index: -1;
}

.illust_front {
  z-index: 10;
}

.wrap {
  position: relative;
  z-index: 1;
  min-height: 100%;
  margin-bottom: -1.25em;
  background: linear-gradient(0, #00E1FF, #D1F3FF);
  overflow: hidden;
}
.wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.25) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 21px 21px;
  pointer-events: none;
}
.wrap > .illust_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
}
.wrap .content--main {
  min-height: calc(100vh - 150px);
  transition: opacity 0.3s;
}

.content--main,
body:not(.page--home) .header,
.wrap > .illust_bg,
.drawer__btn,
.footer {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

body.open .content--main, body.open:not(.page--home) .header,
body.open .wrap > .illust_bg,
body.open .drawer__btn,
body.open .footer {
  opacity: 1;
}

.page--home .wrap > .illust_bg,
.page--member .wrap > .illust_bg,
.page--faq .wrap > .illust_bg,
.page--support .wrap > .illust_bg,
.page--error .wrap > .illust_bg {
  display: none;
}

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

.section--detail .section--inner {
  padding: 40px 50px;
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
}
.section--detail .block--tit {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #0a0a0a;
}
.section--detail .block--tit .block--date {
  margin-bottom: 0;
  margin-top: 1em;
}
.section--detail .block--txt {
  font-weight: 500;
}

/* page--official */
.page--home .area--official .section-tit,
body:not(.page--member):not(.page--home):not(.page--faq) .section--list .section-tit,
.page--profile .section-tit,
.page--sns .section-tit {
  margin-bottom: 0.5em;
  color: #FE9EC1;
  font-family: "happy-ruika", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.03em;
  text-align: center;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  filter: drop-shadow(5px 5px 0 #0a0a0a);
}

/* page--member */
.page--member {
  background-color: #F0D0EC;
}

.page--home .area--annual,
.page--member .wrap {
  background-color: #F0D0EC;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255, 255, 255, 0.1019607843) 15px, rgba(255, 255, 255, 0.1019607843) 30px);
  background-size: 40px 40px;
  background-position: 0 0;
  background-repeat: repeat;
}
.page--home .area--annual::before,
.page--member .wrap::before {
  display: none;
}

.page--home .area--annual .section-tit,
.page--member .section--list .section-tit {
  width: 13em;
  margin: 0 auto 0.5em;
  padding-bottom: 0.7em;
  background: url(/static/junretsu/fanclub/common/ribbon.svg) no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
  text-align: center;
}

/* section--list */
.section--list .section--inner {
  max-width: 1200px;
}

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

/* share */
.block--share {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.block--share .tit {
  font-size: 1.4rem;
}
.block--share li {
  display: inline-block;
  margin: 0 0.3em;
  font-size: 1.8em;
}
.block--share li svg {
  width: 1em;
  margin-bottom: -0.15em;
  fill: #0a0a0a;
}

.page--home {
  /* annual */
  /* monthly */
}
.page--home .no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.page--home.popup-is-visible {
  overflow-y: hidden;
}
.page--home #popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  pointer-events: none;
}
.page--home.open.popup-is-visible #popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page--home .popup__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  width: 100vw;
  height: 100vh;
  height: 100svh;
}
.page--home .popup__inner a {
  width: 90vw;
  max-width: 700px;
  max-height: 80vh;
  max-height: 80svh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page--home .popup__inner a .thumb {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 30px;
  border: 4px solid #0a0a0a;
  box-shadow: 3px 3px 0px #0a0a0a;
  overflow: hidden;
}
.page--home .popup__close {
  cursor: pointer;
}
.page--home .section--hero {
  position: relative;
}
.page--home .section--hero .mainvisual {
  margin: 0 auto;
  border-radius: 30px;
  border: 4px solid #0a0a0a;
  box-shadow: 3px 3px 0px #0a0a0a;
  aspect-ratio: 11/7;
  overflow: hidden;
}
.page--home .section--hero .mainvisual img {
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 11/7) {
  .page--home .section--hero .mainvisual {
    position: relative;
    width: 100%;
  }
  .page--home .section--hero .mainvisual::before {
    content: "";
    display: block;
    padding-top: 63.6%;
  }
  .page--home .section--hero .mainvisual img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page--home .section--nav {
  position: relative;
}
.page--home .section--nav li span {
  line-height: 1.2;
}
.page--home .section--banner .swiper {
  width: 90vw;
  overflow: visible;
}
.page--home .section--banner .no-carousel .list--bnr {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.page--home .section--video .block--item {
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  overflow: hidden;
}
.page--home .section--video .block--item .youtubeThumb {
  cursor: pointer;
  vertical-align: baseline;
}
.page--home .section--video .block--item .youtubeThumb::before, .page--home .section--video .block--item .youtubeThumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(10vw, 8rem);
  pointer-events: none;
}
.page--home .section--video .block--item .youtubeThumb::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 999px;
  border: 2px solid #0a0a0a;
}
.page--home .section--video .block--item .youtubeThumb::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 0.2em solid transparent;
  border-left: 0.35em solid #0a0a0a;
  left: calc(50% + 0.16em);
}
.page--home .area--official {
  padding-top: 80px;
  padding-bottom: 20vw;
}
.page--home .area--annual,
.page--home .area--monthly {
  position: relative;
  padding-bottom: 30vw;
}
.page--home .area--annual section,
.page--home .area--monthly section {
  position: relative;
}
.page--home .area--annual .block--tit,
.page--home .area--monthly .block--tit {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--home .area--annual .section--login .block--logo,
.page--home .area--monthly .section--login .block--logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--home .area--annual .section--login .block--logo img,
.page--home .area--monthly .section--login .block--logo img {
  width: 90vw;
  max-width: 530px;
}
.page--home .area--annual .section--login .block--logo p,
.page--home .area--monthly .section--login .block--logo p {
  margin-top: 0.5em;
}
.page--home .area--annual .section--login .list--login,
.page--home .area--monthly .section--login .list--login {
  justify-content: center;
}
.page--home .area--annual .section--ticket .list--ticket li,
.page--home .area--monthly .section--ticket .list--ticket li {
  width: 100%;
}
.page--home .area--annual .section--ticket #listTicketFC,
.page--home .area--annual .section--ticket #listTicketFS,
.page--home .area--monthly .section--ticket #listTicketFC,
.page--home .area--monthly .section--ticket #listTicketFS {
  position: relative;
}
.page--home .area--annual .section--ticket #listTicketFC.no-carousel,
.page--home .area--annual .section--ticket #listTicketFS.no-carousel,
.page--home .area--monthly .section--ticket #listTicketFC.no-carousel,
.page--home .area--monthly .section--ticket #listTicketFS.no-carousel {
  padding-bottom: inherit;
}
.page--home .area--annual .section--ticket .swiper,
.page--home .area--monthly .section--ticket .swiper {
  height: 100%;
  padding: 0 3px 3px 0;
}
.page--home .area--annual .section--ticket .swiper li,
.page--home .area--monthly .section--ticket .swiper li {
  height: auto;
}
.page--home .area--annual .section--ticket .swiper-pagination,
.page--home .area--monthly .section--ticket .swiper-pagination {
  bottom: 20px;
}
.page--home .area--annual .section--ticket .list--ticket li .block--date,
.page--home .area--monthly .section--ticket .list--ticket li .block--date {
  flex-direction: column;
  align-items: flex-start;
}
.page--home .area--annual .section--ticket .block--tit + div,
.page--home .area--annual .section--latest .block--tit + div,
.page--home .area--monthly .section--ticket .block--tit + div,
.page--home .area--monthly .section--latest .block--tit + div {
  position: relative;
}
.page--home .area--annual .section--ticket .block--tit + div .swiper-button-wrap,
.page--home .area--annual .section--latest .block--tit + div .swiper-button-wrap,
.page--home .area--monthly .section--ticket .block--tit + div .swiper-button-wrap,
.page--home .area--monthly .section--latest .block--tit + div .swiper-button-wrap {
  position: absolute;
  width: 100%;
}
.page--home .area--annual .section--info .list--information li,
.page--home .area--monthly .section--info .list--information li {
  height: 100%;
}
.page--home .area--annual::before, .page--home .area--annual::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: calc(100% - 1px);
  z-index: 1;
  padding-top: 25%;
  -webkit-mask-image: url(/static/junretsu/common/wave.svg);
          mask-image: url(/static/junretsu/common/wave.svg);
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.page--home .area--annual::before {
  background: #0a0a0a;
  bottom: 100%;
}
.page--home .area--annual::after {
  background-color: #F0D0EC;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255, 255, 255, 0.1019607843) 15px, rgba(255, 255, 255, 0.1019607843) 30px);
  background-size: 40px 40px;
  background-position: bottom left;
  background-repeat: repeat;
}
.page--home .area--annual .section--login .block--attention {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  font-size: min(3rem, 5vw);
  text-align: center;
  padding: 1em 2em;
  background: #f00;
  color: #fff;
  border-radius: 20px;
}
.page--home .area--annual .section--login .block--attention .txt--sub {
  font-size: 1.8rem;
}
.page--home .area--annual .section--newsletter .block--item {
  padding: 60px 50px 40px;
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
}
.page--home .area--monthly {
  position: relative;
  padding: 0 5% 22vw;
  background-color: #1C90D8;
  background-image: radial-gradient(circle, #2c98da 4px, transparent 4px), radial-gradient(circle, #2c98da 4px, transparent 4px);
  background-position: 0 0, 10px 20px;
  background-size: 20px 40px;
  background-repeat: repeat;
}
.page--home .area--monthly::before, .page--home .area--monthly::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: calc(100% - 1px);
  z-index: 1;
  padding-top: 25%;
  -webkit-mask-image: url(/static/junretsu/common/wave2.svg);
          mask-image: url(/static/junretsu/common/wave2.svg);
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  transform: scale(1, -1);
}
.page--home .area--monthly::before {
  background: #0a0a0a;
  bottom: 100%;
}
.page--home .area--monthly::after {
  background-color: #1C90D8;
  background-image: radial-gradient(circle, #2c98da 4px, transparent 4px), radial-gradient(circle, #2c98da 4px, transparent 4px);
  background-position: -10px -20px, -20px 0px;
  background-size: 20px 40px;
  background-repeat: repeat;
}
.page--home .area--monthly .section-tit {
  width: 13em;
  margin: 0 auto;
  padding: 0.7em 0 0.3em;
  background: url(/static/junretsu/fanclub/common/noren.svg) no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
  text-align: center;
}
.page--home .area--monthly .section--login .block--logo {
  color: #fff;
}
.page--home .area--monthly .section--login .list--login li a {
  background: #fff;
  color: #0a0a0a;
}
.page--home .area--monthly .section--latest .swiper {
  padding: 0 3px 3px 0;
}
.page--home .area--monthly .section--latest .list--contents li {
  padding: 60px 50px 40px;
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
}
.page--home .area--monthly .section--latest .list--contents li .thumb {
  aspect-ratio: 3/2;
  margin-bottom: 20px;
}
@supports not (aspect-ratio: 3/2) {
  .page--home .area--monthly .section--latest .list--contents li .thumb {
    position: relative;
    width: 100%;
  }
  .page--home .area--monthly .section--latest .list--contents li .thumb::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .page--home .area--monthly .section--latest .list--contents li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* home */
.page--info .section--list .list--menu {
  justify-content: center;
  margin: 0 auto 40px;
}
.page--info .section--list .list--menu li {
  width: calc((100% - 20px) / 2);
  aspect-ratio: unset;
}
.page--info .section--list .list--menu li a {
  background: #FFFBA3;
}
.page--info .section--list .list--menu li.annual a {
  background: #D46FC7;
  color: #fff;
}
.page--info .section--list .list--menu li.monthly a {
  background: #1C90D8;
  color: #fff;
}
.page--info .section--detail .block--ticket-announce {
  padding-top: 30px;
  margin-top: 60px;
  border-top: 2px dotted #0a0a0a;
}
.page--info .section--detail .block--ticket-announce .block-tit {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2rem;
}

.block--month {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #0a0a0a;
}
.block--month .tit {
  font-size: min(5.25em, 6vw);
  line-height: 1;
  white-space: nowrap;
}
.block--month .tit .year {
  font-size: 0.7em;
  margin-right: 0.3em;
}
.block--month .tit .year,
.block--month .tit .month {
  display: inline-block;
}
.block--month .tit .year span,
.block--month .tit .month span {
  display: inline-block;
  margin-left: 0.2em;
  font-size: min(3rem, 5vw);
}

.month-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 1em;
}
.month-pager .month-pager--prev,
.month-pager .month-pager--next {
  white-space: nowrap;
}
.month-pager .month-pager--prev a,
.month-pager .month-pager--prev span,
.month-pager .month-pager--next a,
.month-pager .month-pager--next span {
  position: relative;
}
.month-pager .month-pager--prev span,
.month-pager .month-pager--next span {
  opacity: 0.5;
}
.month-pager .month-pager--border {
  display: block;
  width: 1px;
  height: 1em;
}
.month-pager .month-pager--prev a,
.month-pager .month-pager--prev span {
  padding-left: 1em;
}
.month-pager .month-pager--prev a::after,
.month-pager .month-pager--prev span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  width: 0.7em;
  height: 0.7em;
  border: 3px solid #0a0a0a;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(45deg);
}
.month-pager .month-pager--next a,
.month-pager .month-pager--next span {
  padding-right: 1em;
}
.month-pager .month-pager--next a::after,
.month-pager .month-pager--next span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 0.7em;
  height: 0.7em;
  border: 3px solid #0a0a0a;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}

.page--disco .section--list .list--discography li img,
.page--disco .section--detail .block--jacket .list--jacket li img:not(.blank) {
  background-size: contain;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.page--disco .section--detail .block--tit {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #0a0a0a;
}
.page--disco .section--detail .block--tit .block--date {
  margin-bottom: 0;
  margin-top: 1em;
}
.page--disco .section--detail .block--txt {
  font-weight: 500;
}

.page--movie.new-movie .section--detail .section--inner .block--tit {
  width: 100%;
  margin: 0 0 30px;
}
.page--movie.new-movie .section--detail .section--inner .block--tit .tit {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.6;
}
.page--movie.new-movie .section--detail .section--inner .block--tit .block--date .date {
  font-size: 1.4rem;
  opacity: 1;
}
.page--movie.new-movie .section--detail .section--inner .block--player {
  position: relative !important;
  top: 0 !important;
}
.page--movie.new-movie .section--detail .section--inner .block--txt {
  margin-top: 1em;
}
.page--movie.new-movie .section--detail .block--more_movies {
  margin: 80px auto 0;
  max-width: 960px;
}
.page--movie.new-movie .section--detail .block--more_movies .more_movies_title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid;
  text-align: center;
  font-size: min(2.4rem, 5vw);
  font-weight: 700;
}
.page--movie.new-movie .section--detail .block--more_movies .list--movie li {
  padding: 0 3px 3px 0;
}
.page--movie.new-movie .section--detail .block--more_movies .list--movie li a .block--txt {
  padding: 20px;
}
.page--movie.new-movie .section--detail .block--more_movies .list--movie li a .block--date {
  margin-top: 0.5em;
}

/* video js */
.page--movie.new-movie .section--detail .area--movie .video-js,
.section--detail .video-js {
  /* control-bar */
}
.page--movie.new-movie .section--detail .area--movie .video-js span,
.section--detail .video-js span {
  display: unset;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control,
.section--detail .video-js .vjs-play-control {
  width: 11vw;
  height: 11vw;
  max-width: 60px;
  max-height: 60px;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-big-play-button,
.section--detail .video-js .vjs-big-play-button {
  margin: 0 !important;
  transform: translate(-50%, -50%);
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar,
.section--detail .video-js .vjs-control-bar {
  background-color: rgba(255, 255, 255, 0.2);
  height: 5em;
  padding: 0;
  /* 進行状況バー */
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar .vjs-progress-control,
.section--detail .video-js .vjs-control-bar .vjs-progress-control {
  width: 100%;
  min-width: 4em;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder,
.section--detail .video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder {
  margin: 0;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar .vjs-button > .vjs-icon-placeholder:before,
.section--detail .video-js .vjs-control-bar .vjs-button > .vjs-icon-placeholder:before {
  font-size: 3em;
  line-height: 1.67;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar .vjs-play-progress,
.section--detail .video-js .vjs-control-bar .vjs-play-progress {
  background: #D46FC7;
  transition: 0.1s;
}

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

.page--profile.section--detail .section-tit {
  margin-bottom: 0;
}
.page--profile.section--detail .section--inner {
  padding: 0;
  overflow: hidden;
}
.page--profile.section--detail .artist-photo {
  border-bottom: 3px solid #0a0a0a;
}
.page--profile.section--detail .artist-photo .thumb {
  aspect-ratio: 3/2;
}
@supports not (aspect-ratio: 3/2) {
  .page--profile.section--detail .artist-photo .thumb {
    position: relative;
    width: 100%;
  }
  .page--profile.section--detail .artist-photo .thumb::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .page--profile.section--detail .artist-photo .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page--profile.section--detail .block-tit {
  margin-bottom: 1em;
  font-size: 2rem;
  text-align: center;
}
.page--profile.section--detail .block--biography {
  line-height: 1.8;
  font-weight: 500;
}
.page--profile.section--detail .block--biography p + p {
  margin-top: 0.5em;
}
.page--profile.section--detail .block--member {
  border-top: 2px dotted #0a0a0a;
}
.page--profile.section--detail .block--member .list--member {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
}
.page--profile.section--detail .block--member .list--member .item_member a {
  width: 100%;
}
.page--profile.section--detail .block--member .list--member .item_member .thumb {
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
  aspect-ratio: 2/3;
}
@supports not (aspect-ratio: 2/3) {
  .page--profile.section--detail .block--member .list--member .item_member .thumb {
    position: relative;
    width: 100%;
  }
  .page--profile.section--detail .block--member .list--member .item_member .thumb::before {
    content: "";
    display: block;
    padding-top: 150%;
  }
  .page--profile.section--detail .block--member .list--member .item_member .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page--profile.section--detail .block--member .list--member .item_member .name {
  margin-top: 1em;
  text-align: center;
  font-size: 1.8rem;
}
.page--profile.section--detail .block--member .list--member .item_member .name span {
  font-size: 1.2rem;
}
.page--profile.section--detail .block--member .btn {
  margin-top: 3em;
}
.page--profile.section--detail .block--history {
  border-top: 2px dotted #0a0a0a;
}
.page--profile.section--detail .block--history .block--history__item {
  margin-bottom: 60px;
  background: #f5f5f5;
  border-radius: 30px;
}
.page--profile.section--detail .block--history .block--history__item .item-tit {
  margin: 0 auto 1.5em;
  font-size: 1.8rem;
  text-align: center;
}
.page--profile.section--detail .block--history .block--history__item ul li:not(.list--sub) {
  padding: 1em 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.05);
  font-size: 1.4rem;
  font-weight: 500;
}
.page--profile.section--detail .block--history .block--history__item ul li:not(.list--sub):first-child {
  border-top: 1px solid rgba(10, 10, 10, 0.05);
}
.page--profile.section--detail .block--history .block--history__item .list--sub + .list--sub {
  margin-top: 40px;
}
.page--profile.section--detail .block--history .block--history__item .list-tit {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  text-align: center;
}
.page--profile.section--detail .profile--member .artist-photo .thumb {
  aspect-ratio: 2/3;
}
@supports not (aspect-ratio: 2/3) {
  .page--profile.section--detail .profile--member .artist-photo .thumb {
    position: relative;
    width: 100%;
  }
  .page--profile.section--detail .profile--member .artist-photo .thumb::before {
    content: "";
    display: block;
    padding-top: 150%;
  }
  .page--profile.section--detail .profile--member .artist-photo .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page--profile.section--detail .profile--member .block--profile--info .name {
  font-size: 3rem;
  margin-bottom: 20px;
}
.page--profile.section--detail .profile--member .block--profile--info .name span {
  font-size: 1.4rem;
}
.page--profile.section--detail .profile--member .block--profile--info dl {
  display: flex;
  margin-bottom: 1em;
}
.page--profile.section--detail .profile--member .block--profile--info dl:last-child {
  margin-bottom: 0;
}
.page--profile.section--detail .profile--member .block--profile--info dl dt {
  margin-right: 1em;
  padding: 0 0.5em;
  background: #f5f5f5;
  font-size: 1.4rem;
}
.page--profile.section--detail .profile--member .block--qa {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px dotted #0a0a0a;
}
.page--profile.section--detail .profile--member .block--qa dl dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.7em;
  margin: 0 0 0.3em;
  border: 2px solid #0a0a0a;
  border-radius: 0 5px 5px 5px;
  background: #FFFBA3;
  font-size: 1.4rem;
  line-height: 1;
}

.page--entry .section--detail .section--inner {
  background: transparent;
  box-shadow: none;
  border: none;
}
.page--entry .section--detail .section--inner > .block--logo {
  max-width: 600px;
  margin: 0 auto 60px;
}
.page--entry .section--detail .section--inner > .txt--lead {
  font-size: 2rem;
  text-align: center;
}
.page--entry .section--detail .section--inner .sub--txt_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--entry .section--detail .section--inner .box {
  position: relative;
  padding: 100px 50px 40px;
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
}
.page--entry .section--detail .section--inner .box .box--inner > .tit {
  margin-bottom: 0.5em;
  text-align: center;
}
.page--entry .section--detail .section--inner .box .box--inner + .box--inner {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px dotted #0a0a0a;
}
.page--entry .section--detail .section--inner .box .block--box-tit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translateY(-50%);
  width: 100%;
}
.page--entry .section--detail .section--inner .box .block--box-tit .box-tit {
  width: 100%;
  margin: 0 auto;
  padding: 0.9em 0 1.8em;
  background: url(/static/junretsu/fanclub/common/ribbon_l.svg) no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
  font-size: 3rem;
  text-align: center;
}
.page--entry .section--detail .section--inner .box .txt--lead a {
  display: inline;
  text-decoration: underline;
}
.page--entry .section--detail .section--inner .box dl {
  display: flex;
  flex-wrap: wrap;
}
.page--entry .section--detail .section--inner .box dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border: 2px solid #0a0a0a;
  background: #F0D0EC;
}
.page--entry .section--detail .section--inner .box dl dd {
  padding: 1em;
  border: 2px solid #0a0a0a;
  font-weight: 400;
}
.page--entry .section--detail .section--inner .box dl dd span {
  display: inline-block;
  margin-right: 0.5em;
}
.page--entry .section--detail .section--inner .block--entry,
.page--entry .section--detail .section--inner .list--service {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.page--entry .section--detail .section--inner .block--entry .item--entry,
.page--entry .section--detail .section--inner .list--service li {
  position: relative;
  padding: 25px;
  border-radius: 20px;
  border: 2px solid #0a0a0a;
  background: #FFF7FF;
}
.page--entry .section--detail .section--inner .block--entry .item--entry .tit,
.page--entry .section--detail .section--inner .list--service li .tit {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #0a0a0a;
  text-align: center;
}
.page--entry .section--detail .section--inner .block--entry .item--entry img,
.page--entry .section--detail .section--inner .list--service li img {
  position: absolute;
  top: 1em;
  left: -3em;
  width: min(6em, 22vw);
  height: min(6em, 22vw);
}
.page--entry .section--detail .section--inner .block--entry .item--entry .btn,
.page--entry .section--detail .section--inner .list--service li .btn {
  margin-top: 2em;
  margin-bottom: 0;
}
.page--entry .section--detail .section--inner .block--entry {
  margin: 60px 0 40px;
}
.page--entry .section--detail .section--inner .block--entry .item--entry:nth-child(1) {
  background: #FFFBA3;
}
.page--entry .section--detail .section--inner .block--entry .item--entry:nth-child(2) {
  background: #D1F3FF;
}
.page--entry .section--detail .section--inner .list--service li.webOnly {
  background: #F0D0EC;
}
.page--entry .section--detail .section--inner .list--service li .webOnly_tag {
  position: absolute;
  top: -2px;
  left: -2px;
  padding: 0.5em 1em;
  border-radius: 20px 0;
  border: 2px solid #0a0a0a;
  background: #fff;
  font-size: min(1.6rem, 4vw);
}
.page--entry .section--detail .section--inner .list--service li img {
  display: block;
  position: static;
  width: 80%;
  height: 6em;
  margin: 0 auto 30px;
}
.page--entry .section--detail .section--inner .list--service li .txt + .txt--sub {
  margin-top: 1.5em;
}
.page--entry .section--detail .section--inner .list--service li .red {
  color: #f00;
}
.page--entry .section--detail .section--inner .list--faq li a {
  width: 100%;
}
.page--entry .section--detail .section--inner .block--payment {
  padding: 2em;
  margin-bottom: 1em;
  border-radius: 20px;
  border: 2px solid #0a0a0a;
  background: #F0D0EC;
  text-align: center;
}
.page--entry .section--detail.first--login .section--inner .txt--sub + .txt--lead {
  margin-top: 0.5em;
}
.page--entry .section--detail.first--login .section--inner .txt--large {
  font-size: 1.25em;
}
.page--entry .section--detail.first--login .section--inner .box .block--box-tit .box-tit {
  padding: 0.5em 0 1.8em;
  line-height: 1.2;
  background: url(/static/junretsu/fanclub/common/ribbon_b.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.page--entry .section--detail.first--login .section--inner .box .box--inner .txt--lead {
  font-size: min(2rem, 4vw);
}
.page--entry .section--detail.first--login .section--inner .box .box--inner > .block--attention {
  position: relative;
  padding: 2em 1em;
  margin-bottom: 30px;
  border-radius: 20px;
  background: #FFE2E2;
  color: #f00;
  font-size: min(3rem, 5vw);
  text-align: center;
}
.page--entry .section--detail.first--login .section--inner .box .box--inner > .block--attention > p {
  position: relative;
  z-index: 10;
}
.page--entry .section--detail.first--login .section--inner .box .box--inner > .block--attention .ico_caution {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4em;
  height: 4em;
  fill: #fff;
  opacity: 0.3;
  z-index: 1;
}
.page--entry .section--detail.first--login .section--inner .box > .btn {
  font-size: 1.8rem;
  margin-top: 2em;
}
.page--entry .section--detail.first--login .section--inner .block--contType .item--contType {
  position: relative;
  margin-top: 80px;
  padding: 60px 20px 40px;
  border-radius: 20px;
  background: #FFE2E2;
  color: #f00;
  font-size: 1.8rem;
}
.page--entry .section--detail.first--login .section--inner .block--contType .item--contType .contType-tit {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 2em;
  border-radius: 10px;
  color: #fff;
  background: #f00;
  font-size: min(2rem, 4.5vw);
  text-align: center;
  white-space: nowrap;
}
.page--entry .section--detail.first--login .section--inner .block--contType .item--contType .txt--caution {
  position: relative;
  z-index: 20;
  margin-top: 1em;
}
.page--entry .section--detail.first--login .section--inner .block--contType .item--contType .txt--caution .ico_caution {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  fill: #fff;
  opacity: 0.3;
}
.page--entry .section--detail.first--login .section--inner .block--info dl {
  display: block;
}
.page--entry .section--detail.first--login .section--inner .block--info dl dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 1.5em;
  margin-bottom: 0.5em;
  border-radius: 999px;
  border: none;
  background: #EAEAEA;
}
.page--entry .section--detail.first--login .section--inner .block--info dl dd {
  border: none;
  padding: 0;
  width: 100%;
  margin-bottom: 1.5em;
}
.page--entry .section--detail.first--login .section--inner .block--info dl dd a {
  display: inline;
  text-decoration: underline;
}
.page--entry .section--detail.first--login .section--inner .text--attention {
  margin: 80px 0 40px;
  text-align: center;
  font-size: min(2rem, 5vw);
}
.page--entry .section--detail.first--login .section--inner .text--attention .ico_caution {
  display: block;
  margin: 0 auto 1em;
  width: 4em;
  height: 4em;
  fill: #f00;
}
.page--entry .section--detail.first--login .section--inner .video {
  margin-bottom: 80px;
}
.page--entry .section--detail.first--login .section--inner .block--step .block--tit {
  padding-bottom: 0;
  border-bottom: none;
  font-size: min(3rem, 6vw);
  text-align: center;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--flow li {
  position: relative;
  margin-bottom: 2em;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--flow li:last-child {
  margin-bottom: 0;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--flow li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -1.4em;
  left: 4em;
  border: 1em solid transparent;
  border-top: 0.8em solid #D46FC7;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--flow li:first-child::before {
  display: none;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--flow li a {
  position: relative;
  border: 2px solid #0a0a0a;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--flow li a .num {
  padding: 0.3em 1em;
  background: #F0D0EC;
  font-size: min(3rem, 5vw);
}
.page--entry .section--detail.first--login .section--inner .block--step .list--flow li a .txt {
  padding: 1em;
  font-size: 1.8rem;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--flow li a .txt .txt--sub {
  font-weight: 500;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li {
  position: relative;
  border-radius: 20px;
  border: 2px solid #0a0a0a;
  background: #FFF7FF;
  font-size: min(1.8rem, 4.5vw);
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li .num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F0D0EC;
  padding: 0.3em 1em;
  border-radius: 10px;
  border: 2px solid #0a0a0a;
  font-size: min(3rem, 5vw);
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li > .tit {
  font-size: min(2rem, 5vw);
  text-align: center;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li > .tit:nth-of-type(1) {
  border-bottom: 2px solid #0a0a0a;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li > .tit:not(:nth-of-type(1)) {
  border-top: 2px dotted #0a0a0a;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li > .tit .txt--sub {
  font-weight: 500;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li > .txt {
  font-size: 1.6rem;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li .txt + .txt {
  margin-top: 0.5em;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li .txt + .txt--sub {
  margin-top: 1em;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li .thumb {
  max-width: 500px;
  margin: 30px auto;
  border-radius: 10px;
  border: 2px solid #fff;
  overflow: hidden;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li ul,
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li dl {
  margin: 1em 0;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li dl {
  font-size: 1.6rem;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li dl dt,
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li dl dd {
  width: 100%;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li dl dt {
  margin: 0;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li dl dd {
  border: 2px solid #0a0a0a;
  border-top: none;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li .block--attention {
  padding: 40px;
  margin-top: 30px;
  border-radius: 10px;
  background: #FFE2E2;
  color: #f00;
  font-size: 1.8rem;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li .block--attention .tit {
  font-size: min(2.4rem, 4.5vw);
  line-height: 1.4;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li .block--attention ul.list--faq li a {
  border: none;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li .block--attention ul.list--faq li a::after {
  border-color: #f00;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li .block--attention ul.txt {
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid #f00;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li .block--attention ul.txt li {
  margin-bottom: 1em;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li .block--attention ul.txt li:last-child {
  margin-bottom: 0;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li .wMwmber {
  position: relative;
  padding: 25px 40px;
  margin: 40px 0 20px;
  border-radius: 20px;
  border: 2px solid #0a0a0a;
  border-style: solid;
  background: #FFFBA3;
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step > li .wMwmber img {
  position: absolute;
  top: max(-2em, -6vw);
  left: max(-3em, -11vw);
  width: min(6em, 20vw);
  height: min(6em, 20vw);
}
.page--entry .section--detail.first--login .section--inner .block--step .list--step #step1 .thumb {
  max-width: 100%;
}
.page--entry .header {
  transition: opacity 0.2s !important;
}
.page--entry.modal-is-visible {
  overflow: hidden;
}
.page--entry.modal-is-visible .header {
  opacity: 0 !important;
  pointer-events: none;
}
.page--entry .modal__btn {
  position: fixed;
  top: 100vh;
  left: 50%;
  transform: translate(-50%, calc(-100% - 30px));
}
.page--entry .modal__btn .modal__open {
  font-size: min(2.4rem, 6vw);
  padding: 0.5em 2em;
  cursor: pointer;
  white-space: nowrap;
}
.page--entry .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
}
.page--entry .modal.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page--entry .modal__inner {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  padding-bottom: 10vh;
}
.page--entry .modal__content {
  position: relative;
  width: 90vw;
  max-width: 800px;
  margin: 0 auto;
}
.page--entry .modal__close {
  cursor: pointer;
}

.section--detail.page--introduction .section-tit {
  font-size: min(4rem, 6vw);
  text-align: center;
}
.section--detail.page--introduction .section--inner > .txt--lead {
  margin-bottom: 2em;
}
.section--detail.page--introduction .section--inner .logo {
  background-size: contain;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 13%;
}
.section--detail.page--introduction .list--fc {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px;
}
.section--detail.page--introduction .list--fc li:first-child a {
  background: #f0d0ec;
}
.section--detail.page--introduction .list--fc li:nth-child(2) a {
  background: #D1F3FF;
}
.section--detail.page--introduction .list--fc li a {
  position: relative;
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
  padding: 40px 30px 80px;
}
.section--detail.page--introduction .list--fc li a .logo {
  margin-bottom: 20px;
}
.section--detail.page--introduction .list--fc li a .block--support {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dotted;
}
.section--detail.page--introduction .list--fc li a .block--payment {
  margin-top: 30px;
}
.section--detail.page--introduction .list--fc li a .block--payment .txt--lead {
  font-size: min(1.8rem, 4.2vw);
}
.section--detail.page--introduction .list--fc li a .block--payment .txt--lead span {
  display: inline;
  padding: 0.2em 0.5em;
  border: 1px solid #0a0a0a;
  font-size: 0.8em;
  margin-right: 1em;
  vertical-align: text-bottom;
}
.section--detail.page--introduction .list--fc li a .block--payment .breakdown {
  font-size: 1.4rem;
  margin-top: 0.5em;
  opacity: 0.8;
}
.section--detail.page--introduction .list--fc li a .txt--more {
  position: absolute;
  left: calc(50% - 0.5em);
  bottom: 35px;
  transform: translateX(-50%);
}
.section--detail.page--introduction .list--fc li a .txt--more::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5em);
  right: auto;
  width: 0.6em;
  height: 0.6em;
  border: 3px solid #0a0a0a;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}
.section--detail.page--introduction .list--fc li a .txt--more::after {
  border-width: 2px;
}
.section--detail.page--introduction .block--compare .block-tit {
  font-size: min(3rem, 2vw);
  text-align: center;
  margin-bottom: 0.5em;
}
.section--detail.page--introduction .block--compare dl {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #0a0a0a;
  margin-bottom: 20px;
  font-size: min(1.8rem, 3.4vw);
}
.section--detail.page--introduction .block--compare dl dt,
.section--detail.page--introduction .block--compare dl dd {
  border-bottom: 1px solid #0a0a0a;
}
.section--detail.page--introduction .block--compare dl dt:first-of-type,
.section--detail.page--introduction .block--compare dl dd:first-of-type {
  border-width: 2px;
}
.section--detail.page--introduction .block--compare dl dt:last-of-type,
.section--detail.page--introduction .block--compare dl dd:last-of-type {
  border-bottom: none;
}
.section--detail.page--introduction .block--compare dl dt {
  width: 35%;
  padding: 1em 0.5em;
}
.section--detail.page--introduction .block--compare dl dd {
  width: 65%;
}
.section--detail.page--introduction .block--compare dl dd:first-of-type ul li {
  font-weight: 600;
}
.section--detail.page--introduction .block--compare dl dd:first-of-type ul li:first-of-type {
  border-width: 2px;
  background: #fdd3af;
}
.section--detail.page--introduction .block--compare dl dd:first-of-type ul li:nth-of-type(2) {
  background: #f0d0ec;
}
.section--detail.page--introduction .block--compare dl dd:first-of-type ul li:nth-of-type(3) {
  background: #5eb7ef;
}
.section--detail.page--introduction .block--compare dl dd ul {
  display: flex;
  height: 100%;
}
.section--detail.page--introduction .block--compare dl dd ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
  padding: 1em 0.5em;
  border-left: 1px solid #0a0a0a;
  letter-spacing: 0;
  font-weight: 400;
}
.section--detail.page--introduction .block--compare dl dd ul li.bold {
  font-weight: 600;
}
.section--detail.page--introduction .block--compare dl dd ul li:first-of-type {
  border-width: 2px;
  background: #ffe6d0;
}
.section--detail.page--introduction .block--compare dl dd ul li:nth-of-type(2) {
  background: #FFF7FF;
}
.section--detail.page--introduction .block--compare dl dd ul li:nth-of-type(3) {
  background: #D1F3FF;
}
.section--detail.page--introduction .block--attention {
  background: #FFE2E2;
  color: #f00;
  padding: 1em;
  border-radius: 10px;
  margin-bottom: 60px;
}
.section--detail.page--introduction .block--entry {
  margin-top: 80px;
}
.section--detail.page--introduction .block--entry .block-tit {
  font-size: min(3rem, 2vw);
  margin-bottom: 1em;
  text-align: center;
}
.section--detail.page--introduction .block--entry .list--entry {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.section--detail.page--introduction .block--entry .item--entry {
  position: relative;
  border-radius: 30px;
  border: 2px solid #0a0a0a;
  padding: 40px 30px;
}
.section--detail.page--introduction .block--entry .item--entry:first-of-type {
  background: #f0d0ec;
}
.section--detail.page--introduction .block--entry .item--entry:nth-of-type(2) {
  background: #D1F3FF;
}
.section--detail.page--introduction .block--entry .item--entry .btn {
  margin-bottom: 0;
  margin-top: 2em;
  width: 100%;
  font-size: min(1.4rem, 3.5vw);
}

.section--list.page--goods .list--store {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.section--list.page--goods .list--store li a {
  border: 2px solid #0a0a0a;
  border-radius: 30px;
}

.section--detail.page--sns .section--inner {
  padding-bottom: 80px;
}
.section--detail.page--sns .block--lead {
  line-height: 1.8;
}
.section--detail.page--sns .block--lead .txt--lead {
  margin-top: 0.5em;
}
.section--detail.page--sns .block--lead .txt--lead:first-child {
  margin-top: 0;
}
.section--detail.page--sns .block--attention {
  background: #FFE2E2;
  color: #f00;
  padding: 1em;
  margin-top: 30px;
  border-radius: 20px;
}
.section--detail.page--sns .block--attention .tit {
  margin-bottom: 0.5em;
  font-size: min(2rem, 5vw);
  text-align: center;
}
.section--detail.page--sns .block--account {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px dotted #0a0a0a;
}
.section--detail.page--sns .block--account .tit {
  margin: 0 auto 2em;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 2px solid #0a0a0a;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section--detail.page--sns .block--account .list--account {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3em;
  flex-wrap: wrap;
}
.section--detail.page--sns .block--account .list--account li a {
  display: flex;
  align-items: center;
  font-size: min(2.4rem, 5vw);
}
.section--detail.page--sns .block--account .list--account li a .icon {
  font-size: 0.8em;
  margin-right: 0.7em;
  box-shadow: 2px 2px 0px #0a0a0a;
}

.page--present header,
.page--present footer {
  display: none;
}

.section--present {
  padding-top: 120px;
}
.section--present .section--inner {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}
.section--present .section--inner .block--logo {
  max-width: 600px;
  margin: 0 auto 140px;
}
.section--present .section--inner .box {
  position: relative;
  padding: 100px 50px 40px;
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
}
.section--present .section--inner .box .block--box-tit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translateY(-50%);
  width: 100%;
}
.section--present .section--inner .box .block--box-tit .box-tit {
  width: 100%;
  margin: 0 auto;
  padding: 0.6em 0 1.9em;
  background: url(/static/junretsu/fanclub/common/ribbon_b.svg) no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
  font-size: min(3rem, 5vw);
  text-align: center;
  line-height: 1.2;
}
.section--present .section--inner .box .txt--lead {
  text-align: center;
}
.section--present .section--inner .box .btn {
  margin-top: 2em;
}

.page--support .section--inner .section-tit {
  margin-bottom: 1em;
  text-align: center;
}
.page--support .section--inner .section-tit + p {
  font-weight: 400;
  line-height: 1.8;
}
.page--support .section--inner > .tit {
  margin-bottom: 1em;
  font-size: 1.125em;
  font-weight: 500;
}
.page--support .section--inner ul {
  margin-bottom: 1em;
}
.page--support .section--inner ul li + li {
  margin-top: 0.5em;
}
.page--support .section--inner ul:last-child {
  margin-bottom: 0;
}
.page--support .section--inner + .section--inner {
  margin-top: 20px;
}
.page--support .txt--link {
  display: inline;
  text-decoration: underline;
}
.page--support .list--support {
  margin-top: 3em;
}
.page--support .list--support dt {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.page--support .list--support dd {
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
  border-bottom: 2px dotted #0a0a0a;
  line-height: 1.8;
  font-weight: 400;
}
.page--support .list--support dd:last-child {
  border: none;
}
.page--support .nav__submit--privacy {
  margin-top: 5vw;
}
.page--support .nav__submit--privacy .txt--sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
}
.page--support #credit_month,
.page--support #docomo,
.page--support #au,
.page--support #softbank_b {
  margin: 3em 0 6em;
}
.page--support #credit_month .list--support,
.page--support #docomo .list--support,
.page--support #au .list--support,
.page--support #softbank_b .list--support {
  margin-top: 2em;
}

.page--faq {
  /* searchBox */
  /* tit--category */
  /* block--more-faq */
  /* block--contact */
  /* section--list */
  /* section--detail */
}
.page--faq .searchBox {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 2px solid #0a0a0a;
}
.page--faq .txt--no-data {
  margin: 2em 0;
}
.page--faq .list--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 60px 0;
}
.page--faq .list--tag li a {
  line-height: 1.2;
}
.page--faq .tit--category {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
  margin-left: 10px;
  font-size: min(2.4rem, 5.5vw);
}
.page--faq .block--more-faq {
  margin-top: 4em;
}
.page--faq .block--more-faq .list--faq li a {
  line-height: 1.4;
  text-decoration: none;
}
.page--faq .block--contact {
  margin-top: 40px;
}
.page--faq .block--contact .txt--sub {
  margin-bottom: 0.5em;
}
.page--faq .block--contact .txt--link a {
  display: inline;
  text-decoration: underline;
}
.page--faq .block--contact .txt--link i {
  margin-left: 0.3em;
  font-size: 0.9em;
}
.page--faq .section--list .section-tit {
  margin-bottom: 1em;
  font-size: min(4.8rem, 8vw);
  text-align: center;
}
.page--faq .section--list .list--faq {
  margin-bottom: 40px;
  border-radius: 30px;
  border: 2px solid #0a0a0a;
  overflow: hidden;
  box-shadow: 3px 3px 0px #0a0a0a;
}
.page--faq .section--list .list--faq li {
  margin: 0;
  border-bottom: 2px solid #0a0a0a;
}
.page--faq .section--list .list--faq li:last-child {
  border-bottom: none;
}
.page--faq .section--list .list--faq li a {
  border: none;
  border-radius: 0;
  padding-top: 2em;
  padding-bottom: 2em;
}
.page--faq .section--detail .section-tit {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #0a0a0a;
}
.page--faq .section--detail .section-tit .tit--category {
  font-size: 13px;
  margin: 0;
  margin-bottom: 0.5em;
}
.page--faq .section--detail .block--txt {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 2px dotted #0a0a0a;
}

.page--questionnaire .section--detail .ph {
  margin: 20px 0 40px;
}
.page--questionnaire .section--detail .txt--basic {
  margin-bottom: 40px;
}
.page--questionnaire .section--detail .txt--basic a {
  display: inline;
}
.page--questionnaire.complete .section-tit {
  text-align: center;
}

.page--contact .list--contact_item {
  position: relative;
  width: 100%;
  padding: 1.5em 40px;
  margin-bottom: 30px;
  border: 2px solid #0a0a0a;
  border-radius: 30px;
  background: #fff;
  box-shadow: 3px 3px 0px #0a0a0a;
}
.page--contact .list--contact_item.toggle .tit {
  position: relative;
  padding-right: 2em;
  cursor: pointer;
}
.page--contact .list--contact_item.toggle .tit .toggle_btn {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0.4em;
  right: 0;
}
.page--contact .list--contact_item.toggle .tit .toggle_btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0a0a0a;
}
.page--contact .list--contact_item.toggle .tit .toggle_btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0a0a0a;
}
.page--contact .list--contact_item.toggle .txt--sub,
.page--contact .list--contact_item.toggle .formBox {
  height: 0;
  pointer-events: none;
  opacity: 0;
}
.page--contact .list--contact_item.toggle .txt--sub {
  margin: 0;
  padding-top: 0;
}
.page--contact .list--contact_item.toggle .formBox {
  padding-top: 0;
}
.page--contact .list--contact_item.toggle.open .toggle_btn::after {
  opacity: 0;
}
.page--contact .list--contact_item.toggle.open .txt--sub,
.page--contact .list--contact_item.toggle.open .formBox {
  height: auto;
  pointer-events: auto;
  opacity: 1;
}
.page--contact .list--contact_item.toggle.open .txt--sub {
  padding-top: 1em;
}
.page--contact .list--contact_item.toggle.open .formBox {
  padding-top: 30px;
}
.page--contact .list--contact_item:last-child {
  margin-bottom: 0;
}
.page--contact .list--contact_item a {
  position: relative;
}
.page--contact .list--contact_item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 0.7em;
  height: 0.7em;
  border: 3px solid #0a0a0a;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}
.page--contact .list--contact_item a:after {
  border-width: 2px;
}
.page--contact .list--contact_item .tit {
  font-size: min(2rem, 5vw);
}
.page--contact .list--contact_item .tit + p {
  margin-top: 1em;
}
.page--contact .list--contact_item .txt--sub {
  font-size: 1.4rem;
  font-weight: 500;
}
.page--contact .list--contact_item .txt--sub span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 1em;
  margin-bottom: 0.5em;
  margin-left: -0.5em;
  border-radius: 999px;
  border: none;
  background: #EAEAEA;
}

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

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

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

.delighter {
  transform: translate(0px, 20px);
  opacity: 0;
  transition: 0.6s cubic-bezier(0.5, 0.05, 0.5, 0.1);
}
.delighter.started {
  transform: translate(0px, 0px);
  opacity: 1;
}

@keyframes floatingAnima {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .form--post .input--half {
    width: 50%;
  }
  .form--post input[type=email] {
    width: 75%;
  }
  .form--post .input--quarter {
    width: 25%;
  }
  .page--home .area--official .list--information li a .tit,
  .section--list .list--information li a .tit,
  .page--home .area--official .list--schedule li a .tit,
  .section--list .list--schedule li a .tit {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 1.6em;
    line-height: 1.6;
  }
  .btn--main:hover,
  input.btn--main:hover {
    background: #fff;
    color: #0a0a0a;
  }
  .btn--sub:hover,
  input.btn--sub:hover {
    background: #0a0a0a;
    color: #fff;
  }
  /* detail__btn */
  .detail__btn a {
    transition: 0.3s;
  }
  .detail__btn a:hover {
    box-shadow: 0 0 0px #0a0a0a;
    transform: translate(3px, 3px);
  }
  /* arrow */
  a .arrow {
    transition: transform 0.3s;
  }
  a:hover .arrow {
    transform: translateY(-50%) translateX(5px);
  }
  .block--pager .pager__item--other a {
    transition: 0.3s;
  }
  .block--pager .pager__item--other a:hover {
    box-shadow: 0 0 0px #0a0a0a;
    transform: translate(2px, 2px);
  }
  .block--pager .pager__item--newer a::after,
  .block--pager .pager__item--older a::after {
    transition: 0.3s;
  }
  .block--pager .pager__item--newer a:hover::after {
    left: -5px;
  }
  .block--pager .pager__item--older a:hover::after {
    right: -5px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    transition: 0.3s;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.5;
  }
  .list--login li a,
  .list--sns li a {
    transition: 0.3s;
  }
  .list--login li a:hover,
  .list--sns li a:hover {
    transform: translate(3px, 3px);
    box-shadow: 0 0 0px #0a0a0a;
  }
  /* list--information */
  .list--information.members li a {
    padding: 0 30px;
  }
  .list--information.members li a .arrow {
    width: min(1.1375em, 1.3vw);
    height: min(1.1375em, 1.3vw);
  }
  /* list--video */
  /* list--discography */
  /* list--movie */
  .list--video li,
  .list--discography li,
  .list--movie li {
    width: 48%;
  }
  .header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 40px;
    left: 5vw;
    z-index: 999;
    width: 90vw;
    border-radius: calc(2.75em + 6px);
    border: 3px solid #0a0a0a;
    background: #fff;
    box-shadow: 3px 3px 0px #0a0a0a;
    font-size: min(1.3rem, 1vw);
    line-height: 1.2;
  }
  .header .logo {
    padding: 1em 2em 1em 2.5em;
  }
  .header .logo a {
    width: auto;
    height: 3.5em;
    transition: 0.3s;
  }
  .header .logo a:hover {
    opacity: 0.7;
  }
  .header .logo a img {
    height: 100%;
    width: auto;
    max-width: none;
  }
  .header .g-nav {
    flex-grow: 1;
    max-width: 70em;
  }
  .header .list--menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  .header .list--menu li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
  }
  .header .list--menu li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0 1.1vw;
    white-space: nowrap;
    letter-spacing: 0.04em;
  }
  .header .list--menu li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 999px;
    background: rgba(255, 251, 163, 0.5);
    transition: 0.4s;
  }
  .header .list--menu li a:hover::before {
    width: 3em;
    height: 3em;
  }
  .header .list--menu li a > span, .header .list--menu li.fc > span {
    font-family: "happy-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    letter-spacing: -0.03em;
    font-size: 1.8em;
    white-space: nowrap;
  }
  .header .list--menu li.fc {
    position: relative;
    padding-right: 2.5em;
    padding-left: 1.8em;
    margin-left: 1em;
    border-radius: 0 2.75em 2.75em 0;
    border-left: 3px solid #0a0a0a;
    background: #D46FC7;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
  }
  .header .list--menu li.fc:hover {
    background: #F0D0EC;
    color: #0a0a0a;
  }
  .header .list--menu li.dropdown {
    cursor: pointer;
  }
  .header .list--menu .list--menu__sub {
    position: absolute;
    top: 100%;
    right: -3px;
    z-index: -1;
    width: calc(100% + 6px);
    background: #F0D0EC;
    font-size: initial;
    border: 3px solid #0a0a0a;
    box-shadow: 3px 3px 0px #0a0a0a;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    transition: -webkit-clip-path 0.4s;
    transition: clip-path 0.4s;
    transition: clip-path 0.4s, -webkit-clip-path 0.4s;
    opacity: 0;
    pointer-events: none;
  }
  .header .list--menu .list--menu__sub li a {
    padding: 1em 1.8em;
    font-size: min(1em, 1.2vw);
    color: #0a0a0a;
  }
  .header .list--menu .list--menu__sub li a::before {
    background: rgba(255, 255, 255, 0.3);
  }
  .header .list--menu .list--menu__sub li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .header .list--menu li.visible {
    border-radius: 0 2.75em 0 0;
  }
  .header .list--menu li.visible .list--menu__sub {
    opacity: 1;
    -webkit-clip-path: inset(-10px);
            clip-path: inset(-10px);
    pointer-events: auto;
  }
  .illust_bg svg,
  .illust_front svg {
    stroke-width: 2px;
  }
  .wrap > .illust_bg .bubble02_01 {
    width: 8vw;
    height: 8vw;
    top: 9vw;
    left: 6vw;
  }
  .wrap > .illust_bg .star_01 {
    width: 2.5vw;
    height: 2.5vw;
    top: 20vw;
    left: 2vw;
  }
  .wrap > .illust_bg .bubble_line01 {
    width: 3vw;
    height: 3vw;
    top: 27vw;
    left: 7vw;
  }
  .wrap > .illust_bg .bubble_line01 use {
    transform: scale(-1, 1) rotate(15deg);
  }
  .wrap > .illust_bg .round_01 {
    width: 2vw;
    height: 2vw;
    bottom: 10vw;
    left: 10vw;
  }
  .wrap > .illust_bg .bubble_round_01 {
    width: 4vw;
    height: 4vw;
    bottom: -1vw;
    left: 4vw;
  }
  .wrap > .illust_bg .bubble_round_01 use {
    transform: rotate(-90deg);
  }
  .wrap > .illust_bg .round_02 {
    width: 1.8vw;
    height: 1.8vw;
    top: 17vw;
    right: 7vw;
  }
  .wrap > .illust_bg .bubble03_01 {
    width: 7vw;
    height: 7vw;
    top: 20vw;
    right: -1vw;
  }
  .wrap > .illust_bg .round_w_01 {
    width: 1.5vw;
    height: 1.5vw;
    bottom: 17vw;
    right: 11vw;
  }
  .wrap > .illust_bg .round_03 {
    width: 2vw;
    height: 2vw;
    bottom: 13vw;
    right: 3vw;
  }
  .wrap > .illust_bg .bubble_round_02 {
    width: 3.5vw;
    height: 3.5vw;
    bottom: 3vw;
    right: 4vw;
  }
  .wrap > .illust_bg .bubble_round_02 use {
    transform: rotate(180deg);
  }
  .section--list,
  .section--detail {
    padding: 200px 5vw 100px;
  }
  .section--list .section--inner,
  .section--detail .section--inner {
    width: 65vw;
    min-width: 600px;
  }
  /* page--official */
  .section--list .section-tit,
  .page--profile .section-tit,
  .page--sns .section-tit {
    font-size: min(8.6rem, 6.2vw);
    margin-bottom: 0.5em;
  }
  /* page--member */
  .page--member .section--list .section-tit {
    background-image: url(/static/junretsu/fanclub/common/ribbon_l.svg);
    font-size: min(5rem, 3.6vw);
  }
  /* share */
  .list--share li a {
    transition: 0.3s;
  }
  .list--share li a:hover {
    opacity: 0.5;
  }
  .page--home .header {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.6s;
  }
  .page--home .header:not(.open).header-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .page--home .section--hero {
    max-height: 65vw;
  }
  .page--home .section--hero .logo {
    max-width: 200px;
    margin: 0 auto;
    padding: 30px 0 50px;
  }
  .page--home .section--hero .mainvisual {
    width: 65vw;
    min-width: 600px;
  }
  .page--home .section--hero .catchphrase {
    position: absolute;
    left: min(-1vh, -1vw);
    bottom: -6vw;
    width: 28vw;
  }
  .page--home .section--hero .btn_fc {
    position: absolute;
    right: -2em;
    bottom: -2em;
    z-index: 999;
  }
  .page--home .section--hero .btn_fc a {
    position: relative;
    padding: 4em 4em 5.5em;
  }
  .page--home .section--hero .btn_fc a::before, .page--home .section--hero .btn_fc a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .page--home .section--hero .btn_fc a::before {
    background-image: url(/static/junretsu/common/home/oke_back.webp);
    z-index: -1;
  }
  .page--home .section--hero .btn_fc a::after {
    background-image: url(/static/junretsu/common/home/oke_front.webp);
  }
  .page--home .section--hero .btn_fc a span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 8em;
    height: 8em;
    padding: 1.2em;
    border-radius: 999px;
    border: 2px solid #0a0a0a;
    background: #D46FC7;
    box-shadow: 3px 3px 0px #0a0a0a;
    transition: 0.3s ease-in;
  }
  .page--home .section--hero .btn_fc a:hover span {
    transform: translateY(-0.5em);
  }
  .page--home .section--hero .illust_bg .bubble01_01 {
    top: 0;
    left: 8vw;
    width: 8vw;
    height: 8vw;
  }
  .page--home .section--hero .illust_bg .bubble01_01 use {
    transform: rotate(-15deg);
  }
  .page--home .section--hero .illust_bg .star_01 {
    width: 2.5vw;
    height: 2.5vw;
    top: 6vw;
    left: 5vw;
  }
  .page--home .section--hero .illust_bg .bubble_round_01 {
    width: 3vw;
    height: 3vw;
    top: 16vw;
    left: 7vw;
  }
  .page--home .section--hero .illust_bg .round_01 {
    width: 1.5vw;
    height: 1.5vw;
    top: 20vw;
    left: 4vw;
  }
  .page--home .section--hero .illust_bg .bubble01_02 {
    width: 8vw;
    height: 8vw;
    bottom: min(40vh, 28vw);
    left: 2vw;
  }
  .page--home .section--hero .illust_bg .bubble01_02 use {
    transform: rotate(20deg);
  }
  .page--home .section--hero .illust_bg .oke {
    width: 23vw;
    right: 5vw;
    top: 6vw;
  }
  .page--home .section--hero .illust_bg .oke img {
    transform: rotate(-22deg);
  }
  .page--home .section--hero .illust_bg .star_02 {
    width: 2vw;
    height: 2vw;
    top: 3vw;
    right: 25vw;
  }
  .page--home .section--hero .illust_bg .star_02 use {
    transform: rotate(45deg);
  }
  .page--home .section--hero .illust_bg .bubble_round_02 {
    width: 2vw;
    height: 2vw;
    right: 28vw;
    top: 6vw;
  }
  .page--home .section--hero .illust_bg .bubble_round_02 use {
    transform: rotate(45deg);
  }
  .page--home .section--hero .illust_bg .round_02 {
    width: 2vw;
    height: 2vw;
    top: 25vw;
    right: -0.5vw;
  }
  .page--home .section--hero .illust_bg .bubble_round_03 {
    width: 3vw;
    height: 3vw;
    right: 2vw;
    top: 28vw;
  }
  .page--home .section--hero .illust_bg .bubble01_03 {
    width: 8vw;
    height: 8vw;
    top: 34vw;
    right: 5vw;
  }
  .page--home .section--hero .illust_front .ahiru {
    bottom: min(32vh, 20vw);
    left: 5vw;
    width: 14vw;
  }
  .page--home .section--hero .illust_front .ahiru img {
    transform: rotate(-12deg);
  }
  .page--home .section--hero .illust_front .bubble_line01 {
    width: 5vw;
    top: calc(200px + 1vw);
    left: 14.8vw;
    stroke-width: 3px;
  }
  .page--home .section--hero .illust_front .bubble_line02 {
    width: 5vw;
    height: 5vw;
    top: calc(33vw + 200px);
    right: 15vw;
    stroke-width: 3px;
  }
  .page--home .section--nav {
    padding: calc(10vw + 2em) 15vw 5vw;
  }
  .page--home .section--nav .list--menu {
    width: 65vw;
    min-width: 600px;
    margin: 0 auto;
  }
  .page--home .section--nav .list--menu li {
    width: calc((100% - 60px) / 4);
  }
  .page--home .section--nav .list--menu li a span, .page--home .section--nav .list--menu li.fc span {
    font-weight: 900;
    font-size: min(3.6vw, 7rem);
  }
  .page--home .section--nav .list--menu li a, .page--home .section--nav .list--menu li.fc {
    transition: 0.3s;
    cursor: pointer;
  }
  .page--home .section--nav .list--menu li a:hover, .page--home .section--nav .list--menu li.fc:hover {
    transform: translate(3px, 3px);
    box-shadow: 0 0 0px #0a0a0a;
  }
  .page--home .section--nav .list--sns {
    position: absolute;
    top: 5vw;
    right: 5vw;
  }
  .page--home .section--nav .illust_bg .bubble02_01 {
    width: 8vw;
    height: 8vw;
    top: 9vw;
    left: 6vw;
  }
  .page--home .section--nav .illust_bg .star_01 {
    width: 2.5vw;
    height: 2.5vw;
    top: 20vw;
    left: 2vw;
  }
  .page--home .section--nav .illust_bg .bubble_line01 {
    width: 3vw;
    height: 3vw;
    top: 27vw;
    left: 7vw;
  }
  .page--home .section--nav .illust_bg .bubble_line01 use {
    transform: scale(-1, 1) rotate(15deg);
  }
  .page--home .section--nav .illust_bg .round_01 {
    width: 2vw;
    height: 2vw;
    bottom: 10vw;
    left: 10vw;
  }
  .page--home .section--nav .illust_bg .bubble_round_01 {
    width: 4vw;
    height: 4vw;
    bottom: -1vw;
    left: 4vw;
  }
  .page--home .section--nav .illust_bg .bubble_round_01 use {
    transform: rotate(-90deg);
  }
  .page--home .section--nav .illust_bg .round_02 {
    width: 1.8vw;
    height: 1.8vw;
    top: 17vw;
    right: 7vw;
  }
  .page--home .section--nav .illust_bg .bubble03_01 {
    width: 7vw;
    height: 7vw;
    top: 20vw;
    right: -1vw;
  }
  .page--home .section--nav .illust_bg .round_w_01 {
    width: 1.5vw;
    height: 1.5vw;
    bottom: 17vw;
    right: 11vw;
  }
  .page--home .section--nav .illust_bg .round_03 {
    width: 2vw;
    height: 2vw;
    bottom: 13vw;
    right: 3vw;
  }
  .page--home .section--nav .illust_bg .bubble_round_02 {
    width: 3.5vw;
    height: 3.5vw;
    bottom: 3vw;
    right: 4vw;
  }
  .page--home .section--nav .illust_bg .bubble_round_02 use {
    transform: rotate(180deg);
  }
  .page--home .section--banner .no-carousel .list--bnr li {
    width: calc((100% - 40px) / 3);
  }
  .page--home .area--official section,
  .page--home .area--annual section,
  .page--home .area--monthly section {
    position: relative;
    width: 65vw;
    min-width: 600px;
    margin: 0 auto;
  }
  .page--home .area--official .section-tit {
    font-size: min(6.2vw, 86rem);
    margin-bottom: 0;
  }
  .page--home .area--official section {
    margin-bottom: 160px;
  }
  .page--home .area--official .section--info .illust_bg .bubble03_01 {
    width: 7vw;
    height: 7vw;
    top: -1vw;
    left: -13vw;
  }
  .page--home .area--official .section--info .illust_bg .round_w_01 {
    width: 1.5vw;
    height: 1.5vw;
    top: 9vw;
    left: -15vw;
  }
  .page--home .area--official .section--info .illust_bg .round_01 {
    width: 1.8vw;
    height: 1.8vw;
    top: 13vw;
    left: -11vw;
  }
  .page--home .area--official .section--info .illust_bg .bubble_round_01 {
    width: 3vw;
    height: 3vw;
    left: -14vw;
    top: 18vw;
  }
  .page--home .area--official .section--info .illust_bg .clock {
    width: 15vw;
    height: 15vw;
    bottom: 8vw;
    left: -20vw;
  }
  .page--home .area--official .section--info .illust_bg .clock img {
    transform: rotate(-18deg);
  }
  .page--home .area--official .section--info .illust_bg .bubble_line02 {
    width: 2.5vw;
    height: 2.5vw;
    bottom: 2vw;
    left: -3vw;
  }
  .page--home .area--official .section--info .illust_bg .bubble_line02 use {
    transform: rotate(-175deg);
  }
  .page--home .area--official .section--info .illust_bg .star_01 {
    width: 2.5vw;
    height: 2.5vw;
    top: 0;
    right: 3vw;
  }
  .page--home .area--official .section--info .illust_bg .bubble02_01 {
    width: 10vw;
    height: 10vw;
    top: -8vw;
    right: -15vw;
  }
  .page--home .area--official .section--info .illust_bg .bubble01_01 {
    width: 7vw;
    height: 7vw;
    top: -3vw;
    right: -10vw;
  }
  .page--home .area--official .section--info .illust_bg .bubble_line01 {
    width: 3vw;
    height: 3vw;
    top: 6vw;
    right: -6vw;
  }
  .page--home .area--official .section--info .illust_bg .bubble_line01 use {
    transform: rotate(85deg);
  }
  .page--home .area--official .section--info .illust_bg .round_02 {
    width: 2vw;
    height: 2vw;
    top: 7vw;
    right: -14vw;
  }
  .page--home .area--official .section--info .illust_bg .bubble_round_02 {
    width: 5vw;
    height: 5vw;
    top: 17vw;
    right: -10vw;
  }
  .page--home .area--official .section--info .illust_bg .bubble_round_02 use {
    transform: rotate(-90deg);
  }
  .page--home .area--official .section--info .illust_bg .fan {
    width: 12vw;
    height: 12vw;
    bottom: 8vw;
    right: -18vw;
  }
  .page--home .area--official .section--info .illust_bg .fan img {
    transform: rotate(-18deg);
  }
  .page--home .area--official .section--info .illust_front .milk {
    width: 7vw;
    height: 7vw;
    top: 3vw;
    left: -4vw;
  }
  .page--home .area--official .section--info .illust_front .milk img {
    transform: rotate(20deg);
  }
  .page--home .area--official .section--schedule .illust_bg .round_w_01 {
    width: 1.5vw;
    height: 1.5vw;
    top: -9vw;
    left: -13vw;
  }
  .page--home .area--official .section--schedule .illust_bg .star_01 {
    width: 3vw;
    height: 3vw;
    top: -7vw;
    left: -7vw;
  }
  .page--home .area--official .section--schedule .illust_bg .star_01 use {
    transform: rotate(25deg);
  }
  .page--home .area--official .section--schedule .illust_bg .bubble01_01 {
    width: 6vw;
    height: 6vw;
    top: -3vw;
    left: -11vw;
  }
  .page--home .area--official .section--schedule .illust_bg .bubble01_01 use {
    transform: rotate(45deg);
  }
  .page--home .area--official .section--schedule .illust_bg .noren {
    width: 21vw;
    height: 21vw;
    top: 25%;
    left: -22vw;
  }
  .page--home .area--official .section--schedule .illust_bg .noren img {
    transform: rotate(-15deg);
  }
  .page--home .area--official .section--schedule .illust_bg .bubble_line01 {
    width: 2.5vw;
    height: 2.5vw;
    bottom: 17vw;
    left: -7vw;
  }
  .page--home .area--official .section--schedule .illust_bg .bubble_line01 use {
    transform: rotate(90deg);
  }
  .page--home .area--official .section--schedule .illust_bg .round_01 {
    width: 2.5vw;
    height: 2.5vw;
    bottom: 9vw;
    left: -5vw;
  }
  .page--home .area--official .section--schedule .illust_bg .round_w_02 {
    width: 1.5vw;
    height: 1.5vw;
    bottom: 5vw;
    left: -15vw;
  }
  .page--home .area--official .section--schedule .illust_bg .bubble_round_01 {
    width: 5vw;
    height: 5vw;
    bottom: -1vw;
    left: -5vw;
  }
  .page--home .area--official .section--schedule .illust_bg .bubble_round_01 use {
    transform: rotate(90deg);
  }
  .page--home .area--official .section--schedule .illust_bg .round_02 {
    width: 1.5vw;
    height: 1.5vw;
    top: -5vw;
    right: -3vw;
  }
  .page--home .area--official .section--schedule .illust_bg .bubble_round_02 {
    width: 3vw;
    height: 3vw;
    top: -1vw;
    right: 0;
  }
  .page--home .area--official .section--schedule .illust_bg .bubble02_01 {
    width: 10vw;
    height: 10vw;
    top: -3vw;
    right: -19vw;
  }
  .page--home .area--official .section--schedule .illust_bg .round_w_03 {
    width: 1.2vw;
    height: 1.2vw;
    top: 6vw;
    right: -6vw;
  }
  .page--home .area--official .section--schedule .illust_bg .dryer {
    width: 18vw;
    height: 18vw;
    top: 30%;
    right: -18vw;
  }
  .page--home .area--official .section--schedule .illust_bg .dryer img {
    transform: rotate(25deg);
  }
  .page--home .area--official .section--schedule .illust_bg .bubble03_01 {
    width: 7vw;
    height: 7vw;
    bottom: 1vw;
    right: -15vw;
  }
  .page--home .area--official .section--schedule .illust_bg .bubble03_01 use {
    transform: rotate(55deg);
  }
  .page--home .area--official .section--schedule .illust_bg .round_03 {
    width: 2.5vw;
    height: 2.5vw;
    bottom: -5vw;
    right: -15vw;
  }
  .page--home .area--official .section--video .illust_bg .star_01 {
    width: 4vw;
    height: 4vw;
    top: -1vw;
    left: -14vw;
  }
  .page--home .area--official .section--video .illust_bg .bubble_line01 {
    width: 3vw;
    height: 3vw;
    top: 9vw;
    left: -7vw;
  }
  .page--home .area--official .section--video .illust_bg .bubble_line01 use {
    transform: rotate(90deg);
  }
  .page--home .area--official .section--video .illust_bg .bubble_round_01 {
    width: 5vw;
    height: 5vw;
    top: 21vw;
    left: -7vw;
  }
  .page--home .area--official .section--video .illust_bg .bubble_round_01 use {
    transform: rotate(-90deg);
  }
  .page--home .area--official .section--video .illust_bg .round_01 {
    width: 2vw;
    height: 2vw;
    top: 24vw;
    left: -13vw;
  }
  .page--home .area--official .section--video .illust_bg .scale {
    width: 13vw;
    height: 13vw;
    bottom: 5vw;
    left: -19vw;
  }
  .page--home .area--official .section--video .illust_bg .scale img {
    transform: rotate(15deg);
  }
  .page--home .area--official .section--video .illust_bg .bubble_round_02 {
    width: 4vw;
    height: 4vw;
    top: 2vw;
    right: -12vw;
  }
  .page--home .area--official .section--video .illust_bg .round_02 {
    width: 2vw;
    height: 2vw;
    top: 10vw;
    right: -6vw;
  }
  .page--home .area--official .section--video .illust_bg .bubble01_01 {
    width: 10vw;
    height: 10vw;
    top: 14vw;
    right: -29vw;
  }
  .page--home .area--official .section--video .illust_bg .bubble01_01 use {
    transform: rotate(90deg);
  }
  .page--home .area--official .section--video .illust_bg .coffeeMilk {
    width: 8vw;
    height: 8vw;
    bottom: 11vw;
    right: -14vw;
  }
  .page--home .area--official .section--video .illust_bg .coffeeMilk img {
    transform: rotate(-18deg);
  }
  .page--home .area--official .section--video .youtubeThumb::before, .page--home .area--official .section--video .youtubeThumb::after {
    transition: 0.3s;
  }
  .page--home .area--official .section--video .youtubeThumb:hover::before, .page--home .area--official .section--video .youtubeThumb:hover::after {
    transform: translate(-50%, -50%) scale(1.2);
  }
  .page--home .area--annual,
  .page--home .area--monthly {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
  .page--home .area--annual section,
  .page--home .area--monthly section {
    display: flex;
    flex-direction: column;
    width: 37vw;
    max-width: 550px;
    min-width: 400px;
    margin: 0 0 70px;
  }
  .page--home .area--annual .section--login,
  .page--home .area--monthly .section--login {
    width: 100%;
    max-width: none;
    margin-bottom: 100px;
  }
  .page--home .area--annual .section--login .block--logo,
  .page--home .area--monthly .section--login .block--logo {
    margin-bottom: 40px;
  }
  .page--home .area--annual .section--login .block--logo p,
  .page--home .area--monthly .section--login .block--logo p {
    font-size: 2.3rem;
  }
  .page--home .area--annual .section--login .list--login li a,
  .page--home .area--monthly .section--login .list--login li a {
    font-size: 2.3rem;
  }
  .page--home .area--annual .section--ticket #listTicketFC,
  .page--home .area--annual .section--ticket #listTicketFS,
  .page--home .area--monthly .section--ticket #listTicketFC,
  .page--home .area--monthly .section--ticket #listTicketFS {
    flex-grow: 1;
  }
  .page--home .area--annual .section--info ul,
  .page--home .area--monthly .section--info ul {
    flex-grow: 1;
  }
  .page--home .area--annual .section--info ul li a .tit,
  .page--home .area--monthly .section--info ul li a .tit {
    font-size: 2.3rem;
  }
  .page--home .area--annual .section--ticket .block--tit + div ul li a,
  .page--home .area--annual .section--latest .block--tit + div ul li a,
  .page--home .area--monthly .section--ticket .block--tit + div ul li a,
  .page--home .area--monthly .section--latest .block--tit + div ul li a {
    margin: 0;
    padding-bottom: 80px;
  }
  .page--home .area--annual .section--ticket .block--tit + div .swiper-button-wrap,
  .page--home .area--annual .section--latest .block--tit + div .swiper-button-wrap,
  .page--home .area--monthly .section--ticket .block--tit + div .swiper-button-wrap,
  .page--home .area--monthly .section--latest .block--tit + div .swiper-button-wrap {
    padding: 0 50px;
    bottom: 30px;
  }
  .page--home .area--annual .section--ticket .block--tit + div.no-carousel ul li a,
  .page--home .area--annual .section--latest .block--tit + div.no-carousel ul li a,
  .page--home .area--monthly .section--ticket .block--tit + div.no-carousel ul li a,
  .page--home .area--monthly .section--latest .block--tit + div.no-carousel ul li a {
    padding-bottom: 40px;
  }
  .page--home .area--annual .section--newsletter .block--item,
  .page--home .area--monthly .section--newsletter .block--item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page--info .section--list .list--menu li a {
    transition: 0.3s;
  }
  .page--info .section--list .list--menu li a:hover {
    transform: translate(3px, 3px);
    box-shadow: 0 0 0px #0a0a0a;
  }
  .block--month li a::after {
    transition: 0.3s;
  }
  .block--month .month-pager--prev a:hover::after {
    left: -5px;
  }
  .block--month .month-pager--next a:hover::after {
    right: -5px;
  }
  .page--disco .area--disco-detail {
    display: flex;
    gap: 4%;
  }
  .page--disco .area--disco-detail > div {
    width: 48%;
  }
  .page--disco .jacket--wrap .svg_wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .page--disco .jacket--wrap .svg_wrap .disc_svg {
    top: 0;
    left: 0;
  }
  .page--movie .block--more_movies {
    width: 65vw;
    min-width: 600px;
  }
  .page--profile.section--detail .block--biography {
    padding: 40px 50px 0;
  }
  .page--profile.section--detail .block--member {
    margin: 40px 50px;
    padding-top: 40px;
  }
  .page--profile.section--detail .block--member .item_member {
    width: calc((100% - 60px) / 3);
  }
  .page--profile.section--detail .block--history {
    margin: 40px 50px;
    padding-top: 40px;
  }
  .page--profile.section--detail .block--history .block--history__item {
    padding: 40px 60px 60px;
  }
  .page--profile.section--detail .profile--member .wrap--profile {
    display: flex;
    padding: 40px 50px;
  }
  .page--profile.section--detail .profile--member .artist-photo {
    width: 55%;
    border: none;
  }
  .page--profile.section--detail .profile--member .block--profile--info {
    padding-left: 40px;
  }
  .page--profile.section--detail .profile--member .block--qa {
    margin: 40px 50px;
    padding-top: 40px;
    gap: 30px;
  }
  .page--profile.section--detail .profile--member .block--qa dl {
    width: calc((100% - 30px) / 2);
  }
  .page--entry .section--detail .section--inner {
    width: 80vw;
    min-width: 900px;
    max-width: 1200px;
  }
  .page--entry .section--detail .section--inner .box {
    margin-top: 160px;
  }
  .page--entry .section--detail .section--inner .box .box--inner > .tit {
    font-size: 2.4rem;
  }
  .page--entry .section--detail .section--inner .box .txt--lead {
    text-align: center;
  }
  .page--entry .section--detail .section--inner .box .txt--lead + .btn {
    margin-top: 40px;
  }
  .page--entry .section--detail .section--inner .box dl {
    display: flex;
    flex-wrap: wrap;
  }
  .page--entry .section--detail .section--inner .box dl dt {
    width: 10em;
    margin-bottom: 1em;
  }
  .page--entry .section--detail .section--inner .box dl dd {
    width: calc(100% - 10em);
    margin-bottom: 1em;
    border-left: none;
  }
  .page--entry .section--detail .section--inner .block--entry .item--entry,
  .page--entry .section--detail .section--inner .list--service li {
    width: calc((100% - 40px) / 2);
  }
  .page--entry .section--detail .section--inner .block--entry .item--entry .tit,
  .page--entry .section--detail .section--inner .list--service li .tit {
    font-size: 2.4rem;
  }
  .page--entry .section--detail .section--inner .block--entry .item--entry .txt,
  .page--entry .section--detail .section--inner .list--service li .txt {
    font-size: 1.5rem;
    text-align: center;
  }
  .page--entry .section--detail .section--inner .list--service li:nth-child(-n+2) {
    margin-top: 0;
  }
  .page--entry .section--detail.first--login .section--inner .box {
    padding: 120px 80px 40px;
  }
  .page--entry .section--detail.first--login .section--inner .block--contType .item--contType {
    text-align: center;
  }
  .page--entry .section--detail.first--login .section--inner .block--info {
    margin-top: 80px;
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--flow li a {
    display: flex;
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--flow li a .num {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.3em 1em;
    background: #F0D0EC;
    font-weight: 700;
    border-right: 2px solid #0a0a0a;
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--flow li a .txt {
    width: 100%;
    padding-left: 11.5em;
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--step > li {
    padding: 80px 80px 40px;
    margin-top: 100px;
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--step > li > .tit:nth-of-type(1) {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--step > li > .tit:not(:nth-of-type(1)) {
    padding-top: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .section--detail.page--introduction .section--inner {
    min-width: 800px;
  }
  .section--detail.page--introduction .section--inner > .txt--lead {
    text-align: center;
    font-size: min(3rem, 2vw);
  }
  .section--detail.page--introduction .section--inner .list--fc li {
    width: calc((100% - 40px) / 2);
  }
  .section--detail.page--introduction .section--inner .list--fc li a {
    transition: 0.3s;
  }
  .section--detail.page--introduction .section--inner .list--fc li a:hover {
    transform: translate(3px, 3px);
    box-shadow: 0 0 0px #0a0a0a;
  }
  .section--detail.page--introduction .section--inner .list--fc li a .block--support .txt--lead {
    font-size: min(1.8rem, 1.5vw);
    text-align: center;
  }
  .section--detail.page--introduction .section--inner .list--fc li a .block--support .txt--sub {
    text-align: center;
  }
  .section--detail.page--introduction .section--inner .block--entry .item--entry {
    width: calc((100% - 40px) / 2);
  }
  .section--list.page--goods .list--store li {
    width: calc((100% - 30px) / 2);
  }
  .section--list.page--goods .list--store li a {
    box-shadow: 5px 5px 0px #0a0a0a;
    font-size: min(8rem, 4vw);
    transition: 0.3s;
  }
  .section--list.page--goods .list--store li a:hover {
    box-shadow: 0 0 0px #0a0a0a;
    transform: translate(5px, 5px);
  }
  .section--detail.page--sns .section--inner {
    padding-top: 60px;
  }
  .section--detail.page--sns .block--attention .txt {
    text-align: center;
  }
  .section--detail.page--sns .block--account .list--account li a .icon {
    transition: 0.3s;
  }
  .section--detail.page--sns .block--account .list--account li a:hover .icon {
    transform: translate(2px, 2px);
    box-shadow: 0 0 0px #0a0a0a;
  }
  .page--support section:not(.page--contact) .section-tit {
    font-size: 3rem;
  }
  .page--contact .list--contact_item:has(a) {
    transition: 0.3s;
  }
  .page--contact .list--contact_item:has(a):hover {
    background: #FFFBA3;
  }
  /* hover thumb */
  a .thumb img {
    transition: 0.4s;
  }
  a:hover .thumb img {
    transform: scale(1.05);
  }
  .list--faq a {
    transition: 0.3s;
  }
  .list--faq a:hover {
    background: #FFFBA3;
  }
  .list--discography li a .thumb img,
  .list--movie li a .thumb img {
    transform: scale(1) !important;
  }
  body:not(.page--home) .list--ticket li a,
  .list--discography li a,
  .list--movie li a {
    transition: 0.3s;
  }
  body:not(.page--home) .list--ticket li a:hover,
  .list--discography li a:hover,
  .list--movie li a:hover {
    box-shadow: 0 0 0px #0a0a0a;
    transform: translate(3px, 3px);
  }
  .list--schedule li a,
  .list--information li a,
  .list--support li a,
  .list--support_login li a {
    transition: 0.3s;
  }
  .list--schedule li a:hover,
  .list--information li a:hover,
  .list--support li a:hover,
  .list--support_login li a:hover {
    opacity: 0.5;
  }
  .page--home .list--ticket a .block--txt,
  .page--home .list--ticket a .block--date,
  .page--home .list--contents a .block--txt,
  .page--home .list--contents a .block--date {
    transition: 0.3s;
  }
  .page--home .list--ticket a:hover .block--txt,
  .page--home .list--ticket a:hover .block--date,
  .page--home .list--contents a:hover .block--txt,
  .page--home .list--contents a:hover .block--date {
    opacity: 0.5;
  }
  /* hover sort */
  .list--tag li a,
  .list--tag li span,
  .list--tag li label span,
  .list--link li a,
  .list--link li span,
  .list--link li label span,
  .list--sort li a,
  .list--sort li span,
  .list--sort li label span,
  .block--category li a,
  .block--category li span,
  .block--category li label span {
    transition: 0.3s;
  }
  .list--tag li a:hover,
  .list--tag li span:hover,
  .list--tag li label span:hover,
  .list--link li a:hover,
  .list--link li span:hover,
  .list--link li label span:hover,
  .list--sort li a:hover,
  .list--sort li span:hover,
  .list--sort li label span:hover,
  .block--category li a:hover,
  .block--category li span:hover,
  .block--category li label span:hover {
    box-shadow: 0 0 0px #0a0a0a;
    transform: translate(2px, 2px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .sub--txt_link a {
    font-size: 1.4rem;
  }
  .page--home .area--official .list--information li a .tit,
  .section--list .list--information li a .tit,
  .page--home .area--official .list--schedule li a .tit,
  .section--list .list--schedule li a .tit {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3.2em;
    line-height: 1.6;
  }
  .form--confirm dl,
  .form--post dl {
    padding: 20px;
  }
  .form--confirm dt,
  .form--post dt {
    margin-top: 1.5em;
  }
  .form--confirm dd,
  .form--post dd {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
  .form--post .input--quarter {
    width: 30%;
  }
  .form--post .input--quarter.postal_code {
    width: 75%;
  }
  .list__more a {
    padding: 0.7em 3em 0.7em 1.5em;
    font-size: min(1.8rem, 4.6vw);
  }
  .list__more a .arrow {
    right: 0.5em;
    width: 2em;
    height: 2em;
  }
  .list__more a .arrow::after {
    width: 0.6em;
    height: 0.6em;
  }
  .block--pager {
    position: relative;
  }
  .block--pager .pager__item--newer {
    position: absolute;
    top: calc(100% + 1em);
    right: calc(50% + 1em);
  }
  .block--pager .pager__item--older {
    position: absolute;
    top: calc(100% + 1em);
    left: calc(50% + 1em);
  }
  .swiper-button-wrap {
    margin-top: 0.5em;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 0.6em;
    height: 0.6em;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 1.2em;
    border-width: 2px;
  }
  .block--date {
    flex-direction: column;
    align-items: flex-start;
  }
  .category {
    margin: 0.8em 0 0;
  }
  .list--tag li a,
  .list--tag li span,
  .block--category li a,
  .block--category li span,
  .list--sort li a,
  .list--sort li span {
    font-size: 1.6rem;
  }
  .list--login {
    justify-content: center;
  }
  .list--login li a {
    width: 100%;
    padding: 0.5em 1.5em;
  }
  .list--information {
    padding: 30px;
  }
  /* list--schedule */
  .list--schedule li {
    padding: 25px 25px 25px 4.3em;
  }
  .list--schedule li .block--date {
    flex-direction: column;
    align-items: center;
    left: 1em;
    line-height: 1.2;
  }
  .list--schedule li .block--date .date {
    font-size: 2.8rem;
  }
  /* list--ticket */
  .list--ticket li a {
    padding: 25px;
  }
  .list--ticket li .block--date .date-tit {
    font-size: 1.6rem;
  }
  .list--ticket li .block--date .date {
    font-size: 1.8rem;
  }
  /* list--video */
  /* list--discography */
  /* list--movie */
  .list--video li,
  .list--discography li,
  .list--movie li {
    width: 100%;
    margin-bottom: 30px;
  }
  .list--video li a .tit,
  .list--discography li a .tit,
  .list--movie li a .tit {
    font-size: 1.6rem;
  }
  .list--video li:last-child,
  .list--discography li:last-child,
  .list--movie li:last-child {
    margin-bottom: 0;
  }
  /* list--faq */
  .list--faq li a {
    padding: 1em 2em 1em 1em;
    font-size: 1.4rem;
  }
  .list--faq li a::after {
    right: 15px;
  }
  .header .logo {
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: 999;
  }
  .header .logo a {
    width: 38vw;
    max-width: 150px;
  }
  .page--home .header .logo {
    top: -100vh;
  }
  .drawer__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 25px;
    right: 30px;
    z-index: 1001;
    width: 4.5em;
    height: 2.8em;
    background: #fff;
    border: 3px solid #0a0a0a;
    border-radius: 2.8em;
    box-shadow: 2px 2px 0px #0a0a0a;
    font-size: 1.8rem;
    cursor: pointer;
  }
  .drawer__btn span {
    display: block;
    width: 1.8em;
    height: 3px;
    margin: 3px 0;
    border-radius: 999px;
    background: #0a0a0a;
    transition: 0.3s;
  }
  .drawer__btn::before {
    content: "MENU";
    display: block;
    position: absolute;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: calc(100% + 5px);
    font-family: "happy-ruika", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: -0.03em;
    text-align: center;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  }
  .drawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    background: linear-gradient(0, #00E1FF, #D1F3FF);
  }
  .drawer::before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.25) 1px, transparent 1px);
    background-position: 10px 10px;
    background-size: 21px 21px;
    pointer-events: none;
  }
  .drawer .inner {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .drawer a {
    pointer-events: none;
  }
  .drawer .list--menu {
    gap: 10px;
  }
  .drawer .list--menu li {
    width: calc((100% - 20px) / 3);
  }
  .drawer .list--menu li a {
    font-size: 3vw;
  }
  .drawer .list--menu li a span {
    font-size: 6vw;
  }
  .drawer .list--menu li a.fc {
    background: #D46FC7;
    color: #fff;
  }
  .drawer .list--sns {
    margin-top: 20px;
  }
  .drawer .nav--official {
    position: relative;
    z-index: 10;
    padding: 30px max(30px, 5vw) 40vw;
  }
  .drawer .nav--official .block--logo {
    width: min(40vw, 200px);
    margin-bottom: 40px;
  }
  .drawer .nav--fc .list--login {
    margin: 20px 0 40px;
  }
  .drawer .nav--fc .nav--logo {
    max-width: 500px;
    margin: 0 auto;
  }
  .drawer .nav--fc .nav--logo span {
    margin-top: 0.5em;
    text-align: center;
    font-size: 1.8rem;
  }
  .drawer .nav--fc.annual {
    position: relative;
    padding: 1px max(30px, 5vw) 40vw;
    background-color: #F0D0EC;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255, 255, 255, 0.1019607843) 15px, rgba(255, 255, 255, 0.1019607843) 30px);
    background-size: 40px 40px;
    background-position: 0 0;
    background-repeat: repeat;
  }
  .drawer .nav--fc.annual::before, .drawer .nav--fc.annual::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: calc(100% - 1px);
    z-index: 1;
    padding-top: 25%;
    -webkit-mask-image: url(/static/junretsu/common/wave.svg);
            mask-image: url(/static/junretsu/common/wave.svg);
    -webkit-mask-position: bottom;
            mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
  .drawer .nav--fc.annual::before {
    background: #0a0a0a;
    bottom: 100%;
  }
  .drawer .nav--fc.annual::after {
    background-color: #F0D0EC;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255, 255, 255, 0.1019607843) 15px, rgba(255, 255, 255, 0.1019607843) 30px);
    background-size: 40px 40px;
    background-position: bottom left;
    background-repeat: repeat;
  }
  .drawer .nav--fc.annual .list--menu li a {
    background: #D46FC7;
    color: #fff;
  }
  .drawer .nav--fc.monthly {
    position: relative;
    padding: 1px max(30px, 5vw) 80px;
    background-color: #1C90D8;
    background-image: radial-gradient(circle, #2c98da 4px, transparent 4px), radial-gradient(circle, #2c98da 4px, transparent 4px);
    background-position: 0 0, 10px 20px;
    background-size: 20px 40px;
    background-repeat: repeat;
  }
  .drawer .nav--fc.monthly::before, .drawer .nav--fc.monthly::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: calc(100% - 1px);
    z-index: 1;
    padding-top: 25%;
    -webkit-mask-image: url(/static/junretsu/common/wave2.svg);
            mask-image: url(/static/junretsu/common/wave2.svg);
    -webkit-mask-position: top;
            mask-position: top;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    transform: scale(1, -1);
  }
  .drawer .nav--fc.monthly::before {
    background: #0a0a0a;
    bottom: 100%;
  }
  .drawer .nav--fc.monthly::after {
    background-color: #1C90D8;
    background-image: radial-gradient(circle, #2c98da 4px, transparent 4px), radial-gradient(circle, #2c98da 4px, transparent 4px);
    background-position: -10px -20px, -20px 0px;
    background-size: 20px 40px;
    background-repeat: repeat;
  }
  .drawer .nav--fc.monthly .nav--logo {
    width: 65vw;
    max-width: 350px;
  }
  .drawer .nav--fc.monthly .nav--logo span {
    color: #fff;
  }
  .drawer .nav--fc.monthly .list--login li a {
    background: #fff;
    color: #0a0a0a;
  }
  /* drawer-visible */
  .drawer-visible {
    overflow: hidden;
  }
  .drawer-visible .drawer a {
    pointer-events: auto;
  }
  .drawer-visible .drawer__btn span:nth-child(1) {
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .drawer-visible .drawer__btn span:nth-child(2) {
    opacity: 0;
  }
  .drawer-visible .drawer__btn span:nth-child(3) {
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .drawer-visible .drawer__btn::before {
    content: "CLOSE";
  }
  .drawer-visible .drawer {
    pointer-events: auto;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    opacity: 1;
  }
  .drawer_fc .inner {
    top: 5vw;
    right: 5vw;
    width: 90vw;
    max-width: 400px;
  }
  .drawer_fc .inner .close {
    top: 20px;
    right: 20px;
  }
  .drawer_fc .inner .nav--annual {
    padding: 60px 20px 30px;
  }
  .drawer_fc .inner .nav--annual .nav--logo {
    width: 100%;
    max-width: 250px;
  }
  .drawer_fc .inner .list--login li a {
    font-size: min(1.8rem, 4.3vw);
  }
  .drawer_fc .inner .list--menu {
    gap: 10px;
  }
  .drawer_fc .inner .list--menu li {
    min-width: 0;
    width: calc((100% - 20px) / 3);
  }
  .drawer_fc .inner .list--menu li a {
    font-size: min(1.3rem, 2.8vw);
  }
  .drawer_fc .inner .list--menu li a span {
    font-size: min(5vw, 2.5rem);
  }
  .drawer_fc .inner .nav--monthly img {
    height: auto;
    width: 70%;
    max-width: 250px;
  }
  .drawer_fc .inner .nav--monthly a .arrow {
    font-size: 0.8em;
  }
  .footer .block--support {
    font-size: 1.4rem;
  }
  .wrap > .illust_bg .bubble02_01 {
    width: 14vw;
    height: 14vw;
    top: 50vh;
    left: -2vw;
  }
  .wrap > .illust_bg .star_01 {
    width: 5vw;
    height: 5vw;
    top: 40vh;
    left: 3vw;
  }
  .wrap > .illust_bg .bubble_line01 {
    width: 10vw;
    height: 10vw;
    top: 20vh;
    left: 3vw;
  }
  .wrap > .illust_bg .bubble_line01 use {
    transform: scale(-1, 1) rotate(85deg);
  }
  .wrap > .illust_bg .round_01 {
    width: 4vw;
    height: 4vw;
    bottom: 18vh;
    left: 13vw;
  }
  .wrap > .illust_bg .bubble_round_01 {
    width: 10vw;
    height: 10vw;
    bottom: 4vh;
    left: 2vw;
  }
  .wrap > .illust_bg .bubble_round_01 use {
    transform: rotate(-90deg);
  }
  .wrap > .illust_bg .round_02 {
    width: 5vw;
    height: 5vw;
    top: 32vh;
    right: 8vw;
  }
  .wrap > .illust_bg .bubble03_01 {
    width: 17vw;
    height: 17vw;
    top: 40vh;
    right: -4vw;
  }
  .wrap > .illust_bg .round_w_01 {
    width: 4vw;
    height: 4vw;
    bottom: 12vh;
    right: 5vw;
  }
  .wrap > .illust_bg .round_03 {
    width: 9vw;
    height: 8vw;
    bottom: 3vh;
    right: -3vw;
  }
  .illust_bg svg,
  .illust_front svg {
    stroke-width: 1px;
  }
  .illust_bg .bubble_line01,
  .illust_bg .bubble_line02,
  .illust_front .bubble_line01,
  .illust_front .bubble_line02 {
    stroke-width: 2px;
  }
  .section--list,
  .section--detail {
    padding: 120px 7vw 100px;
  }
  /* section--list */
  .section--list .block--category {
    margin-bottom: 20px;
  }
  .section--detail .section--inner {
    padding: 35px 25px;
  }
  .section--detail .block--tit .tit {
    font-size: 1.125em;
  }
  .section--detail .block--tit .date {
    font-size: 1.4rem;
  }
  /* page--official */
  body:not(.page--member):not(.page--faq) .section--list .section-tit,
  .page--profile .section-tit,
  .page--sns .section-tit {
    font-size: min(14vw, 3.9em);
    margin-bottom: 0.5em;
  }
  /* page--member */
  .page--member .section--list .section-tit {
    font-size: min(2.3rem, 5.8vw);
    padding: 0.2em 0 1em;
  }
  .page--home {
    /* section--hero */
    /* section--nav */
    /* section--banner */
    /* area--official */
    /* area--fc */
    /* area--monthly */
  }
  .page--home .section--hero {
    padding: 20px max(5vw, 30px) 0;
  }
  .page--home .section--hero .logo {
    width: 40vw;
    max-width: 200px;
  }
  .page--home .section--hero .mainvisual {
    margin: 40px 0;
  }
  .page--home .section--hero .illust_bg .bubble01_01 {
    width: 18vw;
    height: 18vw;
    top: 60vw;
    left: -10vw;
  }
  .page--home .section--hero .illust_bg .bubble_round_01 {
    width: 8vw;
    height: 8vw;
    bottom: -6vw;
    left: -1vw;
  }
  .page--home .section--hero .illust_bg .round_w_01 {
    width: 3vw;
    height: 3vw;
    top: 35vw;
    right: 5vw;
  }
  .page--home .section--hero .illust_bg .round_01 {
    width: 6vw;
    height: 6vw;
    top: 47vw;
    right: -2vw;
  }
  .page--home .section--hero .illust_front .bubble_line01 {
    width: 9vw;
    height: 9vw;
    top: 190px;
    left: 2.5vw;
  }
  .page--home .section--hero .illust_front .bubble_line02 {
    width: 9vw;
    height: 9vw;
    bottom: 20px;
    right: 2vw;
  }
  .page--home .section--nav {
    padding: 0 max(5vw, 30px);
    margin-bottom: 80px;
  }
  .page--home .section--nav .list--menu li {
    width: calc(50% - 10px);
  }
  .page--home .section--nav .list--menu li a {
    font-size: 4.5vw;
  }
  .page--home .section--nav .list--menu li a span, .page--home .section--nav .list--menu li.fc span {
    font-size: 9.5vw;
  }
  .page--home .section--banner .swiper {
    width: 80vw;
  }
  .page--home .area--official {
    padding: 80px max(5vw, 30px) 0;
    margin-bottom: 50vw;
  }
  .page--home .area--official section {
    position: relative;
    margin-bottom: 100px;
  }
  .page--home .area--official .section-tit {
    font-size: min(5.5rem, 13vw);
  }
  .page--home .area--official .section--info .illust_bg .round_01 {
    width: 4vw;
    height: 4vw;
    top: 40%;
    left: -5vw;
  }
  .page--home .area--official .section--info .illust_bg .bubble_round_01 {
    width: 8vw;
    height: 8vw;
    top: 46%;
    left: -2vw;
  }
  .page--home .area--official .section--info .illust_bg .bubble_round_01 use {
    transform: rotate(90deg);
  }
  .page--home .area--official .section--info .illust_bg .star_01 {
    width: 5vw;
    height: 5vw;
    bottom: 2em;
    left: -3vw;
  }
  .page--home .area--official .section--info .illust_bg .bubble_line01 {
    width: 8vw;
    height: 8vw;
    top: 6em;
    right: -13vw;
  }
  .page--home .area--official .section--info .illust_bg .bubble_line01 use {
    transform: rotate(90deg);
  }
  .page--home .area--official .section--info .illust_bg .round_02 {
    width: 3vw;
    height: 3vw;
    bottom: -4em;
    left: -5vw;
  }
  .page--home .area--official .section--info .illust_bg .bubble_round_02 {
    width: 10vw;
    height: 10vw;
    bottom: -5em;
    left: 9vw;
  }
  .page--home .area--official .section--info .illust_bg .bubble_round_02 use {
    transform: rotate(180deg);
  }
  .page--home .area--official .section--info .illust_bg .fan {
    width: 20vw;
    height: 20vw;
    bottom: -1em;
    right: -12vw;
  }
  .page--home .area--official .section--info .illust_bg .fan img {
    transform: rotate(-18deg);
  }
  .page--home .area--official .section--info .illust_front .milk {
    width: min(15vw, 85px);
    height: min(15vw, 85px);
    top: 3em;
    left: -6vw;
  }
  .page--home .area--official .section--info .illust_front .milk img {
    transform: rotate(18deg);
  }
  .page--home .area--official .section--schedule .illust_bg .clock {
    width: 30vw;
    height: 30vw;
    bottom: -9em;
    left: -14vw;
  }
  .page--home .area--official .section--schedule .illust_bg .clock img {
    transform: rotate(-15deg);
  }
  .page--home .area--official .section--schedule .illust_bg .noren {
    width: 40vw;
    height: 40vw;
    bottom: -14em;
    right: -28vw;
  }
  .page--home .area--official .section--schedule .illust_bg .noren img {
    transform: rotate(-17deg);
  }
  .page--home .area--official .section--schedule .illust_bg .round_01 {
    width: 5vw;
    height: 5vw;
    bottom: -3em;
    right: 8vw;
  }
  .page--home .area--official .section--schedule .illust_bg .bubble02_01 {
    width: 20vw;
    height: 10vw;
    bottom: -2.5em;
    right: -15vw;
  }
  .page--home .area--official .section--video .illust_bg .bubble_line02 {
    width: 8vw;
    height: 8vw;
    top: 7.5em;
    left: 5vw;
  }
  .page--home .area--official .section--video .illust_bg .bubble_line02 use {
    transform: rotate(180deg);
  }
  .page--home .area--annual,
  .page--home .area--monthly {
    padding: 40px max(5vw, 30px) 20vw;
  }
  .page--home .area--annual section,
  .page--home .area--monthly section {
    margin-bottom: 120px;
  }
  .page--home .area--annual .section--login,
  .page--home .area--monthly .section--login {
    font-size: 1.8rem;
  }
  .page--home .area--annual .section--login .block--logo,
  .page--home .area--monthly .section--login .block--logo {
    margin-bottom: 40px;
  }
  .page--home .area--annual .section--ticket li a,
  .page--home .area--annual .section--info .list--information,
  .page--home .area--annual .section--newsletter .block--item,
  .page--home .area--annual .section--latest .list--contents li,
  .page--home .area--monthly .section--ticket li a,
  .page--home .area--monthly .section--info .list--information,
  .page--home .area--monthly .section--newsletter .block--item,
  .page--home .area--monthly .section--latest .list--contents li {
    padding: 50px 25px 25px;
  }
  .page--home .area--annual .section--ticket .block--tit + div ul li a,
  .page--home .area--annual .section--latest .block--tit + div ul li a,
  .page--home .area--monthly .section--ticket .block--tit + div ul li a,
  .page--home .area--monthly .section--latest .block--tit + div ul li a {
    margin: 0;
    padding-bottom: 60px;
  }
  .page--home .area--annual .section--ticket .block--tit + div .swiper-button-wrap,
  .page--home .area--annual .section--latest .block--tit + div .swiper-button-wrap,
  .page--home .area--monthly .section--ticket .block--tit + div .swiper-button-wrap,
  .page--home .area--monthly .section--latest .block--tit + div .swiper-button-wrap {
    padding: 0 25px;
    bottom: 15px;
  }
  .page--home .area--annual .section--ticket .block--tit + div.no-carousel ul li,
  .page--home .area--annual .section--latest .block--tit + div.no-carousel ul li,
  .page--home .area--monthly .section--ticket .block--tit + div.no-carousel ul li,
  .page--home .area--monthly .section--latest .block--tit + div.no-carousel ul li {
    padding-bottom: 25px;
  }
  .page--home .area--monthly {
    padding-bottom: 40px;
  }
  .block--month .tit {
    font-size: min(3.5em, 10vw);
  }
  .month-pager {
    font-size: 1.4rem;
  }
  .page--disco .section--detail .section--inner {
    padding: 0;
    overflow: hidden;
  }
  .page--disco .section--detail .swiper-button-wrap {
    padding: 0 20px;
  }
  .page--disco .section--detail .jacket--wrap .svg_wrap {
    left: 0;
    top: -50%;
  }
  .page--disco .section--detail .block--detail {
    padding: 35px 25px;
  }
  .page--disco .section--detail .block--detail .block--track .list--track > li {
    padding: 15px 5px;
  }
  .page--movie.new-movie .section--detail {
    padding: 120px 7vw 100px !important;
  }
  .page--movie.new-movie .section--detail .block--tit {
    padding: 0 !important;
    padding-bottom: 30px !important;
  }
  .page--movie.new-movie .section--detail .block--tit .tit {
    font-size: 1.125em !important;
  }
  .page--movie.new-movie .section--detail .block--more_movies .swiper {
    overflow: visible;
  }
  .page--movie.new-movie .section--detail .block--more_movies .more_movies_title {
    font-size: 1.8rem;
    border-width: 2px;
  }
  .page--movie.new-movie .section--detail .block--more_movies .list--movie li {
    margin: 0;
  }
  .page--movie.new-movie .section--detail .block--more_movies .list--movie li a .block--txt {
    padding: 10px 15px 15px;
  }
  /* video js */
  .page--movie.new-movie .section--detail .section--inner .area--movie .video-js .vjs-play-control,
  .section--detail .video-js .vjs-play-control {
    width: 12vw;
    height: 12vw;
    top: -12.5vw;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 3vw;
  }
  .page--movie.new-movie .section--detail .section--inner .area--movie .video-js .vjs-control-bar .vjs-play-progress::before,
  .section--detail .video-js .vjs-control-bar .vjs-play-progress::before {
    color: #fff;
  }
  .page--movie.new-movie .section--detail .section--inner .area--movie .video-js .vjs-control-bar .vjs-progress-holder,
  .section--detail .video-js .vjs-control-bar .vjs-progress-holder {
    height: 3px;
  }
  .vjs-play-control:focus:focus-visible {
    box-shadow: 0 0 0 2px transparent;
    border-color: transparent;
  }
  .page--profile.section--detail .block--biography {
    padding: 20px 20px 0;
    font-size: 1.4rem;
  }
  .page--profile.section--detail .block--member {
    margin: 30px 20px 0;
    padding-top: 30px;
  }
  .page--profile.section--detail .block--member .item_member {
    width: calc((100% - 30px) / 2);
  }
  .page--profile.section--detail .block--member .name {
    font-size: 1.6rem;
  }
  .page--profile.section--detail .block--history {
    margin: 30px 20px;
    padding-top: 30px;
  }
  .page--profile.section--detail .block--history .block--history__item {
    padding: 30px 25px 40px;
    margin-bottom: 40px;
  }
  .page--profile.section--detail .profile--member .block--profile--info {
    padding: 20px 20px 0;
  }
  .page--profile.section--detail .profile--member .block--profile--info .name {
    font-size: 2.4rem;
    text-align: center;
  }
  .page--profile.section--detail .profile--member .block--qa {
    margin: 30px 20px;
    padding-top: 30px;
    gap: 2em;
  }
  .page--profile.section--detail .profile--member .block--qa dl {
    width: 100%;
  }
  .page--entry .modal__btn {
    top: 100vh;
    top: 100dvh;
  }
  .page--entry .section--detail .section--inner {
    padding: 0;
  }
  .page--entry .section--detail .section--inner .block--logo {
    margin-top: 60px;
  }
  .page--entry .section--detail .section--inner > .txt--lead {
    font-size: 1.6rem;
  }
  .page--entry .section--detail .section--inner .box {
    margin-top: 100px;
    padding: 60px 20px 20px;
  }
  .page--entry .section--detail .section--inner .box .box--inner > .tit {
    font-size: 1.8rem;
  }
  .page--entry .section--detail .section--inner .box .box--inner + .box--inner {
    margin-top: 40px;
    padding-top: 40px;
  }
  .page--entry .section--detail .section--inner .box .block--box-tit .box-tit {
    font-size: min(2.4rem, 5vw);
    padding: 0.5em 0 1.4em;
  }
  .page--entry .section--detail .section--inner .box .txt--lead {
    font-size: 1.4rem;
  }
  .page--entry .section--detail .section--inner .box dl dt {
    width: 100%;
    font-size: 1.4rem;
  }
  .page--entry .section--detail .section--inner .box dl dd {
    width: 100%;
    margin-bottom: 1em;
    border-top: none;
    font-size: 1.4rem;
  }
  .page--entry .section--detail .section--inner .box .block--entry {
    margin: 30px 0;
  }
  .page--entry .section--detail .section--inner .box .block--entry .item--entry,
  .page--entry .section--detail .section--inner .box .list--service li {
    width: 100%;
  }
  .page--entry .section--detail .section--inner .box .block--entry .item--entry .tit,
  .page--entry .section--detail .section--inner .box .list--service li .tit {
    font-size: min(2rem, 5.5vw);
  }
  .page--entry .section--detail .section--inner .box .block--entry .item--entry .txt,
  .page--entry .section--detail .section--inner .box .list--service li .txt {
    font-size: 1.4rem;
  }
  .page--entry .section--detail .section--inner .box .list--service li:first-child {
    margin-top: 0;
  }
  .page--entry .section--detail .section--inner .box .block--payment {
    padding: 1em;
    font-size: 1.4rem;
  }
  .page--entry .section--detail .section--inner .txt--lead + .box .block--box-tit .box-tit {
    font-size: min(2.4rem, 5vw);
    padding: 0.5em 0 1.8em;
    line-height: 1.2;
    background: url(/static/junretsu/fanclub/common/ribbon_b.svg) no-repeat;
    background-position: center;
    background-size: contain;
  }
  .page--entry .section--detail.first--login .txt--large {
    font-size: 1.125em;
  }
  .page--entry .section--detail.first--login .section--inner .box {
    padding: 60px 20px 40px;
  }
  .page--entry .section--detail.first--login .section--inner .block--contType .item--contType .contType-tit {
    padding: 1em;
  }
  .page--entry .section--detail.first--login .section--inner .block--info {
    margin-top: 40px;
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--flow li::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--flow li a .num {
    border-bottom: 2px solid #0a0a0a;
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--step > li {
    padding: 40px 20px 20px;
    margin-top: 80px;
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--step > li > .tit .txt--sub {
    text-align: left;
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--step > li > .tit:nth-of-type(1) {
    padding-bottom: 1em;
    margin-bottom: 1.5em;
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--step > li > .tit:not(:nth-of-type(1)) {
    padding-top: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--step > li .block--attention {
    padding: 20px 15px;
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--step > li .block--attention ul.txt {
    padding: 0;
    border: none;
    font-size: 1.6rem;
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--step > li .block--attention ul.list--faq {
    font-size: 1.6rem;
  }
  .page--entry .section--detail.first--login .section--inner .block--step .list--step > li .wMwmber {
    padding: 20px 30px;
  }
  .section--detail.page--introduction .section--inner {
    width: auto;
    margin-right: -3vw;
    margin-left: -3vw;
  }
  .section--detail.page--introduction .section--inner > .txt--lead {
    font-size: min(3rem, 4.5vw);
  }
  .section--detail.page--introduction .section--inner .block--compare .block-tit {
    font-size: min(3rem, 4.5vw);
  }
  .section--detail.page--introduction .section--inner .block--entry .block-tit {
    font-size: min(3rem, 4.5vw);
  }
  .section--detail.page--introduction .section--inner .block--entry .item--entry {
    width: 100%;
    padding: 30px 20px 20px;
  }
  .section--list.page--goods .list--store li {
    width: 100%;
    max-width: 300px;
  }
  .section--list.page--goods .list--store li a {
    box-shadow: 5px 5px 0px #0a0a0a;
    font-size: min(12vw, 4rem);
  }
  .page--present header,
  .page--present footer {
    display: none;
  }
  .section--present {
    padding-top: 120px;
  }
  .section--present .section--inner {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
  }
  .section--present .section--inner .block--logo {
    max-width: 600px;
    margin: 0 auto 120px;
  }
  .section--present .section--inner .box {
    padding: 80px 25px 40px;
  }
  .page--faq .searchBox {
    position: relative;
    margin: 1em 0 0;
  }
  .page--faq .list--tag {
    margin-top: 30px;
  }
  .page--support .section-tit + p {
    font-size: 1.4rem;
  }
  .page--support .list--support dt {
    font-size: 1.6rem;
  }
  .page--support .list--support dd {
    font-size: 1.4rem;
  }
  .page--contact .list--contact_item {
    padding: 1.5em 25px;
  }
  .page--contact .list--contact_item a {
    padding-right: 10px;
  }
  .page--contact .list--contact_item a::after {
    right: -10px;
  }
  .page--contact .list--contact_item .formBox {
    margin-left: -25px;
    margin-right: -25px;
  }
  .page--error .section--detail .tit {
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 960px) {
  .page--home {
    /* section--nav */
  }
  .page--home .section--nav .list--menu li {
    width: calc((100% - 40px) / 3);
  }
  .page--home .section--nav .list--menu li a {
    font-size: 3.3vw;
  }
  .page--home .section--nav .list--menu li a span, .page--home .section--nav .list--menu li.fc span {
    font-size: 6.5vw;
  }
}
/* ----------------------------
tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .drawer .list--menu {
    gap: 20px;
  }
  .drawer .list--menu li {
    width: calc((100% - 60px) / 4);
  }
  .drawer .list--menu li a {
    font-size: 2.4vw;
  }
  .drawer .list--menu li a span {
    font-size: 5vw;
  }
  .drawer .list--sns {
    margin-top: 40px;
  }
  .drawer .nav--fc .list--login {
    margin: 20px 0 40px;
  }
  .drawer .nav--fc.annual .list--menu {
    justify-content: center;
  }
  .page--home {
    /* section--nav */
  }
  .page--home .section--nav .list--menu li {
    width: calc((100% - 60px) / 4);
  }
  .page--home .section--nav .list--menu li a {
    font-size: 2.4vw;
  }
  .page--home .section--nav .list--menu li a span, .page--home .section--nav .list--menu li.fc span {
    font-size: 5vw;
  }
}