@media only screen and (max-width:720px){
	/*[s] Layout Style */

	/*[e] Layout Style */

	/* [s] Main */
	.main_visual{height:420px;background:url('../img/m_dmain_visual.jpg') no-repeat center top;background-size:cover;}
	/* [e] Main */
}

@media only screen and (max-width:380px){
	/* [s] Main */
	.main_visual{height:360px;background:url('../img/m_dmain_visual.jpg') no-repeat center top;background-size:cover;}
	/* [e] Main */
}
@media only screen and (max-width:340px){
	.fix_btn a img{width:auto;height:65px;}
}