@charset "utf-8";
/*--****************************************



@top



*****************************************--*/
#wrapper{
	width: 100%;
	min-width: 1024px;
}
#top{
	/*
	display:none;
	filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity:0;
	*/
}

* {
	box-sizing: border-box;

}

.hover {
	transition: .2s ease;
}

.hover:hover {
	opacity: .7;
}

#main a {
	text-decoration: none;
	color: #fff;
	position: relative;
	z-index: 10;
}

#main a .ttl {
	transition: .2s ease;
	font-weight: bold;
}

#main a:hover .ttl{
	/* color: #e60012; */
}

#main time {
	color: #999;
	font-weight: bold;
	font-size: 14px;
}

.cat {
	background: #333;
	font-size: 12px;
	display: inline-block;
	padding: 0 2%;
	margin: 0 0 0 15px;
}

.arw {
	position: relative;
	background: #000;
	transition: .2s ease;
	width: 50px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

.arw::after,
.arw::before {
	content: "";
	display: block;
	height: 1px;
	width: 24%;
	background: #fff;
	position: absolute;
}

.arw::before {
	transform: rotate(45deg);
	top: 40%;
	left: 40%;
}

.arw::after {
	transform: rotate(-45deg);
	top: 58%;
	left: 40%;
}

#main a:hover .arw {
	background: #e60012;
}

.section-ttl {
	color: #fff;
	font-size: 32px;
	text-align: center;
	background: #111;
	height: 100px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #555;
}

#top-header a{
	display: flex;
	border-bottom: 1px solid #555;
}

#top-header .thumb-item {
	border-right: 1px solid #555;
	width: 70%;
}

/* #top-header a .thumb-item img,
#topics a .thumb-item img{
	transition: transform 4s ease-out;
	
} */

#top-header a:hover .thumb-item img,
#topics a:hover .thumb-item img{
	transform: scale(1.05);
	/* animation: imgScale .4s ease-out forwards; */
}

/* @keyframes imgScale {
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.05);
	}
} */

#main .thumb-item {
	position: relative;
}

#main .thumb-item img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;}

#main .thumb-item::after {
	content: '';
	padding-top: 50%;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.head-txt-area {
	position: relative;
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
}

.head-txt-area .bg-txt {
	font-size: 10vw;
	position: absolute;
	top: 3vw;
	right: 0;
	text-align: right;
	z-index: 9;
}

.head-txt-area .ttl {
	padding: 2vw;
	position: relative;
	z-index: 10;
	width: 100%;
	font-size: 2vw;
}

.head-txt-data {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 50px;
	display: flex;
	border-top: 1px solid #555;
}

.data-inner {
	width: calc(100% - 50px);
	display: flex;
	align-items: center;
	padding: 0 2vw;
}

@media (max-width:1024px) {
	.head-txt-area .bg-txt {
		font-size: 102px;
	}	

	.head-txt-area .ttl {
		font-size: 20px;
		padding: 20px;
	}

	.data-inner {
		padding: 0 20px;
	}

}

/*-------------------------------

@topics

-------------------------------*/
#topics {}

.half-box {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.half-box::after{
	content: '';
	background: #555;
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	z-index: 11;
}

.half-box a {
	width: 50%;
}

#topics a {
	display: block;
	border-bottom: 1px solid #555;
}

#topics .thumb-item {
	border-bottom: 1px solid #555;
}

#topics .thumb-item::after {
	padding-top: 30%;
}

#topics .half-box .thumb-item::after {
	padding-top: 50%;
}

.topics-txt-area {
	height: 50px;
	display: flex;
}

.topics-txt-area .ttl {
	width: calc(100% - 50px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
	padding: 0 20px;
	font-size: 18px;
}

.half-box .topics-txt-area .ttl {
	font-size: 16px;
}

.blank-box {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #111;
}

.blank-box img {
	opacity: .2;
	width: 180px;
}

#topics .blank-box {
	border-bottom: 1px solid #555;
}


/*-------------------------------

@news

-------------------------------*/
#news {}

.news-box {
	display: flex;
	border-bottom: 1px solid #555;
	flex-wrap: wrap;
}

.news-box a {
	width: 25%;
	border-right: 1px solid #555;
	flex-wrap: wrap;
	align-content: space-between;

}

#news .thumb-item {
	border-bottom: 1px solid #555;
	width: 100%;
}

#news .ttl {
	padding: 2vw;
	font-size: 15px;
}

.news-txt-area {
	width: 100%;
	padding-bottom: 50px;
}

.news-txt-data {
	border-top: 1px solid #555;
	height: 50px;
	display: flex;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.news-box .arw {
	border-right: none;
}

@media (max-width:1024px) {

	#news .ttl {
		padding: 20px;
	}

}


/*-------------------------------

@top-banner

-------------------------------*/
#top-banner {
	display: flex;
	position: relative;
}

#top-banner::after{
	content: '';
	background: #555;
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	z-index: 11;
}

#top-banner .thumb-item::after {
	padding-top: 28.2%;
}

#top-banner .thumb-item img {
	z-index: 10;
}

#top-banner a {
	width: 50%;
	position: relative;
	display: block;
}

#top-banner .arw {
	height: 50px;
	width: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 11;
	border-top: 1px solid #555;
}

/*-------------------------------

@link-banner

-------------------------------*/
#link-banner {
	border-top: 1px solid #555;
	background: #111;
	height: 180px;
	display: flex;
	align-items: center;
}

.link-banner-item {
	height: 70px;
	width: auto;
	margin: 0 10px;
}

#link-banner ul {
	display: flex;
	justify-content: center;
	width: 100%;
}

