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

/* =============================
   Super D-18 / Super HD-28
============================= */

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

.sd-lead {
  font-size: 1.8rem;
  line-height: 2.1;
  font-weight: 500;
}

.sd-series-name {
  font-size: 2.8rem;
  font-weight: 600;
  color: #52c778;
	line-height: 1.2;
	margin-top: 1.5rem;
}

.sd-model-name {
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.sd-price-label {
  font-size: 2.1rem;
  font-weight: 500;
}

.sd-price {
  font-size: 5.6rem;
  font-weight: 700;
  color: #505050;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.sd-spec-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #505050;
  margin-bottom: 0.5rem;
}

.sd-spec {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}

/* =============================
   レスポンシブ
============================= */
@media (max-width: 991px) {
  .sd-model-name {
    font-size: 4.8rem;
  }
}

@media (max-width: 767px) {
  .sd-price {
    font-size: 4.8rem;
  }
}