.news {
  width: 128rem;
  margin: 0 auto;
  background-color: #dfdfdf;
  padding-left: 17.5rem;
}

.news_fv {
  width: 100%;
  height: 25rem;
  margin-bottom: 6rem;
}

/* =====
news_area
===== */
.news_area {
  padding: 0 8.7rem 20rem;
}

.news_area_title {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  font-weight: 500;
  font-family: var(--Asc);
  line-height: 1em;
  color: #000000;
  margin-bottom: 10rem;
}

/* category_list 共通 */
.category_list {
  display: flex;
}

.category_list li {
  display: inline-block;
  /* display: flex; */
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: var(--Shippori);
  line-height: calc(20em / 14);
  color: #000000;
  font-size: clamp(14px, 1.6rem, 16px);
  letter-spacing: 0.1em;
  line-height: calc(32 / 16);
}

.category_list li:nth-of-type(n + 2)::before {
  display: inline-block;
  content: "";
  border-left: 0.2rem solid #000000;
  height: 1.6rem;
  margin-left: 1.45rem;
  padding-right: 1.45rem;
}

.cat_item_all.selected {
  font-weight: 700;
}

.category_tag {
  flex-wrap: wrap;
}

.news_tag {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

/* news_item_area */
.news_item_area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 4.7rem;
  column-gap: 5.1rem;
  margin: 10rem 0 15rem;
}

.news_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 44rem;
  height: 36.5rem;
}

.news_item_image {
  position: relative;
  width: 100%;
  height: 24.8rem;
  margin-bottom: 3rem;
}

.news_data {
  position: absolute;
  bottom: -1.5rem;
  left: 1rem;
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  font-family: var(--Asc);
  line-height: 1em;
  color: #FFFFFF;
  background-color: #000000;
  padding: 0.5rem 2rem;
  font-size: clamp(18px, 2rem, 20px);
  letter-spacing: 0.1em;
  line-height: calc(20 / 20);
}

.news_item_title {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: var(--Shippori);
  line-height: calc(26em / 18);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000000;

  font-size: clamp(16px, 1.8rem, 18px);
  letter-spacing: 0.1em;
  line-height: calc(36 / 18);
}

/* =====
pagination
===== */
.screen-reader-text {
  display: none;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}

.page-numbers {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: var(--Shippori);
  line-height: calc(20em / 14);
  width: 2.9rem;
  height: 2.9rem;
  border: 0.1rem solid #000000;
  border-radius: 50%;
  color: #000000;
  background-color: #FFFFFF;
  padding: 0.4rem 1rem 0.3rem;
}

.page-numbers.current {
  background-color: #000000;
  color: #FFFFFF;
  pointer-events: none;
}

.category_list>.item_font {
  font-size: clamp(12px, 1.4rem, 14px);
  letter-spacing: 0.1em;
  line-height: calc(28 / 14);
  display: inline-block;
  text-overflow: ellipsis;
  word-break: break-all;
}

@media screen and (max-width: 699.98px) {

  .news {
    width: 37.5rem;
    margin: 0 auto;
    background-color: #CACACA;
    padding: 7rem 0 0;
  }

  .news_fv {
    width: 100%;
    height: 15rem;
    margin-bottom: 2.5rem;
  }

  /* =====
  news_area
  ===== */
  .news_area {
    padding: 0 1.5rem 15rem;
  }

  .news_area_title {
    display: flex;
    justify-content: center;
    font-size: 3rem;
    font-weight: 500;
    font-family: var(--Asc);
    line-height: 1em;
    color: #000000;
    margin-bottom: 3rem;
  }

  /* category_list 共通 */
  .category_list {
    display: flex;
  }

  .category_list li {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-family: var(--Shippori);
    line-height: calc(20em / 14);
    color: #000000;

    font-size: clamp(12px, 1.4rem, 14px);
    letter-spacing: 0.1em;
    line-height: calc(28 / 14);
  }

  .category_list li:nth-of-type(n + 2)::before {
    display: block;
    content: "";
    border-left: 0.2rem solid #000000;
    height: 1.6rem;
    margin-left: 1.45rem;
    padding-right: 1.45rem;
  }

  .cat_item_all.selected {
    font-weight: 700;
  }

  .category_tag {
    flex-wrap: wrap;
  }

  .news_tag {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  /* news_item_area */
  .news_item_area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 4rem;
    column-gap: unset;
    margin: 4.5rem 0 10rem;
  }

  .news_item {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    width: 100%;
    height: auto;
  }

  .news_item_image {
    position: relative;
    width: 100%;
    height: 19.4rem;
    margin-bottom: 2.3rem;
  }

  .news_data {
    position: absolute;
    bottom: -1.3rem;
    left: 1.5rem;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: var(--Asc);
    line-height: 1em;
    color: #FFFFFF;
    background-color: #000000;
    padding: 0.5rem;
    font-size: clamp(14px, 1.6rem, 16px);
    letter-spacing: 0.1em;
    line-height: calc(16 / 16);
  }

  .news_item_title {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: var(--Shippori);
    line-height: calc(21em / 15);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 1.5rem;

    font-size: clamp(13px, 1.5rem, 15px);
    letter-spacing: 0.1em;
    line-height: calc(30 / 15);
  }

  /* =====
  pagination
  ===== */
  .screen-reader-text {
    display: none;
  }

  .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
  }

  .page-numbers {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: var(--Shippori);
    line-height: calc(20em / 14);
    width: 2.9rem;
    height: 2.9rem;
    border: 0.1rem solid #000000;
    border-radius: 50%;
    color: #000000;
    background-color: #FFFFFF;
    padding: 0.4rem 1rem 0.3rem;
  }

  .page-numbers.current {
    background-color: #000000;
    color: #FFFFFF;
    pointer-events: none;
  }

  .category_list>.item_font {
    font-size: clamp(12px, 1.4rem, 14px);
    letter-spacing: 0.1em;
    line-height: calc(28 / 14);
  }
}