/* -------------------------------------
	mainImage
----------------------------------------*/
#mainImage{
    position: relative;
    padding-top: 20px;
}
#mainImage .mvBk{
    background-image: url(/recipe/special/fabio-recipe/img/mv.jpg);
    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/fabio-recipe/img/mv_text.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    display: block;
    max-width: 1105px;
    margin-left: 22vw;
    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;
        margin-left: 0;
    }
}
/* -------------------------------------
	chef_prof
----------------------------------------*/
.inner02{
    max-width: 960px;
    width: 90%;
    margin: auto;
    position: relative;
}
.chef_prof{

}
.chef_prof .wrap{
    position: relative;
    margin: 50px 0 0;
}
.chef_prof .wrap:after{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    /* top: 0; */
    margin: auto;
    width: 98%;
    height: 100%;
    max-height: 360px;
    background-image: url(/recipe/special/fabio-recipe/img/prof_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    z-index: -1;
}
.chef_prof .title{
    max-width: 766px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.chef_prof .title p{
    max-width: 200px;
    margin: auto auto 35px;
    display: inline-block;
}
.chef_prof .title h3{
    width: 97%;
    margin: auto auto 40px 0;
}
.chef_prof .banner_area{
    margin-bottom: 40px;
}
.chef_prof .flex_box{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    max-width: 967px;
}
.chef_prof .flex_box > .img{
    max-width: 324px;
    margin-right: 123px;
}
.chef_prof .text_area{
    max-width: 465px;
    padding-bottom: 62px;
}
.chef_prof .icon {
    max-width: 465px;
    padding-top: 11px;
}
.chef_prof .name{
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    letter-spacing: 0.09em;
}
.chef_prof .name + p{
    font-size: 14px;
    line-height: 1.8;
}
.chef_prof .prof{
    margin-bottom: 10px;
}
.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){
    .inner02{
        /* max-width: 960px; */
        width: 100%;
    }
    .chef_prof .wrap {
        margin: 0;
        padding: 30px 0 0;
    }
    .chef_prof .wrap:after{
        display: none;
        width: 100%;
        max-height: 380px;
        border-radius: 30px 30px 0 0;
    }
    .chef_prof .title{
        width: 90%;
        margin: auto auto 40px;
    }
    .chef_prof .title p{
        max-width: 59%;
        margin: auto auto 30px;
    }
    .chef_prof .title h3{
        width: 79%;
        margin: 0 auto;
    }
    .chef_prof .banner_area{
        width: 90%;
        margin: auto auto 27px;
    }
    .chef_prof .flex_box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .chef_prof .flex_box > .img{
        width: 63%;
        margin: auto auto;
        position: relative;
        left: 10px;
    }
    .chef_prof .text_area{
        padding: 40px 7% 45px;
        position: relative;
        background-image: url(/recipe/special/fabio-recipe/img/prof_bk_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        max-width: 100%;
        box-sizing: border-box;
        width: 100%;
        border-radius: 30px 10px 0 0;
    }
    .chef_prof .icon{
        display: none;
    }
    .chef_prof .name span:first-of-type{
        margin-right: 16px;
    }
    .chef_prof .name{
        font-weight: bold;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px;
        letter-spacing: 0.09em;
    }
    .chef_prof .name + p{
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0.05em;
    }

    .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;
    }
}
/* -------------------------------------
	recipe_area
----------------------------------------*/
.recipe_area{

}
.recipe_area .wrap{
    padding: 57px 0 90px;
}

.recipe_area .title_area{
    text-align: center;
    max-width: 777px;
    width: 100%;
    margin: auto auto 24px;
    background-image: url(/recipe/special/fabio-recipe/img/recipe_title.png);
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: center;
}
.recipe_area .title_area h3{
    line-height: 1.6;
    text-align: center;
    padding: 29px 0;
    max-width: 34%;
    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 .row_recipe{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* 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 .row_recipe .recipe{
    max-width: 458px;
}
.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 .row_recipe > .recipe a{
    height: 458px;
    /* max-height: 458px; */
}
.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/fabio-recipe/img/recipe01.png);
}
.recipe_box .recipe02{
    background-image: url(/recipe/special/fabio-recipe/img/recipe02.png);
}
.recipe_box .recipe03{
    background-image: url(/recipe/special/fabio-recipe/img/recipe03.png);
}
.recipe_box .recipe04{
    background-image: url(/recipe/special/fabio-recipe/img/recipe04.png);
}
.recipe_box .recipe05{
    background-image: url(/recipe/special/fabio-recipe/img/recipe05.png);
}
.recipe_box .recipe06{
    background-image: url(/recipe/special/fabio-recipe/img/recipe06.png);
}
.recipe_box .recipe07{
    background-image: url(/recipe/special/fabio-recipe/img/recipe07.png);
}
.recipe_box .recipe08{
    background-image: url(/recipe/special/fabio-recipe/img/recipe08.png);
}
.recipe_box .recipe09{
    background-image: url(/recipe/special/fabio-recipe/img/recipe09.png);
}
.recipe_box .recipe10{
    background-image: url(/recipe/special/fabio-recipe/img/recipe10.png);
}
.recipe_box .recipe11{
    background-image: url(/recipe/special/fabio-recipe/img/recipe11.png);
}
/* .recipe_box .recipe12{
    background-image: url(/recipe/special/fabio-recipe/img/recipe12.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/fabio-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: 8px 0 30px;
    }
    .recipe_area .title_area{
        background-image: url(/recipe/special/fabio-recipe/img/recipe_title_sp.png);
        margin-bottom: 10px;
        background-size: 66%;
    }
    .recipe_area .title_area h3{
        max-width: 43%;
        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 .row_recipe{
        flex-direction: column;
    }
    .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,
    .recipe_box .row_recipe > .recipe a{
        max-height: 100%;
        min-height: 90vw;
        border-radius: 10%;
    }
    .recipe_box .row_recipe > .recipe a{
        height: 95vw;
    }
    .recipe_box .recipe a{
        height: 100%;
        min-height: 90vw;
        width: 100%;
    }
    .recipe_box > .recipe,
    .recipe_box .column_recipe > .recipe,
    .recipe_box .row_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 .row_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,
    .recipe_box .row_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/fabio-recipe/img/recipe01_sp.png);
    }
    .recipe_box .recipe06{
        background-image: url(/recipe/special/fabio-recipe/img/recipe06_sp.png);
    }
    .recipe_box .recipe07{
        background-image: url(/recipe/special/fabio-recipe/img/recipe07_sp.png);
    }
    .recipe_box .recipe12{
        background-image: url(/recipe/special/fabio-recipe/img/recipe12_sp.png);
    }
}
