<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*PC--------------------------------------------------------------------------------------*/

/*common*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: #fff;
}
a:link {
	text-decoration: none;
	color: #806910;
}

a:visited {
	text-decoration: none;
	color: #806910;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}
p:not(:last-child)
{
	margin-bottom: 1rem;
}
a img
{
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
	-webkit-backface-visibility: unset;
	backface-visibility: unset;
}
a:hover img
{
	opacity: 0.7;
}

/*header*/

#header-bg
{
	width: 100%;
	background: url("../images/common/header_bg.jpg") repeat-x;
	overflow: hidden;
}
header
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
header .header-wrap
{
	position: relative;
	height: 100px;
}
header h1
{
	position: absolute;
	top: 10px;
	left: 0;
	width: 290px;
}
header h1 img
{
	width: 100%;
}
header .bookshelf
{
	position: absolute;
	top: 5px;
	right: 0;
	width: 260px;
}
header .bookshelf a
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 21.92307%;
	position: relative;
	width: 100%;
	background: url("../images/common/book.png") no-repeat;
	text-indent: -9999px;
	background-size: cover;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
header .bookshelf a:hover
{
	opacity: 0.7;
}
header .h-nav
{
	position: absolute;
	bottom: 10px;
	right: 0px;
}
header .h-nav ul
{
	list-style: none;
	display: none;
}
header .h-nav ul li a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 1em;
}
#nav_toggle
{
	float: right;
	display: none;
}

/*search*/

/*
.search_container
{
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 5px 10px;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.search_container input
{
	border: none;
  outline: none;
  float: left;
	width: 70%;
}
.search_container button
{
	float: right;
	border: none;
	outline: none;
}
*/
.search_container
{
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 5px 10px;
  border-radius: 30px;
  width: 200px;
  overflow: hidden;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.search_container input
{
	border: none;
	outline: none;
	/*
  float: left;
	width: 70%;
	*/
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.search_container button
{
	/*
	float: right;
	*/
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
}

/*navi*/

nav
{
	width: 100%;
	background: #eee;
	overflow: hidden;
	background: -moz-linear-gradient(#000, #273d59);
	background: -webkit-linear-gradient(#000, #273d59);
	background: linear-gradient(#000, #273d59);
}
nav ul
{
	max-width: 1000px;
	width: 100%;
	list-style: none;
	display: flex;
	margin: 0 auto;
}
nav ul li
{
	text-align: center;
	height: 36px;
}
nav ul li.navi01
{
	width: 20%;
}
nav ul li.navi01 a:link
{
	height: 36px;
	background: url("../images/common/navi01.png") no-repeat center;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
	overflow: hidden;
}
nav ul li.navi01 a:hover
{
	height: 36px;
	background: url("../images/common/navi01.png") no-repeat center #000;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
    overflow: hidden;
	opacity: 1;
}
nav ul li.navi02
{
	width: 20%;
}
nav ul li.navi02 a:link
{
	height: 36px;
	background: url("../images/common/navi02.png") no-repeat center;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
    overflow: hidden;
}
nav ul li.navi02 a:hover
{
	height: 36px;
	background: url("../images/common/navi02.png") no-repeat center #000;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
    overflow: hidden;
	opacity: 1;
}
nav ul li.navi03
{
	width: 20%;
}
nav ul li.navi03 a:link
{
	height: 36px;
	background: url("../images/common/navi03.png") no-repeat center;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
    overflow: hidden;
}
nav ul li.navi03 a:hover
{
	height: 36px;
	background: url("../images/common/navi03.png") no-repeat center #000;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
    overflow: hidden;
	opacity: 1;
}
nav ul li.navi04
{
	width: 20%;
}
nav ul li.navi04 a:link
{
	height: 36px;
	background: url("../images/common/navi04.png") no-repeat center;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
    overflow: hidden;
}
nav ul li.navi04 a:hover
{
	height: 36px;
	background: url("../images/common/navi04.png") no-repeat center #000;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
    overflow: hidden;
	opacity: 1;
}
nav ul li.navi05
{
	width: 20%;
}
nav ul li.navi05 a:link
{
	height: 36px;
	background: url("../images/common/navi05.png") no-repeat center;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
    overflow: hidden;
}
nav ul li.navi05 a:hover
{
	height: 36px;
	background: url("../images/common/navi05.png") no-repeat center #000;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
    overflow: hidden;
	opacity: 1;
}

/*slider*/

.slider-wrap
{
	width: 100%;
	background: #000;
	overflow: hidden;
	padding: 10px 0;
	box-sizing: border-box;
}
.slider
{
	margin: 0 auto;
	width: 100%;
	z-index: 50;
	overflow: hidden;
	display: none;
}
.slider-image-box {
	position: relative;
	width: 800px;
}
@media only screen and (max-width: 768px) {
.slider-image-box {
	position: relative;
	width: 100%;
}
}
.slider-image-box:before {
	content: "";
	display: block;
	padding-top: 31.25%;
}
.slider img
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
.slider a:focus
{
	outline: none;
}

/*contenst*/

#breadcrumbs-wrap
{
	width: 100%;
	background: #000;
}
#breadcrumbs-wrap ul
{
	list-style: none;
	max-width: 1000px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0.5em 0;
	box-sizing: border-box;
}
#breadcrumbs-wrap ul li
{
	color: #fff;
	float: left;
}
#breadcrumbs-wrap ul li:not(:last-child)::after
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	margin: 0 0.5em;
}
#breadcrumbs-wrap ul li a:link,
#breadcrumbs-wrap ul li a:visited
{
	color: #fc0;
}
#breadcrumbs-wrap ul li a:hover
{
	opacity: 0.7;
}

#contents-wrap
{
	display: flex;
	max-width: 1000px;
	width: 100%;
	margin: 20px auto;
	flex-flow: row wrap;
	justify-content: space-between;
}
#contents-wrap #main-contents
{
	width: 74%;
	flex-basis: auto;
}
#contents-wrap #main-contents section
{
	margin-bottom: 1rem;
}
h2
{
	background: -moz-linear-gradient(#000, #273d59);
	background: -webkit-linear-gradient(#000, #273d59);
	background: linear-gradient(#000, #273d59);
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1rem;
	padding: 0.5em;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 3px solid #c5a31a;
}
#contents-wrap #main-contents .info-wrap
{
	background: url("../images/common/header_bg.jpg");
	padding: 10px;
}
#contents-wrap #main-contents .info-wrap .information
{
	background: #fff;
	padding: 10px;
}
#contents-wrap #main-contents h2.info-title
{
	max-width: 197px;
	width: 100%;
	background: transparent;
	padding: 0;
	border-bottom: none;
}
#contents-wrap #main-contents h2.info-title::before
{
	display: none;
}
#contents-wrap #main-contents h2.info-title span
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 9.64467%;
	position: relative;
	max-width: 304px;
	width: 100%;
	background: url("../images/common/info_title.png") no-repeat;
	text-indent: -9999px;
	background-size: cover;
	display: block;
	overflow: hidden;
}
#contents-wrap #main-contents .information dl
{
	width: 100%;
}
#contents-wrap #main-contents .information dt
{
	float: left;
	color: #333;
	width: 9em;
	font-weight: bold;
}
#contents-wrap #main-contents .information dd
{
	margin: 0 0 0 9em;
}
#contents-wrap #main-contents ul.list-wrap,
#contents-wrap #main-contents ul.list-wrap2
{
	width: 102%;
	margin-right: -2%;
	margin-bottom: -2%;
	list-style: none;
	overflow: hidden;
}
#contents-wrap #main-contents ul.list-wrap li
{
	float: left;
	width: 18%;
	margin-right: 2%;
	margin-bottom: 2%;
}
/*
#contents-wrap #main-contents ul.list-wrap li img
{
	width: 100%;
}
*/
#contents-wrap #main-contents ul.list-wrap li h3
{
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0.5em 0;
	border-bottom: none;
	padding-bottom: 0;
}
#contents-wrap #main-contents ul.list-wrap li h3 a:link,
#contents-wrap #main-contents ul.list-wrap li h3 a:visited
{
	color: #806910;
}
#contents-wrap #main-contents ul.list-wrap li h3 a:hover
{
	opacity: 0.7;
}
#contents-wrap #main-contents ul.list-wrap2 li
{
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 2% 2% 0;
	box-sizing: border-box;
}
#contents-wrap #main-contents ul.list-wrap2 li .cover
{
	width: 30%;
	flex-basis: auto;
}
/*
#contents-wrap #main-contents ul.list-wrap2 li .cover img
{
	width: 100%;
}
*/
#contents-wrap #main-contents ul.list-wrap2 li .author
{
	width: 67%;
	flex-basis: auto;
}
#contents-wrap #main-contents ul.list-wrap2 li .author h3
{
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 2px dotted #ccc;
	font-weight: bold;
}
#contents-wrap #main-contents ul.list-wrap2 li .author h3::before
{
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f118";
	margin-right: 0.3em;
}
#contents-wrap #main-contents ul.list-wrap2 li .author h4
{
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
#contents-wrap #main-contents ul.list-wrap2 li .author h4 span
{
	background: #FF469A;
	color: #fff;
	padding: 0 0.5em;
	border-radius: 5px;
	margin-right: 0.5em;
}
#contents-wrap #main-contents ul.list-wrap2 li .author h4 span::after
{
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f0da";
	margin-left: 0.3em;
}
#contents-wrap #main-contents ul.list-wrap2 li .author h4 a:link,
#contents-wrap #main-contents ul.list-wrap2 li .author h4 a:visited
{
	color: #806910;
}
#contents-wrap #main-contents ul.list-wrap2 li .author h4 a:hover
{
	opacity: 0.7;
}
#contents-wrap #main-contents ul.list-wrap li .book-sample a,
#contents-wrap #main-contents ul.list-wrap2 li .book-sample a
{
	display: block;
	padding: 0.2em;
	background: #c5a31a;
	color: #fff;
	-webkit-transition: all 500ms 0s ease;
		transition: all 500ms 0s ease;
	font-weight: bold;
	border-radius: 1em;
	text-align: center;
}
#contents-wrap #main-contents ul.list-wrap li .book-sample a::before,
#contents-wrap #main-contents ul.list-wrap2 li .book-sample a::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f518";
	margin-right: 0.5em;
}
#contents-wrap #main-contents ul.list-wrap li .book-sample a:hover,
#contents-wrap #main-contents ul.list-wrap2 li .book-sample a:hover
{
	opacity: 0.7;
}
#contents-wrap #main-contents .original-btn a
{
	display: block;
	padding: 0.2em;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	font-weight: bold;
	border-radius: 1em;
	text-align: center;
	border: 1px solid #c5a31a;
	background: #fff;
}
#contents-wrap #main-contents .original-btn a::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f35d";
	margin-right: 0.5em;
}
#contents-wrap #main-contents .original-btn a:hover
{
	opacity: 0.7;
}
#contents-wrap #main-contents .tweet-btn a
{
	display: block;
	padding: 0.2em;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	font-weight: bold;
	border-radius: 1em;
	text-align: center;
	background: #1c8dee;
	color: #fff;
}
#contents-wrap #main-contents .tweet-btn a::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Brands"; content: "\f099";
	font-weight: bold;
	margin-right: 0.5em;
}
#contents-wrap #main-contents .tweet-btn a:hover
{
	opacity: 0.7;
}
#contents-wrap #main-contents ul.link-btn{
    list-style: none;
}
#contents-wrap #main-contents ul.link-btn li{
    margin-bottom: 1em;
}
#contents-wrap #main-contents ul.link-btn li a
{
    display: block;
    padding: 0.2em;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    font-weight: bold;
    border-radius: 1em;
    text-align: center;
    background: #273d59;
    color: #fff;
}
#contents-wrap #main-contents ul.link-btn li a::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; content: "\f35d";
    font-weight: bold;
    margin-right: 0.5em;
    color: #fc0;
}
#contents-wrap #main-contents ul.link-btn li a:hover
{
    opacity: 0.7;
}
#contents-wrap #side-area
{
	width: 24%;
	flex-basis: auto;
	overflow: hidden;
}
#contents-wrap #side-area div
{
	margin-bottom: 10px;
}
#contents-wrap #side-area .banner
{
	max-width: 240px;
	widows: 100%;
	margin: 0 auto 10px auto
}
#contents-wrap #side-area div img
{
	width: 100%;
}
#contents-wrap #side-area ul.pickup-tag
{
	list-style: none;
	margin-bottom: 10px;
	overflow: hidden;
}
#contents-wrap #side-area ul.pickup-tag li
{
	float: left;
	margin: 0.2em 0.5em 0.2em 0;
}
#contents-wrap #side-area ul.pickup-tag li a
{
	background: #c5a31a;
	color: #fff;
	border-radius: 1em;
	padding: 0 0.5em;
	display: block;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
#contents-wrap #side-area ul.pickup-tag li a:hover
{
	opacity: 0.7;
}
#contents-wrap #side-area ul.category
{
	list-style: none;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #c5a31a;
}
#contents-wrap #side-area ul.category li
{
	margin: 0;
}
#contents-wrap #side-area ul.category li:not(:last-child)
{
	border-bottom: 1px solid #c5a31a;
}
#contents-wrap #side-area ul.category li a
{
	padding: 0.5em;
	display: block;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	color: #806910;
}
#contents-wrap #side-area ul.category li a:hover
{
	opacity: 1;
	background: #c5a31a;
	color: #fff;
}
#contents-wrap #side-area h4
{
	border-bottom: 1px solid #c5a31a;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
#contents-wrap #side-area h4::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f0c1";
	margin-right: 0.5em;
}

/*
#contents-wrap #main-contents ul.list-book li {
	overflow: visible;
}
*/
#contents-wrap #main-contents .search-wrap
{
	background: #000;
	width: 100%;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 1rem;
}
#contents-wrap #main-contents .search-wrap form
{
	margin: 0 auto;
	width: 50%;
}
#contents-wrap #main-contents ul.list-book li .cover-img-box
{
	position: relative;
	width: 100%;
}

#contents-wrap #main-contents ul.list-book li .cover-img-box:before
{
	content:"";
	display: block;
	padding-bottom: 141.66%;
}

#contents-wrap #main-contents ul.list-book li img
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#contents-wrap #side-area h4.category
{
	border-bottom: none;
	margin-bottom: 0.5em;
	padding-bottom: 0;
}
#contents-wrap #side-area h4.category::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f164";
	margin-right: 0.5em;
}

/*book-info*/

#book-info-wrap
{
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 3%;
	position: relative;
	background: -moz-linear-gradient(#eee, #fff);
	background: -webkit-linear-gradient(#eee, #fff);
	background: linear-gradient(#eee, #fff);
	position: relative;
	margin-top: -1rem;
}
#book-info-wrap .book-badge
{
    position: absolute;
    top: 0;
    right: 0;
	border-top: 50px solid #c5a31a;
  	border-right: 50px solid #c5a31a;
  	border-bottom: 50px solid transparent;
  	border-left: 50px solid transparent;
	z-index: 5;
}
#book-info-wrap .book-badge-text
{
	position: absolute;
    top: 1em;
    right: 1em;
	color: #fff;
	font-weight: bold;
	z-index: 15;
	font-size: 1.2em;
	-moz-text-shadow: 1px 1px 1px #333,
             -1px 1px 1px #333,
             1px -1px 1px #333,
             -1px -1px 1px #333;
    -webkit-text-shadow: 1px 1px 1px #333,
             -1px 1px 1px #333,
             1px -1px 1px #333,
             -1px -1px 1px #333;
    text-shadow: 1px 1px 1px #333,
             -1px 1px 1px #333,
             1px -1px 1px #333,
             -1px -1px 1px #333;
}
#book-info-wrap .book-badge-text::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f02d";
	margin-right: 0.5em;
}
#book-info-wrap .cover
{
	width: 34.5%;
	float: left;
	margin-bottom: 1rem;
	z-index: 10;
	position: relative;
}
#book-info-wrap .cover img
{
	width: 100%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	margin-bottom: 1rem;
}
#book-info-wrap .cover .book-sample a
{
	display: block;
	padding: 0.2em;
	background: #c5a31a;
	color: #fff;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	font-weight: bold;
	border-radius: 1em;
	text-align: center;
}
#book-info-wrap .cover .book-sample a::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f518";
	margin-right: 0.5em;
}
#book-info-wrap .cover .book-sample a:hover
{
	opacity: 0.7;
}
#book-info-wrap .cover .go-buy a
{
	display: none;
}
#book-info-wrap .details
{
	width: 62.5%;
	float: right;
	z-index: 10;
	position: relative;
}
#book-info-wrap .details .cp
{
	color: #273d59;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #273d59;
	margin-bottom: 1rem;
}
#book-info-wrap .details .cp::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f007";
	margin-right: 0.5em;
}
#book-info-wrap .details .cp::after
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f007";
	margin-left: 0.5em;
	font-weight: bold;
}
#book-info-wrap .details h3
{
	font-size: 1.5em;
	margin: 1.5rem 0;
	line-height: 1.5em;
}
#book-info-wrap .details aside
{
	border-left: #fc0 solid 5px;
	padding-left: 1em;
	font-size: 0.9em;
	margin-bottom: 1rem;
}
#book-info-wrap .details aside dl
{
	width: 100%;
}
#book-info-wrap .details aside dt
{
	float: left;
	width: 9em;
	font-weight: bold;
}
#book-info-wrap .details aside dd
{
	margin: 0 0 0 9em;
}
#book-info-wrap .details h5
{
	color: #f60;
	margin-bottom: 1rem;
	font-size: 1.2em;
	line-height: 1.5em;
}
#book-info-wrap .details .book-sample a
{
	display: none;
}
#book-info-wrap .details ul.pickup-tag
{
	list-style: none;
	margin-bottom: 10px;
	overflow: hidden;
}
#book-info-wrap .details ul.pickup-tag li
{
	float: left;
	margin: 0.2em 0.5em 0.2em 0;
}
#book-info-wrap .details ul.pickup-tag li a
{
	background: #c5a31a;
	color: #fff;
	border-radius: 1em;
	padding: 0 0.5em;
	display: block;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
#book-info-wrap .details ul.pickup-tag li a:hover
{
	opacity: 0.7;
}
#book-info-wrap .details h4
{
	border-top: 1px solid #c5a319;
	margin-top: 1rem;
	padding: 0.5em 0;
}
#book-info-wrap .details h4::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f15b";
	margin-right: 0.5em;
}
#book-info-wrap .details .omake-wrap
{
	border: #273d59 1px solid;

	background: #fff;
	border-radius: 5px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
#book-info-wrap .details .omake-wrap h5
{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	background: #273d59;
	padding: 0.5em;
	text-align: center;
	width: 8em;
}
#book-info-wrap .details .omake-wrap form
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0.5em;
}
#book-info-wrap .details .omake-wrap h5::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f06b";
	margin-right: 0.5em;
	color: #ff0;
}
#book-info-wrap .details .omake-wrap input
{
	padding: 0.5em;
	width: 9em;
	box-sizing: border-box;
}
#book-info-wrap .details .omake-wrap button
{
	background: #c5a31a;
	color: #fff;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	font-weight: bold;
	text-align: center;
	border: none;
	border-radius: 2em;
	padding: 0.5em 1.5em;
	cursor: pointer;
	outline: none;
}
#book-info-wrap .buy-btn
{
	width: 34.5%;
	float: left;
	overflow: hidden;
	border: 1px solid #c5a31a;
	border-radius: 5px;
}
#book-info-wrap .buy-btn h5
{
	text-align: center;
	padding: 0.5em 0;
}
#book-info-wrap .buy-btn h5::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f07a";
	margin-right: 0.5em;
}
#book-info-wrap .buy-btn ul
{
	list-style: none;
}
#book-info-wrap .buy-btn ul li:not(:last-child)
{
	margin-bottom: 1px;
}
#book-info-wrap .buy-btn ul li a
{
	display: block;
	padding: 0.5em;
	background: #c5a319;
	color: #fff;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	font-weight: bold;
	text-align: center;
}
#book-info-wrap .buy-btn ul li a:hover
{
	opacity: 0.7;
}

/*search-navi*/

.search-navi
{
	display: table;
	width: 100%;
	margin-bottom: 1rem;
	height: auto;
}
.search-navi-bottom
{
	display: table;
	width: 100%;
	margin-top: 1rem;
	height: auto;
}
.search-navi .sort
{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
}
.search-navi .sort .select
{
	display: inline-block;
	margin-right: 1em;
}
.search-navi .sort .select label
{
	vertical-align: middle;
}
.search-navi .pager
{
	width: 50%;
	vertical-align: middle;
	line-height: 1;
	display: table-cell;
	position: relative;
}
.search-navi-bottom .pager
{
	width: 100%;
	vertical-align: middle;
	line-height: 1;
	display: table-cell;
	position: relative;
}
.pager ul
{
	list-style: none;
	overflow: hidden;
	float: right;
	border: 1px solid #c5a31a;
	border-radius: 5px;
}
.pager ul li
{
	float: left;
}
.pager ul li.dotline
{
	padding: 0.2em 0.4em;
}
.pager ul li:not(:last-child)
{
	border-right: 1px solid #fc0;
}
.pager ul li span,
.pager ul li a
{
	display: block;
	padding: 0.2em 0.6em;
	box-sizing: border-box;
	background: #eee;
}
.pager ul li a
{
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	opacity: 1;
	background: #fff;
}
.pager ul li a:hover
{
	background: #c5a31a;
	color: #fff;
}

/*normal page*/

#main-contents &gt; section &gt; h3
{
	font-size: 1.2em;
	margin: 0.5em 0;
	line-height: 1.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #c5a319;
}
.contents-text
{
	padding: 1em;
	width: 100%;
	box-sizing: border-box;
}
.contents-text ul
{
	margin-left: 2em;
}
.contents-text aside
{
	border-left: 5px solid #fc0;
	padding-left: 10px;
}
.contents-text h4
{
	color: #f90;
	margin-bottom: 1rem;
	font-size: 1.1em;
}
.btn a
{
	display: block;
	padding: 0.5em;
	background: #c5a31a;
	color: #fff;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	font-weight: bold;
	text-align: center;
	border-radius: 2em;
}
.btn a:hover
{
	opacity: 0.7;
}
.entry
{
	font-size: 1.4em;
	font-weight: bold;
}
.entry a::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f303";
	margin-right: 0.5em;
}

/*404*/

h2.error-message404
{
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bold;
	background: none;
	color: #f30;
	padding: 0.5em 0;
	margin-bottom: 1.5rem;
}
.error-message404::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f071";
	margin-right: 0.5em;
	font-size: 0.8em;
	color: #fc0;
}


/*footer*/

#footer-wrap
{
	width: 100%;
	background: #000;
	padding: 1em;
	box-sizing: border-box;
}
#footer-wrap footer
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
#footer-wrap footer ul.footer-banner
{
	display: flex;
	list-style: none;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 1em;
}
#footer-wrap footer ul.footer-banner li
{
	flex-basis: 20%;
}
#footer-wrap footer ul.footer-banner li img
{
	width: 100%;
}
#footer-wrap footer ul.footer-link
{
	list-style: none;
	padding: 0;
	margin: 0 0 1rem 0;
	text-align: center;
	font-size: 0;
}
#footer-wrap footer ul.footer-link li
{
	display: inline-block;
	padding: 0 1rem;
	font-size: 0.9rem;
	border-right: 1px solid #fff;
}
#footer-wrap footer ul.footer-link li:last-child
{
	border-right: none;
}
#footer-wrap footer p
{
	font-size: 0.8rem;
}

.btn-text
{
	background: #000;
	color: #fc0;
	padding: 0.5rem;
	width: 80%;
	position: relative;
	margin: 0 auto 1.5rem auto;
	border-radius: 5px;
	text-align: center;
}
.btn-text::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
}

/*RESPONSIVE--------------------------------------------------------------------------------------*/

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

/*header*/

header h1
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 290px;
}
header .bookshelf
{
	position: absolute;
	top: 5px;
	right: 10px;
}
header .h-nav
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/*search-navi*/

.search-navi
{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
}
.search-navi .sort
{
	width: 100%;
	/*vertical-align: middle;*/
	line-height: 1;
	display: block;
	margin-bottom: 10px;
}
.search-navi .pager
{
	width: 100%;
	display: block;
}
	
/*contenst*/

#breadcrumbs-wrap ul
{
	list-style: none;
	max-width: 1000px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0.5em 10px;
}
#contents-wrap
{
	display: flex;
	max-width: 1000px;
	width: 100%;
	margin: 20px auto;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 10px;
	box-sizing: border-box;
}

}

/*MOBILE--------------------------------------------------------------------------------------*/

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

/*common*/	
	
body
{
	font-size: 13px;
}

/*header*/
	
header h1
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 181px;
}
	
header .header-wrap
{
	position: static;
	height: 70px;
}	
.h-nav
{
	display: none;
	position: absolute;
	top:70px;
	width: 100%;
	background: #c5a319;
	left: 0;
	right: auto;
	bottom: auto!important;
	z-index: 100;
}
header .h-nav ul
{
	display: block;
	margin: 0 auto;
	width: 100%;
}
header .h-nav ul li
{
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #fff;
}
header .h-nav ul li a
{
	display: block; 
}
header .bookshelf
{
	position: absolute;
	top: 10px;
	right: 60px;
	width: 50px;
}
header .bookshelf a
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 100%;
	position: relative;
	width: 100%;
	background: url("../images/common/book2.png") no-repeat;
	text-indent: -9999px;
	background-size: cover;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
	
/*開閉ボタン*/
#nav_toggle
{
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	top: 20px;
	right: 10px;
	z-index: 100;
}
#nav_toggle div
{
	position: relative;
}
#nav_toggle span
{
	display: block;
	height: 3px;
	background: #273d59;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1)
{
	top:0px;
}
#nav_toggle span:nth-child(2)
{
	top:12px;
}
#nav_toggle span:nth-child(3)
{
	top:24px;
}
	
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1)
{
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2)
{
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3)
{
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/*search*/

.search_container
{
  position: relative;
  box-sizing: border-box;
/*  display: block;*/
  padding: 15px;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
  font-size: 1rem;
}
	
/*navi*/	
	
nav ul li
{
	height: auto;
	}
nav ul li.navi01
{
	width: 33.333333%;
	margin-right: 0;
	border-right: 1px solid #333;
	box-sizing: border-box;
}
nav ul li.navi01 a:link,
nav ul li.navi01 a:visited
{
	height: auto;
	background: #000;
	text-indent: 0;
	display: block;
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
	overflow: auto;
	padding: 0.5em 0;
	color: #fff;
}
nav ul li.navi02
{
	width: 33.333333%;
	margin-right: 0;
	border-right: 1px solid #333;
	box-sizing: border-box;
}
nav ul li.navi02 a:link,
nav ul li.navi02 a:visited
{
	height: auto;
	background: #000;
	text-indent: 0;
	display: block;
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
	overflow: auto;
	padding: 0.5em 0;
	color: #fff;
}
nav ul li.navi03
{
	width: 33.333333%;
	margin-right: 0;
}
nav ul li.navi03 a:link,
nav ul li.navi03 a:visited
{
	height: auto;
	background: #000;
	text-indent: 0;
	display: block;
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
	overflow: auto;
	padding: 0.5em 0;
	color: #fff;
}
nav ul li:nth-last-child(2),
nav ul li:last-child
{
	display: none;
}

/*contents*/

#contents-wrap
{
	display: flex;
	max-width: 1000px;
	width: 100%;
	margin: 10px auto;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 10px;
	box-sizing: border-box;
}
#contents-wrap #main-contents
{
	width: 100%;
	flex-basis: auto;
	margin-bottom: 10px;
}
#contents-wrap #side-area
{
	width: 100%;
	flex-basis: auto;
}
#contents-wrap #main-contents section
{
	margin-bottom: 10px;
}
h2
{
	background: -moz-linear-gradient(#000, #273d59);
	background: -webkit-linear-gradient(#000, #273d59);
	background: linear-gradient(#000, #273d59);
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0.5em;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 3px solid #c5a31a;
}
#contents-wrap #main-contents .information dt
{
	float: none;
	color: #ccc;
	width: 100%;
	font-weight: bold;
}
#contents-wrap #main-contents .information dd
{
	margin: 0;
}
#contents-wrap #main-contents .search-wrap
{
	background: #000;
	width: 100%;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#contents-wrap #main-contents .search-wrap form
{
	margin: 0 auto;
	width: 100%;
}
#contents-wrap #main-contents ul.list-wrap
{
	width: 101.8%;
	margin-right: -1.8%;
	margin-bottom: -2%;
	list-style: none;
	overflow: hidden;
}
#contents-wrap #main-contents ul.list-wrap li
{
	width: 31.3333%;
}
#contents-wrap #main-contents ul.list-wrap2
{
	width: 100%;
	margin-right: 0;
	margin-bottom: -10px;
	list-style: none;
	overflow: hidden;
}
#contents-wrap #main-contents ul.list-wrap2 li
{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	border-right: none;
	padding: 0 0 10px 0;
	box-sizing: border-box;
}

/*bookinfo*/

#book-info-wrap
{
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 1rem 10px;
	position: relative;
	background: -moz-linear-gradient(#eee, #fff);
	background: -webkit-linear-gradient(#eee, #fff);
	background: linear-gradient(#eee, #fff);
	margin-top: -10px;
}
#book-info-wrap .book-badge-text
{
	position: absolute;
	top: 1em;
	right: 1em;
	color: #fff;
	font-weight: bold;
	z-index: 15;
	font-size: 1.4em;
	-moz-text-shadow: 1px 1px 1px #333,
             -1px 1px 1px #333,
             1px -1px 1px #333,
             -1px -1px 1px #333;
    -webkit-text-shadow: 1px 1px 1px #333,
             -1px 1px 1px #333,
             1px -1px 1px #333,
             -1px -1px 1px #333;
    text-shadow: 1px 1px 1px #333,
             -1px 1px 1px #333,
             1px -1px 1px #333,
             -1px -1px 1px #333;
	width: 1em;
	text-align: center;
}
#book-info-wrap .book-badge-text::before
{
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f518";
	margin-right: 0;
	font-size: 0.8em;
}
#book-info-wrap .cover
{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
#book-info-wrap .cover img
{
	width: 70%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	margin: 0 auto 1rem auto;
	display: block;
}
#book-info-wrap .cover .book-sample a
{
	display: none;
}
#book-info-wrap .cover .go-buy a
{
	display: block;
	padding: 0.2em;
	background: #c5a31a;
	color: #fff;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	font-weight: bold;
	border-radius: 1em;
	text-align: center;
}
#book-info-wrap .cover .go-buy a::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f07a";
	margin-right: 0.5em;
}
#book-info-wrap .cover .go-buy a:hover
{
	opacity: 0.7;
}
#book-info-wrap .details
{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
#book-info-wrap .details .cp
{
	color: #273d59;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #273d59;
	margin-bottom: 1rem;
	text-align: center;
}
#book-info-wrap .details .book-sample a
{
	display: block;
	padding: 0.2em;
	background: #c5a31a;
	color: #fff;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	font-weight: bold;
	border-radius: 1em;
	text-align: center;
}
#book-info-wrap .details .book-sample a::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f518";
	margin-right: 0.5em;
}
#book-info-wrap .details .book-sample a:hover
{
	opacity: 0.7;
}
#book-info-wrap .buy-btn
{
	width: 100%;
	float: none;
	overflow: hidden;
	border: 1px solid #c5a31a;
	border-radius: 1em;
}

/*search-navi*/

.search-navi .sort .select
{
	display: block;
}
.search-navi .sort .select:last-child
{
	margin-top: 0.5em;
}
	
/*footer*/
	
#footer-wrap footer ul.footer-banner li
{
	flex-basis: 50%;
}
#footer-wrap footer ul.footer-link li
{
	display: inline-block;
	padding: 0 0.5rem;
	font-size: 0.7rem;
	border-right: 1px solid #fff;
}

#footer-wrap footer p{
	text-align: left;
}

}


</pre></body></html>