@charset "UTF-8";

section {
	margin-bottom: 100px;
}

section:last-child {
	margin-bottom: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

.-respimg>img {
	margin: auto;
}

.vis {
	margin-bottom: 50px;
	height: 500px;
	background-image: url(/assets/img/feature_vol26/bg-main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.vis_areattl {
	width: 215px;
	height: 215px;
	background-color: #E83428;
	border-radius: 50%;
	border: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 20px;
}

.vis_title {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 6px;
}

.vis_title>.icon {
	display: block;
	font-size: 27px;
	line-height: 1;
	margin-bottom: 7px;
}

.vis_title>b {
	display: block;
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
}

.vis_number {
	color: #fff;
	line-height: 1;
}

.vis_number>small {
	display: inline-block;
	font-size: 35px;
	margin-right: 4px;
}

.vis_number>b {
	display: inline-block;
	font-size: 50px;
}

.intro {
	text-align: center;
}

.intro_ttl {
	line-height: 1.2;
	position: relative;
	font-size: 45px;
	font-weight: normal;
}

.intro_text {
	margin-top: 30px;
}

.intro_link {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-top: 50px;
}

.intro_link_item {
	margin: 0 auto;
	max-width: 320px;
	width: 32%;
	height: 100px;
	line-height: 1.25;
	background: #F2F2EF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	transition: opacity 0.5s;
	position: relative;
}

.intro_link_item:first-child {
	margin-left: 0;
}

.intro_link_item:last-child {
	margin-right: 0;
}

.intro_link_item:hover {
	opacity: 0.8;
}

.intro_link_item::after {
	content: "";
	display: block;
	width: 20px;
	height: 10px;
	background-image: url(/assets/img/feature_vol26/path-arrow_down@2x.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 50%;
	bottom: 10px;
	transform: translate(50%, 50%);
}

.-interview .intro_link_item {
	max-width: 660px;
	width: 100%;
	height: 140px;
}

.-interview .intro_link_item::after {
	right: 50px;
	bottom: 50%;
}

.intro_link_item_txt {
	padding-bottom: 15px;
}

.-interview .intro_link_item_txt {
	padding-bottom: 0;
	padding-left: 140px;
}

.intro_link_item .-interview_img {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sechero {
	height: 300px;
	width: 100%;
	background-color: #bfbfbf;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.secttl {
	margin: -40px auto 50px;
	height: 80px;
	line-height: 1;
	max-width: 750px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	color: #fff;
	font-weight: normal;
	position: relative;
}

.secttl::before,
.secttl::after {
	border-style: solid;
	border-width: 40px 20px;
	border-color: #000000 transparent;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.secttl::before {
	left: 0;
	transform: translate(-50%, -50%);
}

.secttl::after {
	right: 0;
	transform: translate(50%, -50%);
}

.secttl span {
	font-size: 30px;
	z-index: 10;
}

.product .secttl {
	background: #0D0606;
}

.product .secttl::before,
.product .secttl::after {
	border-color: #0D0606 transparent;
}

.sectxt {
	text-align: center;
}

.kind {
	background: #fff;
	padding: 6px 20px;
	position: relative;
	display: inline-block;
	line-height: 1.5;
}

.kind::before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	border-width: 6px;
	border-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.kind.-green {
	color: #2C7B44;
}

.kind.-orange {
	color: #E5645B;
}

.kind.-bggray {
	background-color: #F2F2EF;
}

.kind.-green::before {}

.kind.-orange::before {}

.feature .sechero {
	background-image: url(/assets/img/feature_vol26/pt-hero_feature@2x.jpg);
}

.feature .seccont {
	margin-top: 100px;
}

.feature_ttl {
	margin-bottom: 50px;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
}

.feature_ttl::before,
.feature_ttl::after {
	content: "";
	display: block;
	width: 61px;
	height: 54px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.feature_ttl::before {
	background-image: url(/assets/img/feature_vol26/line-dot_feature_left@2x.png);
}

.feature_ttl::after {
	background-image: url(/assets/img/feature_vol26/line-dot_feature_right@2x.png);
}

.feature_ttl img {
	padding-bottom: 10px;
}

.feature_intro {
	margin: auto;
	max-width: 1000px;
	width: 100%;
	text-align: center;
}

.feature_list {
	margin-top: 120px;
}

.feature_item {
	margin-bottom: 120px;
	max-width: 1200px;
	width: 100%;
	min-height: 375px;
	box-sizing: content-box;
	overflow: visible;
	position: relative;
}

.feature_item:not(.-rev) {
	padding-left: 20px;
	margin-left: auto;
}

.feature_item.-rev {
	padding-right: 20px;
	margin-right: auto;
}

.feature_item::before {
	content: "";
	display: block;
	max-width: 1240px;
	width: 100%;
	height: 395px;
	background-size: 16px 24px;
	background-repeat: repeat;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.feature_item:not(.-rev)::before {
	background-position: left top;
}

.feature_item.-rev::before {
	background-position: right top;
}

.feature_item.-leaf::before {
	background-image: url(/assets/img/feature_vol26/pattern-dot_green@2x.png);
}

.feature_item.-fruit::before {
	background-image: url(/assets/img/feature_vol26/pattern-dot_red@2x.png);
}

.feature_item.-oil::before {
	background-image: url(/assets/img/feature_vol26/pattern-dot_yellow@2x.png);
}

.feature_item_detail_head {
	position: absolute;
	top: 0;
	z-index: 20;
}

.feature_item:not(.-rev) .feature_item_detail_head {
	transform: translate(-50%, -50%);
	left: 20px;
}

.feature_item.-rev .feature_item_detail_head {
	transform: translate(50%, -50%);
	right: 20px;
}

.feature_item_container {
	width: 100%;
	height: 100%;
	overflow: visible;
	box-sizing: border-box;
	background-color: #F2F2EF;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 10;
}

.feature_item:not(.-rev) .feature_item_container {
	margin-left: auto;
	padding-left: 120px;
	flex-direction: row;
}

.feature_item.-rev .feature_item_container {
	margin-right: auto;
	padding-right: 120px;
	flex-direction: row-reverse;
}

.feature_item_detail {
	max-width: 450px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.feature_item_detail_txt {
	margin-top: 10px;
}

.feature_item_img {
	max-width: 500px;
	width: 100%;
}

.feature_item:not(.-rev) .feature_item_img {
	text-align: left;
	padding-left: 75px;
}

.feature_item.-rev .feature_item_img {
	text-align: right;
	padding-right: 75px;
}

.feature_cmnlink {
	margin: 0 auto;
	height: 50px;
	width: 300px;
	border: 1px solid #787878;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.feature_cmnlink::after {
	margin-left: 5px;
	height: 19px;
	width: 19px;
	display: inline-block;
	content: "";
	background-image: url(/assets/img/feature_vol26/clip-link_blank@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.brand .seccont {
	margin: 0 auto;
	max-width: 850px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.brand_ttl {
	margin-bottom: 40px;
	padding: 0 15px 30px;
	border-bottom: 1px solid #707070;
}

.brand_description {
	margin-bottom: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.brand_description_img {
	max-width: 300px;
	width: 100%;
	text-align: center;
}

.brand_description_txt {
	max-width: 550px;
	width: 100%;
}

.brand_link {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.brand_link_item {
	max-width: 400px;
	width: 48%;
	height: 100px;
	background-color: #F2F2EF;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.brand_link_item::after {
	content: "";
	display: inline-block;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	background-image: url(/assets/img/feature_vol26/path-link_newwindow@2x.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product .sechero {
	background-image: url(/assets/img/feature_vol26/pt-hero_product@2x.jpg);
}

.product_galttl {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.product_gal {}

.product_gal>li {
	margin-bottom: 10px;
	padding: 30px 40px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.product_gal>li:last-child {
	margin-bottom: 0;
}

.product_gal_img {
	margin-right: 40px;
	max-width: 330px;
	width: 100%;
	text-align: center;
}

.product_table {
	width: 100%;
}

.product_table thead {
	font-size: 20px;
}

.product_table tbody th,
.product_table tbody td {
	padding: 10px 0;
	line-height: 1.5;
	border-top: 1px solid #CECECE;
	font-weight: normal;
	word-break: break-all;
}

.product_table tbody th {
	width: 150px;
}

.interview .sechero {
	height: 500px;
	background-image: url(/assets/img/feature_vol26/pt-hero_interview@2x.jpg);
}

.interview {
	padding-bottom: 100px;
	background-color: #F2F2EF;
}

.interview_ttl {
	padding-top: 100px;
	text-align: center;
	color: #6EBA57;
	font-size: 50px;
	font-weight: bold;
}

.interview_ttl span {
	position: relative;
}

.interview_ttl span::before {
	content: "";
	display: block;
	width: 80px;
	height: 71px;
	background-image: url(/assets/img/feature_vol26/img-interview_head@2x.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	right: 20px;
	transform: translate(100%, -100%);
}

.interview_txt {
	text-align: center;
	font-weight: bold;
	padding-bottom: 50px;
	line-height: 1.5;
}

.interview_intro {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}

.interview_intro_img {
	width: 57.7%;
	margin-right: 60px;
	overflow: visible;
}

.interview_intro_detail {}

.interview_intro_border {
	display: block;
	text-align: center;
}

.interview_intro_border.-top {
	padding-bottom: 25px;
}

.interview_intro_border.-bottom {
	padding-top: 25px;
}

.interview_intro_pro {
	padding-left: 15px;
	line-height: 1.5;
	font-size: 17px;
}

.interview_intro_name {
	margin-top: 10px;
	padding-left: 15px;
	line-height: 1.5;
	font-size: 24px;
}

.interview_item {
	margin-top: 90px;
}

.interview_item_img img {
	max-width: 100%;
	height: auto;
}

.interview_item_ttl span {
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	padding: 20px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	max-width: 780px;
	margin: -30px auto 0;
	background: #0D0606;
}

.interview_item_ttl span::before,
.interview_item_ttl span::after {
	font-family: icomoon;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	font-size: 85px;
	display: inline-block;
	line-height: 1;
	color: #0D0606;
}

.interview_item_ttl span::before {
	content: "\e90e";
	left: -19.5px;
}

.interview_item_ttl span::after {
	content: "\e90f";
	right: -19.5px;
}

.interview_item_desc {
	text-align: center;
	font-size: 26px;
	line-height: 1.5;
	margin-top: 50px;
}

.interview_item_txt_cnt {
	margin-top: 30px;
	padding: 0 90px;
}

.interview_item_txt {
	line-height: 1.8;
}

.interview_item_txt:nth-child(n+2) {
	margin-top: 20px;
}

.interview_group {
	margin-top: 55px;
}

.interview_group:last-child {
	padding-bottom: 100px;
}

.interview_group_img {
	text-align: center;
}

.interview_group_txt_cnt {
	margin-top: 50px;
	padding: 0 90px;
}

.interview_group_txt {
	line-height: 1.8;
}

.interview_group_txt:nth-child(n+2) {
	margin-top: 20px;
}

.interview_pro {
	margin-top: 100px;
	padding-top: 100px;
	border-top: 1px dotted #707070;
}

.interview_pro_col {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.interview_pro_img_cnt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.interview_pro_img {}

.interview_pro_img:last-child {
	margin-top: 20px;
}

.interview_pro_img img {
	max-width: 100%;
	height: auto;
}

.interview_pro_detail {
	width: 50%;
}

.interview_pro_txt_cnt {
	padding-top: 20px;
}

.interview_pro_txt {
	padding-bottom: 20px;
}

.interview_pro_txt.-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.interview_pro_txt.-flex>* {
	max-width: 240px;
	width: 100%;
}

.interview_pro_detail .feature_cmnlink {
	margin-left: 0;
	width: 250px;
}

.recipe {
	margin: 30px 0 100px;
}

.recipe_detail {
	text-align: center;
}

.recipe_desc {
	line-height: 1.9;
	margin-top: 25px;
}

.recipe_ttl {
	font-size: 30px;
}

.recipe_process li::before {
	content: "・";
}

.outro {
	margin: 0 auto;
	max-width: 1200px;
	width: auto;
	height: 310px;
	background-image: url(/assets/img/feature_vol26/bg-outro@2x.png);
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

.outro_main {
	margin-right: auto;
	max-width: 700px;
	width: 70%;
	text-shadow: 1px 1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff;
}

.outro_supply {
	margin-top: 50px;
	font-size: 13px;
}

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

	.feature_item:not(.-rev),
	.feature_item.rev {
		padding: 0;
	}

	.feature_item::before {
		max-width: none;
	}

	.feature_item:not(.-rev) .feature_item_detail_head {
		left: 50%;
	}

	.feature_item.-rev .feature_item_detail_head {
		right: 50%;
	}

	.feature_item_container {
		justify-content: center;
	}

	.feature_item:not(.-rev) .feature_item_container,
	.feature_item.-rev .feature_item_container {
		margin: 0;
		padding: 20px 0 0;
	}

	.feature_item_img {
		max-width: none;
		width: auto;
	}

	.feature_item:not(.-rev) .feature_item_img {
		padding-left: 50px;
	}

	.feature_item.-rev .feature_item_img {
		padding-right: 50px;
	}
}

@media screen and (max-width:999px) {
	img.vis-tb {
		margin: auto;
	}

	.vis {
		height: 360px;
	}

	.vis_areattl {
		width: 180px;
		height: 180px;
	}

	.vis_title>b {
		font-size: 20px;
	}

	.vis_number>small {
		font-size: 30px;
	}

	.vis_number>b {
		font-size: 40px;
	}

	.intro_ttl {
		font-size: 32px;
	}

	.sechero {
		height: 300px;
	}

	.secttl {
		margin-top: -35px;
		max-width: 600px;
		height: 70px;
	}

	.secttl::before,
	.secttl::after {
		border-width: 35px 17.5px;
	}

	.secttl span {
		font-size: 24px;
	}

	.feature_item:not(.-rev) .feature_item_container,
	.feature_item.-rev .feature_item_container {
		padding-top: 100px;
		flex-direction: column;
		justify-content: center;
	}

	.feature_item:not(.-rev) .feature_item_img,
	.feature_item.-rev .feature_item_img {
		margin-top: 20px;
		padding: 0;
	}

	.interview .sechero {
		height: 400px;
	}

	.interview_item_ttl span {
		max-width: 650px;
		font-size: 25px;
	}

	.interview_item_ttl span::before,
	.interview_item_ttl span::after {
		font-size: 77px;
	}

	.interview_item_ttl span::before {
		left: -17.5px;
	}

	.interview_item_ttl span::after {
		right: -18px;
	}

	.interview_pro {
		margin-top: 50px;
		padding-top: 40px;
	}

	.interview_pro_col {
		display: block;
	}

	.interview_pro_img_cnt {
		width: 100%;
		flex-direction: row;
	}

	.interview_pro_img {
		text-align: center;
	}

	.interview_pro_img:last-child {
		margin-top: 0;
	}

	.interview_pro_detail {
		width: 100%;
		margin-top: 30px;
	}

	.interview_pro_txt_cnt {
		margin-top: 20px;
	}

	.interview_pro_txt {
		line-height: 1.8;
	}

	.interview_pro_txt.-flex {
		flex-direction: column;
		justify-content: center;
		align-items: stretch;
	}

	.interview_pro_txt.-flex>* {
		max-width: none;
	}

	.interview_pro_txt.-flex>figure {
		text-align: center;
	}

	.interview_pro_detail .feature_cmnlink {
		margin-left: auto;
	}

}

@media screen and (max-width:767px) {
	body {
		font-size: 12px;
	}

	img.vis-sp {
		margin: auto;
	}

	.vis {
		height: 200px;
	}

	.vis_areattl {
		width: 79px;
		height: 79px;
		border: 1px solid #ffffff;
	}

	.vis_title {
		padding-bottom: 3px;
		margin-bottom: 5px;
	}

	.vis_title>.icon {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.vis_title>b {
		font-size: 11px;
	}

	.vis_number>small {
		font-size: 12px;
		margin-right: 2px;
	}

	.vis_number>b {
		font-size: 20px;
	}

	.intro_ttl {
		font-size: 24px;
	}

	.intro_text {
		margin-top: 18px;
	}

	.intro_link {
		margin-top: 20px;
	}

	.intro_link_item {
		height: 40px;
		width: 100%;
		margin-bottom: 20px;
	}

	.intro_link_item:last-child {
		margin-bottom: 0;
	}

	.intro_link_item_txt {
		font-size: 13px;
	}

	.sechero {
		height: 200px;
	}

	.secttl {
		margin-top: -30px;
		max-width: 500px;
		height: 60px;
	}

	.secttl::before,
	.secttl::after {
		border-width: 30px 15px;
	}

	.secttl span {
		font-size: 20px;
	}

	.interview {
		padding-bottom: 50px;
	}

	.interview .sechero {
		height: 300px;
	}

	.interview_txt {
		padding-top: 50px;
	}

	.interview_intro {
		display: block;
		margin-top: 40px;
		text-align: center;
	}

	.interview_intro_img {
		width: 100%;
		margin-right: 0;
	}

	.interview_intro_detail {
		width: 230px;
		margin: 35px auto 0;
	}

	.interview_intro_pro {
		font-size: 15px;
	}

	.interview_intro_name {
		font-size: 20px;
		margin-top: 5px;
	}

	.interview_item {
		margin-top: 40px;
	}

	.interview_item_desc {
		font-size: 18px;
		margin-top: 30px;
	}

	.interview_item_txt_cnt {
		padding: 0;
		margin-top: 25px;
	}

	.interview_group {
		margin-top: 30px;
	}

	.interview_group:last-child {
		padding-bottom: 40px;
	}

	.interview_group_txt_cnt {
		padding: 0;
		margin-top: 40px;
	}

}

@media screen and (max-width:640px) {
	section {
		margin-bottom: 50px;
	}

	.sechero {
		height: 150px;
	}

	.secttl {
		max-width: calc(100% - 30px);
	}

	.intro_link {
		flex-direction: column;
	}

	.intro_link_item {
		margin-bottom: 5px;
		max-width: none;
	}

	.intro_link_item_txt {
		padding-bottom: 0;
		text-align: left;
	}

	.intro_link:not(.-interview) .intro_link_item::after {
		right: 20px;
		bottom: 50%;
	}

	.intro_link.-interview .intro_link_item::after {
		right: calc(50% - 70px);
		bottom: 20px;
	}

	.feature_ttl::before,
	.feature_ttl::after {
		width: 46px;
		height: 41px;
	}

	.feature_ttl::before {
		background-image: url(/assets/img/feature_vol26/line-dot_feature_left_sp@2x.png);
	}

	.feature_ttl::after {
		background-image: url(/assets/img/feature_vol26/line-dot_feature_right_sp@2x.png);
	}

	.feature_ttl img.vis-sp {
		margin: 0;
	}

	.feature_intro {
		padding: 0 20px;
		box-sizing: border-box;
		text-align: left;
	}

	.feature_item {
		flex-direction: column !important;
		justify-content: center;
		align-items: center;
	}

	.feature_item_detail {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
		align-items: center;
	}

	.feature_item_detail_txt {
		padding: 20px 25px 0;
		box-sizing: border-box;
	}

	.brand_description {
		flex-direction: column;
		justify-content: center;
	}

	.brand_description_txt {
		padding-top: 20px;
	}

	.brand_link {
		flex-direction: column;
		justify-content: center;
	}

	.brand_link_item {
		margin-bottom: 20px;
		width: 100%;
	}

	.brand_link_item:last-child {
		margin-bottom: 0;
	}

	.product_gal {
		flex-direction: column;
	}

	.product_gal li {
		margin-bottom: 20px;
		padding: 0;
		width: 100% !important;
		flex-direction: column;
		justify-content: center;
	}

	.product_gal_img {
		margin: 0 auto;
	}

	.product_table{
		margin: 10px auto 0;
		max-width: 330px;
	}

	.product_table tbody th {
		width: 100px;
	}

	.interview_ttl {
		font-size: 40px;
	}

	.outro {
		padding-bottom: 200px;
	}

	.outro_main {
		width: 100%;
	}

	.outro_supply {
		margin-top: 25px;
		font-size: 10px;
	}

}