@charset "utf-8";

/* FV */
.products-fv {
	text-align: center;
	background-color: #000;
	height: 338px;
}
.products-fv__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (min-width: 576px) {
	.products-fv {
		height: auto;
	}
	.products-fv__img {
		max-width: 1255px;
		height: auto;
		object-fit: contain;
	}
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //FV */

/* コンテンツ */
.products-contents {
	padding-top: 48px;
	padding-right: 12px;
	padding-bottom: 48px;
	padding-left: 12px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0.25) 0%, rgba(208,202,190,0.25) 100%);
}
.products-contents__list {
	row-gap: 30px;
	display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.products-contents__item {
	padding-right: 7.5px;
	padding-left: 7.5px;
	width: 100%;
}
.products-contents__box {
	max-width: 325px;
	margin-right: auto;
	margin-left: auto;
}
.products-contents__img-wrap {
	height: 264px;
	border: 1px solid #C3C3C3;
	border-radius: 10px;
	text-align: center;
	position: relative;
	background-color: #fff;
}
.products-contents__img {
	object-fit: contain;
	width: 80%;
	height: 80%;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);

}
.products-contents__info {
	display: flex;
	margin-bottom: 0;
}
.products-contents__info:not(:last-child) {
	border-bottom: 1px dashed #707070;
}
.products-contents__name, .products-contents__detail {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.3125;
	padding-top: 8px;
	padding-bottom: 8px;
}
.products-contents__name {
	width: 77px;
	min-width: 77px;
	padding-left: 4px;
}
.products-contents__detail {
	margin-bottom: 0;
}
@media all and (min-width: 480px) {
	.products-contents__item {
		width: 50%;
	}
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
	.products-contents__item {
		width: 33.333333%;
	}

}
@media all and (min-width: 992px) {
	.products-contents {
		padding-top: 136px;
		padding-bottom: 95px;
	}
	.products-contents__list {
		row-gap: 38px;
	  margin-right: -12px;
	  margin-left: -12px;
	}
	.products-contents__item {
		padding-right: 12px;
		padding-left: 12px;
	}
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //コンテンツ */

/*  */

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* // */

/*  */

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* // */

/*  */

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* // */


/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
}

@media all and (max-width: 400px) {
}
/*iPhone5:SE*/
@media all and (max-width: 320px) {

}