﻿@charset "UTF-8";
/* =========================================================
   2026年10月 ふるさと納税 制度変更ガイド
   ローカルコーディング用 CSS（ヘッダー / フッター / 本文）
   ========================================================= */

/* ---------- reset & base ---------- */
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
body{
  margin:0;
  color:#212121;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size:16px;
  line-height:1.7;
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;vertical-align:bottom;border:0;}
a{color:inherit;text-decoration:none;}
ul,ol{list-style:none;margin:0;padding:0;}
h1,h2,h3,h4,p{margin:0;}
button{font-family:inherit;cursor:pointer;border:0;background:none;}

:root{
  --navy:#00146E;
  --navy-header:#002971;
  --yellow:#FDC800;
  --cyan-lite:#DCF7FF;
  --cyan:#BEE9F6;
  --cyan-bg:#EEF6F9;
  --beige:#F7F6F0;
  --gray-bg:#F5F5F8;
  --line:#DFE3E8;
}

/* display helpers */
.pc{display:block;}
.sp{display:none;}
.pc-only{display:inline;}
.sp-only{display:none;}
br.sp{display:none;}

/* generic caret (used by search buttons) */
.ico-caret{
  width:8px;height:8px;flex:0 0 auto;margin-left:4px;
  border-right:2px solid currentColor;border-bottom:2px solid currentColor;
  transform:rotate(45deg);transform-origin:center;position:relative;top:-2px;
}

/* =========================================================
   MAIN COMMON
   ========================================================= */
.guide-wrap{color:#212121;}
.guide-section{position:relative;}
.guide-container{max-width:1210px;margin:0 auto;width:100%;position:relative;z-index:2;}

/* section heading (navy left bar) */
.sec-head{
  position:relative;color:var(--navy);
  font-size:25px;font-weight:700;line-height:1.6;
  padding:6px 0 6px 40px;
  text-align: left;
}
.sec-head::before{
  content:"";position:absolute;left:16px;top:8px;
  width:13px;height:calc(100% - 16px);min-height:34px;background:var(--navy);margin: initial;
}
.guide-main{padding:0 30px;}
.guide-main p{font-size:17px;font-weight:400;line-height:1.9;margin-bottom:0;}
.guide-main p+p{margin-top:0;}
.mark-under{
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:4px;
  text-decoration-thickness:1px;
}

/* =========================================================
   HERO
   ========================================================= */
#guide_mv{background:var(--cyan);overflow:hidden;}
#guide_mv::before{
  content:"";position:absolute;left:50%;top:-478px;
  width:1386px;height:1386px;margin-left:-693px;
  background:var(--cyan-lite);border-radius:50%;z-index:1;
}
#guide_mv .guide-container {
    padding: 75px 20px 46px;
    text-align: center;
    min-height: 230px;
}
.mv_title{position:relative;z-index:2;display:inline-block;}
.mv_title .f,
.mv_title .h1b{
  font-size:32px;font-weight:700;line-height:1.35;letter-spacing:.01em;text-align:center;margin:0;
}
.mv_title .f{color:var(--navy);position:relative;z-index:2;}
.mv_title .h1b{
    width: 100%;
    color: #fff;
    -webkit-text-stroke: 1px #fff;
    text-shadow: 0 4px 0 rgba(255, 255, 255, 1.3);
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}
.mv_sub{margin-top:16px;color:var(--navy);font-size:19px;font-weight:700;line-height:1.6;position:relative;z-index:2;}
.mv_food {
    position: absolute;
    left: 0px;
    bottom: 18px;
    width: 151px;
    z-index: 2;
}
.mv_char.pc {
    position: absolute;
    right: 5px;
    bottom: -10px;
    width: 170px;
    z-index: 2;
}
.mv_char.sp{display:none;}

/* =========================================================
   INTRO + CHANGE CARDS
   ========================================================= */
#guide_intro .guide-container{padding:44px 20px 70px;}
.lead{font-size:17px;font-weight:400;line-height:1.9;max-width:1000px;margin:0 auto 44px;padding:0 12px;}

.change-cards{display:flex;gap:32px;padding:0 12px;}
.change-card{
  flex:1;display:flex;align-items:center;gap:8px;
  background:#fff;border:3px solid #A9DCEB;border-radius:14px;
  padding:34px 34px;
}
.change-card-icon{flex:0 0 120px;text-align:center;}
.change-card-icon img{width:110px;}
.change-card-body{flex:1;}
.change-card-tit{
  color:var(--navy);font-size:24px;font-weight:700;line-height:1.4;
  padding-bottom:10px;margin-bottom:14px;border-bottom:1px solid #cfd8e0;text-align: left;
}
.change-card-body ul li{
  position:relative;padding-left:1em;font-size:15px;font-weight:400;line-height:1.7;margin-bottom:6px;
}
.change-card-body ul li::before{content:"・";position:absolute;left:0;top:0;}

/* =========================================================
   WHY / FAVORITE
   ========================================================= */
#guide_why .guide-container{padding:12px 20px 30px;}
#guide_why .sec-head{margin-bottom:24px;}
#guide_favorite .guide-container{padding:40px 20px 40px;}
#guide_favorite .sec-head{margin-bottom:24px;}

/* =========================================================
   FAQ
   ========================================================= */
#guide_faq .guide-container{padding:40px 20px 70px;}
#guide_faq .sec-head{margin-bottom:24px;}
.faq-list{margin-top:6px;}
.faq-item{border:1px solid #dfe6ec;border-radius:8px;margin-bottom:16px;overflow:hidden;background:#fff;}
.faq-q{
  width:100%;display:flex;align-items:center;gap:18px;
  padding:18px 24px;text-align:left;
}
.faq-ico{
  flex:0 0 auto;width:26px;height:26px;border-radius:50%;
  background:#29ABE2;color:#fff;font-size:14px;font-weight:700;
  display:flex;align-items:center;justify-content:center;
}
.faq-q-txt{flex:1;font-size:16px;font-weight:700;color:#212121;line-height:1.6;}
.faq-toggle{position:relative;flex:0 0 auto;width:18px;height:18px;}
.faq-toggle::before,.faq-toggle::after{
  content:"";position:absolute;background:#9fb2c2;
  left:50%;top:50%;transform:translate(-50%,-50%);
}
.faq-toggle::before{width:18px;height:2px;}
.faq-toggle::after{width:2px;height:18px;transition:transform .2s;}
.faq-item.is-open .faq-toggle::after{transform:translate(-50%,-50%) scaleY(0);}
.faq-a{display:none;padding:0 24px 22px 68px;}
.faq-item.is-open .faq-a{display:block;}
.faq-a p{font-size:15px;font-weight:500;line-height:1.9;}

/* =========================================================
   SEARCH
   ========================================================= */
#guide_search{background:var(--cyan-bg);}
#guide_search .guide-container{padding:44px 20px 52px;text-align:center;}
.search-head{
  color:var(--navy);font-size:22px;font-weight:700;margin-bottom:24px;position:relative;
}
.search-head span{
    position: relative;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 20px;}
.search-btns{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;}
.search-btns li{flex:0 1 300px;}
.search-btns a{
  display:flex;align-items:center;justify-content:center;gap:6px;position:relative;
  height:66px;background:#fff;border:2px solid #1C8EB2;border-radius:8px;
  color:#1C8EB2;font-size:15px;font-weight:500;
}
.search-btns a strong{color:#1C8EB2;font-size:22px;font-weight:700;}
.search-btns a .ico-caret{
  position:absolute;right:20px;top:calc(50% - 4px);
  width:9px;height:9px;border:0;
  border-top:2px solid #1C8EB2;border-right:2px solid #1C8EB2;transform:rotate(45deg);
}

/* =========================================================
   PROMO BANNERS
   ========================================================= */
#guide_promo .guide-container{padding:20px 20px 70px;text-align:center;}
.promo-head{
  color:var(--navy);font-size:24px;font-weight:700;margin-bottom:36px;
  display:inline-block;padding-bottom:6px;
  background:linear-gradient(to right,#29ABE2 0 4px,transparent 4px) repeat-x left bottom/12px 2px;
}
.promo-banners{display:flex;flex-wrap:wrap;gap:26px 30px;justify-content:center;max-width:1000px;margin:0 auto;}
.promo-banners li{flex:0 1 470px;}
.promo-banners a{display:block;line-height:0;border-radius:4px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.12);aspect-ratio:490/160;}
.promo-banners img{width:100%;height:100%;object-fit:cover;}

/* =========================================================
   OTHER ARTICLES
   ========================================================= */
#guide_other{background:var(--beige);}
#guide_other .guide-container{padding:60px 20px 58px;}
#guide_other .sec-head{margin-bottom:24px;}
#guide_other .guide-main ul{display:flex;gap:20px;}
#guide_other .guide-main ul li{flex:1;}
#guide_other .guide-main ul li a{display:block;line-height:0;}
#guide_other .guide-main ul li p{margin-top:14px;font-size:14px;font-weight:500;line-height:1.5;}

/* =========================================================
   CAMPAIGN BUTTON
   ========================================================= */
.p-campaign-buttonArea{background:var(--gray-bg);padding:80px 0 60px;}
.p-campaign-main__inner{max-width:1240px;margin:0 auto;padding:0 20px;}
.p-campaign-buttonArea__button{
  width:600px;height:88px;margin:0 auto;
  border:3px solid #094088;background:#fff;border-radius:44px;
  font-size:22px;font-weight:600;line-height:1.5;letter-spacing:.1em;color:#00257a;
  display:flex;align-items:center;justify-content:center;position:relative;
}
.p-campaign-buttonArea__button .icon{position:absolute;top:50%;right:35px;width:12px;height:12px;fill:#094088;transform:translateY(-50%);}

/* =========================================================
   RESPONSIVE  (SP : max-width 767px)
   ========================================================= */
@media screen and (max-width:767px){
  body{font-size:15px;}
  .pc{display:none !important;}
  .sp{display:block !important;}
  .pc-only{display:none;}
  .sp-only{display:inline;}
  br.sp{display:inline;}

  /* main container */
  .guide-container{max-width:100%;}
  .guide-section{padding:0;}
  .guide-main{padding:0 4px;}
  .guide-main p{font-size:16px;}

  .sec-head{font-size:22px;padding:4px 0 4px 18px;margin:0 6px;}
  .sec-head::before{left:0;width:9px;}

  /* hero */
  #guide_mv::before{width:1126px;height:1126px;margin-left:-563px;top:-760px;}
  #guide_mv .guide-container{padding:34px 22px 0px;min-height:0;}
  .mv_title{display:block;}
  .mv_title .f,.mv_title .h1b{font-size:30px;line-height:1.4;}
  .mv_sub{font-size:17px;margin-top:18px;}
  .mv_food{display:none;}
  .mv_char.pc{display:none;}
  .mv_char.sp{display:block !important;position:static;margin:26px auto 0;width:210px;}

  /* intro + cards */
  #guide_intro .guide-container{padding:34px 22px 44px;}
  .lead{font-size:16px;margin-bottom:28px;padding:0;}
  .change-cards{flex-direction:column;gap:20px;padding:0;}
  .change-card{padding:24px 22px;gap:6px;}
  .change-card-icon{flex:0 0 96px;}
  .change-card-icon img{width:84px;}
  .change-card-tit{font-size:22px;}
  .change-card-body ul li{font-size:15px;}

  #guide_why .guide-container{padding:44px 22px 10px;}
  #guide_favorite .guide-container{padding:44px 22px 20px;}

  /* faq */
  #guide_faq .guide-container{padding:44px 22px 60px;}
  .faq-q{padding:16px 16px;gap:12px;}
  .faq-ico{width:24px;height:24px;font-size:13px;}
  .faq-q-txt{font-size:15px;}
  .faq-a{padding:0 16px 20px 52px;}

  /* search */
  #guide_search .guide-container{padding:44px 22px 48px;}
  .search-btns{flex-direction:column;gap:16px;align-items:center;}
  .search-btns li{flex:none;width:100%;max-width:420px;}
  .search-btns a{height:72px;}

  /* promo */
  #guide_promo .guide-container{padding:12px 22px 50px;}
  .promo-head{font-size:20px;margin-bottom:26px;}
  .promo-banners{flex-direction:column;gap:16px;}
  .promo-banners li{flex:none;width:100%;}

  /* other */
  #guide_other .guide-container{padding:36px 22px 60px;}
  #guide_other .guide-main ul{flex-direction:column;gap:20px;}
  #guide_other .guide-main ul li p{font-size:16px;}

  /* campaign button */
  .p-campaign-buttonArea{padding:56px 0 46px;}
  .p-campaign-buttonArea__button{width:90%;max-width:420px;height:66px;font-size:17px;letter-spacing:normal;border-width:2px;}
  .p-campaign-buttonArea__button .icon{right:22px;width:10px;height:10px;}
}

/* =========================================================
   サイト全体記述打消し
   ========================================================= */

.change-card-tit::before {
    display: none;
}

@media screen and (min-width:768px){
.p-goods-recommend.p-goods-recommend1.js-recommend-area {
    margin: 0 auto;
    width: 1200px;
}
}
