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

/* =============================
   MARTIN GUITAR Watch 2024
============================= */

/* ─── サブイメージ ─── */
.mgw-subimage {
  line-height: 0;
}

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

.mgw-catchcopy {
  font-family: "Zen Old Mincho", serif;
	color: #202020;
	font-size: 3.6rem;
	font-weight: 900;
	font-display: swap;
	line-height: 1.2;
	text-align: center;
}

.mgw-lead-text {
	font-family: "Helvetica Neue", Helvetica, Arial,Meiryo, "メイリオ", sans-serif;
	font-size: 2.8rem;
	font-weight: 600;
	font-display: swap;
	line-height: 1.6;
	text-align: center;
}

.mgw-lead {
  font-family: "Helvetica Neue", Helvetica, Arial,Meiryo, "メイリオ", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-display: swap;
	line-height: 1.8;
	text-align: cenleftter;
}

.mgw-logo {
  width: 25%;
  height: auto;
  display: block;
  margin: 1rem auto 0;
}

.mgw-logo-sp {
  width: 50%;
  height: auto;
  display: block;
  margin: 1rem auto 0;
}

.mgw-title {
  font-family: "Helvetica Neue", Helvetica, Arial,Meiryo, "メイリオ", sans-serif;
	font-size: 6.4rem;
	line-height: 1.2;
	font-weight: 600;
	color: #202020;
	text-align: center;
}

.mgw-limited {
  font-family: "Helvetica Neue", Helvetica, Arial,Meiryo, "メイリオ", sans-serif;
	font-size: 2.8rem!important;
	font-weight: 600;
	color: #DC143C;
}

.mgw-price {
  font-size: 3.6rem;
	line-height: 1;
	font-weight: 600;
	color: #606060;
}

.mgw-intax {
  font-size: 2.1rem;
  margin-right: 0.5rem;
}

/* ─── 画像キャプション ─── */
.mgw-spec-text {
  font-size: 1.4rem;
  line-height: 1.8;
	font-weight: 600;
  color: #555;
  margin-top: 0.5rem;
}

/* ─── サブコピー ─── */
.mgw-catchcopy-sub {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
	font-size: 4.2rem;
	font-display: swap;
	line-height: 1.4;
	color: #404040;
	text-align: center;
}

/* ─── スペック表 ─── */
.mgw-spec-table {
  font-size: 1.4rem;
  line-height: 2;
}

.mgw-spec-note {
  font-size: 1.3rem;
  color: #888;
  margin-top: 1rem;
}

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

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

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

/* ─── お知らせボックス ─── */
.mgs-info-box {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.6rem;
}

.mgs-info-box__label {
  font-size: 4.2rem;
  color: #C4A154;
  font-weight: 700;
  margin-bottom: 1rem;
}

.mgs-info-box__text {
  font-size: 2.4rem;
  line-height: 1.8;
}

.mgs-info-box__caution {
  font-size: 1.8rem;
}

/* ─── レスポンシブ ─── */
@media (max-width: 767px) {
  .mgw-catchcopy {
    font-size: 2.8rem;
  }

  .mgw-catchcopy-sub {
    font-size: 2.8rem;
  }

	.mgw-title {
    font-size: 4.2rem;
		line-height: 1;
  }

	.mgw-lead-text {
		font-size: 1.8rem;
	}

	.mgs-section {
		padding: 4rem 0rem;
	}
	.mgw-btn {
		padding: 2rem;
	}

	.mgs-info-box__label {
		font-size: 2.8rem;
		margin-top: 1rem;
	}

	.mgs-info-box__text {
		line-height: 1.4;
	}
}