/* カスタマイズ用CSS */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer {
	padding-top: 40px;
}

/* custom-header */
.header {
    width: 100%;
    height: auto;
    background: #fff;
    background-color: #1D2087;
}

.header .navbar {
    background-color: #1D2087;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
}

/* nav-sp */
.navbar #navigation {
    max-height: inherit;
}

/* sp navi-search*/
@media (min-width: 768px) {
    .ec-custom-navi {
        display: none;
    }
}

.ec-custom-navi__navsp {
    margin-bottom: 15px;
}
.ec-custom-navi__navsp .ec-itemNav__nav li a {
    font-weight: 400;
    font-size: 14px;
    padding: 10px 15px;
    height: 40px;
}
.ec-custom-navi .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    position: relative;
    border: 0;
    background: #fff;
    color: #333;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.ec-custom-navi .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search:before {
    position: absolute;
    top: 1em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    pointer-events: none;
}
.ec-custom-navi .ec-headerSearch .ec-headerSearch__category .ec-select select {
    width: 100%;
    cursor: pointer;
    padding: 8px 24px 8px 8px;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
}
.ec-custom-navi .ec-headerSearch .ec-headerSearch__keyword {
    position: relative;
    color: #525263;
    border: 1px solid #ccc;
    background-color: #fff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.ec-custom-navi .ec-headerSearch .ec-headerSearch__keywordBtn {
    border: 0;
    background: none;
    position: absolute;
    right: 12px;
    top: 55%;
    transform: translateY(-55%);
    display: block;
    white-space: nowrap;
    z-index: 1;
}
.ec-custom-navi .ec-headerCategoryArea__heading {
    color: #fff;
}
.ec-custom-navi .ec-headerSearch,
.ec-custom-navi .ec-headerCategoryArea {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #4b599a;
}


/* --- contents --- */
/* 検索、カート等のエリア*/
.ec-headerNaviRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0px;
}

/* 検索窓 */
@media only screen and (min-width: 768px) {
	.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
	    border-top-right-radius: inherit;
	    border-top-left-radius: 2px;
	    border-bottom-left-radius: 2px;
	}
	.ec-headerSearch .ec-headerSearch__keyword {
	    float: right;
	    width: 57%;
	    border-bottom-left-radius: inherit;
	    border-top-right-radius: 2px;
	    border-bottom-right-radius: 2px;
	}
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
    width: 100%;
    cursor: pointer;
    padding: 8px 24px 8px 10px;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: #1d2087;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search:before {
    position: absolute;
    top: 1em;
    right: 0.5em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    pointer-events: none;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select option {
    color: #000;
    background: #fff;
}

/* カート */
@media only screen and (min-width: 768px) {
	.ec-cartNavi {
	    border-radius: 2px;
		background: #f5f5f5;
		padding: 7px 15px;
		height: 34px;
	}
}
.ec-cartNavi .ec-cartNavi__badge {
    line-height: 0.8;
    color: #fff;
    background-color: #d30000;
}
.ec-cartNavi .ec-cartNavi__icon {
    font-size: 14px;
    margin-top: 4px;
}
@media only screen and (min-width: 768px) {
	.ec-cartNavi .ec-cartNavi__badge {
	    left: -4px;
	    top: -8px;
	}
}

/* 新規会員、お気に入り、ログイン */
.ec-headerNav .ec-headerNav__item {
    font-size: inherit;
}
@media only screen and (min-width: 768px) {
	.ec-headerNav .ec-headerNav__itemIcon {
	    font-size: 14px;
	}
}

/* スマホ時のテンプレ標準トグルを非表示 */
.ec-headerNavSP {
    display: none;
}

/*追加20250221*/
.ec-categoryNaviRole{
    background:#f6f6f6;
}
.ec-itemNav__nav>li>a{
    background:#f6f6f6;
}