@charset "UTF-8";
/***************
スクロールアニメーション
 ***************/
/*動きのきっかけの起点となるクラス名 はじめは非表示に*/
.fadeInUpTrigger,
.fadeInDownTrigger,
.fadeInUpTriggerOnce {
  opacity: 1 !important;
}

.count1 {
  animation-iteration-count: 1;
  /*この数字を必要回数分に変更*/
}

.count2 {
  animation-iteration-count: 2;
  /*この数字を必要回数分に変更*/
}

.delay1 {
  animation-delay: 0.2s;
}

.delay2 {
  animation-delay: 0.4s;
}

.delay3 {
  animation-delay: 0.6s;
}

.delay4 {
  animation-delay: 0.8s;
}

.delay5 {
  animation-delay: 1s;
}

.delay6 {
  animation-delay: 1.2s;
}/*# sourceMappingURL=anime.css.map */