@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .fanclub-footer__nav__item a:-moz-any-link:hover, .fanclub-nav__item a:-moz-any-link:hover {
    color: #00bcbd;
  }
  .fanclub-footer__nav__item a:any-link:hover,
  .fanclub-nav__item a:any-link:hover {
    color: #00bcbd;
  }
  .fanclub-floatBanner a:-moz-any-link:hover, .fanclub-footer__emblem a:-moz-any-link:hover, .fanclub-header__logo a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .fanclub-floatBanner a:any-link:hover,
  .fanclub-footer__emblem a:any-link:hover,
  .fanclub-header__logo a:any-link:hover {
    opacity: 0.7;
  }
}
.fanclub-footer__nav__item a,
.fanclub-nav__item a {
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.fanclub-floatBanner a,
.fanclub-footer__emblem a,
.fanclub-header__logo a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* ================================================

- ヘッダー

================================================ */
.fanclub-wrapper {
  padding-top: 80px;
}

#header {
  width: 100%;
}

.fanclub-header {
  width: 100%;
  background-color: var(--cc-blue);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.fanclub-header__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 58px;
  min-height: 80px;
  padding: 0 24px;
  position: relative;
}

.fanclub-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 206px;
  width: 100%;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .fanclub-wrapper {
    padding-top: 65px;
  }
  .fanclub-header__inner {
    min-height: 65px;
    padding: 0 5.333vw;
  }
  .fanclub-header__logo {
    max-width: 206px;
    width: 170px;
  }
}
/* ================================================

- ナビゲーション

================================================ */
ul.fanclub-nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 3.25em;
}

.fanclub-nav__item > a {
  display: block;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
  position: relative;
}
.fanclub-nav__item > a small {
  position: absolute;
  bottom: -28px;
  left: 0;
  display: block;
  font-size: 0.625rem;
  line-height: 1.3;
}
.fanclub-nav__item > a:not([href]) {
  cursor: default;
  opacity: 0.4;
}
.fanclub-nav__item > a[href="/fanclub/membership/"] {
  display: none;
}

.event ul.fanclub-nav__list li a[href="/fanclub/event/"],
.faq ul.fanclub-nav__list li a[href="/fanclub/faq/"],
.visit ul.fanclub-nav__list li a[href="/fanclub/visit/"],
.join ul.fanclub-nav__list li a[href="/fanclub/join/"],
.membership ul.fanclub-nav__list li a[href="/fanclub/membership/"] {
  color: #00bcbd;
}

.fanclub-header .m-hamburgerBtn {
  display: none;
}

/*--- media screen ---*/
@media screen and (max-width: 1024px) {
  .fanclub-nav {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: -30px;
    z-index: 11;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    padding: 70px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background-color: var(--cc-blue);
  }
  .fanclub-nav.-active {
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  .fanclub-nav__inner {
    height: 100%;
  }
  ul.fanclub-nav__list {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.75em;
  }
  .fanclub-nav__item > a {
    width: 70vw;
    padding: 10px 0;
    font-size: 4.5333333333vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  .fanclub-nav__item > a small {
    position: static;
    margin-top: 10px;
    font-size: 2.9333333333vw;
    line-height: 1.3;
  }
  .fanclub-nav__item > a[href="/fanclub/membership/"] {
    display: block;
  }
  .fanclub-header .m-hamburgerBtn {
    display: block;
    position: absolute;
    top: 13px;
    right: 4vw;
  }
}
/* ================================================

- フッター

================================================ */
.fanclub-footer {
  padding: 33px 0 60px;
  background-color: #09122a;
  position: relative;
}

.fanclub-footer__inner {
  padding: 0 53px;
}

.fanclub-footer__block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 48px;
}

.fanclub-footer__emblem {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 65px;
}
.fanclub-footer__emblem a {
  display: block;
}

.fanclub-footer__nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 2.25em;
}

.fanclub-footer__nav__list:not(:first-of-type) {
  margin-top: 20px;
}

.fanclub-footer__nav__item > a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.465;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
}
.fanclub-footer__nav__item > a:not([href]) {
  cursor: default;
  opacity: 0.2;
}

.fanclub-footer__copyright {
  position: absolute;
  right: 54px;
  bottom: 50px;
}
.fanclub-footer__copyright small {
  font-size: 0.75rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .fanclub-footer {
    padding: 35px 0 50px;
  }
  .fanclub-footer__inner {
    padding: 0 6.4vw;
  }
  .fanclub-footer__block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .fanclub-footer__emblem {
    width: 65px;
  }
  .fanclub-footer__nav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.25em 0;
  }
  .fanclub-footer__nav__list:not(:first-of-type) {
    margin-top: 2.25em;
  }
  .fanclub-footer__nav__item {
    width: 50%;
  }
  .fanclub-footer__nav__item > a {
    font-size: 3.4666666667vw;
    text-align: center;
  }
  .fanclub-footer__copyright {
    position: static;
    margin-top: 50px;
    text-align: center;
  }
  .fanclub-footer__copyright small {
    font-size: 2.9333333333vw;
  }
}
/* ================================================

- ファンクラブ共通

================================================ */
.fanclub-body {
  padding-top: 60px;
  padding-bottom: 165px;
}

.fanclub-body.-membership {
  padding-top: 0;
}

.fanclub-page__ttl span {
  display: block;
  color: #FFFFFF;
  text-align: center;
}
.fanclub-page__ttl span.-en {
  font-size: 4.375rem;
  letter-spacing: 0.16em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}
.fanclub-page__ttl span.-jp {
  margin-top: -3px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.fanclub-sc__head {
  padding-bottom: 15px;
  border-bottom: solid 1px #176eb5;
}

.fanclub-sc__ttl span.-jp {
  font-size: 1.75rem;
  line-height: 1.334;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}

.fanclub-btnArea.-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 40px;
}

.m-bgBtn.-fanclub a {
  width: 500px;
  min-height: 80px;
}
.m-bgBtn.-fanclub a span {
  font-size: 1.25rem;
  line-height: 1.334;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .fanclub-body {
    padding-top: 40px;
    padding-bottom: 140px;
  }
  .fanclub-page__ttl span.-en {
    font-size: 14.6666666667vw;
  }
  .fanclub-page__ttl span.-jp {
    margin-top: -3px;
    font-size: 4.2666666667vw;
  }
  .fanclub-sc__head {
    padding-bottom: 15px;
  }
  .fanclub-sc__ttl span.-jp {
    font-size: 6vw;
  }
  .fanclub-btnArea.-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .m-bgBtn.-fanclub {
    width: 100%;
  }
  .m-bgBtn.-fanclub a {
    width: 100%;
    min-height: 80px;
  }
  .m-bgBtn.-fanclub a span {
    font-size: 4.8vw;
  }
}
/* ================================================

- フロートバナー

================================================ */
.fanclub-floatBanner {
  display: none;
  position: fixed;
  right: 22px;
  bottom: 27px;
  z-index: 2;
  max-width: 340px;
  width: 100%;
}
.fanclub-floatBanner a {
  display: block;
}

.fanclub-floatBanner.-active {
  display: block;
  -webkit-animation: appear 0.5s ease;
          animation: appear 0.5s ease;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .fanclub-floatBanner {
    right: 4vw;
    bottom: 15px;
    max-width: 340px;
    width: 64vw;
  }
}
/* ================================================

- オーバーフローコンテンツ

================================================ */
.overflow-container {
  overflow: visible;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .overflow-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .overflow-container::before {
    content: "";
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2233.414px%22%20height%3D%2225.414px%22%20viewBox%3D%220%200%2033.414%2025.414%22%20enable-background%3D%22new%200%200%2033.414%2025.414%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M0%2C12.707h32%20M20%2C24.707l12-12l-12-12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    width: 8.8vw;
    height: 6.667vw;
    scale: 0.7;
    -webkit-animation-name: flash;
            animation-name: flash;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  @-webkit-keyframes flash {
    0%, 50%, 100% {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }
  @keyframes flash {
    0%, 50%, 100% {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }
}
/* ================================================

- アンカーボタン

================================================ */
.fanclub-anchor__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
}

.fanclub-anchor__item.m-bgBtn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fanclub-anchor__item.m-bgBtn a {
  min-height: 50px;
}
.fanclub-anchor__item.m-bgBtn a span {
  padding-right: 0;
}
.fanclub-anchor__item.m-bgBtn a span::before {
  display: none;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .fanclub-anchor {
    margin-top: 57px;
  }
  .fanclub-anchor__inner {
    padding: 0 5.333vw;
  }
  .fanclub-anchor__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.667vw;
  }
  .fanclub-anchor__item.m-bgBtn {
    width: calc(50% - 1.3335vw);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .fanclub-anchor__item.m-bgBtn a {
    min-height: 50px;
    padding: 5px 0;
  }
  .fanclub-anchor__item.m-bgBtn a span {
    font-size: 3.7333333333vw;
  }
  .fanclub-anchor__item.m-bgBtn a span::before {
    display: none;
  }
}