@charset "UTF-8";

/* ==========================================================================
   Reset & Base Settings
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  visibility: hidden;
}

html.wf-active,
html.wfno-load {
  visibility: visible;
}

body {
  font-family: hiragino-mincho-pron, "Shippori Mincho", "Yu Mincho", serif;
  font-weight: 300;
  font-style: normal;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited,
a:hover {
  color: #ffffff;
  text-decoration: none;
}

#wrap {
  margin: 0;
  position: relative;
}

/* ==========================================================================
   Animations
   ========================================================================== */
@keyframes anime-common_fadeIn {
  100% { opacity: 1; }
}

@keyframes anime-common_roulette-right {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

@keyframes anime-top_header_arrow_official {
  0%   { right: 8px; opacity: 1; }
  100% { right: -2px; opacity: 0; }
}

@keyframes anime-top_header_bg {
  100% { transform: translate(0, 0); opacity: 1; }
}

@keyframes anime-top_header_title {
  0%   { width: 0%; }
  100% { width: 100%; }
}

/* ==========================================================================
   TOP Page Layout
   ========================================================================== */
.sp__wrap-top {
  background-color: #ffffff;
}

/* TOP Header */
.sp__top__header {
  background-color: #ffffff;
  height: 390px;
  position: relative;
}

.sp__top__header__inner {
  position: relative;
  z-index: 1;
  max-width: 420px;
  min-width: 370px;
  height: 366px;
  padding: 52px 0 23px;
  margin: 0 auto;
}

.sp__top__header__inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("images/top_head_bg_R.svg");
  width: 153px;
  height: 153px;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transform: translate(153px, -153px);
  animation: anime-top_header_bg 0.5s ease 0.3s 1 normal forwards;
}

.sp__top__header__title {
  width: 360px;
  height: 360px;
  background-image: url("images/top_head_bg_L.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  opacity: 0;
  transform: translate(-360px, 360px);
  animation: anime-top_header_bg 0.3s ease 0.6s 1 normal forwards;
}

.sp__top__header__title__wrap {
  position: absolute;
  left: 16px;
  bottom: 41px;
}

.sp__top__header__title__wrap p {
  font-family: aw-conqueror-didot, serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  width: 0%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  animation: anime-top_header_title 0.5s ease-out 1.6s 1 normal forwards;
}

.sp__top__header__title__site { font-size: 21px; }
.sp__top__header__title__sp { font-size: 32px; }

.sp__top__header__logo {
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  width: 258px;
  z-index: 0;
}

.sp__top__header__logo::before {
  content: "";
  display: block;
  width: 267px;
  height: 267px;
  background-color: #0a0a0a;
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: -1;
  opacity: 0;
  animation: anime-common_fadeIn 0.8s ease 0.8s 1 normal forwards;
}

.sp__top__header__logo img {
  width: 100%;
  height: auto;
  opacity: 0;
  animation: anime-common_fadeIn 0.8s ease 1.1s 1 normal forwards;
}

.sp__top__header__official__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 103px;
  width: 103px;
  background-image: url("images/top_head_official_button_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  color: #000000 !important;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  animation: anime-common_fadeIn 0.8s ease 1.6s 1 normal forwards;
}

.sp__top__header__official__button::after {
  content: "";
  height: 23px;
  width: 11px;
  background-image: url("images/top_head_official_button_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  animation: anime-top_header_arrow_official 1.5s ease-in-out 10;
}

/* TOP Main Sections */
.sp__top__main {
  background-color: #000000;
  margin: 0 0 -60px;
  padding: 82px 0 0;
}

.sp__top__main__section + .sp__top__main__section {
  margin-top: 112px;
}

.sp__top__main__section {
  opacity: 0;
  animation: anime-common_fadeIn 0.7s ease 0.8s 1 normal forwards;
}

.sp__top__main__section__title__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.sp__top__main__section__title__wrap::before {
  content: "";
  width: 100px;
  height: 100px;
  background-image: url("images/top_section_title_ornament.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: auto;
  left: -34px;
  animation: anime-common_roulette-right 30s linear infinite;
}

.sp__top__main__section__title__wrap p {
  line-height: 1;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

.sp__top__main__section__title {
  font-family: aw-conqueror-didot, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  display: inline-block;
}

.sp__top__main__section__title__ruby {
  font-weight: 300;
  font-size: 12px;
  display: inline-block;
  opacity: 0.8;
}

.sp__top__main__section__inner {
  padding: 0 16px;
  max-width: 420px;
  min-width: 370px;
  margin: 0 auto;
}

.sp__top__main__section__note {
  text-align: right;
  color: #bebebe;
  font-size: 11px;
  margin-top: 32px;
}

@media screen and (max-width: 389px) {
  .sp__top__main__section__note {
    font-size: 10px;
  }
}

.sp__top__main__section__note a {
  text-decoration: underline;
  color: #bebebe;
}

/* Ticket List */
.sp__top__ticketlist {
  width: 100%;
  margin: 42px auto 0;
  padding: 0;
  list-style: none;
}

.sp__top__ticketlist li + li {
  margin-top: 24px;
}

.sp__top__ticketlist__item {
  border: 0.5px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 16px 24px 16px 16px;
}

.sp__top__ticketlist__item::after {
  content: "";
  width: 11px;
  height: 21px;
  background-image: url("images/common_arrow-w1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.ticketlist__schedule {
  font-size: 12px;
  margin: 5px 0 0;
}

.ticketlist__label__entry {
  position: absolute;
  right: 7px;
  bottom: -11px;
  border: 0.5px solid #ffffff;
  background-color: #c60072;
  font-size: 12px;
  color: #ffffff;
  width: 62px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin: 0;
}

.ticketlist__label__end {
  position: absolute;
  right: 7px;
  bottom: -11px;
  border: 1px solid #c60072;
  background-color: #000000;
  font-size: 12px;
  color: #c60072;
  width: 62px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin: 0;
}

/* Goods Button */
.sp__top__goodsbutton {
  border: 0.5px solid #ffffff;
  border-radius: 50px;
  background: linear-gradient(111deg, rgba(255, 255, 255, 0.1) 30%, rgba(100, 8, 57, 0.25) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 16px 24px 16px 16px;
  margin-top: 42px;
}

.sp__top__goodsbutton span {
  font-size: 12px;
}

.sp__top__goodsbutton::after {
  content: "";
  width: 11px;
  height: 21px;
  background-image: url("images/common_arrow-w1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

/* Schedule List */
.sp__top__schedulelist {
  margin-top: 42px;
  padding: 0;
  list-style: none;
  position: relative;
}

.sp__top__schedulelist.y2024::before {
  content: "";
  width: 103px;
  height: 35px;
  background-image: url("images/top_schedule_2024.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -38px;
  right: 0;
}

.sp__top__schedulelist li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}

.sp__top__schedulelist li + li {
  margin-top: 20px;
}

.sp__top__schedulelist li.schedulelist__arealast {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(146, 0, 84, 0.5);
}

.schedulelist__day {
  width: 100px;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.schedulelist__data {
  flex: 1;
  opacity: 0.8;
  line-height: 1.5;
}

.schedulelist__data span {
  color: #c60072;
}

/* MEMBER'S MENU */
.sp__top__main__member {
  margin-top: 112px;
  width: 100%;
  border-radius: 0 48px 0 0;
  background: linear-gradient(149deg, #920054 0%, rgba(146, 0, 84, 0.3) 100%);
  min-width: 370px;
}

.sp__top__main__member__wrap {
  position: relative;
  max-width: 420px;
  min-width: 370px;
  margin: auto;
}

.sp__top__main__member__title__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: -25px;
  left: 16px;
  margin: 0;
}

.sp__top__main__member__title__wrap p {
  line-height: 1;
  position: relative;
  z-index: 1;
  margin: 0;
}

.sp__top__main__member__title {
  font-family: aw-conqueror-didot, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  display: inline-block;
}

.sp__top__main__member__title__ruby {
  font-weight: 300;
  font-size: 12px;
  display: inline-block;
  opacity: 0.8;
}

.sp__top__main__member__inner.comingsoon {
  min-height: 312px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp__top__main__member__inner {
  padding-bottom: 32px;
}

.sp__top__member__section {
  padding-top: 36px;
}

.sp__top__member__section__title {
  text-align: right;
  margin: 0 16px;
  font-family: aw-conqueror-didot, serif;
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  opacity: 0.5;
}

.sp__top__member__section__inner {
  text-align: center;
}

.report__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
  padding: 0;
  list-style: none;
}

.report__list__item__button {
  position: relative;
  width: 300px;
  border: 0.5px solid #000000;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 72px 26px 18px;
  text-align: left;
  margin: 0 auto;
}

.report__list__item__button::after {
  content: "Reading.";
  width: 85px;
  height: 18px;
  color: #960061;
  font-family: aw-conqueror-didot, serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  background-image: url("images/top_report_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  bottom: 10px;
  right: -14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stagewear__list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
  margin-top: 32px;
  padding: 0 16px;
  list-style: none;
}

.stagewear__list__item {
  width: 25%;
}

.stagewear__list__item:nth-child(even) {
  padding-top: 24px;
}

.stagewear__list__item__button {
  width: 100%;
  position: relative;
}

.stagewear__list__item__button img {
  width: 100%;
  height: auto;
  display: block;
}

.stagewear__list__item__button__name {
  width: 100%;
  position: absolute;
  bottom: 28px;
  text-align: center;
  text-shadow: 1px 1px 2px #000000;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

/* ==========================================================================
   Sub Content Pages (Header & Article Layouts)
   ========================================================================== */
.sp__wrap-contents {
  opacity: 0;
  animation: anime-common_fadeIn 1.5s ease 1 normal forwards;
}

/* Sub Header */
.sp__default__header {
  background-color: #000000;
  background-image: url("images/contents_head_bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right bottom;
  height: 200px;
  max-width: 420px;
  min-width: 370px;
  margin: 0 auto;
  position: relative;
}

.sp__default__header__inner {
  height: 200px;
  width: 100%;
  padding: 0 16px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.sp__default__header__logo {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp__default__header__logo img {
  display: block;
  width: 145px;
  height: auto;
}

.sp__default__header__title__wrap {
  width: 50%;
  height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.sp__default__header__title {
  font-family: aw-conqueror-didot, serif;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  margin: 0;
}

.sp__default__header__title__ruby {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  margin: 4px 0 0;
}

.sp__default__main {
  padding-top: 24px;
}

/* Live Report */
.sp__report {
  padding: 0 16px;
  max-width: 420px;
  min-width: 370px;
  margin: 0 auto;
}

.sp__report__attention {
  border: 0.5px solid #bebebe;
  color: #bebebe;
  padding: 8px;
  margin-bottom: 24px;
  font-size: 10px;
}

.sp__report__article__data {
  font-weight: 700;
  margin: 0;
}

.sp__report__article__title__credit {
  font-size: 12px;
  margin-top: 12px;
  color: #dddddd;
}

.sp__report__article {
  border-top: #720055 1px solid;
  padding-top: 18px;
  margin-top: 18px;
  line-height: 1.8;
}

.sp__report__article img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

/* Stagewear / Outfit Section */
.sp__stagewear__photo {
  position: relative;
  max-width: 420px;
  margin: auto;
}

.sp__stagewear__photo + .sp__stagewear__photo {
  margin-top: 62px;
}

.sp__stagewear__name {
  position: relative;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
  opacity: 0.5;
  z-index: 10;
  margin: 0;
  padding: 0 16px;
}

.sp__stagewear__name p {
  font-size: 32px;
  margin: 0;
}

.sp__stagewear__pose__wrap {
  margin-top: -32px;
}

.sp__stagewear__pose + .sp__stagewear__pose {
  margin-top: 24px;
}

.sp__stagewear__comment {
  margin-top: 32px;
}

.sp__stagewear__comment__name {
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: italic;
  text-align: right;
  width: 100%;
  max-width: 420px;
  min-width: 370px;
  margin: auto;
  padding: 0 18px;
  font-size: 13px;
}

.sp__stagewear__comment__article {
  width: 100%;
  border-radius: 0 48px 0 0;
  background: linear-gradient(149deg, #920054 0%, rgba(146, 0, 84, 0.3) 100%);
}

.sp__stagewear__comment__article__inner {
  padding: 32px 16px;
  width: 100%;
  max-width: 420px;
  min-width: 370px;
  margin: auto;
  font-size: 13px;
  line-height: 1.8;
}

/* Swiper Slider Extensions */
.swiper {
  width: 300px;
  height: 300px;
}

.swiper-slide {
  background: radial-gradient(50% 50% at 50% 50%, #16000c 0%, #420025 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #c60072;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.sp__footer {
  background-color: #2c041a;
  width: 100%;
  margin-top: 60px;
}

.sp__footer__wrap {
  display: flex;
  width: 100%;
  max-width: 420px;
  min-width: 370px;
  margin: auto;
  padding: 0;
  list-style: none;
}

.sp__footer__wrap li {
  padding-top: 16px;
  padding-bottom: 16px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

.sp__footer-home {
  padding-left: 18px;
  width: 30%;
  font-size: 12px;
}

.sp__footer-copyright {
  padding-right: 18px;
  text-align: right;
  flex: 1;
  font-size: 9px;
  font-family: "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
}