/*******************************

common

********************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
.mv{
	max-width: 936px;
	width: 100%;
	margin: auto;
}
.title_area{
	text-align: center;
}
.title_area h3{
	font-size: 36px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	font-family: "Noto Serif JP", serif;
}
.chef_recipe .wrap{
	padding: 50px 0 102px;
}
.title_area{
	margin-bottom: 50px;
}
.chef_prof .title_area .img{
	max-width: 225px;
	margin: auto auto 20px;
}
.recipe_inner{
	max-width: 96.3%;
	margin: auto;
	position: relative;
    z-index: 1;
}
.recipe_list{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.recipe_area .title_area .img{
	text-align: center;
	margin: auto auto 50px;
}
.recipe_list li{
	max-width: 464px;
	width: 100%;
}
.recipe_list li:nth-of-type(-n+2){
	margin-bottom: 30px;
}
.recipe_list li:nth-of-type(odd){
	margin-right: 30px;
}
.recipe_list li .img{
	margin-bottom: 20px;
}
.recipe_list li p{
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}
.chef_prof{
	margin-bottom: 100px;
}
.prof_text{
	max-width: 465px;
}
.prof_text h4{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.437;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 19px;
}
.prof_text h4 span{
	font-size: 14px;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
}
.prof_text p{
	font-size: 14px;
	line-height: 1.6;
}
.prof_text p:first-of-type{
	margin-bottom: 20px;
}
.prof_text p a{
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6;
}
.prof_text p.text_link{
    position: relative;
    padding-left: 17px;
}
.prof_text p.text_link::before{
	content: '';
	position: absolute;
    left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 7px solid #000;
	border-top: 6px solid transparent;
	margin: auto;
	border-bottom: 6px solid transparent;
}
.prof_text p.text_link.type02::before{
	border-left: 7px solid #fff;
}
@media(max-width: 768px){
	.chef_recipe .wrap{
        padding: 30px 0 22px;
	}
	.chef_prof{
		margin-bottom: 50px;
	}
	.chef_prof .title_area .img{
		max-width: 137px;
	}
	.title_area{
		margin-bottom: 31px;
	}
	.title_area h3{
		font-size: 21px;
	}
	.recipe_inner{
		max-width: 100%;
	}
	.prof_text{
		max-width: 95%;
		margin: auto;
	}
	.recipe_list{
		max-width: 95%;
		margin: auto;
		justify-content: center;
	}
	.recipe_list li:nth-of-type(-n+3){
		margin-bottom: 30px;
	}
	.recipe_list li:nth-of-type(odd){
		margin-right: 0;
	}
}
@media(max-width: 321px){
	.title_area h3{
		font-size: 18px;
	}
	.prof_text h4 span{
		font-size: 13px;
	}
}
/*******************************

komoda

********************************/
.komoda #mainImage{
	background-image: url(/recipe/special/komoda-recipe/img/mv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.komoda .mv{
	margin: auto 23.6% auto auto;
}
.komoda .chef_recipe{
	background: #000;
}
.komoda .chef_recipe .wrap{
	position: relative;
}
.komoda .chef_recipe .wrap::after{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 88%;
    background-image: url(/recipe/special/komoda-recipe/img/cook_bk.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.komoda .title_area h3{
	color: #fff;
}
.komoda .prof_area{
	background-image: url(/recipe/special/komoda-recipe/img/chef_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.komoda .text_area{
	padding: 123px 0 125px;
}
.komoda .prof_text h4{
	color: #fff;
}
.komoda .prof_text p{
	color: #fff;
}
.komoda .recipe_area .title_area .img{
	max-width: 426px;
}
.komoda .recipe_list li p{
	color: #fff;
}
.komoda .prof_text p.text_link:nth-of-type(2){
	margin-bottom: 7px;
}
@media(max-width: 1300px){
	.komoda .mv{
		margin: auto;
	}
}
@media(max-width: 768px){
	.komoda #mainImage{
		background-image: url(/recipe/special/komoda-recipe/img/sp_mv_bk.jpg);
	}
	.komoda .chef_prof{
		margin-bottom: 78px;
	}
	.komoda .chef_recipe .wrap{
		padding: 30px 0 100px;
	}
	.komoda .mvBk{
		/* padding: 0px 0 99%; */
	}
	.komoda .mv{
        max-width: 90%;
        margin: auto;
        padding: 30px 0 0;
	}
	.komoda .prof_area{
		position: relative;
		background-image: none;
		background-color: #000;
	}
	.komoda .chef_img{
		position: relative;
        max-width: 100%;
        margin: auto;
        right: 0;
        left: 0;
        top: 0;
        max-height: inherit;
        text-align: center;
	}
	.komoda .text_area{
        padding: 29px 0 31px;
	}
	.komoda .recipe_area .title_area .img{
		max-width: 95%;
		margin-bottom: 0;
	}
}
/*******************************

kasahara

********************************/
.kasahara #mainImage{
	background-image: url(/recipe/special/kasahara-recipe/img/mv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.kasahara .mvBk{
	padding: 105px 0;
	max-width: 960px;
	margin: auto;
}
.kasahara .mv{
    max-width: 524px;
    margin: 0;
}
.kasahara .chef_recipe{
	background: #000;
}
.kasahara .chef_recipe .wrap{
	position: relative;
}
.kasahara .title_area h3{
	color: #fff;
}
.kasahara .prof_area{
	background-image: url(/recipe/special/kasahara-recipe/img/chef_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.kasahara .text_area{
	padding: 83px 0 79px;
}
.kasahara .prof_text h4{
	color: #fff;
	margin-bottom: 17px;
}
.kasahara .prof_text p{
	color: #fff;
}
.kasahara .prof_text p a{
	padding-left: 20px;
}
.kasahara .prof_text p:first-of-type {
	margin-bottom: 19px;
}
.kasahara .prof_text p.text_link{
	display: flex;
	align-items: center;
}
.kasahara .prof_text p.text_link > img{
	max-width: 55px;
}
.kasahara .recipe_area .title_area .img{
	max-width: 573px;
}
.kasahara .recipe_list li p{
	color: #fff;
}
@media(max-width: 768px){
	.kasahara #mainImage{
		background-image: url(/recipe/special/kasahara-recipe/img/sp_mv_bk.jpg);
	}
	.kasahara .chef_recipe .wrap{
		padding: 30px 0 51px;
	}
	.kasahara .mvBk{
		padding: 0px 0 99%;
	}
	.kasahara .mv{
        max-width: 90%;
        margin: auto;
        padding: 30px 0 0;
	}
	.kasahara .prof_area{
		position: relative;
		background-image: none;
		background-color: #000;
	}
	.kasahara .chef_img{
		position: relative;
        max-width: 100%;
        margin: auto;
        right: 0;
        left: 0;
        top: 0;
        max-height: inherit;
        text-align: center;
	}
	.kasahara .text_area{
        padding: 29px 0 31px;
	}
	.kasahara .recipe_area .title_area .img{
		max-width: 95%;
		margin-bottom: 0;
	}
}
/*******************************

ochiai

********************************/
.ochiai #mainImage{
	background-image: url(/recipe/special/ochiai-recipe/img/mv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.ochiai .mv{
    max-width: 940px;
    margin: auto 2.5% auto auto;
}
.ochiai .mvBk{
	max-width: 960px;
	margin: auto;
}
/* .ochiai .mv{
    max-width: 524px;
    margin: 0;
} */
.ochiai .chef_recipe{
	/* background: #000; */
}
.ochiai .chef_recipe .wrap{
	position: relative;
}
.ochiai .title_area h3{
	color: #000;
}
.ochiai .prof_area{
	background-image: url(/recipe/special/ochiai-recipe/img/chef_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.ochiai .text_area{
    padding: 66px 0 46px;
}
.ochiai .prof_text h4{
	color: #000;
}
.ochiai .prof_text p{
	color: #000;
}
.ochiai .prof_text p.text_link{
	display: flex;
	align-items: center;
}
.ochiai .prof_text p.text_link > img{
	max-width: 57px;
}
.ochiai .recipe_area .title_area .img{
	max-width: 338px;
}
.ochiai .recipe_list li p{
	color: #000;
}
.ochiai .recipe_list li:nth-of-type(-n+6){
	margin-bottom: 30px;
}
@media(min-width: 1755px){
	.ochiai .text_area {
		padding: 120px 0 46px;
	}
}
@media(max-width: 768px){
	.ochiai .mvBk{
		background-image: url(/recipe/special/ochiai-recipe/img/sp_mv_bk.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.ochiai .mv{
        max-width: 89%;
        margin: auto;
        padding: 30px 0 0;
	}
	.ochiai .prof_area{
        background-image: url(/recipe/special/ochiai-recipe/img/sp_chef_bg.png);
        background-color: #F1F1F1;
        margin-top: 52px;
        position: relative;
        background-size: contain;
        background-position: top;
	}
	.chef_img {
		position: absolute;
        max-width: 89%;
        margin: auto;
        right: 0;
        left: 0;
        top: -19px;
        max-height: 329px;
        text-align: center;
	}
	.chef_img img{
		max-height: 329px;
	}
	.ochiai .text_area{
		padding: 339px 0 30px;
	}
	.ochiai .recipe_list li:nth-of-type(-n+7){
		margin-bottom: 30px;
	}
}
/*******************************

nozaki

********************************/
.nozaki #mainImage{
	background-image: url(/recipe/special/nozaki-recipe/img/mv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.nozaki .mv{
	margin: auto 3% auto auto;
}
.nozaki .mvBk{
	max-width: 960px;
	margin: auto;
}
/* .ochiai .mv{
    max-width: 524px;
    margin: 0;
} */
.nozaki .chef_recipe{
	/* background: #000; */
}
.nozaki .chef_recipe .wrap{
	position: relative;
}
.nozaki .chef_recipe .wrap:after{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-image: url(/recipe/special/nozaki-recipe/img/cook_bk.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.nozaki .title_area h3{
	color: #000;
}
.nozaki .prof_area{
	background-image: url(/recipe/special/nozaki-recipe/img/chef_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.nozaki .text_area{
    padding: 171px 0 150px;
    display: flex;
    justify-content: end;
}
.nozaki .prof_text h4{
	color: #fff;
}
.nozaki .prof_text p{
	color: #fff;
}
.nozaki .recipe_area .title_area .img{
	max-width: 605px;
}
.nozaki .recipe_list li p{
	color: #000;
}
.nozaki .recipe_list li:nth-of-type(-n+4){
	margin-bottom: 30px;
}
@media(max-width: 768px){
	.nozaki .mvBk{
		background-image: url(/recipe/special/nozaki-recipe/img/sp_mv_bk.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.nozaki .mv{
        max-width: 90%;
        margin: auto;
        padding: 30px 0 0;
	}
	.nozaki .prof_area{
		position: relative;
		background-image: none;
		background-color: #000;
	}
	.nozaki .chef_recipe .wrap:after{
		background-image: url(/recipe/special/nozaki-recipe/img/cook_bk_sp.png);
	}
	.nozaki .chef_img{
		position: relative;
        max-width: 100%;
        margin: auto;
        right: 0;
        left: 0;
        top: 0;
        max-height: inherit;
        text-align: center;
	}
	.nozaki .text_area{
        padding: 29px 0 10px;
	}
	.nozaki .recipe_area .title_area .img{
		max-width: 95%;
	}
	.nozaki .chef_recipe .wrap{
		padding: 30px 0 40px;
	}
	.nozaki .recipe_list li:nth-of-type(-n+5){
		margin-bottom: 30px;
	}
}

/*******************************

kato

********************************/
.kato #mainImage{
	background-image: url(/recipe/special/kato-recipe/img/mv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.kato .mv{
	max-width: 989px;
	padding-top: 5px;
}
.kato .mvBk{
	max-width: 963px;
	margin: auto;
}
.kato .title_area h3{
	color: #000;
}
.kato .prof_area{
	background-image: url(/recipe/special/kato-recipe/img/chef_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.kato .text_area {
	padding: 129px 0 128px;
}
.kato .prof_text h4{
	color: #000;
	margin-bottom: 17px;
}
.kato .prof_text p{
	color: #000;
}
.kato .recipe_area .title_area .img{
	max-width: 480px;
}
.kato .recipe_list li p{
	color: #000;
}
.kato .recipe_list li:nth-of-type(-n+4){
	margin-bottom: 30px;
}
@media(max-width: 768px){
	.kato .mvBk{
		background-image: url(/recipe/special/kato-recipe/img/sp_mv_bk.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.kato .mv{
        max-width: 90%;
        margin: auto;
        padding: 30px 0 0;
	}
	.kato .prof_area{
		position: relative;
		background-image: none;
		background-color: #ECF5FD;
	}
	.kato .chef_img{
		position: relative;
        max-width: 100%;
        margin: auto;
        right: 0;
        left: 0;
        top: 0;
        max-height: inherit;
        text-align: center;
	}
	.kato .text_area{
        padding: 29px 0 31px;
	}
	.kato .recipe_area .title_area .img{
		max-width: 95%;
	}
}
