/* カスタマイズ用CSS */
/* TOPページ---------------------- */
.ec-layoutRole{
    background: #fff;
}
.ec-headerRole,.ec-itemNav,.ec-categoryNaviRole,.ec-layoutRole__mainBottom {
    background: #fff;
}
.ec-itemNav__nav {
    padding: 1rem 8rem 1rem;
}
.ec-itemNav__nav li {
    border: 5px solid #eee;
    margin: 2px;
}
.ec-grid3 {
    justify-content: center;
}
.ec-headerRole,.ec-categoryNaviRole {
    max-width: 1150px;
}
.main_visual_custom{
    display: block;
    background: #fff;
}
/* .main_visual_custom .item{
    margin: 5rem 22rem;
} */
.ec-newItemRole .ec-newItemRole__list {
    justify-content: center;
}
.ec-newItemRole .ec-newItemRole__listItem {
    width: 21%;
}
/* マイページとカートロゴ色指定 */
.ec-headerNav .ec-headerNav__itemIcon {
    color: black;
}
.ec-cartNavi {
    color: black;
}
@media (max-width:769px) {
    .main_visual_custom img{
        width: 100%;
    }
    .ec-newItemRole .ec-newItemRole__listItem {
        width: 48%;
    }
    .ec-itemNav__nav {
        padding: 0 0;
    }
    .ec-itemNav__nav li {
        border: none;
        margin: 0;
    }
    .ec-blockBtn--action[disabled] {
        font-size: 0.6rem;
    }
    /* .main_visual_custom .item{
        margin: 4rem 4rem;
    } */
}
/* ヘッダーロゴ---------------------- */
.ec-headerTitle .ec-headerTitle__title a {
    color: #65aadd;
    font-family: "游明朝体", "游明朝", "Times New Roman", serif;
}
/* フッター---------------------- */
/*.ec-footerRole {
    border-top: 1px solid #dcc4c9;
    background: #dcc4c9;
}*/
.ec-footerRole {
    border-top: 1px solid #65aadd;
    background: #65aadd;
}
/* 商品一覧ページ---------------------- */
.ec-layoutRole .ec-layoutRole__main {
    background: #fff;
}
.ec-blockBtn--action {
    margin-bottom: 30px;
}
/* 購入手続きページ---------------------- */
.ec-cartRole,.ec-orderRole {
    padding-bottom: 3rem;
}
.ec-totalBox .ec-totalBox__taxRate{
        display: none;
}