.toppage-headline{
	width: 1200px;
	margin: 0 auto;
}

.toppage-headline2{
	width: calc(600px + 50%);
	margin: 0 0 0 calc(50% - 600px);
	background: #f8f8f8;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	padding-top: 40px;
	padding-bottom: 40px;
}

.toppage-headline .title{
	position: relative;
}

.toppage-headline2 .title{
	position: relative;
	box-sizing:border-box;
	margin: 0;
	padding: 0 40px;
	width: 380px;
}

.toppage-headline .title .inline,
.toppage-headline2 .title .inline{
	display: inline;
	font-size: 2rem;
	margin-left: 1em;
}

.toppage-headline .btn{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}

.toppage-headline2 .btn{
	position: relative;
	margin-top: 40px;
}

.toppage-headline .btn a::before,
.toppage-headline2 .btn a::before{
	background: #e60012;
	border-radius: 50%;
	content: "";
	cursor: pointer;
	display: block;
	height: 0;
	left: 50%;
	margin: auto;
	opacity: .5;
	padding-top: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
	width: 100%;
	z-index: 0;
}
.toppage-headline .btn a.is-hover::before,
.toppage-headline2 .btn a.is-hover::before{
	opacity:0;
	transform:translate(-50%,-50%) scale(1);
	transition:.4s linear
}
.toppage-headline .btn a,
.toppage-headline2 .btn a{
	display: block;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	border: 1px solid #131313;
	border-radius: 3px;
	color: #fff;
	height: 30px;
	margin: 0;
	text-decoration: none;
	width: 150px;
	color: #0088cd;
	-webkit-transition: all .2s;
	transition: all .2s;
	word-wrap: break-word;
}

.toppage-headline .btn a span,
.toppage-headline2 .btn a span{
	font-size: 1.4rem;
	color: #131313;
	font-size: 1.2rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}

.toppage-headline .entry-list {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	justify-content: space-between;
	margin-top: 40px !important;
	margin-bottom: 80px !important;
}

.toppage-headline .entry-list .entry-item {
	flex-basis: 32%;
	position: relative;
	margin-top: 0!important;
}

.toppage-headline .entry-list .entry-item .go-post {
	background-color: transparent;
	box-shadow: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	box-sizing: content-box;
	color: inherit;
	text-decoration: none;
}

.toppage-headline .entry-list .entry-item .go-post .wrap-post-thumbnail {
	flex-basis: 100%;
	background-color: transparent;
	box-shadow: 1px 2px 4px 1px rgba(0,0,0,.2);
	width: 100%;
}

.toppage-headline .entry-list .entry-item .go-post .wrap-post-thumbnail .post-thumbnail::before {
	padding-top: 62.5%;
	width: 100%;
	content: "";
	display: block;
}

.toppage-headline .entry-list .entry-item .go-post .wrap-post-thumbnail .post-thumbnail {
	background-color: transparent;
	box-shadow: 1px 2px 4px 1px rgba(0,0,0,.2);
	width: 100%;
	overflow: hidden;
	position: relative;
}

.toppage-headline .entry-list .entry-item .go-post .wrap-post-thumbnail .post-thumbnail img.is-loaded {
	opacity: 1;
}

.toppage-headline .entry-list .entry-item .go-post .wrap-post-thumbnail .post-thumbnail img {
	height: 100%;
	display: block;
	left: 50%;
	max-width: none;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transition: opacity .2s,-webkit-transform .25s;
	transition: opacity .2s,-webkit-transform .25s;
	transition: opacity .2s,transform .25s;
	transition: opacity .2s,transform .25s,-webkit-transform .25s;
	width: auto;
}

.toppage-headline .entry-list .entry-item .go-post .entry-main {
	color: #131313;
	flex-basis: 100%;
	padding-left: 0;
}

.toppage-headline .entry-list .entry-item .go-post .entry-main .date-and-auther,
.toppage-headline2 .entry-list .entry-item .go-post .entry-main .date-and-auther {
	color: #828282;
	font-size: 1.2rem;
}

.toppage-headline .entry-list .entry-item .go-post .entry-main .date-and-auther{
	padding-top: 20px;
}

.toppage-headline .entry-list .entry-item .go-post .entry-main .date-and-auther .posted-on {
	display: block;
}

.toppage-headline .entry-list .entry-item .go-post .entry-main .entry-title,
.toppage-headline2 .entry-list .entry-item .go-post .entry-main .entry-title {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 0;
}

.toppage-headline .entry-list .entry-item .go-post .entry-main .entry-title {
	margin-top: 20px;
}

.toppage-headline .entry-list .entry-item .go-post .entry-main .tags {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.3rem;
	-webkit-box-pack: start;
	justify-content: flex-start;
	padding-top: 20px;
}

.toppage-headline .entry-list .entry-item .go-post .entry-main .tags span::before {
	content: "#";
	left: 7px;
	position: absolute;
}

.toppage-headline2 .entry-list {
	position: relative;
	box-sizing:border-box;
	margin: 0 0 0 20px;
	padding: 0;
	width: 800px;
}

.toppage-headline2 .entry-list .entry-item .go-post .wrap-post-thumbnail  .post-thumbnail,
.toppage-headline2 .entry-list .entry-item .go-post .no-thumbnail {
	width: 88px;
	height: 88px;
	flex-shrink: 0;
}

.toppage-headline2 .entry-list .entry-item .go-post .no-thumbnail::before {
	background-size: 88px;
}

.toppage-headline2 .entry-list .entry-item .go-post .entry-main {
	padding: 0 20px;
}

.n2-section-smartslider:nth-of-type(2){
	display: none;
}

@media screen and (max-width:1200px){
	.toppage-headline{
		width: calc(100vw - 20px);
	}
	.toppage-headline2{
		width: 100%;
		margin: 0;
		padding: 20px 0;
	}
	.toppage-headline2 .title{
		position: relative;
		margin: 0 auto;
		padding: 0;
		width: calc(100vw - 20px);
	}
	.toppage-headline2 .btn{
		position: relative;
		display: inline-block;
		top: auto;
		right: auto;
		transform: translate(0,1rem);
		margin-top: 0;
		float: right;
	}
	.toppage-headline2 .entry-list {
		margin: 40px auto 0;
		width: calc(100vw - 20px);
	}
	.toppage-headline .btn{
		position: relative;
		display: inline-block;
		top: auto;
		right: auto;
		transform: translate(0,1rem);
		float: right;
	}
	.entry-item .no-thumbnail + .entry-main, .entry-item .post-thumbnail + .entry-main {
		flex-basis: 100%;
	}
	.n2-section-smartslider:nth-of-type(2){
		display: block;
	}
	.n2-section-smartslider:first-of-type{
		display: none !important;
	}
}

@media screen and (max-width:667px){
	.toppage-headline .entry-list .entry-item {
		flex-basis: 100%;
		margin-bottom: 20px;
	}
}
