@charset "UTF-8";
/*------------------------------------------------------------------------------

共通

------------------------------------------------------------------------------*/
body {
  background: url(../img/bg.png) no-repeat center 0 fixed,
              url(../img/bg_repeat.png) repeat-x center 0 fixed;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

a {
	color: #ff6a27;
}
a:hover {
	color: #ff2a48;
}
em {
	font-weight: bold;
	color: #ff2a48;
}
.align_center {
	text-align: center;
}
.clear {
	clear: both;
}
.hide_text{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position:0px 0px;
	background-repeat:no-repeat;
}

/*------------------------------------------------------------------------------

個別

------------------------------------------------------------------------------*/

.sns_btn {
  width: 960px;
  height: 30px;
  margin: 0 auto;
  position: relative;
}
.sns_btn ul {
  position: absolute;
  top: 6px;
  right: 0;
}
.sns_btn ul li {
  float: left;
  margin-left: 5px;
}
h1 {
  text-align: center;
}
h1 .review {
  top: 550px;
  position: absolute;
  left: -webkit-calc(50% - 470px);
  left: calc(50% - 470px);
  display: block;
  width: 267px;
  height: 157px;
  background: url(../img/btn_review.png) 0 0 no-repeat;
}
h1 .review:hover {
  background: url(../img/btn_review.png) 0 100% no-repeat;
}
section p {
  margin: 0;
}
section.story {
  margin: 66px 0 0;
}
section.character {
  margin: 46px 0 0;
}
section.system {
  margin: -50px 0 0;
}
section.story img {
  width: 100%;
  height: 668px;
  background: url(../img/story_img01.png) center 0 no-repeat;
}
section.character img {
  width: 100%;
  height: 958px;
  background: url(../img/character_img01.png) center 0 no-repeat;
}
section.system img {
  width: 100%;
  height: 1324px;
  background: url(../img/system_img01.png) center 0 no-repeat;
}

.footer_bg {
  height: 145px;
  background: url(../img/footer.png) center 0 no-repeat;
}
footer {
  width: 960px;
  padding: 57px 0 0;
  margin: 0 auto;
}
footer .btns {
  padding: 5px 0 0;
  height: 39px;
  float: right;
  line-height: 0;
}
footer .btns li {
  float: left;
  margin-left: 7px;
}
footer .btns a {
  display: block;
  background: #fff;
}
footer .btns a:hover img {
  opacity: 0.8;
}
footer .sns {
  height: 29px;
  padding: 2px 0 0;
}
footer .sns li {
  float: left;
  height: 26px;
  overflow: hidden;
}
footer .sns li:not(:last-child) {
  padding-right: 26px;
  background: url(../img/footer_navi_slash.png) 98% 0 no-repeat;
}
footer .sns a {
  display: block;
  height: 30px;
}
footer .sns .blog,
footer .sns .blog a {
  width: 149px;
  height: 34px;
}
footer .sns .blog a {
  background: url(../img/footer_navi_blog.png) 0 0 no-repeat;
}
footer .sns .blog a:hover {
  background-position: 0 -34px;
}
footer .sns .twitter,
footer .sns .twitter a {
  width: 177px;
}
footer .sns .twitter a {
  background: url(../img/footer_navi_twitter.png) 0 0px no-repeat;
}
footer .sns .twitter a:hover {
  background-position: 0 -30px;
}
footer .sns .facebook,
footer .sns .facebook a {
  width: 212px;
}
footer .sns .facebook a {
  background: url(../img/footer_navi_facebook.png) 0 0 no-repeat;
}
footer .sns .facebook a:hover {
  background-position: 0 -30px;
}
.copy {
  clear: both;
  text-align: right;
  line-height: 1.3;
  font-size: 11px;
  color: #fff;
}