html,body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 1080px;
	background-color: #000;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 5px;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img {
	margin: 0;
	padding: 0;
}

body {
	display: none;
}

img {
  vertical-align: bottom;
}



/* スペース調整 */

.mt20  {
	margin-top: 20px;
}

.mt50  {
	margin-top: 50px;
}

.mt60  {
	margin-top: 60px;
}

.mb20  {
	margin-bottom: 20px;
}

.mb40  {
	margin-bottom: 40px;
}



/* 背景 */

body {
	background-image: url(../image/main_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
}



/* メインビジュアル */

#main {
  position: relative;
  width: 100%;
  min-width: 1080px;
  height: 1070px;
  margin: 0 auto;
	overflow: hidden;
	z-index: 2;
}

#ziz_logo {
  position: absolute;
  top: 50px;
  left: 10%;
	margin-left: -68px;
}

#ziz_twitter {
  position: absolute;
  top: 50px;
  left: 10%;
	margin-left: 237px;
}

#name {
  position: absolute;
  top: 50px;
	right: 10%;
	margin-right: -93px;
	overflow: hidden;
}

#title_logo {
  position: absolute;
  top: 636px;
  left: 10%;
	margin-left: -79px;
}

#news {
  position: absolute;
  top: 1058px;
	left: 10%;
	margin-left: -68px;
}

#order_pic {
	position: absolute;
  top: 204px;
  right: 10%;
	margin-right: -68px;
}

#movie_s {
  position: absolute;
  top: 136px;
  left: 10%;
	margin-left: -68px;
}



/* 原作ゲーム */

#game {
	position: relative;
	width: 1040px;
	height: 340px;
	margin: 0 auto;
}

#game_pic {
	position: absolute;
	width: 1040px;
	height: 336px;
	top: 0;
  left: 0;
}

#btn_game {
	position: absolute;
	width: 280px;
	height: 39px;
	top: 259px;
  left: 40px;
}



/* 動画ボタン*/

.btn_movie_s {
	position: relative;
	width: 220px;
	height: 124px;
	overflow: hidden;
}

video#bgmovie_s {
  position: absolute;
	left: 0;
	top: 0;
  width: 221px;
	height: 124px;
}

.btn_start_s {
	position: absolute;
	left: 0;
	top: 0;
}

.btn_movie {
	position: relative;
	width: 490px;
	height: 330px;
	overflow: hidden;
}

video#bgmovie {
  position: absolute;
	left: -49px;
	top: 0;
  width: 587px;
	height: 330px;
}

video {
	display: block;
}

.btn_start {
	position: absolute;
	left: 0;
	top: 0;
}



/* コンテンツ*/

#about_text {
	width: 100%;
	min-width: 1080px;
	margin: 0 auto;
	text-align: center;
}

#photo {
	width: 100%;
	min-width: 1080px;
	max-width: 2000px;
	margin: 0 auto;
}

.center_pic {
  margin: 50px auto 0;
}

.pic {
  position: relative;
  float: left;
  margin: 5px;
}

.new {
  position: absolute;
  top: 0px;
  left: 0;
}



/* 商品情報 */

#bottom_container {
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
}

#info_title {
	position: relative;
  width: 1040px;
  margin: 70px auto 0;
  border-bottom: 1px solid #CACAD9;
  text-align: center;
}

#info {
	position: relative;
  width: 1040px;
  margin: 0 auto 70px;
}

#jacket {
  float: left;
  margin: 19px 22px;
}

#text {
  float: left;
  margin: 19px 0;
}

#order {
  float: right;
  width: 430px;
}

.list {
  position: relative;
  width: 430px;
  height: 77px;
  border-bottom: 1px solid #CACAD9;
}

.list_title {
  position: absolute;
  top: 19px;
  left: 22px;
}

.btn_order {
  position: absolute;
  top: 19px;
  right: 22px;
}



/* テキスト */

.text1 {
  font-size: 13px;
  line-height: 160%;
}

.text2 {
  font-size: 14px;
  line-height: 150%;
}

.text3 {
  font-size: 15px;
  line-height: 150%;
}

.text4 {
  font-size: 20px;
  line-height: 140%;
}

.text5 {
  font-size: 24px;
  line-height: 140%;
}



/* リンク */

a, a:link, a:active, a:visited {
  color: #FFF;
  font-style: normal;
  text-decoration: underline;
}

a:hover, a:active {
	border: none;
  outline: none;
}

a img {
  border: none;
  outline: none;
}



