﻿@charset "UTF-8";

/* =========================================================
   lp_book_test.css
   スマホファーストのレスポンシブデザイン
========================================================= */

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f9f9f9;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* =========================================================================
   Utility / Refactored Classes
========================================================================= */
/* 余白・レイアウト関連 */
.lp-mb-20 { margin-bottom: 20px; }
.lp-mb-25 { margin-bottom: 25px; }
.lp-mb-50 { margin-bottom: 50px; }
.lp-mt-35 { margin-top: 35px; }
.lp-mt-40 { margin-top: 40px; }
.lp-pt-40 { padding-top: 40px; }
.lp-p-30-20 { padding: 30px 20px; }
.lp-text-center { text-align: center; }

/* テキストカラー・スタイル関連 */
.lp-text-red {
    color: #e74c3c;
}
.lp-text-red-bold {
    color: #e74c3c;
    font-weight: bold;
}
.lp-text-link {
    color: #e74c3c;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.lp-text-link:hover {
    opacity: 0.7;
}

.lp-flat-rate-title { color: #e74c3c; font-weight: bold; margin-bottom: 15px; margin-top: 15px; font-size: 18px; }
.lp-flat-rate-desc { font-size: 16px; margin-bottom: 25px; }

.lp-team-lead { font-weight: bold; margin-bottom: 20px; }

/* 共通コンテナ */
.lp-container {
    max-width: 800px;
    margin: 0 auto;





































































































































































































































/* -------------------------------------
   3. Book Info (資料紹介)
------------------------------------- */
.lp-book-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.lp-book-img {
    width: 80%;
    max-width: 300px;
    height: auto;
}
.lp-book-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.lp-book-content li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}
.lp-book-content li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 5px;
    color: #e74c3c;
    font-size: 20px;
}

/* -------------------------------------
   4. Strengths (選ばれる理由)
------------------------------------- */
.lp-strength-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
.lp-strength-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.lp-strength-item-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #e0e0e0;
    display: block;
}
.lp-strength-item-text {
    padding: 20px;
    flex: 1;
}
.lp-strength-item-text h3 {
    font-size: 18px;
    color: #e74c3c;
    margin-bottom: 10px;
    font-weight: bold;
}
/* 定額制はみ出しコラム */
.lp-column-box {
    margin: 50px 15px 20px;
    padding: 20px 15px 15px;
    background: #fff9f9;
    border: 2px dashed #ffcccc;
    border-radius: 8px;
    position: relative;
}
.lp-column-label {
    position: absolute;
    top: -16px;




.lp-column-box {
    margin: 50px 15px 20px;
    padding: 20px 15px 15px;
    background: #fff9f9;
    border: 2px dashed #ffcccc;
    border-radius: 8px;
    position: relative;
}
.lp-column-label {
    position: absolute;
    top: -16px;
    left: 15px;
    background: #e74c3c;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 12px;
}

/* -------------------------------------
   5. Cases (施工事例)
------------------------------------- */
.lp-case-item {
    margin-bottom: 40px;
    background: #fff;
/* スクロールバーの非表示（お好みで） */
.lp-case-slider::-webkit-scrollbar {
    display: none;
}
.lp-case-slide {
    flex: 0 0 90%; /* 10%見切れさせて次があることを直感的に伝える */
    scroll-snap-align: center;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px; /* スライダー画像は角丸に */
}

.lp-case-after {
    width: 100%;
    height: auto;
    display: block;
    background: #e0e0e0;
}
.lp-case-before {
    position: absolute;
    bottom: -20px;
    right: 10px;
    width: 28%;
    height: auto;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background: #cccccc;
    transform: rotate(5deg);
    z-index: 2;
}
.lp-case-info {
    padding: 35px 20px 20px;
}
.lp-case-info h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.lp-case-spec {
    display: flex;
    gap: 20px;
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

/* -------------------------------------
   6. Voice (お客様の声)
------------------------------------- */

















































}
.lp-voice-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border-left: 5px solid #e74c3c;
}
.lp-voice-item h4 {
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 10px;
    font-size: 16px;
}
.lp-voice-item p {
    font-size: 16px;
}

/* -------------------------------------
   6.5 Team (スタッフ)
------------------------------------- */
.lp-team-img {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background: #e0e0e0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    display: block;
}

/* -------------------------------------
   7. Form Area
------------------------------------- */
.lp-form-area {
    background: #fff;
}

/* -------------------------------------
   フローティングボタン
------------------------------------- */
.lp-floating-btn {
/* -------------------------------------
   PC・タブレット向けスタイル (Min: 768px)
------------------------------------- */
@media screen and (min-width: 768px) {
    .lp-section {
        padding: 80px 40px;
    }
    .lp-fv-img {
        height: auto;
    }
    .lp-fv-img {
        height: auto;
    }
    .lp-cost-compare-img {
        max-width: 400px;
    }
    .lp-achievements-img-area {
        flex-direction: row;
        justify-content: center;
        padding: 100px 20px 10px;
        gap: 30px;
    }
    .lp-achieve-img-item {
        width: 30%;
        max-width: 300px;
    }
    .lp-fv-copy {
        width: 60%;
    }
    gap: 15px;
    width: 100%;
}
.lp-dl-flow-grid img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* ワンストップグリッド / 定額プラングリッド (スマホ 2x2) */
.lp-onestop-grid,
.lp-flat-rate-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 15px;
    width: 100%;
    }
    .lp-dl-flow-grid img {
        width: 31%; /* 3列 */
    }
    .lp-fv-copy h1 {
        font-size: 32px;
    }
    .lp-book-wrap {
        flex-direction: row;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.lp-flat-rate-grid img {
    width: calc(50% - 10px);
    max-width: none;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* -------------------------------------
   PC・タブレット向けスタイル (Min: 768px)
------------------------------------- */
@media screen and (min-width: 768px) {
    .lp-section {
        padding: 80px 40px;
    }
    .lp-fv-img {
        height: auto;
    }
    .lp-cost-compare-img {
        max-width: 400px;
    }
    .lp-achievements-img-area {
        flex-direction: row;
        justify-content: center;
        padding: 100px 20px 10px;
        gap: 30px;
    }
    .lp-achieve-img-item {
        width: 30%;
        max-width: 300px;
    }
    .lp-fv-copy {
        width: 60%;
    }
    
    .lp-onestop-grid,
    .lp-flat-rate-grid,
    .lp-dl-flow-grid {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .lp-onestop-grid {
        flex-wrap: wrap;
    }
    .lp-flat-rate-grid {
        flex-wrap: nowrap;
    }
    .lp-onestop-grid img {
        width: calc(50% - 10px); /* 2列 */
        max-width: 110px;
    }
    .lp-flat-rate-grid img {
        width: 23%; /* 4列に収める */
    }
    .lp-dl-flow-grid img {
        width: 31%; /* 3列 */
    }
    .lp-fv-copy h1 {
        font-size: 32px;
    }
    .lp-book-wrap {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    .lp-case-before {
        height: auto;
    }
    .lp-team-img {
        height: auto;
        max-width: 800px;
    }
    /* PC表示では元に戻す */
    .lp-container {
        padding-bottom: 80px; 
    }
    .lp-floating-btn {
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255,255,255,0.95);
        padding: 10px 0;
        pointer-events: auto;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    }
    .lp-floating-btn .lp-cta-btn {
        width: 90%;
        height: auto;
        display: block;
        padding: 20px;
        font-size: 20px;
        border-radius: 50px;
        box-shadow: 0 4px 10px rgba(231, 76, 60, 0.3);
    }
    .sp-only { display: none; }
    .pc-only { display: inline; }
}






























































































































    top: 50%;
    transform: translateY(-50%);
    color: #e74c3c;
    font-size: 20px;
    font-weight: normal;
}
.lp-faq-area .question.open::after {
    content: '－';
}
.lp-faq-area .answer {
    padding: 20px 20px 20px 45px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    position: relative;
    margin: 0;
    display: none; /* 初期状態で非表示 */
    border-top: 1px dashed #ddd;
}
.lp-faq-area .answer::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 20px;
    width: 24px;
    height: 24px;
    background-image: url('../../img/lp_book_2026/icon_answer.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* -------------------------------------
   資料ダウンロードの流れ
------------------------------------- */
.lp-dl-flow-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.lp-dl-step {
}
.lp-dl-icon-wrap {
    width: 60px;
    flex-shrink: 0;
    margin-right: 15px;
}
.lp-dl-icon {
    width: 100%;
    height: auto;
}
.lp-dl-text {
    flex-grow: 1;
}
.lp-dl-text h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.lp-step-label {
    display: block;
    color: #e74c3c;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}
.lp-dl-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}
.lp-dl-notes {
    list-style: none;
    padding: 0;
    margin: 20px 0 50px 0;
    font-size: 14px;
    color: #e74c3c;
    line-height: 1.6;
}

/* -------------------------------------
   フローティングボタン
------------------------------------- */
.lp-floating-btn {
    position: fixed;
    bottom: 90px;
    left: 20px;
    width: 60%;
    z-index: 100;
    pointer-events: none; /* 周
































































    }
    .lp-cost-compare-img {
        max-width: 400px;
    }
    .lp-achievements-img-area {
        flex-direction: row;
        justify-content: center;
        padding: 100px 20px 10px;
        gap: 30px;
    }
    .lp-achieve-img-item {
        width: 30%;
        max-width: 300px;
    }
.lp-flat-rate-grid img {
    width: calc(50% - 10px);
    max-width: none;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* -------------------------------------
   PC・タブレット向けスタイル (Min: 768px)
------------------------------------- */
@media screen and (min-width: 768px) {
    br.sp { display: none; }
    br.pc { display: inline; }
    
    .lp-section {
        padding: 80px 40px;
    }
    .lp-fv-img {
        height: auto;
    }
    .lp-cost-compare-img {
        max-width: 400px;
    }
    .lp-achievements-img-area {
        flex-direction: row;
        justify-content: center;
        padding: 100px 20px 10px;
        gap: 30px;
    }
    .lp-achieve-img-item {
        width: 30%;
        max-width: 300px;
    }
    .lp-fv-copy {
        width: 60%;
    }
    .lp-title-flatrate {
        margin-top: 0; /* PC時はマージンなし */
    }
    
    .lp-book-intro-text {
        width: 65%;
    }
    .lp-book-intro-title {
        text-align: left;
        font-size: 24px;
    }
    .lp-dl-icon-wrap {
        margin-right: 0;
        margin-bottom: 15px;





























    .lp-book-intro-text {
        width: 65%;
    }
    .lp-book-intro-title {
        text-align: left;
        font-size: 24px;
    }
    .lp-dl-icon-wrap {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .lp-beginners-title-img {
        width: 100%;
        max-width: 800px;
    }
    
    /* FAQ PCレイアウト */
    .lp-faq-area {
        padding: 40px;
    }
    
}
.lp-dl-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}
.lp-dl-notes {
    list-style: none;
    padding: 0;
    margin: 20px 0 50px 0;
    font-size: 14px;
    color: #e74c3c;
    line-height: 1.6;
}

/* -------------------------------------
   フローティングボタン
------------------------------------- */
.lp-floating-btn {
    position: fixed;
    bottom: 90px;
    left: 20px;
    width: 60%;
    z-index: 100;
    pointer-events: none; /* 周りの余白のクリック透過 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
}
.lp-floating-btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: t
    .lp-shop-card > .lp-shop-content > .lp-shop-img {
        width: 45%;
    }
    .lp-shop-info {
        width: 55%;
        padding: 30px;
    }

    /* PC表示では元に戻す */
    .lp-container {
        padding-bottom: 80px; 
    }
    .lp-floating-btn {
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255,255,255,0.95);
        padding: 10px 0;
        pointer-events: auto;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    }
    .lp-floating-btn .lp-cta-btn {
        width: 90%;
        height: auto;
        display: block;
        padding: 20px;
        font-size: 20px;
        border-radius: 50px;
        box-shadow: 0 4px 10px rgba(231, 76, 60, 0.3);
.lp-dl-flow-grid img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* 定額プラングリッド (スマホ 2x2) */
.lp-title-flatrate {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    margin-top: 30px; /* スマホ時のマージン */
}

.lp-flat-rate-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 15px;
    width: 100%;
}
.lp-onestop-grid {
    aspect-ratio: 4 / 3;
}
.lp-flat-rate-grid img {
    width: calc(50% - 10px);
    max-width: none;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 10









/* -------------------------------------
   PC・タブレット向けスタイル (Min: 768px)
------------------------------------- */
@media screen and (min-width: 768px) {
    br.sp { display: none; }
    br.pc { display: inline; }
    
    .lp-section {
        padding: 80px 40px;
    }
    .lp-fv-img {
        height: auto;
    }
    .lp-cost-compare-img {
        max-width: 400px;
    }
    .lp-achievements-img-area {
        flex-direction: row;
        justify-content: center;
        padding: 100px 20px 10px;
        gap: 30px;
















































































    }
    .lp-book-content {
        width: 50%;
    }
    .lp-strength-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .lp-strength-item-img {
        height: auto;
    }
    .lp-case-after {
        height: auto;
    }
    .lp-case-before {
        height: auto;
    }
    /* .lp-team-gridは削除したため記述不要 */
    .lp-shop-content {
        flex-direction: row;
    }
    .lp-shop-img-wrap,
    .lp-shop-card > .lp-shop-content > .lp-shop-img {
        width: 45%;
    }
    .lp-shop-info {
        width: 55%;
        padding: 30px;
    }

    /* PC表示では元に戻す */
    .lp-container {
        padding-bottom: 80px; 
    }
    .lp-floating-btn {
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255,255,255,0.95);
        padding: 10px 0;
        pointer-events: auto;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    }
    .lp-floating-btn .lp-cta-btn {
        width: 90%;
        height: auto;
        display: block;
        padding: 20px;
        font-size: 20px;
        border-radius: 50px;
        box-shadow: 0 4px 10px rgba(231, 76, 60, 0.3);
    }
    .sp-only { display: none; }
    .pc-only { display: inline; }
}

/* =========================================================================
   LP専用 フォームの上書きスタイル
========================================================================= */
.form-container .formTable {
    margin-top: 50px;
}

