@charset "utf-8";
/*------------------------------------------------------------
	products_detail
------------------------------------------------------------*/
#main .detailBox {
	padding-top: 0.8rem;
	display: flex;
}
#main .detailBox .leftBox {
	width: 56rem;
}
#main .detailBox .rightBox {
	margin-left: 4rem;
	flex: 1;
}
#main .detailBox .title {
	font-size: 2.4rem;
	margin-bottom: 1.8rem;
	font-weight: 700;
}
#main .detailBox .borBox {
	margin-bottom: 3.2rem;
	padding: 3.2rem 0 3rem;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}
#main .detailBox .common_num .ttl {
	width: 18rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
}
#main .detailBox .common_num input {
	margin-left: 0;
}
#main .detailBox .btnUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .detailBox .btnUl li {
	margin: 0 2rem;
	position: relative;
}
#main .detailBox .btnUl {
	margin: 6.6rem 0 2.4rem;
	display: flex;
	justify-content: center;
}
#main .detailBox .btnUl a {
	color: #fff;
	font-size: 2rem;
	height: 6rem;
	font-weight: 700;
	width: 26.4rem;
	cursor: pointer;
}
#main .detailBox .btnUl a img {
	width: 2.8rem;
	margin-right: 1.5rem;
}
#main .detailBox .btnUl .inventory {
	width: 100%;
	color: #C00;
	font-size: 1.6rem;
	font-weight: 400;
	position: absolute;
	top: -3.2rem;
	left: 0;
	text-align: center;
}#main .detailBox .alcohol {
	width: 100%;
	color: #C00;
	font-size: 3rem;
	font-weight: 400;
	top: -6.2rem;
	left: 0;
	text-align: center;
	margin-bottom: 1.8rem;
}
#main .detailBox .btnUl li > .alcohol {
	width: 100%;
	color: #C00;
	font-size: 3rem;
	font-weight: 400;
	position: absolute;
	top: -8.2rem;
	left: 0;
	text-align: center;
}
#main .detailBox .btnUl .usBtn {
	width: 20.4rem;
	color: #333 !important;
	font-weight: 400;
	font-size: 1.6rem;
	border-radius: 0.4rem;
	background-color: #fff;
	border: 1px solid #1E1E1E;
	font-size: 1.6rem;
}
#main .messageBox p {
	margin-bottom: 2.9rem;
    line-height: 1.82;
}
#main .messageBox .notes {
	color: #C00;
}
#main .slickBox .imgUl {
	margin-bottom: 2.4rem;
	font-size: 0;
	line-height: 1;
}
#main .slickBox .imgUl img {
	width: 100%;
}
#main .slickBox .smallUl {
	margin: -1.5rem -0.7rem 0 -0.8rem;
	font-size: 0;
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
}
#main .slickBox .smallUl li {
	margin-top: 1.5rem;
	width: 20%;
	padding: 0 0.7rem 0 0.8rem;
	cursor: pointer;
	transition: 0.3s;
}
#main .slickBox .smallUl img {
	width: 100%;
}
#main .btmBox {
	padding: 2.7rem 0 2.3rem;
	margin-top: 2.3rem;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#main .detailBox .txtDl {
	display: flex;
	flex-wrap: wrap;
}
#main .detailBox .txtDl dt {
	width: 18rem;
}
#main .detailBox .txtDl dd {
	margin-top: -0.3rem;
	padding-bottom: 1.9rem;
	font-size: 1.8rem;
	width: calc(100% - 18rem);
}
#main .detailBox .txtDl p {
	margin-bottom: 0.4rem;
}
#main .detailBox .txtDl p:last-child {
	margin-bottom: 0;
}
#main .detailBox .txtDl a {
	color: #06C; 
}
#main .detailBox .txtDl dd:last-child {
	padding-bottom: 0;
}
#main .detailBox .topBox .txtDl {
	margin: 4rem 0;
}
#main .detailBox .topBox .txtDl dt {
	text-align: right;
}
#main .detailBox .topBox .txtDl dd {
	text-align: center;
}
.unableAddCart {
	pointer-events: none;
	cursor: default;
	opacity: 0.7;
}

/* カートモーダル */
.cart-modal {
	margin-top: 3rem;
}
.cart-modal .btn-action {
	width: 15rem;
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1.3rem;
	border-radius: 1.42857142;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px 16px;
	color: #fff;
	text-decoration: none;
	background-color: #555555;
	border-color: #555555;
}
.cart-modal .btn-action:hover {
	opacity: 0.7;
}
.cart-modal .btn-cancel {
	width: 15rem;
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1.3rem;
	border-radius: 1.42857142;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px 16px;
	text-decoration: none;
	color: #555555;
	background-color: #fff;
	border-color: #555555;
}
.cart-modal .btn-cancel:hover {
	opacity: 0.7;
}
.alcohol-check span {
	cursor: pointer;
}
.alcohol-check input[type="checkbox"] {
	display: none;
}
.alcohol-check input ~ span {
	display: block;
	padding: 1.2rem 0;
	background-color: #ccc;
}
.alcohol-check input:checked ~ span {
	background-color: #F4F4F4;
}
.alcohol-check input ~ span>span {
	padding-left: 2.8rem;
	display: inline-block;
	font-size: 1.6rem;
	background: url(../img/common/form_icon02.png) no-repeat left center / 2rem;
	cursor: pointer;
}
.alcohol-check input:checked ~ span>span {
	background: url(../img/common/form_icon03.png) no-repeat left center / 2rem;
}

/* 商品検索ブロック */
.search_product_form .submit .ec-blockBtn--action {
	width: 22rem;
	height: 4.6rem;
	color: #fff;
	background: #1E1E1E;
	-webkit-appearance: none;
	border-radius: 0.4rem;
	border: none;
	font-size: 1.4rem;
	cursor: pointer;
	transition: .3s;
	margin-top: 2.4rem;
}
.search_product_form .clearButton {
	display: block;
	width: 14rem;
	color: #1E1E1E;
	height: 3.6rem;
	border: 1px solid #CCC;
	background: #F4F4F4;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0.4rem;
	font-size: 1.4rem;
	cursor: pointer;
	transition: .3s;
	margin: 2.4rem auto;
}

@media all and (min-width: 897px) {
	#main .detailBox .txtDl a:hover {
		opacity: 0.7;
	}
	#main .slickBox .smallUl li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .detailBox {
		padding-top: 0;
		display: block;
	}
	#main .detailBox .rightBox {
		margin-left: 0;
	}
	#main .detailBox .leftBox {
		width: auto;
	}
	#main .detailBox .smallUl {
		margin: 0;
		display: flex;
		justify-content: center;
	}
	#main .detailBox .smallUl img {
		display: none;
	}
	#main .detailBox .smallUl li {
		padding: 0;
		width: 0.8rem;
		height: 0.8rem;
		border-radius: 50%;
		background: #CCC;
		margin: 0 0.4rem;
		display: inline-block;
		vertical-align: top;
	}
	#main .slickBox .imgUl {
		margin-bottom: 0.8rem;
	}
	#main .detailBox .smallUl .on {
		background-color: #000;
	}
	#main .slickBox {
		margin-bottom: 2.4rem;
	}
	#main .detailBox .title {
		margin-bottom: 2.1rem;
		font-size: 2rem;
	}
	#main .detailBox .borBox {
		margin-bottom: 1.6rem;
		padding: 4.3rem 0 1.4rem;
	}
	#main .detailBox .common_num .ttl {
		width: 17.5rem;
	}
	#main .detailBox .common_num input {
		padding-left: 1.5rem;
		height: 5rem;
		width: 9rem;
	}
	#main .detailBox .btnUl {
		margin: 4.7rem 0 4rem;
		display: block
	}
	#main .detailBox .btnUl li {
		margin-bottom: 2.4rem;
	}
	#main .messageBox {
		font-size: 1.6rem;
	}
	#main .messageBox + .common_notesBox {
		margin-top: -1.5rem;
	}
	#main .btmBox {
		margin-top: 3rem;
		padding-bottom: 3.1rem;
	}
	#main .detailBox .txtDl {
		font-size: 1.6rem;
	}
	#main .detailBox .txtDl .wid {
		width: 100%;
	}
	#main .detailBox .txtDl dt.wid {
		margin-bottom: 1.3rem;
	}
}
@media all and (min-width: 897px) {
	.common_sideBar {
		width: 22rem;
	}
	#common_conts {
		width: calc(100% - 25.8rem);
	}
	#common_conts .detailBox .leftBox {
		width: 48rem;
	}
	#common_conts .detailBox .btnUl {
		margin: 6.6rem -1.4rem 2.4rem;
	}
	#common_conts .detailBox .btnUl li {
		margin: 0 1.4rem;
	}
	#common_conts .slickBox .smallUl {
		margin: -2rem -1rem 0;
	}
	#common_conts .slickBox .smallUl li {
		margin-top: 2rem;
		padding: 0 1rem 0;
	}
}
@media all and (max-width: 896px) {
	#container {
		padding-top: 20.3rem;
	}
}