@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Noto+Sans+TC:wght@400;500;700;900&family=Noto+Serif+TC:wght@400;500;700;900&family=PT+Serif&display=swap");
* {
  -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;
}

/* 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;
}

.language {
  position: relative;
  cursor: pointer;
}

.language dl {
  margin: 0;
  padding: 0;
}

.language-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 5px 20px;
  min-width: 9em;
  background-color: #fff;
}

.language-main span {
  margin-right: 10px;
}

.language-main span:last-child {
  margin-right: 0;
}

.language-list {
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 20;
  background-color: #fff;
  width: 100%;
  text-align: center;
  margin: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 12px;
}

.language-list a {
  padding: .5em 0;
  display: block;
  color: #666;
}

.language-list a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.language-list li:first a {
  border-radius: 5px 5px 0 0;
}

.language-list li:last-child a {
  border-radius: 0 0 5px 5px;
}

.language:hover .language-list {
  height: 9.6em;
  display: block;
}

@media screen and (max-width: 375px) {
  .language {
    font-size: 12px;
  }
}

.kv .language {
  margin-left: 1em;
}

.kv .language a {
  color: #666;
}

.kv .language a:hover {
  color: #000;
  background-color: #F4F4F4;
}

.footer {
  min-height: auto;
  background-color: #684d40;
  padding: 1em;
}

.footer .language {
  margin: 0;
}

.footer .language-main {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.footer .language-main svg {
  fill: #fff;
}

.footer .language-main svg g {
  fill: #fff;
}

.footer .language-list {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.footer .language-list a {
  color: #fff;
}

.footer .language-list a:hover {
  background-color: #4b372d;
}

.footer .social {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .social a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.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;
  margin-bottom: 15px;
}

.footer footer {
  font-size: 14px;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  color: #e6cec3;
}

.footer footer .copyright {
  line-height: 1.5;
  margin-left: 50px;
  margin-right: 50px;
}

.footer footer .copyright p {
  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::after {
  content: "|";
}

.footer footer .links a {
  color: #e6cec3;
  padding: 0 0.5em;
}

.footer footer .links a:hover {
  color: #fff;
}

.footer footer .links-notice::after, .footer footer .links-license::after {
  display: none;
}

.footer footer p {
  margin-bottom: 0;
}

.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: #4d372d;
  padding: 1em;
  border-radius: 5px;
}

.footer .rank-img {
  width: 40px;
  font-size: 0;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.footer .rank-img img {
  max-width: 100%;
  height: auto;
}

.footer .rank-text {
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .footer footer {
    height: auto;
    padding: 1em;
    width: auto;
  }
  .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 .copyright {
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer footer .logo {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .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;
  }
}

@-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);
  }
}

/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
.gdpr {
  color: #999;
  position: fixed;
  padding: .5em 1em;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 11;
  bottom: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  -o-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: .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);
  -o-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;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social a {
  width: 40px;
  height: 40px;
  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;
}

.social a:hover {
  -webkit-filter: drop-shadow(0 0 2px #fff);
  filter: drop-shadow(0 0 2px #fff);
}

.social a:hover svg {
  -webkit-filter: drop-shadow(0 0 4px #fff);
  filter: drop-shadow(0 0 4px #fff);
}

.social svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.social-fb:hover svg {
  fill: #1877f2;
}

.social-twitter:hover svg {
  fill: #1da1f2;
}

.social-discord:hover svg {
  fill: #5662f6;
}

.social-ig:hover svg {
  fill: url(#igcolor);
}

/* -----------------------------------------------------------------

-------------------------------------------------------------------*/
.fancybox__content {
  padding: 0;
  background-color: transparent;
}

.fancybox__content > .carousel__button.is-close {
  background-color: #d72424;
  border: 4px solid #fff;
  width: 60px;
  height: 60px;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.62, 1.01);
  -o-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.62, 1.01);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.62, 1.01);
}

.fancybox__content > .carousel__button.is-close svg {
  width: 30px;
  height: 30px;
}

.fancybox__content > .carousel__button.is-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
  -ms-transform: translate(50%, -50%) rotate(90deg);
  transform: translate(50%, -50%) rotate(90deg);
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
  width: 80vw;
  height: 42.82352vw;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content.fancybox_subscribe {
  width: 870px;
  height: 470px;
}

@media only screen and (max-width: 1024px) {
  .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content.fancybox_subscribe {
    width: 90vw;
    height: 48.62069vw;
  }
}

@media only screen and (max-width: 820px) {
  .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
    width: 90vw;
    height: 48.17646vw;
  }
  .fancybox__content > .carousel__button.is-close {
    width: 40px;
    height: 40px;
  }
  .fancybox__content > .carousel__button.is-close svg {
    width: 20px;
    height: 20px;
  }
}

body {
  background-color: #e0f1f8;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* -----------------------------------------------------------------
KV
-------------------------------------------------------------------*/
.kv {
  height: 62.5vw;
  background-image: url("/online/edeneternal/assets/images/intro/kv_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.kv .container {
  position: relative;
  height: 100%;
}

.kv .logo {
  position: absolute;
  left: 15px;
  top: 15px;
}

.kv .logo a {
  display: block;
  width: 214px;
  position: relative;
}

.kv .logo a img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1366px) {
  .kv .logo a {
    width: 12vw;
  }
}

.kv .title {
  width: 32vw;
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.kv .title img {
  max-width: 100%;
  height: auto;
}

.kv .subscribe {
  position: absolute;
  top: 36vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}

.kv .subscribe p {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.kv .subscribe .field_input {
  background-color: #fff;
  border: 2px solid #827873;
  font-size: 18px;
  line-height: 2.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 1em;
  width: 560px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kv .subscribe .field_input input {
  border: none;
  padding: 0 1em;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.kv .subscribe .field_input label {
  position: absolute;
  left: 1em;
  cursor: text;
  color: #c6bab6;
}

.kv .subscribe .field_input label.active {
  display: none;
}

.kv .subscribe .field_input .btn {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6em;
  flex: 0 0 6em;
  background-color: #fcdd60;
  color: #54382f;
  padding: 0 1em;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.62, 1.01);
  -o-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.62, 1.01);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.62, 1.01);
}

.kv .subscribe .field_input .btn:hover {
  background-color: #ffd119;
}

.kv .subscribe .field_checkbox {
  font-size: 17px;
  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;
}

.kv .subscribe .field_checkbox a {
  text-decoration: underline;
  color: inherit;
}

.kv .subscribe .field_checkbox input {
  margin-right: .5em;
}

.kv .subscribe .field_checkbox label {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.kv .tools {
  position: absolute;
  right: 15px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kv .arrow-down {
  position: absolute;
  left: 50%;
  top: 45vw;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background-color: #fff;
  border-radius: 50%;
  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-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  animation: upDown .5s infinite alternate-reverse;
}

.kv .arrow-down svg {
  fill: #666;
}

@media only screen and (max-width: 1180px) {
  .kv .arrow-down {
    top: 49vw;
  }
}

@media only screen and (max-width: 820px) {
  .kv {
    height: 184.2vw;
    background-image: url("/online/edeneternal/assets/images/intro/kv_bg-m.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .kv .subscribe {
    top: 110vw;
  }
  .kv .subscribe .field_input {
    width: 80vw;
    font-size: 14px;
  }
  .kv .subscribe .field_input input {
    width: calc(80vw - 6em - 4px);
  }
  .kv .logo {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 10vw;
  }
  .kv .logo a {
    width: 18vw;
  }
  .kv .title {
    top: 26vw;
    width: 72vw;
  }
  .kv .social {
    right: 10px;
  }
  .kv .social a {
    width: 40px;
    height: 40px;
    margin: 0 4px;
  }
  .kv .tools {
    top: 5px;
    right: 5px;
  }
  .kv .arrow-down {
    top: 130vw;
  }
}

@media only screen and (max-width: 768px) {
  .kv .subscribe {
    top: 108vw;
  }
  .kv .subscribe p {
    margin-bottom: 0.5em;
  }
  .kv .subscribe .field_input {
    margin-bottom: .5em;
  }
  .kv .arrow-down {
    top: 125vw;
  }
}

@media only screen and (max-width: 480px) {
  .kv .social a {
    width: 30px;
    height: 30px;
  }
  .kv .social svg {
    width: 18px;
    height: 18px;
  }
  .kv .title {
    top: 28vw;
  }
  .kv .logo {
    top: 45px;
  }
  .kv .language {
    margin-left: .5em;
  }
  .kv .subscribe {
    width: 90vw;
  }
  .kv .subscribe p {
    font-size: 16px;
  }
  .kv .subscribe .field_input {
    width: 100%;
  }
  .kv .subscribe .field_checkbox {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .kv .arrow-down {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    top: 140vw;
  }
}

/* -----------------------------------------------------------------
Game
-------------------------------------------------------------------*/
.game-section {
  text-align: center;
  padding-bottom: 50px;
  position: relative;
  background-image: url("/online/edeneternal/assets/images/intro/game_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.game-section-container {
  -webkit-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
  transform: translate(0, -10%);
}

.game-section .title {
  width: 750px;
  margin: 0 auto 15px;
}

.game-section .title img {
  max-width: 100%;
  height: auto;
}

.game-section .subtitle {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.game-section .subtitle span {
  display: block;
}

@media only screen and (max-width: 820px) {
  .game-section .title {
    width: 95vw;
  }
  .game-section .subtitle {
    font-size: 16px;
  }
}

.game {
  width: 1136px;
  position: relative;
  margin: 0 auto;
}

.game-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 59.33099%;
  background-image: url("/online/edeneternal/assets/images/intro/paper-p2.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.game-main {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  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;
}

.game .chara-p2 {
  width: 169px;
  position: absolute;
  right: 0;
  top: 50%;
}

.game .chara-p2 span {
  -webkit-transform: translate(20%, -22%);
  -ms-transform: translate(20%, -22%);
  transform: translate(20%, -22%);
  display: block;
  width: 100%;
  height: 0;
  padding-top: 138.46154%;
  background-image: url("/online/edeneternal/assets/images/intro/chara-p2.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.game .wax {
  width: 389px;
  position: absolute;
  right: 0;
  top: 0;
}

.game .wax span {
  -webkit-transform: translate(15%, -10%);
  -ms-transform: translate(15%, -10%);
  transform: translate(15%, -10%);
  display: block;
  width: 100%;
  height: 0;
  padding-top: 172.75064%;
  background-image: url("/online/edeneternal/assets/images/intro/wax.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.game .scene {
  position: relative;
  width: 783px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.game .scene-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 48.78672%;
}

.game .scene-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.game .scene-img img {
  width: 100%;
  height: 100%;
}

.game .arrow {
  position: absolute;
  z-index: 5;
  bottom: 0;
  cursor: pointer;
  animation: pulse .5s infinite alternate-reverse;
  background-size: cover;
  background-repeat: no-repeat;
}

.game .arrow-left {
  width: 127px;
  height: 97px;
  left: 0;
  background-image: url("/online/edeneternal/assets/images/intro/arrow-left.png");
}

.game .arrow-left:hover {
  background-image: url("/online/edeneternal/assets/images/intro/arrow-left-hover.png");
}

.game .arrow-right {
  width: 131px;
  height: 97px;
  right: 0;
  background-image: url("/online/edeneternal/assets/images/intro/arrow-right.png");
}

.game .arrow-right:hover {
  background-image: url("/online/edeneternal/assets/images/intro/arrow-right-hover.png");
}

.game .arrow-center {
  width: 97px;
  height: 99px;
  left: 50%;
  margin-left: -48px;
  background-image: url("/online/edeneternal/assets/images/intro/arrow-center.png");
}

.game .arrow-center:hover {
  background-image: url("/online/edeneternal/assets/images/intro/arrow-center-hover.png");
}

.game-step {
  position: absolute;
}

.game-step-1, .game-step-2 {
  display: none;
}

.game-end-btn, .game-restart-btn {
  position: absolute;
  z-index: 11;
}

.game-end-btn {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
}

.game-end-btn .btn-text {
  font-weight: 700;
}

.game-restart-btn {
  left: 50%;
  bottom: 10px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
  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;
  color: #fff;
  -webkit-filter: drop-shadow(0 0 5px black);
  filter: drop-shadow(0 0 5px black);
}

.game-restart-btn .icon {
  margin-left: 5px;
  font-size: 0;
}

.game-restart-btn svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.game-end-btn {
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(#8eec44), color-stop(37%, #96d266), color-stop(75%, #71a232));
  background: -webkit-linear-gradient(top, #8eec44 0%, #96d266 37%, #71a232 75%);
  background: -o-linear-gradient(top, #8eec44 0%, #96d266 37%, #71a232 75%);
  background: linear-gradient(to bottom, #8eec44 0%, #96d266 37%, #71a232 75%);
  color: #fff;
  height: 2.4em;
  padding: 0 1em;
  border-radius: 1.2em;
  border: 5px solid #fff;
  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-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.game-end-btn .btn-text {
  margin-right: 0.2em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.game-end-btn .icon-arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.4em;
  flex: 0 0 1.4em;
  display: inline-block;
  background-color: #fff;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  border-radius: .7em;
  position: relative;
  -webkit-transform: translate(0, 5%);
  -ms-transform: translate(0, 5%);
  transform: translate(0, 5%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.game-end-btn .icon-arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.game-end-btn:hover {
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.game-complete {
  color: #fff;
  border: 10px solid #fff;
  width: 100%;
  position: relative;
}

.game-complete svg {
  fill: #fff;
}

.game-complete .scene {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 52.35294%;
  top: 0;
  overflow: hidden;
}

.game-complete .scene-img {
  font-size: 0;
  width: 100%;
  height: 100%;
}

.game-complete .scene-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: -4px;
}

.game-complete .tips {
  padding: 2vw;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  width: 45vw;
  text-align: left;
}

.game-complete .tips svg {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.game-complete .description {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 3vw;
  padding: .5em;
  background-color: rgba(0, 0, 0, 0.35);
}

.game-complete .description span {
  display: block;
}

.game-complete .tools {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.game-complete .tools header {
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
}

.game-complete .tools svg {
  width: 3vw;
  height: 3vw;
}

.game-complete .tools a {
  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;
  margin-bottom: 1em;
}

.game-complete .tools a:hover svg {
  fill: #ffe370;
}

.game-complete .tools header a svg:hover {
  fill: #fff;
}

.game-complete .look {
  position: absolute;
  right: 20px;
  top: 20px;
}

.game-complete .look a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(#8eec44), color-stop(37%, #96d266), color-stop(75%, #71a232));
  background: -webkit-linear-gradient(top, #8eec44 0%, #96d266 37%, #71a232 75%);
  background: -o-linear-gradient(top, #8eec44 0%, #96d266 37%, #71a232 75%);
  background: linear-gradient(to bottom, #8eec44 0%, #96d266 37%, #71a232 75%);
  height: 3em;
  padding: 0 1em;
  border-radius: 1.5em;
  border: 5px solid #fff;
  font-weight: bold;
}

.game-complete .look a span {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.game-complete .look svg {
  width: 2.5vw;
  height: 2.5vw;
  margin-right: .5em;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.game .message_3 {
  color: #ff0000;
}

@media only screen and (max-width: 1366px) {
  .game {
    width: 98vw;
  }
  .game .wax {
    width: 28vw;
  }
  .game .chara-p2 {
    width: 12.5vw;
  }
  .game .scene {
    width: 57vw;
  }
  .game .arrow-left {
    width: 98px;
    height: 75px;
  }
  .game .arrow-right {
    width: 101px;
    height: 75px;
  }
  .game .arrow-center {
    width: 72px;
    height: 73px;
    margin-left: -36px;
  }
}

@media only screen and (max-width: 1024px) {
  .game .scene {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 821px) {
  .game .message {
    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;
  }
  .game .message-photo {
    width: 120px;
  }
  .game .message-photo img {
    max-width: 100%;
    height: auto;
  }
  .game .message-box .message-container {
    height: 114px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .game .message-box-start {
    width: 50px;
    background-image: url("/online/edeneternal/assets/images/intro/message-start.png");
    background-size: cover;
  }
  .game .message-box-content {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 0 1em;
    color: #4a2518;
    font-size: 16px;
    background-image: url("/online/edeneternal/assets/images/intro/message-content.png");
    background-repeat: repeat-x;
    background-size: 1px 114px;
  }
  .game .message-box-content span {
    display: block;
  }
  .game .message-box-end {
    width: 42px;
    background-image: url("/online/edeneternal/assets/images/intro/message-end.png");
    background-size: cover;
  }
  .game .message .triangle {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  .game {
    width: 90vw;
    padding-top: 15vw;
  }
  .game .chara-p2 {
    display: none;
  }
  .game .wax {
    width: 50vw;
    -webkit-transform: translate(15%, -15%);
    -ms-transform: translate(15%, -15%);
    transform: translate(15%, -15%);
  }
  .game-container {
    padding-top: 100%;
    background-image: url("/online/edeneternal/assets/images/intro/paper-p2-m-main.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .game-container::before, .game-container::after {
    content: "";
    position: absolute;
    width: 97vw;
    height: 17.3vw;
    left: 50%;
  }
  .game-container::before {
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("/online/edeneternal/assets/images/intro/paper-p2-m-top.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .game-container::after {
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background-image: url("/online/edeneternal/assets/images/intro/paper-p2-m-bottom.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .game .scene {
    width: 76vw;
    margin-bottom: 13vw;
  }
  .game .direction {
    position: relative;
    padding-top: 8vw;
  }
  .game .message-photo {
    display: none;
  }
  .game .message-box {
    border: 2px solid #63503f;
    position: relative;
  }
  .game .message-box .message-wrap {
    border: 2px solid #f3e399;
    position: relative;
  }
  .game .message-box .message-container {
    background-color: #fff;
    padding: 1em;
    position: relative;
  }
  .game .message-box-content span {
    display: block;
  }
  .game .message .triangle {
    position: absolute;
    top: 0;
    right: 0;
  }
  .game .message .triangle-1 {
    width: 40px;
    height: 27px;
    top: -27px;
    right: 60px;
    z-index: 1;
  }
  .game .message .triangle-1 svg {
    fill: #63503f;
  }
  .game .message .triangle-2 {
    width: 30px;
    height: 20px;
    z-index: 2;
    top: -20px;
    right: 58px;
  }
  .game .message .triangle-2 svg {
    fill: #f3e399;
  }
  .game .message .triangle-3 {
    width: 16px;
    height: 11px;
    z-index: 3;
    right: 62px;
    top: -15px;
  }
  .game .message .triangle-3 svg {
    fill: #fff;
  }
  .game-end-btn, .game-restart-btn {
    font-size: 20px;
  }
  .game-end-btn .btn-text, .game-restart-btn .btn-text {
    margin-right: .5em;
  }
  .game-end-btn svg, .game-restart-btn svg {
    width: 18px;
    height: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .game .message {
    width: 80vw;
  }
  .game .message-box {
    font-size: 12px;
  }
  .game .message-box-content span {
    display: inline;
  }
  .game .message .triangle-3 {
    top: -13px;
  }
  .game .arrow-left {
    width: 65px;
    height: 50px;
  }
  .game .arrow-right {
    width: 68px;
    height: 50px;
  }
  .game .arrow-center {
    width: 49px;
    height: 50px;
    margin-left: -25px;
  }
  .game-end-btn, .game-restart-btn {
    border-width: 3px;
    font-size: 15px;
    font-weight: normal;
  }
  .game-end-btn svg, .game-restart-btn svg {
    width: 14px;
    height: 14px;
  }
  .game-complete .notice,
  .game-complete .look a,
  .game-complete .tips,
  .game-complete .description {
    font-size: 11px;
  }
  .game-complete .look {
    top: 2vw;
    right: 2vw;
  }
  .game-complete .tools svg {
    width: 4vw;
    height: 4vw;
  }
  .game-complete .tools a {
    margin-bottom: 2vw;
  }
}

/* -----------------------------------------------------------------

-------------------------------------------------------------------*/
.subscribe-complete {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 10px solid #fff;
  background-image: url("/online/edeneternal/assets/images/intro/complete_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.subscribe-complete .container {
  padding-left: 50%;
}

.subscribe-complete .title {
  width: 370px;
}

.subscribe-complete .title img {
  max-width: 100%;
}

.subscribe-complete .subtitle {
  font-size: 20px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  padding: 0 1em;
  margin-bottom: .5em;
}

.subscribe-complete .btn a {
  font-weight: bold;
  font-size: 30px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(#8eec44), color-stop(37%, #96d266), color-stop(75%, #71a232));
  background: -webkit-linear-gradient(top, #8eec44 0%, #96d266 37%, #71a232 75%);
  background: -o-linear-gradient(top, #8eec44 0%, #96d266 37%, #71a232 75%);
  background: linear-gradient(to bottom, #8eec44 0%, #96d266 37%, #71a232 75%);
  color: #fff;
  height: 2.6em;
  line-height: 2;
  padding: 0 1em;
  border-radius: 1.5em;
  border: 5px solid #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
}

.subscribe-complete .btn a:hover {
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

@media only screen and (max-width: 1024px) {
  .subscribe-complete .title {
    width: 100%;
  }
  .subscribe-complete .subtitle {
    font-size: 16px;
  }
  .subscribe-complete .container {
    padding-left: 40%;
  }
  .subscribe-complete .btn a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .subscribe-complete .subtitle {
    font-size: 12px;
  }
  .subscribe-complete .btn a {
    font-size: 14px;
    border-width: 2px;
  }
}

/* -----------------------------------------------------------------
Notice
-------------------------------------------------------------------*/
.notice {
  display: none;
  background-color: #d2cec7;
  border: 10px solid #fff;
  padding: 3em;
}

.notice .title {
  color: #5c9e5f;
  border-bottom: 4px solid #b7b3ad;
  padding-bottom: .7em;
  font-size: 25px;
}

.notice ol {
  color: #5b4d45;
  font-size: 16px;
  line-height: 1.8;
}

.notice li {
  text-align: left;
}

/* -----------------------------------------------------------------
layout
-------------------------------------------------------------------*/
.gotop {
  display: none;
  width: 73px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  cursor: pointer;
}

.gotop span {
  width: 100%;
  height: 0;
  padding-top: 132.87671%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
  .gotop {
    width: 50px;
  }
}

#alert {
  display: none;
}

.footer svg {
  opacity: .7;
}

.footer a:hover svg {
  opacity: 1;
}

/*# sourceMappingURL=intro.css.map */