.mv {
  background: url(/wp/wp-content/themes/idc/assets/images/shop/mv_sp.jpg) no-repeat center /cover;
}
@media only screen and (min-width: 750px) {
  .mv {
    background: url(/wp/wp-content/themes/idc/assets/images/shop/mv.jpg) no-repeat center /cover;
  }
}
/* ------------------------------
- shop
------------------------------ */
.news {
  margin: 15px 0 40px;
}
.news__item {
  background: #ca0000 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-w.svg) no-repeat center right 15px/9px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 40px 11px 15px;
}
.news__day {
  font-size: 12px;
}
.news__category {
  margin-left: 20px;
  padding: 0 20px;
  border-left: 1px solid #cc4e4e;
  border-right: 1px solid #cc4e4e;
  font-size: 12px;
  white-space: nowrap;
}
.news__heading {
  font-size: 13px;
}
.onlineshop {
  padding: 50px 0;
}
@media only screen and (max-width: 749px) {
  .news__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news__heading {
    width: 100%;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 750px) {
  .news {
    margin: -20px 0 60px;
  }
  .news__item {
    padding: 15px;
  }
  .news__day {
    white-space: nowrap
  }
  .onlineshop {
    padding: 60px 0;
  }
  .onlineshop .inner {
    border-top: 1px solid #ddd;
    padding-top: 60px;
  }
}
