#product{
  width:1160px;
  margin: 0 auto
}

.product_area{
  justify-content: space-between;
}

.product_slide{
  width:47%;
  position: relative;
}

.gallery_container,.thumbs_container{
  position: relative;
}



.gallery-top{
  margin-bottom: 15px;
  overflow:hidden;
}

.gallery-thumbs{
  padding:5px;
  overflow:hidden;
}

.gallery-thumbs .swiper-slide{
  border: 1px solid #FFF;
  box-sizing: border-box;
  padding: 3px;
}

.swiper-slide-thumb-active {
    border: 1px solid #CCC !important;
}

.product_detail{
  width:45%;
}

.price span{
  font-size:12px;
  font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "¥Ò¥é¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
  margin-left: 3px;
}

table#option_tbl tr td {
    text-align: center;
}

.stock_head th{
  text-align: center;
}

.table_price,.stock_zero{
  font-size:10px;
  position: relative;
  top: 5px;
}

.line_through{
  text-decoration: line-through;
}

.btn-addcart{
  background: #fd9043;
  color: #FFF;
  border-radius: 4px;
  width: 100%;
  font-size: 15px;
  padding: 16px;
}

.btn-addcart:hover, .btn-addcart:focus, .btn-addcart:active, .btn-addcart.active{
  background: #f79f33;
  color: #FFF;
}

.btn-addcart:hover{
  opacity: 0.8;
}

.btn-addcart i{
  padding-right:5px;
}

.soldout_btn{
  border-radius: 4px;
  width: 100%;
  font-size: 15px;
  padding: 16px;
}

.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 36px;
  text-align: right;
  border: 1px solid #ccc;
}

.product__fav-item button {
  width: 100%;
  padding: 16px;
  cursor: pointer;
  transition: .2s;
  border: 1px solid #CCC;
  border-radius: 4px;
  outline: none;
  background: transparent;
  font-size: 15px;
}

.product__fav-item button:hover {
  opacity: .7;
  background: none;
  outline: none;
}

.product__fav-item button:focus {
  background: none;
  outline: none;
}

@keyframes fav{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.product__fav-item i{
  display: inline-block;
  padding-right: 5px;
}

.product__fav-item i.fas {
  display: none;
}

.fav-items .fas {
  display:inline-block !important;
  color: #ff6363;
  animation: fav .3s linear 0s;
}

.fav-items i.far {
  display: none !important;
}

.review_data_area{
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.btn-review {
    background: none;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
}

.btn-review:hover{
  background: none;
  opacity: 0.7;
}

.icon_star {
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}

.star_num {
    position: absolute;
    top: -7px;
    left: 80px;
    color: #fbc92d;
    font-size: 22px;
}

.review_poster,.review_date{
  color: #afafaf;
}

.review_poster li::after{
  content: "/";
  padding: 0 5px;
}

.shopcomment{
  position: relative;
  background: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
}

.shopcomment::before{
  	content: "";
    position: absolute;
    z-index: -1;
    top: -5px;
    left: 20px;
    display: block;
    width: 20px;
    height: 20px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f5f5f5;
}

.product-order-exp img{
  margin-bottom: 40px;
}

.together-block ul{
  justify-content: space-between;
  align-items: strech;
  flex-wrap: wrap;
}

.together-block ul::after{
  width:30%;
  content:"";
  display:block;
}

.together-block ul::before{
  display:block;
  content:"";
  width: 30%;
  order: 1;
}

.together-block ul li{
  max-width: 30%;
}

.product-order-exp {
    line-height: 2em;
    font-size: 16px;
  	width: 700px;
    margin: 50px auto;
}

.product-order-exp h3{
  font-size:24px;
  line-height: 1.75;
}

.product-order-exp h3 br{
  display: none;
}

.pickup_box{
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.pickup_box::before{
  content: "";
  width:22%;
  display:block;
  order:1;
}

.pickup_box::after{
  content: "";
  width:22%;
  display:block;
}

.pickup_box li{
  width: 22%;
}

@media (min-width: 981px) and (max-width: 1159px) {
  /* ~980px */
  #product {
    width: 100%;
}
  
}
@media (max-width: 980px) {
  /* ~980px */
#product {
    width: 100%;
}
  
  
  .product_area {
    flex-direction: column;
}
  
  .product_slide {
    width: 100%;
}
  
  .gallery-top .swiper-slide {
    text-align: center;
  }
  
  .product_eyecatch{
  display: none;
}
  
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px !important;
    right: auto !important;
}
  
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px !important;
    left: auto !important;
}
  
  .product_detail {
    width: 100%;
}
  
  .together-block {
    padding: 0;
}
  .together-block ul li {
    max-width: 30%;
    padding: 0;
    box-sizing: border-box;
    height: auto !important;
    margin-bottom: 40px;
}
  
.product-order-exp {
    line-height: 1.75em;
    font-size: 14px;
  	width: 100%;
    margin: 30px auto;
}

.product-order-exp h3{
  font-size:20px;
 }
.pickup{
  padding:0;
  }
  .pickup_box li {
    width: 48%;
    padding: 0;
    margin-bottom: 40px;
}
  
  .history_area{
    padding:0 20px !important;
  }
 
  
}
@media (max-width: 480px) {
  /* ~480px */
}


