@charset "utf-8";
/* CSS Document */

#gadget .soon {
	text-align: center;
	padding:30px 0;
	font-size:30px;
	color:#ffffff;
}

#gadget * {
	margin:0;
	padding:0;
    line-height:1.7;
}

.comment_cont_box {
	padding:10px 0 20px 0;
	text-align:center;
}

.comment_cont {
	display:inline-block;
    font-weight:700;
	font-size:36px;
	line-height:1;
	padding:0 20px 10px 20px;
	color:#ffffff;
}

.comment_cont,
.comment_cont * {
	vertical-align:baseline !important;
}

.comment_cont span,
.comment_cont span * {
    font-weight:900;
	font-size:60px;
	line-height:1;
	color:#ffffff;
}

#gadget {
	visibility:hidden;
}

#gadget #more_out {
	border:1px solid #ffffff;
}

#gadget #more {
	color:#ffffff;
    font-weight:700;
}

#gadget .type_box {
	padding:15px 0 0 0;
}

#gadget .content_all {
	overflow:hidden;
	text-align: center;
}

#gadget .total_out {
	text-align: center;
	margin:0 0 15px 0;
}

#gadget .total {
	text-align: center;
	font-size:30px;
	font-weight:500;
	color:#232323;
    display:inline-block;
    line-height:1;
    position:relative;
	margin-bottom:20px;
}

#gadget .total span {
	font-weight:700;
	font-size:54px;
	color:#232323;
}

#gadget .total br {
	display:none;
}

#gadget #more_out {
	text-align:center;
}

#gadget #more_out {
	margin:30px auto 0 auto;
	width:250px;
	border-radius:100px;
	overflow:hidden;
	cursor:pointer;
}

#gadget #more {
	padding:15px;
	text-align:center;
	font-size:24px;
	position: relative;
	cursor:pointer;
}

#gadget #more::before {
}

#gadget #more:hover::before {
}

#gadget .type_box {
	overflow:hidden;
}

#gadget .type {
	width:calc(33.3% - 10px);
	margin:0 5px 10px 5px;
	background:#ffffff;
	overflow:hidden;
}

#gadget .type_in {
	overflow:hidden;
	position: relative;
}

#gadget .type_in a {
	text-decoration:none;
	display:block;
}

#gadget .type_in a img {
	transition:none !important;
}

#gadget .type_in a:hover img {
	opacity: 1 !important;
}

#gadget .type_in .img {
    background: url(../img/poster_loading.gif) center center no-repeat #333333;
    background-size:auto 50px;
}

#gadget .type_in .img img {
	width:100%;
	display:block;
}

#gadget .type_in .img,
#gadget .type_in .video {
	margin:0;
	width:100%;
}

#gadget .type_in video {
	width:100%;
	display:block;
}

#gadget .type_in .icon {
	border-radius:50%;
	width:40px;
	height:40px;
	overflow:hidden;
    background:#333333;
}

#gadget .type_in .icon img {
	width:100%;
}

#gadget .tw_box {
	overflow:hidden;
	clear:both;
	padding:20px 20px 0 20px;
}

#gadget .tw_box .icon {
	float:left;
	width:40px;
	margin:0 10px 5px 0;
}

#gadget .tw_box .neme {
	width:calc(100% - 50px);
	float:left;
	text-align:left;
	font-size:14px;
	color:#121212;
	margin-bottom:10px;
}

#gadget .ig_box {
	overflow:hidden;
	clear:both;
	padding:20px 20px 0 20px;
}

#gadget .ig_box .icon {
	float:left;
	width:40px;
	margin:0 10px 5px 0;
}

#gadget .type_date {
	text-align:right;
	font-size:12px;
	color:#121212;
	height:12px;
	line-height:12px;
	padding:5px 20px 20px 20px;
}

#gadget .type p {
	font-size:20px;
	line-height:1.5;
	color:#121212;
	font-weight:500;
	padding:0 0 15px 0;
	text-align:left;
	word-break: break-all;
}

#gadget .type p span {
	font-size:22px;
	font-weight:700;
	display:inline;
	color:#121212;
	line-height:1.3;
}

#tags_modal {
	background:rgba(0,0,0,0.65);
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1000;
}

#tags_twlink {
	transition:none !important;
	overflow-y: auto;
	display:none;
	position:absolute;
	z-index:1100;
	left: 50%;
	width:560px;
	transform: translateX(-50%)
             translateY(0%);
}

#tags_twlink * {
	transition:none !important;
}

/* テロップ */

.telop_box {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:10;
	background:#163616;
	padding:10px 30px 15px 30px;
	overflow:hidden;
	clear:both;
}

.telop_count {
	width:400px;
	float:left;
	text-align: center;
	font-size:18px;
	font-weight:500;
	color:#e7e264;
    line-height:1;
    position:relative;
}

.telop_count *,
.telop_count span {
	font-weight:700;
	font-size:40px;
	color:#e7e264;
}

.telop {
	width:calc(100% - 400px);
	float:left;
	margin:18px 0 0 0;
	visibility:hidden;
	opacity:0;
}

.telop_in p,
.telop_in p a {
	color:#ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:500;
    font-size:18px;
    text-decoration:none;
}

@media screen and (max-width:480px) {

	.comment_cont_box {
		padding:0 5% 20px 5%;
	}

	.comment_cont {
		font-size:24px;
		padding:0 20px 15px 20px;
	}

	.comment_cont span,
	.comment_cont span * {
		font-size:40px;
		line-height:1.3;
	}

	#gadget #more_out {
		margin:20px auto 0 auto;
	}

	#gadget #more {
		font-size:20px;
	}

	#gadget .type_box {
		padding:0;
		width:100%;
		margin:0 auto;
	}

	#gadget .type {
		width:calc(100% - 0px);
		margin:0 0 15px 0;
	}

	#gadget .tw_box .neme {
		font-size:10px;
	}

	#gadget .type_date {
		font-size:8px;
		height:8px;
		line-height:10px;
		padding:5px 20px 20px 20px;
	}

	#gadget .type p {
		font-size:16px;
		line-height:1.5;
	}

	#gadget .type p span {
		font-size:20px;
	}

	#tags_twlink {
		width:90%;
		transform: translateX(-50%)
	             translateY(0%);
	}

	#gadget {
		padding:0 0 40px 0;
	}

	.comment_cont_box {
		padding:0 5% 10px 5%;
	}

	.comment_cont {
		font-size:24px;
		padding:0 20px 15px 20px;
	}

	.comment_cont span,
	.comment_cont span * {
		font-size:40px;
		line-height:1.3;
	}

	/* テロップ */

	.telop_box {
		padding:8px 5% 17px 5%;
	}

	.telop_count {
		width:auto;
		float:none;
		text-align: center;
		font-size:18px;
	}

	.telop_count *,
	.telop_count span {
		font-size:36px;
	}

	.telop {
		width:auto;
		float:none;
		margin:0;
	}

	.telop_in p,
	.telop_in p a {
	    font-size:14px;
	}

}