@charset "UTF-8";
/*Theme Name: 国内初CPJ由来幹細胞培養上清液*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&family=Zen+Kaku+Gothic+New&display=swap");
html {
  font-size: 100%;
}

body {
  font-family: "Noto Serif JP", serif;
  margin: 0 auto;
  max-width: 440px;
  width: 100%;
  color: #6f6f6f;
}

body img {
  display: block;
  height: auto;
}

body .btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: btn_animation 1.5s infinite;
          animation: btn_animation 1.5s infinite;
}

body .btn img {
  display: block;
  margin: 0 auto;
}

@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

body .cta {
  position: relative;
}

body .awake {
  padding: 35px 0 10px;
}

body .awake img {
  margin: 0 auto;
}

body .salon {
  position: relative;
}

body .salon video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 400px;
  width: 92%;
  height: auto;
}

body .faq {
  padding: 20px;
}

body .faq img {
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */