/* カスタマイズ用CSS */

.ec-itemNav {
    height: auto !important;
}

/* カスタマイズ用CSS */
.ec-layoutRole__header {
    padding-bottom: 30px;
    background-color: #6E1F4F;
}
.ec-categoryNaviRole {
    display: block;
}
.ec-headerTitle img {
    width: auto;
}
.ec-headingTitle {
    margin: 30px 0 20px;
}
.collection_image img {
    max-width: 92% !important;
}
.ec-headerNaviRole {
    padding-bottom: 20px;
}
.ec-headerNaviRole .ec-headerNaviRole__nav a {
    color: #fff;
}
.ec-headerNav .ec-headerNav__itemIcon {
    color: #fff;
}
.ec-headerNav .ec-headerNav__itemLink {
    color: #fff;
}
.ec-headerRole {
    padding-top: 0;
}
@media screen and (max-width: 767px) {
    .ec-layoutRole__header {
        padding-bottom: 20px;
    }
    .ec-headerNaviRole {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .ec-headerTitle__title img {
        width: 200px;
    }
    .collection_name {
        padding: 0 15px;
        font-size: 24px;
    }
    .collection_image img {
        max-width: 92% !important;
    }
    .collection_description {
        padding-bottom: 20px;
    }
}
.ec-headerNaviRole .ec-headerNaviRole__nav {
    display: none;
}
.ec-layoutRole__mainBottom {
    display: none;
}
.ec-searchnavRole__topicpath {
    display: none;
}
.ec-searchnavRole .ec-searchnavRole__infos {
    margin-top: 5px;
}
.collection_category_name {
    margin-top: 40px;
    font-weight: bold;
    font-size: 26px;
}

.ec-categoryNaviRole {
    padding: 0;
    max-width: 100%;
}
.ec-itemNav__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    background-color: #fff;
}
.ec-itemNav__nav li {
    margin: 0 5px;
}
.ec-itemNav__nav li a {
    border-bottom: 1px solid #fff;
    font-size: 18px;
}
.ec-itemNav__nav li a:hover,
.ec-itemNav__nav li.active a {
    border-bottom: 1px solid #6E1F4F;
    color: #6E1F4F;
}
@media screen and (max-width: 767px) {
    .ec-itemNav__nav {
        margin-top: 0;
    }
    .ec-itemNav__nav li {
        flex: 0 0 50%;
        margin: 0;
    }
    .ec-itemNav__nav li:nth-child(2n+1) {
        margin-left: 0;
    }
    .ec-itemNav__nav li a {
        text-align: center;
        font-size: 16px;
    }
    .ec-searchnavRole .ec-searchnavRole__infos {
        padding-top: 20px;
        border-top: 1px solid #ccc;
    }
    .collection_category_name {
        margin-top: 40px;
        padding: 0 10px;
        font-size: 22px;
    }
    .ec-cartRole .ec-cartRole__actions {
        width: 100% !important;
    }
}

.ec-searchnavRole__actions {
    display: none
}
#page_dantai_login .ec-categoryNaviRole {
    display: none;   
}
#page_dantai_login .ec-layoutRole__header {
    padding-bottom: 30px;
}

.ec-blockBtn--action {
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    .ec-cartRole .ec-cartRole__actions {
        width: 30%;
    }
}
.ec-blockTopBtn {
    right: 10px;
}
.ec-login__text {
    margin-bottom: 15px;
    font-size: 18px;
}
.ec-layoutRole .ec-layoutRole__contents {
    padding: 30px 0 100px;   
}
.ec-pageHeader h1 {
    border-top: none;
    font-size: 28px;
}