html{
    scroll-behavior: smooth;
    background-color: #fff;
}

.sp-block{
    display: none;
}
@media (max-width: 749px) {
    .sp-block{
        display: block;
    }
}