/* ************************************************
*  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;
}
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: 5px 0 ;
  width: 28%;
  text-align: left;
  font-size: 12px;
  vertical-align: middle;
}
table.add_cart_table td {
/*  overflow: hidden;*/
  padding: 5px 0;
  width: 55%;
  text-align: left;
  vertical-align: middle;
}

#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 {
  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: 1.6;
}

.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;
}

table.add_cart_table tr{
  border-bottom: 1px solid #ccc;
}
table.add_cart_table th {
  width: 15%;
  font-weight: normal;
  font-size: 14px;
  padding: 15px 0;
  line-height: 2;
}
table.add_cart_table td {
  width: 75%;
  font-size: 14px;
  padding: 15px 0;
  line-height: 2;
}

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;
  }
}




ul.inline > li, ol.inline > li {
    padding-right: 0;
    padding-left: 0;
}

.breadcrumb__section {
color:#ccc;
 margin:0 0 60px 15px;
}
.breadcrumb__section a:visited,
.breadcrumb__section a:link {
color:#ccc;
}

img.image__thumb {
 cursor: pointer;
}

.product__section {
position:relative;
margin-bottom:150px;
}
.prodTitle {
width:390px;
float:right;
background-color:#000;
color:#fff;
font-family: "Yu Mincho", "YuMincho", serif;
position:relative;
}
.prodTitle:before {
  content: "";
  position: absolute;
  top: 30px;
  left: -36px;
  border: 12px solid transparent;
  border-right: 25px solid #000;
}
.prodTitle h1 {
font-size:200%;
letter-spacing:0.15em;
line-height:160%;
font-weight:normal;
padding:40px 35px;
}
.product_form {
clear:both;
}

.product__image {
width:500px;
position:absolute;
top:0;
left:0;
margin-bottom:50px;
}
.product__image.image2 {
margin:0 0 30px;
}
.product__image .col {
float: none;
}
.product__image .col-lg-7 {
width: 100%;
}
.product__image .col-lg-5 {
width: 100%;
}
.product__image .col-lg-5 .col {
padding:0;
position:relative;
}
.product__image .col-lg-5 .col::after {
content:'';
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
background-color:rgba(255, 255, 255, 0.4);
}
.product__image .col-lg-5 .col:hover::after {
display:none;
}
.product__image-thumb ul {
  display:flex;
  flex-wrap:wrap;
}
.product__image .col-lg-3 {
  width:10%;
}
.product__image .col img {
max-width: 100%;
width:100%;
}
.product__image-main {
margin:0 0 10px;
}
.product__image .product__image-thumb .col {
float: left;
}

.product__explain {
font-size:120%;
}
.rightTxt {
width:100%;
max-width:390px;
float:right;
}
.infoTxt, .bikoTxt {
width:100%;
max-width:390px;
float: right;
}
@media only screen and (max-width: 1000px) {
.contentsWide.info {
  display:block;
}
.contentsWide.info::after {
	display: block;
	clear: both;
	content: "";
}
.infoTxt, .bikoTxt {
width:100%;
max-width:390px;
float: right;
}
}
h2.prodSubName {
width:90%;
margin:10px auto 0;
font-weight:normal;
}
.rightTxt h3{
width:90%;
margin:10px auto 0;
}
.product__explain h3 {
width:90%;
margin:50px auto 0;
font-size:140%;
font-weight:normal;
}
.contentsBox {
width:90%;
margin:40px auto 0;
}

.contentsWide {
margin:0 0 40px;
}
ul.half{
	text-align: center;
}
ul.half,
.wideImg {
margin-bottom:30px;
}
.inline.half li {
display: inline-block;
}
.inline.half li:nth-child(odd){
margin-right:2%;
}
.wideImg img {
width:100%;
}

h2.prodOrderName {
width:95%;
margin:0 auto 60px;
font-size:150%;
font-family: "Yu Mincho", "YuMincho", serif;
font-weight:normal;
line-height:1.8;
letter-spacing:0.1em;
}
h2.prodOrderName .small {
font-size:70%;
}
.information .price {
text-align:right;
}
.information .price .regular {
font-size:140%;
}


.list-teika {
  display:block;
  text-decoration:line-through;
  color:#820C0E;
}

.information dl {
clear:both;
width:95%;
margin:0 auto;
padding:25px 0;
border-top:solid 1px #ccc;
letter-spacing:-.4em;
}
.information dt {
display:inline-block;
letter-spacing:normal;
font-weight:normal;
width:15%;
margin:0 2% 0 2%;
}
.information dd {
display:inline-block;
letter-spacing:normal;
width:79%;
}

.order {
font-size:120%;
}
.product__order select,
.product__order [type="text"] {
border:solid 1px #ccc;
display:inline-block;
padding: 2px 6px;
height: auto;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-size: 120%;
line-height: 1.2em;
}
.product__order dt,
.product__order dd {
margin-bottom:10px;
}
.product__order .init-list__detail ul {
display:inline-block;
}
.product__order .init-list__detail li {
border:solid 1px #ccc;
background-color:#e9e9e9;
margin:1px 0;
}
.product__order .init-list__detail li a {
display:block;
padding:0 3px;
}
.product__order .init-list__detail li .fa-2x {
    font-size: 0.5em;
}
.col-lg-8 {
float:none;
width:95%;
margin:0 auto!important;
}
.order-btn-list .btn-block {
width:100%;
text-align:center;
color:#fff;
font-size:20px;
padding:20px 0;
background-color:#000;
border-radius:5px;
font-family: "Yu Mincho", "YuMincho", serif;
letter-spacing:0.2em;
}
.order-btn-list .btn-block.btn__soldout {
background-color:#e9e9e9;
color:#666;
}
.related-listR {
text-align:left;
padding:10px 0 0 15px;
font-size:110%;
}
.related-list {
display:inline-block;
text-align:left;
}
.related-list li {
margin:10px 0 0;
display:block;
}
.related-list .fa-2x {
font-size:14px;
width:18px;
padding-top:3px;
}

.yomimono {
  width:500px;
  position:absolute;
  top:610px;
  left:0;
}
.contentsWide.info .yomimono {
  width:100%;
  position:static;
  top:0;
  left:0;
}
.yomimono li {
  padding: 20px 0 15px 60px;
  border-bottom:dashed 1px #666;
  background:url(https://www.we-home.jp/img_dc/common/bookicon2.png) 10px 20px no-repeat;
}
.yomimono li a {
  display:block;
}
.yomimono p {
  padding: 20px 0 15px 10px;
}
.haisokubun{
	width: 50px;
}
.kiji{
		width:200px;
	height:35px;
	background-color: rgba(168,76,50,1.00);
	color:#fff;
	font-size:12px;
	margin: 0 auto;
	border-radius:0.2em;
	text-align:center;
	line-height:3;
	position: relative;
    font-family: arial, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing:1.2;
	font-weight:10;
}
.kiji a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}
.yoyaku{
		width:200px;
	height:35px;
	background-color: rgba(230,211,142,1.00);
	color:#fff;
	font-size:12px;
	border-radius:10em;
	text-align:center;
	line-height:3;
	position: relative;
    font-family: arial, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing:1.2;
	font-weight:10;
}
.yoyaku a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}

.information p,.information h2{
width:95%;
margin:0 auto;
}
.information h3{
width:95%;
margin:50px auto;
}

#trainer{
	width: 95%;
	background: #e9e9e9;
	padding: 5%;
	margin: 30px auto;
}
#trainer h4{
	font-family: 'Gill Sans', 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.3rem;
}
#trainer h5{
	font-weight: normal;
	letter-spacing: 0.3rem;
}
#trainer p{
	padding-top: 40px;
	font-style: italic;
}
	.youtube{
		width: 90%;
		padding-left: 10px;
	}	

/* reccomend */
.recommendTitleBox {
width:auto;
float:right;
margin:0 0 50px;
}
.recommendTitle {
font-size:40px;
color:#9b9b9b;
font-family: 'Barlow Condensed', sans-serif;
font-weight:normal;
display:inline-block;
letter-spacing:0.1em;
padding:0 0 15px;
margin:0 0 20px;
border-bottom:solid 1px #4c4542;
}
.recommendCatch {
text-align:right;
font-size:11px;
}

.product-list {
letter-spacing:-0.4em;
width: 90%;
float: right;
}
.product-list__unit {
width:33.33%;
display:inline-block;
letter-spacing:normal;
position:relative;
float: right;
}
.product-list__unit img {
width:100%;
}
.product-list__prices {
display:none;
}
.product-list__link {
  display:block;
  background-size:cover;
}
.product-list__name {
display:block;
opacity:0;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
background-color:rgba(0,0,0,0.8);
text-align:center;
font-size: 140%;
}
.product-list__name.hover {
opacity:1;
}
.product-list__name span {
display:block;
width:80%;
margin:0 auto;
padding-top:45%;
line-height:120%;
}
.product-list__unit a:visited,
.product-list__unit a:link,
.product-list__unit a:hover {
color:#fff;
}

@media screen and (max-width: 1100px){
.prodTitle {
width:100%;
position:static;
margin-bottom:0;
}
.prodTitle h1 {
width:auto;
}
.prodTitle:before {
display:none;
}
.product__image {
position:static;
  margin-top:0;
  padding-top:0;
}
.product__image.image2 {
    margin: 0 auto 30px;
}
.rightTxt {
width: auto;
max-width:100%;
float:none;
}
.yomimono {
  width:100%;
  max-width:390px;
  position:static;
  margin-bottom:80px;
  top:auto;
  left:auto;
  float:right;
}
.contentsWide.info .yomimono {
  margin:0 0 20px;
}

img.image__thumb {
  cursor: pointer;
  }
  
#recommend {
text-align:center;
width:98%;
max-width:500px;
margin:0 auto;
float: right;
}
.recommendTitleBox {
width: 100%;
float: none;
display:block;
text-align:right;
margin: 0 auto 50px;
}
.product-list {
width:100%;
}
.recommendTitle {
display:block;
width:100%;
text-align:right;
font-size:20px;
  }
}
@media screen and (max-width: 767px){
  
}
@media screen and (max-width: 550px){
.product__image {
width:100%;
left:0;
margin-left:0;
}
.product__image .col-lg-3 {
  width:20%;
}
.productComment {
width:98%;
margin-top:450px;
}
.prodTitle {
  margin-bottom:0;
  }
.prodTitle h1 {
font-size:28px;
line-height:140%;
}

#trainer{
	padding: 10%;
  width: 100%;
}	
	#trainer h4,#trainer h5{letter-spacing: 0.2rem;}	
}

/*20230228*/
  .information dl {
    display: flex;
    align-items: center;
  }

@media (min-width: 1101px){
.rightTxt{
max-width:1200px;
}

.infoTxt, .bikoTxt{
max-width:1200px;
}

.yomimono{
position:inherit;
width:100%;
max-width:1200px;
}
}

.yomimono li{
list-style:none;
}

}