@supports (--css: variables) {
:root {
--main-color: #333333;
    --char-color: #ffffff;
    --base-back-color: #f5f5f5;
    --base-line-color: #e5e5e5;
    --base-char-color: #111111;
    --accent-color: #c46015;
    --ms-back-color: #cddbd0;
    --ms-line-color: #169fc5;
    --ms-char-color: #111111;
    --flow-back-color: #c46015;
    --flow-char-color: #ffffff;
    --body-font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", YuGothicMedium, Verdana, Meiryo, "M+ 1p", sans-serif;
}
}

/* ============================================================
   1. リセット・ベース
   ============================================================ */

.clone-nav .gnav-search {
  display: none !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: var(--yh-font);
    color: var(--yh-text);
    background-color: var(--yh-cream);
    margin: 0;
    padding: 0;
    font-size: 100%;
    letter-spacing: 1px;
}

img {
    max-width: 100%;
    /*width: 100%;*/
    height: auto;
    vertical-align: middle;
}

#main_column .recommend_list .block_body h3,
h4.item_list_name {
font-size:125%;
}

a {
    color: var(--yh-green);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

a:hover {
    opacity: 0.75;
    text-decoration: none;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}


/* ============================================================
   2. ヘッダー（上段）
   ============================================================ */

/* ----------------------------------------------------------
   2-1. ヘッダーラッパー / #header_wrap
   ※ FLORA HOUSE 独自定義（background・box-shadow）で上書き済み
   ---------------------------------------------------------- */
#header_wrap #header {
    max-width: 100%;
    width: 100%;
}

#header_wrap {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-image: url(../img/banner/header-image.jpeg) !important;
    background-size: 100%;
}

/* flex-grow をリセット */
#header_wrap,
#header,
#header_login_area {
    flex-grow: 0 !important;
}

/* ----------------------------------------------------------
   2-2. ヘッダー内レイアウト / #header
   ※ FLORA HOUSE 独自定義（.header_inner）は §2-2 末尾に追記
   ---------------------------------------------------------- */
#header {
    max-width: 100%;
    padding: 10px 24px;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 72px;
    background-image: url(../img/banner/header-image.jpeg) !important;
    background-size: 100%;
}

/* FLORA HOUSE 独自：header_inner（#header と役割が重複する可能性あり） */
.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ----------------------------------------------------------
   2-3. ロゴエリア / #logo_area（通常）・#logo_area_s（小）
   ---------------------------------------------------------- */
#header_wrap #header #logo_area {
margin-right: auto;
    margin-bottom: 0;
}

#header_wrap #header #logo_area img {
max-height: 45px;
}


/* 通常ロゴ */
#logo_area {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

#logo_area h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: inherit;
}

#logo_area h1 a {
    display: inline-block;
    line-height: 0;
    transition: opacity 0.2s;
}

#logo_area h1 a:hover {
    opacity: 0.85;
}

/* 通常ロゴ画像サイズ（FLORA HOUSE では 240px に拡大） */
#logo_area h1 a img {
    max-width: 240px;
    /* 元: 210px → FLORA HOUSE: 240px */
    max-height: 65px;
    width: auto;
    height: auto;
    display: block;
}

/* 小ロゴ（通常は非表示・clone-nav 等で表示） */
#logo_area_s {
    display: none;
    flex: 0 0 auto;
}

#logo_area_s h1 {
    margin: 0;
}

#logo_area_s h1 a img {
    max-width: 120px;
    height: auto;
    display: block;
}

/* ----------------------------------------------------------
   2-4. ヘッダー右側エリア / #headerInternal
   ---------------------------------------------------------- */
#headerInternal {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

#header_wrap #header #headerInternal {
margin: 20px 0;
}

#header_wrap #header #headerInternal #header_login_area .user_login ul li {
margin-left: 0;
}

/* ----------------------------------------------------------
   2-5. 電話番号ブロック / .header-tel
   ---------------------------------------------------------- */
.header-tel {
    text-align: right;
    line-height: 1.5;
}

.header-tel .tel-label {
    font-size: 14px;
    color: var(--yh-text-sub);
    display: block;
}

.header-tel .tel-number {
    font-size: 37px;
    font-weight: 700;
    color: var(--yh-text);
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
}

/* 受話器アイコン（SVG） */
.header-tel .tel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: var(--yh-green);
    border-radius: 4px;
    flex-shrink: 0;
}

.header-tel .tel-icon svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.header-tel .tel-hours {
    font-size: 16px;
    font-weight: bold;
    color: var(--yh-text-sub);
    display: block;
}

/* ----------------------------------------------------------
   2-6. ユーティリティボタン / .header-util-btns
        （ご利用ガイド・よくあるご質問 など）
   ---------------------------------------------------------- */
.header-util-btns {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-end;
}

.header-util-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background-color: var(--yh-gray-btn);
    color: var(--yh-white) !important;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background-color 0.2s;
    opacity: 1 !important;
    font-family: var(--yh-font);
    line-height: 1.4;
}

.header-util-btn:hover {
    background-color: var(--yh-gray-btn-dk);
    opacity: 1 !important;
}

/* ボタン内アイコン（SVG） */
.header-util-btn .btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-util-btn .btn-icon svg {
    width: 13px;
    height: 13px;
    fill: #ffffff;
}

/* ----------------------------------------------------------
   2-7. ヘッダーナビエリア（非表示 ─ グローバルナビに統合）
   ---------------------------------------------------------- */
#header_nav_area {
    display: none;
}

/* ヘッダーユーティリティ（FLORA HOUSE 独自：#header_util） */
#header_util ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#header_util li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    color: #4B4138;
    text-decoration: none;
    gap: 4px;
}

.icon_cart::before {
    content: "🛒";
    font-size: 22px;
}

.icon_tel::before {
    content: "📞";
    font-size: 22px;
}

/* ----------------------------------------------------------
   2-8. ログインエリア / #header_login_area・.user_login
   ---------------------------------------------------------- */
#header_login_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#header_login_form {
    margin: 0;
    padding: 0;
}

.user_login {
    display: flex;
    align-items: center;
}

.user_login ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.user_login ul li {
    margin: 0;
    padding: 0;
    position: relative;
}

.user_login ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background-color 0.2s;
    opacity: 1 !important;
}

.user_login ul li a:hover {
    background-color: rgba(74, 107, 82, 0.1);
    opacity: 1 !important;
}

.user_login ul li a img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

/* 検索アイコン（クリックで search_box_area を開閉） */
li.user_search_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background-color 0.2s;
    list-style: none;
}

li.user_search_btn:hover {
    background-color: rgba(74, 107, 82, 0.1);
}

li.user_search_btn img {
    width: 26px;
    height: 26px;
    cursor: pointer;
    object-fit: contain;
}

/* ヘッダー内の検索アイコンを非表示（gnav に検索フォームがあるため） */
#header_wrap #header #headerInternal #header_login_area .user_login .user_search_btn {
    display: none;
}

#header_wrap #header #headerInternal #header_login_area .user_login li.user_cart_btn .quantity {
background: var(--char-color) !important;
    color: var(--yh-orange) !important;
    border-radius: 50%;
    border: 1px solid var(--yh-orange) !important;
}

/* カートボタン（オレンジ背景） */
li.user_cart_btn {
    position: relative;
}

li.user_cart_btn a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    height: 46px !important;
    background-color: var(--yh-orange) !important;
    border-radius: 8px !important;
    transition: background-color 0.2s !important;
}

li.user_cart_btn a:hover {
    background-color: var(--yh-orange-dark) !important;
}

li.user_cart_btn a img {
    width: 24px !important;
    height: 24px !important;
    filter: brightness(0) invert(1);
    /* アイコンを白色に */
}

/* カート数量バッジ */
li.user_cart_btn .quantity {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 19px;
    height: 19px;
    background-color: #cc3300;
    color: var(--yh-white);
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    line-height: 1;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
}

/* ----------------------------------------------------------
   2-9. 検索ボックスエリア / .search_box_area・#search_form
        jQuery slideToggle() で開閉する
   ---------------------------------------------------------- */
.search_box_area {
    display: none;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.search_box_area .block_body {
    max-width: 640px;
    margin: 0 auto;
    padding: 14px 20px;
}

#search_form {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--yh-white);
    border-radius: 28px;
    padding: 6px 6px 6px 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

#search_form .formlist {
    flex: 1;
    margin: 0;
    padding: 0;
}

#search_form .formlist dt {
    display: none;
}

#search_form .formlist dd {
    margin: 0;
    padding: 0;
}

#search_form input[type="text"] {
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    color: var(--yh-text);
    background: transparent;
    font-family: var(--yh-font);
    line-height: 1.5;
}

#search_form input[type="text"]::placeholder {
    color: #bbbbbb;
}

#search_form .btn {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

/* 検索送信ボタン（虫眼鏡アイコン SVG） */
#search_form .submit_btn {
    display: block;
    width: 38px;
    height: 38px;
    background-color: var(--yh-orange);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    transition: background-color 0.2s;
}

#search_form .submit_btn:hover {
    background-color: var(--yh-orange-dark);
}


/* ============================================================
   3. グローバルナビゲーション / #global_nav
   ※ FLORA HOUSE 独自定義（§3 末尾）で一部上書き
   ============================================================ */

/* ナビバー */
#global_nav {
    background-color: var(--yh-green);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid var(--yh-green-dark);
    display: flex;
    align-items: center;
    width: 100%;
}

/* FLORA HOUSE 独自上書き（background のみ変更） */
/* ⚠️ 上記 #global_nav の background-color と競合 → 後勝ち */
/* #global_nav { background: #306B50; } */

#global_nav .gnav-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 70px;
}

#global_nav ul {
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    flex-wrap: nowrap;
}

/* FLORA HOUSE 独自：ul の padding・max-width 指定 */
/* #global_nav ul { padding: 0 40px; max-width: 1200px; margin: 0 auto; } */

#global_nav ul li {
    margin: 0;
    padding: 4px 0;
}

#global_nav ul li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 22px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 24px;
    color: var(--yh-white) !important;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background-color 0.2s, border-color 0.2s;
    opacity: 1 !important;
    font-family: var(--yh-font);
}

/* FLORA HOUSE 独自上書き（padding・font-size・border-radius なし） */
/* #global_nav ul li a { display:block; padding:14px 20px; color:#fff; font-size:14px; } */

#global_nav ul li a:hover {
    background-color: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.7);
    opacity: 1 !important;
}

/* ナビ内アイコン（SVG） */
#global_nav ul li a .nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#global_nav ul li a .nav-icon svg {
    width: 16px;
    height: 16px;
    fill: #ffffff;
}

/* グローバルナビ内 検索フォーム / .gnav-search */
.gnav-search {
    margin-left: auto;
    flex-shrink: 0;
}

.gnav-search form {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 22px;
    padding: 5px 5px 5px 14px;
    gap: 4px;
    min-width: 185px;
    justify-content: space-between;
}

.gnav-search input[type="text"] {
    border: none;
    outline: none;
    background: transparent;
    font-size: 13px;
    color: var(--yh-text);
    width: 110px;
    font-family: var(--yh-font);
}

.gnav-search input[type="text"]::placeholder {
    color: #aaaaaa;
    font-size: 12px;
}

/* ナビ内検索ボタン（虫眼鏡 SVG） */
.gnav-search button[type="submit"] {
    width: 30px;
    height: 30px;
    background-color: var(--yh-orange);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: background-color 0.2s;
    font-size: 0;
    line-height: 0;
}

.gnav-search button[type="submit"]:hover {
    background-color: var(--yh-orange-dark);
}


/* ============================================================
   4. お知らせバー / #news_bar
   ============================================================ */

#news_bar {
    background-color: #f5f0e8;
    border-bottom: 1px solid var(--yh-border);
    padding: 7px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    color: var(--yh-text);
    justify-content: center;
}

#news_bar .news-date {
    color: var(--yh-text-sub);
    font-size: 12px;
    flex: 0 0 auto;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
}

#news_bar .news-text {
    flex: 1;
    font-size: 13px;
}

#news_bar .news-more {
    flex: 0 0 auto;
    color: var(--yh-white);
    background-color: var(--yh-gray-btn);
    border-radius: 12px;
    padding: 3px 12px;
    font-size: 11px;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background-color 0.2s;
    opacity: 1 !important;
}

#news_bar .news-more:hover {
    background-color: var(--yh-gray-btn-dk);
    opacity: 1 !important;
}

/* ----------------------------------------------------------
   お知らせバー スライドアニメーション
   ---------------------------------------------------------- */
#news_bar {
  overflow: hidden;       /* はみ出しを隠す */
  position: relative;
}

.news-slider-wrap {
  position: relative;
}

/* お知らせスライド 強制表示 */
#news_bar .news-slide-item {
  display: none !important;
}

#news_bar .news-slide-item.is-active {
  display: flex !important;
  align-items: center;
  gap: 1em;
  animation: newsFadeIn 0.6s ease;
}

@keyframes newsFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.news-slide-item.is-active {
  animation: newsFadeIn 0.6s ease;
}

/* ============================================================
   5. スクロール固定ヘッダー（clone-nav）
   JS がヘッダーをクローンして body 末尾に追加し、
   スクロール 500px 超で .is-show クラスを付与して表示する。

   ⚠️ 旧記述「header.clone-nav」と新記述「.clone-nav」が混在。
      現在は .clone-nav で統一して記述。
   ============================================================ */

/* 初期状態：画面外（上）に隠す */
.clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: transform .35s ease;
    -webkit-transition: transform .35s ease;
}

/* スクロール発動：.is-show で表示 */
.clone-nav.is-show {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

/* clone 内ロゴを縮小表示 */
.clone-nav #logo_area h1 a img,
.clone-nav .h_logo_s {
    max-width: 140px;
    height: auto;
}

/* clone 内の小ロゴを中央表示（旧記述） */
header.clone-nav .h_logo_s {
    display: block;
    position: absolute;
    left: 46%;
}

/* clone 内ヘッダー余白を詰める */
.clone-nav .header_inner,
.clone-nav #header {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

/* clone 内の上部エリアをコンパクトに（高さ 50px） */
header.clone-nav .global-header-wrap {
    height: 50px;
}

/* ロゴ・電話・カート・2 つ目以降のガイドを非表示 */
header.clone-nav .h_logo,
header.clone-nav h1,
header.clone-nav .header-tel,
header.clone-nav .header-cart,
header.clone-nav .header-guide li+li {
    display: none;
}

/* info エリアの上マージン調整 */
header.clone-nav .global-header-infoarea {
    margin-top: 5px;
}

/* ナビゲーションに影を付ける */
header.clone-nav .global-laptop-nav {
    -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.8);
}


/* ============================================================
   6. フローティングメニュー / #floating_menu_wrap
   ⚠️ 元 CSS に #floating_menu_wrap が 2 回定義されている。
      初回定義（opacity/visibility 制御）と
      2 回目定義（bottom:50%）で競合。
      ここでは統合してまとめて記述する。
   ============================================================ */

#floating_menu_wrap {
    position: fixed;
    right: -2px;
    bottom: 50%;
    /* ⚠️ 初回: bottom:160px / 2回目: bottom:50% → 後勝ち */
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s;
}

#floating_menu_wrap.is-visible {
    opacity: 1;
    visibility: visible;
}

/* カートボタン（フローティング） */
.fl-cart {
    margin-bottom: 20px;
    float: right;
}

.fl-cart a {
    display: block;
    background: #F4A328;
    width: 65px;
    height: 65px;
    border-bottom: #C8820D 4px solid;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding-top: 4px;
    text-decoration: none;
    position: relative;
    top: 0;
}

.fl-cart a:hover {
    top: 2px;
    border-bottom: #C8820D 2px solid;
}

.fl-cart a img {
    display: block;
    margin: 4px auto 2px;
    width: 28px;
    height: auto;
    filter: brightness(0) invert(1);
}

/* 電話ポップアップ（スライドイン） */
.fl_tel {
    clear: both;
}

.fl_tel_inner {
    position: fixed;
    right: -270px;
    width: 332px;
    transition: .5s;
    -webkit-transition: .5s;
}

.fl_tel_inner:hover {
    right: 0;
    transition: .6s;
}

/* 縦書きタブ */
.fl_tel_inner p {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    color: #fff;
    font-size: 20px;
    border-bottom: #244F3C 4px solid;
    border-radius: 4px;
    background: url(/client_info/FLORAHOUSE01/view/userweb/images/common/header/icon_tel.png) #306B50 center 15px no-repeat;
    width: 65px;
    float: left;
    box-sizing: border-box;
    padding: 52px 18px 20px 0;
}

/* コンテンツエリア（電話番号・画像） */
.fl_tel_contents {
    background: #306B50;
    width: 270px;
    min-height: 300px;
    margin-left: -3px;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.fl_tel_contents .copy {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    position: absolute;
    left: 17px;
}

.fl_tel_contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fl_tel_contents ul li {
    margin-bottom: 8px;
}

.fl_tel_contents ul li img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


/* ============================================================
   7. メインビジュアル スライダー
   ============================================================ */

/* ----------------------------------------------------------
   7-1. Slick スライダー / .topfv-slider
   ---------------------------------------------------------- */
.topfv-slider {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    background-color: #f0ebe0;
    overflow: hidden;
}

.topfv-slider li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.topfv-slider li img {
    width: 100%;
    height: auto;
    max-height: 460px;
    object-fit: cover;
    display: block;
}

/* Slick ドットナビゲーター */
.topfv-slider .slick-dots {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex !important;
    justify-content: center;
    gap: 8px;
}

.topfv-slider .slick-dots li {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.topfv-slider .slick-dots li button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    padding: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    transition: background 0.2s, transform 0.2s;
}

.topfv-slider .slick-dots li button::before {
    content: none;
}

.topfv-slider .slick-dots li.slick-active button {
    background: var(--yh-white);
    border-color: var(--yh-white);
    transform: scale(1.3);
}

/* ----------------------------------------------------------
   7-2. bxSlider / #main_slide_image・.bx-wrapper
   ---------------------------------------------------------- */
#main_slide_image {
    width: 100%;
    overflow: hidden;
    background-color: #f0ebe0;
    position: relative;
}

#main_slide_image .bxslider {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main_slide_image .bxslider li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}

#main_slide_image .bxslider li img {
    width: 100%;
    height: auto;
    max-height: 460px;
    object-fit: cover;
    display: block;
}

/* bxSlider ラッパーリセット */
.bx-wrapper {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.bx-wrapper .bx-viewport {
    background: none !important;
    border: none !important;
    left: 0 !important;
    box-shadow: none !important;
}

/* bxSlider ページャー */
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.55);
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    text-indent: -9999px;
    transition: background 0.2s;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: var(--yh-white);
    border-color: var(--yh-white);
}

/* bxSlider 左右矢印（非表示） */
.bx-wrapper .bx-controls-direction {
    display: none;
}


/* ============================================================
   8. サイドバー
   ============================================================ */

/* ----------------------------------------------------------
   8-1. サイドバー全体 / #left_navi・.block_outer
   ---------------------------------------------------------- */
#left_navi,
.left_navi_area {
    font-family: var(--yh-font);
    font-size: 13px;
    color: var(--yh-text);
}

/* 各ブロックの外枠（共通） */
/* ⚠️ §8-4（.block_outer #category_area）で margin-bottom が 0 に上書きされる */
.block_outer {
    margin-bottom: 12px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

#leftcolumn.side_column {
    padding: 0 20px;
}

/* ----------------------------------------------------------
   8-2. おすすめ商品（サイドバー内） / #recommend_area
   ---------------------------------------------------------- */
#recommend_area {
    border: 1px solid var(--yh-border);
    border-radius: 4px;
    overflow: hidden;
    background-color: var(--yh-white);
}

/* 見出し h2 */
#recommend_area>h2,
#recommend_area h2:first-child {
    background-color: var(--yh-sidebar-bg);
    border-bottom: 1px solid var(--yh-border);
    margin: 0;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
    color: var(--yh-green);
    text-align: center;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

#recommend_area>h2 img,
#recommend_area h2:first-child img {
    max-height: 20px;
    width: auto;
    display: block;
}

/* 装飾テキスト "~ Recommend ~" */
#recommend_area>h2::before,
#recommend_area h2:first-child::before {
    content: "~ Recommend ~";
    font-size: 10px;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    color: #7a9a82;
    letter-spacing: 0.15em;
    display: block;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 2px;
}

#recommend_area>h2 span,
#recommend_area h2:first-child span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--yh-green);
}

#recommend_area .block_body {
    padding: 0;
}

/* 商品1件分 */
#recommend_area .product_item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 9px 10px;
    border-bottom: 1px solid var(--yh-border);
    transition: background-color 0.18s;
}

#recommend_area .product_item:last-child {
    border-bottom: none;
}

#recommend_area .product_item:hover {
    background-color: var(--yh-sidebar-bg);
}

/* 商品画像エリア */
#recommend_area .productImage {
    flex-shrink: 0;
    width: 54px;
}

#recommend_area .productImage a {
    display: block;
    line-height: 0;
}

#recommend_area .productImage img {
    width: 54px !important;
    height: 54px !important;
    max-width: 54px !important;
    max-height: 54px !important;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid var(--yh-border);
    display: block;
}

/* 商品テキストエリア */
#recommend_area .productContents {
    flex: 1;
    min-width: 0;
}

#recommend_area .productContents h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 4px 0;
    padding: 0;
}

#recommend_area .productContents h3 a {
    color: var(--yh-text);
    text-decoration: none;
    transition: color 0.18s;
}

#recommend_area .productContents h3 a:hover {
    color: var(--yh-green);
    opacity: 1;
}

#recommend_area .sale_price {
    font-size: 11px;
    color: var(--yh-text-sub);
    margin: 0 0 3px 0;
    padding: 0;
    line-height: 1.4;
}

#recommend_area .sale_price .price {
    color: var(--yh-orange);
    font-weight: 700;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

#recommend_area .mini.comment {
    font-size: 11px;
    color: var(--yh-text-sub);
    margin: 0;
    padding: 0;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#recommend_area .clear {
    clear: both;
    height: 0;
    font-size: 0;
}

/* ----------------------------------------------------------
   8-3. 商品一覧ボタン（静的追加） / .sidebar-item-list-btn
   ---------------------------------------------------------- */
.sidebar-item-list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background-color: var(--yh-green);
    color: var(--yh-white) !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    transition: background-color 0.2s;
    letter-spacing: 0.04em;
    opacity: 1 !important;
    margin-bottom: 12px;
}

.sidebar-item-list-btn:hover {
    background-color: var(--yh-green-dark);
    opacity: 1 !important;
}

.sidebar-item-list-btn .btn-arrow {
    display: inline-flex;
    align-items: center;
}

.sidebar-item-list-btn .btn-arrow svg {
    width: 14px;
    height: 14px;
    fill: var(--yh-white);
}

/* ----------------------------------------------------------
   8-4. カテゴリ / #category_area（サイドバー内）
   ⚠️ FLORA HOUSE 独自スタイルも末尾にまとめて記述
   ---------------------------------------------------------- */

/* 外枠 */
#category_area {
    border: 1px solid var(--yh-border);
    border-radius: 4px;
    overflow: hidden;
    background-color: var(--yh-white);
}

/* 見出し h2（標準スタイル） */
#category_area .block_body h2,
#category_area h2 {
    background-color: var(--yh-green);
    color: var(--yh-white) !important;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
    margin: 0;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1.4;
    border-radius: 0;
}

/* 見出し前のハンバーガーアイコン（疑似要素） */
#category_area .block_body h2::before,
#category_area h2::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M4 6h16v2H4zm0 5h16v2H4zm0 5h16v2H4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

#category_area .block_body {
    padding: 0;
}

/* カテゴリツリー（ul） */
#category_area ul#tree1 li a {
vertical-align: middle;
    display: block;
    padding: 10px 20px;
    width: 100%;
}

#category_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* level1 */
#category_area li.level1 {
    border-bottom: 1px solid var(--yh-border);
    margin: 0;
    padding: 0;
}

#category_area li.level1:last-child {
    border-bottom: none;
}

#category_area li.level1>a,
#category_area li.level1>span {
    display: flex;
    align-items: center;
    padding: 9px 12px;
    font-size: 13px;
    color: var(--yh-text);
    text-decoration: none;
    transition: background-color 0.18s, color 0.18s;
    line-height: 1.4;
    position: relative;
}

#category_area li.level1>a:hover {
    background-color: var(--yh-sidebar-bg);
    color: var(--yh-green);
    opacity: 1;
}

/* level1 右矢印 */
#category_area li.level1>a::after,
#category_area li.level1>span::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999999'%3E%3Cpath d='M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    flex-shrink: 0;
}

/* level2・level3（サブカテゴリ） */
#category_area li.level2,
#category_area li.level3 {
    border-top: 1px dotted var(--yh-border);
    margin: 0;
    padding: 0;
}

#category_area li.level2>a,
#category_area li.level3>a {
    display: flex;
    align-items: center;
    padding: 7px 12px 7px 22px;
    font-size: 12px;
    color: var(--yh-text-sub);
    text-decoration: none;
    transition: background-color 0.18s, color 0.18s;
    line-height: 1.4;
}

#category_area li.level2>a::before {
    content: "-";
    margin-right: 6px;
    color: var(--yh-text-sub);
    flex-shrink: 0;
}

#category_area li.level2>a:hover,
#category_area li.level3>a:hover {
    background-color: var(--yh-sidebar-bg);
    color: var(--yh-green);
    opacity: 1;
}

/* level2・level3 展開エリアの背景 */
#category_area ul.level2_area,
#category_area ul.level3_area {
    background-color: #faf8f4;
}

/* ---
   FLORA HOUSE 独自スタイル（#category_area 上書き）
   ⚠️ 上記の標準スタイルと競合する部分あり
--- */

/* .block_outer のマージンリセット */
.block_outer {
    margin-bottom: 0;
}

.block_outer #category_area {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
}

.block_outer #category_area .block_body {
    text-align: center;
}

/* 見出し h2（FLORA HOUSE 独自デザイン） */
.block_outer #category_area .block_body h2 {
    display: inline-block;
    padding: 14px 52px;
    color: #fff;
    background: #267958;
    font-size: 18px;
    border-radius: 6px;
    position: relative;
    margin: 0;
    white-space: nowrap;
}

/* h2 の下向き三角矢印 */
.block_outer #category_area .block_body h2::after {
    content: "";
    position: absolute;
    left: calc(50% - 8px);
    bottom: -12px;
    border: 12px solid transparent;
    border-top-color: #267958;
}

/* カテゴリツリー（ul_tree） */
.block_outer #category_area .ul_tree {
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 25px;
}

.block_outer #category_area .ul_tree>.level1 {
    display: inline-block;
    position: relative;
    margin: 0;
}

/* カテゴリリンク */
.block_outer #category_area .c_tree a {
    display: inline-block;
    padding: 10px 20px;
    color: #4B4138;
    text-decoration: none;
    font-size: 14px;
    position: relative;
}

.block_outer #category_area .c_tree a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px dotted #4B4138;
    height: 20px;
}

.block_outer #category_area .c_tree a.onlink {
    font-weight: bold;
    color: #267958;
}

/* 画像系ツリーアイコンは非表示 */
.block_outer #category_area .tree_img_outer,
.block_outer #category_area .tree2 {
    display: none !important;
}

/* ----------------------------------------------------------
   8-5. お悩みから探す（静的追加） / .sidebar-trouble-section
   ---------------------------------------------------------- */
.sidebar-trouble-section {
    border: 1px solid var(--yh-border);
    border-radius: 4px;
    overflow: hidden;
    background-color: var(--yh-white);
    margin-bottom: 12px;
}

.sidebar-trouble-title {
    background-color: var(--yh-green);
    color: var(--yh-white);
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
    margin: 0;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1.4;
}

/* 見出し前アイコン（疑似要素 / ？マーク SVG） */
.sidebar-trouble-title::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.sidebar-trouble-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-trouble-list li {
    border-bottom: 1px dotted var(--yh-border);
}

.sidebar-trouble-list li:last-child {
    border-bottom: none;
}

.sidebar-trouble-list li a {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    font-size: 12px;
    color: var(--yh-text);
    text-decoration: none;
    transition: background-color 0.18s, color 0.18s;
    line-height: 1.45;
}

.sidebar-trouble-list li a:hover {
    background-color: var(--yh-sidebar-bg);
    color: var(--yh-green);
    opacity: 1;
}

/* リスト左の緑ドット */
.sidebar-trouble-list li a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--yh-green);
    flex-shrink: 0;
}

/* ----------------------------------------------------------
   8-6. 法的ページ / #guide_area・.button_like
   ---------------------------------------------------------- */
#guide_area {
    border-radius: 4px;
    overflow: hidden;
}

#guide_area h2 {
    background-color: var(--yh-green);
    color: var(--yh-white) !important;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1.4;
}

#guide_area.block_body,
#guide_area>.block_body {
    padding: 0;
}

#guide_area li {
    background-color: var(--yh-white);
}

/* リスト全体 */
.button_like {
    list-style: none;
    margin: 0;
    padding: 0;
}

.button_like li {
    border-bottom: 1px solid var(--yh-border);
    margin: 0;
    padding: 0;
}

.button_like li:last-child {
    border-bottom: none;
}

ul.button_like li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    font-size: 13px;
    color: var(--yh-text);
    text-decoration: none;
    transition: background-color 0.18s, color 0.18s;
    line-height: 1.4;
    opacity: 1 !important;
}

.button_like li a:hover {
    background-color: var(--yh-sidebar-bg);
    color: var(--yh-green);
    opacity: 1 !important;
}

/* 現在ページ（.selected） */
.button_like li a.selected {
    background-color: var(--yh-green-light);
    color: var(--yh-green);
    font-weight: 700;
    pointer-events: none;
}

/* 各リンク左側アイコン（疑似要素 SVG） */

/* 1番目：配送・支払い方法（トラック） */
.button_like li:nth-child(1) a::before {
    content: "";
    display: inline-flex;
    width: 28px;
    height: 28px;
    background-color: var(--yh-green);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5S5.17 15.5 6 15.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zM18 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    flex-shrink: 0;
}

/* 2番目：プライバシーポリシー（シールド） */
.button_like li:nth-child(2) a::before {
    content: "";
    display: inline-flex;
    width: 28px;
    height: 28px;
    background-color: var(--yh-green);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    flex-shrink: 0;
}

/* 3番目：メールでのお問い合わせ（封筒・オレンジ） */
.button_like li:nth-child(3) a::before {
    content: "";
    display: inline-flex;
    width: 28px;
    height: 28px;
    background-color: var(--yh-orange);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    flex-shrink: 0;
}

/* 右矢印（現状は display:none） */
.button_like li a::after {
    content: "";
    display: none;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999999'%3E%3Cpath d='M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    flex-shrink: 0;
}


/* ============================================================
   9. メインコンテンツ：ランキングセクション / #ranking・.ranking_wrap
   ============================================================ */

/* セクション全体ラッパー */
#ranking,
.ranking_wrap {
    margin: 0 auto 56px;
    background: #fff;
}

/* 見出し（h2 の画像を CSS で代替） */
#ranking h2,
.ranking_wrap h2 {
    border: none;
    margin: 0 0 0 0;
    padding: 0;
    background: transparent;
    text-align: center;
    line-height: 1;
}

/* 見出しラッパー */
.ranking_title_inner {
    display: block;
    text-align: center;
    padding: 32px 20px 20px;
    background: #f7f3eb;
    border-bottom: 1px solid #e2ddd5;
    position: relative;
}

/* 英字サブタイトル "= Ranking =" */
.ranking_title_inner .ranking_en {
    display: block;
    font-family: 'Sawarabi Mincho', 'Georgia', serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    color: #4a6b52;
    letter-spacing: 0.25em;
    margin-bottom: 8px;
    opacity: 0.85;
}

/* 英字前後の装飾線 */
.ranking_title_inner .ranking_en::before,
.ranking_title_inner .ranking_en::after {
    content: "";
    display: inline-block;
    width: 36px;
    height: 1px;
    background: #4a6b52;
    vertical-align: middle;
    margin: 0 10px;
    opacity: 0.5;
}

/* 日本語大見出し */
.ranking_title_inner .ranking_ja {
    display: block;
    font-family: 'Sawarabi Mincho', 'Noto Serif JP', 'Yu Mincho', '游明朝', serif;
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0;
}

/* 更新日 */
.ranking_date_wrap {
    padding: 10px 16px 4px;
    text-align: right;
}

.ranking_date_wrap .date,
#ranking .date {
    float: right;
    font-size: 13px;
    color: #888;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    margin: 0;
    line-height: 1.6;
}

/* 商品リスト ul.custom（float レイアウト） */
#ranking ul.custom,
.ranking_wrap ul.custom {
    margin-top: 50px;
    padding: 0 50px 33px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 28px 0;
}

#ranking ul.custom::after,
.ranking_wrap ul.custom::after {
    display: none;
}

/* 商品カード（li.item_list_box） */
#ranking li.item_list_box,
.ranking_wrap li.item_list_box {
    float: left;
    width: 250px;
    margin: 0 14px 40px 14px;
    position: relative;
    list-style: none;
    vertical-align: top;
}

/* 商品画像ボックス（.rankbx） */
#ranking .rankbx,
.ranking_wrap .rankbx {
    width: 250px;
    height: 170px;
    margin: 25px auto 8px;
    text-align: center;
    position: relative;
    border: 1px solid #EBEBEB;
    background: #fff;
    /*overflow: hidden;*/
}

#ranking .rankbx img,
.ranking_wrap .rankbx img {
    width: auto;
    max-width: 248px;
    max-height: 168px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.22s ease;
}

#ranking .rankbx a:hover img,
.ranking_wrap .rankbx a:hover img {
    transform: scale(1.04);
}

#ranking .rankbx a {
    display: block;
    width: 100%;
    height: 100%;
}

/* ランクアイコン（.ranking_icon）：盾型 clip-path */
#ranking .custom .ranking_icon,
.ranking_wrap .custom .ranking_icon {
    position: absolute;
    top: -42px;
    left: 10px;
    width: 45px;
    height: 62px;
    z-index: 9;
    text-align: center;
    padding-top: 18px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Sawarabi Mincho', 'Georgia', serif;
    color: #fff;
    line-height: 1;
    box-sizing: border-box;
    background: linear-gradient(160deg, #6d8c72 0%, #4a6b52 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}

/* 1位：ゴールド */
#ranking li#ranking_no1 .ranking_icon,
.ranking_wrap li:nth-child(1) .ranking_icon {
    background: linear-gradient(160deg, #f5d060 0%, #c8920a 100%);
}

/* 2位：シルバー */
#ranking li#ranking_no2 .ranking_icon,
.ranking_wrap li:nth-child(2) .ranking_icon {
    background: linear-gradient(160deg, #d8dde3 0%, #8a9399 100%);
}

/* 3位：ブロンズ */
#ranking li#ranking_no3 .ranking_icon,
.ranking_wrap li:nth-child(3) .ranking_icon {
    background: linear-gradient(160deg, #d49870 0%, #9a5930 100%);
}

/* テキストエリア（.text） */
#ranking .text,
.ranking_wrap .text {
    position: relative;
    padding-top: 4px;
}

/* キャンペーンバッジ（b.appeal） */
#ranking b.appeal,
.ranking_wrap b.appeal {
    background-color: #FF0000;
    color: #FFFFFF;
    display: inline-block;
    padding: 2px 6px;
    position: absolute;
    top: -5px;
    right: 0;
    width: auto;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    z-index: 5;
}

/* 商品名（h4.item_list_name） */
#ranking h4.item_list_name,
.ranking_wrap h4.item_list_name {
    margin: 8px 0 6px;
    padding: 0;
    border: none;
}

#ranking h4.item_list_name a,
.ranking_wrap h4.item_list_name a {
    color: #2D715A;
    font-weight: 700;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    transition: color 0.18s;
}

#ranking h4.item_list_name a:hover,
.ranking_wrap h4.item_list_name a:hover {
    color: #4a6b52;
    text-decoration: underline;
}

/* 説明文（p.item_list_text） */
#ranking p.item_list_text,
.ranking_wrap p.item_list_text {
    font-family: 'Sawarabi Mincho', 'Noto Serif JP', 'Yu Mincho', '游明朝', serif;
    font-size: 13px;
    color: #555;
    border-bottom: 1px dotted #aaa;
    padding-bottom: 8px;
    margin: 0 0 8px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 価格（p.price） */
#ranking p.price,
.ranking_wrap p.price {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin: 0;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}

#ranking p.price span,
.ranking_wrap p.price span {
    font-size: 13px;
    color: #555;
}

/* item_list_inner ラッパー */
#ranking .item_list_inner,
.ranking_wrap .item_list_inner {
    background: #fff;
    overflow: hidden;
}


/* ============================================================
  10. メインコンテンツ：おすすめ商品セクション
      / #recommend・.recommend_section・.raku2_recommend_list
   ============================================================ */

/* セクション全体ラッパー */
#recommend,
.recommend_section {
    margin: 0 auto 56px;
    background: #fff;
}

/* 見出し（h2 の画像を CSS で代替） */
#recommend h2,
.recommend_section h2,
.raku2_recommend_list h2 {
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: center;
    line-height: 1;
}

/* 見出しラッパー */
.recommend_title_inner {
    display: block;
    text-align: center;
    padding: 32px 20px 22px;
    background: #f7f3eb;
    border-bottom: 1px solid #e2ddd5;
}

/* 英字サブタイトル */
.recommend_title_inner .recommend_en {
    display: block;
    font-family: 'Sawarabi Mincho', 'Georgia', serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    color: #4a6b52;
    letter-spacing: 0.25em;
    margin-bottom: 8px;
    opacity: 0.85;
}

.recommend_title_inner .recommend_en::before,
.recommend_title_inner .recommend_en::after {
    content: "";
    display: inline-block;
    width: 36px;
    height: 1px;
    background: #4a6b52;
    vertical-align: middle;
    margin: 0 10px;
    opacity: 0.5;
}

/* 日本語大見出し */
.recommend_title_inner .recommend_ja {
    display: block;
    font-family: 'Sawarabi Mincho', 'Noto Serif JP', 'Yu Mincho', '游明朝', serif;
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0;
}

/* item_list_inner ラッパー */
#recommend .item_list_inner,
.recommend_section .item_list_inner,
.raku2_recommend_list .item_list_inner {
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding: 0 10px 10px;
}

/* 商品リスト ul（float レイアウト） */
#recommend ul,
.recommend_section ul,
.raku2_recommend_list ul {
    margin: 0;
    padding: 20px 0 10px;
    list-style: none;
}

#recommend ul::after,
.recommend_section ul::after,
.raku2_recommend_list ul::after {
    content: "";
    display: block;
    clear: both;
}

/* スマレジ用 / raku2_recommend_layout */
.raku2_recommend_list .block_body {
    padding: 20px 0 10px;
    overflow: hidden;
}

.raku2_recommend_list .block_body::after {
    content: "";
    display: block;
    clear: both;
}

.raku2_recommend_list .raku2_recommend_layout {
    float: left;
    width: 250px;
    margin: 0 25px 30px 0;
    position: relative;
    box-sizing: border-box;
}

.raku2_recommend_list .raku2_recommend_layout:nth-child(3n) {
    margin-right: 0;
}

/* 商品カード（li.item_list_box） */
#recommend li.item_list_box,
.recommend_section li.item_list_box {
    float: left;
    width: 250px;
    margin: 0 25px 25px 0;
    position: relative;
    list-style: none;
}

#recommend li.item_list_box:nth-of-type(3n),
.recommend_section li.item_list_box:nth-of-type(3n) {
    margin-right: 0;
}

/* 商品画像ボックス（.img_box / .raku2_productImage） */
#recommend .img_box,
.recommend_section .img_box,
.raku2_recommend_list .raku2_productImage {
    width: 250px;
    height: 170px;
    margin: 8px auto 8px;
    text-align: center;
    position: relative;
    border: 1px solid #EBEBEB;
    background: #fff;
    overflow: hidden;
}

#recommend .img_box a,
.recommend_section .img_box a,
.raku2_recommend_list .raku2_productImage a {
    display: block;
    width: 100%;
    height: 100%;
}

#recommend .img_box a:hover,
.recommend_section .img_box a:hover,
.raku2_recommend_list .raku2_productImage a:hover {
    opacity: 0.85;
}

#recommend .img_box img,
.recommend_section .img_box img,
.raku2_recommend_list .raku2_productImage img.title_icon {
    width: auto;
    max-width: 248px;
    max-height: 168px;
    display: block;
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.22s ease;
}

#recommend .img_box a:hover img,
.recommend_section .img_box a:hover img,
.raku2_recommend_list .raku2_productImage a:hover img {
    transform: scale(1.04);
}

/* NEW バッジ（左上） */
.raku2_recommend_list .raku2_productImage::before {
    content: "NEW";
    position: absolute;
    top: 8px;
    left: 8px;
    background: #4a6b52;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.12em;
    padding: 3px 7px;
    border-radius: 2px;
    z-index: 5;
    line-height: 1.4;
}

/* 在庫切れバンド */
.raku2_recommend_list .raku2_sold_out_band {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 4px 6px;
    z-index: 6;
}

/* テキストエリア（.text / .raku2_productContents） */
#recommend .text,
.recommend_section .text,
.raku2_recommend_list .raku2_productContents {
    position: relative;
    padding-top: 2px;
}

/* 商品名（h4.item_list_name） */
#recommend h4.item_list_name a,
.recommend_section h4.item_list_name a {
    color: #2D715A;
    font-size: 17px;
    font-weight: bold;
    height: 52px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 8px 0 10px 0;
    text-decoration: none;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    line-height: 1.45;
    transition: color 0.18s;
}

#recommend h4.item_list_name a:hover,
.recommend_section h4.item_list_name a:hover {
    color: #4a6b52;
    text-decoration: underline;
}

/* スマレジ用 h3 */
.raku2_recommend_list .raku2_productContents h3 {
    margin: 8px 0 10px;
    padding: 0;
    border: none;
}

.raku2_recommend_list .raku2_productContents h3 a {
    color: #2D715A;
    font-weight: 700;
    text-align: justify;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    transition: color 0.18s;
}

.raku2_recommend_list .raku2_productContents h3 a:hover {
    color: #4a6b52;
    text-decoration: underline;
}

/* 説明文（p.item_list_text / .raku2_catchcopy） */
#recommend p.item_list_text,
.recommend_section p.item_list_text {
    font-family: 'Sawarabi Mincho', 'Noto Serif JP', serif;
    margin: 0 auto 10px;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 1px dotted #333;
    padding-bottom: 10px;
    color: #444;
    line-height: 1.6;
}

.raku2_recommend_list .raku2_catchcopy,
.raku2_recommend_list .raku2_comment {
    font-family: 'Sawarabi Mincho', 'Noto Serif JP', serif;
    font-size: 13px;
    color: #555;
    letter-spacing: 0.5px;
    border-bottom: 1px dotted #333;
    padding-bottom: 8px;
    margin: 0 0 8px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 価格（p.price） */
#recommend p.price,
.recommend_section p.price {
    margin: 0 0 20px;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    color: #333;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}

#recommend p.price span,
.recommend_section p.price span {
    font-size: 14px;
    color: #666;
}

.raku2_recommend_list .raku2_productContents .price_area .price,
.raku2_recommend_list .raku2_productContents .sale_price .price,
.raku2_recommend_list .raku2_productContents .price {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    margin: 4px 0 16px;
}


/* ============================================================
  11. フッター
   ============================================================ */

/* ----------------------------------------------------------
   11-1. ページトップボタン（固定）/ #page_top_btn
   JS で fadeIn/Out 制御
   ---------------------------------------------------------- */
#page_top_btn {
    position: fixed;
    bottom: 30px;
    right: 24px;
    z-index: 900;
    display: none;
}

#page_top_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background-color: var(--yh-green);
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
    transition: background-color 0.2s, transform 0.2s;
    opacity: 1 !important;
    text-decoration: none !important;
}

#page_top_btn a:hover {
    background-color: var(--yh-green-dark);
    transform: translateY(-3px);
    opacity: 1 !important;
}

#page_top_btn a svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

/* ----------------------------------------------------------
   11-2. フッター全体ラッパー / .base_design
   ---------------------------------------------------------- */
.base_design {
    font-family: var(--yh-font);
    background-color: var(--yh-cream);
    border-top: 2px solid var(--yh-border);
    margin: 0;
    padding: 0;
}

/* ----------------------------------------------------------
   11-3. お問い合わせ電話エリア / #footer_inquiry
   ---------------------------------------------------------- */
#footer_inquiry {
    background-color: var(--yh-green-deeper);
    padding: 28px 24px;
}

#footer_inquiry_inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    /* ← 修正①: dividerのmarginで間隔管理するため0に */
    flex-wrap: wrap;
    /* ← 修正⑦: スマホで縦積みに */
}

.footer_inq_block {
    flex: 1;
    min-width: 0;
    max-width: 360px;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 18px 24px;
    text-align: center;
}

.footer_inq_block dt {
    font-weight: bold;
    letter-spacing: 0.06em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-size: 18px;
}

.footer_inq_block dt svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.footer_inq_block dd {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.footer_inq_block dd.inq_tel {
    font-size: 32px;
    color: #1f1f1f;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.04em;
    background: url(../img/common/icon_free_tel_b.png) left center no-repeat;
    padding-left: 20px;
}

.footer_inq_block dd.inq_time {
    font-size: 15px;
    color: #1f1f1f;
    margin-top: 4px;
    display: flex;
    align-items: center;
    align-content: center;
}

.footer_inq_block dd.inq_time span {
    border-radius: 2px;
    display: inline-block;
    text-align: left;
    background: #FAAA16;
    margin-right: 15px;
    padding: 1px 8px;
    font-size: 12px;
    letter-spacing: 3px;
    color: #Fff;
}

/* ブロック間の縦区切り線
   ※ align-items:stretch の親の中で margin-top/bottom:16px を
      指定することで、上下に余白を持った短い区切り線になる（意図通り） */
.footer_inq_divider {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 16px 24px;
    /* 上下16px = 区切り線の上下余白 / 左右24px = ブロック間のスペース */
    flex-shrink: 0;
}

/* ----------------------------------------------------------
   11-4. フッター会社情報エリア / #footer_company
   ---------------------------------------------------------- */

/* ← 修正④: .frame_outer は特定度を上げるためだけに残す（background上書き用）*/
.frame_outer .base_design #footer_company {
    background-color: var(--yh-green);
    padding: 20px 24px;
}

#footer_company_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

/* ← システムCSS上書き用（width:100% !important は維持が必要） */
.base_design #footer_company .company_link_group {
    width: 100% !important;
}

/* ナビリンクグループ（.company_link_group） */
.frame_outer .base_design #footer_company .company_link_group ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
}

.company_link_group ul li {
    margin: 0;
    padding: 0;
}

/* 区切りパイプ（将来的に表示する場合は display:inline-block に変更） */
.company_link_group ul li+li::before {
    content: "";
    display: none;
    width: 1px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.35);
    vertical-align: middle;
    margin: 0 2px;
}

.company_link_group ul li a {
    display: inline-block;
    padding: 5px 12px;
    color: rgba(255, 255, 255, 0.88) !important;
    /* システムCSS上書き */
    text-decoration: none !important;
    /* システムCSS上書き */
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    /* ← 修正⑤: 日本語行間の安定化 */
    white-space: nowrap;
    transition: color 0.2s;
    opacity: 1 !important;
    /* システムCSS上書き */
}

.company_link_group ul li a:hover {
    color: var(--yh-white) !important;
    text-decoration: underline !important;
    opacity: 1 !important;
}

/* ----------------------------------------------------------
   11-5. SNSリンク / .sns_link_group
   ---------------------------------------------------------- */
.base_design #footer_company #footer_company_inner .sns_link_group ul li img {
    margin: 0;
}

.sns_link_group ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sns_link_group ul li {
    margin: 0;
    padding: 0;
}

.sns_link_group ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: background-color 0.2s, border-color 0.2s;
    opacity: 1 !important;
    text-decoration: none !important;
}

.sns_link_group ul li a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.6);
    opacity: 1 !important;
}

.sns_link_group ul li a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(1);
    /* 画像を白色化 */
    transition: opacity 0.2s;
    /* ← 修正⑥: ホバー時の視覚フィードバック */
}

.sns_link_group ul li a:hover img {
    opacity: 0.85;
    /* ← 修正⑥: ホバー時に少し透過 */
}

/* SVG フォールバック */
.sns_link_group ul li a svg {
    width: 18px;
    height: 18px;
    fill: rgba(255, 255, 255, 0.9);
}

/* ----------------------------------------------------------
   11-6. コピーライト / #copyright
   ---------------------------------------------------------- */
#copyright {
    background-color: var(--yh-green-deeper);
    text-align: center;
    padding: 12px 24px;
    margin: 0;
}

#copyright small {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.06em;
    font-weight: 400;
}



/* ============================================================
  12. レスポンシブ対応
   ============================================================ */

/* ----------------------------------------------------------
   12-1. ヘッダー・グローバルナビ（～960px）
   ---------------------------------------------------------- */
@media screen and (max-width: 960px) {
    #header {
        padding: 8px 14px;
        gap: 10px;
    }

    #logo_area h1 a img {
        max-width: 170px;
        max-height: 52px;
    }

    .header-tel .tel-number {
        font-size: 18px;
    }

    .header-util-btns {
        gap: 4px;
    }

    #global_nav .gnav-inner {
        padding: 0 10px;
    }

    #global_nav ul {
        gap: 4px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }

    #global_nav ul::-webkit-scrollbar {
        display: none;
    }

    #global_nav ul li a {
        font-size: 13px;
        padding: 7px 14px;
    }

    .gnav-search form {
        min-width: 150px;
    }

    .gnav-search input[type="text"] {
        width: 80px;
    }
}

/* ----------------------------------------------------------
   12-1. ヘッダー・グローバルナビ（～640px）
   ---------------------------------------------------------- */
@media screen and (max-width: 640px) {
    #header {
        padding: 8px 10px;
        flex-wrap: wrap;
        min-height: auto;
    }

    #logo_area h1 a img {
        max-width: 140px;
    }

    .header-tel {
        display: none;
    }

    .header-util-btns {
        display: none;
    }

    .user_login ul {
        gap: 4px;
    }

    .user_login ul li a {
        width: 34px;
        height: 34px;
    }

    .user_login ul li a img {
        width: 22px;
        height: 22px;
    }

    li.user_search_btn {
        width: 34px;
        height: 34px;
    }

    li.user_search_btn img {
        width: 22px;
        height: 22px;
    }

    li.user_cart_btn a {
        width: 40px !important;
        height: 40px !important;
    }

    #global_nav ul li a {
        font-size: 12px;
        padding: 6px 10px;
    }

    #global_nav ul li a .nav-icon {
        display: none;
    }

    .gnav-search {
        display: none;
    }
}

/* ----------------------------------------------------------
   12-2. スライダー（～640px）
   ---------------------------------------------------------- */
@media screen and (max-width: 640px) {

    .topfv-slider li img,
    #main_slide_image .bxslider li img {
        max-height: 260px;
    }
}

/* ----------------------------------------------------------
   12-3. ランキング（～960px）
   ---------------------------------------------------------- */
@media screen and (max-width: 960px) {

    #ranking li.item_list_box,
    .ranking_wrap li.item_list_box {
        width: calc(33.333% - 24px);
        min-width: 160px;
    }

    #ranking .rankbx,
    .ranking_wrap .rankbx {
        width: 100%;
        height: 140px;
    }

    #ranking .rankbx img,
    .ranking_wrap .rankbx img {
        max-width: 100%;
        max-height: 138px;
    }

    .ranking_title_inner .ranking_ja {
        font-size: 26px;
    }
}

/* ----------------------------------------------------------
   12-3. ランキング（～640px）
   ---------------------------------------------------------- */
@media screen and (max-width: 640px) {

    #ranking ul.custom,
    .ranking_wrap ul.custom {
        margin-top: 30px;
        padding: 0 0 16px;
    }

    #ranking li.item_list_box,
    .ranking_wrap li.item_list_box {
        width: calc(50% - 12px);
        margin: 0 6px 28px 6px;
    }

    #ranking .rankbx,
    .ranking_wrap .rankbx {
        height: 120px;
    }

    #ranking .rankbx img,
    .ranking_wrap .rankbx img {
        max-height: 118px;
    }

    .ranking_title_inner .ranking_ja {
        font-size: 22px;
    }

    .ranking_title_inner .ranking_en {
        font-size: 12px;
    }

    .ranking_title_inner .ranking_en::before,
    .ranking_title_inner .ranking_en::after {
        width: 20px;
        margin: 0 6px;
    }

    #ranking h4.item_list_name a,
    .ranking_wrap h4.item_list_name a {
        font-size: 12px;
    }

    #ranking p.item_list_text,
    .ranking_wrap p.item_list_text {
        font-size: 11px;
    }

    #ranking p.price,
    .ranking_wrap p.price {
        font-size: 12px;
    }

    #ranking .custom .ranking_icon,
    .ranking_wrap .custom .ranking_icon {
        width: 36px;
        height: 50px;
        font-size: 18px;
        padding-top: 14px;
    }
}

/* ----------------------------------------------------------
   12-4. おすすめ商品（～960px）
   ---------------------------------------------------------- */
@media screen and (max-width: 960px) {

    #recommend li.item_list_box,
    .recommend_section li.item_list_box,
    .raku2_recommend_list .raku2_recommend_layout {
        width: calc(33.333% - 18px);
        margin-right: 18px;
        min-width: 150px;
    }

    #recommend .img_box,
    .recommend_section .img_box,
    .raku2_recommend_list .raku2_productImage {
        width: 100%;
        height: 140px;
    }

    .recommend_title_inner .recommend_ja {
        font-size: 26px;
    }
}

/* ----------------------------------------------------------
   12-4. おすすめ商品（～640px）
   ---------------------------------------------------------- */
@media screen and (max-width: 640px) {

    #recommend li.item_list_box,
    .recommend_section li.item_list_box,
    .raku2_recommend_list .raku2_recommend_layout {
        width: calc(50% - 10px);
        margin: 0 10px 20px 0;
    }

    #recommend li.item_list_box:nth-of-type(2n),
    .recommend_section li.item_list_box:nth-of-type(2n),
    .raku2_recommend_list .raku2_recommend_layout:nth-child(2n) {
        margin-right: 0;
    }

    #recommend li.item_list_box:nth-of-type(3n),
    .recommend_section li.item_list_box:nth-of-type(3n),
    .raku2_recommend_list .raku2_recommend_layout:nth-child(3n) {
        margin-right: 10px;
    }

    #recommend .img_box,
    .recommend_section .img_box,
    .raku2_recommend_list .raku2_productImage {
        width: 100%;
        height: 120px;
    }

    .recommend_title_inner .recommend_ja {
        font-size: 22px;
    }

    .recommend_title_inner .recommend_en {
        font-size: 12px;
    }

    .recommend_title_inner .recommend_en::before,
    .recommend_title_inner .recommend_en::after {
        width: 20px;
        margin: 0 6px;
    }

    #recommend h4.item_list_name a,
    .recommend_section h4.item_list_name a,
    .raku2_recommend_list .raku2_productContents h3 a {
        font-size: 12px;
        height: auto;
    }

    #recommend p.item_list_text,
    .raku2_recommend_list .raku2_catchcopy {
        font-size: 11px;
    }
}

/* ----------------------------------------------------------
   12-5. フッター（～768px）
   ---------------------------------------------------------- */
@media screen and (max-width: 768px) {
    #footer_inquiry_inner {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .footer_inq_block {
        width: 100%;
        max-width: 100%;
    }

    .footer_inq_divider {
        display: none;
    }

    .footer_inq_block dd.inq_tel {
        font-size: 22px;
    }

    #footer_company_inner {
        flex-direction: column;
        align-items: center;
        gap: 14px;
        text-align: center;
    }

    .company_link_group ul {
        justify-content: center;
    }
}

/* ----------------------------------------------------------
   12-5. フッター（～480px）
   ---------------------------------------------------------- */
@media screen and (max-width: 480px) {
    #footer_inquiry {
        padding: 20px 14px;
    }

    .footer_inq_block {
        padding: 14px 16px;
    }

    .footer_inq_block dd.inq_tel {
        font-size: 20px;
    }

    .company_link_group ul li a {
        font-size: 11px;
        padding: 4px 8px;
    }
}

#detailarea #detail_type_new_a .raku2_product_select_area .raku2_delivfee_text_area {
    color: red;
    text-align: justify;
}

/*価格デザイン*/
.raku2_price {
font-size: 20px;
    font-weight: bold;
}