#navbar-mask{--mask-x:0px;--mask-y:0px;--mask-size:70px;-webkit-mask-image:url(/images/circle.svg);mask-image:url(/images/circle.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:var(--mask-size);mask-size:var(--mask-size);-webkit-mask-position:calc(var(--mask-x) - var(--mask-size)/2)calc(var(--mask-y) - var(--mask-size)/2);mask-position:calc(var(--mask-x) - var(--mask-size)/2)calc(var(--mask-y) - var(--mask-size)/2);z-index:2;transform-origin:50%}#logo-mask{cursor:pointer}
#project-list::-webkit-scrollbar{display:none}#project-list{-ms-overflow-style:none;scrollbar-width:none}#project-list-wrap{margin-top:calc(var(--project-list--height) - var(--project-item--height))}.active{opacity:1}
#project-list-cursor{color:var(--color--brand-main);pointer-events:none;z-index:1;border-radius:100%;width:20px;height:20px;position:fixed;top:0;left:20px}
#cursor{background:var(--color--brand-main);pointer-events:none;z-index:1;border-radius:100%;width:20px;height:20px;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}
