.hideNext,
.hideNext+* {
    display: none;
}

.mainHead {
    margin: 0 0 14px 0 !important;

}

/* AI Recommendのスクロールバーを非表示にするCSS */
.fr3-productListCarousel__slides {
    scrollbar-width: none;
}



.fs-c-documentArticle__heading {
    background: #ffedee;
    color: #686868;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 16px;
    padding: 4px 8px;
    text-align: center;
}

.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
    background: rgba(255, 237, 238, 0.8);
    padding: 16px 32px;
}

.fs-c-checkbox__checkbox:checked+label>.fs-c-checkbox__checkMark {
    background: #DC000C;
    border-color: #DC000C;
}

.fs-body-login .fs-c-inputInformation__field {
    background: rgba(255, 237, 238, 0.8);
    padding: 16px 32px;
}

.fs-body-review-login .fs-c-inputInformation__field {
    background: rgba(255, 237, 238, 0.8);
    padding: 16px 32px;
}

.fs-body-review-login .fs-c-loginForm {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 5% auto;
}

.fs-p-pageNotFound__image {
    width: auto;
    height: auto;
}

.fs-body-forgotPassword .fs-c-inputInformation__field,
.fs-body-cardAuth .fs-c-inputInformation__field,
.fs-body-merge .fs-c-inputInformation__field {
    background: rgba(255, 237, 238, 0.8);
    padding: 16px 32px;
}

.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field {
    background: rgba(255, 237, 238, 0.8);
    padding: 16px 32px;
}



.fs-body-review-write .fs-c-reveiwNotes {
    border: 1px solid #DC000C;
    border-width: 1px 0;
    text-align: center;
    margin: 60px;
}

.fs-c-aggregateRating__message {
    flex-basis: 100%;
    background: rgba(255, 237, 238, 0.8);
    padding: 8px;
    text-align: center;
}

.fs-c-creditCardIcons>li {
    box-sizing: border-box;
    width: 42px;
}

.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    width: 240px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #dc000c;
    border-radius: 30px;
    color: #343434;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 10px 40px;
}

.group_link {
    margin-bottom: 30px;
}

.group_link ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.group_link ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.group_link ul li:nth-child(3n) {
    margin-right: 0;
}


.fs-l-pageMain {
    max-width: 1400px;
    width: 100%;
}

.fs-p-announcement {
    margin: 10px;
    max-wide: 650px;
}

.fs-p-announcement {
    margin: 32px 0;

}

.fs-c-cartDiscountInfo__info {
    display: flex;
    font-weight: 700;
    font-size: x-large;
}


/* カート数量 */
.fs-client-cart-count {
    font-size: 10px;
    position: absolute;
    color: #fff !important;
    right:14px;
    top: 15px;
    transform: translateX(-50%);
}

/* 赤文字見出し */

.red_title {
    font-size: 3.4rem;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin: 80px auto 50px auto;
    padding-bottom: 20px;
    line-height: 1.6em;
    color: #DC000C;
}

@media screen and (max-width: 768px) {
    .red_title {
        font-size: 2rem;
        line-height: 1.4em;
        overflow: hidden;
        width: 100%;
        margin: 0px auto 30px;
        letter-spacing: 1px;
    }



}






/*パンくず調整*/
@media screen and (min-width: 768px) {
    nav.fs-c-breadcrumb {
        /*display:none;　*/
    }
}

@media screen and (max-width: 768px) {
    div.fs-c-breadcrumb {
        /*display:none;*/
    }
}

.mizu_999 {
    width: 72.3% !important;
    margin: inherit;
}

.reco_top {
    margin-top: 100px;
}

< !-- 関連商品のお気に入りbutton非表示-->.fs-c-productListItem__control {
    justify-content: space-between;
    display: none;
}

< !-- 商品詳細の関連商品の下線非表示-->.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
    border-bottom: none;
    color: #484848;
    font-size: 1.8rem;
}

< !-- 関連商品の小見出し削除 -->.fs-c-productName__copy,
.fs-c-productName__name,
.fs-c-productName__variation {
    < !-- display: block;
    -->
}

.fs-c-productName__copy,
.fs-c-productName__variation {
    font-size: 0.8em;
    display: none;
}

< !-- 関連商品の価格を黒文字に -->.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    < !-- color: none;
    -->
}

.img_designation {
    height: 400px;
    width: auto;
}

.img_designation_th {
    font-weight: 500;
    padding: 0 3% 1%;
}


/*特集ページ_商品リスト全表示*/

.lp_product .fs-c-productListCarousel__ctrl.slick-disabled {
    opacity: 0.3;
    display: none !important;
}

.lp_product .fs-c-productListCarousel__ctrl {
    flex-basis: 48px;
    min-width: 48px;
    display: none !important;
}

.lp_product .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    transform: none !important;
}

.list_parts {
    margin: 5% auto;
    width: 90%;
    padding: 5%;
}

@media only screen and (max-width: 750px) {
    .lp_product .slick-slide {
        float: left;
        height: 270px;
        width: 31% !important;
        margin: 1%;
    }

    .lp_product .fs-c-productListCarousel__list__item {
        flex-basis: 200px;
        margin: 1%;
        padding: 1%;
        min-width: 95%;
    }
}

/*特集ページ_商品リスト文字の崩れ防止*/

@media screen and (min-width: 600px) {
    .fs-c-productListCarousel__list__item {
        flex-basis: 200px;
        max-width: 200px;
        min-width: 200px;
        height: 340px;
        margin: 0 8px;
    }
}

.fs-c-productName__name,
.fs-c-productName__variation {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



/*フッターSPにリストmenu追加*/

.footer_navi {
    /* text-align: center; */
    margin-bottom: 5%;
    background: #fff;
    border-radius: 6px;
    position: relative;
    display: flex;
}

.footer_navi .fs-p-footerNavigationItem .catbox ul li a {
    margin-left: 20%;
}

.fs-p-footerNavigationItem_brand .fs-p-footerNavigationItem__title {
    display: block;
    padding: 6px;
    font-size: 1.6rem;
    position: relative;
    text-align: center;
    z-index: 1;
    color: #fff;
    background-color: #909090;
    border-radius: 0 3px 0 0;
    ;
}

.fs-p-footerNavigationItem_category .fs-p-footerNavigationItem__title {
    display: block;
    padding: 6px;
    font-size: 1.6rem;
    position: relative;
    text-align: center;
    z-index: 1;
    color: #fff;
    background-color: #909090;
    border-radius: 3px 0 0 0;
}

.fs-p-footerNavigationItem {
    width: 50%;
    font-size: 1.2rem;
    border-right-style: dashed;
    border-color: darkgray;
    border-right-width: thin;
}

.fs-p-footerNavigationItem_kakaku {
    width: 35%;
    font-size: 1.2rem;
}

.fs-p-footerNavigationItem__body {
    padding: 8px 0;
    display: block;
}

@media only screen and (min-width: 1023px) {
    .footer_navi {
        display: none;
    }
}


.fs-p-footerNavigationItem__ctrlIcon::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    display: none;
    font-size: 2.2rem;
    margin-top: -1.2em;
    transform: rotate(180deg);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.eapps-link {

    display: none !important;
}

div.fs-c-productActionButton::before {
    width: 0;
    height: 100px;
    margin: 0 auto 20%;
    content: url(https://lecinc.itembox.design/item/img/shipment.png?5);
}

@media screen and (max-width: 1023px) {

    .fs-c-buttonContainer {
        display: block;
        align-items: center;
        /*justify-content: center;*/
        padding: 8px 0;
    }

    div.fs-c-productActionButton::before {
        content: "";
        background: url(https://lecinc.itembox.design/item/img/shipment.png?5) no-repeat;
        /* background-size: cover; */
        display: inline-block;
        width: 100%;
        height: 90px;
        background-size: contain;
        margin: 2% auto;
        padding-top: 16.25%;
    }

    .item_detail a img {
        margin: 3% 5px;
        width: 48%;
        display: inline-table;
    }
}

@media screen and (max-width: 750px) {

    div.fs-c-productActionButton::before {
        content: "";
        background: url(https://lecinc.itembox.design/item/img/shipment.png?5) no-repeat;
        display: inline-block;
        width: 100%;
        height: auto;
        background-size: contain;
        margin: 2% auto;
        padding-top: 14%;
        padding-bottom: 14%;
    }

    .item_detail a img {
        margin: none;
        width: 100%;
        display: inline-table;
    }

    .fr2-listItem__productName {
        font-size: 1vmin !important;
        margin: 4px 0;
    }

}

input,
textarea,
select {
    background-color: unset;
    color: #333333;
}


/*--- おすすめ商品と関連商品の調整（ＳＰ） ---*/
@media screen and (max-width: 750px) {

    /*--- おすすめ商品 ---*/
    .rcmd-slick-initialized .rcmd-slick-slide {
        width: 120px !important;
    }

    .rcmd-slick-dotted.rcmd-slick-slider {
        margin: 0 calc(50% - 50vw);
    }

    .fr2-listItem__productName {
        font-size: 0.9em !important;
        margin: 4px 0;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    /*--- 関連商品 ---*/
    .fs-c-productListCarousel__list__item {
        flex-basis: 120px;
        max-width: 120px;
        min-width: 120px;
    }
}


/* 注文備考欄 */
.fs-c-checkout-communicationTextarea {
    border: 1px solid #909090;
}

.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
    border-bottom: none;
}