@charset "UTF-8";
/* CSS Document */

#header-inner {
    width: 100%;
    margin: 0 auto 0px;
}

/*header1*/
div#header1{
    
}

div#header1 .floatL{
    width: 31%;
    display: block;
    margin: 45px auto;
}

div#header1 .floatL h1 {
    max-width: 360px;
}

div#header1 .floatL h1 a {
    display: block;
}

div#header1 .floatL h1 a img {
    vertical-align: bottom;
}

div#header1 .floatR{
    width: 69%;
    margin-top: 50px;
}

div#header1 .floatR ul {
    overflow: hidden;
    display: block;
    float: right;
}

div#header1 .floatR ul li{
    float: left;
}

div#header1 .floatR ul li:first-child{
    margin: 0 40px 0 0;
}

div#header1 .floatR ul li{
    margin: 3px 31px 0 0;
}

div#header1 .floatR ul li:last-child{
    margin-right: 0;
    margin-top: 10px;
}

div#header1 .floatR ul li #searchbox_wrap {
    overflow: hidden;
 }

div#header1 .floatR ul li #searchbox {
    line-height: 160%;
    font-size: 65%;
    color: #999;
    text-align:right;
    float: right;
    overflow: hidden;
}

div#header1 .floatR ul li #searchbox form {
    border: 1px solid #cecece;
    box-sizing: border-box;
    float: left;
    height: 33px;
    width: 280px;
}
div#header1 .floatR ul li #searchbox input.searchbox {
    border: none;
    box-sizing: border-box;
    float: left;
    height: 100%;
    padding: 0 0 0 5px;
    width: 236px;
}
div#header1 .floatR ul li #searchbox button.searchSubmit {
    border: 0;
    padding: 0;
}

div#header1 .floatR ul li.header-Icons{
    width: 117px;
}

div#header1 .floatR ul li.header-Icons a{
    transition: all 0.2s ease-out;
}

div#header1 .floatR ul li.header-Icons a:hover{
    transition: all 0.2s ease-out;
    opacity: 0.8;
}

/*header1*/

/*global navi1*/
.global-navi1 {
    background: #000;
    height: 50px;
}

.global-navi1 ul.G-nav{
    display: flex;
    justify-content: space-between;
}

.global-navi1 ul.G-nav li{
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.2s ease-out;
}

.global-navi1 ul.G-nav li a{
    width: 100%;
    display: block;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-family: "游明朝", YuMincho, "游明朝体", "Yu Mincho",  sans-serif;
    font-size: 18px;
}

.global-navi1 ul.G-nav li ul.G-nav-sub{
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 100%;
    z-index: 2; 
}

.global-navi1 ul.G-nav li:hover{
    background: #525252;
    transition: all 0.2s ease-out;
}

.global-navi1 ul.G-nav li:hover ul.G-nav-sub{
    visibility: visible;
    height: auto;
}

.global-navi1 ul.G-nav li ul.G-nav-sub li{
    background: #638293;
}

.global-navi1 ul.G-nav li ul.G-nav-sub li:hover{
    background: #435966;
    transition: all 0.2s ease-out;
}
/*global navi1*/

li.header-Icons_login img {
    vertical-align: middle;
    margin-right: 5px;
    width: 31px;
    height: 27px;
}

li.header-Icons_login a {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    color: #333;
    font-size: 12px;
}

li.header-Icons_cart a {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    color: #333;
    font-size: 12px;
}

li.header-Icons_cart img {
    vertical-align: middle;
    margin-right: 5px;
    width: 31px;
    height: 27px;
}

div#header1 .floatR ul li:nth-of-type(3) {
    margin-right: 0;
}

.pcheader-V {
    display: block;
}
.smpheader-V {
    display: none;
}

@media(max-width:1024px){
/*header1*/
    div#header1 .floatL h1 {
        max-width: 360px;
    }
/*header1*/
}

@media(max-width:960px){
    div#header1 .floatR ul {
        margin-top: 0;
    }

    div#header1 .floatL{
        width: 30%;
    }

    div#header1 .floatR ul li #searchbox_wrap {
        overflow: hidden;   
        margin-top: 0px;
    }
}

@media(max-width:768px){
/*header1*/
    div#header1{
        /*border-bottom: 2px solid #4f6a79;*/
        padding: 15px 20px;
    }
    div#header1 .floatL {
        width: 50%;
        margin: 0;
    }
    div#header1 .floatR {
        width: 50%;
    }
    div#header1 .floatR ul {
        margin-top: 0;
        margin-left: 0;
        margin-right: 61px;
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-end;
    }
    div#header1 .floatR ul li {
        margin: 8px 20px 0 0;
    }
    div#header1 .floatR ul li:last-child{
        margin-top: 0;
    }
    .pcheader-V {
        display: none;
    }
    .smpheader-V {
        display: block;
    }
    li.header-Icons_login img {
        width: 23px;
        height: 26px;
        margin: 0;
    }
    li.header-Icons_cart img {
        width: 25px;
        height: 26px;
        margin: 0;
    }
    li#header-nav-drawer {
        background: #FFF;
        border: none;
        border-radius: 0;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        margin: 0;
        padding: 0;
        position: fixed;
        white-space: nowrap;
        right: 18px;
        top: 18px;
        width: 39px;
        height: 40px;
        z-index: 150;
    }
    #header-nav-drawer span {
        display: block;
        position: absolute;
        top: 53%;
        left: 50%;
        width: 33px;
        height: 3px;
        margin: -3px 0 0 -17px;
        background: #000;
        transition: .2s;
    }
    #header-nav-drawer span::before, #header-nav-drawer span::after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 33px;
        height: 3px;
        background: #000;
        transition: .3s;
    }
    #header-nav-drawer span::before {
        margin-top: -12px;
    }
    #header-nav-drawer span::after {
        margin-top: 8px;
    }

/*header1*/

    div#header1 .floatR ul .header-Icons_cart {
    margin-right: 0;
    }
    div#header1 .floatR{
            margin: 0;
    }

    .global-navi1 {
        display: none;
    }
}

@media(max-width:640px){

}

@media(max-width:580px){
    .global-navi1 ul.G-nav li a {
        padding: 15px 0;
        font-size: 14px;
    }
}

@media(max-width:480px){
    div#header1 .floatR ul li {
        margin: 4px 20px 0 0;
    }
}
