/******************************/
/* Product */
/******************************/
.cautionBlock,
.p-product-detail #.cautionBlock,{display:none;}
/* form */
.p-product{padding-bottom:150px;}
.p-product-main form{
	display:flex;
	justify-content:space-between;
  margin-bottom:0;
}
.p-product-img{
	flex:1;
	width:calc(100% - 370px);
}
.p-product-img .slick-slide{
	opacity:0.4;
	transition:all ease 0.2s;
}
.p-product-img .slick-slide.slick-active{
	opacity:1;
}
.p-product-img__main-item:before{
	background:#f5f5f5;
}
.p-product-img__thumb{
	margin-top:6px;
}
.p-product-thumb-list{
	display:flex;
	flex-wrap:wrap;
	margin-left:-3px;
	margin-right:-3px;
}
.p-product-thumb-list__item{
	box-sizing:border-box;
	position:relative;
	padding-left:3px;
	padding-right:3px;
	margin-bottom:6px;
	width:20%;
}
.p-product-thumb-list__item.is-current .p-product-thumb-list__img{
	opacity:0.7;
}
.p-product-thumb-list__img{
	overflow:hidden;
	position:relative;
	transition:all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-thumb-list__img:hover{
	opacity:0.7;
	cursor:pointer;
}
/* 商品画像 slider */
.p-product-img__main *{
	min-width:0;
	min-height:0;
}
.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:50px;
	height:50px;
  background-color: var(--blue-color1);
  border-radius:10px;
	transition:all 0.4s ease;
	z-index:1;
}
.p-product-img__main .slick-prev:hover,
.p-product-img__main .slick-prev:focus,
.p-product-img__main .slick-next:hover,
.p-product-img__main .slick-next:focus{background-color: var(--blue-color2);}
.p-product-img__main .slick-prev:before,
.p-product-img__main .slick-next:before{
	content:"";
	position:absolute;
	top:17px;
	width:15px;
	height:15px;
	border-left:2px solid #fff;
	border-top:2px solid #fff;
	transition:all 0.4s ease;
	z-index:1;
}
.p-product-img__main .slick-prev{left:15px;}
.p-product-img__main .slick-prev:before{
  left:20px;
  transform:rotate(-45deg);
}
.p-product-img__main .slick-next{right:15px;}
.p-product-img__main .slick-next:before{
  right:20px;
  transform:rotate(135deg);
}
.p-product-img__note{
	display:block;
	margin-top:8px;
	font-size:12px;
	line-height:1.4;
}
/***** 商品情報 *****/
.p-product-txt{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:45px;
}
.p-product-info{
	box-sizing:border-box;
	padding-left:46px;
	width:370px;
  line-height:1.875;
}
.p-product-info__ttl{
	margin:0 0 10px 0;
	line-height:1.4;
	font-size:30px;
	font-weight:bold;
	word-break:break-all;
}
.p-product-info__ttl img{
	vertical-align:middle;
}
.p-product-info__id{
	margin:0;
  font-size:16px;
  line-height:1.0;
}
.p-item-caution{
  margin-top:20px;
  padding:32px 0 22px;
  border-top:#DCDCDC 1px solid;
  font-size: 16px;
}
.p-item-caution dt{
  display:block;
  margin-bottom:8px;
  color: var(--blue-color1);
  font-weight:bold;
  line-height:1.0;
}
.p-item-caution dd{
  display:block;
  margin-left:0;
}
.p-item-caution dd+dt{margin-top:20px;}
.p-item-cautlead{}

.p-product-info__ex{
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
}
.p-product-price{
  display:block;
  line-height:1.0;
	margin:20px 0;
}
.p-product-price__off{
	color:#a10000;
	font-weight:500;
}
.p-product-price__sell{
	font-size:30px;
  font-weight:bold;
}
.p-product-price__sell-off{
	display:inline-block;
	margin-left:5px;
	padding:0px 8px;
	border-radius:3px;
	font-size:18px;
	background:#cf1110;
	color:#ffffff;
}
.p-product-price__normal{
	font-size:14px;
}
.p-product-price__list-price{
	font-size:14px;
}
.p-product-price .p-price-table__dl{margin-top:24px;}
.p-product-price .p-price-table__dt{padding:8px;}
.p-product-price .p-price-table__dd{padding-top:8px;}
.p-product-price .p-price-table-list__item{
  padding-bottom:8px;
  margin-bottom:8px;
}
.p-product-action{
	box-sizing:border-box;
	padding-left:40px;
	width:50%;
}
/* オプション 値段詳細表 */
.p-product-option-detail{
	margin-top:25px;
}
.p-product-option-detail__btn{
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	padding:15px;
	border:none;
	border-radius:3px;
	font-size:14px;
	line-height:1.4;
  font-family:"Noto Sans JP",sans-serif;
	background:var(--blue-color1);
	color:#ffffff;
	text-align:center;
}
.p-product-option-detail__btn:hover{
	background:rgba(179, 163, 126, 0.7);
	color:#ffffff;
	text-decoration:none;
}
.p-product-option-detail__btn:focus, .p-product-option-detail__btn:active{
	background:var(--blue-color1);
	color:#ffffff;
	text-decoration:none;
}
.js-option-detail-wrap{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:790px;
}
.js-option-detail-wrap > .mfp-close{
	top:26px !important;
	right:26px;
	width:26px;
	height:26px;
	opacity:1;
}
.js-option-detail-wrap > .mfp-close img{
	width:26px;
	height:26px;
}
.p-price-table{
	box-sizing:border-box;
	padding:90px 85px 70px 85px;
	line-height:1.4;
	background:#fafafa;
	word-break:break-all;
}
.p-price-table__heading-wrap{
	display:flex;
	flex-wrap:wrap;
}
.p-price-table__heading{
	box-sizing:border-box;
	padding:15px 25px;
	width:30%;
	border-top:1px solid #000000;
	font-weight:bold;
}
.p-price-table__heading:nth-child(2){
	padding-left:10px;
	width:70%;
}
.p-price-table__dl{
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #000000;
}
.p-price-table__dt{
	box-sizing:border-box;
	padding:15px 25px;
	border-top:1px solid #000000;
	width:30%;
	font-weight:600;
}
.p-price-table__dd{
	box-sizing:border-box;
	margin:0;
	padding-top:15px;
	border-top:1px solid #000000;
	width:70%;
}
.p-price-table-list__item{
	margin-bottom:15px;
	padding-bottom:15px;
	padding-left:25px;
	border-bottom:1px dashed #cccccc;
}
.p-price-table-list__item:last-child{
	margin-bottom:0;
	border-bottom:0;
}
.p-price-table-list__name{
	font-weight:600;
}
.p-price-table-list__price{
	margin-top:5px;
}
.p-price-table-list__soldout{
	color:#a10000;
}
.p-price-table__body::after{
	display:block;
	clear:both;
	content:"";
}
.p-price-table__body dt{
	float:left;
	box-sizing:border-box;
	width:50%;
	padding:0.7em 0.5em;
	border-top:1px solid #eaeaea;
}
.p-price-table__body dd{
	overflow:hidden;
	padding:0;
	border-top:1px solid #eaeaea;
}
.p-price-table__body span{
	display:block;
	text-align:right;
}
.p-price-table__body ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.p-price-table__body li{
	padding:0.7em 0.5em;
	border-bottom:1px solid #eaeaea;
}
.p-price-table__body li:last-child{
	border-bottom:0;
}
.p-price-table__name{
	font-weight:bold;
}
/* オプション table */
.p-product-option{
	margin-top:30px;
}
.p-product-option-tbl table{
	margin-bottom:30px;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #b3b2b2;
	border-radius:0;
	width:100%;
	font-family:"Noto Sans JP",sans-serif;
}
.p-product-option-tbl table div{
	display:inline-block !important;
}
.p-product-option-tbl th, .p-product-option-tbl td{
	padding:10px 15px 8px 15px;
	border-top:1px solid #b3b2b2 !important;
	border-left:0;
	border-radius:0 !important;
	text-align:center;
}
.p-product-option-tbl th{
	font-weight:normal;
}
.p-product-option-tbl label{
	display:inline-block !important;
	margin-left:5px;
	margin-bottom:0;
}
.p-product-option-tbl input{
	margin-top:0;
}
.p-product-option-tbl .stock_head th, .p-product-option-tbl .stock_head td{
	border-top:none !important;
}
.p-product-option-tbl{
	overflow-x:auto;
	white-space:nowrap;
	padding-bottom:10px;
}
.p-product-option-tbl::-webkit-scrollbar{
	height:10px;
}
.p-product-option-tbl::-webkit-scrollbar-track{
	background:#d8d8d8;
}
.p-product-option-tbl::-webkit-scrollbar-thumb{
	background:#2d2d2d;
	border-radius:0;
}
.stock_zero{
	color:#a10000;
}
/* オプション select */
.p-product-option-select{
	margin-bottom:30px;
}
.p-product-option-select__box{
	margin-bottom:25px;
}
.p-product-option-select__ttl{
	margin-bottom:10px;
	font-size:14px;
	font-weight:600;
	line-height:1;
}
/* 名入れ */
.p-product-name{
	margin-bottom:30px;
}
.p-product-name__box{
	margin-top:15px;
}
.p-product-name__ttl{
	margin-bottom:10px;
	line-height:1;
	font-size:18px;
	font-weight:600;
}
.p-product-name__body input{
	width:100%;
}
/* 数量 */
.p-product-form{
  display:grid;
  grid-template-columns:100px 210px;
  grid-template-rows:auto;
  column-gap:calc(100% - 310px);
  margin-top:20px;
}
.p-product-form-stock{
  margin-bottom:0;
  line-height:1;
}
.p-product-form-stock__ttl{
	margin-bottom:10px;
	line-height:1;
	font-size:18px;
	font-weight:600;
}
.p-product-form-stock__box{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	font-size:16px;
}
.p-product-form-stock__input{
  position:relative;
  width:100px;
  height:48px;
  border:1px solid #dcdcdc;
  border-radius:30px;
  overflow:hidden;
}
.p-product input[type=text]{
  display:block;
  width:100%;
  height:100%;
	padding:5px;
	line-height:1.0;
	font-size:16px;
  border: none;
  outline:transparent;
  text-align:center;
}
.p-product-form-stock__input button{
  position:absolute;
  top:0;
  width:26px;
  height:100%;
  display:block;
  padding:0;
  background-color:transparent;
  border:none;
  font-size:16px;
}
#stockPlus{
  right:0;
  text-align:left;
}
#stockMinus{
  left:0;
  text-align:right;
}
.p-product-form-stock__unit{
	margin-left:10px;
}
.p-product-form-stock__stock{
	flex:1;
	margin-left:15px;
	font-size:rem(14px);
}
/* ボタン */
.p-product-form-btn__cart{
	margin-top:0;
	margin-bottom:0;
}
.p-product-form-btn-member{
	display:flex;
	flex-wrap:wrap;
	margin-left:-5px;
	margin-right:-5px;
	margin-top:10px;
}
.p-product-form-btn-member__item{
	box-sizing:border-box;
	padding-left:5px;
	padding-right:5px;
	width:50%;
}
.p-product-form-btn__favorite{
  text-align:right;
	transition:all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-form-btn__favorite svg{
	margin-right:10px;
	width:21px;
	height:17px;
}

.p-product-form-btn__favorite svg use{fill:#bebebe;}
.p-product-form-btn__favorite .is-added svg use{fill:var(--blue-color1);}
.p-product-form__error-message{
	margin-top:15px;
	margin-bottom:15px;
	color:#a10000;
	text-align:center;
}
.p-product-contact__link{
	display:block;
	margin-top:25px;
	margin-bottom:25px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
/***** 商品詳細 *****/
.p-product-detail{
  padding-top:0;
  margin-top:80px;
  line-height:2.25;
  font-size:16px;
}
.detailsBox{width:100%;}
.detailsBox+.detailsBox{
  margin-top:45px;
  padding-top:45px;
  border-top:2px solid #eee
}
.details-ttl{
  display:block;
  margin-top:0;
  margin-bottom:20px;
  font-size:25px;
  font-weight:bold;
  line-height:1.2;
}
h4.details-ttl{color:var(--blue-color1);}
*+.details-ttl{margin-top:40px;}
.detailsBox *+img{margin-top:30px;}
.details-use-list li{
  display:inline-block;
  padding:12px 26px;
  margin:0 8px 10px 0;
  border:1px solid #707070;
  border-radius:8px;
  line-height:1.0;
}
.details-dl{
  display:block;
  overflow:hidden;
}
.details-dl+.details-dl{margin-top:50px;}
.details-dl > *{
  display:block;
  width:100%;
}
.details-dl dt{
  padding:16px 32px;
  border-radius:10px 10px 0 0;
  background-color:var(--blue-color1);
  line-height:1.0;
  color:#fff;
  font-weight:bold;
}
.details-dl dd{
  margin-left:0;
  padding:28px 32px;
  border-radius:0 0 10px 10px;
  border:1px solid #dcdcdc;
  border-top:none;
  line-height:1.875;
}
.details-tbl-outer{
  border-radius:10px;
  border:1px solid #dcdcdc;
  overflow:hidden;
}
.details-tbl{
  width:100%;
  border:1px solid #dcdcdc;
  border-collapse:collapse;
  line-height:2.375;
}
.details-tbl td,
.details-tbl th{
  padding:10px 20px;
  border:1px solid #dcdcdc;
}
.details-tbl td.center{text-align:center;}
.details-tbl th:not(.sub-th){
  background-color:var(--blue-color1);
  color:#fff;
}
.details-tbl th.sub-th,
.details-tbl td{text-align:left;}
.details-tbl th.sub-th .ver-th{
  display:block;
  margin:0 auto;
  writing-mode:vertical-rl;
  color: var(--blue-color1);
  text-align:left;
}

/* おすすめ商品 */
.p-product-recommend{
	overflow:hidden;
	padding-top:90px;
}
.p-product-recommend-list{
	display:flex;
	flex-wrap:wrap;
	margin-left:-32px;
	margin-right:-32px;
}
.p-product-recommend-list__item{
	box-sizing:border-box;
	padding-left:32px;
	padding-right:32px;
	width:33.3333%;
	word-break:break-all;
}
.p-product-recommend-list__img{
	position:relative;
	margin-bottom:25px;
}
.p-product-recommend-list__txt{
	position:relative;
	padding-bottom:20px;
}
/* レビュー */
.p-product-review{
	padding-top:60px;
}
.p-product-review__item{
	box-sizing:border-box;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #b3b2b2;
}
.p-product-review__heading{
	display:flex;
	justify-content:space-between;
	margin-bottom:10px;
}
.p-product-review__ttl{
	margin-bottom:15px;
	line-height:1.4;
	font-size:18px;
}
.p-product-review-info{
	margin-top:10px;
	margin-bottom:10px;
}
.p-product-review-info__item{
	display:inline-block;
	font-size:12px;
}
.p-product-review-info__item.is-type{
	margin-right:35px;
}
.p-product-review__rates{
	display:flex;
	flex-wrap:wrap;
}
.p-product-review__rate{
	width:18px;
	height:18px;
	vertical-align:-0.3em;
	fill:currentColor;
	fill:#d8d8d8;
}
.p-product-review__rate.is-color{
	fill:var(--blue-color1);
}
.p-product-review__body{
	overflow:hidden;
	line-height:1.75;
}
.p-product-review__body img{
	float:left;
	margin-right:30px;
	width:180px;
}
.p-product-review__user{
	margin-top:20px;
}
/* レビュー 返信 */
.p-product-review-reply{
	box-sizing:border-box;
	margin-top:20px;
}
.p-product-review-reply__ttl{
	font-weight:bold;
}
.p-product-review-reply__body{
	font-size:12px;
}
.p-product-review-reply__date{
	font-size:12px;
}
.p-product-review__none{
	text-align:center;
}
.p-product-review__btn-wrap{
	margin-top:45px;
	text-align:center;
}
.p-product-review__btn{
	box-sizing:border-box;
	display:inline-block;
	padding:15px;
	min-width:370px;
	border:1px solid var(--blue-color1);
	border-radius:3px;
	font-size:14px;
	font-family:"Noto Sans JP",sans-serif;
	background:#ffffff;
	color:#a79263;
	text-align:center;
	transition:all ease 0.2s;
}
.p-product-review__btn:hover, .p-product-review__btn:focus{
	background:var(--blue-color1);
	color:#ffffff;
	text-decoration:none;
}

@media all and (max-width:1022.98px){
	.p-product-img{
		width:50%;
	}
	.p-product-info{
		padding-left:25px;
		width:50%;
	}
	.p-product-action{
		padding-left:12px;
	}
	.js-option-detail-wrap{
		max-width:100%;
	}
	.p-product-recommend-list{
		margin-left:-15px;
		margin-right:-15px;
	}
	.p-product-recommend-list__item{
		padding-left:15px;
		padding-right:15px;
	}
}
@media all and (max-width:767.98px){
  .l-main.is-product{margin-top:110px;}
	.p-product{
		margin-bottom:45px;
	}
	.p-product select{
		height:44px;
		font-size:13px;
	}
	.p-product input[type=text]{
		height:44px;
		font-size:13px;
	}
	.p-product-main,
	.p-product-main form{
		display:block;
	}
	.p-product-img{
		width:100%;
	}
	.p-product-img__main .slick-prev, .p-product-img__main .slick-next{
		width:45px;
		height:45px;
	}
	.p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before{
		top:15px;
	}
	.p-product-img__main .slick-prev{
		left:0px;
	}
	.p-product-img__main .slick-prev:before{
		left:17px;
	}
	.p-product-img__main .slick-next{
		right:0px;
	}
	.p-product-img__main .slick-next:before{
		left:13px;
	}
	.p-product-txt{
		display:block;
		margin-top:30px;
	}
	.p-product-info{
		margin-top:30px;
		padding-left:0;
		width:auto;
	}
	.p-product-info__ttl{
		font-size:22px;
	}
	.p-product-info__id{
		margin-top:5px;
		font-size:12px;
	}
	.p-product-price{
		margin-top:10px;
	}
	.p-product-price__sell{
		font-size:22px;
	}
	.p-product-price__normal{
		font-size:12px;
	}
	.p-product-price__list-price{
		font-size:12px;
	}
	.p-product-action{
		margin-top:30px;
		padding-left:0;
		width:auto;
	}
	.p-product-option-detail__btn{
		padding:18px;
	}
	.mfp-container{
		padding-top:6px;
		padding-bottom:6px;
	}
	.js-option-detail-wrap{
		width:auto;
	}
	.js-option-detail-wrap > .mfp-close{
		top:20px !important;
		right:15px;
	}
	.p-price-table{
		overflow-y:auto;
		padding:60px 10px 45px 10px;
	}
	.p-price-table__heading{
		padding:15px 0px;
	}
	.p-price-table__dt{
		padding:15px 15px 15px 0;
	}
	.p-price-table-list__item{
		padding-left:0;
	}
	.p-product-option-tbl{
		display:none;
	}
	.p-product-name__ttl{
		font-size:13px;
	}
	.p-product-form-stock__ttl{
		font-size:13px;
	}
	.p-product-form-stock__box{
		font-size:13px;
	}
	.p-product-form-stock__input input{
		width:135px;
	}
	.p-product-form-btn__favorite svg{
		width:18px;
		height:14px;
	}
	.p-product-contact__link{
		font-size:14px;
	}
	.p-product__ttl{
		font-size:22px;
	}
	.p-product-recommend-list{
		margin-left:-7px;
		margin-right:-7px;
	}
	.p-product-recommend-list__item{
		padding-left:7px;
		padding-right:7px;
		width:50%;
	}
	.p-product-recommend-list__img{
		margin-bottom:10px;
	}
	.p-product-review{
		margin-bottom:30px;
	}
	.p-product-review__item{
		margin-bottom:25px;
		padding-bottom:25px;
	}
	.p-product-review-info__item{
		display:block;
	}
	.p-product-review__body img{
		float:none;
		display:block;
		margin:0 auto 15px auto;
	}
	.p-product-review__btn-wrap{
		margin-top:30px;
	}
	.p-product-review__btn{
		min-width:335px;
	}
  .p-product-detail{font-size:14px;}
  .details-tbl td,
  .details-tbl th{padding:8px 10px;}

  .details-tbl th.sub-th .ver-th {
		white-space: pre;
		writing-mode: vertical-rl;
		display:inline-block;
		width:40px;
		text-align:center;
  }
  .details-tbl th:not(.sub-th) {
		max-width:44px;
  }

}
.c-btn-cart svg use, .c-btn-cart:hover svg use {
    fill: #fff;
}



