.houselp {
    background-color: #fff;
    // font-family: 'Noto Sans JP', 'メイリオ', sans-serif;
    letter-spacing: 0.05em;
}

.header__btnsWrap,
.header__navWrap,
.footer__sideNav,
.footer__sideNav_sns {
    opacity: 0;
    pointer-events: none;
}

.pageTtlBlk {
    height: 80vh;
    background-image: url(../images/lp/house_lp_fv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1;
        display: block;
    }
}

.pageTtlBlk__inner {
    flex-direction: column;
    justify-content: end;
    align-items: start;
    position: relative;
    z-index: 2;
}

.pageTtlBlk__ttl {
    align-items: start;
    font-weight: bold;
    max-width: 600px;
    width: 100%;

    .pageTtlBlk__ttl_jp {
        display: block;
        margin-bottom: 16px;
        background: initial;
        color: #FFF;
        padding: 0;
    }

    .pageTtlBlk__ttl_en {
        display: block;
        border-top: 1px solid #ff801e;
        border-bottom: 1px solid #ff801e;
        color: #ff801e;
        padding: 10px 0px;
        margin-bottom: 20px;
        font-size: 200%;
    }
}

.secPropertyArchive {
    padding: 120px 0px 20px;
}

#secContact {
    display: none;
}

.secMV__slideTxtWrap_label {
    max-width: 600px;
    width: 100%;

    span {
        display: inline-block;
        margin-top: 12px;
        background: #FFF;
        color: #333;
        font-size: 20px;
        padding: 4px 6px;
        font-weight: bold;

        &.orange {
            color: #ff801e;
            padding: 0;
            margin: 0;
        }
    }
}

.secMV__slideTxtWrap_btn {
    background: #ff801e;
    padding: 2px 20px;
    border-radius: 4px;
    margin-top: 40px;
    width: 320px;

    a {
        color: #FFF;
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 18px;
        justify-content: space-between;

        svg {
            width: 60px;
        }
    }
}

.propertyArchiveWrap {
    position: relative;
    z-index: 3;
}

.secPropertyArchive__list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px 20px;
    justify-content: space-between;
    flex-direction: row-reverse;

    .postItem {
        width: calc(50% - 10px);
        border-radius: 10px;
        filter: drop-shadow(0 0px 40px rgba(0, 0, 0, 0.1));

        &:hover {
            filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 0.3));
            transform: translateY(10px);
        }

        .btn_arrow {
            line-height: 1;
            font-size: 14px;
            display: flex;
            align-items: center;
            justify-content: end;

            svg {
                width: 40px;
            }

        }

        &:nth-child(2n - 1) {
            transform: translateY(-50%);

            &:hover {
                transform: translateY(calc(-50% + 10px));
            }
        }

        .postItem__inner {
            max-width: 100%;
            position: relative;
            clip-path: polygon(120px 0%,
                    100% 0%, 100% calc(100% - 0px),
                    calc(100% - 0px) 100%, 0% 100%, 0% 120px);
        }

        .postItem__img {
            /* width: 50%; */
            padding-top: 70%;
            margin-bottom: 0px;
            border-radius: 10px 10px 0 0;
            position: relative;

            .badge {
                width: 140px;
                height: 80px;
                position: absolute;
                background: #172e6f;
                right: 20px;
                bottom: -40px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 4px;
                color: #FFF;
                font-weight: bold;
                font-size: 16px;
                letter-spacing: 0.05em;
                text-align: center;

                .label {
                    font-size: 16px;
                    font-weight: normal;
                }

                .content {
                    .price {
                        font-size: 22px;
                        margin-right: 4px;
                    }
                }
            }
        }

        .postItem__body {
            padding: 40px 20px 10px;
            bottom: 0;
            width: 100%;
            mix-blend-mode: multiply;
            background: #FFF;


            .postItem__header_ttl {
                font-size: 20px;
                font-weight: bold;
            }

            .text {
                display: flex;
                gap: 40px;

                .label {
                    font-size: 14px;
                    color: #333;
                    border: 1px solid #333;
                    padding: 2px 4px;
                    display: inline-block;
                }

                p {
                    display: flex;
                    align-items: center;
                    gap: 8px;

                    .price {
                        font-size: 28px;
                        font-weight: bold;
                        margin-right: 4px;
                    }
                }

                .content {
                    font-size: 16px;
                }
            }

            p {
                font-size: 14px;
                line-height: 1.2;
                color: #333;
                padding: 4px 0px;
            }


        }
    }
}


.secReason {
    background: url(../images/top/info_bg.jpg) center / cover no-repeat;
    padding: 80px 0px;

    .secReason__inner {

        a {
            display: flex;
            font-size: 16px;
            align-items: center;
            justify-content: end;

            svg {
                width: 40px;
            }
        }
    }

    .secReason__list {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .secReason__item {
        width: 33%;


        h3 {
            font-size: 20px;
            position: relative;
            color: #172e6f;
            font-weight: bold;
            text-align: center;
            margin-bottom: 10px;
        }

        p {
            font-size: 16px;
            margin-bottom: 10px;

            span {
                display: block;
                font-weight: bold;
                font-size: 18px;
                margin-bottom: 4px;
            }
        }
    }

    .secReason__item_img {
        padding-top: 52.6%;
        position: relative;
        margin-bottom: 10px;

        img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.secForm {
    .secForm__ttl {
        margin-bottom: 30px;
    }



    .secFrom_tel {
        text-align: center;
        font-size: 18px;
        margin-bottom: 80px;


        .secFrom_tel_inner {
            display: inline-block;
            background: #f6f6f6;
            border-radius: 4px;

            margin: auto;
            padding: 20px 60px;
        }

        a {
            color: #172e6f;
            display: flex;
            margin-top: 10px;
            font-size: 30px;
            align-items: center;
            gap: 12px;
            justify-content: center;

            svg {
                width: 28px;
            }
        }
    }
}

@media screen and (min-width: 992px) {
    .pageTtlBlk__ttl {
        font-size: 26px;
    }

    .secMV__slideTxtWrap_label {
        span {
            font-size: 24px;
        }
    }
}

@media screen and (min-width: 768px) {
    main .inner {
        max-width: 1240px;
    }

    .pageTtlBlk {
        height: 80vh;
        background-image: url(../images/lp/house_lp_fv.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;

        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            z-index: 1;
            display: block;
        }
    }

    .pageTtlBlk__inner {
        position: relative;
        z-index: 2;
    }




    .pageTtlBlk__ttl_en {
        font-size: 200%;
    }
}

@media screen and (min-width: 1024px) {
    .pageTtlBlk__inner {
        padding-bottom: 60px;
    }

}

@media screen and (max-width: 991px) {
    .secMV__slideTxtWrap_btn {
        margin-top: 30px;
        width: 280px;

        a {
            font-size: 16px;
        }
    }
}

@media screen and (max-width: 767px) {
    .footer__sideNav {
        opacity: 1;
        pointer-events: initial;
        z-index: 100;
    }

    .pageTtlBlk {
        height: 400px;
    }

    .pageTtlBlk__ttl {
        font-size: 16px;

        .pageTtlBlk__ttl_jp {
            margin-bottom: 0;
        }

        .pageTtlBlk__ttl_en {
            margin-bottom: 10px;
        }
    }

    .pageTtlBlk__inner {
        padding-bottom: 20px;
    }

    .secPropertyArchive {
        padding: 40px 0px 200px;
    }

    .secPropertyArchive__list {
        // flex-direction: column;
        grid-gap: 20px 20px;

        .postItem {
            // width: 100%;

            &:hover {
                transform: translateY(0%);
            }

            &:nth-child(2n) {
                transform: translateY(20%);

            }

            &:nth-child(2n - 1) {
                transform: translateY(0%);

                &:hover {
                    transform: translateY(0%);
                }
            }

            .postItem__inner {
                clip-path: initial;
                // display: flex;

            }

            .postItem__body {
                padding: 20px 20px 10px;

                .postItem__header_ttl {
                    font-size: 18px;
                }
            }

            .postItem__img {
                width: 100%;
                // padding-top: 30%;

                .badge {
                    width: 120px;
                    height: 60px;
                    right: 0px;
                    bottom: 0px;
                    gap: 0px;

                    .label {
                        font-size: 14px;
                    }

                    .content {
                        .price {
                            font-size: 20px;
                        }
                    }
                }
            }
        }
    }

    .secReason {
        .secReason__list {
            flex-direction: column;
        }

        .secReason__item {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;

            h3 {
                width: 100%;
                text-align: left;
            }
        }

        .secReason__item_img {
            padding-top: 30%;
            width: 40%;
        }

        .secReason__item_txt {
            width: 60%;
            padding-left: 20px;
        }
    }
}

@media screen and (max-width: 575px) {
    .inner {
        width: calc(100% - 20px);
    }



    .pageTtlBlk__ttl {
        font-size: 15px;
        align-items: center;
    }

    .secMV__slideTxtWrap_label {
        span {
            font-size: 15px;
        }
    }

    .pageTtlBlk__inner {
        text-align: center;
    }

    .secMV__slideTxtWrap_btn {
        margin: 20px auto 0;
        padding: 2px 0px 2px 20px;

        a {
            svg {
                width: 50px;
            }
        }
    }

    .secPropertyArchive {
        padding: 40px 0px 40px;
    }

    .secPropertyArchive__list {
        flex-direction: column;

        .postItem {
            width: 100%;

            &:nth-child(2n) {
                transform: translateY(0%);
            }
        }
    }

    .secReason {
        .secReason__item {
            display: block;

            h3 {
                text-align: center;
            }
        }

        .secReason__item_img {
            padding-top: 50%;
            width: 100%;
        }

        .secReason__item_txt {
            width: 100%;
            padding-left: 0px;
        }
    }

    .secForm {
        .secFrom_tel {
            font-size: 16px;
            margin-bottom: 40px;

            .secFrom_tel_inner {
                padding: 20px;
            }

            a {
                font-size: 26px;

                svg {
                    width: 20px;
                }
            }
        }
    }

}