.feature-page{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
  color:#333;
  line-height:1.9;
  font-size:16px;
}

/* ======================
   FV
====================== */

.hero{
  padding:50px 0 70px;
  text-align:center;
}

.hero h1{
  font-size:42px;
  line-height:1.4;
  margin-bottom:25px;
  font-weight:700;
}

.lead{
  font-size:18px;
  margin-bottom:35px;
}

.hero img{
  width:100%;
  max-width:1200px;
  display:block;
  margin:0 auto 35px;
}

.intro{
  font-size:20px;
  font-weight:600;
}

/* ======================
   商品セクション
====================== */

.product-section{
  padding:80px 0;
}

.product-section h2{
  text-align:center;
  font-size:38px;
  margin-bottom:60px;
  color:#7d2323;
  border-bottom:2px solid #e5e5e5;
  padding-bottom:20px;
}

.reason{
  max-width:900px;
  margin:0 auto 60px;
}

.reason-number{
  display:inline-block;
  background:#7d2323;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  padding:6px 15px;
  border-radius:20px;
  margin-bottom:15px;
}

.reason h3{
  font-size:30px;
  margin:15px 0 25px;
  line-height:1.5;
}

.reason img{
  width:100%;
  max-width:700px;
  display:block;
  margin:0 auto 30px;
  border-radius:8px;
}

.reason p{
  font-size:17px;
}

/* ======================
   実績ブロック
====================== */

.achievement{
  display:flex;
  gap:30px;
  margin:70px 0;
  flex-wrap:wrap;
}

.achievement-card{
  flex:1;
  min-width:300px;
  background:#f7f5f2;
  border-radius:12px;
  padding:35px 25px;
  text-align:center;
}

.achievement-card.gold{
  background:#f8f2dd;
}

.achievement-title{
  font-size:20px;
  font-weight:700;
  margin-bottom:15px;
}

.achievement-number{
  font-size:72px;
  line-height:1;
  font-weight:800;
  color:#a32020;
  margin-bottom:10px;
}

.achievement-number span{
  font-size:34px;
}

.achievement-number.year{
  font-size:72px;
}

.achievement-number.media{
  font-size:46px;
}

.achievement-sub{
  font-size:14px;
  color:#666;
  margin-bottom:15px;
}

.achievement-card p{
  font-size:15px;
  margin:0;
}

/* ======================
   ラインナップ
====================== */

.lineup{
  margin-top:50px;
  padding-top:40px;
  border-top:2px solid #ececec;
}

.lineup h3{
  text-align:center;
  font-size:30px;
  margin-bottom:30px;
}

/* ======================
   締めメッセージ
====================== */

.closing-message{
  margin:80px 0 40px;
  padding:60px 30px;
  background:#f7f5f2;
  text-align:center;
  border-radius:12px;
}

.closing-message h2{
  font-size:34px;
  color:#7d2323;
  margin-bottom:25px;
  line-height:1.5;
}

.closing-message p{
  font-size:18px;
  line-height:2;
  margin:0;
}

/* ======================
   スマホ
====================== */

@media screen and (max-width:768px){

  .feature-page{
    padding:0 15px;
  }

  .hero h1{
    font-size:24px;
    line-height:1.5;
  }

  .lead{
    font-size:15px;
    line-height:1.8;
  }

  .intro{
    font-size:16px;
    line-height:1.8;
  }

