/*	.tbsfree
============================== */

@media all and (min-width: 1200px) {
.tbsfree-embed {
	max-width:1200px;
	margin:0 auto; padding: 0px;
}
}
.tbsfree-embed {
	display:flex;
}
.tbsfree-embed > div:first-child {

}
.tbsfree-embed > div:first-child > h2 {
	overflow:hidden; margin-bottom: 0;
}
.tbsfree-embed > div:first-child > h2 span {
	display:block;
}
.tbsfree-embed > div:first-child > h2 > span {
	position:relative;
	height:0;
	padding-top: -webkit-calc(140 / 420 * 100%);
	padding-top: calc(140 / 420 * 100%);
	background-image:url(/ro/img/logo/tbsfree.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.tbsfree-embed > div:first-child > h2 > span span {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
.tbsfree-embed > div:first-child > div > p {
	font-family: "fot-udkakugo-large-pr6n", sans-serif;
    font-weight: 600;
    font-style: normal;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
.tbsfree-embed > div:first-child > div > p:not(:last-child) {
	color:#0050FF;
	font-weight:700;
	line-height:1.5;
}
.tbsfree-embed > div:first-child > div > p.tbsfree-embed-date {
	display:inline-block;
	color:#0050FF;
	line-height:1.2;
	padding:0.1em 0.5em 0.2em;
}
.tbsfree-embed > div:last-child > div {
	position:relative;
	height:0;
	padding-top:56.25%;
}
.tbsfree-embed > div:last-child > div > * {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.tbsfree-embed > div:last-child > div:last-child > * {
	text-indent:110%;white-space:nowrap;overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
}

.tbsfree-embed.tbsfree-embed-off > div:first-child > div > p.tbsfree-embed-date,
.tbsfree-embed.tbsfree-embed-off > div:last-child > div:first-child,
.tbsfree-embed.tbsfree-embed-on > div:last-child > div:last-child {
	display:none;
}

.tbsfree-embed {
	flex-direction: column-reverse;
	/*padding: 5px 5px 10px;*/
}
.tbsfree-embed > div:first-child {
	display:flex;
	align-items:center;
	width: 100%; margin: 0 auto;
}
.tbsfree-embed > div:first-child > h2 {
	width:100%;
	border-radius:8px;
}
.tbsfree-embed > div:first-child > div {
	width:60%;
	text-align:center;
	display: none;
}
.tbsfree-embed > div:first-child > h2 > span {
}
.tbsfree-embed > div:first-child > div > p:not(:last-child) {
	font-size:4vw;
	margin-bottom:0.1em;
}
.tbsfree-embed > div:first-child > div > p.tbsfree-embed-date {
	font-size:3.125vw;
}
.tbsfree-embed > div:last-child {
	margin-bottom:10px;
}


@media print{
	#tbsfreeArea{display:none;}
}


/*	カスタマイズ
============================== */
#tbsfreeBlock { margin: 0 auto; border:solid 1px #ccc;}
.tbsfree-embed { text-align: center;}
/* TBS FREE ロゴ */
.tbsfree-embed > div:first-child > h2 > span {
	
}

/* 最新話を無料配信中 */
.tbsfree-embed > div:first-child > div > p:not(:last-child) {
	color:#0050FF;
}

/* 〇月〇日・・・まで */
.tbsfree-embed > div:first-child > div > p.tbsfree-embed-date {
	color:#0050FF;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* 配信準備中の画像 */
.tbsfree-embed > div:last-child > div:last-child > * {
	background-image:url(../img/thumb_preparation.png);
}
@media all and (min-width: 768px) {
	#tbsfreeArea #tbsfreeBlock {width: 1080px; padding: 30px 0 25px;}
	.tbsfree-embed > div:first-child { width: 30%;}
	.tbsfree-embed > div:first-child > h2 { width:100%;}
.tbsfree-embed > div:first-child > div { width:45%;}
	.tbsfree-embed { margin-bottom: 20px; }
}
@media all and (max-width: 767px) {
	#tbsfreeArea #tbsfreeBlock {width: 95%; padding:15px 0;}
	.tbsfree-embed > div:first-child { width: 80%;}
	.tbsfree-embed { margin-bottom: 10px;}
}



/*	streamArea
============================== */

.streamBlock ul { 
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; padding: 0; line-height: 0;}
.streamBlock ul li { padding:0;}
.streamBlock li a {
    display: block;
    position: relative;
	background-color: #fff;
	 border:solid 1px #ccc;
}
.streamBlock li a:hover { filter: brightness(1.1); /* 明るくする */}
.streamBlock li a span {
    display: block;
    position: relative;
	text-indent:-9999px;
    background-image: url(/um/img/bnr_stream.png);
    
    background-repeat: no-repeat;
	
	margin: 0 auto;
}
.streamBlock li.tver a span {
	background-position: center top;}
#stream p { text-align: center;}


@media all and (min-width: 768px) {
	.streamBlock { padding: 30px 0;}
.streamBlock ul li{
    width: 100%;
	}
.streamBlock ul li a span{
	background-size: 300% auto;
    width: 300px;
	height: 100px;
	}
#stream p { font-size: 0.9em;}
}

@media all and (max-width: 767px) {
.streamBlock { padding: 15px 0 15px;}
.streamBlock li{
      width:100%;
      height: auto;
      margin:0; padding: 0; vertical-align: top;
  }
.streamBlock li a{
width: 100%;
  }
.streamBlock li a span{
	background-size: 300% 300%;
width: 100%;
height: 0;
    padding: 33.4928229665072% 0 0;
  }
#stream p { font-size: 0.8em;}

}

