:root {
  --after-white: #f7f5f2;
  --after-black: #080808;
  --after-red: #5d0306;
  --after-red-bright: #a90f17;
  --after-gold: #c49c4d;
  --after-font-en: barlow-condensed, "Arial Narrow", sans-serif;
  --after-font-ja: "Noto Sans JP", sans-serif;
  --after-content: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: var(--after-black);
}

body.after-page {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--after-white);
  font-family: var(--after-font-en);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  background: var(--after-red);
}

.after-page img {
  display: block;
  max-width: 200%;
}

.after-page a {
  color: inherit;
  text-decoration: none;
}

.after-page button,
.after-page summary {
  font: inherit;
}

.after-page button {
  color: inherit;
}

.after-page h1,
.after-page h2,
.after-page h3,
.after-page p,
.after-page ul {
  margin-top: 0;
}

.after-page h2,
.after-page h3,
.after-page p {
  margin-bottom: 0;
}

.after-page ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

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

.texture-red {
  background:
    linear-gradient(rgba(78, 0, 4, 0.1), rgba(78, 0, 4, 0.1)),
    url("/image/tmariko_template/ppptokyo-live/background.png") center / cover scroll,
    var(--after-red);
}

.texture-black {
  background:
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),
    url("/image/tmariko_template/ppptokyo-live/background-black.png") center top / 1367px auto repeat,
    var(--after-black);
}

.section-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 80px), var(--after-content));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  isolation: isolate;
  width: 100%;
  padding: 38px 0 0;
}

.site-header::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: calc(100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.site-header.is-scrolled::before {
  opacity: 1;
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "navigation account";
  gap: 30px;
  width: calc(100% - 160px);
  margin-inline: auto;
}

.header-brand {
  display: none;
  grid-area: brand;
  width: max-content;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
}

.header-brand img {
  display: block;
  width: 58px;
  height: auto;
}

.mobile-menu-account,
.nav-top-link {
  display: none;
}

.global-navigation {
  display: flex;
  grid-area: navigation;
  align-items: flex-start;
  flex-direction: column;
  gap: 11px;
  padding-top: 5px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  line-height: 1;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--after-font-ja);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--after-gold);
}

.nav-links img {
  width: 10px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.service-button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 12px;
  border: 2px solid var(--after-white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.service-button img {
  width: 20px;
  max-height: 17px;
  object-fit: contain;
  transition: filter 0.2s ease;
}

.service-button--community {
  width: 140px;
  border-color: var(--after-gold);
  color: var(--after-gold);
  background: rgba(18, 18, 18, 0.3);
}

.service-button--community img {
  width: 17px;
  filter: brightness(0) invert(1);
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.65s ease-in-out;
}

.service-button--community:hover {
  color: var(--after-gold);
  background: rgba(18, 18, 18, 0.3);
}

.service-button--community:hover img {
  transform: rotate(360deg);
}

.service-button--plus {
  width: 168px;
  border-color: var(--after-white);
  color: var(--after-white);
  background: rgba(18, 18, 18, 0.3);
}

.service-button--plus:hover {
  color: var(--after-white);
  background: rgba(18, 18, 18, 0.3);
}

.service-button--plus img {
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.65s ease-in-out;
}

.service-button--plus:hover img {
  transform: rotate(360deg);
}

.after-page .service-button--live {
  width: 120px;
  color: var(--after-black);
  background: var(--after-white);
}

.after-page .service-button--live:hover {
  border: 1px solid currentColor;
  color: var(--after-white);
  background: var(--after-black);
}

.service-button--live:hover img {
  filter: brightness(0) invert(1);
}

.service-button--store {
  width: 120px;
  border-color: var(--after-black);
  background: var(--after-black);
}

.after-page .service-button--store:hover {
  border: 1px solid currentColor;
  color: var(--after-black);
  background: var(--after-white);
}

.service-button--store:hover img {
  filter: brightness(0);
}

.service-button--subscription {
  width: auto;
  min-height: 30px;
  padding: 4px 0 3px;
  border: 0;
  border-bottom: 1px solid var(--after-gold);
  color: var(--after-gold);
  background: transparent;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.service-button--subscription:hover {
  color: var(--after-white);
  border-bottom-color: var(--after-white);
}

.header-account {
  display: flex;
  grid-area: account;
  align-items: flex-end;
  flex-direction: column;
  gap: 14px;
}

.account-links {
  display: flex;
  gap: 14px;
}

.account-links a {
  padding: 2px 5px 6px;
  color: var(--after-white);
  font-size: 44px;
  font-weight: 700;
  line-height: 0.82;
  background: var(--after-gold);
}

.social-links {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 5px;
}

.social-links a {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
}

.social-links img {
  max-width: 18px;
  max-height: 18px;
}

.header-utilities {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.header-language-switch {
  position: relative;
  color: var(--after-white);
  font-family: var(--after-font-en);
  font-size: 14px;
  font-weight: 700;
}

.header-language-switch summary {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 0;
  color: inherit;
  cursor: pointer;
  list-style: none;
}

.header-language-switch summary::-webkit-details-marker {
  display: none;
}

.header-language-switch summary svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.header-language-switch-menu {
  position: absolute;
  z-index: 10;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 2px;
  padding: 5px;
  border: 1px solid rgba(186, 149, 80, 0.7);
  background: rgba(8, 8, 8, 0.96);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.header-language-switch-menu a {
  display: grid;
  min-width: 34px;
  min-height: 32px;
  place-items: center;
  color: var(--after-white);
  line-height: 1;
}

.header-language-switch-menu a:hover,
.header-language-switch-menu a[aria-current="true"] {
  color: var(--after-black);
  background: var(--after-gold);
}

.menu-toggle {
  display: none;
  grid-area: toggle;
  width: 46px;
  height: 42px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle b {
  display: none;
}

.main-visual {
  position: relative;
  display: grid;
  min-height: 920px;
  overflow: hidden;
  contain: paint;
  isolation: isolate;
  place-items: center;
  background:
    radial-gradient(circle at 50% 48%, rgba(196, 17, 20, 0.15), transparent 42%),
    url("/image/tmariko_template/ppptokyo-live/background.png") center / cover no-repeat,
    var(--after-red);
}

.main-visual-ring {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: min(76vw, 980px);
  max-width: none;
  opacity: 0.52;
  transform: translate(-50%, -48%);
  transform-origin: center;
  animation: after-rotation 190s linear infinite;
  backface-visibility: hidden;
  mix-blend-mode: hard-light;
  pointer-events: none;
  will-change: transform;
}

.main-visual.is-offscreen .main-visual-ring,
.main-visual.is-offscreen .scroll-guide i {
  animation-play-state: paused;
}

.main-visual.is-offscreen .main-visual-ring {
  will-change: auto;
}

.main-visual-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: translateY(18px);
}

.main-logo {
  width: 315px;
  height: 321px;
  object-fit: contain;
  transform: translateX(5px);
  filter: drop-shadow(0 20px 26px rgba(0, 0, 0, 0.18));
}

.scroll-guide {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  margin-top: 85px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.scroll-guide i {
  display: block;
  width: 1px;
  height: 50px;
  background: linear-gradient(var(--after-white) 0 50%, transparent 50%);
  background-size: 100% 200%;
  animation: scroll-line 1.8s ease-in-out infinite;
}

.section-heading {
  width: max-content;
  color: var(--after-white);
}

.section-heading > p {
  margin-bottom: 0;
  font-family: var(--after-font-ja);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
}

.section-heading h2 {
  font-size: 120px;
  font-weight: 700;
  line-height: 0.80;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.about-section .section-heading > p {
  font-size: 14px;
}

.about-section .section-heading h2 {
  font-size: clamp(54px, 5vw, 70px);
}

.section-heading--gold {
  color: var(--after-gold);
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading--side {
  text-align: center;
}

.section-heading--side > p {
  text-align: center;
}

.heading-ornament {
  position: relative;
  display: block;
  width: 96px;
  height: 34px;
  margin: 8px auto 0;
}

.heading-ornament::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--after-gold);
  content: "";
}

.heading-ornament::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 20px;
  background: var(--after-gold);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  content: "";
  transform: translate(-50%, -50%);
}

.about-section {
  position: relative;
  z-index: 3;
  margin-top: -115px;
  padding: 200px 0;
  clip-path: polygon(0 7vw, 100% 0, 100% calc(100% - 7vw), 0 100%);
}

.about-layout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.about-copy {
  padding-left: 70px;
  border-left: 2px solid var(--after-gold);
}

.about-copy h3 {
  margin-bottom: 32px;
  font-family: var(--after-font-ja);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.about-copy p {
  font-family: var(--after-font-ja);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.about-copy p + p {
  margin-top: 21px;
}

.about-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 38px;
}

.outline-button {
  position: relative;
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  font-family: var(--after-font-ja);
  font-size: 15px;
}

.outline-button span,
.official-copy a span {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 13px;
  height: 13px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.outline-button span {
  transition: transform 0.2s ease;
}

.outline-button:hover span {
  transform: translate(6px, -50%) rotate(45deg);
}

.store-section {
  position: relative;
  margin-top: -130px;
  overflow: hidden;
  padding: 230px 0 200px;
}

.section-watermark {
  position: absolute;
  top: 170px;
  right: -90px;
  width: 660px;
  opacity: 0.8;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.section-intro,
.plus-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.section-intro {
  width: 510px;
  max-width: 100%;
  align-items: center;
}

.more-link {
  position: relative;
  display: inline-flex;
  min-width: 180px;
  align-items: center;
  justify-content: center;
  padding: 9px 28px;
  font-family: var(--after-font-ja);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.more-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.more-link img {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 11px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.more-link:hover::after {
  transform: scaleX(0);
}

.more-link:hover img {
  transform: translate(4px, calc(-50% - 4px));
}

.store-scroll-guide {
  display: none;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 70px;
}

.product-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 3px;
  background: var(--after-black);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card:hover {
  transform: translateY(-10px);
}

.product-card > a {
  display: flex;
  min-height: 100%;
  padding: 20px 20px 26px;
  flex-direction: column;
}

.product-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 246 / 284;
  margin-bottom: 19px;
  background: #1a1a1a;
}

.product-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-image--fallback {
  display: grid;
  place-items: center;
  border: 5px solid var(--after-gold);
  background:
    radial-gradient(circle at center, rgba(196, 15, 25, 0.8), rgba(38, 0, 2, 0.95) 62%),
    url("/image/tmariko_template/ppptokyo-live/background.png") center / cover;
}

.product-image--fallback::after {
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  content: "";
}

.product-image--fallback > img {
  width: 46%;
  height: 46%;
  object-fit: contain;
  filter: grayscale(1) brightness(1.8);
}

.product-image--fallback > span {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  z-index: 1;
  color: var(--after-white);
  font-size: clamp(20px, 2.1vw, 31px);
  font-weight: 800;
  line-height: 0.9;
  text-align: center;
}

.product-type {
  display: inline-block;
  width: max-content;
  margin-bottom: 13px;
  padding: 2px 12px;
  border-radius: 20px;
  font-family: var(--after-font-ja);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
  background: #d81420;
}

.product-type--support {
  background: #78b600;
}

.product-card h3 {
  font-family: var(--after-font-ja);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.product-price {
  margin-top: auto;
  padding-top: 26px;
  font-family: var(--after-font-ja);
  font-size: 17px;
  font-weight: 800;
}

.talent-section {
  position: relative;
  z-index: 2;
  padding: 0 0 180px;
}

.section-heading--overlap {
  position: relative;
  z-index: 4;
  transform: translateY(-52%);
}

.talent-stage {
  position: relative;
  width: 100%;
  margin: 22px auto 0;
  padding: 38px 0 32px;
}

.talent-list {
  display: flex;
  align-items: center;
}

.talent-card {
  z-index: 1;
  width: 22%;
  min-width: 0;
  height: auto;
  flex-shrink: 0;
  text-align: center;
  transform: scale(0.9);
  transform-origin: center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.talent-card-link {
  display: block;
  color: inherit;
}

.talent-card-link:focus-visible {
  outline: 2px solid var(--after-gold);
  outline-offset: 5px;
}

.talent-card.swiper-slide-active {
  z-index: 3;
  transform: scale(1.06);
}

.talent-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.77;
  border: 2px solid #af1118;
  background: #242424;
}

.talent-photo::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(150, 0, 9, 0.52);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.talent-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.talent-photo--fallback {
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(137, 7, 12, 0.7), rgba(0, 0, 0, 0.95)),
    url("/image/tmariko_template/ppptokyo-live/background-black.png") center / cover;
}

.talent-photo--fallback img {
  width: 50%;
  height: auto;
  opacity: 0.38;
}

.talent-photo--fallback span {
  position: absolute;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(74px, 8vw, 126px);
  font-weight: 800;
  line-height: 1;
}

.talent-card h3 {
  margin-top: 12px;
  color: var(--after-white);
  font-family: var(--after-font-ja);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  transition: color 0.3s ease;
}

.talent-card p {
  color: var(--after-white);
  font-size: 16px;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.talent-card:hover .talent-photo::after {
  opacity: 1;
}

.talent-card:hover h3,
.talent-card:hover p {
  color: var(--after-gold);
}

.talent-arrow,
.media-arrow {
  position: absolute;
  z-index: 5;
  top: 43%;
  width: 47px;
  height: 47px;
  padding: 0;
  border: 0;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  background: transparent;
  cursor: pointer;
}

.talent-arrow {
  width: 60px;
  height: 60px;
}

.talent-arrow--prev {
  left: 140px;
  transform: rotate(-135deg);
}

.talent-arrow--next {
  right: 140px;
  transform: rotate(45deg);
}

.more-link--center {
  display: flex;
  width: max-content;
  margin: 75px auto 0;
}

.plus-section {
  --plus-panel-left: clamp(100px, 10.75vw, 206px);
  --plus-media-offset: clamp(52px, 5.75vw, 110px);
  position: relative;
  overflow: hidden;
  padding: 155px 0 0;
}

.plus-section::before {
  position: absolute;
  z-index: 0;
  top: 230px;
  right: 0;
  bottom: 20px;
  left: var(--plus-panel-left);
  background: #050505;
  content: "";
}

.plus-watermark {
  position: absolute;
  z-index: 0;
  top: -10px;
  left: 0;
  overflow: hidden;
  width: 100%;
  color: rgba(25, 0, 1, 0.3);
  font-size: 230px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.plus-watermark-track,
.plus-watermark-group {
  display: flex;
  width: max-content;
}

.plus-watermark-track {
  animation: plus-watermark-flow 38s linear infinite;
  will-change: transform;
}

.plus-watermark-group {
  flex-shrink: 0;
}

.plus-watermark-group span {
  display: block;
  padding-right: 0.2em;
}

.after-page .more-link--gold {
  color: var(--after-gold);
}

.more-link--gold img {
  filter: brightness(0) saturate(100%) invert(64%) sepia(43%) saturate(676%) hue-rotate(3deg) brightness(93%) contrast(87%);
}

.plus-heading-row {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 70px;
}

.plus-heading-stack {
  width: max-content;
  max-width: 100%;
}

.plus-heading-row > .more-link {
  flex-shrink: 0;
  margin-top: 60px;
}

.member-actions {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 60px;
  margin-left: 0;
}

.member-actions a {
  display: grid;
  width: 210px;
  min-height: 60px;
  place-items: center;
  border: 2px solid var(--after-gold);
  color: var(--after-gold);
  font-family: var(--after-font-ja);
  font-size: 16px;
  font-weight: 800;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.member-actions a:hover {
  color: var(--after-black);
  background: var(--after-gold);
}

.media-slider {
  --media-active-left: var(--plus-media-offset);
  --media-active-right: 630px;
  --media-arrow-top: 180px;
  position: relative;
  z-index: 2;
  overflow: visible;
  width: 100%;
  margin: 50px auto 0;
  padding: 35px 0 110px;
}

.media-slider.is-empty {
  display: none;
}

.media-track {
  display: flex;
  align-items: flex-start;
}

.media-slider.is-single .media-track {
  padding-inline: var(--plus-media-offset);
}

.media-slider.is-single .media-card.swiper-slide {
  width: min(44%, 900px);
  opacity: 1;
  transform: none;
}

.media-slider.is-single .play-ring {
  animation: play-ring-rotation 18s linear infinite;
}

.media-slider.is-single .media-arrow {
  display: none;
}

.media-card.swiper-slide {
  width: 44%;
  min-width: 0;
  height: auto;
  flex-shrink: 0;
  opacity: 0.72;
  transform: scale(0.9);
  transform-origin: center;
}

.media-slider.is-ready .media-card.swiper-slide {
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.media-card.swiper-slide-active {
  z-index: 2;
  opacity: 1;
  transform: scale(1.08);
}

.media-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #181818;
}

.media-image > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-image--fallback {
  display: grid;
  place-items: center;
  background:
    linear-gradient(130deg, rgba(87, 0, 4, 0.2), rgba(0, 0, 0, 0.56)),
    url("/image/tmariko_template/ppptokyo-live/background-black.png") center / cover;
}

.media-image--fallback > img:first-child {
  width: 37%;
  height: 58%;
  object-fit: contain;
  opacity: 0.84;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 145px;
  height: 145px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.07);
}

.play-button img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.play-ring {
  transform-origin: center;
}

.media-card.swiper-slide-active .play-ring {
  animation: play-ring-rotation 18s linear infinite;
}

.media-card h3 {
  margin-top: 14px;
  font-family: var(--after-font-en);
  font-size: 14px;
  line-height: 1.4;
}

.media-arrow {
  top: var(--media-arrow-top);
  width: 46px;
  height: 46px;
  border: 0;
  background: #bf1320;
  transform: rotate(45deg);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.media-arrow:hover {
  transform: rotate(45deg) scale(1.12);
}

.media-slider:not(.is-ready) .media-arrow {
  opacity: 0;
  pointer-events: none;
}

.media-arrow:focus {
  outline: none;
}

.media-arrow:focus-visible {
  box-shadow:
    0 0 0 3px #050505,
    0 0 0 5px var(--after-white);
}

.media-slider.is-transitioning .media-arrow {
  pointer-events: none;
}

.media-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: url("/image/tmariko_template/ppptokyo-live/arrow-up-right.svg") center / contain no-repeat;
  content: "";
}

.media-arrow--prev {
  left: calc(var(--media-active-left) - 23px);
}

.media-arrow--prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.media-arrow--next {
  right: auto;
  left: calc(var(--media-active-right) - 23px);
}

.media-arrow--next::after {
  transform: translate(-50%, -50%);
}

.faq-section {
  padding: 180px 0 170px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.faq-layout > div:first-child {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.faq-layout .section-heading--side {
  margin-inline: auto;
  text-align: center;
}

.faq-layout .section-heading--side .heading-ornament {
  margin-inline: auto;
}

.faq-layout > div:first-child .more-link {
  margin-top: 48px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 2px solid var(--after-gold);
  color: var(--after-white);
  background: rgba(48, 0, 2, 0.22);
}

.faq-item summary {
  position: relative;
  display: flex;
  min-height: 70px;
  align-items: center;
  padding: 18px 74px 18px 28px;
  font-family: var(--after-font-ja);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary span,
.faq-item summary span::after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 34px;
  height: 2px;
  background: var(--after-gold);
  content: "";
}

.faq-item summary span {
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform 0.42s cubic-bezier(0.65, 0, 0.35, 1);
}

.faq-item summary span::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.faq-item.is-open summary span {
  transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity 0.32s ease,
    transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

.faq-item.is-open .faq-answer {
  opacity: 1;
  transform: translateY(0);
}

.faq-answer p {
  min-height: 0;
  margin: 0;
  padding: 0 78px 25px 28px;
  overflow: hidden;
  font-family: var(--after-font-ja);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
}

.official-banner {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 70px;
  align-items: center;
  margin-top: 135px;
  padding: 58px 90px;
  color: #111;
  background: linear-gradient(to bottom, #fff 0%, #d6d6d6 100%);
}

.section-heading--dark {
  color: #111;
  text-align: center;
}

.section-heading--dark h2 {
  font-size: 70px;
}

.section-heading--dark > p {
  font-size: 14px;
  text-align: center;
}

.official-copy {
  text-align: center;
}

.official-copy p {
  margin-bottom: 22px;
  font-family: var(--after-font-ja);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.official-copy a {
  position: relative;
  display: grid;
  min-height: 62px;
  place-items: center;
  padding-inline: 50px;
  color: #111;
  font-family: var(--after-font-ja);
  font-size: 16px;
  font-weight: 600;
  background: var(--after-gold);
  transition: filter 0.2s ease;
}

.official-copy a:hover {
  filter: brightness(1.1);
}

.site-footer {
  display: flex;
  min-height: 400px;
  align-items: center;
  padding: 40px 30px 15px;
  border-top: 3px solid var(--after-gold);
  flex-direction: column;
  text-align: center;
}

.footer-logo {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.footer-account {
  display: flex;
  gap: 11px;
  margin-top: 22px;
  color: var(--after-gold);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.footer-navigation,
.footer-sub-links {
  display: flex;
  justify-content: center;
}

.footer-navigation {
  gap: 24px;
  margin-top: 22px;
  font-size: 16px;
}

.footer-sub-links {
  gap: 22px;
  margin-top: 25px;
  font-family: var(--after-font-ja);
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
}

.site-footer small {
  margin-top: 23px;
  font-size: 11px;
}

@keyframes after-rotation {
  from {
    transform: translate(-50%, -48%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -48%) rotate(360deg);
  }
}

@keyframes play-ring-rotation {
  to {
    transform: rotate(360deg);
  }
}

@keyframes plus-watermark-flow {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-line {
  0% {
    background-position: 0 100%;
  }

  100% {
    background-position: 0 -100%;
  }
}

@keyframes store-scroll-line {
  0%,
  15% {
    transform: scaleX(1);
    transform-origin: right center;
  }

  45% {
    transform: scaleX(0);
    transform-origin: right center;
  }

  55% {
    transform: scaleX(0);
    transform-origin: left center;
  }

  85%,
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

@media (max-width: 1180px) {
  .site-header {
    padding: 20px 24px;
  }

  .header-inner {
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "brand account toggle";
    align-items: center;
    width: 100%;
  }

  .header-brand {
    display: block;
  }

  .after-page .menu-toggle {
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .global-navigation {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: -10px;
    display: none;
    padding: 28px 24px;
    background: rgba(26, 0, 1, 0.98);
  }

  .global-navigation.is-open {
    display: grid;
    gap: 24px;
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .nav-links li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .nav-links a {
    display: flex;
    min-height: 46px;
  }

  .header-actions {
    justify-content: center;
  }

  .header-account {
    align-items: center;
    flex-direction: row;
  }

  .account-links a {
    font-size: 25px;
  }

  .social-links {
    display: none;
  }

}

@media (max-width: 960px) {
  .section-shell {
    width: min(calc(100% - 48px), var(--after-content));
  }

  .about-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .about-layout {
    gap: 54px;
  }

  .section-heading--side {
    margin-inline: 0;
    text-align: left;
  }

  .section-heading--side > p {
    text-align: center;
  }

  .section-heading--side .heading-ornament {
    margin-left: 0;
  }

  .about-copy {
    padding-left: 34px;
  }

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

  .plus-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 38px;
  }

  .plus-heading-stack {
    width: 100%;
  }

  .plus-heading-row > .more-link {
    margin-top: 0;
  }

  .member-actions {
    margin-left: 0;
  }

  .faq-layout {
    gap: 65px;
  }

  .faq-layout > div:first-child .more-link {
    margin-top: 32px;
  }

  .official-banner {
    padding-inline: 55px;
  }
}

@media (max-width: 960px) {
  body.after-page {
    font-size: 15px;
  }

  .texture-red,
  .texture-black {
    background-attachment: scroll;
  }

  .section-shell {
    width: min(calc(100% - 40px), var(--after-content));
  }

  .site-header {
    padding: 22px 14px 0 20px;
    background: transparent;
  }

  .site-header::before {
    height: calc(130%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 100) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
  }

  .header-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
  }

  /* 同じヘッダー要素を開閉で移動させる。TOPの閉状態ではロゴだけ透過する */
  .header-brand {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 66px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 0.28s ease,
      transform 0.32s ease,
      visibility 0s linear 0.32s;
  }

  .header-brand img {
    width: 66px;
  }

  .header-account {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 0;
    display: block;
    margin: 0;
    padding-top: 0;
    transition: left 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .account-links {
    display: none;
  }

  .social-links {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding-right: 0;
  }

  .header-utilities {
    justify-content: flex-start;
    gap: 18px;
  }

  .header-language-switch {
    position: fixed;
    z-index: 4;
    top: 38px;
    right: 92px;
    font-size: 16px;
  }

  .header-language-switch summary {
    gap: 7px;
  }

  .header-language-switch summary svg {
    width: 26px;
    height: 26px;
  }

  .header-language-switch-menu {
    right: 0;
    left: auto;
  }

  .social-links a {
    width: 20px;
    height: 20px;
  }

  .social-links img {
    max-width: 20px;
    max-height: 20px;
  }

  .after-page .menu-toggle {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    display: flex;
    width: 54px;
    height: 64px;
    align-self: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    border: 0;
    color: var(--after-gold);
  }

  .menu-toggle span {
    width: 54px;
    height: 2px;
    margin: 0;
    background: currentColor;
  }

  .menu-toggle span + span {
    margin-top: 13px;
  }

  .menu-toggle b {
    display: block;
    margin-top: 11px;
    color: currentColor;
    font-family: var(--after-font-en);
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(15px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-15px) rotate(-45deg);
  }

  .global-navigation {
    top: 100px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

  .nav-links {
    grid-template-columns: 1fr;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-button {
    width: 100%;
  }

  .main-visual {
    min-height: 880px;
  }

  .main-visual-ring {
    width: clamp(900px, 245vw, 1120px);
    opacity: 0.18;
    mix-blend-mode: color-dodge;
  }

  .main-logo {
    width: min(63vw, 246px);
    height: auto;
    filter: none;
  }

  .main-visual-content {
    transform: translateY(58px);
  }

  .scroll-guide {
    margin-top: 88px;
  }

  .section-heading > p {
    font-size: 14px;
  }

  .section-heading h2,
  .section-heading--wide h2 {
    font-size: clamp(54px, 18vw, 70px);
  }

  .about-section {
    margin-top: -65px;
    padding: 80px 0 100px;
    clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
  }

  .about-layout {
    gap: 45px;
  }

  .about-section .section-heading--side,
  .faq-section .section-heading--side {
    margin-inline: auto;
    text-align: center;
  }

  .about-section .section-heading--side .heading-ornament,
  .faq-section .section-heading--side .heading-ornament {
    margin-inline: auto;
  }

  .about-copy {
    padding-left: 22px;
  }

  .about-copy h3 {
    margin-bottom: 25px;
    font-size: 25px;
  }

  .about-copy p {
    font-size: 13px;
    line-height: 1.9;
  }

  .about-buttons {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .outline-button {
    min-height: 56px;
    font-size: 16px;
  }

  .store-section {
    margin-top: -68px;
    padding: 110px 0 100px;
  }

  .section-watermark {
    top: 120px;
    right: -35px;
    width: 350px;
    opacity: 0.4;
    mix-blend-mode: overlay;
  }

  .section-intro {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .more-link {
    min-width: 150px;
  }

  .store-scroll-guide {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 8px;
    margin: 28px 0 0 auto;
    color: var(--after-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }

  .store-scroll-guide i {
    position: relative;
    display: block;
    width: 92px;
    height: 1px;
    overflow: hidden;
  }

  .store-scroll-guide i::before {
    position: absolute;
    inset: 0;
    background: currentColor;
    content: "";
    animation: store-scroll-line 2.2s ease-in-out infinite;
  }

  .store-scroll-guide + .store-grid {
    margin-top: 24px;
  }

  .store-grid {
    grid-template-columns: none;
    grid-auto-columns: min(73vw, 285px);
    grid-auto-flow: column;
    gap: 22px;
    margin-top: 52px;
    padding-bottom: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .store-grid::-webkit-scrollbar {
    display: none;
  }

  .product-card {
    scroll-snap-align: start;
  }

  .product-card > a {
    padding: 16px 16px 24px;
  }

  .product-image {
    aspect-ratio: 246 / 284;
  }

  .product-image--fallback > img {
    width: 38%;
  }

  .product-image--fallback > span {
    font-size: 27px;
  }

  .talent-section {
    padding-bottom: 125px;
  }

  .talent-arrow {
    width: 44px;
    height: 44px;
  }

  .talent-arrow--prev {
    left: 18px;
  }

  .talent-arrow--next {
    right: 18px;
  }

  .section-heading--overlap {
    transform: translateY(-48%);
  }

  .more-link--center {
    margin-top: 45px;
  }

  .plus-section {
    padding-top: 100px;
  }

  .plus-section::before {
    top: 140px;
    right: 0;
    bottom: 0;
    left: 10px;
    width: auto;
  }

  .plus-watermark {
    top: 5px;
    font-size: 110px;
    font-weight: 700;
  }

  .section-heading--wide h2 {
    font-size: clamp(50px, 16vw, 62px);
    white-space: normal;
  }

  .plus-section .section-heading--wide {
    margin-inline: auto;
    text-align: center;
  }

  .section-heading--wide > p {
    font-size: 14px;
  }

  .plus-heading-row > .more-link {
    display: none;
  }

  .member-actions {
    display: grid;
    width: min(258px, calc(100vw - 64px));
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 40px auto 0;
  }

  .member-actions a {
    width: auto;
    min-height: 60px;
    font-size: 15px;
  }

  .media-slider {
    width: 100%;
    margin-top: 48px;
    padding: 0 0 80px;
  }

  .media-slider.is-single .media-track {
    padding-inline: 12.5vw;
  }

  .media-slider.is-single .media-card.swiper-slide {
    width: 75vw;
  }

  .play-button {
    width: 105px;
    height: 105px;
  }

  .media-arrow {
    width: 30px;
    height: 30px;
  }

  .media-card h3 {
    margin-top: 8px;
    font-size: 12px;
  }

  .media-arrow--prev {
    left: calc(var(--media-active-left) - 31px);
  }

  .media-arrow--next {
    right: auto;
    left: calc(var(--media-active-right) - 3px);
  }

  .faq-section {
    padding: 80px 0 105px;
  }

  .faq-layout {
    gap: 30px;
  }

  .faq-item summary {
    min-height: 64px;
    padding: 15px 58px 15px 18px;
    font-size: 13px;
  }

  .faq-item summary span,
  .faq-item summary span::after {
    right: 19px;
    width: 25px;
  }

  .faq-item summary span::after {
    right: 0;
  }

  .faq-answer p {
    padding: 0 18px 20px;
  }

  .official-banner {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
    padding: 45px 24px;
  }

  .section-heading--dark {
    margin-inline: auto;
  }

  .section-heading--dark h2 {
    font-size: clamp(48px, 15vw, 70px);
  }

  .official-copy p {
    font-size: 14px;
  }

  .official-copy a {
    min-height: 58px;
    padding-inline: 36px;
    font-size: 16px;
  }

  .site-footer {
    min-height: 400px;
  }
}

@media (max-width: 960px) {
  .main-visual {
    min-height: 880px;
  }

  .section-shell {
    width: min(calc(100% - 32px), var(--after-content));
  }

  .section-heading h2,
  .section-heading--wide h2 {
    font-size: clamp(42px, 18vw, 50px);
  }

  .plus-section .section-heading--wide h2 {
    font-size: clamp(42px, 18vw, 64px);
  }

  .about-copy h3 {
    font-size: 22px;
  }

  .footer-navigation,
  .footer-sub-links {
    flex-wrap: wrap;
  }
}

/* SP hamburger menu */
@media (max-width: 960px) {
  body.after-page.is-menu-open {
    overflow: hidden;
  }

  .site-header.is-menu-open::before {
    opacity: 0;
  }

  .site-header.is-menu-open .header-inner {
    z-index: 2;
  }

  .site-header.is-menu-open .header-brand {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .site-header.is-menu-open .header-account {
    left: 75px;
  }

  .after-page .site-header.is-menu-open .menu-toggle {
    width: 54px;
    height: 64px;
  }

  .site-header.is-menu-open .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(15px) rotate(30deg);
  }

  .site-header.is-menu-open .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-15px) rotate(-30deg);
  }

  .global-navigation {
    position: fixed;
    z-index: 1;
    inset: 0;
    top: 0;
    display: flex;
    align-items: stretch;
    align-content: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    height: 100dvh;
    max-height: none;
    padding: 125px 20px 46px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    background: #260001;
    pointer-events: none;
    transition:
      opacity 0.32s ease,
      visibility 0s linear 0.32s;
  }

  .global-navigation.is-open {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition:
      opacity 0.32s ease,
      visibility 0s linear 0s;
  }

  .mobile-menu-account {
    display: flex;
    order: 1;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 48px;
    margin-bottom: 26px;
    color: var(--after-gold);
    font-family: var(--after-font-en);
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
  }

  .header-actions {
    display: grid;
    order: 2;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "live store"
      "plus plus"
      "subscription subscription";
    gap: 10px 16px;
    width: 100%;
  }

  .header-actions .service-button {
    width: 100%;
    min-height: 46px;
    padding: 6px 10px;
    font-size: 20px;
  }

  .header-actions .service-button--live {
    grid-area: live;
    border-color: var(--after-white);
    color: var(--after-black);
    background: var(--after-white);
  }

  .header-actions .service-button--store {
    grid-area: store;
    border: 2px solid var(--after-white);
    color: var(--after-white);
    background: transparent;
  }

  .header-actions .service-button--plus {
    position: relative;
    grid-area: plus;
    border: 2px solid var(--after-white);
    color: var(--after-white);
    background: transparent;
    margin-top: 9px;
  }

  .header-actions .service-button--community {
    position: relative;
    grid-area: community;
    border: 2px solid var(--after-gold);
    color: var(--after-gold);
    background: transparent;
  }

  .header-actions .service-button--plus:hover,
  .header-actions .service-button--community:hover {
    background: transparent;
  }

  .header-actions .service-button--plus img,
  .header-actions .service-button--community img {
    position: absolute;
    left: 35px;
  }

  .header-actions .service-button--subscription {
    grid-area: subscription;
    justify-content: flex-start;
    min-height: 51px;
    margin-top: 15px;
    padding: 10px 4px 7px;
    border-bottom: 1px solid #a70b12;
    color: var(--after-gold);
    background: transparent;
    font-family: var(--after-font-ja);
    font-size: 18px;
  }

  .header-actions .service-button--live img,
  .header-actions .service-button--store img {
    width: 25px;
    max-height: 24px;
  }

  .header-actions .service-button--plus img,
  .header-actions .service-button--community img {
    width: 23px;
    max-height: 23px;
  }

  .nav-links {
    display: grid;
    order: 3;
    grid-template-columns: 1fr;
    margin-top: 11px;
  }

  .global-navigation:has(.service-button--subscription) .nav-links {
    margin-top: -2px;
  }

  .nav-links li {
    border-bottom: 1px solid #a70b12;
  }

  .nav-links a {
    min-height: 57px;
    padding: 3px 0;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-links img {
    width: 13px;
  }

  .nav-top-link {
    display: block;
  }

  .nav-about-link {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .main-visual-ring,
  .play-ring,
  .plus-watermark-track,
  .scroll-guide i,
  .store-scroll-guide i::before {
    animation: none;
  }

  .media-card,
  .talent-card,
  .faq-answer,
  .faq-item summary span,
  .global-navigation {
    transition: none;
  }

  .header-brand,
  .header-account {
    transition: none;
  }
}
