@import url("/common/js/splide/splide.min.css");


#banner_wrapper {
    position: relative;
    width: 73.2%;
    /* height: 12.5rem; */
    margin: 3rem auto;
}
#banner_wrapper_inner {
    position: relative;
    width: 100%;
    height: 100%;

}
/*===============================================
●style.css 画面の横幅が1024pxまで
===============================================*/
@media screen and (max-width: 1024px) {
    #banner_wrapper {
        position: relative;
        width: 90%;
    }
    #banner_wrapper img{
        height:100%;
    }


}