@charset "UTF-8";
/* topImgArea
--------------------------- */
.topImgArea {
	min-width: 1100px;
	margin: 0 auto 60px;
	position: relative;
	overflow-x: hidden;
}
.topImgAreaInner{
	height: 90vh;
	padding: 0 15px 0;
	min-height: 700px;
	position: relative;
}
.topImgAreaInner.nonAlc{
	background: url(../images/../images/mainImg-NonAlc_pc.png) no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.topImgAreaInner.seazon-aw{
	background: url("../images/../images/mainImg-AW_pc.png") no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.topImgAreaInner.cocktail{
	background: url("../images/../images/mainImg-Cocktail_pc.png") no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.topImgAreaInner.nonAlc > .cts01 {
	position: absolute;
	bottom: 40px;
	right: 50%;
	margin-right: -535px;
}
.topImgAreaInner.seazon-aw > .cts01 {
	position: absolute;
	top: 175px;
	right: 50%;
	margin-right: -540px;
}
.topImgAreaInner.cocktail > .cts01 {
	position: absolute;
	bottom: 130px;
	right: 50%;
	margin-right: -565px;
}
.nonAlc .mainCtach,
.seazon-aw .mainCtach{
	color: #fff;
	text-align: right;
}
.cocktail .mainCtach{
	color: #fff;
}
@media screen and (max-width:1024px){
	.topImgAreaInner{
		height: 750px;
		min-height: auto;
	}
}
@media screen and (max-width:767px){
	.topImgArea {
		min-width: auto;
		margin: 0 0 40px 0;
	}
	.topImgAreaInner {
		height: 75vh;
	}
	.topImgAreaInner.nonAlc{
		background: url(../images/../images/mainImg-NonAlc_sp.png) no-repeat;
		background-position: bottom left;
		background-size: cover;
	}
	.topImgAreaInner.nonAlc > .cts01 {
		position: absolute;
		bottom: 35px;
		right: 10px;
		margin-right: 0;
	}
	.topImgAreaInner.seazon-aw{
		background: url("../images/../images/mainImg-AW_sp.png") no-repeat;
		background-position: bottom center;
		background-size: cover;
	}
	.topImgAreaInner.seazon-aw > .cts01 {
		position: absolute;
		top: 125px;
		right: auto;
		margin-right: 0;
		left: 15px;
	}
	.seazon-aw .mainCtach {
		text-align: left;
	}
	.topImgAreaInner.cocktail{
		background: url("../images/../images/mainImg-Cocktail_sp.png") no-repeat;
		background-position: bottom center;
		background-size: cover;
	}
	.topImgAreaInner.cocktail > .cts01 {
		position: absolute;
		bottom: 48vh;
		right: auto;
		margin-right: 0;
		left: 15px;
		text-shadow: 0 1px 10px rgba(0, 0, 0, 1);
	}

}
/*main
-------------------------------*/
.menuArea .cts02 {
	margin: 40px auto 0;
}
.leadTxt {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #3c0d08;
	line-height: 3.2rem;
}
.menuCtsOut {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0 0 0;
}
.menuCts {
	width: 45%;
	margin: 0 0 60px 0;
}
.menuCts:last-child{
	margin: 0 0 100px 0;
}
.menuCts:nth-of-type(2) .recipeDetail:nth-of-type(3){
	margin-top: 10px;
}
.menuCts:nth-of-type(5) .recipeDetail:nth-of-type(3){
	margin-top: 10px;
}
.menuCts:nth-of-type(6) .recipeDetail:nth-of-type(3){
	margin-top: 10px;
}
.menuTit {
	font-size: 2rem;
	margin: 0 0 5px 0;
	font-weight: bold;
}
.menuCtsImg {
	width: 85%;
	position: relative;
	margin: 10px 0 0 15%;
	z-index: 1;
	border: 1px solid #f2f2f2;
}
.base {
	position: absolute;
	bottom: 10px;
	right: 10px;
	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;
}
.Orange .menuCtsImg .base{
	background: #fe8013;
}
.Orange section .menuTit{
	color: #fe8013;
}
.Rgf .menuCtsImg .base{
	background: #fc6739;
}
.Rgf section .menuTit{
	color: #fc6739;
}
.Peach .menuCtsImg .base{
	background: #f1af57;
}
.Peach section .menuTit{
	color: #f1af57;
}
.Apple .menuCtsImg .base{
	background: #c2ac0a;
}
.Apple section .menuTit{
	color: #c2ac0a;
}
.Kiwi .menuCtsImg .base{
	background: #99cf16;
}
.Kiwi section .menuTit{
	color: #99cf16;
}
.recipeArea {
	width: 90%;
	background: #f5f2e3;
	padding: 45px 25px 35px;
	z-index: 0;
	position: relative;
	margin: -20px 0 0 0;
}
.recipeTit {
	font-size: 1.6rem;
	color: #fff;
	background: url(../images/menuBg.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	padding: 1px 15px 0;
	margin: 0 0 10px 0;
	position: relative;
}
.recipeTit.titL{
	font-size: 1.4rem;
}
.recipeTit:after {
	content: "";
	width: 56px;
	height: 24px;
	display: block;
	background: url(../images/recipeTit.svg) no-repeat;
	position: absolute;
	top: 5px;
	right: -65px;
}
.recipeDetail span{
	font-weight: 500;
	margin-left: -8px;
}
.recipeDetail span:first-of-type {
	display: block;
}
.menuRecipe p:last-of-type{
	margin-top: 10px;
}
/*IE10+Edge*/
_:-ms-lang(x),
.recipeTit {
	padding: 8px 15px 0px;
}
@media screen and (max-width:767px){
	_:-ms-lang(x),
	.recipeTit {
		padding: 8px 15px 0px;
	}
}
.annotationTxt {
	font-size: 1.2rem;
	margin: -30px 0 100px 0;
	padding: 0 0 0 12px;
	text-indent: -1.2rem;
	line-height: 1.6rem;
}

.pickUpArea {
	margin: 0 0 100px;
}
.annotation{
	font-size: 1.2rem;
	color: #F00;
}
.baseRgfTxt{
	font-size: 1.2rem;
	color:#fc6739;
	margin: 5px 0 0 0;
}
@media screen and (max-width:767px){
	.menuArea .leadTxt {
		font-size: 1.4rem;
		line-height: 2.4rem;
		text-align: left;
	}
	.menuCtsOut {
		display: block;
	}
	.menuCts {
		width: 100%;
		margin: 0 0 60px 0;
	}
	.menuCts section{
		width: 90%;
	}
	.menuCtsImg {
		width: 92%;
		margin: 10px 0 0 8%;
	}
	.recipeArea {
		width: 92%;
		padding: 30px 20px 15px;
	}
	.recipeTit{
		max-width: 250px;
		padding: 5px 10px;
		margin: 0 0 7px 0;
	}
	.recipeTit.titL{
		line-height: 1.8rem;
	}
}

.menuCts.fullCts {
	width: 100%;
}
.menuCts.fullCts .menuCtsInner {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.menuCts.fullCts .menuCtsInner .txtArea {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
}
.menuCts.fullCts .menuCtsInner.NonAlcoholicCocktail .txtArea .menuTit {
	background: url(../images/NonAlcoholicCocktail-bg.png) no-repeat;
	background-size: cover;
	width: 220px;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menuCts.fullCts .menuCtsInner.NonAlcoholicCocktail .txtArea .menuTit h4 {
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	color: #fff;
	text-align: center;
}
.menuCts.fullCts .menuCtsInner.NonAlcoholicCocktail .txtArea .txtAreaInner {
	width: 410px;
	margin: 40px 0 0 0;
}
.menuCts.fullCts .menuCtsInner.NonAlcoholicCocktail .txtArea .txtAreaInner img {
	margin: 0 0 12px 0;
}
.menuCts.fullCts .menuCtsInner.NonAlcoholicCocktail .txtArea .txtAreaInner  p {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3.2rem;
	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);
}
.menuCts.fullCts .menuCtsInner.NonAlcoholicCocktail .imgArea {
	width: 860px;
	box-sizing: border-box;
	margin: 30px 0 0 -230px;
}
.menuCts.fullCts .recipeArea {
	width:100%;
	display: inline-flex;
	background: #f5f2e3;
	padding: 45px 25px 35px;
	z-index: 0;
	position: relative;
	margin: -20px 0 0 0;
}
.menuCts.fullCts .recipeArea .menuRecipe{
	margin: 0 30px 0 0;
}
.menuCts.fullCts .recipeArea .menuRecipe .recipeTit {
	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;
}
.menuCts.fullCts .recipeArea .menuBase .baseTit {
	color: #4d4d4d;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.menuCts.fullCts .recipeArea .menuBase .baseTit span{
	font-size: 1.2rem;
}
.menuCts.fullCts .recipeArea .menuBase ul.cocktailBase {
	display: flex;
	flex-wrap: wrap;
	width: 555px;
}
.menuCts.fullCts .recipeArea .menuBase  ul.cocktailBase li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 15px 0 0;
}
.menuCts.fullCts .recipeArea .menuBase  ul.cocktailBase li:nth-child(3) {
	margin: 0 0 0 0;
}
.menuCts.fullCts .recipeArea .menuBase  ul.cocktailBase li:nth-child(n+4) {
	margin: 10px 15px 0 0;
}
.menuCts.fullCts .recipeArea .menuBase  ul.cocktailBase .juice{
	position: relative;
	box-sizing: border-box;
	width: 90px;
	height: 50px;
	background: #f1d58d;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 30px;
}
.menuCts.fullCts .recipeArea .menuBase  ul.cocktailBase .juice:before{
	content: '';
	display: block;
	height: 15px;
	width: 15px;
	background: url("../images/../images/juiceIcon.svg") no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: -23px;;
	margin: -7.5px 0 0 0;
}
.menuCts.fullCts .recipeArea .menuBase  ul.cocktailBase .juice span{
	color: #3c0d08;
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.menuCts.fullCts .recipeArea .menuBase  ul.cocktailBase li .Rgf{
	background: #fc6739;
}
.menuCts.fullCts .recipeArea .menuBase  ul.cocktailBase li .Peach{
	background: #f1af57;
}
.menuCts.fullCts .recipeArea .menuBase  ul.cocktailBase li .Apple{
	background: #c2ac0a;
}
.menuCts.fullCts .recipeArea .menuBase  ul.cocktailBase li .Kiwi{
	background: #99cf16;
}
.menuCts.fullCts .recipeArea .menuBase  ul.cocktailBase li .Orange{
	background: #fe8013;
}
.menuCts.fullCts .recipeArea .menuBase  ul.cocktailBase li .baseRgfTxt{
	font-size: 1.2rem;
	color:#fc6739;
	margin: 5px 0 0 0;
}
.menuCts.fullCts .recipeArea .menuBase  ul.cocktailBase 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;
}
@media screen and (max-width:767px){
	.menuCts.fullCts .menuCtsInner{
		flex-direction: column;
		align-items: flex-end;
		width: 100%;
	}
	.menuCts.fullCts .menuCtsInner .txtArea {
		flex-direction: row;
		width: 100%;
	}
	.menuCts.fullCts .menuCtsInner.NonAlcoholicCocktail .txtArea .menuTit{
		height: 130px;
		width: 130px;
	}
	.menuCts.fullCts .menuCtsInner.NonAlcoholicCocktail .imgArea {
		width: 90%;
		margin: -20px 0 0 0;
	}
	.menuCts.fullCts .recipeArea {
		padding: 35px 10px 10px;
		display: block;
		width: 92%;
	}
	.menuCts.fullCts .recipeArea .menuBase  ul.cocktailBase {
		width: 100%;
		justify-content: flex-start;
	}
	.menuCts.fullCts .menuCtsInner.NonAlcoholicCocktail .txtArea .menuTit h4  {
		font-size: 1.7rem;
		letter-spacing: 0;
	}
	.menuCts.fullCts .menuCtsInner.NonAlcoholicCocktail .txtArea .txtAreaInner {
		width: calc(100% - 130px);
		margin: 0 0 0 10px;
	}
	.menuCts.fullCts .menuCtsInner.NonAlcoholicCocktail .txtArea .txtAreaInner img {
		margin: 0 0 5px 0;
		max-width: 300px;
	}
	.menuCts.fullCts .menuCtsInner.NonAlcoholicCocktail .txtArea .txtAreaInner p {
		font-size: 1.4rem;
		line-height: 2.1rem;
	}
	.menuCts.fullCts .recipeArea .menuBase {
		margin: 10px 0 0 0;
	}
	.menuCts.fullCts .recipeArea .menuBase .baseTit {
		font-size: 1.4rem;
		margin: 0 0 3px 0;
	}
	.menuCts.fullCts .recipeArea .menuBase ul.cocktailBase {
		width: 100%;
		justify-content: flex-start;
	}
	.menuCts.fullCts .recipeArea .menuBase ul.cocktailBase li:not(last-child), 
	.menuCts.fullCts .recipeArea .menuBase ul.cocktailBase li:nth-child(3),
	.menuCts.fullCts .recipeArea .menuBase ul.cocktailBase li:nth-child(n+4) {
		margin: 0 8px 5px 0;
	}
	.menuCts.fullCts .recipeArea .menuBase ul.cocktailBase li .base {
		height: 50px;
		width: 50px;
		font-size: 1.1rem;
		line-height: 1.3rem;
	}
	.menuCts.fullCts .recipeArea .menuBase ul.cocktailBase li .juice {
		width: 75px;
		height: 45px;
		margin: 0 0 0 20px;
	}
	.menuCts.fullCts .recipeArea .menuBase ul.cocktailBase li .juice:before {
		height: 10px;
		width: 10px;
		left: -15px;
		margin: -5px 0 0 0;
	}
	.menuCts.fullCts .recipeArea .menuBase ul.cocktailBase li .juice span {
		font-size: 1.1rem;
		line-height: 1.3rem;
	}
	.menuCts.fullCts .recipeArea .menuRecipe .recipeTit {
		padding: 1px 7px;
		margin: 0 0 7px 0;
	}
}