@charset("UTF-8");

.main-contents{
	margin-bottom:40px;
}
.info-area{
	padding:18px;
	border:1px solid #d0111b;
	margin-bottom:24px;
}
.share{
	padding-top:10px;
}
.book{
	width:200px;
}
.book img{
	display:block;
	width:100%;
	height:auto;
}
.latest-info{
	width:630px;
	position:relative;
}
.latest-info::after{
	content:"";
	display:block;
	width:1px;
	height:220px;
	background:#d0111b;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.latest-info .f-right{
	width:395px;
}
.latest-info h2{
	font-size:24px;
	margin-bottom:24px;
}
.title01{
	font-size:24px;
}
.latest-info h2::after,.title01::after{
	content:"";
	display:block;
	width:50px;
	height:5px;
	background:#d0111b;
}
.tokushu{
	font-size:20px;
	font-weight:600;
	line-height:1.25;
	margin-bottom:40px;
}
.tokushu span{
	display:block;
}
.price{
	font-weight:600;
	margin-bottom:20px;
}
.latest-info .list01{
	color:#6c6c6c;
	margin-bottom:14px;
}
.latest-info .list01 li{
	margin-right:20px;
}
.latest-info .list01 li a{
	padding-left:13px;
	background:url(../images/latest-arrow01.png) no-repeat;
	background-position:left center;
}
.latest-info .icons img{
	vertical-align:bottom;
}
.latest-info .icons li{
	margin-right:7px;
}
.news-info{
	width:370px;
	padding-left:35px;
}
.title02{
	color:#fff;
	background:#d0111b;
	display:inline-block;
	height:32px;
	line-height:32px;
	font-size:16px;
	padding:0 8px;
}
.news-list{
	padding:20px 10px 10px 0;
	height:230px;
	overflow:auto;
}
.news-title{
	font-size:16px;
	line-height:1.56;
	font-weight:500;
	padding-bottom:14px;
}
.news-txt{
	line-height:1.78;
}
.item-area{
	height:340px;
}
.next-book{
	padding:20px;
	border:1px solid #dfdfdc;
	height:100%;
	width:320px;
}
.next-book p{
	padding-top:10px;
	font-size:16px;
	line-height:1.25;
	font-weight:600;
	margin-bottom:10px;
}
.next-book .cover img{
	display:block;
	width:100%;
	height:auto;
}
.back-number{
	width:693px;
	padding:20px;
	border:1px solid #dfdfdc;
	height:100%;
}
.items-area{
	height:350px;
	margin-bottom:25px;
}
.book-title{
	color:#6c6c6c;
	padding-bottom:10px;
	line-height:1.1;
}
.back-number li{
	//width:135px;
}
.back-number .slider{
	width:600px;
	margin:auto;
	margin-top:26px;
}
.slick-prev:before {
    content: '<';
}
.slick-next:before {
    content: '>';
}
.slick-prev:before, .slick-next:before{
	font-size:40px;
	font-family: 'Karla', sans-serif;
	color:#e3e2e1;
}
.slick-prev, .slick-next{
	top:109px;
}
.slick-initialized .slick-slide{
	padding:0 8px;
}
.cover{
	height:188px;
	overflow:hidden;
	position:relative;
}
.back-number .cover img{
	display:block;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.slick-next {
    right: -27px;
}
.slick-prev {
    left: -27px;
}
.slick-slide img {
    display: block;
    width: 100%;
}


.cat-banner img{
	display:block;
	width:100%;
}
.cat-banner{
	margin-bottom:20px;
}
/* .posts{
	padding-bottom:14px;
} */


.posts li{
	border:1px solid #dcdcdc;
	width:230px;
	min-height:370px;
	overflow:hidden;
	box-shadow:0 2px 3px rgba(220,218,219,0.3);
	margin-bottom:25px;
	margin-right:25px;
	padding-bottom:20px;
}
.posts li:nth-of-type(3n){
	margin-right:0;
}
.posts>li:nth-of-type(3n+1){
	clear:left;
}
.posts .cat{
	margin:14px 14px 0;
	display:inline-block;
}
.posts .cat a{
	color:#fff;
	border-radius:3px;
	background:#e60020;
	padding:6px 14px;
	line-height:1.1;
	font-size:12px;
	display: block;
}
.posts .blog-tags{
	margin:8px 14px;
	padding-left:20px;
	background:url(../images/category-icon01.png) no-repeat;
	background-position:left 4px;
	font-size:12px;
	line-height:1.666;
}
.posts .blog-tags span{
	display:inline-block;
}
.posts h2{
	font-size:100%;
	line-height:1.5;
	padding:0 14px 5px;
}
.posts h2 a{
	letter-spacing:-0.05em;
}
.posts .outline{
	padding:0 14px;
	line-height:1.428;
}
.posts li .thumb{
	height:172px;
	overflow:hidden;
}
.posts li .thumb a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.posts li .thumb img{
	display:block;
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.posts li:nth-of-type(3n+1){
	clear:left;
}
.pager{
	text-align:center;
	padding-bottom:60px;
}
.pager li{
	display:inline-block;
	padding:0 7px;
	vertical-align:top;
	font-size:12px;
}
.pager li.current{
	color:#e60020;
}



@media screen and (max-width:767px){
.main-contents.f-left{
	//background:#fff;	
	margin-top:0;	
	margin-bottom:0;
	float:none;
}
.main-contents{
	border:none;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
}

.info-area {
    padding: 4.6875vw 0;
    border: none;
	background:#fff;
    margin-bottom: 4.6875vw;
}
.items-area {
    height: auto;
    margin-bottom: 4.6875vw;
	padding:0;
}
.next-book {
    padding: 4.6875vw;
    border: none;
    height: auto;
    width: 100%;
	background:#fff;
	margin-bottom:4.6875vw;
	float:none;
}
.post-info{
	padding:5.6vw 4.6875vw;
	border-bottom:1px solid #d0111b;
	color:#6c6c6c;
}
.post-info .f-left{
	float:none;
}
.post-info .f-right{
	float:none;
	padding-top:3.75vw;
}
.post-info .f-left>span.tag{
	font-size:4.375vw;
	padding:0.8vw 4.6875vw;
	margin-right:4.375vw;
}
.post-info i{
	margin-right:1.5vw;
}
.share{
	padding:4.6875vw 0 6.5vw;
}
.book{
	width:31.25vw;
}
.book img{
	display:block;
	width:100%;
}
.latest-info{
	padding:0 4.6875vw 8.4375vw;
	width:100%;
	float:none;
}
.latest-info::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #d0111b;
    position: static;
    right: auto;
    top: auto;
    bottom: auto;
    margin: auto;
}

.latest-info h2.f-right{
	font-size:6.25vw;
	width:53.125vw;
	margin-bottom:0;
	float:right;
}
.next-book p {
    padding-top: 5vw;
    font-size: 4.375vw;
    line-height: 1.25;
    margin-bottom: 7.5vw;
}

.title01{
	font-size:6.25vw;
	width:53.125vw;
	margin-bottom:0;
}
.latest-info h2::after,.title01::after{
	width:15.6vw;
	height:1.5vw;
}
.latest-info .copy.f-right{
	float:none;
	clear:both;
	width:100%;
	padding-top:6.25vw;
}
.latest-info .f-right.tokushu{
	float:none;
	clear:both;
	width:100%;
	font-size:4.6875vw;
	padding-top:2.8vw;
	margin-bottom:6.5vw;
}

.latest-info .f-right.price{
	float:none;
	clear:both;
	width:100%;
	margin-bottom:5.468vw;
	font-size:4.375vw;
}
.latest-info .list01{
	float:none;
	clear:both;
	width:100%;
}
.latest-info .list01 li{
	float:none;
	margin-right:0;
	margin-bottom:4.6875vw;
}
.latest-info .list01 li a{
	padding-left:5.625vw;
	background:url(../images/latest-arrow01.png) no-repeat;
	background-position:left center;
	background-size:2.5vw auto;
}

.latest-info .icons{
	float:none;
	clear:both;
	width:100%;
}
.latest-info .icons li{
	margin-right:0;
	height:8vw;
	//width:42%;
}
.latest-info .icons li:nth-of-type(2){
	margin-right:0;
	height:8vw;
	//width:57%;
}
.latest-info .icons li img,.latest-info .icons li a{
	display:block;
	//width:100%;
	//height:auto;
	width:auto;
	height:100%;
}

.latest-info .icons li:nth-of-type(2){
	float:right;
}
.latest-info .f-right {
    width: 100%;
	float:none;

}
.share{
	padding-top:3.125vw;
	padding-bottom:8vw;
}
.share img{
	display:block;
	max-width:100%;
	height:auto;
}
.news-info {
    width: 100%;
    padding-left: 4.6875vw;
	padding-right:4.6875vw;
}
.title02 {
    height: 7vw;
    line-height: 8vw;
    font-size: 4.6875vw;
    padding: 0 2.5vw;
}
.news-list{
	margin-top:4.375vw;
	padding: 0;
    height: 67vw;
    overflow: auto;
}
.back-number {
    width: 100%;
    padding-left: 4.6875vw;
	padding-right:4.6875vw;
    border: none;
    height: auto;
	border:none;
	background:#fff;
	float:none;
	margin-top:4.6875vw;
}
.back-number .slider {
    width: 100%;
    margin-top: 7.5vw;
}
.next-book .cover{
	height:auto;
}
.cover img{
	display:block;
	width:100%;
}
.slick-next {
    right: -12px;
}
.slick-prev {
    left: -12px;
}
.slick-prev:before, .slick-next:before{
	font-size:14.6875vw;
}
.slick-prev, .slick-next{
	width:6.666vw;
	height:17.1875vw;
	top:36vw;
}
.posts li{
	background:#fff;
	padding-left:4.6875vw;
	padding-right:4.6875vw;
	margin-bottom:4.6875vw;
    border: none;
    width: 100%;
    min-height:auto;
    box-shadow: none;
    margin-bottom: 3.125vw;
    margin-right: 0;
    padding-bottom: 6.25vw;
    padding-top: 6.25vw;
}
.posts li .thumb{
	float:left;
	width:36vw;
	height:27vw;
	overflow:hidden;
}
.posts .thumb *{
	display:block;
	width:100%;
}
.posts .cat {
	margin: 0 4.6875vw 0;
}
.posts .cat a{
	padding: 1vw 4vw;
	font-size: 4.375vw;
}
.posts .blog-tags {
	width:40vw;
	float:right;
    margin: 3.125vw 0 0 4.6875vw;
    padding-left: 20px;
    background: url(../images/category-icon01.png) no-repeat;
    background-position: left top;
    font-size: 4.375vw;
}
.posts h2 {
	clear:both;
    font-size: 100%;
    line-height: 1.5;
    padding: 4.6875vw 0;
}
.posts .outline {
    padding: 0;
}
.posts {
    padding-bottom: 0;

}
.pager li {
    padding: 0 2.5vw;
    vertical-align: top;
    font-size: 3.75vw;
}
.pager {
	font-size:0;
    padding-top: 0.9375vw;
    padding-bottom: 3.75vw;
}
.posts::before {
    content: "";
    display:none;
}
}


/* top?L?????X?g 20201106??? */

.post-lists {
	margin-bottom: 24px;

}
.post-lists div {
 	width: 50%;
	text-align: left;
	padding: 18px;
}
.post-lists div ul {
	padding: 20px 10px 10px 0;
	line-height: 1.78;
	letter-spacing: 0.04em;
}
.post-lists div ul li {
	display: block;
	width: 100%;
	height: 2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.post-lists div ul li a {
	text-decoration: underline;
}
.post-lists div ul li a:hover {
	text-decoration: none;
}
.post-lists div.list-more {
 	width: 100%;
	text-align: right;
	padding: 0;
	padding-right: 1em;
}
.post-lists div.list-more a {
 	text-decoration: underline;
}
.post-lists div.list-more a:hover {
 	text-decoration: none;
}
.post-lists p.no-post {
 	padding: 2em;
}

/* 広告コード */
.kokoku2{
	margin-bottom: 24px;
}
.kokoku2 table{
	margin: 0 auto !important;
}
.kokoku3{
	margin-bottom: 24px;
	text-align: center;
}
.kokoku3 a{
	display: inline-block;
}
.kokoku3 img{
	max-width: 100%;
	vertical-align: middle;
}

@media screen and (max-width: 767px){

	.post-lists div {
		padding: 4.6875vw 0;
		width: 100%;
		float: none;
	}
	.post-lists div.list-more {
		padding-right: 0;
	}

/* 広告コード */
	.kokoku2{
		margin-bottom: 0;
		background: #fff;
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
	.kokoku2 table img{
		width: 100% !important;
		height: auto !important;
	}
	.kokoku3{
		margin-bottom: 0;
		background: #fff;
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
	.kokoku3 img{
		width: 100% !important;
		height: auto !important;
	}


}

/*20230106追加*/
.top_ad{
	margin-bottom: 40px !important;
	margin-top:-40px !important;

}
.top_ad > div{
	width:840px !important;
	margin-right:100px;
	margin-left:100px;

} 
@media screen and (max-width: 767px){
	.top_ad{
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	
	}
	.top_ad > div{
		width:auto !important;
		margin-right:auto;
		margin-left:auto;
		padding-top:10px;
		padding-bottom:10px;
	} 
	.top_ad img{
		width:100% !important;
		height: auto !important;
	}
	.top_ad > div > ins{
		width: 100% !important;
		height: auto !important;
		vertical-align: bottom;

	}
}