@charset "utf-8";
/* CSS Document */
body,html { height: 100%; margin: 0;}
        video { width: 100%; height: 100%; object-fit: cover; object-position: center; position: fixed; top:0; left: 0;}
        #play { position: fixed; bottom: 2vh; left: 50%; transform: translateX(-50%);}
        
        #wrap { width: 100%; height: 100%; position: fixed; top:0; left: 0;}
        #wrap div { width: 100%; height: 100%;}
        canvas { width: 100%; height: 100%; object-fit: cover; object-position: center;}
        #canvas1 { display: none;}
        
        #play { position: fixed; bottom:3vw; left: 50%; transform: translateX(-50%); text-indent: -9999px; width: 60px; height: 60px; background-color: #FFF; border-radius: 50%; cursor: pointer; z-index: 9; transition: all .4s ease 0s;}
    #play:before { content: ""; display: block; width: 50px; height: 50px; border-radius: 50%; box-sizing: border-box; border: 1px solid #000; position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%);}
        .end #play,.load #play { transform: scale(0);}
        .end video { opacity: 0;}
        
        #restart { width: 60px; height: 60px; cursor: pointer; position: fixed; bottom: 0; right: 0; transform: scale(0); transition: all .4s ease 0s; background-image: url("../img/restart.svg"); background-repeat: no-repeat; background-position: center; background-size: 35px;}
        .end #restart { display: block; transform: scale(1);}
        
        #canvas2 { opacity: 0; transition: all .4s ease 0s;}
        .end #canvas2 { opacity: 1;}

h1 { width: 100%; position: fixed; top:50%; left: 0; transform: translateY(-50%); font-size: 8vw; color: #FFF; text-align: center;font-family: 'Poppins', sans-serif; font-weight: 600; opacity: 0; transition: all .4s ease 0s; margin: 0;}
.intros h1 { opacity:1;}
