@media screen and (min-width:1199px){
.box-row-a2 .m-slickl2{opacity:0;background:0 0}
html{overflow-x:hidden}
html.stop{overflow:hidden}
.box-banner .gsap1{position:absolute;z-index:2;width:100%;height:900px}
.box-banner .banner .gsap5{position:fixed;width:100%;height:900px;top:0}
.box-banner .gsap6{position:relative;animation:textMoveAndFade 9s linear infinite}
.box-main{background-color:#fff;position:relative}
.box-row-a1{padding-bottom:20vh}
.box-row-a1 .m-titl1{overflow:visible}
.box-row-a2{position:relative;z-index:2}
.box-row-a2 .row-a2{height:100vh;overflow:visible;z-index:3;display:flex;justify-content:center;flex-direction:column;padding-bottom:0}
.box-row-a2 .m-slickl2,.box-row-a2 .m-whyl{overflow:visible}
.box-row-a2 .m-slickl2{opacity:0;background:0 0}
.box-row-a2 .wp{position:relative;z-index:2}
.box-row-a2 .m-whyl .pic{margin-left:0}
.box-row-a2 .pic-box{position:relative;right:0;width:100%;height:31.25vw;overflow:hidden}
.box-row-a2 .pic-box img{position:absolute;top:50%;right:0;transform:translateY(-50%);width:100vw;max-width:100vw}
.box-row-a2 .gsap2{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:calc(110% + 8.7vh * 2);background-color:#fff}
.box-row-a2 .gsap5{position:fixed;width:100vw;top:50%;left:50%;transform:translate(-50%,-50%);object-fit:cover;background-image:url(../images/index/imgl2_gsap.jpg);background-repeat:no-repeat;background-size:cover;background-position:center 78%;height:31.40625vw;opacity:0}
#gsap-bg{display:block;pointer-events:none;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(5);background:linear-gradient(to right,rgba(240,131,0,.8),rgba(232,67,10,.8))}
#gsap-bg.is-active{position:absolute}
.box-icon{margin-top:100vh;position:relative;height:130px}
#gsap-icon{position:absolute;top:0;left:50%;width:130px;height:130px;margin-left:-65px;margin-top:-65px;background-image:url(../images/row-a2-logo.png);background-repeat:no-repeat;background-size:contain;z-index:1;display:block}
#gsap-icon.state-fixed{position:fixed;top:50%}
#pic-fixed{position:fixed;top:0;right:0;width:100vw;height:100vh;display:flex;justify-content:flex-end;align-items:center;overflow:hidden}
#pic-gsap{position:absolute;right:0;width:100%;height:31.25vw;background-image:url(../images/index/imgl2_gsap.jpg);background-repeat:no-repeat;background-size:100vw 100vh;background-position-x:right;background-position-y:74%}
.box-row-a3{margin-top:-70vh}
.box-row-a3 .row-a3{position:sticky;top:0;overflow:hidden;height:100vh;display:flex;flex-direction:column;justify-content:center;padding-bottom:0}
.box-row-a3 .row-a3 .main{width:100%}
.box-row-a3 .row-a3 .bg{right:-24.479%;width:45%}
#gsap-a3{pointer-events:none;width:100vw;height:100vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:2;opacity:0}
@keyframes rotate360{
from{transform:rotate(0)}
to{transform:rotate(360deg)}
}
.box-row-a3 .gsap4{animation:rotate360 60s linear infinite}
}
@keyframes textMoveAndFade{
0%{transform:translateY(0);opacity:1}
80%{transform:translateY(0);opacity:1}
90%{transform:translateY(-100px);opacity:0}
92%{transform:translateY(100px);opacity:0}
100%{transform:translateY(0);opacity:1}
}