/* PCリニューアル共通ステージ（1440×1024・TOP以外）Figma 390:2 */

body.area-renewal-body,
body.tenpo-renewal-body,
body.mypage-renewal-body,
body.guide-renewal-body,
body.map-renewal-body {
    background: #a67b5b;
}

.pc-renewal__stage {
    aspect-ratio: 1440 / 1024;
    container-name: pc-renewal-stage;
    container-type: size;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.pc-renewal__stage-bg {
    display: block;
    height: 100%;
    left: -0.01%;
    object-fit: cover;
    object-position: top center;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 107.24%;
    z-index: 0;
}

/* ステージはみ出し分のフッター押し下げ用（高さは JS が設定） */
.pc-renewal__stage-tail {
    height: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
}

@media (max-width: 900px) {
    .pc-renewal__stage {
        aspect-ratio: auto;
        min-height: 0;
    }

    .pc-renewal__stage-bg {
        height: auto;
        object-fit: cover;
        position: relative;
    }

    .pc-renewal__stage-tail {
        display: none;
    }
}
