
/*============================== TOPBAR =========================*/
.topbar-type {
    display: none;
}
.topbar-type.show-topbar {
    display: block;
}
.topbar-type-filter {
    display: none;
}
.topbar-type-filter.show-filter-topbar {
    display: block;
}
.topbar-left {
    width: 15%;
    max-width: 180px;
}
.layout-topbar ul {
    list-style: none;
    padding: 0;
    margin-top: 1em;
}
.menu-list ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.item:hover{
    color: #928f83;
}
.topbar-right {
    width: 100%;
    text-align: right;
    padding-left: 40px;
    max-width: 920px;
    height: 100px;
}
.height32{
    height: 32px;
}
.layout-topbar .divider-ver {
    border-right: 1px solid #dbdbdb;
}
body .topbar-search .ui-button {
    border-radius: 0;
    background: #000000;
    border: none;
}
body .topbar-search .ui-inputfield {
    border-radius: 0;
    background: #ececec;
    border-color: #ececec;
    width: 100%;
    max-width: 260px;
}
.topbar-pc {
    padding: 25px 0 0;
}
.topbar-right li a {
    color: #191919;
}
.ui-button-text-only .ui-button-text {
    word-break: keep-all;
}
.topbar-right .search-lang ul {
    justify-content: flex-end;
}
.languange-list {
    display: none;
    position: absolute;
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, .6);
    z-index: 2;
}
.language-menu img {
    width: 18px;
    position: relative;
    top: 3px;
    margin-right: 7px;
}
.language-menu .chevron-down {
    position: relative;
    bottom: 3px;
    margin-left: 10px;
}
.language-menu {
    margin-left: 1.8em;
    position: relative;
}
li.topbar-search {
    width: 100%;
    max-width: 300px;
}
body .layout-topbar .ui-button.ui-button-text-only .ui-button-text {
    padding: 0em 1.2em;
}
body .layout-topbar .topbar-search .ui-button.ui-button-text-only .ui-button-text {
    padding: 0;
}
.language-menu:hover .languange-list {
    display: block;
}
.language-menu:hover {
    cursor: pointer;
}
.language-menu .ui-button {
    width: 100%;
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 0;
    color: #191919;
    padding: 5px 0;
}
.topbar-left img {
    min-width: 179px;
}
.topbar-sm {
    display: none;
}
.topbar-filter-show.hide-filter {
    display: none;
}
.topbar-filter-show.show-filter {
    display: block;
}
/*============================== END TOPBAR =========================*/

/*============================== FOOTER =========================*/
.layout-footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout-footer {
    color: #ffffff;
}
.layout-footer a {
    color: #ffffff;
}
.footer-pc {
    background: #484342;
    text-align: center;
    padding: 1.5em 0 3.5em;
}
.menu-footer .logo img {
    width: 135px;
}
.layout-footer .divider-ver {
    border-right: 1px solid #ffffff;
    height: 26px;
}
.footer-max-width {
    /*max-width: 70%;*/
}
.list-footer {
    /*max-width: 800px;*/
    margin: auto;
    word-break: keep-all;
    font-size: 12px;
}
.footer-text p {
    margin: 0;
    font-size: 12px;
}
.list-footer ul {
    margin: 8px 0;
    justify-content: center;
}
.list-footer ul li {
    margin: 0 1em;
}
.foot-show-ipad {
    display: none;
}
.menu-footer span.foot-show-pc {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-left: 10px;
}
.menu-footer {
    max-width: 86%;
    margin: auto;
}
/*============================== END FOOTER =========================*/


/*============================== TOPBAR WITH SEARCH =========================*/
.topbar-with-search .topbar-left {
    margin-left: 0;
    width: 100%;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: unset;
    justify-content: space-between;
    max-width: 900px;
}
.topbar-with-search .topbar-right {
    text-align: right;
    padding-left: 20px;
    max-width: 150px; 
    height: auto;
}
.topbar-with-search .topbar-left li a {
    color: #191919;
}
.topbar-with-search .topbar-left .menu-size li a{
    font-size: 16px !important;
}
.topbar-with-search .layout-topbar-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    list-style-type: none;
    margin: 18px auto;
    padding: 0;
    height: 100%;
}
.topbar-with-search .layout-topbar-actions > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.topbar-with-search .topbar-item img.icon {
    width: 18px;
}
.topbar-with-search .topbar-item.cart img.icon {
    width: 20px;
}
.topbar-with-search .topbar-item.cart .cart-badge {
    position: absolute;
    width: 19px;
    height: 19px;
    background-color: #b7b7b7;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    top: -10px;
    right: -18px;
}
.topbar-with-search .topbar-item.cart .cart-badge span {
    line-height: 1em;
    margin: 0;
    font-size: 12px;
    position: relative;
    top: -3.7px;
}
.topbar-with-search .languange-list {
    position: absolute;
    top: 27px;
    -webkit-box-shadow: 0px 0px 5px 2px rgb(173 173 173);
    -moz-box-shadow: 0px 0px 5px 2px rgba(173,173,173,1);
    box-shadow: 0px 0px 5px 2px rgb(173 173 173);
    display: none;
    right: -61%;
}
.topbar-with-search .languange-list .ui-button {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 0;
}
.topbar-with-search .languange-list .ui-button.active-lang {
    color: #39C6D1;
}
.topbar-with-search .topbar-left img {
    min-width: unset;
}
.topbar-with-search .topbar-left a.logo-topbar {
    max-width: 140px;
    min-width: 140px;
    margin-right: 2em;
}
.topbar-with-search .menu-list {
    width: 100%;
    max-width: 745px;
}
.topbar-with-search .topbar-right .chevron-down {
    width: 9px;
    height: 9px;
    border-left: 2px solid #878787;
    border-bottom: 2px solid #878787;
    top: -6px;
    margin-left: 4px;
}
.topbar-with-search .topbar-pc {
    padding: 8px 0 0;
}
.topbar-with-search .topbar-item.cart {
    position: relative;
}
.topbar-with-search a.hover-languange-menu:hover .languange-list {
    display: block;
}
.topbar-with-search .languange-list form {
    display: flex;
    flex-flow: column;
}
.topbar-with-search .languange-list form .ui-button {
    padding: 5px;
}
.topbar-with-search .topbar-left {
    position: unset;
}
.topbar-filter-search {
    background-color: #191919;
}
.topbar-filter-search h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    word-break: keep-all;
    margin: 0;
    margin-right: 2em;
    width: 23%;
}
.topbar-filter-search .menu-top {
    width: 100%;
    padding: 0;
}
/*.topbar-with-search .show-pc {
    display: block
}*/
.topbar-with-search .wrap-menu-top {
    height: auto;
    padding: 1em 0;
    background: transparent;
}
.topbar-with-search .menu-top form {
    width: 100%;
    margin: 0;
    align-items: center;
}
.topbar-with-search li.topbar-search {
    list-style: none;
    padding: 0;
    max-width: unset;
    display: flex;
}
body .topbar-with-search  .topbar-search .ui-button {
    background-color: #ff0000;
    height: 36px;
    min-width: 70.73px;
}
.topbar-with-search .menu-top .wrap-select {
    width: 100%;
    max-width: 150px;
    margin-right: 1em;
    height: 36px;
}
.topbar-with-search .menu-top select {
    height: 36px;
    font-size: 16px;
    padding: 4px 14px;
}
.topbar-with-search .menu-top .wrap-select::after {
    content: "";
    border-right: 1px solid #202c45;
    border-top: 1px solid #202c45;
    top: 11px;
    right: 13px;
    width: 9px;
    height: 9px;
    position: absolute;
    transform: rotate(135deg);
}
body .topbar-with-search .topbar-search .ui-inputfield {
    background-color: #ffffff;
    height: 36px;
    padding: 4px 14px;
}
body .topbar-with-search .topbar-search .ui-inputfield.ui-state-focus {
    box-shadow: none;
}
body .topbar-with-search .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon:before {
    content: "";
}
.topbar-with-search .ui-selectonemenu .ui-selectonemenu-label {
    height: 36px;
    font-size: 14px;
    padding-left: 14px!important;
}
.topbar-with-search .topbar-item.language img.icon {
    width: 18px;
    margin-top: 4px;
}
.topbar-with-search .topbar-left .menu-list li a {
    font-size: 14px;
}
.topbar-with-search .topbar-right li a p {
    font-size: 14px;
    margin: 19px 0;
}
/*============================== END TOPBAR WITH SEARCH =========================*/

/*============================== FILTER FOR SEARCH MORE ==============================*/
.menu-top .search-more button {
    width: auto;
    height: 36px;
    background-color: #000000;
    border: none;
}
body .layout-topbar .search-more .ui-button.ui-button-text-only .ui-button-text {
    padding: 0em 1.6em;
    word-break: keep-all;
    white-space: nowrap;
    font-size: 12px;
}
.search-more .arrow-down span:after {
    content: "";
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    top: 11px;
    right: 3px;
    width: 9px;
    height: 9px;
    position: absolute;
    transform: rotate(135deg);
}
.layout-topbar .search-more {
    width: auto;
    margin-left: 1em;
}
.topbar-menu-search-more .menu-top form {
    justify-content: center;
}
body .topbar-menu-search-more .topbar-search .ui-inputfield {
    max-width: unset;
}
.topbar-with-search .wrap-menu-top.topbar-menu-search-more {
    max-width: 85%;
    margin: auto;
}
.topbar-with-search .wrap-menu-top.topbar-menu-search-more.open {
    display: none;
}
.search-online-store {
    background-color: #ffffff;
}
.wrap-search-online {
    background-color: #000000;
}
#search-online-store {
    max-height: 0;
    overflow: hidden;
    transition: max-height 400ms ease-in;
    z-index: 2;
}
#search-online-store.show {
    max-height: 1000px;
    /*border-top: 1px solid #dbdbdb;*/
}
.search-online-store {
    position: absolute;
    width: 100%;
}
.wrap-checkbox {
    position: relative;
    background: #e6f7ff;
    width: calc(50% - 1em);
    height: 65px;
    margin: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap-checkbox .ui-chkbox {
    position: absolute;
    width: 100%;
    height: 100%;
}
.wrap-checkbox .ui-chkbox .ui-chkbox-box {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 0;
    border: none;
    transition: 100ms ease 100ms;
    color: transparent;
}
body .wrap-checkbox .ui-chkbox .ui-chkbox-box.ui-state-active {
    border: 4px solid #000000;
    background-color: rgba(0, 0, 0, 0.5);
    color: transparent;
}
.wrap-checkbox .ui-chkbox .ui-chkbox-box:hover {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.wrap-filter-matrix p {
    color: #ffffff;
    text-align: center;
    line-height: 1.4em;
}
.wrap-filter-matrix .matrix-checkbox p {
    color: #191919;
}
.wrap-filter-matrix p.taste {
    position: absolute;
    margin: 0;
}
.wrap-filter-matrix p.taste right {
    position: relative;
    left: 1em;
}
.wrap-filter-matrix p.taste left {
    position: relative;
    right: 1em;
}
.wrap-filter-matrix {
    position: relative;
}
.matrix-checkbox {
    display: flex;
    flex-wrap: wrap;
}
.wrap-filter-matrix p.top {
    left: 50%;
    top: -2em;
    transform: translateX(-50%);
}
.wrap-filter-matrix p.right {
    right: -3em;
    top: 50%;
    transform: translateY(-50%);
}
.wrap-filter-matrix p.bottom {
    left: 50%;
    bottom: -2em;
    transform: translateX(-50%);
}
.wrap-filter-matrix p.left {
    left: -3em;
    top: 50%;
    transform: translateY(-50%);
}
.wrap-filter-matrix .vertical-line {
    position: absolute;
    border-right: 1px solid #ffffff;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.wrap-filter-matrix .horizontal-line {
    position: absolute;
    border-top: 1px solid #ffffff;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.wrap-search-online .mx-width {
    max-width: 85%;
    margin: auto;
    float: none;
    position: relative;
}
.wrap-search-online .left-form {
    padding-right: 3.5em;
}
.wrap-search-online .right-form {
    padding-left: 4.5em;
    padding-right: 3em;
}
.wrap-search-online .menu-top .wrap-select::after {
    content: "";
    border-right: 1px solid #202c45;
    border-top: 1px solid #202c45;
    top: 11px;
    right: 13px;
    width: 9px;
    height: 9px;
    position: absolute;
    transform: rotate(135deg);
}
.wrap-search-online .menu-top {
    width: 100%;
    padding: 0;
}
.wrap-search-online .menu-top .wrap-select {
    width: 100%;
    max-width: unset;
    margin-right: 0;
    height: 36px;
}
.wrap-checkbox p {
    margin: 0;
}
.wrap-checkbox h5 {
    margin: 0 4px;
    font-weight: normal;
    font-size: 10px;
}
.wrap-checkbox h5 span {
    margin: 0 6px;
}
.wrap-checkbox.box2 {
    background-color: #e7fff4;
}
.wrap-checkbox.box3 {
    background-color: #fffaea;
}
.wrap-checkbox.box4 {
    background-color: #ffe7e9;
}
.wrap-search-online h2 {
    margin: 1em 0 2em 0.5em;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 20px;
    text-align: left;
}
.wrap-search-online .kampai .ui-button {
    background-color: #ff0000;
    border-radius: 0;
    border: none;
    width: 100%;
    max-width: 215px;
}
.layout-topbar .wrap-search-online .kampai .ui-button.ui-button-text-only .ui-button-text {
    padding: 8px 1.2em;
}
.topbar-with-search .search-online-store .ui-selectonemenu .ui-selectonemenu-label {
    height: 38px;
}
.wrap-search-online .kampai {
    margin: 4.5em 0;
}
.search-online-store .online-store .main-ttl {
    margin: 2em 0;
}
.exit-matrix .exit-icon .line-top {
    height: 1px;
    background: #ffffff;
    width: 100%;
    margin: 6px 0;
    transform: rotate(45deg);
    position: relative;
    top: 4px;
}
.exit-matrix .exit-icon .line-bottom {
    height: 1px;
    background: #ffffff;
    width: 100%;
    margin: 6px 0;
    position: relative;
    transform: rotate(-45deg);
    top: -3px;
}
.exit-matrix .exit-icon {
    width: 16px;
    margin-right: 8px;
}
.exit-matrix a {
    color: #ffffff;
    border: none;
    display: flex;
    width: auto;
    align-items: center;
    padding: .5em .9em;
    font-size: 12px;
}
.exit-matrix {
    position: absolute;
    right: -7em;
    top: 1em;
}
.exit-matrix a:hover {
    color: #ffffff;
}
.wrap-search-online h2 .ui-radiobutton {
    margin-right: 10px;
}
.wrap-filter-matrix.overlay {
    position: relative;
}
.wrap-filter-matrix.overlay::after {
    content: "";
    position: absolute;
    width: calc(100% + 8em);
    height: calc(100% + 6em);
    left: -4em;
    top: -3em;
    background-color: rgba(0,0,0,0.5);
}
.wrap-detail-search.overlay {
    position: relative;
}
.wrap-detail-search.overlay::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}
.topbar-menu-search-more {
    visibility: visible;
    transition: 0s ease 500ms;
}
.topbar-menu-search-more.hide {
    visibility: hidden;
}
/*============================== END FILTER FOR SEARCH MORE ==============================*/

/*md*/
@media screen and (max-width: 1024px) {
    /*============================== TOPBAR =========================*/
    .topbar-left {
        position: absolute;
        top: 15px;
    }
    .topbar-left img {
        max-width: 121px;
        min-width: unset;
    }
    .topbar-right {
        padding-left: 0;
        max-width: unset;
    }
    .topbar-with-search .topbar-left .menu-size li a{
        font-size: 15px !important;
    }
    /*============================== END TOPBAR =========================*/

    /*============================== FOOTER =========================*/
    .menu-footer .logo img {
        width: 130px;
    }
    .layout-footer {
        font-size: 14px;
    }
    .list-footer {
        /*max-width: 565px;*/
    }
    .layout-footer .divider-ver {
        /*height: 20px;*/
    }
    .menu-footer {
        max-width: unset;
    }
    /*============================== END FOOTER =========================*/


    /*============================== TOPBAR WITH SEARCH =========================*/
    .topbar-with-search .topbar-right {
        max-width: 120px;
        margin-right: 0;
        margin-left: auto;
    }
    .topbar-with-search .topbar-left {
        width: 100%;
        max-width: unset;
        justify-content: flex-end;
        padding-left: 10em;
    }
    .topbar-with-search .display-flex-between {
        align-items: flex-start;
        display: block;
        position: relative;
    }
    .topbar-with-search .topbar-left a.logo-topbar {
        position: absolute;
        left: 0;
        max-width: 150px;
        min-width: 150px;
        top: 0;
    }
    .topbar-with-search .topbar-left img {
        max-width: unset;
    }
    .topbar-with-search .menu-list {
        margin-right: 0;
    }
    .topbar-with-search .topbar-pc {
        padding: 14px 0 0;
    }
    /*============================== END TOPBAR WITH SEARCH =========================*/

    /*============================== FILTER FOR SEARCH MORE ==============================*/
    .topbar-with-search .wrap-menu-top.topbar-menu-search-more {
        max-width: 100%;
    }
    .wrap-search-online .mx-width {
        max-width: 100%;
    }
    .exit-matrix {
        right: -5px;
    }
    .search-more .arrow-down span:after {
        right: 280px;
    }
    /*============================== END FILTER FOR SEARCH MORE ==============================*/
}
@media screen and (min-width: 1150px){
    .topbar-with-search .topbar-left .menu-list li a {
        /*font-size: 15px;*/
    }
    .topbar-with-search .topbar-right li a p{
        /*font-size: 15px;*/
        margin: 20px 0;
    }
}

/*ipad*/
@media screen and (max-width: 768px) {
    /*============================== TOPBAR =========================*/    
    .topbar-pc {
        display: none;
    }
    #hamburger {
        width: 26px;
    }
    #hamburger .hamburger-line {
        height: 2px;
        background: #4c4c4c;
        width: 100%;
        margin: 5px 0;
        border: none;
    }
    .sm-topbar-left img {
        width: 120px;
        display: block;
    }
    .topbar-sm {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .7em 2em;
        border-bottom: 1px solid #d6d5d2;
        z-index: 999;
        position: relative;
        background: #ffffff;
        margin-bottom: 0;
    }
    .topbar-sm.menu-show {
        background: #ebeae7;
    }
    #container.overlay {
        position: relative;
        z-index: 998;
    }
    #container.overlay::after {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgb(0, 0, 0);
        content: "";
        opacity: .5;
        z-index: 1;
    }
    #menu-close {
        display: none;
    }
    .menu-show #menu-close {
        display: block;
    }
    .menu-show #hamburger {
        display: none;
    }
    #menu-close  {
        width: 26px;
    }
    #menu-close .hamburger-line {
        height: 2px;
        background: #4c4c4c;
        width: 100%;
        margin: 6px 0;
        transform: rotate(45deg);
        position: relative;
        top: 4px;
    }
    #menu-close .hamburger-line.line-bottom {
        transform: rotate(-45deg);
        top: -4px;
    }
    .sm-menu-list {
        display: none;
    }
    .menu-show .sm-menu-list {
        display: block;
        background-color: #ebeae7;
        position: absolute;
        width: 100%;
        left: 0;
        top: 64px;
        border-top: 1px solid #d6d5d2;
        padding: .7em 4em 1.2em;
    }
    body .topbar-search .ui-inputfield {
        max-width: unset;
        background: #ffffff;
        border-color: #ffffff;
        height: 40px;
    }
    .topbar-search {
        margin-bottom: .7em;
    }
    .topbar-sm .sm-menu-list nav ul li {
        border-bottom: 1px solid #d6d5d2;
        padding: .6em 0;
    }
    .topbar-sm .sm-menu-list nav ul li:last-child {
        border-bottom: none;
    }
    .topbar-sm li.language {
        display: flex;
    }
    .topbar-sm li.language .ui-button {
        display: inline-block;
        margin: 0;
        padding: 0 .8em;
        background: transparent;
        border: none;
        color: #191919;
        border-radius: 0;
    }
    .topbar-sm li.language .ui-button.active-lang {
        background: #191919;
        color: white;
    }
    .topbar-sm li.language img {
        width: 20px;
        height: 20px;
    }
    .topbar-sm li.language .text {
        display: flex;
        margin-left: 10px;
    }
    body .layout-topbar .language .ui-button.ui-button-text-only .ui-button-text {
        padding: 0 5px;
    }
    .topbar-sm .sm-menu-list nav ul li.language {
        padding: 2em 0;
    }
    .topbar-sm .sm-menu-list nav ul li a {
        color: #191919;
    }
    .sm-menu-list li.language form {
        display: flex;
    }
    .sm-menu {
        position: relative;
        right: 7px;
    }
    .topbar-filter-search h4 {
        width: 100%;
    }
    /*============================== END TOPBAR =========================*/

    /*============================== FOOTER =========================*/
    .foot-show-ipad {
        display: block;
    }
    .foot-show-pc {
        display: none;
    }
    .menu-footer .logo img {
        width: 95px;
    }
    .layout-footer {
        font-size: 11px;
    }
    .menu-footer {
        padding: 0 1em;
    }
    .menu-footer ul {
        margin: auto;
        max-width: 360px;
    }
    .list-footer ul {
        display: inline-block;
        width: 100%;
        margin: 5px 0 22px;
    }
    .list-footer ul li {
        display: inline-block;
        margin: 0 1em;
        font-size: 11px
    }
    .list-footer ul li a {
        text-decoration: underline;
    }
    .footer-pc {
        padding: 3.5em 0;
    }
    .menu-footer span {
        padding-bottom: 10px;
        line-height: 1.5em;
    }
    .menu-footer span.foot-show-pc {
        display: none;
    }
    .footer-text p {
        font-size: 11px;
    }
    /*============================== END FOOTER =========================*/


    /*============================== TOPBAR WITH SEARCH =========================*/
    .topbar-with-search .show-pc {
        display: none;
    }
    .topbar-with-search .menu-top form {
        display: block;
    }
    .topbar-with-search .menu-top .wrap-select {
        width: calc(50% - 5px);
        display: inline-block;
        max-width: unset;
        margin: 0;
    }
    .topbar-with-search .menu-top .wrap-select:last-of-type {
        margin-left: 5px;
    }
    .topbar-with-search .wrap-menu-top {
        width: calc(100% + 8em);
        margin-left: -4em;
        padding: 1.5em 4em;
        background-color: #000000;
    }
    .topbar-with-search .menu-show .sm-menu-list {
        padding-top: 0;
    }
    .topbar-with-search li.topbar-search {
        margin-top: 1em;
    }
    .topbar-filter-search h4 {
        margin-bottom: 1.5em;
    }
    /*============================== END TOPBAR WITH SEARCH =========================*/

    /*============================== FILTER FOR SEARCH MORE ==============================*/  
    .layout-topbar .search-more {
        margin-left: 0;
        margin-top: 1.5em;
        margin-bottom: .5em;
    }
    .menu-top .search-more button {
        width: 100%;
    }
    .topbar-with-search .wrap-menu-top.topbar-menu-search-more {
        max-width: unset;
        margin-left: -4em;
    }
    .topbar-with-search .topbar-menu-search-more .menu-top .wrap-select-2 {
        margin-left: 5px;
    }
    #search-online-store {
        z-index: 1000;
        /*top: 290px;*/
        top: 0;
    }
    .search-online-store .online-store .main-ttl {
        margin: 0;
    }
    .wrap-search-online .left-form {
        width: 100%;
        padding: .5em;
    }
    .wrap-search-online .right-form {
        width: 100%;
        padding: .5em 5em;
    }
    .wrap-search-online .mx-width {
        max-width: 470px;
    }
    .search-online-store .wrap-search-online .menu-top .wrap-select {
        width: 100%;
        margin: 0;
        display: block;
    }
    .wrap-search-online .left-form h2 {
        margin-bottom: 1em;
    }
    .exit-matrix {
        right: 1em;
    }
    .exit-matrix a {
        padding: 1px 5px 0;
    }
    .exit-matrix .exit-icon {
        margin-right: 0;
        width: 16px;
    }
    .exit-matrix span {
        display: none;
    }
    .wrap-search-online h2 {
        margin: 1em auto 2em;
        justify-content: center;
    }
    /*============================== END FILTER FOR SEARCH MORE ==============================*/
}


/*SM*/
@media screen and (max-width: 40.063em){
    /*============================== TOPBAR =========================*/
    .layout-footer ul{
        display: block;
    }
    .list-footer ul li{
        display: block;
        font-size: 12px;
        margin-bottom: .5em;
    }
    .menu-footer .logo img{
        width: 35%;
    }
    .layout-footer{
        font-size: 12px;
    }
    .menu-footer span{
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .footer-text p{
        font-size: 12px;
    }
    .topbar-sm {
        padding: .7em 1.1em;
        margin-bottom: 0;
    }
    .sm-topbar-left img {
        width: 95px;
    }
    #hamburger {
        width: 19px;
    }
    #menu-close {
        width: 18px;
    }
    .menu-show .sm-menu-list {
        top: 55px;
        padding: .7em 1em 1.2em;
    }
    .menu-show .sm-menu-list nav {
        width: 81%;
        margin: auto;
    }
    /*============================== END TOPBAR =========================*/

    /*============================== FOOTER =========================*/

    /*============================== END FOOTER =========================*/

    /*============================== TOPBAR WITH SEARCH =========================*/
    .topbar-with-search .wrap-menu-top {
        width: calc(100% + 2em);
        margin-left: -1em;
        padding: 1.5em 13%;
    }
    .topbar-filter-search h4 {
        font-size: 14px;
    }
    .topbar-with-search .menu-top select {
        font-size: 14px;
        height: 42px;
    }
    body .layout-topbar .ui-button.ui-button-text-only .ui-button-text {
        font-size: 14px;
    }
    .topbar-with-search .menu-top .wrap-select::after {
        width: 6px;
        height: 6px;
        border-right: 1px solid #202c45;
        border-top: 1px solid #202c45;
        top: 16px;
        right: 13px;
    }
    body .topbar-with-search .topbar-search .ui-inputfield {
        height: 42px;
    }
    body .topbar-with-search .topbar-search .ui-button {
        height: 42px;
    }
    .topbar-with-search li.topbar-search {
        margin-top: 3px;
    }
    body .topbar-with-search  .topbar-search .ui-button {
        height: 42px;
    }
    .topbar-with-search .menu-top .wrap-select {
        height: 42px;
    }
    .topbar-with-search .menu-top select {
        height: 42px;
    }
    body .topbar-with-search .topbar-search .ui-inputfield {
        height: 42px;
       margin-left: 0;
    }
    .topbar-with-search .ui-selectonemenu .ui-selectonemenu-label {
        height: 42px;
        line-height: 2.2em;
        font-size: 14px;
    }
    /*============================== END TOPBAR WITH SEARCH =========================*/

    /*============================== FILTER FOR SEARCH MORE ==============================*/
    .layout-topbar .search-more {
        margin-top: 0.5em;
    }
    .topbar-with-search .wrap-menu-top.topbar-menu-search-more {
        margin-left: -1em;
    }
    #search-online-store {
        top: 0;
    }
    .wrap-checkbox h5 span {
        margin: 0;
    }
    .search-online-store h1 {
        font-size: 25px;
        margin-bottom: 7px;
    }
    .wrap-filter-matrix p {
        font-size: 12px;
    }
    .wrap-search-online .right-form {
        padding: 0 4em;
    }
    .wrap-search-online .kampai {
        margin: 4.5em 0 3em;
    }
    .search-more .arrow-down span:after {
        right: 95px;
    }
    /*============================== END FILTER FOR SEARCH MORE ==============================*/
}
@media screen and (max-width: 40.063em){
    /*============================== FILTER FOR SEARCH MORE ==============================*/
    .search-more .arrow-down span:after {
        right: 75px;
        top: 9px;
    }
    /*============================== END FILTER FOR SEARCH MORE ==============================*/
}