@charset "UTF-8";
.inner {
  z-index: 10;
  position: relative;
}

@-webkit-keyframes fly-left-wave {
  0% {
    transform: translate(0vw, 0px) rotate(0deg);
    opacity: 1;
  }
  /* 10%  { transform: translate(-5vw, -20px) rotate(-1deg); opacity: 1; }*/
  20% {
    transform: translate(-20vw, 20px) rotate(-5deg);
    opacity: 1;
  }
  /*30%  { transform: translate(-24vw, -30px) rotate(0deg); opacity: 1; }*/
  40% {
    transform: translate(-40vw, 26px) rotate(2deg);
    opacity: 1;
  }
  /* 50%  { transform: translate(-60vw, -70px) rotate(-2deg); opacity: 1; }*/
  60% {
    transform: translate(-100vw, -50px) rotate(15deg);
    opacity: 1;
  }
  80% {
    transform: translate(-110vw, 0px) rotate(-5deg);
    opacity: 1;
  }
  100% {
    transform: translate(-120vw, 200px) rotate(-35deg);
    opacity: 1;
  }
}

@keyframes fly-left-wave {
  0% {
    transform: translate(0vw, 0px) rotate(0deg);
    opacity: 1;
  }
  /* 10%  { transform: translate(-5vw, -20px) rotate(-1deg); opacity: 1; }*/
  20% {
    transform: translate(-20vw, 20px) rotate(-5deg);
    opacity: 1;
  }
  /*30%  { transform: translate(-24vw, -30px) rotate(0deg); opacity: 1; }*/
  40% {
    transform: translate(-40vw, 26px) rotate(2deg);
    opacity: 1;
  }
  /* 50%  { transform: translate(-60vw, -70px) rotate(-2deg); opacity: 1; }*/
  60% {
    transform: translate(-100vw, -50px) rotate(15deg);
    opacity: 1;
  }
  80% {
    transform: translate(-110vw, 0px) rotate(-5deg);
    opacity: 1;
  }
  100% {
    transform: translate(-120vw, 200px) rotate(-35deg);
    opacity: 1;
  }
}
@media screen and (min-width: 640px) {
  @-webkit-keyframes fly-left-wave {
    0% {
      transform: translate(0vw, 0px) rotate(0deg);
      opacity: 1;
    }
    /* 10%  { transform: translate(-5vw, -20px) rotate(-1deg); opacity: 1; }*/
    20% {
      transform: translate(-20vw, 20px) rotate(-5deg);
      opacity: 1;
    }
    /*30%  { transform: translate(-24vw, -30px) rotate(0deg); opacity: 1; }*/
    40% {
      transform: translate(-40vw, 26px) rotate(2deg);
      opacity: 1;
    }
    /* 50%  { transform: translate(-60vw, -70px) rotate(-2deg); opacity: 1; }*/
    60% {
      transform: translate(-60vw, -50px) rotate(15deg);
      opacity: 1;
    }
    80% {
      transform: translate(-80vw, 0px) rotate(-5deg);
      opacity: 1;
    }
    100% {
      transform: translate(-110vw, 300px) rotate(-35deg);
      opacity: 1;
    }
    /* 70%  { transform: translate(-84vw, -120px) rotate(-8deg); opacity: 1; }
     80%  { transform: translate(-96vw,  -110px) rotate(1deg);  opacity: 1;}
     90%  { transform: translate(-108vw, -250px) rotate(5deg); opacity: 1; }
     100% { transform: translate(-120vw, -520px) rotate(40deg);   opacity: 1; }*/
  }
  @keyframes fly-left-wave {
    0% {
      transform: translate(0vw, 0px) rotate(0deg);
      opacity: 1;
    }
    /* 10%  { transform: translate(-5vw, -20px) rotate(-1deg); opacity: 1; }*/
    20% {
      transform: translate(-20vw, 20px) rotate(-5deg);
      opacity: 1;
    }
    /*30%  { transform: translate(-24vw, -30px) rotate(0deg); opacity: 1; }*/
    40% {
      transform: translate(-40vw, 26px) rotate(2deg);
      opacity: 1;
    }
    /* 50%  { transform: translate(-60vw, -70px) rotate(-2deg); opacity: 1; }*/
    60% {
      transform: translate(-60vw, -50px) rotate(15deg);
      opacity: 1;
    }
    80% {
      transform: translate(-80vw, 0px) rotate(-5deg);
      opacity: 1;
    }
    100% {
      transform: translate(-110vw, 300px) rotate(-35deg);
      opacity: 1;
    }
    /* 70%  { transform: translate(-84vw, -120px) rotate(-8deg); opacity: 1; }
     80%  { transform: translate(-96vw,  -110px) rotate(1deg);  opacity: 1;}
     90%  { transform: translate(-108vw, -250px) rotate(5deg); opacity: 1; }
     100% { transform: translate(-120vw, -520px) rotate(40deg);   opacity: 1; }*/
  }
}
@-webkit-keyframes fly-diagonal {
  0% {
    transform: translate(-120vw, 0);
    opacity: 1;
  }
  20% {
    transform: translate(-80vw, -15px);
    opacity: 1;
  }
  40% {
    transform: translate(-40vw, -200px);
    opacity: 1;
  }
  60% {
    transform: translate(0vw, -125px);
    opacity: 1;
  }
  80% {
    transform: translate(40vw, -300px);
    opacity: 1;
  }
  90% {
    transform: translate(95vw, -75vh);
    opacity: 1;
  }
  100% {
    transform: translate(120vw, -100vh);
    opacity: 1;
  }
}
@keyframes fly-diagonal {
  0% {
    transform: translate(-120vw, 0);
    opacity: 1;
  }
  20% {
    transform: translate(-80vw, -15px);
    opacity: 1;
  }
  40% {
    transform: translate(-40vw, -200px);
    opacity: 1;
  }
  60% {
    transform: translate(0vw, -125px);
    opacity: 1;
  }
  80% {
    transform: translate(40vw, -300px);
    opacity: 1;
  }
  90% {
    transform: translate(95vw, -75vh);
    opacity: 1;
  }
  100% {
    transform: translate(120vw, -100vh);
    opacity: 1;
  }
}
#wrap_fig2 {
  z-index: 1;
  height: 0px;
}
#wrap_fig2 #fig2 {
  position: absolute;
  transform-origin: 0% 45%;
  z-index: 1;
  top: 0;
  right: -50vw;
  opacity: 0;
  /* 常に見える */
  will-change: transform;
  pointer-events: none;
  width: 50vw;
  height: 50vw;
}

@media screen and (min-width: 640px) {
  #wrap_fig2 #fig2 {
    top: -50px;
    right: -100%;
    width: 30vw;
    height: 30vw;
  }
}
#flying-fig-container {
  position: absolute;
  width: 200vw;
  left: -50%;
}

.flying-fig0 {
  position: absolute;
  top: 0;
  right: 0vw;
  opacity: 0;
  z-index: 1;
  /*visibility: hidden;*/
  -webkit-animation-name: fly-across-left;
          animation-name: fly-across-left;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fly-across-left {
  0% {
    transform: translateX(0);
    opacity: 0;
    visibility: visible;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(-120vw);
    opacity: 0;
  }
}

@keyframes fly-across-left {
  0% {
    transform: translateX(0);
    opacity: 0;
    visibility: visible;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(-120vw);
    opacity: 0;
  }
}
.section_type0 {
  position: relative;
}

#wrap_fig4 {
  z-index: 1;
  height: 0px;
}
#wrap_fig4 #fig4 {
  position: absolute;
  transform-origin: 0% 45%;
  z-index: 1;
  bottom: 0%;
  right: 0%;
  opacity: 1;
  /* 常に見える */
  will-change: transform;
  pointer-events: none;
}

@media screen and (min-width: 640px) {
  #wrap_fig4 #fig4 {
    top: 100px;
  }
}
#wrap_fig5 {
  position: relative;
  z-index: 1;
  height: 0%;
}
#wrap_fig5 #fig5 {
  position: absolute;
  transform-origin: 0% 45%;
  z-index: 1;
  top: 100px;
  left: -10%;
  opacity: 1;
  /* 常に見える */
  will-change: transform;
  pointer-events: none;
}

@media screen and (min-width: 640px) {
  #wrap_fig4 #fig5 {
    top: 100px;
  }
  #wrap_fig5 + .inner {
    padding-left: 80px;
  }
}
#post-19 .block-19-0 {
  position: relative;
  z-index: 10;
}
#post-19 .block-19-0 .uk-container {
  position: relative;
  z-index: 10;
}
#post-19 .block-19-0::after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -200px;
  width: 233px;
  height: 245px;
  background: transparent;
  background-image: url("../../img/deco/sheep1.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
#post-19 .block-19-2 {
  position: relative;
  z-index: 10;
}
#post-19 .block-19-2 .uk-container {
  position: relative;
  z-index: 10;
}
#post-19 .block-19-2::after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: -200px;
  width: 358px;
  height: 317px;
  background: transparent;
  background-image: url("../../img/deco/sheep2.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
#post-19 .sheep3 {
  position: relative;
  z-index: 10;
}
#post-19 .sheep3 .uk-container {
  position: relative;
  z-index: 10;
}
#post-19 .sheep3::after {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0px;
  width: 233px;
  height: 245px;
  background: transparent;
  background-image: url("../../img/deco/sheep3.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
#post-19 .sheep3::before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  right: 0px;
  width: 233px;
  height: 245px;
  background: transparent;
  background-image: url("../../img/deco/sheep4.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

@media print {
  #wave-top {
    display: none;
    width: 0;
    height: 0;
  }
  #wrap_fig2 {
    display: none;
  }
}
/*# sourceMappingURL=deco.css.map */