@charset "utf-8";
#column {
  margin-bottom: 0;
}
/*---------------------------------------------------------------
mv
---------------------------------------------------------------*/
.archive .lower-mv {
  height: 192px;
  background: url(../imgs/column/list_bg.webp) no-repeat center top;
  background-size: cover;
}
.detail .lower-mv {
  height: 121px;
  background: url(../imgs/column/detail_bg.webp) no-repeat center top;
  background-size: cover;
}
.detail .lower-mv .container {
    justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .archive .lower-mv {
    height: 33.86666vw;
    background: url(../imgs/column/list_bg--sp.webp) no-repeat center top;
    background-size: contain;
  }
  .archive .lower-mv h2 img {
    width: 46.4vw;
  }
  .detail .lower-mv .container {
    padding: 0 6.93333vw;
  }
  .detail .lower-mv {
    height: 20.26666vw;
    background: url(../imgs/column/detail_bg--sp.webp) no-repeat center top;
    background-size: contain;
  }
  .detail .lower-mv h2 img {
    width: 20vw;
  }
}
/*---------------------------------------------------------------
archive
---------------------------------------------------------------*/

.cat-list {
  margin: 0 0 30px;
}
.cat-list h3 {
  font-size: 18px;
  font-weight: bold;
}
.cat-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}
.cat-list ul li {
  width: calc((100% - (5px * 3)) / 4);
  height: 46px;
  background: #dbdbdb;
}
.cat-list ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #212529;
}
.cat-list ul li.active a,
.cat-list ul li a:hover {
  background: #707070;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cat-list {
    margin: 0 0 8vw;
  }
  .cat-list h3 {
    font-size: 4.8vw;
    text-align: center;
  }
  .cat-list ul {
    gap: 0.98666vw;
  }
  .cat-list ul li {
    width: calc((100% - 0.98666vw) / 2);
    height: 12.2666vw;
  }
  .cat-list ul li a {
    font-size: 4vw;
  }
}
.column-list {
  margin: 0 0 50px;
  padding: 50px;
}
.column-list ul.row {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  gap: 46px;
}
.column-list ul.row li {
  width: calc((100% - 46px) / 2);
  font-size: 19px;
}
.more-btn {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .column-list {
    margin-bottom: 6.6666vw;
    padding: 8.53333vw 8vw 8vw;
  }
  .column-list ul.row {
    margin: 0 0 8vw 0;
    gap: 1.8666vw;
  }
  .column-list ul.row li {
    width: 100%;
    font-size: 5.06666vw;
  }
  .more-btn {
    margin-bottom: 65px;
  }
}
/*---------------------------------------------------------------
detail
---------------------------------------------------------------*/
.post-meta .cat {
  display: inline-block;
  width: 100px;
  font-size: 15px;
  line-height: normal;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}
.column-header h2 {
  font-size: 30px;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  margin-bottom: 60px;
}
.column-content {
  border-top: 1px solid #e67baa;
  border-bottom: 1px solid #e67baa;
  padding: 32px 0 80px;
  margin-bottom: 70px;
}
.detail .pagenation {
  margin-bottom: 85px;
}
.detail .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.detail .pagenation ul a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #212529;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #707070;
}
.detail .pagenation ul a:hover {
  color: #fff;
  background: #707070;
  text-decoration: none;
}
.detail .pagenation ul .all {
  width: 157px;
}
.detail .pagenation ul .prev,
.detail .pagenation ul .next {
  width: 120px;
}
@media screen and (max-width: 768px) {
  #post .container {
    padding: 0 13.3333vw;
  }
  .post-meta .cat {
    width: 26.666vw;
    font-size: 4vw;
    padding: 1.33333vw;
    margin-bottom: 2.6666vw;
  }
  .column-header h2 {
    font-size: 5.06666vw;
    margin-bottom: 13.3333vw;
  }
  .column-content {
    padding: 6.66666vw 0 6.4vw;
    margin-bottom: 12.26666vw;
  }
  .detail .pagenation {
    margin-bottom: 18.93333vw;
  }
  .detail .pagenation ul {
    gap: 0;
    justify-content: space-between;
  }
  .detail .pagenation ul a {
    font-size: 5.33333vw;
    height: 10.6666vw;
  }
  .detail .pagenation ul .all {
    width: 22.9333vw;
  }
  .detail .pagenation ul .prev,
  .detail .pagenation ul .next {
    width: 18.1333vw;
  }
}


/* ===============================
	pagenation
 =============================== */
#pagenation {

}
#pagenation a:hover {
  opacity: 1;
}
#pagenation .pagenation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 13px;
  list-style: none;
  padding-left: 0 !important;
}
#pagenation .pagenation .pagination-no-num span,
#pagenation .pagenation .pagination-no-num a {
  font-weight: 700;
/*   color: #fff;
  background: #707070;
  border-radius: 100px; */
  padding: 4px 6px;
}
#pagenation .pagenation .pagination-no-num span {
	opacity: .3;
}
#pagenation .pagenation .pagination-no-num a {
  color: #212529;
}
#pagenation .pagenation .pagination-index span,
#pagenation .pagenation .pagination-sp a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #212529;
  /* display: block;
  padding: 0 10px 2px; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #707070;
}
#pagenation .pagenation .pagination-index span,
#pagenation .pagenation .pagination-sp a:hover {
  color: #fff;
  background: #707070;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  #pagenation {
    padding: 2.93333333333333vw 0;
  }
  #pagenation .pagenation {
    gap: 3.2vw;
  }
  #pagenation .pagenation .pagination-index span,
  #pagenation .pagenation .pagination-sp a {
    font-size: 5.33333vw;
    width: 10.6666vw;
    height: 10.6666vw;
  }
}


.postWysiwyg {
  background: var(--C-white);
  padding: 42px 66px 144px 80px;
}
.wrap:has(.postWysiwyg){
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .postWysiwyg {
    padding: 4.53333333333333vw 4.26666666666667vw 0;
  }
}


.null {
  pointer-events: none;
  opacity: 0.3;
}
/* ===============================
	editor
 =============================== */
.editor * {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.editor p {
  margin: 0 0 20px;
}
.editor strong {
  font-weight: bold;
}
.editor em {
  font-style: italic;
}
.editor a {
  /* color: var(--C-blue); */
  text-decoration: underline;
}
.editor a:hover {
  /* color: var(--C-blue); */
  text-decoration: none;
}
.editor ul,
.editor ol {
  margin: 0 0 20px;
  padding-left: 2.066667rem;
}
.editor ul li,
.editor ol li {
  margin-bottom: .53333333333333rem;
}
.editor ul li:last-child,
.editor ol li:last-child {
  margin-bottom: 0;
}
.editor ul li {
  list-style-type: disc;
}
.editor ol li {
  list-style-type: decimal;
}
@media screen and (max-width: 750px) {
  .editor * {
    font-size: 4vw;
  }
  .editor p {
    margin: 0 0 5.33333vw;
  }
  .editor ul,
  .editor ol {
    margin: 0 0 5.33333vw;
  }
}