/* ************************************************
*  product_detail_page
* ************************************************ */
.product_form{
  margin: 0 0 20px;
}
/*20241016
.product_detail_area {
  position: relative;
  width: 100%;
}*/
.product_detail_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product_images {
  display: inline-block;
  float: left;
  max-width: 625px;
  width: calc(100% - 320px);
  overflow: hidden;
}
.product_images div img {
  width: calc(100% - 2px);
  height: 100%;
  border: 1px solid #eee;
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}
.add_cart {
  clear: right;
  float: right;
  overflow: hidden;
  width: 335px;
  margin-left: 20px;
}
/*#option_tbl .cell_2 label {display: none !important;}*//*20231011変更*/
@media only screen and (max-width: 768px) {
.product_images { float: none; width: 100%; max-width: 100%;}
.add_cart {float: none; width: 100%; margin-left: 0;}
}

table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  table-layout:fixed;
}
table.add_cart_table th  {
  display: inline-block;
  overflow: hidden;
  padding: 6px 0 6px;
  width: 20%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

table.add_cart_table td {
  display: inline-block;
  overflow: hidden;
/*  padding: 10px 0;*/
  width: 70%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.add_cart_table_txt {
    font-size: 14px;
    font-weight: bold;
    width:100% !important;
}
table.add_cart_table td input {
  padding: 0 4px;
  width: 38px;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle;
}
table.add_cart_table td strong.price {
  font-size: 26px;
}
table.add_cart_table td input.text-titles-list__detail-text {
  width: 130px;
}

table#option_tbl {
  margin-bottom: 20px;
  width: calc(100% - 1px);
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: center;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}
ul.option_price {
  margin: 0 0 20px 0;
}
ul.option_price li {
  list-style-type: none;
}

.option_box{
  clear: both;
  width: 100%;
  overflow: hidden;
}

table td.pur_block{
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}

.button_area input {
  width: 100%;
}

.product_description {
  clear: both;
  margin-bottom: 20px;
  word-wrap: break-word;
}
/*20241016*/
.product_description {order:3;}
@media only screen and (max-width: 960px) {
  .product_description {order:2;}
}
@media only screen and (min-width: 961px) {
  .product_description {margin-top: 60px;}
}
.product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}
.product_image_extra img.item {
  margin-bottom: 20px;
}

.product_link_area {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ccc solid 1px;
}
.product_link_area div.twitter {
  float: left;
  width: 100px;
}
.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
.product_link_area div.fb-like {
  float: left;
  width: 200px;
}
.product_link_area ul.other_link {
  clear: both;
  margin-top: 20px;
  margin-left: 20px;
}
.product_link_area ul.other_link li {
  margin-bottom: 10px;
}

.share{
  margin: 15px 0 0;
  list-style: none;
}
.share li{
  display: inline-block;
  float: left;
  max-width: 125px;
}
.calamel-link{
  margin-top: 10px;
}

#tb_cap_tb{
  margin-top: 20px;
}

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}
#tb_stitle {
  margin-bottom: 20px;
}

.tb_date, .tb_title, .tb_body, .tb_state {
  margin-bottom: 5px;
}
/*商品詳細ページ販売期間の欄*/
.saleperiod {padding: 10px 20px;}

/*sold out*/
.sold_out { padding-left: calc(20% + 22px);}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}
/*常時かごボタン追加*/
.cart_fixed {
 position: fixed;
 bottom: 5px;
 left:10px;
 width: 70%;
}
.cart_fixed_btn{
 background-color: #3ba07a;
 text-align: center;
 padding: 14px;
 color: #fff;
 opacity: .9;
border-radius: 5px 5px 0 0;
}
.add_cart_table_btn {
 border:1px solid #999;
 width: 100%;
}
.add_cart_table_btn a {
 display: block;
 text-align: center;
 padding: 6px 0;
}
@media screen and (min-width: 769px) {
 /*20241016
.p-product-img {
    display: inline-block;
    float: left;
    max-width: 590px;
    width: calc(100% - 355px);
    overflow: hidden;
    margin-bottom: 120px;
}*/
.p-product-img {
  max-width: 590px;
  width: calc(100% - 355px);
  order:1;
 }
}
@media screen and (max-width: 768px) {
  /*20241016
  .p-product-img {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    clear: both;
  }*/
  .p-product-img {
    width:100%;
    order:1;
  }
}
.p-product-img__main {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-product-img__main {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.p-product-img__main-item {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-product-img__main-item {
    text-align: center;
  }
}
.p-product-img__main-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-img__main-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-img__main-item img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  /*margin-left: -4px;
  margin-right: -4px;*/
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-product-thumb-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    list-style: none;
  }
}
.p-product-thumb-list__item {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  width: 20%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
  }
}
.p-product-thumb-list__item:hover, .p-product-thumb-list__item.is-current {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-product-thumb-list__item img {
    width: 60px;
  }
}
.p-product-thumb-list__img {
  /* overflow用 */
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-product-thumb-list__img {
    width: 60px;
    text-align: center;
  }
}
.p-product-thumb-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-thumb-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
/* 商品画像 slider */
.p-product-img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-product-img__main .slick-prev, .p-product-img__main .slick-next {
  top: 50%;
  width: 45px;
  height: 45px;
  transition: all 0.4s ease;
  z-index: 1;
  background-color: rgba(255,255,255,0.7);
}
@media screen and (max-width: 768px) {
  .p-product-img__main .slick-prev, .p-product-img__main .slick-next {
    width: 45px;
    height: 45px;
    background-color: rgba(255,255,255,0.7);
  }
}
.p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 4px solid #FFF;
  border-top: 4px solid #FFF;
  transition: all 0.4s ease;
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
    top: 15px;
  }
}
.p-product-img__main .slick-prev {
  left: 0px;
}
@media screen and (max-width: 768px) {
  .p-product-img__main .slick-prev {
    left: 0px;
  }
}
.p-product-img__main .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-product-img__main .slick-prev:before {
    left: 17px;
  }
}
.p-product-img__main .slick-next {
  right: 0px;
}
@media screen and (max-width: 768px) {
  .p-product-img__main .slick-next {
    right: 0px;
  }
}
.p-product-img__main .slick-next:before {
  left: 10px;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .p-product-img__main .slick-next:before {
    left: 10px;
  }
}
/*商品説明を間に入れるための記述*/
@media screen and (min-width: 769px) {
  /*20241016
 .cart_area{
  position: absolute;
  top: 0;
  right: 0;  
  }*/
  .cart_area{
    order:2;
  }
}
@media screen and (max-width: 768px) {
  .cart_area{
    width: 100%;
    order:3;
  }
}
/*20241015再入荷通知*/
.RestockRequest-restockRequestFabText-3JjHa{color: #FFF !important;}
.RestockRequest-restockRequestFabText-3JjHa, .RestockRequest-restockRequestFab-BXUem:hover, .RestockRequest-restockRequestFab-BXUem {background-color: #00B900 !important;}