﻿@charset "UTF-8";
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-indent: 0;
  list-style: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption,
footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
  padding: 0; }

/****************************************

		  General Setting

*****************************************/
body {
  min-width: 1000px;
  background-color: black;
  color: #FFF;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; }

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto; }

a {
  color: #333333;
  text-decoration: none;
  outline: none; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer; }

.line {
  position: relative;
  width: 100%;
  height: 26px;
  background-image: url(../img/index/line.png); }

.line2 {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #ab8a23; }


.menu {
  background: #fff;
}

input[type="checkbox"].on-off{
  display: none;
}

.menu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.menu li {
  padding: 5px;
}

input[type="checkbox"].on-off + ul{
  display: none;
}

input[type="checkbox"].on-off:checked + ul{
  display: block;
}

/****************************************

		  Module

*****************************************/
.cfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.cfix {
  display: inline-table; }

* html .cfix {
  height: 1%; }

.cfix {
  display: block; }

.btn-app-dl {
  text-align: center; }
  .btn-app-dl a {
    width: 54%;
    max-width: 405px;
    display: inline-block;
    margin: 0 auto; }

/*===========================================================



		  TOP



/*===========================================================*/
/************************************************************

		 メイントップ

************************************************************/
.bgVisual {
	background-image: url(../img/index/cont1_bg.jpg);
	background-position: center;
	padding-bottom: 10px;
   }
.cont1 {
  position: relative;
	height: 720px;
	overflow: hidden;
  width: 100%;
   }
  .cont1 .mainV {
    position: absolute;
    width: 100%;
    min-width: 1070px;
    max-width: 1920px;
    height: 670px;
    background-image: url(../img/index/cont1_v.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right  top;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .cont1 .naviSub {
    position: absolute;
    width: 940px;
    left: 50%;
    margin-left: -470px;
    bottom: 80px;
    text-align: right; }
    .cont1 .naviSub .naviSub_banner {
      display: inline-block; }
    .cont1 .naviSub .naviSub_banner li {
      display: inline-block;
      vertical-align: bottom; }
  .cont1 .navi {
    margin: 16px auto 0; }
    .cont1 .navi ul li {
      float: left; }
			.cont1 .navi ul li + li {
				float: left;
				margin-left: 13px; }
      .cont1 .navi ul li a {
        display: block; }

.banner-movie {
  display: inline-block;
  margin-left: 4px;
  transform: translateY(3px); }

.appDownloads {
  position: absolute;
  z-index: 10;
  right: 30px;
  top: 16px;
  text-align: center; }
  .appDownloads .appDownloads-btn {
    display: inline-block;
    margin-bottom: 8px; }
  .appDownloads .appDownloads-countries {
    font-size: 11px; }
    .appDownloads .appDownloads-countries a {
      text-decoration: underline;
      color: #FFF; }
      .appDownloads .appDownloads-countries a:hover {
        text-decoration: none; }

.btnBiginers{
  position:absolute;
  bottom:260px;
  left: 64%;
}

.movieSlide-wrapper.flexslider {
  display: inline-block;
  width: 260px;
  padding: 0 40px;
  vertical-align: bottom; }
  .movieSlide-wrapper.flexslider .btn-movieSlide-item {
    display: block;
    width: 260px;
    margin: 0 auto; }
  .movieSlide-wrapper.flexslider .flex-direction-nav li {
    width: 40px; }
  .movieSlide-wrapper.flexslider .flex-direction-nav .flex-nav-next {
    right: 0px; }
  .movieSlide-wrapper.flexslider .flex-direction-nav .flex-nav-prev {
    left: 0px; }


/************************************************************

		  Topics

************************************************************/

body#top #topics {
	width: 990px;
	margin: -50px auto 0;
	padding: 17px 0 32px;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	font-size: 14px;
}
body#top #topics:before {
	content: "";
	display: block;
	width: 990px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/index/topics_bg_top.png) no-repeat center top;
}
body#top #topics:after {
	content: "";
	display: block;
	width: 990px;
	height: 39px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/index/topics_bg_btm.png) no-repeat center bottom;
}
body#top #topics .inner {
	width: 940px;
	height: 130px;
	margin: 0 auto;
	padding: 12px 14px;
	background-color: rgba(0,0,0,0.4);
	position: relative;
	z-index: 2;
	border-radius: 3px;
	box-sizing: border-box;
}
body#top #topics .title {
	position: absolute;
	top: 28px;
	left: 0;
}
body#top #topics a {
	color: #fff;
}
body#top #topics #topics-title-frame {
	margin: 0 0 0 147px;
	height: 105px;
	overflow: auto;
}
body#top #topics #topics-title-content li {
	overflow: hidden;
}
body#top #topics #topics-title-content li + li {
	margin: 8px 0 0;
}
body#top #topics #topics-title-content li a {
	display: block;
}
body#top #topics #topics-title-content li .icon {
	float: left;
	margin: 0 10px 0 0;
}
body#top #topics #topics-title-content li .date {
	width: 85px;
	float: left;
}
body#top #topics #topics-title-content li .heading {
	margin-left: 180px;
}
body#top #topics .btn {
	position: absolute;
	top: 72px;
	left: 25px;
	width: 110px;
}
body#top #topics .btn a {
	display: block;
	border: 1px solid #aeaeae;
	border-radius: 26px;
	text-align: center;
}
body#top #topics .btn a span {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	padding-right: 10px;
	background: url(../img/index/topics_arrow.png) no-repeat right center;
}


/************************************************************

		  ファイアーエムブレム ヒーローズの世界観

************************************************************/
.cont2 {
  position: relative;
  width: 100%;
  height: 620px;
  background-image: url(../img/index/cont2_bg.jpg);
  background-size: cover;
  background-position: center; }
  .cont2 .cont2_wrapper {
    position: relative;
    width: 940px;
    margin: 0 auto; }
  .cont2 .title {
    width: 460px;
    height: 155px;
    margin: 0 auto;
    padding-top: 55px; }
  .cont2 .text {
    position: absolute;
    margin-top: 35px;
    color: white;
    font-size: 18px;
    line-height: 2; }
  .cont2 .youtubeArea {
    position: absolute;
    left: 53%;
    top: 340px;
    width: 370px;
    padding-top: 30px; }
    .cont2 .youtubeArea .youtubeArea-title {
      text-align: center;
      padding-bottom: 6px; }
    .cont2 .youtubeArea .btn-modalMovie {
      display: block; }

.movieSlide-ttl {
  text-align: center;
  margin-bottom: 5px; }
  .movieSlide-ttl img {
    width: 50.5333333333%; }

/************************************************************

		  ファイアーエムブレムとは

************************************************************/
.cont3 {
  position: relative;
  width: 100%;
  height: 615px;
  background-image: url(../img/index/cont3_bg.jpg);
  background-position: center; }
  .cont3 .lineLeft {
    position: absolute;
    left: 0px;
    top: -4px;
    width: 470px;
    height: 300px;
    background-image: url(../img/index/cont3_obi_left.png); }
  .cont3 .lineRight {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 143px;
    height: 181px;
    background-image: url(../img/index/cont3_obi_right.png); }
  .cont3 .cont3_wrapper {
    position: relative;
    width: 940px;
    margin: 0 auto; }
  .cont3 .cont3_title {
    position: relative;
    width: 460px;
    height: 155px;
    margin: 0 auto;
    padding-top: 105px; }
  .cont3 .softs {
    position: absolute;
    left: 0px;
    top: 280px; }
  .cont3 .text {
    position: absolute;
    right: 110px;
    top: 220px;
    margin-top: 35px;
    color: white;
    font-size: 18px;
    line-height: 2; }

/************************************************************

		  キャラクター紹介

************************************************************/
.cont4 {
  position: relative;
  width: 100%;
  height: 1225px;
  background-image: url(../img/index/cont4_bg.jpg);
  background-position: center; }

.cont4_wrapper {
  position: relative;
  width: 940px;
  margin: 0 auto; }
  .cont4_wrapper .title {
    position: relative;
    width: 458px;
    margin: 0 auto;
    padding-top: 60px; }

.character-ttl {
  text-align: center;
  margin-bottom: 4px; }

.characterSlide {
  position: relative;
  width: 940px;
  margin: 0 auto; }

.characterSlide-img {
  background: url("../img/index/bg_emblem.png") no-repeat center center;
  width: 450px;
  height: 500px; }

/*----------------------------------------------------------
 キャラクター 説明文 */
.characterSlide-summery-wrapper {
  position: absolute;
  width: 400px;
  right: 60px;
  top: 130px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding-bottom: 0px; }

.characterSlide-summery-item {
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0; }
  .characterSlide-summery-item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0; }

.characterSlide-name {
  padding-top: 13.0666666667%;
  width: 420px;
  background: url("../sp/img/character_slide_name_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  margin-bottom: 0px;
  color: white; }
  .characterSlide-name span {
    position: absolute;
    top: 25px;
    left: 0;
    width: 390px;
    font-size: 24px;
    line-height: 20px;
    margin-top: -11px; }

.characterSlide-description {
  max-width: 86.6666666667%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  margin-top: 25px;
  line-height: 2; }

/*----------------------------------------------------------
 キャラクター サムネイル */
.characterSlide-thumb-wrapper {
  width: 618px;
  margin: 0 auto;
  cursor: pointer; }

.characterSlide-thumb-item {
  width: 103px;
  float: left;
  position: relative; }
  .characterSlide-thumb-item img {
    display: block;
    width: 100%; }
  .characterSlide-thumb-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../sp/img/character_thumb_frame.png") no-repeat center center;
    background-size: 100%; }
  .characterSlide-thumb-item.flex-active:after {
    background-image: url("../sp/img/character_thumb_frame_active.png"); }

/*----------------------------------------------------------
 キャラクター バリエーション アニメーション */
.fadeVariation-container .fadeVariation-item {
  position: relative;
  float: left;
  margin-right: -100%;
  opacity: 0;
  width: 100%; }
.fadeVariation-container .fadeVariation-item:first-child {
  opacity: 1; }

.flex-active-slide .fadeVariation-item {
  -webkit-animation: fadeVariation 6.9s linear 0s infinite normal;
  -ms-animation: fadeVariation 6.9s linear 0s infinite normal;
  animation: fadeVariation 6.9s linear 0s infinite normal;
  -webkit-animation-fill-mode: none;
  -ms-animation-fill-mode: none;
  animation-fill-mode: none; }
.flex-active-slide .fadeVariation-item:nth-child(2) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s; }
.flex-active-slide .fadeVariation-item:nth-child(3) {
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s; }

@-webkit-keyframes fadeVariation {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  30% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeVariation {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  30% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fadeVariation {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  30% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.btn-to-system {
  position: relative;
  width: 420px;
  margin: 0 auto;
  padding-top: 75px; }

/****************************************

		  Youtube Modal

*****************************************/
.modalMovie-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 1000;
  display: none; }
  .modalMovie-wrapper .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9); }
  .modalMovie-wrapper .modalMovie-inner {
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative; }
    .modalMovie-wrapper .modalMovie-inner .modalMovie-contents {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      padding-top: 56.25%;
      height: 0; }
      .modalMovie-wrapper .modalMovie-inner .modalMovie-contents iframe {
        display: block;
        position: absolute;
        top: -50%;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 2; }
    .modalMovie-wrapper .modalMovie-inner .btn-modalClose {
      position: absolute;
      cursor: pointer;
      top: -50%;
      right: -30px;
      margin-top: -80px;
      z-index: 3; }

/*===========================================================



		  SYSTEM



/*===========================================================*/
/************************************************************

		 SYSTEM module

************************************************************/
body#system {
  background-image: url(../img/index/cont4_bg.jpg); }

.systemCont1 {
  position: relative;
  width: 100%;
  height: 450px;
  margin-top: -3px;
  background-image: url(../img/system/top_v.png);
  background-position: center;
  background-repeat: no-repeat; }
  .systemCont1 .systemHeaderLogoWrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 25px; }
  .systemCont1 .systemHeaderLogo {
    margin-left: 16.4285714286%; }
    .systemCont1 .systemHeaderLogo a {
      display: inline-block; }
  .systemCont1 .navi {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 390px; }
    .systemCont1 .navi ul {
      width: 940px;
      margin: 0 auto; }
      .systemCont1 .navi ul li {
        float: left;
        margin-left: 1px; }

/************************************************************

		  battle

************************************************************/
.battle {
  position: relative;
  width: 100%;
  height: 1000px;
  overflow: hidden; }
  .battle .battleWrapper {
    position: relative;
    width: 960px;
    margin: 0 auto; }
    .battle .battleWrapper .title {
      position: absolute;
      top: 114px;
      left: 30px; }
    .battle .battleWrapper .text {
      position: absolute;
      top: 190px;
      left: 30px;
      width: 450px;
      font-size: 18px;
      line-height: 2;
      color: white; }
    .battle .battleWrapper .emblem {
      position: absolute;
      top: 0px;
      right: 30px;
      width: 450px;
      font-size: 18px;
      line-height: 2;
      color: white; }
    .battle .battleWrapper .bord1 {
      position: absolute;
      width: 785px;
      height: 215px;
      top: 450px;
      left: 75px;
      background-image: url(../img/system/cont2_cont1.png); }
      .battle .battleWrapper .bord1 .yelloText {
        position: absolute;
        left: 400px;
        top: 50px;
        font-size: 18px;
        color: #f9dc00; }
      .battle .battleWrapper .bord1 .subText {
        position: absolute;
        width: 340px;
        left: 400px;
        top: 80px;
        line-height: 2;
        font-size: 14px;
        color: white; }
    .battle .battleWrapper .ougi {
      position: absolute;
      width: 560px;
      height: 215px;
      top: 730px;
      left: 120px; }
      .battle .battleWrapper .ougi .yelloText {
        position: absolute;
        left: 0px;
        top: 50px;
        font-size: 18px;
        color: #f9dc00; }
      .battle .battleWrapper .ougi .subText {
        position: absolute;
        width: 340px;
        left: 0px;
        top: 80px;
        line-height: 2;
        font-size: 14px;
        color: white; }
    .battle .battleWrapper .bord2 {
      position: absolute;
      width: 323px;
      height: 257px;
      top: 700px;
      right: 150px;
      background-image: url(../img/system/cont2_cont2.png); }
    .battle .battleWrapper .cyara1 {
      position: absolute;
      top: 100px;
      right: -140px;
      width: 505px;
      height: 515px;
      background-image: url(../img/system/cont2_cyara.png); }

/************************************************************

		  story

************************************************************/
.story {
  position: relative;
  width: 100%;
  height: 470px; }
  .story .bodyStory {
    position: absolute;
    width: 100%;
    height: 470px;
    background-color: black;
    opacity: 0.3; }
  .story .lineTop {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 2px;
    background-color: #aa8923; }
  .story .lineBottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #aa8923; }
  .story .storyWrapper {
    position: relative;
    width: 960px;
    margin: 0 auto; }
    .story .storyWrapper .cyara2 {
      position: absolute;
      width: 529px;
      height: 535px;
      left: -100px;
      top: 150px;
      background-image: url(../img/system/cyara2.png); }
    .story .storyWrapper .title {
      position: absolute;
      right: 15px;
      top: 130px; }
    .story .storyWrapper .text {
      position: absolute;
      width: 460px;
      top: 260px;
      right: 30px;
      font-size: 18px;
      line-height: 2;
      color: white; }

/************************************************************

		  tougi

************************************************************/
.tougi {
  position: relative;
  width: 100%;
  height: 470px; }
  .tougi .tougiWrapper {
    position: relative;
    width: 960px;
    margin: 0 auto; }
    .tougi .tougiWrapper .emblem {
      position: absolute;
      right: 0px; }
    .tougi .tougiWrapper .title {
      position: absolute;
      left: 50px;
      top: 124px; }
    .tougi .tougiWrapper .text {
      position: absolute;
      width: 460px;
      top: 210px;
      left: 40px;
      font-size: 18px;
      line-height: 2;
      color: white; }
    .tougi .tougiWrapper .bord {
      position: absolute;
      right: 120px;
      top: 140px; }

/************************************************************

		  hero

************************************************************/
.hero {
  position: relative;
  width: 100%;
  height: 470px;
  z-index: 99; }
  .hero .bodyStory {
    position: absolute;
    width: 100%;
    height: 470px;
    background-color: black;
    opacity: 0.3; }
  .hero .lineTop {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 2px;
    background-color: #aa8923; }
  .hero .lineBottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #aa8923; }
  .hero .storyWrapper {
    position: relative;
    width: 960px;
    margin: 0 auto; }
    .hero .storyWrapper .cyara {
      position: absolute;
      width: 529px;
      height: 620px;
      left: 50px;
      top: 50px;
      background-image: url(../img/system/cyara3.png); }
    .hero .storyWrapper .title {
      position: absolute;
      right: 15px;
      top: 100px; }
    .hero .storyWrapper .text {
      position: absolute;
      width: 460px;
      top: 180px;
      right: 30px;
      font-size: 18px;
      line-height: 2;
      color: white; }

/************************************************************

		  frends

************************************************************/
.frends {
  position: relative;
  width: 100%;
  height: 840px;
  z-index: 999; }
  .frends .tougiWrapper {
    position: relative;
    width: 960px;
    margin: 0 auto; }
    .frends .tougiWrapper .emblem {
      position: absolute;
      right: 0px; }
    .frends .tougiWrapper .title {
      position: absolute;
      left: 50px;
      top: 160px; }
    .frends .tougiWrapper .text {
      position: absolute;
      width: 460px;
      top: 240px;
      left: 40px;
      font-size: 18px;
      line-height: 2;
      color: white; }
    .frends .tougiWrapper .bord {
      position: absolute;
      right: 120px;
      top: 140px; }
    .frends .tougiWrapper .bord2 {
      position: absolute;
      width: 1008px;
      height: 550px;
      top: 335px;
      left: -130px;
      background-image: url(../img/system/bord2.png); }
      .frends .tougiWrapper .bord2 .yelloText {
        position: absolute;
        left: 580px;
        top: 220px;
        font-size: 18px;
        color: #f9dc00; }
      .frends .tougiWrapper .bord2 .subText {
        position: absolute;
        width: 340px;
        left: 580px;
        top: 250px;
        line-height: 2;
        font-size: 14px;
        color: white; }

/************************************************************

		  other

************************************************************/
.other {
  position: relative;
  width: 100%;
  height: 580px; }
  .other .bodyStory {
    position: absolute;
    width: 100%;
    height: 580px;
    background-color: black;
    opacity: 0.3; }
  .other .lineTop {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 2px;
    background-color: #aa8923; }
  .other .lineBottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #aa8923; }
  .other .otherWrapper {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding-top: 40px; }
    .other .otherWrapper .bord {
      position: absolute;
      width: 331px;
      height: 264px;
      top: 180px;
      left: 65px;
      background-image: url(../img/system/bord3.png); }
      .other .otherWrapper .bord .yelloText {
        position: absolute;
        left: 10px;
        top: 280px;
        font-size: 16px;
        color: #f9dc00; }
      .other .otherWrapper .bord .subText {
        position: absolute;
        width: 150px;
        left: 10px;
        top: 310px;
        line-height: 2;
        font-size: 12px;
        color: white; }
      .other .otherWrapper .bord .yelloText2 {
        position: absolute;
        left: 190px;
        top: 280px;
        font-size: 16px;
        color: #f9dc00; }
      .other .otherWrapper .bord .subText2 {
        position: absolute;
        width: 150px;
        left: 190px;
        top: 310px;
        line-height: 2;
        font-size: 12px;
        color: white; }
    .other .otherWrapper .title {
      position: absolute;
      right: 50px;
      top: 80px; }
    .other .otherWrapper .bord2 {
      position: absolute;
      width: 352px;
      height: 363px;
      top: 150px;
      right: 90px;
      background-image: url(../img/system/bord4.png); }
      .other .otherWrapper .bord2 .subText2 {
        position: absolute;
        width: 290px;
        left: 35px;
        top: 250px;
        line-height: 2;
        font-size: 12px;
        color: white; }

/************************************************************

		  underBnts

************************************************************/
.underBnts {
  position: relative;
  width: 100%;
  height: 320px; }
  .underBnts .underWrapper {
    position: relative;
    width: 960px;
    margin: 0 auto; }
    .underBnts .underWrapper .cyara {
      position: absolute;
      left: -170px;
      top: -80px;
      width: 550px;
      height: 400px;
      background-image: url(../img/system/under_cyara.png); }
    .underBnts .underWrapper .btn {
      position: relative;
      width: 355px;
      top: 100px;
      margin: 0 auto; }



.underBntsBiguiner {
  position: relative;
  width: 100%;
  height: 500px; }
  .underBntsBiguiner .underWrapper {
    position: relative;
    width: 960px;
    margin: 0 auto; }
    .underBntsBiguiner .underWrapper .cyara {
      position: absolute;
      left: -170px;
      top: 100px;
      width: 550px;
      height: 400px;
      background-image: url(../img/system/under_cyara.png); }
    .underBntsBiguiner .underWrapper .btn {
      position: relative;
      width: 355px;
      top: 90px;
      margin: 0 auto; }
      .underBntsBiguiner .underWrapper .btn_app {
      position: absolute;
      width: 355px;
      top: 360px;
      left: 240px;
      margin: 0 auto; }
      .underBntsBiguiner .underWrapper .btn_google {
      position: absolute;
      width: 355px;
      top: 360px;
      left: 500px;
      margin: 0 auto; }



/************************************************************

		  ストーリーマップ

************************************************************/
.bg-character.bg-storymap {
  top: -12px; }

/************************************************************

		  闘技場

************************************************************/
.bg-character.bg-stadium {
  top: 80px; }

.others-wrapper .tips-inner .ttl-yellow {
  margin-bottom: 15px; }

/************************************************************

		  フッター

************************************************************/
.footer {
  position: relative;
  width: 100%;
  height: 285px;
  background-color: white; }
  .footer .btn_poricy {
    position: relative;
    width: 138px;
    margin: 0 auto;
    padding-top: 45px; }
  .footer ul {
    position: relative;
    width: 170px;
    margin: 0 auto;
    padding-top: 25px; }
    .footer ul li {
      float: left;
      width: 40px;
      margin-left: 15px; }
  .footer .copylight {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 70px;
    font-size: 12px;
    color: #847c7c;
    line-height: 2; }






















/*===========================================================



      playguide



/*===========================================================*/

body#playguide {
  background-image: url(../img/beginners/bg.jpg); 
}

.playguideCont {
  position: relative;
  width: 100%;
  height: 450px;

  background-image: url(../img/beginners/top_v.png);
  background-position: center;
  background-repeat: no-repeat; 
}
 .playguideContWrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 25px; 
}
.playHeaderLogo {
    margin-left: 16.4285714286%; 
}


.playguideCont .navi{
  position:relative;
  width:680px;
  margin:0 auto;
  top: 300px;
  z-index:999;
}
.playguideCont .navi ul li{
  float:left;
}
.playguideCont .navi ul li{
  float:left;
}
.playguideCont .navi ul li.btn1{
  margin-right:20px;
}


p.mainTite{
  font-size:27px;
  color:#004866;
  line-height:2;
  font-weight:bold;
}
p.title{
  font-size:21px;
  color:#0c6982;
  line-height:2;
  font-weight:bold;
}
p.nomal{
  font-size:18px;
  color:#000000;
  line-height:2;
}
p.small{
  font-size:14px;
  color:#000000;
  line-height:1.4;
}

span.blue{
  color:#004866;
}

.aaa{
  position:relative;
  width:100%;
  margin:0 auto;
  // background-color:red;
}

.aaa .title1{
  text-align:center;
  margin-top: 70px;
}

.aaa .set1{
  position:relative;
  width:960px;
  overflow:hidden;
  margin:0 auto;
  margin-top:50px;
}

.aaa .set1 .left{
  float:left;
  width:460px;
}

.aaa .set1 .right{
  float:right;
  width:430px;
}

.aaa .set2{
  position:relative;
  width:960px;
  overflow:hidden;
  margin:0 auto;
}

.aaa .set2 .left{
  float:left;
  width:460px;
}

.aaa .set2 .right{
  float:right;
  width:430px;
}

.aaa .set3{
  position:relative;
  width:960px;
  overflow:hidden;
  margin:0 auto;
}

.aaa .set3 .left{
  float:left;
  width:460px;
}
.aaa .set3 .left img{
  margin-top:50px;
}


.aaa .set3 .right{
  float:right;
  width:430px;
}

.aaa .title2{
  text-align:center;
  margin-top: 0px;
  margin-bottom:50px;
}

.aaa .set4{
  position:relative;
  width:960px;
  overflow:hidden;
  margin:0 auto;
}

.aaa .set4 .left{
  float:left;
  width:460px;
}
.aaa .set4 .left img{
  margin-top:50px;
}


.aaa .set4 .right{
  float:right;
  width:430px;
}

.aaa .set5{
  position:relative;
  width:960px;
  overflow:hidden;
  margin:0 auto;
}

.aaa .set5 .left{
  float:left;
  width:460px;
}

.aaa .set5 .right{
  float:right;
  width:430px;
}
.aaa .set5 .right .title{
  margin-top:100px;
}

.aaa .set6{
  position:relative;
  width:960px;
  overflow:hidden;
  margin:0 auto;
}

.aaa .set6 .left{
  float:left;
  width:460px;
}

.aaa .set6 .right{
  float:right;
  width:430px;
}
.aaa .set6 .right img{
  margin-top: 100px;
}

.aaa .set7{
  position:relative;
  width:960px;
  overflow:hidden;
  margin:0 auto;
}

.aaa .set7 .left{
  float:left;
  width:460px;
}

.aaa .set7 .right{
  float:right;
  width:430px;
}
.aaa .set7 .right img{
  margin-top: 100px;
}


.aaa .set5 .right .title{
  margin-top:100px;
}


.lineBeginners{
  position:relative;
  width:1010px;
  padding-top:80px;
  padding-bottom:80px;
  margin:0 auto;
}















/*===========================================================



		  FAQ



/*===========================================================*/
.feh-logo {
  text-align: left;
  padding: 12px 15px;
  margin-bottom: 40px;
  background: #000; }
  .feh-logo a {
    display: block;
    height: 54px;
    background: url("../img/faq/feh_logo.png") no-repeat left center; }
  .feh-logo span {
    display: block;
    text-indent: -9999px; }

.contents-faq {
  background: url("../img/index/cont4_bg.jpg") repeat center center;
  padding-bottom: 50px; }

.faq-container {
  max-width: 700px;
  background: #000;
  padding: 50px 0 50px;
  margin: 0 auto;
  border-radius: 5px; }
  .faq-container a {
    color: #FFF;
    text-decoration: underline; }

.feq-section {
  padding: 0 40px;
  font-size: 16px;
  line-height: 1.5em; }

.feq-ttl {
  font-size: 21px;
  line-height: 1.4em;
  margin-bottom: 1.2em; }

.feq-block {
  text-align: justify; }
  .feq-block .question, .feq-block .answer {
    padding-left: 48px;
    position: relative;
    line-height: 1.5em; }
    .feq-block .question:before, .feq-block .answer:before {
      content: "";
      display: block;
      position: absolute;
      left: -2px;
      top: -7px;
      width: 40px;
      height: 40px;
      background: transparent no-repeat center center;
      background-size: contain; }
  .feq-block .question {
    color: #f9dc00;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1.3em; }
    .feq-block .question:before {
      background-image: url("../img/faq/icon_q.png"); }
  .feq-block .answer {
    margin-bottom: 60px; }
    .feq-block .answer:before {
      background-image: url("../img/faq/icon_a.png"); }

/*===========================================================



		  配信国



/*===========================================================*/
.countries-section {
  padding: 0 40px;
  font-size: 14px;
  line-height: 1.5em; }

.ttl-countries {
  font-size: 28px;
  line-height: 1.5em;
  margin-bottom: 15px; }

.countries-note {
  margin-bottom: 20px; }

.countries-list {
  font-size: 20px;
  line-height: 1.4em; }

/************************************************************

		  FAQ Modal

************************************************************/
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none; }
  .modal-wrapper .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8); }
  .modal-wrapper .btn-modalClose {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 10; }
  .modal-wrapper .modal-inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .modal-wrapper .modal-scroller {
    padding-top: 70px;
    padding-bottom: 60px;
    background: transparent; }

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

.flexslider .slidesSecond > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slidesSecond img {
  width: 100%;
  display: block; }

.flexslider .slidesSecond:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slidesSecond {
  display: block; }

* html .flexslider .slidesSecond {
  height: 1%; }

.no-js .flexslider .slidesSecond > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slidesSecond {
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 0; }

.flex-direction-nav li {
  position: absolute;
  top: 50%;
  width: 10.6666666667%;
  height: 120px;
  margin-top: -60px; }
.flex-direction-nav li a {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  background: url("../sp/img/slide_arrow_left.png") no-repeat center center;
  background-size: contain; }
.flex-direction-nav .flex-nav-prev {
  left: 2.4%; }
.flex-direction-nav .flex-prev {
  background-image: url("../sp/img/slide_arrow_left.png"); }
.flex-direction-nav .flex-nav-next {
  right: 2.4%; }
.flex-direction-nav .flex-next {
  background-image: url("../sp/img/slide_arrow_right.png"); }



/*===========================================================



      topics



/*===========================================================*/

body#topics {
  background-image: url(../img/topics/bg.jpg); 
}
body#topics .topicsCont {
	width: 940px;
	margin: 0 auto;
	padding: 70px 0 120px;
}
body#topics .topicsCont .side {
	width: 315px;
	float: left;
}
body#topics .topicsCont .side .topicsBox {
	background: url(../img/topics/bg_frame.png) no-repeat;
	position: relative;
	height: 461px;
	box-sizing: border-box;
	padding: 45px 18px 35px 28px;
	font-size: 14px;
}
body#topics .topicsCont .side .topicsBox .title {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -135px;
}
body#topics .topicsCont .side #topics-title-frame {
	height: 385px;
	overflow: auto;
}
body#topics .topicsCont .side #topics-title-content li {
	overflow: hidden;
}
body#topics .topicsCont .side #topics-title-content li + li {
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #dbdbdb;
}
body#topics .topicsCont .side #topics-title-content li a {
	display: block;
}
body#topics .topicsCont .side #topics-title-content li .icon {
	margin: 0 10px 0 0;
	display: inline-block;
}
body#topics .topicsCont .side #topics-title-content li .date {
	display: inline-block;
	color: #8f8f8f;
}
body#topics .topicsCont .side #topics-title-content li .heading {
	padding-top: 5px;
}
body#topics .topicsCont .side .btn {
	margin-top: 18px;
	text-align: center;
}
body#topics .topicsCont .main {
	width: 594px;
	float: right;
	padding-top: 13px;
}
body#topics .topicsCont #topics-detail-frame {
	background: #fff;
	border-radius: 3px;
	position: relative;
	color: #000;
	font-size: 14px;
}
body#topics .topicsCont #topics-detail-frame:before {
	content: "";
	display: block;
	width: 630px;
	height: 40px;
	position: absolute;
	top: -17px;
	left: -18px;
	background: url(../img/topics/bg_content_top.png) no-repeat center top;
}
body#topics .topicsCont #topics-detail-frame:after {
	content: "";
	display: block;
	width: 630px;
	height: 39px;
	position: absolute;
	bottom: -30px;
	left: -18px;
	background: url(../img/topics/bg_content_btm.png) no-repeat center bottom;
}
body#topics .topicsCont #topics-detail-frame #topics-detail-content {
	padding: 30px 30px 60px;
}
body#topics .article {
	padding: 12px 0 0;
}
body#topics .article + .article {
	margin-top: 40px;
}
body#topics .article .icon {
	margin-right: 5px;
}
body#topics .article .date {
	font-size: 14px;
	color: #000;
}
body#topics .article .heading {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 12px;
	padding-top: 20px;
	border-top: 1px solid #dbdbdb;
}
body#topics .article .img {
	margin-top: 15px;
	text-align: center;
}
body#topics .article .text {
	margin-top: 15px;
	line-height: 1.7;
}
body#topics .article a {
	color: #00AEE0;
	text-decoration: underline;
}
body#topics .article a.url {
	word-break: break-all;
}
body#topics .dotted-separate dt, .dotted-separate dd {
	display: inline-block;
	text-align: left;
	margin-bottom: 7px;
	vertical-align: top;
	line-height: 1;
}
body#topics .dotted-separate dt {
	width: 10%;
	font-weight: bold;
}
body#topics .dotted-separate dd {
	width: 80%;
	border-left: 1px dotted #999;
	padding-left: 10px;
}

/*===========================================================



      topics icon



/*===========================================================*/
#topics-title-content .icon,
#topics-detail-content .icon {
	width: 100px;
	text-align: center;
	border-radius: 3px;
	font-size: 13px;
	color: #fff;
	display: inline-block;
	background: #333;
}
#topics-title-content .icon-important + .icon,
#topics-detail-content .icon-important + .icon {
	display: none !important;
}
.icon-important {
	background: #da0000 !important;
}
