@charset "euc-jp";
#product-wrap{ position: relative; margin-bottom: 500px;}

.prd_opt_src { display: none !important; }

.product-name{ font-size: var(--fontSizeL); font-weight: var(--midiumFontWeight); text-align: center;}

.product_image { margin-bottom: 0; }

.product_image_main { text-align: center; }

.product_image_main img { display: block; margin: 0 auto; max-width: 100%; height: auto; }

.product_image_thumb { float: right; width: 24.468%; }

.product_image_thumb li { float: left; cursor: pointer; margin-bottom: 10px; margin-left: 6.521%; width: 43.478%; }

.product_image_thumb img { max-width: 100%; width: auto; height: auto; }

.variation_image_thumb{ width: 100%; }

.variation_image_thumb ul{ display: flex; flex-wrap: wrap; justify-content: flex-start; list-style: none;}

.variation_image_thumb li{ flex-basis: 200px; cursor: pointer; min-width: 120px; }

.variation_image_thumb img{ max-width: 210px; width: calc(100% - 20px); margin: 0 10px; }

.variation_image_thumb p{ text-align: center; word-break: keep-all; overflow: hidden; font-size: 13px; }

.product_exp { clear: both; padding-top: 2em; line-height: 1.6; margin: 0;}

.product-exprice{ color: red; font-size: 1.2em;}

.product_info_block { padding-top: 2em; display: flex; flex-wrap: wrap; gap: 30px; margin-bottom: var(--variableSpaceS);}

.product_spec_block { margin-bottom: 0; flex-basis: 500px; }

.product_spec_block table {  width: 100%; }

.product_spec_table { border-top: 1px solid #888; }

.product_spec_table th { padding: 1em .5em; border-right: 1px solid #888; border-bottom: 1px solid #888; }

.product_spec_table td { overflow: hidden; padding-top: 1em; padding-bottom: 1em; padding-left: 1em; border-bottom: 1px solid #888; }

.product_spec_table th { width: 33.333%; }

.product_spec_table td { width: 66.666%; }

.product_spec_table select { width: 90%; font-size: var(--fontSizeM);}

.product_order_form input { float: left; margin-right: .3em; padding: .3em; width: 3em; text-align: right; }

.product_order_form .text-titles-list__detail-text { width: 85%; text-align: left; }

.product_unit { padding: .3em; float: left; }

.product_init { display: none; }

.product_option_table td div { margin-bottom: .5em; }

.product_info_lst { margin-bottom: 0; flex-basis: 290px; flex-grow: 1; max-width: 500px; display: flex; flex-wrap: wrap; align-content: space-between; }

.product_info_lst .icon { margin-bottom: .7em; }

.product_info_lst .icon::before{ content: "-";
  }

.product_info_lst ul{ list-style: none; flex-basis: 100%;}

.product_info_lst a { color: #444; text-decoration: none; }

.product_info_lst a:hover { text-decoration: underline; }

.product_review { margin-bottom: 1.5em; }

.product_review a { font-weight: bold; }

.social_share { margin-top: 1.5em; }

.social_share li { margin-bottom: .5em; }

.product_cart_btn { display: block; margin-top: 1em; color: #fff; text-align: center; font-weight: bold; }

.product_addcart_btn { width: 100%; padding: 1em 0; border: none; color: var(--accentColor); background-color: var(--themeColor); transition: all 0.3s ease; font-size: 1em;}

.cartin_btn{ flex-basis: 100%;}

.enable_cartin .product_addcart_btn{ cursor: pointer; display: flex; justify-content: center; align-items: center; gap: 20px;}

.enable_cartin .product_addcart_btn svg{ width: 2em; height: 2em; margin: 0;}

.enable_cartin .product_addcart_btn:hover{ color: var(--themeColor); background-color: var(--themeColorLight);}

.disable_cartin .product_addcart_btn{ opacity: 0.5;}

.product_quick_order_btn { float: right; width: 40%; padding: .8em 0; background-color: #c67f7f; text-decoration: none; }

.product_member_sale_msg { color: #df7676; }

.stock_error { margin: .5em 0; color: #f00; font-weight: bold; font-size: 123.076%; line-height: 3; }

.trackback_block { clear: both; }

.trackback_url { padding: .5em; width: 60%; }

.together_block { clear: both; }

.wrap_together{ margin-bottom: var(--variableSpaceS);}

.wrap_together ul{ list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-start;}

.wrap_together ul li{ flex-basis: 300px;text-align: center;margin-bottom: 1em;}

.wrap_together ul li > div{ max-width: 300px; margin: auto; padding: 0.5em; height: 100%;display: flex; flex-wrap: wrap; align-content: space-between;}

.product-catch{ font-size: 24px; color: dodgerblue; font-family: sans-serif; }

.spec-list{ display: flex; flex-wrap: wrap; justify-content: flex-start; }

.spec-list dt{ flex-basis: 220px; font-weight: bold; }

.spec-list dd{ flex-basis: calc(100% - 220px); min-width: 220px; flex-grow: 1; word-break: keep-all; }

.spec-list hr{ width: 100%; height: 1px; background-color: lightgray; border: 0; }

.icon-list{ display: flex; flex-wrap: wrap; justify-content: flex-start; }

.icon-list > div{ flex-basis: 100px; text-align: center; }

.icon-list img{ max-width: 50px; }

.icon-list p{ font-size: 12px; padding: 1em; }

.cartjs_product_table{ margin: 0!important;}

.cartjs_product_table table{ width: 100%; margin: 0;}

.cartjs_cart_in input:disabled{ opacity: 0.5; }

.bottom-btns{ display: flex; flex-wrap: wrap; gap: 20px;}

.bottom-btn{ display: block; width: 100%; flex-basis: 300px; flex-grow: 1; max-width: 470px; margin: 0 auto 0.5em;}

.bottom-btn a{
  padding: 0.7em 0;
  border: none;
  background-color:var(--themeColor);
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.bottom-btn a:hover{ background-color: var(--themeColorLight); color: var(--themeColor);}
.bottom-btn svg{ width: 1.5em; height: 1.2em; margin-right: 10px;}

.product-description-wrap{ margin-bottom: 50px;}

.spec-list{ margin-bottom: 50px;}

.spec-list dt, .spec-list dd{ padding: 1em;}

.icon-list{ margin-bottom: 50px;}

#together{ position: absolute; top: calc(100% + 50px);}
@media (max-width: 500px){
  .variation_image_thumb li{ flex-basis: 50%; }

  .bottom-btn a{ font-size: 0.8em;}
}

/*sold outボタンの非表示*/
.disable_cartin.cartin_btn > input{
  display: none;
}
.disable_cartin{
  display: block;
  border: 1px solid blue;
  padding: 1em;
  margin-top: 1em;
  color: red;
}
.product_soldout_msg{display:none;}

