#wrap {
  padding-top: 120px;
}

@media screen and (min-width: 768px) and (max-width: 930px) {
  #wrap {
    padding-top: 200px;
  }
}

#wrap .news-title {
  margin: 0;
  padding: 0;
}

#wrap .news-title .box-title__inner {
  background: url(../img/news/title2_sp.png) no-repeat top center, url(../img/news/title_bg.png) no-repeat top center;
  background-size: cover;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  #wrap .news-title .box-title__inner {
    background: url(../img/news/title_pc.png) no-repeat top center, url(../img/news/title_bg.png) no-repeat top center;
  }
}

#wrap .news-title .box-title__inner h1 {
  font-weight: bold;
  height: 70vw;
  padding-top: 11vw;
  text-shadow: 0px 0px 10px rgba(208, 62, 59, 0.5), 0px 0px 10px rgba(208, 62, 59, 0.5), 0px 0px 10px rgba(208, 62, 59, 0.5), 0px 0px 10px rgba(208, 62, 59, 0.5);
}

@media screen and (max-width: 767px) {
  #wrap .news-title .box-title__inner h1 {
    font-size: 2.7em;
    line-height: 120%;
  }
}

@media screen and (min-width: 768px) {
  #wrap .news-title .box-title__inner h1 {
    padding-top: 32px;
    height: 160px;
  }
}

#news-archives .news-archives__inner .box-title {
  padding: 0;
  margin-bottom: 100px;
}

#news-archives .news-archives__inner-title {
  font-family: "New Tegomin", serif;
  font-size: 20px;
  font-size: 5.12821vw;
}

@media screen and (min-width: 768px) {
  #news-archives .news-archives__inner-title {
    font-size: 18px;
  }
}

#news-archives .news-archives__inner-title .cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  width: 95%;
  margin: 40px auto 0;
}

#news-archives .news-archives__inner-title .cat_list li {
  width: calc(100% / 3);
}

#news-archives .news-archives__inner-title .cat_list li a {
  color: #fff;
  border: 2px solid #fff;
  display: block;
  line-height: 200%;
}

#news-archives .news-archives__inner-title .cat_list li a.on {
  border: 2px solid #fcce00;
  color: #fcce00;
}

#news-archives .news-archives__inner-title .cat_list li a.on:hover {
  text-decoration: none;
  background-color: rgba(252, 206, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#news-archives .news-archives__inner-title .cat_list li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#news-archives .news-archives__inner-title p {
  line-height: 120%;
  font-size: 20px;
  font-size: 5.12821vw;
}

@media screen and (min-width: 768px) {
  #news-archives .news-archives__inner-title p {
    font-size: 23px;
  }
}

#news-archives .news-archives__inner-title .box-title__inner {
  width: 100%;
}

#news-archives .news-archives__inner-title .box-title__inner h1 {
  padding: 0;
  margin: 0;
}

#news-archives .news-archiveslist {
  width: 90%;
  margin: 0 auto 100px;
  font-family: "Kaisei Decol", serif;
}

#news-archives .news-archiveslist__list {
  margin-bottom: 80px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#news-archives .news-archiveslist__list a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#news-archives .news-archiveslist__list-img {
  position: relative;
}

#news-archives .news-archiveslist__list-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}

#news-archives .news-archiveslist__list p.date {
  margin: 0 3%;
  padding: 0;
  color: #fff;
  line-height: 140%;
}

#news-archives .news-archiveslist__list .cat {
  margin-top: auto;
  margin: 5% 3% 0 3%;
  color: #fff;
  font-size: 10px;
  font-size: 2.5641vw;
}

@media screen and (min-width: 768px) {
  #news-archives .news-archiveslist__list .cat {
    font-size: 12px;
  }
}

#news-archives .news-archiveslist__list .cat span {
  border: 1px solid #fff;
  padding: 3px 5px;
}

#news-archives .news-archiveslist__list .cat span + span {
  margin-left: 10px;
}

#news-archives .news-archiveslist__list .news-archiveslist-title {
  color: #fcce00;
  margin: 0 3%;
  line-height: 130%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#news-archives .news-archiveslist__list .news-archiveslist-text {
  color: #fff;
  margin: 10px 3% 0;
  line-height: 150%;
}

#news-archives .news-archiveslist__list .news-archiveslist-text p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

#news-archives .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#news-archives .pagination .nav-links a,
#news-archives .pagination .nav-links span {
  margin: 0 10px 0 0;
  display: block;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-size: 3.84615vw;
}

@media screen and (min-width: 768px) {
  #news-archives .pagination .nav-links a,
  #news-archives .pagination .nav-links span {
    font-size: 18px;
  }
}

#news-archives .pagination .nav-links a.prev,
#news-archives .pagination .nav-links span.prev {
  width: 5em;
}

#news-archives .pagination .nav-links a.next,
#news-archives .pagination .nav-links span.next {
  width: 5em;
}

#news-archives .pagination .nav-links span.current {
  background-color: #fcce00;
  color: #000;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  #news-archives .news-archives__inner {
    max-width: 1240px;
    margin: 0 auto;
  }
  #news-archives .news-archives__inner-title .cat_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #news-archives .news-archives__inner-title .cat_list li {
    margin: 0 0 10px 10px;
    width: 8em;
  }
  #news-archives .news-archives__inner-title .cat_list li:last-child {
    margin-right: 0;
  }
  #news-archives .news-archives__inner-title .box-title__inner h1 {
    background-size: contain;
    background: url(../img/news/title_bg.png) no-repeat bottom center;
    padding: 0;
  }
  #news-archives .news-archiveslist__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #news-archives .news-archiveslist__list {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  #news-archives .news-archiveslist__list:nth-child(3n) {
    margin-right: 0;
  }
  #news-archives .btn-type1 {
    width: 70%;
    margin: 0 auto;
  }
  #news-archives .pagination li:first-child a {
    margin-right: 50px;
  }
  #news-archives .pagination li:last-child a {
    margin-left: 50px;
  }
}

#news-detail {
  width: 90%;
  margin: 50px auto 0;
  font-family: "Kaisei Decol", serif;
}

#news-detail .news-detail__inner-title {
  margin-bottom: 50px;
}

#news-detail .news-detail__inner-title h1 {
  color: #fcce00;
  font-size: 25px;
  font-size: 6.41026vw;
}

@media screen and (min-width: 768px) {
  #news-detail .news-detail__inner-title h1 {
    font-size: 28px;
  }
}

#news-detail .news-detail__inner-title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#news-detail .news-detail__inner-title h2 span {
  background: url(../img/news/cat_bg.png) no-repeat top center;
  background-size: cover;
  width: 6em;
  display: block;
  color: #000;
  font-weight: bold;
  text-align: center;
  border: none;
  padding: 10px 0;
  font-size: 25px;
  font-size: 6.41026vw;
}

@media screen and (min-width: 768px) {
  #news-detail .news-detail__inner-title h2 span {
    font-size: 23px;
  }
}

#news-detail .news-detail__inner-title h2 span + span {
  margin-left: 10px;
}

#news-detail .news-detail__inner-entry h1 {
  margin: 80px 0 10px 0;
  color: #fcce00;
  padding: 10px 0 0 0;
  position: relative;
  border-top: 1px solid #fcce00;
  font-size: 22px;
  font-size: 5.64103vw;
}

@media screen and (min-width: 768px) {
  #news-detail .news-detail__inner-entry h1 {
    font-size: 25px;
  }
}

#news-detail .news-detail__inner-entry h1::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 50%;
  height: 3px;
  content: "";
  background: #fcce00;
}

#news-detail .news-detail__inner-entry h2 {
  color: #fcce00;
  margin: 50px 0 5px 0;
  font-size: 20px;
  font-size: 5.12821vw;
}

@media screen and (min-width: 768px) {
  #news-detail .news-detail__inner-entry h2 {
    font-size: 22px;
  }
}

#news-detail .news-detail__inner-entry h2 + p {
  margin-top: 0;
}

#news-detail .news-detail__inner-entry h3 {
  color: #fcce00;
  margin: 50px 0 5px 0;
  font-size: 18px;
  font-size: 4.61538vw;
}

@media screen and (min-width: 768px) {
  #news-detail .news-detail__inner-entry h3 {
    font-size: 20px;
  }
}

#news-detail .news-detail__inner-entry h3 + p {
  margin-top: 0;
}

#news-detail .news-detail__inner-entry .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

#news-detail .news-detail__inner-entry .col p {
  margin: 0;
  padding: 0;
}

#news-detail .news-detail__inner-entry .col p img {
  width: 100%;
}

#news-detail .btn_return {
  margin-top: 100px;
}

#news-detail .btn_return a {
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 15px 0;
  display: block;
  font-size: 20px;
  font-size: 5.12821vw;
}

@media screen and (min-width: 768px) {
  #news-detail .btn_return a {
    font-size: 23px;
  }
}

#news-detail .btn_return a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  #news-detail {
    max-width: 900px;
  }
  #news-detail .news-detail__inner-entry h1::before {
    width: 4em;
  }
  #news-detail .news-detail__inner .col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #news-detail .news-detail__inner .col p + p {
    margin-left: 20px;
  }
  #news-detail .btn_return {
    width: 300px;
    margin: 100px auto 0;
  }
}
/*# sourceMappingURL=news.css.map */