
/*下層取扱商品ページ products*/
#foodSupply {
	margin-top: 98px;
	position: relative;
	overflow: hidden;
}
#foodSupply::before {
	content: "";
	position: absolute;
	top: 25%;
	left: 0;
	background-color: #FDF8F0;
	width: 100%;
	height: 74%;
	z-index: -1;
}
#foodSupply::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: linear-gradient(90deg,#1283CC 0%,#1283CC 50%,#B82C69 50%,#B82C69 100%);
}
#foodSupply .cntBox {
	margin: 66px auto 0;
	width: 1240px;
	max-width: 90%;
}
#foodSupply .cntCopy {
	color: #222;
	font-size: 39px;
	text-align: center;
}
#foodSupply .cntText {
	margin-top: 55px;
	text-align: center;
	color: #444;
	line-height: 2.1285;
}
#foodSupply .cntImg {
	width: 100%;
	position: relative;
	margin-top: 40px;
	-webkit-animation: slide 60s linear infinite;
    animation: slide 60s linear infinite;
}
#foodSupply .cntImg div {
	background-image: url('../img/products/food_slideImg.png');
	height: 250px;
    width: 9999px;
    background-repeat: repeat-x;
    /* background-attachment: fixed; */
    background-size: auto 100%;
    background-position: 0 -1px;
    -webkit-animation: slide 120s linear infinite;
    animation: slide 120s linear infinite;
		position: relative;
}
@keyframes slide {
  0% {
  	-webkit-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
  }
  100% {
  	-webkit-transform: translate3d(-1692px, 0, 0);
  	transform: translate3d(-1692px, 0, 0);
  }
 }
 .business-products-text{
	 font-size: 39px;
 }
 .business-products{
	 margin-bottom: 80px;
 }
 @media screen and (max-width: 767px) {
	#foodSupply {
		margin-top: 49px;
	}
	#foodSupply::before {
		top: 18%;
	}
	#foodSupply::after {
		height: 7px;
	}
	#foodSupply .cntBox {
		margin-top: 60px;
		font-size: 1.5rem;
	}
	#foodSupply .cntCopy {
		font-size: 27px;
		line-height: 1.717;
	}
	#foodSupply .cntText {
		margin-top: 27px;
	}
	#foodSupply .cntImg div {
		height: 150px;
	}
	#foodSupply .cntCopy{
		font-size: 25px;
	}
	.products-text{
		font-size: 1.3rem;
	}
 }

 /*ニーズ needs*/
 #needs {
	 margin-top: 78px;
	 margin-bottom: 80px;
 }
 #needs .cntBox {
	margin: 60px auto 0;
	width: 1050px;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
 }
 #needs .needsBox {
	background-color: #F2F2F2;
	padding: 54px 90px 54px 104px;
	position: relative;
 }
 #needs .needsBox::before {
	content: "";
	position: absolute;
	bottom: -130px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100px;
	background-color: #707070;
 }
 #needs .cntRow {
	display: flex;
 }
 #needs .cntList {
	font-size: 18px;
	color: #444;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 1.9444;
 }
 #needs .cntList:first-child {
	width: 380px;
 }
 #needs .cntList:not(:first-child) {
	 width: calc(100% - 380px);
 }
 .btn-products{
	 width: 500px;
	 margin: 0 auto;
	 margin-top: 160px;
	 margin-bottom: -80px;
	 height: auto;
	 line-height:normal;
	 padding: 10px 120px;
	 border-radius: 40px;
 }
 .btn-products span{
   text-align: center;
	 font-size: 12px;
 }
 .benefits-text{
	 color: #444444;
	 z-index: 1;
	 position: absolute;
   top: 3%;
   left: 28%;
 }
 #needs .benefitsBox {
	margin-top: 152px;
	position: relative;
 }
 #needs .benefitsBox::before {
	content: "";
	position: absolute;
	bottom: -130px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100px;
	background-color: #707070;
 }
 #needs .benefitsTitle {
	font-size: 39px;
	letter-spacing: 0.05em;
	color: #222;
	position: relative;
	z-index: 1;
 }
 #needs .benefitsTitle::before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	width: 253px;
	height: 17px;
	background-color: #E3A623;
	z-index: -1;
 }
 #needs .benefitsSubBox {
	background-color: #FDF8F0;
	padding: 0 110px 90px;
	border-left: 6px solid #1283CC;
	border-right: 6px solid #B82C69;
	position: relative;
 }
 #needs .benefitsSubBox::before {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: linear-gradient(90deg,#1283CC 0%,#1283CC 50%,#B82C69 50%,#B82C69 100%);
 }
 #needs .benefitsSubBox::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: linear-gradient(90deg,#1283CC 0%,#1283CC 50%,#B82C69 50%,#B82C69 100%);
 }
#needs .benefitsLabel {
	font-size: 20px;
	font-weight: normal;
    color: #fff;
    letter-spacing: 0em;
    background-color: #B82C69;
    border-radius: 15px;
    display: inline-block;
    margin-top: 86px;
    position: relative;
    z-index: 2;
		padding: 2.5px 30px;
}
#needs .benefitsCopy {
	font-size: 24px;
	color: #222;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
}
#needs .benefitsCopy::after{
	content: "";
	display: inline-block;
	height: 55vw;
	max-width: 683px;
	max-height: 683px;
	background-color: #ffffff;
	position: absolute;
	top: -90px;
	left: 50px;
	width: 55vw;
	z-index: -1;
	border-radius: 50%;
}
#needs .benefitsCopy span {
	font-size: 32px;
}
#needs .benefitsHeading {
	font-size: 39px;
	color: #E20000;
	margin-top: 30px;
	text-shadow: 1px 1px 0 #FFFFFF;
	/* border-bottom:solid;
	border-color:#FDDD99;
	border-width:20px; */
	max-width: 598px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#needs .benefitsHeading::after{
	content:"";
  display: inline-block;
  height: 20px;
  background-color: #FDDD99;
  position:absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
	z-index: -1;
	border-radius: 10px;
}
#needs .benefitsHeading span {
	display: inline-block;
}
#needs .benefitsHeading span:first-child {
	font-size: 44px;
}
#needs .benefitsHeading span:nth-child(2) {
	font-size: 24px;
}
#needs .benefitsHeading span:nth-child(3) {
	font-size: 44px;
}
#needs .cntImg {
	width: 100%;
	position: relative;
	margin-top: 18px;
}
#needs .cntImg img {
	width: 70%;
	object-fit: cover;
	max-width: 360px;
}
#needs .cntTax {
	margin-top: 10px;
	color: #000;
	text-align: right;
	font-weight: 500 !important;
	position: relative;
	/* z-index: 1;
	position: absolute;
	left: 69%; */
}
#needs .benefitsLink {
	margin-top: 180px;
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
	padding-top: 20px;
	padding-bottom: 30px;
}
#needs .benefitsLink .cntCopy {
	font-size: 32px;
	color: #222;
	line-height: 1.71875;
}
#needs .benefitsLink .cntBtn {
	margin-top: 19px;
	display: flex;
	justify-content: center;	
}
#needs .benefitsLink .cntBtn a {
	background-color: #E3A623;
	border: 2px solid #E3A623;
}
#needs .benefitsLink .cntBtn a:hover {
	background-color: #fff;
	color: #E3A623;
}
.products-title-wrapper{
  background-color: #444444;
	/* border: solid 1px #707070; */
  width: 117px;
  margin: 0 auto;
  border-radius: 100px;
  margin-bottom: -14px;
	height: 30px;
	position: relative;
}
.products-title{
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
}
.products-text-wrapper{
  border: solid 1px #444444;
  padding: 20px;
  border-radius: 10px;
	max-width: 434px;
	background-color: #fff;
}
.products-text{
	text-align: left;
	line-height: 2;
	font-size: 14px;
}
.products-list{
	display: flex;
	justify-content: space-between;
}
.products-item{
	margin-bottom: 20px;
}
.products-item-wrapper > div:last-child{
  margin-bottom: 0;
}

 @media screen and (max-width: 767px) {
	 #needs {
		 margin-top: 39px;
		 margin-bottom: 40px;
	 }
	 .mainCntBox .cntTitle h2 {
		 padding-left: 20px;
		 padding-right: 20px;
		 line-height: 1.6;
	 }
	#needs .cntRow {
		display: block;
	}
	#needs .cntList:first-child {
		width: 100%;
	}
	#needs .cntList:not(:first-child) {
		width: 100%;
	}
	#needs .needsBox {
		padding: 27px 45px 27px 52px;
	}
	#needs .cntBox {
		margin-top: 30px;
		padding-left: 5%;
    padding-right: 5%;
	}
	#needs .cntList {
		font-size: 14px;
	}
	#needs .benefitsTitle::before {
		width: 200px;
		height: 12px;
		bottom: -6px;
	}
	#needs .benefitsTitle {
		font-size: 27px;
	}
	#needs .benefitsSubBox {
		padding: 0 15px 23px;
		margin-top: -3px;
	}
	#needs .benefitsHeading {
		font-size: 25px;
		margin-top: -10px;
		line-height: -1;
	}
	#needs .benefitsCopy span {
		font-size: 25px;
	}
	#needs .benefitsHeading span:first-child {
		font-size: 34px;
	}
	#needs .benefitsHeading span:nth-child(3) {
		font-size: 44px;
	}
	#needs .benefitsCopy {
		font-size: 17px;
		margin-top: 11px;
		position: relative;
	}
	#needs .benefitsCopy::after{
		width: 300px;
		height: 300px;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		bottom: auto;
	}
	.products-list{
		flex-flow: column;
	}
	#needs .needsBox {
		padding: 10px 5% 30px;
	}
	#needs .needsBox::before {
		height: 50px;
		bottom: -75px;
	}
	#needs .benefitsBox::before {
		height: 50px;
		bottom: -75px;
	}
	#needs .benefitsBox {
		margin-top: 93px;
	}
	#needs .benefitsLink {
		margin-top: 96px;
	}
	#needs .benefitsLink .cntCopy {
		font-size: 18px;
	}
	.products-item{
		margin: 20px auto 30px;
	}
	.products-item:first-child{
		margin-top: 10px;
	}
	.products-title-wrapper{
		height: 25px;
	}
	.products-title{
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.btn-products{
		width: 100%;
    padding: 5px 5%;
    margin-top: 90px;
	}
	#needs .benefitsBox {
    margin-top: 120px;
  }
  #needs .benefitsLabel{
  	font-size: 16px;
  	padding: 3px 30px 4px;
  	margin-top: 60px;
  }
  .benefits-text{
  	left: 0;
  	right: 0;
  	margin: auto;
  	font-size: 1.3rem;
    letter-spacing: 0;
    top: 5%;
  }
  #needs .benefitsHeading span:last-child{
  	font-size: 34px;
  	letter-spacing: 1px;
  }
  #needs .cntTax{
  	font-size: 1.4rem;
  }
  #foodSupply::after{
  	height: 10px;
  }
  #footerSubNav{
  	padding-bottom: 21px;
  }

	#needs .cntImg img{
		max-width: 300px;
	}
 }

 @media screen and (max-width: 767px) {
	#needs .benefitsHeading{
		max-width: 235px;
	}
 }