@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;
    top: 0;
    left: -15.5%;
    z-index: 10;
    width: 130%;
}
#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: 16.5%;
    left: 2%;
    width: 25%;
}
#contents .main .bg_txt {
    width: 25%;
    z-index: 2;
    right: 21%;
    top: 16%;
}
#contents .main .txt01 {
    top: 11%;
	left: 0;
    z-index: 11;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

body.show.retreat .bg_img03 {
	-webkit-transform: scale(0.4) translate(180px, -90px);
	transform: scale(0.4) translate(180px, -90px);
}
body.show.retreat .bg_txt {
	-webkit-transform: scale(0.4) translate(-84px, -112px);
	transform: scale(0.4) translate(-84px, -112px);
}
body.show.retreat .txt01 {
	-webkit-transform: scale(0.4) translate(0, -260px);
	transform: scale(0.4) translate(0, -260px);
}

.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: -43% 0 20px;
}

#contentsWrap h2 {
    margin: 0 0 70px;
}

.tab_wrap {
    padding: 0 10px 8px;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 0;
}
.tab_wrap ul {

}
.tab_wrap ul:after {
    content: "";
    display: block;
    clear: both;
}
.tab_wrap li {
    float: left;
    width: 25%;
}
.tab_wrap li a {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.tab_wrap li.tab01 a {
    background-image: url(../img/tab_01.png);
}
.tab_wrap li.tab02 a {
    background-image: url(../img/tab_02.png);
}
.tab_wrap li.tab03 a {
    background-image: url(../img/tab_03.png);
}
.tab_wrap li.tab04 a {
    background-image: url(../img/tab_04.png);
}

.tab_wrap li.tab01.crnt a {
    background-image: url(../img/tab_01_on.png);
}
.tab_wrap li.tab02.crnt a {
    background-image: url(../img/tab_02_on.png);
}
.tab_wrap li.tab03.crnt a {
    background-image: url(../img/tab_03_on.png);
}
.tab_wrap li.tab04.crnt a {
    background-image: url(../img/tab_04_on.png);
}

.tabContent {
    display: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.tabContent.crnt {
    display: block;
    opacity: 1;
}

#tabContent01 {
    margin: 25px 0 45px;
}
#tabContent01 .tab_read {
    margin-bottom: 7px;
}
#tabContent01 .content01 {
    position: relative;
    z-index: 3;
}
#tabContent01 .content02 {
    position: relative;
    z-index: 2;
    margin-top: -133.5%;
}
#tabContent01 .content03 {
    position: relative;
    z-index: 2;
    margin-top: -1%;
}

#tabContent02 {
    margin: 15px 0 20px;
}
#tabContent02 .content01 {
    margin-bottom: 10px;
}

#tabContent03 {
    margin: 15px 0 45px;
}
#tabContent03 .tab_read {
    margin: 0 0 10px;
}
#tabContent03 .content01 {
    margin-bottom: 20px;
}
#tabContent03 .content02 {
    margin-bottom: 20px;
}
#tabContent03 .content03 {
    margin-bottom: 10px;
}
#tabContent03 .content04 {
    margin-bottom: 20px;
}

#tabContent04 {
    margin: 20px 0;
}
#tabContent04 h3 {
    margin: 0 0 17px;
}
#tabContent04 .content01 {
    margin-bottom: 20px;
}
#tabContent04 .content02 {
    margin-bottom: 20px;
}

.next_btn {
	padding: 0 2.5%;
}
