@charset "utf-8";
/*
Theme Name: オールインワン徹底比較
Theme URI: https://example.com/
Author: LAMP株式会社
Description: シミ予防・シワ改善オールインワン比較サイト用オリジナルテーマ。デザインカンプ実測値（設計幅1200px／本文900px）で実装。商品の順位・情報・絞り込み条件・コラムを管理画面から更新できます。
Version: 2.5.0
Text Domain: hikaku
*/

/* ============================================================
   設計値メモ（カンプ実測 / 1200px 基準）
   本文ブロック 900 ＝ メイン 600 ＋ 余白 25 ＋ サイド 275
   ============================================================ */
:root{
  --block:900px;
  --main:600px;
  --side:275px;
  --gap:25px;

  --brown-900:#3f2a12;
  --brown-800:#4e3618;
  --brown-700:#5b3d17;
  --brown-600:#6b4a22;
  --brown-500:#7a5527;
  --brown-400:#8a6535;

  --gold-500:#bb9438;
  --gold-400:#d3ae55;
  --gold-300:#e4cf94;
  --gold-100:#f8ecd5;

  --cream:#fdf9f1;
  --line:#e0d6c4;

  --green-700:#1f7c3c;
  --orange-600:#e8760a;
  --gray-600:#8d8d8d;

  --pink:#ea3f78;
  --pink-soft:#f19bb6;
  --red:#e8384f;
  --marker:#fff59d;

  --text:#3c3227;
  --text-sub:#6d6055;
}

/* ============================================================
   ベース
   ============================================================ */
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
body{
  margin:0;background:#fff;color:var(--text);
  font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:15px;line-height:1.77;
}
img{max-width:100%;height:auto;vertical-align:bottom;}
a{color:inherit;text-decoration:none;}
p{margin:0 0 1em;}
ul,ol,dl,dd{margin:0;padding:0;}
li{list-style:none;}
:focus-visible{outline:3px solid #b7282e;outline-offset:2px;}
.mc{font-family:"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho",serif;}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);}

.page{width:100%;}
.block{width:var(--block);max-width:100%;margin:0 auto;}
.col{display:flex;align-items:flex-start;}
.col .main{width:var(--main);flex:0 0 var(--main);min-width:0;}
.col .side{width:var(--side);flex:0 0 var(--side);margin-left:var(--gap);}
.main-only{width:var(--main);max-width:100%;margin:0 auto 0 calc(50% - var(--block) / 2);}

/* ============================================================
   ボタン（実測：本文 244×65 ／ 解説 328×65 ／ 検索 239×60）
   ============================================================ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  height:65px;padding:0 14px;border-radius:8px;white-space:nowrap;
  color:#fff;font-weight:700;font-size:18px;line-height:1.2;letter-spacing:.02em;
  border:none;cursor:pointer;text-align:center;
  position:relative;overflow:hidden;isolation:isolate;
  box-shadow:0 2px 3px rgba(0,0,0,.2);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.btn::after{
  content:"";position:absolute;top:0;left:-70%;width:45%;height:100%;
  background:linear-gradient(100deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 100%);
  transform:skewX(-22deg);transition:left .55s ease;pointer-events:none;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 7px 14px rgba(0,0,0,.24);filter:brightness(1.06);}
.btn:hover::after{left:125%;}
.btn:active{transform:translateY(1px);box-shadow:0 1px 2px rgba(0,0,0,.22);transition-duration:.06s;}
.btn:focus-visible{outline:3px solid #b7282e;outline-offset:3px;}
.btn .ar{
  width:26px;height:26px;border-radius:50%;background:#fff;flex:0 0 auto;
  margin-left:12px;position:relative;transition:transform .18s ease;
}
.btn .ar::before{
  content:"";position:absolute;left:10px;top:7px;
  border-style:solid;border-width:6px 0 6px 9px;
  border-color:transparent transparent transparent currentColor;
}
.btn:hover .ar{transform:translateX(3px);}
.btn--green{background:linear-gradient(180deg,#3d9e4f 0%,#1f7c3c 100%);}
.btn--green .ar{color:var(--green-700);}
.btn--orange{background:linear-gradient(180deg,#fba233 0%,#ef8200 100%);}
.btn--orange .ar{color:var(--orange-600);}
.btn--gray{background:linear-gradient(180deg,#b2b2b2 0%,#8d8d8d 100%);}
.btn--gray .ar{color:var(--gray-600);}
.btn--w244{width:244px;}
.btn--w328{width:328px;}
.btn-center{display:flex;margin-left:auto;margin-right:auto;}

.mk{background:linear-gradient(transparent 58%,var(--marker) 58%);font-weight:700;}
.red{color:#e60012;font-weight:700;}
.note{font-size:12px;line-height:1.5;color:#7a7a7a;margin:0;}
.note-red{font-size:12px;line-height:1.5;color:#e60012;margin:0;}

/* 評価マーク */
.mark{display:block;width:30px;height:30px;margin:0 auto 4px;position:relative;}
.mark::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1.5px solid var(--pink-soft);}
.mark--dbl::after{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%;border:1.5px solid #e0587f;}
.mark--tri::before{
  border:none;border-radius:0;left:0;top:3px;width:0;height:0;
  border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:25px solid #d9b45c;
}
.mark--tri::after{
  content:"";position:absolute;left:3px;top:10px;width:0;height:0;
  border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:20px solid #fff;
}
.mark--x::before{
  border:none;
  background:
    linear-gradient(45deg,transparent 45%,#a8a8a8 45%,#a8a8a8 55%,transparent 55%),
    linear-gradient(-45deg,transparent 45%,#a8a8a8 45%,#a8a8a8 55%,transparent 55%);
}

/* ============================================================
   タイトルバー（h66）／ヒーロー（h576）
   ============================================================ */
.titlebar{
  height:66px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(90deg,#3f2a12 0%,#7a5527 50%,#3f2a12 100%);
  padding:0 16px;
}
.titlebar p{margin:0;color:#fff;font-size:21px;font-weight:500;letter-spacing:.03em;}

.hero{
  position:relative;height:576px;overflow:hidden;
  background:#f7f0e2 url(assets/img/hero-bg.jpg) center/cover no-repeat;
}
.hero__pr{position:absolute;top:8px;left:14px;margin:0;font-size:13px;color:#9a9a9a;}
.hero__model{position:absolute;right:0;top:0;height:100%;width:auto;max-width:42%;object-fit:cover;object-position:left top;}
.hero__badges{position:absolute;left:calc(50% - 460px);top:36px;width:150px;text-align:center;z-index:3;}
.medal{
  width:130px;height:130px;border-radius:50%;margin:0 auto 20px;
  background:linear-gradient(160deg,#e3c470 0%,#b08a34 55%,#d8b95f 100%);
  border:3px solid #fff;box-shadow:0 3px 6px rgba(0,0,0,.2);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  color:#fff;font-size:19px;font-weight:700;line-height:1.3;
}
.medal span{font-size:21px;}
.seal{
  width:150px;height:150px;border-radius:50%;margin:0 auto;
  background:#fdf8ec;border:2px solid var(--gold-400);box-shadow:0 2px 5px rgba(0,0,0,.12);
  display:flex;align-items:center;justify-content:center;padding:14px;
  font-size:14px;font-weight:700;line-height:1.5;color:var(--brown-600);
}
.hero__inner{position:relative;z-index:2;width:900px;margin:0 auto;padding:44px 0 0 150px;}
.hero__lead{margin:0 0 6px;text-align:center;font-size:24px;color:var(--brown-600);font-weight:500;}
.hero__lead::before{content:"＼";margin-right:6px;}
.hero__lead::after{content:"／";margin-left:6px;}
.hero__title{margin:0;text-align:center;line-height:1.14;font-weight:700;}
.hero__title .l1{
  display:block;font-size:66px;letter-spacing:.01em;
  background:linear-gradient(180deg,#c19a4d 0%,#8a5b1e 50%,#c19a4d 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 2px 0 #fff) drop-shadow(0 4px 5px rgba(90,60,20,.28));
}
.hero__title .l2{display:block;font-size:47px;margin-top:4px;}
.hero__title .l2 b{font-weight:700;color:#5c3d19;text-shadow:0 2px 0 #fff,0 3px 5px rgba(90,60,20,.22);}
.hero__title .l2 em{font-style:normal;color:#c8102e;text-shadow:0 2px 0 #fff,0 3px 5px rgba(150,20,30,.18);}
.hero__sub{
  margin:18px auto 0;width:max-content;max-width:100%;
  background:linear-gradient(90deg,rgba(196,157,67,0) 0%,#c39d43 14%,#e0c072 50%,#c39d43 86%,rgba(196,157,67,0) 100%);
  color:#fff;font-size:22px;padding:4px 54px;letter-spacing:.03em;
}
.hero__items{
  position:relative;z-index:2;width:900px;margin:0 auto;padding:26px 0 0 60px;
  display:flex;align-items:flex-end;justify-content:flex-start;
}
.hero__items img,.hero__item{height:150px;width:auto;margin-right:24px;}

/* ============================================================
   絞り込み検索（600×448／ヘッダ56／ボタン239×60）
   ============================================================ */
.filter{
  margin-top:47px;border:2px solid var(--brown-500);border-radius:5px;
  background:#fff;overflow:hidden;
}
.filter__head{
  position:relative;height:56px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(180deg,#7a5527 0%,#5b3d17 100%);
  color:#fff;font-size:23px;font-weight:700;letter-spacing:.1em;margin:0;
  cursor:pointer;transition:filter .18s ease;
}
.filter__head:hover{filter:brightness(1.12);}
.filter__panel{
  max-height:520px;overflow:hidden;
  transition:max-height .38s cubic-bezier(.4,0,.2,1),opacity .28s ease;
}
.filter.is-closed .filter__panel{max-height:0;opacity:0;}
.filter__close{
  position:absolute;right:14px;top:50%;transform:translateY(-50%);
  width:30px;height:30px;border-radius:50%;background:#42301b;border:none;
  color:#fff;font-size:17px;line-height:1;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  transition:transform .3s ease,background-color .2s ease;
}
.filter__close:hover{background:#5e4527;}
.filter.is-closed .filter__close{transform:translateY(-50%) rotate(45deg);}
.filter__body{padding:22px 24px 0;}
.frow{display:flex;align-items:stretch;margin-bottom:14px;}
.frow__label{
  flex:0 0 126px;margin:0 20px 0 0;
  background:linear-gradient(180deg,#7a5527,#5b3d17);
  color:#fff;font-size:14px;font-weight:700;line-height:1.35;border-radius:4px;
  display:flex;align-items:center;justify-content:center;text-align:center;padding:6px 4px;
}
.frow__opts{flex:1 1 auto;display:flex;flex-wrap:wrap;align-content:center;}
.frow__opts .chk{width:50%;margin:3px 0;}
.chk{display:inline-flex;align-items:center;font-size:15px;cursor:pointer;line-height:1.5;}
.chk__count{font-style:normal;font-size:12px;color:#9a8a6a;margin-left:5px;}
.chk.is-zero{opacity:.45;}
.chk.is-zero .chk__count{color:#b7b7b7;}
.chk input{
  appearance:none;-webkit-appearance:none;margin:0 8px 0 0;flex:0 0 auto;
  width:15px;height:15px;border:1px solid #b3a68f;background:#fff;border-radius:2px;
  position:relative;cursor:pointer;
}
.chk input:checked{background:var(--brown-500);border-color:var(--brown-500);}
.chk input:checked::after{
  content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;
  border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);
}
.filter__submit{margin:20px 0 34px;text-align:center;}
.filter__submit .btn{width:239px;height:60px;font-size:20px;padding:0 18px;}
.filter__icon{width:19px;height:19px;margin-right:10px;fill:none;stroke:#fff;stroke-width:2;flex:0 0 auto;}
.filter-result{margin:18px 0 0;text-align:center;}
.filter-result__count{margin:0 0 10px;font-size:16px;color:var(--brown-700);}
.filter-result__count b{font-size:21px;color:#c8102e;font-weight:700;}
.filter-result__tags{display:flex;flex-wrap:wrap;justify-content:center;margin:0 0 8px;}
.filter-result__tags li{margin:0 6px 6px 0;}
.filter-result__tags a{
  display:inline-flex;align-items:center;
  border:1px solid var(--gold-400);border-radius:15px;background:var(--gold-100);
  color:var(--brown-700);font-size:13px;padding:3px 12px;
  transition:background-color .18s ease,border-color .18s ease;
}
.filter-result__tags a span{margin-left:8px;font-size:12px;color:#9a8a6a;}
.filter-result__tags a:hover{background:#f0e0bd;border-color:var(--gold-500);}
.filter-result__clear{margin:0;font-size:13px;}
.filter-result__clear a{color:#7a6a55;text-decoration:underline;}
.filter-result__clear a:hover{color:var(--brown-700);}

/* ============================================================
   サイドバー（275幅）
   ============================================================ */
.side{
  padding-top:47px;
  position:sticky;top:16px;align-self:flex-start;
  will-change:top;
}
.side-rank__no1{
  border:1px solid var(--gold-400);border-radius:4px;overflow:hidden;
  transition:box-shadow .2s ease;
  background:#fdfaf2 url(assets/img/silk-gold.jpg) center/cover no-repeat;
  text-align:center;
}
.side-rank__no1 .cap{
  display:block;padding:12px 0 0;font-size:26px;color:var(--brown-600);font-weight:600;
  font-family:"Noto Serif JP",serif;
}
.side-rank__no1 .cap::before{content:"＼";font-size:17px;margin-right:4px;}
.side-rank__no1 .cap::after{content:"／";font-size:17px;margin-left:4px;}
.side-rank__no1 .crown{width:22px;margin-right:4px;color:var(--gold-500);}
.side-rank__no1 .ph{display:block;height:88px;padding:4px 0;}
.side-rank__no1 .ph img{max-height:80px;width:auto;transition:transform .25s ease;}
.side-rank__no1:hover{box-shadow:0 4px 14px rgba(150,120,50,.28);}
.side-rank__no1:hover .ph img{transform:scale(1.06);}
.side-rank__no1 .nm{
  display:flex;align-items:center;justify-content:center;height:84px;
  background:linear-gradient(180deg,#d3ae55,#bb9438);
  color:#fff;font-size:17px;font-weight:600;line-height:1.4;padding:0 8px;
  font-family:"Noto Serif JP",serif;
}
.side-rank__row{margin-top:24px;border:1px solid #ddd;border-radius:4px;overflow:hidden;background:#fff;transition:box-shadow .2s ease,border-color .2s ease;}
.side-rank__row:hover{border-color:#c9b48c;box-shadow:0 3px 10px rgba(0,0,0,.12);}
.side-rank__row + .side-rank__row{margin-top:10px;}
.side-rank__row .hd{display:flex;align-items:center;justify-content:center;height:34px;color:#fff;font-size:17px;font-weight:700;}
.side-rank__row .hd .crown{width:19px;margin-right:5px;}
.side-rank__row--2 .hd{background:linear-gradient(180deg,#b2b2b2,#8f8f8f);}
.side-rank__row--3 .hd{background:linear-gradient(180deg,#8a6535,#5f421f);}
.side-rank__row .bd{display:flex;align-items:center;height:91px;padding:0 12px;}
.side-rank__row .bd img{width:56px;flex:0 0 56px;margin-right:10px;}
.side-rank__row .bd span{font-size:15px;line-height:1.45;font-weight:500;}
.side-rank__more{margin:34px 0 0;}
.side-rank__more .btn{width:100%;height:57px;font-size:16px;border-radius:5px;}
.side-rank__more .btn .ar{width:22px;height:22px;margin-left:12px;}
.side-rank__more .btn .ar::before{left:8px;top:6px;border-width:5px 0 5px 8px;}

.side-col{margin-top:35px;}
.side-col__head{
  display:flex;align-items:center;height:48px;padding:0 16px;margin:0;
  background:linear-gradient(180deg,#d3ae55,#bb9438);
  color:#fff;font-size:19px;font-weight:600;border-radius:4px 4px 0 0;
}
.side-col__head svg{width:19px;height:19px;fill:#fff;margin-right:10px;flex:0 0 auto;}
.side-col ul{border:1px solid #eee;border-top:none;border-radius:0 0 4px 4px;}
.side-col li+li{border-top:1px dashed #e2ddd2;}
.side-col__item{
  display:flex;align-items:flex-start;padding:12px;color:#4a4238;
  transition:background-color .18s ease;
}
.side-col__item:hover{background:var(--cream);}
.side-col__thumb{
  flex:0 0 62px;width:62px;height:62px;margin-right:10px;overflow:hidden;
  border:1px solid #eee;background:#faf7f1;
}
.side-col__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}
.side-col__item:hover .side-col__thumb img{transform:scale(1.06);}
.side-col__body{flex:1 1 auto;min-width:0;}
.side-col__meta{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:4px;}
.side-col__cat{
  display:inline-block;background:var(--brown-500);color:#fff;
  font-size:10px;line-height:1.6;padding:0 8px;border-radius:2px;margin-right:8px;
}
.side-col__date{font-size:11px;color:#9a9a9a;letter-spacing:.04em;}
.side-col__title{
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
  font-size:13px;line-height:1.55;color:#3c3227;
}
.side-col__item:hover .side-col__title{color:var(--brown-600);}
.side-col__more{margin:10px 0 0;text-align:right;font-size:12px;}
.side-col__more a{color:var(--brown-600);text-decoration:underline;}
.side-col__more a::after{content:"▶";font-size:9px;margin-left:5px;text-decoration:none;}
.side-col__more a:hover{color:var(--brown-800);}
.side-col__note{margin:16px 0 0;font-size:13px;line-height:1.5;color:#e60012;}

/* 調査概要 */
.side-survey{margin-top:26px;border:1px solid var(--line);border-radius:4px;padding:14px 14px 12px;}
.side-survey__head{
  margin:0 0 10px;text-align:center;font-size:17px;font-weight:600;color:var(--brown-800);
  letter-spacing:.06em;
}
.side-survey__row{display:flex;align-items:flex-start;font-size:11.5px;line-height:1.65;padding:3px 0;}
.side-survey__row dt{flex:0 0 74px;color:#8a7d6a;}
.side-survey__row dt::after{content:"：";}
.side-survey__row dd{margin:0;flex:1 1 auto;color:#4a4238;}

/* ============================================================
   3大ケア（タグ 238×41）
   ============================================================ */
.care{text-align:center;margin:45px 0 0;}
.care__tag{
  display:inline-flex;align-items:center;justify-content:center;position:relative;
  width:238px;height:41px;margin:0;
  background:linear-gradient(180deg,#6b4a22 0%,#835f2a 48%,#4b3116 100%);
  color:#fff;font-size:20px;font-weight:600;letter-spacing:.12em;
}
.care__tag::before,.care__tag::after{content:"";position:absolute;top:0;border:20.5px solid transparent;}
.care__tag::before{left:-19px;border-right-color:#4a3011;}
.care__tag::after{right:-19px;border-left-color:#4a3011;}
.care__body{position:relative;display:inline-block;max-width:600px;padding:9px 64px 0;}
.care__laurel{position:absolute;top:0;width:74px;height:117px;fill:#c9a24a;color:#c9a24a;}
.care__laurel--l{left:-6px;}
.care__laurel--r{right:-6px;transform:scaleX(-1);}
.care__l1{
  margin:0;display:inline-block;line-height:1.28;
  background:linear-gradient(transparent 16%,#fff59d 16%,#fff59d 90%,transparent 90%);
}
.care__l1 span{
  display:inline-block;font-feature-settings:"palt" 1;
  font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:33px;font-weight:700;letter-spacing:-.02em;white-space:nowrap;
  background:linear-gradient(180deg,#c9a24a 0%,#8a5b1e 55%,#a97a34 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.9));
}
.care__l2{
  margin:8px 0 0;line-height:1.3;font-feature-settings:"palt" 1;
  font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:27px;font-weight:700;color:#2f2418;letter-spacing:-.01em;white-space:nowrap;
}
.care__l2 b{font-weight:700;background:linear-gradient(transparent 16%,#fff59d 16%,#fff59d 92%,transparent 92%);padding:0 2px;}

/* ============================================================
   1位バナー（600×213）
   ============================================================ */
.pickup{
  margin-top:48px;height:213px;position:relative;overflow:hidden;
  border:1px solid var(--gold-400);border-radius:4px;
  background:#f4e7cb url(assets/img/silk-gold.jpg) center/cover no-repeat;
  display:flex;align-items:center;padding:0 20px;
}
.pickup__body{flex:1 1 auto;text-align:center;}
.pickup__brand{margin:0;font-size:18px;letter-spacing:.3em;color:var(--brown-500);}
.pickup__name{
  margin:4px 0 14px;font-size:32px;line-height:1.32;font-weight:600;color:#6b4a22;
  position:relative;display:inline-block;padding-left:34px;
}
.pickup__name .crown{position:absolute;left:0;top:10px;width:26px;color:var(--gold-500);}
.pickup__img{flex:0 0 96px;margin-left:10px;}
.pickup .btn{width:244px;}

/* ============================================================
   セクション見出し（600×98）
   ============================================================ */
.sec-title{
  position:relative;margin:57px 0 23px;height:98px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:linear-gradient(180deg,#6b4a22 0%,#4b3116 100%);
  border-radius:5px;color:#fff;text-align:center;
}
.sec-title span{display:block;font-size:24px;font-weight:600;line-height:1.4;}
.sec-title span+span{font-size:30px;}
.sec-title__orn{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:28px;fill:var(--gold-400);}
.sec-title__orn--l{left:16px;}
.sec-title__orn--r{right:16px;transform:translateY(-50%) scaleX(-1);}

/* ============================================================
   比較表（左見出し列 88 ／ 1位列 113 ／ 他 約99）
   ============================================================ */
.cmp-wrap{overflow:visible;}
.cmp-hint{display:none;}
table.cmp{
  border-collapse:collapse;width:100%;table-layout:fixed;
  font-size:12px;line-height:1.5;text-align:center;
}
table.cmp th,table.cmp td{border:1px solid #ece4d6;padding:10px 4px;vertical-align:middle;}
table.cmp thead th{border:none;padding:0 3px 5px;vertical-align:top;background:#fff;}
table.cmp thead th.cmp__corner{width:88px;background:#fff;border:none;}
table.cmp thead th.cmp__col--best{width:113px;}
.cmp__crown{display:block;width:34px;height:30px;margin:0 auto 4px;color:var(--gold-400);}
.cmp__crown--sp{display:block;width:34px;height:30px;margin:0 auto 4px;}
.cmp__figure{display:flex;align-items:flex-end;justify-content:center;height:84px;}
.cmp__thumb{display:block;margin:0 auto;height:80px;width:auto;max-width:100%;object-fit:contain;}
.cmp__name{
  display:flex;align-items:center;justify-content:center;height:58px;
  margin-top:6px;padding:4px 3px;
  background:#ededed;color:#3c3227;font-size:10px;font-weight:700;line-height:1.32;letter-spacing:-.01em;
}
.cmp__col--best .cmp__name{background:var(--pink);color:#fff;}
th.cmp__rowh{
  width:88px;background:linear-gradient(90deg,#6b4a22,#7f5c2c);
  color:#fff;font-size:13px;font-weight:700;line-height:1.35;
}
td.cmp__best{background:#fdf7f0;}
td.cmp__best .txt{color:#d4426e;}
.cmp td .txt{display:block;font-size:12px;}
.cmp__cta td{border:none;padding:14px 3px 0;background:#fff;}
.cmp__cta .btn{width:100%;height:30px;font-size:12px;padding:0 4px;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.2);}
.cmp__cta .btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.22);}
.cmp__cta .btn .ar{display:none;}
.cmp-note{margin:19px 0 0;font-size:13px;line-height:1.6;color:#8d8d8d;}

/* ============================================================
   ランキング見出し
   ============================================================ */
.rank-title{text-align:center;margin:70px 0 38px;position:relative;}
.rank-title__lead{margin:0 0 2px;font-size:26px;font-weight:600;color:var(--brown-600);}
.rank-title__lead::before{content:"＼";margin-right:6px;}
.rank-title__lead::after{content:"／";margin-left:6px;}
.rank-title__main{
  margin:0;display:inline-block;position:relative;
  font-size:47px;font-weight:700;line-height:1.25;color:#4a3418;padding:0 18px;
}
.rank-title__main::after{
  content:"";position:absolute;left:0;right:0;bottom:6px;height:20px;z-index:-1;
  background:linear-gradient(90deg,rgba(255,242,160,0),#fff2a0 10%,#fff2a0 90%,rgba(255,242,160,0));
}
.rank-title__spark{position:absolute;fill:var(--gold-400);opacity:.85;}
.rank-title__spark--a{left:44px;top:4px;width:19px;}
.rank-title__spark--b{left:8px;top:34px;width:27px;}
.rank-title__spark--c{right:44px;top:4px;width:19px;}
.rank-title__spark--d{right:8px;top:34px;width:27px;}

/* ============================================================
   ランキングカード（600幅／バー76／画像枠284×239／ボタン244×65）
   ============================================================ */
.item{
  border:1px solid var(--gold-300);border-radius:6px;background:#fff;
  margin-bottom:61px;overflow:hidden;
}
.item--2{border-color:#dcdcdc;}
.item[hidden]{display:none;}
.item{transition:box-shadow .22s ease;}
.item:hover{box-shadow:0 6px 20px rgba(120,90,40,.14);}
.item__bar{display:flex;align-items:center;height:76px;padding:0 22px;color:#fff;}
.item__bar .crown{width:34px;flex:0 0 34px;margin-right:16px;}
.item__bar h2{margin:0;font-size:22px;font-weight:600;line-height:1.3;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.item--1 .item__bar,.item__bar.item--1{background:linear-gradient(180deg,#d3ae55 0%,#bb9438 55%,#c8a247 100%);}
.item--2 .item__bar,.item__bar.item--2{background:linear-gradient(180deg,#b2b2b2 0%,#8f8f8f 55%,#9d9d9d 100%);}
.item--3 .item__bar,.item--n .item__bar,
.item__bar.item--3,.item__bar.item--n{background:linear-gradient(180deg,#8a6839 0%,#6b4d24 55%,#78582c 100%);}
.item__body{padding:19px 12px 24px;}

.item__top{display:flex;align-items:flex-start;padding:0 9px;}
.item__ph{
  flex:0 0 284px;width:284px;height:239px;border:1px solid #dcdcdc;background:#fff;overflow:hidden;
  display:flex;align-items:center;justify-content:center;padding:12px;margin-right:22px;
}
.item__ph img{max-height:214px;width:auto;transition:transform .3s ease;}
.item:hover .item__ph img{transform:scale(1.04);}
.item__spec{flex:1 1 auto;padding-top:15px;}
.badge-yh{
  display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 12px;
  background:var(--pink);color:#fff;font-size:15px;font-weight:500;border-radius:3px;margin-bottom:16px;
}
.item__price{margin:0 0 6px;font-size:19px;font-family:"Noto Serif JP",serif;}
.item__price b{
  font-size:24px;color:var(--red);font-weight:500;
  background:linear-gradient(transparent 58%,var(--marker) 58%);padding:0 2px;
}
.item__price small{
  font-size:16px;color:var(--red);
  background:linear-gradient(transparent 58%,var(--marker) 58%);padding:0 2px;
}
.item__ship{margin:0 0 26px;font-size:19px;font-family:"Noto Serif JP",serif;}
.item__spec .btn{width:244px;}

.h-line{
  text-align:center;margin:37px 0 0;padding:0 7px;
  font-size:26px;font-weight:600;color:#b1873c;letter-spacing:.02em;
}
.h-line span{display:block;line-height:1.15;}
.h-line i{display:block;position:relative;height:14px;margin-top:21px;}
.h-line i::before,.h-line i::after{content:"";position:absolute;height:1px;background:#b9a171;}
.h-line i::before{left:0;width:calc(50% - 9px);top:1px;}
.h-line i::after{right:0;width:calc(50% - 9px);top:13px;}
.h-line b{position:absolute;left:calc(50% - 9px);top:0;width:18px;height:14px;}
.h-line b::before{
  content:"";position:absolute;left:0;top:1px;width:1px;height:31px;
  background:#b9a171;transform:rotate(-51deg);transform-origin:top left;
}

.item__desc{padding:0 9px;margin-top:15px;font-size:15px;line-height:1.77;}
.item__desc p{margin:0 0 6px;}
.item__desc p:last-child{margin-bottom:0;}
.item__desc .note,.item__desc .note-red{margin-top:13px;}

.h-band{
  display:flex;align-items:center;justify-content:center;height:78px;
  background:linear-gradient(180deg,#7d5a2a 0%,#5b3f19 52%,#6b4a20 100%);
  color:#fff;font-size:28px;font-weight:500;letter-spacing:.08em;margin:21px 0 0;
}
.h-band svg{width:52px;height:19px;fill:#f0e2bd;flex:0 0 auto;margin:0 16px;}
.h-band svg:last-child{transform:scaleX(-1);}

.voice{padding:24px 9px 0;}
.voice + .voice{margin-top:20px;border-top:1px dashed #e0cfcf;padding-top:21px;}
.voice__meta{margin:0 0 12px;font-size:13px;font-weight:700;color:#2f2a24;}
.voice__body{font-size:15px;line-height:1.77;margin-bottom:11px;}
.voice figure{margin:12px 0 0;}
.voice figcaption{margin-top:7px;font-size:12px;color:#7a7a7a;}
.item__foot{margin-top:16px;text-align:center;}
.item__foot .btn{width:244px;}

.rank-empty{text-align:center;font-size:15px;line-height:2;color:var(--text-sub);padding:34px 0;}
.rank-empty a{color:var(--green-700);text-decoration:underline;}
.more-rank{text-align:center;margin:-16px 0 45px;}
.more-rank .btn{width:244px;}

/* ============================================================
   解説ブロック（600×614／ヘッダ120／ボタン328×65）
   ============================================================ */
.know{position:relative;margin:45px 0 0;padding-top:59px;}
.know__tag{
  position:absolute;left:52px;top:0;z-index:2;margin:0;
  background:#fff;border:2px solid #2f2418;border-radius:30px/24px;
  font-size:22px;font-weight:600;color:#2f2418;padding:2px 26px 4px;
  transform:rotate(-2deg);
}
.know__tag span{background:linear-gradient(transparent 58%,var(--marker) 58%);}
.know__tag::before,.know__tag::after{content:"";position:absolute;right:26px;border-style:solid;border-width:20px 0 0 16px;}
.know__tag::before{border-color:#2f2418 transparent;bottom:-21px;right:24px;}
.know__tag::after{border-color:#fff transparent;bottom:-17px;}
.know__box{border:1px solid #ead9b8;border-radius:8px;overflow:hidden;background:#fff;}
.know__head{
  height:120px;display:flex;align-items:center;justify-content:center;
  background:var(--gold-100);text-align:center;
  font-size:33px;font-weight:600;line-height:1.45;color:#7b5518;
}
.know__head p{margin:0;}
.know__body{padding:21px 24px 23px;font-size:15px;line-height:1.97;}
.know__body p{margin:0;}
.know__body img{float:right;width:200px;height:150px;object-fit:cover;margin:1px 0 12px 20px;}
.know__cta{clear:both;text-align:center;padding-top:25px;}
.know__body .btn{width:328px;font-size:18px;}

/* ============================================================
   下部CTA（600×213）／フッター
   ============================================================ */
.bottom-cta{
  margin-top:71px;height:213px;
  border:1px solid #d9c9a4;border-radius:4px;overflow:hidden;
  background:#f4e7cb url(assets/img/silk-gold.jpg) center/cover no-repeat;
  display:flex;align-items:center;
}
.bottom-cta__model{flex:0 0 193px;align-self:stretch;}
.bottom-cta__model img{width:100%;height:100%;object-fit:cover;object-position:center 15%;}
.bottom-cta__body{flex:1 1 auto;text-align:center;padding:0 6px;}
.bottom-cta__brand{margin:0;font-size:14px;letter-spacing:.3em;color:var(--brown-500);}
.bottom-cta__name{margin:4px 0 13px;font-size:23px;line-height:1.4;font-weight:600;color:#6b4a22;white-space:nowrap;}
.bottom-cta__body .btn{width:244px;}
.bottom-cta__img{flex:0 0 106px;padding-right:16px;}

.site-foot{text-align:center;margin-top:55px;}
.site-foot__op{margin:0 0 70px;font-size:14px;}
.site-foot__op a{color:#4a4238;}
.site-foot__copy{
  height:31px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(90deg,#3f2a12 0%,#7a5527 50%,#3f2a12 100%);
  color:#fff;font-size:13px;margin:0;letter-spacing:.02em;
}

.totop{
  position:fixed;right:30px;bottom:30px;width:80px;height:80px;border-radius:50%;
  background:#bc9024;color:#fff;display:flex;align-items:center;justify-content:center;
  font-size:23px;font-weight:600;box-shadow:0 3px 7px rgba(0,0,0,.22);
  opacity:0;visibility:hidden;
  transition:opacity .25s ease,transform .2s ease,background-color .2s ease;z-index:40;
}
.totop:hover{background:#a87c1a;transform:translateY(-3px);box-shadow:0 8px 16px rgba(0,0,0,.28);}
.totop.is-show{opacity:1;visibility:visible;}


/* ============================================================
   フッターナビ・404・検索
   ============================================================ */
.site-nav{margin:0 0 20px;}
.site-nav ul{display:flex;flex-wrap:wrap;justify-content:center;}
.site-nav li{margin:0 0 6px;}
.site-nav li+li::before{content:"|";margin:0 14px;color:#d8cbb4;}
.site-nav a{font-size:13px;color:#4a4238;}
.site-nav a:hover{color:var(--brown-600);text-decoration:underline;}
.titlebar a{color:inherit;}
.titlebar a:hover{opacity:.85;}

.notfound__lead{margin:0 0 20px;font-size:15px;line-height:1.9;}
.notfound__links{margin:0 0 32px;}
.notfound__links li{border-bottom:1px solid #ece6da;}
.notfound__links a{display:block;padding:14px 4px;font-size:15px;color:var(--brown-700);}
.notfound__links a::before{content:"▶";font-size:9px;margin-right:8px;color:var(--gold-500);}
.notfound__links a:hover{background:var(--cream);}

.searchform{display:flex;margin:0 0 24px;}
.searchform input[type="search"]{
  flex:1 1 auto;min-width:0;height:52px;padding:0 14px;font-size:15px;
  border:1px solid var(--line);border-radius:6px 0 0 6px;background:#fff;
}
.searchform input[type="search"]:focus{outline:2px solid var(--gold-400);outline-offset:-1px;}
.searchform .btn{height:52px;border-radius:0 6px 6px 0;width:120px;font-size:16px;}
.searchform .btn .ar{display:none;}

.more-rank__count{display:block;margin-top:8px;font-size:12px;color:#8d8d8d;}
.back-home a+a{margin-left:20px;}

/* ============================================================
   コラム
   ============================================================ */
.entry{padding:30px 0 50px;}
.entry__title{font-size:30px;line-height:1.5;font-weight:600;color:var(--brown-800);margin:0 0 8px;}
.entry__date{font-size:13px;color:#8d8d8d;margin-bottom:22px;}
.entry__body{font-size:16px;line-height:2;}
.entry__body h2{
  font-size:22px;font-weight:600;color:var(--brown-800);
  border-left:5px solid var(--gold-400);padding:2px 0 2px 12px;margin:34px 0 14px;
}
.entry__body h3{font-size:19px;font-weight:600;margin:26px 0 10px;}
.page-title{
  margin:40px 0 22px;font-size:28px;font-weight:600;color:var(--brown-800);
  border-bottom:2px solid var(--gold-400);padding-bottom:10px;
}
.card-list{margin:0;}
.card{border-bottom:1px solid #ece6da;}
.card:first-child{border-top:1px solid #ece6da;}
.card__link{display:flex;align-items:flex-start;padding:20px 4px;transition:background-color .18s ease;}
.card__link:hover{background:var(--cream);}
.card__thumb{
  flex:0 0 180px;width:180px;height:120px;margin-right:20px;overflow:hidden;
  border:1px solid #eee;background:#faf7f1;
}
.card__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}
.card__link:hover .card__thumb img{transform:scale(1.05);}
.card__body{flex:1 1 auto;min-width:0;}
.card__meta{display:flex;align-items:center;margin-bottom:7px;}
.card__cat{
  display:inline-block;background:var(--brown-500);color:#fff;
  font-size:12px;line-height:1.6;padding:1px 12px;border-radius:3px;margin-right:12px;
  transition:background-color .18s ease;
}
a.card__cat:hover{background:var(--brown-600);}
.card__date{font-size:13px;color:#8d8d8d;letter-spacing:.04em;margin-right:12px;}
.card__title{
  display:block;font-size:18px;font-weight:600;line-height:1.55;color:var(--brown-800);
  margin-bottom:6px;
}
.card__lead{display:block;font-size:13.5px;line-height:1.8;color:#6d6055;}
.card__more{
  display:inline-block;margin-top:8px;font-size:13px;color:var(--green-700);font-weight:700;
}
.card__more::after{content:"▶";font-size:10px;margin-left:6px;}

.entry__meta{display:flex;align-items:center;margin:40px 0 12px;}
.entry__lead{
  font-size:15px;line-height:1.9;color:#5c5245;background:var(--cream);
  border-left:4px solid var(--gold-400);padding:14px 18px;margin:0 0 22px;
}
.entry__eyecatch{margin:0 0 24px;}
.entry-nav{display:flex;justify-content:space-between;margin:36px 0 0;}
.entry-nav__item{
  flex:0 1 48%;border:1px solid var(--line);border-radius:5px;padding:12px 14px;
  transition:border-color .18s ease,box-shadow .18s ease;
}
.entry-nav__item:hover{border-color:var(--gold-400);box-shadow:0 3px 10px rgba(0,0,0,.08);}
.entry-nav__item--next{margin-left:auto;text-align:right;}
.entry-nav__label{display:block;font-size:12px;color:#9a8a6a;margin-bottom:4px;}
.entry-nav__title{display:block;font-size:14px;line-height:1.6;color:var(--brown-800);}
.entry-cta{text-align:center;margin:34px 0 50px;}
.entry-cta .btn{width:280px;}
.pager{display:flex;justify-content:center;margin:28px 0 50px;}
.pager .page-numbers{
  display:inline-block;padding:6px 14px;margin:0 4px;
  border:1px solid var(--line);border-radius:4px;font-size:14px;
  transition:background-color .18s ease,border-color .18s ease;
}
.pager a.page-numbers:hover{background:var(--cream);border-color:var(--gold-400);}
.pager .current{background:var(--brown-600);color:#fff;border-color:var(--brown-600);}

/* ============================================================
   レスポンシブ
   ============================================================ */
@media screen and (max-width:1199px){
  .hero__badges{left:20px;}
  .hero__inner,.hero__items{width:100%;padding-left:190px;padding-right:0;}
}
@media screen and (max-width:960px){
  :root{--block:100%;--main:100%;--side:100%;--gap:0px;}
  .hero{display:flex;flex-direction:column;}
  .hero__badges{order:1;}
  .hero__inner{order:2;}
  .hero__model{order:3;}
  .hero__items{order:4;}
  .block{padding:0 16px;}
  .main-only{margin:0 auto;padding:0 16px;}
  .col{display:block;}
  .col .main,.col .side{width:100%;}
  .col .side{margin-left:0;}
  .side{padding-top:34px;position:static;top:auto;}
  .hero{height:auto;padding-bottom:24px;}
  .hero__model{position:static;width:100%;height:auto;display:block;}
  .hero__badges{position:static;width:100%;display:flex;justify-content:center;padding-top:16px;}
  .medal{margin:0 20px 0 0;}
  .hero__inner{padding:24px 16px 0;}
  .hero__items{padding:20px 16px 0;justify-content:center;flex-wrap:wrap;}
  .hero__items img{height:110px;margin:0 8px;}
  .hero__model{margin-top:14px;max-height:340px;object-fit:cover;object-position:center 12%;}
  .item__ph{flex:0 0 240px;width:240px;height:200px;}
  .item__ph img{max-height:176px;}
}

/* ---- スマートフォン ---- */
@media screen and (max-width:680px){
  body{font-size:14px;}
  .block,.main-only{padding:0 12px;}

  .titlebar{height:auto;min-height:44px;padding:8px 12px;}
  .titlebar p{font-size:12px;line-height:1.45;}
  .hero{padding-bottom:18px;}
  .hero__pr{font-size:10px;top:4px;left:8px;}
  .hero__badges{padding-top:10px;}
  .medal{width:78px;height:78px;font-size:11px;border-width:2px;margin:0 14px 0 0;}
  .medal span{font-size:13px;}
  .seal{width:88px;height:88px;font-size:9.5px;padding:8px;line-height:1.4;}
  .hero__inner{padding:16px 12px 0;}
  .hero__lead{font-size:14px;margin-bottom:2px;}
  .hero__title .l1{font-size:34px;}
  .hero__title .l2{font-size:24px;}
  .hero__sub{font-size:13px;padding:3px 20px;margin-top:10px;}
  .hero__items{padding:14px 6px 0;}
  .hero__items img{height:64px;width:auto;margin:0 3px;}
  .hero__model{max-height:230px;}

  .filter{margin-top:24px;}
  .filter__head{height:44px;font-size:17px;}
  .filter__close{width:24px;height:24px;font-size:14px;right:10px;}
  .filter__body{padding:14px 14px 0;}
  .frow{display:block;margin-bottom:12px;}
  .frow__label{width:100%;margin:0 0 6px;padding:5px 8px;font-size:13px;justify-content:flex-start;}
  .frow__opts .chk{width:auto;margin:4px 20px 4px 0;font-size:14px;}
  .filter__submit{margin:14px 0 18px;}
  .filter__submit .btn{width:100%;max-width:280px;height:52px;font-size:17px;}

  .side{padding-top:26px;}
  .side-rank__no1 .cap{font-size:21px;}
  .side-rank__no1 .ph{height:auto;padding:8px 0;}
  .side-rank__no1 .ph img{max-height:130px;}
  .side-rank__no1 .nm{height:auto;padding:10px;font-size:16px;}
  .side-rank__row .bd{height:auto;padding:12px;}
  .side-rank__more .btn{height:50px;font-size:15px;}
  .side-col__head{height:42px;font-size:16px;}
  .side-col__item{padding:11px 10px;}
  .side-col__thumb{flex:0 0 56px;width:56px;height:56px;}
  .side-col__title{font-size:13px;-webkit-line-clamp:2;}
  .side-survey{margin-top:20px;}
  .side-survey__head{font-size:15px;}

  .care{margin-top:28px;}
  .care__tag{width:180px;height:32px;font-size:15px;}
  .care__tag::before,.care__tag::after{border-width:16px;}
  .care__tag::before{left:-16px;}
  .care__tag::after{right:-16px;}
  .care__body{padding:8px 40px 0;}
  .care__laurel{width:36px;height:50px;top:4px;}
  .care__l1{font-size:19px;white-space:normal;}
  .care__l2{font-size:16px;white-space:normal;}
  .care__l2 b{font-size:18px;}

  .pickup{height:auto;padding:16px 14px;display:block;text-align:center;margin-top:26px;}
  .pickup__brand{font-size:13px;}
  .pickup__name{font-size:20px;padding-left:24px;margin-bottom:12px;}
  .pickup__name .crown{width:18px;top:6px;}
  .pickup__img{margin:10px auto 0;width:70px;}
  .pickup .btn,.bottom-cta__body .btn,.item__spec .btn,.item__foot .btn,
  .know__body .btn,.more-rank .btn{width:100%;max-width:320px;}

  .sec-title{height:auto;padding:14px 44px;margin:32px 0 16px;}
  .sec-title span{font-size:15px;}
  .sec-title span+span{font-size:19px;}
  .sec-title__orn{width:34px;height:18px;}
  .sec-title__orn--l{left:8px;}
  .sec-title__orn--r{right:8px;}

  .cmp-wrap{
    margin:0 -12px;padding:0 12px 6px;
    overflow-x:auto;-webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .cmp-wrap::-webkit-scrollbar{display:none;}
  .cmp-hint{
    display:flex;align-items:center;justify-content:center;
    margin:0 0 8px;font-size:11px;color:#9a8a6a;
  }
  .cmp-hint::after{
    content:"";width:18px;height:10px;margin-left:6px;
    background:linear-gradient(90deg,#c9b48c 0 12px,transparent 12px);
    clip-path:polygon(0 40%,12px 40%,12px 0,18px 50%,12px 100%,12px 60%,0 60%);
    animation:hk-swipe 1.4s ease-in-out infinite;
  }
  @keyframes hk-swipe{0%,100%{transform:translateX(0);opacity:.6;}50%{transform:translateX(4px);opacity:1;}}
  table.cmp{min-width:560px;font-size:10.5px;}
  table.cmp th,table.cmp td{padding:7px 3px;}
  th.cmp__rowh,table.cmp thead th.cmp__corner{width:66px;}
  th.cmp__rowh{font-size:11px;}
  .cmp__name{font-size:9.5px;height:50px;}
  .cmp__thumb{height:60px;}
  .cmp__crown,.cmp__crown--sp{width:24px;height:22px;}
  .mark{width:24px;height:24px;}
  .mark--tri::before{border-left-width:12px;border-right-width:12px;border-bottom-width:20px;}
  .mark--tri::after{border-left-width:9px;border-right-width:9px;border-bottom-width:16px;top:8px;}
  .cmp-note{font-size:11px;margin-top:12px;}

  .rank-title{margin:36px 0 22px;}
  .rank-title__lead{font-size:15px;}
  .rank-title__main{font-size:27px;padding:0 8px;}
  .rank-title__main::after{height:12px;bottom:4px;}
  .rank-title__spark--a,.rank-title__spark--c{width:16px;top:0;}
  .rank-title__spark--a{left:14px;}
  .rank-title__spark--c{right:14px;}
  .rank-title__spark--b,.rank-title__spark--d{display:none;}

  .item{margin-bottom:34px;border-radius:5px;}
  .item__bar{height:auto;min-height:48px;padding:9px 12px;}
  .item__bar .crown{width:22px;flex:0 0 22px;margin-right:9px;}
  .item__bar h2{font-size:15px;white-space:normal;}
  .item__body{padding:14px 10px 20px;}
  .item__top{display:block;padding:0;}
  .item__ph{width:100%;flex:none;height:auto;padding:14px;margin:0 auto 14px;}
  .item__ph img{max-height:190px;}
  .item__spec{padding-top:0;text-align:center;}
  .badge-yh{height:24px;font-size:13px;margin-bottom:10px;}
  .item__price{font-size:16px;}
  .item__price b{font-size:21px;}
  .item__price small{font-size:14px;}
  .item__ship{font-size:16px;margin-bottom:16px;}
  .h-line{font-size:19px;margin-top:26px;padding:0;}
  .h-line i{margin-top:14px;}
  .item__desc{padding:0;font-size:14px;line-height:1.85;}
  .h-band{height:52px;font-size:18px;margin-top:18px;}
  .h-band svg{width:32px;height:13px;margin:0 8px;}
  .voice{padding:18px 0 0;}
  .voice + .voice{padding-top:18px;margin-top:16px;}
  .voice__body{font-size:14px;}
  .note,.note-red{font-size:11px;}

  .know{margin-top:26px;padding-top:40px;}
  .know__tag{left:14px;font-size:15px;padding:2px 16px 3px;border-width:1.5px;}
  .know__tag::before,.know__tag::after{border-width:14px 0 0 11px;right:16px;}
  .know__tag::before{bottom:-15px;right:15px;}
  .know__tag::after{bottom:-12px;}
  .know__head{height:auto;padding:16px 12px;font-size:20px;}
  .know__body{padding:16px 14px 18px;font-size:14px;line-height:1.9;}
  .know__body img{float:none;display:block;width:100%;max-width:260px;height:auto;margin:0 auto 14px;}
  .know__cta{padding-top:16px;}

  .bottom-cta{height:auto;display:block;text-align:center;margin-top:34px;}
  .bottom-cta__model{width:100%;height:170px;}
  .bottom-cta__model img{object-position:center 18%;}
  .bottom-cta__body{padding:16px 14px 0;}
  .bottom-cta__brand{font-size:13px;}
  .bottom-cta__name{font-size:20px;margin-bottom:12px;white-space:normal;}
  .bottom-cta__img{width:70px;margin:12px auto 16px;padding:0;}

  .site-foot{margin-top:32px;}
  .site-foot__op{margin-bottom:34px;font-size:12px;}
  .site-foot__copy{height:auto;padding:8px 12px;font-size:10.5px;line-height:1.5;}
  .totop{width:52px;height:52px;font-size:15px;right:12px;bottom:12px;}

  .breadcrumb{font-size:11px;margin-top:12px;}
  .site-nav li+li::before{margin:0 8px;}
  .site-nav a{font-size:12px;}
  .searchform{display:block;}
  .searchform input[type="search"]{width:100%;border-radius:6px;margin-bottom:8px;}
  .searchform .btn{width:100%;border-radius:6px;}
  .back-home a{display:block;margin:0 0 8px;}
  .back-home a+a{margin-left:0;}
  .page-title{font-size:20px;margin:24px 0 14px;}
  .card__link{display:block;padding:16px 2px;}
  .card__thumb{width:100%;height:170px;margin:0 0 12px;}
  .card__title{font-size:16px;}
  .card__lead{font-size:13px;}
  .entry__meta{margin-top:24px;}
  .entry__lead{font-size:14px;padding:12px 14px;}
  .entry-nav{display:block;}
  .entry-nav__item{display:block;margin-bottom:10px;}
  .entry-nav__item--next{text-align:left;}
  .entry-cta .btn{width:100%;max-width:320px;}
  .filter-result__count{font-size:14px;}
  .filter-result__count b{font-size:18px;}
  .entry__title{font-size:21px;}
  .entry__body{font-size:15px;}
  .col-list a{font-size:14px;padding:14px 2px;}
}




/* ============================================================
   1位PR枠（共通）
   ============================================================ */
.promo{
  border:2px solid var(--gold-400);border-radius:8px;background:#fffdf8;
  margin:32px 0;overflow:hidden;
  box-shadow:0 3px 12px rgba(160,130,60,.12);
}
.promo__head{
  display:flex;align-items:center;justify-content:center;margin:0;
  background:linear-gradient(180deg,#d3ae55 0%,#bb9438 55%,#c8a247 100%);
  color:#fff;font-size:17px;font-weight:700;letter-spacing:.06em;padding:8px 12px;
}
.promo__crown{width:26px;height:22px;margin-right:9px;color:#fff;}
.promo__body{display:flex;align-items:flex-start;padding:20px;}
.promo__ph{
  flex:0 0 170px;width:170px;margin-right:20px;
  display:flex;align-items:center;justify-content:center;
  border:1px solid #ececec;background:#fff;padding:10px;min-height:170px;
}
.promo__ph img{max-height:150px;width:auto;transition:transform .3s ease;}
.promo:hover .promo__ph img{transform:scale(1.04);}
.promo__main{flex:1 1 auto;min-width:0;}
.promo__name{margin:6px 0 4px;font-size:21px;line-height:1.4;font-weight:600;color:var(--brown-800);}
.promo__catch{margin:0 0 10px;font-size:14px;line-height:1.7;color:#5c5245;}
.promo__points{margin:0 0 12px;}
.promo__points li{
  position:relative;padding-left:24px;font-size:14px;line-height:1.8;font-weight:700;color:#3c3227;
}
.promo__points li::before{
  content:"";position:absolute;left:4px;top:8px;width:11px;height:6px;
  border-left:2.5px solid var(--green-700);border-bottom:2.5px solid var(--green-700);
  transform:rotate(-45deg);
}
.promo__price{margin:0 0 12px;font-size:16px;}
.promo__price b{
  font-size:24px;color:var(--red);font-weight:500;
  background:linear-gradient(transparent 58%,var(--marker) 58%);padding:0 2px;
}
.promo__price small{font-size:14px;color:var(--red);}
.promo__ship{margin-left:10px;font-size:13px;color:#5c5245;}
.promo__voice{
  margin:0 0 14px;padding:10px 14px;background:#f8f4ea;border-radius:5px;
  font-size:13px;line-height:1.75;color:#5c5245;
}
.promo__voice p{margin:0 0 4px;}
.promo__voice cite{font-style:normal;font-size:11px;color:#8a7d6a;}
.promo__cta{display:flex;align-items:center;flex-wrap:wrap;}
.promo__cta .btn{width:280px;margin-right:16px;}
.promo__detail{
  font-size:13px;color:var(--brown-600);text-decoration:underline;
}
.promo__detail:hover{color:var(--brown-800);}
.promo__note{margin:10px 0 0;font-size:11px;color:#9a9a9a;}

/* 記事中カード */
.promo--card{margin:26px 0;}
.promo--card .promo__body{padding:16px;}
.promo--card .promo__ph{flex:0 0 120px;width:120px;min-height:120px;margin-right:16px;}
.promo--card .promo__ph img{max-height:104px;}
.promo--card .promo__name{font-size:18px;}
.promo--card .promo__cta .btn{width:240px;}

/* 記事上インライン */
.promo--inline{margin:20px 0 26px;}
.promo--inline .promo__head{font-size:15px;padding:6px 12px;}
.promo--inline .promo__body{padding:14px 16px;align-items:center;}
.promo--inline .promo__ph{flex:0 0 90px;width:90px;min-height:90px;padding:6px;margin-right:14px;}
.promo--inline .promo__ph img{max-height:78px;}
.promo--inline .promo__name{font-size:16px;margin-top:0;}
.promo--inline .promo__catch{font-size:13px;margin-bottom:8px;}
.promo--inline .promo__points{display:none;}
.promo--inline .promo__price{font-size:14px;margin-bottom:8px;}
.promo--inline .promo__price b{font-size:19px;}
.promo--inline .promo__cta .btn{width:220px;height:50px;font-size:15px;}

/* ============================================================
   商品一覧
   ============================================================ */
.plist{margin:8px 0 34px;}
.plist__item{
  position:relative;display:flex;align-items:flex-start;
  border:1px solid #e2ddd2;border-radius:8px;background:#fff;
  padding:20px 20px 20px 24px;margin-bottom:16px;
  transition:box-shadow .2s ease,border-color .2s ease;
}
.plist__item:hover{border-color:var(--gold-400);box-shadow:0 5px 16px rgba(120,90,40,.14);}
.plist__item.is-first{border:2px solid var(--gold-400);background:#fffdf8;}
.plist__rank{
  position:absolute;left:-10px;top:-12px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  width:46px;height:46px;border-radius:50%;color:#fff;
  background:linear-gradient(180deg,#8a6839,#6b4d24);
  box-shadow:0 2px 5px rgba(0,0,0,.2);
}
.plist__rank--1{background:linear-gradient(180deg,#d3ae55,#bb9438);}
.plist__rank--2{background:linear-gradient(180deg,#b2b2b2,#8f8f8f);}
.plist__rank--3{background:linear-gradient(180deg,#b98d63,#8a6839);}
.plist__rank svg,.plist__rank img{width:20px;height:17px;color:#fff;}
.plist__rank b{font-size:15px;line-height:1;font-weight:700;}
.plist__ph{
  flex:0 0 130px;width:130px;height:150px;margin-right:20px;
  display:flex;align-items:center;justify-content:center;overflow:hidden;
}
.plist__ph img{max-height:140px;width:auto;transition:transform .3s ease;}
.plist__item:hover .plist__ph img{transform:scale(1.05);}
.plist__body{flex:1 1 auto;min-width:0;}
.plist__name{margin:0 0 6px;font-size:21px;line-height:1.4;font-weight:600;}
.plist__name a{color:var(--brown-800);}
.plist__name a:hover{color:var(--brown-600);text-decoration:underline;}
.plist__catch{margin:0 0 8px;font-size:13.5px;line-height:1.7;color:#5c5245;}
.plist__points{margin:0 0 8px;display:flex;flex-wrap:wrap;}
.plist__points li{
  font-size:12px;background:var(--gold-100);border:1px solid #e8dcc0;border-radius:12px;
  padding:1px 11px;margin:0 6px 6px 0;color:var(--brown-700);
}
.plist__price{margin:0 0 12px;font-size:15px;}
.plist__price b{font-size:21px;color:var(--red);font-weight:500;
  background:linear-gradient(transparent 58%,var(--marker) 58%);padding:0 2px;}
.plist__price small{font-size:13px;color:var(--red);}
.plist__cta{display:flex;flex-wrap:wrap;}
.plist__cta{display:flex;flex-wrap:nowrap;}
.plist__cta .btn{width:190px;height:50px;font-size:15px;padding:0 10px;margin:0 12px 0 0;}
.plist__cta .btn:last-child{margin-right:0;}
.plist__cta .btn .ar{width:22px;height:22px;margin-left:8px;}
.plist__cta .btn .ar::before{left:8px;top:6px;border-width:5px 0 5px 8px;}

/* ============================================================
   商品詳細
   ============================================================ */
.pdetail{
  border:1px solid var(--gold-300);border-radius:6px;background:#fff;
  margin:20px 0 34px;overflow:hidden;
}
.pdetail__bar{position:relative;}
.pdetail__bar h1{margin:0;font-size:22px;font-weight:600;line-height:1.3;}
.pdetail__rank{
  margin-left:auto;background:rgba(255,255,255,.24);border-radius:14px;
  padding:2px 14px;font-size:14px;font-weight:700;flex:0 0 auto;
}
.pdetail__body{padding:22px 20px 26px;}
.pdetail__catch{margin:0 0 10px;font-size:14px;line-height:1.7;color:#5c5245;}
.pdetail__points{display:flex;flex-wrap:wrap;margin:18px 0 0;}
.pdetail__points li{
  font-size:13px;font-weight:700;color:var(--brown-700);
  background:var(--gold-100);border:1px solid #e8dcc0;border-radius:16px;
  padding:4px 14px;margin:0 8px 8px 0;
}
.pspec{width:100%;border-collapse:collapse;font-size:14px;margin-top:4px;}
.pspec th,.pspec td{border:1px solid #ece4d6;padding:10px 12px;vertical-align:middle;}
.pspec th{width:150px;background:var(--cream);text-align:left;font-weight:700;color:var(--brown-700);}
.pspec td{display:table-cell;}
.pspec td .mark{display:inline-block;vertical-align:middle;margin:0 10px 0 0;width:24px;height:24px;}
.pspec td span{display:inline;vertical-align:middle;}

/* 1位との比較 */
.vs{
  border:2px solid var(--pink);border-radius:8px;background:#fff;
  padding:20px;margin:0 0 32px;
}
.vs__title{
  margin:0 0 16px;text-align:center;font-size:21px;font-weight:600;color:#c02a5c;line-height:1.4;
}
.vs__table-wrap{overflow:visible;}
.vs__table{width:100%;border-collapse:collapse;font-size:13px;text-align:center;table-layout:fixed;}
.vs__table th,.vs__table td{border:1px solid #f0dfe4;padding:10px 6px;vertical-align:middle;}
.vs__table thead th{border:none;padding:0 6px 8px;vertical-align:bottom;}
.vs__table tbody th{
  width:110px;background:var(--cream);text-align:left;font-size:12.5px;
  font-weight:700;color:var(--brown-700);
}
.vs__badge{
  display:inline-block;background:var(--pink);color:#fff;font-size:11px;font-weight:700;
  padding:1px 12px;border-radius:3px;margin-bottom:6px;
}
.vs__badge--this{background:#9a9a9a;}
.vs__thumb{display:block;height:70px;width:auto;margin:0 auto 6px;object-fit:contain;}
.vs__name{display:block;font-size:12px;font-weight:700;line-height:1.35;}
.vs__best{background:#fdf3f6;}
.vs__note{margin:12px 0 0;font-size:11.5px;color:#8d8d8d;}
.vs__note a{color:var(--brown-600);text-decoration:underline;}

/* ============================================================
   目次
   ============================================================ */
.toc{
  border:1px solid var(--line);border-radius:6px;background:var(--cream);
  padding:16px 20px;margin:0 0 28px;
}
.toc__title{
  margin:0 0 8px;text-align:center;font-size:16px;font-weight:700;color:var(--brown-700);
  letter-spacing:.08em;
}
.toc ol{counter-reset:toc;}
.toc li{counter-increment:toc;position:relative;padding:5px 0 5px 30px;font-size:14px;line-height:1.6;}
.toc li::before{
  content:counter(toc);position:absolute;left:0;top:6px;
  width:20px;height:20px;border-radius:50%;background:var(--brown-500);color:#fff;
  font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;
}
.toc a{color:#4a4238;}
.toc a:hover{color:var(--brown-600);text-decoration:underline;}

/* ============================================================
   関連記事・関連商品
   ============================================================ */
.related{margin:36px 0 0;}
.related__title{
  margin:0 0 16px;font-size:21px;font-weight:600;color:var(--brown-800);
  border-left:5px solid var(--gold-400);padding:2px 0 2px 12px;
}
.related__list{display:flex;flex-wrap:wrap;margin:0 -8px;}
.related__list li{width:50%;padding:0 8px 16px;}
.related__list a{display:block;transition:opacity .18s ease;}
.related__list a:hover{opacity:.82;}
.related__ph{
  display:block;height:120px;overflow:hidden;background:#faf7f1;border:1px solid #eee;
  margin-bottom:8px;
}
.related__ph img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}
.related__list a:hover .related__ph img{transform:scale(1.05);}
.related__meta{display:flex;align-items:center;margin-bottom:4px;}
.related__rank{
  display:inline-block;background:var(--brown-500);color:#fff;
  font-size:11px;padding:1px 10px;border-radius:2px;
}
.related__name{
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  font-size:14px;line-height:1.55;color:#3c3227;
}
.related__list--product .related__ph{height:130px;display:flex;align-items:center;justify-content:center;}
.related__list--product .related__ph img{width:auto;max-height:110px;height:auto;object-fit:contain;}

.back-home{margin:20px 0 40px;text-align:center;font-size:14px;}
.back-home a{color:var(--brown-600);text-decoration:underline;}
.back-home a:hover{color:var(--brown-800);}

@media screen and (max-width:680px){
  .promo__body{display:block;padding:16px 14px;}
  .promo__ph{width:100%;flex:none;min-height:0;margin:0 auto 14px;max-width:200px;}
  .promo__name{font-size:18px;text-align:center;}
  .promo__catch{font-size:13px;}
  .promo__cta{display:block;}
  .promo__cta .btn{width:100%;margin:0 0 10px;}
  .promo__detail{display:block;text-align:center;}
  .promo--inline .promo__body{display:flex;align-items:center;}
  .promo--inline .promo__ph{flex:0 0 74px;width:74px;margin:0 12px 0 0;}
  .promo--inline .promo__ph img{max-height:64px;}
  .promo--inline .promo__cta .btn{width:100%;}

  .plist__item{display:block;padding:22px 14px 16px;}
  .plist__rank{left:-6px;top:-10px;width:40px;height:40px;}
  .plist__ph{width:100%;height:auto;margin:0 auto 12px;max-width:180px;}
  .plist__name{font-size:17px;text-align:center;}
  .plist__cta{display:block;}
  .plist__cta .btn{width:100%;height:52px;margin:0 0 10px;}

  .pdetail__bar h1{font-size:15px;}
  .pdetail__rank{font-size:12px;padding:1px 10px;}
  .pdetail__body{padding:16px 12px 20px;}
  .pspec{font-size:13px;}
  .pspec th{width:96px;padding:8px;}
  .pspec td{padding:8px;}

  .vs{padding:14px 12px;}
  .vs__title{font-size:16px;}
  .vs__table{font-size:11.5px;}
  .vs__table tbody th{width:74px;font-size:11px;padding:8px 5px;}
  .vs__thumb{height:54px;}
  .vs__name{font-size:10.5px;}

  .toc{padding:14px;}
  .toc li{font-size:13px;}
  .related__list li{width:100%;}
  .related__ph{height:150px;}
  .related__title{font-size:17px;}
}


/* ============================================================
   スライス画像モード
   （画像が登録された箇所は、CSS組みから画像に置き換わる）
   ============================================================ */
.btn-img{
  display:inline-block;border:none;background:none;padding:0;cursor:pointer;
  line-height:0;position:relative;
  transition:transform .18s ease,filter .18s ease,opacity .18s ease;
}
.btn-img__src{display:block;width:100%;height:auto;max-width:100%;}
.btn-img:hover{transform:translateY(-2px);filter:brightness(1.04) drop-shadow(0 6px 10px rgba(0,0,0,.2));}
.btn-img:active{transform:translateY(1px);}
.btn-img:focus-visible{outline:3px solid #b7282e;outline-offset:3px;}

/* サイドの順位枠を1枚画像に */
.side-rank__no1--img,.side-rank__row--img{
  display:block;border:none;background:none;padding:0;overflow:hidden;border-radius:4px;
  transition:transform .2s ease,box-shadow .2s ease;
}
.side-rank__no1--img{margin-bottom:0;}
.side-rank__row--img{margin-top:10px;}
.side-rank__no1--img + .side-rank__row--img{margin-top:24px;}
.side-rank__img{display:block;width:100%;height:auto;}
.side-rank__no1--img:hover,.side-rank__row--img:hover{
  transform:translateY(-2px);box-shadow:0 6px 14px rgba(0,0,0,.16);
}

/* ランキングカードの帯を1枚画像に */
.item__bar--img{
  display:block;height:auto;padding:0;margin:0;background:none;line-height:0;
}
.item__bar--img img{display:block;width:100%;height:auto;}

.titlebar--img{height:auto;padding:0;background:none;}
.titlebar--img img{display:block;width:100%;height:auto;}
.titlebar--img a{display:block;}

.filter__head--img{height:auto;padding:0;background:none;}
.filter__head--img .filter__head-img{display:block;width:100%;height:auto;}
.filter__head--img .filter__close{z-index:2;}

.care--img{margin:45px 0 0;}
.care--img img{display:block;width:100%;height:auto;}

.h-line--img{margin:37px 0 0;padding:0;}
.h-line--img img{display:block;width:100%;height:auto;}

.h-band--img{height:auto;padding:0;background:none;margin:21px 0 0;}
.h-band--img img{display:block;width:100%;height:auto;}

.rank-title--img{margin:70px 0 38px;}
.rank-title--img img{display:block;width:100%;height:auto;}

.side-col__head--img,.side-survey__head--img{height:auto;padding:0;background:none;margin:0;}
.side-col__head--img img,.side-survey__head--img img{display:block;width:100%;height:auto;}

.site-foot__copy--img{height:auto;padding:0;background:none;}
.site-foot__copy--img img{display:block;width:100%;height:auto;}

.totop--img{background:none;box-shadow:none;width:auto;height:auto;}
.totop--img img{display:block;width:80px;height:auto;}

.mark-img{display:block;width:30px;height:auto;margin:0 auto 4px;}
.cmp td .mark-img{width:28px;}
.pspec .mark-img{display:inline-block;vertical-align:middle;margin:0 10px 0 0;width:24px;}

.plist__crown{width:20px;height:auto;}
.item__bar .crown{width:34px;height:auto;flex:0 0 34px;}
.cmp__crown{width:34px;height:auto;}
.promo__crown{width:26px;height:auto;}
.side-rank__no1 .cap .crown{width:22px;height:auto;}
.side-rank__row .hd .crown{width:19px;height:auto;}

/* 画像ボタンが並ぶときの間隔 */
.plist__cta .btn-img{margin:0 12px 0 0;max-width:190px;}
.plist__cta .btn-img:last-child{margin-right:0;}
.item__spec .btn-img,.item__foot .btn-img,.promo__cta .btn-img{max-width:244px;}
.promo__cta .btn-img{margin-right:16px;}
.know__body .btn-img{max-width:328px;}
.side-rank__more .btn-img{display:block;width:100%;}
.side-rank__more .btn-img img{width:100%;}
.filter__submit .btn-img{max-width:239px;}
.cmp__cta .btn-img{display:block;width:100%;}
.cmp__cta .btn-img img{width:100%;}
.more-rank .btn-img{max-width:275px;}

@media screen and (max-width:680px){
  /* 画像ボタンは拡大せず、中央寄せで原寸のまま出す */
  .plist__cta .btn-img,.item__spec .btn-img,.item__foot .btn-img,
  .promo__cta .btn-img,.know__body .btn-img,.more-rank .btn-img,
  .filter__submit .btn-img,.side-rank__more .btn-img{
    display:block;width:auto;max-width:100%;margin:0 auto 10px;
  }
  .btn-img__src{max-width:100%;height:auto;}
  .totop--img img{width:52px;}
  .mark-img{width:24px;}
}

/* ============================================================
   パンくず
   ============================================================ */
.breadcrumb{margin:16px 0 0;font-size:12px;color:#8d8d8d;}
.breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center;}
.breadcrumb li{display:flex;align-items:center;}
.breadcrumb li+li::before{content:"›";margin:0 8px;color:#c4b79f;}
.breadcrumb a{color:#7a6a55;}
.breadcrumb a:hover{color:var(--brown-600);text-decoration:underline;}
.breadcrumb li[aria-current]{color:#5c5245;}

/* ファーストビュー（1枚画像） */
.hero--img{height:auto;padding:0;background:#f7f0e2;position:relative;}
.hero--img a{display:block;}
.hero--img .hero-img{display:block;width:100%;max-width:1600px;height:auto;margin:0 auto;}
.hero--img .hero__pr{z-index:2;}

/* ============================================================
   画像で差し替えたときの表示
   ============================================================ */
.care--img{margin:45px 0 0;text-align:center;}
.care--img img{display:block;width:100%;height:auto;}
.sec-title-wrap{margin:57px 0 23px;}
.sec-title-wrap img{display:block;width:100%;height:auto;border-radius:5px;}
.pickup--img,.bottom-cta--img{
  display:block;height:auto;padding:0;border:none;background:none;overflow:hidden;
  transition:transform .2s ease,box-shadow .2s ease;
}
.pickup--img{margin-top:48px;}
.bottom-cta--img{margin-top:71px;margin-bottom:0;}
.pickup--img img,.bottom-cta--img img{display:block;width:100%;height:auto;}
.pickup--img:hover,.bottom-cta--img:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.18);}
.know__head--img{height:auto;padding:0;background:none;}
.know__head--img img{display:block;width:100%;height:auto;}
.rank-title-img{display:block;width:100%;height:auto;}

/* サイドバナー */
.side-banner{margin:20px 0 0;}
.side-banner a{display:block;overflow:hidden;border-radius:4px;transition:transform .2s ease,box-shadow .2s ease;}
.side-banner a:hover{transform:translateY(-2px);box-shadow:0 6px 14px rgba(0,0,0,.16);}
.side-banner img{display:block;width:100%;height:auto;}

/* ============================================================
   追従CTA（スマホ）
   ============================================================ */
.sticky-cta{
  position:fixed;left:0;right:0;bottom:0;z-index:60;
  background:rgba(255,255,255,.97);
  border-top:2px solid var(--gold-400);
  box-shadow:0 -3px 12px rgba(0,0,0,.16);
  transform:translateY(110%);
  transition:transform .3s ease;
  display:none;
}
.sticky-cta.is-show{transform:translateY(0);}
.sticky-cta__inner{
  display:flex;align-items:center;
  max-width:600px;margin:0 auto;padding:8px 12px;
}
.sticky-cta__img{flex:0 0 44px;width:44px;height:auto;margin-right:10px;}
.sticky-cta__body{flex:1 1 auto;min-width:0;margin-right:10px;}
.sticky-cta__note{margin:0;font-size:10px;color:#b1873c;font-weight:700;line-height:1.3;}
.sticky-cta__name{
  margin:1px 0 0;font-size:13px;font-weight:700;line-height:1.35;color:var(--brown-800);
  overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
}
.sticky-cta .btn{flex:0 0 auto;height:44px;font-size:14px;padding:0 14px;border-radius:6px;}
.sticky-cta .btn .ar{width:18px;height:18px;margin-left:8px;}
.sticky-cta .btn .ar::before{left:7px;top:5px;border-width:4px 0 4px 6px;}

@media screen and (max-width:680px){
  .sticky-cta{display:block;}
  .totop{bottom:78px;}
  .pickup--img{margin-top:26px;}
  .bottom-cta--img{margin-top:34px;}
  .sec-title-wrap{margin:32px 0 16px;}
  .care--img{margin-top:28px;}
}

@media (prefers-reduced-motion:reduce){
  *{transition:none !important;animation:none !important;}
  .side{position:static !important;top:auto !important;}
  .btn::after{display:none;}
  .btn:hover,.totop:hover{transform:none;}
  html{scroll-behavior:auto;}
}
@media print{.totop,.filter__close{display:none;}}
