@charset "UTF-8";
.product_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .product_wrapper {
    margin-bottom: 60px;
  }
}

.product_image {
  width: 50%;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .product_image {
    width: 100%;
    margin-bottom: 30px;
  }
}

.product_txt {
  width: 50%;
  background: #fff;
  padding: 5%;
}

@media screen and (max-width: 767px) {
  .product_txt {
    width: 100%;
    padding: 0 25px;
  }
}

.product_name_sp {
  margin: 2em 0;
}

.product_name_sp h1 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

.product_name_sp img {
  display: block !important;
  margin: 0 0 10px !important;
}

.product_name {
  margin-bottom: 2em;
}

.product_name h1 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

.product_name img {
  display: block !important;
  margin: 0 0 10px !important;
}

.product_model {
  margin-bottom: 1.5em;
}

.teika {
  text-decoration: line-through;
  color: #999;
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.price {
  font-size: 1.8rem;
}

.product_order_exp {
  margin-bottom: 40px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.product_end {
  margin: 45px 0;
  padding: 20px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

/*オプション情報*/
select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff;
  background-size: 10px;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 6px 20px;
  height: auto;
  border: 1px solid #999;
  border-radius: 0;
  color: #999;
}

select option {
  color: #a40000;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

.prduct_option {
  margin-top: 30px;
}

/*購入フォーム*/
.product_order {
  overflow: hidden;
  margin: 10px 0 30px;
}

.btn_append {
  margin: 10px 0;
  display: none;
}

.btn_append .uneditable-input,
.btn_append input,
.btn_append select {
  width: 66px;
  height: 33px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 3px;
}

.btn-addcart {
  margin: 35px 0;
  width: 100%;
  height: 60px;
  background: #1d1d1d url("https://file003.shop-pro.jp/PA01402/892/images/btn_cart_w.png") right 25px center no-repeat;
  background-size: 20px 20px;
  color: #fff;
  padding: 12px 20px;
  border: 0;
  border-radius: 0;
  font-size: 1.6rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

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

.btn_soldout {
  margin: 35px 0;
  width: 100%;
  height: 60px;
  background: #999;
  background-size: 20px 20px;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 60px;
}

.thumb_item_nav {
  display: -webkit-flex !important;
  display: flex !important;
  margin-left: -10px;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media screen and (max-width: 767px) {
  .thumb_item_nav {
    margin-left: -10px;
  }
}

.thumb_item_nav .slick-track {
  width: 100% !important;
  transform: none !important;
}

.thumb_item_nav li {
  position: relative;
  width: -webkit-calc(12.5% - 10px) !important;
  width: calc(12.5% - 10px) !important;
  margin-top: 10px;
  margin-left: 10px;
  cursor: pointer;
  outline: none !important;
}

@media screen and (max-width: 767px) {
  .thumb_item_nav li {
    width: -webkit-calc(20% - 10px) !important;
    width: calc(20% - 10px) !important;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}

.thumb_item_nav li img {
  transition-property: all;
  transition-duration: 0.3s;
}

.thumb_item_nav li:hover img {
  opacity: 0.5;
}

.thumb_item_nav .slick-active img {
  opacity: 0.5;
}

.recommend_list .recommendt_item {
  margin: 0 10px;
  position: relative;
  text-align: center;
}

.recommend_list .recommendt_item h3 {
  margin: 1em 0 0.5em;
}

.recommend_list .recommendt_item h3 img {
  display: block !important;
  margin: 0 auto 10px !important;
}

.product__fav-item {
  margin-top: 10px;
}

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

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

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