/* =====================================
	sample css
====================================== */

/*	reset
============================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,main {margin:0;padding:0;border:0;font-size:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display:block;}
body {font-family:Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;line-height:1;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
wbr:after {content:"\00200B";}

/*	TBS reset
============================== */
.alt {position:absolute;top:-5000px;left:-9999px;}
.clearfix:after {content:"";clear:both;display:block;}
.hide-txt {text-indent:110%;white-space:nowrap;overflow:hidden;}
.fp-causion {display:none;}
.nocontxt {-webkit-touch-callout: none;-webkit-user-select: none;user-select: none;-webkit-user-drag:none;}
.nocontxt img {pointer-events: none;}
@media all and (min-width:768px) {
.alt-pc {position:absolute;top:-5000px;left:-9999px;}
.clearfix-pc:after {content:"";clear:both;display:block;}
.hide-txt-pc {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
@media all and (max-width:767px) {
.alt-smp {position:absolute;top:-5000px;left:-9999px;}
.clearfix-smp:after {content:"";clear:both;display:block;}
.hide-txt-smp {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
div.embed-tbsplayer {
background-color:#000;
position:relative;
height:0;
padding-top:56.25%;
}
div.embed-tbsplayer .tbs-player {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
div.embed-tbsplayer-audio {
background-color:#fff;
}
div.embed-tbsplayer-audio .tbs-player {
height:46px;
}
div.lbx-overlay {
z-index:10000;position:absolute;background-color:#000;width:100%;height:100%;left:0;top:0;right:0;bottom:0;opacity:0.9;
}

/*	both
============================== */

/* LINK */youtube
a:link {
	text-decoration:none;
	color:#434343;
}
a:visited {
	text-decoration:none;
	color:#434343;
}
a:active {
	text-decoration:none;
	color:#434343;
}
a:hover {
	text-decoration:none;
	color:#ed8492;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition:all 0.5s ease;
}

/*	background
============================== */
body {
	font-family:-apple-system,’Lucida Grande’,‘Helvetica Neue’,’Hiragino Kaku Gothic ProN’,‘游ゴシック’,’メイリオ’,meiryo,sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	word-wrap:break-word;
}
body, div#con-body {
	background-color: rgba(255,255,255,0);
}

/*	color
============================== */
.color01{
	color:#fa79b2;
	font-weight:bold;
}
.color02{
	color:#6cca1a;
	font-weight:bold;
}
.color03{
	color:#f08100;
	font-weight:bold;
}
.color04{
	color:#4cbcf9;
	font-weight:bold;
}

/*	columns
============================== */
@media all and (min-width: 768px) {
	div.cover {
		width:100%;
		margin:0 auto;
	}
	div.column-main {
		width:723px;
		float:right;
		margin-right:12px;
	}
	.page_wrap div.column-main {
		width:692px;
		float:right;
		margin-top:50px;
		margin-right:12px;
	}
	div.column-side {
		width:233px;
		float:left;
		margin-left:12px;
	}
	.page_wrap div.column-side {
		width:233px;
		float:left;
		margin-top: 30px;
		margin-left:12px;
	}
}
@media all and (max-width: 767px) {
	div.cover {
		background:#fffded;
	}
	div.column-main {
	}
	div.column-side {
	}
}


/*	articles
============================== */
div.column-main article.unit {
	display:block;
	padding:0;
}
article.unit section.unit, article.unit div.unit {
	padding-bottom:15px;
	border-bottom:1px solid #ed8492;
	margin-bottom:15px;
}
article.unit section.unit:last-child, article.unit div.unit:last-child {
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
}
article.unit section.unit h3 {
	font-size: 120%;
    color: #ed8492;
	line-height:1.25;
	padding:0 0 0 0;
	margin-bottom:0.5em;
}
article.unit section.unit h3 a {
    color: #ed8492;
}
article.unit section.unit h3 a:hover {
    color: #ed8492;
	text-decoration:none;	
}
article.unit section.unit p.txt, article.unit div.unit p.txt {
	font-size:83%;
	line-height:1.5;
	margin-bottom:1.5em;
}
article.unit section.unit p.txt:last-child, article.unit div.unit p.txt:last-child {
	margin-bottom:0;
}
@media all and (min-width: 768px) {
page_wrap {
	margin-bottom:2px;
}
div.column-main article.pickup ul li:last-child {
	margin-right:0;
}
div.column-main article.pickup ul li a {
	width:168px;
	height:95px;
}
}
@media all and (max-width: 767px) {
}

/*	header and navi
============================== */
.top_line{
	width:100%;
	height:10px;
	background:#4c1509;
}
.sp_header{
	position:relative;
}
header.main h1 a {
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
}
.pages header.main h1 a {
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
}

@media all and (min-width: 768px) {

.toplogo_pc{
	background-image:url(../img/konobi_logo.png);
	width:340px;
	height:240px;
	position: absolute;
	margin-top:26px;
}
h1.nocontxt{
	float: left;
}
.side_logo{
	display:block;
}
.side_logo img{
	width:100%;
}
header.main nav ul li a {
	font-size:100%;
}
.sp_header{
	display:none;
}
header.main .onair_sp {
	display:none;
}

}

@media all and (max-width: 767px) {
header.main h1{
	position:relative;
	height:0;
	padding-top:26%;
}
.sp_header{
	display:block;
	background: none;
    border: none;
    height: 0;
}
.page_wrap .sp_header{
	display:block;
	background: none;
    border: none;
    height: auto;
	padding-top:1em;
	padding-bottom:0.5em;
}
.sp_logo{
	left: -5%;
}
.page_wrap .sp_logo{
	width: 110px;
	margin: 0 auto;
}
.sp_logo img{
	height: 120px;
    width: auto !important;
}
.side_logo{
	display:none;
}
.page_wrap .sp_logo img{
	height:110px;
    width: auto !important;
	margin-left:-20px;
}
.nav_smp{
	display: block;
	position: relative;
	padding-left: 125px;
}
#menu{
	position: absolute;
	right: 0px;
	top: -100px;
	z-index: 200;	
}
.page_wrap #menu{
	position: absolute;
	right: 0px;
	top: -70px;
	z-index: 200;	
}
#menu img{
	max-width: 70%;
	width: auto;	
}
div#content01 div.modal-content ul li {
    float: none;
    width: 100%;
    text-align: center;
    height: auto;
}
#menu_news_logo a img{
	height: 140px;
	width: auto;
}
div#content01 span.close-content01 img {
    position: absolute;
    right: 20px;
    top: 25px;
    max-width: 50%;
    width: 40px;
    height: auto;
}
div#content01 div.modal-content ul li#menu_news_logo a {
    position: static;
    display: block;
    text-align: center;
}
#content01 div.modal-content ul li {
	margin:20px 0;
}
#content01 div.modal-content ul li a {
    color: #ff6394;
    font-size: 18px;
    height: auto;
    padding: 10px;
}
.section_onair_sp{
	position:relative;
	height:0;
	padding-top:30%;
}
.section_onair_sp p.onair_sp {
	background-image:url(../img/banner_disc_sp.png);
	background-position:center bottom;
	background-size:94%;
	background-repeat: no-repeat;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
}
.section_onair_sp p.onair_sp a{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
header.main .onair_pc {
	display:none;
}
}


/*	TOP navigation
============================== */

@media all and (min-width: 768px) {
	
/*TOP NAVIGATION*/
.navigation{margin: 16px auto 14px; float:left;}
.navigation li{display:block; margin:0 0 8px 0;}
/*news*/
.nav01 a{width:233px; height:32px; background-image: url(../img/navigation.gif);background-repeat: no-repeat;background-position: 0 0;display: block;padding: 0;text-indent: -9999px;}
.nav01 a:hover,.pagewrap_news .nav01 a{	background-position: 0px -32px;}
/*onair*/
.nav02 a{width:233px; height:32px; background-image: url(../img/navigation.gif);background-repeat: no-repeat;background-position: -233px 0;display: block;padding: 0;text-indent: -9999px;}
.nav02 a:hover,.pagewrap_onair .nav02 a{	background-position: -233px -32px;}
/*staff&cast*/
.nav03 a{width:233px; height:32px; background-image: url(../img/navigation.gif);background-repeat: no-repeat;background-position: -466px 0;display: block;padding: 0;text-indent: -9999px;}
.nav03 a:hover,.pagewrap_staffcast .nav03 a{	background-position: -466px -32px;}
/*story*/
.nav04 a{width:233px; height:32px; background-image: url(../img/navigation.gif);background-repeat: no-repeat;background-position: -699px 0;display: block;padding: 0;text-indent: -9999px;}
.nav04 a:hover,.pagewrap_story .nav04 a{	background-position: -699px -32px;}
/*character*/
.nav05 a{width:233px; height:32px; background-image: url(../img/navigation.gif);background-repeat: no-repeat;background-position: -932px 0;display: block;padding: 0;text-indent: -9999px;}
.nav05 a:hover,.pagewrap_chara .nav05 a{	background-position: -932px -32px;}
/*goods*/
.nav06 a{width:233px; height:32px; background-image: url(../img/navigation.gif);background-repeat: no-repeat;background-position: -1165px 0;display: block;padding: 0;text-indent: -9999px;}
.nav06 a:hover,.pagewrap_goods .nav06 a{	background-position: -1165px -32px;}
/*disc*/
.nav07 a{width:233px; height:32px; background-image: url(../img/navigation.gif);background-repeat: no-repeat;background-position: -1398px 0;display: block;padding: 0;text-indent: -9999px;}
.nav07 a:hover,.pagewrap_disc .nav07 a{	background-position: -1398px -32px;}
/*special*/
.nav08 a{width:233px; height:32px; background-image: url(../img/navigation.gif);background-repeat: no-repeat;background-position: -1631px 0;display: block;padding: 0;text-indent: -9999px;}
.nav08 a:hover,.pagewrap_special .nav08 a{	background-position: -1631px -32px;}
}


@media all and (max-width: 767px) {
	
}

/*	page top
============================== */
p.pgt a {
	display:block;
	text-decoration:none;
}
@media all and (min-width: 768px) {
	p.pgt {
		position:absolute;
		right:20px;
		bottom:20px;
	}
	p.pgt a {
		background-image:url(../img/icons.png);
		background-position:0 -50px;
		background-repeat:no-repeat;
		width:48px;
		height:48px;
		text-indent: 110%;
		white-space: nowrap;
		overflow: hidden;
	}
}
@media all and (max-width: 767px) {
	p.pgt {
		text-align:center;
	}
	p.pgt a {
		font-weight:bold;
		color:#fff;
		background-color:#4c1509;
		line-height:49px;
		height:49px;
	}
	p.pgt a span {
		display:inline-block;
		height:49px;
		background-image:url(../img/icons.png);
		background-position:left top;
		background-repeat:no-repeat;
		padding-left:28px;
	}
}

/*	copyright
============================== */
p.copyright {
	font-size:75%;
	line-height:1.8em;
	text-align:center;
	color:#ffffff;
}
p.copyright a{
	color:#ffffff;
}
@media all and (min-width: 768px) {
	p.copyright {
		padding:15px 0;
	}
}
@media all and (max-width: 767px) {
	p.copyright {
		font-size:45%;
		line-height:1.5em;
		padding:10px;
	}
}

@media all and (min-width: 768px) {
	div.smt span {
		display:block;
		margin:0 auto;
		background-size:contain;
		width:300px;
		height:56px;
		background-image:url(../img/smt.png);
		background-position:left top;
		background-repeat:no-repeat;
		margin-top:2px;
	}
}
@media all and (max-width: 767px) {
	div.smt {
		background-color:#000;
		padding:20px 0;
	}
	div.smt span {
		display:block;
		margin:0 auto;
		width:320px;
		height:60px;
		background-image:url(../img/smt.png);
		background-position:left top;
		background-repeat:no-repeat;
	}
}

/*	USER ADD
============================== */

body{
	margin:0;
	color:#434343;
	background:#4c1509;
}
.column-main .unit{
	margin:0;
}
div.column-main article.unit h2{
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
}

.top_h2_update {
	background-image:
    url("https://www.tbs.co.jp/anime/konobi/img/h2_update.png"), /* 最前面の背景レイヤーの背景画像 */
    url("https://www.tbs.co.jp/anime/konobi/img/bg_c01.png");
	background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	repeat;
  	background-position:
    5% 50%, /* 最前面の背景レイヤーに対応 */
	center;
}
h2.top_h2_twitter {
	background:#7dccf3;
	background-image:url(../img/bg_c02.png) !important;
}
div.section_twitter{
	background:#cbebfa;	
}
div.twitter_inner{
	padding: 1em;
}

/* footer */
footer{
	background:#4c1509;
	text-align:center;
}
footer ul.footer_nav{
	color:#ffffff;
}
footer ul.footer_nav li{
	float:left;
	margin:0.8em 1em;
	font-weight:bold;
}
footer ul.footer_nav li a{
	color:#ffffff;
}
/*update*/
.update_title {
	height:2.8em;
	font-size:80%;
	font-weight:normal;
	line-height:1.4em;
	margin:0 0 1em 0;
	overflow:hidden;
}
.update_date {
	font-size:70%;
	margin:1em 0 0.4em 0;
}
/*	Twitter */
.twitter-timeline { 
	width:100%; 
	height: 300px; 
}
/*Banner*/
.footer_banner{
	display:block;
}
.footer_banner img{
	width:100%;
	text-align:center;
}
div.section_toponair{
		position:relative;
	}
	div.section_toponair a{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		text-indent:-999px;	
	}

@media all and (min-width: 768px) {
	.header_top{
		width:980px;
		margin:0 auto;
	}
	.main_wrap{
		width:100%;
		position:relative;
		background:#ffffff;
	}
	.page_wrap{
		width:100%;
		position:relative;
		background:#fffded;
		padding-bottom:50px;
	}
	.top_contents{
		width:100%;
		height:680px;
		padding:40px 0 0;
		background-color:#fffded;
	}
	.pages .main_wrap{
		width:100%;
		position:relative;
		padding: 30px 0 50px 0;
	}
	.main_wrap_inner{
		width:980px;
		margin:0 auto;
	}
	.main_wrap_inner_top{
		width:980px;
		/*height:973px;*/
		height:1020px;
		margin:0 auto;
	}
	.main_wrap_inner_contents{
		width:980px;
		margin:0 auto;
	}
	.main_visual{
		width:723px;
		height:972px;
	}
	.side_sec{
		margin-bottom:0px;
	}
	.pvbanner{
		width:233px;
	}
	.pvbanner img{
		width:100%;
	}
	div.section_update{
		width: 714px;
		margin-left: 9px;	
	}
	div.section_toponair{
		display:block;
		width:233px;
		height:227px;
		margin-top:290px;
		background-image:url(../img/banner_disc.png);
		background-repeat:no-repeat;
		position:relative;
	}
	div.section_toponair a{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		text-indent:-999px;	
	}
	div.section_menu{
		display:block;
	}
	div.twitter_inner{
		height:504px;
		padding: 1.9em 1em;
	}
	footer{
		height:200px;
		background:#4c1509;
		padding: 50px 0 0;
	}
	footer ul.footer_nav{
		width:490px;
		height:80px;
		margin:0 auto;
	}
	div.column-main article.unit h2 {
		color:#fff;
		font-size:220%;
		height:84px;
		line-height:84px;
		padding:0 0.6em;
	}
	div.column-side h2 {
		color:#fff;
		font-size:220%;
		height:84px;
		line-height:84px;
		padding:0 0.6em;
	}
	
	/* up date */
	section.update_box{
		float:left;
		width:220px;
		height:auto;
		margin:8px 8px;
		background:#ffffff;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	}
	h2.top_h2_update {
		margin-bottom:20px;
	}
	.update_inner {
		width:193px;
		margin:14px auto;
	}
	.update_img {
		width:193px;
		margin:0 auto;
	}
	.update_img img {
		width:100%;
	}

	/*Twitter*/
	iframe { 
		width:100%;
		height:100%;
		max-width:960px;
	}
	.twitter-timeline { 
		width:100%; 
		height: 500px !important; 
	}
	/*Banner*/
	#banner{
		margin:0 auto 15px;
	}
	a.footer_banner{
		width:200px;
		height:60px;
		margin:0 auto;
	}

}
@media all and (max-width: 767px) {
	.page_wrap{
		padding-bottom:3em;
	}
	.main_visual{
		width:100%;
		height:auto;
	}
	.main_visual img{
		width:100%;
	}
	.section_update{
		margin:3% 3% 3%;
	}
	.side_sec{
		margin-bottom:2em;
	}
	.pvbanner{
		margin: 3% 3% 2em 3%;
	}
	.pvbanner img{
		width:100%;
	}
	div.sidebanner{
		width:46%;
		height:auto;
		float:left;
		margin:0 2% 2em;	
	}
	div.section_menu{
		display:none;
	}
	div.twitter_inner{
		padding: 1.5em;
	}
	footer{
		padding: 0 4%;
	}
	footer ul.footer_nav li{
		font-size:75%;
		margin:0.8em 0.8em;
	}
	div.column-main article.unit h2 {
		color:#fff;
		font-size:180%;
		height:64px;
		line-height:64px;
		padding:0 0.5em;
	}
	.top_h2_update {
		background-size:
		32%, /* 最前面の背景レイヤーに対応 */
		5%;
	}
	div.column-side h2 {
		color:#fff;
		font-size:180%;
		height:64px;
		line-height:64px;
		padding:0 0.5em;
	}
	h2.top_h2_menu {
		background-size:0%;
	}
	/* up date */
	section.update_box{
		float:left;
		width:46%;
		height:auto;
		margin:2%;
		background:#ffffff;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	}
	h2.top_h2_update {
		margin-bottom:0.5em;
	}
	.update_inner {
		width: 92%;
   		margin: 4%;
	}
	.update_img {
		width:100%;
		margin:0 auto;
	}
	.update_img img {
		width:100%;
	}
	.update_title {
		font-size:14px;
	}
	.update_text {
		font-size:12px;
	}
	/*twitter*/
	div.section_twitter{
		margin:4%;	
	}
	.twitter-timeline { 
		width:100%; 
		height: 300px !important; 
	}
	/*Banner*/
	#banner{
		margin:1em auto 1em;
	}
	a.footer_banner{
		width:70%;
		text-align:center;
		margin:0 auto;
	}
}


/*	01.NEWS
============================== */

h2.top_h2_news {
	background-image:
    url("https://www.tbs.co.jp/anime/konobi/img/h2_news.png"), /* 最前面の背景レイヤーの背景画像 */
    url("https://www.tbs.co.jp/anime/konobi/img/bg_c01.png");
	background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	repeat;
  	background-position:
    5% 50%, /* 最前面の背景レイヤーに対応 */
	center;
}
.news_title{
	font-size:140%;
	line-height:1.4em;
	color:#ed8492;
	margin:0.5em 0;
}
.news_image{
	margin:1em 0;
}
.news_midashi{
	font-size:120%;
	line-height:1.4em;
	color:#6a2314;
	margin:1em 0;
}
.news_text{
	font-size:80%;
	line-height:1.6em;
	margin-bottom:1.6em;
}
.news_text a{
	text-decoration:underline;
}
.news_prev{
	background:#ed8492;
	text-align:center;
}
.news_prev a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

@media all and (min-width: 768px) {
	.newsall_wrap{
		margin-top:30px;
	}
	.newspage_wrap{
		width:612px;
		background-color:#ffffff;
		padding:30px 72px 50px 30px;
	}
	div.section_news{
		width: 714px;
		margin-left: 9px;	
	}
	.news_date{
		margin-top:1em;	
	}
	.news_title{
		font-weight:normal;
	}
	.news_prev{
		width:350px;
		font-size:120%;
		margin:1em auto;
		padding:1em 0;
	}
}
@media all and (max-width: 767px) {
	.newsall_wrap{
		margin-top:1em;
	}
	.newspage_wrap{
		width:90%;
		padding:2em 5% 3em 5%;
		background-color:#ffffff;
	}
	.section_news{
		margin:3% 3% 3%;
	}
	.news_title{
		
	}
	.news_image{
		width:100%;
	}
	.news_image img{
		width:100%;
	}
	.news_midashi{
		font-size:100%;
	}
	.news_prev{
		width:80%;
		font-size:140%;
		margin:1em auto;
		padding:1em 0;
	}
	h2.top_h2_news {
		background-size:
		32%, /* 最前面の背景レイヤーに対応 */
		5%;
	}
}

/*	02.ONAIR
============================== */
h2.top_h2_onair {
	background-image:
    url("https://www.tbs.co.jp/anime/konobi/img/h2_onair.png"), /* 最前面の背景レイヤーの背景画像 */
    url("https://www.tbs.co.jp/anime/konobi/img/bg_c02.png");
	background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	repeat;
  background-position:
    5% 50%, /* 最前面の背景レイヤーに対応 */
	center;
}
.onair_wrap h3{
	text-align:center;
	margin:0em auto 1em;
	padding:0.5em;
}
.onair_table_01{
	width:100%;
	font-weight:bold;
	font-size:100%;
	margin-bottom:2em;
}
.onair_table_01 th{
	color: #ffffff !important;
	background: #60c0e2;
	padding: 0.5em;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	font-weight:bold;
}
.onair_table_01 td{
	padding: 0.5em;
	text-align: left;
	border-bottom: 1px solid #60c0e2;
	border-left: 1px solid #60c0e2;
	background: #fff;
}
.onair_table_01 .td01{
	width:20%;
	color:#60c0e2;
	text-align:center;
}
.onair_table_01 .td02{
	width:20%;
	color:#60c0e2;
	text-align:center;
}
.onair_table_01 .td03{
	width:10%;
	text-align:center;
}
.onair_table_01 .td04{
	width:25%;
	text-align:center;
	line-height:1.4em;
}
.onair_table_01 .td05{
	width:25%;
	font-size:80%;
	line-height:1.4em;
}
.onair_table_02{
	width:100%;
	font-weight:bold;
	font-size:100%;
	table-layout:fixed;
}
.onair_table_02 th{
	color: #ffffff !important;
	background: #6cca1a;
	padding: 0.5em;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	font-weight:bold;
}
.onair_table_02 td{
	padding: 0.5em;
	text-align: left;
	border-bottom: 1px solid #6cca1a;
	border-left: 1px solid #6cca1a;
	background: #fff;
}
.onair_table_02 .td01{
	width:20%;
	color:#6cca1a;
	text-align:center;
}
.onair_table_02 .td02{
	width:20%;
	color:#6cca1a;
	text-align:center;
}
.onair_table_02 .td03{
	width:10%;
	text-align:center;
}
.onair_table_02 .td04{
	width:25%;
	text-align:center;
	line-height:1.4em;
}
.onair_table_02 .td05{
	width:25%;
	font-size:80%;
	line-height:1.4em;
}
.onair_table_01 .border_l{
	border-left: 1px solid #60c0e2 !important;
}
.onair_table_01 .border_r{
	border-right: 1px solid #60c0e2;
}
.onair_table_02 .border_l{
	border-left: 1px solid #6cca1a !important;
}
.onair_table_02 .border_r{
	border-right: 1px solid #6cca1a;
}
.henkou{
	color:#60c0e2;
}

@media all and (min-width: 768px) {
	.onair_wrap{
		width:654px;
		background-color:#ffffff;
		padding:30px 30px 50px 30px;
	}
	.section_onair{
		width: 714px;
		margin-left: 9px;	
	}
	.onair_text{
		margin-top:20px;
	}
	.onair_chu{
		text-align:center;
		font-size:80%;
		margin-top:2em;
		margin-bottom:4em;
	}
	.henkou{
		font-size:80%;
	}
}
@media all and (max-width: 767px) {
	.onair_wrap{
		width:90%;
		padding:2em 5% 3em 5%;
		background-color:#ffffff;
	}
	.onair_wrap h3{
		text-align:center;
		margin:0em auto 0em;
		padding:0em;	
	}
	.onair_wrap h3 img{
		width:30%;
	}
	.section_onair{
		margin:3% 3% 3%;
	}
	.onair_text{
		width:100%;
	}
	.onair_text img{
		width:100%;
	}
	.onair_table_01{
		width:94%;
		margin: 3% 3% 6% 3%;
		font-size:75%;
	}	
	.onair_table_01 .td04{
		text-align:center;
	}
	.onair_table_02{
		width:94%;
		margin: 3% 3% 3%;
		font-size:75%;
	}	
	.onair_table_02 .td04{
		text-align:center;
	}
	.onair_chu{
		text-align:center;
		font-size:75%;
		margin-top:1em;
		margin-bottom:3em;
	}
	h2.top_h2_onair {
		background-size:
		32%, /* 最前面の背景レイヤーに対応 */
		5%;
	}
	.henkou{
		font-size:80%;
	}
}

/*	03.STAFFCAST
============================== */
h2.top_h2_staffcast {
	background-image:
    url("https://www.tbs.co.jp/anime/konobi/img/h2_staffcast.png"), /* 最前面の背景レイヤーの背景画像 */
    url("https://www.tbs.co.jp/anime/konobi/img/bg_c03.png");
	background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	repeat;
  	background-position:
    5% 50%, /* 最前面の背景レイヤーに対応 */
	center;
}
.staffcast_wrap h3{
	background:#fff47f;
	color:#6a2314;
	width:100px;
	text-align:center;
	margin:0 0 1.5em 0;
	padding:0.5em;
}
.theme{
	color: #6a2314;
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 1em;
	padding-left: 2%;		
}
.staffcast_wrap span.type{
	font-size: 12px;
}
.staffcast_wrap span.songtitle{
	margin-left:-0.5em;
}
.column-staff{
	margin-bottom:4em;
}


@media all and (min-width: 768px) {
	.staffcast_wrap{
		width:684px;
		background-color:#ffffff;
		padding:30px 0px 50px 30px;
	}
	.section_staffcast{
		width: 714px;
		margin-left: 9px;	
	}
	.staffcast_wrap li{
		float: left;
		width: 30%;
		height:60px;
		color: #6a2314;
		font-size: 20px;
		line-height:1.4em;
		margin-bottom: 2em;
		padding-left:2%;
		padding-right:1%;
	}
	.staffcast_wrap li span{
		font-size: 12px;
	}
}
@media all and (max-width: 767px) {
	.staffcast_wrap{
		width:90%;
		padding:2em 5% 3em 5%;
		background-color:#ffffff;
	}
	.section_staffcast{
		margin:3% 3% 3%;
	}
	.staffcast_wrap li{
		float: left;
		width: 42%;
		height:60px;
		color: #6a2314;
		font-size: 120%;
		line-height:1.4em;
		margin-bottom: 2em;
		padding-left:6%;
	}
	.staffcast_wrap li span{
		font-size: 60%;
		line-height:1em !important;
		margin-bottom:1em;
	}
	h2.top_h2_staffcast {
		background-size:
		64%, /* 最前面の背景レイヤーに対応 */
		5%;
		background-position:
		10% 50%, /* 最前面の背景レイヤーに対応 */
		center;
	}
	div.column-staff{
		margin-top:1em;
	}
	.theme{
		margin-left:3%;	
	}
}

/*	04.STORY
============================== */
h2.top_h2_story {
	background-image:
    url("https://www.tbs.co.jp/anime/konobi/img/h2_story.png"), /* 最前面の背景レイヤーの背景画像 */
    url("https://www.tbs.co.jp/anime/konobi/img/bg_c04.png");
	background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	repeat;
  background-position:
    5% 50%, /* 最前面の背景レイヤーに対応 */
	center;
}
.story_wrap h3{
	background:#6cca1a;
	color:#ffffff;
	width:100px;
	text-align:center;
	margin:0 0 1.5em 0;
	padding:0.5em;
}
.story_txt{
	text-align:center;
}
.story_block{
	padding-top:1em;
	padding-bottom:2em;
	border-bottom:1px solid #6a2314;
}
.storytitle{
	font-weight:bold;
	line-height:1.4em;
	color:#6a2314;
}
.storytext{
	color:#6a2314;
}
.storyintro{
	font-size:160%;
	text-align:center;
	margin:1.5em 0 0 0;
}
.storyintro a{
	color:#71cf21;
	font-weight:bold;
}
ul.story_ul{
	font-size:180%;
	color:#71cf21;
	font-weight:bold;
	margin:0 auto;
}
ul.story_ul a{
	color:#71cf21;
	text-decoration:underline;
}
.storynav li{
	display: block;
	margin: 12px;
	float: left;
}
.flexslider, .flexslider img{
	width: 100%;
}
@media all and (min-width: 768px) {
	.story_wrap{
		width:654px;
		background-color:#ffffff;
		padding:30px 30px 50px 30px;
	}
	.story_wrap_2{
		width:654px;
		background-color:#ffffff;
		padding:0px 30px 50px 30px;
	}
	.section_story{
		width: 714px;
		margin-left: 9px;	
	}
	.story_txt{
		margin-top:40px;
	}
	div.story_txt{
		margin-bottom:40px;
	}
	.storytitle{
		font-size:140%;
		margin:1em 0 0.5em;
	}
	.storytext{
		font-size:90%;
		line-height:1.5em;
	}
	ul.story_ul{
		width:560px;
		margin-top:20px;
	}
}
@media all and (max-width: 767px) {
	.story_wrap{
		width:90%;
		padding:2em 5% 3em 5%;
		background-color:#ffffff;
	}
	.story_wrap_2{
		width:90%;
		padding:0em 5% 3em 5%;
		background-color:#ffffff;
	}
	.section_story{
		margin:3% 3% 3%;
	}
	.story_txt img{
		width:100%;
	}
	h1.story_txt{
		width:95%;
		margin:0.5em auto 1.5em;
	}
	div.story_txt{
		width:80%;
		margin:0 auto 1em;
	}
	h2.top_h2_story {
		background-size:
		32%, /* 最前面の背景レイヤーに対応 */
		5%;
	}
	.storytitle{
		font-size:120%;
		margin:1em 0 0.5em;
	}
	.storytext{
		font-size:90%;
		line-height:1.5em;
	}
	ul.story_ul{
		width:70%;
		margin-top:1em;
	}
}


/*	05CHARACTER
============================== */
h2.top_h2_chara {
	background-image:
    url("https://www.tbs.co.jp/anime/konobi/img/h2_chara.png"), /* 最前面の背景レイヤーの背景画像 */
    url("https://www.tbs.co.jp/anime/konobi/img/bg_c05.png");
	background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	repeat;
  background-position:
    5% 50%, /* 最前面の背景レイヤーに対応 */
	center;
}
.chara_right{
	position:relative;
}
section.chara_box{
	float:left;
}
.chara_nav{
	width:270px;
	height:100px;
	color:#e17833;
	font-size:150%;
	text-align:center;
	margin:1em auto;
}
.chara_nav img{
	width:100%;
}
.chara_nav .cnav_btn{
	margin:0 0.2em;
}
.chara_nav a{
	color:#e17833;
	font-weight:bold;
}
.cnav_btn{
	float:left;
}

@media all and (min-width: 768px) {
	.charaall_wrap{
		margin-top:30px;
	}
	.charapage_wrap{
		width:640px;
		background-color:#ffffff;
		padding:30px 44px 50px 30px;
	}
	div.section_chara{
		width: 714px;
		margin-left: 9px;	
	}
	section.chara_box{
		width:212px;
		height:auto;
		margin:8px 8px;
	}
	.chara_right{
		float:right;
		margin-top:40px;
		margin-right:20px;
	}
	.chara_left{
		float:left;
		margin-top:50px;
	}
	.chara_name{
		margin-top:1em;
		margin-left:50px;
	}
	.chara_text{
		font-size:90%;
		line-height:1.8em;
		margin-top:1em;
		margin-left:50px;
	}
	.chara_face{
		margin-top:2em;
	}
	.prev{
		width:50px;
	}
	.next{
		width:50px;
	}
	.back{
		width:138px;
	}
	.sp_prev{
		display:none;
	}
	.sp_next{
		display:none;
	}
}
@media all and (max-width: 767px) {
	.charaall_wrap{
		margin-top:1em;
	}
	.charapage_wrap{
		width:90%;
		padding:1em 5% 3em 5%;
	}
	.section_chara{
		margin:3% 3% 3%;
	}
	section.chara_box{
		width:46%;
		height:auto;
		margin:2%;
	}
	section.chara_box img{
		width:100%;
	}
	.chara_stand{
		width:50%;
		margin:1em auto 0;
	}
	.chara_stand img{
		width:100%;
	}
	.chara_name{
		width:90%;
		margin:0 auto;
		margin-top:1em;
	}
	chara_name img{
		width:100%;
	}
	.chara_text{
		width:90%;
		margin:0 auto;
		font-size:100%;
		font-weight:bold;
		line-height:1.8em;
		margin-top:1em;
	}
	.chara_face{
		width:90%;
		margin:0 auto;
	}
	.chara_face img{
		width:100%;
		margin-top:2em;
	}
	.chara_nav{
		height:1em;
		margin:2em auto;	
	}
	.prev{
		width:50px;
	}
	.next{
		width:50px;
	}
	.back{
		width:138px;
	}
	.sp_prev{
		display:block;
		position:absolute;
		top:40%;
		left:5%;
		font-size:250%
	}
	.sp_prev img{
		width:60%;
	}
	.sp_next{
		
		display:block;
		position:absolute;
		top:40%;
		right:-5%;
		font-size:250%
	}
	.sp_next img{
		width:60%;
	}
	h2.top_h2_chara {
		background-size:
		64%, /* 最前面の背景レイヤーに対応 */
		5%;
		background-position:
		10% 50%, /* 最前面の背景レイヤーに対応 */
		center;
	}
}

/*	06.GOODS
============================== */
h2.top_h2_goods {
	background-image:
    url("https://www.tbs.co.jp/anime/konobi/img/h2_goods.png"), /* 最前面の背景レイヤーの背景画像 */
    url("https://www.tbs.co.jp/anime/konobi/img/bg_c01.png");
	background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	repeat;
  background-position:
    5% 50%, /* 最前面の背景レイヤーに対応 */
	center;
}
.goods_title{
		color:#e07b81;
		line-height:1.4em;
}
.goods_title a{
		color:#e07b81;
		text-decoration:none;
}
.goods_image{
	margin-bottom:1em;
}
.goods_image img{
		width:100%;
}
.goods_info{
	color:#6a2314;		
}
.goods_info dt{
	font-weight:bold;
	color:#e07b81;
}
.goods_info dd{
	margin-bottom:1em;
}
.goods_nav{
	border-collapse:separate;
}

@media all and (min-width: 768px) {
	.goodsall_wrap{
		margin-top:30px;
	}
	.goodspage_wrap{
		width:640px;
		background-color:#ffffff;
		padding:30px 42px 50px 30px;
	}
	div.section_goods{
		width: 714px;
		margin-left: 9px;	
	}
	.goods_title{
		font-size:14px;
		min-height:2.8em;
	}
	.goods_left{
		float:left;
	}
	.goods_right{
		float:right;
		width:300px;
		padding-left:20px;
	}
	.goods_image{
		width:300px;
	}
	.goods_name{
		font-size:20px;
		line-height:1.4em;
		color:#ed8492;
	}
	.goods_info{
		font-size:14px;
		line-height:1.6em;
		margin-top:20px;
	}
	.goods_nav{
		margin:2em auto 0;
		border-spacing: 2em 0;
	}
	.book_wrap{
		width:612px;
		padding:30px 72px 50px 30px;
	}
	
}
@media all and (max-width: 767px) {
	.goodsall_wrap{
		margin-top:1em;
	}
	.goodspage_wrap{
		width:90%;
		padding:2em 5% 3em 5%;
		background-color:#ffffff;
	}
	.section_goods{
		margin:3% 3% 3%;
	}
	.goods_title{
		font-size:80%;
		line-height:1.5em;
		min-height:3em;
	}
	.goods_image{
		width:100%;
	}
	.goods_name{
		font-size:130%;
		line-height:1.4em;
		font-weight:bold;
		color:#e07b81;
		margin-top:1em;
	}
	.goods_info{
		font-size:80%;
		line-height:1.6em;
		margin-top:1em;
	}
	.goods_nav{
		width:96%;
		margin:1.5em auto 0;
		border-spacing: 1em 0;
	}
	.goods_nav td img{
		width:90%;
	}
	.book_wrap{
		width:90%;
		padding:2em 5% 3em 5%;
	}
	h2.top_h2_goods {
		background-size:
		32%, /* 最前面の背景レイヤーに対応 */
		5%;
	}
}

/*	BOOK
============================== */

table.book_table{
	width:100%;
}
table.book_table tr td img{
	width:100%;
	padding-top:0em;
}
h4.book_title{
	font-size:80%;
	line-height:1.4em;
	margin:0 0 0.6em 0;
}
.kanren_h3{
	font-size: 140%;
	font-weight:normal;
    color: #ed8492;
    margin: 1em 0 1em;
}
.booklinkarea{
	line-height:1.6em;
	font-size:90%;
}
.booklinkarea p{
	margin-bottom:1em;
}

@media all and (min-width: 768px) {
	.section_book .inner{
		padding: 0 !important;
	}
	table.book_table td{
		padding:10px 5px;
	}
	h4.book_title br{
		display:none;
	}
	p.book_caption{
		font-size:75%;
		line-height:1.4em;
		margin:0 0 0 0.6em;
		padding-bottom:1em;
	}
	
}
@media all and (max-width: 767px) {
	.book_wrap{
		padding: 0.5em 5% 3em 5%;
	}
	table.book_table{
		width:100%;
		margin-top:1em;
	}
	table.book_table td{
		padding:0 0.2em 0.6em;
	}
	h4.book_title{
		font-size:80%;
	}
	p.book_caption{
		font-size:65%;
		line-height:1.4em;
		margin:0 0 0 0.4em;
		padding-bottom:2em;
	}
	.kanren_h3{
		font-weight:bold;
	}
	
}


/*	CD
============================== */
.cd_block{
	border-bottom:1px solid #6a2314;
}
.cd_name{
	color:#e07b81;
	margin:0.4em 0 0.5em;
}
.cd_image img{
	width:100%;
}
.cd_artist{
	color:#ed8492;
}
.cd_caption{
	color:#ed8492;
}

@media all and (min-width: 768px) {
	.cdpage_wrap{
		width:640px;
		background-color:#ffffff;
		margin-top: 30px;
		padding:0px 42px 50px 30px;
	}
	.cd_block{
		padding:50px 0;
	}
	.cd_left{
		float:left;
	}
	.cd_right{
		float:right;
		width:300px;
		padding-left:20px;
	}
	.cd_image{
		width:300px;
	}
	.cd_name{
		font-size:24px;
		color:#ed8492;
	}
	.cd_artist{
		font-weight:bold;
	}
	.cd_caption{
		font-size:12px;
	}
	
}
@media all and (max-width: 767px) {
	.cdpage_wrap{
		width:90%;
		margin-top: 1.5em;
		padding:0 5% 3em 5%;
		background-color:#ffffff;
	}
	.cd_block{
		padding:4em 0 3em;
	}
	.cd_title{
		font-size:80%;
		line-height:1.5em;
		min-height:3em;
	}
	.cd_image{
		width:100%;
	}
	.cd_name{
		font-size:150%;
		font-weight:bold;
		color:#e07b81;
		margin:0.5em 0 0.5em 0;
	}
	.cd_artist{
		font-weight:bold;
	}
	.cd_caption{
		font-size:100%;
		margin:1.5em 0 0 0;
	}
}


/*	07.BD & DVD
============================== */
h2.top_h2_disc {
	background-image:
    url("https://www.tbs.co.jp/anime/konobi/img/h2_disc.png"), /* 最前面の背景レイヤーの背景画像 */
    url("https://www.tbs.co.jp/anime/konobi/img/bg_c02.png");
	background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	repeat;
  background-position:
    5% 50%, /* 最前面の背景レイヤーに対応 */
	center;
}
.oritoku_block{
	float:left;
}
.oritoku_image img{
	width:100%;	
}
.oritoku_shop{
	margin:0 0 0.4em 0;
	color:#ed8492;
	line-height:1.4em;
}
.oritoku_item{
	margin:0.4em 0 0 0;
	font-size:80%;
	line-height:1.4em;
	font-weight:bold;
}
.oritoku_jouken{
	margin:0.4em 0 0 0;
	line-height:1.4em;
	font-size:80%;
}
.oritoku_date{
	margin:0.4em 0 0 0;
	line-height:1.4em;
	font-size:80%;
}
.oritoku_banner img{
	width:100%;
}

@media all and (min-width: 768px) {
	.discpage_wrap{
			width:628px;
			background-color:#ffffff;
			padding:42px 42px 50px 42px;
	}
	.oritoku_block{
		width:194px;
		margin:15px 5px;
		min-height:300px;
	}
	.oritoku_shop{
		font-size:14px;
	}
	.oritoku_banner{
		width:70%;
		margin:40px auto 0;
	}
}
@media all and (max-width: 767px) {
	h2.top_h2_disc {
		background-size:
		64%, /* 最前面の背景レイヤーに対応 */
		5%;
		background-position:
		10% 50%, /* 最前面の背景レイヤーに対応 */
		center;
	}
	.discpage_wrap{
		width:90%;
		padding:3em 5% 3em 5%;
		background-color:#ffffff;
	}
	.oritoku_block{
		width:46%;
		margin:0em 0% 1.5em 3%;
		min-height:18em;
	}
	.oritoku_shop{
		min-height:2.8em;	
	}
	.oritoku_banner{
		width:100%;
		margin:2em auto 1em;
	}
}

/*	08.SPECIAL
============================== */

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom:2em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
h2.top_h2_special {
	background-image:
    url("https://www.tbs.co.jp/anime/konobi/img/h2_special.png"), /* 最前面の背景レイヤーの背景画像 */
    url("https://www.tbs.co.jp/anime/konobi/img/bg_c03.png");
	background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	repeat;
  	background-position:
    5% 50%, /* 最前面の背景レイヤーに対応 */
	center;
}
.special_title{
	font-size:140%;
	color:#6a2314;
	margin:0.5em 0;
}
.special_image{
	margin:1em 0;
}
.special_midashi{
	font-size:120%;
	line-height:1.4em;
	color:#6a2314;
	margin:1em 0;
}
.special_text{
	font-size:80%;
	line-height:1.6em;
	margin-bottom:1.6em;
}
.special_prev{
	background:#fff065;
	text-align:center;
}
.special_prev a{
	color:#6a2314;
	text-decoration:none;
	font-weight:bold;
}
.special_title {
	height:2.8em;
	font-size:120%;
	font-weight:normal;
	line-height:1.4em;
	margin:1em 0 1em 0;
}
.section_title_sp{
	font-size:180%;
	margin:0em 0 1em;
	color:#6a2314;
	line-height:1.4em;
}
.special_img img{
	width:100%;
}
.special_date {
	font-size:70%;
	margin:1em 0 0.4em 0;
}

@media all and (min-width: 768px) {
	.special_wrap{
		width:714px;
		margin-top:30px;
		padding:30px 0px 50px 0px;
	}
	div.section_special{
		width: 714px;
		margin-left: 9px;	
	}
	.special_date{
		margin-top:1em;	
	}
	.special_title{
		font-weight:normal;
	}
	.special_prev{
		width:350px;
		font-size:120%;
		margin:1em auto;
		padding:1em 0;
	}
	section.special_box{
		float:left;
		width:330px;;
		height:auto;
		margin:8px 8px;
		background:#ffffff;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	}
	.special_inner {
		width:302px;
		margin:14px auto;
	}
	.special_img {
		width:302px;
		margin:0 auto;
	}
}
@media all and (max-width: 767px) {
	.newsall_wrap{
		margin-top:1em;
	}
	.special_wrap{
		width:90%;
		padding:2em 5% 3em 5%;
	}
	.section_special{
		margin:3% 3% 3%;
	}
	.special_image{
		width:100%;
	}
	.special_image img{
		width:100%;
	}
	.special_prev{
		width:80%;
		font-size:140%;
		margin:1em auto;
		padding:1em 0;
	}
	h2.top_h2_special {
		background-size:
		32%, /* 最前面の背景レイヤーに対応 */
		5%;
	}
	section.special_box{
		float:left;
		width:96%;
		height:auto;
		margin:5% 2%;
		background:#ffffff;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	}
	.special_inner {
		width: 92%;
   		margin: 4%;
	}
	.special_img img {
		width:100%;
	}
	.special_title {
		font-size:120%;
	}
	.section_title_sp{
		font-size:140%;
	}
	.special_text {
		font-size:12px;
	}
}


/*	SNS (button and timeline)
============================== */
/* buttons */
footer div.sns-btns div.tw {
	float:left;
}
footer div.sns-btns div.fb {
	float:left;
}
/* timeline */
@media all and (min-width: 768px) {
	footer div.sns-btns {
		width:260px;
		margin:20px auto 5px;
	}
	/* buttons */
	footer div.sns-btns div.tw {
		padding-right:10px;
	}
	footer div.sns-btns div.fb {
		padding-left:10px;
	}
}
@media all and (max-width: 767px) {
	/* buttons */
	footer div.sns-btns {
		width:60%;
		margin:1em 20% 0.5em 20%;
	}
	footer div.sns-btns div.tw {
		padding-right:5px;
	}
	footer div.sns-btns div.fb {
		padding-left:5px;
	}
	/* timeline */
	div.sns-timeline {
		background-color:#fff;
	}
}



