@charset "utf-8";
@media (max-width: 767px) {
  a:hover {
    text-decoration: none;
  }
}
.login-required,
.logout-required {
  display: none;
}
.ab-test-pattern {
  display: none;
}
.color-red {
  color: red;
}
.color-weak {
  color: #999;
}
.color-book {
  color: #003893;
}
.color-ebook {
  color: #E71F19;
}
.color-mp {
  color: #24ab4a;
}
.text-size-detail {
  font-size: 85%;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .text-sp-90 {
    font-size: 90%;
  }
}
.modal-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 11;
  width: 100%;
  height: 100%;
}
.modal-window-wrapper {
  width: 100%;
  z-index: 12;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
.modal-window-wrapper.scroll {
  position: absolute;
}
.modal-window {
  margin: 50px auto;
  background: #f0f0f0;
  overflow: hidden;
}
@media (max-width: 321px) {
  .modal-window {
    width: 300px;
  }
}
@media (min-width: 322px) and (max-width: 768px) {
  .modal-window {
    width: calc(100% - 30px );
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .modal-window {
    width: 460px;
    margin: 100px auto;
  }
}
.modal-close-button {
  position: absolute;
  font-size: 40px;
  width: 20px;
  height: 20px;
  color: white;
  cursor: pointer;
  z-index: 12;
}
@media (max-width: 767px) {
  .modal-close-button {
    right: 15px;
    top: -10px;
  }
}
@media (min-width: 768px) {
  .modal-close-button {
    right: 30px;
    top: 15px;
  }
}
.modal-close-button.scroll {
  position: absolute;
}
.full-width-banner-container {
  background-color: #f0f0f0;
  display: block;
  margin: 0;
  padding: 0;
}
.full-width-banner-container.black {
  background-color: black;
}
.full-width-banner {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.full-width-banner.max-728 {
  max-width: 728px;
}
.full-width-banner.max-960 {
  max-width: 960px;
}
.full-width-banner.max-1100 {
  max-width: 1100px;
}
.full-width-banner.max-1200 {
  max-width: 1200px;
}
.natural-width-banner-container {
  background-color: #f0f0f0;
  display: block;
}
.natural-width-banner {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.error-image {
  background-color: rgba(127, 127, 127, 0.2);
  padding: 10px;
  font-size: 11px;
}
.trialread-popup {
  text-align: center;
}
.trialread-popup .popup-title {
  background-color: #DD9600;
  color: white;
}
.trialread-popup .popup-content {
  padding: 15px;
}
.trialread-popup .thumbnail {
  width: auto;
  display: block;
  margin: 15px auto;
  vertical-align: middle;
  border: none;
  padding: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .trialread-popup .thumbnail {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .trialread-popup .thumbnail {
    min-height: 230px;
    max-height: 300px;
  }
}
.trialread-popup .sukima-icon {
  width: 24px;
  height: 24px;
  vertical-align: -6px;
  background-color: white;
  border-radius: 5px;
}
@media (min-width: 768px) {
  #float-cart {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    z-index: 10;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #float-cart * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #float-cart .float-cart-bg {
    background: white;
    margin: 0 10px 10px 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
  }
  #float-cart .float-cart-part {
    padding: 1px;
    margin: 5px;
  }
  #float-cart .float-cart-part h3 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
  }
  #float-cart .float-cart-part a.button {
    color: white;
    padding: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    margin: 10px;
  }
  #float-cart .float-cart-part a.button:hover {
    color: white !important;
    opacity: 0.7;
  }
  #float-cart .float-cart-part .large-font {
    font-size: 20px;
  }
  #float-cart .float-cart-part#book-part {
    background: #f0f0f0;
  }
  #float-cart .float-cart-part#book-part h3 {
    color: #003893;
  }
  #float-cart .float-cart-part#book-part a.button {
    background: #003893;
  }
  #float-cart .float-cart-part#ebook-part {
    background: #f0f0f0;
  }
  #float-cart .float-cart-part#ebook-part h3 {
    color: #E71F19;
  }
  #float-cart .float-cart-part#ebook-part a.button {
    background: #E71F19;
  }
  #float-cart .float-cart-part#other-part {
    background: rgba(252, 237, 238, 0.85);
  }
  #float-cart .float-cart-part#other-part h3 {
    color: #E71F19;
    font: 0.8rem normal;
    line-height: 1.1;
    text-align: left;
    padding: 0 0.5rem;
  }
  #float-cart .float-cart-part#other-part a.button {
    background: #E71F19;
  }
  #float-cart #float-cart-close-button {
    display: block;
    position: absolute;
    top: -15px;
    right: 5px;
  }
  #float-cart #float-cart-close-button img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  #float-cart {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 10;
  }
  #float-cart .float-cart-bg {
    border-top: 1px solid #ccc;
    text-align: center;
    background-color: #f7f7f7;
    margin: 0;
    padding: 0 0 15px 0;
  }
  #float-cart .float-cart-part {
    padding: 1px;
    margin: 3px;
  }
  #float-cart .float-cart-part h3 {
    margin: 3px 0;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
  }
  #float-cart .float-cart-part .detail {
    margin: 3px 0;
    font-size: 12px;
    border: none;
  }
  #float-cart .float-cart-part a.button {
    color: white;
    padding: 5px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
  }
  #float-cart .float-cart-part .large-font {
    font-size: 16px;
  }
  #float-cart .float-cart-part#book-part h3 {
    color: #003893;
  }
  #float-cart .float-cart-part#book-part a.button {
    background: #003893;
  }
  #float-cart .float-cart-part#ebook-part h3 {
    color: #E71F19;
  }
  #float-cart .float-cart-part#ebook-part a.button {
    background: #E71F19;
  }
  #float-cart #float-cart-close-button {
    display: block;
    position: absolute;
    top: -25px;
    right: 0;
  }
  #float-cart #float-cart-close-button img {
    width: 30px;
    height: 30px;
  }
}
.mz-toast {
  display: block;
  position: fixed;
  right: 15px;
  color: white;
  width: calc(100% - 30px);
  max-width: 400px;
  height: auto;
  z-index: 10;
  top: 200px;
}
.mz-toast .mz-toast-a {
  display: block;
  background: #666;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.mz-toast .mz-toast-a .mz-toast-image {
  float: left;
  max-height: 100px;
  max-width: 60px;
  margin-right: 10px;
}
.mz-toast .mz-toast-a:hover {
  background: #222;
}
.mz-toast .mz-toast-text {
  color: white;
  margin: 0;
  padding: 0;
  font-size: calc( ( 112% + 0.6vw ) *  0.8 );
}
.mz-toast .close-button {
  display: block;
  color: white;
  position: absolute;
  top: -10px;
  right: -10px;
  background: url('/user_data/packages/mangazenkan/smartphone/img/close-button.png');
  width: 30px;
  height: 30px;
  background-size: contain;
}
.input-confirm {
  margin: 0;
  border: 1px solid #ddd;
  padding: 8px 12px;
  font-size: 17px;
  border-radius: 2px;
}
.comic-page-container {
  text-align: center;
}
.comic-page {
  max-width: 100%;
  display: inline-block;
}
.loading-shade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1051;
}
.loading-shade.transparent-bg {
  background-color: transparent;
}
.loading-shade.circle-bg {
  background-color: transparent;
}
.loading-shade.circle-bg :before {
  z-index: -1;
  content: '';
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -100px;
  margin-top: -150px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.loading-shade img.bar {
  width: 208px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -104px;
  margin-top: -7px;
}
.loading-shade img.mz-char {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -50px;
  margin-top: -100px;
  animation: loading-mz-char 4s infinite linear both;
}
.loading-shade .loading-blink {
  animation: loading-blink 3s infinite linear both;
}
@keyframes loading-mz-char {
  from {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(1.1, 0.9) translate(0, 5px);
    animation-timing-function: ease-in-out;
  }
  70% {
    transform: scale(1, 1) translate(0, 0);
    animation-timing-function: ease-in-out;
  }
}
@keyframes loading-blink {
  from {
    opacity: 0.5;
    animation-timing-function: ease-in-out;
  }
  50% {
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  to {
    opacity: 0.5;
    animation-timing-function: ease-in-out;
  }
}
.loading-shade .loading-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #555;
  text-align: center;
  margin-top: 20px;
}
.loading-shade .sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -20px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.loading-shade .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.loading-shade .sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #555;
  -webkit-animation: sk-foldCubeAngle 4s infinite linear both;
  animation: sk-foldCubeAngle 4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.loading-shade .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.loading-shade .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.loading-shade .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.loading-shade .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loading-shade .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loading-shade .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  65% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  80%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  65% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  80%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.small-loading {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.small-loading img {
  display: inline-block;
  width: 16px;
  height: 16px;
}
[data-mangazenkan-hidden="1"] {
  display: none;
}
.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-max-width {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.drawer-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.drawer-nav::-webkit-scrollbar {
  display: none;
}
.drawer-nav.show {
  display: block;
}
.drawer-nav > div {
  width: 80%;
  max-width: 400px;
  height: 100%;
}
/*
.drawer-nav[role="navigation"] {
  // role="navigation" は、デフォルト値の上書きのため指定
  z-index: 10;
  // HUAWEI の Android でスクロールできない問題の対策
  height: 100%;
  overflow-y: scroll;
  &::-webkit-scrollbar {
    display: none;
  }
}
*/
.drawer-menu {
  background-color: white;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.drawer-menu li {
  border-top: 1px solid #ccc;
  padding: 10px 16px;
}
.drawer-menu li .drawer-menu-item.l2 {
  padding-left: 2em;
}
.drawer-menu li .drawer-menu-item:hover {
  text-decoration: none;
}
.drawer-menu li .drawer-menu-item .fake-search-input {
  border: 1px solid #aaa;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  color: #777;
}
.drawer-menu li a {
  color: #444;
}
.drawer-menu li a.strong {
  font-weight: bold;
}
.drawer-menu li .subtitle {
  color: #666;
  line-height: 1;
  font-size: 11px;
}
.drawer-menu li .login-name-point-box {
  font-size: 12px;
}
.drawer-menu li.secondary {
  background-color: #eee;
}
.drawer-menu li.section-head {
  border: none;
  background: #777;
  color: white;
}
.drawer-menu li.section-head.book {
  background-color: #003893;
}
.drawer-menu li.section-head.mp {
  background-color: #24ab4a;
}
.drawer-menu li.section-head.ebook {
  background-color: #E71F19;
}
.drawer-menu li.no-border {
  border: none;
}
.drawer-menu li.bottom-spacer {
  height: 100px;
}
.drawer-menu .search-form input[type="text"] {
  display: block;
  width: 80%;
  margin: 0;
  height: 32px;
  line-height: 32px;
  border-color: #333;
  float: left;
  border-radius: 3px 0 0 3px;
  border-right-width: 0;
}
.drawer-menu .search-form button {
  display: block;
  width: 20%;
  height: 32px;
  line-height: 32px;
  margin: 0;
  background-color: #333;
  color: white;
  border-radius: 0 3px 3px 0;
}
.stop-scroll {
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .col-cover-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .col-cover-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    max-height: 260px;
  }
}
.footer-guard {
  min-height: 70vh;
}
.privacy-statement {
  background-color: #f3f3f3;
  color: #444;
  padding: 1em;
}
.privacy-statement * {
  line-height: 1.6;
  font-size: 12px;
}
.privacy-statement h3 {
  margin-bottom: 0.5em;
  font-size: 14px;
  color: #444;
}
.privacy-statement h4 {
  margin: 0.5em 0.3em;
  font-size: 13px;
  color: #444;
}
.privacy-statement .privacy-id {
  text-align: right;
  font-size: 80%;
}
.privacy-statement label.for-checkbox {
  font-size: 13px;
  color: #111;
}
.privacy-statement .require-label {
  background: #fe5600;
  color: white;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 4px;
  line-height: 11px;
  display: inline-block;
  vertical-align: 1px;
}
/* v3 compatible css */
/* 旧式デザインにV3を適用するためのもの */
.v3-compatible {
  word-break: break-all;
  word-wrap: break-word;
  text-rendering: optimizelegibility;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.v3-compatible * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 13px;
  line-height: 20px;
}
.v3-compatible input[type="text"],
.v3-compatible input[type="submit"] {
  font-size: 13px;
  line-height: 1;
}
.v3-compatible header {
  padding: 0;
}
.v3-compatible header h1 a {
  font-size: 11px !important;
  color: #777777 !important;
}
.v3-compatible header #customer-links a {
  color: white !important;
}
.v3-compatible header #customer-links #customer-info * {
  font-size: 12px;
}
.v3-compatible header .tabbar a {
  color: white !important;
}
.v3-compatible footer a {
  color: white !important;
}
header,
footer,
nav,
section,
article,
figure,
aside {
  display: block;
}
/* v3 header css */
/* このファイルには、v3 header で使うもの以外書いてはいけない */
header {
  background: #323232;
  /*****************************
   header-search
   */
  /*****************************
   ナビ
   */
  /*****************************
   customer-links
   */
}
header #header-inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 60px;
  color: white;
  background: transparent;
}
@media (min-width: 1200px) {
  header #header-inner {
    width: calc(100% - 80px);
  }
}
header #site-id {
  position: absolute;
  top: 13px;
  left: 0;
  color: white;
  font-size: 30px;
}
header #site-id a,
header #site-id img {
  display: block;
}
header #site-id img {
  width: 230px;
  height: auto;
}
header #site-id h1 {
  margin: 0;
  padding: 0;
}
header a {
  color: white;
}
header a:visited {
  color: white;
  /*compatible*/
}
header .header-search {
  position: relative;
  top: 15px;
  left: 255px;
  width: calc(100% - 840px);
}
@media (min-width: 1200px) {
  header .header-search {
    width: calc(100% - 920px);
  }
}
header .header-search input[type="text"],
header .header-search .dummy-input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 0 1px 30px;
  border: none;
  border-radius: 3px;
  background: #aaa;
  color: black;
  height: 29px;
  outline: none;
  display: inline-block;
  line-height: 27px;
  width: 100%;
}
header .header-search input[type="text"]:hover,
header .header-search .dummy-input:hover {
  background: #eee;
}
header .header-search input[type="text"]:focus,
header .header-search .dummy-input:focus {
  background: #fff;
  color: black;
}
header .header-search input[type="text"]::-webkit-input-placeholder,
header .header-search .dummy-input::-webkit-input-placeholder {
  padding-top: 1px;
  color: black;
}
header .header-search input[type="text"]::-ms-input-placeholder,
header .header-search .dummy-input::-ms-input-placeholder {
  padding-top: 1px;
  color: black;
}
header .header-search input[type="text"]::-moz-placeholder,
header .header-search .dummy-input::-moz-placeholder {
  padding-top: 1px;
  color: black;
}
header .header-search input[type="text"]:focus::-webkit-input-placeholder,
header .header-search .dummy-input:focus::-webkit-input-placeholder {
  color: transparent;
}
header .header-search input[type="text"]:focus::-moz-placeholder,
header .header-search .dummy-input:focus::-moz-placeholder {
  color: transparent;
}
header .header-search img#search-symbol {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
}
header .header-nav-pop {
  z-index: 3;
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
}
header .header-nav-pop ul {
  list-style: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0;
}
header .header-nav-pop ul li {
  display: block;
  text-align: left;
}
header .header-nav-pop ul li.login-required,
header .header-nav-pop ul li.logout-required {
  display: none;
}
header .header-nav-pop ul li a {
  background: #3c3c3c;
  display: block;
  padding: 15px 0 15px 15px;
  border-top: 1px solid #555;
  width: 280px;
  font-size: 16px;
}
header .header-nav-pop ul li a strong {
  font-size: 16px;
  color: #ffffee;
}
header .header-nav-pop ul li a.products {
  background: #003893;
}
header .header-nav-pop ul li a.ebooks {
  background: #E71F19;
}
header .header-nav-pop ul li a:hover {
  background: #1e1e1e;
  color: white !important;
  /* compatible */
}
header #category-links {
  position: absolute;
  top: 20px;
  right: 270px;
  list-style: none;
}
header #category-links li.category-link-item {
  float: left;
  font-size: 20px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  position: relative;
  word-break: keep-all;
}
@media (min-width: 1200px) {
  header #category-links li.category-link-item {
    padding: 0 20px;
  }
}
header #category-links li.category-link-item > a {
  font-size: 20px;
  /*compatible*/
}
header #category-links li.category-link-item .pulldown-indicator {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  width: 6px;
  height: 6px;
  margin: 2px auto 0;
  transform: rotate(45deg);
}
header .customer-links {
  position: absolute;
  top: 16px;
  right: 0;
  margin: 0 0 0 auto;
  text-align: right;
  list-style: none;
}
header .customer-links li {
  float: left;
  position: relative;
}
header .customer-links li .badge {
  position: absolute;
  top: -10px;
  right: -2px;
  background: red;
  border-radius: 30%;
  min-width: 16px;
  min-height: 16px;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  border: 1px solid white;
  color: white;
  z-index: 1;
  padding: 0;
}
header .customer-links a {
  background: #f0f0f0;
  color: #777;
  display: block;
  width: 86px;
  margin-left: 2px;
  padding: 3px 0;
  float: left;
  text-align: center;
  border-radius: 1px;
  font-size: 12px;
}
header .customer-links a span {
  font-size: 12px;
  /* compatible */
}
header .customer-links a:hover {
  background: #bbb;
}
header #google-translate-element {
  position: absolute;
  top: 0;
  right: 0;
}
header .suggest-holder {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #323232;
  border: 1px solid #777;
  z-index: 10;
  display: none;
  width: 400px;
}
header .suggest-holder ul.suggest {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .suggest-holder ul.suggest li {
  border-bottom: 1px solid #999;
}
header .suggest-holder ul.suggest li a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 5px 10px;
  color: white;
}
header .suggest-holder ul.suggest li a:hover {
  background-color: #464646;
  color: white;
}
header .suggest-holder ul.suggest li a span.title {
  line-height: 30px;
}
header .suggest-holder ul.suggest li a span.title strong {
  color: #ffffaa;
}
header .suggest-holder ul.suggest li a div.type-labels {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
header .suggest-holder ul.suggest li a div.type-labels .product-type {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
  line-height: 30px;
  width: 40px;
  text-align: center;
}
header .suggest-holder ul.suggest li a div.type-labels .product-type-1 {
  background-color: #003893;
}
header .suggest-holder ul.suggest li a div.type-labels .product-type-2 {
  background-color: #E71F19;
}
header .suggest-holder .suggest-header {
  background-color: #442635;
  color: white;
  margin: 0;
  padding: 5px;
  border: none;
  font-weight: normal;
  border-bottom: 1px solid #999;
}
header .suggest-holder .suggest-header .help-text {
  display: inline-block;
  font-size: 11px;
  margin-left: 20px;
}
header .suggest-holder .limited-header {
  background-color: #E71F19;
  color: white;
  margin: 0;
  padding: 5px;
  border: none;
  font-weight: normal;
}
header .suggest-holder ul.limited li {
  display: block;
  width: 50%;
  float: left;
}
header .suggest-holder ul.limited li .thumbnail-box {
  width: 90px;
  padding: 5px 0;
  height: 100px;
  display: block;
  float: left;
  text-align: center;
}
header .suggest-holder ul.limited li .thumbnail-box img.thumbnail {
  height: 80px;
  width: auto;
}
header .suggest-holder ul.limited li .detail-box {
  padding: 0 5px;
}
header .suggest-holder ul.limited li .detail-box .title-name {
  margin: 5px 0;
  font-size: 12px;
}
header .suggest-holder ul.limited li .detail-box .rect-button {
  background-color: #DD9600;
  padding: 5px 20px;
  border-radius: 4px;
}
/* ビューアダウンロードダイアログ */
.popup-dialogue {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 400px;
  background: #f0f0f0;
  border-radius: 5px;
  -moz-box-shadow: 0 5px 10px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px 10px rgba(0, 0, 0, 0.4);
  z-index: 20;
  display: none;
}
.popup-dialogue p {
  margin: 10px;
  font-size: 15px;
  font-weight: bold;
}
.popup-dialogue a.link-button {
  display: block;
  padding: 10px 0;
  text-align: center;
  background: #fba000;
  color: white;
  margin: 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
}
.popup-dialogue a.link-button.sub {
  background: #aeaeae;
}
.popup-dialogue a.link-button:hover {
  opacity: 0.7;
  color: white !important;
}
.popup-dialogue .dialogue-close-button {
  display: block;
  color: white;
  position: absolute;
  top: -5px;
  right: -5px;
}
.popup-dialogue .dialogue-close-button img {
  width: 30px;
  height: 30px;
}
/*****************************
 header-alert
 */
#header-alert {
  background: #feffd3;
}
#header-alert .header-alert-inner {
  width: 960px;
  margin: 0 auto;
  line-height: 30px;
  text-align: center;
}
#header-alert .header-alert-inner a.outbound {
  border: 1px solid gray;
  border-radius: 4px;
  padding: 3px 10px;
  background: #f7f7f7;
  color: #444;
}
header #header-inner {
  width: calc(100% - 40px);
}
@media (min-width: 768px) and (max-width: 991px) {
  header #header-inner {
    height: 100px;
  }
  header #header-search {
    position: absolute;
    top: 15px;
    bottom: auto;
    right: 0;
    left: 250px;
    width: calc(100% - 250px);
  }
  header #category-links {
    position: absolute;
    top: 62px;
    bottom: auto;
    right: auto;
    left: 0;
    list-style: none;
  }
  header #category-links li.category-link-item {
    padding: 0 20px;
  }
  header .customer-links {
    position: absolute;
    top: auto;
    bottom: 15px;
    right: 0;
    margin: 0 0 0 auto;
    text-align: right;
    list-style: none;
  }
}
.left-navi {
  margin: 30px auto;
  border-top: 1px solid #e6ebf4;
  padding: 30px 15px;
}
.left-navi .imghover {
  max-width: 250px;
  display: block;
  margin: auto;
}
.left-navi h4 {
  padding: 7px 0;
  font-weight: normal;
}
.left-navi h4 .marker {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.left-navi h4 .text {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.left-navi h4 .marker.book {
  background-color: #1340A5;
}
.left-navi h4 .marker.ebook {
  background-color: #e71f19;
}
.left-navi .ranking {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left-navi .ranking li {
  margin: 0;
  padding: 7px 0;
  white-space: nowrap;
}
.left-navi .ranking li .rank {
  display: inline-block;
  border: 1px solid #666;
  background-color: white;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  margin: 0 5px 0 0;
  vertical-align: middle;
  font-size: 10px;
}
.left-navi .ranking li .rank.rank-1 {
  background-color: #D9A300;
  color: white;
  border: none;
}
.left-navi .ranking li .rank.rank-2 {
  background-color: #555;
  color: white;
  border: none;
}
.left-navi .ranking li .rank.rank-3 {
  background-color: #663300;
  color: white;
  border: none;
}
.left-navi .ranking li a {
  display: inline-block;
  white-space: nowrap;
  width: 185px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  vertical-align: middle;
  color: #222;
}
.left-navi .ranking li a:hover {
  text-decoration: underline;
}
.left-navi .section-footer {
  text-align: right;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  margin-bottom: 5px;
}
.search-list-left-navi .left-navi {
  border-top: 1px solid #ccc;
  padding: 30px 0 0 0;
}
.navbar {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  background-color: #333;
  border: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  display: block;
}
.navbar .navbar-inner {
  height: 46px;
  position: relative;
}
.navbar .bland-image-holder {
  position: absolute;
  top: 0;
  left: 36px;
  right: 92px;
  height: 46px;
  text-align: center;
}
.navbar .brand-image {
  margin-top: 11px;
  width: 170px;
}
.navbar .humberger-icon {
  position: absolute;
  left: 13px;
  top: 16px;
  width: 20px;
  height: 16px;
  background-color: transparent;
  border: none;
}
.navbar .humberger-icon .hamburger-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 2px;
  background-color: #ccc;
}
.navbar .humberger-icon .hamburger-line.line2 {
  top: 6px;
}
.navbar .humberger-icon .hamburger-line.line3 {
  top: 12px;
}
.navbar .button-l1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  background: transparent;
}
.navbar .button-l1 img {
  width: 46px;
  height: 46px;
  display: block;
}
.navbar .button-r1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
}
.navbar .button-r1 img {
  width: 46px;
  height: 46px;
  display: block;
}
.navbar .button-r2 {
  position: absolute;
  top: 0;
  right: 46px;
  width: 46px;
  height: 46px;
}
.navbar .button-r2 img {
  width: 46px;
  height: 46px;
  display: block;
}
.navbar.headroom {
  transition: all .2s linear;
}
.navbar.headroom--unpinned {
  top: -46px;
}
.navbar.headroom--unpinned .humberger-tutorial {
  display: none !important;
}
.navbar.with-overhead-pr.headroom--unpinned {
  top: -200px;
}
.navbar.headroom--pinned,
.navbar.headroom--bottom {
  top: 0;
}
.navbar .badge {
  font-family: sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  border-radius: 30%;
  min-width: 14px;
  height: 14px;
  font-size: 10px;
  text-align: center;
  line-height: 14px;
  border: 1px solid white;
  color: white;
  padding: 0;
  font-weight: normal;
}
.navbar .humberger-tutorial {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
}
.navbar .humberger-tutorial.enabled {
  display: block;
  transition: all 500ms 0s ease;
  opacity: 0;
  transform: translate(0, -10px);
}
.navbar .humberger-tutorial.show {
  opacity: 1;
  transform: translate(0, 0);
}
.navbar .humberger-tutorial .inner-balloon {
  margin: 5px;
  background-color: #9899a4;
  color: white;
  padding: 3px 10px;
  border-radius: 8px;
  border: 1px solid #cecfd4;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.navbar .humberger-tutorial .inner-balloon:after {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  background-color: #9899a4;
  border: solid #cecfd4;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 0;
  left: 18px;
}
/*
.drawer-nav[role="navigation"] {
  // role="navigation" は、デフォルト値の上書きのため指定
  z-index: 10;
  // HUAWEI の Android でスクロールできない問題の対策
  height: 100%;
  overflow-y: scroll;
  &::-webkit-scrollbar {
    display: none;
  }
}

.drawer-menu {
  li {
    border-top: 1px solid #ccc;

    .drawer-menu-item {
      padding: 10px 16px;

      &.l2 {
        padding-left: 2em;
      }

      &:hover {
        text-decoration: none;
      }

      // ボツ。使ってない。
      .fake-search-input {
        border: 1px solid #aaa;
        padding: 5px 10px;
        border-radius: 5px;
        display: block;
        color: #777;
      }
    }
    a {
      color: #444;
      font-size: 15px; // add
      &.strong {
        font-weight: bold;
      }

    }
    .login-name-point-box {
      font-size: 12px;
    }

    &.secondary {
      background-color: #eee;
    }

    &.section-head {
      border: none;
      background: #777;
      color: white;
      padding: 4px 16px;
      font-size: 12px;
      &.book {
        background-color: @book-color;
      }
      &.ebook {
        background-color: @ebook-color;
      }
    }
    &.no-border {
      border: none;
    }

    &.bottom-spacer {
      height: 100px;
    }
  }

  .search-form {
    input[type="text"] {
      display: block;
      width: 80%;
      margin: 0;
      height: 32px;
      line-height: 32px;
      border-color: #333;
      float: left;
      border-radius: 3px 0 0 3px;
      border-right-width: 0;
    }
    button {
      display: block;
      width: 20%;
      height: 32px;
      line-height: 32px;
      margin: 0;
      background-color: #333;
      color: white;
      border-radius: 0 3px 3px 0;
    }
  }
}
*/
.modal-coupon .coupon-image {
  display: block;
  width: 100%;
}
.modal-coupon .coupon-banner {
  background-color: #DE3A3A;
  color: white;
}
.modal-coupon .coupon-banner .line-box {
  border: 1px solid white;
}
.modal-coupon .modal-coupon-code-spot {
  background-color: #f7f7f7;
  border: none;
  color: black;
}
.modal-coupon .coupon-detail {
  background-color: #a19583;
  padding: 1px 10px;
}
.modal-coupon .coupon-detail .coupon-code-header {
  margin: 10px auto;
  text-align: center;
  font-size: 16px;
  color: white;
}
.modal-coupon .coupon-detail .coupon-code {
  margin: 10px auto;
  width: 90%;
  background-color: white;
  padding: 10px 0;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
}
.modal-coupon .products-list {
  background-color: #644900;
  text-align: center;
  color: white;
  padding: 1px 5px;
}
.modal-coupon .products-list h4 {
  font-size: 16px;
  margin: 5px;
}
.modal-coupon .products-list .image-holder {
  width: 25%;
  float: left;
  height: 90px;
  text-align: center;
  margin: 5px 0;
}
.modal-coupon .products-list img {
  height: 90px;
  width: auto;
}
.modal-coupon .description {
  margin: 5px;
}
.modal-coupon .help-text {
  padding: 10px;
}
.modal-content {
  border-radius: 3px;
}
.form-control {
  border-radius: 2px;
}
.input-group-addon {
  border-radius: 2px;
}
.input-group-btn button {
  border: 1px solid #cccccc;
  height: 39px;
  padding: 8px 12px;
  background-color: #eee;
  font-size: 16px;
  color: #555;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.8rem;
  }
  h2,
  .h2 {
    font-size: 1.6rem;
  }
  h3,
  .h3 {
    font-size: 1.4rem;
  }
  h4,
  .h4 {
    font-size: 1.2rem;
  }
  h5,
  .h5 {
    font-size: 1.1rem;
  }
}
.btn {
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  padding: 16px 30px;
}
.btn.btn-lg {
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .btn.btn-lg {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .btn.btn-lg {
    font-size: 25px;
    line-height: 25px;
  }
}
.btn.btn-sm {
  padding: 4px 10px;
}
@media (min-width: 768px) {
  .btn.btn-sm {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 767px) {
  .btn.btn-sm {
    font-size: 12px;
    line-height: 12px;
  }
}
.btn-primary {
  background-color: #E71F19;
  border-color: #E71F19;
  color: white;
}
.btn-primary:hover {
  background-color: #a21612;
  border-color: #a21612;
  color: white;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #E71F19;
  border-color: #E71F19;
  color: white;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #E71F19;
  border-color: #E71F19;
  color: white;
}
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #a21612 !important;
  border-color: #a21612 !important;
}
.btn-secondary {
  background-color: #444;
  border-color: #444;
  color: white;
}
.btn-secondary:hover {
  background-color: #303030;
  border-color: #303030;
  color: white;
}
.btn-secondary:focus,
.btn-secondary.focus {
  background-color: #444;
  border-color: #444;
  color: white;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #444;
  border-color: #444;
  color: white;
}
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.btn-default {
  border-color: #ddd;
}
.breadcrumb {
  border-radius: 0;
  margin: 0;
  background: #323232;
  border-top: 1px solid #646464;
  color: white;
  font-size: 11px;
}
@media (min-width: 768px) {
  .breadcrumb {
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 5px 8px;
  }
}
.breadcrumb a:hover {
  color: white;
  text-decoration: underline;
  background: rgba(127, 127, 127, 0.1);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: " ›";
  color: #aaa;
}
.breadcrumb .active {
  color: white;
}
.badge-default {
  background-color: #636c72;
}
.badge-required {
  background-color: #FC6A52;
}
.well {
  margin: 15px 0;
  padding: 15px;
  background-color: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 3px;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}
a.underline {
  border-bottom: 1px solid #dde;
}
a.underline:hover {
  text-decoration: none;
  border-bottom: 1px solid #212529;
}
a.vivid {
  color: #32a;
}
a.vivid.underline {
  border-bottom: 1px solid #b4a6f2;
}
@media (max-width: 767px) {
  .visible-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .visible-sp {
    display: none;
  }
}
.visible-mac {
  display: none;
}
@media (min-width: 768px) {
  .imghover {
    transition: opacity 0.15s;
  }
  .imghover:hover {
    opacity: 0.7;
  }
}
.scrollable-sidebar::-webkit-scrollbar {
  display: none;
}
.form-control,
input[type=text],
input[type=tel],
input[type=password],
input[type=search],
input[type=email],
textarea {
  font-size: 17px;
  -webkit-appearance: none;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.5;
}
.lh-3 {
  line-height: 1.8;
}
.lh-4 {
  line-height: 2.0;
}
@media (min-width: 768px) {
  .pc-lh-4 {
    line-height: 2.0;
  }
}
.slick-prev:before,
.slick-next:before {
  color: #000;
}
.slick-next {
  right: 0;
  z-index: 99;
}
.slick-prev {
  left: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .sp-no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
  }
  .sp-with-gutter {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sp-with-gutter-margin {
    margin-right: 15px;
    margin-left: 15px;
  }
  .sp-block {
    display: block;
  }
  .container.sp-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}
.btn-book {
  background-color: #003893;
  border-color: #003893;
  color: white;
}
.btn-book:hover {
  background-color: #002767;
  border-color: #002767;
  color: white;
}
.btn-book:focus,
.btn-book.focus {
  background-color: #003893;
  border-color: #003893;
  color: white;
}
.btn-book.disabled,
.btn-book:disabled {
  background-color: #003893;
  border-color: #003893;
  color: white;
}
.btn-book:active,
.btn-book.active,
.show > .btn-book.dropdown-toggle {
  background-color: #002767 !important;
  border-color: #002767 !important;
}
.btn-book-inverted {
  background-color: #fcfdfe;
  border-color: #b3c3df;
  color: #003893;
}
.btn-book-inverted:hover {
  background-color: #b1b1b2;
  border-color: #7d899c;
  color: #003893;
}
.btn-book-inverted:focus,
.btn-book-inverted.focus {
  background-color: #fcfdfe;
  border-color: #b3c3df;
  color: #003893;
}
.btn-book-inverted.disabled,
.btn-book-inverted:disabled {
  background-color: #fcfdfe;
  border-color: #b3c3df;
  color: #003893;
}
.btn-book-inverted:active,
.btn-book-inverted.active,
.show > .btn-book-inverted.dropdown-toggle {
  background-color: #b1b1b2 !important;
  border-color: #7d899c !important;
}
.btn-book-inverted:hover {
  background-color: #e6ebf4;
}
.btn-ebook {
  background-color: #E71F19;
  border-color: #E71F19;
  color: white;
}
.btn-ebook:hover {
  background-color: #a21612;
  border-color: #a21612;
  color: white;
}
.btn-ebook:focus,
.btn-ebook.focus {
  background-color: #E71F19;
  border-color: #E71F19;
  color: white;
}
.btn-ebook.disabled,
.btn-ebook:disabled {
  background-color: #E71F19;
  border-color: #E71F19;
  color: white;
}
.btn-ebook:active,
.btn-ebook.active,
.show > .btn-ebook.dropdown-toggle {
  background-color: #a21612 !important;
  border-color: #a21612 !important;
}
.btn-ebook-inverted {
  background-color: #fffdfd;
  border-color: #f8bcba;
  color: #E71F19;
}
.btn-ebook-inverted:hover {
  background-color: #b2b1b1;
  border-color: #ad8382;
  color: #E71F19;
}
.btn-ebook-inverted:focus,
.btn-ebook-inverted.focus {
  background-color: #fffdfd;
  border-color: #f8bcba;
  color: #E71F19;
}
.btn-ebook-inverted.disabled,
.btn-ebook-inverted:disabled {
  background-color: #fffdfd;
  border-color: #f8bcba;
  color: #E71F19;
}
.btn-ebook-inverted:active,
.btn-ebook-inverted.active,
.show > .btn-ebook-inverted.dropdown-toggle {
  background-color: #b2b1b1 !important;
  border-color: #ad8382 !important;
}
.btn-ebook-inverted:hover {
  background-color: #fef4f4;
}
.btn-mp {
  background-color: #24ab4a;
  border-color: #24ab4a;
  color: white;
}
.btn-mp:hover {
  background-color: #197834;
  border-color: #197834;
  color: white;
}
.btn-mp:focus,
.btn-mp.focus {
  background-color: #24ab4a;
  border-color: #24ab4a;
  color: white;
}
.btn-mp.disabled,
.btn-mp:disabled {
  background-color: #24ab4a;
  border-color: #24ab4a;
  color: white;
}
.btn-mp:active,
.btn-mp.active,
.show > .btn-mp.dropdown-toggle {
  background-color: #197834 !important;
  border-color: #197834 !important;
}
.btn-mp-inverted {
  background-color: #fdfefd;
  border-color: #92d5a5;
  color: #24ab4a;
}
.btn-mp-inverted:hover {
  background-color: #b1b2b1;
  border-color: #669573;
  color: #24ab4a;
}
.btn-mp-inverted:focus,
.btn-mp-inverted.focus {
  background-color: #fdfefd;
  border-color: #92d5a5;
  color: #24ab4a;
}
.btn-mp-inverted.disabled,
.btn-mp-inverted:disabled {
  background-color: #fdfefd;
  border-color: #92d5a5;
  color: #24ab4a;
}
.btn-mp-inverted:active,
.btn-mp-inverted.active,
.show > .btn-mp-inverted.dropdown-toggle {
  background-color: #b1b2b1 !important;
  border-color: #669573 !important;
}
.btn-mp-inverted:hover {
  background-color: #e9f7ed;
}
.btn-mzreader {
  background-color: #ff5627;
  border-color: #ff5627;
  color: white;
}
.btn-mzreader:hover {
  background-color: #b33c1b;
  border-color: #b33c1b;
  color: white;
}
.btn-mzreader:focus,
.btn-mzreader.focus {
  background-color: #ff5627;
  border-color: #ff5627;
  color: white;
}
.btn-mzreader.disabled,
.btn-mzreader:disabled {
  background-color: #ff5627;
  border-color: #ff5627;
  color: white;
}
.btn-mzreader:active,
.btn-mzreader.active,
.show > .btn-mzreader.dropdown-toggle {
  background-color: #b33c1b !important;
  border-color: #b33c1b !important;
}
.btn-trialreading {
  background-color: #DD9600;
  border-color: #DD9600;
  color: white;
}
.btn-trialreading:hover {
  background-color: #9b6900;
  border-color: #9b6900;
  color: white;
}
.btn-trialreading:focus,
.btn-trialreading.focus {
  background-color: #DD9600;
  border-color: #DD9600;
  color: white;
}
.btn-trialreading.disabled,
.btn-trialreading:disabled {
  background-color: #DD9600;
  border-color: #DD9600;
  color: white;
}
.btn-trialreading:active,
.btn-trialreading.active,
.show > .btn-trialreading.dropdown-toggle {
  background-color: #9b6900 !important;
  border-color: #9b6900 !important;
}
.btn-favorite {
  background-color: #a2b234;
  border-color: #a2b234;
  color: white;
}
.btn-favorite:hover {
  background-color: #717d24;
  border-color: #717d24;
  color: white;
}
.btn-favorite:focus,
.btn-favorite.focus {
  background-color: #a2b234;
  border-color: #a2b234;
  color: white;
}
.btn-favorite.disabled,
.btn-favorite:disabled {
  background-color: #a2b234;
  border-color: #a2b234;
  color: white;
}
.btn-favorite:active,
.btn-favorite.active,
.show > .btn-favorite.dropdown-toggle {
  background-color: #717d24 !important;
  border-color: #717d24 !important;
}
.btn-facebook {
  background-color: #4267b2;
  border-color: #4267b2;
  color: white;
}
.btn-facebook:hover {
  background-color: #2e487d;
  border-color: #2e487d;
  color: white;
}
.btn-facebook:focus,
.btn-facebook.focus {
  background-color: #4267b2;
  border-color: #4267b2;
  color: white;
}
.btn-facebook.disabled,
.btn-facebook:disabled {
  background-color: #4267b2;
  border-color: #4267b2;
  color: white;
}
.btn-facebook:active,
.btn-facebook.active,
.show > .btn-facebook.dropdown-toggle {
  background-color: #2e487d !important;
  border-color: #2e487d !important;
}
.btn-twitter {
  background-color: #1b95e0;
  border-color: #1b95e0;
  color: white;
}
.btn-twitter:hover {
  background-color: #13689d;
  border-color: #13689d;
  color: white;
}
.btn-twitter:focus,
.btn-twitter.focus {
  background-color: #1b95e0;
  border-color: #1b95e0;
  color: white;
}
.btn-twitter.disabled,
.btn-twitter:disabled {
  background-color: #1b95e0;
  border-color: #1b95e0;
  color: white;
}
.btn-twitter:active,
.btn-twitter.active,
.show > .btn-twitter.dropdown-toggle {
  background-color: #13689d !important;
  border-color: #13689d !important;
}
.btn-sukima {
  background-color: #4ACAB5;
  border-color: #4ACAB5;
  color: white;
}
.btn-sukima:hover {
  background-color: #348d7f;
  border-color: #348d7f;
  color: white;
}
.btn-sukima:focus,
.btn-sukima.focus {
  background-color: #4ACAB5;
  border-color: #4ACAB5;
  color: white;
}
.btn-sukima.disabled,
.btn-sukima:disabled {
  background-color: #4ACAB5;
  border-color: #4ACAB5;
  color: white;
}
.btn-sukima:active,
.btn-sukima.active,
.show > .btn-sukima.dropdown-toggle {
  background-color: #348d7f !important;
  border-color: #348d7f !important;
}
.btn-review {
  background-color: #f3f4ee;
  border-color: #f3f4ee;
  color: black;
}
.btn-review:hover {
  background-color: #aaaba7;
  border-color: #aaaba7;
  color: black;
}
.btn-review:focus,
.btn-review.focus {
  background-color: #f3f4ee;
  border-color: #f3f4ee;
  color: black;
}
.btn-review.disabled,
.btn-review:disabled {
  background-color: #f3f4ee;
  border-color: #f3f4ee;
  color: black;
}
.btn-review:active,
.btn-review.active,
.show > .btn-review.dropdown-toggle {
  background-color: #aaaba7 !important;
  border-color: #aaaba7 !important;
}
.btn-block.max-width {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.btn-circle-60 {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border-radius: 30px;
  text-align: center;
  vertical-align: middle;
}
.btn-circle-40 {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  border-radius: 20px;
  text-align: center;
  vertical-align: top;
}
.btn-circle-80-md-120 {
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
@media (min-width: 768px) {
  .btn-circle-80-md-120 {
    width: 120px;
    height: 120px;
  }
}
.btn-circle-80-md-120 .title {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .btn-circle-80-md-120 .title {
    margin-top: 32px;
    font-size: 26px;
  }
}
.btn-circle-80-md-120 .subtitle {
  font-size: 12px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .btn-circle-80-md-120 .subtitle {
    font-size: 16px;
  }
}
.btn-circle-80-md-120 .bottom-symbol {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}
.block-max-width {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.block-max-width-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.btn-row {
  margin: 15px auto;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .btn-row {
    margin: 20px auto;
    max-width: 640px;
  }
}
.btn-row.no-padding {
  padding: 0;
}
.btn-row.pc-thin-margin {
  margin: 10px auto;
}
.btn-row.no-overlap-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-row .btn {
  width: 100%;
  margin: 0;
  display: block;
}
.btn .left-symbol {
  display: block;
  text-align: left;
  height: calc(1em + 2px);
  line-height: 1em;
  opacity: 0.5;
  margin: -1em 0 0 -25px;
}
@media (min-width: 768px) {
  .btn .left-symbol {
    margin: -1em 0 0 -20px;
  }
}
.dropdown-paginator .btn .left-symbol {
  margin: -1em 0 0 0;
}
.btn .right-symbol {
  display: block;
  text-align: right;
  height: calc(1em + 2px);
  line-height: 1em;
  opacity: 0.5;
  margin: -1em -25px 0 0;
}
@media (min-width: 768px) {
  .btn .right-symbol {
    margin: -1em -20px 0 0;
  }
}
.dropdown-paginator .btn .right-symbol {
  margin: calc(-1em - 2px) 0 0 0;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 20px;
  }
}
.page-title.mp {
  color: #24ab4a;
}
.page-title-compact {
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-title-compact {
    font-size: 16px;
    margin: 15px 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page-title-compact {
    font-size: 12px;
    margin: 15px 0 15px 15px;
    padding: 0;
  }
}
.page-title-compact.book {
  color: #4d74b3;
}
.page-title-compact.ebook {
  color: #ee625e;
}
.page-title-compact.no-margin-bottom {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .vertical-margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .vertical-margin.header {
    margin-top: 40px;
  }
  .vertical-margin.margin-thin {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .vertical-margin.margin-xthin {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .vertical-margin.margin-thick {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .vertical-margin {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .vertical-margin.header {
    margin-top: 30px;
  }
  .vertical-margin.margin-thin {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .vertical-margin.margin-xthin {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .vertical-margin.margin-thick {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.vertical-margin.bottom {
  margin-top: 0;
}
.vertical-margin.top {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .horizontal-padding {
    padding: 0 20px;
  }
  .horizontal-padding.padding-thin {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .horizontal-padding {
    padding: 0 15px;
  }
  .horizontal-padding.padding-thin {
    padding: 0 5px;
  }
}
.common-shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.product-type-label {
  background-color: #777;
  color: white;
  padding: 0 2px;
  margin: 0 2px 0 0;
  border-radius: 1px;
  font-size: 10px;
  display: inline-block;
}
.product-type-label.product-type-book {
  background-color: #003893;
}
.product-type-label.product-type-mp {
  background-color: #24ab4a;
}
.product-type-label.product-type-ebook {
  background-color: #E71F19;
}
.product-type-label.bonus {
  background-color: #c55fa9;
}
@media (max-width: 767px) {
  body {
    padding-top: 46px;
  }
}
body.dialog-page {
  padding-top: 100px;
  background-color: #eee;
}
.slick-carousel-container {
  margin-top: 15px;
  position: relative;
  max-height: 250px;
}
@media (max-width: 767px) {
  .slick-carousel-container {
    overflow: hidden;
  }
}
.slick-carousel-container ul,
.slick-carousel-container li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-carousel-container .special-banner-carousel .banner-image-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slick-carousel-container .special-banner-carousel .banner-image-holder:before {
  content: "";
  display: block;
  padding-top: 52.375%;
}
.slick-carousel-container .special-banner-carousel .banner-image-holder > div,
.slick-carousel-container .special-banner-carousel .banner-image-holder > img,
.slick-carousel-container .special-banner-carousel .banner-image-holder > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slick-carousel-container .special-banner-carousel img.banner-image {
  width: 100%;
  height: auto;
}
.slick-carousel-container .obigai-carousel .banner-image-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slick-carousel-container .obigai-carousel .banner-image-holder:before {
  content: "";
  display: block;
  padding-top: 36.363636%;
}
.slick-carousel-container .obigai-carousel .banner-image-holder > div,
.slick-carousel-container .obigai-carousel .banner-image-holder > img,
.slick-carousel-container .obigai-carousel .banner-image-holder > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slick-carousel-container .obigai-carousel img.banner-image {
  width: 100%;
  height: calc( 100% - 5px );
  object-fit: cover;
}
.slick-carousel-container .cell-padding .slick-slide {
  padding: 0 2px;
}
.slick-carousel-container .drop-shadow .banner-image-holder {
  padding-bottom: 4px;
}
.slick-carousel-container .drop-shadow img.banner-image {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.slick-carousel-container .prev-button-area,
.mz-carousel-container .prev-button-area,
.slick-carousel-container .next-button-area,
.mz-carousel-container .next-button-area {
  position: absolute;
  top: calc(50% - 40px);
}
@media (max-width: 767px) {
  .slick-carousel-container .prev-button-area,
  .mz-carousel-container .prev-button-area,
  .slick-carousel-container .next-button-area,
  .mz-carousel-container .next-button-area {
    display: none;
  }
}
.slick-carousel-container .prev-button-area.small,
.mz-carousel-container .prev-button-area.small,
.slick-carousel-container .next-button-area.small,
.mz-carousel-container .next-button-area.small {
  top: calc(50% - 20px);
}
.slick-carousel-container .prev-button-area .carousel-prev-button,
.mz-carousel-container .prev-button-area .carousel-prev-button,
.slick-carousel-container .next-button-area .carousel-next-button,
.mz-carousel-container .next-button-area .carousel-next-button {
  text-decoration: none;
  background-color: #777;
  display: block;
  color: white;
  font-size: 40px;
  line-height: 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
  text-align: center;
}
.slick-carousel-container .prev-button-area .carousel-prev-button,
.mz-carousel-container .prev-button-area .carousel-prev-button {
  padding: 20px 5px 0 0;
}
.slick-carousel-container .next-button-area .carousel-next-button,
.mz-carousel-container .next-button-area .carousel-next-button {
  padding: 20px 0 0 5px;
}
.slick-carousel-container .prev-button-area.small .carousel-prev-button,
.mz-carousel-container .prev-button-area.small .carousel-prev-button,
.slick-carousel-container .next-button-area.small .carousel-next-button,
.mz-carousel-container .next-button-area.small .carousel-next-button {
  font-size: 20px;
  padding: 0;
  width: 40px;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
}
.slick-carousel-container .prev-button-area,
.mz-carousel-container .prev-button-area {
  left: -15px;
  z-index: 1;
}
.slick-carousel-container .next-button-area,
.mz-carousel-container .next-button-area {
  right: -15px;
}
.slick-carousel-container:hover .carousel-prev-button,
.mz-carousel-container:hover .carousel-prev-button,
.slick-carousel-container:hover .carousel-next-button,
.mz-carousel-container:hover .carousel-next-button {
  opacity: 1;
  transition: opacity 0.2s;
}
.section-container {
  margin-top: 15px;
  margin-bottom: 15px;
}
.section-container.section-container-max-width {
  overflow-x: hidden;
}
@media (min-width: 1140px) {
  .section-container.section-container-max-width .top-section-header .top-section-header-title {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-container.section-container-max-width .book-cover-grid-container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-container.section-container-max-width .book-cover-carousel .book-cover-list {
    padding-left: calc((100% - 1160px) / 2);
  }
  .section-container.section-container-max-width .section-row {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}
.mz-carousel-container {
  position: relative;
  vertical-align: top;
}
.mz-carousel-container ul,
.mz-carousel-container li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mz-carousel-container .tab-carousel.scrollable-right:after,
.mz-carousel-container .book-cover-carousel.scrollable-right:after,
.mz-carousel-container .common-carousel.scrollable-right:after,
.mz-carousel-container .customer-bookshelf-carousel.scrollable-right:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 4px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
.mz-carousel-container .tab-carousel {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border-bottom: 2px solid #444;
}
.mz-carousel-container .tab-carousel ul.tabs {
  padding-top: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: auto;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.mz-carousel-container .tab-carousel li {
  display: block;
  height: 50px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.mz-carousel-container .tab-carousel li.login-required,
.mz-carousel-container .tab-carousel li.logout-required {
  display: none;
}
.mz-carousel-container .tab-carousel li a {
  display: block;
  padding: 5px 10px 0;
  margin: 0 0 0 10px;
  text-align: center;
  height: 50px;
  border-radius: 4px 4px 0 0;
  white-space: nowrap;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  min-width: 70px;
  font-size: 14px;
  line-height: 1.4;
  border-color: #bbb;
}
.mz-carousel-container .tab-carousel li:last-child a {
  margin-right: 30px;
}
@media (min-width: 768px) {
  .mz-carousel-container .tab-carousel li:first-child a {
    margin-left: 0;
  }
}
.mz-carousel-container .tab-carousel li.active a {
  background-color: #444;
  border-color: #444;
  color: white;
}
.mz-carousel-container .tab-carousel li a.one-line {
  padding-top: 15px;
  display: inline-block;
}
.mz-carousel-container .tab-carousel li a.one-line.large {
  padding-top: 12px;
  font-size: large;
}
.mz-carousel-container .tab-carousel.book {
  border-bottom: 2px solid #003893;
}
.mz-carousel-container .tab-carousel.book li a {
  border-color: #b3c3df;
  background-color: white;
  color: #003893;
}
.mz-carousel-container .tab-carousel.book li a:hover {
  background-color: #e6ebf4;
}
.mz-carousel-container .tab-carousel.book li.active a {
  background-color: #003893;
  border-color: #003893;
  color: white;
}
.mz-carousel-container .tab-carousel.ebook {
  border-bottom: 2px solid #E71F19;
}
.mz-carousel-container .tab-carousel.ebook li a {
  border-color: #f8bcba;
  background-color: white;
  color: #E71F19;
}
.mz-carousel-container .tab-carousel.ebook li a:hover {
  background-color: #fde9e8;
}
.mz-carousel-container .tab-carousel.ebook li.active a {
  background-color: #E71F19;
  border-color: #E71F19;
  color: white;
}
.mz-carousel-container .tab-carousel.no-border-bottom {
  border-bottom: none !important;
}
.mz-carousel-container .tab-carousel li.book a {
  border-color: #b3c3df;
  background-color: white;
  color: #003893;
}
.mz-carousel-container .tab-carousel li.book a:hover {
  background-color: #e6ebf4;
}
.mz-carousel-container .tab-carousel li.book.active a {
  background-color: #003893;
  border-color: #003893;
  color: white;
}
.mz-carousel-container .tab-carousel li.ebook a {
  border-color: #f8bcba;
  background-color: white;
  color: #E71F19;
}
.mz-carousel-container .tab-carousel li.ebook a:hover {
  background-color: #fde9e8;
}
.mz-carousel-container .tab-carousel li.ebook.active a {
  background-color: #E71F19;
  border-color: #E71F19;
  color: white;
}
.mz-carousel-container .tab-carousel li.gray a {
  border-color: #c7c7c7;
  background-color: white;
  color: #444;
}
.mz-carousel-container .tab-carousel li.gray a:hover {
  background-color: #ececec;
}
.mz-carousel-container .tab-carousel li.gray.active a {
  background-color: #444;
  border-color: #444;
  color: white;
}
.mz-carousel-container .tab-carousel .scrollable-pict {
  width: 48px;
  height: 25px;
  position: absolute;
  bottom: 13px;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.mz-carousel-container .common-carousel {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.mz-carousel-container .common-carousel ul.inline {
  display: block;
  white-space: nowrap;
}
.mz-carousel-container .common-carousel ul.inline li {
  display: inline-block;
}
.mz-carousel-container .common-carousel ul.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: auto;
}
.mz-carousel-container .common-carousel ul.flex li {
  display: block;
}
.mz-carousel-container .book-cover-carousel {
  width: 100%;
  overflow-x: scroll;
  overflow-y: visible;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.mz-carousel-container .book-cover-carousel .book-cover-list {
  display: block;
  white-space: nowrap;
  letter-spacing: -0.4em;
  padding: 0 7.5px;
}
.mz-carousel-container .book-cover-carousel .book-cover-list li {
  margin: 0;
  padding: 15px 0;
  vertical-align: top;
  display: inline-block;
}
@media (min-width: 768px) {
  .mz-carousel-container .book-cover-carousel .book-cover-list li {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .mz-carousel-container .book-cover-carousel .book-cover-list li {
    width: 130px;
  }
}
.mz-carousel-container .book-cover-carousel .book-cover-list li.head-banner-image-li {
  width: auto;
  margin-right: 15px;
}
.mz-carousel-container .book-cover-carousel .book-cover-list li.item-reserved {
  display: none;
}
.mz-carousel-container .customer-bookshelf-carousel .shade-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.mz-carousel-container .customer-bookshelf-carousel .shade-link a {
  display: inline-block;
  margin-top: 90px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  color: #777;
}
.mz-carousel-container .book-cover-gallery-carousel img {
  max-height: 100px;
  width: auto;
}
.book-cover-grid ul.book-cover-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.book-cover-grid ul.book-cover-list li {
  padding: 15px 1px 15px 1px;
  margin: 0;
  width: 33.33333333%;
}
@media (min-width: 500px) {
  .book-cover-grid ul.book-cover-list li {
    width: 25%;
  }
}
@media (min-width: 610px) {
  .book-cover-grid ul.book-cover-list li {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .book-cover-grid ul.book-cover-list li {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .book-cover-grid ul.book-cover-list.max-cols-5 li {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .book-cover-grid ul.book-cover-list.max-cols-5 li .product-name-cell {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .book-cover-grid ul.book-cover-list.max-cols-6 li {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .book-cover-grid ul.book-cover-list.max-cols-6 li {
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .book-cover-grid ul.book-cover-list.max-cols-7 li {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .book-cover-grid ul.book-cover-list.max-cols-7 li {
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .book-cover-grid ul.book-cover-list.max-cols-7 li {
    width: 14.28571429%;
  }
}
@media (min-width: 768px) {
  .container .book-cover-grid.grid-pc-justify ul.book-cover-list li {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .container .book-cover-grid.grid-pc-justify ul.book-cover-list li {
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .container .book-cover-grid.grid-pc-justify ul.book-cover-list li {
    width: 14.28571429%;
  }
}
@media (min-width: 768px) {
  .container .book-cover-grid.grid-pc-justify-5 ul.book-cover-list li {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .container .book-cover-grid.grid-pc-justify-6 ul.book-cover-list li {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .container .book-cover-grid.grid-pc-justify-6 ul.book-cover-list li {
    width: 16.66666667%;
  }
}
.container-fluid {
  /*
  この形が、SP, タブレット、PCそれぞれで美しい
  例: 特集2209
  <div class="container-fluid max-1200">
    <div class="row no-gutter">
      <div class="col-12">
      内容...
      </div>
    </div>
  </div>
   */
}
@media (min-width: 768px) {
  .container-fluid .book-cover-grid.grid-pc-justify ul.book-cover-list li {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .container-fluid .book-cover-grid.grid-pc-justify ul.book-cover-list li {
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .container-fluid .book-cover-grid.grid-pc-justify ul.book-cover-list li {
    width: 14.28571429%;
  }
}
@media (min-width: 1600px) {
  .container-fluid .book-cover-grid.grid-pc-justify ul.book-cover-list li {
    width: 12.5%;
  }
}
.container-fluid.max-1200 {
  max-width: 1200px;
}
.container-fluid.max-1200 .no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1600px) {
  .container-fluid.max-1200 .book-cover-grid.grid-pc-justify ul.book-cover-list li {
    width: 14.28571429%;
  }
}
.large-book-cover-cell img.book-cover {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .large-book-cover-cell img.book-cover {
    max-height: 500px;
  }
}
@media (max-width: 767px) {
  .large-book-cover-cell img.book-cover {
    max-height: 300px;
  }
}
@media (min-width: 768px) {
  .col-md-4 .large-book-cover-cell .book-cover-holder img.book-cover {
    max-height: 300px;
  }
}
.large-book-cover-cell .product-header {
  background-color: #333;
  padding: 15px;
  opacity: 0.6;
}
.large-book-cover-cell .product-header.book {
  background-color: rgba(0, 56, 147, 0.4);
}
.large-book-cover-cell .product-header.ebook {
  background-color: rgba(231, 31, 25, 0.4);
}
.large-book-cover-cell .product-header.mp {
  background-color: rgba(36, 171, 74, 0.4);
}
.book-cover-cell {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  letter-spacing: normal;
  position: relative;
  width: 100%;
}
.book-cover-cell .book-cover-holder {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .book-cover-cell .book-cover-holder {
    height: 172px;
  }
}
@media (min-width: 331px) and (max-width: 767px) {
  .book-cover-cell .book-cover-holder {
    height: 150px;
  }
}
@media (max-width: 330px) {
  .book-cover-cell .book-cover-holder {
    height: 130px;
  }
}
.book-cover-cell .book-cover-holder.purchased {
  opacity: 0.5;
}
.book-cover-cell a {
  color: rgba(0, 0, 0, 0.7);
}
.book-cover-cell img.book-cover,
.book-cover-cell img.dummy-image {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  height: auto;
  width: auto;
  max-width: 100%;
}
.book-cover-cell img.book-cover.drop-shadow {
  transition: all 100ms;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transition: opacity, box-shadow 100ms, 200ms;
}
.book-cover-cell img.book-cover.drop-shadow:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.book-cover-cell img.dummy-image {
  transition: opacity 100ms;
}
.book-cover-cell img.dummy-image:hover {
  opacity: 0.7;
}
.book-cover-cell .adult-veil {
  text-align: left;
  padding: 15px 0 0 15px;
  color: #aaa;
}
.book-cover-cell .book-cover-description {
  padding: 0 4px;
}
@media (min-width: 768px) {
  .book-cover-cell .book-cover-description {
    padding: 0 10px;
  }
}
.book-cover-cell .product-name-cell {
  word-break: break-all;
  line-height: 14px;
  height: 31px;
  margin: 5px 0;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.book-cover-cell .product-name-cell .product-name {
  font-size: 11px;
}
.book-cover-cell .book-cover-rank {
  position: absolute;
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  background-color: gray;
  color: white;
  padding: 0;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .book-cover-cell .book-cover-rank {
    line-height: 19px;
  }
}
.book-cover-cell .book-cover-rank.over100 {
  font-size: 9px;
}
.book-cover-cell .corner-ribbon {
  position: absolute;
  top: -2px;
  left: 5px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  transition: opacity 200ms;
}
.book-cover-cell .corner-ribbon p {
  color: white;
  text-align: center;
  width: 80px;
  font-size: 12px;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: -19px;
  font-weight: bold;
  padding: 2px;
}
.book-cover-cell .corner-ribbon.new p {
  background-color: red;
}
.book-cover-cell .corner-ribbon.bonus p {
  background-color: orange;
}
.book-cover-cell:hover .corner-ribbon {
  opacity: 0;
}
.book-cover-cell .book-cover-bottom-price {
  color: #ff0000;
}
.book-cover-cell .book-cover-bottom-price small {
  font-size: 75%;
}
.book-cover-cell .book-cover-bottom-price-weak {
  color: #8c0000;
}
.book-cover-cell .book-cover-bottom-price-weak small {
  font-size: 75%;
}
.book-cover-cell .bcc-caption {
  padding: 0 8px;
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  .book-cover-cell .bcc-caption {
    padding: 0 15px;
  }
}
.book-cover-cell .bcc-caption .label-btn.caption {
  color: #444;
  background-color: #f7f7f7;
  border-color: #eee;
}
.book-cover-cell .bcc-caption.color0 .label-btn.caption {
  display: inline-block;
  height: 1em;
  background-color: transparent;
  border-color: transparent;
}
.book-cover-cell .bcc-caption.color1 .label-btn.caption {
  color: #386;
  background-color: #ebf3f0;
  border-color: #d6e7e0;
}
.book-cover-cell .bcc-caption.color2 .label-btn.caption {
  color: #849;
  background-color: #f3ecf5;
  border-color: #e7daeb;
}
.book-cover-cell .bcc-caption.color3 .label-btn.caption {
  color: #973;
  background-color: #f5f1eb;
  border-color: #ebe4d6;
}
.book-cover-cell .bcc-caption.color4 .label-btn.caption {
  color: #3e5d99;
  background-color: #eceff5;
  border-color: #d8dfeb;
}
.book-cover-cell .bcc-caption.color5 .label-btn.caption {
  color: #99454c;
  background-color: #f5eced;
  border-color: #ebdadb;
}
.book-cover-cell .bcc-caption.color6 .label-btn.caption {
  color: #519993;
  background-color: #eef5f4;
  border-color: #dcebe9;
}
.book-cover-cell .bcc-caption.color7 .label-btn.caption {
  color: #78993f;
  background-color: #f2f5ec;
  border-color: #e4ebd9;
}
.book-cover-cell .bcc-caption.color8 .label-btn.caption {
  color: #993c82;
  background-color: #f5ecf3;
  border-color: #ebd8e6;
}
.book-cover-cell .bcc-caption.color9 .label-btn.caption {
  font-weight: bold;
  color: white;
  background-color: #DD9600;
  border-color: #DD9600;
}
.book-cover-cell .bcc-caption.color9 .label-btn.caption:hover {
  background-color: #e7b64d;
  text-decoration: underline white;
}
.book-cover-cell .label-btn {
  border: 1px solid;
  display: block;
  width: 100%;
  line-height: 1.2;
  vertical-align: -1px;
  text-align: center;
  border-radius: 3px;
  font-size: 11px;
  margin: 2px 0;
  padding: 4px 0;
}
.book-cover-cell .label-btn.trialreading {
  border-color: #f8eacc;
  color: #DD9600;
  background-color: #fcf5e6;
}
.book-cover-cell .label-btn.trialreading:hover {
  background-color: #f5e0b3;
}
.book-cover-cell .label-btn.disabled {
  border-color: #ddd;
  color: #aaa;
  background-color: #eee;
}
.book-cover-cell .label-btn.disabled:hover {
  background-color: #eee;
}
.book-cover-cell .label-btn.free-reading {
  border-color: #DD9600;
  color: white;
  background-color: #DD9600;
}
.book-cover-cell .label-btn.free-reading:hover {
  background-color: #e7b64d;
}
.book-cover-cell .label-btn.large {
  font-size: 14px;
  line-height: 31px;
}
.book-cover-cell .label-btn.product-cart {
  border-color: #ddd;
  font-size: 13px;
  background: #f7f7f7;
  color: #333;
}
.book-cover-cell .label-btn.product-cart:hover {
  background-color: #eee;
}
.book-cover-cell .label-btn.product-cart strong {
  font-size: 14px;
}
.book-cover-cell .label-btn.product-cart small {
  font-size: 85%;
}
.book-cover-cell .label-btn.sold-out {
  color: #666;
  background-color: #eee;
  border-color: #ddd;
}
.book-cover-cell .label-btn.transparent {
  border-color: transparent;
  background: transparent;
}
.book-cover-cell.product-type-book .label-btn.product-cart {
  background: #f2f5fa;
  color: #003893;
}
.book-cover-cell.product-type-book .label-btn.product-cart:hover {
  background-color: #ccd7e9;
}
.book-cover-cell.product-type-book .label-btn.product-cart.ebook {
  border-color: #fbdddd;
  background: #fef4f4;
  color: #664952;
}
.book-cover-cell.product-type-book .label-btn.product-cart.ebook:hover {
  background-color: #fad2d1;
}
.book-cover-cell.product-type-book .label-btn.product-cart.mp {
  border-color: #def2e4;
  background: #f4fbf6;
  color: #536166;
}
.book-cover-cell.product-type-book .label-btn.product-cart.mp:hover {
  background-color: #d3eedb;
}
.book-cover-cell.product-type-book .book-cover-rank {
  background-color: #003893;
}
.book-cover-cell.product-type-ebook .label-btn.product-cart {
  border-color: #fbdddd;
  background: #fef4f4;
  color: #664952;
}
.book-cover-cell.product-type-ebook .label-btn.product-cart:hover {
  background-color: #fad2d1;
}
.book-cover-cell.product-type-ebook .label-btn.product-cart.book {
  border-color: #ccd7e9 !important;
  color: #003893;
  background-color: #e6ebf4;
}
.book-cover-cell.product-type-ebook .label-btn.product-cart.book:hover {
  background-color: #b3c3df;
}
.book-cover-cell.product-type-ebook .label-btn.product-cart.mp {
  border-color: #d3eedb;
  color: #24ab4a;
  background-color: #e9f7ed;
}
.book-cover-cell.product-type-ebook .label-btn.product-cart.mp:hover {
  background-color: #bde6c9;
}
.book-cover-cell.product-type-ebook .book-cover-rank {
  background-color: #E71F19;
}
.book-cover-cell.product-type-mp .label-btn.product-cart {
  border-color: #def2e4;
  background: #f4fbf6;
  color: #536166;
}
.book-cover-cell.product-type-mp .label-btn.product-cart:hover {
  background-color: #d3eedb;
}
.book-cover-cell.product-type-mp .book-cover-rank {
  background-color: #24ab4a;
}
.book-cover-cell .product-trial {
  background: #fcfae0;
  margin: 2px;
  padding: 2px 0;
  border-radius: 2px;
}
.book-cover-cell .product-cart.book {
  background: #fbfbfd;
  color: #554e66;
  border-color: #554e66;
}
.book-cover-cell .trialread {
  font-size: 12px;
  color: #8a6100;
  background: #fdfdfa;
  margin: 2px;
  padding: 1px 0;
  border-radius: 2px;
  min-width: 100px;
  border: 1px solid #8a6100;
}
.book-cover-cell .discount {
  font-weight: bold;
  color: #c00;
}
.book-cover-cell .teaser-countdown {
  font-size: 12px;
  opacity: 0.7;
  text-align: center;
}
.bookshelf-cell {
  display: inline-block;
  cursor: pointer;
  width: 140px;
  letter-spacing: 0;
}
.bookshelf-cell .book-cover-container {
  height: 190px;
  background-color: #eedbce;
  position: relative;
  overflow: hidden;
}
.bookshelf-cell .book-cover-container .book-cover-box {
  width: 70px;
  height: 80px;
  margin: 10px 0 0 0;
  float: left;
}
.bookshelf-cell .book-cover-container .book-cover-box img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  max-height: 100%;
}
.bookshelf-cell .bookshelf-shader.active {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #bbb;
  opacity: 0.95;
}
.bookshelf-cell .customer-nickname {
  text-align: center;
  font-size: 12px;
}
.questionnaire-modal .questionnaire-textarea {
  height: 200px;
}
.questionnaire-modal .submit-button {
  display: none;
}
.suggest-holder-positioner {
  position: relative;
  width: 100%;
}
.suggest-holder-positioner .suggest-holder {
  position: absolute;
  width: 100%;
  top: 5px;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  z-index: 2;
}
.overhead-pr {
  background-color: #aaa;
}
.overhead-pr .col.welcome-point-container .row,
.overhead-pr .col.coupon-container .row,
.overhead-pr .col.header-banner .row {
  max-width: 600px;
  margin: 0;
}
.overhead-pr .col.welcome-point-container:first-child .row,
.overhead-pr .col.coupon-container:first-child .row,
.overhead-pr .col.header-banner:first-child .row {
  margin-left: auto;
}
.overhead-pr .col.welcome-point-container:last-child .row,
.overhead-pr .col.coupon-container:last-child .row,
.overhead-pr .col.header-banner:last-child .row {
  margin-right: auto;
}
.overhead-pr .header-banner {
  cursor: pointer;
}
.overhead-pr .header-banner img {
  height: 50px;
  object-fit: contain;
}
.overhead-pr .overhead-pr-row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
  .headroom--not-top .overhead-pr {
    display: none;
  }
}
.overhead-pr .pr-row {
  padding: 0;
  margin: 0;
  max-width: 600px;
}
.overhead-pr .welcome-point-container {
  display: block;
  height: 50px;
  margin: 0;
  padding: 0;
  color: white;
  background-color: #3A60DE;
}
.overhead-pr .welcome-point-container:hover {
  text-decoration: none;
}
.overhead-pr .welcome-point-container:hover {
  opacity: 0.7;
}
.overhead-pr .welcome-point-container .col-l {
  height: 50px;
  line-height: 20px;
  padding: 5px 0;
  color: white;
  font-size: 13px;
  text-align: center;
  background-color: #1a3798;
}
.overhead-pr .welcome-point-container .col-c {
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 26px;
  padding: 0;
  text-align: center;
  font-weight: bold;
}
.overhead-pr .welcome-point-container .col-c strong {
  font-size: 30px;
  font-weight: bold;
}
.overhead-pr .welcome-point-container .col-r {
  height: 50px;
  line-height: 20px;
  padding: 5px 0;
  color: white;
  font-size: 13px;
  text-align: center;
}
.overhead-pr .coupon-container {
  margin: 0;
  padding: 0;
  color: white;
  background-color: #DE3A3A;
  display: block;
  height: 50px;
}
.overhead-pr .coupon-container:hover {
  text-decoration: none;
}
.overhead-pr .coupon-container:hover {
  opacity: 0.7;
}
.overhead-pr .coupon-container .col-l {
  height: 50px;
  line-height: 20px;
  padding: 5px 0;
  font-size: 13px;
  text-align: center;
  background-color: #981a1a;
  color: white;
}
.overhead-pr .coupon-container .col-c {
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 26px;
  padding: 0;
  text-align: center;
  font-weight: bold;
}
.overhead-pr .coupon-container .col-c strong {
  font-size: 30px;
  font-weight: bold;
}
.overhead-pr .coupon-container .col-r {
  height: 50px;
  line-height: 20px;
  padding: 5px 0;
  color: white;
  font-size: 13px;
  text-align: center;
}
.tracking-tag-container {
  position: fixed;
}
.tracking-tag-container .tracking-tag-box {
  position: absolute;
  bottom: 0;
  left: 0;
}
.dropdown-paginator {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}
.dropdown-paginator select {
  -webkit-appearance: none;
  text-align: left;
  padding: 16px 10px 16px calc(50% - 5px);
  line-height: 20px;
  font-size: 17px;
  display: block;
  width: 100%;
  border-radius: 6px;
  background-color: white;
  border: 1px solid #ddd;
}
@media (max-width: 330px) {
  .dropdown-paginator select {
    padding: 16px 10px;
  }
}
.dropdown-paginator option.active {
  font-weight: bold;
}
.dropdown-paginator .btn {
  padding-left: 10px;
  padding-right: 10px;
}
.dropdown-paginator .select-left-symbol {
  position: absolute;
  top: 23px;
  left: 20px;
  line-height: 1;
  opacity: 0.5;
  font-size: 0.8rem;
}
.dropdown-paginator .select-right-symbol {
  position: absolute;
  top: 23px;
  right: 20px;
  line-height: 1;
  opacity: 0.5;
  font-size: 0.8rem;
}
.category-anchor-buttons .btn {
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 12px;
}
.category-anchor-buttons .btn-lg {
  margin-top: 6px;
  padding: 5px 12px;
  font-size: 16px;
}
.category-anchor-buttons .btn-lg.btn-secondary:active,
.category-anchor-buttons .btn-lg.btn-secondary:hover,
.category-anchor-buttons .btn-lg.btn-secondary:focus {
  background-color: #fff;
  color: #212529;
  border-color: #ddd;
}
.panel-r18-dialog h1 {
  font-size: 20px;
  padding: 0;
  margin: 0;
}
.panel-r18-dialog .header-icon {
  width: 57px;
  height: 57px;
  margin-right: 10px;
  border-radius: 3px;
}
.sidebar-colored {
  background-color: #f9f8f9;
  border: 0 solid #ece9eb;
}
.sidebar-colored.right {
  border-left-width: 1px;
}
.sidebar-colored .banner-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transition: opacity, box-shadow 100ms, 200ms;
}
.sidebar-colored .banner-image:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.sidebar-colored h2 {
  margin: 15px 0;
  font-size: 20px;
  color: #442635;
}
.sidebar-colored.book {
  background-color: #f7f9fc;
  border-color: #e6ebf4;
}
.sidebar-colored.book h2,
.sidebar-colored.book .header-link {
  color: #003893;
}
.sidebar-colored.ebook {
  background-color: #fef8f8;
  border-color: #fde9e8;
}
.sidebar-colored.ebook h2,
.sidebar-colored.ebook .header-link {
  color: #E71F19;
}
.sidebar-colored .snap-up-line {
  margin: -30px 0 0 0;
  padding: 0;
  height: 30px;
  line-height: 1;
}
.sidebar-colored .header-link {
  display: block;
  position: relative;
}
.sidebar-colored .header-link .chevron-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .more-link-list {
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  .more-link-list .more-link-item {
    display: block;
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: center;
    padding: 10px;
  }
  .more-link-list .more-link-item .left-symbol,
  .more-link-list .more-link-item .right-symbol {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .more-link-list .more-link-item .left-symbol {
    left: 10px;
  }
  .more-link-list .more-link-item .right-symbol {
    right: 10px;
    text-align: right;
  }
  .more-link-list .more-link-item:last-child {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .more-link-list {
    text-align: right;
  }
  .more-link-list .more-link-item {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 20px;
    margin: 5px;
    transition: box-shadow 200ms;
    background-color: #f7f7f7;
  }
  .more-link-list .more-link-item:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
}
.dialogue-announcement-coupon .copy-1 {
  font-size: calc( ( 112% + 0.6vw ) *  1.2 );
  color: #666;
}
.dialogue-announcement-coupon .copy-2 {
  padding: 30px 0;
  background-color: saddlebrown;
  color: white;
  text-align: center;
  font-size: calc( ( 112% + 0.6vw ) *  1.6 );
}
.dialogue-announcement-coupon .copy-3 {
  font-size: calc( ( 112% + 0.6vw ) *  0.8 );
  color: #555;
}
.dialogue-announcement-coupon .description {
  margin: 15px 0;
  color: #666;
  font-size: calc( ( 112% + 0.6vw ) *  0.64 );
}
.dialogue-announcement-coupon .coupon-container {
  background: #f6f6f6;
  padding: 15px;
  line-height: 1;
  text-align: center;
}
.dialogue-announcement-coupon .coupon-code-header {
  display: inline-block;
  margin: 3px;
  color: gray;
  white-space: nowrap;
  font-size: 20px;
  line-height: 1;
}
.dialogue-announcement-coupon .coupon-code {
  display: inline-block;
  margin: 3px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #ff0088;
  font-weight: bold;
  background-color: white;
  white-space: nowrap;
  font-size: calc( ( 112% + 0.6vw ) *  1.2 );
  line-height: 1;
}
.card-review {
  border: 0;
}
.card-review .card-header {
  background-color: #e7e8e2;
  border: 0;
}
.card-review .card-body {
  background-color: #f3f4ee;
}
.card-review .card-footer {
  background-color: #e7e8e2;
  border: 0;
}
.modal-gallery-carousel-container .modal-gallery-carousel .carousel-cell {
  width: 100%;
}
.modal-gallery-carousel-container .modal-gallery-carousel .carousel-cell img {
  margin: 0 auto;
  max-width: 100%;
  min-width: 50%;
  height: auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.modal-gallery-carousel-container .prev-button-area,
.modal-gallery-carousel-container .next-button-area {
  position: absolute;
  top: calc(50% - 40px);
}
.modal-gallery-carousel-container .prev-button-area .carousel-prev-button,
.modal-gallery-carousel-container .next-button-area .carousel-next-button {
  text-decoration: none;
  display: block;
  color: #aaa;
  font-size: 40px;
  line-height: 40px;
  width: 80px;
  height: 80px;
  text-align: center;
}
.modal-gallery-carousel-container .prev-button-area {
  left: -15px;
  z-index: 1;
}
.modal-gallery-carousel-container .prev-button-area .carousel-prev-button {
  padding: 20px 5px 0 0;
}
.modal-gallery-carousel-container .next-button-area {
  right: -15px;
}
.modal-gallery-carousel-container .next-button-area .carousel-next-button {
  padding: 20px 0 0 5px;
}
.border-left-section-header {
  border-left: 5px solid #777;
}
.border-left-section-header.color-book {
  border-left-color: #003893;
}
.border-left-section-header.color-ebook {
  border-left-color: #E71F19;
}
.light-section-header {
  font-weight: bold;
  color: #444;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .pc-sticky-top {
    position: sticky;
    top: 0;
    z-index: 11;
  }
  .pc-sticky-top-3 {
    position: sticky;
    top: 16px;
    z-index: 11;
  }
}
.text-black-9 {
  color: rgba(0, 0, 0, 0.9);
}
.text-black-8 {
  color: rgba(0, 0, 0, 0.8);
}
.text-black-7 {
  color: rgba(0, 0, 0, 0.7);
}
.text-black-6 {
  color: rgba(0, 0, 0, 0.6);
}
.text-black-5 {
  color: rgba(0, 0, 0, 0.5);
}
.text-black-4 {
  color: rgba(0, 0, 0, 0.4);
}
.text-black-3 {
  color: rgba(0, 0, 0, 0.3);
}
.text-black-2 {
  color: rgba(0, 0, 0, 0.2);
}
.text-black-1 {
  color: rgba(0, 0, 0, 0.1);
}
.bg-black-9 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-black-8 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black-7 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-black-6 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black-5 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black-4 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-black-3 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-black-2 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-black-1 {
  background-color: rgba(0, 0, 0, 0.1);
}
.pc-blur-bg.activated {
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.pc-blur-bg.activated .inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  opacity: 0.3;
  background-position: center center;
  z-index: -1;
}
.r18-display-none {
  display: none !important;
}
.site-hero {
  width: 100%;
  background-color: #222;
  overflow-y: hidden;
}
.site-hero img {
  width: 100%;
  height: auto;
}
.site-hero.w1920h836 {
  position: relative;
  width: 100%;
}
.site-hero.w1920h836:before {
  content: "";
  display: block;
  padding-top: 43.54166667%;
}
.site-hero.w1920h836 > div,
.site-hero.w1920h836 > img,
.site-hero.w1920h836 > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .site-hero.w1600h838 {
    position: relative;
    width: 100%;
  }
  .site-hero.w1600h838:before {
    content: "";
    display: block;
    padding-top: 52.375%;
  }
  .site-hero.w1600h838 > div,
  .site-hero.w1600h838 > img,
  .site-hero.w1600h838 > a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .site-hero.w1600h838 {
    height: 628.5px;
  }
  .site-hero.w1600h838 img {
    display: block;
    width: 1200px;
    margin: 0 auto;
  }
}
.site-hero.bottom-border {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.03);
}
.top-section-header {
  border-style: solid;
  border-width: 1px 0 0 0;
  background-color: #f9f8f9;
  color: #442635;
  border-color: #c7bec2;
}
.top-section-header:before,
.top-section-header:after {
  content: " ";
  display: table;
}
.top-section-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .top-section-header {
    font-size: 20px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .top-section-header {
    font-size: 15px;
    padding: 10px 15px;
  }
}
.top-section-header a,
.top-section-header .top-section-header-title {
  font-size: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .top-section-header .top-section-header-title.with-more {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .top-section-header .top-section-header-title.with-more {
    width: calc(100% - 150px);
    float: left;
  }
}
.top-section-header .more-link {
  text-align: right;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .top-section-header .more-link {
    margin-top: 2px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .top-section-header .more-link {
    font-size: 11px;
    line-height: 15px;
    height: 15px;
    margin-top: -15px;
  }
  .top-section-header .more-link .more-link-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-section-header .more-link.with-subtitle {
    height: 23px;
    margin-top: -23px;
  }
}
.top-section-header.book {
  background-color: #f7f9fc;
  color: #003893;
  border-color: #b3c3df;
}
.top-section-header.book .more-link {
  color: #003893;
}
.top-section-header.ebook {
  background-color: #fef8f8;
  color: #E71F19;
  border-color: #f8bcba;
}
.top-section-header.ebook .more-link {
  color: #E71F19;
}
.top-section-header.ebook-invert {
  background-color: #ee625e;
  color: white;
  border: none;
}
.top-section-header.mp {
  background-color: #f8fcfa;
  color: #24ab4a;
  border-color: #bde6c9;
}
.top-section-header.mp .more-link {
  color: #24ab4a;
}
.top-section-header .subtitle {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .top-section-header .subtitle {
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .top-section-header .subtitle {
    display: block;
    font-size: 11px;
    margin-top: 3px;
    margin-right: 12px;
  }
}
div.sp-header-buttons {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  background: #bbb;
  padding: 15px 0;
}
div.sp-header-buttons:before,
div.sp-header-buttons:after {
  content: " ";
  display: table;
}
div.sp-header-buttons:after {
  clear: both;
}
div.sp-header-buttons a.sp-header-button {
  color: white;
  padding: 15px 0;
  display: block;
  float: left;
  margin-left: 15px;
  font-size: 24px;
  border-radius: 6px;
  line-height: 1.1;
  width: calc( (100% - 15px * 4 ) / 3 );
  transition: opacity, box-shadow 100ms, 200ms;
}
div.sp-header-buttons a.sp-header-button small {
  font-size: 9px;
}
div.sp-header-buttons a.sp-header-button.kami {
  background-color: #003893;
}
div.sp-header-buttons a.sp-header-button.denshi {
  background-color: #E71F19;
}
div.sp-header-buttons a.sp-header-button.mp {
  background-color: #24ab4a;
}
div.sp-header-buttons a.sp-header-button:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
div.pc-header-buttons {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  padding: 15px 0;
}
div.pc-header-buttons:before,
div.pc-header-buttons:after {
  content: " ";
  display: table;
}
div.pc-header-buttons:after {
  clear: both;
}
div.pc-header-buttons a.pc-header-button {
  color: white;
  padding: 15px 0;
  display: block;
  position: relative;
  float: left;
  margin-left: 15px;
  border-radius: 3px;
  line-height: 1.1;
  border: solid 1px;
  width: calc( (100% - 15px * 2 ) / 3 );
  height: 200px;
  transition: all 200ms;
}
div.pc-header-buttons a.pc-header-button:first-child {
  margin-left: 0;
}
div.pc-header-buttons a.pc-header-button.kami {
  border-color: #ccd7e9;
  color: #003893;
  background-color: #fafbfd;
}
div.pc-header-buttons a.pc-header-button.kami:hover {
  border-color: #003893;
  color: white;
  background-color: #003893;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
div.pc-header-buttons a.pc-header-button.denshi {
  border-color: #f8bcba;
  color: #E71F19;
  background-color: #fef8f8;
}
div.pc-header-buttons a.pc-header-button.denshi:hover {
  border-color: #E71F19;
  color: white;
  background-color: #E71F19;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
div.pc-header-buttons a.pc-header-button.mp {
  border-color: #bde6c9;
  color: #24ab4a;
  background-color: #f8fcfa;
}
div.pc-header-buttons a.pc-header-button.mp:hover {
  border-color: #24ab4a;
  color: white;
  background-color: #24ab4a;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
div.pc-header-buttons .image-holder {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  max-width: 130px;
  height: 100%;
}
div.pc-header-buttons .image-holder img {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
}
div.pc-header-buttons .text-holder {
  position: absolute;
  white-space: normal;
  top: 0;
  left: 40%;
  width: 60%;
  height: 100%;
  text-align: left;
  overflow: hidden;
}
div.pc-header-buttons .text-holder h2 {
  margin: 20px 0 10px 0;
  font-size: 30px;
}
div.pc-header-buttons .text-holder h3 {
  margin: 10px 0 10px 0;
  font-size: 16px;
}
div.pc-header-buttons .text-holder .verbose-text {
  font-size: smaller;
}
@media (max-width: 1200px) {
  div.pc-header-buttons .text-holder .verbose-text {
    display: none;
  }
}
div.pc-header-buttons .text-holder p {
  font-size: 13px;
  line-height: 1.5;
}
.in-season-words {
  font-size: 80%;
  overflow: hidden;
}
.in-season-words .header-label {
  color: #e92f70;
  line-height: 24px;
  padding: 0;
  display: block;
  float: left;
}
.in-season-words .link-holder {
  margin-left: 17px;
}
.in-season-words .in-season-link {
  border: 1px solid #f8c1d4;
  border-radius: 4px;
  display: inline-block;
  line-height: 20px;
  padding: 0 2px;
  margin: 2px;
  color: #e92f70;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .in-season-words {
    font-size: 100%;
  }
  .in-season-words .header-label {
    line-height: 30px;
    padding: 5px;
    margin: 5px 0;
  }
  .in-season-words .link-holder {
    margin-left: 30px;
  }
  .in-season-words .in-season-link {
    line-height: 30px;
    padding: 3px 20px;
    margin: 5px;
    transition: box-shadow 200ms;
  }
  .in-season-words .in-season-link:hover {
    background-color: #fef5f8;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
}
.mz-carousel-container.reviews {
  background: #f1f4d3;
}
.mz-carousel-container.reviews ul {
  padding: 10px;
}
.top-review-box {
  position: relative;
  margin: 0 0 0 -51px;
  width: 230px;
  height: 150px;
  background: url('../../img/v3/balloons-s.png') 0 0 no-repeat transparent;
}
.mz-carousel-container .common-carousel > ul li:first-child .top-review-box {
  margin: 0;
}
.top-review-box.balloon5 {
  background-position: -230px -150px;
}
.top-review-box.balloon4 {
  background-position: 0 -150px;
}
.top-review-box.balloon3 {
  background-position: -230px 0;
}
.top-review-box .review-star-box {
  /* 15 x 5 = 75 */
  position: absolute;
  bottom: 22px;
  left: 70px;
}
.top-review-box .review-star {
  width: 15px;
  height: 15px;
  display: inline-block;
}
.top-review-box .review-star.review-star-on {
  background: url('../../img/v3/review-star-s.png') -15px 0 no-repeat transparent;
}
.top-review-box .review-star.review-star-off {
  background: url('../../img/v3/review-star-s.png') 0 0 no-repeat transparent;
}
.top-review-box .review-title {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 140px;
  height: 65px;
  font-size: 16px;
  overflow: hidden;
  line-height: 1.5;
  text-align: center;
  white-space: normal;
}
.top-review-box .review-product-name {
  position: absolute;
  bottom: 50px;
  left: 40px;
  width: 140px;
  height: 18px;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: bold;
}
.top-news-box {
  margin: 10px 4px;
  height: 170px;
  width: 250px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.top-news-box > a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-news-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
.top-news-box .description {
  text-align: left;
  padding: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 38px;
  max-height: 50px;
  overflow: hidden;
  white-space: normal;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.4;
}
.top-news-box .description.vertical {
  max-height: 100%;
  width: 50%;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
}
.please-register {
  border-top: 1px solid #ddd;
  color: black;
}
.please-register .help-header .icon {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #eee;
  vertical-align: -7px;
}
.please-register h3 {
  margin: 15px 0;
  padding: 0;
}
.may-i-help-you {
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.may-i-help-you .help-header .icon {
  width: 38px;
  height: 38px;
  border-radius: 5px;
}
.may-i-help-you ul li {
  background-color: #f7f7f7;
  display: block;
  padding: 1px 15px;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .may-i-help-you h2 {
    font-size: 20px;
  }
  .may-i-help-you h3 {
    font-size: 16px;
  }
}
.feed-list-item {
  min-width: 156px;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: normal;
  height: 292px;
  border-radius: 0;
  margin-right: 20px;
  white-space: pre-wrap;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.feed-list-item > div {
  position: relative;
}
.feed-cover-rank {
  position: absolute;
  width: 28px;
  height: 28px;
  top: -12px;
  left: -6px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  background-color: #56c16c;
  color: white;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
.feed-image-wrapper {
  padding: 0;
  width: 156px;
  height: 156px;
  background-position: 50%;
  background-size: cover;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3) !important;
  background-blend-mode: lighten;
}
.feed-column {
  width: 100%;
  position: relative;
  background: white;
}
.feed-list-item .blur-layer {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
}
.feed-list-item .blur-layer img {
  align-self: center;
  object-fit: contain;
  width: 156px;
  height: 156px;
}
.feed-title {
  font-size: 14px;
  padding: 10px;
  height: 116px;
  overflow-y: hidden;
}
.feed-published {
  font-size: 11px;
  text-align: right;
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.5);
}
.market {
  /*
  .discount-search-box {
    float: left;
    width: 15%;
    font-size: 18px;
    a {
      display: inline-block;
      padding: 10px;
    }

    &.active a {
      color: white;
      background: @mp-color;
      border-radius: 5px;
    }

  }
  */
}
.market .initial-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 640px;
  table-layout: fixed;
  margin: 15px auto;
}
.market .initial-table td {
  vertical-align: top;
  padding: 5px 0;
}
.market .initial-link,
.market .initial-not-exist {
  display: inline-block;
  font-size: 18px;
  width: 16%;
  text-align: center;
  margin: 5px 0;
}
.market .initial-link.active {
  background-color: #24ab4a;
  color: white;
  border-radius: 5px;
}
.market .initial-not-exist {
  color: #ddd;
}
.market .range-search-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 640px;
  table-layout: fixed;
  margin: 15px auto;
}
.market .range-search-table td {
  padding: 5px 0;
}
.market .range-search-box {
  font-size: 18px;
}
.market .range-search-box td {
  text-align: center;
}
.market .range-search-box a {
  padding: 10px 20px;
  display: inline-block;
}
.market .range-search-box.active a {
  color: white;
  background: #24ab4a;
  border-radius: 5px;
}
.market .section-title {
  padding: 8px 15px;
  margin: 15px 0 0 0;
  font-size: 13px;
  border-bottom: 1px solid lightgray;
  color: #333333;
  background: #eee;
}
@media (max-width: 767px) {
  .market ul.full-width-link-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .market ul.full-width-link-list li {
    display: block;
    float: none;
    border-bottom: 1px solid #e9f7e8;
  }
  .market ul.full-width-link-list li:nth-of-type(odd) {
    background-color: #f9fff9;
  }
  .market ul.full-width-link-list li:nth-of-type(odd) .price-cell {
    background-color: #f9fff9;
  }
  .market ul.full-width-link-list li:nth-of-type(even) {
    /* background: #f2f6ee; */
  }
  .market ul.full-width-link-list li:nth-of-type(even) .price-cell {
    background-color: white;
  }
  .market ul.full-width-link-list li a {
    width: 100%;
    padding: 10px 15px;
    display: block;
    color: #304930;
    position: relative;
    white-space: nowrap;
  }
  .market ul.full-width-link-list .price-cell {
    position: absolute;
    top: 0;
    right: 0;
    color: #61101f;
    padding: 10px 15px 10px 5px;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .market ul.full-width-link-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .market ul.full-width-link-list:before,
  .market ul.full-width-link-list:after {
    content: " ";
    display: table;
  }
  .market ul.full-width-link-list:after {
    clear: both;
  }
  .market ul.full-width-link-list li {
    display: block;
    float: left;
    width: 25%;
    margin: 5px 0;
    padding: 0 5px;
    overflow: hidden;
  }
  .market ul.full-width-link-list li a {
    width: 100%;
    padding: 7px;
    display: block;
    color: #3b5342;
    border: 1px solid #f0f6f0;
    height: 63px;
    position: relative;
    background-color: #f9fff9;
  }
  .market ul.full-width-link-list li a:hover {
    border: 1px solid #bde6c9;
    background-color: #f4fbf6;
  }
  .market ul.full-width-link-list li a:hover .discount-percent {
    background-color: #f4fbf6;
  }
  .market ul.full-width-link-list .price-cell {
    position: absolute;
    bottom: 7px;
    right: 7px;
    color: #723c3c;
    background-color: #f9fff9;
    padding: 0;
    text-align: right;
  }
}
footer {
  display: none;
  background-color: #333;
  color: white;
  padding-top: 1px;
}
@media (max-width: 575px) {
  footer {
    margin-bottom: 60px;
  }
}
footer .container-fluid {
  max-width: 1400px;
}
footer a:hover,
footer a:active,
footer a:visited {
  color: white;
}
footer .footer-back-container {
  margin: 0;
  padding: 0;
}
footer .footer-back-container .footer-back-button {
  background-color: #394247;
  padding: 10px 30px;
  text-align: center;
  width: 100%;
  display: block;
}
footer .footer-back-container .footer-back-button:hover {
  background-color: #4d5960;
}
footer .footer-link-list li {
  margin: 10px 0;
  font-size: 14px;
}
footer .footer-link-list li.level2 .indent-symbol {
  color: #777;
}
footer .footer-link-list li.level2 a {
  color: #ccc;
}
footer .footer-link-list li.level2 a:hover {
  color: white;
}
footer .footer-icon-links {
  margin: 10px 0;
  text-align: center;
}
footer .footer-icon-links .black-social-icon {
  background: black;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  position: relative;
  margin: 0 5px;
}
footer .footer-icon-links .black-social-icon img {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
}
footer .footer-logo-div {
  text-align: center;
  margin: 15px 0 3px 0;
}
footer .copyright-div {
  text-align: center;
  margin: 3px 0 15px 0;
  font-size: 12px;
  color: #aaa;
}
footer .cert-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding-bottom: 20px;
}
footer .cert-info .abj-row,
footer .cert-info .sec-logo-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 400px;
  margin: 20px 10px 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  footer .cert-info .sec-logo-row {
    margin-top: 10px;
  }
}
footer .cert-info .abj-logo {
  opacity: .7;
  float: left;
}
footer .cert-info .abj-text {
  font-size: 10px;
  color: #666;
}
footer .cert-info .abj-text a.underline {
  font-size: inherit;
  color: inherit;
  border-color: #666;
}
footer .cert-info .abj-text a.underline:hover {
  text-decoration: underline;
}
footer .cert-info .sec-logo {
  display: flex;
  width: 60px;
  height: 60px;
  margin: 0.35rem;
}
footer .cert-info .sec-logo img {
  margin: auto;
}
footer .cert-info .sec-logo.sec-logo-jpx {
  margin: 0.35rem 0.45rem;
}
footer .cert-info .sec-logo.sec-logo-jpx img {
  margin-bottom: 5px;
}
footer .company-services {
  padding: 10px 0 15px;
  background-color: #282f33;
  text-align: center;
}
footer .company-services a {
  display: inline-block;
}
footer .company-services .company-service-logo {
  display: inline-block;
  opacity: 0.7;
  transition: opacity 500ms;
}
footer .company-services .company-service-logo#sukima-service-sukima-logo {
  width: 80px;
  margin: 5px 9px 3px;
}
footer .company-services .company-service-logo#company-service-horin-logo {
  width: 115px;
  margin: 5px 9px 3px;
}
footer .company-services .company-service-logo#company-service-mangaoh-logo {
  width: 68px;
  margin: 5px 9px 3px;
}
footer .company-services .company-service-logo#company-service-mangaclub-logo {
  width: 100px;
  margin: 4px 9px 3px;
}
footer .company-services .company-service-logo#company-service-manga10-logo {
  width: 93px;
  margin: 0 9px 3px;
}
footer .company-services .company-service-logo#company-service-ikebukurotorico-logo {
  width: 70px;
  margin: 5px 9px 3px;
}
footer .company-services .company-service-logo#company-service-osakatani6torico-logo {
  width: 90px;
  margin: 5px 9px 3px;
}
footer .company-services .company-service-logo#company-service-torico-logo {
  width: 80px;
  margin: 5px 9px 3px;
}
@media (min-width: 768px) {
  footer .company-services .company-service-logo#sukima-service-sukima-logo {
    width: 110px;
    margin: 6px 12px 0;
  }
  footer .company-services .company-service-logo#company-service-horin-logo {
    width: 160px;
    margin: 5px 12px 0;
  }
  footer .company-services .company-service-logo#company-service-mangaoh-logo {
    width: 95px;
    margin: 3px 12px 0;
  }
  footer .company-services .company-service-logo#company-service-mangaclub-logo {
    width: 140px;
    margin: 9px 12px 0;
  }
  footer .company-services .company-service-logo#company-service-manga10-logo {
    width: 130px;
    margin: 0 12px 0;
  }
  footer .company-services .company-service-logo#company-service-ikebukurotorico-logo {
    width: 90px;
    margin: 7px 12px 0;
  }
  footer .company-services .company-service-logo#company-service-osakatani6torico-logo {
    width: 120px;
    margin: 7px 12px 0;
  }
  footer .company-services .company-service-logo#company-service-torico-logo {
    width: 110px;
    margin: 7px 12px 0;
  }
}
footer .company-services .company-service-logo:hover {
  opacity: 1;
}
footer .bottom-nav {
  position: fixed;
  z-index: 6;
  bottom: -200px;
  right: 0;
  height: 66px;
  width: 66px;
}
footer .bottom-nav .scroll-to-top-button {
  position: absolute;
  bottom: 10px;
  right: 5px;
  background: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 6px;
}
footer .bottom-nav .scroll-to-top-button div.mark {
  background-color: transparent;
  text-align: center;
  font-size: 30px;
  vertical-align: top;
  margin-top: -13px;
}
footer .bottom-nav .scroll-to-top-button div.label {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: white;
}
footer .bottom-nav.headroom {
  transition: all .2s linear;
}
footer .bottom-nav.headroom--unpinned,
footer .bottom-nav.headroom--top {
  bottom: -200px;
}
footer .bottom-nav.headroom--pinned,
footer .bottom-nav.headroom--bottom {
  bottom: 0;
}
footer .footer-questionnaire {
  margin: 15px 0;
  color: #333;
  background-color: #ccc;
}
.search-list .label-btn {
  border: 1px solid;
  line-height: 1.2;
  vertical-align: -1px;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
  margin: 5px 0;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .search-list .label-btn {
    display: inline-block;
    width: 100px;
  }
}
@media (min-width: 768px) {
  .search-list .label-btn {
    display: block;
    width: 80%;
    max-width: 180px;
  }
}
.search-list .label-btn.trialreading {
  border-color: #f8eacc;
  color: #DD9600;
  background-color: #fcf5e6;
}
.search-list .label-btn.trialreading:hover {
  background-color: #f5e0b3;
}
.search-list .label-btn.disabled {
  border-color: #ddd;
  color: #aaa;
  background-color: #eee;
}
.search-list .label-btn.disabled:hover {
  background-color: #eee;
}
.search-list .label-btn.book {
  border-color: #ccd7e9;
  color: #003893;
  background-color: #e6ebf4;
}
.search-list .label-btn.book:hover {
  background-color: #b3c3df;
}
.search-list .label-btn.ebook {
  border-color: #fad2d1;
  color: #E71F19;
  background-color: #fde9e8;
}
.search-list .label-btn.ebook:hover {
  background-color: #f8bcba;
}
.search-list .label-btn.mp {
  border-color: #d3eedb;
  color: #24ab4a;
  background-color: #e9f7ed;
}
.search-list .label-btn.mp:hover {
  background-color: #bde6c9;
}
.search-page-recommends {
  border-bottom: 2px solid #E71F19;
  background-color: #fffcfa;
  padding: 0 15px;
  margin: 0 -15px;
}
.search-page-recommends .h5 {
  font-weight: bold;
  color: #FFF;
  background-color: #E71F19;
  padding: 4px 30px;
}
@media (min-width: 768px) {
  .search-page-recommends .h5 {
    margin: 0 -15px !important;
  }
}
@media (max-width: 767px) {
  .search-page-recommends .h5 {
    margin: 10px -15px 0 !important;
  }
}
.search-page-recommends + .alert-warning {
  margin-top: 10px !important;
}
@media (max-width: 767px) {
  .sp-search {
    background: #eee;
    overflow: hidden;
  }
  .sp-search .detail-search-table th,
  .sp-search .detail-search-table td {
    border-color: #ccc;
    vertical-align: middle;
  }
  .sp-search .btn.active {
    background-color: #dbc4ae;
    color: #403434;
  }
  .search-list .search-list-item {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding: 0 15px;
  }
  .search-list .search-list-item .book-cover-holder {
    margin: 15px 0;
    width: 100px;
    float: left;
  }
  .search-list .search-list-item .book-cover-holder img {
    display: block;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .search-list .search-list-item .book-description {
    margin: 15px 0 15px 115px;
  }
  .search-list .search-list-item.type-book .product-name {
    color: #003893;
    font-weight: bold;
  }
  .search-list .search-list-item.type-ebook .product-name {
    color: #E71F19;
    font-weight: bold;
  }
  .search-list .search-list-item.type-mp .product-name {
    color: #24ab4a;
    font-weight: bold;
  }
  .search-list .search-list-item .book-description-table {
    margin: 5px 0;
    font-size: smaller;
    color: #666;
  }
  .search-list .search-list-item .book-description-table th {
    white-space: nowrap;
  }
  .search-list .search-list-item .book-description-table th,
  .search-list .search-list-item .book-description-table td {
    padding: 2px;
    vertical-align: top;
  }
  .search-list .search-list-item .book-price {
    color: #770000;
  }
  .search-list .search-list-item .sold-out {
    color: #777;
    display: inline-block;
    margin: 5px 0;
  }
  .search-list .search-list-item .search-btn-row {
    margin: 5px 0;
  }
  .search-list .search-list-item .search-btn-row .label-btn {
    margin-right: 10px;
  }
  .search-list .search-list-item .product-type-label {
    vertical-align: 2px;
  }
}
@media (min-width: 768px) {
  .pc-search {
    background: #eee;
    overflow: hidden;
  }
  .pc-search .btn.active {
    background-color: #dbc4ae;
    color: #403434;
  }
  .search-list .search-list-item {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding: 0 15px;
  }
  .search-list .search-list-item .book-cover-holder {
    margin: 15px 0;
    height: 260px;
  }
  .search-list .search-list-item .book-cover-holder.space-filling {
    height: inherit;
    max-height: 260px;
  }
  .search-list .search-list-item .book-cover-holder img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .search-list .search-list-item .book-cover-holder img.drop-shadow {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .search-list .search-list-item .book-description {
    margin: 15px 0;
  }
  .search-list .search-list-item.type-book .product-name {
    color: #003893;
    font-weight: bold;
  }
  .search-list .search-list-item.type-ebook .product-name {
    color: #E71F19;
    font-weight: bold;
  }
  .search-list .search-list-item.type-mp .product-name {
    color: #24ab4a;
    font-weight: bold;
  }
  .search-list .search-list-item .book-description-table {
    font-size: smaller;
    color: #666;
  }
  .search-list .search-list-item .book-description-table th {
    white-space: nowrap;
  }
  .search-list .search-list-item .book-description-table th,
  .search-list .search-list-item .book-description-table td {
    padding: 2px;
    vertical-align: top;
  }
  .search-list .search-list-item .book-price {
    color: #770000;
  }
  .search-list .search-list-item .sold-out {
    color: #777;
    display: inline-block;
    margin: 5px 0;
  }
  .search-list .search-list-item .search-btn-row {
    margin: 5px 0;
  }
  .search-list .search-list-item .search-btn-row .btn {
    margin: 5px 0;
    width: 80%;
    padding: 5px;
  }
  .search-list .search-list-item .product-type-label {
    vertical-align: 2px;
  }
}
@media (max-width: 767px) {
  #v4-search-modal {
    animation-name: v4-search-modal-animation-sp;
    animation-duration: 200ms;
  }
}
@media (min-width: 768px) {
  #v4-search-modal {
    animation-name: v4-search-modal-animation-pc;
    animation-duration: 200ms;
  }
}
#v4-search-modal .modal-dialog {
  max-width: 600px;
}
@keyframes v4-search-modal-animation-sp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes v4-search-modal-animation-pc {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.search-modal {
  width: 100%;
  height: calc(100vh - 2px);
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
}
@media (min-width: 768px) {
  .search-modal {
    width: 100%;
    height: calc(100vh - 100px);
  }
}
.search-modal .content-pane {
  transition: all 200ms;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.search-modal .content-pane.right-out {
  opacity: 0;
  transform: translateX(100px);
}
.search-modal .content-pane.left-out {
  opacity: 0;
  transform: translateX(-100px);
}
.search-modal .search-modal-list-item .subtitle {
  font-size: 10px;
  color: #777;
}
.search-modal .suggest-holder {
  text-align: left;
  overflow: hidden;
}
.search-modal .suggest-holder ul.suggest {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-modal .suggest-holder ul.suggest li {
  border-bottom: 1px solid #dee2e6;
}
.search-modal .suggest-holder ul.suggest li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.8);
}
.search-modal .suggest-holder ul.suggest li a span.title {
  line-height: 30px;
}
.search-modal .suggest-holder ul.suggest li a span.title strong {
  color: #770000;
}
.search-modal .suggest-holder ul.suggest li a div.type-labels {
  position: absolute;
  bottom: 5px;
  right: 0;
}
.search-modal .suggest-holder ul.suggest li a div.type-labels .product-type {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 30px;
  width: 40px;
  text-align: center;
  color: white;
}
.search-modal .suggest-holder ul.suggest li a div.type-labels .product-type-1 {
  background-color: #003893;
}
.search-modal .suggest-holder ul.suggest li a div.type-labels .product-type-2 {
  background-color: #E71F19;
}
.search-modal .suggest-holder .suggest-header {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 16px;
  font-weight: normal;
  font-size: small;
  border-bottom: 1px solid #dee2e6;
}
.search-modal .suggest-holder .suggest-header .help-text {
  display: inline-block;
  font-size: smaller;
  margin-left: 10px;
}
.search-modal .suggest-holder .limited-header {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 16px;
  font-weight: normal;
  font-size: small;
  border-bottom: 1px solid #dee2e6;
}
.search-modal .suggest-holder ul.limited li {
  display: block;
  width: 50%;
  float: left;
}
.search-modal .suggest-holder ul.limited li .thumbnail-box {
  width: 60px;
  padding: 5px 0;
  height: 80px;
  display: block;
  float: left;
  text-align: center;
}
.search-modal .suggest-holder ul.limited li .thumbnail-box img.thumbnail {
  height: 70px;
  width: auto;
  background-color: #ccc;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.search-modal .suggest-holder ul.limited li .detail-box {
  padding: 0 5px;
}
.search-modal .suggest-holder ul.limited li .detail-box .title-name {
  margin: 5px 0;
  font-size: 10px;
}
.base-v4 .search-modal .suggest-holder ul.limited li .rect-button.xsmall {
  background-color: #444;
  color: white;
  padding: 1px 5px;
  font-size: 10px;
  border: 1px solid #444;
}
.product-detail .tab-container {
  background-color: #eee;
}
.product-detail ul.product-type-tab {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.product-detail ul.product-type-tab.active-book {
  border-bottom: 10px solid #003893;
}
.product-detail ul.product-type-tab.active-mp {
  border-bottom: 10px solid #24ab4a;
}
.product-detail ul.product-type-tab.active-ebook {
  border-bottom: 10px solid #E71F19;
}
.product-detail ul.product-type-tab li {
  display: block;
  float: left;
  width: calc(33.33% - 20px);
  margin-left: 15px;
}
@media (max-width: 330px) {
  .product-detail ul.product-type-tab li {
    width: calc(33.33% - 6.67px);
    margin-left: 5px;
  }
}
.product-detail ul.product-type-tab li .tab {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0 3px;
  background-color: #bbb;
  color: white;
  border-radius: 5px 5px 0 0;
  border-bottom: 3px solid #eee;
  white-space: nowrap;
}
.product-detail ul.product-type-tab li .tab.active {
  box-shadow: none;
  font-weight: bold;
  border-bottom: 3px solid transparent;
}
.product-detail ul.product-type-tab li .tab.book {
  background-color: #003893;
}
.product-detail ul.product-type-tab li .tab.mp {
  background-color: #24ab4a;
}
.product-detail ul.product-type-tab li .tab.ebook {
  background-color: #E71F19;
}
.product-detail ul.product-type-tab li .tab .badge {
  vertical-align: 2px;
}
.product-detail .product-title.book {
  color: #003893;
}
.product-detail .product-title.mp {
  color: #24ab4a;
}
.product-detail .product-title.ebook {
  color: #E71F19;
}
.product-detail .cover-image-holder .cover-image {
  min-width: 200px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .product-detail .cover-image-holder .cover-image {
    max-height: 300px;
  }
}
.product-detail .cover-image-holder .cover-image.drop-shadow {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}
.product-detail table.product-description {
  font-size: 14px;
  line-height: 2;
}
.product-detail table.product-description th {
  white-space: nowrap;
  color: #888;
}
.product-detail .price-row {
  text-align: center;
}
.product-detail .price-row .item-price {
  font-size: 30px;
  font-weight: bold;
}
.product-detail .device-available {
  text-align: center;
}
.product-detail .device-available .badge {
  font-weight: normal;
  font-size: 12px;
}
.product-detail .device-available .badge.passive {
  opacity: 0.1;
}
.product-detail .all-cover-images-container {
  background-color: #eee;
}
.product-detail .all-cover-images-container .cover-image {
  width: auto;
  max-height: 120px;
  margin: 5px 2px;
}
.product-detail .review-summary-table {
  width: 100%;
}
.product-detail .review-summary-table .td-review-star {
  width: 100px;
  text-align: left;
}
.product-detail .review-summary-table img.review-bar {
  height: 12px;
}
.product-detail .review-summary-table .td-review-count {
  text-align: right;
  width: 40px;
}
.product-detail img.shipping-map {
  border: 1px solid black;
}
.product-detail .mp-products .lowest-price-badge {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -5px;
  background: red;
  color: white;
  text-align: center;
  border-radius: 50%;
  padding-top: 16px;
  font-size: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (min-width: 768px) {
  .product-detail .mp-products .lowest-price-badge {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .product-detail .mp-products .lowest-price-badge {
    left: 0;
  }
}
.product-detail .social-link-tags {
  background-color: #eee;
  border-top: 1px solid #e3e3e3;
}
.product-detail .main-comment,
.product-detail .outline {
  overflow-x: auto;
}
.product-detail .main-comment img,
.product-detail .outline img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.product-detail .shipping-message {
  border: 1px solid red;
  padding: 5px;
  color: red;
  font-size: 16px;
  width: 100%;
  float: right;
  text-align: center;
  margin: 0 0 10px 0;
}
.product-detail-part-buy .products-table td:nth-of-type(1) {
  width: 10%;
  text-align: center;
}
.product-detail-part-buy .products-table td:nth-of-type(2) {
  width: 20%;
}
.product-detail-part-buy .products-table td:nth-of-type(2) img {
  max-width: 100%;
  min-width: 70px;
}
.product-detail-part-buy .products-table td:nth-of-type(3) {
  width: 70%;
}
