body { width: 100%; overflow: hidden; }
.hide { display: none; }
.page { position: absolute; width: 100%; top: 0; bottom: 0; font-size: 100px; text-align: center; }
.page .wrap { height: 100%; width:100%; position:relative; }
.page-1-1 { background-color: #eae8e9; background: url(images/bg01.jpg) center center no-repeat; background-size: cover }

.page-current { z-index: 1; }
.page-1-1 .img_1 { height: auto; width: 80%; position: absolute; left: 10%; top:19%; z-index: 999; }
.page-1-1 .img_2 { height: auto; width: 40%; position: absolute; left: 30%; bottom: 1%; }

