#mainVisual .btn-products{
	width: 90%;
	max-width: 500px;
    margin: 30px auto;
    height: auto;
    padding: 10px 0;
    line-height: 1.5;
    border-radius: 40px;
    font-size: 1.6rem;
    border: 2px solid #fff;
}
#mainVisual .btn-products span{
	font-size: 1.4rem;
}

/*取扱商品*/
#products {
	margin-top: 89px;
	background-color: #FDF8F0;
	padding: 60px 0;
}
#products .cntBox {
	margin: 39px auto 0;
	width: 1190px;
	max-width: 100%;
}
#products .cntTextWrapper {
	padding-left: 25px;
	padding-right: 25px;
}
#products .cntText {
	position: relative;
  padding: 16px 10px;
	width: 895px;
  max-width: 100%;
  color: #222;
  font-size: 28px;
  border: solid 1.5px #222;
  margin:  0 auto;
	text-align: center;
}
#products .cntText::before {
	content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -16px;
  border: 14px solid transparent;
  border-top: 14px solid #FDF8F0;
  z-index: 2;
}
#products .cntText::after {
	content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-top: 15px solid #222;
  z-index: 1;
}
@media screen and (max-width: 767px){
	#products .cntText::before {
		bottom: -28px;
	}
	#products .cntText::after{
		bottom: -31px;
	}
}
#products .cntImgBox {
	margin-top: 28px;
	display: flex;
}
#products .cntLabel {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.05em;
	background-color: #B82C69;
	border-radius: 11px;
	padding: 0 15px;
	line-height: 1.75;
}
#products .cntImg01 {
	width: 300px;
	max-width: 100%;
	position: relative;
}
#products .cntImg01::before {
	content: "";
	display: block;
	padding-top: 166.66%;
}
#products .cntImg01 img {
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
#products .cntImgSubBoxWrapper {
	width: 74%;
	max-width: 100%;
	margin-left: 10px;
}
#products .cntImgSubBox {
	display: flex;
}
#products .cntImg02 {
	width: 435px;
	max-width: 100%;
	position: relative;
}
#products .cntImg02::before {
	content: "";
	display: block;
	padding-top: 56.3218%;
}
#products .cntImg02 img {
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
#products .cntImg03 {
	width: 435px;
	max-width: 100%;
	margin-left: 10px;
	position: relative;
}
#products .cntImg03::before {
	content: "";
	display: block;
	padding-top: 56.3218%;
}
#products .cntImg03 img {
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
#products .cntImg04 {
	width: 880px;
	max-width: 100%;
	margin-top: 10px;
	position: relative;
}
#products .cntImg04::before {
	content: "";
	display: block;
	padding-top: 27.84%;
}
#products .cntImg04 img {
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
#products .cntBtn {
	margin-top: 60px;
	display: flex;
	justify-content: center;
}


@media screen and (max-width: 767px) {
	#products {
		margin-top: 50px;
		padding: 30px 0;
	}
	#products .cntText {
		padding-left: 20px;
		padding-right: 20px;
	}
	#products .cntText {
		font-size: 18px;
		line-height: 1.6666;
	}
	#products .cntImgBox {
		margin-top: 50px;
	}
	#products .cntImgSubBoxWrapper {
		margin-left: 3px;
	}
	#products .cntImg01::before {
		padding-top: 520.833%;
	}
	#products .cntImg02::before {
		padding-top: 181.48%;
	}
	#products .cntImg03 {
		margin-left: 3px;
	}
	#products .cntImg03::before {
		padding-top: 181.48%;
	}
	#products .cntImg04 {
		margin-top: 3px;
	}
	#products .cntImg04::before {
		padding-top: 91.6363%;
	}
	#products .cntLabel {
		font-size: 11px;
		padding: 2px 10px;
		top: 12px;
		left: 2px;
		line-height: 1.1666;
		text-align: center;
	}
	#products .cntBtn {
		margin-top: 30px;
	}
}

