/* banner */
#banner {padding: 87px 0 0;width: 100%;z-index: 3;}
#banner .item { height: 85vh; }
#banner .main-slider { }
#banner .item .clip >* { min-width: 100%; width: 100%; }
#banner .item .clip .bgBox {  }
#banner .item .clip iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
#banner .item .clip video { overflow: hidden; position: absolute; width: 100%; height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
#banner .item .info >div { margin: auto; width: calc(100% - 60px); }
#banner .item .info >div .txt { -webkit-transition-delay: .2s; transition-delay: .2s; transform: scaleX(0); -webkit-transform: scaleX(0); transform-origin: 0 0; -webkit-transform-origin: 0 0; }
#banner .item .info >div .txt:nth-child(2) { -webkit-transition-delay: .4s; transition-delay: .4s; }
#banner .item .info >div .txt >* { padding: 10px 15px; max-width: calc(100% - 30px); font-size: 18px; }
#banner .item .info >div .txt h3 { margin-bottom: 15px; line-height: 120%; font-size: 35px; }

#banner .item.slick-current .clip .bgBox { -webkit-animation: scale_banner 6s linear infinite; animation: scale_banner 6s linear infinite; }
#banner .item.slick-current .info >div .txt { transform: scaleX(1); -webkit-transform: scaleX(1); }

.page-scroll { bottom: 70px; margin-left: 0; z-index: 888; text-align: center; position: absolute; width: 45px; left: 50%; transform: translate(-50%,-50%); }
.page-scroll a { color: #fff; letter-spacing: .1em; text-decoration: none; -webkit-transition: opacity .3s; transition: opacity .3s; text-transform: uppercase; display: flex; align-items: center; flex-direction: row; animation: web_menu002 ease-in-out 2s infinite; animation-direction: alternate; }
.page-scroll.style01 a b { color: #3a4856; font-weight: 600; font-size: 13px; letter-spacing: 1.5px; display: none; }
.page-scroll.style01 a span::after { content: ""; position: absolute; top: -10px; right: 0; z-index: 1; width: 35px; height: 47px; background-image: url(/images/44/img-bn-SCROLL.png); background-size: cover; background-repeat: no-repeat; }
.page-scroll.style01 a span { position: absolute; right: 0; }

@keyframes web_menu002 {  0% { transform: translate(0px,0px) }  50% { transform: translate(0px,15px) }  100% { transform: translate(0px,0px) }}

@media screen and (max-width: 1280px){
	#banner {padding-top: 60px;}
}
@media screen and (max-width: 1024px){
	#banner .item {height: 65vh;}
    #banner .item .clip .bgBox{background-position: 20% 50%;}
}
@media screen and (max-width: 980px){
	#banner .item {height: 45vh;}
    .page-scroll{display:none;}
}
@media screen and (max-width: 680px){
	#banner .item {height: 30vh;}
}