@charset "utf-8";
/* TOP-TEST CSS */

/* メインイメージ
-------------------------------------------------- */

.hero_bg {
background-image: url("../img/main_img_test.png");
}

.hero_bg:before {
	display: none;
}
	
.hero_bg:after {
	display: none;
}

@media all and (max-width : 1024px ){
	
	.hero_bg {
		background-image: url("../img/main_img_1024_test.png");
	}
	
}

@media all and (max-width : 768px ){

	.hero_bg {
		background-image: url("../img/main_img_768_test.png");
	}
	
}