@media(max-width:767px) {
    /*HEADER AND MENU*/
    a.menu-btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        width: auto;
        min-height: 60px;
        padding: 0 15px 0 0px;
        position: absolute;
        border: none;
        top: 0;
        right: 0;
        z-index: 100010;
        transition: none;
        height: auto;
        box-shadow: none;
        width:110px;
    }
    .header-main .logo-left .logo{
        z-index: 100011;
    }
    /* Hamburger icon area using 3 spans */
    a.menu-btn span {
        display: block;
        position: absolute;
        left: 15px;
        width: 22px;
        height: 2px;
        background-color: #fc5e5e;
        border-radius: 1px;
        transition: all 0.35s ease;
        top: 50%;
    }
    a.menu-btn span:nth-child(1) {
        transform: translateY(-7px);
    }
    a.menu-btn span:nth-child(2) {
        transform: translateY(-1px);
    }
    a.menu-btn span:nth-child(3) {
        transform: translateY(5px);
    }
    /* Open: rotate to X */
    a.menu-btn.open span:nth-child(1) {
        transform: translateY(-1px) rotate(45deg);
    }
    a.menu-btn.open span:nth-child(2) {
        opacity: 0;
        transform: translateY(-1px);
    }
    a.menu-btn.open span:nth-child(3) {
        transform: translateY(-1px) rotate(-45deg);
    }
    /* Text: MENU / CLOSE — positioned after the icon area */
    a.menu-btn::after {
        content: 'MENU';
        position: absolute;
        transform: none;
        top: 50%;
        transform: translateY(-50%);
        left: 43px;
        width: auto;
        padding: 0;
        font-size: 1.8rem;
        font-weight: 500;
        color: #fc5e5e;
        font-family: "Zen Kaku Gothic New", sans-serif;
        line-height: 1;
        padding-bottom: 3px;
        display: block;
    }
    a.menu-btn.open::after {
        content: 'CLOSE';
    }
    body.menu-open header:before {
        display: none;
    }
    a:not(.btn):hover {
        opacity: 1;
    }
    body.logged-in header {
        top: 0px;
    }
    body {
        font-size: 1.3rem;
    }
    .header-main .logo-left .logo {
        width: 213px;
        position: relative;
        display: flex;
        justify-content: space-between;
        height: 100%;
        align-items: flex-start;
        margin: 0;
        margin-left: 0px;
        padding-top: 0;
        z-index: 9999999;
    }
    .header-main .main-menu {
        position: fixed;
        width: 100vw;
        flex-direction: column;
        top: 0px;
        padding: 0;
        margin-top: 0px;
        padding-top: 80px;
        color: #000;
        background-color: #fff;
        right: -150vw;
        transition: right 0.5s;
        justify-content: start;
        display: block;
        height: 100vh;
        z-index: 2;
        overflow: hidden;
    }
    .header-main .main-menu::after {
        content: "";
        width: 425px;
        height: 425px;
        top: -10px;
        background-image: url(../images/index/bg-menu.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    header .main-menu {
        overflow-y: hidden;
    }
    body.menu-open header:before {
        display: none;
    }
    .box-slide-banner {
        margin-top: 140px;
    }
    .menu-open .header-main .main-menu {
        right: 0;
        z-index: 10000;
        overflow: hidden;
        margin-right: 0;
        background-color: #fff5f5;
        
    }
    .header-wrapper::before{
        z-index: 10009;
    }
    nav.navbar.nav-main {
        overflow-y: scroll;
        height: 100%;
        max-height: calc(100vh - 80px);
        position: relative;
        margin-top: 0;
        padding-bottom: 10px;
        width: 100%;
    }
    .box-main-menu {
        background-color: transparent;
        flex-direction: column-reverse;
        padding: 0;
        padding-bottom:50px;
    }
    .header-wrapper .header-main .main-menu .nav {
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        padding-right: 0;
        padding-top: 0px;
    }
    .header-wrapper .header-main .content-left {
        width: 100%;
    }
    .header-wrapper .header-main .main-menu .nav>li {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 0px;
        text-align: center;
        border-right: none;
        padding: 0 35px;
    }
    .header-wrapper .header-main .main-menu .nav>li>a,
    .header-wrapper .header-main .main-menu .toggle-hd {
        width: 100%;
        font-size: 1.5rem;
        text-align: left;
        letter-spacing: 0.1em;
        font-weight: 500;
        line-height: 1.3;
        margin: 0;
        background-color: transparent;
        text-align: center;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: 22px 0px;
        color: #644632;
        position: relative;
        justify-content: flex-start;
        min-height: unset;
        text-shadow: none;
        padding-right: 40px;
        border-bottom: 1px solid #e2ccd6;
        font-family: 'Kiwi Maru', serif;
        font-weight: 400;
    }
    .header-wrapper .header-main .main-menu .nav>li>a::after {
        content: "";
        width: 20px;
        height: 20px;
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        background-color: transparent;
        left: auto;
        background-image: url(../images/index/icon-right-hover.svg);
    }
    .main-menu .box-contact{
        max-width: calc(100% - 70px);
        margin: 0 auto;
    }
    html #wpadminbar {
        display: none;
    }
    .header-inner {
        padding-left: 15px;
        padding-right: 0;
        padding-top: 0;
        position: relative;
        padding-top: 7px;
        padding-bottom: 11px;
    }
    html.menu-open {
        overflow: hidden;
    }
    /*GO TOP*/
    #go-top a {
        width: 54px;
        height: 54px;
    }
    #go-top a img {
        width: 100%;
        height: 100%;
    }
    #go-top.show {
        right: 10px;
        border-radius: 50%;
        bottom: 65px;
    }
    .breadcrumbs {
        display: none;
    }
    /*LIST ANCHOR*/
    ul.list-anchor {
        justify-content: flex-start;
        margin-bottom: 0;
        flex-wrap: wrap;
        display: flex;
        margin-top: 0;
        padding: 0 0;
    }
    ul.list-anchor li {
        width: calc(50% - 8px);
        margin-right: 16px;
        margin-top: 0;
        margin-bottom: 11px;
    }
    ul.list-anchor li:nth-child(2n) {
        margin-right: 0;
    }
    ul.list-anchor li a {
        font-size: 1rem;
        line-height: 1.2;
        background-color: #fff;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        margin: 0;
        padding: 10px 0;
        padding-left: 0;
        padding-right: 25px;
        min-height: 35px;
    }
    ul.list-anchor li a::before {
        bottom: 0;
        left: 0;
        background: #089abc;
    }
    ul.list-anchor li a::after {
        width: 12px;
        height: 14px;
        right: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: auto;
    }
    .header-wrapper .header-main .main-menu .nav>li>a span br{
        display: none;
    }
    .main-menu .box-contact::after{
        display: none;
    }
    .header-wrapper .header-main .main-menu .nav>li:last-child>a{
        border-bottom: none;
    }
}
