.is-pc {
  display: none;
}
@media screen and (min-width: 901px) {
  .is-pc {
    display: block;
  }
}
.is-sp {
  display: block;
}
@media screen and (min-width: 901px) {
  .is-sp {
    display: none;
  }
}
html:root {
  scroll-behavior: unset;
}
head + body {
  width: 100%;
}
.l-ranking {
  width: 100%;
  padding: calc(64px + 32px) 24px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 901px) {
  .l-ranking {
    padding: 80px 0 0;
  }
}
.l-ranking__wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.l-ranking__breadcrumb {
  position: relative;
}
.l-ranking__ttl {
  position: relative;
  margin-bottom: 24px;
}
.l-ranking__ttl h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 0;
  color: #1b1b1b;
}
.l-ranking__lead {
  position: relative;
  margin-bottom: 32px;
}
.l-ranking__lead p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-align: center;
}
.l-ranking__cnt {
  position: relative;
}
.l-ranking__btmbreadcrumb {
  margin-top: 48px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .l-ranking__btmbreadcrumb {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .l-ranking__btmbreadcrumb .sp-breadcrumb {
    display: block;
  }
}
.p-ranking {
  position: relative;
  width: 100%;
}
.p-ranking__tab {
  position: relative;
  margin-bottom: 24px;
}
.p-ranking__cnt {
  position: relative;
}
.p-rankingItems {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 901px) {
  .p-rankingItems {
    overflow: hidden;
  }
}
.p-rankingItems.is-active {
  position: relative;
  opacity: 1;
  z-index: 10;
  height: auto;
}
.p-rankingItems > .p-rankingItem + .p-rankingItem {
  margin-top: 48px;
}
.p-rankingItem {
  position: relative;
  width: 100%;
}
.p-rankingItem__alllink {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-rankingItem__alllink {
    position: absolute;
    right: 0;
    top: 4px;
  }
}
.p-rankingItem__alllink a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0.02em;
  background: url("data:image/svg+xml;utf8,<svg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L7 7L1 13' stroke='%23006CA0' stroke-width='1.5'/></svg>") center right no-repeat;
  padding-right: 16px;
  color: #006ca0;
}
@media screen and (min-width: 901px) {
  .p-rankingItem__alllink a:hover {
    text-decoration: underline;
  }
}
.p-rankingItem__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 24px;
}
.p-rankingItem__cnt {
  position: relative;
  margin-bottom: 24px;
  width: calc(100vw - 24px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.js-carouselRanking {
  width: calc( 320 * (100vw / 375));
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
}
.js-carouselRanking::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 901px) {
  .js-carouselRanking {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: min(calc( 16 * (100vw / 1288)), 16px);
    gap: min(calc( 16 * (100vw / 1288)), 16px);
  }
}
.js-carouselRanking .slick-list {
  overflow: unset;
}
.js-carouselRanking .slick-track {
  margin: 0;
}
.js-carouselRanking .c-ranking {
  margin-right: 16px;
}
@media screen and (min-width: 901px) {
  .js-carouselRanking .c-ranking {
    margin-right: 0;
  }
  .js-carouselRanking .c-ranking:nth-child(5) ~ .c-ranking {
    margin-top: min(calc( 16 * (100vw / 1288)), 16px);
  }
}
.js-carouselRanking .c-ranking .catalog_product {
  width: 100%;
}
.c-ranking {
  counter-increment: num;
  width: calc( 144 * (100vw / 375));
  min-width: calc( 144 * (100vw / 375));
}
@media screen and (min-width: 901px) {
  .c-ranking {
    width: calc( 227 * (100vw / 1288));
    max-width: 227px;
    min-width: auto;
  }
}
.c-ranking .catalog_product {
  position: relative;
}
@media screen and (max-width: 900px) {
  .c-ranking .catalog_product:hover .catalog_product_img_filter {
    background-color: rgba(0,0,0,0.03);
  }
}
.c-ranking .catalog_product::before {
  content: counter(num);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 8px;
  left: 8px;
  border: 1.5px solid #d9d9d9;
  border-radius: 100%;
  color: #666;
  background: #f6f6f6;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .c-ranking .suggested_retail_price {
    margin-right: 4px;
    font-size: 10px;
  }
}
@media screen and (max-width: 420px) {
  .c-ranking .catalog_product_price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 420px) {
  .c-ranking .monthly-price {
    font-size: 10px;
    padding: 6px 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 420px) {
  .c-ranking .num-monthly-price.Body_L {
    font-size: 16px;
  }
}
.product_list_tab {
  width: 100%;
}
.tab_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 0;
  gap: 0;
  position: relative;
}
.tab_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #006ca0;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 0;
}
.tab_wrap>label {
  max-width: 182px;
  width: 100%;
  padding: 12px 0;
  border-radius: 2px 2px 0px 0px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  background: #f6f6f6;
  color: #535353;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 900px) {
  .tab_wrap>label {
    width: 50%;
    max-width: 50%;
  }
}
.tab_wrap input {
  display: none;
}
.tab_wrap label:has(:checked) {
  background-color: #fff;
  border-top: 1px solid #006ca0;
  border-right: 1px solid #006ca0;
  border-left: 1px solid #006ca0;
  border-bottom: none;
  border-radius: 2px 2px 0px 0px;
  z-index: 1;
}
.tab_wrap label:has(:checked)::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 2px;
  width: 100%;
  background: #fff;
}
.tab_wrap label:has(:checked)+div {
  display: block;
}
@media screen and (min-width: 901px) {
  .tab_wrap label:hover {
    background-color: #fff;
    border-top: 1px solid #006ca0;
    border-right: 1px solid #006ca0;
    border-left: 1px solid #006ca0;
    border-bottom: none;
    border-radius: 2px 2px 0px 0px;
  }
}
