/* カスタマイズ用CSS 共通 */
.header {
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.header_wrapper {
    max-width: 1200px;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-logo{
    margin-right: auto;
}
.menu li{
    display: inline-block;
}
.menu a{
    padding: 1.9vw 1vw;
    color: #000;
    font-size: 15px;
}
.menu ul{
    margin: 0;
    padding: 0;
}

.slim-cartNavi{
    padding-top: 5px;
    cursor: pointer;
}
.ec-headerRole__cart{
    margin: 0 10px;
}
.slim-cartNavi__badge{
    min-width: 17px;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 99999px;
    box-sizing: border-box;
    padding: 5px;
    font-size: 10px;
    line-height: 0.7;
    vertical-align: top;
    color: #fff;
    background-color: #DE5D50;
}
.slim-cartNavi__icon{

}

.ec-headerRole{
    max-width: none;/* ヘッダー横幅制限したい場合は1130pxに変更 */
    background-color: rgba(255,255,255,0.9);/* 背景色を変更 */
}
.ec-headerRole .ec-headerTitle a,
.ec-headerNav .ec-headerNav__itemLink,
.ec-headerNav .ec-headerNav__item .ec-headerNav__itemIcon,
.ec-cartNavi,
.ec-categoryNaviRole__title,
.ec-headerRole .ec-categoryNaviRole{
    color: #000;/* ヘッダー基本的な文字・アイコン色を変更 */
}

@media (min-width:768px){

    .header-logo a{
        max-width: 200px;
        width: 100%;
        display:block;
        margin-right:30vw;
    }

    .ec-headerRole:hover{
        background: rgba(255,255,255,1);/* 背景色を変更 */
    }
    .ec-headerNav .ec-headerNav__item .ec-headerNav__itemIcon,
    .ec-cartNavi{
        color: #000;/* PC時アイコンの色を変更 */
    } 
    .ec-headerRole .ec-categoryNaviRole li a{
        width: 180px;/* カテゴリの横幅変更はこちら */
        color: #000;/* カテゴリの文字色を変更 */
        background: rgba(255,255,255,0.8);/* カテゴリの背景色変更はこちら rgba(255,255,255,0.8) ← #fffなどの形式でも指定可能 */
    }
    .ec-headerRole .ec-categoryNaviRole ul ul{
        left: 180px; /* カテゴリ横幅変更時に合わせて同じ数値に変更 */
    }
    .ec-headerRole .ec-categoryNaviRole li a:hover{
        background: rgba(250,250,250,0.8);/* カテゴリhover時の背景色変更はこちら rgba(255,255,255,0.8) ← #fffなどの形式でも指定可能 */
    }
    .ec-headerRole .ec-categoryNaviRole li ul:before {
        color: #000;/* カテゴリの>(アローアイコン)の色変更はこちら */
    }
    .menu .nav_wrapper{
        display: flex;
    }
    .mobilemenu-icon{
        display: none;
    }
}

/* メインコンテンツ外枠の横幅固定を外す */
.ec-layoutRole .ec-layoutRole__contents{
    max-width: none; /* 1150px; */
}

/* スライドショーの横幅固定を外す */
.ec-sliderRole{
   max-width: none; /* 1130px; */
   padding-left: 0; /* 20px; */
   padding-right: 0; /* 20px; */
}