@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
body {
    background: #fff;
}
#main{
    padding-bottom: 0px;
}
#main .fview{
    position: relative;
    margin:  0 0 110px;
}
#main .fview .info{
    position: absolute;
}
#main .fimg {
    width: 100%;
}
#main .mainVisual {
}
#main .mainVisual .image img {
	width: 100%;
}
#main .mainVisual h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	box-sizing: border-box;
}
#main .mainVisual h1 .size {
	font-size: 5rem;
	display: block;
	letter-spacing: 4px;
}
#main .mainVisual .mimg_list img:nth-child(1){
    position: absolute;
    left: -15px;
    top: -15px;
}
#main .mainVisual .mimg_list img:nth-child(2){
    position: absolute;
    right: -30px;
    bottom: -132px;
}
#main .mainVisual > img{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 260px;
}
#main .info {
    
}
#main .info div{
    text-align: center;
    padding: 130px 0 0;
}
#main .info p:nth-child(1){
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0 0 46px;
}
#main .info p:nth-child(2){
    line-height: 30px;
    font-size: 17px;
    color: #fff;
}
#main .sec01 {
	margin-bottom: 125px;
}
#main .sec02 {
	margin-bottom: 129px;
}
#main .sec02 .headLine01 {
	margin-bottom: 100px;
}
#main .sec02 .headLine01 .image {
	top: 46.5%;
	left: 51.3%;
}
#main .sec03 .headLine01 .image {
	top: 43%;
}
#main .sec03 .headLine01 {
	margin-bottom: 70px;
}
#main div .flexBox:last-child {
	margin-bottom: 0;
}
body {
	overflow-x: hidden;
}
#container .food {
	position: absolute;
	z-index: -10;
}
#container .food.p01 {
	left: 20%;
	top: -50px;
}
#container .food.p02 {
	left: -50px;
	top: 100px;
}
#container .food.p03 {
	left: 55%;
	top: 50px;
}
#container .food.p04 {
	right: -200px;
	top: -200px;
}
#container .food.p05 {
	left: -200px;
	top: 400px;
}
#container .food.p06 {
	right: 10%;
	top: 500px;
}
#container .food.p07 {
	right: -50px;
	top: 700px;
}
#container .food.p08 {
	right: -100px;
	top: 1000px;
}
#container .food.p09 {
	left: -100px;
	top: 1200px;
}
#container .food.p10 {
	left: -50px;
	top: 1800px;
}
#container .food.p11 {
	right: -50px;
	top: 2400px;
}
#container .food.p12 {
	left: -50px;
	top: 2600px;
}
#container .food.p13 {
	right: -10px;
	top: 3000px;
}
#container .food.p14 {
	left: 10px;
	top: 3200px;
}
#container .food.p15 {
	right: 50px;
	top: 3400px;
}
.headLine01{
    color: #E34654;
    font-weight: normal;
    font-size: 38px;
}
.flexBox .textBox .text,
.commodity p.txt{
    color: #000;
}
.comBtn a{
    background-color: #E34654;
}
.headLine02{
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 18.5px;
    font-size: 0px;
    text-align: left;
}
.headLine02::after{
    background-color: #7F7F7F;
}
.flexBox{
    margin: 0 0 80px;
}
.flexBox .textBox .text{
    min-height: 70px;
}
.recipe_box{
    margin: 0 0 110px;
}
.recipe_box .headLine01{
    margin: 0 auto -50px;
    background: #fff;
    width: fit-content;
    padding: 17px 60px 7px;
    border: solid 1px #E34654;
    border-bottom: solid 5px #E34654;
    border-radius: 50px;
    color: #393431;
    font-size: 32px;
}
.recipe_box .recipe_item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.recipe_box .recipe_item li{
    margin: 40px 0 0;
}
.recipe_box .recipe_item .item_about{
    width: 100%;
    padding: 0 25px;
}
.recipe_box .recipe_item .item_about p{
    color: #000;
}
.recipe_box .recipe_item li{
    width: 50%;
    display: inline-flex;
}
.recipe_box .recipe_item li p{
    line-height: 30px;
}
.recipe_box .recipe_item li .comBtn{
    margin: 15px 0 0 -25px;
}

@media all and (-ms-high-contrast:none) {
	#main .mainVisual h1 {
		padding-top: 176px;
	}
}
@media all and (max-width: 767px) {
    #main .fview .info{
        position: relative;
    }
    #main .mainVisual{
        background-image: url("https://wwwshokudepocom.ecbeing.biz/img/usr/lp/index/latesummer_01.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        height: 229px;
    }
	#main .mainVisual h1 {
		width: 70%;
		height: auto;
	}
	#main .mainVisual h1 .size {
		font-size: 2.5rem;
	}
	#main .sec01 {
		margin-bottom: 45px;
	}
	#main .sec02 .headLine01 {
		margin-bottom: 43px;
	}
	#main .sec02 .headLine01 .image {
	    top: 23.5%;
	    left: 51.3%;
	    height: 55px;
	}
	#main .sec02 {
		margin-bottom: 49px;
	}
	#main .sec03 .headLine01 {
		margin-bottom: 44px;
	}
	#main .sec03 .headLine01 .image {
		top: 29%;
		height: 55px;
	}
	#main .info {
        background-image: url("https://wwwshokudepocom.ecbeing.biz/img/usr/lp/index/latesummer_02.jpg");
        background-repeat: no-repeat;
		margin: 0 auto 50px;
		padding: 0;
		width: 100%;
	}

	#container .food img {
		width: 50%;
	}

	#container .food.p01 {
	    left: 0;
	    top: -20px;
	}

	#container .food.p02 {
	    left: -20px;
	    top: 70px;
	}

	#container .food.p03 {
		left: auto;
	    right: -100px;
	    top: 250px;
	}

	#container .food.p04 {
		right: -500px;
		top: -150px;
	}

	#container .food.p05 {
	    left: -100px;
	    top: 300px;
	}

	#container .food.p06 {
	    right: -50%;
	    top: 420px;
	}

	#container .food.p07 {
	    right: -90px;
	    top: 620px;
	}

	#container .food.p08 {
	    right: -220px;
	    top: 840px;
	}

	#container .food.p09 {
	    left: -30px;
	    top: 1140px;
	}

	#container .food.p11 {
	    right: -110px;
	    top: 2380px;
	}

	#container .food.p13 {
	    right: -10px;
	    top: 2950px;
	}

	#container .food.p15 {
		right: 10px;
		top: 3400px;
	}
    #main .mainVisual .mimg_list img:nth-child(1){
        width: 50%;
    }
    #main .mainVisual .mimg_list img:nth-child(2){
        right: -15px;
        bottom: -70px;
        width: 60%;
    }
    .headLine02{
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    .headLine01{
        font-size: 23px;
    }
    #main .info{
        background-position: center center;
        height: 260px;
        margin: 0px 0 30px;
    }
    #main .info div{
        padding: 0px 20px 0;
    }
    #main .info p:nth-child(1){
        font-size: 28px;
        margin: 0 0 20px;
    }
    #main .info p:nth-child(2){
        font-size: 14px;
        line-height: 23px;
    }
    .recipe_box{
        margin: 0 0 55px;
    }
    .recipe_box .recipe_item{
        display: block;
    }
    .recipe_box .recipe_item li{
        width: 100%;
        display: block;
    }
    .recipe_box .recipe_item .item_about{
        padding: 0;
    }
    .recipe_box .recipe_item li .comBtn{
        margin: 15px 0 0 0;
    }
    .recipe_box .headLine01{
        margin: 0 auto -5px;
        width: 100%;
        padding: 8px 0px;
        font-size: 16px;
    }
    .recipe_box .headLine01 img{
        width: 90%;
    }
    .recipe_box .recipe_item li{
        margin: 30px 0 0;
    }
    .recipe_box .recipe_item li img{
        width: 80px;
        float: left;
        margin: 0 10px 0 0;
    }
    .flexBox{
        margin: 0 0 40px;
    }
    #main .fview{
        margin: 0 0 30px;
    }
}
@media screen and (min-width:0px) and ( max-width:321px) {
    #main .info p:nth-child(1){
        font-size: 22px;
        margin: 0 0 10px;
    }
    #main .info p:nth-child(2){
        font-size: 14px;
    }
    #main .mainVisual{
        height: 192px;
    }
}