@charset "UTF-8";
/*color*/
/*common*/
/*font size*/
/* mixinCSS Document */
/* animation */
/* keyframes */
/* partsCSS Document */
/*keyframes animation*/
@-webkit-keyframes blinking {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}
@-moz-keyframes blinking {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}
@-ms-keyframes blinking {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}
@-o-keyframes blinking {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes blinking {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dog {
  0% {
    background-position: 0px 30px;
  }
  20% {
    background-position: 0px 40px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-moz-keyframes dog {
  0% {
    background-position: 0px 30px;
  }
  20% {
    background-position: 0px 40px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-ms-keyframes dog {
  0% {
    background-position: 0px 30px;
  }
  20% {
    background-position: 0px 40px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-o-keyframes dog {
  0% {
    background-position: 0px 30px;
  }
  20% {
    background-position: 0px 40px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@keyframes dog {
  0% {
    background-position: 0px 30px;
  }
  20% {
    background-position: 0px 40px;
  }
  100% {
    background-position: 0px 0px;
  }
}
/*----------main----------*/
#main .btn_pi {
  background-color: #e96a92;
  padding: 20px;
  text-align: center;
  display: block;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#main .btn_pi:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/*----------pagetop----------*/
#pagetop a {
  background: url(../images/common/pagetop.png) no-repeat 0px 0px;
  margin: 0 auto;
  width: 100px;
  height: 80px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
#pagetop a:hover {
  background: url(../images/common/pagetop.png) no-repeat 0px -80px;
}

/* commonCSS Document */
#wrapper #contents {
  width: 1000px;
}

/* #main */
#main {
  width: 675px;
  padding-bottom: 35px;
}

/* #side */
#side {
  padding: 10px 0px 0px;
}

#side .box {
  /* border-radius */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#wrapper #contents #side .box .title {
  background: #dae1e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #dae1e5), color-stop(100%, #eef1f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a {
  background-color: rgba(153, 153, 153, 0.5);
  /* box-shadow */
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

#topad {
  padding-bottom: 5px;
}

#btn-sbm {
  text-align: left;
  padding: 20px;
}

#btn-sbm li {
  margin-left: 0px;
  margin-right: 5px;
  padding: 0px;
  line-height: normal;
  list-style: none;
  vertical-align: top;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#btn-sbm li a {
  margin: 0px;
}

#btn-sbm .btnFaceBook {
  width: 110px;
}

#btn-sbm .btnHatenaBookmark {
  margin-right: 10px;
}

#btn-sbm .btnGoogleCalendar {
  margin-right: 10px;
}

/* layoutCSS Document */
html, body {
  background: #130c13 url(../images/common/bg.gif) repeat center top;
}

/*----------wrapper----------*/
/*----------main----------*/
#main {
  /*----------header----------*/
  /*----------nav----------*/
  /*----------article----------*/
}
#main #nav {
  width: 675px;
}
#main #nav ul li {
  padding: 2px 0 2px 4px;
  width: 220px;
  height: 60px;
  float: left;
}
#main #nav ul li a, #main #nav ul li span {
  background-color: #000;
  background-image: url(../images/common/nav.png);
  background-repeat: no-repeat;
  width: 220px;
  height: 60px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
#main #nav ul li.nextoa a {
  background-position: 0px 0px;
}
#main #nav ul li.nextoa a:hover {
  background-position: 0px -60px;
}
#main #nav ul li.intro a {
  background-position: -220px 0px;
}
#main #nav ul li.intro a:hover {
  background-position: -220px -60px;
}
#main #nav ul li.story a {
  background-position: -440px 0px;
}
#main #nav ul li.story a:hover {
  background-position: -440px -60px;
}
#main #nav ul li.cast a {
  background-position: -660px 0px;
}
#main #nav ul li.cast a:hover {
  background-position: -660px -60px;
}
#main #nav ul li.cast span {
  background-position: -660px 0px;
  opacity: 0.3;
}
#main #nav ul li.music a {
  background-position: -880px 0px;
}
#main #nav ul li.music a:hover {
  background-position: -880px -60px;
}
#main #nav ul li.staff a {
  background-position: -1100px 0px;
}
#main #nav ul li.staff a:hover {
  background-position: -1100px -60px;
}
#main #nav ul li.comingsoon span {
  background-position: -1320px 0px;
}
#main #btn-sbm {
  clear: both;
}
#main #article {
  padding: 0px 0 0px;
  clear: both;
}
#main #article .block {
  background: url(../images/common/line.png) no-repeat center bottom;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
#main #article .block .box {
  padding: 25px;
}

#main {
  /*----------nextoa----------*/
  /*----------intro----------*/
  /*----------story----------*/
  /*----------music----------*/
  /*----------staff----------*/
}
#main #nextoa .h3_tit {
  padding-bottom: 15px;
}
#main #nextoa .h3_tit .number {
  margin-right: 0.5em;
}
#main #nextoa .h3_tit .ja {
  margin-right: 0.5em;
}
#main #nextoa .oadate {
  padding-bottom: 10px;
}
#main #nextoa .note {
  margin-left: 1em;
}
#main #intro .intro {
  padding-bottom: 10px;
}
#main #intro .movie {
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  width: 500px;
  height: 280px;
  border: 1px solid #303030;
}
#main #intro .movie a {
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#main #intro .movie a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#main #story .h3_tit {
  padding-bottom: 15px;
}
#main #story .h3_tit .number {
  margin-right: 0.5em;
}
#main #story .h3_tit .ja {
  margin-right: 0.5em;
}
#main #story .oadate {
  padding-bottom: 10px;
}
#main #story .note {
  margin-left: 1em;
}
#main #story .story {
  border-top: 1px solid #303030;
  padding-top: 10px;
  padding-bottom: 20px;
}
#main #story .photo {
  padding-bottom: 10px;
  text-align: center;
}
#main #story .photo img {
  border: 1px solid #303030;
}
#main #story .btn_bn {
  padding-bottom: 10px;
  text-align: center;
}
#main #story .btn_bn img {
  border: 1px solid #303030;
}
#main #story .btn_bn a {
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#main #story .btn_bn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#main #music .theme {
  padding-bottom: 10px;
}
#main #music .h3_tit {
  padding-bottom: 15px;
}
#main #music .artist {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
#main #music .artist img {
  border: 1px solid #303030;
}
#main #music .album {
  padding-top: 15px;
  border-top: 1px solid #303030;
  overflow: hidden;
  *zoom: 1;
}
#main #music .album .jacket {
  width: 285px;
  float: left;
}
#main #music .album .jacket img {
  border: 1px solid #303030;
}
#main #music .album .detail {
  padding-top: 20px;
  width: 320px;
  float: right;
}
#main #staff .staff {
  padding-bottom: 10px;
}
#main #staff .staff dt {
  padding-bottom: 5px;
}
#main #staff .staff dd {
  margin-left: 1em;
  padding-bottom: 1em;
}

/*----------top----------*/
body#top {
  /*----------header----------*/
}
body#top #header {
  position: relative;
  padding-top: 400px;
  background: url(../images/common/line2.png) no-repeat center 400px;
  /*----------nav----------*/
}
body#top #header .first {
  background: url("../images/top/first.png") left top no-repeat;
  -moz-background-size: 271px 49px;
  -o-background-size: 271px 49px;
  -webkit-background-size: 271px 49px;
  background-size: 271px 49px;
  display: block;
  text-indent: -9999px;
  width: 271px;
  height: 49px;
  position: absolute;
  top: 20px;
  left: 0px;
}
body#top #header .start {
  background: url("../images/top/start.png") left top no-repeat;
  -moz-background-size: 376px 22px;
  -o-background-size: 376px 22px;
  -webkit-background-size: 376px 22px;
  background-size: 376px 22px;
  display: block;
  text-indent: -9999px;
  width: 376px;
  height: 22px;
  position: absolute;
  top: 40px;
  right: 0px;
}
body#top #header .h1_tit {
  background: url("../images/top/logo.png") left top no-repeat;
  -moz-background-size: 675px 244px;
  -o-background-size: 675px 244px;
  -webkit-background-size: 675px 244px;
  background-size: 675px 244px;
  display: block;
  text-indent: -9999px;
  width: 675px;
  height: 244px;
  position: absolute;
  top: 75px;
  left: 0px;
}
body#top #header .oadate {
  background: url("../images/top/oadate.png") left top no-repeat;
  -moz-background-size: 676px 59px;
  -o-background-size: 676px 59px;
  -webkit-background-size: 676px 59px;
  background-size: 676px 59px;
  display: block;
  text-indent: -9999px;
  width: 676px;
  height: 59px;
  position: absolute;
  top: 330px;
  left: 0px;
}
body#top #header #nav {
  background: url(../images/top/main.jpg) no-repeat 0px 10px;
  padding-top: 365px;
}
body#top #btn-sbm {
  float: right;
}

/*----------is2nd----------*/
body.is2nd {
  /*----------header----------*/
}
body.is2nd #header {
  position: relative;
  padding-top: 135px;
  background: url(../images/common/line2.png) no-repeat center 135px;
  /*----------nav----------*/
}
body.is2nd #header .first {
  background: url("../images/common/first.png") left top no-repeat;
  -moz-background-size: 425px 25px;
  -o-background-size: 425px 25px;
  -webkit-background-size: 425px 25px;
  background-size: 425px 25px;
  display: block;
  text-indent: -9999px;
  width: 425px;
  height: 25px;
  position: absolute;
  top: 30px;
  right: 0px;
}
body.is2nd #header .start {
  position: absolute;
  top: -999px;
  right: -999px;
}
body.is2nd #header .h1_tit {
  position: absolute;
  top: 30px;
  left: 0px;
}
body.is2nd #header .h1_tit a {
  background: url("../images/common/logo.png") left top no-repeat;
  -moz-background-size: 239px 96px;
  -o-background-size: 239px 96px;
  -webkit-background-size: 239px 96px;
  background-size: 239px 96px;
  display: block;
  text-indent: -9999px;
  width: 239px;
  height: 96px;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body.is2nd #header .h1_tit a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
body.is2nd #header .oadate {
  background: url("../images/common/oadate.png") left top no-repeat;
  -moz-background-size: 430px 44px;
  -o-background-size: 430px 44px;
  -webkit-background-size: 430px 44px;
  background-size: 430px 44px;
  display: block;
  text-indent: -9999px;
  width: 430px;
  height: 44px;
  position: absolute;
  top: 65px;
  right: 0px;
}
body.is2nd #header #nav {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  *zoom: 1;
}
body.is2nd #btn-sbm {
  float: right;
}

/*----------backnumber----------*/
body#backnumber {
  /*----------story----------*/
}
body#backnumber #story .box {
  background: url(../images/common/line.png) no-repeat center bottom;
}
body#backnumber #story .box:last-child {
  background: none;
}

/*----------cast----------*/
body#cast #main {
  /*----------article----------*/
}
body#cast #main #article .block #chart {
  position: relative;
}
body#cast #main #article .block #chart ul.casts {
  position: absolute;
  top: 0;
  left: 0;
}
body#cast #main #article .block #chart ul.casts li {
  position: absolute;
}
body#cast #main #article .block #chart ul.casts li.cast01 {
  top: 398px;
  left: 218px;
}
body#cast #main #article .block #chart ul.casts li.cast01 a {
  width: 200px;
  height: 250px;
}
body#cast #main #article .block #chart ul.casts li.cast02 {
  top: 114px;
  left: 18px;
}
body#cast #main #article .block #chart ul.casts li.cast02 a {
  width: 160px;
  height: 160px;
}
body#cast #main #article .block #chart ul.casts li.cast03 {
  top: 71px;
  left: 484px;
}
body#cast #main #article .block #chart ul.casts li.cast03 a {
  width: 160px;
  height: 160px;
}
body#cast #main #article .block #chart ul.casts li.cast04 {
  top: 45px;
  left: 252px;
}
body#cast #main #article .block #chart ul.casts li.cast04 a {
  width: 160px;
  height: 160px;
}
body#cast #main #article .block #chart ul.casts li.cast05 {
  top: 399px;
  left: 22px;
}
body#cast #main #article .block #chart ul.casts li.cast05 a {
  width: 160px;
  height: 160px;
}
body#cast #main #article .block #chart ul.casts li.cast06 {
  top: 385px;
  left: 492px;
}
body#cast #main #article .block #chart ul.casts li.cast06 a {
  width: 160px;
  height: 160px;
}
body#cast #main #article .block #chart ul.casts li a {
  background: url(../images/cast/over.jpg) no-repeat center center;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
body#cast #main #article .block #chart ul.casts li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
body#cast #main #article .block .box {
  background: url(../images/common/line.png) no-repeat center bottom;
  padding: 25px 0;
}
body#cast #main #article .block .box:last-child {
  background: none;
}
body#cast #main #article .block .h3_name {
  padding: 10px 10px;
}
body#cast #main #article .block .prof {
  padding: 10px 20px;
}

/*---------- < 940px----------*/
/* fontCSS Document */
/*----------main----------*/
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main span, #main dt, #main dd, #main td, #main th, #main li, #main a {
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
#main a {
  color: #e96a92;
}
#main a:hover {
  color: #fff165;
}

#main {
  /*----------nextoa----------*/
  /*----------intro----------*/
  /*----------story----------*/
  /*----------music----------*/
  /*----------staff----------*/
}
#main #nextoa .h3_tit .number {
  font-size: 197%;
  font-family: Impact, Charcoal, sans-serif;
  color: #fff;
  letter-spacing: 0.2em;
}
#main #nextoa .h3_tit .ja {
  font-size: 182%;
  font-weight: bold;
  color: #fff;
}
#main #nextoa .h3_tit .en {
  font-size: 139%;
  font-family: "Arial Black", Gadget, sans-serif;
  color: #fff;
}
#main #nextoa .oadate {
  font-size: 139%;
  color: #fff;
}
#main #nextoa .note {
  font-size: 80%;
  color: #fff;
}
#main #intro .intro {
  font-size: 124%;
  line-height: 1.8em;
  color: #fff;
}
#main #story .h3_tit .number {
  font-size: 197%;
  font-family: Impact, Charcoal, sans-serif;
  color: #fff;
  letter-spacing: 0.2em;
}
#main #story .h3_tit .ja {
  font-size: 182%;
  font-weight: bold;
  color: #fff;
}
#main #story .h3_tit .en {
  font-size: 139%;
  font-family: "Arial Black", Gadget, sans-serif;
  color: #fff;
}
#main #story .oadate {
  font-size: 139%;
  color: #fff;
}
#main #story .note {
  font-size: 80%;
  color: #fff;
}
#main #story .story {
  font-size: 124%;
  line-height: 1.6em;
  color: #fff;
}
#main #music .theme {
  font-size: 124%;
  line-height: 1.6em;
  color: #fff;
}
#main #music .h3_tit {
  font-size: 182%;
  font-weight: bold;
  color: #fff;
}
#main #music .album .detail {
  font-size: 108%;
  line-height: 1.6em;
  color: #fff;
}
#main #staff .staff dt {
  font-size: 124%;
  line-height: 1.6em;
  color: #fff;
}
#main #staff .staff dd {
  font-size: 124%;
  line-height: 1.6em;
  color: #fff;
}

/*----------cast----------*/
body#cast #main {
  /*----------article----------*/
}
body#cast #main #article .prof {
  font-size: 124%;
  line-height: 1.6em;
  color: #fff;
}
