html, body {
    font-family: "NotoSans JP";
    max-width: 1920px;
    margin: auto;
}
#header .header-body .header-container {
    max-width: 1920px;
    width: 100%;
    margin-left: 0;
}
#header .header-container {
    min-width: 1400px;
}
#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: white;
    font-family: "Hiragino6";
    text-transform: unset;
}
#header.header-effect-shrink {
    margin-bottom: 4px;
}
.btn-header-auth {
    color: white;
    font-size: 18px;
    margin-left: 20px;
    width: 200px;
}
.btn-header-login {
    background: #e9b225;
}
.btn-header-logout {
    background: #e9b225;
    color: white;
}
.btn-header-register {
    color: white;
    background: rgb(239, 53, 53);
}
.language-switcher .fa-chevron-down {
	display: none;
}
.language-switcher .dropdown-menu {
	min-width: auto;
}
.language-switcher button {
    background: transparent;
    color: black;
    padding: 0.45rem 8px;
}
.point-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: white;
    margin-right: 10px;
    font-weight: bold;

    & > div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0 10px;
        border: 1px solid #B10009;
        border-radius: 20px;
    }
    .arrows-point {
        font-size: 16px;
        color: #F2310C;
        border-right: 1px solid #B10009;
        padding: 5px 3px 5px 10px;
    }
    .golden-point {
        font-size: 16px;
        color: black;
        padding: 5px 3px 5px 10px;
    }
}
#mainNav .currency-item {
    display: none;
}
@media screen and (max-width: 1440px) {
    #header .header-container {
        min-width: 100%;
    }
    .btn-header-auth {
        font-size: 12px;
        width: 100px;
        padding: 4px;
    }
    .header-nav .nav {
        flex-wrap: nowrap;
    }
    .language-switcher button {
        font-size: 12px;
    }
    .btn-header-logout {
        font-size: 10px;
    }
    .point-container {
        & > div {
            display: flex;
            flex-direction: column;
            border-radius: 12px;
            padding: 0;
            min-width: 100px;
        }

        .arrows-point {
            border-bottom: 1px solid #B10009;
            border-right: none;
            padding: 4px;
            width: 100%;
            text-align: right;
            font-size: 14px;
            line-height: 20px;
        }
        .golden-point {
            padding: 4px;
            width: 100%;
            text-align: right;
            font-size: 14px;
            line-height: 20px;
        }
    }

    .language-switcher button {
        font-size: 12px;
        padding: 4px;
    }
}
@media screen and (max-width: 991px) {
    #header.header-effect-shrink {
        /* height: 80px; */
    }
    #header .header-body .header-container {
        min-height: auto;
    }
    #header .header-container {
        min-width: 100%;
    }
    .language-switcher button {
        background: transparent;
        color: black;
    }
    #header .header-nav-main nav > ul {
        padding: 0;
    }
    #header .header-nav-main nav > ul li {
        padding: 16px 0;
    }
    #header .header-logo img {
        width: 300px;
    }
    #header .header-nav {
        padding: 0;
    }
    #header .header-btn-collapse-nav {
        background: transparent;
        color: #707070;
        font-size: 24px;
        padding: 0;
    }

    .nav .toggle-content {
        padding-left: 10px;
        margin-top: 10px;
    }
    .nav .toggle-content .submenu {
        padding: 0 !important;
        border-bottom: 0 !important;
    }
    .nav .toggle-content .submenu > a {
        color: white;
        font-family: "Hiragino6";
    }
    .btn-header-logout {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .btn-header-login {
        padding: 4px 20px;
    }
    #header .header-logo img {
        width: 200px;
    }

}
@media screen and (max-width: 575px) {
    .auth-btn-group {
        display: flex;
        align-items: center;
    }

    .point-container {
        margin-top: 4px;
    }

    .btn-header-auth {
        width: 80px !important;
        border-radius: 0 !important;
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 24px !important;
        padding: 4px !important;
        font-size: 12px;
        margin-left: 0;
    }

}
