@charset "UTF-8";
@import url(normalize.css);
/* LP */
.smileaojirudiet-cnt {
  width: 100%;
  max-width: 750px !important;
  margin: -6% auto 0 auto !important;
  padding: 0;
  line-height: 0; }

/* CTA */
.offer {
  position: relative; }
  .offer img {
    width: 100%;
    height: auto;
    display: block; }

/* 共通（位置だけ） */
.offer-btn-01,
.offer-btn-02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; }
  .offer-btn-01 a,
  .offer-btn-02 a {
    display: block; }
  .offer-btn-01 img,
  .offer-btn-02 img {
    width: 100%;
    height: auto;
    display: block; }

/* メインCTA（大きい） */
.offer-btn-01 {
  width: 94%;
  bottom: 17.5%; }
  .offer-btn-01 img {
    animation: pulseEffect 1.3s ease-in-out infinite;
    transform-origin: center; }

/* サブCTA（小さい） */
.offer-btn-02 {
  width: 94%;
  bottom: 1.8%; }

/* アニメーション */
@keyframes pulseEffect {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); } }

/*# sourceMappingURL=style.css.map */
