

.c_ranking .global-product-card-border-shadow {
  border-radius: 0;
}

.c_ranking .card.product-card-wrapper .card__inner--wrapper .card__inner .card__media {
  border-radius: 0!important;
}

.c_ranking .card .card__badge:not(:empty) {
  border-radius: 50px!important;

}

.c_ranking .body4 {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
}

.c_ranking .featured-collection__title {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: .4px;
}

.c_ranking .product__title {
  font-family: Noto Sans JP;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: .3px;
  text-align: left!important;
}


.c_ranking .price__regular {
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: .3px;
  text-align: left;
}

@media (min-width: 960px) {
  .c_ranking .card .card__content .card__content-bottom {
      justify-content: flex-start!important;
  }
}

.c_ranking .featured-collection__title-group {
  display: flex;
  flex-direction: column; /* 子要素を縦に並べる */
  align-items: flex-start!important; /* 左揃えにする */
  flex: 1;
  overflow: hidden;
  padding-right: 40px;
}

.c_ranking .featured-collection__sub-title {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.3px;
}

.c_ranking .featured-collection__title-group {
  padding-top: 40px;
  border-top: 1px solid #D5D5D5;
  padding-left: 0;
  padding-right: 0;
}

.c_ranking .button {
  border: 1px solid rgba(65, 65, 65);
  padding: 31px 51px 21px 75px;
  border-radius: 50px;
  transition: all .4s;
  background-color: transparent;
  color: rgba(65, 65, 65);
}

.c_ranking .button:not(.button--link)::after, .shopline-element-buy-now::after {
  content: none;
}

@media(any-hover: hover) {
  .c_ranking .button:hover {
    color: #fff;
    background-color: #000;
    opacity: 1;
    transition: all .4s;
        
    }
}


/* 2025.06.12追加 */
.c_ranking {
  border-radius: 92px 92px 0 0;

}

.c_ranking .featured-collection__title-group {
  border-top: none;
}

.c_ranking .featured-collection__title-group {
  margin-bottom: 100px;
}

@media screen and (max-width: 749px) {
  .c_ranking .featured-collection__title-group {
    margin-bottom: 40px;
  }
}

.c_ranking .button:not(.button--link)::before {
  background-color: transparent !important;
}

.c_ranking .collection__view-all {
  margin-top: 53px;
}