@charset "utf-8";

/*
******************************************************************
* MJP top.css
******************************************************************
*/
#wrp-all{
	background-color:#000;
	overflow: hidden;
}

/*
******************************************************************
* #contents
******************************************************************/
#contents .main {
	position: relative;
	z-index: 0;
}
#contents .main > *{
	position: absolute;
}
#contents .main h1 {
    z-index: 100;
    left: 1%;
    top: 0;
    width: 33%;
    margin-top: 4%;
}
#contents .main h2 {
	left: 50%;
	z-index: 150;
	top: 645px;
	margin-left: -299px;
}
#contents .main .chara {
    position: relative;
    z-index: 10;
    width: 100%;
}
#contents .main .chara img {
    position: relative;
    margin-left: 3%;
    width: 106%;
}
#contents .main .bg_img01 {
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}
#contents .main .bg_img01 img {
	width: 100%;
}
#contents .main .bg_img03 {
    z-index: 2;
    top: 20%;
    left: 2%;
    width: 24%;
}
#contents .main .bg_txt {
    width: 31%;
    z-index: 2;
    right: 20.5%;
    top: 20%;
}
#contents .main .txt01 {
    top: 34.5%;
    left: 0;
    z-index: 11;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

body.show.retreat .bg_img03 {
	-webkit-transform: scale(0.4) translate(195px, -170px);
	transform: scale(0.4) translate(195px, -170px);
}
body.show.retreat .bg_txt {
	-webkit-transform: scale(0.4) translate(-80px, -240px);
	transform: scale(0.4) translate(-80px, -240px);
}
body.show.retreat .txt01 {
	-webkit-transform: scale(0.4) translate(0, -430px);
	transform: scale(0.4) translate(0, -430px);
}

.main02 {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
	background-image: url(../../common/img/main_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    -webkit-transform: scale(2.0);
    transform: scale(2.0);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.main02 img {
	opacity: 0;
}

#contentsWrap {
	position: relative;
    z-index: 2;
    margin: -3% 0 12px;
}

#contentsWrap h2 {
    position: relative;
    z-index: 5;
}

#contents .content01.animated .content_img {
    opacity: 1;
}

#contents .content01 .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 {
    overflow: hidden;
    position: relative;
    z-index: 4;
    transform: translate(150px, -30px);
    margin-top: -10%;
}
#contents .content01.animated {
    transform: translate(0, 0);
}
#contents .content01 .content_img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(0deg);
    width: 100%;
    -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 .content_img {
    opacity: 1;
}


#contents .content02 {
    overflow: hidden;
    position: relative;
    z-index: 3;
    transform: translate(-150px, -30px);
    margin-top: -8%;
}
#contents .content02.animated {
    transform: translate(0, 0);
}
#contents .content02 .content_img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(0deg);
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
#contents .content02.animated .content_img {
    opacity: 1;
}


#contents .content03 {
    overflow: hidden;
    position: relative;
    z-index: 2;
    transform: translate(150px, -30px);
    margin-top: -6%;
}
#contents .content03.animated {
    transform: translate(0, 0);
}
#contents .content03 .content_img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(0deg);
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
#contents .content03.animated .content_img {
    opacity: 1;
}

.next_btn {
    margin-top: -3%;
	padding: 0 2.5%;
}
