#main{padding-top:0 !important}
.lbdk,.lbdk__loading{width:100%;height:100vh}
@media all and (max-width:1024px){.lbdk,.lbdk__loading{height:var(--device-height,100vh)}
}
.lbdk,.lbdk__loading,.lbdk__visual{position:relative}
.lbdk__logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}
.lbdk__logo img{display:block;max-width:747px}
@media all and (max-width:1024px){.lbdk__logo img{max-width:72.94921875vw}
}
.lbdk__loading{position:fixed;top:0;left:0;background-color:#fff;z-index:1000000}
.lbdk__visual{width:100%;height:100%;overflow:hidden;background-position:center center;background-size:cover;background-repeat:no-repeat;background-image:var(--img-w)}
@media all and (max-width:1024px){.lbdk__visual{background-image:var(--img-tm)}
}
.lbdk__blur{position:absolute;left:0;bottom:0;width:100%;height:100%;background:linear-gradient(to top,black 0,rgba(0,0,0,0.67) 14%,rgba(0,0,0,0.25) 28%,rgba(0,0,0,0) 100%)}
.lbdk__txt{position:relative;width:100%;height:initial;background-color:#000;padding-top:12.8rem;padding-bottom:12.8rem}
@media all and (max-width:1024px){.lbdk__txt{padding-top:7.4rem;padding-bottom:7.4rem}
}
@media all and (max-width:767px){.lbdk__txt{padding-top:6.2rem;padding-bottom:6.2rem}
}
.lbdk__txt p{text-align:center;color:#fff}
@media all and (max-width:1024px){.lbdk__txt p{font-size:1.8rem}
}
.lbdk__txt::before,.lbdk__txt::after{content:"";position:absolute;width:100%;height:4px;background-color:#000;transform:translateY(-50%)}
.lbdk__txt::before{top:100%;left:0}
.lbdk__txt::after{top:0;left:0}
.lbdk__scroll-down{position:absolute;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.5);width:1px;height:80px;bottom:40px;overflow:hidden;z-index:1}
.lbdk__scroll-down span{position:absolute;width:100%;height:100%;background:#fff;top:0;left:0;animation:scrolldown 1.6s ease-in-out infinite forwards}
@keyframes scrolldown{0{height:0;transform:translateY(0)}
38%,42%{height:100%;transform:translateY(0)}
80%,100%{height:100%;transform:translateY(100%)}
}
.lbdk__scroll-down.dark{background:rgba(0,0,0,.25)}
.lbdk__scroll-down.dark span{background:#000}