
/*------------------------------------------------
 * #header
 *------------------------------------------------*/
#header {
    z-index: 99;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 980px;
    height: 86px;
    background: url(../images/common/bg_black.png) repeat-x bottom center;
    -webkit-text-size-adjust: 100%;
}
#header * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
#header .alt {
    display: none;
}

#header .logo {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -480px;
}
#header .logo a {
    display: block;
    width: 200px;
    height: 51px;
    background: url(../images/common/header_logo.jpg) no-repeat 0 0;
}

#header .menu {
    display: none;
}

#header .navi {
    position: absolute;
    bottom: 21px;
    right: 50%;
    margin-right: -480px;
}
#header .navi:after {
    content: "";
    display: block;
    clear: both;
}
#header .navi li {
    float: left;
    margin-left: 21px;
}
#header .navi li a {
    display: block;
    height: 13px;
    color: #fff;
    font-size: 13px;
    padding-left: 14px;
    background: url(../images/common/header_navi_arw.png) no-repeat center left;
    letter-spacing: 2px;
    text-decoration: none;
}
#header .navi li.navi0 {
    display: none;
}
/*
#header .navi li.navi1 a {
    width: 141px;
    background: url(../images/common/header_navi1.png) no-repeat 0 0;
}
#header .navi li.navi2 a {
    width: 69px;
    background: url(../images/common/header_navi2.png) no-repeat 0 0;
}
#header .navi li.navi3 a {
    width: 56px;
    background: url(../images/common/header_navi3.png) no-repeat 0 0;
}
#header .navi li.navi4 a {
    width: 82px;
    background: url(../images/common/header_navi4.png) no-repeat 0 0;
}
#header .navi li.navi5 a {
    width: 69px;
    background: url(../images/common/header_navi5.png) no-repeat 0 0;
}
#header .navi li.navi6 a {
    width: 69px;
    background: url(../images/common/header_navi6.png) no-repeat 0 0;
}
#header .navi li.navi7 a {
    width: 66px;
    background: url(../images/common/header_navi7.png) no-repeat 0 0;
}
*/

#header .link {
    position: absolute;
    bottom: 50px;
    right: 50%;
    margin-right: -480px;
}
#header .link:after {
    content: "";
    display: block;
    clear: both;
}
#header .link li {
    float: left;
    margin-left: 12px;
}
#header .link li a {
    display: block;
    height: 21px;
}
#header .link li.fb a {
    width: 21px;
    background: url(../images/common/header_link_fb.png) no-repeat 0 0;
}
#header .link li.en a {
    width: 80px;
    background: url(../images/common/header_link_en.png) no-repeat 0 0;
}
#header.fix .logo{
    bottom:10px;
}
#header.fix {
   position: fixed;
   height: 55px;
}
#header.fix .logo a, #header .logo.dummy {
   width: 133px;
   height: 35px;
   background: url(../images/common/header_logo_fix.jpg) no-repeat 0 0;
}
#header.fix .link {
   display: none;
}

/*-----------------------*//* PC */ @media screen and (min-width: 641px), print {
#header .scroller div {
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
}
/*-----------------------*//* PC */ }

/*-----------------------*//* SP */ @media screen and (max-width: 640px) {
#header {
    position: fixed;
    min-width: 320px;
    height: 45px;
    background: url(../images/common/bg_black.png) repeat-x top center;
    -webkit-background-size: 46px 54px;
    -moz-background-size: 46px 54px;
    -ms-background-size: 46px 54px;
    -o-background-size: 46px 54px;
    background-size: 46px 54px;
}

#header .logo {
    top: 7px;
    left: 15px;
    margin: 0px;
}
#header .logo a {
    width: 178px;
    height: 30px;
    background: url(../images/common/sp/header_logo.png) no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

#header .menu {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 18px;
    height: 15px;
    background: url(../images/common/sp/header_menu_open.png) no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

#header .navi {
    position: static;
    margin: 0px;
}
#header .navi li {
    float: none;
    margin: 0px;
    font-family: inherit!important;
}
#header .navi li a {
    width: auto!important;
    height: auto!important;
    background: inherit!important;
    padding: 20px 25px;
    border-bottom: 1px solid #d4bfa0;
    color: #1e1e1e;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
}
#header .navi li a span {
    display: block;
    padding-right: 10px;
    background: url(../images/common/sp/header_navi_arw.png) no-repeat center right;
    -webkit-background-size: 5px 9px;
    -moz-background-size: 5px 9px;
    -ms-background-size: 5px 9px;
    -o-background-size: 5px 9px;
    background-size: 5px 9px;
}
#header .navi li.navi0 {
    display: block;
}

#header .link {
    position: static;
    margin: 0 auto;
    padding: 23px 0px;
    text-align: center;
}
#header .link li {
    float: none;
    margin: 0px 10px;
    display: inline-block;
}
#header .link li.fb a {
    width: 32px;
    height: 32px;
    background: url(../images/common/sp/header_link_fb.png) no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#header .link li.tw {
    display: none;
}
#header .link li.en a {
    width: 98px;
    height: 32px;
    background: url(../images/common/sp/header_link_en.png) no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header .scroller {
    position: absolute;
    top: 45px;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    background: #f7f5f2;
}
#header.open .menu {
    background: url(../images/common/sp/header_menu_close.png) no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*-----------------------*//* SP */ }


/*------------------------------------------------
 * body#home #header
 *------------------------------------------------*/
body#home #header {
   background: none;
}
body#home #header .logo {
    top: 0px;
    bottom: auto;
    left: 50%;
    margin-left: -470px;
}
body#home #header .logo a {
    width: 164px;
    height: 146px;
    background: url(../images/home/header_logo.png) no-repeat 0 0;
}
/*-----------------------*//* SP */ @media screen and (max-width: 640px) {
body#home #header {
    background: url(../images/common/bg_black.png) repeat-x top center;
}
body#home #header .logo {
    top: -5px;
    bottom: auto;
    left: 3px;
    margin: 0px;
    z-index:1;
}
body#home #header .logo a {
    width: 75px;
    height: 72px;
    background: url(../images/home/header_logo_sp.png) no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
/*-----------------------*//* SP */ }
