@import url('https://fonts.googleapis.com/css?family=Quicksand:700');
.hidden {
  display: none !important;
}
.secret {
  display: none;
}
.lazy-image-appear {
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  animation: fadeIn 1s ease 0s 1 normal;
}
.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 .viewer-controller.controller-horizontal {
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background: #fff;
}
.fullscreen .viewer-controller.controller-horizontal .viewer-btn-fullscreen {
  display: none;
}
.fullscreen .viewer-controller.controller-horizontal * {
  visibility: hidden;
}
.fullscreen .viewer-controller.controller-horizontal.show {
  opacity: 1;
}
.fullscreen .viewer-controller.controller-horizontal.show * {
  visibility: visible;
}
@media screen and (max-width: 600px) {
  .fullscreen .viewer-controller.controller-horizontal.show {
    background: #333;
  }
}
.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;
}
.image-container.selectable .page-image,
.image-container.selectable canvas {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  -webkit-touch-callout: default;
  pointer-events: auto;
}
.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: #3947ff;
}
@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: #3947ff;
  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: #3947ff;
  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: #3947ff;
  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: #3947ff;
  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: #3947ff;
  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 .page-area.for-staff {
  visibility: hidden;
}
.scroll-horizontal .page-area.for-staff.show-page {
  visibility: visible;
}
.scroll-horizontal .page-area svg {
  position: absolute;
  z-index: 10;
}
.scroll-horizontal .page-area svg a {
  cursor: pointer;
}
.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 {
  position: absolute;
  height: 100%;
  z-index: 1;
}
.scroll-vertical .page-navigation .page-navigation-forward {
  display: block;
  bottom: 0;
  width: 100vw;
  height: 25%;
  position: absolute;
  cursor: pointer;
}
.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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.scroll-vertical #viewer-colophon {
  padding-bottom: 16px;
  border-top: 1px solid #333;
}
.viewer-colophon-info-wrapper {
  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;
  padding-top: 80px;
}
.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-next-episode {
  width: 100%;
  z-index: 1000;
  left: 0;
}
.viewer-colophon-next-episode .next-link,
.viewer-colophon-next-episode .top-link {
  position: relative;
  z-index: 11;
}
.viewer-colophon-next-episode .next-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  background: #3947ff;
  color: #fff;
  padding: 0 25px;
  line-height: 40px;
  border-radius: 20px;
}
.viewer-colophon-next-episode .next-link:hover {
  color: #fff;
  background: #1021ff;
}
.viewer-colophon-next-episode .top-link {
  font-size: 15px;
  color: #3947ff;
}
@media screen and (max-width: 320px) {
  .viewer-colophon-next-episode .top-link {
    font-size: 13px;
  }
}
.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: #3947ff;
  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: #1021ff;
}
.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-next-update {
  font-size: 12px;
  margin-top: 12px;
}
@media screen and (max-width: 600px) {
  .viewer-colophon-next-update {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .viewer-colophon-next-update {
    font-size: 10px;
    margin-top: 6px;
  }
}
.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: #3947ff;
  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-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.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: #ffffff;
  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: #3947ff;
  text-decoration: underline;
}
.viewer-colophon-news a:hover {
  color: #1021ff;
  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 #3947ff;
  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;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .private-viewer .episode-title {
    font-size: 15px;
  }
}
.private-viewer .episode-read-date {
  font-size: 12px;
  margin-top: 4px;
  padding: 0 24px;
}
.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-container {
  height: 70px;
}
@media screen and (max-width: 600px) {
  .private-viewer .read-button-container {
    height: 60px;
  }
}
.private-viewer .read-button {
  background: #3947ff;
  margin-top: 24px;
  width: 260px;
}
@media screen and (max-width: 600px) {
  .private-viewer .read-button {
    margin-top: 16px;
    width: 250px;
  }
}
.private-viewer .read-button:hover {
  background: #1021ff;
}
.private-viewer .read-button span {
  margin: 0 4px;
}
.private-viewer .read-button img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: -3px 0 0 3px;
}
.private-viewer .private-link {
  margin-top: 15px;
}
.private-viewer .next-open-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  background: #3947ff;
  color: #fff;
  padding: 0 16px;
  line-height: 32px;
  border-radius: 16px;
}
.private-viewer .next-open-link:hover {
  color: #fff;
  background: #1021ff;
}
.private-viewer .next-episode-app-link,
.private-viewer .next-episode-free-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: #000;
  border: 1px solid #666;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  line-height: 1.5;
  width: 260px;
  box-sizing: border-box;
  font-family: inherit;
}
@media screen and (max-width: 600px) {
  .private-viewer .next-episode-app-link,
  .private-viewer .next-episode-free-link {
    font-size: 13px;
    width: 250px;
  }
}
.private-viewer .next-episode-app-link:hover,
.private-viewer .next-episode-free-link:hover {
  color: #fff;
  background: #666;
}
.private-viewer .next-episode-app-link .app-image,
.private-viewer .next-episode-free-link .app-image {
  width: 24px;
  vertical-align: middle;
  margin-right: 7px;
}
.private-viewer .episode-signup-container {
  width: 100%;
  background: #262626;
}
.private-viewer .episode-signup-container .episode-signup-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 16px 0;
  width: 296px;
}
.private-viewer .episode-signup-container .episode-signup-message {
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
}
.private-viewer .episode-signup-container .episode-signup-message span {
  display: block;
  font-weight: 700;
  color: #f19f00;
}
.private-viewer .episode-signup-container .episode-signup-link {
  display: inline-block;
  min-width: 136px;
  height: 32px;
  border-radius: 16px;
  line-height: 32px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #3947ff;
  vertical-align: middle;
  font-family: inherit;
  cursor: pointer;
  outline: none;
  border: none;
  box-sizing: border-box;
}
.private-viewer .episode-signup-container .episode-signup-link:hover,
.private-viewer .episode-signup-container .episode-signup-link:focus {
  color: #fff;
  background: #1021ff;
}
.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-viewer .header {
  position: absolute;
  top: 0;
  z-index: 200;
  width: 100%;
}
@media screen and (max-height: 450px) {
  #page-viewer .header {
    display: none;
  }
}
#page-viewer.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%;
}
.episode-header-comment-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .episode-header-comment-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.episode-header-comment-link a {
  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;
  padding: 10px 20px;
  margin-bottom: 12px;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1;
}
.episode-header-comment-link a svg {
  fill: #333;
}
.episode-header-comment-link a:hover svg {
  fill: #3947ff;
}
@media screen and (max-width: 600px) {
  .episode-header-comment-link a {
    width: 100%;
    max-width: 380px;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 10px 0;
  }
}
@media screen and (max-height: 450px) {
  .episode-header-comment-link a {
    width: auto;
    padding: 10px 20px;
  }
}
.episode-header-comment-link .baloon-icon {
  width: 16px;
  height: 16px;
  padding-right: 8px;
}
.episode-header-comment-link .down-icon {
  width: 8px;
  height: 12px;
  padding-left: 5px;
}
.app-read-content {
  position: fixed;
  width: 100%;
  bottom: 30px;
  z-index: 100;
  text-align: center;
}
.app-read-content div {
  background: #3947ff;
  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 {
  margin-top: 0;
}
.series-sidebar .series-book-details {
  border-top: none;
}
.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;
}
@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;
}
.readable-product-list-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.readable-product-list-tab li {
  position: relative;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  padding: 18px 0;
  border-top: solid 2px rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.readable-product-list-tab li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.readable-product-list-tab li.selected {
  background-color: #fff;
  border-top: solid 2px #000;
  cursor: default;
}
.readable-product-list-tab li span {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .readable-product-list-tab li span {
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .readable-product-list-tab li span {
    font-size: 13px;
  }
}
.volume-tab span::before,
.episode-tab span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  width: 25px;
  height: 25px;
  padding-right: 10px;
}
.volume-tab span::before {
  background: url("/images/viewer/ic_volume.svg") top center no-repeat;
}
.episode-tab span::before {
  background: url("/images/viewer/ic_episode.svg") top center no-repeat;
}
.episode-tab::after {
  display: block;
  position: absolute;
  width: 100%;
  content: "";
  border-bottom: solid 1px #fff;
  box-sizing: border-box;
  bottom: -1px;
}
.selected-tab-info {
  padding: 16px 0;
  text-align: center;
  line-height: 1;
}
.selected-tab-info p {
  font-size: 12px;
  font-weight: 300;
}
.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-readable-product,
.series-special-contents-list li.current-readable-product {
  background: #f1f6c7;
  padding: 8px 0;
}
.series-episode-list li.current-readable-product a,
.series-special-contents-list li.current-readable-product 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-readable-product,
.series-special-contents-list li.no-thumb.current-readable-product {
  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: inline-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 p,
.series-special-contents-list-price p {
  display: inline-block;
  font-size: 12px;
  margin: 4px 4px 4px 0;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .series-episode-list-price p,
  .series-special-contents-list-price p {
    font-size: 11px;
    margin: 3px 3px 3px 0;
  }
}
.series-episode-list-price p.point,
.series-special-contents-list-price p.point {
  padding: 0 6px;
  background: #eaeaea;
  color: #333;
}
.series-episode-list-is-free,
.series-special-contents-list-is-free {
  display: inline-block;
  font-size: 12px;
  margin: 4px 4px 4px 0;
  padding: 0 6px;
  background: #e50012;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .series-episode-list-is-free,
  .series-special-contents-list-is-free {
    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-topics-contents-title {
  font-weight: 700;
  font-size: 17px;
  border-top: 2px solid #000;
  padding: 16px 0;
}
.series-topics-contents-list {
  margin-bottom: 40px;
}
.series-topics-contents-list li {
  border-bottom: 1px solid #eaeaea;
}
.series-topics-contents-list li:first-child {
  border-top: 1px solid #eaeaea;
}
.series-topics-contents-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 16px 0;
}
.series-topics-contents-list a:hover {
  background-color: #fafafa;
}
.series-topics-contents-list .topics-detail {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
  width: 100%;
}
.series-topics-contents-list .topics-date {
  font-size: 11px;
  color: #999;
  line-height: 1;
  margin-bottom: 6px;
}
.series-topics-contents-list .topics-title {
  font-size: 15px;
  color: #000;
  line-height: 1.4;
}
.series-topics-contents-list .topics-thumb-container {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 120px;
  height: auto;
  margin-left: 16px;
}
.series-topics-contents-list .topics-thumb-container img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-color: #fafafa;
}
.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: #3947ff;
}
.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-comment-contents {
  margin-bottom: 40px;
}
.series-comment-contents-title {
  padding: 16px 0;
  border-top: solid 2px #000;
  font-weight: 700;
}
.series-comment-contents-box {
  position: relative;
  background-color: #fafafa;
  border-radius: 10px;
  border: solid 1px #eaeaea;
  box-sizing: border-box;
  word-break: break-all;
}
.series-comment-contents-box::before,
.series-comment-contents-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.series-comment-contents-box::before {
  top: -11px;
  left: 18px;
  border-width: 0 10px 11px 10px;
  border-color: transparent transparent #eaeaea transparent;
}
.series-comment-contents-box::after {
  top: -10px;
  left: 20px;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #fafafa transparent;
}
.series-comment-contents-form {
  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;
  padding: 20px;
  border-bottom: 2px solid #eaeaea;
}
@media screen and (max-width: 600px) {
  .series-comment-contents-form {
    padding: 15px;
  }
}
.series-comment-contents-form .comment-textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
  padding: 8px;
  margin-bottom: 10px;
  border: solid 1px #999;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .series-comment-contents-form .comment-textarea {
    font-size: 16px;
  }
}
.series-comment-contents-form .comment-button {
  display: block;
  cursor: pointer;
  padding: 0 30px;
  background-color: #3947ff;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 16px;
}
.series-comment-contents-form .comment-button:hover {
  color: #fff;
  background: #1021ff;
}
.series-comment-contents-form .comment-button:disabled {
  cursor: default;
  border: 1px solid #eaeaea;
  background-color: transparent;
  color: #999;
  font-weight: 300;
}
.series-comment-contents-done {
  text-align: center;
  padding: 30px 15px;
  border-bottom: 2px solid #eaeaea;
}
.series-comment-contents-done p {
  font-size: 15px;
}
@media screen and (max-width: 320px) {
  .series-comment-contents-done p {
    font-size: 14px;
  }
}
.series-comment-contents-done p.attention {
  font-size: 12px;
  margin-top: 8px;
  color: #666;
}
@media screen and (max-width: 320px) {
  .series-comment-contents-done p.attention {
    font-size: 11px;
  }
}
.series-comment-contents-done p.attention span {
  display: inline-block;
}
.series-comment-contents-none {
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .series-comment-contents-none {
    padding: 40px 0;
  }
}
.series-comment-contents-none p {
  font-size: 15px;
  color: #666;
}
@media screen and (max-width: 320px) {
  .series-comment-contents-none p {
    font-size: 12px;
  }
}
.series-comment-contents-list {
  padding: 0 20px;
}
.series-comment-contents-list li {
  padding: 10px 0;
  border-bottom: solid 1px #eaeaea;
}
.series-comment-contents-list li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 600px) {
  .series-comment-contents-list {
    padding: 0 15px;
  }
}
.series-comment-contents .comment-container-text {
  font-size: 12px;
  line-height: 1.5;
}
.series-comment-contents .comment-container-text span {
  padding-right: 5px;
  font-size: 12px;
  font-weight: 700;
}
.series-comment-contents .comment-container-date {
  color: #999;
  font-size: 10px;
}
.series-comment-contents .comment-more-button {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 16px 0;
  border: none;
  color: #999;
  border-radius: 0 0 10px 10px;
  background-color: #fafafa;
  font-size: 12px;
  border-top: solid 1px #eaeaea;
}
.series-comment-contents .comment-more-button::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;
  opacity: .4;
}
.series-comment-contents .comment-more-button:hover {
  color: #000;
  background-color: #eaeaea;
}
.series-comment-contents .comment-more-button:hover::after {
  opacity: 1;
}
.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 0 16px;
  }
}
.series-book-details-title {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 5px;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .series-book-details-title {
    margin: 40px 0 10px;
    font-size: 13px;
  }
}
.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.book-service-link {
  margin: 0 10px;
}
@media screen and (max-width: 980px) {
  .series-book-detail p,
  .series-book-detail a.book-service-link {
    margin-left: 120px;
  }
}
.series-book-detail p {
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}
.series-book-detail p.author-name {
  color: #999;
}
.series-book-detail a.book-service-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.book-service-link {
    max-width: 300px;
  }
}
.series-book-detail a.book-service-link:hover {
  border: 1px solid #b3b3b3;
}
.series-book-detail a.book-service-link img {
  vertical-align: bottom;
  height: 15px;
  padding: 8px 5px;
}
.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.ebookjapan-link img {
  height: 14px;
  padding: 9px 5px 8px;
}
.series-profile-details-title {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 700;
}
.series-profile-details-card {
  border-top: solid 1px #eaeaea;
  padding: 16px 0;
}
.series-profile-details-author {
  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;
  margin-bottom: 16px;
}
.series-profile-details-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: solid 1px #eaeaea;
  box-sizing: border-box;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .series-profile-details-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
}
.series-profile-details-name {
  line-height: 1.2;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.series-profile-details-name h4 {
  font-size: 15px;
}
.series-profile-details-name span {
  font-size: 12px;
  color: #999;
}
.series-profile-details-bio {
  font-size: 12px;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.series-profile-details-bio a {
  display: block;
  text-decoration: underline;
}
.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;
  }
}
#page-viewerEmbed {
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
}
#page-viewerEmbed #content,
#page-viewerEmbed .viewer {
  height: 100%;
}
#page-viewerEmbed .viewer-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #333;
}
#page-viewerEmbed .viewer-embed-header {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
}
#page-viewerEmbed .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-viewerEmbed .viewer-embed-header > a:hover {
  color: #e6e6e6;
}
#page-viewerEmbed .viewer-embed-header-title {
  font-weight: 700;
}
#page-viewerEmbed .viewer-embed-header-author:before {
  content: " - ";
}
#page-viewerEmbed .viewer-embed-header-pagenum {
  font-size: 10px;
  margin-left: 4px;
  display: inline-block;
}
#page-viewerEmbed .viewer-embed-header-share {
  position: absolute;
  top: 8px;
  right: 8px;
}
#page-viewerEmbed .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-viewerEmbed .viewer-embed-header-share a:hover {
  opacity: 1;
}
#page-viewerEmbed .viewer-embed-header-share-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
#page-viewerEmbed .viewer-embed-page-navigation-forward {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#page-viewerEmbed .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-viewerEmbed .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-viewerEmbed .viewer-embed-btn-expand {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  cursor: pointer;
}
#page-viewerEmbed .viewer-embed-btn-expand:hover .viewer-embed-page-navigation-forward-text {
  color: #fff;
  background: #333;
}
#page-viewerEmbed .viewer-embed-btn-expand:hover .viewer-embed-page-navigation-forward-text::before {
  background-image: url(/images/embed/ic_expand_viewer_white.svg);
}
#page-viewerEmbed .viewer-embed-viewer-container {
  display: none;
}
#page-viewerEmbed .viewer-embed-thumbnail-container {
  height: 100%;
  background: black;
}
#page-viewerEmbed .viewer-embed-thumbnail-container .thumbnail {
  height: 100%;
}
#page-viewerEmbed .viewer-embed-thumbnail-container .thumbnail-image-container {
  height: 100%;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
}
#page-viewerEmbed .viewer-embed-thumbnail-container .page-area {
  display: inline-block;
  vertical-align: top;
}
#page-viewerEmbed .viewer-embed-thumbnail-container .align-left {
  text-align: left;
}
#page-viewerEmbed .viewer-embed-thumbnail-container .align-right {
  text-align: right;
}
#page-viewerEmbed .viewer-embed-thumbnail-container .align-center {
  text-align: center;
}
#page-viewerEmbed .viewer-embed-thumbnail-container .hide {
  display: none !important;
}
#page-viewerEmbed .viewer-embed-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#page-viewerEmbed .viewer-embed-footer-logo {
  position: absolute;
  bottom: 3px;
  right: 3px;
  line-height: 0;
  z-index: 1010;
}
#page-viewerEmbed .viewer-embed-footer-logo a {
  display: block;
}
#page-viewerEmbed .viewer,
#page-viewerEmbed #content,
#page-viewerEmbed .content-inner.scroll-horizontal,
#page-viewerEmbed .image-container {
  -webkit-transition: none;
  transition: none;
}
#page-viewerEmbed .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-viewerEmbed .private-viewer.none-app .content {
  margin: auto 0;
}
#page-viewerEmbed .private-viewer .content {
  margin: auto 0 0;
  padding: 0;
}
@media screen and (max-height: 450px) {
  #page-viewerEmbed .private-viewer .content {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 320px) {
  #page-viewerEmbed .private-viewer .episode-not-found-thumb {
    width: 70%;
  }
}
@media screen and (max-height: 450px) {
  #page-viewerEmbed .private-viewer .episode-not-found-thumb {
    max-width: 140px;
  }
}
@media screen and (max-height: 250px) {
  #page-viewerEmbed .private-viewer .episode-not-found-thumb {
    display: none;
  }
}
@media screen and (max-height: 450px) {
  #page-viewerEmbed .private-viewer .episode-title {
    font-size: 14px;
    margin-top: 6px;
  }
}
@media screen and (max-height: 250px) {
  #page-viewerEmbed .private-viewer .episode-title {
    display: none;
  }
}
@media screen and (max-height: 450px) {
  #page-viewerEmbed .private-viewer .private-message {
    font-size: 13px;
    margin-top: 4px;
  }
}
#page-viewerEmbed .private-viewer .app-download-container {
  margin: 0 0 auto;
  background: transparent;
  padding-top: 30px;
}
@media screen and (max-height: 450px) {
  #page-viewerEmbed .private-viewer .app-download-container {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}
#page-viewerEmbed .private-viewer .app-download-content {
  border-top: 1px solid #555;
}
@media screen and (max-width: 320px) {
  #page-viewerEmbed .private-viewer .app-download-content {
    display: block;
    padding: 8px 0;
  }
}
@media screen and (max-height: 250px) {
  #page-viewerEmbed .private-viewer .app-download-content {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  #page-viewerEmbed .private-viewer .app-download-image {
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 320px) {
  #page-viewerEmbed .private-viewer .app-download-message {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 320px) {
  #page-viewerEmbed .private-viewer .app-download-link {
    display: inline-block;
    margin: 8px auto;
    width: auto;
  }
}
@media screen and (max-width: 270px) {
  #page-viewerEmbed .private-viewer .app-download-link {
    display: block;
  }
  #page-viewerEmbed .private-viewer .app-download-link a {
    padding: 6px 24px;
  }
}
@media screen and (max-height: 450px) {
  #page-viewerEmbed .private-viewer .viewer-embed-footer {
    height: 40px;
  }
}
#page-viewerEmbed .viewer-controller {
  display: none;
}
#page-viewerEmbed.fullscreen .page-navigation {
  display: block;
}
#page-viewerEmbed.fullscreen .viewer-embed-header > a,
#page-viewerEmbed.fullscreen .viewer-embed-header-share {
  display: none;
}
#page-viewerEmbed.fullscreen .viewer-embed-footer,
#page-viewerEmbed.fullscreen .viewer-embed-page-navigation-forward,
#page-viewerEmbed.fullscreen .viewer-embed-btn-expand {
  display: none;
}
#page-viewerEmbed.fullscreen .viewer-embed-thumbnail-container {
  display: none;
}
#page-viewerEmbed.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;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.history-page-contaier {
  width: 960px;
  margin: 16px auto 60px;
  zoom: 1;
}
.history-page-contaier:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 980px) {
  .history-page-contaier {
    width: 100%;
  }
}
.history-page-main {
  width: 725px;
  margin: 20px auto 0;
}
@media screen and (max-width: 980px) {
  .history-page-main {
    max-width: 725px;
    margin: 16px auto 0;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 760px) {
  .history-page-main {
    max-width: 400px;
    padding: 0 16px;
  }
}
.history-page-main .history-list-container {
  margin-bottom: 40px;
}
.history-page-main h4 {
  padding: 24px 0;
  font-size: 17px;
  font-weight: 700;
}
.history-page-main h4::before {
  background: url("/images/history/ic_history.svg") center center no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  content: "";
  background-size: contain;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}
.history-page-main .more-button-container {
  width: 100%;
  text-align: center;
  margin: 0;
}
.history-page-main .more-button-container .more-button {
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  opacity: .4;
  padding: 8px 16px;
}
@media screen and (max-width: 980px) {
  .history-page-main .more-button-container .more-button {
    background: #333;
    color: #fff;
    border-radius: 30px;
    opacity: 1;
    padding: 6px 24px;
    font-size: 12px;
  }
}
.history-page-main .more-button-container .more-button::after {
  display: inline-block;
  content: "";
  background: url("/images/history/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;
}
@media screen and (max-width: 980px) {
  .history-page-main .more-button-container .more-button::after {
    color: #fff;
    background: url("/images/history/ic_arrow_down_small_white.png") center center no-repeat;
    background-size: contain;
    width: 8px;
  }
}
.history-page-main .more-button-container .more-button:hover {
  color: #333;
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .history-page-main .more-button-container .more-button:hover {
    color: #fff;
    background: #595959;
  }
}
.history-page-main .more-button-container .more-button-link::after {
  content: none;
}
.last-reading-container {
  border: 1px dashed #C4C4C4;
  border-radius: 8px;
  padding: 0 16px 16px;
}
.last-reading-container h5 {
  margin: -10px 0 10px -10px;
  font-size: 13px;
}
@media screen and (max-width: 760px) {
  .last-reading-container h5 {
    margin: -10px 0 10px 0;
    text-align: center;
    font-size: 12px;
  }
}
.last-reading-container h5 span {
  background: #fff;
  padding: 0 10px;
  display: inline-block;
}
.last-reading-container a {
  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;
}
.last-reading-container img {
  width: 129px;
}
@media screen and (max-width: 760px) {
  .last-reading-container img {
    width: 105px;
  }
}
@media screen and (max-width: 320px) {
  .last-reading-container img {
    width: 80px;
  }
}
.last-reading-container .title-box {
  padding-left: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 760px) {
  .last-reading-container .title-box {
    padding-left: 10px;
  }
}
.last-reading-container .series-title {
  font-size: 15px;
}
@media screen and (max-width: 760px) {
  .last-reading-container .series-title {
    font-size: 13px;
  }
}
.last-reading-container .episode-title {
  font-size: 13px;
  color: #95989A;
}
@media screen and (max-width: 760px) {
  .last-reading-container .episode-title {
    font-size: 11px;
  }
}
.clear-history-wrapper {
  float: right;
  margin-top: 26px;
}
.clear-history-wrapper button {
  background: transparent;
  border: none;
  color: #333;
  font-size: 13px;
  padding: 0;
  margin: 0;
  opacity: .4;
  cursor: pointer;
}
.clear-history-wrapper button:hover {
  opacity: 1;
}
.history-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.history-list li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 129px;
}
.history-list li:nth-child(5n) {
  margin-right: 0;
}
.history-list .series-title,
.history-list .episode-title {
  display: block;
  word-break: break-all;
}
.history-list img {
  width: 100%;
  display: block;
  margin-bottom: 6px;
}
.history-list .series-title {
  font-size: 13px;
}
.history-list .new-episode-label {
  background: #F22A1F;
  color: #fff;
  font-size: 10px;
  padding: 3px 4px;
}
.history-list .episode-title {
  font-size: 10px;
  color: #95989A;
}
@media screen and (max-width: 760px) {
  .history-list {
    border-top: 1px solid #eaeaea;
  }
}
@media screen and (max-width: 760px) {
  .history-list li {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 980px) {
  .history-list li .more-button {
    border: none;
    margin: 16px 0 0 ;
    padding: 8px 0;
  }
}
@media screen and (max-width: 760px) {
  .history-list a {
    padding: 12px 0;
    border-bottom: 1px solid #eaeaea;
    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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 760px) {
  .history-list img {
    width: 105px;
  }
}
@media screen and (max-width: 320px) {
  .history-list img {
    width: 80px;
  }
}
@media screen and (max-width: 760px) {
  .history-list .title-box {
    margin-left: 8px;
  }
}
.twitter-widget-wrapper iframe {
  width: 1px !important;
  min-width: 100% !important;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #fff;
  font-size: 14px;
  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: #3947ff;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.slick-dots button {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  padding: 15px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
@media screen and (max-width: 600px) {
  .slick-dots button {
    padding: 12px;
  }
}
.slick-dots button::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 0 2px #999;
}
@media screen and (max-width: 600px) {
  .slick-dots button::before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
}
.slick-dots li.slick-active button::before {
  background: #3947ff;
  box-shadow: 0 0 0 2px #3947ff;
}
.slick-dots button:hover::before {
  box-shadow: 0 0 0 2px #3947ff;
}
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  z-index: 10;
  top: calc(50% - (64px) / 2);
  font-size: 0;
  line-height: 0;
  background-color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 600px) {
  .slick-prev,
  .slick-next {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.slick-prev:hover::before,
.slick-next:hover::before {
  background-image: url("/images/img_arrow_hover.png");
}
.slick-prev::before,
.slick-next::before {
  content: '';
  position: absolute;
  background: url("/images/img_arrow.png") top center no-repeat;
  background-size: 15px 24px;
  width: 15px;
  height: 24px;
  top: 20px;
}
@media screen and (max-width: 600px) {
  .slick-prev::before,
  .slick-next::before {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.slick-prev {
  left: 30px;
}
.slick-prev::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 23px;
}
.slick-next {
  right: 30px;
}
.slick-next::before {
  right: 23px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.mv-contents {
  position: relative;
}
@media screen and (min-width: 600px) {
  .mv-contents {
    margin-bottom: 6px;
  }
}
.mv-contents::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url("/images//top_wave_bottom.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 600px) {
  .mv-contents::after {
    background-image: url("/images//top_wave_top.png");
    height: 8px;
    top: -3px;
    bottom: auto;
    z-index: 1;
  }
}
.mv-contents .slick-list {
  position: relative;
  background: #5dbefb;
  background: -webkit-linear-gradient(top, #2890ff 0%, #5dbefb 100%);
  background: linear-gradient(to bottom, #2890ff 0%, #5dbefb 100%);
}
@media screen and (max-width: 600px) {
  .mv-contents .slick-list {
    background: -webkit-linear-gradient(top, #5dbefb 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #5dbefb 0%, #ffffff 100%);
  }
}
@media screen and (min-width: 600px) {
  .mv-contents .slick-dots {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(30, 30, 30, 0.7);
    height: 30px;
    border-radius: 15px;
    padding: 0 8px;
  }
}
@media screen and (min-width: 600px) {
  .mv-contents .slick-dots button::before {
    box-shadow: 0 0 0 2px #fff;
  }
}
.mv-contents .mv-items img {
  max-width: 85vw;
  max-height: 50vh;
}
.mv-contents .slick-slide {
  margin: 0 5px;
}
@media screen and (max-width: 600px) {
  .mv-contents .slick-slide {
    margin: 0 2.5px;
  }
}
.mv-contents .slick-slide a {
  display: block;
  outline: none;
}
.recommend-article-items .slick-dots,
.recommend-banner-items .slick-dots {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .recommend-article-items .slick-dots,
  .recommend-banner-items .slick-dots {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .recommend-article-items .slick-list {
    padding-left: 10px;
  }
}
.recommend-article-items .slick-slide {
  width: 240px;
  margin-right: 24px;
}
.recommend-article-items .slick-slide span {
  font-size: 10px;
  color: #999;
}
.recommend-article-items .slick-slide p {
  margin-top: 8px;
  font-size: 12px;
  word-wrap: break-word;
}
.recommend-article-items .slick-slide a {
  display: block;
  outline: none;
}
.recommend-banner-items .slick-slide {
  width: 500px;
  margin-right: 24px;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .recommend-banner-items .slick-slide {
    width: 100vw;
  }
}
.recommend-banner-items .slick-slide a {
  display: block;
  position: relative;
  outline: none;
}
.recommend-banner-items .slick-slide a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
  box-sizing: border-box;
}
.recommend-banner-items .slick-slide img {
  width: 100%;
  height: auto;
}
.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 {
  min-height: 50px;
  overflow: hidden;
  line-height: 1;
}
.header.inactive {
  height: 50px;
}
.header .header-container {
  padding: 20px 0;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 1320px) {
  .header .header-container {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  .header .header-container {
    padding: 10px 0 0;
  }
}
.header .header-content {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .header .header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.header .header-title {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 20px;
}
@media screen and (max-width: 900px) {
  .header .header-title {
    padding-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .header .header-title {
    padding: 10px 15px 0;
  }
}
@media screen and (max-width: 320px) {
  .header .header-title {
    padding: 15px 15px 0;
  }
}
.header .header-title-logo {
  position: relative;
}
.header .header-title-logo a {
  display: inline-block;
  background: url("/images/kuragebunch_logo.svg") center no-repeat;
  width: 348px;
  height: 54px;
  background-size: contain;
}
.header .header-title-logo a:hover {
  opacity: .8;
}
.header .header-title-logo a strong {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (max-width: 915px) {
  .header .header-title-logo a {
    width: 278.4px;
    height: 43.2px;
  }
}
@media screen and (max-width: 850px) {
  .header .header-title-logo a {
    width: 243.6px;
    height: 37.8px;
  }
}
@media screen and (max-width: 600px) {
  .header .header-title-logo a {
    width: 215.76px;
    height: 33.48px;
  }
}
@media screen and (max-width: 320px) {
  .header .header-title-logo a {
    width: 201.84px;
    height: 31.32px;
  }
}
.header .header-title-logo .title-sub {
  position: relative;
  top: -25px;
  left: 5px;
  display: inline-block;
  background: url("/images/header_update.svg") center no-repeat;
  width: 98px;
  height: 45px;
}
.header .header-title-logo .title-sub span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (max-width: 915px) {
  .header .header-title-logo .title-sub {
    top: -20px;
    width: 88.2px;
    height: 40.5px;
  }
}
@media screen and (max-width: 850px) {
  .header .header-title-logo .title-sub {
    top: -16px;
    width: 78.4px;
    height: 36px;
  }
}
@media screen and (max-width: 600px) {
  .header .header-title-logo .title-sub {
    top: -12px;
    left: 5px;
    width: 78.4px;
    height: 36px;
  }
}
@media screen and (max-width: 320px) {
  .header .header-title-logo .title-sub {
    left: 2px;
    width: 63.7px;
    height: 29.25px;
  }
}
.header .header-title-description {
  position: absolute;
  top: 0;
  font-size: 12px;
  font-weight: 300;
  color: #999;
}
@media screen and (max-width: 750px) {
  .header .header-title-description {
    font-size: 10px;
  }
}
.header .header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .header .header-nav {
    padding-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .header .header-nav {
    padding: 0 8px;
  }
}
.header .header-nav li::after {
  content: "";
  display: inline-block;
  margin: 0 10px;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: #b3b3b3;
}
@media screen and (max-width: 800px) {
  .header .header-nav li::after {
    margin: 0 4px;
  }
}
.header .header-nav li:last-child::after {
  content: none;
}
.header .header-nav a {
  display: inline-block;
  padding: 20px 6px;
  vertical-align: middle;
}
@media screen and (max-width: 320px) {
  .header .header-nav a {
    padding: 20px 4px;
  }
}
.header .header-nav a:hover {
  opacity: .3;
}
.header .header-nav span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header .header-nav-series a {
  background: url("/images/nav_series.svg") center no-repeat;
  background-size: 64px 15px;
  width: 64px;
}
@media screen and (max-width: 600px) {
  .header .header-nav-series a {
    background-size: 51.2px 12px;
    width: 51.2px;
    height: 12px;
  }
}
.header .header-nav-comics a {
  background: url("/images/nav_comics.svg") center no-repeat;
  background-size: 72px 14px;
  width: 72px;
}
@media screen and (max-width: 600px) {
  .header .header-nav-comics a {
    background-size: 57.6px 11.2px;
    width: 57.6px;
    height: 11.2px;
  }
}
.header .header-nav-history a {
  background: url("/images/nav_history.svg") center no-repeat;
  background-size: 30px 14px;
  width: 30px;
}
@media screen and (max-width: 600px) {
  .header .header-nav-history a {
    background-size: 24px 11.2px;
    width: 24px;
    height: 11.2px;
  }
}
.header .header-nav-mangasho a {
  background: url("/images/nav_mangasho.svg") center no-repeat;
  background-size: 44px 14px;
  width: 44px;
}
@media screen and (max-width: 600px) {
  .header .header-nav-mangasho a {
    background-size: 35.2px 11.2px;
    width: 35.2px;
    height: 11.2px;
  }
}
.header .header-nav-goods a {
  background: url("/images/nav_goods.svg") center no-repeat;
  background-size: 43px 14px;
  width: 43px;
}
@media screen and (max-width: 600px) {
  .header .header-nav-goods a {
    background-size: 34.4px 11.2px;
    width: 34.4px;
    height: 11.2px;
  }
}
#page-viewer .header,
.static-page-comics .header {
  padding-bottom: 1px;
  margin-bottom: -1px;
}
#page-viewer .header-container,
.static-page-comics .header-container {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 600px) {
  #page-kuragebunch-serial-serial .header-container {
    padding-bottom: 10px;
  }
}
#page-kuragebunch-top .footer-nav,
#page-kuragebunch-top .footer-copyright {
  margin-left: 86px;
}
@media screen and (max-width: 1267px) {
  #page-kuragebunch-top .footer-nav,
  #page-kuragebunch-top .footer-copyright {
    margin-left: 0;
  }
}
#page-kuragebunch-top .footer-gotop {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  #page-kuragebunch-top .footer-gotop {
    margin-top: 44px;
  }
}
.footer .footer-gotop {
  margin-top: 80px;
  border-bottom: solid 1px #b3b3b3;
}
.footer .gotop-box {
  position: relative;
  max-width: 1267px;
  margin: 0 auto;
}
@media screen and (max-width: 1267px) {
  .footer .gotop-box {
    margin-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .footer .gotop-box {
    margin: 0;
  }
}
.footer .gotop-box a {
  position: absolute;
  content: "";
  display: block;
  background: url("/images/img_gotop_pc.png") top center no-repeat;
  background-size: 110px 30px;
  width: 110px;
  height: 30px;
  bottom: -1px;
  right: 0;
}
@media screen and (max-width: 900px) {
  .footer .gotop-box a {
    background: url("/images/img_gotop_sp.png") top 6px center no-repeat;
    background-size: 76px 13px;
    width: 100%;
    height: 24px;
    bottom: 0;
    background-color: #dedede;
  }
}
.footer .gotop-box a:hover {
  background: url("/images/img_gotop_hover_pc.png") top center no-repeat;
  background-size: 110px 30px;
  width: 110px;
  height: 30px;
  right: 0;
}
@media screen and (max-width: 900px) {
  .footer .gotop-box a:hover {
    background: url("/images/img_gotop_hover_sp.png") top 6px center no-repeat;
    background-size: 76px 13px;
    width: 100%;
    height: 24px;
    bottom: 0;
    background-color: #3947ff;
  }
}
.footer .gotop-box p {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.footer .footer-container {
  display: block;
  max-width: 1267px;
  margin: 0 auto;
  padding-top: 24px;
  padding: 20px 0;
}
@media screen and (max-width: 1267px) {
  .footer .footer-container {
    padding: 20px;
  }
}
@media screen and (max-width: 900px) {
  .footer .footer-container {
    text-align: center;
    padding: 15px 20px 30px;
  }
}
@media screen and (max-width: 320px) {
  .footer .footer-container {
    padding: 15px 10px 30px;
  }
}
.footer .footer-nav {
  min-width: 600px;
}
@media screen and (max-width: 600px) {
  .footer .footer-nav {
    text-align: center;
    min-width: 100%;
  }
}
.footer .footer-nav ul {
  display: inline-block;
}
.footer .footer-nav li {
  display: inline-block;
  padding: 10px 6px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 320px) {
  .footer .footer-nav li {
    padding: 10px 4px;
  }
}
.footer .nav-about,
.footer .related-link {
  position: relative;
}
@media screen and (min-width: 600px) {
  .footer .nav-about::before,
  .footer .related-link::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin: 0 5px;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background: #b3b3b3;
  }
}
.footer .nav-about .nav-headline,
.footer .related-link .nav-headline {
  padding-right: 5px;
  color: #999;
  font-size: 10px;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .footer ul.related-link {
    display: block;
  }
}
.footer .footer-copyright {
  color: #999;
  font-size: 10px;
  font-weight: 300;
  margin-top: 15px;
}
.footer .footer-copyright a {
  color: #000;
}
.footer .footer-copyright a:active,
.footer .footer-copyright a:hover {
  color: #3947ff;
}
@media screen and (max-width: 600px) {
  #page-kuragebunch-top .header {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  #page-kuragebunch-top .mv-contents {
    margin-top: 114px;
  }
}
.top-contents {
  max-width: 1267px;
  margin: 0 auto;
  padding-top: 24px;
}
@media screen and (max-width: 900px) {
  .top-contents {
    width: 100%;
  }
}
.latest-update,
.kurage-recommend,
.update-history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .latest-update,
  .kurage-recommend,
  .update-history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.blog-kuragebunch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.blog-kuragebunch a {
  display: block;
  margin-top: -40px;
  background: url("/images/img_blog_pc.png") top center no-repeat;
  background-size: 201.5px 52.5px;
  width: 201.5px;
  height: 40px;
}
.blog-kuragebunch a:hover {
  opacity: .5;
}
@media screen and (max-width: 600px) {
  .blog-kuragebunch a {
    position: absolute;
    background: url("/images/img_blog_sp.png") top left -5px no-repeat;
    background-size: 122px 72.5px;
    width: 100px;
    height: 60px;
    top: 21px;
    right: 10px;
  }
}
@media screen and (max-width: 320px) {
  .blog-kuragebunch a {
    background-position: top left -10px;
    background-size: 115px 69px;
    width: 72px;
    height: 54px;
  }
}
.blog-kuragebunch p {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (max-width: 600px) {
  .blog-kuragebunch {
    position: relative;
  }
}
.latest-update-title,
.kurage-recommend-title,
.update-history-title {
  width: 86px;
}
@media screen and (max-width: 600px) {
  .latest-update-title,
  .kurage-recommend-title,
  .update-history-title {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .kurage-recommend-title,
  .update-history-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.latest-update-title h3,
.kurage-recommend-title h3,
.update-history-title h3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 20px 0;
  margin: 0 40px 0 10px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  border-top: dotted 1px #b3b3b3;
}
.latest-update-title h3 span,
.kurage-recommend-title h3 span,
.update-history-title h3 span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (max-width: 600px) {
  .latest-update-title h3,
  .kurage-recommend-title h3,
  .update-history-title h3 {
    position: static;
    margin: 0 10px;
    padding: 0 0 2px;
    border-top: none;
    border-bottom: 2px solid #b3b3b3;
  }
}
.latest-update-title h3 {
  font-size: 36px;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .latest-update-title h3 {
    font-size: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 320px) {
  .latest-update-title h3 {
    font-size: 26px;
  }
}
.latest-update-title h3 div {
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .latest-update-title h3 div {
    display: inline-block;
    margin: 0;
  }
}
.latest-update-title h3 .txt-month {
  background: url("/images/txt_month.svg") center no-repeat;
  background-size: 14px 15.5px;
  width: 14px;
  height: 15.5px;
}
@media screen and (max-width: 600px) {
  .latest-update-title h3 .txt-month {
    background-size: 12px 13.5px;
    width: 12px;
    height: 13.5px;
    padding: 0 4px;
  }
}
@media screen and (max-width: 320px) {
  .latest-update-title h3 .txt-month {
    background-size: 11px 12px;
    width: 11px;
    height: 12px;
  }
}
.latest-update-title h3 .txt-update {
  background: url("/images/txt_latest_update_pc.svg") center no-repeat;
  background-size: 16px 72px;
  width: 16px;
  height: 72px;
}
@media screen and (max-width: 600px) {
  .latest-update-title h3 .txt-update {
    background: url("/images/txt_latest_update1_sp.svg") center no-repeat;
    background-size: 72px 14.5px;
    width: 72px;
    height: 15px;
    padding: 0 6px 0 0;
  }
}
@media screen and (max-width: 320px) {
  .latest-update-title h3 .txt-update {
    background-size: 65px 13px;
    width: 65px;
    height: 13px;
  }
}
.latest-update-title h3 .txt-update-num {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #999;
  vertical-align: 10%;
}
.latest-update-title h3 .txt-update-num span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (min-width: 600px) {
  .latest-update-title h3 .txt-update-num {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media screen and (max-width: 600px) {
  .latest-update-title h3 .txt-update-num::after {
    position: absolute;
    content: "";
    background: url("/images/txt_latest_update2_sp.svg") center no-repeat;
    background-size: 38px 15px;
    width: 38px;
    height: 15px;
    top: 3px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 320px) {
  .latest-update-title h3 .txt-update-num::after {
    background-size: 34px 13px;
    width: 33px;
    height: 13px;
    top: 4px;
  }
}
.kurage-recommend-title h3 {
  background: url("/images/txt_recommend_pc.svg") top 20px left 11px no-repeat, url("/images/img_recommend_sp.png") bottom 20px left no-repeat;
  background-size: 16px 221px, 80px 68px;
  width: 68px;
  height: 300px;
}
@media screen and (max-width: 600px) {
  .kurage-recommend-title h3 {
    position: relative;
    background: url("/images/txt_recommend_sp.svg") left no-repeat;
    background-size: 198px 16px;
    width: 100%;
    height: 16px;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .kurage-recommend-title h3::after {
    position: absolute;
    content: "";
    background: url("/images/img_recommend_sp.png") top left no-repeat;
    background-size: 80px 68px;
    width: 70px;
    height: 68px;
    top: -22px;
    left: auto;
    right: 0;
  }
}
.update-history-title h3 {
  background: url("/images/txt_history_pc.svg") center no-repeat;
  background-size: 16px 128px;
  width: 36px;
  height: 128px;
}
@media screen and (max-width: 600px) {
  .update-history-title h3 {
    background: url("/images/txt_history_sp.svg") left no-repeat;
    background-size: 129px 16px;
    width: 100%;
    height: 16px;
    padding: 0 0 30px;
  }
}
.latest-update-list,
.update-history-list {
  width: calc(100% - 86px);
  padding-right: 21px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .latest-update-list,
  .update-history-list {
    width: 100%;
    padding: 0 5px;
  }
}
.series-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.series-items-box {
  position: relative;
  padding: 30px 0;
  margin-right: 40px;
  border-top: dotted 1px #b3b3b3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .series-items-box:nth-child(even) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  .series-items-box {
    border-top: none;
    border-bottom: dotted 1px #b3b3b3;
  }
}
@media screen and (min-width: 600px) {
  .series-items-box::after {
    position: absolute;
    content: "";
    background: #b3b3b3;
    width: 1px;
    height: 14px;
    top: -7px;
    right: -20px;
  }
}
.series-items-box:not(:last-child) {
  max-width: 360px;
}
@media screen and (max-width: 1280px) {
  .series-items-box:not(:last-child) {
    width: calc((100% - 80px) / 3.01);
    max-width: none;
  }
}
@media screen and (max-width: 900px) {
  .series-items-box:not(:last-child) {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .series-items-box:not(:last-child) {
    width: calc((100% - 5px) / 2);
  }
}
@media screen and (min-width: 900px) {
  .series-items-box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .series-items-box:nth-child(3n+1)::before {
    position: absolute;
    content: "";
    background: #b3b3b3;
    width: 1px;
    height: 14px;
    top: -7px;
    left: -20px;
  }
}
.series-items-box:last-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 0;
}
.series-items-box:last-child:not(nth-child(3n)) .series-items-box-content {
  max-width: 360px;
}
@media screen and (max-width: 1280px) and (min-width: 900px) {
  .series-items-box:last-child:nth-child(3n) {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 1280px) and (min-width: 900px) {
  .series-items-box:last-child:nth-child(3n+1) .series-items-box-content {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 1280px) and (min-width: 900px) {
  .series-items-box:last-child:nth-child(3n+2) .series-items-box-content {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .series-items-box:last-child:nth-child(even) {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .series-items-box:last-child:nth-child(even) {
    width: calc((100% - 5px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .series-items-box:last-child:nth-child(odd) .series-items-box-content {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .series-items-box:last-child:nth-child(odd) .series-items-box-content {
    width: calc((100% - 5px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .series-items-box:nth-child(odd) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 900px) and (min-width: 600px) {
  .series-items-box:nth-child(odd)::before {
    position: absolute;
    content: "";
    background: #b3b3b3;
    width: 1px;
    height: 14px;
    top: -7px;
    left: -20px;
  }
}
.series-items-box-content {
  display: inline-block;
  position: relative;
  max-width: 360px;
  width: 100%;
}
.episode-link {
  display: block;
  line-height: 0;
}
.episode-link .episode-link-thumb::before,
.episode-link .episode-link-latest,
.episode-link .episode-link-first {
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 600px) {
  .episode-link:hover .episode-link-thumb::before {
    border: 8px solid #ffff00;
  }
}
@media screen and (min-width: 600px) {
  .episode-link:hover .episode-link-latest {
    border-color: #ffff00;
    background-color: #ffff00;
    background-image: url("/images/link_episode_hover.svg");
  }
}
@media screen and (min-width: 600px) {
  .episode-link:hover .episode-link-first {
    border-color: #ffff00;
    background-color: #ffff00;
    background-image: url("/images/link_first_episode_hover.svg");
  }
}
.label-new {
  display: block;
  text-align: center;
  line-height: 1;
  width: 36px;
  padding: 4px 0;
  margin-bottom: 5px;
  background-color: #f32273;
  font-weight: 700;
  font-size: 9px;
  color: #fff;
}
.episode-link-title {
  padding-bottom: 10px;
  line-height: 1.4;
}
.episode-link-title h4,
.episode-link-title h5 {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .episode-link-title h4,
  .episode-link-title h5 {
    font-size: 12px;
  }
}
.episode-link-title h4 {
  font-weight: 700;
  overflow: hidden;
  max-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.episode-link-thumb {
  position: relative;
  background-color: #fff;
}
.episode-link-thumb::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/bg_stripe.png") right bottom repeat;
  background-size: 16px 16px;
  top: 5px;
  left: 5px;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .episode-link-thumb::after {
    top: 3px;
    left: 0;
  }
}
.episode-link-thumb::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
  box-sizing: border-box;
}
.episode-link-thumb img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.badge-status {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 65px;
  height: 65px;
  border-radius: 32.5px;
  border: solid 5px #3947ff;
  box-sizing: border-box;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .badge-status {
    top: -5px;
    right: -5px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: solid 3px #3947ff;
  }
}
.badge-status.新連載 {
  background: url("/images/badge_new.svg") top 20px center no-repeat #fff;
  background-size: 38px 12.5px;
}
@media screen and (max-width: 600px) {
  .badge-status.新連載 {
    background-position: top 11px center;
    background-size: 26px 12px;
  }
}
.badge-status.アニメ化 {
  background: url("/images/badge_anime.svg") top 15px center no-repeat #fff;
  background-size: 38px 30px;
}
@media screen and (max-width: 600px) {
  .badge-status.アニメ化 {
    background-position: top 10px center;
    background-size: 25px 18.5px;
  }
}
.badge-status.映画化 {
  background: url("/images/badge_movie.svg") top 20px center no-repeat #fff;
  background-size: 38px 12.5px;
}
@media screen and (max-width: 600px) {
  .badge-status.映画化 {
    background-position: top 11px center;
    background-size: 26px 12px;
  }
}
.badge-status.ドラマ化 {
  background: url("/images/badge_drama.svg") top 14px center no-repeat #fff;
  background-size: 35px 30px;
}
@media screen and (max-width: 600px) {
  .badge-status.ドラマ化 {
    background-position: top 8px center;
    background-size: 25px 21px;
  }
}
.badge-status.舞台化 {
  background: url("/images/badge_stage.svg") top 21px center no-repeat #fff;
  background-size: 38px 12.5px;
}
@media screen and (max-width: 600px) {
  .badge-status.舞台化 {
    background-position: top 12px center;
    background-size: 29px 9px;
  }
}
.badge-status.完結 {
  background: url("/images/badge_end.svg") top 21px center no-repeat #fff;
  background-size: 28px 13px;
}
@media screen and (max-width: 600px) {
  .badge-status.完結 {
    background-position: top 12px center;
    background-size: 21px 10px;
  }
}
.badge-status span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (min-width: 600px) {
  .badge-status::before {
    content: "";
    position: absolute;
    top: 44px;
    right: -6px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #3947ff;
    border-radius: 9px;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  }
  .badge-status::after {
    content: "";
    position: absolute;
    top: 64px;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #3947ff;
    border-radius: 5px;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  }
}
.episode-link-latest {
  background: url("/images/link_episode.svg") top 8px center no-repeat;
  background-size: 100px 14px;
  background-color: #3947ff;
  width: 150px;
  height: 38px;
  border-top: solid 5px #0011ec;
  box-sizing: border-box;
}
.episode-link-latest span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (max-width: 600px) {
  .episode-link-latest {
    background-size: 85px 12px;
    width: 105px;
    height: 34px;
    border-top: solid 3px #0011ec;
  }
}
@media screen and (max-width: 320px) {
  .episode-link-latest {
    background-size: 72px 12px;
    width: 80px;
    height: 34px;
  }
}
.episode-link-first {
  background: url("/images/link_first_episode.svg") top 8px center no-repeat;
  background-size: 98px 14px;
  background-color: #3947ff;
  width: 150px;
  height: 38px;
  border-top: solid 5px #0011ec;
  box-sizing: border-box;
}
.episode-link-first span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (max-width: 600px) {
  .episode-link-first {
    background-size: 85px 12px;
    width: 105px;
    height: 34px;
    border-top: solid 3px #0011ec;
  }
}
@media screen and (max-width: 320px) {
  .episode-link-first {
    background-size: 72px 12px;
    width: 80px;
    height: 34px;
  }
}
.series-link {
  display: block;
  position: absolute;
  background: url("/images/link_series_pc.svg") center no-repeat;
  background-size: 80px 15px;
  width: 80px;
  height: 40px;
  margin-top: -35px;
  right: 5px;
}
@media screen and (min-width: 600px) {
  .series-link:hover {
    opacity: .6;
  }
}
.series-link span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (max-width: 600px) {
  .series-link {
    background: url("/images/link_series_sp.svg") center no-repeat;
    background-size: 50px 10px;
    width: 50px;
    height: 38px;
  }
}
@media screen and (max-width: 320px) {
  .series-link {
    background-size: 48px 9px;
    width: 50px;
    height: 38px;
    right: 2px;
  }
}
.next-update {
  padding: 5px 0 0;
}
.next-update li {
  font-size: 12px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .next-update li {
    font-size: 10px;
  }
}
.next-update li:not(:first-child)::before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -1px;
  margin: 0 8px 0 4px;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: #b3b3b3;
}
.next-update li.future-episode span {
  color: #999;
}
.kurage-recommend-box {
  position: relative;
  width: calc(100% - 86px);
  padding-right: 21px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .kurage-recommend-box {
    border: none;
    width: 100%;
    padding: 0;
  }
}
.recommend-article-items {
  padding: 20px 0;
  border-top: dotted 1px #b3b3b3;
}
@media screen and (max-width: 600px) {
  .recommend-article-items {
    padding: 20px 0 0 0;
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .recommend-article-items::before {
    position: absolute;
    content: "";
    background: #b3b3b3;
    width: 1px;
    height: 14px;
    top: -7px;
    left: -20px;
  }
}
@media screen and (min-width: 600px) {
  .recommend-article-items::after {
    position: absolute;
    content: "";
    background: #b3b3b3;
    width: 1px;
    height: 14px;
    top: -7px;
    right: -20px;
  }
}
.recommend-article-items .article-thumb {
  background: #4a677f;
  padding: 4px;
  font-size: 11px;
  color: #fff;
}
.recommend-article-items .article-thumb:hover {
  background: #3947ff;
}
.recommend-article-items .article-thumb h4 {
  padding: 3px 0;
}
.recommend-article-items .article-thumb img {
  width: 100%;
  height: auto;
}
.recommend-banner-items {
  padding: 40px 0;
  border-top: dotted 1px #b3b3b3;
}
@media screen and (max-width: 600px) {
  .recommend-banner-items {
    padding: 40px 0 0;
    border: none;
  }
}
.update-message {
  margin: 0 auto;
  text-align: center;
}
.update-message span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.update-message div {
  display: inline-block;
}
.update-message .update-message-next {
  background: url("/images/txt_next_update.svg") center no-repeat;
  background-size: 82px 15px;
  width: 82px;
  height: 15px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .update-message .update-message-next {
    background-size: 75px 13.5px;
    width: 75px;
    height: 13.5px;
  }
}
@media screen and (max-width: 320px) {
  .update-message .update-message-next {
    background-size: 68px 12px;
    width: 68px;
    height: 12px;
  }
}
.update-message .update-message-date {
  margin: auto;
  line-height: 1;
}
.update-message .txt-month {
  background: url("/images/txt_month.svg") center no-repeat;
  background-size: 13px 14px;
  width: 13px;
  height: 14px;
}
@media screen and (max-width: 600px) {
  .update-message .txt-month {
    background-size: 12px 13px;
    width: 12px;
    height: 13px;
  }
}
@media screen and (max-width: 320px) {
  .update-message .txt-month {
    background-size: 11px 12px;
    width: 11px;
    height: 12px;
  }
}
.update-message .txt-message {
  background: url("/images/txt_message.svg") center no-repeat;
  background-size: 186px 15px;
  width: 186px;
  height: 15px;
}
@media screen and (max-width: 600px) {
  .update-message .txt-message {
    background-size: 170px 14px;
    width: 170px;
    height: 14px;
  }
}
@media screen and (max-width: 320px) {
  .update-message .txt-message {
    background-size: 146px 12px;
    width: 146px;
    height: 12px;
  }
}
.update-message .txt-num-month,
.update-message .txt-num-day {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  .update-message .txt-num-month,
  .update-message .txt-num-day {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .update-message .txt-num-month,
  .update-message .txt-num-day {
    font-size: 24px;
  }
}
.series-header-image {
  height: inherit;
}
@media screen and (max-width: 600px) {
  .series-header-image {
    width: 100%;
    max-width: 242px;
  }
}
.error-content {
  max-width: 605px;
  text-align: left;
  padding: 40px 50px;
  margin: 120px auto 160px;
  background-size: 6px 6px;
  background-color: #fff;
  border: solid 10px #dedede;
}
@media screen and (max-width: 1267px) {
  .error-content {
    margin: 120px auto 160px;
  }
}
@media screen and (max-width: 900px) {
  .error-content {
    margin: 120px 40px 160px;
  }
}
@media screen and (max-width: 600px) {
  .error-content {
    text-align: center;
    margin: 30px 20px 80px;
    padding: 30px 10px ;
  }
}
.error-content h1 {
  color: #000;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .error-content h1 {
    font-size: 18px;
  }
}
.error-content .error-content-description {
  margin: 20px 0 30px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .error-content .error-content-description {
    font-size: 11px;
  }
}
.error-content li {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .error-content li {
    font-size: 12px;
  }
}
.error-content li a {
  border-bottom: solid 2px #000;
}
.error-content li a:hover {
  border-bottom: solid 2px #3947ff;
}
.about-container {
  margin: 30px auto 100px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .about-container {
    margin-bottom: 130px;
  }
}
.about-title {
  background: url("/images//about/ttl_about_pc.png") center no-repeat;
  background-size: 317px 22px;
  height: 22px;
}
.about-title span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (max-width: 650px) {
  .about-title {
    background-size: 285px 20px;
  }
}
@media screen and (max-width: 600px) {
  .about-title {
    background: url("/images//about/ttl_about_sp.png") center no-repeat;
    background-size: 230px 16px;
    height: 16px;
  }
}
.about-main {
  margin: 40px auto 0;
  background: url("/images//about/bg_wave.png") center top repeat-y;
  background-size: 950px auto;
  width: 950px;
  height: 1080px;
}
@media screen and (max-width: 900px) {
  .about-main {
    margin: 30px auto 0;
    background-size: 900px auto;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .about-main {
    background-size: 520px auto;
  }
}
.about-box {
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  .about-box {
    padding: 30px 16px 60px;
  }
}
.about-box p {
  color: #3947ff;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  .about-box p {
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) {
  .about-box .br {
    display: none;
  }
}
.about-box .txt-clear {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.about-box .txt_sentence1 {
  background: url("/images//about/sentence1_pc.png") center no-repeat;
  background-size: 650px 87px;
  height: 87px;
}
@media screen and (max-width: 650px) {
  .about-box .txt_sentence1 {
    background-size: 585px 78px;
  }
}
@media screen and (max-width: 600px) {
  .about-box .txt_sentence1 {
    background: url("/images//about/sentence1_sp.png") center no-repeat;
    background-size: 262px 157px;
    height: 157px;
  }
}
.about-box .txt_sentence2 {
  background: url("/images//about/sentence2_pc.png") center no-repeat;
  background-size: 501px 104px;
  height: 104px;
}
@media screen and (max-width: 650px) {
  .about-box .txt_sentence2 {
    background-size: 451px 94px;
  }
}
@media screen and (max-width: 600px) {
  .about-box .txt_sentence2 {
    background: url("/images//about/sentence2_sp.png") center no-repeat;
    background-size: 261px 160px;
    height: 160px;
  }
}
.about-box .txt_catch {
  background: url("/images//about/catch_pc.png") center no-repeat;
  background-size: 474px 111px;
  height: 111px;
  padding: 30px 0;
}
@media screen and (max-width: 650px) {
  .about-box .txt_catch {
    background-size: 427px 100px;
  }
}
@media screen and (max-width: 600px) {
  .about-box .txt_catch {
    background: url("/images//about/catch_sp.png") center no-repeat;
    background-size: 329px 77px;
    height: 77px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 320px) {
  .about-box .txt_catch {
    background-size: 100% auto;
  }
}
.img-kurage {
  position: relative;
}
.img-kurage img {
  position: absolute;
  width: 150px;
  height: auto;
  top: -40px;
  left: calc(50% - 55px);
}
.viewer-colophon-info-wrapper {
  padding-top: 100px;
}
.series-list-wrapper {
  margin-top: 25px;
  min-height: 440px;
}
@media screen and (max-width: 600px) {
  .series-list-wrapper {
    margin-top: 20px;
  }
}
.series-list-header-nav {
  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;
  z-index: 1;
  margin: 0;
  line-height: 0;
  background: url("/images/series_wave.png") top center repeat-x;
  background-size: 517px 85px;
  width: 100%;
  height: 85px;
}
@media screen and (max-width: 600px) {
  .series-list-header-nav {
    background-size: 420px 75px;
    height: 75px;
  }
}
.series-list-header-nav ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.series-list-header-nav ul li {
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .series-list-header-nav ul li {
    width: calc((100% - 30px) / 2.01);
  }
}
.series-list-header-nav ul li:not(:last-child) {
  margin-right: 100px;
}
@media screen and (max-width: 1065px) {
  .series-list-header-nav ul li:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .series-list-header-nav ul li:not(:last-child) {
    margin-right: 10px;
  }
}
.series-list-header-nav ul li a {
  display: block;
  background-color: rgba(255, 255, 255, 0);
  width: 260px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
}
.series-list-header-nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 600px) {
  .series-list-header-nav ul li a {
    width: 100%;
  }
}
.series-list-header-nav ul li h2 {
  color: #fff;
  font-size: 15px;
  line-height: 48px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .series-list-header-nav ul li h2 {
    line-height: 40px;
  }
}
.current-on {
  position: relative;
  background-color: #0093ff;
  width: 260px;
  height: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .current-on {
    width: 100%;
    line-height: 40px;
  }
}
.current-on h2 {
  font-weight: 700;
}
.current-on .txt-num {
  font-weight: 700;
}
.current-on::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -46px;
  left: 100px;
  background: url("/images/img_series_kurage_pc.png") top center;
  background-size: 82px 40px;
  width: 82px;
  height: 40px;
}
@media screen and (max-width: 600px) {
  .current-on::before {
    top: -37px;
    left: 50px;
    background-size: 70px 34px;
    width: 70px;
    height: 34px;
  }
}
.txt-series,
.txt-num,
.txt-series-title,
.txt-finished {
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .txt-series span,
  .txt-num span,
  .txt-series-title span,
  .txt-finished span {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.txt-series {
  background: url("/images/txt_series.svg") center no-repeat;
  background-size: 115px 20px;
  width: 115px;
  height: 20px;
}
@media screen and (max-width: 600px) {
  .txt-series {
    background: none;
    width: auto;
    height: auto;
  }
}
.txt-series-title {
  background: url("/images/txt_series_title.svg") center no-repeat;
  background-size: 43px 16px;
  width: 43px;
  height: 16px;
}
@media screen and (max-width: 600px) {
  .txt-series-title {
    background: none;
    width: auto;
    height: auto;
    font-size: 12px;
  }
  .txt-series-title::after {
    content: ")";
    padding-left: 2px;
  }
}
.txt-num {
  position: relative;
  top: -2px;
  padding-right: 2px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .txt-num {
    font-size: 12px;
    font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    top: 0;
    padding-left: 3px;
  }
  .txt-num::before {
    content: "(";
    padding-right: 2px;
  }
}
.txt-finished {
  background: url("/images/txt_series_finished.svg") center no-repeat;
  background-size: 148px 21px;
  width: 148px;
  height: 21px;
}
@media screen and (max-width: 600px) {
  .txt-finished {
    background: none;
    width: auto;
    height: auto;
  }
}
.series-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1170px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1065px) {
  .series-list {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .series-list {
    margin-top: 4px;
  }
}
.item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.series-list-item {
  position: relative;
  width: 360px;
  margin: 0 15px;
  padding: 20px 0 30px;
  border-bottom: dotted 1px #b3b3b3;
}
@media screen and (max-width: 1170px) {
  .series-list-item {
    width: calc((100% - 90px) / 3.01);
    max-width: none;
  }
}
@media screen and (max-width: 1065px) {
  .series-list-item {
    width: calc((100% - 60px) / 2.01);
    max-width: none;
  }
}
@media screen and (max-width: 715px) {
  .series-list-item {
    width: 100%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .series-list-item {
    margin: 0 10px;
    padding: 12px 0;
  }
}
@media screen and (min-width: 715px) {
  .series-list-item::after {
    position: absolute;
    content: "";
    background: #b3b3b3;
    width: 1px;
    height: 10px;
    bottom: -5px;
    right: -15px;
  }
}
@media screen and (min-width: 1065px) {
  .series-list-item:nth-child(3n+1)::before {
    position: absolute;
    content: "";
    background: #b3b3b3;
    width: 1px;
    height: 10px;
    bottom: -5px;
    left: -15px;
  }
}
@media screen and (max-width: 1065px) and (min-width: 715px) {
  .series-list-item:nth-child(odd)::before {
    position: absolute;
    content: "";
    background: #b3b3b3;
    width: 1px;
    height: 10px;
    bottom: -5px;
    left: -15px;
  }
}
.series-thumb {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.series-thumb::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
  box-sizing: border-box;
}
.series-thumb:hover::before {
  border: solid 3px #3947ff;
}
.series-thumb img {
  width: 80px;
  height: 80px;
}
.series-data {
  padding-left: 15px;
  text-align: left;
  width: calc(100% - 90px);
}
@media screen and (max-width: 600px) {
  .series-data {
    padding-left: 10px;
  }
}
.series-data-container {
  display: block;
  padding-bottom: 2px;
}
.series-data-container:hover h4 {
  color: #3947ff;
}
.series-data-container h4 {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 600px) {
  .series-data-container h4 {
    font-size: 13px;
  }
}
.series-data-container h5 {
  font-size: 11px;
  font-weight: 300;
  color: #999;
}
.series-tagline {
  text-align: left;
  top: -10px;
  color: #666;
  font-size: 11px;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .series-tagline {
    margin-bottom: 8px;
  }
}
.series-tagline p {
  display: inline;
  background-color: #efefef;
  padding: 2px;
}
.series-episode-link-list {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .series-episode-link-list {
    margin-top: 5px;
  }
}
.series-episode-link-list li {
  display: inline-block;
}
.series-episode-link-list li:not(:last-child) {
  margin-right: 4px;
}
.first-episode-btn a,
.latest-episode-btn a {
  display: block;
  width: 100px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  border-radius: 14px;
}
@media screen and (max-width: 600px) {
  .first-episode-btn a,
  .latest-episode-btn a {
    width: 112px;
    height: 22px;
    line-height: 20px;
  }
}
@media screen and (max-width: 320px) {
  .first-episode-btn a,
  .latest-episode-btn a {
    width: 96px;
  }
}
.first-episode-btn a {
  border: solid 1px #3947ff;
  box-sizing: border-box;
  background-color: #3947ff;
  color: #fff;
}
.first-episode-btn a:hover {
  opacity: 0.6;
}
.latest-episode-btn a {
  border: solid 1px #3947ff;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 700;
  border-radius: 14px;
  color: #3947ff;
}
.latest-episode-btn a:hover {
  opacity: 0.6;
}
