@charset "utf-8";
/* CSS Document */
body {
	Font-family:微軟正黑體,Arial;
  	margin:0 auto;
  	padding:0;
	overflow-x:hidden;
	background:radial-gradient(rgba(102,204,255,.1) 32%, rgba(255,255,255,0) 33%) 0 0,
radial-gradient(rgba(102,204,255,.1) 13%, rgba(255,255,255,0) 14%) 0 0,
radial-gradient(rgba(255,204,204,.1) 19%, rgba(255,255,255,0) 20%) 0 110px,
radial-gradient(rgba(255,153,204,.1) 13%, rgba(255,255,255,0) 14%) -230px -270px,
radial-gradient( rgba(204,153,255,.1) 13%, rgba(255,255,255,0) 14%) 130px 370px,
radial-gradient( rgba(255,239,242,.3) 13%, rgba(255,255,255,0) 14%) 0 0,
#fff;
background-size: 470px 470px, 970px 970px, 410px 410px, 610px 610px, 530px 530px, 1000px 1000px, 100% 100%;
	animation:blockg 100s infinite linear ;
	}
	@keyframes blockg {
		0%{ background-position:0 0,0 0,0 110px, -130px -170px, 130px 370px, 0 0,0 0}
		100%{ background-position:100% 100%,100% 100%,100% 110%,-100% -170%,130% 150%,100% 100%,0 0}
	}
	

	
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}
#book1{ position:absolute; width:100%;height:100vh; background:url(images/bookC1.png) center center no-repeat; background-size:contain;animation:25s book1 infinite;}
@keyframes book1{
	0%{ opacity:0; transform:translate(0,-300px)}
	5%{opacity:1; transform:translate(0,0)}
	15%{ opacity:1; transform:translate(0,0)}
	20%{ opacity:0; transform:translate(0,300px)}
	100%{ opacity:0}}
#book2{ position:absolute; width:100%;height:100vh; background:url(images/bookC2.png) center center no-repeat; background-size:contain;animation:25s book2 infinite;}
@keyframes book2{
	0%{ opacity:0; transform:scale(0.5)}
	15%{opacity:0; transform:scale(0.5)}
	20%{ opacity:1; transform:scale(1)}
	35%{ opacity:1; transform:scale(1)}
	40%{ opacity:0; transform:scale(0.5)}
	100%{ opacity:0}}	

#cover{
	position:relative;
	z-index:50;
	width:100%;	
	text-align:center;
	margin:0 auto;
	max-width:920px;
	animation:25s cover infinite;
	height:100vh;
	}
	#cover img{ max-width:20%;margin-top:10vh;  max-height:90vh;}
	#cover img:hover{animation: 1s linear 0s normal none infinite jello-horizontal;}
@keyframes cover{
	0%{ opacity:0}
	35%{opacity:0}
	40%{ opacity:1}
	90%{ opacity:1}
	100%{ opacity:0}}	


/*主視覺結束*/




/*各內容區塊樣式*/
main{ position:relative; z-index:10;background:linear-gradient(180deg, rgba(255,255,255,0),rgba(255,153,204,0.3),rgba(204,153,255,0.3),rgba(102,204,255,0.3), rgba(255,255,255,0));}
.block{
	position:relative;
	padding:5vh 10%; 
	margin:0 auto; 
	width:60%;
	text-align:center;
	line-height:3em;
	font-weight:bold;
	}

.big_title{background:linear-gradient(90deg,rgba(255,255,153,1), rgba(255,153,204,1),rgba(204,153,255,1),rgba(102,204,255,1),rgba(255,255,153,1)); 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; border-bottom:#fff dotted 1px; padding-bottom:0.2em}
.bookcover {
	width:50%; 
	display:inline-block; 
	vertical-align:middle;
	text-align:center; }
.bookcover img{
	width:95%;}
.bookcover img:hover{animation:bookcover 0.5s linear forwards ;
	}
	@keyframes bookcover {0%{} 100%{ transform:scale(1.03)}}	
.storyinfo{
	width:42%;
	padding:2% 2%;
	font-weight:bold;
	line-height:2.8em;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	}
.mail{background: url(images/mail.svg) top left no-repeat,url(images/mail2.svg) top right no-repeat,url(images/mail3.svg) bottom left no-repeat,url(images/mail4.svg) bottom right no-repeat; border:#C96 5px double; width:100%; margin:0 auto}

@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:#96C;
	display:inline-block;
	font-weight:bold;
    font-size: 1.5em;
    text-transform: uppercase;
    border:1px solid #96C;
	margin-left:0.5em;
	margin-right:0.5em;

    padding:1% 5%;
    border-radius: 20px 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}
@media (max-width:600px){.readlink{display:block; margin:1em auto}}
.readlink:hover{
    color:#FFF;
    background:#F9C;
    border-radius: 0;
	text-shadow:none;
	border:1px solid #F9C;
}
.readlink:before,
.readlink:after,
.readlink span:before,
.readlink span:after{
    content: "";
    background-color:#F9C;
    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){
	.block{width:80%}
	.mobi{ display:block}
	.pc{ display:none}
	.sp_title{font-size:.8em; letter-spacing:normal; padding:0.2em 1em;}	

}	


