@charset "UTF-8";
/* CSS Document */

.books-top .inner.inner-100 {
    width: 100%;
    margin: 0 auto;
}

.orangepage-books .contnts-area,
.informations-details.orangepage-books .contnts-area {
	padding-top: 0;
	min-height: 3400px;
}
.link-new-old ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.link-new-old ul li {
	width: 50%;
	text-align: center;
	font-size: 16px;
}
.link-new-old ul li.line-orange{
	font-weight: bold;
}
.link-new-old ul li.line-orange {
  position: relative;
  padding-bottom: 10px; /* 線との距離 */
}
.link-new-old ul li.line-orange::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #FF6600; /* 線の色 */
  border-radius: 2px;
}
.link-new-old ul li.line-gray {
  position: relative;
  padding-bottom: 8px; /* 線との距離 */
}

.link-new-old ul li.line-gray::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #727272; /* 線の色 */
  border-radius: 2px;
}
.link-new-old {
	margin-bottom: 40px;
}
.books-top.bg-fff {
    background-color: #fff;
    padding: 30px 0;
    margin-top: 25px;
}
.books-top .inner .txtBox .sns-box ul {
	display: flex;
	justify-content: flex-start;
	gap: 3%;
}
.books-top .inner .txtBox .sns-box ul li {
	background-color: #fff;
    color: #262626;
    cursor: pointer;
    border: 1px solid #727272;
	text-align: center;
	width: 152px;
	padding: 8px 0;
}
.books-top .inner .txtBox .sns-box ul li img {
	display: flex;
	width: 10%;
	margin: 0 auto;
}
.books-top .inner .txtBox .sns-box ul li p {
	font-size: 12px;
	padding-top: 6px;
}
.orange-page .books-top .inner .txtBox .sns-box ul li {
	border: none;
    width: 100%;
	height: 3vw;
}
.orange-page .books-top .inner .txtBox .sns-box ul li a{
	display: block;
	height: 100%;
}
.orange-page .books-top .inner .txtBox .sns-box ul li img{
    height: 100%;
	width: auto;
}
.orange-page .books-top .inner .txtBox .sns-box ul {
	display: flex;
	justify-content: flex-start;
	gap: 15px;
}
.orange-page .books-top .inner .txtBox .sns-box ul li {
	width: auto;
	padding: 8px 0;
}

/*.new-book {
	padding-left: 10px;
}*/
.books-top .inner .pu-img-area p {
	border: 1px solid #727272;
}
.sns-box h3,.row h3 {
	border-left: 3px solid #727272;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1.25em;
}
.book-details .row h3 {
	margin: 24px auto 10px;
}
.sns-box h3 {
	margin-top: 46px;
} 
.row h3 {
	margin-top: 0;
}
.row p {
	margin: 1em 0;
}
.row-02 li {
	padding-bottom: 24px;
}
.row-02 li:last-child {
	padding-bottom: 0;
}
.row-03 ul {
	padding-left: 8px;
}
.row-03 ul li{
	list-style: disc;
	list-style-position: inside;
}
.new-book-area {
	position: absolute;
    z-index: 99;
	margin-top: -3vw;
}
.ttl-bg-white {
	background-color: #fff;
    padding: 0 10px;
	left: 3.8vw;
}

.row-00 {
	margin-top: -16px;
	border-radius: 10px;
	border: 1px solid #727272;
	padding: 40px 24px 24px;
	background-color: #fff;
}
/*.bg-block {
	margin-top: -54vw;
}
.bg-bg-faf4e5 {
	height: 54vw;
	background-color: #faf4e5 ;
}*/
.font-zen {
    font-family: "Zen Kaku Gothic Antique","Noto Sans JP",sans-serif ;
}

.contents-bg-wrapper {
	position: relative;
	width: 100vw;
	margin-left: -7vw;
	overflow: visible;
	background: none;
}
.contents-bg-wrapper .beige-band {
	position: absolute;
	top: 200px;
	height: 800px;
	bottom: 0;
	left: 0;
	width: 100vw;
	background-color: #faf4e5;
	z-index: -1;
}

.contents-bg-wrapper-inner {
	width: 60.5%;
	margin-left: 7vw;
}
.contents-bg-wrapper-inner {
	padding-top: calc( 50px + 16px );
	padding-bottom: 50px;
}

.contents-bg-wrapper::before {
    content: "";
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 56px;
    z-index: -1;
    background: url(../images/pc_bgtop.png) no-repeat center top;
    background-size: cover;
}

.contents-bg-wrapper .beige-band::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 56px;
	z-index: 0;
	background: url(../images/pc_bgbottom.png) no-repeat center bottom;
	background-size: cover;
}
@media screen and (max-width:767px){
	.orangepage-books .contnts-area,
	.informations-details.orangepage-books .contnts-area {
		min-height: auto;
	}
	.contents-bg-wrapper,
	.contents-bg-wrapper-inner{
		margin-left: 0;
		width: 100%;
	}
	.contents-bg-wrapper::before {
		content: "";
		position: absolute;
		top: calc(50% - 12px);
		left: 50%;
		transform: translateX(-50%);
		width: 100vw;
		height: 36px;
		z-index: -1;
		background: url(../images/sp_bgtop.png) no-repeat center top;
		background-size: contain;
	}

	.contents-bg-wrapper-inner{
		padding-top: 0;
	}
	.contents-bg-wrapper .beige-band{
		height: calc(85% - 10px);
		top: 200px;
	}
	.contents-bg-wrapper .beige-band::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: 100vw;
		height: 28px;
		z-index: 0;
		background: url(../images/sp_bgbottom.png) no-repeat center bottom;
		background-size: contain;
	}
	.sec-contents {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:767px) {
	.book-details.orange-page .books-top.bg-fff {
        margin-top: 0;
        padding: 30px 0 28px !important;
    }
	.books-top.bg-fff {
		margin-top: 0;
		padding: 30px 0 18px;
	}
	.book-details .books-top .inner .txtBox {
        width: 91%;
        margin: 0 auto;
    }
	.sns-box h3 {
		border-left: none;
		padding-left: 0;
		text-align: center;
		font-weight: 400;
	}
	.sns-box h3 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 30px 0 16px;
	}
	.sns-box h3 span {
		position: relative;
		padding: 0 1rem;
		font-weight: normal;
	}
	.sns-box h3 span::before,
	.sns-box h3 span::after {
		content: "";
		position: absolute;
		top: 50%;
		width: calc(50vw - 70px);
		height: 1px;
		background-color: #727272;
	}
	.sns-box h3 span::before {
		right: 100%;
		transform: translateY(-50%);
	}

	.sns-box h3 span::after {
		left: 100%;
		transform: translateY(-50%);
	}
	.books-top .inner .txtBox .sns-box ul li {
		width: 48%;
		padding: 8px 0;
	}
	.orange-page .books-top .inner .txtBox .sns-box ul li {
		height: 11vw;
	}
	.orange-page .books-top .inner .txtBox .sns-box ul {
		justify-content: space-around;
		gap: 0;
	}
	.new-book-are {
		text-align: center;
	}
	.ttl-bg-white {
		background-color: transparent;
		padding: 0;
	}
	.new-book {
		padding-left: 0;
	}
	.new-book-area {
		position: inherit;
	}
	.row-00 {
		margin-top: 15px;
		padding: 20px;
		width: 91%;
		margin: 0 auto;
	}
	.row-00 h3 {
		margin-top: 20px;
	}
	.row-02 li {
		padding-bottom: 10px;
	}
	.row-02 li:last-child {
		padding-bottom: 0;
	}
	.row-03 ul li {
		list-style-position: outside;
	}
	.row-03 ul {
		margin-left: 0.5em;
	}
	.bg-block {
		margin-top: -282vw;
		padding-bottom: 50px;
	}
	.bg-bg-faf4e5 {
		height: 289vw;
		background-color: #faf4e5;
	}

}/*max-width:767px*/


















