@charset "utf-8";
/* CSS Document */
body {
	Font-family:微軟正黑體,Arial;
  	margin:0 auto;
  	padding:0;
	overflow-x:hidden;
	background: #000;
	color:#6FC;
	font-weight:bold;
	}
	@media (max-width:700px){}
	
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}
#bg{width:100%; position:fixed; top:0; margin:0 auto; z-index:0; opacity:0.7}
#bg img{width:100%;filter: blur(10px);}
#cover{
	position:relative;
	z-index:50;
	width:100%;	
	text-align:center;
	margin:0 auto;
	padding-top:5em;
	background:url(images/bg.png) center center;
	background-size:contain;
	animation:infinite linear cover 10s;
	
	}
	#cover img{max-width:900px; width:100%;}
	#cs{ position:absolute; z-index:2;}
	#title{position:absolute; z-index:3;}
	#LOGO{ position:relative; z-index:4;}
	@media (max-width:700px){#cover{background:url(images/bg.png) center center;
	background-size:cover;}}
	@keyframes cover {
		0%{ background-position:0 0}
		100%{ background-position:200% 0}
	}

/*主視覺結束*/

/*雲霧*/
*,
*:before,
*:after {
  box-sizing: inherit;

  
}

figure {
  margin: 0;
}

.absolute-bg {
  position:fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.fog {
  position:fixed;
  top:0;
  height: 100vh;
  width: 100%;
}
.fog__container {
  position:fixed;
  height: 100%;
  width: 100%;
  z-index:0;
  overflow: hidden;
}
.fog__img {
  position:fixed;
  height: 100vh;
  width: 300%;
}
.fog__img--first {
  background: url("images/bgc1.png");
  background-size: contain;
  background-repeat:repeat;
          animation: marquee 600s linear infinite;
}
.fog__img--second {
  background: url("images/bgc2.png");
  background-size: contain;
  background-repeat:repeat;
          animation: marquee 300s linear infinite;
}
@media (max-width:600px){.fog__img--first {animation: marquee 200s linear infinite;}.fog__img--second{ animation: marquee 100s linear infinite;}}

@keyframes marquee {
  0% { background-position:0 0;}
  100% {background-position:300% 0;}
}	



/*各內容區塊樣式*/
main{ position:relative; z-index:999;margin:0 auto}

.block{position:relative;width:100%;margin:2em auto; padding:3em 0; text-align:center}
.b-p{
	margin:1em auto;
	position:relative;
	padding:2em 5%; 
	width:80%;
	max-width:800px;
	text-align:center;
	line-height:3em;
	font-weight:bold;
	border-radius:15px;
	color:#BADAD2;
	border: 1px solid rgba(102,255,204,1);
    backdrop-filter:blur(5px) ;
    background:rgba(255,255, 255, 0.1);
    box-shadow: #6FC 0 0 25px inset, rgba(51,204,204,1) 0 0 10px, 20px 20px 50px rgba(0, 0, 0, 1);
	}
	.b-p p{max-width:600px; margin:0 auto}
	@media (max-width:700px){
		}
.gift{ position:relative; margin:2em auto; text-align:center; width:100%; }
	.gift img{ width:80%; max-width:650px; }
.big_title{background:linear-gradient(90deg, #6FC, #C9F, #6F6, #6FC); background-clip:text;-webkit-background-clip: text; color: transparent;animation:bt 50s infinite linear ; font-weight:bold;-webkit-filter:brightness(1); height:auto;}

@keyframes bt {
		from{}
		to{ background-position:3000px 500px;}
	}
.sp_title{color:#fff; text-align:center; background:#000; padding:0 1em; line-height:1em;  margin:1em auto}
.link{color:#6FC; letter-spacing:0.5em; font-size:1.5em; font-weight:bold; text-shadow:#099 0 0 5px; margin:2em auto;--rgb-gradient: linear-gradient(45deg,#66FFFF, #339999, #33FF00);}
.link:hover{color: #FFF; text-shadow: #C39 0 0 5px; --rgb-gradient: linear-gradient(45deg,#CC33FF, #FF6699, #FFCC33);}
.bookcover {
	width:50%; 
	display:inline-block; 
	vertical-align:text-top;
	text-align:center;
	position:relative; z-index:80;
	clear:both}
.bookcover img{
	width:100%;
	margin:1em auto }
.bookcover img:hover{animation:bookcover 0.5s linear forwards ;
	}
	@keyframes bookcover {0%{} 100%{ transform:scale(1.03)}}	
.storyinfo{
	position:relative; z-index:80;
	width:40%;
	padding:2% 2em;
	font-weight:bold;
	line-height:2.8em;
	display:inline-block;
	vertical-align:text-top;
	margin:1em auto;
	text-align:left;}
	.storyinfo p{text-shadow: #000 0 0 5px, #00 0 0 8px;color: #fff;}


@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;transform: none}
}

@media (max-width:700px){
	.bookcover{ display:block; text-align:center;width:80%;margin:0 auto;transform: none}

}
	
	
/*按鈕效果*/
.readlink{
    color: #6FC;
	display:inline-block;
	font-weight:bold;
    font-size: 1.5em;
    text-transform: uppercase;
    border:2px solid #6FC;
	margin-left:0.5em;
	margin-right:0.5em;
	margin:1em auto;
    padding:1% 5%;
    border-radius: 20px 0;
    position: relative;
    z-index: 1;
	background:rgba(0,0,0,.5);
	backdrop-filter:blur(5px) ;
    transition: all 0.3s ease 0.1s;
}
@media (max-width:700px){.readlink{display:block;}}
.readlink:hover{
    color: #fff;
    background:rgba(51,204,204,.5);
    border-radius: 0;
	text-shadow:none;
	border:2px solid rgba(51,204,204,1);
}
.readlink:before,
.readlink:after,
.readlink span:before,
.readlink span:after{
    content: "";
    background-color: #rgba(51,204,204,1);
    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:700px){
	.mobi{ display:block}
	.pc{ display:none}
	.sp_title{font-size:.8em; letter-spacing:normal; padding:0.2em 1em;}	

}	



.infocard{ 
	position:relative;
	border-radius:0.5em;
	margin:2em auto;
	margin-left:0.5em;
	margin-right:0.5em;
	border-top: 1px solid rgba(255,255, 255, 0.5);
    border-left: 1px solid rgba(255,255, 255, 0.5);
    height: 450px;
    width:280px;
    border-radius:15px;
    backdrop-filter:blur(5px) ;
    background:rgba(255,255, 255, 0.1);
    box-shadow:20px 20px 50px rgba(0, 0, 0, 0.5);
	color:#fff;
	vertical-align:top;
	text-align:center;
	display:inline-block;
	}
	.infoicon{width:150px; height:150px; border-radius:100%; margin:1em auto;border: #6FC 1px solid; box-shadow:#3CC 0 0 10px;}
	.infocard a{color:#6FC}
	.infocard a:hover{color: #FF9}
	.infoicon:hover{border: #FF9 1px solid; box-shadow:#FF9 0 0 10px;}
	@media (max-width:700px){.infocard{margin:2em auto;margin-left: auto;margin-right: auto;}.infoicon{width:150px; height:150px;}}



