@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;
}

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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a,
a:link,
a:hover,
a:visited,
a:focus {
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

img {
  vertical-align: top;
}

html, body {
  height: 100%;
}

body {
  color: #333;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  overflow: hidden;
}

#con-main {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 710px;
  border-top: solid 75px #FFF;
  border-bottom: solid 36px #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#con-main .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#con-main .bg p.dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_dott.png") 0 0 repeat;
}
#con-main .bg video {
  opacity: 0;
  position: absolute;
}

#con-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 75px;
  background: #FFFFFF;
  z-index: 100;
}
#con-header h1 {
  padding: 8px 25px 0;
  /*p {
      position: absolute;
      top: 0;
      left: 0;
      width: 198px;
      height: 44px;
  }*/
}
#con-header h1 a {
  display: block;
  width: 198px;
  height: 52px;
  overflow: hidden;
  text-indent: -999px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../img/common/logosprite.png");
}
#con-header h1 a > img {
  opacity: 0;
}
#con-header nav {
  position: absolute;
  top: 30px;
  right: 240px;
  width: 530px;
}
#con-header nav ul {
  overflow: hidden;
  *zoom: 1;
}
#con-header nav li {
  float: left;
  padding-right: 18px;
  background: url("../img/common/nv_slash.png") right 0 no-repeat;
}
#con-header nav li:last-of-type {
  padding-right: 0;
  background: none;
}
#con-header nav li:nth-of-type(1) a {
  background: url("../img/common/nv_top_on.png") 0 0 no-repeat;
}
#con-header nav li:nth-of-type(2) a {
  background: url("../img/common/nv_movie_on.png") 0 0 no-repeat;
}
#con-header nav li:nth-of-type(3) a {
  background: url("../img/common/nv_introduction_on.png") 0 0 no-repeat;
}
#con-header nav li:nth-of-type(4) a {
  background: url("../img/common/nv_charactor_on.png") 0 0 no-repeat;
}
#con-header nav li:nth-of-type(5) a {
  background: url("../img/common/nv_staff_on.png") 0 0 no-repeat;
}
#con-header nav li:nth-of-type(6) a {
  background: url("../img/common/nv_history_on.png") 0 0 no-repeat;
}
#con-header nav li a {
  display: block;
  position: relative;
  overflow: hidden;
}
#con-header nav li a img {
  position: relative;
  top: 0;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}
#con-header nav li a:hover img {
  opacity: 0;
  top: -4px;
}
#con-header nav li > img {
  opacity: 0.4;
}
#con-header div {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 190px;
}
#con-header div ul {
  overflow: hidden;
  *zoom: 1;
}
#con-header div li {
  float: left;
  padding-left: 6px;
  padding-top: 5px;
}
#con-header div li:first-of-type {
  padding: 0 10px 0 0;
}
#con-header div li:first-of-type a:hover {
  opacity: 0.6;
}
#con-header div li a {
  display: block;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#con-header div li a.twitter img, #con-header div li a.facebook img {
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
#con-header div li a.twitter img:hover, #con-header div li a.facebook img:hover {
  opacity: 1;
}
#con-header div li a.twitter {
  background: url("../img/common/h_tw.png") 0 0 no-repeat;
}
#con-header div li a.facebook {
  background: url("../img/common/h_fb.png") 0 0 no-repeat;
}

#con-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 24px;
  padding-top: 12px;
  background: #FFFFFF;
  line-height: 1;
  font-size: 10px;
  *zoom: 1;
  z-index: 100;
}
#con-footer:after {
  content: "";
  display: table;
  clear: both;
}
#con-footer p {
  opacity: 0.8;
  padding: 0 12px;
}
#con-footer p.catch {
  float: left;
}
#con-footer p.copyright {
  float: right;
}
#con-footer ul {
  float: right;
  right: 140px;
  width: 370px;
  height: 20px;
  overflow: hidden;
  *zoom: 1;
}
#con-footer ul li {
  float: left;
}
#con-footer ul li a {
  display: block;
  padding-left: 8px;
  padding-right: 16px;
  background: url("../img/common/f_arr.png") 0 center no-repeat;
  color: #000;
}
#con-footer ul li a:hover {
  text-decoration: underline;
}

.inner {
  position: relative;
  top: 50%;
  width: 1200px;
  margin: -270px auto 0;
}
.inner section {
  width: 1016px;
  margin: 0 auto;
}
.inner section header.title {
  *zoom: 1;
}
.inner section header.title:after {
  content: "";
  display: table;
  clear: both;
}
.inner section header.title p {
  position: relative;
  top: 0;
  float: left;
  width: 55px;
  opacity: 0;
}
.inner section header.title h2 {
  position: relative;
  float: left;
}
.inner section header.title h2 img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

p.line {
  position: relative;
}
p.line img {
  position: relative;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 0;
}
p.line span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #FFF;
}
