@charset "UTF-8";





/****************************
	base
*****************************/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffe6;
	font-family: Helvetica Neue, Helvetica, Arial, '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 100%;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: text-bottom;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}





/****************************
	wrapper
*****************************/

.wrapper {
	width: 100%;
	background: url(./../images/bg.png) no-repeat center top;
}

.inner {
	width: 960px;
	padding-top: 44px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}





/****************************
	header
*****************************/

header h1 {
	font-size: 0;
	line-height: 0;
}





/****************************
	item_area
*****************************/

.item_area {
	width: 910px;
	height: 410px;
	border-radius: 15px;
	margin-left: 50px;
	position: relative;
}

.item_area h2,
.item_area h3,
.item_area h4,
.item_area h5,
.item_area p {
	font-size: 0;
	line-height: 0;
	position: absolute;
}

.item_area h5 {
	top: -49px;
	left: 198px;
}

.item_area h3 {
	top: 31px;
	left: 235px;
}

.item_area h2 {
	top: 168px;
	left: 238px;
}

.item_area h4 {
	top: 181px;
	left: 477px;
}

.item_area .item_image {
	top: 14px;
	right: 35px;
}

.item_area .item_button {
	top: 334px;
	left: 476px;
}

.item_area .item_button a {
	display: block;
}

.item_area .item_charactor {
	top: -41px;
	left: -54px;
}

.item_area_pink {
	margin-top: 78px;
	background: url(./../images/pink_bg.png) repeat 0 0;
}

.item_area_green {
	margin-top: 78px;
	background: url(./../images/green_bg.png) repeat 0 0;
}

.item_area_blue {
	margin-top: 78px;
	background: url(./../images/blue_bg.png) repeat 0 0;
}





/****************************
	copy
*****************************/

/* copy */
.copy {
	color: #2f2b1d;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.025em;
	padding-bottom: 40px;
}