@charset "UTF-8";
/*
 * reset css
 */
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, main, menu, nav, section, summary {
  display: block;
}

/******************************************
* 共通設定
******************************************/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  -webkit-tap-highlight-color: rgba(30, 33, 136, 0.3);
  text-decoration: none;
  color: #ef2e35;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

li {
  line-height: 1.5;
}

.wrapper {
  position: relative;
  left: 0;
  min-width: 1280px;
  width: auto !important;
  width: 1280px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  *zoom: 1;
}
.wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.wrapper.mod-bg-fixed {
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}

.wrapper.news {
  background-image: url(../img/news/bg-news-01-pc.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: contain;
}

.wrapper.intro {
  background-color: #000;
  background-image: url(../img/intro/bg-intro-01-pc.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.wrapper.cast01 {
  background-color: #f9bf00;
}

.wrapper.cast02 {
  background-color: #036adf;
}

.wrapper.staff {
  background-color: #aaaaaa;
}

.wrapper.onair {
  background-color: #ff2d29;
  overflow: auto;
}

.wrapper.movie {
  background-color: #000;
  background-image: url(../img/movie/bg-movie-01-pc.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: contain;
}

.wrapper.comics {
  background-color: #c1c1c1;
}

.wrapper.wiki {
  background-image: url(../img/wiki/bg-wiki-01-pc.png);
}

.wrapper.preview {
  background-image: url(../img/preview/bg-preview-01-pc.jpg);
}

.wrapper.series-top {
  min-width: initial;
  width: auto !important;
  width: auto;
  background-color: #f0f0f0;
}

.wrapper.series-bd {
  background-image: url(../img/series/bd/bg-bd-01-pc.png);
}
.wrapper.series-bd:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.wrapper.series-story {
  background-image: url(../img/series/story/bg-story-01-pc.png);
}
.wrapper.series-story:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.wrapper.series-bd.mod-season-02 {
  background-image: url(../img/series/bd/bg-bd-02-pc.png);
}

.wrapper.series-story.mod-season-02 {
  background-image: url(../img/series/story/bg-story-02-pc.png);
}

.wrapper.series-story.mod-season-03 {
  background-image: url(../img/series/story/bg-story-03-pc.jpg);
}

.container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.container.mod-min {
  width: auto;
  min-width: 1280px;
}

.inner-top {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.inner.mod-bg-fixed {
  position: relative;
  left: 0;
  z-index: 1;
}

.logo {
  position: absolute;
  top: 33px;
  left: 37px;
  z-index: 150;
}

.logo-link {
  display: block;
}

.logo-link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.logo-pict {
  width: 371px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    min-width: auto;
    min-width: initial;
  }

  .wrapper.news {
    background-image: url(../img/news/bg-news-01-sp.png);
  }

  .wrapper.intro {
    background-image: url(../img/intro/bg-intro-01-sp.png);
  }

  .wrapper.cast02 {
    background-color: #f9bf00;
  }

  .wrapper.cast03 {
    background-color: #f9bf00;
  }

  .wrapper.staff {
    background-color: #f9bf00;
  }

  .wrapper.chara {
    background-image: url(../img/chara/bg-chara-01-sp.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    overflow: hidden;
  }

  .wrapper.movie {
    background-image: url(../img/movie/bg-movie-01-sp.png);
  }

  .wrapper.music {
    background-image: url(../img/music/bg-music-01-sp.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: 0 0;
  }

  .wrapper.wiki {
    background-image: url(../img/wiki/bg-wiki-01-sp.png);
  }

  .wrapper.preview {
    background-image: url(../img/preview/bg-preview-01-sp.png);
    background-color: rgba(0,0,0,0.2);
  }

  .wrapper.series-bd {
    background-image: none;
  }
  .wrapper.series-bd:before {
    content: none;
  }

  .wrapper.series-bd.mod-season-02 {
    background-image: none;
  }

  .wrapper.series-story {
    background-image: url(../img/series/story/bg-story-01-sp.png);
  }

  .wrapper.series-story.mod-season-02 {
    background-image: url(../img/series/story/bg-story-02-sp.png);
  }

  .wrapper.series-story.mod-season-03 {
    background: none;
    background-color: #fff;
  }

  .container {
    width: 100%;
  }

  .container.mod-min {
    min-width: auto;
    min-width: initial;
  }

  .inner-top {
    display: block;
    position: relative;
    left: 0;
    top: -30px;
  }

  .logo {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 5px;
    width: 100%;
    text-align: center;
  }

  .logo.mod-series-top {
    position: absolute;
    top: auto;
    bottom: 5px;
    padding-top: 0;
    z-index: 0;
  }

  .logo-pict {
    width: 72%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .inner-top {
    top: -32px;
  }
}
/*
* pagetop設定 START
*/
.pagetop-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 150;
}

.pagetop-btn-link {
  position: relative;
  left: 0;
  display: block;
  text-align: center;
}

.pagetop-btn-pict {
  width: 14px;
}

@media screen and (max-width: 768px) {
  .pagetop-btn {
    right: 10px;
    bottom: 10px;
  }
}
/******************************************
* header 設定
******************************************/
.header {
  position: relative;
  left: 0;
  width: 377px;
  *zoom: 1;
}
.header:after {
  content: "";
  display: block;
  clear: both;
}

.header.mod-series {
  position: absolute;
  z-index: 2;
  padding-left: 42px;
}

.gnav {
  width: 255px;
  margin: 198px 0 0 42px;
}

.gnav.mod-series {
  width: 255px;
  margin: 30px 0 0 0;
}

.gnav.mod-fixed {
  position: fixed;
  top: 0;
  right: 180px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
}

.gnav-ttl {
  padding: 0 10px 5px;
}

.gnav-ttl.mod-fixed {
  padding-top: 20px;
  background-color: #fff;
  cursor: pointer;
}

.gnav-ttl-pict {
  width: 50%;
}

.gnav-list {
  padding: 0 10px 0;
}

.gnav-list.mod-fixed {
  display: none;
}

.gnav-list-item {
  border-bottom: 1px solid #808080;
}

.gnav-list-item:first-child {
  border-top: 1px solid #808080;
}

.gnav-list-item:last-child {
  margin-bottom: 12px;
}

.gnav-list-item-link {
  display: block;
}
.gnav-list-item-link:focus {
  outline: none;
}

.gnav-list-item-link:hover {
  background-image: url(../img/common/bg-menu-01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  opacity: 1;
  filter: alpha(opacity=100);
}

.gnav-list-item-link.active {
  background-image: url(../img/common/bg-menu-01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  opacity: 1;
  filter: alpha(opacity=100);
}

.sp-gnav {
  display: none;
}

.sp-gnav-list-item-link {
  display: inline-block;
}
.sp-gnav-list-item-link:focus {
  outline: none;
}

.header-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 76px;
  height: 100%;
  background-color: #fdfdfd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #e2e2e2), color-stop(0.49, #fdfdfd));
  background: -webkit-linear-gradient(top, #fdfdfd 49%, #e2e2e2 98%);
  background: -moz-linear-gradient(top, #fdfdfd 49%, #e2e2e2 98%);
  background: -o-linear-gradient(top, #fdfdfd 49%, #e2e2e2 98%);
  background: -ms-linear-gradient(top, #fdfdfd 49%, #e2e2e2 98%);
  background: linear-gradient(to bottom, #fdfdfd 49%, #e2e2e2 98%);
  z-index: 100;
}
.header-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 100%;
  background-color: #f4d426;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f4c726), color-stop(0, #f4da26));
  background: -webkit-linear-gradient(top, #f4da26 0%, #f4c726 88%);
  background: -moz-linear-gradient(top, #f4da26 0%, #f4c726 88%);
  background: -o-linear-gradient(top, #f4da26 0%, #f4c726 88%);
  background: -ms-linear-gradient(top, #f4da26 0%, #f4c726 88%);
  background: linear-gradient(to bottom, #f4da26 0%, #f4c726 88%);
}
.header-line:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  background-color: #ef2e35;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #d12735), color-stop(0, #ef2e35));
  background: -webkit-linear-gradient(top, #ef2e35 0%, #d12735 88%);
  background: -moz-linear-gradient(top, #ef2e35 0%, #d12735 88%);
  background: -o-linear-gradient(top, #ef2e35 0%, #d12735 88%);
  background: -ms-linear-gradient(top, #ef2e35 0%, #d12735 88%);
  background: linear-gradient(to bottom, #ef2e35 0%, #d12735 88%);
}

.header-bn {
  width: 250px;
  margin-top: 10px;
  margin-left: 51px;
}

.header-bn-list-item {
  margin-top: 10px;
  margin-right: 10px;
}
.header-bn-list-item:first-child {
  margin-top: 0;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .header {
    width: 0;
  }

  .gnav {
    display: none;
  }

  .header-line {
    display: none;
  }

  /*
  * SP用 gnav設定 START
  */
  .sp-menu-btn,
  .sp-menu-btn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .sp-menu-btn {
    position: fixed;
    top: 22px;
    right: 20px;
    width: 47px;
    height: 40px;
    z-index: 250;
    cursor: pointer;
  }

  .sp-menu-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 8px;
  }

  .sp-menu-btn.sub-page span {
    background-color: #fff;
  }

  .sp-menu-btn.sub-page.active span {
    background-color: #f2bd00;
  }

  .sp-menu-btn span:nth-of-type(1) {
    top: 0;
    background-color: #dc0012;
  }

  .sp-menu-btn span:nth-of-type(2) {
    top: 16px;
    background-color: #dcdcdc;
  }

  .sp-menu-btn span:nth-of-type(3) {
    bottom: 0;
    background-color: #f2bd00;
  }

  .sp-gnav {
    display: block;
    visibility: hidden;
    opacity: 1;
    position: fixed;
    top: 0;
    right: -960px;
    width: 100%;
    height: 100%;
    padding: 128px 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: black;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    text-align: center;
    z-index: 200;
    *zoom: 1;
  }
  .sp-gnav:after {
    content: "";
    display: block;
    clear: both;
  }

  /* 開閉用ボタンがクリックされた時のスタイル */
  .open .sp-gnav {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible;
    opacity: 1;
    right: 0;
  }

  /*
  * SP用 gnav設定 END
  */
  .sp-gnav-list {
    float: left;
    width: 36.5625%;
    text-align: left;
  }
  .sp-gnav-list:first-child {
    width: 49.6875%;
    margin-left: 13.75%;
  }

  .sp-gnav-list-item {
    margin-bottom: 45px;
  }

  .sp-gnav-list-item-link-pict {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .sp-menu-btn {
    top: 11px;
    right: 10px;
    width: 35px;
    height: 30px;
  }

  .sp-menu-btn span {
    height: 6px;
  }

  .sp-menu-btn span:nth-of-type(2) {
    top: 12px;
  }

  .sp-gnav {
    padding-top: 80px;
  }

  .sp-gnav-list-item {
    margin-bottom: 30px;
  }

  .sp-gnav-list-item-link-pict {
    height: 26px;
  }
}
@media screen and (max-width: 320px) {
  .sp-menu-btn {
    width: 24px;
    height: 20px;
  }

  .sp-menu-btn span {
    height: 4px;
  }

  .sp-menu-btn span:nth-of-type(2) {
    top: 8px;
  }

  .sp-gnav {
    padding-top: 64px;
  }

  .sp-gnav-list-item {
    margin-bottom: 25px;
  }

  .sp-gnav-list-item-link-pict {
    height: 20px;
  }
}
/******************************************
* main 設定
******************************************/
.main-top {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc( 100% - 377px );
}

.main-inner-top {
  *zoom: 1;
}
.main-inner-top:after {
  content: "";
  display: block;
  clear: both;
}

.contents {
  float: left;
  width: 100%;
  padding-right: 305px;
  margin-right: -305px;
}

.sidebar {
  float: left;
  width: 305px;
}

.sidebar-inner {
  width: 253px;
  height: 100%;
  padding-top: 40px;
  margin: 0 0 0 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fefefe), color-stop(0, #f2f2f2));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #fefefe 88%);
  background: -moz-linear-gradient(top, #f2f2f2 0%, #fefefe 88%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #fefefe 88%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #fefefe 88%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #fefefe 88%);
}

@media screen and (max-width: 768px) {
  .main {
    padding: 0;
  }

  .main-top {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }

  .main-inner-top {
    display: block;
  }

  .contents {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }

  .sidebar {
    width: 100%;
    background-image: url(../img/top/bg-contents-01.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: contain;
  }

  .sidebar-inner {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    background: none;
  }
}
/******************************************
* footer 設定
******************************************/
.footer {
  clear: both;
  padding: 0 0 20px;
  background-color: #d9d9d9;
  text-align: center;
}

.footer-bn-list {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 20px;
  margin: 0 auto;
  font-size: 0px;
  font-size: 0rem;
  text-align: left;
  *zoom: 1;
}
.footer-bn-list:after {
  content: "";
  display: block;
  clear: both;
}

.footer-bn-list-item {
  display: inline-block;
  max-width: 270px;
  margin: 20px 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.copyright {
  width: 1280px;
  padding-right: 20px;
  margin: 0 auto;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0 0 24px;
    background-color: #fff;
  }

  .footer-bn {
    margin: 53px 0;
  }

  .footer-bn-list-item {
    max-width: 43.75%;
    margin: 15px 3.125% 0;
  }

  .copyright {
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
    color: #000;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
  }
}
/******************************************
* ステート設定
* .is-state
******************************************/
.is-site-color {
  color: #f2bd00;
}

.is-bg-base {
  background-color: #ffffff;
}

/******************************************
* コンポーネント設定
* .c-component
******************************************/
.c-page-ttl {
  padding: 110px 0 0 473px;
}

/***** TODO: ページ毎に追加すること START *****/
.c-page-ttl.mod-news {
  position: relative;
  left: 0;
  padding-bottom: 55px;
  z-index: 1;
}

.c-page-ttl.mod-intro {
  padding-bottom: 130px;
}

.c-page-ttl.mod-cast {
  padding-bottom: 86px;
}

.c-page-ttl.mod-chara {
  position: relative;
  left: 0;
  z-index: 2;
}

.c-page-ttl.mod-onair {
  padding-bottom: 86px;
}

.c-page-ttl.mod-movie {
  position: relative;
  left: 0;
  padding-bottom: 55px;
  z-index: 1;
}

.c-page-ttl.mod-music {
  position: relative;
  left: 0;
  padding-bottom: 104px;
  z-index: 2;
}

.c-page-ttl.mod-comics {
  padding-bottom: 74px;
}

.c-page-ttl.mod-wiki {
  position: relative;
  left: 0;
  padding-bottom: 80px;
  z-index: 1;
}

.c-page-ttl.mod-preview {
  position: relative;
  left: 0;
  padding-bottom: 80px;
  z-index: 1;
}

.c-page-ttl.mod-series-bd {
  position: relative;
  left: 0;
  padding-bottom: 74px;
  z-index: 1;
}

.c-page-ttl.mod-series-story {
  position: relative;
  left: 0;
  padding-bottom: 74px;
  z-index: 1;
}

/***** TODO: ページ毎に追加すること END *****/
.c-page-ttl-pict {
  height: 26px;
}

@media screen and (max-width: 768px) {
  .c-page-ttl {
    padding: 34px 0;
    margin-bottom: 45px;
    background-color: #fff;
    text-align: center;
  }

  .c-page-ttl[class^="mod-"],
  .c-page-ttl[class*=" mod-"] {
    padding-bottom: 34px;
  }

  .c-page-ttl.mod-wiki {
    margin-bottom: 22px;
  }

  .c-page-ttl.mod-preview {
    margin-bottom: 22px;
  }

  .c-page-ttl.mod-series {
    margin-bottom: 0;
  }

  .c-page-ttl.mod-series-bd {
    margin-bottom: 0;
  }

  .c-page-ttl-pict {
    height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .c-page-ttl {
    padding: 18px 0;
  }

  .c-page-ttl[class^="mod-"],
  .c-page-ttl[class*=" mod-"] {
    padding-bottom: 18px;
  }

  .c-page-ttl-pict {
    height: 12px;
  }
}
@media screen and (max-width: 320px) {
  .c-page-ttl {
    padding: 15px 0;
  }

  .c-page-ttl[class^="mod-"],
  .c-page-ttl[class*=" mod-"] {
    padding-bottom: 15px;
  }

  .c-page-ttl.mod-comics {
    margin-bottom: 12px;
  }

  .c-page-ttl-pict {
    height: 10px;
  }
}
@media screen and (min-width: 769px) {
  .c-site-line.mod-v-line {
    position: absolute;
    top: 0;
    left: 301px;
    width: 76px;
    height: 100%;
    background-color: #fdfdfd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #e2e2e2), color-stop(0.49, #fdfdfd));
    background: -webkit-linear-gradient(top, #fdfdfd 49%, #e2e2e2 98%);
    background: -moz-linear-gradient(top, #fdfdfd 49%, #e2e2e2 98%);
    background: -o-linear-gradient(top, #fdfdfd 49%, #e2e2e2 98%);
    background: -ms-linear-gradient(top, #fdfdfd 49%, #e2e2e2 98%);
    background: linear-gradient(to bottom, #fdfdfd 49%, #e2e2e2 98%);
    z-index: 0;
  }
  .c-site-line.mod-v-line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 100%;
    background-color: #f4d426;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f4c726), color-stop(0, #f4da26));
    background: -webkit-linear-gradient(top, #f4da26 0%, #f4c726 88%);
    background: -moz-linear-gradient(top, #f4da26 0%, #f4c726 88%);
    background: -o-linear-gradient(top, #f4da26 0%, #f4c726 88%);
    background: -ms-linear-gradient(top, #f4da26 0%, #f4c726 88%);
    background: linear-gradient(to bottom, #f4da26 0%, #f4c726 88%);
  }
  .c-site-line.mod-v-line:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    background-color: #ef2e35;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #d12735), color-stop(0, #ef2e35));
    background: -webkit-linear-gradient(top, #ef2e35 0%, #d12735 88%);
    background: -moz-linear-gradient(top, #ef2e35 0%, #d12735 88%);
    background: -o-linear-gradient(top, #ef2e35 0%, #d12735 88%);
    background: -ms-linear-gradient(top, #ef2e35 0%, #d12735 88%);
    background: linear-gradient(to bottom, #ef2e35 0%, #d12735 88%);
  }

  .c-site-line.mod-h-line {
    position: absolute;
    top: 504px;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #fdfdfd;
    z-index: 0;
  }
  .c-site-line.mod-h-line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #f4d426;
  }
  .c-site-line.mod-h-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #ef2e35;
  }

  .select02 .c-site-line.mod-h-line {
    position: absolute;
    top: 504px;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #fdfdfd;
    z-index: 0;
  }
  .select02 .c-site-line.mod-h-line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #d40036;
  }
  .select02 .c-site-line.mod-h-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #0059bc;
  }

  .c-site-line.mod-opacity {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}
/******************************************
* top 設定
******************************************/
.topic {
  margin-bottom: 30px;
}

.topic-ttl-link {
  display: block;
}

.topic-item-ttl {
  margin-left: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
}
.topic-item-ttl:first-child {
  margin-top: 0;
}

.top-news {
  margin-bottom: 30px;
}

.top-news-ttl {
  margin: 0 0 10px 10px;
}

.top-news-ttl-pict {
  width: 127px;
}

.top-news-item {
  margin-top: 15px;
}
.top-news-item:first-child {
  margin-top: 0;
}

.top-news-item-date {
  padding: 0 7px;
  margin-bottom: 3px;
  color: #f2bd00;
  font-size: 10px;
  font-size: 1rem;
}

.top-news-item-ttl {
  padding: 0 7px 7px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.top-news-item-ttl-link {
  color: #000;
}

.tw-box {
  border: 1px solid #eae7df;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 28px;
}

.c-btn {
  display: block;
  width: 100%;
  text-align: center;
}

.tw-btn {
  margin-bottom: 4px;
  background-color: #1da0f1;
  color: #fff;
  line-height: 32px;
}

.tw-icon {
  font-size: 23px;
  vertical-align: middle;
}

.fb-btn {
  background-color: #2455a0;
  color: #fff;
  line-height: 32px;
}

.fb-icon {
  margin-bottom: -1px;
  font-size: 23px;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .mv-line {
    position: relative;
    left: 0;
    width: 100%;
    height: 47px;
    margin-bottom: 15px;
    background: #dedede;
    /* Old browsers */
    background: -moz-linear-gradient(left, #dedede 0%, #f7f7f7 25%, #ffffff 50%, #f7f7f7 75%, #dedede 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dedede 0%, #f7f7f7 25%, #ffffff 50%, #f7f7f7 75%, #dedede 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dedede 0%, #f7f7f7 25%, #ffffff 50%, #f7f7f7 75%, #dedede 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#dedede',GradientType=1 );
    /* IE6-9 */
    z-index: 100;
  }
  .mv-line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17px;
    background-color: #ef2e35;
    /* Old browsers */
    background: -moz-linear-gradient(left, #cf0212 0%, #f90c12 50%, #cf0212 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #cf0212 0%, #f90c12 50%, #cf0212 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #cf0212 0%, #f90c12 50%, #cf0212 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0212', endColorstr='#cf0212',GradientType=1 );
    /* IE6-9 */
  }
  .mv-line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 17px;
    background-color: #f4d426;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f2bd00 0%, #f2e100 50%, #f2bd00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f2bd00 0%, #f2e100 50%, #f2bd00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f2bd00 0%, #f2e100 50%, #f2bd00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2bd00', endColorstr='#f2bd00',GradientType=1 );
    /* IE6-9 */
  }

  .topic {
    margin-bottom: 0;
  }

  .topic-ttl {
    text-align: center;
  }

  .topic-item-ttl {
    margin-left: 0;
    text-align: left;
  }

  .side-bn {
    padding: 0 7.25806%;
    margin-bottom: 55px;
  }

  .side-bn-list {
    text-align: center;
  }

  .side-bn-list-item {
    margin-top: 10px;
  }
  .side-bn-list-item:first-child {
    margin-top: 0;
  }

  .side-bn-list-item-link {
    display: block;
  }

  .top-news {
    padding: 0 10.3125%;
    margin-bottom: 53px;
  }

  .top-news-ttl {
    margin: 0 auto 25px;
    text-align: center;
  }

  .top-news-ttl-pict {
    width: 190px;
  }

  .sns {
    background-color: #fff;
  }

  .tw-box {
    display: none;
  }

  .tw-btn {
    margin-bottom: 27px;
    line-height: 55px;
  }

  .tw-icon {
    font-size: 40px;
    font-size: 4rem;
  }

  .fb-btn {
    line-height: 55px;
  }

  .fb-icon {
    margin-bottom: -3px;
    font-size: 40px;
    font-size: 4rem;
  }
}
/******************************************
* @news設定
* .news
******************************************/
.news-wrap {
  padding: 0 37px 50px;
}

.news-wrap.mod-site-line {
  position: relative;
  left: 0;
  font-size: 0px;
  font-size: 0rem;
}

.news-menu {
  display: inline-block;
  width: 264px;
  padding-top: 40px;
  padding-right: 46px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: top;
}

.news-menu-list {
  padding-left: 40px;
}

.news-menu-list-item {
  margin-bottom: 20px;
}
.news-menu-list-item:first-child {
  margin-bottom: 30px;
}

.news-menu-list-item-link {
  color: #000;
}

.news-menu-list-item-link.active {
  color: #dc0012;
  text-decoration: underline;
}

.active .news-menu-list-item-link {
  color: #dc0012;
  text-decoration: underline;
}

.news-contents {
  position: relative;
  left: 0;
  display: inline-block;
  width: 600px;
  margin-left: 76px;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: top;
  z-index: 1;
}

.news-list {
  padding: 5px 75px 0;
}

.news-list-item {
  padding-bottom: 40px;
  border-bottom: 1px solid #d5d4d0;
  margin-bottom: 40px;
}

.news-list-item-date {
  margin-bottom: 10px;
  color: #f2bd00;
  font-size: 10px;
  font-size: 1rem;
}

.news-list-item-ttl {
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
}

.news-list-item-txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

/* 投稿内のcss指定 START */
.news-list-item-txt strong {
  font-weight: bold;
}

.news-list-item-txt img {
  width: 100%;
  max-width: 448px;
}

/* 投稿用css指定 END */
.number_box {
  padding: 30px 0px 80px;
  margin: 0;
  overflow: hidden;
}

.number_box:after {
  clear: both;
}

.number_left li {
  padding: 2px !important;
  margin: 5px;
  background: #ffffff;
  color: #E40011;
}

.number_left a:hover {
  color: #E40011;
  text-decoration: underline;
}

.number_right li {
  padding: 2px !important;
  margin: 5px;
  background: #ffffff;
  color: #E40011;
}

.number_right a:hover {
  color: #E40011;
  text-decoration: underline;
}

.number_box li {
  display: inline-block;
  width: 24px;
  padding: 1px;
  margin: 1px;
  background: #E40011;
  text-decoration: none;
  text-align: center;
}

.number_box li a {
  color: #ffffff;
}

.number_box li .current_page {
  background: #FFF;
  color: #E40011;
  display: block;
}


.number_box li#prv {
  float: left;
  width: 40px;
  padding: 2px;
  border: solid 1px #E40011;
  margin: 5px;
  background: #ffffff;
  color: #E40011;
  text-decoration: none;
  text-align: center;
}

.number_box a:hover {
  text-decoration: underline;
}

.pager {
  padding: 0 75px;
}

.pager-list {
  font-size: 0px;
  font-size: 0rem;
}

.pager-list-item {
  display: inline-block;
  padding: 0 7px;
  font-size: 14px;
  font-size: 1.4rem;
}

.pager-list-item-link {
  color: #000;
}

.pager-list-item-link.mod-more {
  color: #dc0012;
}

.pager-list-item-link.active {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .news-wrap {
    padding: 0 0 50px;
  }

  .news-menu {
    width: 100%;
    padding: 0 0 20px;
  }

  .news-menu-list {
    padding-left: 0;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .news-menu-list-item {
    display: inline-block;
    margin: 0 10px 10px;
  }

  .news-menu-list-item.mod-partition {
    position: relative;
    left: 0;
    margin-right: 20px;
  }
  .news-menu-list-item.mod-partition:after {
    content: '／';
    position: absolute;
    top: 0;
    right: -25px;
    color: #dc0012;
  }

  .news-menu-list-item-link {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .news-contents {
    width: 100%;
    margin-left: 0;
  }

  .news-list {
    padding: 0 11.875%;
  }

  .pager {
    padding: 0 11.875%;
  }

  .pager-list {
    text-align: center;
  }

  .pager-list-item {
    padding: 0 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .news-menu-list-item.mod-tab-partition {
    position: relative;
    left: 0;
    margin-right: 20px;
  }
  .news-menu-list-item.mod-tab-partition:after {
    content: '／';
    position: absolute;
    top: 0;
    right: -25px;
    color: #dc0012;
  }
}
@media screen and (max-width: 480px) {
  .news-menu-list {
    width: 250px;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .news-bg {
    position: absolute;
    top: 0;
    left: 377px;
    width: 600px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 0;
  }
}
/******************************************
* @intro設定
* .intro
******************************************/
.intro-wrap {
  padding: 0 37px 0 250px;
  font-size: 0px;
  font-size: 0rem;
}

.intro-ttl {
  display: inline-block;
  margin-bottom: 50px;
  vertical-align: top;
}

.intro-ttl-pict {
  width: 112px;
}

.intro-contents {
  display: inline-block;
  width: 675px;
  margin-left: 35px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
}

.intro-contents-txt {
  color: #fff;
  font-weight: bold;
  line-height: 2.0;
}

@media screen and (max-width: 768px) {
  .intro-wrap {
    padding: 0 0 50px;
    margin-left: 0;
  }

  .intro-ttl {
    width: 21.875%;
    margin-bottom: 218px;
    text-align: center;
  }

  .intro-ttl-pict {
    width: 31px;
  }

  .intro-contents {
    width: 78.125%;
    padding-right: 6.5625%;
    margin-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .intro-contents-txt {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/******************************************
* @story設定
* .story
******************************************/
/******************************************
* @cast設定
* .cast
******************************************/
.cast-wrap {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 1280px;
  height: 675px;
  padding: 0 37px;
  font-size: 0px;
  font-size: 0rem;
}

.cast-image {
  position: absolute;
  top: 25px;
  right: 87px;
}

.cast-image-pict {
  width: 362px;
}

.cast-menu {
  display: inline-block;
  width: 416px;
  padding-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: top;
}

.cast-menu-list-item {
  margin-top: 18px;
  line-height: 1.0;
  cursor: pointer;
}
.cast-menu-list-item:first-child {
  margin-top: 0;
}

.cast-contents {
  display: inline-block;
  padding-left: 50px;
  font-size: 19px;
  font-size: 1.9rem;
  vertical-align: top;
}

.cast-contents-ttl {
  margin-bottom: 30px;
}

.cast-contents-list.mod-cast {
  padding: 15px 0 0;
}

.cast-contents-list.mod-cast-bottom {
  padding-top: 39px;
}

.cast-contents-list.mod-staff {
  margin-bottom: 27px;
}

.cast-contents-list-item.mod-cast {
  margin-bottom: 20px;
}

.cast-contents-list-item-chara {
  display: inline-block;
  width: 156px;
  color: #fff;
  vertical-align: top;
}

.cast-contents-list-item-act {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}

.cast-contents-list-item-ttl {
  padding-bottom: 3px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.cast-contents-list-item-name {
  padding-bottom: 5px;
  font-size: 19px;
  font-size: 1.9rem;
}

.cast-contents-list-item-name .mod-caution {
  font-size: 13px;
  font-size: 1.3rem;
}

.comment-btn {
  display: inline-block;
  margin: 5px 0 0 10px;
}

@media screen and (max-width: 768px) {
  .cast-wrap {
    width: 100%;
    height: 100%;
    padding: 0 11.875% 20px;
  }

  .cast-menu {
    width: 100%;
  }

  .cast-menu-list-item {
    cursor: default;
  }

  .cast-contents-inner {
    margin-bottom: 55px;
  }

  .cast-contents {
    width: 100%;
    padding-left: 0;
  }

  .cast-contents-list.mod-cast {
    padding: 0;
  }

  .cast-contents-list.mod-cast-bottom {
    padding-top: 15px;
  }

  .cast-contents-list.mod-staff {
    padding-left: 7.37704%;
  }

  .cast-contents-list-item {
    font-size: 0px;
    font-size: 0rem;
  }

  .cast-contents-list-item.mod-cast {
    margin-bottom: 18px;
  }

  .cast-contents-list-item.mod-staff {
    margin-bottom: 8px;
  }

  .cast-contents-list-item-chara {
    width: 50%;
    padding-left: 7.37704%;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .cast-contents-list-item-act {
    width: 50%;
    padding-left: 3.27868%;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .cast-contents-list-item-ttl {
    padding-bottom: 2px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .cast-contents-list-item-name {
    padding-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .cast-contents-list-item-name .mod-caution {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .comment-btn {
    display: inline-block;
    margin: 5px 0 0 10px;
  }
}
/******************************************
* @chara設定
* .chara
******************************************/
.chara-wrap {
  position: relative;
  left: 0;
  padding: 0 37px 50px 9px;
  z-index: 1;
  *zoom: 1;
}
.chara-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.chara-menu {
  float: left;
  width: 208px;
  padding-top: 100px;
  margin-left: 27px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: top;
}

.chara-menu-list-item {
  margin-top: 18px;
  line-height: 1.0;
  cursor: pointer;
}
.chara-menu-list-item:first-child {
  margin-top: 0;
}

.chara-contents {
  float: left;
  width: 999px;
}

.chara-img-wrap {
  position: relative;
  left: 0;
  height: 580px;
  margin-bottom: 50px;
  font-size: 19px;
  font-size: 1.9rem;
  vertical-align: top;
}

.chara-img-list-item {
  position: absolute;
}



.chara-img-list-item.sohoku01 {
  bottom: 16px;
  left: 182px;
  width: 128px;
  z-index: 20;
}

.chara-img-list-item.sohoku02 {
  bottom: 42px;
  left: 80px;
  width: 133px;
  z-index: 15;
}

.chara-img-list-item.sohoku03 {
  bottom: 18px;
  left: 6px;
  width: 122px;
  z-index: 20;
}

.chara-img-list-item.sohoku04 {
  bottom: 16px;
  left: 353px;
  width: 133px;
  z-index: 20;
}

.chara-img-list-item.sohoku05 {
  bottom: 60px;
  left: 268px;
  width: 127px;
  z-index: 15;
}

.chara-img-list-item.sohoku06 {
  bottom: 60px;
  left: 6px;
  width: 169px;
  z-index: 15;
}

.chara-img-list-item.sohoku13 {
  bottom: 50px;
  left: 460px;
  width: 129px;
  z-index: 15;
}

.chara-img-list-item.sohoku14 {
  bottom: 56px;
  left: 424px;
  width: 171px;
  z-index: 15;
}

.chara-img-list-item.sohoku16 {
  bottom: 16px;
  left: 448px;
  width: 163px;
  z-index: 20;
}


.chara-img-list-item.hakogaku01 {
  bottom: 22px;
  left: 193px;
  width: 150px;
  z-index: 18;
}

.chara-img-list-item.hakogaku02 {
  bottom: 15px;
  left: 295px;
  width: 171px;
  z-index: 20;
}

.chara-img-list-item.hakogaku03 {
  bottom: 35px;
  left: 397px;
  width: 165px;
  z-index: 18;
}

.chara-img-list-item.hakogaku04 {
  bottom: 35px;
  left: 137px;
  width: 133px;
  z-index: 15;
}

.chara-img-list-item.hakogaku09 {
  bottom: 22px;
  left: 25px;
  width: 151px;
  z-index: 18;
}

.chara-img-list-item.hakogaku10 {
  bottom: 58px;
  left: 472px;
  width: 208px;
  z-index: 15;
}



.chara-img-list-item-link {
  display: block;
}
.chara-img-list-item-link:focus {
  outline: none;
}

.chara-snav {
  position: absolute;
  top: 60px;
  right: 180px;
  width: 98px;
  z-index: 30;
}

.chara-snav2 {
  position: absolute;
  top: 60px;
  right: 285px;
  width: 98px;
  z-index: 30;
}

.chara-snav-list-item {
  margin-top: 6px;
}
.chara-snav-list-item:first-child {
  margin-top: 0;
}

.chara-snav-list-item-link {
  display: block;
}
.chara-snav-list-item-link:focus {
  outline: none;
}

.chara-slide {
  display: none;
}

/* chara colorbox START */
#colorbox.chara-cbox, #cboxOverlay.chara-cbox, .chara-cbox #cboxWrapper {
  z-index: 100;
}

#cboxOverlay.chara-cbox {
  background-color: transparent;
}

.chara-cbox #cboxContent {
  margin-top: 0;
  background-color: transparent;
}

.chara-cbox #cboxLoadedContent {
  padding: 0;
  background-color: transparent;
}

.chara-cbox #cboxClose {
  top: 156px;
  left: 967px;
  width: 54px;
  height: 58px;
  background-image: url(../vendor/colorbox/images/btn-close-01.png);
  background-position: 0 0;
  background-size: contain;
}

.chara-cbox #cboxClose:hover {
  background-position: 0 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* chara colorbox END */
.remodal-wrapper.chara-remodal {
  padding: 0;
}

.remodal.chara-remodal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 640px;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.remodal-close.chara-remodal {
  top: 5px;
  right: 15px;
  left: auto;
  width: 54px;
  height: 55px;
}

.remodal-close.chara-remodal:before {
  content: '';
  width: 54px;
  height: 55px;
  background-image: url(../img/chara/btn-close-01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .chara-wrap {
    padding: 0 11.875% 50px;
  }

  .sp-chara-menu-inner {
    margin-bottom: 8px;
    text-align: center;
  }

  .sp-chara-menu-ttl-pict {
    vertical-align: bottom;
  }

  .sp-chara-menu-list {
    display: none;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .chara-bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 504px;
    background-image: url(../img/chara/bg-chara-01-pc.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    z-index: 0;
  }
}
/******************************************
* @on air設定
* .onair
******************************************/
.onair-wrap {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 1280px;
  height: 675px;
  padding: 0 37px;
  font-size: 0px;
  font-size: 0rem;
}

.onair-menu {
  display: inline-block;
  width: 416px;
  padding-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: top;
}

.onair-menu-list-item {
  margin-top: 18px;
  line-height: 1.0;
  cursor: pointer;
}
.onair-menu-list-item:first-child {
  margin-top: 0;
}

.onair-contents {
  display: inline-block;
  padding-left: 50px;
  font-size: 19px;
  font-size: 1.9rem;
  vertical-align: top;
}

.onair-contents-ttl {
  margin-bottom: 30px;
}

.onair-contents-list.mod-onair {
  padding: 15px 0 0;
}

.onair-contents-list-item.mod-onair {
  margin-bottom: 20px;
}

.onair-contents-list-item.mod-atx {
  margin-bottom: 10px;
}

.onair-contents-list-item-tv {
  display: inline-block;
  width: 180px;
  color: #fff;
  vertical-align: top;
}

.onair-contents-list-item-tv {
  display: inline-block;
  width: 180px;
  color: #fff;
  vertical-align: top;
  margin-right: 20px;
}

.web .onair-contents-list-item-tv a {
  color: #fff;
  border:1px solid #FFF;
  padding: 10px;
  display: block;
}

.web .onair-contents-list-item-tv a:hover {
  border:1px solid #FFF;
  background-color: #ffbc00;
  opacity: 1;
}

.subTxt {
  padding-bottom: 2em;
}

.onair-contents-list-item-date {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}

.onair-contents-list-item-time {
  display: inline-block;
  width: 230px;
  vertical-align: top;
}

.onair-contents-list-item-time.mod-atx {
  width: 530px;
  padding-left: 180px;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .onair-wrap {
    width: 100%;
    height: 100%;
    padding: 0 11.875% 20px;
  }

  .onair-menu {
    width: 100%;
    margin-bottom: 30px;
  }

  .onair-menu-list-item {
    cursor: default;
  }

  .onair-contents-inner {
    margin-bottom: 55px;
  }

  .onair-contents {
    width: 100%;
    padding-left: 0;
  }

  .onair-contents-list.mod-onair {
    padding: 0;
  }

  .onair-contents-list-item {
    font-size: 0px;
    font-size: 0rem;
  }

  .onair-contents-list-item.mod-onair {
    margin-bottom: 18px;
  }

  .onair-contents-list-item.mod-atx {
    margin-bottom: 5px;
  }

  .onair-contents-list-item-tv {
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }

   .web .onair-contents-list-item-tv {
    margin-bottom: 8px;
  }

  .onair-contents-list-item-date {
    display: block;
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
  }

  .onair-contents-list-item-time {
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }

  .onair-contents-list-item-tv.mod-sp-atx {
    margin-bottom: 3px;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .onair-contents-list-item-time.mod-sp-atx {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/******************************************
* @movie設定
* .movie
******************************************/
.movie-wrap {
  padding: 0 37px 50px;
}

.movie-menu {
  display: inline-block;
  width: 264px;
  padding-top: 40px;
  padding-right: 46px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: top;
}

.movie-menu-list {
  padding-left: 40px;
}

.movie-menu-list-item {
  margin-bottom: 20px;
}
.movie-menu-list-item:first-child {
  margin-bottom: 30px;
}

.movie-menu-list-item-link {
  color: #fff;
  cursor: pointer;
}

.movie-menu-list-item-link:hover {
  color: #dc0012;
  text-decoration: underline;
  opacity: 1;
  filter: alpha(opacity=100);
}

.movie-menu-list-item-link.active {
  color: #dc0012;
  text-decoration: underline;
}

.movie-contents {
  position: relative;
  left: 0;
  display: inline-block;
  width: 600px;
  margin-left: 76px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: top;
  z-index: 1;
}

.movie-list {
  display: inline-block;
  text-align: left;
}

.movie-list-item {
  margin-bottom: 45px;
}

.movie-list-item-box {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}

.movie-list-item-pict {
  width: 100%;
  max-width: 453px;
}

.movie-list-item-ttl {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.movie-list-item-category {
  color: #f2bd00;
  font-size: 10px;
  font-size: 1rem;
}

/* colorbox START */
#colorbox.movie-cbox, #cboxOverlay.movie-cbox, .movie-cbox #cboxWrapper {
  z-index: 500;
}

#cboxOverlay.movie-cbox {
  background-color: rgba(0, 0, 0, 0.8);
}

.movie-cbox #cboxContent {
  margin-top: 0;
  background-color: transparent;
}

.movie-cbox #cboxLoadedContent {
  padding: 0;
  background-color: transparent;
}

.movie-cbox #cboxClose {
  top: -58px;
  right: 0;
  left: auto;
  width: 54px;
  height: 58px;
  background-image: url(../vendor/colorbox/images/btn-close-01.png);
  background-position: 0 0;
  background-size: contain;
}

.movie-cbox #cboxClose:hover {
  background-position: 0 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* colorbox END */
@media screen and (max-width: 768px) {
  .movie-wrap {
    padding: 0 0 50px;
  }

  .movie-menu {
    width: 100%;
    padding: 0 0 20px;
  }

  .movie-menu-list {
    padding-left: 0;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .movie-menu-list-item {
    display: inline-block;
    margin: 0 10px 10px;
  }

  .movie-menu-list-item.mod-partition {
    position: relative;
    left: 0;
    margin-right: 20px;
  }
  .movie-menu-list-item.mod-partition:after {
    content: '／';
    position: absolute;
    top: 0;
    right: -25px;
    color: #dc0012;
  }

  .movie-menu-list-item-link {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .movie-contents {
    width: 100%;
    margin-left: 0;
  }

  .movie-list {
    padding: 0 10.625%;
  }

  .movie-list-item {
    margin-bottom: 35px;
  }

  .movie-list-item-video-wrap {
    margin-bottom: 5px;
  }

  .movie-list-item-video {
    max-width: 100%;
  }

  .movie-list-item-ttl {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .movie-cbox #cboxClose {
    top: 15px;
    left: 15px;
  }
  .movie-cbox #cboxClose:focus {
    outline: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .movie-menu-list-item.mod-tab-partition {
    position: relative;
    left: 0;
    margin-right: 20px;
  }
  .movie-menu-list-item.mod-tab-partition:after {
    content: '／';
    position: absolute;
    top: 0;
    right: -25px;
    color: #dc0012;
  }
}
@media screen and (max-width: 480px) {
  .movie-menu-list {
    width: 250px;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .movie-bg {
    position: absolute;
    top: 0;
    left: 377px;
    width: 600px;
    height: 100%;
    background-color: white;
    z-index: 0;
  }
}
/******************************************
* @music設定
* .music
******************************************/
.music .c-site-line.mod-v-line {
  z-index: 1;
}

.music-wrap {
  padding: 0 37px;
  font-size: 0;
}

.music-menu {
  display: inline-block;
  width: 208px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: top;
}

.music-menu-list-item {
  margin-top: 20px;
  cursor: pointer;
}

.music-menu-list-item:first-child {
  margin-top: 0;
}

.music-menu-img {
  display: block;
}

.music-contents-wrap {
  position: relative;
  left: 0;
  display: inline-block;
  width: 600px;
  padding: 0 75px;
  margin-left: 132px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  vertical-align: top;
  z-index: 1;
}

.music-contents {
  padding-bottom: 80px;
}

.music-item {
  position: relative;
  top: -17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 10px;
}

.music-item-type-en {
  position: relative;
  margin-bottom: 22px;
}

.music-item-type-en-pict {
  display: block;
  max-height: 8px;
}

.music-item-type-ja {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.music-item-ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.8;
}

.music-item-body {
  font-size: 0;
}

.music-item-image {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: top;
}

.music-item-image-pict {
  max-width: 207px;
}

.music-item-detail {
  display: inline-block;
  width: 100%;
  padding-left: 227px;
  margin-left: -207px;
  font-size: 11px;
  font-size: 1.1rem;
  vertical-align: top;
}

.music-item-detail-release {
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.music-item-detail-ttl {
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.music-item-detail-ttl .mod-description {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
}

.music-item-detail-txt {
  margin-bottom: 15px;
  font-size: 11px;
  font-size: 1.1rem;
}

.music-item-detail-list {
  margin-bottom: 15px;
}

.music-item-detail-item {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
}

.music-item-detail-list.shopList {
  padding-top:10px;
  padding-bottom:10px;
  border-top:1px solid #333;
  border-bottom:1px solid #333;
}

.music-item-detail-item.bold {
  font-weight: bold;
}

.music-artist-image {
  margin-bottom: 40px;
}

.music-artist-image-pict {
  display: block;
  max-width: 255px;
  margin: 0 auto;
}

.music-comment {
  margin-bottom: 30px;
}

.music-comment-ttl {
  margin-bottom: 10px;
}

.music-comment-ttl-pict {
  display: block;
  max-height: 8px;
}

.music-comment-txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.music-profile-ttl {
  margin-bottom: 10px;
}

.music-profile-ttl-pict {
  display: block;
  max-height: 8px;
}

.music-profile-txt {
  margin-bottom: 15px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .music-wrap {
    padding: 0;
  }

  .music-menu {
    width: 100%;
    padding: 0 0 25px;
  }

  .music-menu-list {
    padding-left: 0;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .music-menu-list-item {
    display: inline-block;
    margin: 0 20px 10px;
  }

  .music-menu-list-item.mod-partition {
    position: relative;
    left: 0;
    margin-right: 20px;
  }

  .music-menu-list-item.mod-partition:after {
    content: '／';
    position: absolute;
    top: -2px;
    right: -30px;
    color: #dc0012;
  }

  .music-menu-list-item-link {
    padding: 0 10px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .music-contents-wrap {
    width: 100%;
    padding: 0 11.875%;
    margin-left: 0;
    z-index: 0;
  }

  .music-contents {
    padding-bottom: 50px;
  }

  .music-item {
    top: 0;
    margin-bottom: 25px;
  }

  .music-item-image {
    text-align: center;
  }

  .music-item-image-pict {
    max-width: 100%;
  }

  .music-item-type-en {
    padding-top: 25px;
    margin-bottom: 10px;
  }

  .music-item-type-en-pict {
    max-height: 6px;
  }

  .music-item-detail {
    display: block;
    padding-left: 0;
    margin-left: 0;
  }

  .music-item-detail-release {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }

  .music-item-detail-ttl {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
  }

  .music-item-detail-ttl .mod-description {
    padding-top: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
  }

  .music-comment-ttl-pict {
    max-height: 8px;
  }

  .music-comment-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .music-profile-ttl-pict {
    max-height: 8px;
  }

  .music-profile-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .music-artist-image {
    margin-bottom: 20px;
  }

  .music-item-detail-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .music-menu-list-item.mod-tab-partition {
    position: relative;
    left: 0;
    margin-right: 20px;
  }

  .music-menu-list-item.mod-tab-partition:after {
    content: '／';
    position: absolute;
    top: 0;
    right: -25px;
    color: #dc0012;
  }
}
@media screen and (max-width: 480px) {
  .music-menu-list {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .music-bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background-image: url(../img/music/bg-music-01-pc.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    z-index: 0;
  }
}
/******************************************
* @comics設定
* .comics
******************************************/
.comics-wrap {
  padding: 0 37px;
}

.comics-wrap.mod-site-line {
  position: relative;
  left: 0;
  text-align: center;
}

.comics-contents {
  padding-left: 168px;
  position: relative;
}

.comics-list {
  /*position: relative;*/
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.comics-list-item {
  /*width: 144px;*/
  margin: 0px 12px 18px 0px;
  float:left;
}

.comics-list-item.mod-large-image {
}

.comics-list-item img {
  /*width: 144px;*/
  width: auto;
  height: 222px;
}

.comics-list-item.mod-large-image img {
  /*width: 300px;*/
  width: auto;
  height: 462px;
}

@media screen and (max-width: 768px) {
  .comics-wrap {
    padding: 0 0 50px;
  }

  .comics-contents {
    padding: 0 3.125%;
  }

  .comics-list-item {
    margin: 0px 8px 14px 0px;
  }
  .comics-list-item img {
    /*width: 95px;*/
    height: 146px;
  }

  .comics-list-item.mod-large-image img {
    /*width: 198px;*/
    height: 304px;
  }
}
@media screen and (max-width: 320px) {
  .comics-contents {
    padding: 0 0 0 2.8125%;
  }

  .comics-list {
    padding-bottom: 50px;
  }
}
/******************************************
* @special　モーダル設定
* .special
******************************************/
/* colorboxはseriesと共通*/
.special-area {
  display: none;
}

.special-inner {
  padding: 50px 200px;
  margin-bottom: 330px;
  text-align: center;
}

.special-contents {
  display: inline-block;
  text-align: left;
}

.special-contents-ttl {
  margin-bottom: 45px;
}

.special-contents-ttl-pict {
  width: 143px;
}

.special-contents-list-item {
  margin-bottom: 35px;
}

.special-contents-list-item-pict {
  height: 31px;
}

@media screen and (max-width: 768px) {
  .special-inner {
    height: 100%;
    padding: 85px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .special-contents-ttl {
    margin-bottom: 20px;
  }

  .special-contents-list-item {
    margin-bottom: 20px;
  }

  .special-contents-list-item-pict {
    height: 23px;
  }
}
/******************************************
* @series　モーダル設定
* .series
******************************************/
.series-area {
  display: none;
}

.series-inner {
  padding: 50px 200px;
  text-align: center;
}

.series-contents {
  display: inline-block;
  text-align: left;
}

.series-contents-ttl {
  margin-bottom: 45px;
}

.series-contents-ttl-pict {
  width: 143px;
}

.series-contents-list-item {
  margin-bottom: 35px;
}

.series-contents-list-item.mod-season {
  position: relative;
  left: 0;
}

.series-contents-list-item.mod-season:before {
  position: absolute;
  top: 100%;
  left: 5px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.series-contents-list-item.mod-season-01:before {
  content: 'TVアニメーション 第1期';
}

.series-contents-list-item.mod-season-02:before {
  content: 'TVアニメーション 第2期';
}

.series-contents-list-item-pict {
  height: 31px;
}

/* colorbox START */
#colorbox.series-cbox, #cboxOverlay.series-cbox, .series-cbox #cboxWrapper , #cboxOverlay.home-cbox {
  z-index: 500;
}

#cboxOverlay.series-cbox , #cboxOverlay.home-cbox  {
  background-color: rgba(0, 0, 0, 0.8);
}

.series-cbox #cboxContent , .home-cbox #cboxContent {
  margin-top: 0;
  background-color: transparent;
}

.series-cbox #cboxLoadedContent , .home-cbox #cboxLoadedContent {
  padding: 0;
  background-color: transparent;
}

.series-cbox #cboxClose {
  top: 50px;
  left: 100px;
  width: 54px;
  height: 58px;
  background-image: url(../vendor/colorbox/images/btn-close-01.png);
  background-position: 0 0;
  background-size: contain;
}

.home-cbox #cboxClose {
}

.series-cbox #cboxClose:hover {
  background-position: 0 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* colorbox END */
@media screen and (max-width: 768px) {
  .series-inner {
    height: 100%;
    padding: 85px 20px 20px;
  }

  .series-cbox #cboxClose {
    top: 15px;
    left: 15px;
    width: 44px;
    height: 44px;
  }
  .series-cbox #cboxClose:focus {
    outline: none;
  }
}
@media screen and (max-width: 768px) {
  .series-contents-ttl {
    margin-bottom: 20px;
  }

  .series-contents-list-item {
    margin-bottom: 20px;
  }

  .series-contents-list-item.mod-season {
    margin-bottom: 30px;
  }

  .series-contents-list-item.mod-season:before {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .series-contents-list-item-pict {
    height: 23px;
  }
}
/******************************************
* @series top設定
* .series
******************************************/
.series-header-ttl {
  padding-top: 224px;
  margin-left: 10px;
}

.series-header-pict {
  width: 236px;
}

.series-site-link-wrap {
  padding-top: 13px;
  margin-left: 10px;
}

.series-site-link-pict {
  width: 235px;
}

.series-top-wrap.mod-site-line {
  position: relative;
  left: 0;
  text-align: center;
}

.series-top-contents {
  padding-left: 377px;
  position: relative;
  text-align: left;
}

.series-mv {
  text-align: left;
}

.series-mv-pict {
  width: auto;
  max-width: auto;
  max-width: initial;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .series-site-link-wrap {
    padding-top: 0;
    margin-left: 0;
  }

  .series-site-link-pict {
    width: 100%;
  }

  .series-top-wrap {
    padding: 0;
  }

  .series-top-contents {
    padding-left: 0;
  }

  .series-mv {
    background-color: #fff;
    min-width: auto;
    min-width: initial;
    width: 100%;
  }

  .series-mv-pict {
    max-width: 100%;
    height: auto;
  }
}
/******************************************
* @series BD設定
* .series-bd
******************************************/
.series-bd-wrap {
  padding: 0 35px 50px;
  font-size: 0px;
  font-size: 0rem;
}

.series-bd-menu {
  display: inline-block;
  width: 204px;
  padding-top: 28px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: top;
}

.series-bd-menu-list-item {
  margin-top: 14px;
}
.series-bd-menu-list-item:first-child {
  margin-top: 0;
}

.series-bd-menu-list-item-link {
  display: block;
  width: 100%;
  height: 20px;
  padding-top: 1px;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.series-bd-menu-list-item-link:hover {
  background-color: #f9bf00;
  opacity: 1;
  filter: alpha(opacity=100);
}

.series-bd-menu-list-item-link.active {
  background-color: #f9bf00;
  opacity: 1;
  filter: alpha(opacity=100);
}

.series-bd-menu-list-item-link.mod-align-center {
  padding-left: 0;
  text-align: center;
}

.series-bd-menu-list-item-pict {
  display: block;
}

.series-bd-contents-wrap {
  position: relative;
  left: 0;
  display: inline-block;
  width: 600px;
  margin-left: 138px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: top;
  z-index: 1;
}

.series-bd-item-ttl {
  padding: 0 70px 0 75px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 32px;
  text-align: left;
}

.series-bd-item-body {
  padding: 15px 70px 60px 75px;
  text-align: left;
}

.series-bd-item-body-inner {
  position: relative;
  left: 0;
}

.series-bd-item-body-detail {
  margin-bottom: 40px;
  font-size: 0px;
  font-size: 0rem;
}

.series-bd-item-body-detail-img {
  display: inline-block;
  width: 49%;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: top;
}

.series-bd-item-body-detail-txt {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 50%;
  padding-left: 7px;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: top;
}

.series-bd-item-body-img {
  margin-bottom: 15px;
}

.series-bd-item-body-s-heading {
  padding-top: 15px;
  border-top: 1px solid #e3e3e3;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.series-bd-item-body-heading {
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.series-bd-item-body-contents {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.mod-border-top {
  padding-top: 15px;
  border-top: 1px solid #e3e3e3;
  margin-top: 15px;
}

.mod-border-bottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .series-bd-wrap {
    padding: 0 0 50px;
  }

  .series-bd-menu {
    width: 100%;
    padding: 0 0 40px;
    text-align: left;
  }

  .series-bd-menu-btn {
    padding: 10px;
    background-color: #b4b4b4;
    text-align: center;
    cursor: pointer;
  }

  .series-bd-menu-btn.open {
    background-color: #f9bf00;
  }

  .series-bd-menu-list {
    display: none;
    width: 100%;
    padding: 10px 3.90625% 0;
    background-color: #000;
    text-align: left;
  }

  .series-bd-menu-list-item {
    display: inline-block;
    width: 41.3%;
    margin: 0 4% 15px;
    vertical-align: top;
  }

  .series-bd-menu-list-item.mod-ride {
    width: 100%;
    padding: 0 4%;
    margin: 0 0 15px;
  }

  .series-bd-menu-list-item.mod-road {
    width: 100%;
    padding: 0 4%;
    margin: 0 0 15px;
  }

  .series-bd-menu-list-item-link {
    padding-left: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    text-align: center;
  }

  .series-bd-menu-list-item-link.active {
    background-color: #fff;
  }

  .series-bd-menu-list-item-link.mod-ride {
    background-color: #f9bf00;
  }

  .series-bd-menu-list-item-link.mod-road {
    background-color: #f9bf00;
  }

  .series-bd-contents-wrap {
    width: 100%;
    margin-left: 0;
    z-index: 0;
  }

  .series-bd-item-ttl {
    padding: 0 10.3125%;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .series-bd-item-ttl-pict {
    display: block;
  }

  .series-bd-item-body {
    padding: 25px 10.3125% 50px;
  }

  .series-bd-item-body-detail-img {
    display: block;
    width: 100%;
  }

  .series-bd-item-body-detail-txt {
    position: static;
    display: block;
    width: 100%;
  }

  .series-bd-item-body-s-heading {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .series-bd-item-body-heading {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .series-bd-item-body-contents {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .series-bd-bg {
    position: absolute;
    top: 0;
    left: 377px;
    width: 600px;
    height: 100%;
    background-color: white;
    z-index: 0;
  }
}
/******************************************
* @series STORY設定
* .series-story
******************************************/
.series-story-wrap {
  padding: 0 35px 50px;
  font-size: 0px;
  font-size: 0rem;
}

.series-story-menu {
  display: inline-block;
  width: 250px;
  padding-top: 28px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: top;
}

.series-story-menu-list-item {
  position: relative;
  left: 0;
  width: 158px;
  height: 20px;
  margin-top: 14px;
}
.series-story-menu-list-item:first-child {
  margin-top: 0;
}

.series-story-menu-list-item-link {
  display: block;
  width: 158px;
  height: 20px;
  padding-top: 1px;
  padding-left: 30px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

.series-story-menu-list-item-link:hover {
  background-color: #f9bf00;
  opacity: 1;
  filter: alpha(opacity=100);
}

.series-story-menu-list-item-link.active {
  background-color: #f9bf00;
  opacity: 1;
  filter: alpha(opacity=100);
}

.series-story-menu-list-item-link.mod-align-center {
  padding-left: 0;
  text-align: center;
}

.series-story-menu-list-item-pict {
  display: block;
}

.series-story-contents-wrap {
  position: relative;
  left: 0;
  display: inline-block;
  width: 600px;
  margin-left: 92px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: top;
  z-index: 1;
}

.series-story-item-ttl {
  padding: 0 70px 0 75px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 32px;
  text-align: left;
}

.series-story-item-ttl .mod-spacing {
  padding-left: 25px;
}

.series-story-item-body {
  padding: 15px 70px 40px 75px;
  text-align: left;
}

.series-story-item-body-inner {
  position: relative;
  left: 0;
}

.series-story-item-body-txt {
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
}

.series-story-item-body-detail {
  margin-bottom: 7px;
}

.series-story-item-body-img-wrap {
  font-size: 0px;
  font-size: 0rem;
}

.series-story-item-body-img {
  display: inline-block;
  width: 50%;
  padding-left: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: top;
}

.series-story-item-body-img:first-child {
  padding-right: 4px;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .series-story-wrap {
    padding: 0 0 50px;
  }

  .series-story-menu {
    width: 100%;
    padding: 0 0 40px;
    text-align: left;
  }

  .series-story-menu-btn {
    padding: 10px;
    background-color: #b4b4b4;
    text-align: center;
    cursor: pointer;
  }

  .series-story-menu-btn.open {
    background-color: #f9bf00;
  }

  .series-story-menu-list {
    display: none;
    width: 100%;
    padding: 25px 3.90625% 15px;
    background-color: #000;
    text-align: center;
  }

  .series-story-menu-list-item {
    display: block;
    width: 210px;
    margin: 0 auto 14px;
    text-align: center;
    cursor: pointer;
  }

  .series-story-menu-list-item-link {
    width: 210px;
    padding-left: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    text-align: left;
  }

  .series-story-menu-list-item-link.active {
    background-color: #fff;
  }

  .series-story-menu-list-item-link.mod-ride {
    background-color: #f9bf00;
  }

  .series-story-menu-list-item-link.mod-road {
    background-color: #f9bf00;
  }

  .series-story-submenu-list {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .series-story-submenu-list-item {
    display: block;
    width: 210px;
    height: 28px;
    margin: 0 auto;
    border-bottom: 3px solid transparent;
  }

  .series-story-submenu-list-item-link {
    display: block;
    width: 210px;
    height: 25px;
    padding-left: 78px;
    border-bottom: 3px solid transparent;
    margin: 0 auto;
    background-color: #dc0012;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
    cursor: pointer;
  }

  .series-story-contents-wrap {
    width: 100%;
    margin-left: 0;
    z-index: 0;
  }

  .series-story-item-ttl {
    padding: 0 10.3125%;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .series-story-item-ttl .mod-spacing {
    padding-left: 10px;
  }

  .series-story-item-ttl-pict {
    display: block;
  }

  .series-story-item-body {
    padding: 25px 10.3125% 50px;
  }

  .series-story-item-body-txt {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .series-story-item-body-detail {
    margin-bottom: 0;
  }

  .series-story-item-body-img-wrap {
    font-size: 0px;
    font-size: 0rem;
  }

  .series-story-item-body-img {
    display: block;
    width: 100%;
    padding-left: 0;
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: top;
  }

  .series-story-item-body-img:first-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .series-story-bg {
    position: absolute;
    top: 0;
    left: 377px;
    width: 600px;
    height: 100%;
    background-color: white;
    z-index: 0;
  }

  .series-story-submenu-list {
    width: 92px;
    z-index: 1;
  }

  .series-story-submenu-list-item {
    position: relative;
    top: 0;
    left: 158px;
    overflow: hidden;
    width: 0;
    height: 0;
    -moz-transition: overflow,height .5s;
    -webkit-transition: overflow,height .5s;
    -o-transition: overflow,height .5s;
    -ms-transition: overflow,height .5s;
    transition: overflow,height .5s;
  }

  .series-story-submenu-list-item-link {
    display: block;
    width: 100%;
    padding-top: 1px;
    padding-left: 21px;
    background-color: #dc0012;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
  }

  .series-story-submenu-list-item-link:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  .series-story-menu-list-item:hover .series-story-submenu-list-item {
    overflow: visible;
    top: -20px;
    left: 158px;
    width: 92px;
    height: 23px;
    border-bottom: 3px solid transparent;
  }

  .series-story-menu-list-item:hover .series-story-menu-list-item-link {
    background-color: #f9bf00;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/******************************************
* @wiki設定
* .wiki
******************************************/
.wiki-wrap {
  padding: 0 37px 50px;
}

.wiki-menu {
  position: fixed;
  display: inline-block;
  width: 264px;
  padding-top: 63px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  vertical-align: top;
}

.wiki-menu-list {
  display: inline-block;
  padding-left: 133px;
  text-align: left;
}

.wiki-menu-list-item {
  margin-bottom: 15px;
}

.wiki-menu-list-item-link {
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.wiki-menu-list-item-link:hover {
  color: #dc0012;
  text-decoration: underline;
  opacity: 1;
  filter: alpha(opacity=100);
}

.wiki-menu-list-item-link.active {
  color: #dc0012;
  text-decoration: underline;
}

.wiki-contents-wrap {
  position: relative;
  left: 0;
  display: inline-block;
  width: 600px;
  padding: 0 70px 0 75px;
  margin-left: 340px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  vertical-align: top;
  z-index: 1;
}

.wiki-contents {
  margin-bottom: 25px;
}

.wiki-presents {
  position: absolute;
  top: -45px;
  right: 17px;
  color: #969696;
  font-size: 10px;
  font-size: 1rem;
}

.wiki-item {
  margin-top: 35px;
}
.wiki-item:first-child {
  margin-top: 0;
}

.wiki-item-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.wiki-item-ttl-pict {
  display: block;
  height: 4px;
}

.wiki-item-body {
  margin-top: 25px;
  font-size: 0px;
  font-size: 0rem;
}

.wiki-item-body-img-wrap {
  display: inline-block;
  width: 43.95604%;
  padding-right: 5.494505%;
  font-size: 11px;
  font-size: 1.1rem;
  vertical-align: top;
}

.wiki-item-body-caption {
  margin-top: 5px;
  font-size: 11px;
  font-size: 1.1rem;
}

.wiki-item-body-txt {
  display: inline-block;
  width: 56.04395%;
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .wiki-wrap {
    padding: 0 0 50px;
  }

  .wiki-menu {
    position: static;
    width: 100%;
    padding: 0 0 40px;
    text-align: center;
  }

  .wiki-menu-list {
    padding-left: 0;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }

  .wiki-menu-list-item {
    display: inline-block;
    margin: 0 10px 10px;
  }

  .wiki-menu-list-item.mod-partition {
    position: relative;
    left: 0;
    margin-right: 20px;
  }
  .wiki-menu-list-item.mod-partition:after {
    content: '／';
    position: absolute;
    top: 0;
    right: -25px;
    color: #dc0012;
  }

  .wiki-menu-list-item-link {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .wiki-contents-wrap {
    width: 100%;
    padding: 0 11.875%;
    margin-left: 0;
  }

  .wiki-presents {
    top: -30px;
    right: 0;
    width: 100%;
    text-align: center;
  }

  .wiki-item-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .wiki-item-ttl-pict {
    height: 3px;
  }

  .wiki-item-body-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .wiki-menu-list-item.mod-tab-partition {
    position: relative;
    left: 0;
    margin-right: 20px;
  }
  .wiki-menu-list-item.mod-tab-partition:after {
    content: '／';
    position: absolute;
    top: 0;
    right: -25px;
    color: #dc0012;
  }

  .wiki-item-ttl-pict {
    height: 5px;
  }
}
@media screen and (max-width: 480px) {
  .wiki-menu-list {
    width: 250px;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .wiki-bg {
    position: absolute;
    top: 0;
    left: 377px;
    width: 600px;
    height: 100%;
    background-color: white;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 0;
  }
}



/******************************************
* @preview設定
* .preview
******************************************/
.preview-wrap {
  padding: 0 37px 50px;
}

.preview-menu {
  position: absolute;
  display: inline-block;
  width: 264px;
  padding-top: 63px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  vertical-align: top;
}

.preview-menu-list {
  display: inline-block;
  padding-left: 133px;
  text-align: left;
}

.preview-menu-list-item {
  margin-bottom: 15px;
}

.preview-menu-list-item-link {
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.preview-menu-list-item-link:hover {
  color: #dc0012;
  text-decoration: underline;
  opacity: 1;
  filter: alpha(opacity=100);
}

.preview-menu-list-item-link.active {
  color: #dc0012;
  text-decoration: underline;
}

.preview-contents-wrap {
  position: relative;
  left: 0;
  display: inline-block;
  width: 600px;
  padding: 0 70px 0 75px;
  margin-left: 340px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  vertical-align: top;
  z-index: 1;
}

.preview-contents {
  margin-bottom: 25px;
}

.preview-presents {
  position: absolute;
  top: -45px;
  right: 17px;
  color: #969696;
  font-size: 10px;
  font-size: 1rem;
}

.preview-item {
  margin-top: 35px;
}
.preview-item:first-child {
  margin-top: 0;
}

.preview-item-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.preview-item-ttl-pict {
  display: block;
  height: 4px;
}

.preview-item-body {
  margin-top: 25px;
  font-size: 0px;
  font-size: 0rem;
}

.preview-item-body-img-wrap {
  display: inline-block;
  width: 70%;
  font-size: 11px;
  font-size: 1.1rem;
  vertical-align: top;
}

.preview-item-body-caption {
  margin-top: 5px;
  font-size: 11px;
  font-size: 1.1rem;
}

.preview-item-body-txt {
  display: inline-block;
  width: 56.04395%;
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .preview-wrap {
    padding: 0 0 50px;
  }

  .preview-menu {
    position: static;
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
  }

  .preview-menu-list {
    padding-left: 0;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }

  .preview-menu-list-item {
    display: inline-block;
    margin: 0 10px 10px;
  }

  .preview-menu-list-item.mod-partition {
    position: relative;
    left: 0;
    margin-right: 20px;
  }
  .preview-menu-list-item.mod-partition:after {
    content: '／';
    position: absolute;
    top: 0;
    right: -25px;
    color: #dc0012;
  }
  .preview-menu-list-item.mod-partition:last-child:after {
    content: none;
  }

  .preview-menu-list-item-link {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .preview-contents-wrap {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }

  .preview-presents {
    top: -30px;
    right: 0;
    width: 100%;
    text-align: center;
  }

  .preview-item-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 11.875%;
  }

  .preview-item-ttl-img {
    padding: 0 11.875%;
  }

  .preview-item-body-img-wrap {
    width: 100%;
  }

  .preview-item-ttl-pict {
    height: 3px;
  }

  .preview-item-body-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .preview-menu-list-item.mod-tab-partition {
    position: relative;
    left: 0;
    margin-right: 20px;
  }
  .preview-menu-list-item.mod-tab-partition:after {
    content: '／';
    position: absolute;
    top: 0;
    right: -25px;
    color: #dc0012;
  }

  .preview-item-ttl-pict {
    height: 5px;
  }
}
@media screen and (max-width: 480px) {
  .preview-menu-list {
    width: 300px;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .preview-bg {
    position: absolute;
    top: 0;
    left: 377px;
    width: 600px;
    height: 100%;
    background-color: white;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 0;
    background-color: #a5a4a4;
  }
}



/******************************************
* 共通設定
******************************************/
.no-scroll {
  overflow: hidden;
}

.is-hide {
  display: none;
}

.is-pc-hide {
  display: none;
}

.is-nowrap {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: nowrap;
}

.is-tab-show {
  display: none;
}

.is-sp-show {
  display: none;
}

@media screen and (max-width: 960px) {
  .is-tab-hide {
    display: none;
  }

  .is-tab-show {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-show {
    display: block;
  }
}



/******************************************
 *
 * ADD 2017
 *
******************************************/

.mgT5 { margin-top: 5px; }
.mgT10 { margin-top: 10px; }
.mgT15 { margin-top: 15px; }
.mgT20 { margin-top: 20px; }
.mgT25 { margin-top: 25px; }
.mgT30 { margin-top: 30px; }
.mgT35 { margin-top: 35px; }
.mgT40 { margin-top: 40px; }
.mgT45 { margin-top: 45px; }
.mgT50 { margin-top: 50px; }

.mgB5 { margin-bottom: 5px; }
.mgB10 { margin-bottom: 10px; }
.mgB15 { margin-bottom: 15px; }
.mgB20 { margin-bottom: 20px; }
.mgB30 { margin-bottom: 30px; }
.mgB35 { margin-bottom: 35px; }
.mgB40 { margin-bottom: 40px; }
.mgB45 { margin-bottom: 45px; }
.mgB50 { margin-bottom: 50px; }

.col-new {
  background-color: #eace32;
  display: inline-block;
  padding: 2px 10px;
  color: #de3740;
  margin-left: 10px;
}

.col-andmore-a {
  position: relative;
  top: -30px;
  left: 50px;
  background-color: #eace32;
  color: #333;
  border-radius: 100px;
  padding: 25px 5px;
  text-align: center;
}

.col-movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.col-movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*
 *
 * SLIDER
 *
 */
.slider-for {
 margin-bottom: 6px;
}
.slider-nav-wrap .slick-slider .slick-track, .slider-nav-wrap .slick-slider .slick-list {
  display: block;
}
@media screen and (max-width: 768px) {
  .slider-nav-wrap .slick-slider .slick-track, .slider-nav-wrap .slick-slider .slick-list {
    display: none;
  }
}
.slider-nav .slide-item-thumbnail:hover {
  cursor: pointer;
}

/*
 *
 * STORY
 *
 */
.wrapper.series-story.mod-season-03 .series-story-item-body {
  padding: 0;
}
.wrapper.series-story.mod-season-03 .series-story-item-body .series-story-item-body-txt {
  padding: 15px 70px 40px 75px;
  text-align: left;
}
.wrapper.series-story.mod-season-03 .series-story-menu-list {
  overflow: hidden;
}
.wrapper.series-story.mod-season-03 .series-story-menu-list-item-new {
  width: 158px;
  height: 20px;
  padding-top: 1px;
  padding-left: 60px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
  margin-bottom: 14px;
}
.wrapper.series-story.mod-season-03 .series-story-menu-list-item-new:hover {
  background-color: #dc0012;
}
.wrapper.series-story.mod-season-03 .series-story-menu-list-item-new:last-child {
  margin-bottom: 0;
}
.wrapper.series-story.mod-season-03 .series-story-menu-list-item-new a {
  color: #000;
  display: block;
}
.wrapper.series-story.mod-season-03 .series-story-item-body-staff-detail {
  margin-top: 20px;
}

.wrapper.series-story.mod-season-03 .series-story-item-body-staff-detail p {
  font-size: 90%;
}

/* image-rendering */
.header-bn-list-item img, .img-banner-type-design {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

@media screen and (max-width: 768px) {
  .col-andmore-a {
    position: static;
    padding: 0;
    display: block;
  }

  .wrapper.series-story.mod-season-03:before {
    background-color: #fff;
  }
  .wrapper.series-story.mod-season-03 .c-page-ttl {
    margin-bottom: 0;
  }
  .wrapper.series-story.mod-season-03 .series-story-menu {
    padding: 0px 0 10px 0;
  }
  .wrapper.series-story.mod-season-03 .series-story-item-body .series-story-item-body-txt {
    padding: 10px 30px 0px 30px;
  }
  .wrapper.series-story.mod-season-03 .series-story-menu-list-item-new {
    width: 48%;
    float: left;
    padding-left: 0;
    text-align: center;
  }
  .wrapper.series-story.mod-season-03 .series-story-menu-list-item-new:nth-child(even) {
    float: right;
  }
}