/*
Theme Name: 賢威8.0（子テーマ） 
Theme URI: https://rider-store.jp/keni/
Author: 株式会社ウェブライダー		
Author URI: https://web-rider.jp/
Description: 賢威8.0 子テーマです。		
Version: 8.0.0.0
Template: keni80_wp_standard_all_202410021906
*/

.f05em{ font-size: 0.5em!important; }
.f06em{ font-size: 0.6em!important; }
.f07em{ font-size: 0.7em!important; }


.bounce {
  display: inline-block;
  animation: bounce 2.17s infinite; /* アニメーション全体の長さを2.17秒に設定 */
}

@keyframes bounce {
  0%, 15% { /* 初期の静止状態 */
    transform: translateY(0);
  }
  25% { /* 最初の大きなバウンド */
    transform: translateY(-20px);
  }
  40% { /* 元の位置に戻る */
    transform: translateY(0);
  }
  50% { /* 2回目の小さいバウンド (20%増加) */
    transform: translateY(-6px); /* ここを-6pxに変更 */
  }
  60%, 100% { /* 静止状態に戻る */
    transform: translateY(0);
  }
}
