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

/* =============================
   Backpacker Discontinued
============================= */

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

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

.bp-title {
  font-family: 'Work Sans', sans-serif;
  font-size: 5.6rem;
  font-weight: 600;
  color: #52c778;
  margin-bottom: 0rem;
}

.bp-subtitle {
  font-size: 3.2rem;
  color: #fff;
  margin: 0;
}

/* ─── セクション ─── */
.bp-section {
  padding: 4rem 1rem 0;
}

/* ─── 本文 ─── */
.bp-lead {
  font-size: 2.1rem;
  line-height: 1.9;
}

.bp-text {
  font-size: 1.6rem;
  line-height: 1.9;
}

.bp-literally {
  font-size: 2.8rem;
  color: #245C4F;
}

/* ─── キャプション ─── */
.bp-caption {
  font-size: 1.8rem;
  line-height: 1.8;
}

/* ─── ボタン ─── */
.bp-btn {
  display: inline-block;
  background-color: #C4A154;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1rem 3rem;
  border-radius: 0.2rem;
  text-decoration: none;
  transition: opacity 0.2s;
  line-height: 1;
}

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

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

/* ─── レスポンシブ ─── */
@media (max-width: 767px) {
	.bp-title {
		font-size: 4.2rem;
	}
	.bp-subtitle {
		font-size: 2.4rem;
	}
}

@media (max-width: 575px) {
	.bp-subtitle {
		font-size: 1.8rem;
	}
}