@charset "utf-8";
/* CSS Document */
body {
	Font-family:微軟正黑體,Arial;
  	margin:0 auto;
  	padding:0;
	overflow:hidden !important;
	background:#fff;
	margin:0 auto;
	padding-bottom:200px;

	}

a{text-decoration:none}
.gp{display:inline-block}

/*東立選單*/	

.btn{
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
	width:100%;
	background:linear-gradient(to bottom ,#000,#000, #333);
	margin:0 auto;
	opacity: 0.9;
	text-align:center;
	box-shadow: rgba(0,0,0,.5) 0 15px 15px}
.btn img{height:4vh}
#nav{background:rgba(0,0,0,.8); min-height:5vh; text-align:center; margin-bottom:2vh}
#nav a{text-decoration:none}
#nav a:hover{color:#0CC;animation: 1s linear 0s normal none infinite jello-horizontal;}
#nav a{ margin:2%;font-size:1.1em; display:inline-block;}
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/*東立選單結束*/

/*主視覺*/
.modally-open .blur {filter: blur(5px);}
.pc{ display:block}
.mobi{ display:none}


#open img{	animation: 2s openimg forwards;animation-iteration-count:1 ;position:absolute; top:0; z-index:990;}
@-webkit-keyframes openimg { 
	0%{ transform:translate(200%,0)}
	100%{ transform:translate(-100%,0)}
	}

#logo{height:100%; width:100%; position:absolute; z-index:2; top:0; text-align:center;animation: 5s openlogo forwards;animation-iteration-count:1 ;}
@-webkit-keyframes openlogo { 
	0%{ opacity:0}
	15%{opacity:0;}
	40%{ transform:scale(0.8)}
	50%{opacity:1; transform:scale(1)}
	100%{ opacity:1}
	}
.about{animation:linear 10s c2 forwards}
#logo img{margin:0 auto; max-width:1200px; max-height:100%;}
#logo img:hover{animation: 1s linear 0s normal none jello-horizontal2;}
@-webkit-keyframes jello-horizontal2 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.1, 0.9, 1);
            transform: scale3d(1.1, 0.9, 1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 1.1, 1);
            transform: scale3d(0.9, 1.1, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.9, 1);
            transform: scale3d(1, 0.9, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.02, 1);
            transform: scale3d(0.95, 1.02, 1);
  }
  75% {
    -webkit-transform: scale3d(1.02, 0.95, 1);
            transform: scale3d(1.02, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/*雲霧*/
*,
*:before,
*:after {
  box-sizing: inherit;

  
}

figure {
  margin: 0;
  
}

.absolute-bg {
  position:fixed;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.fog {
  position: relative;
  height: 100vh;
  width: 100%;
}
.fog__container {
  position:fixed;
  height: 100%;
  width: 100%;
  z-index:0;
  overflow: hidden;
}
.fog__img {
  position:fixed;
  height: 100vh;
  width: 300%;
}
.fog__img--first {
  background: url("../images/bg.svg");
  background-size: contain;
  background-repeat:repeat;
          animation: marquee 600s linear infinite;
}
.fog__img--second {
  background: url("../images/cloud.svg");
  background-size: contain;
  background-repeat:repeat;
          animation: marquee 300s linear infinite;
}
@media (max-width:600px){.fog__img--first {animation: marquee 200s linear infinite;}.fog__img--second{ animation: marquee 100s linear infinite;}}

@keyframes marquee {
  0% { background-position:0 0;}
  100% {background-position:300% 0;}
}	

#menu{position:absolute; z-index:900;text-align:center; bottom:0; width:100%;}
#menu a{display:inline-block;width:15vw; height:4em; vertical-align:text-bottom; max-width:150px; min-width:120px;margin:1vh auto; margin-left:1vw;}
#menu img{width:100%; margin-top:2em}
#menu a:hover{transform:scale(1.1) rotate(2deg);-webkit-filter:brightness(1.2); background:url(../images/menubg1.png) center no-repeat; background-size:contain }

#copy{font-size:0.6em; margin:0.5em auto; color: #333; text-shadow:#b2d369 0 0 5px,#b2d369 0 0 10px,#b2d369 0 0 15px;}
	#copy .gp{ margin-left:1.5em; margin-right:1.5em}	

/*主視覺結束*/




/*各內容區塊樣式*/
.block{
	position:relative;
	color:#630;
	font-weight:bold;
	padding:2%;
	background: rgba(249,244,224,0.9);
	margin:1% auto; 
	text-shadow:0 0 5px rgba(255,255,255,1);
	border: #b2d369 10px double;
	width:70%;
	box-shadow: #C96 0 0 25px;
	border-radius:2em;
	line-height:2em;
	text-align:center;
	letter-spacing:0.1em;
	}


	
#buy img{width:90%; margin:1em auto; display:block; max-width:500px;}	
#game{ background:url(../game/bg.jpg); background-size:cover; padding:0; text-align:center; width:90%; max-width:900px;}
.game_t{width:100%; display:block}
.game_item{width:100%; margin:0 auto; display:block}
.game a{width:14%;height:auto; display:inline-block;margin:0 auto;}
.game a img{width:100%; height:auto;}
.shopbn{ 
	width:6em;
	font-size:1em; 
	border: rgba(102,51,51,1) 2px solid;
	text-align:center; 
	display:inline-block; 
	margin:0 1%;
	color:rgba(102,51,51,1); 
	padding:0.2em;
    text-transform: capitalize;/*翻頁效果*/
    display: inline-block;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform-origin: 50% 50% -0.6em;
    position: relative;
    transition: transform 0.3s ease;
}	
.shopbn:hover{
    transform: rotateX(90deg);
}
.shopbn:before{/*翻頁效果*/
    content: attr(data-hover);
    color: #fff;
	font-weight:bold;
	padding:0.2em;
	text-align:center; 
    background: #630;
	text-shadow:none;
    border-radius: 5px 0 5px;
    transform-origin: 50% 0;
    transform: rotateX(-90deg);
    position: absolute;
    top: 100%;
    left: 0;
	width:6em;
}
.buyimg{height:50vh; float:left; margin:2% auto}	
	/*瀏覽器尺寸最大為900px時*/
.title{ width:30vw; max-width:200px;}

@media (max-width:900px){

.cast{width:90%; display:block; margin:0 auto}
}

@media (max-width:700px){
	.block{width:95%}
	#menu{position:absolute; z-index:900;text-align:center; left:0; bottom:0; width:100%;}
	.title{ width:30vw; max-width:200px; margin:0 auto; display:block}
	.buyinfo{display:block; width:100%; margin:0 auto}
	.buyimg{ float:none; display:block}
}
@media (max-width:600px){
	.mobi{ display:block}
	.pc{ display:none}
	

}	

