html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
}
.header{
	position:fixed;
}
.page_1{
    width:100%;
    height:1080px;
    background-image:url('../../images/page_1.png');
    background-size:100% 100%;
    position:relative;
}
.page_1_describe{
	position:absolute;
	width:30%;
	left:10%;
	top:50%;
	margin-top:-6%;
}
.page_2_describe{
	position:absolute;
	width:19.1%;
	top:50%;
	right:16%;
	margin-top:-5%;
}
.page_3_describe{
	width:35%;
	position:absolute;
	top:50%;
	margin-top:-8%;
}
.page_4_describe{
	position:absolute;
	width:27.7%;
	top:50%;
	margin-top:-5%;
	right:4%;
}
.page_5_describe{
	position:absolute;
	width:21.8%;
	top:50%;
	margin-top:-6.6%;
	left:50%;
	margin-left:-11%;
}
.page_2{
    width:100%;
    height:1080px;
    background-image:url('../../images/page_2.png');
    background-size:100% 100%;
    position:relative;
}
.page_3{
    width:100%;
    height:1080px;
    background-image:url('../../images/page_3.png');
    background-size:100% 100%;
    position:relative;
}
.page_4{
    width:100%;
    height:1080px;
    background-image:url('../../images/page_4.png');
    background-size:100% 100%;
    position:relative;
}
.page_5{
    width:100%;
    height:1080px;
    background-image:url('../../images/page_5.png');
    background-size:100% 100%;
    position:relative;
}
.foot .side-right{
	display:none;
}
