/* bxSlider関連 */
/* メイン画像を横中央に */
.product_main_pic img {
  display: block;
  margin: 0 auto;
}

/* 枠線を消す*/
.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

.product_main_pic {

 margin:0 auto;
  margin-top: 30px; 
}

.container-section {

}
.bx-wrapper {
  margin: 0 !important;
}

ul.bxslider {
  margin-left: 0px !important;
}

.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}

.custom-thumb {
  margin-top:50px;
  margin-bottom:20px;
  display:flex;
  justify-content: center;
  flex-wrap: wrap; /* 回り込みする */
  width:100%;
}

.custom-thumb li img {
width:100px;
}
.custom-thumb li {
float: left;
width:100px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin: 0;
  padding: 5px 5px 5px 0;
}

.custom-thumb li a:hover {
  opacity: 0.7;
}

/* サムネイルactive時の枠を付ける */
.custom-thumb a {
  display: inline-block;
}

a.active {
  border: 1px solid #333;
}

/* SNS */
.sns1 {
  padding-top: 10px;
}