.ec-secHeading {
  color: #d798c1;
}

.ec-headerNav .ec-headerNav__itemIcon,
.ec-cartNavi .ec-cartNavi__icon {
  color: #d798c1;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background-color: #d798c1;
}

.ec-drawerRole {
  background-color: #d798c1;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  background-color: #d798c1;
  border-bottom: 1px solid #f3dbeb;
}

.ec-blockBtn--top,
.ec-blockBtn--top:active {
  background-color: #d798c1;
  border-color: #d798c1;
}

.ec-blockBtn--top:hover {
  background-color: #d798c1;
  border-color: #d798c1;
  opacity: 0.8;
}

.ec-headerTitle .ec-headerTitle__title a {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.ec-headerTitle__title {
  width: 320px;
  margin: 0 auto 30px;
}

.ec-footerTitle__logo {
  width: 160px;
  margin: 0 auto;
}

.ec-headerTitle__title,
.ec-footerTitle__logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("https://yasashiite.shop/yasashiishop/images/logo.svg") no-repeat center top;
}

.ec-itemNav__nav {
  width: 100%;
  margin-bottom: 20px;
}

/*
.ec-itemNav__nav li {
  width: 25%;
}
*/

.ec-itemNav__nav li a {
  padding: 8px;
  margin-right: 16px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #d798c1;
  border-radius: 3px;
  color: #c677aa;
  background: #ffffff;
  font-weight: normal;
}

.ec-itemNav__nav li a:hover,
.ec-itemNav__nav li a:focus {
  text-decoration: none;
  background: #d798c1;
  color: #ffffff;
}

/*
.ec-itemNav__nav li:last-child a {
  margin-right: 0;
}
*/

.caption-category {
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
  font-size: 16px;
}

.btn-category-detail {
  box-sizing: border-box;
  width: 60%;
  display: block;
  text-align: center;
  border: 1px solid #d798c1;
  border-radius: 3px;
  line-height: 2;
  margin: 0 auto 10px;
  color: #c677aa;
  background: #ffffff;
  font-size: 15px;
}

.btn-category-detail:hover,
.btn-category-detail:focus {
  text-decoration: none;
  background: #d798c1;
  color: #ffffff;
}

/* footer */

.ec-footerRole {
  background-color: #f8eaf3;
  border-color: #f1deea;
}

.ec-footerTitle__logo a {
  width: 100%;
  display: block;
}

.ec-footerNavi__link {
  color: #c677aa;
}

.ec-footerTitle__copyright {
  color: #7d7d7d;
}

.ec-blockTopBtn {
  background-color: #d798c1;
}

.ec-progress .is-complete .ec-progress__number {
  background: #c677aa;
}

.ec-progress .is-complete .ec-progress__label {
  color: #c677aa;
}

@media (max-width:768px) {
  .ec-itemNav__nav {
    margin-bottom: 0;
  }
  .ec-itemNav__nav li {
    width: auto;
  }
  .ec-itemNav__nav li a {
    padding: 16px;
    margin-bottom: 0;
    margin-right: 0;
    border: none;
    border-radius: 0;
  }
  .ec-footerNavi .ec-footerNavi__link a {
    border-bottom: 1px solid #e6c4d9;
  }
}