.post-pt {
    padding-top: 90px;
    padding-bottom: 3rem;
}
.archive h1{
    font-family: 'Manrope', 'NOTO', sans-serif;
    font-size: 1.75rem;
    position:relative;
}
/* .archive h1:after{
    content: '';
    display: block;
    position: absolute;
    width: 500px;
    height: 1px;
    background: #ddd;
    bottom: -1px;
    right: -500px;
}*/
.archive .entry-meta{
    font-size: .8rem;
    padding: 3px 0;
    color: #999;
    margin-bottom: 2px;
    /* text-align: right; */
}
.archive-list li,.post-recommend li{
    margin-bottom: 1.5rem;
}
.subvisual {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    height: 250px;
    display: flex;
    align-items: end;
    overflow: hidden;
}
.subvisual:after{
	content:'';
	display:block;
    width: 100%;
    position: absolute;
    height: 250px;
    left: 0;
    top: 0;
	background:linear-gradient(rgba(0,0,0,0.33),rgba(0,0,0,0.55));
}
.title-wrap{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 40px;
	z-index:10;
}
.title, .section-title{
    margin: 0 auto;
    font-family: "BIZ UDMincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.05em;
}
.subtitle{
    margin: 0 auto;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: unset;
}
.title, .subtitle{
    color: #fff !important;
	text-align: center;
    text-shadow:1px 0 0 rgba(0,0,0,0.77),1px 1px 0 rgba(0,0,0,0.77),0 1px 0 rgba(0,0,0,0.77),-1px 1px 0 rgba(0,0,0,0.77),-1px 0 0 rgba(0,0,0,0.77),-1px -1px 0 rgba(0,0,0,0.77),0 -1px 0 rgba(0,0,0,0.77),1px -1px 0 rgba(0,0,0,0.77);
}
#primary {
	/* background: rgba(0,0,0,.05); */
}
.archive .title-wrap{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 40px;
}
.archive .description{
    background: #fff;
    padding: 1.5rem;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); */
    margin-bottom: 3rem;
}
@media (max-width: 500px) {
    .archive .subvisual{
        height: 190px;
    }
	.archive .title-wrap{
		bottom: 25px;
	}
    .archive .description{
        padding: .5rem;
    }
	.sp-reverse{
		display:flex;
		flex-direction:column-reverse;
	}
	ul.archive-list {
		padding-left: 0;
	}
}
/*  plugin : wp-pagenavi
/* ------------------------------------ */
.wp-pagenavi { margin-top: 50px; width: 100%; font-weight: 400; line-height: 20px; float: none; text-align: center; }
.wp-pagenavi a,
.wp-pagenavi span { color: #aaa; font-size: 16px; padding: 9px 14px; display: inline-block; margin: 0 1px 10px; }
.wp-pagenavi span.pages { font-size: 16px; font-weight: 400; display: block; margin-bottom: 1em!important; border: none!important; }
.wp-pagenavi span.pages:before { content: none; }
.wp-pagenavi span.extend { border: none!important; padding-left: 0; padding-right: 0; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { color: #333; }
.wp-pagenavi a { background: #212529; color: #fff; border: double #fff; box-shadow: inset 0 0 5px rgba(0,0,0,0.05); font-family: 'Oswald', sans-serif;font-weight: 600; text-decoration: none;}
.wp-pagenavi a:hover,
.wp-pagenavi a:active { background: #fff; border: double #000; box-shadow: 0 0 5px rgba(0,0,0,0.05); }
.wp-pagenavi span.current { background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.05); }