@charset "utf-8";
/* CSS Document */
.topBannerArea img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;/* 画像下のスペースを消す */
}
.PCbanner {display: block !important;}
.SPbanner {display: none !important;}
.topBannerArea figure {width: 95%; margin: 0 auto;}
@media (max-width: 568px){
    .PCbanner {display: none !important;}
    .SPbanner {display: block !important;}
    .topBannerArea figure {width: 90%;}
}