@charset "utf-8";

/* =======================================
	common
======================================= */
.pc {
  display: none;
}
.sp {
  display: block;
}

body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  text-align: center;
  color: whitesmoke;
  background: #222;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url("./bg.mp4");
}

.initial-hidden {
  opacity: 0;
  visibility: hidden;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: radial-gradient(rgba(0, 0, 0, 0.7) 1px, transparent 1px);
  background-size: 4px 4px; */
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: -1;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
table {
  width: 100%;
}
tr,
td {
  vertical-align: top;
}

a {
  outline: none;
  text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
  color: whitesmoke;
  text-decoration: none;
}

/* =======================================
	loading
======================================= */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.loader-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-logo {
  height: auto;
  width: 64%;
  opacity: 0;
  object-fit: contain;
}

.loader-curtain {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #000;
}

.loader-curtain-left {
  left: 0;
}

.loader-curtain-right {
  right: 0;
}

/* =======================================
	layout
======================================= */
.wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

section {
  width: 100%;
  padding-top: clamp(2.4rem, 1.613rem + 3.94vw, 3.5rem);
}

.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10% 4% 10%;
  background: rgba(0, 0, 0, 0.8);
  border-top: 4px solid whitesmoke;
  border-bottom: 4px solid whitesmoke;
}

/* =======================================
	header
======================================= */
header {
  width: 100%;
  height: 100dvh;
  background: url("./bg.jpg") center bottom no-repeat;
  background-size: auto 100%;
  position: relative;
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

header > * {
  position: relative;
  z-index: 2;
}

.the-title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  margin: auto;
}

.the-title img {
  margin: 0 auto;
  width: auto;
  max-height: 50vh;
}

/* =======================================
	countdown
======================================= */
#countdown {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: "Share Tech Mono", monospace;
  font-size: clamp(1.8rem, 0.368rem + 7.16vw, 3.8rem);
  font-weight: bold;
  text-align: center;
  padding: 30px 0.5em;
  color: whitesmoke;
  background: rgba(136, 139, 255, 0.6);
  will-change: contents;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

/* =======================================
	navigation
======================================= */
nav {
  width: 100%;
  margin: 0 auto;
  padding: 0.8em 1em;
  border-top: 4px solid whitesmoke;
  border-bottom: 4px solid whitesmoke;
  background: black;
}

nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

nav ul {
  display: flex;
  justify-content: space-between;
}

nav ul li a {
  font-size: clamp(1.5rem, 0.426rem + 5.37vw, 3rem);
  font-family: "Share Tech Mono", monospace;
  font-weight: bold;
  color: whitesmoke;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  display: inline-block;
}

nav ul li a:hover {
  transform: scale(1.1);
}

/* =======================================
	text
======================================= */
h2 {
  font-family: "Share Tech Mono", monospace;
  font-size: clamp(2.4rem, 1.541rem + 4.3vw, 3.6rem);
  font-weight: bold;
  text-align: center;
  margin: 0 auto 1em;
  letter-spacing: 0.1em;
}

h3 {
  width: 100%;
  margin: 0 auto 1em;
  text-align: center;
  color: #222;
  background: whitesmoke;
  font-size: clamp(1rem, 0.642rem + 1.79vw, 1.5rem);
  padding: 10px 0;
}

h3:not(:first-of-type) {
  margin-top: 2em;
}

h4 {
  font-family: "Share Tech Mono", monospace;
  font-size: clamp(1.5rem, 1.142rem + 1.79vw, 2rem);
  margin: 0 auto 3em;
  text-align: center;
}

p {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: clamp(0.9rem, 0.685rem + 1.07vw, 1.2rem);
  line-height: 1.3;
}

.imp {
  font-size: 120%;
  font-weight: bold;
  color: yellow;
}

/* =======================================
	vote
======================================= */
.vote-finish {
  margin: 2em auto;
  color: red;
  font-size: 1.2em;
  font-weight: bold;
}

.vote-result {
  width: 100%;
  margin: 1em auto 0;
}

.vote-button {
  margin: 1em auto;
}

.vote-button a {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em 2em;
  color: whitesmoke;
  background: #888bff;
  transition: background 0.3s ease;
  font-size: clamp(1.2rem, 0.77rem + 2.15vw, 1.8rem);
  font-family: "Share Tech Mono", monospace;
  font-weight: bold;
}

.vote-progress {
  width: 100%;
  margin: 2em auto 1em;
}

.vote-progress-text {
  margin: 0 auto 1em;
  font-size: clamp(1.1rem, 0.742rem + 1.79vw, 1.6rem);
}

.vote-progress-arrow {
  font-size: clamp(2.4rem, 1.255rem + 5.73vw, 4rem);
}

.past-results {
  margin: 0 auto;
  text-align: center;
}

.past-results a {
  font-size: 1em;
  color: whitesmoke;
  background: black;
  border: 1px solid whitesmoke;
  padding: 0.5em 1em;
  border-radius: 10px;
  display: inline-block;
  transition: background 0.3s ease;
}

.past-results a:hover {
  color: white;
  background: crimson;
  border-color: crimson;
}

/* =======================================
	live
======================================= */
.soldout {
  font-family: "Share Tech Mono", monospace;
  color: red;
  font-size: 2.4em;
  margin: 1em auto 1em;
  text-align: center;
  font-weight: bold;
}

.soldout span {
  margin: 0.5em auto 0;
  font-size: 0.4em;
  color: white;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.live-wrap {
  position: relative;
  width: 100%;
  background: url("soldout.svg") right bottom no-repeat;
  background-size: 60% auto;
}

.live-title {
  font-size: clamp(1rem, -0.002rem + 5.01vw, 2.4rem);
  font-weight: 900;
  line-height: 1.2;
}

.live-title span {
  font-size: 1.25em;
  font-weight: 900;
}

p.live-date {
  margin: 1em auto;
  text-align: center;
  font-size: clamp(1rem, 0.427rem + 2.86vw, 1.8rem);
  font-weight: bold;
}

.ticket-price-list {
  margin: 0 auto 1.6em;
}

.ticket-price-list :nth-child(1) {
  display: inline-block;
  font-size: clamp(1.1rem, 0.742rem + 1.79vw, 1.6rem);
  font-weight: bold;
  color: yellow;
}

.ticket-price-list :nth-child(2) {
  font-size: clamp(1.4rem, 0.97rem + 2.15vw, 2rem);
  font-weight: bold;
  margin: 0.2em auto 0;
}

.ticket-price-list :nth-child(3) {
  font-size: clamp(0.7rem, 0.557rem + 0.72vw, 0.9rem);
  margin: 0.4em auto 0;
}

.ticket-price-list :nth-child(4) {
  margin: 0.5em auto 0;
  max-width: 600px;
  font-size: clamp(0.9rem, 0.757rem + 0.72vw, 1.1rem);
  text-align: left;
}

.ticket-image {
  display: flex;
  justify-content: center;
  width: 100%;
}

.fc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fc li {
  border: 1px solid whitesmoke;
}

/* =======================================
	news
======================================= */
.news-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-list li {
  width: 100%;
  display: block;
  text-align: left;
  gap: 2em;
}

.news-list li .news-date {
  font-family: "Share Tech Mono", monospace;
  font-size: clamp(1rem, 0.785rem + 1.07vw, 1.3rem);
  margin-bottom: 0.5em;
  letter-spacing: -1px;
}

.news-list li .news-title {
  font-size: clamp(1rem, 0.642rem + 1.79vw, 1.5rem);
  margin-bottom: 1em;
}

.news-detail {
  text-align: left;
  height: auto;
}

.news-detail-title {
  font-size: clamp(1.2rem, 0.985rem + 1.07vw, 1.5rem);
}

/* =======================================
	goods
======================================= */
p.goods-notice {
  font-size: clamp(0.8rem, 0.514rem + 1.43vw, 1.2rem);
  line-height: 1.5;
}

.goods-list {
  width: 100%;
  margin: 2em auto 0;
}

.goods-list li {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.goods-list li img {
  width: 100%;
}

.goods-list-image {
  position: relative;
}

.goods-list-name {
  margin: 0.5em auto 2em;
  font-size: clamp(1.1rem, 0.814rem + 1.43vw, 1.5rem);
  line-height: 1.2;
}

.goods-list-to-detail {
  position: absolute;
  font-family: "Share Tech Mono", monospace;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0.2em 1em;
  background: rgba(0, 0, 0, 0.7);
  text-align: right;
  color: whitesmoke;
  font-size: clamp(1.1rem, 0.814rem + 1.43vw, 1.5rem);
  line-height: 1.2;
}

.goods-detail {
  width: 100%;
  margin: 0 auto;
}

.goods-detail-notice {
  width: 100%;
  margin: 2em auto;
  color: #555;
  font-size: 0.9em;
}

.goods-image {
  width: 100%;
}

.goods-info {
  width: 100%;
  text-align: left;
}

.goods-name {
  font-size: clamp(1.2rem, 0.985rem + 1.07vw, 1.5rem);
  margin: 1em auto;
  font-weight: bold;
}

.goods-spec {
  margin-bottom: 2em;
}

.goods-price {
  text-align: right;
}

/* =======================================
	footer
======================================= */
footer {
  width: 100%;
  margin: 5em auto 0;
  padding: 2em 0;
  background: black;
  border-top: 4px solid whitesmoke;
}

.foot-logo {
  width: 100%;
  margin: 0 auto 2em;
  display: flex;
  justify-content: center;
}

.foot-logo a {
  width: 42%;
  max-width: 240px;
}

.foot-sns {
  width: 100%;
  text-align: center;
}

.foot-sns ul {
  display: flex;
  justify-content: center;
  gap: 2em;
}

.foot-sns ul li a {
  font-size: clamp(1.2rem, 0.77rem + 2.15vw, 1.8rem);
}

/* =======================================
	etc
======================================= */
.banner {
  position: fixed;
  bottom: 3%;
  left: 4%;
  width: 100%;
  max-width: clamp(4rem, 1.136rem + 14.32vw, 8rem);
}

.banner a {
  display: block;
  transition: transform 0.3s ease;
  transform-origin: center center;
  will-change: transform;
}

.banner:hover,
.banner a:hover {
  transform: scale(1.1);
}

.pagetop {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 100;
}

.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(2.4rem, 1.029rem + 6.86vw, 3.6rem);
  height: clamp(2.4rem, 1.029rem + 6.86vw, 3.6rem);
  color: #2e2e2e;
  text-align: center;
  font-size: clamp(1rem, 0.314rem + 3.43vw, 1.6rem);
  text-decoration: none;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.pagetop a:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 600px) {
  .the-title {
    top: 40%;
    width: 90%;
  }

  .the-title img {
    max-height: unset;
  }

  .goods-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .goods-list li {
    width: calc(50% - 10px);
    margin: 0;
  }

  .goods-list li:nth-child(5):last-child {
    margin-left: 0;
  }

  .goods-list li:nth-last-child(1):nth-child(odd) {
    margin-left: initial;
    margin-right: initial;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }

  a,
  button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .fc a:hover,
  footer a:hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }

  .loader-logo {
    height: 30vh;
    max-width: 400px;
    width: auto;
    opacity: 0;
    object-fit: contain;
  }

  .wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  section {
    width: 75%;
    padding-right: 5%;
    margin-left: auto;
    margin-bottom: 10%;
  }

  .inner {
    padding: 6%;
    border: 4px solid whitesmoke;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.6);
  }

  header {
    width: 100%;
    height: 100vh;
    padding-top: 0;
    background: url("./bg.jpg") center bottom no-repeat;
    background-size: cover;
    position: relative;
  }

  .the-title {
    width: 64%;
    margin: auto;
  }

  .the-title img {
    max-height: unset;
  }

  p {
    font-size: clamp(1rem, 0.867rem + 0.28vw, 1.2rem);
    line-height: 1.4;
  }

  nav {
    position: fixed;
    top: 5%;
    left: 3%;
    width: 25%;
    text-align: left;
    border: none;
    background: none;
    z-index: 100;
  }

  nav ul {
    display: flex;
    flex-direction: column;
    gap: 5vh;
  }

  nav ul li a {
    font-size: clamp(2.4rem, 1.2rem + 2.5vw, 4.2rem);
    font-weight: bold;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 2px #000000;
  }

  nav ul li a:hover {
    transform: scale(1.1);
  }

  .vote-button {
    margin: 4em auto;
  }

  .vote-button a {
    font-size: clamp(1.4rem, 1.133rem + 0.56vw, 1.8rem);
  }

  .vote-button a:hover {
    background: crimson;
  }

  .live-title {
    font-size: clamp(1.6rem, 0.667rem + 1.94vw, 3rem);
  }

  .live-title span {
    font-size: clamp(2rem, 0.933rem + 2.22vw, 3.6rem);
  }

  .live-date {
    font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
  }

  .fc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  .news-list li {
    margin-bottom: 1em;
  }

  .news-title {
    line-height: 1.4;
  }

  .news-title a:hover {
    color: rgba(229, 0, 100, 1);
  }

  .goods-list li {
    cursor: pointer;
  }

  .goods-list-name {
    font-size: clamp(1.2rem, 1.033rem + 0.35vw, 1.45rem);
  }

  .goods-spec {
    line-height: 1.3;
  }
  .banner {
    max-width: clamp(8rem, 6.667rem + 2.78vw, 10rem);
  }

  .banner a:hover,
  .pagetop a:hover {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1020px) {
  .goods-list li {
    width: calc(33.333% - 14px);
  }

  .goods-list li:nth-child(4):nth-last-child(2),
  .goods-list li:nth-child(5):last-child {
    margin-left: 0;
  }

  .goods-list li:nth-last-child(1):nth-child(odd) {
    margin-left: initial;
    margin-right: initial;
  }
}
