@media only screen and (min-width: 600px) {
	#content {
	    margin-top: 1.5em;
	}
	#inner-content{
		width:560px!important;
	}
	.eyecatch.lp{
		width:100vw!important;
		max-width: 100vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		height:530px;
		overflow:hidden;
	}
	.eyecatch.lp img{
		display:block;
		width:1200px;
		max-width:1200px!important;
		height:530px;
		margin:0 auto;
		position: absolute;
		left:calc((100% - 1200px)/2 );
	}
}
@media only screen and (min-width: 1199px) {
	.eyecatch.lp img{
		display:block;
		width:100%;
		max-width:100%!important;
		height:auto;
		margin:0 auto;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left:0;
	}
}
