/* ----- メインビジュアル ----- */

.top_main_container {
    position: relative;
    width: calc(1266 / 1366 * 100%);
    height: calc(100vh - 92px - 48px);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
    .top_main_container {
        /* Safari用のハック */
        height: -webkit-fill-available;
    }
}

.top_main_slider_text {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    font-size: 3rem;
    line-height: 1.4;
    background: #fff;
    padding: 12px 0 4px 20px;
}

.top_main_slider {
    width: 100%;
    height: calc(100vh - 92px - 48px);
}

.top_main_slider_tablet {
    display: none;
}



/* ----- アバウト ----- */

.top_about_text_container {
    position: relative;
    margin-top: 130px;
    margin-bottom: 160px;
    padding-left: 72px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top_about_text,
.top_about_link {
    font-size: 1.8rem;
    line-height: 2.4;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.top_about_text + .top_about_text {
    padding-right: 32px;
}

.top_about_link {
    padding-right: 36px;
    text-align: right;
}

.top_about_illustration {
    position: absolute;
}

.top_about_illustration_akou {
    top: -72px;
    left: -100px;
    width: 300px;
}

.top_about_illustration_fish {
    bottom: -60px;
    right: -20px;
    width: 160px;
}

.top_item_slider{
    margin-bottom: 100px;
}

.top_item_slide{
    margin: 0 10px;
}

.top_item_slide_img {
    width: 64vw;
}


/* ----- おすすめ商品 ----- */

.top_pickup_container {
    padding-bottom: 120px;
}

.top_pickup_item + .top_pickup_item {
    padding-top: 80px;
}

.top_pickup_item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_pickup_item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.top_pickup_img {
    width: 58%;
}

.top_pickup_text_container {
    width: 36%;
}

.top_pickup_heading {
    font-size: 4rem;
    line-height: 1.35;
    font-weight: 600;
    padding-bottom: 42px;
}

.top_pickup_text {
    font-size: 1.7rem;
    line-height: 1.8;
    padding-bottom: 40px;
    text-align: justify;
}

.top_pickup_link_container {
    text-align: right;
}

.top_pickup_link {
    font-size: 1.7rem;
}

/* ----- 商品一覧 ----- */

.top_item_container {
    padding-bottom: 120px;
}

.top_allitem_link {
    margin: 28px auto 0;
    font-size: 2rem;
    width: 200px;
    display: block;
}


/* ----- 山下商店からのお願い ----- */

.top_request_container {
    margin-bottom: 140px;
    background: #f2eee1;
    padding: 32px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
}

.top_request_title_container {
    width: 36%;
    text-align: center;
    padding-top: 48px;
}

.top_request_title {
    font-size: 2.2rem;
    font-weight: 600;
    padding-bottom: 12px;
}

.top_request_illustration {
    width: 68%;
}

.top_request_text_container {
    width: 64%;
    border-left: 1px dotted;
    padding: 0 4.5%;
}

.top_request_text {
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 16px;
}

.top_request_link_container {
    text-align: right;
}

.top_request_link {
    font-size: 1.4rem;

}
/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/


@media screen and (max-width: 767px) {

    /* ----- メインビジュアル ----- */

    .top_main_container {
        width: 90.4%;
        height: calc(100vh - 62px - 32px);
        height: calc(100svh - 62px - 32px);
    }

    .top_main_slider_text {
        position: absolute;
        bottom: 0;
        right: -10px;
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: 0.12em;
        padding: 8px 0 0 12px;
    }

    .top_main_slider {
        height: calc(100vh - 62px - 32px);
        height: calc(100svh - 62px - 32px);
    }


    /* ----- アバウト ----- */

    .top_about_text_container {
        margin-top: 188px;
        margin-bottom: 56px;
        padding-left: 4.8%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top_about_text,
    .top_about_link {
        font-size: 1.4rem;
        line-height: 2;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }

    .top_about_text {
        text-align: justify;
    }

    .top_about_text + .top_about_text {
        padding-right: 0;
        padding-top: 20px;
    }

    .top_about_link {
        margin-top: 24px;
        padding-right: 0;
        margin-left: auto;
        display: block;
    }

    .top_about_illustration_akou {
        top: -140px;
        left: unset;
        right: 8px;
        width: 215px;
    }

    .top_about_slide_img {
        width: 240px;
    }

    /* ----- おすすめ商品 ----- */

    .top_item_slider{
        margin-bottom: 80px;
    }

    .top_item_slide{
        margin: 0 4px;
    }

    .top_item_slide_img {
        width: 84vw;
    }

    .top_pickup_container {
        padding-bottom: 60px;
    }

    .top_pickup_item + .top_pickup_item {
        padding-top: 40px;
    }

    .top_pickup_item:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top_pickup_img {
        width: 100%;
        padding-bottom: 24px;
    }

    .top_pickup_text_container {
        width: 100%;
    }

    .top_pickup_heading {
        font-size: 3rem;
        padding-bottom: 24px;
    }

    .top_pickup_text {
        font-size: 1.5rem;
        padding-bottom: 24px;
    }

    .top_pickup_link {
        font-size: 1.4rem;
    }


    /* ----- 商品一覧 ----- */

    .top_item_container {
        padding-bottom: 56px;
    }

    .top_allitem_link {
        margin: 24px auto 0;
        font-size: 1.6rem;
        width: fit-content;
        text-align: center;
    }



    /* ----- 山下商店からのお願い ----- */

    .top_request_container {
        margin-bottom: 60px;
        padding: 32px 16px;
    }

    .top_request_title_container {
        width: 100%;
        text-align: center;
        padding-top: 0;
        padding-bottom: 16px;
    }

    .top_request_title {
        font-size: 2rem;
        padding-bottom: 16px;
    }

    .top_request_illustration {
        width: 92%;
    }

    .top_request_text_container {
        width: 100%;
        padding: 0;
        border-left: none;
    }

    .top_request_text {
        font-size: 1.4rem;
        text-align: justify;
    }


}
