@charset "UTF-8";

/* ベース設定 */
#inplus-campaign-wrap {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    background-color: #fcfcfc;
    margin-top: -22px !important;
}

#inplus-campaign-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* FV（メインビジュアル） */
.fv-area {
    position: relative;
    text-align: center;
}
.fv-area .fv-img {
    width: 100%;
    /* SP用アタリ画像サイズ: 750x1000, PC用アタリ画像サイズ: 1920x800 */
    background-color: #ddd; /* 画像がない場合のアタリ色 */
    min-height: 50vh;
}
/* LIXILテキスト */
.lixil-note {
    font-size: 22px;
    font-weight: bold;
    color: #666;
    padding: 20px 0 0;
    margin: 0;
}
/* LIXILロゴ */
.lixil-logo {
    width: 200px;
    margin: 25px auto 40px;
}
/* FV下のアイコン並び */
.fv-merit-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 30px auto;
    padding: 0 10px;
    list-style: none;
    max-width: 900px;
}
.fv-merit-icons li {
    display: inline-block;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: bold;
    color: #c58c73;
    background-color: #fff;
    border: 2px solid #c58c73;
    border-radius: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* コンテンツエリア */
.content-area {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.content-area section {
    margin-bottom: 160px;
}

.content-area h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #666;
}

.highlight {
    color: #c58c73;
    font-size: 28px;
}

/* 概要・プレゼント */
.campaign-summary {
    text-align: center;
}
.present-img {
    margin: 0 auto 20px;
    /*background-color: #ddd;*/
    width: 650px;
    max-width: 100%;
    height: auto;
}
.target-note {
    font-size: 16px;
    color: #666;
}

/* 補助金 */
.subsidy-area {
    margin: 60px auto;
}
.subsidy-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.logo-shouene {
    width: 100px;
    background-color: #ddd;
    height: auto;
}
.subsidy-header h2 {
    margin: 0 !important;
    font-size: 28px;
}
.subsidy-box {
    border: 2px dashed #b3b3b3;
    padding: 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}
.subsidy-box-inner {
    display: flex;
    gap: 30px;
    align-items: center;
}
.subsidy-image {
    flex: 1;
    min-width: 250px;
}
.subsidy-image img {
    width: 100%;
    background-color: #ddd;
    height: auto;
}
.subsidy-content {
    flex: 1.5;
}
.logo-mado {
    width: 250px;
    margin-bottom: 20px;
    background-color: #ddd;
    height: auto;
}
.subsidy-details {
    text-align: center;
    margin-bottom: 20px;
}
.subsidy-details h3 {
    font-size: 24px;
    color: #666;
    margin: 0 0 10px;
    letter-spacing: 1px;
}
.subsidy-details h3 span {
    color: #666;
    font-weight: normal;
}
.install-points {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.breakdown {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: fit-content;
    color: #666;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}
.breakdown li {
    padding: 5px 0;
}
.price-red {
    color: #d97878;
}
.subsidy-total {
    background: linear-gradient(135deg, #d97878, #c85a5a);
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(200,90,90,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.total-label {
    font-size: 18px;
    font-weight: bold;
}
.total-price {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
.total-price .yen {
    font-size: 22px;
}
/* 補助金の注記 */
.subsidy-note {
    font-size: 12px;
    color: #888;
    margin: 10px 0 0;
    text-align: right;
}

/* インプラスの効果 */
.merit-subtitle {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background: #c58c73;
    padding: 5px 20px;
    border-radius: 30px;
    margin-top: 15px;
}
.merit-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 40px;
}
.merit-col {
    flex: 1;
    background: #fff;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
}
.merit-col h3 {
    font-size: 20px;
    color: #333;
    margin: 0 0 15px;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 10px;
}
.merit-row-image .merit-col img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.merit-col p {
    font-size: 16px;
    margin: 0;
    text-align: justify;
    color: #666;
}
.merit-row-text .merit-col {
    justify-content: flex-start;
}
.merit-row-text .merit-col p {
    text-align: center;
}
.merit-icon-img {
    width: 100px;
    height: auto;
    margin: 0 auto 15px;
    display: block;
}

/* 新規対象テキスト・小CTA */
.target-box {
    text-align: center;
    margin: 40px 0;
}
.campaign-target-text {
    display: inline-block;
    font-size: 18px;
    color: #333;
    background: #fdfaf6;
    padding: 15px 30px;
    border: 2px solid #ddd;
    border-radius: 8px;
    margin: 0;
}
.cta-area-small {
    text-align: center;
    margin-top: 40px;
}
.btn-cta-small {
    padding: 15px 40px;
    font-size: 18px;
}

/* CTA */
.cta-area {
    text-align: center;
}
.cta-lead {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.5;
}
.cta-lead-small {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin-bottom: 15px;
}
.btn-cta {
    display: inline-block;
    background: #5f8a79;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 60px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(95,138,121,0.3);
    transition: all 0.3s ease;
}
.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(95,138,121,0.4);
}

/* 注記 */
.campaign-notes {
    margin: 40px auto 0;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: left;
}
.campaign-notes p {
    font-size: 12px;
    color: #888;
    margin: 0 0 5px;
    text-indent: -2.2em;
    padding-left: 2.2em;
}

/* 注記用マーク */
.note-mark {
    font-size: 0.75em;
    vertical-align: super;
    margin-left: 2px;
}

/* SP専用改行 */
.sp-only {
    display: none;
}

/* レスポンシブ (SP) */
@media screen and (max-width: 767px) {
    #inplus-campaign-wrap {
        margin-top: 0 !important;
    }
    .sp-only {
        display: inline;
    }
    .content-area section {
        margin-bottom: 80px;
    }
    .content-area {
        padding: 30px 10px;
    }
    .content-area h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .highlight {
        font-size: 26px;
    }
    .lixil-note {
        font-size: 18px;
    }
    .lixil-logo {
        margin: 15px auto 25px;
    }
    .fv-merit-icons {
        margin: 20px auto;
    }
    .merit-subtitle {
        font-size: 18px;
    }
    .merit-row {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .merit-row-image .merit-col img {
        width: auto;
        max-width: 100%;
        height: auto !important;
        margin: 0 auto 15px;
        display: block;
        align-self: center;
        object-fit: contain;
    }
    .merit-col h3 {
        font-size: 20px;
        font-weight: bold;
    }
    .merit-col p {
        font-size: 16px;
    }
    .detail-box dt, .detail-box dd {
        width: 100%;
        border-bottom: none;
        padding: 5px 0;
    }
    .detail-box dt {
        margin-top: 15px;
        border-bottom: 1px dashed #ccc;
    }
    .btn-cta {
        font-size: 20px;
        padding: 15px 30px;
        width: 100%;
        box-sizing: border-box;
    }
    .subsidy-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .subsidy-header h2 {
        font-size: 21px !important;
    }
    .target-note {
        font-size: 15px;
    }
    .subsidy-box {
        padding: 15px 10px;
        border-width: 1px;
    }
    .target-box {
        margin: 20px 0;
    }
    .cta-area-small {
        margin-top: 20px;
    }
    .cta-lead {
        font-size: 18px;
    }
    .cta-lead-small {
        font-size: 15px;
    }
    .subsidy-box-inner {
        flex-direction: column;
        gap: 20px;
    }
    .subsidy-image, .subsidy-content {
        flex: 1 1 100%;
        width: 100%;
        min-width: 0;
    }
    .logo-mado {
        width: 200px;
        max-width: 100%;
    }
    .subsidy-details h3 {
        font-size: 22px;
    }
    .total-price {
        font-size: 32px;
    }
}
