html,body{overflow:hidden;overscroll-behavior:none;width:100%;height:var(--full-vh);background-color:var(--black)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{-webkit-transition:background-color .6s ease;transition:background-color .6s ease;background-color:#fff3}::-webkit-scrollbar-thumb:hover{background-color:#fff6}.hero{position:relative;z-index:var(--z-hero);width:100%;height:100vh;height:calc(var(--vh, 1vh)*100);overflow:hidden}.hero picture{overflow:hidden}.hero-content{position:relative;z-index:var(--z-title);height:100%}.hero-content-wrap{display:flex;justify-content:space-between;align-items:flex-end;height:100%;padding:var(--gap)}.hero-title{position:relative;order:2;display:block;width:100%;color:var(--white);font-family:var(--font-grotesk);font-size:max(30px,min(4rem,40px));font-weight:500;text-align:right;text-transform:uppercase;white-space:nowrap;will-change:transform}.slider-img{opacity:0;visibility:hidden}.contents{display:flex;align-items:center;justify-content:center;width:100%;height:500vh;height:calc(var(--vh, 1vh)*500)}.section-link{font-size:4rem;color:var(--white)}