.l-contents__frame {
	width: 100vw;
	padding: 0;
}

body {
	background: #e7e3e3;
	width: 100vw;
	/* font-family: 'Skin', sans-serif; */
	font-family: 'Yu Gothic', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.75;
	color: #565656;
	overflow-x: hidden;
}

.fv {
	width: 100vw;
	height: 25vw;
	background: url('../image/common/sub-fv.jpg');
	background-size: cover;
	font-family: 'Skin', sans-serif;
	font-size: 2.5vw;
	display: flex;
	justify-content: center;
	padding-top: 14.444vw;
	color: white;
	letter-spacing: 0.1em;
}

.product {
	width: 100vw;
	padding-top:  5.556vw;
	padding-bottom: 7.361vw;
  background:#e7e3e3;
}

.product__row {
	width: 53.333vw;
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 3.333vw;
}

.product__item {
	width: 25vw;
}

.product__item-image {
	width: 25vw;
	height: 25vw;
	overflow: hidden;
	border-radius: min(16px, 1.11vw);
}

.product__item-name {
	font-size: 1.389vw;
	margin-top: 1.111vw;
	letter-spacing: 0.1em;
}

.product__item-text {
	font-size: 0.903vw;
	margin-top: 1.667vw;
	line-height: 1.6;
}

.product__item-link {
	text-decoration: none;
	color: #565656;
}

.product__item-link img {
	transition: all 1s;
}

.product__item-link:hover img {
	transform: scale(1.2, 1.2);
}