.entry .hero {
  background: url(/entry/img/bg_entry.jpg) no-repeat left bottom/cover; }
  .entry .hero:before {
    background-color: rgba(0, 0, 0, 0.3); }

.thanks .hero {
  background: url(/entry/img/bg_entry.jpg) no-repeat left bottom/cover; }
  .thanks .hero:before {
    background-color: rgba(0, 0, 0, 0.3); }
.thanks .container {
  max-width: 1160px;
  margin: 100px auto;
  text-align: center; }

@media screen and (max-width: 480px) {
  .entry .hero, .thanks .hero {
    background: url(/entry/img/bg_entry_sp.jpg) no-repeat center;
    background-size: cover; }
    .entry .hero:before, .thanks .hero:before {
      background-color: rgba(0, 0, 0, 0.3); } }
