﻿:root {
  --sl-bg: #080712;
  --sl-ink: #18122e;
  --sl-text: #f8f6ff;
  --sl-muted: rgba(248, 246, 255, 0.66);
  --sl-line: rgba(255, 255, 255, 0.14);
  --sl-blue: #e8ff00;
  --sl-pink: #ff2b9a;
  --sl-purple: #7c3aed;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--sl-bg);
  color: var(--sl-text);
  font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.sl-home .sl-footer {
  border-top-color: rgba(255, 255, 255, 0.12);
  background: #080712;
}

.sl-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  height: 85px;
  padding: 23px 50px;
  background: rgba(8, 7, 18, 0.78);
  color: var(--sl-text);
  backdrop-filter: blur(18px);
}

.sl-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 39px;
}

.sl-header__brand {
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 150px;
  height: 39px;
  color: var(--sl-text);
}

.sl-header__mark {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(232, 255, 0, 0.42);
  background: rgba(255, 255, 255, 0.07);
  color: var(--sl-blue);
  font-size: 0.82rem;
  font-weight: 950;
}

.sl-header__name {
  color: var(--sl-text);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
}

.sl-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-width: 628px;
  height: 20px;
  color: rgba(248, 246, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.sl-header__nav a {
  transition: color 150ms ease;
}

.sl-header__nav a:hover,
.sl-header__nav a:focus-visible {
  color: var(--sl-blue);
}

.sl-header__store {
  position: absolute;
  right: 0;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: 200.5px;
  height: 39px;
  background: var(--sl-pink);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  box-shadow: 0 0 26px rgba(255, 43, 154, 0.22);
}

.sl-header__store span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
}

.sl-header__store strong {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.sl-mobile-menu {
  display: none;
}

.sl-season-charm,
.sl-season-marker {
  --season-glass: rgba(205, 252, 255, 0.84);
  --season-edge: rgba(232, 255, 0, 0.78);
  --season-shadow: rgba(74, 229, 255, 0.34);
  position: relative;
  isolation: isolate;
}

.sl-season-charm {
  position: absolute;
  top: 1px;
  right: 214px;
  z-index: 2;
  display: block;
  width: 46px;
  height: 76px;
  outline: 0;
  transform-origin: 50% 0;
  animation: sl-charm-drift 5.8s ease-in-out infinite;
}

.sl-season-charm::after,
.sl-season-marker::after {
  position: absolute;
  inset: auto;
  border: 1px solid var(--season-glass);
  border-radius: 999px;
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: scale(0.7);
}

.sl-season-charm::after {
  top: 22px;
  left: 5px;
  width: 36px;
  height: 36px;
}

.sl-season-charm:hover,
.sl-season-charm:focus-visible {
  animation-duration: 1.6s;
}

.sl-season-charm:hover::after,
.sl-season-charm:focus-visible::after,
.sl-season-marker:hover::after,
.sl-season-marker:focus-visible::after {
  animation: sl-sound-ring 920ms ease-out 1;
}

.sl-season-charm__hook,
.sl-season-charm__cord,
.sl-season-charm__glass,
.sl-season-charm__clapper,
.sl-season-charm__tag {
  position: absolute;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.sl-season-charm__hook {
  top: 0;
  width: 13px;
  height: 9px;
  border: 1px solid rgba(205, 252, 255, 0.74);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 10px var(--season-shadow);
}

.sl-season-charm__cord {
  top: 8px;
  width: 1px;
  height: 18px;
  background: linear-gradient(180deg, transparent, var(--season-edge));
  box-shadow: 0 0 10px var(--season-shadow);
}

.sl-season-charm__glass {
  top: 24px;
  width: 34px;
  height: 27px;
  border: 1px solid var(--season-glass);
  border-bottom: 2px solid rgba(232, 255, 0, 0.54);
  border-radius: 18px 18px 10px 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.30), transparent 36%),
    radial-gradient(ellipse at 50% 100%, rgba(232, 255, 0, 0.18), transparent 46%),
    rgba(8, 7, 18, 0.42);
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.14), 0 0 16px var(--season-shadow);
}

.sl-season-charm__glass::after {
  position: absolute;
  right: 7px;
  top: 6px;
  width: 7px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0 0 8px rgba(205, 252, 255, 0.46);
  content: "";
}

.sl-season-charm__clapper {
  top: 50px;
  width: 2px;
  height: 11px;
  background: rgba(248, 246, 255, 0.72);
}

.sl-season-charm__clapper::after {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sl-pink);
  box-shadow: 0 0 12px rgba(255, 43, 154, 0.72);
  content: "";
  transform: translateX(-50%);
}

.sl-season-charm__tag {
  top: 62px;
  width: 17px;
  height: 28px;
  border: 1px solid rgba(232, 255, 0, 0.42);
  background:
    linear-gradient(180deg, rgba(232, 255, 0, 0.12), transparent),
    rgba(8, 7, 18, 0.78);
  box-shadow: 0 0 12px rgba(232, 255, 0, 0.18);
  transform: translateX(-50%) rotate(5deg);
  transform-origin: 50% 0;
  transition: transform 180ms ease;
}

.sl-season-charm:hover .sl-season-charm__tag,
.sl-season-charm:focus-visible .sl-season-charm__tag {
  transform: translateX(-50%) rotate(-9deg);
}

.sl-main {
  background: var(--sl-bg);
}

.sl-kicker {
  margin: 0 0 14px;
  color: rgba(232, 255, 0, 0.92);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sl-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  align-items: center;
  min-height: 100svh;
  padding: 112px clamp(50px, 5.7vw, 82.5px) 54px;
  overflow: hidden;
  background: #050506;
  color: var(--sl-text);
}

.sl-hero::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.10) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    radial-gradient(ellipse at 76% 42%, rgba(232, 255, 0, 0.18), transparent 18rem);
  background-size: 72px 72px, 72px 72px, auto;
  content: "";
  opacity: 0.56;
  pointer-events: none;
}

.sl-hero::after {
  position: absolute;
  right: -8vw;
  bottom: -20vh;
  z-index: 2;
  width: min(80vw, 70rem);
  height: 60vh;
  background:
    radial-gradient(ellipse at 52% 46%, rgba(232, 255, 0, 0.22), transparent 62%),
    radial-gradient(ellipse at 40% 58%, rgba(255, 43, 154, 0.24), transparent 68%);
  content: "";
  filter: blur(10px);
  pointer-events: none;
}

.sl-hero__slider,
.sl-hero-slide,
.sl-hero-slide img,
.sl-hero__wash {
  position: absolute;
  inset: 0;
}

.sl-hero-slide {
  margin: 0;
  opacity: 0;
  transition: opacity 700ms ease;
}

.sl-hero-slide.is-active {
  opacity: 1;
}

.sl-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
  filter: saturate(1.08) contrast(1.08) brightness(0.82);
}

.sl-hero__wash {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.90) 0%, rgba(5, 5, 6, 0.76) 36%, rgba(5, 5, 6, 0.20) 70%, rgba(5, 5, 6, 0.52) 100%),
    linear-gradient(180deg, rgba(5, 5, 6, 0.20), rgba(5, 5, 6, 0.70));
  pointer-events: none;
}

.sl-hero__copy {
  position: relative;
  z-index: 3;
  width: clamp(340px, 38vw, 640px);
  min-width: 340px;
}

.sl-hero__copy h1 {
  margin: 0 0 8px;
  color: rgba(232, 255, 0, 0.82);
  font-size: clamp(1.1rem, 1.8vw, 1.68rem);
  font-weight: 950;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.sl-hero__statement {
  max-width: 11ch;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(3.95rem, 8.95vw, 11.8rem);
  font-weight: 950;
  line-height: 0.92;
}

.sl-hero__lead {
  max-width: 38rem;
  margin: 0 0 18px;
  color: rgba(248, 246, 255, 0.86);
  font-size: clamp(1.35rem, 2.45vw, 2.65rem);
  font-weight: 850;
  line-height: 1.18;
}

.sl-hero__meta {
  width: fit-content;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid rgba(232, 255, 0, 0.26);
  background: rgba(8, 7, 18, 0.58);
  color: rgba(248, 246, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 950;
}

.sl-hero__release {
  display: grid;
  gap: 4px;
  width: min(100%, 390px);
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(232, 255, 0, 0.32);
  background:
    linear-gradient(90deg, rgba(232, 255, 0, 0.12), rgba(255, 43, 154, 0.08)),
    rgba(8, 7, 18, 0.68);
  box-shadow: 0 0 42px rgba(232, 255, 0, 0.08);
}

.sl-hero__release span {
  color: var(--sl-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.sl-hero__release strong {
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.1;
}

.sl-hero__release small {
  color: var(--sl-muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.sl-hero__sample {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.sl-play-button,
.sl-booth-button,
.sl-card-actions a,
.sl-card-booth,
.sl-store-grid article > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(232, 255, 0, 0.42);
  background: rgba(8, 7, 18, 0.62);
  color: var(--sl-blue);
  font-weight: 950;
  cursor: pointer;
}

.sl-play-button {
  gap: 10px;
  min-width: 190px;
  padding: 10px 18px;
  border-color: transparent;
  background: var(--sl-pink);
  color: #fff;
  text-align: left;
}

.sl-play-button small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
}

.sl-play-button[data-state="playing"],
.sl-card-play[data-state="playing"] {
  background: var(--sl-blue);
  color: #080712;
  box-shadow: 0 0 0 1px rgba(232, 255, 0, 0.32), 0 0 34px rgba(232, 255, 0, 0.42);
}

.sl-play-button[data-state="missing"],
.sl-card-play[data-state="missing"] {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--sl-muted);
}

.sl-booth-button {
  min-width: 112px;
  padding: 0 18px;
}

.sl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.sl-hero__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 52px;
  border: 1px solid rgba(232, 255, 0, 0.42);
  background: rgba(8, 7, 18, 0.62);
  color: var(--sl-blue);
  font-weight: 950;
}

.sl-hero__actions a:first-child {
  border-color: transparent;
  background: var(--sl-pink);
  color: #fff;
}

.sl-hero__meter {
  position: absolute;
  right: clamp(22px, 4vw, 56px);
  bottom: 32px;
  z-index: 4;
  display: flex;
  gap: 10px;
}

.sl-dot {
  width: 38px;
  height: 4px;
  border: 0;
  background: rgba(255, 255, 255, 0.24);
  cursor: pointer;
}

.sl-dot.is-active {
  background: var(--sl-blue);
}

.sl-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  align-items: stretch;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #0b0917;
}

.sl-proof-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  min-height: 178px;
  padding: 18px clamp(18px, 3vw, 34px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 43, 154, 0.10), transparent 42%),
    #0b0917;
  color: var(--sl-text);
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.sl-proof-card:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(232, 255, 0, 0.11), transparent 44%),
    #0b0917;
}

.sl-proof-card:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(84, 162, 255, 0.14), transparent 44%),
    #0b0917;
}

.sl-proof-card figure {
  position: relative;
  min-height: 142px;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.sl-proof-card figure::after,
.sl-lineup-card::after,
.sl-store-grid article::after,
.sl-featured-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transform: scale(0.985);
  background:
    linear-gradient(180deg, rgba(232, 255, 0, 0.12), transparent 28%, transparent 72%, rgba(255, 43, 154, 0.12));
  box-shadow: inset 0 0 0 1px rgba(232, 255, 0, 0.42);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.sl-proof-card img {
  width: 100%;
  height: 100%;
  min-height: 142px;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.sl-proof-card__body {
  display: grid;
  align-content: center;
  gap: 8px;
  padding-right: 112px;
}

.sl-proof-card__body span {
  color: var(--sl-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.sl-proof-card__body strong {
  color: #fff;
  font-size: clamp(1.3rem, 2.5vw, 2.25rem);
  line-height: 1;
}

.sl-proof-card__body small {
  max-width: 420px;
  color: var(--sl-muted);
  line-height: 1.55;
}

.sl-proof-card .sl-card-play {
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}

.sl-proof-card:hover figure::after,
.sl-proof-card:focus-within figure::after,
.sl-lineup-card:hover::after,
.sl-lineup-card:focus-within::after,
.sl-store-grid article:hover::after,
.sl-store-grid article:focus-within::after,
.sl-featured-visual:hover::after,
.sl-featured-visual:focus-within::after {
  opacity: 1;
  transform: scale(1);
}

.sl-proof-card:hover,
.sl-proof-card:focus-within,
.sl-proof-card.is-playing {
  border-color: rgba(232, 255, 0, 0.34);
  box-shadow: inset 0 0 0 1px rgba(232, 255, 0, 0.12), 0 18px 46px rgba(0, 0, 0, 0.28);
}

.sl-proof-card.is-playing,
.sl-lineup-card.is-playing,
.sl-store-grid article.is-playing {
  border-color: rgba(232, 255, 0, 0.76);
  background:
    radial-gradient(ellipse at 50% 22%, rgba(232, 255, 0, 0.15), transparent 20rem),
    rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(232, 255, 0, 0.22), 0 0 42px rgba(232, 255, 0, 0.16);
}

.sl-proof-card.is-playing figure::after,
.sl-lineup-card.is-playing::after,
.sl-store-grid article.is-playing::after {
  opacity: 1;
  transform: scale(1);
}

.sl-proof-card:hover img,
.sl-proof-card:focus-within img,
.sl-lineup-card:hover img,
.sl-lineup-card:focus-within img,
.sl-store-grid article:hover > img,
.sl-store-grid article:focus-within > img,
.sl-featured-visual:hover img,
.sl-featured-visual:focus-within img {
  transform: scale(1.035);
  filter: saturate(1.12) contrast(1.06);
}

.sl-proof-card:hover .sl-card-play,
.sl-proof-card:focus-within .sl-card-play,
.sl-lineup-card:hover .sl-card-play,
.sl-lineup-card:focus-within .sl-card-play,
.sl-store-grid article:hover .sl-card-play,
.sl-store-grid article:focus-within .sl-card-play {
  border-color: rgba(232, 255, 0, 0.86);
  color: #050506;
  background: var(--sl-blue);
  box-shadow: 0 0 0 1px rgba(232, 255, 0, 0.28), 0 0 30px rgba(232, 255, 0, 0.36);
}

.sl-proof-strip a {
  display: grid;
  height: 65.4px;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(248, 246, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 950;
}

.sl-proof-strip .sl-strip-sample {
  display: grid;
  height: 65.4px;
  place-items: center;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: #0b0917;
  color: rgba(248, 246, 255, 0.78);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 950;
  cursor: pointer;
}

.sl-proof-strip .sl-strip-sample:hover,
.sl-proof-strip .sl-strip-sample[data-state="playing"] {
  color: var(--sl-blue);
}

.sl-section {
  padding: 54px clamp(50px, 5.7vw, 82.5px);
  background: #0f0b1e;
  color: var(--sl-text);
}

.sl-section__head {
  max-width: 1120px;
  margin: 0 auto 36px;
  text-align: center;
}

.sl-section__head--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1260px;
  text-align: left;
}

.sl-section__head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.6rem, 5.4vw, 5rem);
  font-weight: 950;
  line-height: 1;
}

.sl-section__head p {
  margin: 12px auto 0;
  max-width: 42rem;
  color: var(--sl-muted);
}

.sl-view-all {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 31.2px;
  color: var(--sl-blue);
  font-size: 0.82rem;
  font-weight: 950;
}

.sl-featured {
  background:
    radial-gradient(ellipse at 74% 30%, rgba(232, 255, 0, 0.12), transparent 28rem),
    #120d22;
}

.sl-featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 25px;
  max-width: 1260px;
  margin: 0 auto;
}

.sl-featured-panel,
.sl-featured-visual {
  min-height: 435.5px;
  border: 1px solid var(--sl-line);
  background:
    linear-gradient(135deg, rgba(232, 255, 0, 0.10), transparent 44%),
    rgba(255, 255, 255, 0.06);
}

.sl-featured-panel {
  display: grid;
  align-content: end;
  padding: 28px;
}

.sl-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.sl-card-actions a,
.sl-card-actions button {
  min-width: 142px;
}

.sl-featured-panel span,
.sl-featured-panel small {
  color: var(--sl-muted);
  font-size: 0.92rem;
  font-weight: 950;
}

.sl-featured-panel strong {
  margin: 16px 0;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.92;
}

.sl-featured-visual {
  margin: 0;
  overflow: hidden;
}

.sl-featured-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.sl-news {
  padding-top: 110px;
  padding-bottom: 74px;
  background: #f8fbff;
  color: var(--sl-ink);
}

.sl-news .sl-section__head h2 {
  color: var(--sl-ink);
}

.sl-news .sl-section__head p {
  color: rgba(24, 18, 46, 0.64);
}

.sl-news .sl-section__head {
  position: relative;
}

.sl-news .sl-section__head--split {
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
}

.sl-update-pulse {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
  min-height: 28px;
  margin-top: 8px;
  padding: 0 10px;
  border: 1px solid rgba(24, 18, 46, 0.12);
  background: rgba(24, 18, 46, 0.04);
  color: rgba(24, 18, 46, 0.58);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.sl-update-pulse span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sl-pink);
  box-shadow: 0 0 12px rgba(255, 43, 154, 0.48);
  animation: sl-update-breathe 2.8s ease-in-out infinite;
}

.sl-update-pulse:hover,
.sl-update-pulse:focus-visible {
  border-color: rgba(255, 43, 154, 0.28);
  color: rgba(24, 18, 46, 0.72);
}

.sl-season-marker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
  width: fit-content;
  height: 46px;
  padding: 0 2px;
  outline: 0;
}

.sl-season-marker::after {
  top: 7px;
  left: 7px;
  width: 28px;
  height: 28px;
}

.sl-season-marker__chime,
.sl-season-marker__label {
  display: block;
}

.sl-season-marker__chime {
  position: relative;
  width: 34px;
  height: 42px;
  border-top: 1px solid rgba(24, 18, 46, 0.42);
  transition: transform 180ms ease;
}

.sl-season-marker__chime::before {
  position: absolute;
  top: 7px;
  left: 5px;
  width: 21px;
  height: 17px;
  border: 1px solid rgba(24, 18, 46, 0.54);
  border-bottom-color: rgba(255, 43, 154, 0.48);
  border-radius: 12px 12px 6px 6px;
  background:
    radial-gradient(circle at 72% 32%, rgba(255, 255, 255, 0.72), transparent 18%),
    rgba(205, 252, 255, 0.58);
  box-shadow: 0 0 14px rgba(74, 229, 255, 0.20);
  content: "";
}

.sl-season-marker__chime::after {
  position: absolute;
  top: 25px;
  left: 14px;
  width: 8px;
  height: 15px;
  border: 1px solid rgba(24, 18, 46, 0.20);
  background: rgba(24, 18, 46, 0.78);
  box-shadow: 0 0 10px rgba(255, 43, 154, 0.14);
  content: "";
  transform: rotate(-5deg);
  transform-origin: 50% 0;
}

.sl-season-marker__label {
  padding: 6px 9px 5px;
  border: 1px solid rgba(24, 18, 46, 0.14);
  background: rgba(24, 18, 46, 0.05);
  color: rgba(24, 18, 46, 0.58);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  transition: transform 180ms ease;
}

.sl-season-marker:hover .sl-season-marker__chime,
.sl-season-marker:focus-visible .sl-season-marker__chime {
  transform: rotate(-4deg);
}

.sl-season-marker:hover .sl-season-marker__label,
.sl-season-marker:focus-visible .sl-season-marker__label {
  transform: translateX(2px);
}

.sl-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 33px;
  justify-content: center;
  max-width: 1260px;
  margin: 0 auto;
}

.sl-news-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto;
  min-width: 0;
  min-height: 298.9px;
  color: var(--sl-ink);
}

.sl-news-card.is-placeholder {
  padding: 12px;
  border: 1px solid rgba(24, 18, 46, 0.10);
  background: #fff;
  color: var(--sl-ink);
  overflow: hidden;
}

.sl-news-card img {
  width: 100%;
  aspect-ratio: 1.78 / 1;
  object-fit: cover;
  background:
    linear-gradient(135deg, rgba(232, 255, 0, 0.10), transparent 38%),
    linear-gradient(315deg, rgba(255, 43, 154, 0.08), transparent 48%),
    #edf4ff;
}

.sl-news-card--nene img {
  object-position: center 18%;
}

.sl-news-card--sumine img {
  object-position: center 22%;
}

.sl-news-card.is-placeholder img,
.sl-news-card img[src$="placeholder.png"] {
  opacity: 1;
  filter: none;
}

.sl-news-card.is-placeholder::before {
  content: "COMING SOON";
  position: absolute;
  top: 48px;
  left: 26px;
  z-index: 2;
  color: rgba(24, 18, 46, 0.78);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.sl-news-card.is-placeholder::after {
  content: "";
  position: absolute;
  top: 66px;
  right: 28px;
  left: 28px;
  z-index: 2;
  height: 54px;
  border-top: 1px solid rgba(24, 18, 46, 0.12);
  border-bottom: 1px solid rgba(255, 43, 154, 0.18);
  background:
    linear-gradient(90deg, transparent, rgba(24, 18, 46, 0.08), transparent);
  pointer-events: none;
}

.sl-news-card span {
  margin-top: 12px;
  color: rgba(24, 18, 46, 0.52);
  font-size: 0.76rem;
  font-weight: 900;
}

.sl-news-card strong {
  margin-top: 2px;
  color: var(--sl-ink);
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.3;
}

.sl-news-card small {
  margin-top: 6px;
  color: rgba(255, 43, 154, 0.82);
  font-size: 0.72rem;
  font-weight: 950;
}

.sl-stable-update {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
  gap: 1px;
  max-width: 1260px;
  margin: -34px auto 0;
  border: 1px solid rgba(24, 18, 46, 0.12);
  background: #120d22;
  color: var(--sl-text);
  overflow: hidden;
}

.sl-stable-update__visual {
  min-height: 360px;
  margin: 0;
  background: #0b0917;
}

.sl-stable-update__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}

.sl-stable-update__body {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(28px, 5vw, 72px);
  background:
    radial-gradient(ellipse at 88% 20%, rgba(232, 255, 0, 0.14), transparent 20rem),
    linear-gradient(135deg, rgba(255, 43, 154, 0.16), transparent 46%),
    #120d22;
}

.sl-stable-update__body > span {
  color: var(--sl-pink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sl-stable-update__body h2 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.75rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.sl-stable-update__body p {
  max-width: 680px;
  margin: 0;
  color: rgba(246, 243, 255, 0.78);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.75;
}

.sl-stable-update__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.sl-stable-update__chips a {
  padding: 10px 13px;
  border: 1px solid rgba(232, 255, 0, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sl-stable-update__chips a:last-child {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(246, 243, 255, 0.64);
}

.sl-lineup {
  background:
    radial-gradient(ellipse at 78% 20%, rgba(232, 255, 0, 0.14), transparent 28rem),
    #120d22;
}

.sl-lineup-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 0.75fr));
  gap: 18px;
  max-width: 1260px;
  margin: 0 auto;
}

.sl-lineup-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 430px;
  padding: 18px;
  border: 1px solid var(--sl-line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--sl-text);
  overflow: hidden;
}

.sl-lineup-card[data-status]::before,
.sl-store-grid article[data-status]::before {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  padding: 7px 9px;
  border: 1px solid rgba(232, 255, 0, 0.42);
  background: rgba(8, 7, 18, 0.74);
  color: var(--sl-blue);
  content: attr(data-status);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  line-height: 1;
}

.sl-lineup-card[data-status="COMING SOON"]::before,
.sl-store-grid article[data-status="COMING SOON"]::before,
.sl-lineup-card[data-status="PREPARING NEXT"]::before,
.sl-store-grid article[data-status="PREPARING NEXT"]::before {
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(248, 246, 255, 0.72);
}

.sl-lineup-card[data-status="PREPARING NEXT"]::before,
.sl-store-grid article[data-status="PREPARING NEXT"]::before {
  border-color: rgba(232, 255, 0, 0.46);
  color: var(--sl-blue);
  box-shadow: 0 0 22px rgba(232, 255, 0, 0.18);
}

.sl-card-play {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
  min-width: 86px;
  min-height: 44px;
  border: 1px solid rgba(255, 43, 154, 0.72);
  background: rgba(255, 43, 154, 0.92);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  cursor: pointer;
}

.sl-card-booth {
  width: fit-content;
  min-height: 40px;
  margin-top: 14px;
  padding: 0 14px;
}

.sl-lineup-card--primary {
  min-height: 581px;
}

.sl-lineup-card--silhouette {
  border-color: rgba(232, 255, 0, 0.34);
  background:
    radial-gradient(ellipse at 50% 32%, rgba(232, 255, 0, 0.12), transparent 14rem),
    linear-gradient(180deg, rgba(255, 43, 154, 0.08), rgba(255, 255, 255, 0.04)),
    #0b0917;
}

.sl-lineup-card--shion {
  border-color: rgba(232, 255, 0, 0.52);
  background:
    radial-gradient(ellipse at 52% 18%, rgba(232, 255, 0, 0.18), transparent 16rem),
    radial-gradient(ellipse at 40% 72%, rgba(255, 43, 154, 0.14), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    #09090d;
}

.sl-lineup-card img,
.sl-lineup-placeholder {
  width: 100%;
  height: 317px;
  margin-bottom: 16px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.sl-lineup-card--primary img {
  height: 412px;
  object-fit: cover;
}

.sl-lineup-placeholder {
  display: grid;
  place-items: center;
  color: rgba(232, 255, 0, 0.72);
  font-size: 2rem;
  font-weight: 950;
}

.sl-lineup-card span,
.sl-store-grid span {
  color: var(--sl-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.sl-lineup-card strong,
.sl-store-grid strong {
  color: #fff;
  font-size: 1.42rem;
  line-height: 1.08;
}

.sl-lineup-card small {
  color: var(--sl-muted);
  font-size: 0.86rem;
}

.sl-store {
  background:
    linear-gradient(180deg, #120d22, #0b0917);
}

.sl-store-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1260px;
  margin: 0 auto;
}

.sl-store-grid article {
  position: relative;
  display: grid;
  gap: 12px;
  padding-bottom: 8px;
  color: var(--sl-text);
  border: 1px solid transparent;
}

.sl-store-grid article > img {
  order: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.sl-store-card--nene > img {
  object-position: center 24%;
}

.sl-store-card--sumine > img {
  object-position: center center;
}

.sl-store-card--shion > img {
  object-position: center 20%;
}

.sl-store-grid article > span {
  order: 2;
}

.sl-store-grid article > strong {
  order: 3;
}

.sl-store-grid .sl-card-play {
  position: static;
  order: 4;
  justify-self: start;
  min-width: 112px;
  min-height: 38px;
  transform: none;
}

.sl-store-grid article > a {
  order: 5;
  width: fit-content;
  min-height: 40px;
  padding: 0 14px;
}

.sl-archive {
  background: #0b0917;
}

.sl-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
  justify-content: center;
  max-width: 1260px;
  margin: 0 auto;
}

.sl-archive-panel {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 435.5px;
  padding: 28px;
  border: 1px solid var(--sl-line);
  background:
    linear-gradient(135deg, rgba(232, 255, 0, 0.1), transparent 44%),
    rgba(255, 255, 255, 0.06);
  color: var(--sl-text);
}

.sl-archive-panel:first-child::before {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(232, 255, 0, 0.36);
  background: rgba(8, 7, 18, 0.78);
  color: rgba(248, 246, 255, 0.9);
  content: "MAINTENANCE";
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.sl-archive-panel span {
  color: var(--sl-blue);
  font-size: 0.92rem;
  font-weight: 950;
}

.sl-archive-panel strong {
  margin-top: 16px;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.92;
}

.sl-archive-panel small {
  margin-top: 16px;
  color: var(--sl-muted);
  font-size: 1rem;
}

.sl-contact-band {
  display: grid;
  align-content: center;
  justify-content: center;
  width: min(1260px, calc(100% - 100px));
  min-height: 212px;
  margin: 26px auto 70px;
  border: 1px solid rgba(232, 255, 0, 0.22);
  background:
    radial-gradient(ellipse at 50% 28%, rgba(232, 255, 0, 0.12), transparent 24rem),
    #120d22;
  color: var(--sl-text);
  text-align: center;
}

.sl-contact-band span {
  color: var(--sl-blue);
  font-size: 0.9rem;
  font-weight: 950;
}

.sl-contact-band strong {
  color: #fff;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1;
}

.sl-contact-band small {
  margin-top: 14px;
  color: var(--sl-muted);
  font-size: 0.94rem;
  font-weight: 850;
}

.sl-footer {
  display: grid;
  gap: 8px;
  padding: 48px clamp(50px, 5.7vw, 82.5px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #080712;
  color: var(--sl-muted);
}

.sl-footer p {
  margin: 0;
  color: #fff;
  font-weight: 950;
}

.sl-footer small {
  font-size: 0.82rem;
}

.sl-footer a {
  color: rgba(248, 246, 255, 0.82);
}

.is-placeholder {
  background:
    linear-gradient(135deg, rgba(232, 255, 0, 0.15), rgba(255, 43, 154, 0.12)),
    #111116;
}

.is-placeholder img,
img[src$="placeholder.png"] {
  opacity: 0.06;
  image-rendering: auto;
}

.sl-hero-slide.is-placeholder img,
.sl-lineup-card--silhouette.is-placeholder img {
  opacity: 0.92;
  background:
    radial-gradient(ellipse at 68% 42%, rgba(232, 255, 0, 0.26), transparent 18rem),
    radial-gradient(ellipse at 72% 60%, rgba(255, 43, 154, 0.18), transparent 22rem),
    linear-gradient(90deg, #050506 0%, #09090d 42%, #111116 100%);
}

.sl-lineup-card--silhouette.is-placeholder img {
  filter: brightness(0.74) contrast(1.16);
}

@keyframes sl-charm-drift {
  0%,
  100% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(2deg);
  }
}

@keyframes sl-sound-ring {
  0% {
    opacity: 0.84;
    transform: scale(0.62);
  }

  100% {
    opacity: 0;
    transform: scale(1.9);
  }
}

@keyframes sl-update-breathe {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.82);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sl-season-charm,
  .sl-season-charm:hover::after,
  .sl-season-charm:focus-visible::after,
  .sl-season-marker:hover::after,
  .sl-season-marker:focus-visible::after,
  .sl-update-pulse span {
    animation: none;
  }

  .sl-season-charm__tag,
  .sl-season-marker__chime,
  .sl-season-marker__label {
    transition: none;
  }
}

@media (max-width: 1180px) {
  .sl-header__nav {
    gap: 16px;
    min-width: 0;
  }

  .sl-header__store {
    width: 160px;
  }

  .sl-season-charm {
    right: 168px;
  }

  .sl-lineup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sl-proof-strip {
    grid-template-columns: 1fr;
  }

  .sl-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .sl-header {
    height: 80px;
    padding: 24px 24px;
  }

  .sl-header__inner {
    height: 32px;
    justify-content: flex-start;
  }

  .sl-header__brand {
    position: static;
    width: auto;
    height: 32px;
  }

  .sl-header__mark {
    width: 35px;
    height: 32px;
    font-size: 0.72rem;
  }

  .sl-header__name {
    font-size: 0.96rem;
  }

  .sl-header__nav,
  .sl-header__store {
    display: none;
  }

  .sl-season-charm {
    top: -10px;
    right: 58px;
    transform: scale(0.72);
    animation-name: none;
  }

  .sl-mobile-menu {
    position: absolute;
    right: 0;
    display: block;
  }

  .sl-mobile-menu summary {
    display: grid;
    width: 48px;
    height: 48px;
    margin-top: -8px;
    place-items: center;
    list-style: none;
    cursor: pointer;
  }

  .sl-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .sl-mobile-menu summary span {
    width: 24px;
    height: 4px;
    background: var(--sl-text);
  }

  .sl-mobile-menu nav {
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    display: grid;
    gap: 20px;
    padding: 48px 60px 56px;
    background: rgba(8, 7, 18, 0.96);
    color: var(--sl-text);
  }

  .sl-mobile-menu nav a {
    min-height: 33px;
    font-size: 1.4rem;
    font-weight: 950;
  }

  .sl-hero {
    grid-template-columns: 1fr;
    min-height: 100svh;
    padding: 104px 15px 24px;
  }

  .sl-hero__copy {
    z-index: 3;
    width: min(86vw, 390px);
    min-width: 0;
  }

  .sl-hero__statement {
    font-size: clamp(3.2rem, 15vw, 5.7rem);
  }

  .sl-hero__lead {
    font-size: clamp(1.25rem, 6vw, 2rem);
  }

  .sl-hero-slide img {
    object-position: 70% center;
  }

  .sl-proof-strip {
    grid-auto-columns: unset;
    height: auto;
    overflow-x: hidden;
  }

  .sl-proof-strip a {
    height: 48px;
    font-size: 0.72rem;
  }

  .sl-proof-strip .sl-strip-sample {
    height: 48px;
    font-size: 0.72rem;
  }

  .sl-section {
    padding: 50px 15px;
  }

  .sl-section__head,
  .sl-section__head--split {
    display: block;
    max-width: 360px;
    margin-bottom: 25px;
    text-align: left;
  }

  .sl-section__head h2 {
    font-size: 2.5rem;
  }

  .sl-season-marker {
    justify-self: start;
    height: 42px;
    margin-top: 12px;
    transform: scale(0.88);
    transform-origin: left center;
  }

  .sl-update-pulse {
    justify-self: start;
    margin-top: 14px;
  }

  .sl-proof-strip {
    grid-template-columns: 1fr;
  }

  .sl-proof-card {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    padding: 18px;
  }

  .sl-proof-card figure,
  .sl-proof-card img {
    min-height: 238px;
  }

  .sl-proof-card__body {
    padding-right: 0;
  }

  .sl-proof-card .sl-card-play {
    top: 30px;
    right: 30px;
    transform: none;
  }

  .sl-view-all {
    justify-content: flex-start;
    width: 360px;
    margin-top: 10px;
  }

  .sl-featured-grid,
  .sl-news-grid,
  .sl-stable-update,
  .sl-lineup-grid,
  .sl-store-grid,
  .sl-archive-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }

  .sl-featured-panel,
  .sl-featured-visual {
    min-height: 256.7px;
  }

  .sl-news {
    padding-top: 106px;
  }

  .sl-news-grid {
    gap: 30px;
  }

  .sl-news-card {
    grid-template-rows: auto auto auto auto;
    width: 100%;
    min-height: 256.5px;
  }

  .sl-news-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.78 / 1;
  }

  .sl-stable-update {
    margin-top: -10px;
  }

  .sl-stable-update__visual {
    min-height: 220px;
  }

  .sl-stable-update__body {
    padding: 28px 22px 32px;
  }

  .sl-stable-update__body h2 {
    font-size: 2.65rem;
  }

  .sl-lineup-card,
  .sl-lineup-card--primary {
    min-height: 0;
  }

  .sl-lineup-card img,
  .sl-lineup-placeholder,
  .sl-lineup-card--primary img {
    height: 514px;
  }

  .sl-card-play {
    top: 18px;
    right: 18px;
  }

  .sl-archive-panel {
    min-height: 256.7px;
    padding: 22px;
  }

  .sl-contact-band {
    width: 360px;
    min-height: 176.8px;
    margin: 0 auto 50px;
  }
}

