@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:auto; 
  overflow-x:hidden;
}

@keyframes bgani {
		0% { background-position:-50%,50%}
		100% { background-position:150%,50%}
	}

	
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;}
p a{text-decoration:none;}

.block{
	display:block;
	position:relative;
	margin:0;
	padding:1%;
	width:100%;
	text-align:center;
	background:#7186A3

	}
.block2{
	display: inline-block;
	position:relative;
	color:#FFF;
	margin:0;
	margin-right:0;
	padding:2% auto;
	width:55%;
	background:;
	font-weight:700;
	text-align:center;
	letter-spacing:.1em;
	z-index:3;
	vertical-align:top;
	}
.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{ color:#E4697D; line-height:1.5em; font-size:35px; margin-top:5%}
h1 span{color:#F7AD10; font-size:.7em; text-shadow:none}
.visual{
	height:110vh;
	display: inline-block;
	position: relative;
	margin-left:-5%;
	text-align:left;
	vertical-align:top;
	z-index:99}
.visual img{
	height:100%;
	max-height:1200px;}

.deco{ width:30%; display:inline-block; position:fixed; z-index:1;  right:-15%; top:-30%;animation:deco 5s infinite linear;}
.deco img{ width:100%;}
@-webkit-keyframes deco {
  0% { transform:rotate(0) }
  100% {  transform:rotate(360deg) }}
  
.copyright{display:block;
  color:#FFF;
  font-size:9px;
  margin:2% auto;
  letter-spacing:.1em;
  line-height:3em}
.gift1{width:100%;height:auto; max-width:1200px; min-width:250px;text-align:center; display:block; margin:auto}
.price{ text-align:center; margin:3% auto; color:#F7AD10; }

.bigcast{ display:block; position:relative; margin:2% auto}
.cast{ display:inline-block; margin:2% 2%; width:40%; padding:2% 1%; vertical-align:top;background: rgba(20,175,154,.8); border-radius:1em; box-shadow:#16B19A 0 10px 10px}
.castimg{ display:block; width:80%; margin:2% auto; text-align:center}
.castimg img{ width:100%; max-width:500px; border-radius:10em}
.casttxt{display:block; margin:2% auto; width:80%; line-height:1.2em}
h2{ line-height:1.5em}
h2 span{ font-size:20px; background:#FFF; color:#16B19A; padding:0% 3%; border-radius:5px}
/*shop*/
.btn{
    font-size:1.2em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: .8% 2%;
    border: 2px solid #62C4F1;
	background:#62C4F1;
    overflow: hidden;
	margin:3% 1% ;
    position: relative;
	display:inline-block;
	color:#FFF;
	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:#004F79 1px 1px 4px,#004F79 0px 0px 10px,#004F79 0px 0px 10px,#004F79 0px 0px 10px;
    animation: swoosh 0.4s ease-out 0.2s;
	border: 2px solid #FFF;
}
.btn:before,
.btn:after{
    content: "";
    background-color:#004F79 ;
    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(0,80,120,0.5); }
}
/*shop over*/
/*特殊字*/

.gradient1 {
  display:block;
  place-items: center;  
  text-align: center;
  margin:0 auto;
  font-size:40px;
  height:auto;
  width:100%;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
  line-height:2em;
}
.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: #F7AD10;
  --color-2: #62C4F1;
}

.title-word-2 {
  --color-1: #004F79;
  --color-2: #FF8298;
}

.title-word-3 {
  --color-1: #007182;
  --color-2: #121013;
}

.title-word-4 {
  --color-1: #FF6C6F;
  --color-2: #F7AD10;
}

@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)
  }
}
/**/

/*特殊標題*/	
 
.gradient3{ background:linear-gradient(90deg,rgba(228,105,125,0) 0%,rgba(228,105,125,.8)25%,rgba(228,105,125,.8)75%, rgba(228,105,125,0) 100%); color:#FFF; width:100%; margin:auto}

.gradient4{color:#62A5DA;font-size:25px; letter-spacing:.1em;  margin:2% auto 1% auto; line-height:3em
}

.gradient4  span {
  position: relative;
  display: inline-block;
  color:#E7364A;
  -webkit-animation: jump 1s ease infinite;
  }
.gradient4  span:nth-child(2) {
  animation-delay:.5s;
  }

@-webkit-keyframes jump {
  0%{ transform:none}
  50% { transform: translate(0,-5px)}
  100% { transform:none} }
  
/*特殊標題結束*/	



@media (max-width:600px){
.block2{width:100%; }
.block3{width:90%; margin-left:4%}
.btn{
	margin:5% auto;
	display:block;
	text-align:center;
	width:45%;}
.long{ width:45%}
.gift1{ max-width:90vw;
height:auto; 
max-height:400px; 
min-height:100px;
text-align:center;}
.gradient4{ font-size:20px; letter-spacing:.05em; }
h2{ font-size:20px}
.cast{ display:block; margin:8% auto; width:80%; }
.visual{width:100vw;height:auto;display:block;margin-left:-2%;}
.visual img{
	height:auto;
	width:100%;
	max-height:1200px;}
	
h1{ font-size:28px;}
.gradient1 { font-size:25px;}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-10px)
  }
}
}
#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);
  }
}

