@import url('https://fonts.googleapis.com/css?family=Roboto:700');
.hidden {
  display: none !important;
}
.secret {
  display: none;
}
.viewer {
  position: relative;
  background: #333;
  text-align: center;
  min-height: 500px;
  max-height: 800px;
  overflow: hidden;
  box-sizing: border-box;
  height: calc(100% - 135px);
}
@media screen and (max-width: 600px) {
  .viewer {
    background: #fff;
    min-height: inherit;
    height: 500px;
    max-height: calc(100% - 150px);
  }
}
@media screen and (max-width: 320px) {
  .viewer {
    height: 450px;
  }
}
@media screen and (max-height: 450px) {
  .viewer {
    min-height: inherit;
    max-height: none;
    height: 100%;
  }
}
.viewer .viewer-controller,
.viewer .viewer-controller-container,
.viewer .viewer-close-fullscreen {
  display: none;
}
.viewer .table-of-contents-container {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.viewer .table-of-contents-container .table-of-contents {
  background: #fff;
  width: 74%;
  max-width: 300px;
  text-align: left;
  padding: 20px 20px 0;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100% - 20px);
  -webkit-overflow-scrolling: touch;
}
.viewer .table-of-contents-container .table-of-contents-title {
  color: #333;
  text-align: center;
  font-size: 25px;
  padding: 4px 0 8px;
}
@media screen and (max-width: 600px) {
  .viewer .table-of-contents-container .table-of-contents-title {
    font-size: 20px;
  }
}
.viewer .table-of-contents-container li.table-of-content-item {
  border-bottom: 1px solid #eaeaea;
}
.viewer .table-of-contents-container li.table-of-content-item:last-child {
  margin-bottom: 56px;
}
.viewer .table-of-contents-container li.table-of-content-item.active a,
.viewer .table-of-contents-container li.table-of-content-item.active a:hover {
  background-color: #f1f6c7;
}
.viewer .table-of-contents-container li.table-of-content-item a {
  color: #333;
  display: block;
  text-decoration: none;
  padding: 18px 0;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .viewer .table-of-contents-container li.table-of-content-item a {
    font-size: 15px;
  }
}
.viewer .table-of-contents-container li.table-of-content-item a:hover {
  background-color: #fafafa;
}
#content {
  -webkit-overflow-scrolling: touch;
}
html,
body {
  height: 100%;
}
.expand .viewer {
  height: 100%;
  max-height: calc(100% - 40px);
}
@media screen and (max-width: 600px) {
  .expand .viewer {
    background: #333;
  }
}
.expand .app-read-content {
  display: none;
}
.fullscreen {
  overflow-y: hidden;
}
.fullscreen .header {
  display: none;
  visibility: hidden;
}
.fullscreen .viewer {
  height: 100%;
  max-height: none;
}
@media screen and (max-width: 600px) {
  .fullscreen .viewer {
    background: #333;
  }
}
.fullscreen .viewer .viewer-close-fullscreen {
  display: block;
}
.fullscreen .viewer .viewer-close-fullscreen a {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.25);
  z-index: 1010;
  top: 8px;
  right: 8px;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.65);
}
.fullscreen .viewer .viewer-close-fullscreen a:hover {
  background: #fff;
  color: #000;
}
.fullscreen .app-read-content {
  display: none;
}
.viewer,
#content,
.content-inner.scroll-horizontal,
.image-container {
  -webkit-transition: height 200ms 0s ease-out, width 200ms 0s ease-out;
  transition: height 200ms 0s ease-out, width 200ms 0s ease-out;
}
#content,
.content-inner.scroll-horizontal,
.image-container {
  height: 100%;
}
.image-container .page-image,
.image-container canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}
.page-dummy {
  background-color: #fff;
  display: inline-block;
}
.direction-guide {
  position: absolute;
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  margin: -65px 0 0 -65px;
  padding-top: 104px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.95);
  background-repeat: no-repeat;
  background-position: center 36px;
}
.direction-guide-horizontal {
  background-image: url("/images/viewer/notice_keytop.png");
  background-size: 114px 48px;
}
@media screen and (max-width: 600px) {
  .direction-guide-horizontal {
    background-size: 80.5px 65.5px;
    background-position: center 25px;
  }
  .direction-guide-horizontal.rtl {
    background-image: url("/images/viewer/notice_tap.png");
  }
  .direction-guide-horizontal.ltr {
    background-image: url("/images/viewer/notice_tap_ltr.png");
  }
}
.direction-guide-vertical {
  background-image: url("/images/viewer/notice_keytop_down.png");
  background-size: 54px 48px;
}
@media screen and (max-width: 600px) {
  .direction-guide-vertical {
    background-image: url("/images/viewer/notice_slidedown.png");
    background-size: 65px 48px;
  }
}
.viewer-controller {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  line-height: 0;
  text-align: center;
  zoom: 1;
}
.viewer-controller:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 600px) {
  .viewer-controller {
    border: none;
    background: #333;
  }
}
@media screen and (max-height: 450px) {
  .viewer-controller {
    display: none;
  }
}
.viewer-controller ul {
  display: inline-block;
  zoom: 1;
}
.viewer-controller ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 600px) {
  .viewer-controller ul {
    display: block;
    padding: 0 8px;
    box-sizing: border-box;
  }
}
.viewer-controller li {
  position: relative;
  float: left;
}
.viewer-controller li.viewer-btn-slider-container,
.viewer-controller li.viewer-btn-table-of-contents-container {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  .viewer-controller li.viewer-btn-slider-container,
  .viewer-controller li.viewer-btn-table-of-contents-container {
    position: static;
    float: right;
  }
}
.viewer-controller li.viewer-btn-table-of-contents-container + .viewer-btn-slider-container {
  right: 80px;
}
.controller-vertical .viewer-btn-slider-container {
  display: none;
}
.viewer-btn-normal,
.viewer-btn-expand,
.viewer-btn-fullscreen,
.viewer-btn-slider,
.viewer-btn-table-of-contents {
  display: block;
  min-width: 90px;
  padding: 8px 0;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .viewer-btn-normal,
  .viewer-btn-expand,
  .viewer-btn-fullscreen,
  .viewer-btn-slider,
  .viewer-btn-table-of-contents {
    min-width: auto;
    font-size: 11px;
  }
}
.viewer-btn-normal::before,
.viewer-btn-expand::before,
.viewer-btn-fullscreen::before,
.viewer-btn-slider::before,
.viewer-btn-table-of-contents::before {
  position: relative;
  content: "";
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  margin-right: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.viewer-btn-normal,
.viewer-btn-expand,
.viewer-btn-fullscreen {
  position: relative;
}
@media screen and (max-width: 600px) {
  .viewer-btn-normal,
  .viewer-btn-expand,
  .viewer-btn-fullscreen {
    color: #999;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.viewer-btn-normal:not(.current):hover,
.viewer-btn-expand:not(.current):hover,
.viewer-btn-fullscreen:not(.current):hover {
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 600px) {
  .viewer-btn-normal:not(.current):hover,
  .viewer-btn-expand:not(.current):hover,
  .viewer-btn-fullscreen:not(.current):hover {
    color: #fff;
    background-color: transparent;
  }
}
.viewer-btn-normal.current,
.viewer-btn-expand.current,
.viewer-btn-fullscreen.current {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: default;
}
@media screen and (max-width: 600px) {
  .viewer-btn-normal.current,
  .viewer-btn-expand.current,
  .viewer-btn-fullscreen.current {
    display: none;
  }
}
.viewer-btn-normal::before {
  background-image: url("/images/viewer/ic_normal.png");
  width: 18px;
  height: 12px;
}
@media screen and (max-width: 600px) {
  .viewer-btn-normal::before {
    background-image: url("/images/viewer/ic_normal_white.png");
  }
}
.viewer-btn-expand::before {
  background-image: url("/images/viewer/ic_expand.png");
  width: 24px;
  height: 16px;
}
@media screen and (max-width: 600px) {
  .viewer-btn-expand::before {
    background-image: url("/images/viewer/ic_expand_white.png");
  }
}
.viewer-btn-fullscreen::before {
  background-image: url("/images/viewer/ic_fullscreen.png");
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 600px) {
  .viewer-btn-fullscreen::before {
    background-image: url("/images/viewer/ic_fullscreen_white.png");
  }
}
@media screen and (max-width: 600px) {
  .viewer-btn-slider,
  .viewer-btn-table-of-contents {
    color: #999;
    display: inline-block;
    padding: 8px;
  }
}
.viewer-btn-slider:hover,
.viewer-btn-table-of-contents:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 600px) {
  .viewer-btn-slider:hover,
  .viewer-btn-table-of-contents:hover {
    color: #fff;
    background-color: transparent;
  }
}
.viewer-btn-slider::before {
  background-image: url("/images/viewer/ic_move.png");
  width: 20px;
  height: 8px;
}
@media screen and (max-width: 600px) {
  .viewer-btn-slider::before {
    background-image: url("/images/viewer/ic_move_white.png");
  }
}
.viewer-btn-table-of-contents::before {
  background-image: url("/images/viewer/ic_list.png");
  width: 20px;
  height: 12.5px;
}
@media screen and (max-width: 600px) {
  .viewer-btn-table-of-contents::before {
    background-image: url("/images/viewer/ic_list_white.png");
  }
}
.viewer-table-of-contents-button-container {
  position: absolute;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  bottom: -1px;
  left: 0;
  text-align: right;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .viewer-table-of-contents-button-container {
    background: #333;
  }
}
.viewer-table-of-contents-button-close {
  display: inline-block;
  min-width: 90px;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .viewer-table-of-contents-button-close {
    color: #999;
  }
}
.viewer-table-of-contents-button-close:hover {
  color: #e53935;
}
@media screen and (max-width: 600px) {
  .viewer-table-of-contents-button-close:hover {
    color: #fff;
  }
}
.viewer-slider {
  position: absolute;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  padding: 14px 0;
  bottom: -1px;
  left: 0;
  text-align: center;
  z-index: 100;
}
.viewer-slider-container {
  display: inline-block;
  width: calc(100% - 160px);
}
.viewer-slider-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .viewer-slider-inner {
    position: static;
    width: 100%;
  }
}
.viewer-slider span {
  position: absolute;
  display: block;
}
.viewer-slider-next,
.viewer-slider-prev {
  color: #999;
  font-size: 12px;
  padding: 13px 16px;
}
.viewer-slider-next:before,
.viewer-slider-prev:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  border: 4px solid transparent;
}
.viewer-slider-next.rtl {
  left: 0;
}
.viewer-slider-next.rtl:before {
  left: 4px;
  border-right-color: #999;
}
.viewer-slider-next.ltr {
  right: 0;
}
.viewer-slider-next.ltr:before {
  right: 4px;
  border-left-color: #999;
}
.viewer-slider-prev.rtl {
  right: 0;
}
.viewer-slider-prev.rtl:before {
  right: 4px;
  border-left-color: #999;
}
.viewer-slider-prev.ltr {
  left: 0;
}
.viewer-slider-prev.ltr:before {
  left: 4px;
  border-right-color: #999;
}
.viewer-slider-pagenum,
.viewer-slider-pagenum-last {
  font-size: 10px;
  color: #999;
  margin-top: 13px;
}
.viewer-slider-pagenum {
  right: 80px;
}
.viewer-slider-pagenum-last.rtl {
  left: 64px;
}
.viewer-slider-pagenum-last.ltr {
  right: 64px;
}
.viewer-slider-pagenum-now {
  top: -35px;
  left: 104px;
  padding: 12px 10px;
  color: #fff;
  background-color: #e53935;
  font-size: 12px;
  border-radius: 2px;
}
@media screen and (max-width: 600px) {
  .viewer-slider-pagenum-now {
    top: -20px;
  }
}
.viewer-slider-pagenum-now:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  border: 5px solid transparent;
  border-top-color: #e53935;
  margin-left: -5px;
}
input[type=range].slider {
  -webkit-appearance: none;
  width: calc(100% - 160px);
  margin: 7px 0;
  padding: 0;
}
@media screen and (max-width: 980px) {
  input[type=range].slider {
    width: 100%;
  }
}
input[type=range].slider:focus {
  outline: none;
}
input[type=range].slider:focus::-ms-tooltip {
  display: none;
}
input[type=range].slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #eaeaea;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}
input[type=range].slider:focus::-webkit-slider-runnable-track {
  background: #f7f7f7;
}
input[type=range].slider::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 22px;
  width: 22px;
  border-radius: 11px;
  background: #e53935;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range].slider::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #eaeaea;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}
input[type=range].slider::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 22px;
  width: 22px;
  border-radius: 11px;
  background: #e53935;
  cursor: pointer;
}
input[type=range].slider::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-width: 8px;
}
input[type=range].slider::-ms-fill-lower {
  background: #dddddd;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range].slider::-ms-fill-upper {
  background: #eaeaea;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range].slider::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 22px;
  width: 22px;
  border-radius: 11px;
  background: #e53935;
  cursor: pointer;
}
input[type=range].slider:focus::-ms-fill-lower {
  background: #eaeaea;
}
input[type=range].slider:focus::-ms-fill-upper {
  background: #f7f7f7;
}
.viewer-horizontal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.content-inner.scroll-horizontal {
  position: relative;
  overflow: hidden;
}
.scroll-horizontal .image-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
}
.scroll-horizontal .page-area {
  display: inline-block;
  vertical-align: top;
}
.scroll-horizontal .align-left {
  text-align: left;
}
.scroll-horizontal .align-right {
  text-align: right;
}
.scroll-horizontal .align-center {
  text-align: center;
}
.scroll-horizontal .hide {
  display: none !important;
}
.scroll-horizontal .page-navigation-backward,
.scroll-horizontal .page-navigation-forward {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 27px 49.5px;
  opacity: .2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.scroll-horizontal .page-navigation-backward:hover,
.scroll-horizontal .page-navigation-forward:hover {
  opacity: 1;
}
.scroll-horizontal .page-navigation-backward .icon-label,
.scroll-horizontal .page-navigation-forward .icon-label {
  display: none;
}
.scroll-horizontal .page-navigation-backward.rtl {
  right: 0;
  background-image: url("/images/viewer/ic_viewer_backward.png");
  background-position: right 20px center;
}
.scroll-horizontal .page-navigation-backward.ltr {
  left: 0;
  background-image: url("/images/viewer/ic_viewer_forward.png");
  background-position: 20px center;
}
@media screen and (max-width: 980px) {
  .scroll-horizontal .page-navigation-backward {
    background: none !important;
  }
}
.scroll-horizontal .page-navigation-forward.rtl {
  left: 0;
  background-image: url("/images/viewer/ic_viewer_forward.png");
  background-position: 20px center;
}
.scroll-horizontal .page-navigation-forward.ltr {
  right: 0;
  background-image: url("/images/viewer/ic_viewer_backward.png");
  background-position: right 20px center;
}
@media screen and (max-width: 980px) {
  .scroll-horizontal .page-navigation-forward {
    background: none !important;
  }
}
.scroll-horizontal .page-navigation-forward.slideonly {
  width: 100%;
}
.content-vertical {
  overflow-x: hidden;
  overflow-y: scroll;
}
.scroll-vertical .page-area {
  text-align: center;
  line-height: 0;
}
.scroll-vertical .page-area img {
  vertical-align: middle;
}
.scroll-vertical .page-navigation {
  display: none;
}
.link-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  margin: 0 auto;
}
.link-page-half {
  height: 700px;
}
@media screen and (max-width: 600px) {
  .link-page-half {
    height: 500px;
  }
}
.align-right .link-page {
  float: right;
}
.align-left .link-page {
  float: left;
}
.link-page-content {
  white-space: normal;
  text-align: center;
  width: 100%;
}
.link-page-full .link-page-content {
  height: 100%;
}
.link-page-half .link-page-content {
  height: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.link-slot {
  width: 100%;
}
.link-page-full .link-slot {
  height: 100%;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.link-page-full .link-slot img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
}
.link-page-full .link-slot a {
  position: absolute;
  width: 100%;
  height: 15%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 100;
}
.scroll-vertical .link-page-full .link-slot img {
  max-height: none;
}
.link-page-half .link-slot {
  height: 50%;
  padding: 2% 0;
  box-sizing: border-box;
}
.link-page-half .link-slot a {
  position: relative;
  z-index: 100;
  line-height: 0;
}
.link-page-half .link-slot img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.link-page-half .link-slot p {
  font-weight: bold;
  font-size: 17px;
  padding: 8px 16px 0;
  line-height: 1.4;
  position: relative;
  z-index: 100;
}
@media screen and (max-height: 800px) {
  .link-page-half .link-slot p {
    font-size: 15px;
    padding: 4px 6px 0;
  }
}
@media screen and (max-width: 600px) {
  .link-page-half .link-slot p {
    font-size: 10px;
    padding: 4px 6px 0;
  }
}
@media screen and (max-height: 450px) {
  .link-page-half .link-slot p {
    font-size: 10px;
    padding: 4px 6px 0;
  }
}
.link-page-half .link-slot.with-text img {
  max-height: 85%;
  height: auto;
  max-width: 100%;
}
.page-ad {
  display: inline-block;
  background: #fff;
}
.scroll-vertical .page-ad {
  min-height: 350px;
  padding: 24px 0;
}
#ad-nav-area-wrap,
#ad-nav-area-content {
  width: 100%;
  height: 100%;
}
#content.content-vertical #ad-nav-area-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#content.content-vertical .ad-container {
  margin: 10px;
}
@media screen and (max-width: 350px) {
  #content.content-vertical .ad-container {
    width: 320px;
  }
}
@media screen and (max-width: 320px) {
  #content.content-vertical .ad-container {
    width: 300px;
  }
}
#content:not(.content-vertical) #ad-nav-area-wrap {
  display: table;
}
#content:not(.content-vertical) #ad-nav-area-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 350px) {
  #content:not(.content-vertical) #ad-nav-area-content {
    padding: 0 15px;
  }
}
@media screen and (max-height: 450px) {
  #content:not(.content-vertical) #ad-nav-area-content {
    padding: 0 15px;
  }
}
.ad-container {
  margin: 10px auto;
}
@media screen and (max-width: 350px) {
  .ad-container {
    margin: 10px auto;
    border: 1px solid #eaeaea;
    max-width: 320px;
  }
}
@media screen and (max-height: 450px) {
  .ad-container {
    margin: 10px auto;
    border: 1px solid #eaeaea;
    max-width: 320px;
  }
}
@media screen and (max-width: 600px) {
  .ad-container img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.ad-container iframe {
  position: relative;
  z-index: 100;
}
.back-matter {
  position: relative;
  text-align: left;
  display: inline-block;
  line-height: 1.5;
  height: 100%;
  background: #fff;
}
.back-matter-content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.scroll-vertical #viewer-colophon {
  padding-bottom: 16px;
  border-top: 1px solid #333;
}
.viewer-colophon-info-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.scroll-vertical .viewer-colophon-info-wrapper {
  display: block;
  height: auto;
}
.viewer-colophon-info {
  text-align: center;
  line-height: 1;
}
.scroll-vertical .viewer-colophon-info {
  display: block;
  padding: 40px;
}
.viewer-colophon-title {
  font-size: 15px;
  font-weight: 700;
  padding: 0 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px), screen and (max-height: 450px) {
  .viewer-colophon-title {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.viewer-colophon-subtitle {
  font-size: 12px;
  margin-bottom: 4px;
}
.viewer-colophon-date {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .viewer-colophon-date {
    font-size: 10px;
  }
}
.viewer-colophon-next-episode {
  margin-top: 15px;
  width: 100%;
  z-index: 1000;
  left: 0;
}
.viewer-colophon-next-episode .next-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  background: #e53935;
  color: #fff;
  padding: 0 16px;
  line-height: 32px;
  border-radius: 16px;
}
.viewer-colophon-next-episode .next-link:hover {
  color: #fff;
  background: #d6201c;
}
.viewer-colophon-next-episode .top-link {
  font-size: 13px;
  color: #e53935;
}
.viewer-colophon-next-episode .top-link:hover {
  text-decoration: underline;
}
.viewer-colophon-next-episode .next-bought-link {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  background: #e53935;
  color: #fff;
  padding: 0 24px;
  margin: 0 16px;
  line-height: 40px;
  min-width: 160px;
  border-radius: 8px;
}
@media screen and (max-height: 450px), screen and (max-width: 600px) {
  .viewer-colophon-next-episode .next-bought-link {
    font-size: 13px;
    line-height: 1.5em;
    min-width: 0;
    padding: 8px 16px;
  }
}
.viewer-colophon-next-episode .next-bought-link:hover {
  color: #fff;
  background: #d6201c;
}
.viewer-colophon-next-episode .next-bought-link span {
  padding-left: 8px;
}
.viewer-colophon-next-episode .next-bought-link img.point-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -3px 0 0 3px;
}
@media screen and (max-height: 450px), screen and (max-width: 600px) {
  .viewer-colophon-next-episode .next-bought-link img.point-icon {
    width: 14px;
    height: 14px;
  }
}
.viewer-colophon-recommend {
  width: 100%;
  z-index: 100;
}
.scroll-vertical .viewer-colophon-recommend {
  position: static;
}
.viewer-colophon-recommend a {
  display: block;
}
.viewer-colophon-recommend img {
  width: 100%;
  height: auto;
}
.viewer-colophon-recommend-title {
  font-size: 12px;
  color: #999;
  margin: 0 8px 8px;
  line-height: 1;
}
@media screen and (max-width: 600px), screen and (max-height: 450px) {
  .viewer-colophon-recommend-title {
    font-size: 11px;
    margin-bottom: 4px;
  }
}
.viewer-colophon-recommend-title strong {
  display: inline-block;
  font-weight: 300;
  color: #e53935;
  padding-right: 2px;
}
.viewer-colophon-recommend-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 0;
}
.viewer-colophon-recommend-list li {
  width: 33.33333333%;
  line-height: 0;
  box-sizing: border-box;
}
.viewer-colophon-news {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal;
  background-color: #fceaea;
  line-height: 1.4;
  margin: 0 16px;
  padding: 8px 16px;
  min-height: 60px;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .viewer-colophon-news {
    margin: 0 8px;
    padding: 4px 8px;
    min-height: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .viewer-colophon-news {
    min-height: 32px;
    font-size: 11px;
  }
}
@media screen and (max-height: 450px) {
  .viewer-colophon-news {
    min-height: 30px;
    font-size: 10px;
  }
}
.viewer-colophon-news a {
  color: #e53935;
  text-decoration: underline;
}
.viewer-colophon-news a:hover {
  color: #d6201c;
  text-decoration: underline;
}
.scroll-vertical .viewer-colophon-news {
  margin-bottom: 50px;
}
.viewer-colophon-news::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10px solid #e53935;
  border-right: 10px solid transparent;
}
.private-viewer {
  text-align: center;
  background: #333;
  color: #eaeaea;
}
.private-viewer .content {
  padding: 40px 0;
}
.private-viewer .episode-not-found-thumb {
  width: 67%;
  max-width: 204px;
  border: 1px solid #000;
  vertical-align: bottom;
}
@media screen and (max-width: 600px) {
  .private-viewer .episode-not-found-thumb {
    max-width: 187px;
  }
}
.private-viewer .episode-title {
  font-size: 17px;
  margin-top: 10px;
  padding: 0 24px;
}
@media screen and (max-width: 600px) {
  .private-viewer .episode-title {
    font-size: 15px;
  }
}
.private-viewer .private-message {
  color: #999;
  font-size: 15px;
  margin-top: 6px;
  padding: 0 24px;
}
@media screen and (max-width: 600px) {
  .private-viewer .private-message {
    font-size: 13px;
  }
}
.private-viewer .read-button {
  background: #e53935;
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .private-viewer .read-button {
    margin-top: 16px;
  }
}
.private-viewer .read-button:hover {
  background: #d6201c;
}
.private-viewer .read-button span {
  margin-left: 8px;
}
.private-viewer .read-button img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: -3px 0 0 3px;
}
.private-viewer .app-download-container {
  width: 100%;
  background: #262626;
}
.private-viewer .app-download-content {
  box-sizing: border-box;
  display: table;
  width: 90%;
  max-width: 336px;
  margin: 0 auto;
  padding: 16px 5px 14px 54px;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .private-viewer .app-download-content {
    max-width: 280px;
    padding-left: 48px;
    padding: 14px 5px 12px 42px;
  }
}
.private-viewer .app-download-content img {
  width: 40px;
  position: absolute;
  top: 14px;
  left: 5px;
}
@media screen and (max-width: 600px) {
  .private-viewer .app-download-content img {
    width: 31px;
    top: 14px;
  }
}
.private-viewer .app-download-content .app-download-message {
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .private-viewer .app-download-content .app-download-message {
    font-size: 11px;
  }
}
.private-viewer .app-download-content .app-download-link {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  text-align: center;
}
.private-viewer .app-download-content .app-download-link a {
  font-size: 13px;
  padding: 7px 20px;
  background: #666;
  color: #fff;
  border-radius: 30px;
  margin-left: 3px;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .private-viewer .app-download-content .app-download-link a {
    font-size: 11px;
    padding: 6px 18px;
  }
}
@media screen and (max-width: 320px) {
  .private-viewer .app-download-content .app-download-link a {
    font-size: 11px;
    padding: 6px 12px;
  }
}
#page-episode .header {
  position: absolute;
  top: 0;
  z-index: 200;
  width: 100%;
}
@media screen and (max-height: 450px) {
  #page-episode .header {
    display: none;
  }
}
#page-episode.private .header {
  position: static;
}
.episode-header {
  border-bottom: 2px solid #000;
}
@media screen and (max-height: 450px) {
  .episode-header {
    margin-left: constant(safe-area-inset-left);
    margin-left: env(safe-area-inset-left);
    margin-right: constant(safe-area-inset-right);
    margin-right: env(safe-area-inset-right);
  }
}
.episode-header-notice span {
  display: block;
  background: #eeeeee;
  text-align: center;
  font-size: 12px;
  color: #999;
  padding: 3px 0;
  margin-bottom: -8px;
}
@media screen and (max-width: 600px) {
  .episode-header-notice span {
    font-size: 10px;
  }
}
.episode-header-container {
  padding: 0 16px;
  zoom: 1;
  width: 980px;
  margin: 0 auto;
  padding: 24px 0;
}
.episode-header-container:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 980px) {
  .episode-header-container {
    width: auto;
    margin: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .episode-header-container {
    position: relative;
    padding: 16px 0;
  }
}
.episode-header-title-wrapper {
  float: left;
  width: calc(100% - 300px);
}
@media screen and (max-width: 600px) {
  .episode-header-title-wrapper {
    float: none;
    width: auto;
  }
}
.episode-header-title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .episode-header-title {
    font-size: 17px;
  }
}
.episode-header-date {
  font-size: 12px;
  padding-top: 2px;
}
@media screen and (max-width: 600px) {
  .episode-header-date {
    display: inline;
    padding: 2px 4px 0 0;
    background: #fff;
  }
  .episode-header-date::before {
    content: "";
    display: block;
    border-top: 1px solid #eaeaea;
    width: 100%;
    position: absolute;
    margin-top: 10px;
    z-index: -1;
  }
}
.episode-header-share {
  float: right;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .episode-header-share {
    float: none;
    text-align: left;
    font-size: 12px;
    margin-top: 16px;
  }
}
.episode-header-share dt {
  color: #999;
  margin-bottom: 4px;
}
.episode-header-share dd {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
}
.episode-header-share #fb-root iframe {
  width: 100%;
}
.app-read-content {
  position: fixed;
  width: 100%;
  bottom: 30px;
  z-index: 100;
  text-align: center;
}
.app-read-content div {
  background: #e53935;
  margin: 0 auto;
  border-radius: 30px;
  display: inline-block;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.9);
}
.app-read-content .app-read-link {
  padding: 8px 16px 8px 24px;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  height: 22px;
}
.app-read-content .app-read-close {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  box-sizing: inherit;
  padding: 8px 24px 8px 16px;
  position: relative;
  height: 22px;
  vertical-align: middle;
}
.app-read-content .app-read-close img {
  width: 13px;
  padding: 5px 0 4px;
}
.app-read-content .app-read-close:before {
  content: '';
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  height: 24px;
  position: absolute;
  left: 0;
  top: 8px;
}
.series-information {
  zoom: 1;
  width: 980px;
  margin: 48px auto 0;
}
.series-information:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 980px) {
  .series-information {
    width: auto;
    padding: 0 16px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .series-information {
    margin: 32px 0 0;
  }
}
@media screen and (max-height: 450px) {
  .series-information {
    margin-left: constant(safe-area-inset-left);
    margin-left: env(safe-area-inset-left);
    margin-right: constant(safe-area-inset-right);
    margin-right: env(safe-area-inset-right);
    padding: 0 16px;
  }
}
.series-header {
  float: left;
  width: 242px;
}
@media screen and (max-width: 600px) {
  .series-header {
    float: none;
    width: auto;
  }
}
.series-contents {
  float: left;
  width: 505px;
  margin-left: 20px;
}
@media screen and (max-width: 980px) {
  .series-contents {
    float: right;
    width: calc(100% - 262px);
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .series-contents {
    float: none;
    width: auto;
  }
}
.series-sidebar {
  float: right;
  width: 180px;
}
@media screen and (max-width: 980px) {
  .series-sidebar {
    clear: both;
    float: right;
    width: calc(100% - 262px);
  }
}
@media screen and (max-width: 600px) {
  .series-sidebar {
    float: none;
    width: auto;
  }
}
.series-sidebar > div {
  border-top: 2px solid #000;
  margin-top: 40px;
}
.series-sidebar > div:first-child {
  border: none;
  margin-top: 0;
}
.series-header-image-wrapper {
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .series-header-image-wrapper {
    text-align: center;
    background: url("/images/viewer/bg_stripe.png") 0 0 repeat;
    background-size: 9px 9px;
  }
}
.series-header-image {
  width: 242px;
  height: 242px;
  background: #eaeaea;
}
@media screen and (max-width: 600px) {
  .series-header-image {
    width: 181px;
    height: 181px;
  }
}
.series-header-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 8px 0;
}
@media screen and (max-width: 600px) {
  .series-header-title {
    margin: 12px 0 2px;
  }
}
.series-header-author {
  font-size: 15px;
}
.series-header-description {
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .series-header-description {
    margin-top: 16px;
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .series-contents {
    margin-top: 32px;
  }
}
.series-contents .read-more-container {
  text-align: center;
  min-height: inherit;
}
.series-contents .read-more-container button,
.series-contents .read-more-container a {
  cursor: pointer;
  background: #fff;
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 16px 0;
  border: none;
  opacity: .4;
}
.series-contents .read-more-container button::after,
.series-contents .read-more-container a::after {
  display: inline-block;
  content: "";
  background: url("/images/viewer/ic_arrow_down_small.png") center center no-repeat;
  width: 8.5px;
  height: 5px;
  background-size: contain;
  vertical-align: middle;
  margin: -2px 0 0 8px;
}
.series-contents .read-more-container button:hover,
.series-contents .read-more-container a:hover {
  opacity: 1;
  background: #fafafa;
}
.series-episode-list.episode-list-fixed li:last-child,
.series-special-contents-list.episode-list-fixed li:last-child {
  margin-bottom: 40px;
}
.series-episode-list li,
.series-special-contents-list li {
  border-bottom: 1px solid #eaeaea;
}
.series-episode-list li:first-child,
.series-special-contents-list li:first-child {
  border-top: 1px solid #eaeaea;
}
.series-episode-list li.series-more-episodes,
.series-special-contents-list li.series-more-episodes {
  display: none;
}
.series-episode-list li.current-episode,
.series-special-contents-list li.current-episode {
  background: #f1f6c7;
  padding: 8px 0;
}
.series-episode-list li.current-episode a,
.series-special-contents-list li.current-episode a {
  cursor: default;
  background: transparent;
}
.series-episode-list li.no-thumb .series-episode-list-title-wrapper,
.series-special-contents-list li.no-thumb .series-episode-list-title-wrapper {
  padding: 0 8px;
  width: auto;
}
@media screen and (max-width: 600px) {
  .series-episode-list li.no-thumb .series-episode-list-title-wrapper,
  .series-special-contents-list li.no-thumb .series-episode-list-title-wrapper {
    padding: 0 6px;
  }
}
.series-episode-list li.no-thumb .series-episode-list-date,
.series-special-contents-list li.no-thumb .series-episode-list-date {
  float: left;
  padding-top: 2px;
}
.series-episode-list li.no-thumb .series-episode-list-title,
.series-special-contents-list li.no-thumb .series-episode-list-title,
.series-episode-list li.no-thumb .series-episode-list-period,
.series-special-contents-list li.no-thumb .series-episode-list-period,
.series-episode-list li.no-thumb .series-episode-list-private,
.series-special-contents-list li.no-thumb .series-episode-list-private {
  margin-left: 85px;
}
@media screen and (max-width: 600px) {
  .series-episode-list li.no-thumb .series-episode-list-title,
  .series-special-contents-list li.no-thumb .series-episode-list-title,
  .series-episode-list li.no-thumb .series-episode-list-period,
  .series-special-contents-list li.no-thumb .series-episode-list-period,
  .series-episode-list li.no-thumb .series-episode-list-private,
  .series-special-contents-list li.no-thumb .series-episode-list-private {
    margin-left: 72px;
  }
}
.series-episode-list li.no-thumb .series-episode-list-title,
.series-special-contents-list li.no-thumb .series-episode-list-title {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .series-episode-list li.no-thumb .series-episode-list-title,
  .series-special-contents-list li.no-thumb .series-episode-list-title {
    font-size: 15px;
  }
}
.series-episode-list li.no-thumb .series-episode-list-period,
.series-special-contents-list li.no-thumb .series-episode-list-period {
  margin-bottom: -5px;
  margin-top: 3px;
  display: block;
}
.series-episode-list li.no-thumb a,
.series-special-contents-list li.no-thumb a {
  padding: 10px 0 20px;
}
.series-episode-list li.no-thumb.current-episode,
.series-special-contents-list li.no-thumb.current-episode {
  padding: 10px 0 20px;
}
.series-episode-list li.private,
.series-special-contents-list li.private {
  position: relative;
}
.series-episode-list li.private .series-episode-list-thumb-container::before,
.series-special-contents-list li.private .series-episode-list-thumb-container::before {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.series-episode-list li.private .series-episode-list-date,
.series-special-contents-list li.private .series-episode-list-date,
.series-episode-list li.private .series-episode-list-title,
.series-special-contents-list li.private .series-episode-list-title {
  color: #b3b3b3;
}
.series-episode-list li.private .series-episode-list-title-wrapper,
.series-special-contents-list li.private .series-episode-list-title-wrapper {
  opacity: .9;
}
.series-episode-list li.magazine .series-episode-list-title-wrapper,
.series-special-contents-list li.magazine .series-episode-list-title-wrapper {
  width: calc(100% - 115px);
}
@media screen and (max-width: 600px) {
  .series-episode-list li.magazine .series-episode-list-title-wrapper,
  .series-special-contents-list li.magazine .series-episode-list-title-wrapper {
    width: calc(100% - 96px);
  }
}
@media screen and (max-width: 320px) {
  .series-episode-list li.magazine .series-episode-list-title-wrapper,
  .series-special-contents-list li.magazine .series-episode-list-title-wrapper {
    width: calc(100% - 72px);
  }
}
.series-episode-list li.magazine .series-episode-list-thumb-container,
.series-special-contents-list li.magazine .series-episode-list-thumb-container {
  width: 115px;
}
@media screen and (max-width: 600px) {
  .series-episode-list li.magazine .series-episode-list-thumb-container,
  .series-special-contents-list li.magazine .series-episode-list-thumb-container {
    width: 96px;
  }
}
@media screen and (max-width: 320px) {
  .series-episode-list li.magazine .series-episode-list-thumb-container,
  .series-special-contents-list li.magazine .series-episode-list-thumb-container {
    width: 72px;
  }
}
.series-episode-list a,
.series-special-contents-list a {
  display: block;
  padding: 8px 0;
  cursor: pointer;
  color: #000;
}
.series-episode-list a:hover,
.series-special-contents-list a:hover {
  color: #000;
  background: #fafafa;
}
.series-episode-list-title-wrapper,
.series-special-contents-list-title-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 176px);
  padding-left: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .series-episode-list-title-wrapper,
  .series-special-contents-list-title-wrapper {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 320px) {
  .series-episode-list-title-wrapper,
  .series-special-contents-list-title-wrapper {
    width: calc(100% - 112px);
  }
}
.series-episode-list-thumb-container,
.series-special-contents-list-thumb-container {
  width: 160px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .series-episode-list-thumb-container,
  .series-special-contents-list-thumb-container {
    width: 144px;
  }
}
@media screen and (max-width: 320px) {
  .series-episode-list-thumb-container,
  .series-special-contents-list-thumb-container {
    width: 96px;
  }
}
.series-episode-list-thumb,
.series-special-contents-list-thumb {
  width: 100%;
  height: auto;
  background: #eaeaea;
  border: 1px solid #000;
  box-sizing: border-box;
  vertical-align: middle;
}
.series-episode-list-date,
.series-special-contents-list-date {
  font-size: 12px;
  color: #999;
}
@media screen and (max-width: 600px) {
  .series-episode-list-date,
  .series-special-contents-list-date {
    font-size: 10px;
  }
}
.series-episode-list-period,
.series-special-contents-list-period {
  font-size: 13px;
  color: #e50012;
  display: block;
  margin: 4px 0 0;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .series-episode-list-period,
  .series-special-contents-list-period {
    font-size: 12px;
    margin: 2px 0 0;
  }
}
.series-episode-list-private,
.series-special-contents-list-private {
  font-size: 12px;
  display: block;
  margin: 4px 0 0;
}
@media screen and (max-width: 600px) {
  .series-episode-list-private,
  .series-special-contents-list-private {
    margin: 2px 0 0;
  }
}
.series-episode-list-description,
.series-special-contents-list-description {
  font-size: 12px;
  margin: 4px 4px 4px 0;
}
@media screen and (max-width: 600px) {
  .series-episode-list-description,
  .series-special-contents-list-description {
    font-size: 11px;
    margin: 3px 3px 3px 0;
  }
}
.series-episode-list-price,
.series-special-contents-list-price {
  font-size: 12px;
  margin: 4px 4px 4px 0;
  padding: 0 6px;
  background: #eaeaea;
  color: #333;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .series-episode-list-price,
  .series-special-contents-list-price {
    font-size: 11px;
    margin: 3px 3px 3px 0;
  }
}
.series-episode-list-purchased,
.series-special-contents-list-purchased {
  font-size: 12px;
  margin: 6px 0 0;
  color: #2cbe4e;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .series-episode-list-purchased,
  .series-special-contents-list-purchased {
    font-size: 11px;
    margin: 4px 0 0 0;
  }
}
.series-episode-list-purchased::before,
.series-special-contents-list-purchased::before {
  display: block;
  content: "";
  width: 13px;
  height: 10px;
  background: url("/images/viewer/ic_checked.png") center center no-repeat;
  background-size: contain;
  float: left;
  margin: 5px 6px 0 0;
}
@media screen and (max-width: 600px) {
  .series-episode-list-purchased::before,
  .series-special-contents-list-purchased::before {
    margin: 3px 4px 0 0;
  }
}
.series-special-contents-list li:last-child {
  margin-bottom: 40px;
}
.series-special-contents-title {
  font-weight: 700;
  font-size: 17px;
  border-top: 2px solid #000;
  padding: 16px 0;
}
.series-banner {
  margin-bottom: 20px;
  line-height: 0;
}
.series-banner img {
  max-width: 100%;
  background: #eaeaea;
  margin-bottom: 20px;
  vertical-align: middle;
}
.series-video {
  margin-bottom: 20px;
}
.series-video iframe {
  max-width: 100%;
  margin-bottom: 20px;
}
.series-related-articles {
  width: 980px;
  margin: 40px auto;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 0 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .series-related-articles {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-height: 450px) {
  .series-related-articles {
    margin-right: calc(constant(safe-area-inset-right) + 8px);
    margin-left: calc(constant(safe-area-inset-right) + 8px);
    margin-right: calc(env(safe-area-inset-right) + 8px);
    margin-left: calc(env(safe-area-inset-right) + 8px);
  }
}
.series-related-articles-title {
  font-weight: 700;
  font-size: 15px;
  padding: 16px 0;
}
.series-related-article-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.series-related-article-list li {
  width: calc(25% - 20px);
  line-height: 1.3;
  padding-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .series-related-article-list li {
    width: calc(50% - 8px);
  }
}
.series-related-article-list a {
  position: relative;
  display: block;
}
.series-related-article-list a:hover {
  color: #e53935;
}
.series-related-article-list-title {
  font-size: 13px;
  line-height: 1.4;
  margin: 12px 0 8px;
}
.series-related-article-list-date,
.series-related-article-list-description {
  display: inline;
  font-size: 11px;
}
.series-related-article-list-date {
  color: #000;
}
.series-related-article-list-description {
  color: #999;
}
.series-related-article-list-thumb-wrapper {
  background: #fafafa;
  height: 90px;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .series-related-article-list-thumb-wrapper {
    text-align: center;
  }
}
.series-related-article-list-thumb {
  width: auto;
  max-width: 100%;
  height: 90px;
}
.series-book-details {
  background: #fafafa;
  background: url("/images/viewer/bg_dots.png") center repeat;
  background-size: 10.5px 16.5px;
  margin-bottom: 20px;
  padding: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .series-book-details {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
}
.series-book-details-title {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 5px;
  background: #000 url("/images/viewer/bg_top_banner.png") -380px -121px repeat-x;
  background-size: 810px 200px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .series-book-details-title {
    margin: 40px 0 10px;
    font-size: 13px;
    background-position: center bottom;
  }
}
.series-book-detail {
  zoom: 1;
}
.series-book-detail:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.series-book-detail .book-cover-content {
  padding: 15px 0 8px;
}
@media screen and (max-width: 980px) {
  .series-book-detail .book-cover-content {
    float: left;
    padding: 0 10px 10px;
  }
}
.series-book-detail .book-cover-content img {
  width: 100px;
  vertical-align: bottom;
}
.series-book-detail p,
.series-book-detail a.amazon-link,
.series-book-detail a.jbookstore-link,
.series-book-detail a.ebookjapan-link,
.series-book-detail a.rakutenbooks-link {
  margin: 0 10px;
}
@media screen and (max-width: 980px) {
  .series-book-detail p,
  .series-book-detail a.amazon-link,
  .series-book-detail a.jbookstore-link,
  .series-book-detail a.ebookjapan-link,
  .series-book-detail a.rakutenbooks-link {
    margin-left: 120px;
  }
}
.series-book-detail p {
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}
.series-book-detail p.author-name {
  color: #999;
}
.series-book-detail a.amazon-link,
.series-book-detail a.jbookstore-link,
.series-book-detail a.ebookjapan-link,
.series-book-detail a.rakutenbooks-link {
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-top: 5px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .series-book-detail a.amazon-link,
  .series-book-detail a.jbookstore-link,
  .series-book-detail a.ebookjapan-link,
  .series-book-detail a.rakutenbooks-link {
    max-width: 300px;
  }
}
.series-book-detail a.amazon-link:hover,
.series-book-detail a.jbookstore-link:hover,
.series-book-detail a.ebookjapan-link:hover,
.series-book-detail a.rakutenbooks-link:hover {
  border: 1px solid #cdcdcd;
}
.series-book-detail a.amazon-link img,
.series-book-detail a.jbookstore-link img,
.series-book-detail a.ebookjapan-link img,
.series-book-detail a.rakutenbooks-link img {
  vertical-align: bottom;
}
.series-book-detail a.amazon-link img {
  height: 29px;
  padding: 2px 5px 0;
}
.series-book-detail a.rakutenbooks-link img {
  height: 21px;
  padding: 5px;
}
.series-book-detail a.jbookstore-link img {
  height: 15px;
  padding: 8px 5px;
}
.series-book-detail a.ebookjapan-link img {
  height: 14px;
  padding: 9px 5px 8px;
}
.hatena-bookmark-comment-header {
  font-size: 14px;
  font-weight: 700;
  padding: 16px 0;
  zoom: 1;
}
.hatena-bookmark-comment-header:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.hatena-bookmark-comment-header a {
  display: block;
  float: left;
}
.hatena-bookmark-comment-header a::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/images/viewer/ic_bookmark.png") center center no-repeat;
  background-size: contain;
  float: left;
  margin: 1px 6px 0 0;
}
.hatena-bookmark-list-container {
  border-bottom: 1px solid #eaeaea;
}
.hatena-bookmark-item {
  border-top: 1px solid #eaeaea;
  padding: 8px 0;
  line-height: 1.4;
  font-size: 12px;
}
.hatena-bookmark-item.hatena-bookmark-addcomment-container {
  margin-left: 0;
}
.hatena-bookmark-addcomment a {
  font-size: 10px;
  display: block;
  padding: 4px 0;
  text-decoration: underline;
}
.hatena-bookmark-user-info {
  display: block;
}
.hatena-bookmark-profile-image {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.hatena-bookmark-username {
  font-size: 10px;
  font-weight: 700;
}
.hatena-bookmark-comment {
  font-size: 12px;
}
.hatena-bookmark-timestamp {
  display: block;
  font-size: 10px;
  color: #999;
  margin-top: 4px;
}
.hatena-bookmark-showall-comment,
.hatena-bookmark-entrypage-link {
  font-size: 12px;
}
.hatena-bookmark-showall-comment {
  border-top: 1px solid #eaeaea;
  margin-top: 8px;
  padding: 12px 0 4px;
}
.hatena-bookmark-span-button {
  cursor: pointer;
}
.hatena-bookmark-users,
.hatena-bookmark-tags,
.hatena-bookmark-star {
  display: none;
}
@media screen and (max-width: 980px) {
  .series-tweets {
    margin-top: 40px;
    border-top: 2px solid #000;
    padding-top: 16px;
  }
}
@media screen and (max-width: 600px) {
  .series-tweets iframe {
    width: 1px !important;
    min-width: 100% !important;
    -webkit-text-size-adjust: 100%;
  }
}
#page-episode-embed {
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
}
#page-episode-embed #content,
#page-episode-embed .viewer {
  height: 100%;
}
#page-episode-embed .viewer-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #333;
}
#page-episode-embed .viewer-embed-header {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
}
#page-episode-embed .viewer-embed-header > a {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 13px;
  line-height: 42px;
  height: 42px;
  padding: 0 42px 0 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#page-episode-embed .viewer-embed-header > a:hover {
  color: #e6e6e6;
}
#page-episode-embed .viewer-embed-header-title {
  font-weight: 700;
}
#page-episode-embed .viewer-embed-header-author:before {
  content: " - ";
}
#page-episode-embed .viewer-embed-header-pagenum {
  font-size: 10px;
  margin-left: 4px;
  display: inline-block;
}
#page-episode-embed .viewer-embed-header-share {
  position: absolute;
  top: 8px;
  right: 8px;
}
#page-episode-embed .viewer-embed-header-share a {
  width: 26px;
  height: 26px;
  color: white;
  background: url(/images/embed/ic_tweet.svg) left center no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: block;
  opacity: .65;
}
#page-episode-embed .viewer-embed-header-share a:hover {
  opacity: 1;
}
#page-episode-embed .viewer-embed-header-share-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
#page-episode-embed .viewer-embed-page-navigation-forward {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#page-episode-embed .viewer-embed-page-navigation-forward-text {
  background: #fff;
  padding: 12px 20px 10px 12px;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  left: 0;
  border: 2px solid rgba(0, 0, 0, 0.85);
  border-left: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  color: #000;
}
#page-episode-embed .viewer-embed-page-navigation-forward-text::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/images/embed/ic_expand_viewer.svg) left center no-repeat;
  background-size: contain;
  margin: -2px 12px 0 0;
  vertical-align: middle;
}
#page-episode-embed .viewer-embed-btn-expand {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  cursor: pointer;
}
#page-episode-embed .viewer-embed-btn-expand:hover .viewer-embed-page-navigation-forward-text {
  color: #fff;
  background: #333;
}
#page-episode-embed .viewer-embed-btn-expand:hover .viewer-embed-page-navigation-forward-text::before {
  background-image: url(/images/embed/ic_expand_viewer_white.svg);
}
#page-episode-embed .viewer-embed-viewer-container {
  display: none;
}
#page-episode-embed .viewer-embed-thumbnail-container {
  height: 100%;
  background: black;
}
#page-episode-embed .viewer-embed-thumbnail-container .thumbnail {
  height: 100%;
}
#page-episode-embed .viewer-embed-thumbnail-container .thumbnail-image-container {
  height: 100%;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
}
#page-episode-embed .viewer-embed-thumbnail-container .page-area {
  display: inline-block;
  vertical-align: top;
}
#page-episode-embed .viewer-embed-thumbnail-container .align-left {
  text-align: left;
}
#page-episode-embed .viewer-embed-thumbnail-container .align-right {
  text-align: right;
}
#page-episode-embed .viewer-embed-thumbnail-container .align-center {
  text-align: center;
}
#page-episode-embed .viewer-embed-thumbnail-container .hide {
  display: none !important;
}
#page-episode-embed .viewer-embed-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#page-episode-embed .viewer-embed-footer-logo {
  position: absolute;
  bottom: 3px;
  right: 3px;
  line-height: 0;
  z-index: 1010;
}
#page-episode-embed .viewer-embed-footer-logo a {
  display: block;
}
#page-episode-embed .viewer,
#page-episode-embed #content,
#page-episode-embed .content-inner.scroll-horizontal,
#page-episode-embed .image-container {
  -webkit-transition: none;
  transition: none;
}
#page-episode-embed .private-viewer {
  height: 100%;
  width: 100%;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#page-episode-embed .private-viewer .content {
  margin: auto 0 0;
  padding: 0;
}
@media screen and (max-height: 450px) {
  #page-episode-embed .private-viewer .content {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 320px) {
  #page-episode-embed .private-viewer .episode-not-found-thumb {
    width: 70%;
  }
}
@media screen and (max-height: 450px) {
  #page-episode-embed .private-viewer .episode-not-found-thumb {
    max-width: 140px;
  }
}
@media screen and (max-height: 250px) {
  #page-episode-embed .private-viewer .episode-not-found-thumb {
    display: none;
  }
}
@media screen and (max-height: 450px) {
  #page-episode-embed .private-viewer .episode-title {
    font-size: 14px;
    margin-top: 6px;
  }
}
@media screen and (max-height: 250px) {
  #page-episode-embed .private-viewer .episode-title {
    display: none;
  }
}
@media screen and (max-height: 450px) {
  #page-episode-embed .private-viewer .private-message {
    font-size: 13px;
    margin-top: 4px;
  }
}
#page-episode-embed .private-viewer .app-download-container {
  margin: 0 0 auto;
  background: transparent;
  padding-top: 30px;
}
@media screen and (max-height: 450px) {
  #page-episode-embed .private-viewer .app-download-container {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}
#page-episode-embed .private-viewer .app-download-content {
  border-top: 1px solid #555;
}
@media screen and (max-width: 320px) {
  #page-episode-embed .private-viewer .app-download-content {
    display: block;
    padding: 8px 0;
  }
}
@media screen and (max-height: 250px) {
  #page-episode-embed .private-viewer .app-download-content {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  #page-episode-embed .private-viewer .app-download-image {
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 320px) {
  #page-episode-embed .private-viewer .app-download-message {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 320px) {
  #page-episode-embed .private-viewer .app-download-link {
    display: inline-block;
    margin: 8px auto;
    width: auto;
  }
}
@media screen and (max-width: 270px) {
  #page-episode-embed .private-viewer .app-download-link {
    display: block;
  }
  #page-episode-embed .private-viewer .app-download-link a {
    padding: 6px 24px;
  }
}
@media screen and (max-height: 450px) {
  #page-episode-embed .private-viewer .viewer-embed-footer {
    height: 40px;
  }
}
#page-episode-embed.fullscreen .viewer-controller,
#page-episode-embed.fullscreen .page-navigation {
  display: block;
}
#page-episode-embed.fullscreen .viewer-embed-header > a,
#page-episode-embed.fullscreen .viewer-embed-header-share {
  display: none;
}
#page-episode-embed.fullscreen .viewer-embed-footer,
#page-episode-embed.fullscreen .viewer-embed-page-navigation-forward,
#page-episode-embed.fullscreen .viewer-embed-btn-expand {
  display: none;
}
#page-episode-embed.fullscreen .viewer-embed-thumbnail-container {
  display: none;
}
#page-episode-embed.fullscreen .viewer-embed-viewer-container {
  display: block;
  width: 100%;
  height: 100%;
}
body,
ul,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
img {
  border: none;
}
body {
  background: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "Helvetica", "Arial", sans-serif;
}
a {
  text-decoration: none;
  color: #000;
}
a:active,
a:hover {
  color: #e53935;
}
.slick-slide {
  padding: 0 5px;
}
.slick-arrow {
  position: absolute;
  background-size: 14.5px 14.5px;
  background-position: center;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  cursor: pointer;
  bottom: -10px;
  z-index: 1;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 42px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .slick-arrow {
    display: none !important;
  }
}
.slick-arrow.slick-prev {
  background-image: url("/images/ic_arrow_left_yellow.png");
  right: 202px;
}
@media screen and (max-width: 1218px) {
  .slick-arrow.slick-prev {
    right: 122px;
  }
}
.slick-arrow.slick-next {
  background-image: url("/images/ic_arrow_right_yellow.png");
  right: 80px;
}
@media screen and (max-width: 1218px) {
  .slick-arrow.slick-next {
    right: 0;
  }
}
.slick-dots {
  position: absolute;
  background: #fff url("/images/bg_top_banner.png") 320px 45px;
  width: 164px;
  text-align: center;
  bottom: -10px;
  right: 80px;
}
@media screen and (max-width: 1218px) {
  .slick-dots {
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .slick-dots {
    display: none !important;
  }
}
.slick-dots * {
  color: #fff;
  line-height: 42px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.slick-dots li {
  display: none;
}
.slick-dots li.slick-active,
.slick-dots li:last-child {
  display: inline;
}
.slick-dots li:last-child button::before {
  content: "/";
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
  padding: 0 4px;
  font-weight: 300;
}
.slick-dots li:last-child.slick-active::before {
  content: "10";
  font-size: 17px;
}
.slick-dots button {
  font-size: 17px;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  cursor: default;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.header {
  height: 60px;
}
@media screen and (max-width: 600px) {
  .header {
    height: 80px;
    line-height: 0;
  }
}
.header a {
  display: block;
}
.header-container {
  background: #e53935;
  height: 100%;
}
.header nav {
  zoom: 1;
  width: 980px;
  margin: 0 auto;
}
.header nav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 980px) {
  .header nav {
    width: auto;
    padding: 0 16px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .header nav {
    text-align: center;
    padding: 0;
    padding-top: 12px;
  }
}
.header-logo,
.header-nav-home,
.header-nav-series,
.header-nav-app,
.header-nav-rookie {
  float: left;
}
.header-nav {
  zoom: 1;
  float: right;
  width: calc(100% - 180px);
  font-size: 15px;
  font-weight: 700;
}
.header-nav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 980px) {
  .header-nav {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 800px) {
  .header-nav {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav {
    width: auto;
    float: none;
    display: inline-block;
    font-size: 10px;
    height: 36px;
  }
}
.header-nav a {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .header-nav a {
    border-bottom: 4px solid transparent;
  }
}
@media screen and (max-width: 600px) {
  .header-nav-series span:not(.amadare),
  .header-nav-bookstore span:not(.amadare) {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.header-nav-home,
.header-nav-series,
.header-nav-app,
.header-nav-rookie {
  margin-top: 20.5px;
  padding-right: 24px;
}
@media screen and (max-width: 800px) {
  .header-nav-home,
  .header-nav-series,
  .header-nav-app,
  .header-nav-rookie {
    margin-top: 22.5px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav-home,
  .header-nav-series,
  .header-nav-app,
  .header-nav-rookie {
    margin: 0;
    padding-right: 0;
  }
}
.header-nav-series a:hover,
.header-nav-app a:hover,
.header-nav-rookie a:hover {
  color: #fad7d7;
}
@media screen and (max-width: 600px) {
  .header-nav-series a,
  .header-nav-app a,
  .header-nav-rookie a {
    line-height: 32px;
    height: 32px;
    padding: 0 8px;
  }
}
.header-logo {
  margin-top: 14px;
}
@media screen and (max-width: 600px) {
  .header-logo {
    margin: 0 auto 8px;
    float: none;
    line-height: 1.5;
  }
}
.header-logo a {
  width: 122px;
  height: 32px;
  padding-top: 32px;
  background: url("/images/jumpplus_white.png") left center no-repeat;
  background-size: contain;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .header-logo a {
    margin: 0 auto;
    width: 93.84615385px;
    height: 24.61538462px;
    padding-top: 24.61538462px;
  }
}
.header-logo a:hover {
  opacity: .9;
}
.header-nav-home a {
  width: 22px;
  height: 19px;
  background: url("/images/ic_home.png") center no-repeat;
  background-size: 22px 19px;
  box-sizing: border-box;
  overflow: hidden;
}
.header-nav-home a:hover {
  opacity: .9;
}
@media screen and (max-width: 800px) {
  .header-nav-home a {
    width: 17.6px;
    height: 15.2px;
    background-size: 17.6px 15.2px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav-home a {
    width: 30px;
    height: 36px;
    background-position-y: 7px;
  }
}
.header-nav-home span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header-nav-rookie {
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .header-nav-rookie {
    padding-right: 0;
  }
}
.header-nav-bookstore {
  float: right;
  margin-top: 11px;
}
@media screen and (max-width: 800px) {
  .header-nav-bookstore {
    margin-top: 17px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav-bookstore {
    float: left;
    margin-top: 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .header-nav-bookstore .amadare {
    font-style: italic;
  }
}
.header-nav-bookstore a {
  border-radius: 19px;
  padding: 0 10px;
  border: 2px solid #fff;
}
@media screen and (max-width: 600px) {
  .header-nav-bookstore a {
    border-radius: 0;
    background: none;
    padding: 0 8px;
    line-height: 32px;
    border: none;
  }
}
.header-nav-bookstore a:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 600px) {
  .header-nav-bookstore a:hover {
    background: none;
  }
}
.header-nav-bookstore strong,
.header-nav-bookstore h2 {
  display: inline-block;
  vertical-align: middle;
}
.header-nav-bookstore strong {
  color: #fad7d7;
  font-size: 10px;
  font-weight: 300;
  margin: 3px 5px 0 0;
}
@media screen and (max-width: 800px) {
  .header-nav-bookstore strong {
    display: none;
  }
}
.header-nav-bookstore h2 {
  background: url("/images/jump_book_store.png") center no-repeat;
  width: 150px;
  height: 34px;
  background-size: contain;
  padding-top: 34px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .header-nav-bookstore h2 {
    width: 113.4px;
    height: 23.8px;
    padding-top: 23.8px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav-bookstore h2 {
    background: none;
    width: auto;
    height: auto;
    padding-top: 0;
    overflow: auto;
    font-size: 10px;
    font-weight: 700;
  }
}
@media screen and (max-width: 600px) {
  #page-jumpPlus-top .header-nav-home a {
    border-color: #000;
  }
}
@media screen and (max-width: 600px) {
  #page-jumpPlus-series-list .header-nav-series a,
  #page-jumpPlus-series-oneshot .header-nav-series a,
  #page-jumpPlus-series-finished .header-nav-series a,
  #page-jumpPlus-app .header-nav-app a {
    border-color: #fff;
  }
}
.page-footer {
  width: 980px;
  margin: 40px auto;
  border-top: 2px solid #000;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .page-footer {
    width: auto;
    padding: 0 16px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .page-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 8px;
    border-top: 1px solid #eaeaea;
  }
}
@media screen and (max-height: 450px) {
  .page-footer {
    padding-right: calc(constant(safe-area-inset-right) + 16px);
    padding-left: calc(constant(safe-area-inset-right) + 16px);
    padding-right: calc(env(safe-area-inset-right) + 16px);
    padding-left: calc(env(safe-area-inset-right) + 16px);
  }
}
.page-footer li {
  display: inline-block;
  font-size: 12px;
  margin-left: 24px;
}
.page-footer li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .page-footer li:first-child {
    margin: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .page-footer li {
    margin: 0 10px;
  }
}
.page-footer a {
  display: block;
  padding: 16px 0;
  color: #999;
}
.page-footer a:first-child {
  margin-left: 0;
}
.page-footer a:hover {
  color: #e53935;
}
@media screen and (max-width: 600px) {
  .page-footer a {
    padding: 8px 0;
  }
}
@media screen and (max-width: 320px) {
  .page-footer a span {
    display: none;
  }
}
.rookie-footer {
  position: relative;
  background: url("/images/bg_dots.png") center repeat;
  background-size: 10.5px 16.5px;
  text-align: center;
  height: 70px;
  border-bottom: 5px solid #2a97d5;
}
.rookie-footer a {
  position: absolute;
  bottom: 0;
  display: block;
  background: url("/images/banner/footer_rookie.png") center bottom no-repeat;
  width: 100%;
  height: 86px;
  background-size: contain;
  padding-top: 86px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .rookie-footer a {
    background-image: url("/images/banner/footer_rookie_sp.png");
  }
}
.footer {
  background: #000;
  color: #fff;
  padding: 24px 0 32px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #e53935;
}
.footer-container {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-height: 450px) {
  .footer-container {
    padding-left: constant(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
    padding-right: env(safe-area-inset-right);
  }
}
@media screen and (max-width: 980px) {
  .footer-container {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .footer-container {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
.footer-nav {
  zoom: 1;
}
.footer-nav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.footer-logo,
.footer-nav-info,
.footer-nav-terms {
  float: left;
  width: 180px;
  margin-right: 16px;
}
@media screen and (max-width: 980px) {
  .footer-logo,
  .footer-nav-info,
  .footer-nav-terms {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) {
  .footer-logo {
    position: absolute;
    margin-left: 16px;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .footer-logo {
    position: static;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
.footer-logo img {
  width: 110px;
}
.footer-nav-info,
.footer-nav-terms {
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .footer-nav-info,
  .footer-nav-terms {
    padding-left: 164px;
    margin-bottom: 8px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav-info,
  .footer-nav-terms {
    border-top: 1px solid #333;
    padding: 4px 0;
    margin-bottom: 0;
  }
}
.footer-nav-info a,
.footer-nav-terms a {
  display: inline-block;
}
.footer-nav-info li,
.footer-nav-terms li {
  padding-bottom: 4px;
  padding: 4px 0;
}
@media screen and (max-width: 980px) {
  .footer-nav-info li,
  .footer-nav-terms li {
    display: inline-block;
    margin-right: 12px;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav-info li,
  .footer-nav-terms li {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav-terms {
    border-bottom: 1px solid #333;
  }
}
.footer-nav-license {
  float: right;
  width: 326px;
  font-size: 10px;
}
@media screen and (max-width: 980px) {
  .footer-nav-license {
    width: calc(100% - 180px);
    margin-right: 16px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav-license {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.footer-nav-license dl {
  zoom: 1;
  margin-bottom: 16px;
}
.footer-nav-license dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.footer-nav-license dt {
  float: left;
  width: 60px;
}
.footer-nav-license dd {
  border-top: 1px solid #333;
  padding: 3px 0 1px;
  float: right;
  width: calc(100% - 76px);
}
@media screen and (max-width: 600px) {
  .footer-nav-license dd {
    border: none;
    padding: 0 0 4px;
  }
}
.footer-nav-license dd:last-child {
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 600px) {
  .footer-nav-license dd:last-child {
    border: none;
  }
}
.footer-nav-license img {
  max-width: 60px;
  max-height: 60px;
}
.footer-copyright {
  font-size: 10px;
  color: #666;
  margin: 32px 0 0 196px;
}
@media screen and (max-width: 980px) {
  .footer-copyright {
    margin-left: 164px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .footer-copyright {
    margin-left: 0;
  }
}
.footer-copyright a {
  color: #666;
}
.footer-copyright a:hover {
  color: #e53935;
}
.footer-wj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  line-height: 0;
  border-top: 1px solid #333;
  margin-top: 24px;
}
@media screen and (max-width: 980px) {
  .footer-wj {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .footer-wj {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.footer-wj img {
  width: 100%;
}
.footer-wj-official {
  width: 32.6531%;
}
@media screen and (max-width: 600px) {
  .footer-wj-official {
    width: 100%;
    max-height: 70px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .footer-wj-official img {
    max-height: 70px;
    width: auto;
  }
}
.footer-wj-teiki {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  .footer-wj-teiki {
    width: 100%;
  }
}
.footer-banner {
  line-height: 0;
  margin-top: 16px;
  zoom: 1;
}
.footer-banner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 980px) {
  .footer-banner {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .footer-banner {
    margin-left: 0;
    margin-right: 0;
  }
}
.footer-banner li {
  float: left;
  box-sizing: border-box;
  width: 16.66666667%;
}
@media screen and (max-width: 600px) {
  .footer-banner li {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 320px) {
  .footer-banner li {
    width: 50%;
  }
}
.footer-banner img {
  width: 163.33333333px;
  max-width: 100%;
}
.top-banner {
  position: relative;
  background: #000 url("/images/bg_top_banner.png") center center repeat-x;
  background-size: 810px 200px;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  overflow: hidden;
  height: 200px;
}
@media screen and (max-width: 800px) {
  .top-banner {
    height: 140px;
  }
}
@media screen and (max-width: 320px) {
  .top-banner {
    height: 124px;
  }
}
.top-banner-items img {
  height: 180px;
}
@media screen and (max-width: 800px) {
  .top-banner-items img {
    height: 120px;
  }
}
@media screen and (max-width: 320px) {
  .top-banner-items img {
    height: 104px;
  }
}
.top-contents {
  zoom: 1;
}
.top-contents:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.serial-series {
  position: relative;
  float: left;
  border-right: 1px solid #eaeaea;
  width: calc(100% - (100% - 984px) / 2 - 198px);
}
@media screen and (max-width: 986px) {
  .serial-series {
    float: none;
    border: none;
    width: auto;
    padding-right: calc((100% - 798px) / 2);
    box-sizing: border-box;
  }
}
.top-sidebar {
  float: left;
  width: 184px;
  margin-left: 14px;
}
@media screen and (max-width: 986px) {
  .top-sidebar {
    float: right;
    width: 578px;
    margin: 80px 14px 0 0;
    padding-right: calc((100% - 798px) / 2);
  }
}
@media screen and (max-width: 800px) {
  .top-sidebar {
    float: none;
    width: auto;
    padding-right: 0;
    margin: 0;
  }
}
.top-contents .page-footer {
  clear: both;
  margin-top: 0;
}
.top-tagline {
  text-align: center;
  padding: 20px 0;
  line-height: 0;
}
@media screen and (max-width: 800px) {
  .top-tagline {
    padding: 16px 0;
  }
}
.top-tagline img {
  width: 403.5px;
  max-width: 80%;
}
.daily {
  position: relative;
  background-size: 800px auto;
  background-position: top right 288px;
  background-repeat: no-repeat;
  margin-top: 44px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .daily {
    text-align: left;
    background-size: 450px auto;
    background-position: top center;
    margin-top: 16px;
  }
}
.daily::after {
  position: absolute;
  display: block;
  content: "";
  width: 770px;
  right: 14px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 800px) {
  .daily::after {
    width: 100%;
    right: auto;
  }
}
.serial-series .daily:first-child {
  margin-top: -20px;
}
@media screen and (max-width: 800px) {
  .serial-series .daily:first-child {
    margin-top: -16px;
  }
}
.serial-series .daily:last-child::after {
  border: none;
}
.daily .date-wrapper {
  position: absolute;
  width: 180px;
  text-align: center;
  right: 604px;
}
@media screen and (max-width: 800px) {
  .daily .date-wrapper {
    width: auto;
    text-align: left;
    top: 48px;
    right: auto;
  }
}
.daily .date {
  display: inline-block;
  background: red;
  font-weight: 700;
  line-height: 1;
  width: 170px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  padding-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .daily .date {
    width: auto;
    padding: 0 16px;
    line-height: 28px;
    height: 28px;
  }
}
.daily .number {
  display: block;
  font-size: 12px;
  text-align: center;
  width: 100%;
  content: "";
  padding: 7px 0 6px;
  margin: 0 0 7px 0;
  letter-spacing: .15em;
}
@media screen and (max-width: 800px) {
  .daily .number {
    display: none;
  }
}
.daily.monday .date {
  background: rgba(0, 137, 123, 0.85);
}
.daily.monday .number {
  background: rgba(0, 122, 109, 0.85);
}
.daily.tuesday .date {
  background: rgba(245, 124, 0, 0.85);
}
.daily.tuesday .number {
  background: rgba(230, 116, 0, 0.85);
}
.daily.wednesday .date {
  background: rgba(175, 180, 43, 0.85);
}
.daily.wednesday .number {
  background: rgba(159, 164, 39, 0.85);
}
.daily.thursday .date {
  background: rgba(171, 71, 188, 0.85);
}
.daily.thursday .number {
  background: rgba(159, 64, 175, 0.85);
}
.daily.friday .date {
  background: rgba(246, 190, 26, 0.85);
}
.daily.friday .number {
  background: rgba(232, 175, 9, 0.85);
}
.daily.saturday .date {
  background: rgba(30, 136, 229, 0.85);
}
.daily.saturday .number {
  background: rgba(25, 125, 214, 0.85);
}
.daily.sunday .date {
  background: rgba(239, 83, 80, 0.85);
}
.daily.sunday .number {
  background: rgba(238, 69, 66, 0.85);
}
.daily .number,
.daily .month,
.daily .day,
.daily .week {
  font-family: 'Roboto', sans-serif;
}
.daily .year {
  margin-right: 3px;
}
.daily .month,
.daily .day {
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  .daily .month,
  .daily .day {
    font-size: 16px;
  }
}
.daily .month {
  padding-right: 3px;
}
.daily .day {
  padding: 0 3px 0 2px;
}
.daily .week::before,
.daily .week::after {
  display: inline-block;
  content: "";
  border-left: 1px solid #fff;
  height: 13px;
}
.daily .week::before {
  margin: 0 5px;
}
.daily .week::after {
  margin-left: 5px;
}
.daily.more-days {
  display: none;
}
.daily-recommend {
  position: absolute;
  width: 180px;
  height: 100%;
  right: 604px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .daily-recommend {
    width: auto;
    right: auto;
    position: static;
  }
}
.daily-recommend-status {
  position: absolute;
  display: inline-block;
  background: rgba(216, 27, 96, 0.85);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 12px 2px;
  margin: 75px 0 0 5px;
}
@media screen and (max-width: 800px) {
  .daily-recommend-status {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0;
    top: 81px;
  }
}
.daily-recommend-item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .daily-recommend-item a {
    top: 0;
    height: 240px;
  }
}
.daily-series {
  zoom: 1;
  display: inline-block;
  width: 590px;
  background: url("/images/bg_slash.png") 2px bottom repeat-x;
  background-size: 196px 251px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 24px;
}
.daily-series:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 800px) {
  .daily-series {
    width: 100%;
    background: none;
    margin-top: 248px;
    overflow: hidden;
  }
}
.daily-series.no-update {
  margin-top: 16px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .daily-series.no-update {
    margin-top: -16px;
    padding-top: 17px;
  }
}
.daily-series.no-update::before {
  position: absolute;
  display: block;
  content: "";
  border-top: 1px solid #eaeaea;
  width: calc(100% - 14px);
  margin-top: -25px;
}
@media screen and (max-width: 800px) {
  .daily-series.no-update::before {
    width: calc(100% - 16px);
    margin-top: -17px;
    margin-left: 8px;
  }
}
.daily-series a {
  display: block;
}
.daily-series-item {
  position: relative;
  float: left;
  width: 180px;
  height: 235px;
  border: 2px solid #000;
  margin: 0 12px 12px 0;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .daily-series-item {
    width: calc(50% - 12px);
    box-sizing: border-box;
    margin: 0 0 8px 8px;
    height: auto;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 800px) {
  .daily-series .daily-series-item:last-child::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 100%;
    margin-left: 12px;
    background: url("/images/bg_slash_loop.png") center center repeat;
    background-size: 30px 30px;
  }
}
.daily-series-banner {
  width: 572px;
  margin: 0;
  line-height: 0;
}
@media screen and (max-width: 800px) {
  .daily-series-banner {
    width: auto;
    margin: 0 8px 8px;
  }
}
.daily-series-banner img {
  width: 100%;
  height: auto;
  border: 2px solid #000;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .daily-series-banner img {
    box-sizing: border-box;
  }
}
.daily-series-thumb {
  height: 150px;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .daily-series-thumb {
    height: auto;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .daily-series-thumb::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 15px solid #fff;
    position: absolute;
    margin-top: -15px;
  }
}
.daily-series-thumb img {
  width: 180px;
  margin-top: -15px;
}
@media screen and (max-width: 800px) {
  .daily-series-thumb img {
    width: 100%;
    height: auto;
    margin-top: -15px;
  }
}
.web-content .daily-series-thumb {
  background-color: #111;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (max-width: 800px) {
  .web-content .daily-series-thumb {
    background-position-y: calc(50% - 7px);
  }
}
.daily-series-tagline {
  position: absolute;
  display: block;
  background: #333;
  font-size: 10px;
  color: #e6e6e6;
  padding: 5px 0 2px 10px;
  box-sizing: border-box;
  margin: -10px 0 0 -5px;
  width: 177px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .daily-series-tagline {
    margin-top: -25px;
    max-width: calc(100% - 3px);
  }
}
.daily-series-title,
.daily-series-author {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.daily-series-title,
.daily-series-author,
.daily-series-num {
  padding-left: 8px;
}
.daily-series-title {
  font-size: 13px;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .daily-series-title {
    margin: 5px 0 2px;
    font-size: 12px;
  }
}
.daily-series-author {
  font-size: 10px;
}
.daily-series-num {
  font-size: 12px;
  color: #e53935;
}
@media screen and (max-width: 800px) {
  .daily-series-num {
    font-size: 10px;
  }
}
.daily-series-num::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #e53935;
  vertical-align: middle;
  margin: -2px 0 0 6px;
}
a:visited .daily-series-num,
.no-update .daily-series-num {
  color: #999;
}
a:visited .daily-series-num::after,
.no-update .daily-series-num::after {
  background: #fff;
}
.daily-show-all {
  font-size: 12px;
  color: #999;
  cursor: pointer;
  padding: 12px 0 24px;
  text-align: right;
  padding-right: 14px;
  margin-top: -24px;
}
.daily-show-all::after {
  display: inline-block;
  content: "";
  background: url("/images/ic_arrow_down_small.png") center center no-repeat;
  background-size: contain;
  width: 8.5px;
  height: 5px;
  vertical-align: middle;
  margin: -1px 6px 0;
}
.daily-show-all:hover {
  color: #e53935;
}
.serial-series .read-more {
  position: absolute;
  display: block;
  font-size: 15px;
  margin-top: 14px;
  right: 394px;
  width: 196px;
}
@media screen and (max-width: 800px) {
  .serial-series .read-more {
    position: static;
    margin: 0 0 24px;
    width: auto;
    text-align: center;
    padding: 16px;
  }
}
.serial-series .read-more a {
  color: #000;
}
.serial-series .read-more a:hover {
  color: #e53935;
}
.serial-series .read-more a::after {
  display: inline-block;
  content: "";
  background: url("/images/ic_arrow_down_small.png") center center no-repeat;
  width: 8.5px;
  height: 5px;
  background-size: contain;
  vertical-align: middle;
  margin: -2px 0 0 8px;
}
.serial-series-information {
  zoom: 1;
  text-align: right;
  line-height: 0;
}
.serial-series-information:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 800px) {
  .serial-series-information {
    text-align: left;
    border-bottom: 2px solid #000;
    padding-bottom: 16px;
  }
}
.serial-series-information h2 {
  overflow: hidden;
  box-sizing: border-box;
}
.serial-series-information-container {
  display: inline-block;
  text-align: left;
  width: 782px;
  padding-right: 14px;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .serial-series-information-container {
    display: block;
    width: auto;
    padding: 0;
  }
}
.serial-series-ranking,
.serial-series-rookie {
  min-height: 220px;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking,
  .serial-series-rookie {
    min-height: inherit;
  }
}
.serial-series-ranking {
  width: 570px;
  float: left;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking {
    float: none;
    width: auto;
  }
}
.serial-series-rookie {
  width: calc(100% - 586px);
  float: right;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie {
    float: none;
    width: auto;
    margin: 0 16px;
    padding-top: 16px;
  }
}
.serial-series-essays {
  padding-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .serial-series-essays {
    padding: 0 16px;
    margin-bottom: 24px;
  }
}
.serial-series-essays ul {
  zoom: 1;
}
.serial-series-essays ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.serial-series-essays li {
  position: relative;
  width: 242px;
  margin-right: 21px;
  float: left;
}
@media screen and (max-width: 800px) {
  .serial-series-essays li {
    float: none;
    width: auto;
    border-top: 1px solid #eaeaea;
    padding: 12px 0;
    margin-right: 0;
    zoom: 1;
  }
  .serial-series-essays li:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
}
.serial-series-essays li:last-child {
  margin-right: 0;
}
.serial-series-essays a {
  display: block;
}
.serial-series-essays img {
  display: block;
  width: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .serial-series-essays img {
    width: 148px;
    float: left;
    margin: 0 12px 6px 0;
  }
}
@media screen and (max-width: 320px) {
  .serial-series-essays img {
    width: 132px;
  }
}
.serial-series-essays h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 8px 0 6px;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .serial-series-essays h4 {
    margin-top: 0;
  }
}
.serial-series-essays .timestamp {
  color: #000;
  padding-right: 8px;
}
.serial-series-essays p {
  font-size: 10px;
  color: #999;
}
.serial-series-essays .read-more-article {
  font-size: 13px;
  text-align: right;
  margin-top: 8px;
}
@media screen and (max-width: 800px) {
  .serial-series-essays .read-more-article {
    border-top: 1px solid #eaeaea;
    margin-top: 0;
    padding-top: 12px;
    text-align: center;
  }
}
.serial-series-essays .read-more-article a::after {
  display: inline-block;
  content: "";
  border: 3px solid transparent;
  border-left: 4px solid #000;
  margin-left: 4px;
}
.serial-series-essays-title,
.serial-series-essays-tagline {
  display: inline-block;
  vertical-align: middle;
}
.serial-series-essays-title {
  margin: 14px 0;
}
.serial-series-essays-title a {
  display: block;
  width: 133.5px;
  height: 30.5px;
  background: url("/images/alpha_logo_s.png") center center no-repeat;
  background-size: contain;
  padding-top: 30.5px;
  overflow: hidden;
  box-sizing: border-box;
}
.serial-series-essays-tagline {
  font-size: 12px;
  color: #999;
  margin: 2px 0 0 16px;
}
@media screen and (max-width: 800px) {
  .serial-series-essays-tagline {
    display: block;
    margin: -1px 0 14px;
    font-size: 10px;
  }
}
.serial-series-essays-tagline strong {
  font-weight: 300;
  color: #e50012;
  background: #fff001;
  padding: 2px 3px 0;
  margin-right: 2px;
}
.serial-series-ranking {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking {
    border-bottom: none;
  }
}
.serial-series-ranking ol {
  margin-left: 152px;
  position: relative;
  padding-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking ol {
    zoom: 1;
    margin: 0;
    padding: 16px 0 16px 16px;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .serial-series-ranking ol:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
}
.serial-series-ranking li {
  border-bottom: 1px solid #eaeaea;
  line-height: 29px;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking li {
    display: inline-block;
    vertical-align: top;
    border: none;
    line-height: 1.4;
    width: 96px;
    padding-right: 16px;
    position: relative;
  }
}
.serial-series-ranking li:hover .thumb-link {
  display: block;
}
.serial-series-ranking li:last-child {
  border: none;
}
.serial-series-ranking li:nth-child(1) .thumb-link {
  display: block;
}
.serial-series-ranking li:nth-child(1) h3::before {
  content: "1";
}
.serial-series-ranking li:nth-child(2) h3::before {
  content: "2";
}
.serial-series-ranking li:nth-child(3) h3::before {
  content: "3";
}
.serial-series-ranking li:nth-child(4) h3::before {
  content: "4";
}
.serial-series-ranking li:nth-child(5) h3::before {
  content: "5";
}
.serial-series-ranking a {
  display: block;
}
.serial-series-ranking .thumb-link {
  position: absolute;
  margin-left: -152px;
  top: 6px;
  display: none;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking .thumb-link {
    position: static;
    display: block;
    margin: 0;
    top: auto;
    line-height: 0;
    margin-bottom: 8px;
  }
}
.serial-series-ranking .thumb-link img {
  width: 136px;
  height: auto;
  border: 2px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking .thumb-link img {
    width: 96px;
  }
}
.serial-series-ranking .text-link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking .text-link {
    white-space: normal;
    overflow: auto;
  }
}
.serial-series-ranking h3 {
  display: inline;
  font-size: 13px;
  font-weight: 700;
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking h3 {
    display: block;
    padding: 0;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.4;
  }
}
.serial-series-ranking h3::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #e53935;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin: -2px 6px 0 0;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking h3::before {
    position: absolute;
    display: block;
    margin: 0;
    top: -8px;
    right: 8px;
  }
}
.serial-series-ranking .author {
  font-size: 10px;
  color: #999;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking .author {
    display: block;
  }
}
.serial-series-ranking-title {
  width: 125.5px;
  height: 20px;
  background: url("/images/hd_ranking.png") center center no-repeat;
  background-size: contain;
  padding-top: 20.5px;
  margin: 16px 0 10px;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking-title {
    margin: 16px 0 0 16px;
  }
}
.serial-series-rookie {
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie {
    text-align: left;
    border-top: 1px solid #eaeaea;
    border-bottom: none;
  }
}
.serial-series-rookie .description {
  font-size: 10px;
  font-weight: 700;
  color: #999;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie .description {
    background: #eaeaea;
    line-height: 31px;
    padding-left: 210px;
    font-weight: 300;
  }
}
.serial-series-rookie a {
  display: block;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie a {
    border: 1px solid #000;
    position: relative;
    height: 72px;
  }
}
.serial-series-rookie img {
  width: 80px;
  height: auto;
  margin: 16px 0 4px;
  border: 2px solid #000;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    border: none;
    border-right: 1px solid #000;
    width: 72px;
  }
}
.serial-series-rookie h3,
.serial-series-rookie .author {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie h3,
  .serial-series-rookie .author {
    padding-left: 84px;
  }
}
.serial-series-rookie h3 {
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie h3 {
    font-size: 12px;
    padding-top: 5px;
  }
}
.serial-series-rookie .author {
  font-size: 10px;
  color: #999;
}
.serial-series-rookie-title {
  width: 114px;
  height: 23px;
  background: url("/images/hd_rookie.png") center center no-repeat;
  background-size: contain;
  padding-top: 23px;
  margin: 16px auto 4px;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie-title {
    margin: 0;
    position: absolute;
    left: 84px;
    top: 4px;
  }
}
.top-sidebar-content {
  margin-bottom: 40px;
}
.top-sidebar-content img {
  width: 180px;
  max-width: 100%;
}
.top-sidebar-content-title {
  font-size: 13px;
  font-weight: 700;
  border-top: 2px solid #000;
  padding: 16px 0;
  margin: 0 2px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-content-title {
    margin: 0;
    padding: 16px;
  }
}
@media screen and (max-width: 986px) {
  .top-sidebar-content.app {
    margin: 0;
    padding: 16px 6px;
  }
}
@media screen and (max-width: 800px) {
  .top-sidebar-content.app {
    background: #999;
  }
}
@media screen and (max-width: 986px) {
  .top-sidebar-content.nav {
    display: none;
  }
}
@media screen and (max-width: 986px) {
  .top-sidebar-content.banner {
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 986px) {
  .top-sidebar-content.jump {
    margin-bottom: 0;
  }
}
.top-sidebar-nav,
.top-sidebar-news,
.top-sidebar-tweet {
  margin: 0 2px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-nav,
  .top-sidebar-news,
  .top-sidebar-tweet {
    margin: 0;
  }
}
.top-sidebar-nav {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 13px;
}
.top-sidebar-nav li {
  border-bottom: 1px solid #eaeaea;
}
.top-sidebar-nav li:last-child {
  border: none;
}
.top-sidebar-nav a {
  display: block;
  line-height: 32px;
  color: #000;
}
.top-sidebar-nav a:hover {
  color: #000;
  background: #fafafa;
}
.top-sidebar-app,
.top-sidebar-banner {
  text-align: center;
}
.top-sidebar-app li,
.top-sidebar-banner li {
  line-height: 0;
  margin-bottom: 4px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-app {
    zoom: 1;
  }
  .top-sidebar-app:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
}
@media screen and (max-width: 986px) {
  .top-sidebar-app li {
    float: left;
    width: 33.33333333%;
    padding: 0 2px;
    box-sizing: border-box;
  }
}
.top-sidebar-app-text {
  color: #999;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  text-align: center;
}
@media screen and (max-width: 986px) {
  .top-sidebar-app-text {
    color: #999;
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .top-sidebar-app-text {
    color: #fff;
    font-size: 10px;
  }
}
@media screen and (max-width: 986px) {
  .top-sidebar-banner {
    border-bottom: 1px solid #000;
    padding: 0px 4px 16px;
    zoom: 1;
  }
  .top-sidebar-banner:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
}
@media screen and (max-width: 800px) {
  .top-sidebar-banner {
    background: #999;
  }
}
.top-sidebar-banner li {
  line-height: 0;
}
@media screen and (max-width: 986px) {
  .top-sidebar-banner li {
    width: 50%;
    margin: 0;
    padding: 0 4px;
    box-sizing: border-box;
    float: left;
  }
}
.top-sidebar-banner img {
  border: 2px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 986px) {
  .top-sidebar-banner img {
    width: 100%;
    border-color: #fff;
  }
}
.top-sidebar-jump {
  position: relative;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump {
    background: #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 8px 8px 0 120px;
    border-bottom: 1px solid #e6e6e6;
    min-height: 144px;
  }
}
.top-sidebar-jump a {
  display: block;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .thumb {
    position: absolute;
    width: 120px;
    text-align: center;
    left: 0;
    margin-top: 8px;
  }
}
.top-sidebar-jump .thumb img {
  border: 2px solid #000;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .thumb img {
    width: 80px;
    border: none;
  }
}
.top-sidebar-jump .thumb::before {
  position: absolute;
  display: block;
  content: "";
  background: url("/images/app_de_yomeru.png") center center no-repeat;
  background-size: contain;
  width: 73px;
  height: 61.5px;
  left: -20px;
  top: -20px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .thumb::before {
    width: 48.66666667px;
    height: 41px;
    left: -2px;
    top: -14px;
  }
}
.top-sidebar-jump .description,
.top-sidebar-jump .link {
  padding: 0 2px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .description,
  .top-sidebar-jump .link {
    padding: 0;
  }
}
.top-sidebar-jump .title,
.top-sidebar-jump .price {
  padding: 6px 2px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .title,
  .top-sidebar-jump .price {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-sidebar-jump .title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .title {
    font-size: 13px;
    padding-bottom: 2px;
  }
  .top-sidebar-jump .title br {
    display: none;
  }
}
.top-sidebar-jump .description {
  font-size: 12px;
  color: #999;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .description {
    font-size: 10px;
  }
  .top-sidebar-jump .description br {
    display: none;
  }
}
.top-sidebar-jump .price {
  color: #e53935;
  font-size: 10px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .price {
    padding-top: 2px;
  }
}
.top-sidebar-jump .price strong,
.top-sidebar-jump .price .separater {
  font-size: 17px;
}
.top-sidebar-jump .price strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.top-sidebar-jump .link {
  text-align: center;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .link {
    display: inline-block;
    padding-bottom: 12px;
  }
}
.top-sidebar-jump .link a {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #e53935;
  line-height: 30px;
  height: 30px;
  border-radius: 15px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .link a {
    padding: 0 16px;
  }
}
.top-sidebar-jump .separater {
  font-weight: 100;
}
.top-sidebar-special-banner a {
  display: block;
}
.top-sidebar-special-banner img {
  border: 2px solid #000;
}
.top-sidebar-special-banner img.pc {
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-special-banner img.pc {
    display: none;
  }
}
.top-sidebar-special-banner img.sp {
  display: none;
  width: 100%;
  box-sizing: border-box;
  margin: 16px 8px 0;
  width: calc(100% - 16px);
}
@media screen and (max-width: 986px) {
  .top-sidebar-special-banner img.sp {
    display: block;
  }
}
@media screen and (max-width: 986px) {
  .top-sidebar-news {
    padding: 0 16px;
  }
}
.top-sidebar-news li {
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid #eaeaea;
}
.top-sidebar-news li:first-child {
  border-top: 1px solid #eaeaea;
}
.top-sidebar-news p {
  font-size: 12px;
  text-align: right;
  margin-top: 8px;
}
.top-sidebar-news p a {
  display: block;
}
.top-sidebar-news p a::after {
  display: inline-block;
  content: "";
  border: 3px solid transparent;
  border-left: 4px solid #000;
  margin-left: 4px;
}
.top-sidebar-tweet {
  border-top: 2px solid #000;
  padding-top: 4px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-tweet iframe {
    width: 1px;
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.series-list-wrapper {
  width: 980px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 980px) {
  .series-list-wrapper {
    width: auto;
  }
}
.series-list-header-title {
  font-size: 30px;
  font-weight: 700;
  margin: 32px 0 16px;
}
@media screen and (max-width: 980px) {
  .series-list-header-title {
    padding: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .series-list-header-title {
    text-align: center;
    margin: 24px 0;
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  .series-list-header-title span {
    display: none;
  }
}
.series-list-header-num {
  font-size: 13px;
  color: #999;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .series-list-header-num {
    display: block;
  }
}
.series-list-header-num::before {
  content: "(";
}
@media screen and (max-width: 600px) {
  .series-list-header-num::before {
    display: none;
  }
}
.series-list-header-num::after {
  content: ")";
}
@media screen and (max-width: 600px) {
  .series-list-header-num::after {
    display: none;
  }
}
.series-list-header-nav {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 40px;
  line-height: 0;
}
@media screen and (max-width: 980px) {
  .series-list-header-nav {
    padding: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .series-list-header-nav {
    text-align: center;
    margin-bottom: 24px;
    padding: 0;
  }
}
.series-list-header-nav ul {
  zoom: 1;
}
.series-list-header-nav ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 600px) {
  .series-list-header-nav ul {
    display: inline-block;
  }
}
.series-list-header-nav li {
  float: left;
  font-size: 13px;
  line-height: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 600px) {
  .series-list-header-nav li {
    margin: 0 16px;
    line-height: 40px;
  }
}
.series-list-header-nav a {
  display: block;
}
@media screen and (max-width: 600px) {
  .series-list-header-nav span {
    display: none;
  }
}
#page-jumpPlus-series-list .nav-series-list,
#page-jumpPlus-series-oneshot .nav-series-oneshot,
#page-jumpPlus-series-finished .nav-series-finished {
  position: relative;
  color: #e53935;
}
#page-jumpPlus-series-list .nav-series-list::before,
#page-jumpPlus-series-oneshot .nav-series-oneshot::before,
#page-jumpPlus-series-finished .nav-series-finished::before,
#page-jumpPlus-series-list .nav-series-list::after,
#page-jumpPlus-series-oneshot .nav-series-oneshot::after,
#page-jumpPlus-series-finished .nav-series-finished::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
}
#page-jumpPlus-series-list .nav-series-list::before,
#page-jumpPlus-series-oneshot .nav-series-oneshot::before,
#page-jumpPlus-series-finished .nav-series-finished::before {
  border-top: 2px solid #e53935;
  margin-top: -2px;
}
#page-jumpPlus-series-list .nav-series-list::after,
#page-jumpPlus-series-oneshot .nav-series-oneshot::after,
#page-jumpPlus-series-finished .nav-series-finished::after {
  border-bottom: 2px solid #e53935;
}
.series-list-date-week {
  font-size: 15px;
  font-weight: 300;
  margin: 40px 0 16px;
  color: #999;
}
.series-list-date-week::first-letter {
  display: inline-block;
  font-size: 20px;
  padding: 8px;
  border-radius: 50%;
  background: #999;
  color: #fff;
  margin-right: 6px;
  margin-left: -8px;
}
.series-list-date-week.monday::first-letter {
  background: rgba(0, 137, 123, 0.85);
}
.series-list-date-week.tuesday::first-letter {
  background: rgba(245, 124, 0, 0.85);
}
.series-list-date-week.wednesday::first-letter {
  background: rgba(175, 180, 43, 0.85);
}
.series-list-date-week.thursday::first-letter {
  background: rgba(171, 71, 188, 0.85);
}
.series-list-date-week.friday::first-letter {
  background: rgba(246, 190, 26, 0.85);
}
.series-list-date-week.saturday::first-letter {
  background: rgba(30, 136, 229, 0.85);
}
.series-list-date-week.sunday::first-letter {
  background: rgba(239, 83, 80, 0.85);
}
@media screen and (max-width: 980px) {
  .series-list-date-week {
    padding: 0 16px;
  }
}
.series-list {
  zoom: 1;
}
.series-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.series-list li {
  position: relative;
  padding-left: 120px;
  width: 180px;
}
@media screen and (min-width: 980px) {
  .series-list li:nth-child(3n - 2) {
    float: left;
    border-right: 1px solid #eaeaea;
    padding-right: 20px;
  }
  .series-list li:nth-child(3n - 1) {
    float: left;
    border-right: 1px solid #eaeaea;
    padding-right: 20px;
    margin-left: 19px;
  }
  .series-list li:nth-child(3n) {
    float: right;
  }
}
@media screen and (max-width: 980px) {
  .series-list li {
    width: calc(50% - 156px);
  }
}
@media screen and (max-width: 600px) {
  .series-list li {
    width: auto;
    padding-left: 128px;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 980px) {
  .series-list li:nth-child(odd) {
    float: left;
    border-right: 1px solid #eaeaea;
    padding-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .series-list li:nth-child(odd) {
    float: none;
    border-right: none;
    padding-right: 8px;
    margin-left: 0;
  }
}
@media screen and (max-width: 980px) {
  .series-list li:nth-child(even) {
    float: right;
    margin-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .series-list li:nth-child(even) {
    float: none;
    padding-right: 8px;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .series-list li:last-child {
    border: none;
  }
}
.series-list a {
  display: block;
  height: 114px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .series-list a {
    height: auto;
    min-height: 98px;
    overflow: auto;
  }
}
.series-list img {
  width: 108px;
  margin-top: -9px;
}
.series-list-thumb {
  position: absolute;
  left: 0;
  height: 90px;
  line-height: 0;
  overflow: hidden;
  border: 2px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .series-list-thumb {
    left: 8px;
  }
}
a:hover .series-list-thumb {
  border-color: #e53935;
}
.series-list-tagline {
  display: inline-block;
  background: #333;
  font-size: 10px;
  color: #e6e6e6;
  padding: 3px 6px 0;
  margin-bottom: 7px;
}
.series-list-title {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 3px;
}
.series-list-author {
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 3px;
}
.series-list-num {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  color: #999;
}
.app-badge {
  background: #333;
  text-align: center;
  padding: 24px 0 40px;
}
.app-badge.bottom {
  padding: 100px 0 80px;
}
@media screen and (max-width: 820px) {
  .app-badge.bottom {
    margin-top: 160px;
    padding: 24px 0 40px;
  }
}
.app-badge p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}
.app-badge ul {
  zoom: 1;
  display: inline-block;
}
.app-badge ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 820px) {
  .app-badge ul {
    display: block;
    margin: 0 16px;
  }
}
.app-badge li {
  float: left;
  margin-left: 16px;
}
@media screen and (max-width: 820px) {
  .app-badge li {
    float: none;
    margin: 0 0 1px;
    line-height: 0;
  }
}
.app-badge li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 820px) {
  .app-badge a {
    display: block;
    background: #000;
  }
}
.app-badge img {
  width: 180px;
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}
@media screen and (max-width: 820px) {
  .app-badge img {
    box-shadow: none;
  }
}
.app-content {
  background: url("/images/app/bg_concentrate.png") center -100px no-repeat;
  background-size: 1600px 337px;
  text-align: center;
  min-width: 980px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .app-content {
    min-width: auto;
  }
}
@media screen and (max-width: 820px) {
  .app-content {
    background-size: 533.33333333px 112.33333333px;
    background-position: center -33.33333333px;
  }
}
.app-content::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 389.5px;
  background: url("/images/app/appimage.png") center bottom no-repeat;
  background-size: 923.5px 389.5px;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .app-content::before {
    background-image: url("/images/app/appimage_sp_2.png");
    background-size: 334px 202.5px;
    height: 226px;
    bottom: -160px;
  }
}
.app-content h1 {
  display: inline-block;
  background: url("/images/app/tagline.png") center center no-repeat;
  width: 541.5px;
  height: 168.5px;
  background-size: contain;
  margin-top: -20px;
  padding-top: 168.5px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .app-content h1 {
    width: 309.42857143px;
    height: 96.28571429px;
    padding-top: 96.28571429px;
  }
}
.app-content-points {
  width: 820px;
  height: 567px;
  margin: 0 auto;
  zoom: 1;
}
.app-content-points:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 820px) {
  .app-content-points {
    width: auto;
    height: auto;
  }
}
.app-content-points h2 {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 10px 0;
}
@media screen and (max-width: 820px) {
  .app-content-points h2 {
    font-size: 12px;
  }
}
.app-content-point-1 {
  float: left;
}
@media screen and (max-width: 820px) {
  .app-content-point-1 {
    padding-left: 8px;
  }
}
.app-content-point-2 {
  float: right;
}
@media screen and (max-width: 820px) {
  .app-content-point-2 {
    padding-right: 8px;
  }
}
.app-content-point-1,
.app-content-point-2 {
  margin-top: 80px;
}
@media screen and (max-width: 820px) {
  .app-content-point-1,
  .app-content-point-2 {
    width: 50%;
    margin-top: 24px;
    box-sizing: border-box;
  }
}
.app-content-point-1-text,
.app-content-point-2-text {
  width: 215px;
  height: 71px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 71px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  .app-content-point-1-text,
  .app-content-point-2-text {
    width: 172px;
    height: 56.8px;
    padding-top: 56.8px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 320px) {
  .app-content-point-1-text,
  .app-content-point-2-text {
    width: 143.33333333px;
    height: 47.33333333px;
    padding-top: 47.33333333px;
  }
}
.app-content-point-1-point,
.app-content-point-2-point {
  width: 200px;
  height: 200px;
  background-color: #1e88e5;
  border-radius: 100px;
  margin-top: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .app-content-point-1-point,
  .app-content-point-2-point {
    width: 153.84615385px;
    height: 153.84615385px;
    border-radius: 76.92307692px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 320px) {
  .app-content-point-1-point,
  .app-content-point-2-point {
    width: 133.33333333px;
    height: 133.33333333px;
    border-radius: 66.66666667px;
  }
}
.app-content-point-1-text {
  background-image: url("/images/app/point_1.png");
}
.app-content-point-1-point {
  background-image: url("/images/app/point_1_free.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 127.5px 99px;
  padding-top: 200px;
}
@media screen and (max-width: 820px) {
  .app-content-point-1-point {
    background-size: 102px 79.2px;
    padding-top: 153.84615385px;
  }
}
@media screen and (max-width: 320px) {
  .app-content-point-1-point {
    background-size: 85px 66px;
    padding-top: 133.33333333px;
  }
}
.app-content-point-2-text {
  background-image: url("/images/app/point_2.png");
}
.app-content-point-2-point {
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .app-content-point-2-point {
    padding-top: 20px;
  }
}
@media screen and (max-width: 320px) {
  .app-content-point-2-point {
    padding-top: 15px;
  }
}
.app-content-point-2-point img {
  width: 125px;
}
@media screen and (max-width: 820px) {
  .app-content-point-2-point img {
    width: 110px;
  }
}
@media screen and (max-width: 320px) {
  .app-content-point-2-point img {
    width: 100px;
  }
}
.app-content-smartphone {
  position: absolute;
  background: url("/images/app/smartphone.png") center center no-repeat;
  width: 300px;
  height: 616px;
  background-size: contain;
  left: 50%;
  margin-top: 30px;
  margin-left: -150px;
}
@media screen and (max-width: 820px) {
  .app-content-smartphone {
    position: static;
    margin: 16px auto;
  }
}
.app-content-smartphone::before {
  position: absolute;
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  background: #000 url("/images/apple-touch-icon-180.png") center center no-repeat;
  background-size: 78px 78px;
  border-radius: 60px;
  right: -32px;
  top: -32px;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .app-content-smartphone::before {
    width: 100px;
    height: 100px;
    background-size: 65px 65px;
    border-radius: 50px;
    top: auto;
    right: auto;
    margin: -24px 0 0 224px;
  }
}
@media screen and (max-width: 320px) {
  .app-content-smartphone::before {
    width: 80px;
    height: 80px;
    background-size: 52px 52px;
    border-radius: 40px;
    top: auto;
    right: auto;
    margin: -8px 0 0 228px;
  }
}
@media screen and (max-width: 820px) {
  .app-content-smartphone::after {
    position: absolute;
    display: block;
    content: "";
    width: 92px;
    height: 172.5px;
    background: url("/images/app/appimage_sp_1.png") left bottom no-repeat;
    background-size: 92px 172.5px;
    left: 0;
    margin: 460px 0 0 1%;
  }
}
.app-content-smartphone ul {
  position: relative;
}
.app-content-smartphone li {
  position: absolute;
  top: 81px;
  left: 21px;
  line-height: 0;
}
.app-content-smartphone li:nth-child(2) {
  -webkit-animation: fadein2 10s infinite;
  animation: fadein2 10s infinite;
}
.app-content-smartphone li:nth-child(3) {
  -webkit-animation: fadein3 10s infinite;
  animation: fadein3 10s infinite;
}
.app-content-smartphone img {
  width: 255px;
  height: auto;
  border: 2px solid #000;
  border-radius: 2px;
}
@-webkit-keyframes fadein2 {
  0% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein2 {
  0% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadein3 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein3 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.error-content,
.error-footer-image {
  position: relative;
  max-width: 800px;
  margin: 90px auto 150px;
}
@media screen and (max-width: 980px) {
  .error-content,
  .error-footer-image {
    max-width: 700px;
  }
}
@media screen and (max-width: 800px) {
  .error-content,
  .error-footer-image {
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .error-content,
  .error-footer-image {
    width: auto;
    text-align: center;
  }
}
.error-content h1 {
  display: inline-block;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  background: url("/images/error/bg_slash_line.png") bottom left repeat-x;
  background-size: 10px 8px;
}
@media screen and (max-width: 600px) {
  .error-content h1 {
    font-size: 17px;
  }
}
.error-content-description {
  margin: 58px 0 36px;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .error-content-description {
    margin: 50px 8px 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .error-content-description br {
    display: none;
  }
}
.error-content-link li {
  display: inline-block;
}
.error-content-link li:first-child {
  margin-right: 36px;
}
@media screen and (max-width: 600px) {
  .error-content-link li:first-child {
    margin-right: 26px;
  }
}
.error-content-link li a {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 2px solid #000;
}
.error-content-link li a:hover {
  border-bottom: 2px solid #e53935;
}
@media screen and (max-width: 600px) {
  .error-content-link li a {
    font-size: 13px;
  }
}
.error-footer {
  height: 90px;
  background-color: #fafafa;
}
.error-footer a {
  display: block;
  position: absolute;
  right: 0;
  bottom: -14px;
}
@media screen and (max-width: 600px) {
  .error-footer a {
    right: 50%;
    margin-right: -30px;
  }
}
.error-footer img {
  width: 80px;
  height: auto;
}
#page-episode-embed .viewer-embed-footer-logo a {
  background-image: url("/images/embed/jump_plus.png");
  background-size: contain;
  width: 115px;
  height: 33.5px;
}
