/***********************************************
******************** default ********************
***********************************************/

html {
  font-size: 16px;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background-color: inherit;
  color: #000;
  letter-spacing: .05em;
}

a {
  color: #0058dc;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

p {
  letter-spacing: .01em;
  line-height: 1.7em;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

img {
  -webkit-backface-visibility: hidden;
}

/* Reset the container */

@media (min-width: 768px) {

  body,
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    min-width: 1200px;
  }

  .container {
    width: 1200px;
    max-width: none !important;
    overflow: hidden;
  }

  .load {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
  }
}

/***********************************************
******************** header ********************
***********************************************/

header {
  position: relative;
  background-color: #ffffff;
  height: 73px;
  z-index: 1000;
}

.navbar-brand {
  width: 342px;
  padding-top: 8px;
  display: block;
}

.navbar-sns {
  margin-top: -5px;
  margin-left: 265px;
}

.navbar-sns img {
  width: 40px;
}

.navbar-sns-ie {
  display: none;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.navbar-sns {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop,
.navbar-sns-ie {
  margin-top: -5px;
  margin-left: 265px;
  display: block;
}

_:-ms-lang(x)::-ms-backdrop,
.navbar-sns-ie img {
  width: 40px;
}

#twitterModal {
  position: fixed;
  z-index: 9999;
  padding-top: 40px;
  background: rgba(0, 0, 0, 0.8);
}

#twitterModal .modal-header {
  border-bottom: none;
}

#twitterModal .modal-body {
  padding-top: 0;
}

#twitterModal .close {
  font-size: 14px;
}

.modal-backdrop {
  display: none;
}

.navbar-expand-md .navbar-nav .nav-link {
  display: block;
  position: relative;
  margin: 0 14px;
  padding: 0;
}

.navbar-expand-md .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background-color: #51ade8;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}

.navbar-expand-md .navbar-nav .nav-link:hover::after {
  opacity: 1;
}

.navbar-expand-md .navbar-nav li:last-child .nav-link {
  margin-right: 0;
}

.navbar {
  padding: 5px 0;
}

.navbar-nav {
  font-size: 12px;
  line-height: 12px;
  margin-top: -6px;
}

.navbar-nav a {
  color: #000;
  text-decoration: none;
}

.navbar-nav li+li {
  border-left: 1px solid #333;
}

#bookCatListModal {}

#bookCatListModal .modal-dialog {
  max-width: 750px;
  margin: 134px auto;
}

#bookCatListModal .modal-content {
  background-color: #0096df;
  padding: 15px 15px 0 15px;
  border: none;
  border-radius: initial;
  -moz-border-radius: initial;
  -webkit-border-radius: initial;
  -o-border-radius: initial;
  -ms-border-radius: initial;
}

#bookCatListModal .col-md-6:first-child {
  padding-right: 7.5px;
}

#bookCatListModal .col-md-6:nth-child(2) {
  padding-left: 7.5px;
}

#bookCatListModal .cat-list-bl {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}

#bookCatListModal .cat-series-title,
#bookCatListModal .cat-grade-title {
  position: relative;
  font-size: 16px;
  color: #013299;
  letter-spacing: 1px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

#bookCatListModal .cat-series-title::before,
#bookCatListModal .cat-grade-title::before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #4b4b4b;
  position: absolute;
  bottom: 0px;
  right: 0;
}

#bookCatListModal .cat-series-title::after,
#bookCatListModal .cat-grade-title::after {
  content: "";
  height: 3px;
  width: 47px;
  position: absolute;
  bottom: 0px;
  left: 0;
}

#bookCatListModal .cat-series-title::after {
  background-color: #a7de4f;
}

#bookCatListModal .cat-grade-title::after {
  background-color: #f2cb42;
}

#bookCatListModal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#bookCatListModal ul li {
  border-top: 1px dashed #b8b8b8;
}

#bookCatListModal ul li:first-child {
  border-top: none;
}

#bookCatListModal ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  letter-spacing: .1px;
  line-height: normal;
  color: #013299;
  margin: 0;
  text-decoration: none;
}

.modal-close-btn,
.modal-close-btn:hover {
  display: inline-block;
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 10px 40px;
  background-color: #ffffff;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -o-border-radius: 18px;
  margin-top: 15px;
  border: none;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0);
}

/***********************************************
****************** sub navbar ******************
***********************************************/

#sub-navbar {
  position: relative;
  width: 100%;
  padding: 12px 0 11px 0;
  background-color: #0068b5;
  text-align: center;
  box-shadow: 0 0 10px 0px #9c9c9c;
  z-index: 999;
}

#sub-navbar .container {
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sub-navbar.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#sub-navbar a,
#sub-navbar a:hover {
  position: relative;
  color: #ffffff;
  text-decoration: none;
}

.find-book {
  position: relative;
  top: 0px;
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #f19600;
  border: 1px solid #ffe5bd;
  padding: 7px 60px 7px 60px;
  margin: 0 15px;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  text-shadow: 0 0 5px #c17800;
}

_::-webkit-full-page-media,
_:future,
:root .find-book {
  padding: 8px 60px 6px 60px;
}

@-moz-document url-prefix() {
  .find-book {
    padding: 8.5px 60px 5.5px 60px;
  }
}

@supports (-ms-ime-align:auto) {
  .find-book {
    padding: 9px 60px 5px 60px;
  }
}

@media all and (-ms-high-contrast: none) {
  .find-book {
    padding: 9px 60px 5px 60px;
  }
}

.win .find-book {
  padding: 9px 60px 5px 60px;
}

.find-book:hover {
  box-shadow: 0 0px 10px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.find-book:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 9px;
  width: 17px;
  height: 17px;
  background-image: url(/assets/img/common/find_book_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.book-search {
  display: inline-block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin: 0px 15px 0 15px;
}

.book-search input[type="text"] {
  display: inline-block;
  position: relative;
  top: 0px;
  width: 350px;
  height: 36px;
  font-size: 12px;
  padding: 8px 15px 8px 15px;
  border: 1px solid #055189;
  border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -o-border-top-right-radius: 0px;
  -ms-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -o-border-bottom-right-radius: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
}

_::-webkit-full-page-media,
_:future,
:root .book-search input[type="text"] {
  padding: 9px 15px 7px 15px;
}

@-moz-document url-prefix() {
  .book-search input[type="text"] {
    padding: 9px 15px 7px 15px;
  }
}

@supports (-ms-ime-align:auto) {
  .book-search input[type="text"] {
    padding: 9px 15px 7px 15px;
  }
}

@media all and (-ms-high-contrast: none) {
  .book-search input[type="text"] {
    padding: 9px 15px 7px 15px;
  }
}

.win .book-search input[type="text"] {
  padding: 9px 15px 7px 15px;
}

.book-search input[type="submit"] {
  display: inline-block;
  position: relative;
  top: 0px;
  border: 0px;
  width: 48px;
  height: 36px;
  background-color: #075187;
  background-image: url("/assets/img/common/book-search-submit-icon.png");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0;
  margin-left: -8px;
  border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -o-border-top-left-radius: 0px;
  -ms-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -o-border-bottom-left-radius: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  -ms-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
}

.book-search input[type="submit"]:hover {
  box-shadow: 0 0px 10px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/***********************************************
******************** footer ********************
***********************************************/

footer {
  position: relative;
  background-color: #0068b5;
  color: #ffffff;
  font-size: 14px;
  padding: 20px 0;
  position: relative;
  text-align: center;
}

footer p {
  margin: 0;
}

#scroll-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: center;
}

#scroll-top a,
#scroll-top a:hover {
  display: block;
  position: relative;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  padding-top: 30px;
}

#scroll-top a::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -20px;
  content: '';
  background-size: contain;
  vertical-align: middle;
  width: 38px;
  height: 24px;
  background-image: url(/assets/img/common/top_scroll_icon.png);
}

.logo-abj-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  margin-bottom: 10px;
}

.logo-abj-image {
  width: 72.5px;
  height: 60px;
}

.logo-abj-text {
  max-width: 520px;
}

.logo-abj-text p {
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  margin-bottom: 10px;
}

.logo-abj-text a {
  color: #ff9933;
}

/***********************************************
********************* main *********************
***********************************************/

.bg-main {
  background-image: url("/assets/img/common/main-bg.png");
  background-repeat: repeat;
  background-size: 4px;
}

/***********************************************
************* special site banner **************
***********************************************/

#special-site-banner-area {
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

#special-site-banner-area .container {
  position: relative;
  overflow: inherit;
}

#special-site-banner-slider .swiper-button-prev,
#special-site-banner-slider .swiper-button-next {
  width: 55px;
  height: 55px;
  background: none;
  margin-top: -27.5px;
}

#special-site-banner-slider .swiper-button-prev {
  /*  left: 0px;*/
  left: -4px;
}

#special-site-banner-slider .swiper-button-next {
  /*  right: 0px;*/
  right: 4px;
}

#special-site-banner-slider {
  /*  margin: -25px -18px -25px -18px;
  padding: 25px 18px 35px 18px;*/
  margin: -25px -30px -25px -30px;
  padding: 25px 30px 35px 30px;
}

#special-site-banner-slider.swiper-container-horizontal>.swiper-pagination-bullets,
#special-site-banner-slider .swiper-pagination-custom,
#special-site-banner-slider .swiper-pagination-fraction {
  bottom: 0px;
}

#special-site-banner-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0090ed;
}

#special-site-banner-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin: 0 5px;
}

/***********************************************
*************** Readtrial modal ****************
***********************************************/

.lg-toolbar.lg-group {
  background-color: rgba(31, 31, 31, 0.25);
}

.lg-outer .lg-inner {
  padding-top: 47px;
  height: -webkit-calc(100% - 47px);
  height: calc(100% - 47px);
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  top: 52%;
}

.lg-outer .lg-pager-outer {
  bottom: 40px;
}

.smartphoto-dismiss {
  width: 100px;
  /* background: none; */
  text-align: center;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-weight: normal;
}

.smartphoto-dismiss::before {
  display: block;
  content: '閉じる';
  font-weight: 200;
  font-family: inherit;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.smartphoto-header .smartphoto-count {
  letter-spacing: 1px;
  font-size: 16px;
  color: #fff;
}

.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 12px;
  height: 12px;
  margin: 0 3px;
}

.smartphoto-arrow-left {
  left: 10px;
}

.smartphoto-arrow-right {
  right: 10px;
}

.smartphoto-nav {
  bottom: 10px;
}

.smartphoto-nav a {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.smartphoto-nav a.current {
  box-shadow: 0 0 0 2px white inset;
}

/***********************************************
********************** TOP *********************
***********************************************/

#first-img {
  padding-top: 30px;
  padding-bottom: 35px;
}

#first-img .swiper-slide-prev,
#first-img .swiper-slide-next {
  opacity: 0.24;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#first-img.swiper-container-horizontal>.swiper-pagination-bullets,
#first-img .swiper-pagination-custom,
#first-img .swiper-pagination-fraction {
  bottom: 0px;
}

#first-img .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0090ed;
}

#first-img .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin: 0 5px;
}

#first-img .swiper-button-prev,
#first-img .swiper-button-next {
  width: 55px;
  height: 55px;
  background: none;
  margin-top: -27.5px;
}

#first-img .swiper-button-prev {
  left: 22%;
}

#first-img .swiper-button-next {
  right: 22%;
}

#newBook {
  margin-top: -1rem;
}

#h2-newBook {
  margin-top: 23px;
  margin-bottom: 25px;
}

/***********************************************
**************** TOP & etc page ****************
***********************************************/

.h2-style {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #4a4a4a;
  padding-bottom: 14px;
  margin-bottom: 18px;
  text-align: center;
}

.h2-style::before {
  content: "";
  height: 9px;
  width: 42px;
  background-color: #51ade8;
  margin-left: -42px;
  position: absolute;
  bottom: 0px;
  left: 50%;
}

.h2-style::after {
  content: "";
  height: 9px;
  width: 42px;
  background-color: #0068b5;
  position: absolute;
  bottom: 0px;
  left: 50%;
}

.content-bl,
.news-bl,
.pickup-bl,
.book-bl {
  display: flex-root;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  clear: both;
}

.news-bl {
  padding: 20px 30px;
  font-size: 14px;
}

.news-bl h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 7px 0 10px 0;
}

.pickup-bl {
  padding: 20px 30px;
  border: 2px solid #0068b5;
}

.pickup-bl h2 {
  margin-bottom: 8px;
}

.book-bl {
  position: relative;
  font-size: 14px;
  padding: 30px 30px 60px 30px;
}

.book-bl.not-arrange-btn {
  padding: 30px 30px 30px 30px;
}

.book-bl.half-arrange-btn {
  padding: 30px 30px 40px 30px;
}

.col-md-12 .book-bl {
  padding: 30px 30px 30px 30px;
}

.book-bl .book-img {
  float: left;
  box-shadow: 0 2px 9px 0px #dedcdc;
}

.col-md-6 .book-bl .book-img {
  width: 140px;
}

.col-md-12 .book-bl .book-img {
  width: 470px;
}

.book-bl .book-img img,
#linkArea img,
#special-site-banner-slider img {
  transition: 0.5s;
}

.book-bl .book-img a img:hover,
#linkArea a img:hover,
#special-site-banner-slider a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.book-bl .book-title {
  letter-spacing: 0;
}

.col-md-6 .book-bl .book-title,
.col-md-6 .book-bl .book-desc {
  float: right;
  width: 340px;
}

.col-md-12 .book-bl .book-title,
.col-md-12 .book-bl .book-desc {
  float: right;
  width: 610px;
}

/*----*/
.box-sdgs {
  border-top: 1px solid #c5c5c5;
  padding-top: 12px;
}

.col-md-6 .book-bl .box-sdgs .book-img {
  border-top: none;
  box-shadow: none;
}


.booklist-des {
  margin-bottom: 0.5em;
}

.book-bl .book-title h3 {
  line-height: 1.4em;
}

.book-bl .book-title span {
  font-size: 14px;
  font-weight: normal;
}

.book-bl .release-dt {
  color: #666666;
  margin-bottom: 12px;
}

.book-bl .book-desc {
  border-top: 1px solid #c5c5c5;
  padding-top: 12px;
}

.book-bl .book-desc.book-desc-notitle {
  border-top: none;
  padding-top: 0;
}

.book-bl .book-desc p {
  margin-bottom: 25px;
}

.book-bl h4,
.utilseries-bl h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

.book-bl h4::before,
.utilseries-bl h4::before {
  content: '▼';
  color: #51ade8;
}

.book-bl .btn-group {
  display: block;
  width: 100%;
  position: absolute;
  padding-right: 60px;
  bottom: 30px;
  text-align: right;
}

.col-md-12 .book-bl .btn-group {
  display: block;
  width: 610px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  float: right;
  padding-right: 0;
  text-align: right;
}

.book-bl.book-bl-link {
  background: #fff;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

.book-bl.book-bl-link h4 {
  background: #51ade8;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
}

.book-bl.book-bl-link h4::before {
  content: none;
}

.book-bl.book-bl-link p {
  padding: 10px 30px 0;
}

.special-site-btn,
.essay-btn,
.buy-more-btn,
.read-trial-btn,
.book-lists-btn,
.special-site-big-btn,
.not-icon-btn {
  display: inline-block;
  background-color: #ff9933;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0;
  padding: 10px 15px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.win .special-site-btn,
.win .essay-btn,
.win .buy-more-btn,
.win .read-trial-btn,
.win .book-lists-btn,
.win .special-site-big-btn,
.win .not-icon-btn {
  padding: 10px 15px 9px 15px;
}

@supports (-ms-ime-align:auto) {

  .special-site-btn,
  .essay-btn,
  .buy-more-btn,
  .read-trial-btn,
  .book-lists-btn,
  .special-site-big-btn,
  .not-icon-btn {
    padding: 11px 15px 9px 15px;
  }
}

@media all and (-ms-high-contrast: none) {

  .special-site-btn,
  .essay-btn,
  .buy-more-btn,
  .read-trial-btn,
  .book-lists-btn,
  .special-site-big-btn,
  .not-icon-btn {
    padding: 11px 15px 9px 15px;
  }
}

.special-site-btn:hover,
.essay-btn:hover,
.buy-more-btn:hover,
.read-trial-btn:hover,
.book-lists-btn:hover,
.special-site-big-btn:hover,
.not-icon-btn:hover {
  color: #ffffff;
  text-decoration: none;
}

.special-site-btn::before,
.essay-btn::before,
.buy-more-btn::before,
.read-trial-btn::before,
.book-lists-btn::before,
.special-site-big-btn::before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-top: -1px;
  background-repeat: no-repeat;
}

.special-site-btn::before {
  width: 11.5px;
  height: 11.5px;
  background-image: url(/assets/img/common/special_site_icon.png);
}

.special-site-big-btn {
  font-size: 14px;
  padding-right: 50px;
  padding-left: 50px;
}

.special-site-big-btn::before {
  width: 13.5px;
  height: 13.5px;
  background-image: url(/assets/img/common/special_site_icon.png);
}

.essay-btn::before {
  width: 10.5px;
  height: 12px;
  background-image: url(/assets/img/common/essay_icon.png);
}

.buy-more-btn::before {
  width: 13.5px;
  height: 10.5px;
  background-image: url(/assets/img/common/buy_more_icon.png);
}

.read-trial-btn::before {
  width: 17px;
  height: 11px;
  background-image: url(/assets/img/common/read_trial_icon.png);
}

.book-lists-btn::before {
  width: 15px;
  height: 12px;
  background-image: url(/assets/img/common/bookshelf_icon.png);
}

.btn-half,
.btn-one-quarter {
  font-size: 13px;
  padding: 10px 0px;
  text-align: center;
}

.book-desc .btn-half,
.book-desc .btn-one-quarter {
  margin-bottom: 5px;
}

.s-spacing {
  letter-spacing: -1px;
}

.btn-half {
  width: 302px;
}

.btn-one-quarter {
  width: 148px;
}

.special-site-btn.btn-half::before,
.special-site-btn.btn-one-quarter::before {
  width: 13.5px;
  height: 13.5px;
}

.book-lists-btn.btn-half::before,
.book-lists-btn.btn-one-quarter::before {
  width: 17px;
  height: 13.4px;
  background-image: url(/assets/img/common/bookshelf_icon.png);
}

#link-area {
  background-color: #ffffff;
}

#link-area img {
  box-shadow: 0 0 12px 0 #e8e8e8;
}

.fb-share-btn,
.tw-share-btn,
.line-share-btn {
  display: inline-block;
  position: relative;
  width: 153px;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14.5px;
  padding: 5px 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  margin-right: 1px;
}

.fb-share-btn {
  background-color: #4561b4;
}

.tw-share-btn {
  background-color: #438dc4;
}

.line-share-btn {
  background-color: #1abc02;
}

.fb-share-btn:hover,
.tw-share-btn:hover,
.line-share-btn:hover {
  color: #ffffff;
  text-decoration: none;
}

.fb-share-btn::before,
.tw-share-btn::before,
.line-share-btn::before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
}

.fb-share-btn::before {
  width: 7.32px;
  height: 14px;
  background-image: url(/assets/img/common/fb_icon.png);
  background-repeat: no-repeat;
}

.tw-share-btn::before {
  width: 15px;
  height: 12.15px;
  background-image: url(/assets/img/common/tw_icon.png);
  background-repeat: no-repeat;
}

.line-share-btn::before {
  width: 15px;
  height: 14.25px;
  background-image: url(/assets/img/common/line_icon.png);
  background-repeat: no-repeat;
}

@-moz-document url-prefix() {

  .fb-share-btn,
  .tw-share-btn {
    padding: 6px 0 4px 0;
  }
}

.win .fb-share-btn,
.win .tw-share-btn {
  padding: 7px 0 3px 0;
}

@supports (-ms-ime-align:auto) {

  .fb-share-btn,
  .tw-share-btn,
  .win .fb-share-btn,
  .win .tw-share-btn {
    padding: 6px 0 4px 0;
  }
}

@media all and (-ms-high-contrast: none) {

  .fb-share-btn,
  .tw-share-btn,
  .win .fb-share-btn,
  .win .tw-share-btn {
    padding: 6px 0 4px 0;
  }
}

/***********************************************
******************** essay ********************
***********************************************/

.essay-bl {
  position: relative;
  display: flex-root;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 45px 30px 30px 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  clear: both;
}

.essay-tag {
  position: absolute;
  top: 15px;
  left: -12px;
  font-size: 16px;
  line-height: 32px;
  padding: 0 32px 20px 26px;
  background-image: url(/assets/img/common/essay_tag_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #ffffff;
}

.essay-tag::before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 10.5px;
  height: 12px;
  background-image: url(/assets/img/common/essay_icon.png);
  background-repeat: no-repeat;
}

.essay-head {
  padding: 20px 0;
  border-bottom: 1px solid #c5c5c5;
}

.essay-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 18px 0;
}

.essay-desc {
  font-size: 18px;
  line-height: 18px;
  color: #0068b5;
  font-weight: bold;
  padding: 0;
  margin: 0 0 7px 0;
}

.essay-author {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.essay-body {
  padding: 20px 0 0 0;
}

.essay-body p {
  font-size: 14px;
}

.essay-author-desc {
  background-color: #ececec;
  padding: 25px;
}

.essay-author-desc h2 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}

.book-info,
.book-etc-info {
  position: relative;
  display: flex-root;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  clear: both;
}

.book-info {
  padding: 0 30px 30px 30px;
}

.book-etc-info {
  padding: 30px;
}

.book-info-head {
  background-color: #51ade8;
  text-align: center;
  padding: 8px 0;
  margin: 0 -30px 30px -30px;
  border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
}

.book-info-head h2 {
  font-size: 14px;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  color: #ffffff;
}

.book-etc-info-head {
  background-color: #ececec;
  text-align: center;
  padding: 8px 0;
  margin: 0 0 30px 0;
}

.book-etc-info-head h2 {
  font-size: 14px;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

.book-info-body {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 30px;
}

.book-info .book-info-body:last-child,
.book-etc-info .book-info-body:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.book-info-img {
  width: 120px;
}

.book-info-img img {
  box-shadow: 0 2px 9px 0px #dedcdc;
}

.book-info-txt {
  width: 190px;
  padding: 0 0 0 15px;
}

.book-info-txt span {
  font-size: 12px;
}

.book-info-txt h3 {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 15px;
  letter-spacing: 0;
}

.book-info-txt .buy-more-btn,
.book-info-txt .read-trial-btn {
  width: 110px;
  text-align: center;
}

.win .essay-tag {
  padding: 1px 32px 19px 26px;
}

.win .essay-tag::before {
  top: -1px;
}

.win .book-info-head h2,
.win .book-etc-info-head h2 {
  margin: 1px 0 -1px 0;
}

@supports (-ms-ime-align:auto) {
  .essay-tag {
    padding: 1px 32px 19px 26px;
  }

  .essay-tag::before,
  .win .essay-tag::before {
    top: -2px;
  }

  .book-info-head h2,
  .book-etc-info-head h2 {
    margin: 1px 0 -1px 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .essay-tag {
    padding: 1px 32px 19px 26px;
  }

  .essay-tag::before,
  .win .essay-tag::before {
    top: -2px;
  }

  .book-info-head h2,
  .book-etc-info-head h2 {
    margin: 1px 0 -1px 0;
  }
}

/***********************************************
******************** gakunen *******************
***********************************************/

.gakunen-bl {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 30px 30px 20px 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.gakunen-bl h2 {
  position: relative;
  font-size: 18px;
  line-height: 17px;
  padding: 0 0 0 13px;
  margin-bottom: 2px;
}

.win .gakunen-bl h2 {
  padding: 1px 0 0 13px;
}

@supports (-ms-ime-align:auto) {
  .gakunen-bl h2 {
    padding: 1px 0 0 13px;
  }
}

@media all and (-ms-high-contrast: none) {
  .gakunen-bl h2 {
    padding: 1px 0 0 13px;
  }
}

.gakunen-bl h2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\00a0";
  display: inline-block;
  border-left: 8px solid #51ade8;
}

ul.gakunen-book-lists {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
}

ul.gakunen-book-lists li {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 440px;
  padding: 11px 10px 9px 10px;
  border-bottom: 1px solid #c5c5c5;
}

ul.gakunen-book-lists li:nth-child(old) {
  float: left;
}

ul.gakunen-book-lists li:nth-child(even) {
  float: right;
}

ul.gakunen-book-lists li .buy-more-btn,
ul.gakunen-book-lists li .special-site-btn,
ul.gakunen-book-lists li .book-lists-btn {
  position: relative;
  top: -1px;
  padding: 8px 15px;
}

ul.gakunen-book-lists li:nth-last-child(2),
ul.gakunen-book-lists li:last-child {
  border-bottom: none;
}

ul.gakunen-book-lists li:nth-child(even):nth-last-child(2) {
  border-bottom: 1px solid #c5c5c5;
}

.win ul.gakunen-book-lists li {
  padding: 12px 10px 8px 10px;
}

.win ul.gakunen-book-lists li .buy-more-btn,
.win ul.gakunen-book-lists li .special-site-btn,
.win ul.gakunen-book-lists li .book-lists-btn {
  top: -2px;
  padding: 9px 15px 7px 15px;
}

@supports (-ms-ime-align:auto) {
  ul.gakunen-book-lists li {
    padding: 12px 10px 8px 10px;
  }

  ul.gakunen-book-lists li .buy-more-btn,
  ul.gakunen-book-lists li .special-site-btn,
  ul.gakunen-book-lists li .book-lists-btn {
    top: -2px;
    padding: 9px 15px 7px 15px;
  }
}

@media all and (-ms-high-contrast: none) {
  ul.gakunen-book-lists li {
    padding: 12px 10px 8px 10px;
  }

  ul.gakunen-book-lists li .buy-more-btn,
  ul.gakunen-book-lists li .special-site-btn,
  ul.gakunen-book-lists li .book-lists-btn {
    top: -2px;
    padding: 9px 15px 7px 15px;
  }
}

/***********************************************
*************** sekaino rekishi ****************
***********************************************/

#sekai-first-img {
  position: relative;
  display: block;
  width: 100%;
  height: 600px;
  text-align: center;
  background-color: #19417f;
  overflow: hidden;
}

#sekai-first-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.sekai-desc .buy-more-btn,
.sekai-desc .not-icon-btn {
  width: 100%;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
}

.sekai-desc .buy-more-btn::before {
  width: 19.2px;
  height: 15px;
}

.sekai-desc p {
  letter-spacing: 0;
}

.sekai-comic {
  letter-spacing: 0;
  font-size: 12px;
}

.sekai-poster-wrap {
  position: relative;
  border-top: 10px solid #dfc184;
}

.sekai-poster-bl {
  position: relative;
  margin-top: -5px;
  background-image: url("/assets/img/sekainorekishi/poster_bl_bg.png");
  background-repeat: repeat;
  background-size: 4px;
  height: 100%;
}

.sekai-poster-bl::before {
  position: absolute;
  content: '';
  top: 157px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 157px);
  height: calc(100% - 157px);
  background-image: url("/assets/img/sekainorekishi/poster_bl_bg_illust.png");
  background-repeat: repeat;
  background-size: 100%;
  z-index: 1;
}

.sekai-poster-bl div,
.sekai-poster-bl h2,
.sekai-poster-bl p {
  position: relative;
  z-index: 2;
}

.sekai-poster-bl h2 {
  position: relative;
  top: -49px;
  left: 57px;
  width: 792px;
  margin-bottom: -49px;
}

.sekai-poster-desc {
  color: #273a68;
  letter-spacing: -.5px;
  font-weight: bold;
}

.sekai-map-bl {
  width: 724px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 30px 35px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
}

.sekai-map-bl h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #082db3;
  letter-spacing: -1px;
}

.sekai-map-bl h3 img {
  width: 88px;
  height: auto;
  margin-right: 10px;
}

.sekai-map-bl p {
  font-size: 14px;
  letter-spacing: 0;
  color: #333333;
}

@-moz-document url-prefix() {

  .sekai-desc .buy-more-btn,
  .sekai-desc .not-icon-btn {
    padding: 12px 0 8px 0;
  }
}

.win .sekai-desc .buy-more-btn,
.win .sekai-desc .not-icon-btn {
  padding: 12px 0 8px 0;
}

@supports (-ms-ime-align:auto) {

  .sekai-desc .buy-more-btn,
  .sekai-desc .not-icon-btn {
    padding: 12px 0 8px 0;
  }
}

@media all and (-ms-high-contrast: none) {

  .sekai-desc .buy-more-btn,
  .sekai-desc .not-icon-btn {
    padding: 12px 0 8px 0;
  }
}

/***********************************************
******************* ikimono ********************
***********************************************/

.bg-ikimono {
  background-color: #9ccbeb;
}

.ikimono-bl {
  background-color: #ffffff;
  box-shadow: 0 0 7px rgb(40, 142, 208);
}

.ikimono-title {
  width: 558.5px;
  padding: 0 15px;
  margin: 40px 0 35px 0;
}

.ikimono-bl h2 {
  width: 100%;
  border-top: 8px solid #00b9f2;
  border-bottom: 8px solid #00b9f2;
  background-color: #ffffff;
  padding: 1px 0 3px 0;
  margin: 0;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.ikimono-four-points {
  width: 232px;
}

.ikimono-points-details {
  width: 633.5px;
  margin-top: 40px;
  padding: 0 3px 0 0;
}

.ikimono-bl .not-icon-btn {
  width: 270px;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  margin: 25px 0 30px 0;
}

@-moz-document url-prefix() {
  .ikimono-bl .not-icon-btn {
    padding: 12px 0 8px 0;
  }
}

.win .ikimono-bl .not-icon-btn {
  padding: 12px 0 8px 0;
}

@supports (-ms-ime-align:auto) {
  .ikimono-bl .not-icon-btn {
    padding: 12px 0 8px 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .ikimono-bl .not-icon-btn {
    padding: 12px 0 8px 0;
  }
}

/***********************************************
******************** utilseries ********************
***********************************************/

.utilseries-bl {
  padding-bottom: 12px;
}

.utilseries-bl h4 {
  margin-bottom: 0px;
}

.utilseries-bl a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px 10px 18px 10px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 14px;
}

.utilseries-bl p {
  font-size: 14px;
}

.utilseries-bl ul.gakunen-book-lists li {
  width: 340px;
}

.utilseries-bl a::before {
  position: relative;
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-image: url(/assets/img/common/utilseries_icon.png);
  margin-right: 5px;
}

.utilseries-bl ul.gakunen-book-lists li,
.utilseries-bl ul.gakunen-book-lists li:nth-last-child(2) {
  padding: 0;
}

.book-list-top {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px solid #c5c5c5;
  padding: 18px 10px 18px 10px;
  margin-bottom: 20px;
}

@-moz-document url-prefix() {

  .utilseries-bl a,
  .book-list-top {
    padding: 19px 10px 17px 10px;
  }

  .utilseries-bl a::before,
  a.book-list-top::before {
    top: -1px;
  }
}

.win .utilseries-bl a,
.win .book-list-top {
  padding: 19px 10px 17px 10px;
}

.win .utilseries-bl a::before,
.win a.book-list-top::before {
  top: -1px;
}

@supports (-ms-ime-align:auto) {

  .utilseries-bl a,
  .book-list-top {
    padding: 19px 10px 17px 10px;
  }

  .utilseries-bl a::before,
  a.book-list-top::before {
    top: -1px;
  }
}

@media all and (-ms-high-contrast: none) {

  .utilseries-bl a,
  .book-list-top {
    padding: 19px 10px 17px 10px;
  }

  .utilseries-bl a::before,
  a.book-list-top::before {
    top: -1px;
  }
}

/***********************************************
******************** lepetitprince ********************
***********************************************/


#lepetitprince-first {
  height: 400px;
  background: url(/assets/img/lepetitprince/main-bg.jpg);
  background-size: cover;
  color: #fff;
}

#lepetitprince-first-cont h1 {
  margin-bottom: 0;
}


#lepetitprince-first-cont {
  width: 920px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  padding: 53px 0 0 155px;
  background: url(/assets/img/lepetitprince/main.png);
  background-size: cover;
}

#lepetitprince-first-cont .book-img {
  width: 240px;
  float: left;
  transition: 0.5s;
}

#lepetitprince-first-cont .book-img:hover {
  box-shadow: 0px 0px 26px 7px rgba(255, 255, 255, 0.53);
}

#lepetitprince-first-cont .text-area {
  width: 350px;
  margin-left: 30px;
  float: left;
}

#lepetitprince-first-cont .text-area img.main-title {
  width: 343px;
  margin-top: 50px;
}

#lepetitprince-first-cont .text-area img.main-author {
  width: 273px;
  margin-top: 10px;
  margin-bottom: 30px;
}

#lepetitprince-first-cont .text-area p {
  margin-bottom: 30px;
}

#lepetitprince-first-cont .text-area .buy-more-btn {
  text-align: center;
  font-size: 16px;
  width: 270px;
}

#lepetitprince-btnarea {
  padding: 0;
}

#lepetitprince-btnarea a {
  width: 381px;
  display: block;
  float: left;
  transition: 0.5s;
}

#lepetitprince-btnarea a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#lepetitprince-btnarea a:last-child {
  float: right;
}

#lepetitprince-btnarea a img {
  width: 100%;
}


.lepetitprince-cont {
  border-radius: 10px;
  border: 3px solid #6c9ed7;
  padding: 30px;
}

.lepetitprince-cont .cont-inner {
  padding: 10px;
}

.lepetitprince-cont h2 {
  margin-bottom: 10px;
}

.lepetitprince-cont .cont-inner h3 {
  font-size: 18px;
  margin: 5px 0 10px;
}

.lepetitprince-cont .cont-inner p {
  margin-bottom: 0;
}


.lepetitprince-cont .cont-inner p.profile-txt01 {
  width: 58%;
  float: left;
}

.lepetitprince-cont .cont-inner p.profile-txt02 {
  width: 100%;
  clear: both;
}

.lepetitprince-cont .cont-inner p.interview-txt01 {
  width: 65%;
}

.lepetitprince-cont .cont-inner .interview-img {
  float: right;
  margin-top: 5px;
}

/***********************************************
******************** common ********************
***********************************************/

@media (min-width: 576px) {
  .pc {
    display: block;
  }

  br.pc {
    display: inline-block;
  }

  .sp {
    display: none;
  }

  .pc-mt-30 {
    margin-top: 30px;
  }

  .pc-mt-35 {
    margin-top: 35px !important;
  }

  .pc-mb-25 {
    margin-bottom: 25px !important;
  }

  .pc-text-indent-1 {
    display: inline-block;
    text-indent: 1em;
  }
}

.text-indent-1 {
  display: inline-block;
  text-indent: 1em;
}

.hover-shadow:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}