@charset "UTF-8";

/* バナー表示調整(2025/11/17) */
#image-sp + section {
    display: none;
}
@media only screen and (max-width: 700px) {
    #image-pc + section {
        display: none;
    }
    #image-sp + section {
        display: block;
    }
    #image-sp + section .inner_item_img img {
        border-radius: initial;
    }
}