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

/* 自動リロード用 */
body	{
	background:url(../bg.jpg) no-repeat 0 0;
	background-size: cover;
	position: relative;
	margin: 0;
	padding: 0;
}

#loading {
	margin: 0;
	width: 100vw;
	height: 100vh;
	text-align: center;
	vertical-align: middle;
	font-size: 200%;
	color: #000;
	z-index: 1000;
	/* background-color: #fff; */
	opacity: 0.6;
}
#loading img {
	width: 130px;
	height: auto;
	margin: 400px auto 50px auto;
}

#taglive_area{
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}

/* TagLiveの表示箇所全体 */
.taglive_contents_tl {
	position: relative;
	-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: 50px auto 100vh auto!important;
	width: 85vw;
	max-width: 1600px!important;
}
.taglive_contents_tl * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* リンク */
.taglive_contents_tl a {
	color: #1C1C1C;
	text-decoration: none;
	border: none;
}
.taglive_contents_tl a:hover {
	color: #07519a;
}
/* レイアウト回り込み解除用 */
.taglive_contents_tl .clear {
	clear: both;
}
/* 投稿ごとの表示箇所全体 */
.taglive_contents_tl .post {
	/* width: 33%; */
	width: 25%;
}
.taglive_contents_tl .taglive_entry_content {
	margin: 10px;
	padding: 14px;
	background: #FFFFFF;
	border-radius: 3px;
	box-shadow:0 0 3px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
	overflow: hidden;
	font-size: 0.85em;
	font-feature-settings : "palt";
}
/* ユーザーID表示箇所 */
.taglive_contents_tl .twitter_profile,
.taglive_contents_tl .inst_profile,
.taglive_contents_tl .ad_profile {
	margin-top: 10px;
}
.taglive_contents_tl .inst_profile {
	margin-top: 28px;
}
/* ユーザーID */
.taglive_contents_tl .twitter_profile a.user,
.taglive_contents_tl .inst_profile a.user,
.taglive_contents_tl .ad_profile a.user {
	text-decoration: none;
	color:#1C1C1C;
	font-weight:bold;
	line-height: 100%;
	overflow-wrap: break-word;
	word-break: break-all;
}
/* リンク装飾 */
.taglive_contents_tl a,
.taglive_contents_tl a {
	text-decoration: none;
	color: #1C1C1C;
	border: none;
}
.taglive_contents_tl a:hover,
.taglive_contents_tl a:hover {
	color: #07519a;
}
/* ユーザーIDおよびユーザーページへのリンク */
.taglive_contents_tl a.user {
	font-weight: bold;
	color: #1C1C1C;
	text-decoration: none;
}
.taglive_contents_tl a.user:hover {
	color: #07519a;
}
/* 投稿本文 */
.taglive_contents_tl .twitter_message,
.taglive_contents_tl .inst_message,
.taglive_contents_tl .ad_message{
	padding: 10px 0;
	line-height: 170%;
	font-feature-settings : "palt";
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 投稿本文：ハッシュタグ装飾 */
.taglive_contents_tl .twitter_message .tag,
.taglive_contents_tl .inst_message .tag{
	color: #007BC6;
}
/* 投稿本文：リンク装飾 */
.taglive_contents_tl .twitter_message a,
.taglive_contents_tl .inst_message a {
	color: #1C1C1C;
	text-decoration: underline;
}
.taglive_contents_tl .twitter_message a:hover,
.taglive_contents_tl .inst_message a {
	text-decoration: none;
}
/* 投稿画像 */
.taglive_contents_tl .twitter_photo img,
.taglive_contents_tl .inst_photo img,
.taglive_contents_tl .ad_photo img {
	max-width: 100%;
	max-height: 100%;
}
/* 投稿動画 */
.taglive_contents_tl .twitter_video,
.taglive_contents_tl .inst_video,
.taglive_contents_tl .ad_video {
	position: relative;
	width: 100%;
}
/* Twitter動画の埋め込み用 */
.taglive_contents_tl .twitter_video {
	overflow: hidden;
	margin: 0;
	padding:0;
}
.taglive_contents_tl .twitter_video iframe {
	margin: 0!important;
	border: none!important;
}
/* Instagram動画の埋め込み用 */
.taglive_contents_tl .inst_video {
	height: calc(85vw/4 - 20px);
	max-height: 280px;
	margin-bottom: -20px;
	overflow: hidden;
}
.taglive_contents_tl .inst_video_view {
	overflow: hidden;
	margin:0;
	padding:0;
}
.taglive_contents_tl .inst_video_view iframe {
	min-width: 0px!important;
	margin: -64px auto -162px auto!important;
	border: none!important;
}
/* 投稿日時＆投稿URLへのリンク */
.taglive_contents_tl .twitter_link,
.taglive_contents_tl .inst_link,
.taglive_contents_tl .ad_link {
	text-align: right;
}
/* 投稿日時 */
.taglive_contents_tl .inst_link a,
.taglive_contents_tl .twitter_link a,
.taglive_contents_tl .ad_link a {
	display: inline-block;
	color: #1C1C1C;
	text-decoration: none;
}
.taglive_contents_tl .twitter_link a:hover,
.taglive_contents_tl .inst_link a:hover,
.taglive_contents_tl .ad_link a:hover {
	color: #07519a;
}
/* Twitterアイコン */
.taglive_contents_tl .twitter_link a.twitter_icon {
	width: 16px;
	height: 16px;
	margin-left: 10px;
	vertical-align: text-bottom;
	background:url(https://taglive.jp/appli/images/icon_twitter.png) right bottom no-repeat;
	background-size: cover;
}
/* Instagramアイコン */
.taglive_contents_tl .inst_link a.inst_icon {
	width: 16px;
	height: 16px;
	margin-left: 10px;
	vertical-align: text-bottom;
	background:url(https://taglive.jp/appli/images/icon_instagram.png) right bottom no-repeat;
	background-size: cover;
}
/* 広告アイコン */
.taglive_contents_tl .ad_link a.ad_icon {
	width: 16px;
	height: 16px;
	margin-left: 10px;
	vertical-align: text-bottom;
	background:url(../icon_ad.png) right bottom no-repeat;
	background-size: cover;
}
.taglive_contents_tl .twitter_link a.twitter_icon:hover,
.taglive_contents_tl .inst_link a.inst_icon:hover {
	opacity: 0.7;
}

/* カスタム：背景動画表示 */
#movie {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* カスタム：ヘッダー・フッター */
#header, #footer {
	position: fixed;
	width: 100%;
	height: 8vh;
	z-index: 1000;
	background-color: #000;
}
#header img, #footer img {
	margin: 0 2.8vw;
	height: 98%;
}
#header {
	top: 0;
}
#footer {
	bottom: 0;
}
