.selling-new .fr3-item{
position: relative;
}
.selling-new .fr3-item:nth-of-type(-n+3):before {
    background: #181E5C;
    border-color: #181E5C;
    color: #fff;
}
.selling-new .fr3-item:nth-of-type(1)::before {
  content: "1";
}
.selling-new .fr3-item:nth-of-type(2)::before {
  content: "2";
}
.selling-new .fr3-item:nth-of-type(3)::before {
  content: "3";
}
.selling-new .fr3-item:nth-of-type(4)::before {
  content: "4";
}
.selling-new .fr3-item:nth-of-type(5)::before {
  content: "5";
}
.selling-new .fr3-item:nth-of-type(6)::before {
  content: "6";
}
.selling-new .fr3-item:nth-of-type(7)::before {
  content: "7";
}
.selling-new .fr3-item:nth-of-type(8)::before {
  content: "8";
}
.selling-new .fr3-item:nth-of-type(9)::before {
  content: "9";
}
.selling-new .fr3-item:nth-of-type(10)::before {
  content: "10";
}
.selling-new .fr3-item:nth-of-type(11)::before {
  content: "11";
}
.selling-new .fr3-item:nth-of-type(12)::before {
  content: "12";
}
.selling-new .fr3-item:nth-of-type(13)::before {
  content: "13";
}
.selling-new .fr3-item:nth-of-type(14)::before {
  content: "14";
}
.selling-new .fr3-item:nth-of-type(15)::before {
  content: "15";
}
.selling-new .fr3-item:nth-of-type(16)::before {
  content: "16";
}
.selling-new .fr3-item:nth-of-type(17)::before {
  content: "17";
}
.selling-new .fr3-item:nth-of-type(18)::before {
  content: "18";
}
.selling-new .fr3-item:nth-of-type(19)::before {
  content: "19";
}
.selling-new .fr3-item:nth-of-type(20)::before {
  content: "20";
}

.selling-new .fr3-item:before {
background: #fff;
color: #181E5C;
border: 1px solid #1B1B1B;
    content: "";
    z-index: 2;
    display: block;
    position: absolute;
    top: 10px;
    left: 25px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}
.selling-new {
}
.selling-new {
}
@media screen and (min-width: 768px) {
.selling-new .fr3-item:nth-of-type(n + 6) {
display: none;
}
}
@media screen and (max-width: 767px) {
.selling-new .fr3-productListStatic__responsive_4 {
        grid-template-rows: repeat(2, auto);
    display: grid;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding-bottom: 15px;
    grid-auto-flow: column;
    background: white;
}
.selling-new .fr3-item {
    width: 150px;
}
.selling-new .fr3-item:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    left: 10px;
}
}
.fs-p-heading--lv2 {
  display: none;
}

.ranking-sec .fr3-productListCarousel__slide::after {
  content: "";
  display: block;
  width: 40px;
  height: 35px;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 0;
  border: transparent;
  border-radius: 0;
}
.fr3-item__rank {
  display: none!important;
}
.ranking-sec .fr3-productListCarousel__slide {
  position: relative;
}
.ranking-sec .fr3-productListCarousel__slide:nth-child(1)::after {
  background: url(https://narcissus.itembox.design/item/new/rank_icon01.svg);
  background-size: cover;
}
.ranking-sec .fr3-productListCarousel__slide:nth-child(2)::after {
  background: url(https://narcissus.itembox.design/item/new/rank_icon02.svg);
  background-size: cover;
}
.ranking-sec .fr3-productListCarousel__slide:nth-child(3)::after {
  background: url(https://narcissus.itembox.design/item/new/rank_icon03.svg);
  background-size: cover;
}
.ranking-sec .fr3-productListCarousel__slide:nth-child(4)::after {
  background: url(https://narcissus.itembox.design/item/new/rank_icon04.svg);
  background-size: cover;
}
.ranking-sec .fr3-productListCarousel__slide:nth-child(5)::after {
  background: url(https://narcissus.itembox.design/item/new/rank_icon05.svg);
  background-size: cover;
}
.fr3-productListCarousel__slide:nth-child(n + 6) {
  display: none;
}
.ranking-sec .fr3-item__link {
  margin-top: -30px;
}
.fr3-productListCarousel__slides a:hover {
  color: #1b1b1b;
}
.fr3-productListCarousel__slides {
  -ms-overflow-style: none!important; /* IE・Edge用 */
  scrollbar-width: none!important;    /* Firefox用 */
}

/* Chrome, Safari用 */
.fr3-productListCarousel__slides::-webkit-scrollbar {
  display: none!important;
}
@media screen and (min-width: 767px) {
  .original-sec   .ranking-sec .fr3-productListCarousel__slides {
    overflow-x: visible!important;
    overflow-y: visible!important;
  }
  .ranking-sec .flywheel-recommend__frame {
    margin-bottom: 40px;
  }
  .fr3-productListCarousel__slides {
    overflow-x: visible!important;
    overflow-y: visible!important;
  }
  .fr3-productListCarousel__Button {
    display: none!important;
  }
}
@media screen and (max-width: 767px) {
  .ranking-sec .fr3-productListCarousel__slides {
    display: flex!important;
    flex-wrap: wrap;
  }
  .ranking-sec .fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
    flex: unset!important;
  }
  .ranking-sec .fr3-productListCarousel__slide:nth-child(1), .ranking-sec .fr3-productListCarousel__slide:nth-child(2) {
width: 47%!important;
  }
  .ranking-sec .fr3-productListCarousel__slide:nth-child(n + 3) {
width: 30%!important;
  }
  .ranking-sec .fr3-item__link {
    margin-top: -23px;
  }
  .fr3-productListCarousel__slides {
    margin-right: -25px;
    margin-left: -25px;
  }
}





.iconButton--square.img_row {
  padding: 10px 0!important;
}
.iconButton--square.img_row img {
  height: 30px!important;
}
#drawer .drawer__nav ul.bnrList {
  padding: 15px;
}
#drawer .drawer__nav ul.bnrList > * a {
  padding: 0;
  border: transparent;
}
#drawer .drawer__nav ul.bnrList > * a:after {
  content: unset;
}


.green-button {
	background-color: #39FF14; /* 緑色 */
	color: #FFFFFF; /* 白色 */
	border: none; 
	cursor: pointer;
	transition: background-color 0.3s ease; /* なめらかに色が変わる */
     }
.green-button:hover {
  background-color: #32CD32; /* ホバー時に少し暗めのライムグリーン */
}