@media screen and (min-width:500px){
.topVisual{
	max-width: 1200px;
	width: 100%;
	height: calc(100vh - 170px);
	margin:  10px auto 0 auto;
	padding: 20px;
	background: url(../img/top2.jpg);
	background-size: cover;
	background-position: center top;
	opacity: 0;
}

	.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;
}
}