@charset "UTF-8";

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

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

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

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