/*-------------------

my custamyze

---------------------*/
/*表示　非表示*/
.top-banner{
  display: none;
}
.top-text{
  display: none;
}
.slider-sp{
  display: none;
}
.slider-pc{
  display: none;
}

@media screen and (max-width:768px) {
  #main{
    margin-top: 66px;
  }
  .wrapper{
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  #main{
    margin-top: 60px;
  }
}
.productlist-unit{
  line-height: 1.1;
}
.section-title-main{
  line-height: 45px;
}

/*マージン*/
.contents-section{
  margin-bottom: 10px;
}

/*お気に入りボタン*/

.favorite-button{
  border: none;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.favorite-button{
  margin-bottom: 10px;
}


.product-list__fav-items button {
    display: block;
    width: 100%;
    padding: 5px 0;
    cursor: pointer;
  	font-size: 1.6rem;
    transition: .2s;
    text-align: center;
    color: #999;
    border: 0;
    outline: none;
    background: transparent;
}

.product-list__fav-items svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.product-list__fav-items .fav-items {
    color: #ff7373;
}
/*カテゴリーフリースペース*/
.cg_freespace_01{
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
}
.cg_freespace_01 .description-text{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 80%;
  background-color: rgba(255,255,255,0.8);
  top: 10%;
  left: 5%;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .cg_freespace_01 .description-text{
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 500px) {
  .cg_freespace_01 .description-text{
    font-size: 1.2rem;
  }
}