@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;
}
