/* lemon
--------------------------- */
header {
	z-index: 2;
	position: relative;
}
.topImgArea.lemon {
	position: relative;
	padding: 0 0 40px 0;
	overflow:visible;
}
.topImgArea.lemon .mainCatchCts{
	z-index: 1;
}
.topImgArea.lemon .mainCatchCts .mainCtach{
	
}
.topImgArea.lemon .mainCatchCts .illust{
	width: 30%;
}
.topImgArea.lemon .topImgAreaInner{
	background: url("../images/mainImg-lemon_pc.png") no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 500px;
}
.topImgArea.lemon .topImgAreaInner .mainCatchCts{
	position: relative;
	height: calc(100% - 200px);
}
.topImgArea.lemon .topImgAreaInner .mainCatchCts .mainCtach {
	position: absolute;
	bottom: 80px;
	left: 40px;
	z-index: 1;
}
/*
.topImgArea.lemon .topImgAreaInner .mainCatchCts .mainCtach:before{
	content: '';
	display: block;
	width: 75px;
	height: 45px;
	background: url(../images/icon_lemon_new.svg) no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: -20px;
	top: -20px;
	transform: translate(0,-20px);
	transition: 1s;
	transition-delay: 0.3s;
}*/
.topImgArea.lemon .topImgAreaInner .mainCatchCts .illust {
	position: absolute;
	width: 340px;
	bottom: -60px;
	right: -20px;
}

@media screen and (max-width:767px){
	.topImgArea.lemon .topImgAreaInner {
		background: url(../images/mainImg-lemon_sp.png) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.topImgArea.lemon .topImgAreaInner .mainCatchCts {
		height: 80%;
	}
	.topImgArea.lemon .topImgAreaInner .mainCatchCts .mainCtach {
		bottom: 60px;
		left: 0px;
		width: 80%;
	}
	.topImgArea.lemon .topImgAreaInner .mainCatchCts .illust {
		width: 50%;
		right: -10px;
		bottom: -50px;
	}
	.topImgArea.lemon .topImgAreaInner .mainCatchCts .mainCtach:before {
		left: -10px;
		top: -25px;
	}
}

/* menuArea
--------------------------- */
.menuArea.lemon .titArea{
	position: relative;
}
.menuArea.lemon .titArea .titDe{
	position: relative;
}

.menuArea.lemon .titArea .titDe.newIcon-lemon.boxFeed:before{
	opacity: 1.0;
	transform: translate(0,0); 
}
@media screen and (max-width:767px){
	.menuArea.lemon .titArea .titDe.newIcon-lemon:before {
		width: 55px;
		height: 35px;
		left: -120px;
		top: -5px;
	}
}

/* reMenuCts
--------------------------- */
.reMenuCtsOut {
	margin: 0 0 150px 0;
}
.reMenuCts {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.reMenuCts:not(:first-of-type) {
	margin: 60px 0 0 0;
}
.reMenuCts:nth-of-type(even) {
	align-items: flex-start;
}
.reMenuMainCts {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.reMenuCts:nth-of-type(even) .reMenuMainCts {
	flex-direction: row-reverse;
}
.reMenuMainCts .menuTxt {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	z-index: 1;
	text-align: right;
}
.reMenuCts:nth-of-type(even) .reMenuMainCts .menuTxt {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	text-align: left;
}
.reMenuMainCts .menuTxt .menuTit{
	width: 264px;
	height: 220px;
	text-align: center;
	font-size: 2.4rem;
	padding: 85px 0 0 35px;
}
.reMenuMainCts .menuTxt .menuTit.line3{
	padding: 80px 0 0 40px;	
}
.reMenuCts:nth-of-type(even) .reMenuMainCts .menuTit.line3{
	padding: 80px 35px 0 0;
}
.reMenuCts:nth-of-type(even) .reMenuMainCts .menuTit.line3B{
	padding: 65px 35px 0 0;
	
}
.reMenuCts:nth-of-type(odd) .reMenuMainCts .menuTit{
	background: url("../images/lemon_recipeTit-01.png") no-repeat;
	background-size: contain;
	background-position: center;
}
.reMenuCts:nth-of-type(even) .reMenuMainCts .menuTit{
	background: url("../images/lemon_recipeTit-02.png") no-repeat;
	background-size: contain;
	background-position: center;
}
.reMenuMainCts .menuTit .sub{
	font-size: 1.6rem;
	display: block;
	line-height: 100%;
	margin: 10px 0 0 0; 
}
.reMenuMainCts .menuTit .subB{
	font-size: 1.6rem;
	display: block;
	line-height: 100%;
	margin: 0 0 10px 0; 
}
.reMenuMainCts .menuTxt .en{
	width: 190px;
	display: inline-block;
	margin: 10px 0 0 0;
}
.reMenuMainCts .menuTxt .txt{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 30px 0 0 0;
	text-shadow: 2px 2px 3px rgb(255 255 255), -2px -2px 3px rgb(255 255 255), 2px -2px 3px rgb(255 255 255), -2px 2px 3px rgb(255 255 255);
}
.reMenuCts:nth-of-type(even) .reMenuMainCts .menuTxt .txt{
	text-align: left;
}
.reMenuMainCts .menuImg {
	width: 870px;
	padding: 60px 0 0 0;
	margin: 0 auto 0 0 ;
	position: relative;
}
.reMenuCts:nth-of-type(even) .menuImg {
	margin: 0 0 0 auto;
}
.reRecipeArea{
	display: inline-flex;
	background: #f5f2e3;
	padding: 45px 25px 35px;
	position: relative;
	margin: -30px 0 0 0;
	z-index: -1;
}
.reRecipeAreaInner > p{
	font-size: 1.2rem;
	color:#4d4d4d;
}
.reRecipeList {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 5px 0 0 0;
}
.reRecipeList > li {
	position: relative;
}
.reRecipeList > li:not(:first-of-type) {
	padding: 0 0 0 30px;
}
.reRecipeList > li:not(:first-of-type):before {
	content: '';
	width: 1px;
	height: 100%;
	border-left: 1px dashed #3c0d08;
	position: absolute;
	left: 12px;
	top: 0;
}
.reRecipeDetail .tit{
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: url(../images/menuBg.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	padding: 1px 15px;
	margin: 0 0 10px 0;
	position: relative;
	line-height: 180%;
}
.reRecipeDetail .txt {
	color: #3c0d08;
}
.reRecipeDetail .txt span{
	color: #c6000b;
	font-size: 1rem;
	vertical-align: super;
}
.recoCts .tit{
	color: #231815;
	font-weight: bold;
}
.recoCts .tit span{
	color:  #c6000b;
}
.recoCts ul li{
	position: relative;
}
.recoCts ul li .base{
	height: 54px;
	width: 54px;
	box-sizing: border-box;
	border-radius: 100%;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: static;
	bottom: auto;
	right: auto;
}
.Rgf{
	background: #fc6739;
}
.Peach{
	background: #f1af57;
}
.Apple{
	background: #c2ac0a;
}
.Kiwi{
	background: #99cf16;
}
.Orange{
	background: #fe8013;
}
.base .lemon{
	background: #ffe100;
}
.recoCts{
	margin: 20px 0 0 0;
}
.recoCts ul {
	display: flex;
}
.recoCts ul li:not(:last-of-type){
	margin: 0 5px 0 0;
}
@media screen and (max-width:767px){
	.reMenuCts {
		display: block;
		width: 100%;
	}
	.reMenuCtsOut {
		margin: 0 0 40px 0;
		overflow: hidden;
	}
	.reMenuMainCts .menuTxt {
		flex-direction: row-reverse;
		align-items: flex-start;
	}
	.reMenuMainCts .menuTxt .menuTit {
		width: 180px;
		height: 135px;
		font-size: 1.7rem;
		padding: 55px 0 0 35px;
	}
	.reMenuCts:nth-of-type(even) .reMenuMainCts .menuTxt {
		flex-direction: row;
	}
	.reMenuMainCts .menuTxt .menuTit.line3{
		padding: 50px 0 0 27px;
	}
	.reMenuCts:nth-of-type(even) .reMenuMainCts .menuTit.line3B {
		padding: 40px 20px 0 0;
	}
	.reMenuCts:nth-of-type(even) .reMenuMainCts .menuTit.line3 {
		padding: 50px 25px 0 0;
	}
	.reMenuMainCts .menuTit .sub {
		font-size: 1.2rem;
	}
	.reMenuMainCts .menuTit .subB {
		font-size: 1.2rem;
		margin: 0 0 5px 0;
	}
	.reMenuMainCts .menuTxt .en {
		width: 110px;
		margin: 0 0 0 0;
	}
	.reMenuMainCts .menuTxt .txt {
		text-align: left;
		font-size: 1.2rem;
		margin: 5px 0 0 0;
	}
	.reMenuMainCts .menuTxt > div {
		display: flex;
		flex-direction: column;
		width: calc(100% - 180px);
		margin: 0 0 0 5px;
	}
	.reMenuMainCts .menuImg {
		width: 95%;
		padding: 110px 0 0 0;
	}
	.reRecipeArea {
		width: 90%;
		padding: 40px 20px 30px;
		margin: -30px 0 0 10%;
	}
	.reMenuCts:nth-of-type(even) .reRecipeArea {
		width: 90%;
		padding: 40px 20px 30px;
		margin: -30px 10% 0 0;
	}
	
	.reRecipeList {
		display: block;
	}
	.reRecipeList > li {
		width:100% ;
	}
	.reRecipeList > li:not(:first-of-type) {
		padding: 20px 0 0 0;
	}
	.reRecipeList > li:not(:first-of-type):before {
		content: '';
		width: 100%;
		height: 1px;
		border-top: 1px dashed #3c0d08;
		position: absolute;
		left: 0;
		top: 10px;
	}
	.reRecipeList > li .reRecipeDetail {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.reRecipeDetail .tit{
		font-size: 1.4rem;
		padding: 1px 10px;
		margin: 0 0 5px 0;
	}
	.recoCts {
		margin: 10px 0 0 0;
	}
	.recoCts ul li .base {
		height: 50px;
		width: 50px;
		font-size: 1.1rem;
	}
	.recoCts .tit {
		font-size: 1.2rem;
	}
}

.alcoholIcon {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 140px;
}
.mt60{
margin: -60px 0 0 0;
}

@media screen and (max-width:767px){
	.alcoholIcon {
		left: 15px;
		bottom: 15px;
		width: 100px;
	}
	.mt60{
		margin: 0 0 0 0;
	}

}