@charset "utf-8";
/*------------------------------------------------------------
lp
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 8rem;
}
#container .big-photo {
	max-width: 112rem;
	margin: 0 auto;
	text-align: center;
}
#container .big-photo.sp {
	margin: 0 2rem;
}
#container .shopping-box {
	padding: 4.3rem 0;
}
#container .shopping-box h2 {
	margin-bottom: 4.4rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
}
#container .center-txt {
	margin-bottom: 4.3rem;
	text-align: center;
	font-size: 1.8rem;
}
#container .shopping-box h3 {
	margin-bottom: 4.3rem;
	color: #007ADB;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}
#container .list {
	padding: 3.2rem 3.2rem 4.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4rem 4rem;	
	border: 1px solid #007ADB;
}
#container .list li {
	text-align: center;
	width: calc(100% / 6);
}
#container .list a {
	display: inline-block;
	color: #007ADB;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
	text-decoration: underline;
	position: relative;
}
#container .list a:hover {
	opacity: 0.7;
}
#container .list a:after {
	width: 1.6rem;  
	height: 0.8rem;
	background: url(/html/user_data/assets/img/common/icon83.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: -1.5rem;
	left: 50%;
	transform: translateX(-50%);
	content: ""; 
}
.com-wrap {
	margin-bottom: 7rem;
	margin-top: 2.9rem;
}
#container .com-wrap .center-txt {
	margin-bottom: 4rem;
}
.ec-shelfGrid .slick-slide > div {
	margin: 0 1.2rem;
}
.video-wrapper,
.video-container {
	margin-bottom: 0;
}
@media all and (min-width: 768px) {
	.ec-shelfGrid {
		margin: 0 -1.2rem;
		gap: 2.4rem 2.6rem;
	}
}

@media all and (max-width: 767px) {
	#pagePath {
		margin-bottom: 4.7rem;
	}
	#container .shopping-box {
		padding: 2.7rem 0 1.8rem;
	}
	#container .shopping-box h2 {
		margin-bottom: 2.8rem;
		line-height: 1.5;
	}
	#container .center-txt {
		margin-bottom: 3.1rem;
		text-align: left;
	}
	#container .shopping-box h3 {
		margin-bottom: 3.1rem;
	}
	#container .list {
		padding: 2.2rem 2rem 2.2rem 2rem;
		gap: 2.1rem 0;
		justify-content: flex-start;
	}
	#container .list li {
		text-align: center;
		width: calc(100% / 2);
	}
	#container .list a {
		font-size: 1.4rem;
	}
	#container .list a::after {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
		left: auto;
		right: -2.5rem;
	}
	.ec-shelfGrid .ec-shelfGrid__item {
		padding: 0 !important;
	}
	.com-wrap {
		margin-bottom: 2rem;
	}
	.com-wrap + .com-wrap {
		margin-top: 4.5rem;
	}
	.video-container {
		padding-top: 2.5rem;
	}
	.video-description {
		margin-top: 3.5rem;
	}
	

}