/* -------------------------------------
	body
----------------------------------------*/
body p{
    color: #000;
}

/* -------------------------------------
	mainImage
----------------------------------------*/
#mainImage{
    position: relative;
}
#mainImage .mvBk {
    background-image: url(/recipe/special/koizumi-recipe/event/img/KV.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px;
	width: 100%;
    padding: 10px 0 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: -3;
}
#mainImage .mvBk::after {
    content: "";
    margin: auto;
    margin-top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    background-image: url(/recipe/special/koizumi-recipe/event/img/mv_imgs.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
#mainImage .mv {
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    max-width: 1232px;
    margin-left: 18vw;
    z-index: 1;
	width: 1232px;
    height: 450px;
    margin: auto;
}

@media screen and (max-width:1350px){
	#mainImage .mv{
		margin-left: auto;
	}
}
@media screen and (max-width:768px){
    #mainImage{
        padding: 0;
    }
    #mainImage .mvBk{
        padding: 0;
		margin-bottom: 30px;
	}
	#mainImage .mvBk::after {
		display: none;
	}
    #mainImage .mv{
        background-image: none;
        position: relative;
        margin-left: 0;
		width: 100%;
		height: 100%;
    }
}	

/* -------------------------------------
	introArea
----------------------------------------*/
.introArea .wrap{
	margin: 58px 0;
}
.introArea h2{
    max-width: 540px;
    margin: auto;
}
.introArea p{
    font-size: 32px;
    font-weight: bold;
	color: #557EBB;
    letter-spacing: 0.03em;
    line-height: 1.92;
    text-align: center;
	
    /* margin-bottom: 50px; */
}

@media screen and (max-width:768px){
    .introArea .wrap{
		margin: 30px 0;
	}
    .introArea h2{
        max-width: 260px;
        margin: auto auto 10px;
    }
    .introArea p{
        font-size: 24px;
        line-height: 1.8;
    }
}
/* -------------------------------------
	theme
----------------------------------------*/
.theme .wrap {
    margin-bottom: 62px;
}
.wrap .title{
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 26px;
}
.report .wrap .title{
    margin-bottom: 58px;
}
.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/koizumi-recipe/event/img/Vector_left.png);
}
.theme .themeText::after{
    right: 0;
    background-image: url(/recipe/special/koizumi-recipe/event/img/Vector_right.png);
}
.themeCont {
    display: flex;
    align-items: center;
    padding: 40px;
    max-width: 958px;
    box-sizing: border-box;
    border-radius: 30px;
    background-image: url(/recipe/special/koizumi-recipe/event/img/coments.png);
    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 .name{
    font-size: 20px;
	font-weight: bold;
    line-height: 1.8;
}
.themeCont .textArea p + p{
    margin-top: 30px;
}
.themeCont .textArea .text_medium{
    font-weight: 500;
}
@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: 24px;
    }
    .theme .themeText{
        font-size: 14px;
        padding: 0 26px 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: 48px;
}
.reportContArea:nth-of-type(2){
    margin-bottom: 50px;
}
.reportContArea:nth-of-type(3){
    margin-bottom: 50px;
}
.reportContArea:last-of-type{
    margin-bottom: 60px;
}
.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/koizumi-recipe/event/img/Rectangle_left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}
.reportContArea:nth-of-type(even):after{
    right: 0;
    left: auto;
	background-image: url(/recipe/special/koizumi-recipe/event/img/Rectangle_right.png);
    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: 108px;
    /* margin-top: -98px; */
    z-index: 1;
    padding: 30px 40px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0,0,0,15%);
}
.reportContArea:nth-of-type(even) .textBox{
	top: 195px;
    right: 0;
    margin-left: auto;
    margin-right: 0;
}
.reportContArea:nth-of-type(2) .textBox,
.reportContArea:nth-of-type(3) .textBox{
    top: 225px;
}
.reportContArea:last-child .textBox{
    top: 285px;
}
.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 p:nth-child(2){
    margin-top: 20px;
}
.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;
}
.reportContArea .textBox .text_light{
	font-weight: 300;
}
@media screen and (max-width:768px){
    .reportContArea{
        margin-bottom: 30px;
    }
    .reportContArea .reportInner{
        width: 100%;
    }
    .reportContArea .reportCont{
        padding-top: 40px;
    }
    .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{
		top: -20px;
        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{
	position: relative;
    padding-bottom: 60px;
    background-image: url(/recipe/special/koizumi-recipe/event/img/event_menu_bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 30px center;
    margin-bottom: 60px;
	z-index: 0;
}
.eventMenu .inner{
    position: relative;
    padding-top: 188px;
	z-index: 1;
}
.eventMenu .eventMenuTitle{
    position: absolute;
    top: 7px;
    right: 9px;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	z-index: -1;
}
.eventMenu .eventMenuTitle .img{
    max-width: 265px;
    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 a{
	display: block;
}
.eventMenu .menuArea .menu .img {
    max-width: 100%;
    max-height: 306px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 28px;
    box-shadow: 0 0 25px rgba(0,0,0,16%);
}
.eventMenu .menuArea .menu .img_small {
    max-width: 100%;
    max-height: 306px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 28px;
    box-shadow: 0 0 25px rgba(0,0,0,16%);
}
.eventMenu .menuArea .menu .menuTitle{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.eventMenu .menuArea .menu .menuTitle h3{
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
}
.eventMenu .menuArea .menu > p{
    font-size: 16px;
    line-height: 1.8;
}
@media screen and (max-width:768px){
    .eventMenu .inner{
        padding-top: 190px;
    }
    .eventMenu .wrap{
        margin-bottom: 50px;
        background-image: url(/recipe/special/koizumi-recipe/event/img/event_menu_bk_sp.png);
		background-position: top 20px center;
    }
    .eventMenu .eventMenuTitle .img{
        margin-bottom: 10px;
    }
    .eventMenu .eventMenuTitle{
        flex-direction: column;
        align-items: center;
		top: 10px;
		right: -3px;
        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:last-of-type{
        max-width: 306px;
    } */
    .eventMenu .menuArea .menu:not(:last-of-type){
        margin: auto auto 25px;
    }
    .eventMenu .menuArea .menu .img{
		margin-bottom: 20px;
		max-height: 336px;
    }
	.eventMenu .menuArea .menu .img_small{
		max-width: 306px;
		max-height: 336px;
		margin: auto auto 20px;
    }
    .eventMenu .menuArea .menu .menuTitle{
        margin-bottom: 20px;
    }
}
/* -------------------------------------
	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.4;
}
.shop .shopArea .textArea > p{
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 57px;
}
.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 18px 17px;
    }
    .shop .shopArea .img{
        margin: 0 0 20px;
    }
	.shop .shopArea .textArea{
		max-width: 295px;
		width: 100%;
	}
    .shop .shopArea h2{
        font-size: 24px;
        letter-spacing: 0;
        line-height: 1.8;
        margin-bottom: 5px;
    }
	.shop .shopArea h2 span{
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.4;
    }
    .shop .shopArea .textArea > p{
        margin-bottom: 30px;
    }
    .shop .shopArea .textArea dl dt{
        margin-right: 20px;
    }
    .shop .shopArea .textArea dl p{
        font-size: 14px;
    }
}
