p {
    font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", serif;
    letter-spacing: 0.15rem;
}

a:hover {
  text-decoration: none !important;
}
.fs-c-preorderMessage, .fs-c-productListItem__outOfStock, .fs-c-productStock {
    display: none;
}

.fs-c-mark {
    font-weight: 400;
}

/* ========================================
  オイモール システム画面 共通可読性補正CSS
  対象：カート・ログイン・お客様情報入力・ご注文手続き等
  目的：文字が小さい/薄い/細い問題を全体補正
  ※文字色は各ページCSS・Futureshop標準・共通ヘッダー/フッター側に任せる
======================================== */

:where(a:visited) {
  color: inherit;
}

/* =========================
   対象ページの基本文字設定
   ※文字色は指定しない
========================= */

body.fs-body-cart,
body.fs-body-cart-login,
body.fs-body-customerDetails,
body.fs-body-checkout,
body.fs-body-checkout-login,
body.fs-body-myPage,
body.fs-body-register,
body.fs-body-login {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
}


/* =========================
   薄すぎる補足文字・説明文を底上げ
   ※文字色は指定しない
========================= */

body.fs-body-cart small,
body.fs-body-cart .fs-c-smallText,
body.fs-body-cart .fs-c-note,
body.fs-body-cart .fs-c-explain,
body.fs-body-cart-login small,
body.fs-body-cart-login .fs-c-smallText,
body.fs-body-cart-login .fs-c-note,
body.fs-body-cart-login .fs-c-explain,
body.fs-body-customerDetails small,
body.fs-body-customerDetails .fs-c-smallText,
body.fs-body-customerDetails .fs-c-note,
body.fs-body-customerDetails .fs-c-explain,
body.fs-body-checkout small,
body.fs-body-checkout .fs-c-smallText,
body.fs-body-checkout .fs-c-note,
body.fs-body-checkout .fs-c-explain,
body.fs-body-checkout .fs-c-checkout-shippingDetail__deliveryDateInfo,
body.fs-body-checkout .fs-c-checkout-paymentMethod__body,
body.fs-body-checkout .fs-c-checkout-checkoutMethod__body,
body.fs-body-checkout .fs-c-checkout-shippingOptionPreview__note {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
}


/* =========================
   見出し・ラベル系
   ※文字色は指定しない
========================= */

body.fs-body-cart .fs-c-heading,
body.fs-body-cart-login .fs-c-heading,
body.fs-body-customerDetails .fs-c-heading,
body.fs-body-checkout .fs-c-heading,
body.fs-body-checkout-login .fs-c-heading,
body.fs-body-myPage .fs-c-heading,
body.fs-body-register .fs-c-heading,
body.fs-body-login .fs-c-heading {
  font-weight: 700;
}

body.fs-body-cart label,
body.fs-body-cart-login label,
body.fs-body-customerDetails label,
body.fs-body-checkout label,
body.fs-body-checkout-login label,
body.fs-body-myPage label,
body.fs-body-register label,
body.fs-body-login label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}


/* =========================
   テーブル文字の底上げ
   ※文字色は指定しない
========================= */

body.fs-body-cart table,
body.fs-body-cart th,
body.fs-body-cart td,
body.fs-body-customerDetails table,
body.fs-body-customerDetails th,
body.fs-body-customerDetails td,
body.fs-body-checkout table,
body.fs-body-checkout th,
body.fs-body-checkout td {
  font-size: 14px;
  line-height: 1.65;
}

body.fs-body-cart th,
body.fs-body-customerDetails th,
body.fs-body-checkout th {
  font-weight: 700;
}


/* =========================
   商品名・価格まわり
   ※文字色は指定しない
========================= */

body.fs-body-cart .fs-c-productName,
body.fs-body-cart .fs-c-cartTable__productName,
body.fs-body-cart .fs-c-cartTable__productName a,
body.fs-body-checkout .fs-c-productName,
body.fs-body-checkout .fs-c-cartTable__productName,
body.fs-body-checkout .fs-c-cartTable__productName a,
body.fs-body-checkout .fs-c-checkout-shippingParcel__productName {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
  text-decoration: none;
}

body.fs-body-cart .fs-c-price,
body.fs-body-cart .fs-c-price__value,
body.fs-body-checkout .fs-c-price,
body.fs-body-checkout .fs-c-price__value {
  font-weight: 700;
}


/* =========================
   フォーム入力欄
   ※文字色は指定しない
========================= */

body.fs-body-cart input,
body.fs-body-cart select,
body.fs-body-cart textarea,
body.fs-body-cart-login input,
body.fs-body-cart-login select,
body.fs-body-cart-login textarea,
body.fs-body-customerDetails input,
body.fs-body-customerDetails select,
body.fs-body-customerDetails textarea,
body.fs-body-checkout input,
body.fs-body-checkout select,
body.fs-body-checkout textarea,
body.fs-body-checkout-login input,
body.fs-body-checkout-login select,
body.fs-body-checkout-login textarea,
body.fs-body-myPage input,
body.fs-body-myPage select,
body.fs-body-myPage textarea,
body.fs-body-register input,
body.fs-body-register select,
body.fs-body-register textarea,
body.fs-body-login input,
body.fs-body-login select,
body.fs-body-login textarea {
  font-size: 14px;
  font-weight: 500;
}


/* =========================
   薄グレー背景をやや白寄せ
   ※背景と線だけ。文字色は指定しない
========================= */

body.fs-body-cart .fs-c-panel,
body.fs-body-cart .fs-c-box,
body.fs-body-customerDetails .fs-c-panel,
body.fs-body-customerDetails .fs-c-box,
body.fs-body-checkout .fs-c-panel,
body.fs-body-checkout .fs-c-box,
body.fs-body-checkout .fs-c-checkout-confirmationContent,
body.fs-body-checkout .fs-c-checkout-previewAndEdit__info {
  background-color: #ffffff;
  border-color: #e4d8cb;
}


/* =========================
   境界線の視認性を少し上げる
   ※文字色は指定しない
========================= */

body.fs-body-cart table,
body.fs-body-cart th,
body.fs-body-cart td,
body.fs-body-customerDetails table,
body.fs-body-customerDetails th,
body.fs-body-customerDetails td,
body.fs-body-checkout table,
body.fs-body-checkout th,
body.fs-body-checkout td,
body.fs-body-cart .fs-c-panel,
body.fs-body-customerDetails .fs-c-panel,
body.fs-body-checkout .fs-c-panel {
  border-color: #e4d8cb;
}


/* =========================
   SP共通：さらに可読性を底上げ
   ※文字色は指定しない
========================= */

@media screen and (max-width: 767px) {
  body.fs-body-cart,
  body.fs-body-cart-login,
  body.fs-body-customerDetails,
  body.fs-body-checkout,
  body.fs-body-checkout-login,
  body.fs-body-myPage,
  body.fs-body-register,
  body.fs-body-login {
    font-size: 14px;
    line-height: 1.75;
  }

  body.fs-body-cart table,
  body.fs-body-cart th,
  body.fs-body-cart td,
  body.fs-body-customerDetails table,
  body.fs-body-customerDetails th,
  body.fs-body-customerDetails td,
  body.fs-body-checkout table,
  body.fs-body-checkout th,
  body.fs-body-checkout td {
    font-size: 13px;
  }

  body.fs-body-cart .fs-c-productName,
  body.fs-body-cart .fs-c-cartTable__productName,
  body.fs-body-cart .fs-c-cartTable__productName a,
  body.fs-body-checkout .fs-c-productName,
  body.fs-body-checkout .fs-c-cartTable__productName,
  body.fs-body-checkout .fs-c-cartTable__productName a,
  body.fs-body-checkout .fs-c-checkout-shippingParcel__productName {
    font-size: 14px;
    line-height: 1.65;
  }

  body.fs-body-cart small,
  body.fs-body-cart .fs-c-smallText,
  body.fs-body-cart .fs-c-note,
  body.fs-body-cart .fs-c-explain,
  body.fs-body-customerDetails small,
  body.fs-body-customerDetails .fs-c-smallText,
  body.fs-body-customerDetails .fs-c-note,
  body.fs-body-customerDetails .fs-c-explain,
  body.fs-body-checkout small,
  body.fs-body-checkout .fs-c-smallText,
  body.fs-body-checkout .fs-c-note,
  body.fs-body-checkout .fs-c-explain {
    font-size: 12px;
    line-height: 1.7;
  }
}


/* ========================================
  おすすめ商品・お気に入り商品カルーセル調整
======================================== */

.fs-c-featuredProduct,
.fs-c-wishlistProduct {
  max-width: 1280px;
  margin: 56px auto 0;
  padding: 0 24px 16px;
  box-sizing: border-box;
}

.fs-c-featuredProduct__header,
.fs-c-wishlistProduct__header {
  margin: 100px 0 40px;
  padding: 0;
  border: none !important;
  text-align: center;
}

.fs-c-featuredProduct__title,
.fs-c-wishlistProduct__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 14px;
  border: none !important;
  color: #371806;
  font-family:
    "Shippori Mincho",
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.fs-c-featuredProduct__title::before,
.fs-c-wishlistProduct__title::before {
  content: none !important;
}

.fs-c-featuredProduct__title::after,
.fs-c-wishlistProduct__title::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: #ea6b13;
}

.fs-c-featuredProduct .fs-c-productListCarousel__list,
.fs-c-wishlistProduct .fs-c-productListCarousel__list {
  overflow: hidden;
}

.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack,
.fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack {
  display: flex !important;
  align-items: stretch;
  gap: 32px !important;
  column-gap: 32px !important;
}

.fs-c-featuredProduct .fs-c-productListCarousel__list__item,
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item {
  flex: 0 0 286px !important;
  width: 286px !important;
  min-width: 286px !important;
  box-sizing: border-box;
}

.fs-c-featuredProduct .fs-c-productListItem__imageContainer,
.fs-c-wishlistProduct .fs-c-productListItem__imageContainer {
  margin-bottom: 16px;
}


.fs-c-featuredProduct .fs-c-productListItem__productName,
.fs-c-wishlistProduct .fs-c-productListItem__productName {
  min-height: 82px;
  margin: 0 6px 14px !important;
  font-size: 17px;
  line-height: 1.62 !important;
  letter-spacing: 0.08em;
}

.fs-c-featuredProduct .fs-c-productMarks,
.fs-c-wishlistProduct .fs-c-productMarks {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 6px 10px;
}

.fs-c-featuredProduct .fs-c-mark,
.fs-c-wishlistProduct .fs-c-mark {
  margin: 0 !important;
  border-radius: 5px;
}

.fs-c-featuredProduct .fs-c-mark__label,
.fs-c-wishlistProduct .fs-c-mark__label {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.fs-c-featuredProduct .fs-c-preorderMessage,
.fs-c-wishlistProduct .fs-c-preorderMessage {
  margin: 0 6px 14px !important;
}

.fs-c-featuredProduct .fs-c-productListItem__prices,
.fs-c-wishlistProduct .fs-c-productListItem__prices {
  margin: 0 6px 14px !important;
}

.fs-c-featuredProduct .fs-c-price__value,
.fs-c-wishlistProduct .fs-c-price__value {
  font-size: 24px;
}

.fs-c-featuredProduct .fs-c-productListItem__control,
.fs-c-wishlistProduct .fs-c-productListItem__control {
  margin: auto 6px 0 !important;
}

.fs-c-featuredProduct .fs-c-button--viewProductDetail,
.fs-c-wishlistProduct .fs-c-button--viewProductDetail {
  min-height: 44px;
  border-radius: 8px;
}

.fs-c-productListCarousel__ctrl {
  width: 34px;
  height: 34px;
}

.fs-c-button--carousel {
  width: 34px;
  height: 34px;
  border: 1px solid #eadfce;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(55, 24, 6, 0.08);
}

.fs-c-button--carousel::before {
  color: #6b4a32;
}


/* ========================================
  SP調整
======================================== */

@media screen and (max-width: 767px) {
  .fs-c-featuredProduct,
  .fs-c-wishlistProduct {
    margin-top: 42px;
    padding: 0 12px 12px;
  }

  .fs-c-featuredProduct__header,
  .fs-c-wishlistProduct__header {
    margin-bottom: 22px;
  }

  .fs-c-featuredProduct__title,
  .fs-c-wishlistProduct__title {
    font-size: 24px;
  }

  .fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack,
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack {
    gap: 20px !important;
    column-gap: 20px !important;
  }

  .fs-c-featuredProduct .fs-c-productListCarousel__list__item,
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item {
    flex-basis: 230px !important;
    width: 230px !important;
    min-width: 230px !important;
  }

  .fs-c-featuredProduct .fs-c-productListItem__productName,
  .fs-c-wishlistProduct .fs-c-productListItem__productName {
    min-height: 68px;
    margin: 0 4px 12px !important;
    font-size: 14px;
    line-height: 1.55 !important;
  }

  .fs-c-featuredProduct .fs-c-price__value,
  .fs-c-wishlistProduct .fs-c-price__value {
    font-size: 20px;
  }

  .fs-c-featuredProduct .fs-c-button--viewProductDetail,
  .fs-c-wishlistProduct .fs-c-button--viewProductDetail {
    min-height: 40px;
  }
}



/* ========================================
  商品一覧グリッド
======================================== */

.fs-c-productList__list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}


/* ========================================
  商品画像
======================================== */

.fs-c-productListItem__imageContainer {
  margin: 0 0 14px;
}

.fs-c-productListItem__viewMoreImageButton {
  display: none !important;
}


/* ========================================
  商品名
======================================== */

.fs-c-productListItem__productName,
.fs-c-productName {
  margin: 0 6px 12px !important;
  padding: 0 !important;
  border: none !important;
  color: #5A3D2B;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.68 !important;
  letter-spacing: .1em;
}

.fs-c-productListItem__productName a,
.fs-c-productName a {
  color: #5A3D2B !important;
  text-decoration: none !important;
}

.fs-c-productListItem .fs-c-productName__name,
.fs-c-productList__list span.fs-c-productName__name {
  line-height: 1.68 !important;
  letter-spacing: .1em !important;
}


/* ========================================
  価格
======================================== */

.fs-c-productListItem__prices {
  margin: 0 6px 10px !important;
  padding: 0 !important;
}

.fs-c-productPrice__main {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  color: #5A3D2B;
  line-height: 1.2;
}

.fs-c-productPrice__main__label {
  display: none !important;
}

.fs-c-price__currencyMark {
  color: #5A3D2B;
  font-size: 15px;
  font-weight: 800;
}

.fs-c-price__value {
  color: #5A3D2B;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .02em;
}

.fs-c-productPrice__main__addon,
.fs-c-productPrice__addon {
  color: rgba(90, 61, 43, .62);
  font-size: 9px;
  font-weight: 700;
}

.fs-c-productPrice__main__joint {
  margin-left: 3px;
  color: rgba(90, 61, 43, .65);
  font-size: 14px;
  font-weight: 800;
}


/* ========================================
  レビュー表示
======================================== */

.productRating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 6px 12px;
  color: #C68B2F;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.productRating.ratingcount-0 {
  display: none !important;
}

.productRating .fs-c-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}

.productRating .fs-c-rating__stars,
.productRating .fs-c-reviewStars {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #C68B2F;
  font-size: 13px;
}

.productRating .fs-c-rating__value {
  color: #9B6A2E;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.productRating a {
  color: #9B6A2E !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
}


/* ========================================
  予約コメント・在庫切れ
======================================== */

.fs-c-preorderMessage,
.fs-c-productListItem__outOfStock,
.fs-c-productStock {
  margin: 0 6px 12px !important;
  padding: 7px 10px;
  border-radius: 10px;
  background: #FFF6E0;
  color: #E86A17;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}


/* ========================================
  ボタンエリア
======================================== */

.fs-c-productListItem__control {
  display: none;
}

.fs-c-button--viewProductDetail,
.fs-c-button--addToCart--list {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 42px;
  margin: 0 !important;
  padding: 10px 14px !important;
  border: none !important;
  border-radius: 999px;
  background: #5A3D2B !important;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none !important;
}

.fs-c-button--viewProductDetail .fs-c-button__label,
.fs-c-button--addToCart--list .fs-c-button__label {
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .04em;
}

.fs-c-button--viewProductDetail::before,
.fs-c-button--addToCart--list::before,
.fs-c-button--viewProductDetail .fs-c-button__icon,
.fs-c-button--addToCart--list .fs-c-button__icon {
  margin-right: 5px;
  font-size: 12px;
  line-height: 1;
}

.fs-c-button--addToWishList--icon {
  display: none !important;
}


/* ========================================
  ランキング順位表示がある場合
======================================== */

.fs-c-rankingProduct__rank,
.fs-c-productListItem__rank {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 9px;
  border-radius: 999px;
  background: #E86A17;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(90, 61, 43, .18);
}


/* ========================================
  タブレット
======================================== */

@media screen and (max-width: 1024px) {
  .fs-c-productList__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


/* ========================================
  SP
======================================== */

@media screen and (max-width: 768px) {
  .fs-c-productList {
    width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
  }

  .fs-c-productList__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fs-c-productListItem__productName,
  .fs-c-productName {
    margin: 0 4px 10px !important;
    font-size: 13px;
    line-height: 1.6 !important;
    letter-spacing: .08em;
  }

  .fs-c-productListItem .fs-c-productName__name,
  .fs-c-productList__list span.fs-c-productName__name {
    line-height: 1.6 !important;
    letter-spacing: .08em !important;
  }

  .fs-c-price__currencyMark {
    font-size: 13px;
  }

  .fs-c-price__value {
    font-size: 18px;
  }

  .fs-c-productListItem__prices {
    margin: 0 4px 9px !important;
  }

  .productRating {
    margin: 0 4px 10px;
    gap: 3px;
    font-size: 12px;
  }

  .productRating .fs-c-rating__stars,
  .productRating .fs-c-reviewStars {
    font-size: 12px;
  }

  .productRating .fs-c-rating__value,
  .productRating a {
    font-size: 11px;
  }

  .fs-c-productListItem__control {
    margin: auto 4px 0 !important;
  }

  .fs-c-button--viewProductDetail,
  .fs-c-button--addToCart--list {
    min-height: 38px;
    padding: 8px 10px !important;
  }

  .fs-c-button--viewProductDetail .fs-c-button__label,
  .fs-c-button--addToCart--list .fs-c-button__label {
    font-size: 11px;
  }

  .fs-c-rankingProduct__rank,
  .fs-c-productListItem__rank {
    top: 9px;
    left: 9px;
    min-width: 30px;
    height: 30px;
    font-size: 11px;
  }
}


/* ========================================
  極小SP
======================================== */

@media screen and (max-width: 374px) {
  .fs-c-productList__list {
  }

  .fs-c-productList__list__item.fs-c-productListItem,
  .fs-c-productListItem {
    padding: 7px 7px 10px !important;
  }

  .fs-c-productListItem__productName,
  .fs-c-productName {
    font-size: 12px;
  }

  .fs-c-price__value {
    font-size: 17px;
  }
}


/* ========================================
  ベース設定・アニメーション
======================================== */

body {
  color: #5A3D2B;
  font-feature-settings: "palt";
  -webkit-tap-highlight-color: transparent;
}

.snap-carousel {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.snap-item {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.hide-scroll::-webkit-scrollbar {
  display: none;
}

.hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}


/* ========================================
  メニュー制御
======================================== */

#menu-container {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  pointer-events: none;
  transition: visibility 0s 0.3s;
}

#menu-backdrop {
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: rgba(90, 61, 43, 0.4);
}

#menu-panel {
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

body.menu-open #menu-container {
  pointer-events: auto;
  visibility: visible;
  transition: visibility 0s 0s;
}

body.menu-open #menu-backdrop {
  opacity: 1;
}

body.menu-open #menu-panel {
  transform: translateX(0);
}


/* ========================================
  コマースクリエイター レイアウト上書き設定
======================================== */

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  overflow-x: hidden;
}

.fs-l-page,
#all {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fs-c-freePartsContainer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* ========================================
  カート・商品ラベル関連
======================================== */

.fs-client-cart-count {
  position: absolute !important;
  top: 1px !important;
  right: 50% !important;
  margin-right: -15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.fs-c-sortItems__list__item.is-active {
  background: none !important;
}

.fs-client-cart-count:empty {
  display: none !important;
}


/* ========================================
  共通：商品一覧 並び替えパーツ
======================================== */

.fs-c-productList__controller .fs-c-sortItems {
  width: auto;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  min-width: 0;
}

.fs-c-productList__controller .fs-c-sortItems__label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: rgba(90, 61, 43, .78);
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .08em;
  white-space: nowrap;
}

.fs-c-productList__controller .fs-c-sortItems__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.fs-c-productList__controller .fs-c-sortItems__list__item {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.fs-c-productList__controller .fs-c-sortItems__list__item__label,
.fs-c-productList__controller .fs-c-sortItems__list__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 15px;
  border: 1px solid rgba(234, 220, 207, .95);
  border-radius: 999px;
  background: #fff;
  color: rgba(90, 61, 43, .78) !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .03em;
  text-decoration: none !important;
  box-shadow: 0 3px 8px rgba(90, 61, 43, .035);
}

.fs-c-productList__controller
.fs-c-sortItems__list__item.is-active
.fs-c-sortItems__list__item__label {
  background: #E86A17;
  border-color: #E86A17;
  color: #fff !important;
  box-shadow: 0 5px 12px rgba(232, 106, 23, .18);
}

.fs-c-productList__controller .fs-c-listControl,
.fs-c-productList__controller .fs-c-productList__message,
.fs-c-productList__controller .fs-c-listControl__status,
.fs-c-productList__controller .fs-c-productList__controller__status {
  color: rgba(90, 61, 43, .68);
  font-weight: 00;
}

.fs-c-productList__controller > * {
  box-sizing: border-box;
}


/* ========================================
  SP：商品一覧 並び替えパーツ
======================================== */

@media screen and (max-width: 768px) {
  .fs-c-productList__controller {
    width: calc(100% - 24px);
    margin: 0 auto;
    margin-bottom: 18px;
    display: block;
  }

  .fs-c-productList__controller .fs-c-sortItems {
    display: block;
    width: 100%;
  }

  .fs-c-productList__controller .fs-c-sortItems__label {
    display: block;
    margin: 0 0 10px;
    font-size: 11px;
  }

  .fs-c-productList__controller .fs-c-sortItems__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .fs-c-productList__controller .fs-c-sortItems__list__item__label,
  .fs-c-productList__controller .fs-c-sortItems__list__item a {
    width: 100%;
    min-height: 32px;
    padding: 7px 8px;
    font-size: 11px;
    letter-spacing: .01em;
  }

  .fs-c-productList__controller .fs-c-listControl,
  .fs-c-productList__controller .fs-c-productList__message,
  .fs-c-productList__controller .fs-c-listControl__status,
  .fs-c-productList__controller .fs-c-productList__controller__status {
    display: block;
    margin: 10px 0 0 !important;
    font-size: 11px;
    text-align: right;
    white-space: normal;
  }
}


/* ========================================
  iPhone等のセーフエリア対応
======================================== */

.pb-safe {
  padding-bottom: env(safe-area-inset-bottom);
}


/* =========================================
   ファーストビュー
========================================= */

.oimall-fv-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0;
  overflow: hidden;
}

.oimall-fv-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.oimall-fv-carousel {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding-top: 24px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.oimall-fv-carousel::-webkit-scrollbar {
  display: none;
}

.oimall-fv-card {
  display: block;
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  aspect-ratio: 4 / 3;
  background-color: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 24px;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  margin-top: 8px;
  cursor: pointer;
  text-decoration: none;
  scroll-snap-align: center;
  overflow: visible;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .oimall-fv-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .oimall-fv-card {
    aspect-ratio: 21 / 9;
  }
}

.oimall-fv-img-wrap {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 16px;
  overflow: hidden;
}

.oimall-fv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oimall-fv-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(
      to top,
      rgba(89, 64, 49, 0.8) 0%,
      rgba(89, 64, 49, 0.1) 60%,
      transparent 100%
    );
}

.oimall-fv-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .oimall-fv-content {
    bottom: 48px;
    left: 48px;
    right: 48px;
  }
}

.oimall-fv-category {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 8px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .oimall-fv-category {
    font-size: 12px;
    padding: 6px 12px;
    margin-bottom: 12px;
  }
}

.oimall-cat-1 {
  background-color: #eb6100;
  color: #ffffff;
}

.oimall-cat-2 {
  background-color: #f5b800;
  color: #594031;
}

.oimall-cat-3 {
  background-color: #6366f1;
  color: #ffffff;
}

.oimall-fv-title {
  font-size: 30px;
  font-family: serif;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 8px;
}

@media (min-width: 768px) {
  .oimall-fv-title {
    font-size: 44px;
    margin-bottom: 16px;
  }
}

.oimall-fv-desc {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 16px;
}

@media (min-width: 768px) {
  .oimall-fv-desc {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.oimall-desc-1 {
  color: #f5b800;
}

.oimall-desc-2,
.oimall-desc-3 {
  opacity: 0.9;
}

.oimall-fv-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 9999px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .oimall-fv-button {
    font-size: 14px;
    padding: 12px 24px;
  }
}

.oimall-fv-btn-icon {
  width: 12px;
  height: 12px;
}

@media (min-width: 768px) {
  .oimall-fv-btn-icon {
    width: 16px;
    height: 16px;
  }
}

.oimall-btn-1 {
  background-color: #ffffff;
  color: #eb6100;
}

.oimall-btn-2 {
  background-color: #eb6100;
  color: #ffffff;
}

.oimall-btn-3 {
  background-color: #ffffff;
  color: #594031;
}


/* =========================================
   カルーセルナビゲーション
========================================= */

.oimall-fv-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
  padding-bottom: 16px;
}

.oimall-fv-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  color: #5A3D2B;
  cursor: pointer;
  padding: 0;
}

.oimall-fv-arrow svg {
  width: 16px;
  height: 16px;
}

.oimall-fv-dots {
  display: flex;
  gap: 8px;
}

.oimall-fv-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d1d5db;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.oimall-fv-dot.active {
  background-color: #eb6100;
  transform: scale(1.3);
}


/* =========================================
   カテゴリーボタン
========================================= */

.oimall-category-section {
  padding: 32px 16px;
  background-color: #FFFDF7;
  color: #5A3D2B;
}

.oimall-category-container {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  text-align: center;
}

@media (min-width: 768px) {
  .oimall-category-container {
    display: flex;
    justify-content: center;
    gap: 48px;
  }
}

.oimall-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 8px;
  border: 1px solid transparent;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .oimall-category-item {
    padding: 12px;
    min-width: 100px;
  }
}

.oimall-category-icon-wrap {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .oimall-category-icon-wrap {
    width: 64px;
    height: 64px;
  }
}

.oimall-category-icon {
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) {
  .oimall-category-icon {
    width: 32px;
    height: 32px;
  }
}

.oimall-category-text {
  display: block;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  margin-top: auto;
}

@media (min-width: 768px) {
  .oimall-category-text {
    font-size: 14px;
  }
}

.oimall-cat-raw {
  border-color: #fff7ed;
}

.oimall-cat-raw .oimall-category-icon-wrap {
  background-color: #fff7ed;
  color: #eb6100;
}

.oimall-cat-sweets {
  border-color: #fef2f2;
}

.oimall-cat-sweets .oimall-category-icon-wrap {
  background-color: #fef2f2;
  color: #ef4444;
}

.oimall-cat-diag {
  border-color: #fef8e8;
}

.oimall-cat-diag .oimall-category-icon-wrap {
  background-color: #fef8e8;
  color: #f5b800;
}

.oimall-cat-sale {
  border-color: #f9fafb;
}

.oimall-cat-sale .oimall-category-icon-wrap {
  background-color: #f9fafb;
  color: #6b7280;
}


/* =========================================
   会員特典
========================================= */

.oimall-member-section {
  padding: 64px 16px;
  background-color: #FFFDF7;
}

.oimall-member-inner {
  max-width: 1024px;
  margin: 0 auto;
}

.oimall-member-card {
  position: relative;
  background-color: #eb6100;
  color: #ffffff;
  border-radius: 24px;
  padding: 32px;
  overflow: hidden;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

@media (min-width: 768px) {
  .oimall-member-card {
    padding: 48px;
  }
}

.oimall-member-bg-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 256px;
  height: 256px;
  background-color: #ffffff;
  opacity: 0.1;
  border-radius: 50%;
  transform: translate(25%, -50%);
  filter: blur(40px);
}

.oimall-member-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

@media (min-width: 768px) {
  .oimall-member-content {
    flex-direction: row;
  }
}

.oimall-member-text-col {
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .oimall-member-text-col {
    text-align: left;
  }
}

.oimall-member-subtitle {
  display: inline-block;
  color: #f5b800;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.oimall-member-title {
  font-size: 24px;
  font-family: serif;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 16px;
}

@media (min-width: 768px) {
  .oimall-member-title {
    font-size: 36px;
  }
}

.oimall-member-desc {
  font-size: 14px;
  font-weight: bold;
  opacity: 0.9;
  margin: 0 0 32px;
}

.oimall-member-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

@media (min-width: 768px) {
  .oimall-member-benefits {
    justify-content: flex-start;
  }
}

.oimall-member-badge {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: bold;
  padding: 10px 16px;
  border-radius: 9999px;
  backdrop-filter: blur(4px);
}

.oimall-member-btn-col {
  width: 100%;
  position: relative;
  overflow: visible;
  margin-top: 24px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .oimall-member-btn-col {
    width: auto;
    margin-top: 0;
  }
}

.oimall-member-btn-main {
  display: block;
  width: 100%;
  background-color: #ffffff;
  color: #eb6100 !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 20px 40px;
  border-radius: 9999px;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .oimall-member-btn-main {
    font-size: 16px;
  }
}

.oimall-member-link {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff !important;
  opacity: 0.8;
  text-decoration: underline;
}


/* =========================================
   カテゴリーから探す
========================================= */

.oimall-catsearch-section {
  padding: 64px 0;
  background-color: #fff9ee;
}

.oimall-catsearch-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px;
}

.oimall-catsearch-header {
  text-align: center;
  margin-bottom: 48px;
}

.oimall-catsearch-subtitle {
  display: inline-block;
  color: #eb6100;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 8px;
}

.oimall-catsearch-title {
  font-size: 24px;
  font-family: serif;
  font-weight: bold;
  color: #5A3D2B;
  margin: 0;
}

@media (min-width: 768px) {
  .oimall-catsearch-title {
    font-size: 30px;
  }
}

.oimall-catsearch-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .oimall-catsearch-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.oimall-catsearch-card {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: visible;
}

.oimall-catsearch-card-body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 24px;
  border: 4px solid #ffffff;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  box-sizing: border-box;
}

.oimall-catsearch-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(89, 64, 49, 0.2);
  z-index: 10;
}

.oimall-catsearch-img {
  width: 100%;
  height: 192px;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .oimall-catsearch-img {
    height: 256px;
  }
}

.oimall-catsearch-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  z-index: 20;
  background:
    linear-gradient(
      to top,
      rgba(89, 64, 49, 0.9) 0%,
      transparent 100%
    );
  color: #ffffff;
  box-sizing: border-box;
}

.oimall-catsearch-item-title {
  font-size: 24px;
  font-family: serif;
  font-weight: bold;
  color: #f5b800;
  margin: 0 0 8px;
}

.oimall-catsearch-item-desc {
  font-size: 12px;
  font-weight: bold;
  opacity: 0.9;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .oimall-catsearch-item-desc {
    font-size: 14px;
  }
}

.oimall-catsearch-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}



/* =========================================
   コラム
========================================= */

.oimall-column-section {
  padding: 64px 16px;
  background-color: #fff9ee;
}

@media (min-width: 768px) {
  .oimall-column-section {
    padding: 64px 24px;
  }
}

.oimall-column-inner {
  max-width: 1024px;
  margin: 0 auto;
}

.oimall-column-header {
  text-align: center;
  margin-bottom: 48px;
}

.oimall-column-subtitle {
  display: inline-block;
  color: #eb6100;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 8px;
}

.oimall-column-title {
  font-size: 24px;
  font-family: serif;
  font-weight: bold;
  color: #5A3D2B;
  margin: 0;
}

@media (min-width: 768px) {
  .oimall-column-title {
    font-size: 30px;
  }
}

.oimall-column-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: stretch;
}

@media (min-width: 768px) {
  .oimall-column-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.oimall-column-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 2px solid #ffffff;
  text-decoration: none;
  box-sizing: border-box;
}

.oimall-column-imgwrap {
  position: relative;
  aspect-ratio: 16 / 10;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.oimall-column-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.oimall-column-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 10px;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 9999px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  z-index: 10;
}

.oimall-badge-tips {
  background-color: #eb6100;
  color: #ffffff;
}

.oimall-badge-knowledge {
  background-color: #f5b800;
  color: #5A3D2B;
}

.oimall-badge-recipe {
  background-color: #D95B11;
  color: #ffffff;
}

.oimall-column-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 4px 4px;
}

.oimall-column-date {
  font-size: 10px;
  color: rgba(90, 61, 43, 0.6);
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.oimall-column-card-title {
  font-family: "Shippori Mincho", serif !important;
  font-size: 16px;
  font-weight: bold;
  color: #5A3D2B;
  line-height: 1.4;
  margin: 0 0 12px;
}

@media (min-width: 768px) {
  .oimall-column-card-title {
    font-size: 18px;
  }
}

.oimall-column-desc {
  font-size: 11px;
  color: rgba(90, 61, 43, 0.8);
  font-weight: bold;
  line-height: 1.6;
  margin: auto 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.oimall-column-btn-area {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

.oimall-column-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #5A3D2B;
  color: #5A3D2B !important;
  padding: 12px 40px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.oimall-column-card,
.oimall-column-card:visited,
.oimall-column-card:active {
  text-decoration: none !important;
}

.oimall-column-card * {
  text-decoration: none !important;
}


/* =========================================
   お知らせ・メディア情報
========================================= */

.oimall-news-section {
  padding: 64px 24px;
  background-color: #ffffff;
}

.oimall-news-inner {
  max-width: 768px;
  margin: 0 auto;
}

.oimall-news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.oimall-news-title {
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
  color: #5A3D2B !important;
  margin: 0;
}

@media (min-width: 768px) {
  .oimall-news-title {
    font-size: 24px;
  }
}

.oimall-news-list-link {
  font-size: 12px;
  font-weight: bold;
  color: #eb6100 !important;
  text-decoration: none;
}

.oimall-news-list {
  display: flex;
  flex-direction: column;
}

.oimall-news-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 8px;
  border-bottom: 1px solid #f3f4f6;
  text-decoration: none;
  border-radius: 8px;
  box-sizing: border-box;
}

.oimall-news-date {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #f5b800;
  color: #5A3D2B;
  padding: 4px 12px;
  border-radius: 4px;
  flex-shrink: 0;
}

.oimall-news-text {
  font-size: 12px;
  font-weight: bold;
  color: rgba(90, 61, 43, 0.8);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .oimall-news-text {
    font-size: 14px;
  }
}


/* =========================================
   最近チェックした商品
========================================= */

.oimall-history-hidden {
  display: none !important;
}

.oimall-history-section {
  padding: 48px 0;
  background-color: #fff9ee;
  border-top: 1px solid #f3f4f6;
}

.oimall-history-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .oimall-history-inner {
    padding: 0 24px;
  }
}

.oimall-history-title {
  font-size: 14px;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5A3D2B;
  font-weight: bold;
}

@media (min-width: 768px) {
  .oimall-history-title {
    font-size: 16px;
  }
}

.oimall-history-icon {
  width: 18px;
  height: 18px;
}

.oimall-history-list {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.oimall-history-list::-webkit-scrollbar {
  display: none;
}

.oimall-history-item {
  display: block;
  width: 112px;
  flex-shrink: 0;
  text-decoration: none;
}

@media (min-width: 768px) {
  .oimall-history-item {
    width: 144px;
  }
}

.oimall-history-imgwrap {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 2px solid #ffffff;
  background-color: #ffffff;
  padding: 4px;
}

.oimall-history-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.oimall-history-name {
  font-size: 10px;
  color: #5A3D2B;
  font-weight: bold;
  margin: 0;
  padding: 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .oimall-history-name {
    font-size: 12px;
  }
}


/* =========================================
   ベース設定・フォント設定
========================================= */

html,
body {
  font-family:
    "Zen Kaku Gothic New",
    "Hiragino Sans",
    "Noto Sans JP",
    "Yu Gothic",
    sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="oimall-"][class*="-title"],
[class*="oimall-"][class*="-badge"],
.oimall-member-pop,
.oimall-recommend-item-title {
  font-family: "Shippori Mincho", serif !important;
}



/* =========================================
   ドロワーメニュー
========================================= */

#menu-backdrop {
  backdrop-filter: blur(4px);
}

.oimall-drawer-panel {
  position: relative;
  width: 100%;
  max-width: 384px;
  height: 100%;
  background-color: #FFFDF7;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.oimall-drawer-close-wrap {
  padding: 24px;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #f3f4f6;
}

.oimall-drawer-close-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #5A3D2B !important;
  background: transparent;
  border: none;
  cursor: pointer;
}

.oimall-drawer-close-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oimall-drawer-content {
  padding: 32px;
  padding-bottom: 48px;
}

.oimall-drawer-search {
  position: relative;
  margin-bottom: 32px;
  display: block;
}

.oimall-drawer-search-input {
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 9999px;
  padding: 12px 48px 12px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #5A3D2B !important;
  outline: none;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.oimall-drawer-search-input:focus {
  border-color: #eb6100;
}

.oimall-drawer-search-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oimall-drawer-search-icon {
  width: 20px;
  height: 20px;
  color: #eb6100;
}

.oimall-drawer-banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}

.oimall-drawer-banner {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 4px solid #ffffff;
  background-color: #ffffff;
  text-decoration: none;
}

.oimall-drawer-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oimall-drawer-banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(90, 61, 43, 0.1);
}

.oimall-drawer-banner-tag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-3deg);
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  color: #eb6100 !important;
  font-weight: bold;
  font-size: 16px;
  padding: 6px 16px;
  border-radius: 9999px;
  white-space: nowrap;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.oimall-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.oimall-drawer-nav-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  color: #5A3D2B !important;
  font-weight: bold;
  text-decoration: none;
  font-size: 17px !important;
}

.oimall-drawer-nav-arrow {
  color: #eb6100;
  font-size: 12px;
}


/* =========================================
   フッター
========================================= */

.oimall-footer {
  background-color: #5A3D2B;
  color: #ffffff !important;
  padding-top: 64px;
  padding-bottom: 96px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .oimall-footer {
    padding-bottom: 64px;
  }
}

.oimall-footer-inner {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
}

.oimall-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 768px) {
  .oimall-footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.oimall-footer-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
  margin-bottom: 24px;
  opacity: 0.9;
  filter: brightness(0) invert(1);
  display: block;
}

.oimall-footer-desc {
  font-size: 12px;
  line-height: 1.625;
  opacity: 0.8;
  font-weight: 500;
  margin: 0;
}

.oimall-footer-links-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .oimall-footer-links-wrap {
    grid-column: span 2;
  }
}

.oimall-footer-link-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.oimall-footer-link {
  display: block;
  color: #ffffff !important;
  text-decoration: none;
}

.oimall-footer-copyright-wrap {
  max-width: 1152px;
  margin: 48px auto 0;
  padding: 24px 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.oimall-footer-copyright {
  font-size: 10px;
  opacity: 0.5;
  font-weight: normal;
}


/* =========================================
   スマホ用ボトムナビ
========================================= */

.oimall-bottomnav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  border-top: 1px solid #f3f4f6;
  display: flex;
  justify-content: space-around;
  padding-top: 8px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  z-index: 40;
  box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.05);
  color: #5A3D2B;
}

@media (min-width: 768px) {
  .oimall-bottomnav {
    display: none;
  }
}

.oimall-bottomnav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 25%;
  background: transparent;
  border: none;
  cursor: pointer;
}

.oimall-active {
  color: #eb6100;
}

.oimall-bottomnav-label {
  font-size: 9px;
  font-weight: bold;
  margin-top: 4px;
}

.oimall-bottomnav-badge {
  position: absolute !important;
  top: 2px !important;
  right: 10% !important;
  margin-right: -12px !important;
  background-color: #eb6100;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}


/* =========================================
   SP共通：メインエリア余白調整
========================================= */

@media screen and (max-width: 767px) {
  .fs-l-main {
    padding: 0 22px;
    box-sizing: border-box;
  }
}


/* ========================================
  Futureshop 商品一覧：並び替えボーダー打ち消し
======================================== */

.fs-c-sortItems {
  border: none;
}

.fs-c-sortItems__list {
  border-left: none;
}


/* ========================================
  パンくず
======================================== */

.fs-c-breadcrumb__list {
  max-width: 1200px !important;
  margin: 0 auto;
  color: #8a7664 !important;
  font-size: 14px !important;
}

@media screen and (max-width: 767px) {
  .fs-c-breadcrumb__list {
    width: calc(100% - 24px) !important;
  }
}


/* ========================================
  おすすめ商品
======================================= */

.fs-c-featuredProduct__header {
  margin: 100px 0 40px;
  padding: 0;
  border: none !important;
  text-align: center;
}

.fs-c-featuredProduct__title {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 0 14px;
  border: none !important;
  color: #371806;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.fs-c-featuredProduct__title::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: #ea6b13;
}


/* カート商品数バッジ */
.oimall-header-cart .oimall-header-cart-badge,
.oimall-bottomnav .oimall-bottomnav-badge,
.oimall-header-cart .fs-p-cartItemNumber,
.oimall-bottomnav .fs-p-cartItemNumber {
  font-family:
    "Zen Kaku Gothic New",
    "Hiragino Maru Gothic ProN",
    "Yu Gothic",
    sans-serif !important;
}


/* ========================================
  オイモール トップページ
  共通バナーエリア
======================================== */

.oim-top-banners,
.oim-top-banners * {
  box-sizing: border-box;
}

.oim-top-banners {
  width: min(1120px, calc(100% - 40px));
  margin: 64px auto;
}


/* ========================================
  セクション見出し
======================================== */

.oim-top-banners__head {
  margin: 0 0 28px;
  text-align: center;
}

.oim-top-banners__eyebrow {
  display: block;
  margin: 0 0 7px;
  color: #e96818;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
}

.oim-top-banners__title {
  margin: 0;
  color: #4c3324;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.oim-top-banners__description {
  margin: 8px 0 0;
  color: #765b49;
  font-size: 13px;
  line-height: 1.8;
}


/* ========================================
  バナー一覧
======================================== */

.oim-top-banners__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oim-top-banners__item {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.oim-top-banners--single .oim-top-banners__item {
  width: min(900px, 100%);
}

.oim-top-banners--double .oim-top-banners__item {
  width: calc((100% - 22px) / 2);
}

.oim-top-banners--triple .oim-top-banners__item {
  width: calc((100% - 44px) / 3);
}


/* ========================================
  バナーリンク・画像
======================================== */

.oim-top-banners__link {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 5px 16px rgba(70, 43, 26, 0.08),
    0 1px 3px rgba(70, 43, 26, 0.06);
  text-decoration: none;
}

.oim-top-banners__image {
  display: block;
  width: 100%;
  height: auto;
}


/* キーボード操作時 */
.oim-top-banners__link:focus-visible {
  outline: 3px solid rgba(232, 104, 24, 0.35);
  outline-offset: 4px;
}


/* ========================================
  スマートフォン
======================================== */

@media screen and (max-width: 767px) {
  .oim-top-banners {
    width: calc(100% - 32px);
    margin: 48px auto;
  }

  .oim-top-banners__head {
    margin-bottom: 20px;
  }

  .oim-top-banners__eyebrow {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .oim-top-banners__title {
    font-size: 22px;
  }

  .oim-top-banners__description {
    margin-top: 6px;
    font-size: 12px;
  }

  .oim-top-banners__list {
    display: block;
  }

  .oim-top-banners--single .oim-top-banners__item,
  .oim-top-banners--double .oim-top-banners__item,
  .oim-top-banners--triple .oim-top-banners__item {
    width: 100%;
  }

  .oim-top-banners__item + .oim-top-banners__item {
    margin-top: 16px;
  }

  .oim-top-banners__link {
    border-radius: 12px;
  }
}


/* =========================================
   プレビュー表記帯を消す
========================================= */

.fs-preview-header {
  display: none;
}


body {
  font-size: 1.6rem;
}