@media only screen and (min-width:768px) {
    .pc-hidden {
        display: none;
    }
}

@media only screen and (max-width:767.98px) {
    .sp-hidden {
        display: none;
    }
}