/* -------------------------------------
	body
----------------------------------------*/
body p{
    color: #000;
}

/* -------------------------------------
	mainImage
----------------------------------------*/
#mainImage{
    position: relative;
}
#mainImage .mvBk{
    background-image: url(/recipe/special/ochiai-recipe/img/event/mv_bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 0 460px;
    margin-bottom: 60px;
}
#mainImage .mv{
    margin: auto;
    margin-top: 0px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background-image: url(/recipe/special/ochiai-recipe/img/event/title_mv.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    display: block;
    max-width: 800px;
    width: 100%;
    margin-left: 26.5vw;
    height: 100%;
}
@media screen and (max-width:768px){
    #mainImage{
        padding: 0;
    }
    #mainImage .mvBk{
        /* background-image: url(/recipe/special/ochiai-recipe/img/event/mv_bk_sp.png); */
        background-image: none;
        padding-bottom: 0;
        margin-bottom: 50px;
    }
    #mainImage .mv{
        background-image: none;
        position: relative;
        margin-left: 0;
    }
}
/* -------------------------------------
	chefSection
----------------------------------------*/
.chefSection{

}
.chefSection .wrap{
    padding-bottom: 100px;
}
.chefSection .title{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    color: #970032;
    margin-bottom: 60px;
}
.chefArea{
    position: relative;
    display: flex;
    padding: 46px 21px 14px 39px;
    border-radius: 30px;
    background-image: url(/recipe/special/ochiai-recipe/img/event/chefSection_bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    overflow: hidden;
}
.chefArea .textArea{
    max-width: 454px;
    width: 100%;
}
.chefArea .textArea .chefName{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.43;
    margin-bottom: 15px;
}
.chefArea .textArea .chefName span{
    font-size: 14px;
    line-height: 1.21;
    margin-left: 8px;
}
.chefArea .textArea p{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.chefArea .textArea .banner{
    max-width: 454px;
    width: 100%;
}
.chefArea .img{
    max-width: 509px;
    width: 100%;
    position: absolute;
    right: 21px;
}
@media screen and (max-width:768px){
    .chefSection .wrap{
        padding-bottom: 50px;
    }
    .chefSection .title{
        font-size: 24px;
        line-height: 1.6;
        letter-spacing: -0.02em;
        margin-bottom: 50px;
    }
    .chefArea{
        flex-direction: column-reverse;
        background-image: url(/recipe/special/ochiai-recipe/img/event/chefSection_bk_sp.png);
        background-size: 100% 100%;
        /* margin-top: 20px; */
        background-position: top 20px center;
        padding: 280px 0 24px;
        width: 95%;
        margin: auto;
    }
    .chefArea .img{
        /* position: relative; */
        right: 0;
        left: 0;
        top: 0;
        margin: auto;
        max-width: 88%;
        width: 88%;
        max-width: 290px;
    }
    .chefArea .textArea .chefName{
        margin-bottom: 20px;
    }
    .chefArea .textArea{
        max-width: 88%;
        margin: 30px auto 0;
    }
    .chefArea .textArea p{
        line-height: 1.6;
        margin-bottom: 20px;
    }
}
/* -------------------------------------
	report
----------------------------------------*/
.report .title{
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.reportContArea{
    position: relative;
    margin-bottom: 100px;
}
.reportContArea:nth-of-type(2){
    margin-bottom: 235px;
}
.reportContArea:nth-of-type(3),
.reportContArea:nth-of-type(4){
    margin-bottom: 270px;
}
.reportContArea:last-of-type{
    margin-bottom: 100px;
}
.reportContArea:after{
    content: '';
    position: absolute;
    /* right: 0; */
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 67%;
    height: 100%;
    max-height: 340px;
    border-radius: 0 100px 0 0;
    background-image: url(/recipe/special/ochiai-recipe/img/event/bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}
.reportContArea:nth-of-type(even):after{
    right: 0;
    left: auto;
    top: 59px;
    border-radius: 100px 0 0 0;
    background-image: url(/recipe/special/ochiai-recipe/img/event/bk02.png);
}
.reportContArea:nth-of-type(3):after,
.reportContArea:nth-of-type(4):after{
    top: 94px;
    bottom: inherit;
}
.reportContArea .reportInner{
    position: relative;
    z-index: 1;
    max-width: 1042px;
    margin: auto;
    width: 90%;
}
.reportContArea .reportCont{
    position: relative;
    /* padding-top: 60px; */
}
.reportContArea .imgArea{
    position: relative;
    max-width: 651px;
    width: 100%;
}
.reportContArea .img{
    margin-left: auto;
    margin-right: 0;
    max-width: 600px;
    box-shadow: 0 0 25px rgba(0,0,0,16%);
    border-radius: 20px;
    overflow: hidden;
}
.reportContArea .img.childrenImg{
    position: absolute;
    max-width: 300px;
    bottom: -135px;
    right: 0;
}

.reportContArea:nth-of-type(even) .img{
    margin-left: 0;
    margin-right: auto;
}
.reportContArea:nth-of-type(3) .imgArea{
    margin-right: 0;
    margin-left: auto;
}
.reportContArea:nth-of-type(3) .img.childrenImg{
    position: absolute;
    max-width: 300px;
    bottom: -165px;
    left: 0;
    right: inherit;
}
.reportContArea:nth-of-type(4) .img.childrenImg{
    bottom: -165px;
}
.reportContArea .textBox{
    position: absolute;
    max-width: 520px;
    background: #fff;
    margin-left: 0;
    /* top: 158px; */
    /* margin-top: -98px; */
    bottom: 60px;
    z-index: 1;
    padding: 30px 40px;
    border-radius: 20px;
    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:nth-of-type(4) .textBox{
    top: 30px;
    bottom: inherit;
}
.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){
    .report .title{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .reportContArea{
        margin-bottom: 30px;
    }
    .reportContArea:nth-of-type(4){
        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%;
        top: 0;
        bottom: inherit;
        background-image: url(/recipe/special/ochiai-recipe/img/event/bk_sp.png);
        border-radius: 0;
    }
    .reportContArea:nth-of-type(even):after{
        top: 0;
        border-radius: 0;
        background-image: url(/recipe/special/ochiai-recipe/img/event/bk02_sp.png);
    }
    .reportContArea:nth-of-type(3):after{
        top: 0;
        bottom: inherit;
    }
    .reportContArea .img{
        width: 84%;
        max-width: 100%;
        border-radius: 20px 0 0 20px;
    }
    .reportContArea .imgArea{
        width: 100%;
        max-width: 100%;
        padding-bottom: 184px;
    }
    .reportContArea .imgArea .parentImg{
        border-radius: 0 20px 20px 0 ;
    }
    .reportContArea:nth-of-type(3) .imgArea .parentImg{
        border-radius: 20px 0 0 20px;
    }
    .reportContArea .imgArea .childrenImg{
        border-radius: 20px 0 0 20px;
        bottom: 0;
        right: 0;
        left: inherit;
        margin: 0 0 0 auto;
        max-width: 60%;
    }
    .reportContArea:nth-of-type(3) .imgArea .img.childrenImg{
        max-width: 60%;
        bottom: 0;
        border-radius: 0 20px 20px 0;
    }
    .reportContArea:nth-of-type(4)  .imgArea .childrenImg{
        bottom: 3px;
    }
    .reportContArea .textBox{
        position: relative;
        top: -20px;
        max-width: 90%;
        margin: auto;
        padding: 20px;
        width: 90%;
    }
    .reportContArea:nth-of-type(2) .textBox,
    .reportContArea:nth-of-type(3) .textBox,
    .reportContArea:nth-of-type(4) .textBox{
        max-width: 90%;
        width: 90%;
    }
    .reportContArea:nth-of-type(2) .textBox,
    .reportContArea:nth-of-type(3) .textBox,
    .reportContArea:last-child .textBox{
        top: -20px;
    }
    .reportContArea:nth-of-type(4) .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 auto 63px;
    text-align: center;
}
.eventMenu .wrap{
    position: relative;
    padding-bottom: 57px;
    background-color: #f1f1f1;
    margin-bottom: 100px;
}
.eventMenu .wrap::before{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    /* bottom: 0; */
    top: -33px;
    margin: auto;
    width: 100%;
    height: 100%;
    max-height: 33px;
    max-width: 284px;
    background-image: url(/recipe/special/ochiai-recipe/img/event/event_menu_bk.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
.eventMenu .inner{
    position: relative;
    padding-top: 185px;
}
.eventMenu .eventMenuTitle{
    position: absolute;
    top: -70px;
    right: 30px;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 0;
}
.eventMenu .eventMenuTitle .img{
    position: relative;
    max-width: 267px;
    margin: 0 auto;
}
.eventMenu .eventMenuTitle .img:after{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    /* top: 0; */
    margin: auto;
    width: 100%;
    height: 100%;
    max-height: 45px;
    background-color: #f1f1f1;
}
.eventMenu .eventMenuTitle p{
    font-size: 24px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 30px;
}
.eventMenu .menuArea{
    position: relative;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    z-index: 1;
}
.eventMenu .menuArea .menu{
    max-width: 306px;
    /* 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: 10px;
    /* box-shadow: 0 0 25px rgba(0,0,0,16%); */
}
.eventMenu .menuArea .menu .menuTitle{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
}
.eventMenu .menuArea .menu .menuTitle h3{
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}
.eventMenu .menuArea .menu a > p{
    font-size: 16px;
    line-height: 1.8;
}
@media screen and (max-width:768px){
    .eventMenu .inner{
        padding-top: 184px;
    }
    .eventMenu .wrap::before{
        top: -30px;
        max-width: 51%;
        max-height: 31px;
        background-image: url(/recipe/special/ochiai-recipe/img/event/event_menu_bk_sp.png);
    }
    .eventMenu .wrap{
        margin-bottom: 50px;
        background-image: url(/recipe/special/ochiai-recipe/img/event/event_menu_bk_sp.png);
    }
    .eventMenu .eventMenuTitle .img{
        /* max-width: 66%; */
        max-width: 222px;
        margin-bottom: 10px;
    }
    .eventMenu .eventMenuTitle .img:after{
        display: none;
    }
    .eventMenu .eventMenuTitle{
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
        right: 0;
        /* top: -60px; */
    }
    .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: 246px;
        margin-bottom: 20px;
    }
    .eventMenu .menuArea .menu .menuTitle{
        margin-bottom: 21px;
    }
}
@media screen and (max-width:450px){
    .reportContArea .imgArea .childrenImg{
        max-width: 100%;
    }
    .reportContArea:nth-of-type(3) .imgArea .img.childrenImg{
        max-width: 88%;
    }
}
/* -------------------------------------
	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 23px;
    }
    .shop .shopArea .textArea{
        width: 100%;
        max-width: 300px;
    }
    .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;
    }
}
