@charset "utf-8";
/* 共通 */
.news {
  position: relative;
}

.news .section-title {
  margin-bottom: 76px;
}
.news .section-title__en {
  width: 92px;
}
.bg--cream {
  width: 100%;
  position: absolute;
  top: -2px;
}

.encounter {
  padding: 18% 0px 8%;
}
.encounter__sub a {
  width: 34%;
  max-width: 230px;
}
.encounter__subImg {
  width: 62%;
  max-width: 434px;
  margin: 0 auto 30px;
}
.encounter__subImg2 {
  width: 100%;
  max-width: 230px;
}

/* トップのみ */
.top-news {
  background: url("../imgs/news/news_bg.jpg") center center / cover no-repeat;
}
.top-news .contents-wrap {
  padding-top: 96px;
  padding-bottom: 186px;
}
.top-news .news__btn {
  width: 75%;
  max-width: 358px;
  margin: 0 auto;
  display: block;
}

/* アーカイブ、シングル */
.low {
  background: url("../imgs/news/news_low_bg.jpg") center center / cover no-repeat;
}
.low .contents-wrap {
  padding-top: 196px;
  padding-bottom: 100px;
}

/* アーカイブ */

.news-list {
  width: 100%;
  max-width: 1256px;
  margin: 0 auto 88px;
}
.news-list__item:first-child {
  border-top: 1px dashed #ccc;
}
.news-list__item {
  position: relative;
  border-bottom: 1px dashed #ccc;
}
.news-arrow {
  padding: 31px 0;
  display: block;
}
.news-list__itemWrap {
  padding: 0 60px 0 23px;
  display: flex;
  align-items: center;
}
.news-list__dc {
  width: 100%;
  max-width: 350px;
  display: flex;
  align-items: center;
}
.news-list__dc.category--none {
  width: 152px;
}
.news-date {
  color: #69503f;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  width: 132px;
  margin-right: 20px;
  line-height: 1;
}
.news-category {
}
.news-category__text {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  padding: 3px 20px;
  min-width: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e96e00;
  border-radius: 5px;
  line-height: 1.75;
}

.news-ttl {
  color: #69503f;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  width: calc(100% - 350px);
  line-height: 1.75;
}
.news-ttl.category--none {
  width: calc(100% - 152px);
}

/* pagination */

.pagination {
  padding-top: 39px;
  width: 100%;
  /* max-width: 288px; */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 35px;
  text-align: center;
}
.pagination {
}
.pagination li {
  position: relative;
  border-bottom: none;
}
.pagination li a {
  color: #69503f;
  font-family: "DM Sans", serif;
  font-size: 19px;
  font-weight: 500;
  display: block;
  line-height: 1.75;
  position: relative;
  transition: all 0.3s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li.current a {
  text-decoration: underline;
}
.pagination li a:hover {
  text-decoration: underline;
}
.pagination li.next a,
.pagination li.prev a {
  font-size: 12px;
  font-family: "Noto Sans JP", serif;
  line-height: 1.75;
  display: block;
  position: relative;
}
.pagination li.next a {
  padding-right: 18px;
}
.pagination li.prev a {
  padding-left: 18px;
}
.pagination li.next a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 54%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url(../imgs/news/pagination-next.png) center center / cover no-repeat;
}
.pagination li.prev a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 54%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url(../imgs/news/pagination-prev.png) center center / cover no-repeat;
}

/* シングル */
.single-news .contents-wrap {
  padding-bottom: 50px;
}
.low__contents {
  width: 100%;
  max-width: 1256px;
  padding-top: 32px;
  padding-bottom: 110px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.single-news__contents {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}
.single-news__contents .news-list__dc {
  margin-bottom: 27px;
}
.single-news__title {
  color: #69503f;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 55px;
  line-height: 1.75;
}
.low__contents p {
  color: #69503f;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  line-height: 2.39;
}
.low__contents img {
  width: 100%;
  max-width: 609px;
  height: auto;
}

.single-news__contents h1,
.single-news__contents h2,
.single-news__contents h3,
.single-news__contents h4,
.single-news__contents h5,
.single-news__contents h6 {
  color: #69503f;
  font-family: "Noto Sans JP", serif;
  margin-bottom: 10px;
  font-weight: bold;
}

.single-news__contents h1 {
  font-size: 24px;
}

.single-news__contents h2 {
  font-size: 22px;
}

.single-news__contents h3 {
  font-size: 20px;
}

.single-news__contents h4 {
  font-size: 18px;
}

.single-news__contents h5 {
  font-size: 16px;
}

.single-news__contents h6 {
  font-size: 14px;
}

/* シングルページ ページネーション */
.singlePagination {
  width: 100%;
  max-width: 445px;
  padding-top: 140px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.singlePagination ul {
  color: #69503f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.singlePagination ul li a:hover {
  text-decoration: underline;
}
.news__btn {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  display: block;
  width: 40px;
  line-height: 1.75;
}

.singlePagination li.next a,
.singlePagination li.prev a {
  font-size: 12px;
  font-family: "Noto Sans JP", serif;
  line-height: 1.75;
  display: block;
  position: relative;
}
.singlePagination li.next a {
  padding-right: 18px;
}
.singlePagination li.prev a {
  padding-left: 18px;
}
.singlePagination li.next a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 54%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url(../imgs/news/pagination-next.png) center center / cover no-repeat;
}
.singlePagination li.prev a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 54%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url(../imgs/news/pagination-prev.png) center center / cover no-repeat;
}

.noPost {
  color: #69503f;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

/* 矢印動く */
.news-arrow {
  position: relative;
}
.news-arrow::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../imgs/news/arrow_rgt.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 28px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s;
}
/*hoverした際の移動*/
.news-arrow:hover::before {
  left: 20%;
}
.news-arrow:hover::after {
  right: 17px;
}

.news__bg {
  width: 100%;
  position: absolute;
  bottom: -1px;
  z-index: 0;
}
.low__contents p.news-category__text {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.75;
}

@media screen and (max-width: 1080px) {
  /* アーカイブ */
  .news-arrow {
    padding: 21px 0;
  }
}

@media screen and (max-width: 980px) {
  /* アーカイブ */
  .news-list__dc {
    margin-bottom: 13px;
  }
  .news-list__itemWrap {
    display: block;
  }
  .news-list__itemWrap {
    padding: 0 60px 0 15px;
  }
  .news-ttl,
  .news-ttl.category--none {
    width: 100%;
    max-width: initial;
    margin-left: 0;
  }
  .news-arrow {
    padding: 18px 0;
  }
  /* シングル */
  .news-sec__article__ttl {
    margin-bottom: 24px;
    font-size: 21px;
  }
}

@media screen and (max-width: 750px) {
  /* 共通 */
  .low .contents-wrap {
    padding-top: 156px;
  }
  .news .section-title {
    margin-bottom: 56px;
  }

  .encounter__subImg {
    margin: 0 auto 4%;
  }
  /* トップ */
  .top-news .contents-wrap {
    padding-top: 76px;
    padding-bottom: 126px;
  }

  .news-list {
    margin: 0 auto 68px;
  }

  .pagination {
    gap: 0 17px;
  }
  .pagination li a {
    font-size: 16px;
  }

  /* シングル */
  .single-news__title {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 680px) {
  .noPost {
    min-height: 170px;
  }
  .top-news .noPost {
    min-height: initial;
  }
}
