@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 767px) {
  .category_wrapper {
    width: 90%;
    margin: 0 auto;
  }

  .category_inner {
    width: 100%;
  }

  .category_item {
    width: 100%;
    margin-bottom: 15vw;
  }

  .category_item:last-of-type {
    margin-bottom: 0;
  }

  .category_img_wrapper a {
    display: block;
    color: #FFF;
  }

  .category_img_wrapper a img {
    width: 100%;
    height: auto;
  }

  .category_ttl_wrapper {
    margin-top: 5vw;
  }

  .category_ttl a {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6em;
  }

  .category_date_wrapper {
    width: fit-content;
    margin-top: 5vw;
  }

  .category_date_wrapper time {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.6em;
  }

  .category_nopost {
    width: 100%;
    padding: 10vw 0;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
  }

  .pagination_wrapper {
    margin: 15vw auto 0;
  }

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 7vw;
  }

  .nav-links a {
    display: block;
    color: #231815;
    font-weight: 700;
    line-height: 1.6em;
  }

  .page-numbers {
    margin-left: 0;
  }

  .page-numbers.dots {
    margin-left: 0;
    color: #231815;
    font-weight: 700;
    line-height: 1.6em;
  }

  .page-numbers.next,
  .page-numbers.prev {
    color: #231815;
  }

  .current {
    margin-left: 0 !important;
    padding: 2.5vw 3.5%;
    color: #FFF;
    font-weight: 700;
    line-height: 1.6em;
    background: #231815;
  }

  .current:first-child {
    margin: 0 !important;
    padding-right: 3.5%;
    padding-left: 3.5%;
  }

  #category .common_linkbtn_wrapper {
      width: 85%;
    margin: 15vw auto 0;
  }
}

/* ==================================================
	tb
================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .category_wrapper {
    width: 85%;
    margin: 0 auto;
  }

  .category_inner {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 5%;
    row-gap: 8vw;
  }

  .category_item {
    width: 100%;
    margin: 0;
  }

  .category_img_wrapper a {
    display: block;
    color: #FFF;
  }

  .category_img_wrapper a img {
    width: 100%;
    height: auto;
  }

  .category_ttl_wrapper {
    margin-top: 3vw;
  }

  .category_ttl a {
    display: block;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.6em;
  }

  .category_date_wrapper {
    width: fit-content;
    margin-top: 3vw;
  }

  .category_date_wrapper time {
    font-weight: 700;
    line-height: 1.6em;
  }

  .category_nopost {
    width: 100%;
    padding: 7vw 0;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    grid-column: 1 / -1;
  }

  .pagination_wrapper {
    margin: 12vw auto 0;
  }

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5vw;
  }

  .nav-links a {
    display: block;
    color: #231815;
    font-weight: 700;
    line-height: 1.6em;
  }

  .page-numbers {
    margin-left: 0;
  }

  .page-numbers.dots {
    margin-left: 0;
    color: #231815;
    font-weight: 700;
    line-height: 1.6em;
  }

  .page-numbers.next,
  .page-numbers.prev {
    color: #231815;
  }

  .current {
    margin-left: 0 !important;
    padding: 1.5vw 2%;
    color: #FFF;
    font-weight: 700;
    line-height: 1.6em;
    background: #231815;
  }

  .current:first-child {
    margin: 0 !important;
    padding-right: 2%;
    padding-left: 2%;
  }

  #category .common_linkbtn_wrapper {
    margin: 12vw auto 0;
  }
}

/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #category {}
  .category_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .category_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .category_item {
    width: calc(calc(100% - 4%) / 3);
    margin: 0 2% 5vw 0;
  }
  .category_item:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
  .category_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .category_img_wrapper {}
  .category_img_wrapper img {}
  .category_img_wrapper a {
    display: block;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .category_img_wrapper a:hover {
    opacity: 0.3;
  }
  .category_img_wrapper a img {
    width: 100%;
    height: auto;
  }
  .category_ttl_wrapper {
    margin-top: 1.75vw;
  }
  .category_ttl {}
  .category_ttl a {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6em;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .category_ttl a:hover {
    opacity: 0.3;
  }
  .category_date_wrapper {
    width: fit-content;
    margin-top: 1.75vw;
  }
  .category_date_wrapper time {
    font-weight: 700;
    line-height: 1.6em;
  }
  .category_nopost {
    width: 100%;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    padding: 5vw 0;
  }
  .pagination_wrapper {
    margin: 10vw auto 0;
  }
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .nav-links a {
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav-links a:hover {
    opacity: 0.3;
  }
  .page-numbers {
    margin-left: 5%;
  }
  .page-numbers:first-of-type {
    margin-left: 0;
  }
  .page-numbers.dots {
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    margin-left: 5%;
  }
  .page-numbers.next {
    color: #231815;
  }
  .page-numbers.prev {
    color: #231815;
  }
  .current {
    font-weight: 700;
    line-height: 1.6em;
    color: #fff;
    background: #231815;
    margin-left: 5% !important;
    padding: 1.1vw 1.4%;
  }
  .current:first-child {
    margin-right: 5% !important;
    margin-left: 0 !important;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  #category .common_linkbtn_wrapper {
    margin: 10vw auto 0;
  }
}