.story {
    position: relative;
}
.story-bg:before {
    content: "";
    display: block;
    padding-top: 64%;
}

.story-bg {
    position: absolute;
    top: -80px;
    width: 100%;
    z-index: -1;
}

.story-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38%;
    background: linear-gradient(360deg, #fff, transparent);
}

.story-title-main {
    padding-top: 128px;
}

.story-title-border {
    overflow: hidden;
    margin-bottom: 15px;
}

.story-title-border h1 {
    font-family: "RichardsonBlock", sans-serif;
    font-size: 88px;
    font-weight: 600;
    color: #fff;
    text-shadow: 4px 4px 10px #000000;
    line-height: 92px;
    margin-bottom: 0;
    padding: 2px;
}

.story-title-quote {
    font-family: 'Lexend', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 200;
}



.story-main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.story-main-top {
    height: 36vh;
    background: linear-gradient(transparent, transparent, transparent, transparent, #a6b476);
}

.story-main-mid {
    background: linear-gradient(#a6b476, #eee);
    flex: auto;
}

.story-content {
    display: flex;
    justify-items: center;
    height: 100vh;
}

.story-content-bg {
    /* background: linear-gradient(179deg, #a6b4762e, #a6b47687); */
    margin: auto;
    color: #fff;
    padding: 40px 24px;
    border-radius: 10px;
}

.story-content-bg h1 {
    text-align: center;
    font-size: 46px;
    margin-bottom: 40px;
}

.story-content-summary {
    font-family: 'Lexend', sans-serif;
    font-weight: 200;
    display: block;
    max-width: 80vw;
    margin: auto;
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    white-space: pre-wrap;
}

.story-content-quote {
    font-family: 'Lexend', sans-serif;
    font-weight: 200;
    display: block;
    max-width: 64vw;
    margin: auto;
    font-size: 18px;
    text-align: center;
    font-style: italic;
    color: #68704c;
    white-space: pre-wrap;

}


.story-content-bg iframe {
    display: block;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 20px;

}

.story-bot {
    position: relative;
}

.story-bot-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    z-index: -1;
}

.story-bot-bg-item {
    flex: 1;
    background: #fff;
}


.story-bot-bg-item:last-child {
    background: #6f794c;
}




.story-bot-item {
    padding: 100px 30px;
}

.story-bot-item h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}


.story-bot-item .story-bot-item-content {
    font-family: 'Lexend';
    font-weight: 200;
    white-space: pre-line;
}

.story-bot-item.right {
    color: #fff;
}




/* Element Vision */
section.vision {
    padding: 145px 0;
    position: relative;
    overflow: hidden;
    min-height: 78vh;
}

.vision-bg {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.vision-bg:before {
    content: "";
    display: block;
    padding-top: 60%;
    background: linear-gradient(transparent, #fff, #fff);
    opacity: 0.5;
}

section.vision h2 {
    font-size: 52px;
    text-align: center;
    margin-bottom: 34px;
    text-shadow: 3px 3px 0px #fff;
    font-weight: 600;
}

.vision-detail {
    justify-content: end;
    display: flex;
}

.vision-detail-content {
    background: #707a4c;
    padding: 26px;
    border-radius: 10px;
    max-width: 400px;
    color: #fff;
    white-space: pre-wrap;
}

.vision-detail.mission {
    justify-content: start;
    padding-top: 0px;
}


.branding-quote {
    background: #717b4c;
    color: #fff;
    padding: 10px;
    font-family: 'Lexend';
    font-weight: 200;
    text-align: center;
}




.positioning {
    position: relative;
}
.positioning-bg:before {
    content: "";
    display: block;
    height: 100vh;
}

.positioning-bg {
    position: relative;
    top: 0;
}

.positioning-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38%;
    background: linear-gradient(360deg, #fff, transparent);
}

.positioning-main {
    position: absolute;
    top: 0;
    width: 100%;
}

.positioning-content {
    display: flex;
    justify-items: center;
    height: 100vh;
}

.positioning-content-bg {
    background: linear-gradient(180deg, #a6b47691, #a6b47670);
    margin: auto;
    color: #fff;
    padding: 40px 24px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #6a7544;
}

.positioning-content-main {
    white-space: pre-wrap;
}


.positioning-content h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 21px;
    text-shadow: 3px 3px 0px #e6eebb;
    font-weight: 600;
    color: #3f4529;
}

.positioning-content-bg p {
    font-size: 20px;
    text-align: justify;
}


/* Element Culture */
section.culture {
    padding: 80px 0;
    background: linear-gradient(#fff, #435832);
}

section.culture h2 {
    font-size: 52px;
    text-align: center;
    margin-bottom: 34px;
    text-shadow: 3px 3px 0px #fff;
    font-weight: 600;
}

.culture-item {
    background: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 12px;
    transition: 0.5s;
    cursor: pointer;
}

.culture-item:hover {

    box-shadow: 2px 2px 10px #283220;
}


.culture-item-thumb {
    width: 100px;
    margin: auto;
    margin-bottom: 25px;
}

.culture-item-thumb img {
    width: 100%;
}




/* Element Core Value */

.core-value {
    position: relative;
}
.core-value-bg:before {
    content: "";
    display: block;
    height: 100vh;
}

.core-value-bg {
    position: relative;
    top: 0;
}

.core-value-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(#445933, transparent);
}

.core-value-main {
    position: absolute;
    top: 0;
    width: 100%;
}

.core-value-content {
    display: flex;
    justify-items: center;
    height: 100vh;
}

.core-value-content-bg {
    background: linear-gradient(179deg, #a6b4762e, #a6b47687);
    margin: auto;
    color: #fff;
    padding: 40px 24px;
    border-radius: 10px;
    text-align: center;
}


.core-value-content-bg h2 {
    font-size: 46px;
    text-align: center;
    margin-bottom: 24px;
    text-shadow: 2px 2px 5px #e6eebb;
    font-weight: 600;
    color: #282c1a;
}

.core-value-item {
    background: #fffc;
    margin-bottom: 25px;
    border-radius: 8px;
    color: #333;
    font-family: 'Lexend';
    padding: 20px 10px;
    height: 88%;
    cursor: pointer;
}

.core-value-item:hover {
    background: #fff;
}

.core-value-item h4 {
    font-weight: 500;
}

.core-value-item-content {
    font-weight: 300;
}



section.history {
    padding: 50px 0;
}

.history-title h2 {
    font-size: 46px;
    text-align: center;
    margin-bottom: 24px;
    text-shadow: 2px 2px 5px #82866a;
    font-weight: 600;
    color: #282c1a;
}

.history-item {
    display: block;
    height: 100%;
    padding: 30px;
    border-radius: 8px;
    white-space: pre-wrap;
}





section.stores {
    padding: 80px 0;
}

.stores-title h2 {
    font-size: 46px;
    text-align: center;
    margin-bottom: 38px;
    text-shadow: 2px 2px 5px #82866a;
    font-weight: 600;
    color: #282c1a;
}

.store-item:hover {
    box-shadow: 2px 2px 5px #333;
    transform: translateY(-10px);
}

.store-item {
    font-family: 'Lexend';
    font-weight: 300;
    color: #3d422a;
    padding: 20px;
    border-radius: 10px;
    transition: 0.5s;
    cursor: pointer;
}

.store-item-name h3 {
    font-size: 20px;
}

.store-item-address {
    font-size: 15px;
    margin-bottom: 10px;
}

.store-item-phone a {
    font-size: 18px;
    text-decoration: none;
    color: #333;
}




@media (max-width: 767px) {

    main section {
        overflow: hidden;
    }

    .flex-768-column-reverse {
        flex-direction: column-reverse;

    }
    .positioning-bg {
        background-position: right !important;
    }

    .story-title-main {
        padding-top: 186px;
    }

    .story-main-top {
        height:48px
    }

    .story-title-border h1 {
        font-size: 52px;

    }

    .story-bg:before{
        content: "";
        display: block;
        padding-top: 126%;
    }

    .story-content-bg iframe {
        display: block;
        margin: auto;
        border-radius: 10px;
        margin-bottom: 20px;
        width: 92%;
        height:100%;
    }

    .story-bot-bg {
        flex-direction: column;

    }


.vision-bg:before {
    padding-top: 350%;

}


    main section {
        overflow: hidden;
    }

    .flex-768-column-reverse {
        flex-direction: column-reverse;

    }
    .positioning-bg {
        background-position: right !important;
    }

    .story-content-bg {
        padding: 36px 0;
    }

    .story-content-summary {
        max-width: 90vw;
    }

    .story-content-quote {
        max-width: 88vw;
    }

    .story-bot-bg-item:first-child {
        height: 60%;
        flex: none;
    }

    .vision-detail.mission {
        padding-top : 30px;
    }

    .vision-detail {
        justify-content: center;
    }

    .culture-item {
        margin-bottom: 20px;
    }

    .history-item {
        min-height: 278px;
    }


}
