@charset "Shift_JIS";

*{
  box-sizing: border-box;
}

.lp-wrap *{
  margin:0;
  padding:0;
}
/*--------------------------------------------------------
  フルCSSスマートフォンテンプレート部品設定
--------------------------------------------------------*/
/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/

/* マージン */
.hpb-layoutset-02 #hpb-main .hpb-parts-smt-cnt-style, .hpb-layoutset-02 #hpb-main .hpb-parts-smt-cbox-style, .hpb-layoutset-02 #hpb-main .hpb-parts-smt-sbox-style, .hpb-layoutset-02 #hpb-main .hpb-parts-smt-lbox-style{
    margin: 0 15px !important;
}
.hpb-layoutset-02 #hpb-main .hpb-parts-smt-lbtn-01, .hpb-layoutset-02 #hpb-main .hpb-parts-smt-lbtn-02, .hpb-layoutset-02 #hpb-main .hpb-parts-smt-lbtn-03{
    margin: 5px 15px !important;
}

/* レイアウトコンテナ　2種類
================================================== */

/* 見出し　7種類
================================================== */
.hpb-parts-smt-hl-style, .hpb-parts-smt-hl-bg-style{
    background-color: #f5f4f1;
    background-image : url(image/ico_plus_00_3.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 19px 10px;
    border-color: #edecea !important;
    min-height: 22px;
    margin: 0 0 5px !important;
    padding: 6px 15px 0 34px !important;
    color: #2c2c2c;
    line-height: 1.1;
    word-break: break-all;
}

.hpb-parts-smt-hl-bg-style{
    background-color: #cccccc !important;
}

/* 文書枠　5種類
================================================== */
.hpb-parts-smt-cbox-style{
    border-color: #595757 !important;
    color: #595757;
}

/* リスト枠　4種類（2×2種類　見出しアリ・ナシ）
================================================== */
.hpb-parts-smt-sbox-style{
    color: #595757;
}

.hpb-parts-smt-sbox-style h3{
    background-image: none !important;
    background-color: #f5f4f1;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 15px !important;
    font-weight: bold;
}

.hpb-parts-smt-sbox-style ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.hpb-parts-smt-sbox-style li{
    background-image: none !important;
    padding-left: 12px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.hpb-parts-smt-sbox-style li a img{
    display: inline !important;
    margin: 0px !important;
    padding: 0px 5px 0px 0px !important;
}

/* リンクリスト　2種類（2×6種類　枠角・枠丸／見出しアリ・ナシ／画像アリ・ナシ）
================================================== */
.hpb-parts-smt-lbox-style{
    color: #595757;
}

.hpb-parts-smt-lbox-style h3{
    background-image: none !important;
    background-color: #f5f4f1;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 15px !important;
    font-weight: bold;
}

.hpb-parts-smt-lbox-style ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.hpb-parts-smt-lbox-style li a img{
    display: inline !important;
    margin: 0px !important;
    padding: 0px 5px 0px 0px !important;
}

/* リンクボタン　9種類
================================================== */
.hpb-parts-smt-lbox-style{
    color: #595757;
}

/* リンクカラー　2種類
================================================== */
.hpb-parts-smt-lbox-style a, .hpb-parts-smt-lbtn-style a{
    color: #595757;
}

/* ===== LP専用リセット ===== */
.lp-wrap *{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

.lp-wrap{
  width:100%;
  overflow:hidden;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial;
  color:#222;
}

/* ===== 画像暴走防止 ===== */
.lp-wrap img{
  width:100%;
  max-width:100%;
  height:auto;
  display:block;
}

/* ===== FV（ここが重要：完全修正） ===== */
.lp-wrap .fv{
  position:relative;
width:100%;
}

/* 画像を背景化 */
.lp-wrap .fv img{
display:block;
  width:100%;
  height:auto;
}

/* 上テキスト */
.lp-wrap .fv-text-top{
  position:absolute;
  top:6%;
  left:5%;
  width:90%;
  color:#fff;
  z-index:2;
}

/* ★ キャッチ（これが今回の主役） */
.lp-wrap .fv-catch{
  position:absolute;
  bottom:15%;   /* ←ここだけ調整すればOK */
  left:5%;
  width:95%;
  color:#fff;
  font-size:20px;
  font-weight:bold;
  line-height:1.5;
  letter-spacing:0.5px;
  text-shadow:0 2px 6px rgba(0,0,0,0.6);
  z-index:3;
}



/* グラデーション */
.lp-wrap .fv::after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:35%;
  background:linear-gradient(
    to top,
    rgba(30,30,30,0.75),
    rgba(30,30,30,0.4),
    transparent
  );
  z-index:1;
}

/* ===== テキスト ===== */
.lp-wrap .sub{
  font-size:14px;
  margin:10px 0 15px;
  opacity:0.9;
  line-height:1.6;
}

/* ===== ブロック ===== */
.lp-wrap .block{
  padding:35px 20px;
  text-align:left;
}

/* ===== リスト ===== */
.lp-wrap ul{
  list-style:none;
}

.lp-wrap li{
  font-size:19px;
  margin:5px 0;
}

/* ===== CTA ===== */

.lp-wrap .price{
  font-size:22px;
  font-weight:bold;
}

.lp-wrap .cta-sub{
  font-size:14px;
  margin:10px 0;
}

/* ===== 強制上書き ===== */
#hpb-main p{
  padding:0 !important;
}

#hpb-main table{
  width:100% !important;
}

.lp-wrap .jp {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
  color: #fff;
  background: #222;
  padding: 3px 8px;
  border-radius: 4px;
}

.lp-wrap .box{
  background:#f7f7f7;
  padding:20px;
  border-radius:10px;
  margin:20px 0;
}

.lp-wrap section{
  text-align:left;
}

.lp-wrap .lp-header{
  text-align:center;
  padding:10px;
  font-size:12px;
  color:#666;
  background:#fff;
  border-bottom:1px solid #eee;
}

/* 中央にするものだけ */
.lp-wrap h1,
.lp-wrap h2,
.lp-wrap .cta,
.lp-wrap .price{
  text-align:center;
}


/* ■ 全体読みやすさ（40代対応） */
.lp-wrap {
  font-size: 19px;
  line-height: 1.9;
  color: #333;
}

/* ■ 見出し（止める力） */
.lp-wrap h1 {
  font-size: 26px !important;
  line-height: 1.4;
  font-weight: 700;
}

.lp-wrap h2 {
  font-size: 24px !important;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 22px;
  margin-bottom: 14px;
}

.lp-wrap h3 {
  font-size: 18px !important;
  font-weight: 700;
}

/* ■ 本文 */
.lp-wrap p {
  font-size: 17px;
  line-height: 1.9;
 margin-bottom: 18px;
}

/* ■ 強調（重要：色も修正） */
.lp-wrap .strong {
  font-size: 20px;
  font-weight: 700;
  color: #e56700 !important; /* 金に修正 */
}

/* ■ 補足 */
.lp-wrap .sub {
  font-size: 16px;
  color: #555;
}

.lp-wrap .note {
  font-size: 15px;
  color: #666;
 margin-bottom: 6px;
}

/* ■ リスト */
.lp-wrap li {
  font-size: 19px;
  line-height: 1.8;
}

/* ■ 余白（←今回一番重要） */
.lp-wrap section {
  max-width: 600px;
  margin: 0 auto 24px;
  padding: 0 20px;
}

/* ■ FVも中央寄せ */
.lp-wrap .fv {
  max-width: 600px;
  margin: 0 auto;
}

/* ■ CTA（最重要改善） */
.lp-wrap .cta {
  display:block; /* ←これ必須 */
  width:100%;    /* ←これも入れると安定 */

  background: #ff7a00;
  color:#fff;
  font-size:18px;
  font-weight:700;
  text-align:center;
letter-spacing:0.5px;
  padding:18px;
  margin:20px 0 30px;
  border-radius:8px;
  text-decoration:none;
  box-shadow:0 4px 10px rgba(0,0,0,0.15);
}

/* 押したとき */
.lp-wrap .cta:active {
  background:#e56700;
  transform:translateY(2px);
}

/* ■ 価格 */
.lp-wrap .price {
  font-size: 22px;
  font-weight: 700;
  color: #d32f2f;
}

/* ■ ボックス（信頼感UP） */
.lp-wrap .box {
  background: #f9f9f9 !important;
  padding: 24px;
  border-radius: 8px;
}

.lp-wrap .fv {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.lp-wrap .fv img {
  width: 100%;
  display: block;
}

.lp-wrap .fv h1{
  font-size:28px;
  color:#fff;
  text-shadow:
    0 2px 6px rgba(0,0,0,0.5),
    0 0 12px rgba(0,0,0,0.6);
}

.lp-wrap .fv::after{
  height:38%;
}


/* チェックマーク段落・箇条書き共通 */
.lp-wrap p.check-list,
.lp-wrap ul.check-ul {
  padding-left: 22px;  /* 左余白 */
  padding-right: 10px;
  text-align: left;
  line-height: 1.7;
  margin-bottom: 14px;
  font-size: 18px;
color: #444;  
}

.lp-wrap ul.check-ul {
  padding-left: 0px;
  margin: 18px 0;
}

.lp-wrap ul.check-ul li {
  font-size: 18px;
  font-weight: 500;
  color: #e56700;
  margin-bottom: 8px;
  line-height: 1.8;
}


/* ===== 特別強調（フコキサンチン・アスコフィラン用） ===== */
.lp-wrap .highlight {
  color: #e56700;
  font-weight: 700;
}

.lp-wrap p.highlight {
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.lp-wrap ul.highlight {
  padding-left: 30px;
  margin-bottom: 20px;
}

.lp-wrap ul.highlight li {
  font-size: 19px;
  font-weight: 700;
  color: #ff7a00;
  line-height: 1.8;
  margin-bottom: 8px;
}

/* FVのキャッチを読みやすくする背景帯 */
.lp-wrap .fv-catch {
  background: rgba(0,0,0,0.35); /* 半透明帯 */
  padding: 8px 12px;
  border-radius: 6px;
}

.lp-wrap .voice {
  background: #f7f7f7;
  border-left: 4px solid #ff7a00;
  border-radius: 6px;
  padding: 12px 14px;
  margin-bottom: 12px;
  font-size: 16px;   /* スマホでも読みやすい文字サイズ */
  line-height: 1.6;  /* 行間を少し広めに */
}

.lp-wrap .mid-message {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 15px;
}

/* リード文 */
.lp-wrap .lead {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* 結論 */
.lp-wrap .conclusion {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: 700;
}

.lp-wrap .block.tight {
  padding: 10px 20px;
}

/* メッセージブロック */
.box .mid-message {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 8px;
}

.box .note {
  font-size: 14px;
  text-align: center;
  color: #666;
  margin-bottom: 12px;
}

/* CTAセクション */
#cta h2 {
  font-size: 20px;
  text-align: center;
  margin: 12px 0 6px 0;
}

#cta .price {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 6px;
}

#cta p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 6px;
}

#cta .cta-top {
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
  color: #ff7a00;
  font-weight: bold;
}

/* CTAボタン */
#cta .cta {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #ff7a00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 0;
  border-radius: 8px;
  margin-top: 12px;
  text-decoration: none;
}

/* 画像の余白調整 */
#cta img {
  margin-bottom: 12px;
  border-radius: 6px;
}

/* 最終メッセージセクション */
.final-message {
  padding: 12px 16px;
  text-align: center;
}

.final-message p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #333;
}

.final-message .strong {
  font-size: 18px;
  font-weight: bold;
  color: #ff7a00;
  margin-bottom: 16px;
}

.cta-btn {
  display: block;
  width: 100%;
  background-color: #ff7a00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0;
  border-radius: 10px;
  border: none;
  text-align: center;
  cursor: pointer;
}

/* タップ時の反応（スマホ重要） */
.cta-btn:active {
  opacity: 0.8;
}

.strong-big {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
}

.lp-wrap p.strong-center {
  font-size: 20px !important;
}

.lp-wrap .strong,
.lp-wrap .strong-center,
.lp-wrap .strong-left {
  font-size: 20px;
  font-weight: 700;
}

.lp-wrap p.strong-center {
  text-align: center;
}

.strong-center {
  margin-top: 10px;
}

.lp-wrap .strong-big {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  margin-top: 6px;
  margin-bottom: 14px! important;
}

.lp-wrap p.strong-big {
  margin-top: 6px;
  margin-bottom: 12px;
}

.lp-wrap .nayami-block .lead,
.lp-wrap .nayami-block .strong-big {
  line-height: 1.6;
}

.lp-wrap .nayami-block .lead {
  font-size: 19px;
}

.lp-wrap .nayami-block .strong-big {
  font-size: 22px;
}

.lp-wrap .nayami-block .conclusion {
  font-size: 20px;
}

.lp-wrap .nayami-block strong {
  color: #cc5200;
}

.lp-wrap .full-img {
  width: 100%;
  display: block;
}

.tel-box {
  text-align: center;
  margin: 12px 0 16px;
}

.tel-text {
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
}

.tel-btn {
  display: block;
  background: #2e7d32; /* 緑で差別化 */
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
opacity: 0.85; 
}

.tel-note {
  font-size: 13px;
  color: #666;
  margin-top: 6px;
}

/* 成分・信頼ブロック */
.lp-wrap .spec-box {
  background: #f4f4f4;
  border-radius: 8px;
  padding: 18px;
  margin: 20px 0;
  text-align: center;
}

.lp-wrap .spec-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.lp-wrap .spec-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.lp-wrap .spec-box .note {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}

.cta-pre{
  font-size:14px;
  text-align:center;
  margin:10px 0;
}

.cta-after{
  font-size:12px;
  text-align:center;
  color:#666;
  margin-top:8px;
}

.cta-sub-strong{
  font-size:16px;
  font-weight:bold;
  text-align:center;
  margin-bottom:10px;
}

.reason-box{
  background:#f7f7f7;
  padding:20px;
  margin:15px 0;
  border-radius:8px;
}

.reason-box h2{
  font-size:20px;
  margin-bottom:10px;
  text-align:center;
}

.reason-list{
  list-style:none;
  padding:0;
  margin:0;
}

.reason-list li{
  padding:8px 0;
  border-bottom:1px solid #ddd;
}
.reason-box{
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 20px 15px;
  margin: 15px auto;
  background: #f7f7f7;
  overflow-wrap: break-word;
}

.reason-box h2{
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 10px 0;
  word-break: keep-all;
}

.reason-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.reason-list li{
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
}

/* ===== 最終整理（LP強化・優先上書き）===== */

/* 文字の視認性統一 */
.lp-wrap p,
.lp-wrap li {
  letter-spacing: 0.2px;
}

/* 見出しの余白統一 */
.lp-wrap h2 {
  margin-top: 30px;
  margin-bottom: 16px;
}

/* セクション間の余白強化 */
.lp-wrap section {
  margin-bottom: 28px;
}

/* 強調の統一（重要） */
.lp-wrap .strong,
.lp-wrap .strong-center,
.lp-wrap .strong-big {
  color: #e56700;
}

/* 画像の余白統一 */
.lp-wrap img {
  margin-bottom: 10px;
}

/* CTAボタン最終強化 */
.cta-btn {
  font-size: 19px;
  padding: 18px 0;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}

/* タップ時の強化 */
.cta-btn:active {
  transform: scale(0.98);
}

/* 比較画像ブロック強化 */
.compare-section img,
section img.full-img {
  border-radius: 10px;
}

/* ===== FV最終調整（H1完全連動）===== */

.lp-wrap .fv-text-top h1 {
  font-size: 26px;
  line-height: 1.35;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

/* キャッチの役割を明確化 */
.lp-wrap .fv-catch {
  bottom: 18%;
  font-size: 18px;
  font-weight: 700;
}

/* サブメッセージ（判断補助） */
.lp-wrap .fv-sub {
  position: absolute;
  bottom: 12%;
  left: 5%;
  width: 90%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
  z-index: 3;
}

.lp-wrap .fv-mini{
  display:block;
  margin-top:8px;
  font-size:13px;
  font-weight:400;
  opacity:0.9;
}

/* FV下CTA（自然につなぐ） */
.fv-action{
  background:#fff;
  padding:0 20px 22px;
  margin-top:-8px;
  text-align:center;
}

.fv-action .cta-btn{
  display:block;
  width:100%;
  max-width:520px;
  margin:0 auto;
  padding:17px 0;
  font-size:18px;
  border-radius:0 0 14px 14px;
  box-shadow:0 6px 14px rgba(0,0,0,0.15);
}

/* FVキャッチ位置を少し上げる */
.lp-wrap .fv-catch{
  bottom:12%;
  left:5%;
  width:90%;
  font-size:17px;
  line-height:1.55;
}

/* 注釈を控えめに */
.lp-wrap .fv-mini{
  display:block;
  margin-top:6px;
  font-size:12px;
  opacity:0.85;
}

/* compare以降の幅を統一 */
.lp-wrap .compare-section,
.lp-wrap .cta-pre-block,
.lp-wrap #cta,
.lp-wrap .final-message{
  width:100%;
  max-width:600px;
  margin:0 auto 24px;
  padding:0 20px;
  box-sizing:border-box;
}

/* 比較セクションを他と完全統一 */
.compare-section{
  max-width:600px;
  margin:0 auto 24px;
  padding:0 20px;
  box-sizing:border-box;
}

.compare-section img.full-img{
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
}

/* テキスト幅も統一 */
.compare-section p,
.compare-section ul,
.compare-section h2{
  width:100%;
}