@charset "UTF-8";
@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
.page-index .none-before::before,
#productListSection .none-before::before,
#ranking_page .none-before::before {
  content: none !important;
}
.page-index .main-title-flex,
#productListSection .main-title-flex,
#ranking_page .main-title-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .page-index .main-title-flex,
  #productListSection .main-title-flex,
  #ranking_page .main-title-flex {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-index .main-title-flex,
  #productListSection .main-title-flex,
  #ranking_page .main-title-flex {
    margin-bottom: 30px;
  }
}
.page-index .main-title-flex .here-link,
#productListSection .main-title-flex .here-link,
#ranking_page .main-title-flex .here-link {
  color: #007185;
  position: relative;
  font-size: 13px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page-index .main-title-flex .here-link,
  #productListSection .main-title-flex .here-link,
  #ranking_page .main-title-flex .here-link {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-index .main-title-flex .here-link,
  #productListSection .main-title-flex .here-link,
  #ranking_page .main-title-flex .here-link {
    line-height: 2;
  }
}
.page-index .main-title-flex .here-link::after,
#productListSection .main-title-flex .here-link::after,
#ranking_page .main-title-flex .here-link::after {
  content: "";
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid;
  bottom: 0px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-index .main-title-flex .here-link::after,
  #productListSection .main-title-flex .here-link::after,
  #ranking_page .main-title-flex .here-link::after {
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .page-index .Item__swiper,
  #productListSection .Item__swiper,
  #ranking_page .Item__swiper {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .page-index .Item__swiper .swiper-button-prev,
  .page-index .Item__swiper .swiper-button-next,
  #productListSection .Item__swiper .swiper-button-prev,
  #productListSection .Item__swiper .swiper-button-next,
  #ranking_page .Item__swiper .swiper-button-prev,
  #ranking_page .Item__swiper .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-index .Item__swiper .swiper-button-prev,
  .page-index .Item__swiper .swiper-button-next,
  #productListSection .Item__swiper .swiper-button-prev,
  #productListSection .Item__swiper .swiper-button-next,
  #ranking_page .Item__swiper .swiper-button-prev,
  #ranking_page .Item__swiper .swiper-button-next {
    position: absolute;
    background-size: auto;
    z-index: 1000;
    width: 20px;
    height: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .page-index .Item__swiper .swiper-button-prev,
  #productListSection .Item__swiper .swiper-button-prev,
  #ranking_page .Item__swiper .swiper-button-prev {
    background-image: url(../../../assets/img/renew/index/icon_slider_prev_sp.svg);
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-index .Item__swiper .swiper-button-next,
  #productListSection .Item__swiper .swiper-button-next,
  #ranking_page .Item__swiper .swiper-button-next {
    background-image: url(../../../assets/img/renew/index/icon_slider_next_sp.svg);
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .page-index .Item__swiper .swiper-button-prev.swiper-button-disabled,
  .page-index .Item__swiper .swiper-button-next.swiper-button-disabled,
  #productListSection .Item__swiper .swiper-button-prev.swiper-button-disabled,
  #productListSection .Item__swiper .swiper-button-next.swiper-button-disabled,
  #ranking_page .Item__swiper .swiper-button-prev.swiper-button-disabled,
  #ranking_page .Item__swiper .swiper-button-next.swiper-button-disabled {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .page-index .Item__swiper .swiper-pagination,
  #productListSection .Item__swiper .swiper-pagination,
  #ranking_page .Item__swiper .swiper-pagination {
    width: 100%;
    position: unset;
    margin-top: 30px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-index .Item__swiper .swiper-pagination-bullet,
  #productListSection .Item__swiper .swiper-pagination-bullet,
  #ranking_page .Item__swiper .swiper-pagination-bullet {
    margin: 0;
    width: 33%;
    height: 5px;
    border-radius: 0;
    background: #f3f3f3;
  }
}
@media screen and (max-width: 767px) {
  .page-index .Item__swiper .swiper-pagination-bullet-active,
  #productListSection .Item__swiper .swiper-pagination-bullet-active,
  #ranking_page .Item__swiper .swiper-pagination-bullet-active {
    background: #e0e0e0;
  }
}
@media screen and (min-width: 768px) {
  .page-index .block-PopularItem,
  .page-index .block-NewItem,
  .page-index .block-RankingItem,
  #productListSection .block-PopularItem,
  #productListSection .block-NewItem,
  #productListSection .block-RankingItem,
  #ranking_page .block-PopularItem,
  #ranking_page .block-NewItem,
  #ranking_page .block-RankingItem {
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-index .block-PopularItem,
  .page-index .block-NewItem,
  .page-index .block-RankingItem,
  #productListSection .block-PopularItem,
  #productListSection .block-NewItem,
  #productListSection .block-RankingItem,
  #ranking_page .block-PopularItem,
  #ranking_page .block-NewItem,
  #ranking_page .block-RankingItem {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.page-index .block-PopularItem .variationview_wrap,
.page-index .block-NewItem .variationview_wrap,
.page-index .block-RankingItem .variationview_wrap,
#productListSection .block-PopularItem .variationview_wrap,
#productListSection .block-NewItem .variationview_wrap,
#productListSection .block-RankingItem .variationview_wrap,
#ranking_page .block-PopularItem .variationview_wrap,
#ranking_page .block-NewItem .variationview_wrap,
#ranking_page .block-RankingItem .variationview_wrap {
  display: none !important;
}
.page-index .block-PopularItem .soldout,
.page-index .block-NewItem .soldout,
.page-index .block-RankingItem .soldout,
#productListSection .block-PopularItem .soldout,
#productListSection .block-NewItem .soldout,
#productListSection .block-RankingItem .soldout,
#ranking_page .block-PopularItem .soldout,
#ranking_page .block-NewItem .soldout,
#ranking_page .block-RankingItem .soldout {
  background: #888888;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
  width: 100%;
  letter-spacing: 1px;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-index .block-PopularItem .soldout,
  .page-index .block-NewItem .soldout,
  .page-index .block-RankingItem .soldout,
  #productListSection .block-PopularItem .soldout,
  #productListSection .block-NewItem .soldout,
  #productListSection .block-RankingItem .soldout,
  #ranking_page .block-PopularItem .soldout,
  #ranking_page .block-NewItem .soldout,
  #ranking_page .block-RankingItem .soldout {
    font-size: 14px;
  }
}
.page-index .block-PopularItem .item-main-title,
.page-index .block-NewItem .item-main-title,
.page-index .block-RankingItem .item-main-title,
#productListSection .block-PopularItem .item-main-title,
#productListSection .block-NewItem .item-main-title,
#productListSection .block-RankingItem .item-main-title,
#ranking_page .block-PopularItem .item-main-title,
#ranking_page .block-NewItem .item-main-title,
#ranking_page .block-RankingItem .item-main-title {
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-index .block-PopularItem .item-main-title,
  .page-index .block-NewItem .item-main-title,
  .page-index .block-RankingItem .item-main-title,
  #productListSection .block-PopularItem .item-main-title,
  #productListSection .block-NewItem .item-main-title,
  #productListSection .block-RankingItem .item-main-title,
  #ranking_page .block-PopularItem .item-main-title,
  #ranking_page .block-NewItem .item-main-title,
  #ranking_page .block-RankingItem .item-main-title {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .page-index .block-PopularItem .item-main-title,
  .page-index .block-NewItem .item-main-title,
  .page-index .block-RankingItem .item-main-title,
  #productListSection .block-PopularItem .item-main-title,
  #productListSection .block-NewItem .item-main-title,
  #productListSection .block-RankingItem .item-main-title,
  #ranking_page .block-PopularItem .item-main-title,
  #ranking_page .block-NewItem .item-main-title,
  #ranking_page .block-RankingItem .item-main-title {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
.page-index .block-PopularItem .product-flex,
.page-index .block-NewItem .product-flex,
.page-index .block-RankingItem .product-flex,
#productListSection .block-PopularItem .product-flex,
#productListSection .block-NewItem .product-flex,
#productListSection .block-RankingItem .product-flex,
#ranking_page .block-PopularItem .product-flex,
#ranking_page .block-NewItem .product-flex,
#ranking_page .block-RankingItem .product-flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (min-width: 768px) {
  .page-index .block-PopularItem .product-flex .glbPlist,
  .page-index .block-NewItem .product-flex .glbPlist,
  .page-index .block-RankingItem .product-flex .glbPlist,
  #productListSection .block-PopularItem .product-flex .glbPlist,
  #productListSection .block-NewItem .product-flex .glbPlist,
  #productListSection .block-RankingItem .product-flex .glbPlist,
  #ranking_page .block-PopularItem .product-flex .glbPlist,
  #ranking_page .block-NewItem .product-flex .glbPlist,
  #ranking_page .block-RankingItem .product-flex .glbPlist {
    width: 16.7%;
  }
}
@media screen and (max-width: 767px) {
  .page-index .block-PopularItem .product-flex .glbPlist,
  .page-index .block-NewItem .product-flex .glbPlist,
  .page-index .block-RankingItem .product-flex .glbPlist,
  #productListSection .block-PopularItem .product-flex .glbPlist,
  #productListSection .block-NewItem .product-flex .glbPlist,
  #productListSection .block-RankingItem .product-flex .glbPlist,
  #ranking_page .block-PopularItem .product-flex .glbPlist,
  #ranking_page .block-NewItem .product-flex .glbPlist,
  #ranking_page .block-RankingItem .product-flex .glbPlist {
    width: 100px;
  }
}
.page-index .block-PopularItem .product-flex .glbPlist ul,
.page-index .block-NewItem .product-flex .glbPlist ul,
.page-index .block-RankingItem .product-flex .glbPlist ul,
#productListSection .block-PopularItem .product-flex .glbPlist ul,
#productListSection .block-NewItem .product-flex .glbPlist ul,
#productListSection .block-RankingItem .product-flex .glbPlist ul,
#ranking_page .block-PopularItem .product-flex .glbPlist ul,
#ranking_page .block-NewItem .product-flex .glbPlist ul,
#ranking_page .block-RankingItem .product-flex .glbPlist ul {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-index .block-PopularItem .product-flex .glbPlist ul,
  .page-index .block-NewItem .product-flex .glbPlist ul,
  .page-index .block-RankingItem .product-flex .glbPlist ul,
  #productListSection .block-PopularItem .product-flex .glbPlist ul,
  #productListSection .block-NewItem .product-flex .glbPlist ul,
  #productListSection .block-RankingItem .product-flex .glbPlist ul,
  #ranking_page .block-PopularItem .product-flex .glbPlist ul,
  #ranking_page .block-NewItem .product-flex .glbPlist ul,
  #ranking_page .block-RankingItem .product-flex .glbPlist ul {
    position: relative;
  }
}
.page-index .block-PopularItem .product-flex .glbPlist .rank,
.page-index .block-PopularItem .product-flex .glbPlist .icon,
.page-index .block-PopularItem .product-flex .glbPlist .soldout,
.page-index .block-NewItem .product-flex .glbPlist .rank,
.page-index .block-NewItem .product-flex .glbPlist .icon,
.page-index .block-NewItem .product-flex .glbPlist .soldout,
.page-index .block-RankingItem .product-flex .glbPlist .rank,
.page-index .block-RankingItem .product-flex .glbPlist .icon,
.page-index .block-RankingItem .product-flex .glbPlist .soldout,
#productListSection .block-PopularItem .product-flex .glbPlist .rank,
#productListSection .block-PopularItem .product-flex .glbPlist .icon,
#productListSection .block-PopularItem .product-flex .glbPlist .soldout,
#productListSection .block-NewItem .product-flex .glbPlist .rank,
#productListSection .block-NewItem .product-flex .glbPlist .icon,
#productListSection .block-NewItem .product-flex .glbPlist .soldout,
#productListSection .block-RankingItem .product-flex .glbPlist .rank,
#productListSection .block-RankingItem .product-flex .glbPlist .icon,
#productListSection .block-RankingItem .product-flex .glbPlist .soldout,
#ranking_page .block-PopularItem .product-flex .glbPlist .rank,
#ranking_page .block-PopularItem .product-flex .glbPlist .icon,
#ranking_page .block-PopularItem .product-flex .glbPlist .soldout,
#ranking_page .block-NewItem .product-flex .glbPlist .rank,
#ranking_page .block-NewItem .product-flex .glbPlist .icon,
#ranking_page .block-NewItem .product-flex .glbPlist .soldout,
#ranking_page .block-RankingItem .product-flex .glbPlist .rank,
#ranking_page .block-RankingItem .product-flex .glbPlist .icon,
#ranking_page .block-RankingItem .product-flex .glbPlist .soldout {
  display: none;
}
.page-index .block-PopularItem .product-flex .glbPlist .thumb img,
.page-index .block-NewItem .product-flex .glbPlist .thumb img,
.page-index .block-RankingItem .product-flex .glbPlist .thumb img,
#productListSection .block-PopularItem .product-flex .glbPlist .thumb img,
#productListSection .block-NewItem .product-flex .glbPlist .thumb img,
#productListSection .block-RankingItem .product-flex .glbPlist .thumb img,
#ranking_page .block-PopularItem .product-flex .glbPlist .thumb img,
#ranking_page .block-NewItem .product-flex .glbPlist .thumb img,
#ranking_page .block-RankingItem .product-flex .glbPlist .thumb img {
  width: auto;
}
.page-index .block-PopularItem .product-flex .glbPlist .name,
.page-index .block-NewItem .product-flex .glbPlist .name,
.page-index .block-RankingItem .product-flex .glbPlist .name,
#productListSection .block-PopularItem .product-flex .glbPlist .name,
#productListSection .block-NewItem .product-flex .glbPlist .name,
#productListSection .block-RankingItem .product-flex .glbPlist .name,
#ranking_page .block-PopularItem .product-flex .glbPlist .name,
#ranking_page .block-NewItem .product-flex .glbPlist .name,
#ranking_page .block-RankingItem .product-flex .glbPlist .name {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .page-index .block-PopularItem .product-flex .glbPlist .name,
  .page-index .block-NewItem .product-flex .glbPlist .name,
  .page-index .block-RankingItem .product-flex .glbPlist .name,
  #productListSection .block-PopularItem .product-flex .glbPlist .name,
  #productListSection .block-NewItem .product-flex .glbPlist .name,
  #productListSection .block-RankingItem .product-flex .glbPlist .name,
  #ranking_page .block-PopularItem .product-flex .glbPlist .name,
  #ranking_page .block-NewItem .product-flex .glbPlist .name,
  #ranking_page .block-RankingItem .product-flex .glbPlist .name {
    min-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-index .block-PopularItem .product-flex .glbPlist .name,
  .page-index .block-NewItem .product-flex .glbPlist .name,
  .page-index .block-RankingItem .product-flex .glbPlist .name,
  #productListSection .block-PopularItem .product-flex .glbPlist .name,
  #productListSection .block-NewItem .product-flex .glbPlist .name,
  #productListSection .block-RankingItem .product-flex .glbPlist .name,
  #ranking_page .block-PopularItem .product-flex .glbPlist .name,
  #ranking_page .block-NewItem .product-flex .glbPlist .name,
  #ranking_page .block-RankingItem .product-flex .glbPlist .name {
    min-height: 55px;
  }
}
.page-index .block-PopularItem .product-flex .glbPlist .name a,
.page-index .block-NewItem .product-flex .glbPlist .name a,
.page-index .block-RankingItem .product-flex .glbPlist .name a,
#productListSection .block-PopularItem .product-flex .glbPlist .name a,
#productListSection .block-NewItem .product-flex .glbPlist .name a,
#productListSection .block-RankingItem .product-flex .glbPlist .name a,
#ranking_page .block-PopularItem .product-flex .glbPlist .name a,
#ranking_page .block-NewItem .product-flex .glbPlist .name a,
#ranking_page .block-RankingItem .product-flex .glbPlist .name a {
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  color: #007185;
}
@media screen and (min-width: 768px) {
  .page-index .block-PopularItem .product-flex .glbPlist .name a,
  .page-index .block-NewItem .product-flex .glbPlist .name a,
  .page-index .block-RankingItem .product-flex .glbPlist .name a,
  #productListSection .block-PopularItem .product-flex .glbPlist .name a,
  #productListSection .block-NewItem .product-flex .glbPlist .name a,
  #productListSection .block-RankingItem .product-flex .glbPlist .name a,
  #ranking_page .block-PopularItem .product-flex .glbPlist .name a,
  #ranking_page .block-NewItem .product-flex .glbPlist .name a,
  #ranking_page .block-RankingItem .product-flex .glbPlist .name a {
    -webkit-line-clamp: 3;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .page-index .block-PopularItem .product-flex .glbPlist .name a,
  .page-index .block-NewItem .product-flex .glbPlist .name a,
  .page-index .block-RankingItem .product-flex .glbPlist .name a,
  #productListSection .block-PopularItem .product-flex .glbPlist .name a,
  #productListSection .block-NewItem .product-flex .glbPlist .name a,
  #productListSection .block-RankingItem .product-flex .glbPlist .name a,
  #ranking_page .block-PopularItem .product-flex .glbPlist .name a,
  #ranking_page .block-NewItem .product-flex .glbPlist .name a,
  #ranking_page .block-RankingItem .product-flex .glbPlist .name a {
    -webkit-line-clamp: 3;
    font-size: 11px;
  }
}
.page-index .block-PopularItem .product-flex .glbPlist .price,
.page-index .block-NewItem .product-flex .glbPlist .price,
.page-index .block-RankingItem .product-flex .glbPlist .price,
#productListSection .block-PopularItem .product-flex .glbPlist .price,
#productListSection .block-NewItem .product-flex .glbPlist .price,
#productListSection .block-RankingItem .product-flex .glbPlist .price,
#ranking_page .block-PopularItem .product-flex .glbPlist .price,
#ranking_page .block-NewItem .product-flex .glbPlist .price,
#ranking_page .block-RankingItem .product-flex .glbPlist .price {
  width: 100%;
  text-align: left;
  margin-top: 10px;
}
.page-index .block-PopularItem .product-flex .glbPlist .price .through,
.page-index .block-NewItem .product-flex .glbPlist .price .through,
.page-index .block-RankingItem .product-flex .glbPlist .price .through,
#productListSection .block-PopularItem .product-flex .glbPlist .price .through,
#productListSection .block-NewItem .product-flex .glbPlist .price .through,
#productListSection .block-RankingItem .product-flex .glbPlist .price .through,
#ranking_page .block-PopularItem .product-flex .glbPlist .price .through,
#ranking_page .block-NewItem .product-flex .glbPlist .price .through,
#ranking_page .block-RankingItem .product-flex .glbPlist .price .through {
  display: none;
}
.page-index .block-PopularItem .product-flex .glbPlist .price .price-item,
.page-index .block-NewItem .product-flex .glbPlist .price .price-item,
.page-index .block-RankingItem .product-flex .glbPlist .price .price-item,
#productListSection .block-PopularItem .product-flex .glbPlist .price .price-item,
#productListSection .block-NewItem .product-flex .glbPlist .price .price-item,
#productListSection .block-RankingItem .product-flex .glbPlist .price .price-item,
#ranking_page .block-PopularItem .product-flex .glbPlist .price .price-item,
#ranking_page .block-NewItem .product-flex .glbPlist .price .price-item,
#ranking_page .block-RankingItem .product-flex .glbPlist .price .price-item {
  letter-spacing: 1.5px;
  color: #cc0000;
  font-weight: 500;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .page-index .block-PopularItem .product-flex .glbPlist .price .price-item,
  .page-index .block-NewItem .product-flex .glbPlist .price .price-item,
  .page-index .block-RankingItem .product-flex .glbPlist .price .price-item,
  #productListSection .block-PopularItem .product-flex .glbPlist .price .price-item,
  #productListSection .block-NewItem .product-flex .glbPlist .price .price-item,
  #productListSection .block-RankingItem .product-flex .glbPlist .price .price-item,
  #ranking_page .block-PopularItem .product-flex .glbPlist .price .price-item,
  #ranking_page .block-NewItem .product-flex .glbPlist .price .price-item,
  #ranking_page .block-RankingItem .product-flex .glbPlist .price .price-item {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .page-index .block-PopularItem .product-flex .glbPlist .price .price-item,
  .page-index .block-NewItem .product-flex .glbPlist .price .price-item,
  .page-index .block-RankingItem .product-flex .glbPlist .price .price-item,
  #productListSection .block-PopularItem .product-flex .glbPlist .price .price-item,
  #productListSection .block-NewItem .product-flex .glbPlist .price .price-item,
  #productListSection .block-RankingItem .product-flex .glbPlist .price .price-item,
  #ranking_page .block-PopularItem .product-flex .glbPlist .price .price-item,
  #ranking_page .block-NewItem .product-flex .glbPlist .price .price-item,
  #ranking_page .block-RankingItem .product-flex .glbPlist .price .price-item {
    font-size: 14px;
  }
}
.page-index .block-PopularItem .product-flex .glbPlist .price .zeikomi,
.page-index .block-NewItem .product-flex .glbPlist .price .zeikomi,
.page-index .block-RankingItem .product-flex .glbPlist .price .zeikomi,
#productListSection .block-PopularItem .product-flex .glbPlist .price .zeikomi,
#productListSection .block-NewItem .product-flex .glbPlist .price .zeikomi,
#productListSection .block-RankingItem .product-flex .glbPlist .price .zeikomi,
#ranking_page .block-PopularItem .product-flex .glbPlist .price .zeikomi,
#ranking_page .block-NewItem .product-flex .glbPlist .price .zeikomi,
#ranking_page .block-RankingItem .product-flex .glbPlist .price .zeikomi {
  font-size: 10px;
  margin-left: -10px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.page-index .block-RankingItem .glbPlist,
#productListSection .block-RankingItem .glbPlist,
#ranking_page .block-RankingItem .glbPlist {
  position: relative;
}
.page-index .block-RankingItem .rank,
#productListSection .block-RankingItem .rank,
#ranking_page .block-RankingItem .rank {
  content: "";
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain !important;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .page-index .block-RankingItem .rank,
  #productListSection .block-RankingItem .rank,
  #ranking_page .block-RankingItem .rank {
    width: 35px;
    height: 41px;
  }
}
@media screen and (max-width: 767px) {
  .page-index .block-RankingItem .rank,
  #productListSection .block-RankingItem .rank,
  #ranking_page .block-RankingItem .rank {
    width: 25px;
    height: 25px;
  }
}
.page-index .block-RankingItem .rank-no1,
#productListSection .block-RankingItem .rank-no1,
#ranking_page .block-RankingItem .rank-no1 {
  background: url(../../../assets/img/renew/ranking-no01.png) no-repeat;
}
.page-index .block-RankingItem .rank-no2,
#productListSection .block-RankingItem .rank-no2,
#ranking_page .block-RankingItem .rank-no2 {
  background: url(../../../assets/img/renew/ranking-no02.png) no-repeat;
}
.page-index .block-RankingItem .rank-no3,
#productListSection .block-RankingItem .rank-no3,
#ranking_page .block-RankingItem .rank-no3 {
  background: url(../../../assets/img/renew/ranking-no03.png) no-repeat;
}
.page-index .block-RankingItem .rank-no4,
#productListSection .block-RankingItem .rank-no4,
#ranking_page .block-RankingItem .rank-no4 {
  background: url(../../../assets/img/renew/ranking-no04.png) no-repeat;
}
.page-index .block-RankingItem .rank-no5,
#productListSection .block-RankingItem .rank-no5,
#ranking_page .block-RankingItem .rank-no5 {
  background: url(../../../assets/img/renew/ranking-no05.png) no-repeat;
}
.page-index .block-RankingItem .rank-no6,
#productListSection .block-RankingItem .rank-no6,
#ranking_page .block-RankingItem .rank-no6 {
  background: url(../../../assets/img/renew/ranking-no06.png) no-repeat;
}
.page-index .block-RankingItem .rank-no7,
#productListSection .block-RankingItem .rank-no7,
#ranking_page .block-RankingItem .rank-no7 {
  background: url(../../../assets/img/renew/ranking-no07.png) no-repeat;
}
.page-index .block-RankingItem .rank-no8,
#productListSection .block-RankingItem .rank-no8,
#ranking_page .block-RankingItem .rank-no8 {
  background: url(../../../assets/img/renew/ranking-no08.png) no-repeat;
}
.page-index .block-RankingItem .rank-no9,
#productListSection .block-RankingItem .rank-no9,
#ranking_page .block-RankingItem .rank-no9 {
  background: url(../../../assets/img/renew/ranking-no09.png) no-repeat;
}
.page-index .block-RankingItem .rank-no10,
#productListSection .block-RankingItem .rank-no10,
#ranking_page .block-RankingItem .rank-no10 {
  background: url(../../../assets/img/renew/ranking-no10.png) no-repeat;
}
@media screen and (max-width: 767px) {
  .page-index .block-campaign,
  #productListSection .block-campaign,
  #ranking_page .block-campaign {
    padding: 0 20px;
    padding-bottom: 40px;
    border-bottom: 6px solid #ebebeb;
  }
}
.page-index .block-campaign .item-main-title,
#productListSection .block-campaign .item-main-title,
#ranking_page .block-campaign .item-main-title {
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-index .block-campaign .item-main-title,
  #productListSection .block-campaign .item-main-title,
  #ranking_page .block-campaign .item-main-title {
    font-size: 24px;
    margin-bottom: 40px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .page-index .block-campaign .item-main-title,
  #productListSection .block-campaign .item-main-title,
  #ranking_page .block-campaign .item-main-title {
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .page-index .block-campaign__flex,
  #productListSection .block-campaign__flex,
  #ranking_page .block-campaign__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .page-index .block-campaign__box,
  #productListSection .block-campaign__box,
  #ranking_page .block-campaign__box {
    width: 48%;
  }
  .page-index .block-campaign__box:nth-child(n+3),
  #productListSection .block-campaign__box:nth-child(n+3),
  #ranking_page .block-campaign__box:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-index .block-campaign__box,
  #productListSection .block-campaign__box,
  #ranking_page .block-campaign__box {
    margin-top: 25px;
  }
  .page-index .block-campaign__box:first-child,
  #productListSection .block-campaign__box:first-child,
  #ranking_page .block-campaign__box:first-child {
    margin-top: 0px;
  }
}
.page-index .block-campaign__box .title,
#productListSection .block-campaign__box .title,
#ranking_page .block-campaign__box .title {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-index .block-campaign__box .title,
  #productListSection .block-campaign__box .title,
  #ranking_page .block-campaign__box .title {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 767px) {
  .page-index .block-campaign__box .title,
  #productListSection .block-campaign__box .title,
  #ranking_page .block-campaign__box .title {
    margin-top: 15px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .page-index .item-main-title {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  #productListSection .block-RankingItem {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #productListSection .block-campaign {
    border-bottom: none;
  }
}

#ranking_page .block-RankingItem {
  border-bottom: none;
}
#ranking_page .block-RankingItem .rank {
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #ranking_page .block-RankingItem .rank {
    width: 35px;
    height: 35px;
  }
}
#ranking_page .product-flex {
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #ranking_page .product-flex .glbPlist {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #ranking_page .product-flex .glbPlist {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #ranking_page .product-flex .glbPlist:nth-last-of-type(2), #ranking_page .product-flex .glbPlist:last-of-type {
    padding-bottom: 0;
  }
}
#ranking_page .product-flex .glbPlist ul {
  position: relative;
}
@media screen and (min-width: 768px) {
  #ranking_page .product-flex .glbPlist:nth-child(5n+1)::before {
    content: "";
    display: block;
    position: absolute;
    border-top: solid 1px #ebebeb;
    width: 1200px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #ranking_page .product-flex .glbPlist {
    width: 48% !important;
  }
  #ranking_page .product-flex .glbPlist:nth-child(2n+1)::before {
    content: "";
    display: block;
    position: absolute;
    border-top: solid 1px #ebebeb;
    width: 100vw;
    top: 0;
  }
}
#ranking_page .product-flex .glbPlist:first-child:before {
  content: none !important;
}
@media screen and (max-width: 767px) {
  #ranking_page .product-flex .glbPlist .name a {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  #ranking_page .product-flex .glbPlist .zeikomi {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  #ranking_page .product-flex .glbPlist .price-item {
    font-size: 18px !important;
  }
}