/* 
 * liver-page-lp6 専用カスタムスタイル
 * ファイル名: liver-page-lp6-custom.css
 * 配置先: /wp-content/themes/carveout_2/css/liver-page-lp6-custom.css
 * ページID: 3344
 */

/* 全サイズ共通 */
body.page-id-3344 footer,
body.page-id-3344 .footer,
body.page-id-3344 .footer_v2 {
    display: none !important;
}

/* 980px以上でのみ適用 */
@media screen and (min-width: 980px) {
    /* 左サイドバーを非表示 */
    body.page-id-3344 .top_left_contents_wrapper {
        display: none !important;
    }

    /* 背景コンテナの左余白を削除（最重要！） */
    body.page-id-3344 .container_outer_wrap_bg {
        padding-left: 0 !important;
    }

    /* サイドテキストボックスの左余白を削除 */
    body.page-id-3344 .main_wrapper_conteainer_side_text_box {
        padding-left: 0 !important;
    }

    /* メインラッパーを全幅に */
    body.page-id-3344 .main_wrapper {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* コンテナを中央配置（最大幅480px、余白なし） */
    body.page-id-3344 .main_wrapper .container {
        width: 100% !important;
        max-width: 480px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    /* メインコンテンツも最大幅480px */
    body.page-id-3344 .lp-2.pages_main {
        width: 100% !important;
        max-width: 480px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
}