@charset "utf-8";
/* CSS Document サエサ */

/*common*/
.pcNone{display:none;}
.spNone{display:block;}
.marker{background: linear-gradient(transparent 60%, #ff6 60%);}
.obj_center{text-align: center;}
.txt_bold{font-weight: bold;}
.bg_beige{background-color: #ece2d9;}

/*PC*/
.flex_box{display: flex;justify-content: center;gap: 29.25px;}
.sec_lineup .flex_box{}
.sec_lineup .flex_box dl dd{margin: 0 auto;}

.btn_sku{border-bottom: 1px #bbb solid;border-top: none;padding-top: 0;}

.sec_point1{justify-content: space-between;}
.sec_point1 .flex_box{flex-direction: column;}
.sec_point1 .sec_point1_box{width: 45%;}
.sec_point1 .sec_point1_txt{margin-bottom: 0;}
.sec_point1 .sec_point1_img{margin-top: 0;}

.btn_link_gray a{background-color: #8c8678;color: #FFF;}
.sub_ttl{font-size: 20px;color: #1a9861;font-weight: bold;margin-bottom: 0;margin-top: 2em;}
.kodawari_bg{background-color: #8c8678a1;padding: .4em;font-size: .85em;color: #fff;border: #8c8678 solid 2px;border-radius: 2px;letter-spacing: .1em;}

/* mp4動画 */
.block_movie{max-width: 640px;margin: 0 auto;padding-right: 1px;}
.block_movie video{border: #8c8678 solid 1px;}

/* レシピ */
#main .sec_recipes ul{flex-wrap: wrap;background-color: #efead7;padding: 2em;margin-bottom: 0;}
.sec_recipes ul li{width: 18%;}

/* レシピ動画 */
.sec_recipes_movie{padding: 3em 1.5em;background-color: #dad6c5;}
.movie_soup{display: flex;gap: 20px;}
.movie_soup p{padding-left: 1em;}

/* type4 */
.sec_type ul{display: flex;flex-wrap: wrap;gap: 10px;width: 100%;max-width: 1000px;}
.sec_type ul li{width: 48%;}
.sec_type .sec_type_txt{text-align: center;}
.sec_type .sec_type_txt p{padding: 2em 1em;margin-bottom: 0;}
.sec_type .sec_type_txt span{color:#fff;letter-spacing: .08em;}
.sec_type ul li:nth-of-type(1) .sec_type_txt{background-color: #aec58d;}
.sec_type ul li:nth-of-type(2) .sec_type_txt{background-color: #e3aca6;}
.sec_type ul li:nth-of-type(3) .sec_type_txt{background-color: #f5d9ad;}
.sec_type ul li:nth-of-type(4) .sec_type_txt{background-color: #d6c1e3;}
.sec_type .sec_type_img{margin-bottom: 0;}

.sec_lastly .obj_center{padding-top: 2em;}
.sec_lastly .btn_link{margin-top: 3em;}

/*SP*/
@media screen and (max-width: 1023px){
	/* common */
    .pcNone{display:block;}
	.spNone{display:none;}
	
	/* 商品ラインアップ */
	.sec_lineup .flex_box{gap: 10px;}
	.btn_sku{font-size: .7em;letter-spacing: -1px;}
	
	.sec_point1{flex-direction: column;}
	.sec_point1 .sec_point1_box{width: 100%;}
	.sec_point1 .flex_box{gap:15px;}
	.sec_point1 .ttl_h2{line-height: 1.8;}
	.sec_point1 .sec_point1_img{text-align: center;}
	.kodawari_bg{font-size: .8em;padding: .3em;}
	.sec_point2 .flex_box{flex-direction: column;gap: 0;}
	
	/* レシピ */
	.sec_recipes{}
	#main .sec_recipes ul{gap:10px;padding: 1.5em;}
	.sec_recipes ul li{width: 48%;}
	
	/* レシピ動画 */
	.movie_soup{flex-direction: column;gap:0;}
	.movie_soup p{padding-left: 0;}
	
	
}

