.pad-top-big {
	padding-top: 5vh;
}
.pad-vertical-big {
	padding-top: 10vh;
	padding-bottom: 10vh;
}
.newton-page .main-title {
	line-height: 1;
}
.font-size-plus {
	font-size: 38px;
	line-height: 1.28;
}

#s1 {
	height: 714px;
	background-image: url(img/s1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#s1 .inner {
    display: flex;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-end;
	flex-direction: column;
	color: #FFF;
}
#s1 .main-title2 {
	margin-bottom: 1vh;
}
#s1 p {
	margin-bottom: 5vh;
}


#s2 {
	background-image: url(img/s2.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
#s2 .main-title {
	line-height: 1;
}

#s3 {
	height: 1080px;
	background-image: url(img/s3.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFF;
}


#s5 {
	height: 1080px;
	background-image: url(img/face.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFF;
}

#s6 {
	height: 1222px;
	background-image: url(img/s6.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #000;
}
#s6 .inner {
    display: flex;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
	flex-direction: column;
}
#s6 .inner .main-title {
	line-height: 1;
}

#s7 {
	height: 1350px;
	background-image: url(img/s7.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFF;
}

#s11 {
	height: 1270px;
	background-image: url(img/s11.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFF;
}
#s12 {
	height: 1080px;
	background-image: url(img/apple.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}



@media(max-width: 1360px) {
	.font-size-plus {font-size: 30px;}
	#s3, #s5, #s6, #s7, #s11, #s12 {height: 800px;}
}

@media(max-width: 1200px) {
	.font-size-plus {font-size: 24px;}
	#s2 {background: none;}
	#s3, #s5, #s6, #s7, #s11, #s12 {height: 700px;}
}

@media(max-width: 991px) {
	.font-size-plus {font-size: 21px;}
	#s1, #s3, #s5, #s6, #s7, #s11, #s12 {height: 600px;}
}

@media(max-width: 640px) {
	.font-size-plus {font-size: 18px;}
	#s1, #s3, #s5, #s6, #s7, #s11, #s12 {height: 400px;}
}