.u-show-sp {
    display: none !important;
}
.u-show-pc {
    display: block !important;
}

@media only screen and (max-width: 767px) {
    .u-show-pc {
        display: none !important;
    }
    .u-show-sp {
        display: block !important;
    }
}


