@charset "UTF-8";
/* ------------------------------
- mv
------------------------------ */
.mv {
  background-image: url(../../images/leather/mv_sp.jpg);
}
@media only screen and (min-width: 750px) {
  .mv {
    background-image: url(../../images/leather/mv.jpg);
  }
}
.leather__card {
  background: #fff;
  padding: 25px 25px 20px;
}
.leather__heading {
  font-size: 20px;
  margin-bottom: 10px;
}
.leather__lead {
  margin-bottom: 20px;
}
.leather__imgwrap {
  margin-bottom: 25px;
}
.leather__img__item {
  width: 13.285%;
}
.leather__img__item:not(:nth-child(7n)) {
  margin-right: 1.167%;
}
.leather__img__item:nth-child(n+8) {
  margin-top: 1.167%;
}
.leather__btn {
  border-top: 1px solid #eaeaea;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}
.leather__btn .inner {
  position: relative;
  padding: 0 10px 0 30px;
}
.leather__btn .deco {
  position: absolute;
  font-size: 1.5em;
  left: 0;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 749px) {
  .leather__card + .leather__card {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 750px) {
  .leather__btn {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
  }
  .leather__card:hover .leather__btn {
    color: #f0801d;
  }
}
@media only screen and (min-width: 750px) and (max-width: 999px) {
  .leather__card {
    width: 48.5%;
  }
  .leather__card:nth-child(n+3) {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 1000px) {
  .leather__card {
    padding: 30px 30px 25px;
    width: 32.08%;
  }
  .leather__card:not(:nth-child(3n)) {
    margin-right: 1.88%;
  }
  .leather__card:nth-child(n+4) {
    margin-top: 1.88%;
  }
}
