/* Theme Name: WithComi M LP */

@media screen and (min-width: 451px) and (max-width: 1249px) {

    .side_menu {
        display: none;
    }

    .menu {
        display: block;
        max-width: 380px;
        top: 0;
        right: 0;
        height: 100vh;
        width: 100%;
    }

    #nav-content {
        display: none;
    }

    .hd_btn {
        position: absolute;
        bottom: 5%;
        left: -4%;
        width: 100%;
    }

    .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: none;
    }

    .side_menu {
        display: none;
    }

    /* .pc_btn {
        position: absolute;
        flex-direction: column;
        right: -30%;
        bottom: 0;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    } */

    main {
        max-width: 385px;
        padding: 0;
        margin: 100px auto 0 auto;
        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: manipulation;
        white-space: nowrap;
        max-width: calc(100% - 30px);
    }

    .table {
        display: inline-block;
        width: max-content;
        padding: 0px 15px;
    }

    .table img {
        display: block;
        height: 700px;
        width: auto;
        max-width: none;
        cursor: grab;
    }

    /*フッターコンテンツ（特商/プライバシーポリシー）*/
    .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;
    }



    /* ハンバーガーメニュー：テキスト */
    .nav_text_list {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 34px;
        width: 100%;
    }

    .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;
    }

    .nav_text_list .num_3 {
        font-family: "Shippori Mincho", "しっぽり明朝", "游明朝", "Yu Mincho", serif;
        font-size: 50px;
        line-height: 1;
        display: inline-block;
        margin-right: 8px;
        transform: translateY(2px);
        font-style: italic;
        margin-top: -11px;
    }

    span {
        font-family: "Shippori Mincho", "しっぽり明朝", "游明朝", "Yu Mincho", serif;
    }

    .kerning0 {
        margin-right: -5px;
    }

    .kerning1 {
        margin-right: -2px;
    }

    .kerning2 {
        margin-right: -3px;
    }

    .kerning3 {
        margin-right: 1px;
    }

    .kerning4 {
        margin-right: 2px;
    }

    .kerning5 {
        margin-right: 3px;
    }

    .kerning6 {
        margin-right: 4px;
    }

    .kerning7 {
        margin-right: 7px;
    }

    .kerning8 {
        margin-right: 8px;
    }
}
