/* 確実にロゴを下に移動させる設定 */
.base01.p-page__container {
    display: flex !important;
    flex-direction: column !important;
}

/* 一番上のロゴエリアを下に下げる */
.title_area.p-shop__header {
    order: 2 !important;
    margin-top: 30px !important; /* ログインエリアとの隙間 */
}

/* ログインフォームがあるメインエリアを上に上げる */
.base02.p-page__container.p-page__body {
    order: 1 !important;
}
