@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html {
  font-family: Helvetica, Arial, "Noto Sans TC", "蘋果儷中黑", "Apple LiGothic", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "微軟正黑體", "Microsoft JhengHei";
  letter-spacing: 4.5px;
  background-color: #383838;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
	background-color: #030514;
}
ul {
  list-style: none;
}
/* 手機選單 */
#TOP-MENU {
  display: none;
}
#TOP-MENU #BTN {}
/* 選單 */
#mobile-nav {
  display: none;
}
#NAV {
  width: 100%;
  height: 45px;
  background-color: #000000;
  position: fixed;
  z-index: 1;
}
.menu_left {
  float: left;
  height: 50px;
  padding: 8px 0 0 12px;
}
.menu_right {
  float: right;
}
.menu_right ul {
  list-style: none;
}
.menu_right li {
  float: left;
  font-size: 1em;
  line-height: 50px;
  padding-right: 20px;
}
.menu_right li a {
  color: #FFFFFF;
  text-decoration: none;
}
.menu_right li a:hover {
  box-shadow: 0 1px;
  padding-bottom: 5px;
}
.menu_right .home {
  display: none;
}
main {
  padding-top: 45px;
  width: 100%;
  height: auto;
}
.mobile-mainpic {
  display: none;
}
.wrap {
  margin: 0 auto;
  width: 1280px;
}
h1 {
  color: #FFF;
  text-align: center;
  font-size: 1.75rem;
  clear: both;
  margin: 0 0 1vw 0;
}
/* 浮動視窗 */
.float {
  display: none;
}
.float img {
  width: 8vw;
  position: fixed;
  right: 1vw;
  top: 50%;
  margin-top: -2.5em;
}
/* 故事 */
.wrap #story {
  padding-top: 5vw;
}
.wrap #story .story1 {
  margin: 20px auto;
  height: auto;
  border: solid 0.5px #686868;
  padding: 4%;
}
.wrap #story .story1 p {
  margin-top: 2%;
  color: #FFF;
  text-align: justify;
}
.wrap #story .story1 h2 {
  font-size: 1.4em;
  color: #ff1927;
  text-align: center;
  font-family: '微軟正黑體修正';
}
.wrap #story .story1 .title p {
  font-size: 1.4em;
  color:#F7D877;
  text-align: center;
  font-weight: bold;
}
.story1 img {}
/* 發行資訊 */
#news {
  padding-top: 5vw;
  margin: 0 auto;
  width: 1170px;
}
#news p {
  color: #FFFFFF;
  margin: 0 auto 2vw auto;
}
.n {
  display: block;
  text-align: center;
}
.n1 img {
  width: 5%;
}
.n1 p {
  font-size: 1vw;
}
.n1 a {
  text-decoration: none;
}
/* 掃碼*/
#DVD {
	display: none;
  padding-top: 5vw;
}
#DVD .story1 {
  height: auto;
  border: solid 0.5px #686868;
  padding: 4%;
}
.DVDBNT {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#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: 130px;
  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: 130px;
  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: 130px;
  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: 130px;
  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;
}
/* 角色 */
.characterBIG {
  padding-top: 5vw;
}
.wrap .slick {
  display: none;
}
.wrap .character {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.wrap h4 {
  color: #E38994;
  font-size: 1.5em;
  margin-bottom: 20px;
  text-align: center;
}
.wrap .character p {
  clear: both;
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: center;
}
.wrap .character .ch {
  width: 230px;
  height: auto;
  margin: 0 1vw 1.5vw 0;
}
.wrap .character img {
  clear: both;
}
.wrap .character .ch p {
  width: 240px;
  height: 30px;
  font-size: 1em;
  text-align: center;
}
.wrap .character .ch a {
  text-decoration: none;
  color: #FFF;
}
.wrap .character .ch a:hover {
  color:#F7D877;
}
.wrap .character .character2 {
  display: none;
}
.wrap .character .character2 {
  text-align: left;
  margin-bottom: 300px;
}
.wrap .character .character2 a {
  width: 105px;
  height: 30px;
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
  float: left;
  margin-left: 20px;
}
.wrap .character .character2 a:hover {
  color: #989898;
  font-weight: bold;
}
/* 活動 */
.wrap #activity {
  padding-top: 5vw;
  display: none;
  width: 1200px;
  height: 600px;
  margin: 0 auto 100px auto;
}
.contant li {
  float: left;
}
.contant h2 {
  color: #E38994;
}
.contant p {
  color: #fff;
  padding-top: 5px;
  padding-left: 20px;
}
/* 影片 */
.wrap #vedio {
  padding-top: 5vw;
  margin-bottom: 10vw;
}
.wrap #vedio, #DVD p {
  margin: 1vw 0;
  color: #FFF;
  text-align: center;
}
.v {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 3vw;
}
.v1 iframe {
  width: 560px;
  height: 315px;
}
#vedio .v1 img {
  width: 560px;
  height: 315px;
}
.v1 {
  background-color: #000;
}
/* 回上面 */
.ui_backtop {
  padding: 2em 80px;
  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';
}
footer .ui_row {
  margin-bottom: 20px;
}
footer {
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 1px;
  color: #FFF;
  padding: 1vw 0;
  background-color: #121212;
}
footer a {
  color: #FFF;
}
.mobile-footer {
  display: none;
}