@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, menu, nav, section, summary {
  display: block;
}

/* フォント */
/* アクセントカラー */
/* 黄 */
/* 赤 */
/* 桃 */
/* 紫 */
/* 緑 */
/* 水 */
/* エ */
::selection {
  color: #131313;
  background: white;
}

::-moz-selection {
  color: #131313;
  background: white;
}

/*=======================================
  common styel
=======================================*/
html {
  font-size: 62.5%;
}

/*body*/
html body {
  font-size: 14px;
  font-size: 1.8rem;
  color: #000;
  background: #fff;
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 1000px;
  background: url(../img/bg_line.png) no-repeat center top fixed;
}
@media screen and (max-width: 1000px) {
  html body {
    background: url(../img/bg_line.png) no-repeat center top;
    background-size: 100%;
    background-size: cover;
  }
}

p {
  line-height: 1.8;
}

img {
  vertical-align: bottom;
}

a {
  color: #131313;
  text-decoration: underline;
}
a:hover {
  color: #e70011;
}
a:active {
  color: #131313;
}

/*=======================================
  #wrapper
=======================================*/
#wrapper {
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: url(../img/bg_koma.png) no-repeat center top;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -80px auto;
}
#wrapper header {
  display: none;
}
#wrapper #WrapperInner {
  width: 100%;
  margin: 0 auto;
  background: url(../img/bg_kumo.png) no-repeat center top;
}
#wrapper #WrapperInner #contentsWrapper {
  width: 1000px;
  min-height: 1600px;
  margin: 0 auto;
  padding-bottom: 30px;
  background: url(../img/main.png) no-repeat left top;
}
#wrapper #WrapperInner_sub {
  width: 100%;
  margin: 0 auto;
  background: url(../img/bg_sub.png) no-repeat center top;
}
#wrapper #WrapperInner_sub #contentsWrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}

/*contentsMain*/
#contentsMain {
  width: 770px;
  min-height: 1128px;
  float: right;
  position: relative;
}
#contentsMain .pageTop {
  text-align: right;
  padding: 0 20px;
}

#intro #contentsMain,
#story #contentsMain,
#character #contentsMain,
#staff #contentsMain,
#movie #contentsMain {
  width: 750px;
  padding-left: 20px;
}

/*=======================================
  #sideContents
=======================================*/
#sideContents {
  width: 230px;
  /* 230px */
  float: left;
  padding: 0;
  margin: 0;
  background: url(../img/sidebg_bottom.png) no-repeat left bottom;
  padding-bottom: 22px;
}
#sideContents #sideInner {
  margin: 0;
  padding: 0;
  background: url(../img/sidebg.png) repeat-y left top;
}
#sideContents #sideInner h2 {
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}
#sideContents #sideInner nav {
  background: url(../img/nav_r.png) no-repeat right top;
  min-height: 423px;
  margin-top: 10px;
}
#sideContents #sideInner nav ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0 !important;
}
#sideContents #sideInner nav ul li img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
#sideContents #sideInner nav ul li a img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: none;
}
#sideContents #sideInner #official-bnr {
  margin: 5px 21px 0 6px;
  clear: both;
}
#sideContents #sideInner #official-bnr ul li.fl {
  float: left;
}
#sideContents #sideInner #official-bnr ul li.fr {
  float: right;
}
#sideContents #sideInner #qrcode-area {
  clear: both;
  padding-top: 20;
}
#sideContents #sideInner #sideBottomArea {
  clear: both;
  padding: 20px 0 40px 8px;
}
#sideContents #sideInner #sideBottomArea h3 {
  margin-bottom: 10px;
}
#sideContents #sideInner #sideBottomArea ul#sns {
  width: 210px;
  margin-bottom: 10px;
  clear: both;
}
#sideContents #sideInner #sideBottomArea ul#sns li.social-twitter {
  float: left;
  width: 85px;
}
#sideContents #sideInner #sideBottomArea ul#sns li.social-facebook {
  float: left;
  width: 100px;
}

.moviebox {
  position: absolute;
  height: 0;
  width: 0;
  top: -9999px;
  left: -9999px;
}

/*=======================================
  footer
=======================================*/
footer {
  clear: both;
  margin-top: 30px;
  padding: 30px 0 20px 0;
  background: #131313;
  margin: 0 auto;
  min-height: 80px;
}
footer #billing-bnr {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
footer #billing-bnr ul {
  overflow: hidden;
  text-align: center;
}
footer #billing-bnr ul li {
  margin: 0 0 5px 0;
  display: inline-block;
}
footer #footerInner {
  clear: both;
  text-align: center;
  margin-top: 30px;
}
footer #footerInner p {
  color: #b8b8b8;
  font-size: 10px;
}

/*=======================================
  #page-top
=======================================*/
#page-top {
  color: #fff;
  position: fixed;
  bottom: 5%;
  right: 5%;
  text-indent: -9999px;
}
#page-top a {
  display: block;
  text-decoration: none;
  width: 100px;
  height: 100px;
  background: url(../img/pagetop.png) no-repeat top center;
}

/*=======================================
  #top
=======================================*/
#top article#news {
  position: absolute;
  top: 785px;
  left: 30px;
  padding: 0 20px 10px 0;
  width: 720px;
  z-index: 55;
}
#top article#news #newsinner {
  background: #fff;
  padding: 40px 30px 20px 30px;
  margin-top: -40px;
  border: 5px solid #131313;
  line-height: 1.8;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
#top article#news #newsinner dl dt {
  font-size: 13px;
  color: #e70011;
  font-weight: bold;
}
#top article#news #newsinner dl dd {
  font-size: 15px;
  border-bottom: 2px solid #131313;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
#top #stage {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 770px !important;
  height: 1128px !important;
  display: block;
}
#top section#present {
  clear: both;
  position: absolute;
  top: 1200px;
  right: 20px;
  margin-top: 0;
  margin-bottom: 5px;
  max-width: 720px;
  height: auto;
  z-index: 100;
}
#top section#present img {
  width: 100%;
}

/*=======================================
  #sub共通
=======================================*/
.boxinner {
  max-width: 100%;
  border: 3px solid #131313;
  background: #fff;
  min-height: 405px;
  margin-top: -65px;
  padding: 100px 0;
}

/*=======================================
  #character
=======================================*/
#character section#character_box {
  width: 100%;
  min-height: 800px;
  font-size: 14px;
  line-height: 21px;
}
#character section#character_box h2 {
  margin: 0 auto;
  z-index: 100;
}
#character section#character_box .boxinner {
  padding: 100px 0 0 0;
}
#character section#character_box .navi_cast {
  margin: -30px 0 0 0;
  padding: 0;
  border-bottom: 10px solid #e70011;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#character section#character_box .navi_cast .navi_s {
  display: table-cell;
}
#character section#character_box .group {
  margin: 0 0 30px 0;
  border-top: 3px solid #000;
}
#character section#character_box .group h2 {
  padding: 20px 20px 30px 20px;
  background: url(../character/img/group_bg.png) repeat-x left bottom #01ace9;
  font-size: 13px;
  min-height: 120px;
  font-weight: bold;
}
#character section#character_box .group h2 img {
  float: left;
  margin: 0 10px 0 0;
  overflow: hidden;
}
#character section#character_box .group h3.ro-name {
  position: relative;
  padding: 3px 30px 3px 20px;
  margin: 0 0 3px -10px;
  color: #fff;
  background: #e70011;
  overflow: hidden;
  font-size: 116%;
}
#character section#character_box .group h3.ro-name:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: white white #e70011 #e70011;
  /* A bit more verbose to work with .rounded too */
  background: #e70011;
  /* For Opera when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */
}
#character section#character_box .group h3.e-name {
  position: relative;
  padding: 3px 30px 3px 20px;
  margin: 0 0 3px -10px;
  color: #fff;
  background: #660c90;
  overflow: hidden;
  font-size: 116%;
}
#character section#character_box .group h3.e-name:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: white white #660c90 #660c90;
  /* A bit more verbose to work with .rounded too */
  background: #660c90;
  /* For Opera when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */
}
#character section#character_box .group h3.c-name {
  position: relative;
  padding: 3px 30px 3px 20px;
  margin: 0 0 3px -10px;
  color: #fff;
  background: #01ace9;
  overflow: hidden;
  font-size: 116%;
}
#character section#character_box .group h3.c-name:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: white white #01ace9 #01ace9;
  /* A bit more verbose to work with .rounded too */
  background: #01ace9;
  /* For Opera when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */
}
#character section#character_box .group h3.r-name {
  position: relative;
  padding: 3px 30px 3px 20px;
  margin: 0 0 3px -10px;
  color: #fff;
  background: #0084c1;
  overflow: hidden;
  font-size: 100%;
}
#character section#character_box .group h3.r-name:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: white white #0084c1 #0084c1;
  /* A bit more verbose to work with .rounded too */
  background: #0084c1;
  /* For Opera when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */
}
#character section#character_box .group h3.name {
  margin: -3px 0;
  font-size: 93%;
  color: #01ace9;
  font-weight: bold;
}
#character section#character_box .group h3.ename {
  margin: -3px 0;
  font-size: 93%;
  color: #660c90;
  font-weight: bold;
}

.cast-box {
  clear: both;
  padding: 20px 20px 0 20px;
}

.list-box {
  display: table;
  clear: both;
}

.list-img,
.list-text {
  display: table-cell;
  vertical-align: top;
}

.list-text {
  padding-left: 10px;
}
.list-text p {
  padding: 10px 0 0 10px;
}

.list-box02 {
  clear: both;
  margin-top: 10px;
}

.list-text02 {
  margin: 5px 0 10px 0;
}

.list-text02 {
  padding-left: 10px;
}

.profile {
  padding: 10px;
  background: #f0f0f0;
  margin: 10px 0 10px 0;
  font-size: 12px;
}
.profile p.comment span {
  display: block;
  color: #01ace9;
  font-weight: bold;
  border-bottom: 1px solid #01ace9;
  margin-bottom: 5px;
  padding-bottom: 3px;
}

.profile {
  padding: 10px;
  background: #f0f0f0;
  margin: 10px 0 10px 0;
  font-size: 12px;
}
.profile p.comment span {
  display: block;
  color: #01ace9;
  font-weight: bold;
  border-bottom: 1px solid #01ace9;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
.profile p.ecomment span {
  display: block;
  color: #660c90;
  font-weight: bold;
  border-bottom: 1px solid #660c90;
  margin-bottom: 5px;
  padding-bottom: 3px;
}

/*=======================================
  #movie
=======================================*/
#movie section#movie_box {
  width: 100%;
}
#movie section#movie_box .boxinner {
  padding: 100px 0 30px 0 !important;
}
#movie section#movie_box h2 {
  margin: 0 auto;
  z-index: 100;
}
#movie section#movie_box .movie_s {
  clear: both;
  overflow: hidden;
  margin: 0 0 20px 0;
  text-align: center;
  max-width: 560px !important;
  max-height: 315px !important;
  margin-left: auto;
  margin-right: auto;
}
#movie section#movie_box .movie_s embed {
  max-width: 560px !important;
  max-height: 315px !important;
}
#movie section#movie_box h3 {
  text-align: center;
  margin: 0 auto 50px auto;
  border: 3px solid #131313;
  background: #fff100;
  padding: 10px;
  width: 540px;
}
#movie section#movie_box h3 span {
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
}

/*=======================================
  #intro
=======================================*/
#intro section#intro_box {
  width: 100%;
  min-height: 800px;
}
#intro section#intro_box h2 {
  margin: 0 auto;
  z-index: 100;
}
#intro section#intro_box .boxinner {
  max-width: 100%;
  border: 3px solid #131313;
  min-height: 903px;
  margin-top: -65px;
  padding: 100px 0 20px 0 !important;
  background: url(../intro/img/intro.png) no-repeat center top black;
}
#intro section#intro_box .intro_txt {
  background: url(../intro/img/intro_bg.png) repeat;
  margin-top: 490px;
  color: #fff;
  padding: 0 20px;
  font-size: 15px;
}
#intro section#intro_box .intro_txt h3 {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

/*=======================================
  #story
=======================================*/
#story section#story_box {
  width: 100%;
  min-height: 800px;
}
#story section#story_box h2 {
  margin: 0 auto;
  z-index: 100;
}
#story section#story_box .boxinner {
  max-width: 100%;
  border: 3px solid #131313;
  min-height: 1000px;
  margin-top: -65px;
  padding: 70px 0 20px 0 !important;
  background: #e70011;
}
#story section#story_box .boxinner .story_ph {
  max-width: 744px;
}
#story section#story_box .boxinner .story_ph img {
  width: 100%;
}
#story section#story_box .story_txt {
  padding: 0 30px 10px 30px;
  color: #fff;
  font-size: 15px;
}
#story section#story_box .story_txt h3 {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}

/*=======================================
  #staff
=======================================*/
#staff section#staff_box {
  width: 100%;
  min-height: 800px;
}
#staff section#staff_box h2 {
  margin: 0 auto;
  z-index: 100;
}
#staff section#staff_box .boxinner {
  max-width: 100%;
  border: 3px solid #131313;
  min-height: 850px;
  margin-top: -65px;
  background: url(../staff/img/staff_bg.png) no-repeat center bottom white;
}
#staff section#staff_box .staff_txt {
  background: url(../staff/img/staff_txt.png) no-repeat center top;
  width: 500px;
  height: 275px;
  margin: 20px 0 0 130px;
  text-align: center;
}
#staff section#staff_box .staff_txt p {
  display: none;
}

/*=======================================
  common style
=======================================*/
.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.clearfix:after {
  clear: both;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

/*=======================================
  #mv-stage
=======================================*/
#mv-stage {
  position: relative;
  width: 770px;
  height: 1128px;
  margin: 0;
  overflow: hidden;
  line-height: 1;
}

img {
  height: auto;
}

#yama {
  position: absolute;
  left: -5px;
  top: -300px;
}

#yamiaka {
  position: absolute;
  left: -5px;
  top: -300px;
  z-index: 5;
}

#mannaka {
  position: absolute;
  left: -58px;
  top: 176px;
  z-index: 8;
  opacity: 0;
}

#ninwhitesu {
  position: absolute;
  left: 80px;
  top: 464px;
  z-index: 8;
  opacity: 0;
}

#tq24 {
  position: absolute;
  left: -69px;
  top: 547px;
  z-index: 12;
  opacity: 0;
}

#kinji {
  position: absolute;
  left: 17px;
  top: 673px;
  z-index: 8;
  opacity: 0;
}

#star {
  position: absolute;
  right: 0;
  top: 324px;
  z-index: 8;
  opacity: 0;
}

#ninblue {
  position: absolute;
  left: 562px;
  top: 494px;
  z-index: 9;
  opacity: 0;
}

#tq35 {
  position: absolute;
  left: 157px;
  top: 672px;
  z-index: 9;
  opacity: 0;
}

#ninfukidashi {
  position: absolute;
  left: 1200px;
  top: -50px;
  z-index: 9;
}

#bangfukidashi {
  position: absolute;
  left: 1200px;
  top: -80px;
  z-index: 9;
}

#nin {
  position: absolute;
  left: 1200px;
  top: -50px;
  z-index: 10;
}

#bang {
  position: absolute;
  left: 1200px;
  top: -50px;
  z-index: 10;
}

#staronpu {
  position: absolute;
  left: 22px;
  top: 699px;
  z-index: 10;
  opacity: 0;
}

#staronpu2 {
  position: absolute;
  left: 524px;
  top: 374px;
  z-index: 10;
  opacity: 0;
}

#kaminari_l, #kaminari_r, #kaminari_yami {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

#hahaha, #haha {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 6;
  opacity: 0;
}

#takaharu {
  position: absolute;
  right: 59px;
  top: 110px;
  z-index: 7;
  opacity: 0;
}

#star2 {
  position: absolute;
  left: 0px;
  top: 20px;
}

#tq1 {
  position: absolute;
  left: 228px;
  top: -800px;
  z-index: 12;
  opacity: 0;
}

#ninaka {
  position: absolute;
  left: 125px;
  top: 1000px;
  z-index: 13;
  opacity: 0;
}

#catch {
  position: absolute;
  left: 702px;
  top: 0px;
  opacity: 0;
  z-index: 14;
}

#syuriken {
  position: absolute;
  left: -300px;
  top: 300px;
  opacity: 0;
  z-index: 14;
}

#stage_logo {
  position: absolute;
  left: 175px;
  top: 450px;
  opacity: 0;
  z-index: 14;
}

#point {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 570px;
  right: 0;
  z-index: 50;
  opacity: 0;
}
#point a {
  display: block;
  width: 120px;
  height: 120px;
}
