@charset "UTF-8";

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

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

/*----------------■夏小画面---------------*/
@media screen and (max-width: 766px) {
#top_bg::before{background:#64EAFF url(../image/head/main_bg02_sp.png) no-repeat center bottom;background-size:100% auto;}
#top_bg::after{background:#5CC665;}

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