

.wrap {
	z-index: 1;
	position: relative;
	top: 0;
}

.container {
	width: 100%;
	margin:0;
}


.page {
	height: 100vh;
	width: 100%;
	box-shadow: 0 55px 75px rgba(0,0,0,.3);
	position: relative;
	overflow: hidden;
}

.page:last-child{
	box-shadow: 0 0px 0px rgba(0,0,0,.3);
}


.sp-fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.ex {
	color: #000;
	background: rgba(255,255,255,.5);
	margin: 0;
	width: 100%;
	position: fixed;
	z-index: -2;
}