.product-list__fav-items {
  margin-top: 10px;
    width: 10%;
    margin-left: 90%;
}

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

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}


@media (max-width: 768px) {
.productlist-unit{
		width:49%;
	padding:1%;
	margin:0 auto;
	height:auto !important;
}


}


/*================================
	   #poduct_main
================================*/
	
	#poduct_main{
		max-width: 970px;
		margin:20px auto auto auto;
		position: relative;
      margin-bottom:100px;
      width:100%;
	}
	#poduct_main:before{
		content: "";
		position: absolute;
		top:50px;
		z-index: -1;
		background: url(https://img21.shop-pro.jp/PA01457/169/etc/bg_3.jpg?cmsp_timestamp=20201119151752) repeat;
		margin-left: 8%;
		width:92%;
		height:100%;
	}
	#poduct_main #lead .ttl{
		width:80%;
		margin-top: 60px;
	}
	#poduct_main #point img{
		width:80%;
		margin:0 10%;
    }
	#poduct_main #arrange{
		margin-top: 60px;
		overflow: hidden;
		padding-bottom: 60px;
	}
	#poduct_main #arrange h2{
		text-align: center;
	}
	#poduct_main #arrange h2 img{
		width: auto;
      margin: auto;
	}
	#poduct_main #arrange .arrange_img1{
		float: right;
		width: 44%;
		margin-top: 130px;
	}
	#poduct_main #arrange .left{
		float:left;
		width: 53%;
	}
	#poduct_main #arrange .arrange_img2{
		margin-bottom: 10px;
	}
	
	@media (max-width: 768px){
      #poduct_main{overflow: hidden;
	}
	#poduct_main:before{
		width:100%;
      margin-left:0;
	}
	#poduct_main #lead .img{width:110%;}	
	#poduct_main #lead .ttl{
		width:100%;
		margin-top: 40px;
	}	
    #poduct_main #point img{
		width: 100%;
		margin:0 0 0 0;
    }
	#poduct_main #point p:last-child img{
		margin-left:0;
    }
	#poduct_main #arrange{
		margin-top:20px;
		padding-bottom: 50px;
	}
	#poduct_main #arrange h2 img{width:85%;}
	#poduct_main #arrange .arrange_img1{
		float:none;
		width:75%;
		margin-top:0;
		margin-left: 10%;
	}
	#poduct_main #arrange .left{
		float:none;
		width:100%;
	}
	#poduct_main #arrange .arrange_img2{
		width:90%;
	}
	#poduct_main #arrange .arrange_img3{
		width:90%;
		margin-left: 10%;
	}
		
	}
	