@charset "utf-8";

/*
******************************************************************
* MJP top.css
******************************************************************
*/
#wrp-all{
	background-color:#000;
	overflow: hidden;
}

/*
******************************************************************
* #contents
******************************************************************/
#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: -401px;
	z-index: 10;
}
.chara {
	opacity: 0;
	-webkit-transform: scale(1.3) translate(0,500px);
	transform: scale(1.3);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}
#contents .main .bg_img01 {
	width: 100%;
	height: 100%;
	background-color: #150219;
	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: -348px;
	top: 235px;
}
#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: 196px 257px;
	background-size: 196px 257px;
    width: 196px;
    height: 257px;
	left: 50%;
	margin-left: 86px;
	z-index: 2;
	top: 259px;
}
#contents .main .bg_txt img {
	width:195px;
}
#contents .main .txt01 {
	left: 50%;
	margin-left: 272px;
	z-index: 11;
	top: 113px;
}
#contents .main .txt02 {
	left: 50%;
	margin-left: 206px;
	z-index: 11;
	top: 560px;
}
#contents .main .txt03 {
	left: 50%;
	margin-left: -232px;
	z-index: 11;
	top: 230px;
}
#contents .main .txt04 {
	left: 50%;
	margin-left: -426px;
	z-index: 11;
	top: 340px;
}
#contents .main .txt05 {
	left: 50%;
	margin-left: -423px;
	z-index: 11;
	top: 524px;
}
#contentsWrap h2 {
	top: -42px;
}
#contents .content01 {
	width: 1024px;
	margin: 10px auto 0;
	position: relative;
	z-index: 4;
}
#contents .content02{
	width: 984px;
	margin: 19px auto 0;
	position: relative;
	z-index: 3;
}
#contents .content03,
#contents .content04,
#contents .content05,
#contents .content06,
#contents .content07,
#contents .content08,
#contents .content09{
	width: 984px;
	margin: 12px auto 0;
	position: relative;
	z-index: 3;
}
#contents .content09{
	margin-bottom:69px;
}

body.show.retreat .chara {
    opacity: 0;
    -webkit-transform: scale(0.4) translate(-230px, -870px);
    transform: scale(0.4) translate(-230px, -870px);
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

body.show.retreat .bg_img03 {
	transform: scale(0.4) translate(415px, 45px);
}
body.show.retreat .bg_txt {
	transform: scale(0.4) translate(-285px, -55px);
}
body.show.retreat .txt01 {
	transform: scale(0.4) translate(-560px, -85px);
}
body.show.retreat .txt02 {
	transform: scale(0.4) translate(-375px, -420px);
}
body.show.retreat .txt03 {
	transform: scale(0.4) translate(274px, 0px);
}
body.show.retreat .txt04 {
	transform: scale(0.4) translate(470px, -165px);
}
body.show.retreat .txt05 {
	transform: scale(0.4) translate(575px, -460px);
}

#footer .box-copy{}
#footer .box-copy li{}

.sns_btn {
    margin-top: -18px;
}