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

@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');

:root {
	--main-cardsize: calc(calc(100vw - 20px) / 5);
	--main-maxcardsize: 185px;
}

/* TagLiveの表示箇所全体 */
.taglive_area {
	position: relative;
	margin: auto;
	padding: 0;
	width: calc(100vw - 20px);
	max-width: 930px;
	-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;
	overflow: hidden;
}
/* TagLiveの表示箇所全体 */
.taglive_contents_tile_anime {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.taglive_contents_tile_anime * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* リンク */
.taglive_contents_tile_anime a {
	color: #1C1C1C;
	text-decoration: none;
	border: none;
}
.taglive_contents_tile_anime a:hover {
	color: #07519a;
}
/* 画像全般 */
.taglive_contents_tile_anime img {
	border: none;
}
/* 右上のインフォマーク */
.taglive_img_info {
	margin: 0 auto;
	padding-right: 10px;
	text-align: right;
}
.taglive_img_info a,
.taglive_img_info img {
	border: none;
}
.taglive_img_info img {
	width: 24px;
	height: 24px;
}
.taglive_img_info a:hover img {
	opacity: 0.7;
}
/* ローディング */
.taglive_loading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	text-align: center;
	font-size: 100%;
	color: #fff;
	z-index: 1000;
	background-color: #000;
	overflow: hidden;
}
.taglive_loading .loader {
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: tagliveload 1.1s infinite ease;
  animation: tagliveload 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes tagliveload {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes tagliveload {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.taglive_loading p {
	margin-top: 5em;
}
/* 投稿表示エリア */
.taglive_contents_tile_anime .post_view_area {
	position: relative;
	box-sizing: border-box;
	width: var(--main-cardsize);
	max-width: var(--main-maxcardsize);
	height: var(--main-cardsize);
	max-height: var(--main-maxcardsize);
	margin: 0;
	padding: 0;
}
/* 投稿1件ずつ */
.taglive_contents_tile_anime .post {
	position: absolute;
	padding: 5px;
	opacity: 0;
	transform: rotateY(90deg);
	transition: opacity 50ms 200ms, transform 300ms;
}
/* 回転表示 */
.taglive_contents_tile_anime .surface {
	opacity: 1;
	transform: rotateY(0deg);
	transition: opacity 100ms 150ms, transform 300ms 150ms;
}
.taglive_contents_tile_anime .reverse {
	opacity: 0;
	transform: rotateY(90deg);
	transition: opacity 50ms 200ms, transform 300ms;
}
/* 投稿画像 */
.taglive_contents_tile_anime .inst_photo,
.taglive_contents_tile_anime .twitter_photo {
	position: relative;
	width: calc(var(--main-cardsize) - 10px);
	max-width: calc(var(--main-maxcardsize) - 10px);
	height: calc(var(--main-cardsize) - 10px);
	max-height: calc(var(--main-maxcardsize) - 10px);
	text-align: center;
}
.taglive_contents_tile_anime .twitter_photo img,
.taglive_contents_tile_anime .inst_photo img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* 大きい表示 */
/* 投稿ごとの表示箇所全体 */
.taglive_contents_tile_anime .big {
	width: calc(var(--main-cardsize) * 2);
	max-width: calc(var(--main-maxcardsize) * 2);
	height: calc(var(--main-cardsize) * 2);
	max-height: calc(var(--main-maxcardsize) * 2);
}
/* 投稿画像 */
.taglive_contents_tile_anime .big .inst_photo,
.taglive_contents_tile_anime .big .twitter_photo {
	width: calc(calc(var(--main-cardsize) * 2) - 10px);
	max-width: calc(calc(var(--main-maxcardsize) * 2) - 10px);
	height: calc(calc(var(--main-cardsize) * 2) - 10px);
	max-height: calc(calc(var(--main-maxcardsize) * 2) - 10px);
}

/* 投稿されたサービスのアイコン */
.taglive_contents_tile_anime .inst_info .inst_icon {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-image: url("https://taglive.jp/appli/images/icon_inst_wh.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.6;
	z-index: 100;
}
.taglive_contents_tile_anime .twitter_info .twitter_icon {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-image: url("https://taglive.jp/appli/images/icon_twitter_wh.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.6;
	z-index: 100;
}

/*--------------------------------------------
smart_phone
--------------------------------------------*/
@media only screen and (max-width: 600px) {

	:root {
		--main-cardsize: calc(calc(100vw - 20px) / 3);
	}

	/* TagLiveの表示箇所全体 */
	.taglive_area {
		width: calc(100vw - 10px);
	}

}

/*--------------------------------------------
モーダルウィンドウ用
--------------------------------------------*/
/* レイアウト回り込み解除用 */
.taglive_contents_tile_anime .clear {
	clear: both;
}
/* モーダルウィンドウの背景用 */
.taglive_lock {
		overflow:hidden;
}
.taglive_modal_overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:120%;
	height:120%;
	background-color:rgba(0,0,0,0.6);
}
/* モーダルウィンドウ表示箇所全体 */
.taglive_contents_tile_anime .modal_wrap {
	z-index:2;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	padding-right:  constant(safe-area-inset-right);
	padding-left:  constant(safe-area-inset-left);
	padding-right:  env(safe-area-inset-right);
	padding-left:  env(safe-area-inset-left);
	overflow:auto;
}
.taglive_contents_tile_anime .modal_content {
	display:none;
	position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
	width: 100%;
	background:#fff;
}
/* モーダルウィンドウを開くリンク */
.taglive_contents_tile_anime .modal_open {
	cursor:pointer;
}
/* モーダルウィンドウを開くリンク（動画の場合） */
.taglive_contents_tile_anime .twitter_video .modal_open:after,
.taglive_contents_tile_anime .inst_video .modal_open:after {
	content: url("http://taglive.jp/appli/images/icon_movie.png");
	display:block;
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
}
/* モーダルウィンドウを閉じるリンク（×ボタン） */
.taglive_contents_tile_anime .modal_close {
	display: inherit;
	position: absolute;
	top: -40px;
	right: 0;
	width: 32px;
	height: 32px;
	background-image: url("http://taglive.jp/appli/images/icon_close_wh.png");
	background-size: contain;
	z-index: 10;
}
/* モーダルウィンドウを前後の投稿に移動するリンク（矢印ボタン） */
.taglive_contents_tile_anime .modal_change {
	cursor: pointer;
	display: block;
	z-index: 1;
	position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: content-box;
}
.taglive_contents_tile_anime .modal_change.prev {
	left: -35px;
	background-image: url("http://taglive.jp/appli/images/icon_prev_wh.png");
}
.taglive_contents_tile_anime .modal_change.next {
	right: -35px;
	background-image: url("http://taglive.jp/appli/images/icon_next_wh.png");
}
/* 投稿情報表示エリア */
.taglive_contents_tile_anime .modal_entry_content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
/* 投稿画像 */
.taglive_contents_tile_anime .modal_photo {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.taglive_contents_tile_anime .modal_photo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: auto;
}
/* 投稿動画 */
.taglive_contents_tile_anime .modal_video {
	margin: 0 auto;
	overflow: auto;
}
.taglive_contents_tile_anime .modal_video::-webkit-scrollbar {
	width: 10px;
}
.taglive_contents_tile_anime .modal_video::-webkit-scrollbar-thumb {
	background: #dbdbdb;
	border-radius: 5px;
}
.taglive_contents_tile_anime .modal_video::-webkit-scrollbar-track-piece {
	background: #fff;
}
/* Instagram動画のリンク表示用 */
.taglive_contents_tile_anime .inst_video_view {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.taglive_contents_tile_anime .inst_video_view::after {
	content: url("http://taglive.jp/appli/images/icon_movie.png");
	display:block;
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
}
/* Twitter動画の埋め込み用 */
.taglive_contents_tile_anime .twitter_video_view {
	overflow-y: auto;
	overflow-x: hidden!important;
}
.taglive_contents_tile_anime .twitter_video_view .twitter-tweet {
	margin: 10px!important;
	max-width: 100%!important;
	display: block!important;
}
.taglive_contents_tile_anime .twitter_video_view iframe {
	margin: 0!important;
	width: 100%!important;
	min-width: 200px!important;
	border: none!important;
}
/* 文字情報などの表示箇所（本文、ユーザー情報、日付など） */
.taglive_contents_tile_anime .modal_info {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 16px;
	font-size: 0.9rem;
}
/* 投稿本文 */
.taglive_contents_tile_anime .modal_message {
	overflow-y: auto;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 170%;
	font-feature-settings : "palt";
	overflow-wrap: break-word;
	word-break: break-all;
}
.taglive_contents_tile_anime .modal_message::-webkit-scrollbar {
	width: 10px;
}
.taglive_contents_tile_anime .modal_message::-webkit-scrollbar-thumb {
	background: #dbdbdb;
	border-radius: 5px;
}
.taglive_contents_tile_anime .modal_message::-webkit-scrollbar-track-piece {
	background: #fff;
}
/* 投稿本文：ハッシュタグ装飾 */
.taglive_contents_tile_anime .modal_message .tag {
	color: #007BC6;
}
/* 投稿本文：リンク装飾 */
.taglive_contents_tile_anime .modal_message a {
	color: #1C1C1C;
	text-decoration: underline;
}
.taglive_contents_tile_anime .modal_message a:hover {
	text-decoration: none;
}
/* ユーザー情報表示箇所 */
.taglive_contents_tile_anime .modal_profile {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	padding-bottom: 10px;
}
.taglive_contents_tile_anime .modal_profile a {
	display: block;
	color: #1C1C1C;
	text-decoration: none;
}
.taglive_contents_tile_anime .modal_profile a:hover {
	opacity: 0.7;
}
/* ユーザーアイコン */
.taglive_contents_tile_anime .modal_profile img {
	width: 30px!important;
	max-width: 30px!important;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}
/* ユーザー名・ユーザーID */
.taglive_contents_tile_anime .modal_profile .user_name {
	margin: 0;
	padding: 0;
	font-size: 0.85rem;
	text-align: left;
	line-height: 120%;
}
.taglive_contents_tile_anime .modal_profile .user_id {
	margin: 0;
	padding: 0;
	font-size: 0.75rem;
	text-align: left;
	line-height: 120%;
}
/* 投稿の付加情報（日付・サービス）表示箇所 */
.taglive_contents_tile_anime .modal_meta {
	width: 100%;
	margin-top: auto;
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 0.8rem;
	border-top: solid 1px #eee;
}
/* 投稿日時 */
.taglive_contents_tile_anime .modal_meta a {
	display: inline-block;
	color: #1C1C1C;
	text-decoration: none;
}
.taglive_contents_tile_anime .modal_meta a:hover {
	color: #07519a;
}
/* Twitterアイコン */
.taglive_contents_tile_anime .modal_meta 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_tile_anime .modal_meta 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_tile_anime .modal_meta a.twitter_icon:hover,
.taglive_contents_tile_anime .modal_meta a.inst_icon:hover {
	opacity: 0.7;
}



/*--------------------------------------------
pc & tablet
--------------------------------------------*/
@media (min-width: 501px) {

	/* モーダルウィンドウ表示箇所全体 */
	.taglive_contents_tile_anime .modal_content {
		width: 85vw;
		max-width: 900px;
		height: calc(85vw*0.65);
		max-height: 585px;
	}
	/* 投稿画像 */
	.taglive_contents_tile_anime .modal_photo {
		width: 65%;
		height: 100%;
	}
	.taglive_contents_tile_anime .modal_photo img {
		max-width: 100%;
		max-height: 100%;
	}
	/* 投稿動画 */
	.taglive_contents_tile_anime .modal_video {
		width: 65%;
		height: 100%;
	}
	/* 文字情報などの表示箇所（本文、ユーザー情報、日付など） */
	.taglive_contents_tile_anime .modal_info {
		width: 35%;
		height: 100%;
	}
}

/*--------------------------------------------
smart_phone
--------------------------------------------*/
@media only screen and (max-width: 500px) {

	/* モーダルウィンドウ表示箇所全体 */
	.taglive_contents_tile_anime .modal_content {
		width: 80vw;
		height: 80vh;
	}
	/* 投稿情報表示エリア */
	.taglive_contents_tile_anime .modal_entry_content {
		flex-direction: column;
	}
	/* 投稿画像 */
	.taglive_contents_tile_anime .modal_photo {
		width: 100%;
		height: 80vw;
	}
	.taglive_contents_tile_anime .modal_photo img {
		max-width: 100%;
		max-height: 100%;
	}
	/* 文字情報などの表示箇所（本文、ユーザー情報、日付など） */
	.taglive_contents_tile_anime .modal_info {
		height: calc(80vh - 80vw);
	}
	/* 投稿の付加情報（日付・サービス）表示箇所 */
	.taglive_contents_tile_anime .modal_meta {
		padding: 10px 0 0 0;
	}

}
