@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* common */
body {
  color: #ffffff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
}

body:not(.page--home) .container {
  position: relative;
}
body:not(.page--home) .header {
  background: transparent;
}

body, .wrap {
  background: none;
}

.wrap {
  position: relative;
  background-color: #404040;
}
.wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff url(/static/fcopen/fanplakit/artist/meteorites_etpp801i/img/bg.jpg) no-repeat center top;
  background-size: cover;
  mix-blend-mode: overlay;
}
.wrap::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: #404040;
  /*mix-blend-mode: overlay;*/
}

.category, .section-tit, .block--share .share, .list--schedule .block--date, .list--faq .icon--q, .list--qa .list__item a::before, .list--thumbnail .list__item .thumb .limited-thumb span, .detail__btn a, .header .g-nav .g-nav--item a, .list__more a, .list__item.new .tit::after, .tit .limited::after, .limited .section-tit::after, .tit .free::after, .free .section-tit::after, .block--pager li, .date, .block--category li, .block--month, .page--qa .tit--q span, .page--qa .tit--a, .page--qa .name span, .page--faq .block--faq-detail span.icon--q, .page--faq .block--faq-detail span.icon--a, .g-nav--item__mypage {
  opacity: 1;
  color: #ffffff;
  font-family: "Orbitron", sans-serif;
  font-weight: bold;
}

ul li {
  list-style: none !important;
}

.header {
  height: auto !important;
}
.header .logo {
  position: relative;
}
.header .logo a {
  padding: 0;
}
.header .g-nav .nav li a {
  color: #ffffff;
}
.header .g-nav .nav li a:hover::after {
  background: #262828;
  color: #262828;
}

.drawer {
  background: transparent !important;
}
.drawer .nav--official {
  background: rgba(255, 255, 255, 0.96) !important;
}
.drawer .nav--official .g-nav--item a {
  color: #404040 !important;
}
.drawer .nav--member {
  background: rgba(0, 0, 0, 0.96) !important;
}
.drawer .nav--member .g-nav--item a {
  color: #ffffff !important;
}
.drawer .nav__list--sns li a {
  color: #404040 !important;
}
.drawer .nav__list--login li a {
  border: solid 1px #ffffff;
  border-radius: 3px !important;
  border-top-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  background: rgba(0, 0, 0, 0.8) !important;
  color: #ffffff !important;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-weight: bold !important;
}
.drawer .nav__list--login li:last-of-type {
  margin-right: 0 !important;
}

.drawer__btn {
  top: 0 !important;
  right: 0 !important;
  background: url(/static/fcopen/fanplakit/artist/meteorites_etpp801i/img/menu--btn.svg) no-repeat center center;
  background-size: contain;
  mix-blend-mode: unset;
  transition: 0.3s;
}
.drawer__btn span {
  display: none;
}

.drawer-visible .drawer__btn {
  background: url(/static/fcopen/fanplakit/artist/meteorites_etpp801i/img/menu--btn--close.svg) no-repeat center center;
  transform: rotateX(360deg);
  transition: 0.3s;
}

.window-scroll .header {
  background: #404040;
}

footer {
  border-top: solid 1px #ffffff;
  background: none;
}
footer .bg {
  display: none;
}
footer .list-tit {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-weight: bold !important;
}
footer .copyright {
  color: #ffffff !important;
}
footer .nav__list--sns li a {
  color: #ffffff;
}
footer .list--support .list__item a {
  color: #ffffff;
}

.detail__btn a {
  color: #ffffff;
}
.detail__btn a:hover::after {
  background: #ffffff;
  color: #ffffff;
}
.detail__btn a::after {
  background: #ffffff;
  color: #ffffff;
}

.list__more a {
  position: relative;
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
  font-family: "Orbitron" !important;
}
.list__more a::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  background: #ffffff;
  transition: left 0.3s ease;
}
.list__more a::after {
  content: "";
  display: block;
  position: absolute;
  left: auto !important;
  background: #ffffff;
  transform-origin: left;
}
.list__more a:hover::before {
  left: calc(100% - 4px);
}
.list__more a:hover::after {
  transform: rotate(30deg);
}

.tit .limited::after {
  color: #ffffff;
}

.btn .btn--main {
  border: solid 1px #ffffff;
  border-radius: 3px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: rgba(64, 64, 64, 0.6);
  color: #ffffff;
}
.btn .btn--sub {
  border-color: #ffffff;
  color: #ffffff;
}

.section--login .block--login .nav--login li a {
  border: solid 1px #ffffff;
  border-radius: 3px !important;
  border-top-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  background: rgba(0, 0, 0, 0.8) !important;
  color: #ffffff !important;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-weight: normal;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
}
.section--login .block--login .nav--login li a:hover {
  opacity: 1;
  border-color: #FFFAAF;
  color: #FFFAAF !important;
}
.section--login .block--login .nav--login li:last-of-type {
  margin-right: 0 !important;
}

.limited .section-tit::after {
  background: #262828;
  color: #404040;
}

.block--share a {
  color: #ffffff;
}
.block--share .line svg {
  fill: #ffffff;
}

.page--faq .block--faq-detail {
  border-color: #ffffff;
}
.page--faq .block--faq-detail span.icon--q {
  border-color: #ffffff;
  color: #ffffff;
}
.page--faq .block--faq-detail span.icon--a {
  background: #FFFAAF;
  color: #404040;
}

input[readonly=readonly] {
  background: #262828;
  color: #ffffff;
}

.block--category li a::after {
  background: #262828;
  color: #262828;
}

.item--centering {
  text-align: center;
}

.txt--notice {
  color: #cc0000;
}

.item--notice {
  width: 90%;
  max-width: 960px !important;
  margin: 2em auto 0;
  color: #ffffff;
  line-height: 1.4;
}

.tit > [class*=-member] {
  display: none;
}

.list .tit {
  line-height: 1.5;
}

.block--contents {
  position: relative;
}
.block--contents::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #ffffff;
  border-left: none;
  background: linear-gradient(120deg, rgba(255, 254, 239, 0.2) 0%, rgba(255, 254, 239, 0.1) 80%, rgba(255, 254, 239, 0) 100%);
  transform-style: preserve-3d;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.7), inset 0 0 30px rgba(255, 255, 255, 0.7);
}
.block--contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: solid 1px #E664FF;
  border-left: none;
  background: none;
  transform-style: preserve-3d;
  transition: opacity;
  box-shadow: 0 0 40px #e664ff, inset 0 0 100px #e664ff;
  animation: fade-in-out 5s linear infinite;
  animation-delay: 0.5s;
}
.block--contents > * {
  position: relative;
  z-index: 1;
}
.block--contents .block--title + * {
  padding: 0 !important;
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body:not(.page--home) .wrap > .logo.sp {
  display: none !important;
}
body:not(.page--home) .wrap .header > .logo.pc {
  display: block !important;
}

/* Loading */
#loading-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: black;
  transition: opacity 0.6s ease;
}

#loading-overlay img {
  width: 60%;
  max-width: 1000px;
  height: auto;
  animation: item--rotate 1s linear infinite;
  transform-origin: center;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

#loading-overlay.is-loaded {
  opacity: 0;
  pointer-events: none;
}

@keyframes item--rotate {
  0% {
    transform: scale(1.1) rotate(0deg);
  }
  70% {
    transform: scale(1.5) rotate(270deg);
  }
  100% {
    transform: scale(1.1) rotate(360deg);
  }
}
.page--home .view__area {
  position: relative;
}
.page--home .logo {
  display: none !important;
}
.page--home .section--hero-img {
  align-items: flex-start;
  height: auto;
}
.page--home .section--hero-img .block--hero-img img:not(.cover) {
  position: relative;
}
.page--home .section--banner {
  position: relative;
  z-index: 1;
}
.page--home .block--content-wrap {
  display: block;
  background: #dddad0;
}
.page--home .block--content-wrap .block--contents {
  z-index: 1;
}
.page--home .block--content-wrap .block--contents .list .block--txt:first-of-type {
  margin-top: 0;
}
.page--home .block--content-wrap .block--contents .list--schedule .block--txt {
  margin-top: 0 !important;
}
.page--home .block--content-wrap .block--contents--groupe .block--contents .block--txt {
  margin-top: 0 !important;
}
.page--home .section--schedule.block--contents::before {
  border: solid 1px #47FF47;
  box-shadow: 0 0 40px #47ff47, inset 0 0 100px #47ff47;
  animation-delay: 0.8s;
}
.page--home .section--video.block--contents::before {
  border: solid 1px #00e4ff;
  box-shadow: 0 0 40px #00e4ff, inset 0 0 100px #00e4ff;
  animation-delay: 1.6s;
}
.page--home .section--movie.block--contents::before {
  border: solid 1px #ffe156;
  box-shadow: 0 0 40px #ffe156, inset 0 0 100px #ffe156;
  animation-delay: 2s;
}
.page--home .section--photo.block--contents::before {
  border: solid 1px #b052ff;
  box-shadow: 0 0 40px #b052ff, inset 0 0 100px #b052ff;
  animation-delay: 2.5s;
}
.page--home .section--qa.block--contents::before {
  border: solid 1px #dd2a30;
  box-shadow: 0 0 40px #dd2a30, inset 0 0 100px #dd2a30;
  animation-delay: 3s;
}
.page--home .section--radio.block--contents::before {
  border: solid 1px #ffffff;
  box-shadow: 0 0 40px white, inset 0 0 100px white;
  animation-delay: 3s;
}
.page--home .block--loop-text {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  background: transparent;
}
.page--home .block--loop-text .block--loop-text-content {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-right-to-left 50s linear infinite;
}
.page--home .block--loop-text .block--loop-text-content p {
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  font-family: "Orbitron", sans-serif;
  white-space: nowrap;
}
@keyframes scroll-right-to-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.page--home .block--carousel .list--thumbnail {
  margin: 0 !important;
}
.page--home .block--carousel .list--thumbnail .list__item {
  margin: 0 !important;
}
.page--home .block--carousel .list--thumbnail .slick-arrow {
  display: none !important;
}
.page--home .block--carousel .list--thumbnail .slick-dots {
  margin-top: 1.2em;
  text-align: left;
}
.page--home .block--carousel .list--thumbnail .slick-dots > li {
  width: 12px;
  height: 12px;
}
.page--home .block--carousel .list--thumbnail .slick-dots > li:first-of-type {
  margin-left: 0 !important;
}
.page--home .block--carousel .list--thumbnail .slick-dots > li button::before {
  opacity: 1;
  width: 12px;
  height: 12px;
  border: solid 1px #ffffff;
  background-color: transparent;
}
.page--home .block--carousel .list--thumbnail .slick-dots > li.slick-active button::before {
  background-color: #ffffff !important;
}
.page--home .area--official, .page--home .area--fc {
  padding: 0 !important;
}
.page--home .area--official {
  background: none !important;
}
.page--home .area--official .block--contents {
  position: relative;
  background: transparent !important;
}
.page--home .area--official .block--contents:nth-of-type(odd) {
  justify-content: flex-end !important;
  margin-right: 4vw;
  margin-left: auto;
}
.page--home .area--official .block--contents:nth-of-type(odd)::after {
  margin-left: auto;
  background: linear-gradient(120deg, rgba(255, 254, 239, 0.2) 0%, rgba(255, 254, 239, 0.1) 80%, rgba(255, 254, 239, 0) 100%);
  transform: perspective(800px) rotateY(-10deg);
}
.page--home .area--official .block--contents:nth-of-type(odd)::before {
  content: "";
  margin-left: auto;
  transform: perspective(800px) rotateY(-10deg);
}
.page--home .area--fc {
  position: relative;
}
.page--home .area--fc .logo--fc, .page--home .area--fc .logo--fc img {
  z-index: 1;
  max-width: 600px !important;
}
.page--home .area--fc .block--contents {
  justify-content: center !important;
}
.page--home .area--fc .block--contents .list a, .page--home .area--fc .block--contents .list--thumbnail a {
  color: #FFFAAF;
}
.page--home .area--fc .block--contents .list a .date, .page--home .area--fc .block--contents .list--thumbnail a .date {
  color: #FFFAAF;
}
.page--home .area--fc .block--contents .list a::before, .page--home .area--fc .block--contents .list--thumbnail a::before {
  color: #FFFAAF;
}
.page--home .area--fc .block--contents .list a .ico--play, .page--home .area--fc .block--contents .list--thumbnail a .ico--play {
  stroke: #FFFAAF;
}
.page--home .area--fc .block--contents.limited .section-tit {
  position: relative;
  color: #FFFAAF;
}
.page--home .area--fc .block--contents.limited .section-tit::after {
  position: absolute;
  padding: 0;
  background: none;
  color: #FFFAAF;
  font-size: 10px;
}
.page--home .area--fc .block--contents.limited .section-tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/static/fcopen/fanplakit/artist/meteorites_etpp801i/img/parts--deco--stripe.svg) no-repeat left top;
  background-size: contain;
  aspect-ratio: 24/6;
}
.page--home .area--fc .block--contents::after {
  border: solid 1px #FFFAAF;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.page--home .area--fc .block--contents > * {
  color: #FFFAAF;
}
.page--home .area--fc .block--contents .list__more {
  color: #FFFAAF;
}
.page--home .area--fc .block--contents .list__more a {
  border-color: #FFFAAF;
  color: #FFFAAF;
}
.page--home .area--fc .block--contents .list__more a::before, .page--home .area--fc .block--contents .list__more a::after {
  background-color: #FFFAAF;
  color: #FFFAAF;
}
.page--home .area--fc::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  background-color: #ffffff;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.list--schedule .block--date {
  min-width: 120px;
}
.list--schedule .block--date > [class^=block--date] .block--date__month::after {
  background-color: #ffffff;
}
.list--schedule .block--txt {
  padding-left: 130px;
}

.block--logo--bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  mix-blend-mode: soft-light;
}

.block--pager li::before {
  background: #ffffff;
  color: #ffffff;
}

.list__item.new .date::after, .list--info .block--txt.new .date::after {
  content: "NEW";
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.8em;
  padding: 0.24em 0.8em 0.24em;
  background-color: #ffffff;
  color: #404040 !important;
  font-family: "Orbitron", sans-serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
}

.list__item.new .tit::after, .list--info .block--txt.new .tit::after {
  display: none !important;
}

/* page--qa */
.page--qa .section--detail .block__question {
  background: rgba(255, 255, 255, 0.9);
}
.page--qa .section--detail .block__answer {
  background: rgba(255, 250, 175, 0.9);
}
.page--qa .section--detail .tit--a, .page--qa .section--detail .tit--q {
  color: rgba(64, 64, 64, 0.9);
}
.page--qa .section--detail .tit--a:first-letter, .page--qa .section--detail .tit--q:first-letter {
  color: #404040;
}
.page--qa .section--detail .tit--a span, .page--qa .section--detail .tit--q span {
  color: rgba(64, 64, 64, 0.9);
}
.page--qa .section--detail .tit--a span:first-letter, .page--qa .section--detail .tit--q span:first-letter {
  color: #404040;
}
.page--qa .section--detail .form--confirm dt {
  opacity: 0.8;
}

/* page--entry */
.page--feature .page--introduction .block--logo {
  max-height: none;
}
.page--feature .page--introduction .block--logo .artistname {
  display: none;
}
.page--feature .page--introduction .block--login__member li {
  background: #FFFAAF;
  color: #404040;
}
.page--feature .page--introduction .block--service .block--service__contents img {
  display: block;
  margin: 0 auto;
}
.page--feature .page--introduction .block--service .block--service__contents li .inner span {
  background: #FFFAAF;
  color: #404040;
}

/* page--biography */
.page--biography .container .section--detail {
  max-width: 1600px;
  margin: 0 auto;
}
.page--biography .container .section--detail .artist--photo {
  width: 100%;
}
.page--biography .container .section--detail .txt--lead {
  margin: 0 auto;
}
.page--biography .container .section--detail .block--biography--list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.page--biography .container .section--detail .block--biography--list > li .thumb {
  margin-bottom: 0;
}
.page--biography .container .section--detail .block--biography--list > li .block--txt {
  background: rgba(0, 0, 0, 0.65);
}
.page--biography .container .section--detail .block--biography--list > li .block--txt .name {
  text-align: center;
}
.page--biography .container .section--detail .block--biography--list > li .block--txt > dl {
  display: flex;
}
.page--biography .container .section--detail .block--biography--list > li .block--txt > dl dt {
  opacity: 0.9;
  font-weight: normal;
  line-height: 1;
}
.page--biography .container .section--detail .block--biography--list > li .block--txt > dl dd {
  line-height: 1;
}
.page--biography .container .section--detail .block--biography--list > li .block--txt > dl dd .block--sns {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.page--biography .container .section--detail .block--biography--list > li .block--txt > dl dd .block--sns li i {
  font-style: normal;
}
.page--biography .container .section--detail .block--biography--list > li .block--txt > dl dd .block--sns li img {
  width: 100%;
}
.page--biography .container .section--detail .block--biography--list > li .block--txt > dl dd .block--sns li:last-of-type {
  margin-right: 0;
  margin-left: -0.4em;
}

/* page--support */
.section--detail.support .detail_table th, .section--detail.support .detail_table td {
  background-color: #404040;
}
.section--detail .block--txt a {
  color: #ffffff;
  text-decoration: underline;
}

/* pc */
@media screen and (min-width: 961px) {
  .header .logo {
    width: clamp(150px, 20vw, 240px);
    margin-top: 2.5em;
    margin-left: 2.5em;
  }
  .header .logo a {
    padding: 0 !important;
  }
  .drawer .nav--member {
    padding-top: 3vw !important;
  }
  .drawer .nav__list--login li {
    margin-right: 1.2em;
  }
  .drawer .nav__list--login li a {
    font-size: 16px !important;
  }
  .drawer__btn {
    width: 80px;
    height: 80px;
  }
  .block--logo--bg img {
    width: 58vw;
    margin-top: -66vh;
  }
  .list__more a {
    padding-right: 0.3em;
    padding-bottom: 0.6em;
    font-size: 12px;
  }
  .list__more a::before {
    bottom: -4px;
    left: -6px;
    width: 8px;
    height: 8px;
  }
  .list__more a::after {
    right: -0.4em;
    bottom: -0.07em !important;
    width: 1px;
    height: 1.4em;
    transform: rotate(30deg);
  }
  .block--contents {
    margin-bottom: 10em !important;
    margin-left: 4vw;
  }
  .block--contents::before {
    transform: perspective(800px) rotateY(10deg);
  }
  .block--contents::after {
    transform: perspective(800px) rotateY(10deg);
  }
  .page--home .section--banner {
    padding-top: 5vw !important;
    padding-bottom: 8em !important;
  }
  .page--home .block--logo--bg img {
    margin-top: -36vh;
  }
  .page--home .block--loop-text {
    transform: rotate(-4.3deg);
  }
  .page--home .block--loop-text .block--loop-text-content p {
    padding: 0 0.5em;
    font-size: 4em;
  }
  .page--home .block--content-wrap {
    background-color: #404040 !important;
  }
  .page--home .block--content-wrap .block--contents {
    width: 90% !important;
    max-width: 1920px;
    padding: 9% 0 !important;
  }
  .page--home .block--content-wrap .block--contents .list, .page--home .block--content-wrap .block--contents .list--thumbnail {
    width: 60% !important;
    min-height: 200px;
  }
  .page--home .block--content-wrap .block--contents .list .block--txt, .page--home .block--content-wrap .block--contents .list--thumbnail .block--txt {
    margin-top: 1.5em;
  }
  .page--home .block--content-wrap .block--contents .list .block--txt .date, .page--home .block--content-wrap .block--contents .list--thumbnail .block--txt .date {
    font-size: 10px;
  }
  .page--home .block--content-wrap .block--contents::after {
    box-shadow: 0 0 8px rgba(255, 250, 175, 0.7), 0 0 16px rgba(255, 250, 175, 0.5), 0 0 24px rgba(255, 250, 175, 0.3), inset 0 0 8px rgba(255, 250, 175, 0.4), inset 0 0 16px rgba(255, 250, 175, 0.2);
  }
  .page--home .block--content-wrap .block--contents:nth-of-type(odd)::after {
    margin-right: 3%;
    margin-left: auto;
    transform: perspective(800px) rotateY(-10deg);
  }
  .page--home .block--content-wrap .block--contents:nth-of-type(odd)::before {
    content: "";
    margin-right: 3%;
    margin-left: auto;
    transform: perspective(800px) rotateY(-10deg);
  }
  .page--home .block--content-wrap .block--contents--groupe {
    display: flex;
    margin-top: 14em;
  }
  .page--home .block--content-wrap .block--contents--groupe > .block--contents {
    flex-wrap: wrap;
    width: 48% !important;
  }
  .page--home .block--content-wrap .block--contents--groupe > .block--contents .block--title {
    display: flex;
    align-items: center;
  }
  .page--home .block--content-wrap .block--contents--groupe .section--qa {
    justify-content: flex-start !important;
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .page--home .block--content-wrap .block--contents--groupe .section--qa::before, .page--home .block--content-wrap .block--contents--groupe .section--qa::after {
    margin-right: 0;
    margin-left: -6vw;
    transform: perspective(800px) rotateY(-16deg) !important;
  }
  .page--home .block--content-wrap .block--contents--groupe .section--qa > * {
    width: 72% !important;
    margin-left: clamp(3.5em, 3.5vw, 5em);
  }
  .page--home .block--content-wrap .block--contents--groupe .section--radio {
    justify-content: flex-end;
    margin-right: 0;
    margin-left: auto;
  }
  .page--home .block--content-wrap .block--contents--groupe .section--radio::before, .page--home .block--content-wrap .block--contents--groupe .section--radio::after {
    margin-left: -3%;
    transform: perspective(800px) rotateY(-16deg) !important;
  }
  .page--home .block--content-wrap .block--contents--groupe .section--radio > * {
    width: 72% !important;
  }
  .page--home .area--official > .block--contents .block--title {
    width: auto !important;
    margin-right: 8%;
  }
  .page--home .area--official > .block--contents .block--title .section-tit {
    font-size: clamp(25px, 3vw, 30px) !important;
  }
  .page--home .area--official > .block--contents .list__more {
    margin-top: 4em;
  }
  .page--home .area--official > .block--contents:nth-of-type(odd)::after {
    margin-right: 3%;
  }
  .page--home .area--official > .block--contents:nth-of-type(odd)::before {
    margin-right: 3%;
  }
  .page--home .area--official > .block--contents.section--video {
    padding: 5vw 0 1vw !important;
  }
  .page--home .area--official > .block--contents.section--video::before, .page--home .area--official > .block--contents.section--video::after {
    transform: perspective(800px) rotateY(8deg);
  }
  .page--home .area--fc .section--login .block--login .nav--login li {
    margin-right: 1.5em;
  }
  .page--home .area--fc .section--login .block--login .nav--login li a {
    font-size: 22px !important;
  }
  .page--home .area--fc .section--login .block--login .nav--login li.g-nav--item__mypage a {
    padding: 0.65em 1.6em 0.75em !important;
  }
  .page--home .area--fc .section--login .block--login .nav--login li.g-nav--item__mypage + .g-nav--item__login a {
    padding: 0.7em 1.6em;
  }
  .page--home .area--fc .block--contents {
    flex-wrap: wrap;
  }
  .page--home .area--fc .block--contents:nth-of-type(odd) {
    margin-right: 4vw;
    margin-left: auto;
  }
  .page--home .area--fc .block--contents:nth-of-type(2n) {
    padding-top: 6% !important;
    padding-bottom: 6% !important;
  }
  .page--home .area--fc .block--contents.limited .section-tit::after {
    top: -1.5em;
    left: 0;
    margin-left: 0;
    padding: 0;
    font-size: 10px;
  }
  .page--home .area--fc .block--contents.limited .section-tit::before {
    top: -0.31em;
    left: 1.8em;
    width: 1.26em;
  }
  .page--home .area--fc .block--title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60% !important;
    margin-right: 0 !important;
  }
  .page--home .area--fc .block--title .section-tit {
    font-size: 40px !important;
  }
  .page--home .area--fc .block--contents--groupe .block--contents {
    padding: 6% 0 !important;
  }
  .page--home .area--fc::after {
    top: -3.7vw;
    left: 0;
    height: calc(100% + 3.7vw);
    -webkit-clip-path: polygon(0% 7.5vw, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 7.5vw, 100% 0%, 100% 100%, 0% 100%);
  }
  .page--schedule .block--month ul {
    margin: -30px 0 0 !important;
  }
  .page--schedule .list--schedule .block--date > [class^=block--date] .block--date__month {
    font-size: 12px;
  }
  .page--schedule .list--schedule li .block--txt {
    padding-top: 0.1em;
    padding-left: 7.5em;
  }
  .page--schedule .list--schedule li .block--txt .category {
    font-size: 12px;
  }
  /* page--biography */
  .page--biography .container .section--detail {
    width: 90%;
  }
  .page--biography .container .section--detail .artist--name {
    font-size: 24px;
  }
  .page--biography .container .section--detail .txt--lead {
    width: 90%;
    text-align: center;
  }
  .page--biography .container .section--detail .block--biography--list {
    margin: 8em auto 0;
  }
  .page--biography .container .section--detail .block--biography--list > li {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 8%;
  }
  .page--biography .container .section--detail .block--biography--list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt {
    padding: 2em 3em 1.5em;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt .name {
    font-size: 24px;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt .name span {
    display: block;
    font-size: 12px;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt .block--profile--message {
    margin: 1.5em auto 1.5em;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt > dl {
    margin-bottom: 1.6em;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt > dl dt {
    opacity: 0.9;
    min-width: 6em;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt > dl dd .block--sns li {
    width: 1em;
    margin-right: 1em;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt > dl dd .block--sns li.nav--sns--twitcast {
    width: 1.2em;
  }
}
/* sp */
@media screen and (max-width: 960px) and (min-width: 1px) {
  .header .logo {
    top: 0;
    left: 0;
    width: clamp(120px, 32vw, 220px);
    height: auto;
    margin-top: 2em;
    margin-left: 1.5em;
  }
  .header .logo a {
    padding: 0 !important;
  }
  .drawer .nav--official {
    min-height: 40vh;
  }
  .drawer .nav--member {
    min-height: 60vh;
  }
  .drawer .nav__list--login li {
    margin-right: 1.2em;
  }
  .drawer .nav__list--login li a {
    font-size: 16px !important;
  }
  .drawer__btn {
    width: 60px;
    height: 60px;
  }
  .block--logo--bg img {
    width: 90vw;
    margin-top: -66vh;
  }
  .block--contents {
    margin-bottom: 5em !important;
    margin-left: 0;
  }
  .block--contents::before {
    transform: perspective(800px) rotateY(12deg);
  }
  .block--contents::after {
    transform: perspective(800px) rotateY(12deg);
  }
  .list__more a {
    padding-right: 0.3em;
    padding-bottom: 0.6em;
    font-size: 10px;
  }
  .list__more a::before {
    bottom: -4px;
    left: -6px;
    width: 8px;
    height: 8px;
  }
  .list__more a::after {
    right: -0.3em;
    bottom: -0.15em !important;
    width: 1px;
    height: 1.4em;
    transform: rotate(30deg);
  }
  .page--home .section--hero-img .block--hero-img {
    max-height: none;
  }
  .page--home .section--hero-img .block--hero-img .sp {
    max-height: none;
  }
  .page--home .section--hero-img .block--hero-img .sp + img {
    display: none;
  }
  .page--home .block--logo--bg img {
    margin-top: -36vh;
  }
  .page--home .section--banner {
    padding-top: 5vw !important;
    padding-bottom: 8em !important;
  }
  .page--home .block--loop-text {
    transform: rotate(-4deg);
  }
  .page--home .block--loop-text .block--loop-text-content p {
    padding: 0 0.3em;
    font-size: 2em;
  }
  .page--home .block--content-wrap {
    background-color: #404040 !important;
  }
  .page--home .block--content-wrap .block--contents {
    width: 96% !important;
    max-width: 960px;
    padding: 9% 0 !important;
    padding-right: 4% !important;
  }
  .page--home .block--content-wrap .block--contents .list, .page--home .block--content-wrap .block--contents .list--thumbnail {
    min-height: 100px;
  }
  .page--home .block--content-wrap .block--contents .list .block--txt, .page--home .block--content-wrap .block--contents .list--thumbnail .block--txt {
    margin-top: 1.5em;
  }
  .page--home .block--content-wrap .block--contents .list .block--txt .tit, .page--home .block--content-wrap .block--contents .list--thumbnail .block--txt .tit {
    font-size: 14px;
  }
  .page--home .block--content-wrap .block--contents .list .block--txt .date, .page--home .block--content-wrap .block--contents .list--thumbnail .block--txt .date {
    font-size: 10px;
  }
  .page--home .block--content-wrap .block--contents::after {
    box-shadow: 0 0 8px rgba(255, 250, 175, 0.7), 0 0 16px rgba(255, 250, 175, 0.5), 0 0 24px rgba(255, 250, 175, 0.3), inset 0 0 8px rgba(255, 250, 175, 0.4), inset 0 0 16px rgba(255, 250, 175, 0.2);
  }
  .page--home .block--content-wrap .block--contents:nth-of-type(odd) {
    padding-right: 0 !important;
    padding-left: 4% !important;
  }
  .page--home .block--content-wrap .block--contents:nth-of-type(odd)::after {
    transform: perspective(800px) rotateY(-12deg);
  }
  .page--home .block--content-wrap .block--contents:nth-of-type(odd)::before {
    content: "";
    transform: perspective(800px) rotateY(-12deg);
  }
  .page--home .block--content-wrap .block--contents > * {
    width: 88% !important;
    margin: 0 auto !important;
  }
  .page--home .block--content-wrap .block--contents .block--title {
    margin-bottom: 1.5em !important;
  }
  .page--home .block--content-wrap .block--contents--groupe > .block--contents {
    flex-wrap: wrap;
  }
  .page--home .block--content-wrap .block--contents--groupe > .block--contents .block--title {
    display: flex;
    align-items: center;
  }
  .page--home .area--official .block--contents .block--title {
    margin: 0 auto;
  }
  .page--home .area--official .block--contents .block--title .section-tit {
    margin-bottom: 0;
    padding-right: 0;
    font-size: clamp(20px, 5vw, 30px) !important;
  }
  .page--home .area--official .block--contents .list__more a {
    font-size: 10px;
  }
  .page--home .area--official .block--contents:nth-of-type(odd) {
    margin-left: auto;
    margin-right: 0;
  }
  .page--home .area--official .block--contents:nth-of-type(odd)::after {
    margin-right: 3%;
  }
  .page--home .area--official .block--contents:nth-of-type(odd)::before {
    margin-right: 3%;
  }
  .page--home .area--fc .section--login .block--login .nav--login li {
    margin-right: 1.2em;
  }
  .page--home .area--fc .section--login .block--login .nav--login li a {
    font-size: 16px !important;
  }
  .page--home .area--fc .section--login .block--login .nav--login li.g-nav--item__mypage a {
    padding: 0.65em 1.6em 0.75em !important;
  }
  .page--home .area--fc .section--login .block--login .nav--login li.g-nav--item__mypage + .g-nav--item__login a {
    padding: 0.7em 1.6em;
  }
  .page--home .area--fc .section--login {
    padding: 10vw 0 10vw !important;
  }
  .page--home .area--fc .block--contents {
    flex-wrap: wrap;
    padding: 16% 0 !important;
    padding-right: 4% !important;
  }
  .page--home .area--fc .block--contents:nth-of-type(odd) {
    margin-left: auto;
    padding-right: 0 !important;
  }
  .page--home .area--fc .block--contents:nth-of-type(odd)::after {
    margin-right: 3%;
  }
  .page--home .area--fc .block--contents:nth-of-type(odd)::before {
    margin-right: 3%;
  }
  .page--home .area--fc .block--contents.limited .section-tit::after {
    top: -1.5em;
    left: 0;
    margin-left: 0;
    padding: 0;
    font-size: 10px;
  }
  .page--home .area--fc .block--contents.limited .section-tit::before {
    top: -0.43em;
    left: 2.3em;
    width: 1.6em;
  }
  .page--home .area--fc .block--contents .list--thumbnail.slick-slider .slick-list {
    padding: 0 !important;
  }
  .page--home .area--fc .block--title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 88% !important;
  }
  .page--home .area--fc .block--title .section-tit {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 30px;
  }
  .page--home .area--fc::after {
    top: -3.6vw;
    left: 0;
    height: calc(100% + 3.6vw + 5em);
    -webkit-clip-path: polygon(0% 7vw, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 7vw, 100% 0%, 100% 100%, 0% 100%);
  }
  .page--home footer .list-tit {
    display: flex;
    align-items: center;
    padding: 0.5em 1em;
    border: solid 1px #ffffff;
  }
  .page--home footer .list-tit::before, .page--home footer .list-tit::after {
    background-color: #ffffff;
  }
  .page--home footer .list-tit::before {
    top: 1em;
    right: calc(1em + 5px);
  }
  .page--home footer .list-tit::after {
    top: auto;
    right: 1em;
  }
  .page--home footer .list--support {
    padding: 0 1em;
  }
  .page--home footer .list--support .list__item a {
    font-size: 12px;
  }
  .page--home footer .copyright {
    margin-top: 3em;
  }
  .page--feature .page--introduction .block--logo {
    width: 60%;
    margin-bottom: 2em;
  }
  .page--schedule .block--month ul {
    margin: -21px 0 0 !important;
  }
  .page--schedule .list--schedule .block--date > [class^=block--date] .block--date__month {
    font-size: 11px;
  }
  .page--schedule .list--schedule li .block--txt {
    padding-top: 0.1em;
    padding-left: 7.5em;
  }
  /* page--biography */
  .page--biography .container .section--detail {
    width: 100%;
  }
  .page--biography .container .section--detail .artist--name {
    font-size: 22px;
  }
  .page--biography .container .section--detail .txt--lead {
    width: 100%;
  }
  .page--biography .container .section--detail .block--biography--list {
    margin: 6em auto 0;
  }
  .page--biography .container .section--detail .block--biography--list > li {
    width: 100%;
    margin-bottom: 15%;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt {
    padding: 1.5em 3em 1.2em;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt .name {
    font-size: 22px;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt .name span {
    display: block;
    font-size: 11px;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt .block--profile--message {
    margin: 1.5em auto 1.5em;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt > dl {
    margin-bottom: 1.6em;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt > dl dt {
    opacity: 0.9;
    min-width: 6em;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt > dl dd .block--sns li {
    width: 1em;
    margin-right: 1em;
  }
  .page--biography .container .section--detail .block--biography--list > li .block--txt > dl dd .block--sns li.nav--sns--twitcast {
    width: 1.2em;
  }
}