﻿@charset "utf-8";
html {
	font-size: 10px;
	font-size: 62.5%;/* 1.0rem = 10px */
}
body {
	background: #fff; /* 全体の背景指定 */
	min-width: 1000px;
}
html > body > iframe,html > body > img {/* リマケタグによる隙間を削除 */
display: none;
}

#wrapper {
	position: relative;
}
#wrapper #contents {
	width: 100%;
	color: #222;
	line-height: 1.8;
	font-size: 14px;
	font-size: 1.4rem;
	overflow: hidden;
	position: relative;
}

/*------------------------------------------------------------
common
------------------------------------------------------------*/

/* margin
**********************************/
.mb0 { margin-bottom: 0px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mr30 { margin-right: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt20 { margin-top: 20px !important;}
.inner {
	width: 920px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/* padding
**********************************/
.pb0 { padding-bottom: 0 !important;}

/* layout
**********************************/
.b-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.dispNone {
	display: none;
}

/* #main
**********************************/
#main {
	position: relative;
	width: 100%;
	float: none !important;
}
/* #article
**********************************/
#article {
	background: #90d401;
	font-size: 16px;
	font-size: 1.6rem;
}
#article a {
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#article a:hover { opacity: 0.5;}

#article li { list-style: none;}

/* text
**********************************/
.normal_text01 {
	font-size: 1.1rem;
}
.big_text01 {
	font-size: 1.6rem !important;
}
.big_text02 {
	font-size: 1.3rem !important;
}
/* text_color
**********************************/
.txt_blue { color: #00a1d6 !important;}
.txt_red { color: #d30c19 !important;}
.txt_white { color: #fff !important;}
.txt_gray { color: #666 !important;}
.txt_black { color: #000 !important;}

/* text_align
**********************************/
.tc { text-align: center !important;}
.tr { text-align: right !important;}

/* textout
**********************************/
.to {
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/* float
**********************************/
.fl { float: left; }
.fr { float: right; }
.clearfix {
  overflow: hidden;
  *zoom: 1;
}
.both {
	clear: both;
}


/* pagetop
**********************************/
.pagetop {
	/*background:url(../images/btn_pageTop_01.png) no-repeat left top transparent;*/
	width: 90px;
	height: 100px;
	position: fixed;
	right: 40px;
	bottom: -100px;
	z-index: 100;
}
.pagetop a.btn_bullet01 {
	background:url(../images/btn_pageTop_01.png) no-repeat left top transparent;
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 65px;
	cursor: pointer;
}
.pagetop a.btn_bullet02 {
	background:url(../images/btn_pageTop_01.png) no-repeat left bottom transparent;
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 35px;
	cursor: pointer;
}

#is2nd .pagetop a.btn_bullet01 {
	background:url(../images/chart/btn_pageTop_02.png) no-repeat left top transparent;
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 65px;
	cursor: pointer;
}
#is2nd .pagetop a.btn_bullet02 {
	background:url(../images/chart/btn_pageTop_02.png) no-repeat left bottom transparent;
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 35px;
	cursor: pointer;
}
/*------------------------------------------------------------
TOP
------------------------------------------------------------*/
/* header
**********************************/
.header {
	width: 100%;
	height: 632px;
	position: relative;
	background: #90d401;
}
.mainVisual01 {
	position: absolute;
	background: #90d401;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;/* アニメーション削除時 */
}
.mainVisual01_inner {
	position: relative;
	width: 882px;
	height: 132px;
	line-height: 100%;
	margin: 234px auto 0;
}
.parts_ntv_mainAnime,
.parts_hulu_mainAnime,
.parts_cross_mainAnime {
	display: block;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	display: none;
}

.mainVisual01 .parts_ntv_mainAnime {
	width: 286px;
	height: 130px;
	background: url(../images/parts_ntv_mainVisual.png) no-repeat 0 0 transparent;
	top: 0;
	left: 0;
}
.mainVisual01 .parts_hulu_mainAnime {
	width: 402px;
	height: 130px;
	background: url(../images/parts_hulu_mainVisual.png) no-repeat 0 0 transparent;
	top: 0;
	right: 0;
}
.mainVisual01 .parts_cross_mainAnime {
	width: 133px;
	height: 132px;
	background: url(../images/parts_cross_mainVisual.png) no-repeat 0 0 transparent;
	top: 0;
	left: 319px;
}

.mainVisual02 {
	width: 100%;
	height: 552px;
	background: url(../images/bg_header_right.jpg) repeat-x center 0;
	/*opacity: 0;*/
	opacity: 1;/* アニメーション削除時 */
}
.mainVisual02 .mainVisual02_center {
	position: relative;
	width: 1000px;
	height: 544px;
	margin: 0 auto 15px;
	background: url(../images/img_mainVisual_01.jpg) no-repeat center 0;
}
.mainVisual02 .logo {
	position: absolute;
	background: url(../images/logo_01.png) no-repeat 0 0 transparent;
	width: 609px;
	height: 138px;
	bottom: 0;
	left: 0;
}

.mainVisual02 .catchCopy01 {
	position: absolute;
	background: url(../images/tx_catchCopy_01.png) no-repeat 0 center transparent;
	width: 386px;
	height: 83px;
	bottom: 10px;
	right: 0;
}
.mainVisual02 .catchCopy02 {
	display: block;
	position: absolute;
	background: url(../images/bnr_movie_01.png) no-repeat 0 0 transparent;
	width: 390px;
	height: 189px;
	bottom: 110px;
	right: 0;
}

/*
.mainVisual02 .catchCopy02 a {
	display: block;
	position: absolute;
	background: url(../images/tx_catchCopy_02.png) no-repeat 0 0 transparent;
	width: 398px;
	height: 160px;
	bottom: 110px;
	right: 0;
}
.mainVisual02 .catchCopy02 a:hover {
	background-position: 0 -160px;
}
*/
.mainVisual02 .catchCopy03 {
	position: absolute;
	width: 264px;
	height: 166px;
	bottom: 267px;
	right: 17px;
}
.mainVisual02 .catchCopy03 a {
	background: url(../images/tx_catchCopy_03.png) no-repeat 0 0 transparent;
	display: block;
	height: 166px;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
.mainVisual02 .catchCopy03 a:hover {
	opacity: 0.5;
}

#is2nd .header {
	width: 100%;
	height: 245px;
	position: relative;
	background: #90d401;
	z-index: 2;
}
#is2nd .mainVisual02 {
	width: 100%;
	height: 152px;
	background: url(../images/chart/bg_header_left02.jpg) repeat-x center 0;
	opacity: 1;
}
#is2nd .mainVisual02 .mainVisual02_center {
	position: relative;
	width: 1000px;
	height: 152px;
	margin: 0 auto 21px;
	background: url(../images/chart/img_mainVisual_02.jpg) no-repeat center 0;
}
#is2nd .mainVisual02 .logo {
	position: absolute;
	background: none;
	width: 510px;
	height: 113px;
	top: 27px;
	left: 14px;
}
#is2nd .mainVisual02 .logo a {
	background: url(../images/chart/logo_02.png) no-repeat 0 0 transparent;
	display: block;
	width: 510px;
	height: 113px;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#is2nd .mainVisual02 .logo a:hover {
	opacity: 0.5;
}

/* nav
**********************************/
.nav {
	width: 960px;
	height: 59px;
	margin: 0 auto;
	display: table;
}
.nav li {
	display: table-cell;
	position: relative;
}
.nav .ico_new:before {
	content: "";
	display: block;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 12px;
	background: url(../images/ico_menu_new_01.png) no-repeat 0 0 transparent;
}
.nav .nav_intro { width: 191px;}
.nav .nav_story { width: 102px;}
.nav .nav_comment { width: 148px;}
.nav .nav_cast { width: 87px;}
.nav .nav_staff { width: 100px;}
.nav .nav_music { width: 107px;}
.nav .nav_original { width: 137px;}
.nav .nav_chart { width: 88px;}
.nav li a {
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/nav_sprite_01.png) no-repeat 0 0 transparent;
	height: 59px;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
.nav .nav_intro a { background-position: 0 0;}
.nav .nav_intro a:hover { background-position: 0 bottom;}
.nav .nav_story a { background-position: -191px 0;}
.nav .nav_story a:hover { background-position: -191px bottom;}
.nav .nav_comment a { background-position: -293px 0;}
.nav .nav_comment a:hover { background-position: -293px bottom;}
.nav .nav_cast a { background-position: -441px 0;}
.nav .nav_cast a:hover { background-position: -441px bottom;}
.nav .nav_staff a { background-position: -528px 0;}
.nav .nav_staff a:hover { background-position: -528px bottom;}
.nav .nav_music a { background-position: -628px 0;}
.nav .nav_music a:hover { background-position: -628px bottom;}
.nav .nav_original a { background-position: -735px 0;}
.nav .nav_original a:hover { background-position: -735px bottom;}
.nav .nav_chart a {
	background-position: right 0;
	/*cursor: default;*/
}
.nav .nav_chart.active a { background-position: right bottom;}
.nav .nav_chart a:hover { background-position: right bottom;}
.nav li a:hover,.nav li a:focus {
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
/*
.nav .nav_chart a:hover,.nav .nav_chart a:focus {
	background-position: right 0;
}*/

/* bg_sec00
**********************************/
.bg_sec00 {
	background: url(../images/bg_dot_02.png) repeat 0 0 #000;
	padding: 40px 0 0;
}
.inner.bnr_area-top {
	padding: 0 0 40px;
}
/*.inner.bnr_area-top.is-movie {
	padding: 40px 0 10px;
}*/
/*.bnr_list-top {
	letter-spacing: -.4em;
	text-align: center;
}
.bnr_list-top li {
	letter-spacing: normal;
	width: 300px;
	height: 140px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.bnr_list-top li:last-child { margin-right:0;}
.bnr_lastgap {
	background: url(../images/bnr_lastgap_01.png) no-repeat 0 0 #000;
	height: 136px;
	border: 2px solid #949494;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
}*/
/* リンク時
.bnr_lastgap {
	background-color: #000;
	border: 2px solid #fff;
}
.bnr_lastgap a {
	background: url(../images/bnr_lastgap_01.png) no-repeat 0 0 #000;
	height: 136px;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
	display: block;
}
*/
/*.bnr_prMovie {
	background: url(../images/bnr_prMovie_01.png) no-repeat 0 0 #fff;
	height: 136px;
	border: 2px solid #94667a;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
}*/
/* リンク時
.bnr_prMovie {
	border: 2px solid #ff4297;
	background-color: #fff;
}
.bnr_prMovie a {
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
	background: url(../images/bnr_prMovie_01.png) no-repeat 0 0 transparent;
	height: 136px;
}
*/
/*.bnr_furi2 {
	border: 2px solid #fff;
	background-color: #90d401;
}
.bnr_furi2 a {
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
	background: url(../images/bnr_furi2_01.png) no-repeat 0 0 transparent;
	height: 136px;
}*/
.bnr_previewMovie01 {
	margin-bottom: 20px;
	background-color: #000;
	border: 5px solid #90d401;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.bnr_previewMovie01 a {
	background: url(../images/bnr_previewMovie_01.png) no-repeat 0 0 transparent;
	height: 110px;
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
.bnr_hulu_black01 { margin-bottom: 20px;}
.bnr_hulu_black01 a {
	background: url(../images/bnr_hulu_black_01.png) no-repeat 0 0 transparent;
	height: 180px;
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
.bnr_appleTV01 { margin-bottom: 20px;}
.bnr_appleTV01 a {
	background: url(../images/bnr_appleTV_01.png) no-repeat 0 0 transparent;
	height: 180px;
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
.bnr_soundTrack01 {
	background-color: #90d401;
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.bnr_soundTrack01 a {
	background: url(../images/bnr_soundTrack_01.jpg) no-repeat 0 0 transparent;
	height: 70px;
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
.bg_sec000 {
	background: repeat 0 0 #000;
	padding: 40px 0 0;
	/*margin-bottom: 60px; 動画表示時*/
}
.inner.schedule {
	position: relative;
}
.tit_schedule {
	width: 180px;
	height: 75px;
	background: url(../images/tit_schedule_01.png) no-repeat 0 0 transparent;
	margin: 0 auto 32px;
}
.list_schedule {}
.list_schedule li {
	height: 180px;
	background: no-repeat 0 0;
	margin-bottom: 40px;
}
.list_schedule li a {
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	height: 180px;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
.list_schedule li.harf {
	width: 440px;
}
.list_schedule li.bnr_episode01 a {
	background-image: url(../images/img_episode01.jpg);
}
.list_schedule li.bnr_episode02 a {
	background-image: url(../images/img_episode02.jpg);
}
.list_schedule li.bnr_episode03 a {
	background-image: url(../images/img_episode03.jpg);
}
.list_schedule li.bnr_episode04_1 a {
	background-image: url(../images/img_episode04_1.jpg);
}
.list_schedule li.bnr_episode04_2 a {
	background-image: url(../images/img_episode04_2.jpg);
}
.list_schedule li.bnr_episode05_1 a {
	background-image: url(../images/img_episode05_1.jpg);
}
.list_schedule li.bnr_episode05_2 a {
	background-image: url(../images/img_episode05_2.jpg);
}
.inner.movie {
	background: #90d401;
	position: relative;
}
.tit_movie {
	position: absolute;
	width: 276px;
	height: 240px;
	background: url(../images/tit_movie_01.png) no-repeat 0 0 transparent;
	top: 60px;
	left: 2px;
}
.tit_movie.ep5_1 {
	background: url(../images/tit_movie_05_1.png) no-repeat 0 0 transparent;
}
.tit_movie.ep5_2 {
	background: url(../images/tit_movie_05_2.png) no-repeat 0 0 transparent;
}
#player {
	margin-left: 280px;
}
.bnr_form_apply01 {
	width: 920px;
	height: 80px;
	margin: 0 auto 40px;
	border: 5px solid #fff;
	background: #90d401;
}
.bnr_form_apply01 a {
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 60px;
	background: url(../images/bnr_form_apply_01.png) no-repeat 0 0 #90d401;
}
.bnr_hulu_japanese01 {
	width: 920px;
	height: 80px;
	margin: 0 auto;
	border: 5px solid #90d401;
	background: #000;
}
.bnr_hulu_japanese01 a {
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 60px;
	background: url(../images/bnr_hulu_japanese_01.png) no-repeat 0 0 #000;
}
.bnr_hulu_trial01 {
	width: 920px;
	height: 128px;
	margin: 0 auto;
}
.bnr_hulu_trial01 a {
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 128px;
	background: url(../images/bnr_hulu_trial_01.png) no-repeat 0 0 transparent;
}
/* bg_sec01
**********************************/
.bg_sec01 {
	background: #000;
	padding: 0 0 140px;
}
.bg_sec01 .l-column {
	width: 540px;
	float: left;
}
.bg_sec01 .r-column {
	width: 360px;
	float: right;
	line-height: 0;/* for IE */
}
/* News
**********************************/
.news {
	width: 540px;
	margin-bottom: 25px;
}
.tit_news {
	width: 59px;
	height: 30px;
	background: url(../images/tit_news_01.png) no-repeat 0 0 transparent;
}
.ticker {
	margin: 0 0 0 84px;
	width: 456px;
	text-align: left;
	position: relative;
	overflow: hidden;
	line-height: 30px;
}

.ticker ul {
	width: 100%;
	height: 30px;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
	color: #90d401;
}
.ticker ul li a {
	color: #90d401;
}
.ticker ul li a:hover {
	text-decoration: none;
}

.bnr_hulu_overseas01 {
	position: relative;
	border: 5px solid #90d401;
	width: 100%;
	height: 479px;
}
.bnr_hulu_overseas01:before {
	position: absolute;
	content: "";
	display: block;
	width: 448px;
	height: 137px;
	background: url(../images/tx_hulu_overseas_01.png) no-repeat 0 0 transparent;
	top: 23px;
	left: 66px;
	z-index: 1;
}
.bnr_hulu_overseas01 a {
	position: absolute;
	display: block;
	white-space: nowrap;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/img_hulu_overseas_01.jpg) no-repeat 0 0;
	width: 407px;
	height: 308px;
	top: 121px;
	left: 66px;
}

/* sns
**********************************/
#btn-sbm {
	text-align: right;
	margin-bottom: 28px;
}
#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}
*html #btn-sbm li { display: inline; } /* for IE6 */
*+html #btn-sbm li { display: inline; } /* for IE7 */

#btn-sbm li a { margin: 0px; }

#btn-sbm .btnFaceBook { width: 110px; }

#btn-sbm .btnHatenaBookmark { margin-right: 10px; }

.tit_twitter {
	width: 176px;
	height: 37px;
	background: url(../images/tit_twitter_01.png) no-repeat 0 0 transparent;
}
.twitter-widget_small {
	width: 100%;
	height: 240px;
	margin-bottom: 21px;
}

.bnr_facebook {
	width: 100%;
	height: 60px;
}
.bnr_facebook a {
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	height: 100%;
	background: url(../images/btn_facebook_01.gif) no-repeat 0 0;
}

.bnr_line_sp {
	display: none;
}
/* bg_sec02
**********************************/
.bg_sec02 {
	background: url(../images/bg_dot_01.gif) repeat 0 0 #fff;
	height: 833px;
	padding-top: 82px;
}
.inner.intro {
	background: #fff;
	padding: 31px 0 83px;
	position: relative;
	margin-top: -164px;
}
.tit_intro {
	width: 270px;
	height: 77px;
	background: url(../images/tit_intro_01.png) no-repeat 0 0 transparent;
	margin: 0 auto 32px;
}
.tx_intro01 {
	position: relative;
	width: 843px;
	height: 771px;
	background: url(../images/tx_intro_01.png) no-repeat 0 0 transparent;
	margin: 0 auto;
	z-index: 2;
}
.anime_gun01 {
	position: absolute;
	width: 664px;
	height: 375px;
	background: url(../images/anime_gun_01.png) no-repeat 0 0 transparent;
	bottom: -84px;
	right: -206px;
}
/* bg_sec03
**********************************/
.bg_sec03 {
background: #90d401;
background: -webkit-linear-gradient(90deg, #7fb807 0%, #90d401 45%, #90d401 100%);
background: -moz-linear-gradient(90deg, #7fb807 0%, #90d401 45%, #90d401 100%);
background: -o-linear-gradient(90deg, #7fb807 0%, #90d401 45%, #90d401 100%);
background: -ms-linear-gradient(90deg, #7fb807 0%, #90d401 45%, #90d401 100%);
background: linear-gradient(0deg, #7fb807 0%, #90d401 45%, #90d401 100%);
padding-top: 150px;
padding-bottom: 200px;
}
.inner.story {
	position: relative;
	background: #fff;
	padding: 30px 60px 60px;
}
.tit_story {
	width: 124px;
	height: 55px;
	margin: 0 auto 7px;
	background: url(../images/tit_story_01_before.png) no-repeat 0 0 transparent;
}
.tit_story.after {
	position: relative;
	background-image: url(../images/tit_story_01_after.png);
	z-index: 2;
}
.tit_story_sub {
	width: 64px;
	height: 14px;
	margin: 0 auto 30px;
	background: url(../images/tit_story_sub_01.png) no-repeat 0 0 transparent;
}
.anime_gun_shot01 {
	position: absolute;
	width: 3000px;
	height: 50px;
	top: 41px;
	left: -17px;
	background: url(../images/anime_gun_shot01.png) no-repeat 0 0 transparent;
	z-index: 1;
}

/* bg_sec04
**********************************/
.bg_sec04 {
	background: url(../images/bg_txLastcop_01.jpg) repeat-y center 0 #000;
	background-clip: content-box;
}
.bg_txLastcop01 {
	padding-top: 200px;
	padding-bottom: 40px;
	background: url(../images/bg_dot_02.png) repeat 0 0 transparent;
}
.inner.comment {
	background: #fff;
	padding: 33px 60px 60px 40px;
	margin-top: -319px;
	margin-bottom: 81px;
	position: relative;
}
.tit_comment {
	width: 194px;
	height: 76px;
	background: url(../images/tit_comment_01.png) no-repeat 0 0 transparent;
	margin: 0 auto 31px;
	position: relative;
	z-index: 2;
}

.box_comment {
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}
.box_comment:last-child { margin-bottom: 0;}
.img_comment {
	width: 179px;
	float: left;
	text-align: right;
}
.tx_comment {
	margin-left: 219px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.tx_comment h3 {
	margin-bottom: 10px;
}
.anime_star01 {
	position: absolute;
	width: 323px;
	height: 271px;
	top: -75px;
	left: 320px;
	background: url(../images/anime_star_01.png) no-repeat 0 0 transparent;
	z-index: 1;
}

.inner.cast {
	background: #fff;
	padding: 33px 0 60px;
	position: relative;
}
.tit_cast {
	width: 119px;
	height: 75px;
	background: url(../images/tit_cast_01.png) no-repeat 0 0 transparent;
	margin: 0 auto 50px;
	position: relative;
	z-index: 2;
}
.img_cast {
	width: 800px;
	height: 1460px;
	background: url(../images/img_cast_01.png) no-repeat 0 0 transparent;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.anime_star02 {
	position: absolute;
	width: 323px;
	height: 272px;
	top: -75px;
	left: 295px;
	background: url(../images/anime_star_02.png) no-repeat 0 0 transparent;
	z-index: 1;
}
/* bg_sec05
**********************************/
.bg_sec05 {
	background: #90d401;
	background: -webkit-linear-gradient(90deg, #7fb807 0%, #90d401 45%, #90d401 100%);
	background: -moz-linear-gradient(90deg, #7fb807 0%, #90d401 45%, #90d401 100%);
	background: -o-linear-gradient(90deg, #7fb807 0%, #90d401 45%, #90d401 100%);
	background: -ms-linear-gradient(90deg, #7fb807 0%, #90d401 45%, #90d401 100%);
	background: linear-gradient(0deg, #7fb807 0%, #90d401 45%, #90d401 100%);
	padding-top: 40px;
	padding-bottom: 60px;
}
.inner.staff {
	background-color: #ffffff;
	padding: 30px 0 68px;
	position: relative;
}
.tit_staff {
	width: 124px;
	height: 55px;
	margin: 0 auto 7px;
	background: url(../images/tit_staff_01_before.png) no-repeat 0 0 transparent;
}
.tit_staff.after {
	position: relative;
	background-image: url(../images/tit_staff_01_after.png);
	z-index: 2;
}
.tit_staff_sub {
	width: 56px;
	height: 13px;
	margin: 0 auto 32px;
	background: url(../images/tit_staff_sub_01.png) no-repeat 0 0 transparent;
}
.anime_gun_shot02 {
	position: absolute;
	width: 3000px;
	height: 50px;
	top: 31px;
	right: -17px;
	background: url(../images/anime_gun_shot02.png) no-repeat 0 0 transparent;
	z-index: 1;
}
.tx_staff01 {
	width: 850px;
	height: 202px;
	margin: 0 auto 38px;
	background: url(../images/tx_staff_01.png) no-repeat 0 0 transparent;
}
.box_staff_comment {
	padding: 0 58px;
}
.tit_staff_comment01 {
	width: 320px;
	height: 40px;
	margin: 0 auto 19px;
	background: url(../images/tit_staff_comment_01.png) no-repeat 0 0 transparent;
}
.tx_staff_comment01 {
	width: 100%;
	height: 44px;
	background: url(../images/tx_staff_comment_01.png) no-repeat right 0 transparent;
}

/* bg_sec05-06
**********************************/
.bg_sec05-06 {
	background: #000;
	padding-top: 40px;
	padding-bottom: 60px;
}
.inner.music {
	background-color: #ffffff;
	padding: 30px 0 50px;
	position: relative;
	margin-bottom: 40px;
}
.tit_music {
	width: 125px;
	height: 55px;
	margin: 0 auto 7px;
	background: url(../images/tit_music_01_before.png) no-repeat 0 0 transparent;
}
.tit_music.after {
	position: relative;
	background-image: url(../images/tit_music_01_after.png);
	z-index: 2;
}
.tit_music_sub {
	width: 26px;
	height: 14px;
	margin: 0 auto 32px;
	background: url(../images/tit_music_sub_01.png) no-repeat 0 0 transparent;
}
.anime_gun_shot03 {
	position: absolute;
	width: 3000px;
	height: 50px;
	top: 41px;
	left: -17px;
	background: url(../images/anime_gun_shot03.png) no-repeat 0 0 transparent;
	z-index: 1;
}
.box_music {
	padding: 0 60px;
}
.tx_music01 {
	width: 380px;
	height: 186px;
	background: url(../images/tx_music_01.png) no-repeat 0 0 transparent;
}
.img_music01 {
	width: 380px;
	height: 253px;
	background: url(../images/img_music_01.jpg) no-repeat 0 0 transparent;
}


.inner.soundTrack {
	background-color: #fff;
	padding: 40px 0 50px;
}
.box_soundTrack {
	background: url(../images/img_soundTrack_01.jpg) no-repeat 0 0 ;
	width: 798px;
	height: 572px;
	margin: 0 auto;
}

/* bg_sec06
**********************************/
.bg_sec06 {
	background: url(../images/bg_dot_01.gif) repeat 0 0 #fff;
	padding-top: 81px;
	padding-bottom: 79px;
}
.inner.original {
	background: #90d401;
	padding: 31px 0 78px 39px;
	position: relative;
}
.tit_original {
	width: 180px;
	height: 77px;
	background: url(../images/tit_original_01.png) no-repeat 0 0 transparent;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.anime_gunmark_big {
	position: absolute;
	width: 206px;
	height: 207px;
	top: -81px;
	left: 334px;
	background: url(../images/anime_gunmark_big.png) no-repeat 0 0 transparent;
	z-index: 1;
}
.anime_gunmark_min {
	position: absolute;
	width: 143px;
	height: 163px;
	top: -38px;
	left: 477px;
	background: url(../images/anime_gunmark_min.png) no-repeat 0 0 transparent;
	z-index: 1;
}
.box_original {
	position: relative;
	margin-top: -32px;
	padding-top: 76px;
	z-index: 2;
}
.img_original01 {
	width: 287px;
	height: 221px;
	float: right;
	position: relative;
	margin-right: 40px;
}
.img_original01:before {
	position: absolute;
	content: "";
	display: block;
	width: 105px;
	height: 104px;
	background: url(../images/ico_check_01.png) no-repeat 0 0 transparent;
	top: -76px;
	right: -15px;
	z-index: 1;
}
.tx_original01 {
	margin-right: 351px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.btn_original01 {
	border: 5px solid #ff4297;
}
.btn_original01 a {
	display: block;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/btn_original_01.png) no-repeat 0 0 transparent;
	width: 510px;
	height: 52px;
}
.bnr_navimail {
	width: 920px;
	margin: 20px auto;
}

/* bg_sec_chart
**********************************/
.bg_sec_chart {
	background: repeat 0 0 #000;
	padding-top: 95px;
	padding-bottom: 60px;
}
.inner.chart {
	background: #fff;
	position: relative;
	padding: 20px 0 60px;
}
.tit_chart {
	width: 122px;
	height: 54px;
	margin: 0 auto 7px;
	background: url(../images/chart/tit_chart_01_before.png) no-repeat 0 0 transparent;
}
.tit_chart.after {
	position: relative;
	background-image: url(../images/chart/tit_chart_01_after.png);
	z-index: 2;
}
.tit_chart_sub {
	width: 42px;
	height: 13px;
	margin: 0 auto 32px;
	background: url(../images/chart/tit_chart_sub_01.png) no-repeat 0 0 transparent;
}
.box_chart {
	width: 844px;
	/* height: 1140px; */
	height: 1000px;
	background: url(../images/chart/img_chart_map_01.png) no-repeat 0 0 ;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
.anime_gun03 {
	position: absolute;
	width: 616px;
	height: 348px;
	background: url(../images/chart/anime_gun_03.png) no-repeat 0 0 transparent;
	top: -53px;
	right: -162px;
	z-index: 1;
}
/* popup for chart */
.popup_chart {
	display: none;
}
.popup_inner01 {
	background: #fff;
	width: 601px;
	margin: 40px auto;
}
.popup_inner02 {
	background: #fff;
	width: 601px;
	margin: 40px auto;
}
.popup_tx {
	line-height: 1.5;
	font-size: 15px;
	overflow: auto;
	height: 110px;
}
.popup_tx_harf {
	width: 47%;
	line-height: 1.5;
	font-size: 15px;
	overflow: auto;
	height: 110px;
}

/* bg_sec_program
**********************************/
.bg_sec_program {
	background: repeat 0 0 #000;
	padding-top: 95px;
	padding-bottom: 60px;
}
.inner.program {
	background: #fff;
	position: relative;
	padding: 20px 0 40px;
}
.box_program {
	padding: 0 40px;
}
.tit_program {
	width: 180px;
	height: 78px;
	background: url(../images/tit_program_01.png) no-repeat 0 0 transparent;
	margin: 0 auto 30px;
	position: relative;
	z-index: 2;
}
.anime_gunmark_big02 {
	position: absolute;
	width: 206px;
	height: 207px;
	top: -81px;
	left: 334px;
	background: url(../images/anime_gunmark_big02.png) no-repeat 0 0 transparent;
	z-index: 1;
}
.anime_gunmark_min02 {
	position: absolute;
	width: 143px;
	height: 163px;
	top: -38px;
	left: 477px;
	background: url(../images/anime_gunmark_min02.png) no-repeat 0 0 transparent;
	z-index: 1;
}
.program_info {
	padding: 20px;
	border-bottom: 1px solid #a1a1a1;
}
.program_info .ico_new {
	display: inline-block;
	background : url(../images/ico_menu_new_02.png) no-repeat 0 0 transparent;
	width: 80px;
	height: 24px;
	margin-left: 10px;
	vertical-align: middle;
}
.program_info dt {
	color: #90d401;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	position: relative;
	padding-left: .5em;
	line-height: 1.5;
}
.program_info dt:before {
	content: "";
	display: block;
	width: 5px;
	height: 24px;
	position: absolute;
	background-color: #90d401;
	top: 4px;
	left: 0;
}
.program_info dd {
	font-size: 18px;
	font-size: 1.8rem;
	padding-left: 1em;
	text-indent: -1em;
}
.program_info dd.noIndent {
	padding-left: 0;
	text-indent: 0;
}
/* bg_sec_disc
**********************************/
.bg_sec_disc {
	background: repeat 0 0 #000;
	padding-top: 95px;
	padding-bottom: 60px;
}
.inner.disc {
	background: #fff;
	position: relative;
	padding: 20px 0 40px;
}
.box_disc {
	padding: 0 40px;
}
.tit_disc {
	width: 266px;
	height: 77px;
	background: url(../images/dvd/tit_disc.png) no-repeat 0 0 transparent;
	margin: 0 auto 30px;
	position: relative;
	z-index: 2;
}
.box_disc h3 {
	margin: 10px auto 20px;
}
.box_disc .img_disc ,.box_disc .txt_box ,
.box_disc .tokuten01_box ,.box_disc .tokuten02_box {float: left;}


.box_disc .txt_box {
	width: 520px;
	box-sizing: border-box;
	padding: 20px 0 0 20px;
}

.box_disc .btn_buy a{
	display: block;
	width: 400px;
	height: 70px;
	background: url(../images/dvd/btn_buy.jpg);
	overflow: hidden;
}
.box_disc .btn_buy a:hover {
	background-position: 0 -70px;
	opacity: 1 !important;
}

.box_disc .tokuten {
	background: url(../images/dvd/gunmark.png) no-repeat #90d401;
	background-position: right bottom;
	padding: 20px;
}

.box_disc .tokuten01_box {
	padding-right: 20px;
}

.box_disc h5 {
	font-size: 24px;
}
.box_disc h5 span {
	font-size: 14px;
}
.box_disc .tokuten01_box li ,.box_disc .tokuten02_box li {
	text-indent: 1em;
}

.box_disc .attention {
	font-size: 14px;
}

.anime_gunmark_big02 {
	position: absolute;
	width: 206px;
	height: 207px;
	top: -81px;
	left: 334px;
	background: url(../images/anime_gunmark_big02.png) no-repeat 0 0 transparent;
	z-index: 1;
}
.anime_gunmark_min02 {
	position: absolute;
	width: 143px;
	height: 163px;
	top: -38px;
	left: 477px;
	background: url(../images/anime_gunmark_min02.png) no-repeat 0 0 transparent;
	z-index: 1;
}

