.slick-slide:not(.slick-center):after {
  height: 100%;
}

@media screen and (max-width: 752px) {
  .slick-slide img {
    width: 750px;
  }
}
/* ---------------------------------------------------------------------------------------------- */
.feature__list div figure {
  height: 200px;
}

.newItem__list {
  margin-bottom: -50px;
}

.ranking__list {
  margin-bottom: -50px;
}

.news__list {
  min-height: 250px;
}

@media screen and (max-width: 752px) {
  .feature__list {
    margin-bottom: 0;
  }
  .feature__list div figure {
    height: 255px;
  }
  .news__list {
    margin-bottom: 0;
    min-height: 0;
  }
  .news__list li {
    width: 100%;
  }
}
/* ---------------------------------------------------------------------------------------------- */
.brand-sns {
  margin-top: 3px;
}
.brand-sns a {
  position: relative;
  float: left;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
  padding: 0px;
  margin-right: 2px;
  background: rgb(238, 238, 238);
}
.brand-sns a::after {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  margin: auto;
}

a.brand-fb:after {
  width: 10px;
  height: 22px;
  background: url(../upload_img/zettjp_common.png) no-repeat 0px -200px;
}

a.brand-insta:after {
  width: 20px;
  height: 20px;
  background: url(../upload_img/zettjp_common.png) no-repeat -50px -200px;
}

a.brand-you:after {
  width: 24px;
  height: 17px;
  background: url(../upload_img/zettjp_common.png) no-repeat -100px -200px;
}

a.brand-tw:after {
  width: 22px;
  height: 18px;
  background: url(../upload_img/zettjp_common.png) no-repeat -150px -200px;
}

a.brand-blog:after {
  width: 22px;
  height: 24px;
  background: url(../upload_img/zettjp_common.png) no-repeat -200px -200px;
}

@media screen and (max-width: 752px) {
  .brand-sns {
    margin-top: 10px;
  }
  .brand-sns a {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
}/*# sourceMappingURL=home.diff.css.map */