@charset "utf-8";
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
 background: #000;
 color:#fff;
}
* { outline: none; }
body {
	font-family: "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
}
a { color: #FFF; }
a:hover { text-decoration: none; }
.sp { display: none; }
#fullWrap {
	min-width: 1200px;
	min-height: 100%;
	width: 100%;
	position: absolute;
	box-sizing: border-box;
	padding-left: 150px;
	padding-right: 350px;
	background: #000;
}
#sub #fullWrap { padding-right: 0; }
#left {
	width: 150px;
	position: fixed;
	left: 0;
	top: 0;
	max-height: 100vh;
	background: #FFF;
	min-height: 620px;
	height: 100%;
	z-index: 1000;
}
#left header h1 {
	position: absolute;
	height: 56px;
	width: 121px;
	left: 13px;
	top: 15px;
}
#left header h1 a {
	display: block;
	height: 56px;
	width: 121px;
	background: url(../images/logo.png) no-repeat center center / contain;
	transition: all .3s ease;
}
#left header h1 a:hover { opacity: 0.7; }

/* New css BEGIN */
#mv{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#mv li{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	cursor: pointer;
	min-width: 31px;
	padding-top: 118.52%;
	position: relative;
	transition: all .3s ease;
}
#mv li:before{
	content: "";
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .3s ease-in-out;
	z-index: 1;
}
#mv li:hover:before{
	opacity: .6;
}
#mv li .mv__cap {
	position: absolute;
	top: 0; 
	right: 0;
	z-index: 2;
}
#mv li.on {
	cursor: default;
	width: 84% !important;
}
#mv li.on:before{
	content: none;
}
/* New css END */

/*#mv { position: relative; }
#mv p.mv1 {
	width: 16%;
	margin-left:auto;
	padding-top: 118.52%;
	background-image: url(../images/mv.jpg);
	background-repeat: no-repeat;
	background-position: 55% top;
	background-size:cover;
	cursor:pointer;
	transition:all 0.3s ease;
}
#mv p.mv1.hov,
#mv p.mv2.hov  {
	width:18% !important;
}
#mv p.mv1.hovout,
#mv p.mv2.hovout  {
	width:82% !important;
}

#mv p.mv1.on {
	width:84%;
	cursor:default;
	background-position: center top;
}
#mv p.mv2 {
	position:absolute;
	top:0;
	width: 16%;
	padding-top: 118.52%;
	background-image: url(../images/mv2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	cursor:pointer;
	transition:all 0.3s ease;
}
#mv p.mv2.on {
	width: 84%;
	cursor:default;
}
#mv p span {
	position:absolute;
	right:0;
	top:0;
	width:31px;
}
#mv p.mv1 span {
	height:110px;
	background:url(../images/mv1_caption.png);
}
#mv p.mv2 span {
	height:98px;
	background:url(../images/mv2_caption.png);
}*/
nav {
	position: absolute;
	left: 0;
	top: 12%;
	bottom: 9%;
	right: 0;
}
nav ul {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
nav li {
	position: relative;
	width: 100%;
}
nav li a {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}
nav li a:before {
	content: '';
	position: absolute;
	left: -50%;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,1);
	width: 0;
	transition: all 0.3s ease;
	transform: skewX(30deg);
}
nav li a:after {
	content: '';
	position: absolute;
	right: -50%;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,1);
	width: 0;
	transition: width 0.3s ease;
	transform: skewX(30deg);
}
nav li a:hover:before,
nav li a:hover:after,
nav li a.active:before,
nav li a.active:after { width: 200%; }
nav li a span {
	display: block;
	height: 100%;
	text-indent: -9897px;
	position: absolute;
	z-index: 5;
	background-position: center center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
nav li.cs a { pointer-events: none; }
nav li.cs a span { opacity: .3; }
#n0 a span { background-image: url(../images/n0.png); }
#n1 a span { background-image: url(../images/n1.png); }
#n2 a span { background-image: url(../images/n2.png); }
#n3 a span { background-image: url(../images/n3.png); }
#n4 a span { background-image: url(../images/n4.png); }
#n5 a span { background-image: url(../images/n5.png); }
#n6 a span { background-image: url(../images/n6.png); }
#n7 a span { background-image: url(../images/n7.png); }
#n8 a span { background-image: url(../images/n8.png); }
#n9 a span { background-image: url(../images/n9.png); }
#n10 a span { background-image: url(../images/n10.png); }
#n11 a span { background-image: url(../images/n11.png); }
#n12 a span { background-image: url(../images/n12.png); }
#n13 a span { background-image: url(../images/n13.png); }
#n14 a span { background-image: url(../images/n14.png); }
#twidget {
	height: 425px;
	background: #000;
	position: relative;
}

#topMovie a {
	display: block;
	height: 180px;
	position: relative;
	overflow: hidden;
	background: #000;
}
#topMovie a:before {
	background: url(../images/top_movie_thumb.jpg) no-repeat center center / cover;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	transition: all 0.3s ease;
	background-position: center center;
}
#topMovie a:hover:before {
	transform: scale(1.1);
	opacity: 0.8;
}
#topMovie a span {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: url(../images/top_movie_btn.png) no-repeat center center;
	transition: all 0.3s ease;
	background-position: center center;
}
#topMovie a:hover span { transform: rotate(25deg) scale(1.05); }
aside {
	width: 350px;
	position: fixed;
	top: 0;
}
#bnrs li img{
	max-width:100%;
	height:auto;
}

.onairT img{
	max-width:100%;
	height:auto;
}

#topics {
	background: #e60012;
	color: #FFF;
	padding-bottom: 20px;
}
#topics h2 {
	background: url(../images/topics_h2.png) no-repeat left top;
	height: 50px;
}
#topics dl { padding: 20px; }
#topics dt { line-height: 28px; }
#topics dd {
	line-height: 28px;
	padding-bottom: 1em;
}
#topics dd a { color: #FFF; }
#toNews {
	margin: 0px 20px;
	height: 40px;

}
#toNews a {
	background: url(../images/btn_more.png) no-repeat center center;
	margin: 0px auto;
	height: 40px;
	display: block;
	border: 2px solid #FFF;
	transition: all 0.3s ease
}
#toNews a:hover { background: #FFF url(../images/btn_more_ov.png) no-repeat center center; }
aside #copyright {
	color: #FFF;
	text-align: center;
	height: 50px;
	background: #e60012;
	line-height: 50px;
}
#sns_list {
	background: #e60012 url(../images/h2_share.png) no-repeat center 6px;
	height: 48px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 18px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
#sns_list li {
	width: 30px;
	height: 30px;
	padding: 0 2px;
}
#sns_list li a {
	display: block;
	height: 30px;
}
#tw a { background: url(../images/icon_twitter.png) no-repeat center center; }
#fb a { background: url(../images/icon_facebook.png) no-repeat center center; }
#ln a { background: url(../images/icon_line.png) no-repeat center center; }
#mc header {
	background: #000;
	height: 128px;
	padding-left: 45px;
	display: flex;
	align-items: center;
}
#mc article {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
#mc #copyright {
	background: #E60012;
	height: 48px;
	line-height: 48px;
	text-align: center;
}
.bttop {
	margin: 0px auto;
	height: 34px;
	width: 150px;
	margin-bottom: 50px;
}
.bttop a {
	height: 34px;
	background: #fff;
	font-size: 15px;
	line-height: 33px;
	color: #e60012;
	box-sizing: border-box;
	font-weight: 500;
	letter-spacing: 0.1em;
	transition: all 0.3s ease;
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-weight: 600;
	border: 1px #fff solid;
}
.bttop a span {
	position: relative;
	z-index: 50;
}
.bttop a:before,
.bttop a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	transition: all .4s ease;
	transform: skewX(-15deg);
	background: #e60012;
}
.bttop a:before { left: -20px; }
.bttop a:after { right: -20px; }
.bttop a:hover:before,
.bttop a:hover:after { width: 120%; }
.bttop a:hover { color: #fff; }


.btDownL {
	margin: 0px auto;
	height: 54px;
	width: 420px;
	margin-bottom: 50px;
	border: 2px #ED0003 solid;
}

.btDownL .txt {
	text-align: center;
	font-size: 16px;
	line-height: 27px;
	font-weight: 900;
	color: #000;
}

.btDownL a {
	height: 54px;
	background: #fff;
	font-size: 15px;
	line-height: 53px;
	color: #e60012;
	box-sizing: border-box;
	font-weight: 500;
	letter-spacing: 0.1em;
	transition: all 0.3s ease;
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-weight: 600;
	border: 1px #fff solid;
}
.btDownL a span {
	position: relative;
	z-index: 50;
}
.btDownL a:before,
.btDownL a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	transition: all .4s ease;
	transform: skewX(-15deg);
	background: #e60012;
}
.btDownL a:before { left: -20px; }
.btDownL a:after { right: -20px; }
.btDownL a:hover:before,
.btDownL a:hover:after { width: 120%; }
.btDownL a:hover { color: #fff; }

.tokuten ul li { text-align: center; }
.tokutenEach { padding-bottom: 30px; }
.bttokuten {
	margin: 0px auto;
	height: 60px;
	width: 450px;
	padding-bottom: 50px;
}
.bttokuten a {
	height: 60px;
	background: rgba(203,0,0,0.6);
	font-size: 20px;
	line-height: 55px;
	color: #FFF;
	box-sizing: border-box;
	font-weight: 800;
	letter-spacing: 0.1em;
	transition: all 0.3s ease;
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.bttokuten a span {
	position: relative;
	z-index: 50;
}
.bttokuten a:before,
.bttokuten a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: .7;
	width: 0;
	transition: all .4s ease;
	transform: skewX(-15deg);
	background: #e60012;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64500', endColorstr='#e60012', GradientType=1 ); /* IE6-9 */
	pointer-events: none;
}
.bttokuten a:before { left: -20px; }
.bttokuten a:after { right: -20px; }
.bttokuten a:hover:before,
.bttokuten a:hover:after { width: 120%; }
#sub_head {
	height: 130px;
	background: #000;
	position: relative;
	margin-bottom: 40px;
}
#sub_head h2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 45px;
}
#sub footer {
	height: 48px;
	background: #e60012;
}
#sub_CR {
	color: #FFF;
	text-align: center;
	line-height: 48px;
}
#sub section {
	padding-bottom: 50px;
	min-height: calc(100vh - 98px);
}
#sub section article {
	width: 960px;
	margin: auto;
}
#sub #introduction article,
#sub #onair article {
	width: 960px;
	margin: auto;
	padding:45px;
	background:rgba(0,0,0,0.75);
}
#sub #onair article p {
	text-align:center;
}
/*old css*/
#specialList {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#specialList li {
	/*height: 530px;*/
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
}
#specialList li a {
	display: block;
	text-decoration: none;
}
#specialList li a img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s ease;
	border: 1px solid #e70c1d;
}
#specialList li a:hover img { transform: scale(1.05); }
#specialList li a span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: rgba(255,255,255,1);
	display: block;
	padding-top: 10px;
	letter-spacing: 0em;
	text-align: center;
}
#specialList li a .cn {
	text-align: center;
	text-indent: 0.08em;
}
.cateMusicBox {
	margin: 0 auto;
	width: 750px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cateMusic {
	margin: 0 5px;
	height: 34px;
	width: 220px;
	padding-bottom: 50px;
}
.cateMusic a {
	height: 34px;
	background: #fff;
	font-size: 15px;
	line-height: 33px;
	color: #e70c1d;
	box-sizing: border-box;
	font-weight: 800;
	letter-spacing: 0.01em;
	transition: all 0.3s ease;
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 1px solid #e70c1d;
	box-sizing: border-box;
}
.cateMusic .active { color: #fff; }
.cateMusic a span {
	position: relative;
	z-index: 50;
}
.cateMusic a:before,
.cateMusic a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: .7;
	width: 0;
	transition: all .4s ease;
	transform: skewX(-15deg);
	background: #E60012;
}
.cateMusic a:before { left: -20px; }
.cateMusic a:after { right: -20px; }
.cateMusic a:hover:before,
.cateMusic a:hover:after,
.cateMusic a.active:before,
.cateMusic a.active:after { width: 120%; }
.cateMusic a:hover { color: #fff; }
.m_wrap {
	width: 960px;
	margin: auto;
	letter-spacing: 0.08em;
	padding: 45px;
	background:rgba(0,0,0,0.75);
}
.musicImgBox {
	width: 960px;
	padding-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}
.musicImage { width: 480px; }
.musicImage img {
	display: block;
	width: 100%;
	height: auto;
}
.m_ttlBox {
	width: 480px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	position: relative;
	background: #e60012;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.m_ttlBox p {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 5px;
}
.m_ttlBox strong {
	width: 100%;
	display: block;
	font-size: 24px;
	line-height: 34px;
	padding-top: 5px;
}
.m_ttlBox small {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 40px;
}
.m_ttlBox span {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.m_record_logos {
	width: 95px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.m_wrap h3 {
	text-align: center;
	height: 50px;
	width: 260px;
	font-size: 18px;
	line-height: 50px;
	font-weight: 900;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	letter-spacing: 0.08em;
	border: 1px solid #e60012;
	box-sizing: border-box;
	background: #fff;
	color: #e60012;
}
/*.backK {
	background: #fff;
	color: #e70c1d;
}
.backR {
	color: #fff;
	background:#e60012 ;
}*/

/*.backC {
	color: #fff;
	background: rgb(230,70,0);
    background: -moz-linear-gradient(top, rgba(230,0,18,1) 0%, rgba(230,70,0,1) 79%);
    background: -webkit-linear-gradient(top, rgba(230,0,18,1) 0%,rgba(230,70,0,1) 79%);
    background: linear-gradient(to bottom, rgba(230,0,18,1) 0%,rgba(230,70,0,1) 79%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#e64600',GradientType=0 );
}*/
.m_wrap h4 {
	font-size: 20px;
	padding-bottom: 35px;
}
.m_wrap h4 span { font-size: 16px; }
.artistComment {
	line-height: 34px;
	padding-bottom: 55px;
	font-size: 16px;
	font-weight: 900;
}
.artistComment2 {
	line-height: 34px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: 900;
}
#toOfficial {
	height: 60px;
	width: 300px;
	margin: 0 auto;
	padding: 10px 0 40px;
}
#toOfficial a {
	border: 4px solid #fff;
	display: block;
	font-size: 20px;
	line-height: 67px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-decoration: none;
	text-align: center;
	height: 67px;
	overflow: hidden;
	position: relative;
	z-index: 5;
	color: #fff;
}
#toOfficial a:before,
#toOfficial a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	opacity: .7;
	transition: all .3s ease;
	transform: skewX(-15deg);
	z-index: -1;
	color: #fff;
	background: #e60012;
}
#toOfficial a:before { left: -20px; }
#toOfficial a:after { right: -20px; }
#toOfficial a:hover:before,
#toOfficial a:hover:after,
#toOfficial a.active:before,
#toOfficial a.active:after { width: 130%; }
#toOfficial a:hover { color: #fff; }
#charaTabList {
	display: flex;
	flex-wrap: wrap;
	width: 960px;
	margin: auto;
}
#charaTabList li {
	width: 232.5px;
	height: 40px;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 1px solid #e60012;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
#charaTabList li:nth-child(4n) { margin-right: 0; }
#charaTabList li a { height: 40px; }
#charaTabList li a p {
	height: 40px;
	font-size: 18px;
	line-height: 38px;
	font-weight: 800;
	letter-spacing: 0.06em;
	position: relative;
}
.characterThumb {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 960px;
	margin: auto;
}
.characterThumb li {
	width: 184px;
	height: 50px;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 1px solid #dd0012;
	background: #fff url(../images/btn_chara.jpg) no-repeat center center / cover;
	margin-right: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.characterThumb li:nth-child(5n) { margin-right: 0; }
.characterThumb li a {
	display: block;
	height: 50px;
	position: relative;
	text-decoration: none;
}
.characterThumb li a p {
	font-size: 14px;
	line-height: 50px;
	font-weight: 600;
	letter-spacing: -0.04em;
	color: #fc4e0e;
	text-align: right;
	padding-right: 5px;
	transition: all 0.3s ease;
	position: relative;
	z-index: 10;
}
.characterThumb li a p span {
	display: block;
	line-height: 16px;
	padding: 9px 0;
}
.characterThumb li a img {
	position: absolute;
	top: 0;
	left: 0px;
	height: 100%;
	width: auto;
}
.characterThumb li.ative a p,
.characterThumb li:hover a p { color: #fff; }
#characterin {
	margin: 0px auto;
	width: 960px;
	/*min-height: 750px;*/
	position: relative;
}
.charaSpec {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-bottom: 30px;
	box-sizing: border-box;
	display: none;
}
.charaSpec.show { display: block; }
.c_img {
	margin: auto;
	position: relative;
	min-height: 530px;
}
.c_img img {
	display: block;
	width: 100%;
	height: auto;
}
.c_info {
	/*width: 760px;*/
	padding: 30px 0;
	box-sizing: border-box;
}
.c_nameBox {
	position: absolute;
	bottom: 0;
	left: 0;
}
.c_nameBox>div {
	color: #fff;
	font-weight: 900!important;
}
.c_nameBox p { }
.c_name p {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 5px 30px 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.c_name .name {
	font-size: 30px;
	line-height: 30px;
	margin-top: 5px;
}
.c_name .ruby {
	font-size: 20px;
	font-weight: 900!important;
	letter-spacing: 0.01em;
	line-height: 26px;
}
.c_name small {
	font-size: 18px;
	font-weight: 900;
	padding-left: 2px;
}
.cv p {
	font-size: 18px;
	line-height: 40px;
	padding: 0 30px;
	box-sizing: border-box;
	display: inline-block;
}
/*.c_text { width: 400px; }
*/
.c_text p {
	font-size: 16px;
	font-weight: 900;
	line-height: 30px;
	color: #fff;
	word-break: break-all;
}
#charaTabList li.cs { pointer-events: none; }
#charaTabList li.cs p { color: #696969; }
#charaTabList li.cs p:before { background: url(../images/cross_cs.png) no-repeat center; }
.c_other p {
	padding-left: 0 !important;
	text-align: center;
}
.c_other p:before { display: none; }
.vertical_gra_effect li { transition: all 0.3s ease; }
.vertical_gra_effect li:before,
.vertical_gra_effect li:after {
	content: '';
	position: absolute;
	top: -2px;
	bottom: -2px;
	width: 0;
	transition: all .4s ease;
	transform: skewX(-15deg);
	background: #dd0012;
}
.vertical_gra_effect li a {
	color: #e60012;
	box-sizing: border-box;
	transition: all 0.3s ease;
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 10;
}
.vertical_gra_effect li a p {
	color: #e60012;
	transition: all 0.3s ease;
}
.vertical_gra_effect li:before { left: -20px; }
.vertical_gra_effect li:after { right: -20px; }
.vertical_gra_effect li:hover:before,
.vertical_gra_effect li:hover:after,
.vertical_gra_effect li.active:before,
.vertical_gra_effect li.active:after { width: 120%; }
.vertical_gra_effect li:hover a,
.vertical_gra_effect li.active a { color: #fff; }
.vertical_gra_effect li:hover a p,
.vertical_gra_effect li.active a p { color: #fff; }
.vertical_gra_effect li.active { background: #dd0012; }
.vartical_gra_background { background: #dd0012; }
/*#character article {
	padding-top: 40px;
}
*/

.staffcastWrap:first-of-type { padding-bottom: 70px; }
.staffcastWrap h3 {
	width: 120px;
	height: 30px;
	margin: 0 auto 30px;
}
#staff h3 { background: url(../images/staff_h3.jpg) no-repeat center; }
#cast h3 { background: url(../images/cast_h3.jpg) no-repeat center; }
.staffcastWrap ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 35px;
	padding-top: 35px;
	padding-bottom: 15px;
	background:rgba(0,0,0,0.75);
}
.staffcastWrap ul li {
	color: #fff;
	margin-right: 50px;
	margin-bottom: 20px;
}
#cast.staffcastWrap ul li {
	width:160px;
}
.w100 { width: 100%; }
.staffcastWrap ul li p,
.staffcastWrap ul li strong span {
	font-size: 14px;
	line-height: 24px;
	font-weight: 900;
	letter-spacing: 0.01em;
	margin-bottom: 5px;
	position: relative;
}
.staffcastWrap ul li strong {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0.01em;
	position: relative;
}
#cast ul li {
	padding-top: 10px;
	margin-right: 70px;
	margin-bottom: 30px;
}
.staffcastWrap ul li small {
	font-size: 10px;
	line-height: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
	position: absolute;
	top: -10px;
	left: 0;
}
.staffcastWrap ul li strong a {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/icon_cmm.png) no-repeat center;
	position: absolute;
	top: 0;
	right: -30px;
	transition: all .3s ease;
}
.staffcastWrap ul li strong a:hover { opacity: 0.7; }
/*.modal {
	overflow: auto;
	position: fixed;
	z-index: 20000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #fff;
	display: none;
}*/
#commentModalin {
	position: absolute;
	padding: 95px 0;
	min-height: 100%;
	min-width: 1200px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*	-webkit-justify-content: center;
	justify-content: center;*/
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.commentModalinbox {
	width: 1030px;
	margin: 0 auto;
	display: none;
}
.interview {
	float: right;
	width: 690px;
}
.interview dl { padding-top: 35px; }
.interview dt {
	font-size: 14px;
	line-height: 36px;
	font-weight: 600;
	color: #cb0000;
	padding-bottom: 10px;
}
.interview dd {
	font-size: 14px;
	line-height: 36px;
	color: #000;
	padding-bottom: 36px;
}
.castRuby {
	line-height: 24px;
	font-size: 14px;
	letter-spacing: 0.08em;
	font-weight: 900;
	color: #cb0000;
}
.castName {
	font-size: 20px;
	letter-spacing: 0.08em;
	font-weight: 900;
	padding-bottom: 25px;
	color: #cb0000;
}
.castName span {
	font-size: 20px;
	display: inline-block;/*margin-left: 150px;*/
}
.castName span.s {
	font-size: 14px;
	display: inline-block;
	margin-left: 0;
}
.castName .cmm {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	text-align: center;
	display: inline-block;
	height: 30px;
	width: 147px;
	margin-left: 30px;
	text-decoration: none;
	transition: all 0.5s ease;
	background: #e64500;
}
.castImage {
	float: left;
	width: 302px;
	padding-top: 8px;
}
.interview .interviewText {
	font-size: 14px;
	line-height: 36px;
}
.modalClose {
	height: 70px;
	width: 70px;
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 20001;
}
.modalClose a {
	display: block;
	height: 70px;
	position: relative;
	transition: all .3s ease;
}
.modalClose a:hover { transform: scale(1.08); }
.modalClose a:before,
.modalClose a:after {
	content: '';
	position: absolute;
	width: 70px;
	height: 8px;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -35px;
	background: #e60012;
}
.modalClose a:before { transform: rotate(45deg); }
.modalClose a:after { transform: rotate(-45deg); }
#movieList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#movieList li {
	width: 320px;
	margin: 0 20px;
}
#movieList li a {
	display: block;
	text-decoration: none;
	transition: all .3s ease;
}
#movieList li a:hover .movieThumb { transform: scale(1.05); }
#movieList .movieThumb {
	width: 320px;
	height: 180px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	transition: all .3s ease;
}
#movieList .movieTitle {
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 60px;
	font-weight: 900;
}
.modal {
	background: rgba(255,255,255,.95);
	position: fixed;
	z-index: 20000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	display: none;
}
.modal iframe { display: block; }
.modalin {
	min-height: 620px;
	min-width: 1200px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.modalin .modalMov {
	position: absolute;
	left: 50px;
	top: 50px;
	right: 50px;
	bottom: 50px;
}
/*.modalClose {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 5000;
}*/
#movieModal .modalIn {
	max-width: 1200px;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#modalYtBox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#modalYtBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.spaceFix { margin-bottom: 20px; }
#keywordList {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding:45px;
	background:rgba(0,0,0,0.75);
	margin-bottom:30px;
}
#keywordList dt {
	font-size: 24px;
	line-height: 34px;
	font-weight: 900;
	color: #E60012;
	letter-spacing: 0.08em;
	padding: 8px 15px;
	background: #FFF;
	border: 2px solid #e60012;
}
#keywordList dd {
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	letter-spacing: 0.08em;
	padding: 10px 15px 70px;
}
/*================== NEWS =====================*/
.cateNewsBox {
	margin: 0 auto;
	width: 500px;
	padding-top: 10px;
}
.cateNews {
	margin-left: 10px;
	height: 34px;
	width: 150px;
	float: left;
	padding-bottom: 50px;
}
.cateNews a {
	height: 34px;
	font-size: 15px;
	line-height: 33px;
	color: #e60012;
	box-sizing: border-box;
	font-weight: 800;
	letter-spacing: 0.1em;
	transition: all 0.3s ease;
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 1px solid #e60012;
	background: #fff;
}
.cateNews .active {
	color: #fff;
	background: #e60012;
	pointer-events: none;
}
.cateNews a span {
	position: relative;
	z-index: 50;
}
.cateNews a:before,
.cateNews a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	transition: all .4s ease;
	transform: skewX(-15deg);
	background: #e60012;
}
.cateNews a:before { left: -20px; }
.cateNews a:after { right: -20px; }
.cateNews a:hover:before,
.cateNews a:hover:after { width: 120%; }
.cateNews a:hover { color: #fff; }
#newsList { padding-bottom: 100px; }
#newsList li {
	position: relative;
	padding: 19px 0;
}
.newsDate {
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	right: 50%;
	margin-right: 343px;
	text-align: right;
	line-height: 20px;
	padding-right: 10px;
	font-size: 18px;
	color: #fff;
	min-width: 175px;
	background: #e60012;
}
#newsList li a {
	font-size: 16px;
	line-height: 34px;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
#newsList a span {
	display: block;
	margin-right: auto;
	margin-left: 40px;
	padding-right: 140px;
	position: relative;
	box-sizing: border-box;
	z-index: 10;
	color: #000;
	font-weight: 600;
	transition: all 0.3s ease;
}
#newsList a span strong {
	height: 25px;
	width: 90px;
	margin-top: -12.5px;
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 15px;
	line-height: 25px;
	color: #FFF;
	box-sizing: border-box;
	font-weight: 500;
	letter-spacing: 0.1em;
	transition: all 0.3s ease;
	display: block;
	text-align: center;
	background: #e60012;
}
#newsList a:hover span { color: #fff; }
#newsList a:hover span strong { background-color: #000; }
#newsList a:before,
#newsList a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #cb0000;
	opacity: .7;
	width: 0;
	transition: all .4s ease;
	transform: skewX(-15deg);
}
#newsList a:before { left: -20px; }
#newsList a:after { right: -20px; }
#newsList a:hover:before,
#newsList a:hover:after { width: 104%; }
#newsDetail {
	padding-top: 19px;
	position: relative;
}
#newsDetail h3 {
	font-size: 18px;
	line-height: 34px;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #fff;
	color: #000;
	overflow: hidden;
	position: relative;
}
#newsDetail h3 span {
	display: block;
	margin-right: 30px;
	margin-left: 30px;
	padding-right: 150px;
	position: relative;
	box-sizing: border-box;
	z-index: 10;
	font-weight: 600;
}
#newsText {
	padding-top: 50px;
	width: 800px;
	margin: auto;
	padding-right: 80px;
	padding-left: 80px;
	margin-bottom:30px;
}
#news #newsText {
	background:rgba(0,0,0,0.75);
	padding-bottom:30px;
}
.newsTexts {
	font-size: 16px;
	line-height: 47px;
	font-weight: 900;
	padding-bottom: 47px;
	margin: 0 auto;
}
.newsImages { /*background: rgba(0,0,0,.8);*/
padding: 10px 0px 30px; }
.newsImages span {
	display: block;
	margin: 0px auto;
	text-align: center;
}
.newsImages span.lt { text-align: left; }
.newsImages span.gt { text-align: right; }
.pagingBox {
	height: 50px;
	text-align: center;
	padding-bottom: 60px;
}
.pagingBox a,
.pagingBox > span {
	display: inline-block;
	height: 35px;
	width: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
	text-align: center;
	line-height: 32px;
	overflow: hidden;
	position: relative;
	font-size: 20px;
	border: 1px solid #fff;
}
.pagingBox a {
	background-color: #fff;
	transition: all 0.3s ease;
	color: #000;
	text-decoration: none;
}
.pagingBox a span {
	position: relative;
	z-index: 5;
}
.pagingBox a:before,
.pagingBox a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: .7;
	width: 0;
	transition: all .4s ease;
	transform: skewX(-15deg);
	background: #e60012;
}
.pagingBox a:hover { color: #fff; }
.pagingBox a:before { left: -20px; }
.pagingBox a:after { right: -20px; }
.pagingBox a:hover:before,
.pagingBox a:hover:after { width: 200%; }
.pagingBox > span {
	color: #fff;
	background: #e60012;
}
/*=================== INTRODUCTION ======================*/
#introduction h3 {
	line-height: 50px;
	color: #fff;
	font-size: 30px;
	padding-bottom: 50px;
	text-align: justify;
	letter-spacing: 0.1em;
	font-weight: 900 !important;
}
#introduction h4 {
	line-height: 80px;
	color: #fff;
	font-size: 30px;
	padding-bottom: 20px;
	text-align: justify;
	letter-spacing: 0.1em;
	font-weight: 900 !important;
}
#introduction h3 span { font-size: 20px; }
#introduction p {
	font-size: 18px;
	line-height: 45px;
	letter-spacing: 0.1em;
	font-weight: 900 !important;
}
#sub section {
	background-color: #E70012;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top 130px center;
}
#news { background-image: url(../images/bg01.jpg); }
#introduction { background-image: url(../images/bg02.jpg); }
#character { background-image: url(../images/bg03.jpg); }
#caststaff { background-image: url(../images/bg04.jpg); }
#movie { background-image: url(../images/bg05.jpg); }
#music { background-image: url(../images/bg06.jpg); }
#comics { background-image: url(../images/bg07.jpg); }
#special { background-image: url(../images/bg08.jpg); }
#onair { background-image: url(../images/bg09.jpg); }
#bddvd { background-image: url(../images/bg10.jpg); }
#story { background-image: url(../images/bg11.jpg); }
#sub #special.relayInterview {
	background-image: none;
	background: #FFF;
}
/*===================== SPECIAL =======================*/

#spcl_list { }
#spcl_list li {
	margin-bottom: 20px;
	position: relative;
}
#spcl_list li a {
	font-size: 20px;
	line-height: 34px;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	border: 2px solid #e20000;
	position: relative;
}
#spcl_list a span {
	display: block;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 140px;
	position: relative;
	box-sizing: border-box;
	z-index: 10;
	color: #e20000;
	font-weight: 900;
	transition: all 0.3s ease;
	position: relative;
}
#spcl_list.spcl_top a span { padding-left: 147px; }
#spcl_list.spcl_top a span:before {
	content: "";
	width: 116px;
	height: 38px;
	background: url(../images/logo_s.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -19px;
}
#spcl_list a span strong {
	height: 25px;
	width: 90px;
	margin-top: -12.5px;
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 15px;
	line-height: 25px;
	color: #FFF;
	box-sizing: border-box;
	font-weight: 900;
	letter-spacing: 0.1em;
	transition: all 0.3s ease;
	display: block;
	text-align: center;
	background: #e20000;
}
#spcl_list a:hover span { color: #fff; }
#spcl_list a:hover span strong {
	background-color: #fff;
	color: #e20000;
}
#spcl_list a:before,
#spcl_list a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #e20000;
	width: 0;
	transition: all .4s ease;
	transform: skewX(-15deg);
}
#spcl_list a:before { left: -20px; }
#spcl_list a:after { right: -20px; }
#spcl_list a:hover:before,
#spcl_list a:hover:after { width: 104%; }
#spcl_list.relay_interview li { padding-top: 20px; }
#newsDetail2 h3 {
	font-size: 18px;
	line-height: 34px;
	text-decoration: none;
	display: block;
	padding-top: 22px;
	padding-bottom: 22px;
	background: #e20000;
	overflow: hidden;
	position: relative;
	color: #fff;
	padding-left: 20px;
}
#newsText { padding-top: 50px; }
#newsText img {
	display: block;
	margin: auto;
}
.newsTexts {
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
}
#special.relayInterview .newsTexts { color: #000; }
.newsTexts2 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
	text-align: center;
	color: #e20000;
	font-weight: bold;
}
.newsTexts3 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
	text-align: left;
	color: #e20000;
	font-weight: bold;
}
.red {
	font-weight: bold;
	color: #e20000;
}
#loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: #000;
}
#mv #startDate {
	position: fixed;
	z-index: 50;
	pointer-events: none;
	background: url(../images/startdate.png) no-repeat bottom center / 76% auto;
	padding-top: 0;
	left:150px;
	top:0;
	height:99vh;
}
#newsText .fl {
	margin: 0 0 20px 30px;
	float: right;
	display: inline;
}
#bnrs a img {
	transition:all 0.3s ease;
}
#bnrs a:hover img {
	opacity:0.75;
}
#twidget h2 { padding-bottom: 15px; }

#bddvdNav {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-bottom:10px;
}
#bddvdNav li {
	width:231px;
	height:40px;
	margin-bottom:12px;
	position:relative;
	overflow:hidden;
	background:#FFF;
}
#bddvdNav li a {
	position:relative;
	box-sizing:border-box;
	border:1px solid #E70012;
	display:block;
	height:40px;
	color:#E70012;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}
#bddvdNav li a p {
	height:38px;
	line-height:40px;
	text-align:center;
	padding-left:70px;
}
#bddvdNav li a p span {
	width:82px;
	position:absolute;
	height:38px;
	background-position:right center;
	left:0;
	top:0;
	text-indent:100%;
	overflow:hidden;
}
#bddvdNav li a p span.titleBD {
	background-image:url(../images/title_bd.png);
}
#bddvdNav li a p span.titleDVD {
	background-image:url(../images/title_dvd.png);
}
#bddvdNav li:last-child {
	width:474px;
}
#bddvdNav li a p span.titleBDDVD {
	width:110px;
	background-image:url(../images/title_bddvd.png);
}
#bddvdNav li:last-child a p {
	color:#000;
}
#bddvdNav li:last-child a:hover p,
#bddvdNav li:last-child.active a p {
	color:#FFF;
}
.bddvdCont {
	padding: 50px;
	background:#FFF;
}
.bddvdContHead {
	display:flex;
	justify-content:space-between;
	padding-bottom:30px;
}
.bddvdSpec {
	width:510px;
	order:2;
	color: #000;
}
.bddvdSpec h3 {
	margin:0 -50px 35px;
	height:80px;
	line-height:84px;
	background: rgb(230,0,18);
background: -moz-linear-gradient(top,  rgba(230,0,18,1) 21%, rgba(255,88,14,1) 100%);
background: -webkit-linear-gradient(top,  rgba(230,0,18,1) 21%,rgba(255,88,14,1) 100%);
background: linear-gradient(to bottom,  rgba(230,0,18,1) 21%,rgba(255,88,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#ff580e',GradientType=0 );
font-size:30px;
color:#FFF;
font-weight:bold;
padding-left:50px;
}
.bddvdSpec .salesDate {
	font-size: 22px;
	font-weight: bold;
	height: 44px;
	padding-bottom:0;
}
.bddvdSpec p {
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 10px;
	font-weight:bold;
}
.bddvdJacket {
	order:1;
	width: 300px;
}
.bddvdSpecial {
	padding-bottom:50px;
}
.bddvdSpecial:last-of-type {
	padding-bottom:0;
}
.bddvdSpecial h3 {
	margin:0 0 35px;
	height:80px;
	line-height:84px;
	background: rgb(230,0,18);
background: -moz-linear-gradient(top,  rgba(230,0,18,1) 21%, rgba(255,88,14,1) 100%);
background: -webkit-linear-gradient(top,  rgba(230,0,18,1) 21%,rgba(255,88,14,1) 100%);
background: linear-gradient(to bottom,  rgba(230,0,18,1) 21%,rgba(255,88,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#ff580e',GradientType=0 );
font-size:30px;
color:#FFF;
font-weight:bold;
text-align:center;
}
.bddvdSpecial p {
	color:#000;
	font-size:16px;
	font-weight:bold;
	line-height:28px;
	margin-bottom:25px;
}
.onairTable {
	padding-top: 60px;
	width: 800px;
	margin: 0 auto;
}
.onairTable h3 {
	font-size: 22px;
	font-weight: 600;
	color: rgba(255,255,255,1);
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,1);
	margin-bottom: 40px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-shadow: 2px 2px 0px #000000;
}
.onairTable table { width: 100%; }
.onairTable table th {
	padding: 10px 20px;
	border: 1px solid #FFF;
	font-size: 16px;
	background: rgba(203,0,0,0.6);
	font-weight: 600;
	text-shadow: 2px 2px 0px #000000;
}
.onairTable table th:last-child { width: 450px; }
.onairTable table td {
	padding: 20px;
	border: 1px solid #FFF;
	font-size: 16px;
	background: rgba(0,0,0,0.6);
}
.onairCaution { padding-top: 20px; }
.onairModal {
	height: 540px;
	width: 960px;
	margin-top: -270px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#onairBnr {
	position: absolute;
	z-index: 500;
	right: 0px;
	top: 0px;
	background: rgba(0,0,0,1);
}
#onairBnr a { display:block; }
#onairBnr a:hover { opacity: 0.6; }

.onAirH {
	font-size: 24px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #ff0000;
}
.onAirS {
	width: 700px;
	font-size: 18px;
	font-weight: bold;
	padding:20px 0;
	text-align: left;
	margin:0 auto;
	border-bottom: 1px dotted #F74B4E;
}
.onAirS2 {
	width: 700px;
	font-size: 14px;
	text-align: left;
	margin:0 auto;
	padding-bottom: 40px;
	padding-top: 30px;
}
#storyList {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 100px;
}
#storyList li {
	width: 	290px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
}
#storyList li a {
	display: block;
	text-decoration: none;
}
#storyList li a img {
	width: 290px;
	height: 163px;
	display: block;
	transition: all 0.3s ease;
}
#storyList li a:hover img { transform: scale(1.05); }
#storyList li a span {
	font-size: 18px;
	line-height: 30px;
	font-weight: 900;
	color: rgba(255,255,255,1);
	display: block;
	padding-top: 10px;
	letter-spacing: 0.08em;
}
#storyList li a .cn {
	text-align: center;
	text-indent: 0.08em;
}
.storyDetail {
	width: 960px;
	margin: auto;
}
#imgBox {
	width: 960px;
	margin: auto;
}
.imgClick {
	padding-top: 5px;
	padding-bottom: 50px;
	width: 960px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.imgClick li {
	margin-right: 2px;
	margin-left: 2px;
}
.imgClick li:first-child { margin-left: 0; }
.imgClick li:last-child { margin-right: 0; }
.imgClick li a { display: block; }
.imgClick li a:hover { opacity: 0.9; }
.imgClick li a img { width: 156px; }
.imgClick li a.active { 
	opacity: 0.7;
	pointer-events: none;
}
.storyDetail h3 {
	text-align: center;
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    background: rgba(0,0,0,1);
    color: #fff;
}
.storyDisc {
	margin-top: 30px;
}
.storyDisc ul {
	padding: 10px 0;
}
.storyDisc ul li {
	display: inline-block;
	margin-right: 20px;
}
.storyDisc ul li span {
	display: block;
	font-size: 20px;
	line-height: 40px;
}
.storyDiscText {
	font-size: 16px;
	line-height: 34px;
	margin-top: 20px;
	padding-bottom: 50px;
}

.fljl {
	float: left;
	width: 300px;
}
.fljr {
	float: left;
	width: 470px;
	padding-left: 30px;
}

.haishin a:hover {
	opacity: 0.6;
}
