@charset "UTF-8";

@media (max-width: 768px) {
    html{
        scroll-padding-top: 60px;   /*アンカー調整*/
    }
}