@charset "UTF-8";

/* 共通クラス */
li {
	list-style: none;
}

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

.gBody * {
	box-sizing: border-box;
	position: relative;
}

.-respimg>img {
	margin: auto;
}

.vis {
	margin-bottom: 50px;
	height: 500px;
	background-image: url(/assets/img/feature_vol27/bg-main@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	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;
}

.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;
}

.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;
}

/* ここから */
.intro {
	margin: 0 auto 250px;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

.intro_ttl {
	line-height: 1;
	font-size: 0;
}

.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 10px;
	height: 70px;
	line-height: 1;
	padding: 1px;
	background: #333333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: opacity 0.5s;
}

.intro_link_item:hover {
	opacity: 0.8;
}

.intro_link_item_txt {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background: #F2F2EE;
	background: linear-gradient(135deg, transparent 5px, #F2F2EE 0) top left, linear-gradient(-135deg, transparent 5px, #F2F2EE 0) top right, linear-gradient(-45deg, transparent 5px, #F2F2EE 0) bottom right, linear-gradient(45deg, transparent 5px, #F2F2EE 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.about {
	margin-bottom: 160px;
	min-height: 700px;
	padding: 40px 0;
	background-color: #F2F2EE;
}

.about_inner {
	margin: auto;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.about_cont.-desc {
	max-width: 440px;
	width: 100%;
	padding: 0 20px;
}

.about_ttl {
	line-height: 1;
	font-size: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.about_ttl img:first-child {
	margin-left: -20px;
}

.about_intro {
	margin-top: 40px;
}

.about_link {
	margin-top: 40px;
	max-width: 240px;
	width: 100%;
	height: 70px;
	line-height: 1;
	padding: 1px;
	background: #333333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	transition: opacity 0.5s;
}

.about_link_txt {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background: #ffffff;
	background: linear-gradient(135deg, transparent 5px, #ffffff 0) top left, linear-gradient(-135deg, transparent 5px, #ffffff 0) top right, linear-gradient(-45deg, transparent 5px, #ffffff 0) bottom right, linear-gradient(45deg, transparent 5px, #ffffff 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.about_link_txt::after {
	content: "";
	width: 8px;
	height: 14px;
	background-image: url(/assets/img/feature_vol27/path-arrow_right@2x.png);
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 75%;
	transform: translate(-50%, -50%);
	transition: left 0.5s;
}

.about_link_txt:hover::after {
	left: 80%;
}

.about_cont.-img {
	max-width: 575px;
	width: 57.5%;
}

.about_cont.-img img.-main {
	transform: translate(100px, -180px);
}

.about_cont.-img img.-sub {
	position: absolute;
	right: -260px;
	bottom: -60px;
}

.takumi {
	margin-bottom: 160px;
}

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

.takumi_ttl::before,
.takumi_ttl::after {
	content: "";
	display: block;
	width: 41px;
	height: 57px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.takumi_ttl::before {
	background-image: url(/assets/img/feature_vol27/img-takumi_ttl-left@2x.png);
}

.takumi_ttl::after {
	margin-left: 20px;
	background-image: url(/assets/img/feature_vol27/img-takumi_ttl-right@2x.png);
}

.takumi_person {
	margin-bottom: 160px;
}

.takumi_person>img {
	margin: 0 auto;
	display: block;
	transform: translate(-100px, 0);
}

.takumi_person_sub {
	position: absolute;
	left: 75%;
	top: 78%;
	transform: translate(-50%, -50%);
}

.takumi_person_sub figcaption {
	width: 100%;
	color: #ffffff;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.takumi_person_sub figcaption>* {
	line-height: 1.25;
	display: block;
	text-align: center;
}

.takumi_person_sub figcaption small {
	margin-bottom: 10px;
	font-size: 17px;
}

.takumi_item {
	margin-bottom: 150px;
}

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

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

.takumi_item.-item01 .takumi_item_head {
	background-image: url(/assets/img/feature_vol27/pt-takumi_item01@2x.jpg);
}

.takumi_item.-item02 .takumi_item_head {
	background-image: url(/assets/img/feature_vol27/pt-takumi_item02@2x.jpg);
}

.takumi_item_ttl {
	margin: auto;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	transform: translate(0, -50px);
	font-weight: normal;
}

.takumi_item_ttl span {
	margin: auto;
	max-width: 800px;
	width: 100%;
	height: 80px;
	background: #333333;
	background: linear-gradient(135deg, transparent 0, #333333 0) top left, linear-gradient(-135deg, transparent 15px, #333333 0) top right, linear-gradient(-45deg, transparent 0, #333333 0) bottom right, linear-gradient(45deg, transparent 15px, #333333 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 35px;
}

.takumi_item_cont {
	margin: 0 auto 50px;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

.takumi_item_copy {
	margin: 0 auto 20px;
	max-width: 700px;
	width: 100%;
	line-height: 1.25;
	font-size: 24px;
	font-weight: normal;
}

.takumi_item_msg {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
}

.takumi_item_msg .-inner {
	border: 4px double #707070;
	border-image: url("/assets/img/feature_vol27/border-takumi@2x.png") 64 / 16px repeat;
	padding: 0 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.takumi_item_msg.-rev .-inner {
	flex-direction: row-reverse;
}

.takumi_item_msg .-txt {
	width: 100%;
	padding: 50px 0;
}

.takumi_item.-item01 .takumi_item_msg .-txt {
	max-width: 50%;
}

.takumi_item_msg .-txt em {
	margin-bottom: 25px;
	line-height: 1.25;
	display: block;
	color: #C17124;
	font-size: 24px;
	font-style: normal;
}

.takumi_item_msg .-img {
	text-align: center;
}

.takumi_item.-item01 .takumi_item_msg .-img {
	margin-right: -40px;
}

.takumi_item.-item02 .takumi_item_msg .-img {
	max-width: 280px;
	width: 100%;
	text-align: center;
}

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

.interview_hero {
	margin-bottom: 150px;
	width: 100%;
	height: 500px;
	background-color: #bfbfbf;
	background-image: url(/assets/img/feature_vol27/pt-interview_hero@2x.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.interview_ttl {
	max-width: 660px;
	width: 100%;
	height: 180px;
	background-color: #F2F2EF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 60%);
}

.interview_ttl>* {
	display: block;
	font-weight: inherit;
}

.interview_ttl em {
	margin: 20px auto 10px;
	line-height: 1;
	color: #C17124;
	font-size: 45px;
}

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

.interview_intro {
	margin: 0 auto 80px;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
}

.interview_intro .-cont {
	width: 100%;
	padding: 50px 20px;
	background: #ffffff;
	background: linear-gradient(135deg, transparent 15px, #ffffff 0) top left, linear-gradient(-135deg, transparent 15px, #ffffff 0) top right, linear-gradient(-45deg, transparent 15px, #ffffff 0) bottom right, linear-gradient(45deg, transparent 15px, #ffffff 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.interview_intro .-ttl {
	max-width: 35%;
	width: 100%;
	min-height: 250px;
	line-height: 1;
	border-right: 1px solid #CECECE;
	font-size: 24px;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.interview_intro .-tbl {
	margin: 0 80px;
	max-width: 65%;
	width: 100%;
	text-align: left;
	font-weight: normal;
}

.interview_intro .-tbl * {
	text-align: inherit;
	font-weight: inherit;
}

.interview_intro .-tbl th {
	width: 120px;
}

.interview_section {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
}

.interview_item_img {
	margin-bottom: 75px;
}

.interview_item_ttl {
	margin-bottom: 30px;
	line-height: 1;
	font-size: 35px;
	font-weight: normal;
	text-align: center;
}

.interview_item_txt_cnt {
	margin: 0 auto 75px;
	max-width: 900px;
	width: 100%;
}

.interview_item_txt {
	line-height: 1.8;
}

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

.interview_item_subimg {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.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_linkcont {
	margin-top: 30px;
	text-align: center;
}

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

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

.recipe {
	margin: 0 auto 150px;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
}

.recipe_intro {
	margin-bottom: 100px;
	padding-bottom: 75px;
	text-align: center;
	border-bottom: 1px dotted #707070;
	transition: padding 0.5s;
}

.recipe_intro::before,
.recipe_intro::after {
	content: "";
	display: block;
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
}

.recipe_intro::before {
	width: 232px;
	height: 242px;
	background-image: url(/assets/img/feature_vol27/img-recipe_ttl-left@2x.png);
	left: 10%;
	left: calc(50% - 300px);
	transform: translate(-100%, 0);
	transition: left 0.5s;
}

.recipe_intro::after {
	width: 365px;
	height: 242px;
	background-image: url(/assets/img/feature_vol27/img-recipe_ttl-right@2x.png);
	right: 5%;
	right: calc(50% - 280px);
	transform: translate(100%, 0);
	transition: right 0.5s;
}

.recipe_subsec {
	margin: 0 auto 120px;
	max-width: 850px;
	width: 100%;
}

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

.recipe_ttl {
	margin-bottom: 50px;
	line-height: 1;
	font-size: 35px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: normal;
}

.recipe_ttl::before,
.recipe_ttl::after {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #333;
	display: block;
}

.recipe_ttl::before {
	margin-right: 15px;
}

.recipe_ttl::after {
	margin-left: 15px;
}

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

.recipe_list li {
	max-width: 400px;
	width: 50%;
}

.recipe_list li:nth-child(n+3) {
	margin-top: 50px;
}

.recipe_list .-img {
	min-height: 500px;
}

.recipe_list .-desc {
	padding: 30px 15px 0;
}

.recipe_list .-ttl {
	margin-bottom: 15px;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 1px solid #CECECE;
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

.recipe_list .-txt {
	line-height: 1.5;
	font-size: 13px;
}

.recipe_list .-link {
	margin: 0 auto;
	max-width: 240px;
	width: 100%;
	height: 70px;
	line-height: 1;
	padding: 1px;
	background: #333333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	transition: opacity 0.5s;
}

.recipe_list .-link span {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background: #ffffff;
	background: linear-gradient(135deg, transparent 5px, #ffffff 0) top left, linear-gradient(-135deg, transparent 5px, #ffffff 0) top right, linear-gradient(-45deg, transparent 5px, #ffffff 0) bottom right, linear-gradient(45deg, transparent 5px, #ffffff 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.recipe_list .-link span::after {
	content: "";
	width: 8px;
	height: 14px;
	background-image: url(/assets/img/feature_vol27/path-arrow_right@2x.png);
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 85%;
	transform: translate(-50%, -50%);
	transition: left 0.5s;
}

.recipe_list .-link:hover span::after {
	left: 90%;
}

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

.recipe_sublist li {
	max-width: 360px;
	width: 48%;
	background-color: #F2F2EE;
}

.recipe_sublist li:nth-child(n+3) {
	margin-top: 50px;
}

.recipe_sublist .-link {
	min-height: 450px;
	display: block;
}

.recipe_sublist .-link .-link_icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ffffff;
	position: absolute;
	right: 30px;
	bottom: 30px;
	transform: translate(50%, 50%);
	transition: transform 0.5s;
}

.recipe_sublist .-link:hover .-link_icon {
	transform: translate(50%, 50%) scale(1.5);
}

.recipe_sublist .-link_icon::after {
	content: "";
	width: 8px;
	height: 14px;
	background-image: url(/assets/img/feature_vol27/path-arrow_right@2x.png);
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.recipe_sublist .-ttl {
	margin-top: 25px;
	line-height: 1.25;
	font-size: 24px;
}

.recipe_sublist .-ttl>* {
	display: block;
	text-align: center;
}

.recipe_sublist .-place::before {
	content: "【";
}

.recipe_sublist .-place::after {
	content: "】";
}

@media screen and (max-width:1399px) {
	.about_cont.-img img.-main {
		transform: translate(50px, -180px);
	}

	.about_cont.-img img.-sub {
		right: -20px;
		bottom: -100px;
	}

}

@media screen and (max-width:1039px) {
	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;
	}

	.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;
	}

	.intro {
		margin-bottom: 100px;
	}

	.intro_link_item_txt {
		padding: 0px 10px;
	}

	.about {
		margin-bottom: 100px;
		min-height: auto;
		padding-top: 0;
	}

	.about_inner{
		padding: 0;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}

	.about_cont.-desc {
		margin-top: 30px;
		max-width: none;
	}

	.about_intro{
		margin-top: 10px;
	}

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

	.about_ttl img:first-child {
		margin: 0;
	}

	.about_link {
		margin: 40px auto;
	}

	.about_cont.-img {
		max-width: none;
		width: 100%;
	}

	.about_cont.-img figure {
		line-height: 1;
		font-size: 0;
		text-align: center;
	}

	.about_cont.-img img.-main {
		max-width: 50%;
		transform: none;
	}

	.about_cont.-img img.-sub {
		max-width: 50%;
		position: static;
	}

	.takumi {
		margin-bottom: 100px;
	}

	.takumi_person {
		margin: 0 auto 100px;
		max-width: 1000px;
		width: 100%;
		padding: 0 20px;
	}

	.takumi_person>img {
		transform: none;
	}

	.takumi_person_sub {
		margin-top: 20px;
		position: static;
		transform: none;
	}

	.takumi_person_sub img {
		display: none;
	}

	.takumi_person_sub figcaption {
		color: inherit;
		position: static;
		transform: none;
	}

	.takumi_item {
		margin-bottom: 100px;
	}

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

	.takumi_item_head {
		height: 350px;
	}

	.takumi_item_ttl {
		transform: translate(0, -50%);
	}

	.takumi_item_ttl span {
		font-size: 32px;
	}

	.takumi_item_msg .-txt {
		max-width: none;
	}

	.takumi_item.-item01 .takumi_item_msg .-txt {
		max-width: none;
	}

	.takumi_item.-item01 .takumi_item_msg .-img {
		max-width: 40%;
	}

	.takumi_item.-item02 .takumi_item_msg .-img {
		max-width: 100px;
	}

	.interview {
		margin-bottom: 100px;
		padding-bottom: 50px;
	}

	.interview_hero {
		height: 350px;
	}

	.interview_ttl {
		height: 150px;
	}

	.interview_intro .-cont {
		padding: 40px 0;
	}

	.interview_intro .-ttl {
		max-width: 250px;
	}

	.interview_intro .-tbl {
		margin: 0 50px;
	}

	.interview_intro .-tbl th {
		width: 100px;
	}

	.interview_item_img {
		margin-bottom: 50px;
	}

	.interview_item_txt_cnt {
		margin-bottom: 50px;
	}

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

	.interview_pro_col {
		display: block;
	}

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

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

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

	.recipe {
		margin-bottom: 100px;
	}

	.recipe_intro {
		padding-bottom: 250px;
	}

	.recipe_intro::before {
		left: 30%;
		left: calc(50% - 80px);
	}

	.recipe_intro::after {
		right: 55%;
		right: calc(50% + 80px);
	}

}

@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;
	}

	.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;
	}

	/* ここから */
	.intro_link {
		display: block;
	}

	.intro_link_item {
		margin: 0 auto 20px;
		max-width: 300px;
		width: 100%;
	}

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

	.interview_ttl {
		max-width: 500px;
	}

	.interview_intro .-cont {
		padding: 40px 20px;
		display: block;
	}

	.interview_intro .-ttl {
		margin-bottom: 10px;
		max-width: none;
		min-height: 50px;
		padding-bottom: 10px;
		border-right: none;
		border-bottom: 1px solid #CECECE;
	}

	.interview_intro .-tbl {
		margin: 0 auto;
	}

}

@media screen and (max-width:640px) {
	.sechero {
		height: 150px;
	}

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

	/* ここから */
	.intro {
		margin-bottom: 50px;
	}

	.intro_ttl img {
		width: auto;
		height: 24px;
	}

	.intro_text {
		text-align: left;
	}

	.about {
		margin-bottom: 50px
	}

	.about_ttl img {
		width: auto;
		height: 24px;
	}

	.takumi {
		margin-bottom: 50px
	}

	.takumi_ttl img {
		margin-bottom: 5px;
		width: auto;
		height: 24px;
	}

	.takumi_ttl::before,
	.takumi_ttl::after {
		width: 27px;
		height: 39px;
	}

	.takumi_ttl::after {
		margin-left: 10px;
	}

	.takumi_person {
		margin-bottom: 50px;
	}

	.takumi_person_sub figcaption {
		font-size: 18px;
	}

	.takumi_person_sub figcaption small {
		font-size: 12px;
	}

	.takumi_item_head {
		height: 200px;
	}

	.takumi_item_ttl span {
		height: 45px;
		font-size: 16px;
	}

	.takumi_item_msg .-inner {
		padding: 0 20px;
		display: block;
	}

	.takumi_item_msg .-txt {
		padding-bottom: 10px;
	}

	.takumi_item_msg .-txt em {
		font-size: 18px;
	}

	.takumi_item.-item01 .takumi_item_msg .-img,
	.takumi_item.-item02 .takumi_item_msg .-img {
		margin: 0 auto;
		max-width: none;
	}

	.takumi_item_msg .-img img {
		width: auto;
		max-height: 150px;
		height: 100%;
	}

	.interview {
		margin-bottom: 50px;
	}

	.interview_hero {
		height: 250px;
	}

	.interview_ttl {
		transform: translate(-50%, 100%);
	}

	.interview_ttl em {
		font-size: 32px;
	}

	.interview_intro {
		margin-bottom: 50px;
	}

	.interview_intro .-cont {
		padding: 20px;
	}

	.interview_intro .-tbl {
		max-width: none;
	}

	.interview_intro .-tbl tr>* {
		line-height: 1.5;
		padding-bottom: 5px;
	}

	.interview_intro .-tbl tr:last-child>* {
		padding-bottom: 0;
	}

	.interview_intro .-tbl th {
		width: 90px;
	}

	.interview_item_ttl {
		font-size: 24px;
	}

	.recipe {
		margin-bottom: 50px;
	}

	.recipe_intro {
		margin-bottom: 50px;
		padding-bottom: 25px;
	}

	.recipe_intro::before,
	.recipe_intro::after {
		display: none;
	}

	.recipe_subsec {
		margin-bottom: 50px;
	}

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

	.recipe_ttl {
		margin-bottom: 25px;
		font-size: 20px;
	}

	.recipe_ttl::before,
	.recipe_ttl::after {
		width: 20px;
	}

	.recipe_list {
		flex-direction: column;
	}

	.recipe_list li {
		margin: 0 auto;
		width: 100%;
	}

	.recipe_list li:nth-child(n+2) {
		margin-top: 30px;
	}

	.recipe_list .-img {
		min-height: auto;
	}

	.recipe_list .-desc {
		padding: 20px 10px 0;
	}

	.recipe_list .-link {
		margin-top: 20px;
	}

	.recipe_sublist {
		flex-direction: column;
	}

	.recipe_sublist li {
		margin: 0 auto;
		width: 100%;
	}

	.recipe_sublist li:nth-child(n+2) {
		margin-top: 30px;
	}

	.recipe_sublist .-link {
		min-height: auto;
	}

	.recipe_sublist .-ttl {
		padding-bottom: 25px;
		font-size: 18px;
	}

}