/* web fonts */

@font-face {
	font-family: 'SF UI Text' ;
	src: url('fonts/SFUIText-Bold.eot');
	src: url('fonts/SFUIText-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/SFUIText-Bold.woff2') format('woff2'), url('fonts/SFUIText-Bold.woff') format('woff'), url('fonts/SFUIText-Bold.ttf') format('truetype'), url('fonts/SFUIText-Bold.svg#SFUIText-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'SF UI Text';
	src: url('fonts/SFUIText-Medium.eot');
	src: url('fonts/SFUIText-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/SFUIText-Medium.woff2') format('woff2'), url('fonts/SFUIText-Medium.woff') format('woff'), url('fonts/SFUIText-Medium.ttf') format('truetype'), url('fonts/SFUIText-Medium.svg#SFUIText-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'SF UI Text';
	src: url('fonts/SFUIText-Regular.eot');
	src: url('fonts/SFUIText-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/SFUIText-Regular.woff2') format('woff2'), url('fonts/SFUIText-Regular.woff') format('woff'), url('fonts/SFUIText-Regular.ttf') format('truetype'), url('fonts/SFUIText-Regular.svg#SFUIText-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VI Sau Dong';
	src: url('fonts/VI-SauDong.eot');
	src: url('fonts/fonts/VI-SauDong.eot?#iefix') format('embedded-opentype'), url('fonts/VI-SauDong.woff2') format('woff2'), url('fonts/VI-SauDong.woff') format('woff'), url('fonts/VI-SauDong.ttf') format('truetype'), url('fonts/VI-SauDong.svg#VI-SauDong') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SF UI Text';
	src: url('fonts/SFUIText-Semibold.eot');
	src: url('fonts/SFUIText-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/SFUIText-Semibold.woff2') format('woff2'), url('fonts/SFUIText-Semibold.woff') format('woff'), url('fonts/SFUIText-Semibold.ttf') format('truetype'), url('fonts/SFUIText-Semibold.svg#SFUIText-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}


/*  */

body {
	font-family: 'SF UI Text', 'メイリオ';
	font-weight: normal;
	color: #767676;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'VI Sau Dong', 'メイリオ';
}

a,
button {
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 0;
	font-weight: 500;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a {
	color: #da0d22;
}
a:hover {
	color: #006f46;
}

.siteNav {
	background-color: #da0d22;
}

.siteNav .navbar-nav li.nav-item a.nav-link {
	color: #fff;
	font-weight: 700;
	padding: 0 12px;
}

.siteNav .headerSocial li {
	display: inline-block;
}

.siteNav .headerSocial li a {
	display: -ms-flexbox;
	display: flex;
	width: 30px;
	height: 30px;
	color: #da0d22;
	background-color: #fff;
	border-radius: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
}

a.navbar-brand img {
	max-width: 120px;
}

.bannerSliderInner {
	height: 60vh;
	background-size: cover;
	background-position: center;
}

.bannerSliderInner h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 50px;
}

.topSliderInner::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.5);
}

.topSliderInner {
	height: 60vh;
	background-size: cover;
	background-position: center;
	position: relative;
}

.topSliderInner .text{
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.topSliderInner h1{
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 60px;
	line-height: 60px;
}

.topSliderInner h2{
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 32px;
	line-height: 50px;
}

.mainBannerSliderInner {
	height: 200px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.mainBannerSliderInner::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.5);
}

.mainBannerSliderInner .text{
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.mainBannerSliderInner h1 {
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 36px;
	line-height: 50px;
}

.sectionSpace {
	padding: 80px 0;
}

.titlebSbH h1 {
	color: #006f46;
	font-size: 30px;
	margin-bottom: 25px;
	/*text-transform: uppercase;*/
}

.titlebSbH h2 {
	color: #006f46;
	font-size: 30px;
	margin-bottom: 25px;
	/*text-transform: uppercase;*/
}

.productTitle{
	color: #da0d22;
	font-size: 30px;
}

.missionSentence h1, .productSentence h1 {
	color: #da0d22;
	font-size: 30px;
	margin-bottom: 25px;
}

.missionSentence h2, .productSentence h2 {
	color: #da0d22;
	font-size: 30px;
	margin-bottom: 25px;
}

.qa{
	margin-bottom: 40px;
}
.questionText{
	color: #da0d22;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-r-20 {
	margin-right: 20px;
}

.products01 {
	background-image: url(images/productBG-1.jpg);
	background-size: cover;
}

.pro01Image img {
	width: 100%;
	height: 290px;
	object-fit: cover;
}

.sectionSpace100 {
	padding: 100px 0
}

.pro01Content {
	background-color: #fff;
	padding: 20px 20px;
}
.font-green{
	color: #006f46;
}
.font-red{
	color: #da0d22;
}

.pro01Content h2 {
	color: #006f46;
	font-size: 20px;
	margin-bottom: 15px;
}

.pro01Content p {
	color: #8a8a8a;
	line-height: 1.5;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-80 {
	margin-top: 80px;
}

.siteBtn {
	background-color: #006f46;
	color: #fff;
	font-family: 'VI Sau Dong';
	display: inline-block;
	padding: 10px 26px 16px;
	line-height: normal;
	border: 1px solid #006f46;
}

.siteBtn:hover {
	background-color: #fff;
	color: #006f46;
}

.recipeBox{
	margin-bottom: 30px;
}

.recipeBox p{
	color: #006f46;
	font-family: 'VI Sau Dong';
}
.recipe_img{
	border-radius: 20px; /* 大きく角丸 */
}
.recipeImage{
	margin-bottom: 10px;
}

.recipeInformation p.recipeName{
	color: #da0d22;
	font-family: 'VI Sau Dong';
	font-size: 26px;
}

.recipeParam{
	color: #006f46;
	font-weight: bold !important;
}

.recipeParam p{
	font-weight: bold;
}

.recipeParamTitle{
	font-size: 14px;
}

.recipeParamValue{
	font-size: 26px;
}
.ingredientTitle{
	color: #da0d22;
	font-family: 'VI Sau Dong';
	font-size: 20px;
	margin-bottom: 10px;
}

.recipeProduct{
	text-align: center;
}

.recipeProduct img{
	width: 200px;
}

.recipeProduct p{
	color: #006f46;
}

.findInStore{
	display: flex;
	margin-left: 5px;
}

.findInStore img{
	margin-right: 10px;
}

.findInStore p{
	color: #006f46;
	margin-top: 7px;
}

a.printBtn {
	background-color: #da0d22;
	color: #fff;
	display: inline-block;
	padding: 10px 16px 10px;
	line-height: normal;
	border: 1px solid #da0d22;
	border-radius: 16px;
	font-size: 16px;
}

a.printBtn:hover {
	background-color: #fff;
	color: #da0d22;
}


.paramUnit{
	font-size: 14px;
}

.promotionBanner {
	background-image: url(images/BGimage03.png);
	background-size: cover;
	background-position: center;
	padding: 140px 0;
}

.missionImg img {
	-webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
	max-width: 85%;
}

.missionContent h1 {
	color: #006f46;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-size: 30px;
}

.videoSection {
	background-image: url(images/videoBG.png);
	background-position: center;
	background-size: cover;
	height: 600px;
	position: relative;
}

.videoBtn i {
	display: inline-block;
	color: #fff;
	font-size: 100px;
}

.videoBtn i:hover {
	opacity: .9
}

button:focus {
	outline: none;
}

.videoBtn button {
	background-color: transparent;
	border: 0;
}

.videoIframe iframe {
	width: 100%;
	height: 460px;
}

.color-red {
	color: #da0d22 !important
}

.connectBox {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
	cursor: pointer;
	margin-bottom: 30px;
}

.socialShare {
	background-color: #da0d22;
	padding: 6px 10px;
}

.socialShare a {
	color: #fff;
	font-size: 14px;
}

.socialShare a i {
	margin-right: 5px;
}

.frontImage {
	position: relative;
}

.frontImageContent {
	position: absolute;
	top: 0;
	left: 0;
	padding: 22px 18px 0;
	z-index: 9999;
}

.frontImageContent h3 {
	color: #da0d22;
	font-size: 18px;
}

.frontImageContent p {
	font-size: 14px;
	line-height: 18px;
}

.frontImage img {
	width: 100%;
	height: 390px;
	object-fit: cover;
}

.frontImage::before {
	background-color: #0000000a;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.connectBox:hover .frontImage::before {
	background-color: #ffffffc7;
}

.shadow-effect {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
	padding-top: 70px;
}

.shadow-effect img {
	-webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
	width: 140px !important;
	height: 140px;
	margin: 0 auto 20px;
	border-radius: 100%;
}

.shadow-effect p {
	color: #006f46;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: 300;
	padding: 10px 30px 50px;
}

.shadow-effect a {
	background-color: #006f46;
	font-family: 'VI Sau Dong';
	color: #fff;
	display: block;
	padding: 10px 0 15px;
}

#customers-testimonials .item {
	text-align: center;
	margin-bottom: 80px;
	opacity: 0.2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.testimonials {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(233, 233, 233);
	background-color: rgb(250, 250, 250);
}

.zipCode {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(233, 233, 233);
	background-color: rgb(250, 250, 250);
	background-image: url(images/map3.png);
	background-size: cover;
}

.zipForm {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}

.zipForm input {
	border-style: solid;
	border-width: 1.5px;
	border-color: rgb(0, 111, 70);
	background-color: rgb(255, 255, 255);
	font-family: 'VI Sau Dong';
	color: #006f46;
	width: 100%;
	padding: 0px 10px;
	height: 48px;
	font-size: 20px;
}

.zipForm button {
	font-family: 'VI Sau Dong';
	background-color: #006f46;
	color: #fff;
	border: 0;
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 130px;
}

.zipForm input::placeholder {
	color: #006f46;
	opacity: 1;
}

.zipForm input:-ms-input-placeholder {
	color: #006f46;
}

.zipForm input::-ms-input-placeholder {
	color: #006f46;
}

.joinUs {
	background-image: url(images/join_community.jpg);
	background-size: cover;
	background-position: center;
}

.joinBox {
	background-color: #fff;
	max-width: 560px;
	margin: 0 auto;
	padding: 35px;
}

.joinBox h2 {
	color: #006f46;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.joinBox p {
	font-size: 14px;
	margin-bottom: 20px;
}

.joinForm {
	position: relative;
}

.joinForm input {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.15);
	border: 0;
	width: 100%;
	font-size: 14px;
	height: 40px;
	padding-left: 15px;
}

.joinForm button {
	font-family: 'VI Sau Dong';
	background-color: #006f46;
	color: #fff;
	border: 0;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 88px;
}

.footer {
	background-image: url(images/footerBG.png);
	background-size: cover;
	background-position: center;
	padding: 40px 0;
}

img.footerlogo {
	max-width: 125px;
}

.footerSocial {
	margin: 30px 0;
}

.footerSocial li {
	display: inline-flex;
	width: 35px;
	height: 35px;
	border: 1.5px solid #fff;
	border-radius: 100%;
	margin: 0 8px;
	justify-content: center;
	cursor: pointer;
	align-items: center;
}

.footerSocial li a {
	color: #fff;
}

.footerSocial li:hover {
	background-color: #fff;
}

.footerSocial li:hover a {
	color: #006f46;
}

ul.footerList li {
	display: inline-block;
}

ul.footerList li a {
	color: #fff;
	padding: 0 25px;
}

ul.footerList li a:hover {
	opacity: .8
}

.copyRight {
	background-color: #2c2c2c;
	text-align: center;
	padding: 15px 0;
}

.copyRight p {
	color: #cfcfcf;
	font-size: 14px;
	margin: 0;
}

.timeline{
	position:relative;
	margin:50px auto;
	margin-top: 20px !important;
	padding:40px 0;
	padding-top: 0px !important;
	width:1000px;
	box-sizing:border-box;
}
.timeline:before{
	content:'';
	position:absolute;
	left:50%;
	width:2px;
	height:100%;
	background:#c5c5c5;
}
.timeline ul{
	padding:0;
	margin:0;
}
.timeline ul li{
	list-style:none;
	position:relative;
	width:50%;
	padding:20px 40px;
	box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
	float:left;
	text-align:right;
	clear:both;
}
.timeline ul li:nth-child(even){
	float:right;
	text-align:left;
	clear:both;
}
.content{
	padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	top:24px;
	right:-6px;
	background:#da0d22;
	border-radius:50%;
	box-shadow:0 0 0 8px #da0d22;
}
.timeline ul li:nth-child(even):before
{
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	top:24px;
	left:-4px;
	background:#da0d22;
	border-radius:50%;
	box-shadow:0 0 0 8px #da0d22;
}
.timeline ul li h3{
	padding:0;
	margin:0;
	color:#006f46;
	font-weight:600;
}
.timeline ul li p{
	margin:10px 0 0;
	padding:0;
}
.timeline ul li .time h4{
	margin:0;
	padding:0;
	font-size:14px;
}
.timeline ul li:nth-child(odd) .time
{
	position:absolute;
	top:12px;
	right:-110px;
	margin:0;
	padding:8px 16px;
	background:#006f46;
	color:#fff;
	border-radius:18px;
	box-shadow:0 0 0 3px #006f46;
}
.timeline ul li:nth-child(even) .time
{
	position:absolute;
	top:12px;
	left:-110px;
	margin:0;
	padding:8px 16px;
	background:#006f46;
	color:#fff;
	border-radius:18px;
	box-shadow:0 0 0 3px #006f46;
}
@media(max-width:1000px)
{
	.timeline{
		width:100%;
	}
}
@media(max-width:767px){
	.timeline{
		width:100%;
		padding-bottom:0;
	}
	h1{
		font-size:40px;
		text-align:center;
	}
	.timeline:before{
		left:20px;
		height:100%;
	}
	.timeline ul li:nth-child(odd),
	.timeline ul li:nth-child(even)
	{
		width:100%;
		text-align:left;
		padding-left:50px;
		padding-bottom:50px;
	}
	.timeline ul li:nth-child(odd):before,
	.timeline ul li:nth-child(even):before
	{
		top:-18px;
		left:16px;
	}
	.timeline ul li:nth-child(odd) .time,
	.timeline ul li:nth-child(even) .time{
		top:-30px;
		left:50px;
		right:inherit;
	}
}

.instaPic{
	margin: 0;
	padding: 0;
}
.followUS{
	background: #FFE500;
	/*opacity: 0.7;*/
	text-align: center;
	padding: 150px 40px;
	/*border: 10px solid #FFE500;*/
}
.followUS .description{
	margin: 30px 0 60px ;
	color: black;
}
.followSocial{
	margin: 30px 0;
}
.followSocial li {
	display: inline-flex;
	width: 50px;
	height: 50px;
	/*border: 1.5px solid #da0d22;*/
	border-radius: 100%;
	margin: 0 8px;
	justify-content: center;
	cursor: pointer;
	align-items: center;
}
.followSocial li i{
	font-size: 36pt;
}

.recipeImage img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	position: relative;
}
.recipeTag {
	position: absolute;/*絶対配置*/
	color: white;
	background-color: #006f46;
	border-radius: 10px;
	padding: 1px 8px;
	font-size: 9pt;
	top: 5px;
	left: 25px;
}
.recipeBox p{
	text-align: center;
}

.recipeTagText {
	width: 60px;
	color: white;
	background-color: #006f46;
	border-radius: 20px;
	text-align: center;
	padding: 1px 8px;
	font-size: 14px;
}

.productImage img{
	width: 100%;
	object-fit: cover;
}
.recipeProduct img{
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 20px;
}
.youtube {
	position:relative;
	height:0;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:40.25%;
	padding-top:30px;
	overflow:hidden;
}
.youtube iframe {
	position:absolute;
	top:0;
	right:0;
	width:100% !important;
	height:100% !important;
}

.information-box {
	margin: 0;
	margin-bottom: 10px;
	padding: 15px 20px;
	border-bottom: 2px dotted #d9d9d9;
	width: 100%;
}

.information-box .date {
	/*width: 9em;*/
	font-weight: bold;
	color: #666;
}
.information-box .title {
	color: #006f46;
	font-weight: bold;
	font-size: 15pt;
	margin-bottom: 5px;
}
.information-box .title a{
	color: #006f46;
	/*text-underline: #5A5A5A;*/
	text-decoration: underline;
}
.information-box .description {
	margin-bottom: 5px;
}
.information-box .link {
	color: #da0d22;
	text-align: right;
}