@charset "utf-8";
/* details css */

.goodsDetailContents {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.goodDetail_left_area {
	width: 350px;
}
#goodsMainImage {
	margin-bottom: 30px;
	cursor: pointer;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #fff;
}
#goodsMainImage img {
	width: 100%;
	object-fit: contain;
}
.view_larger {
	text-align: right;
	font-size: 14px;
	margin-bottom: 5px;
}
.goods_images {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}


.mfp-bg {
	background-color: #9c9c9c;
	opacity: 0.6;
}
.mfp-figure:after {
	box-shadow: 0 4px 20px rgba(34, 34, 34, 0.3);
}
button.mfp-close::after {
	content: "\f00d";
	color: #222;
}
.mfp-image-holder .mfp-close {
	padding: 0;
	right: 0;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	font-size: 1.5em;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
	background: none;
	box-shadow: none;
}

.goods_images li {
	width: 33.3333%;
	padding: 0 5px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: opacity 0.7s;
}
.goods_images li:hover {
	opacity: 0.7;
}
.goods_images li img {
	width: 100%;
}

.area_Detail {
	flex: 1;
	padding-left: 30px;
}
.detail_code {
	float: right;
}
.goods-tag-list {
	margin-bottom: 5px;
}
.goods-name {
	font-weight: 500;
	font-size: 2em;
	margin-bottom: 30px;
}
.goodsDetail_info {
	margin-bottom: 30px;
}
.goods_cart {
	width: 100%;
}
.goods_cart_wrap {
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}
.goods_cart_wrap:last-child {
	border-bottom: none;
}
.goods_cart_wrap .cart_title {
	border: 1px solid #0078db;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 1.1em;
}
.goods_cart_wrap .cart_title.normal {
	color: #0078db;
}
.goods_cart_wrap .cart_title.regular {
	background-color: #0078db;
	color: #fff;
}
.goods_cart_wrap .goods_price  {
	padding-left: 15px;
}
.goods_cart_wrap .goods_price_copy {
	font-size: 14px;
}
.goods_cart_wrap .goods_price span {
	font-size: 1.7em;
}
.goods_cart_wrap .goods_price span.zei {
	font-size: 1rem;
}
.goods_cart_wrap .cart_in_wrap {
	margin-left: auto;
	display: flex;
}
.goods_cart_wrap .num_select {
	display: flex;
	align-items: center;
}
.goods_cart_wrap .num_select label {
	width: 45px;
}
.goods_cart_wrap .num_select select {
	width: 80px;
	-webkit-appearance: menulist;
}
input.plusButton,
input.minusButton {
	width: 40px;
	height: 40px;
	min-height: 0;
	background: none;
	background-color: #005ca8;
	box-shadow: none;
	border-radius: 0;
	border: none;
	color: #fff !important;
	font-size: 2rem;
	padding: 0;
}

.btn_wrap {
	max-width: 200px;
	min-width: 120px;
	width: 100%;
	margin-left: 30px;
}
.cart-btn a {
	background-color: #003f73;
	color: #fff;
	display: block;
	padding: 10px 20px;
	font-size: 1.2em;
	font-weight: 500;
	text-align: center;
}
.cart-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}


.goods_spec_wrap {
	margin-bottom: 50px;
}
.goods_spec {
	margin-bottom: 50px;
}
.goods_spec .title {
	font-size: 1.7em;
	margin-bottom: 30px;
	color: #005ca8;
}
.goods_spec .title span {
	display: flex;
	align-items: center;
}
.goods_spec .title span::after {
	content: "";
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	flex: 1;
	margin-left: 30px;
}

@media screen and (max-width: 768px) {
	.goodDetail_left_area {
		width: 50%;
	}
	#goodsMainImage {
		margin-bottom: 15px;
	}
	.goods_images li {
		width: 25%;
	}
	.goodDetail_right_area {
		width: 50%;
		padding-left: 30px;
	}
	.goods-name {
		font-size: 1.7em;
	}
	.goods_images {
		margin-bottom: 15px;
	}
	.goods_spec_wrap {
		margin-bottom: 80px;
	}
}

@media screen and (max-width: 510px) {
	.goodDetail_left_area {
		width: 100%;
		margin-bottom: 15px;
	}
	#goodsMainImage {
		display: none;
	}
	.view_larger {
		display: none;
	}
	.goods_images.slick-dotted.slick-slider {
		/*margin: 0 -20px 15px;*/
		margin: 0 auto 15px auto;
		min-height: 420px;
		width: 100%;
	}
	.goods_images li.slick-slide {
		padding: 0;
		transition: 0s;
		margin: 0;
	}
	.goods_images .slick-dots {
		position: static;
	}
	.goods_images .slick-dots li {
		width: 20px;
		display: inline-block;
		padding: 0;
		margin-bottom: 3px;
		transition: 0s;
	}
	.goods_images .slick-dots li button {
		background: none;
		box-shadow: none;
		min-height: 0;

	}
	.goods_images li img {
		width: auto;
		max-height: 420px;
		margin-left: auto;
		margin-right: auto;
	}
	.slick-dots li.slick-active button:before {

	}
	.goodDetail_right_area {
		width: 100%;
		padding-left: 0;
	}
	.goods-name {
		font-size: 1.3em;
		margin-bottom: 15px;
	}
	.goods_cart_wrap {
		flex-wrap: wrap;
	}
	.goods_cart_wrap .cart_title {
		font-size: 0.9em;
	}
	.goods_cart_wrap .goods_price_copy {
		display: none;
	}
	.goods_cart_wrap .cart_in_wrap {
		margin-top: 15px;
		margin-left: 0;
		width: 100%;
	}
	.btn_wrap {
		max-width: 100%;
		margin-left: 15px;
	}
	.goods_cart_wrap .num_select select {
		width: 60px;
	}
	.goods_cart_wrap .goods_price span {
		font-size: 1.3em;
	}
	.goodsDetailContents {
		margin-bottom: 35px;
	}
	.goods_spec .title {
		font-size: 1.3em;
		margin-bottom: 15px;
	}
	.goods_spec_info th {
		width: 120px;
	}
	/* 1.商品名 2.商品画像 3.購入ボタン の順番に入れ替え*/
	.goodDetail_left_area {
		order: 2;
	}
	.goodDetail_right_area {
		order: 1;
	}
	.goods_cart {
		order: 3;
	}
	.other-btn {
		order: 4;
	}
}

#goodsIconGroup .itemWrap {
    display: inline-block;
    margin: 3px 5px;
}
/* slick : 商品画像のスライダー */
.slick-list.draggable {
	width: 100%;
}