/*Tver*/
.TVer_ribbon {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -4px;
	margin: 0;
	padding: 4px 0;
	z-index: 2;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: white;
	background: #ff785b;
}

.TVer_ribbon:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 15px solid #ff785b;
	border-right: 15px solid #ff785b;
	border-bottom: 8px solid transparent;
}

/*１位リボン*/
.TVer_ribbon__no1 {
	background: #EFAF00;
}
.TVer_ribbon__no1::after {
	border-left-color: #EFAF00;
	border-right-color: #EFAF00;
}
/*2位リボン*/
.TVer_ribbon__no2 {
	background: #009b9f;
}
.TVer_ribbon__no2::after {
	border-left-color: #009b9f;
	border-right-color: #009b9f;
}
/*3位リボン*/
.TVer_ribbon__no3 {
	background: #ff785b;
}
.TVer_ribbon__no3::after {
	border-left-color: #ff785b;
	border-right-color: #ff785b;
}

/*4位リボン*/
.TVer_ribbon__no4 {
	background: #585656;
}
.TVer_ribbon__no4::after {
	border-left-color: #585656;
	border-right-color: #585656;
}
/*5位リボン*/
.TVer_ribbon__no5 {
	background: #585656;
}
.TVer_ribbon__no5::after {
	border-left-color: #585656;
	border-right-color: #585656;
}            

.TVer_ribbon__img__wrap {
	background-color: #ededed;
}

.flex-center {
	display: flex;
	align-items: center;
}

.text-content {
	padding-left: 16px;
}

.full-width-button {
	width: 100%;
}    
.multiline-truncate {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 2行で切る */
	overflow: hidden;
	line-height: 1.5em;
	max-height: 3em; /* 2行分の高さ (行数 × line-height) */
}
.tver-detail {
	font-size: 0.8rem;
}
.logo-container {
	display: flex;
	align-items: center;
}
.logo-container img {
	margin-right: 16px; /* ロゴとテキストの間にスペースを追加 */
}
.ranking-info {
  margin-left: 40px; /* ロゴとテキストの間に余白を追加 */
}




/* 全体のレイアウト調整 */
.tver_container {
	max-width: 480px;
	margin: 0 auto;
	background-color: white;
	border-radius: 8px;
	padding: 10px;
	font-family: Arial, sans-serif;
}

.tver_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	color: #000; /* 文字を黒く設定 */
	border-top: 1px solid #ccc;
}

.tver_logo-container {
	display: flex;
	justify-content: center; /* 横方向に中央寄せ */
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.tver_logo-container img {
	max-width: 100px;
	height: auto;
}

.tver_ranking-info {
	font-size: 12px;
	color: #8AAED5;
	margin-left: 10px;
}

/* エピソードコンテナ */
.tver_episode {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

.tver_episode_img {
	width: 45%;
	height: auto;
	object-fit: cover;
}
.tver_episode_img-min {
	width: 36%;
	background-color: white !important; 
}

.tver_text-content {
	width: 55%;
	padding-left: 15px;
}

.tver_text-content h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000; /* 文字を黒く設定 */
}

.tver_text-content p {
	font-size: 12px;
	color: #555;
	margin-bottom: 5px;
}

/* ボタン */
.tver_watch-button {
	display: block;
	width: 100%; /* 横幅を全体に */
	background-color: #4BABE6;
	color: white;
	text-align: center;
	padding: 0px 0; /* 上下のパディングを小さくして細くする */
	border-radius: 30px; /* 丸みをつける */
	font-size: 14px; /* 文字サイズを少し小さめに */
	font-weight: bold;
	margin-top: 5px; /* 上に余白を追加 */
	margin-bottom: 10px; /* 上に余白を追加 */
	text-decoration: none; /* テキスト下線を除去 */
	border: none; /* 黒い縁をなくす */
}

.tver_watch-button i {
	margin-left: 5px;
}

/* フル幅ボタン */
.tver_full-width-button {
	display: block;
	width: 100%;
	background-color: #022338;
	color: white;
	text-align: center;
	padding: 10px;
	border-radius: 15px;
	font-size: 16px;
	margin-top: 20px;
	border: none; /* 黒い縁をなくす */

}

.tver_full-width-button i {
	margin-left: 5px;
}

.tver_poweredby_logo{
	display: flex;
	color:rgb(107 114 128);
	align-items: center;
	justify-content: center; /* 横方向に中央寄せ */

	margin-bottom: 15px;
	padding-bottom: 5px;
	
	text-align: center;
	margin-top: 10px; /* ロゴとボタンの間に余白を追加 */

}

.tver_poweredby_logo img {
	max-width: 48px;
	height: auto;
	display: inline-block; /* ロゴを中央揃えにするために */
}
