/* カスタマイズ用CSS */
/* ロゴ調整 */
.ec-headerTitle img {
    max-width: 160px;
}
.ec-footerRole .ec-footerRole__inner .ec-footerTitle__logo a img {
    max-width: 200px;
    width: 100%;
}
/* ヘッダー背景スクロールで白 */
.ec-headerRole.is-scrolled {
    background-color: #1e1e1e;
}

@media (max-width:767px){
/* スマホヘッダー調整 */
.ec-headerTitle .ec-headerTitle__title a {
    margin-top: 20px;
    margin-bottom: 20px;
}
.ec-headerNaviRole {
    background: #42a2e8;
}
.ec-cartNaviIsset{
    z-index: 1000;
}
.ec-headerRole .ec-headerTitle {
    margin: 0 auto !important;
}
.ec-headerRole__navSP .ec-headerNavSP {
    display: none;
}
.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: #ffffff !important;
}
}

/* ▼▼▼ 文字・アイコン・背景色や横幅の変更ここから ▼▼▼
***********************************************************************/   
.ec-headerRole{
    max-width: none;/* ヘッダー横幅制限したい場合は1130pxに変更 */
}
.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){
    .ec-headerNav .ec-headerNav__item .ec-headerNav__itemIcon,
    .ec-cartNavi{
        color: #000;/* PC時アイコンの色を変更 */
    }
    .ec-headerRole.is-scrolled .ec-categoryNaviRole__title,.ec-headerRole.is-scrolled .ec-headerNav .ec-headerNav__itemLink {
        color: #fff;
    }
    .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;/* カテゴリの>(アローアイコン)の色変更はこちら */
    }
}

/* メインコンテンツ外枠の横幅固定を外す */
.ec-layoutRole .ec-layoutRole__contents{
    max-width: none; /* 1150px; */
}

/* スライドショーの横幅固定を外す */
.ec-sliderRole{
   max-width: none; /* 1130px; */
   padding-left: 0; /* 20px; */
   padding-right: 0; /* 20px; */
}
/* ▲▲▲ 文字・アイコン・背景色や横幅の変更ここまで ▲▲▲
***********************************************************************/
    
.ec-headerRole{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0px 30px;
    z-index: 999;
}
.ec-headerRole .ec-headerTitle{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 30px;
}
.ec-headerRole .ec-headerNav{
    margin-right: 0;  
}
.ec-headerRole .ec-headerNaviRole{
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0 0 0 auto;
}
.ec-headerNav .ec-headerNav__item{
    font-size: 14px;
}
.ec-headerNav .ec-headerNav__itemIcon {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 18px;
}
.ec-headerNav .ec-headerNav__item .ec-headerNav__itemIcon{
    display: inline-block;
}
.ec-cartNavi {
    padding: 12px 17px 10px;
}
.ec-headerNavSP{
    top: 8px;
} 
.ec-headerNav{
    display: none;
}
.ec-headerRole .ec-categoryNaviRole{
    display: none;
}
    
@media (min-width:768px){
   .front_page .ec-headerRole{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transition: 0.4s;
    } 
    .ec-headerRole a:hover{
        text-decoration: none;
        opacity: 0.8;
    }
    .ec-headerRole .ec-headerTitle{
        margin: 0;
    }
    .ec-headerRole .ec-headerNav{
        margin-right: 20px;  
    }
    .ec-headerNav .ec-headerNav__item{
        margin: 0 10px;
    }
    .ec-headerNav .ec-headerNav__item .ec-headerNav__itemIcon {
        display: none;/*アイコン表示したい場合はinleine-blockに変更*/
    }
    .ec-headerNav .ec-headerNav__item a{
        font-size: 14px;
        font-weight: bold;
    }
    .ec-headerRole .ec-cartNavi {
        padding: 12px 17px 10px;
    }
    .ec-headerNav{
        display: block;
    }
    .ec-headerRole .ec-categoryNaviRole{
        position: relative;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        margin-right: 18px;
        transform: translateY(1px);
        max-width: none;
        width: auto;
        display: block;
    }
    .ec-headerRole .ec-categoryNaviRole__title{
        cursor: pointer;
    }
    .ec-headerRole .ec-categoryNaviRole__item{
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        padding-top: 45px;
    }
    .ec-headerRole .ec-categoryNaviRole:hover .ec-categoryNaviRole__item{
        display: block; 
    }
    .ec-headerRole .ec-categoryNaviRole ul{
        margin: 0;
        padding: 0;
    }
    .ec-headerRole .ec-categoryNaviRole ul ul{
        position: absolute;
        top: 0;
    }
    .ec-headerRole .ec-categoryNaviRole ul ul li{
        display: none;
    }
    .ec-headerRole .ec-categoryNaviRole li:hover>ul>li{
        display: block;
    }
    .ec-headerRole .ec-categoryNaviRole li{
        list-style: none;
        position: relative;
        box-sizing: border-box;
    }
    .ec-headerRole .ec-categoryNaviRole li a{
        display: block;
        padding: 15px;
    }
    .ec-headerRole .ec-categoryNaviRole li ul:before {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 10px;
        position: absolute;
        top: 18px;
        right: auto;
        left: -20px;
    }
}

/* 商品詳細ページカスタマイズ */
.ec-productRole__profile #form1 button.ec-blockBtn--action {
    display: none;
}
.ec-productRole__profile #form1 button.ec-blockBtn--action.add-cart {
    display: block;
}
button.ec-blockBtn--cancel.contact {
    background-color: #8ac90e;
    border-color: #8ac90e;
}

/* 商品一覧ページカスタマイズ */
li.ec-shelfGrid__item .ec-blockBtn--action:disabled {
    display: none;
}

/* カートの中身カスタマイズ */
.ec-cartNaviIsset .ec-cartNaviIsset__cartImage{
    width: 35%;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
    width: 65%;
    font-size: 14px;
}

/* ヘッダーカスタマイズ */
.ec-headerNaviRole {
    z-index: 1000;
    position: relative;
}

/* カート追加後のモダルカスタマイズ */
.ec-modal-box span.ec-inlineBtn--cancel {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.ec-modal-box a.ec-inlineBtn--action {
    width: 100%;
}