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

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