@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
a {
  outline:none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
*, *:before, *:after {
  box-sizing: border-box;
}
html, body {
  height: 100%;
  width: 100%;
}
body {
  background: url(../images/common/bg.png) repeat 0 0;
  font-size: 15px;
}
#page .nest {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
#header h1 {
  padding: 40px 0;
}
#header h1 img {
  margin-left: -2%;
  width: 105%;
  max-width: 900px;
  hegith: auto;
}
#intro .banner {
  margin-bottom: 20px;
}
#intro .banner img {
  width: 100%;
  height: auto;
}
#official img {
  width: 100%;
  height: auto;
}
#footer {
  overflow: hidden;
  padding:50px 0 0 0;
}
#footer .nest {
  position: relative;
  overflow: visible;
}

#footer .chara_l {
  position: absolute;
  left: 5px;
  bottom: -100px;
  z-index: 100;
}
#footer .chara_r {
  position: absolute;
  right:-10px;
  bottom: -100px;
  z-index: 100;
}
#index p{ text-align:center; color:#fff; padding:5px 0 0 0; margin:0 0 15px 0;}
#footer .social{
	top:0;
	}
#footer .copyright {
  position: relative;
  margin-top:30px;
  padding: 20px 0;
  background: url(../images/top/bg_index.png) repeat 0 0;
  text-align: center;
  font-size: 8px;
  line-height: 1.5;
  color: #fff;
}
 .copyright span{
	display:block;	
}
#footer .copyright .nest {
  padding: 0 20px;
}
.title {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}
.title span {
  font-weight: normal;
}
 .social {
  position: relative;
  padding: 15px 0;
  text-align: center;
  z-index: 50;
}
.social li {
  display: inline-block;
  margin: 0 5px;
}
.download .fow {
  text-align: center;
}
.buy {
  margin: 0 auto;
  max-width: 480px;
}
.buy li {
  float: left;
  margin: 10px 2%;
  width: 46%;
}
.buy li img {
  width: 100%;
  height: auto;
}
.memo {
  margin: 20px 10px;
  padding: 20px;
  border: solid 1px #d7d5cc;
  background: #fff;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
}
.memo span {
  display: block;
}
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.cf {
  zoom:1;
}

@media screen and (min-width: 901px) {
	  #header h1 img {
		margin-left: 0;
		width: 100%;
	  }
	  .download {
		position: relative;
		margin-top: -50px;
	  }
	  #intro .fow {
		text-align: right;
		margin-bottom: 15px;
	  }
	  #intro .buy {
		position: absolute;
		top: 45px;
		left: 211px;
		margin: 0;
	  }
	  .fow img {
		width: 300px;
		height: 119px;
	  }
	  .memo span {
		display: inline;
	  }
	  .memo span.break {
		display: block;
	  }
	  #contents .social{
		  padding:70px 0 0 0;
		  top:-70px;
		  }
	  #footer .nest{
		  height:250px;
		}
		
	#footer .social{
		top:60px;
		}
	  #footer .fow{
		text-align: center;
		margin-bottom: 15px;
	 }
	#footer .chara_l {
	  left: 5px;
	  bottom: 10px;
	}
	#footer .chara_r {
	  right: -10px;
	  bottom: 10px;
	}
  .chara_l img{
	 width:146px;
	 height:228px;
  }
  .chara_r img{
	 width:164px;
	 height:228px;
  }
	
	 #footer .buy{
		position: absolute;
		top:120px;
		left: 211px;
		margin: 0;
	 }
	.copyright span{
		display:inline;
	}
	.copyright span.break{
		display:block;
	}
}