h1{margin:0}section.hero{display:flex;align-items:center;justify-content:center;width:100%;height:100vh;position:relative;overflow:hidden;box-sizing:border-box}@supports (-webkit-touch-callout: none){section.hero{height:-webkit-fill-available}}section.hero .hero-img{max-width:75%;max-height:100%;margin:0 auto;object-fit:contain;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}section.hero .scroll{position:absolute;left:15%;bottom:0}section.hero .scroll:before{content:"";width:1px;height:150px;background-color:var(--color-red);position:absolute;bottom:0;left:50%;transform-origin:bottom;animation:scrollLine 2s infinite}section.hero .scroll>span{margin-bottom:100px;display:block;text-align:center;font-size:var(--font-size-sml);writing-mode:vertical-rl;letter-spacing:1px;margin-left:20px;color:var(--color-red)}@keyframes scrollLine{0%{transform:scaleY(0);transform-origin:0 0}50%{transform:scale(1);transform-origin:0 0}51%{transform:scale(1);transform-origin:0 100%}to{transform:scaleY(0)}}@media (max-width: 990px){section.hero .hero-img{max-width:80%}section.hero .scroll{position:absolute;left:4%;bottom:0}section.hero .scroll:before{content:"";width:1px;height:100px}section.hero .scroll>span{margin-bottom:65px;font-size:var(--font-size-extra-sml);margin-left:20px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-section-hero.css.map */
