body {
    font-family: "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
}

.offerSec .h2A {
    color: #fff;
}

.gnav_logos ul li img {
    height: 50px;
}

#top_post_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 30px 0;
}

#top_post_list .top_post{
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

@media (max-width: 991px) {
  #top_post_list .top_post{
    max-width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}
}

@media (max-width: 599px) {
  #top_post_list .top_post{
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
}

  .ranking-4-5 .itemList__unit_ranking {
    flex: 0 0 33.33%;
    max-width:33.33%;
    -ms-flex: 0 0 33.33%;
        width: 100%;
    min-height: 1px;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  
  .ranking-4-5 .itemList__unit_ranking:nth-child(n + 4) {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.itemList--ranking .itemList__unit_ranking:nth-child(1) .itemWrap:before {
    content: "1";
}

.itemList--ranking .itemList__unit_ranking:nth-child(2) .itemWrap:before {
    content: "2";
}

.itemList--ranking .itemList__unit_ranking:nth-child(3) .itemWrap:before {
    content: "3";
}

.itemList--ranking .itemList__unit_ranking:nth-child(4) .itemWrap:before {
    content: "4";
}

.itemList--ranking .itemList__unit_ranking:nth-child(5) .itemWrap:before {
    content: "5";
}

.itemList--ranking .itemList__unit_ranking:nth-child(6) .itemWrap:before {
    content: "6";
}

.itemList--ranking .itemList__unit_ranking:nth-child(7) .itemWrap:before {
    content: "7";
}

.itemList--ranking .itemList__unit_ranking:nth-child(8) .itemWrap:before {
    content: "8";
}

.itemList--ranking .itemList__unit_ranking:nth-child(9) .itemWrap:before {
    content: "9";
}

.itemList--ranking.ranking--typeF .itemWrap:before {
    position: absolute;
    top: 5px !important;
    left: 12px !important;
}

@media (max-width: 991px) {
    .top_banners .container_spNoPadd .row .col-12, .top_banners .container_spNoPadd .row .col-sp-12 {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 767px) {
  .ranking-4-5 .itemList__unit_ranking:nth-child(-n + 4) {
    flex: 0 0 50%;
    max-width:50%;
    -ms-flex: 0 0 50%;
}

  .ranking-4-5 .itemList__unit_ranking:nth-child(n + 5) {
    flex: 0 0 33.33%;
    max-width:33.33%;
    -ms-flex: 0 0 33.33%;
}

.itemList--ranking.ranking--typeF .itemWrap::before {
    top: 1px !important;
    left: 9px !important;
}

    .sp-show9 :nth-child(n + 10) {
        display: block !important;
    }
}

.top_osirase ul li h3 a {
    list-style: none;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
}

.bnrListSec .bnrBox h3,
.userGuide h3 {
    font-family: "Roboto", "Noto Sans JP", sans-serif !important;
    font-weight: 500 !important;
}

.hdr--typeE .hdrTop .hdrInfo {
    color: #fff;
}

/* ページネーション */
/* ##### ページネーション pager ##### */
.pager {
    width: 100%;
    margin: clamp(1.875rem, 1.31rem + 2.42vw, 3.125rem) 0;
}

.pager-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager-list.-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pager-list.-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pager-list li {
    width: 2.5em;
    height: 2.5em;
    margin: 0 0.5em;
    padding: 0;
}

.pager-list li a,
.pager-list li .now {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.25em;
    font-size: 1.25em;
    color: white;
    line-height: 1;
    border: 2px solid #811d1c;
    border-radius: 0.1em;
    background-color: #811d1c;
    position: relative;
}

.pager-list li a a:hover,
.pager-list li .now a:hover {
    color: var(--color-text_01);
    background-color: white;
    opacity: 1;
}

.pager-list li a:focus,
.pager-list li .now:focus {
    outline: none;
}

.pager-list li a:hover,
.pager-list li .now {
    color: #811d1c;
    border: 2px solid #811d1c;
    background-color: white;
    opacity: 1;
}

.pager-list .arrow a::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 2px solid white;
    border-right: 2px solid white;
}

.pager-list .arrow::after {
    display: none;
}

.pager-list .arrow a:hover {
    color: white;
}

.pager-list .arrow a:hover::before {
    border-top: 2px solid #811d1c;
    border-right: 2px solid #811d1c;
}

.pager-list .arrow.-prev a::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.pager-list .arrow.-next a::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pager.-circle-list li a,
.pager.-circle-list li .now {
    border-radius: 100%;
}

.pager.-deformation-list li a,
.pager.-deformation-list li .now {
    border-radius: 0.5em 0;
}

@media (max-width: 1024px) {
    .pager-list.-left\@tb {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .pager-list.-right\@tb {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .pager-list li {
        margin: 0 0.25em;
    }
}

@media (max-width: 599px) {
    .pager-list.-left\@sp {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .pager-list.-right\@sp {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

/* 見たまま編集画面 */
#top_post_list div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    gap: 30px 0;
}

.breadcrumb{
  margin: 0;
}

.sub_info_cate a {
  text-decoration: none !important;
}
