@charset "UTF-8";
/*---------------------------------------------------------
ブログ シングルページ・記事一覧（カテゴリ）ページのスタイル

---------------------------------------------------------*/
/*
 シングル・カテゴリ共通
----------------------------*/
header{
	position:  relative;
	color: #fff;
	text-align: center;
	background-image: url(../images/blog/bg.jpg);
	background-size: cover;
	background-position: center center;
}
header:after{
	content: "";
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(#000000 20%, rgba(0, 0, 0, 0) 0%), radial-gradient(#000000 20%, rgba(0, 0, 0, 0) 0%);
	background-position: 0 0, 5px 5px;
	background-size: 10px 10px;
	opacity: 0.15;
}
header .header-box{
	width: 100%;
	padding: 70px 0;
	background-color: rgba(47,47,47,0.45);
}
header .header-box h1{
	z-index: 3;
	position: relative;
	width: 880px;
	margin: 0 auto;
	color: #fff;
}
header .header-box h1 > img{
	width: 480px;
}
header .header-box p{
	z-index: 3;
	position: relative;
	margin-top: 25px;
	line-height: 1.7;
	letter-spacing: 1px;
}
#column-section{
	padding: 50px 0;
}
#ranking-section{
	padding: 50px 0;
	background: #EDEDED;
}
/*
 記事一覧（カテゴリ）ページ
----------------------------*/
section{
	padding-top: 50px;
}

.section-heading{
	margin: 0 auto 35px auto;
}
.section-heading h2{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.section-heading h2 span{
	display: block;
	font-size: 14px;
}

.container{
	width: 1120px;
	margin: 0 auto;
}

.article-container{
	display: flex;
	flex-wrap: wrap;
}
.article-container article{
	position: relative;
	width: 353px;
	margin-right: 20px;
	margin-top: 50px;
	color: #333;
}
.article-container article:nth-child(1),
.article-container article:nth-child(2),
.article-container article:nth-child(3){
	margin-top: 0;
}
.article-container article:nth-child(3n){
	margin-right: 0;
}
.article-container article a{
	position: relative;
	display: block;
	color: #333;
}
.article-container article .cats{
	z-index: 2;
	position: absolute;
	top: 15px;
	left: -10px;
	transform: rotate(-5deg);
}
.article-container article .cats span{
	position: relative;
	display: inline-block;
	height: 26px;
	padding: 0 9px;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	color: #fff;
	letter-spacing: 4px;
	background: #9b7cb5;
}
.article-container article .cats span:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 88%;
	border: 13px solid #9b7cb5;
	border-right: 7px solid transparent;
}
.article-container article a figure{
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 60%;
	overflow: hidden;
	transition: 0.2s linear;
}
.article-container article a:hover figure{
	filter:brightness(115%);
}
.article-container article a figure img{
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.article-container article a .entry h3{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.6;
}
.article-container article a .entry .excerpt{
	font-size: 13px;
	line-height: 1.5;
	color:#3D3D3D;
}
.article-container article .entry .date{
	display: block;
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	color:#3D3D3D;
}
/*
 シングルページ
----------------------------*/
.blog-content-container{
	width: 880px;
	margin: 0 auto;
	padding: 70px 0 40px 0;
}
.blog-content-container .cats{
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 8px;
	font-size: 13px;
	color: #fff;
	background: #9b7cb5;
	transition: 0.2s linear;
}
.blog-content-container .cats:hover{
	opacity: 0.8;
}
.blog-content-container .title{
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}
.blog-content-container .thumb{
	margin-bottom: 20px;
}
.blog-content-container p{
	font-size: 15px;
	margin-bottom: 25px;
	line-height: 1.6;
	letter-spacing: 1.8;
}
.blog-content-container p + h3{
	margin-top: 55px;
}
.blog-content-container h3{
	margin-bottom: 20px;
	padding: 5px 0 5px 15px;
	font-size: 20px;
	font-weight: bold;
	border-left: solid 6px #333;
}
.blog-content-container h4{
	position: relative;
	margin-bottom: 20px;
	padding: 5px 0 5px 35px;
	font-size: 18px;
	font-weight: bold;
}
.blog-content-container h4:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background: #333;
}
.next-prev-links{
	margin-top: 50px;
}
.btn.btn-option,
.next-prev-links a{
	padding: 10px;
	border: 1px solid #13b5b1;
	font-size: 12px;
	font-weight: bold;
	background: #13b5b1;
}
.btn.btn-option:hover,
.next-prev-links a:hover{
	color: #13b5b1;
	background: #fff;
}

#pagenavi-wrap{
	padding: 0;
}
@media screen and ( max-width: 480px ) {
/*
 シングル・カテゴリ共通
----------------------------*/
	section{
		padding-top: 8%;
	}
	header .header-box{
		padding: 10.5% 0;
	}
	header .header-box h1,
	header .header-box p,
	.container{
		width: 100%;
		padding: 0 4%;
	}
	
	header .header-box h1{
		font-size: 20px;
	}
	header .header-box h1 > img{
		width: 84%;
	}
	
	#column-section,
	#ranking-section{
		padding: 10% 0;
	}
/*
 記事一覧（カテゴリ）ページ
----------------------------*/
	.section-heading{
		margin: 0 auto 5% auto;
	}
	.section-heading h2{
		font-size: 5.2vw;
	}
	.article-container{
		justify-content: space-between;
	}
	.article-container article{
		width: 48%;
		margin-top: 5%;
	}
	.article-container article:nth-child(odd){
		margin-right: 4%!important;
	}
	.article-container article:nth-child(1),
	.article-container article:nth-child(2){
		margin-top: 0!important;
	}
	.article-container article:nth-child(3){
		margin-top: 5%;
	}
	.article-container article:nth-child(2n){
		margin-right: 0!important;
	}
	.article-container article a .entry h3{
		font-size: 14px;
		line-height: 1.5;
	}
	.article-container article a .entry .excerpt{
		display: none;
	}
	.article-container article .cats{
		top: 0;
		left: 0;
		transform: rotate(0);
	}
	.article-container article .cats span{
		height: 25px;
		padding: 0 5px;
		font-size: 9px;
		line-height: 25px;
	}
	.article-container article .cats span:after{
		display: none;
	}
	
/*
 シングルページ
----------------------------*/
	.blog-content-container{
		width: 100%;
		padding: 10% 4%;
	}
	.blog-content-container .title{
		font-size: 20px;
	}
.blog-content-container .thumb{
	margin-bottom: 5%;
}
	.blog-content-container h3{
		font-size: 18px;
	}
	.blog-content-container h4{
		margin-bottom: 10px;
		font-size: 16px;
	}
}