@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:200,500);
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

/**
 * 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 {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

/**
 * 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"] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* +++++++++++++++++++++++++++++++

 共通アイテム
 extend

+++++++++++++++++++++++++++++++ */
/* 中見出し*/
/* +++++++++++++++++++++++++++++++

 base

+++++++++++++++++++++++++++++++ */
html {
  font-size: 7.33vw;
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 110px;
  }
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #111;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.14rem;
  letter-spacing: 0;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, p {
  margin: 0;
  padding: 0;
}

i {
  font-style: normal;
}

a {
  outline: none;
  color: #114783;
}
a:hover {
  text-decoration: none;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  color: #111;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.14rem;
  line-height: 1.2;
}

button {
  cursor: pointer;
}

/* SQEX共通ヘッダー調整
-----------------------------------*/
#sqexHeader-black_rsp {
  position: relative;
  line-height: 1;
}

div#sqexFooter.sqex-footer-black {
  border-top: 0;
}

/* ローディング画面
-----------------------------------*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}
#loader__item {
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  padding-bottom: 0.1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("https://cache-jp.finalfantasy.com/global/images/common/loader-bff51c7a.png") no-repeat 0 0;
  background-size: 10rem auto;
  content: "";
}
#loader__item.ver2 {
  background-position: -2rem 0;
}
#loader__item.ver3 {
  background-position: -4rem 0;
}
#loader__item::after {
  -webkit-animation: blink 3s infinite ease;
  animation: blink 3s infinite ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #737373;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.14rem;
  font-weight: 200;
  letter-spacing: .2em;
  text-align: center;
  text-indent: 1em;
  white-space: nowrap;
  content: "NOW LOADING...";
  visibility: visible;
}
#loader.js-end #loader__item {
  -webkit-animation: fadeOut 0.3s ease;
  animation: fadeOut 0.3s ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

/* レイアウト
-----------------------------------*/
.mode-sp {
  display: none;
}

.wrapper {
  position: relative;
  background: #fff;
}

.background-jack {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
  content: "";
}

.container {
  position: relative;
}

.main {
  z-index: 1;
}

.contents {
  padding: 0.8rem 0 0.7rem;
  background: rgba(255, 255, 255, 0.85);
}
.tit-headline + .contents {
  padding-top: 0;
}
.contents:last-child {
  padding-bottom: 1.2rem;
}
.contents--secondary, .contents--top-topics-movie, .contents--top-official {
  background: rgba(232, 232, 232, 0.75);
}
.contents__inner {
  margin: 0 0.33rem;
}
@media only screen and (min-width: 1500px) {
  .contents__inner {
    width: 1428px;
    margin-right: auto;
    margin-left: auto;
  }
}
.contents__inner--top-sns-store, .contents__inner--top-topics-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents__inner--top-sns-store::after, .contents__inner--top-topics-movie::after {
  display: none;
}

/* テキスト
-----------------------------------*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

header::after, footer::after, main::after, section::after, div::after, ul::after, ol::after, dl::after,
.clearfix::after {
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  content: ".";
  visibility: hidden;
}

/* +++++++++++++++++++++++++++++++

 footer

+++++++++++++++++++++++++++++++ */
.pagetop {
  position: relative;
  z-index: 20;
}
.pagetop__link {
  -webkit-transition: bottom .3s ease, opacity .3s ease;
  transition: bottom .3s ease, opacity .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 0.4rem;
  margin: -0.4rem auto 0;
  background: #000;
  color: #fff;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.14rem;
  font-weight: 200;
  letter-spacing: .1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.pagetop__link--float {
  position: absolute;
  right: 0.05rem;
  bottom: -0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.8rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;
  pointer-events: none;
}
.pagetop__link.js-fixed {
  position: fixed;
}
.pagetop__link.js-display {
  bottom: 0;
  opacity: .7;
  pointer-events: auto;
}
.pagetop__link:hover {
  opacity: 1;
}
.pagetop__link::before, .pagetop__link::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 0.05rem;
  height: 0.05rem;
  background: url("https://cache-jp.finalfantasy.com/global/images/footer/bg_pagetop-13b06715.png") no-repeat 0 0;
  background-size: auto 100%;
  content: "";
}
.pagetop__link::before {
  left: -0.05rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pagetop__link::after {
  right: -0.05rem;
}
.pagetop__arrow {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: inline-block;
  padding: 0 0.1rem 0 0.25rem;
  background: url("https://cache-jp.finalfantasy.com/global/images/footer/ico_pagetop-efca9ca3.png") no-repeat 0 50%;
  background-size: 0.07rem auto;
}
.pagetop__link--float .pagetop__arrow {
  padding: 0.2rem 0 0.1rem;
  background-position: 50% 0.05rem;
}
.pagetop__link:hover .pagetop__arrow {
  background-position: 0 0;
}
.pagetop__link--float:hover .pagetop__arrow {
  background-position: 50% 0;
}

.footer {
  background: #000;
}

.footer-bnr {
  margin: 0;
  padding: 0.3rem 0.33rem 0.4rem;
  border-bottom: 1px solid #666;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.footer-bnr__item {
  display: inline-block;
  margin: 0.1rem 0.05rem 0;
}

/* +++++++++++++++++++++++++++++++

 region

+++++++++++++++++++++++++++++++ */
.region {
  padding: 0 0 1.2rem;
  background: url("https://cache-jp.finalfantasy.com/global/images/global/bg-02b242be.jpg") no-repeat 50% 50% fixed;
  background-size: cover;
}
.region__headline {
  padding: 1.1rem 0;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.4rem;
  font-weight: 200;
  letter-spacing: .4em;
  text-align: center;
  text-indent: .4em;
}

.region__message {
  max-width: 7.72rem;
  margin: -0.4rem auto 0.6rem;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.2rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
}

.region-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 7.72rem;
  margin: 0 auto;
}
.region-list__item {
  position: relative;
  width: calc((100% - 0.41rem) / 3);
  margin: 0 0 0.5rem 0.2rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.16rem;
  font-weight: 200;
  letter-spacing: .1em;
  text-align: center;
  text-indent: .1em;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.region-list__item:nth-child(3n+1) {
  margin-left: 0;
}
.region-list__tit {
  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;
  min-height: 3em;
  font-weight: 500;
  word-break: break-word;
}
.region-list__btn {
  -webkit-animation: out 0.25s ease;
  animation: out 0.25s ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: #fff;
  -webkit-box-shadow: 0 0.03rem 0.1rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.03rem 0.1rem 0 rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  margin-top: 0.2rem;
  padding: 0.3rem 0.1rem 0.2rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #111;
  text-decoration: none;
  cursor: pointer;
  word-break: break-all;
}
.region-list__btn::before {
  margin: 0 auto 0.15rem;
  content: "";
}
.region-list__btn--jp::before {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url("https://cache-jp.finalfantasy.com/global/images/common/ico_language-79bbdbcc.png") no-repeat;
  background-size: 5rem auto;
  content: "";
  background-position: 0 0;
}
.region-list__btn--na::before {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url("https://cache-jp.finalfantasy.com/global/images/common/ico_language-79bbdbcc.png") no-repeat;
  background-size: 5rem auto;
  content: "";
  background-position: -1rem 0;
}
.region-list__btn--eu::before {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url("https://cache-jp.finalfantasy.com/global/images/common/ico_language-79bbdbcc.png") no-repeat;
  background-size: 5rem auto;
  content: "";
  background-position: -2rem 0;
}
.region-list__btn:hover {
  -webkit-animation: on 0.25s forwards ease;
  animation: on 0.25s forwards ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes on {
  0% {
    top: 0;
  }
  100% {
    top: -0.06rem;
  }
}
@keyframes on {
  0% {
    top: 0;
  }
  100% {
    top: -0.06rem;
  }
}
@-webkit-keyframes out {
  0% {
    top: -0.06rem;
  }
  100% {
    top: 0;
  }
}
@keyframes out {
  0% {
    top: -0.06rem;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bmg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bmg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
