@charset "utf-8";

@media only screen and (min-width:768px) {
    .pc-none-br {
        display: none;
    }
}

@media only screen and (min-width:0px) and (max-width:767px) {
    .sp-none-space {
        display: none;
    }
}