@charset "UTF-8";

/* コンセプト共通 */
.sub-ttl {
    font-size: 34px;
    color: #fff;
    letter-spacing: 4px;
    padding-bottom: 30px;
    position: relative;
}

.sub-ttl::after {
    content: '';
    width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, #fff 0%, #fff 50%, transparent);
    background-image: linear-gradient(to right, transparent, #fff 0%, #fff 50%, transparent);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.txt {
    color: #fff;
    letter-spacing: 3px;
    line-height: 1.8;
    padding-top: 30px;
}

.answer {
    width: 35%;
    margin-bottom: 30px;
}

/* コンセプト用header */
#concept-main {
    background-image: url(../img/concept-main.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 73% 0;
    position: relative;
}

.concept-maintxt {
    width: 90%;
    max-width: 890px;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
}

#location-link {
    background-image: url(../img/concept01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40% 0;
    position: relative;
}

#location-link .text {
    position: absolute;
    top: 20%;
    left: 5%;
}

#design-link {
    background-image: url(../img/concept02.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25% 0;
    position: relative;
}

#design-link .text {
    position: absolute;
    top: 10%;
    right: 5%;
}


/*=======================================
TAB_横
=======================================*/
@media (max-width: 1180px) {

    .sub-ttl {
        font-size: 24px;
    }

    .txt {
        font-size: 14px;
    }


}


/*=======================================
SP
=======================================*/
@media (max-width: 820px) {

    .answer {
        width: 24%;
        margin-bottom: 15px;
    }

    .sub-ttl {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .txt {
        letter-spacing: 2px;
        padding-top: 20px;
    }

    #concept-main {
        background-image: url(../img/concept-main_sp.png);
        padding: 96% 0;
    }

    #location-link {
        background-image: url(../img/concept01_sp.png);
        padding: 91% 0;
    }

    #location-link .text {
        top: 0%;
    }

    #design-link {
        background-image: url(../img/concept02_sp.png);
        padding: 76% 0;
    }

    #design-link .text {
        top: 40%;
    }

}

/*=======================================
500px以下
=======================================*/

@media (max-width: 499px) {}