@charset "utf-8";
/* =========================================================
   久仁会 寄付金LP  lp.css
   ヘッダー/フッターは既存テーマ(reset.css / style.css)に準ずる。
   本ファイルはLP本体のスタイルのみ。
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap');

:root{
  --cream:#FFF5E4;
  --rose:#F8737F;         /* バッジ・セクションバー */
  --rose-lt:#F9ADA8;      /* バー左アクセント */
  --rose-pale:#FDE7E4;    /* 薄いピンク背景 */
  --red-line:#FF4B42;     /* ヘッダー下ライン */
  --cta:#E12229;          /* 寄付ボタン */
  --cta-dark:#C11a20;
  --ink:#3a3733;          /* 見出し */
  --text:#4c4844;         /* 本文 */
  --amber:#F6A93B;
  --wrap:1080px;
}

/* ---- base (LP scope) ---- */
#lp{
  font-family:"Zen Kaku Gothic New","Hiragino Sans","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
  color:var(--text);
  line-height:1.9;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
  background:#fff;
  overflow-x:hidden;
  padding-top:100px;   /* 固定ヘッダー(height:100px)分 */
}
#lp img{max-width:100%;height:auto;display:block;}
#lp a{color:inherit;text-decoration:none;}
#lp .wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 24px;}
#lp .em{color:var(--cta);font-weight:700;}
#lp .warn{color:var(--cta);font-weight:700;}
#lp small{font-size:.82em;line-height:1.7;}

/* =========================================================
   1. メインビジュアル
   ========================================================= */
#lp .mv{
  position:relative;
  border-top:5px solid var(--red-line);
  background:url('../img/photo/hero_mv.jpg') center right/cover no-repeat, var(--cream);
  min-height:520px;
  display:flex;align-items:center;
}
#lp .mv::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(100deg, var(--cream) 30%, rgba(255,245,228,.55) 48%, rgba(255,245,228,0) 66%);
}
#lp .mv .wrap{position:relative;z-index:2;padding-top:56px;padding-bottom:56px;}
#lp .mv-badge{
  display:inline-block;background:var(--rose);color:#fff;
  font-weight:700;font-size:19px;letter-spacing:.04em;
  padding:9px 26px;border-radius:999px;margin-bottom:26px;
}
#lp .mv-copy{
  font-weight:900;color:var(--ink);
  font-size:40px;line-height:1.5;letter-spacing:.02em;
  margin-bottom:22px;
}
#lp .mv-copy .l1{font-size:.9em;}
#lp .mv-lead{font-size:15px;color:var(--text);max-width:30em;line-height:2;}

/* =========================================================
   2. カテゴリ4ボタン
   ========================================================= */
#lp .cats{padding:40px 0 8px;}
#lp .cats ul{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;}
#lp .cats li{flex:1 1 180px;max-width:220px;}
#lp .cats a{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:2px;padding:14px 8px;border:2px solid var(--rose);border-radius:10px;
  background:#fff;color:var(--rose);font-weight:700;transition:.2s;
  box-shadow:0 3px 0 rgba(248,115,127,.18);
}
#lp .cats a:hover{background:var(--rose);color:#fff;}
#lp .cats .jp{font-size:16px;}
#lp .cats .en{font-size:11px;letter-spacing:.08em;opacity:.85;font-weight:500;}

/* 大きなヒーロー写真 */
#lp .heroband{margin:26px 0 0;}
#lp .heroband img{width:100%;max-height:460px;object-fit:cover;}

/* =========================================================
   共通：セクション見出し（黒＋ローズ下線）
   ========================================================= */
#lp .sec{padding:56px 0;}
#lp .sec-ttl{
  font-weight:900;color:var(--ink);font-size:27px;letter-spacing:.03em;
  display:inline-block;padding-bottom:8px;margin-bottom:34px;
  border-bottom:3px solid var(--rose);
}
#lp .sec-lead{margin:-16px 0 34px;font-size:15.5px;}

/* ローズバー小見出し */
#lp .bar{
  position:relative;background:var(--rose);color:#fff;
  font-weight:700;font-size:21px;letter-spacing:.02em;
  padding:16px 20px 16px 34px;margin:44px 0 20px;border-radius:2px;
}
#lp .bar::before{
  content:"";position:absolute;left:14px;top:50%;transform:translateY(-50%);
  width:6px;height:60%;background:#FCE9C9;border-radius:2px;
}
#lp .bar:first-child{margin-top:0;}

/* リード（マーカー付き） */
#lp .lead{font-size:17px;font-weight:700;color:var(--ink);margin:0 0 6px;}
#lp .lead .mark{
  background:linear-gradient(transparent 55%, #FCD9D2 55%);
  padding:0 2px;
}
#lp .note-sm{font-size:13.5px;color:#7a746e;margin:2px 0 0;}

/* 破線ボックス＋ボタン */
#lp .dbox{
  border:1.5px dashed #cdbfae;border-radius:6px;
  padding:30px 32px;margin:18px 0;
  display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;
}
#lp .dbox .amt{font-size:16.5px;color:var(--ink);font-weight:500;}
#lp .dbox .amt b{font-weight:700;}
#lp .dbox .rows{display:flex;gap:26px;flex-wrap:wrap;justify-content:center;font-weight:700;color:var(--ink);}
#lp .dbox .rows span b{color:var(--cta);margin-left:.4em;}

/* 寄付CTAボタン（外部リンク＝シンカブ） */
#lp .btn-cta{
  display:inline-flex;align-items:center;gap:.5em;
  background:var(--cta);color:#fff;font-weight:700;font-size:17px;
  padding:15px 46px;border-radius:999px;margin-top:4px;
  box-shadow:0 6px 14px rgba(225,34,41,.28);transition:.2s;
  position:relative;
}
#lp .btn-cta::after{content:"›";font-size:1.4em;line-height:0;margin-top:-.1em;}
#lp .btn-cta:hover{background:var(--cta-dark);transform:translateY(-2px);box-shadow:0 9px 20px rgba(225,34,41,.34);}
#lp .btn-cta.todo{background:#b9b3ac;box-shadow:none;}
#lp .btn-cta.todo::after{content:"⚙";}

/* 銀行振込ボックス */
#lp .bank{background:#F7F5F1;border:1px solid #e7e2da;border-radius:6px;padding:22px 26px;margin:14px 0;}
#lp .bank h5{font-weight:700;color:var(--ink);margin-bottom:8px;font-size:15.5px;}
#lp .bank dl{font-size:14.5px;line-height:2;}
#lp .bank dl div{display:flex;gap:.6em;}
#lp .bank dt{color:#8a847d;min-width:6.5em;}
#lp .bank .cap{display:block;margin-top:10px;color:#8a847d;}
#lp .foot-note{font-size:13px;color:#8a847d;margin-top:10px;}

/* サブ見出し（●オンライン決済 等） */
#lp .h-dot{font-weight:700;color:var(--ink);font-size:16px;margin:26px 0 6px;}

/* =========================================================
   寄付金の使い道（3カード）
   ========================================================= */
#lp .uses{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px;}
#lp .use{background:#fff;border:1px solid #efe7dc;border-radius:12px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.05);}
#lp .use img{width:100%;height:180px;object-fit:cover;}
#lp .use .body{padding:18px 20px 24px;}
#lp .use h4{font-weight:700;color:var(--rose);font-size:17px;margin-bottom:8px;line-height:1.5;
  border-left:5px solid var(--rose);padding-left:10px;}
#lp .use p{font-size:14px;line-height:1.9;}

/* =========================================================
   寄付金控除
   ========================================================= */
#lp .deduct{background:var(--cream);}
#lp .refund{
  text-align:center;font-weight:900;color:var(--cta);font-size:26px;
  margin:-10px 0 30px;letter-spacing:.02em;
}
#lp .refund span{
  display:inline-block;background:#fff;border:2px dashed var(--rose);
  padding:12px 30px;border-radius:999px;box-shadow:0 6px 14px rgba(0,0,0,.05);
}
#lp .cols{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
#lp .card{background:#fff;border:1px solid #eee3d4;border-radius:12px;padding:26px 28px;}
#lp .card h4{font-weight:700;color:var(--ink);font-size:18px;margin-bottom:12px;padding-left:12px;border-left:6px solid var(--rose);}
#lp .card .h-dot{margin-top:16px;}
#lp .card p,#lp .card li{font-size:13.8px;line-height:1.85;}
#lp .card .formula{background:#FBF7F1;border-radius:6px;padding:12px 16px;margin:8px 0;font-size:13.5px;}
#lp .card .formula b{color:var(--cta);}

/* =========================================================
   FAQ
   ========================================================= */
#lp .faq{max-width:760px;margin:0 auto;}
#lp .qa{border-bottom:1px solid #eee;padding:20px 4px;}
#lp .qa .q{font-weight:700;color:var(--ink);font-size:16.5px;display:flex;gap:.6em;}
#lp .qa .q::before{content:"Q.";color:var(--rose);font-weight:900;}
#lp .qa .a{font-size:14.5px;margin-top:8px;display:flex;gap:.6em;color:var(--text);}
#lp .qa .a::before{content:"A.";color:var(--amber);font-weight:900;}

/* =========================================================
   ギャラリー
   ========================================================= */
#lp .gallery{padding-top:16px;}
#lp .gal{max-width:900px;margin:0 auto;}
#lp .gal-stage{position:relative;}
#lp .gal-viewport{overflow:hidden;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.08);}
#lp .gal-slides{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform;}
#lp .gal-slide{flex:0 0 100%;}
#lp .gal-slide img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block;}
#lp .gal-arw{position:absolute;top:50%;transform:translateY(-50%);z-index:3;
  width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;
  background:rgba(255,255,255,.92);color:var(--rose);font-size:26px;line-height:0;
  box-shadow:0 3px 10px rgba(0,0,0,.18);transition:.2s;
  display:flex;align-items:center;justify-content:center;padding-bottom:3px;}
#lp .gal-arw:hover{background:var(--rose);color:#fff;}
#lp .gal-arw.prev{left:14px;}
#lp .gal-arw.next{right:14px;}
#lp .gal-thumbs{margin-top:14px;}
#lp .gal-track{display:flex;gap:10px;overflow-x:auto;padding:4px 2px 10px;
  scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;}
#lp .gal-th{flex:0 0 110px;height:74px;padding:0;border:3px solid transparent;
  border-radius:8px;overflow:hidden;cursor:pointer;background:none;opacity:.55;transition:.2s;}
#lp .gal-th img{width:100%;height:100%;object-fit:cover;display:block;}
#lp .gal-th:hover{opacity:1;}
#lp .gal-th.is-active{opacity:1;border-color:var(--rose);}

/* =========================================================
   クロージング
   ========================================================= */
#lp .closing{
  border-top:5px solid var(--red-line);
  background:url('../img/photo/hero_mv.jpg') center right/cover no-repeat, var(--cream);
  position:relative;padding:80px 0;
}
#lp .closing::before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,var(--cream) 30%,rgba(255,245,228,.5) 52%,rgba(255,245,228,0) 70%);}
#lp .closing .wrap{position:relative;z-index:2;}
#lp .closing h3{font-weight:900;color:var(--ink);font-size:30px;line-height:1.6;margin-bottom:20px;}
#lp .closing p{font-size:15px;line-height:2.1;max-width:32em;}

/* =========================================================
   固定「応援する」ボタン
   ========================================================= */
#lp-float{
  position:fixed;right:22px;bottom:22px;z-index:900;
  display:inline-flex;align-items:center;gap:.5em;
  background:var(--cta);color:#fff;font-weight:700;font-size:16px;
  padding:15px 28px;border-radius:999px;
  box-shadow:0 8px 22px rgba(225,34,41,.4);
  font-family:"Zen Kaku Gothic New",sans-serif;
  transition:.2s;opacity:0;transform:translateY(20px);pointer-events:none;
}
#lp-float.show{opacity:1;transform:translateY(0);pointer-events:auto;}
#lp-float:hover{background:var(--cta-dark);transform:translateY(-2px);}
#lp-float .hart{font-size:1.05em;}

/* ヘッダーに追加した応援するボタン */
.hd_menu .hd-donate a{
  background:var(--rose);color:#fff !important;border-radius:999px;
  padding:8px 20px !important;font-weight:700;
}
.hd_menu .hd-donate a:hover{background:var(--cta);}
#hbNav .hb-donate a{color:var(--rose) !important;font-weight:700;}

/* =========================================================
   レスポンシブ
   ========================================================= */
@media screen and (max-width:999px){
  #lp{padding-top:13vw;}   /* SP固定ヘッダー(height:13vw)分 */
  #lp .mv{min-height:auto;}
  #lp .mv::before{background:linear-gradient(180deg,rgba(255,245,228,.85) 40%,rgba(255,245,228,.35) 100%);}
  #lp .mv .wrap{padding-top:44px;padding-bottom:200px;}
  #lp .mv-copy{font-size:31px;}
  #lp .uses{grid-template-columns:1fr;max-width:420px;margin:8px auto 0;}
  #lp .cols{grid-template-columns:1fr;}
}
@media screen and (max-width:767px){
  #lp{font-size:15px;}
  #lp .wrap{padding:0 20px;}
  #lp .sec{padding:44px 0;}
  #lp .mv-copy{font-size:26px;}
  #lp .mv-badge{font-size:16px;padding:7px 20px;}
  #lp .sec-ttl{font-size:22px;}
  #lp .bar{font-size:18px;padding:13px 16px 13px 28px;}
  #lp .cats li{flex:1 1 44%;max-width:none;}
  #lp .dbox{padding:24px 18px;}
  #lp .dbox .rows{gap:8px;flex-direction:column;}
  #lp .btn-cta{width:100%;justify-content:center;padding:15px 20px;font-size:16px;}
  #lp .bank{padding:18px 16px;}
  #lp .bank dl div{flex-direction:column;gap:0;}
  #lp .bank dt{min-width:0;font-size:12.5px;}
  #lp .gal-arw{width:38px;height:38px;font-size:22px;}
  #lp .gal-th{flex-basis:84px;height:58px;}
  #lp .refund{font-size:20px;}
  #lp .refund span{padding:10px 18px;}
  #lp .closing h3{font-size:23px;}
  #lp-float{right:14px;bottom:14px;padding:13px 20px;font-size:15px;}
}
