@charset "utf-8";
/* CSS Document */
body {
  Font-family:微軟正黑體,Arial;
  margin:0 auto;
  padding:0;
  background: url(images/BG.pNg)top left,#d2ecfa;
  background-size:auto; 
  overflow-x:hidden;
 /*animation:bgani 100s infinite linear;*/

}

@keyframes bgani {
		0% {  opacity:1}
			50% {  opacity:.2}
		100% { opacity:1}
	}

	
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:#e74782; font-weight:bolder; text-shadow:#FFF 0 0 2px,#FFF 0 0 5px,#FFF 0 0 8px}
p a{text-decoration:none;}

.block{
	display:block;
	position:relative;
	margin:0;
	padding:1%;
	width:100%;
	text-align:center;
	background:;
	z-index:3;

	}
.block3{
	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:0;
	}
h1{line-height:1.5em; font-size:30px; margin-top:5%; color:#fff; text-shadow:#e74782 0 0 5px,#e74782 0 0 8px,#e74782 0 0 10px}
h1 span{color:#e74782; font-size:.7em; text-shadow:none}
.visual{
	width:80%;
	display:block;
	position: relative;
	text-align: center;
	margin:0% auto;
	z-index:99;
	}
.visual img{
	width:100%;
	max-width:1000px;}

	@keyframes roll {
		0% { transform:rotate(0 )}
		25%{transform:rotate(-3deg)}
		50%{transform:rotate(0 )}
		75%{transform:rotate(3deg)}
		100% {transform:rotate(0 )}
	}
		
.logo{ display:inline-block; z-index:999; width:50%; position: absolute;left:0; top:3%}
.logo img{ width:100%; max-width:800px}
  
.copyright{display:block;
  color:#e74782;
  font-size:12px;
  margin:2% auto;
  letter-spacing:.1em;
  line-height:3em}
.gift{width:60%;height:auto; max-width:700px; min-width:250px;text-align:center; display:block; margin:2% auto;}
.gift:hover{ animation:big 0.2S ease-in both;}
.gift2{width:45%;height:auto; max-width:600px; min-width:150px;text-align:center; display:block; margin:2% auto;}
.gift2:hover{ animation:big 0.2S ease-in both;}
.price{ text-align:center; margin:3% auto; color:#FFE900; line-height:2em }
.sptitle{width:100%;height:auto; max-width:800px; min-width:250px;text-align: center;  margin:0% auto; position:relative}
.sm{ width:45%}

.cast{ width:100%; margin:2% auto;  text-align:center; display:block; position:relative; padding:2% auto;}
.cast2{width:30%; height:auto; max-width:500px; min-width:50px;text-align:center; display: inline-block; margin:1% 0;}

.author{ width:100%; margin:2% auto;  text-align:center; display:block; position:relative; padding:5% auto;color:#777}
.author2{ display:block; width:40%; margin:2% auto; min-width:200px; }
.author2 img{ width:100%; border-radius:20em; box-shadow:#777 0 0 10px}
h2{ font-size:20px; color:#000}
.deco{ display:inline-block; position: absolute;}
.deco img{ max-width:100px; animation:wave infinite linear 3s}
.d1{ width:10%; left:5% ; top:10% ; transform:rotate(30deg)}
.d2{ width:10%; right:5% ; top:30%}
.d3{ width:10%; left:-20% ; top:10%}
.d4{ width:10%; right:-10% ; bottom:10%}

@keyframes big {
		0% { transform:none; }
		100% { transform:scale(1.05); }
	}
@keyframes wave {
		0% { transform: rotate(0) }
     	25% { transform: rotate(-10deg) }
		50% { transform: rotate(0) }
		75% { transform: rotate(10deg) }
		100% { transform: rotate(0) }
	}
canvas {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display:inline-block;
	position:fixed

}
/*shop*/
.btn{
    font-size:1.2em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: .8% 2%;
    border: 2px solid #e74782;
	border-radius:10em;
	background:;
    overflow: hidden;
	margin:3% 1% ;
    position: relative;
	display:inline-block;
	color:#e74782;
	width:16%;
    z-index:5;
    transition: all 0.5s;
	cursor:pointer;
}
.long{width:25%; margin:5% auto; display:block;}
.btn:hover{
    color: #FFF;
	text-shadow:#e74782 1px 1px 4px,#e74782 0px 0px 10px,#e74782 0px 0px 10px,#e74782 0px 0px 10px;
    animation: swoosh 0.4s ease-out 0.2s;
	border: 2px solid #FFF;
}
.btn:before,
.btn:after{
    content: "";
    background-color:#e74782 ;
    height: 100%;
    width: 100%;
    opacity:.9;
    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: .7;
    transform: scale(1);
	
}
@keyframes swoosh{
    0%,100%{ box-shadow: 0 0 0 0 transparent; }
    50%{ box-shadow: 0 0 0 8px rgba(231,70,124,0.5); }
}
/*shop over*/
/*特殊字*/

.gradient1 {
  display:block;
  place-items: center;  
  text-align: center;
  margin:5% auto;
  height:auto;
  font-weight:bolder;
  width:100%;
  -webkit-box-reflect: below -5px linear-gradient(transparent, rgba(0,0,0,.2));
  line-height:1em;
  
}
.gradient1 span {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  animation: waviy 1s infinite, color-animation 1s linear infinite;
  animation-delay: calc(.1s * var(--i));
}

.title-word-1 {
  --color-1: #FFF;
  --color-2: #F5FF00;
}

.title-word-2 {
  --color-1: #6E00E8;
  --color-2: #E7005A;
}

.title-word-3 {
  --color-1: #E7005A;
  --color-2: #F5FF00;
}

.title-word-4 {
  --color-1: #6E00E8;
  --color-2: #E7005A;
}

.title-word-5 {
  --color-1: #FFF;
  --color-2: #F5FF00;
}

@keyframes color-animation {
  0%    {color: var(--color-1)}
  19%   {color: var(--color-1)}
  20%   {color: var(--color-2)}
  99%   {color: var(--color-2)}
  100%  {color: var(--color-1)}
}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-20px)
  }
}
/**/

/*特殊標題*/	

.gradient2{ color:#e74782; letter-spacing:.1em; line-height:2em; font-size:1.5em; margin:auto; font-weight:900; margin-top:2%}
.gradient2 span{ color:#e74782}
 
.gradient3{ background:linear-gradient(90deg,rgba(231,70,124,0) 0%,rgba(231,70,124,1)15%,rgba(231,70,124,1)85%, rgba(231,70,124,0) 100%); color:#FFF; width:100%; margin:auto}

.gradient4{color:#FFF;font-size:2em; letter-spacing:.1em; font-weight:bolder; margin:1% auto ; line-height:2em; text-align:center; text-shadow:#e74782 0 0 4px, #e74782 0 0 7px, #e74782 0 0 10px, #e74782 0 0 15px }

.gradient4  span {
  position: relative;
  display: inline-block;
  color:#FFF;
  text-shadow:#e74782 0 0 4px, #e74782 0 0 7px, #e74782 0 0 10px;
  -webkit-animation: jump 1s ease infinite;
  }
.gradient4  span:nth-child(2) {
  animation-delay:.14s;
  }
 .gradient4  span:nth-child(3) {
  animation-delay:.28s;
  }
 .gradient4  span:nth-child(4) {
  animation-delay:.42s;
  }
 .gradient4  span:nth-child(5) {
  animation-delay:.56s;
  }
   .gradient4  span:nth-child(6) {
  animation-delay:.7s;
  }
   .gradient4  span:nth-child(7) {
  animation-delay:.84s;
  }
@-webkit-keyframes jump {
  0%{ opacity:0}
   25%{ opacity:1}
  50% {opacity:1}
   75%{ opacity:1}
  100% {opacity:0}}
  
/*特殊標題結束*/	



@media (max-width:600px){
.block3{width:90%; margin-left:4%}
.btn{
	margin:5% auto;
	display:block;
	text-align:center;
	width:45%;}
.gift{ max-width:90vw;text-align:center;}
.gradient2{ font-size:1.2em}
.gradient3{ background:#e74782; width:90% }
 h1{font-size:25px; letter-spacing:0}
.gift{width:90%;}
.ml1 {
  font-size:1.5em;
}
.deco{ display:none}
.visual{
	width:100%;}
}



#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);
  }
}

