@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;
	width: 100%;
}
a img:hover {
	opacity: 0.6;
	transition: 0.5s;
}
img {
	max-width : 100%
}
/* @group HTML */
html {
    font-family: Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif, verdana, sans-serif;
    font-size: 75%;
    color: #000;
    margin-left: auto;
}
#wrapper {
	width: 100%;
	max-width: 960px;
	margin: auto;
}
#main_img {
	/* position: relative; */
}
h1 {
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: left;
}
h1 img {
	width: 25%;
	margin: 55% auto 0 5%;
}
#main_area {
	background-color: #fffeee;
	/* height: 100vh; */
	width: 100%;
	max-width: 1024px;
	overflow: hidden;
	position: relative;
}
#sect02 {
	/* background-image: url("../images/bg_copy.webp");
	background-size: cover; */
	overflow: hidden;
	/* height: 100vh; */
}
#sect02 {
	text-align: center;
}
#sect02 img {
	text-align: center;
	width: 40%;
	margin: 10% auto;
}
#sect03 {
	background-image: url("../images/bg_concept.webp");
	background-size: cover;
	z-index: 1;
	padding: 10% 0;
}
#sect03 h2 {
	width: 20%;
	margin: 25% 0 0 10%;
}
#sect03 .sect03_text {
	width: 55%;
	margin: -2% auto 10% 0;
	background-color: rgb(255, 255, 255, 0.6);
	padding: 5% 5% 5% 10%;
	line-height: 1.6em;
	font-size: 1.4em;
	box-sizing: border-box;
}

#sect04 .kn401 {
	padding: 5% 5% 10%;
	background-image: url("../images/kn-401_bg.webp");
	background-size: cover;
}
#sect04 .kn402 {
	padding: 5% 5% 10%;
	background-image: url("../images/kn-402_bg.webp");
	background-size: cover;
}
#sect04 .kn403 {
	padding: 5% 5% 5%;
	background-image: url("../images/kn-403_bg.webp");
	background-size: cover;
}
#sect04 .kn404 {
	padding: 5% 5% 10%;
	background-image: url("../images/kn-404_bg.webp");
	background-size: cover;
}
#sect04 .kn405 {
	padding: 5% 5% 10%;
	background-image: url("../images/kn-405_bg.webp");
	background-size: cover;
}
#sect04 .kn406 {
	padding: 5% 5% 10%;
	background-image: url("../images/kn-406_bg.webp");
	background-size: cover;
}
#sect04 .item_right .item_photo {
	width: 70%;
	margin: 0 0 0 30%;
	position: relative;
}

#sect04 .item_left .item_photo {
	width: 70%;
	margin: 0 30% 0 0;
	position: relative;
}
#sect04 .item_right .item_no {
	position: absolute;
	background-color: #000;
	color: #fff;
	/* float: left; */
	font-size: 2.6em;
	width: 200px;
	height: 200px;
	top: 55%;
	left: -25%;
	text-align:center;
  line-height:200px;
	font-family: 'hannari', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
#sect04 .item_left .item_no {
	position: absolute;
	background-color: #000;
	color: #fff;
	/* float: left; */
	font-size: 2.6em;
	width: 200px;
	height: 200px;
	top: 55%;
	right: -25%;
	text-align:center;
  line-height:200px;
	font-family: 'hannari', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
#sect04 .item_right dl {
	background-color: #fff;
	width: 100%;
	margin: 0 0 0 ;
	padding: 5% 20% 7% 5%;
	box-sizing: border-box;
	overflow: hidden;
}
#sect04 .item_left dl {
	background-color: #fff;
	width: 100%;
	margin: 0 0 0 ;
	padding: 5% 20% 7% 5%;
	box-sizing: border-box;
	overflow: hidden;
}
#sect04 dt {
	float: left;
	width: 50%;
	font-size: 1.0em
}
#sect04 dd {
	font-family: 'Oswald', sans-serif;
	float: left;
	font-size: 2.3em;
	line-height: 1.8em;
	margin-top: -0.6em;
	width: 50%;
}
#sect04 dd span {
	font-size: 0.6em;
	margin-top: -0.5em;
}
#sect04 dd span .tax {
	font-size: 0.6em;
}
#sect04 .item_link {
	position: absolute;
	width: 40%;
	right: -4%;
	bottom: -2%;
}
.note {
	color: #fff;
	text-align: right;
	margin-top: 7%;
}
.btn_area {
	width: 80%;
	margin: 2% auto 0;
	padding: 5%;
	overflow: hidden;
	font-size: 1.54em;
	text-align: center;
}
.btn_shop {
	margin: 5% auto;
	text-align: center;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
}

@media screen and (max-width : 768px) {
	#sect03 {
		background-size: 110%;
		z-index: 1;
		padding: 10% 0;
	}
	#sect03 h2 {
		width: 30%;
		margin: 13% 0 0 7%;
	}
	#sect03 .sect03_text {
		width: 100%;
		margin: -3% auto 0 0;
		padding: 5% 5% 5% 7%;
		line-height: 1.3em;
		font-size: 1.0em;
	}
	#sect04 .item_right .item_photo {
		width: 80%;
		margin: 0 0 0 20%;
	}
	#sect04 .item_left .item_photo {
		width: 80%;
		margin: 0 20% 0 0;
	}
	#sect04 .item_right .item_no {
		font-size: 1.4em;
		width: 100px;
		height: 100px;
		top: 40%;
		left: -25%;
	  line-height:100px;
	}
	#sect04 .item_left .item_no {
		font-size: 1.4em;
		width: 100px;
		height: 100px;
		top: 40%;
		right: -25%;
	  line-height:100px;
	}
	#sect04 .item_right dl {
		width: 100%;
		margin: 0 0 0 ;
		padding: 5% 5% 7% 5%;
	}
	#sect04 dt {
		float: left;
		width: 100%;
		font-size: 1.0em;
		display: block;
	}
	#sect04 dd {
		float: left;
		font-size: 2.3em;
		line-height: 1.2em;
		margin-top: -0.2em;
		width: 100%;
		display: block;
	}
	#sect04 .item_link {
		position: absolute;
		width: 50%;
		right: -4%;
		bottom: -2%;
	}
	.btn_area {
		width: 95%;
		padding: 5% 2.5% ;
	}
}
