@charset "utf-8";

/*
******************************************************************
* style.css
******************************************************************
*/

/*
******************************************************************
* style.css
******************************************************************
*/


#contentsWrap {
	background-color: #f1f1f1;
}

#contents {
	height: 2442px;
}

main .mainChara {
	opacity: 0;
	position: absolute;
	right: 36px;
	top: -140px;
	z-index: 2;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
main .mainChara.ptn02 {
	opacity: 0;
}
@-moz-keyframes fadeAnime {
	0% {opacity: 0;transform: scale(1);}
	5% {opacity: 0.5;transform: scale(1);}
	100% {opacity: 0;transform: scale(1.5);}
}
@-webkit-keyframes fadeAnime {
	0% {opacity: 0;transform: scale(1);}
	5% {opacity: 0.5;transform: scale(1);}
	100% {opacity: 0;transform: scale(1.5);}
}
main .mainChara.ptn02.move {
	-moz-animation-name: fadeAnime;
	-moz-animation-duration: 1.5s;
	-moz-animation-timing-function: ease-out;
	-moz-animation-iteration-count: 1;

	-webkit-animation-name: fadeAnime;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-iteration-count: 1;
}

main #mainInner:before {
	-webkit-filter: hue-rotate(-24deg) saturate(210%) brightness(0.9);
	-moz-filter: hue-rotate(-24deg) saturate(210%) brightness(0.9);
	-ms-filter: hue-rotate(-24deg) saturate(210%) brightness(0.9);
	filter: hue-rotate(-24deg) saturate(210%) brightness(0.9);
}

main h1 {
	left: 332px;
	top: 248px;
}

main h2 {
	left: 487px;
	top: 460px;
}

.section-02 {
	width: 1366px;
	margin: auto;
	position: absolute;
	top: 701px;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
}

.section-02 .item {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.section-02 .item.no_01 {
	top: 129px;
}
.section-02 .item.no_02 {
	top: 1542px;
}

a:hover {
	opacity: 0.7;
}


footer {
	bottom: 15px;
	position: absolute;
	right: 30px;
	z-index: 10;
}
