@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Neuton");
.img-shadow, .page-nav .page-nav-inner ul li.btn, .page-nav .page-nav-inner ul li.sub-menu a, .main-container section#info .left-area, .main-container section#cast .cast-li img {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }

@font-face {
  font-family: 'tvasahi-webfont';
  src: url("/common/static/fonts/tvasahi-webfont.eot");
  src: url("/common/static/fonts/tvasahi-webfont.eot?#iefix") format("embedded-opentype"), url("/common/static/fonts/tvasahi-webfont.woff") format("woff"), url("/common/static/fonts/tvasahi-webfont.ttf") format("truetype"), url("/common/static/fonts/tvasahi-webfont.svg#webfont") format("svg"); }

.clearboth {
  clear: both; }

.clearfix {
  overflow: hidden;
  *zoom: 1; }

.left {
  float: left; }

.right {
  float: right; }

.liquid-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 360px;
  bottom: 0;
  left: 0; }

.aside-min:after,
.aside:after {
  content: "";
  display: block;
  position: absolute;
  width: 360px;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat-y; }

/*
	* target: IE6,7
	* Validator: Valid
*/
.aside:after {
  background-position: -920px 0; }

.aside-min:after {
  background-position: -1260px 0; }

.aside-container {
  position: relative;
  z-index: 1; }

.wrapper {
  background: #ffffff; }

.main-container {
  padding: 0 20px 0 40px; }
  .main-container iframe {
    display: block;
    margin: 0 auto 50px; }
  .main-container section {
    padding: 20px 0; }
    .main-container section p {
      margin-top: 10px; }
    .main-container section .site-title {
      color: #fafafa;
      margin: 0 -20px;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
      background-color: #00a0c6;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a0c6), color-stop(100%, #0082a8));
      background-image: -webkit-linear-gradient(top, #00a0c6, #0082a8);
      background-image: -moz-linear-gradient(top, #00a0c6, #0082a8);
      background-image: -o-linear-gradient(top, #00a0c6, #0082a8);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#00a0c6), to(#0082a8));
      background-image: linear-gradient(top, #00a0c6, #0082a8);
      padding: 5px 20px; }

.aside-container a {
  color: #00a0c6 !important;
  font-weight: 200; }

.aside-container a.active,
.aside-container a:active,
.aside-container a:hover {
  color: #00a0c6 !important; }

#sb-wrapper {
  display: none; }

/*#########################################################

以降追加(RF)
color setting

#########################################################*/
.wrapper a:visited {
  color: #b81c29; }

body {
  background: -webkit-linear-gradient(white, #b7b7b7);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#b7b7b7));
  background: -o-linear-gradient(white, #b7b7b7);
  background: linear-gradient(white, #b7b7b7); }

.page-nav ul {
  background: transparent; }
  .page-nav ul li.btn {
    background: #fff; }
    .page-nav ul li.btn a {
      color: #fff; }
    .page-nav ul li.btn .btn01 {
      background: -webkit-linear-gradient(left, #0e1519, #1c1717);
      background: -webkit-gradient(linear, left top, right top, from(#0e1519), to(#1c1717));
      background: -o-linear-gradient(left, #0e1519, #1c1717);
      background: linear-gradient(to right, #0e1519, #1c1717); }
    .page-nav ul li.btn .btn02 {
      background: -webkit-linear-gradient(left, #1c1717, #2b1914);
      background: -webkit-gradient(linear, left top, right top, from(#1c1717), to(#2b1914));
      background: -o-linear-gradient(left, #1c1717, #2b1914);
      background: linear-gradient(to right, #1c1717, #2b1914); }
    .page-nav ul li.btn .btn03 {
      background: -webkit-linear-gradient(left, #2b1914, #3a1a12);
      background: -webkit-gradient(linear, left top, right top, from(#2b1914), to(#3a1a12));
      background: -o-linear-gradient(left, #2b1914, #3a1a12);
      background: linear-gradient(to right, #2b1914, #3a1a12); }
    .page-nav ul li.btn .btn04 {
      background: -webkit-linear-gradient(left, #3a1a12, #411b11);
      background: -webkit-gradient(linear, left top, right top, from(#3a1a12), to(#411b11));
      background: -o-linear-gradient(left, #3a1a12, #411b11);
      background: linear-gradient(to right, #3a1a12, #411b11); }
    .page-nav ul li.btn .btn05 {
      background: -webkit-linear-gradient(left, #411b11, #3b1a12);
      background: -webkit-gradient(linear, left top, right top, from(#411b11), to(#3b1a12));
      background: -o-linear-gradient(left, #411b11, #3b1a12);
      background: linear-gradient(to right, #411b11, #3b1a12); }
    .page-nav ul li.btn .btn06 {
      background: -webkit-linear-gradient(left, #3b1a12, #2d1914);
      background: -webkit-gradient(linear, left top, right top, from(#3b1a12), to(#2d1914));
      background: -o-linear-gradient(left, #3b1a12, #2d1914);
      background: linear-gradient(to right, #3b1a12, #2d1914); }
    .page-nav ul li.btn .btn07 {
      background: -webkit-linear-gradient(left, #2d1914, #1c1717);
      background: -webkit-gradient(linear, left top, right top, from(#2d1914), to(#1c1717));
      background: -o-linear-gradient(left, #2d1914, #1c1717);
      background: linear-gradient(to right, #2d1914, #1c1717); }
    .page-nav ul li.btn .btn08 {
      background: -webkit-linear-gradient(left, #1c1717, #0e1519);
      background: -webkit-gradient(linear, left top, right top, from(#1c1717), to(#0e1519));
      background: -o-linear-gradient(left, #1c1717, #0e1519);
      background: linear-gradient(to right, #1c1717, #0e1519); }
    .page-nav ul li.btn a.active,
    .page-nav ul li.btn a:active,
    .page-nav ul li.btn a:hover {
      color: #b81c29;
      background: #fff; }
      .page-nav ul li.btn a.active span.en,
      .page-nav ul li.btn a:active span.en,
      .page-nav ul li.btn a:hover span.en {
        opacity: 1 !important; }

/*#########################################################

font

#########################################################*/
.wrapper {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em; }

.wrapper a {
  color: #b81c29; }

.en {
  font-family: "Neuton", sans-serif !important;
  letter-spacing: 0.2em; }

.font-b {
  font-weight: bold; }

.txt-center {
  text-align: center; }

/*#########################################################

liquid-clear

#########################################################*/
.liquid-clear {
  width: 100%;
  height: 525px; }

.header {
  margin-right: -360px !important;
  /*aside幅分マイナス*/ }

#aside {
  padding-top: 0 !important; }

.sub .liquid-clear {
  width: 100%;
  height: 269px; }

/*#########################################################

共通クラス

#########################################################*/
.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.fs-s {
  font-size: 12px !important;
  line-height: 1.5; }

.fs-2 {
  font-size: 14px !important;
  line-height: 1.5; }

.fs-3 {
  font-size: 21px !important;
  line-height: 1.5; }

.fs-4 {
  font-size: 28px !important;
  line-height: 1.5; }

.fs-5 {
  font-size: 35px !important;
  line-height: 1.5; }

.list-style-disc {
  padding-left: 25px; }
  .list-style-disc li {
    list-style: disc; }

a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

a img:hover {
  opacity: 0.8; }

area {
  border: none;
  outline: none; }

img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto; }

.img-txt {
  margin-top: -3px;
  vertical-align: middle !important; }

/*###############################################

mv bg

###############################################*/
.header {
  margin-bottom: 50px; }
  @media screen and (max-width: 1297px) {
    .header {
      padding: 0;
      margin-right: -360px !important; } }
  .header .header-image img {
    width: 991px;
    display: block;
    margin: 0 auto; }

#top .wrapper {
  background: url("../img/bg_01.png") no-repeat center 0; }

.wrapper.sub {
  background: url("../img/bg_sub.png") no-repeat center 0; }
  .wrapper.sub .header-image {
    overflow: hidden; }
    .wrapper.sub .header-image img {
      width: auto; }
    .wrapper.sub .header-image .left {
      float: left; }
    .wrapper.sub .header-image .right {
      float: right; }

/*#########################################################

page-nav

#########################################################*/
.page-nav .page-nav-inner {
  padding: 0; }

.page-nav {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  height: 74px;
  position: relative; }
  @media screen and (max-width: 1297px) {
    .page-nav {
      width: 96%; } }
  .page-nav .page-nav-inner {
    margin-top: -36px; }
    .page-nav .page-nav-inner ul {
      height: auto;
      margin-bottom: 10px;
      -webkit-box-shadow: 0 0px 0px transparent;
      box-shadow: 0 0px 0px transparent; }
      .page-nav .page-nav-inner ul li.btn {
        width: 12.5%;
        height: 74px;
        height: auto;
        text-align: center;
        font-size: 14px;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 1px solid #4b181c; }
        .page-nav .page-nav-inner ul li.btn a {
          padding: 15px 0;
          border-left: 0;
          font-weight: 600;
          font-size: 11px;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          .page-nav .page-nav-inner ul li.btn a span {
            font-size: 13px;
            letter-spacing: 0.16em; }
            .page-nav .page-nav-inner ul li.btn a span span.en {
              margin-bottom: 13px;
              font-size: 16px;
              font-weight: normal;
              letter-spacing: 1px;
              display: block;
              border: none;
              opacity: 0.5; }
        .page-nav .page-nav-inner ul li.btn a.active,
        .page-nav .page-nav-inner ul li.btn a:active,
        .page-nav .page-nav-inner ul li.btn a:hover {
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: none;
          padding: 15px 0; }
      .page-nav .page-nav-inner ul li.btn:first-child {
        border-left: 0; }
      .page-nav .page-nav-inner ul li.btn.active,
      .page-nav .page-nav-inner ul li.btn:active,
      .page-nav .page-nav-inner ul li.btn:hover {
        border-left: 1px solid #fff; }
      .page-nav .page-nav-inner ul li.sub-menu {
        clear: both;
        width: auto;
        height: auto;
        line-height: 14px;
        background: transparent;
        display: inline-block;
        float: none; }
        .page-nav .page-nav-inner ul li.sub-menu a {
          margin-top: 15px;
          margin-right: 15px;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          font-size: 12px;
          color: #fff;
          background-color: #231815;
          padding: 5px 10px;
          text-decoration: none;
          display: block;
          border: none; }
        .page-nav .page-nav-inner ul li.sub-menu a:hover {
          opacity: 0.8; }

/*###############################################

コンテナ

###############################################*/
.main-container {
  padding: 25px;
  margin: 0 0 0 17px;
  background: rgba(255, 255, 255, 0); }
  .main-container section {
    padding: 0;
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 14px; }
    .main-container section dl, .main-container section p {
      color: #333;
      font-size: 14px;
      margin: 0; }
    .main-container section p.txt-lead {
      text-align: center;
      font-size: 21px;
      font-weight: bold;
      margin: 30px 0;
      color: #b81c29; }
    .main-container section img {
      vertical-align: sub; }

/*###############################################

見出し

###############################################*/
.main-container section .site-title {
  font-weight: bold;
  font-size: 13px;
  color: #b81c29;
  border-bottom: 1px solid #b81c29;
  padding: 9px 0 7px 5px;
  margin: 30px 0 25px;
  position: relative;
  letter-spacing: 0.1em; }
  .main-container section .site-title span.en {
    color: #b81c29;
    font-size: 21px;
    margin: 0 12px 0 0;
    font-weight: normal; }

.main-container section h3 {
  color: #b81c29;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px; }

.main-container section#info .site-title {
  margin: 0 0 15px;
  padding: 1px 0;
  border-top: 2px solid #b81c29;
  border-bottom: 2px solid #b81c29; }
  .main-container section#info .site-title .title-inner {
    color: #b81c29;
    display: block;
    padding: 14px 0 14px 5px;
    border-top: 1px solid #b81c29;
    border-bottom: 1px solid #b81c29; }

.sub .main-container section .site-title {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d3c2c3; }
  .sub .main-container section .site-title span.en {
    font-size: 35px; }

/*###############################################

TOP コンテンツ

###############################################*/
.main-container section#info .left-area {
  float: left;
  display: block;
  width: 36%;
  height: auto;
  background-color: #231815;
  text-align: center; }
  .main-container section#info .left-area p {
    margin: 10px auto;
    display: block;
    color: #fff;
    background-color: #231815; }
  .main-container section#info .left-area p.en {
    font-size: 21px; }
  .main-container section#info .left-area p.yokoku_cap {
    margin: 0 5%; }
  .main-container section#info .left-area a.img-link {
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative; }
    .main-container section#info .left-area a.img-link img {
      vertical-align: top; }
    .main-container section#info .left-area a.img-link span {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -0.75em;
      margin-left: -4em;
      display: none; }
  .main-container section#info .left-area a.img-link:hover img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.2; }
  .main-container section#info .left-area a.img-link:hover span {
    display: block; }
  .main-container section#info .left-area a.txt-link {
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.08em;
    color: #fff; }
  .main-container section#info .left-area a.txt-link:hover {
    opacity: 0.8; }

.main-container section#info .news-list {
  margin-left: 43%;
  height: 340px; }
  .main-container section#info .news-list dl {
    overflow: auto;
    padding-right: 10px;
    height: 218px; }
    .main-container section#info .news-list dl dt {
      font-size: 12px;
      color: #fff;
      padding: 2px;
      margin-bottom: 10px;
      display: block;
      width: 8em;
      text-align: center;
      background-color: #b81c29;
      line-height: 1.5; }
    .main-container section#info .news-list dl dd {
      margin: 0 0 15px;
      padding-bottom: 15px;
      border-bottom: 1px dotted #000;
      font-size: 13px; }

/*#########################################################

	TOP 新着（修正）

	#########################################################*/
.main-container section#info .news-list dl .hr {
  display: block;
  height: 1px;
  background-color: #dbdbdb;
  margin: 10px 0; }

/*###############################################

ニュース

###############################################*/
.main-container section#news .news-date {
  margin-left: 20px; }

.main-container section#news .news-inner {
  margin: 0 20px;
  padding-bottom: 50px; }
  .main-container section#news .news-inner .caution-box {
    border: 1px solid #bd2b3c;
    padding: 20px; }
  .main-container section#news .news-inner .oubo-btn {
    margin: 0 auto;
    padding: 4px;
    display: block;
    width: 10em;
    text-align: center;
    background-color: #b81c29;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
    text-decoration: none; }
  .main-container section#news .news-inner .oubo-btn:hover {
    opacity: 0.8; }
  .main-container section#news .news-inner .news-ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #b81c29; }
  .main-container section#news .news-inner .news-txt ul li {
    margin-bottom: 10px; }
  .main-container section#news .news-inner .news-txt dl {
    overflow: hidden; }
    .main-container section#news .news-inner .news-txt dl dt {
      float: left;
      clear: both;
      font-weight: bold;
      width: 6em;
      text-align: right;
      padding-right: 10px; }
    .main-container section#news .news-inner .news-txt dl dd {
      float: left; }

.main-container section#news .movie-box {
  margin-bottom: 50px;
  padding-bottom: 25px;
  background: #231815; }
  .main-container section#news .movie-box .news-ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff; }
    .main-container section#news .movie-box .news-ttl span {
      font-weight: normal;
      color: #fff; }

.main-container section#news .bn-news ul {
  overflow: auto;
  margin-bottom: 20px;
  height: auto; }
  .main-container section#news .bn-news ul li {
    border-bottom: 1px dotted #000;
    padding: 10px 0;
    text-indent: 5px;
    overflow: hidden; }
    .main-container section#news .bn-news ul li span.date {
      width: 20%;
      float: left;
      color: #b81c29;
      font-size: 12px; }
    .main-container section#news .bn-news ul li a {
      float: right;
      width: 80%; }

.caution {
  color: #b81c29; }

/*###############################################

ストーリー

###############################################*/
.main-container section#story .site-title span:first-child {
  margin-right: 12px; }

.main-container section#story .story-txt {
  overflow: hidden;
  margin: 0 0 20px; }
  .main-container section#story .story-txt .story-img {
    float: left; }
  .main-container section#story .story-txt p {
    margin: 0 0 0 300px; }

.main-container section#story .bn-story {
  margin-top: 25px;
  overflow: hidden; }
  .main-container section#story .bn-story .prg-box {
    float: left;
    width: 25%; }
    .main-container section#story .bn-story .prg-box a {
      font-size: 13px;
      text-align: center;
      margin: 2px;
      padding: 8px;
      text-decoration: none;
      font-size: 95%;
      display: block;
      border: 0;
      color: #ffffff;
      background: #b81c29;
      position: relative;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .main-container section#story .bn-story .prg-box a img {
        width: 100%;
        height: auto; }
    .main-container section#story .bn-story .prg-box a:hover {
      opacity: 0.8; }
    .main-container section#story .bn-story .prg-box p {
      color: #fff; }

/*###############################################

キャスト

###############################################*/
.main-container section#cast .cast-li {
  overflow: hidden;
  margin-bottom: 25px; }
  .main-container section#cast .cast-li img {
    width: 150px;
    float: left; }
  .main-container section#cast .cast-li dl {
    margin-left: 175px; }
    .main-container section#cast .cast-li dl dt {
      margin-top: 10px; }

/*###############################################

スタッフ

###############################################*/
.main-container section#staff dl {
  text-align: center;
  margin: 40px 0 0; }
  .main-container section#staff dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #b81c29; }
  .main-container section#staff dl dd {
    margin: 0 0 30px; }

/*#########################################################

主題歌

#########################################################*/
.main-container section.music p span {
  color: #b81c29; }

.main-container section.music dl .news-ttl {
  color: #b81c29; }

.main-container section.music dl dd {
  margin-bottom: 10px; }

/*#########################################################

bbs

#########################################################*/
.main-container section#bbs .annotation {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin: 30px 0;
  color: #b81c29; }

.main-container section#bbs .bbs {
  padding: 20px 0; }

.main-container section#bbs iframe {
  height: 632px; }

/*###############################################

スクロールトップ

###############################################*/
span.scroll2top {
  text-indent: -9999px !important;
  width: 100px;
  height: 108px;
  display: block;
  background: url("/ichikacho2/img/scroll_top.png") no-repeat; }
