@charset "utf-8";
/* === Reset === */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,img,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,figure,figcaption,footer,header,nav,section{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,nav,section{display:block}
*{box-sizing:border-box}
body{font-family:'Noto Sans JP',sans-serif;line-height:1.7;color:#333;overflow-x:hidden;background:#fff}
ol,ul{list-style:none}
a{text-decoration:none!important;color:inherit!important}
a:hover{opacity:0.85}
img{vertical-align:bottom;max-width:100%}
table{border-collapse:collapse;border-spacing:0}

/* === 共通 === */
.section-inner{max-width:960px;margin:0 auto;padding:70px 20px}
.section-title{text-align:center;font-size:30px;font-weight:900;margin-bottom:16px;color:#1a2a4a;line-height:1.4}
.section-title .accent{color:#e8590c}
.section-subtitle{text-align:center;font-size:15px;color:#666;margin-bottom:44px;line-height:1.8}
.section-divider{width:60px;height:4px;background:#1a2a4a;margin:12px auto 0;border-radius:2px}

/* =================================================================
   TOP電話バー
================================================================= */
.top-phone-bar{line-height:0;font-size:0}
.top-phone-bar a{display:block}
.top-phone-img{display:block;width:100%;height:auto}

/* =================================================================
   FV (FV.png) - デザインカンプ画像版
================================================================= */
.fv{
  position:relative;overflow:hidden;
}
.fv-design-img{
  display:block;width:100%;height:auto;
}
.fv-cta-overlay{
  background:#1a2a4a;
  text-align:center;padding:20px;
}
.fv-cta-btn{
  display:inline-block;
  background:linear-gradient(135deg,#e8590c,#d9480f);
  color:#fff!important;font-size:18px;font-weight:700;
  padding:16px 36px;border-radius:50px;
  box-shadow:0 4px 20px rgba(232,89,12,0.4);
  transition:transform 0.2s,box-shadow 0.2s;
  text-align:center;
}
.fv-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 28px rgba(232,89,12,0.5);opacity:1!important}
.fv-cta-btn i{margin-right:8px}
.fv-cta-btn .cta-sub{display:block;font-size:12px;font-weight:500;margin-top:3px;opacity:0.9}

/* =================================================================
   シミュレーター
================================================================= */
.simulator-section{
  background:linear-gradient(180deg,#f0f4f8,#e8ecf0);
  padding:0;
}
.sim-wrapper{
  max-width:720px;margin:0 auto;padding:60px 20px 70px;
}
.sim-section-title{
  text-align:center;font-size:26px;font-weight:900;color:#1a2a4a;margin-bottom:6px;
}
.sim-section-title .accent{color:#e8590c}
.sim-section-sub{text-align:center;font-size:14px;color:#666;margin-bottom:32px}

.sim-card{
  background:#fff;border-radius:20px;padding:36px 28px;
  box-shadow:0 8px 40px rgba(0,0,0,0.1);
}

/* プログレスバー */
.progress-bar-wrap{margin-bottom:32px}
.progress-bar-bg{height:6px;background:#dee2e6;border-radius:3px;margin-bottom:12px;overflow:hidden}
.progress-bar-fill{height:100%;background:linear-gradient(90deg,#e8590c,#ff922b);border-radius:3px;width:0%;transition:width 0.5s ease}
.progress-steps{display:flex;justify-content:space-between;max-width:420px;margin:0 auto}
.step-dot{width:32px;height:32px;border-radius:50%;background:#dee2e6;color:#868e96;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;transition:all 0.3s}
.step-dot.active{background:#e8590c;color:#fff}
.step-dot.done{background:#2b8a3e;color:#fff}

/* ステップ */
.sim-step{display:none;animation:fadeInUp 0.4s ease}
.sim-step.active{display:block}
@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.step-title{text-align:center;font-size:20px;font-weight:700;margin-bottom:10px;color:#1a2a4a}
.step-num{display:inline-block;background:#e8590c;color:#fff;font-size:13px;font-weight:900;padding:2px 10px;border-radius:4px;margin-right:8px;vertical-align:middle}
.step-hint{text-align:center;color:#868e96;font-size:13px;margin-bottom:16px}

.option-grid{display:flex;flex-direction:column;gap:12px;max-width:420px;margin:20px auto 0}
.option-grid.cols-2,.option-grid.cols-3{/* 縦並び統一 */}

.option-btn{background:#fff;border:3px solid #1a2a4a;border-radius:14px;padding:15px 20px;cursor:pointer;text-align:center;transition:all 0.2s;display:flex;flex-direction:column;align-items:center;gap:2px;position:relative;font-family:'Noto Sans JP',sans-serif}
.option-btn:hover{background:#f0f4fa}
.option-btn.selected{border-color:#e8590c;background:#fff5f0}
.option-btn i{color:#1a2a4a;margin-bottom:2px}
.option-main{font-size:16px;font-weight:700;color:#1a2a4a;letter-spacing:0.05em}
.option-sub{font-size:13px;font-weight:500;color:#1a2a4a;margin-top:2px}
.option-tag{position:absolute;top:-10px;right:12px;font-size:10px;font-weight:700;padding:2px 10px;border-radius:10px;color:#fff}
.option-tag.popular{background:#e8590c}
.option-tag.premium{background:#7048e8}
.option-tag.new{background:#2b8a3e}

.sim-nav{text-align:center;margin-top:16px}
.btn-back{background:#dee2e6;border:none;padding:10px 28px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:700;color:#495057;font-family:'Noto Sans JP',sans-serif;transition:background 0.2s}
.btn-back:hover{background:#ced4da}

/* === 結果表示 === */
.sim-result{animation:fadeInUp 0.5s ease}
.result-header{text-align:center;margin-bottom:20px}
.result-icon{width:50px;height:50px;background:linear-gradient(135deg,#e8590c,#d9480f);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}
.result-icon i{color:#fff;font-size:22px}
.result-header h3{font-size:20px;font-weight:900;color:#1a2a4a}

.result-price-box{background:linear-gradient(135deg,#1a2a4a,#1e3a5f);border-radius:14px;padding:24px;text-align:center;margin-bottom:20px}
.result-label{color:rgba(255,255,255,0.7);font-size:13px;margin-bottom:6px}
.result-price{color:#ffd43b;font-size:38px;font-weight:900;line-height:1.2}
.result-tax{color:rgba(255,255,255,0.5);font-size:12px;margin-top:4px}

.result-detail{background:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:16px}
.result-detail h4{font-size:15px;font-weight:700;margin-bottom:12px;color:#1a2a4a;padding-bottom:6px;border-bottom:2px solid #e8590c}
.result-table{width:100%;margin-bottom:16px}
.result-table th,.result-table td{padding:6px 10px;font-size:13px;border-bottom:1px solid #e9ecef}
.result-table th{text-align:left;color:#868e96;font-weight:500;width:110px}
.result-table td{color:#1a2a4a;font-weight:700}
.result-breakdown{background:#fff;border-radius:8px;padding:14px}
.breakdown-row{display:flex;justify-content:space-between;padding:5px 0;font-size:13px;border-bottom:1px dashed #dee2e6}
.breakdown-row:last-child{border-bottom:none}

.result-note{background:#1a2a4a;border-radius:12px;padding:20px 24px;margin-bottom:20px;text-align:center}
.result-note p{font-size:16px;font-weight:700;color:#fff;line-height:1.6}
.result-note i{margin-right:8px;color:#f5a623}

/* SMS */
.sms-step-inner{text-align:center;max-width:480px;margin:0 auto}
.sms-icon-wrap{width:64px;height:64px;background:linear-gradient(135deg,#e8590c,#d9480f);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.sms-icon-wrap i{color:#fff;font-size:28px}
.sms-heading{font-size:18px;font-weight:900;color:#1a2a4a;margin-bottom:6px}
.sms-desc{font-size:13px;color:#868e96;margin-bottom:20px;line-height:1.7}
.sms-benefits{display:flex;gap:8px;justify-content:center;margin-bottom:20px;flex-wrap:wrap}
.sms-benefit-tag{background:#fff5f0;border:1px solid #ffe0cc;border-radius:20px;padding:4px 14px;font-size:12px;font-weight:700;color:#e8590c}
.sms-benefit-tag i{margin-right:4px}
.sms-input-wrap{position:relative;margin-bottom:12px}
.sms-input-wrap i.input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#adb5bd;font-size:16px}
.sms-input-wrap input{width:100%;padding:14px 14px 14px 42px;border:2px solid #dee2e6;border-radius:10px;font-size:18px;font-family:'Noto Sans JP',sans-serif;letter-spacing:1px;transition:border-color 0.2s}
.sms-input-wrap input:focus{outline:none;border-color:#e8590c;box-shadow:0 0 0 3px rgba(232,89,12,0.1)}
.sms-input-wrap input.error{border-color:#e03131}
.sms-error-msg{color:#e03131;font-size:12px;margin-bottom:8px;display:none}
.sms-submit-btn{width:100%;background:linear-gradient(135deg,#e8590c,#d9480f);color:#fff;border:none;padding:16px;border-radius:10px;font-size:17px;font-weight:700;cursor:pointer;font-family:'Noto Sans JP',sans-serif;transition:transform 0.2s;box-shadow:0 4px 16px rgba(232,89,12,0.3)}
.sms-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(232,89,12,0.4)}
.sms-submit-btn i{margin-right:8px}
.sms-privacy{font-size:10px;color:#adb5bd;margin-top:10px;line-height:1.5}
.sms-privacy a{color:#868e96!important;text-decoration:underline!important}
.sms-almost{background:linear-gradient(transparent 60%,#d3f9d8 60%);display:inline;font-size:13px;font-weight:700;color:#2b8a3e;margin-bottom:16px}

/* 結果CTA */
.result-cta{text-align:center;margin-top:20px}
.online-cta-box{background:#fff;border:2px solid #e9ecef;border-radius:16px;padding:28px 24px;text-align:center;position:relative}
.online-cta-box .cta-ribbon{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#2b8a3e;color:#fff;font-size:12px;font-weight:700;padding:4px 18px;border-radius:20px;white-space:nowrap}
.online-cta-box .cta-headline{font-size:18px;font-weight:900;color:#1a2a4a;margin:8px 0 14px;line-height:1.5}
.online-cta-box .cta-headline em{font-style:normal;color:#e8590c}
.online-cta-checks{display:flex;justify-content:center;gap:16px;margin-bottom:18px;flex-wrap:wrap}
.online-cta-check{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#495057}
.online-cta-check i{color:#2b8a3e;font-size:16px}
.online-cta-desc{font-size:15px;font-weight:700;color:#1a2a4a;margin-bottom:18px;line-height:1.8}
.online-cta-btn{display:inline-block;background:linear-gradient(135deg,#1a2a4a,#1e3a5f);color:#fff!important;font-size:17px;font-weight:700;padding:16px 40px;border-radius:50px;box-shadow:0 4px 20px rgba(26,26,46,0.3);transition:transform 0.2s,box-shadow 0.2s}
.online-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 28px rgba(26,26,46,0.4);opacity:1!important}
.online-cta-btn i{margin-right:8px}
.online-cta-note{font-size:11px;color:#adb5bd;margin-top:10px}
.btn-retry{display:block;margin:10px auto 0;background:none;border:none;color:#868e96;font-size:13px;cursor:pointer;font-family:'Noto Sans JP',sans-serif;padding:8px}
.btn-retry:hover{color:#e8590c}

/* =================================================================
   デザインカンプ画像セクション共通
================================================================= */
.design-section-img{display:block;width:100%;height:auto}
.design-section{line-height:0;font-size:0}
.design-section img+img{margin-top:0}

/* add01セクション（ボタン重ね） */
.add01-section{position:relative}
.add01-btn{position:absolute;bottom:5%;left:50%;transform:translateX(-50%);z-index:2;display:block;width:40%;max-width:480px;transition:opacity 0.2s}
.add01-btn img{display:block;width:100%;height:auto}
.add01-btn:hover{opacity:0.85}

/* PC/SP切り替え */
.pc-only{display:block}
.sp-only{display:none}

/* =================================================================
   ボイススライダー（SP版のみ）
================================================================= */
.voice-slider-wrap{
  display:none;
  background:#032966;
  padding:0 0 40px;
  position:relative;
}
.voice-slider{
  position:relative;
  overflow:hidden;
  max-width:400px;
  margin:0 auto;
}
.voice-track{
  display:flex;
  transition:transform 0.4s ease;
}
.voice-slide{
  flex:0 0 100%;
  padding:0 10px;
}
.voice-slide img{
  display:block;width:100%;height:auto;border-radius:12px;
}
.voice-nav{
  position:absolute;
  top:50%;transform:translateY(-50%);
  width:36px;height:auto;
  cursor:pointer;z-index:5;
  opacity:0.9;transition:opacity 0.2s;
}
.voice-nav:hover{opacity:1}
.voice-nav.prev{left:4px}
.voice-nav.next{right:4px}
.voice-dots{
  display:flex;justify-content:center;gap:8px;
  margin-top:16px;
}
.voice-dot{
  width:10px;height:10px;border-radius:50%;
  background:rgba(255,255,255,0.3);
  cursor:pointer;transition:background 0.2s;border:none;padding:0;
}
.voice-dot.active{background:#e8590c}

/* =================================================================
   フッター
================================================================= */
.lp-footer{background:#1a2a4a;padding:40px 20px;text-align:center}
.footer-inner{max-width:600px;margin:0 auto}
.footer-company{color:#fff;font-size:16px;font-weight:700;margin-bottom:12px}
.footer-tel{margin-bottom:8px}
.footer-tel a{color:#ffd43b!important;font-size:24px;font-weight:900;letter-spacing:1px}
.footer-tel i{margin-right:6px}
.footer-hours{color:rgba(255,255,255,0.7);font-size:13px;margin-bottom:4px}
.footer-area{color:rgba(255,255,255,0.7);font-size:13px;margin-bottom:20px}
.footer-copy{color:rgba(255,255,255,0.3);font-size:11px}

/* =================================================================
   レスポンシブ
================================================================= */
@media screen and (max-width:800px){
  .pc-only{display:none!important}
  .sp-only{display:block!important}
  .voice-slider-wrap{display:block!important}
  .add01-btn{width:90%;bottom:12%}

  .fv-cta-btn{font-size:15px;padding:12px 24px}
  .fv-cta-overlay{padding:16px}

  .sim-wrapper{padding:40px 14px 50px}
  .sim-card{padding:24px 16px;border-radius:14px}
  .option-grid.cols-3,.option-grid.cols-2{flex-direction:column}
  .step-title{font-size:19px}
  .option-main{font-size:18px}
  .option-sub{font-size:15px}
  .step-hint{font-size:14px}
  .result-price{font-size:28px}
  .result-table th{width:90px;font-size:14px}
  .result-table td{font-size:14px}
  .result-note p{font-size:18px}
  .online-cta-box{padding:22px 16px}
  .online-cta-box .cta-headline{font-size:18px}
  .online-cta-checks{flex-direction:column;gap:6px;align-items:center}
  .online-cta-check{font-size:14px}
  .online-cta-btn{font-size:17px;padding:14px 28px}
  .online-cta-desc{font-size:15px}
  .online-cta-note{font-size:13px}
  .sms-heading{font-size:18px}
  .sms-desc{font-size:14px}
  .sms-input-wrap input{font-size:18px}
  .sms-almost{font-size:16px}
  .sms-privacy{font-size:12px}
  .result-label{font-size:14px}
  .result-tax{font-size:13px}

  .section-inner{padding:50px 16px}
  .section-title{font-size:26px;margin-bottom:12px}
  .section-subtitle{font-size:16px}
}
@media screen and (max-width:400px){
  .online-cta-btn{font-size:13px;padding:14px 28px}
}
