@charset "UTF-8";

/*********************************** 

■ナビプラスレコメンド用
レコメンド内で動的に生成しているCSS以外はこちらに記述。
（幅取得や個数取得に関連するCSSなど）

テスト作業メモ
reco23　売れ筋
reco25　高レビュー
reco26　新着商品


************************************/


/************************* サイト共有：あとで移設 **************************/

/* title見出し用 */

:root {
    --main-font-family: "Noto Sans JP", "\6e38\30b4\30b7\30c3\30af Medium", "Yu Gothic Medium", "\6e38\30b4\30b7\30c3\30af", "Yu Gothic", "\6e38\30b4\30b7\30c3\30af\4f53", YuGothic, "\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3", "Hiragino Kaku Gothic Pro", "\30e1\30a4\30ea\30aa", Meiryo, sans-serif;
    --main-font-color: #211E22;
}

#product_list .title-cate-jp {
    color: var(--main-font-color);
    font-size: clamp(10px, 2.8vw, 12px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.12em;
    margin: 0 0 1.3rem 1.4rem;
}

#product_list .title-cate-eng {
    color: var(--main-font-color);
    font-size: clamp(16px, 4.4vw, 18px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.12em;
    margin: 0 0 0.5em 1.4rem;
}

/* カテゴリページの旧ナビ */
#product_list #cate-sp {
    margin: 0 0 40px;
}


/************************* レコメンド **************************/


/*-----------------------------
 レコメンド共有パーツ
-----------------------------*/

#product_list .recomendCalArea {}

#product_list .recomendCalArea .simplebar-track.simplebar-horizontal {
    top: 0;
}

#product_list .recomendCalArea .recomendCalInner {
    overflow-y: hidden;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0 0 5rem;
}

#product_list .recomendCalArea .recomendCalInner ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#product_list .recomendCalArea .recomendCalInner li.recomendItem {
    position: relative;
}

#product_list .recomendCalArea .recomendCalInner dl dt {
    padding: 0 0 6px 0;
}

#product_list .recomendCalArea .recomendCalInner .recomendItem dl dt img {
    border-radius: 5px;
}


#product_list #under-cate-wrap .recomendCalArea .recomendCalInner .recomendItem dl dt img {
    border-radius: 5px;
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
    object-position: 25%;
}


#product_list .recomendCalArea .recomendCalInner dl dd {
    color: var(--main-font-color);
    font-family: var(--main-font-family);
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    padding: 0 6px 5px !important;
}

#product_list .recomendCalArea .recomendCalInner dl dd.name {
    color: var(--main-font-color);
    font-family: var(--main-font-family);
    min-height: 45px;
    /* word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

#product_list .recomendCalArea .recomendCalInner dl dd.price {
    color: var(--main-font-color);
    font-family: var(--main-font-family);
    font-size: clamp(14px, 3.8vw, 16px);
    padding: 0 6px !important;
}

#product_list .recomendCalArea .recomendCalInner dl dd.price::first-letter {
    font-size: clamp(12px, 3.3vw, 14px);
}

/* レビュースター部分 */
#product_list .recomendCalArea .recomendCalInner dl dd.review {
    color: var(--main-font-color);
    font-family: var(--main-font-family);
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #EDEDED;
    /* グレーカラー 自由に設定化 */
    font-size: 11px;
    /* フォントサイズ 自由に設定化 */
    letter-spacing: 0.1em;
    text-indent: -0.1em !important;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star:before,
#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star:after {
    content: '★★★★★';
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #B13F23;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="5"]:after {
    width: 100%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="4.9"]:after {
    width: 98%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="4.8"]:after {
    width: 96%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="4.7"]:after {
    width: 94%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="4.6"]:after {
    width: 92%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="4.5"]:after {
    width: 90%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="4.4"]:after {
    width: 88%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="4.3"]:after {
    width: 86%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="4.2"]:after {
    width: 84%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="4.1"]:after {
    width: 82%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="4"]:after {
    width: 80%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="3.9"]:after {
    width: 78%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="3.8"]:after {
    width: 76%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="3.7"]:after {
    width: 74%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="3.6"]:after {
    width: 72%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="3.5"]:after {
    width: 70%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="3.4"]:after {
    width: 68%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="3.3"]:after {
    width: 66%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="3.2"]:after {
    width: 64%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="3.1"]:after {
    width: 62%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="3"]:after {
    width: 60%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="2.9"]:after {
    width: 58%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="2.8"]:after {
    width: 56%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="2.7"]:after {
    width: 54%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="2.6"]:after {
    width: 52%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="2.5"]:after {
    width: 50%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="2.4"]:after {
    width: 48%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="2.3"]:after {
    width: 46%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="2.2"]:after {
    width: 44%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="2.1"]:after {
    width: 42%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="2"]:after {
    width: 40%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="1.9"]:after {
    width: 38%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="1.8"]:after {
    width: 36%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="1.7"]:after {
    width: 34%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="1.6"]:after {
    width: 32%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="1.5"]:after {
    width: 30%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="1.4"]:after {
    width: 28%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="1.3"]:after {
    width: 26%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="1.2"]:after {
    width: 24%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="1.1"]:after {
    width: 22%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="1"]:after {
    width: 20%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="0.9"]:after {
    width: 18%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="0.8"]:after {
    width: 16%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="0.7"]:after {
    width: 14%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="0.6"]:after {
    width: 12%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="0.5"]:after {
    width: 10%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="0.4"]:after {
    width: 8%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="0.3"]:after {
    width: 6%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="0.2"]:after {
    width: 4%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate="0.1"]:after {
    width: 2%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-star[data-rate=""]:after {
    width: 0%;
}

#product_list .recomendCalArea .recomendCalInner dl dd.review .review-count {
    font-size: 11px;
    font-size: inherit;
    text-indent: 0.3em;
    line-height: 1.0;
}


/*-----------------------------
 ランキング
-----------------------------*/
#RecoRanking {}

#product_list #RecoRanking .recomendCalInner {
    padding: 0 0 5.5rem !important;
}

#RecoRanking .recomendCalInner li:after {
    content: "";
    position: absolute;
    top: -5px !important;
    left: 0px !important;
    width: 18% !important;
    height: auto !important;
    aspect-ratio: 1/1.2;
    overflow: hidden;

    display: flex !important;
    align-items: center;
    justify-content: center;

    background: #F6F6F6;
    color: #333333;
    font-size: clamp(13px, 3vw, 15px) !important;
    font-weight: 500 !important;
    font-family: "Montserrat", "Noto Sans JP", "Open Sans", sans-serif !important;
    font-style: italic;
}

#RecoRanking .recomendCalInner li:nth-of-type(1):after {
    content: "1";
    background: #D0AE5B;
    color: #fff;
}

#RecoRanking .recomendCalInner li:nth-of-type(2):after {
    content: "2";
    background: #898989;
    color: #fff;
}

#RecoRanking .recomendCalInner li:nth-of-type(3):after {
    content: "3";
    background: #B57E46;
    color: #fff;
}

#RecoRanking .recomendCalInner li:nth-of-type(4):after {
    content: "4";
}

#RecoRanking .recomendCalInner li:nth-of-type(5):after {
    content: "5";
}

#RecoRanking .recomendCalInner li:nth-of-type(6):after {
    content: "6";
}

#RecoRanking .recomendCalInner li:nth-of-type(7):after {
    content: "7";
}

#RecoRanking .recomendCalInner li:nth-of-type(8):after {
    content: "8";
}

#RecoRanking .recomendCalInner li:nth-of-type(9):after {
    content: "9";
}

#RecoRanking .recomendCalInner li:nth-of-type(10):after {
    content: "10";
}

#RecoRanking .recomendCalInner li:nth-of-type(11):after {
    content: "11";
}

#RecoRanking .recomendCalInner li:nth-of-type(12):after {
    content: "12";
}

#RecoRanking .recomendCalInner li:nth-of-type(13):after {
    content: "13";
}

#RecoRanking .recomendCalInner li:nth-of-type(14):after {
    content: "14";
}

#RecoRanking .recomendCalInner li:nth-of-type(15):after {
    content: "15";
}


/* ランキングだけ若干縦長に */



/* #product_list .recomendCalArea #RecoRanking .recomendCalInner dl {
    height: 80%;
} */

#product_list .recomendCalArea #RecoRanking .recomendCalInner dl dt {
    padding: 0 0 6px 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: auto 1 / 1.1;
}

#product_list .recomendCalArea #RecoRanking .recomendCalInner dl dt img {
    border-width: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}




/*-----------------------------
 新着
-----------------------------*/
#RecoNewitem {
    padding: 0;
    padding-bottom: 0 !important;
}

#product_list #RecoNewitem .recomendCalInner {
    /* padding: 0 0 3rem !important; */
    padding: 0 0 0 !important;
}

#product_list #RecoNewitem .recomendCalInner dl dd.review {
    display: none;
}


/*-----------------------------
 レビュー
-----------------------------*/
#RecoReviewRanking {
    padding-bottom: 0 !important;
}

#product_list #RecoReviewRanking .recomendCalInner {
    padding: 0 0 0 !important;
}

#product_list .recomendCalArea #RecoReviewRanking .title-cate-jp {
    text-indent: -0.5em;
}

#product_list .recomendCalArea #RecoReviewRanking .title-cate-eng span {
    font-size: 90%;
    color: #B13F23;
    display: inline-block;
    position: relative;
    top: -1px;
}



/*-----------------------------
 あなたにおすすめ
-----------------------------*/
#RecoGoods {
    padding: 0;
    padding-bottom: 0 !important;
}

#product_list .recomendCalArea #RecoGoods .recomendCalInner {
    padding: 0 0 3rem;
}

#product_list .recomendCalArea #RecoGoods .recomendCalInner dl dd.review .review-star:after {
    color: var(--main-font-color);
}

/*-----------------------------
 閲覧履歴/カテゴリ
-----------------------------*/
#RecoHistry {
    padding: 0;
    padding-bottom: 0 !important;
}

#product_list .recomendCalArea #RecoHistry .recomendCalInner {
    /* padding: 0 0 3rem !important; */
    padding: 0 0 0 !important;
}

#product_list .recomendCalArea #RecoHistry .recomendCalInner li.recomendItem {
    width: 26vw !important;
}

#product_list .recomendCalArea #RecoHistry .recomendCalInner dl dd.price {
    font-size: clamp(10px, 2.8vw, 12px) !important;
}

#product_list .recomendCalArea #RecoHistry .recomendCalInner dl dd.name {
    display: none;
}

#product_list .recomendCalArea #RecoHistry .recomendCalInner dl dd.review .review-star:after {
    color: var(--main-font-color);
}




/************************* 商品一覧リスト部分 **************************/


/*-----------------------------
 商品リスト アイテム部分
-----------------------------*/

#product_list .list-container {}

#product_list .list-container ul.list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}

#product_list .list-container ul.list-wrap li.product-details {
    width: 32.65%;
    /* 3列のため */
    box-sizing: border-box;
    margin-bottom: 24px;
}

/* 左列：奇数番目（1,3,5...）を左寄せ */
#product_list .list-container ul.list-wrap li.product-details:nth-child(2+n) {
    padding: 0 1%;
}


#product_list .list-container ul.list-wrap li h3 {
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    padding: 0 6px !important;

    word-break: break-all;
    overflow: hidden;
    /* 溢れた部分を隠す */
    text-overflow: ellipsis;
    /* 溢れた部分を「...」にする */
    white-space: nowrap;
    /* 1行で表示 */
}

#product_list .list-container ul.list-wrap li .price {
    color: var(--main-font-color);
    font-family: var(--main-font-family);
    font-size: clamp(14px, 3.8vw, 16px);
    padding: 0 6px !important;
}



/* =====ソファ大カテのみレコメンドcss===== */
.reco-newstyle .Reco-ttl_wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0 0 0.5em 1.4rem;
    font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif;
}

.reco-newstyle .title-cate-eng {
    margin: 0 !important;
    font-weight: 600 !important;
}

.reco-newstyle .title-cate-jp {
    margin: 0 !important;
}

#product_list .recomendCalArea.reco-newstyle .recomendCalInner ul {
    flex-wrap: nowrap;
    gap: 1rem;
}

#product_list .recomendCalArea.reco-newstyle .recomendCalInner li.recomendItem {
    width: 100%;
    margin: 0;
}

#product_list .recomendCalArea.reco-newstyle .recomendCalInner dl {
    position: relative;
    height: auto !important;
}

#product_list .recomendCalArea.reco-newstyle .recomendCalInner .recomendItem dl dt img {
    border-radius: 0;
    width: 70vw !important;
    max-width: none;
}

#product_list .recomendCalArea.reco-newstyle .recomendCalInner dl dd.review {
    display: none;
}

#product_list .recomendCalArea.reco-newstyle .recomendCalInner dl dd.name {
    display: inline-block;
    width: 25ch;
    text-align: left;
}

#product_list .recomendCalArea.reco-newstyle .recomendCalInner dl dd.price {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    font-family: "Afacad", "Montserrat", "Noto Sans JP", "Open Sans", sans-serif;
    font-size: clamp(15px, 4.1vw, 17px) !important;
    font-weight: 500;
    line-height: normal;
}

/* 新着レコメンド-アイコン */
.reco-new #RecoNewitem .recomendCalInner dl {
    position: relative;
    /* バッジの位置基準にする */
}

.reco-new #RecoNewitem .recomendCalInner dl::before {
    content: "New";
    position: absolute;
    top: 3%;
    left: 3%;
    background: #fff;
    color: #2b2b2b;
    padding: 0.4rem 1rem;
    font-size: clamp(13px, 3.6vw, 15px);
    letter-spacing: 0.05rem;
    font-weight: 600;
    z-index: 1;
}

/* 新着レコメンド-アイコンここまで */


/* ランキングレコメンド-アイコン */
.reco-ranking #RecoRanking .recomendCalInner li::before {
    content: "";
    position: absolute;
    top: 2%;
    left: 2%;
    width: 0;
    height: 0;
    border-top: 50px solid #D0AE5B;
    border-right: 50px solid transparent;
    border-radius: 4px 0 0 0;
    z-index: 1;
}

/* 数字（順位ごとに変わる） */
.reco-ranking #RecoRanking .recomendCalInner li::after {
    all: unset;
    /* 既存CSSをリセット */
    content: "1";
    /* 順位は nth-of-type で上書きされる */
    position: absolute;
    top: 4% !important;
    left: 5% !important;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
    transform: rotate(-45deg);
    width: auto !important;
}

/* 1位 */
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(1)::after {
    content: "1";
}

.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(1)::before {
    border-top-color: #D0AE5B;
}

/* 2位 */
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(2)::after {
    content: "2";
}

.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(2)::before {
    border-top-color: #898989;
}

/* 3位 */
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(3)::after {
    content: "3";
}

.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(3)::before {
    border-top-color: #cd7f32;
    /* 銅色 */
}

/* 4位 */
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(4)::after {
    content: "4";
}

.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(4)::before {
    border-top-color: #B13F23;
}

/* 5位 */
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(5)::after {
    content: "5";
}

.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(5)::before {
    border-top-color: #B13F23;
}

/* 6位 */
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(6)::after {
    content: "6";
}

.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(6)::before {
    border-top-color: #B13F23;
}

/* 7位 */
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(7)::after {
    content: "7";
}

.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(7)::before {
    border-top-color: #B13F23;
}

/* 8位 */
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(8)::after {
    content: "8";
}
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(8)::before {
    border-top-color: #B13F23;
}

/* 9位 */
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(9)::after {
    content: "9";
}
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(9)::before {
    border-top-color: #B13F23;
}

/* 10位 */
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(10)::after {
    content: "10";
}
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(10)::before {
    border-top-color: #B13F23;
}

/* 11位 */
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(11)::after {
    content: "11";
}
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(11)::before {
    border-top-color: #B13F23;
}

/* 12位 */
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(12)::after {
    content: "12";
}
.reco-ranking #RecoRanking .recomendCalInner li:nth-of-type(12)::before {
    border-top-color: #B13F23;
}

/* ランキングレコメンド-アイコンここまで */


/* 高評価レビュー-フォントウェイト調整 */
#product_list .recomendCalArea .recomendCalInner dl dd.price,
#product_list .recomendCalArea .recomendCalInner dl dd.name {
    font-weight: 500;
}

/* 高評価レビュー-フォントウェイト調整ここまで */