@charset "UTF-8"; 

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.altiri-section--block {
  padding-block-start: 64px;
}

main.fanclub {
  width: 100%;
  max-width: none;
  margin: 0;
}

.fanclub img {
  width: auto;
  margin: 0;
}

.layout-global-header,
.layout-team-header,
.altiri-section {
  display: none;
}

.altiri-section--block {
  display: block;
}

body {
  margin: initial;
  font-smooth: initial;
}

.fanclub {
  background: #030B1C;
  color: #fff;
  font: 500 16px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
}

.fanclub-section {
  width: 100%;
  padding-block: 96px;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .fanclub-section {
    padding-block: 120px;
  }
}

.fanclub-section__inner {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .fanclub-section__inner {
    width: calc(100% - 64px);
  }
}

.fanclub-section--black {
  background: #000;
}

.fanclub-nocase {
  text-transform: none;
}

.fanclub-section__title {
  margin: 0 0 40px;
  font: 600 32px/0.8 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 840px) {
  .fanclub-section__title {
    margin-block-end: 80px;
    font-size: 64px;
  }
}

.fanclub-cta {
  display: flex;
  justify-content: center;
  margin-block-start: 40px;
}
@media screen and (min-width: 840px) {
  .fanclub-cta {
    margin-block-start: 56px;
  }
}

.fanclub-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  padding: 16px 20px;
  background: #fff;
  color: #030B1C;
  font: 600 14px/1 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-decoration: none;
}
@media screen and (min-width: 840px) {
  .fanclub-cta__button {
    max-width: 360px;
    padding: 18px 28px;
    font-size: 16px;
  }
}

.fanclub-cta__button:hover {
  background: transparent;
  color: #fff;
  transition: all 0.3s ease;
}

.fanclub-cta__button--disabled,
.fanclub-cta__button--disabled:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #030B1C;
  border-color: transparent;
  pointer-events: none;
  cursor: default;
}

.fanclub-event__slider-container,
.fanclub-point__slider-container {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .fanclub-event__slider-container,
  .fanclub-point__slider-container {
    width: calc(100% - 64px);
    max-width: 1200px;
    margin-inline: auto;
  }
}

.fanclub-event__slider-container .swiper,
.fanclub-point__slider-container .swiper {
  overflow: visible;
  height: -moz-fit-content;
  height: fit-content;
}

.fanclub-event__slider-container .swiper-wrapper,
.fanclub-point__slider-container .swiper-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: flex-start;
  height: auto;
}
@media screen and (min-width: 840px) {
  .fanclub-event__slider-container .swiper-wrapper,
  .fanclub-point__slider-container .swiper-wrapper {
    justify-content: flex-start;
  }
}

.fanclub-event__slider-container .swiper-slide,
.fanclub-point__slider-container .swiper-slide {
  height: auto;
}
@media screen and (min-width: 840px) {
  .fanclub-event__slider-container .swiper-slide,
  .fanclub-point__slider-container .swiper-slide {
    max-width: 294px;
  }
}

.fanclub-event__slider-container .fanclub-card,
.fanclub-point__slider-container .fanclub-card {
  width: 100%;
}

.fanclub-event__scrollbar-wrap,
.fanclub-point__scrollbar-wrap {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin-inline: auto;
  margin-block-start: 16px;
}
@media screen and (min-width: 840px) {
  .fanclub-event__scrollbar-wrap,
  .fanclub-point__scrollbar-wrap {
    width: calc(100% - 64px);
  }
}

.fanclub-event__scrollbar-wrap .swiper-scrollbar,
.fanclub-point__scrollbar-wrap .swiper-scrollbar,
.fanclub-event__scrollbar-wrap .swiper-scrollbar.swiper-scrollbar-horizontal,
.fanclub-point__scrollbar-wrap .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}

.fanclub-event__scrollbar-wrap .swiper-scrollbar-drag,
.fanclub-point__scrollbar-wrap .swiper-scrollbar-drag {
  background: #fff;
  border-radius: 0;
}

.fanclub-synced-scrollbar__track {
  position: relative;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
}

.fanclub-synced-scrollbar__thumb {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 0;
  height: 100%;
  background: #fff;
  cursor: grab;
  touch-action: none;
}

.fanclub-synced-scrollbar__thumb:active {
  cursor: grabbing;
}

.fanclub-plan-details__scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.fanclub-plan-details__scroll::-webkit-scrollbar {
  display: none;
}

.fanclub-plan-details__scrollbar-wrap {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin-inline: auto;
  margin-block-start: 16px;
}
@media screen and (min-width: 840px) {
  .fanclub-plan-details__scrollbar-wrap {
    width: calc(100% - 64px);
  }
}

.fanclub-plan-details__scrollbar-wrap[data-has-scroll=false] {
  display: none;
}

.fanclub-card {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  isolation: isolate;
  background: rgba(241, 246, 255, 0.1);
  color: inherit;
  text-decoration: none;
}

img.fanclub-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fanclub-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 2px;
  padding: 10px;
  background: transparent;
  color: #fff;
  cursor: inherit;
}

.fanclub-card__overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(115, 115, 115, 0) 0%, #737373 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.fanclub-card__overlay > .fanclub-card__tags,
.fanclub-card__overlay > .fanclub-card__name {
  position: relative;
  z-index: 1;
}

label.fanclub-card__overlay {
  cursor: pointer;
}

.fanclub-card__tags {
  display: flex;
  align-items: center;
  gap: 6px;
}

.fanclub-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  background: #fff;
  color: #030B1C;
  font-family: alternate-gothic-atf, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fanclub-card__tags .fanclub-card__badge,
.fanclub-modal__tags .fanclub-card__badge {
  min-width: 56px;
}

.fanclub-card__badge--accent {
  position: relative;
  z-index: 1;
  background: #030B1C;
  color: #fff;
}

.fanclub-card__badge--prime {
  background: #d210e3;
}

.fanclub-card__badge--basic {
  background: #00B3FF;
}

.fanclub-card__badge--entry {
  background: #14FF00;
}

.fanclub-card__badge--junior {
  background: #EBFF00;
}

.fanclub-card__badge--corner {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 1;
}

.fanclub-card__meta {
  font: 400 12px/1 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 840px) {
  .fanclub-card__meta {
    font-size: 14px;
  }
}

.fanclub-card__name {
  margin: 0;
  font-family: alternate-gothic-atf, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 840px) {
  .fanclub-card__name {
    font-size: 24px;
  }
}

.fanclub-card__name:has(~ .fanclub-card__plus) {
  padding-inline-end: 32px;
}

.fanclub-card__name--large {
  font-size: 24px;
}

.fanclub-card__name--white {
  color: #fff;
}

.fanclub-card__plus {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  pointer-events: none;
}

.fanclub-card__plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #030B1C;
  transform: translate(-50%, -50%);
}

.fanclub-card__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 10px;
  background: #030B1C;
  transform: translate(-50%, -50%);
}

button.fanclub-card__overlay {
  width: 100%;
  border: 0;
  font: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.fanclub-card--more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

.fanclub-card__more-text {
  margin: 0;
  font-family: alternate-gothic-atf, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.fanclub-cardgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 840px) {
  .fanclub-cardgrid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.fanclub-cardgrid__item {
  min-width: 0;
}

.fanclub-cardgrid--single {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 840px) {
  .fanclub-cardgrid--single {
    grid-template-columns: repeat(4, 1fr);
  }
}

.fanclub-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  width: 100%;
  height: 100svh;
  background: rgba(3, 11, 28, 0.92);
  color: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.fanclub-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.fanclub-modal__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 24px;
  box-sizing: border-box;
  overflow-y: auto;
}
@media screen and (min-width: 840px) {
  .fanclub-modal__inner {
    gap: 24px;
    padding: 32px;
  }
}

.fanclub-modal__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  max-height: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 840px) {
  .fanclub-modal__panel {
    max-width: 560px;
  }
}

.fanclub-modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-height: 0;
  padding: 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media screen and (min-width: 840px) {
  .fanclub-modal__body {
    padding: 20px;
  }
}

.fanclub-modal__card {
  position: relative;
  width: 68%;
  aspect-ratio: 1/1;
  overflow: hidden;
  isolation: isolate;
  flex-shrink: 0;
}

img.fanclub-modal__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fanclub-modal__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 2px;
  padding: 10px;
}

.fanclub-modal__overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(115, 115, 115, 0) 0%, #737373 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.fanclub-modal__overlay > .fanclub-modal__tags,
.fanclub-modal__overlay > .fanclub-modal__name {
  position: relative;
  z-index: 1;
}

.fanclub-modal__tags {
  display: flex;
  align-items: center;
  gap: 6px;
}

.fanclub-modal__name {
  margin: 0;
  font-family: alternate-gothic-atf, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fanclub-modal__desc {
  width: 100%;
  margin: 0;
  color: #000;
  font: 500 14px/1.7 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}

.fanclub-modal__notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fanclub-modal__note-item {
  color: rgba(0, 0, 0, 0.5);
  font: 400 13px/1.6 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  text-align: justify;
}

.fanclub-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: #030B1C;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.fanclub-modal__close::before,
.fanclub-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  background: #fff;
}

.fanclub-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.fanclub-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fanclub-fv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vw;
  padding: 24px;
  background: linear-gradient(180deg, rgba(3, 11, 28, 0.4), rgba(3, 11, 28, 0.7)), url(/v=1780382848/files/user/images/fanclub/26-27/fv/bg_sp.webp) center/cover no-repeat;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .fanclub-fv {
    min-height: calc(100vh - 64px);
    padding: 32px;
    background: linear-gradient(180deg, rgba(3, 11, 28, 0.4), rgba(3, 11, 28, 0.7)), url(/v=1780382847/files/user/images/fanclub/26-27/fv/bg_pc.webp) center/cover no-repeat;
  }
}

.fanclub-fv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
@media screen and (min-width: 840px) {
  .fanclub-fv__inner {
    gap: 48px;
  }
}

.fanclub-fv__title {
  margin: 0;
  font: 600 48px/0.8 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 840px) {
  .fanclub-fv__title {
    font-size: 128px;
  }
}

.fanclub-fv__cv {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 16px 20px;
  background: #fff;
  color: #030B1C;
  font: 600 14px/1 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
  border: 1px solid #fff;
  text-decoration: none;
}
@media screen and (min-width: 840px) {
  .fanclub-fv__cv {
    min-width: 320px;
    padding: 18px 28px;
    font-size: 16px;
  }
}

.fanclub-fv__cv:hover {
  background: transparent;
  color: #fff;
  transition: all 0.3s ease;
}

.fanclub-fv__cv--disabled,
.fanclub-fv__cv--disabled:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #030B1C;
  border-color: transparent;
  pointer-events: none;
  cursor: default;
}

.fanclub-pagehead {
  padding-block-start: 48px;
}
@media screen and (min-width: 840px) {
  .fanclub-pagehead {
    padding-block-start: 64px;
  }
}

.fanclub-pagehead__title {
  margin: 0 0 80px;
  font: 600 80px/0.9 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 840px) {
  .fanclub-pagehead__title {
    margin-block-end: 80px;
    font-size: 128px;
  }
}

.fanclub-statement {
  background: #030B1C;
  text-align: center;
}

.fanclub-statement__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 840px) {
  .fanclub-statement__inner {
    gap: 56px;
  }
}

.fanclub-statement__texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 840px) {
  .fanclub-statement__texts {
    gap: 32px;
  }
}

.fanclub-statement__text {
  margin: 0;
  font: 500 15px/1.8 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 840px) {
  .fanclub-statement__text {
    font-size: 20px;
  }
}

img.fanclub-statement__logo {
  width: 52px;
  height: auto;
}
@media screen and (min-width: 840px) {
  img.fanclub-statement__logo {
    width: 84px;
  }
}

.fanclub-notice {
  padding-block: 48px;
  background: #090909;
}
@media screen and (min-width: 840px) {
  .fanclub-notice {
    padding-block: 64px;
  }
}

.fanclub-notice__inner {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .fanclub-notice__inner {
    width: calc(100% - 64px);
  }
}

.fanclub-notice__box {
  padding: 16px;
  background: #030B1C;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .fanclub-notice__box {
    padding: 20px;
  }
}

.fanclub-notice__title {
  margin: 0 0 12px;
  font: 600 14px/1.6 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 840px) {
  .fanclub-notice__title {
    font-size: 15px;
  }
}

.fanclub-notice__text {
  margin: 0;
  font: 400 13px/1.7 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 840px) {
  .fanclub-notice__text {
    font-size: 14px;
  }
}

.fanclub-nav {
  width: 100%;
  padding-block: 48px;
  background: #090909;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .fanclub-nav {
    padding-block: 64px;
  }
}

.fanclub-nav__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: 100%;
  padding-inline: 16px;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .fanclub-nav__inner {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    width: calc(100% - 64px);
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 0;
  }
}

.fanclub-nav__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  aspect-ratio: 116/77;
  min-width: 0;
  padding: 10px 6px;
  background: #fff;
  color: #030B1C;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 840px) {
  .fanclub-nav__tile {
    gap: 10px;
    padding: 16px 12px;
  }
}

.fanclub-nav__tile:hover {
  opacity: 0.7;
}

img.fanclub-nav__icon {
  width: 56px;
  height: auto;
  aspect-ratio: 64/36;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 840px) {
  img.fanclub-nav__icon {
    width: 64px;
  }
}

.fanclub-nav__label {
  font: 600 12px/1.3 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 840px) {
  .fanclub-nav__label {
    font-size: 14px;
  }
}

.fanclub-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
@media screen and (min-width: 840px) {
  .fanclub-menu {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}

.fanclub-menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 12px;
  background: #fff;
  color: #030B1C;
  font: 600 14px/1.4 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 840px) {
  .fanclub-menu__item {
    min-height: 48px;
    font-size: 16px;
  }
}

.fanclub-menu__item:hover {
  opacity: 0.7;
}

.fanclub-plan {
  background: #090909;
}

.fanclub-plan__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 840px) {
  .fanclub-plan__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.fanclub-plan__item {
  background: rgba(241, 246, 255, 0.1);
  box-sizing: border-box;
}

.fanclub-plan__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 20px;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media screen and (min-width: 840px) {
  .fanclub-plan__link {
    padding: 32px 28px;
  }
}
.fanclub-plan__link:hover {
  opacity: 0.5;
}

.fanclub-plan__link--static {
  transition: none;
}
.fanclub-plan__link--static:hover {
  opacity: 1;
}

.fanclub-plan__name {
  margin: 0;
  font: 600 32px/0.9 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 840px) {
  .fanclub-plan__name {
    font-size: 40px;
  }
}

.fanclub-plan__name--prime {
  color: #d210e3;
}

.fanclub-plan__name--basic {
  color: #00B3FF;
}

.fanclub-plan__name--entry {
  color: #14FF00;
}

.fanclub-plan__name--junior {
  color: #EBFF00;
}

.fanclub-plan__price {
  margin: 8px 0 16px;
  font: 400 18px/1 alternate-gothic-atf, sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 840px) {
  .fanclub-plan__price {
    font-size: 20px;
  }
}

.fanclub-plan__price-unit {
  margin-inline-start: 4px;
  font-size: 0.7em;
}

.fanclub-plan__desc {
  margin: 0;
  padding-block-start: 16px;
  border-block-start: 1px solid rgba(241, 246, 255, 0.24);
  font: 500 14px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
}

.fanclub-plan__notice {
  margin: 16px 0 0;
  text-align: left;
  font: 500 13px/1.6 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}

.fanclub-point {
  background: #090909;
}

.fanclub-lead {
  margin: 0 0 32px;
  font: 500 14px/1.6 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 840px) {
  .fanclub-lead {
    margin-block-end: 48px;
    font-size: 16px;
  }
}

.fanclub-lead:has(+ .fanclub-point__note) {
  margin-block-end: 8px;
}

.fanclub-point__note {
  margin: 0 0 32px;
  font: 400 12px/1.6 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 840px) {
  .fanclub-point__note {
    margin-block-end: 48px;
    font-size: 13px;
  }
}

img.fanclub-point__illust {
  display: block;
  width: 186px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 40px;
}
@media screen and (min-width: 840px) {
  img.fanclub-point__illust {
    width: 240px;
    margin-block-end: 56px;
  }
}

.fanclub-event {
  background: #090909;
}

.fanclub-goods {
  background: #090909;
}

.fanclub-goods__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 840px) {
  .fanclub-goods__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.fanclub-goods__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fanclub-goods__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fanclub-goods__detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@supports (grid-template-rows: subgrid) {
  @media screen and (min-width: 840px) {
    .fanclub-goods__list:not(.fanclub-goods__list--no-align) {
      grid-template-rows: repeat(4, auto);
      -moz-column-gap: 24px;
           column-gap: 24px;
      row-gap: 12px;
    }
    .fanclub-goods__list:not(.fanclub-goods__list--no-align) > .fanclub-goods__item {
      display: grid;
      grid-row: span 4;
      grid-template-rows: subgrid;
    }
  }
}
.fanclub-goods__desc {
  margin: 0;
  font: 500 13px/1.6 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media screen and (min-width: 840px) {
  .fanclub-goods__desc {
    font-size: 14px;
  }
}

.fanclub-goods__photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
@media screen and (min-width: 840px) {
  .fanclub-goods__photos {
    gap: 16px;
  }
}

img.fanclub-goods__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.fanclub-goods__notice {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background: #030B1C;
  border: 1px solid #fff;
  border-radius: 2px;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .fanclub-goods__notice {
    padding: 20px;
  }
}

.fanclub-goods__notice-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-block-end: 16px;
  border-block-end: 1px solid #fff;
}

.fanclub-goods__notice-title {
  margin: 0;
  font: 600 14px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 840px) {
  .fanclub-goods__notice-title {
    font-size: 15px;
  }
}

.fanclub-goods__notice-text {
  margin: 0;
  font: 400 13px/1.7 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 840px) {
  .fanclub-goods__notice-text {
    font-size: 14px;
  }
}

.fanclub-goods__schedule {
  width: 100%;
  border-collapse: collapse;
  font: 400 13px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 840px) {
  .fanclub-goods__schedule {
    font-size: 14px;
  }
}

.fanclub-goods__schedule th,
.fanclub-goods__schedule td {
  padding: 8px 4px;
  vertical-align: middle;
  color: #fff;
}

.fanclub-goods__schedule thead th {
  font-weight: 600;
}

.fanclub-goods__note {
  margin: 0;
  font: 400 12px/1.6 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 840px) {
  .fanclub-goods__note {
    font-size: 13px;
  }
}

.fanclub-goods__item .fanclub-card__overlay {
  pointer-events: none;
  z-index: 2;
}

.fanclub-goods__item .fanclub-card__overlay::before {
  content: none;
}

.fanclub-goods__item .fanclub-card__name--large:not(.fanclub-card__name--white) {
  color: #030B1C;
}

.fanclub-home-game-ticket {
  background: #090909;
}

.fanclub-home-game-ticket__lead {
  margin: 0;
  font: 500 14px/1.6 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media screen and (min-width: 840px) {
  .fanclub-home-game-ticket__lead {
    font-size: 16px;
    text-align: center;
  }
}

.fanclub-plan-details {
  padding-block: 96px;
  background: #090909;
}
@media screen and (min-width: 840px) {
  .fanclub-plan-details {
    padding-block: 120px;
  }
}

.fanclub-plan-details__title {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .fanclub-plan-details__title {
    width: calc(100% - 64px);
  }
}

.fanclub-plan-details__note {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 16px auto 0;
  font: 400 12px/1.6 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 840px) {
  .fanclub-plan-details__note {
    width: calc(100% - 64px);
    font-size: 13px;
  }
}

.fanclub-plan-details__scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .fanclub-plan-details__scroll {
    width: calc(100% - 64px);
    max-width: 1200px;
    margin-inline: auto;
    overflow-x: visible;
  }
}

.fanclub-plan-details__table {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  background: #030B1C;
  color: #fff;
  font: 500 13px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (min-width: 840px) {
  .fanclub-plan-details__table {
    width: 100%;
    table-layout: fixed;
    font-size: 15px;
  }
}

.fanclub-plan-details__col--prime {
  background: rgba(210, 16, 227, 0.1);
}

.fanclub-plan-details__col--basic {
  background: rgba(0, 179, 255, 0.1);
}

.fanclub-plan-details__col--entry {
  background: rgba(20, 255, 0, 0.1);
}

.fanclub-plan-details__col--junior {
  background: rgba(235, 255, 0, 0.1);
}

.fanclub-plan-details__table th,
.fanclub-plan-details__table td {
  padding: 12px 14px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  border-block-end: 1px solid #000;
  border-inline-end: 1px solid #000;
}
@media screen and (min-width: 840px) {
  .fanclub-plan-details__table th,
  .fanclub-plan-details__table td {
    padding: 18px 20px;
  }
}

.fanclub-plan-details__table tbody tr:last-child th,
.fanclub-plan-details__table tbody tr:last-child td {
  border-block-end: none;
}

.fanclub-plan-details__table tr > :last-child {
  border-inline-end: none;
}

.fanclub-plan-details__row-head {
  position: sticky;
  inset-inline-start: 0;
  z-index: 1;
  min-width: 110px;
  background: #030B1C;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 840px) {
  .fanclub-plan-details__row-head {
    min-width: 160px;
    font-size: 14px;
  }
}

.fanclub-plan-details__row-head-sub {
  font-size: 0.85em;
  font-weight: 400;
}

.fanclub-plan-details__col-head {
  padding-block: 14px;
  color: #030B1C;
  font: 600 16px/1 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 840px) {
  .fanclub-plan-details__col-head {
    padding-block: 18px;
    font-size: 22px;
  }
}

.fanclub-plan-details__col-head--prime {
  background: #d210e3;
}

.fanclub-plan-details__col-head--basic {
  background: #00B3FF;
}

.fanclub-plan-details__col-head--entry {
  background: #14FF00;
}

.fanclub-plan-details__col-head--junior {
  background: #EBFF00;
}

.fanclub-join {
  background: #090909;
}

.fanclub-join__lead {
  margin: 0;
  font: 500 14px/1.6 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media screen and (min-width: 840px) {
  .fanclub-join__lead {
    font-size: 16px;
    text-align: center;
  }
}

.fanclub-join__note {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font: 400 12px/1.6 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (min-width: 840px) {
  .fanclub-join__note {
    margin-block-start: 32px;
    font-size: 13px;
    text-align: center;
  }
}

.fanclub-link {
  color: #5C77FF;
  transition: opacity 0.3s ease;
}

.fanclub-link:hover {
  opacity: 0.7;
}

.fanclub-faq {
  background: #090909;
}

.fanclub-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fanclub-accordion__item {
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
}

.fanclub-accordion__toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fanclub-accordion__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 48px 18px 16px;
  font: 600 14px/1.4 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
  cursor: pointer;
}
@media screen and (min-width: 840px) {
  .fanclub-accordion__trigger {
    padding: 24px 56px 24px 24px;
    font-size: 16px;
  }
}

.fanclub-accordion__trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
}

.fanclub-accordion__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}

.fanclub-accordion__trigger:has(.fanclub-accordion__toggle:checked)::before {
  transform: translateY(-50%) rotate(0);
}

.fanclub-accordion__panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 0;
  margin-inline: 16px;
  border-block-start: 1px solid transparent;
  overflow: hidden;
  transition: max-height 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 840px) {
  .fanclub-accordion__panel {
    gap: 16px;
    margin-inline: 24px;
  }
}

.fanclub-accordion__item:has(.fanclub-accordion__toggle:checked) .fanclub-accordion__panel {
  border-block-start-color: #fff;
}

.fanclub-accordion__text {
  margin: 0;
  padding: 0;
  font: 400 13px/1.7 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 840px) {
  .fanclub-accordion__text {
    font-size: 14px;
  }
}

.fanclub-accordion__text:first-child {
  padding-block-start: 16px;
}
@media screen and (min-width: 840px) {
  .fanclub-accordion__text:first-child {
    padding-block-start: 20px;
  }
}

.fanclub-accordion__text:last-child {
  padding-block-end: 16px;
}
@media screen and (min-width: 840px) {
  .fanclub-accordion__text:last-child {
    padding-block-end: 20px;
  }
}

.fanclub-note {
  background: #030B1C;
}

.fanclub-note__lead {
  margin: 0 0 24px;
  font: 600 14px/1.4 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 840px) {
  .fanclub-note__lead {
    margin-block-end: 40px;
    font-size: 16px;
  }
}

.fanclub-note__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font: 400 12px/1.7 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 840px) {
  .fanclub-note__list {
    font-size: 14px;
  }
}

.fanclub-note__item {
  padding-inline-start: 1em;
  text-indent: -1em;
  text-align: justify;
}

.fanclub-note__item::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-inline-end: 8px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.fanclub-note__sublist {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 8px 0 0 1em;
  padding: 0;
  list-style: none;
  font-size: 0.95em;
}

.fanclub-note__sublist-item {
  padding-inline-start: 1em;
  text-indent: -1em;
}

.fanclub-note__sublist-item::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-inline-end: 8px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.fanclub-terms {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 840px) {
  .fanclub-terms {
    gap: 32px;
  }
}

.fanclub-terms__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fanclub-terms__title {
  margin: 0 0 8px;
  font: 600 13px/1.6 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 840px) {
  .fanclub-terms__title {
    font-size: 14px;
  }
}

.fanclub-terms__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fanclub-terms__list-item {
  padding-inline-start: 1em;
  text-indent: -1em;
  font: 400 13px/1.7 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (min-width: 840px) {
  .fanclub-terms__list-item {
    font-size: 14px;
  }
}

.fanclub-terms__list-item::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-inline-end: 8px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.fanclub-cta__button:focus-visible,
.fanclub-fv__cv:focus-visible,
.fanclub-link:focus-visible,
.fanclub-nav__tile:focus-visible,
.fanclub-menu__item:focus-visible,
.fanclub-plan-details__scroll:focus-visible {
  position: relative;
  z-index: 10;
  outline: 2px solid #FF00C7;
  outline-offset: 2px;
}

.fanclub-card__overlay:focus-visible,
.fanclub-modal__close:focus-visible,
.fanclub-accordion__trigger:has(.fanclub-accordion__toggle:focus-visible) {
  z-index: 10;
  outline: 2px solid #FF00C7;
  outline-offset: -2px;
}/*# sourceMappingURL=fanclub_26-27.css.map */