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

/* =============================
   案件固有スタイル（500ltd-ctmstyle18）
============================= */

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

.series-name {
  font-size: 2.1rem !important;
  font-weight: 600;
  line-height: 1.2;
  color: #52c778;
}

.model-name {
  font-size: 4.8rem !important;
  font-weight: 700;
  line-height: 1.4;
}

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

.price {
  font-size: 4.8rem;
  line-height: 1.2 !important;
  font-weight: bold;
  text-align: left;
  color: #505050;
}

.about-spec {
  font-size: 2.8rem;
  line-height: 1.6 !important;
  font-weight: bold;
  text-align: left;
  color: #505050;
}

@media (max-width: 768px) {
  .model-name {
    font-size: 4.2rem !important;
  }
  .price {
    font-size: 3.6rem;
  }
}