

.fs-c-heading--page{
  text-align: left;
}
.fs-c-productListItem__control {
  display:none
}

.fs-c-productPrice__main__label{
  display: none;
}

.fs-c-subgroupList__link{
  background: #fff;
  border:1px solid #B2BBBA;
  border-radius: 4px;
}

.fs-c-subgroupList__item{
  flex-basis: unset;
  flex-grow:unset;
}

.fs-c-subgroupList__link::after{
  display: none;
}


.fs-c-productMark__mark{
  padding: 5px;
  font-weight: bold;
  margin: 0 5px 5px 0;
}

.fs-c-button--plain{
  display:none;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #3c3c3c;
}

.fs-c-subgroupList__item {
  width: 25%;
  padding: 0 10px 10px 0;
}

.fs-c-subgroupList__item:nth-child(4n) {
  padding-right: 0px;
}


@media screen and (max-width: 768px){
 
.fs-c-subgroupList__item {
    width: 50%;
    padding: 0 10px 10px 0;
  }
  
.fs-c-subgroupList__item:nth-child(2n) {
    padding-right: 0px;
  }


}


/*レビュー*/

.fs-c-rating{
  width: 100%;
  flex-wrap: wrap;
}

.fs-c-reviewStars {
  width: 60%;
}

.fs-c-rating__value {
  margin-left:0px;
   width: 35%;
}

/*予約文言非表示*/
.fs-c-preorderMessage{
  display: none;
}

.fs-c-productName__name{
  font-weight: bold;
}

.fs-c-listControl__status ,.fs-c-pagination{
  font-size: 1.6rem;
}

/* カテゴリページ お知らせ */

.attention_Info{
  border: 2px solid;
  border-color: #FA0015;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.attention_txtbox{
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline #FA0015;
  color: #FA0015;
}

.attention_Info  .forSP {
  display: none;
}

@media screen and (max-width: 768px){
 
  .attention_Info  .forSP {
    display: block;
  }
  
  }


/* プラスチックカップ */
    .container {
      background-color: #F6F6F6;
      padding: 1%;
    }

    .container-box{
        display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
    }

     .container-box h3{
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .container-box p{
        font-size: 14px;
        margin-bottom: 10px;
        text-align: left;
    }

    .container-box a{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .container-box a:hover{
     opacity: 0.7;
     transition: 0.3s;
  }

    .container-box a div{
        flex: 1 1 auto;
        margin-top: 8px;
    }


    .container-h{
        font-weight: bold;
        font-size: 1.6rem;
        margin: 1%;
        padding-bottom: 5px;
        border-bottom: 2px solid #fff;
    }


    .container-box button{
       width: 100%;
       background-color: #fff;
       display: flex;
       justify-content: center;
       align-items: center;
       border: 1px solid #169FC3;
       color: #169FC3;
       font-weight: bold;
       border-radius:5px;
       padding: 5% 2%;
       font-size: 1.2rem;
       position: relative;
       top: 0;
       right: 0;
    }

    .container-box button::after{
      content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6%;
  width: 6px;   
  height: 6px;   
  border-top: 1px solid #169FC3;   
  border-right: 1px solid #169FC3;   
  transform: rotate(45deg); 
    }

    @media only screen and (max-width: 1200px)  and (min-width: 770px) {
      .container-box button{
       font-size: 1.1rem;
    }

    .container-box button::after{
       right: 7%;

    }
    }


    
    .box {
      width: 16.66%;
      padding: 10px;
      box-sizing: border-box;
      text-align: center;
    }
    
    @media only screen and (max-width: 768px) {
      .box {
        width: 25%;
      }
    }
    
    @media only screen and (max-width: 480px) {
      .box {
        width: 50%;
      }
      .container{
        padding: 16px 1% 47px;
      }
      .container-h{
        margin: 1% 3%;
      }
    }

    .fs-body-category-3004002 .fs-c-subgroup{
      display: none;
    }



/* カテゴリページ 人気ランキング */
.category-ranking {
  margin-top: 30px;
  background: none;
}

.category-ranking .forSP {
  display: none;
}

.category-ranking-title {
  border-bottom: 1px solid rgba(112, 112, 112, 0.41);
  margin-left: 0;
  margin-right: 0;
  padding: 0 1%;
}

.category-ranking-title span {
  color: #F82422;
}

.category-ranking-title:before {
  content: "";
  width: 1.8em;
  height: 1em;
  background: url(../images/item/category/img_ranking_icon.png) no-repeat center /contain;
  display: inline-block;
}

.category-ranking-nav {
  background: #FFF2F0;
  padding: 20px;
  margin-bottom: 20px;
}

.category-ranking-nav-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.category-ranking-nav-list {
  display: grid;
  grid-template-columns: repeat(5, 138px);
  gap: 10px 20px;
  justify-content: center;
}

.category-ranking-nav-list > li {
  background: #fff;
  padding: 2px 4px;
  border: 1px solid #707070;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  min-height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

.category-ranking-nav-list > li:hover {
  color: #B3522C;
}

.category-ranking-nav-list > li.is-active {
  background: #F87674;
  color: #fff;
}
.category-ranking-nav-list + .category-ranking-nav-list {
  margin-top: 10px;
}

.category-ranking-block {
  display: none;
}

.category-ranking-block.is-active {
  display: block;
}

.category-ranking-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 3%;
}

.category-ranking-products-item {
  width: 28%;
  display: flex;
  flex-direction: column;
}

.category-ranking-products-item:before {
  content: "";
  width: 100%;
  padding-top: 10%;
  display: block;
  margin-bottom: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.category-ranking-products-item:first-of-type:before {
  background-image: url(../images/item/category/img_ranking_rank01.png);
}

.category-ranking-products-item:nth-of-type(2):before {
  background-image: url(../images/item/category/img_ranking_rank02.png);
}

.category-ranking-products-item:nth-of-type(3):before {
  background-image: url(../images/item/category/img_ranking_rank03.png);
}

.category-ranking-products-item a {
  border: 1px solid #707070;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 10px;
  transition: 0.3s;
}

.category-ranking-products-item a:hover {
  opacity: 0.7;
}

.category-ranking-products-item a img {
  max-width: 190px;
  display: block;
  margin: 0 auto 10px;
}

.category-ranking-products-item .item-code {
  color: #A2A2A2;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.09em;
}

.category-ranking-products-item .item-name {
  font-weight: bold;
  letter-spacing: 0.02em;
}

.category-ranking-products-item .item-price {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 5px;
}

.category-ranking-products-item .item-price > span {
  color: #F82422;
  font-size: 12px;
}

.category-ranking-products-item .item-price > span > span {
  font-size: 10px;
}

.category-ranking-products-item .item-link {
  background: #F82422;
  color: #fff;
  border-radius: 3px;
  position: relative;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 2px 5px;
  margin-top: auto;
}

.category-ranking-products-item .item-link:after {
  content: ">";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 979px) {
  .category-ranking-nav-list {
    grid-template-columns: repeat(5, 135px);
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .category-ranking .forSP {
    display: block;
  }
  
  .category-ranking-nav {
    padding: 10px;
  }
  
  .category-ranking-nav-list {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .category-ranking-nav-list > li {
    font-size: 1.0rem;
    letter-spacing: 0;
  }
  
  .category-ranking-products {
    row-gap: 20px;
    padding: 0 10px;
  }
  .category-ranking-products-item {
    width: 100%;
  }
}