@charset "UTF-8";
/* ------------------------------
- mv
------------------------------ */
.mv {
  background-image: url(../../images/products/mv_sp.jpg);
}
@media only screen and (min-width: 750px) {
  .mv {
    background-image: url(../../images/products/mv.jpg);
  }
}
/* ------------------------------
- productscategory
------------------------------ */
.archive .productscategory {
  margin-top: 13.33333%;
}
.productscategory__heading {
  text-align: center;
  font-weight: normal;
  font-size: 8vw;
  margin-bottom: 8.95522%;
  line-height: 1;
}
@media only screen and (min-width: 750px) {
  .archive .productscategory {
    margin-top: 80px;
  }
  .productscategory__heading {
    font-size: 42px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .archive .productscategory .l-content-p {
    padding: 0;
    width: 100%;
  }
}
