/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/* ====== 全体のホバーアニメーションをなめらかに ====== */
a,
button,
.wp-block-button__link {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  will-change: transform;
}

/* ====== 浮き上がり効果を少しやさしくする ====== */
a:hover,
button:hover,
.wp-block-button__link:hover {
  transform: translateY(-3px);
}

/* ====== ヘッダーボタンなども統一 ====== */
.site-header .menu-item a[href*="contact"]:hover,
.site-header .menu-item a[href*="recruit"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.25s ease-out;
}
