@charset "UTF-8";
/* ヘッダーメニュー */
#detail .header .header_inner {
    max-width: none;
}
#detail .header .headr-btn span {
    background-color: #000;
}
#detail .header .headr-btn.active span:nth-of-type(1),
#detail .header .headr-btn.active span:nth-of-type(2),
#detail .header .headr-btn.active span:nth-of-type(3) {
    background: #C19418;
}
#detail .header .g-nav {
    z-index: 1999;
}