@charset "utf-8";
@media screen and (min-width: 1024px) {
    a[href^="tel:"] {
        pointer-events: none;
    }

    .pc_none {
        display: none;
    }

    .sp_none {
        display: block;
    }

    /* パンくず */
    #breadcrumbs {
        position: fixed;
        top: 0;
        display: block;
        z-index: 6000;
    }

    #breadcrumbs ol {
        scrollbar-width: none;
    }

    /* header */
    #header {
        width: calc(100% / 3);
    }

    .head_sp {
        display: none;
    }

    .head_content {
        visibility: inherit;
        opacity: 1;
        display: grid;
        justify-content: center;
        align-content: start;
        height: 100vh;
        width: calc(100% / 3);
        top: 48px;
        overflow-y: hidden;
        padding-bottom: 0;
    }

    .nav_list,
    .sublink {
        /* gap: 0; */
        grid-template-rows: repeat(auto-fill, auto);
    }

    .sublink {
        height: auto;
        line-height: 1.5;
    }

    /* mv */
    #mv {
        width: calc(100% - 480px);
    }

    .bg_mv {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        filter: blur(2px) brightness(10%);
        z-index: -1;
    }

    .fixed_head_pc {
        position: fixed;
        top: 0;
        width: calc(100% / 3);
        height: 100vh;
    }

    .splide.top_slide {
        position: fixed;
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        bottom: auto;
    }

    .splide__track {
        left: -4%;
    }

    #mv .btn_rsrv_bx {
        position: fixed;
        width: calc(100% / 3);
        bottom: -55%;
        text-align: center;
    }

    #mv .btn_rsrv {
        margin: 30px auto;
    }

    /* main */
    #top {
        background: var(--color-black);
    }
      main {
        position: relative;
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
        z-index: 2;
    }

    .copy_rights {
        margin-bottom: 0;
        padding: 20px 0;
    }

    /* footer */
    #footer  {
        display: none;
    }
}

@media screen and (max-width: 1536px)
and (min-width: 820px) {
    #mv .mv_logo {
        top: 22%;
    }
    .splide.top_slide {
        top: 56%;
    }
    #mv .btn_rsrv_bx {
        bottom: -78%;
    }
}