body#pr_figure {
  --color-gold: rgb(201, 164, 87);
  --color-gold-deep: rgb(141, 104, 39);
  --color-gold-soft: rgb(234, 212, 154);
  --color-navy: rgb(7, 26, 51);
  --color-navy-deep: rgb(2, 11, 26);
  --color-ink: rgb(16, 22, 36);
  --color-rgb(255, 255, 255): rgb(255, 255, 255);
  --font-sans:
    "IBM Plex Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  --font-serif:
    "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--color-ink);
  background: rgb(255, 255, 255);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body#pr_figure.is-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .spHidden {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pcHidden {
    display: none !important;
  }
}

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

#pr_figure h1,
#pr_figure h2,
#pr_figure h3,
#pr_figure h4,
#pr_figure p,
#pr_figure figure,
#pr_figure dl,
#pr_figure dd,
#pr_figure ul,
#pr_figure ol {
  margin: 0;
}

#pr_figure ul,
#pr_figure ol {
  padding: 0;
  list-style: none;
}

#pr_figure button,
#pr_figure input,
#pr_figure select,
#pr_figure textarea {
  font: inherit;
}

#pr_figure button,
#pr_figure a {
  -webkit-tap-highlight-color: transparent;
}

#pr_figure button {
  appearance: none;
}

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

#pr_figure a {
  color: inherit;
}

#pr_figure [hidden] {
  display: none;
}

#pr_figure .ohtani-figure_main {
  display: block;
  overflow: clip;
}

#pr_figure .section {
  position: relative;
  padding-block: 74px;
}

#pr_figure .inner,
#pr_figure .ohtani-figure_floating-header__inner {
  width: min(calc(100% - 40px), 1440px);
  margin-inline: auto;
}

#pr_figure .inner--narrow {
  max-width: 960px;
}

@media screen and (min-width: 768px) {
  #pr_figure .section {
    padding-block: 130px;
  }

  #pr_figure .inner,
  #pr_figure .ohtani-figure_floating-header__inner {
    width: min(calc(100% - 64px), 1440px);
  }
}

@media screen and (min-width: 1025px) {
  #pr_figure .section {
    padding-block: 160px;
  }
}

#pr_figure .section.min-section {
  padding-block: 40px;
}

@media screen and (min-width: 768px) {
  #pr_figure .section.min-section {
    padding-block: 80px;
  }
}

#pr_figure .section-header {
  position: relative;
  z-index: 1;
}

#pr_figure .section-header--center {
  text-align: center;
}

#pr_figure .section-title__en {
  margin-bottom: 14px;
  /*color: rgb(163, 122, 45);*/
  color: rgb(228, 198, 117);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.24em;
}

#pr_figure .section-title__en--light {
  color: rgb(217, 189, 119);
}

#pr_figure .section-title__en--gold {
  color: rgb(228, 198, 117);
}

#pr_figure .section-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(30px, 10vw, 60px);
  font-style: oblique 8deg;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.035em;
}

#pr_figure .section-title.small-title {
  font-size: clamp(28px, 4vw, 40px);
}

#pr_figure .section-subtitle {
  margin: 0;
  font-size: clamp(19px, 5.4vw, 26px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  #pr_figure .section-title {
    font-size: clamp(38px, 5vw, 60px);
    line-height: 1.4;
    letter-spacing: 0.05em;
  }

  #pr_figure .section-title.small-title {
    font-size: clamp(24px, 4vw, 46px);
  }

  #pr_figure .section-subtitle {
    font-size: clamp(22px, 2.4vw, 30px);
  }
}

#pr_figure .text-box {
  max-width: 100%;
  text-align: justify;
}

#pr_figure .text-box>.text {
  margin: 0;
  font-size: clamp(15px, 4vw, 17px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.025em;
}

#pr_figure .text-box>.text+.text {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  #pr_figure .text-box>.text {
    font-size: clamp(16px, 1.35vw, 18px);
    line-height: 2.05;
  }
}

#pr_figure .text-box.min-text>.text {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  #pr_figure .text-box.min-text>.text {
    font-size: 14px;
  }
}


#pr_figure .button {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 24px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  isolation: isolate;
  transition:
    filter 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease, opacity 180ms ease;
}

#pr_figure .button__content {
  display: grid;
  gap: 3px;
  min-width: 0;
}

#pr_figure .button__label,
#pr_figure .button__subtext {
  display: block;
}

#pr_figure .button__subtext {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

#pr_figure .button__icon {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

#pr_figure .button--gold {
  border-color: rgba(255, 232, 176, 0.9);
  color: rgb(27, 19, 4);
  background: linear-gradient(135deg, rgb(183, 139, 57), rgb(234, 212, 154) 52%, rgb(197, 156, 78));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 9px 24px rgba(0, 0, 0, 0.3);
}

#pr_figure .button--gold-outline {
  border-color: rgb(215, 184, 110);
  color: rgb(242, 217, 145);
  background: rgba(4, 14, 30, 0.45);
}

#pr_figure .button--navy {
  border-color: rgb(23, 60, 103);
  color: rgb(255, 255, 255);
  background: linear-gradient(135deg, rgb(11, 49, 92), rgb(6, 24, 47));
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.24);
}

#pr_figure .button--outline-light {
  border-color: rgba(234, 212, 154, 0.66);
  color: rgb(241, 220, 155);
  background: rgba(255, 255, 255, 0.035);
}

#pr_figure .button--underline-light {
  border-bottom: 2px solid rgba(234, 212, 154, 0.66);
  color: rgb(241, 220, 155);
  padding: 0 4px 4px !important;
}

#pr_figure .button.button--outline-light:hover {
  filter: none;
  box-shadow: none;
}

#pr_figure .button--full {
  width: 100%;
}

#pr_figure .button--large {
  min-width: min(100%, 540px);
  min-height: 62px;
  padding: 17px 30px;
  font-size: 17px;
}

#pr_figure .button--compact {
  min-height: 48px;
  padding: 11px 20px;
  font-size: 13px;
}

#pr_figure .button--sticky {
  min-height: 46px;
  padding: 11px 20px;
  font-size: 13px;
}

#pr_figure .button--hero {
  width: 100%;
  min-height: 58px;
  padding: 16px 28px;
  font-size: 17px;
  letter-spacing: 0.12em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 11px 28px rgba(0, 0, 0, 0.4);
}

#purchase-title svg {
  width: 80%;
}

#pr_figure .button--purchase-select .button__icon {
  border: 1px solid currentColor;
  border-radius: 50%;
}

#pr_figure .button--purchase-select .button__icon::before {
  position: absolute;
  inset: 4px;
  background:
    linear-gradient(currentColor, currentColor) center / 8px 1px no-repeat, linear-gradient(currentColor, currentColor) center / 1px 8px no-repeat;
  content: "";
}

#pr_figure .button--external .button__icon::before {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
}

#pr_figure .button--external .button__icon::after {
  position: absolute;
  top: 7px;
  left: 5px;
  width: 14px;
  height: 2px;
  background: currentColor;
  content: "";
  transform: rotate(-45deg);
  transform-origin: center;
}

#pr_figure .button--anchor .button__icon::before {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

#pr_figure .button--hero::before {
  position: absolute;
  z-index: 0;
  top: -30%;
  bottom: -30%;
  left: -42%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: skewX(-24deg);
  transition:
    left 520ms ease, opacity 180ms ease;
}

#pr_figure .button--hero .button__content,
#pr_figure .button--hero .button__icon {
  position: relative;
  z-index: 1;
}

.mv-enabled #pr_figure .mv__final-layout.is-visible .mv__button.button--hero::before {
  animation: mv-goal-button-shine 3.5s ease-in-out infinite;
}

#pr_figure .button:hover {
  filter: brightness(1.09);
  box-shadow: 0 11px 28px rgba(0, 0, 0, 0.34);
}

#pr_figure .button--hero:hover::before {
  left: 118%;
  opacity: 1;
}

#pr_figure .button:focus-visible,
#pr_figure button:focus-visible,
#pr_figure a:focus-visible {
  outline: 3px solid rgb(255, 255, 255);
  outline-offset: 4px;
}

@media screen and (min-width: 768px) {
  #pr_figure .button {
    min-height: 56px;
    padding-inline: 30px;
    font-size: 16px;
  }

  #pr_figure .button--large {
    min-height: 66px;
    font-size: 18px;
  }

  #pr_figure .button--compact,
  #pr_figure .button--sticky {
    min-height: 48px;
    font-size: 14px;
  }

  #pr_figure .button--hero {
    /*width: min(100%, 500px);*/
    min-height: 66px;
    font-size: 23px;
  }
}

#pr_figure .reveal {
  opacity: 1;
  transform: none;
}

.reveal-enabled #pr_figure .reveal {
  opacity: 0;
  transform: translateY(28px);
}

.reveal-enabled #pr_figure .reveal.is-reveal-pending {
  will-change: opacity, transform;
}

.reveal-enabled #pr_figure .reveal.is-visible {
  opacity: 1;
  transform: none;
  transition:
    opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: auto;
}

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

#pr_figure .ohtani-figure_skip-link {
  position: fixed;
  z-index: 12000;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  color: rgb(255, 255, 255);
  background: rgb(7, 26, 51);
  font-size: 14px;
  text-decoration: none;
  transform: translateY(-160%);
}

#pr_figure .ohtani-figure_skip-link:focus {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {

  .reveal-enabled #pr_figure .reveal,
  .reveal-enabled #pr_figure .reveal.is-reveal-pending,
  .reveal-enabled #pr_figure .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  #pr_figure .button,
  #pr_figure .button--hero::before,
  #pr_figure .ohtani-figure_skip-link {
    transition: none;
  }

  #pr_figure .mv__button.button--hero::before {
    display: none;
    animation: none;
  }
}

#pr_figure .modal {
  position: fixed;
  z-index: 10020;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 220ms ease, visibility 0s linear 220ms;
}

#pr_figure .modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

#pr_figure .modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(5px);
}

#pr_figure .modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 960px);
  max-height: calc(100dvh - 20px);
  overflow: auto;
  overscroll-behavior: contain;
}

#pr_figure .modal__close {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.42);
  cursor: pointer;
}

#pr_figure .modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  background: currentColor;
}

#pr_figure .modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

#pr_figure .modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  #pr_figure .modal {
    padding: 24px;
  }

  #pr_figure .modal__panel {
    max-height: calc(100dvh - 48px);
  }
}

@media (prefers-reduced-motion: reduce) {
  #pr_figure .modal {
    transition: none;
  }
}

#pr_figure .ohtani-figure_floating-header {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  border-top: 1px solid rgba(216, 187, 105, 0.48);
  background: linear-gradient(105deg, rgba(4, 14, 30, 0.97), rgba(16, 27, 40, 0.97));
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  transform: translateY(calc(100% + 16px));
  transition:
    transform 260ms ease, opacity 260ms ease, visibility 0s linear 260ms;
}

#pr_figure .ohtani-figure_floating-header.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition-delay: 0s;
}

#pr_figure .ohtani-figure_floating-header__inner {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-block: 10px;
}

#pr_figure .ohtani-figure_floating-header__title {
  display: grid;
  flex: 1;
  min-width: 0;
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

#pr_figure .ohtani-figure_floating-header__button {
  flex: 0 0 auto;
  min-width: 142px;
}

#pr_figure .ohtani-figure_floating-header-trigger {
  width: 100%;
  height: 1px;
  pointer-events: none;
  background-color: rgb(129, 112, 68);
}

@media screen and (min-width: 768px) {
  #pr_figure .ohtani-figure_floating-header {
    top: 0;
    bottom: auto;
    padding-bottom: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(216, 187, 105, 0.48);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.3);
    transform: translateY(calc(-100% - 16px));
  }

  #pr_figure .ohtani-figure_floating-header__inner {
    min-height: 78px;
  }

  #pr_figure .ohtani-figure_floating-header__title {
    display: flex;
    gap: 0.45em;
    font-size: 15px;
    letter-spacing: 0.04em;
  }

  #pr_figure .ohtani-figure_floating-header__button {
    min-width: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #pr_figure .ohtani-figure_floating-header {
    transition: none;
  }
}

#pr_figure .mv {
  position: relative;
  width: 100%;
  height: var(--mv-height, 100svh);
  min-height: 700px;
  overflow: hidden;
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  isolation: isolate;
}

#pr_figure .mv__loader,
#pr_figure .mv__intro {
  display: none;
}

.mv-enabled #pr_figure .mv__loader {
  position: absolute;
  z-index: 30;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: rgb(255, 255, 255);
  background: rgb(5, 5, 5);
  transform: translateY(0);
  transition: transform 720ms cubic-bezier(0.76, 0, 0.24, 1);
}

.mv-enabled #pr_figure .mv__loader.is-leaving {
  pointer-events: none;
  transform: translateY(-100%);
}

.mv-enabled #pr_figure .mv__loader.is-hidden {
  visibility: hidden;
}

#pr_figure .mv__loader-main {
  display: grid;
  align-content: center;
  place-items: center;
  gap: 18px;
  padding: 40px 20px;
}

#pr_figure .mv__loader-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(219, 189, 109);
  font-family: var(--font-sans);
  font-size: clamp(30px, 10vw, 48px);
  font-style: oblique 8deg;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

#pr_figure .mv__loader-title>span {
  display: inline-block;
  opacity: 0;
  transform: translateY(12px);
  animation: mv-loader-title-reveal 2.8s ease-in-out infinite;
  animation-delay: calc(var(--mv-letter-index, 0) * 70ms);
}

#pr_figure .mv__loader-title-space {
  width: 0.22em;
  animation: none;
}

#pr_figure .mv__loader-line {
  position: relative;
  width: min(78vw, 300px);
  height: 1px;
  overflow: hidden;
  background: rgba(219, 189, 109, 0.18);
}

#pr_figure .mv__loader-line::before {
  position: absolute;
  top: 0;
  left: -42%;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(219, 189, 109, 0.3) 15%, rgb(219, 189, 109) 50%, rgba(219, 189, 109, 0.3) 85%, transparent);
  box-shadow: 0 0 12px rgba(219, 189, 109, 0.65);
  content: "";
  animation: mv-loader-line-run 1.4s ease-in-out infinite;
}

#pr_figure .mv__loader-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.04);
}

#pr_figure .mv__loader-label {
  color: rgb(219, 189, 109);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  animation: mv-loader-pulse 900ms ease-in-out infinite alternate;
}

#pr_figure .mv__loader-status {
  position: relative;
  margin-top: -4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  text-indent: 0.24em;
}

#pr_figure .mv__loader-status::after {
  content: "";
  animation: mv-loader-dots 1.2s steps(4, end) infinite;
}

#pr_figure .mv__loader-footer {
  width: 100%;
}

#pr_figure .mv__footer {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "collab collab" "mlb rights";
  align-items: center;
  gap: 16px 12px;
  width: 100%;
  padding: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(6px);
}

#pr_figure .mv__footer img {
  display: block;
  max-width: 100%;
  height: auto;
}

#pr_figure .mv__footer--loader {
  border-top: 0;
  background: transparent;
  backdrop-filter: none;
}

#pr_figure .mv__footer--loader .mv__footer-collab-image-box,
#pr_figure .mv__footer--loader .mv__footer-mlb-image-box,
#pr_figure .mv__footer--loader .mv__footer-rights-image-box {
  animation: mv-loader-logo-pulse 1.8s ease-in-out infinite alternate;
}

#pr_figure .mv__footer--loader .mv__footer-mlb-image-box {
  animation-delay: 240ms;
}

#pr_figure .mv__footer--loader .mv__footer-rights-image-box {
  animation-delay: 480ms;
}

#pr_figure .mv__footer-collab-image-box {
  display: flex;
  grid-area: collab;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

#pr_figure .mv__footer-collab-image-box img {
  width: auto;
  max-width: 96px;
  height: 22px;
  object-fit: contain;
}

#pr_figure .mv__footer-collab-image-box span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 400;
}

#pr_figure .mv__footer-mlb-image-box {
  display: flex;
  grid-area: mlb;
  align-items: center;
  justify-content: flex-start;
}

#pr_figure .mv__footer-mlb-image-box img {
  width: auto;
  max-width: 82px;
  height: 24px;
  object-fit: contain;
}

#pr_figure .mv__footer-rights-image-box {
  display: flex;
  grid-area: rights;
  align-items: end;
  justify-content: flex-end;
  gap: 9px;
}

#pr_figure .mv__collectible-badge {
  width: 38px;
  height: auto;
}

#pr_figure .mv__footer-rights-image-box>div {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: right;
  white-space: nowrap;
}

.mv-enabled #pr_figure .mv__intro {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  background: rgb(0, 0, 0);
  transition:
    opacity 760ms ease, visibility 0s linear 760ms;
}

.mv-enabled #pr_figure .mv__intro.is-finished {
  visibility: hidden;
  opacity: 0;
}

#pr_figure .mv__intro-slide-image-box {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.035);
  transition:
    opacity 520ms ease, transform 1380ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

#pr_figure .mv__intro-slide-image-box.is-active {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
}

#pr_figure .mv__intro-slide-image-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

#pr_figure .mv__intro-slide-image-box:nth-child(2) img {
  object-position: 50% 46%;
}

#pr_figure .mv__intro-slide-image-box:nth-child(3) img {
  object-position: 50% 24%;
}

#pr_figure .mv__intro-shade {
  position: absolute;
  z-index: 4;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), transparent 45%, rgba(0, 0, 0, 0.7)), linear-gradient(90deg, rgba(0, 0, 0, 0.36), transparent 42%, rgba(0, 0, 0, 0.22));
  pointer-events: none;
}

#pr_figure .mv__intro-copy {
  position: absolute;
  z-index: 5;
  top: 45%;
  left: 50%;
  width: min(90%, 1000px);
  color: rgb(255, 255, 255);
  text-align: center;
  text-shadow: 0 0 26px rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%);
}

#pr_figure .mv__intro-copy>div:first-child {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
}

#pr_figure .mv__intro-copy>div:last-child {
  margin-top: 10px;
  font-size: clamp(30px, 10vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

#pr_figure .mv__intro-copy>div {
  transform: skewX(-10deg);
  transform-origin: center;
}

#pr_figure .mv__intro-index {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}

#pr_figure .mv__intro-index i {
  width: 54px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.24);
}

#pr_figure .mv__intro-index i::after {
  display: block;
  width: var(--mv-intro-progress, 0%);
  height: 100%;
  background: rgb(242, 223, 153);
  content: "";
  transition: width 180ms linear;
}

#pr_figure .mv__intro-index strong {
  color: rgb(242, 223, 153);
}

#pr_figure .mv__final-layout {
  position: absolute;
  z-index: 5;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: visible;
  background: rgb(0, 0, 0);
}

.mv-enabled #pr_figure .mv__final-layout {
  visibility: hidden;
  pointer-events: none;
}

.mv-enabled #pr_figure .mv__final-layout.is-visible {
  visibility: visible;
  pointer-events: auto;
}

#pr_figure .mv__final-visual {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 70%;
  overflow: hidden;
  background: rgb(0, 0, 0);
}

#pr_figure .mv__final-image-box {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: rgb(17, 17, 17);
}

#pr_figure .mv__final-image-box--01,
#pr_figure .mv__final-image-box--04 {
  display: none;
}

#pr_figure .mv__final-image-box img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

#pr_figure .mv__final-image-box--02 img {
  object-position: top 0 left 54%;
}

#pr_figure .mv__final-image-box--03 img {
  object-position: top 0 right 45%;
}

.mv-enabled #pr_figure .mv__final-image-box--02,
.mv-enabled #pr_figure .mv__final-image-box--03 {
  clip-path: inset(0 0 0 100%);
}

.mv-enabled #pr_figure .mv__final-layout.is-visible .mv__final-image-box--02 {
  animation: mv-final-panel-reveal 520ms cubic-bezier(0.16, 1, 0.3, 1) 0ms both;
}

.mv-enabled #pr_figure .mv__final-layout.is-visible .mv__final-image-box--03 {
  animation: mv-final-panel-reveal 520ms cubic-bezier(0.16, 1, 0.3, 1) 110ms both;
}

#pr_figure .mv__final-lines {
  position: absolute;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#pr_figure .mv__final-lines--pc {
  display: none;
}

#pr_figure .mv__final-lines--sp {
  display: block;
}

#pr_figure .mv__final-lines--sp span {
  display: none;
}

#pr_figure .mv__final-lines--sp span:first-child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: block;
  width: 1px;
  background: rgb(219, 189, 109);
  box-shadow: 0 0 4px rgba(219, 189, 109, 0.58);
}

#pr_figure .mv__final-overlay {
  position: absolute;
  z-index: 12;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 38%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0%), rgba(0, 0, 0, 0.58) 40%, rgba(0, 0, 0, 1));
  pointer-events: none;
}

#pr_figure .mv__content {
  position: absolute;
  z-index: 20;
  inset: 0;
  color: rgb(255, 255, 255);
  text-align: center;
  pointer-events: none;
}

#pr_figure .mv__final-layout.is-visible .mv__content,
:not(.mv-enabled) #pr_figure .mv__content {
  pointer-events: auto;
}

#pr_figure .mv__message {
  position: absolute;
  right: 20px;
  bottom: clamp(168px, 24vh, 210px);
  left: 20px;
  display: grid;
  justify-items: center;
}

#pr_figure .mv__heading {
  margin: 0;
  color: rgb(219, 189, 109);
  font-family: var(--font-sans);
  font-size: clamp(27px, 8vw, 40px);
  font-style: oblique 8deg;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.58);
}

#pr_figure .mv__heading {
  max-width: 100%;
  width: 100%;
  fill: rgb(219, 189, 109);
}

#pr_figure .mv__product-name {
  position: relative;
  margin-top: 14px;
  padding-top: 11px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(14px, 3.8vw, 28px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.54);
}

#pr_figure .mv__product-name::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100%, 520px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(219, 189, 109, 0.86), transparent);
  content: "";
  transform: translateX(-50%);
}

#pr_figure .mv__purchase-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 12px;
  min-height: 150px;
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(219, 189, 109, 0.58);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 36%), repeating-linear-gradient(118deg, transparent 0 25px, rgba(255, 255, 255, 0.035) 25px 27px), linear-gradient(100deg, rgb(17, 22, 28), rgb(5, 8, 12) 72%);
  box-shadow:
    0 -18px 42px rgba(0, 0, 0, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
}

#pr_figure .mv__purchase-info {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  text-align: center;
}

#pr_figure .mv__seller,
#pr_figure .mv__period {
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

#pr_figure .mv__seller {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(14px, 4vw, 17px);
}

#pr_figure .mv__period {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border: 1px solid rgba(219, 189, 109, 0.58);
  color: rgb(219, 189, 109);
  background: rgba(0, 0, 0, 0.24);
  font-size: clamp(16px, 5vw, 24px);
}

#pr_figure .mv__button {
  justify-self: center;
}

.mv-enabled #pr_figure .mv__heading,
.mv-enabled #pr_figure .mv__product-name,
.mv-enabled #pr_figure .mv__purchase-bar {
  opacity: 0;
  transform: translateY(18px);
}

.mv-enabled #pr_figure .mv__final-layout.is-visible .mv__heading {
  animation: mv-final-content-in 420ms cubic-bezier(0.22, 1, 0.36, 1) 760ms both;
  width: 100%;
}

.mv-enabled #pr_figure .mv__final-layout.is-visible .mv__product-name {
  animation: mv-final-content-in 420ms cubic-bezier(0.22, 1, 0.36, 1) 980ms both;
}

.mv-enabled #pr_figure .mv__final-layout.is-visible .mv__purchase-bar {
  animation: mv-final-content-in 460ms cubic-bezier(0.22, 1, 0.36, 1) 1180ms both;
}

@media screen and (min-width: 768px) {
  #pr_figure .mv {
    min-height: 720px;
  }

  #pr_figure .mv__loader-title {
    font-size: clamp(44px, 6vw, 92px);
    letter-spacing: 0.04em;
  }

  #pr_figure .mv__loader-title-space {
    width: 0.32em;
  }

  #pr_figure .mv__loader-line {
    width: min(100%, 620px);
  }

  #pr_figure .mv__loader-label {
    font-size: 14px;
    letter-spacing: 0.25em;
  }

  #pr_figure .mv__loader-status {
    letter-spacing: 0.34em;
    text-indent: 0.34em;
  }

  #pr_figure .mv__footer {
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "collab mlb rights";
    align-items: end;
    gap: 24px;
    padding: 16px clamp(28px, 3vw, 58px);
  }

  #pr_figure .mv__footer-collab-image-box {
    justify-content: flex-start;
    gap: 14px;
  }

  #pr_figure .mv__footer-collab-image-box img {
    max-width: 150px;
    height: 30px;
  }

  #pr_figure .mv__footer-collab-image-box span {
    font-size: 21px;
  }

  #pr_figure .mv__footer-mlb-image-box {
    justify-content: center;
  }

  #pr_figure .mv__footer-mlb-image-box img {
    max-width: 130px;
    height: 36px;
  }

  #pr_figure .mv__footer-rights-image-box {
    gap: 16px;
  }

  #pr_figure .mv__collectible-badge {
    width: 66px;
    height: auto;
  }

  #pr_figure .mv__intro-slide-image-box img {
    object-position: 50% 42%;
  }

  #pr_figure .mv__intro-slide-image-box:nth-child(2) img {
    object-position: 50% 58%;
  }

  #pr_figure .mv__intro-slide-image-box:nth-child(3) img {
    object-position: 50% 34%;
  }

  #pr_figure .mv__intro-copy>div:last-child {
    font-size: clamp(52px, 7vw, 112px);
  }

  #pr_figure .mv__intro-index {
    right: clamp(24px, 3vw, 46px);
    bottom: clamp(26px, 4vh, 52px);
  }

  #pr_figure .mv__final-visual {
    display: block;
  }

  #pr_figure .mv__final-image-box {
    position: absolute;
    inset: 0;
    display: block;
  }

  #pr_figure .mv__final-image-box img {
    object-fit: contain;
    object-position: center;
  }

  #pr_figure .mv__final-image-box--01 img {
    object-position: top 50% left -170px;
  }

  #pr_figure .mv__final-image-box--02 img {
    object-position: calc(50% - 26%) 50%;
  }

  #pr_figure .mv__final-image-box--03 img {
    object-position: calc(50% + 16%) 50%;
  }

  #pr_figure .mv__final-image-box--04 img {
    object-position: top 0 right -135px;
  }

  #pr_figure .mv__final-image-box--01 {
    clip-path: polygon(0 0, 25% 0, 20.5% 100%, 0 100%);
  }

  #pr_figure .mv__final-image-box--02 {
    clip-path: polygon(25% 0, 50% 0, 45.5% 100%, 20.5% 100%);
  }

  #pr_figure .mv__final-image-box--03 {
    clip-path: polygon(50% 0, 75% 0, 70.5% 100%, 45.5% 100%);
  }

  #pr_figure .mv__final-image-box--04 {
    clip-path: polygon(75% 0, 100% 0, 100% 100%, 70.5% 100%);
  }

  .mv-enabled #pr_figure .mv__final-image-box--01 {
    clip-path: polygon(25% 0, 25% 0, 20.5% 100%, 20.5% 100%);
  }

  .mv-enabled #pr_figure .mv__final-image-box--02 {
    clip-path: polygon(50% 0, 50% 0, 45.5% 100%, 45.5% 100%);
  }

  .mv-enabled #pr_figure .mv__final-image-box--03 {
    clip-path: polygon(75% 0, 75% 0, 70.5% 100%, 70.5% 100%);
  }

  .mv-enabled #pr_figure .mv__final-image-box--04 {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }

  .mv-enabled #pr_figure .mv__final-layout.is-visible .mv__final-image-box--01 {
    animation: mv-final-reveal-01 620ms cubic-bezier(0.16, 1, 0.3, 1) 0ms both;
  }

  .mv-enabled #pr_figure .mv__final-layout.is-visible .mv__final-image-box--02 {
    animation: mv-final-reveal-02 620ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
  }

  .mv-enabled #pr_figure .mv__final-layout.is-visible .mv__final-image-box--03 {
    animation: mv-final-reveal-03 620ms cubic-bezier(0.16, 1, 0.3, 1) 240ms both;
  }

  .mv-enabled #pr_figure .mv__final-layout.is-visible .mv__final-image-box--04 {
    animation: mv-final-reveal-04 620ms cubic-bezier(0.16, 1, 0.3, 1) 360ms both;
  }

  #pr_figure .mv__final-lines--pc {
    display: block;
  }

  #pr_figure .mv__final-lines--pc line {
    stroke: rgb(219, 189, 109);
    stroke-width: 1.5;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 0 4px rgba(219, 189, 109, 0.58));
  }

  #pr_figure .mv__final-lines--sp {
    display: none;
  }

  #pr_figure .mv__final-overlay {
    height: 44%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.48) 42%, rgba(0, 0, 0, 1));
  }

  #pr_figure .mv__message {
    right: 32px;
    bottom: clamp(142px, 14vh, 205px);
    left: 32px;
  }

  #pr_figure .mv__heading {
    font-size: clamp(40px, 5.4vw, 84px);
    line-height: 1.08;
    letter-spacing: 0.07em;
  }

  #pr_figure .mv__product-name {
    margin-top: 18px;
    padding-top: 18px;
    font-size: clamp(15px, 3.4vw, 40px);
  }

  #pr_figure .mv__purchase-bar {
    grid-template-columns: minmax(0, 1fr) 0.7fr;
    gap: 12px;
    min-height: 120px;
    padding: 18px 18px;
  }

  #pr_figure .mv__purchase-info {
    justify-items: start;
    text-align: left;
  }

  #pr_figure .mv__seller,
  #pr_figure .mv__period {
    font-size: 23px;
  }
}

@media screen and (min-width: 1025px) {
  #pr_figure .mv {
    min-height: 680px;
  }

  #pr_figure .mv__purchase-bar {
    padding-inline: clamp(32px, 3vw, 72px);
  }

  #pr_figure .mv__purchase-info {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .mv-enabled #pr_figure .mv__final-layout.is-visible .mv__heading {
    width: 80%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #pr_figure .mv {
    height: min(var(--mv-height, 100svh), 820px);
    min-height: 680px;
    max-height: 820px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .mv-enabled #pr_figure .mv__loader-title>span,
  .mv-enabled #pr_figure .mv__loader-label,
  .mv-enabled #pr_figure .mv__loader-status::after,
  .mv-enabled #pr_figure .mv__footer--loader .mv__footer-collab-image-box,
  .mv-enabled #pr_figure .mv__footer--loader .mv__footer-mlb-image-box,
  .mv-enabled #pr_figure .mv__footer--loader .mv__footer-rights-image-box,
  .mv-enabled #pr_figure .mv__final-layout.is-visible .mv__final-image-box,
  .mv-enabled #pr_figure .mv__final-layout.is-visible .mv__heading,
  .mv-enabled #pr_figure .mv__final-layout.is-visible .mv__product-name,
  .mv-enabled #pr_figure .mv__final-layout.is-visible .mv__purchase-bar {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .mv-enabled #pr_figure .mv__loader-status::after {
    content: "...";
  }

  .mv-enabled #pr_figure .mv__final-image-box--02,
  .mv-enabled #pr_figure .mv__final-image-box--03 {
    clip-path: inset(0);
  }

  .mv-enabled #pr_figure .mv__intro,
  .mv-enabled #pr_figure .mv__intro-slide-image-box,
  .mv-enabled #pr_figure .mv__loader {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) and (min-width: 768px) {
  .mv-enabled #pr_figure .mv__final-image-box--01 {
    clip-path: polygon(0 0, 25% 0, 20.5% 100%, 0 100%);
  }

  .mv-enabled #pr_figure .mv__final-image-box--02 {
    clip-path: polygon(25% 0, 50% 0, 45.5% 100%, 20.5% 100%);
  }

  .mv-enabled #pr_figure .mv__final-image-box--03 {
    clip-path: polygon(50% 0, 75% 0, 70.5% 100%, 45.5% 100%);
  }

  .mv-enabled #pr_figure .mv__final-image-box--04 {
    clip-path: polygon(75% 0, 100% 0, 100% 100%, 70.5% 100%);
  }
}

@keyframes mv-loader-title-reveal {

  0%,
  18% {
    opacity: 0;
    transform: translateY(16px);
  }

  30%,
  68% {
    opacity: 1;
    transform: none;
    text-shadow: 0 0 18px rgba(219, 189, 109, 0.34);
  }

  82%,
  100% {
    opacity: 0;
    transform: translateY(-16px);
  }
}

@keyframes mv-loader-pulse {
  from {
    opacity: 0.45;
  }

  to {
    opacity: 1;
  }
}

@keyframes mv-loader-logo-pulse {
  from {
    opacity: 0.52;
  }

  to {
    opacity: 1;
  }
}

@keyframes mv-loader-line-run {
  to {
    transform: translateX(340%);
  }
}

@keyframes mv-loader-dots {
  0% {
    content: "";
  }

  25% {
    content: ".";
  }

  50% {
    content: "..";
  }

  75%,
  100% {
    content: "...";
  }
}

@keyframes mv-final-panel-reveal {
  to {
    clip-path: inset(0);
  }
}

@keyframes mv-final-reveal-01 {
  to {
    clip-path: polygon(0 0, 25% 0, 20.5% 100%, 0 100%);
  }
}

@keyframes mv-final-reveal-02 {
  to {
    clip-path: polygon(25% 0, 50% 0, 45.5% 100%, 20.5% 100%);
  }
}

@keyframes mv-final-reveal-03 {
  to {
    clip-path: polygon(50% 0, 75% 0, 70.5% 100%, 45.5% 100%);
  }
}

@keyframes mv-final-reveal-04 {
  to {
    clip-path: polygon(75% 0, 100% 0, 100% 100%, 70.5% 100%);
  }
}

@keyframes mv-final-content-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes mv-goal-button-shine {

  0%,
  62% {
    left: -42%;
    opacity: 0;
  }

  66% {
    opacity: 1;
  }

  82% {
    left: 122%;
    opacity: 1;
  }

  83%,
  100% {
    left: 122%;
    opacity: 0;
  }
}

#pr_figure .inner.ohtani-figure_movie-notice__inner {
  width: min(calc(100% - 60px), 1040px);
}

#pr_figure .ohtani-figure_movie-notice {
  padding-block: 36px;
  color: rgb(255, 255, 255);
  background:
    linear-gradient(360deg, rgb(219 186 115), rgba(0, 0, 0, 0) 58%), rgb(159 121 11);
}

#pr_figure .ohtani-figure_movie-notice__card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgb(255 230 163);
  color: rgb(255, 255, 255);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 46%), linear-gradient(110deg, rgb(10, 36, 69), rgb(6, 22, 45));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  text-decoration: none;
  isolation: isolate;
  transition:
    border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

#pr_figure .ohtani-figure_movie-notice__body {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
}

#pr_figure .ohtani-figure_movie-notice__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: rgb(228, 198, 117);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

#pr_figure .ohtani-figure_movie-notice__new {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid rgb(241, 220, 155);
  color: rgb(33, 22, 4);
  background: linear-gradient(135deg, rgb(183, 139, 57), rgb(241, 220, 155) 54%, rgb(197, 156, 78));
  box-shadow: 0 0 18px rgba(226, 197, 120, 0.28);
  font-size: 18px;
  letter-spacing: 0;
}

#pr_figure .ohtani-figure_movie-notice__title {
  font-size: clamp(18px, 5.4vw, 24px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

#pr_figure .ohtani-figure_movie-notice__cue {
  display: none;
  width: fit-content;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#pr_figure .ohtani-figure_movie-notice__cue span {
  width: 9px;
  height: 9px;
  border-right: 1px solid rgb(228, 198, 117);
  border-bottom: 1px solid rgb(228, 198, 117);
  transform: rotate(45deg) translateY(-5px);
}

#pr_figure .ohtani-figure_movie-notice__thumbnail {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(226, 197, 120, 0.48);
  background: rgb(2, 11, 26);
}

#pr_figure .ohtani-figure_movie-notice__thumbnail::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 54%, rgba(4, 18, 39, 0.34));
  content: "";
}

#pr_figure .ohtani-figure_movie-notice__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#pr_figure .ohtani-figure_movie-notice__play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: rgba(4, 18, 39, 0.76);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.34);
  transform: translate(-50%, -50%);
  transition:
    background-color 180ms ease, transform 180ms ease;
}

#pr_figure .ohtani-figure_movie-notice__play::before {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid rgb(255, 255, 255);
  content: "";
  transform: translate(-50%, -50%);
}

#pr_figure .ohtani-figure_movie-notice__card:focus-visible {
  outline-color: rgb(228, 198, 117);
}

#pr_figure .ohtani-figure_movie-notice__card:active {
  transform: translateY(1px);
}

@media (hover: hover) {
  #pr_figure .ohtani-figure_movie-notice__card:hover {
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
  }

  #pr_figure .ohtani-figure_movie-notice__card:hover .ohtani-figure_movie-notice__play {
    background: rgba(141, 104, 39, 0.92);
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@media screen and (min-width: 768px) {
  #pr_figure .ohtani-figure_movie-notice {
    padding-block: 52px;
  }

  #pr_figure .ohtani-figure_movie-notice__card {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 28%);
    align-items: center;
    gap: clamp(24px, 4vw, 56px);
    padding: 28px 29px 28px clamp(24px, 4vw, 56px);
  }

  #pr_figure .ohtani-figure_movie-notice__eyebrow {
    font-size: 13px;
  }

  #pr_figure .ohtani-figure_movie-notice__title {
    font-size: clamp(21px, 2.2vw, 30px);
  }

  #pr_figure .ohtani-figure_movie-notice__cue.pc-cue {
    display: inline-flex;
  }

  #pr_figure .ohtani-figure_movie-notice__play {
    width: 42px;
    height: 42px;
  }
}

@media screen and (max-width: 767px) {
  #pr_figure .ohtani-figure_movie-notice__cue.sp-cue {
    display: inline-flex;
    margin: auto;
  }
}

@media (prefers-reduced-motion: reduce) {

  #pr_figure .ohtani-figure_movie-notice__card,
  #pr_figure .ohtani-figure_movie-notice__play {
    transition: none;
  }
}

#pr_figure .ohtani-figure_shell {
  max-width: 1440px;
}

#pr_figure .ohtani-figure_action {
  overflow: hidden;
  color: rgb(255, 255, 255);
  background:
    radial-gradient(circle at 88% 8%, rgba(36, 88, 151, 0.34), transparent 34%), linear-gradient(135deg, rgb(7, 26, 52), rgb(3, 11, 25) 58%, rgb(16, 23, 31));
}

#pr_figure .ohtani-figure_action__lead-grid {
  display: grid;
  grid-template-areas: "heading" "hero" "catch";
  gap: 36px;
}

#pr_figure .ohtani-figure_action__heading {
  grid-area: heading;
  align-self: start;
}

#pr_figure .ohtani-figure_action__hero-image-box {
  --sport-frame-side-width: 48px;
  position: relative;
  isolation: isolate;
  grid-area: hero;
  overflow: hidden;
  border: 1px solid rgba(232, 210, 154, 0.42);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.34);
}

#pr_figure .ohtani-figure_action__hero-image-box picture {
  position: relative;
  z-index: 0;
  display: block;
}

#pr_figure .ohtani-figure_action__hero-image-box img {
  display: block;
  width: 100%;
  /*aspect-ratio: 4 / 5;*/
  object-fit: cover;
  object-position: center top;
}

#pr_figure .sport-frame__measure {
  position: absolute;
  z-index: 1;
  top: 25px;
  bottom: 25px;
  left: calc(var(--sport-frame-side-width) / 2);
  width: 2px;
  background: rgba(232, 210, 154);
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  #pr_figure .sport-frame__measure {
    top: 45px;
    bottom: 45px;
  }
}

#pr_figure .sport-frame__measure::before,
#pr_figure .sport-frame__measure::after {
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-top: 2px solid rgb(232, 210, 154);
  border-left: 2px solid rgb(232, 210, 154);
  content: "";
  /*filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.52));*/
}

#pr_figure .sport-frame__measure::before {
  top: 0;
  transform: rotate(45deg);
}

#pr_figure .sport-frame__measure::after {
  bottom: 0;
  transform: rotate(225deg);
}

#pr_figure .sport-frame__side {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  display: flex;
  width: var(--sport-frame-side-width);
  height: 60%;
  align-items: center;
  align-content: space-between;
  justify-content: space-around;
  padding: 14px 12px;
  border: 1px solid rgba(232, 210, 154, 0.9);
  border-left: 0;
  color: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(0, 90, 156), rgba(4, 26, 56));
  box-shadow: 5px 8px 22px rgba(0, 0, 0, 0.34);
  transform: translateY(-50%);
  writing-mode: vertical-rl;
}

#pr_figure .sport-frame__side small,
#pr_figure .sport-frame__side strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

#pr_figure .ohtani-figure_action__collage {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (min-width: 768px) {
  #pr_figure .sport-frame__side {
    height: 40%;
  }
}

#pr_figure .ohtani-figure_action__catch {
  grid-area: catch;
  /*color: rgb(232, 213, 156);*/
}

#pr_figure .ohtani-figure_action__detail-grid {
  display: grid;
  gap: 48px;
  margin-top: 72px;
}

#pr_figure .ohtani-figure_action__image-box {
  overflow: hidden;
  border: 1px solid rgba(232, 210, 154, 0.42);
  background: rgba(255, 255, 255, 0.025);
}

@media screen and (max-width: 767px) {
  #pr_figure .ohtani-figure_action__collage {
    --action-mobile-gutter: 20px;
  }

  #pr_figure .ohtani-figure_action__image-box {
    width: calc(100% + var(--action-mobile-gutter));
  }

  #pr_figure .ohtani-figure_action__image-box:nth-child(odd) {
    margin-left: calc(var(--action-mobile-gutter) * -1);
    margin-right: 0;
  }

  #pr_figure .ohtani-figure_action__image-box:nth-child(even) {
    margin-right: calc(var(--action-mobile-gutter) * -1);
    margin-left: 0;
  }
}

#pr_figure .ohtani-figure_action__image-box img {
  display: block;
  width: 100%;
}

#pr_figure .ohtani-figure_action__copy {
  align-self: center;
}

#pr_figure .ohtani-figure_about-accordion {
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#pr_figure .ohtani-figure_about-toggle {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border: 0;
  color: rgb(255, 255, 255);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

#pr_figure .ohtani-figure_about-toggle span {
  position: relative;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  /*border: 1px solid rgba(255, 255, 255, 0.44);*/
  border-radius: 50%;
}

#pr_figure .ohtani-figure_about-toggle span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

#pr_figure .ohtani-figure_about-toggle span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 10px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: height 180ms ease;
}

#pr_figure .ohtani-figure_about-toggle[aria-expanded="true"] span::after {
  height: 0;
}

#pr_figure .ohtani-figure_about-panel {
  padding-bottom: 24px;
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 768px) {
  #pr_figure .ohtani-figure_action__hero-image-box {
    --sport-frame-side-width: 56px;
  }

  #pr_figure .ohtani-figure_action__lead-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    grid-template-areas: "heading hero" "catch hero";
    align-items: end;
    gap: 36px 56px;
  }

  /*#pr_figure .ohtani-figure_action__hero-image-box img {
    aspect-ratio: 7 / 8;
  }*/
  #pr_figure .sport-frame__side {
    padding-block: 18px;
  }

  #pr_figure .ohtani-figure_action__detail-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: center;
    gap: 64px;
    margin-top: 110px;
  }

  #pr_figure .ohtani-figure_action__collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media screen and (min-width: 1200px) {
  #pr_figure .ohtani-figure_action__lead-grid {
    gap-inline: 76px;
  }

  #pr_figure .ohtani-figure_action__detail-grid {
    gap: 82px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #pr_figure .ohtani-figure_about-toggle span::after {
    transition: none;
  }
}

#pr_figure .ohtani-figure_brand {
  color: rgb(16, 24, 39);
  background:
    linear-gradient(135deg, rgba(181, 141, 65, 0.08), transparent 44%), rgb(247, 245, 239);
}

#pr_figure .ohtani-figure_brand__inner {
  max-width: 1120px;
}

#pr_figure .ohtani-figure_brand__diamond {
  position: relative;
  width: min(88vw, 390px);
  aspect-ratio: 1;
  margin: 20px auto 10px;
}

#pr_figure .ohtani-figure_brand__diamond-line {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(157, 115, 34, 0.55);
  stroke-width: 1;
}

#pr_figure .ohtani-figure_brand__logo-image-box {
  position: absolute;
  top: 50%;
  display: grid;
  width: 44%;
  min-height: 88px;
  place-items: center;
  padding: 10px;
  background: rgb(255, 255, 255);
  box-shadow: 0 18px 42px rgba(7, 24, 55, 0.09);
  transform: translateY(-50%);
  border: 1px solid rgb(163, 122, 45);
}

#pr_figure .ohtani-figure_brand__logo-image-box--left {
  left: 4%;
}

#pr_figure .ohtani-figure_brand__logo-image-box--right {
  right: 4%;
}

#pr_figure .ohtani-figure_brand__logo-image-box img {
  display: block;
  width: 100%;
  max-width: 154px;
  height: 62px;
  object-fit: contain;
}

#pr_figure .ohtani-figure_brand__brand-list {
  display: grid;
}

#pr_figure .ohtani-figure_brand__brand-item {
  padding: 28px 0;
  border-top: 1px solid rgba(7, 23, 45, 0.2);
}

#pr_figure .ohtani-figure_brand__brand-item:first-child {
  border-top: 0;
}

#pr_figure .ohtani-figure_brand__brand-head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

#pr_figure .ohtani-figure_brand__brand-number {
  flex: 0 0 auto;
  color: rgb(163, 122, 45);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#pr_figure .ohtani-figure_brand__brand-head h3 {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 700;
}

#pr_figure .ohtani-figure_brand__brand-head h3 span,
#pr_figure .ohtani-figure_brand__brand-head h3 small {
  display: block;
}

#pr_figure .ohtani-figure_brand__brand-head h3 span {
  font-size: 21px;
  line-height: 1.35;
}

#pr_figure .ohtani-figure_brand__brand-head h3 small {
  margin-top: 4px;
  color: rgb(122, 103, 65);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

#pr_figure .ohtani-figure_brand__brand-item .text-box {
  margin-top: 20px;
  color: rgb(61, 70, 84);
}

@media screen and (min-width: 768px) {
  #pr_figure .ohtani-figure_brand__diamond {
    width: min(68vw, 520px);
    margin: 28px auto 42px;
  }

  #pr_figure .ohtani-figure_brand__logo-image-box {
    width: 42%;
    min-height: 112px;
    padding: 18px;
  }

  #pr_figure .ohtani-figure_brand__brand-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #pr_figure .ohtani-figure_brand__brand-item,
  #pr_figure .ohtani-figure_brand__brand-item:first-child {
    padding: 38px;
    border-top: 0;
  }

  #pr_figure .ohtani-figure_brand__brand-item+.ohtani-figure_brand__brand-item {
    border-left: 1px solid rgba(7, 23, 45, 0.2);
  }

  #pr_figure .ohtani-figure_brand__brand-head h3 span {
    font-size: 23px;
  }
}

#pr_figure .ohtani-figure_lineup {
  overflow: hidden;
  color: rgb(255, 255, 255);
  background:
    radial-gradient(circle at 88% 8%, rgba(41, 85, 142, 0.4), transparent 32%), linear-gradient(180deg, rgb(7, 26, 52), rgb(6, 20, 42));
}

#pr_figure .ohtani-figure_lineup__cards {
  display: grid;
  gap: 36px;
  margin-top: 64px;
}

#pr_figure .ohtani-figure_lineup-card {
  position: relative;
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

#pr_figure .ohtani-figure_lineup-card--deluxe {
  border-color: rgba(226, 197, 120, 0.38);
}

#pr_figure .ohtani-figure_lineup-card__badge {
  position: absolute;
  z-index: 2;
  top: -26px;
  right: 0;
  padding: 9px 13px;
  color: rgb(27, 19, 4);
  background: rgb(226, 197, 120);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

#pr_figure .ohtani-figure_lineup-card__image-box {
  display: grid;
  place-items: center;
}

#pr_figure .ohtani-figure_lineup-card__image-box img {
  display: block;
  width: 100%;
  object-fit: contain;
}

#pr_figure .ohtani-figure_lineup-card__body {
  padding: 28px 22px 32px;
}

#pr_figure .ohtani-figure_lineup-card__type {
  color: rgb(217, 189, 119);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

#pr_figure .ohtani-figure_lineup-card h3 {
  margin-top: 8px;
  font-size: clamp(26px, 7vw, 34px);
  line-height: 1.35;
  font-weight: 700;
}

#pr_figure .ohtani-figure_lineup-card .text-box {
  margin-top: 22px;
}

#pr_figure .text-box>.text.ohtani-figure_lineup-card__catch {
  color: rgb(234, 212, 154);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}

#pr_figure .ohtani-figure_check-list {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

#pr_figure .ohtani-figure_check-list li {
  position: relative;
  padding-left: 1.45em;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
}

#pr_figure .ohtani-figure_check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(226, 197, 120);
  content: "✓";
}

#pr_figure .ohtani-figure_lineup-card .button {
  margin-top: 28px;
}

#pr_figure .ohtani-figure_compare {
  margin-top: 68px;
  padding: 26px 14px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.16);
}

#pr_figure .ohtani-figure_compare__title {
  margin-bottom: 22px;
  text-align: center;
}

#pr_figure .ohtani-figure_compare__title .section-title__en {
  margin-bottom: 7px;
}

#pr_figure .ohtani-figure_compare__title h3 {
  font-size: clamp(23px, 6.5vw, 32px);
  line-height: 1.4;
}

#pr_figure .ohtani-figure_compare__table-wrap {
  width: 100%;
}

#pr_figure .ohtani-figure_compare__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#pr_figure .ohtani-figure_compare__table th,
#pr_figure .ohtani-figure_compare__table td {
  padding: 11px 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  text-align: center;
}

#pr_figure .ohtani-figure_compare__table th:first-child {
  width: 44%;
  text-align: left;
}

#pr_figure .ohtani-figure_compare__table thead th {
  border-top: 0;
  color: rgb(226, 197, 120);
  font-weight: 700;
}

#pr_figure .ohtani-figure_compare__table tbody th {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  #pr_figure .ohtani-figure_lineup__cards {
    gap: 44px;
    margin-top: 86px;
  }

  #pr_figure .ohtani-figure_lineup-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  #pr_figure .ohtani-figure_lineup-card--deluxe .ohtani-figure_lineup-card__image-box {
    grid-column: 2;
    grid-row: 1;
  }

  #pr_figure .ohtani-figure_lineup-card__body {
    align-self: center;
    padding: clamp(36px, 4vw, 64px);
  }

  #pr_figure .ohtani-figure_compare {
    margin-top: 96px;
    padding: 40px;
  }

  #pr_figure .ohtani-figure_compare__table th,
  #pr_figure .ohtani-figure_compare__table td {
    padding: 15px 18px;
    font-size: 15px;
  }
}

#pr_figure .ohtani-figure_special-movie {
  overflow: hidden;
  color: rgb(16, 24, 39);
  background:
    radial-gradient(circle at 20% 17%, rgb(255 255 255 / 63%), transparent 42%), radial-gradient(circle at 92% 80%, rgb(255 255 255 / 50%), transparent 40%), rgb(255 241 199 / 67%);
}

@media screen and (min-width: 768px) {
  #pr_figure .ohtani-figure_special-movie {
    scroll-margin-top: 45px;

  }
}


#pr_figure .ohtani-figure_special-movie::before,
#pr_figure .ohtani-figure_special-movie::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(141, 104, 39, 0.68), transparent);
  content: "";
}

#pr_figure .ohtani-figure_special-movie::before {
  top: 0;
}

#pr_figure .ohtani-figure_special-movie::after {
  bottom: 0;
}

#pr_figure .ohtani-figure_special-movie__title {
  color: rgb(16, 42, 75);
  letter-spacing: 0.06em;
}

#pr_figure .ohtani-figure_special-movie__title::before {
  display: block;
  margin-bottom: 12px;
  color: rgb(163, 122, 45);
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.24em;
  content: "EXPERIENCE";
}

#pr_figure .ohtani-figure_special-movie__lead {
  max-width: 1120px;
  margin: 24px auto 0;
  color: rgb(61, 70, 84);
  font-size: clamp(15px, 4vw, 18px);
  line-height: 1.9;
  letter-spacing: 0.025em;
}

#pr_figure .ohtani-figure_special-movie__content {
  width: min(100%, 1120px);
  margin: 42px auto 0;
  text-align: center;
}

#pr_figure .ohtani-figure_special-movie__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 4px;
  overflow: hidden;
  border: 1px solid rgb(163, 122, 45);
  background: linear-gradient(135deg, rgb(215, 184, 110), rgb(7, 26, 51) 24%, rgb(7, 26, 51) 76%, rgb(215, 184, 110));
}

#pr_figure .ohtani-figure_special-movie__player {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: rgb(255, 255, 255);
  background: rgb(2, 11, 26);
  cursor: pointer;
}

#pr_figure .ohtani-figure_special-movie__player img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#pr_figure .ohtani-figure_special-movie__player-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 58%, rgba(2, 11, 26, 0.58)), rgba(2, 11, 26, 0.08);
  transition: background-color 180ms ease;
}

#pr_figure .ohtani-figure_special-movie__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(62px, 14vw, 96px);
  height: clamp(62px, 14vw, 96px);
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: rgba(7, 26, 51, 0.86);
  box-shadow:
    0 12px 34px rgba(0, 0, 0, 0.4), 0 0 0 8px rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
  transition:
    background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

#pr_figure .ohtani-figure_special-movie__play::before {
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0;
  height: 0;
  border-top: clamp(9px, 2.2vw, 14px) solid transparent;
  border-bottom: clamp(9px, 2.2vw, 14px) solid transparent;
  border-left: clamp(15px, 3.4vw, 23px) solid rgb(255, 255, 255);
  content: "";
  transform: translate(-50%, -50%);
}

#pr_figure .ohtani-figure_special-movie__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgb(0, 0, 0);
}

#pr_figure .ohtani-figure_special-movie__external {
  margin-top: 28px;
  max-width: 440px;
  width: calc(100% - 30px);
}

#pr_figure .ohtani-figure_special-movie__external:focus-visible {
  outline-color: rgb(141, 104, 39);
}

#pr_figure .ohtani-figure_special-movie__player:focus-visible {
  outline: 3px solid rgb(255, 255, 255);
  outline-offset: -7px;
}

#pr_figure .ohtani-figure_special-movie__player:active .ohtani-figure_special-movie__play {
  transform: translate(-50%, -50%) scale(0.96);
}

@media (hover: hover) {
  #pr_figure .ohtani-figure_special-movie__player:hover .ohtani-figure_special-movie__player-shade {
    background-color: rgba(2, 11, 26, 0.18);
  }

  #pr_figure .ohtani-figure_special-movie__player:hover .ohtani-figure_special-movie__play {
    background: rgba(163, 122, 45, 0.94);
    box-shadow:
      0 14px 38px rgba(0, 0, 0, 0.46), 0 0 0 11px rgba(255, 255, 255, 0.13);
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@media screen and (min-width: 768px) {
  /*#pr_figure .ohtani-figure_special-movie {
    scroll-margin-top: 112px;
  }*/

  #pr_figure .ohtani-figure_special-movie__lead {
    margin-top: 30px;
  }

  #pr_figure .ohtani-figure_special-movie__content {
    margin-top: 64px;
  }

  #pr_figure .ohtani-figure_special-movie__frame {
    padding: 6px;
  }

  #pr_figure .ohtani-figure_special-movie__external {
    margin-top: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {

  #pr_figure .ohtani-figure_special-movie__player-shade,
  #pr_figure .ohtani-figure_special-movie__play {
    transition: none;
  }
}

#pr_figure .ohtani-figure_product {
  overflow: clip;
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  #pr_figure .section.ohtani-figure_product {
    padding: 0 0 112px;
  }
}

#pr_figure .ohtani-figure_product--standard {
  /* background: radial-gradient(circle at 10% 15%, rgba(182, 135, 47, 0.24), transparent 28%), linear-gradient(110deg, rgb(24, 28, 35), rgb(7, 26, 52) 52%, rgb(6, 20, 43)); */
  /*  background: radial-gradient(circle at 88% 14%, rgba(68, 113, 169, 0.25), transparent 30%), linear-gradient(110deg, rgb(11, 40, 87), rgb(18, 69, 136) 58%, rgb(17, 52, 106));*/
  background: linear-gradient(20deg, rgb(8, 56, 132) 0%, rgb(10, 44, 78) 47.71%, rgb(8, 56, 132) 100%);
}

#pr_figure .ohtani-figure_product--deluxe {
  /*background:
    radial-gradient(circle at 88% 14%,
      rgba(68, 113, 169, 0.25),
      transparent 30%),
    linear-gradient(110deg, rgb(6, 21, 45), rgb(10, 36, 70) 58%, rgb(5, 18, 38));*/
  /*  background: radial-gradient(circle at 10% 15%, rgb(190 129 16 / 36%), transparent 28%), linear-gradient(125deg, rgb(72, 62, 7), rgb(118, 91, 11) 52%, rgb(73, 51, 6));*/
  background: linear-gradient(190deg, rgb(56, 41, 12) 0%, rgb(85, 68, 15) 47.71%, rgb(72, 52, 18) 100%);
}

#pr_figure .ohtani-figure_product-layout {
  display: grid;
  gap: 50px;
}

#pr_figure .ohtani-figure_product-rail-host {
  display: block;
  min-width: 0;
  height: var(--rail-natural-height, auto);
  position: relative;
}

#pr_figure .ohtani-figure_product-rail {
  padding-bottom: 26px;
}

#pr_figure .ohtani-figure_product-rail__sticky {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "index eyebrow" "index title" "index sub";
  align-items: center;
  gap: 2px 10px;
}

#pr_figure .ohtani-figure_product-rail__index {
  grid-area: index;
  color: rgb(230, 200, 116);
  font-size: clamp(64px, 19vw, 90px);
  font-weight: 700;
  line-height: 0.8;
}

#pr_figure .ohtani-figure_product-rail__line {
  display: none;
}

#pr_figure .ohtani-figure_product-rail__eyebrow {
  grid-area: eyebrow;
  color: rgb(226, 197, 120);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#pr_figure .ohtani-figure_product-rail__title {
  grid-area: title;
  margin: 0;
  font-size: clamp(27px, 7.5vw, 36px);
  font-style: oblique 8deg;
  font-weight: 700;
  line-height: 1.35;
}

#pr_figure .ohtani-figure_product-rail__sub {
  grid-area: sub;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #pr_figure .ohtani-figure_product-rail-host {
    position: relative;
    display: block;
    min-width: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    height: var(--rail-natural-height, auto);
  }

  #pr_figure .ohtani-figure_product-rail {
    position: relative;
    z-index: 20;
    width: 100vw;
    aspect-ratio: 3 / 5;
    min-height: 0;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    /*width: 100%;*/
    padding: 0;
    isolation: isolate;
    transition:
      padding 280ms cubic-bezier(0.22, 1, 0.36, 1), transform 80ms linear, box-shadow 220ms ease;
    border-top: 1px solid rgba(226, 197, 120, 0.75);
    border-bottom: 1px solid rgba(226, 197, 120, 0.75);
  }

  #pr_figure .ohtani-figure_product-rail__sticky {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 100px 20px 24px;
  }

  #pr_figure .ohtani-figure_product-rail::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    width: 100%;
    content: "";
    background:
      linear-gradient(to top, rgba(3, 12, 27, 0.98) 0%, rgba(3, 12, 27, 0.72) 34%, rgba(3, 12, 27, 0.28) 58%, rgba(3, 12, 27, 0.06) 78%, transparent 100%);
    pointer-events: none;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  #pr_figure .ohtani-figure_product--standard .ohtani-figure_product-rail::before {
    background:
      linear-gradient(to top, rgba(3, 14, 33, 0.98) 0%, rgb(5 30 63 / 47%) 36%, rgb(8 48 94 / 0%) 64%, transparent 100%);
  }

  #pr_figure .ohtani-figure_product--deluxe .ohtani-figure_product-rail::before {
    background:
      linear-gradient(to top, rgba(24, 15, 3, 0.98) 0%, rgb(61 40 8 / 46%) 36%, rgb(99 69 16 / 0%) 64%, transparent 100%);
  }

  #pr_figure .ohtani-figure_product--standard .ohtani-figure_product-rail.is-mobile-stuck::before {
    background: linear-gradient(to right, rgb(1 28 74 / 98%) 0%, rgb(9 41 88 / 94%) 42%, rgb(0 45 95 / 0%) 78%, transparent 100%);
  }

  #pr_figure .ohtani-figure_product--deluxe .ohtani-figure_product-rail.is-mobile-stuck::before {
    background:
      linear-gradient(to right, rgb(101 63 10 / 98%) 0%, rgb(95 63 17 / 94%) 42%, rgba(89, 62, 15, 0.34) 78%, transparent 100%);
  }

  #pr_figure .ohtani-figure_product--standard .ohtani-figure_product-rail {
    --product-rail-image:
      url("../img/standard/standard_heading01.webp");
  }

  #pr_figure .ohtani-figure_product--deluxe .ohtani-figure_product-rail {
    --product-rail-image:
      url("../img/deluxe/deluxe_heading01.webp");
  }

  #pr_figure .ohtani-figure_product-rail::after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    background-image: var(--product-rail-image);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    pointer-events: none;
    transform: scale(1);
    transform-origin: center center;
    clip-path: inset(0);
    will-change:
      transform, opacity, clip-path;
    transition:
      transform 280ms cubic-bezier(0.22, 1, 0.36, 1), opacity 240ms ease, clip-path 280ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  #pr_figure .ohtani-figure_product-rail__sticky {
    position: absolute;
    z-index: 2;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 100px 20px 24px;
    transition:
      transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  /*#pr_figure .ohtani-figure_product-rail__index,
  #pr_figure .ohtani-figure_product-rail__title {
    transition:
      font-size 420ms cubic-bezier(0.22, 1, 0.36, 1), line-height 420ms cubic-bezier(0.22, 1, 0.36, 1);
  }*/
  #pr_figure .ohtani-figure_product-rail__index {
    font-size: 36px;
    line-height: 0.9;
  }

  #pr_figure .ohtani-figure_product-rail__title {
    font-size: clamp(18px, 5.8vw, 36px);
    line-height: 1.25;
  }

  #pr_figure .ohtani-figure_product-rail__sticky {
    width: calc(100% / 1.35);
    padding: 10px 20px;
    bottom: 18px;
    transform:
      translate3d(0, 0, 0) scale(1.35);
    transform-origin: left bottom;
    transition:
      transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  #pr_figure .ohtani-figure_product-rail.is-mobile-stuck .ohtani-figure_product-rail__sticky {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    transform:
      translate3d(0, 0, 0) scale(1);
  }

  #pr_figure .ohtani-figure_product-rail__eyebrow,
  #pr_figure .ohtani-figure_product-rail__sub {
    transition: opacity 220ms ease;
  }

  #pr_figure .ohtani-figure_product-rail.is-mobile-stuck {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    min-height: 82px;
    aspect-ratio: auto;
    margin-left: 0;
    overflow: hidden;
    padding: 0;
    border-top: none;
    border-bottom: none;
    transform:
      translateY(var(--rail-end-offset, 0px));
  }

  #pr_figure .ohtani-figure_product--standard .ohtani-figure_product-rail.is-mobile-stuck {
    background:
      linear-gradient(115deg, rgb(4, 37, 83) 0%, rgb(8, 43, 85) 52%, rgb(11, 59, 112) 100%);
  }

  #pr_figure .ohtani-figure_product--deluxe .ohtani-figure_product-rail.is-mobile-stuck {
    background:
      linear-gradient(115deg, rgb(85, 50, 2) 0%, rgb(75, 49, 7) 52%, rgb(116, 80, 20) 100%);
  }

  #pr_figure .ohtani-figure_product-rail.is-mobile-stuck .ohtani-figure_product-rail__sticky {
    position: relative;
    z-index: 2;
    gap: 0 12px;
    padding: 10px 20px 10px 16px;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    border-bottom: 1px solid rgb(183 152 70);
    box-shadow:
      0 12px 28px rgba(0, 0, 0, 0.28);
  }

  #pr_figure .ohtani-figure_product-rail.is-mobile-stuck::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center 23%;
    background-size: cover;
    opacity: 0.7;
    transform: translate3d(22%, 0, 0) scale(1);
    -webkit-mask-image: none;
    mask-image: none;
  }

  #pr_figure .ohtani-figure_product--deluxe .ohtani-figure_product-rail.is-mobile-stuck::after {
    background-position: center 12%;
  }

  /*#pr_figure .ohtani-figure_product-rail.is-mobile-stuck::before {
    background:
      linear-gradient(to right,
        rgba(3, 12, 27, 0.98) 0%,
        rgba(3, 12, 27, 0.95) 38%,
        rgba(3, 12, 27, 0.76) 58%,
        rgba(3, 12, 27, 0.34) 78%,
        rgba(3, 12, 27, 0.14) 100%);
  }*/

  #pr_figure .ohtani-figure_product-rail.is-mobile-stuck .ohtani-figure_product-rail__index {
    font-size: 40px;
    line-height: 0.9;
  }

  #pr_figure .ohtani-figure_product-rail.is-mobile-stuck .ohtani-figure_product-rail__title {
    font-size: 20px;
    line-height: 1.25;
  }

  #pr_figure .ohtani-figure_product-rail.is-mobile-stuck .ohtani-figure_product-rail__eyebrow,
  #pr_figure .ohtani-figure_product-rail.is-mobile-stuck .ohtani-figure_product-rail__sub {
    letter-spacing: 0.08em;
    opacity: 0.8;
  }
}

/*#pr_figure .ohtani-figure_product-rail__index,
#pr_figure .ohtani-figure_product-rail__eyebrow,
#pr_figure .ohtani-figure_product-rail__title,
#pr_figure .ohtani-figure_product-rail__sub {
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.82), 0 6px 18px rgba(0, 0, 0, 0.68);
}

#pr_figure .ohtani-figure_product-rail__title {
  text-shadow:
    0 2px 3px rgba(0, 0, 0, 0.95), 0 5px 16px rgba(0, 0, 0, 0.78), 0 0 2px rgba(0, 0, 0, 0.9);
}

#pr_figure .ohtani-figure_product-rail.is-mobile-stuck .ohtani-figure_product-rail__title {
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.8), 0 4px 12px rgba(0, 0, 0, 0.55);
}*/

#pr_figure .ohtani-figure_product-main {
  min-width: 0;
}

#pr_figure .ohtani-figure_product-hero {
  display: grid;
  gap: 26px;
}

#pr_figure .ohtani-figure_product-hero__copy {
  width: min(100%, 880px);
  margin-inline: auto;
}

#pr_figure .ohtani-figure_product-catch {
  margin-bottom: 34px;
  color: rgb(234, 212, 154);
  font-size: clamp(30px, 10vw, 60px);
  font-style: oblique 8deg;
  font-weight: 700;
  line-height: 1.45;
}

#pr_figure .ohtani-figure_product-hero__image-box,
#pr_figure .ohtani-figure_product-hero__duo figure,
#pr_figure .ohtani-figure_order-panel__image-box {
  position: relative;
  display: grid;
  /*min-height: var(--display-image-min-height, min(116vw, 520px));*/
  overflow: hidden;
  place-items: center;
  border: var(--display-image-border, 1px solid rgba(222, 189, 111, 0.26));
  background: rgba(255, 255, 255, 0.025);
}

#pr_figure .ohtani-figure_product-hero__image-box img {
  order: -1;
}

#pr_figure .ohtani-figure_product-hero__image-box img,
#pr_figure .ohtani-figure_product-hero__duo img,
#pr_figure .ohtani-figure_story__image-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#pr_figure .ohtani-figure_order-panel__image-box picture {
  height: 100%;
}

#pr_figure .ohtani-figure_order-panel__image-box picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#pr_figure .ohtani-figure_product-hero__duo {
  display: grid;
  gap: 16px;
  order: -1;
}

#pr_figure .ohtani-figure_plus-box {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 14px;
  border: 1px solid rgba(226, 197, 120, 0.28);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(0, 0, 0, 0.14);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

#pr_figure .ohtani-figure_plus-box strong {
  color: rgb(226, 197, 120);
  font-size: 24px;
}

#pr_figure .ohtani-figure_feature-strip {
  display: grid;
  gap: 18px;
  margin-top: 64px;
}

#pr_figure .ohtani-figure_feature-strip article {
  padding: 26px 22px;
  border-top: 1px solid rgba(226, 197, 120, 0.4);
  background: rgba(255, 255, 255, 0.035);
}

#pr_figure .ohtani-figure_feature-strip article>span {
  color: rgb(226, 197, 120);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

#pr_figure .ohtani-figure_feature-strip h3 {
  margin-top: 7px;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 700;
  color: rgb(217, 189, 119);
}

#pr_figure .ohtani-figure_spec-list {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

#pr_figure .ohtani-figure_spec-list li {
  position: relative;
  padding-left: 1.1em;
  font-size: 15px;
  line-height: 1.7;
}

#pr_figure .ohtani-figure_spec-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(226, 197, 120);
  content: "・";
}

#pr_figure .ohtani-figure_deluxe-additions {
  display: grid;
  gap: 18px;
  margin-top: 64px;
}

#pr_figure .ohtani-figure_deluxe-card {
  position: relative;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
  display: grid;
}

#pr_figure .ohtani-figure_deluxe-card>span {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: rgb(255, 230, 183);
  background: rgba(139, 119, 66, 0.769);
  font-size: 13px;
  font-weight: 700;
}

#pr_figure .ohtani-figure_deluxe-card__image-box img {
  display: block;
  width: 100%;
}

#pr_figure .ohtani-figure_deluxe-card h3 {
  margin-top: 16px;
  font-size: 19px;
  line-height: 1.45;
  text-align: center;
  align-content: end;
}

#pr_figure .ohtani-figure_gallery-section {}

@media screen and (max-width: 767px) {
  #pr_figure .ohtani-figure_gallery-section {
    background-color: rgb(0 0 0 / 44%);
    width: calc(100% + 40px);
    margin: 64px -20px 0;
    padding: 38px 20px;
  }

}

#pr_figure .ohtani-figure_subhead {
  margin-bottom: 30px;
  text-align: center;
}

#pr_figure .ohtani-figure_subhead .section-title__en {
  margin-bottom: 6px;
}

#pr_figure .ohtani-figure_subhead h3 {
  font-size: clamp(27px, 7vw, 40px);
  line-height: 1.4;
  font-weight: 700;
}

#pr_figure .ohtani-figure_subhead h3#standard-gallery-title,
#pr_figure .ohtani-figure_subhead h3#deluxe-gallery-title {
  font-size: clamp(27px, 17vw, 80px);
  color: rgb(230, 200, 116);
}

@media screen and (min-width: 768px) {

  #pr_figure .ohtani-figure_subhead h3#standard-gallery-title,
  #pr_figure .ohtani-figure_subhead h3#deluxe-gallery-title {
    text-align: left;
  }
}

#pr_figure .ohtani-figure_subhead .text-box.gallery-note {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  text-align: center;
}

@media screen and (min-width: 768px) {

  #pr_figure .ohtani-figure_subhead .text-box.gallery-note {
    font-size: 14px;
    text-align: left;

  }
}

#pr_figure .ohtani-figure_gallery-preview {
  position: relative;
}

#pr_figure .ohtani-figure_gallery-viewport {
  position: relative;
}

#pr_figure .ohtani-figure_gallery-preview:not(.is-expanded) .ohtani-figure_gallery-viewport {
  max-height: 780px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) calc(100% - 180px), transparent 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) calc(100% - 180px), transparent 100%);
}

#pr_figure .ohtani-figure_gallery-preview.is-expanded .ohtani-figure_gallery-viewport {
  max-height: none;
  overflow: visible;
  -webkit-mask-image: none;
  mask-image: none;
}

#pr_figure .ohtani-figure_gallery-more {
  position: absolute;
  z-index: 5;
  bottom: 26px;
  left: 50%;
  min-width: min(480px, calc(100% - 40px));
  min-height: 52px;
  padding: 12px 28px;
  border: 1px solid rgba(226, 197, 120, 0.72);
  color: rgb(244, 229, 184);
  background: rgba(4, 15, 31, 0.94);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
  transition: all 0.3s;
}

#pr_figure .ohtani-figure_gallery-more:hover {
  color: rgb(255, 255, 255);
  border-color: rgba(242, 218, 151, 0.94);
  background: rgba(14, 29, 51, 0.98);
}

#pr_figure .ohtani-figure_gallery-preview.is-expanded .ohtani-figure_gallery-more {
  display: none;
}

@media screen and (min-width: 768px) {
  #pr_figure .ohtani-figure_gallery-preview:not(.is-expanded) .ohtani-figure_gallery-viewport {
    max-height: 820px;
  }
}

#pr_figure .ohtani-figure_gallery {
  columns: 2;
  column-gap: 6px;
}

#pr_figure .gallery-thumbnail-image-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 6px;
  padding: 0;
  overflow: hidden;
  break-inside: avoid;
  border: none;
  background: rgb(6, 16, 31);
  cursor: zoom-in;
}

#pr_figure .gallery-thumbnail-image-box::after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 25px;
  height: 25px;
  border: 1px solid rgb(255 255 255 / 0.25);
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) center / 11px 1px no-repeat, linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) center / 1px 11px no-repeat, rgba(2, 10, 24, 0.62);
  content: "";
}

#pr_figure .gallery-thumbnail-image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.94;
  transition:
    filter 180ms ease, opacity 180ms ease;
}

#pr_figure .gallery-thumbnail-image-box:hover .gallery-thumbnail-image {
  filter: brightness(1.08);
  opacity: 1;
}

#pr_figure .ohtani-figure_order-panel {
  display: grid;
  width: 100%;
  margin: 54px auto 0;
  overflow: hidden;
  border: 1px solid rgba(226, 197, 120, 0.36);
  background: rgba(2, 11, 26, 0.56);
}

#pr_figure .ohtani-figure_order-panel__image-box {
  --display-image-min-height: min(105vw, 520px);
  --display-image-border: 0;
  border-bottom: 1px solid rgba(226, 197, 120, 0.24);
}

#pr_figure .ohtani-figure_order-panel__body {
  align-self: center;
  padding: 30px 22px;
}

#pr_figure .ohtani-figure_order-panel h3 {
  font-size: clamp(24px, 7vw, 34px);
  line-height: 1.4;
  font-weight: 700;
}

#pr_figure .ohtani-figure_order-panel h3 small {
  display: block;
  margin-top: 4px;
  color: rgb(217, 189, 119);
  font-size: 14px;
  line-height: 1.5;
}

#pr_figure .ohtani-figure_product-spec {
  margin-top: 26px;
}

#pr_figure .ohtani-figure_product-spec>div {
  display: grid;
  grid-template-columns: minmax(86px, 0.36fr) minmax(0, 1fr);
  gap: 16px;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  line-height: 1.7;
}

#pr_figure .ohtani-figure_product-spec dt {
  color: rgba(255, 255, 255, 0.62);
}

#pr_figure .ohtani-figure_product-spec dd {
  margin: 0;
}

#pr_figure .ohtani-figure_order-panel__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  color: rgb(226, 197, 120);
}

#pr_figure .ohtani-figure_order-panel__price strong {
  font-size: clamp(26px, 7vw, 36px);
  line-height: 1.2;
}

#pr_figure .ohtani-figure_order-panel__price span {
  font-size: 14px;
}

#pr_figure .ohtani-figure_order-panel__price+.button {
  margin-top: 24px;
}

#pr_figure .ohtani-figure_order-panel__note {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.64);
}

#pr_figure .ohtani-figure_order-panel__note .text {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  #pr_figure .ohtani-figure_product-rail-host {
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    min-width: 0;
  }

  #pr_figure .ohtani-figure_product-layout {
    --product-rail-column: minmax(150px, 0.22fr);
    grid-template-columns: var(--product-rail-column) minmax(0, 1fr);
    gap: 48px;
  }

  #pr_figure .ohtani-figure_product--deluxe .ohtani-figure_product-layout {
    grid-template-columns: minmax(0, 1fr) var(--product-rail-column);
  }

  #pr_figure .ohtani-figure_product--deluxe .ohtani-figure_product-main {
    grid-column: 1;
    grid-row: 1;
  }

  #pr_figure .ohtani-figure_product--deluxe .ohtani-figure_product-rail-host {
    grid-column: 2;
    grid-row: 1;
  }

  #pr_figure .ohtani-figure_product--deluxe .ohtani-figure_product-rail {
    border-right: 0;
    border-left:
      1px solid rgba(226, 197, 120, 0.28);
  }

  #pr_figure .ohtani-figure_product-rail {
    padding-bottom: 0;
    border-right: 1px solid rgba(226, 197, 120, 0.28);
    border-bottom: 0;
    height: 100%;
  }

  #pr_figure .ohtani-figure_product-rail::after {
    display: none;
    content: none;
    background-image: none;
  }

  #pr_figure .ohtani-figure_product-rail__sticky {
    position: sticky;
    top: 112px;
    text-align: center;
    display: block;
    padding-right: 28px;
  }

  #pr_figure .ohtani-figure_product--deluxe .ohtani-figure_product-rail__sticky {
    padding-right: 0;
    padding-left: 28px;
  }

  #pr_figure .ohtani-figure_product-rail__index {
    font-size: clamp(84px, 10vw, 94px);
  }

  #pr_figure .ohtani-figure_product-rail__line {
    display: block;
    width: 1px;
    height: 72px;
    margin: 24px 0;
    background: linear-gradient(rgb(226, 197, 120), transparent);
  }

  #pr_figure .ohtani-figure_product-rail__eyebrow {
    margin-top: 10px;
  }

  #pr_figure .ohtani-figure_product-rail__title {
    margin: 16px auto;
    font-size: clamp(29px, 5.5vw, 72px);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  #pr_figure .ohtani-figure_product-rail__sub {
    margin-top: 9px;
  }

  #pr_figure .ohtani-figure_product-hero {
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    align-items: center;
  }

  #pr_figure .ohtani-figure_product-hero__image-box,
  #pr_figure .ohtani-figure_product-hero__duo {
    order: initial;
  }

  #pr_figure .ohtani-figure_product-hero__image-box,
  #pr_figure .ohtani-figure_product-hero__duo figure {
    min-height: 560px;
    padding: 22px;
  }

  #pr_figure .ohtani-figure_product-hero__duo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  #pr_figure .ohtani-figure_product-catch {
    font-size: clamp(30px, 3.4vw, 44px);
  }

  #pr_figure .ohtani-figure_feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 84px;
  }

  #pr_figure .ohtani-figure_feature-strip article {
    padding: 34px;
  }

  #pr_figure .ohtani-figure_deluxe-additions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 84px;
  }

  #pr_figure .ohtani-figure_gallery-section {
    margin-top: 120px;
  }

  #pr_figure .ohtani-figure_gallery {
    columns: 3;
    column-gap: 6px;
  }

  #pr_figure .gallery-thumbnail-image-box {
    margin-bottom: 6px;
  }

  #pr_figure .ohtani-figure_order-panel {
    grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
    margin-top: 120px;
  }

  #pr_figure .ohtani-figure_order-panel__image-box {
    min-height: 540px;
    border-right: 1px solid rgba(226, 197, 120, 0.24);
    border-bottom: 0;
  }

  #pr_figure .ohtani-figure_order-panel__body {
    padding: 44px;
  }
}

@media screen and (min-width: 1100px) {
  #pr_figure .ohtani-figure_product-layout {
    --product-rail-column: minmax(190px, 0.20fr);
    grid-template-columns: var(--product-rail-column) minmax(0, 1fr);
    gap: 66px;
  }

  #pr_figure .ohtani-figure_gallery {
    columns: 4;
  }
}

/*@media (prefers-reduced-motion: reduce) {

  #pr_figure .gallery-thumbnail-image,
  #pr_figure .ohtani-figure_product-rail,
  #pr_figure .ohtani-figure_product-rail::before,
  #pr_figure .ohtani-figure_product-rail__sticky,
  #pr_figure .ohtani-figure_product-rail__index,
  #pr_figure .ohtani-figure_product-rail__title,
  #pr_figure .ohtani-figure_product-rail__eyebrow,
  #pr_figure .ohtani-figure_product-rail__sub {
    transition: none;
  }
}*/
#pr_figure .ohtani-figure_beyond {
  overflow: hidden;
  color: rgb(16, 24, 39);
  background: linear-gradient(135deg, rgba(181, 141, 65, 0.08), transparent 44%), rgb(247, 245, 239);
}

#pr_figure .ohtani-figure_beyond__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(190, 143, 54, 0.26), transparent 28%), repeating-linear-gradient(115deg, transparent 0 72px, rgba(255, 255, 255, 0.018) 72px 74px);
  opacity: 0.42;
  pointer-events: none;
}

#pr_figure .ohtani-figure_beyond>.inner {
  position: relative;
}

#pr_figure .ohtani-figure_beyond__head .section-title__en {
  margin-bottom: 16px;
}

#pr_figure .ohtani-figure_story {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 62px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

#pr_figure .ohtani-figure_story__image-box {
  --display-image-min-height: min(112vw, 540px);
  order: 1;
  width: 100%;
}

#pr_figure .ohtani-figure_story__text {
  order: 2;
  align-self: center;
}

#pr_figure .ohtani-figure_story__chapter {
  margin-bottom: 18px;
  color: rgb(185, 148, 51);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

#pr_figure .ohtani-figure_story-finale {
  max-width: 940px;
  margin: 70px auto 0;
  padding: 28px 22px;
  border: 1px solid rgba(222, 189, 111, 0.28);
  background: rgba(255, 255, 255);
  text-align: center;
}

#pr_figure .ohtani-figure_story-finale .text {
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 2.15;
  font-size: 20px;
}

#pr_figure .ohtani-figure_story-finale__signature {
  margin-top: 28px;
  color: rgb(185, 148, 51);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}

#pr_figure .ohtani-figure_about-brand {
  max-width: 940px;
  margin: 70px auto 0;
  padding: 28px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: radial-gradient(circle at 88% 14%, rgba(68, 113, 169, 0.25), transparent 30%), linear-gradient(110deg, rgb(6, 21, 45), rgb(10, 36, 70) 58%, rgb(5, 18, 38));
  color: rgb(255, 255, 255);
  position: relative
}

#pr_figure .ohtani-figure_about-brand::before {
  position: absolute;
  content: "";
  z-index: 2;
  width: 2px;
  top: -91px;
  right: 88px;
  height: 90px;
  background-color: rgb(217, 189, 119);
}

@media screen and (min-width: 768px) {
  #pr_figure .ohtani-figure_about-brand::before {
    top: -121px;
    right: 120px;
    height: 120px;
  }
}

#pr_figure .ohtani-figure_about-brand__en-title {
  color: rgb(217, 189, 119);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
}

#pr_figure .ohtani-figure_about-brand__title {
  margin-top: 8px;
  font-size: clamp(27px, 7vw, 40px);
  font-style: oblique 8deg;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#pr_figure .ohtani-figure_about-brand__logo-image-box {
  width: min(375px, 100%);
  /*background: rgb(255, 255, 255);*/
  padding: 34px;
  border: 1px solid rgb(255, 255, 255);
  margin: 34px auto 0;
}

#pr_figure .ohtani-figure_about-brand__logo-image-box img {
  display: block;
  width: 100%;
}

#pr_figure .ohtani-figure_about-brand__company {
  margin-top: 28px;
  color: rgb(226, 197, 120);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

#pr_figure .ohtani-figure_about-brand__description {
  margin-top: 24px;
}

#pr_figure .ohtani-figure_about-brand__link {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #pr_figure .ohtani-figure_story {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 64px;
    margin-top: 120px;
  }

  #pr_figure .ohtani-figure_story__image-box,
  #pr_figure .ohtani-figure_story__text {
    order: initial;
  }

  #pr_figure .ohtani-figure_story--reverse .ohtani-figure_story__image-box {
    grid-column: 1;
    grid-row: 1;
  }

  #pr_figure .ohtani-figure_story--reverse .ohtani-figure_story__text {
    grid-column: 2;
  }

  #pr_figure .ohtani-figure_story-finale {
    margin-top: 120px;
    padding: 48px;
  }

  #pr_figure .ohtani-figure_about-brand {
    margin-top: 80px;
    padding: 50px;
  }

  #pr_figure .ohtani-figure_about-brand__logo-image-box {
    margin-top: 40px;
  }

  #pr_figure .ohtani-figure_about-brand__company {
    margin-top: 32px;
    font-size: 19px;
  }
}

#pr_figure .ohtani-figure_purchase {
  overflow: hidden;
  color: rgb(255, 255, 255);
  background: rgb(4, 16, 31);
}

#pr_figure .ohtani-figure_purchase__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0, rgba(0, 90, 156, 0.46), transparent 35%), radial-gradient(circle at 12% 80%, rgb(177 126 36 / 0%), transparent 28%), repeating-linear-gradient(115deg, transparent 0 58px, rgba(255, 255, 255, 0.025) 58px 60px);
}

#pr_figure .ohtani-figure_purchase__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

#pr_figure .ohtani-figure_purchase .section-title {
  font-size: clamp(42px, 12vw, 62px);
}

#pr_figure .ohtani-figure_purchase__lead {
  max-width: 780px;
  margin: 24px auto 0;
  color: rgb(185, 200, 218);
}

#pr_figure .ohtani-figure_purchase__deadline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 8px 11px;
  margin-top: 8px;
  color: rgb(228, 198, 117);
  font-size: clamp(32px, 10vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}

.ohtani-figure_purchase__deadline_heading {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 1.4;
  margin-top: 38px;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
  font-weight: 700;
}

#pr_figure .ohtani-figure_purchase__deadline span,
#pr_figure .ohtani-figure_purchase__deadline small {
  font-size: 40%;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

#pr_figure .ohtani-figure_purchase-grid {
  display: grid;
  gap: 20px;
  margin-top: 52px;
  text-align: left;
}

#pr_figure .ohtani-figure_purchase-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
}

#pr_figure .ohtani-figure_purchase-card--dx {
  border-color: rgba(231, 207, 147, 0.38);
}

#pr_figure .ohtani-figure_purchase-card__image-box {
  background: rgba(0, 0, 0, 0.17);
}

#pr_figure .ohtani-figure_purchase-card__image-box img {
  display: block;
  width: 100%;
  object-fit: contain;
}

#pr_figure .ohtani-figure_purchase-card__body {
  padding: 22px 25px 2px;
}

#pr_figure .ohtani-figure_purchase-card h3 {
  font-size: clamp(22px, 6.5vw, 32px);
  line-height: 1.4;
  font-weight: 700;
}

#pr_figure .ohtani-figure_purchase-card h3 small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.5;
}

#pr_figure .ohtani-figure_purchase-card__price {
  margin-top: 12px;
  color: rgb(228, 198, 117);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}

#pr_figure .ohtani-figure_purchase__inner>.ohtani-figure_purchase__button-box {
  min-width: min(100%, 640px);
  margin-top: 44px;
}

@media screen and (min-width: 768px) {
  #pr_figure .ohtani-figure_purchase .section-title {
    font-size: clamp(54px, 7vw, 88px);
  }

  #pr_figure .ohtani-figure_purchase__deadline {
    gap: 14px;
    font-size: clamp(46px, 5vw, 68px);
  }

  #pr_figure .ohtani-figure_purchase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 64px;
  }

  #pr_figure .ohtani-figure_purchase__inner>.ohtani-figure_purchase__button-box {
    margin-top: 50px;
  }
}

#pr_figure .ohtani-figure_qa {
  overflow: hidden;
  padding: 68px 0 82px;
  color: rgb(255, 255, 255);
  background:
    radial-gradient(circle at 18% 0%, rgba(214, 173, 91, 0.14), transparent 34%), linear-gradient(180deg, rgba(2, 5, 14, 0.98) 0%, rgba(5, 18, 36, 0.98) 58%, rgba(2, 7, 18, 0.99) 100%);
}

#pr_figure .ohtani-figure_qa>.inner {
  position: relative;
  z-index: 1;
}

#pr_figure .ohtani-figure_qa>.inner>h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 30px;
  color: rgb(228, 198, 117);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-align: center;
}

#pr_figure .ohtani-figure_qa>.inner>h2::before,
#pr_figure .ohtani-figure_qa>.inner>h2::after {
  width: 44px;
  height: 1px;
  content: "";
}

#pr_figure .ohtani-figure_qa>.inner>h2::before {
  background: linear-gradient(90deg, transparent, rgba(214, 173, 91, 0.65));
}

#pr_figure .ohtani-figure_qa>.inner>h2::after {
  background: linear-gradient(90deg, rgba(214, 173, 91, 0.65), transparent);
}

#pr_figure .ohtani-figure_qa-item {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid rgba(214, 173, 91, 0.24);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

#pr_figure .ohtani-figure_qa-item:first-of-type {
  margin-top: 0;
}

#pr_figure .ohtani-figure_qa-item::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(135deg, rgba(214, 173, 91, 0.08), transparent 52%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}

#pr_figure .ohtani-figure_qa-item.is-open::before {
  opacity: 1;
}

#pr_figure .ohtani-figure_qa-content dt,
#pr_figure .ohtani-figure_qa-content dd {
  position: relative;
  z-index: 1;
  margin: 0;
}

#pr_figure .ohtani-figure_qa-toggle {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 18px;
  width: 100%;
  min-height: 74px;
  align-items: center;
  gap: 12px;
  padding: 18px 14px;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font-family: var(--font-sans);
  text-align: left;
  cursor: pointer;
}

#pr_figure .ohtani-figure_qa-toggle::after {
  width: 11px;
  height: 11px;
  border-right: 1px solid rgb(226, 197, 120);
  border-bottom: 1px solid rgb(226, 197, 120);
  content: "";
  transform: translateY(-3px) rotate(45deg);
  transition: transform 240ms ease;
}

#pr_figure .ohtani-figure_qa-toggle:focus-visible {
  outline: 2px solid rgb(226, 197, 120);
  outline-offset: -3px;
}

#pr_figure .ohtani-figure_qa-item.is-open .ohtani-figure_qa-toggle::after {
  transform: translateY(3px) rotate(225deg);
}

#pr_figure .ohtani-figure_qa-icon {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--color-gold-soft);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

#pr_figure .ohtani-figure_qa-icon::before {
  position: absolute;
  z-index: -1;
  inset: 5px;
  border: 1px solid rgba(214, 173, 91, 0.52);
  background: rgba(214, 173, 91, 0.1);
  content: "";
  transform: rotate(45deg);
}

#pr_figure .ohtani-figure_qa-toggle .ohtani-figure_qa-icon {
  color: rgb(255, 255, 255);
}

#pr_figure .ohtani-figure_qa-toggle .ohtani-figure_qa-icon::before {
  border-color: rgba(90, 169, 214, 0.62);
  background: rgba(0, 95, 134, 0.32);
}

#pr_figure .ohtani-figure_qa-question {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

#pr_figure .ohtani-figure_qa-answer-panel {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transition:
    grid-template-rows 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 240ms ease, visibility 0s linear 360ms;
}

#pr_figure .ohtani-figure_qa-item.is-open .ohtani-figure_qa-answer-panel {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  transition:
    grid-template-rows 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 240ms ease, visibility 0s;
}

#pr_figure .ohtani-figure_qa-row {
  display: grid;
  min-height: 0;
  overflow: hidden;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 0 14px;
}

#pr_figure .ohtani-figure_qa-row>.text-box {
  min-width: 0;
  padding-bottom: 24px;
}

#pr_figure .ohtani-figure_qa-row .text-box>.text {
  margin-top: 2px;
  color: rgb(243, 223, 184);
  font-size: 15px;
  line-height: 1.9;
}

#pr_figure .ohtani-figure_qa-row .text-box>.text+.text {
  margin-top: 20px;
}

#pr_figure .ohtani-figure_notice-list {
  display: grid;
  gap: 9px;
  margin-top: 42px;
  padding: 22px;
  border: 1px solid rgba(214, 173, 91, 0.24);
  background: rgba(255, 255, 255, 0.025);
}

#pr_figure .ohtani-figure_notice-list li {
  position: relative;
  padding-left: 1.25em;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.8;
}

#pr_figure .ohtani-figure_notice-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

#pr_figure .qa_notice-list {
  display: grid;
  gap: 4px;
  margin-top: 22px;
  padding: 10px 12px;
  border: 1px solid rgba(214, 173, 91, 0.24);
}

#pr_figure .qa_notice-list li {
  position: relative;
  padding-left: 1.25em;
  color: rgb(243 223 184 / 85%);
  font-size: 15px;
  line-height: 1.8;
}

#pr_figure .qa_notice-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

@media screen and (min-width: 768px) {
  #pr_figure .ohtani-figure_qa {
    padding: clamp(72px, 9vw, 118px) 0 clamp(84px, 10vw, 132px);
  }

  #pr_figure .ohtani-figure_qa::after {
    top: 40px;
    right: clamp(18px, 8vw, 110px);
    width: 96px;
    height: 96px;
  }

  #pr_figure .ohtani-figure_qa>.inner>h2 {
    gap: 18px;
    margin-bottom: 54px;
    font-size: clamp(42px, 4vw, 54px);
  }

  #pr_figure .ohtani-figure_qa>.inner>h2::before,
  #pr_figure .ohtani-figure_qa>.inner>h2::after {
    width: clamp(58px, 8vw, 88px);
  }

  #pr_figure .ohtani-figure_qa-toggle {
    grid-template-columns: 48px minmax(0, 1fr) 22px;
    min-height: 86px;
    gap: 18px;
    padding: 22px 24px;
  }

  #pr_figure .ohtani-figure_qa-icon {
    width: 44px;
    height: 44px;
    font-size: 17px;
  }

  #pr_figure .ohtani-figure_qa-icon::before {
    inset: 6px;
  }

  #pr_figure .ohtani-figure_qa-question {
    font-size: 18px;
  }

  #pr_figure .ohtani-figure_qa-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    padding: 0 24px;
  }

  #pr_figure .ohtani-figure_qa-row>.text-box {
    padding-bottom: 28px;
  }

  #pr_figure .ohtani-figure_qa-row .text-box>.text {
    font-size: 18px;
    line-height: 2;
  }

  #pr_figure .ohtani-figure_notice-list {
    padding: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {

  #pr_figure .ohtani-figure_qa-item::before,
  #pr_figure .ohtani-figure_qa-answer-panel,
  #pr_figure .ohtani-figure_qa-toggle::after {
    transition: none;
  }
}

#pr_figure .ohtani-figure_footer {
  padding: 48px 20px calc(108px + env(safe-area-inset-bottom, 0px));
  color: rgb(229, 229, 229);
  background: rgb(16, 32, 79);
  text-align: center;
}

#pr_figure .ohtani-figure_footer-links {
  display: grid;
  justify-content: center;
  gap: 12px;
}

#pr_figure .ohtani-figure_footer-links a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 4px;
}

#pr_figure .ohtani-figure_footer-links a:hover {
  color: rgb(255, 255, 255);
}

#pr_figure .ohtani-figure_footer-text {
  margin-top: 22px;
  font-size: 13px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #pr_figure .ohtani-figure_footer {
    padding: 54px 24px 112px;
  }

  #pr_figure .ohtani-figure_footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
  }
}

#pr_figure .gallery-modal__panel {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
  width: min(100%, 1120px);
  height: min(calc(100dvh - 20px), 860px);
  max-height: calc(100dvh - 20px);
  padding: 62px 14px 18px;
  overflow: hidden;
  border: 1px solid rgba(226, 197, 120, 0.34);
  color: rgb(255, 255, 255);
  background: rgb(2, 7, 19);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.56);
}

#pr_figure .gallery-modal__image-box {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  place-items: center;
  touch-action: pan-x pan-y pinch-zoom;
}

#pr_figure .gallery-modal__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
  object-position: center;
}

#pr_figure .gallery-modal__image-box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(226, 197, 120, 0.24);
  border-top-color: rgba(226, 197, 120, 0.94);
  border-radius: 50%;
  content: "";
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: gallery-modal-loading 800ms linear infinite;
  pointer-events: none;
}

#pr_figure .gallery-modal.is-loading .gallery-modal__image-box::after {
  visibility: visible;
  opacity: 1;
}

@keyframes gallery-modal-loading {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

#pr_figure .gallery-modal__controls {
  display: grid;
  grid-template-columns: 48px minmax(72px, 1fr) 48px;
  align-items: center;
  gap: 14px;
  width: min(100%, 250px);
  margin: 0 auto;
}

#pr_figure .gallery-modal__previous,
#pr_figure .gallery-modal__next {
  position: static;
  display: grid;
  width: 48px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(226, 197, 120, 0.58);
  color: rgb(226, 197, 120);
  background: rgba(226, 197, 120, 0.08);
  cursor: pointer;
  transition:
    color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

#pr_figure .gallery-modal__previous:hover,
#pr_figure .gallery-modal__next:hover {
  color: rgb(245, 229, 181);
  border-color: rgba(242, 218, 151, 0.92);
  background: rgba(226, 197, 120, 0.16);
}

#pr_figure .gallery-modal__previous::before,
#pr_figure .gallery-modal__next::before {
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
}

#pr_figure .gallery-modal__previous::before {
  transform: rotate(-45deg);
}

#pr_figure .gallery-modal__next::before {
  transform: rotate(135deg);
}

#pr_figure .gallery-modal__pagination {
  position: static;
  color: rgba(242, 225, 181, 0.82);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #pr_figure .gallery-modal__panel {
    height: calc(100dvh - 48px);
    padding: 72px 48px 24px;
  }

  #pr_figure .gallery-modal__controls {
    grid-template-columns: 54px minmax(80px, 1fr) 54px;
    width: min(100%, 280px);
  }

  #pr_figure .gallery-modal__previous,
  #pr_figure .gallery-modal__next {
    width: 58px;
    height: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #pr_figure .gallery-modal__image-box::after {
    animation: none;
  }
}

#pr_figure .purchase-modal__panel {
  width: min(100%, 980px);
  padding: 62px 18px 28px;
  border: 1px solid rgba(219, 189, 109, 0.58);
  color: rgb(255, 255, 255);
  background: linear-gradient(145deg, rgb(7, 26, 53), rgb(2, 8, 21));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
}

#pr_figure .purchase-modal__head {
  position: relative;
  text-align: center;
}

#pr_figure .purchase-modal__en {
  color: rgba(219, 189, 109, 0.16);
  font-size: clamp(48px, 15vw, 72px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.03em;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

#pr_figure .purchase-modal__title {
  position: relative;
  margin-top: -8px;
  font-size: clamp(22px, 5.5vw, 24px);
  font-style: oblique 8deg;
  font-weight: 700;
  line-height: 1.5;
}

#pr_figure .purchase-modal__items {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

#pr_figure .purchase-modal-item {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

#pr_figure .purchase-modal-item--deluxe {
  border-color: rgba(226, 197, 120, 0.75);
}

#pr_figure .purchase-modal-item__image-box {
  /*display: grid;*/
  height: 200px;
  place-items: center;
}

@media screen and (min-width: 768px) {
  #pr_figure .purchase-modal-item__image-box {
    height: auto;
  }
}

#pr_figure .purchase-modal-item__image-box img {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 100%;
}

#pr_figure .purchase-modal-item__body {
  padding-top: 20px;
  text-align: center;
}

#pr_figure .purchase-modal-item h3 {
  font-size: clamp(20px, 6vw, 24px);
  line-height: 1.4;
  font-weight: 700;
}

#pr_figure .purchase-modal-item h3 small {
  display: inline-block;
  margin-top: 4px;
  margin-left: 6px;
  font-size: 14px;
  line-height: 1.5;
}

#pr_figure .purchase-modal-item__price {
  margin-top: 16px;
  color: rgb(226, 197, 120);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}

#pr_figure .purchase-modal-item__tax {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}

#pr_figure .purchase-modal-item .button {
  margin-top: 20px;
  letter-spacing: 0;
}

#pr_figure .purchase-modal__note {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

#pr_figure .purchase-modal__note .text {
  font-size: 12px;
}

#pr_figure .purchase-modal__bottom-close {
  display: flex;
  min-width: 220px;
  margin: 28px auto 0;
}

@media screen and (min-width: 768px) {
  #pr_figure .purchase-modal__panel {
    padding: 58px 48px 42px;
  }

  #pr_figure .purchase-modal__en {
    font-size: clamp(72px, 9vw, 112px);
  }

  #pr_figure .purchase-modal__title {
    margin-top: -14px;
    font-size: clamp(28px, 3.5vw, 38px);
  }

  #pr_figure .purchase-modal__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
  }

  #pr_figure .purchase-modal-item {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 767px) {

  #pr_figure .ohtani-figure_product-rail::after,
  #pr_figure .ohtani-figure_product-rail__sticky,
  #pr_figure .ohtani-figure_product-rail__index,
  #pr_figure .ohtani-figure_product-rail__title,
  #pr_figure .ohtani-figure_product-rail__eyebrow,
  #pr_figure .ohtani-figure_product-rail__sub {
    transition: none;
  }
}