﻿@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html {
  font-family: "Helvetica", "Arial", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif;
  letter-spacing: 6px;
  background-color: #383838;
}
ul {
  list-style: none;
}
#TOP-MENU {
  position: fixed;
  display: block;
  width: 100%;
  height: 40px;
}
#TOP-MENU #BTN { /* 製作手機版 右上角的按鈕 */
  display: block;
  width: 37px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url("image/menu_web.png");
  position: absolute; /* 子層絕對 */
  right: 15px;
  top: 13px;
  text-indent: -9999px;
}
/* 選單 */
#NAV {
  display: none;
}
#mobile-nav {
  width: 100%;
  height: auto;
  background-color: #333333;
  display: none; /* 把主選單先關掉 */
  position: fixed;
  top: 40px;
  z-index: 99;
}
.menu_left {
  display: none;
}
.menu_right .home {}
.menu_right ul {
  width: 100%;
  height: auto;
}
.menu_right li {
  width: 100%;
  float: none;
  letter-spacing: 1px;
  font-size: 16px;
}
.menu_right li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #F5F5F5;
  background-color: #414141;
  border: 1px solid #FFF;
}
.menu_right li a:hover {
  background-color: #2A1700;
  border: 1px solid #FFF;
  color: #FFF;
}
main {
  display: none;
}
.mobile-mainpic {
  width: 100%;
  height: auto;
}
.wrap {
  margin: 0 auto;
  width: 94%;
}
h1 {
  margin-top: 10vw;
  margin-bottom: 3vw;
  color: #FFF;
  text-align: center;
  font-size: 1.5em;
}
/* 浮動視窗 */
.float {
  display: none;
}
.float img {
  width: 20vw;
  position: fixed;
  right: 1vw;
  top: 50%;
  margin-top: -2.5em;
}
/* 故事 */
.wrap #story .story1 {
  margin: 5px auto;
  height: auto;
  border: solid 0.5px #686868;
  padding: 1%;
}
.wrap #story .story1 p {
  margin-top: 2%;
  color: #FFF;
  text-align: justify;
  letter-spacing: 4px;
}
.wrap #story .story1 h2 {
  color: #ff1927;
  text-align: center;
  font-family: '微軟正黑體修正';
}
.wrap #story .story1 .title p {
  color:#55A1DC;
  text-align: center;
  font-weight: bold;
  font-size: 4vw;
  letter-spacing: 4px;
}
/* 發行資訊 */
#news {margin-bottom: 10vw}
#news p {
  color: #FFFFFF;
  line-height: 2.2em;
	text-align: center;
}
.n {
  display: block;
	text-align: center;
  
}
.n1 a {
  text-decoration: none;
}
.n1 p {
	margin-top: 1vw;
  font-size: 1vw;
	
}
.n1 img {
  margin: 5vw auto 0 auto;
  width: 15vw;
}
/* 影片 */
.wrap #vedio {
  margin-bottom: 10vw;
  text-align: center;
}
.wrap #vedio p {
  margin: 1vw 0;
  color: #FFF;
  text-align: center;
  padding: 0 0 2vw 0;
}
.v {}
.v1 iframe {
  width: 100%;
  height: 50vw;
}
#vedio .v1 img {
  width: 100%;
  height: 50vw;
}
.v1 {
  margin-bottom: 15vw;
  background-color: #000;
}
/* 掃碼*/
#DVD {
	display:none;
}

#DVD p {
  color: #FFFFFF;
}
#DVD .container {
  margin: 50px auto;
  max-width: 100%;
  text-align: center;
}
#DVD a {
  text-decoration: none;
  color: #FFFFFF;
}
#DVD li {
  line-height: 2em;
}
.btnx {
  width: 150px;
  height: 20px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
  background: #b621fe;
  border: none;
  z-index: 1;
}
.btnx:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #663dff;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  transition: all 0.3s ease;
}
.btnx:hover {
  color: #fff;
}
.btnx:hover:after {
  left: 0;
  width: 100%;
}
.btnx:active {
  top: 2px;
}

.btn5 {
  width: 150px;
  height: 20px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}
.btn3 {
  width: 150px;
  height: 20px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}
.btn4 {
  width: 150px;
  height: 20px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}
.btn5, .btn3, .btn4 {
  background: #b621fe;
  border: none;
  z-index: 1;
}
.btn5:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #663dff;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  transition: all 0.3s ease;
}
.btn5:hover {
  color: #fff;
}
.btn5:hover:after {
  left: 0;
  width: 100%;
}
.btn5:active {
  top: 2px;
}
.btn3:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #663dff;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  transition: all 0.3s ease;
}
.btn3:hover {
  color: #fff;
}
.btn3:hover:after {
  left: 0;
  width: 100%;
}
.btn3:active {
  top: 2px;
}
.btn4:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #663dff;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  transition: all 0.3s ease;
}
.btn4:hover {
  color: #fff;
}
.btn4:hover:after {
  left: 0;
  width: 100%;
}
.btn4:active {
  top: 2px;
}
/* 角色 */
.slick {
  margin: 2px 0;
}
.slick img {
  margin: 0 2px;
}
.slick-prev {
  left: -50px;
}
.slick-prev:before, .slick-next:before {
  font-size: 50px;
  color: #8d0404;
}
.wrap .characterBIG, .ch1 {
  display: none;
}
.wrap .characterBIG .character2 {
  display: none;
}
/* 活動 */
.wrap #activity {
  display: none;
}
/* 回上面 */
.ui_backtop {
  margin: 0vw 20vw -10vw 0;
  text-align: right;
}
.ico-slant-arrow-up {
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2em;
  left: 2em;
}
.btn-backtop .ico:before {
  position: relative;
  bottom: -.2em;
  left: -.05em;
  transition: .3s ease;
}
.btn-backtop:active .ico:before, .btn-backtop:hover .ico:before {
  bottom: 0;
  left: 0
}
.ui_backtop a {
  color: #FFF;
  text-decoration: none;
}
.btn-backtop .ico {
  overflow: hidden;
  height: 36px;
}
.ico {
  transition: transform .1s ease;
  line-height: 1em !important;
}
/* 頁尾 */
.ui_socialiconlist span {
  display: none;
}
:hover > .ico {
  color: #d077ff;
}
.ico-align-middle {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1em;
  margin-top: -2.05em;
}
.ico, [class*=" ico-"]:before, [class*="ico"], [class^="ico-"], [class^="ico-"]:before {
  display: inline-block;
  width: auto;
  margin-top: 0.2em;
  font-size: 1.4em;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
[class*=" ico-"]:before, [class^="ico-"]:before {
  display: inline-block;
  line-height: 1em;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'icons';
  src: url(font/icons.eot?3526703);
  src: url(font/icons.eot?3526703#iefix) format("embedded-opentype"), url(font/icons.woff2?3526703) format("woff2"), url(font/icons.woff?3526703) format("woff"), url(font/icons.ttf?3526703) format("truetype"), url(font/icons.svg?3526703#icons) format("svg");
  font-weight: normal;
  font-style: normal;
}
.ico-slant-arrow-up:before {
  content: '\e80a';
}
.ico-social-fb:before {
  content: '\e80b';
}
.ico-social-youtube:before {
  content: '\e810';
}
.ico-social-line:before {
  content: '\e80d';
}
.ico-social-ig:before {
  content: '\e80c';
}
.ico-social-weibo:before {
  content: '\e80f';
}
.ico-social-twitch:before {
  content: '\e80e';
}
.ui_row {
  margin-bottom: 20px;
}
.ui_row a {
  color: #FFF;
}
footer {
  clear: both;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 1px;
  color: #FFF;
  padding: 1vw 0;
  background-color: #121212;
}
/* 頁尾 */
footer {
  display: none;
}
.mobile-footer {
  margin-top: 10vw;
  font-size: 0.8em;
  text-align: center;
  letter-spacing: 1px;
  color: #FFFFFF;
  background-color: #121212;
  padding: 2vw;
}