/*
	/sports/highfiveweb/css/kosei_sp.css
	-----------------------------------
	ボクシング世界最速三階級王者 田中恒成 戦いの軌跡 | High FIVE!! WEB | CBCテレビ
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2019-08-08
	-----------------------------------
*/


/* Default Reset */
.kosei_sp .breadcrumbs {
	margin-top: 0;
	margin-bottom: 7px;
}
.kosei_sp .article-movie {
	margin-bottom: 0;
}


/* KOsei Head */
.kosei-head,
.kosei-column-head,
.kosei-link-head {
	width: 100%;
	margin-top: 15.95567%;
	margin-bottom: 3px;
}
.kosei-head:nth-of-type(n+2),
.kosei-column-head:nth-of-type(n+2),
.kosei-link-head:nth-of-type(n+2) {
	margin-top: 0;
}
.kosei-column-head,
.kosei-link-head {
	margin-bottom: 7px;
}
#home .kosei-link-head {
	margin-top: 7px;
}
.kosei-head-wrap {
}

.breadcrumbs {
	margin: 0 0 7px;
}


/* NEW Icon */
.pubdate.update:before {
	content: "NEW";
	background: #ff0000;
	color: #fff;
	line-height: 1.0;
	padding: 0 0.3em;
	margin-right: 0.6em;
}


/* Video Thumb icon */
/* .kosei_sp .link_outgoing .article-pic {
	position: relative;
}
.kosei_sp .link_outgoing .article-pic:after {
	content: "\f144";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 54px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
.kosei_sp .link_outgoing:hover .article-pic:after {
	color: #ffff00;
} */


/* Pickup Post Sub Title */
.kosei-title {
	display: inline-block;
	font-size: 11px;
	line-height: 2.0;
	color: #6e6e6e;
	margin-bottom: 2em;
	position: relative;
}
.kosei-title:before {
	content: '';
	position: absolute;
	bottom: -1em;
	display: inline-block;
	width: 7.5em;
	height: 2px;
	background-color: #ff291f;
}


  /* Heading box */
.kosei_sp .site-catch {
	width: 100%;
	margin-top: 15.95567%;
	margin-bottom: 1.6em;
	background-color: #4e351c;
	padding: 0.8em 0;
}
.kosei_sp .site-catch-wrap {
	width: 94%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}


.kosei_sp .top-topics-list li:nth-child(n+8) {
	display: block;
}


/* Foot List */
.article-banner-list {
}
.article-banner-list .article-item {
	width: 100%;
	list-style: none;
	margin: 0 auto 1.5em;
}
.article-banner-list .article-item img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.kosei_sp .article-common-list.kosei-list a:hover {
	text-decoration: none;
}
.kosei_sp .article-list-large .article-cat {
	display: block;
}
.kosei_sp .article-list-large .article-cat li {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 11px;
	padding-top: .3em;
	padding-bottom: .3em;
	text-align: center;
}

/* Banner Glow Effect */
figure.kosei_link {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	position: relative;
}
figure.kosei_link:before {
	position: absolute;
	top: 0;
	left: -70%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 100%);
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
}
figure.kosei_link:hover:before {
	-webkit-animation: glow .8s;
	animation: glow .8s;
}
@-webkit-keyframes glow {
	100% {
		left: 130%;
	}
}
@keyframes glow {
	100% {
		left: 130%;
	}
}
