@media screen and (min-width:500px){
	.overImage{
		position: relative;
		width: 100%;
		margin-left: 0;
		z-index: -100;
	}
	.sectionWrapLine:nth-of-type(1){
		top: 0;
		max-width: 100%;
		width: 100%;
		height: calc(100vh - 210px);
		background-size: contain;
		background-position: center center;
	}
	.innerWrap img {
	    margin: 1em auto;
	    max-width: 350px;
	}
.orico {
    position: fixed;
    bottom: 0;
    max-width: 300px;
    margin: 0 7px;
    right: 0;
}

}