#handmade {
  margin-bottom: 50px;
}
#top_txt {
  padding: 0 20px;
  line-height: 1.7;
  font-size: 120%;
}
.section-title-h2.noborder {
  border: none;
  font-size: 1.4em;
}

.clear {
	clear: both;
}

#NEWS_always {
  margin: 0 0 20px 20px;
  font-size: 120%;
}
.NEWS_always_txt {
  font-weight: bold;
  width: 100%;
}
.NEWS_always_txt span {
  font-size: 180%;
}
.NEWS_always_txt a {
  color: #e3007c !important;
}

#NEW {
  clear: both;
  margin-bottom: 10px;
  height: 200px;
  float: auto;
  padding: 15px;
  border-top: 5px solid #cacacb;
  border-right: 1px solid #cacacb;
  border-bottom: 1px solid #cacacb;
  border-left: 5px solid #cacacb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e3007c;
  font-size: 120%;
  line-height: 1.2;
}
@media (max-width: 767px){
  #NEW {
  	height: 200px;
  }
}
@media (max-width: 576px){
  #NEW {
  	height: 240px;
  }
}
@media (max-width: 413px){
  #NEW {
  	height: 280px;
  }
}
.NEW {
  clear: both;
  float: left;
  width: 45px;
  color: #059be9;
  font-weight: bold;
  margin-bottom: 10px;
}
.NEW_date {
  float: left;
  width: 52px;
  padding-right: 8px;
  text-align: right;
}
.NEW_txt {
  float: left;
  font-weight: bold;
  width: auto;
}
.NEW_txt span {
  font-size: 180%;
}
.NEW_txt a {
  color: #e3007c !important;
}

.swiper-container {
	/*width: 780px;
	height: 146px;*/
	width: 100%;
	height: auto;
  margin: 0 auto 37px;
}
.swiper-wrapper {
	margin: 0;
}
.swiper-wrapper ul {
  
}
.swiper-wrapper li {
  list-style: none;
}
.swiper-slide {
	/*width: 195px;*/
	width: 25% !important;
}
.swiper-wrapper .swiper-slide img {
  /*width: 193px;*/
	width: 100%;
	padding: 0 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  height: auto;
	object-fit: cover;
	/*margin-left: -40px !important;*/
}

@media (max-width: 576px){
	.swiper-slide {
		width: 50% !important;
	}
}

/* 20220714　お気に入りボタン用CSS */
.product-list__fav-items {
  margin-top: 10px;
  width: 30px;
}

.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;
}
/* 20220714　お気に入りボタン用CSS */

/*.carousel-slide {
  margin-bottom: 40px;
}
.carousel-slide li {
  list-style: none;
}
.carousel-slide img {
  width: 25%;
  height: auto;
}*/