@charset "utf-8";
/* CSS Document */
body {
	Font-family:微軟正黑體,Arial;
  	margin:0 auto;
  	padding:0;
	overflow-x:hidden;
	background:linear-gradient(100deg, #f2a7b3 40%, #938B7D 0%);
	background-size: ,cover;
	}

	
a{text-decoration:none}
.gp{display:inline-block}
/*東立選單*/	

.btn{
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
	width:100%;
	background: rgba(51,204,204,.8);
	margin:0 auto;
	opacity: 0.9;
	text-align:center;
	vertical-align:middle;
	padding:0.2em 0;
	}
.btn a{ font-size:1.5em; font-weight:bold; color:#FF6; margin:0 auto; margin-left:1em; margin-right:1em; letter-spacing:0.5em;}
@media (max-width:600px){.btn a{ font-size:1em;margin-left:0.5em; margin-right:0.5em;letter-spacing:0.1em; }}
#nav{ min-height:5vh; text-align:center; margin-bottom:0;z-index:9999;}
#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;text-decoration:none}
@-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);
  }
}
/*東立選單結束*/

/*主視覺*/
.pc{ display:block}
.mobi{ display:none}
#logo{position:absolute; left:5vw; top:10vh; width:60vw; z-index:50}	
#cover{position:relative; width:100%; max-width:1000px; margin:0 auto; text-align:center; background:url(images/cover.png) center center no-repeat; background-size:contain;}
@media (max-width:600px){}
#cover img{ width:100%; margin:0 auto;animation:ease-in-out 3s swingcover infinite}
@keyframes swingcover {

		25% { transform:rotate(-2deg) }
		50% { transform:rotate(2deg) }
		75% { transform:rotate(-1deg) }
		100% { transform:rotate(0deg); }
	}
.sp_title{color:#FFF; font-size:.8em; letter-spacing:.5em; background:linear-gradient(to right ,rgba(255,0,51,0), rgba(255,0,51,1), rgba(255,0,51,1),rgba(255,0,51,0));  text-shadow: #F33 0 0 5px,#39F 0 0 15px; padding:0.2em 2em; width:33em; text-align:center; margin:0 auto}
.topinfo{padding-top:2em}
.topinfo h3{color:#69C; letter-spacing:0.5em; text-shadow:#fff 0 0 10px;}
.topinfo h4{color:#6CF}
.gift{width:55%; float:left; margin-right:2%; }
#bm{bottom:0; left:-10vw; position:fixed;animation:  linear 15s normal none infinite bm}
#bm img{width:20vw; min-width:150px; max-width:250px}
#bm:hover{left:0}
@-webkit-keyframes bm{
	0%{}
	30%{ left:0}
	60%{left:0}
	70%{left:-20vw}
	100{left:-10vw}
	
	}
/*主視覺結束*/




/*各內容區塊樣式*/

.block{
	position:relative;
	color:#666;
	padding:5%; 
	margin:5% auto; 
	text-shadow:0 0 10px rgba(255,255,255,1),0 0 10px rgba(255,255,255,1);
	border:#fff 5px medium;
	width:70%;
	box-shadow: #666 0 0 25px;
	line-height:2em;
	text-align:center;
	border-radius:2em;
	background:radial-gradient(rgba(255,255,255,.3) 32%, rgba(255,255,255,0) 33%) 0 0,
radial-gradient(rgba(255,255,255,.3) 13%, rgba(255,255,255,0) 14%) 0 0,
radial-gradient(rgba(255,255,255,.3) 19%, rgba(255,255,255,0) 20%) 0 110px,
radial-gradient(rgba(255,255,255,.3) 13%, rgba(255,255,255,0) 14%) -130px -170px,
radial-gradient( rgba(255,255,255,.3) 13%, rgba(255,255,255,0) 14%) 130px 370px,
radial-gradient( rgba(255,255,255,.3) 13%, rgba(255,255,255,0) 14%) 0 0,
rgba(255,255,249,.8);
background-size: 470px 470px, 970px 970px, 410px 410px, 610px 610px, 530px 530px, 730px 730px, 100% 100%;
	animation:blockg 100s infinite linear ;
	}
	@keyframes blockg {
		0%{ background-position:0 0,0 0,0 110px, -130px -170px, 130px 370px, 0 0,0 0}
		100%{ background-position:100% 100%,100% 100%,100% 110%,-100% -170%,130% 150%,100% 100%,0 0}
	}
.boxtitle{ color:#F99; font-weight:bold; text-shadow: #Fff 1px 1px 5px,#Fff -1px -1px 5px,#Fff 0px 0px 5px,#Fff 0px 0px 5px; }
.boximg{width:100%; min-width:300px; max-width:800px; height:auto; margin:0 auto}
/*按鈕效果*/
.readlink{
    color:#fff;
	text-shadow:#999 1px 1px 1px;
	font-weight:bold;
    font-size: 1.5em;
    text-transform: uppercase;
    border:1px solid #FCC;
	background:#FCC;
    padding:1% 5%;
    border-radius: 20px 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.1s;

}
.readlink:hover{
    color: #fff;
    background:#F69;
    border-radius: 0;
	text-shadow:none;
}
.readlink:before,
.readlink:after,
.readlink span:before,
.readlink span:after{
    content: "";
    background-color: #F69;
    width: 0;
    height: 2px;
    position: absolute;
    top: -2px;
    right: 0;
    transition: all 0.3s ease;
}
.readlink:after,
.readlink span:after{
    width: 2px;
    height: 0;
    right: -2px;
    transition: 0.45s ease;
}
.readlink span:before{
    width: 0;
    top: auto;
    bottom: -2px;
    right: auto;
    left: 0;
}
.readlink span:after{
    right: auto;
    left: -2px;
    bottom: -2px;
    top: auto;
}
.readlink:hover:before,
.readlink:hover span:before{
    width: 100%;
}
.readlink:hover:after,
.readlink:hover span:after{
    height: 108%;
}


#sppic{
	background:#FFF;
	box-shadow:#000 0 0 30px;
	border:#C96 2px solid;
	width:90%;
	margin:1% auto;
	text-align:center;
	cursor:pointer;
	}
#sppic:hover{transform:scale(1.1)}	
#sppic img:nth-child(1){ width:30%}
#sppic img:nth-child(2){ width:60%}	

	
/*商店連結（如果有的話）*/
.shop{width:100%; display:block;}
.shopbn{ 
	width:3.5em;
	font-size:1em; 
	border:none;
	text-align:center; 
	display:inline-block;
	font-weight:bold;
	margin:0 2%;
	color:#fff;
	background:#f2a7b3;
	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;
	text-shadow:#999 2px 2px 2px;
}
.shopbn:hover{
    transform: rotateX(90deg);
}
.shopbn:before{/*翻頁效果*/
    content: attr(data-hover);
    color: #fff;
	font-weight:bold;
	padding:0.2em;
	text-align:center; 
    background:#6895ab; 
    border-radius: 5px 0 5px;
    transform-origin: 50% 0;
    transform: rotateX(-90deg);
    position: absolute;
    top: 100%;
    left: 0;
	width:3.5em;
	text-shadow:#6895ab 0 0 5px;
}
.page{/*翻頁效果*/
	width:50vw;
	display:block;
	margin:0 auto;
}
.page:before{/*翻頁效果*/
	width:50vw;
	background:rgba(0,0,0,.5);
	border: rgba(255,255,255,.8) 2px solid;
	display:block;
	margin:0 auto;
}
	/*瀏覽器尺寸最大為900px時*/


@media (max-width:700px){
	.block{width:80%}
	#sppic img:nth-child(1){ width:100%}
	#sppic img:nth-child(2){ width:100%}	

}
@media (max-width:600px){

	.mobi{ display:block}
	.pc{ display:none}
	.topinfo{ width:100%; text-align:center}
	.sp_title{font-size:.8em; letter-spacing:normal; padding:0.2em 1em; width:100%;}
	

}	


/*縮放*/
.bgstar{
	animation:star 5s linear infinite;
	position:fixed;
	z-index:99999;
	clear:both}
.bgstar img	{width:90%}
	
@keyframes star {
		0% { transform: scale(1); }
		50% { transform: scale(0.5);}
		100% { transform: scale(1); }
	}
#s1{ left:0% ;top: 20%; width:10vw; height:5vw; animation-delay:0.1s; opacity:.8}
#s2{ left:0% ;top: 5%; width:5vw; height:5vw; animation-delay:0.2s; opacity:.5}
#s3{ left:10% ;top: 12%; width:2vw; height:2vw; animation-delay:0.3s; opacity:.8}
#s4{ right:5% ;bottom: 12%; width:5vw; height:5vw; animation-delay:0.1s; opacity:.9}
#s5{ right:10% ;bottom: 20%; width:8vw; height:8vw; animation-delay:0.2s; opacity:.5}
#s6{ right:8% ;bottom: 40%; width:2vw; height:2vw; animation-delay:0.3s; opacity:.8}
/*旋轉結束*/