* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f7f4ef;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #333;
}

.lp-page {
  width: 100%;
}

.lp-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.lp-image {
  display: block;
  width: 100%;
  height: auto;
}

.cta-link {
  position: absolute;
  display: block;
  z-index: 10;
  border-radius: 999px;
  cursor: pointer;
  background: transparent;
}

/*
クリック範囲を確認したい時だけ、下をコメントアウト解除してください。

.cta-link {
  background: rgba(255, 0, 0, 0.28);
  outline: 2px solid rgba(255, 0, 0, 0.8);
}
*/

/*
CTA位置調整
画像サイズ：1000px × 16561px
*/
.btn-1 {
  top: 70.2%;
  left: 12.5%;
  width: 75%;
  height: 0.9%;
}

.btn-2 {
  top: 98.7%;
  left: 12.5%;
  width: 75%;
  height: 0.9%;
}

/* お問い合わせページ */
.contact-page {
  min-height: 100vh;
  padding: 48px 20px;
  background: linear-gradient(180deg, #f7f4ef 0%, #ffffff 100%);
}

.contact-card {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 32px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.contact-title {
  margin: 0 0 8px;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-align: center;
}

.contact-lead {
  margin: 0 0 32px;
  line-height: 1.8;
  text-align: center;
  color: #666;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
}

input,
textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d8d2c7;
  border-radius: 12px;
  font-size: 16px;
  font-family: inherit;
  background: #fffdf9;
}

textarea {
  min-height: 160px;
  resize: vertical;
}

.submit-button {
  display: block;
  width: 100%;
  margin-top: 28px;
  padding: 16px 20px;
  border: none;
  border-radius: 999px;
  background: #376b4f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.back-link {
  display: block;
  margin-top: 24px;
  text-align: center;
  color: #376b4f;
  text-decoration: none;
  font-weight: 700;
}

.back-link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .lp-wrapper {
    max-width: 100%;
  }

  .contact-card {
    padding: 32px 20px;
    border-radius: 18px;
  }

  .contact-title {
    font-size: 24px;
  }
}
