/* ============================================================
   National Point — Index Page Styles
   MLB Korea風 ゆったり余白・スマホ最適化・ポップデザイン
   v20260604b
   ============================================================ */

/* ========== HERO ========== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
}
.hero__slides {
  position: absolute;
  inset: 0;
}
.hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.9s ease;
  transform: scale(1.04);
}
.hero__slide--active {
  opacity: 1;
  animation: heroZoom 8s ease forwards;
}
@keyframes heroZoom {
  from { transform: scale(1.04); }
  to   { transform: scale(1.0); }
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(0,0,0,0.68) 0%,
    rgba(0,0,0,0.22) 55%,
    rgba(0,0,0,0.46) 100%
  );
}
.hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(var(--nav-height) + 2rem) clamp(1.6rem, 6vw, 6rem) clamp(3rem, 8vh, 7rem);
  max-width: 860px;
}
.hero__eyebrow {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: var(--color-accent);
  padding: 0.28rem 0.85rem;
  margin-bottom: 1.2rem;
}
.hero__title {
  font-family: var(--font-sans);
  font-size: clamp(2.8rem, 8vw, 8rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 1.2rem;
}
.hero__title-line { display: block; }
.hero__title-line2 {
  display: block;
  font-size: 0.5em;
  font-weight: 700;
  letter-spacing: 0em;
  color: rgba(255,255,255,0.65);
  margin-top: 0.3em;
}
.hero__title em {
  font-style: normal;
  color: var(--color-accent-yellow);
  display: block;
}
.hero__desc {
  font-family: var(--font-jp);
  font-size: clamp(0.85rem, 1.1vw, 0.95rem);
  color: rgba(255,255,255,0.82);
  line-height: 1.85;
  margin-bottom: 2.2rem;
  max-width: 440px;
}
.hero__btns {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.hero__btn {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.85rem 2.2rem;
  transition: var(--transition-base);
  display: inline-block;
}
.hero__btn--primary {
  background: var(--color-accent);
  color: #fff;
  border: 2px solid var(--color-accent);
}
.hero__btn--primary:hover {
  background: #e0342a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,59,48,0.38);
}
.hero__btn--secondary {
  border: 1.5px solid rgba(255,255,255,0.6);
  color: #fff;
  background: transparent;
}
.hero__btn--secondary:hover {
  background: rgba(255,255,255,0.12);
}
.hero__controls {
  position: absolute;
  bottom: clamp(1.5rem, 3vh, 3rem);
  right: clamp(1.6rem, 5vw, 5rem);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.hero__arrow {
  width: 36px; height: 36px;
  border: 1.5px solid rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: var(--transition-fast);
  background: transparent;
}
.hero__arrow:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
}
.hero__arrow svg { width: 15px; height: 15px; }
.hero__dots { display: flex; gap: 0.5rem; }
.hero__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  transition: var(--transition-fast);
  cursor: pointer;
}
.hero__dot--active {
  background: var(--color-accent);
  transform: scale(1.25);
}
.hero__scroll-hint {
  position: absolute;
  bottom: clamp(1.5rem, 3vh, 3rem);
  left: clamp(1.6rem, 6vw, 6rem);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-sans);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.hero__scroll-line {
  display: block;
  width: 1.5px; height: 44px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%,100% { opacity: 0.45; }
  50%      { opacity: 0.9; }
}

/* ========== MARQUEE ========== */
.marquee {
  background: var(--color-accent);
  overflow: hidden;
  padding: 0.65rem 0;
}
.marquee__track {
  display: flex;
  white-space: nowrap;
  animation: marqueeScroll 24s linear infinite;
}
.marquee__item {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  padding: 0 2.4rem;
  flex-shrink: 0;
}
.marquee__item::after {
  content: '★';
  margin-left: 2.4rem;
  color: var(--color-accent-yellow);
  font-size: 0.48rem;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ========== SECTION COMMON ========== */
/* MLB Korea風：BEST ITEM スタイル */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 clamp(1.2rem, 5vw, 5rem);
}
.section-header {
  margin-bottom: 2rem;
}
.section-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 0.3rem;
  display: block;
}
/* MLB Koreaのセクションタイトルスタイル：大きく太く */
.section-title-text {
  font-family: var(--font-sans);
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--color-text);
  letter-spacing: -0.02em;
  margin-bottom: 0;
  line-height: 1.1;
}
.section-sub {
  font-family: var(--font-jp);
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-top: 0.5rem;
}
.section-footer {
  text-align: center;
  margin-top: 2.8rem;
}
/* MLB Korea風「全体を見る」ボタン */
.btn-outline {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  border: 1.5px solid var(--color-text);
  padding: 0.82rem 2.4rem;
  color: var(--color-text);
  display: inline-block;
  transition: var(--transition-base);
  letter-spacing: 0.02em;
}
.btn-outline:hover {
  background: var(--color-text);
  color: #fff;
}
.btn-primary {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  background: var(--color-accent);
  color: #fff;
  padding: 0.82rem 2.4rem;
  display: inline-block;
  transition: var(--transition-base);
  border: 2px solid var(--color-accent);
  letter-spacing: 0.02em;
}
.btn-primary:hover {
  background: #e0342a;
  transform: translateY(-1px);
}

/* ========== BRAND LINEUP ========== */
.brand-lineup {
  padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(1.6rem, 3vw, 2.8rem);
  background: #fff;
}

/* ---- セクションラベル（細いボーダー＋小テキスト）---- */
.brand-lineup__label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.brand-lineup__label::before {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  background: var(--color-text);
  border-radius: 2px;
  flex-shrink: 0;
}
.brand-lineup__label-text {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text);
}
.brand-lineup__label-text small {
  font-size: 0.85em;
  font-weight: 400;
  color: var(--color-text-muted);
  margin-left: 0.4rem;
  text-transform: none;
  letter-spacing: 0;
}
.brand-lineup__label--korea {
  margin-top: 2rem;
}
.brand-lineup__label--korea::before {
  background: var(--color-accent-blue, #0a6eff);
}
.brand-lineup__label--korea .brand-lineup__label-text {
  color: var(--color-accent-blue, #0a6eff);
}

/* ---- 自社ブランド：横3列コンパクトカード ---- */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}
.brand-card {
  background: #fff;
  overflow: hidden;
  border: 1.5px solid var(--color-border);
  transition: var(--transition-base);
  border-radius: 6px;
}
.brand-card:hover {
  border-color: var(--color-text);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.09);
}
.brand-card--soon { opacity: 0.72; }
.brand-card__link { display: block; color: inherit; }

/* 画像エリア：縦横比を 56% → 46% に縮小 */
.brand-card__img-wrap {
  position: relative;
  padding-top: 46%;
  overflow: hidden;
  background: var(--color-bg-section);
}
.brand-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.brand-card:hover .brand-card__img { transform: scale(1.04); }
.brand-card__badge {
  position: absolute;
  top: 0; left: 0;
  font-family: var(--font-sans);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  padding: 0.22rem 0.6rem;
}
.brand-card__soon-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: var(--color-accent-dark);
  color: rgba(255,255,255,0.9);
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.45rem;
}
.brand-card__body {
  padding: 0.6rem 0.85rem 0.75rem;
}
.brand-card__origin {
  font-family: var(--font-sans);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 0.18rem;
}
.brand-card__name {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 900;
  color: var(--color-text);
  margin-bottom: 0.12rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.brand-card__tagline {
  font-family: var(--font-jp);
  font-size: 0.68rem;
  color: var(--color-text-muted);
  line-height: 1.4;
  /* 1行で切る */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ---- 両グリッド共通：横スクロールピル型タグ ---- */
.own-brands,
.korea-brands {
  display: flex !important;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0.55rem;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  grid-template-columns: unset;
}
.own-brands::-webkit-scrollbar,
.korea-brands::-webkit-scrollbar { display: none; }

.own-brands .brand-card,
.korea-brands .brand-card {
  flex-shrink: 0;
  width: auto;
  min-width: 0;
  border-radius: 999px;
  border: 1.5px solid var(--color-border);
  background: #fff;
}
.own-brands .brand-card:hover {
  border-color: var(--color-text);
  background: #f8f8f8;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.10);
}
.korea-brands .brand-card:hover {
  border-color: var(--color-accent-blue, #0a6eff);
  background: #f0f6ff;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(10,110,255,0.12);
}

.own-brands .brand-card__link,
.korea-brands .brand-card__link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 1rem 0.45rem 0.55rem;
  white-space: nowrap;
}

/* 丸アイコン画像 */
.own-brands .brand-card__img-wrap,
.korea-brands .brand-card__img-wrap {
  width: 32px;
  height: 32px;
  min-width: 32px;
  padding-top: 0;
  border-radius: 50%;
  background: var(--color-bg-section);
  overflow: hidden;
  flex-shrink: 0;
}
.own-brands .brand-card__img,
.korea-brands .brand-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

/* テキストエリア */
.own-brands .brand-card__body,
.korea-brands .brand-card__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.own-brands .brand-card__origin,
.korea-brands .brand-card__origin { display: none; }
.own-brands .brand-card__name,
.korea-brands .brand-card__name {
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.own-brands .brand-card__tagline,
.korea-brands .brand-card__tagline {
  font-size: 0.6rem;
  color: var(--color-text-muted);
  margin: 0;
  white-space: nowrap;
}
.own-brands .brand-card__badge,
.korea-brands .brand-card__badge { display: none; }
.own-brands .brand-card__soon-label,
.korea-brands .brand-card__soon-label { display: none; }

/* ========== IDENTITY SECTION ========== */
/* 「ソウルと東京が熱くなる場所」— 力強いブランドステートメント */
.identity-section {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0a0a0a;
  margin: 0;
  padding: 0;
}

/* 背景画像 */
.identity-section__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  transform: scale(1.05);
  animation: heroZoom 18s ease forwards;
  display: block;
}

/* 濃いグラデーションオーバーレイ */
.identity-section__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(0,0,0,0.82) 0%,
    rgba(10,10,10,0.65) 50%,
    rgba(0,0,0,0.90) 100%
  );
  display: block;
}

/* コンテンツ */
.identity-section__content {
  position: relative;
  z-index: 2;
  padding: clamp(3.5rem, 8vh, 6rem) clamp(1.6rem, 6vw, 6rem);
  width: 100%;
  max-width: 860px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* eyebrow ラベル */
.identity-section__content .section-eyebrow {
  color: var(--color-accent);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  margin-bottom: 1.2rem;
  display: block;
}

/* メインタイトル */
.identity-section__title {
  font-family: var(--font-sans);
  font-size: clamp(2.6rem, 6.5vw, 5.8rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.0;
  margin: 0 0 0.15em;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 32px rgba(0,0,0,0.5);
}
.identity-section__title em {
  font-style: normal;
  color: var(--color-accent-yellow);
  display: block;
}

/* アクセントライン */
.identity-section__divider {
  width: 48px;
  height: 3px;
  background: var(--color-accent);
  margin: 1.4rem auto 1.4rem;
  display: block;
  border-radius: 2px;
}

/* サブコピー */
.identity-section__body {
  font-family: var(--font-jp);
  font-size: clamp(0.88rem, 1.3vw, 1.05rem);
  color: rgba(255,255,255,0.62);
  line-height: 1.75;
  letter-spacing: 0.06em;
  max-width: 480px;
  display: block;
}

/* 下部グラデーションフェード → TikTokへ自然接続 */
.identity-section::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #0a0a0a);
  pointer-events: none;
  z-index: 3;
}

/* ========== CATEGORY GRID ========== */
/* ========== CATEGORY GRID ========== */
.category-section {
  padding: clamp(1.8rem, 3.5vw, 3rem) 0;
  background: var(--color-bg-section);
}

/* 横スクロール帯 */
.category-grid {
  display: flex;
  gap: 0.6rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 0.3rem;
}
.category-grid::-webkit-scrollbar { display: none; }

/* カード：横長・低め */
.category-card {
  flex-shrink: 0;
  position: relative;
  width: clamp(160px, 22vw, 260px);
  height: 110px;
  overflow: hidden;
  display: block;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.22);
}
.category-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.category-card:hover .category-card__img { transform: scale(1.06); }

/* オーバーレイ：左右グラデ */
.category-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(0,0,0,0.72) 0%,
    rgba(0,0,0,0.28) 55%,
    rgba(0,0,0,0.10) 100%
  );
  transition: var(--transition-base);
}
.category-card:hover .category-card__overlay {
  background: linear-gradient(
    100deg,
    rgba(0,0,0,0.82) 0%,
    rgba(0,0,0,0.36) 55%,
    rgba(0,0,0,0.14) 100%
  );
}

/* テキスト：左寄せ・縦中央 */
.category-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.1rem;
  z-index: 2;
}
.category-card__num {
  font-family: var(--font-sans);
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--color-accent-yellow);
  display: block;
  margin-bottom: 0.22rem;
}
.category-card__title {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 0.18rem;
  white-space: pre-line;
}
.category-card__sub {
  font-family: var(--font-jp);
  font-size: 0.62rem;
  color: rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.category-card__sub::after {
  content: '→';
  font-size: 0.55rem;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s, transform 0.2s;
}
.category-card:hover .category-card__sub::after {
  opacity: 1;
  transform: translateX(0);
}

/* ========== NEW ARRIVALS ========== */
/* MLB Korea風：白背景・ゆったり余白 */
.arrivals-section {
  padding: clamp(3.2rem, 6vw, 7rem) 0;
  background: #fff;
}
/* MLB Korea風商品グリッド：PC4列→スマホ2列 */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem 1rem;
}
.product-card {
  background: #fff;
  overflow: hidden;
  transition: var(--transition-base);
}
.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.09);
}
.product-card__link { display: block; color: inherit; }
/* MLB Korea風：1:1正方形 or 4:5の画像 */
.product-card__img-wrap {
  position: relative;
  padding-top: 110%;
  overflow: hidden;
  background: var(--color-bg-section);
}
.product-card__img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.product-card:hover .product-card__img { transform: scale(1.04); }
/* ランキングバッジ（MLB Korea風：左上の数字バッジ） */
.product-card__rank {
  position: absolute;
  top: 0; left: 0;
  background: var(--color-text);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 900;
  width: 28px; height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.product-card__badge {
  position: absolute;
  top: 0; right: 0; /* ランキングバッジと重ならないよう右上に */
  font-family: var(--font-sans);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  color: #fff;
  z-index: 2;
}
.product-card__badge--new        { background: var(--color-accent); }
.product-card__badge--comingsoon { background: var(--color-accent-blue); }
/* MLB Korea風：カート追加アイコン */
.product-card__cart-btn {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  width: 34px; height: 34px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition-fast);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.product-card:hover .product-card__cart-btn { opacity: 1; }
/* MLB Korea風：ゆったりした商品情報エリア */
.product-card__body {
  padding: 10px 0 16px;
}
.product-card__brand {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 3px;
}
.product-card__name {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--color-text);
  margin-bottom: 6px;
  line-height: 1.4;
  /* MLB Koreaは商品名を2行で切る */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card__material {
  font-family: var(--font-jp);
  font-size: 0.72rem;
  color: var(--color-text-muted);
  margin-bottom: 6px;
}
/* MLB Korea風：価格を太字で大きく */
.product-card__price {
  font-family: var(--font-sans);
  font-size: 0.98rem;
  font-weight: 900;
  color: var(--color-text);
  letter-spacing: -0.01em;
}
.product-card__price span {
  font-size: 0.68rem;
  color: var(--color-text-muted);
  font-weight: 400;
  margin-left: 2px;
}
/* MLB Korea風：カラースウォッチ */
.product-card__swatches {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.product-card__swatch {
  width: 13px; height: 13px;
  border-radius: 50%;
  border: 1.5px solid var(--color-border);
}
.product-card__swatch--active { border-color: var(--color-text); }
.product-card__swatch-more {
  font-size: 0.6rem;
  color: var(--color-text-muted);
  font-weight: 600;
}

/* ========== STORY SECTION ========== */
.story-section {
  padding: clamp(3.2rem, 6vw, 8rem) 0;
  background: var(--color-bg-section);
}
.story-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.story-section__text .section-eyebrow { text-align: left; }
.story-section__title {
  font-family: var(--font-sans);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 900;
  color: var(--color-text);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.story-section__title em {
  font-style: normal;
  color: var(--color-accent);
}
.story-section__divider {
  width: 40px; height: 3px;
  background: var(--color-accent);
  margin: 1.2rem 0;
  border-radius: 2px;
}
.story-section__body {
  font-family: var(--font-jp);
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 2.0;
}
.story-section__images {
  position: relative;
  height: 480px;
}
.story-section__img-primary {
  position: absolute;
  top: 0; right: 0;
  width: 78%; height: 80%;
  background-size: cover;
  background-position: center;
}
.story-section__img-secondary {
  position: absolute;
  bottom: 0; left: 0;
  width: 46%; height: 46%;
  background-size: cover;
  background-position: center;
  border: 5px solid #fff;
  outline: 2px solid var(--color-accent);
}

/* ========== CAMPAIGN SECTION ========== */
.campaign-section {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.campaign-section__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.campaign-section__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.25) 100%);
}
.campaign-section__content {
  position: relative;
  z-index: 2;
  padding: clamp(2.4rem, 6vw, 6rem) clamp(1.6rem, 5vw, 5rem);
}
.campaign-section__tag {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: var(--color-accent);
  padding: 0.28rem 0.85rem;
  margin-bottom: 1.2rem;
}
.campaign-section__title {
  font-family: var(--font-sans);
  font-size: clamp(2.4rem, 5.5vw, 5.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin-bottom: 1.2rem;
}
.campaign-section__title em {
  font-style: normal;
  color: var(--color-accent-yellow);
  display: block;
}
.campaign-section__desc {
  font-family: var(--font-jp);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.95;
  margin-bottom: 2.2rem;
  max-width: 400px;
}
.btn-primary-light {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 700;
  background: #fff;
  border: 2px solid #fff;
  color: var(--color-text);
  padding: 0.85rem 2.4rem;
  display: inline-block;
  transition: var(--transition-base);
}
.btn-primary-light:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}

/* ========== TIKTOK FILM STRIP ========== */
.tiktok-section {
  background: #0a0a0a;
  padding: 1.2rem 0 2.4rem;
  overflow: hidden;
  position: relative;
  margin-top: 0;
}

/* ---- ヘッダー（アカウント情報） ---- */
.tiktok-section__header {
  display: flex;
  justify-content: center;
  margin-bottom: 1.6rem;
}
.tiktok-section__account {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.tiktok-section__logo {
  color: #fff;
  flex-shrink: 0;
}
.tiktok-section__account-info {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.tiktok-section__account-name {
  font-family: var(--font-en);
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}
.tiktok-section__account-handle {
  font-family: var(--font-en);
  font-size: 0.7rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.03em;
}
.tiktok-section__follow-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 1.1rem;
  background: var(--color-accent, #FF3B30);
  color: #fff;
  font-family: var(--font-jp);
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: var(--radius-pill, 999px);
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
  margin-left: 0.3rem;
}
.tiktok-section__follow-btn:hover {
  opacity: 0.85;
  transform: scale(1.05);
}

/* ---- フィルムパーフォレーション（上下の穴）---- */
.tiktok-film__perforations {
  display: flex;
  gap: 10px;
  padding: 0 4px;
  overflow: hidden;
}
.tiktok-film__perforations--top  { margin-bottom: 6px; }
.tiktok-film__perforations--bottom { margin-top: 6px; }
.tiktok-film__perforations span {
  display: inline-block;
  width: 20px;
  height: 14px;
  background: #fff;
  border-radius: 3px;
  flex-shrink: 0;
  opacity: 0.9;
}

/* ---- スクロールラッパー ---- */
.tiktok-film__wrap {
  overflow: hidden;
  cursor: grab;
}
.tiktok-film__wrap:active { cursor: grabbing; }

/* ---- 自動スクロールトラック ---- */
@keyframes tiktokScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.tiktok-film__track {
  display: flex;
  gap: 14px;
  padding: 4px 8px;
  width: max-content;
  animation: tiktokScroll 32s linear infinite;
  will-change: transform;
}

/* ---- 動画カード ---- */
.tiktok-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
  flex-shrink: 0;
  width: 148px;
  transition: transform 0.25s ease;
}
.tiktok-card:hover {
  transform: translateY(-6px) scale(1.03);
}
.tiktok-card__thumb {
  width: 148px;
  height: 262px;  /* 9:16 */
  border-radius: 10px;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}
.tiktok-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0,0,0,0.55) 100%
  );
  border-radius: 10px;
}
.tiktok-card__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.45);
  border: none;
  border-radius: 50%;
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding-left: 3px;
}
.tiktok-card:hover .tiktok-card__play {
  background: var(--color-accent, #FF3B30);
  transform: translate(-50%, -50%) scale(1.1);
}
.tiktok-card__icon {
  position: absolute;
  top: 8px; right: 8px;
  opacity: 0.85;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,0.5));
}
.tiktok-card__caption {
  font-family: var(--font-jp);
  font-size: 0.62rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 148px;
}

/* ---- レスポンシブ ---- */
@media (max-width: 600px) {
  .tiktok-card        { width: 120px; }
  .tiktok-card__thumb { width: 120px; height: 213px; }
  .tiktok-card__caption { max-width: 120px; }
  .tiktok-film__track { gap: 10px; animation-duration: 26s; }
  .tiktok-film__perforations span { width: 16px; height: 11px; }
}

/* ========== JOURNAL ========== */
.journal-section {
  padding: clamp(3.2rem, 6vw, 7rem) 0;
  background: var(--color-bg-warm);
}
/* ---- グリッド本体（idセレクタで詳細度を高めて確実に適用） ---- */
#journalGrid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: var(--spacing-md) !important;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- カード本体 ---- */
.journal-card {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  overflow: hidden;
  background: var(--color-surface);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.journal-card:hover {
  border-color: var(--color-accent);
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}
.journal-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* ---- 画像（imgタグ方式） ---- */
.journal-card__image-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--color-border);
}
.journal-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.journal-card:hover .journal-card__image { transform: scale(1.05); }

/* ---- カード本文 ---- */
.journal-card__body { padding: 0.9rem 1rem 1.1rem; }
.journal-card__cat {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 0.4rem;
}
.journal-card__title {
  font-family: var(--font-jp);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--color-cream);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.journal-card__date {
  font-family: var(--font-en);
  font-size: 0.65rem;
  color: var(--color-text-dim);
  letter-spacing: 0.06em;
}

/* ---- レスポンシブ ---- */
@media (max-width: 800px) {
  #journalGrid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.8rem !important;
  }
  .journal-card__body { padding: 0.7rem 0.8rem 0.9rem; }
  .journal-card__title { font-size: 0.78rem; -webkit-line-clamp: 2; }
  .journal-card__cat { font-size: 0.55rem; }
  .journal-card__date { font-size: 0.58rem; }
}
@media (max-width: 480px) {
  #journalGrid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.6rem !important;
  }
  .journal-card__image-wrap { aspect-ratio: 3 / 2; }
  .journal-card__body { padding: 0.6rem 0.7rem 0.8rem; }
  .journal-card__title { font-size: 0.73rem; -webkit-line-clamp: 2; }
  .journal-card__date { font-size: 0.58rem; }
}

/* ========== FOOTER ========== */
.footer {
  background: var(--color-accent-dark);
  color: rgba(255,255,255,0.7);
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 2fr auto;
  gap: 4rem;
  padding-top: 5rem;
  padding-bottom: 3rem;
  align-items: start;
}
.footer__logo {
  height: 56px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  margin-bottom: 1.2rem;
  filter: brightness(0) invert(1);
}
.footer__tagline {
  font-family: var(--font-jp);
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.7;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.footer__nav-head {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--color-accent);
  display: inline-block;
}
.footer__nav-col a {
  display: block;
  font-family: var(--font-jp);
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 0.5rem;
  transition: var(--transition-fast);
}
.footer__nav-col a:hover { color: var(--color-accent-yellow); }
.footer__sns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.2rem;
}
.footer__sns-link {
  color: rgba(255,255,255,0.35);
  transition: var(--transition-fast);
  display: flex;
  align-items: center;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.footer__sns-link:hover { color: var(--color-accent-yellow); }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 1.3rem clamp(1.2rem, 5vw, 5rem);
  text-align: center;
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.22);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1200px) {
  .product-grid     { grid-template-columns: repeat(3, 1fr); }
  .journal-grid     { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1000px) {
  .brand-grid:not(.korea-brands) { grid-template-columns: repeat(3, 1fr); }
  .product-grid     { grid-template-columns: repeat(2, 1fr); }
  /* .category-grid はflex横スクロールのため上書き不要 */
  .story-section__inner { grid-template-columns: 1fr; gap: 2.4rem; }
  .story-section__images { height: 340px; }
  .footer__inner    { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer__sns      { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 768px) {
  .hero__content    { max-width: 100%; }
  .hero__title      { font-size: clamp(2.4rem, 10vw, 4.2rem); }
  .brand-grid:not(.korea-brands) { grid-template-columns: repeat(3, 1fr); gap: 0.55rem; }
  .product-grid     { grid-template-columns: repeat(2, 1fr); gap: 1rem 0.8rem; }
  .journal-grid     { grid-template-columns: repeat(2, 1fr); }
  .footer__inner    { grid-template-columns: 1fr; gap: 2rem; }
  .footer__nav      { grid-template-columns: repeat(2, 1fr); }
  .identity-section { min-height: 44vh; }
  .identity-section__content { padding: 3rem 1.6rem 3.5rem; }
  /* .category-grid はflex横スクロールのため上書き不要 */
}

@media (max-width: 480px) {
  /* MLB Korea スマホ最適化 */
  .container { padding: 0 1.2rem; }

  /* ブランドグリッド */
  .brand-grid:not(.korea-brands) { grid-template-columns: 1fr 1fr; gap: 0.55rem; }
  .brand-card__body { padding: 0.75rem 0.9rem 1rem; }
  .brand-card__name { font-size: 0.88rem; }

  /* 商品グリッド — MLB Korea風：2列・ゆったり間隔 */
  .product-grid { grid-template-columns: 1fr 1fr; gap: 1.2rem 0.8rem; }
  .product-card__img-wrap { padding-top: 118%; } /* スマホは少し縦長に */
  .product-card__body { padding: 10px 0 14px; }
  .product-card__brand { font-size: 0.56rem; margin-bottom: 2px; }
  .product-card__name { font-size: 0.8rem; margin-bottom: 4px; }
  .product-card__price { font-size: 0.92rem; }
  .product-card__rank { width: 24px; height: 24px; font-size: 0.72rem; }
  .product-card__swatches { gap: 3px; margin-top: 6px; }
  .product-card__swatch { width: 12px; height: 12px; }

  /* カテゴリグリッド */
  .category-card { width: clamp(140px, 56vw, 200px); height: 90px; }
  .category-card__title { font-size: 0.9rem; }
  .category-card__content { padding: 1rem 0.9rem; }

  /* ジャーナル */
  .journal-grid { grid-template-columns: 1fr; }

  /* ヒーロー */
  .hero__btns { flex-direction: column; align-items: flex-start; }
  .hero__btn { width: 100%; text-align: center; padding: 0.9rem 1.6rem; }
  .hero__controls { bottom: 1.2rem; right: 1.2rem; }
  .hero__scroll-hint { display: none; }
  .hero__title { font-size: clamp(2.2rem, 10vw, 3.8rem); }

  /* セクションタイトル */
  .section-title-text { font-size: 1.4rem; }
  .section-eyebrow { font-size: 0.6rem; }
  .section-header { margin-bottom: 1.6rem; }
  .section-footer { margin-top: 2rem; }

  /* セクション余白 — MLB Korea風：ゆったり */
  .brand-lineup { padding: 2rem 0 1.6rem; }
  .arrivals-section { padding: 3rem 0 2.4rem; }
  .journal-section { padding: 3rem 0; }
  .category-section { padding: 1.6rem 0; }
  .story-section { padding: 3rem 0; }
  .story-section__inner { gap: 2rem; }
  .story-section__images { height: 280px; }

  /* フッター */
  .footer__inner { padding-top: 2.4rem; padding-bottom: 1.6rem; }
  .footer__nav { grid-template-columns: 1fr 1fr; }

  /* brand-lineup ラベル */
  .brand-lineup__label--korea { margin-top: 1.6rem; }
}

/* ============================================================
   PROMO BANNER — 動的アニメーション版
   ============================================================ */
.promo-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0A1F6B 0%, #1042B8 45%, #0A6EFF 100%);
  isolation: isolate;
}

/* Canvas パーティクル背景 */
.promo-banner__canvas {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* グリッド線オーバーレイ（元画像を再現） */
.promo-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.04) 0px,
      rgba(255,255,255,0.04) 1px,
      transparent 1px,
      transparent 44px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,0.025) 0px,
      rgba(255,255,255,0.025) 1px,
      transparent 1px,
      transparent 44px
    );
  pointer-events: none;
  z-index: 1;
}

/* 右端の光彩 */
.promo-banner::after {
  content: '';
  position: absolute;
  top: -40%; right: -10%;
  width: 55%; height: 200%;
  background: radial-gradient(ellipse, rgba(100,160,255,0.18) 0%, transparent 65%);
  pointer-events: none;
  z-index: 1;
  animation: promoGlow 4s ease-in-out infinite alternate;
}
@keyframes promoGlow {
  from { opacity: 0.6; transform: scale(1); }
  to   { opacity: 1;   transform: scale(1.1); }
}

.promo-banner__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: clamp(2.2rem, 4.5vw, 3.8rem);
  padding-bottom: clamp(2.2rem, 4.5vw, 3.8rem);
}

/* ---- テキストブロック ---- */
.promo-banner__text { flex: 1; }

/* NATIONAL POINT WEEK ラベル（スライドインアニメ） */
.promo-banner__week {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0.7rem;
  opacity: 0;
  transform: translateX(-20px);
  animation: promoSlideIn 0.7s 0.1s cubic-bezier(0.22,1,0.36,1) forwards;
}

/* メインタイトル（1行目は白、2行目＝emは黄） */
.promo-banner__title {
  font-family: var(--font-sans);
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(18px);
  animation: promoFadeUp 0.7s 0.25s cubic-bezier(0.22,1,0.36,1) forwards;
}
.promo-banner__title em {
  font-style: normal;
  color: var(--color-accent-yellow);
  display: block;
  /* テキストグロウ */
  text-shadow: 0 0 28px rgba(255,215,0,0.45), 0 2px 0 rgba(0,0,0,0.2);
}

/* 期間テキスト */
.promo-banner__period {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(255,255,255,0.95);
  letter-spacing: 0.04em;
  margin-bottom: 0.3rem;
  opacity: 0;
  animation: promoFadeUp 0.7s 0.4s cubic-bezier(0.22,1,0.36,1) forwards;
}

/* カウントダウン */
.promo-banner__countdown {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  opacity: 0;
  animation: promoFadeUp 0.7s 0.5s cubic-bezier(0.22,1,0.36,1) forwards;
}
.promo-banner__cd-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 6px;
  padding: 0.3rem 0.55rem 0.2rem;
  min-width: 42px;
  backdrop-filter: blur(4px);
}
.promo-banner__cd-num {
  font-family: var(--font-sans);
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
  transition: all 0.3s ease;
}
.promo-banner__cd-num.flip {
  animation: cdFlip 0.35s ease;
}
@keyframes cdFlip {
  0%   { transform: translateY(0);    opacity: 1; }
  45%  { transform: translateY(-8px); opacity: 0; }
  55%  { transform: translateY(8px);  opacity: 0; }
  100% { transform: translateY(0);    opacity: 1; }
}
.promo-banner__cd-label {
  font-family: var(--font-sans);
  font-size: 0.48rem;
  font-weight: 700;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.15rem;
}
.promo-banner__cd-sep {
  font-family: var(--font-sans);
  font-size: 1.2rem;
  font-weight: 900;
  color: rgba(255,255,255,0.4);
  line-height: 1;
  margin-bottom: 0.4rem;
  animation: cdBlink 1s step-end infinite;
}
@keyframes cdBlink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.15; }
}

.promo-banner__sub {
  font-family: var(--font-jp);
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  opacity: 0;
  animation: promoFadeUp 0.7s 0.6s cubic-bezier(0.22,1,0.36,1) forwards;
}

/* ---- クーポンエリア ---- */
.promo-banner__badge-area {
  display: flex;
  gap: 0.9rem;
  align-items: flex-end;
  flex-shrink: 0;
}

.promo-banner__badge {
  background: rgba(255,255,255,0.97);
  padding: 1rem 1.3rem 1.1rem;
  min-width: 130px;
  border-radius: 10px;
  box-shadow:
    0 8px 32px rgba(0,0,40,0.28),
    0 2px 8px rgba(0,0,0,0.15),
    inset 0 1px 0 rgba(255,255,255,0.8);
  position: relative;
  overflow: hidden;
  /* 初期状態：下からフライイン */
  opacity: 0;
  transform: translateY(30px) rotate(-2deg);
  animation: couponFlyIn 0.8s 0.5s cubic-bezier(0.34,1.56,0.64,1) forwards;
}
.promo-banner__badge--sub {
  transform: translateY(30px) rotate(1.5deg);
  animation-delay: 0.65s;
  animation-name: couponFlyIn;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.34,1.56,0.64,1);
  animation-fill-mode: forwards;
}
@keyframes couponFlyIn {
  to { opacity: 1; transform: translateY(0) rotate(var(--rot, -2deg)); }
}
.promo-banner__badge       { --rot: -2deg; }
.promo-banner__badge--sub  { --rot: 1.5deg; }

/* クーポン左端アクセント */
.promo-banner__badge::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 5px;
  background: var(--color-accent);
  border-radius: 10px 0 0 10px;
}
.promo-banner__badge--sub::before { background: var(--color-accent-blue, #0a6eff); }

/* クーポン光沢シマー */
.promo-banner__badge::after {
  content: '';
  position: absolute;
  top: 0; left: -60%;
  width: 40%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  transform: skewX(-20deg);
  animation: shimmer 3.5s 1.2s ease-in-out infinite;
}
.promo-banner__badge--sub::after { animation-delay: 1.6s; }
@keyframes shimmer {
  0%   { left: -60%; opacity: 0; }
  10%  { opacity: 1; }
  40%  { left: 120%; opacity: 0; }
  100% { left: 120%; opacity: 0; }
}

/* クーポン内テキスト */
.promo-banner__badge-cond {
  font-family: var(--font-jp);
  font-size: 0.58rem;
  font-weight: 600;
  color: #666;
  padding-left: 0.5rem;
  display: block;
  margin-bottom: 0.25rem;
}
.promo-banner__badge-val {
  font-family: var(--font-sans);
  font-size: 1.65rem;
  font-weight: 900;
  color: var(--color-text);
  letter-spacing: -0.04em;
  line-height: 1;
  padding-left: 0.5rem;
  display: block;
}
.promo-banner__badge-val small {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--color-accent);
  margin-left: 2px;
  letter-spacing: 0.04em;
}
.promo-banner__badge::after {
  content: 'National Point';
  position: static;
  display: block;
  padding-left: 0.5rem;
  margin-top: 0.35rem;
  font-family: var(--font-sans);
  font-size: 0.46rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #bbb;
  text-transform: uppercase;
  background: none;
  transform: none;
  animation: none;
  width: auto; height: auto;
  top: auto; left: auto;
}

/* クーポンホバー */
.promo-banner__badge:hover {
  transform: translateY(-4px) rotate(0deg) scale(1.03) !important;
  box-shadow: 0 16px 48px rgba(0,0,40,0.35), 0 4px 16px rgba(0,0,0,0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* アニメーションキーフレーム共通 */
@keyframes promoSlideIn {
  to { opacity: 1; transform: translateX(0); }
}
@keyframes promoFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* ---- レスポンシブ ---- */
@media (max-width: 768px) {
  .promo-banner__badge-area { gap: 0.6rem; }
  .promo-banner__badge { min-width: 108px; padding: 0.8rem 1rem; }
  .promo-banner__badge-val { font-size: 1.35rem; }
}
@media (max-width: 480px) {
  .promo-banner__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
  .promo-banner__title { font-size: 1.8rem; }
  .promo-banner__badge-area {
    width: 100%;
    justify-content: flex-start;
  }
  .promo-banner__cd-num { font-size: 1.1rem; }
  .promo-banner__cd-unit { min-width: 36px; }
}


