input[type=radio] {
    accent-color: #ea5766;
}
/* ヘッダー(ログインユーザー) */
.header-welcome-msg {
    font-size: 16px;
    text-align: right;
    padding: 0 20px 10px 0;
}
/* ヘッダー(商品検索・ログインナビ・カート) */
.ec-headerNaviRole .ec-headerNaviRole__nav {
    display: block;
    margin-right: 0;
    margin-left: auto;
}
.ec-headerNaviRole {
    max-width: 100%;
    padding: 1rem 2rem;
    background-color: #ea5766;
}
.ec-headerNav .ec-headerNav__itemLink {
    margin: 0 1.6vw;
    color: white;
    font-weight: bold;
}
.ec-headerNaviRole .ec-headerNaviRole__search {
    width: 80%;
    margin: 1rem auto;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
    height: 43px;
    font-size: 16px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    top: 50%;
}
.ec-headerSearch__keyword .ec-input {
    height: 41px;
}
/* カテゴリナビ */
.ec-categoryNaviRole {
    padding: 0;
    max-width: 100%;
}
.ec-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 85%;
    padding: 0;
    font-size: 0;
    margin: 0 auto;
    list-style-type: none;
    vertical-align: bottom;
}
.ec-navi > li {
    padding: 1rem 0;
}
/* 親のカテゴリナビのCSS */
.ec-navi > li > a {
    font-size: 9px;
    height: 45px;
    display: block;
    line-height: 20px;
    font-weight: bold;
}
.ec-navi > li > a > img {
    width: 30px;
    height: 30px;
}
.ec-navi > li .ec-categoryMenu {
    position: absolute;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 75%;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
}
.ec-navi > li:hover > .ec-categoryMenu {
    max-height: 9999px;
    opacity: 1;
}
.ec-navi > li > .ec-categoryMenu .ec-categoryInner {
    display: flex;
    margin-top: 14px;
    border-top: 10px solid #EA0006;
    background-color: #fff;
}
.active-triangle-mark::after {
    content: "";
    position: relative;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #EA0006;
    border-left: 10px solid transparent;
}
.category-nav{
    width: 190px;
    max-height: 100%;
    color: #EA0006;
    font-size: 22px;
    font-weight: bold;
    background-size: cover;
}
.category-nav__title {
    padding-top: 20px;
    background-color: #fff;
}
.ec-navi > li .ec-categoryMenu .ec-categoryInner .category-nav__menu-list{
    flex: 1;
    width: 100%;
}
.child-category-row {
    display: flex;
    margin: 0;
}
.child-category-row__title {
    display: flex;
	align-items: center;
    width: 200px;
    padding: 1rem;
    background: #f6f6f6;
}
.child-category-row__title > a{
    display: flex;
	align-items: center;
    text-align: left;
    font-size: 1.5rem;
}

.child-category-row__title img {
    margin-right: 10px;
    width: 50px;
}
.ec-navi li ul {
    width: 100%;
    position: static;
    height: auto;
    display: block;
    z-index: 0;
    margin: 0;
    padding: 0;
    top: 0;
    left: auto;
}
.ec-navi > li .ec-categoryMenu .ec-categoryInner .category-nav__menu-list dl+dl {
    border-top: 1px solid #dcdcdc;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(220, 220, 220);
}

.ec-navi > li + li {
    border-left: 1px solid #949494;
}
.child-category-row__list {
    flex: 1;
    width: 100%;
    padding: 20px 5px;
}
.ec-navi > li .ec-categoryMenu .ec-categoryInner .category-nav__menu-list dl dd li {
    display: inline-block;
    width: calc(100%/5);
    text-align: left;
    font-size: 12px;
    padding: 5px 5px;
    vertical-align: middle;
    height: auto;
}
.category-nav__menu-list li {
    display: inline-block;
    box-sizing: border-box;
    width: calc(100%/11);
    list-style-type: none;
    text-align: center;
    font-size: 14px;
}
@media only screen and (min-width: 1024px) {
    .ec-navi li {
        float: left;
        width: 100px;
    }
    /* ロゴ */
    .login-header {
        max-width: 70%;
        margin-left: 10%;
    }
    /* カテゴリナビ */
    .ec-itemNav {
        background-color: #f0f2f4;
        margin-bottom: 5em;
        border-bottom: 1px solid #eb0007;
    }
    /* 検索フォーム */
    .ec-headerSearch .ec-headerSearch__category {
        width: 27%;
    }
    .ec-headerSearch .ec-headerSearch__keyword {
        width: 73%;
    }
}
@media only screen and (max-width: 1024px) {
    .login-header {
        text-align: center;
    }
    .login-header img {
        max-width: 70%;
    }
    .ec-drawerRole .ec-headerLinkArea {
        background: #ea5766;
    }
    .ec-select_search {
        background: #ea5766;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
        background: #ea5766;
    }
    /* SP版 カテゴリナビ アコーディオンメニュー */
    .ec-itemNav.toggle {
        display: none;
    }
    .category-area-head {
        background: #ea5766;
        border-top: 1px solid #CCCCCC;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: bold;
        color: white;
    }
    .category-list{
        display: inline-block;
    }
    .ec-drawerRole.is_active {
        background: #ea5766;
    }
    .slide-menu-link__icon {
        display: inline-block;
        width: 28px;
        font-size: 17px;
    }
}
