@charset"utf-8";
 
 .gap {
      margin-top: 50px;
      margin-bottom: 10px;
      }
      
      input{
        background: white !important;
        border: 1px solid black;
        }
        select{
        background: white !important;
        border: 1px solid black;
        }
        .none{
        list-style:none;
        }
        ul{
        display: inline-brock;
        }
        .search-price{
        width: 100px;
        }
       #code{
        display: none;
        }
         section {
        text-align: center;
        }
     
       .cont {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-around;
     width: 100%;
     margin: 3px 0;
     padding-top: 3px;
     
     }
    .item {
     width: calc(100% / 2 - 40px);
     margin-bottom: 5px;
     padding: 3px 3px;
     text-align: center;
     border: 1px solid #333333; 
     border-radius: 2px;
     
     }
     .text_img {
     width: 5%;
     vertical-align: middle;
     }
     p {
     text-transform: none;
     }
     
     .inline {
     display: inline;
     margin-right: 10px;
     }
    
     
     
     
     
     
     
     
     
     .praeter {
     display: flex;
     align-items: center;
     gap: 10px;
     background-color: white;
     padding: 20px;
     border-radius: 18px;
     margin: 20px 0;
     }
    .img-li {
     width: 45%;
     height: auto;
     }
     
     
     
     
      .ser {
      font-size: 1.6em;
     display: inline-flex;
      align-items: center;
      
     
      
      
      }
      .ser::before, 
      .ser::after {
      
      content: "";
     
      top: 50%;
       width: 50px;
      height: 50px;
     
      
      
      back-ground-size: contain;
      background-repeat: no-repeat;
     flex-shrink:0;
      }
      
      .ser::before {
      margin-right:10px;
       background-image: url("https://gigaplus.makeshop.jp/senrian/img/giftpage/i/ornamentum1.svg");
      }
      
      .ser::after {
      margin-left: 10px;
      background-image:url("https://gigaplus.makeshop.jp/senrian/img/giftpage/i/ornamentum2.svg");
      
      }
     
     .sen {
     color: black;
     }
     
     
     
     
     
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
      
      color: white;
      
      padding: 25vh 0 0 5vw;
      }
      
     .inner {
       
      display: grid;
      
     
      
      
      }
      .gift_title {
      text-align: left;
      
      border-bottom: none;
      font-size: 2.5em;
      }
      .i-container {
      position: relative;
  display: inline-block;
     display: flex;
  justify-content: center;
     }
     .i-container img {
     
 max-width: 255.6598px;
    margin:0;
     display: flex;
  justify-content: center;
     }
     .overlay-tex {
      position: absolute;
  top: 50%;  /* 上から50% */
  left: 50%; /* 左から50% */
  transform: translate(-50%, -50%); /* 中央に揃える */
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.6); /* 読みやすくするための影 */
}
    
     .No1 {
     color: #604C3F;
     }
     
     
     
     
     
     
     
     
     
    .voice-slider {
     max-width: 960px;
    position: relative;
  width: 100%;
  height: 600px;
  padding: 30px;
   margin: 0 auto;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

     
     
.voice-slide {
  position: relative;
  max-width: 640px;
  width: 100%;
  aspect-ratio: 8 / 5; 
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
      padding-bottom: 40px;
}

     
     .slide-bg {
   position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
     }
     
     
.voice-text {
      margin-top: 40px;
    position: relative;
  
  padding: 30px;
  border-radius: 12px;
  max-width: 90%;
  text-align: center;
  z-index: 1;
}


     
    .customer {
 position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 0.9rem;
 
  padding: 6px 12px;
  border-radius: 6px;
  z-index: 1;
}

     
     .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

     
     
     
     
     
    .voice-slider .slick-prev,
.voice-slider .slick-next {
  position: absolute;
   top: 45%; 
  transform: translateY(-50%);
  z-index: 2;
  font-size: 36px;
  color: #444;
  background: none;
  border: none;
  cursor: pointer;
}

.voice-slider .slick-prev {
  left: -30px;
}

.voice-slider .slick-next {
  right: -30px;
}

.voice-slider .slick-prev:hover,
.voice-slider .slick-next:hover {
  color: #000;
}

/* Slickのデフォルト矢印を非表示 */
.slick-prev:before,
.slick-next:before {
  display: none;
  content: '';
}

/* スマホ対応 */
@media (max-width: 768px) {
      .voice-slider {
     height:auto;
     }
     
      .voice-slide {
    aspect-ratio: 1 / 2; 
  }

     
 .voice-text {
    padding: 16px;
    margin-top: 8px;
    font-size: 0.9rem;
    line-height: 1.6; /* &#9989; 行間を広げて読みやすく */
    word-break: break-word;
  }

  .customer {
    font-size: 0.75rem;
    bottom: 10px;
    right: 10px;
  }

  .voice-text {
    padding: 12px;
    padding-top: 40px;
    font-size: 0.9rem; /* &#9989; スマホ向けに小さめに */
    line-height: 1.5;
  }

  
}
     
     
     
      table.bor {
    border-collapse: collapse; /* 枠をきれいにまとめる */
    border: 1px solid #ffa500; /* テーブル全体の枠 */
    width: 100%; /* 幅の調整 */
}

table.bor th, table.bor td {
    border: 1px solid #ffa500; /* セルの枠線 */
    padding: 8px; /* 余白 */
    text-align: left; /* テキストの揃え */
} 
      
     table.bor th {
      background-color: #ffa500;
      color:#fff;
      }
      .centered-link  {
      display: flex;
      flex-direction: column;
      align-items: center;
      
      }
      .gift-nav {
      background-color: #ffa500;
     box-shadow: -1000px 0 0 #ffa500, 1000px 0 0 #ffa500;
     
      }
      
       .ser {
      font-size: 1.6em;
     display: inline-flex;
      align-items: center;
      
     
      
      
      }
      .ser::before, 
      .ser::after {
      
      content: "";
     
      top: 50%;
       width: 50px;
      height: 50px;
     
      }
    

     .resipi-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PCは3列 */
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}
.resipi-image-grid img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

/* スマホ対応（画面幅が768px以下の場合） */
@media (max-width: 768px) {
  .resipi-image-grid {
    grid-template-columns: 1fr; /* 1列に */
    max-width: 100%;
  }
}

   .section-bg-1 {
     padding: 90px 0 ;
     background-image: url('https://gigaplus.makeshop.jp/senrian/img/ct32/wbg-1-1.png');
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  
}
     @media (max-width: 768px) {
     .section-bg-1 {
     background-size: auto 100%;
     background-position:center top;
     
     }
}
     
     
     
     .title-3a {
     text-align:center;
     }
     
     .crack {
      margin-top: 80px;
      }
     
     
     
     
     .kodawari-title {
    position: relative;
  width: 100vw;
  background-image: url('https://gigaplus.makeshop.jp/senrian/img/ct32/1st-3PC-1.jpg'); 
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 4em 1em;
  box-sizing: border-box;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  left: 0;
}
     .kodawari-title  .kodawari-h2 {
     max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
     }
     
     /* スマホ用画像に切り替える（768px以下） */
@media screen and (max-width: 768px) {
  .kodawari-title {
    background-image: url('https://gigaplus.makeshop.jp/senrian/img/ct32/1st-3SP-1.jpg'); 
  }
}
     
     
   
     .kodawari-title h2 {
      font-size: 2.8em;
  color: #e66b00; 
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff; 
  margin-bottom: 1em;
  line-height: 1.2;
}
     .kodawari-title p {
     display: inline-block;
  background-color: rgba(255, 255, 255, 0.7); /* 半透明白背景 */
  padding: 0.8em 1.2em;
  border-radius: 6px;
  font-size: 1.1em;
  color: #333;
  line-height: 1.8;
     }
     .commitment-block {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #fff;
  padding: 4em 1em;
  box-sizing: border-box;
}

.commitment-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 2em;
}

.commitment-image {
  flex: 1 1 45%;
  min-width: 300px;
}

.commitment-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.commitment-text {
  flex: 1 1 45%;
  min-width: 300px;
}

.commitment-text h4 {
  font-size: 1.5em;
  margin-bottom: 0.8em;
  color: #e66b00;
}

.commitment-text p {
  font-size: 1em;
  line-height: 1.8;
  color: #444;
}

/* 交互に画像とテキストを左右入れ替え */
.commitment-block.reverse .commitment-content {
  flex-direction: row-reverse;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .commitment-content {
    flex-direction: column;
  }

  .commitment-block.reverse .commitment-content {
    flex-direction: column;
  }
}
.recipe-section {
  padding: 4em 1em;
 
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  box-sizing: border-box;
}

.recipe-title {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 2em;
}

.recipe-title h2 {
  font-size: 2.2em;
  margin-bottom: 0.8em;
  color: #e66b00;
}

.recipe-title p {
  font-size: 1em;
  line-height: 1.8;
  color: #444;
  padding: 0 1em;
}

.recipe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5em;
  max-width: 1100px;
  margin: 0 auto;
}

.recipe-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}

.recipe-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.recipe-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.recipe-card:hover img {
  transform: scale(1.05);
}


.recipe-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0.6em;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  box-sizing: border-box;
}
/* 共通フォントカラー調整 */
.gift-top h2,
.gift-top p,
.gift-guide-section h3,
.noshi-types h3,
.noshi-types p {
  color: #3c2a1e;
}

/* gift-top：背景画像（PC/SP切り替え） */
.gift-top {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;

  background-image: url("https://gigaplus.makeshop.jp/senrian/img/thumbnail/gift-PC.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}


.gift-top h2 {
  font-size: 2.2em;
  margin-bottom: 0.5em;
  text-shadow: 0 0 5px #fff;
}

.gift-top p {
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 1em 1.5em;
  border-radius: 8px;
  font-size: 1em;
  max-width: 800px;
  margin: 0 auto;
}

/* スマホ用背景画像へ切り替え */
@media screen and (max-width: 768px) {
  .gift-top {
    background-image: url("https://gigaplus.makeshop.jp/senrian/img/thumbnail/gift-SP.png");
    padding: 50px 15px;
  }

  .gift-top h2 {
    font-size: 1.6em;
  }

  .gift-top p {
    font-size: 0.95em;
    padding: 0.8em 1em;
  }
}


.gift-guide-section,
.noshi-types {
  background-color: #fff5ec;
  padding: 60px 20px;
}

.gift-guide-section .guide-card,
.noshi-types .noshi-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
     
     
    
.guide-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}


.guide-img {
  order: 2; 
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
}


.guide-text {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.guide-text h3 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
  text-align: center;
}


.guide-text p {
  font-size: 1em;
  line-height: 1.6;
  max-width: 500px;
}
.noshi-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.noshi-card {
  flex: 0 0 calc(33.333% - 20px); 
  box-sizing: border-box;
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  max-width: 400px; 
}

.noshi-card h4 {
  margin: 0.5em 0 0.3em;
  font-size: 1.1em;
}

.noshi-card p {
  font-size: 0.95em;
  margin-bottom: 1em;
}

.noshi-card img {
  order: 2;
  max-width: 100%;
  height: auto;
  margin-top: auto;
}

     @media screen and (max-width: 1024px) {
  .noshi-card {
    flex: 0 0 calc(50% - 16px);
  }
}

@media screen and (max-width: 600px) {
  .noshi-card {
    flex: 0 0 100%;
  }
}


.order-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5em;
  margin-top: 1.5em;
}
.before-order-wrap {
  background-color: #fff8f0;
  padding: 3em 1em;
  text-align: center;
  margin-top: 2em;
}

.before-order h2 {
  font-size: 2em;
  color: #e66b00;
  margin-bottom: 0.5em;
}

.before-order p {
  font-size: 1em;
  color: #444;
  margin-bottom: 1.5em;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.btn-order-guide {
  display: inline-block;
  background-color: #e66b00;
  color: #fff;
  font-size: 1.1em;
  padding: 0.8em 2em;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-order-guide:hover {
  background-color: #d66100;
}

/* 注文ガイドセクション */
.order-guide {
  
  padding: 3em 1em;
  margin-top: 2em;
  text-align: center;
}

.order-guide h3 {
  font-size: 1.8em;
  color: #333;
  margin-bottom: 1em;
}

.order-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5em;
  max-width: 1100px;
  margin: 0 auto;
}

.step {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 1.5em;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.step h4 {
  font-size: 1.2em;
  color: #e66b00;
  margin-bottom: 0.5em;
}

.step p {
  font-size: 0.95em;
  line-height: 1.6;
  color: #333;
}

.step a {
  color: #e66b00;
  text-decoration: underline;
}
.pickup-product { padding: 3em 1em;  text-align: center; }
.pickup-heading { font-size: 1.8em; color: #e66b00; margin-bottom: 0.3em; }
.pickup-sub { font-size: 1em; color: #444; margin-bottom: 2em; }
.pickup-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 2em; max-width: 1200px; margin: auto; }
.pickup-item { background: #fff; border:1px solid #eee; border-radius:8px; padding:1.5em; width:300px; box-shadow:0 2px 10px rgba(0,0,0,0.05); }
.pickup-item img { width:100%; height:auto; margin-bottom:1em; border-radius:6px; }
.pickup-item h3 { font-size:1.1em; color:#333; margin-bottom:0.5em; }
.pickup-item p { font-size:0.95em; color:#555; margin-bottom:1em; }
.btn-buy { display:inline-block; background-color:#e66b00; color:#fff; padding:0.8em 1.5em; border-radius:6px; text-decoration:none; font-weight:bold; transition:background-color 0.3s; }
.btn-buy:hover { background-color:#d65f00; }


     
/* =========================================================
   敬老LP 専用スタイル
   ========================================================= */
>
/* =========================================================
   影響分離パッチ：ct32 等の既存カテゴリに LP 用CSSが掛からないように
   ========================================================= */
.pickup-item img{
  aspect-ratio:auto !important;
  height:auto !important;
  object-fit:initial !important;
}

/* =========================================================
   敬老LP 専用スタイル（.keiro-page スコープ内のみ適用）
   ========================================================= */
.keiro-page{ --brand:#e67e22; --accent:#b23a48; --ink:#222; --ok:#2e7d32; }
.keiro-page *{ box-sizing:border-box }
.keiro-page a{ word-break:normal; overflow-wrap:normal }

/* ---------- Hero（背景なし・中央揃え） ---------- */
.keiro-page .keiro-hero{
  background:transparent; border:0; padding:0; border-radius:0;
  display:grid; gap:12px; justify-items:center; text-align:center;
}
.keiro-page .keiro-hero h1{ margin:0; color:var(--ink); line-height:1.25 }
.keiro-page .keiro-hero h1 .keiro-ttl-1{ display:block; font-size:1.8rem; font-weight:800 }
.keiro-page .keiro-hero h1 .keiro-ttl-2{ display:block; font-size:1.2rem; font-weight:600; margin-top:2px }
.keiro-page .keiro-sub{ color:#000 }
.keiro-page .keiro-badges{ display:flex; flex-wrap:wrap; gap:8px; justify-content:center }
.keiro-page .keiro-badge{ background:#fff; border:1px solid #f0d9c7; border-radius:999px; padding:6px 12px; font-size:.9rem }
.keiro-page .keiro-hero-cta{
  display:flex; flex-wrap:wrap; gap:12px; align-items:center; justify-content:center; width:100%;
}
.keiro-page .keiro-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  min-height:44px; padding:10px 16px; border-radius:999px; font-weight:700; text-decoration:none;
  background:var(--brand); color:#fff;
  white-space:nowrap; word-break:normal; overflow-wrap:normal; max-width:100%; flex-shrink:0;
}
.keiro-page .keiro-btn--ghost{ background:#fff; color:var(--brand); border:2px solid var(--brand) }
.keiro-page .keiro-count{ display:flex; align-items:center; gap:8px; font-weight:700; justify-content:center }
.keiro-page .keiro-count .keiro-countnum{ font-size:1.2rem; color:var(--accent) }

/* ---------- セクション見出し・中央配置 ---------- */
.keiro-page .keiro-section{ margin:28px 0 }
.keiro-page .keiro-section h2{
  font-size:1.3rem; margin:0 0 12px; color:var(--ink);
  display:flex; align-items:center; gap:8px; justify-content:center;
}
.keiro-page #ranking, .keiro-page #price, .keiro-page #osusume, .keiro-page #service, .keiro-page #faq{ text-align:center }

/* =========================================================
   商品カード（共通ベース） … LP内のみ
   ========================================================= */
.keiro-page .pickup-list{
  display:flex; flex-wrap:wrap; justify-content:center; align-items:stretch;
  gap:12px; max-width:1020px; margin:0 auto; padding:0 8px;
}
.keiro-page .pickup-item{
  width:320px; background:#fff; border:1px solid #eee; border-radius:16px;
  overflow:hidden; text-align:center; padding-bottom:12px;
}

/* 既定の画像は正方形想定（ランキング/おすすめでは下で“さらに”上書き） */
.keiro-page .pickup-item img{
  aspect-ratio:1/1 !important; height:auto !important; object-fit:cover !important; width:100%;
}

.keiro-page .keiro-tags{ display:flex; gap:6px; flex-wrap:wrap; justify-content:center; margin-top:6px; min-height:24px }
.keiro-page .keiro-tag{ font-size:.8rem; background:#f4f4f4; border-radius:6px; padding:4px 6px }
.keiro-page .keiro-badge--free{ background:#e8f5e9; color:var(--ok) }

/* =========================================================
   ランキング / 敬老おすすめ：文章量に左右されない“整列”版
   (#rankingList / #osusumeList に限定)
   ========================================================= */
.keiro-page #rankingList, .keiro-page #osusumeList{
  display:flex; flex-wrap:wrap; justify-content:center; align-items:stretch;
  gap:12px; max-width:1020px; margin:0 auto; padding:0 8px;
}
.keiro-page #rankingList .pickup-item,
.keiro-page #osusumeList .pickup-item{
  display:grid !important;
  grid-template-rows:
    auto    /* 画像(＋ランク) */
    auto    /* タイトル */
    auto    /* タグ */
    auto    /* 価格 */
    1fr     /* 可変余白 */
    auto;   /* ボタン（最下段固定） */
  justify-items:center;
}

/* -----------------------
   画像を“カードぎりぎり”まで大きく見せる強化
   （アンカーを比率ボックス化し、その中でimgを全面カバー）
   ----------------------- */
.keiro-page #rankingList .keiro-card-top,
.keiro-page #osusumeList .keiro-card-top{ width:100% }

.keiro-page #rankingList .keiro-card-top a,
.keiro-page #osusumeList .keiro-card-top a{
  display:block; width:100%; position:relative;
  aspect-ratio:1/1; overflow:hidden;
  border-radius:16px 16px 0 0; /* カード上辺にフィット */
  background:#f6f6f6;          /* 画像未設定時のプレース */
}
.keiro-page #rankingList .keiro-card-top img,
.keiro-page #osusumeList .keiro-card-top img{
  position:absolute; inset:0;
  width:100% !important; height:100% !important;
  object-fit:cover !important; display:block;
}
/* srcが空/未指定のときに“×アイコン”を消して枠だけ出す */
.keiro-page #rankingList .keiro-card-top img[src=""],
.keiro-page #rankingList .keiro-card-top img:not([src]),
.keiro-page #osusumeList .keiro-card-top img[src=""],
.keiro-page #osusumeList .keiro-card-top img:not([src]){
  display:none !important;
}

.keiro-page #rankingList .pickup-item h3,
.keiro-page #osusumeList .pickup-item h3{
  margin:10px 12px 0;
  font-size:1.0rem; line-height:1.35;
  min-height:calc(1.35em * 3);
  display:flex; align-items:flex-start; justify-content:center; text-align:center;
}
.keiro-page #rankingList .pickup-price,
.keiro-page #osusumeList .pickup-price{ font-weight:800; font-size:1.15rem; margin:6px 0 0 }

/* 購入ボタン：常時・中央・最下段固定（ホバー依存のテーマを打消し） */
.keiro-page #rankingList .pickup-item .btn-buy,
.keiro-page #osusumeList .pickup-item .btn-buy,
.keiro-page #rankingList .pickup-item .keiro-btn,
.keiro-page #osusumeList .pickup-item .keiro-btn{
  grid-row:6;
  display:inline-flex !important; justify-content:center; align-items:center;
  margin:10px auto 0 !important; min-width:160px; width:auto; max-width:90%;
  padding:10px 16px; border-radius:999px;
  background:var(--brand); color:#fff; text-decoration:none; font-weight:700;
  white-space:nowrap; word-break:normal; overflow-wrap:normal;
  float:none !important; position:static !important; text-align:center;
  opacity:1 !important; visibility:visible !important; transform:none !important; pointer-events:auto !important;
}

/* ランキング：番号を画像“上”に大きく表示 */
.keiro-page #rankingList .keiro-card-top{ display:flex; flex-direction:column; align-items:center; gap:8px }
.keiro-page #rankingList .keiro-rank{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 18px; border-radius:999px; font-weight:900; font-size:1.3rem;
  box-shadow:0 2px 8px rgba(0,0,0,.15);
  z-index:1; /* 画像の上に確実に出す */
}
.keiro-page #rankingList > .pickup-item:nth-child(1) .keiro-rank{ background:linear-gradient(135deg,#f5b800,#ffda3a); color:#222 }
.keiro-page #rankingList > .pickup-item:nth-child(2) .keiro-rank{ background:#cfcfcf; color:#222 }
.keiro-page #rankingList > .pickup-item:nth-child(3) .keiro-rank{ background:#cd7f32; color:#fff }
.keiro-page #rankingList > .pickup-item:nth-child(n+4) .keiro-rank{ background:var(--accent); color:#fff }

/* ---------- 価格帯タブ ---------- */
.keiro-page .keiro-tabs{ display:flex; gap:8px; flex-wrap:wrap; justify-content:center }
.keiro-page .keiro-tab{ border:1px solid #f0d9c7; background:#fff; padding:8px 12px; border-radius:999px; cursor:pointer }
.keiro-page .keiro-tab.is-active{ background:var(--brand); color:#fff; border-color:var(--brand); font-weight:700 }

/* ---------- ギフトサービス（図解） 均一レイアウト ---------- */
.keiro-page .keiro-steps{
  display:grid; grid-template-columns:repeat(12,1fr); gap:12px;
  max-width:1020px; margin:0 auto; align-items:stretch;
}
.keiro-page .keiro-step{
  grid-column:span 4; background:#fff; border:1px dashed #f0d9c7;
  border-radius:12px; padding:16px;
  display:flex; flex-direction:column; justify-content:flex-start; text-align:left;
}
.keiro-page #service .keiro-step h3{ margin:0 0 8px; font-size:1.05rem; line-height:1.35 }
.keiro-page #service .keiro-step p{ margin:0 0 12px; line-height:1.6; flex:1 }
.keiro-page #service .keiro-step a.keiro-btn{
  margin-top:auto; align-self:center; min-width:200px; text-align:center;
}
@media (max-width:768px){
  .keiro-page .keiro-step{ grid-column:span 12 }
  .keiro-page #service .keiro-step a.keiro-btn{ width:100%; min-width:0 }
}

/* ---------- FAQ（押せる矢印アイコン） ---------- */
.keiro-page .keiro-faq details{
  background:#fff; border:1px solid #eee; border-radius:12px; margin:8px auto; overflow:hidden; max-width:1020px;
}
.keiro-page .keiro-faq summary{
  list-style:none; padding:14px 44px 14px 14px; font-weight:700; position:relative; cursor:pointer; text-align:left;
}
.keiro-page .keiro-faq summary::-webkit-details-marker{ display:none }
.keiro-page .keiro-faq summary::after{
  content:""; width:8px; height:8px; border-right:2px solid #666; border-bottom:2px solid #666;
  position:absolute; right:14px; top:50%; transform:translateY(-50%) rotate(-45deg); transition:.2s;
}
.keiro-page .keiro-faq details[open] summary::after{ transform:translateY(-50%) rotate(45deg) }
.keiro-page .keiro-faq details > div{ padding:0 14px 14px 14px; text-align:left }

/* ---------- 固定CTA（注記は黒文字） ---------- */
.keiro-page .keiro-sticky{ position:sticky; bottom:10px; z-index:99; padding:0 8px }
.keiro-page .keiro-sticky .keiro-bar{
  display:flex; gap:10px 8px; background:#141414; color:#fff; padding:12px; border-radius:14px;
  justify-content:space-between; align-items:center; flex-wrap:wrap; max-width:1020px; margin:0 auto;
}
.keiro-page .keiro-mini{ font-size:.85rem; color:#000; margin-top:4px; text-align:center }

/* ---------- レスポンシブ ---------- */
@media (max-width:1120px){
  .keiro-page .pickup-item .btn-buy{ font-size:.92rem; padding:10px 14px }
}
@media (max-width:980px){
  .keiro-page .keiro-hero h1 .keiro-ttl-1{ font-size:1.7rem }
  .keiro-page .keiro-hero h1 .keiro-ttl-2{ font-size:1.15rem }
  .keiro-page .pickup-item .btn-buy{ font-size:.9rem; padding:10px 12px }
}
@media (max-width:900px){
  .keiro-page .pickup-list,
  .keiro-page #rankingList,
  .keiro-page #osusumeList{ max-width:720px }
  .keiro-page .pickup-item,
  .keiro-page #rankingList .pickup-item,
  .keiro-page #osusumeList .pickup-item{ width:calc(50% - 8px) }
}
@media (max-width:520px){
  .keiro-page .pickup-item,
  .keiro-page #rankingList .pickup-item,
  .keiro-page #osusumeList .pickup-item{ width:100% }
  .keiro-page .keiro-sticky .keiro-bar{ flex-direction:column; align-items:stretch }
  .keiro-page .keiro-sticky .keiro-bar > span{ text-align:center; line-height:1.4 }
  .keiro-page .keiro-sticky .keiro-bar .keiro-btn{ width:100%; justify-content:center; font-size:1rem; padding:12px 16px }
}
     #rankingList .pickup-item.is-hidden,
#osusumeList .pickup-item.is-hidden{
  display:none !important;
}