@charset "utf-8";

/*********************************************************************
*
*  For HOME
*
*********************************************************************/

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .contents_wrap {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .contents_wrap {
        padding-top: 0;
    }
}

/* ---------------------------------------------------- */
/* .header_1 */
/* ---------------------------------------------------- */
.header_1 .logo_1 {
    opacity: 0;
    pointer-events: none;
}
.is_page_scr.is_page_scr_up .header_1 .logo_1 {
    opacity: 1;
    pointer-events: all;
}
.header_1 .nav_1 {
    opacity: 0;
    pointer-events: none;
}
.is_page_scr.is_page_scr_up .header_1 .nav_1 {
    opacity: 1;
    pointer-events: all;
}
.header_1 .btn_toggle_megamenu div > span span,
.header_1 .btn_toggle_megamenu div > span:before,
.header_1 .btn_toggle_megamenu div > span:after {
    background-color: var(--co_2);
}

.is_page_scr.is_page_scr_up .header_1 .btn_toggle_megamenu div > span span,
.is_page_scr.is_page_scr_up .header_1 .btn_toggle_megamenu div > span:before,
.is_page_scr.is_page_scr_up .header_1 .btn_toggle_megamenu div > span:after {
    background-color: var(--co_1);
}
@media (max-width: 767px) {
}

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */

@keyframes swiper_1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

@keyframes swiper_2 {
    0% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes swiper_3 {
    0% {
        transform: translate(-8%, -8%) scale(1.15);
    }

    100% {
        transform: translate(0%, 0%) scale(1.15);
    }
}

@keyframes swiper_4 {
    0% {
        transform: translate(8%, -8%) scale(1.15);
    }

    100% {
        transform: translate(0%, 0%) scale(1.15);
    }
}

@keyframes ttl_1 {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    25% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.sec_mv_wrap .mv_wrap_1 {
    position: relative;
    background-image: url(../img/mv/slide_1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .sec_mv_wrap .mv_wrap_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
} */

.sec_mv_wrap .swiper-slide {
    height: 100vh;
    overflow: hidden;
    background-color: var(--co_1);
}

.sec_mv_wrap .swiper-slide-active .slide_img,
.sec_mv_wrap .swiper-slide-duplicate-active .slide_img,
.sec_mv_wrap .swiper-slide-prev .slide_img {
    height: 100%;
    background-position: center;
    background-size: cover;
    animation-duration: 10s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-direction: normal;
    opacity: 0.8;
}

.sec_mv_wrap .swiper-slide-active .slide_ef_1,
.sec_mv_wrap .swiper-slide-duplicate-active .slide_ef_1,
.sec_mv_wrap .swiper-slide-prev .slide_ef_1 {
    animation-name: swiper_1;
}

.sec_mv_wrap .swiper-slide-active .slide_ef_2,
.sec_mv_wrap .swiper-slide-duplicate-active .slide_ef_2,
.sec_mv_wrap .swiper-slide-prev .slide_ef_2 {
    animation-name: swiper_2;
}

.sec_mv_wrap .swiper-slide-active .slide_ef_3,
.sec_mv_wrap .swiper-slide-duplicate-active .slide_ef_3,
.sec_mv_wrap .swiper-slide-prev .slide_ef_3 {
    animation-name: swiper_3;
}

.sec_mv_wrap .swiper-slide-active .slide_ef_4,
.sec_mv_wrap .swiper-slide-duplicate-active .slide_ef_4,
.sec_mv_wrap .swiper-slide-prev .slide_ef_4 {
    animation-name: swiper_4;
}

.sec_mv_wrap .swiper-slide .ttl {
    position: absolute;
    right: 180px;
    top: 130px;
    width: 66px;
    opacity: 0;
    transform: translateY(40px);
    z-index: 2;
}

.sec_mv_wrap .swiper-slide-active .ttl,
.sec_mv_wrap .swiper-slide-duplicate-active .ttl,
.sec_mv_wrap .swiper-slide-prev .ttl {
    animation-name: ttl_1;
    background-position: center;
    background-size: cover;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-direction: normal;
}

.sec_mv_wrap .ttl_1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.sec_mv_wrap .ttl_2 {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 206px;
    z-index: 2;
    transition: 0.3s ease-in-out;
}
.is_page_scr .sec_mv_wrap .ttl_2 {
    opacity: 0;
}
.sec_mv_wrap .ttl_3 {
    position: absolute;
    right: 120px;
    top: 55px;
    color: var(--co_2);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    z-index: 2;
    transition: 0.3s ease-in-out;
}
.is_page_scr .sec_mv_wrap .ttl_3 {
    opacity: 0;
}
.sec_mv_wrap .btn_1 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 88px;
    background-color: var(--co_2);
    z-index: 2;
}

@media (min-width: 768px) and (orientation: portrait) {
    .sec_mv_wrap .swiper-slide {
        max-height: 50vh;
    }
}
@media (max-width: 767px) {
    .sec_mv_wrap .mv_wrap_1 {
        background-image: url(../img/mv/slide_1_sp.jpg);
    }

    .sec_mv_wrap .swiper-slide .ttl {
        position: absolute;
        right: 45%;
        top: 32%;
        width: 10%;
        opacity: 0;
    }

    .sec_mv_wrap .ttl_2 {
        left: 15px;
        top: 15px;
        width: 150px;
    }
    .sec_mv_wrap .ttl_3 {
        right: 15px;
        top: 70px;
        font-size: 1.3rem;
        text-align: right;
    }

    .sec_mv_wrap .btn_1 {
        width: 55px;
    }
}

/* ---------------------------------------------------- */
/* sec_map_wrap */
/* ---------------------------------------------------- */
.sec_map_wrap .sec_inner::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 81%;
}
.sec_map_wrap .map_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.sec_map_wrap .ttl_1 {
    position: absolute;
    right: 4%;
    top: 51%;
    width: 29%;
}
.sec_map_wrap .map_1 .pin {
    position: absolute;
    width: 9%;
    transform: translate(-50%, -100%);
    z-index: 1;
}
.sec_map_wrap .map_1 .pin_1 {
    left: 88%;
    top: 7%;
}
.sec_map_wrap .map_1 .pin_2 {
    left: 54%;
    top: 10.5%;
}
.sec_map_wrap .map_1 .pin_3 {
    left: 72%;
    top: 13%;
}
.sec_map_wrap .map_1 .pin_4 {
    left: 88%;
    top: 22%;
}
.sec_map_wrap .map_1 .pin_5 {
    left: 79%;
    top: 24.5%;
}
.sec_map_wrap .map_1 .pin_6 {
    left: 25%;
    top: 36.5%;
}
.sec_map_wrap .map_1 .pin_7 {
    left: 94.5%;
    top: 42.5%;
}
.sec_map_wrap .map_1 .pin_8 {
    left: 14%;
    top: 47%;
}
.sec_map_wrap .map_1 .pin_0 {
    left: 50%;
    top: 48%;
    width: 17%;
}
@media (max-width: 767px) {
    .sec_map_wrap .sec_inner::before {
        display: none;
    }
    .sec_map_wrap .map_1 {
        position: relative;
    }
    .sec_map_wrap .ttl_1 {
        right: 49%;
        top: auto;
        bottom: 0;
        width: 50%;
        transform: translateX(50%);
    }
    .sec_map_wrap .map_1 .pin {
        position: absolute;
        width: 12%;
        transform: translate(-50%, -100%);
        z-index: 1;
    }
    .sec_map_wrap .map_1 .pin_0 {
        left: 51%;
        top: 52%;
        width: 25%;
    }
}
/* ---------------------------------------------------- */
/* sec_about_wrap */
/* ---------------------------------------------------- */
.sec_about_wrap {
    padding-bottom: 170px;
}
.sec_about_wrap .ttl_1 {
    margin: 0 auto 40px;
    width: 690px;
}
.sec_about_wrap .img_1 {
    margin: 0 auto 50px;
    width: 690px;
}
.sec_about_wrap .desc_1 {
    margin: 0 auto 60px;
    width: max-content;
    font-size: 1.7rem;
    line-height: 2;
}
.sec_about_wrap .btn_wrap_1 {
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    .sec_about_wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .sec_about_wrap .ttl_1 {
        margin: 0 auto 20px;
        width: auto;
    }
    .sec_about_wrap .img_1 {
        margin: 0 auto 30px;
        width: auto;
    }
    .sec_about_wrap .desc_1 {
        margin: 0 auto 40px;
        width: auto;
        font-size: 1.4rem;
    }
}
/* ---------------------------------------------------- */
/* sec_townplan_wrap */
/* ---------------------------------------------------- */
.sec_townplan_wrap {
    padding-top: 100px;
    padding-bottom: 170px;
    background-color: var(--co_6);
}
.sec_townplan_wrap .clms_wrap_1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: var(--co_2);
}
.sec_townplan_wrap .clms_wrap_1::before {
    content: "";
    position: absolute;
    right: -85px;
    top: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: var(--co_2);
}
.sec_townplan_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    position: relative;
    width: 515px;
}
.sec_townplan_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    position: relative;
    width: 540px;
}
.sec_townplan_wrap .ttl_1 {
    margin-bottom: 20px;
}
.sec_townplan_wrap .ttl_2 {
    margin-bottom: 20px;
    font-size: 2.7rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.sec_townplan_wrap .desc_1 {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 2;
}

.sec_townplan_wrap .btn_wrap_1 {
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    .sec_townplan_wrap {
        padding-top: 70px;
        padding-bottom: 100px;
    }
    .sec_townplan_wrap .clms_wrap_1 {
        display: block;
        margin-bottom: 50px;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 20px;
    }
    .sec_townplan_wrap .clms_wrap_1::before {
        right: 0;
    }
    .sec_townplan_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
        width: auto;
    }
    .sec_townplan_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
        margin-top: 40px;
        width: auto;
    }
    .sec_townplan_wrap .ttl_1 {
        margin-bottom: 20px;
    }
    .sec_townplan_wrap .ttl_2 {
        margin-bottom: 20px;
        font-size: 1.7rem;
        letter-spacing: 0;
    }

    .sec_townplan_wrap .desc_1 {
        margin-bottom: 30px;
        font-size: 1.3rem;
    }
}
/* ---------------------------------------------------- */
/* sec_houseplan_wrap */
/* ---------------------------------------------------- */
.sec_houseplan_wrap {
    margin-top: -60px;
    padding-bottom: 170px;
}
.sec_houseplan_wrap .ttl_1 {
    margin-bottom: 40px;
}
.sec_houseplan_wrap .ttl_2 {
    margin-bottom: 50px;
    font-size: 2.8rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.sec_houseplan_wrap .btn_wrap_1 {
    display: flex;
    justify-content: center;
}
.sec_houseplan_wrap .slide_1 {
    font-size: 0;
    line-height: 0;
}

.sec_houseplan_wrap .slide_1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../common/img/logo/order_1_b.svg);
    background-repeat: no-repeat;
    background-size: 25% auto;
    background-position: center;
}

.sec_houseplan_wrap .slide_1 .item .img > span {
    padding-top: 40%;
}
.sec_houseplan_wrap .slide_1 .item .num {
    display: none;
}
.sec_houseplan_wrap .slide_1 .item .arrow {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
    width: 1100px;
}

.sec_houseplan_wrap .slide_1 .item .arrow::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #fff transparent;
}
.sec_houseplan_wrap .slide_1 .item .arrow_1::before {
    left: 12.5%;
}
.sec_houseplan_wrap .slide_1 .item .arrow_2::before {
    left: 37.5%;
}
.sec_houseplan_wrap .slide_1 .item .arrow_3::before {
    left: 62.5%;
}
.sec_houseplan_wrap .slide_1 .item .arrow_4::before {
    left: 87.5%;
}
.sec_houseplan_wrap .nav_1 {
    display: flex;
    margin-top: 40px;
    margin-bottom: 70px;
}
.sec_houseplan_wrap .nav_1 > .item {
    position: relative;
    width: calc(100% / 4);
    cursor: pointer;
}

.sec_houseplan_wrap .nav_1 > .item + .item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: var(--co_1);
}

.sec_houseplan_wrap .nav_1 .num {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}
.sec_houseplan_wrap .nav_1 .ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}
.sec_houseplan_wrap .nav_1 .btn {
    margin: 0 auto;
    min-width: auto;
    width: 70% !important;
}
@media (max-width: 767px) {
    .sec_houseplan_wrap {
        margin-top: -40px;
        padding-bottom: 70px;
    }
    .sec_houseplan_wrap .ttl_1 {
        margin-bottom: 20px;
    }
    .sec_houseplan_wrap .ttl_2 {
        margin-bottom: 25px;
        font-size: 1.7rem;
    }

    .sec_houseplan_wrap .slide_1::before {
        content: "";
        position: absolute;
        left: 50% !important;
        bottom: 0;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
        z-index: 2;
    }
    .sec_houseplan_wrap .slide_1::after {
        background-size: 34% auto;
    }

    .sec_houseplan_wrap .slide_1 .item .num {
        position: absolute;
        right: 20px;
        bottom: 10px;
        display: block;
        color: var(--co_2);
        font-size: 1.4rem;
        line-height: 1;
    }
    .sec_houseplan_wrap .slide_1 .item .arrow {
        display: none;
    }
    .sec_houseplan_wrap .nav_1 {
        display: block;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .sec_houseplan_wrap .nav_1 > .item {
        width: auto;
    }
    .sec_houseplan_wrap .nav_1 > .item + .item {
        margin-top: 20px;
        padding-top: 20px;
    }

    .sec_houseplan_wrap .nav_1 > .item + .item::after {
        top: 0;
        transform: translateY(0);
        width: 100%;
        height: 1px;
    }

    .sec_houseplan_wrap .nav_1 .num {
        margin-bottom: 5px;
        font-size: 1.4rem;
        text-align: left;
    }
    .sec_houseplan_wrap .nav_1 .ttl {
        margin-bottom: 0;
        font-size: 1.4rem;
        text-align: left;
    }
    .sec_houseplan_wrap .nav_1 .btn {
        position: absolute;
        right: 0;
        top: 30px;
        margin-right: 0;
        width: 120px !important;
    }
}
/* ---------------------------------------------------- */
/* sec_lifestyle_wrap */
/* ---------------------------------------------------- */
.sec_lifestyle_wrap {
    padding-bottom: 140px;
}
.sec_lifestyle_wrap .list_1 {
    margin-bottom: 80px;
}
.sec_lifestyle_wrap .list_1 > ul {
    display: flex;
    flex-wrap: wrap;
}
.sec_lifestyle_wrap .list_1 > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 2);
    height: 360px;
}
.sec_lifestyle_wrap .list_1 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sec_lifestyle_wrap .list_1 .img {
    background-color: var(--co_1);
}
.sec_lifestyle_wrap .list_1 .img > span {
    padding-top: 360px;
    opacity: 0.8;
}

.sec_lifestyle_wrap .list_1 .copy {
    position: absolute;
    left: -4px;
    top: -18px;
    color: var(--co_2);
    font-size: 10rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1;
    transition: 0.3s ease-in-out;
}
.sec_lifestyle_wrap .list_1 .ttl {
    position: absolute;
    left: 0;
    top: 90px;
    padding: 5px 20px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.4;
    background-color: var(--co_2);
    transition: 0.3s ease-in-out;
}
.sec_lifestyle_wrap .list_1 .btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    height: 50px;
    background-color: var(--co_2);
    border-radius: 40px;
    transition: 0.3s ease-in-out;
}

.sec_lifestyle_wrap .btn_wrap_1 {
    display: flex;
    justify-content: center;
}

.sec_lifestyle_wrap .ttl_2 {
    margin-top: 40px;
    padding-bottom: 40px;
    font-size: 2.8rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
@media (min-width: 768px) {
    .sec_lifestyle_wrap .list_1 a:hover .img > span {
        opacity: 1;
    }
    .sec_lifestyle_wrap .list_1 a:hover .btn {
        color: var(--co_2);
        background-color: var(--co_1);
    }
}
@media (max-width: 767px) {
    .sec_lifestyle_wrap {
        padding-bottom: 70px;
    }
    .sec_lifestyle_wrap .list_1 {
        margin-bottom: 50px;
    }
    .sec_lifestyle_wrap .list_1 > ul {
        display: block;
    }
    .sec_lifestyle_wrap .list_1 > ul > li {
        display: block;
        width: auto;
        height: auto;
    }
    .sec_lifestyle_wrap .list_1 > ul > li:nth-child(n + 2) {
        margin-left: -20px;
        margin-right: -20px;
    }

    .sec_lifestyle_wrap .list_1 .img > span {
        padding-top: 50%;
    }

    .sec_lifestyle_wrap .list_1 .copy {
        left: -2px;
        top: -9px;
        font-size: 5rem;
    }
    .sec_lifestyle_wrap .list_1 .ttl {
        top: 50px;
        padding: 5px 15px;
        font-size: 1.5rem;
    }
    .sec_lifestyle_wrap .list_1 .btn {
        right: 15px;
        bottom: 15px;
        min-width: 145px;
        height: 34px;
        font-size: 1.1rem;
        border-radius: 18px;
    }

    .sec_lifestyle_wrap .ttl_2 {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-bottom: 0;
        font-size: 1.7rem;
    }
}
/* ---------------------------------------------------- */
/* sec_location_wrap */
/* ---------------------------------------------------- */
.sec_location_wrap {
    padding-bottom: 200px;
}

.sec_location_wrap .clms_wrap_1 {
    display: flex;
    color: var(--co_2);
    background-color: var(--co_1);
}

.sec_location_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    flex: auto;
    width: auto;
}

.sec_location_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    flex: none;
    padding: 50px;
    width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_location_wrap .img_1 {
    height: 100%;
}
.sec_location_wrap .img_1 > span {
    height: 100%;
}
.sec_location_wrap .ttl_1 {
    margin-bottom: 40px;
}

.sec_location_wrap .ttl_2 {
    margin-bottom: 40px;
    font-size: 2.8rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.sec_location_wrap .btn_1 {
    margin-left: -10px;
    min-width: 290px;
}
@media (max-width: 767px) {
    .sec_location_wrap {
        padding-bottom: 70px;
    }

    .sec_location_wrap .clms_wrap_1 {
        display: block;
    }

    .sec_location_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
        flex: auto;
        width: auto;
    }

    .sec_location_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
        padding: 20px 20px 40px;
        width: auto;
        display: block;
    }

    .sec_location_wrap .img_1 {
        height: auto;
    }
    .sec_location_wrap .img_1 > span {
        height: 0;
        padding-top: 66%;
    }
    .sec_location_wrap .ttl_1 {
        margin-bottom: 20px;
    }

    .sec_location_wrap .ttl_2 {
        margin-bottom: 20px;
        font-size: 1.7rem;
    }
    .sec_location_wrap .btn_1 {
        margin-left: auto;
        min-width: auto;
    }
}
