/* -------------------------------------
	body
----------------------------------------*/
body p{
    color: #000;
}

/* -------------------------------------
	mainImage
----------------------------------------*/
#mainImage{
    position: relative;
}
#mainImage .mvBk{
    background-image: url(/recipe/special/fabio-recipe/img/event/mv_bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 0 460px;
    margin-bottom: 50px;
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
}
#mainImage .mv{
    margin: auto;
    margin-top: 0px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background-image: url(/recipe/special/fabio-recipe/img/event/title_mv.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    display: block;
    max-width: 994px;
    width: 100%;
    margin-left: 32vw;
    height: 100%;
}
@media screen and (max-width:1200px){
    #mainImage .mv{
        margin-left: 22vw;
    }
}
@media screen and (max-width:768px){
    #mainImage{
        padding: 0;
    }
    #mainImage .mvBk{
        background-image: url(/recipe/special/fabio-recipe/img/event/mv_bk_sp.png);
        padding-bottom: 0;
    }
    #mainImage .mv{
        background-image: none;
        position: relative;
        margin-left: 0;
    }
}
/* -------------------------------------
	introArea
----------------------------------------*/
.introArea .wrap{
    margin-bottom: 100px;
}
.introArea h2{
    max-width: 540px;
    margin: auto;
}
.introArea p{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    margin-bottom: 50px;
}
.introArea .bk{
    padding-bottom: 406px;
    background-image: url(/recipe/special/fabio-recipe/img/event/img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width:768px){
    .introArea .wrap{
        margin-bottom: 50px;
    }
    .introArea h2{
        max-width: 260px;
        margin: auto auto 10px;
    }
    .introArea p{
        font-size: 14px;
        line-height: 1.8;
    }
    .introArea .bk{
        padding-bottom: 200px;
        background-image: url(/recipe/special/fabio-recipe/img/event/img_sp.png);
    }
}
/* -------------------------------------
	theme
----------------------------------------*/
.theme .wrap {
    margin-bottom: 100px;
}
.wrap .title{
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.report .wrap .title{
    margin-bottom: 50px;
}
.themeTextArea{
    margin-bottom: 20px;
    text-align: center;
}
.theme .themeText{
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.8;
    font-weight: bold;
    padding: 0 45px;
    /* text-align: center; */
}
.theme .themeText::before,
.theme .themeText::after{
    content: '';
    position: absolute;
    top: 0;
    margin: auto;
    width: 100%;
    max-width: 35px;
    height: 100%;
    max-height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-position: center; */
}
.theme .themeText::before{
    left: 0;
    background-image: url(/recipe/special/fabio-recipe/img/event/theme_text_before.png);
}
.theme .themeText::after{
    right: 0;
    background-image: url(/recipe/special/fabio-recipe/img/event/theme_text_after.png);
}
.themeCont {
    display: flex;
    align-items: center;
    padding: 40px;
    max-width: 958px;
    box-sizing: border-box;
    border-radius: 30px;
    background-image: url(/recipe/special/fabio-recipe/img/event/bk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.themeCont .img{
    box-shadow: 0 0 25px rgba(0,0,0,16%);
    margin-right: 40px;
    max-width: 365px;
    width: 100%;
    /* filter: drop-shadow(0 0px 25px rgba(0,0,0,16%)); */
}
.themeCont .textArea{
    max-width: 473px;
}
.themeCont .textArea p{
    font-size: 16px;
    line-height: 1.8;
}
.themeCont .textArea p + p{
    margin-top: 55px;
}
@media screen and (max-width:768px){
    .theme .wrap{
        margin-bottom: 50px;
    }
    .theme .inner{
        width: 90%;
    }
    .wrap .title {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .report .wrap .title{
        margin-bottom: 20px;
    }
    .theme .themeText{
        font-size: 14px;
        padding: 0 18px 0;
    }
    .theme .themeText::before,
    .theme .themeText::after{
        max-width: 17px;
        max-height: 15px;
    }
    .themeCont{
        flex-direction: column;
        padding: 20px;
    }
    .themeCont .img{
        margin: auto auto 17px;
    }
    .themeCont .textArea p{
        font-size: 14px;
    }
    .themeCont .textArea p + p{
        margin-top: 23px;
    }
}
/* -------------------------------------
	report
----------------------------------------*/
.reportContArea{
    position: relative;
    margin-bottom: 110px;
}
.reportContArea:nth-of-type(2){
    margin-bottom: 167px;
}
.reportContArea:nth-of-type(3){
    margin-bottom: 147px;
}
.reportContArea:last-of-type{
    margin-bottom: 160px;
}
.reportContArea:after{
    content: '';
    position: absolute;
    /* right: 0; */
    left: 0;
    top: 0;
    margin: auto;
    width: 67%;
    height: 100%;
    max-height: 340px;
    border-radius: 0 100px 0 0;
    background-image: url(/recipe/special/fabio-recipe/img/event/bk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}
.reportContArea:nth-of-type(even):after{
    right: 0;
    left: auto;
    border-radius: 100px 0 0 0;
}
.reportContArea .reportInner{
    position: relative;
    z-index: 1;
    max-width: 1038px;
    margin: auto;
    width: 90%;
}
.reportContArea .reportCont{
    position: relative;
    padding-top: 60px;
}
.reportContArea .img{
    margin-left: auto;
    margin-right: 0;
    max-width:600px;
    box-shadow: 0 0 25px rgba(0,0,0,16%);
}
.reportContArea:nth-of-type(even) .img{
    margin-left: 0;
    margin-right: auto;
}
.reportContArea .textBox{
    position: absolute;
    max-width: 520px;
    background: #fff;
    margin-left: 0;
    top: 158px;
    /* margin-top: -98px; */
    z-index: 1;
    padding: 20px 40px 40px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0,0,0,15%);
}
.reportContArea:nth-of-type(even) .textBox{
    right: 0;
    margin-left: auto;
    margin-right: 0;
}
.reportContArea:nth-of-type(2) .textBox,
.reportContArea:nth-of-type(3) .textBox,
.reportContArea:last-child .textBox{
    top: 216px;
}
.reportContArea .textBox .num{
    position: relative;
    color: #4b7552;
    font-size: 48px;
    margin-bottom: 20px;
}
.reportContArea .textBox .num::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 12px;
    margin: auto;
    width: 100%;
    max-width: 316px;
    height: 2px;
    border-top: 2px solid #4b7552;
}
.reportContArea .textBox .num span{
    font-size: 16px;
}
.reportContArea .textBox h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    color: #4b7552;
    margin-bottom: 10px;
}
.reportContArea .textBox p:not(.num){
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
}
@media screen and (max-width:768px){
    .reportContArea{
        margin-bottom: 30px;
    }
    .reportContArea .reportInner{
        width: 100%;
    }
    .reportContArea .reportCont{
        padding-top: 45px;
    }
    .reportContArea:nth-of-type(2),
    .reportContArea:nth-of-type(3),
    .reportContArea:last-of-type{
        margin-bottom: 24px;
    }
    .reportContArea:after{
        max-height: 200px;
        width: 95%;
    }
    .reportContArea .img{
        width: 84%;
        max-width: 100%;
    }
    .reportContArea .textBox{
        position: relative;
        top: -20px;
        max-width: 85%;
        margin: auto;
        padding: 20px;
        width: 85%;
    }
    .reportContArea:nth-of-type(2) .textBox,
    .reportContArea:nth-of-type(3) .textBox,
    .reportContArea:last-child .textBox{
        top: -20px;
    }
    .reportContArea:nth-of-type(even) .textBox{
        margin: auto;
    }
    .reportContArea .textBox .num{
        font-size: 36px;
    }
    .reportContArea .textBox .num::after{
        max-width: 100%;
        width: 54vw;
    }
    .reportContArea .textBox h3{
        font-size: 16px;
        line-height: 1.6;
    }
    .reportContArea .textBox p:not(.num){
        font-size: 14px;
    }
}
@media screen and (max-width:450px){
    .reportContArea .textBox .num::after{
        max-width: 60%;
    }
}
/* -------------------------------------
	eventMenu
----------------------------------------*/
.eventMenu h2{
    max-width: 158px;
    margin: auto;
    text-align: center;
}
.eventMenu .wrap{
    padding-bottom: 50px;
    background-image: url(/recipe/special/fabio-recipe/img/event/event_menu_bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 30px center;
    margin-bottom: 100px;
}
.eventMenu .inner{
    position: relative;
    padding-top: 224px;
}
.eventMenu .eventMenuTitle{
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.eventMenu .eventMenuTitle .img{
    max-width: 200px;
    margin: 0 20px;
}
.eventMenu .eventMenuTitle p{
    font-size: 24px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 30px;
}
.eventMenu .menuArea{
    display: flex;
    align-items: stretch;
    flex-direction: row;
}
.eventMenu .menuArea .menu{
    max-width: 307px;
    /* display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center; */
}
.eventMenu .menuArea .menu:not(:last-of-type){
    margin-right: 20px;
}
.eventMenu .menuArea .menu .img{
    max-width: 100%;
    max-height: 306px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 25px rgba(0,0,0,16%);
}
.eventMenu .menuArea .menu .menuTitle{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.eventMenu .menuArea .menu .menuTitle h3{
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
}
.eventMenu .menuArea .menu > p{
    font-size: 14px;
    line-height: 1.8;
}
@media screen and (max-width:768px){
    .eventMenu .inner{
        padding-top: 282px;
    }
    .eventMenu .wrap{
        margin-bottom: 50px;
        background-image: url(/recipe/special/fabio-recipe/img/event/event_menu_bk_sp.png);
    }
    .eventMenu .eventMenuTitle .img{
        margin-bottom: 10px;
    }
    .eventMenu .eventMenuTitle{
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
    }
    .eventMenu .eventMenuTitle p{
        font-size: 16px;
        margin-bottom: 0;
    }
    .eventMenu .menuArea{
        flex-direction: column;
    }
    .eventMenu .menuArea .menu{
        width: 100%;
        max-width: 335px;
        margin: auto;
    }
    .eventMenu .menuArea .menu:not(:last-of-type){
        margin: auto auto 50px;
    }
    .eventMenu .menuArea .menu .img{
        max-height: 336px;
    }
    .eventMenu .menuArea .menu .menuTitle{
        margin-bottom: 10px;
    }
}
/* -------------------------------------
	shop
----------------------------------------*/
.shop{

}
.shop .wrap{
    margin-bottom: 50px;
}
.shop .shopArea{
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    padding: 40px;
    box-sizing: border-box;
}
.shop .shopArea .img{
    max-width: 300px;
    margin-right: 40px;
    box-shadow: 0 0 25px rgba(0,0,0,16%);
}
.shop .shopArea .textArea{

}
.shop .shopArea h2{
    font-size: 28px;
    letter-spacing: 0.03em;
    line-height: 1.8;
}
.shop .shopArea .textArea > p{
    font-size: 16px;
    margin-bottom: 50px;
}
.shop .shopArea .textArea dl{
    display: flex;
}
.shop .shopArea .textArea dl p{
    font-size: 16px;
    line-height: 1.8;
}
.shop .shopArea .textArea dl dt{
    margin-right: 17px;
}
.shop .shopArea .textArea dl dt p{
    font-weight: bold;
}
@media screen and (max-width:768px){
    .shop .inner{
        width: 90%;
        margin: auto;
    }
    .shop .shopArea{
        flex-direction: column;
        padding: 20px;
    }
    .shop .shopArea .img{
        margin: 0 0 20px;
    }
    .shop .shopArea h2{
        font-size: 24px;
        letter-spacing: 0;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .shop .shopArea .textArea > p{
        margin-bottom: 30px;
    }
    .shop .shopArea .textArea dl dt{
        margin-right: 20px;
    }
    .shop .shopArea .textArea dl p{
        font-size: 14px;
    }
}
