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

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

.icon_reserve a{ color: #fff;}

.fs-c-mark--frozenDelivery,.js_icon_normal_shipping,.fs-c-mark--coolDelivery,.fs-c-mark--38,.fs-c-mark--coolDeliveryAvailable{display: none;}

.fs-c-cartTable__message--frozenDelivery{
background-color:#39bddb; color: #fff!important;
}


.fs-c-cartTable__message--chilledDelivery{
background-color:#5572b2; color: #fff!important;
}

/*ひとつぶシリーズページ*/
.popular_hitotsubu .fs-c-button--carousel--next,.popular_hitotsubu .fs-c-button--carousel--prev{
    background: #333;
    border-radius: calc(1px / 0);
    position: absolute;
    top: 50%;
    width: 23px;
    height: 23px;
    z-index: 999;
    opacity: .5;
    transition: .3s;
}
.popular_hitotsubu .fs-c-button--carousel--next::before{
    border: 0;
    bottom: 0;
    content: "";
    height: 7px;
    margin: auto;
    position: absolute;
    top: 6px;
    transform: rotate(45deg) translate(-50%);
    width: 7px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}
.popular_hitotsubu .fs-c-button--carousel--prev::before{
    border: 0;
    bottom: 0;
    content: "";
    height: 7px;
    margin: auto;
    position: absolute;
    top: 6px;
left:12px;
    transform: rotate(45deg) translate(-50%);
    width: 7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}