input:focus {
  outline: none !important;
}
select:focus {
  outline: none !important;
}
.sticky-show{
  position: -webkit-sticky;
  position: sticky;
  z-index: 20;
}
  h2:after{
  border: 0;
}
  /* .slick-counter{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  color: #fff;
  background-color: #DDD;
  padding: 8px;
  border-radius: 10px;
} */
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.product-number {
    background-color: black;
    color: #fff;
    padding: 2px 2%;
    margin-right: 2%;
}
.bottom-btn{
	display:none;
}

@media screen and (min-width:992px) {
  .product-order-exp{
    padding-right: 30px !important;
  }
  #exp-cart-view{
    display:none;
  }
  .sp-block{
    display:none;
  }
  .pc-block{
    display:block;
  }
  ul.sp-block{
    display:none;
  }
  ul.pc-block{
    display:block;
  }
}
@media screen and (max-width:991px) { 
  #exp-cart-view{
    display:block;
  }
 .bottom-btn{
   color: #fff;
   background-color: #111;
   height: 50px;
   width: 100%;
   padding: 15px;
   position: fixed;bottom: 20px;
   left:0;
   z-index: 100;
  }
  .sp-block{
    display:block;
  }
  .pc-block{
    display:none;
  }
  ul.sp-block{
    display:block;
  }
  ul.pc-block{
    display:none;
  }
  h2:after{
    border: 0;
  }
}
button.btn-addcart{
    margin-bottom: 20px;
    background-color: #898989 ;
    text-align: center;
    border-radius: 6px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    border: 0;
    cursor: pointer;
 	 margin-bottom: 40px;
  	 margin-left: -13px;
}
.btn-addcart:hover{
  opacity: 0.7!important;
}
i.botton-icon{
   color: #fff;
}
br {
    display: none;
  }
#exp-1 br {
    display: block;
  }
.slider div {
    height: 300px;
}
.slider img {
    width: 100%;
}
.spslider .slick-slide{
    margin: 0 5px;
 }
@media screen and (max-width:480px) {
ul.topicpath-nav{
    text-align: center;
  }
    button.btn-addcart{
    width: 100%;
}
}
@media screen and (min-width:481px) { 
  .bor_b_1_sp{
    border-bottom: 1px solid #eee;
 }
ul.topicpath-nav{
    text-align: left;
  }
  button.btn-addcart{
    width: 93%;
}
}
.slick-active img{
  border: 1px solid #C4C4C4;
}
.slick-current img{
  border: 1px solid #111;
}
.btn-addcart{
    width: 400px!important;
}
a:hove{
  opacity: 0.5;
  text-decoration: none;
}

/* 2024/2/26 ここから */
.tab-detail img{
	margin-left: 0 !important;
}
#product .product_explain{
	padding-top: 40px;
}
.product-order-exp-top{
	align-items: flex-start;
}
/* .pcsubsliderbox .slick-list img{
	width: 100%;
	height: auto !important;
} */
@media (max-width: 480px) {
	.tab-detail{
	}
}

.item_num{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 10px;
	border-radius: 23px;
	background-color: rgba(0,0,0,0.4);
	width: max-content;
	padding: 10px 20px;
	margin: 0 auto;
	color: #fff;
}
.item_list_cube_ico{
	cursor: pointer;
}
@media (max-width: 480px) {
	.item_num{
		bottom: 10px;
		border-radius: 23px;
		width: max-content;
		padding: 5px 20px;
	}
	.item_list_cube_ico img{
		width: 20px;
		height: auto;
	}
}

.list_price{
	font-size: 12px;
}
/* 2024/2/26 ここまで */
