
body{
	padding-top: 50px;
}
header#index_header{
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 1500px;
	background:
	url(../img/all/logo.png) no-repeat center center,
	url(../img/index/pc_header.png) no-repeat top center,
	url(../img/index/white.png) repeat-x bottom center;
	background-size: 300px auto, 500px auto, 50px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
h1{
	width: 100%;
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: -50px;
	left: 0;
}
header .ch{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 320px;
	font-size: 0;
	line-height: 0;
	background: url(../img/index/pc_ch.png) no-repeat top center;
	background-size: 80px auto;
	position: absolute;
	top: calc(50% - 160px);
	right: calc(50% - 370px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#header_nav{
	width: 120px;
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 420px);
}
#header_nav .h_menu{
	font-size: 0;
	line-height: 0;
	text-align: right;
	margin: 0 0 20px 0;
}
#header_nav .h_menu a{
	position: relative;
	display: inline-block;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#header_nav .h_menu a::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,0.3);
	border-radius: 10px;
	bottom: 10px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
#header_nav .h_menu a:hover::after {
	visibility: visible;
	bottom: 2px;
	opacity: 1;
}

#header_nav #h_sns{	text-align: right;}
#header_nav #h_sns a{	margin-left: 5px;}
.scrolldown2{
	position:absolute;
	bottom: 70px;
	right: calc(50% - 270px);
}
.scrolldown2 span{
	position: absolute;
	left: 12px;
	bottom: 13px;
	color: #fff;
	font-family: "FontA";
	font-size: 11px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.scrolldown2:before{
	content: "";
	position: absolute;
	bottom:0;
	left:-4px;
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#fff;
	animation:
	circlemove 1.6s ease-in-out infinite,
	cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
	0%{bottom:45px;}
	100%{bottom:-5px;}
}
@keyframes cirlemovehide{
	0%{opacity:0}
	50%{opacity:1;}
	80%{opacity:0.9;}
	100%{opacity:0;}
}
.scrolldown2:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:2px;
	height: 50px;
	background:#fff;
}


/** about **/

#about{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	min-height: 700px;
	overflow-x: hidden;
	padding: 100px 0;
	background: url(../img/index/wave1.png) no-repeat bottom center;
	background-size: 100% auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#about svg{
	display: block;
	width: 450px;
	height: auto;
	font-size: 80px;
	line-height: 80px;
	text-align: center;
	margin: 0 0 50px 0;
}
.st1{
	fill: #5d3919 ;
	stroke-width: 3px;
}
.mask-line {
	fill: none;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3px;
	stroke-dasharray: 8000;
	stroke-dashoffset: 8000;
	animation: none;
}

.is-visible .mask-line {
	animation: handwriting 4s linear forwards;
}

@keyframes handwriting {
	to {
		stroke-dashoffset: 0;
	}
}

#about h2{
	position: relative;
	z-index: 2;
	width: 100%;
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	line-height: 45px;
	text-align: center;
	color: #5a3919;
	margin: 0 0 30px 0;
}
#about p{
	position: relative;
	z-index: 2;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 50px 0;
}
#about img{
	display: inline-block;
	width: 25%;
	max-width: 350px;
	height: auto;
	vertical-align: top;
	position: absolute;
	top: 30px;
}
#about img:nth-of-type(1){
	left: 0;
}
#about img:nth-of-type(2){
	right: 0;
}


/** food **/

#food{
	padding: 130px 0 60px 0;
	background: #ede7e1;
	background:
	url(../img/index/wave1.png) no-repeat top center #ede7e1;
	background-size: 100% auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#food .foodbox{
	display: flex;
	width: 1100px;
	text-align: left;
	margin: 0 auto;
}
#food .foodbox .img{
	position: relative;
	width: 370px;
}
#food .foodbox .img img:nth-of-type(1){
	width: 330px;
	height: auto;
}
#food .foodbox .txt{
	flex: 1;
	padding-top: 90px;
}
#food .foodbox .txt h3{
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	line-height: 45px;
	color: #5d3919;
	margin: 0 0 30px 0;
}
#food .foodbox .txt p{
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 30px 0;
}
#food .bt_main_bg:before{
	background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 1px, transparent 3px);
}
#food .foodbox:nth-of-type(even){
	flex-direction: row-reverse;
	margin-top: -30px;
}
#food .foodbox:nth-of-type(even) .img{
	text-align: right;
}
#food .foodbox:nth-of-type(even) .txt{
	padding-top: 130px;
	padding-left: 150px;
}
#food .foodbox .img img:nth-of-type(2){
	position: absolute;
	bottom: -20px;
	width: 320px;
	height: auto;
}
#food .foodbox:nth-of-type(odd) .img img:nth-of-type(2){	left: 140px;}
#food .foodbox:nth-of-type(even) .img img:nth-of-type(2){	right: 140px;}
#food .foodbox .img img:nth-of-type(3){
	width: 100px;
	height: auto;
	position: absolute;
	top: 25px;
}
#food .foodbox:nth-of-type(odd) .img img:nth-of-type(3){	left: 295px;}
#food .foodbox:nth-of-type(even) .img img:nth-of-type(3){	right: 320px;}


/** shop **/

#shop{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 135px 0;
	background:
	url(../img/index/wave2.png) no-repeat top center,
	url(../img/index/wave3.png) no-repeat bottom center,
	url(../img/index/pc_shopbg.jpg) no-repeat top center fixed;
	background-size: 100% auto, 100% auto, cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#shop h3{
	width: 400px;
	height: 220px;
	font-size: 0;
	line-height: 0;
	background: url(../img/index/pc_shoplogo.png) no-repeat top center;
	background-size: 100% auto;
}
#shop .info{
	width: 700px;
	color: #fff;
	text-align: left;
	padding: 40px 50px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border-radius: 50px 0 50px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#shop .ibox{
	padding: 15px 0;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
#shop .ibox p{
	font-size: 16px;
	line-height: 1.4;
}
#shop .ibox p a{	color: currentColor;}
#shop .ibox span{
	font-size: 12px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.5);
}
#shop .ilink{
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	margin: 10px 0 0 0;
}
#shop .ilink a{
	color: currentColor;
	text-decoration: underline;
}
#shop .ilink a:hover{	text-decoration: none;}


/** kuchikomi **/

#kuchikomi{
	padding: 130px 0 80px 0;
	color: #fff;
	background: #5a3919;
}
#kuchikomi_in{
	position: relative;
	text-align: center;
	padding: 130px 0;
	background:
	url(../img/index/pc_kuchikomi_top.png) no-repeat top center,
	url(../img/index/pc_kuchikomi_btm.png) no-repeat bottom center;
	background-size: 800px auto , 800px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#kuchikomi_in h3{
	display: block;
	text-align: center;
	margin: 0 0 40px 0;
}
#kuchikomi_in h3 span{
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 38px;
	color: #5a3919;
	-webkit-text-stroke: .8px #fff;
	text-stroke: .8px #fff;
}
#kuchikomi_in h3 em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
}
#kuchikomi_in h3 em:before,
#kuchikomi_in h3 em:after{
	content: "";
	width: 15px;
	position: absolute;
	border-bottom: 1px solid currentColor;
	position: absolute;
	top: 10px;
}
#kuchikomi_in h3 em:before{	left: -25px;}
#kuchikomi_in h3 em:after{	right: -25px;}
#kuchikomi_in p:nth-of-type(1){
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 20px 0;
}
#kuchikomi_in p:nth-of-type(2){
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 30px 0;
}
#kuchikomi .bt_main_bg{
	margin-bottom: 15px;
}
#kuchikomi .bt_main_bg:last-of-type{
	margin-bottom: 0;
}
#kuchikomi .bt_main_bg:before{
	background-image: repeating-linear-gradient(-45deg, #7e644b, #7e644b 1px, transparent 1px, transparent 3px);
}
#kuchikomi .bt_main{
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}
#kuchikomi .bt_main:hover{
	color: #fff;
}


/** sister **/

#sister{
	padding: 100px 0;
}
#sister_in{
	position: relative;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	border: 2px solid #ede7e1;
	box-shadow: 0px 0px 0px 2px #fff inset, 0px 0px 0px 4px #ede7e1 inset;
	border-radius: 20px;
	padding: 100px 80px 40px 80px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sister_in h3{
	display: block;
	width: 370px;
	color: #5a3919;
	text-align: center;
	position: absolute;
	top: -20px;
	left: calc(50% - 185px);
	background: #fff;
}
#sister_in h3 span{
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 38px;
	color: #fff;
	-webkit-text-stroke: .8px #5a3919;
	text-stroke: .8px #5a3919;
}
#sister_in h3 em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
}
#sister_in h3 em:before,
#sister_in h3 em:after{
	content: "";
	width: 15px;
	position: absolute;
	border-bottom: 1px solid currentColor;
	position: absolute;
	top: 10px;
}
#sister_in h3 em:before{	left: -25px;}
#sister_in h3 em:after{	right: -25px;}
#sister_in .sister_box{
	display: flex;
	justify-content: space-between;
}
#sister_in .sister_box div{
	padding-top: 10px;
}
#sister_in h4{
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 5px 0;
}
#sister_in p:nth-of-type(1){
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 0;
}
#sister_in p:nth-of-type(2){
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 10px 0;
}
#sister_in .sister_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 150px;
	height: 25px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #663300;
	border-radius: 12.5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	border: 2px solid currentColor;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sister_in .sister_bt:hover{
	text-decoration: none;
	color: #fff;
	background: #663300;
}

#sister_in .sister_box img{
	width: 430px;
	height: auto;
}



/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		min-width: auto;
		background: none;
		padding-top: 0;
	}
	header#index_header{
		height: 100vh;
		height: 100svh;
		max-height: 780px;
		margin-top: 50px;
		background:
		url(../img/all/logo.png) no-repeat center 45%,
		url(../img/index/sp_header.png) no-repeat center top,
		url(../img/index/white.png) repeat-x center bottom;
		background-size: 50% auto, 100% auto, 50px auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	header .ch{
		display: inline-block;
		vertical-align: top;
		width: 20%;
		height: 340px;
		font-size: 0;
		line-height: 0;
		background: url(../img/index/sp_ch.png) no-repeat center center;
		background-size: contain;
		position: absolute;
		top: calc(45% - 170px);
		right: 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.scrolldown2{
		position:absolute;
		bottom: 80px;
		right: 30px;
	}
	h1{	top: -100vh;}
	#header_nav{	display: none;}

	/** about **/
	#about{
		min-height: auto;
		overflow-x: hidden;
		padding: 60px 0;
	}
	#about svg{
		width: 63%;
		max-width: 330px;
		margin: 0 0 50px 0;
	}
	#about h2{
		font-size: clamp( 24px, calc( 8.551724137931036px + 4.827586206896552vw ), 31px );
		line-height: 1.3;
		text-align: center;
		margin: 0 0 20px 0;
	}
	#about p{
		font-size: 14px;
		line-height: 25px;
		margin: 0 0 20px 0;
		padding: 0 20px;
	}
	#about img{
		width: 20%;
		height: auto;
		position: absolute;
		top: 110px;
	}


	/** food **/
	#food{
		padding: 70px 0;
	}
	#food .foodbox{
		position: relative;
		display: block;
		width: auto;
		text-align: left;
		margin: 0 0 40px 0;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#food .foodbox:last-of-type{	margin-bottom: 0;}
	#food .foodbox .img{
		width: auto;
		display: inline-block;
		vertical-align: top;
		position: absolute;
		top: 0;
	}
	#food .foodbox .txt{
		padding-top: 0;
		text-align: center;
	}
	#food .foodbox .txt h3{
		font-family: "Kaisei Decol", serif;
		font-weight: 400;
		font-style: normal;
		font-size: clamp( 20px, calc( -30.285714285714285px + 15.714285714285714vw ), 31px );
		line-height: 1.3;
		color: #5d3919;
		margin: 0 0 30px 0;
		height: 90px;
	}
	#food .foodbox .txt p{
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		margin: 0 0 30px 0;
	}
	#food .bt_main_bg:before{
		background: -webkit-gradient(linear, left top, right bottom, from(#fff), color-stop(0.25, #fff), color-stop(0.25, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
		background: -moz-linear-gradient(-45deg, #fff 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #fff 50%, #fff 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
		background: linear-gradient(-45deg, #fff 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #fff 50%, #fff 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
		-webkit-background-size: 2px 2px;
		background-size: 2px 2px;
	}
	#food .foodbox:nth-of-type(even){
		margin-top: 0;
	}
	#food .foodbox:nth-of-type(odd) .img{
		text-align: left;
		left: 20px;
	}
	#food .foodbox:nth-of-type(even) .img{
		text-align: right;
		right: 20px;
	}
	#food .foodbox .img img:nth-of-type(1){
		width: 140px;
		height: auto;
	}
	#food .foodbox:nth-of-type(even) .txt{
		padding-top: 0;
		padding-left: 0;
	}
	#food .foodbox:nth-of-type(odd) .txt h3{
		text-align: left;
		padding: 40px 0 80px 155px;
	}
	#food .foodbox:nth-of-type(even) .txt h3{
		text-align: right;
		padding: 40px 155px 80px 0;
	}
	#food .foodbox .img img:nth-of-type(2){
		width: 110px;
		height: auto;
		position: absolute;
		bottom: -10px;
	}
	#food .foodbox:nth-of-type(odd) .img img:nth-of-type(2){	left: 80px;}
	#food .foodbox:nth-of-type(even) .img img:nth-of-type(2){	right: 80px;}
	#food .foodbox .img img:nth-of-type(3){
		width: 50px;
		height: auto;
		position: absolute;
		top: -5px;
	}
	#food .foodbox:nth-of-type(odd) .img img:nth-of-type(3){	left: 130px;}
	#food .foodbox:nth-of-type(even) .img img:nth-of-type(3){	right: 130px;}


	/** shop **/
	#shop{
		display: block;
		text-align: center;
		padding: 65px 20px 80px 20px;
		background:
		url(../img/index/wave2.png) no-repeat top center,
		url(../img/index/wave3.png) no-repeat bottom center,
		url(../img/index/sp_shopbg.jpg) no-repeat top center;
		background-size: 100% auto, 100% auto, cover;
	}
	#shop h3{
		display: inline-block;
		vertical-align: top;
		width: 200px;
		height: 140px;
		font-size: 0;
		line-height: 0;
		margin: 0 0 40px 0;
		background: url(../img/index/sp_shoplogo.png) no-repeat top center;
		background-size: 100% auto;
	}
	#shop .info{
		width: auto;
		padding: 10px 20px 20px 20px;
		border-radius: 30px 0 30px 0;
	}
	#shop .ibox{
		padding: 15px 0;
		border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
	}
	#shop .ibox p{
		font-size: 15px;
		line-height: 1.4;
	}
	#shop .ibox p a{	color: currentColor;}
	#shop .ibox span{
		font-size: 11px;
		line-height: 1.4;
	}
	#shop .ilink{
		font-size: 14px;
		line-height: 20px;
		text-align: right;
		margin: 10px 0 0 0;
	}
	#shop .ilink a{
		color: currentColor;
		text-decoration: underline;
	}
	#shop .ilink a:hover{	text-decoration: none;}



	/** kuchikomi **/
	#kuchikomi{
		padding: 70px 0 50px 0;
		color: #fff;
		background: #5a3919;
	}
	#kuchikomi_in{
		position: relative;
		text-align: center;
		padding: 80px 0;
		background:
		url(../img/index/sp_kuchikomi_top.png) no-repeat top center,
		url(../img/index/sp_kuchikomi_btm.png) no-repeat bottom center;
		background-size: 375px auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#kuchikomi_in h3{
		display: block;
		text-align: center;
		margin: 0 0 30px 0;
	}
	#kuchikomi_in h3 span{
		font-size: 26px;
		line-height: 34px;
	}
	#kuchikomi_in h3 em{
		font-size: 12px;
		line-height: 16px;
	}
	#kuchikomi_in h3 em:before,
	#kuchikomi_in h3 em:after{
		top: 7px;
	}
	#kuchikomi_in p:nth-of-type(1){
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 20px 0;
	}
	#kuchikomi_in p:nth-of-type(2){
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 30px 0;
		padding: 0 20px;
	}
	#kuchikomi .bt_main{
		font-size: 14px;
		line-height: 14px;
	}


	/** sister **/
	#sister{
		padding: 60px 20px;
	}
	#sister_in{
		position: relative;
		width: auto;
		text-align: center;
		margin: 0 auto;
		border: 2px solid #ede7e1;
		box-shadow: 0px 0px 0px 2px #fff inset, 0px 0px 0px 4px #ede7e1 inset;
		border-radius: 20px;
		padding: 60px 20px 0 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#sister_in h3{
		width: 270px;
		position: absolute;
		top: -20px;
		left: calc(50% - 135px);
		background: #fff;
	}
	#sister_in h3 span{
		font-size: 26px;
		line-height: 34px;
		color: #fff;
		-webkit-text-stroke: .1vw #5a3919;
		text-stroke: .1vw #5a3919;
	}
	#sister_in h3 em{
		font-size: 12px;
		line-height: 16px;
	}
	#sister_in h3 em:before,
	#sister_in h3 em:after{
		top: 7px;
	}
	#sister_in p:nth-of-type(1){	font-size: 13px;}
	#sister_in .sister_box{
		display: block;
	}
	#sister_in .sister_box div{
		padding: 0 0 30px 0;
	}
	#sister_in .sister_box img{
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 375px) {
	#kuchikomi_in {
		background-size: 100% auto;
	}
}