/* ============================================================
   共通CSS（リニューアル版）
   ============================================================ */
:root {
  --kb-cream:   #f5f0e8;
  --kb-ivory:   #faf7f2;
  --kb-charcoal:#1a1a18;
  --kb-warm-dk: #1a1815;
  --kb-gold:    #b8924a;
  --kb-gold-lt: #d4aa6a;
  --kb-muted:   #7a7060;
  --kb-border:  rgba(184,146,74,.22);
  --kb-accent:  #8b5e3c;
}

html { overflow: auto; }
body {
  overflow-x: hidden;
  margin: 0;
  font-size: 14px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
  letter-spacing: .02em;
  line-height: 1.85;
  color: #212121;
  background: #FFF;
}
img {
  max-width: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
ul, ol, dl { list-style: none; margin: 0; padding: 0; }
a { color: #212121; transition: all .4s ease; }
a:hover, a:focus { color: var(--kb-gold); }
[data-whatinput=mouse] *:focus, [data-whatinput=touch] *:focus { outline: none; }
button { font-family: inherit; }
@media screen and (max-width: 767px) {
  .js-scroll-prevent { overflow: hidden; }
}

/* ============================================================
   Utility
   ============================================================ */
.u-container {
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 max(16px, 2%);
}
.u-contents { padding-top: 75px; padding-bottom: 75px; }
@media screen and (min-width: 768px) {
  .u-contents { padding-top: 120px; padding-bottom: 120px; }
}
.u-contents-s { padding-top: 45px; padding-bottom: 45px; }
.u-attention { color: #B94646; }
.u-bold { font-weight: bold; }
.u-red { color: #B94646; }
.u-text-left { text-align: left !important; }
.u-text-right { text-align: right !important; }
.u-text-center { text-align: center !important; }
.u-strikethrough { text-decoration: line-through; }
.u-marker { background: linear-gradient(transparent 70%, var(--kb-gold-lt) 70%); }
.u-visually-hidden {
  position: absolute; white-space: nowrap; width: 1px; height: 1px;
  overflow: hidden; border: 0; padding: 0; clip: rect(0 0 0 0);
  clip-path: inset(50%); margin: -1px;
}
.u-pc-only { display: none; }
@media screen and (min-width: 768px) { .u-pc-only { display: block; } }
.u-pc-only-inline { display: none; }
@media screen and (min-width: 768px) { .u-pc-only-inline { display: inline; } }
.u-pc-only-flex { display: none; }
@media screen and (min-width: 768px) { .u-pc-only-flex { display: flex; } }
.u-sp-only { display: block; }
@media screen and (min-width: 768px) { .u-sp-only { display: none; } }
.u-sp-only-inline { display: inline; }
@media screen and (min-width: 768px) { .u-sp-only-inline { display: none; } }
.u-sp-only-flex { display: flex; }
@media screen and (min-width: 768px) { .u-sp-only-flex { display: none; } }
.u-hidden { overflow: hidden; }
.u-opa img { opacity: 1; transition: all .3s ease; }
.u-opa img:hover { opacity: .8; }

/* ============================================================
   Header（白半透明・和モダン）
   ============================================================ */
.l-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: all ease 0.5s;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 4px 0 16px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .l-header { top: 0; left: 0; right: 0; min-width: 320px; }
}
.l-header.is-top { box-shadow: none; }
.l-header.is-fixed {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .l-header.is-fixed { background: #FFF; }
}
.l-header.is-open .l-header-logo { display: block; margin-bottom: 0; }
.l-header.is-open .l-header-logo__img.is-txt { margin-bottom: 0; }
@media screen and (max-width: 767px) {
  .l-header.is-open .l-main-navi-list { display: none; }
  .l-header.is-open .l-menu-btn { display: block; }
}
.l-header-main {
  box-sizing: border-box;
  margin-inline: auto;
  padding: 12px 0;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .l-header-main { padding: 6px 0; height: auto; min-height: 55px; }
}
.l-header-main__in {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) { .l-header-main__in { width: 100%; } }

.l-header-logo { text-align: center; }
.l-header-logo__img {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 135px;
  padding-right: 135px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .l-header-logo__img { padding-left: 100px; padding-right: 100px; height: auto; min-height: 40px; }
}
.l-header-logo__img img { max-width: 230px; max-height: 56px; margin-top: 8px; }
@media screen and (max-width: 767px) {
  .l-header-logo__img img { max-width: 140px; max-height: 36px; margin-top: 6px; }
}
.l-header-logo__txt {
  word-break: break-all;
  display: inline-block;
  max-width: 900px;
  line-height: 1.2;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: .12em;
  color: var(--kb-warm-dk);
}
@media screen and (max-width: 1023px) {
  .l-header-logo__txt { max-width: inherit; font-size: 12px; }
}

/* ハンバーガーボタン */
.l-menu-btn {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 10000;
  padding: 0;
  width: 80px;
  height: 80px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-menu-btn { top: -5px; width: 48px; height: 55px; }
}
.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all .3s cubic-bezier(.25,.46,.45,.94);
  position: absolute;
  left: 30px;
  width: 22px;
  height: 1.5px;
  background-color: var(--kb-warm-dk);
}
@media screen and (max-width: 767px) {
  .l-menu-btn span { left: 14px; width: 20px; }
}
.l-menu-btn span:nth-of-type(1) { top: 31px; }
.l-menu-btn span:nth-of-type(2) { top: 39px; }
.l-menu-btn span:nth-of-type(3) { top: 47px; }
@media screen and (max-width: 767px) {
  .l-menu-btn span:nth-of-type(1) { top: 19px; }
  .l-menu-btn span:nth-of-type(2) { top: 26px; }
  .l-menu-btn span:nth-of-type(3) { top: 33px; }
}
.l-menu-btn.is-active span:nth-of-type(1) { top: 40px; transform: rotate(-45deg); background-color: var(--kb-gold); }
.l-menu-btn.is-active span:nth-of-type(2) { width: 0; opacity: 0; }
.l-menu-btn.is-active span:nth-of-type(3) { top: 40px; transform: rotate(45deg); background-color: var(--kb-gold); }
@media screen and (max-width: 767px) {
  .l-menu-btn.is-active span:nth-of-type(1) { top: 28px; }
  .l-menu-btn.is-active span:nth-of-type(3) { top: 28px; }
}

/* メインナビ */
.l-main-navi { display: none; z-index: 100; }
.l-main-navi.is-open {
  box-sizing: border-box;
  overflow-y: auto;
  display: block;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 10;
  padding: 80px 20px 40px;
  width: 100%;
  height: calc(100vh - 80px);
  background: var(--kb-ivory);
  animation: kbNaviFade .3s ease forwards;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open {
    top: 55px;
    padding: 24px 20px 40px;
    height: calc(100vh - 55px);
  }
}
@keyframes kbNaviFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.l-header-search { display: none !important; }

.l-main-navi__wrap {
  margin-inline: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .l-main-navi__wrap { padding-left: 0; padding-right: 0; }
}
.l-main-navi-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list { display: block; margin-left: 0; margin-right: 0; }
}
.l-main-navi-list__item {
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__item { padding-left: 0; padding-right: 0; width: auto; }
}
.l-main-navi-list__ttl {
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .12em;
  color: var(--kb-warm-dk);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--kb-border);
}
@media screen and (max-width: 767px) { .l-main-navi-list__ttl { display: none; } }

.l-main-navi-list__item--home .l-main-navi-home-link {
  display: block;
  width: 100%;
  padding: 16px 24px;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: .12em;
  color: var(--kb-warm-dk);
  text-decoration: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--kb-border);
  cursor: pointer;
  transition: color .2s, padding-left .2s;
}
.l-main-navi-list__item--home .l-main-navi-home-link:hover {
  color: var(--kb-gold);
  padding-left: 32px;
}
@media screen and (min-width: 768px) {
  .l-main-navi-list__item--home {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .l-main-navi-list__item--home .l-main-navi-home-link {
    padding: 12px 30px;
    text-align: center;
    font-size: 16px;
  }
}

.l-main-navi-list__link { display: none; transition: all .2s; }
@media screen and (max-width: 767px) {
  .l-main-navi-list__link {
    display: block;
    position: relative;
    padding: 18px 45px 16px 0;
    border: 0;
    border-bottom: 1px solid var(--kb-border);
    font-family: "Zen Old Mincho", "Noto Serif JP", serif;
    font-weight: 400;
    background: transparent;
    color: var(--kb-warm-dk);
    width: 100%;
    font-size: 17px;
    letter-spacing: .1em;
    text-align: left;
    cursor: pointer;
  }
  .l-main-navi-list__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid var(--kb-gold);
    border-bottom: 1.5px solid var(--kb-gold);
    transform: rotate(45deg);
    transition: all cubic-bezier(.25,.46,.45,.94) .3s;
  }
  .l-main-navi-list__link.is-open::before {
    transform: rotate(-135deg);
    margin-top: -4px;
  }
}

.l-main-navi__overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #E9EDE8;
  opacity: 0;
}

/* ドロップダウンメニュー */
@media screen and (min-width: 768px) {
  .l-dropdown-menu { display: block !important; }
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu {
    display: none;
    margin-bottom: 8px;
    padding-left: 16px;
    background: rgba(184,146,74,.04);
  }
  .l-dropdown-menu.is-open { display: block; }
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu-list { padding: 8px 0; }
}
.l-dropdown-menu-list__item { margin-bottom: 8px; }
@media screen and (max-width: 767px) {
  .l-dropdown-menu-list__item {
    margin-bottom: 0;
    border-bottom: 1px dashed rgba(184,146,74,.15);
  }
  .l-dropdown-menu-list__item:last-child { border-bottom: none; }
}
.l-dropdown-menu-list__link {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: .06em;
  color: var(--kb-warm-dk);
  padding: 8px 0;
  transition: color .2s, padding-left .2s;
}
.l-dropdown-menu-list__link::before {
  content: '\2014\00a0';
  color: var(--kb-gold);
  opacity: .5;
  font-size: 11px;
}
.l-dropdown-menu-list__link:hover {
  color: var(--kb-gold);
  padding-left: 4px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu-list__link { padding: 14px 8px; font-size: 14px; }
}

/* カートボタン */
.l-header-cart { position: absolute; top: 10px; right: 25px; }
@media screen and (max-width: 767px) { .l-header-cart { top: 0; right: 10px; } }
.l-header-cart form { margin: 0; }
.l-header-cart-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  width: 45px;
  height: 45px;
  border: 0;
  background: none;
  text-align: center;
  cursor: pointer;
  color: var(--kb-warm-dk);
  transition: color .2s;
}
.l-header-cart-btn:hover { color: var(--kb-gold); }
.l-header-cart-btn svg { width: 24px; height: 24px; }
@media screen and (max-width: 767px) {
  .l-header-cart-btn svg { width: 22px; height: 22px; }
}
.l-header-cart-btn__count {
  box-sizing: border-box;
  position: absolute;
  top: 4px;
  right: -2px;
  padding: 3px 2px 0;
  height: 16px;
  min-width: 16px;
  border-radius: 10px;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  background: var(--kb-gold);
  color: #fff;
  text-align: center;
}

/* ヘルプナビ */
.l-header-help {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  padding: 60px 0 40px;
  border-top: 1px solid var(--kb-border);
}
@media screen and (max-width: 1023px) { .l-header-help { display: block; } }
@media screen and (max-width: 767px) {
  .l-header-help { margin-top: 32px; padding: 32px 0 100px; }
}
.l-header-help-box { display: flex; flex-wrap: wrap; padding-bottom: 30px; }
@media screen and (max-width: 767px) { .l-header-help-box { display: block; } }
.l-header-help-list { width: 250px; }
@media screen and (max-width: 1023px) { .l-header-help-list { width: 33.3333%; } }
@media screen and (max-width: 767px) { .l-header-help-list { width: auto; } }
.l-header-help-list__item { margin-bottom: 0; }
.l-header-help-list__link {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--kb-warm-dk);
  padding: 8px 0;
  transition: color .2s, padding-left .2s;
}
.l-header-help-list__link:hover {
  color: var(--kb-gold);
  padding-left: 4px;
  text-decoration: none;
}

/* SNSアイコン（ヘッダー内） */
.l-header-sns-list { display: flex; }
@media screen and (max-width: 1023px) { .l-header-sns-list { justify-content: center; } }
.l-header-sns-list__item { margin-left: 16px; }
.l-header-sns-list__item:first-child { margin-left: 0; }
.l-header-sns-list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--kb-border);
  border-radius: 50%;
  color: var(--kb-warm-dk);
  transition: background .25s, color .25s, border-color .25s;
}
.l-header-sns-list__item a:hover {
  background: var(--kb-warm-dk);
  color: #fff;
  border-color: var(--kb-warm-dk);
}
.l-header-sns-list__item svg { width: 18px; height: 18px; }

/* ============================================================
   Main container
   ============================================================ */
.l-main.is-top {
  margin: 0;
  padding: 0;
}
.l-main:not(.is-top) {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-main:not(.is-top) { padding-top: 55px; }
}

.l-bottom {
  box-sizing: content-box;
  margin: 64px 0 0;
}
@media screen and (min-width: 768px) {
  .l-bottom { margin-top: 96px; margin-bottom: 0; }
}

/* カラーミー標準コピーライトは非表示 */
.l-copyright { display: none !important; }

/* ============================================================
   お気に入り・最近チェック商品カルーセル
   ============================================================ */
.p-favorite, .p-checked {
  --pagination-dot: #728270;
}
.p-favorite .splide,
.p-checked .splide {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 250px;
  margin-inline: auto;
}
@media screen and (min-width: 500px) {
  .p-favorite .splide,
  .p-checked .splide { max-width: 100%; }
}
.p-favorite .splide__slide,
.p-checked .splide__slide { display: flex; }
.p-favorite .splide__pagination,
.p-checked .splide__pagination {
  bottom: auto; left: auto; position: relative;
  transform: none; width: auto; padding: 0;
}
.p-favorite .splide__pagination__page,
.p-checked .splide__pagination__page {
  background: transparent;
  border: 1px solid var(--kb-gold);
}
.p-favorite .splide__pagination__page.is-active,
.p-checked .splide__pagination__page.is-active {
  background: var(--kb-gold);
}

/* ============================================================
   セクションレイアウト
   ============================================================ */
.c-section {
  box-sizing: content-box;
  margin: 64px 0;
}
@media screen and (min-width: 768px) {
  .c-section { margin: 96px 0; }
}
.c-section:has(.c-breadcrumb) {
  margin-top: 88px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .c-section:has(.c-breadcrumb) { margin-top: 120px; margin-bottom: 48px; }
}
.c-section--bgcolor {
  background: var(--kb-ivory);
  margin: 0;
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .c-section--bgcolor { padding-top: 96px; padding-bottom: 96px; }
}
.c-section--width-full .c-section__container {
  max-width: 100%;
  margin-inline: auto;
  padding: 0;
}
.c-section--margin-none { margin: 0; }
@media screen and (min-width: 768px) { .c-section--margin-none { margin: 0; } }
.c-section--compact { margin: 48px 0; }
@media screen and (min-width: 768px) { .c-section--compact { margin: 64px 0; } }
.c-section__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 max(16px, 2%);
}
.c-section__container--compact { gap: 16px; }
.c-section__header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-section__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 32px;
}
.c-section__footer { align-self: center; }

.c-section-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 8px 0;
  line-height: 1.3;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 24px;
  color: var(--kb-warm-dk);
  font-weight: 400;
  letter-spacing: .16em;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .c-section-title { margin: 24px 0; font-size: 30px; }
}
.c-section-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: var(--kb-gold);
}
.c-section-title span { display: inline-block; }
.c-section-title--small { font-size: 20px; }
@media screen and (min-width: 500px) {
  .c-section-title--small { margin: 16px 0; font-size: 24px; }
}
.c-section-title--sub {
  display: block;
  margin-top: 0;
  line-height: 1.4;
  font-size: 18px;
  text-align: left;
}
@media screen and (min-width: 500px) {
  .c-section-title--sub { font-size: 22px; }
}
.c-section-title--sub::after { display: none; }

/* ============================================================
   商品アイテム
   ============================================================ */
.c-product-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .c-product-item { gap: 14px; }
}
.c-product-item:hover .c-product-item__image { transform: scale(0.97); }
.c-product-item:hover .c-product-item__image::before,
.c-product-item:hover .c-product-item__image::after { opacity: 1; }
.c-product-item:hover .c-product-item__body { opacity: .85; }
.c-product-item a:hover { text-decoration: none; }

.c-product-item__image {
  position: relative;
  overflow: hidden;
  background: var(--kb-cream);
  border-radius: 4px;
  aspect-ratio: 1 / 1;
  transition: .5s cubic-bezier(.33,1,.68,1);
}
.c-product-item__image::before,
.c-product-item__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0; left: 0;
  transition: .5s cubic-bezier(.33,1,.68,1);
  opacity: 0;
  pointer-events: none;
}
.c-product-item__image::before {
  background: rgba(44,40,32,.4);
  width: 100%;
  height: 100%;
}
.c-product-item__image::after {
  color: #fff;
  content: "詳細を見る";
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: .12em;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-product-item__image a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-product-item__image img { width: 100%; height: auto; }
.c-product-item__image .c-favorite-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
@media screen and (min-width: 500px) {
  .c-product-item__image .c-favorite-icon { bottom: 14px; right: 14px; }
}
.c-product-item__image .c-product-item__number {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--kb-muted);
  border-radius: 100vmax;
  width: 32px;
  height: 32px;
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}
.c-product-item__image .c-product-item__number.is-1 { background: var(--kb-gold); font-size: 16px; }
.c-product-item__image .c-product-item__number.is-2 { background: #a8a8a8; }
.c-product-item__image .c-product-item__number.is-3 { background: #a0714a; }

.c-product-item__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: opacity .3s;
  overflow: hidden;
}
@media screen and (min-width: 500px) {
  .c-product-item__body { gap: 10px; }
}
.c-product-item__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.c-product-item__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.8em;
  margin: 0;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .05em;
  color: var(--kb-warm-dk);
}
@media screen and (min-width: 500px) {
  .c-product-item__title { font-size: 15px; }
}
.c-product-item__description {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--kb-muted);
}
.c-product-item__price {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.c-product-item__price-unit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.c-price-text {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  line-height: 1.2;
  color: var(--kb-accent);
  letter-spacing: .05em;
}
@media screen and (min-width: 500px) {
  .c-price-text { font-size: 16px; }
}
.c-price-text--soldout, .stock_zero { color: #B94646; }
.c-price-text--regular {
  font-size: 80%;
  color: var(--kb-muted);
}
.c-price-text--regular span { text-decoration: line-through; }
.c-price-text--discount-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CBDBD3;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
  line-height: 1;
  color: #505748;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .c-price-text--discount-rate { font-size: 12px; }
}
.c-product-item--size-s .c-product-item__title { font-size: 13px; }
.c-product-item--size-l {
  overflow: hidden;
  box-sizing: border-box;
  max-width: 250px;
  transition: .4s;
  border-radius: 8px;
}
@media screen and (min-width: 500px) {
  .c-product-item--size-l { max-width: 950px; }
}
.c-product-item--size-l:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 32px rgba(0,0,0,.1);
}
.c-product-item--size-l:hover .c-product-item__image { transform: scale(1); }
.c-product-item--size-l:hover .c-product-item__image::before,
.c-product-item--size-l:hover .c-product-item__image::after { opacity: 0; }
.c-product-item--size-l:hover .c-product-item__body { opacity: 1; }
.c-product-item--size-l a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--kb-ivory);
  padding: 18px 16px;
}
@media screen and (min-width: 500px) {
  .c-product-item--size-l a {
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding: 20px;
  }
}
.c-product-item--size-l .c-product-item__image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
@media screen and (min-width: 500px) {
  .c-product-item--size-l .c-product-item__image {
    flex: 0 0 40%;
    aspect-ratio: 3 / 2;
  }
}
.c-product-item--size-l .c-product-item__title {
  font-size: 16px;
}
@media screen and (min-width: 500px) {
  .c-product-item--size-l .c-product-item__title { font-size: 18px; }
}
@media screen and (min-width: 768px) {
  .c-product-item--size-l .c-product-item__title { font-size: 20px; }
}

svg:not(:root) { overflow: hidden; }

/* お気に入りアイコン */
.c-favorite-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100vmax;
  border: none;
  background: #fff;
  color: #E9EDE8;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  transition: color .2s, transform .2s;
  cursor: pointer;
}
.c-favorite-icon:hover { transform: scale(1.08); }
.c-favorite-icon svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}
@media screen and (min-width: 500px) {
  .c-favorite-icon { width: 40px; height: 40px; }
  .c-favorite-icon svg { width: 16px; height: 16px; }
}
.c-favorite-icon.is-added { color: #B94646; }
.c-favorite-list__item {
  position: relative;
  box-sizing: border-box;
  word-break: break-all;
}

/* タグ */
.c-tag {
  display: inline-block;
  border-radius: 3px;
  background-color: #CBDBD3;
  margin: 0;
  padding: 6px 14px;
  color: #505748;
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
  letter-spacing: .08em;
  line-height: 1.3;
}
.c-tag--warning {
  background: #B94646;
  color: #FFF;
}

/* リンクボタン（共通） */
.c-button {
  cursor: pointer;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: inline-flex;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 100px;
  border: 1px solid var(--kb-warm-dk);
  background: #fff;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: .12em;
  line-height: 1.2;
  color: var(--kb-warm-dk);
  transition: background .25s, color .25s;
}
.c-button:hover {
  text-decoration: none;
  background: var(--kb-warm-dk);
  color: #fff;
}
.c-button--cart {
  gap: 8px;
  border-color: var(--kb-gold);
  background: var(--kb-gold);
  color: #fff;
  line-height: 24px;
  box-shadow: 0 4px 14px rgba(184,146,74,.3);
}
.c-button--cart:hover {
  background: var(--kb-gold-lt);
  border-color: var(--kb-gold-lt);
  box-shadow: 0 8px 20px rgba(184,146,74,.4);
}
.c-button--cart[disabled] {
  cursor: default;
  border-color: #e8e0d0;
  background: #e8e0d0;
  color: var(--kb-muted);
  box-shadow: none;
}
.c-button--cart svg { fill: currentColor; }
.c-button--favorite {
  gap: 8px;
  border-color: var(--kb-border);
  background: #fff;
  line-height: 24px;
  color: var(--kb-warm-dk);
}
.c-button--favorite svg { width: 16px; height: 16px; fill: var(--kb-warm-dk); }
.c-button--favorite.is-added {
  border-color: var(--kb-gold);
  background: rgba(184,146,74,.08);
  color: var(--kb-warm-dk);
}
.c-button--favorite.is-added svg { fill: #B94646; }

.c-empty-message { margin: 128px 0; text-align: center; }
.c-not-found { margin: 120px 0; text-align: center; }

/* table */
.c-tbl-list { border-top: 1px solid var(--kb-border); }
.c-tbl-list__tr { border-bottom: 1px solid var(--kb-border); }
@media screen and (min-width: 768px) {
  .c-tbl-list__tr { display: flex; }
}
.c-tbl-list__th {
  box-sizing: border-box;
  margin: 0 0 12px;
  padding: 12px 15px;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .08em;
  color: var(--kb-warm-dk);
  background: var(--kb-ivory);
}
@media screen and (min-width: 768px) {
  .c-tbl-list__th {
    margin-bottom: 0;
    padding: 20px 24px;
    width: 260px;
    background: transparent;
    border-right: 1px solid var(--kb-border);
  }
}
.c-tbl-list__td { padding: 0 15px 20px; }
@media screen and (min-width: 768px) {
  .c-tbl-list__td { flex: 1; padding: 20px 24px; }
}

/* パンくずリスト非表示 */
.c-breadcrumb,
.c-breadcrumb__list,
.c-breadcrumb__item,
nav.c-breadcrumb,
[class*="breadcrumb"],
.c-section:has(.c-breadcrumb) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* ページャー */
.c-pager {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  margin: 32px 0 0;
}
@media screen and (min-width: 768px) { .c-pager { gap: 16px; margin-top: 64px; } }
.c-pager__number {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--kb-muted);
}
@media screen and (min-width: 768px) { .c-pager__number { font-size: 13px; } }
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.c-pager-list__item { display: none; }
.c-pager-list__item.is-visible { display: block; }
.c-pager-list__link {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  color: var(--kb-warm-dk);
  text-decoration: none;
  transition: all .3s ease;
}
.c-pager-list__link.is-prev,
.c-pager-list__link.is-next {
  position: relative;
  border: 1px solid var(--kb-border);
  border-radius: 100vmax;
  background: #fff;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.c-pager-list__link.is-prev:hover,
.c-pager-list__link.is-next:hover {
  background: var(--kb-warm-dk);
  border-color: var(--kb-warm-dk);
  text-decoration: none;
}
.c-pager-list__link.is-prev:hover::before,
.c-pager-list__link.is-next:hover::before { border-color: #fff; }
.c-pager-list__link.is-prev::before,
.c-pager-list__link.is-next::before {
  content: "";
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  border-right: 1.5px solid var(--kb-warm-dk);
  border-bottom: 1.5px solid var(--kb-warm-dk);
  width: 8px;
  height: 8px;
}
.c-pager-list__link.is-prev::before {
  right: 12px;
  transform: translate(-50%, -50%) rotate(135deg);
}
.c-pager-list__link.is-next::before {
  left: 20px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-pager-list__link.is-disabled {
  cursor: inherit;
  background: transparent;
  border-color: rgba(184,146,74,.1);
}
.c-pager-list__link.is-disabled::before { opacity: .3; }
.c-pager-list__link.is-disabled:hover { background: transparent; border-color: rgba(184,146,74,.1); }
.c-pager-list__page {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: .08em;
  color: var(--kb-muted);
}

/* お取り扱い商品エリア */
.c-products-available-layout { display: flex; flex-direction: column; gap: 48px; width: 100%; }
.c-products-available { display: flex; flex-direction: column; gap: 24px; width: 100%; }
.c-products-available__title {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .1em;
  color: var(--kb-warm-dk);
}
.c-products-available__title span { flex: 0 0 auto; }
.c-products-available__title::after {
  flex: 1 1 auto;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--kb-border);
}
.c-products-available__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
  width: 100%;
}
.c-products-available__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-section--bgcolor .c-products-available__item {
  border-radius: 4px;
  background: rgba(255,255,255,.4);
  padding: 8px;
}
.c-products-available__link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.c-products-available__image {
  border-radius: 4px;
  width: 72px;
  height: 72px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.c-products-available__label {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--kb-warm-dk);
}

/* 営業日カレンダー（カラーミー標準は非表示） */
.c-section.is-top:has(.p-calendar),
.p-calendar,
.side_cal,
.side_section_cal,
.side_cal_memo,
.tbl_calendar,
#calender, .calender,
#shop_calender, .shop_calender,
.calenderArea, #calenderArea,
.calendar-block, #calendar-block,
.shop-calendar, #shop-calendar,
[class*="calender"]:not([class*="kb-cal"]),
[id*="calender"]:not([id*="kbCal"]) {
  display: none !important;
}

/* ============================================================
   共通フッター（TOP以外・暖簾画像入り・黒寄り背景）
   ============================================================ */
.kb-common-footer {
  background: #1a1815;
  color: rgba(255,255,255,.78);
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .kb-common-footer { margin-top: 64px; }
}

/* 暖簾画像＋ロゴ */
.kb-common-footer-noren {
  width: 100%;
  height: clamp(200px, 26vw, 360px);
  overflow: hidden;
  position: relative;
}
.kb-common-footer-noren img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  opacity: .55;
}
.kb-common-footer-noren-logo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kb-common-footer-noren-logo img {
  width: clamp(220px, 38vw, 460px);
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 2px 10px rgba(0,0,0,.5));
  opacity: 1;
}

.kb-common-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(48px,6vw,80px) clamp(20px,5vw,60px);
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: clamp(28px,4vw,56px);
  align-items: start;
}
@media (max-width: 900px) {
  .kb-common-footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 599px) {
  .kb-common-footer-inner { grid-template-columns: 1fr; gap: 40px; }
}

/* ブランド */
.kb-common-footer-brand-name {
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: clamp(18px,2vw,22px);
  font-weight: 400;
  letter-spacing: .16em;
  color: #fff;
  margin: 0 0 6px;
}
.kb-common-footer-brand-sub {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: .25em;
  color: var(--kb-gold-lt);
  text-transform: uppercase;
  margin: 0 0 24px;
}
.kb-common-footer-sns {
  display: flex;
  gap: 12px;
}
.kb-common-footer-sns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: rgba(255,255,255,.7);
  transition: background .25s, color .25s, border-color .25s;
}
.kb-common-footer-sns li a:hover {
  background: var(--kb-gold);
  color: #fff;
  border-color: var(--kb-gold);
}
.kb-common-footer-sns svg { width: 18px; height: 18px; }

/* 会社情報 */
.kb-common-footer-corp {
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .12em;
  color: #fff;
  margin: 0 0 16px;
}
.kb-common-footer-dl {
  display: grid;
  grid-template-columns: 4.5em 1fr;
  gap: 10px 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
}
.kb-common-footer-dl dt {
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--kb-gold-lt);
  padding-top: 2px;
  white-space: nowrap;
}
.kb-common-footer-dl dd {
  color: rgba(255,255,255,.75);
  line-height: 1.8;
  letter-spacing: .05em;
  margin: 0;
}
.kb-common-footer-dl dd a {
  color: rgba(255,255,255,.75);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.15);
  transition: color .2s, border-color .2s;
}
.kb-common-footer-dl dd a:hover {
  color: var(--kb-gold-lt);
  border-color: var(--kb-gold-lt);
}

/* ナビ */
.kb-common-footer-nav h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--kb-gold-lt);
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.15);
  font-weight: 500;
}
.kb-common-footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.kb-common-footer-nav ul li a {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: .08em;
  color: rgba(255,255,255,.78);
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: color .2s, padding-left .2s;
}
.kb-common-footer-nav ul li:last-child a { border-bottom: none; }
.kb-common-footer-nav ul li a:hover {
  color: var(--kb-gold-lt);
  padding-left: 6px;
}
.kb-common-footer-nav ul li a::before {
  content: '\2014\00a0';
  font-size: 10px;
  color: var(--kb-gold-lt);
  opacity: .6;
}

/* コピーライト */
.kb-common-footer-copy {
  text-align: center;
  padding: 20px clamp(20px,5vw,60px);
  border-top: 1px solid rgba(255,255,255,.1);
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: .2em;
  color: rgba(255,255,255,.4);
  margin: 0;
}
