/**
 * HTML版
----------------------------------------------------------------------------------------------------*/
.overimage{
	position:relative;
	width:150%;
	left:50%;
	margin-left:-75%;
	height:512px;
}
.overimage > img{
	display:block;
}
@media screen and (max-width: 1536px){
	.overimage{
		width:100vw;
		margin-left:-50vw;
		height:auto;
	}
	.overimage-contain > img{
		width:100vw;
	}
	.overimage-covercontain,
	.overimage-cover{
		overflow:hidden;
	}
	.overimage-covercontain > img,
	.overimage-cover > img{
		position:relative;
		left:50%;
		margin-left:-768px;
	}
}
@media screen and (max-width: 1024px){
	.overimage{
		width:100%;
		margin-left:-50%;
	}
	.overimage-contain > img{
		width:100%;
	}
	.overimage-covercontain > img{
		margin-left:-75%;
		width:150%;
	}
}
