@charset "UTF-8";

/* カテゴリ―TOP */
.category_top .ec-layoutRole__contents {
  max-width: 100%;
}
.category_top .ec-slider.slick-slider {
  margin-bottom: 32px;
}
.category_top footer {
  margin-top: 0px;
}
.ec-categorySearch {
  background: #f5f5f5;
  padding: 20px 12px 20px;
}
.ec-categorySearch__inner {
  max-width: 960px;
  margin: 0 auto;
}
.ec-categorySearch__inner .ec-category__hdg {
  margin-bottom: 15px;
}
.ec-categorySearch__ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ec-categorySearch__ul li {
  text-align: center;
  width: 100px;
  margin-right: 7px;
  margin-bottom: 10px;
}
.ec-categorySearch__ul li:nth-child(9n),
.ec-categorySearch__ul li:last-child {
  margin-right: 0;
}
.ec-categorySearch__ul li a {
  display: block;
  padding-top: 96px;
  line-height: 1.2;
  font-size: 1.6rem;
}
.ec-categorySearch__ul li:nth-child(1) a {
  background: url("../img/category/icon_all.svg") no-repeat center top;
  background-size: 80px 80px;
}
.ec-categorySearch__ul li:nth-child(2) a {
  background: url("../img/category/icon_kitchen.svg") no-repeat center top;
  background-size: 80px 80px;
}
.ec-categorySearch__ul li:nth-child(3) a {
  background: url("../img/category/icon_gourmet.svg") no-repeat center top;
  background-size: 80px 80px;
}
.ec-categorySearch__ul li:nth-child(4) a {
  background: url("../img/category/icon_appliances.svg") no-repeat center top;
  background-size: 80px 80px;
}
.ec-categorySearch__ul li:nth-child(5) a {
  background: url("../img/category/icon_goods.svg") no-repeat center top;
  background-size: 80px 80px;
}
.ec-categorySearch__ul li:nth-child(6) a {
  background: url("../img/category/icon_fashion.svg") no-repeat center top;
  background-size: 80px 80px;
}
.ec-categorySearch__ul li:nth-child(7) a {
  background: url("../img/category/icon_beauty.svg") no-repeat center top;
  background-size: 80px 80px;
}
.ec-categorySearch__ul li:nth-child(8) a {
  background: url("../img/category/icon_gift.svg") no-repeat center top;
  background-size: 80px 80px;
}
.ec-categorySearch__ul li:nth-child(9) a {
  background: url("../img/category/icon_other.svg") no-repeat center top;
  background-size: 80px 80px;
}
.ec-category {
  padding: 32px 0;
}
.ec-category__inner {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.6rem;
}
.ec-category__hdg {
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
.ec-category__hdg p {
  font-size: 3rem;
}
.ec-slider__category {
  margin-bottom: 70px;
}
.ec-slider__category:last-child {
  margin-bottom: 17px;
}
.ec-slider__category .slick-prev {
  left: -15px;
}
.ec-slider__category .slick-next {
  right: -15px;
}
.ec-slider__category .slick-track {
  display: flex;
  margin-left: 0;
}
.ec-slider__category .slick-slide {
  border: 1px solid #dddddd;
  border-right: none;
  height: auto;
}
.ec-slider__category .slick-slide:last-child {
  border-right: 1px solid #dddddd;
}
.ec-slider__category .slick-prev + .slick-list {
  border-right: 1px solid #dddddd;
}
.ec-slider__category .slick-prev + .slick-list .slick-slide {
  border-right: none;
}
@media all and (-ms-high-contrast: none) {
  .ec-slider__category {
    border-left: none;
  }
  .ec-slider__category .slick-slide {
    margin-left: 0;
  }
}
.ec-slider__category .slick-list {
  margin: auto;
}
.ec-slider__category li .ec-category__item {
  margin: 0 auto;
  height: 100%;
  line-height: 1.4; 
  padding: 20px 20px 28px;
}
.ec-slider__category li .ec-category__item p {
  margin-top: 15px;
}
.ec-slider__category li .ec-category__item .ec-category__price {
  margin-top: 13px;
  color: #e60012;
}
.ec-slider__category li .ec-category__item img {
  width: 100%;
}

.ec-category__h1 {
  background: #fcf0f0;
  display: inline-block;
  padding: 6px 22px;
  border-radius: 18px;
  line-height:1.5;
  font-weight: bold;
}

@media (min-width: 769px) {
}

@media (max-width: 768px) {
  /* カテゴリ―TOP */
  .category_top .ec-slider.slick-slider {
    margin-bottom: 25px;
  }
  .ec-categorySearch {
    padding: 27px 15px 10px;
  }
  .ec-categorySearch__inner {
    max-width: 100%;
  }
  .ec-categorySearch__inner .ec-category__hdg {
    margin-bottom: 20px;
  }
  .ec-categorySearch__ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ec-categorySearch__ul li {
    width: 52%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ec-categorySearch__ul li:nth-child(even) {
    width: 48%;
  }
  .ec-categorySearch__ul li a {
    text-align: left;
    padding-top: 0;
    padding-left: 58px;
    line-height: 1.2;
    font-size: 1.3rem;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  .ec-categorySearch__ul li:nth-child(1) a {
    background: url("../img/category/icon_all.svg") no-repeat left center;
    background-size: 50px 50px;
  }
  .ec-categorySearch__ul li:nth-child(2) a {
    background: url("../img/category/icon_kitchen.svg") no-repeat left center;
    background-size: 50px 50px;
  }
  .ec-categorySearch__ul li:nth-child(3) a {
    background: url("../img/category/icon_gourmet.svg") no-repeat left center;
    background-size: 50px 50px;
  }
  .ec-categorySearch__ul li:nth-child(4) a {
    background: url("../img/category/icon_appliances.svg") no-repeat left center;
    background-size: 50px 50px;
  }
  .ec-categorySearch__ul li:nth-child(5) a {
    background: url("../img/category/icon_goods.svg") no-repeat left center;
    background-size: 50px 50px;
  }
  .ec-categorySearch__ul li:nth-child(6) a {
    background: url("../img/category/icon_fashion.svg") no-repeat left center;
    background-size: 50px 50px;
  }
  .ec-categorySearch__ul li:nth-child(7) a {
    background: url("../img/category/icon_beauty.svg") no-repeat left center;
    background-size: 50px 50px;
  }
  .ec-categorySearch__ul li:nth-child(8) a {
    background: url("../img/category/icon_gift.svg") no-repeat left center;
    background-size: 50px 50px;
  }
  .ec-categorySearch__ul li:nth-child(9) a {
    background: url("../img/category/icon_other.svg") no-repeat left center;
    background-size: 50px 50px;
  }
  .ec-category {
    padding: 23px 0;
  }
  .ec-category__inner {
    max-width: 100%;
    font-size: 1.3rem;
    padding: 0 15px;
  }
  .ec-category__hdg {
    margin-bottom: 15px;
  }
  .ec-category__hdg p {
    font-size: 2rem;
  }
  .ec-slider__category {
    margin-bottom: 45px;
  }
  .ec-slider__category:last-child {
    margin-bottom: 15px;
  }
  .ec-slider__category .slick-prev {
    left: -14px;
  }
  .ec-slider__category .slick-next {
    right: -14px;
  }
  .ec-slider__category .slick-slide {
    margin-left: 0;
    border: 1px solid #dddddd;
    border-top: none;
    height: auto;
  }
  .ec-slider__category .slick-prev + .slick-list {
    border-right: 1px solid #dddddd;
  }
  .ec-slider__category li {
    vertical-align: top;
  }
  .ec-slider__category .slick-dots li {
    height: 8px!important;
  }
  .ec-slider__category .slick-slide > div {
    display: flex;
    margin-top: -1px;
  }
  .ec-slider__category .slick-slide > div:first-child {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-top: 0;
  }
  .ec-slider__category li .ec-category__item {
    padding: 14px 15px 22px;
    border-right: 1px solid #dddddd;
  }
  .ec-slider__category li:nth-child(even) .ec-category__item {
    padding-right: 14px;
    border-left: none;
    border-right: none;
  }
  .ec-slider__category li .ec-category__item p {
    margin-top: 15px;
  }
  .ec-slider__category li .ec-category__item .ec-category__price {
    margin-top: 10px;
  }
  .ec-category__h1 {
    padding: 2px 11px;
    border-radius: 18px;
  }
}
