@charset "UTF-8";
@font-face {
  font-family: "Hall Fetica";
  src: url("../fonts/HallFetica.eot?") format("eot"), url("../fonts/HallFetica.woff") format("woff"),
    url("../fonts/HallFetica.ttf") format("truetype"),
    url("../fonts/HallFetica.svg#HallFetica") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "agency";
  src: url("../fonts/ufonts.com_agency-fb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSansHant-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura LT Bold";
  src: url("../fonts/futura_lt_bold_1_.eot?") format("eot"),
    url("../fonts/futura-lt-bold.woff") format("woff"),
    url("../fonts/futura-lt-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Vrinda";
  src: url("../fonts/Vrinda.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
	mixin
*/
/* line 156, ../sass/_basic.scss */
.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(22, 22, 22, 0.95);
  z-index: -1;
  top: 0;
  left: 0;
}

/*
some variables
*/
@-webkit-keyframes move {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: -100% 50%;
  }
}
@keyframes move {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: -100% 50%;
  }
}
@-webkit-keyframes hoverPop {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@keyframes hoverPop {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@-webkit-keyframes w {
  0% {
    top: calc((100% - 30px) / 2);
    left: calc((100% - 30px) / 2);
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    top: calc((100% - 2100px) / 2);
    left: calc((100% - 2100px) / 2);
    width: 2100px;
    height: 2100px;
    opacity: 0;
  }
}
@keyframes w {
  0% {
    top: calc((100% - 30px) / 2);
    left: calc((100% - 30px) / 2);
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    top: calc((100% - 2100px) / 2);
    left: calc((100% - 2100px) / 2);
    width: 2100px;
    height: 2100px;
    opacity: 0;
  }
}
@-webkit-keyframes boundDown {
  from {
    height: 0;
    transform: translateY(-100vh);
  }
  to {
    height: 100vh;
    transform: translateY(0);
  }
}
@keyframes boundDown {
  from {
    height: 0;
  }
  to {
    height: 100vh;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.2;
  }
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.2;
  }
}
@keyframes fadeInFromNone5 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.5;
  }
}
@-webkit-keyframes fadeInFromNone5 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.5;
  }
}
@keyframes fadeInFromNone10 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInFromNone10 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 366, ../sass/_basic.scss */
.leftRight {
  -webkit-animation-name: leftRight;
  -webkit-animation-duration: 0.3s;
  animation-name: leftRight;
  animation-duration: 0.3s;
}

@-webkit-keyframes leftRight {
  50% {
    transform: translateX(-65%) translateY(-50%);
  }
  100% {
    transform: translateX(50%) translateY(-50%);
  }
}
@keyframes leftRight {
  50% {
    transform: translateX(-65%) translateY(-50%);
  }
  100% {
    transform: translateX(50%) translateY(-50%);
  }
}
@-webkit-keyframes zoom {
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes load1 {
  0% {
    background: #fb7677;
  }
  25%,
  50%,
  75%,
  100% {
    background: #6c6e8d;
  }
}
@keyframes load1 {
  0%,
  100% {
    background: #fb7677;
  }
  25%,
  50%,
  75% {
    background: #6c6e8d;
  }
}
@-webkit-keyframes load2 {
  0%,
  100% {
    background: #fb7677;
  }
  25%,
  50%,
  75% {
    background: #6c6e8d;
  }
}
@keyframes load2 {
  25% {
    background: #fb7677;
  }
  0%,
  50%,
  75%,
  100% {
    background: #6c6e8d;
  }
}
@-webkit-keyframes load3 {
  50% {
    background: #fb7677;
  }
  0%,
  25%,
  75%,
  100% {
    background: #6c6e8d;
  }
}
@keyframes load3 {
  50% {
    background: #fb7677;
  }
  0%,
  25%,
  75%,
  100% {
    background: #6c6e8d;
  }
}
@-webkit-keyframes load4 {
  75% {
    background: #fb7677;
  }
  0%,
  25%,
  50%,
  100% {
    background: #6c6e8d;
  }
}
@keyframes load4 {
  75% {
    background: #fb7677;
  }
  0%,
  25%,
  50%,
  100% {
    background: #6c6e8d;
  }
}
/* line 3, ../sass/main.scss */
html,
body {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  line-height: 1;
  font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "微軟正黑體", "Microsoft JhengHei", Arial,
    sans-serif, "lucida grande", tahoma, verdana, arial;
  background-color: #ffffff;
  overflow: hidden;
  color: #475258;
}

/* line 12, ../sass/main.scss */
.viewPage {
  height: 100%;
  width: 100%;
  position: relative;
}

/* line 15, ../sass/main.scss */
#newsListPage,
#contactPage,
#postPage,
#charPage,
#diaryListPage {
  position: absolute;
  top: 0;
}

/* line 21, ../sass/main.scss */
.btn,
input,
select,
.navbar a,
.close-btn,
.etcetera,
div {
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../sass/main.scss */
#loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: #ffffff;
}
/* line 32, ../sass/main.scss */
#loading .loadBlock {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 39, ../sass/main.scss */
#loading .loadBlock .l_block {
  height: 45%;
  width: 45%;
  position: absolute;
  background: #6c6e8d;
}
/* line 44, ../sass/main.scss */
#loading .loadBlock .l_block:nth-child(1) {
  top: 0;
  left: 0;
}
/* line 48, ../sass/main.scss */
#loading .loadBlock .l_block:nth-child(2) {
  top: 0;
  right: 0;
}
/* line 52, ../sass/main.scss */
#loading .loadBlock .l_block:nth-child(3) {
  bottom: 0;
  right: 0;
}
/* line 56, ../sass/main.scss */
#loading .loadBlock .l_block:nth-child(4) {
  bottom: 0;
  left: 0;
}
/* line 61, ../sass/main.scss */
#loading .loadBlock .l_block:nth-child(1) {
  -webkit-animation: load1 1.4s infinite;
  -moz-animation: load1 1.4s infinite;
  animation: load1 1.4s infinite;
}
/* line 61, ../sass/main.scss */
#loading .loadBlock .l_block:nth-child(2) {
  -webkit-animation: load2 1.4s infinite;
  -moz-animation: load2 1.4s infinite;
  animation: load2 1.4s infinite;
}
/* line 61, ../sass/main.scss */
#loading .loadBlock .l_block:nth-child(3) {
  -webkit-animation: load3 1.4s infinite;
  -moz-animation: load3 1.4s infinite;
  animation: load3 1.4s infinite;
}
/* line 61, ../sass/main.scss */
#loading .loadBlock .l_block:nth-child(4) {
  -webkit-animation: load4 1.4s infinite;
  -moz-animation: load4 1.4s infinite;
  animation: load4 1.4s infinite;
}
/* line 68, ../sass/main.scss */
#loading svg {
  display: none;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80px;
}

/* line 80, ../sass/main.scss */
#banner {
  height: 100%;
  width: 100%;
  position: relative;
  background-position: bottom center;
}
/* line 83, ../sass/main.scss */
#banner #cloud {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  z-index: 1;
}
/* line 88, ../sass/main.scss */
.nightSkin #banner #cloud {
  display: none;
}
/* line 91, ../sass/main.scss */
#banner #cloud .moveItem {
  position: absolute;
  top: 7%;
  height: 55vh;
  background: url(../img/cloud.png) 0 50%;
  width: 298.10298vh;
  background-size: auto 100%;
  background-repeat: repeat-x;
  opacity: 0.7;
  background-position: 0 50%;
}
/* line 102, ../sass/main.scss */
#banner #cloud.move .moveItem {
  animation: move 130s linear infinite;
}

/* line 107, ../sass/main.scss */
#weather {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 32;
}
/* line 113, ../sass/main.scss */
#weather.rain {
  background-color: #002231;
  opacity: 0.2;
}

/* line 118, ../sass/main.scss */
#canvas {
  position: absolute;
  z-index: 50;
}

/* line 122, ../sass/main.scss */
#cover {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #002231;
  opacity: 0.2;
  top: 0;
  z-index: 32;
}

/* line 130, ../sass/main.scss */
.scrollHint {
  position: fixed;
  bottom: 5%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  z-index: 999;
  right: 10px;
  font-size: 75%;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  display: none;
}
/* line 142, ../sass/main.scss */
.scrollHint:before {
  content: "";
  width: 15vw;
  display: block;
  height: 30vw;
  position: fixed;
  right: 0;
  bottom: 0;
}
@media (max-width: 800px) {
  /* line 130, ../sass/main.scss */
  .scrollHint {
    display: block;
  }
}
/* line 154, ../sass/main.scss */
.scrollHint .up {
  display: none;
}
/* line 157, ../sass/main.scss */
.scrollHint .down {
  display: block;
}
/* line 160, ../sass/main.scss */
.scrollHint svg {
  width: 12px;
  position: absolute;
  bottom: -18px;
  right: 0px;
  height: 12px;
}
/* line 168, ../sass/main.scss */
.showPage2 .scrollHint .up {
  display: block;
}
/* line 171, ../sass/main.scss */
.showPage2 .scrollHint .down {
  display: none;
}
/* line 174, ../sass/main.scss */
.showPage2 .scrollHint svg {
  transform: rotate(180deg);
}
/* line 178, ../sass/main.scss */
.darkIcon .scrollHint {
  color: #485258;
}
/* line 180, ../sass/main.scss */
.darkIcon .scrollHint svg path {
  fill: #485258;
}

/* line 186, ../sass/main.scss */
#copyright {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1000;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
  line-height: 8px;
  font-size: 8px;
}
/* line 197, ../sass/main.scss */
#copyright img {
  width: 1.7vw;
  max-width: 9px;
  min-width: 3px;
}
/* line 202, ../sass/main.scss */
#copyright .dark {
  color: #475258;
  display: none;
}
/* line 207, ../sass/main.scss */
.darkIcon #copyright .web.dark {
  display: block;
}
/* line 208, ../sass/main.scss */
.darkIcon #copyright .web.white {
  display: none;
}
/* line 211, ../sass/main.scss */
#copyright.active .web.dark {
  display: block;
}
/* line 212, ../sass/main.scss */
#copyright.active .web.white {
  display: none;
}
@media (max-width: 800px) {
  /* line 215, ../sass/main.scss */
  .postPage #copyright,
  .notFoundPage #copyright {
    display: none !important;
  }
}
@media (max-width: 800px) and (orientation: landscape) {
  /* line 219, ../sass/main.scss */
  #copyright img {
    height: 55vh;
    max-height: 200px;
    width: auto;
  }
}

/* line 227, ../sass/main.scss */
.newsListPage #copyright .web.dark {
  display: block;
}
/* line 228, ../sass/main.scss */
.newsListPage #copyright .web.white {
  display: none;
}
/* line 231, ../sass/main.scss */
.newsListPage.page1 #copyright .web.dark {
  display: none;
}
/* line 232, ../sass/main.scss */
.newsListPage.page1 #copyright .web.white {
  display: block;
}

/* line 237, ../sass/main.scss */
.mainView {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 60;
  pointer-events: none;
}

/* line 246, ../sass/main.scss */
#rayark {
  position: absolute;
  top: calc(50% - 150px);
  text-align: center;
  width: 100%;
}
@media (max-height: 500px) {
  /* line 246, ../sass/main.scss */
  #rayark {
    top: 3%;
  }
  /* line 253, ../sass/main.scss */
  #rayark img {
    transform: scale(0.5);
  }
}

/* line 259, ../sass/main.scss */
#latestNews {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 50;
  height: 70px;
}
/* line 265, ../sass/main.scss */
#latestNews.hiding {
  bottom: -80px;
  transition: bottom 0.4s;
}
/* line 269, ../sass/main.scss */
#latestNews .preview {
  position: absolute;
  padding-bottom: 40px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  top: auto;
  right: 0;
  bottom: 20px;
  left: 0;
  color: #ffffff;
}
/* line 277, ../sass/main.scss */
#latestNews .preview.dark .newsTitle {
  display: none;
}
/* line 280, ../sass/main.scss */
#latestNews .preview .newsTitle {
  position: absolute;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  font-size: 10pt;
  cursor: pointer;
  text-transform: uppercase;
  height: 40px;
  overflow: hidden;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 291, ../sass/main.scss */
#latestNews .preview .newsTitle .topNewsList {
  transition: transform 0.3s;
}
@media (max-width: 1024px) {
  /* line 280, ../sass/main.scss */
  #latestNews .preview .newsTitle {
    display: none;
  }
}

/* line 300, ../sass/main.scss */
#latestNewsArea {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
}
/* line 305, ../sass/main.scss */
#latestNewsArea:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  z-index: -1;
  background: #002231;
  opacity: 0.5;
}
/* line 313, ../sass/main.scss */
#latestNewsArea .content {
  position: absolute;
  max-width: 1280px;
  width: 100%;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 170px;
  color: #ffffff;
}
/* line 323, ../sass/main.scss */
#latestNewsArea .content:before {
  content: "";
  display: block;
  position: absolute;
  height: 120%;
  top: -20%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
/* line 333, ../sass/main.scss */
#latestNewsArea .content .list {
  width: 50%;
  float: left;
  height: 100%;
  box-sizing: border-box;
}
/* line 338, ../sass/main.scss */
#latestNewsArea .content .list:before {
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: bold;
  position: absolute;
  top: -25px;
}
/* line 346, ../sass/main.scss */
#latestNewsArea .content .latestNewsList {
  padding-left: 20px;
}
/* line 348, ../sass/main.scss */
#latestNewsArea .content .latestNewsList:before {
  content: attr(display);
}
/* line 353, ../sass/main.scss */
#latestNewsArea .content .topNewsList {
  padding-left: 5%;
}
/* line 355, ../sass/main.scss */
#latestNewsArea .content .topNewsList .time {
  display: none;
}
/* line 358, ../sass/main.scss */
#latestNewsArea .content .topNewsList .title {
  padding-left: 20px;
}
/* line 361, ../sass/main.scss */
#latestNewsArea .content .topNewsList svg.type {
  left: 0;
}
/* line 364, ../sass/main.scss */
#latestNewsArea .content .topNewsList:before {
  content: attr(display);
}
/* line 369, ../sass/main.scss */
#latestNewsArea .news {
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  position: relative;
}
/* line 374, ../sass/main.scss */
#latestNewsArea .news .line {
  position: absolute;
  transform: translate(-100%, 16px);
  opacity: 0.2;
  left: -5px;
}
/* line 380, ../sass/main.scss */
#latestNewsArea .news .time {
  position: absolute;
  font-size: 10pt;
  opacity: 0.4;
  width: 70px;
  line-height: 25px;
  left: 0;
  top: 4px;
}
/* line 389, ../sass/main.scss */
#latestNewsArea .news .type {
  position: absolute;
  top: 12px;
  left: 80px;
  width: 15px;
}
/* line 395, ../sass/main.scss */
#latestNewsArea .news .title {
  padding-left: 99px;
  width: 90%;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 405, ../sass/main.scss */
#latestNewsArea .news .type.server path {
  fill: #f7a476;
}
/* line 405, ../sass/main.scss */
#latestNewsArea .news .type.bug_issue path {
  fill: #f6cf5a;
}
/* line 405, ../sass/main.scss */
#latestNewsArea .news .type.update path {
  fill: #88e14c;
}
/* line 405, ../sass/main.scss */
#latestNewsArea .news .type.news path {
  fill: #7bd2f2;
}
/* line 410, ../sass/main.scss */
#latestNewsArea .more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100px;
  height: 48px;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
}
/* line 422, ../sass/main.scss */
#latestNewsArea .more svg {
  height: 15px;
  width: 25px;
  display: block;
  margin: 11px auto;
}

/* line 434, ../sass/main.scss */
#latestNews.active:after {
  bottom: 25px;
}
/* line 437, ../sass/main.scss */
#latestNews.active #latestNewsArea {
  display: block;
}
/* line 439, ../sass/main.scss */
#latestNews.active #latestNewsArea:before {
  -webkit-animation: fadeInFromNone5 0.4s;
  -moz-animation: fadeInFromNone5 0.4s;
  animation: fadeInFromNone5 0.4s;
}
/* line 442, ../sass/main.scss */
#latestNews.active #latestNewsArea .list .news {
  opacity: 0;
}
/* line 445, ../sass/main.scss */
#latestNews.active #latestNewsArea .list .news:nth-child(1) {
  -webkit-animation: fadeUp 0.4s 0.2s forwards;
  -moz-animation: fadeUp 0.4s 0.2s forwards;
  animation: fadeUp 0.4s 0.2s forwards;
}
/* line 445, ../sass/main.scss */
#latestNews.active #latestNewsArea .list .news:nth-child(2) {
  -webkit-animation: fadeUp 0.4s 0.3s forwards;
  -moz-animation: fadeUp 0.4s 0.3s forwards;
  animation: fadeUp 0.4s 0.3s forwards;
}
/* line 445, ../sass/main.scss */
#latestNews.active #latestNewsArea .list .news:nth-child(3) {
  -webkit-animation: fadeUp 0.4s 0.4s forwards;
  -moz-animation: fadeUp 0.4s 0.4s forwards;
  animation: fadeUp 0.4s 0.4s forwards;
}
/* line 445, ../sass/main.scss */
#latestNews.active #latestNewsArea .list .news:nth-child(4) {
  -webkit-animation: fadeUp 0.4s 0.5s forwards;
  -moz-animation: fadeUp 0.4s 0.5s forwards;
  animation: fadeUp 0.4s 0.5s forwards;
}
/* line 452, ../sass/main.scss */
#latestNews.active #latestNewsArea .more {
  opacity: 0;
  -webkit-animation: fadeInFromNone10 0.4s 0.3s forwards;
  -moz-animation: fadeInFromNone10 0.4s 0.3s forwards;
  animation: fadeInFromNone10 0.4s 0.3s forwards;
}

/* line 459, ../sass/main.scss */
#openVoez {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  transform: translateX(-50%) translateY(-50%);
  width: 85%;
  max-width: 660px;
  overflow: hidden;
}
/* line 468, ../sass/main.scss */
#openVoez img {
  width: 100%;
}

/* line 473, ../sass/main.scss */
#voez {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 85%;
  max-width: 660px;
}
/* line 481, ../sass/main.scss */
#voez svg {
  width: 100%;
}

/* line 486, ../sass/main.scss */
#click_trailer {
  height: 100%;
  width: 100%;
  position: absolute;
}
/* line 488, ../sass/main.scss */
#click_trailer .trailerClip {
  z-index: 10;
  position: absolute;
  width: 100%;
}
/* line 492, ../sass/main.scss */
#click_trailer .trailerClip video {
  min-width: 100vw;
  min-height: 800px;
  position: absolute;
  right: 0;
  top: -100px;
}
/* line 500, ../sass/main.scss */
#click_trailer .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #002231;
  opacity: 0;
  top: 0;
  z-index: 21;
}
/* line 507, ../sass/main.scss */
#click_trailer .mainBlock {
  width: 80px;
  height: 80px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 17.7vw;
  left: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 50;
  opacity: 0.5;
}
/* line 515, ../sass/main.scss */
#click_trailer .mainBlock .box {
  position: absolute;
  top: 0;
  transition: all 0.2s;
  width: 80px;
  height: 80px;
}
/* line 520, ../sass/main.scss */
#click_trailer .mainBlock .box .hidden,
#click_trailer .mainBlock .box .blur {
  display: none;
}
/* line 524, ../sass/main.scss */
#click_trailer .mainBlock .animateLine {
  width: 1px;
  height: 0;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 85px;
  left: 1px;
  position: absolute;
  background: #ffffff;
  margin: 0 auto;
  opacity: 0;
  transition: height 0.2s;
}
/* line 533, ../sass/main.scss */
#click_trailer .mainBlock .animateLine:before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  background: #ffffff;
  transform: rotate(45deg);
  margin: -2px;
}
/* line 542, ../sass/main.scss */
#click_trailer .mainBlock .animateLine .words {
  margin: 12px;
  line-height: 16px;
  color: #fff;
  font-size: 12pt;
  text-transform: uppercase;
}
/* line 548, ../sass/main.scss */
#click_trailer .mainBlock .animateLine .words p {
  margin: 0;
  height: 20px;
  overflow: hidden;
  display: block;
  width: 115px;
  line-height: 20px;
  box-sizing: border-box;
  padding-top: 20px;
}
/* line 561, ../sass/main.scss */
#click_trailer .trailerCover {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: 10;
}
/* line 567, ../sass/main.scss */
.nightSkin #click_trailer .trailerCover {
  display: none;
}
/* line 570, ../sass/main.scss */
#click_trailer .trailerCover svg {
  height: 100vh;
  width: 100vw;
}
/* line 574, ../sass/main.scss */
#click_trailer .trailerCover svg rect {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/index_bg.png);
}
@media (max-width: 1000px) and (max-height: 700px) {
  /* line 574, ../sass/main.scss */
  #click_trailer .trailerCover svg rect {
    background-image: url(../img/banner.jpg);
  }
}
@media (max-width: 800px) {
  /* line 574, ../sass/main.scss */
  #click_trailer .trailerCover svg rect {
    background-image: url(../img/banner.jpg);
  }
}
/* line 587, ../sass/main.scss */
#click_trailer .trailer {
  display: none;
}
/* line 591, ../sass/main.scss */
#click_trailer.active .trailer {
  display: block;
}
/* line 593, ../sass/main.scss */
.nightSkin #click_trailer.active .trailer {
  display: none;
}
/* line 596, ../sass/main.scss */
#click_trailer.active .trailer .bg {
  -webkit-animation: fadeInFromNone 0.15s ease-out forwards;
  -moz-animation: fadeInFromNone 0.15s ease-out forwards;
  animation: fadeInFromNone 0.15s ease-out forwards;
  opacity: 0.2;
  z-index: 50;
  pointer-events: none;
}
/* line 603, ../sass/main.scss */
#click_trailer.active .mainBlock {
  opacity: 1;
}
/* line 605, ../sass/main.scss */
#click_trailer.active .mainBlock .box {
  width: 90px;
  height: 90px;
  margin: -5px;
}
/* line 609, ../sass/main.scss */
#click_trailer.active .mainBlock .box .hidden {
  display: block;
}
/* line 612, ../sass/main.scss */
#click_trailer.active .mainBlock .animateLine {
  opacity: 1;
  height: 90px;
}
/* line 616, ../sass/main.scss */
#click_trailer.active .mainBlock .animateLine .words p.word-1 {
  padding: 0;
  transition: padding 0.2s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 622, ../sass/main.scss */
#click_trailer.active .mainBlock .animateLine .words p.word-2 {
  padding: 0;
  transition: padding 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 628, ../sass/main.scss */
#click_trailer.active .mainBlock .animateLine .words p.word-3 {
  padding: 0;
  transition: padding 0.2s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media (max-width: 800px) {
  /* line 639, ../sass/main.scss */
  #click_trailer .mainBlock,
  #click_trailer.active .mainBlock {
    opacity: 1;
  }
  /* line 641, ../sass/main.scss */
  #click_trailer .mainBlock .box,
  #click_trailer.active .mainBlock .box {
    width: 90px;
    height: 90px;
    margin: -5px;
  }
  /* line 644, ../sass/main.scss */
  #click_trailer .mainBlock .box .hidden,
  #click_trailer.active .mainBlock .box .hidden {
    display: block;
  }
  /* line 647, ../sass/main.scss */
  #click_trailer .mainBlock .box .outer,
  #click_trailer.active .mainBlock .box .outer {
    opacity: 0.5;
  }
  /* line 650, ../sass/main.scss */
  #click_trailer .mainBlock .box .blur,
  #click_trailer.active .mainBlock .box .blur {
    display: block;
  }
  /* line 653, ../sass/main.scss */
  #click_trailer .mainBlock .box path.hidden,
  #click_trailer.active .mainBlock .box path.hidden {
    display: none;
  }
  /* line 659, ../sass/main.scss */
  #click_trailer .mainBlock .animateLine,
  #click_trailer.active .mainBlock .animateLine {
    opacity: 1 !important;
    height: 35px;
    background: none;
  }
  /* line 663, ../sass/main.scss */
  #click_trailer .mainBlock .animateLine:before,
  #click_trailer.active .mainBlock .animateLine:before {
    display: none;
  }
  /* line 667, ../sass/main.scss */
  #click_trailer .mainBlock .animateLine .words p,
  #click_trailer.active .mainBlock .animateLine .words p {
    height: 16px;
    padding: 0;
    font-size: 10pt;
  }
}

/* line 678, ../sass/main.scss */
#trailer {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  display: none;
}
/* line 684, ../sass/main.scss */
#trailer .bg {
  opacity: 0.85;
}
/* line 687, ../sass/main.scss */
#trailer .video {
  position: absolute;
  width: 89vh;
  height: 50vh;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  padding: 10px;
  border: 1px solid #ffffff;
  transform: translate(-50%, -50%);
}
/* line 694, ../sass/main.scss */
#trailer .video .border {
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  box-sizing: border-box;
  border: none;
  top: auto;
  z-index: auto;
}
/* line 702, ../sass/main.scss */
#trailer .video .border .w_border {
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: #ffffff;
  z-index: 10;
}
/* line 708, ../sass/main.scss */
#trailer .video .border .w_border.borderT {
  width: 100%;
  height: 10px;
}
/* line 711, ../sass/main.scss */
#trailer .video .border .w_border.borderR {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
/* line 714, ../sass/main.scss */
#trailer .video .border .w_border.borderB {
  width: 100%;
  height: 10px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (orientation: portrait) {
  /* line 687, ../sass/main.scss */
  #trailer .video {
    width: 89vw;
    height: 50vw;
  }
}
/* line 723, ../sass/main.scss */
#trailer .video .close {
  position: absolute;
  top: 0;
  right: -60px;
  bottom: auto;
  left: auto;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  cursor: pointer;
}
@media (orientation: portrait) {
  /* line 723, ../sass/main.scss */
  #trailer .video .close {
    top: -60px;
    right: 0;
    bottom: auto;
    left: auto;
  }
}
/* line 734, ../sass/main.scss */
#trailer .video .close img {
  height: 18px;
  margin: 14px auto;
}
/* line 740, ../sass/main.scss */
#trailer iframe {
  width: 89vh;
  height: 50vh;
  position: relative;
  z-index: 5;
  background: #000000;
}
@media (orientation: portrait) {
  /* line 740, ../sass/main.scss */
  #trailer iframe {
    width: 89vw;
    height: 50vw;
  }
}

/* line 752, ../sass/main.scss */
.mainBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/index_bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* line 763, ../sass/main.scss */
.nightSkin .mainBg {
  background-image: url(../img/index_bg_N.png);
}
@media (max-width: 1000px) and (max-height: 700px) {
  /* line 752, ../sass/main.scss */
  .mainBg {
    background-image: url(../img/banner.jpg);
  }
  /* line 768, ../sass/main.scss */
  .nightSkin .mainBg {
    background-image: url(../img/banner_N.jpg);
  }
}
@media (max-width: 800px) {
  /* line 752, ../sass/main.scss */
  .mainBg {
    background-image: url(../img/banner.jpg);
  }
  /* line 774, ../sass/main.scss */
  .nightSkin .mainBg {
    background-image: url(../img/banner_N.jpg);
  }
}

/* line 779, ../sass/main.scss */
.mainbanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 30;
}
/* line 785, ../sass/main.scss */
.mainbanner img {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -2%;
  left: auto;
  width: 90%;
}
/* line 790, ../sass/main.scss */
.mainbanner .bg_night {
  display: none;
}
/* line 794, ../sass/main.scss */
.nightSkin .mainbanner .bg_day {
  display: none;
}
/* line 795, ../sass/main.scss */
.nightSkin .mainbanner .bg_night {
  display: block;
}

/* line 800, ../sass/main.scss */
#bannerBG {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 807, ../sass/main.scss */
#bannerBG .mainBg.fixed {
  background-attachment: initial;
}

/* -------------- */
/*  Contact Page  */
/* -------------- */
/* line 830, ../sass/main.scss */
#contactPage {
  background: url(../img/VOEZ-Cafe.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media (max-height: 680px) and (orientation: landscape) {
  /* line 830, ../sass/main.scss */
  #contactPage {
    background-position: left 64%;
  }
  /* line 834, ../sass/main.scss */
  #contactPage:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: 0.85;
  }
}
/* line 846, ../sass/main.scss */
#contactPage .content {
  z-index: 50;
  text-align: center;
}
/* line 850, ../sass/main.scss */
#contactPage #Contactinfos {
  position: fixed;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 856, ../sass/main.scss */
#contactPage #Contactinfos .contact_info {
  display: inline-block;
  margin: 0 15px;
  font-size: 12pt;
  text-align: left;
  text-transform: uppercase;
  line-height: 20px;
}
/* line 864, ../sass/main.scss */
#contactPage #Contactinfos .dl_dot {
  display: inline-block;
  width: 2%;
}
/* line 868, ../sass/main.scss */
#contactPage #Contactinfos .contact_title {
  color: #ffffff;
  font-size: 9pt;
}
/* line 873, ../sass/main.scss */
#contactPage #Contactinfos .contact_content {
  font-size: 10pt;
}
/* line 876, ../sass/main.scss */
#contactPage #Contactinfos .contact_content a {
  text-decoration: none;
  color: inherit;
}
/* line 882, ../sass/main.scss */
#contactPage .position {
  font-size: 10pt;
  line-height: 20px;
  margin-top: 15px;
  position: absolute;
  right: 9px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "微軟正黑體", "Microsoft JhengHei", Arial,
    sans-serif, "lucida grande", tahoma, verdana, arial;
}
/* line 892, ../sass/main.scss */
#contactPage .squareBG .square path {
  stroke: #feab8d;
}
/* line 895, ../sass/main.scss */
#contactPage .decor_line path {
  fill: #feab8d;
}
/* line 899, ../sass/main.scss */
#contactPage .deco_square .fillColor {
  stop-color: #feab8d;
}

/* line 904, ../sass/main.scss */
#signMobile {
  display: none;
  margin: 0 0 15px 0;
  font-family: "Futura LT Bold";
  font-size: 24pt;
  color: #fdaa92;
}

@media (max-width: 800px) {
  /* line 912, ../sass/main.scss */
  #contactPage {
    background-size: 150%;
    background-position: left bottom;
  }
  /* line 915, ../sass/main.scss */
  #contactPage #Contactinfos {
    top: calc(6vh + 54px);
    text-align: left;
    left: 10vw;
    font-family: "NotoSans";
  }
  /* line 920, ../sass/main.scss */
  #contactPage #Contactinfos .contact_info {
    margin: 5px 0;
    width: 100%;
  }
  /* line 924, ../sass/main.scss */
  #contactPage #Contactinfos .contact_title {
    color: #fdaa92;
  }

  /* line 929, ../sass/main.scss */
  #contactArea {
    display: none;
  }

  /* line 932, ../sass/main.scss */
  #signMobile {
    display: block;
  }
  /* line 934, ../sass/main.scss */
  #signMobile .position {
    position: relative;
    font-family: "NotoSans";
    right: auto;
    color: #475258;
    margin-top: 5px;
  }
}
/* ------------------ */
/* 404 not found page */
/* ------------------ */
/* line 965, ../sass/main.scss */
#page404 {
  background: url(../img/chu.png) 50% 50% no-repeat;
  background-size: cover;
}
/* line 968, ../sass/main.scss */
#page404 .squareBG .square path {
  stroke: #d3d4dd;
}
/* line 971, ../sass/main.scss */
#page404 .decor_line path {
  fill: #d3d4dd;
}
/* line 975, ../sass/main.scss */
#page404 .deco_square .fillColor {
  stop-color: #d3d4dd;
}

/* line 981, ../sass/main.scss */
#article404:before,
#article404:after {
  display: none !important;
}

@media (max-width: 800px) {
  /* line 986, ../sass/main.scss */
  #Area404 {
    display: none;
  }

  /* line 989, ../sass/main.scss */
  #page404 {
    background-size: auto 100%;
    background-position: bottom right;
  }
  /* line 992, ../sass/main.scss */
  #page404 .categoryMobile path {
    fill: #d4d5de;
  }
}
/* ---------------------------- */
/* banner img and hover box RWD */
/* ---------------------------- */
@media (max-width: 1280px) {
  /* line 1012, ../sass/main.scss */
  .mainbanner img {
    transform: translateX(10%);
    width: 115%;
  }
}
@media (max-width: 992px) {
  /* line 1018, ../sass/main.scss */
  .mainbanner img {
    transform: translateX(-12%);
    width: 145%;
    left: 0;
  }
}
@media (max-width: 800px) {
  /* line 1025, ../sass/main.scss */
  .mainbanner img {
    display: none !important;
  }
}
@media (max-height: 400px) {
  /* line 1030, ../sass/main.scss */
  .mainbanner img {
    width: auto;
    top: 0;
    transform: translateX(17%);
  }
}
@media (max-width: 1280px) and (max-height: 900px) {
  /* line 1038, ../sass/main.scss */
  .mainbanner img {
    transform: translateX(5%);
    bottom: -5%;
    width: 100%;
  }
}
@media (max-width: 992px) and (max-height: 1000px) {
  /* line 1046, ../sass/main.scss */
  .mainbanner img {
    transform: translateX(-11%);
  }

  /* line 1049, ../sass/main.scss */
  #click_trailer .mainBlock {
    width: 60px;
    height: 60px;
  }
  /* line 1051, ../sass/main.scss */
  #click_trailer .mainBlock .box {
    width: 60px;
    height: 60px;
  }

  /* line 1056, ../sass/main.scss */
  #click_trailer.active .mainBlock .box {
    width: 70px;
    height: 70px;
  }
  /* line 1059, ../sass/main.scss */
  #click_trailer.active .mainBlock .animateLine {
    height: 70px;
    bottom: 65px;
  }
  /* line 1063, ../sass/main.scss */
  #click_trailer.active .mainBlock .words {
    margin: 4px 10px;
    font-size: 10pt;
  }
}
@media (max-width: 992px) and (max-height: 992px) {
  /* line 1070, ../sass/main.scss */
  .mainbanner img {
    transform: translateX(0);
    bottom: 0;
  }
}
@media (max-width: 992px) and (max-height: 700px) {
  /* line 1076, ../sass/main.scss */
  .mainbanner img {
    display: none;
  }
}
/* line 1081, ../sass/main.scss */
#download,
#nav_download {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 40;
  margin-left: 20px;
  opacity: 0.9;
  font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "微軟正黑體", "Microsoft JhengHei", Arial,
    sans-serif, "lucida grande", tahoma, verdana, arial;
}
/* line 1089, ../sass/main.scss */
#download > div,
#nav_download > div {
  float: left;
  position: relative;
  cursor: pointer;
}
/* line 1093, ../sass/main.scss */
#download > div a,
#nav_download > div a {
  color: inherit;
  text-decoration: inherit;
}
/* line 1097, ../sass/main.scss */
#download > div .dl_msg,
#nav_download > div .dl_msg {
  padding-left: 35px;
}
/* line 1099, ../sass/main.scss */
#download > div .dl_msg > span,
#nav_download > div .dl_msg > span {
  display: block;
  font-size: 10pt;
}
/* line 1102, ../sass/main.scss */
#download > div .dl_msg > span:nth-child(1),
#nav_download > div .dl_msg > span:nth-child(1) {
  opacity: 0.7;
}
/* line 1105, ../sass/main.scss */
#download > div .dl_msg > span:nth-child(2),
#nav_download > div .dl_msg > span:nth-child(2) {
  font-size: 12pt;
  font-weight: bold;
}
/* line 1111, ../sass/main.scss */
#download > div .dlLogo_light,
#nav_download > div .dlLogo_light {
  display: block;
}
/* line 1114, ../sass/main.scss */
#download > div .dlLogo_dark,
#nav_download > div .dlLogo_dark {
  display: none;
}
/* line 1117, ../sass/main.scss */
#download > div.dl_dot,
#nav_download > div.dl_dot {
  margin: 13px 20px;
  cursor: default;
}

/* line 1125, ../sass/main.scss */
#nav_download > div .dl_msg {
  color: #64656e;
}
/* line 1128, ../sass/main.scss */
#nav_download > div .dlLogo_light {
  display: none;
}
/* line 1131, ../sass/main.scss */
#nav_download > div .dlLogo_dark {
  display: block;
}
