/*
Author: J.Murai
Website: https://j-murai.com/
*/
*{box-sizing:border-box;margin:0;padding:0}body{background:#000}li,ul{list-style:none}a{text-decoration:none}img{width:100%}.container{width:80vw;max-width:1000px;margin:0 auto}#canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1}.webgl-canvas__body{width:100%;height:100%}.image-list{width:100%;margin:0 auto;padding:180px 0}.image-item{width:100%}.image-item:not(:first-of-type){margin-top:180px}.image-item>img{height:100%;object-fit:cover;opacity:0}