@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;
	overflow: hidden;
}
/* @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,
.global-navi li span {
	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-news a {
	width: 98px;
	top: 40px;
	left: 0px;
	background: url(../images/common/navi_01.png) no-repeat;
}
.global-navi .li-staff a {
	width: 90px;
	top: 20px;
	left: 95px;
	background: url(../images/common/navi_02.png) no-repeat;
}
.global-navi .li-story a {
	width: 108px;
	top: 42px;
	left: 182px;
	background: url(../images/common/navi_03.png) no-repeat;
}

.global-navi .li-character a {
	width: 114px;
	top: 10px;
	left: 290px;
	background: url(../images/common/navi_04.png) no-repeat;
}
.global-navi .li-episode a {
	width: 102px;
	top: 10px;
	left: 588px;
	background: url(../images/common/navi_05.png) no-repeat;
}
.global-navi .li-episode span {
	width: 102px;
	top: 10px;
	left: 588px;
	background: url(../images/common/navi_05_soon.png) no-repeat;
}

.global-navi .li-movie a {
	width: 106px;
	top: 40px;
	left: 689px;
	background: url(../images/common/navi_06.png) no-repeat;
}
.global-navi .li-goods a {
	width: 85px;
	top: 20px;
	left: 795px;
	background: url(../images/common/navi_07.png) no-repeat;
}
.global-navi .li-special a {
	width: 105px;
	top: 40px;
	left: 880px;
	background: url(../images/common/navi_08.png) no-repeat;
}
.global-navi li a,
.global-navi li span {
	height: 108px;
	position: absolute;
}
.global-navi li a:hover {
	background-position: 0 -109px;
}
#news .global-navi .li-news a,
#staff .global-navi .li-staff a,
#episode .global-navi .li-episode a,
#character .global-navi .li-character a,
#story .global-navi .li-story a,
#movie .global-navi .li-movie a,
#goods .global-navi .li-goods a,
#special .global-navi .li-special a {
	background-position: 0 -109px;
}
}

/* @sNAVI
============================================= */
.sNavi {
	background: url(../images/common/bg_subnavi.png) no-repeat center top;
	position: relative;
	z-index: 60;
	height: 70px;
	width: 615px;
	margin: 0 auto;
	top: -40px;
	left: 0;
	bottom: 0;
}
.sNavi li {
	position: absolute;
	top: 11px;
}
.sNavi a,
.sNavi span {
	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: -42px;
	height: 102px;
	margin: auto;
	position: absolute;
	width: 100%;
	z-index: 50;
}
.main-layer {
	background: url(../images/common/bg_main_layer.png) no-repeat center top;
	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;
	padding-right: 15px;
}
.main h2 {
	position: relative;
	z-index: 2;
	text-align: center;
	bottom: 5px;
}
.main-sp {
	display: none;
}
.icon_ribbon {
	clear: both;
	font-size: 26px;
	color: #ff017e;
	margin-bottom: 8px;
	padding: 6px 0 2px 50px;
	border-bottom: 1px dotted #f597d1;
	background: url(../images/common/icon_ribbon.jpg) no-repeat 5px 12px;
}
/* SNSボタン
------------------ */
 @media screen and (min-width: 671px) {
.sns {
 *zoom: 1;
	position: absolute;
	z-index: 110;
	bottom: 50px;
	left: 427px;
}
}
.sns:before, .sns:after {
	content: "";
	display: table;
}
.sns:after {
	clear: both;
}
.sns li {
	float: left;
}
.sns li .fb-like span {
	vertical-align: top !important;
}
 @media screen and (max-width: 670px) {
.sns {
display: block;
position: absolute;
z-index: 110;
bottom: 20px;
margin: 0 auto;
right: 10px !important;

}



}
/* @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_page_top.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,
.global-navi li span {
	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,
.global-navi > ul > li > span {
	border-bottom: 1px solid #a000e9;
	display: block;
	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,
.global-navi > ul > li > span.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,
.global-navi > ul > li li span {
  border-bottom: 1px solid #FF86BF;
  display: block;
  padding: 16px 0px 14px 60px;
  background: transparent url(../images/common/menu_icon03.gif) no-repeat scroll 30px center / 30px 25px;
}
}


/* @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;
}
.global-footer .footer-logo li.bnr_14 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;
}
}
