/* -------------------------------------
	mainImage
----------------------------------------*/
#mainImage{
    position: relative;
    padding-top: 20px;
}
#mainImage .mvBk{
    background-image: url(/recipe/special/kusumoto-recipe/img/mv.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 0 400px;
}
#mainImage .mv{
    margin: auto;
    margin-top: 0px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background-image: url(/recipe/special/kusumoto-recipe/img/mv_text.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    display: block;
    max-width: 1081px;
    height: 100%;
}
@media screen and (max-width:768px){
    #mainImage{
        padding: 0;
    }
    #mainImage .mvBk{
        background-image: none;
        padding-bottom: 0;
    }
    #mainImage .mv{
        background-image: none;
        position: relative;
    }
}
/* -------------------------------------
	chef_prof
----------------------------------------*/
.inner{
    max-width: 960px;
    width: 90%;
    margin: auto;
    position: relative;
}
.chef_prof{

}
.chef_prof .wrap{
    position: relative;
    margin: 50px 0 0;
}
.chef_prof .title{
    max-width: 720px;
    width: 100%;
    margin: 0px auto 60px;
    text-align: center;
}
.chef_prof .title p{
    max-width: 241px;
    margin: auto auto 20px;
    display: inline-block;
}
.chef_prof .title h3{
    width: 97%;
    margin: auto 15px 10px auto;
}
/* .chef_prof .flex_box{
    display: flex;
    justify-content: space-between;
} */
.chef_prof .flex_box > .img{
    max-width: 467px;
}

.chef_prof .book_area{

}
.chef_prof .book_area .book{
    position: relative;
    /* border-top: 1px dashed #111; */
    text-align: center;
    padding: 11px 0;
    margin-bottom: 10px;
}
.chef_prof .book_area .book::after{
    content: '';
    border-top: 1px dashed #111;
    width: 100%;
    height: 100%;
    display: block;
}
.chef_prof .book_area .book h5{
    display: inline-block;
    background: #f3f8f8;
    border-radius: 20px;
    max-width: 64px;
    font-size: 12px;
    border: 1px solid #111;
    width: 100%;
    text-align: center;
    padding: 1px 0;
    line-height: 1.6;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    z-index: 1;
}
.chef_prof .book_area > p{
    font-size: 12px;
    line-height: 1.6;
}
@media screen and (max-width:768px){
    .chef_prof .wrap {
        margin: 0;
        padding: 30px 0 30px;
    }
    .chef_prof .wrap:after{
        width: 100%;
        max-height: 380px;
        border-radius: 30px 30px 0 0;
    }
    .chef_prof .title{
        width: 90%;
        margin: auto auto 8px;
    }
    .chef_prof .title p{
        max-width: 79%;
        margin: auto auto 15px;
    }
    .chef_prof .title h3{
        width: 100%;
        margin: 0;
    }
    .chef_prof .flex_box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .chef_prof .flex_box > .img{
        width: 98%;
        margin: auto;
    }
    .chef_prof .text_area{
        padding: 83px 2% 0;
        position: relative;
    }
    .chef_prof .text_area::before{
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        /* bottom: 0; */
        top: -50px;
        margin: auto;
        width: 100%;
        max-width: 98%;
        height: 100%;
        max-height: 170px;
        background-image: url(/recipe/special/kusumoto-recipe/img/icon_sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
    }
    .chef_prof .icon{
        display: none;
    }
    .chef_prof .name span:first-of-type{
        margin-right: 16px;
    }

    .chef_prof .name span:last-of-type {
        margin-left: 4px;
    }
}
@media screen and (max-width:420px){
    .chef_prof .wrap:after{
        max-height: 425px;
    }
}
@media screen and (max-width:380px){
    .chef_prof .wrap:after{
        max-height: 450px;
    }
}
@media screen and (max-width:320px){
    .chef_prof .wrap:after{
        max-height: 470px;
    }
}
/* -------------------------------------
	flex_box
----------------------------------------*/

.flex_box .wrap {
	position: relative;
	margin: auto;
	padding: 60px 0 56px;
}
.flex_box .wrap:after{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    /* top: 0; */
    margin: auto;
    width: 98%;
	max-width: 1688px;
    height: 100%;
    max-height: 360px;
    background-image: url(/recipe/special/kusumoto-recipe/img/bk.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    z-index: -1;
}
.flex_box .text_area{
    max-width: 960px;
}
.flex_box .icon {
    max-width: 465px;
    padding-top: 11px;
}
.flex_box h4{
	font-size: 16px;
    line-height: 1.6;
	color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.flex_box h4 span{
	font-size: 16px;
    line-height: 1.6;
	letter-spacing: 0.08em;
    font-weight: bold;
    margin: 0 8px 0 7px;
}
.flex_box p{
	font-size: 16px;
    line-height: 2;
	letter-spacing: 0.05em;
	color: #fff;
}
@media screen and (max-width:768px){
	.flex_box .wrap {
	position: relative;
	margin: auto;
	padding: 30px 0 42px;
}
.flex_box .wrap:after{
    width: 100%;
    height: 100%;
    max-height: 620px;
    background-image: url(/recipe/special/kusumoto-recipe/img/bk_sp.png);
	border-radius: unset;
}
.flex_box .text_area{
    max-width: 960px;
}
.flex_box .icon {
    max-width: 465px;
    padding-top: 11px;
}
.flex_box h4{
	font-size: 16px;
    line-height: 1.6;
	color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.flex_box h4 span{
	font-size: 16px;
    line-height: 1.6;
	letter-spacing: 0.08em;
    font-weight: bold;
    margin: 0 8px 0 7px;
}
}
@media screen and (max-width: 450px){
    .recipe_area .title_area{
        max-width: 220px;
    }
}
@media screen and (max-width: 350px){
	.flex_box .wrap:after{
		max-height: 650px;
	}
}

/* -------------------------------------
	recipe_area
----------------------------------------*/
.recipe_area{

}
.recipe_area .wrap{
    padding: 45px 0 66px;
}

.recipe_area .title_area{
    text-align: center;
    max-width: 655px;
    width: 100%;
    margin: auto auto 50px;
    background-image: url(/recipe/special/kusumoto-recipe/img/recipe_title.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.recipe_area .title_area h3{
    line-height: 1.6;
    text-align: center;
    padding: 25px 0;
    max-width: 78%;
    margin: auto;
}
.recipe_area .title_area h3 img{
    margin: auto;
}
.recipe_box{
    display: flex;
    justify-content: space-between;
}
.recipe_box:not(:last-of-type){
    margin-bottom: 60px;
}
.recipe_box .column_recipe{
    display: flex;
    flex-direction: column;
    max-width: 280px;
    width: 100%;
}
.recipe_box .recipe{
    width: 100%;
    display: block;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.recipe_box > .recipe{
    max-width: 620px;
    /* padding-bottom: 620px; */
}

.recipe_box .column_recipe > .recipe{
    max-width: 280px;
    max-height: 280px;
}
.recipe_box .column_recipe > .recipe:first-of-type{
    margin-bottom: 60px;
}
.recipe_box .recipe .hover_cont{
    /* display: none; */
    opacity: 0;
    position: relative;
    height: 100%;
    transition: all 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.recipe_box .recipe a{
    display: block;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.recipe_box > .recipe a{
    height: 620px;
}
.recipe_box .column_recipe > .recipe a{
    max-height: 280px;
}
.recipe_box .recipe a:hover .hover_cont{
    opacity: 1;

}
.recipe_box .recipe .hover_cont .cover{
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.recipe_box .recipe .hover_cont .recipe_title{
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.recipe_box .recipe .hover_cont .recipe_title h4{
    font-size: 36px;
    text-align: center;
    line-height: 1.6;
    color: #fff;
    font-weight: bold;
}
.recipe_box .column_recipe .recipe .hover_cont .recipe_title h4{
    font-size: 24px;
}
.recipe_box .recipe01{
    background-image: url(/recipe/special/kusumoto-recipe/img/recipe01.png);
}
.recipe_box .recipe02{
    background-image: url(/recipe/special/kusumoto-recipe/img/recipe02.png);
}
.recipe_box .recipe03{
    background-image: url(/recipe/special/kusumoto-recipe/img/recipe03.png);
}
.recipe_box .recipe04{
    background-image: url(/recipe/special/kusumoto-recipe/img/recipe04.png);
}
.recipe_box .recipe05{
    background-image: url(/recipe/special/kusumoto-recipe/img/recipe05.png);
}
.recipe_box .recipe06{
    background-image: url(/recipe/special/kusumoto-recipe/img/recipe06.png);
}
.recipe_box .recipe07{
    background-image: url(/recipe/special/kusumoto-recipe/img/recipe07.png);
}
.recipe_box .recipe08{
    background-image: url(/recipe/special/kusumoto-recipe/img/recipe08.png);
}
.recipe_box .recipe09{
    background-image: url(/recipe/special/kusumoto-recipe/img/recipe09.png);
}
.recipe_box .recipe .hover_cont .btn{
    max-width: 65px;
    width: 100%;
    background: #fff;
    text-align: center;
    border-radius: 100px;
    display: block;
    height: 100%;
    position: absolute;
    max-height: 35px;
    bottom: 20px;
    right: 20px;

}
.recipe_box .recipe .hover_cont .btn .arrow{
    background-image: url(/recipe/special/kusumoto-recipe/img/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 15px;
    max-height: 15px;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    margin: auto;
    padding: 10px 0;
}
@media screen and (max-width:768px){
    .recipe_area .wrap{
        padding: 30px 0;
    }
    .recipe_area .title_area{
        background-image: url(/recipe/special/kusumoto-recipe/img/recipe_title_sp.png);
        margin-bottom: 30px;
		max-width: 350px;
        width: 65%;
    }
    .recipe_area .title_area h3{
        max-width: 65%;
		padding: 10px 0;
        margin: auto;
    }
    .recipe_box{
        flex-wrap: wrap;
    }
    .recipe_box:not(:last-of-type){
        margin-bottom: 0;
    }
    .recipe_box .column_recipe{
        max-width: 100%;
    }
    .recipe_box > .recipe{
        max-width: 100%;
        min-height: 90vw;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .recipe_box > .recipe a,
    .recipe_box .column_recipe > .recipe a{
        max-height: 100%;
        min-height: 90vw;
        border-radius: 10%;
    }
    .recipe_box .recipe a{
        height: 100%;
        min-height: 90vw;
        width: 100%;
    }
    .recipe_box > .recipe,
    .recipe_box .column_recipe > .recipe{
        max-width: 100%;
        flex-wrap: wrap;
        max-height: 100%;
        min-height: 90vw;
    }
    .recipe_box > .recipe ,
    .recipe_box .column_recipe > .recipe:first-of-type,
    .recipe_box .recipe{
        margin-bottom: 30px;
    }
    .recipe_box:last-of-type > .recipe:last-of-type{
        margin-bottom: 0;
    }
    .recipe_box .recipe .hover_cont{
        min-height: 90vw;
    }
    .recipe_box .recipe .hover_cont .recipe_title h4,
    .recipe_box .column_recipe .recipe .hover_cont .recipe_title h4{
        font-size: 28px;
    }
    .recipe_box .recipe .hover_cont .recipe_title{
        min-height: 90vw;
    }
    .recipe_box .recipe01{
        background-image: url(/recipe/special/kusumoto-recipe/img/recipe01_sp.png);
    }
    .recipe_box .recipe06{
        background-image: url(/recipe/special/kusumoto-recipe/img/recipe06_sp.png);
    }
    .recipe_box .recipe07{
        background-image: url(/recipe/special/kusumoto-recipe/img/recipe07_sp.png);
    }
    .recipe_box .recipe08{
        background-image: url(/recipe/special/kusumoto-recipe/img/recipe08_sp.png);
    }
}
