@charset "utf-8";

/*
******************************************************************
* MJP top.css
******************************************************************
*/
#wrp-all{
	background-color:#000;
	overflow: hidden;
}

/*
******************************************************************
* #contents
******************************************************************/
#contentsWrap {
    margin-top: 0;
    padding-top: 711px;
}
#contents .main {
	background: url(../img/bg_head.png) no-repeat center 0;
	-webkit-background-size: cover;
	background-size: cover;
}
#contents .main > *{
	position: absolute;
}
#contents .main h1 {
	z-index: 100;
	left: 50%;
	margin-left: -518px;
	top: 91px;
}
#contents .main h2 {
	left: 50%;
	z-index: 150;
	top: 645px;
	margin-left: -299px;
}
#contents .main .chara {
	left: 50%;
	margin-left: -303px;
	z-index: 10;
}
#contents .main .chara:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    margin: -50px 0 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)),color-stop(50%, rgba(0,0,0,1)),to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
}
#contents .main .bg_img01 {
	width: 100%;
	height: 100%;
	background-color: #02051a;
	z-index: 1;
	top: 0;
	left: 0;
}
#contents .main .bg_img01 img {
	width: 100%;
}
#contents .main .bg_img02 {
	width: 100%;
	z-index: 1;
	top: 67%;
}
#contents .main .bg_img02 img{
	width: 100%;
}
#contents .main .bg_img03 {
	z-index: 2;
	left: 50%;
	margin-left: -357px;
	top: 237px;
}
#contents .main .bg_img03 {
	background: url(../img/main_bg_img03_2.png) no-repeat 0 0;
	-webkit-background-size: 144px 108px;
	background-size: 144px 108px; 
	width: 144px;
	height: 108px;
}
#contents .main .bg_img03 img{
	width: 144px;
}

#contents .main .bg_txt {
	background: url(../img/main_bg_txt_2.png) no-repeat 0 0;
	-webkit-background-size: 195px 297px;
	background-size: 195px 297px; 
	width: 195px;
	height: 297px;
	left: 50%;
	margin-left: 23px;
	z-index: 2;
	top: 290px;
}
#contents .main .bg_txt img {
	width:195px;
}
#contents .main .txt01 {
	left: 50%;
	margin-left: 279px;
	z-index: 11;
	top: 137px;
}
#contents .main .txt02 {
	left: 50%;
	margin-left: 412px;
	z-index: 11;
	top: 302px;
}
#contents .main .txt03 {
	left: 50%;
	margin-left: -219px;
	z-index: 11;
	top: 160px;
}
#contents .main .txt04 {
	left: 50%;
	margin-left: -370px;
	z-index: 11;
	top: 270px;
}
#contents .main .txt05 {
	left: 50%;
	margin-left: -357px;
	z-index: 11;
	top: 570px;
}
#contents .main .txt06 {
	left: 50%;
	margin-left: -427px;
	z-index: 11;
	top: 348px;
}

#contents .content01 {
	width: 120%;
	margin-top: 7%;
	margin-left: -10%;
	transform: rotate(-6deg) translate(600px, -30px);
	overflow: hidden;
}
#contents .content01.animated {
	transform: rotate(-6deg) translate(0, 0);
}
#contents .content01 .inner {
	background-color: #0a3a1d;
	transform: rotate(7.7deg);
	position: relative;
	z-index: 100;
	width: 200%;
	height: 516px;
	overflow: hidden;
}
#contents .content01 .inner > *{
	transform: rotate(1.9deg);
}
#contents .content01 .inner_02 {
	position: relative;
	top: 0;
	left: 25%;
	width: 1000px;
	height: 516px;
	margin-left: -500px;
	transform: rotate(0deg);
}
#contents .content01 h3 {
	position: absolute;
	top: 27%;
	left: 50%;
	margin-left: -284px;
	transform: rotate(6deg);
	z-index: 112;
}
#contents .content01 .content_chara {
	position: absolute;
	top: 27%;
	left: -68px;
	z-index: 2;
}
#contents .content01 .content_bg {
	position: absolute;
	top: 3%;
	left: -66px;
	z-index: 1;
}
#contents .content01 .content_img {
	position: absolute;
	top: 2%;
	left: 50%;
	margin-left: -11px;
	z-index: 111;
	transform: rotate(6deg);
}

#contents .content02 {
	width: 120%;
	margin-top: -6%;
	margin-left: -10%;
	transform: rotate(3deg) translate(-600px, -30px);
	overflow: hidden;
	height: 516px;
}
#contents .content02.animated {
	transform: rotate(3deg) translate(0, 0);
}
#contents .content02 .inner {
	background-color: #400005;
	transform: rotate(-7.7deg);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 200%;
	height: 516px;
	overflow: hidden;
}
#contents .content02 .inner > *{
	transform: rotate(1.9deg);
}
#contents .content02 .inner_02 {
	position: absolute;
	top: 0;
	right: 25%;
	width: 1000px;
	height: 516px;
	margin-right: -500px;
	transform: rotate(7.7deg);
}
#contents .content02 h3 {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -60px;
	transform: rotate(-3deg);
	z-index: 112;
}
#contents .content02 .content_chara {
	position: absolute;
	top: 22%;
	right: -60px;
	z-index: 2;
}
#contents .content02 .content_bg {
	position: absolute;
	top: 16%;
	right: 70px;
	z-index: 1;
}
#contents .content02 .content_img {
	position: absolute;
	top: 2%;
	left: 50%;
	margin-left: -545px;
	z-index: 111;
	transform: rotate(-3deg);
}

#contents .content03 {
	width: 120%;
	margin-top: -6%;
	margin-left: -10%;
	transform: rotate(-6deg) translate(600px, -30px);
	overflow: hidden;
}
#contents .content03.animated {
	transform: rotate(-6deg) translate(0, 0);
}
#contents .content03 .inner {
	background-color: #0e0a3a;
	transform: rotate(7.7deg);
	position: relative;
	z-index: 100;
	width: 200%;
	height: 516px;
	overflow: hidden;
}
#contents .content03 .inner > *{
	transform: rotate(1.9deg);
}
#contents .content03 .inner_02 {
	position: relative;
	top: 0;
	left: 25%;
	width: 1000px;
	height: 516px;
	margin-left: -500px;
	transform: rotate(0deg);
}
#contents .content03 h3 {
	position: absolute;
	top: 43%;
	left: 50%;
	margin-left: -325px;
	transform: rotate(6deg);
	z-index: 112;
}
#contents .content03 .content_chara {
	position: absolute;
	top: 31%;
	left: -68px;
	z-index: 2;
}
#contents .content03 .content_bg {
	position: absolute;
	top: 3%;
	left: -66px;
	z-index: 1;
}
#contents .content03 .content_img {
	position: absolute;
	top: 2%;
	left: 50%;
	margin-left: -11px;
	z-index: 111;
	transform: rotate(6deg);
}

#contents .content01 h3,
#contents .content01 .content_chara,
#contents .content01 .content_bg,
#contents .content01 .content_img,
#contents .content02 h3,
#contents .content02 .content_chara,
#contents .content02 .content_bg,
#contents .content02 .content_img,
#contents .content03 h3,
#contents .content03 .content_chara,
#contents .content03 .content_bg,
#contents .content03 .content_img {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
#contents .content01.animated h3,
#contents .content01.animated .content_chara,
#contents .content01.animated .content_bg,
#contents .content01.animated .content_img,
#contents .content02.animated h3,
#contents .content02.animated .content_chara,
#contents .content02.animated .content_bg,
#contents .content02.animated .content_img,
#contents .content03.animated h3,
#contents .content03.animated .content_chara,
#contents .content03.animated .content_bg,
#contents .content03.animated .content_img {
	opacity: 1;
}

#footer .box-copy{}
#footer .box-copy li{}

.sns_btn {
    margin-top: -47px;
}