@charset "UTF-8";
/* Common
============================= */
img {
    pointer-events: none;
    -webkit-touch-callout: none;
    user-select: none;
}
/* SP logo */
h1.logo.sp {
    display: none!important;
}
h1.logo.pc {
    display: block!important;
}

/* TOP KV */
@media screen and (min-width: 961px) {
    .page--home .section--hero-img .block--hero-img {
        height: 100vh!important;
        overflow: hidden;
    }
    .page--home .section--hero-img .block--hero-img img {
        height: auto!important;
    }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
    .page--home .section--hero-img {
        height: 100vh;
    }
    .page--home .section--hero-img .block--hero-img {
        height: 100%;
        max-height: unset;
    }
    .page--home .section--hero-img .block--hero-img img {
        max-height: unset;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    /* header */
    .header {
        width: 100%;
        height: auto;
        position: fixed;
        right: 0;
        top: 0;
    }
    .page--home .wrap h1.logo {
        position: absolute;
        top: 6vw;
        left: 5%;
    }
}