/* カスタマイズ用CSS */
.ec-headerTitle .ec-headerTitle__title a{
    color: #683716;
}
.ec-headerNav .ec-headerNav__itemIcon{
    color: #d5ac6e;
}
.ec-cartNavi .ec-cartNavi__icon{
    color: #d5ac6e;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
    background: #d5ac6e;
}
.ec-blockBtn--top{
    background-color: #6e2f17;
    border-color: #6e2f17;
}
.ec-blockBtn--top:hover{
    background-color: #a27a41;
    border-color: #6e2f17;
}
.ec-newsRole .ec-newsRole__newsCloseBtn{
    background: #d5ac6e;
}
.ec-footerRole{
    background: #f7f3e4;
    border-top: 1px solid #7d5a24;
}
.ec-headerNavSP{
    background: #d5ac6e;
    color: white;
}
.ec-drawerRole{
    background: #ffe8e8;
}
.ec-drawerRole .ec-headerLinkArea{
    background: #d5ac6e;
}
.ec-footerNavi .ec-footerNavi__link a{
    border-bottom: 1px solid #ffffff;
    color: black;
}
.ec-footerTitle .ec-footerTitle__copyright{
    color: black;
}
@media screen and (min-width:768px) {
    .ec-footerNavi .ec-footerNavi__link a{
        border:0px;
    }
    .ec-footerRole .ec-footerRole__inner a img {
        max-width: 356px;
    }
    .sp{
        display: none !important;
    }
}
@media screen and (max-width:767px) {
    .pc{
        display: none !important;
    }
    .ec-footerTitle .ec-footerTitle__logo img {
        width: 94%;
        max-width: 400px;
    }
}