@charset "UTF-8";

.hero {
  background-color: #ffe88b;
  background-image: url(../img/main.jpg), url(../img/main_bg.jpg);
  background-size: 1700px 1000px, 20px 1000px;
  background-repeat: no-repeat, repeat-x;
}
@media screen and (max-width: 1000px){
  .hero {
    background-image: url(../img/main_sp.jpg);
    background-size: contain;
  }
  .heroImg_img {
    width: 100%;
  }
}

td.new::before {
  display: block;
  content: 'New!!';
  color: #ff226b;
}

td.up {
  color: #ff226b;
  font-weight: bold;
}
