@charset "utf-8";

/* ==========================================================
   1. 基本設定・各種パーツ・ユーティリティ（共通）
   ========================================================== */
.fs-p-linkButton {
    padding: 10px;
}

.fs-p-announcement__title {
    color: #c5af82;
    font-weight: bold;
}

.fs-c-button--standard {
    margin-bottom: 15px;
}

/* 会員価格あり */
.fs-c-mark--memberPrice {
    background: #f5246d;
    color: #fff;
}

/* 商品一覧の詳細を見るのカラー変更 */
.fs-c-button--plain {
    color: #874E4C;    
}

/* SPカート内文字サイズ */
@media screen and (max-width: 600px){
    .fs-c-cartTable__dataCell--point::before, 
    .fs-c-cartTable__dataCell--quantity::before, 
    .fs-c-cartTable__dataCell--subtotal::before {
        font-size: 1.1rem;
    }
}

.fs-c-listedProductName__variation, 
.fs-c-listedProductName__selection {
    font-size: 1.4rem;
}

/* SPホバー・アクティブ時のカラー */
.fs-color-font--link a:hover {
    opacity: 1;
    background: #fbede2;
    color: #c5af82;
} 
.fs-color-font--link a:active {
    background: #fbede2;
    color: #c5af82;
} 

/* カートに入れるを装飾 */
.fs-c-button--addToCart--variation.fs-c-button--primary > span.fs-c-button__label::before {
    content: "\f217 ";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    white-space: pre;
}

.fs-c-variationCart__cartButton > .fs-c-button--primary {
    padding: 0.8em 1.0em 0.6em;
}

.fs-c-button--primary {
    background: #8f6552;
    border: 1px solid #622d18;
    border-radius: 2px;
}

/* カート内レコメンドのキャッチコピーを非表示に */
.fs-c-productListCarousel__list__item.fs-c-productListItem > .fs-c-productListItem__productName > a > span.fs-c-productName__copy {
    display: none;
}

/* 買い続けるボタン装飾 */
a.keppshoping.fs-c-button--continueShopping.fs-c-button--standard {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.0em;
    width: 100%;
}

/* パンくず修正 */
.fs-c-breadcrumb__list {
    margin-top: -10px !important;
}

ol.fs-c-breadcrumb__list.fs-c-breadcrumb__list--subgroup:last-of-type {
    margin-bottom: 1em;
}

.fs-c-breadcrumb {
    font-size: 1rem;
}

/* 商品ページパンくずの商品名部分非表示 */
li.fs-c-breadcrumb__listItem:last-of-type {
    display: none;
}

/* キャッチコピーの後ろを強制改行 */
.fs-c-productNameHeading__name::before {
    content: "\A";
    white-space: pre;
    color: #bf0000;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.3em;
}

/* 画像の並びの隙間を消す */
.itemmain img {
    vertical-align: top;
}

/* カートへフロートボタン */
@media(min-width: 768px){
    .fs-p-scrollingCartButton {
        bottom: 20%;
    }
}

/* マイページ */
@media(max-width: 767px){
    .fs-c-accountService__page {
        flex-basis: 48% !important;
    }
    .fs-c-accountService__page:nth-child(1) {
        flex-basis: 100% !important;
    }
}

/* ハンバーガーメニュー等の装飾 */
li.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--futoncover::after,
li.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--tent::after,
li.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--allershield::after,
li.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--pualguard::after,
li.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--bousui::after,
li.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--harvestroom::after,
li.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--coolseries::after,
li.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--joshitsusheet::after {
    content: "hot";
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    width: 20px;
    border-radius: 10px;
    background-color: #cc0000;
    text-align: center;
}

/* 価格上の期間限定表示 */
span.fs-c-productSalesPeriod__label::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0f3";
    font-weight: bold;
}

.fs-c-productSalesPeriod {
    color: #bf0000;
    margin-left: 0;
    padding-left: 0;
    border: none;
    text-align: left;
}

/* サイトマップ */
.sitemap { width: 100%; }
.sitemap ul li ul {
    margin-top: .5em;
    margin-bottom: .75em;
    margin-left: 48px;
}
.sitemap ul li ul li {
    margin-bottom: .25em;
    position: relative;
}
.sitemap ul li ul li::before {
    content: "";
    position: absolute;
    top: -0.5em;
    left: -16px;
    width: 10px;
    height: calc(100% + .75em);
    border-left: 1px solid #000;
}
.sitemap ul li ul li:last-child::before {
    height: calc(1em + .25em);
}
.sitemap ul li ul li::after {
    content: "";
    position: absolute;
    top: .75em;
    left: -16px;
    width: 10px;
    border-bottom: 1px solid #000;
}
.sitemap ul li ul li ul {
    margin-top: .5em;
    margin-bottom: .75em;
    margin-left: 48px;
}
.sitemap ul li ul li ul li {
    margin-bottom: .25em;
    position: relative;
}
.sitemap ul li ul li ul li::before {
    content: "";
    position: absolute;
    top: -0.5em;
    left: -16px;
    width: 10px;
    height: calc(100% + .75em);
    border-left: 1px solid #000;
}
.sitemap ul li ul li ul li:last-child::before {
    height: calc(1em + .25em);
}
.sitemap ul li ul li ul li::after {
    content: "";
    position: absolute;
    top: .75em;
    left: -16px;
    width: 10px;
    border-bottom: 1px solid #000;
}
h2.cate-txt {
    font-size: 14px;
    color: #000;
}

/* サイズアイコンなどの外装 */
.fs-c-productMark__mark img {
    width: 50px;
    border: 1px #ddd solid;
}
.sale img { border: 1px #f00 solid; }
.shipfree img { border: 1px #00f solid; }
.newitem img { border: 1px #ffe102 solid; }
.coupon img { border: 1px #4f7f51 solid; }
.recommend img { border: 1px #39bddb solid; }
.popular img { border: 1px #ffd700 solid; }

/* 一覧での価格装飾 */
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #bf0000;
    font-weight: bold;
}

/* トップコンテンツでの「税込」を非HTML化 */
p.c_value::after {
    content: "円(税込)";
    font-size: 13px;
    color: #000;
}

/* ご利用ガイド */
.fs-c-documentArticle { color: #000; }
.fs-c-documentArticle a { text-decoration: underline; }
h2.fs-c-documentArticle__heading { padding: 15px 8px; }
.fs-c-documentArticle__heading { font-size: 1.8rem; }
dl.fs-c-explainList {
    background-color: #f8f8ff;
    padding: 15px 10px;
    width: 95%;
    margin: 5px auto;
}
.fs-c-explainList dt { color: #00f; }
.fs-c-explainList dd { font-size: 0.9em; }
.fs-c-note {
    font-size: 0.8em;
    background-color: #f8f8ff;
}

/* よくある質問 */
dt#order, dt#pay, dt#ato, dt#receipt, dt#deliverycost, dt#keep, dt#gift, dt#telorder, dt#btob,
dt#chageitem, dt#changepay, dt#daemon, dt#henpin, dt#pointuse, dt#pointgive,
dt#nodeli, dt#norecipe, dt#multdeli {
    padding-top: 150px;
    margin-top: -150px;
}

/* ヘッダー内のかごに数字を表示 */
.hd_nav li a {
    position: relative;
    display: inline-block;
}
span.fs-client-cart-count {
    font-size: 1.0rem;
    font-weight: bold;
    background: #bb0000;
    padding: 2px 6px;
    color: #fff;
    border-radius: 10px;
    line-height: 1;
    position: absolute;
    top: -4px;
    left: 5px;
    margin: 0;
    transform: translateX(-30%);
    pointer-events: none;
}
.fs-client-cart-count.fs-client-cart-count--0 { display: none; }
.iziToast-wrapper-topCenter { top: 55px; }

/* 返品特約のliの位置を修正 */
.fs-c-list li::before {
    margin: auto 4px auto 0px;
}

/* ハンバーガー内の並列画像背景色 */
.col_2.menu_boximg {
    background: #fbede2;
    border: none;
    margin-bottom: 0;
}
.col_2.menu_boximg > div {
    background: #fbede2;
    border: none;
}
.fs-pt-menu a {
    margin-left: 5px;
}

/* 入力画面のメールアドレス注意 */
.fs-c-inputField__explanation {
    color: #f00;
    font-weight: bold;
}

/* 売り切れ表示(一覧) */
.fs-c-productListItem__notice {
    background: #bf0000;
    color: #fff;
}

/* SPレビュー商品名 */
.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
    font-size: 14px;
}

/* 重要なお知らせ */
.noticeinfo > p > a {
    display: contents;
    text-decoration: underline;
    color: #bb0000;
    font-weight: bold;
}
.noticeinfo p {
    margin-top: 15px;
}

/* 翻訳部分調整 */
div#google_translate_element {
    width: auto;
    margin: 0px auto;
    display: flex;
    justify-content: flex-end;
}
.goog-te-gadget-simple {
    padding-right: 12px;
}
.goog-te-gadget img {
    float: left;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    margin-right: 5px;
}
@media screen and (min-width: 767px) {
    div#google_translate_element {
        position: fixed;
        top: 0%;
        left: 0px;
        z-index: 10000;
    }
}

/* トップ告知バナー */
div.announce_bn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}
div.announce_bn img {
    width: 100%;
}
@media screen and (min-width: 769px){
    div.announce_bn img {
        width: 60%;
    }
}

/* カート残在庫数 */
span.fs-c-variationCart__variationName__stockValue {
    font-size: 18px;
    color: #bb0000;
}

.fs-c-productName__name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3em;
    line-height: 1.5em;
}

/* 画像下の虫眼鏡マーク削除（サーチマーク） */
.fs-c-productListItem__viewMoreImageButton {
    display: none !important;
}

header.fs-l-header .fs-clientInfo.is-ready .login-false .flex p:first-child a {
    background-color: #b69255;
    color: #ffffff !important;
    border: 1px solid #b69255;
    font-weight: bold;
}

/* 価格表記の「のところ」「（税込）」削除 */
.fs-c-productPrice__addon,
.fs-c-productPrice__addon__label {
    display: none !important;
}

.fs-c-productMarks {
    padding-top: 6px;
    min-height: 32px;
}

/* 販売価格のデザイン */
.fs-c-productPrice--selling .fs-c-price__value {
    font-size: 1.4em;
    font-weight: bold;
    color: #CC6666;
}
.fs-c-productPrice--listed .fs-c-price__value {
    font-size: 1em;
    font-weight: normal;
    color: #444;
    text-decoration: line-through;
}
.fs-c-productPrice--listed .fs-c-price__currencyMark {
    font-size: 1em;
    color: #444;
    font-weight: normal;
}
.fs-c-productPrice--selling .fs-c-price__currencyMark {
    font-size: 1em;
    color: #CC6666;
    font-weight: bold;
}

/* スライダー関連 */
.slider-area {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: static !important;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    opacity: 1;
    max-height: 300px;
}
.slider-area.hide-slider {
    opacity: 0;
    max-height: 0;
}
.slider-wrapper {
    display: flex;
    width: calc(100vw * 4);
    transition: transform 0.5s ease;
}
.slider-wrapper.compact {
    margin-top: 0;
}
.slider-wrapper .slick-slide {
    margin: 0 !important;
    padding: 0 !important;
}
.slider-wrapper .slick-track {
    display: block !important;
}
.slider-wrapper img {
    width: 100vw;
    height: auto;
    flex-shrink: 0;
    max-width: 100%;
    object-fit: contain;
}
.slick-dots {
    display: none !important;
}

/* 検索バーは常に表示 */
.nav_sp_search {
    display: block !important;
    opacity: 1;
    max-height: 250px;
    overflow: visible;
}

/* バリエーションパネル */
.fs-c-variationPanelList__radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.fs-c-variationPanelList__radio:focus,
label.fs-c-variationPanelList_st_panel:focus {
    outline: none !important;
}
.fs-c-variationPanelList__panel_content {
    background-color: transparent !important;
}
body .fs-c-productPointDisplay {
    background-color: #c5af82 !important;
}

@media (max-width: 768px) {
    .fs-c-button--addToCart--detail.fs-c-button--primary {
        font-size: 1.2rem;
        padding: 1rem 2rem;
        min-height: 48px;
        width: 100%;
        box-sizing: border-box;
    }
}


/* ==========================================================
   2. 【既存】グラデーション＋「もっと見る」ボタン版
      （fs-p-productDescription--short がついているもの専用）
   ========================================================== */
.fs-p-productDescription.fs-p-productDescription--short {
    position: relative !important;
    overflow: hidden !important;
    transition: max-height 0.4s ease;
}

@media screen and (max-width: 767px) {
    .fs-p-productDescription.fs-p-productDescription--short {
        max-height: 700px !important;
    }
}

@media screen and (min-width: 768px) {
    .fs-p-productDescription.fs-p-productDescription--short {
        max-height: 1000px !important;
    }
}

.fs-p-productDescription.fs-p-productDescription--short.is-expanded {
    max-height: none !important;
    overflow: visible !important;
}

.fs-p-productDescription.fs-p-productDescription--short .js-more-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 180px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,1) 90%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 15px;
    z-index: 10;
    pointer-events: none;
    box-sizing: border-box;
}

.fs-p-productDescription.fs-p-productDescription--short.is-expanded .js-more-overlay {
    display: none !important;
}

.js-more-btn {
    pointer-events: auto;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #666666;
    border-radius: 0px;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
}

.js-more-btn::before {
    content: "\f0ca";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    font-size: 16px;
    color: #333333;
}

.js-more-btn::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 15px;
    font-size: 12px;
    color: #666666;
}


/* ==========================================================
   3. 【新規】スマホの時だけアコーディオン（PCの時は通常表示）
   ========================================================== */

/* --- PC表示の時（768px以上）：アコーディオン無効・常に全開表示 --- */
@media screen and (min-width: 768px) {
    .fs-p-productDescription:not(.fs-p-productDescription--short) {
        position: relative !important;
        overflow: visible !important;
        max-height: none !important;
        border: none !important;
    }
    .fs-p-productDescription:not(.fs-p-productDescription--short) .fs-p-productDescription__heading::after,
    .fs-p-productDescription:not(.fs-p-productDescription--short) h2::after,
    .fs-p-productDescription:not(.fs-p-productDescription--short) h3::after {
        display: none !important;
    }
    .fs-p-productDescription:not(.fs-p-productDescription--short) .js-more-btn {
        display: none !important;
    }
    .fs-p-productDescription:not(.fs-p-productDescription--short) .fs-p-productDescription__body,
    .fs-p-productDescription:not(.fs-p-productDescription--short) > *:not(.fs-p-productDescription__heading):not(h2):not(h3):not(.js-more-overlay) {
        display: block !important;
    }
}

/* --- スマホ表示の時（767px以下）：アコーディオン＆ボタン有効 --- */
@media screen and (max-width: 767px) {
    .fs-p-productDescription:not(.fs-p-productDescription--short) {
        position: relative !important;
        border-top: 1px solid #e5e5e5 !important;
        border-bottom: 1px solid #e5e5e5 !important;
        margin-top: 20px !important;
    }

    .fs-p-productDescription:not(.fs-p-productDescription--short) .fs-p-productDescription__heading,
    .fs-p-productDescription:not(.fs-p-productDescription--short) h2,
    .fs-p-productDescription:not(.fs-p-productDescription--short) h3 {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        font-size: 1.5rem !important;
        color: #333 !important;
        padding: 15px 0 !important;
        margin: 0 !important;
        cursor: pointer !important;
    }

    .fs-p-productDescription:not(.fs-p-productDescription--short) .fs-p-productDescription__heading::after,
    .fs-p-productDescription:not(.fs-p-productDescription--short) h2::after,
    .fs-p-productDescription:not(.fs-p-productDescription--short) h3::after {
        content: "+" !important;
        font-size: 1.8rem !important;
        margin-left: auto !important;
    }

    .fs-p-productDescription:not(.fs-p-productDescription--short).is-expanded .fs-p-productDescription__heading::after,
    .fs-p-productDescription:not(.fs-p-productDescription--short).is-expanded h2::after,
    .fs-p-productDescription:not(.fs-p-productDescription--short).is-expanded h3::after {
        content: "-" !important;
    }

    .fs-p-productDescription:not(.fs-p-productDescription--short) .fs-p-productDescription__body,
    .fs-p-productDescription:not(.fs-p-productDescription--short) > *:not(.fs-p-productDescription__heading):not(h2):not(h3):not(.js-more-overlay) {
        display: none !important;
        padding: 15px 0 !important;
    }

    .fs-p-productDescription:not(.fs-p-productDescription--short).is-expanded .fs-p-productDescription__body,
    .fs-p-productDescription:not(.fs-p-productDescription--short).is-expanded > *:not(.fs-p-productDescription__heading):not(h2):not(h3):not(.js-more-overlay) {
        display: block !important;
    }
}


/* ==========================================================
   4. カルーセル（スライダー）関連の描画・隙間調整
   ========================================================== */
.fs-pt-carousel__track {
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
    height: auto !important;
}

@media screen and (max-width: 767px) {
    .fs-pt-carousel__track {
        aspect-ratio: 16 / 9;
    }
}

.fs-pt-carousel__slide img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
    content-visibility: auto;
}

/* 価格ブロック全体を右寄せにする */
.fs-c-productPrice {
    text-align: right !important;
}