﻿/* =================================
	Index CSS
================================= */

/*	.tbs-topics
============================== */

div.tbs-topics {
	text-align:left;
	border: solid 1px #797979;
}
div.tbs-topics h2 {
	color:#231816;
	font-family: alwyn-new-rounded-web, sans-serif;
	font-weight: 700;
	font-style: normal;
}
div.tbs-topics section p.tolist a span {
	color:#000;
}
@media all and (min-width: 768px) {
div.tbs-topics {
	border-radius:25px;
	padding:24px 5px 1px;
	width:980px;
	margin:0 auto 40px;
}
}
@media all and (max-width: 767px) {
div.tbs-topics {
	padding:12px 4% 1px;
	margin-bottom:20px;
	border-radius:15px;
}
}

﻿.slider-unit {
}
.slider-unit {
	position:relative;
}
.slider-unit h2 {
	color:#3b3f4a;
	line-height:1.5;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	margin-bottom:0.5em;
}
.slider-unit p.tolist {
	position:absolute;
	top:0;
}
.slider-unit p.tolist a {
	color:#81899d;
	text-decoration:none;
}
.slider-unit p.tolist a:after {
	content:"";
	display:inline-block;
	width:16px;
	height:16px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-8px;
	background-image:url(/um/v8/img/slider_tolist.svg);
}
.slider-unit p.tolist a span {
	display:inline-block;
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-0.5em;
	width:5.5em;
	text-align:center;
}
@media all and (min-width: 768px) {
.slider-unit h2 {
	font-size:165%;
	padding-left:40px;
}
.slider-unit p.tolist {
	right:40px;
	height:36px;
}
}
@media all and (max-width: 767px) {
.slider-unit h2 {
	font-size:140%;
	padding-left:0px;
}
.slider-unit p.tolist {
	font-size:87.5%;
	right:12px;
	height:27px;
}
}





/*	slider
============================== */
.slider-unit ul {
	list-style-type:none;
}
.slider-unit ul li > span,
.slider-unit ul li a {
	display:block;
}

.slider-unit div.outer {
	overflow:hidden;
}
.slider-unit div.outer ul {
	-webkit-transform: translateZ(0);
	overflow:hidden;
	list-style-type:none;
	/* font-family:sans-serif; */

/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; */

}
.slider-unit div.outer ul li {
	float:left;
}
.slider-unit div.outer ul li a {
	/* 要検証 */
	height:100%;
	text-decoration:none;
	color:#2a2b2e;
	background-color:#fff;
	line-height:1.5;
}
.slider-unit div.outer ul li a span,
.slider-unit div.outer ul li a span img {
	display:block;
}
.slider-unit div.outer ul li a > span.thumb {
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	/* background-color:#c0c4ce; */
}
.slider-unit div.outer ul li a > span.lazy-done {
	-webkit-animation: fadeIn 700ms;
	animation: fadeIn 700ms;
}
.slider-unit div.outer li a span.dte,
.slider-unit div.outer li a span.hdr, .slider-unit div.outer li a span.ftr {
	color:#81899d;
}
.slider-unit div.outer li a span.ots {
	color:#3b3f4a;
}
.slider-unit div.outer li a span.hdr, .slider-unit div.outer li a span.ftr {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-height:1.75em;
}
.slider-unit div.outer li a span.ttl {
	overflow: hidden;
	margin-bottom:0.2em;
}
.slider-unit div.outer li a span.dte {
	margin-bottom:0.2em;
}
.slider-unit div.outer li a span.ttl b {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
@media all and (min-width: 768px) {
.slider-unit {
	margin-bottom:45px;
/*	margin-bottom:15px; */
}
.slider-unit div.outer {
	margin:0 40px;
}
.slider-unit div.outer ul.inner li:not(:last-child) {
	/* IE 対策のため px で指定する */
	margin-right:9px;
}
.slider-unit div.outer ul.inner li,
.slider-unit div.outer ul.inner li a > span img {
	width:280px;
}
.slider-unit div.outer ul.inner li a:hover {
	color:#000;
}
.slider-unit div.outer ul.inner li a > span img {
	height:158px;
}
.slider-unit div.outer ul li a > span.txtarea {
	padding:14px 20px;
}
.slider-unit div.outer li a span.ttl {
	height:3em;
}
.slider-unit div.outer li a span b {
	-webkit-line-clamp: 2;
}
.slider-unit div.outer li a span.dte,
.slider-unit div.outer li a span.hdr, .slider-unit div.outer li a span.ftr {
	font-size:87.5%;
}
.slider-unit div.outer li a span.ots {
	font-size:75%;
}
}
@media all and (max-width: 767px) {
.slider-unit {
	margin-bottom:25px;
/*	margin-bottom:10px; */
}
.slider-unit div.outer ul.inner li:not(:last-child) {
	/* IE 対策のため px で指定する */
	margin-right:4px;
}
.slider-unit div.outer ul.inner li,
.slider-unit div.outer ul.inner li a > span img {
	width:177px;
}
.slider-unit div.outer ul.inner li a span img {
	height:100px;
}
.slider-unit div.outer ul li a > span.txtarea {
	padding:8px 12px;
}
.slider-unit div.outer li a span.ttl {
	height:4.5em;
}
.slider-unit div.outer li a span b {
	font-size:87.5%;
	-webkit-line-clamp: 3;
}
.slider-unit div.outer li a span.dte,
.slider-unit div.outer li a span.hdr, .slider-unit div.outer li a span.ftr {
	font-size:75%;
}
.slider-unit div.outer li a span.ots {
	font-size:62.5%;
}
}

.slider-event div.outer li a span.ttl {
	overflow: visible;
	height: auto;
	margin-bottom:auto;
}
.slider-event div.outer li a span.ttl b {
	display: inline;
	overflow: visible;
	-webkit-box-orient: none;
	-webkit-line-clamp: none;
}

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

@media print {
	.slider-unit div.outer ul.inner li a > span.thumb img {
		background-color:#fff !important;
	}
}


/* ctrl */
@media all and (min-width: 768px) {
.slider-unit ul.ctrl li {
	position:absolute;
	top:50%;
	margin-top:-20px;
}
.slider-unit ul.ctrl li.ctrl-lef {
	left:0;
}
.slider-unit ul.ctrl li.ctrl-rig {
	right:0;
}
.slider-unit ul.ctrl li a {
	width:40px;
	height:40px;
	background-image:url(/um/v8/img/slider_arrow.svg);
	background-repeat:no-repeat;
	background-size:80px 40px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	/* background-color:#f0d6a8; */
}
.slider-unit ul.ctrl li.ctrl-lef a {
	background-position:0 0;
}
.slider-unit ul.ctrl li.ctrl-rig a {
	background-position:-40px 0;
}
.slider-unit ul.ctrl li a.hidebtn {
	opacity:0.25;
	cursor:default;
}
.slider-unit ul.ctrl li.ctrl-lef a:not(.hidebtn):hover {
	background-position:0 0;
}
.slider-unit ul.ctrl li.ctrl-rig a:not(.hidebtn):hover {
	background-position:-40px 0;
}
}
@media all and (max-width: 767px) {
.slider-unit ul.ctrl {
	display:none;
}
}




/*	.unit
============================== */
.unit > article {
	border: solid 1px #797979;
}
main div.unit article header {
	text-align:center;
	background-color:#fff;
}
main div.unit article header h2 {
	background-image: -webkit-gradient(linear, left top, right top, from(hsla(13,67%,74%,1)), color-stop(0.45, hsla(47,63%,78%,1)), color-stop(0.55, hsla(47,63%,78%,1)), to(hsla(127,35%,81%,1)));
	background-image: -webkit-linear-gradient(left, hsla(13,67%,74%,1), hsla(47,63%,78%,1) 45%, hsla(47,63%,78%,1) 55%, hsla(127,35%,81%,1));
	background-image: linear-gradient(to right, hsla(13,67%,74%,1), hsla(47,63%,78%,1) 45%, hsla(47,63%,78%,1) 55%, hsla(127,35%,81%,1));
}
main div.unit article header h2:after {
	margin-top:0.25em;
}
main div.video article header h2:after {
	content:"VIDEOS";
}
main div.onair article header h2:after {
	content:"ON AIR";
}
main div.bnrs article header h2:after {
	content:"PROGRAMS";
}
main div.unit article header h2 span,
main div.unit article header h2:after {
	display:block;
	text-align:center;
	line-height:1.5;
	color:#000;
	text-shadow:0 2px 2px hsla(0, 0%, 100%, .5);
}
main div.unit article header h2 span:after {
	display:block;
	content:"";
	background-color:#000;
	margin:0 auto;
}

main article h2 {
	color:#231816;
	line-height:1.5;
	margin-bottom:0.75em;
}

main > .unit > article section h3 {
	line-height:1.5;
	margin-bottom:0.25em;
}
main > .unit > article section p.date {
	color:#333;
	font-weight:bold;
	margin-bottom:0.75em;
}
main > .unit > article section p.txt {
	text-align: justify;
	text-justify: inter-ideograph; /* IE のみ、こちらも必要 */
	line-height:1.75;
}
main > .unit > article > section p.txt:not(:last-child) {
	margin-bottom:1.5em;
}


.intro section h3 { text-align: center; padding-bottom: 0.5em; }
.intro section h3 span {background: linear-gradient(transparent 50%, #a8e7f1 50%); padding: 5px 10px; display: inline-block; text-align: center;}

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

.unit:not(:last-child) {
	margin-bottom:30px;
}
.unit > article {
	border-radius:25px;
	padding:35px 50px 50px;
	border: solid 1px #797979;
}
main div.unit article header {
	padding:3px;
	-webkit-box-shadow:0 8px 0 0 hsla(0,0%,0%,0.1);
	box-shadow:0 8px 0 0 hsla(0,0%,0%,0.1);
	margin-bottom:30px;
}
main div.unit article header h2 {
	border:2px solid #fff;
	padding:8px;
}
main div.unit article header h2 span {
	font-size:175%;
}
main div.unit article header h2 span:after {
	width:284px;
	height:2px;
}

main article h2 {
	font-size:150%;
}
main > .unit > article section h3 {
	font-size:125%;
}
main > .unit > article p.date {
	font-size:112.5%;
}
main > .unit > article section p.txt {
	font-size:100%;
}
main > .unit > article > section:not(:last-child) {
	margin-bottom:40px;
}
	
	section .box:not(:last-child) { padding-bottom: 2em;}
	section .set:not(:last-child) { padding-bottom: 1.5em;}
	.intro section h3 { font-size: 140%!important;}
}
@media all and (max-width: 767px) {
main > .unit {
}
.unit:not(:last-child) {
	margin-bottom:20px;
}
.unit > article {
	border-radius:15px;
	padding:15px;
	border: solid 1px #797979;
}
main div.unit article header {
	padding:2px;
	-webkit-box-shadow:0 4px 0 0 hsla(0,0%,0%,0.1);
	box-shadow:0 4px 0 0 hsla(0,0%,0%,0.1);
	margin-bottom:15px;
}
main div.unit article header h2 {
	border:1px solid #fff;
	padding:4px;
}
main div.unit article header h2 span:after {
	width:180px;
	height:1px;
}
main div.unit article header h1:after, main div.unit article header h2:after {
	font-size:87.5%;
}
	
main section h2 {
	font-size:112.5%;
}
main > .unit > article section h3 {
	font-size:100%;
}
main > .unit > article section p.txt {
	font-size:87.5%;
}
main > .unit > article > section:not(:last-child) {
	margin-bottom:20px;
}
	
	section .box:not(:last-child) { padding-bottom: 1em;}
	section .set:not(:last-child) { padding-bottom: 1em;}
	.intro section h3 { font-size: 112.5%!important;}
}
@media all and (min-width: 500px) and (max-width: 767px) {
main div.unit article header h2 span {
	font-size:150%;
}
}
@media all and (max-width: 499px) {
main div.unit article header h2 span {
	font-size:125%;
}
}




div.movie {
	text-align:left;
}
div article p.copy {
	font-weight:bold;
	text-align:center;
	line-height:1.5;
	margin-bottom:1.25em;
	font-family: m-plus-rounded-1m, sans-serif;
	font-weight: 700;
	font-style: normal;
}
div article p.copy > span {
	background: linear-gradient(transparent 50%, #ffbcbe 50%); padding: 5px 10px; display: inline-block; text-align: center;
}
div article p.copy > span:first-child {
	padding-left:0.5em;
}
div article p.copy > span:last-child {
	padding-right:0.5em;
}

div article p:not(.copy) {
	text-align:left;
	line-height:1.5;
}
div article p:not(.copy):not(:last-child) {
	margin-bottom:1.5em;
}

@media all and (min-width: 768px) {
div.movie {
	width:980px;
	margin:0 auto 40px;
}
div article p.copy {
	font-size:150%;
}
}
@media all and (max-width: 767px) {
div.movie {
	margin:0 0 20px;
}
div article p.copy {
	font-size:112.5%;
}
div article p:not(.copy){
	font-size:87.5%;
}
}



/*	div.release
============================== */

div.release > article header h2 {
	text-align:center;
	line-height:1.5;
	margin-bottom:0.75em;
}
@media all and (min-width: 768px) {
div.release > article header h2 {
	font-size:125%;
}
}
@media all and (max-width: 767px) {
div.release > article header h2 {
	font-size:100%;
}
}

/*	div.bkLink
============================== */
div.bkLink { text-align: center; padding-bottom: 1em;}
div.link { text-align: center; padding-bottom: 0em;}
div.bkLink p, div.link p {
font-family: m-plus-rounded-1m, sans-serif;
	font-weight: 700;
	font-style: normal;
font-size: 1.2em;
display: inline-block;
transition:0.5s;}
div.bkLink p a { text-decoration: none; border-bottom: solid 3px rgba(34,24,22,1.00); padding:20px 20px 20px 30px; display: block;
background-image:url(../img/arrow.png);
	background-size: 15px 55px;
	background-repeat:no-repeat;
	background-position:left center;
 transition:0.5s;}
div.link p a { text-decoration: none; border-bottom: solid 3px rgba(34,24,22,1.00); padding:15px 20px 15px 35px; display: block;
background-image:url(../img/arrow.png);
	background-size: 15px 55px;
	background-repeat:no-repeat;
	background-position:5px center;
	transition:0.5s;}
div.bkLink p:hover, div.link p:hover{background-color: #a8e7f1;
	border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;}
div.bkLink p a:hover, div.link p a:hover{border-bottom: solid 3px rgba(34,24,22,0);} 
@media all and (max-width: 767px) {
	div.bkLink p, div.link p { font-size: 0.95em;}
	div.link p { margin-bottom: 0.5em;}
	div.bkLink p a { border-bottom: solid 2px rgba(34,24,22,1.00); padding:15px 15px 15px 15px;background-size: 10px 37px;}
	div.link p a { border-bottom: solid 2px rgba(34,24,22,1.00); padding:10px 15px 10px 25px;background-size: 10px 37px;}
	div.bkLink p:hover, div.link p:hover{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;}
}

