/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*{font-family: Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;}

html, body{
	width: 100%;
	height: 100%;
	margin: 0; 
	padding: 0;
    background-color: #fff;
}

.img{
    position: absolute;
    left:50%;
}
/*header*/
header{
    background-color: #000;
    width: 100%;
    min-width: 1200px;
    position: relative;
    z-index: 300;
}
header a{
    color:#FFF;	
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}
header a:hover{
	color:#a0d9f7;
	text-decoration: none;
}
.headercontent{
	width: 1200px;
	height: 40px;
    margin: 0 auto;
}
.headertext{
	float: left;
    margin-top: 12px;
    margin-left: 16px;
}
.headerfb{
	float: right;
}

/*wrapper*/
.wrapper{
    position: relative;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1920px;
    width: 100%;
    background:url("../images/bg.jpg") center -40px no-repeat;
    height: 960px;
    overflow: hidden;
}
.logo{
    background: url("//landing.mangot5.com/template/au/event/common/logo.png") 0 0 no-repeat;
    width: 175px;
    height: 97px;
    font-size: 0px;
    position: absolute;
    left: 50%;
    margin-left: -568px;
    top: 22px;
    cursor: pointer;
}
.logo:hover{background-position: 0 -97px;}

.role4{
    top: 194px;
    margin-left: -680px;
}
.role5{
    top: 16px;
    margin-left: 344px;
}
.slogan1{
    top: 50px;
    margin-left: -244px;
    transform:rotate(-5deg);
    animation: slogan1mov .3s .5s 1 backwards ease;
}
@keyframes slogan1mov{
    0%{ 
        transform:rotate(-5deg)translateY(-150px);
        opacity: 0;
    }
    100%{ 
        transform:rotate(-5deg)translateY(0px);
        opacity: 1;
    }
}
.slogan2{    
    top: 62px;
    margin-left: -390px;
}
.slogan3{    
    top: 256px;
    margin-left: -340px;
}
.slogan4{
    top: 278px;
    margin-left: -28px;
    transform:rotate(6deg);
}
.text1{
    top: 364px;
    margin-left: -392px;
}
.text2{    
    top: 224px;
    margin-left: 96px;
}

.menu{
    /*position: fixed;
    bottom: -80px;*/
    left:50%;
    margin-left: -386px;
    position: absolute;
    bottom: -8px;
}
/*.menu.top{
    position: absolute;
    bottom: 0px;
}*/
.menu li{
    display: inline-block;
    margin-right: 20px;
}
.menu li a [class*="btn"]{
    background: url("../images/btn.png") 0 0 no-repeat;
    width: 232px;
    height: 124px;
    display: block;
    position: relative;
    z-index: 100;
    transition: .2s;
}
.menu li a .btn1{}
.menu li a .btn2{background-position-x:-232px;}
.menu li a .btn3{background-position-x:-464px;}
.menu li a:hover .btn1,.menu li a:hover .btn2,.menu li a:hover .btn3{background-position-y:-124px;}
.menu li a{ 
    font-size: 0;   
    height: 400px;
    overflow: hidden;
    display: block;
    padding-top: 30px;
}
.menu li a [class*="role"]{
    display: block; 
    transition: .3s;
    position: relative;
    z-index: 90;
    top: -100px;
}
.menu li a .role1{
    background: url("../images/role1.png") center 100px no-repeat;
    width: 268px;
    height: 472px;
}
.menu li a .role2{
    background: url("../images/role2.png") center 60px no-repeat;
    width: 268px;
    height: 514px;
}
.menu li a .role3{
    background: url("../images/role3.png") center 100px no-repeat;
    width: 268px;
    height: 516px; 
}
.menu li a:hover .role1,.menu li a:hover .role3{background-position-y:50px; }
.menu li a:hover .role2{background-position-y:0px; }
.footer{
    width: 100%;
    min-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 0;
    text-align: center; 
}