@charset "UTF-8";
@import url("layout.css");
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*--== USER ==--*/
.user_editor{width:100%;height:auto;overflow: hidden;position: static !important;color: #4e4e4e;line-height: 35px;font-size: 17px;margin-bottom: 15px;} 
.user_editor table{ width:100% !important ; } 
.user_editor img{ max-width:100% !important ; }
.user_editor h3{
	font-weight:600;
	font-size: 19px;
}
.user_editor a{
	background-color: #f0f8ff00 !important;
	box-shadow: 0 5px 5px #f0f8ff00 !important;
	border:0px !important;
	text-decoration: underline;
}
.user_editor a:hover{
	border:0px !important;
	color:#eb8302
}



/* -----頁碼----- */
.pagination_box{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 80px 0 80px 0;
    z-index: 9;
}
.pagination_box a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border:1px solid #ccc0;
    border-radius:100%;
    color: #ccc;
}
.pagination_box a:not(.left_page):not(.right_page):hover{
    border:1px solid #ccc;
    border-radius:100%;   
}
.left_page,.right_page{
    margin:0 12px;
}
.pagination_box .active{
    color:#fff;
    background-color:#777
}






/*--== 共用樣式 ==--*/
.content_1920{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.sun{
	width: 135px;
	margin: 0 auto;
	opacity: .5;
	/* margin-bottom: 5px; */
}

.content_1280,
.content_1440{
    max-width: 1280px;
    width: 90%;
    z-index: 9;
    margin: 0 auto;
}
.content_1440{
	max-width: 1440px;
}
.main_tit,
.second_tit,
.third_tit{
    margin-top: 50px;
    text-align: center;
    font-size: 45px;
    margin-bottom: 12px;
    font-family:"tit";
    letter-spacing: 2px;
    z-index: 1;
    position: relative;
}
.kne_tit{
	width: 250px;
	margin: 50px auto;
	font-size: 40px;
}
.about .main_tit{
	width: 250px;
	margin: 50px auto;
	font-size: 35px;
}
.line,.line2{
	height: 6px;
	/* background-size: 100%; */
	background-image: url(../images/icon/line.png);
	background-repeat: repeat-x;
	background-size: contain;
	margin-bottom: 30px;
margin-top: 10px;}
.re_border .line{
	width:100%
}
.news_tit .line{
	margin: 20px 0;
}
.line2{
    background-image: url(../images/icon/line2.png);
    margin: 10px 0;
}
.main_tit .tit{
	text-align:center;
	margin-top: -7px;
}
.second_tit{
    font-size: 35px;
}
.third_tit{
	font-size: 20px;
	text-align: left;
	margin: 0;
	border-radius: 90px;
	background-color: #eb8302;
	color: #fff;
	padding: 5px 30px;
	margin-bottom: 10px;
}
.img_rightBox .third_tit{
	background-color:#99b918
}
.subtitle{
	font-size: 10px;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-align: center;
    font-family: "ヒラギノ角ゴシック";
    margin-bottom: 6px;
}
.bac_word{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
}
.content .bac_word{
	z-index:0;
	position:fixed;
}
.right_word,.left_word{
	width: 300px;
	position:absolute;
	top: 110vh;
	right:0;
	z-index: -1;
}
.left_word{
	width: 300px;
	top:150vh;
}
.left_word{
	left:0;
	right:auto
}
.content .right_word,.content .left_word{
	width:300px;
	top: 30vh;
}
.bac_word img{
	width:100%
}
.row{
	width:100%;
	display: flex;
	/* flex-wrap: wrap; */
}
.page_half{
	width: 40%;
	height: 100vh;
	overflow:hidden;
	position: relative;
}
.inpage_banner{
	width: 40vw;
	height: 100vh;
	display: flex;
	overflow: hidden;
	justify-content: flex-start;
	align-items: center;
	position: fixed;
	top: 0;
	left:0;
	z-index: -1;
}
.inpage_banner > img{
	width: auto;
	height: 100vh;
}
.more{
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	position: relative;
	font-size: 16px;
}
.txt{
	font-size: 17px;
	/*	line-height: 27px;*/
}

.top_butt,.social_link,.memss{
	position:fixed;
	right: 20px;
	z-index: 99999999;
	bottom: 100px;
	display: none;
	font-family: "HiraginoMin";
	font-size: 10px;
	transition: all .3s;
}
.social_link,.memss{
	width: 36px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	bottom: 195px;
	right: 36px;
}
.memss{
	bottom: 290px;
}
.social_link a,.memss a{
	width: 36px;
	height: 36px;
	margin-bottom: 5px;
}
.memss a img{
    width:100%	
}
.social_link a:hover img{
	width:95%;
}
.social_link img{
	width:100%;
	transition: all .3s;
}
.top_butt a{
	width: 65px;
	color:#554e49;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.top_butt a img{
	width:100%;
}
.top_butt a div{
	width:100%;
	margin-top: 10px;
	transition: all .3s;
}
.top_butt a:hover div{
	margin-top: 13px
}
.inpage{
	width: 90%;
	z-index: 999;
	padding: 15px 30px 15px 15px;
	margin-top: 20px;
}
.btn:after,
.knowledge_btn a:after{
    content: "";
    position: absolute;
    width: 250px;
    height: 100px;
    left: -20px;
    top: -5px;
    background: url('../images/button.png') no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: .8;
    transition: all .3s;
}
.knowledge_btn a.active:after{
	opacity: 1;
}
.knowledge_btn a:before{
	content:'';
	display:block;
	background-image:url('../images/texture/4.png');
	background-size:100%;
	width: 55px;
	height: 50px;
	position:absolute;
	background-repeat: no-repeat;
	top: -22%;
	left: 8%;
	opacity:0;
	transition:all .3s
}
.knowledge_btn a.active:before,.knowledge_btn a:hover:before{
	opacity:1
}
.knowledge_btn a.active:after{
	
}
.knowledge_btn a:after{
	width: 100%;
	height: 80px;
	left: 1%;
	top: 0;
	transition:all .4s
}
.btn{
	margin-bottom:20px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-content: center;
}

/* .knowledge_btn a:hover{
	line-height:20px
} */
.knowledge_btn a:hover:after{
	
	opacity: 1;
}
.txt_center{
    text-align: center;
}
.img_leftBox,
.img_rightBox{
	/* max-width: 50%; */
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 0 auto;
	/* margin-top: 40px; */
	/* margin-bottom: 80px; */
	position: relative;
}
.txt_area{
	width: 100%;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.txt_area .tit{
	font-size: 30px;
	font-family: "HiraginoMin";
}
.txt_area .txt{
	width: 100%;
	margin-top: 10px;
	line-height: 33px;
}

.web_map{
	max-width: 1620px;
	width: auto;
	/* margin: 0 auto; */
	text-align: right;
	margin-top: 20px;
	font-size: 14px;
	z-index: 1;
	background-color: #ffffffa3;
	border-radius: 90px;
	padding: 10px 20px;
	margin-right: 6%;
	/* box-shadow: 0 0 5px #d8d8d8; */
}
.map_1920{
	width:1920px;
	display:flex;
	justify-content:flex-end
}
.web_map a{
	color: #909090;
	margin-left: 10px;
}
.web_map .active{
	color: #eb8302;
	font-weight: 600;
}





/* MASK */
.mask_1{
    width: 400px;
    height: 335px;
    /*background: url("../images/bac/foot_bac.png") no-repeat top center / cover;*/
    -webkit-mask:url("../images/mask/about_mask.png") no-repeat center center / contain;
    mask:url("../images/mask/about_mask.png")no-repeat center center / contain;
    margin: 55px 0 35px 0;
    position: relative;
}
.pro_img{
	width: 400px;
	height: 300px;
	/*background: url("../images/bac/foot_bac.png") no-repeat top center / cover;*/
	-webkit-mask:url("../images/mask/about_mask.png") no-repeat center center / contain;
	mask:url("../images/mask/about_mask.png") no-repeat center center / contain;
	margin: 0 auto;
}
.season_mask,.season_mask2{
    width: 315px;
    height: 400px;
    -webkit-mask:url("../images/mask/season_mask1.png") no-repeat center center / contain;
    mask:url("../images/mask/season_mask1.png") no-repeat center center / contain;
    margin: 0 auto;
}
.season_mask2{
	width: 382px;
	height: 495px;
}

.top_book_mask{
	width: 1080px;
	height: 793px;
	-webkit-mask:url("../images/texture/book.png") no-repeat center center / contain;
	mask:url("../images/texture/book.png")no-repeat center center / contain;
}





/*--== HEADER ==--*/
.mobile{
	display:none
}
#navbar,#logo,.top_white{
	transition:all .5s;
}
.header{
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 60px;
    position: relative;
    /* z-index: 1; */
    background-color: rgb(255 255 255 / 0%);
}
.logo{
	width:250px;
}
.header nav{
	margin: 0 50px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.header nav a,.nemu_but{
	width: 90px;
	line-height: 80px;
	height: 80px;
	margin:0 15px;
	color: #4f5448;
	text-align: center;
	display: flex;
	justify-content: center;
}

.header nav > a:before,.nemu_but:before{
	content:'';
	display:block;
	width: 20px;
	height: 20px;
	position: absolute;
	background-size: 20px 20px;
	background-image: url('../images/icon/icon01.png');
	margin: 0 auto;
	margin-top: 3px;
	opacity: 0;
	transition: all .3s;
	
}
.header nav > a:hover:before,.nemu_but:hover:before,.header nav > a.active:before{
	opacity:1
}
.nemu_but a{width: 100% !important;height: 50px !important;display: flex;align-items: center;background-color: rgb(255 255 255 / 90%);margin: 0 !important;text-align: center;justify-content: center;color: #808080 !important;font-size: 15px;border-bottom: 1px solid #f2f2f2;transition: all .3s;}
.nemu_but{
	display:flex;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.menu_kne_link{
	width: 150px;
	position:absolute;
	top: 95px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	opacity: 0;
	display: none;
	transition:all .3s;
}
.nemu_but:hover .menu_kne_link{
	display:flex;
	opacity:1
}
.menu_kne_link a:hover{
	color:#eb8302 !important
}
.top_white,.top_white02{
	position:absolute;
	z-index: 1;
	top: -50px;
	left: 0;
	opacity: .95;
}

.top_white img{
    width: 100%
}

/*--== FOOTER ==--*/
.foot_bac img{
    width: 100%;
}
.foot_bac{
	width: 100%;
	position: absolute;
	z-index: -1;
	display: flex;
	bottom: -50%;
	align-items: center;
	justify-content: center;
	align-content: flex-start;
}
.foot{
	margin:0 auto;
	text-align:center;
	z-index: 1;
	font-size: 14px;
}
.foot_logo{
	width: 200px;
	display:flex;
	margin: 0px auto;
	margin-top: 20px;
	justify-content: center;
	align-items: center;
}
.foot_logo img{
	width:100%
}
.foot_menu{
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 44px;
	justify-content: center;
}
.foot_menu a{
	display:flex;
	color:#c3c3c3
}
.foot_menu a:after{
    content: "/";
    display: block;
    margin:0 15px;

}
.foot_inf,.foot_inf a{
	color: #dbdbdb;
	line-height: 27px;
}
.copyRight{
	width: 100vw;
	display: flex;
	background-color: #00000087;
	text-align: center;
	justify-content: center;
	color: #8d8d8d;
	padding: 19px 0;
	margin-top: 20px;
	font-size: 10px;
}
.community img{
	width: 30px;
	margin: 0 2px;
}





/*--== INDEX ==--*/
.banner{
	width: 95%;
	max-height: 680px;
	height: 70vh;
	overflow: hidden;
	border-radius: 30px;
	margin: 50vh 2vw 0 2vw;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	position: relative;
	/* z-index: 9; */
}
.banner .slick-track{
	height:115%
}
.pc{
    width: 100%;
    height: 100%;
}
.pc .slick-list{
	height:100%
}
.pc .slick-list .slick-slide > div{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.about_ind{
	margin-top:60px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.aboot_ind01{
	width:100%;
}
.aboot_ind01 img{
	width:90%;
	opacity:.8
}
.about_ind .col{
    width:50vw;
    position: relative;
}   
.float_leaf{
	width: 90vw;
	position:absolute;
	top: 80%;
	padding-left: 40%;
}
.float_leaf img,
.big_leaf img{
	width:100%;
	opacity: .8;
}
.float_leaf li:nth-child(1){
	width: 4vw;
}
.float_leaf li:nth-child(2){
	margin-left:10%;
	width: 10vw;
}
.big_leaf{
	width: 18%;
	position:absolute;
	right: 9%;
	bottom: -40%;
	z-index: 1;
}
.content .big_leaf{
	width: 200px;
	/* position: fixed; */
	bottom: auto;
	top: 1000px;
	right: 5%;
	opacity: .5;
}
.content .float_leaf{
	width: 50vw;
	left: 5%;
	padding-left:0;
	top: 70vh;
	position: fixed;
	opacity: .5;
}
.content .float_leaf li:nth-child(1){
	width:70px
}
.content .float_leaf li:nth-child(2){
	width:200px;
	margin-top:80px
}
.about_ind .txt{
	width:75%;
}

.banner_tit{
	width: 150px;
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	display: flex;
	top: 20%;
	z-index: 1;
}
.banner_tit img{
	margin:0 auto;
	width: 100%;
}
.kne_ind_tit{
	width: 320px;
	margin:0 auto;
	margin-top: 120px;
}
.foodInpage_link{
	/* height: 323px; */
	/* width: 45%; */
	/* overflow: hidden; */
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 8%;
	flex-wrap: wrap;
}
.food_img_box{
	width: 100%;
	position:relative;
	display: flex;
	justify-content: center;
	align-content: center;
	/* overflow: hidden; */
	margin-left: -13%;
	z-index: 1;
	margin-top: -7%;
}
.book_top{
	width: 100%;
	position:absolute;
}

.food_img,.food_img img,.book_top img{
	width:100%
}
.ind_bac{
	width: 100%;
	position:absolute;
	z-index: -1;
	top: 7%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.food_ind_area{
	width: 100%;
	position:relative;
	overflow:hidden;
	display: flex;
	padding-top: 10%;
	padding-bottom: 8%;
}
.food_ind_area .btn{
	margin:0 auto;
	margin-top: 50px;
}
.food_ind_area .col{
	width:50vw;
	position: relative;
}
.food_ind_tit{
	width:330px;
	margin: 0 auto;
	margin-top: 39%;
}
.food_texture_box{
	position:absolute;
	z-index:0;
	top: -20%;
	display: flex;
}
.food_texture_box img,.grass img,.food01 img,.food02 img{
	width:100%
}
.hat{
	width: 53%;
}
.knife{
	width: 33%;
	margin-top: 10%;
	margin-left: -6%;
}
.grass{
	width: 26%;
	display: flex;
	position: absolute;
	left: -17%;
	top: 2%;
}
.food01,.food02{
	width: 23%;
	position:absolute;
}
.food01{
	bottom: -8%;
	z-index: 2;
	left: -16%;
}
.food02{
	width: 55%;
	right: -5%;
	bottom: -5%;
}
.about_ind .col .btn{
	margin-top: 55px;
}

.btn a{
	width: 200px;
	color:#fff;
}
.season_slide{
	max-width:1440px;
	width:90%;
	margin: 0 auto;
	margin-top: 60px;
}

.slide_box{
	padding-top: 20px;
	width: 400px;
	height: 400px;
	position:relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.slide_box .tit{
	-webkit-text-stroke: 1px #262626;
	font-size: 75px;
	color: #fff;
	writing-mode: tb-rl;
	position: absolute;
	z-index: 1;
	right: 5%;
	top: -5%;
	font-family: "ZhuZiAWan";
	opacity: 0;
	transition: all .3s;
}
.slide_box a{
	width:100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.season_icon{
	position:absolute;
	width: 120px;
	height: 120px;
	/* background-color:#ccc; */
	z-index:1;
	margin:0 auto;
	left:0;
	right: 0;
	top: 36%;
	opacity: .75;
}
.season_icon img{
	width:100%;
	-webkit-filter: drop-shadow(2px 2px 7pxrgb(60 60 60 / 70%));
    filter: drop-shadow(2px 2px 7px rgb(60 60 60 / 70%))
}
.season_active .season_icon{
	width: 160px;
	height: 160px;
	top: 21%;
	opacity: .95;
}
.season_normal{
	position:relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-content: center;
	opacity:1;
	transition:all .3s;
	padding-left: 10px;
}
.season_normal.spring:before,
.season_normal.summer:before,
.season_normal.aut:before,
.season_normal.winter:before{
	content:'春';
	display:block;
	position:absolute;
	z-index:1;
	font-size: 200px;
	font-family: "HiraginoMin";
	top: 0;
	color: #ffffff4f;
	right: 15px;
}
.season_normal.summer:before{
	content:'夏';
}
.season_normal.aut:before{
	content:'秋';
}
.season_normal.winter:before{
	content:'冬';
}
.season_active{
	width: 395px;
	height: 500px;
	position:absolute;
	top: -30px;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-content: center;
	opacity: 0;
	transition: all .3s;
}
.season_slide .slick-center .season_active,.slick-center .tit{
	opacity:1
}
.season_slide .slick-center .season_normal{
	opacity:0
}
.season_green,
.season_org{
	width: 315px;
	height: 400px;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0px;
	position: absolute;
}
.season_green{
	left:10px
}
.season_org{
	/* left: 20px; */
	height: 500px;
}
.season_green img,.season_org,
.season_org img{
    width:100%;
    height: 100%;
}
.season_active .user_editor_box{
	width: 200px;
	/* max-height: 150px; */
	position: absolute !important;
	z-index:1;
	text-align: center;
	line-height: 21px;
	color: #fff;
	bottom: 20%;
}
.incontent{
	width:100%;
	position:relative;

}
.incontent .user_editor{
	width: 200px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.incontent .line{
	margin:10px 0;

}
.season_active .knowledge_btn{
	position:absolute;
	z-index:1;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-content: center;
	line-height: 60px;
	opacity: 1;
	bottom: -22%;
	top: auto;
}
.season_slide .slick-slide{
    height: 540px;
}








/* ABOUT */
.animal:before,.animal:after,.nature:before,.nature:after{
	content:url();
	display:block;
	background-image: url(../images/texture/bird.svg);
	background-size: 100px 100px;
	position: absolute;
	z-index: 9;
	width: 100px;
	height: 100px;
	top: 10%;
	/* left: 33%; */
	margin-left: -30%;
}
.animal:after,.nature:after{
	background-image: url(../images/texture/rabbit.svg);
	top: 280px;
	margin-left: 30%;
	background-size: 130px 130px;
	width: 130px;
	height: 130px;
	transform: rotateY(180deg);
}
.nature:after{
	background-image: url(../images/texture/wood.svg);
}
.nature:before{
	background-image: url(../images/texture/leaf.svg);
}
.about{
	position:relative
}
.about_main:before,.about_main:after{
	content:url();
	display:block;
	background-image: url(../images/texture/flower01.svg);
	background-size: 88%;
	position: absolute;
	z-index: 9;
	width: 30%;
	height: 600px;
	top: 10%;
	background-repeat: no-repeat;
	margin-left: 6%;
	max-width: 300px;
}
.about_main:after{
	background-image: url(../images/texture/flower02.svg);
	right: 6%;
}
.about_box{
	margin-bottom:90px
}
.about_second{
	max-width: 1280px;
	width: 85%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 90px;
	/* margin-top: 90px; */
}
.about_second .second_tit{
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
}
.about_tit{
	margin-bottom: 30px;
}
.about_tit .h1{
	font-size: 27px;
	margin-top:10px;
	font-family: "tit";
	font-weight: 600;
}
.about_bac{
	width: 1920px;
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	margin: 0 auto;
}
.mountain{
	width: 100%;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-between;
}
.mountain div{
	width: 35%;
	display: flex;
}

/* PRODUCT */
.pro_inpage{
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	z-index: 0;
}
.product_slide{
	width: 100%;
	display: flex;
	justify-content: center;
	/* background-color: #f7f7f7; */
	/* margin-bottom: 0 !important; */
	/* position: fixed !important; */
}
.pro{
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* background-color: #ffffff7d; */
	z-index: 0;
	position: fixed;
	right: 5%;
	/* margin-bottom: 50px; */
	z-index: 2;
}
.pro_area{
	/* width: 60%; */
	/* padding-left: 25px; */
	/* margin-right: 0; */
	/* right: 0; */
}
.pro_inf{
	width: 60%;
	padding: 160px 0px 0px 45px;
	/* height: 100vh; */
	display: flex;
	flex-wrap: wrap;
	position: relative;
	/* justify-content: space-between; */
}
.pro_inf_box{
	/* height: 50vh; */
	/* overflow-y: scroll; */
	margin-bottom: 80px;
	/* border: 1px solid #ccc; */
	border-radius: 20px;
	padding: 20px;
	/* background-color: #ffffff96; */
}
.pro_inf_detail{
	padding:10px;
	margin-bottom: 20px;
}
.pro_inf_detail .line{
	margin-top: 20px;
}
.pro_tit{
	font-size:25px;
	font-weight:600;
	display: flex;
	align-items: center;
}
.pro_tit img{
	width: 30px;
	margin-right: 10px;
}
.pro_inf_detail ul{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	margin: 20px 15px 0 0;
	justify-content: flex-start;
}
.pro_inf_icon{
	display:flex;
	flex-wrap:wrap
}
.pro_inf_icon ul{
	width: 47%;
}
.pro_shop ul{
	justify-content:flex-start;
	align-items: flex-start;
	position: relative;
}
.pro_icon{
	width: 40px;
	margin: 0 10px 0px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro_shop .pro_icon{
	width: 135px;
}
.pro_arrow{
	margin-top:75px;
	font-size: 25px;
}
.product_pic{
	height: 75vh;
	/* max-width: 762px; */
	/* width: 80% !important; */
	padding: 5%;
	margin: 0 auto;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	align-content: flex-end;
	/* box-shadow: inset -3px 3px 10px rgb(48 48 48 / 53%); */
	border-radius: 20px;
}
.pro_name{
	width: 100%;
	text-align: right;
	margin: 20px 0;
	font-size: 25px;
	font-family: "HiraginoMin";
	color: #fff;
	text-shadow: 0 0 5px #000;
	letter-spacing: 3px;
}
.pro_itm{
	width: 430px;
	/* margin: 0 auto; */
	font-size: 13px;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	background-color: #ffffff87;
	border-radius: 20px;
	padding: 5px;
	justify-content: center;
	/* margin-bottom: 15px; */
	box-shadow: 0 0 5px #767676;
}
.pro_itm ul{
	width: 47%;
	display: flex;
	
	padding: 2px 7px;
	align-items: center;
	background-color: #ffffffb8;
	border-radius: 12px;
	margin: 6px;
	border: 1px solid #fff;
align-content: center;}
.pro_itm ul li{
	padding: 3px;
}
.leavel{
	width: 40px;background-color: #ffc782;
	color: #fff;
	border-radius: 5px;
text-align: center;}
.price{
	font-weight: 600;
	font-size: 20px;
	color: #eb8302;
}




/* NEWS */
.news_list .main_tit,
.pro_inpage .main_tit{
    width:100%;
    text-align:left;
    padding-left: 15px;
    line-height: unset;
    display: flex;
    margin-bottom: 15px;
    font-size: 35px;
}
.new_tit02{
	margin-bottom: 10px !important;
}

.news_list{
	width: 60%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	padding: 160px 0px 80px 45px;
	background-image: url(../images/bac/white-texture.jpg);
	background-repeat: repeat;
	background-size: contain;
	box-shadow: 0 0 40px #202020;
}
.news_list .inpage{
	padding-left: 0;
	margin-top: 0;
}
.news_list a{
    max-width: 540px;
    width: 45%;
    height: 400px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    color: #232323cc;
    margin: 15px;
    border: 1px solid #ebebeb;
    z-index: 9;
    background-color: #ffffff70;
    border-radius: 20px;
    transition:all .3s;
}
.news,.pro_txt{
	width: 88%;
	height: auto;
	z-index:1;
padding: 0;}
.news_a{
	width: 100%;
	display:flex;
	flex-wrap:wrap;
}
.news_list a:hover{
	margin-top:10px;
	border:1px solid #f89f31;
	background-color: #ffffff;
}
.news_list a:hover .btn:after{
	opacity:1
}

.news_list a ul{
    width:100%;
    /* display: flex; */
    flex-wrap: wrap;
}
.news_tit{
    /* margin: 50px 0 0 0; */
    font-size: 24px;
    font-weight: 600;
    font-family: "tit";
}
.inpage .news_tit{
	width: 100%;
	margin-top: 0;
	/* margin-bottom: 20px; */
}
.icon_box{
	display:flex;
	align-items:center
}
.icon_box img{
	width:50px;
	margin-right:10px
}
.news_date{
    width: 80px;
    height: 80px;
    display: inline-flex;
    flex-wrap: wrap;
    /* border: 1px solid #a1a1a1; */
    align-items: center;
    align-content: center;
    border-radius: 100%;
    line-height: 26px;
    padding-top: 10px;
    margin-bottom: 30px;
    background-color: #eb8302;
    color: #ffffffb5;
}
.news_date span{
    width:100%;
    font-size: 10px;
}
.news_date span:first-child{
    font-size: 35px;
}
.list_txt{
    width: 100%;
    margin: 5px 0;
    border-top: 1px dashed #b1b1b1;
    padding: 10px 0;
   
}
.list_txt p{
	 overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_txt.user_editor p{
	overflow: unset;white-space: unset;}
.list_txt.user_editor{
	min-height: 250px;
}

.news_list.inpage ul{
    display:flex;
    flex-wrap:wrap;
}
.news_list.inpage .news_date,
.news_list.inpage .news_tit{
    width:50%;
    border:0px
}
.news_list.inpage .news_date{
    text-align:right
}

.news_date span{
    width:100%
}
.news_date span:first-child{
    font-size: 35px;
}

.news_list.inpage ul{
    display:flex;
    flex-wrap:wrap;
}
.news_list.inpage .news_date,
.news_list.inpage .news_tit{
    width:50%;
    border:0px
}
.news_list.inpage .news_date{
    text-align:right
}
.inpage .news_date{
	width: auto;
	height: 32px;
	border:0px;
	flex-wrap: nowrap;
	color: #ffffff;
	background: #eb8302;
	border-radius: 5px;
	line-height: unset;
	padding: 3px 10px;
	margin-bottom: 20px;
}
.inpage .news_date span{
	font-size: 14px;
}
.per_btn a{
	max-width: unset;
	width: 180px !important;
	height: 50px;
	margin: 0;
	background-color: #99b918 !important;
	color: #ffffff !important;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-radius: 5px !important;
	border: 0px !important;
}


.recipe_list .per_btn{
	margin-top:50px
}
.per_btn a:hover{
	background-color:#b0ca48 !important;
}
.recipe_list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 80px 0 80px 0;
    position: relative;
}
.recipe_list .top_book_mask{
	width: 650px;
	height: 484px;
}
.recipe_list .food_img_box{
	margin: auto;
	margin-top: 10%;
}
.recipe_list .food01{
	width: 110px;
	bottom: auto;
	left: auto;
	top: 379px;
	right: 0;
}
.recipe_list svg{
	color:#99b918;
	margin-right:10px;
}
.recipe_list .txt{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px;
}
.recipe_list a{
	max-width: 300px;
	width: 50%;
	padding: 20px;
	transition: all .5s;
	color: #636363;
	border-radius: 10px;
	background-color: #ffffff99;
	margin: 10px;
	border:1px solid #ccc0;
	box-shadow:0 5px 5px #cccccc38;
	position: relative;
}
.know_user.recipe_list a{
	border-radius: 5px;
	margin: 15px 0;
}

.recipe_list a:before{
	content:'';
	display:block;
	width: 90%;
	height: 6px;
	/* background-color: #eb8302; */
	position: absolute;
	top: -4px;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-radius: 50px;
}
.know_user.recipe_list a:before{
	display:none
}

.listImg:before{
	content: 'MORE';
	display:block;
	position:absolute;
	margin:0 auto;
	background-color: #99b918;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	opacity: 0;
	transition: all .5s;
	z-index:1
}
.listImg:after{
	content: '';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background-color: #0606069e;
	z-index:0;
	opacity:0;
	transition:all .5s;
	border-radius: 100%;
}
.recipe_list a:hover .title{
	color:#eb8302;

}
.recipe_list a:hover{
	background-color:rgb(255 255 255 / 70%);
	border:1px solid #4f5448
}
.recipe_list .title{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 0px 0;
    transition: .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #Ccc;
    padding-bottom: 5px;
}
.recipe_list a:hover .listImg:before,
.recipe_list a:hover .listImg:after{
	opacity:1
}




.inpage_banner2{
    max-width: 98%;
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: 50px;
    /* margin-left: 0; */
}
.inpage_banner2 img{
    width: 100%;
}
.knowledge_btn{
    height: 35px;
    display: flex;
    justify-content: center;
    margin: 100px 30px;
}
.know_user .inpage{
	width: 100%;margin:0 auto;
	margin-top: 20px;
}
.season_active .knowledge_btn{
	width: 250px;
	height:auto;
	bottom: -25%;
}
.season_active .knowledge_btn img{
	width:100%
}
.knowledge_btn a{
    margin: 0 10px;
    width: 200px;
    height: 80px;
    position: relative;
    color: #fff;
    text-align: center;
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    line-height: 49px;
    transition: all .4s;
}
.knowledge_btn a.active{
	
}
.recipe_list .food_img{
	width:650px;
	position: relative;
}
.recipe_list .food_img:before{
	content:'';
	display:block;
	background-image:url('../images/texture/hat02.svg');
	background-size: 100%;
	width: 240px;
	background-repeat: no-repeat;
	height: 250px;
	position: absolute;
	z-index: 2;
	left: -4%;
	top: 3%;
}
.recipe_list ul{
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}
.seasons_right .tit{
	justify-content: flex-end;
}
.seasons_right .season_txt{
	padding: 0 22px 0 0;
}
.recipe_list .main_tit{
	margin: 0 auto;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	justify-content: center;
}

.listImg{
    overflow: hidden;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    background-color: #ffffff;
    border: 1px solid #ededed;
    margin: 10px auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    /* box-shadow: inset -3px 3px 10px rgb(48 48 48 / 53%); */
}
.listImg img{
	width:100%
}
.recipe_list ul .content{
    width: 100%;
    padding: 0 18px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    min-height: unset;
}
.recipe_list .list_txt{
    margin:0;
    border-top: 0;
    /* padding: 0 0 10px 0; */
    font-size: 17px;
    /* padding-top: 10px; */
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    /* border-top: 1px dashed #b1b1b1; */
}
.know_user.recipe_list .list_txt{
	/* padding: 20px 0; */
	overflow: unset;
	text-overflow: unset;
	white-space: unset;
}

.per_btn a:hover{
    background-color: #eb8302;
    transition:.3s
}
.seasons_left,.seasons_right{
	max-width: 1150px;
	width: 90%;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.img_area{
	width: 270px;
	display: flex;
	align-items: center;
}
.img_area img{
	width:100%
}
.season_inf{
	width: calc( 100% - 270px );
	padding: 10px 20px;
	display: flex;
	align-items: center;
}
.season_inf .line{
	margin:10px 0
}
.big_tit{
	width: 18%;
	-webkit-text-stroke: 1px #767676;
	font-size: 74px;
	color: #fff;
	writing-mode: vertical-rl;
	margin-top: -25px;
	font-family: "ZhuZiAWan";
}
.season_txt{
	width:90%;
	padding-left: 25px;
}
.season_inf .tit li:nth-child(1){
	font-size: 40px;
}
.season_inf .tit li:nth-child(2){
	-webkit-text-stroke: 1px #767676;
	font-size: 55px;
    color: #fff;
	writing-mode: vertical-rl;
}
.food_img{
	width: 550px;
}
.food_inf{
	width: calc( 100% - 650px );
	padding: 10px 20px 10px 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	align-content: flex-start;
}
.food_name,.food_itm_box{
	width: 100%;
	display: block !important;
}
.food_name .tit{
	font-weight:600;
	font-size: 27px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-family: 'tit';
}
.food_name .tit img{
	width:50px;
	margin-right: 10px;
}
.food_itm{
	font-size: 23px;
	font-weight:600;
	margin-bottom:10px;
	color: #99b918;
	font-family: 'tit';
}
.recipe_list .food_itm svg{
	margin:0;
	width: 25px;
	height: 25px;
	/* color: #eb8302; */
}
.food_itm_box{
	border-bottom:1px dashed #ccc;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.food_itm_box .user_editor{
	padding-left: 30px;
}







/* CONTACT */
.inf_box >div{
    width:50%;
}
.form_box{
	background-color: rgb(255 255 255 / 52%);
	border: 1px solid #b5b5b5;
	padding: 25px;
	border-radius: 15px;
	box-shadow: 0 5px 5px #e6e6e6;
	color: #888;
	font-size: 15px;
	margin-top: 10px;
}
.form_box textarea{
	width: 98%;
	height: 150px;
	border-radius: 10px;
	margin: 6px 0 20px 10px;
	border: 1px solid #b5b5b5;
}
.contact_box{
   width: 80%;
   display: flex;
   flex-wrap: wrap;
   /* justify-content: center; */
   margin: auto;
}
.contact_box .main_tit{
    width: 100%;
    text-align: left;
    font-size: 35px;
}
.contact_box .main_tit .sun{
	margin-left: 0;
}
.inf_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    /* border-top: 1px dashed #9b9b9b; */
    padding-top: 0px;
}
.con_form_box{
    display: flex;
    margin-bottom: 10px;
}
.con_form_box input{
    border-radius: 10px;
    height: 45px;
    width: calc( 100% - 11px );
    border: 1px solid #b5b5b5;
    padding: 5px 20px;
    font-size: 15px;
}
.con_form_box input:focus {
    outline: none;
    border: 1px solid #ffb65b;
}
.form_box span{
	margin-right: 5px;
}
.con_sen_box{
	display: flex;
	justify-content: flex-end;
}
.con_sen_box input{
	width: 200px;
	margin: 0 0 0 10px;
	padding: 10px 10px;
	color: #fff;
	border: 0px;
	border-radius: 6px;
	cursor: pointer;
}
.con_send{
	background-color: #eb8302;
}
.con_clear{
	background-color: #4f5448;
}
.con_form_box02{
	margin-top: 20px;
}
.inf_box .txt{
	font-size: 18px;
	line-height: 35px;
}
.con_inf{
	margin-top:30px
}
.con_inf ul{
	display:flex;
	font-size: 15px;
	margin-bottom:10px;
}
.con_inf ul svg{
	color:#99b918
}
.con_inf ul li{
	margin-right:10px
}



@media screen and (max-width:1680px){
	.pro_inf_icon ul{
		width:50%;
		margin:0
	}
	.pro_icon{
		margin:5px
	}

}
@media screen and (max-width: 1480px){
	.float_leaf{
		top: 65%;
	}
	.hat{
		width:50%
	}
	.food_texture_box{
		top: -15%;
	}
	.top_book_mask{
		width:900px;
		height: 661px;
	}
	

	.pro_shop .pro_icon {
		width: 80px;
		margin: 10px;
	}
	.content .float_leaf{
		top:55vh
	}
}
@media screen and (max-width:1440px){
	.recipe_list a{
		width: calc( 100% / 3 - 20px );max-width: inherit;}

}
@media screen and (max-width:1366px){
	.pro_inf_icon ul{
		width:100%
	}
	.top_book_mask{
		width:700px;
		height: 517px;
	}
	.main_tit, .second_tit{
		font-size: 35px;
	}
	.food_ind_area .btn{
		margin-top:10px
	}
	.food_ind_tit{
		width:200px
	}
	.season_active,.season_mask2{
		width:350px;
		height: 462px;
	}
	.season_active .knowledge_btn{
		width:200px;
		bottom: -31%;
	}
	.season_active .season_icon{
		width: 140px;
	}
}
@media screen and (max-width:1280px){
	
}
@media screen and (max-width:1230px){
	.top_book_mask{
		width:500px;
		height: 371px;
	}
	.btn:after, .knowledge_btn a:after{
		width: 100%;
		left: 0;
		top: 0;
	}
	.img_leftBox, .img_rightBox{
		width:100%
	}
	.news_tit{
		font-size: 20px;
	}
	.news_list a{
		width: 100%;
		height: 285px;
	}
	.news_list a ul{
		flex-wrap:wrap
	}
	.news_date{
		margin-bottom: 15px;
	}
	.per_btn a{
		padding: 15px 30px;
		height:auto;
	}
	
}
@media screen and (max-width:1200px){
	.about_main:before{
		margin-left:0
	}
	.about_main:after{
		right:0
	}
	.pro_shop .pro_icon {
		width: 100px;
		margin: 10px 15px;
    }
	.news_a .btn{
		display:none;
	}
	.pro_inf{
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0 auto;
		justify-content: center;
	}
	.pro,.product_pic{
		width: 100%;
		height: 400px;
		margin: 0 auto;
		padding: 0;
		border-radius: 30px;
		box-shadow: inset -3px 3px 10px rgb(48 48 48 / 0%);
		right: unset;
		border-radius: 0;
	}
	.pro{
		/* margin-top: 17vh; */
		/* border-radius: 30px; */
		position: relative;
		order: 1;
	}
	.pro_area{
		width: 90%;
		order: 2;
	}
	.pro_itm,.pro_name{
		margin: 20px;
	}
	.pro_inpage .main_tit{
		margin-bottom:0;
		justify-content: center;
	}
	.pro_inf_box{
		background-color:#ccc0;
		overflow: auto;
		height: auto;
		margin-bottom: 30px;
	}
	.pro_tx{
		display:flex;
		position:relative;
	}
	.food_inf{
		width:100%;
		margin-top:30px;
		padding: 20px;
	}
	.food_img{
		margin:0 auto
	}
	.recipe_list .food_img:before{
		left:-10%
	}
	.recipe_list .food_img_box{
		margin-top:0
	}
	.season_green,.season_mask{
		width: 290px;
		/* left: 10%; */
	}
	.season_slide{
		max-width:450px
	}
	.season_normal{
		display:none
	}
	.season_active{
		opacity:1
	}
}

@media screen and (max-width:1100px){
	.recipe_list a{
		width: 46%;}
	.about_ind .col,
	.food_ind_area .col{
		width:100%
	}
	.row,
	.food_ind_area{
		padding-top: 5%;
		flex-wrap:wrap;
	}
	.about_ind .txt{
		width:85%;
		margin:0 auto;
	}
	.aboot_ind01 img{
		width: 77%;
	}
	.main_tit, .second_tit{
		/* font-size: 40px; */
		justify-content: center;
	width: 250px;}
	.about_ind .col .btn{
		margin:0 auto
	}
	.food_texture_box{
		display:none
	}
	.food_ind_tit{
		margin-top:0
	}
	.food_img_box{
		margin:0;
	}
	.foodInpage_link{
		align-items:center;
		justify-content:center;
		margin-bottom: 40px;
	}
	.food01{
		width: 15%;
		left: 15%;
		bottom: -6%;
	}
	.top_book_mask {
		width: 650px;
		height: 481px;
	}
	.grass{
		left: 10%;
		width: 15%;
		top: 16%;
	}
	.food02{
		width: 30%;
		right: 0;
	}
	.inpage_banner2{
		height: 280px;
		border-radius:30px;
		margin-top: 70px;
	}
	.page_half{
		width: 98%;
		height: 280px;
		margin: 0 auto;
		margin-top: 70px;
		border-radius: 20px;
	}
	.news_list{

	;box-shadow: 0 0 40px #20202000;}
	.inpage_banner{
		height:280px;
		width: 100%;
	position: relative;}
	.news_list{
		width:100%;
		padding: 50px 0 80px 0;
		margin: 0 auto;
		justify-content: center;
	}
	.inpage_banner > img{
		width:100%;
		height:auto
	}
	.news_list a{
		width:45%;
		height:320px
	;margin: 15px 0;}
	.news_list a .btn{
		display:block
	}
	.per_btn a{
		padding: 15px 30px;
		height:auto;
		margin: 0 auto;
	}
	.news_list .inpage{
		padding:0
	}
	.knowledge_btn{
		height:50px;
	}
	.inf_box >div{
		width:100%
	}
	.social_link a{
		display:none
	}
	.memss{
		right: 19px;
		bottom: 180px;
	}
	.top_butt a{
		width: 55px;
		font-size: 9px;
	}
	.top_butt a img{
		width:80%
	}
	.top_butt{
		right:10px
	}
	.top_white, .header{
		display:none
	}
	.mobile_menu{
		display:block
	}
	.mobile_logo{
		width: 125px;
		margin-left: 2%;
	}
	.mobile{
		width: 100%;
		height: 65px;
		background-color: rgb(255 255 255 / 98%);
		/* padding: 10px 0 0; */
		display: block;
	}
	.pc  .slick-list img{
		/* height: 100%; */
		width: auto !important;
	}
	.banner{
		height:45vh;
		margin-top: 30vh;
	}
	.banner_tit{
		width: 120px;
		top: 10%;
	}
	.pc .slick-track{
		height:100%
	}
	.pro_inf_icon ul{
		width:100%;
		margin: 0;
	}
	.pro_icon{
		margin:5px 5px 0 0
	}
	
}


@media screen and (max-width:768px){
	.news, .pro_txt{
	width: 100%;
	}
	.news{
		padding: 0px 25px;
	}
	.news_list .main_tit, .pro_inpage .main_tit{
		padding-left:0
	}
	.pro_inf_box{
		padding: 0;}
	.float_leaf{
		top: 85%;
	}
	.float_leaf li:nth-child(2){
		width:30%;
		margin-left: 40%;
	}
	.knowledge_btn{
	    /* width: 200px; */
	    /* flex-wrap:wrap; */
	    margin: 65px auto;
	}
	.knowledge_btn{
    	width: 100%;
    	flex-wrap:wrap;
    	height: auto;
    }
	.knowledge_btn a{
		width: 180px;
		margin: 8px;
		height: 70px;
		line-height: 44px;
		font-size: 15px;
	}
	.season_inf{
		width:100%;
	}
	.img_area{
		margin:0 auto
	}
	.seasons_right .img_area{
		order: 1;
	}
	.seasons_right .season_inf{
		order: 2;
	}
	.seasons_left, .seasons_right{
		margin-bottom: 50px;
		width: 100%;
	}
	.seasons_right .season_txt{
		padding-right: 20px;
	}
	.big_tit{
	font-size: 65px;
	writing-mode: unset;
	}
	.season_active,.season_mask2{
		width: 265px;
		height: 348px;
	}
	.slick-center .tit{
		font-size: 45px;
	}
	.season_active .season_icon{
		width:100px;
		top: 14%;
	}
	.season_slide .slick-slide{
		height:380px
	}
	.incontent .user_editor,.season_active .user_editor_box{
		width:150px;
		margin:0 auto
	}
	.pro_icon{
		width:45px
	}
}
@media screen and (max-width:750px){
	.pc  .slick-list img{
		height: 100%;
	}
	.about_main:before,.about_main:after{
		display:none
	}
	.pro_shop .pro_icon {
		width: 110px;
		margin: 10px auto;
		}
    .pro_shop ul{
    	display:block;
    	justify-content: center;
    }
    .pro_arrow{
    	width: 90px;
    	margin: 0 auto;
    	text-align: center;
    	transform: rotate(90deg);
    }
	.foot_bac{
		width:auto
	}
	.foot_bac img{
		width:inherit;
		height:100%;
	}
	.left_word{
		top: 350vh;
	}
	.big_leaf{
		bottom:-10%;
		width: 25%;
	}
	.top_book_mask{
		width:330px;
		height: 246px;
	}
	.inpage_banner2,
	.page_half,
	.inpage_banner{
		height:200px
	}
	.about .main_tit{
		width: auto;
	}
	.about_second .second_tit{
		font-size:35px
	}
	.news_list a{
		width: 95%;}
	.news_a{
		justify-content:center
	}
    .pro_itm ul{
    	width: 48%;
    	margin: 2px;
    }
    .pro_itm{
    	
    	width: 100%;
    	margin: 5px;
    	border-radius: 10px;
    padding: 4px 0;}
    
    .recipe_list{
    	margin-top: 0;
    }
    .recipe_list .txt{
    	padding:0
    }
    .recipe_list a{
    	max-width: initial;
    	width: 90%;
    	margin: 15px auto;
    }
    .recipe_list .top_book_mask{
    	width:330px;
    	height:246px;
    }
    .recipe_list .book_top{
    	width:330px;
    	height:246px;
    }
    .recipe_list .food01,.recipe_list .food_img:before{
    	display:none
    }
    #menu{
    	width:70%
    }
}