@charset "UTF-8";
.full_scr {
  min-height: 100%;
  min-width: 320px;
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -999;
  /*	@media screen and (max-width: 640px) {
          left: 50%;
          margin-left: -320px;
      }	*/ }

.clearfix:before, .clearfix:after {
  content: '';
  clear: both;
  display: block; }

.shadow, h3, .chara dl dt, .charabar, .link_area {
  text-shadow: 0px 0px 1px #001847, 0px 0px 5px #001847, 0px 0px 5px #001847; }

.shine, .modal {
  text-shadow: 0px 0px 1px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff; }

.alpha, .modal, .bg-base, .charabar, .txtbox {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8; }

.container {
  margin-bottom: 2em; }

#sec_btm {
  margin-bottom: 3em; }

* {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  width: 100%;
  height: auto;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #deecf9;
  color: #fff;
  line-height: 1.2em;
  overflow-x: hidden; }
  @media screen and (min-width: 321px) and (max-width: 359px) {
    body {
      font-size: 85%; } }
  @media screen and (min-width: 360px) and (max-width: 384px) {
    body {
      zoom: 0.85; } }

hr {
  width: 100%;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
  border-width: 0px;
  margin: 0.5em auto; }

li {
  list-style-type: none; }

img {
  border-style: none;
  vertical-align: middle; }
  @media screen and (max-width: 359px) {
    img {
      zoom: 0.45; } }
  @media screen and (min-width: 360px) and (max-width: 384px) {
    img {
      zoom: 0.5; } }
  @media screen and (min-width: 385px) and (max-width: 580px) {
    img {
      zoom: 0.6; } }
  @media screen and (min-width: 581px) and (max-width: 600px) {
    img {
      zoom: 0.8; } }
  @media screen and (min-width: 601px) and (max-width: 620px) {
    img {
      zoom: 0.86; } }
  @media screen and (min-width: 621px) and (max-width: 829px) {
    img {
      zoom: 0.9; } }
  @media screen and (min-width: 830px) {
    img {
      zoom: 1.0; } }

a {
  color: #ff9;
  line-height: 1.5em; }
  a:visited {
    color: #fff; }
  a:hover {
    color: #00ffff;
    text-decoration: none; }
  a:active {
    color: #fcfcfc; }

h2 {
  display: block;
  width: 315px;
  line-height: 5em;
  margin: 0.5em 0 0 0.5em;
  float: left;
  position: relative; }
  h2 img {
    width: 100%;
    zoom: 0.5;
    max-width: 315px; }

h3 {
  font-size: 90%;
  text-indent: 1em;
  font-weight: bold;
  margin-top: 1em; }

table {
  width: 95%;
  font-size: 96%;
  margin: 0 auto;
  text-align: left;
  border: none; }
  table tr {
    padding: 0;
    overflow: hidden; }
  table td {
    border: 1px solid #000a28;
    padding: 0.5em; }
  table img {
    max-width: 214px; }
  table .header {
    width: 10%;
    text-align: center;
    font-weight: bold; }

small {
  font-size: 96%;
  text-indent: 1em; }

.wrapper {
  width: 100%;
  height: 100%;
  min-width: 320px;
  min-height: 450px;
  position: relative;
  margin-bottom: 6em; }
  .wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em; }

#fc, #fc2, #fc3, #fc4 {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  max-height: 835px;
  z-index: -999; }

#fc1 {
  background-color: #3c5f87;
  background-image: url(../../dl/img/bg_fc1.jpg); }

#fc2 {
  background-color: #6e4972;
  background-image: url(../../dl/img/bg_fc2.jpg); }

#fc3 {
  background-color: #b999c2;
  background-image: url(../../dl/img/bg_fc3.jpg); }

#fc4 {
  background-color: #41429c;
  background-image: url(../../dl/img/bg_fc4.jpg); }

.top {
  width: 80%;
  display: block;
  font-size: 90%;
  z-index: 1;
  max-height: 835px;
  margin: 0 auto 2em -40%;
  position: absolute;
  top: 5%;
  min-bottom: 10%;
  left: 50%;
  text-align: center; }
  @media screen and (max-height: 480px) {
    .top {
      top: 3%; } }
  .top img {
    max-width: 600px; }

@media screen and (max-height: 480px) {
  #tune {
    margin-top: 5%; } }

#adjust {
  top: -31%; }
  @media screen and (min-height: 480px) {
    #adjust {
      margin-top: -25%; } }

.content {
  position: relative;
  margin: 1em auto;
  background-position: left 85%;
  background-repeat: no-repeat;
  background-size: 25%;
  overflow: hidden; }
  .content p {
    text-indent: 1em;
    line-height: 1.6em; }
  .content section {
    width: 55%;
    padding: 2.2% 0 2.2% 9%;
    margin-left: 1%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../../images/common/sp/chara/fc3/arrow.png);
    background-size: contain; }
    .content section dl {
      font-size: 108%;
      font-weight: bold; }

.arw-r {
  background-position: center right; }

.chara {
  width: 90%;
  display: block;
  font-size: 90%;
  z-index: 1; }
  .chara dl dt {
    font-size: 105%;
    font-weight: bold;
    margin-bottom: 0.2em;
    overflow: hidden; }
  .chara dd {
    font-size: 96%;
    color: #000a28; }

#fc1_raynus {
  background-image: url(../../images/common/sp/chara/fc1/raynus.png); }

#fc1_lonard {
  background-image: url(../../images/common/sp/chara/fc1/lonard.png); }

#fc1_nia {
  background-image: url(../../images/common/sp/chara/fc1/nia.png); }

#fc1_hunt {
  background-image: url(../../images/common/sp/chara/fc1/hunt.png); }

#fc1_belnheigm {
  background-image: url(../../images/common/sp/chara/fc1/belnheigm.png); }

#fc1_weiss {
  background-image: url(../../images/common/sp/chara/fc1/weiss.png); }

#fc2_zard {
  background-image: url(../../images/common/sp/chara/fc2/zard.png); }

#fc2_rana {
  background-image: url(../../images/common/sp/chara/fc2/rana.png); }

#fc2_lonard {
  background-image: url(../../images/common/sp/chara/fc2/lonard.png); }

#fc2_eriol {
  background-image: url(../../images/common/sp/chara/fc2/eriol.png); }

#fc2_hunt {
  background-image: url(../../images/common/sp/chara/fc2/hunt.png); }

#fc2_layra {
  background-image: url(../../images/common/sp/chara/fc2/layra.png); }

.charabar {
  width: 90%;
  display: block;
  font-size: 90%;
  z-index: 1;
  margin: 0 auto;
  cursor: pointer;
  background-size: contain; }

#fc3_raynus {
  background-image: url(../../images/common/sp/chara/fc3/raynus.png);
  background-position: left; }
  #fc3_raynus section {
    float: right; }

#fc3_lonard {
  background-image: url(../../images/common/sp/chara/fc3/lonard.png);
  background-position: right; }
  #fc3_lonard section {
    float: left; }

#fc3_nia {
  background-image: url(../../images/common/sp/chara/fc3/nia.png);
  background-position: left; }
  #fc3_nia section {
    float: right; }

#fc3_hunt {
  background-image: url(../../images/common/sp/chara/fc3/hunt.png);
  background-position: left; }
  #fc3_hunt section {
    float: right; }

#fc3_zard {
  background-image: url(../../images/common/sp/chara/fc3/zard.png);
  background-position: right; }
  #fc3_zard section {
    float: left; }

#fc3_rana {
  background-image: url(../../images/common/sp/chara/fc3/rana.png);
  background-position: right; }
  #fc3_rana section {
    float: left; }

#fc3_weiss {
  background-image: url(../../images/common/sp/chara/fc3/weiss.png);
  background-position: left; }
  #fc3_weiss section {
    float: right; }

#fc3_layra {
  background-image: url(../../images/common/sp/chara/fc3/layra.png);
  background-position: left; }
  #fc3_layra section {
    float: right; }

#fc3_domora {
  background-image: url(../../images/common/sp/chara/fc3/domora.png);
  background-position: right; }
  #fc3_domora section {
    float: left; }

#fc3_lai {
  background-image: url(../../images/common/sp/chara/fc3/lai.png);
  background-position: right; }
  #fc3_lai section {
    float: left; }

.og-grid {
  list-style: none;
  padding: 1em 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 600px; }

.og-grid li {
  display: inline-block;
  margin: 0 0.2em 0.5em 0.2em;
  vertical-align: top;
  max-width: 185px;
  overflow: hidden; }

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }

.modal {
  display: none;
  background: #deecf9;
  color: #000a28;
  padding: 0 2em 1em 2em;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: 90%;
  min-height: 185px;
  line-height: 1.4em;
  font-size: 90%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain; }
  .modal h4 {
    font-size: 110%; }
  .modal p {
    font-size: 2em;
    font-weight: bold;
    line-height: 2em;
    text-align: right;
    margin: 0.2em 0.2em 0 0.2em;
    overflow: hidden; }
    .modal p:hover {
      cursor: pointer; }

#modal1 {
  background-image: url(../../images/common/sp/chara/fc4/detail/chara01.png); }

#modal2 {
  background-image: url(../../images/common/sp/chara/fc4/detail/chara02.png); }

#modal3 {
  background-image: url(../../images/common/sp/chara/fc4/detail/chara03.png); }

#modal4 {
  background-image: url(../../images/common/sp/chara/fc4/detail/chara04.png); }

#modal5 {
  background-image: url(../../images/common/sp/chara/fc4/detail/chara05.png); }

#modal6 {
  background-image: url(../../images/common/sp/chara/fc4/detail/chara06.png); }

#modal7 {
  background-image: url(../../images/common/sp/chara/fc4/detail/chara07.png); }

#modal8 {
  background-image: url(../../images/common/sp/chara/fc4/detail/chara08.png); }

#modal9 {
  background-image: url(../../images/common/sp/chara/fc4/detail/chara09.png); }

.default {
  width: 80%;
  display: block;
  font-size: 90%;
  z-index: 1;
  color: #000a28; }

.bg-base, .charabar, .txtbox {
  padding: 5%;
  background-color: #deecf9; }

.txtbox {
  width: 69%;
  font-size: 90%;
  float: right;
  padding: 2%;
  margin-left: 1%; }

.expbox {
  color: #000a28;
  font-size: 85%; }

.link_area {
  font-size: 84%;
  text-align: center;
  width: 96%;
  min-height: 3.5em;
  z-index: 99;
  position: absolute;
  left: 50%;
  bottom: 1%;
  margin-left: -48%;
  /*	margin: -5% auto 0.5em auto;*/ }
  @media screen and (max-height: 430px) {
    .link_area {
      top: 59%; } }
  @media screen and (min-height: 460px) and (max-height: 480px) {
    .link_area {
      /*	margin: -27% auto 0.5em auto;*/
      bottom: 20%; } }
  @media screen and (min-width: 568px) {
    .link_area {
      top: 80%; } }
  .link_area img {
    margin: 0 0.2em 0 0.2em;
    max-width: 210px; }

.footer {
  width: 100%;
  background-color: #000a28;
  display: block;
  font-size: 80%;
  vertical-align: middle;
  text-align: center;
  position: fixed;
  bottom: 5.2em;
  height: 2em;
  padding: 0.1em 0 0.1em 0;
  line-height: 2em;
  z-index: 999; }

#footer {
  width: 100%;
  background-color: #000a28;
  display: block;
  font-size: 80%;
  vertical-align: middle;
  text-align: center;
  position: fixed;
  bottom: 0;
  height: 2em;
  padding: 0.1em 0 0.1em 0;
  line-height: 2em;
  z-index: 999; }

#menu, .menu {
  overflow: hidden; }

#menu {
  position: fixed;
  margin: 0 auto;
  padding: 0;
  border: 0 none;
  bottom: 1em;
  z-index: 999;
  width: 100%;
  height: 4.8em;
  /*	background-color: #898989;	*/ }
  #menu ul {
    max-width: 360px;
    margin: 0 auto; }
  #menu ul li {
    float: left;
    display: block;
    width: 20%;
    max-width: 72px; }

.menu {
  background-color: #000a28;
  position: fixed;
  margin: 0 auto;
  padding: 0;
  border: 0 none;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 4.2em;
  /*	background-color: #898989;	*/ }
  .menu ul {
    max-width: 320px;
    margin: 0 auto; }
  .menu ul li {
    float: left;
    display: block;
    width: 20%;
    max-width: 64px; }

.standby img {
  opacity: 0.55;
  filter: gray(opacity=55);
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  clip: rect(auto, auto, auto, auto); }
  .standby img:hover {
    filter: none;
    -webkit-filter: grayscale(100%); }
