@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
.layout-global-header,
.layout-team-header,
.altiri-section {
  display: none;
}

.altiri-section--block {
  display: block;
}

body {
  margin: initial;
  font-smooth: initial;
}

.altiri-section {
  position: relative;
  padding-top: 64px;
  z-index: 1;
  width: 100%;
  font: 500 16px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.72px;
}
@media screen and (min-width: 840px) {
  .altiri-section {
    font-size: 24px;
  }
}
.altiri-section img {
  margin: initial;
}
.altiri-section a {
  text-decoration: none;
}
.altiri-section li {
  list-style: none;
}
.altiri-section label {
  cursor: pointer;
}
.altiri-section .fnclb-fv {
  position: relative;
  width: 100%;
  height: calc(100vh - 64px);
}
.altiri-section .fnclb-fv .fnclb-cntnts {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
  top: 42%;
  padding: 0 24px;
  z-index: 2;
}
@media screen and (min-width: 840px) {
  .altiri-section .fnclb-fv .fnclb-cntnts {
    padding: 0 56px;
  }
}
.altiri-section .fnclb-fv .fnclb-cntnts_ttl {
  font: 600 64px/0.8 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 840px) {
  .altiri-section .fnclb-fv .fnclb-cntnts_ttl {
    font-size: 128px;
  }
}
.altiri-section .fnclb-fv .fnclb-cntnts_txt {
  font: 300 1em/1.2 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.02em;
}
.altiri-section .fnclb-fv .fnclb-cntnts_cv {
  width: 100%;
  align-items: flex-start;
  gap: 0.75em;
  display: flex;
  flex-direction: column;
  padding: 1em 0;
  justify-content: center;
  justify-content: left;
}
@media screen and (min-width: 840px) {
  .altiri-section .fnclb-fv .fnclb-cntnts_cv {
    padding: initial;
  }
}
.altiri-section .fnclb-fv .fnclb-cntnts_cv .button {
  line-height: 1;
  font-size: 0.9375em;
  padding: 0.625em;
  width: 100%;
  aspect-ratio: 1/0.135;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 840px) {
  .altiri-section .fnclb-fv .fnclb-cntnts_cv .button {
    width: min(100%, 350px);
    font-weight: 500;
    font-size: 0.6666em;
  }
}
.altiri-section .fnclb-fv .fnclb-cntnts_cv .button-primary {
  background: #fff;
  color: #030B1C;
  box-sizing: border-box;
  border: 0.0625em solid #fff;
}
.altiri-section .fnclb-fv .fnclb-cntnts_cv .button-primary:hover {
  opacity: 1;
  background: #030B1C;
  color: #fff;
  transition: all 0.3s ease;
}
.altiri-section .fnclb-fv .fnclb-cntnts_cv .button-ghost {
  background: #030B1C;
  color: #fff;
  box-sizing: border-box;
  border: 0.0625em solid #fff;
}
.altiri-section .fnclb-fv .fnclb-cntnts_cv .button-ghost:hover {
  opacity: 1;
  background: #fff;
  color: #030B1C;
  transition: all 0.3s ease;
}
.altiri-section .fnclb-fv .fnclb-cntnts_attntn {
  font: 300 12px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
  letter-spacing: 0.06em;
}
.altiri-section .fnclb-fv .fnclb-dot {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/v=1748355248/files/user/images/fanclub/25-26/fv/dot.webp) repeat;
  z-index: 1;
  opacity: 0.8;
}
.altiri-section .fnclb-fv .fnclb-video {
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  filter: grayscale(1);
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.32;
}
.altiri-section .fnclb-sttmnt {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 120px 0;
  background: #030B1C;
}
.altiri-section .fnclb-sttmnt_cntnts {
  margin-bottom: 56px;
  padding: 0 24px;
}
@media screen and (min-width: 840px) {
  .altiri-section .fnclb-sttmnt_cntnts {
    margin-bottom: 96px;
    padding: initial;
  }
}
.altiri-section .fnclb-sttmnt_cntnts .sttmnt-txt {
  font: 500 15px/1.8 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  max-width: 800px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 840px) {
  .altiri-section .fnclb-sttmnt_cntnts .sttmnt-txt {
    font-size: 24px;
    margin-bottom: 32px;
    text-align: center;
  }
}
.altiri-section .fnclb-sttmnt_cntnts .sttmnt-txt:last-of-type {
  margin: initial;
}
.altiri-section .fnclb-sttmnt_ac-logo {
  width: 2.875em;
  height: auto;
}
@media screen and (min-width: 840px) {
  .altiri-section .fnclb-sttmnt_ac-logo {
    width: 3.5em;
  }
}
.altiri-section main {
  width: initial;
  max-width: initial;
  margin: initial;
  color: #fff;
}
.altiri-section main .fnclb_ttl {
  font: 600 32px/0.8 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
  text-align: justify;
}
@media screen and (min-width: 840px) {
  .altiri-section main .fnclb_ttl {
    font-size: 64px;
    margin-bottom: 80px;
  }
}
.altiri-section main .fnclb_section {
  padding: 96px 0;
}
@media screen and (min-width: 840px) {
  .altiri-section main .fnclb_section {
    padding: 120px 0;
  }
}
.altiri-section main .fnclb_cntnts {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .altiri-section main .fnclb_cntnts {
    margin-bottom: 80px;
  }
}
.altiri-section main .fnclb_cntnts:last-child {
  margin: 0 auto 0;
}
.altiri-section main .fnclb_button-wrppr {
  align-items: center;
  gap: 0.75em;
  display: flex;
  flex-direction: column;
  padding: 1em 0;
  justify-content: center;
}
@media screen and (min-width: 840px) {
  .altiri-section main .fnclb_button-wrppr {
    padding: initial;
    flex-direction: initial;
  }
}
.altiri-section main .fnclb_button-wrppr .button {
  line-height: 1;
  font-size: 0.9375em;
  padding: 0.625em;
  width: 100%;
  aspect-ratio: 1/0.135;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 840px) {
  .altiri-section main .fnclb_button-wrppr .button {
    width: min(100%, 350px);
    font-weight: 500;
    font-size: 0.6666em;
  }
}
.altiri-section main .fnclb_button-wrppr .button-primary {
  background: #fff;
  color: #030B1C;
  box-sizing: border-box;
  border: 0.0625em solid #fff;
}
.altiri-section main .fnclb_button-wrppr .button-primary:hover {
  opacity: 1;
  background: #030B1C;
  color: #fff;
  transition: all 0.3s ease;
}
.altiri-section main .fnclb_button-wrppr .button-ghost {
  background: #030B1C;
  color: #fff;
  box-sizing: border-box;
  border: 0.0625em solid #fff;
}
.altiri-section main .fnclb_button-wrppr .button-ghost:hover {
  opacity: 1;
  background: #fff;
  color: #030B1C;
  transition: all 0.3s ease;
}
.altiri-section main .mmbrshp {
  background: #090909;
  text-align: center;
  text-align: -webkit-center;
}
.altiri-section main .mmbrshp .plan-wrppr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  text-align: justify;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .plan-wrppr {
    gap: 12px;
  }
}
.altiri-section main .mmbrshp .plan-wrppr .pltnm {
  color: #FF00C7;
}
.altiri-section main .mmbrshp .plan-wrppr .prmm {
  color: #A51FFF;
}
.altiri-section main .mmbrshp .plan-wrppr .bsc {
  color: #00B3FF;
}
.altiri-section main .mmbrshp .plan-wrppr .entry {
  color: #14FF00;
}
.altiri-section main .mmbrshp .plan-wrppr .jnr {
  color: #EBFF00;
}
.altiri-section main .mmbrshp .plan-wrppr .plan {
  width: 100%;
  padding: 24px 12px;
  background: rgba(241, 246, 255, 0.1);
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .plan-wrppr .plan {
    width: calc((100% - 96px) / 3);
  }
}
.altiri-section main .mmbrshp .plan-wrppr .plan_link {
  color: #fff;
  transition: all 0.3s ease;
}
.altiri-section main .mmbrshp .plan-wrppr .plan_link:hover {
  opacity: 0.5;
}
.altiri-section main .mmbrshp .plan-wrppr .plan_nm {
  font: 600 35px/0.8 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .plan-wrppr .plan_nm {
    font-size: 40px;
  }
}
.altiri-section main .mmbrshp .plan-wrppr .plan_prc {
  font: 400 19px/0.8 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 10px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .plan-wrppr .plan_prc {
    font-size: 20px;
  }
}
.altiri-section main .mmbrshp .plan-wrppr .plan_brdr {
  width: 100%;
  height: 1px;
  background: rgba(241, 246, 255, 0.1);
  margin: 24px 0 16px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .plan-wrppr .plan_brdr {
    margin: 20px 0 12px;
  }
}
.altiri-section main .mmbrshp .plan-wrppr .plan_dscrptn {
  font: 500 13px/1.4 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .plan-wrppr .plan_dscrptn {
    font-size: 14px;
  }
}
.altiri-section main .mmbrshp .plan-wrppr .closed {
  position: relative;
}
.altiri-section main .mmbrshp .plan-wrppr .closed::after {
  content: "受付終了しました";
  font: 600 20px/0.8 alternate-gothic-atf, sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.56);
}
.altiri-section main .mmbrshp .plan-wrppr .plan-txt_contents {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-size: 0.875em;
  margin-bottom: 8px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .plan-wrppr .plan-txt_contents {
    font-size: 0.75em;
  }
}
.altiri-section main .mmbrshp .plan-wrppr .plan-attntn {
  font: 300 12px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
  letter-spacing: 0.06em;
}
.altiri-section main .mmbrshp .plan-wrppr .plan-attntn a {
  color: #5C77FF;
  transition: all 0.3s ease;
}
.altiri-section main .mmbrshp .plan-wrppr .plan-attntn a:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
  background: rgba(92, 119, 255, 0.04);
}
.altiri-section main .mmbrshp .early-jnng {
  background: linear-gradient(180deg, rgba(241, 246, 255, 0.12), rgba(145, 148, 153, 0.08));
  padding: 56px 12px;
  text-align: center;
  width: calc(100% - 48px);
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .early-jnng {
    padding: 60px 40px;
  }
}
.altiri-section main .mmbrshp .early-jnng_ttl {
  font: 600 28px/1.4 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .early-jnng_ttl {
    font-size: 32px;
  }
}
.altiri-section main .mmbrshp .early-jnng_subttl {
  font: 600 15px/1.4 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .early-jnng_subttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .early-jnng_cntnts-flx {
    flex-wrap: initial;
    gap: 40px;
  }
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .img-wrppr {
  max-width: 572px;
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .img-wrppr_cptn {
  font: 300 12px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 8px;
  letter-spacing: -0.02em;
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .txt {
  font: 500 14px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .dscrptn {
  padding: 12px;
  border: 1px solid #FFF;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .dscrptn_cntnts {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font: 12px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .dscrptn_cntnts {
    gap: 10px;
  }
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .dscrptn_cntnts_ttl {
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .dscrptn_cntnts_ttl {
    width: 110px;
    letter-spacing: 0.15em;
  }
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .dscrptn_cntnts_txt {
  font-weight: 400;
  letter-spacing: 0.004em;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .dscrptn_cntnts_txt {
    letter-spacing: 0.1em;
  }
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .dscrptn_cntnts .attntn-bld {
  font-weight: 600;
  margin-top: 0.5em;
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .modal-link {
  cursor: pointer;
  color: #5C77FF;
  display: flex;
  align-items: center;
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .modal-link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/v=1716361655/files/user/images/fanclub/24-25/arrow.svg) no-repeat center/contain;
  vertical-align: middle;
  padding-left: 4px;
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .modal-check,
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .modal-check:not(:checked) + .size-chart {
  display: none;
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .size-chart {
  position: relative;
  z-index: 400;
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .size-chart .modal-bg {
  position: fixed;
  inset: 0;
  background: rgba(3, 11, 28, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .size-chart .chart {
  position: fixed;
  margin: auto;
  font: 300 0.6875em/1.45 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0;
  inset: 0;
  width: min(100% - 48px, 1200px);
  height: -moz-fit-content;
  height: fit-content;
  background: #030B1C;
  color: #fff;
  padding: 1em;
  border: 1px solid rgba(255, 255, 255, 0.24);
  text-align: center;
  border-collapse: initial;
  border-spacing: initial;
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .size-chart .chart .size {
  width: 25%;
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .size-chart .chart .figures {
  width: 12.5%;
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .size-chart .chart th, .altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .size-chart .chart td {
  vertical-align: middle;
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .size-chart .chart thead tr {
  height: 2.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .size-chart .chart thead tr {
    height: 4em;
  }
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .size-chart .chart tbody tr {
  height: 2.5em;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .size-chart .chart tbody tr {
    height: 4em;
  }
}
.altiri-section main .mmbrshp .early-jnng_cntnts-flx .txt-wrppr .size-chart .chart tbody tr th {
  font: 300 1em/1.45 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1.8em;
}
.altiri-section main .mmbrshp .visit-multi {
  text-align: left;
}
.altiri-section main .mmbrshp .visit-multi_section:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .visit-multi_section:not(:first-of-type) {
    margin-top: 60px;
  }
}
.altiri-section main .mmbrshp .visit-multi_ttl {
  font: 600 28px/1.4 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .visit-multi_ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.altiri-section main .mmbrshp .visit-multi_subttl {
  font: 600 15px/1.4 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .visit-multi_subttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.altiri-section main .mmbrshp .visit-multi_text {
  font: 500 14px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .visit-multi_text {
    font-size: 18px;
  }
}
.altiri-section main .mmbrshp .visit-multi_tbl-wrppr {
  margin-top: 24px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .visit-multi_tbl-wrppr {
    margin-top: 40px;
  }
}
.altiri-section main .mmbrshp .visit-multi_tbl {
  font: 400 0.6875em/1.45 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0;
  inset: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: #030B1C;
  color: #fff;
  padding: 1em;
  border: 1px solid rgba(255, 255, 255, 0.24);
  text-align: center;
  border-collapse: initial;
  border-spacing: initial;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .visit-multi_tbl {
    width: auto;
  }
}
.altiri-section main .mmbrshp .visit-multi_tbl th, .altiri-section main .mmbrshp .visit-multi_tbl td {
  white-space: nowrap;
  padding: 0.5em;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
.altiri-section main .mmbrshp .visit-multi_tbl thead tr {
  height: 2.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .visit-multi_tbl thead tr {
    height: 4em;
  }
}
.altiri-section main .mmbrshp .visit-multi_tbl tbody tr {
  height: 2.5em;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .visit-multi_tbl tbody tr {
    height: 4em;
  }
}
.altiri-section main .mmbrshp .visit-multi_tbl tbody tr th {
  font: 300 1em/1.45 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.altiri-section main .mmbrshp .visit-multi_card-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 40px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .visit-multi_card-group {
    grid-template-columns: repeat(4, 1fr);
  }
}
.altiri-section main .mmbrshp .visit-multi_card {
  padding: 16px 8px;
  border: 1px solid #fff;
}
.altiri-section main .mmbrshp .visit-multi_card__info {
  margin-top: 12px;
  text-align: left;
}
.altiri-section main .mmbrshp .visit-multi_card__badge {
  display: inline-flex;
  padding: 2px 5px;
  background-color: #fff;
  color: #030B1C;
  font: 600 10px/1 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .visit-multi_card__badge {
    font-size: 14px;
  }
}
.altiri-section main .mmbrshp .visit-multi_card__title {
  margin-top: 4px;
  font: 600 12px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .visit-multi_card__title {
    font-size: 17px;
  }
}
.altiri-section main .mmbrshp .visit-multi_note-group {
  margin-top: 40px;
}
.altiri-section main .mmbrshp .visit-multi_note-title {
  margin-bottom: 20px;
  font-weight: 600;
}
.altiri-section main .mmbrshp .visit-multi_desc-list {
  font: 400 12px/1.65 alternate-gothic-atf, sans-serif;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .visit-multi_desc-list {
    font-size: 14px;
  }
}
.altiri-section main .mmbrshp .visit-multi_desc-list__item {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
.altiri-section main .mmbrshp .visit-multi_desc-list__item::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  width: 0.29em;
  height: 0.29em;
  vertical-align: middle;
  margin-right: 0.71em;
}
.altiri-section main .mmbrshp .visit-multi_img-wrppr {
  margin-top: 40px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .mmbrshp .visit-multi_img-wrppr {
    margin-top: 60px;
  }
}
.altiri-section main .mmbrshp .closed {
  position: relative;
}
.altiri-section main .mmbrshp .closed::after {
  content: "早期入会期間は終了しました";
  font: 600 20px/0.8 alternate-gothic-atf, sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.56);
}
.altiri-section main .srvc {
  background: #090909;
}
@media screen and (min-width: 840px) {
  .altiri-section main .srvc .srvc-cntnts_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt {
  cursor: pointer;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: 1/1.135;
  margin-bottom: 40px;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt:last-of-type {
  margin: initial;
}
@media screen and (min-width: 840px) {
  .altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt {
    width: calc((100% - 24px) / 4);
    margin: initial;
  }
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_bg {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_txt {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)), rgba(54, 54, 54, 0.2);
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_txt_cntnt {
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  width: 100%;
  padding: 18px;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_txt_cntnt .srvc-ctgry {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_txt_cntnt .srvc-ctgry_plan {
  width: calc((100% - 28px) / 3);
  font: 600 14px/1 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  color: #030B1C;
  letter-spacing: -0.02em;
  padding: 4px;
  text-align: center;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_txt_cntnt .srvc-ctgry .pltnm {
  background: #FF00C7;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_txt_cntnt .srvc-ctgry .prmm {
  background: #A51FFF;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_txt_cntnt .srvc-ctgry .bsc {
  background: #00B3FF;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_txt_cntnt .srvc-ctgry .entry {
  background: #14FF00;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_txt_cntnt .srvc-ctgry .jnr {
  background: #EBFF00;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_txt_cntnt .srvc-ctgry .nt-cvrd {
  opacity: 0.2;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_txt_cntnt .srvc-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_txt_cntnt .srvc-ttl_txt {
  font: 600 20px/1.3 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 840px) {
  .altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_txt_cntnt .srvc-ttl_txt {
    font-size: 17px;
  }
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_txt_cntnt .srvc-ttl_icon {
  width: 36px;
  aspect-ratio: 1/1;
  background: #FFF;
  border-radius: 50%;
}
@media screen and (min-width: 840px) {
  .altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_txt_cntnt .srvc-ttl_icon {
    width: 30px;
  }
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #1A2030;
  z-index: 200;
  padding: 20px;
  font: 400 14px/1.65 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open_dscrptn {
  overflow-x: scroll;
  height: 80%;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open_dscrptn .dscrptn_txt {
  margin-bottom: 14px;
  text-align: justify;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open_dscrptn .dscrptn_txt:last-of-type {
  margin: initial;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open_dscrptn .dscrptn_link {
  color: #5C77FF;
  transition: all 0.3s ease;
  font-size: 13px;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open_dscrptn .dscrptn_link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/v=1716361655/files/user/images/fanclub/24-25/arrow.svg) no-repeat center/contain;
  vertical-align: middle;
  padding-left: 4px;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open_dscrptn .dscrptn_link:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
  background: rgba(92, 119, 255, 0.04);
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open_dscrptn .dscrptn_annttn {
  font-size: 13px;
  opacity: 0.5;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open_dscrptn .dscrptn_add-margin {
  display: block;
  margin-top: 14px;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open_close-bttn {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open_close-bttn .bttn_txt {
  opacity: 0;
  font: 600 20px/1.3 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 840px) {
  .altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open_close-bttn .bttn_txt {
    font-size: 17px;
  }
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open_close-bttn .bttn_icon {
  width: 36px;
  aspect-ratio: 1/1;
  background: #FFF;
  border-radius: 50%;
}
@media screen and (min-width: 840px) {
  .altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open_close-bttn .bttn_icon {
    width: 30px;
  }
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open_icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 36px;
  aspect-ratio: 1/1;
  background: #FFF;
  border-radius: 50%;
}
@media screen and (min-width: 840px) {
  .altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt_open_icon {
    width: 30px;
  }
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #advnc-dscnt {
  display: none;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #advnc-dscnt:checked + .srvc-cntnt_open {
  display: initial;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #pr-tckt {
  display: none;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #pr-tckt:checked + .srvc-cntnt_open {
  display: initial;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #prrty-admssn {
  display: none;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #prrty-admssn:checked + .srvc-cntnt_open {
  display: initial;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #mmbrshp-crd {
  display: none;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #mmbrshp-crd:checked + .srvc-cntnt_open {
  display: initial;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #chrng-itms {
  display: none;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #chrng-itms:checked + .srvc-cntnt_open {
  display: initial;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #athntc-unfrm {
  display: none;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #athntc-unfrm:checked + .srvc-cntnt_open {
  display: initial;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #pltnm-itms {
  display: none;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #pltnm-itms:checked + .srvc-cntnt_open {
  display: initial;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #jnr-itms {
  display: none;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #jnr-itms:checked + .srvc-cntnt_open {
  display: initial;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #fnclb-evnt {
  display: none;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #fnclb-evnt:checked + .srvc-cntnt_open {
  display: initial;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #pltnm-evnt {
  display: none;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #pltnm-evnt:checked + .srvc-cntnt_open {
  display: initial;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #pp-only-prgrm {
  display: none;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #pp-only-prgrm:checked + .srvc-cntnt_open {
  display: initial;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #fftn-undr-evnt {
  display: none;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #fftn-undr-evnt:checked + .srvc-cntnt_open {
  display: initial;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #lmtd-tshirt {
  display: none;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #lmtd-tshirt:checked + .srvc-cntnt_open {
  display: initial;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #atgrph-sssn {
  display: none;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #atgrph-sssn:checked + .srvc-cntnt_open {
  display: initial;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #pht-sessn {
  display: none;
}
.altiri-section main .srvc .srvc-cntnts_wrapper .srvc-cntnt #pht-sessn:checked + .srvc-cntnt_open {
  display: initial;
}
.altiri-section main .shppng {
  background: #090909;
}
.altiri-section main .shppng_ttl {
  font: 600 28px/1.4 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .shppng_ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.altiri-section main .shppng_subttl {
  font: 600 15px/1.4 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .shppng_subttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.altiri-section main .shppng_text {
  font: 500 14px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 840px) {
  .altiri-section main .shppng_text {
    font-size: 18px;
  }
}
.altiri-section main .shppng .shppng-tbl-wrppr {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 24px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .shppng .shppng-tbl-wrppr {
    overflow-x: visible;
    margin-top: 40px;
  }
}
.altiri-section main .shppng .shppng-tbl {
  font: 400 0.6875em/1.45 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0;
  inset: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: #030B1C;
  color: #fff;
  padding: 1em;
  border: 1px solid rgba(255, 255, 255, 0.24);
  text-align: center;
  border-collapse: initial;
  border-spacing: initial;
}
@media screen and (min-width: 840px) {
  .altiri-section main .shppng .shppng-tbl {
    width: auto;
  }
}
.altiri-section main .shppng .shppng-tbl th, .altiri-section main .shppng .shppng-tbl td {
  white-space: nowrap;
  padding: 0.5em;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
.altiri-section main .shppng .shppng-tbl thead tr {
  height: 2.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
@media screen and (min-width: 840px) {
  .altiri-section main .shppng .shppng-tbl thead tr {
    height: 4em;
  }
}
.altiri-section main .shppng .shppng-tbl tbody tr {
  height: 2.5em;
}
@media screen and (min-width: 840px) {
  .altiri-section main .shppng .shppng-tbl tbody tr {
    height: 4em;
  }
}
.altiri-section main .shppng .shppng-tbl tbody tr th {
  font: 300 1em/1.45 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.altiri-section main .shppng .shppng-attntn {
  font: 300 12px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
  letter-spacing: 0.06em;
}
.altiri-section main .pln-mn {
  background: #090909;
  text-align: center;
  text-align: -webkit-center;
}
.altiri-section main .pln-mn_cntnts {
  text-align: justify;
  font: 400 1em/1.4 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 840px) {
  .altiri-section main .pln-mn_cntnts {
    font-size: 0.8333em;
  }
}
.altiri-section main .pln-mn_cntnts_img {
  height: auto;
  width: 40px;
  margin-bottom: 20px;
}
.altiri-section main .pln-mn_cntnts_link {
  color: #5C77FF;
}
.altiri-section main .pln-mn_cntnts_link:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
  background: rgba(92, 119, 255, 0.04);
}
.altiri-section main .notes {
  background: #030B1C;
  text-align: center;
  text-align: -webkit-center;
}
.altiri-section main .notes_cntnts {
  text-align: justify;
}
.altiri-section main .notes_cntnts_ttl {
  font: 600 14px/1.4 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 24px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .notes_cntnts_ttl {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.altiri-section main .notes_cntnts_body {
  font: 400 12px/1.65 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 24px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .notes_cntnts_body {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.altiri-section main .notes_cntnts_txt {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
.altiri-section main .notes_cntnts_txt:last-of-type {
  margin: initial;
}
.altiri-section main .notes_cntnts_txt::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  width: 0.29em;
  height: 0.29em;
  vertical-align: middle;
  margin-right: 0.71em;
}
.altiri-section main .notes_cntnts_txt li {
  font-size: 0.9em;
  margin-bottom: 8px;
  padding-left: 1.5em;
}
.altiri-section main .notes_cntnts_txt li:first-of-type {
  margin-top: 1em;
}
.altiri-section main .notes_cntnts_txt li:last-of-type {
  margin: initial;
  margin-bottom: 1em;
}
.altiri-section main .notes_cntnts_txt li::before {
  content: "";
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 50%;
  width: 0.25em;
  height: 0.25em;
  vertical-align: middle;
  margin-right: 0.71em;
}
.altiri-section main .notes_cntnts_link {
  color: #5C77FF;
  transition: all 0.3s ease;
}
.altiri-section main .notes_cntnts_link:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
  background: rgba(92, 119, 255, 0.04);
}
.altiri-section main .notes_button {
  display: block;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font: 500 14px/1 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #030B1C;
  background: #fff;
  padding: 16px;
  width: 100%;
  max-width: 342px;
}
.altiri-section main .notes_button:hover {
  transition: all 0.3s ease;
  opacity: 0.7;
}
.altiri-section main .faq {
  background: #090909;
  text-align: center;
  text-align: -webkit-center;
}
.altiri-section main .faq_cntnts {
  text-align: justify;
}
.altiri-section main .faq_list {
  padding: 12px 0;
  border-bottom: 1px solid rgba(241, 246, 255, 0.1);
}
.altiri-section main .faq_list:first-of-type {
  padding-top: initial;
}
.altiri-section main .faq_list:last-of-type {
  padding-bottom: initial;
  border-bottom: initial;
}
.altiri-section main .faq_list_tggl {
  display: none;
}
.altiri-section main .faq_list_ttl, .altiri-section main .faq_list_dscrptn {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.altiri-section main .faq_list_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 600 16px/1.4 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 16px 48px 16px 0;
}
@media screen and (min-width: 840px) {
  .altiri-section main .faq_list_ttl {
    font-size: 18px;
  }
}
.altiri-section main .faq_list_ttl::before {
  content: "";
  width: 9.25px;
  height: 9.25px;
  border-top: 2px solid rgba(241, 246, 255, 0.24);
  border-right: 2px solid rgba(241, 246, 255, 0.24);
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
}
.altiri-section main .faq_list_dscrptn {
  height: 0;
  margin-bottom: 10px;
  overflow: hidden;
  font: 400 12px/1.65 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .faq_list_dscrptn {
    font-size: 14px;
  }
}
.altiri-section main .faq_list_dscrptn span {
  font-weight: 600;
}
.altiri-section main .faq_list_dscrptn .dscrptn-txt {
  width: 100%;
  box-sizing: border-box;
}
.altiri-section main .faq_list_dscrptn .dscrptn-txt_link {
  color: #5C77FF;
}
.altiri-section main .faq_list_dscrptn .dscrptn-txt_link:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
  background: rgba(92, 119, 255, 0.04);
}
.altiri-section main .faq_list_dscrptn .dscrptn-link {
  color: #5C77FF;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}
.altiri-section main .faq_list_dscrptn .dscrptn-link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/v=1716361655/files/user/images/fanclub/24-25/arrow.svg) no-repeat center/contain;
  vertical-align: middle;
  padding-left: 4px;
}
.altiri-section main .faq_list_dscrptn .dscrptn-link:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
  background: rgba(92, 119, 255, 0.04);
}
.altiri-section main .faq_list_dscrptn .dscrptn-ul {
  width: 100%;
  box-sizing: border-box;
}
.altiri-section main .faq_list_dscrptn .dscrptn-ul_li {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
.altiri-section main .faq_list_dscrptn .dscrptn-ul_li:last-of-type {
  margin: initial;
}
.altiri-section main .faq_list_dscrptn .dscrptn-ul_li::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  width: 0.29em;
  height: 0.29em;
  vertical-align: middle;
  margin-right: 0.71em;
}
.altiri-section main .faq_list_dscrptn .dscrptn-ul_ul_li {
  font-size: 10px;
  margin-top: 8px;
  margin-left: 1em;
  padding: 8px;
  background: rgba(241, 246, 255, 0.1);
  color: rgba(241, 246, 255, 0.5);
}
@media screen and (min-width: 840px) {
  .altiri-section main .faq_list_dscrptn .dscrptn-ul_ul_li {
    font-size: 12px;
  }
}
.altiri-section main .faq_list_tggl:checked + .faq_list_ttl + .faq_list_dscrptn {
  height: auto;
  padding: 16px 24px 0 0;
}
@media screen and (min-width: 840px) {
  .altiri-section main .faq_list_tggl:checked + .faq_list_ttl + .faq_list_dscrptn {
    padding: 16px 32px 0 0;
  }
}
.altiri-section main .faq_list_tggl:checked + .faq_list_ttl::before {
  transform: rotate(-45deg) !important;
}/*# sourceMappingURL=fanclub.css.map */