@charset "utf-8";
#intro-video { position: fixed; width: 100%; height: 100%; background: #000; top: 0; left: 0; z-index: 99; }
#intro-video video { width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }

#ms { position: relative; width: 100%; }
#ms .flex-wrap {}
#ms .flex-wrap >div { margin: auto; text-align: center; padding-bottom: 320px; }
#ms .flex-wrap >div > p { transform: translate(0,100px); opacity: 0; transition: all 0.5s ease-out; }
#ms .flex-wrap >div > p:nth-of-type(1) { margin-bottom: 20px; transition-delay: 0.4s; }
#ms .flex-wrap >div > p:nth-of-type(2) { transition-delay: 0.6s; }
#ms.active .flex-wrap >div > p { transform: translate(0,0); opacity: 1; }

.section { position: relative; width: 100%; }

.section1 { overflow: hidden; }
.section1 .inner-wrap { display: flex; }
.section1 .inner-wrap.scrollActive { transform: translate(0,0); opacity: 1; }

.section3 { background: #121212; }