@charset "utf-8";

.c-cta-btn__pop {
  max-width: 350px;
  text-align:center;
  margin:0 auto;
  margin-bottom: 10px;
  animation: move-y 0.6s infinite alternate ease-in-out;
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(4px);
  }
}

.c-cta-btn__btn {
  /* box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    box-shadow: 0 0 1.25rem rgb(0 0 0 / 30%);
    border-radius: 200px;
    border-radius: 12.5rem; */
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 20px;
}


/* フッター
============================ */


.c-footer {
  padding: 20px;
  padding: 1.25rem;
  text-align: center;
}

.c-footer__inner {
  color: #aaa;
}

.c-footer__copyright {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #999;
  text-align: center;
  letter-spacing: 0.1em;
}

.c-footer__link {
  margin-bottom: 10px;
  margin-bottom: 0.425rem;
}

.c-footer__link-item {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 10px;
  margin: 0 0.625rem;
  color: #aaa;
  font-size: 13px;
}
