.fs-c-productPrice--listed::before {
  content: "メーカー希望小売価格 ";
}

/*定価を非表示に*/
.fs-c-productPrice--listed{
    .fs-c-productPrice__main__label{
        display: none;
    }
}
/*"のところ"を非表示に*/
.fs-c-productPrice__addon--listed{
  display: none;
}



/*セール前価格の表示*/
.sale_before_price{
    font-size: 10px;
    color: red;
    text-decoration: line-through;
    font-weight: bold;
}