.effect_box_up {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(20px) rotate(0deg);
  -ms-transform: translateY(20px) rotate(0deg);
  transform: translateY(20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_up.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
.effect_box_spot {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_spot.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.effect_box_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-20px) rotate(0deg);
  -ms-transform: translateX(-20px) rotate(0deg);
  transform: translateX(-20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_left.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
.effect_box_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(20px) rotate(0deg);
  -ms-transform: translateX(20px) rotate(0deg);
  transform: translateX(20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_right.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}

/* ANIMATION */

/* BG */
.c-ani__bg {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  padding-left: 20px;
}
.c-ani__bg::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-ani__bg--black {
  color: #fff;
}
.c-ani__bg--black::after {
  background-color: #111111;
}
.c-ani__bg--black .text {
  display: inline-block;
  opacity: 0;
}
.effect.leff .c-ani__bg--black small {
  animation-name: opa;
  animation-duration: 0.4s;
  animation-delay: 1.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.effect.leff .c-ani__bg--black::after {
  animation-name: widthfull;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes opa {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes widthfull {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

/* FADE */
.c-ani__fadeup {
  opacity: 0;
}
.effect.leff .c-ani__fadeup {
  animation-name: fadeup;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* DELAY */
.delay01 {
  animation-delay: 0.1s !important;
}
.delay02 {
  animation-delay: 0.2s !important;
}
.delay03 {
  animation-delay: 0.3s !important;
}
.delay04 {
  animation-delay: 0.4s !important;
}
.delay05 {
  animation-delay: 0.5s !important;
}
.delay06 {
  animation-delay: 0.6s !important;
}
.delay07 {
  animation-delay: 0.7s !important;
}
.delay08 {
  animation-delay: 0.8s !important;
}
.delay09 {
  animation-delay: 0.9s !important;
}
.delay1 {
  animation-delay: 1s !important;
}
.delay11 {
  animation-delay: 1.1s !important;
}
.delay12 {
  animation-delay: 1.2s !important;
}
.delay13 {
  animation-delay: 1.3s !important;
}
.delay14 {
  animation-delay: 1.4s !important;
}
.delay15 {
  animation-delay: 1.5s !important;
}
.delay16 {
  animation-delay: 1.6s !important;
}
.delay17 {
  animation-delay: 1.7s !important;
}
.delay18 {
  animation-delay: 1.8s !important;
}
.delay19 {
  animation-delay: 1.9s !important;
}
.delay2 {
  animation-delay: 2s !important;
}
.delay21 {
  animation-delay: 2.1s !important;
}
.delay22 {
  animation-delay: 2.2s !important;
}
.delay23 {
  animation-delay: 2.3s !important;
}
.delay24 {
  animation-delay: 2.4s !important;
}
.delay25 {
  animation-delay: 2.5s !important;
}
.delay26 {
  animation-delay: 2.6s !important;
}
.delay27 {
  animation-delay: 2.7s !important;
}
.delay28 {
  animation-delay: 2.8s !important;
}
.delay29 {
  animation-delay: 2.9s !important;
}
.delay3 {
  animation-delay: 3s !important;
}
