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

/* =============================
   案件固有スタイル（mec1213-limited）
============================= */

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

.products {
  font-family: "Helvetica Neue", Helvetica, Arial, Meiryo, "メイリオ", sans-serif;
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 600;
  color: #6bc794;
  text-align: center;
}

.topic-title {
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
}

.extra {
  font-size: 1.8rem !important;
  color: #f3e24c;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

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

.oshirase {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  color: #245C4F;
}

.tour-title {
  background-color: #245C4F !important;
  text-align: center;
}

.lp-full-image {
  line-height: 0;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

/* 画面幅いっぱいの帯背景（100vw + margin-left トリック） */
.fluid-box {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #245C4F;
  padding: 30px;
}

.fluid-box-inner {
  margin: 0 auto;
  padding: 15px;
  background-color: #245C4F;
}

.entry {
  font-size: 2.1rem;
  font-weight: 400;
  color: #202020;
}

a.yellow-link {
  color: #202020 !important;
}

a.yellow-link:hover {
  color: #202020 !important;
  text-decoration: underline !important;
}

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

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

@media (max-width: 768px) {
  .products {
    font-size: 7vw;
    line-height: 1 !important;
    padding-top: 15px;
  }
  .topic-title {
    font-size: 3.6rem;
    line-height: 1.2;
  }
  .extra {
    font-size: 1.8rem !important;
    line-height: 1.6;
  }
  .oshirase {
    font-size: 2.4rem;
  }
  .entry {
    font-size: 1.8rem !important;
    font-weight: 600;
  }
}
