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

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

.collection-intro5-inner {
  text-align: right;
}

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