@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap");
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap");
table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, b {
  font-weight: normal;
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

q:before, q:after {
  content: ""; }

abbr, acronym {
  border: 0; }

a {
  text-decoration: none; }

input, button, textarea, select, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

textarea:focus, input:focus {
  outline: none; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.5;
  font-family: "Noto Sans TC", serif, "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4, sans-serif;
  font-size: 16px;
  color: #393939;
  overflow-x: hidden; }
  @media all and (min-width: 0\0) {
    body {
      font-family: "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4, sans-serif; } }

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  position: relative; }

.shine {
  animation: shine .3s infinite linear;
  -webkit-animation: shine .3s infinite linear; }

@-webkit-keyframes shine {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: .95; } }

@keyframes shine {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: .95; } }

@-webkit-keyframes light {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: .9; } }

@keyframes light {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: .9; } }

ol {
  text-align: left;
  padding: 0 0 0 20px;
  margin: 0; }
  ol li {
    margin-bottom: 8px;
    font-size: 14px;
    counter-increment: li;
    position: relative; }
    ol li:before {
      position: absolute;
      content: counter(li);
      font-style: italic;
      color: #c38e6d;
      text-align: center;
      content: counter(li);
      width: 20px;
      left: -24px; }
    ol li a {
      color: #728C09;
      border-bottom: 1px solid #728C09;
      font-weight: 500; }

.sp {
  color: #d93a3e;
  font-weight: 500; }

.step {
  font-size: 13px;
  color: #f8f4e6;
  padding: 2px 20px;
  background-color: #7b4530;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }

.bold {
  font-weight: 700; }

table.award {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  margin-top: 10px;
  max-width: 900px;
  border: 1px solid #7b4530;
  font-size: 15px;
  text-align: center; }
  table.award td, table.award th {
    border: 1px solid #7b4530;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  table.award th {
    background-color: #e2c799;
    text-align: center;
    padding: 4px 10px;
    font-weight: normal; }
  table.award td {
    padding: 10px 10px;
    font-weight: 500; }
    table.award td img {
      width: 56px;
      height: 72px;
      border: 1px solid #c38e6d; }
  table.award.big td img {
    width: auto;
    height: 100px; }
  table.award td.th2 {
    background-color: rgba(241, 216, 173, 0.3); }
  table.award td.taLeft {
    text-align: left;
    font-size: 14px;
    font-weight: normal; }
  table.award.accu .sp {
    font-size: 18px; }

.swal2-modal h2 {
  font-size: 24px; }

.swal2-content {
  color: #d93a3e !important; }

#cboxOverlay {
  background-color: rgba(248, 244, 230, 0.9); }

#cboxClose {
  background-image: url("../img/cboxClose.png");
  width: 39px;
  height: 39px;
  outline: none;
  right: 0; }
  @media only screen and (max-width: 480px) {
    #cboxClose {
      top: -36px; } }

.wrapper {
  background: transparent url("../img/bg_04.jpg"); }

.links--index {
  position: fixed;
  right: 0px;
  top: 60px;
  z-index: 5; }
  .links--index .links-list {
    width: 92px;
    height: 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .links--index .links-list li {
      width: 92px;
      font-size: 15px;
      padding: 3px 0 2px;
      text-align: center;
      margin-bottom: 3px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      .links--index .links-list li a {
        color: #fff; }
      .links--index .links-list li:nth-child(1) {
        background-color: #ff6d0c; }
      .links--index .links-list li:nth-child(2) {
        background-color: #4267b2; }
      .links--index .links-list li:nth-child(3) {
        background-color: #117e96; }
  @media only screen and (max-width: 764px) {
    .links--index {
      position: absolute; }
      .links--index .links-list {
        width: auto;
        height: auto;
        background: none; }
        .links--index .links-list li {
          position: fixed;
          margin: 0;
          padding: 0;
          width: 40px;
          height: 40px;
          right: 2px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px; }
          .links--index .links-list li a {
            color: transparent; }
          .links--index .links-list li:nth-child(1) {
            background: #ff6d0c url("../img/icon_dl.png") 50% 50% no-repeat;
            background-size: 100% auto;
            top: 10px; }
          .links--index .links-list li:nth-child(2) {
            background: #4267b2 url("../img/icon_fb.png") 50% 50% no-repeat;
            background-size: 80% auto;
            top: 54px; }
          .links--index .links-list li:nth-child(3) {
            background: #117e96 url("../img/icon_baha.png") 50% 50% no-repeat;
            background-size: 80% auto;
            top: 98px; } }

.report {
  position: absolute;
  width: 170px;
  height: 170px;
  background: url("../img/report.png") no-repeat;
  z-index: 2;
  left: calc((100vw - 1280px) / 3);
  top: 30px; }
  .report__horn {
    position: absolute;
    right: -22px;
    width: 44px;
    height: 44px;
    border: 4px solid #af0c10;
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 30px;
    text-align: center; }
    .report__horn img {
      position: relative;
      top: 8px;
      -webkit-animation: horn 1s ease-in infinite;
      animation: horn 1s ease-in infinite; }
  @media screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1280px), screen and (-o-min-device-pixel-ratio: 5/4) and (min-width: 1280px), screen and (min-resolution: 120dpi) and (min-width: 1280px) {
    .report {
      left: 160px; } }
  @media only screen and (max-width: 1280px) {
    .report {
      left: 12px;
      top: 480px; } }
  @media only screen and (max-width: 1024px) {
    .report {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .report {
      display: block;
      position: fixed;
      top: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      background: transparent url("../img/report_s.jpg") 50% top no-repeat;
      background-size: 100%; }
      .report__horn {
        display: none; } }

.guild {
  position: fixed;
  width: 185px;
  height: 188px;
  z-index: 4;
  background: url("../img/guild.png") no-repeat;
  left: calc((100vw - 1280px) / 3 - 10px);
  top: 260px; }
  .guild a {
    width: 100%;
    height: 100%;
    display: block; }
  @media screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1280px), screen and (-o-min-device-pixel-ratio: 5/4) and (min-width: 1280px), screen and (min-resolution: 120dpi) and (min-width: 1280px) {
    .guild {
      left: 60px; } }
  @media only screen and (max-width: 1280px) {
    .guild {
      display: none; } }

.header {
  position: relative;
  height: 745px;
  background: transparent url("../img/top.jpg") 50% top no-repeat; }
  .header .ab {
    position: absolute; }
  .header-logo {
    width: 155px;
    height: 102px;
    background: url("../img/logo.png") 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: 6; }
    .header-logo a {
      width: 100%;
      height: 100%;
      display: block; }
  .header-back {
    position: absolute;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
    background-color: #af0c10;
    width: 100px;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 1px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    border: 3px solid #891619;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
    z-index: 5; }
    .header-back a {
      width: 100%;
      height: 100%;
      display: block; }
    .header-back a {
      color: #f8f4e6; }
  .header-alice {
    position: absolute;
    width: 545px;
    height: 775px;
    background: url("../img/alice.png") 50% 50% no-repeat;
    top: 20px;
    right: calc((100vw - 1280px) / 2  + 20px);
    z-index: 2; }
  .header-slogan {
    left: calc((100vw - 1280px) / 2  + 120px);
    z-index: 3; }
  .header-slogan1 {
    width: 598px;
    height: 302px;
    background: url("../img/slogan1.png") 50% 50% no-repeat;
    top: 155px;
    left: 0; }
  .header-slogan2 {
    width: 228px;
    height: 53px;
    background: url("../img/slogan2.png") 50% 50% no-repeat;
    top: 85px;
    left: 102px; }
  .header-subtitle {
    width: 377px;
    height: 42px;
    background: url("../img/subtitle.png") 50% 50% no-repeat;
    top: 478px;
    left: 174px; }
  .header-ac {
    z-index: 3;
    width: 298px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #af0c10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #891619;
    -webkit-box-shadow: 0 6px 0 #ef6e63;
    box-shadow: 0 6px 0 #ef6e63;
    text-align: center;
    top: 544px;
    left: calc((100vw - 1280px) / 2  + 364px);
    overflow: hidden; }
    .header-ac a {
      position: relative;
      z-index: 1;
      font-size: 30px;
      letter-spacing: 4px;
      font-weight: bold;
      display: block;
      padding: 10px 2px;
      color: #f8f4e6;
      text-shadow: 3px 0 0 #891619,  -3px 0 0 #891619,  0 3px 0 #891619,  0 -3px 0 #891619 ,  0  0 6px #891619,  0  0 6px #891619,  0  0 6px #891619,  0  0 6px #891619,  0  0 6px #891619; }
      .header-ac a span {
        color: #F0EFC7; }
    .header-ac:after {
      display: block;
      content: '';
      position: absolute;
      width: 120px;
      height: 248px;
      background-color: #cf3030;
      position: absolute;
      z-index: 0;
      -webkit-transform: rotate(64deg);
      -ms-transform: rotate(64deg);
      transform: rotate(64deg);
      top: -138px;
      left: 40px;
      opacity: 1;
      -webkit-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      -ms-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
    .header-ac:hover:after {
      opacity: 0;
      width: 300px;
      height: 400px; }
  .header .cloud > div {
    z-index: 1; }
  .header .cloud_1 {
    width: 254px;
    height: 134px;
    background: url("../img/cloud.png") 50% 50% no-repeat;
    background-size: cover;
    top: 48px;
    left: calc( 50vw  + 480px);
    -webkit-animation: cloudBig 5s linear infinite;
    animation: cloudBig 5s linear infinite; }
  .header .cloud_2 {
    width: 203px;
    height: 107px;
    background: url("../img/cloud.png") 50% 50% no-repeat;
    background-size: cover;
    top: 228px;
    left: calc(10vw - 140px);
    -webkit-animation: cloudSmall 4s linear infinite;
    animation: cloudSmall 4s linear infinite; }
  .header .cloud_3 {
    width: 127px;
    height: 67px;
    background: url("../img/cloud.png") 50% 50% no-repeat;
    background-size: cover;
    top: 508px;
    left: calc(20vw + 20px);
    -webkit-animation: cloudSmall 5s linear infinite;
    animation: cloudSmall 5s linear infinite; }
  .header .cloud_4 {
    width: 127px;
    height: 67px;
    background: url("../img/cloud.png") 50% 50% no-repeat;
    background-size: cover;
    top: 368px;
    left: calc(50vw + 410px);
    -webkit-animation: cloudBig 6s linear infinite;
    animation: cloudBig 6s linear infinite; }
  .header .cloud_5 {
    width: 152px;
    height: 80px;
    background: url("../img/cloud.png") 50% 50% no-repeat;
    background-size: cover;
    top: 298px;
    left: calc(75vw + 220px);
    -webkit-animation: cloudSmall 4.5s linear infinite;
    animation: cloudSmall 4.5s linear infinite; }
  .header .light > div {
    z-index: 1; }
  .header .light_1 {
    width: 55px;
    height: 55px;
    background: url("../img/shine01.png") 50% 50% no-repeat;
    top: 42px;
    left: 774px;
    -webkit-animation: light 1s infinite linear;
    animation: light 1s infinite linear; }
  .header .light_2 {
    width: 32px;
    height: 32px;
    background: url("../img/shine02.png") 50% 50% no-repeat;
    top: 368px;
    left: 146px;
    -webkit-animation: light .8s infinite linear;
    animation: light .8s infinite linear; }
  .header .light_3 {
    width: 25px;
    height: 25px;
    background: url("../img/shine03.png") 50% 50% no-repeat;
    top: 122px;
    left: 966px;
    -webkit-animation: light .55s infinite linear;
    animation: light .55s infinite linear; }
  .header .light_4 {
    width: 24px;
    height: 24px;
    background: url("../img/shine02.png") 50% 50% no-repeat;
    top: 35px;
    right: 213px;
    background-size: cover;
    -webkit-animation: light .8s infinite linear;
    animation: light .8s infinite linear; }
  .header .light_5 {
    width: 33px;
    height: 33px;
    background: url("../img/shine01.png") 50% 50% no-repeat;
    top: 512px;
    right: 338px;
    background-size: cover;
    -webkit-animation: light 1.2s infinite linear;
    animation: light 1.2s infinite linear; }
  .header .kira > div {
    z-index: 1;
    background: url("../img/kira.png") 50% 50% no-repeat;
    width: 24px;
    height: 24px; }
  .header .kira_1 {
    top: 254px;
    left: calc(20vw + 120px); }
  .header .kira_2 {
    top: 314px;
    left: calc(50vw + 60px); }
  @media screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1280px), screen and (-o-min-device-pixel-ratio: 5/4) and (min-width: 1280px), screen and (min-resolution: 120dpi) and (min-width: 1280px) {
    .header {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left;
      width: 125%;
      height: 125%;
      margin-bottom: -150px; }
      .header-slogan {
        left: calc((100vw - 800px) / 2  + 120px); }
      .header-alice {
        right: calc((100vw - 960px) / 2); }
      .header-ac {
        left: calc((100vw - 800px) / 2  + 364px); } }
  @media only screen and (max-width: 1024px) {
    .header .cloud, .header .light, .header .kira {
      display: none; }
    .header-report {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .header {
      background: transparent url("../img/top_s.jpg") 50% top no-repeat;
      background-size: 100%; }
      .header-logo {
        width: 18vw;
        height: 11.845vw;
        top: 8px;
        left: 8px; }
      .header-alice, .header-slogan {
        display: none; }
      .header-ac {
        width: 60%;
        left: 50%;
        margin-left: -30%;
        -webkit-box-shadow: none;
        box-shadow: none;
        top: 60vw; }
        .header-ac a {
          font-size: 4vw; }
        .header-ac:after {
          display: none; } }
  @media only screen and (max-width: 414px) {
    .header-ac {
      width: 90%;
      margin-left: -45%;
      border: 3px solid #891619; }
      .header-ac a {
        font-size: 6.4vw;
        font-weight: 500; } }

@-webkit-keyframes horn {
  0%, 25%, 100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  12%, 50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes horn {
  0%, 25%, 100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  12%, 50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes cloudBig {
  0% {
    margin-left: 0; }
  30% {
    margin-left: -20px; }
  75% {
    margin-left: 15px; }
  100% {
    margin-left: 0; } }

@keyframes cloudBig {
  0% {
    margin-left: 0; }
  30% {
    margin-left: -20px; }
  75% {
    margin-left: 15px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes cloudSmall {
  0% {
    margin-left: 0; }
  30% {
    margin-left: 12px; }
  75% {
    margin-left: -10px; }
  100% {
    margin-left: 0; } }

@keyframes cloudSmall {
  0% {
    margin-left: 0; }
  30% {
    margin-left: 12px; }
  75% {
    margin-left: -10px; }
  100% {
    margin-left: 0; } }

.main {
  position: relative;
  padding: 50px 0; }
  .main-btns {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    max-width: 1024px;
    text-align: center; }
    .main-btns a {
      display: inline-block;
      border: 2px solid #7b4530;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0 5px 0 #7b4530;
      box-shadow: 0 5px 0 #7b4530;
      background: url("../img/bg_03.jpg");
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      border-radius: 100px;
      width: 230px;
      height: 78px;
      vertical-align: top;
      margin: 10px 10px;
      padding-top: 14px;
      box-sizing: border-box;
      cursor: pointer; }
      .main-btns a > div {
        display: inline-block;
        vertical-align: middle; }
    .main-btns .main-btns_0 {
      display: none; }
      .main-btns .main-btns_0 .btn__no {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #d93a3e;
        padding: 5px; }
        .main-btns .main-btns_0 .btn__no i {
          color: #f8f4e6; }
      .main-btns .main-btns_0 .btn__title {
        color: #ae143c; }
        .main-btns .main-btns_0 .btn__title span {
          margin-top: 2px;
          display: block;
          font-size: 14px;
          color: #f8f4e6;
          padding: 1px 10px;
          font-weight: normal;
          background-color: #ae143c;
          -moz-border-radius: 20px;
          -webkit-border-radius: 20px;
          border-radius: 20px; }
    .main-btns .btn__no {
      width: 22px;
      text-align: center;
      color: #728C09;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.2; }
      .main-btns .btn__no i {
        display: block;
        color: #d93a3e; }
    .main-btns .btn__title {
      text-align: left;
      font-weight: bold;
      color: #7b4530;
      line-height: 1.33;
      font-size: 18px;
      margin-left: 10px; }
  .main-angel {
    width: 242px;
    height: 256px;
    position: absolute;
    left: calc(( 100vw - 1560px) / 2);
    background: url("../img/angel.png");
    top: 2px;
    -webkit-animation: angel 2s linear infinite;
    animation: angel 2s linear infinite; }
  @media only screen and (min-width: 1281px) {
    .main-btns a:hover .btn__no i {
      -webkit-animation: heartFlip 1s ease-in infinite;
      animation: heartFlip 1s ease-in infinite; } }
  @media only screen and (max-width: 1280px) {
    .main .main-btns_0 {
      display: inline-block; } }
  @media only screen and (max-width: 768px) {
    .main {
      padding: 20px 0 30px; }
      .main-btns a {
        width: 42%; }
      .main-angel {
        display: none; } }
  @media only screen and (max-width: 414px) {
    .main-btns a {
      width: 90%;
      margin: 10px 0;
      height: 64px;
      padding-top: 8px; } }

@-webkit-keyframes heartFlip {
  0%, 100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }

@keyframes heartFlip {
  0%, 100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }

@-webkit-keyframes angel {
  0%, 100% {
    top: 2px; }
  50% {
    top: 16px; } }

@keyframes angel {
  0%, 100% {
    top: 2px; }
  50% {
    top: 16px; } }

footer {
  background-color: #f8f4e6; }
