
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Quattrocento);

@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==============================================
 * COMMON SETTINGS
 *
 * @date 2015-08-26
 * @include _base
 *
 * memo:
 *
 * ============================================== */
html, body {
  width: 100%;
  height: 100%; }

body {
  background: #ecebeb;
  color: #4f4843; }

.pc .sp-only {
  display: none !important; }

.sp .pc-only {
  display: none !important; }

body.pc {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono", sans-serif;
  font-size: 16px;
  line-height: 1; }

.pc {
  /* PCで非表示 */ }
  .pc #footer {
    display: none; }
  .pc .sp-banners {
    display: none; }
  .pc .sp-img {
    display: none; }
  .pc .pc-img {
    display: inline; }
  .pc #btn-menu {
    display: none; }
  .pc a {
    outline: none;
    text-decoration: none; }
  .pc br.clear {
    display: none; }
  .pc #background {
    background: url("../img/home/main_visual_v3.jpg") no-repeat center top;
    background-size: cover;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 1600px; }
  .pc #html-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1300px; }
  .pc main {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .pc #splash-contents {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden; }
  .pc #main-contents {
    position: relative;
    width: 100%;
    min-height: 100%;
    z-index: 1; }

/* ==============================================
 * メインコンテンツ
 * memo:
 *
 * ============================================== */
.pc {
  /* モーダルページ 共通 */
  /* コピーライト */ }
  .pc #background-page {
    background: #ecebeb url("../img/common/bg_page.jpg") no-repeat center 130px;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 10000%;
    min-height: 1600px; }
  .pc #main-contents {
    width: 100%;
    z-index: 0;
    overflow: hidden; }
  .pc .modal {
    display: none;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    overflow: hidden; }
    .pc .modal .inner {
      width: 640px;
      display: table;
      margin: 80px auto 0 auto;
      background: rgba(0, 0, 0, 0.75);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .pc .modal .inner .cover {
        display: none;
        pointer-events: none;
        width: 100%;
        height: 100%;
        background: #eee;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 10; }
    .pc .modal .btn-close {
      position: absolute;
      right: 30px;
      top: 27px; }
  .pc #page {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding: 124px 0 0; }
  .pc #page-outer {
    border-bottom: 1px solid #4f4843;
    margin: 0 45px; }
  .pc #page-inner {
    zoom: 1;
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 0 auto;
    padding: 42px 0 146px; }
    .pc #page-inner:after {
      content: "";
      clear: both;
      display: block; }
  .pc #header {
    background: #ecebeb;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    margin: 0 auto;
    /* グローバルメニュー */
    /* グローバルメニュー */
    /* ソーシャルメニュー */
    /* 飾りテキスト */ }
    .pc #header .outer {
      position: relative;
      margin: 0 45px;
      border-bottom: 1px solid #4f4843; }
    .pc #header .inner {
      position: relative;
      width: auto;
      height: 124px;
      margin: 0 auto; }
    .pc #header .logo {
      position: absolute;
      left: 0px;
      top: 30px;
      z-index: 0; }
    .pc #header .global-menu {
      position: absolute;
      left: 206px;
      top: 84px;
      z-index: 0;
      display: block;
      overflow: hidden;
      padding: 0; }
      .pc #header .global-menu li {
        position: relative;
        display: block;
        float: left;
        margin: 0 26px 0 0; }
        .pc #header .global-menu li a {
          display: inline-block; }
        .pc #header .global-menu li .hover {
          background: rgba(0, 0, 0, 0.3);
          opacity: 0;
          filter: alpha(opacity=0);
          display: block;
          width: 0;
          height: 100%;
          position: absolute;
          left: 0px;
          top: 0px;
          z-index: 100; }
      .pc #header .global-menu .none {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)";
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        zoom: 1; }
    .pc #header .banners {
      position: absolute;
      left: 205px;
      top: 30px;
      z-index: 0;
      display: block;
      overflow: hidden; }
      .pc #header .banners li {
        position: relative;
        display: block;
        float: left;
        margin: 0 3px 0 0; }
        .pc #header .banners li .hover {
          background: rgba(0, 0, 0, 0.3);
          opacity: 0;
          filter: alpha(opacity=0);
          display: block;
          width: 0;
          height: 100%;
          position: absolute;
          left: 0px;
          top: 0px;
          z-index: 100; }
    .pc #header .social-menu {
      position: absolute;
      right: 0;
      top: 70px;
      display: block;
      overflow: hidden; }
      .pc #header .social-menu li {
        display: block;
        float: left;
        margin: 0 0 0 5px; }
    .pc #header .en {
      position: absolute;
      right: 0;
      top: 30px;
      display: block;
      overflow: hidden; }
  .pc .footer {
    padding: 42px 0 60px;
    margin: 0 45px; }
    .pc .footer .banners {
      text-align: center; }
      .pc .footer .banners li {
        display: inline-block; }
        .pc .footer .banners li:first-child {
          margin-right: 5px; }
  .pc #copyright {
    color: #139371;
    font-size: 8px;
    text-align: center;
    padding: 15px 0 0; }

#home-page #header {
  background: transparent;
  position: absolute; }

.fixed #header {
  background: #ecebeb !important;
  position: fixed !important;
  top: 0; }

/* ==============================================
 * メインコンテンツ
 * memo:
 *
 * ============================================== */
body.sp {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono", sans-serif;
  font-size: 16px;
  line-height: 1;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  /* モーダルページ 共通 */
  /* グローバルメニュー */
  /* ソーシャルメニュー */
  /* フッター */
  /* コピーライト */ }
  body.sp * {
    box-sizing: border-box; }
  body.sp a {
    text-decoration: none; }
  body.sp .sp-img {
    display: inline; }
  body.sp .pc-img {
    display: none; }
  body.sp #html-container {
    width: 100%;
    padding: 0 0 50px; }
  body.sp .modal {
    display: none;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100; }
    body.sp .modal .inner {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.86); }
      body.sp .modal .inner .cover {
        display: none;
        pointer-events: none;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.98);
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 10; }
    body.sp .modal .btn-close {
      position: absolute;
      left: 15px;
      top: 15px;
      width: 36px;
      height: 36px; }
      body.sp .modal .btn-close img {
        width: 100%;
        height: auto; }
  body.sp #page-inner {
    width: 88%;
    padding: 0 0 35px;
    border-bottom: 1px solid #4f4843;
    margin: 0 auto; }
  body.sp #header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0 auto;
    width: 100%;
    /* グローバルメニュー */
    /* バナー */
    /* ソーシャルメニュー */
    /* 飾りテキスト */ }
    body.sp #header .outer {
      position: relative;
      width: 100%; }
    body.sp #header .inner {
      position: relative;
      width: 100%; }
    body.sp #header .logo {
      display: none !important; }
    body.sp #header .global-menu {
      background: #000;
      position: fixed;
      left: 0px;
      top: 0px;
      z-index: 0;
      display: none;
      overflow: hidden;
      width: 100%;
      padding: 40px 6%; }
      body.sp #header .global-menu li {
        width: 100%;
        height: 44px;
        background: #000 url("../img/common/sp/hd_sp_menu_news.png") no-repeat center;
        background-size: auto 33% !important;
        border-bottom: 1px solid #fff; }
        body.sp #header .global-menu li img {
          display: none; }
        body.sp #header .global-menu li a {
          position: relative;
          display: block;
          width: 100%;
          height: 100%; }
          body.sp #header .global-menu li a .hover {
            display: none; }
        body.sp #header .global-menu li:last-child {
          border-top: 1px solid #fff;
          border-bottom: 0px none; }
      body.sp #header .global-menu .news {
        background: #000 url("../img/common/sp/hd_sp_menu_news.png") no-repeat center; }
      body.sp #header .global-menu .about {
        background: #000 url("../img/common/sp/hd_sp_menu_about.png") no-repeat center; }
      body.sp #header .global-menu .character {
        background: #000 url("../img/common/sp/hd_sp_menu_chara.png") no-repeat center; }
      body.sp #header .global-menu .story {
        background: #000 url("../img/common/sp/hd_sp_menu_story.png") no-repeat center; }
      body.sp #header .global-menu .music {
        background: #000 url("../img/common/sp/hd_sp_menu_music.png") no-repeat center; }
      body.sp #header .global-menu .bddvd {
        background: #000 url("../img/common/sp/hd_sp_menu_bddvd.png") no-repeat center; }
      body.sp #header .global-menu .goods {
        background: #000 url("../img/common/sp/hd_sp_menu_goods.png") no-repeat center; }
    body.sp #header .social-menu,
    body.sp #header .banners,
    body.sp #header .en {
      display: none; }
  body.sp #btn-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8000;
    width: 60px; }
  body.sp #global-menu {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #000000; }
    body.sp #global-menu li {
      cursor: pointer; }
      body.sp #global-menu li .hover {
        display: none !important; }
      body.sp #global-menu li:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    body.sp #global-menu .onair {
      background: url("../img/teaser/sp/ft_menu_onair.png") no-repeat center; }
    body.sp #global-menu .staffcast {
      background: url("../img/teaser/sp/ft_menu_staffcast.png") no-repeat center; }
    body.sp #global-menu .character {
      background: url("../img/teaser/sp/ft_menu_character.png") no-repeat center; }
    body.sp #global-menu .world {
      background: url("../img/teaser/sp/ft_menu_world.png") no-repeat center; }
    body.sp #global-menu .story {
      background: url("../img/teaser/sp/ft_menu_story.png") no-repeat center; }
    body.sp #global-menu .book {
      background: url("../img/teaser/sp/ft_menu_books.png") no-repeat center; }
    body.sp #global-menu .music {
      background: url("../img/teaser/sp/ft_menu_music.png") no-repeat center; }
    body.sp #global-menu .bddvd {
      background: url("../img/teaser/sp/ft_menu_bddvd.png") no-repeat center; }
    body.sp #global-menu .onair,
    body.sp #global-menu .staffcast,
    body.sp #global-menu .character,
    body.sp #global-menu .world,
    body.sp #global-menu .story,
    body.sp #global-menu .book,
    body.sp #global-menu .music,
    body.sp #global-menu .bddvd {
      background-size: auto 28px; }
    body.sp #global-menu li {
      display: block;
      width: 100%;
      height: 52px;
      margin: 0;
      border-bottom: 2px solid #fff; }
      body.sp #global-menu li img {
        display: none; }
  body.sp #social-menu {
    display: block;
    text-align: center;
    padding: 20px 0 0; }
    body.sp #social-menu li {
      display: inline-block;
      width: 40px; }
      body.sp #social-menu li:first-child {
        margin: 0 5px 0 0; }
    body.sp #social-menu img {
      width: 100%;
      height: auto; }
  body.sp .footer .banners {
    display: none; }
  body.sp .footer .sp-banners {
    display: block;
    width: 88%;
    padding: 30px 0 30px;
    margin: 0 auto;
    overflow: hidden; }
    body.sp .footer .sp-banners li {
      text-align: center;
      width: 49%;
      margin: 0 2% 2% 0;
      float: left; }
      body.sp .footer .sp-banners li:nth-child(even) {
        margin-right: 0; }
      body.sp .footer .sp-banners li img {
        width: 100%;
        height: auto;
        line-height: 0; }
  body.sp #copyright {
    text-align: center;
    color: #139371;
    font-size: 8px;
    padding: 0; }

#home-page .footer .sp-banners li:last-child {
  clear: both;
  float: none;
  width: 33%;
  margin: 0 auto;
  text-align: center; }
