@charset "utf-8";

/* ーーーーーーーーーーーーーーーーーーーーーーーーー

concept

ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

#concept {
    padding: 120px 0;
}

.shop-concept {
    position: relative;
}

.shop-concept.thr {
    background-color: #f7f6f5;
}

.shop-concept::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    content: "";
    background-color: #f7f6f5;
    z-index: -1;
}

.shop-concept.sec::before {
    background-color: #D1D1D1;
}

.shop-concept.thr::before {
    content: none;
}

.shop-concept .inner {
    padding-top: 60px;
}

.shop-concept h3 {
    margin-bottom: 20px;
    font-size: 1.5em;
}

.shop-concept .text {
    line-height: 1.7;
    letter-spacing: .05em;
}

.shop-concept .left {
    margin-bottom: 30px;
}

@media(min-width:600px) {
    .flex-content {
        display: flex;
        justify-content: space-between;
    }

    .shop-concept .left {
        margin-bottom: 0;
        width: 45%;
    }

    .right {
        width: 50%;
    }

    .flex-content.reserved {
        flex-direction: row-reverse;
    }

    .flex-content.reserved .right {
        margin-top: -80px;
    }

    .shop-concept::before {
        height: 410px;
    }

    .shop-concept.sec::before {
        height: 440px;
    }
}

@media(min-width: 1025px) {
    #concept .inner {
        max-width: 1100px;
    }

    section.shop-concept.sec {
        margin-top: -40px;
    }

    .shop-concept .left {
        width: 50%;
    }

    .right {
        width: 45%;
    }

    .flex-content.reserved .right {
        margin-top: -340px;
    }

    .shop-concept.sec::before {
        height: 375px;
    }

    section.shop-concept.thr .inner {
        padding-bottom: 60px;
    }

    section.shop-concept.thr .flex-content {
        align-items: center;
    }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーー

profile

ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.message .left {
    margin-bottom: 30px;
}

.message .left .text {
    line-height: 1.7;
    letter-spacing: .05em;
}

.message .right img {
    display: inline-block;
    margin-bottom: 10px;
}

.message .right h3 {
    margin-bottom: 10px;
    font-size: 1.5em;
    letter-spacing: .05em;
}

.message .right h3 span {
    margin-right: 15px;
    font-size: .75em;
}

.message .right .detail {
    font-size: .85em;
    letter-spacing: .05em;
    line-height: 1.7;
}

.award h2,
.media h2 {
    margin-bottom: 60px;
    font-size: 1.5em;
}

.award h2 span ,
.media h2 span{
    margin-left: 10px;
    font-size: .75em;
}

.award ul li {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.award .date {
    margin-bottom: 10px;
}

.award .name {
    line-height: 1.7;
}

.media .text {
    line-height: 1.7;
    font-size: 1.1em;
}

@media(min-width:600px) {
    .message {
        display: flex;
        justify-content: space-between;
    }

    .message .left {
        margin-bottom: 0px;
        width: 55%;
    }

    .message .right {
        width: 40%;
    }
}

@media(min-width: 1025px) {
    .message {
        padding-top: 40px;
    }

    .message .left {
        width: 60%;
    }

    .message .right {
        width: 30%;
    }

    section.wrap .inner {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    .media, .award {
        width: 45%;
    }
}