@charset "UTF-8";
/* ===================================================
   kg_camp_add.css
   対象ページ：発毛キャンペーン（鹿児島・男性）
   クラスプレフィックス：kg-camp-
   既存テーマ(amaterasu)への干渉防止のため、必要箇所は !important でリセットしています
   =================================================== */

.kg-camp-wrap {
  max-width: 680px;
  margin: 0 auto !important;
  padding: 0 20px 60px !important;
  background: #fdf6ee;
  box-sizing: border-box;
  overflow: hidden;
}

.kg-camp-wrap * {
  box-sizing: border-box;
}

.kg-camp-wrap h2,
.kg-camp-wrap h3,
.kg-camp-wrap h4 {
  border-bottom: none !important;
  background: none !important;
  display: block !important;
}

.kg-camp-wrap h2::before,
.kg-camp-wrap h3::before,
.kg-camp-wrap h4::before,
.kg-camp-wrap h2::after,
.kg-camp-wrap h3::after,
.kg-camp-wrap h4::after {
  content: none !important;
  border: none !important;
  display: none !important;
}

.kg-camp-wrap span {
  display: inline !important;
}

.kg-camp-wrap ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.kg-camp-wrap p,
.kg-camp-wrap h2,
.kg-camp-wrap h3,
.kg-camp-wrap h4 {
  padding: 0 !important;
}

/* ---------- ヒーロー ---------- */
.kg-camp-hero {
  text-align: center !important;
  padding: 32px 0 24px !important;
}

.kg-camp-ribbon-banner {
  display: block !important;
  width: 100% !important;
  max-width: 620px;
  margin: 0 auto 26px !important;
}

.kg-camp-ribbon-banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.kg-camp-sub {
  font-size: 15px !important;
  color: #4a4a4a !important;
  font-weight: 700 !important;
  margin: 0 0 8px !important;
}

.kg-camp-title {
  font-size: 26px !important;
  color: #a1793f !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin: 0 0 12px !important;
}

.kg-camp-title::selection {
  background: transparent;
}

.kg-camp-lead {
  font-size: 14px !important;
  color: #5a5a5a !important;
  margin: 0 !important;
}

/* ---------- ビフォーアフター ---------- */
.kg-camp-beforeafter {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 8px !important;
}

.kg-camp-ba-item {
  flex: 1 1 0;
  max-width: 260px;
}

.kg-camp-ba-photo {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.kg-camp-ba-img {
  display: block;
  width: 100%;
  height: auto;
}

.kg-camp-ba-label {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 3px 10px !important;
  border-radius: 3px !important;
  letter-spacing: 1px;
  z-index: 2;
}

.kg-camp-ba-label--before {
  background: #2b2b2b !important;
}

.kg-camp-ba-label--after {
  background: #a1793f !important;
}

.kg-camp-ba-date {
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: #ffffff !important;
  font-size: 11px !important;
  background: rgba(0, 0, 0, 0.55) !important;
  padding: 2px 8px !important;
  border-radius: 3px !important;
  z-index: 2;
}

.kg-camp-ba-arrow {
  flex: 0 0 auto;
  color: #c79a4b !important;
  font-size: 22px !important;
  font-weight: 700 !important;
}

.kg-camp-note {
  text-align: center !important;
  font-size: 12px !important;
  color: #8a8a8a !important;
  margin: 0 0 24px !important;
}

/* ---------- 体験者先着16名様バナー（画像のまま） ---------- */
.kg-camp-banner {
  margin: 0 0 32px !important;
}

.kg-camp-banner-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* ---------- 実感率リボン ---------- */
.kg-camp-ribbon2 {
  text-align: center !important;
  background: linear-gradient(135deg, #b8944f, #d9b876) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 14px 10px !important;
  border-radius: 6px !important;
  margin: 0 0 32px !important;
}

.kg-camp-ribbon2 strong,
.kg-camp-ribbon2 b {
  font-size: 20px !important;
}

/* ---------- 体験の流れ 見出し ---------- */
.kg-camp-flow-head {
  text-align: center !important;
  margin: 0 0 28px !important;
}

.kg-camp-flow-title {
  font-size: 22px !important;
  color: #4a4a4a !important;
  font-weight: 700 !important;
  margin: 0 0 10px !important;
  position: relative;
  padding-bottom: 14px !important;
}

.kg-camp-flow-title::after {
  content: "" !important;
  display: block !important;
  width: 40px;
  height: 2px;
  background: #c79a4b !important;
  margin: 12px auto 0 !important;
}

.kg-camp-flow-lead {
  font-size: 13px !important;
  color: #8a8a8a !important;
  margin: 0 !important;
}

/* ---------- STEPブロック ---------- */
.kg-camp-step {
  margin: 0 0 40px !important;
  padding-bottom: 40px !important;
  border-bottom: 1px dashed #e7d9bd;
}

.kg-camp-step:last-of-type {
  border-bottom: none;
}

.kg-camp-step-badge {
  display: inline-block !important;
  background: linear-gradient(135deg, #8f8f8f, #5a5a5a) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 6px 20px !important;
  border-radius: 3px !important;
  margin: 0 0 12px !important;
  letter-spacing: 1px;
}

.kg-camp-step-title {
  font-size: 18px !important;
  color: #3d3d3d !important;
  font-weight: 700 !important;
  margin: 0 0 16px !important;
}

.kg-camp-step-photo {
  margin: 0 0 16px !important;
  border-radius: 8px;
  overflow: hidden;
}

.kg-camp-step-img {
  display: block;
  width: 100%;
  height: auto;
}

.kg-camp-step-text {
  font-size: 14px !important;
  line-height: 1.9 !important;
  color: #4a4a4a !important;
  margin: 0 0 14px !important;
}

.kg-camp-step-text:last-of-type {
  margin-bottom: 0 !important;
}

/* ---------- 施術内容ボックス ---------- */
.kg-camp-treatment-box {
  background: #ffffff !important;
  border-left: 4px solid #4f86c6 !important;
  border-radius: 4px;
  padding: 16px 18px !important;
  margin: 20px 0 0 !important;
}

.kg-camp-treatment-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #4f86c6 !important;
  margin: 0 0 10px !important;
}

.kg-camp-treatment-list li {
  font-size: 14px !important;
  color: #4a4a4a !important;
  padding: 6px 0 !important;
  border-bottom: 1px solid #f0f0f0;
}

.kg-camp-treatment-list li:last-child {
  border-bottom: none;
}

/* ---------- クロージング ---------- */
.kg-camp-closing {
  text-align: center !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #a1793f !important;
  line-height: 1.7 !important;
  margin: 0 0 40px !important;
}

/* ---------- よくある質問 ---------- */
.kg-camp-faq {
  margin: 0 0 20px !important;
}

.kg-camp-faq-title {
  text-align: center !important;
  font-size: 22px !important;
  color: #4a4a4a !important;
  font-weight: 700 !important;
  margin: 0 0 20px !important;
}

/* 既存のFAQ出力(.scalp-faq)をキャンペーンページのデザインに合わせて微調整 */
.kg-camp-faq .scalp-faq {
  margin: 0 !important;
}

.kg-camp-faq .scalp-faq__item {
  background: #ffffff;
  border: 1px solid #ecdfc8;
  border-bottom: 1px solid #ecdfc8 !important;
  border-radius: 6px;
  padding: 16px !important;
  margin-bottom: 10px;
}

.kg-camp-faq .scalp-faq__q {
  color: #a1793f !important;
  font-weight: 700 !important;
  border-left: 4px solid #7cb342 !important;
  padding-left: 12px !important;
  margin: 0 0 14px !important;
}

.kg-camp-faq .scalp-faq__a p strong {
  color: #4f9a2c !important;
}

.kg-camp-faq .scalp-faq__a ul {
  list-style: none !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column;
  gap: 10px;
}

.kg-camp-faq .scalp-faq__a li {
  background: #eef5e2 !important;
  color: #3d3d3d !important;
  padding: 12px 16px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

/* ---------- モバイル対応 ---------- */
@media screen and (max-width: 600px) {
  .kg-camp-wrap {
    padding: 0 14px 44px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .kg-camp-title {
    font-size: 21px !important;
  }

  .kg-camp-ribbon2 {
    font-size: 14px !important;
  }

  .kg-camp-closing {
    font-size: 18px !important;
  }
}
