:root {
  --dj-ink: #f9f4e7;
  --dj-dark: #101312;
  --dj-green: #123d34;
  --dj-lime: #d7e85a;
  --dj-cyan: #53d8d2;
  --dj-pink: #ee6f9f;
  --dj-gold: #d6aa56;
  --dj-paper: #fffaf0;
}

.dj-fes-page {
  overflow-x: clip;
  background: var(--dj-dark);
}

.dj-fes-page.dj-fes-opening-active {
  overflow: hidden;
}

#main.dj-fes-lp {
  position: relative;
  max-width: none;
  padding: 0 !important;
  overflow: hidden;
  color: var(--dj-ink);
  background: var(--dj-dark);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: 0;
}

#main.dj-fes-lp *,
#main.dj-fes-lp *::before,
#main.dj-fes-lp *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

#main.dj-fes-lp img {
  display: block;
  width: 100%;
}

.dj-opening {
  position: fixed;
  z-index: 12000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #070908;
  animation: dj-opening-fallback 0.8s 6s both;
}

.dj-fes-enhanced .dj-opening {
  animation: none;
}

.dj-opening.is-leaving {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.035);
  transition: opacity 0.8s ease, visibility 0.8s ease, transform 1s ease;
}

.dj-opening.is-hidden {
  display: none;
}

.dj-opening__media {
  position: absolute;
  inset: -6%;
  margin: 0;
  opacity: 0;
  transform: scale(1.16);
  filter: saturate(1.15) brightness(0.72);
  transition: opacity 0.9s 0.7s ease, transform 4.2s 0.7s cubic-bezier(0.2, 0.65, 0.2, 1);
}

.dj-opening.is-running .dj-opening__media {
  opacity: 0.58;
  transform: scale(1.02);
}

.dj-opening__media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dj-opening__grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(83, 216, 210, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 111, 159, 0.1) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0;
  transform: perspective(700px) rotateX(58deg) translateY(20%);
}

.dj-opening.is-running .dj-opening__grid {
  opacity: 0.45;
  animation: dj-grid-run 3.8s ease both;
}

.dj-opening__spectrum {
  position: absolute;
  inset: -18% -8%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
}

.dj-opening__spectrum span {
  position: absolute;
  left: -8%;
  width: 116%;
  height: 22%;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(83, 216, 210, 0.78), rgba(238, 111, 159, 0.72), rgba(215, 232, 90, 0.72), transparent);
  filter: blur(13px);
  transform: translateX(-18%) skewY(-9deg) scaleX(0.88);
}

.dj-opening__spectrum span:nth-child(1) {
  top: 16%;
}

.dj-opening__spectrum span:nth-child(2) {
  top: 40%;
  height: 17%;
  opacity: 0.76;
  transform: translateX(14%) skewY(8deg) scaleX(0.72);
}

.dj-opening__spectrum span:nth-child(3) {
  top: 62%;
  height: 26%;
  opacity: 0.58;
  transform: translateX(-4%) skewY(-5deg) scaleX(0.96);
}

.dj-opening.is-running .dj-opening__spectrum {
  opacity: 1;
  animation: dj-spectrum-sweep 2.8s 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.dj-opening__rings {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: min(74vw, 780px);
  aspect-ratio: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.dj-opening__rings i {
  position: absolute;
  inset: 50%;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  opacity: 0;
  box-shadow:
    0 0 34px rgba(83, 216, 210, 0.28),
    inset 0 0 34px rgba(238, 111, 159, 0.18);
}

.dj-opening__rings i:nth-child(2) {
  border-color: rgba(215, 232, 90, 0.66);
  animation-delay: 0.38s;
}

.dj-opening__rings i:nth-child(3) {
  border-color: rgba(238, 111, 159, 0.58);
  animation-delay: 0.76s;
}

.dj-opening.is-running .dj-opening__rings i {
  animation: dj-ring-pulse 2.7s 0.75s ease-out both;
}

.dj-opening__beam {
  position: absolute;
  top: -22%;
  width: 24vw;
  height: 148vh;
  opacity: 0;
  transform-origin: 50% 0;
  filter: blur(1px);
  mix-blend-mode: screen;
}

.dj-opening__beam--a {
  left: 16%;
  background: linear-gradient(180deg, rgba(83, 216, 210, 0.82), rgba(83, 216, 210, 0));
  transform: rotate(-21deg);
}

.dj-opening__beam--b {
  right: 17%;
  background: linear-gradient(180deg, rgba(238, 111, 159, 0.74), rgba(238, 111, 159, 0));
  transform: rotate(19deg);
}

.dj-opening.is-running .dj-opening__beam--a {
  animation: dj-beam-a 3.4s 0.4s ease-in-out both;
}

.dj-opening.is-running .dj-opening__beam--b {
  animation: dj-beam-b 3.2s 0.55s ease-in-out both;
}

.dj-opening__meters {
  position: absolute;
  bottom: 8%;
  left: 50%;
  display: flex;
  align-items: end;
  gap: 8px;
  width: min(520px, calc(100% - 56px));
  height: 96px;
  transform: translateX(-50%);
  opacity: 0;
}

.dj-opening.is-running .dj-opening__meters {
  opacity: 1;
  transition: opacity 0.45s 0.9s ease;
}

.dj-opening__meters i {
  flex: 1;
  height: var(--meter-height, 36%);
  min-height: 12px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--dj-lime), var(--dj-cyan));
  box-shadow: 0 0 22px rgba(83, 216, 210, 0.45);
  transition: height 0.18s ease;
}

.dj-opening__copy {
  position: relative;
  z-index: 4;
  width: min(980px, calc(100% - 72px));
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
}

.dj-opening.is-running .dj-opening__copy {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s 1s ease, transform 0.9s 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.dj-opening__copy p {
  margin: 0;
  font-family: Jost, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

.dj-opening__copy p:first-child {
  margin-bottom: 22px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.76);
}

.dj-opening__copy p:last-child {
  margin-top: 24px;
  font-size: 18px;
}

.dj-opening__copy div {
  font-family: Jost, sans-serif;
  font-size: 92px;
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
}

.dj-opening__copy span,
.dj-opening__copy strong {
  display: block;
}

.dj-opening__copy strong {
  color: var(--dj-lime);
  text-shadow: 0 0 28px rgba(215, 232, 90, 0.28);
}

.dj-opening__skip {
  position: absolute;
  right: 34px;
  bottom: 28px;
  z-index: 5;
  min-width: 76px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  background: rgba(9, 12, 11, 0.55);
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.dj-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 820px;
  height: 100svh;
  padding: 190px 7% 88px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #101312;
}

.dj-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 34%, rgba(238, 111, 159, 0.4), transparent 22%),
    radial-gradient(circle at 36% 72%, rgba(83, 216, 210, 0.34), transparent 27%),
    linear-gradient(90deg, rgba(5, 10, 9, 0.82), rgba(5, 10, 9, 0.22) 54%, rgba(5, 10, 9, 0.78));
}

.dj-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
  margin: 0;
  transform: scale(calc(1.04 + var(--dj-scroll, 0) * 0.08));
  filter: brightness(0.58) saturate(1.08);
}

.dj-hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dj-hero__light {
  position: absolute;
  top: -18%;
  width: 20vw;
  height: 120vh;
  z-index: -1;
  opacity: 0.65;
  filter: blur(2px);
  mix-blend-mode: screen;
  animation: dj-hero-light 7.5s ease-in-out infinite alternate;
}

.dj-hero__light--left {
  left: 20%;
  background: linear-gradient(180deg, rgba(83, 216, 210, 0.68), rgba(83, 216, 210, 0));
  transform: rotate(-19deg);
}

.dj-hero__light--right {
  right: 18%;
  background: linear-gradient(180deg, rgba(215, 232, 90, 0.48), rgba(215, 232, 90, 0));
  transform: rotate(20deg);
  animation-delay: -2.2s;
}

.dj-hero__spectra {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: screen;
}

.dj-hero__spectra i {
  position: absolute;
  display: block;
  opacity: 0.7;
  filter: blur(1px);
  animation: dj-spectrum-float 8s ease-in-out infinite alternate;
}

.dj-hero__spectra i:nth-child(1) {
  left: -12%;
  top: 13%;
  width: 72%;
  height: 26%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(83, 216, 210, 0.5), transparent);
  transform: rotate(-9deg);
}

.dj-hero__spectra i:nth-child(2) {
  right: -16%;
  top: 24%;
  width: 66%;
  height: 20%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(238, 111, 159, 0.58), transparent);
  transform: rotate(11deg);
  animation-delay: -1.5s;
}

.dj-hero__spectra i:nth-child(3) {
  left: 30%;
  top: -12%;
  width: 19vw;
  height: 126vh;
  background: linear-gradient(180deg, rgba(215, 232, 90, 0.42), transparent 68%);
  transform: rotate(16deg);
  animation-delay: -3s;
}

.dj-hero__spectra i:nth-child(4) {
  right: 8%;
  bottom: -12%;
  width: 34vw;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  box-shadow: inset 0 0 90px rgba(83, 216, 210, 0.18);
  animation-delay: -4.5s;
}

.dj-hero__spectra i:nth-child(5) {
  left: 4%;
  bottom: 10%;
  width: 42vw;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  transform: rotate(-14deg);
  animation-delay: -6s;
}

.dj-hero__ghost {
  position: absolute;
  z-index: -1;
  left: 5%;
  top: 20%;
  margin: 0;
  color: rgba(255, 255, 255, 0.055);
  font-family: Jost, sans-serif;
  font-size: clamp(104px, 15vw, 245px);
  font-weight: 900;
  line-height: 0.78;
  text-transform: uppercase;
  pointer-events: none;
  transform: translateY(calc(var(--dj-scroll, 0) * -52px));
}

.dj-hero__copy {
  width: min(880px, 68%);
  position: relative;
  z-index: 2;
}

.dj-hero__copy p {
  margin: 0 0 20px;
  color: var(--dj-lime);
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.dj-hero__copy h1 {
  margin: 0;
  font-family: Jost, "Hiragino Sans", sans-serif;
  font-size: clamp(80px, 6.2vw, 86px);
  font-weight: 900;
  line-height: 0.94;
}

.dj-hero__copy h1 strong {
  color: #fff;
}

.dj-hero__copy span {
  display: inline-block;
  margin-top: 28px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: Jost, sans-serif;
  font-weight: 800;
}

.dj-hero__panel {
  position: absolute;
  right: 7%;
  bottom: 98px;
  width: 340px;
  padding: 24px 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(10, 16, 15, 0.54);
  backdrop-filter: blur(12px);
}

.dj-hero__panel p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.dj-scroll {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.dj-scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  margin: 12px auto 0;
  background: linear-gradient(#fff, transparent);
  animation: dj-scroll-line 1.5s ease-in-out infinite;
}

.dj-anchor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: #101312;
}

.dj-anchor a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.dj-anchor a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.dj-anchor span {
  margin-right: 12px;
  color: var(--dj-lime);
}

.dj-marquee {
  overflow: hidden;
  padding: 26px 0;
  background: var(--dj-lime);
  color: #101312;
  font-family: Jost, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.dj-marquee div {
  display: inline-block;
  min-width: 100%;
}

.dj-inner {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
}

.dj-story {
  padding: 132px 0 118px;
  background: var(--dj-paper);
  color: #173b35;
}

.dj-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 58px 64px;
  align-items: end;
}

.dj-heading p {
  margin: 0 0 20px;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: var(--dj-pink);
}

.dj-heading p span {
  color: var(--dj-green);
}

.dj-heading h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.36;
}

.dj-heading--light p,
.dj-heading--light p span,
.dj-heading--light h2,
.dj-heading--center p,
.dj-heading--center p span,
.dj-heading--center h2 {
  color: #fff;
}

.dj-lead {
  margin: 0 0 22px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.7;
}

.dj-story__copy p:not(.dj-lead) {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.1;
}

.dj-story__photo {
  grid-column: 1 / -1;
  margin: 0;
  border: 8px solid #fff;
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.18);
  transform: rotate(-1.2deg);
}

.dj-story__photo img {
  aspect-ratio: 16 / 8.3;
  object-fit: cover;
  object-position: center;
}

.dj-direction {
  position: relative;
  padding: 136px 0 150px;
  overflow: hidden;
  background: #101312;
}

.dj-direction__back {
  position: absolute;
  inset: 0;
  opacity: 0.52;
  background:
    radial-gradient(circle at 20% 20%, rgba(83, 216, 210, 0.34), transparent 24%),
    radial-gradient(circle at 86% 32%, rgba(238, 111, 159, 0.3), transparent 25%),
    linear-gradient(180deg, #101312, #173b35);
}

.dj-direction__back span {
  position: absolute;
  width: 34vw;
  height: 140vh;
  top: -30%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent);
  transform-origin: 50% 0;
  animation: dj-hero-light 9s ease-in-out infinite alternate;
}

.dj-direction__back span:nth-child(1) {
  left: 5%;
  transform: rotate(-22deg);
}

.dj-direction__back span:nth-child(2) {
  left: 43%;
  transform: rotate(8deg);
  animation-delay: -2s;
}

.dj-direction__back span:nth-child(3) {
  right: 6%;
  transform: rotate(26deg);
  animation-delay: -4s;
}

.dj-direction .dj-inner {
  position: relative;
}

.dj-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 58px;
}

.dj-card {
  margin: 0;
  padding: 14px 14px 26px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.dj-card figure {
  margin: 0 0 22px;
  overflow: hidden;
}

.dj-card img {
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  transition: transform 0.55s ease;
}

#main.dj-fes-lp .dj-photo--console {
  object-position: 50% 82%;
}

#main.dj-fes-lp .dj-photo--performer {
  object-position: 50% 60%;
}

#main.dj-fes-lp .dj-photo--party {
  object-position: 50% 52%;
}

.dj-card:hover img {
  transform: scale(1.045);
}

.dj-card span {
  display: block;
  margin: 0 12px 12px;
  color: var(--dj-lime);
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.dj-card h3 {
  margin: 0 12px 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
}

.dj-card p {
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.dj-live {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: stretch;
  background: var(--dj-paper);
  color: #173b35;
}

.dj-live__media {
  min-height: 600px;
  overflow: hidden;
}

.dj-live__media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dj-live__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 84px min(7vw, 96px);
}

.dj-live__copy p:first-child {
  margin: 0 0 22px;
  color: var(--dj-pink);
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.dj-live__copy h2 {
  margin: 0 0 26px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.25;
}

.dj-live__copy p:last-child {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.1;
}

.dj-gallery {
  padding: 136px 0 150px;
  background: #173b35;
}

.dj-heading--center {
  width: min(900px, calc(100% - 72px));
  margin: 0 auto 58px;
  text-align: center;
}

.dj-gallery__stage {
  width: min(1180px, calc(100% - 60px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  grid-auto-rows: 250px;
  gap: 18px;
}

.dj-gallery__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 6px solid rgba(255, 250, 240, 0.9);
  background: #fff;
}

.dj-gallery__item--wide {
  grid-column: span 2;
}

.dj-gallery__item--tall {
  grid-row: span 2;
}

.dj-gallery__item img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.dj-gallery__item:hover img {
  transform: scale(1.045);
}

.dj-gallery__item figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 8px 11px;
  color: #101312;
  background: var(--dj-lime);
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.dj-cta {
  padding: 126px 0;
  background:
    linear-gradient(90deg, rgba(10, 19, 17, 0.88), rgba(10, 19, 17, 0.62)),
    url("/theme/common/img/hfg/festival-hq/dj-performance.jpg?v=20260823-photoaudit1") center 58% / cover no-repeat;
}

.dj-cta__inner {
  width: min(880px, calc(100% - 72px));
  margin: 0 auto;
  text-align: center;
}

.dj-cta__inner > p:first-child {
  margin: 0 0 18px;
  color: var(--dj-lime);
  font-family: Jost, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.dj-cta__inner h2 {
  margin: 0 0 24px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.32;
}

.dj-cta__inner > p:not(:first-child) {
  margin: 0 auto;
  width: min(650px, 100%);
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.dj-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 42px;
}

.dj-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 58px;
  padding: 0 24px;
  border: 2px solid var(--dj-lime);
  color: #101312;
  background: var(--dj-lime);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.dj-actions a + a {
  color: var(--dj-lime);
  background: rgba(16, 19, 18, 0.4);
}

.dj-actions span {
  margin-left: 10px;
}

[data-dj-reveal] {
  opacity: 0;
  transform: translateY(34px);
}

[data-dj-reveal].is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 0.85s ease, transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes dj-opening-fallback {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes dj-grid-run {
  0% { transform: perspective(700px) rotateX(62deg) translateY(42%); }
  100% { transform: perspective(700px) rotateX(58deg) translateY(-12%); }
}

@keyframes dj-beam-a {
  0% { opacity: 0; transform: rotate(-30deg) translateX(-18%); }
  35%, 75% { opacity: 0.78; }
  100% { opacity: 0.18; transform: rotate(-10deg) translateX(8%); }
}

@keyframes dj-beam-b {
  0% { opacity: 0; transform: rotate(31deg) translateX(18%); }
  35%, 75% { opacity: 0.72; }
  100% { opacity: 0.2; transform: rotate(9deg) translateX(-8%); }
}

@keyframes dj-spectrum-sweep {
  0% { opacity: 0; transform: translateX(-18%) scaleY(0.7); }
  28% { opacity: 1; }
  100% { opacity: 0.82; transform: translateX(6%) scaleY(1); }
}

@keyframes dj-ring-pulse {
  0% { inset: 50%; opacity: 0.95; transform: rotate(0deg); }
  70% { opacity: 0.5; }
  100% { inset: 0; opacity: 0; transform: rotate(16deg); }
}

@keyframes dj-spectrum-float {
  from { translate: -1.5% -10px; opacity: 0.45; }
  to { translate: 1.5% 12px; opacity: 0.82; }
}

@keyframes dj-hero-light {
  from { opacity: 0.35; transform: rotate(-16deg) translateX(-5%); }
  to { opacity: 0.78; transform: rotate(18deg) translateX(8%); }
}

@keyframes dj-scroll-line {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  46% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

@media screen and (max-width: 767px) {
  .dj-opening__copy {
    width: calc(100% - 44px);
  }

  .dj-opening__copy div {
    font-size: 54px;
  }

  .dj-opening__copy p:last-child {
    font-size: 15px;
  }

  .dj-opening__meters {
    height: 72px;
    gap: 5px;
  }

  .dj-opening__rings {
    width: 96vw;
  }

  .dj-hero {
    min-height: 720px;
    height: 100svh;
    padding: 130px 22px 86px;
  }

  .dj-hero__copy {
    width: 100%;
  }

  .dj-hero__copy h1 {
    font-size: 52px;
    line-height: 1;
  }

  .dj-hero__ghost {
    left: -4%;
    top: 18%;
    font-size: 74px;
    opacity: 0.9;
  }

  .dj-hero__spectra i:nth-child(3),
  .dj-hero__spectra i:nth-child(4) {
    display: none;
  }

  .dj-hero__copy span {
    margin-top: 18px;
    font-size: 11px;
  }

  .dj-hero__panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 28px;
    padding: 18px;
  }

  .dj-hero {
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
  }

  .dj-anchor {
    grid-template-columns: 1fr;
  }

  .dj-anchor a {
    min-height: 60px;
  }

  .dj-anchor a + a {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .dj-marquee {
    font-size: 26px;
  }

  .dj-inner,
  .dj-heading--center,
  .dj-gallery__stage,
  .dj-cta__inner {
    width: calc(100% - 36px);
  }

  .dj-story,
  .dj-direction,
  .dj-gallery,
  .dj-cta {
    padding: 82px 0;
  }

  .dj-story__grid,
  .dj-live {
    display: block;
  }

  .dj-heading h2,
  .dj-live__copy h2,
  .dj-cta__inner h2 {
    font-size: 31px;
  }

  .dj-story__copy {
    margin-top: 30px;
  }

  .dj-lead {
    font-size: 18px;
  }

  .dj-story__photo {
    margin-top: 34px;
    border-width: 5px;
  }

  .dj-cards,
  .dj-gallery__stage {
    grid-template-columns: 1fr;
  }

  .dj-card + .dj-card {
    margin-top: 18px;
  }

  .dj-live__media {
    min-height: 360px;
  }

  .dj-live__copy {
    padding: 54px 22px;
  }

  .dj-gallery__stage {
    grid-auto-rows: auto;
  }

  .dj-gallery__item,
  .dj-gallery__item--wide,
  .dj-gallery__item--tall {
    grid-column: auto;
    grid-row: auto;
  }

  .dj-gallery__item img {
    aspect-ratio: 4 / 3;
  }

  .dj-actions {
    flex-direction: column;
  }

  .dj-actions a {
    width: 100%;
  }

  .dj-scroll {
    display: none;
  }
}

/* Keep the Japanese hero and live-moment phrases on deliberate lines. */
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dj-hero__copy h1 {
    font-size: 60px;
  }

  .dj-live__copy h2 {
    font-size: 38px;
  }

  #dj-story .dj-heading h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .dj-hero__copy h1 {
    font-size: 36px;
  }

  #dj-story .dj-heading h2 {
    font-size: 24px;
  }

  .dj-cta__inner h2 {
    font-size: 29px;
  }
}

#main .dj-hero__panel p,
#main .dj-story__copy p:not(.dj-lead) {
  text-wrap: balance;
}
