
p.bnr_shopl img {
    width: 100%;
}

@media screen and (min-width: 769px){
    #menus{
        position: initial;
        width: 200px;
        float:left;
        margin-right: 15px;
        margin-bottom: 20px;
        display: block;
    }
    #pc-logo{
        position: relative;
    }
    .hm_btn{
        display:none;
    }
    .hm_menu_close{
        display:none;
    }
}

@media screen and (max-width: 768px){
    #menus{
        width: 85%;
        left: -85%;
        margin-bottom: 20px;
        background: #F5E9D0;
    }
    #pc-logo{
        display: none;
    }
}

.head-nav-inner{
    border-bottom: none;
    height: 0px;
}

.s_menu ul {
    margin-bottom: 20px;
}

.s_menu li {
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding: 0;
    background: #fff;
}

label.a_tit {
    background: #eee;
}

label.c_tit {
    background: #eee;
}
label.pop_tit {
    background: #eee;
}
label.pro_tit {
    background: #eee;
}

a.ttl {
    font-size: 15px;
    color: #fff !important;
}

ul.popular li:last-child {
    border-bottom: none;
}

ul.product li:last-child {
    border-bottom: none;
}

.a_border{
}

.f_border{
}

.pop_border{
}

.pro_border{
}


li.member_login {
    padding: 10px;
}

.s_menu li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: #333;
    text-decoration: none;
}

.s_menu li a:hover {
    color: #ff9900;
}

.notice img {
    box-sizing: border-box;
    width: 100%;
    display: block;
    border: 1px solid #fff;
}

.s_menu {
    width: 100%;
}

.s_menu input {
    display: none;
}

.s_menu label{
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    padding: 10px 0 5px 10px;
    color: #333;
    display: block;
    border-radius: 3px 3px 0 0;
    border-left: #ffcc00 5px solid;
}

li.andmore {
    padding: 7px 5px 15px 5px;
    height: 30px;
}

li.andmore a {
    display: block;
    color: #FF9900;
    border: 1px solid #FF9900;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}


.s_menu .notice a {
    box-sizing:border-box;
    margin:5px 0 0 0;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
}

@media screen and (max-width: 768px){
    .s_menu li.andmore {
        padding:0;
    }

    .account, .featured ,
    .popular , .product {
        border:0px;
        margin:0px;
    }

    .featured li a {
        color: #333;
        font-weight:normal;
    }

    .s_menu {
        width: 100% !important;
    }

    .s_menu ul {
        margin:0;
    }

    .s_menu label {
        cursor :pointer;
        display: block;
        text-decoration: none;
        color: #fff;
        line-height: 1;
        position: relative;
        height: 30px;
        padding: 15px 0px 0px 12px;
        font-weight: bold !important;
        background: #FF9900;
        border-bottom:1px #fff solid;
        border-left: none;
    }

    .s_menu .notice {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    }

    .s_menu .notice a {
    	box-sizing:border-box;
        width: calc(50% - 4px);
    }

    ul.account li, ul.featured li,
    ul.popular li, ul.product li {
        border: none;
    }

    .a_border, .f_border,
    .pop_border, .pro_border {
        margin:0;
        border:none;
    }

    .s_menu li {
        max-height: 0 !important;
        overflow-y: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 0px;
        border: 0;
        font-size: 13px;
    }

    .s_menu ul li::before {
        display: none;
    }

    #s_menu_bar01:checked ~ .account li.member_login {
        padding: 10px;
    }

    #s_menu_bar01:checked ~ .account li,
    #s_menu_bar02:checked ~ .featured li,
    #s_menu_bar03:checked ~ .popular li,
    #s_menu_bar04:checked ~ .product li,
    #s_menu_bar05:checked ~ .infomation li {
        max-height: 75px !important;
        opacity: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

    #s_menu_bar03:checked ~ .popular li.andmore,
    #s_menu_bar04:checked ~ .product li.andmore {
        padding: 7px 5px 15px 5px;
    }

    .s_menu label:after{
        content:"";
        display:block;
        width:8px;
        height:8px;
        border-top: #333 2px solid;
        border-right: #333 2px solid;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        position:absolute;
        right: 2%;
        top: 0;
        bottom: 15%;
        margin:auto;
    }

    .s_menu input[type=checkbox]:checked + label:after{
        content:"";
        display:block;
        width:8px;
        height:8px;
        border-top: #fff 2px solid;
        border-right: #fff 2px solid;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position:absolute;
        right: 2%;
        top: 7%;
        bottom: 0;
        margin:auto;
    }

}

#ecmenu{
    display:flex;
    position: relative;
    margin: 0 10px;
}

@media screen and (max-width: 768px){
    #ecmenu {
        background: #fff;
        z-index: 120;
        max-width: 200px;
    }
}

@media screen and (min-width: 769px){
    #acMenu dt,#acMenu dd {
        display: none !important;
    }
    .sp-logo {
        display: none;
    }
}

#header_category_btn_category a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #ff9900;
    color: white;
    padding: 5px;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.2;
    cursor: pointer;
}

@media screen and (max-width: 768px){
    #header_category_btn_category a {
        font-size: 11px;
        padding: 5px;
    }
}

#item_search {
    /* border: 1px solid #ccc; */
    text-align: left;
    padding: 0px 0px 10px 0px;
    vertical-align: bottom;
}

#item_search select {
    width: 100%;
}

.searchbox {
    position: relative;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.p_key {
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    padding: 0px 30px 0px 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px){
    .p_key {
    display: none;
    }
}

form#searchform {
    display: flex;
    flex-grow: 1;
    width: calc(50%);
    max-width: 500px;
    margin-right: 10px;
}

@media screen and (max-width: 768px){
    form#searchform {
        margin-right: 5px;
    }
}

p#b_csr {
    position: relative;
    right: 0px;
    height:100%;
}

#item_sf {
    margin: 0 20%;
    padding:1em;
    position: absolute;
    top:100%;
        right: 0;
        left: 0;
    background:#fff;
    border:1px #999 solid;
    z-index:100;
    display: flex;
}

#btn_search_advanced input{
    height: 100%;
    border-radius: 20px;
    padding: 15px;
    cursor:pointer;
}
/**/
@media screen and (max-width: 768px){
    .searchbox {
        width: calc(100%);
    }

    #item_sf {
        margin: 0;
    }

    #sns_side{
        display:flex;padding:10px;
    }
}

.imgborder1{
    border:1px solid #fff;
    display:block;
}
#freespace6{
    margin: 10px 0;
}
#freespace6 div{
    border:1px solid #ccc;
    margin: 3px 0;
}

@media screen and (max-width: 768px){
    #freespace6{
        margin: 3px;
        display: flex;
        flex-flow: wrap;
    }
    #freespace6 div{
        margin:3px;
        width:calc(50% - 6px);
    }

    #header_category_btn_category {
        justify-content: left;
    }
}

/* バナーのマウスオーバー */
div.item-box6:hover a img {
    opacity: 0.6;
    transition-duration: 0.3s;
  }

.p-searchform__text {
    font-family: 'Noto Sans Japanese', sans-serif;
    background: #fff;
    -ms-flex-positive: 10;
    border: 1px solid #505050;
    border-radius: 3px 0 0 3px;
    padding-left: 0.5em;
    flex-grow: 1;
    box-sizing: border-box;
    min-width: 20px;
}

.p-searchform__submit {
    font-family: 'Noto Sans Japanese', sans-serif;
    background: #505050;
    color: #fff;
    font-size: 1em;
    border: 1px solid #505050;
    border-radius: 0 3px 3px 0;
    min-width: 10%;
    height: 100%;
    cursor:pointer;
    box-sizing: border-box;
}

#header_category_btn_category {
    justify-content: left;
}

@media screen and (max-width: 768px){
    #header_category_btn_category {
    }
}

#important_area {
    width: 100%;
    margin: 0 0 10px 0;
}

#important_area ul li{
    box-sizing: border-box;
    display: flex;
    width: 100%;
    padding-left: 5px;
    margin: 3px auto;
    font-size: 12px;
    border: 2px solid #eee;
    border-left: 3px solid #FFcc00;
    background-color: #ffffff;
    -webkit-border-radius: 20px 0 0 20px;
}

#important_area a{
    display: block;
    padding-left: 10px;
}

@media screen and (max-width: 768px){
    #important_area {
        margin: 10px 0;
    }

    #important_area ul li {
        flex-wrap: wrap;
    }
}


