.seller_feature {
  padding: 120px 0;
}

.seller_feature_list {
  margin-top: 50px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.seller_feature_list__item {
  width: 30%;
  position: relative;
  background-color: #fff;
  margin-bottom: 40px;
}

.seller_feature_list__item--hidden {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
}

.seller_feature_list__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.seller_feature_list__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.8;
  -o-object-fit: cover;
  object-fit: cover;
}

.seller_feature_list__info {
  display: block;
  position: relative;
  padding: 25px;
}

.seller_feature_list__info__ttl {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  height: 4em;
}

.seller_feature_list__name {
  position: absolute;
  top: -12px;
  left: 15px;
  display: inline-block;
  font-size: 1.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#f29217), to(#e84031));
  background: linear-gradient(to right, #f29217, #e84031);
  color: #fff;
  border-radius: 4px;
  padding: 0.4em 0.8em;
}

.seller_feature_slide {
  margin-top: 50px;
  margin-bottom: 40px;
}

.seller_feature_slide__item {
  width: 300px;
  max-width: 100%;
  position: relative;
  margin: 0 20px;
  background-color: #fff;
}

.seller_feature_slide__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.seller_feature_slide__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.8;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.seller_feature_slide__info {
  display: block;
  position: relative;
  padding: 25px;
}

.seller_feature_slide__info__ttl {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  height: 4em;
}

.seller_feature_slide__name {
  position: absolute;
  top: -12px;
  left: 15px;
  display: inline-block;
  font-size: 1.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#f29217), to(#e84031));
  background: linear-gradient(to right, #f29217, #e84031);
  color: #fff;
  border-radius: 4px;
  padding: 0.4em 0.8em;
}

.seller_feature_link {
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  .seller_feature_list__item {
    width: 48%;
  }
}

/*# sourceMappingURL=../map/seller_feature_slide.css.map */
