/* new css */

.post-cols {
  display: flex;
}

.limit-ttl {
  visibility: hidden;
}
.post-cols {
  display: flex;
}

.item-fixed {
  position: sticky !important;
  top: 138px;
  height: 100%;
  max-height: 700px;
  overflow-y: scroll;
  -ms-overflow-style: none; /* Edge旧バージョン、IE用 */
}
/* Firefoxのみ対象にする */
@-moz-document url-prefix() {
  .item-fixed {
    scrollbar-width: none;
  }
}
/* Chrome, Safari など Webkit系ブラウザ用 */
.item-fixed::-webkit-scrollbar {
  width: 5px; /* 表示する */
  background: #f8f3ed;
}
.item-fixed.item-fixed__single::-webkit-scrollbar {
  background: #f8f3ed;
  width: 10px;
}
.item-fixed::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #525252;
  border-radius: 8px;
}
.item-fixed.item-fixed__single::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #525252;
  border-radius: 8px;
}
.item-fixed__single {
  margin-right: 10px;
  top: 180px;
}

.post-cols__col1 {
  /* padding-top: 55px; */
  padding-top: clamp(20px, 3.4375vw, 55px);
  padding-bottom: clamp(30px, 3.4375vw, 55px);
  padding-left: clamp(20px, 5%, 79px);
  padding-right: 20px;
  width: 27.5%;
}

.post-cols__col2 {
  width: 72.5%;
}

.post-infoBlock:not(:last-child) {
  /* margin-bottom: 78px; */
  margin-bottom: 4.875vw;
}

.post-infoBlock__head {
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  /* font-size: 18px; */
  font-size: clamp(15px, 1.125vw, 18px);
  /* margin-bottom: 30px; */
  margin-bottom: clamp(20px, 1.875vw, 30px);
}

.post-infoBlock__list {
}

.post-infoBlock__list-item {
  display: flex;
  align-items: center;
  /* font-size: 15px; */
  font-size: clamp(12px, 0.9375vw, 15px);
}

.post-infoBlock__archive {
  /* font-size: 15px; */
  font-size: clamp(12px, 0.9375vw, 15px);
  line-height: 1;
  display: block;
}

.post-infoBlock__list-item::before {
  display: inline;
  content: "";
  height: 1px;
  /* width: 15px; */
  width: 0.9375vw;
  background-color: #64625e;
  margin-right: 7.5px;
}

.post-infoBlock__list-item:not(:last-child) {
  /* margin-bottom: 20px; */
  margin-bottom: clamp(10px, 1.25vw, 20px);
}

.post-list {
}

.post-list__item-title {
  /* font-size: 18px; */
  font-size: clamp(14px, 1.125vw, 18px);
  font-weight: bold;
  line-height: 1.6;
}

.post-list__thum-ph {
  border-radius: 0.625vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-single__info,
.post-list__info {
  display: flex;
  align-items: center;
}

.post-single__info-day,
.post-list__info-day {
  /* font-size: 16px; */
  font-size: clamp(13px, 1vw, 16px);
  letter-spacing: 0.1em;
  font-style: italic;
  font-family: century-gothic, sans-serif;
}

.post-single__info-cat,
.post-list__info-cat {
  /* font-size: 14px; */
  font-size: clamp(12px, 0.875vw, 14px);
  letter-spacing: 0.1em;
}

.post-single__info-line,
.post-list__info-line {
  /* height: 20px; */
  height: clamp(17px, 1.25vw, 20px);
  width: 1px;
  background-color: #000000;
  /* margin: 0 24px; */
  margin: 0 clamp(18px, 1.5vw, 24px);
}

.nopost {
  font-size: clamp(12px, 0.9375vw, 15px);
  /* text-align: center; */
  padding-top: clamp(20px, 3.4375vw, 55px);
  padding-left: 2em;
}

/***
NEWS BLOG
**/

.post-list.--type1 .post-list__item-link {
  display: flex;
  justify-content: space-between;
  padding-left: clamp(20px, 2.7%, 32px);
  padding-right: clamp(30px, 6.2%, 71px);
  padding-top: clamp(20px, 2%, 23px);
  padding-bottom: clamp(20px, 2%, 23px);
  transition: background-color 0.3s;
}

.post-list.--type1 .post-list__item-link:hover {
  background-color: #f2f0ea;
}

.post-list.--type1 .post-list__thum {
  width: 22.7%;
}

.post-list.--type1 .post-list__wrap {
  width: 72%;
}

.post-list.--type1 .post-list__info {
  /* margin-bottom: 20px; */
  margin-bottom: clamp(16px, 1.25vw, 20px);
}

.pagination-area.--type1 {
  padding-top: clamp(50px, 3%, 34px);
  padding-bottom: clamp(50px, 8.5%, 98px);
  padding-left: clamp(20px, 2.7%, 31px);
}

/******
詳細ページパーツ
******/
.post-cols2 {
  display: flex;
  justify-content: space-between;
}

.post-cols2__col1 {
  width: 66.8%;
  padding-left: 5%;
}

.post-cols2__col2 {
  width: 24.3%;
}

.post-cols2.--mt1 {
  margin-top: clamp(30px, 2.75vw, 44px);
}

.post-single__title {
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: bold;
  line-height: 2;
  margin-bottom: clamp(20px, 2.5vw, 40px);
}

.post-single__content img {
  width: 100%;
  height: auto;
  border-radius: 1.5%;
}

.post-single__content p {
  line-height: 1.6666;
  font-size: clamp(14px, 1vw, 16px);
}

.post-single__content p:not(:last-child) {
  margin-bottom: 40px;
}

.post-single__ttlCatBox {
  display: flex;
  gap: 1.5vw;
}

.post-share {
  padding-top: 36px;
  padding-bottom: 36px;
  margin-top: 100px;
}

.post-share__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
}

.post-share__list-item {
  display: block;
}

.post-share__list-item.--fb {
  width: 36px;
}

.post-share__list-item.--x {
  width: 30px;
}

.post-share__title {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.post-back {
  padding-top: 96px;
  padding-bottom: 96px;
  text-align: center;
  margin-top: clamp(78px, 11.25vw, 180px);
}

.post-back.mgt--none {
  margin-top: 0;
}

.post-back__link {
  font-size: 15px;
}
/***
スタッフブログのボタン
**/
.blog__btn.new {
  margin-top: clamp(15px, 1.875vw, 30px);
}
.blog__btnLink {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #b7a958;
  border-radius: 0.625vw;
  font-size: clamp(12px, 0.9375vw, 15px);
}
/***
ページネーション
**/

.pagination {
  display: flex;
  gap: clamp(6px, 0.5625vw, 9px);
}

.pagination li a {
  min-height: clamp(35px, 2.4375vw, 39px);
  min-width: clamp(35px, 2.4375vw, 39px);
  border-radius: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #cccccc 1px solid;
  font-size: clamp(14px, 0.875vw, 18px);
  color: #181818;
  transition: background-color 0.3s;
  font-family: century-gothic, sans-serif;
  font-weight: bold;
}

.pagination li a:hover {
  background-color: #181818;
  color: #fff;
}

.pagination li a:hover .pagination__arrow {
  filter: brightness(0) invert(1);
}

.pagination li.current a {
  color: #fff;
  background-color: #181818;
}

.pagination__arrow {
  height: auto;
  width: 0.5625vw;
  min-width: 6px;
}

/* シングル */
.pagenav-single {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.pagenav-single a {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}

.pagenav-single a.prev,
.pagenav-single a.next {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.pagenav-single a.prev {
  padding-left: 25px;
  left: 25px;
}

.pagenav-single a.next {
  padding-right: 25px;
  right: 25px;
}

.pagenav-single a.prev::before,
.pagenav-single a.next::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
.pagenav-single a.prev::before {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  left: 0;
  transform: rotate(-45deg);
}
.pagenav-single a.next::before {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  right: 0;
  transform: rotate(45deg);
}

.post-single__formWrap {
  width: calc(100% - 16vw);
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .item-fixed {
    top: 70px;
  }

  .item-fixed__single {
    top: 120px;
  }
}

@media screen and (max-width: 750px) {
  .post-cols {
    flex-direction: column;
    border-top: none;
  }

  .post-cols__col1 {
    width: 100%;
    display: flex;
    gap: 0 20%;
    margin-bottom: 20px;
    overflow: auto;
    max-height: none;
  }

  .post-cols__col2 {
    width: 100%;
  }

  .post-infoBlock__list-item,
  .post-infoBlock__archive {
    font-size: 14px;
  }

  .post-infoBlock__list-item::before {
    width: 14px;
  }

  .post-infoBlock__head {
    font-size: 16px;
  }

  .pagination-area.--type1 .pagination {
    justify-content: center;
  }

  .post-list.--type1 .post-list__thum {
    width: 44.7%;
  }

  .post-list.--type1 .post-list__wrap {
    width: 48%;
  }

  .post-list.--type1 .post-list__info {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-list.--type1 .post-list__info-line {
    width: clamp(17px, 1.25vw, 20px);
    height: 1px;
    margin: 10px 0;
  }

  .pagination-area.--type1 {
    padding-left: 0;
  }

  .post-cols2 {
    flex-direction: column;
  }

  .post-cols2__col1 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-cols2__col2 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 48px;
    display: flex;
    gap: 0 10%;
  }

  .post-single__ttlCatBox {
    flex-direction: column;
    gap: 0;
  }

  .nopost {
    font-size: 14px;
  }

  .item-fixed {
    position: static !important;
  }
  .post-single__formWrap {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .top-news .post-list__rgt.border-l:nth-child(even) {
    border-left: none;
  }
  .top-news .wide-btn.border-t {
    border-top: none;
  }
  .post-list.--type1 .post-list__thum {
    /* width: 75%; */
    width: 100%;
    margin-bottom: 20px;
  }

  .post-list.--type1 .post-list__item-link {
    flex-direction: column;
  }

  .post-list.--type1 .post-list__wrap {
    width: 100%;
  }

  .post-list.--type1 .post-list__info {
    flex-direction: row;
    align-items: center;
  }

  .post-list.--type1 .post-list__info-line {
    height: clamp(17px, 1.25vw, 20px);
    width: 1px;
    margin: 0 10px;
  }
  /* ニュースもコラムもスマホの時に二列にするため追加↓ */
  .post-list.--type1 {
    display: flex;
    flex-wrap: wrap;
  }
  .post-list.--type1 .post-list__item {
    width: calc(100% / 2);
    position: relative;
    border-bottom: none;
  }
  .post-list.--type1 .post-list__item:nth-child(2n + 1)::after {
    content: "";
    position: absolute;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    height: 1px;
    background-color: #ccc;
    z-index: 1;
  }
  .post-list.--type1 .post-list__item .post-list__item-link {
    padding: clamp(14px, 6.2%, 71px);
  }
  .post-list.--type1 .post-list__item:nth-child(odd) {
    border-right: 1px solid #cccccc;
  }
  .post-list.--type1 .post-list__info {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-list.--type1 .post-list__info-line {
    width: clamp(17px, 1.25vw, 20px);
    height: 1px;
    margin: 10px 0;
  }
}
