/* カスタマイズ用CSS */
@media only screen and (min-width: 768px) {
    .ec-cartNavi {
        display: flex;
        justify-content: space-between;
        border-radius: 99999px;
        box-sizing: border-box;
        padding: 12px 17px 10px;
        width: auto;
        min-width: 40px;
        height: 44px;
        white-space: nowrap;
        cursor: pointer;
        background: #F8F8F8;
    }
}

.ec-headerNaviRole .ec-headerNaviRole__left {
    width: 50%;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.ec-headerNav .ec-headerNav__itemIcon {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 18px;
    color: black;
}


.title_s {
    font-family: "Yuji Mai", serif;
    font-weight: 400;
    font-style: normal;
    font-size:0.75em;
    display: block;
    color: #000;
}
.title_m {
    font-family: "Yuji Mai", serif;
    font-weight: 400;
    font-style: normal;
    font-size:1em;
    color: #000;
}