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

@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

/*--------------------------------------------
 カウンター表示
--------------------------------------------*/
.taglive_counter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: center;
	-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.6rem;
	text-align: center;
	margin: 0 auto!important;
	width: 86vw!important;
	max-width: 900px!important;
}
.taglive_counter .count {
	display: inline-flex;
}
.taglive_counter .count .num {
	position: relative;
	margin: 0 4px;
	padding: 0;
	width: 92px;
	height: 146px;
	background-color: #fff;
	border: solid 2px #0886CC;
	border-radius: 10px;
	color: #0886CC;
	font-family: 'Fjalla One', sans-serif;
	font-size: 7.5rem;
	line-height: 9.7rem;
	text-align: center;
	background-image: linear-gradient(#0886CC, #0886CC);
	background-position: 0 50%;
	background-size: 100% 2px;
	background-repeat: repeat-x;
}
.taglive_counter::after{
	content: '';
  display: block;
  width: 627px;
  height: 10px;
  background: #0886CC;
  margin: 19px auto 0;
  transform: translateX(5px);
}
.taglive_counter .count .num::after{
	left: -4px;

}
.taglive_counter .count .num::before{
	right: -4px;
}
.taglive_counter .count .comma {
	width: 20px;
	height: 76px;
	color: #000;
	font-family: 'Fjalla One', sans-serif;
	font-size: 3.6rem;
	line-height: 5.2rem;
	text-align: center;
}
.count_number{
	color: #0886CC;
	font-weight: bold;
}
.num_after{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	margin: 16px 0 157px 0;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.taglive_counter{
		width: 330px;
		margin: 0 auto;
	}
	.taglive_counter::after{
		width: 336px;
	}
	.taglive_counter .count .num{
		width: 46px;
    height: 72px;
    margin: 0 2px;
		border: solid 1px #0886CC;
		border-radius: 5px;
		font-size: 3.5rem;
		line-height: 4.8rem;
		background-size: 100% 1px;
	}
}
@media screen and (max-width: 480px) {
	.taglive_counter{
		position: relative;
		z-index: 1;
	}
	.taglive_counter::after{
		width: 100%;
		height: 6px;
		margin: 6px auto 0;
		transform: translateX(0);
	}

	.count{
		margin: 0;
	}

	.taglive_counter .count .num{
		width: 12.5vw;
		height: 21vw;
		margin: 0 1px 10px;
		border: solid 1px #0886CC;
		border-radius: 5px;
		z-index: -1;
		transform-style: preserve-3d;
		perspective: 200px;
		font-size: 4rem;
		line-height: 22.5vw;
		background-size: 100% 1px;
	}

	.count_number{
		margin-left: 3px;
	}
}