/* =============================
   LP 基本リセット
============================= */

.lp-wrap {
  width: 100%;
  background-color: #f3f0eb;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.lp-wrap img {
  max-width: 100%;
  height: auto;
}

.lp-wrap + * {
  margin-top: 0;
}

.lp-hero img {
  display: block;
  margin: 0;
  padding: 0;
}

/* セクション共通 */
.lp-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.mgs-section {
  padding: 4rem 1.5rem;
}

/* 装飾 */
.rounded-10 {
  border-radius: 10px;
}

/* =============================
   About Martin Club Japan（共通）
============================= */

.lp-about-box {
  max-width: 900px;
  border: dotted 1px #999;
  padding: 20px 25px 5px;
  margin-bottom: 2.5rem;
  text-align: left;
}

.lp-mcj-title {
  font-family: 'Georgia', serif;
  font-size: 2.8rem;
  font-weight: 800;
}

.lp-mcj {
  font-family: 'Georgia', serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.lp-about-box a {
  color: blue;
}

.lp-about-box a:hover {
  color: #000;
}

/* =============================
   案件固有スタイル（junior-era-campaign2026）
   ※road-to-martin-campaignと同じクラス構成を流用
============================= */

.caution {
  font-size: 1.6rem !important;
  text-align: center;
  color: #245c4f;
}

.how-to-apply {
  font-size: 2.8rem;
  color: #ffffff;
}

.lead-text {
  font-size: 3.6rem !important;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.greeting {
  font-size: 1.8rem !important;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}

/* 特典金額バッジ */
.price-badge-wrap {
  text-align: center;
}

.price-badge {
  display: inline-block;
  background-color: #C4A154; /* Gold */
  color: #ffffff; /* Forest Vine */
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.4;
  padding: 1rem 6.4rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
}

/*  ERA Strings 紹介セクション */
.era-intro-section {
  padding: 40px 0;
}

.era-intro-image-wrap {
  text-align: center;
  margin-bottom: 24px;
}

.era-intro-image {
  max-width: 320px;
}

.era-intro-heading {
  max-width: 420px;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.era-intro-text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #202020;
  margin-bottom: 16px;
}

.era-intro-caption {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  color: #444;
}

.era-intro-text-wrap .reserve-btn {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

/* キャンペーン対象商品セクション */
.target-products-section {
  padding: 10px 0 40px;
}

.target-products-label {
  display: block;
  height: 40px;
  width: auto;
  margin-bottom: 10px;
}

.target-products-heading {
  font-size: 4.2rem;
  font-weight: 800;
  color: #202020;
  line-height: 1.5;
  padding-bottom: 5px;
  border-bottom: 1px solid #245C4F;
  margin-bottom: 24px;
}

.target-products-note {
  font-size: 1.8rem;
  font-weight: 500;
  color: #555;
}

.target-products-image-wrap {
  text-align: center;
}

.target-products-caption {
  font-size: 1.2rem;
  color: #555;
  margin-top: 12px;
  text-align: center;
}

.entry-letter {
  font-size: 1.8rem !important;
  font-weight: 500;
  line-height: 2.1;
  text-align: left;
}

.entry {
  font-size: 2.1rem;
  font-weight: 600;
  color: #202020;
}

.stocks {
  font-size: 1.6rem !important;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.entry-title {
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
}

.point {
  font-family: "Helvetica Neue", Helvetica, Arial, Meiryo, "メイリオ", sans-serif;
  font-size: 2.4rem !important;
  font-weight: 600;
  line-height: 1.6;
  color: #f3e24c;
}

.topic-title {
  font-size: 5.6rem;
  font-weight: 800;
  line-height: 1;
  color: #245c4f;
}

.green {
  background-color: #245c4f;
}

.coral-text {
  color: #ff576d;
}

.tour-title {
  background-color: #245C4F !important;
  text-align: center;
}

/* 画面幅いっぱいの帯背景（100vw + margin-left トリック） */
.fluid-box {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #245C4F;
  padding: 30px;
}

.fluid-box-inner {
  margin: 0 auto;
  padding: 15px;
  background-color: #245C4F;
}

.application-area {
  width: 76%;
}

.reserve-btn {
  max-width: 768px;
}

a.yellow-link {
  color: #202020 !important;
}

a.yellow-link:hover {
  color: #202020 !important;
  text-decoration: underline !important;
}

.lp-full-image {
  line-height: 0;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.round-10 {
  border-radius: 10px;
}

/*　レスポンシブ記述まとめ　*/
@media (min-width: 992px) {
  .era-intro-image-wrap {
    padding-right: 24px;
  }
}

@media (max-width: 992px) {
  .topic-title {
    font-size: 4.2rem!important;
  }
  .lead-text {
    text-align: left;
  }
  .target-products-heading {
    font-size: 3.2rem!important;
  }
}

@media (max-width: 767px) {
  .caution {
    text-align: left;
  }
  .application-area {
    width: 98%;
  }
  .point {
    font-size: 2.1rem!important;
    line-height: 1.4 !important;
  }
  .topic-title {
    font-size: 3.2rem!important;
  }
  .lead-text {
    font-size: 2.4rem!important;
    text-align: left;
  }
  .entry {
    font-size: 1.8.rem !important;
    font-weight: 600;
  }
  .price-badge {
    font-size: 2.8rem!important;
    padding: 14px 32px;
    width: 90%;
    text-align: center;
  }
  .era-intro-text-wrap {
    text-align: left;
  }
  .era-intro-heading {
    max-width: 320px;
  }
  .era-intro-text {
    font-size: 2.1rem!important;
  }
  .target-products-label {
    height: 32px;
  }
  .target-products-heading {
    font-size: 2.8rem!important;
  }
  .target-products-note {
    display: block;
    margin-top: 4px;
    font-size: 1.2rem;
  }
  .target-products-caption {
    font-size: 1.2rem!important;
  }
  /* SP：プレゼント画像 余白なしパネル表示 */
  .present-img {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw);
    display: block;
  }
  .price-badge {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}





