:root {
  --color-bg: #050505;
  --color-panel: #101010;
  --color-panel-soft: #171717;
  --color-line: rgba(255, 255, 255, 0.22);
  --color-text: #f6f3ea;
  --color-muted: #bdb6a4;
  --color-red: #b90f1d;
  --color-yellow: #f4dd28;
  --color-teal: #4fc4ba;
  --shadow-panel: 0 22px 70px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #000 0%, #090909 46%, #151515 100%);
  color: var(--color-text);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.75;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

h2 {
  margin: 0;
  border-bottom: 2px solid currentColor;
  color: #fff;
  font-family: "Condiment", cursive;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.9;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 62px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.has-intro {
  overflow: hidden;
}

.intro-movie {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  background-color: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px) saturate(140%);
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.intro-movie.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.intro-movie__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background-color: rgba(0, 0, 0, 0.15);
}
.intro-movie__skip {
  position: absolute;
  z-index: 2;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.72);
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .intro-movie__skip {
    min-width: 72px;
    height: 38px;
    top: 14px;
    right: 14px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .intro-movie__skip {
    min-width: 90px;
    height: 44px;
    top: 24px;
    right: 24px;
    font-size: 14px;
  }
  .intro-movie__skip:hover, .intro-movie__skip:focus-visible {
    background-color: #fff;
    color: #000;
    outline: none;
  }
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 9px 13px;
  background: var(--color-yellow);
  color: #050505;
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}
.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.lang {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 38px;
  border: 1px solid rgba(244, 221, 40, 0.55);
  background: rgba(0, 0, 0, 0.56);
  color: var(--color-yellow);
  font-weight: 900;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .lang {
    top: 20px;
    right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .lang {
    top: 20px;
    right: 12px;
  }
}
.lang:hover, .lang:focus-visible {
  border-color: var(--color-yellow);
  background: rgba(0, 0, 0, 0.86);
  outline: none;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

.wrap {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #000;
}

@keyframes bob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
@keyframes bobup {
  0%, 100% {
    transform: translateY(0);
  }
  45%, 62% {
    transform: translateY(8px);
  }
}
.main {
  position: relative;
  overflow: hidden;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .main {
    padding-top: 50px;
  }
}
.main__ttl {
  position: relative;
  z-index: 3;
}
.main__poster .clr img,
.main__poster .bttm img,
.main__poster .date img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.main__poster .bttm img,
.main__poster .date img {
  z-index: 4;
}
.main__move .body,
.main__move .head,
.main__move .arm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main__move .body {
  z-index: 2;
  animation: bob 6s ease-in-out infinite;
}
.main__move .head {
  z-index: 5;
  animation: bobup 9s ease-in-out infinite;
}
.main__move .arm {
  z-index: 5;
  animation: bobup 10s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .main__move .body,
  .main__move .head,
  .main__move .arm {
    animation: none;
  }
}
.maincontent {
  position: relative;
  z-index: 10;
  padding: 50px 0 0;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(14, 14, 14) 100%);
}

.section-kicker {
  color: var(--color-yellow);
  font-family: "Condiment", cursive;
  font-size: 34px;
  line-height: 1;
  text-align: center;
}

.section-head {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .section-head {
    display: block;
  }
}
.section-head p {
  max-width: 360px;
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .section-head p {
    margin-top: 10px;
  }
}

.toptext {
  max-width: 1000px;
  width: min(100% - 24px, 1000px);
  margin: 0 auto 50px;
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid var(--color-line);
  background: linear-gradient(43deg, #1a0e75 0%, #050128 100%);
  box-shadow: var(--shadow-panel);
}
.toptext__text {
  max-width: 780px;
  margin: 18px auto 0;
  text-align: center;
}
.toptext__text p {
  margin: 0;
  font-size: clamp(17px, 2.4vw, 21px);
  font-weight: 800;
  line-height: 1.9;
}
.toptext__text p + p {
  margin-top: 18px;
}
.toptext__feature {
  width: fit-content;
  max-width: 100%;
  margin: 28px auto 0;
  padding: 11px 18px;
  color: var(--color-yellow);
  font-weight: 900;
  text-align: center;
}

.saleitems {
  padding-top: 25px;
}
.saleitems__topics {
  max-width: 1000px;
  width: min(100% - 24px, 1000px);
  margin: 0 auto 58px;
}

.topics__area > ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .topics__area > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.topic {
  position: relative;
  min-width: 0;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), var(--color-panel);
  color: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.topic:hover, .topic:focus-within {
  border-color: rgba(244, 221, 40, 0.7);
  transform: translateY(-2px);
}
.topic figure {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1.05;
  margin: 0;
  overflow: hidden;
  background: #060606;
}
.topic figure a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.topic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topic__no-image {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  color: var(--color-muted);
  font-weight: 900;
}
.topic__caption {
  padding: 13px;
}
.topic__text {
  min-height: 4.4em;
  color: #fff;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 900;
  line-height: 1.45;
}
.topic__text a {
  color: #fff;
  text-decoration: none;
}
.topic__text a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.topic__date {
  margin: 16px 0 0;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.topics__soon,
.topics__error {
  grid-column: 1/-1;
  margin: 16px 0 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.38);
  color: var(--color-muted);
  font-weight: 900;
  text-align: center;
}

.topics__error {
  color: var(--color-yellow);
}

.paginator__controls {
  gap: 10px;
  margin-top: 24px !important;
  color: var(--color-text);
}
.paginator__prev, .paginator__next {
  min-width: 42px;
  height: 42px;
  padding: 0 !important;
  border: 1px solid rgba(244, 221, 40, 0.62) !important;
  background: rgba(0, 0, 0, 0.72) !important;
  color: var(--color-yellow) !important;
  font-weight: 900;
  line-height: 42px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.paginator__prev:hover, .paginator__prev:focus-visible, .paginator__next:hover, .paginator__next:focus-visible {
  background: var(--color-yellow) !important;
  color: #050505 !important;
  outline: none;
}
.paginator__indicator {
  min-width: 72px;
  color: var(--color-muted);
  font-weight: 900;
  text-align: center;
}

.mid {
  position: relative;
  padding: 40px 0 34px;
  color: #fff;
  overflow: hidden;
}
.mid::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("../img/mosnta.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.17;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .mid::after {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mid::after {
    background-size: cover;
  }
}
.mid__box {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  width: min(100% - 24px, 1000px);
  margin: 0 auto;
}
.mid__date {
  margin-bottom: 34px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--color-line);
  background: rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(5px);
}
.mid__date dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 24px 0 0;
  background: rgba(255, 255, 255, 0.12);
}
@media only screen and (max-width: 767px) {
  .mid__date dl {
    grid-template-columns: 1fr;
  }
}
.mid__date dl > div {
  min-width: 0;
  padding: 16px;
  background: #0d0d0d;
}
.mid__date dt {
  margin-bottom: 4px;
  color: var(--color-yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.mid__date dd {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}
.mid__join {
  display: grid;
  gap: 18px;
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(20vh);
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}
.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.guide-block {
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 10, 10, 0.411);
  backdrop-filter: blur(5px);
}
.guide-block h3 {
  display: grid;
  gap: 5px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.35;
}
.guide-block h3 span {
  color: var(--color-muted);
  font-size: clamp(13px, 2vw, 16px);
  font-weight: 700;
}
.guide-block ul {
  margin: 0;
  padding-left: 1.35em;
}
.guide-block li {
  padding-left: 0.2em;
}
.guide-block li + li {
  margin-top: 8px;
}

.map-panel {
  margin-top: 8px;
}
.map-panel__button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #080808;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.map-panel__button::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0 solid rgba(244, 221, 40, 0);
  transition: border-width 0.2s ease, border-color 0.2s ease;
}
.map-panel__button:hover::after, .map-panel__button:focus-visible::after {
  border-width: 4px;
  border-color: rgba(244, 221, 40, 0.9);
}
.map-panel__button:focus-visible {
  outline: none;
}
.map-panel__button span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 12px;
  background: rgba(0, 0, 0, 0.82);
  color: var(--color-yellow);
  font-size: 13px;
  font-weight: 900;
}

.btm {
  max-width: 1000px;
  width: min(100% - 24px, 1000px);
  margin: 0 auto;
  padding: 42px 0 60px;
  color: #fff;
}
.btm__contact-info {
  margin-top: 18px;
  padding-left: 22px;
  color: var(--color-text);
  font-style: normal;
}
.btm__contact-info strong {
  font-weight: 900;
}
.btm__contact-info a {
  color: var(--color-yellow);
  font-weight: 800;
  text-decoration: none;
}
.btm__contact-info a:hover, .btm__contact-info a:focus-visible {
  text-decoration: underline;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.78);
}
.modal[hidden] {
  display: none;
}
.modal__content {
  position: relative;
  width: min(100%, 940px);
  max-height: calc(100vh - 48px);
  padding: 18px;
  background: #fff;
  overflow: auto;
}
.modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  background: #050505;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  body {
    line-height: 1.68;
  }
  .maincontent {
    padding-top: 34px;
  }
  .toptext {
    margin-bottom: 40px;
  }
  .toptext__text {
    text-align: left;
  }
  .toptext__feature {
    width: 100%;
  }
  .topic__caption {
    padding: 11px;
  }
  .mid {
    padding-top: 24px;
  }
}/*# sourceMappingURL=style.css.map */