@charset "UTF-8";

.pickup {
    margin-top: 50px;
}

.header_box {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.shop_logo_box {
    display: block;
    width: 180px;
}

.footer_box {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.back_top_box {
    width: 680px;
}

/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ ギャレリア各EC共通 ピックアップ Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/

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

    .pickup {
        margin-top: 3vw;
        margin-bottom: 6vw;
    }

    .shop_logo_box {
        display: block;
        width: 180px;
    }

}