<style>
.fs-c-productPrice--listed {
    display: flex;
    align-items: baseline;
    text-decoration: line-through;
}

/* オーダーラグを36色登録時、カート回りのカラー選択部分が形状選択部分に干渉しないように修正 25/10/08 赤峰 */
@media screen and (max-width:799px) {
    .itempage__cart-wrap .fs-c-productChooseVariation ul.fs-c-variationMatrix{
        gap: 8px;
    }
}
/* 商品ページ仮修正 */
.itempage__product-comment .item-desc__lead {
    font-weight: bold;
    margin: 40px 0 8px;
    font-size: 1.5rem;
}
.itempage__product-comment .item-desc__txt {
    margin-bottom: 8px;
    line-height: 1.6;
}
.itempage__product-comment .img-item-desc {
    display: block;
    /* margin-top: 5px; */
    margin-top: 8px;
    line-height: 1.6;
}
</style>