/* CSS organized by component/class. Source order: scroll.css, then style_fixed.css. */
/* =========================================================
   scroll.css
   ========================================================= */

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  background: #070b16;
  color: #fff;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.demo-spacer {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 40px 20px;
  background: #111827;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .demo-spacer {
    min-height: 50vh;
  }
}

.product-section {
  position: relative;
  background:
    radial-gradient(
      circle at top left,
      rgba(216, 180, 90, 0.16),
      transparent 34%
    ),
    linear-gradient(135deg, #07101f 0%, #0b1020 52%, #05070d 100%);
}

@media screen and (max-width: 767px) {
  .product-section .inner {
    margin: auto;
    width: 100%;
  }

  .product-section {
    padding: 0;
  }
}

/*.product-section .product-block {
  padding: 36px 0;
}*/
.product-wrap {
  padding: 120px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .product-wrap {
    padding: 0;
  }
}

.product-wrap#product-a {
  margin-top: 20px;
  position: relative;
}

.product-wrap#product-a::before {
  width: 100%;
  position: absolute;
  content: "";
  height: 400px;
  background-image: linear-gradient(
    180deg,
    rgba(1, 27, 101, 1),
    rgba(5, 10, 48, 1)
  );
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .product-wrap#product-a {
    padding-top: 78px;
  }
}

.product-wrap#product-b {
  background-image: url("../img/sample_bg03.jpg");
}

/*.product-wrap#product-a::before,
.product-wrap#product-b::before {
  color: #ffffff7f;
  position: absolute;
  transform: skewX(-10deg);
  white-space: nowrap;
  color: #ffffff42;
  position: absolute;
  top: -117px;
  font-size: 20vw;
  font-weight: bold;
}

@media screen and (max-width: 767px) {

  .product-wrap#product-a::before,
  .product-wrap#product-b::before {
    top: -47px;
  }
}

.product-wrap#product-a::before {
  content: "FIGURE A";
  left: -8px;
}

.product-wrap#product-b::before {
  content: "FIGURE B";
  right: -8px;
}*/

#pr_figure p.text {
  line-height: 2;
}

.product-block {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: 1fr auto;
  column-gap: 46px;
  align-items: stretch;
  position: relative;
}

.product-block + .product-block {
  margin-top: 180px;
  padding-top: 160px;
  border-top: 1px solid rgba(216, 196, 143, 0.24);
}

.product-block.--reverse {
  grid-template-columns: 1fr 30%;
}

.product-title-rail {
  grid-column: 1;
  grid-row: 1;
  min-height: 100%;
}

@media screen and (max-width: 767px) {
  .product-title-rail {
    display: none;
  }
}

.product-block.--reverse .product-title-rail {
  grid-column: 2;
}

.product-title {
  position: sticky;
  top: 36px;
  margin: 0;
  z-index: 10;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.12;
  letter-spacing: 0.04em;
}

.product-title span {
  display: block;
  margin-bottom: 12px;
  color: #d8c48f;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .product-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .product-title {
    display: none;
  }
}

.product-main {
  grid-column: 2;
  grid-row: 1 / 3;
}

@media screen and (max-width: 767px) {
  .product-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    order: 1;
  }
}

.product-block.--reverse .product-main {
  grid-column: 1;
}

.product-intro {
  margin-bottom: 86px;
}

.product-intro__img {
  margin-bottom: 44px;
}

.product-intro__img img {
  /* aspect-ratio: 4 / 3; */
  object-fit: cover;
  background: #1f2937;
}

.product-intro__catch {
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.12;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  color: #d8c48f;
}

.product-ending-photo {
  margin-top: 184px;
}

.product-ending-photo img {
  width: 100%;
  /* aspect-ratio: 16 / 9; */
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 767px) {
  .product-ending-photo {
    margin-top: 56px;
  }

  .product-ending-photo img {
    border-radius: 0;
    /* aspect-ratio: 1 / 1; */
  }

  .product-ending-photo {
    order: 3;
  }

  .product-ending-photo {
    width: auto;
  }
}

.product-details {
  display: block;
}

.product-detail {
  padding: 0 44px;
  border-right: 1px solid rgba(216, 196, 143, 0.35);
  border-left: 1px solid rgba(216, 196, 143, 0.35);
}

/*.product-block.--reverse .product-detail {
  padding-left: 0;
  padding-right: 28px;
}*/

.product-detail__img {
  margin-bottom: 20px;
}

.product-detail .heading-box {
  margin: 0 0 16px;
}

.product-detail h3 {
  font-size: 28px;
  color: #d8c48f;
}

@media screen and (max-width: 767px) {
  .product-detail {
    padding-left: 18px;
    padding-right: 0;
    border-left: 1px solid rgba(216, 196, 143, 0.35);
    border-right: 0;
  }

  .product-detail h3 {
    font-size: 22px;
  }
}

.product-details > .product-detail + .product-detail {
  margin-top: 86px;
}

@media screen and (max-width: 767px) {
  .product-details {
    order: 2;
  }

  .product-details > .product-detail + .product-detail {
    margin-top: 64px;
  }

  .product-details {
    order: 2;
  }
}

.product-info {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  padding-top: 60px;
}

@media (max-width: 1024px) {
  .product-info {
    padding-top: 96px;
  }
}

@media screen and (max-width: 767px) {
  .product-info {
    order: 2;
    width: 100%;
    padding-top: 0;
    margin-top: 16px;
  }

  .product-info {
    order: 2;
  }

  /*#product-a .product-info {
      padding-right: var(--sp-lr-padding);
    }

    #product-b .product-info {
      padding-left: var(--sp-lr-padding);
    }*/

  .product-info {
    width: auto;
  }
}

.product-block.--reverse .product-info {
  grid-column: 2;
}

@media (max-width: 1024px) {
  .product-block {
    grid-template-columns: 40% 1fr;
    column-gap: 40px;
  }

  .product-block.--reverse {
    grid-template-columns: 1fr 40%;
  }
}

@media screen and (max-width: 767px) {
  .product-block,
  .product-block.--reverse {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .product-block {
    padding-left: 42px;
    padding-right: 0;
  }

  .product-block.--reverse {
    padding-left: 0;
    padding-right: 42px;
    padding-top: 42px;
  }

  .product-block.product-block.--reverse .product-intro__content {
    padding-right: 0;
    padding-left: 20px;
  }

  .product-block:not(.--reverse) .product-details {
    padding-right: 20px;
  }

  .product-block.--reverse .product-details {
    padding-left: 20px;
  }

  .product-block.--reverse .product-detail {
    padding-left: 0;
    padding-right: 18px;
    border-left: 0;
    border-right: 1px solid rgba(216, 196, 143, 0.35);
  }

  .product-block.--reverse .product-detail.placeholder-box {
    border: none;
    padding: 0;
  }

  .product-block.--reverse .mobile-sticky-title {
    left: auto;
    right: 0;
  }

  .product-block.--reverse .mobile-sticky-title.is-fixed {
    left: auto;
    right: 0;
  }

  .product-block.--reverse .mobile-sticky-title.is-stopped {
    left: auto;
    right: 0;
  }

  .product-block:not(.product-block.--reverse) .product-ending-photo,
  .product-block:not(.product-block.--reverse) .product-info {
    margin-left: -42px;
    width: calc(100% + 42px);
    margin-top: 0;
  }

  .product-block.--reverse .product-ending-photo,
  .product-block.--reverse .product-info {
    margin-right: -42px;
    width: calc(100% + 42px);
    margin-top: 0;
  }
}

.product-info__inner {
  padding: 28px;
  border: 1px solid rgba(216, 196, 143, 0.35);
  background: rgba(0, 0, 0, 0.85);
}

@media screen and (max-width: 767px) {
  .product-info__inner {
    padding: 24px 20px;
    border-radius: 0;
  }
}

.product-price {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .product-price {
    font-size: 30px;
  }
}

.product-note {
  margin: 0 0 24px;
  color: #d8c48f;
  font-size: 14px;
  line-height: 1.7;
}

.product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 16px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3d27a, #b88a2f);
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.mobile-sticky-title {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-sticky-title {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;

    width: 35px;
    min-height: 220px;
    max-height: calc(100vh - 32px);
    padding: 20px 0;

    writing-mode: vertical-rl;
    text-orientation: mixed;

    align-items: center;
    justify-content: flex-start;

    background: transparent;
    backdrop-filter: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;

    color: #d8c48f;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }

  .mobile-sticky-title.is-fixed {
    position: fixed;
    top: 16px;
    left: 0;
  }

  .mobile-sticky-title.is-stopped {
    position: absolute;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .product-intro__content {
    padding-right: 20px;
    padding-left: 0;
  }

  .product-main-img {
    order: 1;
  }
}

/* =========================================================
   style_fixed.css
   ========================================================= */

/* =========================
  Base
========================= */
:root {
  --color-black: #02040a;
  --color-bg: #040814;
  --color-navy: #071426;
  --color-navy-2: #0b1a31;
  --color-navy-3: #10223d;
  --color-gold: #d6ad5b;
  --color-gold-soft: #f6e7bd;
  --color-cream: #f8f0dc;
  --color-wine: #69091b;
  --color-wine-dark: #4d0613;
  --color-wine-light: #8e1028;
  --color-white: #ffffff;
  --color-grey: #828282;
  --font-gothic:
    "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Arial, sans-serif;
  --font-mincho:
    "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho ProN", serif;
  --inner: 1160px;
  --inner-small: 748px;
  --sp-lr-padding: 20px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  /* scroll-behavior: smooth; */
  -webkit-text-size-adjust: 100%;
  /* iPhoneでランドスケープにした時に文字サイズ自動変更禁止 */
}

body {
  margin: 0;
  color: var(--color-white);
  font-family: var(--font-gothic);
  line-height: 1.8;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#pr_figure button {
  border: none;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page {
  overflow: hidden;
}

.inner {
  width: min(100% - 48px, var(--inner));
  margin-inline: auto;
}

.inner.small {
  width: min(100% - 48px, var(--inner-small));
}

@media screen and (max-width: 767px) {
  .inner {
    width: min(100% - 32px, var(--inner));
  }
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.section {
  position: relative;
  padding: 118px 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 72px 0;
  }
}

.section--navy {
  background:
    linear-gradient(180deg, rgba(7, 20, 38, 0.96), rgba(11, 26, 49, 0.94)),
    radial-gradient(circle at 80% 0%, rgba(214, 173, 91, 0.12), transparent 38%);
}

.section--black {
  background: linear-gradient(
    180deg,
    rgba(2, 4, 10, 0.94),
    rgba(4, 8, 20, 0.98)
  );
}

.section--gold {
  background:
    linear-gradient(
      90deg,
      rgba(2, 4, 10, 0.96) 0%,
      rgba(58, 43, 18, 0.72) 48%,
      rgba(7, 20, 38, 0.96) 100%
    ),
    radial-gradient(
      circle at 22% 18%,
      rgba(214, 173, 91, 0.22),
      transparent 34%
    );
}

.section--gold .sticky-title,
.section--gold .feature-block,
.section--gold .movie-card,
.section--gold .purchase-card {
  border-color: rgba(246, 231, 189, 0.32);
}

.section--gold .feature-block__image,
.section--gold .purchase-card__image {
  border-bottom-color: rgba(246, 231, 189, 0.42);
}

.section--gold .feature-block__title,
.section--gold .sticky-title__jp,
.section--gold .price {
  color: #fff0c2;
}

.section--navy-detail {
  background:
    linear-gradient(
      90deg,
      rgba(7, 20, 38, 0.98) 0%,
      rgba(11, 26, 49, 0.96) 54%,
      rgba(2, 4, 10, 0.98) 100%
    ),
    radial-gradient(
      circle at 78% 12%,
      rgba(214, 173, 91, 0.12),
      transparent 34%
    );
}

.section__head {
  margin-bottom: 58px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section__head {
    margin-bottom: 36px;
  }
}

.section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  color: var(--color-gold-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: skewX(-8deg);
}

.section__eyebrow::before,
.section__eyebrow::after {
  content: "◇";
  color: var(--color-gold);
  font-size: 11px;
}

.section__title {
  margin: 0;
  font-family: var(--font-mincho);
  font-size: clamp(30px, 4.2vw, 52px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.section__title span {
  color: var(--color-gold-soft);
}

.section__lead {
  max-width: 720px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .section__lead {
    font-size: 14px;
    text-align: left;
  }
}

.diamond-line {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, 480px);
  margin: 30px auto 0;
  color: var(--color-gold);
}

.diamond-line::before,
.diamond-line::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(214, 173, 91, 0.72),
    transparent
  );
}

.diamond-line span {
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .diamond-line {
    width: min(100%, 260px);
  }
}

.clearfix {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .sp-hidden {
    display: block !important;
  }

  .pc-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none !important;
  }

  .pc-hidden {
    display: block !important;
  }
}

/*text
*****************************************************/

.text {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .text {
    font-size: 15px;
  }
}

.text-box {
  text-align: justify;
}

.text-box + .text-box {
  margin-top: 20px;
}

.bold {
  font-weight: 700;
}

.nomal {
  font-weight: 300;
}

.text.small {
  font-size: 14px;
}

.text.large {
  font-size: 20px;
}

p.text + p.text {
  margin-top: 20px;
}

.sub-text {
  font-size: 14px;
  line-height: 2;
}

span.large {
  font-size: 140% !important;
}

span.small {
  font-size: 70% !important;
}

.gold-text {
  color: var(--color-gold-soft);
}

.wine-text {
  color: #d8919e;
}

.grey-text {
  color: var(--color-grey);
}

/*stack
*****************************************************/
.stack {
  --stack-gap: 30px;
}

.stack > * + * {
  margin-top: var(--stack-gap);
}

.stack--sm {
  --stack-gap: 16px;
}

.stack--lg {
  --stack-gap: 48px;
}

/*btn
*****************************************************/
#pr_figure a.btn {
  transition: all 0.2s;
  border: none;
  cursor: pointer;
  background-color: #ffffff00;
  display: inline-block;
  width: min(100%, 420px);
  padding: 10px 24px;
}

#pr_figure a:visited {
  color: currentcolor;
}

a.btn:hover {
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 959px) {
  a.btn {
    display: block;
  }
}

a.btn:visited {
  background-color: rgba(0, 0, 0, 0);
}

a.btn.before-arrow,
a.btn.after-arrow,
a.btn.before-arrow02,
a.btn.after-arrow02 {
  position: relative;
}

a.btn.before-arrow::before,
a.btn.after-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid;
  border-bottom-color: currentcolor;
  border-right: 1px solid;
  border-right-color: currentcolor;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.2s;
}

a.btn.before-arrow02::before,
a.btn.after-arrow02::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 11px;
  border-bottom: 1px solid;
  border-bottom-color: currentcolor;
  border-right: 2px solid;
  border-right-color: currentcolor;
  transform: translateY(-17px) skew(45deg);
  transition: all 0.2s;
}

@media screen and (max-width: 767px) {
  a.btn.before-arrow02::before,
  a.btn.after-arrow02::after {
    width: 33px;
    height: 6px;
    transform: translateY(-9px) skew(45deg);
  }
}

a.btn.before-arrow::before {
  left: 12px;
  top: 50%;
}

a.btn.after-arrow::after {
  right: 12px;
  top: 50%;
}

a.btn.before-arrow02::before {
  left: -16px;
  top: 50%;
}

a.btn.after-arrow02::after {
  right: -16px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  a.btn.after-arrow02::after {
    right: -10px;
  }
}

a.btn.before-arrow.downArrow::before,
a.btn.after-arrow.downArrow::after {
  transform: translateY(-60%) rotate(45deg);
}

a.after-arrow:hover::after {
  right: 8px;
}

a.btn.after-arrow02:hover::after {
  right: -28px;
}

/*note
*****************************************************/

/*note-box
*****************************************************/
.note-box {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  line-height: 2;
  padding: 34px;
}

@media screen and (max-width: 767px) {
  .note-box {
    padding: 24px;
  }
}

.note-box.white {
  border-color: #fff;
}

.note-heading {
  font-weight: 700;
  margin-bottom: 32px;
}

.notelist-item-heading {
  margin-bottom: 6px;
}

.notelist-item-heading::before {
  content: "◆";
  padding-right: 0.2em;
}

.notelist-item + .notelist-item {
  margin-top: 26px;
}

.note-box02 {
  padding: 50px;
  margin-top: 30px;
  background-color: #e9e9e9;
}

@media screen and (max-width: 767px) {
  .note-box02 {
    padding: 30px;
  }
}

/* =========================
  Goal Button
========================= */
.goal-btn-area {
  width: min(100%, 720px);
  margin-inline: auto;
}

.goal-btn-area--small {
  width: min(100%, 520px);
}

.goal-btn {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 38px 56px 38px 56px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(214, 173, 91, 0.72);
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    var(--color-wine-light) 0%,
    var(--color-wine) 48%,
    var(--color-wine-dark) 100%
  );
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    box-shadow 0.2s ease;
}

.goal-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.04) 28%,
    transparent 52%
  );
  pointer-events: none;
}

.goal-btn::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(214, 173, 91, 0.28);
  border-radius: 6px;
  pointer-events: none;
}

.goal-btn:hover {
  transform: translateY(2px);
  filter: brightness(1.06);
  text-decoration: none;
  color: #fff;
  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

@media screen and (max-width: 767px) {
  .goal-btn {
    padding: 26px 24px 24px 24px;
  }

  .goal-btn::after {
    inset: 6px;
  }
}

.goal-btn__main,
.goal-btn__sub,
.goal-btn__date,
.goal-btn__arrow {
  position: relative;
  z-index: 1;
}

.goal-btn__main {
  font-size: clamp(24px, 4.4vw, 44px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 767px) {
  .goal-btn__main {
    letter-spacing: 0.04em;
  }
}

.goal-btn__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin-top: 14px;
  color: var(--color-gold-soft);
  font-size: clamp(12px, 1.8vw, 16px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.goal-btn__sub::before,
.goal-btn__sub::after {
  content: "";
  flex: 1;
  max-width: 120px;
  min-width: 24px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(214, 173, 91, 0.75),
    transparent
  );
}

@media screen and (max-width: 767px) {
  .goal-btn__sub {
    gap: 10px;
    margin-top: 12px;
    font-size: 13px;
    text-align: center;
  }

  .goal-btn__sub::before,
  .goal-btn__sub::after {
    max-width: 48px;
    min-width: 18px;
  }
}

.goal-btn__date {
  margin-top: 22px;
  padding: 6px 26px;
  color: #68101e;
  background: var(--color-cream);
  border: 1px solid rgba(214, 173, 91, 0.72);
  border-radius: 4px;
  font-size: clamp(16px, 2.4vw, 19px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
  box-shadow:
    0 3px 12px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
  .goal-btn__date {
    width: 100%;
    margin-top: 18px;
    padding: 5px 12px;
  }
}

.goal-btn__arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: rgba(248, 240, 220, 0.94);
  font-size: 40px;
  font-family: var(--font-mincho);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .goal-btn__arrow {
    right: 18px;
    font-size: 30px;
  }
}

.goal-btn__note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .goal-btn__note {
    font-size: 12px;
    text-align: left;
  }
}

/* =========================
  Hero
========================= */
:root {
  --mv-height: 100svh;
  --fade-duration: 240ms;
  --slide-interval: 560ms;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background-image: linear-gradient(
    90deg,
    rgba(13, 34, 48, 1),
    rgba(37, 34, 11, 1) 100%,
    rgba(0, 0, 0, 1) 50%
  );
}

body {
  font-family:
    Arial, Helvetica, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.75;
  }
}

.mv {
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 680px;
  overflow: hidden;
  background: #000;
  color: #fff;
  isolation: isolate;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv {
    min-height: 720px;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    min-height: 700px;
  }
}

.mv__slides,
.mv__slide {
  position: absolute;
  inset: 0;
}

.mv__slides {
  z-index: 0;
}

.mv__slide {
  opacity: 0;
  transition: opacity 240ms ease;
}

.mv__slide.is-active {
  opacity: 1;
}

.mv__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mv__slide.mv__slide--final img {
  object-fit: contain;
  object-position: center top;
}

@media screen and (max-width: 767px) {
  .mv__slide img {
    object-position: center top;
  }
}

.mv__slide--final::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0.08) 48%,
    rgba(0, 0, 0, 0.75) 100%
  );
  pointer-events: none;
}

.mv__intro-copy {
  position: absolute;
  z-index: 4;
  top: 45%;
  left: 50%;
  width: min(90%, 1000px);
  transform: translate(-50%, -50%);
  text-align: center;
  transition: opacity 300ms ease;
}

.mv__intro-copy.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.mv__intro-copy p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0px 0px 26px rgba(0, 0, 0, 0.8);
}

.mv__intro-copy p:first-child {
  font-size: clamp(13px, 1.35vw, 22px);
  letter-spacing: 0.22em;
}

.mv__intro-copy p:last-child {
  margin-top: 10px;
  font-size: clamp(42px, 7vw, 120px);
  font-style: italic;
  letter-spacing: 0.02em;
}

.mv__final-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 450ms ease;
}

.mv__final-layout.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.mv__visual-space {
  min-height: 0;
}

.mv__content {
  margin: 0 auto;
  width: 100%;
  /*padding: 18px 0 clamp(16px, 2vw, 30px);*/
  text-align: center;
  opacity: 0;
  transform: translateY(74px);
  transition:
    opacity 320ms ease-out,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__content {
  }
}

@media screen and (max-width: 767px) {
  .mv__content {
  }
}

.mv__final-layout.is-visible .mv__content {
  opacity: 1;
  transform: translateY(0);
}

.mv__heading {
  margin: 0;
  color: #dbbd6d;
  font-size: clamp(30px, 4vw, 88px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

@media screen and (max-width: 767px) {
  .mv__heading {
    font-size: clamp(27px, 8vw, 40px);
    letter-spacing: 0.08em;
  }
}

.mv__info {
  margin: 20px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(219, 189, 109, 0.58);
}

@media screen and (max-width: 767px) {
  .mv__info {
    margin-top: 15px;
    padding-top: 12px;
  }
}

.mv__subheading {
  display: grid;
  gap: 5px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(13px, 3vw, 35px);
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.mv__subheading span:last-child {
  color: #dbbd6d;
  font-size: 0.82em;
}

@media screen and (max-width: 767px) {
  .mv__subheading {
    font-size: 13px;
  }
}

.mv__action {
  display: grid;
  justify-items: center;
  gap: 11px;
  margin-top: 24px;
}

.mv__deadline {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.mv__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: min(100%, 560px);
  padding: 10px 30px;
  color: #fff;
  background: linear-gradient(135deg, #e4bd58 0%, #bd841f 52%, #9c6812 100%);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 8px 20px rgba(0, 0, 0, 0.3);
  transition:
    filter 180ms ease,
    box-shadow 180ms ease;
}

.mv__button:hover,
.mv__button:focus-visible {
  filter: brightness(1.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 8px 20px rgba(0, 0, 0, 0.44);
}

@media screen and (max-width: 767px) {
  .mv__button {
    min-height: 62px;
    font-size: 18px;
  }
}

.mv__button-arrow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
}

.mv__footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 24px;
  width: 100%;
  padding: 16px clamp(22px, 3vw, 58px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(6px);
}

.mv__footer img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__footer {
    min-height: 94px;
    gap: 18px;
    padding: 16px 28px;
  }
}

@media screen and (max-width: 767px) {
  .mv__footer {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "collab collab"
      "mlb rights";
    align-items: center;
    gap: 16px 12px;
    min-height: auto;
    padding: 16px;
  }
}

/* 左端のコラボロゴ */
.mv__footer-collab {
  display: flex;
  align-items: center;
  gap: clamp(9px, 1vw, 18px);
}

.mv__footer-collab img {
  width: auto;
  max-width: 180px;
  max-height: 32px;
  object-fit: contain;
}

.mv__footer-collab span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 23px;
  font-weight: 300;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__footer-collab img {
    max-width: 132px;
    max-height: 27px;
  }
}

@media screen and (max-width: 767px) {
  .mv__footer-collab {
    grid-area: collab;
    justify-content: center;
  }

  .mv__footer-collab img {
    max-width: 96px;
    max-height: 22px;
  }

  .mv__footer-collab span {
    font-size: 16px;
  }
}

.mv__footer-mlb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
}

.mv__footer-mlb img {
  display: block;
  flex: 0 0 auto;
  width: auto !important;
  max-width: 150px;
  height: 38px;
  max-height: 38px;
  object-fit: contain;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__footer-mlb img {
    max-width: 112px;
    max-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .mv__footer-mlb {
    grid-area: mlb;
    justify-content: flex-start;
    gap: 8px;
  }

  .mv__footer-mlb img {
    max-width: 82px;
    max-height: 24px;
  }
}

.mv__footer-rights {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 18px;
}

.mv__collectible-badge {
  width: 76px;
  max-height: 92px;
  object-fit: contain;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__collectible-badge {
    width: 58px;
  }
}

@media screen and (max-width: 767px) {
  .mv__collectible-badge {
    width: 38px;
  }
}

.mv__footer-rights p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.03em;
  text-align: right;
  white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__footer-rights p {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mv__footer-rights {
    grid-area: rights;
    gap: 9px;
  }

  .mv__footer-rights p {
    font-size: 8px;
    line-height: 1.5;
  }
}

/* =========================
   Loading mask
========================= */

.mv__loader {
  position: absolute;
  z-index: 30;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #050505;
  color: #fff;
  transform: translateY(0);
  transition: transform 720ms cubic-bezier(0.76, 0, 0.24, 1);
}

.mv__loader.is-leaving {
  pointer-events: none;
  transform: translateY(-100%);
}

.mv__loader.is-hidden {
  visibility: hidden;
}

.mv__loader-main {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: 40px 20px;
}

.mv__loader-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dbbd6d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 6vw, 92px);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.mv__loader-title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(16px);
  text-shadow: none;
  animation: mv-loader-title-reveal 2.8s ease-in-out infinite;
  animation-delay: calc(var(--i) * 75ms);
}

@media screen and (max-width: 767px) {
  .mv__loader-title {
    font-size: clamp(30px, 10vw, 48px);
    letter-spacing: 0.01em;
  }

  .mv__loader-title span {
    transform: translateY(11px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv__loader-title span {
    animation: none;
  }

  .mv__loader-title span {
    opacity: 1;
    transform: none;
  }
}

.mv__loader-title-space {
  width: 0.32em;
  animation: none !important;
}

@media screen and (max-width: 767px) {
  .mv__loader-title-space {
    width: 0.22em;
  }
}

.mv__loader-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 700;
  letter-spacing: 0.28em;
  animation: mv-loader-label-pulse 1.8s ease-in-out infinite alternate;
}

@keyframes mv-loader-title-reveal {
  0%,
  18% {
    opacity: 0;
    transform: translateY(16px);
    text-shadow: none;
  }

  30%,
  68% {
    opacity: 1;
    transform: translateY(0);
    text-shadow: 0 0 18px rgba(219, 189, 109, 0.34);
  }

  82%,
  100% {
    opacity: 0;
    transform: translateY(-16px);
    text-shadow: none;
  }
}

@keyframes mv-loader-label-pulse {
  from {
    opacity: 0.42;
  }

  to {
    opacity: 1;
  }
}

.mv__loader-label {
  margin: 0;
  color: #dbbd6d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25em;
  animation: mv-loader-pulse 900ms ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .mv__loader-label {
    font-size: 9px;
    letter-spacing: 0.18em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv__loader-label {
    animation: none;
  }
}

.mv__loader-footer {
  width: 100%;
}

.mv__loader-footer-title {
  margin: 0;
  padding: 15px clamp(22px, 3vw, 58px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #dbbd6d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 700;
  letter-spacing: 0.19em;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__loader-footer-title {
    padding: 13px 28px;
  }
}

@media screen and (max-width: 767px) {
  .mv__loader-footer-title {
    padding: 12px 14px;
    font-size: 9px;
    letter-spacing: 0.11em;
  }
}

.mv__footer--loader {
  min-height: 104px;
  border-top: 0;
  background: transparent;
  backdrop-filter: none;
}

.mv__footer--loader .mv__footer-collab,
.mv__footer--loader .mv__footer-mlb,
.mv__footer--loader .mv__footer-rights {
  animation: mv-loader-logo-pulse 1800ms ease-in-out infinite alternate;
}

.mv__footer--loader .mv__footer-mlb {
  animation-delay: 240ms;
}

.mv__footer--loader .mv__footer-rights {
  animation-delay: 480ms;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__footer--loader {
    min-height: 92px;
  }
}

@media screen and (max-width: 767px) {
  .mv__footer--loader {
    min-height: auto;
  }
}

@keyframes mv-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes mv-loader-spin-reverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes mv-loader-pulse {
  from {
    opacity: 0.45;
  }

  to {
    opacity: 1;
  }
}

@keyframes mv-loader-logo-pulse {
  from {
    opacity: 0.52;
  }

  to {
    opacity: 1;
  }
}

.mv__loader-main {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: 40px 20px;
}

.mv__loader-line {
  position: relative;
  width: min(100%, 620px);
  height: 1px;
  overflow: hidden;
  background: rgba(219, 189, 109, 0.18);
}

.mv__loader-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -42%;
  width: 42%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(219, 189, 109, 0.3) 15%,
    #dbbd6d 50%,
    rgba(219, 189, 109, 0.3) 85%,
    transparent 100%
  );
  box-shadow: 0 0 12px rgba(219, 189, 109, 0.65);
  animation: mv-loader-line-run 1.4s ease-in-out infinite;
}

.mv__loader-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.04);
}

@media screen and (max-width: 767px) {
  .mv__loader-line {
    width: min(78vw, 300px);
  }
}

@keyframes mv-loader-line-run {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(340%);
  }
}

.mv__loader-status {
  position: relative;
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.34em;
  text-indent: 0.34em;
}

.mv__loader-status::after {
  content: "";
  animation: mv-loader-dots 1.2s steps(4, end) infinite;
}

@media screen and (max-width: 767px) {
  .mv__loader-status {
    font-size: 9px;
    letter-spacing: 0.24em;
    text-indent: 0.24em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv__loader-status::after {
    animation: none;
    content: "...";
  }
}

@keyframes mv-loader-dots {
  0% {
    content: "";
  }

  25% {
    content: ".";
  }

  50% {
    content: "..";
  }

  75%,
  100% {
    content: "...";
  }
}

/* =========================
  Sponsor
========================= */
.sponsor-card {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid rgba(214, 173, 91, 0.32);
}

.sponsor-logo-wrap {
  margin-bottom: 36px;
}

.sponsor-card__label {
  margin: 0 0 16px;
  color: var(--color-gold-soft);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.sponsor-card__logo {
}

.sponsor-card__logo img {
  max-width: 200px;
  margin: auto;
}

#pr_figure p.text.sponsor-card__text {
  margin: 0;
  line-height: 1.6;
}

/* =========================
  Presale Info
========================= */
.presale-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(214, 173, 91, 0.34);
  border-bottom: 1px solid rgba(214, 173, 91, 0.26);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .presale-info {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .presale-info {
    grid-template-columns: 1fr;
  }
}

.presale-info__item {
  padding: 24px 22px;
  border-right: 1px solid rgba(214, 173, 91, 0.18);
}

.presale-info__item:last-child {
  border-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .presale-info__item:nth-child(2) {
    border-right: 0;
  }

  .presale-info__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(214, 173, 91, 0.18);
  }
}

@media screen and (max-width: 767px) {
  .presale-info__item {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(214, 173, 91, 0.18);
  }

  .presale-info__item:last-child {
    border-bottom: 0;
  }
}

.presale-info__label {
  display: block;
  margin-bottom: 8px;
  color: var(--color-gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.presale-info__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.7;
}

.notice-list {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  list-style: none;
}

.notice-list.--box {
  border: 1px solid rgba(214, 173, 91, 0.28);
  padding: 24px;
}

.notice-list.--stack {
  border-top: 1px solid rgba(214, 173, 91, 0.28);
  margin: 30px 0 0;
  padding: 24px 0 0;
}

.notice-list .notice-list__item {
  display: grid;
  grid-template-columns: 1em 1fr;
  gap: 0;
}

.notice-list.list01 .notice-list__item::before {
  content: "※";
}

.notice-list.list02 .notice-list__item::before {
  content: "・";
}

.notice-list .notice-list__item + .notice-list__item {
  margin-top: 6px;
}

/* =========================
  Presale Intro
========================= */
.presale-message {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.presale-message p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.presale-message p + p {
  margin-top: 18px;
}

.presale-message .goal-btn-area {
  margin-top: 42px;
}

/* =========================
  Overview
========================= */
.overview-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 60px;
}

@media screen and (max-width: 767px) {
  .overview-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

.overview-text {
  position: relative;
  padding: 0 0 0 34px;
  border-left: 1px solid rgba(214, 173, 91, 0.55);
}

.overview-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

@media screen and (max-width: 767px) {
  .overview-text {
    padding-left: 22px;
  }
}

.overview-figures {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: 10px;
  min-height: 690px;
  border-bottom: 1px solid rgba(214, 173, 91, 0.34);
}

.overview-figures::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, rgba(214, 173, 91, 0.08));
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .overview-figures {
    min-height: 470px;
    gap: 0;
  }
}

.figure-card {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
}

.figure-card img {
  width: 100%;
  max-height: 680px;
  aspect-ratio: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 24px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 767px) {
  .figure-card img {
    max-height: 470px;
  }
}

.sub-image-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid rgba(214, 173, 91, 0.24);
  border-bottom: 1px solid rgba(214, 173, 91, 0.18);
}

.sub-image-row img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-right: 1px solid rgba(214, 173, 91, 0.18);
}

.sub-image-row img:last-child {
  border-right: 0;
}

@media screen and (max-width: 767px) {
  .sub-image-row {
    gap: 0;
  }
}

/* =========================
  Figure Detail
========================= */
.figure-detail {
  position: relative;
}

.figure-detail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(214, 173, 91, 0.18);
}

.figure-detail__layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 58px;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .figure-detail__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

#figure-a.figure-detail {
  background-image: url("../img/sample_bg01.jpg");
}

.sticky-title {
  position: sticky;
  top: 32px;
  min-height: 440px;
  padding: 28px 0;
  border-top: 1px solid rgba(214, 173, 91, 0.42);
  border-bottom: 1px solid rgba(214, 173, 91, 0.32);
  background: transparent;
}

@media screen and (max-width: 767px) {
  .sticky-title {
    position: sticky;
    top: 12px;
    z-index: 4;
    min-height: auto;
    width: fit-content;
    padding: 14px 8px;
    border: 1px solid rgba(214, 173, 91, 0.42);
    background: rgba(2, 4, 10, 0.72);
  }
}

.sticky-title__en {
  display: block;
  color: rgba(214, 173, 91, 0.75);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  transform: skewX(-10deg);
}

@media screen and (max-width: 767px) {
  .sticky-title__en {
    display: none;
  }
}

.sticky-title__jp {
  display: block;
  margin-top: 18px;
  font-family: var(--font-mincho);
  font-size: 34px;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .sticky-title__jp {
    margin: 0;
    writing-mode: vertical-rl;
    font-size: 20px;
    letter-spacing: 0.16em;
  }
}

.detail-stack {
  display: grid;
  gap: 72px;
}

@media screen and (max-width: 767px) {
  .detail-stack {
    gap: 52px;
  }
}

.feature-block {
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  gap: 48px;
  align-items: center;
  padding: 0 0 72px;
  border-bottom: 1px solid rgba(214, 173, 91, 0.2);
  background: transparent;
}

.feature-block:nth-child(even) {
  grid-template-columns: 0.84fr 1.16fr;
}

.feature-block:nth-child(even) .feature-block__image {
  order: 2;
}

@media screen and (max-width: 767px) {
  .feature-block,
  .feature-block:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 52px;
  }

  .feature-block:nth-child(even) .feature-block__image {
    order: initial;
  }
}

.feature-block__image {
  position: relative;
  border-bottom: 1px solid rgba(214, 173, 91, 0.36);
}

.feature-block__image::after {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: -1px;
  height: 54px;
  background: linear-gradient(180deg, transparent, rgba(214, 173, 91, 0.08));
  pointer-events: none;
}

.feature-block__image img {
  width: 100%;
  max-height: 740px;
  aspect-ratio: auto;
  object-fit: contain;
  filter: drop-shadow(0 26px 22px rgba(0, 0, 0, 0.48));
}

@media screen and (max-width: 767px) {
  .feature-block__image img {
    max-height: 560px;
  }
}

.feature-block__title {
  margin: 0;
  color: var(--color-gold-soft);
  font-family: var(--font-mincho);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.feature-block__text {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.product-detail.placeholder-box,
.product-detail.--reverse.placeholder-box {
  padding: 0;
  border: none;
}

.placeholder-box__title {
  margin: 0 0 8px;
  color: var(--color-gold-soft);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.placeholder-box__text {
  margin: 0;
}

.gallery-placeholder {
  display: none;
}

@media screen and (max-width: 767px) {
  .gallery-placeholder {
    display: block;
  }
}

.movie-card {
  /*display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
  align-items: center;*/
}

.movie-card__thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(214, 173, 91, 0.28);
  background: #000;
  cursor: pointer;
}

.movie-card__thumb video,
.movie-card__thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 0.78;
}

.movie-card__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--color-cream);
  font-size: 48px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.7);
}

.movie-card .movie-card__thumb .gg-play-button-o {
  z-index: 8;
  width: 160px;
  height: 160px;
  border: 2px solid;
  border-radius: 80px;
  left: 50%;
  transform: translate(-50%, -50%) scale(var(--ggs, 1));
  color: #fff;
  transition: all 0.2s;
}

.gg-play-button-o {
  position: absolute;
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 2px solid;
  border-radius: 20px;
  top: 50%;
  left: 12px;
  transform: translateY(-50%) scale(var(--ggs, 1));
}

.movie-card .movie-card__thumb .gg-play-button-o::before {
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 50px solid;
  top: 48px;
  left: 57px;
  color: #fff;
  transition: all 0.2s;
}

@media screen and (min-width: 768px) {
  .movie-card .movie-card__thumb:hover .gg-play-button-o {
    width: 150px;
    height: 150px;
    color: rgba(255, 255, 255, 0.5);
  }

  .movie-card .movie-card__thumb:hover .gg-play-button-o::before {
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 44px solid;
    color: rgb(255, 255, 255, 0.5);
    top: 47px;
    left: 55px;
  }
}

@media screen and (max-width: 767px) {
  .movie-card .movie-card__thumb .gg-play-button-o {
    width: 96px;
    height: 96px;
    transform: translate(-50%, -57%) scale(var(--ggs, 1));
  }

  .movie-card .movie-card__thumb .gg-play-button-o::before {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 30px solid;
    top: 27px;
    left: 36px;
  }

  .movie-card {
    grid-template-columns: 1fr;
    padding-bottom: 52px;
  }
}

.gg-play-button-o::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid;
  top: 9px;
  left: 12px;
}

.purchase-card {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 44px;
  align-items: center;
  padding: 54px 0 0;
  border-top: 1px solid rgba(214, 173, 91, 0.46);
  background: transparent;
}

@media screen and (max-width: 767px) {
  .purchase-card {
    grid-template-columns: 1fr;
    padding-top: 36px;
  }
}

.purchase-card__image {
  border-bottom: 1px solid rgba(214, 173, 91, 0.36);
}

.purchase-card__image img {
  width: 100%;
  max-height: 620px;
  aspect-ratio: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 24px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 767px) {
  .purchase-card__image img {
    max-height: 520px;
  }
}

.price {
  margin: 0 0 22px;
  color: var(--color-gold-soft);
  font-family: var(--font-mincho);
  font-size: 36px;
  font-weight: 800;
}

.price small {
  font-size: 15px;
  font-family: var(--font-gothic);
  color: rgba(255, 255, 255, 0.62);
}

@media screen and (max-width: 767px) {
  .price {
    font-size: 28px;
  }
}

/* =========================
  Flowing Text
========================= */
.marquee {
  overflow: hidden;
  padding: 34px 0;
  border-top: 1px solid rgba(214, 173, 91, 0.24);
  border-bottom: 1px solid rgba(214, 173, 91, 0.24);
  background: #071426;
}

@media screen and (max-width: 767px) {
  .marquee {
    padding: 24px 0;
  }
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 38s linear infinite;
}

.marquee__text {
  padding-right: 0.55em;
  color: rgb(255 179 27 / 26%);
  font-size: clamp(64px, 12vw, 150px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
  transform: skewX(-10deg);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* =========================
  Two Figures
========================= */
.duo-grid {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .duo-grid {
    grid-template-columns: 1fr;
  }

  .duo-grid {
    gap: 34px;
    margin-left: -24px;
    width: calc(100% + 48px);
  }
}

.duo-visual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 4px;
}

.duo-visual img {
  width: 100%;
  max-height: 700px;
  aspect-ratio: auto;
  object-fit: contain;
  padding: 0;
  border: 0;
  background: transparent;
}

.duo-visual > img:nth-of-type(1) {
  margin-top: 24px;
}

.duo-visual > img:nth-of-type(2) {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .duo-visual > img:nth-of-type(1) {
    margin-top: 10px;
  }

  .duo-visual > img:nth-of-type(2) {
    margin-bottom: 10px;
  }
}

/* =========================
  Bonus
========================= */
.bonus-wrap {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .bonus-wrap {
    margin-top: 64px;
  }
}

.bonus-card {
  padding: 56px;
  border: 1px solid rgba(214, 173, 91, 0.44);
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .bonus-card {
    padding: 24px;
  }
}

.bonus-card__body {
  padding: 34px 0 0;
}

.bonus-card__label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 12px;
  color: var(--color-cream);
  background: rgba(105, 9, 27, 0.62);
  border: 1px solid rgba(214, 173, 91, 0.48);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.bonus-card__title {
  margin: 0;
  font-family: var(--font-mincho);
  color: var(--color-gold-soft);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.38;
}

.bonus-card__text-box {
  margin-top: 18px;
}

/* =========================
  Final Offer
========================= */
.final-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
  margin-bottom: 58px;
}

@media screen and (max-width: 767px) {
  .final-list {
    grid-template-columns: 1fr;
  }
}

.product-card {
  overflow: visible;
  background: transparent;
}

.product-card__image {
  padding: 0;
  background: transparent;
}

.product-card__image img {
  width: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 24px rgba(0, 0, 0, 0.48));
}

@media screen and (max-width: 767px) {
  .product-card__image img {
    max-height: 540px;
  }
}

.product-card__body {
  padding: 28px;
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
  .product-card__body {
    padding: 24px 0;
  }
}

.product-card__title {
  margin: 0 0 14px;
  color: var(--color-gold-soft);
  font-family: var(--font-mincho);
  font-size: 26px;
}

.product-card__price {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.spec-table tr {
  border-top: 1px solid rgb(80 68 43);
}

.spec-table th,
.spec-table td {
  padding: 12px 0;
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  width: 38%;
  color: var(--color-gold-soft);
  font-weight: 700;
}

.spec-table td {
  padding: 0 0 0 12px;
}

/* =========================
  Placeholder Sections
========================= */
.qa-placeholder,
.footer-placeholder {
  padding: 72px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(214, 173, 91, 0.18);
}

.footer-placeholder {
  background: #02040a;
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: auto;
    padding: 96px 0 64px;
  }

  .hero__top {
    top: 16px;
    left: 16px;
  }

  .hero__sponsor-logo {
    max-width: 96px;
  }

  .hero__inner {
    width: min(100% - 32px, 1240px);
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero__title {
    font-size: 38px;
  }

  .hero__date {
    margin: 20px 0 28px;
    font-size: 16px;
  }

  .hero__visual {
    min-height: 470px;
  }

  .hero__figure {
    width: 64%;
    max-height: 470px;
  }

  .hero__figure--a {
    left: -11%;
    bottom: 38px;
  }

  .hero__figure--b {
    right: -11%;
  }

  .hero__plate {
    width: 150px;
    height: 150px;
  }
}

/*Q&A
*****************************************************/

.section-area.qa {
  font-weight: 400;
}

.qa-content {
  margin: 0 24px;
}

@media screen and (max-width: 767px) {
  .qa-content {
    margin: 0 14px 0 8px;
  }
}

.qa-content dd {
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .qa-content dd {
    margin-top: 26px;
  }
}

.qa-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .qa-row {
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }
}

.qa-icon {
  position: relative;
  width: 36px;
  height: 36px;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  line-height: 1;
  margin-top: 1px;
  font-size: 18px;
}

.qa-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: rotate(45deg) translate(-1px, 2px);
}

@media screen and (max-width: 767px) {
  .qa-icon {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
}

.qa-icon--q::before {
  border: 1px solid #005f86;
}

.qa-icon--a::before {
  border: 1px solid #7f6700;
}

.qa-contact {
  margin-top: 72px;
  border: 1px solid #b3b3b3;
  padding: 30px 34px 28px;
}

@media screen and (max-width: 767px) {
  .qa-contact {
    margin-top: 56px;
  }
}

.qa-contact-text {
  margin: 0;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .qa-contact-text {
    text-align: left;
  }
}

#pr-figure a.btn.qa-contact-btn {
  background-color: #ffffff00;
  border: 1px solid #b3b3b3;
  color: #fff;
  padding: 10px 24px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  width: 80%;
}

#pr-figure a.btn.qa-contact-btn:hover {
  border: 1px solid #575757;
}

@media screen and (max-width: 767px) {
  #pr-figure a.btn.qa-contact-btn {
    width: 100%;
  }
}

.qa-tel {
  margin: 0;
  text-align: center;
  color: #9d9d9d;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 700;
}

@media (min-width: 768px) {
  .qa-tel .number {
    margin-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .qa-tel {
    line-height: 1.4;
  }

  .qa-tel .number {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .qa-section {
    padding: 72px 16px 84px;
  }

  .qa-title {
    margin-bottom: 40px;
  }
}

/*modal-gallery
*****************************************************/
body.modal-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  overflow-y: scroll;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  z-index: -1;
  transition: 0.2s;
}

.modal.modal-active {
  opacity: 1;
  z-index: 1001;
}

.modal-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100%;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 25px 20px 20px;
  cursor: pointer;
}

.close-bar {
  width: 40px;
  height: 2px;
  background: #ffffff;
}

.close-bar:nth-child(1) {
  transform: translateY(13px) rotate(-45deg);
}

.close-bar:nth-child(2) {
  margin: 24px 0 0;
  transform: translateY(-13px) rotate(45deg);
}

.modal-swiper {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  width: 92%;
  padding: 50px 0;
}

@media (max-width: 768px) {
  .modal-swiper {
    width: 100%;
    padding: 70px 0 50px;
  }
}

.modal-slide {
  text-align: center;
}

.modal-img {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  margin: 0 auto;
  object-fit: contain;
}

.modal-nav-next,
.modal-nav-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  margin: auto;
  cursor: pointer;
  outline: none;
  padding: 30px;
}

.modal-nav-next::before,
.modal-nav-prev::before {
  content: "";
  width: 35px;
  height: 35px;
  border-style: solid;
  border-color: #ffffff;
}

.modal-nav-prev {
  left: 20px;
}

.modal-nav-prev::before {
  border-width: 2px 0 0 2px;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .modal-nav-prev {
    display: none;
  }
}

.modal-nav-next {
  right: 20px;
}

.modal-nav-next::before {
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .modal-nav-next {
    display: none;
  }
}

.modal-pagination {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  text-align: center;
}

.modal-thm-wrap {
  column-count: 2;
  column-gap: 4px;
  max-width: 1048px;
  margin: 0 auto;
  padding: 12px;
}

@media (max-width: 768px) {
  .modal-thm-wrap {
    column-count: 2;
    padding: 4px;
  }
}

@media screen and (min-width: 768px) {
  .modal-thm-wrap {
    column-gap: 6px;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1024px) {
  .modal-thm-wrap {
    column-count: 3;
  }
}

.modal-thm-item {
  display: block;
  width: 100%;
  margin: 0 0 4px;
  cursor: pointer;
  overflow: hidden;
  background: #1b1b1b;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.item-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.modal-thm-item:hover .item-img {
  transform: scale(1.03);
}

@media screen and (min-width: 768px) {
  .modal-thm-item {
    margin-bottom: 6px;
  }
}

#pr_figure .gallery-placeholder.is-instant .modal-slide {
  transition: none !important;
}

@media screen and (max-width: 767px) {
  #pr_figure a.btn.fixed-buy-button {
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 20px);
    padding: 10px 22px;
    font-size: 14px;
    border-radius: 6px 6px 0 0;
    border: 0;
  }
}

a.btn.fixed-buy-button {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 38px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  transform: translateY(120px);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;

  background: linear-gradient(135deg, #ffe8a8 0%, #d8b253 46%, #a66d13 100%);
  color: #111;
}

a.btn.fixed-buy-button.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

a.btn.fixed-buy-button:hover {
  opacity: 0.88;
}

/* swipe-guide
*****************************/
.swipe-guide {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.swipe-guide.is-show {
  opacity: 1;
  visibility: visible;
}

.swipe-guide__icon {
  width: 220px;
  height: 120px;
  margin: 0 auto 18px;
}

.swipe-guide__svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.swipe-guide__arrow,
.swipe-guide__hand path {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.swipe-guide__hand {
  transform-origin: center;
  animation: swipeHand 1.35s ease-in-out infinite;
}

.swipe-guide p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@keyframes swipeHand {
  0% {
    transform: translateX(26px);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  50% {
    transform: translateX(-26px);
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translateX(26px);
    opacity: 0;
  }
}

/*footer
*****************************************************/
.footer {
  position: relative;
  background: #06255e;
  background: linear-gradient(
    270deg,
    rgba(6, 37, 94, 1) 0%,
    rgba(2, 10, 26, 1) 100%
  );
  padding: 40px 30px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 90px;
  }
}

.footer-text {
  font-size: 14px;
  color: #efefef;
}

.footer-text + .footer-text {
  margin-top: 8px;
}

.footer .sponsor-logo-wrap {
  margin-bottom: 28px;
}

.footer-btn-area {
  max-width: 940px;
  margin: 20px auto 14px;
}

@media screen and (min-width: 768px) {
  .footer-linklist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

.footer-link-item a.link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .footer-link-item {
    margin: 12px 12px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-link-item {
    margin-top: 14px;
  }
}

.footer-link-item a.link:hover {
  text-decoration: underline;
}

.inc-logo .site-logo {
  margin: 0 auto 30px;
}

#pr-figure a.btn.footer-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 4px 24px;
  border: 1px solid #ffffff47;
  width: 100%;
  max-width: 230px;
  border-radius: 6px;
  background-color: #00000000;
}

#pr-figure a.btn.footer-btn:hover,
#pr-figure a.btn.footer-btn:visited,
#pr-figure a.btn.footer-btn:active {
  text-decoration: none;
}

#pr-figure a.btn.footer-btn:visited,
#pr-figure a.btn.footer-btn:active {
  color: #fff;
}

#pr-figure a.btn.footer-btn:hover {
  background-color: #0000004e;
  border: 1px solid #ffffff8c;
}

.copyright {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

/* =========================
  LP Refinement
========================= */
#pr_figure {
  color: var(--color-white);
}

#pr_figure .gallery-placeholder {
  display: block;
}

#pr_figure .placeholder-box__title {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
  font-family: var(--font-mincho);
  font-size: clamp(28px, 3.2vw, 42px);
  letter-spacing: 0.14em;
}

#pr_figure .placeholder-box__title::after {
  content: "";
  width: min(28vw, 240px);
  height: 1px;
  background: linear-gradient(90deg, rgba(214, 173, 91, 0.74), transparent);
}

#pr_figure .placeholder-box__text.text {
  font-size: 14px;
}

#pr_figure .modal-thm-wrap {
  display: block;
  max-width: none;
  margin: 0;
  padding: 0;
  column-count: 3;
  column-gap: 2px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #pr_figure .modal-thm-wrap {
    column-count: 2;
    column-gap: 2px;
  }
}

@media screen and (max-width: 767px) {
  #pr_figure .modal-thm-wrap {
    column-count: 2;
    column-gap: 2px;
    margin-top: 10px;
  }
}

#pr_figure .modal-thm-item {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0 0 2px;
  padding: 0;
  border: none;
  overflow: hidden;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  border-radius: 0;
  background: #050811;
  cursor: pointer;
  appearance: none;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

#pr_figure .item-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

#pr_figure .modal-thm-item:hover .item-img,
#pr_figure .modal-thm-item:focus-visible .item-img {
  transform: scale(1.05);
  opacity: 1;
}

#pr_figure .modal {
  display: grid;
  place-items: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(214, 173, 91, 0.12),
      transparent 38%
    ),
    rgba(0, 0, 0, 0.92);
}

#pr_figure .modal.modal-active {
  visibility: visible;
  opacity: 1;
  z-index: 1001;
}

#pr_figure .modal-inner {
  width: 100%;
  min-height: 100vh;
  padding: 72px 76px 54px;
}

@media screen and (max-width: 767px) {
  #pr_figure .modal-inner {
    padding: 70px 0 48px;
  }
}

#pr_figure .close,
#pr_figure .modal-nav-next,
#pr_figure .modal-nav-prev,
#pr_figure .movie-modal__close {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  appearance: none;
}

#pr_figure .close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 54px;
  height: 54px;
  padding: 0;
}

#pr_figure .close:focus-visible,
#pr_figure .modal-nav-next:focus-visible,
#pr_figure .modal-nav-prev:focus-visible,
#pr_figure .movie-modal__close:focus-visible,
#pr_figure .movie-card__thumb:focus-visible {
  outline: 1px solid var(--color-gold-soft);
  outline-offset: 4px;
}

#pr_figure .modal-swiper {
  width: min(100%, 1120px);
  padding: 0;
  margin: auto;
}

#pr_figure .swiper-wrapper {
  display: block;
}

#pr_figure .modal-slide {
  display: none;
}

#pr_figure .modal-slide.is-active {
  display: block;
}

#pr_figure .modal-img {
  max-height: 78vh;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.56);
}

#pr_figure .modal-nav-next,
#pr_figure .modal-nav-prev {
  position: fixed;
  width: 72px;
  min-height: 160px;
  padding: 0 24px;
}

@media screen and (max-width: 767px) {
  #pr_figure .modal-nav-next,
  #pr_figure .modal-nav-prev {
    display: none;
  }
}

#pr_figure .modal-pagination {
  position: fixed;
  bottom: 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  letter-spacing: 0.12em;
}

#pr_figure .movie-card__thumb {
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 0;
  text-align: left;
  appearance: none;
  border: none;
}

#pr_figure .movie-card__play {
  font-size: 0;
}

#pr_figure .movie-card__play::before {
  content: "";
  width: 74px;
  height: 74px;
  border: 1px solid rgba(246, 231, 189, 0.76);
  background: linear-gradient(
    90deg,
    rgba(105, 9, 27, 0.86),
    rgba(2, 4, 10, 0.42)
  );
  clip-path: polygon(38% 28%, 38% 72%, 72% 50%);
}

#pr_figure .movie-modal {
  position: fixed;
  inset: 0;
  z-index: -1;
  display: grid;
  place-items: center;
  padding: 72px;
  visibility: hidden;
  opacity: 0;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(214, 173, 91, 0.13),
      transparent 36%
    ),
    rgba(0, 0, 0, 0.92);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

@media screen and (max-width: 767px) {
  #pr_figure .movie-modal {
    padding: 66px 16px 36px;
  }
}

#pr_figure .movie-modal.is-active {
  z-index: 1002;
  visibility: visible;
  opacity: 1;
}

#pr_figure .movie-modal__panel {
  position: relative;
  width: min(100%, 1080px);
}

#pr_figure .movie-modal__media {
  background: #000;
}

#pr_figure .movie-modal__media video,
#pr_figure .movie-modal__media iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

#pr_figure .movie-modal__close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 54px;
  height: 54px;
  padding: 0;
  cursor: pointer;
}

#pr_figure .qa-placeholder {
  padding: 112px 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #pr_figure .qa-placeholder {
    padding: 92px 0;
  }
}

@media screen and (max-width: 767px) {
  #pr_figure .qa-placeholder {
    padding: 72px 0 84px;
  }
}

#pr_figure .qa-placeholder > .inner > p {
  margin: 0 0 44px;
  color: var(--color-gold-soft);
  font-family: var(--font-mincho);
  font-size: clamp(32px, 4vw, 50px);
  letter-spacing: 0.14em;
  text-align: center;
}

#pr_figure .qa-item {
  border-top: 1px solid rgba(214, 173, 91, 0.32);
}

#pr_figure .qa-item:last-of-type {
  border-bottom: 1px solid rgba(214, 173, 91, 0.24);
}

#pr_figure .qa-item .line {
  display: none;
}

#pr_figure .qa-content {
  margin: 0;
}

#pr_figure .qa-content dt {
  margin: 0;
}

#pr_figure .qa-content dd {
  margin: 0;
  overflow: hidden;
}

#pr_figure .qa-toggle {
  display: grid;
  grid-template-columns: 42px 1fr 24px;
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 26px 8px 26px 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  font-family: var(--font-gothic);
}

@media screen and (max-width: 767px) {
  #pr_figure .qa-toggle {
    grid-template-columns: 34px 1fr 18px;
    gap: 12px;
    padding: 22px 0;
  }
}

#pr_figure .qa-toggle::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid var(--color-gold-soft);
  border-bottom: 1px solid var(--color-gold-soft);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

#pr_figure .qa-item.is-open .qa-toggle::after {
  transform: rotate(225deg);
}

#pr_figure .qa-answer-panel {
  max-height: 0;
  transition: max-height 0.24s ease;
  padding: 7px 26px 7px 16px;
}

#pr_figure .qa-answer-panel .qa-row {
  padding: 0 0 30px;
}

#pr_figure .qa-row {
  grid-template-columns: 42px 1fr;
}

@media screen and (max-width: 767px) {
  #pr_figure .qa-row {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }
}

#pr_figure .qa-icon {
  color: var(--color-gold-soft);
  font-family: var(--font-mincho);
}

#pr_figure .qa-contact {
  margin-top: 58px;
  padding: 28px;
  border-color: #d6ad5b57;
  text-align: center;
}

#pr_figure a.btn.qa-contact-btn {
  width: min(100%, 420px);
  border-radius: 6px;
  border-color: #d6ad5b57;
  color: var(--color-white);
}

#pr_figure a.btn.qa-contact-btn:hover {
  border-color: #d6ad5b25;
}

#pr_figure .footer {
  background: #06255e;
  background: linear-gradient(
    270deg,
    rgba(6, 37, 94, 1) 0%,
    rgba(2, 10, 26, 1) 100%
  );
  padding: 40px 30px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #pr_figure .footer {
    padding: 48px 20px 84px;
  }
}

#pr_figure .footer .sponsor-logo-wrap {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: 52px;
}

#pr_figure .footer .sponsor-logo img {
  max-width: 168px;
  filter: brightness(0.98);
}

#pr_figure .footer-linklist {
  gap: 0;
}

#pr_figure .footer-link-item {
  margin: 8px 0 0;
  padding: 0 16px;
  border-right: 1px solid rgba(214, 173, 91, 0.24);
}

#pr_figure .footer-link-item:last-child {
  border-right: 0;
}

@media screen and (max-width: 767px) {
  #pr_figure .footer-link-item {
    padding: 0;
    border-right: 0;
  }
}

#pr_figure .footer-link-item a.link {
  color: rgba(255, 255, 255, 0.72);
}

#pr_figure a.btn.footer-btn {
  border-radius: 4px;
  border-color: #ffffff47;
  color: var(--color-white);
  width: auto;
  min-width: 230px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#pr_figure a.btn.footer-btn:hover {
  border-color: #fff;
}

#pr_figure .figure-detail {
  overflow: visible;
}

#pr_figure .figure-detail__layout {
  align-items: start;
}

@media screen and (min-width: 1025px) {
  #pr_figure .sticky-title {
    top: 32px;
    align-self: start;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #pr_figure .figure-detail__layout {
    grid-template-columns: 150px 1fr;
    gap: 36px;
  }

  #pr_figure .sticky-title {
    top: 24px;
    min-height: 360px;
  }

  #pr_figure .sticky-title__jp {
    font-size: 28px;
  }
}

#pr_figure .swipe-guide {
  z-index: 1003;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(214, 173, 91, 0.12),
      transparent 36%
    ),
    rgba(0, 0, 0, 0.52);
}

#pr_figure .swipe-guide__icon {
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.55));
}

#pr_figure .swipe-guide__text {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7);
}

/* =========================
  Modal / Sticky Refinement
========================= */
html.modal-active,
body.modal-active {
  overflow: hidden;
  scrollbar-gutter: stable;
}

body.modal-active {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}

#pr_figure .modal {
  align-items: center;
  justify-items: center;
}

#pr_figure .modal-inner {
  display: grid;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
}

@media screen and (max-width: 767px) {
  #pr_figure .modal-inner {
    align-items: center;
    padding: 66px 16px 34px;
  }
}

#pr_figure .modal-swiper {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  grid-template-areas:
    "prev stage next"
    ". page .";
  gap: 20px 18px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #pr_figure .modal-swiper {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "stage stage"
      "prev next"
      "page page";
    gap: 18px 12px;
  }
}

#pr_figure .swiper-wrapper {
  grid-area: stage;
  display: grid;
  align-items: center;
  justify-items: center;
}

#pr_figure .modal-slide {
  grid-area: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.32s ease,
    visibility 0.32s ease;
}

#pr_figure .modal-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  #pr_figure .modal-slide {
    transition: none;
  }
}

#pr_figure .modal-img {
  width: auto;
  max-width: 100%;
  max-height: min(78vh, 760px);
}

@media screen and (max-width: 767px) {
  #pr_figure .modal-img {
    max-height: 64dvh;
  }
}

#pr_figure .modal-nav-prev {
  grid-area: prev;
}

#pr_figure .modal-nav-next {
  grid-area: next;
}

#pr_figure .modal-nav-next,
#pr_figure .modal-nav-prev {
  position: static;
  display: grid;
  place-items: center;
  width: 58px;
  height: 112px;
  min-height: 0;
  padding: 0;
  justify-self: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #pr_figure .modal-nav-next,
  #pr_figure .modal-nav-prev {
    display: grid;
    width: 100%;
    height: 46px;
    border-top: 1px solid rgba(214, 173, 91, 0.28);
    border-bottom: 1px solid rgba(214, 173, 91, 0.22);
    background: rgba(2, 4, 10, 0.52);
  }
}

#pr_figure .modal-nav-next::before,
#pr_figure .modal-nav-prev::before {
  content: "";
  width: 22px;
  height: 22px;
  border-style: solid;
  border-color: var(--color-gold-soft);
}

#pr_figure .modal-nav-prev::before {
  border-width: 1px 0 0 1px;
  transform: rotate(-45deg);
}

#pr_figure .modal-nav-next::before {
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

#pr_figure .modal-pagination {
  grid-area: page;
  position: static;
  align-self: start;
}

#pr_figure .close,
#pr_figure .movie-modal__close {
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 173, 91, 0.42);
  background: rgba(2, 4, 10, 0.58);
  cursor: pointer;
}

#pr_figure .close-bar,
#pr_figure .movie-modal__close .close-bar {
  grid-area: 1 / 1;
  width: 28px;
  height: 1px;
  margin: 0;
  background: var(--color-gold-soft);
}

#pr_figure .close-bar:nth-child(1),
#pr_figure .movie-modal__close .close-bar:nth-child(1) {
  transform: rotate(45deg);
}

#pr_figure .close-bar:nth-child(2),
#pr_figure .movie-modal__close .close-bar:nth-child(2) {
  transform: rotate(-45deg);
}

#pr_figure .figure-detail__layout {
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
}

#pr_figure .figure-detail--reverse .figure-detail__layout {
  grid-template-columns: minmax(0, 1fr) minmax(120px, 180px);
}

#pr_figure .sticky-rail {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  height: var(--sticky-rail-height, 100%);
  min-height: 520px;
}

#pr_figure .figure-detail--reverse .sticky-rail {
  grid-column: 2;
}

#pr_figure .figure-detail--reverse .detail-stack {
  grid-column: 1;
  grid-row: 1;
}

#pr_figure .sticky-title {
  top: 32px;
  height: min(58vh, 520px);
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#pr_figure .sticky-stop-point {
  width: 100%;
  height: 1px;
  pointer-events: none;
  margin-bottom: -1px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #pr_figure .figure-detail__layout,
  #pr_figure .figure-detail--reverse .figure-detail__layout {
    grid-template-columns: minmax(96px, 132px) minmax(0, 1fr);
  }

  #pr_figure .figure-detail--reverse .figure-detail__layout {
    grid-template-columns: minmax(0, 1fr) minmax(96px, 132px);
  }
}

@media screen and (max-width: 767px) {
  #pr_figure .figure-detail__layout,
  #pr_figure .figure-detail--reverse .figure-detail__layout {
    grid-template-columns: 1fr;
  }

  #pr_figure .sticky-rail,
  #pr_figure .figure-detail--reverse .sticky-rail,
  #pr_figure .figure-detail--reverse .detail-stack {
    grid-column: 1;
    grid-row: auto;
    height: auto;
    min-height: 0;
  }

  #pr_figure .sticky-title {
    top: 12px;
    height: auto;
    min-height: auto;
  }
}

#pr_figure .modal-slide.is-leaving {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}

#pr_figure .page {
  overflow: visible;
}

#pr_figure .figure-detail,
#pr_figure .figure-detail__layout,
#pr_figure .sticky-rail {
  overflow: visible;
}

html.modal-active,
body.modal-active {
  overflow: visible;
}

/* =========================
  Mobile Sticky / Overflow Fix
========================= */
#pr_figure {
  max-width: 100%;
  overflow-x: clip;
}

#pr_figure .hero,
#pr_figure .marquee {
  overflow: hidden;
  max-width: 100%;
}

#pr_figure .marquee__track {
  width: max-content;
}

#pr_figure .modal {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

#pr_figure .modal-inner {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #pr_figure .figure-detail__layout,
  #pr_figure .figure-detail--reverse .figure-detail__layout {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }

  #pr_figure .figure-detail--reverse .figure-detail__layout {
    grid-template-columns: minmax(0, 1fr) 42px;
  }

  #pr_figure .sticky-rail,
  #pr_figure .figure-detail--reverse .sticky-rail {
    grid-row: 1;
    align-self: start;
    height: var(--sticky-rail-height, 100%);
    min-height: 420px;
  }

  #pr_figure .sticky-rail {
    grid-column: 1;
  }

  #pr_figure .figure-detail--reverse .sticky-rail {
    grid-column: 2;
  }

  #pr_figure .detail-stack {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  #pr_figure .figure-detail--reverse .detail-stack {
    grid-column: 1;
    grid-row: 1;
  }

  #pr_figure .sticky-title {
    position: sticky;
    top: 12px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: min(54vh, 420px);
    min-height: 280px;
    padding: 14px 0;
    border: 1px solid rgba(214, 173, 91, 0.42);
    background: rgba(2, 4, 10, 0.72);
  }

  #pr_figure .sticky-title__en {
    display: none;
  }

  #pr_figure .sticky-title__jp {
    margin: 0;
    writing-mode: vertical-rl;
    font-size: 20px;
    letter-spacing: 0.16em;
  }
}

/* =========================
  Image Interaction Guard
========================= */
#pr_figure img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
}

#pr_figure .modal-img,
#pr_figure .item-img,
#pr_figure .modal-thm-item,
#pr_figure .modal-swiper {
  -webkit-touch-callout: none;
  user-select: none;
}

#pr_figure .modal-img,
#pr_figure .modal-swiper {
  touch-action: pan-y;
}

#pr_figure .qa-placeholder {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 118px) 0 clamp(84px, 10vw, 132px);
  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 .qa-placeholder::before,
#pr_figure .qa-placeholder::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

#pr_figure .qa-placeholder > .inner {
  position: relative;
  z-index: 1;
}

#pr_figure .qa-placeholder > .inner > p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 clamp(34px, 5vw, 54px);
  color: var(--color-gold-soft);
  font-family: var(--font-mincho);
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: 0.16em;
  text-align: center;
}

#pr_figure .qa-placeholder > .inner > p::before,
#pr_figure .qa-placeholder > .inner > p::after {
  content: "";
  width: clamp(38px, 8vw, 88px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 173, 91, 0.65));
}

#pr_figure .qa-placeholder > .inner > p::after {
  background: linear-gradient(90deg, rgba(214, 173, 91, 0.65), transparent);
}

#pr_figure .qa-item {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  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 .qa-item:first-of-type {
  margin-top: 0;
}

#pr_figure .qa-item:last-of-type {
  border-bottom: 1px solid rgba(214, 173, 91, 0.24);
}

#pr_figure .qa-item::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(90deg, rgba(214, 173, 91, 0.09), transparent 48%);
  transition: opacity 0.24s ease;
  pointer-events: none;
}

#pr_figure .qa-item.is-open::before {
  opacity: 1;
}

#pr_figure .qa-item .line {
  display: none;
}

#pr_figure .qa-content,
#pr_figure .qa-content dt,
#pr_figure .qa-content dd {
  margin: 0;
}

#pr_figure .qa-content dd {
  overflow: hidden;
}

#pr_figure .qa-toggle {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr 22px;
  gap: 18px;
  align-items: center;
  width: 100%;
  min-height: 86px;
  padding: 22px 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  font-family: var(--font-gothic);
}

#pr_figure .qa-toggle::after {
  content: "";
  width: 11px;
  height: 11px;
  justify-self: center;
  border-right: 1px solid var(--color-gold-soft);
  border-bottom: 1px solid var(--color-gold-soft);
  transform: translateY(-3px) rotate(45deg);
  transition: transform 0.22s ease;
}

#pr_figure .qa-item.is-open .qa-toggle::after {
  transform: translateY(3px) rotate(225deg);
}

#pr_figure .qa-answer-panel {
  max-height: 0;
  padding: 0;
  transition: max-height 0.26s ease;
}

#pr_figure .qa-answer-panel .qa-row {
  padding: 0 24px 28px;
}

#pr_figure .qa-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
}

#pr_figure .qa-icon {
  position: relative;
  isolation: isolate;
  width: 44px;
  height: 44px;
  margin: 0;
  display: grid;
  place-items: center;
  color: var(--color-gold-soft);
  font-family: var(--font-mincho);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

#pr_figure .qa-icon::before {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: -1;
  border: 1px solid rgba(214, 173, 91, 0.68);
  background: rgba(214, 173, 91, 0.055);
  transform: rotate(45deg);
}

#pr_figure .qa-icon--q {
  color: #ffffff;
}

#pr_figure .qa-icon--q::before {
  border-color: rgba(90, 169, 214, 0.62);
  background: rgba(0, 95, 134, 0.32);
}

#pr_figure .qa-icon--a {
  color: var(--color-gold-soft);
}

#pr_figure .qa-icon--a::before {
  border-color: rgba(214, 173, 91, 0.78);
  background: rgba(214, 173, 91, 0.08);
}

#pr_figure p.text.qa-question {
  margin: 0;
  color: rgba(255, 255, 255);
  line-height: 1.75;
  font-size: 18px;
}

#pr_figure p.text.qa-answer {
  margin: 2px 0 0;
  color: rgb(243 223 184);
  line-height: 2;
  font-size: 18px;
}

#pr_figure .qa-contact {
  margin-top: 42px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(214, 173, 91, 0.28);
  background: rgba(255, 255, 255, 0.035);
  text-align: center;
}

#pr_figure .qa-contact + .qa-contact {
  margin-top: 18px;
}

#pr_figure .qa-contact-text {
  margin: 0;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.04em;
}

#pr_figure a.btn.qa-contact-btn {
  width: min(100%, 440px);
  border: 1px solid rgba(214, 173, 91, 0.5);
  border-radius: 999px;
  background: rgba(214, 173, 91, 0.08);
  color: var(--color-white);
  text-decoration: none;
}

#pr_figure a.btn.qa-contact-btn:hover {
  border-color: rgba(214, 173, 91, 0.76);
  background: rgba(214, 173, 91, 0.14);
}

#pr_figure .qa-tel {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

#pr_figure .qa-tel .number {
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  #pr_figure .qa-placeholder {
    padding: 68px 0 82px;
  }

  #pr_figure .qa-placeholder::after {
    top: 34px;
    right: -26px;
    width: 76px;
    height: 76px;
  }

  #pr_figure .qa-placeholder > .inner > p {
    margin-bottom: 30px;
    font-size: 34px;
  }

  #pr_figure .qa-placeholder > .inner > p::before,
  #pr_figure .qa-placeholder > .inner > p::after {
    width: 44px;
  }

  #pr_figure .qa-item {
    margin-top: 10px;
  }

  #pr_figure .qa-toggle {
    grid-template-columns: 40px 1fr 18px;
    gap: 12px;
    min-height: 74px;
    padding: 18px 14px;
  }

  #pr_figure .qa-answer-panel .qa-row {
    padding: 0 14px 24px;
  }

  #pr_figure .qa-row {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  #pr_figure .qa-icon {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  #pr_figure .qa-icon::before {
    inset: 5px;
  }

  #pr_figure .qa-question {
    line-height: 1.75;
  }

  #pr_figure .qa-answer {
    line-height: 1.9;
  }

  #pr_figure .qa-contact {
    margin-top: 34px;
    text-align: left;
  }

  #pr_figure .qa-contact + .qa-contact {
    margin-top: 14px;
  }

  #pr_figure a.btn.qa-contact-btn {
    width: 100%;
  }

  #pr_figure .qa-tel .number {
    display: block;
    margin-top: 4px;
  }
}

.spec-tables {
  display: grid;
  gap: 32px;
  max-width: 720px;
  margin: 40px auto;
  padding: 0 20px;
}

.spec-table-wrap {
  position: relative;
  overflow: hidden;
  max-height: 128px;
  transition: max-height 0.6s ease;
}

.spec-table-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 72%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.7;
  background: #fff;
}

.spec-table tr {
  position: relative;
}

.spec-table th {
  width: 32%;
  text-align: left;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
}

.spec-table th::before {
  content: "◇";
  color: #001f4d;
  margin-right: 0.45em;
}

.spec-table td {
  width: 68%;
  color: #333;
}

@media screen and (max-width: 767px) {
  .spec-table th,
  .spec-table td {
    padding: 13px 10px;
    font-size: 14px;
  }

  .spec-table th {
    width: 36%;
  }

  .spec-table td {
    width: 64%;
  }
}

.spec-more-btn {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 2;
  transform: translateX(-50%);
  padding: 10px 28px;
  border: 1px solid #001f4d;
  border-radius: 999px;
  background: #001f4d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.spec-tables.is-open .spec-table-wrap {
  max-height: 600px;
}

.spec-tables.is-open .spec-table-wrap::after {
  opacity: 0;
}

.spec-tables.is-open .spec-more-btn {
  display: none;
}

.brand-section {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 12vw, 180px) 20px;
  color: #000;
  /*background-image: url("../img/bg01.jpg");
  background-position: center;
  background-size: cover;*/
}

@media screen and (max-width: 767px) {
  .brand-section {
    padding: 72px 16px 88px;
  }
}

.brand-section__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.brand-section__panel {
  position: relative;
  padding: clamp(44px, 6vw, 60px) clamp(24px, 5vw, 72px);
  border: 1px solid rgba(184, 145, 70, 0.95);
  /*background: rgba(255, 255, 255, 0.72);*/
  background-image: url("../img/bg01.jpg");
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .brand-section__panel {
    padding: 38px 18px 46px;
  }
}

.brand-section__en {
  margin: 0 0 22px;
  color: rgba(184, 145, 70, 0.95);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(38px, 7vw, 92px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .brand-section__en {
    margin-bottom: 12px;
    font-size: 38px;
  }
}

.brand-section__heading {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 38px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .brand-section__heading {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: 0.05em;
  }
}

.brand-section__diamond {
  position: relative;
  width: min(100%, 820px);
  aspect-ratio: 1.55 / 1;
  margin: clamp(48px, 6vw, 80px) auto clamp(30px, 4vw, 50px);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .brand-section__diamond {
    width: min(100%, 720px);
    margin-top: 60px;
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .brand-section__diamond {
    width: 100%;
    aspect-ratio: 1.05 / 1;
    margin: 42px auto 46px;
  }
}

.brand-section__diamond-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.brand-section__diamond-line polygon {
  fill: none;
  stroke: rgba(184, 145, 70, 0.95);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.brand-section__logo-box {
  position: absolute;
  display: grid;
  place-items: center;
  width: clamp(190px, 21vw, 280px);
  min-height: clamp(96px, 9vw, 126px);
  padding: 22px 26px;
  border: 1px solid rgba(184, 145, 70, 0.95);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
}

.brand-section__logo-box--second {
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.brand-section__logo-box--first {
  top: 50%;
  left: 74%;
  transform: translate(-50%, -50%);
}

.brand-section__logo-box--third {
  top: 50%;
  left: 24%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .brand-section__logo-box {
    width: clamp(170px, 22vw, 220px);
    min-height: 100px;
    padding: 20px 22px;
  }
  .brand-section__logo {
    max-height: 64px;
  }

  .brand-section__logo-box--first {
    left: 86%;
  }

  .brand-section__logo-box--third {
    left: 14%;
  }
}

@media screen and (max-width: 767px) {
  .brand-section__logo-box {
    width: clamp(108px, 31vw, 138px);
    min-height: 68px;
    padding: 12px 14px;
  }

  .brand-section__logo {
    max-height: 46px;
  }

  .brand-section__logo-box--second {
    top: 10%;
  }

  .brand-section__logo-box--first {
    top: 52%;
    left: 84%;
  }

  .brand-section__logo-box--third {
    top: 52%;
    left: 16%;
  }
}

.brand-section__logo {
  display: block;
  width: 100%;
  max-height: 76px;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .brand-section__logo {
    max-height: 38px;
  }
}
.brand-section__brand-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 2.6vw, 34px);
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .brand-section__brand-list {
    gap: 18px;
  }
}

@media screen and (max-width: 767px) {
  .brand-section__brand-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.brand-section__brand-item {
  position: relative;
  padding: clamp(24px, 3vw, 36px) clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(184, 145, 70, 0.42);
  background: rgba(255, 255, 255, 0.48);
  text-align: left;
}

.brand-section__brand-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(184, 145, 70, 0.82);
}

.brand-section__brand-head {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(184, 145, 70, 0.34);
}

.brand-section__brand-number {
  display: block;
  margin-bottom: 12px;
  color: rgba(184, 145, 70, 0.9);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
}

.brand-section__brand-name {
  margin: 0;
  color: #000;
  font-weight: 700;
  line-height: 1.25;
}
.brand-section__brand-main {
  display: block;
  white-space: nowrap;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: 0.04em;
}

.brand-section__brand-sub {
  display: block;
  margin-top: 10px;
  color: rgba(184, 145, 70, 0.95);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(11px, 0.9vw, 14px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.brand-section__brand-text {
  margin: 0;
  color: #1c1c1c;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .brand-section__brand-item {
    padding: 24px 18px;
  }

  .brand-section__brand-name {
    letter-spacing: 0.04em;
  }

  .brand-section__brand-name span {
    letter-spacing: 0.1em;
  }

  .brand-section__brand-text {
    line-height: 1.8;
  }

  .brand-section__brand-text br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .brand-section__brand-item {
    padding: 24px 20px;
  }

  .brand-section__brand-head {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .brand-section__brand-number {
    margin-bottom: 10px;
  }

  .brand-section__brand-name {
    font-size: 21px;
  }

  .brand-section__brand-name span {
    margin-top: 8px;
  }

  .brand-section__brand-text {
    font-size: 14px;
    line-height: 1.85;
  }

  .brand-section__brand-text br {
    display: none;
  }
}
.brand-section__lead {
  max-width: 860px;
  margin: clamp(44px, 5vw, 72px) auto 0;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .brand-section__lead {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.04em;
    text-align: left;
  }

  .brand-section__lead br {
    display: none;
  }
}

/*.lineup-section {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 12vw, 180px) 20px 0;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lineup-section {
    padding-top: 108px;
  }
}

@media screen and (max-width: 767px) {
  .lineup-section {
    padding: 88px 20px 0;
  }
}

.lineup-section__bg-text {
  position: absolute;
  z-index: 0;
  top: clamp(-10px, -1vw, 0px);
  left: clamp(8px, 4vw, 72px);
  margin: 0;
  color: rgba(255, 255, 255, 0.05);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(96px, 18vw, 300px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.08em;
  pointer-events: none;
  user-select: none;
}

@media screen and (max-width: 767px) {
  .lineup-section__bg-text {
    top: 4px;
    left: 8px;
    font-size: 108px;
  }
}

.lineup-section__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.lineup-section__hero {
  width: min(100%, 1000px);
  aspect-ratio: 1000 / 460;
  margin: 0 auto;
}

.lineup-section__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lineup-section__hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  .lineup-section__hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.lineup-section__heading-wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1000px);
  margin: -55px auto 0;
  padding: 0 clamp(20px, 4vw, 58px);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lineup-section__heading-wrap {
    width: 100%;
    margin-top: -55px;
    padding: 0 42px;
  }
}

@media screen and (max-width: 767px) {
  .lineup-section__heading-wrap {
    width: 100%;
    margin-top: -32px;
    padding: 0;
  }
}

.lineup-section__heading {
  margin: 0;
  color: #dbbd6d;
  font-size: clamp(34px, 5vw, 76px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.06em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.36);
}

@media screen and (max-width: 767px) {
  .lineup-section__heading {
    font-size: clamp(30px, 9vw, 46px);
    line-height: 1.2;
  }
}

.lineup-section__lead {
  width: min(100%, 1000px);
  margin: clamp(42px, 5vw, 74px) auto 0;
  padding: 0 clamp(20px, 4vw, 58px);
}

.lineup-section__lead p {
  margin: 0;
  font-size: clamp(15px, 1.45vw, 20px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lineup-section__lead {
    padding: 0 42px;
  }
}

@media screen and (max-width: 767px) {
  .lineup-section__lead {
    margin-top: 38px;
    padding: 0;
  }

  .lineup-section__lead p {
    font-size: 14px;
    line-height: 1.95;
    letter-spacing: 0.04em;
  }
}

.lineup-variants {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 54px);
  width: min(100%, 1120px);
  margin: clamp(74px, 10vw, 144px) auto 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lineup-variants {
    gap: 28px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .lineup-variants {
    display: block;
    width: 100vw;
    margin: 70px 0 0 calc(50% - 50vw);
  }
}

.lineup-variant {
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .lineup-variant {
    position: relative;
    width: calc(100% - 42px);
  }

  .lineup-variant + .lineup-variant {
    margin-top: 68px;
  }
}

.lineup-variant__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(219, 189, 109, 0.5);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lineup-variant__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }
}

@media screen and (max-width: 767px) {
  .lineup-variant__header {
    display: block;
    margin-bottom: 14px;
    padding: 0 0 12px;
  }
}

.lineup-variant__title {
  margin: 0;
  color: #dbbd6d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .lineup-variant__title {
    font-size: 27px;
  }
}

.lineup-variant__subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(11px, 1vw, 14px);
  line-height: 1;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .lineup-variant__subtitle {
    position: absolute;
    top: 48px;
    font-size: 11px;
    line-height: 1;
    writing-mode: vertical-rl;
    letter-spacing: 0.13em;
    white-space: normal;
  }
}

.lineup-variant__image-wrap {
  overflow: hidden;
  background: #1a1a1a;
}

.lineup-variant__image {
  display: block;
  width: 100%;
  height: auto;
}

.lineup-gallery {
  width: 100vw;
  margin: clamp(90px, 12vw, 180px) 0 0 calc(50% - 50vw);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lineup-gallery {
    margin-top: 88px;
  }
}

.lineup-gallery__row {
  width: 100%;
  overflow: hidden;
}

.lineup-gallery__row + .lineup-gallery__row {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .lineup-gallery__row + .lineup-gallery__row {
    margin-top: 9px;
  }
}

.lineup-gallery__track {
  display: flex;
  width: max-content;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .lineup-gallery__track {
    animation: none !important;
  }
}

.lineup-gallery__group {
  display: flex;
  gap: 14px;
  flex: 0 0 auto;
  padding-right: 14px;
}

.lineup-gallery__group img {
  display: block;
  width: auto;
  height: clamp(145px, 23vw, 380px);
  max-width: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lineup-gallery__group img {
    width: auto;
    height: 198px;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .lineup-gallery__group {
    gap: 9px;
    padding-right: 9px;
  }

  .lineup-gallery__group img {
    width: auto;
    height: 126px;
    max-width: none;
  }
}

.lineup-gallery__row--left .lineup-gallery__track {
  animation: lineup-marquee-left 42s linear infinite;
}

@media screen and (max-width: 767px) {
  .lineup-gallery__row--left .lineup-gallery__track {
    animation-duration: 32s;
  }
}

.lineup-gallery__row--right .lineup-gallery__track {
  animation: lineup-marquee-right 48s linear infinite;
}

@media screen and (max-width: 767px) {
  .lineup-gallery__row--right .lineup-gallery__track {
    animation-duration: 37s;
  }
}

@keyframes lineup-marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes lineup-marquee-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .lineup-variant--standard {
    margin-left: auto;
  }

  .lineup-variant--deluxe {
    margin-right: auto;
  }

  .lineup-variant--standard .lineup-variant__subtitle {
    left: -30px;
  }

  .lineup-variant--deluxe .lineup-variant__subtitle {
    right: -30px;
  }
}*/
.action-figure-section {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 12vw, 180px) 20px 0;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .action-figure-section {
    padding-top: 108px;
  }
}

@media screen and (max-width: 767px) {
  .action-figure-section {
    padding: 88px 20px 0;
  }
}

.action-figure-section__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

/* 英語見出し */
.action-figure-section__en {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  margin: 0 auto -0.3em;
  color: #dbbd6d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(130px, 8vw, 154px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.06em;
  text-align: center;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.42);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .action-figure-section__en {
    margin-bottom: -0.3em;
    font-size: clamp(54px, 19vw, 500px);
  }
}

@media screen and (max-width: 767px) {
  .action-figure-section__en {
    width: 100%;
    margin-bottom: -0.3em;
    font-size: clamp(36px, 21vw, 500px);
    letter-spacing: 0.04em;
  }
}

.action-figure-slideshow {
  position: relative;
  width: min(100%, 760px);
  aspect-ratio: 4 / 5;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(219, 189, 109, 0.55);
  background: #111;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .action-figure-slideshow {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-right: none;
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  .action-figure-slideshow {
    width: 100vw;
    aspect-ratio: 3 / 4;
    margin-left: calc(50% - 50vw);
    border-right: none;
    border-left: none;
  }
}

.action-figure-slideshow__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.action-figure-slideshow__item.is-active {
  opacity: 1;
  z-index: 1;
}

.action-figure-slideshow__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* テキストエリア */
.action-figure-section__text {
  width: min(100%, 920px);
  margin: clamp(52px, 6vw, 86px) auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .action-figure-section__text {
    margin-top: 44px;
    text-align: left;
  }
}

.action-figure-section__heading {
  margin: 0;
  color: #dbbd6d;
  font-size: clamp(34px, 5vw, 76px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .action-figure-section__heading {
    font-size: clamp(30px, 9vw, 46px);
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
}

.action-figure-section__lead {
  margin: clamp(28px, 3.4vw, 46px) 0 0;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .action-figure-section__lead {
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  .action-figure-section__lead br {
    display: none;
  }
}

.action-figure-section__sublead {
  max-width: 860px;
  margin: clamp(34px, 4vw, 58px) auto 0;
  padding-top: clamp(30px, 3.5vw, 48px);
  border-top: 1px solid rgba(219, 189, 109, 0.42);
}

.action-figure-section__sublead p {
  margin: 0;
  font-size: clamp(14px, 1.25vw, 17px);
  font-weight: 400;
  line-height: 2.05;
  letter-spacing: 0.055em;
}

@media screen and (max-width: 767px) {
  .action-figure-section__sublead {
    margin-top: 32px;
    padding-top: 28px;
  }

  .action-figure-section__sublead p {
    font-size: 14px;
    line-height: 1.95;
    letter-spacing: 0.04em;
  }

  .action-figure-section__sublead br {
    display: none;
  }
}

/* フォトギャラリー */
.action-gallery {
  width: 100vw;
  margin: clamp(96px, 12vw, 190px) 0 0 calc(50% - 50vw);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .action-gallery {
    margin-top: 88px;
  }
}

.action-gallery__row {
  width: 100%;
  overflow: hidden;
}

.action-gallery__row + .action-gallery__row {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .action-gallery__row + .action-gallery__row {
    margin-top: 9px;
  }
}
.action-gallery__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.action-gallery__group {
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
  padding-right: 14px;
}

.action-gallery__group img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: clamp(145px, 23vw, 380px);
  max-width: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .action-gallery__group img {
    height: 198px;
  }
}

@media screen and (max-width: 767px) {
  .action-gallery__group {
    gap: 9px;
    padding-right: 9px;
  }

  .action-gallery__group img {
    height: 226px;
  }
}

.action-gallery__row--left .action-gallery__track {
  animation: action-gallery-marquee-left 50s linear infinite;
}

.action-gallery__row--right .action-gallery__track {
  animation: action-gallery-marquee-right 52s linear infinite;
}

@media screen and (max-width: 767px) {
  .action-gallery__row--left .action-gallery__track {
    animation-duration: 38s;
  }

  .action-gallery__row--right .action-gallery__track {
    animation-duration: 40s;
  }
}

/*
@media (prefers-reduced-motion: reduce) {
  .action-gallery__track {
    animation: none !important;
  }
}
*/
@keyframes action-gallery-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes action-gallery-marquee-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.spec-table-wrap {
  position: relative;
  overflow: hidden;
  max-height: 188px;
  background: #000;
  transition: max-height 0.6s ease;
}

.spec-table-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 112px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 80%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #000;
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}

/*.spec-table tr {
  position: relative;
}

.spec-table tr::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 1px;
  background: #c9a646;
}*/

.spec-table th,
.spec-table td {
  padding: 14px 0;
  vertical-align: top;
}

.spec-table th {
  color: #fff;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.spec-table th::before {
  content: "◇";
  margin-right: 0.45em;
  color: #c9a646;
}

.spec-table td {
  color: #fff;
  padding-left: 12px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .spec-table th,
  .spec-table td {
    padding: 14px 12px;
  }
}

@media screen and (max-width: 767px) {
  .spec-table {
    font-size: 14px;
  }

  .spec-table th,
  .spec-table td {
    padding: 13px 10px;
  }
}

#pr_figure button.spec-more-btn {
  position: absolute;
  bottom: 14px;
  left: 50%;
  z-index: 2;
  width: 100%;
  transform: translateX(-50%);
  padding: 10px 28px;
  border: 1px solid #c9a646;
  background: #000;
  color: #c9a646;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.spec-more-btn:hover {
  background: #c9a646;
  color: #000;
}

.spec-table-wrap.is-open {
  max-height: 1000px;
}

.spec-table-wrap.is-open::after {
  opacity: 0;
}

.spec-table-wrap.is-open .spec-more-btn {
  display: none;
}

#final-offer {
  background-image: url("../img/bg01.jpg");
  color: #111;
}

/* =========================================================
   Final MV
   このブロックだけで最終FVの画像演出を制御する
========================================================= */

/* Final container */
.mv__final-layout {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 1;
  pointer-events: none;
  background: #000;
  transition: none;
}

.mv__final-layout.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* 5-image visual area: PC 80%, tablet 60%, SP 80% */
.mv__final-visual {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 70%;
  overflow: hidden;
  background: #000;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__final-visual {
    height: 70%;
  }
}

@media screen and (max-width: 767px) {
  .mv__final-visual {
    display: grid;
    grid-template-rows: repeat(5, minmax(0, 1fr));
    height: 70%;
  }
}

/* PC / tablet panels. Right-hand panels sit in front. */
.mv__final-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #111;
  opacity: 1;
  will-change: clip-path;
}

.mv__final-panel img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center center;
}

.mv__final-panel.mv__final-panel--01 img {
  object-position: -150px;
}
.mv__final-panel.mv__final-panel--02 img {
  object-position: left 20%;
}
.mv__final-panel.mv__final-panel--03 img {
  object-position: center center;
}
.mv__final-panel.mv__final-panel--04 img {
  object-position: 79% top;
}
.mv__final-panel.mv__final-panel--05 img {
  object-position: 113%;
}
@media screen and (max-width: 767px) {
  .mv__final-panel img {
    object-fit: cover;
    object-position: center center;
  }

  .mv__final-panel.mv__final-panel--01 img {
    object-position: center -69px;
  }
  .mv__final-panel.mv__final-panel--02 img {
    object-position: center -69px;
  }
  .mv__final-panel.mv__final-panel--03 img {
    object-position: center -69px;
  }
  .mv__final-panel.mv__final-panel--04 img {
    object-position: center 12%;
  }
  .mv__final-panel.mv__final-panel--05 img {
    object-position: center 29%;
  }
}
@media screen and (max-width: 767px) {
  .mv__final-panel {
    position: relative;
    inset: auto;
    z-index: auto;
    min-height: 0;
    clip-path: inset(0 0 0 100%);
    will-change: clip-path;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv__final-panel {
    clip-path: none;
  }
}

/* Final silhouettes. Initial state is a collapsed slit at the right edge. */
.mv__final-panel--01 {
  z-index: 1;
  clip-path: polygon(20% 0, 20% 0, 16% 100%, 16% 100%);
}

.mv__final-panel--02 {
  z-index: 2;
  clip-path: polygon(40% 0, 40% 0, 36% 100%, 36% 100%);
}

.mv__final-panel--03 {
  z-index: 3;
  clip-path: polygon(60% 0, 60% 0, 56% 100%, 56% 100%);
}

.mv__final-panel--04 {
  z-index: 4;
  clip-path: polygon(80% 0, 80% 0, 76% 100%, 76% 100%);
}

.mv__final-panel--05 {
  z-index: 5;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

/* Each panel opens from its fixed right edge toward the left. */
.mv__final-layout.is-visible .mv__final-panel--01 {
  animation: mv-final-reveal-01 620ms cubic-bezier(0.16, 1, 0.3, 1) 0ms both;
}

.mv__final-layout.is-visible .mv__final-panel--02 {
  animation: mv-final-reveal-02 620ms cubic-bezier(0.16, 1, 0.3, 1) 110ms both;
}

.mv__final-layout.is-visible .mv__final-panel--03 {
  animation: mv-final-reveal-03 620ms cubic-bezier(0.16, 1, 0.3, 1) 220ms both;
}

.mv__final-layout.is-visible .mv__final-panel--04 {
  animation: mv-final-reveal-04 620ms cubic-bezier(0.16, 1, 0.3, 1) 330ms both;
}

.mv__final-layout.is-visible .mv__final-panel--05 {
  animation: mv-final-reveal-05 620ms cubic-bezier(0.16, 1, 0.3, 1) 440ms both;
}

@media screen and (max-width: 767px) {
  .mv__final-layout.is-visible .mv__final-panel--01 {
    animation: mv-final-row-reveal 460ms cubic-bezier(0.16, 1, 0.3, 1) 0ms both;
  }

  .mv__final-layout.is-visible .mv__final-panel--02 {
    animation: mv-final-row-reveal 460ms cubic-bezier(0.16, 1, 0.3, 1) 90ms both;
  }

  .mv__final-layout.is-visible .mv__final-panel--03 {
    animation: mv-final-row-reveal 460ms cubic-bezier(0.16, 1, 0.3, 1) 180ms
      both;
  }

  .mv__final-layout.is-visible .mv__final-panel--04 {
    animation: mv-final-row-reveal 460ms cubic-bezier(0.16, 1, 0.3, 1) 270ms
      both;
  }

  .mv__final-layout.is-visible .mv__final-panel--05 {
    animation: mv-final-row-reveal 460ms cubic-bezier(0.16, 1, 0.3, 1) 360ms
      both;
  }

  @keyframes mv-final-row-reveal {
    to {
      clip-path: inset(0 0 0 0);
    }
  }
}

@keyframes mv-final-reveal-01 {
  to {
    clip-path: polygon(0 0, 20% 0, 16% 100%, 0 100%);
  }
}

@keyframes mv-final-reveal-02 {
  to {
    clip-path: polygon(20% 0, 40% 0, 36% 100%, 16% 100%);
  }
}

@keyframes mv-final-reveal-03 {
  to {
    clip-path: polygon(40% 0, 60% 0, 56% 100%, 36% 100%);
  }
}

@keyframes mv-final-reveal-04 {
  to {
    clip-path: polygon(60% 0, 80% 0, 76% 100%, 56% 100%);
  }
}

@keyframes mv-final-reveal-05 {
  to {
    clip-path: polygon(80% 0, 100% 0, 100% 100%, 76% 100%);
  }
}

/* Fixed gold separators. These are never animated. */
.mv__final-lines {
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mv__final-lines--pc {
  display: block;
}

.mv__final-lines--pc line {
  stroke: #dbbd6d;
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 4px rgba(219, 189, 109, 0.58));
}

@media screen and (max-width: 767px) {
  .mv__final-lines--pc {
    display: none;
  }
}

.mv__final-lines--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .mv__final-lines--sp {
    display: block;
  }

  .mv__final-lines--sp span {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    background: #dbbd6d;
    box-shadow: 0 0 4px rgba(219, 189, 109, 0.58);
  }

  .mv__final-lines--sp span:nth-child(1) {
    top: 20%;
  }

  .mv__final-lines--sp span:nth-child(2) {
    top: 40%;
  }

  .mv__final-lines--sp span:nth-child(3) {
    top: 60%;
  }

  .mv__final-lines--sp span:nth-child(4) {
    top: 80%;
  }
}

/* Readability overlay */
.mv__final-overlay {
  position: absolute;
  z-index: 12;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 48%;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.48) 42%,
    rgba(0, 0, 0, 0.96) 100%
  );
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__final-overlay {
    height: 70%;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.66) 34%,
      rgba(0, 0, 0, 0.97) 100%
    );
  }
}

@media screen and (max-width: 767px) {
  .mv__final-overlay {
    height: 68%;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.58) 40%,
      rgba(0, 0, 0, 0.97) 100%
    );
  }
}

/* Final content */
/* =========================
   Final MV content
   中央コピー＋下部インフォバー
========================= */

.mv__content {
  position: absolute;
  z-index: 20;
  inset: 0;
  display: block;
  color: #fff;
  text-align: center;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .mv__content {
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__content {
  }
}

.mv__final-layout.is-visible .mv__content {
  pointer-events: auto;
}

/* =========================
   Message area
========================= */

/* =========================
   Center message
========================= */

.mv__message {
  position: absolute;
  bottom: clamp(132px, 13vh, 190px);
  display: grid;
  justify-items: center;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mv__message {
    bottom: clamp(168px, 24vh, 210px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__message {
    right: 32px;
    bottom: clamp(152px, 12vh, 210px);
    left: 32px;
  }
}

.mv__heading {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5.8vw, 88px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.08em;
  text-shadow:
    0 4px 18px rgba(0, 0, 0, 0.62),
    0 0 28px rgba(0, 0, 0, 0.42);
}

@media screen and (max-width: 767px) {
  .mv__heading {
    font-size: clamp(28px, 8.2vw, 42px);
    line-height: 1.16;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__heading {
    font-size: clamp(40px, 5.8vw, 62px);
    letter-spacing: 0.06em;
  }
}

.mv__product-name {
  position: relative;
  margin: clamp(16px, 1.8vw, 22px) 0 0;
  padding-top: clamp(14px, 1.5vw, 18px);
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 2.7vw, 40px);
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.06em;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.54);
}

.mv__product-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100%, 520px);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(219, 189, 109, 0.86) 50%,
    transparent 100%
  );
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .mv__product-name {
    margin-top: 12px;
    padding-top: 11px;
    font-size: clamp(14px, 4.2vw, 20px);
    line-height: 1.45;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__product-name {
    width: min(100%, 560px);
    font-size: clamp(18px, 2.8vw, 28px);
  }
}

/* =========================
   Purchase bar
   背景色を変えて情報エリアとして分離
========================= */
/* =========================
   Purchase bar
   MV最下部・横幅いっぱい
========================= */

.mv__purchase-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 96px;
  padding: 24px clamp(24px, 5vw, 72px);
  border-top: 1px solid rgba(219, 189, 109, 0.56);
  background: linear-gradient(
    90deg,
    rgba(5, 12, 24, 0.97) 0%,
    rgba(36, 27, 14, 0.96) 52%,
    rgba(92, 8, 24, 0.94) 100%
  );
  box-shadow:
    0 -18px 42px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

@media screen and (max-width: 767px) {
  .mv__purchase-bar {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 150px;
    padding: 14px 16px 16px;
    background: linear-gradient(
      180deg,
      rgba(5, 12, 24, 0.98) 0%,
      rgba(36, 27, 14, 0.96) 48%,
      rgba(92, 8, 24, 0.94) 100%
    );
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__purchase-bar {
    grid-template-columns: 1fr auto;
    gap: 18px;
    min-height: 104px;
    padding: 18px 32px;
  }
}

.mv__purchase-info {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .mv__purchase-info {
    display: grid;
    gap: 7px;
    justify-items: center;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__purchase-info {
    display: grid;
    gap: 8px;
    text-align: left;
  }
}

.mv__seller,
.mv__period {
  margin: 0;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.06em;
}

.mv__seller {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 2vw, 30px);
}

.mv__period {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 12px;
  border: 1px solid rgba(219, 189, 109, 0.58);
  color: #dbbd6d;
  background: rgba(0, 0, 0, 0.24);
  font-size: clamp(18px, 2vw, 30px);
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .mv__seller {
    font-size: 4vw;
    letter-spacing: 0.04em;
  }

  .mv__period {
    font-size: 5vw;
    white-space: normal;
  }
}

.mv__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 58px;
  padding: 16px 36px;
  border: 1px solid rgba(255, 225, 156, 0.9);
  color: #1a1304;
  background: linear-gradient(135deg, #f7dfa1 0%, #dbbd6d 44%, #a87518 100%);
  font-size: clamp(16px, 1.45vw, 22px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 8px 20px rgba(0, 0, 0, 0.34);
  transition:
    filter 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

@media screen and (max-width: 767px) {
  .mv__button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 15px 24px;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__button {
    min-width: 220px;
    min-height: 56px;
    padding: 15px 28px;
    font-size: 17px;
  }
}

.mv__button:hover,
.mv__button:focus-visible {
  border-color: #fff0bc;
  filter: brightness(1.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 8px 25px rgba(0, 0, 0, 0.48);
}
/* =========================
   Animation
   既存の .mv__final-layout.is-visible を利用
========================= */
/* =========================
   Text animation order
   1. H1
   2. Product name
   3. Purchase bar
========================= */

.mv__heading,
.mv__product-name,
.mv__purchase-bar {
  opacity: 0;
  transform: translateY(18px);
}

@media screen and (max-width: 767px) {
  .mv__heading,
  .mv__product-name,
  .mv__purchase-bar {
    transform: translateY(14px);
  }
}

.mv__final-layout.is-visible .mv__heading {
  animation: mv-final-content-in 420ms cubic-bezier(0.22, 1, 0.36, 1) 960ms both;
}

.mv__final-layout.is-visible .mv__product-name {
  animation: mv-final-content-in 420ms cubic-bezier(0.22, 1, 0.36, 1) 1260ms
    both;
}

.mv__final-layout.is-visible .mv__purchase-bar {
  animation: mv-final-bar-in 460ms cubic-bezier(0.22, 1, 0.36, 1) 1580ms both;
}

@keyframes mv-final-content-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mv-final-bar-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv__final-layout.is-visible .mv__heading,
  .mv__final-layout.is-visible .mv__product-name,
  .mv__final-layout.is-visible .mv__purchase-bar {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
.mv__offer,
.mv__heading,
.mv__info,
.mv__deadline {
  opacity: 0;
  transform: translateY(18px);
}

.mv__offer {
  margin: 0 0 12px;
  color: #dbbd6d;
  font-size: clamp(13px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
}

@media screen and (max-width: 767px) {
  .mv__offer {
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__offer {
    font-size: 14px;
  }
}

.mv__heading {
  margin: 0;
  color: #dbbd6d;
  font-size: clamp(36px, 5.8vw, 84px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.08em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.58);
}

@media screen and (max-width: 767px) {
  .mv__heading {
    font-size: clamp(27px, 8vw, 40px);
    line-height: 1.15;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__heading {
    font-size: clamp(40px, 5.4vw, 58px);
  }
}

.mv__info {
  width: min(100%, 620px);
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(219, 189, 109, 0.72);
}

@media screen and (max-width: 767px) {
  .mv__info {
    width: min(100%, 340px);
    margin-top: 12px;
    padding-top: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__info {
    width: min(100%, 540px);
  }
}

.mv__subheading {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 2.7vw, 40px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .mv__subheading {
    font-size: clamp(14px, 4.2vw, 20px);
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__subheading {
    font-size: clamp(18px, 2.7vw, 26px);
  }
}

.mv__action {
  display: grid;
  justify-items: center;
  gap: 11px;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .mv__action {
    width: 100%;
    gap: 8px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__action {
    margin-top: 20px;
  }
}

.mv__deadline {
  margin: 0;
  padding: 7px 14px;
  border: 1px solid rgba(219, 189, 109, 0.56);
  color: #dbbd6d;
  background: rgba(0, 0, 0, 0.34);
  font-size: clamp(11px, 1vw, 14px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  backdrop-filter: blur(4px);
}

@media screen and (max-width: 767px) {
  .mv__deadline {
    padding: 7px 10px;
    font-size: 10px;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__deadline {
    font-size: 12px;
  }
}

.mv__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 500px);
  min-height: 66px;
  padding: 18px 40px;
  border: 1px solid rgba(255, 225, 156, 0.9);
  color: #1a1304;
  background: linear-gradient(135deg, #f7dfa1 0%, #dbbd6d 44%, #a87518 100%);
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 9px 24px rgba(0, 0, 0, 0.34);
  transition:
    filter 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.mv__button:hover,
.mv__button:focus-visible {
  border-color: #fff0bc;
  filter: brightness(1.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 9px 28px rgba(0, 0, 0, 0.46);
}

@media screen and (max-width: 767px) {
  .mv__button {
    width: 100%;
    min-height: 56px;
    padding: 15px 24px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__button {
    width: min(100%, 440px);
    min-height: 62px;
    font-size: 20px;
  }
}

/* Text starts after the fifth panel is almost complete. */
.mv__final-layout.is-visible .mv__offer {
  animation: mv-final-content-in 320ms cubic-bezier(0.22, 1, 0.36, 1) 960ms both;
}

.mv__final-layout.is-visible .mv__heading {
  animation: mv-final-content-in 360ms cubic-bezier(0.22, 1, 0.36, 1) 1040ms
    both;
}

.mv__final-layout.is-visible .mv__info {
  animation: mv-final-content-in 340ms cubic-bezier(0.22, 1, 0.36, 1) 1120ms
    both;
}

.mv__final-layout.is-visible .mv__deadline {
  animation: mv-final-content-in 320ms cubic-bezier(0.22, 1, 0.36, 1) 1200ms
    both;
}

.mv__final-layout.is-visible .mv__button {
  animation: mv-final-content-in 340ms cubic-bezier(0.22, 1, 0.36, 1) 1280ms
    both;
}

@media (prefers-reduced-motion: reduce) {
  .mv__final-layout.is-visible .mv__final-panel,
  .mv__final-layout.is-visible .mv__offer,
  .mv__final-layout.is-visible .mv__heading,
  .mv__final-layout.is-visible .mv__info,
  .mv__final-layout.is-visible .mv__deadline,
  .mv__final-layout.is-visible .mv__button {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@keyframes mv-final-content-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .mv__final-panel {
    clip-path: inset(0 0 0 100%);
  }

  .mv__final-layout.is-visible .mv__final-panel {
    animation: mv-final-panel-reveal-sp 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .mv__final-layout.is-visible .mv__final-panel--01 {
    animation-delay: 0ms;
  }

  .mv__final-layout.is-visible .mv__final-panel--02 {
    animation-delay: 110ms;
  }

  .mv__final-layout.is-visible .mv__final-panel--03 {
    animation-delay: 220ms;
  }

  .mv__final-layout.is-visible .mv__final-panel--04 {
    animation-delay: 330ms;
  }

  .mv__final-layout.is-visible .mv__final-panel--05 {
    animation-delay: 440ms;
  }

  @keyframes mv-final-panel-reveal-sp {
    from {
      clip-path: inset(0 0 0 100%);
    }

    to {
      clip-path: inset(0 0 0 0);
    }
  }
}

/* =========================================================
   LINE UP / Product Detail Refinement
========================================================= */

/* =========================
  LINE UP Intro
========================= */
.lineup-section {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 12vw, 180px) 20px clamp(96px, 12vw, 160px);
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lineup-section {
    padding-top: 108px;
  }
}

@media screen and (max-width: 767px) {
  .lineup-section {
    padding: 88px 16px 88px;
  }
}

.lineup-section__bg-text {
  position: absolute;
  z-index: 0;
  top: clamp(-10px, -1vw, 0px);
  left: clamp(8px, 4vw, 72px);
  margin: 0;
  color: rgba(255, 255, 255, 0.05);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(96px, 18vw, 300px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.08em;
  pointer-events: none;
  user-select: none;
}

@media screen and (max-width: 767px) {
  .lineup-section__bg-text {
    top: 4px;
    left: 8px;
    font-size: 108px;
  }
}

.lineup-section__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.lineup-section__hero {
  width: min(100%, 1000px);
  aspect-ratio: 1000 / 460;
  margin: 0 auto;
  border: 1px solid rgba(216, 196, 143, 0.34);
  overflow: hidden;
  background: #111;
}

.lineup-section__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lineup-section__hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-right: 0;
    border-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .lineup-section__hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-right: 0;
    border-left: 0;
  }
}

.lineup-section__heading-wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1000px);
  margin: -55px auto 0;
  padding: 0 clamp(20px, 4vw, 58px);
}

@media screen and (max-width: 767px) {
  .lineup-section__heading-wrap {
    margin-top: -32px;
    padding: 0;
  }
}

.lineup-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: rgba(216, 196, 143, 0.9);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.22em;
}

.lineup-section__eyebrow::before {
  content: "";
  width: 46px;
  height: 1px;
  background: rgba(216, 196, 143, 0.72);
}

.lineup-section__heading {
  margin: 0;
  color: #dbbd6d;
  font-size: clamp(34px, 5vw, 76px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.06em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.36);
}

@media screen and (max-width: 767px) {
  .lineup-section__heading {
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
}

.lineup-section__lead {
  width: min(100%, 900px);
  margin: clamp(42px, 5vw, 72px) auto 0;
  padding: 0 clamp(20px, 4vw, 58px);
}

.lineup-section__lead p {
  margin: 0;
  font-size: clamp(15px, 1.45vw, 19px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .lineup-section__lead {
    margin-top: 38px;
    padding: 0;
  }

  .lineup-section__lead p {
    font-size: 14px;
    line-height: 1.95;
    letter-spacing: 0.04em;
  }

  .lineup-section__lead br {
    display: none;
  }
}

.lineup-variants {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 54px);
  margin: clamp(70px, 8vw, 112px) auto 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lineup-variants {
    gap: 28px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .lineup-variants {
    grid-template-columns: 1fr;
    gap: 42px;
    width: 100%;
    margin-top: 56px;
  }
}

.lineup-variant {
  position: relative;
  min-width: 0;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(216, 196, 143, 0.34);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.015)
  );
}

.lineup-variant--deluxe {
  border-color: rgba(219, 189, 109, 0.7);
  box-shadow: 0 0 42px rgba(219, 189, 109, 0.08);
}

.lineup-variant__header {
  display: block;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(219, 189, 109, 0.45);
}

.lineup-variant__label {
  margin: 0 0 10px;
  color: rgba(216, 196, 143, 0.75);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
}

.lineup-variant__title {
  margin: 0;
  color: #dbbd6d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.lineup-variant__subtitle {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.lineup-variant__image-wrap {
  overflow: hidden;
  background: #101010;
}

.lineup-variant__image {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.lineup-variant__body {
  margin-top: 22px;
}

.lineup-variant__catch {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.05em;
}

.lineup-variant__text {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.lineup-variant__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin-top: 26px;
  border: 1px solid rgba(219, 189, 109, 0.74);
  color: #dbbd6d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.lineup-variant__link:hover,
.lineup-variant__link:focus-visible {
  background: #dbbd6d;
  color: #05070d;
}

.lineup-compare {
  margin: clamp(58px, 7vw, 96px) auto 0;
}

.lineup-compare__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .lineup-compare__head {
    display: block;
  }
}

.lineup-compare__label {
  margin: 0;
  color: rgba(216, 196, 143, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.lineup-compare__title {
  margin: 0;
  color: #dbbd6d;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.4;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .lineup-compare__title {
    margin-top: 10px;
  }
}

.lineup-compare__table-wrap {
  overflow-x: auto;
}

.lineup-compare__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.75;
}

.lineup-compare__table th,
.lineup-compare__table td {
  padding: 17px 18px;
  border-top: 1px solid rgba(216, 196, 143, 0.22);
  vertical-align: top;
}

.lineup-compare__table th {
  width: 18%;
  color: #dbbd6d;
  text-align: left;
  white-space: nowrap;
}

.lineup-compare__table td {
  width: 41%;
  color: rgba(255, 255, 255, 0.84);
}

.lineup-compare__table td:last-child {
  background: rgba(219, 189, 109, 0.08);
}

.lineup-compare__table td span {
  display: block;
  margin-bottom: 5px;
  color: rgba(216, 196, 143, 0.76);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

/* =========================
  Product Section Refinement
========================= */
.product-section {
  position: relative;
  overflow: hidden;
}

.product-wrap {
  scroll-margin-top: 40px;
}

.product-wrap#product-a {
  margin-top: 0;
}

.product-wrap#product-a::before {
  opacity: 0.78;
  pointer-events: none;
}

.product-wrap--deluxe {
  position: relative;
}

.product-wrap--deluxe::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 78% 16%,
      rgba(219, 189, 109, 0.13),
      transparent 34%
    ),
    linear-gradient(180deg, rgba(4, 6, 12, 0), rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

.product-title {
  top: 42px;
  display: grid;
  justify-items: start;
  gap: 12px;
  padding: 28px 0 32px;
  border-top: 1px solid rgba(216, 196, 143, 0.38);
  border-bottom: 1px solid rgba(216, 196, 143, 0.28);
  font-size: initial;
  line-height: 1;
}

.product-title::before {
  content: "";
  width: 46px;
  height: 1px;
  background: rgba(216, 196, 143, 0.72);
}

.product-title__number {
  display: block;
  margin: 0;
  color: rgba(216, 196, 143, 0.48);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.product-title__label {
  display: block;
  margin: 0;
  color: rgba(216, 196, 143, 0.9);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.product-title__main {
  display: block;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}

.product-title__sub {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.product-block.--reverse .product-title {
  justify-items: end;
  text-align: right;
}

.product-block.--reverse .product-title::before {
  justify-self: end;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-title__number {
    font-size: 52px;
  }

  .product-title__main {
    font-size: 30px;
  }
}

.product-intro {
  margin-bottom: 82px;
}

.product-intro__img {
  position: relative;
  margin-bottom: 44px;
  overflow: hidden;
  background: #0a0d14;
}

.product-intro__img img {
  display: block;
  width: 100%;
  height: auto;
}

.product-intro__img--parts {
  border: 1px solid rgba(216, 196, 143, 0.24);
}

.product-accessory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 44px;
}

.product-accessory-grid .product-intro__img {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .product-accessory-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 36px;
  }
}

.product-intro__content {
  position: relative;
  /*padding: clamp(28px, 4vw, 48px) clamp(22px, 4vw, 46px);
  border: 1px solid rgba(216, 196, 143, 0.3);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.045),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(0, 0, 0, 0.2);*/
}

.product-intro__label {
  margin: 0 0 14px;
  color: rgba(216, 196, 143, 0.78);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}

.product-intro__catch {
  margin: 0;
  color: #d8c48f;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.06em;
}

.product-intro__lead-box {
  margin-top: clamp(24px, 3vw, 34px);
}

.product-intro__lead.text {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 2.05;
  letter-spacing: 0.055em;
}

.product-included {
  margin-top: 34px;
  padding: 28px;
  border: 1px solid rgba(216, 196, 143, 0.28);
}

.product-included__title {
  margin: 0 0 18px;
  color: #d8c48f;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.product-included__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-included__list li {
  position: relative;
  padding-left: 1.1em;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}

.product-included__list li::before {
  content: "◇";
  position: absolute;
  left: 0;
  color: rgba(216, 196, 143, 0.76);
  font-size: 0.8em;
}

@media screen and (max-width: 767px) {
  .product-intro__content {
  }

  .product-intro__catch {
    font-size: 28px;
  }

  .product-intro__lead.text {
    font-size: 14px;
    line-height: 1.95;
  }

  .product-included__list {
    grid-template-columns: 1fr;
  }
}

/* =========================
  DELUXE Plus Appeal
========================= */
.deluxe-plus-box {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
  margin-top: 30px;
  padding: 22px;
  border: 1px solid rgba(219, 189, 109, 0.52);
  background: rgba(219, 189, 109, 0.07);
}

.deluxe-plus-box__base,
.deluxe-plus-box__extra,
.deluxe-plus-box__plus {
  margin: 0;
  text-align: center;
}

.deluxe-plus-box__base,
.deluxe-plus-box__extra {
  color: rgba(255, 255, 255, 0.86);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.deluxe-plus-box__plus {
  color: #dbbd6d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 300;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .deluxe-plus-box {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 16px;
  }
}

.deluxe-additions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

@media screen and (max-width: 767px) {
  .deluxe-additions {
    grid-template-columns: 1fr;
  }
}

.deluxe-addition {
  position: relative;
  padding: 22px 20px;
  border: 1px solid rgba(216, 196, 143, 0.26);
  background: rgba(255, 255, 255, 0.035);
}

.deluxe-addition__number {
  margin: 0 0 12px;
  color: rgba(216, 196, 143, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.deluxe-addition__title {
  margin: 0;
  color: #dbbd6d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.deluxe-addition__text {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* =========================
  Price / CTA Refinement
========================= */
.product-info__inner {
  position: sticky;
  top: 40px;
}

.product-info__label {
  margin: 0 0 12px;
  color: rgba(216, 196, 143, 0.76);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
}

.product-info__inner--deluxe {
  border-color: rgba(219, 189, 109, 0.62);
  box-shadow: 0 0 38px rgba(219, 189, 109, 0.08);
}

.product-button {
  margin-top: 26px;
  border-radius: 0;
  background: linear-gradient(135deg, #f3d27a, #b88a2f);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
  transition:
    filter 0.2s ease,
    transform 0.2s ease;
}

.product-button:hover,
.product-button:focus-visible {
  filter: brightness(1.1);
  transform: translateY(2px);
}

.product-button--deluxe {
  background: linear-gradient(135deg, #ffe3a0, #d2a13e 48%, #a56c16);
}

.product-upgrade {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(216, 196, 143, 0.26);
}

.product-upgrade__label {
  margin: 0 0 10px;
  color: #d8c48f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.product-upgrade__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.75;
}

.product-upgrade__link {
  display: inline-flex;
  margin-top: 14px;
  color: #d8c48f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* =========================
  Mobile Sticky Title Refinement
========================= */
@media screen and (max-width: 767px) {
  .mobile-sticky-title {
    gap: 8px;
    border: 1px solid rgba(216, 196, 143, 0.42);
    background: rgba(2, 4, 10, 0.72);
  }

  .mobile-sticky-title__main,
  .mobile-sticky-title__sub {
    display: block;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  .mobile-sticky-title__main {
    color: #d8c48f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
  }

  .mobile-sticky-title__sub {
    color: rgb(224, 224, 224);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
  }

  .product-info__inner {
    position: relative;
    top: auto;
  }
}

.product-section,
.product-wrap,
.product-wrap .inner,
.product-block {
  overflow: visible !important;
}

@media screen and (min-width: 768px) {
  .product-block {
    align-items: start;
  }

  .product-title-rail {
    top: clamp(28px, 4vw, 54px);
    z-index: 12;
    align-self: start;
    min-height: 0;
    height: fit-content;
    overflow: visible !important;
  }

  .product-title {
    position: relative !important;
    top: auto !important;
    margin: 0;
  }

  .product-info__inner {
    position: relative;
    top: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-title-rail {
    top: 28px;
  }
}

.product-title {
  isolation: isolate;
  min-height: min(58vh, 520px);
  padding: 34px 16px;
  border: 1px solid rgba(216, 196, 143, 0.32);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(0, 0, 0, 0.26);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 18px 42px rgba(0, 0, 0, 0.22);
}

/*.product-title::after {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: -1;
  border: 1px solid rgba(216, 196, 143, 0.14);
  pointer-events: none;
}*/

.product-title--deluxe {
  border-color: rgba(219, 189, 109, 0.62);
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(219, 189, 109, 0.16),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(219, 189, 109, 0.08),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(0, 0, 0, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    0 0 42px rgba(219, 189, 109, 0.12),
    0 18px 42px rgba(0, 0, 0, 0.24);
}

.product-title--deluxe .product-title__number,
.product-title--deluxe .product-title__label,
.product-title--deluxe .product-title__main {
  color: #f4d47d;
}

/* LINE UP cards: DELUXE を明確に上位版として見せる */
.lineup-variants {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
}

.lineup-variant--standard {
  opacity: 0.88;
}

.lineup-variant--deluxe {
  border-width: 2px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(219, 189, 109, 0.22),
      transparent 38%
    ),
    linear-gradient(
      180deg,
      rgba(219, 189, 109, 0.1),
      rgba(255, 255, 255, 0.018)
    ),
    rgba(0, 0, 0, 0.26);
  box-shadow:
    0 0 0 1px rgba(219, 189, 109, 0.18),
    0 26px 70px rgba(0, 0, 0, 0.34),
    0 0 58px rgba(219, 189, 109, 0.16);
}

.lineup-variant--deluxe::before {
  content: "STANDARD全仕様＋二刀流再現パーツ";
  position: absolute;
  top: -16px;
  right: 18px;
  z-index: 2;
  padding: 7px 14px;
  background: linear-gradient(135deg, #f5d887, #b88424);
  color: #06080d;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.lineup-variant--deluxe .lineup-variant__title {
  color: #f4d47d;
  font-size: clamp(34px, 3.8vw, 54px);
}

.lineup-variant--deluxe .lineup-variant__catch {
  color: #f8e0a2;
}

.lineup-variant--standard .lineup-variant__link {
  border-color: rgba(216, 196, 143, 0.42);
  color: rgba(216, 196, 143, 0.86);
}

.lineup-variant--deluxe .lineup-variant__link {
  border-color: transparent;
  background: linear-gradient(135deg, #f5d887, #b88424);
  color: #06080d;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

@media screen and (max-width: 767px) {
  .lineup-variants {
    grid-template-columns: 1fr;
  }

  .lineup-variant--standard {
    opacity: 1;
  }

  .lineup-variant--deluxe {
    transform: none;
    margin-top: 16px;
  }

  .lineup-variant--deluxe::before {
    top: -34px;
    right: 12px;
    max-width: calc(100% - 24px);
    font-size: 13px;
    line-height: 1.15;
    text-align: center;
  }
}

/* STANDARD + DELUXE の足し算を表でなく図解として見せる */
.lineup-difference-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.12fr);
  align-items: stretch;
  gap: clamp(14px, 2vw, 26px);
  margin: clamp(50px, 6vw, 82px) auto 0;
}

.lineup-difference-card {
  position: relative;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(216, 196, 143, 0.3);
  background: rgba(0, 0, 0, 0.22);
}

.lineup-difference-card--standard {
  opacity: 0.86;
}

.lineup-difference-card--deluxe {
  border-color: rgba(219, 189, 109, 0.72);
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(219, 189, 109, 0.18),
      transparent 42%
    ),
    rgba(219, 189, 109, 0.06);
  box-shadow: 0 0 44px rgba(219, 189, 109, 0.1);
}

.lineup-difference-card__label {
  margin: 0 0 12px;
  color: rgba(216, 196, 143, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
}

.lineup-difference-card--deluxe .lineup-difference-card__label {
  color: #f4d47d;
}

.lineup-difference-card__title {
  margin: 0;
  color: #fff;
  font-size: clamp(21px, 2.2vw, 32px);
  line-height: 1.35;
  letter-spacing: 0.06em;
}

.lineup-difference-card--deluxe .lineup-difference-card__title {
  color: #f8e0a2;
}

.lineup-difference-card__text {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.lineup-difference-card__plus {
  display: grid;
  place-items: center;
  color: #f4d47d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 300;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .lineup-difference-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lineup-difference-card__plus {
    min-height: 34px;
  }
}

/* 比較表のメリハリを強化 */
.lineup-compare {
  border-color: rgba(219, 189, 109, 0.48);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(0, 0, 0, 0.32);
}

.lineup-compare__table th {
  background: rgba(0, 0, 0, 0.24);
}

.lineup-compare__table td {
  position: relative;
}

.lineup-compare__standard {
  color: rgba(255, 255, 255, 0.68) !important;
  background: rgba(255, 255, 255, 0.025);
}

.lineup-compare__deluxe {
  color: #fff !important;
  background: linear-gradient(
    90deg,
    rgba(219, 189, 109, 0.16),
    rgba(219, 189, 109, 0.055)
  ) !important;
  border-left: 1px solid rgba(219, 189, 109, 0.4);
  font-weight: 700;
}

/*.lineup-compare__deluxe::after {
  content: "UPGRADE";
  display: inline-flex;
  margin-left: 10px;
  padding: 3px 8px;
  border: 1px solid rgba(219, 189, 109, 0.58);
  color: #f4d47d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  vertical-align: middle;
}*/

.lineup-compare__deluxe span {
  color: #f4d47d !important;
}

/*@media screen and (max-width: 767px) {
  .lineup-compare__deluxe::after {
    display: table;
    margin: 8px 0 0;
  }
}*/

.product-wrap--deluxe .product-intro__content,
.product-info__inner--deluxe {
  /*border-color: rgba(219, 189, 109, 0.62);
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(219, 189, 109, 0.13),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(219, 189, 109, 0.065),
      rgba(255, 255, 255, 0.014)
    ),
    rgba(0, 0, 0, 0.24);*/
}

.product-included--deluxe {
  border-top-color: rgba(219, 189, 109, 0.5);
  padding: 28px;
  border: 2px solid rgba(219, 189, 109, 0.42);
  background: rgb(219 189 109 / 13%);
}

.product-included--deluxe .product-included__title {
  color: #f4d47d;
}

@media screen and (min-width: 768px) {
  .product-title-rail {
    top: clamp(28px, 4vw, 54px);
    align-self: start;
    z-index: 5;
    min-height: auto;
  }

  .product-title {
    position: relative;
    top: auto;
    display: block;
    margin: 0;
    padding: clamp(30px, 3.8vw, 52px) clamp(22px, 3vw, 38px);
    border: 1px solid rgba(216, 196, 143, 0.42);
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.055),
        rgba(255, 255, 255, 0.018)
      ),
      rgba(2, 4, 10, 0.44);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    text-align: left;
  }

  .product-title::before {
    content: "";
    display: block;
    width: 58px;
    height: 1px;
    margin-bottom: 22px;
    background: rgba(216, 196, 143, 0.82);
  }

  .product-title__number {
    display: block;
    margin: 0 0 18px;
    color: rgba(216, 196, 143, 0.46);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(58px, 6vw, 96px);
    font-weight: 800;
    line-height: 0.85;
    letter-spacing: -0.06em;
  }

  .product-title__label {
    display: block;
    margin: 0 0 18px;
    color: rgba(216, 196, 143, 0.95);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(16px, 1.25vw, 20px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    writing-mode: horizontal-tb;
  }

  .product-title__main {
    display: block;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 4.5vw, 72px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0.06em;
    writing-mode: horizontal-tb;
  }

  .product-title__sub {
    display: block;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.56);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(13px, 1vw, 17px);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.16em;
    writing-mode: horizontal-tb;
  }

  .product-block.--reverse .product-title {
    text-align: right;
  }

  .product-block.--reverse .product-title::before {
    margin-left: auto;
  }
}

/* タブレットは横幅が詰まりやすいので、少しだけ調整 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-title {
    padding: 28px 22px 34px;
  }

  .product-title__number {
    font-size: clamp(52px, 6vw, 70px);
    margin-bottom: 16px;
  }

  .product-title__label {
    font-size: 15px;
    letter-spacing: 0.1em;
  }

  .product-title__main {
    font-size: clamp(34px, 4.2vw, 48px);
    line-height: 1.18;
    letter-spacing: 0.04em;
  }

  .product-title__sub {
    margin-top: 16px;
    font-size: 12px;
    letter-spacing: 0.12em;
  }
}

/* =========================================================
   Product Sticky Title Final Fix
   PC / Tablet：追従見出しの高さ調整 + 価格エリア直前で停止
   SP：既存のモバイル追従は維持
========================================================= */

@media screen and (min-width: 768px) {
  /*
    価格エリアとかぶる主原因を修正。
    product-main が 1 / 3 で価格行までまたいでいたため、
    sticky の停止位置が価格エリアまで伸びやすかった。
  */
  .product-main {
    grid-row: 1;
  }

  .product-info {
    grid-row: 2;
  }

  /*
    sticky は rail ではなく、中の title にかける。
    rail自体をstickyにすると、箱全体が残り続けて価格エリアにかぶりやすい。
  */
  .product-title-rail {
    position: relative;
    top: auto;
    align-self: stretch;
    min-height: 0;
    height: auto;
    z-index: 3;
  }

  .product-title {
    position: sticky;
    top: 42px;
    z-index: 5;

    display: block;
    min-height: 0;
    height: auto;
    margin: 0;

    /*
      ここが大きすぎた原因。
      以前の padding はプレートとしては重すぎたので圧縮。
    */
    padding: 24px 22px 26px;

    border: 1px solid rgba(216, 196, 143, 0.42);
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.055),
        rgba(255, 255, 255, 0.018)
      ),
      rgba(2, 4, 10, 0.56);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    text-align: left;
    line-height: 1;
  }

  .product-title::before {
    content: "";
    display: block;
    width: 54px;
    height: 1px;
    margin-bottom: 18px;
    background: rgba(216, 196, 143, 0.82);
  }

  .product-title__number {
    display: block;
    margin: 0 0 14px;
    color: rgba(216, 196, 143, 0.44);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(54px, 5.4vw, 82px);
    font-weight: 800;
    line-height: 0.85;
    letter-spacing: -0.06em;
  }

  .product-title__label {
    display: block;
    margin: 0 0 12px;
    color: rgba(216, 196, 143, 0.95);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(15px, 1.15vw, 18px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    writing-mode: horizontal-tb;
  }

  .product-title__main {
    display: block;
    margin: 0;
    color: #fff;
    font-size: clamp(36px, 3.8vw, 58px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: 0.05em;
    writing-mode: horizontal-tb;
  }

  .product-title__sub {
    display: block;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.56);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(12px, 0.95vw, 15px);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.14em;
    writing-mode: horizontal-tb;
  }

  .product-block.--reverse .product-title {
    text-align: right;
  }

  .product-block.--reverse .product-title::before {
    margin-left: auto;
  }
}

/* タブレット：横幅が詰まりやすいので、さらに少しだけ圧縮 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-title {
    top: 32px;
    padding: 20px 18px 22px;
  }

  .product-title::before {
    margin-bottom: 14px;
  }

  .product-title__number {
    margin-bottom: 12px;
    font-size: clamp(46px, 5vw, 62px);
  }

  .product-title__label {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  .product-title__main {
    font-size: clamp(30px, 3.5vw, 42px);
    line-height: 1.16;
  }

  .product-title__sub {
    margin-top: 12px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }
}

.deluxe-additions {
  grid-template-columns: 1fr;
}

/* =========================================================
   Product Sticky Title Restore
   PC / Tablet：追従復活・枠線なし・英語だけ縦書き
   SP：既存のモバイル追従を維持
========================================================= */

@media screen and (min-width: 768px) {
  /*
    stickyを邪魔しやすい親要素のoverflowを解除
  */
  .product-section,
  .product-wrap,
  .product-wrap .inner,
  .product-block {
    overflow: visible !important;
  }

  /*
    価格エリアと重なりにくくするため、
    商品本文と価格欄をグリッド上で分ける
  */
  .product-main {
    grid-row: 1;
  }

  .product-info {
    grid-row: 2;
  }

  /*
    追従は rail 側に戻す
  */
  .product-title-rail {
    top: clamp(28px, 4vw, 54px);
    z-index: 5;
    align-self: start;
    min-height: 0;
    height: auto;
  }

  /*
    見出し本体はstickyにしない
    枠線・箱感を消す
  */
  .product-title {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "number number"
      "english main"
      "english sub";
    column-gap: clamp(18px, 2vw, 28px);
    row-gap: 12px;
    align-items: start;

    margin: 0;
    padding: 0;

    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;

    text-align: left;
    line-height: 1;
  }

  .product-title::before {
    display: none;
  }

  .product-title__number {
    grid-area: number;
    display: block;
    margin: 0 0 clamp(12px, 1.5vw, 22px);

    color: rgba(216, 196, 143, 0.34);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(64px, 7vw, 118px);
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -0.07em;

    writing-mode: horizontal-tb;
  }

  /*
    STANDARD・VER / DELUXE・VER
    英語ラベルだけ縦書き
  */
  .product-title__label {
    grid-area: english;
    display: block;
    margin: 0;

    color: rgba(216, 196, 143, 0.95);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(34px, 3.8vw, 64px);
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: 0.04em;
    text-transform: uppercase;

    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  /*
    日本語は横書き
  */
  .product-title__main {
    grid-area: main;
    display: block;
    margin: 0;

    color: #fff;
    font-size: clamp(34px, 3.4vw, 56px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0.06em;

    writing-mode: horizontal-tb;
  }

  /*
    BATTER VERSION / TWO-WAY VERSION
    ここも英語なので縦書きに寄せるが、
    mainの下に細く添える
  */
  .product-title__sub {
    grid-area: sub;
    display: block;
    margin: clamp(10px, 1.2vw, 18px) 0 0;

    color: rgba(255, 255, 255, 0.58);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(13px, 1.2vw, 18px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.14em;

    writing-mode: horizontal-tb;
  }

  /*
    DELUXE側は右カラムなので、右寄せに整える
  */
  .product-block.--reverse .product-title {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "number number"
      "main english"
      "sub english";
    text-align: right;
  }

  .product-block.--reverse .product-title__number {
    text-align: right;
  }

  .product-block.--reverse .product-title__label {
    justify-self: end;
  }

  .product-block.--reverse .product-title__main,
  .product-block.--reverse .product-title__sub {
    text-align: right;
  }
}

/* タブレット調整 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-title-rail {
    top: 32px;
  }

  .product-title {
    column-gap: 18px;
  }

  .product-title__number {
    font-size: clamp(58px, 6.5vw, 82px);
    margin-bottom: 14px;
  }

  .product-title__label {
    font-size: clamp(30px, 4vw, 48px);
  }

  .product-title__main {
    font-size: clamp(30px, 3.8vw, 44px);
    line-height: 1.2;
  }

  .product-title__sub {
    font-size: 12px;
    letter-spacing: 0.12em;
  }
}

/* =========================================================
   Product Sticky Title Fix
   参考HTML/CSSの構造へ戻す：
   - railはstickyにしない
   - titleだけsticky
   - product-info__innerはsticky解除
   - PC / Tabletは英語だけ縦書き・枠線なし・大きめ
========================================================= */

@media screen and (min-width: 768px) {
  /*
    stickyのために必要。
    ただし page全体のoverflow制御と競合する場合は、
    product-section / product-wrap / product-block周辺だけvisibleにする。
  */
  .product-section,
  .product-wrap,
  .product-wrap .inner,
  .product-block {
    overflow: visible !important;
  }

  /*
    参考CSSのグリッド構成に戻す。
    product-mainは価格欄の行までまたぐ。
    product-title-railは1行目だけ。
    product-infoは2行目。
  */
  .product-block {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: 1fr auto;
    column-gap: 46px;
    align-items: stretch;
    position: relative;
  }

  .product-block.--reverse {
    grid-template-columns: 1fr 30%;
  }

  .product-title-rail {
    position: relative !important;
    top: auto !important;
    z-index: 5;
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    min-height: 100%;
    height: auto;
  }

  .product-block.--reverse .product-title-rail {
    grid-column: 2;
  }

  .product-main {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .product-block.--reverse .product-main {
    grid-column: 1;
  }

  .product-info {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
  }

  .product-block.--reverse .product-info {
    grid-column: 2;
  }

  /*
    ここが重要。
    価格カードまでstickyにすると、追従見出しと同じカラム内で重なりやすい。
    参考HTML時代と同じく、価格カードは通常配置に戻す。
  */
  .product-info__inner {
    position: static !important;
    top: auto !important;
  }

  /*
    stickyはrailではなく、内側のtitleにかける。
    これでrailの終端、つまり価格エリア手前で自然に止まる。
  */
  .product-title {
    position: sticky !important;
    top: 42px;
    z-index: 10;

    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "number number"
      "english main"
      "english sub";
    column-gap: clamp(18px, 2vw, 28px);
    row-gap: 12px;
    align-items: start;

    width: 100%;
    margin: 0;
    padding: 0;

    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    text-align: left;
    line-height: 1;
  }

  .product-title::before {
    display: none !important;
  }

  .product-title__number {
    grid-area: number;
    display: block;
    margin: 0 0 clamp(12px, 1.5vw, 22px);

    color: rgba(216, 196, 143, 0.34);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(64px, 7vw, 118px);
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -0.07em;

    writing-mode: horizontal-tb;
  }

  /*
    英語だけ縦書き・大きめ
  */
  .product-title__label {
    grid-area: english;
    display: block;
    margin: 0;

    color: rgba(216, 196, 143, 0.95);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(34px, 3.8vw, 64px);
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: 0.04em;
    text-transform: uppercase;

    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  /*
    日本語は横書き
  */
  .product-title__main {
    grid-area: main;
    display: block;
    margin: 0;

    color: #fff;
    font-size: clamp(34px, 3.4vw, 56px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0.06em;

    writing-mode: horizontal-tb;
  }

  /*
    サブ英語は横書きのまま小さく添える。
    ここまで縦にすると高さが暴れる。
  */
  .product-title__sub {
    grid-area: sub;
    display: block;
    margin: clamp(10px, 1.2vw, 18px) 0 0;

    color: rgba(255, 255, 255, 0.58);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(13px, 1.2vw, 18px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.14em;

    writing-mode: horizontal-tb;
  }

  /*
    DELUXE側は右カラムなので左右反転
  */
  .product-block.--reverse .product-title {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "number number"
      "main english"
      "sub english";
    text-align: right;
  }

  .product-block.--reverse .product-title__number {
    text-align: right;
  }

  .product-block.--reverse .product-title__label {
    justify-self: end;
  }

  .product-block.--reverse .product-title__main,
  .product-block.--reverse .product-title__sub {
    text-align: right;
  }
}

/* タブレット調整 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-block {
    grid-template-columns: 40% 1fr;
    column-gap: 40px;
  }

  .product-block.--reverse {
    grid-template-columns: 1fr 40%;
  }

  .product-title {
    top: 32px;
    column-gap: 18px;
  }

  .product-title__number {
    font-size: clamp(58px, 6.5vw, 82px);
    margin-bottom: 14px;
  }

  .product-title__label {
    font-size: clamp(30px, 4vw, 48px);
  }

  .product-title__main {
    font-size: clamp(30px, 3.8vw, 44px);
    line-height: 1.2;
  }

  .product-title__sub {
    font-size: 12px;
    letter-spacing: 0.12em;
  }
}

/* =========================================================
   Product Sticky Title
   追従見出し：label / main の2要素だけ
   PC・タブレット：縦書き追従
========================================================= */

@media screen and (min-width: 768px) {
  .product-section,
  .product-wrap,
  .product-wrap .inner,
  .product-block {
    overflow: visible !important;
  }

  .product-title-rail {
    position: relative !important;
    top: auto !important;
    z-index: 5;
    grid-row: 1;
    align-self: stretch;
    min-height: 100%;
    height: auto;
  }

  .product-title {
    position: sticky !important;
    top: 42px;
    z-index: 10;

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(18px, 2vw, 32px);

    width: fit-content;
    margin: 0;
    padding: 0;

    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    line-height: 1;
  }

  .product-title::before {
    display: none !important;
  }

  .product-title__label,
  .product-title__main {
    display: block;
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  .product-title__label {
    color: rgba(216, 196, 143, 0.95);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(34px, 3.8vw, 64px);
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .product-title__main {
    color: #fff;
    font-size: clamp(30px, 3.2vw, 52px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.08em;
  }

  .product-block.--reverse .product-title {
    margin-left: auto;
    justify-content: flex-end;
  }
}

/* タブレット調整 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-title {
    top: 32px;
    gap: 18px;
  }

  .product-title__label {
    font-size: clamp(30px, 4vw, 48px);
  }

  .product-title__main {
    font-size: clamp(28px, 3.6vw, 42px);
  }
}
/* =========================================================
   Product Sticky Title Final
   PC / Tablet：label + main だけ縦書き追従
========================================================= */

@media screen and (min-width: 768px) {
  /*
    stickyを邪魔するoverflowを解除
  */
  .product-section,
  .product-wrap,
  .product-wrap .inner,
  .product-block {
    overflow: visible !important;
  }

  /*
    参考HTML時代のグリッド構成に戻す
  */
  .product-block {
    display: grid;
    grid-template-columns: 30% minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    column-gap: 46px;
    align-items: stretch;
    position: relative;
  }

  .product-block.--reverse {
    grid-template-columns: minmax(0, 1fr) 30%;
  }

  /*
    railはstickyにしない。
    ただし、stickyが動けるように1行目いっぱいまで伸ばす。
  */
  .product-title-rail {
    position: relative !important;
    top: auto !important;
    z-index: 5;

    grid-column: 1;
    grid-row: 1;

    align-self: stretch;
    min-height: 100%;
    height: 100%;
  }

  .product-block.--reverse .product-title-rail {
    grid-column: 2;
  }

  /*
    product-mainは元の参考構造に戻す。
    これで左の見出しレールが商品本文の高さに引っ張られる。
  */
  .product-main {
    grid-column: 2;
    grid-row: 1 / 3;
    min-width: 0;
  }

  .product-block.--reverse .product-main {
    grid-column: 1;
  }

  .product-info {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
  }

  .product-block.--reverse .product-info {
    grid-column: 2;
  }

  /*
    価格ボックスはstickyにしない。
    ここがstickyだと見出しと衝突しやすい。
  */
  .product-info__inner {
    position: static !important;
    top: auto !important;
  }

  /*
    実際に追従するのはこの要素だけ
  */
  .product-title {
    position: sticky !important;
    top: 42px;
    z-index: 10;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 23px;

    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: 60px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    line-height: 1;
  }

  .product-title::before {
    display: none !important;
  }

  .product-title__label,
  .product-title__main {
    display: block;
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  .product-title__label {
    color: rgba(216, 196, 143, 0.95);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .product-title__main {
    color: #fff;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.08em;
  }

  /*
    DELUXE側は右側に寄せる
  */
  .product-block.--reverse .product-title {
    margin-left: auto;
    justify-content: flex-end;
  }
}

/* タブレット調整 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-block {
    grid-template-columns: 40% minmax(0, 1fr);
    column-gap: 40px;
  }

  .product-block.--reverse {
    grid-template-columns: minmax(0, 1fr) 40%;
  }

  .product-title {
    top: 32px;
    gap: 18px;
  }

  .product-title__label {
    font-size: clamp(30px, 4vw, 48px);
  }

  .product-title__main {
    font-size: clamp(28px, 3.6vw, 42px);
  }
}
.product-title-rail {
  align-self: stretch;
  min-height: 100%;
  height: 100%;
}

.product-title {
  font-size: 60px !important;
}

/* ========================================
   BEYOND A FIGURE
======================================== */

.beyond-section {
  --beyond-color-white: #ffffff;
  --beyond-color-navy: #06162c;
  --beyond-color-gold: #b99a55;
  --beyond-content-width: 1000px;

  position: relative;
  overflow: hidden;
  padding: 120px 30px 140px;
  color: var(--beyond-color-white);
  background-image: url("../img/gallery_st_07.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  .beyond-section {
    padding: 72px 20px 80px;

    background-attachment: scroll;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .beyond-section {
    padding: 96px 40px 110px;
  }
}

.beyond-section__overlay {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 14, 31, 0.88) 0%,
    rgba(6, 22, 44, 0.78) 45%,
    rgba(3, 14, 31, 0.94) 100%
  );
  pointer-events: none;
}

.beyond-section__inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--beyond-content-width));
  margin-inline: auto;
}

/* ========================================
   見出し
======================================== */

.beyond-section__header {
  margin-bottom: 72px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .beyond-section__header {
    margin-bottom: 48px;
  }
}

.beyond-section__en-title {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3rem, 8vw, 7.5rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .beyond-section__en-title {
    font-size: clamp(2.6rem, 13vw, 4.5rem);
    line-height: 0.95;
    overflow-wrap: anywhere;
  }
}

.beyond-section__title {
  margin-top: 10px;
  font-weight: 700;
}

.beyond-story__signature-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 72px 0 0 auto;
}

.beyond-story__signature {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.beyond-story__signature-line {
  position: relative;
  z-index: 2;
  width: 1px;
  height: 130px;
  margin-top: 18px;
  margin-bottom: -1px;
  background-color: var(--beyond-color-gold);
}

@media screen and (max-width: 767px) {
  .beyond-story__signature-area {
    margin-top: 52px;
  }

  .beyond-story__signature {
    font-size: 1.1rem;
  }

  .beyond-story__signature-line {
    height: 90px;
    margin-top: 14px;
  }
}

/* ========================================
   ストーリー部分
======================================== */

.beyond-story {
  width: 100%;
}

.beyond-story__text {
  width: min(100%, 860px);
  margin: 0 auto 64px;
}

@media screen and (max-width: 767px) {
  .beyond-story__text {
    margin-bottom: 42px;
  }
}

.beyond-story__text p {
  margin: 0;
  font-size: 18px;
  line-height: 2.15;
  letter-spacing: 0.045em;
  text-align: justify;
}

.beyond-story__text p + p {
  margin-top: 1.7em;
}

@media screen and (max-width: 767px) {
  .beyond-story__text p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.035em;
    text-align: left;
  }
}
.beyond-story__image {
  position: relative;
  margin: 0 auto 72px;
  overflow: hidden;
  width: 30%;
  background-color: rgba(255, 255, 255, 0.06);
}

@media screen and (max-width: 767px) {
  .beyond-story__image {
    margin-bottom: 48px;
    width: 50%;
  }
}

.beyond-story__image::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  content: "";
  pointer-events: none;
}

.beyond-story__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.beyond-story__signature {
  margin: 64px 0 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .beyond-story__signature {
    margin-top: 44px;
    font-size: 20px;
  }
}

/* ========================================
   金色の接続線
======================================== */

.beyond-connector {
  position: relative;
  z-index: 2;
  width: 1px;
  height: 120px;
  margin: 24px auto -1px;
  background-color: var(--beyond-color-gold);
}

@media screen and (max-width: 767px) {
  .beyond-connector {
    height: 80px;
    margin-top: 20px;
  }
}

/* ========================================
   ABOUT BLITZWAY
======================================== */

.about-blitzway {
  position: relative;
  padding: 80px 80px 72px;
  border: 1px solid var(--beyond-color-gold);
  background-color: rgba(2, 13, 29, 0.64);
  backdrop-filter: blur(4px);
}

@media screen and (max-width: 767px) {
  .about-blitzway {
    padding: 54px 22px 48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-blitzway {
    padding: 68px 56px 60px;
  }
}

/*.about-blitzway::before {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 80px;
  height: 1px;
  background-color: var(--beyond-color-navy);
  content: "";
  transform: translateX(-50%);
}*/

.about-blitzway__heading {
  text-align: center;
}

.about-blitzway__en-title {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--beyond-color-gold);
}

.about-blitzway__title {
  margin: 18px 0 0;
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.about-blitzway__logo {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .about-blitzway__logo {
    margin-top: 38px;
  }
}

.about-blitzway__logo img {
  display: block;
  width: min(100%, 300px);
  height: auto;
}

@media screen and (max-width: 767px) {
  .about-blitzway__logo img {
    width: min(100%, 220px);
  }
}

.about-blitzway__company {
  margin: 46px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
}

.about-blitzway__description {
  width: min(100%, 780px);
  margin: 38px auto 0;
}

.about-blitzway__description p {
  margin: 0;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  text-align: justify;
}

.about-blitzway__description p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .about-blitzway__description {
    margin-top: 30px;
  }

  .about-blitzway__description p {
    line-height: 2;
    text-align: left;
  }
}

.about-blitzway__link {
  margin: 42px 0 0;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}

.about-blitzway__link a {
  position: relative;
  display: inline-block;
  padding: 0 0.2em 0.1em;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--beyond-color-gold);
}

@media (hover: hover) {
  .about-blitzway__link a:hover {
    color: var(--beyond-color-gold);
    border-bottom-color: transparent;
  }
}

.about-blitzway__link a:focus-visible {
  color: var(--beyond-color-gold);
  outline: 2px solid var(--beyond-color-gold);
  outline-offset: 5px;
}

/* ========================================
   Utility
======================================== */

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
/* =========================================================
   Final Purchase Section
========================================================= */

.final-purchase-section {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 12vw, 170px) 20px;
  color: #fff;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(216, 196, 143, 0.16),
      transparent 38%
    ),
    linear-gradient(180deg, #05070d 0%, #071426 54%, #03050a 100%);
}

@media screen and (max-width: 767px) {
  .final-purchase-section {
    padding: 78px 16px 92px;
  }
}

.final-purchase-section__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.final-purchase-section__head {
  margin-bottom: clamp(42px, 6vw, 72px);
  text-align: center;
}

.final-purchase-section__en {
  margin: 0 0 14px;
  color: rgba(216, 196, 143, 0.78);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(44px, 8vw, 110px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.08em;
}

.final-purchase-section__heading {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.12em;
}

.final-purchase-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 46px);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .final-purchase-products {
    gap: 28px;
  }
}

@media screen and (max-width: 767px) {
  .final-purchase-products {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.final-purchase-product {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 196, 143, 0.34);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(0, 0, 0, 0.28);
}

.final-purchase-product--deluxe {
  border-color: rgba(216, 196, 143, 0.72);
  box-shadow: 0 0 44px rgba(216, 196, 143, 0.1);
}

.final-purchase-product__image {
  margin: 0;
  background: #05070d;
}

.final-purchase-product__image img {
  display: block;
  width: 100%;
  height: auto;
}

.final-purchase-product__body {
  padding: clamp(24px, 3vw, 38px);
  text-align: center;
}

.final-purchase-product__name {
  margin: 0;
  color: #d8c48f;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.final-purchase-product__name span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.55em;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.final-purchase-product__price {
  margin: 28px 0 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}

.final-purchase-product__tax {
  margin: 12px 0 0;
  color: rgba(216, 196, 143, 0.82);
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.final-purchase-action {
  width: min(100%, 760px);
  margin: clamp(44px, 6vw, 76px) auto 0;
  text-align: center;
}

.final-purchase-button {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  gap: 10px;
  width: 100%;
  min-height: clamp(92px, 10vw, 132px);
  padding: 24px 32px;
  border: 1px solid rgba(255, 236, 178, 0.72);
  background: linear-gradient(135deg, #ffe8a8 0%, #d8b253 46%, #a66d13 100%);
  color: #111;
  text-decoration: none;
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition:
    filter 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.final-purchase-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.28) 38%,
    transparent 64%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

/*.final-purchase-button:hover,
.final-purchase-button:focus-visible {
  filter: brightness(1.08);
  transform: translateY(2px);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.final-purchase-button:hover::before,
.final-purchase-button:focus-visible::before {
  transform: translateX(100%);
}*/

.final-purchase-button__deadline,
.final-purchase-button__main {
  position: relative;
  z-index: 1;
}

.final-purchase-button__deadline {
  color: rgba(17, 17, 17, 0.78);
  font-size: clamp(13px, 1.6vw, 18px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.final-purchase-button__main {
  color: #111;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
}

.final-purchase-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .final-purchase-button {
    min-height: 104px;
    padding: 22px 20px;
  }

  .final-purchase-button__main {
    letter-spacing: 0.08em;
  }

  .final-purchase-note {
    text-align: left;
    font-size: 12px;
  }
}

/* =========================================================
   Purchase Modal
========================================================= */

.purchase-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: 24px;
}

.purchase-modal.is-open {
  display: grid;
}

.purchase-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.purchase-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid rgba(216, 196, 143, 0.64);
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(216, 196, 143, 0.16),
      transparent 38%
    ),
    linear-gradient(180deg, rgba(7, 20, 38, 0.98), rgba(2, 4, 10, 0.98));
  color: #fff;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.purchase-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(216, 196, 143, 0.48);
  background: rgba(0, 0, 0, 0.32);
  cursor: pointer;
}

.purchase-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1px;
  background: #d8c48f;
  transform-origin: center;
}

.purchase-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.purchase-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.purchase-modal__head {
  margin-bottom: clamp(30px, 4vw, 46px);
  text-align: center;
}

.purchase-modal__en {
  margin: 0 0 12px;
  color: rgba(216, 196, 143, 0.8);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.08em;
}

.purchase-modal__title {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.purchase-modal__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
}

.purchase-modal-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 196, 143, 0.34);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(0, 0, 0, 0.28);
}

.purchase-modal-item--deluxe {
  box-shadow: 0 0 38px rgba(216, 196, 143, 0.12);
}

.purchase-modal-item__image {
  margin: 0;
  background: #05070d;
}

.purchase-modal-item__image img {
  display: block;
  width: 100%;
  height: auto;
}

.purchase-modal-item__body {
  padding: clamp(22px, 3vw, 34px);
  text-align: center;
}

.purchase-modal-item__name {
  margin: 0;
  color: #d8c48f;
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.07em;
}

.purchase-modal-item__name span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.55em;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.purchase-modal-item__price {
  margin: 24px 0 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}

.purchase-modal-item__tax {
  margin: 10px 0 0;
  color: rgba(216, 196, 143, 0.82);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.purchase-modal-item__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  margin-top: 24px;
  padding: 14px 22px;
  border: 1px solid rgba(216, 196, 143, 0.78);
  background: linear-gradient(135deg, #f3d27a, #b88a2f);
  color: #111;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition:
    filter 0.2s ease,
    transform 0.2s ease;
}

.purchase-modal-item__button--deluxe {
  background: linear-gradient(135deg, #ffe7a3, #d3a13b 48%, #9d6511);
}

.purchase-modal__note {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
}

body.is-purchase-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .purchase-modal {
    padding: 14px;
  }

  .purchase-modal__panel {
    max-height: calc(100dvh - 28px);
    padding: 54px 18px 28px;
  }

  .purchase-modal__close {
    top: 12px;
    right: 12px;
  }

  .purchase-modal__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .purchase-modal__note {
    text-align: left;
    font-size: 12px;
  }
}
/* =========================================================
   Purchase Modal Animation
   display:noneを使わず、opacity / transformで開閉
========================================================= */

.purchase-modal {
  display: grid !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.28s ease,
    visibility 0s linear 0.28s;
}

.purchase-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transition:
    opacity 0.28s ease,
    visibility 0s linear 0s;
}

/* 背景の暗幕 */
.purchase-modal__overlay {
  opacity: 0;
  transition: opacity 0.28s ease;
}

.purchase-modal.is-open .purchase-modal__overlay {
  opacity: 1;
}

/* モーダル本体 */
.purchase-modal__panel {
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  transition:
    opacity 0.32s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.purchase-modal.is-open .purchase-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* 中のカードを少し遅れて出す */
.purchase-modal__head,
.purchase-modal-item,
.purchase-modal__note {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.34s ease,
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.purchase-modal.is-open .purchase-modal__head {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}

.purchase-modal.is-open .purchase-modal-item {
  opacity: 1;
  transform: translateY(0);
}

.purchase-modal.is-open .purchase-modal-item:nth-child(1) {
  transition-delay: 0.14s;
}

.purchase-modal.is-open .purchase-modal-item:nth-child(2) {
  transition-delay: 0.2s;
}

.purchase-modal.is-open .purchase-modal__note {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.26s;
}

/* 閉じるときは遅延をなくして、もたつきを防ぐ */
.purchase-modal:not(.is-open) .purchase-modal__head,
.purchase-modal:not(.is-open) .purchase-modal-item,
.purchase-modal:not(.is-open) .purchase-modal__note {
  transition-delay: 0s;
}

/* スマホは動きを少し控えめに */
@media screen and (max-width: 767px) {
  .purchase-modal__panel {
    transform: translateY(18px) scale(0.98);
  }

  .purchase-modal.is-open .purchase-modal__panel {
    transform: translateY(0) scale(1);
  }
}

/* 動きを減らす設定の人にはアニメーションを切る */
@media (prefers-reduced-motion: reduce) {
  .purchase-modal,
  .purchase-modal__overlay,
  .purchase-modal__panel,
  .purchase-modal__head,
  .purchase-modal-item,
  .purchase-modal__note {
    transition: none !important;
    transform: none !important;
  }
}
