/* 特定の商品グループのスタイルカスタマイズ */

#fs_ProductDetails .fs-c-productPrice__main__price::before {
    content: "ベース価格： ";
    font-size: 1.4rem;
}

/* 金額表示に「〜」を追加 */
.fs-c-productPrice__addon:where(:not([class*="--listed"]))::after,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::after {
    content: ")〜";
}

/* 応援歌欄・備考欄 文字数カウンター */
.fs-option-charcount {
    font-size: 0.85em;
    color: #666;
    margin-top: 4px;
}
.fs-option-charcount.is-limit {
    color: #c00;
    font-weight: bold;
}
