
/* ボタン配色のカスタマイズ */
.btn-watch {
    background: #f4374f !important;
    color: #ffffff !important;
    border-color: #c32c3f !important;
    box-shadow: 0 4px 15px rgba(244, 55, 79, 0.4) !important;
}

.btn-watch:hover {
    background: #c32c3f !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(244, 55, 79, 0.5) !important;
}
