<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, * { box-sizing: border-box; margin: 0;}

body{
  background: url("../images/bg.jpg?202303") 0 50px no-repeat #0c1a0f;
  background-size: 105%;
  width: 100%;
  font-family: Microsoft JhengHei, Arial, Helvetica, sans-serif;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  animation-delay: 0.5s;
  animation: shrink 10s 1;
  animation-fill-mode: forwards;
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5;
  background-color: #19160c;
}
#loading .loader-inner{
  width: 50px;
  position: fixed;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
}

button {
  border-radius: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  -moz-outline-style: none;
}

a:focus, a:active {
  outline: none;
  -moz-outline-style: none;
}

h1,h2,h3,h4,h5,h6 {
  color: #fedcac;
  margin: 0.8rem;
  text-align: center;
}

i{
  margin: 0.5rem 0;
  display: block;
  word-break: break-all;
}

p {
  color: #fedcac;
  float: left;
  text-align: justify;
  text-justify:inter-ideograph;
  line-height: 2rem;
  letter-spacing: .05rem;
  font-size: 1.2rem;
}

section {
  position: relative;
  /*overflow: hidden;*/
  color: #fff;
  margin: 0 0 15% 0;
  height: 100%;
}

section h6{
  margin-left: 25px;
}

section h1 { 
  font-size: 2.2rem;
}

section h3 { 
  font-size: 1.3rem;
  letter-spacing: .2rem;
}

section h6{
  letter-spacing: .6rem;
}

.left {
  float: left;
}

.right {
  float: right;
}

.container { padding: 0px 15px 0px 15px; }

.content {
  line-height: 0;
  width: 85%;
  margin: 0 7.5%;
  padding: 2% 0;
}

#home {
  padding-top: 80%;
  margin: 0;
}

#intro{
  background: rgba(121, 43, 40, .9);
  padding: 12% 0 18%;
}

#intro:before{
  position: absolute;
  content: '';
  height: 50px;
  width: 100%;
  top: -50px;
  background: rgba(121, 43, 40, .9);
  clip-path: polygon(100% 100%, 50% 100%, 0 100%, 0 0, 50% 100%, 100% 0);
  -webkit-clip-path: polygon(100% 100%, 50% 100%, 0 100%, 0 0, 50% 100%, 100% 0);
}

#intro:after{
  position: absolute;
  content: '';
  height: 50px;
  width: 100%;
  bottom: -50px;
  background: rgba(121, 43, 40, .9);
  clip-path: polygon(100% 0%, 50% 0%, 0 0%, 0 0, 50% 100%, 100% 0);
  -webkit-clip-path: polygon(100% 0%, 50% 0%, 0 0%, 0 0, 50% 100%, 100% 0);
}

#intro .content img {
  float: left;
  width: 100%;
  border: solid 1px rgba(255, 255, 255, .0);
}

#intro .content p {
  width: 100%;
  padding: 5% 0 0 0;
}

#cast{
  padding: 12% 0 18%;
}

#cast .content img {
  border: solid 0px rgba(255, 255, 255, .0);
  transition: 0.5s;
  float: left;
  width: 100%;
}

#cast .content img:hover {
  transform: scale(1.1);
  border: solid 0px rgba(121, 43, 40, 1);
}

.cast-popup {
  background: #fff;
  text-align: left;
  width: 90%;
  margin: auto;
}

.cast-popup .content {
  float: left;
  margin: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
}

.cast-popup .content h4 {
  width: 100%;
  text-align:left;
  font-weight:normal;
  float: left;
  margin: 0;
  /*color:#b9433f;*/
  font-size: 1.9rem;
  letter-spacing: 0.05rem;
  line-height: 1.5rem;
  font-weight: 200;
}

.cast-popup .content p {
  width:  100%;
  margin: 0;
  padding: 2% 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.cast-popup .content span {
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
  color:#fff;
}

.cast-popup .content button {
  margin: 5% 35% 0;
  width: 30%;
  height: 40px;
  background-color: #fff;
}

.cast-popup .content button:hover {
  background-color: #b9433f;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

#promo{
  /*height: 250px;*/
  margin: 0;
}

#promo img.play {
  width: 25%;
  margin: 30% 37.5%;
  position: relative;
  z-index: 1;
  transition: transform .3s;
  cursor: pointer;
}

#promo img.play:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#story:before{
  position: absolute;
  content: '';
  height: 50px;
  width: 100%;
  top: -50px;
  background: rgba(121, 43, 40, .9);
  clip-path: polygon(100% 100%, 50% 100%, 0 100%, 0 0, 50% 100%, 100% 0);
  -webkit-clip-path: polygon(100% 100%, 50% 100%, 0 100%, 0 0, 50% 100%, 100% 0);
}

#story{
  background: rgba(121, 43, 40, .9);
  padding: 12% 0 18%;
  display: block;
  margin-bottom: -10%; 
}

#story .content div {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#story h3{
  height: 20px;
  background: #fedcac;
  color: #792b28;
  max-width: 10rem;
  margin: 0 auto 3% auto;
  padding: 22px;
}

#story p { 
  margin: 1rem 0 3rem;
}

.slider {
  margin: auto;
  width: 80%;
}

.slick-slide { 
  margin: 0px 0.3%;
}

.slick-slide img {
  width: 100%;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-prev:before {
    background-image: url('../images/back.png');
    background-size: 20px 20px;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";
}

.slick-next:before {
    background-image: url('../images/next.png');
    background-size: 20px 20px;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";
}


@keyframes shrink {
  0% {
    background-size: 105%;
  }
  100% {
    background-size: 100%;
  }
}

#footer .copyright {
  display: none;
}

/* facebook */

.fb-like{
  margin-left: 0;
  top: 7px;
}

@media (min-width: 0) {

.container { margin-right: auto; max-width: 100%; margin-left: auto;
}

.container:after { content: " "; display: block; clear: both;
}

#footer {
  position: fixed;
  z-index: 2;
  font-weight: 100;
  bottom: 1.2rem;
  color: #fff;
  left: 0;
  letter-spacing: 0.1rem;
  font-size: 15px;
  width: 100vw;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
}
}
@media (min-width: 576px) {

.container {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

.cast-popup {
  width: 50%;
}

#footer .copyright {
  display: inline-block;
}
}
@media (min-width: 768px) {

p {
  line-height: 2.2rem;
  letter-spacing: .1rem;
  font-size: 1.3rem;
}

section h1 { 
  font-size: 2.6rem;
  letter-spacing: .1rem; 
  font-weight: 600;
}
section h6{
  letter-spacing: .8rem;
}

.container {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

#intro .content img {
  width: 40%;
}

#intro .content p {
  width: 60%;
  padding: 3% 0 0 3%;
}

.cast-popup .content h4 {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  margin: 0;
  font-weight: 100;
}

.cast-popup .content p {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}

#promo img.play {
  width: 20%;
  margin: 30% 40%;
}

#story .content div p {
  padding: 0 5%;
}
}
@media (min-width: 992px) {

.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}
}
@media (min-width: 1200px) {

  body{
    background: url("../images/bg.jpg?202303") top no-repeat #0c1a0f;
  }

  section {
    width: 100%;
    overflow: initial;
    height: 100%;
    margin: 18% 0 5%;
  }

  .container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }

  .container:after {
    content: " ";
    display: block;
    clear: both;
  }

  #promo{
    height: 100px;
  }

  #promo img.play {
    width: 10%;
    margin: 0 50%;
    left: -7.5%;
    position: relative;
    z-index: 1;
    transition: transform .3s;
    cursor: pointer;
  }

  #home {
    padding: 18% 0 16%;
  }

  #intro{
    padding: 6% 0 6%;
  }

  #intro:before{
    position: absolute;
    content: '';
    height: 200px;
    width: 100%;
    top: -200px;
    background: rgba(121, 43, 40, .9);
    clip-path: polygon(101% 101%, 50% 101%, 0 101%, 0 0, 50% 98%, 101% 0);
    -webkit-clip-path: polygon(101% 101%, 50% 101%, 0 101%, 0 0, 50% 98%, 101% 0);
  }

  #intro:after{
    position: absolute;
    content: '';
    height: 200px;
    width: 100%;
    bottom: -200px;
    background: rgba(121, 43, 40, .9);
    clip-path: polygon(100% 0%, 50% 0%, 0 0%, 0 0, 50% 100%, 100% 0);
    -webkit-clip-path: polygon(100% 0%, 50% 0%, 0 0%, 0 0, 50% 100%, 100% 0);
  }

  #cast{
    padding: 0;
  }

  #story{
    padding: 6% 0 6%;
  }

  #story:before{
    position: absolute;
    content: '';
    height: 200px;
    width: 100%;
    top: -200px;
    background: rgba(121, 43, 40, .9);
    clip-path: polygon(101% 101%, 50% 101%, 0 101%, 0 0, 50% 99%, 101% 0);
    -webkit-clip-path: polygon(101% 101%, 50% 101%, 0 101%, 0 0, 50% 99%, 101% 0);
  }
}

a {
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-decoration: none;
}

a:hover, a :focus { color: #b9433f; }

.menu-left a {
  display: inline-block;
  position: relative;
  transition: color .35s ease;
  padding-bottom: 0;
  padding-top: .3rem;
}

.menu-left a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: width 0s ease, background .35s ease;
}

.menu-left a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #b9433f;
  transition: width .35s ease;
}

.menu-left a:hover:before {
  width: 100%;
  background: #b9433f;
  transition: width .35s ease;
}

.menu-left a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

header {
  width: 100%;
  background: rgba(0, 0, 0, .8);
  z-index: 3;
  will-change: transform;
  transition: background .3s, -webkit-transform .5s cubic-bezier(.694, .048, .335, 1);
  transition: transform .5s cubic-bezier(.694, .048, .335, 1), background .3s;
  transition: transform .5s cubic-bezier(.694, .048, .335, 1), background .3s, -webkit-transform .5s cubic-bezier(.694, .048, .335, 1);
  transform: translateY(0);
  color: whait;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  padding: 0.6rem 0 0.8rem;
  line-height: inherit;
  font-size: 1.25rem;
  letter-spacing: 0.03rem;
}

header nav .logo {
  color: #fff;
  font-weight: 500;
  float: left;
  padding-top: .3rem;
}

header nav .logo:after {
  content: '';
  display: table;
  clear: both;
}

header nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

header nav ul li {
  float: none;
  margin-left: 0;
}
@media (min-width: 992px) {

  header nav ul li {
    float: left;
    margin-left: 0.65rem;
  }
}

header nav ul li a { display: block; }
@media (min-width: 992px) {

  header nav ul li a { display: block; padding: .425rem 0rem;
  }
}
@media (max-width: 992px) {

  ul { clear: both; }

  ul li { padding: .5em 0; }
  }

  .hide-nav {
   transform: translateY(-120% !important); -webkit-transform: translateY(-120%) !important; }

  ul.menu-left {
    max-height: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 10;
    display: block;
    overflow: hidden;
  }
  @media (min-width: 992px) {

  ul.menu-left {
    display: block !important;
    float: right;
    max-height: none;
  }
}

ul.menu-left:before {
  content: '';
  display: table;
  clear: both;
}

ul.menu-left.collapse { max-height: 18em !important; }

.nav-toggle {
  display: block;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  float: right;
  padding: 4px 4px;
  width: 32px;
  height: 32px;
}

.nav-toggle.open span:first-child { transform: rotate(45deg) translate(4.4px, 4.4px); }

.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-toggle.open span:last-child { transform: rotate(-45deg) translate(4.4px, -4.4px); }

@media (min-width: 992px) {

  .nav-toggle { display: none; }
}

.nav-toggle span {
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 5.5px;
  background-color: #fff;
  transition: all .25s;
}

/* �臁暺� */

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

.noise {
  /*��𣂼之�坔�𠻺iv*/
  width: 100vw;
  height:100vh;
  background-image: url(../images/noise.png);
  background-position:0 0;
  opacity:0.5;
}

.noise-ani{
  position: fixed;
  z-index: 0;
  animation:noise-ani .8s linear infinite; 
}

@keyframes noise-ani{
  50%{background-position:800px 600px;}
  100%{background-position:-600px -400px;

}</pre></body></html>