@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-top: 2.5%;
    margin-left: -2.5%;
    width: 111%;
}
#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.5%;
    width: 24%;
}
#contents .main .bg_txt {
    width: 26%;
    z-index: 2;
    right: 16.5%;
    top: 18%;
}
#contents .main .txt01 {
    top: 14.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(200px, -140px);
	transform: scale(0.4) translate(200px, -140px);
}
body.show.retreat .bg_txt {
	-webkit-transform: scale(0.4) translate(-120px, -140px);
	transform: scale(0.4) translate(-120px, -140px);
}
body.show.retreat .txt01 {
	-webkit-transform: scale(0.4) translate(0, -320px);
	transform: scale(0.4) translate(0, -320px);
}

.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: -13% 0 18px;
}

#contentsWrap h2 {
    position: relative;
    z-index: 5;
    padding: 0 0 10px;
}

.content_top_img {
    opacity: 0;
    position: absolute;
    top: -9%;
    left: 0;
    z-index: 5;
    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_top_img {
    opacity: 1;
}


#contents .content01.animated .content_img {
    opacity: 1;
}
#contents .content01 .content_img {
    opacity: 0;
    position: absolute;
    bottom: 8.5%;
    left: 0;
    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 {
    position: relative;
    z-index: 4;
    transform: translate(150px, -30px);
    margin-top: 9%;
}
#contents .content01.animated {
    transform: translate(0, 0);
}
#contents .content01 .inner {
    transform: rotate(12deg);
    position: relative;
    z-index: 100;
    height: 125vw;
    width: 200%;
    overflow: hidden;
}
#contents .content01 .inner .content_img {
    transform: rotate(-9deg);
    width: 41.5%;
    margin-top: 8%;
    margin-left: 6.8%;
}

#contents .content02 {
    position: relative;
    margin-top: -10%;
    transform: translate(-150px, -30px);
}
#contents .content02.animated {
    transform: translate(0, 0);
}

#contents .content02.animated .content_img {
    opacity: 1;
}
#contents .content02 .content_img {
    opacity: 0;
    position: absolute;
    top: 9%;
    left: 0;
    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 {
    margin-top: -11%;
    position: relative;
    z-index: 2;
    transform: translate(150px, -30px);
}
#contents .content03.animated {
    transform: translate(0, 0);
}

#contents .content03.animated .content_img {
    opacity: 1;
}
#contents .content03 .content_img {
    opacity: 0;
    position: absolute;
    top: 9%;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}


.next_btn {
    margin-top: -3%;
	padding: 0 2.5%;
}
