.main_header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}


/* ----- ファーストビュー ----- */

.top_fv_container {
    width: 100vw;
    height: 100svh;
    height: 100vh;
    margin: 0 calc(50% - 50vw);
    background-image: url(https://s-h-i-m-a.jp/shop/top_main_pc.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 12rem;
}

/* ----- ピックアップ ----- */

.top_pickup_container {
    margin-bottom: 18rem;
}

.top_pickup_link {
    margin: 2rem auto 0;
}

/* ----- 絵のある暮らしのはじめ方 ----- */

.top_howto_container {
    margin-bottom: 12rem;
}

.top_howto_container {
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.top_howto_img_container {
    width: 54vw;
    margin-right: calc(50% - 50vw);
}

.top_howto_text_container {
    width: 35%;
}

.top_howto_heading {
    font-size: 2.8rem;
    line-height: 1.6;
    padding-bottom: 3.2rem;
}

.top_howto_text {
    font-size: 1.6rem;
    line-height: 2;
    text-align: justify;
}

.top_howto_link {
    margin-top: 3.6rem;
}

.top_howto_link a{
    margin-left: auto;
}

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

スマートフォンのみ

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


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

    /* ----- ファーストビュー ----- */

    .top_fv_container {
        background-image: url(https://s-h-i-m-a.jp/shop/top_main_sp.jpg);
        margin-bottom: 6rem;
    }

    /* ----- ピックアップ ----- */

    .top_pickup_container {
        margin-bottom: 10rem;
    }

    /* ----- 絵のある暮らしのはじめ方 ----- */

    .top_howto_container {
        margin-bottom: 8rem;
    }

    .top_howto_container {
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .top_howto_img_container {
        width: 100vw;
        margin: 0 calc(50% - 50vw) 3.6rem;
    }

    .top_howto_text_container {
        width: 100%;
    }

    .top_howto_heading {
        font-size: 2.2rem;
        padding-bottom: 2.4rem;
    }

    .top_howto_text {
        font-size: 1.4rem
    }

    .top_howto_link {
        margin-top: 2.8rem;
    }

}
