@charset "UTF-8";

#slider+.gallery_single,
#cp3+.contents_btn01 {
    display: none;
}
@media screen and (max-width: 768px){
    #cp+.composite_box01 .inner_item:nth-of-type(2),
    #cp+.composite_box01 .inner_item:nth-of-type(3),
    #cp2+.contents_btn01 {
        display: none;
    }
    #slider+.gallery_single,
    #cp3+.contents_btn01 {
        display: block;
    }
    #cp+.composite_box01 .inner_item {
        width: 100%;
    }
}