@charset "UTF-8";
/*------------------------------------------------------------
    全体
------------------------------------------------------------*/
/* detail全体 */
.detail_top {
	margin-top: 30px
}
.detail_area {
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.detail_area {
		margin-bottom: 60px;
	}
}
/*------------------------------------------------------------
    商品紹介
------------------------------------------------------------*/
	.ec-productRole__description {
		font-size: 14px;
	}
/*------------------------------------------------------------
    選択
------------------------------------------------------------*/
.product_no {
	color: #8B8B8B;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.product_name {
	font-size: 3rem;
	margin-bottom: 20px;
}
.product_detail_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 40px;
}
.product_detail_area {
	margin-top: -130px;
    padding-top: 130px;
}
.product_detail_price {
	font-size: 2.5rem;
	margin-right: 30px;
}
.product_detail_price span {
	font-size: 1.5rem;
	color: #8B8B8B;
}
.product_select_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.product_select_box p {
	width: 25%;
}
.product_select_box .input_select {
	width: 80%;
}
.form_select {
	outline: none;
	width: 100%;
	padding: 20px;
	border: 1px solid #DBDBDB;
}
.product_detail_btn {
	margin-bottom: 60px;
	margin-top:40px;
}
.product_detail_btn .btn {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}
.product_detail_btn .btn [class^="icon-"] {
	margin-right: 10px;
}
.product_detail_txt p {
	margin-bottom: 30px;
}
/* お気に入りボタン */
.detail_fav {
	cursor: pointer;
}

/* 個数 カウント */
.select_detail_count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}
.select_detail_count .select_amount_count {
	border: 1px solid #DBDBDB;
	background: #EFEFEF;
	display: flex;
	align-items: center;
}
.select_amount_count_ico {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.select_amount_count_ico::before {
	content: "";
	display: block;
	width: 12px;
	height: 1px;
	background: #1D1D1D;
}
.select_amount_count_ico::after {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background: #1D1D1D;
	position: absolute;
	left: 10px;
	top: 5px;
}
.select_amount_count.down .select_amount_count_ico::after {
	content: none;
}

.select_amount_inner [type="number"] {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

/* ボタン */
.back_center {
	margin:auto;
}
.btn_font_cart {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
}

/* スピンボタン */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	/* height: auto; */
	display:none;
}

@media screen and (max-width: 1199px) {
	.product_detail_btn .btn {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 768px) {
	.product_detail_content {
		margin-bottom: 40px;
	}
	.product_detail_btn .btn [class^="icon-"]::before {
		transition: none;
	}
	.select_amount_inner [type="number"] {
		width: 60px;
		height: 60px;
	}
	.detail_top {
		margin-top: 0px;
	}
	.detail_area {
		padding-top: 60px;
		margin-bottom: 90px;
	}
	/* .detail_img {
		margin-top: 60px;
	}
	.detail_order_inner {
		margin-top: 60px;
	} */



}
@media screen and (min-width: 992px) {
	.product_no {
		font-size: 1.8rem;
	}
	.product_name {
		font-size: 4rem;
	}
	.product_detail_price {
		font-size: 3rem;
		margin-right: 60px;
	}
	.product_detail_price span {
		font-size: 2rem;
	}
}
/* @media screen and (min-width: 1200px) and (min-width: 1499px) {
	.product_detail_btn .btn {
		max-width: 250px;
	}
} */
@media screen and (min-width: 1200px) {
	.product_detail_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 60px;
	}
	.product_detail_btn .btn {
		margin: 0;
	}
	.product_detail_btn .btn:first-child {
		margin-right: auto;
		margin-right: 15px;
	}
	.product_detail_btn .btn:last-child {
		margin-left: auto;
		margin-left: 15px;
	}
}

/*------------------------------------------------------------
    画像
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.detail_img_inner>ul>li {
		margin-bottom: 90px;
	}
	.detail_img_inner>ul>li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.detail_img_inner>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -10px;
	}

	.slide-item:first-child {
		width: 100%;
	}

	.slide-item {
		padding: 10px;
		width: 50%;
	}
}


/*------------------------------------------------------------
    カート追加後の画面
------------------------------------------------------------*/
/* お買い物を続ける */
.ec-inlineBtn--cancel {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
		touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px 16px;
	text-decoration: none;
	color: #1d1d1d;
	background-color: transparent;
	border-color: #1d1d1d; 
}
.ec-inlineBtn--cancel:focus, .ec-inlineBtn--cancel.focus, .ec-inlineBtn--cancel:active:focus, .ec-inlineBtn--cancel:active.focus, .ec-inlineBtn--cancel.active:focus, .ec-inlineBtn--cancel.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px; 
}
.ec-inlineBtn--cancel:hover, .ec-inlineBtn--cancel:focus, .ec-inlineBtn--cancel.focus {
	color: #8b8b8b;
	text-decoration: none; 
}
.ec-inlineBtn--cancel:active, .ec-inlineBtn--cancel.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0); 
}
.ec-inlineBtn--cancel.disabled, .ec-inlineBtn--cancel[disabled],
	fieldset[disabled] .ec-inlineBtn--cancel {
	cursor: not-allowed;
	opacity: 0.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	box-shadow: none; 
}
.ec-inlineBtn--cancel:focus, .ec-inlineBtn--cancel.focus {
	color: #8b8b8b;
	background-color: transparent;
	border-color: #8b8b8b; 
}
.ec-inlineBtn--cancel:hover {
	color: #8b8b8b;
	background-color: transparent;
	border-color: #8b8b8b; 
}
.ec-inlineBtn--cancel:active, .ec-inlineBtn--cancel.active,
.open > .ec-inlineBtn--cancel.dropdown-toggle {
	color: #8b8b8b;
	background-color: transparent;
	border-color: #8b8b8b; 
}
.ec-inlineBtn--cancel:active:hover, .ec-inlineBtn--cancel:active:focus, .ec-inlineBtn--cancel:active.focus, .ec-inlineBtn--cancel.active:hover, .ec-inlineBtn--cancel.active:focus, .ec-inlineBtn--cancel.active.focus,
.open > .ec-inlineBtn--cancel.dropdown-toggle:hover,
.open > .ec-inlineBtn--cancel.dropdown-toggle:focus,
.open > .ec-inlineBtn--cancel.dropdown-toggle.focus {
	color: #8b8b8b;
	background-color: transparent;
	border-color: #8b8b8b; 
}
.ec-inlineBtn--cancel:active, .ec-inlineBtn--cancel.active,
.open > .ec-inlineBtn--cancel.dropdown-toggle {
background-image: none; 
}
.ec-inlineBtn--cancel.disabled:hover, .ec-inlineBtn--cancel.disabled:focus, .ec-inlineBtn--cancel.disabled.focus, .ec-inlineBtn--cancel[disabled]:hover, .ec-inlineBtn--cancel[disabled]:focus, .ec-inlineBtn--cancel[disabled].focus,
fieldset[disabled] .ec-inlineBtn--cancel:hover,
fieldset[disabled] .ec-inlineBtn--cancel:focus,
fieldset[disabled] .ec-inlineBtn--cancel.focus {
	background-color: #8b8b8b;
	border-color: #8b8b8b; 
}
.ec-inlineBtn--cancel .badge {
	color: #525263;
	background-color: #fff; 
}
.ec-inlineBtn--cancel .ec-icon img {
	width: 1em;
	vertical-align: text-bottom; 
}


/* カートへ進む */
.ec-inlineBtn--action {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
		touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px 16px;
	text-decoration: none;
	color: #fff;
	background-color: #1d1d1d;
	border-color: #1d1d1d;
}

.ec-inlineBtn--action:focus, .ec-inlineBtn--action.focus, .ec-inlineBtn--action:active:focus, .ec-inlineBtn--action:active.focus, .ec-inlineBtn--action.active:focus, .ec-inlineBtn--action.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.ec-inlineBtn--action:hover, .ec-inlineBtn--action:focus, .ec-inlineBtn--action.focus {
	color: #525263;
	text-decoration: none;
}
.ec-inlineBtn--action:active, .ec-inlineBtn--action.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0); }
.ec-inlineBtn--action.disabled, .ec-inlineBtn--action[disabled],
fieldset[disabled] .ec-inlineBtn--action {
	cursor: not-allowed;
	opacity: 0.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	box-shadow: none; 
}
.ec-inlineBtn--action:focus, .ec-inlineBtn--action.focus {
	color: #fff;
	background-color: #3b3b3b;
	border-color: #3b3b3b; 
}
.ec-inlineBtn--action:hover {
	color: #fff;
	background-color: #3b3b3b;
	border-color: #3b3b3b; 
}
.ec-inlineBtn--action:active, .ec-inlineBtn--action.active,
.open > .ec-inlineBtn--action.dropdown-toggle {
	color: #fff;
	background-color: #3b3b3b;
	border-color: #3b3b3b; 
}
	.ec-inlineBtn--action:active:hover, .ec-inlineBtn--action:active:focus, .ec-inlineBtn--action:active.focus, .ec-inlineBtn--action.active:hover, .ec-inlineBtn--action.active:focus, .ec-inlineBtn--action.active.focus,
	.open > .ec-inlineBtn--action.dropdown-toggle:hover,
	.open > .ec-inlineBtn--action.dropdown-toggle:focus,
	.open > .ec-inlineBtn--action.dropdown-toggle.focus {
	color: #fff;
	background-color: #3b3b3b;
	border-color: #3b3b3b; 
}
.ec-inlineBtn--action:active, .ec-inlineBtn--action.active,
.open > .ec-inlineBtn--action.dropdown-toggle {
	background-image: none; 
}
.ec-inlineBtn--action.disabled:hover, .ec-inlineBtn--action.disabled:focus, .ec-inlineBtn--action.disabled.focus, .ec-inlineBtn--action[disabled]:hover, .ec-inlineBtn--action[disabled]:focus, .ec-inlineBtn--action[disabled].focus,
fieldset[disabled] .ec-inlineBtn--action:hover,
fieldset[disabled] .ec-inlineBtn--action:focus,
fieldset[disabled] .ec-inlineBtn--action.focus {
	background-color: #3b3b3b;
	border-color: #3b3b3b; 
}
.ec-inlineBtn--action .badge {
	color: #3b3b3b;
	background-color: #fff; 
}
.ec-inlineBtn--action .ec-icon img {
	width: 1em;
	vertical-align: text-bottom; 
}

/* 買い物を続ける（media） */
@media screen and (min-width: 768px) {
	.ec-inlineBtn--cancel {
		transition: .6s;
	}
}
@media screen and (max-width: 365px) {
	.ec-inlineBtn--cancel {
		width: 100%;
		margin-bottom: 10px;
	}
	
}
/* カートへ進む（media） */
@media screen and (min-width: 768px) {
	.ec-inlineBtn--action {
		transition: .6s;
	}
}
@media screen and (max-width: 365px) {
	.ec-inlineBtn--action {
		width: 100%;
		margin-top: 10px;
	}
}

/*------------------------------------------------------------
    モーダルウィンド
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.detail_role {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.pc_br {
    display: none;
}
.sp_br {
    display: none;
}