/* ページタイトル */
.archive_title_wrapper {
  position: relative;
  padding-top: 45.6rem;
}

.news_title_base {
  position: absolute;
  top: 25.8rem;
  left: 0;
  width: 34.8rem;
  height: 9.2rem;
  background-image: url(../img/news_title_base.jpg);
  background-repeat: no-repeat;
}

.news_archive_title {
  margin-left: 9rem;
  font-size: 3.6rem;
  line-height: 2.5555em;
}

.news_mark {
  position: absolute;
  top: 18.3rem;
  left: 101.8rem;
  width: 35rem;
  height: 18.9rem;
}

/* 記事一覧 */
.posts {
  position: relative;
  width: 133rem;
  height: 114rem;
  margin-left: 10rem;
  background-image: url("../img/paper_backgruond.jpg");
  background-repeat: no-repeat;
  padding-top: 10rem;
  margin-bottom: 33.6rem;
}

.post {
  display: flex;
  margin-left: 10rem;
  margin-right: 10rem;
  margin-bottom: 5rem;
  font-size: 2.4rem;
}

.post_link {
  color: #000000;
}

.news_title {
  margin-left: 5rem;
}


/* ページネーション */
.pagenation {
  position: absolute;
  bottom: 10rem;
  left: 0;
  height: 11rem;
  width: 100%;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
}

.pages {
  display: none;
}

.previouspostslink,
.page,
.nextpostslink {
  display: inline-flex;
  width: 8.5rem;
  height: 11rem;
  background-color: #AB1122;
  color: white;
  font-size: 3.6rem;
  align-items: center;
  justify-content: center;
  margin: 0 3rem;
}

.current {
  display: inline-flex;
  width: 8.5rem;
  height: 11rem;
  background-color: white;
  color: #AB1122;
  font-size: 3.6rem;
  border: solid 3px #AB1122;
  align-items: center;
  justify-content: center;
  margin: 0 3rem;
}

/* 金の毛筆 */
.left_adjustment {
  overflow-x: clip;
}

.news_left_brush {
  top: -8rem;
  right: 20rem;
  transform: rotate(-52deg);
}

.news_right_brush {
  left: -4rem;
  bottom: -26rem;
  transform: rotate(54deg);
}

@media screen and (max-width:690px) {

  /* ページタイトル */
  .archive_title_wrapper {
    padding-top: 22.7rem;
  }

  .news_title_base {
    top: 12rem;
    left: 0;
    width: 18.9rem;
    height: 5.5rem;
  }

  .news_archive_title {
    margin-left: 3rem;
    font-size: 2.4rem;
    line-height: 2em;
  }

  .news_mark {
    top: 9.8rem;
    left: 19.3rem;
    width: 16.5rem;
    height: 8.9rem;
  }

  /* 記事一覧 */
  .posts {
    width: 34.5rem;
    height: 91.9rem;
    margin-left: 3rem;
    padding-top: 3rem;
    padding-right: 3rem;
    margin-bottom: 5rem;
  }

  .post {
    flex-direction: column;
    margin-left: 3rem;
    margin-bottom: 3rem;
    font-size: 1.6rem;
    margin-right: 0;
  }

  .news_title {
    margin-left: 0rem;
  }



  /* ページネーション */
  .pagenation {
    bottom: 3rem;
    height: 6rem;
    width: 34.5rem;
  }

  .wp-pagenavi {
    width: 34.5rem;
    /* flex-wrap: wrap; */
  }

  .previouspostslink,
  .page,
  .nextpostslink {
    width: 4.5rem;
    height: 6rem;
    font-size: 2.4rem;
    margin: 0 0.75rem;
  }

  .current {
    width: 4.5rem;
    height: 6rem;
    font-size: 2.4rem;
    margin: 0 0.75rem;
  }

  /* 金の毛筆 */
  .news_left_brush {
    display: none;
  }

  .news_right_brush {
    left: -21rem;
    bottom: -13rem;
    transform: rotate(57deg);
  }

}