* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --primary: #2d4a6b;
  --primary-light: #2e7ab5;
  --accent: #e8612e;
  --accent-light: #f4784a;
  --bg:#faf8f4;
  --white: #ffffff;
  --text: #1e1e1e;
  --text-muted: #666;
  --border: #e0ddd7;
  --serif: 'Noto Serif JP', serif;
  --sans: 'Noto Sans JP', sans-serif;
  --pop:'Zen Maru Gothic',sans-serif;
}
body { font-family: var(--sans); color: var(--text); background: var(--bg); font-size: 17px; line-height: 1.8; }

/* HEADER */
.header { background: var(--white); border-bottom: 1px solid var(--border); padding: 0 5%; }
.header-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { font-family: var(--pop); font-size: 20px; font-weight: 700; color: var(--primary); letter-spacing: 0.05em; cursor: pointer; }
.logo span { color: var(--accent); }
.header-nav { display: flex; gap: 20px; align-items: center; }
.header-nav a { font-size:17px; color: var(--text-muted); text-decoration: none; }
.header-nav a:hover { color: var(--primary); }
.header-cta { background: var(--accent); color: var(--white); border: none; padding: 10px 22px; border-radius: 10px; font-family: var(--sans); font-size: 14px; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-block; }
.header-cta:hover { background: var(--accent-light); }

/* HERO */
.hero { background: linear-gradient(150deg,rgba(26,47,69,0.60),rgba(45,74,107,0.60)), url('/wp-content/uploads/2026/06/ChatGPT-Image-2026%E5%B9%B46%E6%9C%885%E6%97%A5-18_16_38.png') center center / cover no-repeat; color: white; padding: 80px 5% 70px; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -50%; left: -20%; width: 140%; height: 200%; background: radial-gradient(ellipse at 70% 40%, rgba(224,91,43,0.15) 0%, transparent 60%); pointer-events: none; }
.hero-badge { display: inline-block; background: rgba(224,91,43,0.9); color: white; font-size:16px; font-weight: 700; padding: 4px 14px; border-radius: 20px; margin-bottom: 20px; letter-spacing: 0.08em; }
.hero h1 { font-family: var(--serif); font-size: clamp(24px, 4.5vw, 42px); font-weight: 700; line-height: 1.5; margin-bottom: 16px; }
.hero h1 em { color: #f4a261; font-style: normal; }
.hero-sub { font-size: clamp(20px,3vw,26px); font-weight: 700; font-family: var(--pop); color: white; margin-bottom: 36px; max-width: 560px; margin-left: auto; margin-right: auto; }
.hero-price-box { display: inline-flex; align-items: baseline; gap: 4px; background: rgba(26,47,69,0.92); border: 1px solid rgba(255,255,255,0.25); border-radius: 12px; padding: 14px 28px; margin-bottom: 8px; }
.hero-price-from { font-size:clamp(27px,4.5vw,42px); font-weight:700; color: rgba(255,255,255,0.95); margin-right: 4px; }
.hero-price-num { font-family: var(--serif); font-size: 72px; font-weight: 700; color: #f4a261; line-height: 1; }
.hero-price-unit { font-size: 15px; color: rgba(255,255,255,0.8); }
.hero-note { font-size:16px; color: rgba(255,255,255,0.55); margin-bottom: 32px; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-main { background: var(--accent); color: white; border: none; padding: 16px 36px; border-radius: 10px; font-size: 15px; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-block; }
.btn-main:hover { background: var(--accent-light); }
.btn-sub { background: var(--accent); color: white; border: none; padding: 16px 36px; border-radius: 10px; font-size: 15px; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-block; }

/* TRUST BAR */
.trust-bar { background: #1a2f45; padding: 14px 5%; text-align: center; }
.trust-bar-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;ap: wrap; }
.trust-label { font-size:16px; color: rgba(255,255,255,0.6); letter-spacing: 0.06em; white-space: nowrap; text-align: center; }
.trust-tags { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.trust-tag { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.85); font-size:16px; padding: 4px 12px; border-radius: 20px; }

/* URGENCY */
.urgency { background: #fff8f5; border-top: 3px solid var(--accent); border-bottom: 1px solid #f0d5c5; padding: 56px 5%; }
.urgency-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.section-eyebrow { font-size:16px; font-weight: 700; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 12px; }
.section-title { font-family: var(--serif); font-size: clamp(20px, 3.5vw, 30px); font-weight: 700; margin-bottom: 12px; color: var(--primary); }
.section-sub { font-size:17px;font-weight:500;color:var(--text-muted); }
.urgency h2 { font-family: var(--pop); font-size: clamp(20px, 3.5vw, 30px); font-weight: 700; margin-bottom: 16px; color: var(--primary); }
.urgency > .urgency-inner > p { color: var(--text-muted); max-width: 600px; margin: 0 auto 32px; }
.urgency-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; text-align: left; }
.urgency-card { background: white; border: 1px solid #f0d5c5; border-radius: 12px; padding: 20px; box-shadow: 0 2px 12px rgba(0,0,0,.05); }
.urgency-card-icon { font-size: 28px; margin-bottom: 10px; }
.urgency-card h3 { font-size: 17px; font-weight: 700; color: var(--accent); font-family: var(--pop); margin-bottom: 6px; }
.urgency-card p { font-size:17px;font-weight:500;color:var(--text-muted);line-height:1.8; }

/* TAPES */
.tapes { background: var(--white); padding: 64px 5%; }
.tapes-inner { max-width: 1100px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 36px; }
.tape-category { margin-bottom: 36px; }
.tape-category-label { font-size:16px; font-weight: 700; letter-spacing: 0.1em; color: var(--primary); border-left: 3px solid var(--primary); padding-left: 10px; margin-bottom: 14px; }
.tape-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; }
.tape-card { border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; background: var(--bg); display: flex; gap: 12px; align-items: flex-start; }
.tape-icon { width: 38px; height: 38px; background: var(--primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tape-icon.pro { background: #2d4a6e; }
.tape-icon svg { width: 20px; height: 20px; fill: white; }
.tape-name { font-weight: 700; font-size:17px; margin-bottom: 3px; color: var(--primary); }
.tape-formats { font-size:17px; color: var(--text-muted); }
.tape-price { font-size:16px; font-weight: 700; color: var(--accent); margin-top: 5px; }
.tape-note { font-size:17px; color: var(--text-muted); text-align: center; margin-top: 12px; }

/* DELIVERY */
.delivery { background: #f0f4f8; padding: 64px 5%; }
.delivery-inner { max-width: 900px; margin: 0 auto; }
.delivery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 32px; }
.delivery-card { background: white; border-radius: 12px; padding: 24px; border-top: 3px solid var(--primary); }
.delivery-card.accent-top { border-top-color: var(--accent); }
.delivery-icon { font-size: 32px; margin-bottom: 12px; }
.delivery-name { font-weight: 700; font-size: 15px; margin-bottom: 6px; color: var(--primary); }
.delivery-desc { font-size:17px; color: var(--text-muted); line-height: 1.7; }
.delivery-formats { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 6px; }
.delivery-format { background: #e8f0f8; color: var(--primary); font-size:15px; font-weight: 700; padding: 3px 10px; border-radius: 12px; }
.delivery-media-note { margin-top: 20px; background: white; border-radius: 12px; padding: 16px 20px; font-size:17px; color: var(--text-muted); border: 1px solid var(--border); }
.delivery-media-note strong { color: var(--primary); }

/* POINTS */
.points { background: var(--white); padding: 64px 5%; }
.points-inner { max-width: 1100px; margin: 0 auto; }
.points-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.point-card { background: var(--bg); border-radius: 12px; padding: 24px; border-left: 4px solid var(--primary); }
.point-num { font-size:15px; font-weight: 700; color: var(--primary); letter-spacing: 0.1em; margin-bottom: 8px; }
.point-title { font-weight: 700; font-size: 15px; margin-bottom: 10px; color: var(--text); }
.point-body { font-size:17px;font-weight:500;color:var(--text-muted);line-height:1.8; }

/* PRICING */
.pricing { background: var(--bg); padding: 64px 5%; }
.pricing-inner { max-width: 900px; margin: 0 auto; }
.plan-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 32px; }
.plan-card { border: 1.5px solid var(--border); border-radius: 10px; padding: 28px; text-align: center; background: white; }
.plan-card.featured { border-color: var(--primary); }
.plan-badge { display: inline-block; background: var(--primary); color: white; font-size:15px; font-weight: 700; padding: 3px 12px; border-radius: 20px; margin-bottom: 12px; }
.plan-badge.accent { background: var(--accent); }
.plan-name { font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--primary); margin-bottom: 4px; }
.plan-deadline { font-size:16px; color: var(--text-muted); margin-bottom: 16px; }
.plan-price { font-family: var(--serif); font-size: 40px; font-weight: 700; color: var(--accent); line-height: 1; }
.plan-price-unit { font-size:17px; color: var(--text-muted); margin-bottom: 16px; }
.plan-features { font-size:17px; color: var(--text-muted); text-align: left; line-height: 2.1; }
.plan-features li { list-style: none; padding-left: 18px; position: relative; }
.plan-features li::before { content: '✓'; position: absolute; left: 0; color: var(--primary); font-weight: 700; }

/* FLOW */
.flow { background: var(--white); padding: 64px 5%; }
.flow-inner { max-width: 860px; margin: 0 auto; }
.flow-steps { margin-top: 32px; }
.flow-step { display: flex; gap: 20px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--border); }
.flow-step:last-child { border-bottom: none; }
.flow-num { width: 40px; height: 40px; background: var(--primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; flex-shrink: 0; }
.flow-step-title { font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.flow-step-body { font-size:17px;font-weight:500;color:var(--text-muted); }

/* COMPARE */
.compare { background: #f0f4f8; padding: 64px 5%; }
.compare-inner { max-width: 900px; margin: 0 auto; overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; margin-top: 28px; font-size:17px; }
.compare-table th { background: var(--primary); color: white; padding: 12px 16px; text-align: center; font-weight: 700; }
.compare-table th:first-child { text-align: left; border-radius: 0; }
.compare-table th.our { background: var(--accent); }
.compare-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); background: white; text-align: center; }
.compare-table td:first-child { text-align: left; color: var(--text-muted); background: #f7f5f0; font-weight: 500; }
.compare-table tr:last-child td { border-bottom: none; }
.check { color: var(--primary); font-weight: 700; }
.cross { color: #ccc; }
.partial { color: #999; }

/* CTA */
.cta { background: linear-gradient(150deg, #1a2f45 0%, #2d4a6b 100%); color: white; padding: 64px 5%; text-align: center; }
.cta h2 { font-family: var(--serif); font-size: clamp(22px, 4vw, 36px); font-weight: 700; margin-bottom: 12px; }
.cta p { color: rgba(255,255,255,0.75); margin-bottom: 32px; font-size: 14px; }
.cta-form { display: flex; gap: 10px; max-width: 480px; margin: 0 auto 16px; flex-wrap: wrap; justify-content: center; }
.cta-input { flex: 1; min-width: 200px; padding: 13px 16px; border: none; border-radius: 10px; font-size: 14px; font-family: var(--sans); }
.cta-submit { background: var(--accent); color: white; border: none; padding: 13px 28px; border-radius: 10px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: var(--sans); white-space: nowrap; }
.cta-submit:hover { background: var(--accent-light); }
.cta-note { font-size:16px; color: rgba(255,255,255,0.5); }

/* FOOTER */
.footer { background: #0d1f2d; color: rgba(255,255,255,0.6); padding: 40px 5%; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 28px; }
.footer-logo { font-family: var(--serif); font-size: 18px; color: white; margin-bottom: 6px; }
.footer-logo span { color: #f4a261; }
.footer-info { font-size:16px; line-height: 1.9; }
.footer-links { font-size:16px; display: flex; flex-direction: column; gap: 8px; }
.footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { text-align: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 28px; font-size:15px; color: rgba(255,255,255,0.3); max-width: 1100px; margin-left: auto; margin-right: auto; }

@media (max-width: 700px) {
  .plan-cards { grid-template-columns: 1fr; }
  .header-nav { display: none; }
  .header-cta { font-size:16px; padding: 8px 14px; }
}

/* ===== お知らせ垂れ幕 ===== */
.news-banner{background:#1a2f45;color:white;padding:0;overflow:hidden;position:relative;}
.news-banner-inner{max-width:1100px;margin:0 auto;padding:10px 4%;display:flex;align-items:center;gap:12px;}
.news-banner-label{background:var(--accent);color:white;font-size:15px;font-weight:700;padding:3px 10px;border-radius:3px;white-space:nowrap;flex-shrink:0;letter-spacing:.04em;}
.news-banner-text{font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;}
.news-banner-text a{color:rgba(255,255,255,.9);text-decoration:none;}
.news-banner-text a:hover{text-decoration:underline;}
.news-banner-date{font-size:15px;color:rgba(255,255,255,.5);white-space:nowrap;flex-shrink:0;}
.news-banner-close{background:none;border:none;color:rgba(255,255,255,.5);font-size:18px;cursor:pointer;padding:0 4px;flex-shrink:0;line-height:1;}
.news-banner-close:hover{color:white;}
.news-banner-more{font-size:15px;color:rgba(255,255,255,.6);white-space:nowrap;flex-shrink:0;text-decoration:none;padding:2px 8px;border:1px solid rgba(255,255,255,.25);border-radius:3px;}
.news-banner-more:hover{background:rgba(255,255,255,.1);}
@media (max-width:600px){
  .news-banner-date{display:none;}
  .news-banner-more{display:none;}
}

/* === PATTERN C: site-header wrapper + news-bar + sub-nav bar === */
.site-header { position: sticky; top: 0; z-index: 100; }
.news-bar { background: #1a2f45; }
.news-bar-in { max-width: 1100px; margin: 0 auto; padding: 8px 5%; display: flex; align-items: center; gap: 12px; }
.news-bar-label { background: var(--accent); color: white; font-size:15px; font-weight: 700; padding: 2px 9px; border-radius: 3px; white-space: nowrap; flex-shrink: 0; letter-spacing: .04em; }
.news-bar-text { font-size:17px; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: white; }
.news-bar-text a { color: rgba(255,255,255,.9); text-decoration: none; }
.news-bar-text a:hover { text-decoration: underline; }
.news-bar-date { font-size:15px; color: rgba(255,255,255,.5); white-space: nowrap; flex-shrink: 0; }
.news-bar-more { font-size:15px; color: rgba(255,255,255,.6); white-space: nowrap; text-decoration: none; padding: 2px 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 3px; flex-shrink: 0; }
.news-bar-close { background: none; border: none; color: rgba(255,255,255,.5); font-size: 18px; cursor: pointer; padding: 0 4px; flex-shrink: 0; line-height: 1; }
.news-bar-close:hover { color: white; }
/* sub-nav */
.sub-nav { background: #2d4a6b; }
.sub-nav-in { max-width: 1100px; margin: 0 auto; display: flex; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.sub-nav-in::-webkit-scrollbar { display: none; }
.sub-nav a { color: rgba(255,255,255,.85); font-size: 14px; font-weight: 700; text-decoration: none; padding: 11px 22px; display: block; border-right: 1px solid rgba(255,255,255,.1); white-space: nowrap; transition: background .15s; }
.sub-nav a:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.sub-nav a:hover { background: rgba(255,255,255,.12); color: white; }
@media (max-width:680px) { .news-bar-date,.news-bar-more { display:none; } }
.back-to-top{position:fixed;bottom:80px;right:16px;width:44px;height:44px;background:var(--primary);color:white;border:none;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.2);z-index:80;opacity:0;transition:opacity .3s;line-height:1;}.back-to-top.visible{opacity:1;}@media (min-width:721px){.back-to-top{bottom:24px;}}
/* === ESTIMATE POPUP === */
.est-popup{
  position:fixed;bottom:24px;left:auto;right:16px;width:240px;
  background:var(--white);
  border-radius:12px;
  border:1px solid var(--border);
  box-shadow:0 8px 32px rgba(0,0,0,.15);
  z-index:9999;
  display:none;
  pointer-events:auto;
  overflow:hidden;
  will-change:transform;
  transform:translateZ(0);
  isolation:isolate;
  -webkit-transform:translateZ(0);
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}
.est-popup-accent{height:5px;background:var(--accent);}
.est-popup-body{padding:16px 18px 18px;}
.est-popup-close{
  position:absolute;top:10px;right:12px;
  background:none;border:none;
  font-size:15px;color:var(--muted);
  cursor:pointer;line-height:1;padding:2px 4px;
  border-radius:4px;
}
.est-popup-close:hover{background:#f0ece6;color:var(--text);}
.est-popup-title{
  font-family:var(--pop);font-size:15px;font-weight:700;
  color:var(--primary);margin-bottom:5px;
  padding-right:20px;line-height:1.4;
}
.est-popup-sub{
  font-size:13px;color:var(--muted);
  margin-bottom:14px;line-height:1.6;
}
.est-popup-btn{
  display:block;background:var(--accent);color:white;
  text-align:center;padding:11px;border-radius:8px;
  font-family:var(--pop);font-size:14px;font-weight:700;
  text-decoration:none;
}
.est-popup-btn:hover{background:var(--al);}
@media (max-width:480px){.est-popup{width:200px;bottom:80px;left:10px;}}

/* === POP FONT STYLES === */
.pop-heading { font-family: var(--pop); font-weight: 900; }
.hero h1 { font-family: var(--pop) !important; font-weight: 900; letter-spacing: -0.01em; }
.hero-price-num { font-family: var(--pop) !important; font-weight: 900; }
.section-title { font-family: var(--pop) !important; font-weight: 700; }
.point-title { font-family: var(--pop) !important; font-weight: 700; }
.urgency-card h3 { font-family: var(--pop) !important; font-weight: 700; }
.flow-step-title { font-family: var(--pop) !important; font-weight: 700; }
.tape-name { font-family: var(--pop) !important; font-weight: 700; }
.hero-badge { font-family: var(--pop) !important; letter-spacing: 0.02em; }
.plan-name { font-family: var(--pop) !important; font-weight: 700; }
.delivery-title { font-family: var(--pop) !important; font-weight: 700; }

/* urgency section 背景を温かく */
.urgency { background: #fff9f5; border-top: 3px solid var(--accent); border-bottom: 1px solid #f5ddd0; }
.urgency-card { border-color: #f5ddd0; }

/* ポイントセクション */
.point-num { color: var(--accent); font-family: var(--pop); font-weight: 700; }

/* ヒーロープライスボックスを温かく */
.hero-price-box { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 16px; }

/* CTAセクション */
.cta { background: linear-gradient(150deg, #1a2f45 0%, #2d4a6b 100%); }

.sub-nav-contact{margin-left:auto;display:flex;align-items:center;gap:0;flex-shrink:0;}
.sub-nav-tel{background:var(--accent);color:white;font-family:var(--pop);font-size:15px;font-weight:700;padding:8px 18px;margin:6px 0 6px 12px;border-radius:6px;white-space:nowrap;letter-spacing:.02em;display:flex;align-items:center;gap:6px;text-decoration:none;}.sub-nav-tel:hover{background:var(--al);}
.sub-nav-tel::before{content:none;}
.sub-nav-contact-btn{background:var(--accent);color:white !important;font-family:var(--pop);font-size:13px;font-weight:700;padding:8px 18px;margin:6px 12px;border-radius:6px;text-decoration:none;white-space:nowrap;transition:background .15s;}
.sub-nav-contact-btn:hover{background:var(--al) !important;}
@media (max-width:720px){.sub-nav-tel{display:none;}}
@media (max-width:480px){.sub-nav-contact-btn{padding:7px 12px;font-size:12px;margin:6px 8px;}}

/* === CHARACTER LOGO === */
.logo-wrap{display:flex;align-items:center;gap:8px;cursor:pointer;text-decoration:none;}
.logo-chara{height:48px;width:auto;display:block;object-fit:contain;}
@media (max-width:480px){.logo-chara{height:38px;}}

/* urgency card 写真 */
.urgency-card-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  margin-bottom: 4px;
  display: block;
}
.urgency-card-icon { padding: 0; }


/* ===== hero-note 3段落 ===== */
.hero-note-multi { margin-bottom: 32px; }
.hero-note-multi p {
  font-size: clamp(15px, 2vw, 18px);
  color: rgba(255,255,255,0.88);
  line-height: 1.8;
  margin: 0 0 6px;
  font-weight: 600;
}
.hero-note-multi p:last-child { margin-bottom: 0; }

/* ===== REASON 区切り線 ===== */
.point {
  border: 1px solid var(--border, #ddd);
  border-radius: 12px;
  padding: 24px;
  background: var(--white, #fff);
}
.point-num {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--accent, #e8612e);
  display: inline-block;
}

/* ===== hero-note 3段落 ===== */
.hero-note-multi { margin-bottom: 32px; }
.hero-note-multi p { font-size: clamp(15px,2vw,18px); color: rgba(255,255,255,0.88); line-height: 1.8; margin: 0 0 6px; font-weight: 600; }
.hero-note-multi p:last-child { margin-bottom: 0; }

/* ===== REASON 区切り線 ===== */
.points-grid .point { border: 2px solid #e2e8f0 !important; border-radius: 12px !important; padding: 24px !important; background: #fff !important; }
.points-grid .point-num { display: inline-block !important; padding-bottom: 8px !important; margin-bottom: 10px !important; border-bottom: 2px solid #e8612e !important; }

/* ===== MOBILE: 価格ボックス ===== */
@media (max-width:600px){
  .hero-price-box { flex-wrap: wrap; justify-content: center; gap: 2px; }
  .hero-price-from { font-size: clamp(16px, 4vw, 22px); }
  .hero-price-num { font-size: 52px; }
  .hero-price-unit { font-size: 16px; }
}

/* ===== キャラクターカード ===== */
.points-grid .point.point-chara {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  padding: 10px;
  /* pointクラスの背景・枠を確実に上書き */
  border-radius: 0 !important;
  padding: 10px;
}
.point-chara-img {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.point-chara-logo {
  text-align: center;
  margin-top: 8px;
  font-family: var(--sans);
  font-weight: 900;
  line-height: 1.1;
}
.point-chara-logo .logo-ja {
  display: block;
  font-size: clamp(18px, 2.5vw, 26px);
  color: var(--primary);
  letter-spacing: 0.04em;
}
.point-chara-logo .logo-com {
  font-size: clamp(14px, 2vw, 20px);
  color: var(--accent);
}




/* スマホではキャラカードを非表示 */
@media (max-width:600px){
  .point-chara { display: none; }
}
.hero-price-box{background:rgba(26,47,69,0.92)!important;}
/* MEMORIES SECTION */
.memories-sec{background:#f8f6f2;padding:60px 5%;}
.memories-inner{max-width:1000px;margin:0 auto;text-align:center;}
.memories-lead{font-size:14px;color:var(--accent);font-weight:700;letter-spacing:0.1em;margin-bottom:8px;}
.memories-title{font-family:var(--serif);font-size:clamp(22px,3vw,30px);color:var(--primary);font-weight:700;margin-bottom:36px;}
.memories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px;}
.memories-card{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);}
.memories-img{width:100%;height:220px;background-size:cover;background-position:center;}
.memories-caption{padding:14px 12px;font-size:14px;font-weight:700;color:var(--primary);background:#fff;}
.memories-note{font-size:15px;color:var(--muted);}
@media (max-width:600px){
  .memories-grid{grid-template-columns:1fr;}
  .memories-img{height:200px;}
}

/* PARTNER BANNERS */
.partner-banners { background: var(--bg); padding: 64px 5%; }
.partner-banners-inner { max-width: 1100px; margin: 0 auto; }
.partner-banners-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 8px; }
.partner-banner-item { display: block; border-radius: 14px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.08); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.partner-banner-item:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(0,0,0,0.12); }
.partner-banner-item img { width: 100%; height: auto; display: block; }
