/* ************************************************
*  product_detail_page
* ************************************************ */

#zoomer {
    text-align: center;
}

/* お気に入り */
button.detail__favBtn {
    font-size: 12px;
    border-radius: 5px;
    color: #000 !important;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    width: 100%;
  display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  cursor: pointer;
}
button.detail__contactBtn, a.detail__contactBtn{
  font-size: 12px !important;
  line-height: 40px !important;
  height: 40px !important;
  margin-bottom: 0 !important;
}
button.detail__favBtn.is-added {
  color: #000 !important;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
}

button.detail__favBtn:after {
  content:"お気に入りに追加する";
}
button.detail__favBtn.is-added:after {
  content:"お気に入りを解除する";
}
form[name="product_form"] {
    margin-bottom: 60px;
}
@media screen and (max-width:767px){
	form[name="product_form"] {
	    margin-bottom: 40px;
	}
}
#productDetail{
  display: -ms-flex;
  display: flex;
  justify-content: space-between;

}
.product_images{
  max-width: 50%;
  flex: 0 0 50%;
}
.product_detail_area{
  max-width: calc(50% - 40px);
  flex: 0 0 calc(50% - 40px);
}
@media screen and (max-width:991px){
  #productDetail{
    flex-wrap: wrap;
  }
  .product_images{
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .product_detail_area{
    max-width: 100%;
    flex: 0 0 100%;
  }
}
#itemName {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
  #itemName {
    font-size: 16px;
  }
}

#option_area1 {
    margin-bottom:15px;
    }

#option_area1 h3,
#option_area2 h3{
    margin-bottom:5px;
    font-size:18px;
}
#option_area2 {
    padding:10px;
    }
.op1{
    margin-bottom:10px;
    }
.op2{
    margin-bottom:10px;
    }
.op2_ttl {
    font-weight:bold;
    color:#666666;
    margin-bottom:5px;
    }
.stock_comment {
    font-size:12px;
    color:#dd0000;
    }
#option_table {
    line-height:1;
    }
#option_table table{
    border-top:1px solid #999;
    border-right:1px solid#999;
    width:100%;
    }
#option_table table th {
    text-align:left;
    background:#eeeeee;
    border-left:1px solid #999;
    border-bottom:1px solid #999;
    font-size:14px;
    font-weight:normal;
    width:30%;
    padding:5px;
    }
#option_table table td {
    text-align:right;
    color:#dd0000;
    background:#ffffff;
    border-bottom:1px solid #999;
    font-size:14px;
    font-weight:bold;
    width:70%;
    padding:5px;
    line-height:1.2;
    }
div#box_together .zoom__title {
    margin-bottom: 30px;
}

.price{
  font-weight: bold;
}


h2.product_name {
  margin-bottom: 0.8em;
  font-size: 18px;
}
h3.zoom__title{
  font-size:14px;
  font-weight:bold;
  border-bottom:solid 1px #ddd;
}

.product_form{
  margin: 0 0 62px;
}

.product_detail_area {
  position: relative;
  width: 100%;
}


.product_images div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height:auto;
  border: 1px solid #ddd;margin:auto;
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}

.add_cart {
  clear: right;
  float: right;
  overflow: hidden;
  width: 42%;
}

table.add_cart_table {
  margin: 15px 0 30px 0;
  width: 100%;
  /* border-left: solid 1px #ccc; */
  table-layout:fixed;

}
table.add_cart_table th {
  overflow: hidden;
  padding: 15px 0;
  width: 15%;
  text-align: left;
  line-height: 2;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}
table.add_cart_table td {
/*  overflow: hidden;*/
  padding: 15px 0 15px 1em;
  width: 75%;
  text-align: left;
  vertical-align: middle;
  line-height: 2;
  font-size: 14px;
}

table.add_cart_table td {
}
@media (max-width: 767px) {
  table.add_cart_table td ,
  table.add_cart_table th {
    font-size: 12px;
  }
}

#productNumWrap{
  width: 30px;
}

/* オプション */
table.add_cart_table td input {
  padding: 5px 8px !important;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  line-height: 1 !important;
  height: auto !important;
  width: 30px;
}
.optionSelect{
  margin-bottom: 10px;
}
.optionSelect span{
  display: inline-block;
  margin-right: 5px;

}
.optionSelect select {
  padding: 5px 8px !important;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
}

.productNum__changeWrap{

}

.productNum__changeWrap {
  width: 15px;
  margin-left: 5px;
}
.productNum__changeWrap a {
  display: block;
  margin: 5px 0;
}

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;
  vertical-align: middle;
}
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;
  font-size:12px;
}
@media (max-width: 767px) {
  .option_box{
  font-size:10px;
}
}

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

.button_area input {
  width: 100%;
}

.product_description {
  clear: both;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width:767px){
  .product_description {
    font-size: 12px;
    line-height: 20px;
  }
}

.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;
 margin-right: 10px;
}
.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
.product_link_area div.fb-like {
  float: left;
  width: 100px;
}
.product_link_area ul.other_link {
  clear: both;
  padding-top:20px;
}
.product_link_area ul.other_link li {
  margin-bottom: 5px;
  list-style: none;
  vertical-align: middle;
  line-height: 24px;
}

.product_link_area ul.other_link li i{
  vertical-align: middle;
}

.share{
  margin: 15px 0 0;
  list-style: none;
}
.share li{
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  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;
}

#detail__productImage .slick-dots{
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  position: relative;
  bottom: auto;
  margin-top: 12px;
}
#detail__productImage .slick-dots li{
  max-width: 16.666%;
  flex: 0 0 16.666%;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
  width: auto;
  height: auto;
  margin: 0;
}
#detail__productImage .slick-dotted.slick-slider{
  margin-bottom: 0;
}
#detail__productImage .slick-next:before, #detail__productImage .slick-prev:before{
  content: none;
}
#detail__productImage .slick-next{
  right: 15px;
}
#detail__productImage .slick-prev{
  left: 15px;
}

#detail__productImage .slick-prev ,
#detail__productImage .slick-next {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    z-index: 11;
}

.stockCell,.stockCell center{
  text-align: left;
  display: inline-block;
}

.product_detail_area .sold_out {
    text-align: center;
    background: #f2f2f2;
    font-size: 16px;
    border-radius: 5px;
    color: #1b1b1b !important;
    font-weight: bold;
    text-align: center;
    padding: 0 15px;
    line-height: 56px;
    height: 56px;
    text-decoration: none;
    margin: 0px 0 15px;
}
br.clear {
    clear: both;
}

.ranking,
#box_together,
#box_recommend{
  margin-bottom:40px;
}

#detail__productImage .detailSlider{
  opacity: 0;
}
#detail__productImage .detailSlider.slick-initialized{
  opacity: 1;
}
.detailSlider img {
    width: auto;
}

/*
  詳細itemTag
*/
.itemTag_area {
  margin-bottom: 20px;
}
.itemTag {
  display: inline-block;
  border: 1px solid;
  border-radius: 10px;
  padding: 3px 20px;
  font-size: 12px;
  margin: 0 2px;
}

#itemName,
.price {
  font-weight: 500;
}
#itemName {
  margin-bottom: 10px;
}
.price {
}
.itemPriceArea {
  line-height: 1.5;
  padding-bottom: 30px;
}
.itemPriceArea .price{
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 767px) {
  .itemPriceArea .price{
    font-size: 20px;
  }
}
.quantity,
.quantity > dd > span {
  display: flex;
}
.quantity {
  align-items:center;
}
.quantityTitle {
  padding-right:14px;
  display: inline-block;
}
a.quantity-down,
a.quantity-up {
  border: 1px solid;
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #ccc;
  background: #efefef;
  color: #000;
  line-height: 1.6;
}
.quantity input {
  display: inline-block;
  border: 1px solid #ccc;
  border-right: 0px;
  border-left: 0px;
  width: 80px;
  text-align: center;
  line-height: 37px;/*height: 37px;*/
}

.cell_2 > div,
.cell_2 > label {
  display: inline-block !important;
  cursor: pointer;
}
table#option_tbl th {
  font-weight: 500;
}
.cell_2 > div {
  margin-right: 2px;
}
.itemCartTitle {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
}

button.detail__cartBtn {
  cursor: pointer;
  transition: 0.2s;
  border-radius: 0;
}

button.detail__cartBtn:hover,
a.detail__contactBtn:hover {
  opacity: 0.8;
  transition: 0.2s;
}


.product_link_area {
  border-top: none;
  margin: 0;
  padding: 0;
}

.product_link_area ul.other_link li {
  line-height: 14px;
}
.product_link_area ul.other_link li > a {
  font-size: 14px;
}
.product_link_area ul.other_link li > a > i{
  font-size: 18px;
}
@media (max-width: 767px) {
  .product_link_area ul.other_link li > a {
    font-size: 12px;
  }
}
table.add_cart_table tr{
  border-bottom: 1px solid #ccc;
}


ul.review_poster {
    display: block;
    margin-bottom: 10px;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  overflow: hidden;
  width: 75px;
}
.icon_star img {
  max-width: inherit;
}
.review_name{
  margin-bottom: 10px;
}
.review_poster li {
  display: inline-block;
  margin-right: 10px;
  list-style: none;
  color: #999;
  font-size: 12px;
}


.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
.review_ttl{
  font-size: 16px;
  margin-top: 12px;
}
.review_img {
  float: left;
  margin: 0 16px 16px 0;
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

article.reviewBox {
    padding: 16px;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    margin-bottom: 24px;
}
.container--min {
    width: 910px;
    max-width: 100%;
}
.container--min ,
.searchForm__inner--container {
  margin-left: auto;
  margin-right: auto;
}
.searchForm__inner--container {
    width: 700px;
    max-width: 100%;
}

.cartBtnRow {
  display: flex;
  margin: 0 -7px;
}

.cartBtnRow > *{
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 7px;
}
.cartBtnRow a.questionBtn {
    font-size: 12px;
    padding: 0 5px;
      height: 40px
}
.cartBtnRow a.questionBtn i.material-icons {
    font-size: 16px;
}

@media (max-width: 991px){
button.detail__favBtn:after {
    white-space: nowrap;
  }
}

.product_description strong {
    font-weight: 700;
}


ul.breadcrumb:not(:first-child) li, ul.breadcrumb:not(:first-child) li a {
    font-size: 11px;
    color: #999;
}
#breadcrumbWrap ul.breadcrumb:not(:first-child) {
    margin-bottom: 5px;
}
@media (max-width: 767px) {
  #breadcrumbWrap ul.breadcrumb:not(:first-child) {display:none}
}

.floatCart_wrap {
  position: fixed; 
  bottom: 100px;
  right: 15px;
  z-index: 99;
  width: 100%;
  max-width: 300px;
  display: none;
}
.floatCart_inner {
  padding: 20px;
  background:rgba(255,255,255,0.9);
  box-shadow: 0px 2px 6px -1px #0000006e;
}
.floatCart_inner .productName {
  font-size: 14px;
  margin-bottom: 10px;
}
.floatCart_inner .itemPriceArea {
  padding-bottom: 20px;
}
.floatCart_inner .price {
  font-size: 20px;
}
.cartBtn_optionAnchor {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 60px;
 background-color: var(--cta-color);
 border: 1px solid var(--cta-color);
 text-align: center;
 line-height: 20px;
 font-size: 18px;
 text-decoration: none;
 color: #fff !important;
 font-weight: 500;
 -webkit-box-align: center;
 box-align: center;
 border-radius: 5px;
 margin: 0 0 10px;
 padding: 0 15px;
}
.floatCart_inner .detail__cartBtn {
  margin: 0 0 10px;
}
.floatCart_inner .detail__cartBtn:hover {
 opacity: 0.8;
 transition: 0.2s;
}
.cartBtn_optionAnchor span {
  text-align: left;
}
.cartBtn_optionAnchor span em {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.floatCart_inner--button i {
  margin-right: 5px;
}
.link_anchor {
  /* hdrFixedの高さによって */
  margin-top: -131px;
  padding-top: 131px;
  pointer-events: none;
}
@media (max-width: 991px){
  .floatCart_wrap {
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;  
  }
  .floatCart_inner {
    box-shadow: none;
    padding: 0;
    display: flex;
    background: #fff;
    min-height: 60px;
  }
  /*.floatCart_inner > * {
    flex: 0 0 50%;
    max-width: 50%;
  }*/
  .floatCart_inner .floatCart_inner--product {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .floatCart_inner .floatCart_inner--button {
    flex: 0 0 calc(50% + 20px);
    max-width: calc(50% + 20px);
  }
  .floatCart_inner--product {
    padding: 11px 15px;
    padding-right: 5px;
  }
  .floatCart_inner .productName {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .floatCart_inner .itemPriceArea {
    padding: 0;
  }
  .floatCart_inner .price {
    font-size: 13px;
  }
  .floatCart_inner dd s {
    font-size: 10px;
  }
  .floatCart_inner .detail__cartBtn {
    margin: 0;
    border-radius: 0;
    height: 100%;
    font-size: 16px;
    padding: 0 10px;
  }
  .floatCart_inner--button {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .floatCart_inner button.detail__favBtn {
    border: none;
    padding: 10px;
  }
  .floatCart_inner button.detail__favBtn i,
  .floatCart_inner .detail__cartBtn i {
    display: none;
  }
  .floatCart_inner button.detail__favBtn:after {
   font-family: 'Material Icons';
   content: "favorite_outline";
   -webkit-font-feature-settings: 'liga'; 
   font-size: 24px;
  }
  .floatCart_inner button.detail__favBtn.is-added {
    background: transparent;
  }
  .floatCart_inner button.detail__favBtn.is-added:after {
   font-family: 'Material Icons';
   content: "favorite";
   -webkit-font-feature-settings: 'liga';
  }
  #toTop {
    bottom: 75px !important;
  }
  #ftr {padding-bottom: 60px;}
}

/* REVIEW MODAL */
.reviewInfo {
 display: flex;
 align-items: center;
 font-size: 12px;
 margin-bottom: 20px;
}
.reviewInfo span + #stars2 {
  padding-left: 10px;
}
.reviewInfo .reviewScore {display: none;}
.reviewInfo .reviewRate {
    padding-left: 10px;
}
.review-score {display: none;}
.item-review-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}
.review-list-empty + .item-review-footer {
    margin-top: 60px;
}
.review-list + .item-review-footer {
    margin-top: 30px;
}
.item-review-footer > div {
    flex: 0 0 50%;
    max-width: 50%;
}
@media (max-width: 767px) {
    .item-review-footer {
        display: block;
    }
    .item-review-footer > div {
        max-width: 100%;
    }
    .item-review-footer .button:not(.write-review-button) {
        margin-top: 10px;
    }
}
.write-review-button::after {
    content: none !important;
}
.reviewlist .reviewInfo--modal {
 display:none;
}
.reviewModal--trigger > * {
    cursor: pointer;
    transition: .3s;
}
.reviewModal--trigger .reviwRes i, #stars i, #stars2 i {
 font-size: 1.5rem;
 color: #f8d803;
}
.reviewModal--trigger:hover span {
 transition: .3s;
 text-decoration: underline;
}
#js-reviewModal {
 display: none;
}
#js-reviewModal.open {
 display: block;
}
#js-reviewModal .overlay {
 position: fixed;
 display: block;
 z-index: 999;
 inset: 0;
 background: rgba(0, 0, 0, 0.25);
 opacity: 0;
 pointer-events: none;
 padding: 15px;
 cursor: pointer;
 transition: 0.3s;    
}
#js-reviewModal.open .overlay {
 opacity: 1;
 pointer-events: all;
 transition: 0.3s;
}
#js-reviewModal .reviewlist {
 position: fixed;
 height: 78%;
 width: 92%;
 max-width: 800px;
 top: 10%;
 left: 0;
 right: 0;
 margin: 0 auto;
 overflow: auto;
 border-radius: 8px;
 padding: 40px 30px;
 background: #fff;
 box-sizing: border-box;
 z-index: 1001;
}

#js-reviewModal .reviewlist::-webkit-scrollbar {
  width: 10px;
}
#js-reviewModal .reviewlist::-webkit-scrollbar-track {
  background: #f2f2f2; 
}
#js-reviewModal .reviewlist::-webkit-scrollbar-thumb {
  background: #ccc; 
}
#js-reviewModal .reviewlist::-webkit-scrollbar-thumb:hover {
  background: #ddd; 
}
@media (max-width: 767px) {
    #js-reviewModal .reviewlist {
        padding: 30px 15px;
        font-size: 12px;
    }
}
#js-reviewModal .reviewInfo {
  display: flex;
  flex-wrap: wrap;
  font-size: 110%;
}
#js-reviewModal .reviewInfo span {
  flex: 0 0 100%;
}
#js-reviewModal .reviewInfo span + #stars2 {
  padding: 10px 0 0;
}
#js-reviewModal .reviewInfo .reviewScore {
  display: inline-block;
  font-style: normal;
  color: #f8d803;
  padding-top: 10px;
  padding-left: .5em;
}
.reviewRate {
  display: flex;
  align-items: center;
}
.reviewRateStar {
    display: inline-block;
    font-size: 20px;
    color: #f8d803;
}
.reviewRateStar::before {
 font-family: 'Material Icons';
  content: "grade";
  -webkit-font-feature-settings: 'liga';
}

/* CSS移行 */
.product-image {
  padding-bottom: 20px;
  background-color: #f0f0f0;
}

  .product-image-main {
    text-align: center;
     margin-top: 20px;
     min-height: 600px;
  }

    .product-image-main img {
width: auto;
     min-height: 600px;
  }

  .product-image-thumb {
  }

  .product_text h2 {
    border-bottom: 1px solid #e7e7e7;
  }

  .product-image-thumb li {
    margin-bottom: 10px;
     margin-top: 10px;
    padding: 0 0;
    margin-right: 10px;
    cursor: pointer;
    width: 10%;
  }
  .product-image-thumb img {
    display: block;
    margin: 0 auto;
  }

.product-order {
  margin: 10px 0;
}
  .product-option-table table {
    margin: 0 auto;
    border: none;
  }
  .product-option-table th,
  .product-option-table td {
    text-align: center;
  }
  .product-option-table td input[type="radio"] {
    margin-bottom: 5px;
  }
  .product-option-select {
    position: relative;
    overflow: hidden;
  }
    .product-option-select .product-option-wrapper {
      position: relative;
      left: 50%;
      float: left;
    }
    .product-option-select .product-option-unit {
      width: 300px;
      position: relative;
      left: -50%;
      float: left;
    }
    .product-option-select .product-option-unit div {
      padding: 0 20px;
    }
    .product-option-select .option-select-name {
      display: block;
      margin: .5em 5px;
    }
.product-order-price {
  margin: 10px 0;
  color: #999;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
  .product-order-price li {
    margin: 0 10px;
  }
  .product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
  }
  .product-order-discount {
    color: #b81717;
  }
.product-order-input {
  margin: 10px 0;
  text-align: center;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
  *display: inline !important;
  *zoom: 1;
}
.product-order-num .input-prepend {
  display: inline;
}
.product-order-num input {
  padding: 12px;
  width: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}

.btn-addcart {
  line-height: 24px;
}
  .btn-addcart .icon-lg-w {
    float: left;
    *float: none;
  }
  .btn-addcart span {
    padding-left: 10px;
  }

.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp {
  padding: 40px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
    width: 80%;
  margin: 20px 10% 0 10% ;
}

.product-order-spec {
  margin: 30px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
  }
  .product-order-spec td {
    width: 70%;
  }
  .product-info-lst {
    text-align: center;
  }
    .product-info-lst li {
      display: inline;
      font-size: 12px;
      margin: 1em;
    }
    .product-info-lst .social-share {
      display: block;
    }
    .social-share a {
      margin: 1em;
    }

.text-titles,
.password-field-wrap {
  margin: 40px 0 0;
  text-align: center;
}
  .text-titles .col,
  .password-field-wrap .col {
    float: none;
  }
.text-titles-list__name,
.password-field-list__name {
  text-align: left;
  display: block;
  margin: .5em 0;
}
.text-titles-list__detail-text,
.password_field {
  width: 100%;
  height: 45px;
  padding: 13px;
  box-sizing: border-box;
}
.prduct-option {
  margin-bottom: 30px;
}

#detail__productImage .slick-dots {
    gap: 10px 0;
}

/* s_商品紹介用のテーブル追加 */
table.dtl-item {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
  	border-left: 1px solid #ccc;
}
table.dtl-item th {
	width: 20%;
	padding: 10px;
	font-weight: bold;
	vertical-align: center;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.dtl-item td {
	width: 60%;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
  	border-right: 1px solid #ccc;
}
/*e_ 商品紹介用のテーブル追加 */

/* s_スマホ表示用のタイトルid_20170221 */
#phone_title {
  display: none;
  }
/* e_スマホ表示用のタイトルid */

@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    width: 20%;
  }
 .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 20px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
  
  /* 20170224_スマホ表示時に色とサイズのプルダウンメニューの幅を変更 */
  .product-option-select select{
    width: 79%
  }
  .product-option-select .option-select-name {
      display: inline;
    }
  
  /* 個数入力欄の幅を修正 */
  .product-order-num input{
    width: 20px;
    font-size: 18px;
  }
    .product-option-select .product-option-wrapper {
      position: static;
      text-align: right;
      float: none;
    }
    .product-option-select .product-option-unit {
      position: static;
      float: none;
      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit div {
      padding: 0;
    }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
    .btn-addcart .btn-wrap {
      margin: 0 auto;
      max-width: 170px;
      width: 100%;
      text-align: right;
    }
    .btn-addcart span {
      padding-left: 0;
    }
  .product-order-spec th {
    width: 40%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst li {
    display: block;
    margin: 0;
  }
  .product-info-lst a {
    display: block;
    padding: .5em;
  }
  .social-share a {
    display: inline;
  }

  .text-titles,
  .password-field-wrap {
    margin: 20px 0 0;
  }
}
@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-order {
    width: 100%;
  }
    .product-image-main {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
     margin-top: 20px;
      min-height: auto;
  }
  
        .product-image-main img {
width: 100%;
     min-height: auto;
  }
  
      .product-image-thumb li {
    margin-bottom: 0px;
     margin-top: 10px;
    padding: 0 0;
    margin-right: 1px;
    cursor: pointer;
    width: 19%;
    height: auto;
  }
  
.product_text {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
.prduct-option {
  margin-bottom: 0;
}

/* PCとスマホで商品名の表示・非表示をコントロールする */
/* PCは商品写真右、スマホは商品写真上 */
#pc_title h2{
  display: none;
  }
#phone_title{
  display: inherit;
  }
#phone_title h2{
  font-size: 1.2em;
  margin: 5px;
  }
/* 料金の文字サイズ */
  .product-order-price {
  font-size: 26px;
  line-height: 40px;
}
  /* addcartボタンの配置調整 */
  .btn-addcart{
    margin-left: 10px;
  }
  
.product-order-spec {
  margin: 0;
}
  
.product-order-exp {
  padding: 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  width: 90%;
  margin: 20px 5% 0 5% ;
}
  
}

.ie_wrapper .product-order-num .btn {
  display: none;
}

/* ipone5の画面サイズの場合、add cartボタンの文字サイズを変更 */
@media (max-width: 320px){
  .btn-addcart span{
    font-size: 13px;  
    margin-right: 10px;
  }
  .btn-addcart{
    width: 90%;
    margin-left: 30px;
  }
  
  .product-order-num input{
   width: 18px;
   font-size: 18px;
  }
}
/* s_商品バナー画像のcss_20170220 */
div.item-banner{
  text-align: center;
}
ul.item-banner {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

ul.item-banner li {
  list-style-type: none;
  margin: 7px;
/*  
  -webkit-flex-grow: 1;
  flex-grow: 1;
 */
}

.item-banner a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* e_商品バナー画像のcss_20170220 */

/* s_レビュー機能のcss_20170619 */
div.review_info{
  padding-left: 25%;
  margin-top: 20px;
}
.reviewlist_datas {
overflow: hidden;
zoom: 1;
margin-bottom: 10px;
}
.icon_star {
float: left;
width: 150px;
}
.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;
}
/* e_レビュー機能のcss_20170619 */