@charset "UTF-8";
.page-header::before {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.post-list {
  width: 100%;
  margin: 0 auto 80px;
  display: grid;
  grid-gap: 0;
}
@media screen and (min-width: 768px) {
  .post-list {
    margin-bottom: 100px;
  }
}
.post-list .postItem {
  width: 100%;
}
.post-list .postItem__link {
  width: 100%;
  padding: 30px 20px;
  border-bottom: 1px solid var(--main);
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
}
.post-list .postItem__link:hover {
  background-color: rgba(31, 92, 44, 0.1);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .post-list .postItem__link {
    flex-direction: row;
    grid-gap: 20px;
  }
}
.post-list .postItem__img {
  width: 100%;
  max-width: 300px;
  padding-top: min(66.5%, 199.5px);
}
@media screen and (min-width: 768px) {
  .post-list .postItem__img {
    width: 40%;
    max-width: 100%;
    padding-top: 26.6%;
    flex-shrink: 0;
  }
}
.post-list .postItem__txtWrap {
  width: 100%;
  font-size: 87.5%;
}
.post-list .postItem__txtWrap_date {
  color: var(--main);
  font-size: 87.5%;
}
.post-list .postItem__txtWrap_ttl {
  font-size: 112.5%;
}
.archive-header-title {
  margin-bottom: 1.5em;
  color: var(--main);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .archive-header-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 992px) {
  .archive-header-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .archive-header-title {
    font-size: 35px;
  }
}
@media screen and (min-width: 1440px) {
  .archive-header-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .archive-header-title {
    font-size: 45px;
  }
}
@media screen and (min-width: 1920px) {
  .archive-header-title {
    font-size: 50px;
  }
}

.entry-header .entry-title {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main);
  color: var(--main);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .entry-header .entry-title {
    font-size: 32px;
  }
}
.entry-header .entry-metaWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
@media screen and (min-width: 768px) {
  .entry-header .entry-metaWrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.entry-header .entry-cats {
  font-size: 87.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-gap: 10px;
}
.entry-header .entry-cats li {
  margin: 0;
}
.entry-header .entry-cats a {
  padding: 5px 10px;
  border: 1px solid var(--main);
  text-decoration: none;
  display: block;
}
.entry-header .entry-meta {
  margin-left: auto;
  order: -1;
}
.entry-header .entry-meta .entry-meta-item-date {
  margin: 0;
}
.entry-header .entry-meta .entry-meta-item-date i {
  display: none;
}
.entry-header .entry-meta .entry-meta-item-updated, .entry-header .entry-meta .entry-meta-item-author {
  display: none;
}
@media screen and (min-width: 768px) {
  .entry-header .entry-meta {
    margin-left: 0;
    line-height: 31px;
    order: 0;
    flex-shrink: 0;
  }
}

.mvImg {
  width: 100%;
}

.secMainTxt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
}
.secMainTxt__blk {
  width: 100%;
  padding: 30px 0;
}
@media screen and (min-width: 992px) {
  .secMainTxt__blk {
    padding: 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .sub-section {
    margin: 60px 0;
  }
}
.sub-section .widget_link_list {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.sub-section .widget_link_list .sub-section-title {
  margin-bottom: 0.5em;
  color: var(--main);
  font-weight: 600;
}
.sub-section .widget_link_list > ul li a {
  color: var(--main);
  border-bottom-color: var(--ac1);
}