@charset "UTF-8";
/*width*/
/*color*/
/*postion*/
/*font size*/
/* mixinCSS Document */
/* animation */
/* keyframes */
/*----------common----------*/
/*alt*/
/*hover*/
/*----------dispText----------*/
/*----------table----------*/
/*----------button----------*/
/*----------common----------*/
/* partsCSS Document */
/*----------keyframes animation----------*/
@-webkit-keyframes winkOver {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  20% {
    opacity: 0.3;
  }
  30% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.2;
  }
  60% {
    opacity: 0.2;
  }
  70% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes winkOver {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  20% {
    opacity: 0.3;
  }
  30% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.2;
  }
  60% {
    opacity: 0.2;
  }
  70% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes openPhoto {
  0% {
    top: -100px;
    left: 0;
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  60% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
  65% {
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    top: -28px;
    left: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@keyframes openPhoto {
  0% {
    top: -100px;
    left: 0;
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  60% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
  65% {
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    top: -28px;
    left: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
#global_nav {
  min-width: 1000px;
}

/*----------nav----------*/
#nav {
  background: #59c3dd url(../images/common/nav/bg.jpg) repeat-x 0px 0px;
  width: 100%;
  height: 109px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#nav .nav {
  margin: 0 auto;
  width: 675px;
  position: relative;
}
#nav .nav li {
  padding: 1px 0 0 1px;
  width: 223px;
  height: 53px;
  position: absolute;
  overflow: hidden;
}
#nav .nav li:before {
  content: url(../images/common/nav/line.png);
  position: absolute;
  top: 0;
  left: 0;
}
#nav .nav li a, #nav .nav li span {
  background-image: url(../images/common/nav/nav.png);
  background-repeat: no-repeat;
  width: 223px;
  height: 53px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
#nav .nav li a {
  -moz-transition: background-color, box-shadow 0.6s ease;
  -o-transition: background-color, box-shadow 0.6s ease;
  -webkit-transition: background-color, box-shadow 0.6s ease;
  transition: background-color, box-shadow 0.6s ease;
}
#nav .nav li a:hover {
  background-color: rgba(31, 149, 192, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
#nav .nav li span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
#nav .nav li.intro {
  top: 0;
  left: 0px;
}
#nav .nav li.intro:before {
  top: 0px;
}
#nav .nav li.intro a, #nav .nav li.intro span {
  background-position: 0 0px;
}
#nav .nav li.intro a:hover {
  background-position: -223px 0px;
}
#nav .nav li.story {
  top: 0;
  left: 224px;
}
#nav .nav li.story:before {
  top: -20px;
}
#nav .nav li.story a, #nav .nav li.story span {
  background-position: 0 -53px;
}
#nav .nav li.story a:hover {
  background-position: -223px -53px;
}
#nav .nav li.cast {
  top: 0;
  left: 448px;
  width: 224px;
}
#nav .nav li.cast:before {
  top: -50px;
}
#nav .nav li.cast:after {
  content: url(../images/common/nav/line.png);
  position: absolute;
  top: 0;
  right: 0;
}
#nav .nav li.cast a, #nav .nav li.cast span {
  background-position: 0 -106px;
}
#nav .nav li.cast a:hover {
  background-position: -223px -106px;
}
#nav .nav li.chart {
  top: 54px;
  left: 0px;
}
#nav .nav li.chart:before {
  top: -10px;
}
#nav .nav li.chart a, #nav .nav li.chart span {
  background-position: 0 -159px;
}
#nav .nav li.chart a:hover {
  background-position: -223px -159px;
}
#nav .nav li.twitter {
  top: 54px;
  left: 224px;
}
#nav .nav li.twitter:before {
  top: -100px;
}
#nav .nav li.twitter a, #nav .nav li.twitter span {
  background-position: 0 -212px;
  pointer-events: none;
  opacity: 0.6;
}
#nav .nav li.twitter a:hover {
  background-position: -223px -212px;
}
#nav .nav li.staff {
  top: 54px;
  left: 448px;
  width: 224px;
}
#nav .nav li.staff:before {
  top: -30px;
}
#nav .nav li.staff:after {
  content: url(../images/common/nav/line.png);
  position: absolute;
  top: 0;
  right: 0;
}
#nav .nav li.staff a, #nav .nav li.staff span {
  background-position: 0 -265px;
}
#nav .nav li.staff a:hover {
  background-position: -223px -265px;
}

/*----------pagetop----------*/
#pagetop {
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 300;
}
#pagetop a {
  background: url(../images/common/pagetop.png) no-repeat 0px 0px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
#pagetop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

/* commonCSS Document*/
/*----------contents----------*/
#contents {
  margin: 0 auto;
  width: 675px;
  /*----------main----------*/
  /*----------side----------*/
}
#contents #main {
  width: 675px;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
#contents #side {
  padding: 10px 0px 0px 0px;
  /* width: $sideWidth; */
  position: relative;
  z-index: 50;
}
#contents #side .box .title {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTVlYmVlIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNkYWUxZTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWYxZjQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #dae1e5), color-stop(100%, #eef1f4));
  background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
}
#contents #side #blog .info a {
  -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;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/*----------btn-sbm----------*/
#btn-sbm {
  padding: 10px;
  text-align: right;
}
#btn-sbm li {
  margin-right: 5px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#btn-sbm li.btnFaceBook {
  width: 110px;
}
#btn-sbm li.btnHatenaBookmark {
  margin-right: 10px;
}
#btn-sbm li.btnGoogleCalendar {
  margin-right: 10px;
}

/* layoutCSS Document */
html, body {
  background: #fff url("../images/common/bg.jpg");
  height: 100%;
}

/*----------wrapper----------*/
#wrapper {
  position: relative;
}

/*----------header----------*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}

/*----------contents----------*/
/*----------article----------*/
/*----------isTop----------*/
.isTop {
  min-width: 1000px;
  /*----------header----------*/
  /*----------main----------*/
  /*----------banners----------*/
  /*----------news----------*/
  /*----------trailer----------*/
  /*----------twitter----------*/
  /*----------intro----------*/
  /*----------staff----------*/
}
.isTop #header {
  background: url(../images/top/bg.png) repeat center center;
  height: 680px;
  overflow: hidden;
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.isTop #header .photo {
  background: url(../images/top/photo.png) repeat center center;
  width: 592px;
  height: 767px;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.isTop #header .photo img {
  width: 592px;
  height: 767px;
}
.isTop #header .title {
  background: url(../images/top/shadow.png) repeat-y center center;
  width: 592px;
  height: 147px;
  position: absolute;
  top: 246px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  -moz-transition: opacity 0.6s ease-out 1.3s;
  -o-transition: opacity 0.6s ease-out 1.3s;
  -webkit-transition: opacity 0.6s ease-out;
  -webkit-transition-delay: 1.3s;
  transition: opacity 0.6s ease-out 1.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.isTop #header .title .h1_tit {
  background: url("../images/top/logo.png") no-repeat center center;
  height: 111px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  overflow: hidden;
}
.isTop #header .title .h1_tit p, .isTop #header .title .h1_tit li, .isTop #header .title .h1_tit dt, .isTop #header .title .h1_tit dd {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.isTop #header .title .oadate {
  background: url("../images/top/oadate.png") no-repeat center center;
  height: 28px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  overflow: hidden;
}
.isTop #header .title .oadate p, .isTop #header .title .oadate li, .isTop #header .title .oadate dt, .isTop #header .title .oadate dd {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.isTop #header.on .photo {
  -webkit-animation: openPhoto 1.5s ease-out;
  -moz-animation: openPhoto 1.5s ease-out;
  animation: openPhoto 1.5s ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.isTop #header.on .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.isTop #main {
  padding-top: 680px;
}
.isTop #article {
  padding: 30px 0;
}
.isTop #btn-sbm {
  margin-bottom: 30px;
}
.isTop #banners {
  padding-bottom: 30px;
}
.isTop #banners li {
  padding-bottom: 5px;
  text-align: center;
}
.isTop #banners li a img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.isTop #banners li a:hover img {
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.isTop #news {
  margin-bottom: 30px;
}
.isTop #news.block .news {
  padding-bottom: 30px;
}
.isTop #news.block .news li {
  padding: 10px 10px;
  border-bottom: 1px dotted #ccc;
  /* &:before{
  	content:"○";
  	margin-right: 0.5em;
  } */
}
.isTop #trailer {
  margin-bottom: 60px;
}
.isTop #trailer.block .movie {
  background: url(../images/top/bg_trailer.png) no-repeat center center;
  padding-top: 25px;
  width: 680px;
  height: 400px;
  text-align: center;
}
.isTop #twitter {
  margin-bottom: 30px;
}
.isTop #twitter.block {
  position: relative;
}
.isTop #twitter.block .btn_tt {
  position: absolute;
  top: -30px;
  right: 5px;
  z-index: 10;
}
.isTop #twitter.block .btn_tt a {
  width: 122px;
  height: 122px;
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.isTop #twitter.block .btn_tt a:hover {
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.isTop #intro {
  margin-bottom: 30px;
}
.isTop #intro.block {
  background: url(../images/intro/img.png) no-repeat right bottom;
}
.isTop #intro.block .text {
  background: url("../images/intro/text.png") no-repeat center center;
  height: 901px;
}
.isTop #intro.block .text p, .isTop #intro.block .text li, .isTop #intro.block .text dt, .isTop #intro.block .text dd {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.isTop #staff.block {
  background: url(../images/staff/img.png) no-repeat left bottom;
}
.isTop #staff.block .text {
  background: url("../images/staff/text.png") no-repeat center center;
  height: 484px;
}
.isTop #staff.block .text p, .isTop #staff.block .text li, .isTop #staff.block .text dt, .isTop #staff.block .text dd {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/*----------is2nd----------*/
.is2nd {
  min-width: 1000px;
  /*----------header----------*/
  /*----------main----------*/
  /*----------story----------*/
  /*----------cast----------*/
  /*----------chart----------*/
}
.is2nd #header {
  height: 449px;
  overflow: hidden;
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.is2nd #header .title {
  width: 675px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}
.is2nd #header .title .logo {
  margin: 30px auto 20px;
  width: 225px;
}
.is2nd #header .title .logo a {
  width: 225px;
  display: block;
  background: url("../images/header/logo.png") no-repeat center center;
  height: 229px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: hidden;
}
.is2nd #header .title .logo a p, .is2nd #header .title .logo a li, .is2nd #header .title .logo a dt, .is2nd #header .title .logo a dd {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.is2nd #header .title .logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.is2nd #header .title .oadate {
  margin: 0 auto;
  width: 443px;
  background: url("../images/header/oadate.png") no-repeat center center;
  height: 24px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  overflow: hidden;
}
.is2nd #header .title .oadate p, .is2nd #header .title .oadate li, .is2nd #header .title .oadate dt, .is2nd #header .title .oadate dd {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.is2nd #main {
  padding-top: 449px;
}
.is2nd #article {
  padding: 30px 0;
}
.is2nd#story #article .block {
  background: url(../images/story/img.png) no-repeat right bottom;
}
.is2nd#story #article .block .text {
  background: url("../images/story/text.png") no-repeat center center;
  height: 977px;
}
.is2nd#story #article .block .text p, .is2nd#story #article .block .text li, .is2nd#story #article .block .text dt, .is2nd#story #article .block .text dd {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.is2nd#cast #article .block .cast {
  background: url(../images/common/line_gry.png) no-repeat center bottom;
  padding: 30px 30px;
}
.is2nd#chart #article .block .chart {
  background: url(../images/chart/chart.png) no-repeat center center;
  height: 1315px;
}
.is2nd#chart #article .block .chart img {
  width: 100%;
  height: 1395px;
}

@media print {
  .isTop .photo {
    display: none;
  }

  body#chart .chart {
    display: none;
  }
}
/*----------common----------*/
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main li, #main dt, #main dd, #main a, #main span, #main th, #main td, #main input, #main dt, #main dd {
  font-family: "游ゴシック","YuGothic",YuGothic,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo;
}
#main a {
  color: #2f61aa;
}
#main a:hover {
  color: #0090ff;
  text-decoration: none;
}

/*----------isTop----------*/
.isTop {
  /*----------news----------*/
  /*----------intro----------*/
  /*----------staff----------*/
}
.isTop #news.block .news li {
  font-size: 123.1%;
  line-height: 1.8em;
}

/*----------is2nd----------*/
.is2nd {
  /*----------story----------*/
  /*----------cast----------*/
  /*----------chart----------*/
}
.is2nd#cast #article .block .cast dd {
  font-size: 108%;
  line-height: 1.8em;
  text-shadow: 0 1px 0 white;
}

/*----------footerContent----------*/
#footerContent .copy {
  font-size: 93%;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btnHatenaBookmark {
    display: none!important;
  }
}

body#top #twitter iframe {
  width: 740px !important;
}