@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400&subset=japanese');
*{
	font-family: 'Noto Sans JP';
	font-weight: 300;
}

body {
	background-color: #f9f9f9;
}

.flex-wrap {
	display: flex;
	justify-content: space-around;
}

.sect {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.sect:first-child {
	padding: 50px 0 0;
}

.sect .inner{
	background-color: #ffffff;
	border: 0;
	position: relative;
	padding: 0 0 100px;
	margin: 0;
}

.sect:first-child .inner-main{
	padding: 50px 0 0;
	margin: 0;
}

.sect .inner .inner-wrap {
	position: relative;
	display: block;
	margin: 80px auto 0;
	width: 500px;
	z-index: 5;
}

.sect .inner-main .inner-wrap-main {
	position: relative;
	display: block;
	margin: 35px auto 0;
	width: 80%;
	z-index: 5;
}

.sect .inner-main .inner-wrap-main .shop-name {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.sect .inner-main .inner-wrap-main .shop-name img {
	width: 80%;
}

.sect .inner-main .inner-wrap-main .explain {
	padding-left: 2rem;
	font-size: 14px;
	line-height: 2em;
}

.sect .inner .catchcopy,
.sect .inner .catchcopy-g,
.sect .inner .catchcopy-g-o,
.sect .inner-main .catchcopy-g-o {
	font-size: 26px;
	line-height: 2.0em;
	color: #333333;
	z-index: 5;
}

.sect .inner .catchcopy{
	padding-top: 80px;
}

.sect .inner .text .area-name{
	font-size: 18px;
	line-height: 1em;
	color: #333333;
	background-color: #f9f9f9;
	padding: 21px;
	margin-top: 70px;
	z-index: 5;
}

.sect .inner .text .area-name.upsp{
	margin-top: 70px;
}

.sect .inner .catchcopy-g,
.sect .inner .catchcopy-g-o {
	padding-top: 0;
}

.sect .inner .text,
.sect .inner .text-g,
.sect .inner .text-g-o {
	font-size: 14px;
	line-height: 2.5em;
	color: #333333;
	margin: 30px 0 0 0;
	z-index: 5;
}

.sect .inner .text dl{
	width: 100%;
	margin-top: 25px;
	padding-left: 21px;
}

.sect .inner .text dl dt{
	border-bottom: 1px solid rgba(51,51,51,0.1);
	padding: 6px 0;
}

.sect .inner .text dl dd{
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
}

.sect .inner .text dl dd div{
	width: 300px;
}

.sect .inner .h-line{
	position: absolute;
	top: 0;
	left: 50%;
	height: 60px;
	width: 1px;
	background-color: #A70719;
	z-index: 4;
}

.sect .inner-main .h-line{
	position: absolute;
	top: 145px;
	left: 50%;
	height: 60px;
	width: 1px;
	background-color: #A70719;
	z-index: 4;
	opacity: 1;
}

.sect:first-child .inner .h-line{
	position: absolute;
	top: 0;
	left: 50%;
	height: 60px;
	width: 1px;
	background-color: #A70719;
	z-index: 4;
}

.service-movie{
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.sect .inner .one-sentens{
	position: absolute;
	top: 70px;
	text-align: center;
	width: 100%;
	font-size: 18px;
	color: #333;
}

.sect .inner .one-sentens-e{
	position: absolute;
	top: 30px;
	text-align: center;
	width: 100%;
	font-size: 13px;
	color: #A70719;
}



@media (max-width: 767px) {
	.flex-wrap {
		display: block;
	}

	article .sect .inner .inner-wrap {
		display: block;
		margin: 30px auto;
		width: 90%;
	}

	.sect .inner-main .inner-wrap-main{
		padding-top: 120px;
	}

	.sect:first-child {
		padding: 30px 0 0;
	}

	.sect:first-child .inner{
		padding: 50px 0 50px;
	}

	.sect .inner-main .catchcopy-g-o {
		margin: 25px 0 20px;
		font-size: 23px;
		line-height: 2.0em;
		color: #333333;
		z-index: 5;
	}
	.sect:first-child { padding: 30px 0 0; }
	.sect:first-child .inner{ padding: 50px 0 50px; }

	article.sect .inner{
		position: relative;
	}

	.sect .inner .h-line{
		position: absolute;
		top: 0;
		left: 50%;
		height: 60px;
		width: 1px;
		background-color: #A70719;
		z-index: 4;
	}

	.sect .inner { padding: 0 0 20px; }
	.sect .inner .text-g-o { margin: 10px 0 0 0; }

	.sect .inner .text,
	.sect .inner .text-g,
	.sect .inner .text-g-o,
	.sect .inner-main .explain .text-g-o {
		line-height: 2.7em;
	}

	.sect .inner .catchcopy,
	.sect .inner .catchcopy-g,
	.sect .inner .catchcopy-g-o{
		font-size: 22px;
		line-height: 2.5em;
	}


	.sect .inner .one-sentens{ top: 70px; }

	.flex-box{
		display: block;
	}

}





/* animation */
.sect .inner .bk-gray-o{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f9f9f9;
}
.sect .inner .bk-gray-o.right.delighter{
	transform: translate(-100%);
	opacity: 0;
	transition: all .9s ease-out;
}
.sect .inner .bk-gray-o.right.delighter.started {
	transform: none;
	opacity: 1;
}


/* ページ上部項目の縦線 */
.sect:first-child .inner.delighter .h-line{
	opacity: 0;
	transition: all 0.7s ease-out;
	transition-delay: .5s;
	height: 1px;
}

.sect:first-child .inner.delighter.started .h-line{
	opacity: 1;
	height: 60px;
}


/* キャッチコピー */
.sect .inner .catchcopy-g-o.delighter{
	transform:translateY(50%);
	opacity:0;
	transition: all .5s ease-out;
	transition-delay: .8s;
}
.sect .inner .catchcopy-g-o.delighter.started{
	transform: none;
	opacity: 1;
}

/* キャッチコピー下 文章 */
.sect .inner .text-g-o.delighter{
	transform: translateY(30%);
	opacity: 0;
	transition: all .5s ease-out;
}
.sect .inner .text-g-o.delighter.started{
	transform: none;
	opacity: 1;
	transition: all .5s ease-out;
	transition-delay: 1.0s;
}






.sect .inner .bk-gray{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
}
.sect .inner .bk-gray.right.delighter{
	transform: translate(-100%);
	opacity: 0;
	transition: all .9s ease-out;
}
.sect .inner .bk-gray.right.delighter.started {
	transform: none;
	opacity: 1;
}


.sect .inner .catchcopy-g.delighter{
	transform: translatey(30%);
	opacity: 0;
	transition: all .75s ease-out;
}
.sect .inner .catchcopy-g.delighter.started{
	transform: none;
	opacity: 1;
}

.sect .inner .text-g.delighter{
	transform: translatey(30%);
	opacity: 0;
	transition: all .75s ease-out;
}
.sect .inner .text-g.delighter.started{
	transform: none;
	opacity: 1;
}

.sect .inner .catchcopy.delighter{
	transform: translatey(30%);
	opacity: 0;
	transition: all .75s ease-out;
}

.sect .inner .catchcopy.delighter.started{
	transform:none;
	opacity:1;
}

.sect .inner .text.delighter{
	transform: translatey(30%);
	opacity: 0;
	transition: all .75s ease-out;
}

.sect .inner .text.delighter.started{
	transform: none;
	opacity: 1;
}

.sect .inner.delighter .h-line{
	opacity: 0;
	transition: all 0.7s ease-out;
	height: 1px;
}

.sect .inner.delighter.started .h-line{
	opacity: 1;
	height: 60px;
}

.one-sentens.delighter,
.one-sentens-e.delighter{
	transform: translatey(30%);
	opacity: 0;
	transition: all 1.2s ease-out;
}

.one-sentens.delighter.started,
.one-sentens-e.delighter.started{
	transform: none;
	opacity: 1;
}

.footer-box{
	margin-top: 0;
	padding: 70px 0 60px;
	text-align: center;
	border-top: 1px solid rgba(51,51,51,0.1);
	background-color: #ffffff;
}

.footer-box p{
	font-size: 12px;
	margin-top: 50px;
	text-align: center;
}

.area-name.delighter,
dl.delighter{
	transform: translatey(10%);
	opacity: 0;
	transition: all 1.2s ease-out;
}

.area-name.delighter.started,
dl.delighter.started{
	transform: none;
	opacity: 1;
}
