@charset "UTF-8";

body {
  background: #000;
  color: #ffffff;
  font-size: .14rem;
  font-family: "Oswald", "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.75;
}

a {
  color: #fff;
  text-decoration: underline;
}

.cmn_footer {
  margin-top: 1.6rem;
  padding-bottom: .8rem;
  text-align: center;
}


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

 top

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

/* mv */

.top_mv {
  text-align: center;
}


/* ticket */
.top_ticket {
  margin: .6rem auto;
  text-align: center;
}

.top_ticket a {
  display: block;
  max-width: 100%;
  width: 3rem;
  height: .6rem;
  margin: 0 auto;
  border: 1px solid #565656;
  line-height: calc(.6rem - 2px);
  text-decoration: none;
  font-size: .16rem;
}


/* releases */
.top_releases {
  max-width: 13.66rem;
  margin: 1.2rem auto 0;
  padding: 0 .2rem;
}
.top_releases li {
  margin: .3rem auto;
}

/* merch */
.top_merch {
  max-width: 13.66rem;
  margin: 1.2rem auto 0;
  padding: 0 .2rem;
}


/* mov */

.top_mov {
  max-width: 7.68rem;
  aspect-ratio: 16 / 9;
  margin: 1.2rem auto 0;
  padding: 0 .2rem;
}

.top_mov iframe {
  width: 100%;
  height: 100%;
}


/* about */

.top_about {
  max-width: 7.68rem;
  margin: 1.2rem auto 0;
  padding: 0 .2rem;
}

.top_about_ttl.m2026 {
  text-align: center;
}

.top_about_ttl img {
  width: 1.2rem;
}

.top_about_ttl.m2026 img {
  width: 2rem;
}

.top_about_body {
  margin-top: .6rem;
}

.top_about_body p ~ p {
  margin-top: 1.75em;
}

.top_about_member {
  margin-top: 1.75em;
}

.top_about_member li span {
  font-size: .75em;
}


/* release old */

.top_releases_old {
  max-width: 13.66rem;
  margin: 1.2rem auto 0;
  padding: 0 .2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.top_releases_old li {
  width: 49%;
  margin-top: 2%;
}

@media screen and (max-width: 767px) {
  .top_releases_old li {
    width: 100%;
    margin-top: .2rem;
  }
}


/* sns */

.top_sns {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_sns.__fixed {
  margin: 0;
  position: fixed;
  top: .15rem;
  right: .15rem;
  z-index: 999;
}

.top_sns_item {
  width: .2rem;
  margin: .05rem;
  line-height: 0;
}


/* module */

.mod_ttl01 {
  font-size: .18rem;
  font-weight: 500;
  letter-spacing: .1em;
  margin-top: 1.75em;
}