#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -1000%;
    max-width: 100vw;
    width: 427px;
    height: 100vh;
    background: #fff;
    transition: all 0.6s;
    text-align: left;
}

#g-nav.panelactive {
    right: 0;
}


#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 800;
    /*top: 70px;*/
    margin-top: 70px;
    max-width: 100vw;
    width: 427px;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav ul {
    position: absolute;
    z-index: 800;
    width: 100vw;
}

#g-nav li {
    list-style: none;
}

#g-nav li a {
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.mobile_cat {
    max-width: 427px;
}

.openbtn1 {
    position: relative;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    transform: scale(1.7);
}

.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
}

.openbtn1 span:nth-of-type(1) {
    top: 15px;
}

.openbtn1 span:nth-of-type(2) {
    top: 23px;
}

.openbtn1 span:nth-of-type(3) {
    top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}


.Label::before {
    content: "+";
    position: absolute;
    right: 20px;
}

.Label {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.toggle_checkbox:checked+.Label::before {
    content: "-";
}


.category_box_sm {
    background-color: #fff;
    color: #2666FF;
    border-bottom: 10px solid #00008F;
    margin-bottom: 50px;
}

.mobile_header_menu a,
.mobile_menu_bottom a,
.mobile_menu_bottom_sns a {
    color: #fff !important;
}


/**menu */
.sm_menu a {
    display: block;
    /*padding: 15px;*/
    text-decoration: none;
    color: #2666FF;
}


.sm_menu input,
.mbile_none {
    display: none;
}

.sm_menu ul {
    position: static !important;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sm_menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}


.mobile_search {
    margin: 5px;
}

.mobile_menu_bottom {
    padding: 10px 0;
}

.mobile_menu_bottom div {
    border: 1px solid #fff;
    height: 70px;
    margin: 10px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border_white_box {
    flex-grow: 1;
    border: 1px solid #fff;
    margin: 5px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile_header_menu #mobile_sub_menu div {
    flex-grow: 1;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 1px #fff;
    margin: 10px 0;
}

/*
.sm_search_box {
    position: relative;
    max-width: 427px;
    max-width: 100%;
    max-height: 50px;
  }

  .sm_search_box::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/icons/search.png) no-repeat center center / auto 100%;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 25px;
  }
*/






.search-box {
    position: relative;
    display: flex;
    width: 100%;
    text-align: center;
}

.sm_search_box FORM {
    margin: 0;
}

.search-box INPUT {
    flex-grow: 1;
    border: 1px solid #333;
    /*width: 98vw;*/
}

.search-box button {
    position: absolute;
    top: 0.5rem;
    right: 0;
    cursor: pointer;
    /*padding: .8rem .9rem .8rem .8rem;*/
    border: none;
    background: none;
    color: #333;
    font-size: 1rem;
    transition: 0.5s;
}

.mobile_menu_bottom_sns {
    justify-content: center !important;
    padding-bottom: 200px;
    text-align: center;
}



.mobile_menu_bottom_sns img {
    width: 40px;
    margin: -5px 20px;
}



@media (max-width: 991px) {

    .mobile_search {
        max-width: 80vw;
    }

    /*
        .sm_search_box::after {
            right: 10px;
          }
*/
    .category_box_sm label {
        display: block;
        padding: 15px;
        cursor: pointer;
        border: 1px solid #2666FF;
        margin-bottom: -1px;
    }

    /*
        .mobile_header_account {
            text-align: right;
            margin-right: 10px;
        }
*/
    table {
        width: 100%;
    }

    LABEL.inputLabel {
        float: none;
    }

    .mobile_margin {
        margin-top: 120px;
    }

    .mobile_hide {
        display: none;
    }

    .mobile_disp {
        display: block;
    }

    .totalBox {
        width: 35%;
        float: right;
        text-align: right;
        padding-right: 1em;
        color: #474747;
        font-size: 1.4em;
        white-space: nowrap;
        max-width: 200px;
    }

    #checkoutConfirmDefault #cartContentsDisplay td {
        padding: 2px;
    }

    .cartTotalDisplay {
        white-space: nowrap;

    }
}


.mobile_header_account {
    padding-right: 5px;
    padding-top: 10px;
}

.mobile_header_account img {
    margin-left: 5px;
}

.hamburger_header .row {
    flex-wrap: nowrap !important;
}


.hamburger_header {
    margin-top: 5px;
    border-bottom: 1px solid silver;
}

.hamburger_header .row {
    justify-content: space-between;
}


.sm_menu .row {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
}

/*
.mobile_disp {
    display: none;
}
*/

.header_han {
    padding-top: 5px;
}


@media (max-width: 700px) {

    .mobile_margin {
        margin-top: 100px;
    }

    /*
    .mobile_cart_qty {
        width: 15px;
        height: 15px;
        top: -15px;
        right: 10px;
    }
*/
    .openbtn1 {
        transform: scale(1.3);
    }

    .mobile_header_img {
        height: 40px;
    }

    .header_han {
        margin-top: -8px;
    }

}

@media (max-width: 450px) {
    #header_han_div {
        margin-top: -10px;
    }

    .openbtn1 {
        transform: scale(1);
    }

    .mobile_header_img {
        height: 30px;
    }

    .mobile_margin {
        margin-top: 100px;
    }

    .mobile_header_account {
        padding-right: 10px;
    }

}

@media (max-width: 400px) {
    #header_han_div {
        margin-top: -10px;
    }

    .openbtn1 {
        transform: scale(0.8);
    }

    .mobile_header_img {
        height: 25px;
    }

    .header_han {
        margin-top: -10;
        padding: 0;
    }

    /*
    .mobile_cart_qty {
        width: 13px;
        height: 13px;
        font-size: small;
        top: -15px;
        right: 5px;
    }
*/
    .mobile_margin {
        margin-top: 90px;
    }
}

@media (max-width: 350px) {
    #header_han_div {
        margin-top: -10px;
    }

    .openbtn1 {
        transform: scale(0.7);
    }

    .mobile_header_img {
        height: 22px;
    }

    .header_han {
        margin-top: -10;
        padding: 0;
    }

    .header_icon_font1 {
        display: none;
    }

    .mobile_margin {
        margin-top: 80px;
    }


    .mobile_header_account {
        padding-right: 2px;
        padding-top: 3px;
    }
}

@media (max-width: 991px) {

    input[type="button"] {
        padding: 7px 12px;
        border-radius: 2;
    }

    _::-webkit-full-page-media, _:future, :root input[type="button"] {
        padding: 10px 12px;
        -webkit-appearance: none;
    }

    input[type="radio"] {
        appearance: auto
    }

    .base_c_2 span {
        padding: 15px;
    }

}