@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif+TC:wght@200..900&&display=swap");
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif+TC:wght@200..900&&display=swap");
@import "/online/assets/css/lib/swiper8.min.css";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}

body {
  font-display: swap;
  text-align: center;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  padding-left: 0;
  margin-left: 1em;
}

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

figure {
  margin: 0;
}

.wrap {
  text-align: left;
}

.point {
  color: #DE5E5E;
}

.tac {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

#alert {
  display: none;
  padding: 40px;
}

/*單元通用設定*/
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes Rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes Rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes lightSweep {
  from {
    -webkit-transform: skew(-45deg, 0) translate(-100%, 0);
            transform: skew(-45deg, 0) translate(-100%, 0);
  }
  to {
    left: 100%;
    -webkit-transform: skew(-45deg, 0) translate(100%, 0);
            transform: skew(-45deg, 0) translate(100%, 0);
  }
}
@keyframes lightSweep {
  from {
    -webkit-transform: skew(-45deg, 0) translate(-100%, 0);
            transform: skew(-45deg, 0) translate(-100%, 0);
  }
  to {
    left: 100%;
    -webkit-transform: skew(-45deg, 0) translate(100%, 0);
            transform: skew(-45deg, 0) translate(100%, 0);
  }
}
@-webkit-keyframes Enlarge {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes Enlarge {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes Btn_light_move {
  from {
    left: -150%;
  }
  to {
    left: 350%;
  }
}
@keyframes Btn_light_move {
  from {
    left: -150%;
  }
  to {
    left: 350%;
  }
}
@-webkit-keyframes lanlancat_upDown {
  from {
    margin-top: 1em;
  }
  to {
    margin-top: 0;
  }
}
@keyframes lanlancat_upDown {
  from {
    margin-top: 1em;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes LeftIn {
  from {
    margin-left: -1em;
    opacity: 0;
  }
  to {
    margin-left: 0em;
    opacity: 1;
  }
}
@keyframes LeftIn {
  from {
    margin-left: -1em;
    opacity: 0;
  }
  to {
    margin-left: 0em;
    opacity: 1;
  }
}
@-webkit-keyframes RightIn {
  from {
    margin-left: 0em;
    opacity: 0;
  }
  to {
    margin-left: -1em;
    opacity: 1;
  }
}
@keyframes RightIn {
  from {
    margin-left: 0em;
    opacity: 0;
  }
  to {
    margin-left: -1em;
    opacity: 1;
  }
}
@-webkit-keyframes Building_UpDown {
  from {
    margin-top: -8px;
  }
  to {
    margin-top: 0px;
  }
}
@keyframes Building_UpDown {
  from {
    margin-top: -8px;
  }
  to {
    margin-top: 0px;
  }
}
@-webkit-keyframes brighten_005 {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}
@keyframes brighten_005 {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}
@-webkit-keyframes brighten_015 {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
}
@keyframes brighten_015 {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
}
@-webkit-keyframes darken_01 {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
@keyframes darken_01 {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes PrizePoint {
  0% {
    left: -1.8em;
  }
  20% {
    left: -1em;
  }
  30% {
    left: -1.8em;
  }
  40% {
    left: -1em;
  }
  50% {
    left: -1.8em;
  }
  100% {
    left: -1.8em;
  }
}
@keyframes PrizePoint {
  0% {
    left: -1.8em;
  }
  20% {
    left: -1em;
  }
  30% {
    left: -1.8em;
  }
  40% {
    left: -1em;
  }
  50% {
    left: -1.8em;
  }
  100% {
    left: -1.8em;
  }
}
@-webkit-keyframes PrizePoint_retro {
  0% {
    top: -120%;
  }
  20% {
    top: -100%;
  }
  30% {
    top: -120%;
  }
  40% {
    top: -100%;
  }
  50% {
    top: -120%;
  }
  100% {
    top: -120%;
  }
}
@keyframes PrizePoint_retro {
  0% {
    top: -120%;
  }
  20% {
    top: -100%;
  }
  30% {
    top: -120%;
  }
  40% {
    top: -100%;
  }
  50% {
    top: -120%;
  }
  100% {
    top: -120%;
  }
}
@-webkit-keyframes PrizePoint_lanlancat {
  0% {
    right: -6.5em;
  }
  20% {
    right: -7em;
  }
  30% {
    right: -6.5em;
  }
  40% {
    right: -7em;
  }
  50% {
    right: -6.5em;
  }
  100% {
    right: -6.5em;
  }
}
@keyframes PrizePoint_lanlancat {
  0% {
    right: -6.5em;
  }
  20% {
    right: -7em;
  }
  30% {
    right: -6.5em;
  }
  40% {
    right: -7em;
  }
  50% {
    right: -6.5em;
  }
  100% {
    right: -6.5em;
  }
}
/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
.gdpr {
  color: #999;
  position: fixed;
  padding: 0.5em 1em;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 55;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gdpr.relative {
  position: relative;
  background-color: black;
}
.gdpr-text {
  text-align: left;
}
.gdpr-btn {
  display: inline-block;
  border: 1px solid #999;
  padding: 0.3em 1em;
  text-align: center;
  cursor: pointer;
  margin-left: 1em;
  -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
}
.gdpr-btn:hover {
  color: #fff;
  border-color: #fff;
}
.gdpr a {
  color: #ffd119;
}
@media only screen and (max-width: 480px) {
  .gdpr {
    font-size: 11px;
    line-height: 1.1;
  }
}

.landscape {
  display: none;
}

@media screen and (max-width: 900px) and (max-height: 600px) and (orientation: landscape) {
  .landscape {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    background: #32373b;
  }
  .landscape img {
    margin-bottom: 20px;
    width: 100px;
    height: 85px;
    -webkit-animation: landscape 1s ease-out infinite alternate;
    animation: landscape 1s ease-out infinite alternate;
  }
  @-webkit-keyframes landscape {
    0% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    10% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    70% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
  @keyframes landscape {
    0% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    10% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    70% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
  .landscape p {
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
}
/* ==========================================================================
  btns
==========================================================================*/
.btn-primary {
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.btn-primary a {
  display: block;
  margin: 0 auto;
  color: #FFF;
  text-decoration: none;
  width: 18em;
  height: 8em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.btn-primary span {
  display: none;
}
.btn-register-01 a {
  background-image: url("/pewpewslime/assets/images/landing-page/pre/pre-01/kv-btn-register.png");
}
.btn-register-02 a {
  background-image: url("/pewpewslime/assets/images/landing-page/pre/pre-02/kv-btn-register.png");
}
.btn-register-03 a {
  background-image: url("/pewpewslime/assets/images/landing-page/pre/pre-03/kv-btn-register.png");
}
.btn-web-shop a {
  background-image: url("/pewpewslime/assets/images/index/nav_btn.png");
}
.btn-register-popup a {
  background-image: url("/pewpewslime/assets/images/landing-page/pre/pop-up/pop-up-btn.png");
}
.btn-register-ios-pre a {
  background-image: url("/pewpewslime/assets/images/index/btn_ios-pre.png");
  width: 15em;
}

.top {
  position: fixed;
  top: 0%;
  width: 100%;
  max-width: 630px;
  margin: 1em;
  width: calc(630px - 2em);
  font-family: "Changa One", sans-serif;
  z-index: 20;
}
.top-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.25em;
  border: 0.05em solid #FFF;
  border-radius: 0.5em;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}
.top-section .btn {
  width: 10em;
  height: 4em;
  height: 4.5em;
  margin-right: 5em;
}
.top-section .btn a {
  width: auto;
  height: 100%;
}
.top-game-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.top .game-logo {
  width: 8em;
  height: 4.3em;
}
.top .game-logo img {
  max-width: 100%;
  height: auto;
}
.top .social {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0.1em solid #313c4e;
  border-radius: 0.7em;
  -webkit-box-shadow: 0 0.2em #bbccce;
          box-shadow: 0 0.2em #bbccce;
  overflow: hidden;
}
.top .social a {
  width: 13em;
  height: 2.8em;
  padding: 0.7em;
  text-align: center;
  color: #FFF;
  background: #21232a;
}
.top .social a:nth-child(1) {
  border-right: 1px solid #212228;
}
.top .social a:last-child {
  border-left: 1px solid #44c4ff;
}
.top .social svg {
  fill: white;
  width: auto;
  height: 100%;
}

.menu {
  font-size: 0;
  width: 100%;
  margin-top: -5px;
  opacity: 0;
  border-top: 0.1em solid #FFF;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}
.menu a:hover {
  color: #028fe0;
}
.menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.menu-content {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1.5em;
  border-radius: 0.5em 0.5em 0 0;
}
.menu-content li {
  padding: 0.3em 3em;
}
.menu-content li:nth-child(3) a::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 0.9em;
  vertical-align: middle;
  background-image: url("/pewpewslime/assets/images/index/nav-icon-diamond.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.menu-content li a {
  position: relative;
  display: block;
  font-size: 1.8em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #191b22), color-stop(60%, #41385b));
  background: linear-gradient(top, #191b22 40%, #41385b 60%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 11;
}
.menu-content li a:hover {
  color: #21232a;
}
.menu-social {
  padding: 0.5em 1em;
  padding-top: 1em;
}
.menu-control {
  position: absolute;
  top: 1.4em;
  right: 1em;
  cursor: pointer;
}
.menu-control .icon-btn-close {
  display: none;
}
.menu-control .icon-btn-menu {
  display: block;
}
.menu-control svg {
  width: 3em;
  height: 2em;
  fill: #21232a;
}
.menu-control .icon-btn-menu,
.menu-control .icon-btn-close {
  display: block;
  width: 3em;
  height: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.menu-control .icon-btn-menu {
  background-image: url("/pewpewslime/assets/images/index/pop-up/nav-icon-menu.png");
}
.menu-control .icon-btn-close {
  background-image: url("/pewpewslime/assets/images/index/pop-up/nav-icon-close.png");
  display: none;
}
.menu-control.active .icon-btn-close {
  display: block;
}
.menu-control.active .icon-btn-menu {
  display: none;
}

.top-section.active {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-section.active .menu {
  font-size: 1em;
  margin-top: 0;
  opacity: 1;
}
.top-section.active .menu .menu-content {
  display: block;
}

/* ------------------ TOP ------------------ */
/* ----------------------------------------- */
.top-section .top-game-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.5em;
}
.top-section .top-game-info img {
  width: 100%;
}
.top-section .top-game-icon {
  width: 4.5em;
  height: 4.5em;
  margin: auto 0.5em;
}
.top-section .top-game-name {
  width: 13em;
  margin: auto 0.25em;
}
.top-section .top-game-btn {
  width: 10em;
  margin: auto 0.5em;
}
/* -----------------------------------------------------------------
  footer
-------------------------------------------------------------------*/
.footer {
  position: relative;
  font-size: 0.85em;
  font-size: 0.7em;
  font-family: "Noto Sans", "Noto Sans JP", monospace, sans-serif;
  padding: 2em;
  padding-top: 4em;
  padding-bottom: 7em;
  background-color: #2b2e3e;
  background-image: url("/pewpewslime/assets/images/landing-page/pre/footer-bg.png"), url("/pewpewslime/assets/images/landing-page/pre/tex-footer.png");
  background-repeat: no-repeat, repeat;
  background-size: contain, 7em;
  background-position: 50% 100%, 0% 0%;
}
.footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25em 0;
}
.footer .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 0.7em;
  width: 3.5em;
  height: 3.5em;
  background: #f4f6f7;
  border-radius: 100%;
}
.footer .social a svg {
  margin: 0 auto;
  width: 1.9em;
  height: 1.9em;
  fill: #fff;
  fill: #282a38;
}
.footer .footer_section:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.footer footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}
.footer footer .copyright {
  line-height: 1.5;
  margin: auto 1em;
  text-align: center;
}
.footer footer .logo {
  margin-right: 1em;
}
.footer footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer footer .links span ~ span a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}
.footer footer .links a {
  color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0.5em;
  position: relative;
}
@media (hover: hover) {
  .footer footer .links a:hover {
    color: #fff;
  }
}
.footer footer p {
  margin-bottom: 0;
}
.footer a:hover svg {
  opacity: 1;
}
.footer .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  background: none;
  padding: 1em;
  border-radius: 5px;
}
.footer .rank-img {
  font-size: 1em;
  width: 3em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3em;
          flex: 0 0 3em;
  margin-right: 0.7em;
}
@media screen and (max-width: 640px) {
  .footer .rank-img {
    font-size: 1em;
    margin-right: 1.2em;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.5em;
            flex: 0 0 3.5em;
  }
}
.footer .rank-img img {
  max-width: 100%;
  height: auto;
}
.footer .rank-text {
  font-weight: normal;
  text-align: left;
  width: 27em;
}
@media screen and (max-width: 1024px) {
  .footer .rank-text {
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .footer .footer {
    font-size: 0.7em;
  }
  .footer footer {
    height: auto;
    padding: 1em;
    display: block;
    width: 80%;
  }
  .footer footer .footer_section:nth-child(1) {
    display: block;
    text-align: center;
  }
  .footer footer .footer_section:nth-child(1) > div {
    margin-bottom: 1em;
  }
  .footer footer .logo {
    margin-right: 0;
    margin-bottom: 1em;
    width: 40%;
    margin: 0 auto;
  }
  .footer footer .logo img {
    height: auto;
    width: 100%;
  }
  .footer footer .copyright {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
  .footer .social a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .language {
    width: 12em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 12px;
    font-size: 2vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .th .footer .rank {
    display: block;
  }
  .th .footer .rank-img {
    float: left;
  }
  .th .footer .rank::after {
    content: "";
    display: block;
    clear: both;
  }
}

/* -----------------------------------------------------------------
  plugin
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
  Swiper_feature 設定
-------------------------------------------------------------------*/
.feature {
  margin: 0 auto;
  width: 50%;
  margin-top: 2em;
}
.feature-item {
  position: relative;
  background: #FFF;
  padding: 2em 1em;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(32, 31, 35, 0.3098039216) 0px 0px 5px 2px;
          box-shadow: rgba(32, 31, 35, 0.3098039216) 0px 0px 5px 2px;
  -webkit-filter: blur(1px) brightness(0.7);
          filter: blur(1px) brightness(0.7);
}
.feature-item::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.8em;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
  height: 3.5em;
  background-image: url("/pewpewslime/assets/images/landing-page/pre/logo_full_en.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.feature-item img {
  max-width: 100%;
  height: auto;
  outline: 0.25em solid #ffeb0b;
}
.feature .swiper-slide.swiper-slide-active {
  -webkit-filter: blur(0px) brightness(1);
          filter: blur(0px) brightness(1);
}
@media screen and (max-width: 1024px) {
  .feature .swiper-slide.swiper-slide-active {
    -webkit-filter: none;
            filter: none;
  }
}
.feature .swiper-slide.feature-item.swiper-slide-prev {
  opacity: 1;
}
.feature .swiper-slide.feature-item.swiper-slide-next {
  opacity: 1;
}
.feature .swiper-button-next, .feature .swiper-button-prev {
  width: 3em;
}
.feature .swiper-button-next::after, .feature .swiper-button-prev::after {
  color: transparent;
  width: 100%;
  height: 3.5em;
  background-image: url("/pewpewslime/assets/images/landing-page/pre/arrow-L.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.feature .swiper-button-next svg, .feature .swiper-button-prev svg {
  display: none;
}
.feature .swiper-button-next {
  right: -3.5em;
}
.feature .swiper-button-next::after {
  background-image: url("/pewpewslime/assets/images/landing-page/pre/arrow-R.png");
}
.feature .swiper-button-prev {
  left: -3.5em;
}
.feature .swiper-button-prev::after {
  background-image: url("/pewpewslime/assets/images/landing-page/pre/arrow-L.png");
}
.feature .swiper-pagination {
  bottom: -4em;
}
.feature .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #846d61;
  -webkit-box-shadow: rgba(112, 72, 38, 0.5803921569) 0px 0px 5px 2px;
          box-shadow: rgba(112, 72, 38, 0.5803921569) 0px 0px 5px 2px;
  opacity: 1;
}
.feature .swiper-pagination-bullet-active {
  background-color: #37d4eb;
  border-color: #1ed7ff;
}
.feature .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.feature .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5em;
}
/* 官網客製 */
.feature {
  width: 57%;
}
.feature .swiper-button-prev::after {
  background-image: url("/pewpewslime/assets/images/index/arrow-L.png");
}
.feature .swiper-button-next::after {
  background-image: url("/pewpewslime/assets/images/index/arrow-R.png");
}
.feature .swiper-pagination-bullet {
  background: #272837;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #5c5e7c;
  z-index: 3;
}
.feature .swiper-pagination-bullet-active {
  background: #21ddf8;
  border-color: #10caf2;
}
@media screen and (max-width: 768px) {
  .feature {
    width: 53%;
  }
}
@media screen and (max-width: 480px) {
  .feature {
    width: 65%;
  }
}
@media screen and (max-width: 375px) {
  .feature {
    width: 70%;
  }
}

.swiper-slide.feature-item {
  opacity: 0;
}
.swiper-slide.feature-item.swiper-slide-active {
  opacity: 1;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  z-index: 2 !important;
}
.swiper-slide.feature-item.swiper-slide-prev {
  opacity: 1;
  opacity: 0 !important;
  padding: 1em;
  margin-top: 1em;
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
.swiper-slide.feature-item.swiper-slide-next {
  opacity: 1;
  opacity: 0 !important;
  padding: 1em;
  margin-top: 1em;
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
@media screen and (max-width: 375px) {
  .swiper-slide.feature-item.swiper-slide-prev, .swiper-slide.feature-item.swiper-slide-next {
    opacity: 0 !important;
  }
}

/* -----------------------------------------------------------------
  各單元設定
-------------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

body {
  background-color: #fff;
  font-size: 1vw;
  font-weight: 400;
  color: #4a4a4a;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.5em;
  }
}
body.EN .footer .rank {
  display: none;
}

/* ------------------ 動態效果 ------------------ */
.kv .btn a {
  animation: brighten_005 1s ease-in-out infinite alternate-reverse;
}

.top .top-section .btn {
  animation: brighten_015 1s ease-in-out infinite alternate-reverse;
}

.pop-up-pic {
  animation: brighten_015 1s ease-in-out infinite alternate-reverse;
}

/* -----------------------------------------------------------------
  僅手機版
-------------------------------------------------------------------*/
#app {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}
#app .app-content {
  position: relative;
  height: 100vh;
  width: 640px;
  max-width: 640px;
  width: 640px;
  max-width: 640px;
  overflow-y: auto;
  scrollbar-width: thin;
}

main {
  position: relative;
  min-height: 100vh;
  width: 100%;
}

.wrap {
  position: relative;
  overflow: hidden;
  font-size: 1.1rem;
  font-size: 18px;
}

/* ---------- 手機版改寬度 ---------- */
/* ------------------ KV ------------------ */
/* ---------------------------------------- */
.kv {
  position: relative;
  height: 51.2vw;
  height: 62em;
  overflow: hidden;
  background: none;
  background-image: url("/pewpewslime/assets/images/index/kv-bg.webp");
  background-color: #287f3b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.kv .container {
  position: relative;
  height: 100%;
}
.kv .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6em;
  z-index: 2;
}
.kv .inner .slogan {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 5em;
  margin-top: 11.5em;
  margin-bottom: -1.2em;
  background-image: url("/pewpewslime/assets/images/index/kv-title-en.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.kv .inner .slogan span {
  display: none;
}
.kv .inner .btn a {
  background-image: url("/pewpewslime/assets/images/index/kv-btn-web.png");
}
.btn-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: -0.5em;
}
.btn-store a {
  display: block;
  width: 12em;
  margin: 0 0.5em;
}
.btn-store img {
  width: 100%;
  height: auto;
}
#index .kv {
  background-image: url("/pewpewslime/assets/images/index/kv-bg.webp");
}
#index .kv .inner .slogan {
  background-image: url("/pewpewslime/assets/images/index/kv-title-en.png");
  margin-top: 11.5em;
}
@media screen and (max-width: 768px) {
  #index .kv .inner .slogan {
    height: 5em;
    margin-top: 14em;
    margin-bottom: -1.5em;
  }
}
@media screen and (max-width: 480px) {
  #index .kv .inner .slogan {
    margin-top: 13em;
  }
}
#index .kv .inner .btn a {
  background-image: url("/pewpewslime/assets/images/index/kv-btn-web.png");
}

/* ------------------ page 2 feature ------------------ */
/* ---------------------------------------------------- */
.page_feature {
  position: relative;
  height: 68em;
  margin-top: -9em;
  padding-top: 13em;
  background-image: url("/pewpewslime/assets/images/index/feature-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.page_feature::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1em;
  left: -1.5em;
  width: 13em;
  height: 13em;
  background-image: url("/pewpewslime/assets/images/index/feature-chara.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 2;
}
.page_feature .container {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.page_feature .title {
  display: block;
  margin: 0 auto;
  height: 4em;
  text-align: center;
  background-image: url("/pewpewslime/assets/images/index/feature-title.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.page_feature .title span {
  display: none;
}

/* ------------------ footer ------------------ */
/* -------------------------------------------- */
.footer .links_license a::after, .footer .links_notice {
  display: none;
}

/* ------------------ pop-up ------------------ */
/* -------------------------------------------- */
.pop-up {
  position: fixed;
  top: 0%;
  left: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
  width: 640px;
  width: 640px;
  height: 100vh;
  background: rgba(19, 19, 24, 0.85);
  z-index: 100;
}
.pop-up-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16em;
}
.pop-up-content::before {
  content: "";
  display: block;
  position: absolute;
  top: -12.5em;
  width: 30em;
  height: 26em;
  background-image: url("/pewpewslime/assets/images/index/pop-up/pop-up-bg.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-close {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -6em;
  right: 5em;
  width: 4.5em;
  height: 4.5em;
  background-image: url("/pewpewslime/assets/images/index/pop-up/btn-close.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  cursor: pointer;
}

/* -----------------------------------------------------------------
  RWD
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #app .app-content {
    width: 100%;
    max-width: 100%;
  }
  .wrap {
    font-size: 2.35vw;
  }
  .top {
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
    margin: 1em 0;
  }
  .kv {
    height: 72em;
    background-position: 50% 100%;
  }
  .page_feature {
    height: 82em;
    margin-top: -11em;
    padding-top: 17em;
  }
  .page_feature::before {
    width: 17em;
    height: 17em;
  }
  .pop-up {
    width: 100%;
    left: 0%;
    -webkit-transform: none;
            transform: none;
  }
  .btn-close {
    top: -6em;
    right: 8em;
  }
}
@media screen and (max-width: 480px) {
  .wrap {
    font-size: 3.1vw;
  }
  .kv {
    height: 66em;
  }
  .page_feature {
    height: 80em;
  }
  .btn-close {
    right: 10vw;
  }
}