*{
margin: 0px;
padding: 0px;
}
body,html{
margin: 0px;
padding: 0px;
}
.BG_img{
width: 1920px;
height: 1080px;
position: fixed;
top: 0px;
left: 0px;
}
#zindex-1{
width: 425px;height: 1080px;
position: fixed;
top: 0px;
animation: myfirst5 3s;
animation-fill-mode:forwards;
display: none;
}
#zindex-2,#zindex-21,#zindex-22,#zindex-23{
position: fixed;
top: 50%;
left: 50%;
z-index: 5;
animation: myfirst6 1s;
animation-fill-mode:forwards;
display: none;
}
@keyframes myfirst5{
0% {left: -425px;}
100% {left: 0px;}
}
@keyframes myfirst6{
0% {width: 0px;height: 0px;}
100% {width: 436px;height: 682px;margin: -341px 0px 0px -218px;}
}