/* カスタマイズ用CSS */
/* フッターの背景色変更 */
/*.ec-layoutRole__footer {*/
/*background: #800000;*/
/* フッターの背景色変更 */
.ec-footerRole__inner li a {
background: #800000;
}
/* ヘッダーカテゴリナビの文字色変更（できた） */
.ec-itemNav__nav li a{
color: #FFF;
background-color: #800000;
}
.ec-itemNav__nav > li:hover > a{
color: #800000;
}
.ec-categoryNaviRole > div > ul > li> ul > li > a{
background-color: #800000;
}
.ec-itemNav__nav > li:hover li:hover > a{
background-color: #E03333 !important;
}
/* タイトルの文字色変更（フォント変えたい） */
.ec-headerTitle__title h1 a {
color: #800000!important;
font-family: 'Noto Sans-Serif', sans-serif;
letter-spacing: 0.15em;
}
/* フッターの背景色変更（できた） */
.ec-footerRole{
background: #800000;
}
.ec-categoryNaviRole {
    background-color: #800000;
}

.ec-shelfGrid__item p{
    color:#15E;
}
.ec-shelfGrid__item a:hover{
    transform:scale(1.05);
	transition:0.5s;
}
.ec-headingTitle{
    margin-bottom: 30px;
}
.ec-productRole__description{
    font-size: 18px;
}
.ec-productRole__description img{
    width: 100%;
    height: auto;
}
.ec-select label{
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 0px;
}
/*.ec-shelfGrid__item img:hover{*/
/*    transform:scale(1.05);*/
/*	transition:0.5s;*/
/*}*/