/* カスタマイズ用CSS */
#footer {
  margin-top:4rem;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
  border-bottom: 1px dotted #ccc;
  padding: 14px 0;
}
.ec-productRole .ec-productRole__tags {
  margin-left:0;
}
.ec-productRole__description {
  margin-top:16px;
}
@media screen and (min-width:768px) {
.ec-categoryNaviRole {
  margin: 8rem auto 1rem;
}
.ec-shelfGrid .ec-shelfGrid__item {
  width: calc(100% / 3) ;
}
}
@media screen and (max-width: 768px) {
.ec-layoutRole {
  padding-top: 6rem;
}
.ec-itemNav__nav li:nth-child(1) a {
  border-top:1px solid #e8e8e8;
}
}
