@charset "utf-8";

/*
******************************************************************
* style.css
******************************************************************
*/

/*
******************************************************************
* style.css
******************************************************************
*/


#contentsWrap {
	background-color: #f1f1f1;
}

#contents {
	height: 2503px;
}

.section-02 {
	width: 1221px;
	margin: auto;
	position: absolute;
	top: 876px;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
}

main #mainInner:before {
	-webkit-filter: hue-rotate(140deg) saturate(210%) brightness(0.9);
	-moz-filter: hue-rotate(140deg) saturate(210%) brightness(0.9);
	-ms-filter: hue-rotate(140deg) saturate(210%) brightness(0.9);
	filter: hue-rotate(140deg) saturate(210%) brightness(0.9);
}

main .mainChara {
	top: 38px;
	right: -36px;
	-webkit-transform: translate(400px,180px);
	-ms-transform: translate(400px,180px);
	transform: translate(400px,180px);
	-webkit-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

main h2 {
	left: 323px;
	top: 441px;
}

.section-02 .inner {
	height: 1475px;
	background: url(../img/bg_pattern.jpg) 352px 761px no-repeat;
}

.section-02 .item {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.section-02 .item.no_02 {
	top: 1446px;
}

a:hover {
	opacity: 0.7;
}


footer {
	bottom: 15px;
	position: absolute;
	right: 30px;
	z-index: 10;
}
