/* カスタマイズ用CSS */

/*--Main--*/

/*navi-menu*/
.ec-itemNav__nav li{
    background: none;
    border-bottom: 1px solid #000;
    margin: 0 30px 50px;
}

.ec-itemNav__nav li a{
    background: none;
}

.ec-itemNav__nav li a:hover,
.ec-categoryRole{
    background: #ddd6f3;
    background: -webkit-linear-gradient(to right, #ddd6f3, #faaca8);
    background: linear-gradient(to right, #ddd6f3, #faaca8);
;
}
.ec-categoryRole .ec-role .ec-secHeading{
    color: #fff;
}

.ec-categoryRole .ec-secHeading .ec-secHeading__line{
    background: #fff;
}

/*MV*/
.ec-layoutRole,
.ec-layoutRole .ec-layoutRole__contents,
.ec-sliderRole{
    max-width: none;
}
.ec-sliderRole{
    max-width: 1600px;
}

/*pickupitem*/
.ec-newItemRole .ec-inlineBtn--top{
    width: 70%;
}

/*calender*/
.ec-layoutRole__mainBottom .calender{
    padding-top: 60px;
}

/*--Product detail--*/

/*--btn*/
.ec-blockBtn--action{
    border-color: #faaca8;
    background-color: #faaca8;
}