<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{
  padding: 0;
  margin: 0;
  background: #fff;
}
/*index-setting-css*/
.aplus-container{
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  max-height:1500px;
  position: relative;
  background: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*z-index: 7777;*/
  overflow: hidden;
}
video {
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  z-index: 1;
  display:block;
}
.front-video{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
  background: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 8;
  opacity: 0.7;
  display:block;
}
.aplus-title-box-outside{
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 10;
}
.aplus-title-box{
  width: 37%;
  margin: 370px auto 0 auto;
  display: block;
  animation:cs1 2.5s ease-out;
}
@keyframes cs1{
  0%{
    opacity:0;
    -webkit-transform: translate(0,100px);
    -moz-transform: translate(0,100px);
    -o-transform: translate(0,100px);
    transform: translate(0,100px);
  }
  80%{
    opacity:0;
    -webkit-transform: translate(0,100px);
    -moz-transform: translate(0,100px);
    -o-transform: translate(0,100px);
    transform: translate(0,100px);
  }
  100%{
    opacity:1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
}
.aplus-title{
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}
.aplus-title img{
  width: 100%;
  height: auto;
  max-width: 851px;
}
.aplus-small{
  font-size: 18px;
  text-align: center;
  color: #fff;
  width: 100%;
  display: block;
  float: left;
  font-family: 'Open Sans', sans-serif;
  /* margin-top: 35px; */
  line-height: 30px;
  opacity: 0.5;
}
.aplus-border{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height:100vh;
  border-top: 90px solid #fff;
  border-right: 100px solid #fff;
  border-left: 100px solid #fff;
  border-bottom: 100px solid #fff;
  z-index: 99;
  animation: border-scale 2.5s ease-out;
}
@keyframes border-scale{
  0%{
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transformtransform: scale(2);
  }
  60%{
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transformtransform: scale(2);
  }
  100%{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transformtransform: scale(1);
  }
}
.aplus-logo{
  width: 133px;
  position: absolute;
  top: 0px;
  left: 100px;
  display: block;
  z-index: 105;
  animation: logo 3s ease;
}
@keyframes logo{
  0%{
    opacity: 0;
    -webkit-transform: translate(-100px,0);
    -moz-transform: translate(-100px,0);
    -o-transform: translate(-100px,0);
    transform: translate(-100px,0);
  }
  80%{
    opacity: 0;
    -webkit-transform: translate(-80px,0);
    -moz-transform: translate(-80px,0);
    -o-transform: translate(-80px,0);
    transform: translate(-80px,0);
  }
  100%{
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
}
.aplus-logo img{
  max-width: 184px;
  width: 100%;
  height: auto;
  display: block;
}
.scroll-down{
  width: 40px;
  display: block;
  position: absolute;
  top: 45%;
  right: 30px;
  z-index: 106;
  animation: scroll-down 3s ease;
  cursor: pointer;
}
@keyframes scroll-down{
  0%{
    opacity: 0;
    -webkit-transform: translate(0,-100px);
    -moz-transform: translate(0,-100px);
    -o-transform: translate(0,-100px);
    transform: translate(0,-100px);
  }
  80%{
    opacity: 0;
    -webkit-transform: translate(0,-100px);
    -moz-transform: translate(0,-100px);
    -o-transform: translate(0,-100px);
    transform: translate(0,-100px);
  }
  100%{
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
}
.scroll-down-top{
  width: 100%;
  display: block;
  float: left;
  height:125px;
}
.scroll-down-bottom{
  width: 100%;
  display: block;
  float: left;
}
.scroll-down-bottom img{
  width: 100%;
  display: block;
  height: auto;
  max-width: 30px;
}
.crtl-w1{
  color: #000000;
  font-size: 22px;
}
.copyright{
  /* font-family: 'Open Sans', sans-serif; */
  color: #191919;
  font-size: 14px;
  bottom: 30px;
  right: 100px;
  line-height: 24px;
  text-align: right;
  position: absolute;
  display: block;
  z-index: 108;
  line-height: 28px;
  width: 100%;
  /* max-width: 500px; */
  animation: copyright 3s ease;
}
@keyframes copyright{
  0%{
    opacity: 0;
    -webkit-transform: translate(-100px,0);
    -moz-transform: translate(-100px,0);
    -o-transform: translate(-100px,0);
    transform: translate(-100px,0);
  }
  80%{
    opacity: 0;
    -webkit-transform: translate(-100px,0);
    -moz-transform: translate(-100px,0);
    -o-transform: translate(-100px,0);
    transform: translate(-100px,0);
  }
  100%{
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
}
.st0{
  fill:#EB5F1A;
}
@media only screen and (max-width:768px){
  .aplus-logo{
    left:5vw;
  }
  .aplus-logo img{
    max-width:80px;
  }
  .aplus-border{
    border-left-width: 10vw;
    border-right-width: 10vw;
    border-top-width: 100px;
    border-bottom-width:100px;
  }
  .scroll-down{
    right:45%;
    top:50%;
    width:auto;
  }
  .scroll-down *{
    color:#fff !important;
  }
  .scroll-down  span{
    opacity:0;
  }
  .copyright {
    max-width: none;
    padding: 0 30px;
    right: 0;
    bottom: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
  }
  .hamburg-button{
    top:24px;
    width:25px;
  }
  .aplus-title-box{
    width:50%;
  }
}
</pre></body></html>