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

.btn-watch:hover {
    background: #bf9cc6 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(239, 196, 248, 0.5) !important;
}
