.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title,.fs-p-heading--lv2{margin-bottom:30px;}

/*　カート内クーポン、ポイント注意文言　*/
.fs-c-cartDiscountInfo__note li {
    display: none;
}

.fs-c-cartDiscountInfo__note:after {
    content: '※１　割引対象外商品（書籍など）分を差し引いた金額が5,500円を下回った場合、ネット割引適用対象外となります。\A
※２　ポイントの利用によって上記の合計金額を下回る場合、ネット割引適用対象外。\A
※３　上記※1、2のネット割引適用外の対象でも、合計金額が5,500円以上なら送料無料(合計金額5,500未満の場合送料440円かかります)。';
    white-space: pre;
}

/*　ヘッダー固定　　*/
#header {
    position:sticky ;
    z-index: 100;
    width: 100%;
    top: 0;
}

/*バリエーションのある商品のカートボタンの位置の調整*/

.fs-c-variationCart--withImage > li {
  -ms-grid-columns: auto 1fr 3em 1fr;
  grid-template-columns: auto 1fr 3em 1fr;
}
.fs-c-variationList__item__cart {
    width: 80%;
}