/* Local archive adjustments. The visual system remains the original 2022 CSS. */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.f_matisse {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: .08em;
}

button.menu-trigger,
button.n_bgm {
  appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

.archive-close {
  width: 48px;
  height: 48px;
  color: #fff;
  font: 300 42px/42px Arial, sans-serif;
  text-shadow: 0 0 8px #d80000;
  cursor: pointer;
}

.page-top .top-wrap .top_slider > div,
.page-top .top-wrap .top_slider > div > div,
.page-top .top-wrap .top_slider .slick-list,
.page-top .top-wrap .top_slider .slick-track {
  height: 100%;
}

.page-top .top-wrap .hero-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.single-banner:not(.slick-initialized) {
  width: min(70%, 520px);
  margin: 0 auto;
}

.single-banner:not(.slick-initialized) img {
  display: block;
  width: 100%;
  border: 1px solid #ed4c5c;
}

.story-section .story_p + .story_p {
  margin-top: 22px;
}

.archived-twitter {
  min-height: 400px;
  border: 1px solid #343740;
  background:
    radial-gradient(circle at 78% 18%, rgba(121, 2, 2, .35), transparent 28%),
    linear-gradient(145deg, #17181f, #0c0d11 70%);
  overflow: hidden;
}

.archived-twitter a {
  min-height: 400px;
  padding: 68px 8%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.archived-twitter a::before,
.archived-twitter a::after {
  content: "";
  width: 320px;
  height: 1px;
  position: absolute;
  left: 50%;
  background: linear-gradient(90deg, transparent, #790202, transparent);
  transform: translateX(-50%);
}

.archived-twitter a::before { top: 58px; }
.archived-twitter a::after { bottom: 58px; }
.archived-twitter .twitter-mark { font: 44px/1 Arial, sans-serif; }
.archived-twitter strong { font-size: 22px; letter-spacing: .08em; }
.archived-twitter small { color: #aeb1ba; font-size: 13px; }
.archived-twitter .archive-message { margin-top: 26px; color: #ed4c5c; font-family: serif; }

.spec-platform {
  margin-top: 37px;
}

.app-icon {
  display: block;
  width: 200px;
  margin: 40px auto 0;
  border-radius: 28%;
}

.archive-kicker {
  margin: 0 0 14px;
  color: #ed4c5c;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.archive-note {
  width: min(90%, 760px);
  margin: 40px auto 0;
  padding: 18px 24px;
  border: 1px solid rgba(237, 76, 92, .5);
  background: rgba(0, 0, 0, .72);
  color: #ddd;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.page-news .news_grid .nonews {
  grid-column: 1 / -1;
  min-height: 260px;
  display: grid;
  place-items: center;
}

.page-news .news_pager .page_num a {
  display: block;
  min-width: 20px;
}

.page-news .news_pager .page_num.active a {
  cursor: default;
}

@media (max-width: 959px) {
  .page-top .top-wrap .hero-visual {
    object-position: 52% center;
  }

  .page-top .inner .story_p {
    font-size: 14px;
    line-height: 2;
  }

  .archived-twitter,
  .archived-twitter a {
    min-height: 320px;
  }

  .app-icon {
    width: 150px;
  }

}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
