@charset "UTF-8";
body, div, pre, p, a, img, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object, figure {
  margin: 0;
  padding: 0;
}

.fs-body-category-ranking{padding: 0 20px;}

ul, ol {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: unset;
}

@media screen and (min-width: 768px) {
  .fs-c-heading.fs-c-heading--page {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #222222;
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: left;
    width: 100%;
  }

  .fs-l-pageMain {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 144px;
  }

  .fs-c-productList {
    display: none;
  }

  .aw-select-modal__button {
    background-color: #e2e2dd;
    padding: 8px 0;
    margin-bottom: 42px;
  }
  .aw-select-modal__button__wrap {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .aw-select-modal__button__flexbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .aw-select-modal__button__flexbox > p {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 8px;
  }
  .aw-select-modal__button__button {
    width: 248px;
    padding: 16px 0;
    border: solid 1px #777777;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    padding: 8px 16px;
    height: 32px;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .aw-select-modal__button__button:hover {
    background-color: #222222;
  }
  .aw-select-modal__button__button:hover p {
    color: #ffffff;
  }
  .aw-select-modal__button__button:hover > svg .icon-arrow {
    stroke: #ffffff;
  }
  .aw-select-modal__button__button p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    margin-right: 8px;
  }
  .aw-select-modal__button__button > svg {
    right: 16px;
    position: absolute;
    transform: rotate(270deg);
  }
  .aw-select-modal__button__button > svg .icon-arrow {
    stroke: #222222;
  }

  .aw-select-modal {
    position: fixed;
    width: 608px;
    height: auto;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 210;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    display: none;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .aw-select-modal::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .aw-select-modal__header {
    background-color: #222222;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .aw-select-modal__header__headline {
    padding: 11px 16px;
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: bold;
  }
  .aw-select-modal--close {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .aw-select-modal__overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
  }
  .aw-select-modal__list {
    padding: 32px;
  }
  .aw-select-modal__list li:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .aw-select-modal__list .aw-button {
    width: 320px;
    padding: 12px 0;
    border: solid 1px #777777;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: #ffffff;
    cursor: pointer;
    padding: 8px 16px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .aw-select-modal__list .aw-button:hover {
    background-color: #222222;
  }
  .aw-select-modal__list .aw-button:hover p,
.aw-select-modal__list .aw-button:hover span {
    color: #ffffff;
  }
  .aw-select-modal__list .aw-button:hover::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  .aw-select-modal__list .aw-button p,
.aw-select-modal__list .aw-button span {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    color: #222222;
  }
  .aw-select-modal__list .aw-button::after {
    position: absolute;
    display: block;
    right: 16px;
    width: 5px;
    height: 5px;
    content: "";
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    transform: rotate(45deg);
  }

  .aw-ranking__mv {
    max-width: 1024px;
    width:100%;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .aw-ranking__recommend__list {
    max-width: 1024px;
    width: 96%;
    margin: 0 auto;
    display: none;
  }
  .aw-ranking__recommend__list.is-active {
    display: flex;
  }
  .aw-ranking__recommend__list.is-active > div {
    display: flex;
  }
  .aw-ranking__recommend__list > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .aw-ranking__recommend__item {
    width: 19%;
    margin-bottom: 40px;
  }
  /* .aw-ranking__recommend__item:not(:nth-of-type(5n)) {
    margin-right: 40px;
  } */
  .aw-ranking__recommend__item__number {
    width: 24px;
    height: 21px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .aw-ranking__recommend__item__number--image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .aw-ranking__recommend__item__number p {
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 1;
    color: #ffffff;
  }
  .aw-ranking__recommend__thumbnail {
    margin-bottom: 12px;
  }
  .aw-ranking__recommend__text {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .aw-ranking__recommend__price {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }


  /* MV下部リンク */
  .rank_txt_link{
    width: 1024px;
    margin: 0 auto 20px;
    text-align: right;
  }
  /* MV下部リンク */
  /* カテゴリーボタン */
  .position_rltiv{
    position: relative;
  }
  .btn_box{
    position: absolute;
    bottom: -4rem;
    width: 100%;
    height: 4rem;
  }
  .aw-new-item__more {
    width: 480px;
    padding: 16px 0;
    border: solid 1px #777777;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 3px;
  }
  .aw-new-item__more p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 8px;
  }
  .aw-new-item__more:hover {
    background-color: #222222;
  }
  .aw-new-item__more:hover p {
    color: #ffffff;
  }
  .aw-new-item__more > svg {
    right: 16px;
    position: absolute;
    transform: rotate(270deg);
    }
  /* カテゴリーボタン */
}

@media screen and (max-width: 767px) {
  .fs-c-heading.fs-c-heading--page {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #222222;
    width: 91.4666666667%;
    margin: 0 auto;
    margin-bottom: 4.2666666667%;
    text-align: left;
  }

  .fs-l-pageMain {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 18.6666666667%;
  }

  .fs-c-productList {
    display: none;
  }

  .aw-select-modal__button {
    background-color: #e2e2dd;
    padding: 6.4% 0;
    margin-bottom: 4.2666666667%;
  }
  .aw-select-modal__button__wrap {
    width: 91.4666666667%;
    margin: 0 auto;
  }
  .aw-select-modal__button__flexbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .aw-select-modal__button__flexbox > p {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .aw-select-modal__button__button {
    width: 100%;
    padding: 12px 0;
    border: solid 1px #777777;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: #ffffff;
    background-color: #e2e2dd;
    margin-right: auto;
    padding: 3%;
    justify-content: space-between;
  }
  .aw-select-modal__button__button:hover {
    background-color: #222222;
  }
  .aw-select-modal__button__button:hover p,
.aw-select-modal__button__button:hover span {
    color: #ffffff;
  }
  .aw-select-modal__button__button:hover::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  .aw-select-modal__button__button p,
.aw-select-modal__button__button span {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
  }
  .aw-select-modal__button__button::after {
    position: absolute;
    display: block;
    right: 16px;
    width: 5px;
    height: 5px;
    content: "";
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    transform: rotate(45deg);
  }

  .aw-select-modal {
    position: fixed;
    width: 91.4666666667%;
    height: auto;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 210;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    display: none;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .aw-select-modal::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .aw-select-modal__header {
    background-color: #222222;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .aw-select-modal__header__headline {
    padding: 11px 16px;
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: bold;
  }
  .aw-select-modal--close {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .aw-select-modal__overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
  }
  .aw-select-modal__list {
    width: 76.6763848397%;
    margin: 0 auto;
    padding: 6.4% 0;
  }
  .aw-select-modal__list li {
    width: 100%;
  }
  .aw-select-modal__list li:not(:last-of-type) {
    margin-bottom: 2.1333333333%;
  }
  .aw-select-modal__list .aw-button {
    width: 100%;
    padding: 12px 0;
    border: solid 1px #777777;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 3.2%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .aw-select-modal__list .aw-button:hover {
    background-color: #222222;
  }
  .aw-select-modal__list .aw-button:hover p,
.aw-select-modal__list .aw-button:hover span {
    color: #ffffff;
  }
  .aw-select-modal__list .aw-button:hover::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  .aw-select-modal__list .aw-button p,
.aw-select-modal__list .aw-button span {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
  }
  .aw-select-modal__list .aw-button::after {
    position: absolute;
    display: block;
    right: 16px;
    width: 5px;
    height: 5px;
    content: "";
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    transform: rotate(45deg);
  }

  .aw-ranking__mv {
    width: 100%;
    margin-bottom: 6.4%;
  }
  .aw-ranking__recommend__list {
    display: none;
    width: 91.4666666667%;
    margin: 0 auto;
  }
  .aw-ranking__recommend__list.is-active {
    display: flex;
  }
  .aw-ranking__recommend__list.is-active > div {
    display: flex;
  }
  .aw-ranking__recommend__list > div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .aw-ranking__recommend__link {
    display: block;
  }
  .aw-ranking__recommend__item {
    width: 47%;
    display: inline-block;
    margin-bottom: 10.6666666667%;
  }
  .aw-ranking__recommend__item:nth-child(odd) {
    margin-right: 6%;
  }
  .aw-ranking__recommend__item__number {
    width: 24px;
    height: 21px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 3.4666666667%;
  }
  .aw-ranking__recommend__item__number--image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .aw-ranking__recommend__item__number p {
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 1;
    color: #ffffff;
  }
  .aw-ranking__recommend__thumbnail {
    margin-bottom: 3.2%;
  }
  .aw-ranking__recommend__text {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 2.1333333333%;
  }
  .aw-ranking__recommend__price {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }

  /* MV下部リンク */
  .rank_txt_link{
    width: 100%;
    margin: 0 auto 6.4%;
    text-align: center;
  }
  /* MV下部リンク */
  /* カテゴリーボタン */
  .position_rltiv{
    position: relative;
  }
  .btn_box{
    position: absolute;
    bottom: -4rem;
    width: 100%;
    height: 4rem;
  }
  .aw-new-item__more {
    width: 91.4666666667%;
    padding: 16px 0;
    border: solid 1px #777777;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 3px;
  }
  .aw-new-item__more p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 8px;
  }
  .aw-new-item__more:hover {
    background-color: #222222;
  }
  .aw-new-item__more:hover p {
    color: #ffffff;
  }
  .aw-new-item__more > svg {
    right: 16px;
    position: absolute;
    transform: rotate(270deg);
  }
  /* カテゴリーボタン */

}


/* 総合ランキング */
.all_rankign__mv{
  padding-bottom: 30px;
}
/* 総合ランキング */
/* ボタン　PC2カラム */
.btn_2col{
  display: flex;
  position: relative;
  bottom: -4rem;
  max-width: 1024px;
  width:100%;
  margin:  0 auto;
  justify-content: space-around;
}    
.btn_2col_box{
  width: 48%;
}
.btn_2col_box .btn_box{
  position: absolute;
  bottom: -4rem;
  width: 48%;
  height: 4rem;
}
/* .btn_2col_box .btn_box .aw-new-item__more{
  width: 480px;
  max-width: 480px;
} */

@media screen and (max-width: 767px){
  .btn_2col{
      display: block;
      width: 100%;
      position: relative;
      padding-bottom: 30vw;
  } 
  .btn_2col_box{
      width: 100%;
  }
  .btn_2col_box .btn_box{
      width: 100%;
      bottom: 10rem;
  }
  .btn_2col_box:nth-of-type(2) .btn_box{
      width: 100%;
      bottom: 3rem;
  }
  .btn_2col_box .btn_box .aw-new-item__more{
    width: 91.4666666667%;
    max-width: 91.4666666667%;
  }
}
/* ボタン　PC2カラム */