@charset "UTF-8";
/* CSS Document */
#main_visual .ch {
	background: url("../img/ch_main_sp.jpg") no-repeat top left;
	background-size: cover;
}

@media only screen and (min-width: 769px)  {
	#main_visual .ch {
		background: url("../img/ch_main_pc.jpg") no-repeat top left;
		background-size: cover;
	}
}