@charset "UTF-8";
/* ============================================================
   page.css  ── ページ固有（トップ＋下層）

   構成：
   1.  Key Visual（トップ）
   2.  KV重なりカルーセル（feature）
   3.  かど万の歩み（story）
   4.  お知らせ＋営業日（info / news）
   5.  XO Event Calendar
   6.  商品紹介（トップ products）
   7.  糀レシピ（recipe）
   8.  サービスバナー（banners）
   9.  店舗案内（store）
   10. 下層共通（page-hero / breadcrumb）
   11. かど万の歩み 下層ページ（history / timeline）
   12. フィルターバー（filter-bar）
   13. 商品一覧共通（products-wrap / products-grid / pcard）
   14. 商品詳細共通（product-gallery / product-info / product-explanation / product-table）
   15. 糀リード（kouji-intro）
   16. 糀特殊セクション（special-section / pcard--wide）
   17. 糀その他一覧（kouji-others）
   18. お米一覧（kome-intro / kome-table）
   19. お米その他一覧（kome-others）
   20. 味噌カテゴリ追加スタイル
   21. 発酵調味料（seasoning）
   22. 甘酒（amazake-others）
   23. 甘酒スムージー（smoothie）
   24. 大豆（daizu）
   25. 金山寺（kinzanji）
   26. かど万セレクト（scard）
   ============================================================ */


/* ============================================================
   1. Key Visual（トップ）：N枚対応クロスフェード
   ============================================================ */
.kv { position: relative; height: 100svh; min-height: 560px; overflow: hidden; }
.kv__slides { position: absolute; inset: 0; }
.kv__slide {
  position: absolute; inset: 0; opacity: 0;
  background-size: cover; background-position: center;
  transition: opacity 1.6s var(--ease), transform 8s linear;
  transform: scale(1.06);
}
.kv__slide.is-active { opacity: 1; transform: scale(1); }

.kv::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 80% at 50% 50%,
              rgba(46,43,38,.34) 0%, rgba(46,43,38,.12) 52%, rgba(46,43,38,0) 80%);
}

.kv__copy {
  position: absolute; z-index: 2; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  display: flex; align-items: flex-start; gap: .55em;
  color: var(--cream);
  text-shadow: 0 2px 20px rgba(0,0,0,.32);
}
.kv__copy p,
.kv__copy span {
  margin: 0; writing-mode: vertical-rl; white-space: nowrap;
  font-family: var(--font-serif); line-height: 1;
}
.kv__main  { font-size: clamp(42px,6vw,84px);   font-weight: 600; letter-spacing: .18em; }
.kv__lead  { font-size: clamp(16px,1.7vw,22px);  font-weight: 500; letter-spacing: .42em; margin-top: .7em; opacity: .95; }
.kv__sub   { font-size: clamp(11px,1vw,13px);    font-weight: 500; letter-spacing: .5em;  margin-top: 1.6em; opacity: .78; }

.kv__dots {
  position: absolute; z-index: 3;
  right: clamp(20px,4vw,40px); bottom: 32px;
  display: flex; gap: 12px;
}
.kv__dot {
  width: 9px; height: 9px; border-radius: 50%;
  border: 1px solid rgba(244,238,223,.9);
  background: transparent; padding: 0; cursor: pointer;
  transition: background-color .3s;
}
.kv__dot.is-active { background: var(--cream); }

.kv__copy--h1 { margin: 0; padding: 0; border: none; font-weight: inherit; }
.seo-text {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}


/* ============================================================
   2. KV重なりカルーセル（feature）
   ============================================================ */
.feature {
  position: relative; z-index: 5;
  padding-bottom: clamp(40px,5vw,64px);
}
.feature::before {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 75%; background: #EAE4D7; z-index: -1;
}
.feature__inner {
  width: 100%; max-width: var(--maxw); margin: 0 auto;
  padding: 0 28px;
  margin-top: clamp(-140px,-11vw,-96px);
}
.feature__head { min-height: 6px; margin-bottom: 8px; }

.feature__viewport { position: relative; }
.feature__arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 6;
  width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
  background: #fff; color: var(--ink);
  display: grid; place-items: center;
  box-shadow: 0 6px 20px rgba(46,43,38,.18);
  transition: background-color .3s var(--ease), color .3s var(--ease), opacity .3s var(--ease);
}
.feature__arrow--prev { left: -10px; }
.feature__arrow--next { right: -10px; }
.feature__arrow:hover   { background: var(--olive); color: var(--cream); }
.feature__arrow:disabled { opacity: 0; pointer-events: none; }

.feature__track {
  list-style: none; margin: 0; padding: 0;
  display: flex; gap: 18px;
  overflow-x: auto; overflow-y: visible;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 18px 0 26px;
  margin: -18px 0 -26px;
}
.feature__track::-webkit-scrollbar { display: none; }

.fcard {
  flex: 0 0 calc((100% - 18px * 4) / 5);
  scroll-snap-align: start;
}
.fcard__link {
  display: block; height: 100%; background: #fff;
  border-radius: 14px; overflow: hidden;
  padding: 8px;
  box-shadow: 0 8px 24px rgba(46,43,38,.10);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  position: relative;
}
.fcard__link:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(46,43,38,.16); }
.fcard__thumb {
  position: relative;
  height: 130px; background-size: cover; background-position: center;
  border-radius: 9px;
}
.fcard__new {
  position: absolute; top: 8px; left: 8px;
  font-family: var(--font-sans); font-size: 12px; font-weight: 700; letter-spacing: .08em;
  color: #fff; background: #d72631;
  padding: 3px 8px; border-radius: 6px; line-height: 1;
}
.fcard__body  { padding: 12px 8px 10px; display: flex; flex-direction: column; gap: 7px; }
.fcard__tag {
  align-self: flex-start;
  font-family: var(--font-sans); font-size: 12px; font-weight: 700; letter-spacing: .04em;
  color: var(--cream); background: var(--olive);
  padding: 3px 8px; border-radius: 6px; line-height: 1;
}
.fcard__ttl {
  font-family: var(--font-sans); font-weight: 700; font-size: 14.5px; line-height: 1.55;
  margin: 0; color: var(--ink);
}

.feature__dots { display: none; justify-content: center; gap: 10px; margin-top: 18px; }
.feature__dot {
  width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0; cursor: pointer;
  background: var(--line); transition: background-color .3s;
}
.feature__dot.is-active { background: var(--olive); }

@media (max-width: 1024px) {
  .feature__inner   { margin-top: -80px; }
  .feature__arrow   { display: none; }
  .feature__dots    { display: flex; }
  .feature__track   { padding-inline: 0; margin-inline: -28px; padding-inline: 28px; }
  .fcard            { flex-basis: 46%; }
}


/* ============================================================
   3. かど万の歩み（story）
   ============================================================ */
.story { position: relative; overflow: hidden; }
.story__inner {
  width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr minmax(0,560px) minmax(0,440px) 1fr;
  grid-template-rows: auto auto auto;
  align-items: start;
}

.story__title-block {
  grid-column: 1 / 2; grid-row: 1 / 3;
  background: var(--cream-deep); padding: 40px 36px 40px 32px;
  align-self: start; width: 180px;
  display: flex; align-items: center; justify-content: center;
}
.story__title {
  writing-mode: vertical-rl;
  font-size: 32px; font-weight: 600; letter-spacing: .22em;
  color: var(--ink); margin: 0;
  position: relative; padding: 24px 0 20px;
}
.story__title::before {
  content: '◇'; position: absolute; top: 2px; left: 50%; transform: translateX(-50%);
  font-size: 9px; color: var(--gold); letter-spacing: 0; writing-mode: horizontal-tb;
}
.story__title::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 1.5px; height: 16px; background: var(--gold);
}

.story__photo { margin: 0; overflow: hidden; box-shadow: 0 14px 32px rgba(46,43,38,.12); }
.story__photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.story__photo--sign {
  grid-column: 3 / 5; grid-row: 1 / 2;
  z-index: 2; align-self: start;
  margin-bottom: -136px; margin-right: -15px;
}

.story__card {
  grid-column: 2 / 4; grid-row: 2 / 4;
  background: #fff; border-radius: 4px;
  padding: clamp(32px,4vw,56px); margin-top: 64px;
  box-shadow: 0 24px 60px rgba(46,43,38,.10);
  position: relative; z-index: 1;
}
.story__lead { font-weight: 600; line-height: 1.9; letter-spacing: .04em; color: var(--ink); margin: 0 0 22px; }
.story__card p             { font-size: 19px; line-height: 2; color: var(--ink-soft); margin: 0 0 18px; }
.story__card p.story__lead { font-size: 29px; color: var(--ink); }
.story__keywords { display: flex; gap: 32px; flex-wrap: wrap; align-items: center; margin: 28px 0 6px !important; }
.story__keywords span {
  font-family: var(--font-serif); font-size: 22px; font-weight: 600; color: var(--ink);
  letter-spacing: .16em; position: relative; padding-bottom: 10px;
}
.story__keywords span::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 16px; height: 2px; background: var(--gold); border-radius: 1px;
}
.story__more {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 28px; padding: 13px 26px; border-radius: 999px;
  background: var(--olive); color: var(--cream);
  font-size: 13.5px; font-weight: 700; letter-spacing: .06em;
  transition: background-color .3s var(--ease), gap .3s var(--ease);
}
.story__more:hover { background: var(--gold); gap: 14px; }

.story__photo--masu {
  grid-column: 1 / 3; grid-row: 3 / 4;
  width: clamp(220px,26vw,320px); justify-self: start; align-self: center;
  margin-top: -40px; margin-left: 8px; z-index: 2;
}

.story__title-block, .story__photo, .story__card {
  opacity: 0; transform: translateY(24px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.story.is-visible .story__title-block  { opacity: 1; transform: none; transition-delay: .05s; }
.story.is-visible .story__photo--sign  { opacity: 1; transform: none; transition-delay: .15s; }
.story.is-visible .story__card         { opacity: 1; transform: none; transition-delay: .25s; }
.story.is-visible .story__photo--masu  { opacity: 1; transform: none; transition-delay: .35s; margin-right: -15px; margin-bottom: 10px; }

@media (max-width: 880px) {
  .story { overflow: visible; }
  .story__inner { display: flex; flex-direction: column; padding: 0 20px; overflow: visible; }
  .story__title-block { width: 100%; padding: 20px 28px; order: 1; display: flex; justify-content: center; background: transparent; }
  .story__title { writing-mode: horizontal-tb; font-size: 28px; letter-spacing: .14em; padding: 0; }
  .story__title::before, .story__title::after { display: none; }
  .story__photo--sign {
    order: 2; transform: none !important; margin: 0 -5px 0 auto;
    width: 92%; box-shadow: 0 10px 24px rgba(46,43,38,.10);
  }
  .story.is-visible .story__photo--sign { transform: none !important; margin-right: -5px; z-index: 10; }
  .story__card {
    order: 3; margin-top: -10px; padding: 28px 22px;
    position: relative; z-index: 3;
    box-shadow: 0 16px 40px rgba(46,43,38,.08);
  }
  .story__card p.story__lead  { font-size: 20px; line-height: 1.8; }
  .story__card p              { font-size: 15px; line-height: 1.9; }
  .story__keywords            { gap: 20px; justify-content: center; margin: 20px 0 4px !important; }
  .story__keywords span       { font-size: 18px; letter-spacing: .12em; padding-bottom: 8px; }
  .story__keywords span::after { width: 14px; }
  .story__photo--masu         { display: none; }
  .story__more                { width: 100%; justify-content: center; margin-top: 22px; }
}


/* ============================================================
   4. お知らせ＋営業日（info / news）
   ============================================================ */
.info { background: var(--cream-deep); }
.info__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start;
}

.news__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.news__title { font-size: 28px; font-weight: 600; letter-spacing: .12em; }
.news__all {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--olive);
  border: 1.5px solid var(--olive); border-radius: 999px; padding: 8px 18px;
  transition: background .3s var(--ease), color .3s var(--ease);
}
.news__all:hover { background: var(--olive); color: #fff; }
.news__grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 16px;
}
.news__card a {
  display: flex; flex-direction: column; gap: 10px;
  background: #fff; border-radius: 10px; padding: 22px 20px;
  box-shadow: 0 2px 12px rgba(46,43,38,.06);
  transition: box-shadow .3s var(--ease), transform .3s var(--ease);
  height: 100%;
}
.news__card a:hover { box-shadow: 0 6px 24px rgba(46,43,38,.12); transform: translateY(-2px); }
.news__date { font-family: var(--font-sans); font-size: 12px; color: var(--ink-soft); letter-spacing: .06em; }
.news__ttl  { font-family: var(--font-sans); font-size: 14px; font-weight: 700; color: var(--ink); line-height: 1.6; margin: 0; flex: 1; }
.news__tag  {
  align-self: flex-start;
  font-family: var(--font-sans); font-size: 11px; font-weight: 700; color: var(--olive);
  border: 1.5px solid var(--olive); border-radius: 4px; padding: 3px 10px;
}

@media (max-width: 880px) {
  .info__inner  { grid-template-columns: 1fr; gap: 40px; }
  .news__grid   { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 520px) {
  .news__grid { grid-template-columns: 1fr; }
  .news__card:nth-child(n+4) { display: none; }
  .news__head { flex-direction: column; align-items: flex-start; gap: 14px; }
}


/* ============================================================
   5. XO Event Calendar — かど万デザイン
   ============================================================ */
div.cal #xo-event-calendar-1 {
  background: #fff !important; border-radius: 8px !important;
  padding: 20px 16px !important;
  box-shadow: 0 2px 12px rgba(46,43,38,.06) !important;
  font-family: "Noto Sans JP",system-ui,sans-serif !important;
  overflow: visible !important;
}
div.cal table.xo-month { border: none !important; border-spacing: 0 !important; margin: 0 !important; }
div.cal table.xo-month td,
div.cal table.xo-month th { background: transparent !important; border: none !important; }

div.cal .month-header {
  display: flex !important; align-items: center !important;
  justify-content: space-between !important; margin: 0 0 14px !important;
}
div.cal table.xo-month button {
  width: auto !important; background: none !important; border: none !important;
  cursor: pointer !important; padding: 6px 10px !important;
  border-radius: 6px !important; transition: background .2s !important; line-height: 1 !important;
}
div.cal table.xo-month button:hover { background: #ece3cf !important; }
div.cal table.xo-month button[disabled] { opacity: .3 !important; cursor: default !important; }

div.cal .nav-prev,
div.cal .nav-next {
  border: none !important; transform: none !important;
  width: auto !important; height: auto !important;
  font-size: 0 !important; display: inline-block !important;
}
div.cal .nav-prev::before { content: '‹' !important; font-size: 22px !important; font-weight: 400 !important; color: #5a554a !important; line-height: 1 !important; }
div.cal .nav-next::before { content: '›' !important; font-size: 22px !important; font-weight: 400 !important; color: #5a554a !important; line-height: 1 !important; }
div.cal table.xo-month button:hover .nav-prev::before,
div.cal table.xo-month button:hover .nav-next::before { color: #2e2b26 !important; }
div.cal .calendar-caption {
  font-family: "Noto Sans JP",sans-serif !important;
  font-size: 14px !important; font-weight: 700 !important; color: #2e2b26 !important;
}

div.cal table.xo-month > thead th {
  font-family: "Noto Sans JP",sans-serif !important;
  font-weight: 700 !important; font-size: 12px !important;
  padding: 6px 0 !important; color: #5a554a !important;
  text-align: center !important; background: transparent !important;
}
div.cal table.xo-month > thead th.sunday   { color: #c0392b !important; }
div.cal table.xo-month > thead th.saturday { color: #2980b9 !important; }

div.cal table.xo-month .month-week { overflow: visible !important; position: relative !important; padding: 0 !important; border: none !important; }

div.cal table.xo-month .month-dayname {
  position: static !important; border: none !important;
  border-collapse: separate !important; border-spacing: 3px !important;
  table-layout: fixed !important; width: 100% !important;
}
div.cal table.xo-month .month-dayname td div {
  height: auto !important; font-size: 13px !important;
  padding: 8px 0 !important; text-align: center !important;
  line-height: 1.4 !important; border: none !important;
  border-radius: 4px !important; color: #2e2b26 !important;
}
div.cal table.xo-month .month-dayname td { border: none !important; padding: 0 !important; }

div.cal table.xo-month .month-dayname-space,
div.cal table.xo-month .month-event-space,
div.cal .loading-animation { display: none !important; }

div.cal .month-dayname td div.other-month         { opacity: 1 !important; color: rgba(46,43,38,.14) !important; background: transparent !important; }
div.cal .month-dayname td div.holiday-all         { background: rgba(192,57,43,.28) !important; color: #a93226 !important; font-weight: 700 !important; }
div.cal .month-dayname td div.other-month.holiday-all { background: transparent !important; color: rgba(46,43,38,.14) !important; font-weight: 400 !important; }
div.cal .month-dayname td div.holiday-sbs         { background: rgba(41,128,185,.28) !important; color: #1a6fa0 !important; font-weight: 700 !important; }
div.cal .month-dayname td div.holiday-kadomanmiso { background: rgba(111,108,52,.30) !important; color: #4a4820 !important; font-weight: 700 !important; }

div.cal .month-dayname td div.today {
  color: inherit !important; font-weight: 700 !important;
  position: relative !important; outline: none !important;
}
div.cal .month-dayname td div.today::after {
  content: '' !important; display: block !important;
  width: 5px !important; height: 5px !important; border-radius: 50% !important;
  background: #a93226 !important; margin: 3px auto 0 !important;
}

div.cal .holiday-titles {
  display: flex !important; flex-direction: column !important;
  gap: 6px !important; margin-top: 14px !important;
}
div.cal .holiday-titles p.holiday-title {
  display: flex !important; align-items: center !important; gap: 8px !important;
  font-family: "Noto Sans JP",sans-serif !important;
  font-size: 12px !important; color: #5a554a !important;
  margin: 0 !important; padding: 0 !important;
}
div.cal .holiday-titles p.holiday-title > span {
  width: 14px !important; height: 14px !important;
  padding: 0 !important; margin: 0 !important;
  border: none !important; border-radius: 3px !important; display: inline-block !important;
}
div.cal .holiday-titles p.holiday-title > span[style*="#ce5454"] { background: rgba(192,57,43,.45) !important; }
div.cal .holiday-titles p.holiday-title > span[style*="#1e73be"] { background: rgba(41,128,185,.45) !important; }
div.cal .holiday-titles p.holiday-title > span[style*="#027c25"] { background: rgba(111,108,52,.45) !important; }


/* ============================================================
   6. 商品紹介（トップ）
   ============================================================ */
.products__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: auto 1fr; gap: 0; align-items: start;
}
.products__title-block {
  background: var(--cream-deep); padding: 40px 36px 40px 32px;
  align-self: start; border-radius: 0;
}
.products__title {
  writing-mode: vertical-rl; font-size: 32px; font-weight: 600;
  letter-spacing: .22em; color: var(--ink);
  position: relative; padding: 24px 0 20px;
}
.products__title::before {
  content: '◇'; position: absolute; top: 2px; left: 50%; transform: translateX(-50%);
  font-size: 9px; color: var(--gold); letter-spacing: 0; writing-mode: horizontal-tb;
}
.products__title::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 1.5px; height: 16px; background: var(--gold);
}
.products__grid {
  list-style: none; margin: 0; padding: 0 0 0 48px;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 40px 32px;
}
/* トップページ用の pcard（シンプル版）*/
.products__grid .pcard a {
  display: block; text-decoration: none; color: inherit;
  background: #fff; border-radius: 8px; padding: 16px 16px 20px;
  box-shadow: 0 2px 12px rgba(46,43,38,.06);
  transition: box-shadow .3s var(--ease), transform .3s var(--ease);
}
.products__grid .pcard a:hover { box-shadow: 0 6px 24px rgba(46,43,38,.12); transform: translateY(-2px); }
.products__grid .pcard__img { width: 100%; aspect-ratio: 4/3; overflow: hidden; border-radius: 4px; margin-bottom: 14px; }
.products__grid .pcard__img img { width: 100%; height: 100%; object-fit: cover; }
.products__grid .pcard__name {
  font-family: var(--font-serif); font-size: 18px; font-weight: 600; color: var(--gold);
  margin: 0 0 8px; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--gold);
}
.products__grid .pcard__desc { font-family: var(--font-sans); font-size: 14px; line-height: 1.8; color: var(--ink-soft); margin: 0; }

@media (max-width: 880px) {
  .products__inner { grid-template-columns: 1fr; }
  .products__title-block { padding: 20px 28px; display: flex; justify-content: center; background: transparent; }
  .products__title { writing-mode: horizontal-tb; font-size: 28px; letter-spacing: .14em; padding: 0; }
  .products__title::before, .products__title::after { display: none; }
  .products__grid { padding: 28px 0 0; gap: 32px 20px; }
}
@media (max-width: 520px) {
  .products__grid { grid-template-columns: repeat(2,1fr); gap: 28px 16px; }
  .products__grid .pcard__name { font-size: 16px; }
  .products__grid .pcard__desc { font-size: 13px; }
}


/* ============================================================
   7. 糀レシピ（recipe）
   ============================================================ */
.recipe { background: var(--cream-deep); overflow: hidden; }
.recipe__head {
  max-width: var(--maxw); margin: 0 auto 28px; padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between;
}
.recipe__title { font-size: 28px; font-weight: 600; letter-spacing: .1em; }
.recipe__all {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--olive);
  border: 1.5px solid var(--olive); border-radius: 999px; padding: 8px 18px;
  transition: background .3s var(--ease), color .3s var(--ease);
}
.recipe__all:hover { background: var(--olive); color: #fff; }

.recipe__slider { position: relative; }
.recipe__track {
  list-style: none; margin: 0;
  padding: 0 calc((100% - var(--maxw)) / 2 + 28px);
  display: flex; gap: 18px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  scrollbar-width: none;
}
.recipe__track::-webkit-scrollbar { display: none; }

.rcard { flex: 0 0 calc((var(--maxw) - 28px * 2 - 18px * 4) / 5); min-width: 220px; scroll-snap-align: start; }
.rcard a { display: block; color: inherit; text-decoration: none; }
.rcard__img { position: relative; width: 100%; aspect-ratio: 3/2; overflow: hidden; border-radius: 0; }
.rcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--ease); }
.rcard a:hover .rcard__img img { transform: scale(1.04); }
.rcard__cat {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  font-family: var(--font-sans); font-size: 11px; font-weight: 700;
  color: #fff; background: rgba(46,43,38,.55); padding: 4px 10px;
  border-radius: 3px; letter-spacing: .04em;
}
.rcard__name  { font-family: var(--font-sans); font-size: 15px; font-weight: 700; color: var(--ink); margin: 12px 0 6px; line-height: 1.5; }
.rcard__tags  { font-family: var(--font-sans); font-size: 12px; color: var(--ink-soft); margin: 0; letter-spacing: .02em; }

.recipe__arrow {
  position: absolute; top: calc(50% - 40px); transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff; border: none; cursor: pointer;
  font-size: 24px; color: var(--ink); z-index: 4;
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
  transition: opacity .3s, background .3s;
}
.recipe__arrow:hover    { background: var(--cream-deep); }
.recipe__arrow--prev   { left:  max(12px, calc((100% - var(--maxw)) / 2)); }
.recipe__arrow--next   { right: max(12px, calc((100% - var(--maxw)) / 2)); }

.recipe__dots { display: flex; justify-content: center; gap: 8px; padding: 20px 0 0; }
.recipe__dots span {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--line); cursor: pointer; transition: background .3s;
}
.recipe__dots span.is-active { background: var(--gold); }

@media (max-width: 880px) {
  .recipe__track { padding: 0 20px; }
  .rcard         { flex: 0 0 42%; min-width: 180px; }
  .recipe__arrow { display: none; }
  .recipe__head  { flex-direction: column; align-items: flex-start; gap: 14px; padding: 0 20px; }
}
@media (max-width: 520px) { .rcard { flex: 0 0 72%; } }


/* ============================================================
   8. サービスバナー（banners）
   ============================================================ */
.banners__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;
}
.banner {
  position: relative; display: flex; align-items: flex-end; justify-content: center;
  aspect-ratio: 16/9; overflow: hidden; border-radius: 4px;
  background-size: cover; background-position: center;
  text-decoration: none; color: #fff;
}
.banner__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,.12) 50%, rgba(0,0,0,.05) 100%);
  transition: background .4s var(--ease);
}
.banner:hover .banner__overlay {
  background: linear-gradient(0deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.22) 50%, rgba(0,0,0,.10) 100%);
}
.banner__text  { position: relative; z-index: 2; text-align: center; padding: 0 20px 28px; }
.banner__title {
  font-family: var(--font-serif); font-size: 22px; font-weight: 600;
  letter-spacing: .14em; margin: 0 0 8px;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.banner__sub {
  font-family: var(--font-sans); font-size: 13px; font-weight: 500;
  margin: 0; opacity: .85; letter-spacing: .04em;
  text-shadow: 0 1px 8px rgba(0,0,0,.4);
}

@media (max-width: 880px) {
  .banners__inner { grid-template-columns: 1fr; gap: 16px; padding: 0 20px; }
  .banner { aspect-ratio: 2/1; }
}


/* ============================================================
   9. 店舗案内（store）
   ============================================================ */
.store { background: var(--cream); }
.store__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 28px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0; align-items: start;
}
.store__title-block {
  grid-column: 1 / 2; grid-row: 1 / 3;
  background: var(--cream-deep); padding: 40px 36px 40px 32px;
  align-self: stretch;
  display: flex; align-items: center; justify-content: center;
  width: 96px;
}
.store__title {
  writing-mode: vertical-rl; font-size: 32px; font-weight: 600;
  letter-spacing: .22em; color: var(--ink); margin: 0;
  position: relative; padding: 24px 0 20px;
}
.store__title::before {
  content: '◇'; position: absolute; top: 2px; left: 50%; transform: translateX(-50%);
  font-size: 9px; color: var(--gold); letter-spacing: 0; writing-mode: horizontal-tb;
}
.store__title::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 1.5px; height: 16px; background: var(--gold); border-radius: 1px;
}
.store__card {
  grid-column: 2 / 3; grid-row: 1 / 2;
  display: grid; grid-template-columns: 1fr minmax(0,420px);
  gap: 40px; align-items: center;
  padding: clamp(32px,4vw,56px) clamp(28px,4vw,56px);
  background: #fff;
  box-shadow: 0 4px 24px rgba(46,43,38,.07);
}
.store__info    { display: flex; flex-direction: column; }
.store__address { font-family: var(--font-sans); font-size: 15px; line-height: 1.9; color: var(--ink); margin: 0 0 24px; }
.store__postal  { display: block; font-size: 13px; color: var(--ink-soft); letter-spacing: .04em; margin-bottom: 4px; }
.store__details { margin: 0 0 28px; padding: 0; }
.store__row {
  display: grid; grid-template-columns: 6em 1fr;
  gap: 0 12px; padding: 10px 0;
  border-bottom: 1px solid var(--line); align-items: baseline;
}
.store__row:first-child { border-top: 1px solid var(--line); }
.store__row dt { font-family: var(--font-sans); font-size: 12px; font-weight: 700; color: var(--ink-soft); letter-spacing: .06em; white-space: nowrap; }
.store__row dd { font-family: var(--font-sans); font-size: 15px; color: var(--ink); margin: 0; line-height: 1.8; }
.store__row dd a { color: inherit; text-decoration: none; border-bottom: 1px dotted var(--gold); }
.store__row dd a:hover { color: var(--gold); }
.store__note { display: block; font-size: 12px; color: var(--ink-soft); letter-spacing: .02em; margin-top: 2px; }
.store__map-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--olive);
  border: 1.5px solid var(--olive); border-radius: 999px; padding: 9px 20px;
  transition: background .3s var(--ease), color .3s var(--ease);
  text-decoration: none;
}
.store__map-link:hover { background: var(--olive); color: #fff; }
.store__photo { margin: 0; overflow: hidden; border-radius: 4px; box-shadow: 0 12px 32px rgba(46,43,38,.12); }
.store__photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.store__photo:hover img { transform: scale(1.03); }
.store__map { grid-column: 2 / 3; grid-row: 2 / 3; overflow: hidden; }
.store__map iframe { width: 100%; height: 340px; display: block; filter: grayscale(18%) sepia(8%); }

.store__title-block,
.store__card,
.store__map { opacity: 0; transform: translateY(20px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.store.is-visible .store__title-block { opacity: 1; transform: none; transition-delay: .05s; }
.store.is-visible .store__card        { opacity: 1; transform: none; transition-delay: .18s; }
.store.is-visible .store__map         { width: 100%; opacity: 1; transform: none; transition-delay: .32s; }

@media (max-width: 1024px) { .store__card { grid-template-columns: 1fr; gap: 28px; } .store__photo { order: 2; } }
@media (max-width: 880px) {
  .store__inner { display: flex; flex-direction: column; padding: 0 20px; }
  .store__title-block { width: 100%; padding: 20px 28px; align-self: auto; display: flex; justify-content: center; background: transparent; }
  .store__title { writing-mode: horizontal-tb; font-size: 28px; letter-spacing: .14em; padding: 0; }
  .store__title::before, .store__title::after { display: none; }
  .store__card { grid-template-columns: 1fr; gap: 24px; padding: 28px 22px; }
  .store__map iframe { width: 100%; height: 260px; }
}
@media (max-width: 520px) {
  .store__row { grid-template-columns: 5em 1fr; }
  .store__map iframe { width: 100%; height: 220px; }
}


/* ============================================================
   10. 下層共通（page-hero / breadcrumb）
   ============================================================ */
.page-hero {
  background: var(--ink);
  padding: clamp(80px,12vw,96px) 0 clamp(56px,8vw,96px);
  position: relative; overflow: hidden;
  margin-top: var(--header-h);
}
.page-hero::before {
  content: ''; display: block; height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--olive) 60%, transparent 100%);
  position: absolute; top: 0; left: 0; right: 0;
}
.page-hero__bg-char,
.page-hero__bg {
  position: absolute; right: 5%; top: 50%; transform: translateY(-50%);
  font-family: var(--font-serif); font-size: clamp(100px,16vw,200px);
  color: rgba(244,238,223,.04); line-height: 1; pointer-events: none;
  user-select: none; letter-spacing: -.02em;
}
.page-hero__inner { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.page-hero__label { font-size: 11px; letter-spacing: .32em; color: var(--gold); margin-bottom: 16px; display: block; }
.page-hero__title {
  font-family: var(--font-serif); font-size: clamp(32px,5vw,56px);
  font-weight: 600; color: #f4eedf; letter-spacing: .16em;
  line-height: 1.3; margin: 0 0 20px;
}
.page-hero__lead {
  font-size: clamp(13px,1.4vw,15px); color: rgba(244,238,223,.55);
  line-height: 2; letter-spacing: .06em; max-width: 520px; margin: 0;
}

.breadcrumb { background: var(--cream-deep); border-bottom: 1px solid var(--line); }
.breadcrumb__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 12px 40px;
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--ink-soft);
}
.breadcrumb__sep     { opacity: .4; }
.breadcrumb__current { color: var(--ink); }

@media (max-width: 640px) {
  .page-hero__inner,
  .breadcrumb__inner { padding: 0 20px; }
}


/* ============================================================
   11. かど万の歩み 下層ページ（history / timeline）
   ============================================================ */
.history-body {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(56px,8vw,96px) 40px;
  display: grid; grid-template-columns: 1fr 320px; gap: 64px; align-items: start;
}
.history-lead          { grid-column: 1 / -1; max-width: 720px; }
.history-lead__text    { font-size: clamp(15px,1.6vw,17px); line-height: 2.2; color: var(--ink-soft); letter-spacing: .05em; }
.timeline              { grid-column: 1 / 2; }

.tl-item {
  display: grid; grid-template-columns: 80px 1fr;
  gap: 0 28px; position: relative;
  opacity: 0; transform: translateY(16px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.tl-item.is-visible { opacity: 1; transform: none; }

.tl-left {
  display: flex; flex-direction: column; align-items: center; padding-top: 8px;
}
.tl-era-badge {
  writing-mode: vertical-rl; font-family: var(--font-serif); font-size: 10px; font-weight: 700;
  color: var(--gold); letter-spacing: .2em;
  background: var(--cream-deep); border: 1px solid var(--gold);
  padding: 6px 4px; border-radius: 2px; margin-bottom: 8px; white-space: nowrap;
}
.tl-year     { font-size: 18px; font-weight: 700; font-family: var(--font-serif); color: var(--ink); letter-spacing: .04em; text-align: center; line-height: 1.2; margin-bottom: 4px; }
.tl-year-sub { font-size: 10px; color: var(--ink-soft); letter-spacing: .06em; text-align: center; }
.tl-connector { flex: 1; width: 1px; background: var(--line); margin: 8px 0; min-height: 40px; }
.tl-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); flex-shrink: 0; box-shadow: 0 0 0 4px rgba(166,136,76,.15); }
.tl-item:last-child .tl-connector { display: none; }

.tl-right {
  background: #fff; border: 0.5px solid var(--line);
  border-left: 3px solid var(--gold); border-radius: 0 4px 4px 0;
  padding: 20px 24px; margin-bottom: 24px;
  transition: box-shadow .3s var(--ease);
}
.tl-right:hover { box-shadow: 0 8px 28px rgba(46,43,38,.1); }
.tl-card-head  { display: flex; align-items: baseline; gap: 10px; margin-bottom: 12px; }
.tl-tag { font-size: 10px; font-weight: 700; letter-spacing: .16em; padding: 3px 9px; border-radius: 999px; background: #f5edda; color: #7a5f1e; flex-shrink: 0; }
.tl-tag.showa  { background: #edf3e5; color: #3b5c16; }
.tl-tag.heisei { background: #e6eef7; color: #1a4a7a; }
.tl-tag.reiwa  { background: #f0e9f5; color: #5a2e7a; }
.tl-card-title { font-family: var(--font-serif); font-size: 17px; font-weight: 600; color: var(--ink); letter-spacing: .06em; line-height: 1.5; }
.tl-card-body  { font-size: 14px; color: var(--ink-soft); line-height: 1.95; letter-spacing: .03em; }
.tl-card-img   { margin-top: 16px; border-radius: 4px; overflow: hidden; }
.tl-card-img img { width: 100%; height: auto; max-height: 360px; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.tl-card-img:hover img { transform: scale(1.03); }

.history-aside   { grid-column: 2 / 3; position: sticky; top: calc(var(--header-h) + 24px); }
.aside-card {
  background: var(--ink); border-radius: 8px; padding: 24px; margin-bottom: 24px;
  overflow: hidden; position: relative;
}
.aside-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold); }
.aside-card__title { font-size: 10px; font-weight: 700; letter-spacing: .28em; color: var(--gold); margin-bottom: 20px; }
.gen-list          { list-style: none; margin: 0; padding: 0; }
.gen-item { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(244,238,223,.08); transition: background .2s; }
.gen-item:last-child { border-bottom: none; padding-bottom: 0; }
.gen-num {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(166,136,76,.2); border: 1px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; color: var(--gold); flex-shrink: 0; letter-spacing: .04em;
}
.gen-num.current { background: var(--gold); color: var(--ink); }
.gen-name { font-family: var(--font-serif); font-size: 14px; font-weight: 600; color: rgba(244,238,223,.9); letter-spacing: .08em; }
.gen-role { font-size: 11px; color: rgba(244,238,223,.42); letter-spacing: .04em; margin-top: 2px; }
.aside-quote { background: var(--cream-deep); border-radius: 8px; padding: 24px; border-left: 3px solid var(--olive); }
.aside-quote__text { font-family: var(--font-serif); font-size: 14px; line-height: 2.1; color: var(--ink); letter-spacing: .06em; margin: 0 0 12px; }
.aside-quote__attr { font-size: 11px; color: var(--ink-soft); letter-spacing: .1em; }

@media (max-width: 1024px) { .history-body { grid-template-columns: 1fr; gap: 48px; } .history-aside { grid-column: auto; position: static; } }
@media (max-width: 640px) {
  .history-body { padding: 40px 20px; }
  .tl-item  { grid-template-columns: 64px 1fr; gap: 0 16px; }
  .tl-year  { font-size: 15px; }
  .tl-card-img img { max-height: 240px; }
}


/* ============================================================
   12. フィルターバー（filter-bar）
   ============================================================ */
.filter-bar { background: #fff; border-bottom: 1px solid var(--line); }
.filter-bar__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 40px;
  display: flex; overflow-x: auto; scrollbar-width: none;
}
.filter-bar__inner::-webkit-scrollbar { display: none; }
.filter-btn {
  padding: 16px 18px; font-size: 13px; font-weight: 700;
  color: var(--ink-soft); letter-spacing: .06em; white-space: nowrap;
  background: none; border: none; border-bottom: 2px solid transparent;
  cursor: pointer; transition: color .25s, border-color .25s;
  text-decoration: none; display: block;
}
.filter-btn:hover    { color: var(--ink); }
.filter-btn.is-active { color: var(--gold); border-bottom-color: var(--gold); }


/* ============================================================
   13. 商品一覧共通（products-wrap / products-grid / pcard）
      ※ トップページ .products__grid の pcard とは別スコープ
   ============================================================ */
.products-wrap {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(40px,6vw,72px) 40px clamp(64px,8vw,96px);
}
.products-count { font-size: 13px; color: var(--ink-soft); margin: 0 0 28px; letter-spacing: .04em; }
.products-empty { font-size: 14px; color: var(--ink-soft); padding: 40px 0; }

.products-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }

/* pcard 本体 */
.pcard {
  display: flex; flex-direction: column; background: #fff;
  border: 0.5px solid var(--line); border-radius: 8px; overflow: hidden;
  text-decoration: none; color: inherit;
  opacity: 0; transform: translateY(20px);
  transition: opacity .5s var(--ease), transform .5s var(--ease), box-shadow .3s var(--ease);
}
.pcard.is-visible  { opacity: 1; transform: translateY(0); }
.pcard:hover       { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(46,43,38,.12); }
.pcard--kanbai     { pointer-events: none; opacity: .62; }
.pcard--kanbai.is-visible { opacity: .62; }

.pcard__fig { position: relative; margin: 0; aspect-ratio: 4/3; background: var(--cream-deep); overflow: hidden; }
.pcard__fig img  { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.pcard:hover .pcard__fig img { transform: scale(1.05); }

.pcard__tag {
  position: absolute; top: 12px; left: 12px;
  font-size: 10px; font-weight: 700; letter-spacing: .14em;
  color: #fff; padding: 4px 10px; border-radius: 999px; background: var(--olive);
}
.pcard__tag--yoyaku { background: #9b4f1e; }
.pcard__tag--kanbai { background: var(--ink-soft); }
.pcard__badge { position: absolute; bottom: 10px; right: 10px; font-size: 10px; font-weight: 700; letter-spacing: .06em; color: #fff; background: rgba(46,43,38,.55); padding: 4px 10px; border-radius: 999px; }

.pcard__body   { padding: 18px 20px 10px; flex: 1; }
.pcard__cat    { font-size: 10px; font-weight: 700; letter-spacing: .22em; color: var(--gold); display: block; margin-bottom: 6px; }
.pcard__sub    { font-size: 11px; color: var(--ink-soft); letter-spacing: .06em; margin: 0 0 4px; display: block; }
.pcard__name   { font-size: 17px; font-weight: 600; letter-spacing: .08em; color: var(--ink); margin: 0 0 8px; line-height: 1.4; }
.pcard__catch  { font-size: 12.5px; color: var(--ink-soft); line-height: 1.8; margin: 0; }
.pcard__price  { font-size: 13px; color: var(--ink-soft); margin: 4px 0 0; letter-spacing: .04em; }
.pcard__situation {
  display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .1em;
  color: var(--gold); border: 1px solid var(--gold); border-radius: 999px;
  padding: 2px 10px; margin-bottom: 4px; line-height: 1.6;
}

.pcard__foot { padding: 12px 20px 16px; border-top: 1px solid var(--line); }
.pcard__more { font-size: 12px; font-weight: 700; color: var(--olive); letter-spacing: .08em; display: inline-flex; align-items: center; gap: 6px; transition: gap .25s var(--ease); }
.pcard:hover .pcard__more { gap: 10px; }

.pcard--yoyaku            { border-color: rgba(155,79,30,.2); }
.pcard--yoyaku .pcard__foot { background: rgba(155,79,30,.04); }
.pcard--yoyaku .pcard__more { color: #9b4f1e; }

@media (max-width: 1024px) {
  .products-wrap,
  .filter-bar__inner { padding-left: 20px; padding-right: 20px; }
  .products-grid     { grid-template-columns: repeat(2,1fr); gap: 20px; }
}
@media (max-width: 640px) {
  .products-wrap  { padding: 32px 16px 56px; }
  .products-grid  { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .pcard__name    { font-size: 14px; }
  .pcard__catch,
  .pcard__sub     { font-size: 11.5px; }
  .filter-bar__inner { padding-left: 16px; padding-right: 16px; }
}
@media (max-width: 400px) { .products-grid { grid-template-columns: 1fr; } }


/* ============================================================
   14. 商品詳細共通（product-gallery / product-info / explanation / table）
   ============================================================ */
.product-wrap {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(48px,7vw,80px) 40px;
}
.product-main {
  display: grid;
  grid-template-columns: minmax(0,480px) 1fr;
  gap: clamp(40px,5vw,72px);
  align-items: start;
  margin-bottom: clamp(48px,6vw,72px);
}

/* ---- ギャラリー ---- */
.product-gallery { position: relative; }
.product-gallery__main {
  width: 100%; aspect-ratio: 4/3; overflow: hidden;
  border-radius: 8px; background: var(--cream-deep);
  box-shadow: 0 16px 48px rgba(46,43,38,.12); margin-bottom: 12px;
}
.product-gallery__main img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.product-gallery__main:hover img { transform: scale(1.03); }
.product-gallery__status {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  font-size: 12px; font-weight: 700; letter-spacing: .1em;
  color: #fff; background: var(--ink); padding: 6px 16px; border-radius: 999px;
}
.product-gallery__status--yoyaku { background: #9b4f1e; }
.product-gallery__status--kanbai { background: var(--ink-soft); }
.product-gallery__thumbs { list-style: none; margin: 0; padding: 0; display: flex; gap: 10px; }
.product-gallery__thumb {
  flex: 0 0 calc(33.33% - 7px); aspect-ratio: 4/3; overflow: hidden;
  border-radius: 5px; cursor: pointer;
  border: 2px solid transparent; background: var(--cream-deep);
  transition: border-color .25s var(--ease);
}
.product-gallery__thumb.is-active,
.product-gallery__thumb:hover  { border-color: var(--gold); }
.product-gallery__thumb img    { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---- 商品情報 ---- */
.product-info { display: flex; flex-direction: column; }
.product-info__cat {
  font-size: 11px; font-weight: 700; letter-spacing: .3em;
  color: var(--gold); margin-bottom: 8px; display: block;
}
.product-info__name {
  font-family: var(--font-serif);
  font-size: clamp(24px,3.5vw,36px); font-weight: 600;
  letter-spacing: .12em; color: var(--ink);
  margin: 0 0 20px; line-height: 1.35;
}
.product-info__status-banner {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 16px; border-radius: 0 6px 6px 0; margin-bottom: 24px;
  font-size: 13px; font-weight: 700; letter-spacing: .06em;
  background: rgba(46,43,38,.06); border-left: 3px solid var(--ink-soft);
  color: var(--ink-soft);
}
.product-info__status-banner--yoyaku { background: rgba(155,79,30,.1); color: #9b4f1e; border-color: rgba(155,79,30,.25); }
.product-info__situation {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .12em;
  color: var(--gold); border: 1.5px solid var(--gold); border-radius: 999px;
  padding: 4px 14px; margin-bottom: 16px; align-self: flex-start;
}
.product-info__price-block {
  margin-bottom: 24px; padding: 18px 20px;
  background: var(--cream-deep); border-radius: 6px;
}
.product-info__price-label { font-size: 10px; font-weight: 700; letter-spacing: .2em; color: var(--ink-soft); display: block; margin-bottom: 8px; }
.product-info__price-val   { font-family: var(--font-serif); font-size: 22px; font-weight: 600; color: var(--ink); letter-spacing: .06em; }
/* 米詳細の複数価格行 */
.product-info__price-rows  { display: flex; flex-direction: column; gap: 6px; }
.product-info__price-row   { display: flex; align-items: baseline; gap: 10px; }
.product-info__price-unit  { font-size: 12px; color: var(--ink-soft); letter-spacing: .08em; white-space: nowrap; min-width: 60px; }
.product-info__catch { font-size: 15px; line-height: 1.9; color: var(--ink-soft); margin: 0 0 28px; }
.product-info__guide { font-size: 14.5px; line-height: 2; color: var(--ink-soft); margin: 0 0 28px; }
.product-info__cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--shop); color: #fff;
  font-size: 15px; font-weight: 700; letter-spacing: .08em;
  padding: 16px 32px; border-radius: 999px;
  text-decoration: none; align-self: flex-start;
  transition: background .3s var(--ease), gap .3s var(--ease);
}
.product-info__cta:hover { background: var(--shop-dark); gap: 14px; }
.product-info__cta svg   { flex-shrink: 0; }

/* ---- 商品説明（wysiwyg） ---- */
.product-explanation {
  max-width: 760px; margin: 0 auto clamp(40px,5vw,60px);
  padding: clamp(32px,4vw,48px);
  background: #fff; border-radius: 4px;
  box-shadow: 0 2px 16px rgba(46,43,38,.06);
  font-size: 15px; line-height: 2; color: var(--ink-soft);
}
.product-explanation h2,
.product-explanation h3,
.product-explanation h4,
.product-explanation h5 {
  font-family: var(--font-serif); color: var(--ink); letter-spacing: .1em; font-weight: 600;
  font-size: clamp(16px,1.6vw,20px); margin: 2em 0 1em;
  padding-bottom: 10px; border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: 10px; line-height: 1.6;
}
.product-explanation h2::before,
.product-explanation h3::before,
.product-explanation h4::before,
.product-explanation h5::before { content: ''; display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.product-explanation h2:first-child,
.product-explanation h3:first-child,
.product-explanation h4:first-child,
.product-explanation h5:first-child { margin-top: 0; }
.product-explanation p   { margin: 0 0 1.2em; }
.product-explanation ul  { margin: 0 0 1.2em; padding: 0; list-style: none; }
.product-explanation ul li { margin-bottom: .8em; }
.product-explanation img { max-width: 100%; border-radius: 4px; margin: 1em 0; }

/* ---- 商品情報テーブル ---- */
.product-table-section { margin-bottom: clamp(48px,6vw,72px); }
.product-table-section__title {
  font-family: var(--font-serif); font-size: 20px; font-weight: 600;
  letter-spacing: .14em; color: var(--ink); margin: 0 0 20px;
  padding-bottom: 14px; border-bottom: 1px solid var(--line);
  position: relative;
}
.product-table-section__title::after {
  content: ''; position: absolute; bottom: -1px; left: 0;
  width: 40px; height: 2px; background: var(--gold);
}
.product-table            { width: 100%; border-collapse: collapse; }
.product-table tr         { border-bottom: 1px solid var(--line); }
.product-table tr:first-child { border-top: 1px solid var(--line); }
.product-table tr:last-child  { border-bottom: none; }
.product-table tr.is-empty    { display: none; }
.product-table th {
  width: 8em; padding: 14px 16px 14px 0;
  font-size: 12px; font-weight: 700; letter-spacing: .08em;
  color: var(--ink-soft); text-align: left; vertical-align: top; white-space: nowrap;
}
.product-table td { padding: 14px 0; font-size: 15px; color: var(--ink); line-height: 1.8; vertical-align: top; white-space: pre-wrap; }

@media (max-width: 1024px) { .product-wrap { padding: 40px 28px 64px; } }
@media (max-width: 880px) {
  .product-main { grid-template-columns: 1fr; gap: 28px; }
  .product-wrap { padding: 32px 20px 56px; }
}
@media (max-width: 520px) {
  .product-table th { width: 6em; font-size: 11px; }
  .product-table td { font-size: 13.5px; }
}


/* ============================================================
   15. 糀リード（kouji-intro）
   ============================================================ */
.kouji-intro { background: var(--cream); border-bottom: 1px solid var(--line); padding: clamp(32px,5vw,56px) 0; }
.kouji-intro__inner { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr auto; gap: 32px 56px; align-items: center; }
.kouji-intro__en      { font-size: 11px; letter-spacing: .3em; color: var(--gold); display: block; margin-bottom: 14px; }
.kouji-intro__heading { font-family: var(--font-serif); font-size: clamp(20px,2.4vw,28px); font-weight: 600; color: var(--ink); line-height: 1.6; letter-spacing: .12em; margin: 0 0 18px; }
.kouji-intro__body    { font-size: 14.5px; line-height: 2; color: var(--ink-soft); margin: 0; }
.kouji-intro__badge   { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 24px 28px; background: var(--ink); border-radius: 4px; flex-shrink: 0; }
.kouji-intro__badge-num   { font-family: var(--font-serif); font-size: clamp(40px,5vw,60px); font-weight: 700; color: var(--gold); line-height: 1; }
.kouji-intro__badge-label { font-size: 12px; color: rgba(244,238,223,.7); letter-spacing: .16em; font-weight: 500; text-align: center; }

@media (max-width: 880px) {
  .kouji-intro__inner { grid-template-columns: 1fr; padding: 0 20px; gap: 24px; }
  .kouji-intro__badge { flex-direction: row; justify-content: center; padding: 16px 24px; gap: 14px; }
}


/* ============================================================
   16. 糀特殊セクション（special-section / pcard--wide）
   ============================================================ */
.special-section { margin-top: 56px; padding-top: 48px; border-top: 1px solid var(--line); }
.special-section__label   { font-size: 11px; letter-spacing: .3em; color: var(--gold); display: block; margin-bottom: 12px; }
.special-section__heading { font-family: var(--font-serif); font-size: clamp(18px,2vw,24px); font-weight: 600; color: var(--ink); letter-spacing: .12em; margin: 0 0 24px; }

.pcard--wide              { flex-direction: row; grid-column: 1 / -1; }
.pcard--wide .pcard__fig  { aspect-ratio: auto; width: 340px; min-height: 240px; flex-shrink: 0; border-radius: 0; }
.pcard--wide .pcard__body { padding: 32px 36px 24px; }
.pcard--wide .pcard__name { font-size: 22px; margin-bottom: 12px; }
.pcard--wide .pcard__catch { font-size: 14px; line-height: 1.9; }
.pcard--wide .pcard__foot { padding: 0 36px 32px; border-top: none; margin-top: auto; }

@media (max-width: 880px) {
  .pcard--wide            { flex-direction: column; }
  .pcard--wide .pcard__fig { width: 100%; aspect-ratio: 4/3; min-height: auto; }
  .pcard--wide .pcard__body { padding: 20px 20px 10px; }
  .pcard--wide .pcard__name { font-size: 18px; }
  .pcard--wide .pcard__foot { padding: 12px 20px 16px; border-top: 1px solid var(--line); }
}


/* ============================================================
   17. 糀その他一覧（kouji-others）
   ============================================================ */
.kouji-others { padding: clamp(48px,6vw,72px) 0; border-top: 1px solid var(--line); }
.kouji-others__head  { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.kouji-others__title { font-family: var(--font-serif); font-size: clamp(20px,2.2vw,26px); font-weight: 600; letter-spacing: .12em; color: var(--ink); margin: 0; }
.kouji-others__all {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--olive);
  border: 1.5px solid var(--olive); border-radius: 999px; padding: 8px 18px;
  transition: background .3s var(--ease), color .3s var(--ease);
}
.kouji-others__all:hover { background: var(--olive); color: #fff; }

@media (max-width: 880px) { .kouji-others__head { flex-direction: column; align-items: flex-start; gap: 14px; } }


/* ============================================================
   18. お米一覧（kome-intro / kome-table）
   ============================================================ */
.kome-table-section { border-top: 1px solid var(--line); padding-top: clamp(40px,5vw,60px); }
.kome-table-section__head  { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.kome-table-section__head::before { content: ''; display: block; width: 4px; height: 22px; border-radius: 2px; flex-shrink: 0; background: linear-gradient(180deg, var(--gold) 0%, var(--olive) 100%); }
.kome-table-section__title { font-family: var(--font-serif); font-size: clamp(17px,1.8vw,21px); font-weight: 600; letter-spacing: .12em; color: var(--ink); margin: 0; }
.kome-table-wrap  { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 4px; box-shadow: 0 2px 16px rgba(46,43,38,.06); }
.kome-table       { width: 100%; min-width: 600px; border-collapse: collapse; background: #fff; }
.kome-table thead tr { background: var(--ink); }
.kome-table thead th {
  padding: 14px 18px; font-size: 12px; font-weight: 700;
  letter-spacing: .14em; color: rgba(244,238,223,.85); text-align: left; white-space: nowrap;
}
.kome-table thead th span { display: block; font-size: 10px; color: rgba(244,238,223,.5); font-weight: 400; margin-top: 2px; }
.kome-table tbody tr { border-bottom: 1px solid var(--line); transition: background .2s; }
.kome-table tbody tr:last-child { border-bottom: none; }
.kome-table tbody tr:hover { background: rgba(166,136,76,.05); }
.kome-table tbody td { padding: 13px 18px; font-size: 13.5px; color: var(--ink); line-height: 1.7; }
.kome-table tbody td:first-child a { font-family: var(--font-serif); font-weight: 600; color: var(--ink); border-bottom: 1px dotted var(--gold); transition: color .2s; }
.kome-table tbody td:first-child a:hover { color: var(--gold); }
.kome-table__note { font-size: 12px; color: var(--ink-soft); margin: 12px 0 0; }


/* ============================================================
   19. お米その他一覧（kome-others）
   ============================================================ */
.kome-others { padding: clamp(48px,6vw,72px) 0; border-top: 1px solid var(--line); }
.kome-others__head  { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.kome-others__title { font-family: var(--font-serif); font-size: clamp(20px,2.2vw,26px); font-weight: 600; letter-spacing: .12em; color: var(--ink); margin: 0; }
.kome-others__all {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--olive);
  border: 1.5px solid var(--olive); border-radius: 999px; padding: 8px 18px;
  transition: background .3s var(--ease), color .3s var(--ease);
}
.kome-others__all:hover { background: var(--olive); color: #fff; }

@media (max-width: 880px) { .kome-others__head { flex-direction: column; align-items: flex-start; gap: 14px; } }


/* ============================================================
   20. 味噌その他一覧（miso-others）
   ============================================================ */
.miso-others { margin-top: clamp(48px,6vw,72px); }
.miso-others__head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--line);
}
.miso-others__title { font-size: 22px; font-weight: 600; letter-spacing: .14em; color: var(--ink); margin: 0; }
.miso-others__all {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--olive);
  border: 1.5px solid var(--olive); border-radius: 999px; padding: 8px 18px;
  text-decoration: none;
  transition: background .3s var(--ease), color .3s var(--ease);
}
.miso-others__all:hover { background: var(--olive); color: #fff; }

@media (max-width: 640px) { .miso-others__head { flex-direction: column; align-items: flex-start; gap: 12px; } }


/* ============================================================
   21. 発酵調味料（seasoning）
   ============================================================ */
.seasoning-anchor {
  display: block; visibility: hidden;
  margin-top: calc((var(--header-h) + 32px) * -1);
  padding-top: calc(var(--header-h) + 32px);
}
.seasoning-list {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(48px,7vw,80px) 40px clamp(64px,8vw,96px);
  display: flex; flex-direction: column; gap: clamp(64px,9vw,100px);
}
.seasoning-item {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0 clamp(32px,5vw,64px); align-items: start;
  opacity: 0; transform: translateY(24px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.seasoning-item.is-visible { opacity: 1; transform: none; }
.seasoning-item:nth-child(even) .seasoning-item__gallery { order: 2; }
.seasoning-item:nth-child(even) .seasoning-item__info    { order: 1; }

.seasoning-item__gallery { position: sticky; top: calc(var(--header-h) + 24px); }
.seasoning-item__main-img { width: 100%; aspect-ratio: 4/3; overflow: hidden; border-radius: 6px; background: var(--cream-deep); margin-bottom: 10px; }
.seasoning-item__main-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.seasoning-item__main-img:hover img { transform: scale(1.03); }
.seasoning-item__thumbs { list-style: none; margin: 0; padding: 0; display: flex; gap: 8px; }
.seasoning-item__thumb  { flex: 0 0 calc(33.33% - 6px); aspect-ratio: 4/3; overflow: hidden; border-radius: 4px; cursor: pointer; border: 2px solid transparent; background: var(--cream-deep); transition: border-color .25s var(--ease); }
.seasoning-item__thumb.is-active,
.seasoning-item__thumb:hover { border-color: var(--gold); }
.seasoning-item__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.seasoning-item__info    { display: flex; flex-direction: column; }
.seasoning-item__cat     { font-size: 10px; font-weight: 700; letter-spacing: .28em; color: var(--gold); display: block; margin-bottom: 8px; }
.seasoning-item__name    { font-family: var(--font-serif); font-size: clamp(22px,3vw,32px); font-weight: 600; letter-spacing: .12em; color: var(--ink); margin: 0 0 4px; line-height: 1.3; }
.seasoning-item__kanbai  { display: flex; align-items: center; gap: 8px; background: rgba(46,43,38,.06); border-left: 3px solid var(--ink-soft); padding: 10px 14px; border-radius: 0 5px 5px 0; font-size: 13px; font-weight: 700; color: var(--ink-soft); letter-spacing: .06em; margin: 14px 0; }
.seasoning-item__situation { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .12em; color: var(--gold); border: 1.5px solid var(--gold); border-radius: 999px; padding: 3px 12px; margin: 10px 0 14px; align-self: flex-start; }
.seasoning-item__price-block { display: flex; align-items: baseline; gap: 10px; padding: 14px 18px; background: var(--cream-deep); border-radius: 6px; margin: 16px 0; }
.seasoning-item__price-label { font-size: 10px; font-weight: 700; letter-spacing: .18em; color: var(--ink-soft); white-space: nowrap; }
.seasoning-item__price-val   { font-family: var(--font-serif); font-size: 20px; font-weight: 600; color: var(--ink); letter-spacing: .04em; }
.seasoning-item__guide       { font-size: 14.5px; line-height: 1.95; color: var(--ink-soft); margin: 0 0 20px; white-space: pre-line; }
.seasoning-item__divider     { height: 1px; background: var(--line); margin: 4px 0 20px; }
.seasoning-item__table       { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.seasoning-item__table tr    { border-bottom: 1px solid var(--line); }
.seasoning-item__table tr:first-child { border-top: 1px solid var(--line); }
.seasoning-item__table th    { width: 7em; padding: 11px 14px 11px 0; font-size: 11px; font-weight: 700; letter-spacing: .08em; color: var(--ink-soft); vertical-align: top; white-space: nowrap; text-align: left; }
.seasoning-item__table td    { padding: 11px 0; font-size: 14px; color: var(--ink); line-height: 1.8; vertical-align: top; }
.seasoning-item__explanation { font-size: 14px; line-height: 2; color: var(--ink-soft); margin: 0 0 20px; }
.seasoning-item__explanation h2,
.seasoning-item__explanation h3 { font-family: var(--font-serif); color: var(--ink); }
.seasoning-item__actions     { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px; }
.seasoning-item__cta         { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; letter-spacing: .08em; padding: 12px 22px; border-radius: 999px; text-decoration: none; transition: background .3s var(--ease), gap .3s var(--ease), color .3s var(--ease); }
.seasoning-item__cta--recipe { background: var(--olive); color: var(--cream); }
.seasoning-item__cta--recipe:hover { background: var(--gold); gap: 12px; }

.seasoning-separator { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.seasoning-separator::after { content: ''; display: block; height: 1px; background: linear-gradient(90deg, transparent 0%, var(--line) 20%, var(--line) 80%, transparent 100%); }

.seasoning-nav { background: #fff; border-bottom: 1px solid var(--line); }
.seasoning-nav__inner { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; display: flex; overflow-x: auto; scrollbar-width: none; gap: 4px; }
.seasoning-nav__inner::-webkit-scrollbar { display: none; }
.seasoning-nav__link { display: flex; align-items: center; padding: 14px 16px; font-size: 13px; font-weight: 700; color: var(--ink-soft); letter-spacing: .05em; white-space: nowrap; border-bottom: 2px solid transparent; text-decoration: none; transition: color .25s, border-color .25s; }
.seasoning-nav__link:hover { color: var(--ink); border-bottom-color: var(--line); }

@media (max-width: 1024px) { .seasoning-list { padding: 40px 28px 64px; } .seasoning-nav__inner { padding: 0 28px; } .seasoning-separator { padding: 0 28px; } }
@media (max-width: 880px) {
  .seasoning-item { grid-template-columns: 1fr; gap: 24px; }
  .seasoning-item__gallery { position: static; }
  .seasoning-item:nth-child(even) .seasoning-item__gallery { order: 1; }
  .seasoning-item:nth-child(even) .seasoning-item__info    { order: 2; }
  .seasoning-list { padding: 32px 20px 56px; gap: 56px; }
  .seasoning-nav__inner { padding: 0 20px; }
  .seasoning-separator  { padding: 0 20px; }
  .seasoning-anchor { margin-top: calc((var(--header-h-sm) + 80px) * -1); padding-top: calc(var(--header-h-sm) + 80px); }
}


/* ============================================================
   22. 甘酒その他一覧（amazake-others）
   ============================================================ */
.amazake-others { margin-top: clamp(48px,6vw,72px); }
.amazake-others__head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--line);
}
.amazake-others__title { font-size: 22px; font-weight: 600; letter-spacing: .14em; color: var(--ink); margin: 0; }
.amazake-others__all {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--olive);
  border: 1.5px solid var(--olive); border-radius: 999px; padding: 8px 18px;
  text-decoration: none;
  transition: background .3s var(--ease), color .3s var(--ease);
}
.amazake-others__all:hover { background: var(--olive); color: #fff; }

@media (max-width: 640px) { .amazake-others__head { flex-direction: column; align-items: flex-start; gap: 12px; } }


/* ============================================================
   23. 甘酒スムージー（smoothie）
   ============================================================ */
.smoothie-anchor {
  display: block; visibility: hidden;
  margin-top: calc((var(--header-h) + 32px) * -1);
  padding-top: calc(var(--header-h) + 32px);
}
.smoothie-list {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(48px,7vw,80px) 40px clamp(48px,6vw,72px);
  display: flex; flex-direction: column; gap: clamp(56px,8vw,88px);
}
.smoothie-item {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0 clamp(32px,5vw,64px); align-items: center;
  opacity: 0; transform: translateY(24px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.smoothie-item.is-visible { opacity: 1; transform: none; }
.smoothie-item:nth-child(even) .smoothie-item__photo { order: 2; }
.smoothie-item:nth-child(even) .smoothie-item__info  { order: 1; }

.smoothie-item__photo { margin: 0; overflow: hidden; border-radius: 6px; background: var(--cream-deep); }
.smoothie-item__photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.smoothie-item__photo:hover img { transform: scale(1.04); }
.smoothie-item__photo--empty { aspect-ratio: 4/3; background: var(--cream-deep); border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.smoothie-item__photo--empty::after { content: ''; display: block; width: 48px; height: 48px; border-radius: 50%; background: var(--line); }

.smoothie-item__info  { display: flex; flex-direction: column; gap: 0; }
.smoothie-item__cat   { font-size: 10px; font-weight: 700; letter-spacing: .28em; color: var(--gold); display: block; margin-bottom: 10px; }
.smoothie-item__name  { font-family: var(--font-serif); font-size: clamp(20px,2.8vw,28px); font-weight: 600; letter-spacing: .12em; color: var(--ink); margin: 0 0 6px; line-height: 1.35; }
.smoothie-item__kanbai { display: flex; align-items: center; gap: 8px; background: rgba(46,43,38,.06); border-left: 3px solid var(--ink-soft); padding: 10px 14px; border-radius: 0 5px 5px 0; font-size: 13px; font-weight: 700; color: var(--ink-soft); letter-spacing: .06em; margin: 12px 0 16px; }
.smoothie-item__price { display: inline-flex; align-items: baseline; gap: 10px; padding: 12px 18px; background: var(--cream-deep); border-radius: 6px; margin: 14px 0; align-self: flex-start; }
.smoothie-item__price-label { font-size: 10px; font-weight: 700; letter-spacing: .18em; color: var(--ink-soft); white-space: nowrap; }
.smoothie-item__price-val   { font-family: var(--font-serif); font-size: 17px; font-weight: 600; color: var(--ink); letter-spacing: .04em; line-height: 1.5; }
.smoothie-item__divider { height: 1px; background: var(--line); margin: 4px 0 16px; }
.smoothie-item__guide   { font-size: 14.5px; line-height: 1.95; color: var(--ink-soft); margin: 0; white-space: pre-line; }

.smoothie-separator { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.smoothie-separator::after { content: ''; display: block; height: 1px; background: linear-gradient(90deg, transparent 0%, var(--line) 20%, var(--line) 80%, transparent 100%); }

.smoothie-option { background: var(--cream-deep); border-top: 1px solid var(--line); }
.smoothie-option__inner { max-width: var(--maxw); margin: 0 auto; padding: clamp(32px,4vw,48px) 40px; display: flex; align-items: flex-start; gap: 24px; }
.smoothie-option__icon  { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; color: var(--cream); font-family: var(--font-serif); font-size: 18px; font-weight: 600; letter-spacing: .04em; }
.smoothie-option__title { font-family: var(--font-serif); font-size: 18px; font-weight: 600; letter-spacing: .12em; color: var(--ink); margin: 0 0 12px; }
.smoothie-option__list  { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.smoothie-option__list li { font-size: 14px; color: var(--ink-soft); line-height: 1.8; display: flex; align-items: baseline; gap: 10px; }
.smoothie-option__list li::before { content: ''; display: block; width: 20px; height: 1px; background: var(--gold); flex-shrink: 0; margin-top: 10px; }

.smoothie-commitment { background: var(--ink); color: var(--cream); }
.smoothie-commitment__inner { max-width: var(--maxw); margin: 0 auto; padding: clamp(56px,8vw,88px) 40px; }
.smoothie-commitment__head  { text-align: center; margin-bottom: clamp(40px,5vw,56px); }
.smoothie-commitment__label { font-size: 10px; font-weight: 700; letter-spacing: .32em; color: var(--gold); display: block; margin-bottom: 14px; }
.smoothie-commitment__title { font-family: var(--font-serif); font-size: clamp(22px,3vw,30px); font-weight: 600; letter-spacing: .18em; color: var(--cream); margin: 0; }
.smoothie-commitment__grid  { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.commitment-card { display: flex; flex-direction: column; gap: 20px; }
.commitment-card__img { width: 100%; aspect-ratio: 3/2; overflow: hidden; border-radius: 4px; background: rgba(244,238,223,.08); }
.commitment-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); opacity: .85; }
.commitment-card:hover .commitment-card__img img { transform: scale(1.04); opacity: 1; }
.commitment-card__num   { font-family: var(--font-serif); font-size: 11px; letter-spacing: .24em; color: var(--gold); display: block; margin-bottom: 6px; }
.commitment-card__title { font-family: var(--font-serif); font-size: 17px; font-weight: 600; letter-spacing: .1em; color: var(--cream); margin: 0 0 10px; line-height: 1.5; }
.commitment-card__text  { font-size: 13.5px; line-height: 2; color: rgba(244,238,223,.65); margin: 0; }

@media (max-width: 1024px) { .smoothie-list { padding: 40px 28px 56px; } .smoothie-option__inner { padding: 28px; } .smoothie-commitment__inner { padding: 56px 28px; } }
@media (max-width: 880px) {
  .smoothie-item { grid-template-columns: 1fr; gap: 24px; }
  .smoothie-item:nth-child(even) .smoothie-item__photo { order: 1; }
  .smoothie-item:nth-child(even) .smoothie-item__info  { order: 2; }
  .smoothie-list { padding: 32px 20px 48px; gap: 48px; }
  .smoothie-option__inner { padding: 24px 20px; flex-direction: column; gap: 16px; }
  .smoothie-commitment__inner { padding: 48px 20px; }
  .smoothie-commitment__grid  { grid-template-columns: 1fr; gap: 40px; }
  .smoothie-separator { padding: 0 20px; }
  .smoothie-anchor { margin-top: calc((var(--header-h-sm) + 80px) * -1); padding-top: calc(var(--header-h-sm) + 80px); }
}
@media (max-width: 640px) { .smoothie-item__price { flex-direction: column; gap: 4px; } }


/* ============================================================
   24. 大豆（daizu）
   ============================================================ */
.daizu-anchor {
  display: block; visibility: hidden;
  margin-top: calc((var(--header-h) + 32px) * -1);
  padding-top: calc(var(--header-h) + 32px);
}
.daizu-list {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(48px,7vw,80px) 40px clamp(64px,8vw,96px);
  display: flex; flex-direction: column; gap: clamp(56px,8vw,88px);
}
.daizu-item {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0 clamp(32px,5vw,64px); align-items: start;
  opacity: 0; transform: translateY(24px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.daizu-item.is-visible { opacity: 1; transform: none; }
.daizu-item:nth-child(even) .daizu-item__gallery { order: 2; }
.daizu-item:nth-child(even) .daizu-item__info    { order: 1; }

.daizu-item__gallery { display: flex; flex-direction: column; gap: 8px; }
.daizu-item__main-img { width: 100%; aspect-ratio: 4/3; overflow: hidden; border-radius: 6px; background: var(--cream-deep); }
.daizu-item__main-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.daizu-item__main-img:hover img { transform: scale(1.04); }
.daizu-item__thumbs { list-style: none; margin: 0; padding: 0; display: flex; gap: 8px; }
.daizu-item__thumb  { flex: 0 0 calc(33.33% - 6px); aspect-ratio: 4/3; overflow: hidden; border-radius: 4px; cursor: pointer; border: 2px solid transparent; background: var(--cream-deep); transition: border-color .25s var(--ease); }
.daizu-item__thumb.is-active,
.daizu-item__thumb:hover { border-color: var(--gold); }
.daizu-item__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.daizu-item__info { display: flex; flex-direction: column; }
.daizu-item__cat  { font-size: 10px; font-weight: 700; letter-spacing: .28em; color: var(--gold); display: block; margin-bottom: 10px; }
.daizu-item__name { font-family: var(--font-serif); font-size: clamp(20px,2.8vw,28px); font-weight: 600; letter-spacing: .12em; color: var(--ink); margin: 0 0 16px; line-height: 1.35; }
.daizu-item__kanbai { display: flex; align-items: center; gap: 8px; background: rgba(46,43,38,.06); border-left: 3px solid var(--ink-soft); padding: 10px 14px; border-radius: 0 5px 5px 0; font-size: 13px; font-weight: 700; color: var(--ink-soft); letter-spacing: .06em; margin-bottom: 20px; }
.daizu-item__price-block { padding: 16px 18px; background: var(--cream-deep); border-radius: 6px; margin-bottom: 20px; }
.daizu-item__price-label { font-size: 10px; font-weight: 700; letter-spacing: .18em; color: var(--ink-soft); display: block; margin-bottom: 10px; }
.daizu-item__price-rows  { display: flex; flex-direction: column; gap: 5px; }
.daizu-item__price-row   { display: flex; align-items: baseline; gap: 12px; }
.daizu-item__price-unit  { font-size: 11px; font-weight: 700; letter-spacing: .08em; color: var(--ink-soft); min-width: 5.5em; }
.daizu-item__price-val   { font-family: var(--font-serif); font-size: 17px; font-weight: 600; color: var(--ink); letter-spacing: .04em; }
.daizu-item__divider     { height: 1px; background: var(--line); margin: 0 0 18px; }
.daizu-item__table       { width: 100%; border-collapse: collapse; margin-bottom: 18px; }
.daizu-item__table tr    { border-bottom: 1px solid var(--line); }
.daizu-item__table tr:first-child { border-top: 1px solid var(--line); }
.daizu-item__table th    { width: 5.5em; padding: 10px 12px 10px 0; font-size: 11px; font-weight: 700; letter-spacing: .08em; color: var(--ink-soft); vertical-align: top; white-space: nowrap; text-align: left; }
.daizu-item__table td    { padding: 10px 0; font-size: 14px; color: var(--ink); line-height: 1.7; vertical-align: top; }
.daizu-item__explanation { font-size: 14px; line-height: 1.95; color: var(--ink-soft); margin: 0; }
.daizu-item__explanation p { margin: 0 0 .8em; }
.daizu-item__explanation p:last-child { margin-bottom: 0; }

.daizu-separator { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.daizu-separator::after { content: ''; display: block; height: 1px; background: linear-gradient(90deg, transparent 0%, var(--line) 20%, var(--line) 80%, transparent 100%); }

@media (max-width: 1024px) { .daizu-list { padding: 40px 28px 64px; } .daizu-separator { padding: 0 28px; } }
@media (max-width: 880px) {
  .daizu-item { grid-template-columns: 1fr; gap: 24px; }
  .daizu-item:nth-child(even) .daizu-item__gallery { order: 1; }
  .daizu-item:nth-child(even) .daizu-item__info    { order: 2; }
  .daizu-list { padding: 32px 20px 56px; gap: 48px; }
  .daizu-separator { padding: 0 20px; }
  .daizu-anchor { margin-top: calc((var(--header-h-sm) + 80px) * -1); padding-top: calc(var(--header-h-sm) + 80px); }
}


/* ============================================================
   25. 金山寺（kinzanji）
   ============================================================ */
.kinzanji-anchor {
  display: block; visibility: hidden;
  margin-top: calc((var(--header-h) + 32px) * -1);
  padding-top: calc(var(--header-h) + 32px);
}
.kinzanji-lead { background: var(--cream-deep); border-bottom: 1px solid var(--line); }
.kinzanji-lead__inner { max-width: var(--maxw); margin: 0 auto; padding: clamp(28px,4vw,44px) 40px; display: flex; align-items: center; gap: 20px; }
.kinzanji-lead__accent { flex-shrink: 0; width: 3px; height: 48px; background: linear-gradient(180deg, var(--gold) 0%, var(--olive) 100%); border-radius: 2px; }
.kinzanji-lead__text   { font-family: var(--font-serif); font-size: clamp(14px,1.5vw,17px); line-height: 1.9; color: var(--ink-soft); letter-spacing: .06em; margin: 0; }
.kinzanji-lead__text strong { color: var(--ink); font-weight: 600; }

.kinzanji-list {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(48px,7vw,80px) 40px clamp(64px,8vw,96px);
  display: flex; flex-direction: column; gap: clamp(64px,9vw,100px);
}
.kinzanji-item {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0 clamp(32px,5vw,64px); align-items: start;
  opacity: 0; transform: translateY(24px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.kinzanji-item.is-visible { opacity: 1; transform: none; }
.kinzanji-item:nth-child(even) .kinzanji-item__gallery { order: 2; }
.kinzanji-item:nth-child(even) .kinzanji-item__info    { order: 1; }

.kinzanji-item__gallery { position: sticky; top: calc(var(--header-h) + 24px); display: flex; flex-direction: column; gap: 8px; }
.kinzanji-item__main-img { width: 100%; aspect-ratio: 4/3; overflow: hidden; border-radius: 6px; background: var(--cream-deep); }
.kinzanji-item__main-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.kinzanji-item__main-img:hover img { transform: scale(1.04); }
.kinzanji-item__thumbs { list-style: none; margin: 0; padding: 0; display: flex; gap: 8px; }
.kinzanji-item__thumb  { flex: 0 0 calc(33.33% - 6px); aspect-ratio: 4/3; overflow: hidden; border-radius: 4px; cursor: pointer; border: 2px solid transparent; background: var(--cream-deep); transition: border-color .25s var(--ease); }
.kinzanji-item__thumb.is-active,
.kinzanji-item__thumb:hover { border-color: var(--gold); }
.kinzanji-item__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.kinzanji-item__info      { display: flex; flex-direction: column; }
.kinzanji-item__cat       { font-size: 10px; font-weight: 700; letter-spacing: .28em; color: var(--gold); display: block; margin-bottom: 10px; }
.kinzanji-item__name      { font-family: var(--font-serif); font-size: clamp(22px,3vw,32px); font-weight: 600; letter-spacing: .12em; color: var(--ink); margin: 0 0 6px; line-height: 1.3; }
.kinzanji-item__kanbai    { display: flex; align-items: center; gap: 8px; background: rgba(46,43,38,.06); border-left: 3px solid var(--ink-soft); padding: 10px 14px; border-radius: 0 5px 5px 0; font-size: 13px; font-weight: 700; color: var(--ink-soft); letter-spacing: .06em; margin: 12px 0 16px; }
.kinzanji-item__situation { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .12em; color: var(--gold); border: 1.5px solid var(--gold); border-radius: 999px; padding: 3px 12px; margin: 8px 0 14px; align-self: flex-start; }
.kinzanji-item__price-block { display: inline-flex; align-items: baseline; gap: 10px; padding: 14px 18px; background: var(--cream-deep); border-radius: 6px; margin: 14px 0 20px; align-self: flex-start; }
.kinzanji-item__price-label { font-size: 10px; font-weight: 700; letter-spacing: .18em; color: var(--ink-soft); white-space: nowrap; }
.kinzanji-item__price-val   { font-family: var(--font-serif); font-size: 20px; font-weight: 600; color: var(--ink); letter-spacing: .04em; }
.kinzanji-item__divider     { height: 1px; background: var(--line); margin: 0 0 18px; }
.kinzanji-item__guide       { font-size: 15px; line-height: 1.95; color: var(--ink-soft); margin: 0 0 20px; white-space: pre-line; }
.kinzanji-item__explanation { font-size: 14.5px; line-height: 2; color: var(--ink-soft); margin: 0 0 20px; }
.kinzanji-item__explanation h2,
.kinzanji-item__explanation h3 { font-family: var(--font-serif); color: var(--ink); margin-top: 1.5em; }
.kinzanji-item__table { width: 100%; border-collapse: collapse; margin-bottom: 22px; }
.kinzanji-item__table tr { border-bottom: 1px solid var(--line); }
.kinzanji-item__table tr:first-child { border-top: 1px solid var(--line); }
.kinzanji-item__table th { width: 7em; padding: 11px 14px 11px 0; font-size: 11px; font-weight: 700; letter-spacing: .08em; color: var(--ink-soft); vertical-align: top; white-space: nowrap; text-align: left; }
.kinzanji-item__table td { padding: 11px 0; font-size: 14px; color: var(--ink); line-height: 1.8; vertical-align: top; }
.kinzanji-item__actions  { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px; }
.kinzanji-item__cta      { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; letter-spacing: .08em; padding: 12px 22px; border-radius: 999px; text-decoration: none; transition: background .3s var(--ease), gap .3s var(--ease), color .3s var(--ease); }
.kinzanji-item__cta--recipe { background: var(--olive); color: var(--cream); }
.kinzanji-item__cta--recipe:hover { background: var(--gold); gap: 12px; }

.kinzanji-separator { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.kinzanji-separator::after { content: ''; display: block; height: 1px; background: linear-gradient(90deg, transparent 0%, var(--line) 20%, var(--line) 80%, transparent 100%); }

@media (max-width: 1024px) { .kinzanji-list { padding: 40px 28px 64px; } .kinzanji-lead__inner { padding: 24px 28px; } .kinzanji-separator { padding: 0 28px; } }
@media (max-width: 880px) {
  .kinzanji-item { grid-template-columns: 1fr; gap: 24px; }
  .kinzanji-item__gallery { position: static; }
  .kinzanji-item:nth-child(even) .kinzanji-item__gallery { order: 1; }
  .kinzanji-item:nth-child(even) .kinzanji-item__info    { order: 2; }
  .kinzanji-list { padding: 32px 20px 56px; gap: 56px; }
  .kinzanji-lead__inner { padding: 20px; }
  .kinzanji-separator { padding: 0 20px; }
  .kinzanji-anchor { margin-top: calc((var(--header-h-sm) + 80px) * -1); padding-top: calc(var(--header-h-sm) + 80px); }
}
@media (max-width: 640px) { .kinzanji-item__price-block { flex-direction: column; gap: 4px; } }


/* ============================================================
   26. かど万セレクト（scard）
   ============================================================ */
.scard {
  display: flex; flex-direction: column;
  background: #fff; border: 0.5px solid var(--line); border-radius: 8px;
  overflow: hidden; color: inherit;
  opacity: 0; transform: translateY(20px);
  transition: opacity .5s var(--ease), transform .5s var(--ease), box-shadow .3s var(--ease);
}
.scard.is-visible  { opacity: 1; transform: translateY(0); }
.scard--kanbai     { opacity: .58; }
.scard--kanbai.is-visible { opacity: .58; }

.scard__fig { position: relative; margin: 0; aspect-ratio: 4/3; background: var(--cream-deep); overflow: hidden; }
.scard__fig img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.scard:not(.scard--kanbai):hover .scard__fig img { transform: scale(1.05); }
.scard__badge { position: absolute; top: 12px; left: 12px; font-size: 10px; font-weight: 700; letter-spacing: .1em; color: #fff; background: var(--ink-soft); padding: 4px 10px; border-radius: 999px; }

.scard__body { padding: 16px 18px 10px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.scard__cat  { font-size: 10px; font-weight: 700; letter-spacing: .22em; color: var(--gold); display: block; }
.scard__name { font-size: 16px; font-weight: 600; letter-spacing: .08em; color: var(--ink); margin: 0; line-height: 1.45; }
.scard__guide { font-size: 12.5px; color: var(--ink-soft); line-height: 1.8; margin: 0; }

.scard__foot { padding: 10px 18px 16px; border-top: 1px solid var(--line); }
.scard__price        { font-family: var(--font-serif); font-size: 15px; font-weight: 600; color: var(--ink); letter-spacing: .04em; }
.scard__price--kanbai { font-size: 12px; font-weight: 700; color: var(--ink-soft); letter-spacing: .08em; }