@charset "UTF-8";
a:focus {
  outline: none;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after {
  clear: both;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  outline: none;
  text-decoration: none;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -39px;
  z-index: 10;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  position: absolute;
  left: -105px;
  width: 78px;
  height: 78px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -171px;
}
.slick-next {
  position: absolute;
  right: -105px;
  width: 77px;
  height: 78px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -48px;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.slick-dots {
  margin-top: 10px;
  text-align: right;
}
.slick-dots li {
  display: inline-block;
  font-size: 0;
  margin-left: 19px;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  outline: none;
  text-decoration: none;
  width: 24px;
  height: 24px;
  background: url("../images/common/common_buttons.png?75a7f8c0d3") no-repeat;
  background-position: 0px 0px;
}
.slick-dots li.slick-active button {
  width: 24px;
  height: 24px;
  background: url("../images/common/common_buttons.png?75a7f8c0d3") no-repeat;
  background-position: 0px -24px;
}
html {
  background: #111;
}
body {
  color: #fff;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
  line-height: 1.5em;
}
a {
  text-decoration: none;
}
a:link {
  color: #fff;
}
a:visited {
  color: #fff;
}
a:hover {
  color: #ff0;
}
a:active {
  color: #ff0;
}
a,
a:hover,
a img,
a:hover img {
  outline: none;
}
img,
a img {
  border: none;
}
#wrapper {
  width: 100%;
  min-width: 1024px;
  height: 100%;
}
#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.inner {
  width: 1024px;
  margin: 0 auto;
}
#content {
  width: 100%;
  margin: 0 auto;
}
.eula {
  width: 960px;
  margin: 20px auto 0;
  padding-bottom: 0;
  text-align: center;
}
.eula a {
  color: #fff000;
}
.copyrightCol {
  background: url("../images/common/copyright.png") no-repeat;
  width: 960px;
  height: 138px;
  margin: -55px auto 0;
}
.copyrightCol p {
  font-size:0;
}
.snsColPC {
  z-index: 99;
  width: 1000px;
  margin: -40px auto 0;
  padding-bottom: 20px;
}
.snsColPC ul {
  overflow: hidden;
  width: 300px;
}
.snsColPC ul li {
  float: left;
  margin-left: 20px;
  margin-bottom: 5px;
}
.snsColPC ul li a {
  display: block;
}
#footer {
  padding: 20px 0 10px;
  text-align: center;
  min-width: 1024px;
}
#linkCol {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 970px;
  text-align: center;
}
#linkCol li {
  float: left;
  padding: 0 5px 10px;
}
#linkCol .btmBnr {
  float: left;
  padding: 0 1px 10px 5px;
}
#linkCol .ytBnr {
  float: left;
  padding: 0 1px 10px 6px;
}
#linkCol .ytBnr img {
  width: 135px;
  height: 40px;
}
iframe[name="google_conversion_frame"] {
  position: absolute;
  bottom: 0;
}
.footerPC {
  display: block;
}
.footerSP {
  display: none;
}
.tabs-wrap {
  width: 100%;
  text-align: center;
}
.tabs {
  position: relative;
  overflow: visible;
  width: 600px;
  height: 142px;
  margin: 0 auto;
  text-align: center;
  background: #000;
  z-index: 99;
}
.tabs li {
  display: -moz-inline-box;
  display: inline-block;
}
display inline,
zoom 1,
.tabs li width 112px,
.tabs li height 142px,
.tabs li padding 0 40px,
.tabs li a {
  display: block;
  width: 100%;
  height: 100%;
}
#tabs-rehf .btn-quality a {
  background: url("../images/rehf/tabs_bg_rehf.png") no-repeat;
  background-position: 0 0;
}
#tabs-rehf .btn-character a {
  background: url("../images/rehf/tabs_bg_rehf.png") no-repeat;
  background-position: -112px 0;
}
#tabs-ls .btn-quality a {
  background: url("../images/ls/tabs_bg_ls.png") no-repeat;
  background-position: 0 0;
}
#tabs-ls .btn-character a {
  background: url("../images/ls/tabs_bg_ls.png") no-repeat;
  background-position: -112px 0;
}
#tabs-rehf .btn-quality a:hover,
#tabs-ls .btn-quality a:hover {
  background-position: 0 -142px;
}
#tabs-rehf .btn-character a:hover,
#tabs-ls .btn-character a:hover {
  background-position: -112px -142px;
}
#tabs-rehf .btn-quality .active,
#tabs-ls .btn-quality .active {
  background-position: 0 -284px;
}
#tabs-rehf .btn-character .active,
#tabs-ls .btn-character .active {
  background-position: -112px -284px;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
}
.hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.nav ul {
  zoom: 1;
  position: relative;
  width: 840px;
  margin-right: auto;
  margin-left: auto;
}
.nav ul:after {
  clear: both;
}
.nav ul li {
  float: left;
  margin-left: -32px;
  position: relative;
}
.nav ul li:first-child {
  margin-left: 0;
}
.nav ul li a:hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/*GNAVI_TOP*/
.nav ul li.nav-top {
  width: 134px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1698px;
}
.nav ul li.nav-top.located {
  width: 134px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1736px;
}
.nav ul li.nav-top a {
  width: 134px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1660px;
}

/*NEWマークを付けるとき上書き_TOP --------------------------------------- 
.nav ul li.nav-top {
  width: 134px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1850px;
}
.nav ul li.nav-top.located {
  width: 134px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1774px;
}
.nav ul li.nav-top a {
  width: 134px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1812px;
}
/* ↑NEWマークを付けるとき上書き_TOP --------------------------------------- */

/*GNAVI_ABOUT*/
.nav ul li.nav-about {
  width: 159px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -332px;
}
.nav ul li.nav-about.located {
  width: 155px;
  height: 37px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -370px;
}
.nav ul li.nav-about a {
  width: 159px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -294px;
}
/*NEWマークを付けるとき上書き_ABOUT --------------------------------------- 
.nav ul li.nav-about.new {
  width: 159px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -483px;
}
.nav ul li.nav-about.new.located {
  width: 159px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -407px;
}
.nav ul li.nav-about.new a {
  width: 159px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -445px;
}
/* ↑NEWマークを付けるとき上書き_ABOUT --------------------------------------- */

/*GNAVI_SYSTEM*/
.nav ul li.nav-system {
  width: 169px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1470px;
}
.nav ul li.nav-system.located {
  width: 169px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1508px;
}
.nav ul li.nav-system a {
  width: 169px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1432px;
}

/* NEWマークを付けるとき上書き_SYSTEM --------------------------------------- 
.nav ul li.nav-system {
  width: 169px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1622px;
}
.nav ul li.nav-system.located {
  width: 169px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1546px;
}
.nav ul li.nav-system a {
  width: 169px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1584px;
}
/*↑NEWマークを付けるとき上書き_SYSTEM --------------------------------------- */

/*GNAVI_CHAARACTER*/
.nav ul li.nav-character {
  width: 201px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -559px;
}
.nav ul li.nav-character.located {
  width: 197px;
  height: 37px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -597px;
}
.nav ul li.nav-character a {
  width: 201px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -521px;
}
/* NEWマークを付けるとき上書き_CHARACTER --------------------------------------- 
.nav ul li.nav-character {
  width: 201px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -710px;
}
.nav ul li.nav-character.located {
  width: 201px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -634px;
}
.nav ul li.nav-character a {
  width: 201px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -672px;
}
/* ↑NEWマークを付けるとき上書き_CHARACTER --------------------------------------- */

/* GNAVI_MOVIE */
.nav ul li.nav-movie {
  width: 156px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1014px;
}
.nav ul li.nav-movie.located {
  width: 156px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1052px;
}
.nav ul li.nav-movie a {
  width: 156px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -976px;
}
/* NEWマークを付けるとき上書き_MOVIE --------------------------------------- */
.nav ul li.nav-movie {
  width: 156px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1166px;
}
.nav ul li.nav-movie.located {
  width: 156px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1090px;
}
.nav ul li.nav-movie a {
  width: 156px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1128px;
}
/* ↑NEWマークを付けるとき上書き_MOVIE -----------------------------------------*/

/* GNAVI_SPECIAL */
.nav ul li.nav-special {
  width: 177px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1242px;
}
.nav ul li.nav-special.located {
  width: 177px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1280px;
}
.nav ul li.nav-special a {
  width: 177px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1204px;
}

/* NEWマークを付けるとき上書き_SPECIAL --------------------------------------- 
.nav ul li.nav-special {
  width: 177px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1394px;
}
.nav ul li.nav-special.located {
  width: 177px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1318px;
}
.nav ul li.nav-special a {
  width: 177px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -1356px;
}
/* ↑NEWマークを付けるとき上書き_SPECIAL --------------------------------------- */

/*GNAVI_DLC*/
.nav ul li.nav-dlc {
  width: 135px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -786px;
}
.nav ul li.nav-dlc.located {
  width: 135px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -824px;
}
.nav ul li.nav-dlc a {
  width: 135px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -748px;
}

/* NEWマークを付けるとき上書き_DLC ---------------------------------------
.nav ul li.nav-dlc.new {
  width: 135px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -938px;
}
.nav ul li.nav-dlc.new.located {
  width: 135px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -862px;
}
.nav ul li.nav-dlc.new a {
  width: 135px;
  height: 38px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -900px;
}
/* ↑NEWマークを付けるとき上書き_DLC --------------------------------------- */

.nav ul:before,
.nav ul:after {
  content: "";
  display: table;
}
.nav ul li a,
.nav ul li span {
  display: block;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.pagetop {
  margin: 0 auto 10px;
  position: relative;
  text-align: center;
}
.psmark {
  text-align: right;
  margin: 32px 32px 0 0;
}
#colorbox #cboxPrevious {
  width: 78px;
  height: 78px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -171px;
}
#colorbox #cboxNext {
  width: 77px;
  height: 78px;
  background: url("../images/common/common_buttons.png?683fe7a9d8") no-repeat;
  background-position: 0px -48px;
}
#colorbox #cboxPrevious:hover,
#colorbox #cboxNext:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.modal-event {
  display: none;
}
.event-box {
  background: #000;
  border: 7px solid #fff;
  padding-bottom: 54px;
  position: relative;
  text-align: center;
  width: 868px;
}
.event-box img {
  border: none !important;
}
.event-box .exhibit {
  position: relative;
}
.event-box .exhibit .button-raid-boss {
  position: absolute;
  bottom: 37px;
  right: 53px;
}
.event-box .event-text-1 {
  margin: 46px 0 25px;
}
.event-box .event-text-2 {
  margin: 74px 0 24px;
}
.event-box .button-event a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
#cboxClose {
  z-index: 10;
}

/*# sourceMappingURL=common.css.map */
