@charset "utf-8";
/*----------------------------------------------------

gNav

----------------------------------------------------*/
.gnav_wrap{
    padding:50px 0 30px;
}
.gnav {
    font-weight: bold;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    position: static;
}
.gnav li{
    font-size: 0;
}
.gnav > li + li:before{
    content: "|";
    font-size: 1.4rem;
    font-weight: 100;
    color: #999;
}
.gnav li a {
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
    padding: 0 1.6rem;
    letter-spacing: 0.2rem;
}
.gnav li a.hover{
    border-bottom: 1px solid #000;
}
.gnav li a:visited{
    /*color: #ccc;*/
}
.gnav li.is--current{
    display: none;
}

.gnav_wrap.is--front{
    padding: 0;
}
.gnav_wrap.is--front .gnav {
    position: static;
}
.gnav_wrap.is--front .gnav li a{
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: inline-block;
}
.gnav_wrap.is--front .gnav li a.hover{
    border-bottom: none;
}
.gnav_wrap.is--front .gnav li a.hover{
    background: #baa176;
    color: #000;
}
.gnav_wrap.is--front .gnav .bnr_online:before{
    display: none;

}
.gnav_wrap.is--front .gnav .bnr_online{
    overflow: hidden;
    height: 68px;
}
.gnav_wrap.is--front .gnav .bnr_online a{
    padding-top: 12px;
    padding-bottom: 12px;
}
.gnav_wrap.is--front .bnr_online img {
    height: 44px;
    line-height: 0;
}

.gnav li.idle a{
    color: #ccc;
}
.gnav li.idle a.hover{
    border-bottom: none;
}
.bg--dark .gnav li.idle a{
    color: #333;
}

.gnav_wrap.is--front .gnav li.idle a{
    color: #454545;
}
.gnav_wrap.is--front .gnav li.idle a.hover{
    background: #000;
    color: #454545;
}
.gnav_wrap.is--front .gnav li.idle.bnr_online a{
    opacity: 0.5;
}



/*----------------------------------------------------

nav sns

----------------------------------------------------*/
.nav_sns{
    position: fixed;
    right: 0;
    top: 50px;
}
.nav_sns li{
    margin-bottom: 2px;
}
.nav_sns a{
    display: block;
    width: 36px;
    height: 36px;
    padding-top: 7px;
    background: #9c762b;
    text-align: center;
    margin-bottom: 6px;
}
.home .nav_sns a{
    /*border: 1px solid transparent;*/
}
.nav_sns a.hover{
    background: #333;
}
.nav_sns img{
    width: 20px;
    text-align: center;
}
.nav_sns.is--front{
    /*left: 0;*/
}
.nav_sns.is--front a{
    background: #000;
}

/*----------------------------------------------------

nav sp

----------------------------------------------------*/
.nav-toggle span:before, .nav-toggle span:after {
    background: #e0e0dc;
}
.nav-toggle span {
    background: #e0e0dc;
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    background: #e0e0dc;
}
.nav-toggle.active span{
    background: transparent;
}
/*----------------------
sp overlay
-----------------------*/
.overlay {
    background-color: #000;
    color: #000;
    border-left: 1px solid #545454;
    z-index:1000;
}
.overlay ul{
    border-top: 1px solid #545454;
    border-bottom: 1px solid #545454;
}
.overlay ul li + li{
    border-top: 1px solid #545454;
}
.overlay ul li a {
    color: #e0e0dc;
    font-size: 1.4rem;
}
.overlay ul li a.hover,
.overlay ul li a:focus {
    color: #545454;
}
.overlay-navigation.open nav ul li {
    color: #fff;
}
.navicon-wrap{
    display: none;
}
.navicon-fixed p {
    margin: -3px 0 0 45px;
}

.navicon-fixed {
    position: fixed;
    top: 30px;
    right: 70px;
}
.navicon-fixed a{
    text-decoration: none;
}
.nav_ttl{
    margin-top: 20px;
    font-size: 10px;
    margin-left: -7px;
    background: #000;
    width: 39px;
    text-align: center;
    line-height: 1.4;
    padding-top: 2px;
    font-weight: bold;
    color: #ededed;
    letter-spacing: -0rem;
}
.nav_ttl:hover{
    text-decoration: none;
}
.nav-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 39px;
    height: 25px;
    padding-left: 7px;
    cursor: pointer;
    background: #000;
    /* border: 1px solid #444; */
}
.nav-toggle.active{
    background: transparent;
    border: transparent;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    cursor: pointer;
    top: calc(50% - 2px);
}
.nav-toggle span:before {
    top: calc(50% - 6px);
}
.nav-toggle span:after {
    top: calc(50% + 4px);
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

/*----------------------------------------------------

Overlay

----------------------------------------------------*/
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    /*display: none;*/
}
.overlay nav {
    position: relative;
    top: 40%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay ul {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.overlay ul li {
    display: block;
}
.overlay ul li:last-child {
    margin-bottom: 0px
}
.overlay a {
    display: block;
    width: 100%;
    padding: 7px 7px 7px 30px;
    text-transform: uppercase;
}
.overlay a.hover,
.overlay a:focus {
    text-decoration: none;
    background: #fff;
}
.overlay .idle a{
    background: none;
    color:#666;
}
.overlay-navigation{
    visibility: hidden;
    opacity: 0;
}
.overlay-navigation.open {
    visibility: visible;
    opacity: 1;
}
.overlay-navigation nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
}
.overlay-navigation.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}