/* Taglive tl css */
@charset "UTF-8";

/* TagLiveの表示箇所全体 */
.taglive_contents_tl_cl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.0rem;
	margin: 0 auto 20px!important;
	width: 90%;
}
.taglive_contents_tl_cl * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* スライダー用 */
.slick-track {
	margin-top: 0!important;
}
/* 画像全般 */
.taglive_contents_tl_cl img {
	border: none;
}

.taglive_title{
	position: relative;
}

.taglive_title h4{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -70%);
	font-size: 1.5rem;
	z-index: 2;
	margin: auto;
	padding: 0.5rem 2rem;
  color: #fff;
  border-radius: 30px;
  background: #0886CC;
}

.taglive_title h4::after{
	position: absolute;
  bottom: -0.5rem;
  left: 9rem;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #0886CC transparent transparent transparent;
}

/* 投稿ごとの表示箇所全体 */
.taglive_contents_tl_cl .post {
	position:relative;
	width: 100;
	height: 450px!important;
	margin: 0px 130px 70px;
}
.taglive_contents_tl_cl .taglive_entry_content{
	box-sizing: border-box;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 25px;
	border-radius: 15px;
	background:#fff;
	display: flex;
	flex-direction: column-reverse;
	height: inherit;
}
.taglive_contents_tl_cl .taglive_entry_text {
	width: 100%;
	height: 365px;
	font-feature-settings : "palt";
	text-align: center;
	line-height: 365px;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
}

.text-w50{
	width: 50%!important;
}

.col-w500{
	width: 500px;
}

/* 投稿画像 */
.taglive_contents_tl_cl .twitter_photo,
.taglive_contents_tl_cl .inst_photo {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 365px;
}
.taglive_contents_tl_cl .twitter_photo img,
.taglive_contents_tl_cl .inst_photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 365px;
	border-radius: 30px;
}
.taglive_contents_tl_cl .dispimg {
	background: #f6f4ec;
}
/* 投稿画像（動画の場合） */
.taglive_contents_tl_cl .twitter_video a,
.taglive_contents_tl_cl .inst_videoa a {
	display: block;
	width: 100%;
	height: 100%;
}
.taglive_contents_tl_cl .twitter_video a:after,
.taglive_contents_tl_cl .inst_videoa a:after {
	content: url(http://taglive.jp/appli/images/icon_movie.png);
	display:block;
	position:absolute;
	top: 0;
	left:  calc(50% - 16px);
	z-index:10;
}
/* 投稿本文 */
.taglive_contents_tl_cl .message {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	line-height: 170%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: pre-wrap;
	letter-spacing: normal;
	text-align: justify;
	text-align-last: left;
	line-break: strict;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.taglive_contents_tl_cl .col {
	width: 100%;
	height: 365px!important;
	max-height: 365px!important;
	margin: 0;
	padding: 0 20px;
	vertical-align: top;
}
/* 投稿本文：ハッシュタグ装飾 */
.taglive_contents_tl_cl .message .tag {
	color: #007BC6;
}
/* 投稿の付加情報表示箇所 */
.taglive_contents_tl_cl .twitter_info,
.taglive_contents_tl_cl .inst_info {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 825px;
	height: 30px;
	margin: 10px auto;
	padding: 0;
	font-size: 10px;
	text-align: right;
}
/* ユーザーアイコン */
.taglive_contents_tl_cl .twitter_info img,
.taglive_contents_tl_cl .inst_info img{
	width: 30px!important;
	max-width: 30px!important;
	border-radius: 50%;
	margin-right: 10px;
}
/* ユーザー名・ユーザーID （Twitterのみ） */
.taglive_contents_tl_cl .twitter_info .user {
	width: 50%;
	text-align: left;
}
.taglive_contents_tl_cl .twitter_info .user_name {
	font-size: 13px;
	text-align: left;
}
/* 投稿メタ情報 */
.taglive_contents_tl_cl .meta,
.taglive_contents_tl_cl .meta {
	width: 50%;
	text-align: right;
}
/* Twitterアイコン */
.taglive_contents_tl_cl .twitter_info a.twitter_icon {
	width: 24px;
	height: 20px;
	margin-left: 10px;
	/* background:url(https://taglive.jp/appli/images/icon_twitter.png) right bottom no-repeat; */
	background-size: 20px;
}
.taglive_contents_tl_cl .twitter_info a {
	color: #1C1C1C;
	text-decoration: none;
}
.taglive_contents_tl_cl .twitter_info a:hover {
	opacity: 0.7;
}

/*------------------
スマートフォン・タブレット
------------------*/
@media only screen and (max-width: 768px) {


	.taglive_title h4{
		font-size: 1.1rem;
		transform: translate(-50%, -30%);
	}

	.taglive_title h4::after{
		left: 7rem;
	}

	/* 投稿ごとの表示箇所全体 */
	.taglive_contents_tl_cl .post {
		width: 100%;
		height: auto;
		max-height: 825px;
		margin: 20px;
	}
	.taglive_contents_tl_cl .taglive_entry_text {
		width: 100%;
		height: calc(100% - 40px);
		max-height: 785px;
	}
	/* 投稿画像 */
	.taglive_contents_tl_cl .twitter_photo,
	.taglive_contents_tl_cl .inst_photo {
		display: block;
		width: 100%;
		height: calc(80vw - 90px);
		max-height: 365px;
	}
	/* 投稿本文 */
	.taglive_contents_tl_cl .message {
		box-sizing: border-box;
		width: 100% !important;
	}
	.taglive_contents_tl_cl .col {
		display: block;
		width: 100% !important;
		margin: 0;
		padding: 10px 10px 10px 0;
	}
	/* ユーザー名・ユーザーID （Twitterのみ） */
	.taglive_contents_tl_cl .twitter_info .user {
		width: 60%;
	}
	/* 投稿メタ情報 */
	.taglive_contents_tl_cl .meta,
	.taglive_contents_tl_cl .meta {
		width: 40%;
	}
	/* Twitterアイコン */
	.taglive_contents_tl_cl .twitter_info a.twitter_icon {
		width: 26px;
		height: 16px;
		margin-left: 5px;
		background:url(https://taglive.jp/appli/images/icon_twitter.png) right bottom no-repeat;
		background-size: 16px;
	}

}

@media only screen and (max-width: 480px) {
	.taglive_contents_tl_cl .col {
		padding: 10px 0;
	}

	.taglive_title h4{
		font-size: 0.7rem;
		transform: translate(-50%, -30%);
	}

	.taglive_title h4::after{
		left: 5rem;
	}

	.taglive_contents_tl_cl .post {
		width: 100%;
		height: calc(150vw - 130px)!important;
		max-height: 825px;
		margin: 20px;
	}

	.taglive_entry_text{
		display: block !important;
		height: auto;
		height: calc(100% - 40%);
	}

	.col-w500{
		width: 80vw !important;
	}
}