/* カスタマイズ用CSS */
@media only screen and (min-width: 768px){
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 22px;}
    .ec-footerRole .ec-footerRole__inner img {
    width: 20%;}
    .ec-categoryRole .ec-categoryRole__list {
    justify-content: center;
}}
    
    .ec-footerRole {
        background: #B46B55;}
        
        .fa-shopping-cart:before {
    content: "\f07a";
    color: #E26E34;
}

.fa-lock:before {
    content: "\f023";
    color: #E26E34;
}

.fa-heart:before {
    content: "\f004";
    color: #E26E34;
}

.fa-user:before {
    content: "\f007";
    color: #E26E34;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #E26E34;
}

body {
    font-family:"ten-mincho", serif;
    }
    
.ec-inlineBtn--top{
    background-color:#E26E34;
    border-color:#E26E34;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
    background: #E26E34;}
    
    .ec-blockBtn--top {
    background-color:  #E26E34;
    border-color:  #E26E34;
}