@charset "UTF-8";
/* CSS Document */
.backnumbers .contnts-area {
	padding-top: 0;
}
.backnumbers .link-new-old {
    margin-bottom: 20px;
}
.menu-btn ul {
	display: flex;
	justify-content: flex-start;
	gap: 8px;
  flex-flow: wrap;
}
.menu-btn ul li a {
	font-size: 14px;
    background-color: #fff;
    color: #262626;
    cursor: pointer;
    border: 1px solid #727272;
    border-radius: 50px;
    padding: 4px 46px;
    display: block;
    text-align: center;
}
.menu-btn ul li a:hover {
	background-color: #727272;
    color: #fff;
}
.menu-btn ul li.current a {
	background-color: #FF6600;
	border: 1px solid #FF6600;
    color: #fff;
	font-weight: bold;
}
.books-top .inner .txtBox .tit span.sp-only {
    display: none;
}
.books-top .inner.inner-100 {
    width: 100%;
    margin: 0 auto;
}
.books-top .inner.inner-100 .pu-img-area {
    width: 28%;
}
.backnumbers .books-top .inner .img p::after {
	display: none;
}

.books-top .inner.inner-100 .txtBox .price {
    padding-bottom: 24px;
}
.books-top .inner .details-btn {
	display: inline-block;
	margin-top: 30px;
}
.books-top .inner .txtBox .details-btn a {
	font-size: 14px;
    background-color: #fff;
    color: #262626;
    cursor: pointer;
    border: 1px solid #727272;
	border-radius: 50px;
    padding: 7px 30px;
    display: block;
    text-align: center;
}
.books-top .inner .txtBox .details-btn a:hover{
	background-color: #727272;
	color: #fff;
}
.books-top .inner .txtBox .details-btn a:hover::after{
	background: url("../images/allow-white.svg")no-repeat;
}
.books-top .inner .details-btn a::after {
    content: "";
    background: url(../images/allow-grey.svg) no-repeat;
    background-size: contain;
	width: 6px;
    height: 11px;
    display: inline-block;
    margin-left: 0.8em;
}
.books-top .inner.inner-100 .txtBox .tit {
	font-size: 24px;
	line-height: 1em;
}
.bn-book-list li.book-item {
	border-bottom: 1px dashed #727272;
	padding: 30px 0 25px;
}
.books-top .inner .bn-book-list li .txtBox .releaseTxt,
.books-top .inner .bn-book-list li .txtBox .txt,
.books-top .inner .bn-book-list li .txtBox ul li{
    font-size: 16px;
}
.books-top .inner .bn-book-list li .img p {
	font-size: 14px;
	border: 1px solid #727272;
}
.books-top .inner .txtBox-2 .txt {
    padding-bottom: 15px;
}

/*画像ポップアップ*/
/*.modal-block {
	display: none;
	position: fixed;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	left: 0;
	top: 0;
	height: 100vh;
    width: 100vw;
    background-color:rgba(128, 128, 128, 0.6);
	}
.img-section {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    position: fixed;
    height: auto;
    width: auto;
    overflow: hidden;
	}
.popup-img {
	width: 80%;
    margin: 0 auto;
}
.modal-block .close-button {
	position: absolute;
    top: 0;
    right: 1%;
}
.modal-block .close-button span {
    background: #fff;
}*/

/*パンくず*/
.bread-crumb .mt-38\.5 {
    margin-top: 20px;
}



@media screen and (max-width:767px){
	.menu-btn {
		width: 91%;
		margin: 0 auto;
	}
	.menu-btn ul li a {
		padding: 2px 24px;;
	}
	.bn-book-list {
		width: 91%;
		margin: 0 auto;
	}
	.books-top.bg-fff {
		margin-top: 0;
        padding: 30px 0 56px;
	}
	.backnumbers .books-top .flex {
        display:flex;
    }
	.backnumbers .books-top .inner .txtBox .tit {
        padding: 0 0 8px;
    }
	.backnumbers .books-top .inner .txtBox .tit a {
		text-decoration: underline;
	}

	.books-top .inner  .book-item-inner .txtBox {
        text-align: left;
    }
	.backnumbers .books-top .inner .txtBox {
        width: 67.6%;
    }
	.books-top .inner .txtBox .tit span.sp-only {
		margin-left: 0;
		margin-bottom: 5px;
		display: inline-block;
	}
	.backnumbers .books-top .inner .pu-img-area {
		width: 28%!important;
	}
	.books-top .inner .img p {
		padding: 3px 0;
	}
	.books-top .inner .bn-book-list li .img p {
		font-size: 12px;
	}
	.popup-img {
		width: 80vw;
        margin: 35px auto;
	}
	.books-top .inner .book-item-inner .txtBox .tit {
		display: block;
	}
	.books-top .inner .bn-book-list li .txtBox .releaseTxt{
        text-align: left;
        font-size: 14px;
    }
	.books-top .inner .txtBox .price {
        text-align: left;
        font-size: 18px;
        padding-bottom: 8px;
    }
	.txtBox-2.sp-only {
		margin: 16px auto 0;
		font-size: 14px;
	}
	.books-top .inner.inner-100 .txtBox .tit {
		font-size: 16px;
		line-height: 1em;
	}
	.books-top .inner .txtBox .price {
		font-size: 16px;
	}
	.books-top .inner .txtBox-2 .txt {
		padding-bottom: 10px;
	}
	.details-btn a {
		font-size: 14px;
		border-radius: 20px;
		padding: 6px 0;
		display: block;
		text-align: center;
		border: 1px solid #727272;
		color: #262626;
	}
	.details-btn a::after {
		content: "";
		background: url("../images/allow-grey.svg")no-repeat;
		background-size: contain;
		width: 6px;
		height: 12px;
		display: inline-block;
		padding-left: 10px;
	}

}/*max-width:767px*/






