@charset "utf-8";

@import "../../../files/css/layout.css";


/*-------------------------------------------------------------------------
    Contents
/*-----------------------------------------------------------------------*/
.contents h2,
.contents .txt,
.contents .youtube,
.contents .thumbs {
    position: relative;
    z-index: 2;
}

/*-------------------------------------------------------------------------
	sec01
/*-----------------------------------------------------------------------*/

#sec01 {
	height: 658px;
}
    #sec01 h2 {
        padding: 108px 0 0 20px;
    }
    #sec01 .txt {
        margin: 12px 0 0 20px;
    }
    #sec01 .threeDS {
    	position: absolute;
    	right: -16px;
    	bottom: -168px;
    }

/*-------------------------------------------------------------------------
    sec02
/*-----------------------------------------------------------------------*/

#sec02 {
    height: 1107px;
}
    #sec02 h2 {
        padding: 60px 0 0 198px;
    }
    #sec02 dl {
        margin-top: 44px;
        float: left;
    }
        #sec02 dl dt {
            text-align: center;
        }
    #sec02 #deathmatch {
        margin-left: 14px;
    }
    #sec02 #medalbattle dd {
        margin-top: -1px;
    }
    #sec02 #abebattle dd {
        margin-top: 1px;
    }
    #sec02 #trophy {
        margin: 48px 0 0 290px;
    }
        #sec02 #trophy dt {
            text-align: left;
        }
        #sec02 #trophy .txt {
            margin-top: 10px;
        }
        #sec02 #trophy .thumbs {
            margin-top: 24px;
        }

    #sec02 .badge {
        position: absolute;
        left: 46px;
        top: 640px;
    }
    #sec02 .chara {
        position: absolute;
        right: -80px;
        bottom: -20px;
    }

/*-------------------------------------------------------------------------
    sec03
/*-----------------------------------------------------------------------*/

#sec03 {
    height: 1009px;
    padding-left: 20px;
}
    #sec03 h2 {
        padding: 56px 0 0 180px;
    }
    #sec03 .thumbs01 {
        margin-top: 40px;
    }
    #sec03 .txt01 {
        position: absolute;
        top: 232px;
        left: 326px;
    }
    #sec03 .txt03 {
        margin-top: 40px;
    }
    #sec03 .chara {
        position: absolute;
        left: 434px;
        bottom: 30px;
    }
