@charset "UTF-8";
@font-face{
	font-family:'Noto Sans CJK JP Subset';
	font-style:normal;
	font-weight:400;
	src:
		local('Noto Sans CJK JP'),
		local('NotoSansCJKjp-Regular'),
		local('NotoSansJP-Regular'),
		url('../../common/fonts/NotoSansCJKjp-Regular.woff') format('woff'),
		url('../../common/fonts/NotoSansCJKjp-Regular.ttf') format('truetype');
}
@font-face{
	font-family:'Noto Sans CJK JP Subset';
	font-style:normal;
	font-weight:700;
	src:
		local('Noto Sans CJK JP'),
		local('NotoSansCJKjp-Bold'),
		local('NotoSansJP-Bold'),
		url('../../common/fonts/NotoSansCJKjp-Bold.woff') format('woff'),
		url('../../common/fonts/NotoSansCJKjp-Bold.ttf') format('truetype');
}

/* CSS Document */
*{
	margin:0px;
	padding:0px;
	}
html {
	margin:0px;
	padding:0px;
	overflow-y : scroll;
	font-size:62.5%;
	}
body {
	margin:0 0 0 0;
	padding:0;
	font-size:1.4rem;
	font-family:'Noto Sans JP', 'Noto Sans','Noto Sans CJK JP', 'Noto Sans CJK JP Subset', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight:400;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
/* IE6 */
* html .clearfix { zoom: 1;}
/* IE7 */
*:first-child+html .clearfix {zoom: 1;}

h1, .h2, .h3, .h4, .h5, .h6 {
	margin:0px;
	padding: 0px;
	clear:both;
	font-size:100%;
	line-height:160%;
	font-weight:normal;
	}
*,*::before,*::after{
	box-sizing:border-box;
}
img {
	border:none;
	vertical-align:top;
	margin:0;
	padding:0;
	}
p {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:160%;
	}
a , a:link , a:visited {
	text-decoration:none;
	}
a:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}
a:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}
header,footer,section,aside,nav,article,main{
	display:block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

ul {
	list-style-type: none;
}
.wrapper {
	position: relative;
	overflow-x: hidden;
}
.ctsArea{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 40px 80px 60px 80px;
}
@media screen and (max-width: 812px)  {
	.ctsArea{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
}
/* iPad背景切れ対策 */
@media screen and (min-width:813px){
	body{
		min-width:1200px;
	}
}

/* フォント*/
.fontEN {
	font-family: sans-serif;
	letter-spacing:0em;
	transform: scale(1 , 0.7); 
	}
.bold {
	font-weight:bold;
	}

/*PC・スマホ 表示/非表示*/
.sp {
	display:none;
	}

@media screen and (max-width: 812px)  {
.sp {
	display:block;
	}
.pc {
	display:none;
	}
}

/*header
------------------------------------------------------------------------------------------------------*/
header{
	width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
}
.headerInner{
	display: flex;
	height: 58px;
	padding: 0 20px;
}
.headerInner .cpLogo{
	display: inline-block;
	width: 170px;
	padding: 10px 0 0 0;
}
.headerInner .cpLogo a{
	width: 100%;
}
.headerInner .navBtnlist {
	position: absolute;
	top: 0;
	right: 65px;
}
.headerInner .gNaviIcon {
	position:fixed;
	top:0;
	right: 0;
	z-index: 500;
	padding: 25px 25px;
	cursor: pointer;
/*	z-index: 101;*/	
}
a.gNaviIcon.active {
	background: #fff;
}
.gNaviIcon,
.gNaviIcon span {
	display: inline-block;
	transition: all .4s;
}
.gNaviIcon span {
	position: absolute;
	top: 18px;
	left: 50%;
	width: 24px;
	height: 2.5px;
	background-color: #000;
	margin: 0 0 0 -12px;
}
.gNaviIcon span:nth-of-type(1) {
	top: 16px;
}
.gNaviIcon span:nth-of-type(2) {
	top: 24px;
}
.gNaviIcon span:nth-of-type(3) {
	top: 32px;
}
.gNaviIcon span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2.5px;
	background-color: #000;
	transition: all .4s;
}
.gNaviIcon.active span:nth-of-type(2)::after {
	background-color: #000;
}
.gNaviIcon.active span:nth-of-type(1) {
	transform: translate(50%) scale(0);
}
.gNaviIcon.active span:nth-of-type(2) {
	transform: rotate(45deg);
}
.gNaviIcon.active span:nth-of-type(2)::after {
	transform: rotate(90deg);
}
.gNaviIcon.active span:nth-of-type(3) {
	transform: translate(-50%) scale(0);
}
.gNaviAreaOut {
	position:absolute;
	top: 0;
}
.gNaviArea {
	width: 100%;
	background:rgba(255,255,255,0.95);
	position:fixed;
	top: 0;
	left: 0;
	transform: translateY(-101vh);
	opacity: 0;
	transition: 0.3s;
	z-index: 499;
}
.gNaviArea.active{
	transform: translateY(0vh);
	opacity: 1;
}
.gNaviInner {
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	padding: 70px 20px 40px 20px;
}
.gNaviInner .titLogo{
	margin: 0 0 40px 0;
	max-width: 500px;
}
.gNaviInner .titLogo img{
	width: 100%;
}
.gNaviInner .gNaviList{
	margin: 0 0 40px 0;
}
.gNaviInner ul >lo >a,
.gNaviInner .gNaviList li a{
	display: inline-block;
	color: #000;
	position: relative;
	font-size: 118%;
	font-weight: bold;
	width: 100%;
}
.gNaviInner .gNaviList li a {
	padding: 10px 10px 10px 35px;
	border-bottom: 1px solid #000;
}
.gNaviInner .gNaviList li a:before{
	content: '';
	display: block;
	position: absolute;
	top: 55%;
	left: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ff76a6;
	border-right: 2px solid #ff76a6;
	transform: rotate(45deg);;
	transition: transform 0.3s;
	margin: -7px 0 0 0;
}
.gNaviInner .menuListTit {
	color: #ff76a6;
	font-weight: bold;
	font-size: 2rem;
	border-bottom: 1px solid #000;
	margin: 0 0 10px 0;
}
.gNaviInner .menuList {
	margin: 12px 0 0 0;
}
.gNaviInner .menuList li a {
	display: inline-block;
	position: relative;
	font-size: 118%;
	font-weight: bold;
	background: #ff76a6;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.gNaviInner .menuList.clm2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gNaviInner .menuList.clm2 li {
	width: 49%;
	margin: 0px 0 10px 0;	
}
.gNaviInner .menuList.clm2 li a{
	display: inline-block;	
}
.gNaviInner .menuList.clm2 li:nth-last-child(2):nth-child(odd){
	margin: 0px 0 34px 0;	
}
/*IE*/
/*
@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}
*/
@media screen and (max-width: 812px) {
	.headerInner{
	width: 100%;
	padding: 0 10px;
	}
	.headerInner .cpLogo{
	width: 120px;
	padding: 10px 0 0 0;
	}
	.headerInner .cpLogo img{
	width:100%;
	}
	.gNaviInner {
	padding: 50px 20px 40px 20px;
	}
	.gNaviInner ul >lo >a,
	.gNaviInner .gNaviList li a {
	font-size: 1.2rem;
	}
	.gNaviInner .titLogo {
	margin: 0 0 40px 0;
	width: 100%;
	max-width: 350px;
	}
	.gNaviInner .menuListTit {
	font-size: 1.6rem;
	margin: 0 0 5px 0;
	}
	.gNaviInner .menuList li a {
	font-size: 1.3rem;
	}
	.gNaviInner .gNaviList li a:before {
	content: '';
	position: absolute;
	top: 58%;
	left: 10px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #ff76a6;
	border-right: 2px solid #ff76a6;
	transform: rotate(45deg);
	transition: transform 0.3s;
	margin: -7px 0 0 0;
	}
	.headerInner .navBtnlist {
	display: none;
}
}
/*kvArea
-----------------------------------------*/
.kvArea{
	background: url(../images/kv_bg01.png) center center no-repeat;
	width: 100vw;
	min-width: 1200px;
	height: 700px;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.kvArea::before{
	content: "";
	display: flex;
	position: absolute;
	bottom: -1px;
	justify-content: flex-end;
	background: url(../images/newitem_wave_bg01.svg) repeat;
	background-position: right 60% bottom 0;
	width: 100%;
	height: 50px;
	z-index: 3;
}
.kvArea__inner{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0 60px;
	position: relative;
}
.kv__copy{
	position: absolute;
	display: inline-block;
	margin: 100px 0 0 0;
	text-align: center;
	z-index: 50;
}
.kv__head{
	width: 640px;
	margin: 0 0 40px 0;
}
.kv__ph--img{
	width: 100%;
}
.kv__sub{
	text-align: left;
	font-size: 2.1rem;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.2rem;
}
.kv__sub--txt{
	line-height: 1.6;
	padding: 0 0 0 20px;
}
.kv__ph{
	position: absolute;
}
.kv__ph--img{
	width: 100%;
}
.kv__product--img01{
	width: 230px;
	right: 380px;
	bottom: -50px;
	z-index: 4;
}
.kv__product--img02{
	width: 220px;
	right: 10px;
	top: 40px;
	z-index: 2;
}
.kv__product--img03{
	width: 578px;
	right: -100px;
	top: -80px;
	z-index: 1;
}
.kv__product--img04{
	width: 400px;
	right: -40px;
	bottom: 20px;
	z-index: 2;
}
.kv__ph--txt{
	color: #fff;
	position: absolute;
	transform: scale(0.7, 1);
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 300;
	font-style: oblique;
	font-size: 5.0rem;
	line-height: 0.9;
	-webkit-text-stroke: 2px #fff; /* webkitのベンダープレフィックス */
	text-stroke: 2px #fff; 
}
.kv__ph--txtsub{
	font-size: 1.9rem;
	-webkit-text-stroke: 1px #fff; /* webkitのベンダープレフィックス */
	text-stroke: 1px #fff; 
}
.kv__product--txt01{
	left: -80px;
	bottom: 100px;
}
.kv__product--txt02{
	right: 20px;
	bottom: 30px;
}
.kv__product--txt03{
	right: -30px;
	top: 50px;
}
@media screen and (max-width: 812px) {
	.kvArea{
		width: 100vw;
		min-width: inherit;
		height: auto;
		background-size: cover;
		position: relative;
	}
	.kvArea::before{
		height: 20px;
	}
	.kvArea__inner{
		width: 100%;
		padding: 0 20px;
	}
	.kv__copy{
		width: 100%;
		position: static;
		margin: 60px 0 0 0;
		text-align: center;
	}
	.kv__head {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px auto;
	}
	.kv__sub {
		text-align: left;
		display: flex;
		justify-content: center;
		font-size: 1.6rem;
		letter-spacing: 0.2rem;
	}
	.kv__sub--txt {
		line-height: 1.6;
		padding: 0;
	}
	.kv__pharea {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		height: 400px;
		position: relative;
	}
	.kv__product--img01{
		width: 100%;
		max-width: 150px;
		right: auto;
		left: -10px;
		bottom: 34px;
		z-index: 3;
	}
	.kv__product--img02{
		width: 100%;
		max-width: 160px;
		top: 50px;
		right: -40px;
		z-index: 2;
	}
	.kv__product--img03{
		width: 100%;
		max-width: 273px;
		right: -60px;
		top:0px;
		z-index: 1;
	}
	.kv__product--img04{
		width: 100%;
		max-width: 210px;
		right: -30px;
		bottom: 5px;
		z-index: 2;
	}
	.kv__ph--txt{
		display: none;
	}
}
/*NewItem
-----------------------------------------*/
.ni__ctsArea{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 40px 80px 60px 80px;
}
.ni__ctsArea--inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.ni__txtinfo {
	width: 100%;
}
.ni__titArea {
	margin: 0 0 20px 0;
}
.ni__titArea--inner {
	position: relative;
	display: inline-flex;
}
.ni__titArea--inner::before {
	display: inline-block;
	content: "";
	height: 1px;
	background: #ff749d;
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 100vw;
	margin: 0 100px 0 0;
}
.ni__tit{
	color: #ff749d;
	font-size: 7.0rem;
	transform: scale(0.7, 1);
	transform-origin: top left;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 300;
	font-style: oblique;
	-webkit-text-stroke: 3px #ff749d; /* webkitのベンダープレフィックス */
	text-stroke: 3px #ff749d; 
}
.ni__txt {
	font-size: 1.6rem;
	line-height: 1.9;
}
.ni__product--list{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.product__new{
	position: relative;
}
.product__new::before{
	content: "";
	background: url("../images/ico_new.svg") center center no-repeat;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 8px;
}
.ni__product--link {
	display: block;
	width: 150px;
	height: 100%;
	transition: 0.3s;
}
.ni__ph {
	width: 150px;
	text-align: center;
	margin: 0 auto;
	
}
.ni__ph--img {
	width: 70px;
	margin: 0 0 20px 0;
}
figcaption{
	color: #000;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	position: relative;
}
figcaption::before{
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #ff749d;
	border-right: 2px solid #ff749d;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg) translateX(50%);
	position: absolute;
	bottom: -10px;
	left: 50%;
}
@media screen and (max-width: 812px) {
	.ni__ctsArea{
		width: 100%;
		padding: 30px 20px 60px 20px;
	}
	.ni__ctsArea--inner{
		display: block;
	}
	.ni__product--list {
		flex-wrap: wrap;
		max-width: 350px;
		gap: 50px 0; 
		margin: 0 auto;
	}
	.ni__product--item{
		width: 32%;
	}
	.ni__product--link {
		display: block;
		width: 100%;
		padding: 0 5px;
	}
	.ni__ph {
		width: 100%;
	}
	.ni__txt {
		font-size: 1.2rem;
		line-height: 1.6;
		margin: 0 0 30px 0;
	}
	.ni__tit{
		font-size: 4.5rem;
		transform-origin: center;
		text-align: center;
	}
	.ni__titArea {
		width: 100vw;
		text-align: center;
		margin: 0 0 20px 0;
		border-bottom: 1px solid #ff749d;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.ni__titArea--inner::before {
		content:none;
	}
	.product__new::before{
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		left: 20px;
	}
	figcaption{
		font-size: 1.0rem;
	}
}
/*top__info
-----------------------------------------*/
#NewItem{
	background: #fff;
}
#CreativeNozzle{
	background: url(../images/CREATIVENOZZLE_bg01.png) center center no-repeat;
	width: 100vw;
	min-width: 1200px;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 60px 0 100px 0;
}
#Espoon{
	background: url(../images/ESPOON_bg01.png) center center no-repeat;
	width: 100vw;
	min-width: 1200px;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 60px 0 100px 0;
}
#Pink_Petit_Wafer{
	background: url(../images/Pink_Petit_Wafer_bg01.png) center center no-repeat;
	width: 100vw;
	min-width: 1200px;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 60px 0 100px 0;
}
#ToppingSauce_Setouchi_Lemon{
	background: url(../images/TS_S_LEMMON_bg01.png) center center no-repeat;
	width: 100vw;
	min-width: 1200px;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 60px 0 100px 0;
}
.tsg__ctsArea,
.cswc__ctsArea,
.bcc__ctsArea,
.cn__ctsArea{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0 80px 60px 80px;
}
.tsg__tit--sub,
.cswc__tit--sub,
.bcc__tit--sub,
.cn__tit--sub{
	font-size: 2.0rem;
}
.tsg__tit,
.cswc__tit,
.bcc__tit,
.cn__tit{
	display: inline-block;
	color: #000;
	font-size: 8.0rem;
	transform: scale(0.75, 1);
	transform-origin: top left;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 700;
	font-style: oblique;
	white-space: nowrap;
	background: linear-gradient(90deg, rgb(254, 217, 98, 1), rgb(247, 175, 57, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 20px 0 0;
}
.cn__tit{
	background: linear-gradient(90deg, rgb(122, 129, 141, 1), rgb(200, 208, 222, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cswc__tit{
	background: linear-gradient(90deg, rgb(255, 123, 165, 1), rgb(247, 130, 196, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	padding: 30px 10px 30px 0;
}
.tsg__tit{
	background: linear-gradient(90deg, rgb(0, 209, 255, 1), rgb(0, 153, 255, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	padding: 5px 20px 30px 0;
}
.tsg__tit--br{
	font-size: 5.0rem;
}
.cswc__tit--br{
	font-size: 5.0rem;
}
.tsg__titArea--inner,
.cswc__titArea--inner,
.bcc__titArea--inner,
.cn__titArea--inner{
	position: relative;
	display: inline-flex;
	margin: 10px 0 40px 0;
	width: 100%;
}
.tsg__titArea--inner,
.cswc__titArea--inner{
	margin: 2px 0 40px 0;
}
.tsg__titArea--inner::before,
.cswc__titArea--inner::before,
.bcc__titArea--inner::before,
.cn__titArea--inner::before{
	display: inline-block;
	content: "";
	/*background: #fff;*/
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translateY(50%);
	width: 100vw;
	min-width: 1000px;
	margin: 0 700px 0 0;
	border-top: 110px solid #fff; /* 高さ */
	border-right: 20px solid transparent; /* 右側の角度 */
}
.tsg__titArea--inner::before{
	border-top: 160px solid #fff; /* 高さ */
	border-right: 40px solid transparent; /* 右側の角度 */
	display: flex;
	align-items: center;
	margin: 0 380px 0 0;
}
.cswc__titArea--inner::before{
	border-top: 110px solid #fff; /* 高さ */
	border-right: 40px solid transparent; /* 右側の角度 */
	display: flex;
	align-items: center;
	margin: 0 370px 0 0;
}
.cn__titArea--inner::before{
	display: flex;
	align-items: center;
	margin: 0 380px 0 0;
}
.phArea {
	position: absolute;
	top:-190px;
	right: 0px;
}
#ToppingSauce_Setouchi_Lemon .phArea {
	position: absolute;
	top:-200px;
	right: 0px;
}


.cn__phArea{
	top:-200px;
}
.tsg__copy,
.cswc__copy,
.bcc__copy,
.cn__copy{
	font-size: 2.5rem;
	line-height: 1.6;
	margin: 0 0 20px 0;
}
.tsg__txtArea,
.cswc__txtArea,
.bcc__txtArea,
.cn__txtArea{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.tsg__txt,
.cswc__txt,
.bcc__txt,
.cn__txt{
	font-size: 1.4rem;
	line-height: 2.4;
}
.cn__txt{
	margin: 0 0 10px 0;
}
.notes{
	font-size: 1.2rem;
	padding: 0 0 0 14px;
	position: relative;
}
.notes::before{
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.ph__item {
	width: 220px;
}

#Pink_Petit_Wafer .ph__item  {
	width: 300px;
}

#Espoon .ph__item  {
	width: 300px;
}


.cn__ph {
	width: 250px;
}
.tsg__ph,
.cswc__ph{
	position: relative;
	z-index: 1;
}
.cswc__ph::after{
	position: absolute;
	top:0;
	left: -200px;
	content: "";
	/*background: url(../images/product_img02_bg.png) center center no-repeat;*/
	background-size: cover;
	width: 492px;
	height: 226px;
	z-index: -1;
}
.tsg__ph::after{
	position: absolute;
	top:-70px;
	left: -240px;
	content: "";
	background: url(../images/product_img_tsl_bg.png) center center no-repeat;
	background-size: cover;
	width: 440px;
	height: 495px;
	z-index: -1;
	transform: rotate(-15deg);
}
.bcc__ph::after{
	position: absolute;
	top:0px;
	left: -162px;
	content: "";
	background: url(../images/es_spec_img01.png) center center no-repeat;
	background-size: cover;
	width: 218px;
	height: 241px;
	z-index: -1;
	transform: rotate(-10deg);
}

.ph--img {
	width: 100%;
}
@media screen and (max-width: 812px) {
	#Espoon,
	#Pink_Petit_Wafer,
	#ToppingSauce_Setouchi_Lemon,
	#CreativeNozzle{
		min-width: inherit;
		padding: 60px 0 50px 0;
	}
	.top__info{
		margin: 0 0 40px 0;
	}
	.tsg__ctsArea,
	.cswc__ctsArea,
	.bcc__ctsArea,
	.cn__ctsArea{
		width: 100%;
		padding: 0 20px;
	}
	.tsg__tit--sub,
	.cswc__tit--sub,
	.bcc__tit--sub,
	.cn__tit--sub{
		font-size: 1.6rem;
	}
	.tsg__titArea,
	.cswc__titArea,
	.bcc__titArea,
	.cn__titArea{
		text-align: center;
		margin: 0 0 20px 0;
	}
	.cn__titArea{
		margin: 0;
	}
	.titArea__inner .tit{
		font-size: 5.5rem;
		line-height: 1.2;
		white-space: normal;
		transform-origin: center;
		text-align: center;
		padding: 0;
	}
	.bcc__titArea--inner .tit{
		line-height: 1.1;
		width: 100%;
		padding: 0 30px 0 10px;
	}
	.cswc__titArea--inner .tit{
		line-height: 1.1;
		width: 100%;
		padding: 20px 30px 0 10px;
	}
	.tsg__titArea--inner .tit{
		line-height: 1.1;
		width: 100%;
		padding: 0 30px 0 10px;
	}
	.cn__titArea--inner .tit{
		line-height: 1.1;
		padding: 0 10px 0 10px;
	}
	.tsg__tit--br{
		font-size: 2.0rem;
		line-height: 1;
	}
	.cswc__tit--br{
		font-size: 2.0rem;
		line-height: 1;
	}
	.tsg__titArea--inner,
	.cswc__titArea--inner,
	.bcc__titArea--inner,
	.cn__titArea--inner{
		background: #fff;
		width: 100vw;
		left: 50%;
		transform: translateX(-50%);
		padding: 10px 20px 10px 20px;
		display: flex;
		justify-content: center;
		margin: 10px 0;
	}
	.cn__titArea--inner{
		margin: 10px 0 0 0;
	}
	.tsg__titArea--inner,
	.cswc__titArea--inner{
		padding: 0 10px 20px 20px;
	}
	.tsg__titArea--inner::before,
	.cswc__titArea--inner::before,
	.bcc__titArea--inner::before,
	.cn__titArea--inner::before{
		content: none;
	}
	.phArea {
		position: static;
		order: 1;
		margin: 0 0 20px 0;
	}
	#ToppingSauce_Setouchi_Lemon .phArea {
		position: static;
		order: 1;
		margin: 0 0 20px 0;
	}	
	.cn__phArea {
		margin: 0;
	}
	.tsg__txtArea,
	.cswc__txtArea,
	.bcc__txtArea,
	.cn__txtArea{
		display: flex;
		flex-direction: column;
	}
	.tsg__copy,
	.cswc__copy,
	.bcc__copy,
	.cn__copy{
		font-size: 2.2rem;
		line-height: 1.5;
		margin: 0 0 15px 0;
		order: 2;
	}
	.tsg__txt,
	.cswc__txt,
	.bcc__txt,
	.cn__txt{
		font-size: 1.2rem;
		line-height: 1.6;
		order: 3;
	}
	.cswc__ph::after{
		left: -100px;
		content: "";
		width: 350px;
		height: 160px;
		z-index: -1;
	}
	.tsg__ph::after{
		top:-20px;
		left: -105px;
		content: "";
		width: 260px;
		height: 292.5px;
		z-index: -1;
		transform: rotate(-25deg);
	}
	.bcc__ph::after{
	position: absolute;
	top:0px;
	left: 15px;
	content: "";
	background: url(../images/es_spec_img01.png) center center no-repeat;
	background-size: cover;
	width: 120px;
	height: 120px;
	z-index: -1;
	transform: rotate(-10deg);
	}
	
	
	.ph__item {
		width: 100%;
		max-width: 150px;
		margin: 0 auto;
	}
	.cn__ph{
		max-width: 200px;
	}
	.notes{
		font-size: 1.1rem;
		line-height: 1.5;
		text-align: left;
	}
	.cn__notes{
		order: 4;
	}
}
/*center__info
-----------------------------------------*/
.menu__titArea--inner {
	position: relative;
	display: inline-flex;
}
.menu__titArea--inner::before {
	display: inline-block;
	content: "";
	height: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 100vw;
	margin: 0 130px 0 0;
}
.menu__titArea{
	margin: 0 0 20px 0;
}
.menu__tit{
	color: #fff;
	font-size: 5.0rem;
	transform: scale(0.7, 1);
	transform-origin: top left;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 300;
	font-style: oblique;
	-webkit-text-stroke: 2px #fff; /* webkitのベンダープレフィックス */
	text-stroke: 2px #fff;
	letter-spacing: 0.3rem;
}
.menu__ph--list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menu__ph--item{
	width: 496px;
	position: relative;
	margin: 0 0 70px 0;
}
.menu__ph--item:nth-of-type(3),
.menu__ph--item:nth-of-type(4){
	margin: 0 0 0 0;
}
.ph__item--right{
	display: flex;
	justify-content: flex-start;
}
.ph__item--left{
	display: flex;
	justify-content: flex-end;
}
.menu__ph{
	width: 300px;
}
.menu__ph--img{
	width: 100%;
	border: 3px solid #fff;
}
.tsg__menu--txtarea,
.cswc__menu--txtarea,
.bcc__menu--txtarea,
.cn__menu--txtarea{
	width: 255px;
	background-blend-mode: multiply;
	position: absolute;
	padding: 25px 15px 25px 15px;
}
.tsg__menu--txtarea::after,
.cswc__menu--txtarea::after,
.bcc__menu--txtarea::after,
.cn__menu--txtarea::after{
	content: '';
	background: linear-gradient(90deg, rgb(245, 160, 0, 0.9), rgb(255, 200, 0, 0.9));
	mix-blend-mode: multiply;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.cn__menu--txtarea::after{
	content: '';
	background: linear-gradient(90deg, rgb(122, 129, 141, 1), rgb(200, 208, 222, 1));
}
.tsg__menu--txtarea::after{
	content: '';
	background: linear-gradient(90deg, rgb(0, 209, 255, 0.9), rgb(0, 153, 255, 0.9));
}
.cswc__menu--txtarea::after{
	content: '';
	background: linear-gradient(90deg, rgb(255, 123, 165, 0.8), rgb(247, 130, 196, 0.8));
}
.menu__txtarea--right{
	right: 0;
	bottom: 50px;
}
.menu__txtarea--left{
	left: 0;
	bottom: 50px;
}
.menu__txtarea--tit{
	position: relative;
	z-index: 2;
	color: #FFFF00;
	font-size: 1.7rem;
	letter-spacing: 0.1rem;
	margin: 0 0 10px 0;
}
.menu__txtarea--txt{
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 812px) {
	.menu__center--info{
		margin: 0 0 40px 0;
	}
	.menu__titArea {
		width: 100vw;
		text-align: center;
		margin: 0 0 20px 0;
		border-bottom: 1px solid #fff;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.menu__titArea--inner::before {
		content: none;
	}
	.menu__tit{
		font-size: 3.5rem;
		transform-origin: center;
		text-align: center;
		padding: 0 0 5px 0;
		line-height: 1;
	}
	.menu__ph{
		width: 100%;
	}
	.menu__ph--item {
		width: 48%;
		position: relative;
		margin: 0 0 20px 0;
	}
	.ph__item--right{
		display: block;
	}
	.ph__item--left{
		display: block;
	}
	.menu__txtarea--right{
		right: 0;
		bottom: 0;
	}
	.menu__txtarea--left{
		left: 0;
		bottom: 0;
	}
	.tsg__menu--txtarea,
	.cswc__menu--txtarea,
	.bcc__menu--txtarea,
	.cn__menu--txtarea{
		width: 100%;
		position: relative;
	}
	.menu__txtarea--tit{
		font-size: 1.5rem;
	}
}
/*bottom__info
-----------------------------------------*/
.spec__titarea{
	margin: 0 0 10px 0;
}
.spec__info{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sc__info--onecolumn{
	display: block;
}
.bcc__bottom--info .spec__info{
	align-items: flex-start;
}
.spec__txtarea{
	margin: 0 100px 0 0;
}
.spec__txtarea--onecolumn{
	margin: 0;
}
.tsg__spec--txtarea,
.cswc__spec--txtarea{
	margin: 0 50px 0 0;
}
.spec__tit{
	font-size: 1.4rem;
	font-weight: 700;
}
.spec__list{
	display: flex;
	flex-wrap: wrap;
	line-height: 2;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 0;
	margin: 0 0 15px 0;
	
}
.spec__item{
	margin-right: 15px;
	padding-left: 13px;
	font-size: 1.2rem;
	color: #000;
	position: relative;
}
.spec__item::before {
	content: '●';
	padding-right: 2px;
	font-size: 1.1rem;
	position: absolute;
	top: 1px;
	left: 0;
}
.list__newline{
	width: calc(80% - 15px);
}
.spec__pharea--onecolumn{
	margin: 0 0 15px 0;
}
.spec__ph{
	width: 220px;
}
.spec__ph--onecolumn{
	width: 100%;
}
.tsg__spec--ph,
.cswc__spec--ph,
.bcc__spec--ph{
	width: 504px;
}
.spec__ph--img{
	width: 100%;
}
.pr__tit{
	font-size: 1.4rem;
	font-weight: 700;
}
.pr__txt{
	margin: 5px 0 0 0;
	font-size: 1.2rem;
}
.pr__txt--onecolumn::before{
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
}
.pr__txt--onecolumn{
	margin: 3px 0 0 0;
	padding: 0 0 0 14px;
	position: relative;
}
@media screen and (max-width: 812px) {
	.bottom__info{
		margin: 0 0 40px 0;
	}
	.spec__titarea{
		text-align: center;
	}
	.spec__info{
		flex-direction:column;
	}
	.spec__txtarea{
		margin: 0 0 10px 0;
	}
	.list__newline {
		width: auto;
	}
	.spec__pharea {
		margin: 0 0 20px 0;
		width: 100%;
	}
	.spec__ph{
		margin: 0 auto;
	}
	.tsg__spec--ph, 
	.cswc__spec--ph,
	.bcc__spec--ph{
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.pr__titarea {
		text-align: center;
		margin: 0 auto;
	}
	.pr__txt{
		text-align: left;
	}
}
.tsg__btnArea,
.cswc__btnArea,
.bcc__btnArea,
.cn__btnArea{
	text-align: center;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0 80px 0 80px;
}
.tsg__btn,
.cswc__btn,
.bcc__btn,
.cn__btn{
	background: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 3;
	letter-spacing: 0.1rem;
	color: #FF9700;
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 36px 0 36px;
	border-radius: 50px;
	width: 396px;
	transition: 0.3s;
}
.cn__btn{
	color: #000;
	padding: 0 20px 0 40px;
}
.tsg__btn{
	color: #008CD8;
	padding: 0 30px 0 36px;
}
.cswc__btn{
	color: #ff76a6;
	padding: 0 30px 0 36px;
}
.tsg__btn::before,
.cswc__btn::before,
.bcc__btn::before,
.cn__btn::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FF9700;
	border-right: 2px solid #FF9700;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 20px;
	margin: -4px 0 0 0;
}
.cn__btn::before{
	content: "";
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
.tsg__btn::before{
	content: "";
	border-top: 2px solid #008CD8;
	border-right: 2px solid #008CD8;
}
.cswc__btn::before{
	content: "";
	border-top: 2px solid #ff76a6;
	border-right: 2px solid #ff76a6;
}
@media screen and (max-width: 812px) {
	.tsg__btnArea,
	.cswc__btnArea,
	.bcc__btnArea,
	.cn__btnArea{
		text-align: center;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
	.tsg__btn,
	.cswc__btn,
	.bcc__btn,
	.cn__btn{
		background: #fff;
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 15px 20px 15px 40px;
		border-radius: 50px;
		width: 100%;
		max-width: 320px;
	}
	.bcc__btn{
		padding: 15px 20px 15px 20px;
	}
}
/*slider__ctsArea
-----------------------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.slider__ctsArea {
	display: flex;
	overflow: hidden;
	width: 1030px;
	margin: 0 auto;
}

.slider__list {
  display: flex;
  list-style: none;
}

.slider__list--left{
animation :infinity-scroll-left 95s infinite linear 0.2s both;
}

.slider__item {
  width: calc(100vw / 6);
}
.slider__item > img{
   width: 100%;
}
@media screen and (max-width: 812px) {
	.slider__ctsArea {
		margin: 0 auto 30px auto;
	}
	.slider__item {
	  width: calc(100vw / 3);
	}
}
/*リストボタン類
--------------------------------------------*/
.infoArea .lineUpItem li .listBtnArea{
	width: 113px;
	text-align: center;
	margin: 0 auto;
}
.btnD{
	background: #ff749d;
	font-size: 1.8rem;
	line-height: 3;
	letter-spacing: 0.1rem;
	color: #fff;
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 36px 0 36px;
	border-radius: 50px;
	width: 396px;
}
.btnD::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 20px;
	margin: -4px 0 0 0;
}
.btnE,
.btnF{
	background: #00408f;
	font-size: 13px;
	line-height: 2.5;
	font-weight: bold;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 0 36px 0 16px;
	border-radius: 5px 5px 0 0;
}
.btnE{
	border-radius: 0 0 5px 5px;
}
.btnF{
	border-radius: 5px 5px 0 0;
}
.btnE::after,
.btnF::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -4px 0 0 0;
}
.bs__info{
	text-align: center;
	margin: 0 0 60px 0;
}
.bs__titarea{
	margin: 0 0 20px 0;
}
.bs__tit{
	font-size: 2.6rem;
	font-weight: 700;
}
.bs__txt{
	font-size: 1.8rem;
	font-weight: 700;
}
.btn__list{
	display: flex;
	justify-content: center;
}
.bs__btn--list{
	display: flex;
	justify-content: center;
	gap:20px;
}
.navBtnlist {
	position: absolute;
	right: 80px;
	top: -32px;
}
@media screen and (max-width: 812px) {
	#business{
		padding: 40px 0;
	}
	.bs__btn--list{
		display: block;
		text-align: center;
	}
	.bs__info{
		margin: 0 0 30px 0;
	}
	.btnD{
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 15px 20px 15px 40px;
		border-radius: 50px;
		width: 100%;
		max-width: 320px;
	}
	.btnD:first-of-type{
		margin: 0 0 10px 0;
		padding: 15px 20px 15px 20px;
	}
	.bs__tit{
		font-size: 2.2rem;
		font-weight: 700;
	}
	.bs__txt{
		font-size: 1.6rem;
		font-weight: 700;
		text-align: left;
	}
}
/*footer
--------------------------------------------*/
#footer{
	color: #fff;
	background: #ff749d;;
	background-size: cover;
	position: relative;
}
.footerinner {
	min-width: 1200px;
	margin: 0 auto;
	padding: 30px 30px;
}
.footerLogo img {
	width: 200px;
}
.footerTop{
	margin: 0 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.4rem;
}
.footerLogo {
	display: flex;
	align-items: center;
}
.footerLogo img{
	margin: 0 20px 0 0;
}

a.footerTxtLink{
	padding: 0 0 0 20px;
	color: #fff;
	position: relative;
}
.footerTxtLink::before{
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.footerTxtLink::after{
	content: "";
	width: 4px;
	height: 4px;
	border-top: 1px solid #ff749d;
	border-right: 1px solid #ff749d;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
 	left: 5px;
}
.footerBtm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

#footerList{
	display: flex;
}

#footerList li{
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
	font-size: 1.3rem;
	position: relative;
}
#footerList li:last-of-type{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#footerList li::after{
	content:'|';
	position: absolute;
	right: 0;
}
#footerList li a{
	color: #fff;
	text-decoration: underline;
}
#footerList li a:hover{
	opacity: 1.0;
	text-decoration: none;
}
#footerList li:last-of-type::after{
	content:none;
}
@media screen and (max-width: 640px)  {
	#footer{
	display: block;
	text-align: center;
	}
	.footerinner {
	min-width: 100%;
	padding: 20px 10px;
	}
	.navBtnlist{
		display: none;
	}
	.footerTop{
	display: block;
	}
	.footerLogo {
	display: block;
	margin: 0 0 10px 0;
	}
	.footerLogo img{
	width: 150px;
	margin: 0 0 5px 0;
	}
	.footerLogo p{
	font-size: 1.2rem;
	}
	.footerBtm{
	display: block;
	}
	a.footerTxtLink{
	display: inline-block;
	margin: 0 0 20px 0;
	font-size: 1.3rem;
	}
	#footerCopyright{
	margin: 10px 0 0;
	font-size: 1.3rem;
	}
	#footerList{
	-ms-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	flex-wrap: wrap;
	}
	#footerList li{
	margin: 0 10px 5px 0;
	padding: 0 15px 0 0;
	font-size: 1.2rem;
	}
	#footerList li:last-of-type{
	margin: 0 0 5px 0;
	}
}
/*--------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 141px;
	right: 20px;
	z-index: 400;
}
#page-top img {
	width: 50px;
	height: 50px;
	display: block;
}
@media screen and (max-width: 640px)  {
#page-top {
	bottom: 5%;
	}
}