@charset "utf-8";

.hNavItem {
    transition: all .5s;
}

.hNavItem:hover {
    opacity: .5;
}

.hBtnBx {
    position: relative;
    width: 100%;
    max-width: 150px;
    height: 60px;
    transition: all .5s;
}

.hBtnBx::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid var(--white);
}

.hBtnBx:hover {
    opacity: 0.5;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {

    .hBtnBx {
        max-width: 180px !important;
    }
}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1200px) {}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1700px) {

    .header {
        height: 90px;
        padding: 0;
    }

    .hFlL {
        max-width: 160px !important;
        margin: 0 85px 0 0 !important;
    }

    .hNavItem:last-of-type {
        margin: 8px 0 0;
    }

    .hNavBx {
        justify-content: space-between !important;
        margin: -8px 50px 0 0 !important;
    }

    .hNavTxt01 {
        font-size: 24px !important;
    }

    .hNavTxt02 {
        font-size: 12px !important;
    }
}

/* min-width: 1700px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */