/****************************/
/* お知らせ					*/
/****************************/
.news_area {
  width:726px;
  margin-bottom:20px;
}
.news_list {
  width:686px;
  padding:0 10px 20px 20px;
}
.news_list li {
  font-size:14px;
  font-weight:bold;
  margin-bottom:10px;
}
.news_list li spam {
  color:#c9171e;
  margin-right:2em;
}
.news_list li a {
  text-decoration:underline;
}

/****************************/
/* 注目バナー広告			*/
/****************************/
.top_bannerarea{
  margin-bottom:20px;
}
.top_bannerlist{
  width: 726px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom:10px;
}

/****************************/
/* ギフトセクション				 */
/****************************/
.gift_area {
  margin-bottom:20px;
  }

.gift_box{
  width: 726px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gift_box li{
  width: 360px;
  height:200px;
  margin-bottom:10px;
  background:#ebebeb;
  }

.gift_box li a {
  display:block;
}

/****************************/
/* SNSエリア				 */
/****************************/
.sns_area {
  margin-bottom:20px;
  }

.facebook_box {
  width: 353px;
  float:left;
  position: relative;
  }

.facebook_title {
  background-color: #2e5095;
  background-repeat: repeat;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
  margin:0;
  }

.facebook_logo {
  position:absolute;
  right:5px;
  top:2px;
  }

.facebook_logo img {
   height:26px;
  }

.facebook_contents {
  background-color: #ebebeb;
  background-repeat: repeat;
  padding: 6.5px;
  margin: 0;
  }

/****************************/
/* 売れ筋商品			   */
/****************************/
#selling_area{
width:726px;
}
#selling_area .product_area{
width:100%;
}
#selling_area .slick-prev:before{
 content:url(https://img21.shop-pro.jp/PA01422/322/etc/slider_left1.png);
 opacity:1;
}
#selling_area .slick-next:before{
 content:url(https://img21.shop-pro.jp/PA01422/322/etc/slider_right1.png);
 opacity:1;
}
#selling_area .slick-next,
#selling_area .slick-prev{
 width:auto;
 height:auto;
 z-index:1;
 opacity:1;
}
#selling_area .slick-prev:hover,
#selling_area .slick-next:hover{
opacity:0.7;
}
#selling_area .slick-prev{
left:0;
}
#selling_area .slick-next{
right:0;
}
#selling_area .slick-slide {
  position: relative;
}
#selling_area .slick-slide .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 10px 20px;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transition: .3s ease;
 margin:0;
 box-sizing:border-box;
}
#selling_area .slick-current .caption {
  opacity: 1;
  transition-delay: .3s;
}
#selling_area .product_detail .name{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height:3.66em;
}
#selling_area .product_list a{
height: 257px;
}
#selling_area .slider4{
  opacity: 0;
  transition: opacity .3s linear;
}
#selling_area .slider4.slick-initialized{
  opacity: 1;
}