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

.btn-watch:hover {
    background: #cc00a8 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(255, 0, 211, 0.5) !important;
}
