#Main .banner {
  margin: 20px auto 50px auto;
  text-align: center;
}

#Main .banner img {
  max-width: 100%;
}

#Main .banner img.sp {
  width: 100%;
}

#Main h2 {
  color: #00bfff;			 /*/// for amima top 2021.05.16*/
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  margin: 30px 0px;
  text-align: center;
}

#Main h2.pickup {
  color: #00bfff;
}

#Main h2.pickup::before {
  background: url(../img/icon_mountain.png) center center no-repeat;
  content: "";
  display: block;
  margin: auto;
  width: 62px;
  height: 26px;
}

#Main h2.newItem {
  color: #00bfff;
}

#Main h2.newItem::before {
  background: url(../img/icon_mountain.png) center center no-repeat;
  content: "";
  display: block;
  margin: auto;
  width: 62px;
  height: 26px;
}

#Main h2.ranking {
  color: #c71c1e;
}

#Main h2 .ruby {
  display: block;
  font-size: 18px;
}

#Main .box {
  display: flex;
  margin: auto;
  max-width: 1200px;
}

#Main .box .product {
  counter-reset: number;
  width: 75%;
}

#Main .box .product h3 {
  font-weight: bold;
  margin: 0px 0px 30px 15px;
}

#Main .box .product dt {
  position: relative;
}

#Main .box .product dt::before {
  align-items: center;
  background: #c71c1e;
  color: #ffffff;
  counter-increment: number;
  content: counter(number);
  display: flex;
  height: 50px;
  font-weight: 700;
  justify-content: center;
  position: absolute;
  right: 0px;
  width: 50px;
  z-index: 1;
}

#Main .box .product .item:nth-child(n-3) {
  width: 33.33333%;
}

#Main .box .product .item:nth-child(n+4) {
  width: 25%;
}

#Main .box .product .item:nth-child(n+4) dt::before {
  background: #b3b3b3;
  height: 36px;
  width: 36px;
}

#Main .box .seller {
  counter-reset: number;
  width: 25%;
}

#Main .box .seller h3 {
  font-weight: bold;
  margin: 0px 0px 30px 0px;
}

#Main .box .seller dl {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}

#Main .box .seller dl dt {
  align-items: center;
  display: flex;
  padding-right: 10px;
  position: relative;
}

#Main .box .seller dl dt::before {
  align-items: center;
  counter-increment: number;
  content: counter(number);
  display: flex;
  justify-content: center;
  font-size: 24px;
  height: 36px;
  width: 36px;
}

#Main .box .seller dl dt img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

#Main .box .seller dl:nth-child(n-3) {
  color: #c71c1e;
}

#Main .box .seller dl:nth-child(n+4) {
  color: #b3b3b3;
}

@media screen and (max-width: 768px) {
  #Main .box {
    display: block;
  }
  #Main .box .product {
    width: 100%;
  }
  #Main .box .product h3 {
    font-size: 28px;
    margin: 0px 0px 30px 0px;
    text-align: center;
  }
  #Main .box .product .item:nth-child(n-2) {
    width: 50%;
  }
}

@media screen and (max-width: 768px) and (max-width: 375px) {
  #Main .box .product .item:nth-child(n-2) {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #Main .box .product .item:nth-child(n+3) {
    width: 33.33333%;
  }
}

@media screen and (max-width: 768px) and (max-width: 375px) {
  #Main .box .product .item:nth-child(n+3) {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #Main .box .product .item:nth-child(n+3) dt::before {
    height: 36px;
    width: 36px;
  }
  #Main .box .product .item:nth-child(n+4) {
    width: 33.33333%;
  }
}

@media screen and (max-width: 768px) and (max-width: 375px) {
  #Main .box .product .item:nth-child(n+4) {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #Main .box .product .item:nth-child(n+4) dt::before {
    background: #b3b3b3;
    height: 36px;
    width: 36px;
  }
  #Main .box .seller {
    width: 100%;
  }
  #Main .box .seller h3 {
    font-size: 28px;
    margin: 0px 0px 30px 0px;
    text-align: center;
  }
  #Main .box .seller dt {
    position: relative;
  }
  #Main .box .seller dt::before {
    counter-increment: number;
    content: counter(number);
  }
}
