@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
@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");
/* -----------------------------------------------------------------
  plugin
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
  fonts
-------------------------------------------------------------------*/
@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 */
* {
  -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;
}

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;
  }
}
@-webkit-keyframes Hand-click {
  0% {
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes Hand-click {
  0% {
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
.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("/jp/pewpewslime/assets/images/register/pre-01/kv-btn-register.png");
}
.btn-register-02 a {
  background-image: url("/jp/pewpewslime/assets/images/register/pre-02/kv-btn-register.png");
}
.btn-register-03 a {
  background-image: url("/jp/pewpewslime/assets/images/register/pre-03/kv-btn-register.png");
}
.btn-web-shop a {
  background-image: url("/jp/pewpewslime/assets/images/register/nav/nav_btn.png");
}
.btn-nav-register .nav-pre {
  background-image: url("/jp/pewpewslime/assets/images/register/nav/nav_btn.png");
}
.btn-nav-register .nav-pre-ios {
  background-image: url("/jp/pewpewslime/assets/images/btn_ios_pre.png");
}
.btn-nav-register .nav-pre-and {
  background-image: url("/jp/pewpewslime/assets/images/btn_and_pre.png");
}
.btn-nav-register .nav-pre,
.btn-nav-register .nav-pre-ios,
.btn-nav-register .nav-pre-and {
  display: none;
}
.btn-register-popup a {
  background-image: url("/jp/pewpewslime/assets/images/register/pop-up/pop-up-btn.png");
}
.btn-register-ios-pre a {
  background-image: url("/jp/pewpewslime/assets/images/btn_ios-pre.png");
  width: 15em;
}
.btn.hand-click {
  position: relative;
  cursor: pointer;
}
.btn.hand-click::after {
  content: "";
  display: block;
  position: absolute;
  top: 6em;
  right: -3em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5em;
  height: 5em;
  background-image: url("/jp/pewpewslime/assets/images/register/btn-hand.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.top {
  position: fixed;
  top: 0%;
  width: 100%;
  max-width: 630px;
  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;
  background-color: #2c2b37;
  -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 .appicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 5.5em;
  top: 0.6em;
  left: 1em;
}
.top .appicon img {
  max-width: 100%;
  height: auto;
}
.top-game-name {
  width: 14em;
  padding-right: 2em;
  margin: auto 0.25em;
  margin-left: 7.5em;
}
.top-game-name img {
  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;
  overflow: hidden;
}
.top .social a {
  margin: 0 0.5em;
  width: 3.5em;
  height: 3.5em;
  padding: 1.1em;
  text-align: center;
  color: #FFF;
  border-radius: 30em;
}
.top .social a.social-twitter {
  background: #020202;
}
.top .social a.social-discord {
  background: #5865f2;
  background: #5c6bc0;
}
.top .social svg {
  fill: white;
  width: auto;
  height: 100%;
}

.menu {
  font-size: 0;
  width: 100%;
  opacity: 0;
  -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-logo {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1.5em;
  border-radius: 0.5em 0.5em 0 0;
  text-align: center;
  margin-top: 6em;
}
.menu-content-logo .game-logo {
  display: block;
  margin: 0 auto;
  width: 11em;
}
.menu-content-logo img {
  width: 100%;
  height: 0;
}
.menu-content {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1.5em;
  border-radius: 0.5em 0.5em 0 0;
  text-align: center;
  margin-top: 3em;
}
.menu-content li {
  padding: 0.3em 3em;
}
.menu-content li a {
  position: relative;
  display: block;
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, white), color-stop(96%, #d3e9f7));
  background: linear-gradient(top, white 46%, #d3e9f7 96%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  z-index: 11;
}
.menu-content li a:hover {
  color: #21232a;
}
.menu-content li:hover {
  background: #30fffd;
}
.menu-content li:hover a {
  color: #373641;
}
.menu-social {
  padding: 0.5em 1em;
  padding-top: 10em;
}
.menu-control {
  position: absolute;
  top: 1.4em;
  right: 1em;
  cursor: pointer;
  z-index: 100;
}
.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("/jp/pewpewslime/assets/images/register/nav/nav-icon-menu.png");
}
.menu-control .icon-btn-close {
  background-image: url("/jp/pewpewslime/assets/images/register/nav/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;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100vh;
  background: #2c2b37;
  opacity: 0.97;
  z-index: 99;
}
.top-section.active .menu .menu-content {
  display: block;
}
.top-section.active .menu .menu-content-logo img {
  height: auto;
}

/* ------------------ TOP ------------------ */
/* ----------------------------------------- */
@media screen and (max-device-width: 1024px) {
  .top {
    width: 640px;
    max-width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .top {
    width: 100%;
    max-width: 100%;
  }
}
/* -----------------------------------------------------------------
  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("/jp/pewpewslime/assets/images/register/footer-bg.png"), url("/jp/pewpewslime/assets/images/register/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;
  }
}

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

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

.point {
  color: #6946ab;
}

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

/* ------------------ 	★★★ 動態效果 ★★★ ------------------ */
.kv .btn a,
.pop-up .btn a {
  animation: pulse 1s ease-in-out infinite alternate-reverse;
}
.kv .btn.hand-click::after,
.pop-up .btn.hand-click::after {
  animation: Hand-click 1s ease-in-out infinite alternate-reverse;
}

.top .top-game-btn {
  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("/jp/pewpewslime/assets/images/register/pre-03/kv-bg.webp");
  background-color: #e2ebf2;
  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 .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -2em;
}
.kv .inner .logo a {
  display: block;
  font-size: 1em;
  position: relative;
  padding-bottom: 1em;
  width: 16em;
  text-align: center;
}
.kv .inner .logo a img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.kv .inner .logo .game-logo {
  width: 7em;
  margin-left: 1em;
}
.kv .inner .logo .collab-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9em;
  margin-left: 0.5em;
}
.kv .inner .logo .collab-logo::before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 3em;
  margin-top: 0.5em;
  margin-right: 0.5em;
  background-image: url("/jp/pewpewslime/assets/images/register/pre-01/collab-x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (hover: hover) {
  .kv .inner .logo .collab-logo:hover {
    -webkit-filter: none;
            filter: none;
  }
}
.kv .inner .slogan {
  display: block;
  margin: 0 auto;
  height: 4.2em;
  width: 73%;
  margin-top: 0.8em;
  margin-bottom: 11em;
  background-image: url("/jp/pewpewslime/assets/images/register/pre-01/kv-title.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.kv .inner .slogan span {
  display: none;
}
.kv .inner .btn {
  position: relative;
  margin-left: 6em;
}
.kv .inner .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: -3em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10em;
  height: 10em;
  background-image: url("/jp/pewpewslime/assets/images/register/pre-01/kv-prize.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
}
.godown {
  animation: upDown 0.3s ease-in-out infinite alternate-reverse;
}
.godown a {
  display: block;
  margin: 0 auto;
  width: 2.5em;
  height: 1em;
  margin-top: 0.2em;
}
.godown img {
  width: 100%;
  height: auto;
}

#Register-01 .kv {
  background-image: url("/jp/pewpewslime/assets/images/register/pre-01/kv-bg.webp");
}
#Register-01 .kv .inner .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(50%, -2%);
          transform: translate(50%, -2%);
}
#Register-01 .kv .inner .logo .game-logo {
  margin-left: 0;
  padding-bottom: 0;
}
#Register-01 .kv .inner .logo .collab-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 7em;
}
#Register-01 .kv .inner .logo .collab-logo::before {
  background-image: url("/jp/pewpewslime/assets/images/register/pre-01/collab-x.png");
  width: 2em;
  height: 2em;
  margin: 0 auto;
}
#Register-01 .kv .inner .slogan {
  background-image: url("/jp/pewpewslime/assets/images/register/pre-01/kv-title.png");
  margin-top: -0.3em;
  margin-bottom: 14em;
  width: 10.5em;
  margin-left: 6em;
}
@media screen and (max-width: 768px) {
  #Register-01 .kv .inner .slogan {
    margin-top: 0em;
    margin-bottom: 16em;
    margin-left: 7em;
  }
}
@media screen and (max-width: 480px) {
  #Register-01 .kv .inner .slogan {
    margin-left: 5em;
  }
}
#Register-01 .kv .inner .btn::before {
  background-image: url("/jp/pewpewslime/assets/images/register/pre-01/kv-prize.png");
}

#Register-02 .kv {
  background-image: url("/jp/pewpewslime/assets/images/register/pre-02/kv-bg.webp");
}
#Register-02 .kv .inner .logo .collab-logo::before {
  background-image: url("/jp/pewpewslime/assets/images/register/pre-02/collab-x.png");
}
#Register-02 .kv .inner .slogan {
  background-image: url("/jp/pewpewslime/assets/images/register/pre-02/kv-title.png");
  margin-top: 0.3em;
  margin-bottom: 11em;
  width: 68%;
  height: 3.2em;
}
@media screen and (max-width: 768px) {
  #Register-02 .kv .inner .slogan {
    margin-bottom: 14em;
  }
}
@media screen and (max-width: 480px) {
  #Register-02 .kv .inner .slogan {
    margin-bottom: 13em;
  }
}
#Register-02 .kv .inner .btn::before {
  background-image: url("/jp/pewpewslime/assets/images/register/pre-02/kv-prize.png");
}

#Register-03 .kv {
  background-image: url("/jp/pewpewslime/assets/images/register/pre-03/kv-bg.webp");
}
#Register-03 .kv .inner .logo .collab-logo::before {
  background-image: url("/jp/pewpewslime/assets/images/register/pre-03/collab-x.png");
}
#Register-03 .kv .inner .slogan {
  background-image: url("/jp/pewpewslime/assets/images/register/pre-03/kv-title.png");
  width: 73%;
  margin-top: 0.8em;
  margin-bottom: 11em;
}
@media screen and (max-width: 768px) {
  #Register-03 .kv .inner .slogan {
    width: 76%;
    margin-top: 1em;
    margin-bottom: 14.5em;
  }
}
@media screen and (max-width: 480px) {
  #Register-03 .kv .inner .slogan {
    width: 90%;
    margin-bottom: 13.5em;
  }
}
#Register-03 .kv .inner .btn::before {
  background-image: url("/jp/pewpewslime/assets/images/register/pre-03/kv-prize.png");
}

/* ------------------ milestone ------------------ */
/* ---------------------------------------------------- */
.milestone {
  position: relative;
  height: 70em;
  height: 77em;
  padding-top: 4em;
  background-color: #e2ebf2;
  background-image: url("/jp/pewpewslime/assets/images/register/milestone-bg.jpg"), url("/jp/pewpewslime/assets/images/register/milestone-bg-bottom.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center, bottom center;
}
.milestone .container {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.milestone .title {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 7em;
  text-align: center;
  background-image: url("/jp/pewpewslime/assets/images/register/milestone/milestone-title.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.milestone .title span {
  display: none;
}
.milestone .content {
  position: relative;
  font-size: 0.85em;
  margin: 0 auto;
  width: 80%;
  padding: 4em 1em;
  line-height: 1.6;
  margin-top: -4em;
  background-image: url("/jp/pewpewslime/assets/images/register/milestone/milestone-content-bg.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.milestone-item {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 80%;
  height: 8em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.8;
  /* 獎勵圖 */
}
.milestone-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 58%;
  right: -1em;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 12em;
  height: 4em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.milestone-item::after {
  content: "";
  display: block;
  display: none;
  position: absolute;
  top: 50%;
  left: -1em;
  -webkit-transform: translate(0%, -40%);
          transform: translate(0%, -40%);
  width: 8em;
  height: 8em;
  background-image: url("/jp/pewpewslime/assets/images/register/milestone/clear.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.milestone-item:last-child::after {
  top: 45%;
  background-image: url("/jp/pewpewslime/assets/images/register/milestone/clear-last.png");
}
.milestone-item {
  /* 各別設定 */
}
.milestone-item-1 {
  background-image: url("/jp/pewpewslime/assets/images/register/milestone/milestone-1.png");
}
.milestone-item-1::before {
  height: 7em;
  background-image: url("/jp/pewpewslime/assets/images/register/milestone/milestone-1-prize.png");
}
.milestone-item-2 {
  background-image: url("/jp/pewpewslime/assets/images/register/milestone/milestone-2.png");
}
.milestone-item-2::before {
  background-image: url("/jp/pewpewslime/assets/images/register/milestone/milestone-2-prize.png");
}
.milestone-item-3 {
  background-image: url("/jp/pewpewslime/assets/images/register/milestone/milestone-3.png");
}
.milestone-item-3::before {
  background-image: url("/jp/pewpewslime/assets/images/register/milestone/milestone-3-prize.png");
}
.milestone-item-4 {
  background-image: url("/jp/pewpewslime/assets/images/register/milestone/milestone-4.png");
}
.milestone-item-4::before {
  top: 55%;
  height: 5.5em;
  background-image: url("/jp/pewpewslime/assets/images/register/milestone/milestone-4-prize.png");
}
.milestone-item-5 {
  height: 13em;
  background-image: url("/jp/pewpewslime/assets/images/register/milestone/milestone-5.png");
}
.milestone-item-5::before {
  top: 50%;
  height: 6.5em;
  background-image: url("/jp/pewpewslime/assets/images/register/milestone/milestone-5-prize.png");
}
.milestone-item {
  /* 達成時 */
}
.milestone-item.active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.milestone-item.active::after {
  display: block;
}
.milestone-info {
  display: none;
}
/* ------------------ cta-banner ------------------ */
/* ---------------------------------------------------- */
.cta-banner {
  position: relative;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 630px;
  height: 11em;
  margin-top: -11em;
  z-index: 15;
  background-image: url("/jp/pewpewslime/assets/images/register/cta/cta-bg-2.png"), url("/jp/pewpewslime/assets/images/register/cta/cta-bg-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0.8em, center bottom;
}
.cta-banner .title {
  display: block;
  font-size: 0;
}

.cta-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-9%, -12%);
          transform: translate(-9%, -12%);
}
.cta-btn a {
  display: block;
  width: 10em;
  height: 4.5em;
  background-image: url("/jp/pewpewslime/assets/images/register/cta/cta-btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* ------------------ game-info ------------------ */
/* ---------------------------------------------------- */
.game-info {
  position: relative;
  width: 100%;
  padding: 2em;
  background-image: url("/jp/pewpewslime/assets/images/register/game-info-bg.png");
  background-size: contain;
  background-repeat: x-repeat;
  background-position: left center;
}
.game-info-content {
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.game-info-icon {
  width: 8em;
  height: 8em;
  margin-right: 2em;
}
.game-info-icon img {
  width: 100%;
  height: auto;
}
.game-info-text {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.game-info-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* ------------------ footer ------------------ */
/* -------------------------------------------- */
.footer .links {
  width: 80%;
  margin: 2em auto;
}
.footer .links_license a::after {
  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(40, 40, 45, 0.5);
  z-index: 100;
  display: none;
}
.pop-up::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: lighten;
  opacity: 0.9;
}
.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;
  height: calc(100vh + 4em);
}
.btn-close {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -1.2em;
  right: 1.2em;
  width: 3em;
  height: 3em;
  background-image: url("/jp/pewpewslime/assets/images/register/pop-up/btn-close.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  cursor: pointer;
}

#Notice {
  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;
  width: 80%;
}

.notice-header {
  position: relative;
  width: 100%;
  padding: 1em;
  padding-top: 3.5em;
  border-radius: 4em 0 0 0;
  background-color: #fff;
  background-image: url("/jp/pewpewslime/assets/images/register/pop-up/notice-deco.png"), url("/jp/pewpewslime/assets/images/register/pop-up/notice-tex.png");
  background-size: 4em, 9em;
  background-repeat: no-repeat, repeat-x;
  background-position: 0% 50%, 0% 100%;
}
.notice-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 63%;
  left: 7.5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12em;
  height: 12em;
  background-image: url("/jp/pewpewslime/assets/images/register/pop-up/notice-chara.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.notice-header .title {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 1.8em;
  background-image: url("/jp/pewpewslime/assets/images/register/pop-up/notice-title.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 97% top;
}
.notice-header .title span {
  display: none;
}
.notice-content {
  font-size: 0.8em;
  padding: 1em;
  background: #36d7ff;
  border-radius: 0 0 1em 1em;
}
.notice-content-list {
  position: relative;
  padding: 0 4em;
  background: #fff;
  line-height: 1.6em;
  height: 35em;
  overflow: overlay;
  border-top: 4em solid #FFF;
  border-bottom: 4em solid #FFF;
  border-radius: 0.5em;
}
.notice-content-list li {
  list-style-type: dis;
  margin-bottom: 1em;
}

/* -----------------------------------------------------------------
  RWD
-------------------------------------------------------------------*/
@media screen and (max-device-width: 1024px) {
  .cta-banner {
    width: 640px;
    max-width: 640px;
  }
}
@media screen and (max-width: 768px) {
  #app .app-content {
    width: 100%;
    max-width: 100%;
  }
  .wrap {
    font-size: 2.35vw;
  }
  .kv {
    height: 68em;
    background-position: 50% 30%;
  }
  .cta-banner {
    width: 100%;
    max-width: 100%;
  }
  .pop-up {
    width: 100%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@media screen and (max-width: 480px) {
  .wrap {
    font-size: 3.1vw;
  }
}