@charset "utf-8";
/* google font */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/catamaran/v27/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd1ak.ttf) format('truetype');
}
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/catamaran/v27/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPErd1ak.ttf) format('truetype');
}
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/catamaran/v27/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPKba1ak.ttf) format('truetype');
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/zenkakugothicnew/v17/gNMYW2drQpDw0GjzrVNFf_valaDBcznOkjs.ttf) format('truetype');
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/zenkakugothicnew/v17/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqs9LaWQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/zenkakugothicnew/v17/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqodNaWQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/zenkakugothicnew/v17/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqr9PaWQ.ttf) format('truetype');
}
.fz {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.fc {
  font-family: 'Catamaran', sans-serif;
}
:root {
  --sitewidth: 1280px;
  --widewidth: 1280px;
  --basefont: 'Zen Kaku Gothic New', sans-serif;
  /* default color */
  --main-color1: #000000;
  --main-color2: #6F6F6F;
  --main-color3: #888888;
  --main-color-rgb: 0, 0, 0;
  --sub-color1: #0096B2;
  --sub-color2: #F8B500;
  --sub-color3: #E5634C;
  --sub-color4: #006DDB;
  --bordercolor: #DDDDDD;
}
/* common.css */
a {
  color: var(--sub-color1);
}
/* header */
#header #menu.menuopen .btn {
  background-color: var(--main-color2);
}
#header #menu .btn {
  background-color: var(--main-color1);
}
#gnavi .wrap .btn {
  background-color: var(--main-color1);
}
.newslist .item .category a {
  background: var(--sub-color2);
}
#searchBox {
  border: 3px solid var(--main-color1);
}
#searchBox .btn .search_submit {
  background: url(/images/common/btn_search.png) left center no-repeat var(--main-color1);
}
#searchBox .close a {
  background: var(--main-color3);
}
#fotNavi .inner a {
  color: var(--main-color1);
}
.cms a {
  color: var(--sub-color1);
}
/* top.css */
#side_column #newsBlock .ttlWrap {
  background-color: var(--main-color1);
}
/* book.css */
#main .price {
  border-left: 7px solid var(--sub-color1);
}
#main .netshop .wrap .more {
  background-color: var(--main-color1);
}
#main #bookcontent .sttl .more,
#main #bookexplain .sttl .more {
  background-color: var(--main-color1);
}
/* news.css */
#side_column .box .custommenu li a.categoryicon {
  background: var(--sub-color2);
}
@media (max-width: 768px) {
  #contents {
    margin-top: 10px;
    padding: 0 25px;
  }
}
#main_column {
  position: relative;
  max-width: initial;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #main_column {
    margin: 0 0 50px;
    padding: 30px 0 0;
  }
  #main_column:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    border-radius: 3px;
    top: 0;
    left: 0;
    background: var(--sub-color1);
  }
}
@media (max-width: 768px) {
  #main_column .pagetitle {
    flex: initial;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  #main_column .pagetitle:before {
    display: none;
  }
}
#main_column .detail {
  display: table;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#main_column .detail .image {
  display: table-cell;
  vertical-align: top;
  width: 150px;
  min-width: 150px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  #main_column .detail .image {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  #main_column .detail .image img {
    max-width: 120px;
  }
}
#main_column .detail .textWrapper {
  width: 100%;
}
@media (max-width: 768px) {
  #main_column .detail .tableType1 tr {
    display: block;
  }
}
#main_column .detail .tableType1 th {
  width: 140px;
  padding: 20px 15px;
  vertical-align: top;
  font-size: 1.6rem;
  font-weight: 700;
  color: #919191;
}
@media (max-width: 768px) {
  #main_column .detail .tableType1 th {
    display: block;
    width: 100%;
    padding: 20px 0 15px;
    font-size: 1.4rem;
  }
}
#main_column .detail .tableType1 td {
  font-size: 1.6rem;
  color: #000;
}
@media (max-width: 768px) {
  #main_column .detail .tableType1 td {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.authorBooklist {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .authorBooklist {
    padding: 0;
    margin: 0;
  }
}
.authorBooklist .booklist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  border: none;
}
.authorBooklist .booklist:before {
  display: none;
}
@media (max-width: 768px) {
  .authorBooklist .booklist {
    grid-template-columns: 1fr 1fr;
  }
}
.authorBooklist .sectionType1 {
  margin: 0 auto 50px;
}
.authorBooklist .sectionType1 .sttl {
  padding-top: 0;
  border-top: none;
  text-align: center;
  border: none;
  font-size: 2rem;
}
.authorBooklist .sectionType1 .booklist .item {
  width: 230px;
  min-width: initial;
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 768px) {
  .authorBooklist .sectionType1 .booklist .item {
    width: initial;
    margin: 0;
  }
}
.authorBooklist .sectionType1 .booklist .item .image {
  position: relative;
  width: 100%;
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 30px;
  background: #f4f9fa;
}
@media (max-width: 768px) {
  .authorBooklist .sectionType1 .booklist .item .image {
    padding: 15px 0;
    border-radius: 20px;
  }
}
.authorBooklist .sectionType1 .booklist .item .image .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 175px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .authorBooklist .sectionType1 .booklist .item .image .img {
    width: 120px;
    height: 120px;
  }
}
.authorBooklist .sectionType1 .booklist .item .image .img img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 4px 4px 2px rgba(147, 147, 147, 0.15);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .authorBooklist .sectionType1 .booklist .item .image .img img {
    width: auto;
  }
}
@media (min-width: 769px) {
  .authorBooklist .sectionType1 .booklist .item .image .img img:hover {
    max-width: 95%;
    max-height: 95%;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  .authorBooklist .sectionType1 .booklist .item .image img {
    max-width: 120px;
  }
}
@media (max-width: 374px) {
  .authorBooklist .sectionType1 .booklist .item .image img {
    max-width: 100%;
  }
}
.authorBooklist .sectionType1 .booklist .item .txt a {
  color: #000;
}
.authorBooklist .sectionType1 .booklist .item .txt .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .authorBooklist .sectionType1 .booklist .item .txt .ttl {
    font-size: 1.4rem;
  }
}
.authorBooklist .sectionType1 .booklist .item .txt .price {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .authorBooklist .sectionType1 .booklist .item .txt .price {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.moreLink {
  margin: 20px auto;
}
.moreLink:hover {
  cursor: pointer;
}
.simplebar-track:after {
  height: 0px;
  background-color: #FFF;
}
.simplebar-track .simplebar-scrollbar {
  height: 0px;
}
.simplebar-track .simplebar-scrollbar:before {
  background-color: #FFF;
}
