/*font size*/
/* mixinCSS Document */
/* animation */
/* keyframes */
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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

/* layoutCSS Document */
html, body {
  background-color: #fff000;
  height: 100%;
}

#wrapper {
  min-width: 1000px;
}

#header {
  background-color: #fff;
  width: 100%;
  min-width: 1000px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#nav {
  position: relative;
}
#nav #mainNav {
  background-color: #03a1e9;
  height: 50px;
  position: relative;
  z-index: 800;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
#nav #mainNav .navList {
  margin: 0 auto;
  height: 50px;
  position: relative;
  max-width: 1280px;
  min-width: 1000px;
  overflow: hidden;
  *zoom: 1;
}
#nav #mainNav .navList li {
  text-align: center;
  width: 14%;
  float: left;
}
#nav #mainNav .navList li a {
  background-image: url(../images/slash_wh.png);
  background-repeat: repeat-x;
  background-position: 0px -50px;
  padding-top: 9px;
  text-align: center;
  display: block;
  -moz-transition: background-position-y 0.1s ease-out;
  -o-transition: background-position-y 0.1s ease-out;
  -webkit-transition: background-position-y 0.1s ease-out;
  transition: background-position-y 0.1s ease-out;
}
#nav #mainNav .navList li a:hover, #nav #mainNav .navList li a.on {
  background-position: 0px -46px;
  -webkit-animation: slashMove 3.5s linear 0.1s infinite;
  -moz-animation: slashMove 3.5s linear 0.1s infinite;
  animation: slashMove 3.5s linear 0.1s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#nav #mainNav .navList li.news {
  width: 11%;
}
#nav #mainNav .navList li.comment {
  width: 20%;
}
#nav #mainNav .navList li.about {
  width: 13%;
}
#nav #mainNav .navList li.movie {
  width: 10%;
}
#nav #mainNav .navList li.theater {
  width: 16%;
}
#nav #mainNav .navList .snsList {
  position: absolute;
  top: 0;
  right: 0;
}
#nav #mainNav .navList .snsList li {
  width: 70px;
  float: left;
}
#nav #mainNav .navList .snsList li a {
  padding-top: 6px;
}
#nav #mainNav .navList .snsList li.inst {
  width: 150px;
}
#nav #mainNav .navList .snsList li.inst a {
  background-image: none;
  background-color: #f3ed0b;
  width: 150px;
  text-align: center;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
#nav #mainNav .navList .snsList li.inst a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#nav #subNav {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 50px;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 700;
}
.no-rgba #nav #subNav {
  background-color: #fff;
}
#nav #subNav .aboutNavList {
  margin: 0 auto;
  max-width: 1280px;
  min-width: 1000px;
  overflow: hidden;
  *zoom: 1;
}
#nav #subNav .aboutNavList li {
  float: left;
}
#nav #subNav .aboutNavList li a {
  padding-top: 9px;
  height: 41px;
  text-align: center;
  display: block;
}
#nav #subNav .aboutNavList li a:hover {
  background-color: rgba(204, 204, 204, 0.23);
}
.no-rgba #nav #subNav .aboutNavList li a:hover {
  background-color: #eee;
}
#nav #subNav .aboutNavList li span {
  padding-top: 9px;
  height: 41px;
  text-align: center;
  display: block;
}
#nav #subNav .aboutNavList li.intro {
  width: 19%;
}
#nav #subNav .aboutNavList li.story {
  width: 13%;
}
#nav #subNav .aboutNavList li.character {
  width: 22%;
}
#nav #subNav .aboutNavList li.interview {
  width: 22%;
}
#nav #subNav .aboutNavList li.staff {
  width: 12%;
}
#nav #subNav .aboutNavList li.goods {
  width: 12%;
}

/*----------main----------*/
/*----------footer----------*/
/*----------is2nd----------*/
body.is2nd #header .title {
  background-color: #fff;
  position: relative;
  height: 50px;
  z-index: 900;
}
body.is2nd #header .title .h1_tit {
  position: absolute;
  top: 15px;
  right: 30px;
}
body.is2nd #header .title .roadshow {
  position: absolute;
  top: 10px;
  left: 15px;
}
body.is2nd #header .title .roadshow a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
body.is2nd #header .title .roadshow a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
body.is2nd #main {
  background-color: #fff;
}
body.is2nd #main .viewArea {
  background-color: #000;
  width: 100%;
  overflow: hidden;
  position: relative;
}
body.is2nd #main .viewArea .bg {
  position: absolute;
  z-index: 0;
}
body.is2nd #footer {
  padding-top: 45px;
  position: relative;
}
body.is2nd #footer #pagetop {
  position: absolute;
  top: -45px;
  right: 65px;
  z-index: 9000;
}
body.is2nd #footer #pagetop img {
  margin-top: 0;
  display: block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-transition: box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  -webkit-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
}
body.is2nd #footer #pagetop a:hover img {
  margin-top: -1px;
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
}
body.is2nd #footer .copy {
  border-top: 1px solid #d9cc00;
  padding: 10px 15px;
  text-align: right;
}

/*----------common----------*/
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main dt, #main dd, #main li, #main caption, #main th, #main td {
  font-family: Meiryo, "Hiragino Maru Gothic ProN";
}

/*a{color:#f18200;}
a:hover{color:#ffdd00;text-decoration:none;}*/
div#footer p.copy {
  color: #000;
  font: italic 93%/1em Arial, Helvetica, sans-serif;
}

/* partsCSS Document */
.hideText p, .hideText img, .hideText ul, .hideText ol, .hideText h1, .hideText h2, .hideText h3, .hideText h4, .hideText h5 {
  position: absolute;
  top: -999px;
  left: -999px;
}

/*colorbox*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 10px;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxClose {
  border: 0;
  position: absolute;
  top: -11px;
  right: -11px;
  display: block;
  height: 24px;
  width: 24px;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: url("../images/close.png") 0 0;
  text-indent: 200%;
  -moz-transition: all 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -o-transition: all 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-transition: all 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

#cboxClose:before {
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

#cboxClose:active {
  outline: none;
}

#cboxClose:hover {
  opacity: 0.75;
}

/*keyframes animation*/
@-webkit-keyframes slashMove {
  0% {
    background-position: 0px -46px;
  }
  100% {
    background-position: 70px -46px;
  }
}
@keyframes slashMove {
  0% {
    background-position: 0px -46px;
  }
  100% {
    background-position: 70px -46px;
  }
}
@-webkit-keyframes slashMove2 {
  0% {
    background-position: 0px 46px;
  }
  100% {
    background-position: 70px 46px;
  }
}
@keyframes slashMove2 {
  0% {
    background-position: 0px 46px;
  }
  100% {
    background-position: 70px 46px;
  }
}
