.fs-l-footer{
background:#fff !important;
border:none;
}

#sds_submit {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    background: #fff;
    color: #4d4d4d;
    border-color: #4d4d4d;
}

#drawer .searchForm{
margin:0 !important;
}
/*@media(max-width:1200px){
.newsList--typeC{
height: 45px;
    overflow-y: scroll;
overflow-x:hidden;
}
}*/
@media(min-width:1201px){
.fs-c-featuredProduct__header{
margin-bottom:15px;
}

/*.newsList--typeC{
height: 35px;
    overflow-y: scroll;
overflow-x:hidden;
}*/
}

@media (min-width: 992px){
#hdr .hdrInfo {
    width: 56% !important;
}
}

.fs-c-dropdown__menuWrap + .fs-c-dropdown__menuWrap {
    margin-top: 7px;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before{
    background: url(https://tuhacci.itembox.design/item/_assets/img/icon/check1.png) center center / 14px no-repeat rgb(129, 168, 185) !important;
}

.h3D{
font-family:'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
border-color:#0AA43D !important;
font-size:24px !important;
}

@media (max-width: 767px){
.newsList--typeC .newsList__body {
max-width:100% !important;
}

.newsList--typeC .newsList__body ul li {
    padding: 5px 0 !important;
}
}


/*カートページのおすすめ商品を非表示にするCSS*/
.fs-body-cart .fs-c-featuredProduct{
    display:none;
}


/*　商品アイコンの並びの調整　**/
.fs-c-productMark .fs-c-productMark__item {
    margin: 1px 0;
}






/* 240503 BRothers == */
#mainSlider .slick-track {
    display: flex;
}
.slick-initialized .slick-slide,
.mainSliderSec .slick-list img {
    width: 100vw;
}
.mainSlider[data-center="true"] .slick-slide,
.slick-slide {
    padding: 0 !important;
}
.mainSliderSec:not([data-fade="true"]) .mainSliderSec__inner {
    max-width: 100vw !important;
}
@media (max-width: 570px) {
    .mainSliderSec .slick-list img {
        max-width: 100vw !important;
    }
}



section.sec3.highlight {
    margin: 0 calc(50% - 50vw) 100px;
    width: 100vw;
}
section.sec5.highlight{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
/* 240503 BRothers ===== */





/* 240528 BRothers == */

@media screen and (min-width: 960px) {
    .fs-c-productList__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 240528 BRothers ==== */




/*「セール価格」の文字色・文字サイズ*/
.fs-c-productPrice--selling .fs-c-productPrice__main__label {
    color: red;
    font-size: 1.3rem;
}




/* Googleでログインボタンの調整 */
.fs-c-linkedServiceLogin__login > .fs-c-anotherLogin--google {
    padding: 0;
}

.fs-c-anotherLogin--google .fs-c-anotherLogin__button {
    margin: 10px auto;
}



/* 画面幅991px〜1200pxでの商品名の幅調整 */
@media (max-width: 1200px) and (min-width: 991px) {
#fs_ShoppingCart .fs-l-main .fs-l-pageMain {
    max-width: 100%;
    flex:initial;
  }
}

