/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }

/*header-logo-menuー・spNaviメニューのsleepカテゴリーの表示非表示CSS*/

header .header-under-category .menu_sleep {
	display: flex!important;
}
header .spMenu .menu_sleep {
	display: block!important;
}
/* 検索機能 */
.search_sleep {
	display: flex!important;
}
/* ----------------------------------------------------
	サイズ表ページ 更新
---------------------------------------------------- */
.sizeGuide-update .ancher > div {
    width: calc((100% / 3) - 12px);
}
.sizeGuide-update .ancher div a {
    font-size: 16px;

    padding: 25px 10px;
}
.sizeGuide-update .sizeTableAlert {
    margin: 35px auto 0;
}
.sizeTableAlert a,
.sizeTableAlert a:visited {
    color: #3572b0;
}
@media screen and (max-width: 750px) {
    .sizeGuide-update .ancher {
        flex-direction: column;
        gap: 3vw 0;
    }
    .sizeGuide-update .ancher > div {
        width: 100%;
    }
    .sizeGuide-update .ancher div a {
        font-size: 3vw;
        padding: 3.5vw 2vw;
    }
    .sizeGuide-update .sizeTableAlert {
        margin: 4vw auto 0;
    }
}
/* ====================================================
	完売表示周り
==================================================== */
/* 商品一覧 */
.fs-c-productListItem__imageContainer {
    position: relative;
}
/* ----------------------------------------------------
	表示テキスト
---------------------------------------------------- */
.fs-c-productListItem__notice{
    display: none;
    /* background-color: #ededed;
    color: #333333;
    border: none;
    font-size: 16px;
    margin: 5px 0; */
}
/* 在庫なし */
.fs-c-productList__list__item:has(.fs-c-productListItem__outOfStock) .fs-c-productListItem__imageContainer:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
}
.fs-c-productListItem__outOfStock {
    display: block!important;
    position: absolute;
    top: calc(38% - 16px);
    left: 50%;
    transform: translate(-50%, 0);
    border: 0;
    color: #333333;
    width: 100%;
    margin: initial;
    padding: initial;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 1.6rem;
    pointer-events: none;
}
body.fs-body-my-wishlist .fs-c-productListItem__outOfStock {
    top: calc(28% - 16px);
}
@media only screen and (max-width: 1000px){
    body.fs-body-my-wishlist .fs-c-productListItem__outOfStock {
        top: calc(26% - 16px);
    }
}
@media only screen and (max-width: 750px){
    .fs-c-productListItem__outOfStock{
        top: calc(38% - 16px);
        font-size: 5vw!important;
    }
    body.fs-body-my-wishlist .fs-c-productListItem__outOfStock {
        top: calc(30% - 16px);
    }
}
/* ====================================================
	ショッピングカート クーポンに関する記載
==================================================== */
.fs-c-cartDiscountInfo.is-cartSuppl {
    display: none !important;
}
/* ====================================================
	ここまでショッピングカート クーポンに関する記載
==================================================== */