.keyart {
  position: relative;
  z-index: 10;
  display: block;
  background: #79dff8;
}

.keyart_layer {
  background-position: bottom center;
  background-size: 100%;
  background-repeat: repeat-x;
  width: 100%;
  position: absolute;
}

.keyart {
  padding-bottom: 50%;
}

.keyart_layer {
  padding-bottom: 50%;
}

.keyart_layer.parallax {
  position: fixed;
}

.keyart-0 {
  background-position: top center;
  background-image: radial-gradient(#76e1f1 20%, #e3d3ff 53%, #dbfaff 99%);
}

.keyart-1 img {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 112%;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  animation-direction: alternate;
  opacity: 0;
}

.parallax02-1 {
  animation-duration: 3s;
  animation-name: oxxo;
}

.parallax02-2 {
  animation-duration: 2s;
  animation-name: oxxoq;
  animation-delay: 1s;
}

@keyframes oxxo {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes oxxoq {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.keyart-2 h2 {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  opacity: 0.8;
  letter-spacing: 3px;
  width: 100%;
  text-align: center;
}

.keyart-4 {
  background-image: url("../img/parallax03.png");
}

.keyart-5 img {
  position: absolute;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-direction: alternate;
  opacity: 0;
}

.keyart-8 img {
  position: absolute;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-direction: alternate;
  opacity: 0;
}

.keyart-8 img.cloud1 {
  width: 60%;
  bottom: 10%;
  animation-duration: 5s;
  animation-name: cloudleft;
}

@keyframes cloudleft {
  0% {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 1;
    left: 5%;
  }
  100% {
    opacity: 0;
    left: 0;
  }
}

.keyart-5 img.cloud2 {
  width: 40%;
  bottom: 15%;
  animation-duration: 8s;
  animation-name: cloudright;
  animation-delay: 1.5s;
}

@keyframes cloudright {
  0% {
    opacity: 0;
    right: 0;
  }
  50% {
    opacity: 1;
    right: 5%;
  }
  100% {
    opacity: 0;
    right: 0;
  }
}

.keyart-6 {
  background-image: url("../img/parallax04.png");
  background-position: center center;
}

div.keyart-6 h1 {
  position: absolute;
  left: 50%;
  bottom: -300px;
  transform: translateX(-50%);
  font-size: 12px;
}

.keyart-7 {
  background-image: url("../img/parallax05.png");
}

.empty-section {
  display: block;
  width: 100%;
  background: #fff;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  top: 0;
  z-index: 10;
}

.empty-section:before {
  content: "";
  background-image: url(../img/parallax-BG.png);
  position: absolute;
  width: 100%;
  height: 274px;
  top: -274px;
}

.all {
  background: #fff;
  height: 1000px;
  position: relative;
  top: -200px;
  z-index: 10;
  width: 100%;
}

.key-top01, .key-top02, .key-top03, .key-top04, .key-logo, .text {
  animation-duration: 2s;
  animation-name: keytop;
}

.key-top01 {
  animation-delay: 1.3s;
}

.key-top02 {
  animation-delay: 1.5s;
}

.key-top03 {
  animation-delay: 1.7s;
}

.key-top04 {
  animation-delay: 1.8s;
}

.key-logo {
  animation-duration: 2.2s;
  animation-name: keytop;
  animation-delay: 0.4s;
}

.text {
  animation-duration: 2.3s;
  animation-name: keytop;
  animation-delay: 0.6s;
}

@keyframes keytop {
  0% {
    transform: translateY(-400px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@media screen and (max-width: 1440px) {
  .keyart, .keyart_layer {
    padding-bottom: 65%;
  }
  .empty-section {
    top: -100px;
  }
}

@media screen and (max-width: 1366px) {
  .empty-section {
    top: 0px;
  }
  .keyart-6 {
    top: -131px;
  }
}

@media screen and (max-width: 1024px) {
  .keyart, .keyart_layer {
    padding-bottom: 100vh;
  }
  .keyart-1 {
    top: 48px;
  }
  .keyart-2 {
    top: 4%;
  }
  .keyart-2 h2 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .keyart-6 {
    background-position: top center;
    background-size: 125%;
    top: 4%;
  }
  .empty-section {
    top: 0px;
  }
  .empty-section:before {
    background-size: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .keyart, .keyart_layer {
    padding-bottom: 65%;
  }
  .keyart-0 {
    background-size: 126%;
  }
  .keyart-1 {
    top: 6%;
  }
  .keyart-2 {
    top: 5%;
  }
  .keyart-6 {
    top: 2%;
  }
  .keyart-4, .keyart-5, .keyart-7, .keyart-8 {
    top: -10%;
  }
  .empty-section {
    top: 0px;
  }
  .empty-section:before {
    height: 150px;
    top: -149px;
  }
}

@media screen and (max-width: 991px) {
  .keyart-4, .keyart-5, .keyart-7, .keyart-8 {
    top: -6%;
  }
  .empty-section:before {
    background-image: url(../img/parallax-BG-md.png);
  }
  .keyart-4 {
    background-image: url("../img/parallax03-md.png");
  }
  .keyart-6 {
    background-image: url("../img/parallax04-md.png");
  }
  .keyart-7 {
    background-image: url("../img/parallax05-md.png");
  }
}

@media screen and (max-width: 667px) {
  .keyart, .keyart_layer {
    padding-bottom: 100vh;
  }
  .keyart-0 {
    background-size: 380%;
  }
  .keyart-1 {
    top: 19%;
  }
  .keyart-1 img {
    width: 170%;
    top: -56px;
  }
  .keyart-2 {
    top: 10%;
  }
  .keyart-2 h2 {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .keyart-5 img.cloud2 {
    bottom: 16%;
  }
  .keyart-6 {
    background-position: center 26%;
    background-size: 260%;
  }
  .keyart-4, .keyart-7 {
    background-position: center bottom;
    background-size: 300%;
  }
  .keyart-8 img.cloud1 {
    width: 100%;
  }
  .empty-section {
    top: 0;
  }
  .empty-section:before {
    background-size: 155%;
  }
  .empty-section:before {
    background-image: url(../img/parallax-BG-sm.png);
  }
  .keyart-4 {
    background-image: url("../img/parallax03-sm.png");
  }
  .keyart-7 {
    background-image: url("../img/parallax05-sm.png");
  }
}
/*# sourceMappingURL=parallax.css.map */