@charset "UTF-8";
/*------------------------------------------------------------------------------

共通

------------------------------------------------------------------------------*/
body {
  background: url(../img/bg.png) no-repeat center 0 fixed;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

body {background-color: #FFFFFF}

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;
}
section p {
  margin: 0;
}
section.story {
  margin: 166px 0 0 0;
}
section.character {
  margin: 60px 0 0 0;
}
section.system {
  margin: 40px 0 50px 24px;
}
section.story img {
  width: 100%;
  height: 641px;
  background: url(../img/story_img01.png) center 0 no-repeat;
}
section.character img {
  width: 100%;
  height: 847px;
  background: url(../img/character_img01.png) center 0 no-repeat;
}
section.system img {
  width: 100%;
  height: 1478px;
  background: url(../img/system_img01.png) center 0 no-repeat;
}

.footer_bg {
  height: 103px;
  background: url(../img/footer.png) center 0 no-repeat;
}
footer {
  width: 960px;
  margin: 0 auto;
}
footer .btns {
  padding: 20px 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: 41px;
  padding: 20px 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% 50% no-repeat;
}
footer .sns a {
  display: block;
  height: 30px;
}
footer .sns .blog,
footer .sns .blog a {
  width: 177px;
  height: 41px;
}
footer .sns .blog a {
  background: url(../img/footer_navi_blog.png) 0 0 no-repeat;
}
footer .sns .blog a:hover {
  background-position: 0 -41px;
}
footer .sns .twitter,
footer .sns .twitter a {
  width: 213px;
  height: 36px;
}
footer .sns .twitter a {
  background: url(../img/footer_navi_twitter.png) 0 0px no-repeat;
}
footer .sns .twitter a:hover {
  background-position: 0 -36px;
}
footer .sns .facebook,
footer .sns .facebook a {
  width: 243px;
  height: 36px;
}
footer .sns .facebook a {
  background: url(../img/footer_navi_facebook.png) 0 0 no-repeat;
}
footer .sns .facebook a:hover {
  background-position: 0 -36px;
}
.copy {
  clear: both;
  text-align: right;
  line-height: 1.3;
  font-size: 11px;
  color: #fff;
  padding: 10px 0 0;
}