/* Theme Name: WithComi M LP */

@media screen and (min-width: 1250px) {

    .flex_nav_top {
        display: none;
    }

    .pc_main {
        display: block;
        width: 100%;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .pc_bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: url('../img/pc_bg.jpg') no-repeat center center;
        z-index: -100;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .pc_logo {
        display: block !important;
        position: fixed;
        left: 50px;
        bottom: 80px;
        z-index: 10;
    }

    .pc_logo img {
        display: block;
        margin-bottom: 5px;
        width: 250px;
    }

    .side_menu {
        display: block !important;
        position: fixed;
        right: 3.3%;
        top: 10%;
        width: 350px;
    }

    .sidemenu-list {
        position: absolute;
        display: flex;
        flex-direction: column;
        right: 10px;
        top: 262px;
    }

    .sidemenu-bg {
        position: absolute;
    }

    .sidemenu-list li {
        display: block;
        margin-bottom: 30px;
        padding: 0;
        font-size: 27px;
        line-height: 27px;
        width: 200px;
        height: 46px;
    }

    .pc_btn {
        position: fixed;
        right: 4%;
        bottom: 85px;
        display: flex;
        flex-direction: column;
    }

    .pc_btn img {
        width: 300px;
    }

    .btn {
        display: block;
        margin-bottom: 10px;
    }

    .login-btn {
        display: block;
    }

    main {
        padding: 0;
        margin: 30px auto 40px;
        max-width: 400px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
        border-radius: 15px;
    }

    .table-wrapper {
        position: absolute;
        top: 14%;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        white-space: nowrap;
    }

    .table {
        display: inline-block;
        width: max-content;
        padding: 0px 15px;
    }

    .table img {
        display: block;
        height: 700px;
        width: auto;
        max-width: none;
        cursor: grab;
    }

    footer {
        padding: 30px 20px 30px 20px;
    }


    /*フッターコンテンツ（特商/プライバシーポリシー）*/
    .ft_cnt_sec_ttl {
        font-size: 16px;
    }

    .ft_cnt_sec p {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 1.8rem;
    }

    /*QA(よくある質問)*/
    .qa_title h2 {
        margin: 50px 0 35px;
    }

    .qa_lead {
        font-size: 16px;
        line-height: 1.8rem;
    }

    .qa_section_ttl {
        font-size: 18px;
        line-height: 1.8rem;
    }

    .qa_tx {
        font-size: 16px;
        line-height: 1.8rem;
    }


    /* ハンバーガーメニュー：テキスト */

    .cta-img-btn .cta-text {
        position: absolute;
        top: 50%;
        left: 53%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0.05em;
        white-space: nowrap;
        pointer-events: none;
        font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    }

    .cta-img-btn .cta-text2 {
        position: absolute;
        top: 50%;
        left: 51%;
        transform: translate(-50%, -50%);
        color: #1b63b4;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0.05em;
        white-space: nowrap;
        pointer-events: none;
        font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    }

    .nav_text_list {
        list-style: none;
        padding: 0;
        margin: 0px;
        position: absolute;
        left: 6%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 34px;
        margin-top: 119px;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
    }

    .nav_text_list a {
        font-family: "Shippori Mincho", "しっぽり明朝", "游明朝", "Yu Mincho", serif;
        font-size: 31px;
        font-weight: 400;
        color: #101c2e;
        text-decoration: none;
        letter-spacing: 0.02em;
        line-height: 1.1;
    }

    /* 「3」だけ50px */
    .nav_text_list .num_3 {
        font-size: 50px;
        line-height: 1;
        display: inline-block;
        margin-right: 6px;
        /* 3 と「つ」の間隔 */
        transform: translateY(3px);
        /* ベースライン微調整：必要なら0〜4px */
    }


}
