@charset "UTF-8";
/* CSS Document */
/**/
body {
	color: #262626;
}
body.fixed {
  overflow: hidden;
  height: 100%;
}
.bg-FBF3D0 {
	background-color: #FBF3D0;
}
.w-95 {
    width: 95%;
}
img {
    max-width: 100%;
    height: auto;
}
a:hover {
	opacity: 0.6;
}
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
/*ヘッダー*/
.header-box {
	padding: 12px 0 0 0;
	height: auto;
}
.header-top {
	width: 95%;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}
.header-logo {
	width: 27.3%;
	margin-left: -20%;
}
.header-right {
	width: 13%;
}

.books .top-search {
    margin-top: 20px;
    width: 46.8vw;
}
.top-search {
	margin-top: 20px;
	width: 40.1vw;
}
/*フッターメニュー*/
footer .leading-none span {
	font-size: 12px;
	font-weight: 400;
	padding-left: 1em;
}
footer .menu-sub span {
	display: block;
}
footer .menu-sub a{
	display: block;
}


@media (min-width: 768px) {
  #accordion-footerNav1-content,
  #accordion-footerNav2-content,
  #accordion-footerNav3-content,
  #accordion-footerNav4-content {
    max-height: none !important;
    overflow: visible;
  }
}


/*検索*/
.search-btn {
	cursor: pointer;
}

/*試し読み*/
.books-top {
	background-color: #FAF4E5;
	padding: 30px 0;
	margin-top: 25px;
}
.books-top .inner{
	width: 60%;
	margin: 0 auto;
}

.books-top .inner .flex {
	gap: 4%;
}
.books-top .inner .pu-img-area {
	width: 36%;
}
.books-top .inner .txtBox {
	width: 60%;
}
.books-top .inner .pu-img-area p,
.books-top .inner .img p{
	background: #fff;
	text-align: center;
	padding: 6px 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.books-top .inner .pu-img-area p::before,
.books-top .inner .img p::before{
	content: "";
	background: url("../images/icon-book.svg")no-repeat;
	background-size: contain;
	width: 16px;
	height: 14px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.books-top .inner .pu-img-area p::after,
.books-top .inner .img p::after {
	content: "";
	background: url("../images/allow-s.svg")no-repeat;
	background-size: contain;
	width: 22px;
	height: 4px;
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
}


/* モーダル */
.modal__content .swiper-button-disabled {
	display: none;
}
.pu-img-area .swiperModalButton {
	text-align: center;
	cursor: pointer;
}

.pu-img-area .modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, 0.95);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 9999;
}

.pu-img-area .modal.is-active {
	opacity: 1;
	pointer-events: auto;
}

.pu-img-area .modal__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: #000;
}
.pu-img-area .modal__content {
    position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.pu-img-area .modal__close-btn {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.001);
}

.pu-img-area .lineClose {
	display: block;
	width: 2rem;
	height: 0.1rem;
	background: #fff;
	position: relative;
	transform: rotate(45deg);
}
.pu-img-area .lineClose::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: rotate(90deg);
	top: 0;
	left: 0;
}

.pu-img-area .swiper {
	width: auto;
	height: 100vh;
}
.pu-img-area .modalOpen {
	cursor: pointer;
}
.pu-img-area .swiper-slide img {
	width: 100%;
	height: 100%;
    margin: 0 auto;
	object-fit: contain;
}
.pu-img-area .swiper-slide {
    display: flex;
	height: 80vh;
}
.swiper-wrapper {
    display: flex;
    align-items: center;
}
.pu-img-area .direction-ltr .pc-prev,
.pu-img-area .direction-rtl .pc-next {
	width: 40px;
	height: 40px;
	background-image: url("../images/top-slider-arrow-left.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

.pu-img-area .direction-rtl .pc-prev,
.pu-img-area .direction-ltr .pc-next {
	width: 40px;
	height: 40px;
	background-image: url("../images/top-slider-arrow-right.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

/* PC/SP切り替え */
.pu-img-area .pc-slider {
	display: block;
}
.pu-img-area  .sp-slider {
	display: none;
}

@media screen and (max-width: 767px) {
	.pu-img-area .pc-slider {
		display: none;
	}
	.pu-img-area .sp-slider {
		display: block;
	}
	.pu-img-area .swiper-slide {
		display: flex;
		height: 53vh;
	}
	.pu-img-area .swiper-slide img {
		height: 100%;
		width: auto;
		max-width: auto;
	}
	.pu-img-area .modal__close-btn {
		top: 110px;
	}
}


/*試し読みmodal-end*/

.books-top .inner .txtBox .tit {
	display: flex;
    font-size: 32px;
    font-weight: bold;
    align-items: center;
	padding-bottom: 10px;
}
.books-top .inner .txtBox .tit span {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #727272;
	font-weight: 500;
	background-color: #fff;
	padding: 0 9px;
	border: 1px solid #727272;
	margin-left: 16px;
}
.books-top .inner .txtBox .releaseTxt {
	padding-bottom: 10px;
}
.books-top .inner .txtBox .releaseTxt span {
	font-size: 14px;
}
.books-top .inner .txtBox .price {
	font-size: 20px;
}
.books-top .inner .txtBox .price span{
	font-size: 14px;
}
.books-top .inner .txtBox .txt {
	padding-bottom: 15px;
}
.books-top .inner .txtBox .Where-buy {
	margin-top: 24px;
}
.books-top .inner .txtBox ul.other-info {
	margin-bottom: 14px;
}
.books-top .inner .txtBox ul.Where-buy,
.books-top .inner .txtBox ul.other-info {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 10px;
}
.books-top .inner .txtBox ul.Where-buy {
	flex-wrap: wrap;
}

.books-top .inner .txtBox ul.Where-buy li,
.books-top .inner .txtBox ul.other-info li {
	width: 45%;
}
.books-top .inner .txtBox ul.Where-buy li label,
.books-top .inner .txtBox ul.Where-buy li .b-btn,
.books-top .inner .txtBox ul.other-info li a {
	border-radius: 50px;
	padding: 6px 0;
	display: block;
	text-align: center;
}
.books-top .inner .txtBox ul.Where-buy li label,
.books-top .inner .txtBox ul.Where-buy li .b-btn{
	background-color: #5889AC;
	color: #fff;
	cursor: pointer;
}

.books-top .inner .txtBox ul.other-info li a{
	background-color: #fff;
	color: #262626;
	cursor: pointer;
	border: 1px solid #727272;
}
.books-top .inner .txtBox ul.other-info li a:hover{
	background-color: #727272;
	color: #fff;
}
.books-top .inner .txtBox ul.other-info li a:hover::after{
	background: url("../images/allow-white.svg")no-repeat;
	width: 10px;
    height: 12px;
}
.books-top .inner .txtBox ul.Where-buy li label::after {
	content: "";
	background: url("../images/allow-white.svg")no-repeat;
	background-size: contain;
	width: 6px;
	height: 11px;
	margin-left: 0.8em;
	display: inline-block;
}

.books-top .inner .txtBox ul.other-info li a::after {
	content: "";
	background: url("../images/allow-grey.svg")no-repeat;
	background-size: contain;
	width: 7px;
	height: 11px;
	display: inline-block;
	margin-left: 0.8em;
}

.btn-detail a {
	font-size: 14px;
	border-radius: 20px;
	padding: 6px 0;
	display: block;
	text-align: center;
	border: 1px solid #727272;
	color: #262626;
}
.btn-detail a:hover {
	background-color: #727272;
	color: #fff;
}
.btn-detail a:hover::after {
	background: url("../images/allow-white.svg")no-repeat;
}
.btn-detail a::after {
	content: "";
	background: url("../images/allow-grey.svg")no-repeat;
	background-size: contain;
	width: 6px;
	height: 12px;
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 910px) {
	.btn-detail a {
		font-size: 12px;
		border-radius: 20px;
		padding: 6px 3px;
		display: block;
		text-align: center;
		border: 1px solid #727272;
		color: #262626;
	}
.btn-detail a::after {
		content: "";
        background: url(../images/allow-grey.svg) no-repeat;
        background-size: contain;
        width: 5px;
        height: 10px;
        display: inline-block;
        padding-left: 10px;
        margin-left: 5px;
	}
}
/*ポップアップ*/
.popup-background{
	/*position size*/
	position: fixed;
	z-index : 100;
	top : 0;
	left : 0;
	height : 100vh;
	width : 100vw;

	/*design*/
	background-color: gray;
	opacity : 0.5
}
.popup.popup-1{
	/*position size*/
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	--height : auto;
	--width : 90vw;
	z-index : 101;
	position: fixed;
	height : var(--height);
	width : var(--width);
	overflow: hidden;
	background-color: #fff;
	border-radius: 10px;
}
.books-top .img img {
	cursor: pointer;
}
.popup-01 .popup-img {
	width: 80%;
	margin: 0 auto;
}
.popup.popup-01{
	/*position size*/
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index : 101;
	position: fixed;
	height : auto;
	width : auto;
	overflow: hidden;
}
.popup > .close-button {
	/*position size*/
	position:absolute;
	top: 20px;
    right: 20px;
}
.popup.popup-01 > .close-button {
    position: absolute;
    top: 0;
    right: 1%;
}
.popup-01 .close-button span {
    background: #fff;
}
.popup.popup-01 > .content  {
	padding: 0!important;
}
.popup > .content {
	padding: 35px 10%;
	text-align: center;
}

/*hide popup*/
.popup-flag{
	display:none;
}
.popup-flag:not(:checked) + .popup-background{
	display:none;
}
.popup-flag:not(:checked) + * + .popup{
	display:none;
}
.popup-inner {
	width: 100%;
	margin: 0 auto;
}
.popup-inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1.9vw;
	margin-bottom: 25px;
}
.popup-inner ul li{
	display: flex;
	width: 23%
}
.popup-inner .ttl {
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: space-between; /* 水平中心 */
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;
}
.popup-inner-1 .ttl::after {
	border-top: 1px solid #262626;
	content: "";
	width: 58vw;
}
.popup-inner-2 .ttl::after {
	border-top: 1px solid #262626;
	content: "";
	width: 47vw;
}
.popup-inner .text-01 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	border-left: 3px solid #727272;
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 1em;
}
.popup-inner .text-left {
	text-align: right;
}
.books-top .inner .popup-inner .text-left a::after {
    content: "";
    background: url(../images/allow-grey.svg) no-repeat;
    background-size: contain;
    width: 7px;
    height: 11px;
    display: inline-block;
    margin-left: 0.8em;
}
.books-top .inner .popup-inner .left-01 {
	padding-bottom: 16px;
}
.close-button {
	display: block;
	width: 30px;
    height: 30px;
	position: relative;
	top: 10px;
	z-index: 100;
}
.close-button {
	position: relative;
}
.close-button span {
	display: block;
	height: 1px;
	background: #262626;
	position: absolute;
	width: 100%;
	left: 0;
}
.close-button span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.close-button span:nth-child(2) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/*コンテンツ*/
.contens-whap {
	position: relative;
}
.contnts-area {
	width: 86%;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	box-sizing: border-box;
}
.informations.orangepage-books .contnts-area {
	min-height: 3400px;
}
.contents-left {
	width: 71%;
}
.contents-right {
	width: calc(var(--spacing) * 72.5);
	position: absolute;
	top: 40px;
	right: 7%;
}
.h-15 {
    height: calc(var(--spacing)* 15);
}
.h-18-75 {
    height: calc(var(--spacing)* 18.75);
}
.ttl-line {
	margin-bottom: 16px;
}
.w-86 {
	width: 86%;
	margin: 0 auto;
}
/*右　サイドバー*/
.reading-material a img {
	border-radius: 2px;
}
.contents-right .special-topics .text-title {
	color: #383838;
	max-height: calc(1.5em * 2);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.special-topics li a {
	align-items: center;
}
.contents-right .special-topics .text-subtext,
.new-book-info ul li .text-title{
	color: #262626
}
.contents-right .side-head {
	
}
.line-clamp-2 {
	-webkit-line-clamp: 2;
}
.font-jost {
	font-family: var(--font-jost);
}

/*新着の本、編集部のおすすめ　スライド*/
.new-book,
.Recommend-book{
	display: flex;
}
#newSlider li.swiper-slide,
#recommendSlider li.swiper-slide {
	padding: 0 1.5%;
}
.swiper-slide .slide-ttl {
  height: 6em;
}
@media (min-width: 768px) and (max-width: 910px) {
	.swiper-slide .slide-ttl {
	  height: 8em;
	}
}
li.swiper-slide .text-title {
	color: #262626;
}
li.swiper-slide .text-subtext.font-light {
	font-size: 16px;
	color: #262626!important;
}
li.swiper-slide .text-subtext.font-light span{
	font-size: 14px;
}
.group a.block {
	width: 87%;
    margin: 0 auto 16px;
	aspect-ratio: 4 / 5;
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
}
.group a.block img{
	width: auto;
    height: 100%;
	object-fit: contain;
}
.mb-8 {
	margin-bottom: 8px;
}
/*ページ下部　メニュー*/
.bg-faf4e5 {
	background-color: #FAF4E5;
}
.f-nav .inner-2 {
	width: 71%;
}
.f-nav h2 {
	margin-top: 30px;
}
.f-nav h3 {
	font-size: 18px;
	font-weight: bold;
}
.genre-1 ul,
.genre-2 ul,
.genre-3 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.genre-1 ul::before,
.genre-2 ul::before,
.genre-1 ul::after,
.genre-2 ul::after {
	content: '';
	display: block;
	width: 23%;
	height: 0;
	order: 2;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.genre-1 ul li,
.genre-2 ul li{
	width: 23%;
}
.genre-3 ul li {
	width: 48%;
}
.genre-1 ul li,
.genre-2 ul li,
.genre-3 ul li {
	border-bottom: dashed 1px #727272;
	line-height: 1em;
    padding: 10px 0;
}
.genre-1 h3,
.genre-2 h3,
.genre-3 h3{
	padding-bottom: 20px;
	padding-top: 30px;
	display: flex;
}
.genre-1 h3::before {
	content: "";
	background: url("../images/icon_f_ryori.svg")no-repeat;
	display: inline-block;
	width: 18px;
	height: 29px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
.genre-2 h3::before {
	content: "";
	background: url("../images/icon_f_kurashi.svg")no-repeat;
	display: inline-block;
	width: 29px;
	height: 29px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
.genre-3 {
	padding-top: 20px;
}
.f-nav-top-ttl {
	padding-top: 10px;
}
.f-nav-ttl {
	white-space: nowrap;
}
#newSlider a:hover,
#recommendSlider a:hover,
.f-contents a:hover,
.f-info ul li a:hover {
	opacity: .6;
}

/*お知らせ*/
.f-info {
	margin-top: 50px;
}
.f-info ul li{
	width: 100%;
	border-bottom: 1px dashed #DDDDDD;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1%;
}
.f-info ul li a {
	display: block;
    padding: 16px 0;
}
.f-info ul li a span {
	font-family: "Poppins", sans-serif;
}
.f-btn {
	margin: 40px auto;
	font-size: 14px;
}
.f-btn a {
	padding: 6px 0;
	min-width: 160px;
}
.f-contents {
	margin-top: 40px;
}

@media screen and (max-width:1120px) {
	.header-logo {
		width: 23.3%;
	}
}
@media screen and (max-width:860px) {
}
@media screen and (max-width:767px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	/*ヘッダー*/
	header {
		width: 100vw;
	}
	.header-logo {
		width: 60%;
		margin-left: 0;
	}
	.header-right {
		width: 40%;
	}
	.top-search,
	.books .top-search{
		margin-top: 30px;
		width: 83.7vw;
	}
	.top-search form {
		width: 100%;
	}
	.header-right form {
		margin-top: 16px;
	}
	.books-top .inner {
		width: 91.7%;
		margin: 0 auto;
	}
	.books-top .flex {
		display: block;
	}
	.books-top .inner .pu-img-area {
		display: block;
		width: 81%!important;
		margin: 0 auto;
	}
	.books-top .inner .txtBox {
		width: 100%;
	}
	.books-top .inner .txtBox .tit {
    	font-size: 24px;
		justify-content: center;
		padding: 16px 0 8px;
	}
	.books-top .inner .txtBox .releaseTxt {
		text-align: center;
		font-size: 16px;
	}
	.books-top .inner .txtBox .price {
		text-align: center;
		font-size: 18px;
		padding-bottom: 8px;
	}
	.books-top .inner .txtBox .Where-buy {
		margin-top: 0;
	}
	.books-top .inner .txtBox ul.Where-buy li, 
	.books-top .inner .txtBox ul.other-info li {
		width: 48%;
		font-size: 14px;
	}
	.books-top .inner .txtBox ul.Where-buy li label::after,
	.books-top .inner .txtBox ul.other-info li a::after{
		width: 5px;
		height: 10px;
		margin-left: 10px;
	}
	.books-top .inner .txtBox .txt,
	.books-top .inner .txtBox .txt-ul{
		font-size: 14px;
	}
	.popup.popup-01 {
		width: 90%;
		padding-top: 30px;
	}
	.popup-01 .popup-img {
		width: 100%;
	}
	.popup.popup-01 > .close-button {
		top: 0;
	}
	.popup > .content {
		padding: 20px 20px;
		text-align: center;
	}
	.popup-inner ul li {
		width: 48%;
	}
	.popup-inner .ttl {
		display: block;
		text-align: center;
		font-size: 18px;
	}
	.popup-inner .text-01 {
		font-size: 14px;
		margin-bottom: 24px;
	}
	.popup-inner .text-left {
		text-align: left;
		font-size: 14px;
	}
	/*コンテンツ*/
	.contnts-area {
		width: 100%;
		display: block;
		padding-top: 0;
	}
	.informations.orangepage-books .contnts-area {
		min-height: auto;
	}
	.contents-left {
		width: 100%;
	}
	/*新着の本、編集部のおすすめ　スライド*/
	.new-book,
	.Recommend-book{
		display: block;
		text-align: center;
	}
	.ttl-line {
		display: none;
	}
	.swiper-slide .block .text-title,
	.swiper-slide .block .write-author,
	.swiper-slide .block .release-date {
		font-size: 14px;
	}
	.swiper-slide .block a .text-xs{
		font-size: 16px;
	}
	li.swiper-slide .text-subtext.font-light span{
		font-size: 14px;
	}
	.gap-4.swiper-pagination {
		gap: calc(var(--spacing)* 8);
	}
	.swiper-slide .slide-ttl {
	  height: 5em;
	}
	/*フッターメニュー*/
	.menu-inner.w-86 {
		width: 91%;
	}
	.f-contents {
		margin-top: 48px;
	}
	.f-nav .inner-2 {
		width: 100%;
	}
	.f-nav h2 {
		padding-top: 30px;
		margin-top: 0;
	}
	.f-nav-top-ttl {
		display: block;
		text-align: center;
	}
	.f-nav-ttl {
		font-size: 14px;
		ustify-content: flex-start;
	}
	.f-nav-ttl span{
		font-size: 32px;
	}
	.genre-1 h3::before {
		margin-right: 8px;
	}
	.genre-1 ul {
		gap: 0 16px;
		justify-content: flex-start;
	}
	.genre-1 ul li, .genre-2 ul li {
		width: 47%;
	}
	.genre-1 ul li a, .genre-2 ul li a {
		font-size: 14px;
	}
	
	.f-info ul li:first-child a {
		padding: 0 0 16px 0;
	}

	.f-nav h3 {
		display: flex;
		align-items: center;
		font-size: 14px;
		border-bottom: 1px solid #727272;
        padding-bottom: 10px;
		margin-bottom: 5px;
	}
	.genre-3 ul {
		display: block;
	}
	.genre-3 ul li {
		width: 100%;
		font-size: 14px;
	}
	.f-contents.w-86,
	.f-info.w-86{
		width: 91%;
	}
	.f-contents .bg-faf4e5 {
		padding-bottom: 35px;
	}
	.f-info .f-inf0-ttl {
		display: block;
		text-align: center;
	}
	.f-info ul {
		display: block;
	}
	.f-info ul li {
		width: 100%;
	}
	.f-info ul li span {
		display: block;
		padding-bottom: 5px;
		font-weight: 300;
	}
	.f-info ul li a {
		display: block;
	}
	.f-info ul li {
		padding: 0;
		gap: 0;
	}
	.f-info .f-btn {
		margin: 20px auto 56px;
		line-height: 1.25em;
	}
	.f-contents .f-info .f-btn a {
        min-width: 160px;
        line-height: 1.6em !important;
        padding: 6px 0px !important;
	}
	
	/*サイドバー*/
	.contents-right {
		width: 91%!important;
		margin: 0 auto;
		position: inherit;
        top: 0;
        right: 0;
	}
	
	.contents-right ol {
		border-left: 1px solid #727272;
		border-right: 1px solid #727272;
		border-bottom: 1px solid #727272;
		padding: 0 10px 10px;
	}
	.side-blok-1 {
		padding: 0;
	}
	.side-blok-1 ol li:first-child {
		padding-top: 30px;
	}
	.side-blok-1 ol li p {
		font-size: 13px;
	}
	.side-blok-1 ol li .text-subtext {
        margin-left: calc(var(--spacing)* 2);
		color: #262626;
    }
	.special-topics .text-title {
		font-size: 14px;
	}
	.new-book-info {
		border-top: 1px solid #727272;
	}
	.side-btn a {
		font-size: 14px;
	}
	.contents-right .special-topics .text-subtext {
		font-size: 12px;
		font-weight: 300;
	}
	.new-book-info h2 {
		font-size: 20px;
	}
	.new-book-info {
		font-size: 12px;
	}
	.bread-crumb span {
		font-weight: 500;
	}
	

	
}/*max-width:767px*/

a.grey-button-hover:hover{
	background-color: #727272;
	color: #fff;
} 

#book-top-ads-4-5 {
	display: flex;
	justify-content: space-around;
}
@media screen and (max-width: 767px) {
	#book-top-ads-4-5 {
		display: none;
	}
}

@media (width < 48rem) {
	.book_ranking .opeditor-article-link .absolute {
		position: absolute;
	}
}

#recommend-book, #new-book {
	button > svg {
		display: none;
	}
}



@media (width < 48rem){
    .float-banner-wrap{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 85%;
        z-index: 999;
    }
    .float-banner{
        width: 100%;
        position: relative;
        background: #5889AC;
        padding: 20px 20px 20px 10px;
        color: white;
        border-radius: 0 10px 0 0;
    }
    .float-banner .batsu{
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: white;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .float-banner .batsu::before,
    .float-banner .batsu::after{
        content: "";
        width: 12px;
        height: 1px;
        background: #5889AC;
        display: block;
        position: absolute;
        right: 3px;
        top: 9px;
    }
    .float-banner .batsu::before{
        transform: rotate(-45deg);
    }
    .float-banner .batsu::after{
        transform: rotate(45deg);
    }
    .float-banner .contents-link{
        display: flex;

    }
    .float-banner .contents-link a img{
        object-fit: cover;
        aspect-ratio: 4/3;
    }
    .float-banner .pr {
        display: inline-block;
        background: #93AEC2;
        border-radius: 3px;
        font-size: 0.75rem;
        letter-spacing: 0.1em;
        line-height: 1.4;
        padding: 0 0.3125rem;
    }
}













