@charset 'UTF-8';

.box-shop {
	display: none;
}

.item-detail::after {
	content: '';
	position: absolute;
	background: url("../image/icon08.png") center no-repeat;
	width: 130px;
	height: 30px;
	bottom: -130px;
	left: 0;
}

.item-detail{
	width: 940px;
	margin: 0 auto 100px;
	position: relative;
}
.item-detail .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.item-detail .box .imgbox{
	width: 440px;
}
.item-detail .box .cart{
	width: 450px;
}
.imgbox {
	float:left;
	width: 540px;
	overflow: hidden;
/zoom: 1;
}
.imgbig{
	margin-bottom: 20px;
	border: 1px solid #383227;
}
.imglist{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.imglist .square{
	width: 104px;
	margin: 0 8px 10px 0;
	border: 1px solid #383227;
}
.imglist .square:nth-child(4n){
	margin-right: 0;

}
.cart .price{
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 35px;
	text-align: left;
}
.cart .price span.en {
	font-size: 3rem;
}
.cart .price span.num {
	font-size: 4.4rem;
}
.cart .submit{
	margin-bottom: 20px;
	line-height: 1;
}
.cart-option li{
	line-height: 1;
}
.cart-option li+li{
	margin-top: 10px;
	margin-bottom: 25px;
}
.cart-option li a,
.cart-option li input {
    color: #FED900;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
}
.cart-option li input:hover {
	text-decoration: underline;
	cursor: pointer;
}
.item-detail .back{
	margin-top: 20px;
	line-height: 1;
}