/* 販売前のみ表示 */
.before-sales {
    display:none !important;
}

/* 販売後のみ表示 */
.after-sales {
    display:block !important;
}
