@charset "UTF-8";
body,
html {
  font-family: 微軟儷黑體, 微軟正黑體, Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  background: #0D191E;
}

canvas {
  cursor: crosshair;
  display: block;
}

#paul-snow {
  background: none;
  font-family: Androgyne;
  background-image: url("https://4.bp.blogspot.com/-RGdg1HwjcN0/V0MfveH5tnI/AAAAAAAAV9U/JuZAFpkJmHkhrLHTY3Nzt--f1_D4QUDRACLcB/s1600/s1.png"), url("https://3.bp.blogspot.com/-lLYG_aPYaWI/V0MfvZui2cI/AAAAAAAAV9Q/ivLLay21G6IKLLGEI-bHgpzmPRHFubhwgCLcB/s1600/s2.png"), url("https://3.bp.blogspot.com/-mPW9Z5fvV5w/V0MfvZ1kmnI/AAAAAAAAV9Y/qU7_F2J0XP4bXNi3rIyV55Y1z9RyTRoqQCLcB/s1600/s3.png");
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-animation: snow 12s linear infinite;
          animation: snow 12s linear infinite;
}

@media (max-width: 768px) {
  #paul-snow {
    height: 100vh;
  }
}

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}

@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}

header .header-wrap {
  margin: auto;
  width: 100%;
  position: relative;
}

header .header-wrap img {
  width: 100%;
}

@media (max-width: 768px) {
  header .header-wrap .imgbox-pc {
    display: none;
  }
}

header .header-wrap .imgbox-tab {
  display: none;
}

@media (max-width: 768px) {
  header .header-wrap .imgbox-tab {
    display: block;
  }
}

@media (max-width: 425px) {
  header .header-wrap .imgbox-tab {
    display: none;
  }
}

header .header-wrap .imgbox-m {
  display: none;
}

@media (max-width: 425px) {
  header .header-wrap .imgbox-m {
    display: block;
  }
}

header .btn-wrap {
  position: relative;
  width: 650px;
  height: 100px;
  margin: auto;
}

@media (max-width: 425px) {
  header .btn-wrap {
    width: 80%;
  }
}

header .btn-wrap .item {
  position: absolute;
  z-index: 999;
}

header .btn-wrap .item ul {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
}

header .btn-wrap .item ul li {
  padding: 0 15px;
  cursor: pointer;
}

@media (max-width: 425px) {
  header .btn-wrap .item ul li {
    width: 50%;
  }
}

header .btn-wrap .item ul li .active {
  -webkit-filter: hue-rotate(165deg);
          filter: hue-rotate(165deg);
}

header .btn-wrap .item ul li img:hover {
  -webkit-filter: hue-rotate(360deg);
          filter: hue-rotate(360deg);
}

@media (max-width: 375px) {
  header .btn-wrap .item ul li img {
    width: 100%;
  }
}

.movies-wrap {
  border: #E1D6D0 1px solid;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 15px 0px 0px 0px;
  margin-top: 70px;
}

.movies-wrap .container {
  width: 100%;
}

@media (max-width: 1024px) {
  .movies-wrap {
    width: 90%;
  }
}

.movies-wrap .movies {
  background-color: #ddd;
  height: 200px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 200px;
}

@media (max-width: 425px) {
  .works-wrap {
    margin-top: 70px;
  }
}

.works-wrap .item {
  margin: auto;
  width: 860px;
  text-align: center;
  background-color: #E1D6D0;
  margin-bottom: 30px;
  border: #000 3px solid;
}

@media (max-width: 860px) {
  .works-wrap .item {
    width: 95%;
  }
}

.works-wrap .item h1,
.works-wrap .item h2 {
  line-height: 30px;
  font-size: 1.5rem;
  color: #012F41;
}

.works-wrap .item h2 {
  font-size: 1.2rem;
}

.works-wrap .plus-lv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.works-wrap .plus-lv .lvitem {
  width: 15%;
  height: 100px;
  text-align: center;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .works-wrap .plus-lv .lvitem {
    width: 45%;
    height: auto;
  }
}

.works-wrap .plus-lv .lvitem:nth-child(1) {
  margin-left: 15px;
}

@media (max-width: 768px) {
  .works-wrap .plus-lv .lvitem:nth-child(1) {
    margin-left: 0px;
  }
}

.works-wrap .plus-lv .lvitem:nth-child(6) {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .works-wrap .plus-lv .lvitem:nth-child(6) {
    margin-right: 0px;
  }
}

.works-wrap .plus-lv .lvitem h1 {
  color: #fff;
  background-color: #163F61;
  padding: 15px;
  font-size: 1rem;
  margin: 0;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.works-wrap .plus-lv .lvitem h2 {
  color: #000;
  background-color: #000;
  padding: 15px;
  font-size: 1rem;
  line-height: 30px;
  margin-top: 0;
}

.works-wrap .plus-lv .lvitem .fin {
  color: #fff;
  border: #DFD6D1 solid 1px;
}

.plus {
  width: 100%;
  margin: auto;
  margin-bottom: 70px;
  color: #fff;
}

.plus .plus-item {
  width: 100%;
  border: #DFD6D1 1px solid;
  padding: 15px;
}

.ranking {
  width: 100%;
}

.ranking a {
  color: #000;
}

.ranking table {
  text-align: center;
  table-layout: fixed;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  font-size: 1em;
  word-break: break-all;
}

.ranking table thead {
  background-color: #E1D6D0;
  color: #fff;
}

.ranking table thead th {
  font-size: 1.2em;
  font-weight: 100;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #E1D6D0;
  font-weight: 400;
}

@media (max-width: 375px) {
  .ranking table thead th {
    letter-spacing: 0;
    font-size: 1em;
  }
}

@media (max-width: 320px) {
  .ranking table thead .w1 {
    width: 35%;
  }
}

.ranking table tbody {
  font-size: 1.1em;
}

.ranking table tbody tr {
  background-color: #E2E1E0;
}

.ranking table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.ranking table tbody tr td {
  padding: 10px 5px;
  border: 1px solid #E1D6D0;
}

.ranking table tbody tr td p {
  padding-top: 10px;
  font-size: 1.1em;
}

.ranking table tbody tr td p::before {
  content: '';
  background-image: url(../img/crutch.png);
  padding: 0px 0px 0px 26px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .ranking table tbody tr td p::before {
    padding: 0px 0px 0px 20px;
  }
}

@media (max-width: 375px) {
  .ranking table tbody tr td {
    font-weight: normal;
    font-size: 0.9em;
  }
}

.content-wrap {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 425px) {
  .content-wrap {
    margin-top: 70px;
  }
}

.content-wrap .rules {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .content-wrap .rules {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.content-wrap .rules .title {
  width: auto;
  margin: auto;
}

@media (max-width: 375px) {
  .content-wrap .rules .title img {
    width: 100%;
  }
}

.content-wrap .rules .rulesContent {
  width: 100%;
  height: auto;
  padding: 30px;
  color: #fff;
  margin: auto;
  font-size: 18px;
  text-align: left;
  line-height: 36px;
  text-align: justify;
  word-break: break-all;
  border: 1px solid #DFD6D1;
}

.content-wrap .rules .rulesContent ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer {
  margin-top: 70px;
}

.footer .wrap {
  width: 760px;
  height: 100px;
  margin: auto;
  position: relative;
}

@media (max-width: 425px) {
  .footer .wrap {
    width: 80%;
  }
}

.footer .wrap img {
  position: absolute;
  width: 8%;
  right: 0;
}

@media (max-width: 425px) {
  .footer .wrap img {
    width: 12%;
  }
}
/*# sourceMappingURL=style.css.map */