@charset "UTF-8";
/*----------------------------------------

	detail CSS

	- common
	- block01
	- block02

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
#headline {
	background-image: url("../../img/product/headline_bg01s.jpg");
}
@media print, screen and (min-width:768px) {
	#headline {
		background-image: url("../../img/product/headline_bg01.jpg");
	}
}

/*----------------------------------------
	block01
-----------------------------------------*/
.block01 {
	margin: 0 0 50px;
}
.block01 .detail-right .txt {
	margin: 0 0 22px;
	padding: 5px 0 0;
	line-height: 1.7;
}
.block01 .detail-right .txt > p {
	margin: 0 0 20px;
}
.block01 .detail-right .btn {
	margin: 0 0 30px;
}
.block01 .detail-right .btn > p {
	margin: 0 auto 10px;
}
.block01 .detail-right .cart {
	padding: 28px 30px;
	background: #f3f3f3;
}
.block01 .detail-right .cart dl > dt {
	margin: 0 0 16px;
	padding: 0 0 6px;
	border-bottom: 2px solid #222;
	line-height: 1.3;
}
.block01 .detail-right .cart dl > dd {
	padding: 0 10px;
}
.block01 .detail-right .cart dl > dd > div {
	display: flex;
	margin: 0 0 10px;
}
.block01 .detail-right .cart dl > dd > div > p {
	flex: 1;
}
.block01 .detail-right .cart dl > dd > div > p .selectbox {
	display: block;
	position: relative;
	width: 100%;
	max-width: 95px;
	margin: -2px 0;
}
.block01 .detail-right .cart dl > dd > div > p .selectbox::before,
.block01 .detail-right .cart dl > dd > div > p .selectbox::after {
	content: '';
	position: absolute;
	pointer-events: none;
}
.block01 .detail-right .cart dl > dd > div > p .selectbox::before {
	top: 0;
	right: 0;
	width: 24px;
	height: 100%;
	background: #ddd;
}
.block01 .detail-right .cart dl > dd > div > p .selectbox::after {
	top: calc(50% - 6px);
	right: 8px;
	width: 7px;
	height: 7px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #222 #222 transparent transparent;
	transform: rotate(135deg);
}
.block01 .detail-right .cart dl > dd > div > p .selectbox select {
	width: 100%;
	height: 25px;
	padding: 0 5px;
	border: 1px solid #ddd;
	background: #fff;
	cursor: pointer;
	-webkit-appearance: none;
}
.block01 .detail-right .cart dl > dd > p {
	margin: 25px 0 0;
}
.block01 .detail-right .cart dl > dd > p > button {
	display: block;
	width: 155px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: #222;
}
.block01 .detail-right .cart dl > dd > p > button::before {
	content: '';
	padding: 4px 18px 4px 0;
	margin: 0 10px 0 0;
	background: url("../../img/cmn/c_cart01.png") center center no-repeat;
	background-size: 18px auto;
}
.block01 .detail-info table {
	width: 100%;
	border-top: 1px solid #ddd;
}
.block01 .detail-info table th,
.block01 .detail-info table td {
	padding: 15px 10px;
	border-bottom: 1px solid #ddd;
}
.block01 .detail-info table th {
	width: 40%;
	background: #f3f3f3;
}
.block01 .detail-info table td {
	width: 60%;
}
.block01 .detail-relation .slide .slick-slide a > .txt > p {
	display: table;
	margin: 0 0 8px;
	padding: 1px 5px;
	background: #eeeeee;
}
.block01 .detail-relation .slide .slick-slide a > .txt > dl > dt {
	margin-bottom: 2px;
}
@media print, screen and (min-width:768px) {
	.block01 {
		margin: 0 0 100px;
	}
	.block01 .detail-right .btn {
		display: flex;
		flex-wrap: wrap;
		max-width: 390px;
		margin: 0 0 25px -10px;
	}
	.block01 .detail-right .btn > p {
		flex: 1;
		width: 100%;
		max-width: none;
		margin: 0 0 10px 10px;
	}
	.block01 .detail-right .btn > .btn01 {
		min-width: calc(50% - 10px);
	}
	.block01 .detail-right .btn > .btn02 {
		min-width: calc(100% - 10px);
	}
	.block01 .detail-right .cart {
		max-width: 380px;
		padding: 25px 30px 35px;
	}
	.block01 .detail-right .cart dl > dt {
		margin: 0 0 20px;
		padding: 0 0 4px;
		border-bottom-width: 1px;
	}
	.block01 .detail-info table th {
		width: 24%;
		padding: 25px 20px;
	}
	.block01 .detail-info table td {
		width: 76%;
		padding: 25px 60px;
	}
}
.slick-slider{
	-ms-touch-action: auto !important;
	touch-action: auto !important;
}