@charset "utf-8";
/* CSS Document */

/* CSS Document */
body {
	Font-family:微軟正黑體,Arial;
  	margin:0 auto;
  	padding:0;
	overflow-x:hidden  !important;
	background:linear-gradient(to right , #003, #039, #09F , #3FF, #3CF, #39F, #03C, #003);
	padding-bottom:200px;
	}
a{text-decoration:none}
.gp{display:inline-block}


/*主視覺*/
.pc{ display:block}
.mobi{ display:none}
.topBN{margin-top:6vh}
#bg1{ position:absolute; left:-30vw; top:0; height:100vh; max-height:70vw; z-index:1; opacity:0.2 }
#bg1 img{height:100%; transform:scale(1.2)}
#bg2{ position:absolute; right:-30vw; bottom:0; height:100vh; max-height:70vw; z-index:1;opacity:0.2 }
#bg2 img{height:100%; transform:scale(1.2)}
#bg3{ position:absolute; left:17vw;bottom:-20vw; width:66vw;z-index:2;}
#bg3 img{width:100%; transform: perspective(800px) rotateX(75deg) rotateY(0deg);}
#bgs{position:absolute; top:0; left:0; z-index:1;}
#bgs img{width:100%;}
/*主視覺結束*/

main{
	width:95%; 
	margin:5vh auto;
	text-align:center; 
	position:relative;
	overflow-x:hidden;

	z-index:998;
	}
	
/*各內容區塊樣式*/
.big{background:url(images/logo.svg) no-repeat center; background-size:contain; color:#fff; text-shadow:#000 0 0 5px,#000 0 0 15px;letter-spacing:0.5em; }
	


.paper{
	display:inline-flex;
	text-align: center;
	width:98%;
	height:auto;
	background:#D9C9B2;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	margin:0 auto;
	border-radius:5px;
	}
#Left ,#Right {
	position:relative;
	margin: 0 auto;
	padding:2%;
	width:45%;
	border-radius:5px;
	display:inline-block;
	vertical-align:middle;
	
  	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
	}	
	#Left{background: url(images/bg2.png) no-repeat 50% 50%,linear-gradient(0deg, #D9C9B2 0%, #EFE8D8 88%) ; background-size:contain;}
	#Right {background: linear-gradient(0deg, #D9C9B2 0%, #EFE8D8 88%); line-height:1.8em}
	
#cast{margin-top:30vh; vertical-align:text-top; }
#cast h1:nth-child(1){text-align:center;}	
.castborder{ vertical-align:top;background: linear-gradient(0deg, rgba(0,51,153,.5) 0%, rgba(0,204,204,.2) 88%); border:#FFF 2px solid; color:#FFF; font-weight:bold; text-shadow:#039 0 0 30px; line-height:1.8em; font-size:1em; border-radius:2em; margin:0 auto; clear:both; width:95% !important}
#cast p{ padding:1vh 2vw; text-indent:2em; text-align:left}

.castinfo{vertical-align:top; width:55%; display:inline-block}
.castinfo h1{ font-size:2.5em}
.castimg{ width:40%; display:inline-block}
.castsbox{text-align:center;display:block; width:100% !important}
.castb{ max-width:100%; max-height:80vh; vertical-align:top}
.casts{ margin:0 auto; width:30%; display:inline-block !important; box-shadow: rgba(0,0,0,.5) 0 0 5px; }
.castimg img:hover{transform:scale(1.1);}

.bobobo{margin-top:10vh;}


/*周邊商品*/
.box{
    position: relative;
    overflow: hidden;
	display:inline-block;
	margin:5vh 3vw;
	box-shadow:#000 0 0 30px;
}
.box img{
    width: auto;
    height: 50vh;
    transition: all 0.3s ease;
}
.box:hover img{
    transform: scale(1.4);
    filter: grayscale(80%);
}
.box .box-content{
    color: #fff;
    background: linear-gradient(rgba(0,102,255,0.9),rgba(0,204,153,5));
    width: 90%;
    padding:15% 20% 15% 5%;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -100%;
    z-index: 1;
    transition: all 0.3s ease;
}
.box:hover .box-content{
    opacity: 1;
    left: 0;
}
.box .title{
    font-size:1.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing:0.1em;
    margin: 0 0 0.3em;
	color:#CCF;
}
.box .post{
    font-size: 1em;
	font-weight:bold;
    text-transform: capitalize;
    margin: 0 0 1em;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    margin: 0 0.5em;
    display: inline-block;
}
.box .icon li a{
    color: #fff;
    background: transparent;
    font-size: 1em;
    text-align: center;
    line-height: 1.5em;
    border: 1px solid #fff;
    border-radius:2em;
	padding:0.1em 0.5em;
    display: block;
    position: relative;
    transition: all 0.3s ease;
	margin: 0.5em auto;
	vertical-align:middle;
}
.box .icon li  a:hover{
    color: #fff;
    box-shadow: 0 0 10px #000;
}
@media only screen and (max-width:990px){
    .box { margin: 0 0 3em; }
}

/*連結效果*/
.link{
    display: inline-block;
    position: relative;
    z-index: 1;
	margin:0 1em;
}
.link span{
    color: rgba(0,0,0,0.5);
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5em 0.1em 0;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.link:hover span{
	color:#09C;
    transform: rotateY(360deg);
}

.link:before{
    content: '';
    height: 0.2em;
    width: 0;
    background:linear-gradient(to right , #0CC, #333);
    position: absolute;
    left:0;
    top: 0;
    transition:all 0.3s ease 0s;
}
.link:hover:before{ width: 100%; }
@media only screen and (max-width: 990px){
    .link span{ font-size: 1em; }
}
@media only screen and (max-width: 767px){
    .link{ margin-bottom: 20px; }
}
/*連結效果結束*/

@media (max-width:900px){

	.paper{display:block;height: auto; padding:10 0;}
	#Left,#Right{display:block;width:98%;height: auto; padding:10 0;box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0);background:#EFE8D8;}
}

@media (max-width:700px){
	.block{width:90%}
	.castinfo{ width:100%; display:block}
	.castimg{ width:100%; display:block}
}
@media (max-width:600px){
	.mobi{ display:block}
	.pc{ display:none}
	#bg3{ position:absolute; left:17vw;bottom:10vw; width:66vw;z-index:2;}
	#bottombar{height:auto; line-height:1.2em}
	#bottombar .link{color:#ccc; font-size:4vw; display:inline-block}
	.castinfo{ font-size:.7em !important; line-height:1.5em; font-weight:normal}
	body{overflow-x:hidden  !important;}
	.aboutme{display:none;}
	.aboutme2{color:#333; font-size:.7em;display:block; position:relative;}
}	


/*3D旋轉*/
@-webkit-keyframes 
turn {  50% {
 -webkit-transform: rotateX(5deg) rotateY(0.5turn);
 -ms-transform: rotateX(5deg) rotateY(0.5turn);
 transform: rotateX(5deg) rotateY(0.5turn);
}
 100% {
 -webkit-transform: rotateX(-5deg) rotateY(1turn);
 -ms-transform: rotateX(-5deg) rotateY(1turn);
 transform: rotateX(-5deg) rotateY(1turn);
}
}
@-moz-keyframes 
turn {  50% {
 -webkit-transform: rotateX(5deg) rotateY(0.5turn);
 -ms-transform: rotateX(5deg) rotateY(0.5turn);
 transform: rotateX(5deg) rotateY(0.5turn);
}
 100% {
 -webkit-transform: rotateX(-5deg) rotateY(1turn);
 -ms-transform: rotateX(-5deg) rotateY(1turn);
 transform: rotateX(-5deg) rotateY(1turn);
}
}
@-o-keyframes 
turn {  50% {
 -webkit-transform: rotateX(5deg) rotateY(0.5turn);
 -ms-transform: rotateX(5deg) rotateY(0.5turn);
 transform: rotateX(5deg) rotateY(0.5turn);
}
 100% {
 -webkit-transform: rotateX(-5deg) rotateY(1turn);
 -ms-transform: rotateX(-5deg) rotateY(1turn);
 transform: rotateX(-5deg) rotateY(1turn);
}
}
@keyframes 
turn {  50% {
 -webkit-transform: rotateX(5deg) rotateY(0.5turn);
 -ms-transform: rotateX(5deg) rotateY(0.5turn);
 transform: rotateX(5deg) rotateY(0.5turn);
}
 100% {
 -webkit-transform: rotateX(-5deg) rotateY(1turn);
 -ms-transform: rotateX(-5deg) rotateY(1turn);
 transform: rotateX(-5deg) rotateY(1turn);
}
}
.carousel {
  position: absolute;
  left:0vw;
  bottom:0vh;
  width: 100vw;
  height:80vh;
  z-index:0;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-5deg) rotateY(0);
  -ms-transform: rotateX(-5deg) rotateY(0);
  transform: rotateX(-5deg) rotateY(0);
  -webkit-animation: turn 20s infinite linear;
  -moz-animation: turn 20s infinite linear;
  -o-animation: turn 20s infinite linear;
  animation: turn 20s infinite linear;
}

.carousel .slide {
  position: absolute;
  width: 100%;
  height:100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel .slide:nth-child(1) {
  -webkit-transform: rotateY(0deg) translateZ(30vw);
  -ms-transform: rotateY(0deg) translateZ(30vw);
  transform: rotateY(0deg) translateZ(30vw) perspective(800px) rotateX(-40deg);opacity:0.5;
}

.carousel .slide:nth-child(2) {
  -webkit-transform: rotateY(51.42857deg) translateZ(30vw);
  -ms-transform: rotateY(51.42857deg) translateZ(30vw);
  transform: rotateY(51.42857deg) translateZ(196px)perspective(800px) rotateX(-40deg);opacity:0.3;
}

.carousel .slide:nth-child(3) {
  -webkit-transform: rotateY(102.85714deg) translateZ(30vw);
  -ms-transform: rotateY(102.85714deg) translateZ(30vw);
  transform: rotateY(102.85714deg) translateZ(30vw)perspective(800px) rotateX(-40deg);opacity:0.1;
}

.carousel .slide:nth-child(4) {
  -webkit-transform: rotateY(154.28571deg) translateZ(30vw);
  -ms-transform: rotateY(154.28571deg) translateZ(30vw);
  transform: rotateY(154.28571deg) translateZ(196px)perspective(800px) rotateX(-40deg);opacity:0.5;
}

.carousel .slide:nth-child(5) {
  -webkit-transform: rotateY(205.71429deg) translateZ(30vw);
  -ms-transform: rotateY(205.71429deg) translateZ(30vw);
  transform: rotateY(205.71429deg) translateZ(30vw)perspective(800px) rotateX(-40deg);opacity:0.4;
}

.carousel .slide:nth-child(6) {
  -webkit-transform: rotateY(257.14286deg) translateZ(30vw);
  -ms-transform: rotateY(257.14286deg) translateZ(30vw);
  transform: rotateY(257.14286deg) translateZ(30vw)perspective(800px) rotateX(-40deg);opacity:0.2;
}

.carousel .slide:nth-child(7) {
  -webkit-transform: rotateY(308.57143deg) translateZ(30vw);
  -ms-transform: rotateY(308.57143deg) translateZ(30vw);
  transform: rotateY(308.57143deg) translateZ(30vw)perspective(800px) rotateX(-40deg);opacity:0.1;
}
/*3D旋轉結束*/

/*頁籤*/
#story{
	margin:0 auto;
	border-radius:5px;
	display:flex;
	height:auto;
	}
		.scifiUI {
		  list-style: none;
		  position: relative;
		  width: 100%;
		  padding: 0;
		  font-size: 0.95em;
		}
		
		.scifiUI li {
		  display: inline-flex;
		  margin:0.5em auto;
		  height:80vh;
		  padding-bottom:10vh;
		  
		}
		.scifiUI li input[type="radio"] {
		  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		  opacity: 0;
		  position: absolute;
		  outline: none;
		  
		}
		.scifiUI li input[type="radio"]:checked ~ label {
		  height: 40px;
		  font-size: 1em;
		  cursor: default;
		  background:#000;
		  color:#FC0;
		}
		.scifiUI li input[type="radio"]:checked ~ .section {
		  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		  opacity: 1;
		  width: 100%;
		  padding: 1em;
		  z-index: 1;
		  
		}
		.scifiUI li label {
		  display: block;
		  min-width:inherit;
		  height: 40px;
		  padding:0 0.5em 0 0.5em;
		  line-height: 40px;
		  text-align: center;
		  cursor: pointer;
		  transition: all 200ms ease-in-out;
		  background:#FC0;


		}
		.scifiUI li label:hover {
		  color: #FC0;
		  height: 40px;
		  background:#000;
		}

		.scifiUI li .section {
		  opacity: 0;
		  position: absolute;
		  top: 100px;
		  left: 0;
		  padding: 0;
		  transition: all 200ms ease-in-out;
		  display:block;
		  text-align:center;
		  line-height:1.5em;
		}