@charset "utf-8";
/* CSS Document */
body,html { height: 100%; margin: 0; background-color: #000;}
        #video, #canvas, #canvas8, #canvas9 { position: fixed; top:0%; left: 0%;
            width: 100%;
            height: 100%; object-fit: cover; object-position: center; transform-origin: 100% 100%;
            transition: all .4s ease 0s;
        }
#canvas8,#canvas,#canvas9 { opacity: 0;}
.end #canvas, .end #canvas9 { opacity: 1; }
        video { }
        #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);}
        
        #load { width: 100%; height: 100%; position: fixed; top:0; left: 0; background-image: url("../img/Spinner-1s-200px.svg"); background-size:20vw; background-repeat: no-repeat; background-position: center; opacity: 0;}
        .load #load { opacity: 1;}

h1 { width: 100%; position: fixed; top:50%; left: 0; transform: translateY(-50%); font-size: 18vw; color: #FA3D7F; text-align: center;font-family: 'Bowlby One', sans-serif; font-weight: normal; opacity: 0; transition: all .4s ease 0s; margin: 0; font-weight: normal;}
.intros h1 { opacity:1;}