@media only screen and (min-width:768px){
.ad_sp {
display: none;
}
}
@media only screen and (max-width:767px){
.ad_pc {
display: none;
}
}