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

@media all and (min-width: 1200px) {
.tbsfree-embed {
	max-width:1200px;
	margin:0 auto;
}
}
.tbsfree-embed {
	display:flex;
	background-color: hsl(0deg 0% 36.98% / 30%);
}
.tbsfree-embed > div:first-child {
	display:flex;
	align-items:center;
}
.tbsfree-embed > div:first-child > h2 {
	overflow:hidden;
}
.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;
	background-color:#fff;
}
.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:"Noto Sans JP",sans-serif;
	font-optical-sizing:auto;
	font-weight:400;
	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:#3B3F4A;
	font-weight:700;
	line-height:1.5;
}
.tbsfree-embed > div:first-child > div > p.tbsfree-embed-date {
	display:inline-block;
	color:#fff;
	background-color:#3B3F4A;
	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;
}

@media all and (min-width: 992px) {
.tbsfree-embed {
	align-items:center;
	margin: 2em 0;
}
.tbsfree-embed > div:first-child {
	width:calc(35% - 40px);
	margin: 40px;
	/**/
	flex-direction:column;
	justify-content:center;
}
.tbsfree-embed > div:last-child {
	width:65%;
}
.tbsfree-embed > div:first-child > h2 {
	width:100%;
	border-radius:16px;
	margin-bottom:12px;
}
.tbsfree-embed > div:first-child > div > p:not(:last-child) {
	font-size:200%;
	margin-bottom:0.25em;
}
.tbsfree-embed > div:first-child > div > p.tbsfree-embed-date {
	font-size:112.5%;
}
}
@media all and (max-width: 991.98px) {
.tbsfree-embed {
	flex-direction:column-reverse;
	padding: 3vw;
	margin: 3vw;
}
.tbsfree-embed > div:first-child {
	display:flex;
	align-items:center;
	padding: 0;
}
.tbsfree-embed > div:first-child > h2 {
	width:40%;
	border-radius:8px;
}
.tbsfree-embed > div:first-child > div {
	width:60%;
	text-align:center;
}
.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:20px;
}
}



/*	カスタマイズ
============================== */
/* TBS FREE ロゴ */
.tbsfree-embed > div:first-child > h2 > span {
	
}

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

}

/* 〇月〇日・・・まで */
.tbsfree-embed > div:first-child > div > p.tbsfree-embed-date {

}

/* 配信準備中の画像 */
.tbsfree-embed > div:last-child > div:last-child > * {
	background-image:url(../img/thumb_preparation.jpg);
}
@media all and (min-width: 768px) {

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

}

