@charset "utf-8";
@import url(common-module.css);
/*
	common.css
*/

/* ==========================================================
	PC表示 @media screen and (min-width: 670px)
========================================================== */


/* 大枠
============================================= */

body {
  min-width: 1000px;
}
.bx-clone{
   display: none !important;
}
#wrapper {
  background: url(../images/common/bg.jpg) repeat center top;
}

.page {
  position: relative;
  width: 920px;
  margin: 0 auto;
  padding: 68px 40px 50px;
  min-height: 500px;
  background: url(../images/common/bg_race.png) repeat-y center 0;
  z-index: 0;
}
/* @GLOBAL HEADER
============================================= */

@media screen and (min-width: 670px) {
  .global-header {
  background: url(../images/common/bg-main-top.png) repeat-x center 0;
  min-width: 1000px;
  position: absolute;
  width: 100%;
  z-index: 100;
  }
  .global-header h1,
  .global-header .btn-menu {
    display: none;
  }
}

/* @GLOBAL NAVI
============================================= */
.global-navi ul {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  z-index: 999;
}

.global-navi a {
  text-indent: -9999px;
  display: block;
}

@media screen and (min-width: 670px) {
  .global-navi {
    background: url(../images/common/bg-navi-in.png) no-repeat center 0;
    height: 288px;
    display: block !important;
  }
  .global-navi li ul {
    display: none !important;
  }
  .global-navi li a {
    background: url(../images/common/navi-sprite.png) no-repeat 0 0;
    height: 127px;
    position: absolute;
  }
  .global-navi .li-story a {
    background-position: -318px 0;
    left: 603px;
    top: 7px;
    width: 125px;
  }
  body#story .global-navi .li-story a, .global-navi .li-story a:hover {
    background-position: -442px 0;
  }
  .global-navi .li-character a {
    left: 247px;
    top: 7px;
    width: 159px;
  }
  body#character .global-navi .li-character a, .global-navi .li-character a:hover {
    background-position: -159px 0;
  }
}

/* @sNAVI
============================================= */
.sNavi {
  position: absolute;
  width: 552px;
  height: 54px;
  left: 50%;
  bottom: 46px;
  margin-left: -276px;
  z-index: 2;
  background: url(../images/episode/bg_snavi.png) no-repeat;
}
.sNavi li {
  position: absolute;
  top: 5px;
}
.sNavi a {
  display: block;
  text-indent: -9999px;
}

/* @MAIN
============================================= */

.main {
  position: relative;
  background: url(../images/common/bg_main.jpg) repeat-x center 0;
  width: 100%;
}
.main-bottom {
  background: url(../images/common/bg-main-bottom.png) repeat-x center bottom;
  bottom: -45px;
  height: 102px;
  margin: auto;
  position: absolute;
  width: 100%;
  z-index: 50;
}
.main-layer {
  background: url(../images/common/bg_main_layer.png) no-repeat;
  height: 307px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -460px;
  width: 920px;
}
.main h1 {
  position: relative;
  z-index: 100;
  width: 202px;
  margin: 0 auto;
  top: 6px;
  z-index: 1000;
}

.main h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  bottom: 5px;
}
.main-sp {
  display: none;
}
/* @FOOTER
============================================= */
.global-footer {
  background: url(../images/common/bg_footer.png) repeat-x top;
  margin: -9px 0 0;
  position: relative;
}
.global-footer .sp-footer {
  display: none;
}
.global-footer .global-footerInner {
  width: 1000px;
  margin: 0 auto;
  padding: 23px 0 14px;
}
.global-footer .footer-logo {
  text-align: center;
}
.global-footer .footer-logo li {
  display: inline;
  margin-left: 10px;
}
.global-footer .footer-logo li:first-child {
  margin-left: 0;
}
.global-footer .footer-bannerList {
  clear: both;
  margin: 13px 0 25px;
  text-align: center;
}
.global-footer .footer-bannerList li {
  display: inline;
  margin-left: 20px;
}
.global-footer .footer-bannerList li:first-child {
  margin-left: 0;
}
.global-footer .copyright {
  text-align: center;
  font-size: 13px;
  color:#fff;
}


/* @PAGETOP BTN
============================================= */
.btn-pageTop a {
  position: fixed;
  right: 10px;
  bottom: 20px;
  text-indent: -9999px;
  display: block;
  width: 168px;
  height: 120px;
  background: url(../images/common/btn_pagetop.png) no-repeat;
  z-index: 1000;
}

/* ==========================================================
  SP表示 @media screen and (max-width: 670px)
========================================================== */

/* 大枠
============================================= */

@media screen and (max-width: 670px) {
  body {
    min-width: inherit;
  }
  #wrapper {
    background: url(../images/common/bg.jpg) repeat center top;
  }
  .page {
    width: auto;
    padding: 10px 10px 50px;
    background: #fff;
  }
}

/* @GLOBAL HEADER
============================================= */
@media screen and (max-width: 670px) {
  .global-header {
    background: url(../images/common/bg_spHeader.jpg) repeat-x center 0;
    background-size: 320px 50px;
  }
  .global-header h1 {
    display: block;
    padding: 0 0 0 10px;
  }
  .global-header .btn-menu {
    position: absolute;
    top: 5px;
    right: 15px;
  }
  .global-header .btn-menu a {
    display: block;
  }
}

/* 東映アニメーションヘッダー SP時非表示
------------------------------------ */
@media screen and (max-width: 670px) {
  .header_wrap {
    display: none;
  }
}


/* @GLOBAL NAVI
============================================= */

@media screen and (max-width: 670px) {
  .global-navi ul {
    width: 100%;
  }
  .global-navi a {
    text-indent: inherit;
  }
}

@media screen and (max-width: 670px) {
  .global-navi {
    display: none; /*初期値*/
  }
  .global-navi > ul > li {
    background-color: #ffdaf4;
  }
  .global-navi > ul > li > a {
    border-bottom: 1px solid #a000e9;
    padding: 16px 0 14px 45px;
  }
  .global-navi > ul > li > a.heart {
    background: url(../images/common/menu_icon01.gif) no-repeat 10px center;
    -webkit-background-size: 33px 32px;
    -moz-background-size: 33px 32px;
    -o-background-size: 33px 32px;
    background-size: 33px 32px;
  }
  .global-navi > ul > li > a.star {
    background: url(../images/common/menu_icon02.gif) no-repeat 10px center;
    -webkit-background-size: 33px 32px;
    -moz-background-size: 33px 32px;
    -o-background-size: 33px 32px;
    background-size: 33px 32px;
  }
  .global-navi ul > ul {
    display: none;
  }
  .global-navi > ul > li li {
    background-color: #fff5fa;
  }
  .global-navi > ul > li li a {
    border-bottom: 1px solid #a000e9;
    padding: 16px 0 14px 45px;
    background: url(../images/common/menu_icon02.png) no-repeat 10px center;
    -webkit-background-size: 33px 32px;
    -moz-background-size: 33px 32px;
    -o-background-size: 33px 32px;
    background-size: 33px 32px;
  }
}


/* @MAIN
============================================= */
@media screen and (max-width: 670px) {
  .main-sp {
    display: block;
    position: relative;
  }
  .title-sp {
    display: block;
  }
  .title-sp img{
    width: 100%;
    height: auto;
  }
  .main-bottom {
    background: url(../images/common/bg-main-bottom.png) repeat-x center bottom;
    bottom: -15px;
    position: absolute;
    background-size: 600px 51px;
    z-index: 100;
  }
  .main,.main-character {
    display: none;
  }
  .main h1 {
    display: none;
  }
}

/* @FOOTER
============================================= */
@media screen and (max-width: 670px) {
  .global-footer .sp-footer {
    display: block;
    width: 100%;
  }
  .global-footer .global-footerInner {
    background: url(../images/common/bg_footerInner.gif) repeat-y top;
    width: auto;
    padding: 13px 0 7px;
  }
  .global-footer .footer-logo {
    text-align: center;
    margin: 0 0 15px;
  }
  .global-footer .footer-logo li {
    display: inline-block;
    margin: 0 0 0 5px;
  }
  .global-footer .footer-bannerList {
    width: 200px;
    margin: 0 auto;
  }
  .global-footer .footer-bannerList li{
    float: left;
    width: 90px;
    height: 40px;
    margin: 0 0 12px 0;
  }
  .global-footer .footer-bannerList li:nth-child(even){
    margin: 0 0 12px 20px;
  }
  .global-footer .footer-bannerList li.clear{
    overflow: hidden;
  }
  .global-footer .footer-bannerList li img{
    width: 100%;
    height: auto;
  }
  .global-footer .copyright {
    clear: both;
  }
  /* 過去タイトルバナー 縦横指定*/
  .global-footer .footer-logo li.bnr_01 img{
    width: 56px;
    height: 35px;
  }
  .global-footer .footer-logo li.bnr_02 img{
    width: 66px;
    height: 35px;
  }
  .global-footer .footer-logo li.bnr_03 img{
    width: 66px;
    height: 35px;
  }
  .global-footer .footer-logo li.bnr_04 img{
    width: 56px;
    height: 35px;
  }
  .global-footer .footer-logo li.bnr_05 img{
    width: 69px;
    height: 35px;
  }
  .global-footer .footer-logo li.bnr_06 img{
    width: 62px;
    height: 35px;
  }
  .global-footer .footer-logo li.bnr_07 img{
    width: 73px;
    height: 35px;
  }
  .global-footer .footer-logo li.bnr_08 img{
    width: 67px;
    height: 35px;
  }
  .global-footer .footer-logo li.bnr_09 img{
    width: 67px;
    height: 35px;
  }
  .global-footer .footer-logo li.bnr_10 img{
    width: 67px;
    height: 35px;
  }
  .global-footer .footer-logo li.bnr_11 img{
    width: 86px;
    height: 35px;
  }
  .global-footer .footer-logo li.bnr_12 img{
    width: 65px;
    height: 35px;
  }
}

/* @PAGETOP BTN
============================================= */
@media screen and (max-width: 670px) {
  .btn-pageTop a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 84px;
    height: 60px;
    -webkit-background-size: 84px 60px;
    -moz-background-size: 84px 60px;
    -o-background-size: 84px 60px;
    background-size: 84px 60px;
    z-index: 1000;
  }
}
