@charset "UTF-8";
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100000;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }
  .blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em; }
  .blocker.behind {
    background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  text-align: left; }
  .modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=="); }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }
  .modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 */
  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 {
  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"] {
  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; }

body {
  background: #f4f4f4;
  font-size: 14px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", "Meiryo", "Osaka", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS P Gothic", sans-serif;
  color: #333333;
  line-height: 1.5; }

a {
  color: #333333;
  text-decoration: none; }
  a:hover {
    color: #666; }

img {
  vertical-align: top; }

dl, dt, dd {
  margin: 0; }

h1, h2, h3, h4, p, ul, ol {
  padding: 0;
  margin: 0;
  font-weight: normal; }

li {
  list-style: none; }

button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer; }

figure {
  margin: 0; }

.inner {
  width: 1000px;
  margin: 0 auto; }

.modal {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.blocker.current:before {
  display: none; }

body > header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: #ffffff;
  min-width: 1200px; }

#nintendo-header {
  padding: 5px 10px;
  background: #e40b1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #nintendo-header #etc {
    color: #fff;
    line-height: 20px; }
    #nintendo-header #etc #language {
      display: inline-block;
      position: relative;
      font-size: 0;
      z-index: 1000; }
      #nintendo-header #etc #language dt {
        font-size: 10px;
        font-style: italic;
        line-height: 16px;
        padding-top: 2px;
        cursor: pointer; }
        #nintendo-header #etc #language dt::before {
          background-image: url(../../../../assets/common/sprites/icons/sprite.png);;
          background-position: -76px -79px;
          width: 16px;
          height: 16px;
          content: '';
          display: inline-block;
          vertical-align: top;
          margin-right: 5px; }
      #nintendo-header #etc #language dd {
        display: none;
        position: absolute;
        top: 29px;
        right: 0;
        width: 190px;
        background-color: #b00917; }
        #nintendo-header #etc #language dd.active {
          display: block;
          z-index: 10; }
        #nintendo-header #etc #language dd ul {
          font-size: 12px;
          position: relative; }
          #nintendo-header #etc #language dd ul::before {
            content: '';
            position: absolute;
            top: -8px;
            left: 130px;
            border-bottom: 8px solid #b00917;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent; }
          #nintendo-header #etc #language dd ul li {
            text-align: center;
            height: 32px;
            line-height: 32px;
            border-bottom: 1px solid #960813;
            cursor: pointer; }
            #nintendo-header #etc #language dd ul li:last-child {
              border-bottom: none; }
            #nintendo-header #etc #language dd ul li a {
              color: #fff; }

#app-header {
  width: 100%;
  min-width: 1200px;
  height: 60px;
  background-color: #ffffff;
  z-index: 99999; }
  #app-header.isFixed {
    position: fixed;
    top: 0;
    left: auto; }
  #app-header .app-header-inner {
    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;
    max-width: 1240px;
    min-width: 900px;
    height: 60px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 1; }
    #app-header .app-header-inner h1 {
      width: 10%;
      margin-top: 3px; }
      #app-header .app-header-inner h1 a {
        display: block; }
        #app-header .app-header-inner h1 a img {
          width: 100%; }
    #app-header .app-header-inner #global-nav {
      width: 77.08333%;
      margin-top: 4px; }
      #app-header .app-header-inner #global-nav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        #app-header .app-header-inner #global-nav > ul > li > a,
        #app-header .app-header-inner #global-nav > ul > li > div {
          display: block; }
          #app-header .app-header-inner #global-nav > ul > li > a img,
          #app-header .app-header-inner #global-nav > ul > li > div img {
            width: 100%; }
          #app-header .app-header-inner #global-nav > ul > li > a:hover > img, #app-header .app-header-inner #global-nav > ul > li > a.active > img,
          #app-header .app-header-inner #global-nav > ul > li > div:hover > img,
          #app-header .app-header-inner #global-nav > ul > li > div.active > img {
            opacity: 0; }
        #app-header .app-header-inner #global-nav > ul > li.special {
          position: relative; }
          #app-header .app-header-inner #global-nav > ul > li.special > div:hover .menu-special {
            display: block;
            opacity: 1;
            -webkit-animation: show .2s ease;
                    animation: show .2s ease; }
          #app-header .app-header-inner #global-nav > ul > li.special > div .menu-special {
            position: absolute;
            top: 100%;
            padding-top: 10px;
            right: 0;
            display: none;
            opacity: 0;
            -webkit-animation: show .2s ease;
                    animation: show .2s ease;
            z-index: 1; }
            #app-header .app-header-inner #global-nav > ul > li.special > div .menu-special:hover {
              display: block;
              opacity: 1;
              -webkit-animation: show .2s ease;
                      animation: show .2s ease; }
            #app-header .app-header-inner #global-nav > ul > li.special > div .menu-special ul {
              background: #333333;
              border-radius: 5px; }
              #app-header .app-header-inner #global-nav > ul > li.special > div .menu-special ul::after {
                content: '';
                position: absolute;
                top: 0;
                right: 45px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 7.5px 10px 7.5px;
                border-color: transparent transparent #333333 transparent; }
              #app-header .app-header-inner #global-nav > ul > li.special > div .menu-special ul li {
                text-align: center;
                white-space: nowrap;
                border-bottom: 1px solid #494949; }
                #app-header .app-header-inner #global-nav > ul > li.special > div .menu-special ul li:first-child a {
                  border-radius: 5px 5px 0 0; }
                #app-header .app-header-inner #global-nav > ul > li.special > div .menu-special ul li:last-child {
                  border-bottom: none; }
                  #app-header .app-header-inner #global-nav > ul > li.special > div .menu-special ul li:last-child a {
                    border-radius: 0 0 5px 5px; }
                #app-header .app-header-inner #global-nav > ul > li.special > div .menu-special ul li a {
                  display: block;
                  font-size: 14px;
                  color: #b3b3b3;
                  padding: 10px 20px; }
                  #app-header .app-header-inner #global-nav > ul > li.special > div .menu-special ul li a:hover {
                    color: #ffffff;
                    background: #505050; }

#logo-app {
  position: absolute;
  top: 50px;
  left: 10px; }

@-webkit-keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

footer {
  padding-top: 25px;
  background: #ffffff;
  min-width: 1200px; }
  footer .announce-list {
    text-align: center;
    letter-spacing: -1rem; }
    footer .announce-list li {
      display: inline-block;
      letter-spacing: normal; }
      footer .announce-list li:not(:last-child) {
        margin-right: 20px; }
      footer .announce-list li a {
        position: relative;
        display: block;
        padding-left: 22px; }
        footer .announce-list li a::after {
          background-image: url(../../../../assets/common/sprites/icons/sprite.png);
          background-position: -54px -79px;
          width: 18px;
          height: 18px;
          content: '';
          position: absolute;
          top: 1px;
          left: 0; }
  footer .game-about {
    margin-top: 25px;
    padding: 0 20px;
    background: #e6e6e6; }
    footer .game-about .inner {
      width: 100%;
      min-width: 860px;
      max-width: 1000px;
      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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    footer .game-about .detail {
      width: 49.4%;
      max-width: 494px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer .game-about .detail img {
        width: 20.24291%;
        max-width: 100px; }
      footer .game-about .detail .spec-list {
        width: 73.68421%;
        max-width: 364px;
        margin-left: 6.07287%; }
        footer .game-about .detail .spec-list li {
          line-height: 1; }
          footer .game-about .detail .spec-list li:not(:last-child) {
            margin-bottom: 8px; }
          footer .game-about .detail .spec-list li a {
            position: relative;
            display: inline-block;
            margin-left: 10px;
            padding-left: 22px; }
            footer .game-about .detail .spec-list li a::after {
              background-image: url(../../../../assets/common/sprites/icons/sprite.png);
              background-position: -54px -79px;
              width: 18px;
              height: 18px;
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              margin-top: -2px; }
        footer .game-about .detail .spec-list dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        footer .game-about .detail .spec-list dt {
          position: relative;
          padding-right: 30px; }
          footer .game-about .detail .spec-list dt::after {
            content: '/';
            position: absolute;
            right: 12px; }
        @media (max-width: 1060px) {
          footer .game-about .detail .spec-list {
            font-size: 12px; } }
    footer .game-about .store-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      footer .game-about .store-link li:first-child {
        margin-right: 4.77327%;
        width: 41.76611%;
        max-width: 175px; }
      footer .game-about .store-link li:last-child {
        width: 51.55131%;
        max-width: 216px; }
      footer .game-about .store-link li a:hover {
        opacity: .8; }
      footer .game-about .store-link li img {
        width: 100%; }
  footer .bottom-area {
    padding: 25px 20px;
    color: #ffffff;
    background: #333333; }
    footer .bottom-area .inner {
      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;
      width: 100%;
      max-width: 1000px;
      min-width: 860px;
      margin: 0 auto; }
    footer .bottom-area .trademark-list {
      font-size: 10px; }
      footer .bottom-area .trademark-list li {
        line-height: 1; }
        footer .bottom-area .trademark-list li:not(:last-child) {
          margin-bottom: 6px; }
    footer .bottom-area .sns-list {
      letter-spacing: -1rem; }
      footer .bottom-area .sns-list li {
        display: inline-block;
        margin-left: 20px;
        letter-spacing: normal; }
        footer .bottom-area .sns-list li a {
          display: block;
          color: transparent; }
          footer .bottom-area .sns-list li a.btn-tw {
            background-image: url(../../../../assets/common/sprites/icons/sprite.png);
            background-position: 0px -54px;
            width: 50px;
            height: 50px; }
          footer .bottom-area .sns-list li a.btn-fb {
            background-image: url(../../../../assets/common/sprites/icons/sprite.png);
            background-position: 0px 0px;
            width: 50px;
            height: 50px; }
          footer .bottom-area .sns-list li a.btn-line {
            background-image: url(../../../../assets/common/sprites/icons/sprite.png);
            background-position: -54px 0px;
            width: 50px;
            height: 50px; }
          footer .bottom-area .sns-list li a:hover {
            opacity: .8; }
  footer #btn-page-top {
    background-image: url(../../../../assets/common/sprites/parts/sprite.png);
    background-position: -104px 0px;
    width: 68px;
    height: 68px;
    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    pointer-events: none;
    z-index: 999; }
    footer #btn-page-top.show {
      opacity: 1;
      pointer-events: auto; }

#pop-country-modal {
  min-width: 800px;
  padding: 25px;
  box-sizing: border-box;
  background: #ffffff; }
  #pop-country-modal dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }
  #pop-country-modal ul {
    margin-top: 30px; }
    #pop-country-modal ul li {
      margin-bottom: 5px; }
  #pop-country-modal .btn-close {
    background-image: url(../../../../assets/common/sprites/parts/sprite.png);
    background-position: 0px -104px;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(calc(-100% - 10px));
            transform: translateY(calc(-100% - 10px)); }

_:-ms-lang(x)::-ms-backdrop, #pop-country-modal .btn-close {
  transform: translateY(-100%) translateY(-10px); }

#app-header #global-nav {
  margin-top: 3px; }
  #app-header #global-nav > ul > li.top {
    width: 3.89189%; }
    #app-header #global-nav > ul > li.top a:hover, #app-header #global-nav > ul > li.top a.active {
      background: url("../../../../assets/en/images/pc/common/btn_nav_top_on.png") no-repeat left top;
      background-size: 100% auto; }
  #app-header #global-nav > ul > li.news {
    width: 6.05405%; }
    #app-header #global-nav > ul > li.news a:hover, #app-header #global-nav > ul > li.news a.active {
      background: url("../../../../assets/en/images/pc/common/btn_nav_news_on.png") no-repeat left top;
      background-size: 100% auto; }
  #app-header #global-nav > ul > li.world {
    width: 7.35135%; }
    #app-header #global-nav > ul > li.world a:hover, #app-header #global-nav > ul > li.world a.active {
      background: url("../../../../assets/en/images/pc/common/btn_nav_world_on.png") no-repeat left top;
      background-size: 100% auto; }
  #app-header #global-nav > ul > li.character {
    width: 12.32432%; }
    #app-header #global-nav > ul > li.character a:hover, #app-header #global-nav > ul > li.character a.active {
      background: url("../../../../assets/en/images/pc/common/btn_nav_character_on.png") no-repeat left top;
      background-size: 100% auto; }
  #app-header #global-nav > ul > li.dragon {
    width: 8.64865%; }
    #app-header #global-nav > ul > li.dragon a:hover, #app-header #global-nav > ul > li.dragon a.active {
      background: url("../../../../assets/en/images/pc/common/btn_nav_dragon_on.png") no-repeat left top;
      background-size: 100% auto; }
  #app-header #global-nav > ul > li.gamesystem {
    width: 11.02703%; }
    #app-header #global-nav > ul > li.gamesystem a:hover, #app-header #global-nav > ul > li.gamesystem a.active {
      background: url("../../../../assets/en/images/pc/common/btn_nav_gamesystem_on.png") no-repeat left top;
      background-size: 100% auto; }
  #app-header #global-nav > ul > li.special {
    width: 8.43243%; }
    #app-header #global-nav > ul > li.special > div:hover, #app-header #global-nav > ul > li.special > div.active {
      background: url("../../../../assets/en/images/pc/common/btn_nav_special_on.png") no-repeat left top;
      background-size: 100% auto; }

footer .game-about .inner {
  max-width: 1200px; }
  footer .game-about .inner .detail {
    width: 53.3%;
    max-width: 640px; }
    footer .game-about .inner .detail .spec-list {
      width: 81.25%;
      max-width: 520px; }
      footer .game-about .inner .detail .spec-list li:not(:last-child) {
        margin-bottom: 6px; }
      footer .game-about .inner .detail .spec-list li a {
        margin-left: 0;
        padding-left: 20px; }
        footer .game-about .inner .detail .spec-list li a::after {
          position: absolute;
          top: 0;
          left: 0; }

footer .game-about .store-link.ios {
  width: 135px; }

footer .game-about .store-link li:first-child {
  width: 46.53938%;
  max-width: 195px; }

footer .bottom-area .inner {
  max-width: 1200px; }

footer .bottom-area .trademark-line {
  font-size: 15px;
  max-width: 66%;
  padding-right: 1em;
  box-sizing: border-box;
  line-height: 1.5; }
