@charset "UTF-8";
/* ====================================
  BASE
==================================== */
body {
  color: #535353;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-content-zooming: none;
}

ul {
  list-style: none;
}

#wrapper {
  background-color: #ffdc00;
  min-width: 980px;
}


/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.inner-1000 {
  margin: 0 auto;
  width: 1000px;
}

.inner-920 {
  margin: 0 auto;
  width: 920px;
}

.container-bg-none {
  box-sizing: border-box;
  margin: -40px auto 0;
  padding: 20px 20px 60px;
  width: 920px;
}
.container-bg-none .breadcrumb {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

/* ====================================
  HEADER
==================================== */
header {
  background: rgba(0, 0, 0, 0.85);
  margin: 0;
}
header .header-inner {
  margin: 0 auto;
  min-width: 980px;
  overflow: hidden;
  width: 100%;
}
header h1 {
  position: absolute;
  padding: 20px 0 0 22px;
  z-index: 1;
}
body#top header h1 {
  position: absolute;
  padding: 2px 0 0 14px;
}
header .navi {
  float: right;
  overflow: hidden;
  padding: 2px 16px 10px 0;
}
header .navi li {
  float: left;
  margin: -5px 20px 0 0;
}
header .navi .navi_news a,
header .navi .navi_character a,
header .navi .navi_system a,
header .navi .navi_movie a,
header .navi .navi_fankit a {
  display: block;
  height: 30px;
  text-indent: -9999px;
}
header .navi .navi_news a:hover,
header .navi .navi_character a:hover,
header .navi .navi_system a:hover,
header .navi .navi_movie a:hover,
header .navi .navi_fankit a:hover{
  background-position: 0 -30px;
}
header .navi .navi_news a {
  background: url("../images/shared/navi-news.png") no-repeat 0 0;
  width: 47px;
}
header .navi .navi_character a {
  background: url("../images/shared/navi-character.png") no-repeat 0 0;
  width: 72px;
}
header .navi .navi_system a {
  background: url("../images/shared/navi-system.png") no-repeat 0 0;
  width: 84px;
}
header .navi .navi_movie a {
  background: url("../images/shared/navi-movie.png") no-repeat 0 0;
  width: 47px;
}
header .navi .navi_fankit a {
  background: url("../images/shared/navi-fankit.png") no-repeat 0 0;
  width: 70px;
}
header .navi .fb, header .navi .tw {
  padding: 10px 0 0;
  margin: -2px 10px 0 0;
}
header .navi .icon-youtube {
  padding: 10px 0 0;
  margin: -2px 4px 0 0;
}
header .navi .icon-youtube img {
  vertical-align: middle;
}

/* current */
#news .navi .navi_news,
#introduction .navi .navi_introduction,
#story .navi .navi_story,
#character .navi .navi_character,
#gamesystem .navi .navi_system,
#movie_list .navi .navi_movie,
#fan_kit .navi .navi_fankit {
  margin: 0 20px 0 0;
}
#news .navi .navi_news a,
#introduction .navi .navi_introduction a,
#story .navi .navi_story a,
#character .navi .navi_character a,
#gamesystem .navi .navi_system a,
#movie_list .navi .navi_movie a,
#fan_kit .navi .navi_fankit a {
  background-position: 0 -60px;
}

/* ====================================
  CONTAINER
==================================== */
.container {
  background: #000;
  border-radius: 12px;
  box-sizing: border-box;
	border:3px solid rgba(255, 220, 0, 0.95);
  margin: 0 auto;
  padding: 20px 20px 60px;
  width: 926px;
	color:#fff;
}

.page-title {
  margin: 0 0 120px;
  text-align: center;
}
.page-footer {
  text-align: center;
}
.breadcrumb {
  font-size: 12px;
  margin: 0 0 30px;
}
.breadcrumb li {
  color: #ffdc00;
  display: inline-block;
  margin: 0 3px 0 0;
}
.breadcrumb li:not(:last-child)::after {
  content: '>';
}
.breadcrumb li a {
  margin: 0 10px 0 0;
}

.colorbox-close {
  background: transparent url("../images/colorbox/btn-close.png") no-repeat scroll 0 -55px;
  border: 0 none;
  height: 55px;
  margin: 0 -430px 0 0;
  padding: 0;
  position: absolute;
  right: 50%;
  text-indent: -9999px;
  top: -20px;
  width: 55px;
}
.colorbox-close:hover {
  background-position: 0 0;
}

/* ====================================
  FOOTER
==================================== */
.bg-gray {
  background: #000;
  margin: 60px 0 30px;
  padding: 50px 0 20px;
  text-align: center;
}
.bg-gray .bg-gray-inner {
  margin: 0 auto;
  overflow: hidden;
  width: 640px;
}
.bg-gray .logo,
.bg-gray .column {
  float: left;
  margin: 0;
}
.bg-gray .logo{
	padding:7px 47px 0 75px;
}
.bg-gray .column {
  color: #fff;
  font-size: 13px;
  padding: 0 0 0;
  text-align: left;
}
.bg-gray .attention {
	clear: both;
  color: #fff;
  font-size: 12px;
  padding: 20px 0 0;
  text-align: center;
}

footer {
	display: block;
  box-sizing: border-box;
  min-width: 980px;
  padding: 0 0 20px;
  text-align: center;
	background:#ffdc00 !important;
}
footer .footer-inner {
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
}
footer nav {
  margin: 0 0 20px;
}
footer nav li {
  display: inline-block;
  font-size: 11px;
  margin: 0 0 0 10px;
}
footer nav a {
  color: #000;
	font-size:13px;
}
footer nav a:hover {
  color: #000;
  text-decoration: underline;
}
footer nav span {
  color: rgba(0,0,0,0.3);
	font-size:13px;
}
footer .footer-logo {
  clear: both;
}
footer .copyright {
  font-family: Arial;
  font-size: 11px;
  padding: 20px 0 0;
	color:#000;
}

.page-top {
  display: none;
  position: fixed;
  bottom: 75px;
  right: 20px;
  z-index: 100;
}
