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

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