@charset "UTF-8";
/* CSS Document */

/*div {border:1px solid red;}*/

.none {display:none;}
.blue {border: 1px solid blue;}
.red {border: 1px solid red;}
.green {border: 1px solid green;}

.abs {position: absolute;}
.fxd {position: fixed;}



p {
    font-size: 16px;
    color: #ffffff;
}

body { background-color: #000000 }

#holder2 {
    position: relative;
    width:1366px;
    height: 4000px;
    margin: 0 auto;
}

.body2 {
    position: relative;
}

.body1 {
    position: relative;
}

.bkgHolder{
    position:fixed; width: 100%; top: 0;
}
#holder {
    position: relative;
    width:1366px;
    height: 4000px;
    margin: 0 auto;
    background:#ffffff url(images/Option1_Home_clean.png) no-repeat fixed top;
    overflow:hidden;
}

.fixed_holder-1{top: 540px; left: 730px;}
.object-1 {
    width: 536px; height: 143px;
    background: url(images/HEADLINE.png) no-repeat right top;
}

.fixed_holder-2{top: 540px; left: 225px;}
.object-2 {
    width: 352px; height: 70px;
    background: url(images/HEADER.png) no-repeat right top;
    display: none;
}

.fixed_holder-3{top: 620px;left: 225px;}
.object-3 {
    width: 404px; height: 27px;
    background: url(images/CTA_static_final.png) no-repeat right top;
    display: none;
}

.fixed_holder-close{top: 20px;left: 290px;}
.object-close1, .object-close2 {
    width: 36px; height: 47px;
    background: url(images/CLOSE.png) no-repeat right top;
    display: none;
    top: 20px;left: 290px;
}


.btn{
    cursor:pointer;
}

.fixed_btn-01{top:461px; left:497px;}
.button-01 {
    width: 137px; height: 48px;
    background:url(images/CTA_PT53.png) no-repeat right top;
    position: fixed;
}

.fixed_btn-02{top:376px; left:626px;}
.button-02 {
    width: 190px; height: 48px;
    background:url(images/CTA_MDM2.png) no-repeat right top;
    position: fixed;
}

.text-02 {
    position: relative;
    top:920px; left:834px;
    width: 374px; height: 350px;
    opacity: 0.5;
    background:url(images/BODY2.png) no-repeat right top;
}
.link-02 {
    position: relative;
    top:960px; left:1024px;
    width: 151px; height: 25px;
    background:url(images/link_TP53.png) no-repeat right top;
}

.text-01 {
    position: relative;
    top:920px; left:834px;
    width: 460px; height: 837px;
    background:url(images/BODY1.png) no-repeat right top;
}


#container01 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    transition: all 400ms ease-out;
    z-index: -1;
}


#container02 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 400ms ease-out;
    z-index: -1;
}

.emptySpace {height: 1200px;}


