/* =========================================================
   Renadyl LP v3 — デザイナーzip(renadyl_lp_html_updated_v3) 由来
   スコープ: #renadyl-lp (既存LP・他ページへの干渉防止)
   アセット: ./v3/assets/* (子テーマ swell_child/renadyl/v3/assets)
   ---------------------------------------------------------
   設計方針(2026-06 改修):
   - コンテナ幅はヒーロー(min(1544px, 100%-128px))と揃える
   - カード/グリッド型セクションは高さを内容駆動(aspect-ratio解除)にし
     固定箱への押し込みによる「見切れ」を防止
   - 本文フォントは可読性優先(floor 14px以上 / 本文max 16-17px)
   ========================================================= */
#renadyl-lp {
  --v3-navy: #0b315b;
  --v3-navy-deep: #052646;
  --v3-blue: #166fbd;
  --v3-blue-soft: #dceeff;
  --v3-gold: #c89335;
  --v3-gold-light: #f3d790;
  --v3-paper: #fbfdff;
  --v3-text: #173557;
  --v3-sans: "YakuHanJP", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --v3-serif: "YakuHanMP", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}
#renadyl-lp * { box-sizing: border-box; }
#renadyl-lp a { color: inherit; text-decoration: none; }
#renadyl-lp img { max-width: 100%; display: block; }
#renadyl-lp button { font: inherit; }
/* アイコンは FontAwesome 6 Free(SWELL同梱, <span class="fa-solid fa-*">)を使用。
   各コンテナ側で font-size を指定してサイズ制御、色は color を継承。
   ※ アイコンを span にしているため `.xxx span { font-family }` 等に負けて
     FAフォントが外れる箇所があるので、FAフォントは !important で固定する */
#renadyl-lp .fa-solid { font-family: "Font Awesome 6 Free" !important; font-weight: 900; line-height: 1; vertical-align: middle; }

/* セクション共通
   ※ aspect-ratio はヒーロー直下の「コンポジション型」(01/02/04/07)だけに効かせ、
     カード/グリッド型(03/05/06/08)は下で解除して内容駆動の高さにする */
#renadyl-lp .lp-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1672 / 941;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  background-color: #f9fcff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--v3-text);
  font-family: var(--v3-sans);
}
#renadyl-lp .lp-section + .lp-section { border-top: 1px solid rgba(19, 67, 111, .04); }
#renadyl-lp .section-01 { background-image: url("v3/assets/section1-hero-bg.webp"); background-position: center center; background-size: cover; }
#renadyl-lp .section-02 { background-image: url("v3/assets/section2-bg.webp"); background-position: center center; background-size: cover; }
#renadyl-lp .section-03 { background-image: url("v3/assets/background-section-3.svg"); }
#renadyl-lp .section-04 { background: #eef4fa; padding: 0; }
#renadyl-lp .section-05 { background-image: url("v3/assets/section5-bg.webp"); background-position: center center; background-size: cover; }
#renadyl-lp .section-06 { background-image: url("v3/assets/section6-bg.webp"); background-position: center center; background-size: cover; }

/* カード/グリッド型は内容に応じて高さが伸びるようにする(見切れ防止) */
#renadyl-lp .section-03,
#renadyl-lp .section-05,
#renadyl-lp .section-06 { aspect-ratio: auto; height: auto; }

/* コンテナ: メインコンテンツはTOPページの本文幅(1152px)に統一。
   ヒーロー(hero-v2.css側)は対象外で全幅のまま */
#renadyl-lp .section-inner { position: relative; z-index: 2; width: min(1152px, calc(100% - 96px)); height: 100%; margin: 0 auto; }
/* フロー型セクションの内側は内容駆動の高さ + 上下余白で均一なリズムに */
#renadyl-lp .section-03 .section-inner,
#renadyl-lp .section-05 .section-inner,
#renadyl-lp .section-06 .section-inner { height: auto; padding-top: clamp(56px, 5vw, 96px); padding-bottom: clamp(56px, 5vw, 96px); }

/* セクション見出し共通 */
#renadyl-lp .section-kicker { display: flex; align-items: center; gap: 16px; color: #587798; font-family: var(--v3-serif); letter-spacing: .26em; font-size: clamp(11px, .78vw, 14px); font-weight: 600; }
#renadyl-lp .section-kicker .num { color: var(--v3-gold); font-size: clamp(24px, 2.1vw, 38px); letter-spacing: 0; font-weight: 400; line-height: 1; }
#renadyl-lp .section-kicker.gold { color: #efc875; }
#renadyl-lp .section-kicker.gold .num { color: #f0c56a; }
#renadyl-lp .gold-rule { display: block; width: 50px; height: 2px; margin: 20px 0 22px; background: var(--v3-gold); }

#renadyl-lp .lp-section h1,
#renadyl-lp .lp-section h2,
#renadyl-lp .lp-section h3,
#renadyl-lp .lp-section h4,
#renadyl-lp .lp-section p { margin-top: 0; }

/* ボタン共通 */
#renadyl-lp .button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; border-radius: 4px; font-family: var(--v3-serif); font-weight: 600; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
#renadyl-lp .button:hover { transform: translateY(-2px); filter: brightness(1.04); }
#renadyl-lp .button .fa-solid { font-size: 1.05em; }
#renadyl-lp .button-gold { min-width: 380px; padding: 17px 28px; color: #172c43; background: linear-gradient(110deg, #f9e8b7, #dfa842); box-shadow: 0 14px 30px rgba(0, 0, 0, .18); font-size: clamp(15px, 1.05vw, 18px); gap: 18px; }
#renadyl-lp .button-navy { color: #fff; background: linear-gradient(90deg, #0b3768, #052d58); border-radius: 999px; padding: 14px 28px; font-size: clamp(14px, 1vw, 16px); box-shadow: 0 10px 28px rgba(6, 45, 88, .18); gap: 18px; }

/* 01 INTRODUCTION */
#renadyl-lp .intro-layout { display: flex; align-items: center; }
/* §01 背景に白オーバーレイ。デスクトップは左寄りグラデ(右の犬猫は残す)、SP/タブレットは下で濃いフラットに上書き */
#renadyl-lp .section-01::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(95deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .82) 44%, rgba(255, 255, 255, .34) 66%, rgba(255, 255, 255, 0) 82%); }
/* 背景写真と重なる文字の可読性を上げる控えめな白グロー */
#renadyl-lp .intro-copy { position: relative; z-index: 4; width: 56%; padding-top: 1%; text-shadow: 0 0 10px rgba(255, 255, 255, .75); }
#renadyl-lp .intro-copy h1 { margin: 22px 0 0; color: var(--v3-navy); font-family: var(--v3-serif); font-size: clamp(28px, 2.4vw, 40px); font-weight: 500; line-height: 1.5; letter-spacing: .015em; }
#renadyl-lp .lead-copy { color: #1b3f66; font-family: var(--v3-serif); font-size: clamp(15px, 1.05vw, 17px); line-height: 1.95; letter-spacing: .04em; }
#renadyl-lp .lead-copy p + p { margin-top: 18px; }
/* 3つの強みバッジ: カード化して存在感を出し、テキストとのバランスを取る */
#renadyl-lp .intro-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; width: 100%; margin-top: 40px; }
#renadyl-lp .intro-points article { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 150px; padding: 22px 16px; text-align: center; border: 0; background: rgba(255, 255, 255, .72); border-radius: 14px; box-shadow: 0 8px 22px rgba(38, 93, 143, .10); }
#renadyl-lp .icon-ring { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 50%; color: #1d72c0; background: linear-gradient(145deg, #fff, #eaf4fd); box-shadow: 0 6px 16px rgba(42, 97, 147, .12); }
#renadyl-lp .icon-ring .fa-solid { font-size: 26px; }
#renadyl-lp .intro-points strong { color: #15365a; font-size: clamp(14px, 1.02vw, 17px); line-height: 1.6; }
#renadyl-lp .intro-photo { display: none; }
#renadyl-lp .intro-product { position: absolute; z-index: 5; right: 33.2%; bottom: 8.5%; width: 15.6%; filter: drop-shadow(0 18px 22px rgba(38, 93, 143, .16)); }

/* 02 FEATURE 01 */
#renadyl-lp .feature-one-layout { display: flex; align-items: center; }
#renadyl-lp .feature-one-copy { width: 56%; padding-top: 1%; }
#renadyl-lp .feature-one-copy h2 { margin: 22px 0 16px; color: var(--v3-navy); font-family: var(--v3-serif); font-size: clamp(28px, 2.4vw, 40px); font-weight: 500; line-height: 1.4; letter-spacing: .03em; }
#renadyl-lp .feature-one-copy h2 em { font-style: normal; }
#renadyl-lp .feature-one-copy > p { color: #1d3a5d; font-family: var(--v3-serif); font-size: clamp(15px, 1.05vw, 17px); line-height: 1.9; letter-spacing: .03em; }
#renadyl-lp .feature-one-copy mark { background: none; color: #b87913; }
#renadyl-lp .feature-list { list-style: none; margin: 22px 0 0; padding: 0; width: 82%; }
#renadyl-lp .feature-list li { display: flex; align-items: center; min-height: 62px; gap: 18px; border-bottom: 1px solid rgba(195, 145, 57, .45); color: #19375b; font-family: var(--v3-serif); font-size: clamp(15px, 1.05vw, 18px); font-weight: 600; }
#renadyl-lp .feature-list li:last-child { border-bottom: 0; }
#renadyl-lp .feature-list li > span { display: grid; place-items: center; flex: 0 0 50px; width: 50px; height: 50px; border: 1px solid rgba(199, 147, 50, .8); border-radius: 50%; color: #1f6db5; }
#renadyl-lp .feature-list li span .fa-solid { font-size: 22px; }
#renadyl-lp .cfu-stage { position: absolute; inset: 2% 0 0 57%; }
#renadyl-lp .gold-orbit,
#renadyl-lp .cfu-copy,
#renadyl-lp .gold-orbit::before,
#renadyl-lp .gold-orbit::after { display: none; }
#renadyl-lp .cfu-stage > img { position: absolute; z-index: 4; right: 20%; bottom: 15%; width: 70%; max-width: 560px; filter: drop-shadow(0 24px 22px rgba(16, 63, 105, .14)); }

/* 03 FEATURE 02 / MECHANISM
   ※ 見出し → 3カラム菌株 → 腸腎連関パネル(フル幅) の縦積み */
#renadyl-lp .mechanism-layout { display: grid; grid-template-columns: 1fr; gap: 28px; }
#renadyl-lp .mechanism-header h2 { margin: 18px 0 4px; color: var(--v3-navy); font-family: var(--v3-serif); font-size: clamp(28px, 2.4vw, 40px); font-weight: 500; letter-spacing: .04em; line-height: 1.4; }
#renadyl-lp .mechanism-header h3 { margin: 0 0 14px; color: var(--v3-navy); font-family: var(--v3-serif); font-size: clamp(18px, 1.4vw, 24px); font-weight: 500; }
#renadyl-lp .mechanism-header p { margin: 0; font-size: clamp(14px, 1vw, 16px); line-height: 1.8; letter-spacing: .03em; }
#renadyl-lp .strain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; min-height: 0; }
/* 菌株カード: 小さい円画像(左)＋菌名(右)の横並び(アイコンサムネ風) */
#renadyl-lp .strain-card { position: relative; display: flex; flex-direction: row; align-items: center; gap: 16px; padding: 22px 20px; text-align: left; background: rgba(255, 255, 255, .92); border: 1px solid rgba(62, 120, 175, .22); border-radius: 14px; box-shadow: 0 12px 28px rgba(36, 91, 139, .14); overflow: hidden; }
#renadyl-lp .strain-card.blue { --accent: #1a73bb; }
#renadyl-lp .strain-card.teal { --accent: #199a94; }
#renadyl-lp .strain-card.purple { --accent: #7b5eb3; }
#renadyl-lp .strain-card img { flex: 0 0 auto; width: 24%; max-width: 80px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
#renadyl-lp .strain-card h4 { margin: 0; color: #173660; font-family: Georgia, serif; font-size: clamp(15px, 1.12vw, 19px); line-height: 1.32; font-weight: 500; }
#renadyl-lp .strain-card h4 em { display: inline-block; margin-top: 4px; color: var(--accent); font-style: normal; font-weight: 600; letter-spacing: .05em; }
#renadyl-lp .axis-panel { display: flex; flex-direction: column; min-height: auto; padding: 30px 34px 24px; background: rgba(255, 255, 255, .84); border: 1px solid rgba(61, 120, 177, .2); border-radius: 18px; box-shadow: 0 14px 35px rgba(38, 92, 143, .12); backdrop-filter: blur(8px); }
#renadyl-lp .axis-panel > h3 { margin: 0 0 12px; padding-left: 14px; border-left: 4px solid var(--v3-gold); color: #1a3a60; font-family: var(--v3-serif); font-size: clamp(17px, 1.3vw, 22px); font-weight: 500; line-height: 1.45; }
#renadyl-lp .axis-panel > p { margin: 0; color: #263f5e; font-size: clamp(14px, 1vw, 16px); line-height: 1.85; }

/* 04 FOR VETERINARIANS / RESOURCES — フルワイドの濃紺バンド(エッジtoエッジ) */
#renadyl-lp .dark-frame { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 0; background-image: url("v3/assets/section4-bg.webp"); background-size: cover; background-position: center; color: #fff; }
/* §04の本文幅は専用指定を撤去し、他セクションと同じ .section-inner 基本ルール
   (デスクトップ1152px / 縮小時940px)に統一(以前1360px固定で幅が食い違っていた) */
#renadyl-lp .resources-layout { display: flex; align-items: center; }
/* 白文字が明るい書類背景に重なる箇所の可読性を上げる控えめな暗いシャドウ */
#renadyl-lp .resources-copy { width: 55%; padding-left: 2.5%; position: relative; z-index: 4; text-shadow: 0 1px 4px rgba(0, 0, 0, .45); }
#renadyl-lp .resources-copy h2 { margin: 20px 0 16px; font-family: var(--v3-serif); font-size: clamp(26px, 2.2vw, 38px); line-height: 1.45; font-weight: 500; letter-spacing: .03em; }
#renadyl-lp .resources-copy > p { margin: 0 0 18px; font-family: var(--v3-serif); font-size: clamp(15px, 1.05vw, 17px); line-height: 1.85; letter-spacing: .02em; }
#renadyl-lp .resources-copy ul { list-style: none; margin: 0 0 26px; padding: 0; width: 80%; }
#renadyl-lp .resources-copy li { display: flex; align-items: center; gap: 16px; min-height: 54px; border-top: 1px solid rgba(255, 255, 255, .18); font-size: clamp(14px, 1vw, 17px); }
#renadyl-lp .resources-copy li .fa-solid { flex: 0 0 auto; color: #efc564; font-size: 22px; }

/* 05 GUIDELINE */
#renadyl-lp .center-heading { text-align: center; }
#renadyl-lp .center-kicker { display: flex; justify-content: center; align-items: center; gap: 18px; flex-wrap: wrap; color: var(--v3-gold); font-family: var(--v3-serif); }
#renadyl-lp .center-kicker span { width: 42px; height: 1px; background: var(--v3-gold); }
#renadyl-lp .center-kicker b { font-size: clamp(24px, 2.1vw, 38px); font-weight: 400; }
#renadyl-lp .center-kicker small { flex-basis: 100%; margin-top: -10px; color: #173d67; font-size: 11px; letter-spacing: .3em; }
#renadyl-lp .center-heading h2 { margin: 16px 0 12px; color: var(--v3-navy); font-family: var(--v3-serif); font-size: clamp(28px, 2.4vw, 40px); font-weight: 500; letter-spacing: .03em; line-height: 1.45; }
#renadyl-lp .center-heading p { color: #49637e; font-family: var(--v3-serif); font-size: clamp(14px, 1vw, 16px); line-height: 1.8; }
#renadyl-lp .guideline-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 38px; }
#renadyl-lp .guideline-grid article { position: relative; min-height: 470px; padding: 24px 16px; text-align: center; background: rgba(255, 255, 255, .92); border-radius: 16px; box-shadow: 0 10px 28px rgba(38, 94, 143, .09); }
#renadyl-lp .card-no { display: block; color: #bc8427; font-family: var(--v3-serif); font-size: clamp(20px, 1.8vw, 33px); }
#renadyl-lp .guideline-grid i { display: grid; place-items: center; width: 95px; height: 95px; margin: 10px auto 18px; border-radius: 50%; color: #1769ae; background: linear-gradient(145deg, #fff, #eef6fd); box-shadow: 0 8px 20px rgba(42, 97, 147, .11); }
#renadyl-lp .guideline-grid i .fa-solid { font-size: 42px; }
#renadyl-lp .guideline-grid h3 { margin: 0; color: #17385e; font-family: var(--v3-serif); font-size: clamp(15px, 1.12vw, 19px); line-height: 1.4; font-weight: 500; }
#renadyl-lp .guideline-grid em { display: block; width: 40px; height: 2px; margin: 16px auto 21px; background: var(--v3-gold); }
#renadyl-lp .guideline-grid p { margin: 0; color: #3b526a; font-size: clamp(14px, .95vw, 15px); line-height: 1.85; text-align: left; }
#renadyl-lp .temperature-note { display: block; margin-top: 18px; padding: 10px 8px; color: #1c67aa; background: #edf6ff; border-radius: 7px; font-size: clamp(12px, .78vw, 13px); line-height: 1.6; }
#renadyl-lp .guideline-note { display: flex; align-items: center; justify-content: center; gap: 12px; width: 60%; margin: 28px auto 0; padding: 12px 18px; border: 1px solid rgba(51, 121, 187, .35); border-radius: 999px; color: #2a5f93; font-family: var(--v3-serif); font-size: clamp(13px, .95vw, 16px); background: rgba(255, 255, 255, .65); }
#renadyl-lp .guideline-note span { display: grid; place-items: center; flex: 0 0 auto; width: 30px; height: 30px; border: 2px solid #2571b9; border-radius: 50%; font-family: var(--v3-sans); font-weight: 700; }

/* 06 PURCHASE */
#renadyl-lp .purchase-heading-row { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; gap: 32px; }
#renadyl-lp .purchase-heading-row h2 { margin: 0; color: var(--v3-navy); font-family: var(--v3-serif); font-size: clamp(28px, 2.4vw, 40px); font-weight: 500; line-height: 1.4; }
#renadyl-lp .purchase-heading-row h2 small { display: block; font-size: .55em; margin-top: 6px; }
#renadyl-lp .purchase-heading-row p { width: 50%; margin: 0; color: #233d5c; font-family: var(--v3-serif); font-size: clamp(15px, 1.05vw, 17px); line-height: 1.85; }
#renadyl-lp .purchase-heading-row strong { color: #0c66b1; }
#renadyl-lp .purchase-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 40px; }
/* カード: 写真を上に大きく見せ、下部の白スクリム上にテキストを重ねる
   (アイコン+見出しは横並び。文字は下部、写真は上部に見える) */
#renadyl-lp .purchase-card { position: relative; min-height: 470px; overflow: hidden; border: 1px solid rgba(54, 112, 166, .19); border-radius: 18px; background: #eef4fb; box-shadow: 0 14px 34px rgba(38, 93, 144, .11); }
/* 被写体(写真の右寄り)が中央に来るよう object-position を右側に寄せる */
#renadyl-lp .purchase-card > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#renadyl-lp .owner-card > img { object-position: 82% 32%; }
#renadyl-lp .clinic-card > img { object-position: 70% 28%; }
#renadyl-lp .purchase-card::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(to top, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .97) 32%, rgba(255, 255, 255, .55) 50%, rgba(255, 255, 255, 0) 66%); }
#renadyl-lp .purchase-copy { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; padding: 0 8% 9%; }
#renadyl-lp .pc-head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
#renadyl-lp .purchase-copy i { flex: 0 0 auto; display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); background: rgba(255, 255, 255, .75); }
#renadyl-lp .purchase-copy i .fa-solid { font-size: 24px; }
#renadyl-lp .purchase-copy h3 { margin: 0; color: var(--v3-navy); font-family: var(--v3-serif); font-size: clamp(20px, 1.55vw, 26px); font-weight: 500; }
#renadyl-lp .purchase-copy em { display: none; }
#renadyl-lp .purchase-copy p { margin: 0; color: #2b455f; font-family: var(--v3-serif); font-size: clamp(14px, 1vw, 16px); line-height: 1.8; }
#renadyl-lp .purchase-copy b { color: #0b67b3; }
#renadyl-lp .owner-card { --accent: #bf8c2f; }
#renadyl-lp .clinic-card { --accent: #1768b0; }
#renadyl-lp .purchase-copy .button { margin-top: 16px; min-width: 0; }

/* =========================================================
   レスポンシブ
   ※ 1280px 以下は全セクション aspect-ratio 解除 + 縦積み
   ========================================================= */
@media (max-width: 1280px) {
  #renadyl-lp .lp-section { aspect-ratio: auto; min-height: auto; height: auto; }
  #renadyl-lp .section-inner { width: min(92%, 940px); padding-top: clamp(56px, 7vw, 80px); padding-bottom: clamp(56px, 7vw, 80px); }
  #renadyl-lp .intro-layout, #renadyl-lp .feature-one-layout, #renadyl-lp .resources-layout { display: block; }
  #renadyl-lp .intro-copy, #renadyl-lp .feature-one-copy, #renadyl-lp .resources-copy { width: 100%; }
  #renadyl-lp .intro-photo { display: none; }
  #renadyl-lp .intro-product { right: 50%; transform: translateX(50%); bottom: 4%; width: 24%; max-width: 200px; }
  #renadyl-lp .intro-points { width: 100%; }
  #renadyl-lp .cfu-stage { position: relative; inset: auto; height: 500px; margin-top: 30px; }
  #renadyl-lp .gold-orbit { display: none; }
  #renadyl-lp .cfu-stage > img { width: 60%; right: 50%; transform: translateX(50%); left: auto; bottom: 6%; max-width: 380px; }
  #renadyl-lp .mechanism-layout { grid-template-columns: 1fr; grid-template-rows: auto; }
  #renadyl-lp .mechanism-header { grid-column: auto; }
  #renadyl-lp .axis-panel { min-height: auto; }
  #renadyl-lp .resources-copy { padding-left: 0; }
  /* タブレット以下はテキストが全幅になり背景の書類と重なるため、可読性確保の濃紺オーバーレイ */
  #renadyl-lp .dark-frame::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(7, 28, 52, .82) 0%, rgba(7, 28, 52, .6) 52%, rgba(7, 28, 52, .42) 100%); }
  #renadyl-lp .guideline-grid { grid-template-columns: repeat(2, 1fr); }
  #renadyl-lp .guideline-grid article { min-height: 470px; }
  #renadyl-lp .guideline-note { width: 80%; }
  #renadyl-lp .purchase-heading-row { display: block; }
  #renadyl-lp .purchase-heading-row p { width: 100%; margin-top: 18px; }
  #renadyl-lp .purchase-cards { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  #renadyl-lp .section-inner { width: min(90%, 620px); padding-top: 52px; padding-bottom: 52px; }
  /* SP: §04も全幅(エッジtoエッジ)のまま。背景の書類が中央寄りに見えるよう位置調整 */
  #renadyl-lp .dark-frame { background-position: 82% center; }
  #renadyl-lp .section-kicker { gap: 12px; }
  #renadyl-lp .section-kicker .num { font-size: 36px; }
  #renadyl-lp .intro-copy h1,
  #renadyl-lp .feature-one-copy h2,
  #renadyl-lp .mechanism-header h2,
  #renadyl-lp .resources-copy h2,
  #renadyl-lp .center-heading h2,
  #renadyl-lp .purchase-heading-row h2 { font-size: clamp(24px, 6.2vw, 31px); line-height: 1.45; }
  #renadyl-lp .lead-copy br,
  #renadyl-lp .feature-one-copy > p br,
  #renadyl-lp .resources-copy > p br,
  #renadyl-lp .center-heading p br,
  #renadyl-lp .purchase-heading-row p br { display: none; }
  #renadyl-lp .intro-product { width: 27%; right: 5%; bottom: 4%; }
  #renadyl-lp .intro-points { width: 100%; grid-template-columns: 1fr; gap: 14px; }
  #renadyl-lp .intro-points article { flex-direction: row; align-items: center; justify-content: flex-start; text-align: left; min-height: auto; padding: 16px 18px; }
  #renadyl-lp .icon-ring { margin: 0 16px 0 0; }
  #renadyl-lp .feature-list { width: 100%; }
  #renadyl-lp .cfu-stage { height: 460px; position: relative; }
  #renadyl-lp .cfu-stage > img { width: 70%; right: 50%; transform: translateX(50%); left: auto; bottom: 6%; max-width: 320px; }
  #renadyl-lp .strain-grid { grid-template-columns: 1fr; }
  #renadyl-lp .strain-card { padding: 18px 20px; gap: 18px; }
  #renadyl-lp .strain-card img { width: 22%; max-width: 88px; }
  #renadyl-lp .strain-card h4 { font-size: clamp(16px, 4.6vw, 20px); }
  #renadyl-lp .axis-panel { padding: 24px 18px; }
  #renadyl-lp .button-gold { min-width: 0; width: 100%; padding: 18px; }
  #renadyl-lp .guideline-grid { grid-template-columns: 1fr; }
  #renadyl-lp .guideline-grid article { min-height: auto; }
  #renadyl-lp .guideline-grid h3 { min-height: 0; }
  #renadyl-lp .guideline-note { width: 100%; border-radius: 16px; text-align: left; }
  #renadyl-lp .purchase-heading-row { display: block; }
  #renadyl-lp .purchase-heading-row p { width: 100%; margin-top: 24px; }
  #renadyl-lp .purchase-card { min-height: 400px; }
  #renadyl-lp .purchase-copy { padding: 0 7% 8%; }
  #renadyl-lp .purchase-copy .button { font-size: 14px; padding: 14px 18px; }
  /* SP: 犬をもう少し左へ */
  #renadyl-lp .owner-card > img { object-position: 60% 32%; }
}

@media (max-width: 1024px) { #renadyl-lp .section-01 { background-position: 84% center; } }
@media (max-width: 767px)  { #renadyl-lp .section-01 { background-position: 88% center; } #renadyl-lp .intro-copy { width: 100%; } }
/* SP/タブレット: テキストが全幅で写真に重なるため、白オーバーレイをフラットで濃いめに */
@media (max-width: 1280px) {
  #renadyl-lp .section-01::before { background: rgba(255, 255, 255, .72); }
}
@media (max-width: 1024px) { #renadyl-lp .section-02 { background-position: 66% center; } }
@media (max-width: 767px)  { #renadyl-lp .section-02 { background-position: 72% center; } }
@media (max-width: 1024px) { #renadyl-lp .section-05, #renadyl-lp .section-06 { background-position: 60% center; } }
@media (max-width: 767px)  { #renadyl-lp .section-05, #renadyl-lp .section-06 { background-position: 68% center; } }
