.fs-c-button--addToCart--detail{
    background: #005731 !important;
    border-color: #005731 !important;
    }
    
    /*--- マイページ ---*/
    .mypage-logout{
    text-align: center;
    }
    
    
    /*--- オリジナルＣＳＳ ---*/
    body {
      margin: 0;
      padding: 0;
    }
    
    .box {
      display:flex;
      flex-direction: column;
      padding: 0px;
    }
    
    .text {
        font-family: Yu Mincho,YuMincho,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif; 
        font-size:115%;
        width: 100%;
        text-align: left;
        margin-top:0px;
    }
    
    h3 {
        font-size: 130%;
        text-align: center;
        line-height:3;
    }
    
    .pict {
        text-align: center;
        width: 100%;
        min-height: 0%;
    }
    
    .pict img {
        max-width: 80vw;
        height:auto;
    }
    .box:nth-child(even) {
        <!--background-color: #f1f1f1;-->
        padding: 20px;
    }
    
    @media (min-width:900px) {
        body {
            padding: 0;
        }
    
        .box {
            flex-direction: row;
            justify-content:center;
            margin-bottom: 0px;
        }
    
        .box:nth-child(even) {
            flex-direction: row-reverse;
        }
    
        .text {
            font-family: Yu Mincho,YuMincho,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif; 
            font-size: 115%;
            text-align: left;
            line-height: 1;
            margin-top:10px;
            margin-bottom:10px;
            margin-left:10px;
            margin-right:10px;
        }
    
        h3 {
            font-family: Yu Mincho,YuMincho,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif; 
            font-size: 115%;
            text-align: left;
            line-height:3;
        }
    
        .box:nth-child(even) .text {
            text-align: left;
        }
    
        .pict {
            text-align: center;
            width: 40vw;
            margin-top:10px;
            margin-bottom:10px;
            margin-left:10px;
            margin-right:10px;
        }
    
        .pict img {
            max-width: 300px;
            width: 100%;
            height:auto;
        }
    
        .box:nth-child(even) .pict {
            margin-left: 0;
            margin-right: 3%;
        }
    }
    
    @media screen and (max-width: 600px) {
        .fs-c-membershipCard__image {
            transform: rotate(-90deg);
        }
    }
    
    @media screen and (min-width: 900px) {
        .fs-body-cart .fs-l-main .fs-l-cart__contentsArea{
        -ms-grid-columns: 1fr 320px; grid-template-columns: 1fr 320px; 
        } 
    }

    .ec-productRole__description {
        font-family: Yu Mincho,YuMincho,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif; 
        font-size: 115%;
    }
    
    .ssf-PageTop {
        position:fixed;
        right:2vw;
        bottom:5vh;
        z-index:1
    }
    
    .ssf-Cart {
        position: fixed;
        right: 2vw;
        bottom: 5vh;
        z-index: 1;
    }
    
    .fs-body-category .ssf-Cart {
        display: none !important;
    }
    
    .fs-body-product .ssf-PageTop {
        display: none !important;
    }
    
    .fs-body-product .ssf-Cart {
        bottom: 5vh;
    }
    
    .hero-Sub_TextWrapper {
        font-family: Yu Mincho,YuMincho,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif; 
        font-size: 115%;
    }
    
    /* 商品詳細 おすすめ商品 */
    .fs-c-featuredProduct .fs-c-productListCarousel__list__item {
        width: 56.4vw !important;
        max-width: none;
    }
    .fs-c-productListCarousel [class^=fs-c-button--] {font-size: 8vw;}
    .fs-l-productLayout .fs-c-featuredProduct {margin-top:8vw;}
    
    @media screen and (min-width: 600px) {
    .fs-c-featuredProduct .fs-c-productListCarousel__list__item {width: 300px !important;}
    .fs-c-productListCarousel [class^=fs-c-button--] {font-size: 36px;}
    .fs-l-productLayout .fs-c-featuredProduct {margin-top:75px;}
    }


    /* ログイン連携 */
    .fs-c-accountService__page--linkedAccounts .fs-c-accountService__pageLink__label::before {
        content: "\e93f";
    }
