.kp-footer-cta {
  box-sizing: border-box;
  background-color: #fbf4e8;
  background-image: radial-gradient(rgba(182, 150, 107, 0.09) 1px, transparent 1px);
  background-size: 16px 16px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

.kp-footer-cta *,
.kp-footer-cta *::before,
.kp-footer-cta *::after {
  box-sizing: border-box;
}

.kp-footer-cta__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.kp-footer-cta__button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: min(92%, 560px);
  min-height: 66px;
  margin: 0 auto;
  padding: 15px 30px !important;
  border: 1px solid #8d302f !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ae403e 0%, #9d3735 100%) !important;
  box-shadow: 0 8px 0 #67201f !important;
  color: #fff !important;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.kp-footer-cta--wide .kp-footer-cta__button {
  width: min(100%, 760px);
}

.kp-footer-cta__button::before,
.kp-footer-cta__button::after {
  display: none !important;
  content: none !important;
}

@media (hover: hover) {
  .kp-footer-cta__button:hover {
    background: linear-gradient(180deg, #b94845 0%, #a23b39 100%) !important;
    box-shadow: 0 5px 0 #67201f !important;
    transform: translateY(3px);
  }
}

@media (max-width: 749px) {
  .kp-footer-cta__button,
  .kp-footer-cta--wide .kp-footer-cta__button {
    width: 100%;
    min-height: 56px;
    padding: 12px 20px !important;
    box-shadow: 0 6px 0 #67201f !important;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}
