@charset "UTF-8";
/* 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{
    background-color: #071f77;
	width: 100%;
	height: 100%;
	margin: 0; 
	padding: 0;
}

/*header*/
header{
    background-color: #000;
    width: 100%;
    min-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 300;
}
header a{
    color:#FFF;	
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}
header a:hover{
	color:#ff0900;
	text-decoration: none;
}
.headercontent{
	width: 1150px;
	height: 54px;
    margin: 0 auto;
}
.headertext{
	float: right;
    margin-top: 20px;
    margin-left: 12px;
}
.headertoplogo{
	float:left; 
	margin-top: 10px;
	font-size: 0px;
}
.bh, .fb{
	float: right;
	font-size: 0px;
	margin-top: 5px;
    margin-left: 5px;
	width: 49px;
	height: 49px;
}
.bh{background: url("//landing.mangot5.com/template/hot/event/common/bh.png") top center no-repeat;}
.fb{background: url("//landing.mangot5.com/template/hot/event/common/fb.png") top center no-repeat;}
.bh:hover,.fb:hover{opacity: 0.8}

/*wrapper*/
.wrapper{   
	background:url(../images/bg.jpg) center -40px no-repeat;  
	width: 100%;
	max-width: 1920px;
    min-width: 1200px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.title{	
	position: relative;
    margin: 0 auto;
    overflow: hidden;
    height: 1282px;
}
.p1{
	background: url("../images/p1.png") top center no-repeat;
	width: 548px;	
	height: 787px;
	position: absolute;
    left: 50%;
    margin-left: -630px;
    margin-top: 30px;
    transition: margin-left 2s;
	animation: peoplemov 1.2s 0s infinite alternate ease;
}
.p1.mov{margin-left: -480px;}
.p2{
	background: url("../images/p2.png") top center no-repeat;
	width: 455px;	
	height: 746px;
	position: absolute;
    left: 50%;
    margin-left: 100px;
    transition: margin-left 2s;
	animation: peoplemov 1.2s 0s infinite alternate ease;
}
.p2.mov{margin-left: -20px;}
@keyframes peoplemov{
	0%{
		top:100px;
	}
	100%{
		top:115px;
	}
}
.btn{
	background-image: url("../images/btn.png");
	background-repeat:no-repeat;
	position: absolute;
	left: 50%;
	z-index: 10;
	cursor:pointer;
	width:273px;
	height:350px;
	/*top: -336px;*/
	top: 950px;
    font-size: 0px;
}
.btnmov{width:141px;height:86px;top:290px;}
.btn_together{background-position: 0 -1260px;margin-left:-140px;}
.btn_together:hover, .btn_together .active{background-position: -141px -1260px;}
.btn_separate{background-position: -282px -1260px;margin-left:0px;}
.btn_separate:hover, .btn_separate .active{background-position: -423px -1260px;}
.logo{
	background: url("//landing.mangot5.com/template/hot/event/common/logo.png") top center no-repeat;
	width: 257px;	
	height: 106px;
	cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -128px;
    margin-top: 10px;
   	font-size: 0px; 
}
.logo:hover{
	margin-left: -125px;
	margin-top: 13px;
}

/*flower*/
.pollen{position: absolute;top:0;width:1920px;height:100%;margin:0 auto;z-index:0}
.dot1-ca{ width:40px; height:27px; position:absolute; background: url(../images/flower1.png) no-repeat 0 0; background-size: 100% 100%; }
.dot2-ca{ width:20px; height:29px; position:absolute; background: url(../images/flower2.png) no-repeat 0 0; background-size: 100% 100%; }
.dot3-ca{ width:40px; height:27px; position:absolute; background: url(../images/flower3.png) no-repeat 0 0; background-size: 100% 100%; }
.dot4-ca{ width:20px; height:33px; position:absolute; background: url(../images/flower4.png) no-repeat 0 0; background-size: 100% 100%; }

/*content*/
.content{
	position:relative;
	margin: 0 auto;
	overflow: hidden;
}
/*btn*/
.top{
	background-position: 0 -1050px; width: 223px; height: 210px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: 500px;
	cursor: pointer;
	z-index: 20;
	display: none;
}
.top:hover{
	background-position: -223px -1050px; width: 223px; height: 210px;
}
@media (min-width: 0px) and (max-width: 1400px) {
    .top {
      margin-left: 400px;
    }
  }
.btn1 { background-position: 0 0;  margin-left: -436px;}
.btn1:hover,#tab-1:target ~ #tab > ul li:nth-child(1) a { background-position: -273px 0; }
.btn2 { background-position: 0 -350px; margin-left: -136px;}
.btn2:hover,#tab-2:target ~ #tab > ul li:nth-child(2) a { background-position: -273px -350px; }
.btn3 { background-position: 0 -700px; margin-left: 164px; }
.btn3:hover,#tab-3:target ~ #tab > ul li:nth-child(3) a { background-position: -273px -700px;}

#tab-1,#tab-2,#tab-3{
	font-size: 0;    
	position: absolute;
}
#tab{
    width: 100%;
}
/* 頁籤ul */
#tab>ul{
    overflow: hidden;
    margin: 0;
 /*   padding: 0 0 100px;*/
}
#tab>ul>li{
    list-style-type: none;
}
#tab>ul>li>a{
    font-size: 0px;
}
/*頁籤div內容*/
#tab>div {
    clear:both;
    height: 0;
    overflow:hidden;
    visibility:hidden;
/*    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;*/
}
/* span:target */
#tab-1:target,
#tab-2:target,
#tab-3:target{}
/*第一筆的底色*/
span:target ~ #tab > ul li:first-child a {}
span:target ~ #tab > div:first-of-type {
    visibility:hidden;
    height:0;
}
/*頁籤變換&第一筆(第1個，而且是li)*/
span ~ #tab > ul li:first-child a,
#tab-1:target ~ #tab > ul li a[href$="#tab-1"],
#tab-2:target ~ #tab > ul li a[href$="#tab-2"],
#tab-3:target ~ #tab > ul li a[href$="#tab-3"]{
}
/*頁籤內容顯示&第一筆(第1個div)*/
span ~ #tab > div:first-of-type,
#tab-1:target ~ #tab > div.tab-content-1,
#tab-2:target ~ #tab > div.tab-content-2,
#tab-3:target ~ #tab > div.tab-content-3{
    visibility:visible;
    height:auto; 
}
.tab-content-1,.tab-content-2,.tab-content-3{
	position: relative;
    left: 50%;
    margin-left: -960px;
/*    top: 424px;*/
}
/* span:target
#tab-1:target,
#tab-2:target,
#tab-3:target{
  border: solid 1px red;
}
頁籤變換
#tab-1:target ~ #tab > ul li a[href$="#tab-1"],
#tab-2:target ~ #tab > ul li a[href$="#tab-2"],
#tab-3:target ~ #tab > ul li a[href$="#tab-3"]{
  border: solid 1px red;
}
頁籤內容顯示
#tab-1:target ~ #tab > div.tab-content-1,
#tab-2:target ~ #tab > div.tab-content-2,
#tab-3:target ~ #tab > div.tab-content-3{
  border: solid 1px red;
} */

/*footer*/
.footer{
	background: url("//landing.mangot5.com/template/hot/event/common/footer_white.png")top center no-repeat;
    width: 851px;
    height: 87px;
    position: relative;
    margin: -125px auto 20px;
}