@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	color:#1A1818;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.05em;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a{
	display: inline-block;
	transition: 0.2s;
}
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none!important;
}

.mincho{
	font-family: 'Noto Serif JP', serif;
	position: relative;
	font-weight: normal;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.pc {display: block;}
.sp {display: none;}


/* ▼ タイトル
--------------------------------------- */
h1#site_title {
	overflow: hidden;
	margin-right:35px;
	}
h1#site_title a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	}
	h1#site_title a img{
		width:178px;
	}
	h1.title {
		margin:0 auto 50px;
		font-size: 14px;
		font-weight: 500;
		text-align:center;
		}
		h1.title span{
			display: block;
			text-align: center;
		}
		h1.title span:first-of-type{
			font-size:28px;
			font-family: 'Roboto', sans-serif;
			letter-spacing:0.2em;
			position: relative;
		}
		h1.title span:first-of-type::after{
			content:'';
			width:40px;
			height: 1px;
			background: #707070;
			margin:auto;
			position: absolute;
			right:0;
			bottom:-5px;
			left:0;
			}
			h1.title span:nth-of-type(2){
				padding-top:22px;
				font-weight: 400;
			}

h2.title {
	margin: 15px auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
	}

h2.service_title {
	margin: 25px auto;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.3;
	position: relative;
	}

h3.title{
	text-align: center;
	}
	h3.title span{
		display: inline-block;
		position: relative;
		font-size: 22px;
		font-weight: 600;
		letter-spacing: 0.1em;
	}
	h3.title span::before{
		content:'';
		width:35px;
		height: 1px;
		background: #707070;
		margin:auto;
		position: absolute;
		top:0;
		bottom:0;
		left:-50px;
		}
	h3.title span::after{
		content:'';
		width:35px;
		height: 1px;
		background: #707070;
		margin:auto;
		position: absolute;
		top:0;
		bottom:0;
		right:-50px;
		}

	h4.title{
		margin-bottom:15px;
		font-size:16px;
		font-weight: 600;
	}


/* ▼ 共通パーツ（ボタン）
--------------------------------------- */
a.blank_btn{
	display: inline-block;
	border: 1px solid #707070;
	background: #fff;
	padding: 10px 70px 10px 30px;
	margin-top:30px;
	font-weight: 500;
	position: relative;
	}
	a.blank_btn::before{
		content: '';
		width:10px;
		height:10px;
		background: url('../img/icon_page.png') no-repeat center / contain;
		margin:auto;
		position: absolute;
		top:2px;
		right:50px;
		bottom:0;
		}
	a.blank_btn::after{
		content: '';
    width: 16px;
    height: 6px;
    background: url(../img/arrow.png) no-repeat center / contain;
    margin: auto;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
	}



/* ▼▼▼ ヘッダー
====================================================== */
header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding:20px 25px;
  margin: auto;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  transition: all 0.5s ease;
}
header .container{
	padding: 20px;
}
header.bg_white{
	background: #fff;
  transition: all 0.5s ease;
}

.menu {display: none;}

/* グローバルナビゲーション */
#gnav {
	overflow: hidden;
}
	#gnav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#gnav ul > li:not(:last-of-type) {
		margin-right:35px;
	}
	#gnav ul > li a {
		display: block;
		text-decoration: none;
		font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1em;
	}
	#gnav ul > li a:hover {
		-ms-filter: "alpha(opacity=60)";
		-moz-opacity:0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}
	#gnav ul > li:last-of-type{
		width: auto;
	}
	#gnav ul > li:last-of-type a{
		}
		#gnav ul > li:last-of-type img{
			max-width: 20px;
			height:auto;
			vertical-align: middle;
		}

/* ▼▼▼ メインビジュアル動画
====================================================== */
#mainVisual {
	position: relative;
}
#mainVisual .video_wrap{
	width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: -1;
}
#mainVisual .video_wrap video {
  min-width: 100%;
  min-height: 100vh;
	position: absolute;
}
#mainVisual .scroll{
	position: absolute;
	right:20px;
	bottom:-41px;
	z-index: 101;
}
#mainVisual .scroll img{
	width:16px;
	height:137px;
}

	/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
	/*動画よりも画面が横に長くなるとき用*/
	@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
	  #mainVisual .video_wrap video {
	    width: 100%;
	    top: 50%;
	    transform: translateY(-50%);
	  }
	}

	/*動画よりも画面が縦に長くなるとき用*/
	@media (max-aspect-ratio: 16/9) {
	  #mainVisual .video_wrap video {
	    height: 100%;
	    left: 50%;
	    transform: translateX(-50%);
	  }
	}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
.online_store_btn{
	width:40px;
	height:196px;
	margin:auto;
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	z-index: 1000;
}

section{
	padding:80px 0;
}
#main {
	padding-bottom:200px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	background: #fff;
	position: relative;
  z-index: 100;
}

.read_head{
	margin-bottom:20px;
	font-size:20px;
	font-weight: 600;
	text-align: center;
	}
.read{
	text-align: center;
	margin: 0 0 30px;
	}

/* ▼▼▼ コンセプト
====================================================== */
section#concept{
	position: relative;
	}
section#concept::before{
	content: '';
	width:350px;
	height:708px;
	background: url('../img/concept_bg_left_pc.png') no-repeat left top / contain;
	position: absolute;
	top:80px;
	left:-160px;
	z-index: 0;
	}
	section#concept::after{
		content: '';
		width:412px;
		height:626px;
		background: url('../img/concept_bg_right_pc.png') no-repeat left top / contain;
		position: absolute;
		top:80px;
		right:-160px;
		z-index: -1;
		}

.promise{
	max-width:800px;
	background: #fff;
	border:1px solid #707070;
	padding:20px 40px 40px 40px;
	margin:70px auto 0;
	position: relative;
	}
	.promise::before{
		content:'';
		width:73px;
		height:73px;
		background: url('../img/corner.png') no-repeat center top / contain;
		margin:auto;
		position: absolute;
		top:-20px;
		left:-20px;
		transform:rotate(180deg);
		}
	.promise::after{
		content:'';
		width:73px;
		height:73px;
		background: url('../img/corner.png') no-repeat center top / contain;
		margin:auto;
		position: absolute;
		bottom:-20px;
		right:-20px;
		}
.promise h1.title{
	margin-top:30px;
  margin-bottom: 30px;
	position: relative;
	}
.promise h1.title::before{
	content:'';
	width:38px;
	height:21px;
	background: url('../img/icon_promise.png') no-repeat center top / contain;
	margin:auto;
	position: absolute;
	top:-20px;
	right:0;
	left:0;
	}
.promise p{
	font-size:16px;
	font-weight: 500;
	text-align: center;
	}
	.promise p:first-of-type{
		margin-bottom:15px;
		}

.product_package{
	max-width:800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:60px auto 0;
	}
.product_package > div{
	width:320px;
}


/* ▼▼▼ サービス
====================================================== */
section#service{

	}

/* ▼ ファーストバイト・オーダーメイド共通
--------------------------------------- */
section#first_bite .first_bite_inner,
section#order_made .order_made_inner{
	width:420px;
	position: relative;
  z-index: 100;
	}
section#first_bite .first_bite_inner > p,
section#order_made .order_made_inner > p{
	line-height: 2;
}


/* ▼ ファーストバイト
--------------------------------------- */
section#first_bite{
	position: relative;
	}
	section#first_bite::before{
		content:'';
		width:50%;
		height:600px;
		background:#F4F4F4;
		position: absolute;
		left:0;
	}
	section#first_bite > div:first-of-type{
		padding-bottom:350px;
	}

	section#first_bite h2.service_title{
		position: relative;
	}
	section#first_bite h2.service_title::before{
		content:'';
		width:56px;
		height:56px;
		background:url(../img/service_num_1.png) no-repeat center / contain;
		position: absolute;
		top: -62px;
		left: -10px;
	}
	section#first_bite h2.service_title::after{
		content:'';
		width:172px;
		height:122px;
		background:url(../img/firstbite_photo01.png) no-repeat center / contain;
		position: absolute;
		top: -85px;
		right: 60px;
	}

section#first_bite .first_bite_photo{
	width: 760px;
  position: absolute;
  top: -100px;
  right: -110px;
  z-index: 0;
	}
	section#first_bite .first_bite_photo::before{
		content:'';
		width:107px;
		height:125px;
		background:url(../img/service_bgfruits01.png) no-repeat center / contain;
		position: absolute;
		top: -85px;
		left: 310px;
		z-index: -1;
		}
		section#first_bite .first_bite_photo::after{
			content:'';
			width:163px;
			height:239px;
			background:url(../img/service_bgfruits02.png) no-repeat center / contain;
			position: absolute;
			bottom: -235px;
			right: 40px;
			z-index: -1;
			}

	/* ▼ オーダーメイド
	--------------------------------------- */
	section#order_made{
		position: relative;
		padding-top: 120px;
		}
		section#order_made::before{
			content:'';
			width: 62%;
			height:600px;
			background:#F4F4F4;
			position: absolute;
			right: 0;
		}
		section#order_made::after{
			content: '';
	    width: 200px;
	    height: 200px;
	    background: url(../img/service_bgfruits04.png) no-repeat center / contain;
	    margin: auto;
	    position: absolute;
			top: 85px;
	    left: -45px;
	    right: 460px;
	    z-index: -1;
			}

		section#order_made > div:first-of-type{
			padding-bottom:480px;
			position: relative;
		}

		section#order_made > div:first-of-type::after {
	    content: '';
	    width: 290px;
	    height: 200px;
	    background: url(../img/service_bgfruits05.png) no-repeat center / contain;
	    margin: auto;
	    position: absolute;
	    bottom: -55px;
	    left: 20px;
	    z-index: -1;
			}

		section#order_made h2.service_title{
			position: relative;
		}
		section#order_made h2.service_title::before{
			content:'';
			width:56px;
			height:56px;
			background:url(../img/service_num_2.png) no-repeat center / contain;
			position: absolute;
			top: -62px;
			left: -10px;
		}

	section#order_made .order_made_photo{
		width: 760px;
		position: absolute;
		top: 80px;
		left: -130px;
		z-index: 0;
		}
		section#order_made .order_made_photo::before{
			content:'';
			width:107px;
			height:125px;
			background:url(../img/service_bgfruits03.png) no-repeat center / contain;
			position: absolute;
			top: -85px;
			left: 120px;
			z-index: -1;
			}

section#order_made .order_made_inner{
	margin-left:auto;
	position: relative;
	}
section#order_made .recommend_block {
		padding: 30px 40px 30px;
		}



	section#order_made .how_to_order > p:first-of-type{
		margin:40px auto 0;
		text-align: center;
		}
		section#order_made .how_to_order > p:nth-of-type(2){
		margin:0 auto 50px;
		text-align: center;
		}


section#order_made .how_to_order .order_flow_list{
	width:100%;
	}
section#order_made .how_to_order .order_flow_list > p,
section#order_made .how_to_order .order_flow_list ul.ordermade_box{
	padding-left:20px;
	}

section#order_made .how_to_order .order_flow_list ul.ordermade_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:100%;
	margin-top: 20px;
	}
	section#order_made .how_to_order .order_flow_list ul.ordermade_box::after,
  section#order_made .how_to_order .order_flow_list ul.ordermade_box::before {
    content: "";
    display: block;
    width: 23%;
    height: 0;
    }
    section#order_made .how_to_order .order_flow_list ul.ordermade_box::before {
    order: 1;
    }
section#order_made .how_to_order .order_flow_list ul.ordermade_box li{
	width:23%;
	text-align: center;
	line-height: 1.8;
	}
section#order_made .how_to_order .order_flow_list ul.ordermade_box li img{
	margin-bottom: 5px;
	}
section#order_made .how_to_order .order_flow_list ul.ordermade_box li span{
	font-weight: 600;
	}
	section#order_made .how_to_order .order_flow_list ul.ordermade_box li span.notes{
		display: inline-block;
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
	}



	/* ▼ サービス共通パーツ
	--------------------------------------- */
	.recommend_block {
		width:438px;
		height:210px;
		background:url('../img/recommend_box_pc.png') no-repeat center / contain;
		padding: 30px 50px 30px;
		margin:30px auto 0;
		position: absolute;
		left: -9px;
		}
		.recommend_block p{
			margin-bottom: 25px;
			font-weight:600;
			text-align: center;
			position: relative;
		}
		.recommend_block p::after{
			content:'';
			width: 127px;
			height: 7px;
			background: url(../img/recommend_underline.png) no-repeat center / contain;
			margin: auto;
			position: absolute;
			bottom: -10px;
			right: 0;
			left:0;
		}
		.recommend_block ul{

		}
		.recommend_block ul li{
			padding:0 0 0 15px;
			margin-bottom:5px;
			line-height: 1.7;
			position: relative;
		}
		.recommend_block ul li::before{
			content:'';
			width: 8px;
		  height: 8px;
			background: #BABABA;
		  border-radius: 50%;
			margin:auto;
			position: absolute;
			top:8px;
			left:0;
		}

.how_to_order{
	max-width: 800px;
	margin:auto;
	}
.order_flow{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding:25px 20px 45px;
	}
	.order_flow .order_flow_text{
		width:calc(100% - 340px);
	}
	.order_flow .order_flow_text p,
	.order_flow .order_flow_text a{
		margin-left:1.5em;
	}
	.order_flow .order_flow_img{
		width:310px;
		height:auto;
	}
	.order_flow:not(:last-of-type){
		border-bottom:1px solid #CCCCCC;
	}



/* ▼▼▼ パララックス画像
====================================================== */
section#parallax{
	background: url('../img/parallax_bg_pc.jpg') no-repeat center / cover;
  background-attachment: fixed;
  height: 400px;
}


/* ▼▼▼ カレンダー
====================================================== */
section#calendar{
	padding-bottom:120px;
	background: url('../img/calendar_bg.jpg') no-repeat center / cover;
}
section#calendar .calendar_box{
	width: 100%;
  max-width: 970px;
  padding: 0 20px;
  margin: 0 auto;
}

/* ▼▼▼ インスタグラム
====================================================== */
section#instagram .container{
	max-width: 1090px;
}
section#instagram #instagram_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	}

section#instagram #instagram_content ul li {
  width: 32%;
  margin-bottom: 2%;
	}
	section#instagram #instagram_content ul li a{
		width: 100%;
		}

section#instagram .instagram_btn{
	background: url('../img/icon_instagram.png') no-repeat left 30px center / 20px 20px;
	padding-left:60px;
}

section#instagram .btn_wrap{
	text-align: center;
}


/* ▼▼▼ お客様の感想
===================================== */
section#voice{

}

section#voice ul.voice_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width:860px;
	margin:auto;
	position: relative;
	}
section#voice ul.voice_list::after{
	content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
}
section#voice ul.voice_list li{
	width:50%;
	margin-bottom: 70px;
	position: relative;
}
section#voice ul.voice_list li:nth-child(n+3){
	margin-top: 70px;
}
section#voice ul.voice_list li::after{
	content: '';
  width: calc(100% - 20px);
  height: 1px;
  background: #D3D3D3;
  position: absolute;
  bottom: -70px;
	}
section#voice ul.voice_list li:nth-of-type(2n+1)::after{
	left:0;
	}
section#voice ul.voice_list li:nth-of-type(2n)::after{
	right:0;
	}
section#voice ul.voice_list li:nth-of-type(2n+1){
	border-right:1px solid #D3D3D3;
	}
section#voice ul.voice_list li:nth-of-type(2n+1) h4,
section#voice ul.voice_list li:nth-of-type(2n+1) p{
	margin-right:auto;
	}
section#voice ul.voice_list li:nth-of-type(2n) h4,
section#voice ul.voice_list li:nth-of-type(2n) p{
	margin-left:auto;
	margin-right:0;
	}
section#voice ul.voice_list h4,
section#voice ul.voice_list p{
	width:80%;
	}
section#voice ul.voice_list p:nth-of-type(2){
	margin-top: 10px;
	text-align: right;
	}



/* ▼▼▼ フッター
====================================================== */
footer {
	width: 100%;
	height:540px;
	background: url('../img/footer_bg_pc.jpg') no-repeat center bottom / cover;
	position: relative;
	z-index: 100;
	}
.footer_contact {
	width:720px;
	background: rgba(74,81,85,0.9);
	padding:95px 30px 75px 30px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top:-230px;
	right:0;
	left:0;
	}
	.footer_contact img{
		width:245px;
	}
	.footer_contact p{
		margin-top: 60px;
		color:#fff;
		text-align: center;
		}
	.footer_contact a.footer_contact_btn{
		width: 100%;
    max-width: 420px;
		color:#4A5155;
    font-size: 28px;
    letter-spacing: 0.2em;
    padding: 10px 20px;
		}
		.footer_contact a.footer_contact_btn::before {
	    left: 0;
	    right: -190px;
			}
		.footer_contact a.footer_contact_btn::before {
			left: 0;
			right: -280px;
			}

#copyright {
	margin:auto;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
	position: absolute;
	right:0;
	bottom:30px;
	left:0;
	}


/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
	font-family: 'Roboto', sans-serif;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
}
.pagetop::before{
	content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #1A1818;
    border-right: 1px solid #1A1818;
    margin: auto;
    position: absolute;
    top: -4px;
    right: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}


	/* ▼▼▼ 769px〜1045px
	====================================================== */
	@media screen and (min-width:769px) and ( max-width:1045px) {
		h1#site_title {
	    margin-right: 20px;
			}
		#gnav ul > li:not(:last-of-type) {
	    margin-right: 20px;
			}
	}


/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body{
		font-size: 14px;
	}
	body.wrap {
		overflow: hidden;
	}


	#wrapper {width: 100%;}
	#screen {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color:rgba(0,0,0,0.8);
		z-index: 200;
	}

	.pc {display: none;}
	.sp {display: block;}

	/* ▼タイトル
	--------------------------------------- */
	h1#site_title {
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		}
	h1#site_title a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		padding:0 20px;
		}

	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		height:68px;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}

	.header_inner {
		width: 100%;
		height: 68px;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
	}


	/* ▼ グローバルナビゲーション
	--------------------------------------- */
	#gnav {
		display: block!important;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		float: none;
		width: 100%;
		max-height: 100vh;
		padding-top: 68px;
		margin: 0;
		position: absolute;
		top: -1000px;
		left: 0;
		z-index: 1000;
		overflow: auto;
	}
		#gnav.open {
			-moz-transform: translateY(1000px);
			-webkit-transform: translateY(1000px);
			transform: translateY(1000px);
		}
		#gnav ul {
			display: block;
	    background: #fff;
		}
		#gnav ul > li {
			width: 100%!important;
			max-width: 100%!important;
			height: auto;
			text-indent: 0;
		}
		#gnav ul > li:last-of-type{
			text-align: center;
		}
		#gnav ul > li:last-of-type a {
	    display: inline-block;
	    line-height: 1;
	    padding: 20px;
	    margin: auto;
			}
			#gnav ul > li:last-of-type img {
				max-width: 23px;
		    width: 23px;
		    height: 23px;
				}
		#gnav ul > li > a {
	    background: #fff;
			padding: 8px 15px;
	    font-size: 20px;
	    font-weight: 500;
	    text-align: center;
			}
		#gnav ul > li > a:hover {
			text-decoration: none;
			opacity: 1;
		}

	/* ▼メニューボタン
	--------------------------------------- */
	a.header_shoplink{
		display: block;
		width: 40px;
		height: 68px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 54px;
		z-index: 2000;
		}
	a.header_shoplink::after{
		content:'';
		width:22px;
		height:19px;
		background: url('../img/icon_cart_bk.png') no-repeat center / contain;
		margin:auto;
		position: absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		}

	.menu {
		display: block;
		width: 54px;
		height: 68px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2000;
	}
		.menu .icon {
			display: block;
	    width: 20px;
	    height: 1px;
	    border-top: 1px solid #707070;
	    margin: auto;
	    position: absolute;
	    top: 0;
	    right: 20px;
	    bottom: 0;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    -moz-transition: all 0.3s;
	    -webkit-transition: all 0.3s;
	    transition: all 0.3s;
		}
		.menu .icon:before,
		.menu .icon:after{
			content: '';
			width: 20px;
			border-top: 1px solid #707070;
			position: absolute;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			right: 0;
		}
		.menu .icon:before {
			top:-8px;
		}
		.menu .icon:after {
			bottom:-7px;
		}
		.menu .icon.active {
			border-color: #fff;
		}
		.menu .icon.active:before {
			-moz-transform: rotate(-145deg);
			-webkit-transform: rotate(-145deg);
			transform: rotate(-145deg);
			top: -1px;
			right: 0;
		}
		.menu .icon.active:after {
			-moz-transform: rotate(145deg);
			-webkit-transform: rotate(145deg);
			transform: rotate(145deg);
			bottom: 0;
			right: 0;
		}
		.menu .icon span:before{
			content: "";
			color: #fff;
			font-size: 12px;
			position: absolute;
			left: 50%;
			bottom: -24px;
			transform: translate(-50%,-0%);
			-webkit-transform: translate(-50%,-0%);
		}
		.menu .icon.active span:before{
			content: "";
		}


	/* ▼▼▼ メインビジュアル動画
	====================================================== */

	#mainVisual{
		height:210px;
	  margin-top: 68px;
		position: relative;
	}
	#mainVisual .video_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
	}
	#mainVisual .video_wrap video {
	    min-width: initial;
	    min-height: 100%;
	    width: 100%;
	}

	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#main{
		padding-bottom:280px;
	}
	section {
		padding:50px 0;
		}
	.container {
    padding: 0 30px;
		}
	.read{
		width: 75%;
    margin: auto;
		}

	/* ▼▼▼ コンセプト
	====================================================== */
	section#concept{
		padding-bottom: 100px;
		position: relative;
		}
	section#concept::before{
		width:220px;
		height:331px;
		background: url('../img/concept_bg_left_sp.png') no-repeat left top / contain;
		top:50px;
    left: -120px;
		z-index: 0;
		}
		section#concept::after{
			width:204px;
			height:325px;
			background: url('../img/concept_bg_right_sp.png') no-repeat left top / contain;
			top:80px;
			right:-110px;
			z-index: -1;
			}
	.promise{
		margin-top: 50px;
		}
	.promise p{
		font-size:14px;
		}

	.product_package {
    display: block;
		}
		.product_package > div {
	    width: 100%;
			}
		.product_package .product{
			margin-bottom:60px;
		}

	/* ▼▼▼ サービス
	====================================================== */
	section#service{
		background: #fff;
		padding-top: 0;
		z-index: 1;
    position: relative;
		}

	/* ▼ ファーストバイト
	--------------------------------------- */
	section#first_bite{
		padding-bottom:0;
	}

	section#first_bite::before {
    width: 92%;
    height: 790px;
    top: 221px;
  }
	section#first_bite .first_bite_photo {
	    width: 100%;
	    margin: auto;
	    position: absolute;
	    top: -260px;
	    right: 0;
	    left: 0;
	    z-index: -1;
	  }
		section#first_bite .first_bite_photo::before {
	    width: 70px;
	    height: 75px;
	    background: url(../img/service_bgfruits01.png) no-repeat center / contain;
			margin: auto;
	    position: absolute;
	    top: -50px;
	    right: -260px;
	    left: 0;
	    z-index: -1;
			}
		section#first_bite .first_bite_photo::after {
	    content: '';
	    width: 125px;
	    height: 150px;
	    bottom: -865px;
		}
		section#first_bite .first_bite_inner{
		    width: 90%;
		    margin-top: 195px;
		 }
			section#first_bite h2.service_title::after {
				content: '';
		    width: 40vw;
		    max-width: 160px;
		    height: 115px;
		    background: url(../img/firstbite_photo01.png) no-repeat center / contain;
		    margin: auto;
		    position: absolute;
		    top: -55px;
		    left: 0;
		    right: -66vw;
		    z-index: -1;
			}
	section#first_bite > div:first-of-type {
    padding-bottom: 160px;
		}


	/* ▼ オーダーメイド
	--------------------------------------- */

	section#order_made{
		padding-top: 80px;
		padding-bottom: 0;
	}
	section#order_made::before {
	    content: '';
	    width: 90%;
	    height: 770px;
	    background: #F4F4F4;
	    position: absolute;
	    top: 310px;
	    right: 0;
	    z-index: 1;
		}
		section#order_made::after {
	    width: 130px;
	    height: 130px;
	    top: -5px;
	    left:unset;
	    right: 8%;
	}
	section#order_made > div:first-of-type {
    padding-bottom: 160px;
		}
	section#order_made > div:first-of-type::after {
		content: '';
		width: 200px;
		height: 140px;
		background: url(../img/service_bgfruits05.png) no-repeat center / contain;
		margin: auto;
		position: absolute;
		bottom: -15px;
		left: 20px;
		z-index: -1;
		}

	section#order_made .order_made_photo {
		width: 90%;
		position: absolute;
		top: 0;
		left:0;
		}
		section#order_made .order_made_photo::before {
	    width: 77px;
	    height: 79px;
	    top: -25px;
	    left: -150px;
	    right: 0;
	    margin: auto;
		}
	section#order_made .order_made_inner {
		width: 85%;
    padding-top: 230px;
		}
		section#order_made .recommend_block{
			padding: 50px 30px;
		}

	section#order_made .order_flow:last-of-type{
		padding-bottom:0;
		}
	section#order_made .how_to_order .order_flow_list ul.ordermade_box {
		}
		section#order_made .how_to_order .order_flow_list ul.ordermade_box li{
			width: calc(50% - 5px);
	    margin-bottom: 10px;
			}
		section#order_made .how_to_order .order_flow_list ul.ordermade_box li:nth-of-type(2n+1){
			margin-right:10px;
			}


	/* ▼ サービス共通パーツ
	--------------------------------------- */
	.recommend_block {
		width: 100%;
    height: 320px;
    background: url(../img/recommend_box_sp.png) no-repeat center;
    background-size: contain;
    padding: 50px 30px;
    margin: 20px auto 0;
    position: static;
		}
	.recommend_block ul {
    max-width: 230px;
    margin: auto;
		}
	.recommend_block ul li::before {
	    top: 8px;
	    bottom: unset;
			}
	.order_flow {
    display: block;
    padding: 25px 0 45px;
		}
	.order_flow .order_flow_text {
    width: 100%;
		}
	.order_flow .order_flow_img {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
		}


	/* ▼▼▼ パララックス画像
	====================================================== */
	section#parallax {
		background: url(../img/parallax_bg_sp.jpg) no-repeat center / cover;
		height:157px;
		}
	section#parallax {
		/* background: none;
    position: relative; */
		}
		section#parallax::before {
    /* content: '';
    display: block;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 300px;
    background: url(../img/parallax_bg_sp.jpg) no-repeat center / cover; */
		}

	/* ▼▼▼ カレンダー
	====================================================== */
	section#calendar {
	  padding-bottom: 50px;
		}
	section#calendar .calendar_box{
		width: auto;
		overflow-x: auto;
		padding: 0 30px 10px 0;
    margin-left: 30px;
		}
		section#calendar .calendar_box img{
			max-width: 100%;
		  min-width: 740px;
		  vertical-align: top;
			}


	/* ▼▼▼ インスタグラム
	====================================================== */

	/* ▼▼▼ お客様の感想
	====================================================== */
	section#voice ul.voice_list{
		display: block;
		}
		section#voice ul.voice_list::after{
			display: none;
			}
	section#voice ul.voice_list li {
    width: 100%;
		border-bottom: 1px solid #D3D3D3;
		padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
		}
	section#voice ul.voice_list li::after{
		display: none;
		}
	section#voice ul.voice_list li:nth-of-type(2n+1) {
    border-right: none;
		}
	section#voice ul.voice_list li:nth-child(n+3) {
    margin-top: 0;
		}
	section#voice ul.voice_list h4,
	section#voice ul.voice_list p {
    width: 100%;
		}

	/* ▼▼▼ フッター
	====================================================== */
	footer {
		height: 400px;
    background: url(../img/footer_bg_sp.jpg) no-repeat center bottom / cover;
	}
	.footer_contact {
    max-width: calc(100% - 60px);
		padding: 60px 25px 40px 25px;
		top:-290px;
		}
	.footer_contact img {
	  width: 163px;
		}
	.footer_contact a.footer_contact_btn {
    width: 100%;
    max-width: 420px;
    font-size: 18px;
    letter-spacing: 0.2em;
   	padding:10px 70px 10px 30px;
		}
		.footer_contact a.footer_contact_btn::before {
	    left: 0;
	    right: -100px;
			}
		.footer_contact a.footer_contact_btn::after {
	    left: 0;
	    right: -155px;
			}

	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop {
		bottom: 60px;
	}

}

/* ▼▼▼ 〜320px
====================================================== */
@media screen and (max-width: 320px) {
.read {
  width: 85%;
	}
.promise {
  padding: 20px 20px 40px 20px;
	}
section#first_bite::before {
  height: 820px;
	top:185px;
	}
section#first_bite .first_bite_photo {
  top: -220px;
	}
section#first_bite .first_bite_photo::after {
  bottom: -905px;
	}
section#first_bite .first_bite_inner {
  margin-top: 155px;
	}
section#order_made::before {
	height: 800px;
	top: 270px;
	}
section#order_made > div:first-of-type::after{
	bottom:35px;
	}
section#order_made .order_made_inner {
  padding-top: 190px;
	}
.recommend_block {
  width: 120%;
  height: 320px;
  background: url(../img/recommend_box_sp.png) no-repeat center;
  background-size: contain;
  padding: 50px 30px;
  margin: 20px auto 0 -25px;
  position: static;
	}
	section#order_made .recommend_block {
	  padding-top: 40px;
		}
section#instagram .instagram_btn {
  background: url(../img/icon_instagram.png) no-repeat left 20px center / 20px 20px;
  padding-left: 50px;
	}
}
