@charset "utf8";

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body{
	margin:0px;
	background: #ffffff url(images/bg.jpg) center top fixed;
	font-family:"微軟正黑體","Microsoft JhengHei","儷黑 Pro","LiHei Pro Medium",Verdana, Arial, Helvetica,sans-serif;
}
.basic-font{
	font-size:14pt;
	line-height:1.5em;
}
.basic-font h1{
	line-height: 1.6em;
}
.basic-font p{
	text-align: justify;
	padding:0 0 0.3em 0;
}
.basic-font .ll{
	font-size: 1.5em;
}
.basic-font p:last-child{
	padding-bottom: 0;
}
.basic-font p.noindent{
	text-indent: 0em;
}
.basic-font p.smallfont{
	font-size:0.8em;
}
.basic-font strong{
	font-weight: 600;
}

.text-center{
	text-align: center;
}

.wrapper{
	width: 100%;
	overflow: hidden;
}
.container{
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
}

.mobile{
	display: none;
}

/***************/

header{
	background: #eeedeb;
	padding-top: 30px;
	padding-bottom: 50px;

	background: #000000 url(images/head_bg.jpg) center top no-repeat;
	background-size: 110%;
}

.bar{
	text-align: center;
	padding: 30px 0 25px 0;
}
.bar1{
	background: #eeeeee;
}
.bar2{
	background: #e60012;
}
.bar-end{
	padding-top: 60px;
	padding-bottom: 80px;
}
.border{
	width: 100%;
	display: block;
}

.intro{
	background: #fff;
	padding-top: 30px;
	padding-bottom: 60px;
}
.intro .txt{
	padding-left: 10vw;
	padding-top: 60px;
}
.intro .txt span.ss{
	color: #e60012;
	padding-right: 12px;
	font-weight: bolder;
}
.intro .book{
	display: block;
	margin: 0 auto;
	max-width: 360px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.intro p.shop{
	text-align: center;
}
.intro .basic-font{
	line-height: 1.9em;
}


.info{
	background:#000 url(images/box-bg1.jpg) repeat-x bottom;
	padding-bottom: 20px;
	position: relative;
	height: 730px;
}
.info .mask{
	width: 100%;
	position: relative;
	top:0;
	left: 0;
	right:0;
	background: url(images/mv_cover.png);
	z-index: 3;
	height: 730px;
}
.info #bgmv{
	position: absolute;
	width: 80%;
	top:0;
	z-index: 2;
	max-height: 700px;
}
.info .container{
}
.info .container .inner-box{
	width: 90%;
	border:1px solid #fff;
	background: rgba(0,0,0,0.5);
	padding: 30px 8% 30px 8%;
	margin: 40px 5% 0px 5%;

	overflow: auto;

	color: #fff;
	position: relative;
}
.info .container img.mv-btn{
	display: block;
	margin: 0 auto;
}

.author{
	padding: 50px 0 50px 0;
	border-bottom:1px dashed #333;
}
.author .title{
	padding-left: 5vw;
	padding-top: 1.5em;
	text-align: right;
}
.author .txt{
	padding-right: 15vw;
	padding-left: 10vw;
}

.preview{
	background: url(images/read_bg.png) center top repeat-y;
	padding: 0 0 60px 0;
}
.preview .container{
	margin-top: 60px;
}
.preview img.list-border{
	margin-left: 25%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.preview .list-box{
	width: 86%;
	margin: 0 auto;
	background: #fff;
	padding: 5%;

	font-size: 12pt;
}
.preview .bottom50{
	margin-bottom: 50px;
}
.preview .read-btn{
	display: block;
	float: right;
	margin-right: -5.5%;
	margin-top: -2%;
}

.more{
	padding-top: 60px;
	padding-bottom: 80px;
}
.more .box{
	padding-left: 20%;
	padding-right: 20%;
	line-height: 1.8em;
}

footer{
	background: #000;
}
footer img{
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}

.title-bar{
	margin-bottom: -2px;
}

/********/

a.btn{
	display:inline-block;
	width:160px;
	height:30px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	background: #e60012;

	color:#fff;
	font-size: 13px;
	font-weight: bolder;
	margin-top:12px;

	line-height: 30px;
}

a.btn:hover{
	background: #000;
	color: #fff;
}



/***************/

.menu{
	position: fixed;
	height: 110%;
	width: : 180px;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(12,12,12,0.6);
	z-index: 999;
	top:-14px;
	padding-top: 20px;
	left: -300px;
	transition: all 0.2s linear 0s;
}
.menu-open{
	left: 0;
}

.menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: block;
	text-align: center;
	font-size: 16pt;
	color: #f0f0f0;
	border-top:1px solid #888;
	padding-top: 20px;
	padding-bottom: 20px;
}
.menu ul li:first-child{
	border-top:0px solid #888;
}
.menu ul li a{
	display: block;
	font-size: 16pt;
	text-decoration: none;
	color: #fff;
	font-weight: bolder;

	text-align: center;
}
.menu ul li a:hover{
	color:#00b7ee;
	font-weight: bolder;
}


#nav-icon{
  width: 40px;
  height: 32px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;

  right: 20px;
  top:20px;
}

#nav-icon span{
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #666;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 2px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 15px;
}

#nav-icon span:nth-child(4) {
  top: 28px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/********/

.loader{
	height: 100%;
	width: 100%;
	position: fixed;
	top:0%;
	background: #000 url(images/load.png) center center no-repeat;
	z-index: 25;
}

.front-anime{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0%;
	background: #fcfcfc;
	z-index: 15;

	transition: all 2.5s ease 11s;
}
.front-anime .frame1{
	background: #fff url(images/frame1.png) center center no-repeat;
	background-size: 80%;
	width: 100%;
	height: 100%;

	position: absolute;
	top:0;
	left: 0;

	z-index: 9;

	transition: all 1.5s ease 1s;
}
.frame-fadeout{
	opacity: 0;
	z-index: -5;
}
.front-anime .frame2{
	background:#fff url(images/frame2.png) center center no-repeat;
	background-size: 80%;
	width: 100%;
	height: 100%;

	position: absolute;
	top:0;
	left: 0;

	z-index: 8;

	transition: all 1.5s ease 3s;
}
.front-anime .frame3{
	background:#fff url(images/frame3.png) center center no-repeat;
	background-size: 80%;
	width: 100%;
	height: 100%;

	position: absolute;
	top:0;
	left: 0;

	z-index: 7;

	transition: all 1.5s ease 6s;
}
.front-anime .frame4{
	background:#fff url(images/frame4.png) center center no-repeat;
	background-size: 80%;
	width: 100%;
	height: 100%;

	position: absolute;
	top:0;
	left: 0;

	z-index: 6;

	transition: all 1.5s ease 11s;
}

/********/


#gotop {
	width: 60px;
	height: 60px;
	opacity: 0.8;
	position: fixed;
	bottom: 20px;
	right: 10px;
	display: none;
	text-indent: -9999px;
	background: url(images/top.png) no-repeat;
	background-size: contain;
	z-index: 99;
	opacity: 0.5;
}


/********/

.btcf:after {
    content:"";
    display:table;
    clear:both;
}

/*********/
