@charset "UTF-8";

/* --------------- */
/* コンセプトルーム */
/* --------------- */

/* ---- */
/* 共通 */
/* ---- */

.bg {
    background: white;
    height: 100px;
}

.d_bg {
    background: url(../img/common/top_bg_kage.png);
    height: 100px;
}

.content_title {
    color: #191919;
    font-family: "goldenbook", serif;
    font-size: 45px;
    letter-spacing: 0.12em;
    text-align: center;
    margin: 5vw auto;
}

.img_center {
    box-shadow: 0 3vw #7aa0ac;
    /* box-shadow: 0vw 3vw #def7ff; */
    width: 100%;
    margin-bottom: 8vw;
}

.img_left {
    box-shadow: 3vw 3vw #7aa0ac;
    width: 85%;
    text-align: left;
    margin-right: 15%;
    margin-bottom: 8vw;
}

.img_right {
    box-shadow: -3vw 3vw #7aa0ac;
    width: 85%;
    text-align: right;
    margin-left: 15%;
    margin-bottom: 8vw;
}


@media (max-width:768px) {
    .content_title {
        font-size: 7vw;
        margin-bottom: 8vw;
        line-height: 1.3;
    }

    .img_center, .img_left, .img_left_long, .img_right, .img_right_long {
        margin-bottom: 12vw;
    }
}


/* --------- */
/* content01 */
/* --------- */

#content01 {
    background: white;
    padding: 5vw 0 10vw;
    position: relative;
}

.img_left_long {
    box-shadow: 3vw 3vw #7aa0ac;
    width: 30%;
    margin-right: 40%;
}

.img_right_long {
    box-shadow: -3vw 3vw #7aa0ac;
    width: 58%;
    margin-left: 42%;
    position: absolute;
    /* bottom: 18.5vw; */
}


@media (max-width:768px) {
    #content01 {
        padding-bottom: 20vw;
    }
    .img_left_long {
        width: 60%;
        text-align: left;
        margin-right: 40%;
        margin-bottom: 0;
    }
    .img_right_long {
        width: 85%;
        text-align: right;
        margin-left: 15%;
        margin-bottom: 12vw;
        position: static;
    }
}

/* --------- */
/* content02 */
/* --------- */

#content02 {
    background: url(../img/residence/bg-facade-design.jpg);
    padding: 10vw 0;
    background-size: cover;
}

#content02 .scroll_area {
    position: relative;
}

#content02 .keyVisual__scrollAssist {
    position: absolute;
    bottom: 0;
}

#content02 .img_right, #content02 .img_left{
    box-shadow: none;
}

#content02 .img_left {
    width: 55%;
    margin-right: 45%;
    margin-bottom: 0;
}


@media (max-width:768px) {
    #content02 {
        padding-top: 20vw;
    }
    #content02 .img_left {
        width: 65%;
        margin-right: 35%;
    }
}


/* --------- */
/* content03 */
/* --------- */

#content03 {
    background: white;
    padding: 10vw 0;
    position: relative;
}

#content03 .scroll_area {
    position: absolute;
}

#content03 .keyVisual__scrollAssist {
    position: absolute;
    bottom: 0;
}

#content03 .img_right {
    width: 40%;
    margin-left: 60%;
    margin-top: 7vw;
}

#content03 .img_left {
    width: 40%;
    margin-right: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
}


@media (max-width:768px) {
    #content03 {
        padding-top: 20vw;
    }
    #content03 .img_left {
        width: 60%;
        text-align: left;
        margin-right: 40%;
        /* margin-bottom: 8vw; */
        position: static;
    }
    #content03 .img_right {
        width: 60%;
        text-align: right;
        margin-left: 40%;
        margin-bottom: 12vw;
    }
}