@charset "euc-jp";

#page-detail .detailArea {
	padding: 60px;
}
#page-detail .detailArea .ttl_h2 {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
}
#page-detail .detailArea .product_image {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
#page-detail .detailArea .product_image .product_image_main {
	width: 500px;
}
#page-detail .detailArea .product_image .product_image_thumb {
	width: 480px;
}
#page-detail .detailArea .product_image .product_image_thumb ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
#page-detail .detailArea .product_image .product_image_thumb ul li {
	width: 200px;
	margin-left: 40px;
	margin-bottom: 40px;
	cursor: pointer;
}
#page-detail .detailArea .product_exp {
	margin-top: 40px;
}
#page-detail .detailArea .product_exp .detail_exp01 {
	color: #ff9600;
	font-size: 18px;
	font-weight: bold;
}
#page-detail .detailArea .product_exp .detail_exp02 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	background-color: #000;
	border-radius: 999px;
	display: inline-block;
	padding: 5px 10px;
}
#page-detail .detailArea .product_exp .detail_exp03 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 15px;
	line-height: 1.2;
}
#page-detail .detailArea .product_exp .detail_exp04 {
	display: none;
}
#page-detail .detailArea .detail_txt {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
#page-detail .detailArea .detail_txt .product_spec_block {
	width: 60%;
}
#page-detail .detailArea .detail_txt .product_spec_block .product_spec_table {
	width: 100%;
	border-top: 1px solid #888;
}
#page-detail .detailArea .detail_txt .product_spec_block .product_spec_table th {
	padding: 1em .5em 1em 1em;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}
#page-detail .detailArea .detail_txt .product_spec_block .product_spec_table td {
	padding: 1em 0 1em 1em;
	border-bottom: 1px solid #888;
	overflow: hidden;
}
#page-detail .detailArea .detail_txt .product_spec_block .product_spec_table td select {
	width: 100%;
}
#page-detail .detailArea .detail_txt .product_spec_block .disable_cartin {
	overflow: hidden;
}
#page-detail .detailArea .detail_txt .product_spec_block .product_cart_btn {
	display: block;
	margin-top: 1em;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}
#page-detail .detailArea .detail_txt .product_spec_block .product_addcart_btn {
	float: left;
	width: 55%;
	padding: 1em 0;
	border: none;
	border-radius: 0;
	background-color: #f32b72;
	cursor: pointer;
	-webkit-appearance:none;
}
#page-detail .detailArea .detail_txt .product_spec_block .backbtn {
	float: left;
	width: 40%;
	margin-top: 1em;
	margin-left: 5%;
	padding: 1em 0;
	border: none;
	border-radius: 0;
	background-color: #b3b3b3;
	cursor: pointer;
	-webkit-appearance:none;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
}
.product_quick_order_btn {
	float: right;
	width: 40%;
	padding: .8em 0;
	background-color: #c67f7f;
	text-decoration: none;
}
.product_member_sale_msg {
	color: #df7676;
}
.product_order_form input {
	float: left;
	margin-right: .3em;
	padding: .3em;
	width: 3.5em;
	text-align: right;
}
.product_order_form .text-titles-list__detail-text {
	width: 100%;
	text-align: left;
}
.product_unit {
	padding: .3em;
	float: left;
}
.product_init {
	display: none;
}
.product_option_table td div {
	margin-bottom: .5em;
}
#page-detail .detailArea .detail_txt .product_info_lst {
	width: 30%;
}
#page-detail .detailArea .detail_txt .product_info_lst li {
	margin-bottom: 5px;
}
#page-detail .detailArea .detail_txt .product_info_lst li.icon:before {
	content: ">";
	line-height: 1;
	font-size: 14px;
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: center;
}
.prd_opt_src {
	display: none !important;
}
.social_share {
	margin-top: 1.5em;
}
.social_share li {
	margin-bottom: .5em;
}
.stock_error {
	margin: .5em 0;
	color: #f00;
	font-weight: bold;
	font-size: 123.076%;
	line-height: 3;
}
#page-detail .detailArea .product_sim_exp {
	margin-top: 40px;
	padding: 40px 0;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}
#page-detail .detailArea .product_sim_exp .detail_exp01,
#page-detail .detailArea .product_sim_exp .detail_exp02,
#page-detail .detailArea .product_sim_exp .detail_exp03 {
	display: none;
}
#page-detail .detailArea .product_sim_exp .detail_exp04 strong {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#page-detail .detailArea {
		padding: 20px 4%;
	}
	#page-detail .detailArea .ttl_h2 {
		font-size: 17px;
	}
	#page-detail .detailArea .product_image {
		flex-flow: wrap;
	}
	#page-detail .detailArea .product_image .product_image_main {
		width: 100%;
	}
	#page-detail .detailArea .product_image .product_image_thumb {
		width: 100%;
		margin-top: 10px;
	}
	#page-detail .detailArea .product_image .product_image_thumb ul {
		margin-left: -1%;
	}
	#page-detail .detailArea .product_image .product_image_thumb ul li {
		width: 24%;
		margin-left: 1%;
		margin-bottom: 0;
	}
	#page-detail .detailArea .product_exp .detail_exp01 {
		font-size: 17px;
	}
	#page-detail .detailArea .product_exp .detail_exp02 {
		font-size: 17px;
		border-radius: 6px;
	}
	#page-detail .detailArea .product_exp .detail_exp03 {
		font-size: 20px;
	}
	#page-detail .detailArea .detail_txt {
		flex-flow: wrap;
	}
	#page-detail .detailArea .detail_txt .product_spec_block {
		width: 100%;
	}
	#page-detail .detailArea .detail_txt .product_spec_block .product_spec_table th {
		padding: 1em .5em 1em 1em;
	}
	#page-detail .detailArea .detail_txt .product_spec_block .product_spec_table td {
		padding: 1em 0 1em 1em;
	}
	#page-detail .detailArea .detail_txt .product_spec_block .product_addcart_btn {
		width: 100%;
	}
	#page-detail .detailArea .detail_txt .product_spec_block .backbtn {
		width: 100%;
		margin-left: 0;
	}
	.product_quick_order_btn {
		width: 100%;
	}
	#page-detail .detailArea .detail_txt .product_info_lst {
		width: 100%;
		margin-top: 20px;
	}
}
