@charset "utf-8";
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/* common */
html,
body {
  width: 100%;
}
html {
  color: #000;
  font-size: 10px;
  line-height: 1.2;
}
body {
  font-size: 1.5em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@media (max-width: 768px) {
  body.menuopen {
    overflow: hidden;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
strong {
  font-weight: bold;
}
.small {
  font-size: 1.2rem;
}
a {
  color: #1F2E66;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  transition: 0.3s;
  opacity: 0.9;
}
#page {
  position: relative;
  width: 100%;
}
#page:after {
  display: block;
  clear: both;
  content: '';
}
/* header */
#header {
  border-top: 10px solid #1F2E66;
}
@media (max-width: 768px) {
  #header {
    overflow: hidden;
    border-width: 6px 0 0;
  }
}
#header > .inner {
  border-top: 3px solid #C4D700;
}
@media (max-width: 768px) {
  #header > .inner {
    border-width: 2px 0 0;
  }
}
#header #logo {
  margin: 0;
  transition-duration: 0.2s;
}
#header #logo img {
  max-height: 60px;
}
@media (max-width: 768px) {
  #header #logo img {
    max-width: 120px;
    max-height: 44px;
  }
}
#header .wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  margin: auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #header .wrap {
    width: auto;
    padding-right: 0;
  }
}
#header .wrap .txt {
  flex-grow: 1;
  padding-left: 20px;
  color: #666;
  font-size: 1.4rem;
}
@media (max-width: 940px) {
  #header .wrap .txt {
    display: none;
  }
}
#header .content {
  padding: 14px 0 16px;
}
@media (max-width: 768px) {
  #header .content {
    display: none;
    position: fixed;
    top: 52px;
    left: 0;
    z-index: 30;
    width: 100%;
    height: calc(100% - 52px);
    padding: 0;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
    overflow: auto;
  }
}
@media (min-width: 769px) {
  #header .content {
    display: block !important;
  }
}
#header .content > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  #header .content > ul {
    display: block;
    padding: 10px 0;
  }
}
#header .content > ul li {
  margin-left: 20px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #header .content > ul li {
    margin-left: 0;
  }
  #header .content > ul li a {
    display: block;
    padding: 10px 15px;
    color: #1F2E66;
    font-size: 1.4rem;
  }
}
#header .content .genre,
#header .content .series {
  display: none;
}
@media (max-width: 768px) {
  #header .content .genre,
  #header .content .series {
    display: block;
  }
}
#header .content .genre .ttl,
#header .content .series .ttl {
  padding: 8px 15px;
  background-color: #1F2E66;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
#header .content .genre .tree > ul,
#header .content .series .tree > ul {
  background-color: #F2F3F6;
}
#header .content .genre .tree > ul > li,
#header .content .series .tree > ul > li {
  position: relative;
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 768px) {
  #header .content .genre .tree > ul > li > ul > li > a,
  #header .content .series .tree > ul > li > ul > li > a {
    padding-left: calc(15px + 1em);
  }
}
@media (max-width: 768px) {
  #header .content .genre .tree > ul > li > ul > li > ul > li > a,
  #header .content .series .tree > ul > li > ul > li > ul > li > a {
    padding-left: calc(15px + 2em);
  }
}
#header .content .genre .tree > ul a,
#header .content .series .tree > ul a {
  display: block;
  padding: 10px 15px;
  color: #1F2E66;
  font-size: 1.4rem;
  font-weight: bold;
}
#header .content .genre .tree > ul ul,
#header .content .series .tree > ul ul {
  display: none;
}
#header .content .genre .tree > ul ul li,
#header .content .series .tree > ul ul li {
  position: relative;
}
#header .content .genre .tree > ul .arrow,
#header .content .series .tree > ul .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2px;
  right: 5px;
  width: 30px;
  height: 30px;
  margin: auto;
}
#header .content .genre .tree > ul .arrow::before,
#header .content .series .tree > ul .arrow::before {
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #1F2E66;
  border-right: 2px solid #1F2E66;
  transform: rotate(135deg);
  content: '';
}
#header .content .genre .tree > ul .arrow.active::before,
#header .content .series .tree > ul .arrow.active::before {
  margin-top: 4px;
  transform: rotate(-45deg);
}
#header .content .form-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 768px) {
  #header .content .form-wrapper {
    display: none;
  }
}
#header .content .btnSearchBox {
  display: none;
  margin: 0 10px 0 0;
}
#header .content .btnSearchBox a {
  display: block;
  width: 100px;
  border-radius: 5px;
  background-color: #1F2E66;
  line-height: 30px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
#header .content .btnSearchBox a:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 13.84615385px;
  margin-right: 8px;
  background-image: url(../images/common/filtering_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -2px;
}
#header .content #keywordsearch {
  position: relative;
  text-align: right;
}
#header .content #keywordsearch input[type=text] {
  width: 300px;
  max-width: 300px;
  height: 38px;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 38px;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  outline: none;
  font-size: 1.5rem;
}
#header .content #keywordsearch input[type=text]::placeholder {
  color: #aaa;
}
#header .content #keywordsearch input[type=submit] {
  position: absolute;
  top: 9px;
  right: 15px;
  width: 18px;
  height: 18px;
  border: none;
  background-color: transparent;
  background-image: url(../images/custom/icon_search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
#header #menu {
  display: none;
}
@media (max-width: 768px) {
  #header #menu {
    display: flex;
    align-items: center;
  }
}
#header #menu .search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
}
#header #menu .search svg {
  width: 19px;
  fill: #1F2E66;
}
#header #menu .btn {
  position: relative;
  width: 44px;
  height: 44px;
}
#header #menu .btn span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 3px;
  margin: auto;
  transition: all 0.4s;
  background-color: #1F2E66;
}
#header #menu .btn span:first-child {
  top: -14px;
}
#header #menu .btn span:last-child {
  top: 14px;
}
#gnavi {
  position: relative;
  z-index: 13;
  box-shadow: 0px 2px 4px #0000001A;
  background-color: #F2F3F6;
  font-family: 'M PLUS 1p', sans-serif;
}
#gnavi .wrap {
  max-width: 1120px;
  padding: 0 15px;
  margin: 0 auto;
  transform: rotate(0.03deg);
}
@media (max-width: 768px) {
  #gnavi .wrap {
    padding: 0;
  }
}
#gnavi .wrap > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#gnavi .wrap > ul > li {
  position: relative;
  flex-grow: 1;
}
@media (max-width: 768px) {
  #gnavi .wrap > ul > li {
    position: static;
  }
}
@media (min-width: 769px) {
  #gnavi .wrap > ul > li.genre:hover > span,
  #gnavi .wrap > ul > li.series:hover > span {
    padding: 19px 0 15px;
    border-bottom: 4px solid #1F2E66;
  }
  #gnavi .wrap > ul > li.genre:hover .tree,
  #gnavi .wrap > ul > li.series:hover .tree {
    display: block !important;
  }
}
@media (max-width: 768px) {
  #gnavi .wrap > ul > li:first-child > a:before,
  #gnavi .wrap > ul > li:first-child > span:before {
    content: none;
  }
}
#gnavi .wrap > ul > li:last-child > a:after,
#gnavi .wrap > ul > li:last-child > span:after {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  content: '';
  display: block;
  margin: auto;
  width: 1px;
  background-color: #ccc;
}
@media (max-width: 768px) {
  #gnavi .wrap > ul > li:last-child > a:after,
  #gnavi .wrap > ul > li:last-child > span:after {
    content: none;
  }
}
#gnavi .wrap > ul > li > a,
#gnavi .wrap > ul > li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 19px 0;
  box-sizing: border-box;
  color: #1F2E66;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#gnavi .wrap > ul > li > a:before,
#gnavi .wrap > ul > li > span:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  content: '';
  display: block;
  margin: auto;
  width: 1px;
  background-color: #ccc;
}
#gnavi .wrap > ul > li > a br,
#gnavi .wrap > ul > li > span br {
  display: none;
}
@media (max-width: 768px) {
  #gnavi .wrap > ul > li > a,
  #gnavi .wrap > ul > li > span {
    padding: 9px 0;
    font-size: 1.1rem;
  }
  #gnavi .wrap > ul > li > a.active,
  #gnavi .wrap > ul > li > span.active {
    padding: 9px 0 5px;
    border-bottom: 4px solid #1F2E66;
  }
}
@media (max-width: 480px) {
  #gnavi .wrap > ul > li > a br,
  #gnavi .wrap > ul > li > span br {
    display: inline;
  }
}
#gnavi .wrap .tree {
  display: none;
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  #gnavi .wrap .tree {
    left: 0;
  }
}
@media (max-width: 768px) {
  #gnavi .wrap .tree > ul > li > ul > li > a {
    padding-left: calc(5px + 1em);
  }
}
@media (max-width: 768px) {
  #gnavi .wrap .tree > ul > li > ul > li > ul > li > a {
    padding-left: calc(5px + 2em);
  }
}
#gnavi .wrap .tree ul {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  background-color: #F2F3F6;
  box-shadow: 0px 2px 4px #0000001A;
}
@media (max-width: 768px) {
  #gnavi .wrap .tree ul {
    padding: 10px;
  }
}
#gnavi .wrap .tree ul li {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 768px) {
  #gnavi .wrap .tree ul li {
    padding: 0;
  }
}
@media (min-width: 769px) {
  #gnavi .wrap .tree ul li:hover > ul {
    display: block !important;
  }
}
#gnavi .wrap .tree ul a {
  display: block;
  padding: 10px 5px;
  border-radius: 3px;
  font-weight: bold;
}
#gnavi .wrap .tree ul a:hover {
  background-color: #D8DBE4;
}
@media (max-width: 768px) {
  #gnavi .wrap .tree ul a {
    font-size: 1.4rem;
  }
}
#gnavi .wrap .tree ul ul {
  display: none;
  position: absolute;
  top: -10px;
  left: 100%;
}
@media (max-width: 768px) {
  #gnavi .wrap .tree ul ul {
    position: static;
    padding: 0;
    box-shadow: none;
  }
}
#gnavi .wrap .tree ul .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  right: 10px;
  width: 30px;
  height: 30px;
  margin: auto;
}
#gnavi .wrap .tree ul .arrow::before {
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  content: '';
}
@media (max-width: 768px) {
  #gnavi .wrap .tree ul .arrow {
    top: 2px;
    right: 0;
  }
}
#search {
  position: fixed;
  top: 0;
  right: -280px;
  z-index: 50;
  width: 280px;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #04113E;
  color: #fff;
  transform: translateX(0);
  transition: transform 0.2s;
  overflow: auto;
}
#search.open {
  transform: translateX(-280px);
}
#search .close {
  float: right;
  margin: 0 0 15px;
}
#search .close .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#search .close .icon::before {
  display: block;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #fff;
  transform: rotate(45deg);
  content: '';
}
#search .close .icon::after {
  display: block;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #fff;
  transform: rotate(-45deg);
  content: '';
}
#search .wrap {
  clear: both;
}
#search table,
#search tbody,
#search tr,
#search th,
#search td {
  display: block;
}
#search tr {
  margin: 0 0 20px;
}
#search tr:last-child {
  margin: 0;
}
#search th {
  margin: 0 0 8px;
  font-size: 1.3rem;
}
#search td {
  overflow: hidden;
}
#search input[type="text"],
#search select {
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 1em;
  border: none;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #search input[type="text"],
  #search select {
    font-size: 1.6rem;
  }
}
#search input[type="text"] {
  border-radius: 15px;
  outline: none;
}
#search select {
  border-radius: 3px;
}
#search .formatRadio {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -10px 0;
}
#search .formatRadio label {
  margin: 0 20px 10px 0;
}
#search .btn {
  margin: 25px 0 0;
}
#search .btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 20px;
  background-color: #F36D1E;
  color: #fff;
  font-size: 1.6rem;
  border: none;
  width: 100%;
  cursor: pointer;
}
#search .btn button:hover {
  text-decoration: underline;
}
#search .btn button svg {
  width: 18px;
  margin: 0 8px 0 0;
  fill: #fff;
}
#search .clear {
  margin: 25px 0 0;
  text-align: center;
}
#search .clear a {
  color: #fff;
}
#search-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
/* searchBox */
#overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#E6000000', endColorstr='#E6000000');
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 12;
}
:root #overlay {
  filter: none\0/IE9;
}
#searchBox {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(calc(-50% - 100px));
  display: none;
  width: 530px;
  box-sizing: border-box;
  margin: auto;
  padding: 27px;
  border: 3px solid #1F2E66;
  background: #f3f3f3;
  z-index: 12;
}
@media (max-width: 768px) {
  #searchBox {
    overflow-y: auto;
    top: 0;
    width: auto;
    max-height: 105vh;
    margin: 10px 10px 0;
    transform: none;
  }
}
:root #searchBox {
  filter: none\0/IE9;
}
#searchBox table {
  width: 100%;
}
#searchBox table th,
#searchBox table td {
  padding: 2px 0;
}
#searchBox table th {
  width: 22%;
  text-align: left;
  font-weight: normal;
}
#searchBox table td {
  width: 78%;
}
@media (max-width: 768px) {
  #searchBox table tbody {
    display: block;
  }
  #searchBox table th,
  #searchBox table td {
    display: block;
    width: 100%;
  }
}
#searchBox input[type=text] {
  width: 97%;
  border: solid 1px #dddddd;
  font-size: 14px;
  padding: 5px;
}
#searchBox select {
  width: 100%;
  border: solid 1px #dddddd;
  font-size: 14px;
  padding: 5px;
}
#searchBox select[name=amount],
#searchBox select[name=order] {
  width: auto;
}
#searchBox .btn {
  margin: 10px 0;
  text-align: center;
}
#searchBox .btn a {
  min-width: 130px;
  border: none;
  background: #888888;
  color: #ffffff;
  padding: 10px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 4px;
  font-weight: bold;
}
#searchBox .btn a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  #searchBox .btn a {
    display: block;
  }
}
#searchBox .btn .search_submit {
  background: url(../images/common/btn_search.png) left center no-repeat #1F2E66;
}
@media (max-width: 768px) {
  #searchBox .btn .search_submit {
    margin-bottom: 10px;
  }
}
#searchBox .close {
  position: absolute;
  top: -3px;
  right: -60px;
}
@media (max-width: 768px) {
  #searchBox .close {
    position: static;
    margin-top: -10px;
  }
}
#searchBox .close a {
  background: #18244f;
  color: #ffffff;
  text-align: center;
  width: 60px;
  line-height: 28px;
  display: block;
}
@media (max-width: 768px) {
  #searchBox .close a {
    margin-left: auto;
  }
}
#searchBox legend {
  margin-left: 15px;
}
#contents {
  max-width: 1120px;
  margin: 0 auto 0px;
  padding: 25px 15px 0;
}
@media (max-width: 768px) {
  #contents {
    display: block;
    width: auto;
    padding: 25px 0 0;
  }
}
#contents.noleft {
  flex-direction: row;
}
@media (max-width: 768px) {
  #contents.noleft {
    padding: 20px 15px 0;
  }
}
#contents.noleft #main {
  max-width: none;
  padding-right: 30px;
}
@media (max-width: 768px) {
  #contents.noleft #main {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
#contents.noleft #sub {
  width: 240px;
  min-width: 240px;
}
@media (max-width: 768px) {
  #contents.noleft #sub {
    width: auto;
    min-width: auto;
  }
}
#contents .error,
#contents .note {
  color: #FF0000;
}
/* ジャンル */
#genre_tree {
  position: relative;
  z-index: 2;
}
/* シリーズ */
#series_tree > li > a {
  display: block;
  padding: 10px 0;
}
.custommenu > ul {
  position: relative;
}
.custommenu > ul > li a,
.custommenu > ul > li b {
  display: inline-block;
  margin: 10px 0;
  padding: 0;
  font-size: 1.4rem;
}
.custommenu li.entry span {
  display: block;
}
.custommenu li.entry > div > span {
  position: relative;
}
.custommenu li.entry > div > span .ck {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 12px;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #1F2E66;
}
.custommenu li.entry > div > span .ck.open::before {
  margin-top: 2px;
  transform: rotate(-45deg);
}
.custommenu li.entry > div > span .ck::before {
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  content: '';
}
.custommenu li.entry > div > span > div {
  display: none;
}
.custommenu li.entry > div > span > div > span {
  position: relative;
  box-sizing: border-box;
  padding-left: 1em;
}
.custommenu li.entry > div > span > div > span > div {
  display: none;
  padding-top: 0;
}
.custommenu li.entry > div > span > div > span div {
  margin-bottom: 10px;
}
.custommenu li.entry > div > span > div > span div span {
  display: block;
  padding-left: 1em;
}
.custommenu li.entry > div > span > div > span div span a {
  padding: 0;
  margin-bottom: 3px;
  font-size: 14px;
}
.custommenu li.entry > div > span > div > span div span a:before {
  content: '＞ ';
  color: #999;
  font-size: 12px;
}
.custommenu .archive_tree > li > div > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.custommenu .archive_tree > li > div > span > .ck {
  order: 2;
  position: static;
  margin-left: 10px;
}
.custommenu .archive_tree > li > div > span > a,
.custommenu .archive_tree > li > div > span > b {
  order: 1;
}
.custommenu .archive_tree > li > div > span > a + div,
.custommenu .archive_tree > li > div > span > b + div {
  order: 3;
  width: 100%;
}
.custommenu .archive_tree > li > div > span > b {
  font-size: 1.5rem;
}
.pagetitle {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .pagetitle {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.sectionType1 + .sectionType1 {
  margin-top: 60px;
}
.sectionType1 .sttl {
  padding-top: 10px;
  padding-bottom: 30px;
  border-top: 1px solid #DDD;
  font-size: 2rem;
  font-weight: bold;
}
.tableType1 {
  width: 100%;
  border-top: solid 1px #dddddd;
}
.tableType1 tr {
  border-bottom: solid 1px #dddddd;
}
.tableType1 th,
.tableType1 td {
  padding: 15px 0;
}
.tableType1 th {
  width: 160px;
  color: #6B5551;
  vertical-align: middle;
}
.tableType1 td p {
  margin-top: 8px;
}
.tableType1 td p:first-child {
  margin-top: 0;
}
.formType1 input[name=mail],
.formType1 input[name=mail_sub] {
  width: 230px;
}
.formType1 textarea {
  width: 360px;
  height: 100px;
}
#commonbanner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 40px;
  text-align: center;
}
@media (max-width: 768px) {
  #commonbanner {
    padding: 0 20px 20px;
  }
}
#commonbanner .wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, 360px);
  gap: 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  #commonbanner .wrap {
    grid-template-columns: repeat(auto-fit, 160px);
    gap: 10px;
  }
}
.booklist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .booklist {
    padding-bottom: 15px;
    margin: 0 -15px;
  }
}
.booklist .item {
  width: 224px;
  padding: 0 20px 50px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .booklist .item {
    width: calc(100% / 4);
    padding: 0 9px 20px;
  }
}
@media (max-width: 480px) {
  .booklist .item {
    width: calc(100% / 3);
  }
}
.booklist .item .image {
  margin-bottom: 10px;
}
.booklist .item .image img {
  max-width: 137px;
}
@media (max-width: 768px) {
  .booklist .item .image img {
    width: calc(100% - 15px);
    max-width: calc(100% - 15px);
  }
}
.booklist .item .ttl {
  font-weight: bold;
  font-size: 1.5rem;
}
.booklist .item a {
  color: #333;
}
.booklist .item .price {
  margin-top: 5px;
}
.booklist .item .author {
  margin-top: 5px;
}
.booklist .item .bookdate {
  margin-top: 5px;
}
.booklist .item .outline {
  margin-top: 10px;
}
.booklist .item .btns {
  margin-top: 5px;
}
.booklist .simplebar-track:after {
  z-index: 1;
  position: absolute;
  display: block;
  top: 2px;
  content: '';
  height: 4px;
  background-color: #ccc;
  left: 0;
  right: 0;
  margin: auto;
}
.booklist .simplebar-track .simplebar-scrollbar {
  z-index: 2;
  height: 4px;
}
.booklist .simplebar-track .simplebar-scrollbar:before {
  background-color: #000;
}
.booklist .simplebar-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.moreLink {
  background-color: #000;
  color: #fff;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #000;
  border-radius: 50px;
  width: 190px;
  margin: 0 auto;
}
.moreLink:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.moreOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.moreOverlay .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.moreOverlay .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px transparent solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.newslist .item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #EAE9E9;
}
@media (max-width: 768px) {
  .newslist .item {
    padding: 10px 0;
  }
}
.newslist .item:first-child {
  border-top: 1px solid #EAE9E9;
}
.newslist .item .head {
  display: contents;
}
@media (max-width: 768px) {
  .newslist .item .head {
    display: block;
  }
}
.newslist .item .date {
  margin-right: 15px;
  padding-top: 2px;
  font-size: 1.5rem;
  color: #666666;
}
@media (max-width: 768px) {
  .newslist .item .date {
    font-size: 1.3rem;
  }
}
.newslist .item .category {
  margin-right: 15px;
}
.newslist .item .category a {
  display: block;
  width: 70px;
  height: 24px;
  border-radius: 2px;
  background: #BB66BB;
  text-align: center;
  line-height: 24px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
.newslist .item .category a.reprint {
  background-color: #229966;
}
.newslist .item .category a.pr {
  background-color: #DD8855;
}
.newslist .item .category a.event {
  background-color: #DD4455;
}
.newslist .item .category a.bookstore {
  background-color: #2266BB;
}
.newslist .item .category a.errata {
  background-color: #5555AA;
}
.newslist .item .category a.recruit {
  background-color: #99AA00;
}
.newslist .item .category a.news {
  background-color: #5555AA;
}
@media (max-width: 768px) {
  .newslist .item .category {
    margin-top: 3px;
  }
  .newslist .item .category a {
    min-width: 50px;
    width: min-content;
    height: 19px;
    padding: 0 3px;
    box-sizing: border-box;
    line-height: 19px;
    font-size: 1.1rem;
  }
}
.newslist .item .txt {
  flex-grow: 1;
  padding-top: 2px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .newslist .item .txt {
    font-size: 1.3rem;
  }
}
.newslist .item .txt a {
  color: #000;
}
.titleType1 {
  margin-bottom: 30px;
  color: #1F2E66;
  text-align: center;
  font-family: 'M PLUS 1p', sans-serif;
  transform: rotate(0.03deg);
  font-size: 2.6rem;
  font-weight: bold;
}
.titleType1:before,
.titleType1:after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  margin: 0 20px 6px;
  transform: rotate(45deg);
  background-color: #BBC0D1;
}
@media (max-width: 768px) {
  .titleType1:before,
  .titleType1:after {
    width: 8px;
    height: 8px;
    margin: 0 12px 3px;
  }
}
@media (max-width: 768px) {
  .titleType1 {
    font-size: 2rem;
  }
}
#footer {
  background-color: #F4F4F7;
}
#footer .bottom {
  background-color: #1F2E66;
  transform: none;
}
#fotNavi {
  padding: 30px 0 40px;
}
@media (max-width: 768px) {
  #fotNavi {
    padding: 0;
  }
}
#fotNavi .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #fotNavi .inner {
    width: auto;
    padding: 40px 15px 30px;
  }
}
#fotNavi .inner .sns {
  flex-grow: 1;
}
#fotNavi .inner .sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#fotNavi .inner .sns ul li {
  margin-left: 10px;
}
#fotNavi .inner dl {
  min-width: 170px;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}
@media (max-width: 768px) {
  #fotNavi .inner dl {
    width: calc((100% - 20px) / 2);
    min-width: auto;
    padding: 0 0 40px;
  }
  #fotNavi .inner dl:nth-child(2n) {
    margin-left: 20px;
  }
}
#fotNavi .inner dt {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E8EAEF;
  font-family: 'M PLUS 1p', sans-serif;
  transform: rotate(0.03deg);
  font-size: 1.5rem;
  color: #1F2E66;
}
@media (max-width: 768px) {
  #fotNavi .inner dt {
    padding-bottom: 10px;
  }
}
#fotNavi .inner a {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  #fotNavi .inner a {
    font-size: 1.2rem;
  }
}
#fotNavi .inner li {
  position: relative;
  padding-bottom: 5px;
}
#publisher {
  padding: 15px 0 40px;
  background-image: url(/images/common/bg_footer.png);
  background-color: #817876;
}
#publisher .inner {
  width: 1081px;
  margin: 0 auto;
  font-weight: bold;
  color: #FFF;
}
#publisher .inner .ttl {
  padding-bottom: 4px;
  font-size: 117%;
}
#copyright {
  padding: 14px 15px 20px;
  max-width: 1120px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.1rem;
  text-align: right;
}
@media (max-width: 768px) {
  #copyright {
    padding: 10px 0;
    width: auto;
    text-align: center;
  }
}
/* cms start */
.cms {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .cms {
    font-size: 1.4rem;
  }
}
.cms * {
  word-break: break-all;
}
.cms img {
  height: auto !important;
}
.cms a {
  color: #1F2E66;
}
.cms p {
  margin: 1em 0;
  line-height: 1.8;
}
.cms b {
  font-weight: bold;
}
.cms ul {
  list-style-type: disc;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}
.cms ul ul {
  list-style-type: circle;
  margin: 0 0 0 1em;
}
.cms ul ul ul {
  list-style-type: square;
}
.cms ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}
.cms ol ol {
  margin: 0 0 0 1em;
}
.cms dl {
  margin: 1em 0;
}
.cms dd {
  margin: 0 0 0 1em;
}
.cms blockquote {
  margin: 1em;
  padding: 0 0 0 1em;
  border-left: 3px solid #CCCCCC;
}
.cms pre {
  margin: 1em;
  padding: 1em;
  border: 1px solid #CCCCCC;
  white-space: normal;
}
.cms blockquote blockquote {
  margin: 0;
}
.cms table {
  border-top: 1px solid #BBB;
  border-right: 1px solid #BBB;
}
.cms table caption {
  padding-bottom: 10px;
}
.cms table th {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #BBB;
  border-left: 1px solid #BBB;
  background-color: #EEE;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
}
.cms table td {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #BBB;
  border-left: 1px solid #BBB;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 768px) {
  .cms table {
    width: auto !important;
  }
  .cms table th,
  .cms table td {
    width: auto !important;
  }
}
.cms iframe {
  max-width: 100%;
}
.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
  margin-bottom: 15px;
  font-weight: bold;
}
.cms h1 {
  font-size: 3.8rem;
}
@media (max-width: 768px) {
  .cms h1 {
    font-size: 3.5rem;
  }
}
.cms h2 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .cms h2 {
    font-size: 2.8rem;
  }
}
.cms h3 {
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .cms h3 {
    font-size: 2.4rem;
  }
}
.cms h4 {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .cms h4 {
    font-size: 2rem;
  }
}
.cms h5 {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .cms h5 {
    font-size: 1.7rem;
  }
}
.cms h6 {
  font-size: 1.4rem;
}
/* cms end */
