.collection-intro4 {
  background-image: url(../img/main04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  padding-top: 110px;
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .collection-intro4 {
    background-image: url(../img/main04-sp.jpg);
    background-position: center center;
    padding-top: 132px;
    padding-bottom: 78px;
  }
}

@media screen and (max-width: 640px) {
  .collection-intro4-inner {
    text-align: center;
  }
}
/*# sourceMappingURL=page.css.map */