/* CSS Document */
/* header
-----------------------------------*/
header .header_logo {
    width: 194px;
}
header {
    background: #000;
    height: 91px;
    display: flex;
    position: relative;
    color: #fff;
}
header .logo a {
    display: inherit;
}
header .logo {
    background: #000;
    width: 303px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 91px;
    padding: 40px;
}
header .logo img {
    width: 234px;
}
header nav {
    display: flex;
}
.current::after {
    content: '';
    background: #c4970a;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: -7px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
}
.headsns ul, nav ul {
    display: flex;
    align-items: center;
}
.headsns {
    display: flex;
    margin-left: auto;
    align-items: flex-end;
    padding: 7px 0;
}
.headsns p {
    font-weight: bold;
    font-size: 1.3rem;
    color: #fff;
    position: relative;
    top: -4px;
}
.headsns li:last-child {
    margin-right: 13px;
}
.headsns li {
    margin-left: 13px;
}
.headsns ul li:nth-child(1) .iconsize1 {
    font-size: 35px;
}
.headsns ul li:nth-child(2) .iconsize2 {
    font-size: 32px;
}
.headsns ul li:nth-child(3) .iconsize3 {
    font-size: 32px;
}
header nav {
    margin-left: 6%;
    width: 100%;
}
nav ul {}
nav > ul > li a {
    color: #d7a50e;
}
nav > ul > li {
    font-size: 2rem;
    margin-right: 17%;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1.1px;
    margin-top: 0px;
    position: relative;
}
nav ul li small {
    display: block;
    text-align: center;
    font-weight: normal;
    color: #fff;
}
.btn-trigger {
    transition: all .4s ease-out;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 34px;
    height: 28px;
    transform: translateY(-50%);
    cursor: pointer;
}
.btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #383838;
    border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}
/*
.btn-trigger span:nth-of-type(1) {
    top: 0;
    animation: slide_line 3s ease-in-out 0s infinite;
}
.btn-trigger span:nth-of-type(2) {
    top: 12px;
    animation: slide_line 3s ease-in-out .15s infinite;
}
.btn-trigger span:nth-of-type(3) {
    animation: slide_line 3s ease-in-out .3s infinite;
    bottom: 0;
}
*/
.btn-trigger.active span:nth-of-type(1), .btn-trigger.active span:nth-of-type(2), .btn-trigger.active span:nth-of-type(3) {
    animation: none;
}
@keyframes slide_line {
    0% {
        left: -100%;
        opacity: 0
    }
    15% {
        left: 0;
        opacity: 1
    }
    85% {
        left: 0;
        opacity: 1
    }
    100% {
        left: 100%;
        opacity: 0
    }
}
#btn.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
}
#btn.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-btn-bar02 .8s forwards;
}
@keyframes active-btn-bar02 {
    100% {
        height: 0;
    }
}
#btn.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
}
html.is-fixed, html.is-fixed body {
    height: 100%;
    overflow: hidden;
}
.btn-triggerblock {
    background: transparent;
    width: 82px;
    height: auto;
    display: block;
    position: relative;
    z-index: 3;
    margin-left: auto;
}
.bgw {
    background: #fff;
    overflow: visible;
    top: 0;
    position: sticky;
    padding: 10px 0;
}
header {
    background: #fff;
    height: 67px;
    display: flex;
    margin: 0 5px 0 20px;
    align-items: center;
}
header .logo {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 67px;
    padding: 0 0 0 4%;
}
header .logo img {
    width: 166px;
}
.current::after {
    content: none;
    background: #000;
    height: 3px;
    width: 100%;
    display: block;
    position: relative;
    bottom: -5px;
}
.bgw {
    z-index: 2;
}
header nav {
    padding: 0;
    margin-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #06499e;
    z-index: 2;
    overflow-y: scroll;
    flex-direction: column;
    justify-content: flex-start;
    margin: auto;
/*    animation: gradient 15s ease infinite;*/
    background-size: 400% 400%;
    transform: translate3d(100%, 0, 0);
    transition: transform .2s;
    height: 100%;
    padding-top: 8%;
}
header nav.active {
    transform: translate3d(80%, 0, 0);
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
header nav > ul {
    flex-direction: column;
    width: 20%;
    align-items: flex-end;
    
}
header nav ul li {
    margin: 20px;
}
header nav ul li a {
    font-size: 20px;
    color: white;
}
.headsns p {
    display: none;
}
.headsns {
    display: flex;
    padding: 7px 0;
    color: #fff;
    justify-content: center;
    margin: 0 auto;
}
.btn-trigger {
    top: 15px;
    width: 45px;
    height: 27px;
    cursor: pointer;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
}
.btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000000;
    border-radius: 0px;
}
.btn-trigger p {
    position: absolute;
    bottom: -25px;
    font-size: 1.4rem;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    margin: auto;
    font-family: 'Kiwi Maru', serif;
    font-style: italic;
}
.btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
    top: 0;
}
.btn-trigger span:nth-of-type(2) {
    top: 11px;
}
.btn-trigger span:nth-of-type(3) {
    bottom: 0;
    width: 22px;
}
#btn.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    background: #fff;
}
#btn.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-btn-bar02 .8s forwards;
}
#btn.active p {
    position: absolute;
    bottom: -25px;
    font-size: 1.4rem;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    margin: auto;
}
@keyframes active-btn-bar02 {
    100% {
        height: 0;
    }
}
#btn.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
    width: 100%;
    background: #fff;
}
@media (max-width: 768px) {
    header {
        background: #fff;
        height: 67px;
        display: flex;
        margin: 0 0px 0 15px;
        align-items: center;
    }
    header .header_logo {
        width: 144px;
    }
   header nav > ul {
    flex-direction: column;
    width: 100%;
    align-items: center;
}
    header nav {
    padding: 0;
    margin-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    overflow-y: scroll;
    flex-direction: column;
    margin: auto;
    background-size: 400% 400%;
    transform: translate3d(100%, 0, 0);
    transition: transform .6s;
    height: 100%;
    padding-top: 38%;
}
header nav.active {
    transform: translate3d(0, 0, 0);
}
}