@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 img: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: 100%;
	margin: 0 auto;
}
.ctsArea .ctsAreainner {
	max-width: 1200px;
	padding:0 50px;
	margin: 0 auto;
}
.ctsDetailinner{
	width: 1040px;
	margin: 0 auto;
	padding: 80px 0;
}
@media screen and (max-width:641px){
	.ctsArea .ctsAreainner {
		width: 90%;
		padding:0;
		margin: 0 auto;
	}
	.ctsDetailinner{
		width: 100%;
		padding: 50px 0;
	}
}
/* iPad背景切れ対策 */
@media screen and (min-width:641px){
	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: 640px)  {
.sp {
	display:block;
	}
.pc {
	display:none;
	}
}

/*header
-------------------------------------------------------------------------------------------------------*/
#header{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 99;
}
#headerLogo{
	width: 170px;
	margin: 25px 0 0 25px;
}
@media screen and (max-width: 640px) {
	#headerLogo{
		width: 120px;
		margin: 15px 0 0 15px;
	}
}
/* subNav */
.subNav{
	position: absolute;
	right: 80px;
}
#subNavTop{
	top: 0;
}
#subNavBtm{
	top: -37px;
}
.subNavItem:first-of-type{
	margin-right: 10px;
}
a.subNavBtn{
	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;
}
#subNavBtm a.subNavBtn{
	border-radius: 5px 5px 0 0;
}
a.subNavBtn::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;
}
.subNavBtn01{
	background-color: #00408f;
}
@media screen and (max-width:640px){
	.subNav{
		display: none;
	}
}
.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: #0aacbd;
	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: #0aacbd;
	transition: all .4s;
}
.gNaviIcon.active span:nth-of-type(2)::after {
	background-color: #0aacbd;
}
.gNaviIcon.active span:nth-of-type(1) {
	transform: translate(50%) scale(0);
	background-color: #0aacbd;
}
.gNaviIcon.active span:nth-of-type(2) {
	transform: rotate(45deg);
	background-color: #0aacbd;
}
.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: 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 #0aacbd;
	border-right: 2px solid #0aacbd;
	transform: rotate(45deg);;
	transition: transform 0.3s;
	margin: -7px 0 0 0;
}
.gNaviInner .menuListTit {
	color: #0aacbd;
	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: #0aacbd;
	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: 100%;
	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,
}
*/

/*kvArea
-----------------------------------------*/
.kvArea{
	width: 100%;
	height: 700px;
	position: relative;
	background: url("../images/kv_bg.png") no-repeat center top;
	background-size: cover;
}
.kvAreaInner {
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.kvAreaInner .kvtitArea{
	display: block;
	width: 600px;
	position: absolute;
	top: 100px;
	left: 20px;
}
.kvAreaInner .kvVisualArea{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.kvAreaInner .kvimgArea{
	width: 600px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.kvAreaInner .kvimgArea::after{
	content: "";
	position: absolute;
	bottom:120px ;
	left: -15px;
	background: url("../images/kv_softBg_img.png") no-repeat center top;
	background-size: cover;
	width: 676px;
	height: 441px;
}
.kvAreaInner .kvtitArea img{
	width: 100%;
}
@media screen and (max-width: 640px) {
	.kvArea{
		height: 720px;
	}
	.kvAreaInner {
		width: 90%;
	}
	.kvAreaInner .kvtitArea{
		width: 100%;
		position: static;
		max-width: 400px;
		margin: 0 auto;
	}
	.kvAreaInner .kvtitArea .tit img{
		margin: 60px 0 0 0;
	}
	.kvAreaInner .kvimgArea{
		width: 100%;
		position: static;
	}
	.kvAreaInner .kvimgArea::after{
	left: 50%;
	bottom: 150px;
	transform: translateX(-50%);
	width: 350px;
	height: 228px;
	}
}
.kvAreaInner .kvimg{
	position: absolute;
	width: 130px;
}
.kvAreaInner .kvJikaseiTit{
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 3;
}
.kvAreaInner .kvGotochiTit{
	position: absolute;
	top: 90px;
	left: -20px;
	z-index: 2;
}
.kvAreaInner .kvimg01{
	/*ソフトクリーム*/
	width: 512px;
	position: absolute;
	bottom: 0;
	right: 50px;
	z-index: 2;
}
.kvAreaInner .kvimg02{
	/*さつまいも*/
	bottom: 180px;
	right: 20px;
	z-index: 5;
}
.kvAreaInner .kvimg03{
	/*いちじく*/
	bottom: 265px;
	right: -10px;
	z-index: 3;
}
.kvAreaInner .kvimg04{
	/*カボチャ*/
	bottom: 210px;
	right: 30px;
	z-index: 4;
}
.kvAreaInner .kvimg05{
	/*キウイ*/
	bottom: 235px;
	right: 80px;
	z-index: 3;
}
.kvAreaInner .kvimg06{
	/*赤ジュース*/
	transform:rotate(30deg);
	top: 200px;
	right: 50px;
	z-index: 3;
}
.kvAreaInner .kvimg07{
	/*緑ジュース*/
	transform:rotate(30deg);
	top: 130px;
	right: 70px;
	z-index: 1;
}
.kvAreaInner .kvimg08{
	/*野いちご*/
	top: 50px;
	right: 40px;
	z-index: 1;
}
.kvAreaInner .kvimg09{
	/*スープ*/
	top: 260px;
	right: 20px;
	z-index: 4;
}
.kvAreaInner .kvimg10{
	/*りんご*/
	transform:rotate(30deg);
	top: 40px;
	left: 170px;
	z-index: 4;
}
.kvAreaInner .kvimg11{
	/*貝*/
	top: 90px;
	left: 250px;
	z-index: 1;
}
.kvAreaInner .kvimg12{
	/*梅1*/
	top: 120px;
	left: 205px;
	z-index: 1;
}
.kvAreaInner .kvimg13{
	/*梅2*/
	bottom: 0;
	left: -300px;
	z-index: 1;
}
.kvAreaInner .kvimg14{
	/*ラベンダー*/
	transform:rotate(-30deg);
	bottom: 15px;
	left: 80px;
	z-index: 2;
}
.kvAreaInner .kvimg15{
	/*コーヒー豆*/
	bottom: -30px;
	left: -30px;
	z-index: 2;
}
.kvAreaInner .kvimg16{
	/*チーズ*/
	transform:rotate(-10deg);
	bottom: 0;
	left: -230px;
	z-index: 2;
}
.kvAreaInner .kvimg17{
	/*さくらんぼ１*/
	transform:rotate(40deg);
	top: 110px;
	left: 160px;
	z-index: 4;
}
.kvAreaInner .kvimg18{
	/*ミニトマト*/
	bottom: -40px;
	right: 190px;
	z-index: 4;
}
.kvAreaInner .kvimg19{
	/*さくらんぼ２*/
	transform:rotate(-20deg);
	bottom: 20px;
	left: 150px;
	z-index: 4;
}
.kvAreaInner .kvimg20{
	/*わさび*/
	bottom: 60px;
	left: 10px;
	z-index: 2;
}
.kvAreaInner .kvimg21{
	/*ブルーベリー１*/
	width: 100px;
	top: 135px;
	left: 240px;
	z-index: 1;
}
.kvAreaInner .kvimg22{
	/*ブルーベリー2*/
	bottom: 60px;
	left: 150px;
	z-index: 2;
}
.kvAreaInner .kvimg23{
	/*さくらんぼ2*/
	transform:rotate(-90deg);
	bottom: -40px;
	left: -160px;
	z-index: 4;
}
.kvAreaInner .kvimg24{
	/*ジャム*/
	transform:rotate(10deg);
	bottom: 40px;
	left: 230px;
	z-index: 4;
}
@media screen and (max-width: 640px) {
	.kvArea{
		width: 100%;
		height: 780px;
		position: relative;
		background: url("../images/kv_bg_sp.png") no-repeat center top;
		background-size: cover;
	}
	@media screen and (max-width: 380px) {
	.kvArea{
		height: 730px;
	}
	}
	.kvAreaInner .kvimg{
		position: absolute;
		width: 80px;
	}
	.kvAreaInner .kvJikaseiTit{
		bottom: 10px;
		left: 50%;
		margin: 0 auto 0 90px;
		transform: translateX(-50%);
		width: 150px;
	}
	.kvAreaInner .kvGotochiTit{
		top: auto;
		bottom: 260px;
		left: 50%;
		margin: 0 auto 0 -90px;
		transform: translateX(-50%);
		width: 150px;
	}
	.kvAreaInner .kvimg01{
		/*ソフトクリーム*/
		width: 300px;
		position: absolute;
		bottom: 0;
		right: 50%;
		transform: translateX(50%);
		z-index: 2;
	}
	.kvAreaInner .kvimg02{
		/*さつまいも*/
		bottom: 110px;
		right: 50%;
		transform: translateX(50%);
		margin: 0 -140px 0 auto;
		z-index: 5;
	}
	.kvAreaInner .kvimg03{
		/*いちじく*/
		bottom: 162px;
		right: 50%;
		transform: translateX(50%);
		margin: 0 -165px 0 auto;
		z-index: 3;
	}
	.kvAreaInner .kvimg04{
		/*カボチャ*/
		bottom: 130px;
		right: 50%;
		transform: translateX(50%);
		margin: 0 -135px 0 auto;
		z-index: 4;
	}
	.kvAreaInner .kvimg05{
		/*キウイ*/
		bottom: 145px;
		right: 50%;
		transform: translateX(50%);
		margin: 0 -105px 0 auto;
		z-index: 3;
	}
	.kvAreaInner .kvimg06{
		/*赤ジュース*/
		transform:rotate(30deg) translateX(50%);
		top:auto;
		bottom: 250px;
		right: 50%;
		margin: 0 -120px 0 auto;
		z-index: 1;
	}
	.kvAreaInner .kvimg07{
		/*緑ジュース*/
		transform:rotate(30deg) translateX(50%);
		top:auto;
		bottom: 320px;
		right: 50%;
		margin: 0 -100px 0 auto;
		z-index: 1;
	}
	.kvAreaInner .kvimg08{
		/*野いちご*/
		top:auto;
		bottom: 350px;
		right: 50%;
		transform:translateX(50%);
		margin: 0 -120px 0 auto;
		z-index: 1;
	}
	.kvAreaInner .kvimg09{
		/*スープ*/
		top:auto;
		bottom: 200px;
		right: 50%;
		transform:translateX(50%);
		margin: 0 -125px 0 auto;
		z-index: 4;
	}
	.kvAreaInner .kvimg10{
		/*りんご*/
		transform:rotate(30deg) translateX(-50%);
		bottom:340px;
		top: auto;
		left: 50%;
		margin: 0 auto 0 -30px;
		z-index: 4;
	}
	.kvAreaInner .kvimg11{
		/*貝*/
		transform:translateX(-50%);
		bottom:350px;
		top: auto;
		left: 50%;
		margin: 0 auto 0 50px;
		z-index: 1;
	}
	.kvAreaInner .kvimg12{
		/*梅1*/
		transform:translateX(-50%);
		top:auto;
		bottom: 310px;
		left: 50%;
		margin: 0 auto 0 -5px;
	}
	.kvAreaInner .kvimg13{
		/*梅2*/
		transform:translateX(-50%);
		bottom: 55px;
		left: 50%;
		margin: 0 auto 0 -190px;
		z-index: 2;
	}
	.kvAreaInner .kvimg14{
		/*ラベンダー*/
		transform:rotate(-30deg) translateX(-50%);
		bottom: 50px;
		left: 50%;
		margin: 0 auto 0 -100px;
	}
	.kvAreaInner .kvimg15{
		/*コーヒー豆*/
		transform: translateX(-50%);
		bottom: -25px;
		left: 50%;
		margin: 0 auto 0 -150px;
		z-index: 2;
	}
	.kvAreaInner .kvimg16{
		/*チーズ*/
		transform:rotate(-10deg) translateX(-50%);
		bottom: 45px;
		left: 50%;
		margin: 0 auto 0 -180px;
		z-index: 2;
	}
	.kvAreaInner .kvimg17{
		/*さくらんぼ１*/
		transform:rotate(-90deg) translateX(-50%);
		top: auto;
		bottom: 15px;
		left: 50%;
		margin: 0 auto 0 -110px;
		z-index: 4;
	}
	.kvAreaInner .kvimg18{
		/*ミニトマト*/
		transform:translateX(50%);
		bottom: -20px;
		right: 50%;
		margin: 0 auto;
		z-index: 4;
	}
	.kvAreaInner .kvimg19{
		/*さくらんぼ２*/
		transform:rotate(-30deg) translateX(-50%);
		bottom: 50px;
		left: 50%;
		margin: 0 auto;
		margin: 0 auto 0 -50px;
		z-index: 4;
	}
	.kvAreaInner .kvimg20{
		/*わさび*/
		transform:translateX(-50%);
		bottom: 90px;
		left: 50%;
		margin: 0 auto 0 -160px;
		z-index: 1;
	}
	.kvAreaInner .kvimg21{
		/*ブルーベリー１*/
		transform:translateX(-50%);
		top: auto;
		bottom: 50px;
		left: 50%;
		margin: 0 auto 0 -40px;
		z-index: 2;
	}
	.kvAreaInner .kvimg22{
		/*ブルーベリー2*/
		transform:translateX(-50%);
		top: auto;
		bottom: 5px;
		left: 50%;
		margin: 0 auto 0 -30px;
		z-index: 2;
	}
	.kvAreaInner .kvimg24{
		/*ジャム*/
		transform:rotate(10deg) translateX(-50%);
		top: auto;
		bottom: 25px;
		left: 50%;
		margin: 0 auto 0 5px;
		z-index: 2;
	}
}
/*IE*/
/*
@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}
*/

/*各カテゴリータイトル
-----------------------------------------------------------------------------------------------------*/
.ctsDetail .ctsDetailinner > .titArea .tit{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:3.2rem;
	line-height: 1.4;
	font-weight:bold;
	color: #0aacbd;
	letter-spacing: 0.1rem;
}
.ctsDetail .ctsDetailinner > .titArea .blacktit{
	color: #000;
}
.ctsDetail .ctsDetailinner > .bassMixTit .tit{
	margin: 0 auto 30px auto;
	width: 450px;
}
.ctsDetail .ctsDetailinner > .bassMixTit .tit img{
	width: 100%;;
}
.ctsDetail .ctsDetailinner > .bassMixTit .subtit{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #0aacbd;
	font-size:2.4rem;
	font-weight:bold;
	line-height: 1.4;
}
.ctsDetail .ctsDetailinner .titArea{
	text-align: center;
	margin: 0 0 60px 0;
}
@media screen and (max-width: 640px) {
	.ctsDetail .ctsDetailinner > .titArea .tit{
		font-size:2rem;
		letter-spacing: 0;
	}
	.ctsDetail .ctsDetailinner > .bassMixTit .tit{
		width: 80%;
		min-width: 220px;
		max-width: 300px;
	}
	.ctsDetail .ctsDetailinner > .bassMixTit .subtit{
		font-size:1.8rem;
	}
	.ctsDetail .ctsDetailinner .titArea{
		margin: 0 0 30px 0;
		text-align: justify;
	}
}
/*-----------------------------------------------------------------------------------------------------*/

/*#category01
-----------------------------------------------------------------------------------------------------*/
#category01{
	background: url("../images/cts01_bg.png") no-repeat center top;
	background-size: cover;
	width: 100%;
}
#category01 .ctsDetail .ctsDetailinner .infoArea .txt span{
	font-size: 1.4rem;
	color: #ff5150;
}
#category01 .ctsDetail .ctsDetailinner .infoArea .tit{
	width: 312px;
	margin: 0 0 10px 0;
}
#category01 .ctsDetail .ctsDetailinner .infoArea .txt{
	font-size: 1.6rem;
	line-height: 1.6;
}
#category01 .ctsDetail .ctsDetailinner .infoArea .tit img{
	width: 100%;
}
.jikasei,
.gotochi{
	position: relative;
}
.jikasei {
	margin: 0 0 80px 0;
}
.gotochi .decoration .wave01{
	width: 196px;
	height: 101px;
	position: absolute;
	top:150px;
	left:400px;
}
.gotochi .decoration .wave02{
	width: 196px;
	height: 101px;
	position: absolute;
	bottom:150px;
	left:50px;
}
.gotochi .decoration .cloud01{
	width: 406px;
	height: 127px;
	position: absolute;
	bottom:100px;
	right:-200px;
}
.jikasei .jikaseiImgArea
.gotochi .gotochiImgArea{
	position: relative;
}
.jikasei .jikaseiImgArea .jikaseiSoftPic,
.gotochi .gotochiImgArea .gotochiSoftPic{
	position: relative;
	top: 10px;
	left: 0;
	width: 300px;
}
.jikasei .jikaseiImgArea .jikaseiSoftPic img,
.gotochi .gotochiImgArea .gotochiSoftPic img{
	width: 100%;
}
.gotochi .gotochiImgArea .gotochiMap{
	width: 750px;
	margin: -140px 0 0 auto;
	position: relative;
}
.jikasei .jikaseiImgArea .jikaseiShop{
	width: 700px;
	margin: -140px 0 0 auto;
	position: relative;
}
.jikasei .jikaseiImgArea .jikaseiShop .shopBg{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.jikasei .jikaseiImgArea .jikaseiShop .shopBg .mist{
	width: 100%;
}
.gotochi .gotochiImgArea .gotochiMap .map{
	width: 100%;
}
.jikasei .jikaseiImgArea .jikaseifood,
.gotochi .gotochiImgArea .gotochifood{
	width:100%;
}
.jikasei .jikaseiImgArea .jikaseifood .food,
.gotochi .gotochiImgArea .gotochifood .food{
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	width:80px;
	height:80px;
	border-radius: 50%;
}
.jikasei .jikaseiImgArea .jikaseiShop .jikaseifood li .food img,
.gotochi .gotochiImgArea .gotochiMap .gotochifood li .food img{
	position: absolute;
	top:0;
	left: 50%;
	width: 90%;
	transform: translatex(-50%);
}
.jikaseifood span,
.gotochifood span{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.gotochifood .food > span::after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #5bc0de;
	border-right: solid 2px #5bc0de;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: translatex(-50%) rotate(135deg);
	position: absolute;
	left: 50%;
	bottom: 10px;
}
.jikaseifood .food > span::after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #D478A6;
	border-right: solid 2px #D478A6;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: translatex(-50%) rotate(135deg);
	position: absolute;
	left: 50%;
	bottom: 10px;
}
.onionsoft,
.lavendersoft,
.peanutsoft,
.gingersoft,
.sweetpotatosoft,
.soysaucesoft,
.cornsoft,
.chestnutsoft,
.blackteasoft,
.honeysoft,
.squidinksoft,
.liquorsoft,
.applesoft,
.ricesoft,
.rosesoft,
.cheesesoft,
.coffeesoft,
.matchasoft,
.soltsoft,
.sobasoft
 {
	opacity:0;
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.hov{
	opacity:1; 
}
/*#apple{
	top: 45px;
	right: 80px;
}*/
#apple{
	top: 110px;
	right: 130px;
}
#corn{
	top: 190px;
	right: 220px;
}
#rice{
	top: 240px;
	right: 130px;
}
#rose{
	top: 295px;
	right: 250px;
}
#chestnut{
	top: 360px;
	right: 160px;
}
#lavender{
	top: 400px;
	right: 280px;
}
#peanut{
	bottom: 240px;
	right: 215px;
}
#squidink{
	top: 330px;
	left: 320px;
}
#ginger{
	bottom: 280px;
	left: 290px;
}
#onion{
	bottom: 200px;
	left: 330px;
}
#sweetpotato{
	bottom: 200px;
	left: 220px;
}
#blacktea{
	bottom: 320px;
	left: 210px;
}
#soysauce{
	bottom: 260px;
	left: 140px;
}
#liquor{
	bottom: 175px;
	left: 90px;
}
#honey{
	bottom: 110px;
	left: 170px;
}
/*自家製食材*/
#solt{
	top: 50px;
	left: 230px;
	z-index: 1;
}
#soba{
	top: 50px;
	right: 230px;
	z-index: 1;
}
#cheese{
	top: 150px;
	left: 150px;
	z-index: 1;
}
#matcha{
	top: 150px;
	left: 50%;
	transform:translateX(-50%);
	z-index: 1;
}
#coffee{
	top: 150px;
	right: 150px;
	z-index: 1;
}
.silkreamBnrArea {
	width: 100%;
	background: url(../images/silkream_column_bg.png) no-repeat center;
	background-size: cover;
	border-radius: 20px;
}
.silkreamBnrArea .silkreamBnrinner {
	padding: 40px 50px;
}
.silkreamBnrArea .silkreamBnrinner .slkInfo{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.silkreamBnrArea .silkreamBnrinner .slkInfo .slkPhArea{
	width: 440px;
}
.silkreamBnrArea .silkreamBnrinner .slkInfo .slkPhArea img{
	width: 100%;
}
.silkreamBnrArea .silkreamBnrinner .slkInfo .slkTxtArea .slktit{
	font-size: 2.3rem;
	font-weight: bold;
	color: #0aacbd;
	letter-spacing: 0.2rem;
	line-height: 1.7;
	margin: 0 0 20px 0;
}
.silkreamBnrArea .silkreamBnrinner .slkInfo .slkTxtArea .slktxt{
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	line-height: 1.9;
}
.silkreamBnrArea .silkreamBnrinner .slkBtnArea {
	width: 100%;
	max-width: 300px;
	margin: 10px auto 0 auto;
}
.silkreamBnrArea .silkreamBnrinner .slkBtnArea .slkBtn{
	width: 100%;
	background: #eb637d;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	box-shadow: 0 5px 0 #c8637d;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 4.5rem;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.silkreamBnrArea .silkreamBnrinner .slkBtnArea .slkBtn::before{
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 45%;
	left: 15px;
}
.silkreamBnrArea .silkreamBnrinner .slkBtnArea .slkBtn:active{
	box-shadow: none;
	transform: translateY(5px);
}
@media screen and (max-width: 640px) {
	#category01 .ctsDetail .ctsDetailinner{
		padding: 50px 0 100px 0;
	}
	#category01 .ctsDetail .ctsDetailinner .infoArea .tit{
		width: 100%;
		max-width: 210px;
		min-width: 200px;
		margin: 0 auto 10px auto;
	}
	#category01 .ctsDetail .ctsDetailinner .infoArea .txt{
		font-size: 1.3rem;
		line-height: 1.6;
		text-align: left;
	}
	#category01 .ctsDetail .ctsDetailinner .infoArea .txt span{
		font-size: 1.1rem;
	}
	.gotochi{
		margin: 0 0 50px 0;
	}
	.jikaseiTxtArea,
	.gotochiTxtArea {
		margin: 0 0 20px 0;
	}
	.jikasei .jikaseiImgArea .jikaseifood .food,
	.gotochi .gotochiImgArea .gotochifood .food{
		position: static;
		width:100%;
		height:100%;
	}
	.jikasei .jikaseiImgArea .jikaseiSoftPic,
	.gotochi .gotochiImgArea .gotochiSoftPic{
		display: none;
	}
	.gotochi .gotochiImgArea .gotochiMap{
		width: 100%;
		margin: 0 auto;
	}
	.jikasei .jikaseiImgArea .jikaseiShop{
		width: 100%;
		margin: 0 auto;
	}
	.jikaseifood,
	.gotochifood {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.jikaseifood::after,
	.gotochifood::after {
		content: "";
		width: 30%;
		min-width: 80px;
		height: 0;
	}
	.jikasei .jikaseiImgArea .jikaseiShop .jikaseifood > li,
	.gotochi .gotochiImgArea .gotochiMap .gotochifood > li {
		width: 30%;
		min-width: 80px;
		height: auto;
		min-height: auto;
		margin: 0 0 5% 0;
		background-color: rgba(255,255,255,0.8);
		border-radius: 50%;
		text-align: center;
		position: relative;
		z-index: 5;
	}
	.gotochi .gotochiImgArea .gotochiMap .map{
		width: 100%;
		position: absolute;
		top:0;
		right: 50%;
		transform: translateX(50%);
		z-index: 1;
		opacity: 0.6;
	}
	.jikasei .jikaseiImgArea .jikaseiShop .shopBg{
		width: 100%;
		position: absolute;
		top:50px;
		z-index: 1;
		opacity: 0.6;
	}
	.decoration {
		display: none;
	}
	.jikasei .jikaseiImgArea .jikaseiShop .jikaseifood li .food img,
	.gotochi .gotochiImgArea .gotochiMap .gotochifood li .food img{
		position: static;
		width: 100%;
		transform: none;
	}
	.silkreamBnrArea .silkreamBnrinner {
		padding: 35px 20px;
	}
	.silkreamBnrArea .silkreamBnrinner .slkInfo{
		flex-direction: column-reverse;
	}
	.silkreamBnrArea .silkreamBnrinner .slkInfo .slkTxtArea .slktit{
		font-size: 1.6rem;
		line-height: 1.4;
		margin: 0 0 15px 0;
	}
	.silkreamBnrArea .silkreamBnrinner .slkInfo .slkTxtArea .slktxt{
		font-size: 1.3rem;
		letter-spacing: 0.2rem;
		line-height: 1.6;
		margin: 0 0 15px 0;
	}
	.silkreamBnrArea .silkreamBnrinner .slkInfo .slkPhArea{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.silkreamBnrArea .silkreamBnrinner .slkBtnArea .slkBtn{
		width: 100%;
		box-shadow: 0 5px 0 #c8637d;
		font-size: 1.4rem;
		font-weight: bold;
		line-height:4rem;
	}
}
/*-----------------------------------------------------------------------------------------------------*/

/*#category02
-----------------------------------------------------------------------------------------------------*/
.ctsDetail .ctsDetailinner .infoArea .columnArea {
	display: flex;
	justify-content: space-between;
	margin: 0 0 150px 0;
}
.ctsDetail .ctsDetailinner .infoArea .columnArea .columnItem{
	width: 482px;
	text-align: center;
}
.ctsDetail .ctsDetailinner .infoArea .columnArea .columnItem img{
	width: 100%;
}
.ctsDetail .ctsDetailinner .infoArea .columnArea .columnItem .tit{
	margin: 0 auto 30px auto;
	font-size: 2.4rem;
	width: 100%;
	letter-spacing: 0.1rem;
	font-weight: 500;
}
.ctsDetail .ctsDetailinner .infoArea .columnArea .columnItem:first-of-type .tit{
	color: #42AD49;
}
.ctsDetail .ctsDetailinner .infoArea .columnArea .columnItem:last-of-type .tit{
	color: #C84A91;
}
.marker{
	background: linear-gradient(transparent 63%, #FFFF00 63%);
}
.ctsDetail .ctsDetailinner .infoArea .thoughtWord::before{
	content:"";
	position: absolute;
	top: -100px;
	left: 50%;
	transform:translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	border-top: 50px solid #F29839;
	border-bottom: 0;
}
.ctsDetail .ctsDetailinner .infoArea .thoughtWord{
	position: relative;
	font-size: 3.2rem;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.ctsDetail .ctsDetailinner .infoArea .aboutBox{
	display: flex;
	justify-content: space-between;
	background: #FFFFCA;
	padding: 30px;
	width: 100%;
}
.ctsDetail .ctsDetailinner .infoArea .aboutBox .abItem {
	display: flex;
	justify-content: space-between;
	width: 48%;
}
.ctsDetail .ctsDetailinner .infoArea .aboutBox .abItem .txtArea{
	width: 62%;
}
.ctsDetail .ctsDetailinner .infoArea .aboutBox .abItem .txtArea .tit{
	font-size: 2.2rem;
	line-height: 1.6;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
}
.ctsDetail .ctsDetailinner .infoArea .aboutBox .abItem:first-of-type .txtArea .tit{
	background: #0AACBD;
}
.ctsDetail .ctsDetailinner .infoArea .aboutBox .abItem:last-of-type .txtArea .tit{
	background: #D478A6;
}
.ctsDetail .ctsDetailinner .infoArea .aboutBox .abItem .txtArea .txt{
	font-size: 1.6rem;
	line-height: 1.6;
}
.ctsDetail .ctsDetailinner .infoArea .aboutBox .abItem img{
	width: 163px;
}
@media screen and (max-width: 640px) {
	.ctsDetail .ctsDetailinner .infoArea .columnArea {
		margin: 0 0 80px 0;
	}
	.ctsDetail .ctsDetailinner .infoArea .columnArea .columnItem .tit{
		margin: 0 auto 15px auto;
		font-size: 1.4rem;
	}
	.ctsDetail .ctsDetailinner .infoArea .columnArea .columnItem{
		width: 48%;
	}
	.ctsDetail .ctsDetailinner .infoArea .thoughtWord{
		font-size: 2rem;
		line-height: 1.5;
	}
	.ctsDetail .ctsDetailinner .infoArea .thoughtWord::before{
		content:"";
		position: absolute;
		top: -50px;
		left: 50%;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		border-top: 25px solid #F29839;
		border-bottom: 0;
	}
	.ctsDetail .ctsDetailinner .infoArea .aboutBox{
		display: block;
	}
	.ctsDetail .ctsDetailinner .infoArea .aboutBox .abItem {
		flex-direction:column-reverse;
		width: 100%;
	}
	.ctsDetail .ctsDetailinner .infoArea .aboutBox .abItem:first-of-type {
		margin: 0 0 40px 0;
	}
	.ctsDetail .ctsDetailinner .infoArea .aboutBox .abItem .txtArea{
		width: 100%;
	}
	.ctsDetail .ctsDetailinner .infoArea .aboutBox .abItem .txtArea .tit{
		max-width: 200px;
		margin: 0 auto 10px auto;
	}
	.ctsDetail .ctsDetailinner .infoArea .aboutBox .abItem img{
		margin: 0 auto 20px auto;
	}
	.ctsDetail .ctsDetailinner .infoArea .aboutBox{
		padding: 20px;
	}
	.ctsDetail .ctsDetailinner .infoArea .aboutBox .abItem .txtArea .tit{
		font-size: 1.6rem;
	}
	.ctsDetail .ctsDetailinner .infoArea .aboutBox .abItem .txtArea .txt{
		font-size: 1.3rem;
		line-height: 1.6;
	}
}
/*-----------------------------------------------------------------------------------------------------*/

/*#category03
-----------------------------------------------------------------------------------------------------*/
#category03{
	background: #C1E0E3;
	background-size: cover;
	width: 100%;
	position: relative;
}
#category03::before{
	content:"";
	background: url("../images/bg_decoration01.svg");
	background-size: cover;
	width: 124px;
	height: 37px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
}
#category03 .marker{
	font-size: 3.2rem;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
#category03 .ctsDetail .ctsDetailinner > .titArea .tit {
	margin: 40px 0 0 0;
}
.speechBubbleArea {
	width: 1040px;
	margin: 0 0 30px 0;
}
.speechBubbleArea .speechBubble{
	width: 100%;
}
.makeList{
	margin: 0 0 50px 0;
}
.makeList ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 50px 0;
}
.makeList ul li:last-of-type{
	margin: 0;
}
.makeList ul .list01 > img{
	width: 57%;
}
.makeList ul .list02 > img{
	width: 47%;
}
.makeList ul .list03 > img{
	width: 55%;
}
.makeList .list01 .txtarea {
	width: 40%;
}
.makeList .list02 .txtarea {
	width: 50%;
}
.makeList .list03 .txtarea {
	width: 42%;
}
.makeList .list01 .txtarea .mktxtimg{
	width: 282px;
	display: flex;
	margin: 0 auto;
}
.makeList .list02 .txtarea .mktxtimg{
	width: 438px;
	display: flex;
	margin: 0 auto;
}
.makeList .list03 .txtarea .mktxtimg{
	width: 380px;
	display: flex;
	margin: 0 auto;
}
.makeList .txtarea .tit{
	width: 100%;
	font-size: 2.8rem;
	color: #0AAEBF;
	font-weight: bold;
	margin: 0 0 10px 0;
	letter-spacing: 0.1rem;
}
.makeList .txtarea .txt{
	font-size: 1.6rem;
	margin: 0 0 30px 0;
}
.makeList .txtarea .txt span{
	font-size: 1.2rem;
}
.flowArea .flowlist .flowtit {
	background: #0AAEBF;
	border-radius: 15px 15px 0 0;
}
.flowArea .flowlist .flowtit .tit {
	font-size: 3rem;
	line-height: 2.3;
	font-weight: bold;
	text-align: center;
	letter-spacing:0.1rem;
	color: #fff;
}
.flowArea .flowlist .flowInfo .txt{
	font-size: 1.6rem;
	color: #0AAEBF;
}
.flowArea .flowlist .flowInfo .caption{
	font-size: 1.2rem;
}
.flowArea .flowlist .flowInfo {
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 40px 30px 30px 30px;
	background: #fff;
}
.flowArea .flowlist .flowInfo li .txt{
	margin: 0 0 20px 0;
}
.flowArea .flowlist .flowInfo li .flowdetailImg{
	display: block;
	margin: 0 auto;
}
.flowArea .flowlist .flowInfo .step01 .flowdetailImg{
	margin: 0 auto 30px auto;
	width: 360px;
}
.flowArea .flowlist .flowInfo .step02 .flowdetailImg{
	width: 196px;
}
.flowArea .flowlist .flowInfo .step03 .flowdetailImg{
	width: 179px;
}
.flowArea .flowlist .flowInfo .stepTitArea{
	width: 100%;
	display: inline-flex;
	position:relative;
	margin: 0 0 5px 0;
}
.flowArea .flowlist .flowInfo .stepTitArea .stepTitinner{
	background: #0AAEBF;
	border-radius: 11px;
	text-align: center;
	width: 95px;
	position:relative;
}
.flowArea .flowlist .flowInfo li:not(.step03) .stepTitArea::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 100%;
	height: 1px;
	border-bottom: 4px #0AAEBF dotted;
}
.flowArea .flowlist .flowInfo li:not(.step03) .stepTitArea::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -5px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 0;
	border-left: 10px solid #0AAEBF;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.flowArea .flowlist .flowInfo .stepTitArea .stepTit{
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
.flowArea .flowNoto {
	display: flex;
	justify-content: flex-end;
}
.flowArea .flowNoto ul li{
	position: relative;
	font-size: 1.3rem;
	padding: 0 0 0 12px;
	margin: 10px 0 0 0;
}
.flowArea .flowNoto ul li::before{
	content: '※';
	padding-right: 2px;
	font-size: 1.2rem;
	position: absolute;
	top: 1px;
	left: 0;
}
@media screen and (max-width: 640px) {
	#category03 .ctsDetail .ctsDetailinner > .titArea .tit {
		margin: 20px 0 0 0;
		text-align: left;
	}
	#category03 .ctsDetail .ctsDetailinner .titArea{
		text-align: center;
	}
	#category03 .marker{
		font-size: 2.5rem;
	}
	.speechBubbleArea {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.makeList{
		margin: 0 0 40px 0;
	}
	.makeList ul li{
		margin: 0 0 40px 0;
	}
	.makeList ul li:not(.list02){
		display: block;
	}
	.makeList ul .list02{
		flex-direction: column-reverse;
	}
	.makeList ul .list01 > img,
	.makeList ul .list02 > img,
	.makeList ul .list03 > img{
		width: 100%;
	}
	.makeList .list01 .txtarea, 
	.makeList .list02 .txtarea, 
	.makeList .list03 .txtarea {
		width: 100%;
		margin: 0 0 5px 0;
		text-align: center;
	}
	.makeList .list01 .txtarea .mktxtimg,
	.makeList .list02 .txtarea .mktxtimg,
	.makeList .list03 .txtarea .mktxtimg{
		display: none;
	}
	.makeList .txtarea .tit{
		font-size: 1.6rem;
		margin: 0 0 10px 0;
		letter-spacing: 0;
	}
	.makeList .txtarea .txt{
		font-size: 1.3rem;
		margin: 0;
		text-align: left;
	}
	.flowArea .flowlist .flowtit .tit {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.flowArea .flowlist .flowtit {
		padding: 10px 0;
	}
	.flowArea .flowlist .flowInfo {
		display:block;
		padding: 30px 20px 30px 20px;
	}
	.flowArea .flowlist .flowInfo li:not(.step03) {
		margin: 0 0 80px 0;
	}
	.flowArea .flowlist .flowInfo li {
		text-align: center;
	}
	.flowArea .flowlist .flowInfo .step01,
	.flowArea .flowlist .flowInfo .step02{
		position: relative;
	}
	.flowArea .flowlist .flowInfo .step01::after,
	.flowArea .flowlist .flowInfo .step02::after {
		content: "";
		position: absolute;
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 20px solid #0AAEBF;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 0;
	}
	.flowArea .flowlist .flowInfo li .txt{
		margin: 0 0 10px 0;
		font-size: 1.3rem;
	}
	.flowArea .flowlist .flowInfo li:not(.step03) .stepTitArea::before{
		display: none;
	}
	.flowArea .flowlist .flowInfo li:not(.step03) .stepTitArea::after{
		display: none;
	}
	.flowArea .flowlist .flowInfo .stepTitArea .stepTitinner{
		margin: 0 auto;
	}
	.flowArea .flowlist .flowInfo .step01 .flowdetailImg{
		margin: 0 auto 10px auto;
		width: 80%;
		max-width: 400px;
	}
	.flowArea .flowlist .flowInfo .step02 .flowdetailImg{
		width: 50%;
		margin: 0 auto;
		max-width: 255px;
	}
	.flowArea .flowlist .flowInfo .step03 .flowdetailImg{
		width: 50%;
		max-width: 255px;
	}
	.flowArea .flowlist .flowInfo .caption{
		font-size: 1rem;
		text-align: left;
		display: flex;
		justify-content: center;
	}
	.flowArea .flowNoto ul li {
		font-size: 1rem;
		margin: 10px 0 0 0;
	}
	.flowArea .flowNoto ul li::before{
		content: '※';
		font-size: 1.1rem;
	}
}
/*-----------------------------------------------------------------------------------------------------*/

/*#category04
-----------------------------------------------------------------------------------------------------*/
#category04 {
	background: url("../images/cts01_bg.png") no-repeat center top;
	background-size: cover;
	width: 100%;
	position: relative;
}
#category04::before{
	content:"";
	background: url("../images/bg_decoration02.svg");
	background-size: cover;
	width: 124px;
	height: 37px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
}
#category04 .ctsDetail .ctsDetailinner > .titArea .onestopserviceTit{
	width: 600px;
	margin: 0 auto 10px auto;
}
#category04 .ctsDetail .ctsDetailinner > .titArea .onestopserviceTit img{
	width: 100%;
}
#category04 .ctsDetail .ctsDetailinner > .titArea .subtit{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.2rem;
	font-weight: bold;
}
.ossinfo ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ossinfo ul li{
	width: 480px;
	height: 100%;
	margin: 0 0 50px 0;
}
.ossinfo .ossImgarea{
	width:480px;
	margin: 0 0 20px 0;
	text-align: center;
	position: relative;
}
.ossinfo .ossImgarea .ossimg{
	width:90%;
}
.ossinfo ul li .tit{
	text-align: center;
	color: #0AAEBF;
	font-size: 2.2rem;
	margin: 0 0 20px 0;
}
.ossinfo ul li .txt{
	font-size: 1.6rem;
	line-height: 1.6;
	/*margin: 0 0 50px 0;*/
	text-align: justify;
}
@media screen and (max-width: 640px) {
	#category04 .ctsDetail .ctsDetailinner > .titArea .tit {
		margin: 0 0 10px 0;
		text-align: center;
	}
	#category04 .ctsDetail .ctsDetailinner > .titArea .onestopserviceTit{
		width: 100%;
		min-width: 170px;
		max-width: 220px;
		margin: 0 auto 10px auto;
	}
	#category04 .ctsDetail .ctsDetailinner > .titArea .subtit {
		font-size: 1.8rem;
		text-align: justify;
		letter-spacing: 0;
	}
	#category04 .ctsDetail .ctsDetailinner > .titArea .onestopserviceTit::after{
		width: 20.83%;
		height: 2.02%;
		min-width: 250px;
		min-height: 24.276px;
	}
	.ossinfo ul li{
		width:46%;
	}
	.ossinfo ul li:last-child,li:nth-last-child(2):nth-child(odd) {
		margin: 0;
	}
	.ossinfo .ossImgarea .ossimg{
		width:100%;
	}
	.ossinfo .ossImgarea{
		width:100%;
		margin: 0 0 10px 0;
	}
	.ossinfo ul li .tit{
		text-align: center;
		color: #0AAEBF;
		font-size: 1.6rem;
		line-height: 1.4;
		margin: 0 0 15px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ossinfo ul li .txt{
		font-size: 1.2rem;
		line-height: 1.5;
	}
}
/*-----------------------------------------------------------------------------------------------------*/

/*#category05
-----------------------------------------------------------------------------------------------------*/
.imgBtnArea {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.imgBtnArea .btnTxt{
	width: 385px;
}
.imgBtnArea .btnTxt .txt{
	font-size: 1.6rem;
	line-height: 3rem;
	text-align: justify;
	margin: 0 0 60px 0;
}
.imgBtnArea .btnTxt .btn{
	border-radius: 8px;
	text-align: center;
	color: #fff;
	width: 100%;
	display: block;
	background: #EB637D;
	padding: 20px 40px;
	font-size: 2rem;
}
.imgBtnArea .btnImg{
	width: 640px;
}
.imgBtnArea .btnImg img{
	width: 100%;
}
.imgBtnArea .btnTxt .btn{
	position: relative;
}
.imgBtnArea .btnTxt .btn::after{
	content: "";
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: translateY(50%) rotate(45deg);
	position: absolute;
	right: 20px;
	bottom: 50%;
}
@media screen and (max-width: 640px) {
	.imgBtnArea {
		flex-direction: column-reverse;
	}
	.imgBtnArea .btnTxt{
		width: 100%;
	}
	.imgBtnArea .btnTxt .txt {
		font-size: 1.3rem;
		line-height: 1.6;
		margin: 0 0 30px 0;
	}
	.imgBtnArea .btnImg {
		width: 100%;
	}
	.imgBtnArea .btnTxt .btn{
		font-size: 1.4rem;
		max-width: 367px;
		margin: 0 auto;
	}
	.imgBtnArea .btnTxt .btn{
		padding: 15px 40px;
	}
	.imgBtnArea .btnTxt .btn::after{
		content: "";
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		right: 20px;
		bottom: 50%;
	}
}
/*-----------------------------------------------------------------------------------------------------*/

/*#category06
-----------------------------------------------------------------------------------------------------*/
.bassMix{
	background: #F4F4EA;
	position: relative;
}
.bassMix::before{
	content:'';
	background:url("../images/check_icon_pc.svg")no-repeat center top;
	position: absolute;
	width: 150px;
	height: 150px;
	top: -70px;
	left: 100px;
	z-index: 1;
}
.bassMix .infoArea{
	padding: 0 50px;
}
.milkBaseMix,
.fruitsBaseMix{
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 50px;
	border-radius: 10px;
}
.milkBaseMix{
	margin: 0 0 50px 0;
}
.milkBaseMix .txtArea .tit,
.fruitsBaseMix .txtArea .tit{
	margin: 0 0 20px 0;
}
.milkBaseMix .txtArea .tit{
	color: #009BD9;
}
.fruitsBaseMix .txtArea .tit{
	color: #F49600;
}
.fruitsBaseMix .txtArea .tit h3,
.milkBaseMix .txtArea .tit h3{
	font-size: 3.2rem;
}
.fruitsBaseMix .txtArea .tit .subtit,
.milkBaseMix .txtArea .tit .subtit{
	font-size: 1.5rem;
}
.milkBaseMix .txtArea,
.fruitsBaseMix .txtArea{
	width: calc((100% - 260px));
	margin: 0 40px 0 0;
}
.milkBaseMix .txtArea .txt,
.fruitsBaseMix .txtArea .txt{
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: justify;
}
.milkBaseMix .txtArea .spec,
.fruitsBaseMix .txtArea .spec{
	font-size: 1.3rem;
	display: flex;
	letter-spacing:-0.03rem;
	border-top: 2px dotted #666;
	border-bottom: 2px dotted #666;
	padding: 10px 0;
	margin: 10px 0;
	color: #666;
}
.milkBaseMix .txtArea .spec li,
.fruitsBaseMix .txtArea .spec li{
	position: relative;
	padding: 0 0 0 12px;
	margin: 0 5px 0 0;

}
.milkBaseMix .txtArea .spec li::before,
.fruitsBaseMix .txtArea .spec li::before{
	content: '●';
	padding-right: 2px;
	font-size: 1.1rem;
	position: absolute;
	top: 1px;
	left: 0;

}
.milkBaseMix .txtArea .Noto,
.fruitsBaseMix .txtArea .Noto{
	font-size: 1.2rem;

}
.milkBaseMix .txtArea .Noto li,
.fruitsBaseMix .txtArea .Noto li{
	position: relative;
	padding: 0 0 0 12px;
	margin: 0 5px 0 0;

}
.milkBaseMix .txtArea .Noto li::before,
.fruitsBaseMix .txtArea .Noto li::before{
	content: '※';
	padding-right: 2px;
	font-size: 1.1rem;
	position: absolute;
	top: 1px;
	left: 0;

}
.milkBaseMix .imgArea,
.fruitsBaseMix .imgArea{
	width: 350px;
	position: relative;
}
.milkBaseMix .imgArea::before{
	content: '';
	background: url("../images/cts05_bassmix_icon01.png")no-repeat center top;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 232px;
	height: 157px;
}
.fruitsBaseMix .imgArea::before{
	content: '';
	background: url("../images/cts05_bassmix_icon02.png")no-repeat center top;;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 232px;
	height: 157px;
}
.milkBaseMix .imgArea img,
.fruitsBaseMix .imgArea img{
	width: 100%;
}
@media screen and (max-width: 640px) {
	.bassMix::before{
		content:'';
		background:url("../images/check_icon_sp.svg")no-repeat center top;
		position: absolute;
		width: 80px;
		height: 80px;
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	.bassMixTit{
		padding: 0 20px;
	}
	.bassMix .infoArea{
		padding: 0 20px;
	}
	.milkBaseMix,
	.fruitsBaseMix{
		flex-direction: column-reverse;
		padding: 20px;
		border-radius: 10px;
	}
	.milkBaseMix{
		margin: 0 0 30px 0;
	}
	.milkBaseMix .txtArea,
	.fruitsBaseMix .txtArea{
		width: 100%;
		margin: 0 auto;
	}
	.milkBaseMix .imgArea,
	.fruitsBaseMix .imgArea{
		width: 100%;
	}
	.milkBaseMix .imgArea::before,
	.fruitsBaseMix .imgArea::before{
		bottom: 0;
		left: 50%;
		transform: translatex(-50%);
		width: 81%;
		height: 51%;
	}
	.fruitsBaseMix .txtArea .tit h3,
	.milkBaseMix .txtArea .tit h3{
		font-size: 1.8rem;
	}
	.fruitsBaseMix .txtArea .tit .subtit,
	.milkBaseMix .txtArea .tit .subtit{
		font-size: 1.2rem;
	}
	.milkBaseMix .txtArea .tit,
	.fruitsBaseMix .txtArea .tit{
		text-align: center;
	}
	.milkBaseMix .txtArea .txt,
	.fruitsBaseMix .txtArea .txt{
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.milkBaseMix .txtArea .spec,
	.fruitsBaseMix .txtArea .spec{
		font-size: 1rem;
	}
	.milkBaseMix .txtArea .Noto,
	.fruitsBaseMix .txtArea .Noto{
		font-size: 1rem;

	}
}
/*-----------------------------------------------------------------------------------------------------*/
/*#category07
-----------------------------------------------------------------------------------------------------*/
.btnArea {
	text-align: center;
	width: 376px;
	margin: 0 auto;
}
.btnArea .btn{
	border-radius: 8px;
	text-align: center;
	color: #fff;
	width: 100%;
	display: block;
	background: #EB637D;
	padding: 20px 40px;
	font-size: 2rem;
}
.btnArea{
	position: relative;
}
.btnArea::after{
	content: "";
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: translateY(50%) rotate(45deg);
	position: absolute;
	right: 20px;
	bottom: 50%;
}
@media screen and (max-width: 640px) {
	.btnArea {
		width: 100%;
		max-width: 367px;
	}
	.btnArea::after{
		content: "";
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		right: 20px;
		bottom: 50%;
	}
	.btnArea .btn{
		padding: 15px 40px;
		font-size: 1.4rem;
	}
}
/*-----------------------------------------------------------------------------------------------------*/

/*footer
--------------------------------------------*/
#footer{
	color: #fff;
	background: #0aacbd;
	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 #0aacbd;
	border-right: 1px solid #0aacbd;
	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;
	}
	.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;
}
.fadeIn_up {
  opacity: 0;
  transition: 1s;
}
.fadeIn_up.is-show {
  opacity: 1;
}
@media screen and (max-width: 640px)  {
#page-top {
	bottom: 5%;
	}
#softcream-top {
	width: 160px;
	position:absolute;
	bottom:44px;
	right: 50%;
	transform: translate(50%,0);
	}
}