@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900&subset=chinese-traditional);
.bg {
  background-color: #ffc20f;
  background-size: cover;
  position: relative;
}
.bg img[animation-loop] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.bg img[animation-loop] {
  transform-origin: bottom;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.bg img[animation-loop] :nth-child(1) {
  -webkit-animation: v-e938484c 5s linear 0.3s infinite alternate;
  animation: v-e938484c 5s linear 0.3s infinite alternate;
}
.bg img[animation-loop]:nth-child(2) {
  -webkit-animation: v-e938484c 5s linear 0.3s infinite alternate;
  animation: v-e938484c 5s linear 0.3s infinite alternate;
}
.bg img[animation-loop]:nth-child(3) {
  -webkit-animation: v-e938484c 4s linear 0.6s infinite alternate;
  animation: v-e938484c 4s linear 0.6s infinite alternate;
}
.bg img[animation-loop]:nth-child(4) {
  -webkit-animation: v-e938484c 2s linear 0.8s infinite alternate;
  animation: v-e938484c 2s linear 0.8s infinite alternate;
}
.bg img[animation-loop]:nth-child(5) {
  -webkit-animation: v-e938484c 5s linear 0.5s infinite alternate;
  animation: v-e938484c 5s linear 0.5s infinite alternate;
}
.bg img[animation-loop]:nth-child(6) {
  -webkit-animation: v-e938484c 2s linear 0.5s infinite alternate;
  animation: v-e938484c 2s linear 0.5s infinite alternate;
}
.bg img[animation-loop]:nth-child(7) {
  -webkit-animation: v-e938484c 7s linear 0.4s infinite alternate;
  animation: v-e938484c 7s linear 0.4s infinite alternate;
}
.bg img[animation-loop]:nth-child(8) {
  -webkit-animation: v-e938484c 5s linear 0.2s infinite alternate;
  animation: v-e938484c 5s linear 0.2s infinite alternate;
}
.bg img[animation-loop]:nth-child(9) {
  -webkit-animation: v-e938484c 3s linear 0.1s infinite alternate;
  animation: v-e938484c 3s linear 0.1s infinite alternate;
  left: 50px;
}
.bg img[animation-loop]:nth-child(10) {
  -webkit-animation: v-e938484c 5s linear 0s infinite alternate;
  animation: v-e938484c 5s linear 0s infinite alternate;
  left: -20px;
}
.bg img[animation-loop]:nth-child(11),
.bg img[animation-loop]:nth-child(12) {
  z-index: 0;
}
.bg .bird {
  position: absolute;
  width: calc(14vw * 0.5625);
  height: 100px;
  left: 60%;
  top: 30%;
  z-index: 5;
  -webkit-animation: v-bird 8s infinite 1s ease both;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 2s;
  animation: v-bird 8s infinite 1s ease both;
  animation-direction: normal;
  animation-delay: 2s;
  transform-origin: top;
}
.bg .bird img {
  width: 100%;
}

.fullscreen {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes v-e938484c {
  0% {
    transform: skewX(3deg);
  }
  to {
    transform: skewX(-3deg);
  }
}
@keyframes v-e938484c {
  0% {
    transform: skewX(3deg);
  }
  to {
    transform: skewX(-3deg);
  }
}
@-webkit-keyframes v-bird {
  0% {
    left: 110%;
    top: 50%;
  }
  50% {
    left: 60%;
    top: 30%;
  }
  70% {
    left: 60%;
    top: 30%;
  }
  90% {
    left: 40%;
    top: -20%;
  }
  to {
    left: 40%;
    top: -30%;
  }
}
@keyframes v-bird {
  0% {
    left: 110%;
    top: 50%;
  }
  50% {
    left: 60%;
    top: 30%;
  }
  70% {
    left: 60%;
    top: 30%;
  }
  90% {
    left: 40%;
    top: -20%;
  }
  to {
    left: 40%;
    top: -30%;
  }
}
@media screen and (max-width: 767px) {
  .bg {
    background-color: #ffc20f;
    background-size: cover;
    position: relative;
    height: 100vh;
    width: 100vw;
  }
  .bg img[animation-loop]:nth-child(2) {
    -webkit-animation: v-e938484c 5s linear 0.3s infinite alternate;
    animation: v-e938484c 5s linear 0.3s infinite alternate;
  }
  .bg img[animation-loop]:nth-child(3),
.bg img[animation-loop]:nth-child(4) {
    -webkit-animation: v-e938484c 4s linear 0.6s infinite alternate;
    animation: v-e938484c 4s linear 0.6s infinite alternate;
  }
  .bg img[animation-loop]:nth-child(5) {
    -webkit-animation: v-e938484c 5s linear 0.5s infinite alternate;
    animation: v-e938484c 5s linear 0.5s infinite alternate;
  }
  .bg img[animation-loop]:nth-child(6) {
    -webkit-animation: v-e938484c 4s linear 0.5s infinite alternate;
    animation: v-e938484c 4s linear 0.5s infinite alternate;
  }
  .bg img[animation-loop]:nth-child(7),
.bg img[animation-loop]:nth-child(8) {
    -webkit-animation: none;
    animation: none;
  }
  .bg img[animation-loop]:nth-child(8) {
    z-index: 0;
  }
  .bg img[animation-loop]:nth-child(9),
.bg img[animation-loop]:nth-child(10) {
    -webkit-animation: none;
    animation: none;
  }
  .bg .bird {
    position: absolute;
    width: calc(30vw * 0.5625);
    height: 100px;
    left: 60%;
    top: 30%;
    z-index: 5;
    -webkit-animation: v-bird 8s infinite 1s ease both;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 2s;
    animation: v-bird 8s infinite 1s ease both;
    animation-direction: normal;
    animation-delay: 2s;
    transform-origin: top;
  }
  .bg .bird img {
    width: 100%;
  }

  @-webkit-keyframes v-e938484c {
    0% {
      transform: skewX(-5deg);
    }
    to {
      transform: skewX(0deg);
    }
  }
  @keyframes v-e938484c {
    0% {
      transform: skewX(-5deg);
    }
    to {
      transform: skewX(0deg);
    }
  }
  @-webkit-keyframes v-bird {
    0% {
      left: 110%;
      top: 50%;
    }
    50% {
      left: 60%;
      top: 30%;
    }
    70% {
      left: 60%;
      top: 30%;
    }
    90% {
      left: -20%;
      top: 10%;
    }
    to {
      left: -40%;
      top: 10%;
    }
  }
  @keyframes v-bird {
    0% {
      left: 110%;
      top: 50%;
    }
    50% {
      left: 60%;
      top: 30%;
    }
    70% {
      left: 60%;
      top: 30%;
    }
    90% {
      left: -20%;
      top: 10%;
    }
    to {
      left: -40%;
      top: 10%;
    }
  }
}

/*# sourceMappingURL=style.css.map */