header {
    /* background-color: #FFF; */
    position: absolute;
    padding: 20px 0 20px 40px;
    width: calc(100% - 84px);
    height: 80px;
    display: block;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    /* z-index: 150; */
}

nav#site-navigation {
    position: absolute;
    right: 0;
    height: 100vh;
    width: 0;
    overflow: hidden;
}

.current_lang {
    padding-right: 23px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.current_lang:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow_down.png);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

#langList.active {
    /*height: 60px;*/
    max-height: 60px;
}

#langWrapper {
    left: 9%;
    font-size: 15px;
    /* position: absolute; */
    z-index: 200;
    line-height: 30px;
    display: inline-block;
}

li.langItem {
    /* font-size: 15px; */
    /* display: inline-block; */
    /* margin: 0 10px; */
    /* padding: 0 10px; */
    font-family: 'NotoSansTC Light';
}

li.langItem.sc  {
	font-family: 'NotoSansSC Light';
}


ul#langList {
    list-style: none;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in;
}

li.langItem a {
    text-decoration: none;
    /* color: #FFFFFF; */
}


li.langItem:last-child {
    border-right: 0;
}

.header_button_inner div span {
    display: block;
    width: 100%;
    height: 100%;
    /*    background: #008FD6;*/
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-in-out;
}

/*#hamburgerIcon {*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*    padding-left: 10px;*/
/*}*/

/*#hamburgerIcon .header_button_inner {*/
/*    height: 15px;*/
/*    margin-right: 0;*/
/*    width: 30px;*/
/*    position: relative;*/
/*}*/

/*.header_button_inner div {*/
/*    width: 100%;*/
/*    height: 1.5px;*/
/*    position: absolute;*/
/*    overflow: hidden;*/
/*    cursor: pointer;*/
/*}*/

/*#hamburgerIcon .header_button_inner > div:nth-child(1) {*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*#hamburgerIcon .header_button_inner > div:nth-child(1) > span:nth-child(1) {*/
/*    animation: header_off5 3s ease-in-out 1s infinite;*/
/*    -webkit-animation: header_off5 3s ease-in-out infinite;*/
/*    -webkit-animation-delay: 1s;*/
/*}*/

/*#hamburgerIcon .header_button_inner > div:nth-child(1) > span:nth-child(2) {*/
/*    left: -100%;*/
/*}*/

/*#hamburgerIcon .header_button_inner > div:nth-child(2) {*/
/*    top: 50%;*/
/*    left: 0;*/
/*    margin: -1px 0 0 0;*/
/*}*/

/*#hamburgerIcon .header_button_inner > div:nth-child(2) > span:nth-child(1) {*/
/*    animation: header_off5 3s ease-in-out 1.15s infinite;*/
/*    -webkit-animation: header_off5 3s ease-in-out infinite;*/
/*    -webkit-animation-delay: 1.15s;*/
/*}*/

/*#hamburgerIcon .header_button_inner > div:nth-child(3) {*/
/*    top: 100%;*/
/*    left: 0;*/
/*    margin: -1px 0 0 0;*/
/*    transition-duration: 0.5s;*/
/*    transition-timing-function: ease-in-out;*/
/*}*/

/*#hamburgerIcon .header_button_inner > div:nth-child(3) > span:nth-child(1) {*/
/*    animation: header_off5 3s ease-in-out 1.3s infinite;*/
/*    -webkit-animation: header_off5 3s ease-in-out infinite;*/
/*    -webkit-animation-delay: 1.3s;*/
/*}*/

/*#hamburgerIcon .header_button_inner > div:nth-child(3) > span:nth-child(2) {*/
/*    left: 100%;*/
/*}*/

/*div#rightMenuWrapper {*/
/*    !* float: right; *!*/
/*    margin-left: auto;*/
/*}*/


#mobileMenu span.close {
    display: none;
}


#nav-container {
    position: fixed;
    height: 100vh;
    width: 100%;
    pointer-events: none;
    z-index: 100;
    position: absolute;
    overflow: hidden;
}

#nav-container .bg {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    background: #000;
}

#nav-container .menu_switch ~ #nav-content:before {
    /*#nav-container:focus-within #nav-content:before {*/
    visibility: visible;
    opacity: .95;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #DEDED9;
}

#nav-container * {
    visibility: visible;
}

#nav-content .inner_wrapper {
    height: 100%;
    overflow: scroll;
}

.menu_switch {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 80px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-right: 40px;
}

.icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #008FD6;
    transition: .3s;
}

.icon-bar + .icon-bar {
    margin-top: 5px;
}

#nav-container .menu_switch.active ~ .button {
    /*#nav-container:focus-within .button {*/
    pointer-events: none;
}

/*#nav-container:focus-within .icon-bar:nth-of-type(1) {*/
/*    transform: translate3d(0,8px,0) rotate(45deg);*/
/*}*/
/*#nav-container:focus-within .icon-bar:nth-of-type(2) {*/
/*    opacity: 0;*/
/*}*/
/*#nav-container:focus-within .icon-bar:nth-of-type(3) {*/
/*    transform: translate3d(0,-8px,0) rotate(-45deg);*/
/*}*/

#nav-content {
    padding-top: 70px;
    padding: 90px 30px 50px;
    width: 90%;
    max-width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    /* background: #ececec; */
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    transition: transform .3s;
    will-change: transform;
    contain: paint;
    z-index: 5;
    width: 0;
    /* margin-left: 30px; */
}

#nav-content ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
}

#nav-content li a {
    /* padding: 10px 5px; */
    display: block;
    text-transform: uppercase;
    transition: color .1s;
    letter-spacing: 0.7px;
    font-size: 16px;
}

.menu-header,
.menu-group {
    display: block;
    position: relative;
}

.m_section_menu, .upper_wrapper .sale_info_switch  {
    display: none;
}

.m_menu_icon_wrapper {
    display: none;
}

/*#nav-content li:not(.small) + .small {*/
/*    margin-top: auto;*/
/*}*/

/*.small {*/
/*    display: flex;*/
/*    align-self: center;*/
/*}*/

/*.small a {*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    color: #888;*/
/*}*/
/*.small a + a {*/
/*    margin-left: 15px;*/
/*}*/

#nav-container .menu_switch.active ~ #nav-content {
    /*#nav-container:focus-within #nav-content {*/
    transform: none;
    width: 90%;
    max-width: 350px;
    z-index: 50;
}

#nav-content .LBClose {
    filter: brightness(0);
    top: 60px;
    right: 30px;
}

.menu-header {
    margin-bottom: 40px;
    font-size: 16px;
}

.menu-group:not(:last-child) {
    margin-bottom: 40px;
}

.menu-sub-header:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.menu-sub-header {
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 13px;
}

li.menu-item:not(:last-child) {
    margin-bottom: 15px;
}

.btn_register {
    position: absolute;
    right: 0;
    top: 25px;
    /* bottom: 0; */
    /* margin: auto 0; */
    /* padding: 10px; */
    /* background-color: #2d83cb; */
    display: inline-block;
    z-index: 50;
    visibility: visible;
    /* border-radius: 6px; */
    padding
    FONT-VARIANT: JIS04;
    padding: 0 15px;
} 

.btn_register a {
    color: #Fff;
    text-dexoration: none;
    padding: 10px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 13px 8px 42px;
    background-image: url(./../images/btn_register.svg);
    background-repeat: no-repeat;
    background-position: 14px 6px;
    background-size: 15px;
    letter-spacing: 4px;
    background-color: #2d83cb;
    border-radius: 6px;
}

.btn_register:before {
    content: '';
    width: 1px;
    height: 16px;
    left: 0px;
    top: 7px;
    bottom: 0;
    background-color: #868686;
    position: absolute;
}

.btn_register:after {
    content: '';
    width: 1px;
    height: 16px;
    right: 0px;
    top: 7px;
    bottom: 0;
    background-color: #868686;
    position: absolute;
}

.menu_icon_wrapper {
    display: flex;
    flex-direction: row;
    margin-left: 20px;
    align-items: center;
    z-index: 50;
}

.menu_icon{
    cursor: pointer;
    width: 20px;
    position: relative;
    height: 16px;
    display: flex;
    align-items: center;
}

.menu_icon.icon_vr_tour{
    width: 27px;
}

.menu_icon:not(:last-child) {
    margin-right: 20px;
}

.menu_icon img{
    width: 100%;
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* margin: auto; */
}

.btnMute.muted > img {
    display: none;
}

.section_menu {
    display: grid;
    /* grid-template-columns: repeat(5, 1fr); */
    /* grid-template-rows: repeat(8, 5vw); */
    /* grid-gap: 5%; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.section_menu_container {
    position: absolute;
    width: 95%;
    /* max-width: 1400px; */
    margin: 0 auto;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 0 40px;
}

.section_href img {
    /* width: 100%; */
    height: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.section_href {
    position: relative;
    /* width: 100%; */
    /* display: flex; */
    height: 10px;
    margin-bottom: 30px;
    margin: 0 10px 30px;
    cursor: pointer;
}

body.show header {
    top: 0;
    transition: top 0.2s ease-in-out;
    z-index: 100;
    position: fixed;
}

body.show .menu_switch {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
}

body.show #nav-container {
    top: 0;
    right: 0;
    position: fixed;
}

@media (max-width: 1024px) {
    .section_menu {
        align-items: center;
        justify-content: space-around;
    }

    .section_href {
        height: 8px;
        margin: 0 7px 30px;
    }
    
    .section_menu_container {
        width: 100%;
        /* align-items: center; */
        /* justify-content: center; */
        margin-top: 10px;
    }
}

@media (max-width: 880px) {
    header {
        height: 110px;
        align-items: flex-start;
        width: calc(100% - 40px);
    }
    
    #langWrapper {
        line-height: 16px;
    }

    ul#langList {
        line-height: 30px;
        margin-top: 11px;
        width: 30px;
       /* background: #FFF;*/
        padding: 0 3.5px;
        margin-left: -5px;
        text-align: center;
    }
    
    .btn_register {
        top: 50px;
        right: 0;
        padding-right: 0;
    }
    
    .menu_switch {
        height: 60px;
    }
    .btn_register:before, .btn_register:after{
        display: none;
    }
}

@media (max-width: 768px) {
    header {
        padding: 15px 20px;
        height: 45px;
        width: 100%;
        background-color: #FFF;
    }

    header.btnr {
        height: 95px;
    }

    .menu_switch {
        height: 45px;
        margin-right: 20px;
        width: 20px;
    }


    .btn_register{
        display: none;
    }
    
    .m_section_menu .btn_register {
        /* top: 10px; */
        /* right: 20px; */
        position: relative;
        top: initial;
        display: inline-block;
        padding-left: 0;
        width: auto;
        left: 0;
        transform: none;
    }

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

    .m_menu_icon_wrapper .menu_icon_wrapper{
        display: flex;
        margin-left: 0;
    }
    
    .section_menu_container {
        padding: 0;
        display: none;

    }
    
    .section_menu_container.m_section_list {
        display: block;
        position: relative;
        top: initial;
        margin-bottom: 50px;
    }

    #nav-content{
        /* padding-top: 59px; */
        /* padding-left: 15px; */
        z-index: 100;
    }

    #nav-container {
        /* z-index: 250; */
    }
    
    #nav-container .upper_wrapper .menu-header {
        margin-bottom: 0;
        position: relative;
        /* padding-right: 40px; */
        display: flex;
        align-items: center;
        line-height: 20px;
        justify-content: center;
        cursor: pointer;
    }

    #nav-container .upper_wrapper .menu-header.active .switch_sign:after{
        transform: rotate(0);
    }

    #nav-container .upper_wrapper .menu-header label {
        display: block;
        margin-right: 10px;
        font-size: 17px;
    }
    
    #nav-container .upper_wrapper {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .m_section_menu {
        display: block;
    }
    
    #nav-container .inner_wrapper .sale_info_items {
        display: none;
    }
    
    .section_href {
        width: auto;
        max-width: 100%;
        height: 15px;
        position: relative;
        margin-bottom: 30px;
        margin: 0 0 30px;
    }
    
    .section_menu_container.m_section_list .section_menu {
        flex-direction: column;
        align-items: baseline;
    }

    .switch_sign {
        position: relative;
        margin-left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
/*         background-color: yellow; */
        width: 16px;
        height: 16px;
    }
    
    .switch_sign:before, .switch_sign:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 16px;
        height: 1px;
        transform-origin: center;
        transition: all 0.5s ease;
        background-color: #333;
    }
    
    .switch_sign:after {
        transform: rotate(90deg);
    }

    .switch_sign {
        position: relative;
        margin-left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        /* background-color: yellow; */
        width: 16px;
        height: 16px;
    }
    
    .switch_sign:before, .switch_sign:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 14px;
        height: 1px;
        transform-origin: center;
        transition: all 0.5s ease;
        background-color: #333;
    }
    
    .switch_sign:after {
        transform: rotate(90deg);
    }
}

@media (max-width: 500px) {
    .btn_register a{
        letter-spacing: 2px;
    }

    .menu_icon_wrapper {
        margin-left: 12px;
    }
    
    .menu_icon:not(:last-child){
        margin-right: 20px;
        width: 23px;
    }
    
    .btn_register {
        /* top: 10px; */
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        /* display: inline-table; */
        white-space: nowrap;
        padding-left: 0;
    }
}

@media (max-width: 400px) {
    #nav-container .menu_switch.active ~ #nav-content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 320px;
    }
}