.creditcard{
  margin-top: -15%;
  width: 70%;
}

.top-bannershousai{
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 2px;
  margin-right: 0px;
  list-style: none;
	display: flex;
	flex-wrap:wrap;
}
.top-bannershousai li {
   border:solid 1px gray;
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0 0px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
  text-align:center;
  font-size: 8px;
 
}
.top-bannershousai li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}


/* カートボタン */


.cp_button02 {
	display: inline-block;
	width: 100%;
  max-width: 270px;
	padding: 1em;
	line-height: 1.8em;
	cursor: pointer;
	user-select: none;
	transition: box-shadow 0.2s, transform 0.2s;
	color: #fff;
	border-width: 0;
	border-style: solid;
	border-radius: 12% / 50%;
	background:  #192f60;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.cp_button02:hover {
	-webkit-transform: scale(1.02);
	        transform: scale(1.02);
	box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
	color: yellow;
}
.cp_button02:active {
	transition-duration: 0.05s;
	-webkit-transform: scale(0.99);
	        transform: scale(0.99);
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15) inset;
}
.cp_button02:focus,
.cp_button02:focus:hover {
	color: #ec407a;
}






/* bxSlider関連 */
.container-section {
  opacity: 0; 
  transition: opacity .3s linear;
  max-width: 480px;
  margin-bottom: 70px;
}
.product-image-main{
width :100%;
}

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

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

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

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

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


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

a.active {
  border: 1px solid }

/* 販売価格の文字強調 */
.product_sales {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.2em;
}

/* 数量入力欄 */
input.product-cart-init-num {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  height: 20px;
  width: 20%;
}

/* 商品単位 */
.product-unit {
  float: right;
  padding: 5px;
}

/* 名入れ入力欄 */
.product-order-form input[type="text"] {
  width: calc(100% - 14px);
}

/* カートボタン下マージン */
.product_cart_area {
  margin-bottom: 15px;
}



/* カートボタンのデザイン */
.btn-addcart {
  background-color: brown;
  border: medium none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 18px 0;
}

/* いいねボタンのズレ修正 */
.fb_adjust {
  position: relative;
  top: 1px;
}

/* IE11だけで適用されるスタイルシート */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .custom-thumb img {
    width: 100%; //IE11のmax-width崩れ
  }
}

/* お気に入りボタン */
.product__fav-item {
  margin-top: 20px;
  margin-bottom: 15px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 40px;
  height: 30px;
  vertical-align: -.35em;
  fill: currentColor;
}

.product__fav-item li {
display:inline;
  padding: 10px;
}

.product__fav-item li img {
width: 150px;
  
}
/* //お気に入りボタン */

.shouhinnmei {
  font-family:serif;
  color: dimgray;
  font-size:20px;
  margin-bottom: 25px;
  margin-top: 5px;
  padding-left: 0px;
}

.product-order-exp {
margin-top: 0;
   margin: 20px 5px 20px 5px;
  padding: 20px;
  border-radius: 6px;
background: whitesmoke;
}

.option1 {
  text-align:center;
width: 25%;
}

.selectsize {
width: 70px;
}

.setumei {
margin-top: -20px;
}

.product-spec-block {
margin-left: 10px;
  margin-right: 10px;
}

.salehuda {
margin-bottom:20px;
}

.salehuda li {
  padding: 2px;
display: inline;
  list-style:  none;
}

.salehuda img {
border-radius: 5px;
  width: 100px;
  margin-bottom: 10px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
.youtube iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

@media screen and (max-width: 768px){
.instagram-media{
    min-width: 100% !important;
    margin: 0 -1px !important;
    border-right: none !important;
    border-left: none !important;
}
}
