@charset "UTF-8";

.firstview_photo {
    max-width: 100%;
    height: calc(100vh - 60px);
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px; 
}
.firstview_photo::after {
    content: "";
    width: 100%;
    height: calc(100vh - 60px);
    background-color: rgba(42,41,34,0.3);
    position: absolute;
    top: 0;
    left: 0;
}
.firstview_photo .photo_item .photo_item_list {
    position: absolute;
}
.photo_item_list {
    opacity: 0;
    object-fit: cover;
    animation-name: fade-in-out;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
.photo_item_list:nth-of-type(1) {
    animation-delay: 0s;
}
.photo_item_list:nth-of-type(2) {
    animation-delay: 5s;
}
.photo_item_list:nth-of-type(3) {
    animation-delay: 10s;
}
@keyframes fade-in-out {
    0%{ opacity: 0;}
    25%{ opacity: 1;}
    40%{ opacity: 1;}
    45%{ opacity: 0;}
    100%{ opacity: 0;}
}
.firstview_photo .photo_item_list img {
    width: 100%;
    height: calc(100vh - 60px);
    object-fit: cover;
}
.firstview_photo .store_name {
    display: flex;
    width: calc(100% - 140px);
    height: calc(100vh - 160px);
    border: 1px solid #FFF;
    position: absolute;
    top: 50px;
    left: 70px;
    font-size: 3.6rem;
    color: #FFF;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.slick {
    width: 100%;
}
.pickup_list {
    width: 100%;
    padding: 0 30px;
}
.pickup_list img {
    width: 100%;
    object-fit: cover;
}
#welcome {
    max-width: 1366px;
    padding: 0 60px;
    margin: 80px auto 0;
}
.welcome_text {
    text-align: center;
}
.welcome_title {
    margin-bottom: 30px;
}
.second_title {
    font-size: 4.0rem;
    font-weight: 700;
    font-family: 'Courier Prime', monospace;
    line-height: 1;
}
.welcome_description {
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.welcome_description_second {
    font-size: 1.6rem;
    margin-bottom: 60px;
}
.link {
    width: 230px;
    height: 60px;
    border: 1px solid #2a2922;
    position: relative;
    line-height: 60px;
    overflow: hidden;
    transition: 0.8s;
    margin: 0 60px 80px auto;
}
.link.concept {
    margin-right: 0;
}
.link:hover {
    border: 0px solid #2a2922;
    opacity: 1;
}
.link::before {
    content: "";
    width: 230px;
    height: 60px;
    background-color: #2a2922;
    position: absolute;
    top: 0;
    right: -230px;
    transition: 0.8s;
}
.link:hover::before {
    opacity: 1;
    right: 0px;
}
.link a {
    display: block;
    position: relative;
    transition: 0.8s;
    font-size: 1.4rem;
    font-weight: 400;
    padding-left: 20px;
}
.link a:hover {
    color: #f3ebdd;
    opacity: 1;
    font-weight: 700;
}
.link a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #2a2922;
    border-right: 3px solid #2a2922;
    transform: rotate(45deg);
    position: absolute;
    top: 24px;
    right: 20px;
    transition: 0.8s;
}
.link a:hover::after {
    border-top: 3px solid #f3ebdd;
    border-right: 3px solid #f3ebdd;
    opacity: 1;
}
.link a::before {
    content: "";
    width: 190px;
    height: 2px;
    border-bottom: 2px solid #f3ebdd;
    position: absolute;
    bottom: 10px;
    left: -230px;
    transition: 0.8s;
}
.link a:hover:before {
    opacity: 1;
    left: 20px;
}
#ourbagel,#cafespace {
    max-width: 1366px;
    margin: 0 auto;
}
.index_concept_title {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.index_concept_title_photo {
    width: 50%;
    height: auto;
}
.index_concept_title_photo .photo_item {
    width: 100%;
    height: 440px;
    position: relative;
}
.index_concept_title_photo .photo_item .photo_item_list {
    width: 100%;
    height: 440px;
    position: absolute;
}
.index_concept_title_photo .photo_item .photo_item_list img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: right;
}
.index_concept_title_description {
    width: 50%;
    height: 440px;
    background-color: #FFF;
    text-align: right;
    padding: 100px 60px 0 0;
}
.subtitle_ja {
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
}
.subtitle_en {
    font-size: 1.4rem;
    font-weight: 400;
}
.index_concept_title_description.green {
    position: relative;
}
.index_concept_title_description.green::after {
    content: "";
    width: 100px;
    height: 100px;
    border-top: 50px solid #506d2f;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #506d2f;
    position: absolute;
    top: 0;
    left: 0;
}
.index_concept_title_description.green::before {
    content: "";
    width: 100px;
    height: 100px;
    border-top: 50px solid transparent;
    border-right: 50px solid #506d2f;
    border-bottom: 50px solid #506d2f;
    border-left: 50px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.index_concept_title_description.brown {
    position: relative;
}
.index_concept_title_description.brown::after {
    content: "";
    width: 100px;
    height: 100px;
    border-top: 50px solid #7d5642;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #7d5642;
    position: absolute;
    top: 0;
    left: 0;
}
.index_concept_title_description.brown::before {
    content: "";
    width: 100px;
    height: 100px;
    border-top: 50px solid transparent;
    border-right: 50px solid #7d5642;
    border-bottom: 50px solid #7d5642;
    border-left: 50px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.index_concept_text {
    max-width: 1366px;
    padding-right: 60px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
}
.index_concept_text_photo {
    position: relative;
    width: 43.2%;
    height: 450px;
}
.index_concept_text_photo .photo_item .photo_item_list {
    position: absolute;
    top: 60px;
    left: -100px;
} 
.index_concept_text_photo .photo_item .photo_item_list img {
    width: 100%;
    object-fit: cover;
}
.index_concept_text_description {
    width: 67.3%;
    height: 570px;
    padding-left: 60px;
    padding-right: 21.6%;
    padding-top: 60px;
}
.index_concept_text_description.green {
    background-color: #506d2f;
}
.index_concept_text_description.brown {
    background-color: #7d5642;
}
.third_title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 2.4rem;
    color: #f3ebdd;
}
.description {
    font-size: 1.6rem;
    font-weight: 300;
    color: #f3ebdd;
    text-align: justify;
    text-justify: inter-ideograph;
}
.index_concept_text_note {
    font-size: 1.4rem;
    font-weight: 300;
    color: #f3ebdd;
    text-align: right;
}
@media(max-width: 1300px){
    .index_concept_title {
        justify-content: center;
    }
    .index_concept_title_photo {
        width: 480px;
        height: 320px;
    }
    .index_concept_title_photo .photo_item {
        width: 480px;
        height: 320px;
    }
    .index_concept_title_photo .photo_item .photo_item_list {
        width: 480px;
        height: 320px;
    }
    .index_concept_title_photo .photo_item .photo_item_list img {
        width: 480px;
        height: 320px;
    }
    .index_concept_title_description {
        width: 480px;
        height: 320px;
        padding: 40px 60px 0 0;
    }
    .index_concept_text {
        width: 960px;
        justify-content: center;
    }
    .index_concept_text_photo {
        width: 410px;
        height: 310px;
    }
    .index_concept_text_photo .photo_item .photo_item_list {
        width: 410px;
        height: 310px;
        top: 40px;
        left: -60px;
        z-index: 1;
    } 
    .index_concept_text_photo .photo_item .photo_item_list img {
        width: 410px;
        height: 310px;
    } 
    .index_concept_text_description {
        position: relative;
        width: 645px;
        height: 399px;
        padding: 30px 90px 0 60px;
    }
    
}


@media(max-width: 960px) {
    .index_concept_title {
        flex-direction: column;
        align-items: center;
    }
    .index_concept_title_photo {
        width: 560px;
        height: 370px;
    }
    .index_concept_title_photo .photo_item {
        width: 560px;
        height: 370px;
        position: relative;
    }
    .index_concept_title_photo .photo_item .photo_item_list {
        width: 560px;
        height: 370px;
    }
    .index_concept_title_photo .photo_item .photo_item_list img {
        width: 560px;
        height: 370px;
    }
    .index_concept_title_description {
        display: flex;
        flex-direction: column;
        width: 560px;
        height: 370px;
        text-align: center;
        padding: 0;
        align-items: center;
        justify-content: center;
    }
    .index_concept_text {
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding-right: 0;
        margin-top: 50px;
    }
    .index_concept_text_photo {
        width: 520px;
        height: 325px;
    }
    .index_concept_text_photo .photo_item .photo_item_list {
        position: absolute;
        width: 520px;
        height: 325px;
        top: 0;
        left: 0;
        z-index: 1;
    } 
    .index_concept_text_photo .photo_item .photo_item_list img {
        position: absolute;
        width: 520px;
        height: 325px;
    } 
    .index_concept_text_description {
        position: relative;
        width: 560px;
        height: 460px;
        padding: 120px 30px 30px;
        top: -100px;
    }
    .third_title {
        text-align: center;
        margin-bottom: 15px;
    }
    .description {
        margin-bottom: 20px;
    }
    
}
@media(max-width: 560px) {
    .firstview_photo {
        height: 100vh;
        margin-top: 0;
        margin-bottom: 30px; 
    }
    .firstview_photo::after {
        content: "";
        width: 100%;
        height: 100vh;
    }
    .firstview_photo .photo_item_list img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
    .firstview_photo .store_name {
        width: calc(100% - 100px);
        height: calc(100vh - 100px);
        top: 50px;
        left: 50px;
        font-size: 2.0rem;
    }
    .pickup_list {
        padding: 0 15px;
    }
    #welcome {
        max-width: 1366px;
        padding: 0 20px;
        margin: 30px auto 0;
    }
    .w_sp {
        display: none;
    }
    .welcome_title {
        margin-bottom: 30px;
    }
    .second_title {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }
    .welcome_description {
        font-size: 1.6rem;
        margin-bottom: 20px;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .welcome_description_second {
        font-size: 1.6rem;
        margin-bottom: 50px;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .link {
        width: 170px;
        height: 45px;
        line-height: 45px;
        margin: 0 20px 50px auto;
    }
    .link::before {
        content: "";
        width: 170px;
        height: 45px;
        right: -170px;
    }
    .link a {
        font-size: 1.1rem;
        padding-left: 10px;
    }
    .link a:hover {
        color: #f3ebdd;
        font-weight: 700;
    }
    .link a::after {
        content: "";
        width: 7px;
        height: 7px;
        border-top: 2px solid #2a2922;
        border-right: 2px solid #2a2922;
        top: 19px;
        right: 10px;
        transition: 0.8s;
    }
    .link a:hover::after {
        border-top: 2px solid #f3ebdd;
        border-right: 2px solid #f3ebdd;
    }
    .link a::before {
        content: "";
        width: 140px;
        height: 2px;
        border-bottom: 2px solid #f3ebdd;
        position: absolute;
        bottom: 5px;
        left: -170px;
        transition: 0.8s;
    }
    .link a:hover:before {
        left: 10px;
    }
    .index_concept_title_photo {
        width: 375px;
        height: 250px;
    }
    .index_concept_title_photo .photo_item {
        width: 375px;
        height: 250px;
    }
    .index_concept_title_photo .photo_item .photo_item_list {
        width: 375px;
        height: 250px;
    }
    .index_concept_title_photo .photo_item .photo_item_list img {
        width: 375px;
        height: 250px;
    }
    .index_concept_title_description {
        width: 375px;
        height: 270px;
    }
    .subtitle_en {
        font-size: 1.2rem;
    }
    .subtitle_ja {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .index_concept_title_description.green::after {
        content: "";
        width: 70px;
        height: 70px;
        border-top: 35px solid #506d2f;
        border-right: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 35px solid #506d2f;
        position: absolute;
        top: 0;
        left: 0;
    }
    .index_concept_title_description.green::before {
        content: "";
        width: 70px;
        height: 70px;
        border-top: 35px solid transparent;
        border-right: 35px solid #506d2f;
        border-bottom: 35px solid #506d2f;
        border-left: 35px solid transparent;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .index_concept_title_description.brown::after {
        content: "";
        width: 70px;
        height: 70px;
        border-top: 35px solid #7d5642;
        border-right: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 35px solid #7d5642;
        position: absolute;
        top: 0;
        left: 0;
    }
    .index_concept_title_description.brown::before {
        content: "";
        width: 70px;
        height: 70px;
        border-top: 35px solid transparent;
        border-right: 35px solid #7d5642;
        border-bottom: 35px solid #7d5642;
        border-left: 35px solid transparent;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .index_concept_text_photo {
        width: 335px;
        height: 210px;
    }
    .index_concept_text_photo .photo_item .photo_item_list {
        width: 335px;
        height: 210px;
    } 
    .index_concept_text_photo .photo_item .photo_item_list img {
        width: 335px;
        height: 210px;
    }
    .index_concept_text_description {
        width: 375px;
        height: 430px;
        padding: 80px 20px 20px;
        top: -60px;
    }
    .third_title {
        font-size: 1.8rem;
        margin-bottom: 15px;
        line-height: 1.8rem;
        text-align: center;
    }
    .description {
        font-size: 1.4rem;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .index_concept_text_note {
        font-size: 1.2rem;
    }
}