@charset "UTF-8";
/* CSS Document */

/* mainImgArea
--------------------------- */
.mainImgArea{
	background:url("../images/mainImg_pc.png")no-repeat center right 38%/auto 75% #fff;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.mainImgArea:before{
	content: '';
	width: 254px;
	height: 185px;
	background: url("../images/mainVisual_img02.png")no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.mainImgAreaInner{
	height:100vh;
	max-width: 1040px;
	margin: 0 auto ;
	position:relative;
	min-height: 800px;
}
/*
.block_01{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}*/
h1.mainTit {
	margin: 46px 0 0 0;
	position: absolute;
	width: 596px;
}
h1.mainTit img {
	width: 100%;
}
@media screen and (max-width:1240px){
	h1.mainTit {
	margin: 6.5% 0 0 2.5%;
	}

}
/*
.headerMenu ul{
	display: flex;
	align-items: center;
}
.headerMenu ul a li{
	text-align: center;
	color: #000;
	font-weight: bold;
}*/

.headerMenu ul{
	width: 100%;
	margin: 20px auto 0px auto;
	float: right;

}
.headerMenu ul a li{
	text-align: center;
	color: #000;
	font-weight: bold;
}
#mainNavSp, .menuTrigger{
	display: none;
}
.mainlistOut ul {
	/*width: 485px;
	height: 34px;*/
	font-size: 1.4rem;
	font-weight: bold;
	display: flex;
	justify-content: flex-end;
}
.mainlistOut li {
	margin-left:40px;
	font-family: 'Courier Prime', monospace;
	letter-spacing: 0.13rem;
}
.mainlistOut li:first-child{
	margin: 0;
}
.contactBtn a {
	background:#e85e52;
	color: white;
	padding: 8px 13px 6px 13px;
	font-size: 1.2rem;
	font-weight: 100;
	letter-spacing: 0.1rem;
	border-radius: 6px;
}

.mainCatchAria{
	margin: 0 auto;
}

.mainCatch{
	position:absolute;
	bottom: 16%;
	left: 4%;
	font-size: 2.0rem;
	line-height: 2.8;
	font-weight: 600;
}
.mainCatch mark{
	color: #fff;
	background: linear-gradient(to right, #00bd66, #a2c80b);
	padding: 6px 6px 6px 10px;
	z-index: 10;
}
.mainVisual_Sub{
	position: absolute;
	bottom: 8%;
	right:3%;
}
button.menuClose.menuTrigger{
	display: none;
}
/*iPad背景切れ対策*/
@media screen and (min-width:768px){
	body{
		min-width:1100px;
		overflow-x: hidden; 
	}
	main{
		overflow-x: hidden;
	}
}

@media screen and (max-width:767px){
	.mainImgArea{
		background: url(../images/mainImg_sp.png)no-repeat center 10% right 22%/ auto 58%;
		background-size: 80%;
	}
	.mainImgArea:before {
		background: url(../images/mainVisual_img02.png)no-repeat top 0% left 0%/ auto 44%;
	}
	.mainImgAreaInner{
		padding: 0 15px;
	}
	.block_01{
	display: flex;
	justify-content: space-between;
	padding: 0px;
	}
	h1.mainTit{
		margin-top:42px;
		margin-left: -1%;
		text-align: center;
		width: 95%;
	}
	h1.mainTit img{
		position: relative;
		width: 80%;
	}
	.headerMenu ul{
		display: block;
		align-items: center;
	}
	.headerMenu ul a li{
		text-align: center;
		color: #000;
		font-weight: bold;
}
@media screen and (max-width:599px){
	.mainImgArea{
		background: url(../images/mainImg_sp.png)no-repeat bottom 50% right 22%/ auto 58%;
		background-size: 120%;
	}
}
	.menuTrigger{
		width: 60px;
		height: 60px;
		display: block;
		position: fixed;
		right: 10px;
		z-index: 10;
	}
	.menuTrigger span{
		position: absolute;
		z-index: 3;
		left: 18px;
		width: 32px;
		height: 2px;
		background: #000;
		top: 35px;
	}
	.menuTrigger.active span{
		background: #fff;
	}
	.menuTrigger, .menuTrigger span{
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
		z-index: 99;
	}
	.menuTrigger span:nth-of-type(1){
		top: 21px;
		-webkit-animation: menu-bar01 0.75s forwards;
		animation: menu-bar01 0.75s forwards;
	}
	.menuTrigger.active span:nth-of-type(1){
		top: 29px;
		-webkit-animation: active-menu-bar01 0.75s forwards;
		animation: active-menu-bar01 0.75s forwards;
	}
	.menuTrigger span:nth-of-type(2){
		top: 31px;
		transition: all 0.25s 0.25s;
		opacity: 1;
	}
	.menuTrigger.active span:nth-of-type(2){
		display: none;
	}
	.menuTrigger span:nth-of-type(3){
		top: 42px;
		-webkit-animation: menu-bar02 0.75s forwards;
		animation: menu-bar02 0.75s forwards;
	}
	.menuTrigger.active span:nth-of-type(3){
		top: 39px;
		-webkit-animation: active-menu-bar03 0.75s forwards;
		animation: active-menu-bar03 0.75s forwards;
	}
	.mainlistOut{
		transition: 0.4s ease-in-out;
	}
	#mainNavSp{
		display: inline-block;
	}
	.mainNavSpInner{
		display: none;
	}
	.menuTrigger.active + .mainNavSpInner{
		display: block;
		position: fixed;
		background: rgba(165,203,11,0.9);
		z-index: 50;
		top: 0;
		left: -15px;
		animation: active 0.4s linear 0s;
		padding-top: 80px;
		width: calc(100% + 30px);
		text-align: center;
		font-family: 'Courier Prime', monospace;
	}
	.mainImgAreaInner .mainlistOut ul.mainlist{
		display: none;
	}
	.mainNavSpInner{
		padding: 40px 20px;
		font-size: 1.6rem;
	}
	.mainNavSpInner ul a:not(:last-child){
		margin: 0 auto 10px;
		font-size: 1.8rem;
	}
	.mainNavSpInner ul a{
		display: block;
		margin: 0 auto;
		width: 80%;
		padding: 10px 0;
		color: #fff;
	}
	.contactBtn{
		display: block;
		background: #e85e52;
		padding: 10px 13px 6px;
		background-size: cover;
		border-radius: 6px;
	}
	.mainCatch{
		position: absolute;
		bottom: 16%;
		left: 5%;
		font-size: 1.5rem;
		line-height: 2.6;
	}
	.mainCatch mark{
		padding: 5px 3px 5px 8px;
	}
	.mainVisual_Sub{
		width: 64%;
		bottom: 5%;
	}
}
@media screen and (max-width:360px){
	.mainCatch{
		font-size: 1.2rem;
	}
}

/*IE*/
@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
	.contactBtn a{
		padding: 8px 17px 5px 17px;
	}
	.mainCatch mark{
		padding: 11px 0 0px 10px;
	}
}

/* conceptArea
--------------------------- */
.conceptArea{
	background: #fffef8;
	position: relative;
}
.conceptArea:after{
	content: '';
	width: 365px;
	height: 149px;
	background: url("../images/conseptVisual_img01.png")no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}
.conceptAreaInner {
	margin: 0 auto;
	padding: 75px 0 95px 0;
	max-width: 1040px;
}
.conceptBox{
	background: #fffef8;
}
.titArea{
	font-size: 2.7rem;
	font-family: 'Courier Prime', monospace;
	letter-spacing: 0.4rem;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.titArea:after{
	content: '';
	width: 50px;
	height: 5px;
	background: #f09400;
	position: absolute;
	bottom: -18px;
	transform: translateX(-50%);
	left: 50%;
}
.conceptPoint{
	margin-top: 38px;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.conceptCatch{
	margin-bottom: 24px;
	font-size: 3.1rem;
	text-align: left;
}
.conceptCatch p{
	line-height: 1.6;
	font-weight: 700;
}
.Lead{
	width: 680px;
	font-size: 1.7rem;
	line-height: 1.8;
	margin-bottom: 48px;
}
.colorImg{
	display: -ms-flex;
	display: flex;
}
.colorImg li{
	margin-right: 20px;
}
.colorImg li:last-child{
	margin-right: 0;
}
.conceptImg_sp{
	display: none;
}
@media screen and (max-width:767px){
	.conceptArea:after {
	background: url(../images/conseptVisual_img01.png)no-repeat bottom 0% right 0%/ auto 65%;
	}
	.conceptAreaInner{
		padding: 45px 0 100px 0;
	}
	.menuArea .titArea{
		padding-top: 50px;
	}
	.titArea{
		font-size: 2.6rem;
	}
	.titArea:after{
		bottom: -12px;
	}
	.conceptPoint{
		flex-direction: column-reverse;
	}
	.conceptTxt{
		margin-top: 35px;
	}
	.conceptCatch{
		font-size: 1.9rem;
		text-align: center;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.conceptCatch p{
		line-height: 1.8;
	}
	.Lead{
		font-size: 1.5rem;
		width: 100%;
		padding: 0 24px;
		margin-bottom: 30px;
	}
	.colorImg{
		margin: 0 5px;
	}
	.colorImg li{
		width: 100%;
		margin-right: 12px;
	}
	.colorImg img{
		width: 100%;
	}
	.conceptPoint .pouchImg{
		padding-left: 32px;
	}
}
/* movieAllArea
--------------------------- */
.movieAllArea{
	display: block;
	padding: 0 0 110px 0;
}
.movieAllInner{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}
.movieAllInner:before{
	content: '';
	width: 237px;
	height: 100px;
	background: url("../images/movie_ico_pc.png")no-repeat;
	position: absolute;
	top: -46px;
	left: -58px;
	z-index: 99;
}
.movieCts{
	overflow: hidden;
	position: relative;
	border: 1px solid #6CC3D7;
}
.movieCts a{
	display: block;
	position: relative;
}
.movieCts a:after{
	content: '';
	width: 102px;
	height: 102px;
	background: url("../images/movie_btn.svg")no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -48px 0 0 -48px;
	z-index: 2;
}
.movieCts a img{
	transition: transform 0.3s;
	width: 100%;
}
.movieCts a:hover img{
	transform: scale(1.2);
	transition: transform 0.3s;
}
.movieTxt{
	text-align: center;
	font-size: 1.4rem;
	margin-top: 10px;
}
@media screen and (max-width:767px){
	.movieAllArea{
		padding:0 45px 110px 45px;
		margin: 0 
	}
	.movieAllInner:before{
		width: 152px;
		height: 64px;
		background: url("../images/movie_ico_sp.png")no-repeat;
		top: -30px;
		left: -20px;
}
	.movieCts a img{
		width: 100%;
	}
	.movieCts a:after{
		width: 58px;
		height: 58px;
		margin: -30px 0 0 -30px;
	}
	.movieTxt{
		font-size: 1.2rem;
		line-height: 1.4;
	}
}
/* meritArea
--------------------------- */
.meritArea{
	background: #f7f4eb;
	padding: 60px 0;
}
.meritArea .titArea {
	margin-bottom: 50px;
	font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 2.8rem;
}
.meritAreaInner{
	width: 1040px;
	margin: 0 auto;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
.consumer, .business{
	width: 230px;
	height: 103px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: center;
}
.Box{
	position: relative;
	margin-top: 10px;
}
.Box_pinkIco:after{
	content: '';
	width: 92px;
	height: 106px;
	background: url("../images/consumer_listImg.svg")no-repeat;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.Box_blueIco:after{
	content: '';
	width: 131px;
	height: 120px;
	background: url("../images/business_listImg.svg")no-repeat;
	position: absolute;
	bottom: 30px;
	right: 10px;
}
.meritTit{
	color: #fff;
	padding: 15px 0;
	text-align: center;
	font-size: 2.3rem;
	border-radius: 8px 8px 0 0;
}
.pinkBox{
	background: #e95464;
}
.blueBox{
	background: #00b4c9;
}
.meritTxtBox{
	width: 510px;
	height: 473px;
	padding: 30px 10px 30px 44px;
	background: #fff;
	border-radius: 0 0 8px 8px;
}
.meritTxtBox li{
	margin-top: 10px;
	position: relative;
}
.meritTxtBox li:first-child{
	margin-top: 0;
}
.meritTxtBox .txtArea .tit{
	font-size: 1.8rem;
	font-weight: 700;
}
.meritTxtBox .txtArea .red{
	color: #e30012;
	font-size: 1.4rem;
	font-weight: 400;
	vertical-align: middle;
}
.flex{
	display: flex;
	display: -ms-flex;
	font-size: 1.2rem;
}
.pinkListBox li:before{
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: -28px;
}
.pinkListBox li:nth-child(1):before{
	background: url("../images/consumerNum-01.png")no-repeat;
	background-size: cover;
	width: 20px;
	height: 29px;
}
.pinkListBox li:nth-child(2):before{
	background: url("../images/consumerNum-02.png")no-repeat;
	background-size: cover;
	width: 22px;
	height: 28px;
}
.pinkListBox li:nth-child(3):before{
	background: url("../images/consumerNum-03.png")no-repeat;
	background-size: cover;
	width: 20px;
	height: 28px;
	top: 28%;
}
.pinkListBox li:nth-child(4):before{
	background: url("../images/consumerNum-04.png")no-repeat;
	background-size: cover;
	width: 21px;
	height: 28px;
	top: 20%;
}
.blueListBox li:before{
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: -28px;
}
.blueListBox li:nth-child(1):before{
	background: url("../images/businessNum-01.png")no-repeat;
	background-size: cover;
	width: 20px;
	height: 29px;
}
.blueListBox li:nth-child(2):before{
	background: url("../images/businessNum-02.png")no-repeat;
	background-size: cover;
	width: 22px;
	height: 28px;
}
.blueListBox li:nth-child(3):before{
	background: url("../images/businessNum-03.png")no-repeat;
	background-size: cover;
	width: 20px;
	height: 28px;
}
.blueListBox li:nth-child(4):before{
	background: url("../images/businessNum-04.png")no-repeat;
	background-size: cover;
	width: 21px;
	height: 28px;
}
.blueListBox li:nth-child(5):before{
	background: url("../images/businessNum-05.png")no-repeat;
	background-size: cover;
	width: 21px;
	height: 28px;
}
.meritTxtBox .txtArea .tit span{
	display: inline;
	background: linear-gradient(transparent 70%, rgba(255, 238, 0 , 100) 0%);
}
.pink{
	color: #e95464;
}
.blue{
	color: #00b4c9;
}
.meritTxtBox .txtArea .txt{
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: -0.15rem;
	padding-top: 4px;
}
@media screen and (max-width:767px){
	.meritArea .titArea{
		font-size: 1.8rem;
	}
	.meritAreaInner{
		display: block;
		width: 100%;
	}
	.meritBox{
		margin-bottom: 40px;
	}
	.consumer, .business{
		width: 180px;
		height: auto;
	}
	.meritTitImg{
		width: 80%;
	}
	.meritTit{
		font-size: 1.6rem;
	}
	.Box{
		margin-top: 0;
		padding: 0 15px;
	}
	.Box_pinkIco:after{
		background:url("../images/consumer_listImg.svg")no-repeat bottom -0% right 0%/auto 82%;
		bottom: -30px;
		right: 10px;
	}
	.Box_blueIco:after{
		background:url("../images/business_listImg.svg")no-repeat bottom -0% right 0%/auto 75%;
		bottom: -22px;
		right: 8px;
	}
	.meritTxtBox{
		width: 100%;
		height: auto;
		padding: 15px 16px 30px 35px;
	}
	.meritTxtBox li{
		margin-top: 15px;
	}
	.meritTxtBox .txtArea .tit{
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: -0.1rem;
	}
	.meritTxtBox .txtArea .txt{
		font-size: 1.2rem;
	}
}
/* Menu・RecipeArea
--------------------------- */
.menuArea{
	position: relative;
}
.menuArea:before{
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	background-image: repeating-linear-gradient(-45deg,#fff 0,#fff 30px,#fad6a4 30px,#fad6a4 60px,#fff 60px,#fff 90px,#f8bc3d 90px,#f8bc3d 120px);
}
.menuArea .titArea{
	padding-top: 75px;
}
.menuTxt{
	margin-top: 80px;
	text-align: center;
	font-size: 1.8rem;
}
.menuCat{
	max-width: 1040px;
	margin: 140px auto;
	position: relative;
	display: -ms-flexbox;
	display: flex;
}
.menuCat_l{
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.imgArea{
	position: relative;
	width: 681px;
}
.imgArea img{
	width: 100%;
}
.menuTit{
	width: 100%;
	position: absolute;
}
.menuTit_Smoothie{
	width: 381px;
	left: -270px;
	top: 10px;
}
.menuTit_Sweethie{
	width: 391px;
	right: -290px;
	top: -15px;
}
.menuTit_SweethieSub{
	width: 194px;
	left: 3px;
	bottom: -20px;
}
.menuTit_HealthySmoothie{
	width: 309px;
	left: -280px;
	top: 100px;
}
.menuTit_SmoothieShake{
	width: 567px;
	right: -300px;
	top: -42px;
}
.menuTit_FloatSmoothie{
	width: 596px;
	right: 355px;
	top: -36px;
}
.listSmoothieIco{
	display: flex;
	position: absolute;
	right: 35px;
	bottom: -10px;
}
.listSmoothieIco li{
	margin-left: 12px;
}
.catchArea{
	padding-top: 220px;
	width: 100%;
}
.catchArea_pink{
	padding-top: 380px;
}
.catchArea span{
	margin-bottom: 35px;
}
.menu_r .catchArea{
	padding-top: 220px;
}
.catchTit{
	font-size: 14px;
	color: #fff;
	padding: 4px 8px;
	margin-bottom: 20px;
	display: inline-block;
}
.greenTit{
	background: #a3c90b;
}
.purpleTit{
	background: #ae66a4;
}
.pinkTit{
	background: #ed8a8f;
}
.blueTit{
	background: #6cc4d7;
}
.orangeTit{
	background: #f39734;
}
.dGreenTit{
	background: #51b34a;
}
.menuCatch{
	font-size: 1.8rem;
	letter-spacing: -0.1rem;
	margin-bottom: 35px;
	text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff,0px 0px 4px #fff;
}
.pinkMenu{
	flex-wrap: wrap;
}
.pinkMenu .menuCatch{
	margin: 0;
}
.catchArea .green{
	color: #a3c90b;
}
.catchArea .purple{
	color: #ae66a4;
}
.catchArea .pink{
	color: #ed8a8f;
}
.catchArea .blue{
	color: #6cc4d7;
	width: 100%;
}
.catchArea .orange{
	color: #f39734;
	width: 100%;
}
.recipeArea{
	margin-left: -50px;
	position: relative;
	z-index: 10;
}
.menuCat_l .recipeArea{
	max-width: 340px;
	margin-right: 10px;
	white-space: nowrap;	
}

.recipeDetail{
	margin-bottom: 25px;
}
.recipeDetail:last-child{
	margin: 0;
}
.recipeDetail li{
	font-size: 1.2rem;
	margin-bottom: 2px;
}
.recipeDetail li:first-child{
	margin-bottom: 5px;
}
.recipeDetail li:last-child{
	margin-bottom: 0;
}
.recipeDetail .point{
	color: #f29634;
}
#sweethie .recipeDetail, #smoothieShake .recipeDetail{
	padding-left: 100px;
}
.recipeList{
	margin-top: 50px;
	display: -ms-flex;
	display: flex;
}
.recipeBox{
	width: 100%;
	margin-right: 32px;
}
.recipeBox:last-child{
	margin: 0;
}
.recipeTit{
	font-size: 1.3rem;
	color: #ed8a8f;
	border: 1px solid #ed8a8f;
	margin-bottom: 20px;
	padding: 8px 12px;
	display: inline-block;
}
.note{
	font-size: 1.0rem;
}
@media screen and (max-width:767px){
	.menuArea{
		padding: 0 15px 70px 15px;
	}
	.menuTxt{
		margin-top: 50px;
		text-align: justify;
		font-size: 1.6rem;
	}
	.imgArea{
		width: 80%;
	}
	.imgArea_spL{
		margin-left: 20%;
	}
	.pinkMenu .imgArea_spL{
		margin-left: 20%;
	}
	.imgArea_spR{
		margin-right: 20%;
	}
	.menuTit_Smoothie{
		top: -8%;
		left: -16%;
		max-width: 85%;
	}
	.menuTit_Sweethie{
		top: -12%;
		right: -20%;
		max-width: 85%;
	}
	.menuTit_SweethieSub{
		display: none;
	}
	.menuTit_HealthySmoothie{
		top: 3%;
		left: -21%;
		max-width: 70%;
	}
	.menuTit_SmoothieShake{
		top: -11%;
		right: -16%;
		max-width: 100%;
	}
	.menuTit_FloatSmoothie{
		top: -8%;
		left: -10%;
		max-width: 90%;
	}
	.listSmoothieIco{
		margin: 0 18px 0 auto;
		bottom: -22px;
		right: 0;
	}
	.listSmoothieIco li img{
		max-width: 48px;
	}
	.menuCat{
		display: block;
		margin: 78px 0 0 0;
	}
	.recipeArea{
		top: 20px;
		margin-left: 5px;
	}
	.menuCat_l .recipeArea{
		white-space: normal;	
	}
	.recipeList{
		margin-top: 30px;
		display: block;
	}
	.recipeBox{
		margin-bottom: 38px;
	}
	.recipeTit{
		font-size: 1.6rem;
		margin-bottom: 16px;
	}
	.catchArea{
		padding-top: 0;
	}
	.catchTit{
		font-size: 1.8rem;
		padding: 6px 8px;
		margin-bottom: 14px;
	}
	.menuCatch{
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.recipeDetail{
		margin-bottom: 20px;
	}
	.recipeDetail li:first-child{
		margin-bottom: 12px;
	}
	#sweethie .recipeDetail, #smoothieShake .recipeDetail {
		padding: 0;
	}
}
/* buffetArea
--------------------------- */
.buffetArea{
	padding-bottom: 150px;
}
/* 背景 */
.buffetImgBox{
	background: url(../images/buffet_bg_pc.png) no-repeat center center / cover;
	position: relative;
	height: 780px;
}
/* さらに！ */
.buffetDeco{
	display: inline-block;
	padding: 8px 60px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #fff;
	background-image: linear-gradient(45deg, rgba(66, 192, 72, 1), rgba(97, 191, 52, 1) 20%, rgba(177, 187, 0, 1));
	border-radius: 60px;
	border: 5px solid #fff;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	top: -60px;
}
.buffetDeco::before, .buffetDeco::after{
	content: "";
    position: absolute;
	border-radius: 3px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}
.buffetDeco::before{
	width: 18px;
    height: 18px;
    background: #61bf34;
    bottom: -8px;
    z-index: 1;
}
.buffetDeco::after{
	width: 22px;
    height: 22px;
    background-color: #fff;
    bottom: -15px;
}

/* 画像・キャッチ ctsArea */
.buffetArea .ctsArea{
	height: 780px;
	margin: 0 auto;
}

/* 画像 */
.buffetTop{
	height: 780px;
	position: relative;
}
.titImg{
	position: absolute;
	top: 80px;
	left: 200px;
}
.ImgBox{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	gap: 0 80px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -15%;
}

/* buffetTxtBox */
.buffetTxtBox.ctsArea{
	 width: 1200px;
	height: auto;
	padding: 50px 80px 0;
	position: relative;
	z-index: 1;
}
.buffetTit{
	font-size: 3.8rem;
	letter-spacing: .2rem;
	line-height: 160%;
}
.buffetTit span{
	padding-bottom: 5px;
	position: relative;
}
.buffetTit span::after{
	content: '';
	width: 100%;
	height: auto;
	border-radius: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.buffetTit span:nth-of-type(1):after{
	border-bottom: 4px solid #51b34a;
}
.buffetTit span:nth-of-type(2):after{
	border-bottom: 4px solid #c46ca7;
}
.buffetTit span:nth-of-type(3):after{
	border-bottom: 4px solid #ea591c;
}
.buffetTxt{
	margin-top: 30px;
	font-size: 1.8rem;
}

/* レシピ */
.buffetRecipeBox.ctsArea{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 20px;
	width: 1200px;
	height: auto;
	margin-top: 35px;
}
.buffetRecipeBox .recipeArea{
	display: inline-block;
	max-width: 400px;
}
.buffetRecipeBox .catchArea{
	padding: 0;
}

/* 注釈 */
.buffetRecipeBox .recipeDetail li .note{
	margin-top: 8px;
	line-height: 140%;
}

/* レシピ横画像 */
.recipeImgBox{
	position: relative;
}
.recipeImgBox:after{
	content: '';
	width: 68px;
	height: 69px;
	background: url(../images/menuSmoothie-useImg01.png) no-repeat center center / cover;
	position: absolute;
	right: 35px;
	bottom: -10px;
}
@media screen and (max-width:767px){
	/* buffetArea
	--------------------------- */
	.buffetArea{
		padding: 60px 0;
	}
	
	/* 背景 */
	.buffetImgBox{
		background: url(../images/buffet_bg_sp.png) no-repeat center center / cover;
		height: 400px;
	}
	.buffetArea .ctsArea{
		width: 100%;
	}

	/* さらに！ */
	.buffetDeco{
		padding: 8px 30px;
		font-size: 2.4rem;
		top: -40px;
	}
	.buffetDeco::before{
		width: 14px;
		height: 14px;
		bottom: -5px;
	}
	.buffetDeco::after{
		width: 16px;
		height: 16px;
		bottom: -12px;
	}

	
	/* 画像 */
	.buffetTop{
		height: 400px;
	}
	.titImg{
		width: 65%;
		top: 12%;
		left: 5%;
	}
	.ImgBox{
		gap: 0 20px;
		bottom: -20px;
	}
	.womanImg{
		width: 100%;
	}
	.pitcherImg{
		width: 80%;
	}

	/* buffetTxtBox */
	.buffetTxtBox.ctsArea{
		width: 100%;
		height: auto;
		padding: 0 20px;
		position: relative;
		z-index: 1;
	}
	.buffetTit{
		font-size: 2rem;
		letter-spacing: 0;
		line-height: 190%;
	}
	.buffetTit span{
		padding-bottom: 5px;
		position: relative;
	}
	.buffetTxt{
		margin-top: 30px;
		font-size: 1.6rem;
		text-align: justify;
	}

	/* レシピ */
	.buffetRecipeBox.ctsArea{
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 30px 0;
		width: 100%;
		margin-top: 35px;
		padding: 0 20px;
	}
	.buffetRecipeBox .recipeArea{
		display: inline-block;
		max-width: 400px;
		margin: 0;
		top: 0;
	}
	.buffetRecipeBox .catchArea{
		padding: 0;
	}
	/* レシピ横画像 */
	.recipeImgBox{
		position: relative;
	}
	.recipeImgBox:after{
		content: '';
		width: 48px;
		height: 49px;
		background: url(../images/menuSmoothie-useImg01.png) no-repeat center center / cover;
		position: absolute;
		right: 18px;
		bottom: -20px;
	}
	.recipeImg{
		max-width: 100%;
	}
}
/* スマホ横向きのみ */
@media (orientation: landscape) and (max-width: 767px){
	.buffetImgBox{
		height: 650px;
	}
	.titImg{
		width: 60%;
	}
	.ImgBox{
		bottom: -15px;
	}
	.buffetTop{
		height: 650px;
	}
}

/* specArea
--------------------------- */
.specArea{
	background: #fffef8;
	padding: 65px 0 75px 0;
	position: relative;
}
.specArea:before{
	content: '';
	width: 100%;
	height: 176px;
	background: url("../images/specVisual_Img01.png")no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.specBox{
	max-width: 1040px;
	margin: 0 auto;
}
.specTit{
	text-align: center;
	font-size: 1.8rem;
	margin-top: 55px;
}
.typeImgArea{
	display: -ms-flex;
	display: flex;
	margin: 50px 0 58px 0;
	padding: 0 140px 0 100px;
	justify-content: space-between;
}
.colorList{
	width: 375px;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.specTitSub{
	font-size: 1.6rem;
	color: #6c2c2f;
}
.specTitSub_sp{
	display: none;
}
table{
	font-size: 1.3rem;
	border-collapse: collapse;
	margin: 5px 0;
	width: 100%;
}
table thead tr{
	background: #6c2c2f;
	color: #fff;
}
table tbody{
	text-align: center;
}
table tbody tr td:nth-of-type(3){
	text-align: left;
}
table tr{
	background: #fff;
	border-bottom: 1px solid #231815;
}
table th{
	padding: 7px 15px 5px;
	border-right: 1px solid #fff;
	min-width: 90px;
}
table td{
	padding: 9px 14px;
	border-right: 1px solid #231815;
}
table td.borderNo{
	border-right: none;
}
.specTxtDetail{
	font-size: 1.4rem;
}
.inquiryInner{
	margin-top: 75px;
}
.inquiryInner a{
	position: relative;
	background: #e85e52;
	font-size: 1.8rem;
	width: 345px;
	height: 52px;
	margin: 0 auto;
	display: -ms-flex;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
}
@media screen and (max-width:767px){
	.specArea{
		padding: 75px 15px 70px 15px;
	}
	.specArea:before{
		background: url("../images/specVisual_Img01.png")no-repeat top 0% left 0%/ auto 44%;
	}
	.specTit{
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.6;
		margin-top: 35px;
	}
	.typeImgArea{
		margin: 35px 0 30px 0;
		padding: 0 30px;
		flex-direction: column-reverse;
	}
	.specTitSub{
		font-size: 1.2rem;
		line-height: 1.2;
		color: #6c2c2f;
		margin: 0 auto;
	}
	.specTitSub_sp{
		display: block;
		font-size: 1.0rem;
		margin-top: 10px;
	}
	.colorList{
		display: -ms-flex;
		display: flex;
		margin-top: 20px;
		width: 100%;
	}
	.colorList li{
		width: 50%;
		margin-bottom: 15px;
	}
	.colorList li:nth-child(3){
		margin:0;
	}
	.colorList li:nth-child(4){
		margin:0;
	}
	.colorList li img{
		width: 100%;
	}
	.typeImgArea .pouchImg{
		width: 50%;
		margin: 0 auto;
	}
	.specDetail table{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		letter-spacing: 0;
		margin: 5px 0 5px;
	}
	.specDetail table td{
		padding: 5px 14px;
	}
	.specTxtDetail{
		font-size: 1.2rem;
	}
	.inquiryInner{
		margin-top: 40px;
	}
	.inquiryInner a{
		padding: 18px 12px;
		width: 270px;
		box-shadow: 0 0 10px 2px rgba(0 0 0 / 20%);
	}
}
/* footer
--------------------------- */
footer {
	min-width: 1040px;
	font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: lighter;
	background-color: #a2c80b;
	color: white;
	padding: 30px 0;
	position: relative;
}

.footInner {
	width: 1040px;
	margin: 0 auto;
	position: relative;
}
.footInner:before {
	content: "";
	display: block;
	width: 163px;
	height: 250px;
	background: url("../images/specVisual_img03.png")no-repeat center/contain;
	position: absolute;
	top: -270px	;
	left: -122px;
}
.footB,.footT{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footT  {
	font-size: 1.4rem;
	margin: 0 0 15px 0;
}
.footLogo img {
	width:114px;
	height: 25px;
	margin: 0 10px 0 0;
}
.footB {
	font-size: 1.2rem;
	flex-direction: row-reverse;
}
.footHome a{
	position: relative;
}
.footHome a:before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url("../images/footerIco.svg")no-repeat center/contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.footList li a {
	color: white;
}
.footHome a {
	padding: 0 0 0 20px;
	color: white;
	position: relative;
}
.footList {
	display: flex;
	flex-wrap: wrap;
}
.footList li {
	padding:0 10px;
	border-right: 1px solid #FFFFFF;
	line-height: 100%;
}
.footList li:last-of-type {
	border-right:none;
}
@media screen and (max-width:767px){
	footer {
		min-width: auto;
		padding: 10px;
	}

	.footInner {
		width: auto;
	}
	.footInner:before {
		width: 82px;
		height: 132px;
		top: -141px;
		left: -29px;
		transform: rotateZ(20deg);
	}
	.footLogo {
		margin: 0 0 10px 0;
	}
	.footLogo span{
		display: block;
		width: 100%;
	}
	.footLogo img {
		margin: 0 10px 10px 0;
	}
	.footB,.footT{
		flex-direction: column;
		align-items: flex-start;
	}
	.footT  {
		font-size: 1.2rem;
	}
	.footB  {
		font-size: 1rem;
	}
	.footB p {
		font-size: 1.1rem;
	}
	.footList {
		display: block;
		margin: 0 0 15px 0;
	}
	.footList li {
		padding:0 0 8px;
		border-right:none;
		text-decoration: underline;
	}
	
}
@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
	.footHome a:before {
		content: "";
		display: none;
	}
}
/*keyframes*/
@keyframes menu-bar01 {
	0% {transform: translateY(4px) rotate(45deg);}
	50% {transform: translateY(8px) rotate(0);}
	100% {transform: translateY(0) rotate(0);}
}
@keyframes menu-bar02 {
	0% {transform: translateY(-5px) rotate(-45deg);}
	50% {transform: translateY(-9px) rotate(0);}
	100% {transform: translateY(0) rotate(0);}
}
@keyframes active-menu-bar01 {
	0% {transform: translateY(0) rotate(0);}
	50% {transform: translateY(4px) rotate(0);}
	100% {transform: translateY(4px) rotate(45deg);}
}
@keyframes active-menu-bar03 {
	0% {transform: translateY(0) rotate(0);}
	50% {transform: translateY(-5px) rotate(0);}
	100% {transform: translateY(-5px) rotate(-45deg);}
}
@keyframes active{
	from{opacity: 0;}
	to{opacity: 1;}
}
@-webkit-keyframes active{
	from{opacity: 0;}
	to{opacity: 1;}
}
/*ipad用*/
@media (max-width: 1020px) and (min-width: 768px) {
	h1.mainTit{
		margin-top: 6%;
		width: 60%;
	}
	h1.mainTit img{
		width: 100%
	}
}


/*
	cmnSubNav
-----------------------------------------------------------------------------------------------*/
.cmnSubNav{
	display: flex;
	justify-content: end;
	gap: 10px;
}
[class^="cmnSubNav__area"]{
	width: 100%;
}
.cmnSubNav__areaBtm{
	padding-right: 10px;
	position: absolute;
	top: -37px;
}
a[class^="cmnSubNav__btn"]{
	display: inline-block;
	padding: 12px 25px 12px 12px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.0;
	border-radius: 0 0 5px 5px;
	position: relative;
}
.cmnSubNav__areaBtm a[class^="cmnSubNav__btn"]{
	border-radius: 5px 5px 0 0;
}
a[class^="cmnSubNav__btn"]::after{
	content:' ';
	display:block;
	width:8px;
	height:8px;
	margin-top: -2px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:translateY(-50%) rotate(45deg);
	transform-origin:0 0;
	position:absolute;
	top:50%;
	right:8px;
}
.cmnSubNav__btn01{
	background-color: #00408f;
}
.cmnSubNav__btn02{
	background-color: #ff8b02;
}
@media screen and (max-width:812px){
	[class^="cmnSubNav__area"]{
		display: none;
	}
	#mainNavSp a[class^="cmnSubNav__btn"]{
		border-radius: 5px;
	}
}



/*アレルゲン情報一覧リンク
------------------------------------------------------------------------------------------------------*/
a.allergyLink {
    padding: 0 0 0 20px;
    color: #000;
    position: relative;
	font-size: 1.4rem;
	text-decoration:underline;
}
.allergyLink::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #7f491b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
	margin: 1px 0 0 0;
}
.allergyLink::after {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 5px;
	margin: 1px 0 0 0;
}
@media screen and (max-width: 640px) {
	a.allergyLink {
		padding: 0 0 0 20px;
		color: #000;
		position: relative;
		font-size: 1.2rem;
	}
}