@charset 'utf-8';

.sliderBox {
	position: relative;
	margin: 0 auto -1px;
}
.sliderScrollIcon {
	position: absolute;
	top: 10%;
	right: 8%;
	width: 20px;
	z-index: 2;
}
.sliderScrollIcon img {
	width: 100%;
}
@media only screen and (max-width: 640px) {
	.sliderBox {
		width: 100%;
	}
	.sliderBox img {
		max-width: 100%;
	}
	.sliderScrollIcon {
		display: none;
	}
}
#slider img {
	max-width: 100%;
	height: auto;
}
#slider .slick-dots {
	bottom: 30px;
}
#slider .slick-dots li button:before {
	font-size: 14px;
}
#slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.sliderRibbon {
	position: relative;
	background: #0097E0;
	margin-top: -10px;
	margin-bottom: 5em;
	padding: 40px 0 20px;
	text-align: center;
}
.sliderRibbonTtl {
	height: auto;
	width: 45%;
	margin: 0 auto;
}
a.sliderRibbonBtnMovie {
	transition: all 0.5s 0s ease;
	position: absolute;
	right: 100px;
	top: 30%;
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
	text-decoration: none;
}
a.sliderRibbonBtnMovie:hover {
	opacity: .7;
}
a.sliderRibbonBtnMovie:before {
	content: "";
	display: block;
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/asPlay.png);
	background-size: cover;
	width: 45px;
	height: 45px;
}
a.sliderRibbonBtnMovie:after {
	content: "";
	display: block;
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/asNewWindow.png);
	background-size: cover;
	width: 40px;
	height: 40px;
}
@media only screen and (max-width: 640px) {
	.sliderRibbon {
		padding: 20px 0;
		margin-bottom: 3em;
	}
	.sliderRibbonTtl {
		width: 60%;
	}
}


.newsTtl {
	text-align: center;
	font-size: 2.5em;
	font-weight: 500;
	margin-bottom: 1.5em;
	padding-top: 2em;
}
.newsTtl span {
	position: relative;
}
/* .newsTtl span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../images/ttlNewsRelease.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 30px;
} */
@media only screen and (max-width: 640px) {
	.newsTtl {
		font-size: 1.8em;
		padding-top: 1.7em;
	}
	.newsTtl span:before {
		top: -40px;
		width: 80%;
	}
}

.newsTab {
	display: flex;
	margin: 0 auto 3em;
	width: 90%;
}
.newsTab li {
	cursor: pointer;
	transition: all 0.5s 0s ease;
	background-color: #175684;
	border: 1px solid transparent;
	color: #fff;
	font-size: 1.1em;
	font-weight: 500;
	list-style: none;
	text-align: center;
	margin: 0 1px 1px 0;
	padding: 1em 0;
	width: calc(100% / 8);
}
.newsTab li.current {
	background-color: #008AD3;
}
.newsTab li:hover {
	background-color: #fff;
	border: 1px solid #175684;
	color: #175684;
}
@media only screen and (max-width: 640px) {
	.newsTab {
		flex-wrap: wrap;
	}
	.newsTab li {
		font-size: 1em;
		padding: 0.7em 0;
		width: calc(100% / 3.1);
	}
}

.newsList {
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 3em;
	width: 90%;
}
.newsList.all {
	display: flex;
}
.newsList:before {
	display: block;
	content: "";
	width: 23%;
	order: 1;
}
.newsList:after {
	display: block;
	content: "";
	width: 23%;
}
.newsList>li {
	position: relative;
	list-style: none;
	margin-bottom: 1em;
	width: 21%;
}
.newsThumb {
	position: relative;
	width: 100%;
	padding-top: 68.463074%;
	margin: 0 auto;
}
.newsThumb>img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}
/* .newsList img {
	max-width: 100%;
} */
.newsList a {
	transition: all 0.2s 0s ease;
	text-decoration: none;
}
.newsDesc {
	position: relative;
	padding-top: 2.5em;
	margin-top: 1em;
}
.newsDate {
	position: absolute;
	left: 0;
	top: 3px;
}
.newsLabel {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 12px;
	color: #fff;
	font-size: .9em;
	font-weight: 500;
	padding: .2em 0;
	text-align: center;
	width: 5em;
}
.catColor01 { background-color: #5AABDA; }
.catColor32 { background-color: #5AABDA; }
.catColor33 { background-color: #165684; }
.catColor34 { background-color: #008f75; }
.catColor35 { background-color: #53a534; }
.catColor36 { background-color: #30a2c1; }
.catColor37 { background-color: #00604e; }
.catColor38 { background-color: #636363; }

.newsTitle {
	font-size: 1em;
	line-height: 1.5em;
}
.newsTitle img {
	width: 14px;
	margin: 0 0 -3px;
	padding: 0;
}
@media only screen and (max-width: 640px) {
	.newsTitle {
		font-size: .9em;
		font-weight: 500;
		text-align: justify;
	}
	.newsList>li {
		margin-bottom: 2em;
		width: 48%;
	}
	.newsDate {
		font-size: .8em;
		top: 2.3em;
	}
	.newsDesc {
		padding-top: 3.5em;
	}
}


a.btnAllNews {
	transition: all 0.2s 0s ease;
	display: block;
	position: relative;
	background: #0097E0;
	border: 1px solid transparent;
	color: #fff;
	line-height: 1.5em;
	padding: 1.5em 25px 1.5em 15px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	width: 30%;
}
a.btnAllNews:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border: 1px solid #fff;
	border-left: none;
	border-bottom: none;
}
a.btnAllNews:hover {
	background: #fff;
	border: 1px solid #0097E0;
	color: #0097E0;
}
a.btnAllNews:hover:after {
	border-color: #0097E0;
}
@media only screen and (max-width: 640px) {
	a.btnAllNews {
		width: 70%;
	}
}

.guideProducts {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/*background-color: #B2BFC2;*/
	overflow: initial;
}
@media only screen and (max-width: 640px) {
	/* スマホ表示は別コードで対応しています */
	.guideProducts {
		display: none;
	}
}
/*
.guideProductsTtl {
	margin: 0 0 20px;
	font-size: 2.4em;
	font-weight: 500;
	text-align: center;
	z-index: 20;
}
*/
.guideProductsTtl {
	text-align: center;
	font-size: 2.5em;
	font-weight: 500;
	margin-bottom: 1.5em;
	padding-top: 2em;
	width: 100%;
}
.guideProductsTtl span {
	position: relative;
	display: block;
	width: 100%;
}
/* .guideProductsTtl span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../images/ttlProdutInformation.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 30px;
} */
@media only screen and (max-width: 640px) {
	.guideProductsTtl {
		font-size: 1.8em;
		padding-top: 1.7em;
	}
	.guideProductsTtl span:before {
		top: -40px;
		width: 80%;
	}
}
.guideProductsMenu {
	width: 25%;
	padding-bottom: 15em;
	/*background-color: #175684;*/
}
.guideProductsMenuTab {
	padding: 2.5em 0;
	color: #fff;
}
.guideProductsMenuTab li {
	position: relative;
	height: 3em;
	margin-bottom: .8em;
	padding: .2em 0;
	color: #fff;
	font-size: 1.1em;
	font-weight: 500;
	text-align: center;
	line-height: 1.3em;
	list-style: none;
	background: #C7C8C8;
	border: 1px solid transparent;
	cursor: pointer;
	transition: all 0.2s 0s ease;
}
.guideProductsMenuTab li span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.guideProductsMenuTab li>a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.guideProductsMenuTab li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
}

.guideProductsMenuTab li.food {
	background-color: #0090D9;
	color: #fff;
}
.guideProductsMenuTab li.food:after {
	border-color: #fff;
}
.guideProductsMenuTab li.food.active,
.guideProductsMenuTab li.food:hover {
	background-color: #fff;
	color: #0090D9;
}
.guideProductsMenuTab li.food.active:after,
.guideProductsMenuTab li.food:hover:after {
	border-color: #0090D9;
}

.guideProductsMenuTab li.cosme {
	background-color: #FF8097;
	color: #fff;
}
.guideProductsMenuTab li.cosme:after {
	border-color: #fff;
}
.guideProductsMenuTab li.cosme.active,
.guideProductsMenuTab li.cosme:hover {
	background-color: #fff;
	color: #FF8097;
}
.guideProductsMenuTab li.cosme.active:after,
.guideProductsMenuTab li.cosme:hover:after {
	border-color: #FF8097;
}

.guideProductsMenuTab li.riceoil {
	background-color: #FFB94D;
	color: #fff;
}
.guideProductsMenuTab li.riceoil:after {
	border-color: #fff;
}
.guideProductsMenuTab li.riceoil.active,
.guideProductsMenuTab li.riceoil:hover {
	background-color: #fff;
	color: #FFB94D;
}
.guideProductsMenuTab li.riceoil.active:after,
.guideProductsMenuTab li.riceoil:hover:after {
	border-color: #FFB94D;
}

.guideProductsMenuTab li.general {
	background-color: #169F76;
	color: #fff;
}
.guideProductsMenuTab li.general:after {
	border-color: #fff;
}
.guideProductsMenuTab li.general.active,
.guideProductsMenuTab li.general:hover {
	background-color: #fff;
	color: #169F76;
}
.guideProductsMenuTab li.general.active:after,
.guideProductsMenuTab li.general:hover:after {
	border-color: #169F76;
}

.guideProductsMenuTab li.new {
	background-color: #FF8978;
	color: #fff;
}
.guideProductsMenuTab li.new:after {
	border-color: #fff;
}
.guideProductsMenuTab li.new.active,
.guideProductsMenuTab li.new:hover {
	background-color: #fff;
	color: #FF8978;
}
.guideProductsMenuTab li.new.active:after,
.guideProductsMenuTab li.new:hover:after {
	border-color: #FF8978;
}

.guideProductsContent.food {
	z-index: 10;
}

.guideProductsButtonBox {
	position: absolute;
	bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
	display: flex;
	width: 80%;
	margin: 0 auto;
	flex-wrap: wrap;
}
.guideProductsButtonBox.jc-between {
	justify-content: space-between;
}
.guideProductsButtonBox.jc-center {
	justify-content: center;
}

.guideProductsButtonItem {
	width: 49%;
}

a.guideProductsBtnMore {
	transition: all 0.2s 0s ease;
	display: block;
	margin: 0 auto 3em;
	padding: 1em;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	line-height: 1.6em;
	border-radius: 10px;
	background-color: #0090D9;
}
a.guideProductsBtnMore:hover {
	background-color: #fff;
	color: #0090D9;
}
a.guideProductsBtnMore.halal {
	line-height: 3.2em;
	background-color: #175684;
}
a.guideProductsBtnMore.halalcosme {
	padding: 1.5em 0;
	background-color: #175684;
}
a.guideProductsBtnMore.halal:hover, a.guideProductsBtnMore.halalcosme:hover {
	background-color: #fff;
	color: #175684;
}
a.guideProductsBtnMore.cosme {
	padding: 1.5em 0;
	letter-spacing: 1px;
	background-color: #FF8097;
}
a.guideProductsBtnMore.cosme:hover {
	background-color: #fff;
	color: #FF8097;
}
a.guideProductsBtnMore.riceoil {
	padding: 1.5em 0;
	background-color: #FFB94D;
}
a.guideProductsBtnMore.riceoil:hover {
	background-color: #fff;
	color: #FFB94D;
}
a.guideProductsBtnMore.general {
	padding: 1.5em 0;
	background-color: #169F76;
}
a.guideProductsBtnMore.general:hover {
	background-color: #fff;
	color: #169F76;
}
a.guideProductsBtnMore.new {
	padding: 1.5em 0;
	background-color: #FF8978;
}
a.guideProductsBtnMore.new:hover {
	background-color: #fff;
	color: #FF8978;
}


.spGuideProductsMenuTab {
	background-color: #175684;
	color: #fff;
	padding: .8em 0 .4em;
}
.spGuideProductsMenuTab>li {
	cursor: pointer;
	transition: all 0.2s 0s ease;
	position: relative;
	background: #C7C8C8;
	color: #fff;
	font-size: 1.1em;
	line-height: 3em;
	list-style: none;
	margin-bottom: .8em;
}
.spGuideProductsMenuTab>li>span {
	display: inline-block;
	margin-left: 1em;
}
.spGuideProductsMenuTab>li>a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.spGuideProductsMenuTab>li:after {
	transition: all 0.2s 0s ease;
	content: "";
	position: absolute;
	top: 1.1em;
	right: 15px;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
}
.spGuideProductsMenuTab>li.active:after {
	transform: rotate(135deg);
}

.spGuideProductsMenuTab li.food {
	background-color: #0090D9;
	color: #fff;
}
.spGuideProductsMenuTab li.food:after {
	border-color: #fff;
}
.spGuideProductsMenuTab li.food.active,
.spGuideProductsMenuTab li.food:hover {
	background-color: #fff;
	color: #0090D9;
}
.spGuideProductsMenuTab li.food.active:after,
.spGuideProductsMenuTab li.food:hover:after {
	border-color: #0090D9;
}

.spGuideProductsMenuTab li.cosme {
	background-color: #FF8097;
	color: #fff;
}
.spGuideProductsMenuTab li.cosme:after {
	border-color: #fff;
}
.spGuideProductsMenuTab li.cosme.active,
.spGuideProductsMenuTab li.cosme:hover {
	background-color: #fff;
	color: #FF8097;
}
.spGuideProductsMenuTab li.cosme.active:after,
.spGuideProductsMenuTab li.cosme:hover:after {
	border-color: #FF8097;
}

.spGuideProductsMenuTab li.riceoil {
	background-color: #FFB94D;
	color: #fff;
}
.spGuideProductsMenuTab li.riceoil:after {
	border-color: #fff;
}
.spGuideProductsMenuTab li.riceoil.active,
.spGuideProductsMenuTab li.riceoil:hover {
	background-color: #fff;
	color: #FFB94D;
}
.spGuideProductsMenuTab li.riceoil.active:after,
.spGuideProductsMenuTab li.riceoil:hover:after {
	border-color: #FFB94D;
}

.spGuideProductsMenuTab li.general {
	background-color: #169F76;
	color: #fff;
}
.spGuideProductsMenuTab li.general:after {
	border-color: #fff;
}
.spGuideProductsMenuTab li.general.active,
.spGuideProductsMenuTab li.general:hover {
	background-color: #fff;
	color: #169F76;
}
.spGuideProductsMenuTab li.general.active:after,
.spGuideProductsMenuTab li.general:hover:after {
	border-color: #169F76;
}

.spGuideProductsMenuTab li.new {
	background-color: #FF8978;
	color: #fff;
}
.spGuideProductsMenuTab li.new:after {
	border-color: #fff;
}
.spGuideProductsMenuTab li.new.active,
.spGuideProductsMenuTab li.new:hover {
	background-color: #fff;
	color: #FF8978;
}
.spGuideProductsMenuTab li.new.active:after,
.spGuideProductsMenuTab li.new:hover:after {
	border-color: #FF8978;
	color: #fff;
}

.spGuideProducts {
	display: none;
	margin-bottom: 5em;
}
@media only screen and (max-width: 640px) {
	.spGuideProducts {
		display: block;
	}
}

.spGuideProductsContent {
	transition: all .5s 0s ease;
	/*background-color: #B2BFC2;*/
	background-color: #f0f8fc;
	height: 0;
	overflow: hidden;
}
.spGuideProductsContent.active {
	padding: 2em 0;
	height: auto;
}
.spGuideProductsList {
	margin-top: .5em;
	margin-bottom: 1em;
}

.spGuideProductsList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 1em;
}
.spGuideProductsList>li {
	width: 47%;
	margin-bottom: 1em;
}
.spGuideProductsList>li h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
}
.spGuideProductsList>li img {
	vertical-align: bottom;
	margin-bottom: .3em;
}
a.spGuideProductsBtnMore {
	transition: all 0.2s 0s ease;
	box-sizing: border-box;
	display: block;
	background-color: #0090D9;
	border-radius: 10px;
	color: #fff;
	font-size: .8em;
	font-weight: 500;
	line-height: 1.3em;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	padding: 1em .5em;
	width: 85%;
}
a.spGuideProductsBtnMore:hover {
	background-color: #fff;
	color: #0090D9;
}
a.spGuideProductsBtnMore.halal {
	margin-top: 10px;
	background-color: #175684;
}
a.spGuideProductsBtnMore.halalcosme {
	margin-top: 10px;
	background-color: #175684;
}
a.spGuideProductsBtnMore.halal:hover, a.spGuideProductsBtnMore.halalcosme:hover {
	background-color: #fff;
	color: #175684;
}

a.spGuideProductsBtnMore.cosme {
	background-color: #FF8097;
}
a.spGuideProductsBtnMore.cosme:hover {
	background-color: #fff;
	color: #FF8097;
}
a.spGuideProductsBtnMore.riceoil {
	background-color: #FFB94D;
}
a.spGuideProductsBtnMore.riceoil:hover {
	background-color: #fff;
	color: #FFB94D;
}
a.spGuideProductsBtnMore.general {
	background-color: #169F76;
}
a.spGuideProductsBtnMore.general:hover {
	background-color: #fff;
	color: #169F76;
}
a.spGuideProductsBtnMore.new {
	background-color: #FF8978;
}
a.spGuideProductsBtnMore.new:hover {
	background-color: #fff;
	color: #FF8978;
}



.spGuideProductsFooter {
	display: flex;
}
.spGuideProductsFooter>div {
	box-sizing: border-box;
	width: 50%;
}
.spGuideProductsFooterDesc {
	/*background-color: #B2BFC2;*/
	background-color: #f0f8fc;
	font-size: .75em;
	line-height: 1.5em;
	padding: .8em;
}

a.btnMemberContentsSp {
	box-sizing: border-box;
	transition: all 0.2s 0s ease;
	position: relative;
	display: block;
	background-color: #0097E0;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 3.6em 0 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
a.btnMemberContentsSp:hover {
	background-color: #74a1c2;
}
a.btnMemberContentsSp img {
	position: absolute;
	top: 1.2em;
	left: 50%;
	transform: translateX(-50%);
	width: 19%;
}

.productInformationArea {
	background-color: #f0f8fc;
}
.guideProductsDesc {
	/*color: #fff;*/
	font-size: .8em;
	line-height: 1.7em;
	margin-bottom: 1.8em;
	text-align: center;
}
.guideProductsDesc span {
	display: inline-block;
}
@media only screen and (max-width: 640px) {
	.guideProductsDesc span {
		display: inline;
	}
}
a.btnMemberContents {
	transition: all 0.2s 0s ease;
	position: relative;
	display: block;
	background-color: #0097E0;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 1.2em 0 1.2em 3em;
	text-align: center;
	text-decoration: none;
	width: 84%;
	box-sizing: border-box;
}
a.btnMemberContents:hover {
	background-color: #74a1c2;
}
a.btnMemberContents img {
	position: absolute;
	left: 1.4em;
	top: 50%;
	transform: translateY(-50%);;
	width: 18%;
}
a.btnMemberContents:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
}
.guideProductsContent {
	position: absolute;
	top: 0;
	right: 0;
	width: 73%;
	height: 100%;
	margin: 0 auto;
	/*background-color: #B2BFC2;*/
	background-color: #f0f8fc;
	transition: all 0.2s 0s ease;
}
.guideProductsInner {
	position: relative;
	height: 100%;
}
.guideProductsList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto 60px;
	padding: 4em 0 0;
}
.guideProductsContent li {
	width: 48%;
	margin-bottom: 2em;
	font-size: 1.1em;
	list-style: none;
}
.guideProductsContent a {
	transition: all 0.2s 0s ease;
	text-decoration: none;
}
.guideProductsContent a:hover {
	color: #000;
}
.guideProductsContent li img {
	max-width: 100%;
	margin-bottom: .5em;
}

.guideProductsListImgBox {
	position: relative;
}
.guideProductsListIcon {
	position: absolute;
	top: .5em;
	left: .5em;
}
.guideProductsListIcon img {
	width: 60px;
}
.guideProductsListnewsDesc {
	position: relative;
	padding-top: 1.6em;
	margin-top: .5em;
}
.guideProductsListnewsDate {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: .9em;
}
.guideProductsListnewsLabel {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 5em;
	padding: 0;
	color: #fff;
	font-size: .8em;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	border-radius: 12px;
	background-color: #ff8478;
}
.guideProductsListnewsTitle {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: .1em;
}

.searchBox {
	position: relative;
	box-sizing: border-box;
	display: flex;
	margin: 0 auto 4em;
	width: 60%;
}
.searchBox:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 2em;
	transform: translateY(-50%);
	background-image: url(../images/asZoom.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.searchKeyword {
	box-sizing: border-box;
	border: 1px solid #175684;
	border-right: none;
	font-size: 1.2em;
	padding: .7em 0 .7em 3.5em;
	width: 80%;
}
.searchKeyword:focus {
    outline: none;
}
.searchSubmit {
	width: 20%;
	padding: 1em 0;
	color: #fff;
	font-size: 1em;
	letter-spacing: .1em;
	background: #175684;
	border: 1px solid transparent;
	transition: all 0.5s 0s ease;
}
.searchSubmit:hover {
	background-color: #fff;
	border-color: #175684;
	color: #175684;
}
.searchMenuList {
	display: flex;
	width: 76%;
	margin: 0 auto;
	justify-content: space-around;
}
.searchMenuList li {
	list-style: none;
	width: 46%;
}
.searchMenuList a {
	position: relative;
	display: block;
	box-sizing: border-box;
	transition: all 0.2s 0s ease;
	background-color: #175684;
	border: 1px solid transparent;
	color: #fff;
	font-size: 1.3em;
	padding: 1.2em 2em;
	text-decoration: none;
	width: 100%;
}
.searchMenuList a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border: 2px solid #BFCCCF;
	border-left: none;
	border-bottom: none;
}
.searchMenuList a:hover {
	background: #BFCCCF;
	color: #175684;
}
.searchMenuList a:hover:after {
	border-color: #175684;
}
@media only screen and (max-width: 640px) {
	.searchBox {
		width: 100%;
		margin: 0 auto 2em;
	}
	.searchKeyword {
		padding-left: 2.4em;
		font-size: 1em;
	}
	.searchBox:before {
		left: .8em;
	}
	.searchMenuList {
		flex-wrap: wrap;
	}
	.searchMenuList li {
		margin-bottom: 1em;
		width: 100%;
	}
	.searchMenuList a {
		font-size: 1.1em;
	}
}

.searchIconList {
	width: 90%;
	margin: 0 auto 30px;
	padding-top: 30px;
	color: #175684;
	text-align: center;
	background-color: #f0f8fc;
}
.searchIconList ul {
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
.searchIconList li {
	width: 14.285714%;
	list-style: none;
}
.searchIconList li:hover {
	opacity: 0.7;
	transition: .3s;
}
.searchIconList img {
	width: 62px;
	margin: 0 auto;
}
.searchIconName {
	margin: 10px 0 2em;
	font-size: 14px;
	letter-spacing: 0;
}
.searchIconTitle {
	margin-bottom: 20px;
	color: #175684;
	font-size: 1.3em;
}
@media only screen and (max-width: 640px) {
	.searchIconList {
		width: 100%;
		padding: 30px 0 20px;
	}
	.searchIconList ul {
	  flex-wrap: wrap;
		width: 90%;
		margin: 30px auto 0;
	}
	.searchIconList li {
		width: 25% !important;
		list-style: none;
	}
	.searchIconList img {
		width: 55px;
	}
	.searchIconName {
		margin: 10px 0 1em;
		line-height: 1.4em;
	}
}

.study {
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 12em 0 4em;
}
.studyTtl {
	color: #fff;
	font-size: 2.5em;
	font-weight: 500;
	margin-bottom: 2em;
	padding-top: 2.3em;
	text-align: center;
	letter-spacing: 3px;
}
.studyTtl span {
	position: relative;
	display: block;
}
/* .studyTtl span:before {
	content: "";
	display: block;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../images/ttlStudyResults.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 35px;
} */
.studyResultCategory {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}
.studyResultCategory a {
	transition: all 0.5s 0s ease;
	display: block;
	/*background-color: rgba(217, 217, 217, 1);*/
	background-color: #fff;
	border-radius: 100%;
	color: #222222;
	height: 100%;
	width: 100%;
}
.studyResultCategory a:hover {
	background-color: rgba(217, 217, 217, .8);
}
.studyResultCategory>li {
	position: relative;
	border-radius: 100%;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: 2px;
	list-style: none;
	height: 220px;
	width: 220px;
}
.studyResultCategory>li span {
	position: absolute;
	display: block;
	top: 57%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	text-align: center;
}
.studyResultCategory>li span:before {
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 60px;
	height: 60px;
}
.studyResultCategory>li span:after {
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 63px;
	height: 3.9302px;
}
.studyResultCategory .article span:before {
	background-image: url(../images/asPen.png);
}
.studyResultCategory .article span:after {
	background-color: #53A534;
}
.studyResultCategory .patent span:before {
	background-image: url(../images/asBadge.png);
}
.studyResultCategory .patent span:after {
	background-color: #30A2C1;
}
.studyResultCategory .books span:before {
	background-image: url(../images/asPaper.png);
}
.studyResultCategory .books span:after {
	background-color: #008F75;
}
.studyResultCategory .conferences span:before {
	background-image: url(../images/asHat.png);
}
.studyResultCategory .conferences span:after {
	background-color: #636363;
}
@media only screen and (max-width: 640px) {
	.study {
		padding: 5em 0 1em;
	}
	.studyTtl {
		font-size: 1.8em;
		padding-top: 1.7em;
	}
	.studyTtl span:before {
		top: -40px;
		width: 80%;
	}
.studyResultCategory {
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}
	.studyResultCategory>li {
		font-size: 1.2em;
		width: 40vw;
		height: 40vw;
		margin: 0 .3em .6em;
	}
	.studyResultCategory>li span:before {
		top: -55px;
		width: 47px;
		height: 47px;
	}

}

.strengths {
	background-color: #0097E0;
	background-size: cover;
	background-image: url(../images/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 405px;
}
.strengths .inner2 {
	overflow: visible;
}
.strengthsCatch {
	width: 74%;
	margin: 0 auto;
	padding: 5em 7em 3em;
	box-sizing: border-box;
	background-color: #fff;
	transform: translateY(20%);
}

.strengthsTtl {
	color: #222222;
	font-size: 2.5em;
	font-weight: 500;
	margin-bottom: 1.7em;
	padding-top: 2em;
	text-align: center;
}
.strengthsTtl span {
	position: relative;
	display: block;
}
/* .strengthsTtl span:before {
	content: "";
	display: block;
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../images/ttlStrenghs.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 35px;
} */
.strengthsDesc {
	width: 88%;
	margin: 0 auto 3em;
	color: #636363;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 2em;
}
.strengthsDesc span {
	display: inline-block;
}
@media only screen and (max-width: 640px) {
	.strengthsDesc span {
		display: inline;
	}
	.strengthsTtl span:before {
		top: -45px;
		height: 35px;
	}
}
a.strengthsBtnReadMore {
	display: block;
	margin: 0 1em 0 auto;
	width: 45%;
}
a.strengthsBtnReadMore img {
	max-width: 100%;
}
.aboutOryzaBox {
	padding-top: 10em;
	background-color: #0097E0;
}
.aboutOryza {
	width: 74%;
	margin: 0 auto 5em;
}
.aboutOryzaTtl {
	color: #fff;
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 1.7em;
}
.aboutOryzaGuide {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.aboutOryzaGuide>li {
	width: 30%;
}
.aboutOryzaGuide a {
	color: #fff;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: 2px;
	text-decoration: none;
}
.aboutOryzaGuide img {
	display: block;
	max-width: 100%;
	margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
	.strengths {
		padding-top: 2em;
	}
	.strengthsCatch {
		padding: 3em 1em;
		width: 93%;
	}
	.strengthsTtl {
		font-size: 1.5em;
	}
	.aboutOryza {
		width: 93%;
	}
	.aboutOryzaGuide {
		flex-wrap: wrap;
	}
	.aboutOryzaGuide>li {
		width: 48%;
		margin-bottom: 1em;
	}
	.aboutOryzaGuide a {
		color: #fff;
		font-size: 1.1em;
		font-weight: 500;
		line-height: 1.4em;
		letter-spacing: 2px;
		text-decoration: none;
	}
}



.projectGuide {
	background-color: #f0f8fc;
	padding: 6em 0 .1em;
}
.projectGuideTtl {
	color: #222;
	font-size: 1.7em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 3em;
	letter-spacing: 2px;
}
.projectGuideList {
	display: flex;
	justify-content: space-around;
	list-style: none;
	width: 80%;
	margin: 0 auto 6em;
}
.projectGuideList a {
	transition: all 0.5s 0s ease;
	display: block;
	/*background-color: rgba(217, 217, 217, 1);*/
	background-color: #fff;
	text-decoration: none;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.projectGuideList a:hover {
	background-color: rgba(230, 230, 230, 1);
	color: #222;
}
.projectGuideList>li {
	position: relative;
	display: block;
	border-radius: 100%;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 2px;
	text-align: center;
	height: 220px;
	width: 220px;
}
.projectGuideList>li span {
	position: absolute;
	display: block;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
.projectGuideList>li span:before {
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 60px;
	height: 60px;
}
.projectGuideList>li:after {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 63px;
	height: 3.9302px;
}
.projectGuideList .rice span:before {
	background-image: url(../images/asProjectGuide_3.png);
}
.projectGuideList .rice:after {
	background-color: #D0A227;
}
.projectGuideList .food span:before {
	background-image: url(../images/asProjectGuide_2.png);
	top: -70px;
	height: 65px;
	width: 65px;
}
.projectGuideList .food:after {
	background-color: #FF8087;
}
.projectGuideList .production span:before {
	background-image: url(../images/asProjectGuide_1.png);
}
.projectGuideList .production:after {
	background-color: #2CB9D2;
}
.projectGuideList .fertilizer span:before {
	background-image: url(../images/asProjectGuide.png);
	top: -85px;
	height: 75px;
	width: 75px;
}
.projectGuideList .fertilizer:after {
	background-color: #AE8027;
}
@media only screen and (max-width: 640px) {
	.projectGuideList {
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto 5em;
	}
	.projectGuideList>li {
		font-size: .8em;
		width: 40vw;
		height: 40vw;
		margin: 0 .6em 1.2em;
	}
	.projectGuideList>li span:before {
		top: -55px;
		width: 47px;
		height: 47px;
	}
	.projectGuideList>li:after {
		bottom: 32px;
	}
	.projectGuideList .food span:before {
		background-image: url(../images/asProjectGuide_2.png);
		top: -55px;
		height: 55px;
		width: 55px;
	}
	.projectGuideList .fertilizer span:before {
		background-image: url(../images/asProjectGuide.png);
		top: -60px;
		height: 65px;
		width: 65px;
	}
	.projectGuideTtl {
		margin-bottom: 2em;
	}
}



.bannerBox {
	padding: 5em 0 1.5em;
}
#footBnrSlide {
	display: flex;
	justify-content: space-around;
	margin: 0 auto 6em;
	width: 90%;
}
#footBnrSlide>li {
	display: block;
	list-style: none;
	width: calc(100%/4);
	text-align: center;
}
#footBnrSlide img {
	max-width: 94%;
	transition: all 0.5s 0s ease;
}
#footBnrSlide a:hover img {
	opacity: .6;
}
@media only screen and (max-width: 640px) {
	#footBnrSlide {
		flex-wrap: wrap;
		margin-bottom: 2em;
		width: 70%;
	}
	#footBnrSlide>li {
		margin-bottom: 1em;
		width: 100%;
	}
}

#bannerSlide {
	display: flex;
	justify-content: space-around;
	width: 80%;
	margin: 0 auto;
}
#bannerSlide .slick-slide {
	margin: 0 1em;
}
#bannerSlide img {
	max-width: 100%;
}
/*#bannerSlide .slick-arrow {
	position: relative;
}*/
#bannerSlide .slick-arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(45deg);
	width: 20px;
	height: 20px;
	border: 2px solid #0089D2;
	border-left: none;
	border-bottom: none;
}
#bannerSlide .slick-arrow.slick-prev:before {
	transform: translate(-50%, -50%) rotate(225deg);
}


/* 新製品 */
.guideProductsListNew {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto 60px;
	padding: 5em 0 0;
}
.guideProductsListNew li {
	position: relative;
	width: 31%;
	margin-bottom: 1.5em;
	padding: 24px 0 0;
	text-align: center;
	list-style: none;
}
.guideProductsListNew a {
	transition: all 0.2s 0s ease;
	text-decoration: none;
}
.guideProductsListNew a:hover {
	color: #000;
}
.productsCategoryPageListThumb {
	display: block;
	width: 170px;
	height: 170px;
	margin: 0 auto 2em;
	object-fit: cover;
	border-radius: 50%;
}
.productsCategoryPageListThumb-NonCut {
	display: block;
	width: 170px;
	height: 170px;
	margin: 0 auto 2em;
	object-fit: contain;
}
.productsCategoryPageListBadge {
	position: absolute;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
  column-gap: 5px;
  align-items: center;
 }
.productsCategoryPageListBadge img {
	width: 17%;
}

@media only screen and (max-width: 640px) {
	.guideProductsListNew {
		margin: 0 auto 1.3em;
		padding: 0;
		line-height: 1em;
	}
	.guideProductsListNew li {
		position: relative;
		width: 48%;
		margin-bottom: 1.5em;
		padding: 1.5em 0 0;
	}
	.productsCategoryPageListThumb {
		display: block;
		width: 150px;
		height: 150px;
		margin: 0 auto 16px;
	}
	.productsCategoryPageListBadge img {
		width: 21%;
	}
}