@charset "utf-8";
/* @group Reset */
* {
	margin: 0;
	padding: 0
}
a {
	text-decoration: underline;
}
a:hover {
	color: #aaa;
}
ul, ol {
	list-style: none
}
img {
	vertical-align: middle;
	. transition: 0.5s;
}
a img:hover {
	opacity: 0.6;
	transition: 0.5s;
}
img {
	width : 100%
}
/* @group HTML */
html {
	font-size: 75%;
	color: #000;
	margin-left: auto;
	/* background-color: #e6f4f5; */
}
#wrapper {
	width: 100%;
	max-width: 960px;
	margin: auto;
	background-image: url(../images/all_bg.svg);
	background-repeat: repeat-y;
	background-size: cover;
	background-color: #fff;
}
#main_area {
	/* background-color: #000000; */
	/* height: 80vh; */
	width: 100%;
	overflow: hidden;
}
#main_area .lp-cont {
}
#main_area h2 {
	width: 70%;
	margin: -30% auto 0;
}
#sect02 {
	/* overflow: hidden; */
}
.item_box {
	width: 90%;
	margin: 0 auto 10%;

}
.item_img {
	position: relative;
	width: 90%;
	margin: 60px 5%;
	z-index: 2;
}
.item_color_top {
	position: absolute;
	top: -15%;
	right: -10%;
	width: 30%;
	z-index: -2;
}
.item_color_bottom {
	position: absolute;
	bottom: -15%;
	left: -10%;
	width: 30%;
	z-index: -2;
}

.price_box {
	/* position: relative; */
	background-size: 100%;
	background-repeat: no-repeat;
	/* min-height: 300px; */
	width: 85%;
	margin: -5% auto 0;
	overflow: hidden;
	z-index: 3;
	/* background-color: rgba(255, 255, 255, .5); */
}
.kj101 {
	background-image: url(../images/h3_kj101.svg);
}
.kj102 {
	background-image: url(../images/h3_kj102.svg);
}
.kj103 {
	background-image: url(../images/h3_kj103.svg);
}
.kj104 {
	background-image: url(../images/h3_kj104.svg);
}
.price_box .copy {
	/* position: absolute; */
	margin: 25% 5% 0 23%;
	font-size: 1.4em;
	overflow: hidden;
	text-align: justify;
}
.price_box .price {
	/* position: absolute; */
	margin: 1em　auto;
text-align: right;
font-size: 0.85em;
line-height: 1.6em;
}
.price_box .price span {
	font-size: 1.8em;
}
.price_bottom {
	/* position: absolute; */
	margin-top: -20%;
	width: 100%;
}
.btn_area {
	font-family: 'こぶりなゴシック W6 JIS2004';
	width: 80%;
	margin: 2% auto 0;
	padding: 5%;
 text-align: center;
	font-size: 1.4em;
}
.btn_area span {
	font-family: 'こぶりなゴシック W3 JIS2004';
	font-size: 0.8em;
}
.btn_area img  {
	width: 80%;
	margin: 7% auto 0;
 text-align: center;
}
#sect03 h2 {
	width: 70%;
	margin: 1em auto 2em;
}
video {
	width: 70%;
	margin: 3em 15%;
}
@media screen and (max-width : 768px) {
	#main_area h2 {
		width: 95%;
		margin: -30% auto 0;
	}
	.price_box .copy {
		margin: 25% 5% 0 26%;
		font-size: 0.9em;
	}
	#sect03 h2 {
		width: 90%;
	}
	video {
		width: 100%;
		margin: 1em 0% 0;
	}
	.btn_area {
		width: 90%;
		font-size: 1.0em;
	}
	.btn_area img  {
		width: 100%;;
	}
}
