.list-recommend {
  background: #F9F9F9;
  position: relative;
}
.list-recommend__inner {
  padding: 30px 0;
}
@media screen and (min-width: 800px) {
  .list-recommend__inner {
    /* pc */
    padding: 50px 21px 61px;
  }
}
.list-recommend__heading {
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .list-recommend__heading {
    /* pc */
    margin-bottom: 37px;
  }
}

.list-catalog {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 800px) {
  .list-catalog {
    /* pc */
    margin-bottom: 85px;
    overflow: hidden;
  }
  .list-catalog:hover::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .list-catalog:hover .list-catalog__label {
    background: #E0E0E0;
    border-color: #E0E0E0;
    color: #000;
  }
}
.list-catalog--mg-lg {
  margin: 70px 0;
}
@media screen and (min-width: 800px) {
  .list-catalog--mg-lg {
    /* pc */
    margin: 148px 0 312px;
  }
}
.list-catalog::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/bg_list_catalog.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 800px) {
  .list-catalog::before {
    /* pc */
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.list-catalog::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(40, 56, 73, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 800px) {
  .list-catalog::after {
    /* pc */
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.list-catalog__inner {
  position: relative;
  text-align: center;
  padding: 50px 0;
  z-index: 1;
  min-width: 350px;
  max-width: 500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 800px) {
  .list-catalog__inner {
    /* pc */
    padding: 114px 0 101px;
    min-width: 850px;
    max-width: 100%;
  }
}
.list-catalog__heading {
  margin-bottom: 25px;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .list-catalog__heading {
    /* pc */
    margin-bottom: 55px;
    width: 253px;
  }
}
.list-catalog__label {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 2px solid #ffffff;
  border-radius: 30px;
  padding: 8px 20px;
}
@media screen and (min-width: 800px) {
  .list-catalog__label {
    /* pc */
    padding: 13px 51px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
/*# sourceMappingURL=list.css.map */