@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 70%;
  }
}

.font-din {
  font-family: "din-2014", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.font-arl {
  font-family: "logo-arl-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.fc-r {
  color: #324ff7 !important;
}

.fc-g {
  color: #324ff7 !important;
}

.bg-b {
  background: #324ff7;
}

a {
  color: #363636 !important;
  text-decoration: underline !important;
}

.separater {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: #1b1b1b;
}

body {
  width: 100%;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4em;
  font-weight: 600;
  background: #ffffff;
  line-height: 1.4;
  position: relative;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/all_bg.png") center/cover no-repeat;
  z-index: -1;
}

.youtube {
  width: 90%;
  max-width: 600px;
  aspect-ratio: 16/9;
}

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

#container-header {
  width: 100%;
  height: 95vh;
  height: 95dvh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#container-header #logo-event {
  width: 80vw;
  height: 80vw;
  max-width: 600px;
  max-height: 600px;
}
#container-header #logo-cave {
  width: 15vw;
  height: 15vw;
  max-width: 80px;
  max-height: 80px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}

#header-date {
  height: 5vh;
  height: 5dvh;
  line-height: 5vh;
  position: sticky;
  top: 0;
  background: #1b1b1b;
  z-index: 5;
}

article {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  padding: 5rem 0;
}
article section {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
article section .box-content {
  width: 100%;
  padding: 0 0 3rem 0;
}
article section .box-content h2 {
  width: 60%;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
  padding: 1rem;
  text-align: center;
  position: relative;
  margin: 0 auto 3rem;
}
article section .box-content h3 {
  font-size: 1.8rem;
  width: 90%;
  margin: 0 auto 2rem;
  color: #1b1b1b;
  position: relative;
  border-bottom: solid 2px #1b1b1b;
}
article section .box-content h4 {
  font-size: 1.6rem;
  padding: 0.2em;
  margin: 0 0 0.5rem;
  color: #1b1b1b;
  border-left: 5px solid #1b1b1b;
}
article section .box-content p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #1b1b1b;
}
article section .box-content .coming_soon {
  width: 80%;
  max-width: 400px;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 2rem;
  background: #1b1b1b;
  color: #6c6c6c;
  border: 1px solid #6c6c6c;
}
article section .box-content .img-container {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
}
@media screen and (min-width: 992px) {
  article section .box-content .img-container {
    width: 60%;
  }
}

footer {
  width: 100%;
  background-color: #1b1b1b;
}
footer #box-footer_content {
  width: 100%;
  padding: 2rem;
}
footer #box-footer_content #logo-cave,
footer #box-footer_content #logo-touhou {
  width: auto;
  height: 20vw !important;
  max-height: 120px !important;
}
footer #box-footer_content #logo-cave img,
footer #box-footer_content #logo-touhou img {
  height: 20vw !important;
  max-height: 120px !important;
}
footer #box-footer_content #text-link a {
  font-size: 1rem;
  color: #ffffff !important;
  text-decoration: underline;
  display: inline-block;
  font-weight: 500;
}
footer #box-footer_content .copylight {
  font-size: 1rem;
  color: #6c6c6c;
  display: block;
  font-weight: 500;
}

#totop {
  width: 12vw;
  height: 12vw;
  max-width: 80px;
  max-height: 80px;
  position: fixed;
  display: block;
  right: 0;
  bottom: 0;
  z-index: 10;
  transform: translateX(12vw);
  transition: all 0.2s ease-out;
}
#totop.show {
  transform: translateX(0);
}

#countdown {
  text-align: center;
}

/* ベース */
.track-title {
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.track-text {
  display: inline-block;
  white-space: nowrap;
}

/* フェードはオーバーフロー時のみ */
.track-title.is-overflowing::before,
.track-title.is-overflowing::after {
  content: "";
  position: absolute;
  top: 0;
  width: 24px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.track-title.is-overflowing::before {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.track-title.is-overflowing::after {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

/* 走行レーン（内側を左右に流す） */
.marquee {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  animation: marquee var(--marquee-duration, 8s) linear infinite;
}

/* reduce motion 配慮 */
@media (prefers-reduced-motion: reduce) {
  .marquee {
    animation: none !important;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--seg) * -1));
  }
}/*# sourceMappingURL=style.css.map */