@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');

:root {
    --fontjp: "fot-tsukubrdgothic-std", sans-serif;
    --fontjp_zen: 'Zen Kaku Gothic New', sans-serif;
    --fonten: "boucherie-flared", "fot-tsukubrdgothic-std",  sans-serif;;
    --color: #3A6A4B;
    --text_color: #3A6A4B;
}

html {
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: var(--color);
    height: 100%;
    overscroll-behavior: none;
}
body{
    height: 100%;
    background: #FFF;
}

.pc { display: block; }
.sp { display: none; }
@media only screen and (max-width: 750px) {
    .pc { display: none; }
    .sp { display: block; }
}

img {
    width: 100%;
    height: auto;
}


/*------------------------------------*\
        共通
\*------------------------------------*/
/* inview用 */
.inview, .inview2 {
    transition: all 800ms ease-in-out;
    opacity: 0;
}
.inview_up, .inview_up2 {
    transition: all 800ms ease-in-out;
    opacity: 0;
    transform: translate(0,10px);
}
.inview_action {
    opacity: 1.0;
}
.inview_up_action {
    opacity: 1.0;
    transform: translate(0,0);
}
@media only screen and (max-width:750px) {
}


/*------------------------------------*\
    top 
\*------------------------------------*/
.top_main {
}
@media only screen and (max-width:750px) {
}
.top_fv_wrap {
    background-color: var(--color);
    padding-top: 190px;
    padding-bottom: 155px;
}
@media only screen and (max-width:750px) {
    .top_fv_wrap {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}
.top_fv_inner {
}
.top_fv_content_wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
}
@media only screen and (max-width:750px) {
    .top_fv_content_wrap {
        width: 90%;
    }
}

.top_fv_content_img_and_title_wrap {
    display: flex;
    align-items: center;
    gap: 5%;
}
@media only screen and (max-width:750px) {
    .top_fv_content_img_and_title_wrap {
        gap: 45px;
        flex-direction: column;
        width: 72%;
        margin: 0 auto;
    }
}
.top_fv_img_wrap {
    width: 45%;
}
@media only screen and (max-width:750px) {
    .top_fv_img_wrap {
        width: 90%;
    }
}
.top_fv_img {
}
.top_fv_title_wrap {
    width: 50%;
    max-width: 500px;
}
@media only screen and (max-width:750px) {
    .top_fv_title_wrap {
        width: 100%;
    }
}
.top_fv_title_img {
}
.top_fv_title {
    font-family: var(--fontjp);
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: #FEF2E2;
    text-align: center;
    margin-top: 30px;
}
@media only screen and (max-width:750px) {
    .top_fv_title {
        font-size: 18px;
        line-height: 22px;
        margin-top: 25px;
    }
}

.top_fv_text_wrap {
    margin-top: 100px;
}
@media only screen and (max-width:750px) {
    .top_fv_text_wrap {
        margin-top: 60px;
    }
}
.top_fv_text {
    font-family: var(--fontjp);
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: #FEF2E2;
    text-align: center;
}
@media only screen and (max-width:750px) {
    .top_fv_text {
        font-size: 15px;
        line-height: 20px;
    }
}


/*------------------------------------*\
    top 共通
\*------------------------------------*/
.top_section_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1800px;
    padding-top: 150px;
    padding-bottom: 150px;
}
@media only screen and (max-width:750px) {
    .top_section_inner {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}


.top_com_title_wrap {
    text-align: center;
}
.top_com_title {
    font-family: var(--fonten);
    color: var(--color);
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-break: anywhere;
}
@media only screen and (max-width:1200px) {
    .top_com_title {
        font-size: 60px;
        line-height: 60px;
    }
}
@media only screen and (max-width:750px) {
    .top_com_title {
        font-size: 45px;
        line-height: 45px;
    }
}


.top_com_text_wrap {
    margin-top: 40px;
    text-align: center;
}
@media only screen and (max-width:750px) {
    .top_com_text_wrap {
        margin-top: 20px;
    }
}
.top_com_text {
    font-family: var(--fontjp);
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: var(--text_color);
}
@media only screen and (max-width:1200px) {
    .top_com_text {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width:750px) {
    .top_com_text {
        font-size: 15px;
        line-height: 19px;
    }
}

.top_com_note_wrap {
    margin-top: 50px;
    text-align: center;
}
@media only screen and (max-width:750px) {
    .top_com_note_wrap {
        margin-top: 25px;
    }
}
.top_com_note {
    font-family: var(--fontjp);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: var(--text_color);
}
@media only screen and (max-width:1200px) {
    .top_com_note {
        font-size: 15px;
        line-height: 20px;
    }
}
@media only screen and (max-width:750px) {
    .top_com_note {
        font-size: 12px;
        line-height: 14px;
    }
}



/*------------------------------------*\
    top bakery
\*------------------------------------*/
.top_bakery_wrap {
}

.top_bakery_title_wrap {
    width: 70%;
    margin: 0 auto;
    max-width: 800px;
}
@media only screen and (max-width:750px) {
}
.top_bakery_title {
}

.top_bakery_text_wrap {
    margin-top: 50px;
}
@media only screen and (max-width:750px) {
    .top_bakery_text_wrap {
        margin-top: 30px;
    }
}
.top_bakery_text {
    font-family: var(--fontjp);
    font-size: 26px;
    line-height: 48px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: var(--text_color);
    text-align: center;
}
.top_bakery_text.text_small {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    margin-top: 10px;
}
@media only screen and (max-width:750px) {
    .top_bakery_text {
        font-size: 16px;
        line-height: 32px;
    }
    .top_bakery_text.text_small {
        font-size: 11px;
        line-height: 19px;
    }
}

.top_bakery_list {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 100px 6%;
    margin-top: 100px;
}
@media only screen and (max-width:750px) {
    .top_bakery_list {
        flex-direction: column;
        gap: 50px;
        margin-top: 50px;
    }
}
.top_bakery_list li {
    width: 47%;
    text-align: center;
}
@media only screen and (max-width:750px) {
    .top_bakery_list li {
        width: 100%;
    }
}
.top_bakery_content_img {
    width: 90%;
}
@media only screen and (max-width:750px) {
}
.top_bakery_content_title {
    font-family: var(--fonten);
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    color: var(--text_color);
    text-align: center;
    margin-top: 25px;
    line-break: anywhere;
}
@media only screen and (max-width:1200px) {
    .top_bakery_content_title {
        font-size: 50px;
        line-height: 50px;
    }
}
@media only screen and (max-width:750px) {
    .top_bakery_content_title {
        font-size: 32px;
        line-height: 32px;
        margin-top: 15px;
    }
}
.top_bakery_content_text {
    font-family: var(--fontjp);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: var(--text_color);
    text-align: center;
    margin-top: 40px;
}
@media only screen and (max-width:1200px) {
    .top_bakery_content_text {
        font-size: 15px;
        line-height: 22px;
    }
}
@media only screen and (max-width:750px) {
    .top_bakery_content_text {
        font-size: 12px;
        line-height: 19px;
        margin-top: 20px;
    }
}


/*------------------------------------*\
    top collection
\*------------------------------------*/
.top_collection_wrap {
    background-color: #FDF2E1;
}
.top_collection_list {
    margin-top: 100px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 18px;

}
@media only screen and (max-width:750px) {
    .top_collection_list {
        margin-top: 40px;
        gap: 10px 10px;
    }
}

.top_collection_content_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 17%;
    width: 15vw;
    height: 21vw;
    gap: 15px;
    max-width: 220px;
    max-height: 300px;
}
@media only screen and (max-width:750px) {
    .top_collection_content_wrap {
        padding: 25px;
        width: 100px;
        height: 150px;
        gap: 8px;
        max-width: 100%;
        max-height: none;
    }
}
.top_collection_content_bk {
    background-image: url(../img/top_collection_back.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.top_collection_list li {
}
.top_collection_list li:nth-child(1), .top_collection_list li:nth-child(2), .top_collection_list li:nth-child(3), .top_collection_list li:nth-child(6), .top_collection_list li:nth-child(7), .top_collection_list li:nth-child(8) {
    width: calc(100% / 3 - 14px);
}
.top_collection_list li:nth-child(4), .top_collection_list li:nth-child(5), .top_collection_list li:nth-child(9), .top_collection_list li:nth-child(10) {
    width: calc(100% / 2 - 18px);
}
.top_collection_list li:nth-child(4), .top_collection_list li:nth-child(9) {
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width:750px) {
    .top_collection_list li:nth-child(1), .top_collection_list li:nth-child(4), .top_collection_list li:nth-child(7), .top_collection_list li:nth-child(10) {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .top_collection_list li:nth-child(2), .top_collection_list li:nth-child(3), .top_collection_list li:nth-child(5), .top_collection_list li:nth-child(6), .top_collection_list li:nth-child(8), .top_collection_list li:nth-child(9) {
        width: calc(100% / 2 - 18px);
        display: flex;
        justify-content: center;
    }
    
}
.top_collection_content_img_wrap {
    width: 100%;
    margin: 0 auto;
}
.top_collection_content_img_wrap.img_praline {
    width: 94%;
}
.top_collection_content_img_wrap.img_strawberry {
    width: 92%;
}
.top_collection_content_img_wrap.img_cacao {
    width: 96%;
}
.top_collection_content_img_wrap.img_lemon {
    width: 86%;
}
.top_collection_content_img_wrap.img_marron {
    width: 97%;
}
.top_collection_content_img_wrap.img_pistachio {
    width: 97%;
}
.top_collection_content_img_wrap.img_caramel {
    width: 94%;
}
.top_collection_content_img_wrap.img_sesame {
    width: 86%;
}
.top_collection_content_img_wrap.img_matcha {
    width: 97%;
}

.top_collection_content_img {
}
@media only screen and (max-width:750px) {
}
.top_collection_content_title {
    font-family: var(--fonten);
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: var(--text_color);
    text-align: center;
    margin-top: auto;
}
@media only screen and (max-width:1200px) {
    .top_collection_content_title {
        font-size: 20px;
        line-height: 20px;
    }
}
@media only screen and (max-width:750px) {
    .top_collection_content_title {
        font-size: 15px;
        line-height: 15px;
        margin-top: 5px;
    }
}



/*------------------------------------*\
    top sweets
\*------------------------------------*/
.top_sweets_wrap {
}

.top_sweets_list {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 100px 6%;
    margin-top: 100px;
}
@media only screen and (max-width:750px) {
    .top_sweets_list {
        flex-direction: column;
        gap: 50px;
        margin-top: 50px;
    }
}
.top_sweets_list li {
    width: 47%;
    text-align: center;
}
@media only screen and (max-width:750px) {
    .top_sweets_list li {
        width: 100%;
    }
}
.top_sweets_content_img_wrap {
    width: 100%;
}
.top_sweets_content_img_wrap.img_canele {
    width: 55%;
    margin: 0 auto;
}

.top_sweets_content_img {
}
@media only screen and (max-width:750px) {
}
.top_sweets_content_title {
    font-family: var(--fonten);
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: var(--text_color);
    text-align: center;
    margin-top: 25px;
    line-break: anywhere;
}
@media only screen and (max-width:1200px) {
    .top_sweets_content_title {
        font-size: 32px;
        line-height: 32px;
    }
}
@media only screen and (max-width:750px) {
    .top_sweets_content_title {
        font-size: 25px;
        line-height: 25px;
        margin-top: 15px;
    }
}

/*------------------------------------*\
    top drink
\*------------------------------------*/
.top_drink_wrap {
}

.top_drink_wrap .top_section_inner {
    padding-top: 0;
}
@media only screen and (max-width:750px) {
    .top_drink_wrap .top_section_inner {
        padding-top: 0;
    }
}


/*------------------------------------*\
    top map
\*------------------------------------*/
.top_map_wrap {
    background-color: #FDF2E1;
}

.top_map_img_and_detail_wrap {
    display: flex;
    margin-top: 115px;
}
@media only screen and (max-width:750px) {
    .top_map_img_and_detail_wrap {
        flex-direction: column;
        gap: 57px;
        width: 86%;
        margin: 0 auto;
        margin-top: 40px;
    }
}
.top_map_img_wrap {
    width: 48%;
}
@media only screen and (max-width:750px) {
    .top_map_img_wrap {
        width: 100%;
    }
}
.top_map_img {
}
.top_map_detail_wrap {
    width: calc(50% - 3%);
    margin-left: 5%;
}
@media only screen and (max-width:750px) {
    .top_map_detail_wrap {
        width: 100%;
        margin-left: 0;
    }
}


.top_shop_wrap {
    margin-bottom: 100px;
}
@media only screen and (max-width:750px) {
    .top_shop_wrap {
        margin-bottom: 60px;
    }
}
.top_shop_wrap:last-child {
    margin-bottom: 0;
}
.top_shop_name_wrap {
}
.top_shop_name {
    font-family: var(--fontjp);
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: var(--text_color);
    text-decoration: underline;
}
@media only screen and (max-width:1200px) {
    .top_shop_name {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width:750px) {
    .top_shop_name {
        font-size: 15px;
        line-height: 22px;
    }
}

.top_map_detail_list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}
@media only screen and (max-width:1200px) {
    .top_map_detail_list {
        gap: 30px;
    }
}
@media only screen and (max-width:750px) {
    .top_map_detail_list {
        gap: 25px;
        margin-top: 20px;
    }
}
.top_map_detail {
    display: flex;
}

.top_map_detail dt {
    font-family: var(--fontjp);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: var(--text_color);
    width: 90px;
}
@media only screen and (max-width:1200px) {
    .top_map_detail dt {
        font-size: 15px;
        line-height: 22px;
    }
}
@media only screen and (max-width:750px) {
    .top_map_detail dt {
        font-size: 12px;
        line-height: 16px;
        width: 65px;
    }
}

.top_map_detail dd {
    font-family: var(--fontjp);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: var(--text_color);
    width: calc(100% - 90px);
}
.top_map_link {
    text-decoration: underline;
    display: block;
    margin-top: 4px;
}
@media only screen and (max-width:1200px) {
    .top_map_detail dd {
        font-size: 15px;
        line-height: 22px;
    }
}
@media only screen and (max-width:750px) {
    .top_map_detail dd {
        font-size: 12px;
        line-height: 16px;
        width: calc(100% - 65px);
    }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer_wrap {
    background-color: var(--color);
}
@media only screen and (max-width:750px) {
}
.footer_inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-top: 110px;
    padding-bottom: 110px;
}
@media only screen and (max-width:750px) {
    .footer_inner {
        flex-direction: column;
        padding-top: 35px;
        padding-bottom: 45px;
        gap: 5px;
    }
}
.footer_copy_wrap {
}
.footer_copy {
    font-family: var(--fontjp_zen);
    color: #FEF2E2;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.01em;
}
@media only screen and (max-width:750px) {
    .footer_copy {
        font-size: 10px;
    }
}

.footer_link_sns_wrap {
}
.footer_link_instagram {
    width: 70px;
}
@media only screen and (max-width:750px) {
    .footer_link_instagram {
        width: 60px;
    }
}