@charset "utf-8";
.greenttl {
  font-size: 1.53rem;
  font-weight: 500;
  color: #339599;
  margin-bottom: 1rem;
}
.size-ratherbig {
  font-size: 1.2rem;
  line-height: 1.66;
}
.pro-cat-bg {
  position: relative;
}
.pro-cat-bg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #F9F9F9;
  z-index: -1;
}
.pro-cat-wrap, .product-cat-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.pro-cat-items, .product-cat-items {
  width: 25%;
  padding: 0 7.5px 19px;
}
a.ec_cattop_btn {
  width: 49.5%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  position: relative;
  padding: 10px 35px 10px 15px;
  background: #fff;
  border: 1px solid #CDCDCD;
  margin: auto;
}
a.ec_cattop_btn span {
  position: relative;
}
.gardening a.ec_cattop_btn span {
  padding-left: 32px;
}
.pet a.ec_cattop_btn span {
  padding-left: 49px;
}
.baby a.ec_cattop_btn span {
  padding-left: 27px;
}
.lifecare a.ec_cattop_btn span {
  padding-left: 35px;
}
.house a.ec_cattop_btn span {
  padding-left: 48px;
}
.pro a.ec_cattop_btn span {
  padding-left: 30px;
}
a.ec_cattop_btn span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: .3s;
}
.gardening a.ec_cattop_btn span::before {
  width: 20px;
  background-image: url(../images/top/icon-gardening.svg);
}
.gardening a.ec_cattop_btn:hover span::before {
  background-image: url(../images/top/icon-gardening_white.svg);
}
.pet a.ec_cattop_btn span::before {
  width: 36px;
  background-image: url(../images/top/icon-pet.svg);
}
.pet a.ec_cattop_btn:hover span::before {
  background-image: url(../images/top/icon-pet_white.svg);
}
.baby a.ec_cattop_btn span::before {
  width: 15px;
  background-image: url(../images/top/icon-baby.svg);
}
.baby a.ec_cattop_btn:hover span::before {
  background-image: url(../images/top/icon-baby_white.svg);
}
.lifecare a.ec_cattop_btn span::before {
  width: 23px;
  background-image: url(../images/top/icon-lifecare.svg);
}
.lifecare a.ec_cattop_btn:hover span::before {
  background-image: url(../images/top/icon-lifecare_white.svg);
}
.house a.ec_cattop_btn span::before {
  width: 36px;
  background-image: url(../images/top/icon-houseware.svg);
}
.house a.ec_cattop_btn:hover span::before {
  background-image: url(../images/top/icon-houseware_white.svg);
}
.pro a.ec_cattop_btn span::before {
  width: 19px;
  background-image: url(../images/top/icon-forbusiness.svg);
}
.pro a.ec_cattop_btn:hover span::before {
  background-image: url(../images/top/icon-forbusiness_white.svg);
}
.pro-cat-items a, .product-cat-link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  height: 80px;
  position: relative;
  padding: 10px 35px 10px 15px;
  background: #fff;
  border: 1px solid #CDCDCD;
}
.pro-cat-items a::after, a.ec_cattop_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 15px;
  width: 10px;
  height: 10px;
  background-image: url(../images/common/icon-newtab-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: .3s;
}
.product-cat-link::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #339599;
  border-right: 1px solid #339599;
  transition: .3s;
}
.pro-cat-items a:hover, a.ec_cattop_btn:hover, .product-cat-link:hover {
  opacity: 1;
  color: #fff;
  background: #339599;
  border-color: #339599;
}
.pro-cat-items a:hover::after, a.ec_cattop_btn:hover::after {
  background-image: url(../images/common/icon-newtab-white.svg);
}
.product-cat-link:hover::after {
  border-color: #fff;
}
.products-card {
  font-size: 1.13rem;
  letter-spacing: .1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(000,000,000,.1);
  height: 96px;
}
.products-card span {
  display: inline-block;
  position: relative;
}
.products-card-manual span {
  padding-left: 35px;
}
.products-card-catalog span {
  padding-left: 42px;
}
.products-card span::before {
  content: '';
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  height: 100%;
}
.products-card-manual span::before {
  width: 25px;
  background: url(../images/common/icon-manual.svg) no-repeat center center/contain;
}
.products-card-catalog span::before {
  width: 31px;
  background: url(../images/common/icon-catalog.svg) no-repeat center center/contain;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {

}
@media all and (min-width: 992px) {

}
@media all and (min-width: 1200px) {

}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {

}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

/*デスクトップまで*/

@media all and (max-width: 1199px) {
}


@media all and (max-width: 991px) {
  .pro-cat-items a, a.ec_cattop_btn, .product-cat-link {
    font-size: 14px;
    height: 70px;
    padding: 10px 30px 10px 10px;
  }
  .pro-cat-items a::after, a.ec_cattop_btn::after {
    right: 10px;
  }
  a.ec_cattop_btn {
    width: 49%;
  }
}

/*中デバイスまで*/
@media all and (max-width: 767px) {
  .pro-cat-items, .product-cat-items {
    width: 33.3333%;
  }
  .products-card {
      height: 70px;
  }
  a.ec_cattop_btn {
      width: 100%;
  }
}

/*小デバイス(横向きモバイル)まで*/

@media all and (max-width: 575px) {
  .pro-cat-items, .product-cat-items {
    width: 50%;
    padding: 0 5px 10px;
  }
  .pro-cat-wrap, .product-cat-wrap {
      margin-right: -5px;
      margin-left: -5px;
  }
  .pro-cat-items a {
    min-height: 50px;
    height: 100%;
  }
  .products-card {
      height: 60px;
  }
  a.ec_cattop_btn {
      width: 100%;
      height: 56px;
  }
}

/* 以下はbootstrapのブレイクポイントではなく、微調整用 */
@media all and (max-width: 480px) {
 
}
@media all and (max-width: 400px) {
  .house a.ec_cattop_btn span {
    padding-left: 40px;
  }
  .house a.ec_cattop_btn span::before {
    width: 30px;
  }
}

@media all and (max-width: 380px) {

}
@media all and (max-width: 360px) {

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}
