#rule .rule-hero {
  align-items: center;
  background-attachment: unset;
  background-image: url(../img/rule-hero-sp.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: flex;
  margin-bottom: 20px;
  padding: 0;
}

#rule .rule-hero .title-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  width: 100%;
}

#rule .rule-hero .title {
  color: #fff;
  text-shadow: none;
}

@media (min-width: 940px) {
  #rule .rule-hero {
    background-image: url(../img/rule-hero.jpg);
  }
  #rule .rule-hero .title {
    color: #fff;
    margin-left: 0;
  }
}
