@media screen and (max-width: 800px) {
    .pc {
        display: none!important;
    }
}


@media screen and (min-width: 801px) {
    .sp {
        display: none!important;
    }
}