@charset "UTF-8";

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

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

.u-mincho.-min {
    font-family: "游明朝", YuMincho
}
.gBody * {
	box-sizing: border-box;
	position: relative;
}

.-respimg>img {
	margin: auto;
}

.vis {
	margin-bottom: 50px;
	height: 500px;
	background-image: url(/assets/img/feature_vol31/bg-main@2x.png);
	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: #882849;
	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;
	color: #882849;
}

.kind::before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: #882849;
	color: #882849;
	width: 6px;
	height:100%;
	/*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;
	gap:10px 20px;
}

.intro_link_item {
	width: 300px;
	/*margin: 0 10px;*/
	height: 70px;
	line-height: 1;
	padding: 1px;
	background: #882849;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: opacity 0.5s;
	outline: 2px solid rgb(255, 255, 255);
	outline-offset: -8px;
}

.intro_link_item:hover {
	opacity: 0.8;
}

.intro_link_item_txt {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	/*background: #882849;*/
	/*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;
	color:#FFF;
}

.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: 440px;
	width: 100%;
	height: 70px;
	line-height: 1;
	padding: 1px;
	background: #882849;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	transition: opacity 0.5s;
	outline: 2px solid rgb(255, 255, 255);
	outline-offset: -8px;
}

.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;
	color:#FFF;
}

/*.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:hover {
	opacity: 0.7;
	transition: 0.3s;
}

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

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

.about_cont.-img img.-sub {
	position: absolute;
	right: -160px;
	bottom: -88px;
}

.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_inner{
	margin: 0 auto;
    max-width: 1040px;
    width: 100%;
    padding: 0 20px;
}
.takumi_person {
	margin-bottom: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:20px;
}

/*.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 figcaption {
	width: 100%;
	font-size: 24px;
}

.takumi_person figcaption>* {
	/*line-height: 1.25;*/
	/*display: block;*/
	text-align: left;
}

.takumi_person figcaption small {
	margin-bottom: 10px;
	font-size: 20px;
}
.takumi_person figcaption em {
	font-style: normal;
	font-size: 25px;
}
.takumi_person figcaption span {
	font-size: 15px;
}
.takumi_person figcaption span:first-child {
	font-size: 20px;
}
.takumi_box{
	display: inline-block;
	position: relative;
	border-top:3px solid #882849;
	border-bottom:3px solid #882849;
	padding: 50px 30px;
	/*outline: 1px solid #882849;
	outline-offset: -8px;*/
}
.takumi_box:before{
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0px;
	right: 0px;
	border-top:1px solid #882849;
	border-bottom:1px solid #882849;
}
.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_vol31/bg-hotaruika@2x.png);
}

.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: #882849;
	/*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: 32px;
	font-weight: bold;
}

.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;
	color:#882849;
}

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

.takumi_item_msg .-inner {
	border: 4px double #882849;
	/*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;
	gap:10px;
}

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

.takumi_item_msg.-ryori .-inner {
	border:none;
	padding: 0 20px;
	align-items: center;
}

.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: #882849;
	font-size: 24px;
	font-style: normal;
	text-align: center;
}
.takumi_item_msg.-ryori .-txt em{
	text-align: left;
}

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

.takumi_item.-item01 .takumi_item_msg .-img {
	/*margin-right: -40px;*/
	flex: none;
}

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

.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: #882849;
	font-size: 45px;
	font-style: normal;
}
.view_hero_txt{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
}
.view_hero_txt figcaption{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.view_hero_txt figcaption:before{
	background-image: url(/assets/img/feature_vol31/icn-left.png);
}
.view_hero_txt figcaption:after{
	background-image: url(/assets/img/feature_vol31/icn-right.png);
}
.view_hero_txt figcaption:before,.view_hero_txt figcaption:after{
	content: "";
    display: block;
    width: 26px;
    height: 13px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.view_hero_img{
	text-align: center;
}

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

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

.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: 80%;
	width: 100%;
	/*min-height: 250px;*/
	line-height: 1.2;
	/*border-right: 1px solid #CECECE;*/
	font-size: 24px;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:0%;
	right: -30%;
	transform: translate(-50%, -50%);
	background-color:#882849;
	color:#FFF;
	text-align: center;
	padding: 15px;
}

.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: 50px;*/
	padding: 20px;
	/*border-top: 1px dotted #707070;*/
}

.interview_pro_col {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap:25px;
}

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

.interview_pro_img {}

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

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

.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: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	/*gap:15px;*/
}

.recipe_list li figure {
	display: flex;
	gap:30px;
}
.recipe_list li{
	padding: 30px 0;
	border-bottom:1px dotted #882849;
}
.recipe_list li:last-child{
	border-bottom: none;
}

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

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

.recipe_list .-desc {
	padding: 30px 15px 0;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.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-top: 40px;*/
    max-width: 440px;
    width: 100%;
    height: 70px;
    line-height: 1;
    padding: 1px;
    background: #882849;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    transition: opacity 0.5s;
    outline: 2px solid rgb(255, 255, 255);
    outline-offset: -8px;
}

.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;
	color:#FFF;
}

/*.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 {
	opacity: 0.7;
	transition: 0.3s;
}

.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, -85px);
	}

	.about_cont.-img img.-sub {
		right: -50px;
		bottom: -120px;
	}

}

@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%;
		width: 100%;
		height: 340px;
		object-fit: cover;
		transform: none;
	}

	.about_cont.-img img.-sub {
		max-width: 50%;
		width: 100%;
		height: 340px;
		object-fit: cover;
		position: static;
	}

	.takumi {
		margin-bottom: 100px;
	}

	.takumi_person {
		flex-direction: column;
		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: 600px;
		padding: 25px 0;
	}

	.takumi_item.-item01 .takumi_item_msg .-img {
		width: 100%;
	}
	.takumi_item.-item01 .takumi_item_msg.-ryori .-img img {
		width: 100%;
		height: auto;
    	max-height: fit-content;
	}

	.takumi_item.-item02 .takumi_item_msg .-img {
		max-width: 100px;
	}
	.takumi_item_msg .-inner{
		flex-direction: column;
		align-items: center;
	}
	.takumi_item_msg .-inner .-img.-left01,.takumi_item_msg .-inner .-img.-right01{
		display: none;
	}
	.takumi_item_msg .-inner .-img.-right02{
		display: block;
	}
	.takumi_item_msg.-ryori .-inner{
		padding: 0;
	}

	.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_hero_box{
		padding: 0 20px;
	}

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

	.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 {
		flex-direction: column;
		gap:10px;
	}

	.intro_link_item {
		margin: 0 auto;
		/*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 {
		/*right: -50%;*/
		/*top:-15%*/

	}

	.interview_intro .-tbl {
		margin: 0 auto;
	}
	.view_hero_txt{
		flex-direction: column-reverse;
	}
	.view_hero_txt figcaption{
		flex-direction: row;
		align-items: center;
		text-align: center;
		font-size: 20px;
		line-height: 1.25;
	}
	.view_hero_txt figcaption:before{
		transform: rotate(90deg);
	}
	.view_hero_txt figcaption:after{
		transform: rotate(270deg);
	}
	.interview_pro_img_cnt{
		flex-direction: column;
		gap:10px;
		align-items: center;
	}
	.recipe_list li figure{
		flex-direction: column;
		align-items: center;
		gap:10px;
	}
	.recipe_list .-desc{
		align-items: center;
	}
	.takumi_box{
		padding: 20px 15px;
	}

}

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

}