@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-VF.woff") format("woff-variations");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
}
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8;
  font-style: normal;
  color: #222222;
}

/* ==========================================================
  column-pager：ページネーション
   ========================================================== */
.column-pager {
  margin-inline: auto;
  position: relative;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2rem);
}
@media (min-width: 768px) {
  .column-pager {
    margin-top: 4rem;
    max-width: 45rem;
  }
}

.column-pager__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .column-pager__list {
    gap: 0.5rem;
  }
}

.column-pager__link {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.89rem;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  transition: color 0.3s ease;
}
.column-pager__link::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  height: 0.125rem;
  width: 0.67rem;
  background-color: transparent;
  transition: 0.3s all ease-in-out;
}
.column-pager__link:hover {
  opacity: 1;
  color: #222222;
}
.column-pager__link:hover::after {
  background-color: #222222;
}
.column-pager__link.is-current {
  font-weight: 700;
}
.column-pager__link.is-current::after {
  background-color: #222222;
}

.column-pager__arrow {
  position: relative;
  width: 0.625rem;
  height: 1rem;
  flex-shrink: 0;
}
.column-pager__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/common/right_arrow__black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.column-pager__arrow-prev::before {
  transform: rotate(180deg);
}
.column-pager__arrow:hover {
  opacity: 0.6;
}

/* ==========================================================
  column-filter：カテゴリーで絞り込みタブ
   ========================================================== */
.column-filter__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: flex-start;
  gap: 0.5rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .column-filter__list {
    grid-template-columns: unset;
    display: flex;
    flex-wrap: wrap;
    gap: 0.67rem;
    max-width: 58.5rem;
    width: 100%;
  }
}

.column-filter__link {
  display: inline-block;
  padding: 0.63rem;
  border: 0.0625rem solid #1c2b4a;
  border-radius: 62.4375rem;
  background-color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  color: #1c2b4a;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (min-width: 768px) {
  .column-filter__link {
    padding: 0.56rem;
    font-size: 0.89rem;
    min-width: 9.125rem;
    width: 9.192rem;
  }
}
.column-filter__link:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #1c2b4a;
}
.column-filter__link.is-active {
  color: #ffffff;
  background-color: #1c2b4a;
}
.column-filter__link.is-active:hover {
  color: #ffffff;
  background-color: #1c2b4a;
}

/* ==========================================================
  column-card：コラム一覧カード
   ========================================================== */
.column-card__list {
  display: grid;
  grid-template-columns: 1fr;
  margin: 2.5rem 0 0 0;
  padding: 0;
  list-style: none;
  border-top: 0.0625rem solid #c3b9b5;
  border-left: 0.0625rem solid #c3b9b5;
}
@media (min-width: 768px) {
  .column-card__list {
    margin: 4rem 0 0 0;
    grid-template-columns: repeat(3, 1fr);
  }
}

.column-card__item {
  border-right: 0.0625rem solid #c3b9b5;
  border-bottom: 0.0625rem solid #c3b9b5;
}
.column-card__item.column-card__item--empty {
  border: none;
  grid-column: 1/-1;
  padding: 3rem 2rem;
  text-align: center;
}

.column-card__list--empty {
  border-top: none;
  border-left: none;
}

.column-card__link {
  position: relative;
  display: block;
  height: 100%;
  padding: 2.3rem 2rem;
  text-decoration: none;
  color: #222222;
  background-color: transparent;
  opacity: 1;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .column-card__link {
    padding: 2.3rem 2rem;
  }
}
@media (min-width: 960px) {
  .column-card__link {
    padding: 2.389rem 4rem;
  }
}
.column-card__link:hover {
  opacity: 1;
  background-color: #fffaf3;
}
.column-card__link:hover .column-card__thumb img {
  transform: translate(-50%, -50%) scale(1.1);
}

.column-card__stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.column-card__thumb {
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.column-card__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column-card__thumb {
  border-radius: 0.33rem;
}
.column-card__thumb img {
  transition: transform 0.3s ease;
}

.column-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.38rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .column-card__meta {
    gap: 0.67rem;
    margin-bottom: 0.67rem;
  }
}

.column-card__cat {
  display: inline-block;
  padding: 0.13rem 0.5rem;
  border: 0.0625rem solid #222222;
  border-radius: 62.4375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (min-width: 768px) {
  .column-card__cat {
    padding: 0.11rem 0.67rem;
    font-size: 0.78rem;
  }
}

.column-card__date {
  display: grid;
  grid-template-columns: max-content max-content;
  -moz-column-gap: 0.33rem;
       column-gap: 0.33rem;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (min-width: 768px) {
  .column-card__date {
    font-size: 0.78rem;
  }
}
.column-card__date:before {
  content: "";
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 62.4375rem;
  background-color: #c4a35a;
}
@media (min-width: 768px) {
  .column-card__date:before {
    width: 0.33rem;
    height: 0.33rem;
  }
}

.column-card__title {
  margin: 0 0 0.5rem;
  font-weight: 700;
  font-size: 1.13rem;
  line-height: 170%;
  letter-spacing: 0.03em;
  color: #222222;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 768px) {
  .column-card__title {
    margin: 0 0 1rem;
    font-size: 1.11rem;
  }
}

.column-card__tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .column-card__tags {
    gap: 0.67rem;
  }
}

.column-card__tag {
  font-size: 0.88rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #222222;
}
@media (min-width: 768px) {
  .column-card__tag {
    font-size: 0.78rem;
  }
}
.column-card__tag a {
  color: inherit;
  text-decoration: none;
}
.column-card__tag a:hover {
  text-decoration: underline;
}

.column-archive_section {
  border-bottom: 0.0625rem solid #c3b9b5;
}/*# sourceMappingURL=column.css.map */