/* NEWS */
.news-detail::after {
  background-image: url(../img/common/bg-news.jpg);
  background-position: bottom center;
}
.news-detail .section .section-background {
  -webkit-mask-image: none;
          mask-image: none;
}
.news-detail .news {
  margin: 0;
}
.news-detail .news .section__inner {
  padding-top: 80px;
}
.news-detail .section-background {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .news-detail .section-background {
    padding: 0;
  }
}
.news-detail .section-background::after {
  background-image: none;
}
.news-detail .footer {
  padding-top: 0;
}
.news-detail .footer .footer__inner {
  background-color: rgba(35, 14, 4, 0.6);
  -webkit-mask-image: none;
          mask-image: none;
}

/* title */
.section-title {
  width: 100vw;
  max-width: 700px;
  height: 40vw;
  max-height: 313px;
  margin: 0 auto -40px -10vw;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top 0;
  text-indent: -9999px;
}
@media screen and (min-width: 1025px) {
  .section-title {
    margin: -70px auto -80px -80px;
  }
}
.section-title--s {
  padding-left: 30px;
}
.section-title--s::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 20px;
  height: 3px;
  display: block;
  background-color: #0D0D0D;
}

h2.article-h2 {
  position: relative;
  font-size: 2rem;
  margin-bottom: 10px;
  padding-top: 20px;
}

h3.article-h3 {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-top: 10px;
}/*# sourceMappingURL=news.css.map */