@charset "utf-8";
/* CSS Document */
body {
  Font-family:微軟正黑體,Arial;
  margin:0 auto;
  padding:0;
  background:#FFF
  /*-webkit-linear-gradient(top, #FFF 20% ,#920000 70%) fixed*/;
  background-size: cover; 
  overflow-x:hidden;
  animation:60s bgani infinite linear;
}
@keyframes bgani {
		0% { background-position:0}
		100% { background-position:bottom}
	}

	
a {text-decoration:none;}

main{ 
	width:100%; 
	margin:0 auto;
	text-align:center; 
	position:relative;
	overflow-x:hidden;
}

p{line-height:2.5em;margin:0%; text-indent:2em; text-align:left; color:#FFF; font-weight:bolder; text-shadow:#eb6d8e 0 0 10px, #eb6d8e 0 0 15px; }
p a{text-decoration:none;}

.block{
	display:block;
	position:relative;
	margin:0;
	padding:1%;
	width:100%;
	background: url(images/bgdeco.png),-webkit-linear-gradient(top, rgba(255,255,255,0) 0% ,rgba(230,185,190,.7) 70%) ;
	text-align:center;}
.block2{
	display:block;
	position:relative;
	color:#FFF;
	margin:2% auto;
	padding:2% auto;
	width:55%;
	background:;
	font-weight:700;
	text-align:center;
	letter-spacing:.1em;
	z-index:3;
	}

h1{ color:#FFF; text-shadow:#00375f 0 0 10px, #00375f 0 0 15px; line-height:1.5em; font-size:25px; padding-top:5%; border-top:#333 dashed 2px}
h1 span{color:#00375f; font-size:.7em;text-shadow:#FFF 0 0 5px,#FFF 0 0 7px,#FFF 0 0 9px,#FFF 0 0 11px}
.visual{
	width:100vw;
	display:block;
	position: relative;
	margin:auto;
	text-align:center;
	z-index:99}
.visual img{
	width:100%;
	max-width:1920px;}

/*cover*/
#cover{ max-width:500px; min-width:300px; display:block; margin:2% auto; position:relative; width:20vw; box-shadow:#FFF 0 0 5px}	
#cover:hover{ animation:big 0.2S ease-in both;}
@keyframes big {
		0% { transform:none; }
		100% { transform:scale(1.05); }
	}

.copyright{display:block;
  color:#a68f3d;
  font-size:9px;
  margin:2% auto;
  letter-spacing:.1em;
  line-height:3em}

/*大標圖*/
.stitle{ width:90%; max-width:800px; min-width:200px;text-align:center;}
/*贈品圖*/
.gift{width:auto;height:auto; max-height:400px; min-height:100px;text-align:center; display:block; margin:auto}
/*price＆info*/
.price{ text-align:center; margin:2% auto; color:#00375f}
.stxt{ letter-spacing:.2em; font-size:20px; line-height:3em; color:#FFF; text-shadow:#EE7C6B 0 0 5px,#EE7C6B 0 0 7px,#EE7C6B 0 0 10px,#EE7C6B 0 0 15px,#EE7C6B 0 0 20px; border-bottom:#00375f dotted 3px; padding-bottom:5%;}
.deco{ animation:3s deco infinite linear; position:fixed; width:100%; z-index:2; display:inline-block; top:0; left:0}

@keyframes deco {
		10% { opacity:1 }
		50% { opacity:0 }
		90% { opacity:1 }
	}

/*shop*/
.btn{
    font-size:1.2em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: .8% 2%;
    border: 2px solid #a68f3d;
	background:;
    overflow: hidden;
	margin:3% 1% 0% 1%;
    position: relative;
	display:inline-block;
	color:#a68f3d;
	width:16%;
    z-index:5;
    transition: all 0.5s;
	cursor:pointer;
}
.long{width:25%}
.btn:hover{
    color: #FFF;
	text-shadow:#a68f3d 1px 1px 4px,#a68f3d 0px 0px 10px,#a68f3d 0px 0px 10px,#a68f3d 0px 0px 10px;
    animation: swoosh 0.4s ease-out 0.2s;
	border: 2px solid #FFF;
}
.btn:before,
.btn:after{
    content: "";
    background-color:#a68f3d;
    height: 100%;
    width: 100%;
    opacity:.7;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all 0.4s ease-out 0.1s;
	
}
.btn:after{
    opacity:0;
    transform: scale(0.9,0.7);
    left: 0;
    transition: all 0.3s ease-out 0s;
}
.btn:hover:before{ left: 100%; }
.btn:hover:after{
    opacity: .3;
    transform: scale(1);
}
@keyframes swoosh{
    0%,100%{ box-shadow: 0 0 0 0 transparent; }
    50%{ box-shadow: 0 0 0 8px rgba(165,140,60,0.5); }
}
/*shop over*/
/*特殊標題*/	
 
.gradient3{ background:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.8)25%,rgba(0,0,0,.8)75%, rgba(0,0,0,0) 100%); color:#6CBB5A; width:100%; margin:auto}

.gradient4{color:#FFF; text-shadow:#57BACE 0 0 5px,#57BACE 0 0 10px,#57BACE 0 0 15px,#57BACE 0 0 20px; font-size:25px; letter-spacing:.8em;  margin:3% auto; line-height:3em
}
.gradient4  span {
  position: relative;
  display: inline-block;
  -webkit-animation: jump 1.3s ease infinite;
  }
.gradient4 span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
}
.gradient4 span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
}
.gradient4 span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
}
.gradient4 span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
}
.gradient4 span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
}
.gradient4 span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
}
.gradient4 span:nth-child(8) {
  -webkit-animation-delay: 0.7s;
}
.gradient4 span:nth-child(9) {
  -webkit-animation-delay: 0.8s;
}
.gradient4 span:nth-child(10) {
  -webkit-animation-delay: 0.9s;
}
.gradient4 span:nth-child(11) {
  -webkit-animation-delay: 1s;
}
.gradient4 span:nth-child(12) {
  -webkit-animation-delay: 1.1s;
}
@-webkit-keyframes jump {
  0%{ top:0}
  50% {top:15px}
  100% {top:0} }
  
/*特殊標題結束*/	



@media (max-width:600px){
.block2{width:90%; margin-left:4%}
.cover{ position:relative;width:90vw; text-align:center; margin:auto; display:block;}
.stitle{ width:95%}
.btn{
	margin:4% auto;
	display:block;
	text-align:center;
	width:45%;}
.long{ width:45%}
.gift{ max-width:90vw;
height:auto; 
max-height:400px; 
min-height:100px;
text-align:center;}
}

#nav{ min-height:1vh; text-align:center; margin-bottom:0;z-index:B6DDFE9; margin-top:1em}
#nav a{color:#572A1B;animation: 1s linear 0s normal none infinite jello-horizontal;margin:1%;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);
  }
}

