/* カスタマイズ用CSS */
body {
    color: #2e2a2a;
}

/****** header *****/
.ec-headerNaviRole .ec-headerNaviRole__left {
    width: 14%;
    padding-bottom: 10px;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
    width: 86%;
    display: block;
}
.ec-headerNaviRole .ec-headerNaviRole__right .headerNaviRole__right_item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
}
.ec-headerNaviRole .ec-headerNaviRole__right .ec-categoryNaviRole {
    padding-right: 0px;
}
.ec-headerNaviRole .ec-headerNaviRole__right .ec-categoryNaviRole .ec-itemNav {
    text-align: right;
}
.ec-headerNaviRole .ec-headerNaviRole__right .ec-categoryNaviRole .ec-itemNav li a {
    font-size: 24px;
}
.ec-headerNaviRole .ec-headerNaviRole__right .ec-categoryNaviRole .child_nav li a {
    font-size: 16px;
}
.ec-headerNaviRole .ec-headerNaviRole__right .ec-headerNav .ec-headerNav__itemIcon {
    font-size: 22px;
}
.ec-cartNavi .ec-cartNavi__badge {
    display: inline-block;
    border-radius: 99999px;
    box-sizing: border-box;
    padding: 5px;
    height: 17px;
    font-size: 10px;
    line-height: 0.7;
    vertical-align: top;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    background-color: #cfa6d0;
    position: absolute;
    left: 60%;
    top: -10px;
}
.ec-cartNaviNull .ec-cartNaviNull__message {
    background-color: #cfa6d0;
}
@media only screen and (min-width: 768px) {
    .ec-cartNavi {
        background:none;
        min-width: auto;
        padding: 7px 12px;
    }
    .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerNav .ec-headerNav__itemIcon {
        font-size: 30px; /* 24px; */
    }

    .ec-itemNav__nav li ul li:hover > ul > li {
        width: 100%;
    }

    .ec-cartNavi .ec-cartNavi__icon {
        font-size: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .ec-headerRole__navSP {
        padding : 0 0 0 14px;
    }
    .ec-cartNavi {
        padding: 10px 0 0 10px;
    }
    .ec-headerNavSP {
        display: flex;
        position: unset;
        width: 34px;
        height: 34px;
    }
    .ec-headerNaviRole .fa-bars {
        position: unset;
        top: 0;
        left: 0;
        transform: none;
    }
    .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerNav .ec-headerNav__itemIcon {
        color: #a04ea2;
    }
    .ec-headerNaviRole .ec-headerNaviRole__right .header_menu {
        display: none;
    }
}

/**** hambeger menu ****/
.ec-drawerRoleClose {
    /*
    color: white;
    background: black;
    position: fixed;
    top: 10px;
    */
    right: 270px;
    left: unset;
    z-index: 100001;
}

.ec-drawerRole{
    background: white;
    /* width: 100%; */
    transform: translateX(100%);
    right: 0;
    left: unset;
}
.ec-drawerRole .ec-headerLinkArea {
    background: white;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
    border-top: none;
    position: absolute;
    width: 100%;
    /* height: 100%; */
    padding: 20% 4%;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    color: #2e2a2a;
    height: calc(100%/6);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item a {
    color: #2e2a2a;
    font-size: 24px;
    margin: auto 10px;
}

/***** Footer *****/
.ec-footerRole {
    background: #2e2a2a;
    padding-top: 0px;
}

.ec-footerRole .ec-footerRole__inner {
    max-width: 100%;
    padding-left: 0px; 
    padding-right: 0px;
    color: #2e2a2a;
}

.ec-footerLink {
    background: #f3e7f3;
    padding: 40px 0;
}
.ec-footerLinkRow {
    margin: 0 auto;
    max-width: 1130px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ec-footerLinkRow > div{
    margin-bottom: 30px;
}
.ec-footerLinkRow p{
    font-size: 16px;
    font-weight: bold;
}
.ec-footerLinkRow ul{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 6px;
    padding-inline-start: 0px;
    list-style: none;
}
.ec-footerLinkRow ul li a, .ec-footerLink__Icon a{
    color: #2e2a2a;
}

.ec-LineButton {
    border-radius: 5px;
    background-color: #bde5a9;
    padding: 18px 8px;
}
.ec-LineButton p{
    font-size: 16px;
    font-weight: bold;
    color:#fdfbfd;
    text-align: center;
}
.ec-footerLink__Icon {
    text-align: center;
}
.ec-footerLink__Icon i {
    font-size: 30px; /* 26px; */
    margin: 20px 10px;
}
.ec-footerTitle {
    padding: 20px 0;
}

@media only screen and (min-width: 768px) {
    .ec-footerLink__Button{
        max-width: 170px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .ec-footerLinkRow p{
        font-size: 14px;
    }
    .ec-footerLinkRow ul{
        font-size: 12px;
    }

    .ec-LineButton p{
        font-size: 14px;
    }
    .ec-footerLink__Icon i {
        font-size: 24px;
        margin: 20px 10px;
    }
    .ec-footerTitle__copyright {
        font-size: 9px;
    }
}

/**** top page ***/
.ec-categoryRole {
    background: none;
}
.ec-categoryRole  .ec-role {
    padding-left : 0px;
    padding-right: 0px;
}

.h1_title {
    font-size: 45px;
    font-weight: bold;
}

.h2_title {
    font-size: 36px;
    font-weight: bold;
}
.h2_title span{
    font-size: 16px;
    font-weight: 500;
}

.more-list a{
    font-size: 18px;
    font-weight: bold;
    color: #cfa6d0;
}
.more-list a span { 
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .ec-layoutRole .ec-layoutRole__contents {
        padding: 0 20px;
    }
    .h1_title{
        font-size: 24px;
        font-weight: bold;
    }

    .h2_title{
        font-size: 18px;
        font-weight: bold;
    }
    .h2_title span{
        font-size: 11px;
        font-weight: 500;
    }

    .more-list a{
        font-size: 14px;
        font-weight: bold;
        color: #cfa6d0;
    }
    .more-list a span { 
        font-size: 10px;
    }
}