@charset "utf-8";
/* CSS Document */
body {
	Font-family:微軟正黑體,Arial;
  	margin:0 auto;
  	padding:0;
	overflow-x:hidden;
	}

	
	@media (max-width:800px){}
a{text-decoration:none}
.gp{display:inline-block}
/*東立選單*/	

.btn{
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
	width:100%;
	background:rgba(0,0,0,.7);
	margin:0 auto;
	opacity: 0.9;
	text-align:center;
	vertical-align:middle;
	padding:0.2em 0;
	}
.btn a{ font-size:1em; font-weight:bold; color:#FF6; margin:0 auto; margin-left:1em; margin-right:1em;  letter-spacing:0em;}

#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}

#contentContainer{
	position:relative;
	z-index:50;
	text-align:center;
	margin:0 auto;
	background:url(images/bgL.png) left top no-repeat, url(images/bgR.png) right top no-repeat, linear-gradient(0deg,rgba(0,0, 0, 0) , #8b1a68);
	background-size:contain, contain;
	}
	#LOGO{margin:auto auto; left:20%; position:absolute;max-width:1200px; width:100%;}

#cover{
	position:relative;
	z-index:50;
	text-align:center;
	margin:0 auto;
	background:url(images/bgL.png) left top no-repeat, url(images/bgR.png) right top no-repeat, linear-gradient(0deg,rgba(0,0, 0, 0) , #8b1a68);
	background-size:contain, contain;
	width:100%;
	}
	#logomobi{margin:auto auto;position: relative; width:95vw; max-width:600px;}




/*主視覺結束*/

	@keyframes blockg {
		0%{ background-position:0 0}
		100%{ background-position: 0 -200% }
	}

/*各內容區塊樣式*/
main{ position:relative; z-index:10; background:url(images/bgSL.png) left top repeat-y,url(images/bgSR.png) right top repeat-y; background-size: auto, auto;}
		@keyframes bobg {
		0%{ background-position:0 0}
		100%{ background-position:100% 0}
	}
.block{
	position:relative;
	padding:5vh 15%; 
	margin:0 auto; 
	width:70%;
	text-align:center;
	line-height:3em;
	font-weight:bold;
	}
	@media (max-width:700px){
		.block{padding:5vh 5%; margin:0 auto; width:90%;}}
.gift{ position:relative; margin:2em auto; text-align:center; width:100%; max-width:1200px;}
	.gift img{ width:100%}
.big_title{background:linear-gradient(90deg, #C96, #C99, #C60, #C96); background-clip:text;-webkit-background-clip: text; color: transparent;animation:bt 30s infinite linear ; font-weight:bold;-webkit-filter:brightness(1); heig:auto; font-weight:bold; text-shadow: #FC6 0px 0px 10px;animation:bt linear infinite 5s}

@keyframes bt {
		from{}
		to{ background-position:3000px 500px;}
	}
.sp_title{color:#fff; text-align:center; background:#000; padding:0 1em; margin:1em auto; line-height:1.1em}
	.t2{ padding:0 0; margin:1em 0.1em;background:rgba(255,255,255,.7); color:#000; text-shadow:#FFF 0 0 5px }
.storybox{
	width:80%; max-width:1000px; margin:2em auto; padding:2em; 
	position:relative;
    border-radius:15px;
	border-top: 1px solid rgba(204,51,153,1);
    border-left: 1px solid rgba(204,51,153,1);
    backdrop-filter:blur(7px) ;
    background:linear-gradient(0deg, rgba(153,51,153,0.8),  rgba(0,0, 0, 0.8), rgba(0,0, 0, .5));
    box-shadow: inset #939 0 0 5px,inset #939 0 0 10px,#939 0 0 5px, #939 0 0 5px, 20px 20px 50px rgba(0, 0, 0, 0.5);
	color:#fff;
	text-shadow: #000 0 0 5px, #939 0 0 10px;
	animation:bobg linear infinite 10s;}

.bookcover {
	width:35%;
	display:inline-block; 
	vertical-align:middle;
	text-align:center; }
.bookcover img{
	width:100%;}
.bookcover img:hover{animation:bookcover 0.5s linear forwards ;
	}
	@keyframes bookcover {0%{} 100%{ transform:scale(1.03)}}	
.storyinfo{
	width:50%;
	padding:0 5%;
	font-weight:bold;
	line-height:2.8em;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	color: #fff;
	text-shadow: #000 0 0 5px,#000 0 0 15px;
	
	}

@media (max-width:800px){

.storyinfo{width:90%;padding:2%;display:block;margin:0 auto; text-align:center;}
.bookcover{ display:block; text-align:center;width:60%;margin:0 auto;}
}

@media (max-width:700px){
	.bookcover{ display:block; text-align:center;width:80%;margin:0 auto;}

}
	
	
/*按鈕效果*/
.readlink{
    color: #FFF;
	text-shadow: #939 0 0 10px;
	display:inline-block;
	font-weight:bold;
    font-size: 1.5em;
    text-transform: uppercase;
    border:2px solid #66F;
	margin-left:0.5em;
	margin-right:0.5em;
	margin-top:1em;
	margin-bottom:1em;
    padding:1% 5%;
    border-radius: 20px 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
	background: url(images/bgR.png) right top no-repeat fixed,linear-gradient(0deg,rgba(0,0,0,0), rgba(102,102,255,0.5));
	background-size: auto;
	box-shadow:#000 5px 5px 50px;
}
@media (max-width:600px){.readlink{display:block; margin:1em auto}}
.readlink:hover{
    color: #FC9;
    background: url(images/bgR.png) right center no-repeat,linear-gradient(0deg, rgba(153,51,153,0.8),rgba(0,0,0,0));
	background-size: cover;
    border-radius: 0;
	text-shadow: #939 0 0 2px, #000 0 0 10px;
	border:2px solid  #FC9;
	opacity:1;
	
}
.readlink:before,
.readlink:after,
.readlink span:before,
.readlink span:after{
    content: "";
    background-color:#FC9;
    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%;
}


	


@media (max-width:900px){
	.bookcover{ display:block; text-align:center;width:80%;margin:0 auto;}

}

@media (max-width:700px){

	.mobi{ display:block}
	.pc{ display:none}
	.sp_title{font-size:.8em; letter-spacing:normal; padding:0.2em 1em;}	

}	

.boxxx{ width:100%; max-width:900px; position:relative; margin:0 auto}
.box{ 
	height:12em;
    width:12em;
	margin:2em auto;
	margin-left:0.5em;
	margin-right:0.5em;
	position:relative;
    border-radius:15px;
	border-top: 1px solid rgba(255,255, 255, 0.5);
    border-left: 1px solid rgba(255,255, 255, 0.5);
    backdrop-filter:blur(5px) ;
    background:rgba(255,255, 255, 0.1);
    box-shadow:20px 20px 50px rgba(0, 0, 0, 0.5);
	color:#fff;
	text-shadow: #000 0 0 5px,#036 0 0 10px;
	display:inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align:center;
	line-height:1.5em;
	}
	.box:hover{background:rgba(0,102,255,.2);box-shadow:0px 0px 5px rgba(0,102,255,1), #0CF 0 0 15px,20px 20px 50px rgba(0, 0, 0, 0.5);}
	@media (max-width:700px){.box{margin:1em auto;margin-left: auto;margin-right: auto; width:100%;}}

.neonlink span
{
	position: absolute;
	display: block;
}
.neonlink span:nth-child(1)
{
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #E6CA97);
	animation: animate1 1s linear infinite;
}
@keyframes animate1
{
	0%
	{
		left: -100%;
	}
	50%, 100%
	{
		left: 100%;
	}
}
.neonlink span:nth-child(2)
{
	top: -100px;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #E6CA97);
	animation: animate2 1s linear infinite;
	animation-delay: 0.25s;
}
@keyframes animate2
{
	0%
	{
		top: -100%;
	}
	50%, 100%
	{
		top: 100%;
	}
}
.neonlink span:nth-child(3)
{
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, #E6CA97);
	animation: animate3 1s linear infinite;
	animation-delay: 0.5s;
}
@keyframes animate3
{
	0%
	{
		right: -100%;
	}
	50%, 100%
	{
		right: 100%;
	}
}
.neonlink span:nth-child(4)
{
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, #E6CA97);
	animation: animate4 1s linear infinite;
	animation-delay: 0.75s;
}
@keyframes animate4
{
	0%
	{
		bottom: -100%;
	}
	50%, 100%
	{
		bottom: 100%;
	}
}
.neontitle
{
	position: relative;
	display: inline-block;
	padding: 0.2em 1em;
	color:#EED9B0;
	margin: 1em  auto;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	transition: 0.5s;
	letter-spacing: 0.2em;
}
.neontitle span
{
	position: absolute;
	display: block;
}
.neontitle span:nth-child(3)
{
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #E6CA97);
	animation: animate1 1s linear infinite;
}

.neontitle span:nth-child(2)
{
	top: -100px;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #E6CA97);
	animation: animate2 1s linear infinite;
	animation-delay: 0.25s;
}

.neontitle span:nth-child(1)
{
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, #E6CA97);
	animation: animate3 1s linear infinite;
	animation-delay: 0.5s;
}

.neontitle span:nth-child(4)
{
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, #E6CA97);
	animation: animate4 1s linear infinite;
	animation-delay: 0.75s;
}
.card{width:100%; max-width:600px; margin:auto auto}