/*アニメーションの@keyframes用のCSSコードを書く（ここに書くとAMP用で約500KBまで記入できます）*/
@keyframes ai-cta-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 107, 53, .35); }
  50% { box-shadow: 0 0 0 8px rgba(255, 107, 53, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .cta-box .cta-button { animation: none; }
}