/*=====================================================================
#news
=====================================================================*/
.news__mv {
  background: url(../img/sp_news_topimage.jpg) no-repeat center center/cover;
  height: 245px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .news__mv {
    height: 380px;
  }
}

.news__message {
  color: #fff;
  text-align: center;
}

.news__title {
  font-size: 24px;
  font-family: "Abhaya Libre", serif;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 48px;
  }
}

.news__subtitle {
  font-size: 14px;
  font-family: "Klee One", cursive;
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  .news__subtitle {
    font-size: 24px;
  }
}

.news__inner {
  padding-top: 80px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .news__inner {
    max-width: 990px;
    margin: 0 auto;
  }
}

.news__contain {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .news__contain {
    margin-bottom: 100px;
  }
}

.news__text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .news__text {
    font-size: 16px;
  }
}/*# sourceMappingURL=news.css.map */