@charset "utf-8";
/* @group Reset */
* {
	margin: 0;
	padding: 0
}
.sp_only {
	display: none;
}
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; */
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 6px solid #fff;
}
.top_circle1 {
	position: absolute;
	width: 50px;
	top: 3%;
	left: 8%;
}
.top_circle2 {
	position: absolute;
	width: 80px;
	top: 4%;
	right: 13%;
}
.top_circle3 {
	position: absolute;
	width: 90px;
	top: 73%;
	right: 3%;
}
.main_copy {
	width: 90%;
	margin: 3% auto;
	padding: 2% 2%;
	text-align: center;
	font-size: 1.4em;
	/* background-image: url(../images/copy_bg.svg);
	background-size: cover; */
	background-color: #fbf2ec;
	border: 4px solid white;
}

.item_box {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.KR-left {
	padding: 5%;
	overflow: hidden;
	background-size: cover;
}
.KR-right {
	padding: 5%;
	overflow: hidden;
	background-size: cover;
}
.kr201 {
	background-color: #ffcbca;
	background-image: url(../images/kr201_bg-top.gif), url(../images/kr201_bg-bottom.gif);
	background-position: top, bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.kr202 {
	background-color: #a0c6db;
	background-image: url(../images/kr202_bg-top.gif), url(../images/kr202_bg-bottom.gif);
	background-position: top, bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.kr203 {
	background-color: #fde7cc;
	background-image: url(../images/kr203_bg-top.gif), url(../images/kr203_bg-bottom.gif);
	background-position: top, bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.kr204 {
	background-color: #c6e7f5;
	background-image: url(../images/kr204_bg-top.gif), url(../images/kr204_bg-bottom.gif);
	background-position: top, bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.kr205 {
	background-color: #deedca;
	background-image: url(../images/kr205_bg-top.gif), url(../images/kr205_bg-bottom.gif);
	background-position: top, bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.kr206 {
	background-color: #f5b8d3;
	background-image: url(../images/kr206_bg-top.gif), url(../images/kr26_bg-bottom.gif);
	background-position: top, bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.item_img {
	width: 100%;
	float: left;
}
.item_img li:nth-child(1) {
	width: 55%;
	float: left;
}
.item_img li:nth-child(2) {
	width: 40%;
	margin: 50% 0% 0% 5%;
	float: left;
}
.KR-right .item_img li:nth-child(1) {
	width: 55%;
	float: right;
}
.KR-right .item_img li:nth-child(2) {
	width: 40%;
	margin: 50% 5% 0% 0%;
	float: left;
}
.price_box {
	position: absolute;
	width: 40%;
	top: 5%;
	right: 0%;
	height: auto;
	float: left;
}
.KR-right .price_box {
	position: absolute;
	width: 40%;
	left: 0%;
	height: auto;
	float: left;
}
.KR-right .price_box h4 {
	background-image: url(../images/nami_green.svg);
}
.price_box h4 {
	width: 40%;
	height: 1.8em;
	font-size: 1.4em;
	margin-bottom: 0.2em;
	padding: 0 0 0 0.3em;
	background-image: url(../images/nami_green.svg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.item_copy {
	margin: 1em auto 2em;
}
.price_box .price {
	position: relative;
	padding: 5% 10% 15% 5%;
	background-image: url(../images/price-pink.svg);
	background-repeat: no-repeat;
	background-size: 80%;
font-size: 0.8em;
line-height: 1.4em;
}
.KR-right  .price_box .price {
	background-image: url(../images/price-green.svg);
}
.link_item {
	position: absolute;
	width: 40%;
	right: 0%;
	bottom: 25%;
}
.price_box .price p {
	margin-bottom: 0.5em;
}
.price_box .price span {
	font-size: 1.6em;
	line-height: 1.4em;
}
.price_box .btn {
	width: 50%;
	margin: 0 auto;
	float: left;
}

.btn_area {
	font-family: 'こぶりなゴシック W6 JIS2004';
	padding: 5% 0 0;
 text-align: center;
	font-size: 1.4em;
	background-color: #fcfdd3;
}
.btn_area span {
	font-family: 'こぶりなゴシック W3 JIS2004';
	font-size: 0.8em;
}
.btn_area .footer_btn  {
	width: 50%;
	margin: 0 auto 0;
 text-align: center;
}
.btn_area .footer_btn img {
	margin: 7% auto 0;
}
.cont_footer {
	width: 100%;
}

@media screen and (max-width : 768px) {
	.top_circle1 {
		position: absolute;
		width: 30px;
		top: 3%;
		left: 3%;
	}
	.top_circle2 {
		position: absolute;
		width: 40px;
		top: 4%;
		right: 10%;
	}
	.top_circle3 {
		position: absolute;
		width: 60px;
		top: 60%;
		right: 3%;
	}
	.main_copy {
		font-size: 1.0em;
	}
	.item_img li:nth-child(1) {
		width: 70%;
		float: left;
	}
	.item_img li:nth-child(2) {
		width: 60%;
		margin: -30% 0% 0% 0%;
		float: right;
	}
	.KR-right .item_img li:nth-child(1) {
		width: 70%;
		float: right;
	}
	.KR-right .item_img li:nth-child(2) {
		width: 60%;
		margin: -30% 0% 0% 0%;
		float: left;
	}
	.price_box {
		position: relative;
		width: 100%;
		height: auto;
		float: left;
	}
	.KR-right .price_box {
		position: relative;
		width: 100%;
		height: auto;
		float: left;
	}
	.btn_area .footer_btn  {
		width: 80%;
		margin: 0 auto 0;
	 text-align: center;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	footer {
		margin-top: 0 !important;
	}
}
