/* =============================
   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;
}

/* =============================
   ROAD Series Refresh
============================= */

/* ─── タイトルエリア ─── */
.rs-title-area {
  background-color: #245C4F;
  text-align: center;
  padding: 3rem 1rem;
}

.rs-logo {
  width: 28rem;
  height: auto;
  display: block;
  margin: 0 auto 1.5rem;
}

.rs-title-svg {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto 1rem;
}

.rs-point {
  font-size: 3.6rem;
  font-weight: 600;
  color: #f3e24c;
  line-height: 1.6;
  margin-bottom: 0;
}

.rs-subtitle {
  font-size: 4.2rem;
  color: #fff;
  margin: 0;
}

/* ─── セクション ─── */
.rs-section {
  padding: 4rem 1.5rem;
}

/* ─── 本文 ─── */
.rs-lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
}

/* ─── シリーズロゴ ─── */
.rs-series-logo {
  width: 50%;
  height: auto;
  margin-bottom: 1rem;
}

.rs-series-logo-sp {
  width: 75%;
  height: auto;
  margin-bottom: 1rem;
}

/* ─── 特徴リスト ─── */
.rs-feature {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

/* ─── スタイルロゴ・テキスト ─── */
.rs-style-logo {
  width: 16rem;
  height: auto;
  display: block;
  margin-bottom: 0.5rem;
}

.rs-style-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}

/* ─── ラインナップ ─── */
.rs-lineup-title {
  width: 75%;
  height: auto;
  display: block;
  margin: 0 auto 1rem;
}

.rs-lineup-caption {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/* ─── フルワイド画像 ─── */
.rs-full-image {
  line-height: 0;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

/* ─── ボタン ─── */
.rs-btn {
  display: inline-block;
  background-color: #C4A154;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 2rem 6rem;
  border-radius: 0.6rem;
  text-decoration: none;
  transition: opacity 0.2s;
  line-height: 1.4;
}

.rs-btn:hover {
  opacity: 0.8;
  color: #fff;
}

/* ─── レスポンシブ ─── */
@media (max-width: 767px) {
  .rs-title-svg {
    width: 90%;
  }

  .rs-series-logo {
    width: 50%;
  }

  .rs-style-logo {
    width: 25%;
  }

  .rs-point {
    font-size: 1.4rem;
  }

  .rs-subtitle {
    font-size: 1.8rem;
  }
}