
/* ボタン配色のカスタマイズ */
.btn-watch {
    background: #7a1bee !important;
    color: #ffffff !important;
    border-color: #6115be !important;
    box-shadow: 0 4px 15px rgba(122, 27, 238, 0.4) !important;
}

.btn-watch:hover {
    background: #6115be !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(122, 27, 238, 0.5) !important;
}
