@charset "utf-8";
/* CSS Document */

body {
}

#gadget .soon {
	text-align: center;
	padding:30px 0;
	font-size:30px;
}

#gadget * {
	margin:0;
	padding:0;
    line-height:1.7;
}

.comment_cont_box {
	padding:20px 0 10px 0;
	text-align:center;
	color:var(--primary-color);
}

.comment_cont {
	display:inline-block;
    font-weight:700;
	font-size:36px;
	line-height:1;
	padding:0 20px 10px 20px;
	color:var(--primary-color);
	position:relative;
}

.comment_cont,
.comment_cont * {
	vertical-align:baseline !important;
}

.comment_cont span,
.comment_cont span * {
    font-weight:900;
	font-size:60px;
	line-height:1;
	color:var(--primary-color);
}

#gadget {
	visibility:hidden;
}

#gadget #more_out {
	background: var(--primary-color);
}

#gadget #more {
	color:#ffffff;
    font-weight:700;
}

#gadget .type_box {
	padding:30px 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;
	overflow:hidden;
	cursor:pointer;
	position:relative;
}

#gadget #more {
	padding:15px;
	text-align:center;
	font-size:30px;
	position: relative;
	cursor:pointer;
}

#gadget #more::before {
}

#gadget #more:hover::before {
}

#gadget .type_box {
	overflow:hidden;
}

#gadget .type {
	width:calc(33.3% - 24px);
	margin:0 10px 20px 10px;
	overflow:hidden;
    background:#ffffff;
	border:2px solid var(--primary-color);
}

#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 {
	position:relative;
    background: var(--primary-color);
}


#gadget .type_in .img:before {
	position:absolute;
	top:calc( 50% - 20px );
	left:calc( 50% - 20px );
	content: '';
    width: 40px; height: 40px;
    border-radius: 50%;
    animation: pie-load-dynamic 1.5s linear infinite;
    z-index:1;
}

@keyframes pie-load-dynamic {
    0% { background: conic-gradient(#dedede 0deg, transparent 0deg); }
    25% { background: conic-gradient(#dedede 90deg, transparent 90deg); }
    50% { background: conic-gradient(#dedede 180deg, transparent 180deg); }
    75% { background: conic-gradient(#dedede 270deg, transparent 270deg); }
    100% { background: conic-gradient(#dedede 360deg, transparent 360deg); }
}

#gadget .type_in .img img {
	width:100%;
	display:block;
	position:relative;
    z-index:5;
}

#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;
	visibility: visible !important;
}

#gadget .type p span {
	font-size:24px;
	font-weight:800;
	display:inline;
	color:var(--accent-color);
	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 .telop_box {
	overflow:hidden;
	clear:both;
	position:relative;
	z-index:1000;
	background: var(--primary-color);
	padding:20px 0;
}

#telop .telop_box_title {
	float:left;
	width:550px;
}

#telop .telop_box_title_h {
	padding:0 50px;
	margin:15px 0 0 0;
}

#telop .telop_box_title img {
	width:100%;
}

#telop .telop {
	float:left;
	width:calc( 100% - 550px);
}

#telop .telop_box p {
	position: static;
}

#telop .telop_item {
	margin:0 10px;
	background:rgba(255,255,255,1);
	overflow: hidden;
	width:400px;
}

#telop .telop_item_in {
	overflow:hidden;
	clear:both;
	padding:15px 20px;
}

#telop .telop_item_in .icon {
	float:left;
	width:30px;
	overflow: hidden;
	border-radius:30px;
}

#telop .telop_item_in .icon img {
	width:100%;
}

#telop .telop_item_in_in {
	overflow:hidden;
	clear:both;
}

#telop .telop_date {
	text-align:left;
	font-size:16px;
	font-weight:500;
}

#telop .telop_item_in .telop_data_box {
	float:left;
	text-align:left;
	margin:0 0 0 10px;
}

#telop .telop_item p {
	visibility: visible !important;
	text-align:left;
	font-size:16px;
	font-weight:600;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	min-height:100px;
	margin:5px 0 0 0;
	line-height:1.5;
}

#telop .telop_item p span {
	font-size:18px;
	font-weight:600;
	color:#e5006a;
}

#telop .telop_count {
	padding:0 20px;
}

#telop .telop_count * {
	color:#ffffff;
}

#telop .telop_count .comment_cont_box {
	padding:20px 0 0 0;
}

#telop .telop_count .comment_cont_box .comment_cont {
	font-size:24px;
}

#telop .telop_count .comment_cont span,
#telop .telop_count .comment_cont span * {
    font-size:50px;
}

@media screen and (max-width:1024px) {

	#gadget .type_box {
		width:90%;
		margin:0 auto;
	}

}

@media screen and (max-width:720px) {

	body {
		padding:0 0 50px 0;
	}

	.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:20px 0 0 0;
		width:90%;
		margin:0 auto;
	}

	#gadget .type {
		width:calc(100% - 4px);
		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 3% 0 3%;
	}

	.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;
	}

	/* テロップ */

	#telop .telop_count {
		margin:0;
		padding:5px 5%;
	    position:fixed;
		bottom:0;
		left:0;
		right:0;
		z-index:500;
	    background: var(--primary-color);
	    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	}

	#telop .telop_count .comment_cont_box {
		padding:0;
		text-align:center;
	}
	
	#telop .telop_count .comment_cont {
		padding:0;
	}

	#telop .telop_count * {
	}

	#telop .telop_count .comment_cont_box .comment_cont {
		font-size:20px;
	}

	#telop .telop_count .comment_cont span,
	#telop .telop_count .comment_cont span * {
	    font-size:30px;
	}

	#telop .telop_box {
		padding:10px 0 15px 0;
	}

	#telop .telop_box_title {
		float:none;
		width:auto;
	}

	#telop .telop_box_title_h {
		padding:0 10%;
		margin:0 0 10px 0;
	}

	#telop .telop {
		float:none;
		width:auto;
	}

	#telop .telop_item {
		margin:0 10px;
		width:200px;
	}

	#telop .telop_item {
		margin:0 5px;
	}

	#telop .telop_item_in {
	    padding:10px 15px;
	}

	#telop .telop_item_in .icon {
		width:20px;
	}

	#telop .telop_date {
		font-size:10px;
		margin:2px 0 0 0;
	}

	#telop .telop_item_in .telop_neme {
		font-size:12px;
	}

	#telop .telop_item_in .telop_data_box {
	}

	#telop .telop_item p {
		font-size:12px;
		-webkit-line-clamp: 3;
		overflow: hidden;
		min-height:54px;
	}

	#telop .telop_item p span {
		font-size:11px;
	}

}