/* =============================================================
    Page
============================================================= */
/* ranking
------------------------------------------------------------- */
.p-ranking-content {
  padding-top: 0.2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-ranking-content {
    padding-top: 0;
  }
}
.p-ranking-content .c-page-title {
  padding-bottom: 3rem;
  font-family: var(--font-en);
  font-size: 2.4rem;
  letter-spacing: 0.09em;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-ranking-content .c-page-title {
    padding-bottom: 3.9rem;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
}
.p-ranking-content .c-ranking-tabs {
  display: flex;
  justify-content: flex-start;
  gap: 2.5rem;
  margin-bottom: 2rem;
  overflow-x: scroll;
  scrollbar-width: none;
  max-width: 100%;
}
.p-ranking-content .c-ranking-tabs::-webkit-scrollbar {
  display: none;
}
.p-ranking-content .c-ranking-tabs .c-ranking-tab {
  min-width: max-content;
  color: var(--color-gray-middle);
  font-family: var(--font-en);
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.p-ranking-content .c-ranking-tabs .is_active {
  color: var(--color-main);
  font-weight: bold;
  border-bottom: 0.2rem solid var(--color-main);
}
@media screen and (min-width: 768px) {
  .p-ranking-content .c-ranking-tabs {
    margin-bottom: 4rem;
  }
}
/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
HOME SECTION - PRODUCT
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
.c-product-head__picture::before {
  padding-top: 100%;
}
.c-product-head__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-product-head__rank {
  top: 0;
  left: 0;
  min-width: unset;
  height: fit-content;
  padding: 0 0;
  background-color: unset;
}
.c-product-head__rankNum {
  display: block;
  width: 5.6rem;
  height: 5rem;
}
.c-product-head__rankNum[data-index="1"] {
  background-image: url("../img/home/custom/ranking/index/1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-product-head__rankNum[data-index="2"] {
  background-image: url("../img/home/custom/ranking/index/2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-product-head__rankNum[data-index="3"] {
  background-image: url("../img/home/custom/ranking/index/3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-product-head__rankNum[data-index="4"] {
  background-image: url("../img/home/custom/ranking/index/4.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-product-head__rankNum[data-index="5"] {
  background-image: url("../img/home/custom/ranking/index/5.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-product-head__rankNum[data-index="6"] {
  background-image: url("../img/home/custom/ranking/index/6.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-product-head__rankNum[data-index="7"] {
  background-image: url("../img/home/custom/ranking/index/7.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-product-head__rankNum[data-index="8"] {
  background-image: url("../img/home/custom/ranking/index/8.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-product-head__rankNum[data-index="9"] {
  background-image: url("../img/home/custom/ranking/index/9.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-product-head__rankNum[data-index="10"] {
  background-image: url("../img/home/custom/ranking/index/10.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-product-sIcon {
  gap: 0.4rem;
}
.c-product-sIcon__item {
  height: 1.7rem;
}
.c-product-sIcon__item:not(:has(img)) {
  display: none;
}
.c-product-sIcon__item img {
  width: auto;
  height: 100%;
}

.c-product__soldOut {
  position: absolute;
  inset: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: rgba(51,51,51,0.3);
  color: var(--color-white);
  font-family: var(--ff-montserrat);
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: grid;
  justify-items: center;
  place-content: center;
}
.c-product-body {
  margin-top: 0;
}
.c-product-sIcon:has(img) {
  margin-top: 1.2rem;
}
.c-product-body__title {
  margin-top: 0.8rem;
}
.m-homeFeatureSlide-slider__picture {
  aspect-ratio: 1 / 1;
}
.m-homeFeatureSlide-slider__picture img {
  height: 100%;
  object-fit: cover;
}

.c-product-body__title-name {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.c-product-body__price {
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.c-product-body__price-wrap {
  margin-top: 0.4rem;
}
.c-product-body__price-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border: 1px solid var(--color-border-gray);
  border-radius: 0.3rem;
  padding: 0 0.5rem 0.1rem;
  font-size: 1.1rem;
  line-height: 1;
}
.c-product-body__price--has-label {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.c-product-body__price-value .taxLabel {
  color: var(--color-text-default);
  display: inline-block;
  font-weight: 400;
  font-size: 1.1rem;
  padding-left: 0.6rem;
}

@media screen and (min-width: 768px) {
  .c-product__soldOut {
    font-size: 2rem;
  }
}
.c-product-head__link {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
@media (hover : hover ) and (pointer: fine) {
  .c-product-head__link img {
    transition: scale var(--transition-default);
  }
  .c-product-head__link:hover img {
    scale: 1.05;
  }
}
