@charset "UTF-8";
/* CSS Document */
/*=======================================
■全体の設定
=======================================*/
@import url(https://fonts.googleapis.com/css?family=Gabriela);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
	min-height: 100%;
	position: relative;
	overflow: auto;
}
body {
	background-image: url(../images/body_bg.gif);
	background-position: center center;
	background-repeat: repeat;
	font-family: Noto Sans Japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #663B1C;
	min-width: 1100px;
	overflow: hidden;

}
#container {
	background-image: url(../images/yellow_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	overflow: hidden;
}
a:link {
	color: #FFA52E;
}
a:visited {
	color: #FFA52E;
}
a:hover {
	color: #FF88B7;
}
a:active {
	color: #FF88B7;
}
img {
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
/*文字を反転させた時の設定*/
::selection {
	background-color: #FFFFFF;
}
::-moz-selection {
 background: #FFFFFF;
}
.inner {
	width: 1180px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#mv {
	height: 860px;
	position: relative;
	margin: 0 0 0 0;
	overflow: hidden;
}
.centerObject {
	position: absolute;
	left: 50%;
}
#chara {
	margin: 0 0 0 -750px;
	z-index: 1;
}
#mv #copy01 {
	margin: 0 0 0 -299px;
	z-index: 10;
	top: 10px;
}
#mv #copy02 {
	margin: 0 0 0 -37px;
	z-index: 10;
	top: 140px;
}
#mv #heart {
	margin: 0 0 0 -38px;
	z-index: 10;
	top: 445px;
}
#mv #title {
	margin: 0 0 0 -271px;
	top: 500px;
	z-index: 10;
}

#mv #release {
	margin: 0 0 0 -278px;
	top: 760px;
	z-index: 100;
}
#mv #patchBanner {
	margin: 0 0 0 -580px;
	z-index: 10;
	top: 450px;
}
section {
	clear: both;
}
.center {
	text-align: center;
}
.nav_fixed{
    position: fixed;
    width: 100%;
    top: 0;
}
/*=======================================
■グローバルナビゲーション
=======================================*/
#globalNav {
	width: 100%;
	height: 190px;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px 0 0 0;
	z-index: 100;
}
body.fixed .header {
	margin: 0 0 190px 0;
}
.cover {
	position: relative;
}
body.fixed .navFixed {
	position: fixed;
	top: 0px;
	left: 0;
}
#globalNav ul {
	width: 1150px;
	padding: 25px 0 0 0;
}
#globalNav li {
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	padding-right: 10px;
	padding-left: 5px;
	background-image: url(../images/nav_line.png);
	background-position: right 2px;
	background-repeat: no-repeat;
	height: 80px;
	vertical-align: middle;
}
#globalNav li:last-child{
	background-image:none;
	}

/*=======================================
■内容
=======================================*/
h2 {
	text-align: center;
	margin: 0 0 20px 0;
}
h3 {
	text-align: center;
	margin: 0;
}
h4 {
	text-align: center;
	margin: 0 0 10px 0;
}
.jacket {
	float: left;
	margin: 0 0 20px 0;
}
.story {
	float: right;
}
.titleBtn {
	clear: both;
	text-align: center;
	margin: 0 0 50px 0;
}
.movie {
	margin: 0 0 30px 0;
	overflow: hidden;
	clear: both;
}
.movie ul {
	margin: 20px -40px 0 0;
}
.movie li {
	float: left;
	margin: 0 40px 20px 0;
}
.line {
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 90px;
}
/*=======================================
■パッチ
=======================================*/
.form {
	position: relative;
	z-index: 10;
	background-color: #FEEEF4;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 15px; /* CSS3草案 */
	-webkit-border-radius: 15px; /* Safari,Google Chrome用 */
	-moz-border-radius: 15px; /* Firefox用 */
	vertical-align: bottom;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.text, textarea, .dropdown, .textarea {
	border: 1px solid #BEA54A;
	padding: 5px;
	color: #000;
	background: #fff;
	border-radius: 15px;
	/* Webkit */
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	-moz-border-radius: 15px;
	-moz-box-shadow: 1px 1px 1px #fff;
}
.mailbtn {
	width: 100px;
	border: 1px solid #BEA54A;
	padding: 2px 8px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	border-radius: 15px;
	/* Webkit */
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	-moz-border-radius: 15px;
	-moz-box-shadow: 1px 1px 1px #fff;
	background-color: #DAD1AD;
	margin-left: 10px;
}
.attList {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	line-height: 1.5;
	border-collapse: separate;
}
.attList th {
	background-color: #E9F4A3;
	background-image: none;
	border-radius: 15px; /* CSS3草案 */
	-webkit-border-radius: 15px; /* Safari,Google Chrome用 */
	-moz-border-radius: 15px; /* Firefox用 */
	padding: 5px;
}
.attList td {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #95844E;
	padding-left: 20px;
	text-align: left;
}
.tableList {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	line-height: 1.5;
	border-collapse: separate;
}
.tableList th {
	width: 224px;
	padding: 5px;
	background-image: url(../images/table_title.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	color: #fff;
}
.tableList td {
	padding-top: 9px;
	padding-bottom: 12px;
	padding-left: 20px;
	text-align: left;
	background-image: url(../images/table_line.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#spec #titleImg {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}
.waku img {
	box-shadow: rgba(215, 180, 44, 0.7) 0px 0px 4px 1px;
	-webkit-box-shadow: rgba(215, 180, 44, 0.7) 0px 0px 4px 1px;
	-moz-box-shadow: rgba(215, 180, 44, 0.7) 0px 0px 4px 1px;
	border-radius: 3px; /* CSS3草案 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
	vertical-align: bottom;
	margin-bottom: 5px;
}
/*=======================================
■おといろ
=======================================*/
#otoiro h2 {
	padding-top: 30px;
}
#otoiro #point01 {
	margin-bottom: 30px;
}
#otoiro #point02 {
	margin-bottom: 30px;
	position: relative;
	
}#otoiro #point02 #eventBtn {

	position: absolute;
	top:360px;
	left:127px;
	
}
/*=======================================
■FD
=======================================*/

/*=======================================
■special
=======================================*/
#special {
	padding: 30px 0 20px 0;
}
#special #specialTxt {
	position: relative;}
#special #specialBtn01{position: absolute;
	top:580px;
	left:120px;}
	#special #specialBtn02{position: absolute;
	top:580px;
	right:120px;}
/*=======================================
■スペック
=======================================*/
#spec p {
	text-align: center;
	margin: 0 0 20px 0;
}
/*=======================================
■ フッター
=======================================*/
footer {
	font-family: Gabriela;
	clear: both;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:40px;
	text-align:center;
	padding-top:40px;
}
footer small {
	letter-spacing: 1.5px;
	font-size:10px;
}

