@charset "UTF-8";
@media screen and (min-width: 791px) {
  body .markets {
    margin-inline: auto;
    width: clamp(0px, 62.5vw, 1200px);
    margin-bottom: clamp(0px, 5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 790px) {
  body .markets {
    padding-inline: 5.1282051282vw;
    margin-bottom: 15.3846153846vw;
  }
}
body .markets .markets-inner {
  margin: 0 auto;
}
body .markets .category-filter {
  display: flex;
}
@media screen and (min-width: 791px) {
  body .markets .category-filter {
    flex-flow: row wrap;
    margin: clamp(0px, 3.125vw, 60px) auto;
    width: clamp(0px, 40.625vw, 780px);
    gap: clamp(0px, 1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 790px) {
  body .markets .category-filter {
    height: 9.7435897436vw;
    margin: 7.6923076923vw auto;
    width: 100vw;
    margin-inline: calc(-1 * 5.1282051282vw);
    padding-inline: 5.1282051282vw;
    overflow-x: scroll;
    gap: 3.0769230769vw;
    z-index: 1;
    position: relative;
  }
}
body .markets .category-filter > li a {
  background-color: #F7FBFA;
  border: 1px solid #166457;
  border-radius: 50px;
  color: #166457;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #166457;
}
@media screen and (min-width: 791px) {
  body .markets .category-filter > li a {
    width: clamp(0px, 9.375vw, 180px);
    height: clamp(0px, 2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 790px) {
  body .markets .category-filter > li a {
    width: 37.6923076923vw;
    height: 9.2307692308vw;
  }
}
body .markets .category-filter > li a.is-active {
  background-color: #166457;
  color: #fff;
  pointer-events: none;
  cursor: default;
}
body .markets .markets-list {
  /* ★ カテゴリ部分 */
}
@media screen and (min-width: 791px) {
  body .markets .markets-list {
    width: 100%;
  }
}
@media screen and (max-width: 790px) {
  body .markets .markets-list {
    margin-bottom: 10.2564102564vw;
  }
}
body .markets .markets-list .markets-item {
  border-bottom: 1px solid #166457;
  display: flex;
}
@media screen and (min-width: 791px) {
  body .markets .markets-list .markets-item {
    padding: clamp(0px, 1.1458333333vw, 22px) clamp(0px, 0.4166666667vw, 8px);
  }
}
@media screen and (max-width: 790px) {
  body .markets .markets-list .markets-item {
    flex-flow: row wrap;
    padding: 5.1282051282vw;
    gap: 2.5641025641vw 2.0512820513vw;
  }
}
body .markets .markets-list .markets-date {
  display: none;
}
body .markets .markets-list .markets-sub {
  display: block;
}
body .markets .markets-list .markets-detail {
  display: block;
}
body .markets .markets-list .markets-detail + .markets-detail {
  margin-top: 1em;
}
@media screen and (min-width: 791px) {
  body .markets .markets-list .markets-category {
    width: clamp(0px, 10.4166666667vw, 200px);
    text-align: left;
  }
}
@media screen and (max-width: 790px) {
  body .markets .markets-list .markets-category {
    font-size: 2.8205128205vw;
    margin-bottom: 1.5384615385vw;
  }
}
body .markets .markets-list .markets-category > span {
  display: inline-block;
  line-height: 1;
  background-color: #E6E6E6;
  border-radius: 50px;
}
@media screen and (min-width: 791px) {
  body .markets .markets-list .markets-category > span {
    padding: clamp(0px, 0.1041666667vw, 2px) clamp(0px, 1.0416666667vw, 20px);
    font-size: clamp(0px, 0.6770833333vw, 13px);
  }
}
@media screen and (max-width: 790px) {
  body .markets .markets-list .markets-category > span {
    padding: 0.2564102564vw 5.1282051282vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 791px) {
  body .markets .markets-list .markets-text {
    flex: 1;
  }
}
@media screen and (max-width: 790px) {
  body .markets .markets-list .markets-text {
    line-height: 2;
  }
}
@media screen and (min-width: 791px) {
  body .archive-pagination {
    margin-block: clamp(0px, 3.125vw, 60px) clamp(0px, 5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 790px) {
  body .archive-pagination {
    margin-block: 15.3846153846vw;
  }
}
body .archive-pagination .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  font-family: Roboto;
  font-weight: 700;
}
@media screen and (min-width: 791px) {
  body .archive-pagination .page-numbers {
    gap: clamp(0px, 0.2604166667vw, 5px);
    font-size: clamp(0px, 0.9375vw, 18px);
  }
}
@media screen and (max-width: 790px) {
  body .archive-pagination .page-numbers {
    font-size: 4.6153846154vw;
  }
}
body .archive-pagination .page-numbers > li > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 791px) {
  body .archive-pagination .page-numbers > li > * {
    width: clamp(0px, 1.5625vw, 30px);
    height: clamp(0px, 1.5625vw, 30px);
  }
}
@media screen and (max-width: 790px) {
  body .archive-pagination .page-numbers > li > * {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
body .archive-pagination .page-numbers > li > *.current {
  border-bottom: 1px solid #166457;
  color: #166457;
}
body .archive-pagination .page-numbers .prev,
body .archive-pagination .page-numbers .next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
body .archive-pagination .page-numbers .prev::after,
body .archive-pagination .page-numbers .next::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/assets/images/common/link-more.svg");
  position: absolute;
  margin: auto;
}
@media screen and (min-width: 791px) {
  body .archive-pagination .page-numbers .prev::after,
  body .archive-pagination .page-numbers .next::after {
    width: clamp(0px, 0.8333333333vw, 16px);
    height: clamp(0px, 0.8333333333vw, 16px);
  }
}
@media screen and (max-width: 790px) {
  body .archive-pagination .page-numbers .prev::after,
  body .archive-pagination .page-numbers .next::after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
body .archive-pagination .page-numbers .prev::after {
  transform: scale(-1, 1);
}