@charset "UTF-8";

@media screen and (min-width:1360px) { 

body {
	font-size: 14px;
	font-weight: 500;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

.pc {
	display: block!important;
}
.sp {
	display: none!important;
}
a {
	color: #000;
}
a:hover {
	opacity: 0.6;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.clear {
	clear: both;
}

html,body {
	background: #000;
}
#wrapper {
	background: #fff;
}
#wrapper.top {
	opacity: 1;
}
#wrapper.top.off {
	opacity: 0;
}
#loading {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: -1;
}
#loading div.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 200px;
	z-index: 2;
	margin: -100px 0 0 -200px;
	background: url(../images/loading_pc.gif) no-repeat;
	background-size: 400px 200px;
	text-indent: -9999px;

	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
#loading div.logo.off {
	opacity: 0;
}

#contentsBody {
	position: relative;
}
#contentsBody .contents_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 0;
}
#container {
}

/*---- header ----*/
#page-header {
	background-color: #000;
	width: 100%;
	height: 108px;
	position: fixed;
	top: 0;
	z-index: 300;
}
#page-header .contents_top {
	position: absolute;
	top: 107px;
	left: 0;
	z-index: 2;
	line-height: 0;
	pointer-events: none;
}
#page-header .inner {
	width: 1305px;
}
#page-header h1 {
	width: 269px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -647px;
}
#page-header h1 a {
	display: block;
	width: 269px;
	height: 108px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	background-size: 269px 108px;
}
#page-header #menu {
	width: 975px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 22px 0 0 -320px;
}
#page-header #menu .menu_inner .menu_footer {
	display: none!important;
}
#page-header #menu ul.menu1 {
	width: 600px;
	height: 64px;
	border-right: 1px solid #fff;
	padding: 0 26px 0 0;
	margin: 0 41px 0 0;
	display: inline-block;
	vertical-align: top;
}
#page-header #menu ul.menu2 {
	width: 332px;
	height: 17px;
	margin: 19px 0 0 0;
	display: inline-block;
	vertical-align: top;
}
#page-header #menu ul li {
	color: #fff;
	display: inline-block;
	position: relative;
}
#page-header #menu ul li + li {
	margin: 0 0 0 15px;
}
#page-header #menu ul li:nth-child(n + 7) {
	margin: 10px 0 0 15px;
}
#page-header #menu ul li:nth-child(7) {
	margin: 10px 0 0 0;
}
#page-header #menu ul.menu2 li {
	margin: 0;
}
#page-header #menu ul.menu2 li + li {
	margin: 0 0 0 22px;
}
#page-header #menu ul li a {
	display: block;
	text-indent: -9999px;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
#page-header #menu ul li a:hover {
	opacity: 1;
}
#page-header #menu ul li:before,
#page-header #menu ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: opacity 0.3s linear;
	opacity: 1;
}
#page-header #menu ul li:after {
	opacity: 0;
}
#page-header #menu ul li:hover:before {
	opacity: 0;
}
#page-header #menu ul li:hover:after {
	opacity: 1;
}

#page-header #menu ul li.top {
	width: 93px;
	height: 27px;
}
#page-header #menu ul li.top:before {
	content: '';
	background: url(../images/menu/menu_top_off.png) no-repeat;
	background-size: 93px 27px;
}
#page-header #menu ul li.top:after {
	content: '';
	background: url(../images/menu/menu_top_on.png) no-repeat;
	background-size: 93px 27px;
}
#page-header #menu ul li.news {
	width: 70px;
	height: 27px;
}
#page-header #menu ul li.news:before {
	content: '';
	background: url(../images/menu/menu_news_off.png) no-repeat;
	background-size: 70px 27px;
}
#page-header #menu ul li.news:after {
	content: '';
	background: url(../images/menu/menu_news_on.png) no-repeat;
	background-size: 70px 27px;
}
#page-header #menu ul li.story {
	width: 81px;
	height: 27px;
}
#page-header #menu ul li.story:before {
	content: '';
	background: url(../images/menu/menu_story_off.png) no-repeat;
	background-size: 81px 27px;
}
#page-header #menu ul li.story:after {
	content: '';
	background: url(../images/menu/menu_story_on.png) no-repeat;
	background-size: 81px 27px;
}
#page-header #menu ul li.character {
	width: 75px;
	height: 27px;
}
#page-header #menu ul li.character:before {
	content: '';
	background: url(../images/menu/menu_character_off.png) no-repeat;
	background-size: 75px 27px;
}
#page-header #menu ul li.character:after {
	content: '';
	background: url(../images/menu/menu_character_on.png) no-repeat;
	background-size: 75px 27px;
}
#page-header #menu ul li.staffcast {
	width: 132px;
	height: 27px;
}
#page-header #menu ul li.staffcast:before {
	content: '';
	background: url(../images/menu/menu_staffcast_off.png) no-repeat;
	background-size: 132px 27px;
}
#page-header #menu ul li.staffcast:after {
	content: '';
	background: url(../images/menu/menu_staffcast_on.png) no-repeat;
	background-size: 132px 27px;
}
#page-header #menu ul li.movie {
	width: 45px;
	height: 27px;
}
#page-header #menu ul li.movie:before {
	content: '';
	background: url(../images/menu/menu_movie_off.png) no-repeat;
	background-size: 45px 27px;
}
#page-header #menu ul li.movie:after {
	content: '';
	background: url(../images/menu/menu_movie_on.png) no-repeat;
	background-size: 45px 27px;
}
#page-header #menu ul li.music {
	width: 44px;
	height: 27px;
}
#page-header #menu ul li.music:before {
	content: '';
	background: url(../images/menu/menu_music_off.png) no-repeat;
	background-size: 44px 27px;
}
#page-header #menu ul li.music:after {
	content: '';
	background: url(../images/menu/menu_music_on.png) no-repeat;
	background-size: 44px 27px;
}
/*
#page-header #menu ul li.product.cs {
	width: 63px;
	height: 27px;
	background: url(../images/menu/menu_product_off.png) no-repeat;
	background-size: 63px 27px;
	text-indent: -9999px;
	opacity: 0.5;
}
*/

#page-header #menu ul li.product {
	width: 60px;
	height: 27px;
}

#page-header #menu ul li.product:before {
	content: '';
	background: url(../images/menu/menu_product_off.png) no-repeat;
	background-size: 63px 27px;
}
#page-header #menu ul li.product:after {
	content: '';
	background: url(../images/menu/menu_product_on.png) no-repeat;
	background-size: 63px 27px;
}

#page-header #menu ul li.goods {
	width: 156px;
	height: 27px;
}
#page-header #menu ul li.goods:before {
	content: '';
	background: url(../images/menu/menu_goods_off.png) no-repeat;
	background-size: 156px 27px;
}
#page-header #menu ul li.goods:after {
	content: '';
	background: url(../images/menu/menu_goods_on.png) no-repeat;
	background-size: 156px 27px;
}
#page-header #menu ul li.onair {
	width: 79px;
	height: 27px;
}
#page-header #menu ul li.onair:before {
	content: '';
	background: url(../images/menu/menu_onair_off.png) no-repeat;
	background-size: 79px 27px;
}
#page-header #menu ul li.onair:after {
	content: '';
	background: url(../images/menu/menu_onair_on.png) no-repeat;
	background-size: 79px 27px;
}
#page-header #menu ul li.eventcampaign {
	width: 160px;
	height: 27px;
}
#page-header #menu ul li.eventcampaign:before {
	content: '';
	background: url(../images/menu/menu_eventcampaign_off.png) no-repeat;
	background-size: 160px 27px;
}
#page-header #menu ul li.eventcampaign:after {
	content: '';
	background: url(../images/menu/menu_eventcampaign_on.png) no-repeat;
	background-size: 160px 27px;
}
#page-header #menu ul li.theater {
	width: 94px;
	height: 27px;
}
#page-header #menu ul li.theater:before {
	content: '';
	background: url(../images/menu/menu_theater_off.png) no-repeat;
	background-size: 94px 27px;
}
#page-header #menu ul li.theater:after {
	content: '';
	background: url(../images/menu/menu_theater_on.png) no-repeat;
	background-size: 94px 27px;
}
#page-header #menu ul li.official {
	width: 86px;
	height: 27px;
}
#page-header #menu ul li.official:before {
	content: '';
	background: url(../images/menu/menu_official_off.png) no-repeat;
	background-size: 86px 27px;
}
#page-header #menu ul li.official:after {
	content: '';
	background: url(../images/menu/menu_official_on.png) no-repeat;
	background-size: 86px 27px;
}
#page-header #menu ul li.twitter {
	width: 108px;
	height: 27px;
}
#page-header #menu ul li.twitter:before {
	content: '';
	background: url(../images/menu/menu_twitter_off.png) no-repeat;
	background-size: 108px 27px;
}
#page-header #menu ul li.twitter:after {
	content: '';
	background: url(../images/menu/menu_twitter_on.png) no-repeat;
	background-size: 108px 27px;
}
#page-header .language_area {
    position: absolute;
    top: 0;
	left: 50%;
	margin: 0 0 0 562px;
}
#page-header .language_area ul li {
	display: inline-block;
	position: relative;
/*	cursor: pointer;*/
	width: 43px;
	height: 21px;
}
#page-header .language_area ul li + li {
	margin: 0 0 0 15px;
}
#page-header .language_area ul li:before,
#page-header .language_area ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 43px;
	height: 21px;
	transition: opacity 0.3s linear;
	opacity: 1;
}
#page-header .language_area ul li:before {
	z-index: 1;
}
#page-header .language_area ul li:after {
	z-index: 0;
}
/*
#page-header .language_area ul li:hover:before {
	opacity: 0;
}
*/
#page-header .language_area ul li.jp:before {
	opacity: 0;
}
#page-header .language_area ul li.en:before {
	opacity: 1;
}
#page-header .language_area ul li.jp:before {
	content: '';
	background: url(../images/menu/menu_jp_off.png) no-repeat;
	background-size: 43px 21px;
}
#page-header .language_area ul li.jp:after {
	content: '';
	background: url(../images/menu/menu_jp_on.png) no-repeat;
	background-size: 43px 21px;
}
#page-header .language_area ul li.en:before {
	content: '';
	background: url(../images/menu/menu_en_off.png) no-repeat;
	background-size: 43px 21px;
}
#page-header .language_area ul li.en:after {
	content: '';
	background: url(../images/menu/menu_en_on.png) no-repeat;
	background-size: 43px 21px;
}

#page-header .share_area {
	position: absolute;
	bottom: -43px;
	left: 50%;
	z-index: 3;
	margin: 0 0 0 482px;
	width: 184px;
}
#page-header .share_area h3.title {
	display: inline-block;
	width: 51px;
	height: 31px;
	background: url(../images/header_share_title.png) no-repeat left center;
	background-size: 51px 12px;
	text-indent: -9999px;
	z-index: 99;
	position: relative;
}
#page-header .share_area ul {
	display: inline-block;
	vertical-align: top;
}
#page-header .share_area ul li {
	display: inline-block;
	margin: 0 0 0 10px;
	position: relative;
	cursor: pointer;
}
#page-header .share_area ul li a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	width: 31px;
	height: 31px;
	z-index: 99;
	position: relative;
}
#page-header .share_area ul li a:hover {
	opacity: 1;
}
#page-header .share_area ul li:before,
#page-header .share_area ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 31px;
	height: 31px;
	transition: opacity 0.3s linear;
	opacity: 1;
}
#page-header .share_area ul li:after {
	opacity: 0;
}
#page-header .share_area ul li:hover:before {
	opacity: 0;
}
#page-header .share_area ul li:hover:after {
	opacity: 1;
}
#page-header .share_area ul li.tw:before {
	content: '';
	background: url(../images/header_share_tw_off.png) no-repeat;
	background-size: 31px 31px;
}
#page-header .share_area ul li.tw:after {
	content: '';
	background: url(../images/header_share_tw_on.png) no-repeat;
	background-size: 31px 31px;
}
#page-header .share_area ul li.fb:before {
	content: '';
	background: url(../images/header_share_fb_off.png) no-repeat;
	background-size: 31px 31px;
}
#page-header .share_area ul li.fb:after {
	content: '';
	background: url(../images/header_share_fb_on.png) no-repeat;
	background-size: 31px 31px;
}
#page-header .share_area ul li.line:before {
	content: '';
	background: url(../images/header_share_line_off.png) no-repeat;
	background-size: 31px 31px;
}
#page-header .share_area ul li.line:after {
	content: '';
	background: url(../images/header_share_line_on.png) no-repeat;
	background-size: 31px 31px;
}


#page-header .information_text {
	position: absolute;
	bottom: -43px;
	left: 50%;
	z-index: 3;
	margin: 0 0 0 -650px;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	text-align: left;
}
#page-header .information_text a {
	text-decoration: none;
	padding: 0 20px 0 0;
	display: block;
	background: url(../images/ico_header_link.png) center right no-repeat;
	background-size: 19px 19px;
}

/*---- footer ----*/
#page-footer {
	position: relative;
}
#page-footer .inner {
	padding: 45px 0 52px 0;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
#totop {
	position: absolute;
	bottom: 35px;
	right: 41px;
	z-index: 10;
	width: 50px;
	height: 50px;
}
#totop a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/btn_pagetop.png) no-repeat;
	background-size: 50px 50px;
	text-indent: -9999px;
}

/* .image img */
.image img {
	width: 100%;
	height: auto;
}

/* movie ico */
.movie_thumb {
	position: relative;
	cursor: pointer;
}
.movie_thumb .image {
	position: relative;
}
.movie_thumb .ico_arr {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	border: #fff 1px solid;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.movie_thumb:hover .ico_arr {
	background: rgba(0, 0, 0, 0.8);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.movie_thumb .play_ico {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -10px;
	width: 19px;
	height: 24px;
	background: url(../images/ico_movie_play.png) no-repeat;
	background-size: 19px 24px;
}


/*------- pagination --------*/
.btn_backindex {
	margin: 46px auto 0;
	text-align: center;
}
.btn_backindex a {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	background-color: #000;
	height: 30px;
	padding: 0 10px;
}


.pagination_area {
	text-align: center;
}
.pagination_area {
	margin: 106px auto 0;
}
.pagination_area ul li {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.pagination_area ul li + li {
	margin: 0px 0 0 10px;
}
.pagination_area ul li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	background-color: #000;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.single-news .pagination_area ul li a {
	width: auto;
	padding: 0 10px;
}
.pagination_area ul li.prev a,
.pagination_area ul li.next a {
	width: 65px;
}
.pagination_area ul li span.current {
	display: block;
	font-size: 16px;
	color: #fff;
	background-color: #9fa9b7;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.pagination_area ul li.prev {
	margin: 0px 20px 0 0;
}
.pagination_area ul li.next {
	margin: 0px 0 0 30px;
}

/* popup */
.popup_movie_area {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.popup_movie_area .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
}
.popup_movie_area.on {
	display: block;
	opacity: 1;
}
.popup_movie_area.off {
	display: block;
	opacity: 0;
}
.popup_movie_area .movie_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 798px;
	height: 450px;
	margin: -225px 0 0 -399px;
}
.popup_movie_area .movie_inner iframe {
	width: 798px;
	height: 450px;
}
#popup_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 92px;
	height: 96px;
	cursor: pointer;
}
#popup_close:before,
#popup_close:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 92px;
	height: 96px;
	transition: opacity 0.3s linear;
	opacity: 1;
}
#popup_close:before {
	z-index: 1;
	opacity: 1;
}
#popup_close:after {
	z-index: 0;
	opacity: 0;
}
#popup_close:hover:before {
	opacity: 0;
}
#popup_close:hover:after {
	opacity: 1;
}
#popup_close:before {
	content: '';
	background: url(../images/btn_popup_off.png) no-repeat;
	background-size: 92px 96px;
}
#popup_close:after {
	content: '';
	background: url(../images/btn_popup_on.png) no-repeat;
	background-size: 92px 96px;
}


} /* @media screen end */