#product{ position: relative;}
.sub .tablebox .inner { margin-top: 20px; }



.sub .tablebox dl {
	border-top: 1px solid #748863;
	display: table;
	width: 100%;
}

.sub .tablebox dl:first-child {
	border-top: none;
	margin-top: -10px;
}

.sub .tablebox dt {
	display: table-cell;
	width: 237px;
	padding: 10px 0;
}

.sub .tablebox dd {
	display: table-cell;
	padding: 10px 0 10px 15px;
}

.sub .tablebox .lead-txt {
	line-height: 1.6;
	margin-bottom: 25px;
}


.photo-wrap {
	margin: 0 0 35px;
	width: 621px;
}

.photo-wrap div {
	max-width: 600px;
	height: 420px;
	position: relative;
}

.photo-wrap div p {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 600px;
	height: 420px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}



.photo-wrap ul {
padding-top: 20px;
display: flex;
gap: 10px;
}

.photo-wrap li {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}

.photo-wrap .active {
	border: 5px solid #a40000;
	width: 70px;
	height: 70px;
}

.item-detail-inner {display: flex; gap: 20px; padding: 30px 0;flex-wrap: wrap;
    justify-content: center;}

.item-detail-txt {
	background-color: #dedacf;
	padding: 40px;
}

.pricebox {

}

.item-detail-inner table {
	width: 100%;
}

.sub .tablebox dl:first-child {
	border-top: none;
	margin-top: -10px;
}

.item-detail-inner th {
	border-bottom: 1px solid #999;
	width: 150px;
	padding: 10px 0;
}

.item-detail-inner td {
	border-bottom: 1px solid #999;
	padding: 10px 0 10px 15px;
}

.item-link {
	margin: 30px 0;
}

.item-link ul:first-child { margin-left: 19px; }

.item-link ul:first-child li {
	list-style-type: disc;
	font-size: 90%;
}

.item-link .sns {
	margin-top: 20px;
}

.item-link .sns iframe {
	width: 90px !important;
	float: left;
}

.pankuzubox {
	overflow: hidden;
	position: absolute;
	top: -90px;
	left: 263px;
}

.inputbox {
	margin-top: 30px;
	display: inline-block;
}

.inputbox input { width: 30px; }

.inputbox div span {
	width: 18px;
	display: inline-block;
	font-size: 79%;
	line-height: 1.2;
	vertical-align: middle;
}

.btn-box {
	margin-top: 30px;
		width: 359px;
	display: inline-block;
}

.btn-box button {
	background: url(https://file002.shop-pro.jp/PA01393/238/shared/img/common/cart_icon.png) no-repeat 15px center, url(https://file002.shop-pro.jp/PA01393/238/shared/img/common/red_bg.gif) repeat left top;
	color: #fff;
	border: none;
	display: block;
	padding: 15px 27px 15px 57px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 125%;
	margin-left: 18px;
	width: 95%;
}

.btn.disabled, .btn[disabled] {
	background: url(https://file002.shop-pro.jp/PA01393/238/shared/img/common/cart_icon.png) no-repeat 15px center, url(https://file002.shop-pro.jp/PA01393/238/shared/img/common/green_h_bg.jpg) repeat left top;
	color: #fff;
	border: none;
	display: block;
	padding: 15px 27px 15px 57px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 125%;
	width: 100%;
	margin-top: 30px;
}


#ft_nav {
    margin: 0 auto 20px;;
    text-align: center;
    letter-spacing: 0em;
}
#ft_nav li{
	display:inline;
}
.priceboxwrap{border:1px solid #999; padding: 20px 30px;width:100%; max-width: 480px;}


@media screen and (max-width: 767px) {


	.photo-wrap {
		width: 100% !important;
	}
	
	.photo-wrap div {
		width: 100% !important;
		height: 60vw !important;
	}
	.photo-wrap p{
		width: 100% !important;
		height: 60vw !important;
	}
	
.nav-target{padding:80px 0 0 0;}
h1{ color:#000 !important;    font-size: 10px !important;}

}