@media screen and (max-width: 767px) {
  .l-lg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body:has(.column) {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  body:has(.column) .sec_pickup {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  body:has(.column) .wrapper {
    width: 100%;
  }
}
body:has(.column) .p-lineup .c-sec__title01 {
  background: url(../images/column/column_mv_pc.jpg) no-repeat center top;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  body:has(.column) .p-lineup .c-sec__title01 {
    background: url(../images/column/column_mv_sp.jpg) no-repeat center top;
    background-size: cover;
    height: 133vw;
  }
}
body:has(.column) .p-lineup .c-sec__title01 * {
  color: #fff;
}

.column {
  --color-border: #D9D7D7;
  --color-bg: #EEEDEB;
  --color-primary: #9B8648;
}
.column a {
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .column .wrapper {
    width: 100%;
    padding-inline: 15px;
  }
}
.top_page .column {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top_page .column {
    overflow-x: hidden;
  }
}

.column-articles__row {
  --col: 3;
  display: grid;
  grid-template-columns: repeat(var(--col), 1fr);
  gap: 56px 24px;
}
@media screen and (max-width: 767px) {
  .column-articles__row {
    --col: 1;
    gap: 32px;
  }
  .top_page .column-articles__row {
    gap: 0;
  }
}
@media screen and (min-width: 768px), print {
  .top_page .column-articles__row {
    gap: 80px;
    display: grid !important;
  }
  .top_page .column-articles__row > article:not(:last-child) {
    position: relative;
  }
  .top_page .column-articles__row > article:not(:last-child):after {
    content: "";
    position: absolute;
    inset: 0 -40px 0 auto;
    margin-block: auto;
    width: 1px;
    height: 100%;
    background: var(--color-border);
  }
}

.column-article > a {
  padding-bottom: 32px;
  border-bottom: solid 1px var(--color-border);
  display: block;
}
.top_page .column-article > a {
  padding-bottom: 0;
  border-bottom: none;
}
@media (hover: hover) {
  .column-article > a:hover .column-article__img:before {
    opacity: 1;
    transform: none;
  }
  .column-article > a:hover .column-article__img:after {
    opacity: 1;
  }
}
.column-article__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.column-article__img:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.5);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.column-article__img:after {
  display: block;
  content: "view more";
  opacity: 0;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Newsreader", serif;
  font-size: 1.8rem;
  transition: opacity 2s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.column-article__img img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #F9F9F9;
}
.column-article__body {
  padding-inline: 32px;
}
.column-article__title {
  font-size: 18px;
  font-weight: normal;
}
.column-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}
.column-article__tags > li {
  color: #807e7e;
  padding: 4px 10px;
  font-size: 1.1rem;
  font-weight: 500;
  background: var(--color-bg);
}

.column-post__back {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .column-post__back {
    margin-top: 56px;
  }
}
.top_page .column-post__back {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_page .column-post__back {
    margin-top: 40px;
  }
}

.column-nav {
  border: solid 1px var(--color-border);
  padding: 32px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .column-nav {
    padding: 20px;
    margin-bottom: 64px;
  }
}
.column-nav__row:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column-nav__row:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px var(--color-border);
  }
}
.column-nav__head {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .column-nav__head:has(.kw) {
    gap: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .column-nav__head:has(.kw):after {
    content: none;
  }
}
.column-nav__head:after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  height: 1px;
  background: var(--color-border);
  margin-block: auto;
  z-index: -1;
}
.column-nav__head + * {
  margin-top: 20px;
}
.column-nav__head .head {
  font-family: "ryo-text-plusn", serif;
  font-size: 18px;
  color: #9B8648;
  padding-right: 12px;
  background: #fff;
  white-space: nowrap;
}
.column-nav__head .kw {
  font-size: 12px;
  padding-right: 12px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column-nav__head .kw {
    padding-right: 0;
  }
}
.column-nav__kw {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .column-nav__kw {
    gap: 0.6rem;
  }
}
.column-nav__kw > li > a {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px var(--color-border);
  font-size: 12px;
}

.c-pagination {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 64px;
  }
}
.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.c-pagination__item {
  --arw: 1.6rem;
}
.c-pagination__item a, .c-pagination__item span {
  font-size: 18px;
  --w: 4rem;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  width: var(--w);
  border-radius: var(--radius);
  background: var(--color-bg);
}
.c-pagination__item .num {
  padding-top: 4px;
}
.c-pagination__item.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-pagination__item .num, .c-pagination__item .arr {
  font-family: "Newsreader", serif;
  transition: var(--ease) var(--time);
  line-height: 1;
}
@media (hover: hover) {
  .c-pagination__item .num:hover, .c-pagination__item .arr:hover {
    color: var(--color-primary);
  }
  .c-pagination__item .num:hover:after, .c-pagination__item .num:hover:before, .c-pagination__item .arr:hover:after, .c-pagination__item .arr:hover:before {
    border-color: var(--color-primary);
  }
}
.c-pagination__item .num:before, .c-pagination__item .num:after, .c-pagination__item .arr:before, .c-pagination__item .arr:after {
  transition: ease 400ms;
}
.c-pagination__item .dotted {
  position: relative;
  background: none;
}
.c-pagination__item.page--next {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .c-pagination__item.page--next {
    margin-left: 24px;
  }
}
.c-pagination__item.page--prev {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .c-pagination__item.page--prev {
    margin-right: 24px;
  }
}
.c-pagination__item.page--next a, .c-pagination__item.page--next span, .c-pagination__item.page--prev a, .c-pagination__item.page--prev span {
  background: none;
}
.c-pagination__item.page--next .arr, .c-pagination__item.page--prev .arr {
  position: relative;
}
.c-pagination__item.page--next .arr:before, .c-pagination__item.page--prev .arr:before {
  content: "";
  rotate: 45deg;
  position: absolute;
  inset: 0;
  margin: auto;
  width: var(--arw);
  height: var(--arw);
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
}
.c-pagination__item.page--prev a, .c-pagination__item.page--prev span, .c-pagination__item.page--first a, .c-pagination__item.page--first span {
  background: none;
}
.c-pagination__item.page--prev .arr, .c-pagination__item.page--first .arr {
  rotate: 180deg;
}
.c-pagination__item.page--first a, .c-pagination__item.page--first span, .c-pagination__item.page--last a, .c-pagination__item.page--last span {
  background: none;
}
.c-pagination__item.page--first .arr, .c-pagination__item.page--last .arr {
  position: relative;
}
.c-pagination__item.page--first .arr:before, .c-pagination__item.page--first .arr:after, .c-pagination__item.page--last .arr:before, .c-pagination__item.page--last .arr:after {
  content: "";
  rotate: 45deg;
  position: absolute;
  inset: 0;
  margin: auto;
  width: var(--arw);
  height: var(--arw);
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
}
.c-pagination__item.page--first .arr:before, .c-pagination__item.page--last .arr:before {
  translate: -0.4rem 0;
}
.c-pagination__item.page--first .arr:after, .c-pagination__item.page--last .arr:after {
  translate: 0.4rem 0;
}
.c-pagination__item.page--current {
  pointer-events: none;
}
.c-pagination__item.page--current .num {
  color: #fff;
  background: #262626;
}