/*Projectレイヤーはプロジェクト固有のスタイルが該当します。
プロジェクトで使い回すスタイルのほとんどはProjectレイヤーに追加することになります。*/
/*
プロパティの記述順
display
list-style
position(top,rigjht,bottom,left,z-index)
float
clear
width
height
margin
padding
border
background
color
font
text-decoration
text-align
vertical-align
line-hight
white-space
other text*/
html,
body {
	position: relative;
	height: 100%;
}

/*** トップ***/
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/*background: #fff;*/
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*
{
max-width: 250px;
width: 100%;
margin: 0 auto;
}
*/

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 4vw;
}

.swiper-container.top {
	background: #00693e;
}

.swiper-pagination {
	z-index: 1000;
}

.swiper-container.top .swiper-slide {
	background: #fff;
}

.swiper-container.top .swiper-slide img {
	width: 100%;
}

.swiper-container.top .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-container.top .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10%;
}

.swiper-container.top .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
}

.swiper-container.top .swiper-pagination-bullet-active {
	border: solid 1px #00693e;
	background: rgba(0, 0, 0, 0);
}

.p-main-text {
	position: absolute;
	top: 30%;
	right: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	text-align: center;
}

.p-slide-line {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}

.p-slide-line img {
	width: 100%;
}

.p-series__title {
	font-size: 22px;
	font-weight: bold;
	color: #00693e;
}

.p-top-messagearea {
	display: ;
	background: #00693e;
	padding: 100px 0 85px;
}

.p-top-messagebox {
	display: flex;
	max-width: 720px;
	width: 100%;
	margin: auto;
}

.p-top-messagebox__title {
	color: #fff;
	font-size: 31px;
	font-weight: bold;
	letter-spacing: 3px;
}

.p-top-messagebox__text {
	font-size: 15px;
	line-height: 2;
	color: #fff;
	letter-spacing: 1px;
}

.p-top-message {
	max-width: 550px;
	width: 100%;
}

.p-top-imgbox {
	max-width: 210px;
	width: 100%;
	margin-left: -70px;
	color: #fff;
}

.p-top-imgbox p {
	margin-top: 20px;
	text-align: center;
}

.p-series-box__catchbox {
	display: inline-block;
}

.p-series-box__catch {
	margin: 0 0 10px;
	padding: 6px 30px;
	background: url(../images/top/slash-left.png) bottom left/auto no-repeat, url(../images/top/slash-right.png) bottom right/auto no-repeat;
	/*background: url(../images/common/bg-border.png) 100% 100%/100% no-repeat;*/
	color: #00693e;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05em;
}

.p-title-box {
	margin-bottom: 35px;
	text-align: center;
}

.p-title-box__title {
	margin: 0;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #00693e;
}

.p-title-box span {
	font-size: 20px;
	color: #00693e;
	letter-spacing: .2em;
}

.p-series-area {
	border-bottom: solid 10px #00693e;
	padding: 70px 0;
	background: url(../images/common/commonbg.png);
}

.p-series-box {
	display: flex;
	flex-wrap: wrap;
	gap: 0 3.5%;
	max-width: 980px;
	width: 100%;
	margin: auto;
}

.p-series-box .p-series__productsbox {
	width: 31%;
	text-align: center;
}

.p-series__productsimg img {
	width: 100%;
}

.p-series__productsimg a {
	display: block;
}

.p-recipe {
	padding: 80px 0;
	background: url(../images/common/shadedbg.png);
}

.p-recipe__slidebox {
	margin-top: 80px;
}

.p-recipe_slide-img {
	aspect-ratio: 530/463;
	border-radius: 100%;
	overflow: hidden
}

.p-recipe_slide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recipe_slide-box {
	position: relative;
	width: 90%;
	margin: auto;
}

.recipe_slide .swiper-slide {
	position: relative;
	/*width: 26%!important;*/
	background: unset;
}

.recipe_slide__title {
	margin: 20px 0;
	font-size: 20px;
	font-weight: bold;
	color: #00693e;
}

.recipe_slide__title.ls {
	letter-spacing: -0.05em;
}

.recipe_slide__title span {
	display: block;
	font-size: 14px;
	margin-bottom: .3em;
}

.p-recipe__timebox {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	width: 80px;
	min-height: 80px;
	border-radius: 80px;
	border: dashed 2px #00693e;
	background: #fff;
	color: #00693e;
}

.p-recipe__timebox p {
	position: relative;
	bottom: .2vw;
	margin-top: 14px;
	margin-bottom: 0;
	padding-top: 10%;
	font-size: 11px;
	font-weight: bold;
}

.p-recipe__timebox span {
	position: relative;
	bottom: -.08vw;
	font-size: 20px;
}

.p-information {
	position: relative;
	/*z-index: -1;*/
	padding: 80px 0 170px;
	/*background: url(../images/top/info_bg.png);*/
}

.p-information__inner {
	display: flex;
	max-width: 980px;
	width: 100%;
	margin: 0 auto 30px;
	;
}

.p-top-pdflink,
.p-top-link__btn {
	max-width: 980px;
	width: 100%;
	margin: auto;
}

.p-top-link__btn {
	margin-bottom: 20px;
}

.p-top-pdflink a,
.p-top-link__btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36%;
	height: 51px;
	margin: 0 auto;
	border: 1px solid #00693e;
	border-radius: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 51px;
	margin: 0 auto 0 0;
}

.p-top-link__btn a {
	font-size: 18px;
	position: relative;
}

.p-top-pdflink a:hover,
.p-top-link__btn a:hover {
	border-radius: 30px;
	border: none;
}

.p-top-pdflink img {
	margin-right: 5%;
	width: 3%;
}

.p-top-link__btn img {
	width: 3%;
	position: absolute;
	left: 10.6%;
	top: 50%;
	transform: translateY(-50%);
}

.p-information-area {}

.p-information-title {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #00693e;
}

.p-information-area dl {
	max-width: 480px;
	width: 100%;
	margin: 0;
}

.p-information-box>a {
	display: block;
	color: #4C4238;
	padding: 0 0 3px;
	border-bottom: dashed 2px #00693e;
	margin-top: 20px;
}

.p-information-box>a:first-child {
	margin-top: 0;
}

.p-information-box dt {
	font-weight: 700;
	font-size: 12px;
}

.p-information-box dd {
	display: flex;
	align-items: flex-start;
	gap: 0 1.2rem;
	font-weight: 500;
	margin-top: 8px;
}

.p-information-box dd .date {
	font-size: 12px;
	line-height: 19px;
	margin: 0;
}

.p-information-box dd .cate {
	flex: 1;
	font-size: 11px;
	line-height: 1;
	margin: 0;
}

.p-information-box dd .cate span {
	display: inline-block;
	padding: 3px 8px;
	border: 1px solid #4C4238;
	border-radius: 4px;
	margin: 0 4px 4px 0;
}

.p-information-box .btn_more {
	padding: 0;
	margin: 20px 0 0 0;
}

.p-information-box .btn_more a {
	position: relative;
	display: inline-block;
	color: #00693E;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.5;
	padding: 0 18px 0 0;
	border-bottom: none;
	transition: .3s ease;
}

.p-information-box .btn_more a:hover {
	opacity: .7;
}

.p-information-box .btn_more a::before {
	content: "";
	width: 8px;
	height: 13px;
	background: url(../images/common/sp-arrow.png) no-repeat center/contain;
	position: absolute;
	right: 0;
	top: 2px;
}

.p-companyinfo-box {
	width: 50%;
	text-align: center;
}

.p-companyinfo-box .p-logo-box {
	margin-bottom: 30px;
}

.p-companyinfo__textbox p {
	font-weight: bold;
}

/*** endトップ***/

/*** 商品紹介***/
.p-product-visualbox {
	position: relative;
	padding: 10.4vw 0;
	background: url(../images/product/main.png) 100% 100%/ 100% no-repeat, url(../images/common/commonbg.png);
}

.p-product-box {
	display: flex;
	align-items: center;
	max-width: 900px;
	width: 100%;
	margin: 0 auto 23px;
}

.p-product-textbox {
	width: 524px;
	/*margin: 0 0 4vw;*/
}

.p-product-textbox img {
	width: 100%;
	position: relative;
}

.p-product-title {
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	color: #00693e;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5;
}

.p-product-subtitle {
	margin: 11 0 6px;
	padding: 0 0 0 24px;
	color: #4c4238;
	font-size: 30px;
	letter-spacing: .05em;
	line-height: 1.8;
}

.p-product-text {
	margin: 0;
	padding: 0 0 0 24px;
	color: #4c4238;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2;
}

.p-product-imgbox {
	max-width: 360px;
	width: 100%;
	margin: 0 0 0 auto;
}

.p-product-imgbox img {
	width: 100%;
}

.p-product-box:nth-child(even) {
	flex-direction: row-reverse;
}

.p-product-box:nth-child(even) .p-product-imgbox {
	margin: 0 auto 0 0;
}

/*.p-product-box:nth-child(2) .p-product-textbox img {
	right: 40px;
}*/

.p-product-box:last-child {
	margin: 80px auto 0;
}

@media screen and (min-width: 768px) {
	.p-product-box.has-bnr {
		padding-bottom: 140px;
		position: relative;
	}

	.p-product-bnr {
		max-width: 500px;
		margin: 0;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.p-product-bnr a {
		transition: .3s ease;
	}

	.p-product-box:nth-child(even) .p-product-bnr {
		left: auto;
		right: 0;
	}
}

@media screen and (max-width: 767px) {
	.p-product-box:last-child {
		margin: 0 auto;
	}

	.p-product-bnr {
		width: 78.666%;
		margin: 5.5vw auto 0;
	}
}

.p-product-cooking-box {
	display: flex;
	align-items: end;
	max-width: 764px;
	width: 100%;
	margin: 0 auto;
}

.p-product-cooking-textbox .title {
	margin: 0 0 22px;
	color: #00693e;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .06em;
	line-height: 1;
}

.p-product-cooking-textbox .sm {
	font-size: 24px;
}

.p-product-cooking-textbox .en {
	font-size: 20px;
}

.p-product-cooking-list {
	list-style: none;
	margin: 0 0 36px;
	padding: 0;
}

.p-product-cooking-list li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 2;
	letter-spacing: .05em;
}

.p-product-cooking-list li img {
	display: inline-block;
	margin: 0 8px 0 0;
	width: 6px;
}

.p-product-cooking-tips {
	position: relative;
	max-width: 292px;
	width: 100%;
	margin: 0 0 0 auto;
	text-align: center;
}

.p-product-cooking-tips img {
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}

.p-product-ribbon {
	position: absolute;
	bottom: -33px;
	width: 100%;
	padding: 15px 0;
	background: url(../images/product/ribbon.png) 100% 100%/100% no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.1;
	text-align: center;
}

.l-product-area .bnrwrap {
	max-width: 900px;
	width: 100%;
	padding: 0 24px;
	margin: -40px auto 0;
	position: relative;
	z-index: 1;
}

.l-product-area .bnrwrap .bnr_mugen {
	max-width: 500px;
}

.l-product-area .bnrwrap .bnr_mugen a {
	display: block;
	cursor: pointer;
	background: #fff;
}

.l-product-area .bnrwrap .bnr_mugen a:hover {
	opacity: 1;
}

.l-product-area .bnrwrap .bnr_mugen a img {
	transition: .3s ease;
}

.l-product-area .bnrwrap .bnr_mugen a:hover img {
	opacity: .75;
}

/***end 商品紹介***/

/*** えのきができるまで***/
.p-flow-visualbox {
	position: relative;
	padding: 10.4vw 0;
	background: url(../images/flow/main.png) 100% 100%/ 100% no-repeat;
	z-index: 1;
}

.p-flow-area {}

.p-flow-box {
	position: relative;
	width: 970px;
	margin: auto;
}

.p-circle-box {
	position: absolute;
	top: -70px;
	right: 0;
	/*z-index: -1;*/
	max-width: 520px;
	min-height: 520px;
	width: 100%;
	border-radius: 100%;
	background: #8bc53f;
	text-align: center;
	border: 5px solid #fff;
}

.p-circle__textbox {
	padding-top: 70px;
}

.p-circle-box p {
	display: inline-block;
	border-bottom: dashed 1px #fff;
	padding-bottom: 14px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #fff;
	width: 84%;
}

.p-enoki01box {
	position: absolute;
	right: 0;
	left: 17px;
	bottom: 0;
	margin: 0 auto;
}


.p-enoki01box img {
	margin: 0 auto;
}

.p-flow_flag img {
	margin: 0 auto;
}

.p-flow_listarea {
	margin: 0 auto 126px;
	padding-top: 239px;
	/*background:url(../images/flow/border.png) 50% 70%/auto no-repeat;*/
}

svg {
	z-index: 1 !important;
}

.p-flow_list {
	position: relative;
	z-index: 3;
	display: inline-block;
	/*max-width: 335px;*/
	max-width: 346px;
	width: 100%;
	text-align: center;
}

.p-flow_flag {
	position: relative;
	top: 44px;
	left: 17px;
}

.p-flow_list:nth-child(odd) {
	float: left;
}

.p-flow_list:nth-child(even) {
	float: right;
}

.p-flow_list:nth-child(1) {
	margin-bottom: 70px;
}

.p-flow_list:nth-child(2) {
	margin-top: 290px;
	margin-bottom: 200px;
}

.p-flow_list:nth-child(3) {
	margin-bottom: 166px;
}

.p-flow_list:nth-child(4) {
	margin-bottom: 182px;
	margin-right: 70px;
}

.p-flow_list:nth-child(5) {
	margin-bottom: 180px;
	margin-left: 73px;
}

.p-flow_list:nth-child(6) {
	/*max-width: 453px;
	width: 100%;*/
	margin-bottom: 154px;
}

.p-flow_list:nth-child(7) {
	margin-bottom: 63px;
	margin-left: 22%;
}

.p-flow_list:nth-child(8) {
	max-width: 402px;
	width: 100%;
}

.p-flow_list:nth-child(9) {
	max-width: 388px;
	width: 100%;
}

.p-flow_list:nth-child(8) p,
.p-flow_list:nth-child(9) p {
	max-width: 350px;
	margin: 0 0 0 6.2%;
}

.p-flow_list .p-label-titlebox {
	margin: 0 0 12px;
	position: relative;
}

.p-flow_list .p-label-title {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5.5%;
	margin: 0;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.p-flow_list:nth-child(8) .p-label-title {
	left: 13%;
}

.p-flow_list p {
	max-width: 335px;
	margin: 0;
	text-align: left;
	font-size: 14px;
	line-height: 2;
}

.p-flow-button {
	width: 71.9%;
}

.p-flow-button a img {
	width: 10px;
	margin: 0 10px 0 0;
}

.p-flow-factorybox {
	position: relative;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 44px 44px;
	border: 6px dashed #00693e;
	border-radius: 30px;
	background: #fff;
	box-sizing: border-box;
}

.p-flow-factorybox .titlebox {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	right: 0;
	left: 0;
	top: -8%;
}

.p-flow-factorybox .titlebox img {
	position: relative;
	margin: 0 auto
}

.p-flow-factorybox .titlebox .title {
	position: absolute;
	top: 22%;
	right: 0;
	left: 0;
	margin: 0;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

.p-flow-factorybox .subtitle {
	width: 82.9%;
	margin: 0 0 28px;
	padding: 0 0 20px;
	color: #4c4238;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .025em;
	border-bottom: 1px dashed #4c4238;
}

.p-flow-factoryimg {
	position: absolute;
	right: 2%;
	bottom: 0;
}

/***end えのきができるまで***/

/***工場見学***/
.swiper-container.tour {
	margin-bottom: 50px;
}

.swiper-container.tour .swiper-slide {
	background: unset;
}

.swiper-container.tour .swiper-slide img {
	width: 95%;
}

.swiper-button-next,
.swiper-button-prev {
	width: 31px;
	height: 31px;
}

.swiper_btnbox {
	position: absolute;
	top: 32%;
	right: 0;
	left: 0;
	/*max-width: 1195px;*/
	width: 100%;
	margin: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 12%;
	background: url(../images/common/arrow_prev.png);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 12%;
	background: url(../images/common/arrow_next.png);
}

.p-tour-area {
	padding: 70px 0 50px;
	background: url(../images/common/commonbg.png);
}

.p-tour-area .swiper_btnbox {
	/*top: 50%;*/
	top: 53%;
	width: 75%;
}

.p-tour-titlebox {
	margin-bottom: 40px;
}

.p-tour__textarea {
	display: flex;
	justify-content: space-between;
	max-width: 850px;
	width: 100%;
	margin: auto;
}

.p-tour__textbox {
	margin: 0 0 0 60px;
}

.p-tour__textbox p {
	display: inline;
	border-bottom: dashed 1px #333;
	padding-bottom: 18px;
	font-size: 16px;
	font-weight: bold;
	line-height: 3.8;
	color: #00693e;
	letter-spacing: 1px;
}

.p-tour__textbox .pc_inblock {
	display: inline-block;
	width: 100%;
}

.p-timebox {
	margin-top: 20px;
}

.p-timebox span {
	display: inline-block;
	border-radius: 20px;
	border: solid 1px #00693e;
	padding: 0 20px;
	font-size: 16px;
	color: #00693e;
}

.p-tour__imgbox {
	text-align: center;
}

.p-tour__labelbox {
	position: relative;
	margin-bottom: 20px;
}

.p-tour__labeltitle {
	font-size: 16px;
	color: #fff;
}

.p-tour__labeltitle {
	position: absolute;
	top: 30%;
	right: 0;
	left: 0;
	margin: auto;
}

.p-tourara02 {
	padding: 70px 0;
	background: url(../images/common/commonbg_green.png);
}

.p-tourara03,
.p-tourara04 {
	padding: 70px 0;
	background: url(../images/common/commonbg.png);
}

.p-point-numbox {
	text-align: center;
}

.p-tour-upimg {
	margin-top: -50px;
	margin-left: 34px;
}

.p-tour-contentbox {
	display: flex;
	justify-content: space-between;
	max-width: 920px;
	width: 100%;
	margin: auto;
}

.p-tourara04 .p-tour-contentbox {
	margin: 0 auto 60px;
}

.p-point-contentbox {
	max-width: 570px;
	width: 100%;
}

.p-point-contentimg {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.p-tourtext {
	margin: 0 0 0 15px;
	font-size: 16px;
	line-height: 2;
	/*letter-spacing: -0.08em;*/
}

.p-caution-text {
	font-size: 14px;
}

/***end 工場見学***/

/***　できるまで　***/
svg {
	width: 60%;
	height: auto;

	position: absolute;
	top: 539px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

.cls-1 {
	fill: none;
	stroke: #00693e;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-width: 4px;
	stroke-dasharray: 6000, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6;
	stroke-dashoffset: 6000;
}

/***　endできるまで　***/

/*** プライバシー***/
.p-privacy-box {
	max-width: 912px;
	width: 100%;
	margin: 0 auto;
}

.p-privacy-box .p-maintitle {
	margin: 0 0 15px;
	color: #00693e;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .05em;
}

.p-privacy-box .p-text {
	margin: 0;
	color: #4c4238;
	font-size: 12px;
	letter-spacing: .05em;
	line-height: 1.66;
}

.p-privacy-inner {
	margin: 0 0 45px;
}

.p-privacy-box .p-subtitle {
	margin: 0 0 5px;
	color: #4c4238;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .05em;
}

.p-subtext {
	margin: 0 0 20px;
	color: #4c4238;
	font-size: 12px;
	letter-spacing: .05em;
	line-height: 1.66;
}

.c-sp-menubtnbox {
	display: block;
	position: relative;
}

/***end プライバシー***/

/*** 会社概要***/
.swiper-container.company {
	margin-bottom: 90px;
}

.swiper-container.company .swiper-slide {
	background: unset;
}

.swiper-container.company .swiper-slide img {
	width: 95%;
}

.swiper-button-next,
.swiper-button-prev {
	width: 31px;
	height: 31px;
}

.swiper_btnbox {
	position: absolute;
	top: 32%;
	right: 0;
	left: 0;
	/*max-width: 1195px;*/
	width: 100%;
	margin: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 12%;
	background: url(../images/common/arrow_prev.png);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 12%;
	background: url(../images/common/arrow_next.png);
}

.p-company-area02 {
	padding: 70px 0 0;
}

.p-company-area02 .swiper_btnbox {
	/*top: 50%;*/
	top: 53%;
	width: 75%;
}

.p-company-titlebox {
	margin-bottom: 40px;
}


.p-company-area {
	display: flex;
	align-items: flex-start;
	max-width: 904px;
	width: 100%;
	margin: 0 auto 72px;
}

.p-company-inbox {
	max-width: 434px;
	width: 100%;
}

.p-company-inbox .title {
	margin: 0 0 8px;
	color: #00693e;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .05em;
}

.p-company-inbox table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}

.p-company-inbox table tr {
	/*background: url(../images/common/table-border.png) 100% 100%/2% repeat-x;*/
	/*	border-bottom: 1px dashed #4c4238;*/
}

.p-company-inbox table tr:last-child th,
.p-company-inbox table tr:last-child td {
	border-bottom: none;
}

.p-company-inbox table th {
	width: 95px;
	padding: 11px 0;
	color: #4c4238;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .05em;
	vertical-align: top;
	border-bottom: 1px dashed #4c4238;
}

.p-company-inbox table td {
	padding: 11px 0;
	color: #4c4238;
	font-size: 14px;
	letter-spacing: .05em;
	border-bottom: 1px dashed #4c4238;
}

.p-company-inbox table td last {
	padding-bottom: 0;
}

.p-company-inbox:last-child {
	margin: 0 0 0 auto;
}

.p-production-box {
	max-width: 768px;
	width: 100%;
	margin: 0 auto 32px;
}

.p-production-box .title {
	margin: 0 0 30px;
	color: #00693e;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
}

.p-production-box .title_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-production-box .title .icon_jas {
	width: 10.8%;
	margin-right: 4%;
}

.p-production-box .text {
	margin: 0;
	padding: 20px 0;
	/*background: url(../images/common/table-border.png) 100% 100%/2% repeat-x;*/
	border-bottom: 1px dashed #4c4238;
	color: #4c4238;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
}

.p-production-box .text:last-child {
	border-bottom: none;
}

.p-enoki-production-box {
	max-width: 768px;
	width: 100%;
	margin: 0 auto 0;
}

.p-enoki-production-box .title {
	margin: 0 0 14px;
	color: #00693e;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
}

.p-enoki-production-box table {
	width: 100%;
	margin: 0 0 50px;
	border: 1px solid #4b4238;
}

.p-enoki-production-box table:last-child {
	margin: 0 0 0;
}

.p-enoki-production-box th {
	padding: 7px 0 7px 22px;
	border-right: 1px solid #4b4238;
	border-bottom: 1px solid #4b4238;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 1.7;
}

.p-enoki-production-box th:first-child {
	width: 280px;
}

.p-enoki-production-box td {
	padding: 7px 0 7px 22px;
	border-right: 1px solid #4b4238;
	border-bottom: 1px solid #4b4238;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 1.7;
	vertical-align: top;
}

.p-enoki-production-box td:nth-last-child(2) {
	text-indent: -.8em;
	padding-left: 2.4em;
}

.p-company-btnarea {
	max-width: 540px;
}

.p-companybtn a {
	width: 290px;
}

.p-sdgs-area {
	display: flex;
	justify-content: space-between;
	max-width: 904px;
	width: 100%;
	margin: 0 auto 90px;
}

.p-sdgs-ttl {
	width: 273px;
}

.p-sdgs-ttl .ttl-box {
	width: 273px;
	height: 273px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	padding-top: 42px;
	margin-bottom: -58px;
}

.p-sdgs-ttl .ttl-box .txt {
	color: #006939;
	font-weight: bold;
	font-size: 16px;
	margin: 18px 0;
}

.p-sdgs-ttl .ttl-box .logo {
	color: #006939;
	font-weight: bold;
	font-size: 18px;
}

.p-sdgs-upimg {
	text-align: center;
}

.p-sdgs-contentbox {
	max-width: 580px;
	margin-top: 10px;
	width: 100%;
}

.p-sdgs-contentimg {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.p-sdgstext {
	margin: 0;
	color: #4b443b;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.77;
	letter-spacing: 0.05em;
	text-align: justify;
}

/***end 会社概要***/

/*** お問い合わせ***/
.p-contact-box {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

.p-contact-titlebox {
	display: flex;
	align-items: baseline;
	border-bottom: 1px dashed #00693e;
	margin: 0 0 2.6vw;
}

.p-contact-titlebox .title {
	margin: 0 0 12px;
	color: #00693e;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .05em;
}

.p-contact-titlebox .text {
	margin: 0 0 0 auto;
	color: #4c4238;
	font-size: 14px;
	letter-spacing: .05em;
}

.p-contact-titlebox .text span {
	color: #00693e;
	font-weight: bold;
}

.p-contact-titlebox .text span {
	color: #00693e;
	font-weight: bold;
}

.p-contact-box .c-contact-table tr:first-child .mwform-radio-field.horizontal-item:nth-child(2) {
	display: inline-block;
	margin-right: 74px;
}

.c-contact-table .mwform-radio-field.horizontal-item:nth-child(3) {
	margin-left: 0 !important;
}

.p-contact-privacy {
	margin: 0 0 20px;
}

.p-contact-privacy-box {
	width: 100%;
	height: 150px;
	overflow-y: auto;
	padding: 1em;
	background: #fff;
}

.p-contact-privacy-box .p-text {
	margin: 0;
	color: #4c4238;
	font-size: 12px;
	letter-spacing: .05em;
	line-height: 1.66;
}

.p-contact-privacy-box .p-privacy-inner {
	margin: 0 0 45px;
}

.p-contact-privacy-box .p-privacy-inner:last-child {
	margin-bottom: 0;
}

.p-contact-privacy-box .p-subtitle {
	margin: 0 0 5px;
	color: #4c4238;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .05em;
}

.p-contact-privacy-box .p-subtext {
	margin: 0 0 20px;
	color: #4c4238;
	font-size: 12px;
	letter-spacing: .05em;
	line-height: 1.66;
}

.p-contact-privacy-check {
	text-align: center;
}

.mw_wp_form_confirm .p-contact-privacy-box,
.mw_wp_form_confirm .p-contact-privacy-check {
	display: none;
}

/***end お問い合わせ***/

/*** お問い合わせ(完了)***/
.p-complete-box .title {
	margin: 0 0 4vw;
	color: #00693e;
	font-size: 22px;
	letter-spacing: .05em;
	line-height: 2;
	text-align: center;
}

/***end お問い合わせ(完了)***/

/***end えのきの効果***/
.p-effect-visualbox {
	position: relative;
	padding: 10.4vw 0;
	background: url(../images/effect/main.png) 100% 100%/ 100% no-repeat, url(../images/common/commonbg.png);
}

.p-effect-box {
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
}

.p-effect-lead-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 35px;
}

.p-effect-lead-textbox {
	text-align: center;
}

.p-effect-lead-textbox img {
	max-width: 340px;
	margin: 0 auto 30px;
}

.p-effect-lead-textbox p {
	color: #4c4238;
	font-size: 16px;
	line-height: 2;
	letter-spacing: .05em;
	text-align: left;
}

.p-effect-pagelink-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.p-effect-pagelink-box .c-btn-box a {
	height: 51px;
	line-height: 51px;
	border-radius: 50px;
	margin: 0 14px 12px 0;
}


.p-effect-pagelink-box .c-btn-box:nth-child(1) a {
	width: 305px;
}

.p-effect-pagelink-box .c-btn-box:nth-child(2) a {
	width: 270px;
}

.p-effect-pagelink-box .c-btn-box:nth-child(3) a {
	width: 154px;
	margin: 0 0 12px 0;
}

.p-effect-pagelink-box .c-btn-box:nth-child(4) a {
	width: 175px;
	margin: 0 14px 0 0;
}

.p-effect-pagelink-box .c-btn-box:nth-child(5) a {
	width: 377px;
	margin: 0 0 0 0;
}

.p-effect-pagelink-box .c-btn-box a img {
	width: 22px;
}

.p-effect-pagelink-box {
	margin: 0 auto 60px;
}

.p-effect-inbox {
	position: relative;
	margin: 0 auto 40px;
	padding: 36px 50px 20px;
	border: solid 2px #89c33f;
	border-radius: 20px;
	background: #fff;
}

.p-effect-titlebox {
	position: relative;
	left: -63px;
	margin: 0 0 20px;
}

.p-effect-titlebox img {
	width: auto;
}

.p-effect-titlebox .title {
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 62px;
	margin: 0;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
}

.p-effect-flex {
	display: flex;
	align-items: flex-start;
}

.p-effect-textbox {
	width: 557px;
}

.p-effect-textbox p {
	margin: 0 0 30px;
	color: #4c4238;
	font-size: 14px;
	line-height: 2;
	letter-spacing: .05em;
}

.p-effect-flex img {
	width: 188px;
	margin: 0 0 0 auto;
}

.p-effect-subtext {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	color: #4c4238;
	font-size: 11px;
	letter-spacing: .05em;
	line-height: 1.6;
	text-indent: -1em;
	padding-left: 1em;
}

.p-effect-comment-box {
	position: relative;
	max-width: 805px;
	width: 100%;
	margin: 0 auto;
}

.p-effect-comment-text {
	position: absolute;
	top: 27%;
	left: 18%;
	right: 0;
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	letter-spacing: .05em;
}

/***end えのきの効果***/

/***end 販売店情報***/
.p-retail-visualbox {
	position: relative;
	padding: 10.4vw 0;
	background: url(../images/retail/main.png) 100% 100%/ 100% no-repeat, url(../images/common/commonbg.png);
}

.p-retail-box {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 90px;
}

.p-retail-titlebox {
	max-width: 607px;
	width: 100%;
	margin: 0 auto 28px;
	border-bottom: 1px #4c4238 dashed;
	text-align: center;
}

.p-retail-titlebox:last-child {
	margin-bottom: 0;
}

.p-retail-titlebox .title {
	margin: 0 0 20px;
	color: #4c4238;
	font-size: 18px;
	font-weight: bold;
}

.p-retail-titlebox .title a {
	color: #00693e;
	text-decoration: underline;
}

.p-retail-titlebox .title a:hover {
	text-decoration: none;
}

.p-retail-listbox {
	max-width: 1169px;
	width: 100%;
	margin: 60px auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.p-retail-list {
	max-width: 275px;
	width: 100%;
	margin: 0 23px 40px 0;
	padding: 20px 20px 32px;
	background: #fff;
	border-radius: 20px;
}

.p-retail-list:nth-child(n + 9) {
	display: none;
}

.p-retail-list:nth-last-child(1),
.p-retail-list:nth-last-child(2),
.p-retail-list:nth-last-child(3),
.p-retail-list:nth-last-child(4) {
	margin-bottom: 0
}

.p-retail-list:nth-child(4n) {
	margin-right: 0;
}

.p-retail-imgbox {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	margin: 0 0 12px;
	background: #fff;
}

.p-retail-imgbox img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 200%;
}

.p-retail-list .day {
	margin: 0;
	color: #4c4238;
	font-size: 14px;
	line-height: 2;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: .5em;
}

.p-retail-list .title {
	font-weight: bold;
	margin: 0 0 10px;
	color: #00693e;
	font-size: 18px;
	letter-spacing: .05em;
	text-align: center;
	line-height: 1.27;
}

.p-retail-list .title span {
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 12px;
	margin-bottom: .5em;
}

.p-retail-list a {
	width: 216px;
	outline: none;
}

.p-key {
	width: 13px !important;
	margin: 0 0 2.2px 11px !important;
}

.p-retail-more a img,
.p-retail-more button img {
	width: 15px !important;
	margin: 0 11px 0 -20px !important;
}

.p-inline-box {
	display: none;
}

/*
.inline_content,#cboxLoadedContent,#cboxContent,#colorbox {
	border: none;
	width: 100%;
	margin: 0 auto;
	background-color: #00693e!important;
	border-radius: 6px;
}*/

#cboxLoadedContent,
#cboxContent {
	background-color: #00693e !important;
	border-radius: 8px;
}

#cboxOverlay {
	background: transparent !important;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose,
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose:hover {
	background: url(../images/retail/close.png) no-repeat 0 0;
	width: 26px;
	height: 26px;
	top: 86%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-position: 100% 100%;
	outline: none;
	z-index: 10000;
}

#cboxClose:hover {
	opacity: .7;
}

.inline_content form {
	text-align: center;
}

.inline_content .title {
	margin: 45px 0 14px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.54
}

.inline_content .text {
	margin: 0 0 12px;
	color: #fff;
	font-size: 18px;
	line-height: 1.55;
	text-align: center;
}

.inline_content .text a {
	color: #fff;
	font-size: 18px;
	text-decoration: underline;
}

.inline_content .text a:hover {
	text-decoration: none;
}

.inline_content .error {
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.inline_content .number {
	max-width: 216px;
	width: 100%;
	margin: 0 auto 16px;
	background: #fff;
	color: #00693e;
	font-size: 30px;
	text-align: center;
	border-radius: 6px;
	border: none;
	outline: none;
	letter-spacing: 1em;
	padding-left: 6%;
}


.inline_content .number span {
	margin-right: 28px;
}

.inline_content .number span:last-child {
	margin: 0;
}

.inline_content .p-btn-box {
	margin: 0 auto 80px;
}

.inline_content .p-btn-box input {
	width: 144px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	margin: 0 auto;
	border: 1px solid #00693e;
	border-radius: 24px;
	background: #fff url(../images/common/arrow.png) 20% 50% / 9px no-repeat;
	color: #00693e;
	font-size: 16px;
	line-height: 36px;
	outline: 0;
}

.inline_content .p-btn-box input:hover {
	opacity: .7;
}

.inline_content .p-btn-box img {
	width: 9px;
	margin: 0 11px 0 0;
}

#colorbox {
	z-index: 9;
}

/***end 販売店情報***/

/*** レシピ***/
.drawer-nav {
	/*width: 300px;*/
	z-index: 999;
}

.drawer-hamburger {
	position: absolute;
	bottom: 0;
	z-index: 999;
	width: 60px;
	margin: auto;
	padding-top: 21%;
	background: #fff;
}

.drawer-hamburger:hover {
	background: #fff;
}

.drawer-menu li {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.drawer-menu li span {
	display: block;
}

.drawer--right .drawer-nav {
	right: -300px;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 300px;
}

.drawer--right .drawer-nav {
	width: 300px;
	padding: 15px;
}

.p-menutext-box {
	margin-bottom: 20px;
	text-align: center;
}

.drawer-menu {
	margin-bottom: 20px;
}

.drawer-menu-item {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
}

.p-menu-linkbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 220px;
	margin: auto;
}

.p-menu-linkbox p {
	display: inline;
	height: 18px;
	margin-bottom: 0;
	font-size: 8px;
	font-weight: bold;
	vertical-align: bottom;
}

#pagepiling>div:nth-child(odd) {
	background: url(../images/enokitchen/recipe_og.png);
}

#pagepiling>div:nth-child(even) {
	background: url(../images/enokitchen/recipe_ye.png);
}

.p-more_btn__open {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	border-bottom: solid 1px #c9c9c9;
	background: url(../images/enokitchen/recipe_wh.png);
}

.p-more_btn__close {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	border-bottom: solid 1px #c9c9c9;
	background: url(../images/enokitchen/recipe_wh.png);
}

/*.p-more_btn.active {
	top: 0;
	bottom: unset;
}
*/
.p-more_btn__open>div,
.p-more_btn__close>div {
	max-width: 1060px;
	width: 100%;
	margin: auto;
}

.p-more_btn__open>div a,
.p-more_btn__close>div a {
	font-size: 17px;
	color: #231815;
}

.p-recipe__main {
	position: relative;
}

.p-recipe__logo {
	position: absolute;
	top: 10%;
	right: 0;
	left: 0;
	text-align: center;
}

.p-recipe__mainimg {
	display: flex;
}

.p-recipe__mainimg div {
	width: 25%;
}

.p-recipe__mainimg img {
	width: 100%;
}

.p-recipe_area {
	display: flex;
	max-width: 1060px;
	width: 100%;
	margin: auto;
}

.p-recipe_box {
	position: absolute;
	top: 38%;
	bottom: 0;
	margin: auto;
}

.p-recipe_img {
	position: absolute;
	top: 20%;
	right: 0;
}

.p-recipe_num {
	font-size: 14px;
}

.p-recipe_title {
	font-size: 42px;
	font-weight: bold;
}

.p-recipe_title__en {
	font-size: 18px;
}

.p-recipe_titlebox__col {
	font-size: 13px;
}

.p-cal_num {
	font-size: 27px;
}

.p-cal_unit {
	font-size: 21px;
}

.p-recipe_detail {
	/*display: none;*/
	position: relative;
	z-index: 9;
	height: 100%;
	background: url(../images/enokitchen/recipe_wh.png);
}

.p-recipe_detailarea {
	position: absolute;
	top: 10%;
	right: 0;
	left: 0;
	max-width: 1060px;
	width: 100%;
	margin: auto;
}

.p-recipe_detailbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.p-recipe_detail-textbox {
	width: 48%;
}

.p-recipe_detail-imgbox {
	width: 48%;
}

.p-detail-titlebox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
	border-bottom: solid 1px #333;
}

.p-detail-title--num {
	font-size: 14px;
}

.p-detail-title--en {
	font-size: 18px;
	font-weight: bold;
}

.p-detail-title {
	font-size: 32px;
	font-weight: bold;
}

.p-calbox span {
	font-size: 10px;
}

.p-calbox p {
	font-size: 27px;
	font-weight: bold;
}

.p-calbox p span {
	font-size: 21px;
}

.p-material-area {
	display: flex;
	justify-content: space-between;
}

.p-material-area div:nth-child(1) {
	width: 10%;
}

.p-material-area div:nth-child(2) {
	width: 10%;
}

.p-material-area div:nth-child(3) {
	width: 75%;
}

.p-amountbox {
	font-size: 18px;
	text-align: center;
}

.p-amountbox span {
	display: block;
	font-size: 10px;
}

.p-material-area hr {
	color: #4c4238;
}

.p-material-box table {
	width: 100%;
}

.p-material-box table th,
.p-material-box table td {
	font-size: 12px;
	padding: 5px;
	letter-spacing: 1px;
}

.p-material-box table tr:nth-child(odd) {
	background: rgba(255, 230, 50, .4);
}

.p-material-box table tr:nth-child(even) {
	background: rgba(255, 255, 255, .8);
}

.p-methodbox {
	display: flex;
}

.p-method-title {
	font-size: 18px;
}

.p-method-title span {
	font-size: 11px;
	padding-left: 10px;
}

.p-methodbox>div {
	width: 25%;
	padding: 0 1%;
	border-right: dotted 2px #333;
}

.p-methodbox>div:last-child {
	border-right: none;
}

.p-method-num {
	font-size: 22px;
}

.p-method-text {
	font-size: 12px;
}

/***end レシピ***/


/*** 採用情報***/
.p-recruit-visualbox {
	position: relative;
	padding: 10.4vw 0;
	background: url(../images/recruit/main.png) 100% 100%/ 100% no-repeat, url(../images/common/commonbg.png);
}

.p-recruit-box {
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	width: 90%;
	margin: auto;
	padding: 75px 0;
}

.p-recruit-imgbox {
	max-width: 267px;
	width: 24.8%;
}

.p-recruit-imgbox>div+div {
	margin-top: 12px;
}

.p-recruit-imgbox p {
	font-size: 14px;
	text-align: right;
	margin-top: .4em;
}

.p-recruit-textbox {
	max-width: 725px;
	width: 70%;
	margin-left: 32px;
}

.p-recruit-textbox .title {
	margin: 1.4em 0 1em;
	padding-left: 18px;
	color: #00693e;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: .05em;
}

.p-recruit-list {
	/*	padding-left: 18px;*/
	padding: 0;
	margin: 0;
}

.p-recruit-list li {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.88;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #4c4238;
	list-style: none;
	padding-left: 30px;
	text-indent: -1em;
	position: relative;
}

.p-recruit-list li::before {
	content: "・";
}

.p-recruit-list li:last-child {
	border-bottom: none;
}

.p-recruit-link {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 647px;
	margin: 0 auto 75px;
}

.p-recruit-link .c-link__btn a {
	width: 305px;
	font-size: 22px;
}

.p-recruit-link .c-link__btn img {
	width: 3%;
	position: absolute;
	left: 10.6%;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.p-recruit-detail-box {
	max-width: 664px;
	width: 100%;
	margin: auto;
	padding: 75px 0;
}

.p-recruit-detail-box:last-of-type {
	padding-bottom: 0;
}

.p-recruit-detail-box .title {
	margin: 0 0 1.5em;
	color: #00693e;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
}

.p-recruit-detail-box .title+p {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.p-recruit-detail-box table {
	width: 100%;
}

.p-recruit-detail-box table tr {
	border-bottom: 1px dashed #4c4238;
}

.p-recruit-detail-box table tr:last-child {
	border-bottom: none;
}

.p-recruit-detail-box table th {
	width: 104px;
	padding: 11px 0;
	color: #4c4238;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .05em;
	vertical-align: top;
}

.p-recruit-detail-box table td {
	padding: 11px 0;
	color: #4c4238;
	font-size: 14px;
	letter-spacing: .05em;
}

.p-recruit-detail-box table td span {
	font-size: 12px;
}

.p-recruit-detail-box .c-btn-box {
	margin-top: 40px;
}

.p-recruit-detail-box .c-btn-box a {
	font-size: 16px;
}

.p-recruit-detail-box .c-btn-box img {
	width: 8px;
	position: absolute;
	left: 10.6%;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

/***end 採用情報***/

@media screen and (min-width: 769px) {
	.p-series-box .p-series__productsbox:nth-child(n + 4) {
		margin-top: 50px;
	}
}

@media screen and (max-width: 1500px) {
	.p-information {
		padding: 80px 0 170px;
	}
}

@media screen and (max-width: 1300px) {
	.recipe_slide__title {
		font-size: 1.5vw;
	}

	.recipe_slide__title span {
		font-size: 1vw;
	}
}

@media screen and (max-width: 1080px) {
	.p-recruit-textbox {
		margin-left: 0;
	}
}

@media screen and (max-width: 1000px) {
	.p-privacy-box {
		max-width: 100%;
		width: 91.2%;
	}

	.p-privacy-box .p-maintitle {
		font-size: 3vw;
	}

	.p-company-area {
		max-width: 1000px;
		width: 90.6%;
		margin: 0 auto 7.2vw;
	}

	.p-company-inbox {
		max-width: 100%;
		width: 47.9%;
	}

	.p-company-inbox .title {
		font-size: 3vw;
	}

	.p-company-inbox table th {
		width: 24.2%;
		padding: 1.1vw 0;
		font-size: 1.4vw;
	}

	.p-company-inbox table td {
		padding: 1.1vw 0;
		font-size: 1.4vw;
	}

	.p-sdgs-area {
		max-width: 1000px;
		width: 90.6%;
		margin: 0 auto 7.2vw;
	}

	.p-production-box {
		max-width: 100%;
		width: 76.8vw;
	}

	.p-production-box .title {
		font-size: 3vw;
		margin: 0 0 8vw;
	}

	.p-production-box .text {
		padding: 2vw 0;
		font-size: 1.6vw;
	}

	.p-enoki-production-box .title {
		margin: 0 0 1.4vw;
		font-size: 2.4vw;
	}

	.p-enoki-production-box {
		max-width: 100%;
		width: 76.8vw;
	}

	.p-enoki-production-box table {
		margin: 0 0 5vw;
	}

	.p-enoki-production-box th:first-child {
		width: 28vw;
	}

	.p-enoki-production-box th,
	.p-enoki-production-box td {
		padding: .7vw 0 .7vw 2.2vw;
		font-size: 1.4vw;
	}

	.p-contact-box {
		max-width: 100%;
		width: 87.5%;
		margin: 0 auto;
	}

	.p-product-box {
		max-width: 100%;
		width: 90%;
	}

	.p-product-cooking-box {
		max-width: 100%;
		width: 90%;
	}

	.p-product-imgbox {
		max-width: 100%;
		width: 60%;
		margin: 0 0 0 auto;
	}

	.p-effect-visualbox {
		padding: 8vw 0;
	}

	.p-effect-box,
	.p-effect-inarea,
	.p-effect-lead-box {
		max-width: 100%;
		width: 96%;
		margin: 0 auto;
	}

	.p-effect-pagelink-box {
		width: 96%;
	}

	.p-effect-comment-box {
		width: 90%
	}

	.p-effect-comment-text {
		font-size: 14px;
		left: 24%
	}

	.p-effect-lead-textbox p {
		font-size: 14px;
	}

	/*** お問い合わせ***/
	.p-contact-box .c-contact-table tr:first-child .mwform-radio-field.horizontal-item:nth-child(2) {
		margin-right: calc(100% - 270px);
	}

	/***end お問い合わせ***/

	/*** 販売店情報***/

	.p-retail-listbox {
		max-width: 100%;
		width: 90%;
	}

	.p-retail-list {
		max-width: 100%;
		width: 31%;
		margin: 0 3.5% 4.5% 0;
		padding: 2.3% 2.3% 3.6%;
	}

	.p-retail-list .day {
		font-size: 1.6vw;
	}

	.p-retail-list .title {
		font-size: 2vw;
	}

	.p-retail-list a {
		width: 100%;
		outline: none;
	}

	.p-key {
		width: 5.8% !important;
	}

	.p-retail-list .c-btn-box img {
		width: 5%;
		margin: 0 4% 0 0;
	}

	.p-retail-visualbox {
		padding: 8vw 0;
	}

	/***end 販売店情報***/
	/***end えのきができるまで***/
	.p-flow-visualbox {
		padding: 9vw 0;
	}

	.p-flow_listarea,
	.p-flow-box {
		max-width: 100%;
		width: 96%;
	}

	.p-circle-box {
		max-width: 400px;
		min-height: 400px;
	}

	.p-enoki01box {
		left: 1%;
		bottom: -.6%
	}

	.p-enoki01box img {
		width: 40%;
	}

	.p-circle__textbox {
		padding-top: 6vw;
	}

	.p-circle-box p {
		font-size: 1.6vw;
		line-height: 1.6;
	}

	.p-flow_listarea {
		margin: 0 auto 12vw;
		padding: 23vw 0 0;
		/*background: url(../images/flow/border.png) 50% 60%/63% no-repeat;*/
	}

	.p-flow_flag {
		top: 4vw;
		left: 2vw;
		width: 25%;
		margin: 0 auto;
	}

	.p-flow_list {
		width: 37%;
	}

	.p-flow_list .p-label-titlebox {
		margin: 0 0 3.7%;
	}

	.p-flow_list .p-label-title {
		font-size: 2.5vw;
	}

	.p-flow_list:nth-child(8) .p-label-title {
		left: 0;
	}

	.p-flow_list p {
		font-size: 1.4vw;
	}

	.p-flow_list:nth-child(1) {
		margin: 0 0 7vw;
	}

	.p-flow_list:nth-child(2) {
		margin: 29vw 0 20vw;
	}

	.p-flow_list:nth-child(3) {
		margin-bottom: 16.6vw;
	}

	.p-flow_list:nth-child(4) {
		margin: 0 7vw 18.2vw 0;
	}

	.p-flow_list:nth-child(5) {
		margin: 0 0 25vw 7.3vw;
	}

	.p-flow_list:nth-child(6) {
		margin-bottom: 15.4vw;
	}

	.p-flow_list:nth-child(7) {
		margin: 0 0 6.3vw 16vw;
	}

	.p-flow-factorybox .titlebox img {
		width: 47.9%;
	}

	.p-flow-factorybox .titlebox .title {
		font-size: 2.5vw;
	}

	.p-flow-factorybox .subtitle {
		margin: 0 0 2.8vw;
		padding: 0 0 2vw;
		font-size: 1.8vw;
	}

	.p-flow-button a {
		width: 56.5%;
		font-size: 1.9vw;
	}

	.p-flow-factorybox {
		max-width: 100%;
		width: 80%;
		padding: 6vw 4.4vw 4.4vw;
	}

	.p-flow_list:nth-child(8) {
		max-width: 100%;
		width: 42.8%;
	}

	.p-flow_list:nth-child(9) {
		max-width: 100%;
		width: 41.3%;
	}

	/***end えのきができるまで***/
}

@media screen and (max-width: 900px) {
	.p-circle-box {
		max-width: 360px;
		min-height: 360px;
	}

	.p-flow_list:nth-child(1) {
		margin: 0 0 21vw;
	}

	.p-flow_list:nth-child(2) {
		margin: 29vw 0 39vw;
	}

	.p-flow_list:nth-child(3) {
		margin-bottom: 24.6vw;
	}
}

@media screen and (max-width: 800px) {

	.p-effect-pagelink-box .c-btn-box:nth-child(1) a {
		width: 285px;
	}

	.p-effect-pagelink-box .c-btn-box:nth-child(2) a {
		width: 250px;
	}

	.p-effect-pagelink-box .c-btn-box:nth-child(3) a {
		width: 134px;
	}

	.p-effect-pagelink-box .c-btn-box:nth-child(4) a {
		width: 155px;
	}

	.p-effect-pagelink-box .c-btn-box:nth-child(5) a {
		width: 357px;
	}

	.p-circle-box {
		max-width: 340px;
		min-height: 340px;
	}

	.p-flow-visualbox {
		padding: 8vw 0;
	}

}

@media screen and (max-width: 768px) {
	/***トップ***/

	.p-top-pdflink a,
	.p-top-pdflink a:hover,
	.p-top-link__btn a,
	.p-top-link__btn a:hover {
		width: 100%;
		height: 10vw;
		line-height: 13.4vw;
		border-radius: 60px;
		letter-spacing: .05em;
		font-size: 3.4vw;
		background: #00693e;
		color: #fff;
	}

	.p-top-pdflink,
	.p-top-link__btn {
		max-width: 100%;
		width: 91%;
		margin: auto;
	}

	.p-top-link__btn {
		margin-bottom: 3.8vw;
	}

	.swiper_btnbox {
		top: calc(28vw + 15px);
	}

	.swiper-button-next {
		right: 12%;
	}

	.swiper-button-prev {
		left: 12%;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 10%;
	}

	.p-top-messagearea {
		padding: 10% 0 8%;
	}

	.p-main-text {
		width: 90%;
		margin: auto;
	}

	.p-top-messagebox {
		flex-direction: column
	}

	.p-top-message {
		max-width: 90%;
		margin: auto;
		text-align: center;
	}

	.p-top-messagebox__title {
		font-size: 8vw;
	}

	.p-top-messagebox__text {
		font-size: 3.5vw;
	}

	.p-top-imgbox {
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-end;
		max-width: 60%;
		margin: auto;
	}

	.p-top-imgbox p {
		font-size: 3vw;
	}

	.p-top-imgbox span {
		font-size: 3.5vw;
	}

	.p-top-imgbox div {
		width: 47%;
		margin-left: 2%;
	}

	.p-top-imgbox p {
		text-align: right;
	}

	.p-series-area {
		padding: 15% 0;
	}

	.p-series-box {
		flex-direction: column;
	}

	.p-series-box .p-series__productsbox {
		width: 80%;
		margin: 0 auto 20%;
	}

	.p-series-box .p-series__productsbox:last-child {
		margin-bottom: 0;
	}

	.p-title-box__title {
		font-size: 8vw;
	}

	.p-title-box span {
		font-size: 4vw;
	}

	.p-series__title {
		font-size: 5vw;
	}

	.p-series-box__catchbox {
		display: block;
	}

	.p-series-box__catch {
		display: inline-block;
		padding: 0 10%;
		font-size: 4vw;
	}



	.recipe_slide .swiper-slide {
		/*width: 75%!important;*/
		margin: auto;
	}

	.recipe_slide-box {
		width: 85%;
	}

	.p-recipe_slide-img img {
		width: 100%;
	}

	.p-information {
		z-index: 0;
		padding: 4% 0;
	}

	.p-information__inner {
		display: block;
		width: 90%;
		margin: 0 auto 10vw;
	}

	.p-information-box a {
		padding: 0 0 1vw;
		margin-top: 5vw;
	}

	.p-information-box a:first-child {
		margin-top: 0;
	}

	.p-information-box dt {
		font-size: 3.2vw;
	}

	.p-information-box dd {
		gap: 0 3vw;
		margin-top: 8px;
	}

	.p-information-box dd .date {
		font-size: 3.2vw;
		line-height: 4.9vw;
	}

	.p-information-box dd .cate {
		font-size: 2.93vw;
	}

	.p-information-box dd .cate span {
		padding: 1vw 1.6vw;
		border-radius: 1.07vw;
		margin: 0 1vw 1vw 0;
	}

	.p-information-box .btn_more {
		position: relative;
		width: auto;
		margin: 6vw 0 0 0;
	}

	.p-information-box .btn_more a {
		font-size: 3.46vw;
		padding: 0 5vw 0 0;
	}

	.p-information-box .btn_more a::before {
		width: 2vw;
		height: 3.73vw;
		top: 0.5vw;
	}


	.p-recipe .p-title-box {
		margin-bottom: 0;
	}

	.p-recipe__slidebox {
		margin-top: 5%;
	}

	.recipe_slide__title {
		font-size: 4vw;
	}

	.recipe_slide__title span {
		font-size: 2.8vw;
		margin-bottom: .3em;
	}


	.p-information {
		/*background: url(../images/top/info_bg.png);*/
	}

	/***endトップ***/

	/***商品紹介***/
	.p-product-visualbox {
		padding: 19.4vw 0;
		background: url(../images/product/sp-main.png) 100% 100%/ 100% no-repeat, url(../images/common/commonbg.png);
	}


	.p-product-box {
		max-width: 100%;
		width: 100%;
		flex-direction: column-reverse;
		margin: 0px auto 16vw;
	}

	.p-product-box:nth-child(even) {
		flex-direction: column-reverse;
	}

	.p-product-box:nth-child(even) .p-product-imgbox {
		margin: 0 auto 5.5vw;
	}

	.p-product-imgbox {
		max-width: 100%;
		width: 100%;
		margin: 0 auto 5.5vw;
	}

	.p-product-textbox img {
		display: none;
	}


	.p-product-imgbox img {
		width: 73.8%;
		margin: 0 auto;
	}

	.p-product-textbox {
		text-align: center;
	}

	.p-product-title {
		display: inline-block;
		width: auto;
		margin: 0 auto 6.4vw;
		padding: 0 0 1%;
		border-bottom: 2px dashed #00693e;
		font-size: 6.6vw;
		text-align: center;
	}

	.p-product-subtitle {
		margin: 0 0 2%;
		padding: 0;
		text-align: center;
		font-weight: bold;
		font-size: 5.4vw;
	}

	.p-product-text {
		margin: 0 auto;
		padding: 0;
		text-align: center;
		font-size: 4vw;
	}

	.p-product-textbox {
		width: 92%;
	}

	.p-product-cooking-textbox {
		width: 100%;
	}

	.p-product-cooking-textbox .title {
		text-align: center;
	}

	.p-product-cooking-tips {
		margin: 0 auto 8vw;
	}

	.p-product-cooking-textbox .title {
		font-size: 7.7vw;
	}

	.p-product-cooking-textbox .sm {
		font-size: 6.4vw;
	}

	.p-product-cooking-textbox .en {
		font-size: 5.3vw;
	}

	.p-product-cooking-tips {
		max-width: 100%;
		width: 100%;
	}

	.p-product-cooking-tips img {
		max-width: 100%;
		width: 66.3%;
		margin: 0 auto;
	}

	.p-product-ribbon {
		left: 0;
		bottom: -6vw;
		right: 0;
		width: 71%;
		margin: 0 auto;
		padding: 3.8vw 0;
		background: url(../images/product/sp-ribbon.png) 100% 100%/100% no-repeat;
		font-size: 3.7vw;
	}

	.p-product-cooking-list li {
		font-size: 3.7vw;
		padding-left: 1em;
		text-indent: -1.2em;
	}

	.l-product-area .bnrwrap {
		width: 78.666%;
		padding: 0;
		margin: -6vw auto 0;
	}

	.l-product-area .bnrwrap .bnr_mugen {
		width: 100%;
	}

	/***end 商品紹介***/

	/*** 工場見学***/
	.p-tour__textarea {
		flex-direction: column;
		width: 90%;
		margin: auto;
		text-align: center;
	}

	.p-tour__textbox .pc_inblock {
		display: inline;
	}

	.p-tour__textbox .sp_inblock {
		display: inline-block;
		width: 100%;
	}

	.p-tour__textbox p {
		font-size: 4vw;
	}

	.p-tour__textbox {
		margin: 0 0 6%;
	}

	.p-tour__labelbox img {
		width: 70%;
	}

	.p-tour__labeltitle {
		top: 22%;
		font-size: 4vw;
	}

	.p-timebox span {
		padding: 1% 8%;
		font-size: 4vw;
		font-weight: bold;
	}

	.p-tourara02 .p-tour-contentbox,
	.p-tourara04 .p-tour-contentbox {
		flex-direction: column;
	}

	.p-tourara02,
	.p-tourara04 {
		padding: 10% 0 20.4%;
	}

	.p-tourara03 .p-tour-contentbox {
		flex-direction: column-reverse;
	}

	.p-tourara04 .p-tour-contentbox {
		flex-direction: column-reverse;
	}

	.p-point-numbox {
		position: relative;
		z-index: 2;
	}

	.p-point-numbox img {
		width: 60%;
	}

	.p-tour-contentbox {
		width: 90%;
		margin: auto;
	}

	.p-tourara04 .p-tour-contentbox {
		margin: 0 auto 10.5%;
	}

	.p-point-contentimg {
		margin-top: -6%;
	}

	.p-point-contentimg div {
		width: 48%;
	}

	.p-tourtext {
		font-size: 4.5vw;
		/*letter-spacing: .05em;*/
	}

	.p-caution-text {
		font-size: 3vw;
	}

	/*** end工場見学***/

	/*** プライバシー***/
	.p-privacy-box .p-maintitle {
		font-size: 6.7vw;
	}

	.p-privacy-box .p-text,
	.p-privacy-box .p-subtitle,
	.p-subtext {
		font-size: 3.2vw;
	}

	.p-privacy-inner {
		margin: 0 0 12vw;
	}

	.p-subtitle {
		margin: 0 0 0 1%;
	}

	.p-subtext {
		margin: 0 0 4vw;

	}

	/***end プライバシー***/

	/***end 会社概要***/
	.p-company-area {
		width: 90.7%;
		flex-direction: column;
	}

	.p-company-inbox table {
		width: 100%;
		margin: 0 0 14vw;
	}

	.p-company-inbox {
		width: 100%;
	}

	.p-company-inbox .title {
		font-size: 6.7vw;
	}

	.p-enoki-production-box td:nth-last-child(2) {
		text-indent: -.8em;
		padding: 2% 0 2% 1.4em;
	}

	.p-enoki-production-box table {
		margin: 0 0 8vw;
	}

	.p-company-inbox table th {
		width: 30.4%;
		padding: 3vw 0 3vw 1.6vw;
		font-size: 3.7vw;
	}

	.p-company-inbox table td {
		padding: 3vw 0;
		font-size: 3.7vw;
	}

	.p-production-box {
		width: 89.4%;
	}

	.p-production-box .text:last-child {
		border-bottom: 1px dashed #4c4238;
	}

	.p-production-box .title {
		font-size: 6.7vw;
		text-align: left;
	}

	.p-production-box .title .icon_jas {
		width: 18.6vw;
		margin-right: 0;
		margin-left: 6vw;
	}

	.p-production-box .text {
		padding: 3.15vw 0;
		font-size: 3.8vw;
	}

	.c-btn-area {
		width: 57.6vw;
		margin: 0 auto 16vw;
		flex-direction: column;
	}

	.c-btn-box a,
	.c-btn-box button {
		width: 57.6vw;
		height: 9.6vw;
		line-height: 9.6vw;
		border-radius: 7vw;
		font-size: 3.8vw;
		color: #fff;
		background: #00693e;
	}

	.c-btn-area.p-company-btnarea {
		width: 90vw;
	}

	.c-btn-area.p-company-btnarea a {
		width: 90vw;
	}

	.c-btn-box a :hover,
	.c-btn-box button :hover {
		border-radius: 7vw;
	}

	.c-btn-box img {
		width: 2vw;
		position: absolute;
		left: 11%;
		top: 31%;
		bottom: 0;
	}

	.c-btn-area .c-btn-box:first-child {
		margin: 0 auto 2.4vw;
	}

	.p-enoki-production-box .title {
		margin: 0 0 4vw;
		font-size: 5.3vw;
	}

	.p-enoki-production-box th,
	.p-enoki-production-box td {
		font-size: 3.1vw;
		vertical-align: top;
	}

	.p-enoki-production-box {
		width: 89.4%;
	}

	.p-enoki-production-box th:first-child {
		width: 36.6vw;
	}

	.p-product-cooking-list {
		margin: 0 0 5.6vw;
	}

	.p-sdgs-area {
		width: 90.7%;
		flex-direction: column;
		margin-bottom: 16vw;
	}

	.p-sdgs-ttl {
		width: 60vw;
		margin: 0 auto;
	}

	.p-sdgs-ttl .ttl-box {
		width: 60vw;
		height: 60vw;
		padding-top: 9vw;
		margin-bottom: -13vw;
	}

	.p-sdgs-ttl .ttl-box .ttl img {
		width: 38vw;
	}

	.p-sdgs-ttl .ttl-box .txt {
		font-size: 3.6vw;
		margin: 3.8vw 0;
	}

	.p-sdgs-ttl .ttl-box .logo img {
		width: 49vw;
	}

	.p-sdgs-upimg img {
		width: 55vw;
	}

	.p-sdgs-contentbox {
		max-width: inherit;
		margin-top: 8vw;
	}

	.p-sdgs-contentimg {
		margin-bottom: 6vw;
	}

	.p-sdgs-contentimg>div {
		width: 48%;
	}

	.p-sdgstext {
		font-size: 3.8vw;
	}

	/***end 会社概要***/

	/***お問い合わせ***/
	.p-contact-titlebox .title {
		margin: 0 auto 2vw;
		font-size: 7.8vw;
		text-align: center;
	}

	.p-sp-lead {
		color: #4c4238;
		font-size: 3.7vw;
		text-align: center;
	}

	.p-sp-lead span {
		color: #00693e;
		font-weight: bold;
	}

	.p-contact-box .c-contact-table tr:first-child .mwform-radio-field.horizontal-item:nth-child(2) {
		margin-right: 10px;
	}

	.p-contact-privacy {
		margin: 0 0 8vw;
	}

	.p-contact-privacy-box .p-text,
	.p-contact-privacy-box .p-subtitle,
	.p-contact-privacy-box .p-subtext {
		font-size: 3.2vw;
	}

	.p-contact-privacy-box .p-privacy-inner {
		margin: 0 0 12vw;
	}

	/***end お問い合わせ***/

	/*** お問い合わせ(完了)***/
	.p-complete-box .title {
		margin: 0 0 7.4vw;
		font-size: 5vw;
	}

	/*** end お問い合わせ(完了)***/

	/*** えのきの効果***/
	.p-effect-visualbox {
		position: relative;
		padding: 19.4vw 0;
		background: url(../images/effect/sp-main.png) 100% 100%/ 100% no-repeat, url(../images/common/commonbg.png);
	}

	.p-effect-lead-box {
		flex-direction: column;
	}

	.p-effect-spimg {
		width: 78.6%;
		margin: 0 0 10.5vw;
	}

	.p-effect-lead-textbox {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.p-effect-lead-textbox img {
		max-width: 100%;
		width: 24%;
		margin: 0;
	}

	.p-effect-lead-textbox p {
		font-size: 3.7vw;
	}

	.p-effect-box,
	.p-effect-inarea {
		width: 100%;
	}

	.p-effect-lead-box {
		max-width: 100%;
		width: 89.4%;
		margin: 0 auto 4vw;
	}

	.p-effect-inbox {
		padding: 3% 5.46%;
		border: none;
		border-top: 2px solid #00693e;
		border-radius: 0;
	}

	#prevention {
		border-bottom: 2px solid #00693e;
		margin: 0 !important;
		;
	}

	.p-effect-titlebox img {
		display: none;
	}

	.p-effect-titlebox {
		position: inherit;
		left: 0;
		margin: 0;
		background: url(../images/effect/sp-arrow01.png) 100% 50%/ 6% no-repeat;
	}

	.p-effect-titlebox.active {
		background: url(../images/effect/sp-arrow02.png) 100% 50%/ 6% no-repeat;
	}

	.p-effect-titlebox .title {
		position: inherit;
		margin: 0;
		top: 0;
		left: 0;
		color: #00693e;
		/*font-size: 5.3vw;*/
		font-size: 4.8vw;
		text-align: left;
		text-indent: -1.6em;
		padding-left: 1.6em;
	}

	.p-effect-flex {
		display: none;
	}

	.p-effect-inbox {
		margin: 0;
	}

	.p-effect-comment-text {
		font-size: 4vw;
		left: 5vw;
		top: 9%;
		max-width: 100%;
		width: 83%;
	}

	.p-effect-mg {
		margin-bottom: 10%;
	}

	.p-effect-textbox {
		width: 100%;
		margin: 6% 0px;
	}

	.p-effect-textbox p {
		font-size: 3.7vw;
	}

	.p-effect-flex img {
		float: right;
		width: 51%;
		margin: 0 0 1% 2%;
	}

	.p-effect-subtext {
		width: 95%;
		margin: 0 auto 4%;
		text-indent: 0;
		padding-left: 0;
	}

	/*** end えのきの効果***/

	/*** 販売店情報***/

	.p-retail-list a {
		width: 100%;
	}

	.p-retail-visualbox {
		position: relative;
		padding: 19.4vw 0;
		background: url(../images/retail/sp-main.png) 100% 100%/ 100% no-repeat, url(../images/common/commonbg.png);
	}

	.p-retail-box {
		max-width: 100%;
		margin: 0 auto 11.2vw;
	}

	.p-retail-titlebox {
		max-width: 100%;
		width: 89.6%;
		margin: 0 auto 5.4vw;
	}

	.p-retail-titlebox .title {
		margin: 0 0 5.4vw;
		font-size: 4.2vw;
	}

	.p-retail-listbox {
		width: 90%;
		margin: 8vw auto 11vw;
	}

	.p-retail-list,
	.p-retail-list:nth-last-child(2),
	.p-retail-list:nth-last-child(3) {
		width: 48.5%;
		border-radius: 3vw;
		margin: 0 0 4% 0;
		padding: 3vw;
	}

	.p-retail-list:nth-child(odd) {
		margin-right: 3% !important;
	}

	.p-retail-imgbox {
		padding-bottom: 100%;
		margin-bottom: 2vw;
	}

	.p-retail-list .day {
		font-size: 3.2vw;
	}

	.p-retail-list .title {
		font-size: 4.27vw;
		letter-spacing: -0.12em;
		margin-bottom: .5em;
	}

	.p-retail-list .title span {
		font-size: 3.2vw;
		letter-spacing: -0.1em;
	}

	.p-retail-list .c-btn-box img {
		position: relative;
		left: 0;
		top: 0;
	}

	.p-retail-list .c-btn-box a {
		width: 100%;
		height: 6vw;
		line-height: 6vw;
		font-size: 3vw;
	}

	.p-retail-list .c-btn-box a img {
		width: 3%;
		margin-right: 3%;
	}

	.p-retail-list .c-btn-box .p-key {
		margin: 0 0 1% 2.5% !important;
	}

	.l-retail-area .p-retail-more button img {
		width: 15px !important;
		margin: 0 11px 0 -20px !important;
	}

	.l-retail-area .p-retail-more button .u-hover-no {
		display: block;
		left: 36%;
		top: 50%;
		margin-top: -4px !important;
	}

	.inline_content .title {
		font-size: 5.7vw;
	}

	.inline_content .text,
	.inline_content .text a {
		font-size: 4.8vw;
	}

	.inline_content .error {
		margin: 0 0 2vw;
		font-size: 3.4vw;
	}

	.inline_content .number {
		max-width: 100%;
		width: 64.2%;
	}

	.inline_content .number span {
		margin-right: 6.7vw;
		font-size: 8vw;
	}

	.inline_content .p-btn-box a {
		width: 43%;
		height: auto;
		padding: 2.8% 0px;
		border-radius: 50px;
		background: #fff url(../images/common/arrow.png) 20% 50% / 6% no-repeat;
		font-size: 4.3vw;
		line-height: 1;
	}

	.p-retail-more a img,
	.p-retail-more button img {
		width: 11% !important;
		margin: 0px 11px 0 0px !important;
	}

	.inline_content .title {
		margin: 8.6vw 0 5vw;
		font-size: 5.7vw;
	}

	.inline_content .text {
		margin: 0 0 3vw;
	}

	.inline_content .number {
		margin: 0 auto 4.4vw;
	}

	#cboxPrevious,
	#cboxNext,
	#cboxSlideshow,
	#cboxClose,
	#cboxPrevious,
	#cboxNext,
	#cboxSlideshow,
	#cboxClose:hover {
		top: 83%;
		width: 11%;
		height: 13%;
		background: url(../images/retail/sp-close.png) 100% 82% /100% no-repeat;
	}

	.inline_content .p-btn-box {
		margin: 0 auto 20vw;
	}

	/*** end 販売店情報***/

	/*** えのきができるまで***/
	.p-flow-visualbox {
		padding: 19.4vw 0;
		background: #8bc53f url(../images/flow/sp-main.png) 100% 100%/ 100% no-repeat;
	}

	.p-flow-box {
		width: 100%;
	}

	.p-circle-box {
		position: relative;
		max-width: 100%;
		min-height: auto;
		height: auto;
		padding-top: 4vw;
		border: none;
		border-radius: 0;
		top: 0;
		padding-bottom: 25vw;
	}

	.p-circle-box p {
		font-size: 4.2vw;
		line-height: 1;
		display: block;
		width: 89.4%;
		padding: 0 0 5.4vw;
		margin: 0 auto 5.4vw;
	}

	.p-enoki01box img {
		width: 67%;
		margin: 0 auto;
	}

	.p-enoki01box {
		left: 0;
		bottom: 0;
	}

	.p-flow_listarea {
		width: 89.4%;
		padding: 5.4vw 0 10vw;
		background: url(../images/flow/sp-border.png) 100% 50%/ 100% no-repeat;
	}

	.p-flow_list {
		max-width: 100%;
		width: 72%;
	}

	.p-flow_list .p-label-title {
		font-size: 4.5vw;
		bottom: 7%;
	}

	.p-flow_list p {
		font-size: 3.2vw;
		max-width: 100%;
	}

	.p-flow_list:nth-child(1) {
		margin: 0 0 3vw;
	}

	.p-flow_list:nth-child(2) {
		margin: 0 0 10vw;
	}

	.p-flow_list:nth-child(3) {
		margin-bottom: 1vw;
	}

	.p-flow_list:nth-child(4) {
		margin: 0 7vw 9.2vw 0;
	}

	.p-flow_list:nth-child(5) {
		margin: 0 0 1vw 0;
	}

	.p-flow_list:nth-child(6) {
		margin-bottom: 6.2vw;
	}

	.p-flow_list:nth-child(6) .p-label-title {
		bottom: 5%;
	}

	.p-flow_list:nth-child(7) {
		margin: 0 0 13.4vw 3vw;
	}

	.p-flow_list:nth-child(8) {
		width: 76.4%;
		margin: 0 0 3vw 0;
	}

	.p-flow_list:nth-child(8) .p-label-title {
		bottom: 8%;
	}

	.p-flow_list:nth-child(9) {
		max-width: 100%;
		width: 74.2%;
		margin: 0 0 0 15vw;
	}

	.p-flow_list:nth-child(9) .p-label-title {
		bottom: 6.2%;
	}

	.p-flow-factorybox {
		width: 89.6%;
		padding: 10vw 6.4vw 0;
	}

	.p-flow-factorybox .titlebox {
		top: -10vw;
	}

	.p-flow-factorybox .titlebox img {
		width: 100%;
	}

	.p-flow-factorybox .titlebox .title {
		font-size: 5.9vw;
	}

	.p-flow-factorybox .subtitle {
		width: 100%;
		font-size: 3.6vw;
		text-align: center;
	}

	.p-flow-button {
		width: 100%;
		margin: 0 auto 4vw;
	}

	.p-flow-button a {
		width: 100%;
		font-size: 5vw;
	}

	.p-flow-button a img {
		width: 3%;
	}

	.p-flow-factoryimg {
		margin: 0 auto;
	}

	.p-flow-factoryimg img {
		margin: 0 auto;
	}

	.p-flow-factoryimg {
		position: relative;
		right: 0;
	}

	.p-flow-factorybox .subtitle {
		margin: 0px 0 5.2vw;
		padding: 0 0 5vw;
	}

	.p-flow-factorybox .p-br-none {
		margin-bottom: 8vw;
		padding-bottom: 0;
		border-bottom: none;
	}

	.p-flow_list:nth-child(8) p,
	.p-flow_list:nth-child(9) p {
		max-width: 100%;
		margin-left: 0;
	}

	svg {
		display: none;
	}

	/***end えのきができるまで***/


	/*** 採用情報***/
	.p-recruit-visualbox {
		position: relative;
		padding: 19.4vw 0;
		background: url(../images/recruit/sp-main.png) 100% 100%/ 100% no-repeat, url(../images/common/commonbg.png);
	}

	.p-recruit-box {
		flex-direction: column;
		padding: 12% 0;
	}

	.p-recruit-imgbox {
		max-width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.p-recruit-imgbox>div {
		width: 48%;
	}

	.p-recruit-imgbox>div+div {
		margin-top: 0;
	}

	.p-recruit-imgbox {
		max-width: 560px;
		width: 100%;
	}

	.p-recruit-imgbox p {
		display: block;
		width: 100%;
		font-size: 3.2vw;
		margin-top: .4em;
	}

	.p-recruit-textbox {
		max-width: inherit;
		width: 100%;
		margin: 0 auto;
	}

	.p-recruit-textbox .title {
		margin: 1.4em 0 1em;
		padding-left: 0;
		font-size: 5.6vw;
		text-align: center;
		line-height: 1.6;
	}

	.p-recruit-list {
		/*	padding-left: 18px;*/
		padding: 0;
		margin: 0;
	}

	.p-recruit-list li {
		font-size: 4vw;
		line-height: 1.66;
		list-style: none;
		padding-left: 0;
		text-indent: 0;
	}

	.p-recruit-link {
		display: block;
		max-width: 90%;
		margin: 0 auto;
	}

	.p-recruit-link .c-link__btn+.c-link__btn {
		margin-top: 2.4vw;
	}

	.p-recruit-link .c-link__btn a {
		width: 64%;
		font-size: 3.4vw;
	}

	.p-recruit-detail-box {
		max-width: 90%;
		margin: 0 auto;
		padding: 25vw 0 0;
	}

	.p-recruit-detail-box:last-of-type {
		padding-bottom: 12vw;
	}

	.p-recruit-detail-box .title {
		margin: 0 0 1.5em;
		font-size: 6.66vw;
	}

	.p-recruit-detail-box .title+p {
		font-size: 4vw;
	}

	.p-recruit-detail-box table th {
		width: 6em;
		padding: .8em 0;
		font-size: 3.7vw;
	}

	.p-recruit-detail-box table td {
		padding: .8em 0;
		font-size: 3.7vw;
	}

	.p-recruit-detail-box table td span {
		font-size: 3.4vw;
	}

	.p-recruit-detail-box .c-btn-box {
		margin-top: 8vw;
	}

	.p-recruit-detail-box .c-btn-box a {
		font-size: 4vw;
	}

	.p-recruit-detail-box .c-btn-box img {
		width: 2vw;
		left: 10.6%;
		top: 50%;
		transform: translateY(-50%);
	}

	/***end 採用情報***/
}

@media screen and (max-width: 480px) {

	.p-flow-visualbox {
		padding: 18.4vw 0;
	}

	.p-flow_flag {
		top: 7vw
	}

	.p-retail-visualbox {
		padding: 18vw 0;
	}

	.p-recipe__timebox p {
		bottom: 1vw;
		font-size: 10px;
		margin: 15px 0 0 0;
	}

	.p-recipe__timebox span {
		font-size: 18px;
	}
}





/*1025販売店追加*/
.l-retail-area .recipe_category_tab {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto 110px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px calc(16% / 7);
	padding: 0;
}

.l-retail-area .recipe_category_tab li {
	list-style-type: none;
	width: 10.5%;
}

.l-retail-area .recipe_category_tab li a {
	display: block;
	padding-bottom: 18px;
	position: relative;
}

.l-retail-area .recipe_category_tab li a::before {
	content: "";
	width: 17px;
	height: 17px;
	border-right: 1px solid #231815;
	border-bottom: 1px solid #231815;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: rotate(45deg) translateX(-50%);
}

.l-retail-area .recipe_category_tab li .img {
	width: 100%;
	max-width: 114px;
	height: 112px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0 auto 12px;
}

.l-retail-area .recipe_category_tab li .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.l-retail-area .recipe_category_tab li .txt {
	color: #231815;
	font-size: 15px;
	text-align: center;
}

@media screen and (max-width: 768px) {

	.l-retail-area .recipe_category_tab {
		width: 90%;
		margin: 0 auto 14%;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 3vw 4%;
	}

	.l-retail-area .recipe_category_tab li {
		width: calc(92% / 3);
	}


	.l-retail-area .recipe_category_tab li a {
		padding-bottom: 3vw;
	}

	.l-retail-area .recipe_category_tab li a::before {
		width: 3vw;
		height: 3vw;
	}

	.l-retail-area .recipe_category_tab li .img {
		width: 100%;
		max-width: inherit;
		height: 19vw;
		margin-bottom: 1vw;
	}

	.l-retail-area .recipe_category_tab li .txt {
		font-size: 3.3vw;
		margin-bottom: 1vw;
	}
}


/*トップページフッター バナー*/
.p-top-bnrlink {
	max-width: 980px;
	width: 100%;
	margin: 25px auto 0;
}

.p-top-bnrlink__inner {
	width: 345px;
	text-align: center;
}

.p-top-bnrlink p {
	display: inline-block;
	margin: 0 0 10px;
	padding: 7px 26px;
	background: url(../images/top/slash-left.png) bottom left/auto no-repeat, url(../images/top/slash-right.png) bottom right/auto no-repeat;
	color: #00693e;
	font-weight: bold;
	font-size: 12.5px;
	text-align: center;
}

.p-top-bnrlink a.bnr {
	transition: .3s ease;
}

.p-top-bnrlink a.bnr:hover {
	opacity: .7;
}

@media screen and (max-width: 768px) {
	.p-top-bnrlink {
		max-width: 100%;
		width: 91%;
		margin: 8vw auto 0;
	}

	.p-top-bnrlink__inner {
		width: 100%;
	}

	.p-top-bnrlink p {
		margin: 0 0 2vw;
		padding: 1vw 6vw;
		font-size: 3.2vw;
	}
}