/*
Theme Name: Hello Elementor Child
Theme URI: https://program.lala-omotesando.com/hello-elementor-child/
Description: Hello Elementor Child Theme
Author: hiroyuki ohnuki
Author URI: https://program.lala-omotesando.com/lp001
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.pulse-animation {
  animation: pulse 2s infinite !important;
}

.mincho {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", serif !important;
}