@charset "UTF-8";
/**
 * 新着情報一覧ページ専用スタイル
 * スコープ: .mf-scope-news 配下のみで適用
 */
/**
 * 変数定義
 * テーマ全体で使用する色、フォント、サイズなどの変数を定義
 */
/**
 * ミックスイン定義
 * 再利用可能なスタイルパターンを定義
 */
/* ==========================================================================
  新着情報一覧ページ
========================================================================== */
.mf-scope-news {
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #f2eee9;
  overflow: hidden;
  position: relative;
}
.mf-scope-news::before {
  content: "";
  width: 288px;
  height: 246px;
  background-image: url(/wp-content/themes/mori-farm/assets/img/news/deco_img_01.png);
  background-size: 100% auto;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .mf-scope-news::before {
    width: min(31.3333333333vw, 235px);
    height: min(32.8vw, 246px);
    background-image: url(/wp-content/themes/mori-farm/assets/img/news/sp/deco_img_01.png);
    top: 67vw;
  }
}
.mf-scope-news::after {
  content: "";
  width: 182px;
  height: 199px;
  background-image: url(/wp-content/themes/mori-farm/assets/img/news/deco_img_03.png);
  background-size: 100% auto;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .mf-scope-news::after {
    content: none;
  }
}
@media (max-width: 768px) {
  .mf-scope-news {
    padding-top: min(9.3333333333vw, 70px);
    padding-bottom: min(26.6666666667vw, 200px);
  }
}
.mf-scope-news .mf-news-archive {
  position: relative;
  z-index: 10;
}
.mf-scope-news .mf-news-archive::before {
  content: "";
  width: 160px;
  height: 254px;
  background-image: url(/wp-content/themes/mori-farm/assets/img/news/deco_img_02.png);
  background-size: 100% auto;
  position: absolute;
  bottom: -270px;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .mf-scope-news .mf-news-archive::before {
    content: none;
  }
}
.mf-scope-news .mf-news-archive::after {
  content: "";
  width: 242px;
  height: 526px;
  background-image: url(/wp-content/themes/mori-farm/assets/img/news/deco_img_04.png);
  background-size: 100% auto;
  position: absolute;
  bottom: -95px;
  right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .mf-scope-news .mf-news-archive::after {
    content: none;
  }
}
.mf-scope-news .mf-news-archive__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .mf-scope-news .mf-news-archive__heading {
    width: min(93.3333333333vw, 700px);
    margin-left: auto;
    margin-right: auto;
  }
}
.mf-scope-news .mf-news-archive__list {
  width: 540px;
  margin: 90px auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .mf-scope-news .mf-news-archive__list {
    width: min(89.3333333333vw, 670px);
    margin-left: auto;
    margin-right: auto;
    margin-top: min(16vw, 120px);
    margin-bottom: min(13.3333333333vw, 100px);
  }
}
.mf-scope-news .mf-news-archive__item {
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.mf-scope-news .mf-news-archive__item + .mf-news-archive__item {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .mf-scope-news .mf-news-archive__item {
    flex-direction: column;
  }
}
.mf-scope-news .mf-news-archive__date {
  width: 150px;
  font-size: 21px;
  line-height: 2;
  color: #33230B;
}
@media (max-width: 768px) {
  .mf-scope-news .mf-news-archive__date {
    width: 100%;
    font-size: min(4vw, 30px);
  }
}
.mf-scope-news .mf-news-archive__txt {
  flex: 1;
  font-size: 21px;
  line-height: 2;
  font-weight: normal;
}
@media (max-width: 768px) {
  .mf-scope-news .mf-news-archive__txt {
    width: 100%;
    font-size: min(4vw, 30px);
  }
}
.mf-scope-news .mf-news-archive__empty {
  text-align: center;
  padding: 4rem 2rem;
  color: #7f8c8d;
}
.mf-scope-news .mf-news-archive__empty-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #5a6c7d;
}
.mf-scope-news .mf-news-archive__empty-text {
  font-size: 1rem;
  line-height: 1.6;
}
.mf-scope-news .mf-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .mf-scope-news .mf-pagination__list {
    gap: min(2.6666666667vw, 20px);
  }
}
.mf-scope-news .mf-pagination__item {
  width: 55px;
  height: 55px;
}
@media (max-width: 768px) {
  .mf-scope-news .mf-pagination__item {
    width: min(10.6666666667vw, 80px);
    height: min(10.6666666667vw, 80px);
  }
}
.mf-scope-news .mf-pagination__item .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #33230B;
  font-size: 18px;
}
@media (max-width: 768px) {
  .mf-scope-news .mf-pagination__item .page-numbers {
    font-size: min(4.2666666667vw, 32px);
  }
}
.mf-scope-news .mf-pagination__item .page-numbers.current {
  background-color: #896749;
  color: #fff;
}
.mf-scope-news .mf-pagination__item--hidden {
  display: none !important;
}
.mf-scope-news .mf-pagination__prev, .mf-scope-news .mf-pagination__next {
  font-weight: bold;
}
.mf-scope-news .mf-pagination__arrow {
  width: 7px;
  height: 12px;
  vertical-align: middle;
}
.mf-scope-news .mf-pagination__arrow--first {
  width: 13px;
  height: 12px;
}
.mf-scope-news .mf-pagination__arrow--last {
  width: 13px;
  height: 12px;
}
.mf-scope-news .mf-pagination__arrow--prev {
  transform: rotate(180deg);
}

/*# sourceMappingURL=style.css.map */
