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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html, body {
  height: 100%;
}

/*Adobe Fonts ちらつき対策用CSS*/
/*Adobe Fonts ちらつき対策用CSSここまで*/
body {
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-size: 14px;
  }
}
body.drawer__visible {
  overflow: hidden;
}

.wrap {
  overflow: hidden;
}

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

button {
  cursor: pointer;
}

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

::-moz-selection {
  background: #000;
  color: #000;
}

::selection {
  background: #000;
  color: #000;
}

::-moz-selection {
  background: #fff;
  color: #000;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.svg-parts {
  display: none;
}

.date,
.category {
  opacity: 1;
}

.delighter {
  opacity: 0;
  transform: translateY(80px);
  transition: 0.8s 0.3s;
}
.delighter.started {
  opacity: 1;
  transform: translateY(0);
}

.txt--basic {
  margin: 0 0 3em;
  font-family: "Noto Sans JP", sans-serif;
}
.txt--basic + .txt--basic {
  margin: 1.2em 0 0;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.8em;
}

.txt--link {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.red {
  color: #dd0000;
}

.br {
  display: inline-block;
}

#loading {
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #300C39 0%, #0C1422 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: all 0.3s 0s ease;
}
#loading #progress-bar {
  height: 10px;
  border-radius: 99px;
  background-color: #666;
  overflow: hidden;
}
#loading #progress-bar #progress-bar-count {
  width: 0;
  height: 100%;
  background-color: #fff;
}

.swiper-container .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: initial;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
  background-color: #fff;
  opacity: 1;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FE75FE;
}

.pagination--wrap {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 10;
}

.swiper-button-prev,
.swiper-button-next {
  margin-top: 0;
  display: block;
  width: 8px;
  height: 16px;
  position: relative;
}

.swiper-button-prev {
  margin-right: 10px;
  left: auto;
}
.swiper-button-prev::before, .swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform-origin: left;
}
.swiper-button-prev::before {
  transform: translateY(-50%) rotate(-45deg);
}
.swiper-button-prev::after {
  transform: translateY(-50%) rotate(45deg);
}

.swiper-button-next {
  margin-left: 10px;
  right: auto;
}
.swiper-button-next::before, .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  right: 0;
  transform-origin: right;
}
.swiper-button-next::before {
  transform: translateY(-50%) rotate(45deg);
}
.swiper-button-next::after {
  transform: translateY(-50%) rotate(-45deg);
}

.btn--more {
  filter: drop-shadow(0 0 15px #48FFFE);
  padding: 2px;
  position: relative;
}
.btn--more::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #48FFFE;
  -webkit-clip-path: polygon(22% 0, 78% 0, 100% 50%, 78% 100%, 22% 100%, 0 50%);
          clip-path: polygon(22% 0, 78% 0, 100% 50%, 78% 100%, 22% 100%, 0 50%);
  z-index: -1;
}
.btn--more a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #48FFFE;
  -webkit-clip-path: polygon(22% 0, 78% 0, 100% 50%, 78% 100%, 22% 100%, 0 50%);
          clip-path: polygon(22% 0, 78% 0, 100% 50%, 78% 100%, 22% 100%, 0 50%);
  color: #000;
  font-size: max(1vw, 12px);
  font-family: montserrat, sans-serif;
  font-weight: 700;
  aspect-ratio: 1/0.793;
}

.btn--wrap {
  display: flex;
}
.btn--wrap a {
  display: block;
  height: 100%;
}
.btn--wrap img {
  height: 100%;
  width: auto;
}

.section-tit {
  font-family: good-times, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.date {
  font-family: montserrat, sans-serif;
}

.header,
.page--home .header {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  box-shadow: none;
}
.header .logo,
.page--home .header .logo {
  position: initial;
  height: auto;
}
.header .logo a:after,
.page--home .header .logo a:after {
  content: none;
}
.header .inner,
.page--home .header .inner {
  display: flex;
  justify-content: space-between;
}
.header .block--login,
.page--home .header .block--login {
  display: none;
}
.header .g-nav,
.page--home .header .g-nav {
  padding: 0;
}
.header .g-nav ul,
.page--home .header .g-nav ul {
  display: flex;
}
.header .g-nav ul .g-nav--item,
.page--home .header .g-nav ul .g-nav--item {
  margin-right: 0;
}
.header .g-nav ul .g-nav--item a,
.page--home .header .g-nav ul .g-nav--item a {
  font-family: montserrat, sans-serif;
  font-weight: 700;
}
.header .g-nav ul .g-nav--item.limited,
.page--home .header .g-nav ul .g-nav--item.limited {
  display: none;
}

.window-scroll .header {
  padding-top: 0;
  background-color: transparent;
}

.view__area {
  overflow: hidden;
}

.page--home .wrap {
  padding: 0;
}
.page--home .kv-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  background-image: url("../img/kv_bg.png");
  background-size: cover;
  z-index: 10;
}
.page--home .kv-wrap .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.page--home .kv-wrap .catch {
  font-family: good-times, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}
.page--home .kv-wrap .catch span {
  display: block;
}
.page--home .kv-wrap .catch span + span {
  margin-top: 10px;
}
.page--home .kv-wrap .catch span .multiply {
  display: inline-block;
  margin-left: 0.3em;
  width: 0.7em;
  height: 0.7em;
}
.page--home .kv-wrap .lead {
  margin-top: 25px;
  line-break: strict;
}
.page--home .kv-wrap .btn--wrap {
  margin-top: 30px;
  height: 50px;
}
.page--home .kv-wrap .btn {
  filter: drop-shadow(0 0 20px #FE75FE);
  padding: 2px;
  position: relative;
}
.page--home .kv-wrap .btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
          clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  background-color: #FE75FE;
  z-index: -1;
}
.page--home .kv-wrap .btn .btn--sub {
  margin: 0;
  display: block;
  min-width: auto;
  width: 100%;
  height: 100%;
  padding: calc((42px - 1em) / 2) 0;
  line-height: 1;
  box-shadow: 0 0 25px #FE75FE;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-clip-path: polygon(10% 0, 90% 0, 99.5% 50%, 90% 100%, 10% 100%, 0.5% 50%);
          clip-path: polygon(10% 0, 90% 0, 99.5% 50%, 90% 100%, 10% 100%, 0.5% 50%);
  border: none;
}
.page--home .kv-wrap .btn .btn--sub i {
  font-size: 0.8em;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.page--home .kv-wrap .movie--wrap {
  aspect-ratio: 1/0.77;
  border: 2px solid #48FFFE;
  box-shadow: 0 0 6px #48FFFE;
}
.page--home .kv-wrap .block--movie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  overflow: hidden;
  pointer-events: none;
}
.page--home .kv-wrap .block--movie iframe {
  width: auto !important;
  min-width: 100%;
  height: auto !important;
  min-height: 100%;
  aspect-ratio: 4/3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--home .bg-movie {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.15;
  pointer-events: none;
  overflow: hidden;
}
.page--home .bg-movie.bright {
  opacity: 0.5;
}
.page--home .bg-movie iframe {
  width: 100vw !important;
  height: auto !important;
  aspect-ratio: 4/3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .bg-movie iframe {
    width: auto !important;
    height: 100vh !important;
  }
}
.page--home .section--banner {
  margin: calc(100vh + 1000px) auto 0;
}
.page--home .section--banner .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.page--home .section--banner .swiper-wrapper .swiper-slide {
  height: auto;
  transform-style: preserve-3d;
}
.page--home .section--banner .swiper-wrapper .swiper-slide > a {
  transition: all 0.3s 0s ease;
  display: block;
}
.page--home .section--banner .swiper-wrapper .swiper-slide.swiper-slide-prev > a {
  transform-origin: right;
}
.page--home .section--banner .swiper-wrapper .swiper-slide.swiper-slide-next > a {
  transform-origin: left;
}
.page--home .section--banner .swiper-wrapper .swiper-slide + .swiper-slide {
  margin-left: 20px;
}
.page--home .section--banner .swiper-wrapper .list__item--wrap .thumb__wrap .swiper-button-prev,
.page--home .section--banner .swiper-wrapper .list__item--wrap .thumb__wrap .swiper-button-next {
  display: none;
}
.page--home .section--banner .bnr-container > .swiper-pagination {
  display: none;
}
.page--home .section--banner .pagination--wrap {
  margin: 30px auto 0;
}
.page--home .section--banner .pagination--wrap .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--home .section--banner .pagination--wrap .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.5em;
}
.page--home .section--lead {
  text-align: center;
}
.page--home .section--lead .txt {
  line-height: 2;
}
.page--home .section--artist {
  margin-top: 200px;
  text-align: center;
}
.page--home .section--artist .block-first {
  aspect-ratio: 1/0.792;
  position: relative;
}
.page--home .section--artist .block-first .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  position: relative;
}
.page--home .section--artist .block-first .photo img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--home .section--artist .block-first .badge {
  left: 7%;
}
.page--home .section--artist .block-second {
  position: relative;
  width: 40%;
  aspect-ratio: 1/1.116;
}
.page--home .section--artist .block-second .photo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
          clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  background: transparent linear-gradient(221deg, #732EC3 0%, #47FFFE 100%) 0% 0% no-repeat padding-box;
}
.page--home .section--artist .block-second .photo img {
  max-width: none;
}
.page--home .section--artist .block-second .badge {
  left: 10%;
}
.page--home .section--artist .badge {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #48FFFE;
  border: 1px solid #48FFFE;
  transform: skewX(-10deg);
  filter: drop-shadow(0 0 10px #48FFFE);
  z-index: 10;
}
.page--home .section--artist .badge span {
  transform: skewX(10deg);
}
.page--home .section--artist .artist-name {
  position: absolute;
  right: 7%;
  filter: drop-shadow(0 0 15px #48FFFE);
}
.page--home .section--artist .artist-name .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #48FFFE;
  -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
          clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}
.page--home .section--howto {
  background: linear-gradient(to right, #300C39 0%, #0C1422 100%);
}
.page--home .section--howto .block-howto {
  position: relative;
}
.page--home .section--howto .block-howto .content-tit {
  color: #000;
  position: relative;
  z-index: 10;
  filter: drop-shadow(0 0 6px #48FFFE);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.page--home .section--howto .block-howto .content-tit span {
  opacity: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #48FFFE;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.page--home .section--howto .block-howto .content-tit span + span {
  margin-top: 10px;
}
.page--home .section--howto .block-howto .content-tit span.action {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: all 0.6s;
}
.page--home .section--howto .block-howto .swiper-slide-prev,
.page--home .section--howto .block-howto .swiper-slide-next {
  opacity: 0 !important;
}
.page--home .section--howto .block-howto .swiper-slide-active {
  opacity: 1;
}
.page--home .section--howto .block-howto .txt {
  background-color: #000;
  border: 2px solid #48FFFE;
  box-shadow: 0 0 15px #48FFFE;
  position: relative;
}
.page--home .section--howto .block-howto .txt .txt-inner {
  overflow: hidden;
}
.page--home .section--howto .block-howto .txt .note {
  font-size: 0.8em;
}
.page--home .section--howto .block-howto .txt .pagination--wrap {
  position: absolute;
}
.page--home .section--howto .block-howto .slide {
  border: 2px solid #48FFFE;
  overflow: hidden;
  z-index: -1;
  box-shadow: 0 0 25px #48FFFE;
}
.page--home .section--howto .block-howto .slide .swiper-container,
.page--home .section--howto .block-howto .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--home .section--howto .block-howto:nth-of-type(even) .content-tit span {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.page--home .section--howto .block-howto:nth-of-type(even) .content-tit span.action {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.page--home .section--howto .block-howto:nth-of-type(odd) .content-tit span,
.page--home .section--howto .block-howto:nth-of-type(odd) .txt {
  margin-left: auto;
}
.page--home .section--howto .block-store {
  padding-bottom: 20px;
}
.page--home .section--howto .block-store .content-tit {
  text-align: center;
  margin-bottom: 1.5em;
}
.page--home .section--howto .block-store .block--attention {
  margin-bottom: 50px;
  padding: 2em;
  border: 1px solid #fff;
}
.page--home .section--howto .block-store .block--attention ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.page--home .section--howto .block-store .block--attention ul li::before {
  content: "・";
}
.page--home .section--howto .block-store .block--attention ul li + li {
  margin-top: 1em;
}
.page--home .section--howto .block-store .block--attention ul li a {
  color: #48FFFE;
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .page--home .section--howto .block-store .block--attention ul li a:hover {
    opacity: 0.5;
  }
}
.page--home .section--howto .block-store .store-item-list {
  display: flex;
  flex-wrap: wrap;
}
.page--home .section--howto .block-store .store-item-list li .thumb {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  background-color: #fff;
}
.page--home .section--howto .block-store .store-item-list li .thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--home .section--howto .block-store .store-item-list li .thumb .tag {
  position: absolute;
  bottom: 1em;
  left: 1em;
  display: inline-block;
  padding: 1em;
  font-size: 0.8em;
  border-radius: 99px;
}
.page--home .section--howto .block-store .store-item-list li .thumb .tag.artist {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.page--home .section--howto .block-store .store-item-list li .thumb .tag.fanplanet {
  background-color: #FE75FE;
  border: 1px solid #fff;
}
.page--home .section--howto .block-store .store-item-list li .detail .name {
  margin-bottom: 10px;
}
.page--home .section--howto .block-store .store-item-list li .detail .price {
  font-size: 0.9em;
}
.page--home .section--howto .block-store .store-item-list li .detail .price::before {
  content: "¥";
}
.page--home .section--howto .block-store .btn {
  filter: drop-shadow(0 0 15px #48FFFE);
  width: 350px;
  margin: 5em auto 0;
  padding: 2px;
  transform: translateZ(0);
  position: relative;
  color: #000;
}
.page--home .section--howto .block-store .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #48FFFE;
  -webkit-clip-path: polygon(10% 0, 90% 0, 99.5% 50%, 90% 100%, 10% 100%, 0.5% 50%);
          clip-path: polygon(10% 0, 90% 0, 99.5% 50%, 90% 100%, 10% 100%, 0.5% 50%);
  z-index: -1;
}
.page--home .section--howto .block-store .btn .btn--sub {
  margin: 0;
  display: block;
  min-width: auto;
  width: 100%;
  height: 100%;
  padding: 1em;
  line-height: 1;
  background-color: #48FFFE;
  color: #000;
  font-weight: bold;
  text-align: center;
  -webkit-clip-path: polygon(10% 0, 90% 0, 99.5% 50%, 90% 100%, 10% 100%, 0.5% 50%);
          clip-path: polygon(10% 0, 90% 0, 99.5% 50%, 90% 100%, 10% 100%, 0.5% 50%);
  border: none;
}
.page--home .section--howto .block-store .btn .btn--sub i {
  font-size: 0.8em;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 961px) {
  .page--home .section--howto .block-store .btn .btn--sub:hover {
    background-color: #000;
    color: #48FFFE;
  }
}
.page--home .section--info {
  position: relative;
}
.page--home .section--info .content-tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: good-times, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000;
  line-height: 1;
  background-color: #48FFFE;
  box-shadow: 0 0 25px #48FFFE;
  position: absolute;
  top: calc(-0.5em - 10px);
  z-index: 10;
}
.page--home .section--info .inner {
  position: relative;
  border: 2px solid #48FFFE;
  background-color: #000;
}
.page--home .section--info .inner:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  aspect-ratio: 1/1;
  border-top: 10px solid #48FFFE;
  border-right: 10px solid #48FFFE;
  filter: drop-shadow(0 0 10px #48FFFE);
}
.page--home .section--info .inner::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  aspect-ratio: 1/1;
  border-bottom: 10px solid #48FFFE;
  border-left: 10px solid #48FFFE;
  filter: drop-shadow(0 0 10px #48FFFE);
}
.page--home .section--info .list--info li a {
  line-height: inherit;
}
.page--home .section--info .list--info li .date {
  font-family: montserrat, sans-serif;
  font-weight: 600;
}
.page--home .section--info .list--info li .tit::after {
  color: #48FFFE;
  font-family: montserrat, sans-serif;
}
.page--home .footer {
  background-color: #000;
}
.page--home .footer .copyright {
  margin-top: 40px;
  position: initial;
}

body:not(.page--home) .header {
  display: flex;
  justify-content: space-between;
}
body:not(.page--home) .wrap {
  background: linear-gradient(to right, #300C39 0%, #0C1422 100%);
}
body:not(.page--home) .detail__btn a {
  font-family: montserrat, sans-serif;
}
body:not(.page--home) .footer {
  background: transparent;
  position: absolute;
}
body:not(.page--home) .footer .footer__inner {
  display: none;
}

.page--information .list--information .list__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.page--information .list--information .list__item a {
  padding: 1em 0;
}
.page--information .list--information .list__item .block--txt {
  line-height: 1.6;
}
.page--information .list--information .list__item .block--txt .date {
  font-size: 15px;
}
.page--information .list--information .list__item .block--txt .tit {
  line-height: normal;
}
.page--information .list--information .list__item .block--txt .tit::after {
  color: #48FFFE;
  font-family: montserrat, sans-serif;
}
.page--information .section--detail .block--title .tit {
  font-size: 22px;
  margin-bottom: 0.5em;
}
.page--information .section--detail .block--share .share {
  font-family: montserrat, sans-serif;
  letter-spacing: 0.1em;
}
.page--information .section--detail .block--share .lineIco svg {
  fill: #fff;
}

.page--feature .list--support {
  margin-top: 2em;
}
.page--feature .terms-list {
  margin: 1em 0;
}
.page--feature .privacy .section-tit:not(:first-child) {
  margin-top: 140px;
}
.page--feature .privacy .txt {
  margin-bottom: 20px;
}
.page--feature .privacy dt {
  margin-bottom: 10px;
}
.page--feature .privacy ol {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
.page--feature .privacy ol li {
  list-style-type: decimal;
  margin: 1em 0;
}
.page--feature .privacy ol.list--number > li {
  list-style-type: none;
  counter-increment: cnt;
}
.page--feature .privacy ol.list--number > li::before {
  content: "(" counter(cnt) ") ";
}
.page--feature .privacy ol ol li {
  list-style: none;
}
.page--feature .privacy ol ol li span {
  margin-right: 2px;
  margin-left: -1.4em;
}
.page--feature .privacy ol .list--work li span {
  margin-left: -1.4em;
}
.page--feature .privacy img.mail {
  width: 140px;
  display: inline;
  padding-top: 5px;
}
.page--feature .faq .tit--category {
  margin-bottom: 2em;
  font-weight: bold;
}
.page--feature .faq .tit--category:not(:first-of-type) {
  margin-top: 4em;
}
.page--feature .list--faq > li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.page--feature .list--faq .icon--q {
  line-height: unset;
  font-family: montserrat, sans-serif;
}
.page--feature .list--faq .faq--q {
  font-weight: bold;
  padding: 1.2em 0;
  cursor: pointer;
  position: relative;
}
.page--feature .list--faq .faq--q .tit {
  display: block;
  width: calc(100% - 2em);
  padding-left: 0.5em;
}
.page--feature .list--faq .faq--q .fa-chevron-down {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.page--feature .list--faq .faq--q.visible .fa-chevron-down {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 961px) {
  .page--feature .list--faq .faq--q:hover {
    opacity: 0.5;
    transition: all 0.2s;
  }
}
.page--feature .list--faq .faq--a {
  display: none;
  margin: 2em 0;
}
.page--feature .list--faq .faq--a span.icon--a {
  padding-left: 2px;
  width: 30px;
  height: 30px;
  font-family: montserrat, sans-serif;
  color: #48FFFE;
  line-height: 26px;
  text-align: center;
  border: 1px solid #48FFFE;
  border-radius: 30px;
  float: left;
}
.page--feature .list--faq .faq--a .txt {
  padding-left: 50px;
}
.page--feature .list--faq .faq--a a {
  display: inline;
  color: #48FFFE;
}
.page--feature:has(section.app) h1,
.page--feature:has(section.app) .header,
.page--feature:has(section.app) .drawer__btn,
.page--feature:has(section.app) .footer {
  display: none;
}
.page--feature:has(section.app) .wrap {
  padding: 70px 0;
}

.page--faq .block--faq-detail {
  border-color: #fff;
}
.page--faq .block--faq-detail span.icon--q {
  font-family: montserrat, sans-serif;
  line-height: unset;
}
.page--faq .block--faq-detail span.icon--a {
  color: #000;
  background-color: #48FFFE;
  font-family: montserrat, sans-serif;
}
.page--faq .block--faq-detail a {
  color: #48FFFE;
}
.page--faq .section--detail .block--contact a {
  display: inline-block;
  margin-top: 0.5em;
  color: #fff;
}

footer,
.page--home footer {
  height: auto;
  position: initial;
  text-align: initial;
}
footer .inner,
.page--home footer .inner {
  margin: auto;
}
footer .block--app .info--wrap .list-app li span,
.page--home footer .block--app .info--wrap .list-app li span {
  display: inline-block;
  width: 5.5em;
  margin-right: 2em;
}
footer .block--app .info--wrap .list-app li + li,
.page--home footer .block--app .info--wrap .list-app li + li {
  margin-top: 8px;
}
footer .btn--wrap,
.page--home footer .btn--wrap {
  margin-top: 30px;
  align-items: center;
}
footer .list--support .list__item,
.page--home footer .list--support .list__item {
  display: block;
  margin-right: 0;
  letter-spacing: initial;
}
footer .list--support .list__item a,
.page--home footer .list--support .list__item a {
  color: #fff;
  line-height: initial;
  font-size: 12px;
  padding: 0;
}
footer .list--support .list__item + li,
.page--home footer .list--support .list__item + li {
  margin-top: 1.25em;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  a:hover {
    transition: all 0.3s 0s ease;
  }
  .txt--link:hover {
    opacity: 0.3;
  }
  .content-tit {
    font-size: 48px;
    font-weight: bold;
  }
  #loading .load-logo {
    width: 30vw;
  }
  #loading #progress-bar {
    width: 30vw;
    margin: 80px auto 0;
  }
  .btn--more {
    filter: drop-shadow(0 0 15px #48FFFE);
  }
  .btn--more a {
    width: 6vw;
  }
  .btn--more a:hover {
    background-color: #000;
    color: #48FFFE;
  }
  .btn--wrap a:hover {
    opacity: 0.6;
  }
  .header .inner,
  .page--home .header .inner {
    padding: 30px 40px;
  }
  .header .drawer .copyright,
  .page--home .header .drawer .copyright {
    display: none;
  }
  .header .g-nav ul,
  .page--home .header .g-nav ul {
    gap: 30px;
  }
  .header .g-nav ul .g-nav--item a,
  .page--home .header .g-nav ul .g-nav--item a {
    font-size: 18px;
  }
  .header .g-nav ul .g-nav--item span,
  .page--home .header .g-nav ul .g-nav--item span {
    display: none;
  }
  .wrap.pattern-Official .header {
    padding-top: 0;
  }
  .page--home .kv-wrap .inner {
    transform-style: preserve-3d;
    perspective: 49vw;
  }
  .page--home .kv-wrap .block--txt {
    position: absolute;
    top: 50%;
    left: 7.3vw;
    transform: translateY(-50%);
    z-index: 1;
  }
  .page--home .kv-wrap .catch {
    font-size: 5.4vw;
  }
  .page--home .kv-wrap .lead {
    font-size: 1.17vw;
  }
  .page--home .kv-wrap .btn--wrap {
    gap: 20px;
  }
  .page--home .kv-wrap .btn {
    width: 282px;
    height: 46px;
    margin-top: 30px;
  }
  .page--home .kv-wrap .btn--sub:hover {
    background-color: #FE75FE;
  }
  .page--home .kv-wrap .movie--wrap {
    width: 49vw;
    position: absolute;
    top: 50%;
    right: 7.3vw;
    transform: translateY(-50%) rotate3d(0, 10, 0, -10deg);
    transform-origin: right;
  }
  .page--home .kv-wrap .block--movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    overflow: hidden;
  }
  .page--home .kv-wrap .block--movie video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page--home .section--banner .swiper-wrapper.list--bnr {
    margin: 0;
    width: auto;
  }
  .page--home .section--banner .swiper-wrapper.list--bnr .swiper-slide.list__item {
    width: 36.6vw;
    perspective: 36.6vw;
  }
  .page--home .section--banner .swiper-wrapper.list--bnr .swiper-slide.list__item.swiper-slide-prev > a {
    transform: rotate3d(0, 15, 0, 15deg);
  }
  .page--home .section--banner .swiper-wrapper.list--bnr .swiper-slide.list__item.swiper-slide-next > a {
    transform: rotate3d(0, 15, 0, -15deg);
  }
  .page--home .section--banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.8vw;
    height: 0.8vw;
  }
  .page--home .section--lead {
    margin-top: 250px;
    text-align: center;
  }
  .page--home .section--lead .content-tit {
    margin-bottom: 90px;
  }
  .page--home .section--artist {
    margin-top: 200px;
    text-align: center;
  }
  .page--home .section--artist .content-tit {
    margin-bottom: 80px;
  }
  .page--home .section--artist .artist-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 5.7vw;
  }
  .page--home .section--artist .block-first {
    width: 60%;
    aspect-ratio: 1/0.792;
  }
  .page--home .section--artist .block-first .badge {
    left: 7%;
  }
  .page--home .section--artist .block-second {
    position: relative;
    width: 40%;
    aspect-ratio: 1/1.116;
  }
  .page--home .section--artist .block-second .photo {
    height: 100%;
    -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
            clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
    background: transparent linear-gradient(221deg, #732EC3 0%, #47FFFE 100%) 0% 0% no-repeat padding-box;
  }
  .page--home .section--artist .block-second .photo img {
    width: 130%;
    transform: rotate(-54deg);
  }
  .page--home .section--artist .block-second .badge {
    left: 10%;
  }
  .page--home .section--artist .badge {
    top: -25px;
    width: 200px;
    height: 50px;
    font-size: 24px;
    filter: drop-shadow(0 0 10px #48FFFE);
  }
  .page--home .section--artist .artist-name {
    bottom: -20px;
    right: 7%;
    width: 490px;
    height: 96px;
  }
  .page--home .section--artist .artist-name img {
    width: 390px;
    height: auto;
  }
  .page--home .section--howto {
    margin-top: 200px;
    padding: 18.3vw 0;
    -webkit-clip-path: polygon(0 175px, 100% 0, 100% calc(100% - 175px), 0 100%);
            clip-path: polygon(0 175px, 100% 0, 100% calc(100% - 175px), 0 100%);
  }
  .page--home .section--howto .block-howto {
    width: min(1200px, 85.6vw);
    margin: auto;
  }
  .page--home .section--howto .block-howto .content-tit span {
    padding: 0 30px;
  }
  .page--home .section--howto .block-howto .swiper-slide {
    position: relative;
    width: 100%;
  }
  .page--home .section--howto .block-howto .txt {
    padding: 35px 40px 60px;
    width: 340px;
    margin-top: 40px;
  }
  .page--home .section--howto .block-howto .txt .btn--more {
    position: absolute;
    bottom: -2.38vw;
  }
  .page--home .section--howto .block-howto .slide {
    width: 110%;
    aspect-ratio: 1/0.5;
    position: absolute;
    top: -164px;
  }
  .page--home .section--howto .block-howto .pagination--wrap {
    bottom: -36px;
  }
  .page--home .section--howto .block-howto .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7.5px;
    width: min(0.8vw, 16px);
    height: min(0.8vw, 16px);
  }
  .page--home .section--howto .block-howto:nth-of-type(odd) .content-tit span,
  .page--home .section--howto .block-howto:nth-of-type(odd) .txt {
    right: 0;
  }
  .page--home .section--howto .block-howto:nth-of-type(odd) .btn--more {
    left: 1.46vw;
  }
  .page--home .section--howto .block-howto:nth-of-type(odd) .slide {
    transform: perspective(95vw) rotateY(20deg);
    transform-origin: left;
  }
  .page--home .section--howto .block-howto:nth-of-type(odd) .pagination--wrap {
    right: 0;
  }
  .page--home .section--howto .block-howto:nth-of-type(even) .txt {
    left: 0;
  }
  .page--home .section--howto .block-howto:nth-of-type(even) .btn--more {
    right: 1.46vw;
  }
  .page--home .section--howto .block-howto:nth-of-type(even) .slide {
    transform: perspective(95vw) rotateY(-20deg);
    transform-origin: right;
    margin-left: -10%;
  }
  .page--home .section--howto .block-howto:nth-of-type(even) .pagination--wrap {
    left: 0;
  }
  .page--home .section--howto .block-howto + .block-howto {
    margin-top: 500px;
  }
  .page--home .section--howto .block-store {
    width: min(1200px, 85.6vw);
    margin: 400px auto 0;
  }
  .page--home .section--howto .block-store .content-tit {
    font-size: 36px;
  }
  .page--home .section--howto .block-store .store-item-list {
    gap: 30px;
  }
  .page--home .section--howto .block-store .store-item-list li {
    width: calc((100% - 60px) / 3);
  }
  .page--home .section--howto .block-store .store-item-list li a:hover {
    opacity: 0.5;
  }
  .page--home .section--howto .block-store .btn {
    width: 350px;
    margin: 5em auto 0;
  }
  .page--home .section--info {
    position: relative;
    width: min(1000px, 73.2vw);
    margin: 250px auto;
  }
  .page--home .section--info .content-tit {
    padding: 10px 40px;
    left: 0;
  }
  .page--home .section--info .inner {
    padding: 80px 70px 60px;
  }
  .page--home .section--info .inner:before, .page--home .section--info .inner::after {
    width: 7%;
  }
  .page--home .section--info .list--info li a {
    display: flex;
  }
  .page--home .section--info .list--info li a:hover {
    color: #48FFFE;
  }
  .page--home .section--info .list--info li p {
    font-size: 16px;
  }
  .page--home .section--info .list--info li .date {
    margin-right: 50px;
    margin-bottom: 0;
  }
  .page--home .section--info .list--info li + li {
    margin-top: 30px;
  }
  .page--home .section--info .btn--more {
    position: absolute;
    bottom: -2.38vw;
    right: -1.32vw;
  }
  .page--home .footer .copyright {
    text-align: right;
  }
  body:not(.page--home) .header {
    background-color: transparent;
  }
  body:not(.page--home) .header .g-nav .nav {
    display: flex;
  }
  body:not(.page--home) .wrap {
    padding-top: 170px;
    padding-bottom: 200px;
  }
  .list--information .list__item a:hover {
    color: #48FFFE;
    opacity: 1;
  }
  .list--information .list__item .block--txt {
    display: flex;
  }
  .list--information .list__item .block--txt .date {
    margin-bottom: 0;
    margin-right: 2em;
  }
  .page--feature .section--detail.support .section-tit {
    font-size: 32px;
  }
  .page--feature .section--detail.support .section-subtit {
    font-size: 20px;
  }
  footer {
    padding: 60px 0 50px;
  }
  footer .inner {
    width: min(1000px, 73.2vw);
    display: flex;
    justify-content: space-between;
  }
  footer .block--app .info--wrap {
    display: flex;
    align-items: flex-start;
    gap: 2.9vw;
    font-size: 14px;
  }
  footer .block--app .info--wrap .icon-app {
    width: 110px;
  }
  footer .btn--wrap {
    gap: 30px;
    height: 54px;
  }
  footer .block--support {
    font-size: 12px;
    text-align: right;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  body.drawer-visible {
    overflow: hidden;
  }
  #loading .load-logo {
    width: 60vw;
  }
  #loading .load-logo #progress-bar {
    width: 60vw;
    margin: 60px auto 0;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: min(2.56vw, 12px);
    height: min(2.56vw, 12px);
    margin: 0 0.5em;
  }
  .content-tit {
    font-size: min(7.17vw, 42px);
    font-weight: bold;
  }
  .btn--more {
    filter: drop-shadow(0 0 15px #48FFFE);
  }
  .btn--more a {
    width: min(20.5vw, 80px);
  }
  .header .inner {
    padding: 20px;
    align-items: center;
  }
  .header h1.logo {
    width: 40%;
    z-index: 10000;
  }
  .header .drawer__btn {
    width: 30px;
    height: auto;
    aspect-ratio: 1/0.6;
    position: relative;
    right: auto;
    top: auto;
    z-index: 1000;
    mix-blend-mode: normal;
  }
  .header .drawer__btn span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s 0s ease;
  }
  .header .drawer__btn span:first-of-type {
    top: 0;
  }
  .header .drawer__btn span:last-of-type {
    top: auto;
    bottom: 0;
  }
  .header .drawer__btn.drawer__visible span {
    width: 110%;
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .header .drawer__btn.drawer__visible span:first-of-type {
    transform: rotate(30deg);
  }
  .header .drawer__btn.drawer__visible span:last-of-type {
    transform: rotate(-30deg);
  }
  .header .drawer {
    opacity: 0;
    display: block;
    padding: 2em 7.3vw;
    font-size: min(18vw, 70px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100lvh;
    background: linear-gradient(to right, #300C39 0%, #0C1422 100%);
    text-align: left;
    pointer-events: none;
    transition: all 0.3s 0s ease;
    background: url("../img/bg_drawer.jpg") no-repeat center;
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .header .drawer::after {
    content: "";
    display: block;
    width: 149vw;
    height: 132vw;
    background: url(../img/symbol.svg) no-repeat center;
    background-size: contain;
    position: fixed;
    bottom: -14vw;
    right: -33vw;
    pointer-events: none;
    z-index: -1;
    opacity: 0.2;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .header .drawer::after {
    width: 89vw;
    height: 85vw;
    bottom: -20vw;
    right: -10vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .drawer::before {
    content: "";
    display: block;
    width: 149vw;
    height: 132vw;
    background: url(../img/symbol.svg) no-repeat center;
    background-size: contain;
    position: fixed;
    bottom: -14vw;
    right: -33vw;
    pointer-events: none;
    z-index: -1;
    opacity: 0.2;
    filter: blur(10px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .header .drawer::before {
    width: 89vw;
    height: 85vw;
    bottom: -20vw;
    right: -10vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .drawer .g-nav {
    margin-bottom: 70px;
    padding: 0;
  }
  .header .drawer .g-nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .header .drawer .g-nav ul .g-nav--item {
    font-size: min(12.3vw, 50px);
    width: auto;
    margin-bottom: 0.6em;
  }
  .header .drawer .g-nav ul .g-nav--item a {
    padding: 0;
    letter-spacing: 0;
    font-family: good-times, sans-serif;
    font-style: normal;
  }
  .header .drawer .g-nav ul .g-nav--item span {
    font-size: 13px;
    display: block;
    margin-top: 1em;
  }
  .header .drawer .g-nav ul .g-nav--item:nth-child(2) {
    margin-bottom: 50px;
  }
  .header .drawer .g-nav ul .g-nav--item__sub {
    margin-bottom: 0.5em;
  }
  .header .drawer .g-nav ul .g-nav--item__sub a {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .header .drawer .g-nav ul .g-nav--item__sub:first-child {
    margin-top: 30px;
  }
  .header .drawer .g-nav ul.nav__list--login {
    display: none;
  }
  .header .drawer .g-nav .nav__list--sns {
    display: none;
  }
  .header .drawer .copyright {
    font-size: 10px;
    opacity: 0.5;
    margin-top: 40px;
    position: initial;
  }
  .header .drawer .btn--wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .header .drawer .btn--wrap .icon {
    width: 30vw;
    height: 30vw;
    display: block;
  }
  .header .drawer .btn--wrap .txt {
    font-size: 13px;
    margin: 2em 0;
  }
  .header .drawer .btn--wrap .block--icon {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header .drawer .btn--wrap .box {
    display: flex;
    gap: 0.2em;
  }
  .header .drawer .btn--wrap .box > div {
    width: 50vw;
  }
  .header .drawer .btn--wrap .box > div.ios {
    width: 41vw;
  }
  .header .drawer .btn--wrap img {
    width: 100%;
    height: auto;
  }
  .h1.logo {
    z-index: 10000;
  }
  .drawer-visible .header .inner .drawer {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s 0s ease;
  }
  .page--home .wrap h1.logo {
    height: auto;
    display: block;
  }
  .page--home .kv-wrap,
  .page--home .header .kv-wrap {
    transform-style: preserve-3d;
    perspective: 49vw;
  }
  .page--home .kv-wrap .inner,
  .page--home .header .kv-wrap .inner {
    width: 89.76vw;
    height: auto;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page--home .kv-wrap .catch,
  .page--home .header .kv-wrap .catch {
    font-size: 11.74vw;
    line-height: 1;
  }
  .page--home .kv-wrap .catch span + span,
  .page--home .header .kv-wrap .catch span + span {
    margin-top: 4px;
  }
  .page--home .kv-wrap .lead,
  .page--home .header .kv-wrap .lead {
    margin-top: 0;
    font-size: clamp(0.875rem, 0.474rem + 1.71vw, 1.5rem);
    filter: drop-shadow(0 0 5px #000);
  }
  .page--home .kv-wrap .block--txt_sp,
  .page--home .header .kv-wrap .block--txt_sp {
    margin-top: 65vw;
    width: 90%;
  }
  .page--home .kv-wrap .btn--wrap,
  .page--home .header .kv-wrap .btn--wrap {
    gap: 15px;
  }
  .page--home .kv-wrap .btn,
  .page--home .header .kv-wrap .btn {
    width: min(100%, 300px);
    height: 46px;
    margin: 25px 0 0;
    filter: drop-shadow(0 0 10px #FE75FE);
  }
  .page--home .kv-wrap .btn::after,
  .page--home .header .kv-wrap .btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
            clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
    background-color: #FE75FE;
    z-index: -1;
  }
  .page--home .kv-wrap .movie--wrap,
  .page--home .header .kv-wrap .movie--wrap {
    width: 120%;
    aspect-ratio: 1/0.6;
    position: absolute;
    top: 18.74vw;
    right: -15%;
    transform: perspective(120vw) rotate3d(0, 10, 0, -10deg);
    transform-origin: right 50%;
    z-index: -1;
  }
  .page--home .kv-wrap .block--movie,
  .page--home .header .kv-wrap .block--movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    overflow: hidden;
  }
  .page--home .kv-wrap .block--movie video,
  .page--home .header .kv-wrap .block--movie video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page--home .section--banner .swiper-wrapper.list--bnr,
  .page--home .header .section--banner .swiper-wrapper.list--bnr {
    margin: 0;
    width: auto;
  }
  .page--home .section--banner .swiper-wrapper.list--bnr .swiper-slide.list__item,
  .page--home .header .section--banner .swiper-wrapper.list--bnr .swiper-slide.list__item {
    width: 70vw;
    perspective: 70vw;
  }
  .page--home .section--banner .swiper-wrapper.list--bnr .swiper-slide.list__item.swiper-slide-prev > a,
  .page--home .header .section--banner .swiper-wrapper.list--bnr .swiper-slide.list__item.swiper-slide-prev > a {
    transform: rotate3d(0, 30, 0, 30deg);
  }
  .page--home .section--banner .swiper-wrapper.list--bnr .swiper-slide.list__item.swiper-slide-next > a,
  .page--home .header .section--banner .swiper-wrapper.list--bnr .swiper-slide.list__item.swiper-slide-next > a {
    transform: rotate3d(0, 30, 0, -30deg);
  }
  .page--home .section--lead,
  .page--home .header .section--lead {
    margin-top: 200px;
    padding: 0 5.12vw;
  }
  .page--home .section--lead .content-tit,
  .page--home .header .section--lead .content-tit {
    margin-bottom: 50px;
  }
  .page--home .section--artist,
  .page--home .header .section--artist {
    margin-top: 200px;
    text-align: center;
    padding: 0 5.12vw;
  }
  .page--home .section--artist .content-tit,
  .page--home .header .section--artist .content-tit {
    margin-bottom: 60px;
  }
  .page--home .section--artist .block-first,
  .page--home .header .section--artist .block-first {
    width: 100%;
    aspect-ratio: 1/0.8;
  }
  .page--home .section--artist .block-first .badge,
  .page--home .header .section--artist .block-first .badge {
    left: 7%;
  }
  .page--home .section--artist .block-second,
  .page--home .header .section--artist .block-second {
    width: 100%;
    aspect-ratio: 1/0.8;
    margin-top: 80px;
  }
  .page--home .section--artist .block-second .photo,
  .page--home .header .section--artist .block-second .photo {
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
            clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  }
  .page--home .section--artist .block-second .photo img,
  .page--home .header .section--artist .block-second .photo img {
    width: 110%;
    transform: rotate(-38deg);
  }
  .page--home .section--artist .block-second .badge,
  .page--home .header .section--artist .block-second .badge {
    left: 7%;
  }
  .page--home .section--artist .badge,
  .page--home .header .section--artist .badge {
    top: -18px;
    width: 160px;
    height: 36px;
    font-size: 18px;
    filter: drop-shadow(0 0 10px #48FFFE);
  }
  .page--home .section--artist .artist-name,
  .page--home .header .section--artist .artist-name {
    bottom: -20px;
    right: 0;
    width: 51.2vw;
    aspect-ratio: 1/0.25;
  }
  .page--home .section--artist .artist-name img,
  .page--home .header .section--artist .artist-name img {
    width: 80%;
    height: auto;
  }
  .page--home .section--howto,
  .page--home .header .section--howto {
    margin-top: 150px;
    padding: 207px 7.3vw;
    -webkit-clip-path: polygon(0 87px, 100% 0, 100% calc(100% - 87px), 0 100%);
            clip-path: polygon(0 87px, 100% 0, 100% calc(100% - 87px), 0 100%);
  }
  .page--home .section--howto .block-howto,
  .page--home .header .section--howto .block-howto {
    position: relative;
  }
  .page--home .section--howto .block-howto .content-tit,
  .page--home .header .section--howto .block-howto .content-tit {
    font-size: min(6.9vw, 42px);
  }
  .page--home .section--howto .block-howto .content-tit span,
  .page--home .header .section--howto .block-howto .content-tit span {
    padding: 0 10px;
  }
  .page--home .section--howto .block-howto .slide-wrap,
  .page--home .header .section--howto .block-howto .slide-wrap {
    margin-top: min(-7.17vw, -42px);
  }
  .page--home .section--howto .block-howto .txt,
  .page--home .header .section--howto .block-howto .txt {
    margin-top: -7.6vw;
    padding: 25px 25px 50px;
    width: 280px;
  }
  .page--home .section--howto .block-howto .txt .btn--more,
  .page--home .header .section--howto .block-howto .txt .btn--more {
    position: absolute;
    bottom: max(-8.13vw, -31.72px);
    right: max(25px - 4.51vw, 7.4px);
  }
  .page--home .section--howto .block-howto .slide,
  .page--home .header .section--howto .block-howto .slide {
    width: 120%;
    aspect-ratio: 1/0.7;
    position: inherit;
  }
  .page--home .section--howto .block-howto .pagination--wrap,
  .page--home .header .section--howto .block-howto .pagination--wrap {
    bottom: -30px;
    left: 0;
  }
  .page--home .section--howto .block-howto:nth-of-type(odd) .content-tit span,
  .page--home .section--howto .block-howto:nth-of-type(odd) .txt,
  .page--home .header .section--howto .block-howto:nth-of-type(odd) .content-tit span,
  .page--home .header .section--howto .block-howto:nth-of-type(odd) .txt {
    margin-left: auto;
  }
  .page--home .section--howto .block-howto:nth-of-type(odd) .slide,
  .page--home .header .section--howto .block-howto:nth-of-type(odd) .slide {
    transform: perspective(100vw) rotateY(15deg);
    transform-origin: left;
  }
  .page--home .section--howto .block-howto:nth-of-type(odd) .pagination--wrap,
  .page--home .header .section--howto .block-howto:nth-of-type(odd) .pagination--wrap {
    margin-left: calc(100% - 280px);
  }
  .page--home .section--howto .block-howto:nth-of-type(even) .slide,
  .page--home .header .section--howto .block-howto:nth-of-type(even) .slide {
    transform: perspective(100vw) rotateY(-15deg);
    transform-origin: right;
    margin-left: -20%;
  }
  .page--home .section--howto .block-howto + .block-howto,
  .page--home .header .section--howto .block-howto + .block-howto {
    margin-top: 150px;
  }
  .page--home .section--howto .block-store,
  .page--home .header .section--howto .block-store {
    margin: 120px auto 0;
  }
  .page--home .section--howto .block-store .content-tit,
  .page--home .header .section--howto .block-store .content-tit {
    font-size: min(6.15vw, 36px);
  }
  .page--home .section--howto .block-store .store-item-list,
  .page--home .header .section--howto .block-store .store-item-list {
    gap: 7.3vw;
  }
  .page--home .section--howto .block-store .store-item-list li,
  .page--home .header .section--howto .block-store .store-item-list li {
    width: calc(50% - 3.65vw);
  }
  .page--home .section--howto .block-store .store-item-list li .thumb,
  .page--home .header .section--howto .block-store .store-item-list li .thumb {
    margin-bottom: 0.5em;
  }
  .page--home .section--howto .block-store .store-item-list li .thumb .tag,
  .page--home .header .section--howto .block-store .store-item-list li .thumb .tag {
    bottom: 0.7em;
    left: 0.7em;
  }
  .page--home .section--howto .block-store .btn,
  .page--home .header .section--howto .block-store .btn {
    width: 90%;
    max-width: 400px;
    margin: 3em auto 0;
  }
  .page--home .section--info,
  .page--home .header .section--info {
    padding: 0 5.12vw;
    width: 100%;
    margin: 150px auto;
  }
  .page--home .section--info .content-tit,
  .page--home .header .section--info .content-tit {
    padding: 10px 30px;
    left: 5.12vw;
  }
  .page--home .section--info .inner,
  .page--home .header .section--info .inner {
    padding: 50px 30px;
  }
  .page--home .section--info .inner:before, .page--home .section--info .inner::after,
  .page--home .header .section--info .inner:before,
  .page--home .header .section--info .inner::after {
    width: 12%;
  }
  .page--home .section--info .list--info li .date,
  .page--home .header .section--info .list--info li .date {
    margin-bottom: 0.5em;
  }
  .page--home .section--info .list--info li + li,
  .page--home .header .section--info .list--info li + li {
    margin-top: 20px;
  }
  .page--home .section--info .btn--more,
  .page--home .header .section--info .btn--more {
    position: absolute;
    bottom: max(-8.13vw, -31.72px);
    right: max(0.61vw, 5.12vw - 17.6px);
  }
  body:not(.page--home) .header {
    background-color: transparent;
  }
  body:not(.page--home) .drawer__btn {
    width: 30px;
    height: auto;
    aspect-ratio: 1/0.6;
    z-index: 1000;
    mix-blend-mode: normal;
  }
  body:not(.page--home) .drawer__btn span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s 0s ease;
  }
  body:not(.page--home) .drawer__btn span:first-of-type {
    top: 0;
  }
  body:not(.page--home) .drawer__btn span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  body:not(.page--home) .drawer__btn span:last-of-type {
    top: auto;
    bottom: 0;
  }
  body:not(.page--home).drawer-visible .drawer__btn span {
    width: 110%;
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  body:not(.page--home).drawer-visible .drawer__btn span:first-of-type {
    transform: rotate(30deg);
  }
  body:not(.page--home).drawer-visible .drawer__btn span:last-of-type {
    transform: rotate(-30deg);
  }
  .page--information .list--information .list__item .block--txt .date {
    font-size: 13px;
  }
  .page--information .list--information .list__item .block--txt .tit {
    font-size: 14px;
  }
  .page--feature .section--detail.support .section-tit {
    font-size: 28px;
  }
  .page--feature .section--detail.support .section-subtit {
    font-size: 20px;
  }
  footer,
  .page--home footer {
    padding: 50px 5.12vw;
  }
  footer .inner,
  .page--home footer .inner {
    width: 100%;
  }
  footer .block--app .info--wrap,
  .page--home footer .block--app .info--wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    font-size: 12px;
  }
  footer .block--app .info--wrap .icon-app,
  .page--home footer .block--app .info--wrap .icon-app {
    width: 80px;
    margin: 0 auto 20px;
  }
  footer .btn--wrap,
  .page--home footer .btn--wrap {
    justify-content: center;
    gap: 10px;
    height: 40px;
  }
  footer .block--support,
  .page--home footer .block--support {
    margin-top: 40px;
    font-size: 12px;
    text-align: center;
  }
  footer .list--support,
  .page--home footer .list--support {
    display: block;
  }
}/*# sourceMappingURL=fanclub-service.css.map */