/*予約商品のアイコンの色を変更する*/
.fs-c-mark--preorder {
    background: #b4c800;
    color:#fff;
}

/*見出し色を変更する*/
.midashi_1{
    color: #e76b34;
}


/* ====================================================
　改行位置
==================================================== */
@media print, screen and (min-width: 768px) {
br.sp { display: none; }
br.pc { display: inline; }
}
@media screen and (max-width: 767px) {
br.sp { display: inline; }
br.pc { display: none; }
}


/* ====================================================
　キャッチコピー部分フォント調整　PC
==================================================== */

/*商品詳細ページ*/

.fs-c-productNameHeading__copy {
font-size: 12px;
font-weight: lighter;
}
.fs-c-productNameHeading__name{
display:block;
}

/*商品一覧ページ*/

.fs-c-productName__copy {
font-size: 12px;
font-weight: lighter;
margin-bottom: 5px;
}




/* ====================================================
　セール価格用色変え　PC
==================================================== */
.fs-c-productPrice--member span.fs-c-productPrice__main__price.fs-c-price {
    color: #FF0000!important;
}




/*定価に取消線を入れる*/
.fs-c-productPrice--listed .fs-c-price {
    text-decoration: line-through;
}

/*商品マーク*/
.fs-c-productMark__mark{
    width: 120px!important;
    line-height: 13px;
    font-size: 14px!important;
}

/*バリエーションの線*/
.fs-c-variationList__item__cart.fs-c-variationCart--withImage {
    border-top: 0px;
 　　border-bottom: 0px;
}