@font-face {
  font-family: "Monumentextended";
  src: url("MonumentExtended-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "gs";
  src: url("Galano_Grotesque.otf") format("opentype"); }

@font-face {
  font-family: "gm";
  src: url("Galano_Grotesque_Medium.otf") format("opentype"); }

@font-face {
  font-family: "gb";
  src: url("Galano_Grotesque_Bold.otf") format("opentype"); }

.loader-parent {
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  right: auto;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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;
  background-color: #000;
  background-image: -moz-linear-gradient(145deg, black 10%, #043b58 100%);
  background-image: -webkit-linear-gradient(145deg, black 10%, #043b58 100%);
  background-image: -ms-linear-gradient(145deg, black 10%, #043b58 100%); }
  .loader-parent h1 {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 44px; }

.over-lay-block {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: -moz-linear-gradient(145deg, black 10%, #043b58 100%);
  background-image: -webkit-linear-gradient(145deg, black 10%, #043b58 100%);
  background-image: -ms-linear-gradient(145deg, black 10%, #043b58 100%); }

.loader-text {
  margin-bottom: 8px;
  font-family: Monumentextended, sans-serif;
  color: #caed5c;
  white-space: nowrap; }
  .loader-text:last-child {
    position: relative;
    left: -100px; }

.out-line {
  color: #caed5c;
  -webkit-text-fill-color: rgba(0, 118, 255, 0);
  /*!* Will override color (regardless of order) *!*/
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #caed5c; }

.logo {
  position: fixed;
  display: block;
  z-index: 990;
  top: 31px;
  left: 47px; }
  .logo img {
    display: block; }

.page_a {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 85;
  top: 0;
  left: 0; }
  .page_a .bg {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .page_a .bg_pc {
    display: block; }
  .page_a .bg_m {
    display: none; }
  .page_a .txtbox {
    position: absolute;
    top: 50%;
    left: 3.95833%;
    z-index: 5;
    transform: translateY(-50%); }
    .page_a .txtbox h2 {
      line-height: 1;
      font-family: "gm";
      font-size: 59px;
      color: #d5ff5c;
      margin-bottom: 15px; }
    .page_a .txtbox p {
      font-family: "gm";
      font-size: 30px;
      color: #ffffff;
      line-height: 1.33333; }

.mo_box {
  position: absolute;
  z-index: 6;
  bottom: 5.12963%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff; }
  .mo_box img {
    display: block;
    margin: 0 auto 20px;
    -webkit-animation: bounce-down 2.8s linear infinite;
    animation: bounce-down 2.8s linear infinite; }
  .mo_box P {
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    font-family: "gs"; }

@-webkit-keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-4px); }
  50%,
  100% {
    -webkit-transform: translateY(0); }
  75% {
    -webkit-transform: translateY(4px); } }

@keyframes bounce-down {
  25% {
    transform: translateY(-4px); }
  50%,
  100% {
    transform: translateY(0); }
  75% {
    transform: translateY(4px); } }

.page_b {
  width: 100%;
  height: 100vh;
  background: #000;
  margin-top: 100vh;
  z-index: 100;
  position: relative;
  background-image: -moz-linear-gradient(90deg, #183c58 15%, #010507 100%);
  background-image: -webkit-linear-gradient(90deg, #183c58 15%, #010507 100%);
  background-image: -ms-linear-gradient(90deg, #183c58 15%, #010507 100%); }
  .page_b .inbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 1100px;
    max-width: 95%; }
    .page_b .inbox p {
      font-size: 25px;
      color: #fff;
      font-family: "gs"; }
      .page_b .inbox p span {
        font-size: 26px;
        font-family: "gm";
        color: #caed5c; }

.icon_box {
  font-size: 0;
  text-align: center;
  margin-top: 8.3vh; }
  .icon_box a {
    display: inline-block;
    margin: 0 11px; }
  .icon_box img {
    display: block; }

.page_c_cir,
.page_c_btn {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 6.57407%;
  left: 95.57292%;
  border-radius: 50%;
  z-index: 150;
  transform: translate(-50%, -50%); }

.page_c_cir.on {
  transition: width 1.3s,height 1.3s;
  width: 4500px;
  height: 4500px;
  opacity: 1;
  background: #000; }

.page_c_btn {
  background: none;
  cursor: pointer;
  user-select: none;
  z-index: 160;
  border-radius: 50%; }
  .page_c_btn:hover .cir_line {
    stroke-dashoffset: 0px; }
  .page_c_btn.on {
    background: url(../img/close.png) no-repeat center/20px auto; }
    .page_c_btn.on p {
      display: none; }
    .page_c_btn.on svg {
      display: none; }
  .page_c_btn svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    z-index: 1000; }
  .page_c_btn .cir_line {
    stroke: #fff;
    stroke-dashoffset: 252px;
    transition: all 1s ease;
    stroke-dasharray: 252px; }
  .page_c_btn p {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 1;
    transform: translateY(-50%);
    font-size: 16px;
    font-family: "gm"; }

.page_c {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 155;
  background-color: #000;
  overflow: hidden; }
  .page_c .obox {
    background-image: -moz-linear-gradient(90deg, #183c58 15%, #010507 100%);
    background-image: -webkit-linear-gradient(90deg, #183c58 15%, #010507 100%);
    background-image: -ms-linear-gradient(90deg, #183c58 15%, #010507 100%);
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute; }
  .page_c .inbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 1200px;
    max-width: 96%;
    text-align: center; }
    .page_c .inbox ul {
      overflow: hidden; }
      .page_c .inbox ul li {
        width: 11.111111%;
        float: left;
        margin-bottom: 45px;
        padding-right: 0px;
        font-size: 0;
        text-align: center; }
      .page_c .inbox ul .img {
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
        max-width: 86%; }
        .page_c .inbox ul .img img {
          display: block;
          width: 100%; }
      .page_c .inbox ul p {
        text-align: center;
        font-size: 14px;
        font-family: "gs";
        color: #fff;
        overflow: unset;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        padding: 0 4px;
        margin-top: 5px; }
  .page_c .icon_box {
    margin-top: 2vh; }

@media (max-width: 992px) {
  .page_c_cir, .page_c_btn {
    left: 90%; }
  .logo {
    left: 25px; }
  .page_c .inbox ul li {
    width: 14.28571%; } }

@media screen and (max-width: 991px) {
  .loader-text {
    margin-bottom: 7px;
    font-size: 40px;
    line-height: 40px; } }

@media (max-width: 767px) {
  .logo img {
    width: 1.15rem; }
  .logo {
    top: 0.27rem;
    left: 0.29rem; }
  .page_c_btn svg {
    display: none; }
  .page_c_cir, .page_c_btn {
    width: 1.2rem;
    top: 5.5%;
    height: 1.2rem; }
    .page_c_cir p, .page_c_btn p {
      font-size: 0.24rem; }
  .page_a .bg_pc {
    display: none; }
  .page_a .bg_m {
    display: block; }
  .page_a .txtbox h2 {
    font-size: 0.6rem;
    text-align: center; }
  .page_a .txtbox p {
    font-size: 0.3rem;
    text-align: center; }
  .page_a .txtbox {
    width: 100%;
    left: 0; }
  .page_a .txtbox {
    transform: translate(0);
    top: 6.9rem; }
  .mo_box P {
    font-size: 0.18rem; }
  .mo_box img {
    width: 0.48rem;
    margin-bottom: 0.22rem; }
  .page_b .inbox {
    max-width: 6rem; }
    .page_b .inbox p {
      font-size: 0.25rem; }
      .page_b .inbox p br {
        display: block; }
      .page_b .inbox p em {
        display: block; }
      .page_b .inbox p span {
        display: block;
        font-size: 0.26rem; }
  .icon_box img {
    width: 0.47rem; }
  .icon_box a {
    margin: 0 .15rem; }
  .page_c .inbox {
    max-width: 5.52rem; }
  .page_c .inbox ul .img {
    width: 0.79rem; }
  .page_c .inbox ul p {
    font-size: 0.2rem; }
  .page_c .inbox ul li {
    width: 33.3%;
    display: none;
    margin-bottom: 0.42rem; }
    .page_c .inbox ul li:nth-child(-n+16) {
      display: block; }
  .page_c_cir.on {
    width: 2000px;
    height: 2000px; } }

@media screen and (max-width: 479px) {
  .intro-loader-child {
    margin-top: -50px; } }
