  .notice01{
    font-size:150%;
    margin:0px auto;
	padding:5px;
    color:#fff;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  background-color:#ff3333;
  }

.news0520{
    font-size:120%;
    margin:10px auto;
	padding:10px 5px;
    color:#fff;
	text-align:center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
  background-color:#ff3333;
  }

.kinkyu{
    font-size:150%;
    margin:10px auto;
	padding:10px;
    color:#ff0000;
  border:5px solid #ff0000;
}

/*0919追加*/
.ranking-num {
display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #FFB837;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 -17px;
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
  .ranking-num {
    width: 45px;
    height: 45px;
    transform: translateX(-5px);
    margin: 0 0 -22px;
  }
}
 
/*0920　追加*/
.important-info ul{
  padding: 10px;
  border: 2px solid #DD2111;
}
.info-list .info-list__unit{
  margin-bottom: 10px;
}

.feature__section {
  padding-bottom: 50px;
}
.feature__section .row .col {
  padding-bottom: 1%;
  padding-top: 1%;
}

@media (max-width: 768px) {
  .important-info{
  	margin-top: 10px;
    margin-bottom: 10px;
  }
  .important-info ul{
    width: calc(100% - 40px);
    margin: 0 auto!important;
    height: 100px;
    overflow: scroll;
  }
}

@media(max-width: 980px) {
   .slider {
    margin-bottom: 0!important;
  }
}

/*追加ここまで*/


.slider-block{
	overflow: hidden;
}

@media only screen and (min-width:900px){
  .slider{
      margin-left: auto;
      margin-right: auto;
      width: 90%;
  }

  #slider{
      width: 100%;
  }

  #slider a img{
      display: block;
      object-fit: cover;
      width: 100%;
      height: auto;
  }

  /* bxSliderのスタイル */
  .bx-wrapper{
      position: relative;
  }

  .bx-viewport{
      overflow: visible !important; /* これを追加しないとうまくいかない */
  }

  .bx-wrapper .bx-controls-direction a{
      outline: 0;
      text-indent: -9999px;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9999;
  }
}
@media only screen and (min-width:992px){
  .slider{
      margin-left: auto;
      margin-right: auto;
      width: 90%;
  }  
}
@media only screen and (min-width:1149px){
  .slider{
      margin-left: auto;
      margin-right: auto;
      width: 70%;
  }  
}
.product-list__img_block {
  width: 123px;
  height: 123px;
}
@media (max-width: 768px) {
  .product-list__img_block {
    width: 158px;
    height: 158px;
  }
}

/****レビュー*****/
.review__body {
  padding-bottom: 50px;
}
.review__wrapper {
  min-height: 300px;
    max-height: 600px;
    height: auto;
  overflow-y: scroll;
  border: 1px solid #999;
  padding: 12px;
}

.top-review  {
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
  padding-top: 20px;
}
.top-review:last-child {
  border-bottom: none;
}

.top-review-star {
  max-width: 200px;
  margin: 10px 0;
}

.top-review-name {
  font-size: 1em;
}

.top-review-content-list {
  font-size: 1em;
 
}

.top-review-poster-list {
  display: flex;
  gap: 10px;
  margin-top: 18px;
font-size: .93em;
}

.top-review-date {
  font-size: .93em;
}
  @media screen and (max-width: 980px) {
    .review__body {
    padding: 10px 25px;
    padding-bottom: 50px;
    }
}
/****商品カテゴリー*****/
.category__section {
  padding-bottom: 50px;
}
.top-category-list {
  display: flex;
  flex-wrap: wrap;
}
.top-category-list img{
  margin-bottom: 5px;
}
.top-category-list p{
  margin-bottom: 15px;
}

@media screen and (max-width: 980px) {
  .top-category-list {
    padding: 0 10px;
  }
}

.rakuten-amazon-banner{
  text-align: center;
  margin-bottom: 10px;
}
.rakuten-amazon-banner img{
  width: 70%;
}