/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
  background-color: #95caea;
}
.mainVisual::before {
  background-image: url("/wp-content/themes/coopaichi-hocofure/img/common/header-illust-winter_sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 50%;
  top: -130px;
}
@media screen and (min-width: 580px) {
  .mainVisual::before {
    width: 768px;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual::before {
    background-image: url("/wp-content/themes/coopaichi-hocofure/img/common/header-illust-winter_tab.png");
    top: -95px;
    width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .mainVisual::before {
    background-image: url("/wp-content/themes/coopaichi-hocofure/img/common/header-illust-winter_pc.png");
    top: -295px;
    width: 1920px;
  }
}/*# sourceMappingURL=index_winter.css.map */