@charset "UTF-8";

/*----------------■春中大画面----------------*/
@media screen and (min-width: 767px) {
#top_bg::before{background:#BDF4FE url(../image/head/main_bg01_pc.png) no-repeat center bottom;background-size:100% auto;}
#top_bg::after{background:#FDD2B5;}

#top_bn_bg{background:#2E5077 url(../image/foot/footer_illust01_pc.png) no-repeat center bottom;background-size:100% auto;}
}

/*----------------■春小画面---------------*/
@media screen and (max-width: 766px) {
#top_bg::before{background:#BDF4FE url(../image/head/main_bg01_sp.png) no-repeat center bottom;background-size:100% auto;}
#top_bg::after{background:#FDD2B5;}

#top_bn_bg{background:#2E5077 url(../image/foot/footer_illust01_sp.png) no-repeat center bottom;background-size:100% auto;}
}