@charset "UTF-8";
/* ---	animation   --- */

/*----------------*/
/* Animate.css 用 ・　要CDN and JS */
/* <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"> */
.anm-025s{  
  animation-delay: 0.25s;
}
.anm-050s{  
  animation-delay: 0.5s;
}
.anm-075s{  
  animation-delay: 0.75s;
}
.anm-100s{  
  animation-delay: 1s;
}
.anm-125s{  
  animation-delay: 1.25s;
}
.anm-150s{  
  animation-delay: 1.5s;
}
.anm-175s{  
  animation-delay: 1.75s;
}
.anm-200s{  
  animation-delay: 2s;
}
.anm-225s{  
  animation-delay: 2.25s;
}
.anm-250s{  
  animation-delay: 2.5s;
}
.anm-275s{  
  animation-delay: 2.75s;
}
.anm-300s{  
  animation-delay: 3s;
}

/* moveOn trigger　*/
.aTgUp,.aTgLf,.Trigger {
  opacity: 0;
}
