@import url('https://fonts.googleapis.com/css?family=Noto+Serif+SC&display=swap');

* {
  box-sizing: border-box;
}

html {
  font-size: 19px;
}

body {
  font-size: 1rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Noto Serif SC","新細明體",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  background-color: #000;
  color: #fff;
  overflow: hidden scroll;
}

body:not(.preloader-complete) {
  overflow: hidden;
}

.font-serif {
  font-family: "Times","Noto Serif SC","新細明體",sans-serif;
}

h5.font-serif {
  letter-spacing: .1em;
}

a {
  color: #fff;
  transition: all .3s ease;
}

a:hover, a:focus {
  color: #fff;
}

.video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #00000050;
}

.h-wp .nav {
  padding: 13px 0;
  margin: 0 -10px;
}

.h-wp .nav li {
  text-transform: uppercase;
}

.h-wp .nav li a {
  text-decoration: none !important;
  background-color: #00000000;
  padding: 5px 10px 7px;
  display: block;
  user-select: none;
}

.h-wp .nav li a:hover {
  background-color: #ff000050;
}

.h-wp .nav li a.active {
  background-color: #ff000030;
}

.h-1 {
  min-height: 100vh;
}

.transition-div {
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: #ff0000;
  animation: transition-div 2s linear;
  height: 100vh;
  display: none;
}

@keyframes transition-div {
  0% {
    left: 0;
    width: 190px;
    transform: translateX(-100%);
  }
  45% {
    left: 100%;
    width: 50vw;
  }
  100% {
    left: 100%;
    width: 190px;
    transform: translateX(0);
  }
}

.my-view {
  padding-top: 3rem;
  min-height: 100vh;
  user-select: none;
}

.seo-h1 {
  position: fixed;
  left: -200vw;
  top: 0;
  opacity: 0;
}

section {
  position: relative;
}

footer {
  position: relative;
  background-color: #f2f2f2eb;
  color: #333;
  padding: 3rem 0;
  font-size: 0.7rem;
}

footer img {
  width: 160px;
}

.global-bg {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  user-select: none;
}

.global-bg:before {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-image: url('img/main_menu.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  opacity: 0.5
}

.global-bg:after {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-image: url('img/game_menu.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: global-bg 30s infinite;
  transform-origin: center bottom;
}

@keyframes global-bg {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}

table {
  max-width: 100%;
}

table td {
  vertical-align: top;
  padding: 10px;
}

table td:first-child {
  text-align: right;
}

.title-ls {
  animation: title-ls 2s linear;
  letter-spacing: .2em;
}

@keyframes title-ls {
  0% {
    letter-spacing: .1em;
  }
  100% {
    letter-spacing: .2em;
  }
}

.sop-wp {
  margin: auto;
  margin-bottom: 3rem;
  width: 600px;
  max-width: 100%;
  position: relative;
  border: 1px dotted #fff;
  padding: 10px;
}

.sop-wp:last-child {
  margin-bottom: 0;
}

.s-con {
  display: none;
  background-color: #f9f9f9;
  color: #333;
}

.s-con a {
  color: #333;
  display: block;
  padding: 5px 15px 7px;
  text-decoration: none !important;
}

.s-con a:hover {
  background-color: #eee;
}

.clicker {
  position: fixed;
  transform: translate(-50%, -50%) scale(1.6);
  z-index: 99999;
  transition: all 0.3s;
  opacity: 0.3;
  visibility: visible;
  user-select: none;
  pointer-events: none;
}

.clicker.ani {
  opacity: 0;
  visibility: hidden;
}

.text-pink {
  color: pink;
}

.text-blue {
  color: #24728a;
}

.st-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.st-box:first-child {
  margin-top: -3rem;
}

.st-box .d-flex {
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 6rem 15px;
}

.t-box {
  letter-spacing: .15em;
  margin-bottom: 5rem;
  opacity: 0;
  transition: all 1s ease;
  font-size: 1.5rem;
}

.t-box.ani-go {
  opacity: 1;
}

.t-box:last-child {
  margin-bottom: 0;
}

.letter-spacing-0 {
  letter-spacing: 0;
}

ctc {
  display: inline-block;
  background-image: url('img/1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .6em;
  height: .6em;
  animation: ctc 2.5s linear infinite;
  opacity: .3;
  vertical-align: baseline;
  margin-left: .3em;
}

@keyframes ctc {
  0% {
    transform: rotate(0);
  }
  60% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.g-row {
  margin-bottom: -35px;
}

.g-i {
  margin-bottom: 35px;
}

.g-i-in {
  position: relative;
  border-radius: 16px;
  padding-bottom: calc(1/3*100%);
}

.g-i-in img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 16px;
}

.g-i-in:after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: inherit;
  border: 6px solid #ffffff90;
  pointer-events: none;
  transition: border .3s ease;
}

.g-i-in:hover:after {
  border-color: #11111190;
}

.g-i-con {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden auto;
  z-index: 9999;
  opacity: 0;
  transition: opacity .3s ease;
  background-color: #00000090;
}

.g-i-con-i > .close {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-i-con-i {
  display: flex;
  min-height: 100vh;
  padding: 3rem 15px;
  justify-content: center;
  align-items: center;
}

.g-i.open .g-i-con {
  display: block;
  opacity: 1;
}

.g-i-con-i-i {
  width: 640px;
  max-width: 100%;
  background-color: #111;
  position: relative;
}

.g-i-con-i-i > .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background: #f2f2f2;
  font-size: 0;
}

.g-i-con-i-i > .close:before,
.g-i-con-i-i > .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  display: block;
  background: #333;
}

.g-i-con-i-i > .close:before {
transform: translate(-50%, -50%) rotate(45deg);
}

.g-i-con-i-i > .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.g-i-con-i-i .text {
  padding: 3rem;
}

.g-i-con-i-i .text > *:last-child {
  margin-bottom: 0;
}

sp {
  display: inline-block;
  width: .3em;
}

.ch-wp {
  width: 900px;
  max-width: 100%;
  margin: auto;
  margin-bottom: -1rem;
}

.ch-i {
  display: none;
  margin-bottom: 1rem;
  font-size: 0;
}

.ch-i-l {
  background-color: #fff;
  width: 100px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}

.ch-i-l .img {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: opacity .3s ease;
  position: relative;
  z-index: 1;
  opacity: .3;
}

.ch-i-l:hover .img,
.ch-i-l.active .img {
  opacity: 1;
}

.ch-i-r {
  display: none;
}

.ch-con .text {
  max-width: 600px;
  position: relative;
  z-index: 1;
  padding: 3rem;
  background-color: #00000090;
  border-radius: 16px;
  text-align: justify;
}

.ch-con .figure {
  position: fixed;
  bottom: 0;
  right: 16vw;
  width: auto;
  height: 80vh;
}

.h-1 {
  margin-top: -3rem;
}

.h-1 .img {
  opacity: 0;
  transition: opacity 1s ease;
}

.h-1 .img.ani-go {
  opacity: 1;
}

.h-1 .can {
  position: absolute;
  top: 40vh;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%) rotate(180deg);
  margin-top: 50vh;
  opacity: 0;
  transition: all .5s ease;
}

.h-1 .can.ani-go {
  transform: translate(-50%, -50%) rotate(0);
  margin-top: 0;
  opacity: 1;
}

.h-1 .can.ani-go:hover {
  animation: h-1-can 1s;
}

@keyframes h-1-can {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-30deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0);
  }
}

.news {
  position: fixed;
  z-index: 2;
  left: 0;
  bottom: 2rem;
  width: 100%;
  letter-spacing: .1em;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
}

.news.open {
  opacity: 1;
  visibility: visible;
}

.news h5 {
  border-bottom: 1px dotted;
  padding-bottom: .1em;
  font-weight: 600;
}

.news table {
  width: 100%;
}

.news table td:first-child {
  width: 130px;
}

.n-wp {
  background-color: #ffffff90;
  color: #333;
  width: 500px;
  max-width: 100%;
  border-radius: 16px;
  padding: 1.5rem 2rem;
}

.n-wp-in {
  height: 130px;
  overflow: hidden auto;
}

.can01:hover {
  animation: can01 1s;
}

@keyframes can01 {
  0% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(45deg);
  }
  75% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.preloader {
  background: #09161a;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: -300vw;
  z-index: 999999999999999999;
  transition: background-color .3s ease;
}

.pr-in {
  width: 23rem;
  height: 23rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #333;
}

.circle-wp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.circle-wp svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pr-in span {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  white-space: nowrap;
  font-weight: 600;
}

.pr-in span:nth-child(2) {

}

.preloader .tr-after {
  display: none;
}

.preloader #cir-1 {
  display: none;
  transform: translate(-50%, -50%) scaleX(-1);
}

.preloader #cir-3 {
  transform: translate(-50%, -50%) rotate(-12deg);
  transition: transform 1s ease;
}

.preloader #cir-3.go {
  transform: translate(-50%, -50%) rotate(-372deg);
}

.preloader #cir-4 {
  transform: translate(-50%, -50%) rotate(-92deg)
}

@media (max-width: 991px) {

  html {
    font-size: 13px;
  }

  footer img {
    width: 90px;
  }

  .g-i-con-i-i .text {
    padding: 2rem;
  }

  .ch-i-l {
    width: 60px;
  }

  .st-box {
    background-attachment: scroll;
  }

  .h-1 {
    overflow: hidden;
  }

  .h-1 .img {
    width: 190vw;
    transform: translateX(-45vw);
  }

  .h-1 .can {
    top: 30vh;
    width: 90px;
    margin-top: 20vh;
  }

  .news {
    position: relative;
    top: auto;
    bottom: auto;
    background: #fff;
    opacity: 1;
    visibility: visible;
  }

  .news table td:first-child {
    width: 100px;
  }

}

@media (max-width: 576px) {

  .ch-wp {
    display: flex;
    margin-bottom: 2rem;
  }

  .ch-i {
    margin-right: 10px;
  }

  .ch-con .figure {
    height: 80vh;
    right: -10vh;
  }

}
