@charset "UTF-8";
/*
 * esience 2026 / page-subscription-guide styles（PC）
 * 出典: Figma ESIENCE-HP_2602 node 8919:4123「定期便初めてページ」。
 *
 * 方針（page-brand.css と同じ規約）:
 *   - 全セレクタを .has-2026-template スコープ配下に置く（旧テーマ非干渉）
 *   - 色/フォント/余白は _base.css のトークンへマッピング（SSOT）
 *   - header/footer/support/floating-line は _global.css 担当（ここには書かない）
 *   - @media は書かない（SP は _sp.css の @media(max-width:797px) に一元化）
 *   - 汎用クラスは必ず親スコープ（.has-2026-template）付き
 *
 * 依存: _base.css → _global.css → page-subscription-guide.css → _sp.css
 */

/* =========================================================
   PAGE 基本（白地ベース）
   ========================================================= */
.has-2026-template .site-main.page-subscription-guide {
  background-color: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-jp-base);
}

/* =========================================================
   FV（ヒーロー）— Figma 8919:4125
   背景=products画像（左が明るくテキスト用）。テキストは1260カラム左に配置。
   ========================================================= */
.has-2026-template .subsc-fv {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
  background: var(--color-white) url('../img/subscription-guide/fv-pc.webp') center center / cover no-repeat;
}
/* 透明ヘッダー（白ナビ）の視認性確保: FV 上部に薄い暗幕（PC）。
   ヘッダーはスクロールで赤に変わる（他ページと同じ挙動）。 */
.has-2026-template .subsc-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(38, 38, 42, 0.42), rgba(38, 38, 42, 0));
  pointer-events: none;
}
/* SP 専用の in-flow 画像。PC は背景画像を使うため非表示 */
.has-2026-template .subsc-fv__img {
  display: none;
}
.has-2026-template .subsc-fv__inner {
  position: relative;
  z-index: 1;
  width: 1260px;
  max-width: var(--content-max);
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
}
.has-2026-template .subsc-fv__heading,
.has-2026-template .subsc-fv__body {
  max-width: 546px;
}
.has-2026-template .subsc-fv__body {
  margin-top: 36px;
  max-width: 560px;
}
.has-2026-template .subsc-fv__eyebrow {
  font-family: var(--font-jp-heading);
  font-size: 32px;
  font-weight: 500;
  color: var(--color-text);
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.has-2026-template .subsc-fv__title {
  font-family: var(--font-jp-heading);
  font-size: 48px;
  font-weight: 500;
  color: var(--color-text);
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin: 0;
}
.has-2026-template .subsc-fv__title-en {
  font-family: var(--font-en-btn);
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: var(--color-accent);
  margin-top: 14px;
}
.has-2026-template .subsc-fv__lead {
  margin-top: 0;
}
.has-2026-template .subsc-fv__lead p {
  font-family: var(--font-jp-heading);
  font-size: 20px;
  line-height: 1.7;
  color: var(--color-text);
  margin: 0;
}
.has-2026-template .subsc-fv__lead p + p {
  margin-top: 1.5em;
}
.has-2026-template .subsc-fv__ref {
  color: var(--color-text-sub);
  font-size: 0.6em;
  vertical-align: super;
}
.has-2026-template .subsc-fv__note {
  font-family: var(--font-jp-base);
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-sub);
  margin-top: 26px;
}

/* =========================================================
   共通セクション部品（section head / numbered block）
   ========================================================= */
.has-2026-template .subsc-section {
  padding: 88px 0 100px;
}
.has-2026-template .subsc-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--content-gutter);
}
.has-2026-template .is-accent {
  color: var(--color-accent);
}

/* section head: アイコン＋見出し＋赤下線 */
.has-2026-template .subsc-sec-head {
  margin-bottom: 56px;
}
.has-2026-template .subsc-sec-head__ttl {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-accent);
  font-family: var(--font-jp-heading);
  font-size: 50px;
  font-weight: 500;
  color: var(--color-text);
  letter-spacing: 0.06em;
}
.has-2026-template .subsc-sec-head__icon {
  width: 72px;
  height: auto;
  flex: 0 0 auto;
}
/* 見出しメイン: Figma 8919:4145 — 2行・両方アクセント赤（主=36px / 特典=50px） */
.has-2026-template .subsc-sec-head__main {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: var(--color-accent);
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0.04em;
}
.has-2026-template .subsc-sec-head__main .is-accent {
  font-size: 50px;
}

/* numbered block（01./02./03.） */
.has-2026-template .subsc-block {
  margin-top: 64px;
  border-bottom: 1px solid var(--color-line);
}
.has-2026-template .subsc-block:first-of-type {
  margin-top: 0;
}
.has-2026-template .subsc-block__head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 14px 4px;
  cursor: pointer;
  list-style: none;
}
.has-2026-template .subsc-block__head::-webkit-details-marker {
  display: none;
}
.has-2026-template .subsc-block__num {
  font-family: var(--font-jp-base);
  font-size: 36px;
  font-weight: 400;
  color: var(--color-accent);
}
.has-2026-template .subsc-block__title {
  font-family: var(--font-jp-base);
  font-size: 24px;
  font-weight: 500;
  color: var(--color-text);
  letter-spacing: 0.04em;
}
.has-2026-template .subsc-block__title .is-accent {
  font-family: var(--font-jp-heading);
  font-size: 40px;
  font-weight: 600;
}
/* 「25」だけ一回り大きく（%OFF・前後の文字は現状維持。Figma 56/40=1.4em） */
.has-2026-template .subsc-block__emph {
  font-size: 1.4em;
  line-height: 1;
}
.has-2026-template .subsc-block__chev {
  width: 12px;
  height: 12px;
  margin-left: auto;
  align-self: center;
  border-right: 1px solid var(--color-accent);
  border-bottom: 1px solid var(--color-accent);
  transform: translateX(-2px) rotate(-45deg);
  transition: transform 0.25s ease;
}
.has-2026-template .subsc-block[open] .subsc-block__chev {
  transform: translateY(-2px) rotate(45deg);
}
.has-2026-template .subsc-block__body-wrap {
  padding-top: 4px;
  padding-bottom: 24px;
}
/* このブロックだけ中身を中央寄せ（PC。SPは _sp.css で左に戻す） */
.has-2026-template .subsc-block__body-wrap--center {
  text-align: center;
}
/* BENEFIT 02（送料無料）は本文だけ左寄せ（画像・注釈は中央のまま） */
.has-2026-template .subsc-benefit .subsc-block__body-wrap--center .subsc-block__body {
  text-align: left;
}
.has-2026-template .subsc-block__body {
  font-family: var(--font-jp-base);
  font-size: 24px;
  line-height: 2;
  color: var(--color-text);
  margin: 24px 0 0;
}
.has-2026-template .subsc-block__note {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-sub);
  margin: 10px 0 0;
}
.has-2026-template .subsc-block__note--center {
  text-align: center;
  margin-top: 18px;
}

/* 料金比較カラム（赤/橙バー＋図版＋注記） */
.has-2026-template .subsc-prices {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  margin-top: 36px;
}
.has-2026-template .subsc-price-col {
  min-width: 0;
}
.has-2026-template .subsc-price-col__bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-height: 48px;
  padding: 0 16px 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.04em;
}
.has-2026-template .subsc-price-col__bar-thumb {
  flex: 0 0 auto;
  height: 52px;
  width: auto;
  margin-top: -2px;
  margin-bottom: -2px;
}
.has-2026-template .subsc-price-col__bar--red {
  background: var(--color-accent);
}
.has-2026-template .subsc-price-col__bar--orange {
  background: #dc8757;
}
.has-2026-template .subsc-price-col__fig {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 22px;
}
.has-2026-template .subsc-price-col__notes {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.has-2026-template .subsc-price-col__notes li {
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-text-sub);
}

/* 送料無料 図版 */
.has-2026-template .subsc-ship {
  margin-top: 28px;
  text-align: center;
}
.has-2026-template .subsc-ship__fig {
  width: 100%;
  max-width: 680px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   SERVICE 固有
   ========================================================= */
/* ブロック見出しの小さなリード語 */
.has-2026-template .subsc-block__lead {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-text);
  margin-right: 8px;
}
.has-2026-template .subsc-block__lead--after {
  margin-right: 0;
  margin-left: 12px;
}

/* 01 選べるお届けサイクル（ピル） */
.has-2026-template .subsc-cycle {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.has-2026-template .subsc-cycle__row {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.has-2026-template .subsc-cycle__pill {
  width: 132px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FAE8EC;
  color: var(--color-accent);
  font-family: var(--font-jp-base);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 8px;
}
/* pill は数字だけ大きく（「日」は基準サイズのまま）。数字と日は下ライン(ベースライン)を揃える */
.has-2026-template .subsc-cycle__pill-inner {
  display: inline-flex;
  align-items: baseline;
}
.has-2026-template .subsc-cycle__pill-num {
  font-size: 2em;
  line-height: 1;
}

/* 汎用 図版ラッパー（中央寄せ・最大幅で過拡大を防ぐ） */
.has-2026-template .subsc-figure {
  margin-top: 36px;
  text-align: center;
}
.has-2026-template .subsc-figure img {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.has-2026-template .subsc-figure--narrow img {
  max-width: 480px;
}
.has-2026-template .subsc-figure--cal img {
  max-width: 520px;
}

/* 05 マイページ ボタン群 */
.has-2026-template .subsc-mypage {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.has-2026-template .subsc-mypage__btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 26px;
  background: var(--color-gray-base);
  color: var(--color-text-sub);
  font-size: 14px;
  border-radius: 4px;
}
.has-2026-template .subsc-mypage__btn svg {
  flex: 0 0 auto;
}

/* =========================================================
   Q&A（アコーディオン details/summary）
   ========================================================= */
.has-2026-template .subsc-sec-head__ttl--noicon {
  display: block;
}
.has-2026-template .subsc-qa__item {
  border-bottom: 1px solid var(--color-line);
}
.has-2026-template .subsc-qa__q {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 36px 4px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-jp-base);
  font-size: 24px;
  color: var(--color-text);
}
.has-2026-template .subsc-qa__q::-webkit-details-marker {
  display: none;
}
.has-2026-template .subsc-qa__num {
  font-family: var(--font-jp-base);
  font-size: 36px;
  font-weight: 400;
  color: #8C8C8C;
  flex: 0 0 auto;
}
.has-2026-template .subsc-qa__qtext {
  flex: 1 1 auto;
}
.has-2026-template .subsc-qa__chev {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-right: 1px solid var(--color-accent);
  border-bottom: 1px solid var(--color-accent);
  transform: translateX(-2px) rotate(-45deg);
  transition: transform 0.25s ease;
}
.has-2026-template .subsc-qa__item[open] .subsc-qa__chev {
  transform: translateY(-2px) rotate(45deg);
}
.has-2026-template .subsc-qa__a {
  padding: 0 4px 26px;
}
.has-2026-template .subsc-qa__a p {
  font-family: var(--font-jp-base);
  font-size: 24px;
  line-height: 1.95;
  color: var(--color-text);
  margin: 0;
}
.has-2026-template .subsc-qa__a p + p {
  margin-top: 1.2em;
}
