@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ==========================================================================//
//
// 記事一覧
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
.archive_wrap {
  position: relative;
  padding-top: 90px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .archive_wrap {
    padding-top: 120px;
  }
}
.archive_wrap .post_area {
  position: relative;
  padding: 50px 0 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .archive_wrap .post_area {
    padding: 120px 0 0;
  }
  .archive_wrap .post_area .article_list {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .archive_wrap .post_area .article_list .article .thumbnail_wrap .label {
    padding: 15px 4px;
  }
  .archive_wrap .post_area .article_list .article .thumbnail_wrap .label .date {
    position: relative;
  }
  .archive_wrap .post_area .article_list .article .thumbnail_wrap .label .date .my {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 15px;
  }
  .archive_wrap .post_area .article_list .article .text_wrap .title {
    font-size: 16px;
  }
}
.archive_wrap .post_area .btn_area .btn {
  margin: 50px auto 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .archive_wrap .post_area .btn_area .btn {
    margin-top: 70px;
  }
}

/* カテゴリー一覧
---------------------------------------------------------- */
.ttl_area {
  /* 751- */
}
@media all and (min-width: 751px) {
  .ttl_area {
    width: 60%;
  }
}
.ttl_area .category_ttl {
  font-family: "Cardo", serif;
  letter-spacing: 0.01em;
  font-size: 30px;
  font-weight: 400;
  /* 751- */
}
@media all and (min-width: 751px) {
  .ttl_area .category_ttl {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
.ttl_area .category_description {
  margin: 10px 0;
  line-height: 2.1;
}
.ttl_area .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 11px;
  gap: 5px;
  margin-top: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .ttl_area .tags {
    font-size: 12px;
    gap: 8px;
    margin-top: 30px;
  }
}

.mask_img {
  display: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mask_img {
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.36));
            filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.36));
    width: 30%;
    max-width: 417px;
    top: 2%;
    right: 0;
  }
}

/* タグ一覧
---------------------------------------------------------- */
.tag_ttl {
  font-size: 24px;
  font-weight: normal;
  /* 751- */
}
@media all and (min-width: 751px) {
  .tag_ttl {
    font-size: 30px;
  }
}
.tag_ttl span {
  margin-left: 10px;
  font-size: 18px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .tag_ttl span {
    font-size: 22px;
  }
}

/* Authorエリア
---------------------------------------------------------- */
.sec_author {
  margin-top: 0;
  pointer-events: none;
}
.sec_author .author_ttl {
  width: auto;
  /* 751- */
  /* 961- */
}
@media all and (min-width: 751px) {
  .sec_author .author_ttl {
    font-size: 50px;
  }
}
@media all and (min-width: 961px) {
  .sec_author .author_ttl {
    width: 260px;
  }
}
.sec_author .author_box {
  /* 961- */
}
@media all and (min-width: 961px) {
  .sec_author .author_box {
    width: calc(100% - 300px);
    gap: 10%;
  }
}
.sec_author .author_box .author_avatar {
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_author .author_box .author_avatar {
    width: 160px;
    height: 160px;
  }
}
.sec_author .author_box .author_info {
  /* 961- */
}
@media all and (min-width: 961px) {
  .sec_author .author_box .author_info {
    width: calc(100% - 300px);
  }
}
.sec_author .author_box .author_info .author_name {
  font-weight: 600;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_author .author_box .author_info .author_name {
    font-size: 20px;
  }
}
.sec_author .author_box .author_info .author_description {
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_author .author_box .author_info .author_description {
    font-size: 14px;
  }
}
/*# sourceMappingURL=post.css.map */