@charset "utf-8";
/* ----------------------------------
 style
---------------------------------- */
body {
  color: #333;
  font-family: YakuHanJP, "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
selector {
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}
html {
  position: relative;
  min-height: 100%;
  font-size: 16px;
}
html > body {
  font-size: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  color: #004c99;
  text-decoration: underline;
}
a:hover {
  opacity: 0.7;
  transition: 0.8s;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* ----------------------------------
 header
---------------------------------- */
header {
  /*position: fixed;
  opacity: 0.9;*/
  background-color: #eee;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0.5rem;
  line-height: 1;
}
header span.sub {
  font-size: 0.75rem;
  color: #666;
  display: block;
  margin-bottom: 0.3rem;
}
header span.logo {
  width: 56%;
  display: block;
}
header span.en {
  color: #909090;
  font-size: 0.6875rem;
  font-family: "Sawarabi Mincho", sans-serif;
}

/* ----------------------------------
 menu
---------------------------------- */
.button {
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.button:first-child {
  position: absolute;
  top: 20px;
  right: 0;
  height: 40px;
  width: 40px;
}
.button:last-child {
  float: right;
  margin: 0.5rem 0 1rem 0;
  padding: 0.5em 1em 0.5em 1.4em;
}
.menu-btn {
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 10px;
  right: 0;
}
.menuMove {
  position: relative;
}
.menuMove span {
  background-color: #666;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 33px;
  height: 4px;
}
.menuMove span:nth-child(1) {
  top: 8px;
  left: 0px;
}
.menuMove span:nth-child(2) {
  top: 17px;
  left: 0px;
}
.menuMove span:nth-child(3) {
  top: 26px;
  left: 6px;
  width: 26px;
}

/* ----------------------------------
 menu
---------------------------------- */
.global-menu {
  padding-top: 1rem;
}
.overlay {
  display: none;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 99999;
}
.menu_container {
  display: table;
  padding: 0;
  width: 100%;
  height: 100%;
}
.menu_inner {
  display: table-cell;
  padding: 0 0 0 20%; /*左の空き部分*/
}
.modal {
  margin: 0 auto;
  padding: 46px 0 0 0;
  text-align: right;
  text-justify: inter-ideograph;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  height: 100%; /*追加*/
}
.modal::after {
  display: table;
  content: "";
  clear: both;
}
/* ----------------------------------
 .global-menu .sub-menu
---------------------------------- */
.global-menu a,
.sub-menu a {
  display: block;
  text-decoration: none;
  padding: 10px 12px 10px 0;
}
.global-menu li {
  border-top: 1px solid #2d75be;
}
.sub-menu li {
  border-bottom: 1px solid #2d75be;
}
.sub-menu li .fb,
.sub-menu li .tw {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.genre a {
  display: block;
  text-decoration: none;
  padding: 10px 12px 10px 0;
  background-color: #004c99;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  font-size: 1rem;
}

/* ----------------------------------
 genre クリックで小ジャンルが下に展開の場合
---------------------------------- */
/*.genre {text-align: right;}
.genre-name{cursor: pointer; padding: 10px 28px 10px 0;background-color: #004c99;color: #fff;font-size: 1rem;font-weight:normal;border-bottom: 1px solid #fff;position: relative;}
.genre-name.genre-nameative{border-bottom: none;}

.genre-name.genre-nameative:after {
  position: absolute;
  right: 8px;
  top:20px;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.genre-name:after{
  position: absolute;
  right: 8px;
  top:18px;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.genre .genre-inner {display: none;}
.genre .genre-inner li{padding: 10px 18px 10px 0;border-bottom: 1px solid #2d75be;background-color:#e7f0f9; }
.genre .genre-inner li a{display: block;text-decoration: none;}*/

/* ----------------------------------
 共通
---------------------------------- */
main {
  padding: 1rem 15px 0;
}
/*main {min-height: calc(100vh - 100px)}footer高さ*/

.blueline_title {
  font-size: 1.25rem;
  line-height: 1.4;
  padding: 0.6rem;
  color: #004c99;
  border-bottom: 3px solid #004c99;
  text-align: center;
  margin-bottom: 1rem;
}
.blueline_title.list {
  font-size: 1.0625rem;
  margin-bottom: 0.5rem;
  text-align: left;
  padding-left: 0.2rem;
}
.blueline_title.list span {
  display: block;
}
.blueline_title.list span:last-child:before {
  content: "— ";
  display: inline-block;
  margin-right: 5px;
  padding: 0 3px;
}
.blueline_title.list span:last-child:after {
  content: " —";
  display: inline-block;
  margin-left: 5px;
  padding: 0 3px;
}

/* ----------------------------------
 detail_head 書影・書誌情報
---------------------------------- */
#detail section {
  margin-bottom: 1.6rem;
}
.book_detail .cover {
  text-align: center;
  margin-bottom: 1rem;
}
.book_detail .cover img,
.item_cover img {
  border: 1px solid #ccc;
  /*box-shadow: 0 0 5px #999;*/
}
.sns {
  margin: 1rem 0 0.6rem;
}
.sns li {
  display: inline-block;
  margin-right: 0.5rem;
}
.sns li img {
  width: 26px;
}

.book_detail h1 {
  line-height: 1;
}
.book_detail .cover img {
  max-width: 218px;
}
.bookYomigana {
  font-size: 0.75rem;
  display: block;
  font-weight: normal;
}
.bookTitle {
  font-size: 1.125rem;
  display: inline-block;
  line-height: 1.4;
}
.maeTitle,
.atoTitle {
  display: block;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1;
}
.atoTitle {
  padding-top: 0.5rem;
}
.maeHan,
.atoHan {
  font-size: 1rem;
  line-height: 1;
}
.maeHan {
  padding-right: 0.5rem;
}
.atoHan {
}

dl.bookdata,
.item_bookdata {
  font-size: 0.875rem;
  margin-bottom: 0.2rem;
}
.stock {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
dl.bookdata dt,
.item_bookdata dt {
  float: left;
}
dl.bookdata .book_genre {
  margin-left: 5em;
}
dl.bookdata dt::after,
.item_bookdata dt::after {
  content: "：";
  display: inline-block;
  margin-right: 5px;
  padding: 0 3px;
}
dl.bookdata .book_genre li {
  position: relative;
  display: inline;
  padding: 0 12px 0 0;
}
dl.bookdata .book_genre li:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-bottom: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
dl.bookdata .book_genre li:last-child:after {
  display: none;
}
.item_bookdata {
  margin-top: 1rem;
}
.author {
  font-size: 0.8125rem;
  margin-top: 0.7rem;
}
ul.online {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 1.5%;
}
ul.online li {
  width: 47%;
  background: #fff;
  border: 1px solid #666;
  text-align: center;
  margin-bottom: 0.5rem;
}
ul.online li a {
  display: block;
}

.store,
.author-books,
.related_links {
  font-size: 0.9375rem;
  margin-top: 1rem;
}
.author-books,
.related_links {
  margin-bottom: 2rem;
}
/* .author-books li + li, */
.related_links li + li {
  margin-top: 0.5rem;
}
.catchcopy {
  margin-bottom: 0.8rem;
  color: #004c99;
  line-height: 1.3;
}
.author-name {
  font-size: 1.0625rem;
  margin-bottom: 0.5rem;
  color: #004c99;
}
.author-name:not(:first-of-type) {
  margin-top: 1rem;
}
.author-name span {
  display: inline-block;
  font-size: 0.8125rem;
  padding-left: 10px;
}
.author-HP {
  margin-bottom: 1rem;
}

.mt,
.mt + dd {
  margin-top: 0.5rem;
}
.store ul {
  margin-top: 0.3rem;
  line-height: 1.7;
}

/* ----------------------------------
 この本もおすすめ
---------------------------------- */
ul.list .item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  border-bottom: 2px solid #eee;
  padding: 0 0 1.2rem;
  margin-bottom: 1.2rem;
}
ul.list .item .item_cover {
  flex: 0 1 43%;
  max-width: 43%;
}
ul.list .item .item_cnt {
  flex: 0 1 53%;
  max-width: 53%;
}

ul.list .item .item_cnt h3 {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
ul.list .item .item_cnt .bookdata {
  font-size: 0.8123rem;
  margin-top: 1rem;
}
ul.list .item .item_cnt .item_bookdata .stock {
  display: none;
}
ul.list .item .item_story {
  width: 100%;
  font-size: 0.875rem;
  margin-top: 1rem;
}
/* ----------------------------------
 list
---------------------------------- */
.hits_num {
  font-size: 0.9375rem;
  margin: 0.8rem 0 0.2rem;
  color: #2d75be;
}
.navPagination {
  margin: 30px 0;
}
.navPagination ul {
  display: flex;
  justify-content: center;
  text-align: center;
}
.navPagination ul li {
  margin: 2px;
}
.navPagination ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #004c99;
}
.navPagination ul li.active {
  background-color: #e7f0f9;
  color: #004c99;
}
.navPagination ul li.disabled {
  background-color: #eee;
  color: #ccc;
}
.navPagination ul li.active,
.navPagination ul li.disabled,
.navPagination ul li a {
  padding: 8px 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.navPagination ul li a:hover {
  opacity: 1;
  background-color: #2d75be;
}
/*明るい青　#2d75be*/
/*濃紺　#004c99*/

.foot_banner {
  display: flex;
  margin-bottom: 50px;
  flex-wrap:wrap;
  justify-content: space-between;
}
.foot_banner li {
  width:48%;
  margin-bottom:10px
}

/* ----------------------------------
 footer
---------------------------------- */
footer {
  background-color: #eee;
  padding: 1rem 0;
  text-align: center;
  margin-top: auto;
}
footer p.logo {
  width: 30%;
  margin: 0 auto;
}
.footer_sub_menu {
  display: flex;
  font-size: 0.8125rem;
  flex-wrap: wrap;
  margin: 0 15px;
  justify-content: center;
}
.footer_sub_menu li {
  margin-right: 10px;
  margin-bottom: 0.5rem;
}

/* ----------------------------------
 formStyle layout
---------------------------------- */
.group {
  padding: 18px 0 17px 0;
  border-bottom: 2px solid #eee;
  display: flex;
  align-items: center;
}
.gRight {
  margin-top: 0.5rem;
  flex: 1;
}
.gLeft {
  display: block;
  margin-right: 0.5rem;
}

/* ----------------------------------
 formStyle reset
---------------------------------- */
.formStyle input,
.formStyle button,
.formStyle textarea,
.formStyle select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ----------------------------------
 formStyle input forcus
---------------------------------- */
.formStyle input[type="text"]:focus,
.formStyle input[type="number"]:focus,
.formStyle input[type="tel"]:focus,
.formStyle input[type="email"]:focus,
.formStyle input[type="password"]:focus,
.formStyle textarea:focus {
  border: 2px solid #196bc3;
  outline: none;
}
/* ----------------------------------
 formStyle select
---------------------------------- */
.formStyle select {
  background-size: 9px;
  padding: 0.3em;
  border: 2px solid #ccc;
  border-radius: 3px;
  font-size: 0.9375rem;
  width: 100%;
  position: relative;
}
#display_area.group {
  margin-bottom: 1rem;
}
#sort_area.group,
#display_area.group {
  border-bottom: none;
  padding: 0;
  font-size: 0.875rem;
}
#display_area.group {
  margin-bottom: 1.8rem;
}

#sort_area .gRight,
#display_area .gRight {
  position: relative;
}

#sort_area .gRight:after,
#display_area .gRight:after {
  position: absolute;
  right: 12px;
  top: 13px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #004c99;
  border-right: solid 2px #004c99;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
