/* ============================================
   コンセプト
============================================ */

/* FV */
.concept-page_fv {
    width: 100%;
    height: 1150px;
    margin-bottom: 80px;
}

.concept-page_fv__bg {
    background-size: cover;
background-position: bottom;
    background-repeat: no-repeat;
    height: 100%;
}

.concept-page_fv__bg .l-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 52px;
padding: 160px;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .concept-page_fv__bg .l-inner {
        padding: 120px 32px;
        align-items: center;
    }
}

.concept-page_fv__catch {
    writing-mode: vertical-rl;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.3em;
        max-height: 400px;
        color: #fff;
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.concept-page_fv__detail {
font-size: 18px;
    line-height: 2;
    max-width: 460px;
    color: #fff;
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

/* Content */
.concept-page_content {

}

.concept-page_content .l-inner {
    margin-bottom: 80px;
}

.concept-page_content .l-inner:last-child {
    margin-bottom: 0;
}

.concept-page_content__inner {
    display: flex;
    align-items: center;
}

.concept-page_content__inner--reverse {
    flex-direction: row-reverse;
}

.concept-page_content__img {
    overflow: hidden;
    width: 50%;
}

.concept-page_content__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.concept-page_content__body {
    width: 50%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 40px;
}

.concept-page_content__shop-name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-bottom: 16px;
    position: relative;
}

.concept-page_content__shop-name:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #17645E;
    position: absolute;
    left: 0;
    bottom: 0;
}

.concept-page_content__txt {
    font-size: 15px;
    line-height: 2;
}
@media screen and (max-width: 768px) {
	.concept-page_content__txt {
    font-size: 14px;
    line-height: 1.8;
}
}

.concept-page_content .c-btn {
    background: transparent;
    border: 1px solid #333;
    border-radius: 999px;
    color: #333;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .concept-page_fv {
        margin-bottom: 40px;
        height: 900px;
    }
    .concept-page_fv__bg {
    }
    .concept-page_fv__catch {
        font-size: 18px;
    }
    .concept-page_fv__detail {
    font-size: 14px;
    }

    .concept-page_content {
        margin-bottom: 0px;
    }
    .concept-page_content__inner {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
        .concept-page_content__img {
    overflow: hidden;
    width: 80%;
    max-width: 300px;
    margin-left: 0;
    }
    .concept-page_content__body {
    width: 100%;
    align-items: flex-start;
    gap: 24px;
    padding: 20px;
    margin-bottom: 24px;
}
.concept-page_content .c-btn {
    width: 100%;
            text-align: center;
}
}
