@import url('https://fonts.googleapis.com/css?family=Roboto:700');
body,
ul,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
img {
  border: none;
}
body {
  background:  url(../_image/bg_body.jpg);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "Helvetica", "Arial", sans-serif;
}
a {
  text-decoration: none;
  color: #000;
}
a:active,
a:hover {
  color: #e53935;
}
.hidden {
  display: none !important;
}
.secret {
  display: none;
}



}
@media screen and (min-width: 600px) {
.pc {
	display: none;
}

}




.header {
  height: 60px; 
}
@media screen and (max-width: 600px) {
  .header {
    height: 48px;
    line-height: 0;
  }
}
.header a {
  display: block;
}
.header-container {
    background:#e53935 url(../_image/bg_header.jpg);
  height: 100%;
}
.header nav {
  zoom: 1;
  width: 980px;
  margin: 0 auto;
}
.header nav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 980px) {
  .header nav {
    width: auto;
    padding: 0 16px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .header nav {
    text-align: center;
    padding-top: 12px;
  }
}
.header-logo,
.header-nav-home,
.header-nav-series,
.header-nav-app {
  float: left;
}
.header-nav {
  zoom: 1;
  float: right;
  width: calc(100% - 180px);
  font-size: 15px;
  font-weight: 700;
}
.header-nav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 980px) {
  .header-nav {
    width: calc(100% - 164px);
  }
}
@media screen and (max-width: 800px) {
  .header-nav {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav {
    width: auto;
    float: none;
    display: inline-block;
    font-size: 12px;
    height: 36px;
  }
}
.header-nav a {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .header-nav li span {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header-nav li span.amadare {
    display: inline;
    font-style: italic;
  }
}
@media screen and (max-width: 600px) {
  .header-nav li a {
    border-bottom: 4px solid transparent;
  }
}
.header-nav-home,
.header-nav-series,
.header-nav-app {
  margin-top: 20.5px;
  margin-right: 24px;
}
@media screen and (max-width: 800px) {
  .header-nav-home,
  .header-nav-series,
  .header-nav-app {
    margin-top: 22.5px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav-home,
  .header-nav-series,
  .header-nav-app {
    margin: 0;
  }
}
.header-nav-series a:hover,
.header-nav-app a:hover {
  color: #fad7d7;
}
@media screen and (max-width: 600px) {
  .header-nav-series a,
  .header-nav-app a {
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
  }
}
.header-logo {
  margin-top: 14px;
}
@media screen and (max-width: 600px) {
  .header-logo {
    margin: 0 auto 8px;
    float: none;
    line-height: 1.5;
  }
}
.header-logo a {
  width: 122px;
  height: 32px;
  padding-top: 32px;
  background: url("../_image/logo.png") left center no-repeat;
  background-size: contain;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .header-logo a {
    margin: 0 auto;
    width: 93.84615385px;
    height: 24.61538462px;
    padding-top: 24.61538462px;
  }
}
.header-logo a:hover {
  opacity: .9;
}
.header-nav-home a {
  width: 22px;
  height: 19px;
  background: url("/images/ic_home.png") center no-repeat;
  background-size: 22px 19px;
  padding-top: 19px;
  box-sizing: border-box;
  overflow: hidden;
}
.header-nav-home a:hover {
  opacity: .9;
}
@media screen and (max-width: 800px) {
  .header-nav-home a {
    width: 17.6px;
    height: 15.2px;
    background-size: 17.6px 15.2px;
    padding-top: 15.2px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav-home a {
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 32px 10px 0;
  }
}
.header-nav-bookstore {
  float: right;
  margin-top: 11px;
}

@media screen and (max-width: 600px) {
  .nn {
	  display:none;
  }
}
@media screen and (max-width: 800px) {
  .header-nav-bookstore {
    margin-top: 14px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav-bookstore {
    float: left;
    margin-top: 0;
    line-height: 1.5;
  }
}
.header-nav-bookstore a {
  border-radius: 19px;
  padding: 0 16px;
  border: 2px solid #fff;
}
@media screen and (max-width: 600px) {
  .header-nav-bookstore a {
    border-radius: 0;
    background: none;
    padding: 0 10px;
    line-height: 32px;
    border: none;
  }
}
.header-nav-bookstore a:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 600px) {
  .header-nav-bookstore a:hover {
    background: none;
  }
}
.header-nav-bookstore strong,
.header-nav-bookstore h2 {
  display: inline-block;
  vertical-align: middle;
}
.header-nav-bookstore strong {
  color: #fad7d7;
  font-size: 10px;
  font-weight: 300;
  margin: 3px 10px 0 0;
}
@media screen and (max-width: 800px) {
  .header-nav-bookstore strong {
    display: none;
  }
}
.header-nav-bookstore h2 {
  background: url("../_image/jump_book_store.png") center no-repeat;
  width: 166px;
  height: 17px;
  background-size: contain;
  padding-top: 34px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .header-nav-bookstore h2 {
    width: 129.6px;
    height: 27.2px;
    padding-top: 27.2px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav-bookstore h2 {
    background: none;
    width: auto;
    height: auto;
    padding-top: 0;
    overflow: auto;
    font-size: 12px;
    font-weight: 700;
  }
}
@media screen and (max-width: 600px) {
  #page-top .header-nav-home a {
    border-color: #000;
  }
}
@media screen and (max-width: 600px) {
  #page-series-list .header-nav-series a,
  #page-series-oneshot .header-nav-series a,
  #page-series-finished .header-nav-series a,
  #page-app .header-nav-app a {
    border-color: #fff;
  }
}
.page-footer {
  width: 980px;
  margin: 40px auto;
  border-top: 2px solid #000;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .page-footer {
    width: auto;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .page-footer {
    padding-top: 8px;
    padding-right: 0;
    text-align: center;
    border-top: 1px solid #eaeaea;
  }
}
.page-footer li {
  display: inline-block;
  font-size: 12px;
  margin-left: 24px;
}
.page-footer li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .page-footer li {
    margin-left: 16px;
  }
}
.page-footer a {
  display: block;
  padding: 16px 0;
  color: #999;
}
.page-footer a:first-child {
  margin-left: 0;
}
.page-footer a:hover {
  color: #e53935;
}
@media screen and (max-width: 600px) {
  .page-footer a {
    padding: 8px 0;
  }
}
@media screen and (max-width: 320px) {
  .page-footer a span {
    display: none;
  }
}
.rookie-footer {
  position: relative;
  background: url("/images/bg_dots.png") center repeat;
  background-size: 10.5px 16.5px;
  text-align: center;
  height: 70px;
  border-bottom: 5px solid #2a97d5;
}
.rookie-footer a {
  position: absolute;
  bottom: 0;
  display: block;
  background: url("/images/banner/footer_rookie.png") center bottom no-repeat;
  width: 100%;
  height: 86px;
  background-size: contain;
  padding-top: 86px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .rookie-footer a {
    background-image: url("/images/banner/footer_rookie_sp.png");
  }
}
.footer {
  background: #000 url(../_image/bg_footer.jpg) repeat-x;
  color: #fff;
  padding: 24px 0 32px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #e53935;
}
.footer-container {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .footer-container {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .footer-container {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
.footer-nav {
  zoom: 1;
}
.footer-nav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.footer-logo,
.footer-nav-info,
.footer-nav-terms {
  float: left;
  width: 180px;
  margin-right: 16px;
}
@media screen and (max-width: 980px) {
  .footer-logo,
  .footer-nav-info,
  .footer-nav-terms {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) {
  .footer-logo {
    position: absolute;
    margin-left: 16px;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .footer-logo {
    position: static;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
.footer-logo img {
  width: 110px;
}
.footer-nav-info,
.footer-nav-terms {
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .footer-nav-info,
  .footer-nav-terms {
    padding-left: 164px;
    margin-bottom: 8px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav-info,
  .footer-nav-terms {
    border-top: 1px solid #333;
    padding: 4px 0;
    margin-bottom: 0;
  }
}
.footer-nav-info a,
.footer-nav-terms a {
  display: inline-block;
}
.footer-nav-info li,
.footer-nav-terms li {
  padding-bottom: 4px;
  padding: 4px 0;
}
@media screen and (max-width: 980px) {
  .footer-nav-info li,
  .footer-nav-terms li {
    display: inline-block;
    margin-right: 12px;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav-info li,
  .footer-nav-terms li {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav-terms {
    border-bottom: 1px solid #333;
  }
}
.footer-nav-license {
  float: right;
  width: 326px;
  font-size: 10px;
}
@media screen and (max-width: 980px) {
  .footer-nav-license {
    width: calc(100% - 180px);
    margin-right: 16px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav-license {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.footer-nav-license dl {
  zoom: 1;
  margin-bottom: 16px;
}
.footer-nav-license dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.footer-nav-license dt {
  float: left;
  width: 60px;
}
.footer-nav-license dd {
  border-top: 1px solid #333;
  padding: 3px 0 1px;
  float: right;
  width: calc(100% - 76px);
}
@media screen and (max-width: 600px) {
  .footer-nav-license dd {
    border: none;
    padding: 0 0 4px;
  }
}
.footer-nav-license dd:last-child {
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 600px) {
  .footer-nav-license dd:last-child {
    border: none;
  }
}
.footer-nav-license img {
  max-width: 60px;
  max-height: 60px;
}
.footer-copyright {
  font-size: 10px;
  color: #666;
  margin: 32px 0 0 196px;
}
@media screen and (max-width: 980px) {
  .footer-copyright {
    margin-left: 164px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .footer-copyright {
    margin-left: 0;
  }
}
.footer-copyright a {
  color: #666;
}
.footer-copyright a:hover {
  color: #e53935;
}
.footer-wj {
  line-height: 0;
  border-top: 1px solid #333;
  padding: 16px 0 0;
  margin-top: 8px;
  zoom: 1;
}
.footer-wj:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 980px) {
  .footer-wj {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .footer-wj {
    margin-left: 0;
    margin-right: 0;
  }
}
.footer-wj li {
  float: left;
}
.footer-wj img {
  width: 100%;
}
.footer-wj-official {
  width: 32.6531%;
}
@media screen and (max-width: 980px) {
  .footer-wj-official {
    width: auto;
  }
}
.footer-wj-teiki {
  width: 67.3469%;
}
@media screen and (max-width: 980px) {
  .footer-wj-teiki {
    width: auto;
  }
}
.footer-banner {
  line-height: 0;
  margin-top: 16px;
  zoom: 1;
}
.footer-banner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 980px) {
  .footer-banner {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .footer-banner {
    margin-left: 0;
    margin-right: 0;
  }
}
.footer-banner li {
  float: left;
  box-sizing: border-box;
  width: 20%;
}
@media screen and (max-width: 600px) {
  .footer-banner li {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 320px) {
  .footer-banner li {
    width: 50%;
  }
}
.footer-banner img {
  width: 196px;
  max-width: 100%;
}
.footer-external-link {
  font-size: 12px;
  padding: 16px 0;
}
@media screen and (max-width: 980px) {
  .footer-external-link {
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
  .footer-external-link {
    padding: 16px 0;
  }
  .footer-external-link a {
    color: #999;
  }
}
.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%;
  }
}
#content {
  -webkit-overflow-scrolling: touch;
}
html,
body {
  height: 100%;
}
.expand .viewer {
  height: calc(100% - 40px);
  max-height: none;
}
@media screen and (max-width: 600px) {
  .expand .viewer {
    background: #333;
  }
}
.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,
.image-container * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-dummy {
  background-color: #fff;
  display: inline-block;
}
.direction-guide {
  position: absolute;
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  margin: -65px 0 0 -65px;
  padding-top: 104px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.95);
  background-repeat: no-repeat;
  background-position: center 36px;
}
.direction-guide-horizontal {
  background-image: url("/images/notice_keytop.png");
  background-size: 114px 48px;
}
@media screen and (max-width: 600px) {
  .direction-guide-horizontal {
    background-image: url("/images/notice_tap.png");
    background-size: 77.5px 65.5px;
    background-position: center 25px;
  }
}
.direction-guide-vertical {
  background-image: url("/images/notice_keytop_down.png");
  background-size: 54px 48px;
}
@media screen and (max-width: 600px) {
  .direction-guide-vertical {
    background-image: url("/images/notice_slidedown.png");
    background-size: 65px 48px;
  }
}
.viewer-controller {
  position: relative;
  font-size: 12px;
  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;
}
@media screen and (max-width: 600px) {
  .viewer-controller ul {
    display: block;
    text-align: center;
  }
}
.viewer-controller li {
  position: relative;
  float: left;
}
@media screen and (max-width: 600px) {
  .viewer-controller li {
    float: none;
  }
}
.viewer-controller li.viewer-btn-expand-container::before {
  position: absolute;
  left: 0;
  content: "";
  border-right: 1px dotted #eaeaea;
  height: calc(100% - 16px);
  margin-top: 8px;
}
@media screen and (max-width: 600px) {
  .viewer-controller li.viewer-btn-expand-container::before {
    display: none;
  }
}
.viewer-controller li.viewer-btn-slider-container {
  position: absolute;
  right: 0;
  top: 0;
}
.controller-vertical .viewer-btn-slider-container {
  display: none;
}
.viewer-btn-normal,
.viewer-btn-expand,
.viewer-btn-slider {
  display: block;
  padding: 8px 24px;
  line-height: 24px;
  height: 24px;
  cursor: pointer;
}
.viewer-btn-normal::before,
.viewer-btn-expand::before,
.viewer-btn-slider::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}
.viewer-btn-normal,
.viewer-btn-expand {
  position: relative;
}
@media screen and (max-width: 600px) {
  .viewer-btn-normal,
  .viewer-btn-expand {
    color: #999;
    display: inline-block;
    padding-right: 32px;
  }
}
.viewer-btn-normal:hover,
.viewer-btn-expand:hover {
  color: #e53935;
}
@media screen and (max-width: 600px) {
  .viewer-btn-normal:hover,
  .viewer-btn-expand:hover {
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .viewer-btn-normal.current,
  .viewer-btn-expand.current {
    display: none;
  }
}
.viewer-btn-normal.current::after,
.viewer-btn-expand.current::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 32px);
  border-bottom: 3px solid #e53935;
  bottom: -1px;
  left: 16px;
}
@media screen and (max-width: 600px) {
  .viewer-btn-normal.current::after,
  .viewer-btn-expand.current::after {
    display: none;
  }
}
.viewer-btn-normal::before {
  background: url("/images/ic_normal.png") center center no-repeat;
  background-size: 18px 12px;
}
@media screen and (max-width: 600px) {
  .viewer-btn-normal::before {
    background-image: url("/images/ic_normal_white.png");
  }
}
.viewer-btn-expand::before {
  background: url("/images/ic_expand.png") center center no-repeat;
  background-size: 13px 13px;
}
@media screen and (max-width: 600px) {
  .viewer-btn-expand::before {
    background-image: url("/images/ic_expand_white.png");
  }
}
@media screen and (max-width: 600px) {
  .viewer-btn-slider {
    color: #999;
    display: inline-block;
    padding-right: 16px;
    padding-left: 8px;
  }
}
.viewer-btn-slider::before {
  background: url("/images/ic_move.png") center center no-repeat;
  background-size: 20px 8px;
}
@media screen and (max-width: 600px) {
  .viewer-btn-slider::before {
    background-image: url("/images/ic_move_white.png");
  }
}
.viewer-btn-slider:hover {
  color: #e53935;
}
@media screen and (max-width: 600px) {
  .viewer-btn-slider: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 {
  left: 0;
}
.viewer-slider-next:before {
  left: 4px;
  border-right-color: #999;
}
.viewer-slider-prev {
  right: 0;
}
.viewer-slider-prev:before {
  right: 4px;
  border-left-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 {
  left: 64px;
}
.viewer-slider-pagenum-now {
  top: -35px;
  left: 104px;
  padding: 12px 10px;
  color: #fff;
  background-color: #e53935;
  font-size: 12px;
  border-radius: 2px;
}
@media screen and (max-width: 600px) {
  .viewer-slider-pagenum-now {
    top: -20px;
  }
}
.viewer-slider-pagenum-now:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  border: 5px solid transparent;
  border-top-color: #e53935;
  margin-left: -5px;
}
input[type=range].slider {
  -webkit-appearance: none;
  width: calc(100% - 160px);
  margin: 7px 0;
}
@media screen and (max-width: 980px) {
  input[type=range].slider {
    width: 100%;
  }
}
input[type=range].slider:focus {
  outline: none;
}
input[type=range].slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #eaeaea;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}
input[type=range].slider:focus::-webkit-slider-runnable-track {
  background: #f7f7f7;
}
input[type=range].slider::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 22px;
  width: 22px;
  border-radius: 11px;
  background: #e53935;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range].slider::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #eaeaea;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}
input[type=range].slider::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 22px;
  width: 22px;
  border-radius: 11px;
  background: #e53935;
  cursor: pointer;
}
input[type=range].slider::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].slider::-ms-fill-lower {
  background: #dddddd;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range].slider::-ms-fill-upper {
  background: #eaeaea;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range].slider::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 22px;
  width: 22px;
  border-radius: 11px;
  background: #e53935;
  cursor: pointer;
  height: 8px;
}
input[type=range].slider:focus::-ms-fill-lower {
  background: #eaeaea;
}
input[type=range].slider:focus::-ms-fill-upper {
  background: #f7f7f7;
}
.viewer-horizontal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.content-inner.scroll-horizontal {
  position: relative;
  overflow: hidden;
}
.scroll-horizontal .image-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
}
.scroll-horizontal .page-area {
  display: inline-block;
  vertical-align: top;
}
.scroll-horizontal .align-left {
  text-align: left;
}
.scroll-horizontal .align-right {
  text-align: right;
}
.scroll-horizontal .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 {
  right: 0;
  background-image: url("/images/ic_viewer_backward.png");
  background-position: right 20px center;
}
@media screen and (max-width: 980px) {
  .scroll-horizontal .page-navigation-backward {
    background: none;
  }
}
.scroll-horizontal .page-navigation-forward {
  left: 0;
  background-image: url("/images/ic_viewer_forward.png");
  background-position: 20px center;
}
@media screen and (max-width: 980px) {
  .scroll-horizontal .page-navigation-forward {
    background: none;
  }
}
.scroll-horizontal .page-navigation-forward.slideonly {
  width: 100%;
}
.content-vertical {
  overflow: scroll;
}
.scroll-vertical .page-area {
  text-align: center;
  line-height: 0;
}
.scroll-vertical .page-area img {
  vertical-align: middle;
}
.scroll-vertical .page-navigation {
  display: none;
}
.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%;
}
#ad-nav-area-wrap {
  display: table;
}
#ad-nav-area-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ad-container {
  margin: 10px auto;
}
@media screen and (max-width: 600px) {
  .ad-container {
    padding: 0;
  }
}
@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 {
  display: inline-block;
  line-height: 1.5;
  height: 100%;
  background: #fff;
  position: relative;
  text-align: left;
}
.back-matter-content {
  height: 100%;
}
.scroll-vertical #viewer-colophon {
  padding-bottom: 16px;
  border-top: 1px solid #333;
}
.viewer-colophon-info-wrapper {
  display: table;
  width: 100%;
  height: 50%;
  white-space: normal;
  table-layout: fixed;
}
.scroll-vertical .viewer-colophon-info-wrapper {
  display: block;
  height: auto;
  min-height: 200px;
}
.viewer-colophon-info {
  display: table-cell;
  text-align: center;
  padding-bottom: 40px;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .viewer-colophon-info {
    padding-top: 16px;
  }
}
.scroll-vertical .viewer-colophon-info {
  display: block;
  padding: 40px;
}
.viewer-colophon-title {
  font-size: 15px;
  font-weight: 700;
  padding: 0 8px;
  margin-bottom: 4px;
}
@media screen and (max-width: 600px) {
  .viewer-colophon-title {
    font-size: 13px;
  }
}
.viewer-colophon-subtitle {
  font-size: 12px;
  margin-bottom: 4px;
}
.viewer-colophon-date {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .viewer-colophon-date {
    font-size: 10px;
  }
}
.viewer-colophon-next-episode {
  margin-top: 16px;
  position: absolute;
  width: 100%;
  z-index: 1000;
  left: 0;
}
.viewer-colophon-next-episode .next-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  background: #e53935;
  color: #fff;
  padding: 0 16px;
  line-height: 32px;
  border-radius: 16px;
}
.viewer-colophon-next-episode .next-link:hover {
  color: #fff;
  background: #d6201c;
}
.viewer-colophon-next-episode .top-link {
  font-size: 13px;
  color: #e53935;
}
.viewer-colophon-next-episode .top-link:hover {
  text-decoration: underline;
}
.viewer-colophon-recommend {
  position: absolute;
  width: 100%;
  bottom: 0;
  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: 13px;
  color: #999;
  margin: 0 16px;
  border-top: 1px solid #eaeaea;
  padding: 16px 0 8px;
}
@media screen and (max-width: 600px) {
  .viewer-colophon-recommend-title {
    padding-top: 10px;
  }
}
.viewer-colophon-recommend-list {
  zoom: 1;
  line-height: 0;
}
.viewer-colophon-recommend-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.viewer-colophon-recommend-list li {
  width: 33.33333333%;
  float: left;
}
.slick-slide {
  padding: 0 5px;
}
.slick-arrow {
  position: absolute;
  background-size: 14.5px 14.5px;
  background-position: center;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  cursor: pointer;
  bottom: -10px;
  z-index: 1;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 42px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .slick-arrow {
    display: none !important;
  }
}
.slick-arrow.slick-prev {
  background-image: url("/images/ic_arrow_left_yellow.png");
  right: 202px;
}
@media screen and (max-width: 1218px) {
  .slick-arrow.slick-prev {
    right: 122px;
  }
}
.slick-arrow.slick-next {
  background-image: url("/images/ic_arrow_right_yellow.png");
  right: 80px;
}
@media screen and (max-width: 1218px) {
  .slick-arrow.slick-next {
    right: 0;
  }
}
.slick-dots {
  position: absolute;
  background: #fff url("/images/bg_top_banner.png") 320px 45px;
  width: 164px;
  text-align: center;
  bottom: -10px;
  right: 80px;
}
@media screen and (max-width: 1218px) {
  .slick-dots {
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .slick-dots {
    display: none !important;
  }
}
.slick-dots * {
  color: #fff;
  line-height: 42px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.slick-dots li {
  display: none;
}
.slick-dots li.slick-active,
.slick-dots li:last-child {
  display: inline;
}
.slick-dots li:last-child button::before {
  content: "/";
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
  padding: 0 4px;
  font-weight: 300;
}
.slick-dots li:last-child.slick-active::before {
  content: "10";
  font-size: 17px;
}
.slick-dots button {
  font-size: 17px;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  cursor: default;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.top-banner {
  position: relative;
  background: #000 url("../_image/slideBg.jpg") center center repeat-x;
  background-size: 810px 200px;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  overflow: hidden;
  height: 200px;
}
@media screen and (max-width: 800px) {
  .top-banner {
    height: 140px;
  }
}
@media screen and (max-width: 320px) {
  .top-banner {
    height: 124px;
  }
}
.top-banner-items img {
  height: 180px;
}
@media screen and (max-width: 800px) {
  .top-banner-items img {
    height: 120px;
  }
}
@media screen and (max-width: 320px) {
  .top-banner-items img {
    height: 104px;
  }
}
.top-contents {
  zoom: 1;
}
.top-contents:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.serial-series {
  position: relative;
  float: left;
  border-right: 1px solid #eaeaea;
  width: calc(100% - (100% - 984px) / 2 - 198px);
}
@media screen and (max-width: 986px) {
  .serial-series {
    float: none;
    border: none;
    width: auto;
    padding-right: calc((100% - 798px) / 2);
    box-sizing: border-box;
  }
}
.top-sidebar {
  float: left;
  width: 184px;
  margin-left: 14px;
}
@media screen and (max-width: 986px) {
  .top-sidebar {
    float: right;
    width: 578px;
    margin: 80px 14px 0 0;
    padding-right: calc((100% - 798px) / 2);
  }
}
@media screen and (max-width: 800px) {
  .top-sidebar {
    float: none;
    width: auto;
    padding-right: 0;
    margin: 0;
  }
}
.top-contents .page-footer {
  clear: both;
  margin-top: 0;
}
.top-tagline {
  text-align: center;
  padding: 20px 0;
  line-height: 0;
}
@media screen and (max-width: 800px) {
  .top-tagline {
    padding: 16px 0 0;
	margin:0 0 -30px;
  }
}
.top-tagline img {
  max-width: 90%;
}
.daily {
  position: relative;
  background-size: 800px auto;
  background-position: top right 288px;
  background-repeat: no-repeat;
  margin-top: 44px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .daily {
    text-align: left;
    background-size: 450px auto;
    background-position: top left;
    margin-top: 0;
  }
}
.daily::after {
  position: absolute;
  display: block;
  content: "";
  width: 770px;
  right: 14px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 800px) {
  .daily::after {
    width: 100%;
    right: auto;
  }
}
.serial-series .daily:first-child {
  margin-top: -20px;
}
@media screen and (max-width: 800px) {
  .serial-series .daily:first-child {
    margin-top: -16px;
  }
}
.serial-series .daily:last-child::after {
  border: none;
}
.daily .date-wrapper {
  position: absolute;
  width: 180px;
  text-align: center;
  right: 604px;
}
@media screen and (max-width: 800px) {
  .daily .date-wrapper {
    width: auto;
    text-align: left;
    top: 48px;
    right: auto;
  }
}
.daily .date {
  display: inline-block;
  background: red;
  font-weight: 700;
  line-height: 1;
  padding: 8px 0;
  width: 170px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .daily .date {
    width: auto;
    padding: 0 16px;
    line-height: 28px;
    height: 28px;
  }
}
.daily .date:before {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 9px;
  text-align: center;
  width: calc(100% - 16px);
  content: "";
  padding-bottom: 6px;
  margin: 0 0 8px 8px;
  letter-spacing: .25em;
}
@media screen and (max-width: 800px) {
  .daily .date:before {
    display: none;
  }
}
.daily.monday .date {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
  background: rgba(0, 137, 123, 0.85);
}
.daily.monday .date:before {
  content: "MONDAY";
}
.daily.tuesday .date {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
  background: rgba(245, 124, 0, 0.85);
}
.daily.tuesday .date:before {
  content: "TUESDAY";
}
.daily.wednesday .date {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
  background: rgba(175, 180, 43, 0.85);
}
.daily.wednesday .date:before {
  content: "WEDNESDAY";
}
.daily.thursday .date {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
  background: rgba(37, 107, 110, 0.85) url("../_image/bg.png");
}
.daily.thursday .date:before {
  content: "1989年";
}
.daily.friday .date {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
  background: rgba(246, 190, 26, 0.85);
}
.daily.friday .date:before {
  content: "FRIDAY";
}
.daily.saturday .date {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
  background: rgba(30, 136, 229, 0.85);
}
.daily.saturday .date:before {
  content: "SATURDAY";
}
.daily.sunday .date {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
  background: rgba(239, 83, 80, 0.85);
}
.daily.sunday .date:before {
  content: "SUNDAY";
}
.daily .month,
.daily .day,
.daily .week {
  font-family: 'Roboto', sans-serif;
}
.daily .month,
.daily .day {
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  .daily .month,
  .daily .day {
    font-size: 16px;
  }
}
.daily .month {
  padding-right: 3px;
}
.daily .day {
  padding: 0 3px 0 2px;
}
.daily .week::before,
.daily .week::after {
  display: inline-block;
  content: "";
  border-left: 1px solid #fff;
  height: 13px;
}
.daily .week::before {
  margin: 0 5px;
}
.daily .week::after {
  margin-left: 5px;
}
.daily.more-days {
  display: none;
}
.daily-recommend {
  position: absolute;
  width: 180px;
  height: 100%;
  right: 604px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .daily-recommend {
    width: auto;
    right: auto;
    position: static;
  }
}
.daily-recommend-status {
  position: absolute;
  display: inline-block;
  background: rgba(216, 27, 96, 0.75) url("../_image/bg.png");
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 12px 2px;
  margin: 75px 0 0 5px;
}
@media screen and (max-width: 800px) {
  .daily-recommend-status {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0;
    top: 81px;
  }
}
.daily-recommend-item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .daily-recommend-item a {
    top: 0;
    height: 240px;
  }
}
.daily-series {
  zoom: 1;
  display: inline-block;
  width: 590px;
  background: url("/images/bg_slash.png") 2px bottom repeat-x;
  background-size: 196px 251px;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 24px;
}
.daily-series:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 800px) {
  .daily-series {
    width: 100%;
    background: none;
    margin-top: 248px;
    overflow: hidden;
  }
}
.daily-series.no-update {
  margin-top: 16px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .daily-series.no-update {
    margin-top: -16px;
    padding-top: 17px;
  }
}
.daily-series.no-update::before {
  position: absolute;
  display: block;
  content: "";
  border-top: 1px solid #eaeaea;
  width: calc(100% - 14px);
  margin-top: -25px;
}
@media screen and (max-width: 800px) {
  .daily-series.no-update::before {
    width: calc(100% - 16px);
    margin-top: -17px;
    margin-left: 8px;
  }
}
.daily-series a {
  display: block;
}
.daily-series-item {
  position: relative;
  float: left;
  width: 180px;
  height: 235px;
  border: 2px solid rgba(0, 0, 0, 0.75);
  margin: 0 12px 12px 0;
  background: #fff url(../_image/bg.png);
}
@media screen and (max-width: 800px) {
  .daily-series-item {
    width: calc(50% - 12px);
    box-sizing: border-box;
    margin: 0 0 8px 8px;
    height: auto;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 800px) {
  .daily-series .daily-series-item:last-child::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 100%;
    margin-left: 12px;
    background: url("/images/bg_slash_loop.png") center center repeat;
    background-size: 30px 30px;
  }
}
.daily-series-banner {
  width: 576px;
  margin: 0;
  line-height: 0;
}
@media screen and (max-width: 800px) {
  .daily-series-banner {
    width: auto;
    margin: 0 8px 8px;
  }
}
.daily-series-banner img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .daily-series-banner img {
    box-sizing: border-box;
  }
}
.daily-series-thumb {
  height: 150px;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .daily-series-thumb {
    height: auto;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .daily-series-thumb::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 15px solid #fff;
    position: absolute;
    margin-top:0;
  }
}
.daily-series-thumb img {
  width: 180px;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .daily-series-thumb img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}
.web-content .daily-series-thumb {
  background-color: #111;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (max-width: 800px) {
  .web-content .daily-series-thumb {
    background-position-y: calc(50% - 7px);
  }
}
.daily-series-tagline {
  position: absolute;
  display: block;
  background: #333 url(../_image/bg.png);
  font-size: 10px;
  color: #e6e6e6;
  padding: 5px 0 2px 10px;
  box-sizing: border-box;
  margin: -10px 0 0 -5px;
  width: 177px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .daily-series-tagline {
    margin-top: -25px;
    max-width: calc(100% - 3px);
  }
}
.daily-series-title,
.daily-series-author {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.daily-series-title,
.daily-series-author,
.daily-series-num {
  padding-left: 8px;
}
.daily-series-title {
  font-size: 13px;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .daily-series-title {
    margin: 5px 0 2px;
    font-size: 12px;
  }
}
.daily-series-author {
  font-size: 10px;
}
.daily-series-num {
  font-size: 12px;
  color: #e53935;
}
@media screen and (max-width: 800px) {
  .daily-series-num {
    font-size: 10px;
  }
}
.daily-series-num::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #e53935;
  vertical-align: middle;
  margin: -2px 0 0 6px;
}
a:visited .daily-series-num,
.no-update .daily-series-num {
  color: #999;
}
a:visited .daily-series-num::after,
.no-update .daily-series-num::after {
  background: #fff;
}
.daily-show-all {
  font-size: 12px;
  color: #999;
  cursor: pointer;
  padding: 12px 0 24px;
  text-align: right;
  padding-right: 14px;
  margin-top: -24px;
}
.daily-show-all::after {
  display: inline-block;
  content: "";
  background: url("/images/ic_arrow_down_small.png") center center no-repeat;
  background-size: contain;
  width: 8.5px;
  height: 5px;
  vertical-align: middle;
  margin: -1px 6px 0;
}
.daily-show-all:hover {
  color: #e53935;
}
.serial-series .read-more {
  position: absolute;
  display: block;
  font-size: 15px;
  margin-top: 14px;
  right: 394px;
  width: 196px;
}
@media screen and (max-width: 800px) {
  .serial-series .read-more {
    position: static;
    margin: 0 0 24px;
    width: auto;
    text-align: center;
    padding: 16px;
  }
}
.serial-series .read-more a {
  color: #000;
}
.serial-series .read-more a:hover {
  color: #e53935;
}
.serial-series .read-more a::after {
  display: inline-block;
  content: "";
  background: url("/images/ic_arrow_down_small.png") center center no-repeat;
  width: 8.5px;
  height: 5px;
  background-size: contain;
  vertical-align: middle;
  margin: -2px 0 0 8px;
}
.serial-series-information {
  zoom: 1;
  text-align: right;
  line-height: 0;
}
.serial-series-information:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 800px) {
  .serial-series-information {
    text-align: left;
    border-bottom: 2px solid #000;
    padding-bottom: 16px;
  }
}
.serial-series-information h2 {
  overflow: hidden;
  box-sizing: border-box;
}
.serial-series-information-container {
  display: inline-block;
  text-align: left;
  width: 782px;
  padding-right: 14px;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .serial-series-information-container {
    display: block;
    width: auto;
    padding: 0;
  }
}
.serial-series-ranking,
.serial-series-rookie {
  min-height: 220px;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking,
  .serial-series-rookie {
    min-height: inherit;
  }
}
.serial-series-ranking {
  width: 570px;
  float: left;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking {
    float: none;
    width: auto;
  }
}
.serial-series-rookie {
  width: calc(100% - 586px);
  float: right;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie {
    float: none;
    width: auto;
    margin: 0 16px;
    padding-top: 16px;
  }
}
.serial-series-essays {
  padding-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .serial-series-essays {
    padding: 0 16px;
    margin-bottom: 24px;
  }
}
.serial-series-essays ul {
  zoom: 1;
}
.serial-series-essays ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.serial-series-essays li {
  position: relative;
  width: 242px;
  margin-right: 21px;
  float: left;
}
@media screen and (max-width: 800px) {
  .serial-series-essays li {
    float: none;
    width: auto;
    border-top: 1px solid #eaeaea;
    padding: 12px 0;
    margin-right: 0;
    zoom: 1;
  }
  .serial-series-essays li:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
}
.serial-series-essays li:last-child {
  margin-right: 0;
}
.serial-series-essays a {
  display: block;
}
.serial-series-essays img {
  display: block;
  width: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .serial-series-essays img {
    width: 148px;
    float: left;
    margin: 0 12px 6px 0;
  }
}
@media screen and (max-width: 320px) {
  .serial-series-essays img {
    width: 132px;
  }
}
.serial-series-essays h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 8px 0 6px;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .serial-series-essays h4 {
    margin-top: 0;
  }
}
.serial-series-essays .timestamp {
  color: #000;
  padding-right: 8px;
}
.serial-series-essays p {
  font-size: 10px;
  color: #999;
}
.serial-series-essays .read-more-article {
  font-size: 13px;
  text-align: right;
  margin-top: 8px;
}
@media screen and (max-width: 800px) {
  .serial-series-essays .read-more-article {
    border-top: 1px solid #eaeaea;
    margin-top: 0;
    padding-top: 12px;
    text-align: center;
  }
}
.serial-series-essays .read-more-article a::after {
  display: inline-block;
  content: "";
  border: 3px solid transparent;
  border-left: 4px solid #000;
  margin-left: 4px;
}
.serial-series-essays-title,
.serial-series-essays-tagline {
  display: inline-block;
  vertical-align: middle;
}
.serial-series-essays-title {
  margin: 14px 0;
}
.serial-series-essays-title a {
  display: block;
  width: 133.5px;
  height: 30.5px;
  background: url("/images/alpha_logo_s.png") center center no-repeat;
  background-size: contain;
  padding-top: 30.5px;
  overflow: hidden;
  box-sizing: border-box;
}
.serial-series-essays-tagline {
  font-size: 12px;
  color: #999;
  margin: 2px 0 0 16px;
}
@media screen and (max-width: 800px) {
  .serial-series-essays-tagline {
    display: block;
    margin: -1px 0 14px;
    font-size: 10px;
  }
}
.serial-series-essays-tagline strong {
  font-weight: 300;
  color: #e50012;
  background: #fff001;
  padding: 2px 3px 0;
  margin-right: 2px;
}
.serial-series-ranking {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking {
    border-bottom: none;
  }
}
.serial-series-ranking ol {
  margin-left: 152px;
  position: relative;
  padding-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking ol {
    zoom: 1;
    margin: 0;
    padding: 16px 0 16px 16px;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .serial-series-ranking ol:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
}
.serial-series-ranking li {
  border-bottom: 1px solid #eaeaea;
  line-height: 29px;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking li {
    display: inline-block;
    vertical-align: top;
    border: none;
    line-height: 1.4;
    width: 96px;
    padding-right: 16px;
    position: relative;
  }
}
.serial-series-ranking li:hover .thumb-link {
  display: block;
}
.serial-series-ranking li:last-child {
  border: none;
}
.serial-series-ranking li:nth-child(1) .thumb-link {
  display: block;
}
.serial-series-ranking li:nth-child(1) h3::before {
  content: "1";
}
.serial-series-ranking li:nth-child(2) h3::before {
  content: "2";
}
.serial-series-ranking li:nth-child(3) h3::before {
  content: "3";
}
.serial-series-ranking li:nth-child(4) h3::before {
  content: "4";
}
.serial-series-ranking li:nth-child(5) h3::before {
  content: "5";
}
.serial-series-ranking a {
  display: block;
}
.serial-series-ranking .thumb-link {
  position: absolute;
  margin-left: -152px;
  top: 6px;
  display: none;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking .thumb-link {
    position: static;
    display: block;
    margin: 0;
    top: auto;
    line-height: 0;
    margin-bottom: 8px;
  }
}
.serial-series-ranking .thumb-link img {
  width: 136px;
  height: auto;
  border: 2px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking .thumb-link img {
    width: 96px;
  }
}
.serial-series-ranking .text-link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking .text-link {
    white-space: normal;
    overflow: auto;
  }
}
.serial-series-ranking h3 {
  display: inline;
  font-size: 13px;
  font-weight: 700;
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking h3 {
    display: block;
    padding: 0;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.4;
  }
}
.serial-series-ranking h3::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #e53935;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin: -2px 6px 0 0;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking h3::before {
    position: absolute;
    display: block;
    margin: 0;
    top: -8px;
    right: 8px;
  }
}
.serial-series-ranking .author {
  font-size: 10px;
  color: #999;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking .author {
    display: block;
  }
}
.serial-series-ranking-title {
  width: 125.5px;
  height: 20px;
  background: url("/images/hd_ranking.png") center center no-repeat;
  background-size: contain;
  padding-top: 20.5px;
  margin: 16px 0 10px;
}
@media screen and (max-width: 800px) {
  .serial-series-ranking-title {
    margin: 16px 0 0 16px;
  }
}
.serial-series-rookie {
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie {
    text-align: left;
    border-top: 1px solid #eaeaea;
    border-bottom: none;
  }
}
.serial-series-rookie .description {
  font-size: 10px;
  font-weight: 700;
  color: #999;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie .description {
    background: #eaeaea;
    line-height: 31px;
    padding-left: 210px;
    font-weight: 300;
  }
}
.serial-series-rookie a {
  display: block;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie a {
    border: 1px solid #000;
    position: relative;
    height: 72px;
  }
}
.serial-series-rookie img {
  width: 80px;
  height: auto;
  margin: 16px 0 4px;
  border: 2px solid #000;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    border: none;
    border-right: 1px solid #000;
    width: 72px;
  }
}
.serial-series-rookie h3,
.serial-series-rookie .author {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie h3,
  .serial-series-rookie .author {
    padding-left: 84px;
  }
}
.serial-series-rookie h3 {
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie h3 {
    font-size: 12px;
    padding-top: 5px;
  }
}
.serial-series-rookie .author {
  font-size: 10px;
  color: #999;
}
.serial-series-rookie-title {
  width: 114px;
  height: 23px;
  background: url("/images/hd_rookie.png") center center no-repeat;
  background-size: contain;
  padding-top: 23px;
  margin: 16px auto 4px;
}
@media screen and (max-width: 800px) {
  .serial-series-rookie-title {
    margin: 0;
    position: absolute;
    left: 84px;
    top: 4px;
  }
}
.top-sidebar-content {
  margin-bottom: 40px;
}
.top-sidebar-content img {
  width: 180px;
  max-width: 100%;
}
.top-sidebar-content-title {
  font-size: 13px;
  font-weight: 700;
  border-top: 2px solid #000;
  padding: 16px 0;
  margin: 0 2px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-content-title {
    margin: 0;
    padding: 16px;
  }
}
@media screen and (max-width: 986px) {
  .top-sidebar-content.app {
    margin: 0;
    padding: 16px 6px;
  }
}
@media screen and (max-width: 800px) {
  .top-sidebar-content.app {
    background: #999;
  }
}
@media screen and (max-width: 986px) {
  .top-sidebar-content.nav {
    display: none;
  }
}
@media screen and (max-width: 986px) {
  .top-sidebar-content.banner {
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 986px) {
  .top-sidebar-content.jump {
    margin-bottom: 0;
  }
}
.top-sidebar-nav,
.top-sidebar-news,
.top-sidebar-tweet {
  margin: 0 2px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-nav,
  .top-sidebar-news,
  .top-sidebar-tweet {
    margin: 0;
  }
}
.top-sidebar-nav {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 13px;
}
.top-sidebar-nav li {
  border-bottom: 1px solid #eaeaea;
}
.top-sidebar-nav li:last-child {
  border: none;
}
.top-sidebar-nav a {
  display: block;
  line-height: 32px;
  color: #000;
}
.top-sidebar-nav a:hover {
  color: #000;
  background: #fafafa;
}
.top-sidebar-app,
.top-sidebar-banner {
  text-align: center;
}
.top-sidebar-app li,
.top-sidebar-banner li {
  line-height: 0;
  margin-bottom: 4px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-app {
    zoom: 1;
  }
  .top-sidebar-app:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
}
@media screen and (max-width: 986px) {
  .top-sidebar-app li {
    float: left;
    width: 33.33333333%;
    padding: 0 2px;
    box-sizing: border-box;
  }
}
.top-sidebar-app-text {
  color: #999;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  text-align: center;
}
@media screen and (max-width: 986px) {
  .top-sidebar-app-text {
    color: #999;
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .top-sidebar-app-text {
    color: #fff;
    font-size: 10px;
  }
}
@media screen and (max-width: 986px) {
  .top-sidebar-banner {
    border-bottom: 1px solid #000;
    padding: 0px 4px 16px;
    zoom: 1;
  }
  .top-sidebar-banner:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
}
@media screen and (max-width: 800px) {
  .top-sidebar-banner {
    background: #999;
  }
}
.top-sidebar-banner li {
  line-height: 0;
}
@media screen and (max-width: 986px) {
  .top-sidebar-banner li {
    width: 50%;
    margin: 0;
    padding: 0 4px;
    box-sizing: border-box;
    float: left;
  }
}
.top-sidebar-banner img {
  border: 2px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 986px) {
  .top-sidebar-banner img {
    width: 100%;
    border-color: #fff;
  }
}
.top-sidebar-jump {
  position: relative;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump {
    background: #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 8px 8px 0 120px;
    border-bottom: 1px solid #e6e6e6;
    min-height: 144px;
  }
}
.top-sidebar-jump a {
  display: block;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .thumb {
    position: absolute;
    width: 120px;
    text-align: center;
    left: 0;
    margin-top: 8px;
  }
}
.top-sidebar-jump .thumb img {
  border: 2px solid #000;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .thumb img {
    width: 80px;
    border: none;
  }
}
.top-sidebar-jump .thumb::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../_image/app_de_yomeru.png") center center no-repeat;
  background-size: contain;
  width: 73.5px;
  height: 61px;
  left: -20px;
  top: -20px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .thumb::before {
    width: 49px;
    height: 40.66666667px;
    left: -2px;
    top: -14px;
  }
}
.top-sidebar-jump .description,
.top-sidebar-jump .link {
  padding: 0 2px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .description,
  .top-sidebar-jump .link {
    padding: 0;
  }
}
.top-sidebar-jump .title,
.top-sidebar-jump .price {
  padding: 6px 2px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .title,
  .top-sidebar-jump .price {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-sidebar-jump .title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .title {
    font-size: 13px;
    padding-bottom: 2px;
  }
  .top-sidebar-jump .title br {
    display: none;
  }
}
.top-sidebar-jump .description {
  font-size: 12px;
  color: #999;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .description {
    font-size: 10px;
  }
  .top-sidebar-jump .description br {
    display: none;
  }
}
.top-sidebar-jump .price {
  color: #e53935;
  font-size: 10px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .price {
    padding-top: 2px;
  }
}
.top-sidebar-jump .price strong,
.top-sidebar-jump .price .separater {
  font-size: 17px;
}
.top-sidebar-jump .price strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.top-sidebar-jump .link {
  text-align: center;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .link {
    display: inline-block;
    padding-bottom: 12px;
  }
}
.top-sidebar-jump .link a {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #e53935 url("../_image/bg.png");
  line-height: 30px;
  height: 30px;
  border-radius: 15px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-jump .link a {
    padding: 0 16px;
  }
}
.top-sidebar-jump .separater {
  font-weight: 100;
}
.top-sidebar-special-banner a {
  display: block;
}
.top-sidebar-special-banner img {
  border: 2px solid #000;
}
.top-sidebar-special-banner img.pc {
  display: block;
}
@media screen and (max-width: 986px) {
  .top-sidebar-special-banner img.pc {
    display: none;
  }
}
.top-sidebar-special-banner img.sp {
  display: none;
  width: 100%;
  box-sizing: border-box;
  margin: 16px 8px 0;
  width: calc(100% - 16px);
}
@media screen and (max-width: 986px) {
  .top-sidebar-special-banner img.sp {
    display: block;
  }
}
@media screen and (max-width: 986px) {
  .top-sidebar-news {
    padding: 0 16px;
  }
}
.top-sidebar-news li {
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid #eaeaea;
}
.top-sidebar-news li:first-child {
  border-top: 1px solid #eaeaea;
}
.top-sidebar-news p {
  font-size: 12px;
  text-align: right;
  margin-top: 8px;
}
.top-sidebar-news p a {
  display: block;
}
.top-sidebar-news p a::after {
  display: inline-block;
  content: "";
  border: 3px solid transparent;
  border-left: 4px solid #000;
  margin-left: 4px;
}
.top-sidebar-tweet {
  border-top: 2px solid #000;
  padding-top: 4px;
}
@media screen and (max-width: 986px) {
  .top-sidebar-tweet iframe {
    width: 1px;
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
#page-episode .header {
  position: absolute;
  top: 0;
  z-index: 200;
  width: 100%;
}
@media screen and (max-height: 450px) {
  #page-episode .header {
    display: none;
  }
}
.episode-header {
  border-bottom: 2px solid #000;
}
.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 {
  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;
}
.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;
  }
}
.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-header-image-wrapper {
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .series-header-image-wrapper {
    text-align: center;
    background: url("/images/bg_stripe.png") 0 0 repeat;
    background-size: 9px 9px;
  }
}
.series-header-image {
  width: 242px;
  height: 242px;
  background: #eaeaea;
}
@media screen and (max-width: 600px) {
  .series-header-image {
    width: 181px;
    height: 181px;
  }
}
.series-header-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 8px 0;
}
@media screen and (max-width: 600px) {
  .series-header-title {
    margin: 12px 0 2px;
  }
}
.series-header-author {
  font-size: 15px;
}
.series-header-description {
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .series-header-description {
    margin-top: 16px;
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .series-contents {
    margin-top: 32px;
  }
}
.series-contents .read-more {
  text-align: center;
  min-height: inherit;
}
.series-contents .read-more a {
  display: block;
  font-size: 12px;
  padding: 16px 0;
  margin-left: 16px;
  opacity: .4;
}
.series-contents .read-more a::after {
  display: inline-block;
  content: "";
  background: url("/images/ic_arrow_down_small.png") center center no-repeat;
  width: 8.5px;
  height: 5px;
  background-size: contain;
  vertical-align: middle;
  margin: -2px 0 0 8px;
}
.series-contents .read-more a:hover {
  opacity: 1;
}
.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:last-child,
.series-special-contents-list li:last-child {
  margin-bottom: 40px;
}
.series-episode-list li.series-more-episodes,
.series-special-contents-list li.series-more-episodes {
  display: none;
}
.series-episode-list li.current-episode,
.series-special-contents-list li.current-episode {
  background: #f1f6c7;
  padding: 8px 0;
}
.series-episode-list li.current-episode a,
.series-special-contents-list li.current-episode a {
  cursor: default;
  background: transparent;
}
.series-episode-list 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,
.series-special-contents-list-thumb {
  width: 160px;
  background: #eaeaea;
  border: 1px solid #000;
  box-sizing: border-box;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .series-episode-list-thumb,
  .series-special-contents-list-thumb {
    width: 144px;
  }
}
@media screen and (max-width: 320px) {
  .series-episode-list-thumb,
  .series-special-contents-list-thumb {
    width: 96px;
  }
}
.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-special-contents-title {
  font-weight: 700;
  font-size: 17px;
  border-top: 2px solid #000;
  padding: 16px 0;
}
.series-banner {
  line-height: 0;
}
.series-banner img {
  max-width: 100%;
  background: #eaeaea;
  margin-bottom: 40px;
}
.series-related-articles-title {
  font-weight: 700;
  font-size: 17px;
  border-top: 2px solid #000;
  padding: 16px 0 24px;
}
.series-related-article-list li {
  margin-bottom: 32px;
  line-height: 1.3;
}
.series-related-article-list li.more-articles {
  display: none;
}
.series-related-article-list li:last-child {
  margin-bottom: 0;
}
.series-related-article-list li.read-more a {
  border-top: 1px solid #b7b7b7;
}
.series-related-article-list a {
  position: relative;
  display: block;
  padding-left: 112px;
}
.series-related-article-list a:hover {
  color: #e53935;
}
.series-related-article-list-title {
  line-height: 1.4;
  margin-bottom: 8px;
}
.series-related-article-list-date,
.series-related-article-list-description {
  display: inline;
  font-size: 12px;
}
.series-related-article-list-date {
  color: #000;
}
.series-related-article-list-description {
  color: #999;
}
.series-related-article-list-thumb-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  text-align: center;
}
.series-related-article-list-thumb {
  background: #eaeaea;
  max-width: 96px;
  max-height: 96px;
}
.series-bookmark-comments {
  border-top: 2px solid #000;
  margin-top: 40px;
}
.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/ic_bookmark.png") center center no-repeat;
  background-size: contain;
  float: left;
  margin: 1px 6px 0 0;
}
.hatena-bookmark-list-container {
  border-bottom: 1px solid #eaeaea;
}
.hatena-bookmark-item {
  border-top: 1px solid #eaeaea;
  padding: 8px 0;
  line-height: 1.4;
  font-size: 12px;
}
.hatena-bookmark-item.hatena-bookmark-addcomment-container {
  margin-left: 0;
}
.hatena-bookmark-addcomment a {
  font-size: 10px;
  display: block;
  padding: 4px 0;
  text-decoration: underline;
}
.hatena-bookmark-user-info {
  display: block;
}
.hatena-bookmark-profile-image {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.hatena-bookmark-username {
  font-size: 10px;
  font-weight: 700;
}
.hatena-bookmark-comment {
  font-size: 12px;
}
.hatena-bookmark-timestamp {
  display: block;
  font-size: 10px;
  color: #999;
  margin-top: 4px;
}
.hatena-bookmark-showall-comment,
.hatena-bookmark-entrypage-link {
  font-size: 12px;
}
.hatena-bookmark-showall-comment {
  border-top: 1px solid #eaeaea;
  margin-top: 8px;
  padding: 12px 0 4px;
}
.hatena-bookmark-span-button {
  cursor: pointer;
}
.hatena-bookmark-users,
.hatena-bookmark-tags,
.hatena-bookmark-star {
  display: none;
}
@media screen and (max-width: 980px) {
  .series-tweets {
    margin-top: 40px;
    border-top: 2px solid #000;
    padding-top: 16px;
  }
}
@media screen and (max-width: 600px) {
  .series-tweets iframe {
    width: 1px;
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.series-list-wrapper {
  width: 980px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 980px) {
  .series-list-wrapper {
    width: auto;
  }
}
.series-list-header-title {
  font-size: 30px;
  font-weight: 700;
  margin: 32px 0 16px;
}
@media screen and (max-width: 980px) {
  .series-list-header-title {
    padding: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .series-list-header-title {
    text-align: center;
    margin: 24px 0;
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  .series-list-header-title span {
    display: none;
  }
}
.series-list-header-num {
  font-size: 13px;
  color: #999;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .series-list-header-num {
    display: block;
  }
}
.series-list-header-num::before {
  content: "(";
}
@media screen and (max-width: 600px) {
  .series-list-header-num::before {
    display: none;
  }
}
.series-list-header-num::after {
  content: ")";
}
@media screen and (max-width: 600px) {
  .series-list-header-num::after {
    display: none;
  }
}
.series-list-header-nav {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 40px;
  line-height: 0;
}
@media screen and (max-width: 980px) {
  .series-list-header-nav {
    padding: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .series-list-header-nav {
    text-align: center;
    margin-bottom: 24px;
    padding: 0;
  }
}
.series-list-header-nav ul {
  zoom: 1;
}
.series-list-header-nav ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 600px) {
  .series-list-header-nav ul {
    display: inline-block;
  }
}
.series-list-header-nav li {
  float: left;
  font-size: 13px;
  line-height: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 600px) {
  .series-list-header-nav li {
    margin: 0 16px;
    line-height: 40px;
  }
}
.series-list-header-nav a {
  display: block;
}
@media screen and (max-width: 600px) {
  .series-list-header-nav span {
    display: none;
  }
}
#page-series-list .nav-series-list,
#page-series-oneshot .nav-series-oneshot,
#page-series-finished .nav-series-finished {
  position: relative;
  color: #e53935;
}
#page-series-list .nav-series-list::before,
#page-series-oneshot .nav-series-oneshot::before,
#page-series-finished .nav-series-finished::before,
#page-series-list .nav-series-list::after,
#page-series-oneshot .nav-series-oneshot::after,
#page-series-finished .nav-series-finished::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
}
#page-series-list .nav-series-list::before,
#page-series-oneshot .nav-series-oneshot::before,
#page-series-finished .nav-series-finished::before {
  border-top: 2px solid #e53935;
  margin-top: -2px;
}
#page-series-list .nav-series-list::after,
#page-series-oneshot .nav-series-oneshot::after,
#page-series-finished .nav-series-finished::after {
  border-bottom: 2px solid #e53935;
}
.series-list-date-week {
  font-size: 15px;
  font-weight: 300;
  margin: 40px 0 16px;
  color: #999;
}
.series-list-date-week::first-letter {
  display: inline-block;
  font-size: 20px;
  padding: 8px;
  border-radius: 50%;
  background: #999;
  color: #fff;
  margin-right: 6px;
  margin-left: -8px;
}
.series-list-date-week.monday::first-letter {
  background: rgba(0, 137, 123, 0.85);
}
.series-list-date-week.tuesday::first-letter {
  background: rgba(245, 124, 0, 0.85);
}
.series-list-date-week.wednesday::first-letter {
  background: rgba(175, 180, 43, 0.85);
}
.series-list-date-week.thursday::first-letter {
  background: rgba(171, 71, 188, 0.85);
}
.series-list-date-week.friday::first-letter {
  background: rgba(246, 190, 26, 0.85);
}
.series-list-date-week.saturday::first-letter {
  background: rgba(30, 136, 229, 0.85);
}
.series-list-date-week.sunday::first-letter {
  background: rgba(239, 83, 80, 0.85);
}
@media screen and (max-width: 980px) {
  .series-list-date-week {
    padding: 0 16px;
  }
}
.series-list {
  zoom: 1;
}
.series-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.series-list li {
  position: relative;
  padding-left: 120px;
  width: 180px;
}
@media screen and (min-width: 980px) {
  .series-list li:nth-child(3n - 2) {
    float: left;
    border-right: 1px solid #eaeaea;
    padding-right: 20px;
  }
  .series-list li:nth-child(3n - 1) {
    float: left;
    border-right: 1px solid #eaeaea;
    padding-right: 20px;
    margin-left: 19px;
  }
  .series-list li:nth-child(3n) {
    float: right;
  }
}
@media screen and (max-width: 980px) {
  .series-list li {
    width: calc(50% - 156px);
  }
}
@media screen and (max-width: 600px) {
  .series-list li {
    width: auto;
    padding-left: 128px;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 980px) {
  .series-list li:nth-child(odd) {
    float: left;
    border-right: 1px solid #eaeaea;
    padding-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .series-list li:nth-child(odd) {
    float: none;
    border-right: none;
    padding-right: 8px;
    margin-left: 0;
  }
}
@media screen and (max-width: 980px) {
  .series-list li:nth-child(even) {
    float: right;
    margin-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .series-list li:nth-child(even) {
    float: none;
    padding-right: 8px;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .series-list li:last-child {
    border: none;
  }
}
.series-list a {
  display: block;
  height: 114px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .series-list a {
    height: auto;
    min-height: 98px;
    overflow: auto;
  }
}
.series-list img {
  width: 108px;
  margin-top: -9px;
}
.series-list-thumb {
  position: absolute;
  left: 0;
  height: 90px;
  line-height: 0;
  overflow: hidden;
  border: 2px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .series-list-thumb {
    left: 8px;
  }
}
a:hover .series-list-thumb {
  border-color: #e53935;
}
.series-list-tagline {
  display: inline-block;
  background: #333;
  font-size: 10px;
  color: #e6e6e6;
  padding: 3px 6px 0;
  margin-bottom: 7px;
}
.series-list-title {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 3px;
}
.series-list-author {
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 3px;
}
.series-list-num {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  color: #999;
}
.app-badge {
  background: #333;
  text-align: center;
  padding: 24px 0 40px;
}
.app-badge.bottom {
  padding: 100px 0 80px;
}
@media screen and (max-width: 820px) {
  .app-badge.bottom {
    margin-top: 160px;
    padding: 24px 0 40px;
  }
}
.app-badge p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}
.app-badge ul {
  zoom: 1;
  display: inline-block;
}
.app-badge ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 820px) {
  .app-badge ul {
    display: block;
    margin: 0 16px;
  }
}
.app-badge li {
  float: left;
  margin-left: 16px;
}
@media screen and (max-width: 820px) {
  .app-badge li {
    float: none;
    margin: 0 0 1px;
    line-height: 0;
  }
}
.app-badge li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 820px) {
  .app-badge a {
    display: block;
    background: #000;
  }
}
.app-badge img {
  width: 180px;
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}
@media screen and (max-width: 820px) {
  .app-badge img {
    box-shadow: none;
  }
}
.app-content {
  background: url("/images/app/bg_concentrate.png") center -100px no-repeat;
  background-size: 1600px 337px;
  text-align: center;
  min-width: 980px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .app-content {
    min-width: auto;
  }
}
@media screen and (max-width: 820px) {
  .app-content {
    background-size: 533.33333333px 112.33333333px;
    background-position: center -33.33333333px;
  }
}
.app-content::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 389.5px;
  background: url("/images/app/appimage.png") center bottom no-repeat;
  background-size: 923.5px 389.5px;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .app-content::before {
    background-image: url("/images/app/appimage_sp_2.png");
    background-size: 334px 202.5px;
    height: 226px;
    bottom: -160px;
  }
}
.app-content h1 {
  display: inline-block;
  background: url("/images/app/tagline.png") center center no-repeat;
  width: 541.5px;
  height: 168.5px;
  background-size: contain;
  margin-top: -20px;
  padding-top: 168.5px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .app-content h1 {
    width: 309.42857143px;
    height: 96.28571429px;
    padding-top: 96.28571429px;
  }
}
.app-content-points {
  width: 820px;
  height: 567px;
  margin: 0 auto;
  zoom: 1;
}
.app-content-points:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 820px) {
  .app-content-points {
    width: auto;
    height: auto;
  }
}
.app-content-points h2 {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 10px 0;
}
@media screen and (max-width: 820px) {
  .app-content-points h2 {
    font-size: 12px;
  }
}
.app-content-point-1 {
  float: left;
}
@media screen and (max-width: 820px) {
  .app-content-point-1 {
    padding-left: 8px;
  }
}
.app-content-point-2 {
  float: right;
}
@media screen and (max-width: 820px) {
  .app-content-point-2 {
    padding-right: 8px;
  }
}
.app-content-point-1,
.app-content-point-2 {
  margin-top: 80px;
}
@media screen and (max-width: 820px) {
  .app-content-point-1,
  .app-content-point-2 {
    width: 50%;
    margin-top: 24px;
    box-sizing: border-box;
  }
}
.app-content-point-1-text,
.app-content-point-2-text {
  width: 215px;
  height: 71px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 71px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  .app-content-point-1-text,
  .app-content-point-2-text {
    width: 172px;
    height: 56.8px;
    padding-top: 56.8px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 320px) {
  .app-content-point-1-text,
  .app-content-point-2-text {
    width: 143.33333333px;
    height: 47.33333333px;
    padding-top: 47.33333333px;
  }
}
.app-content-point-1-point,
.app-content-point-2-point {
  width: 200px;
  height: 200px;
  background-color: #1e88e5;
  border-radius: 100px;
  margin-top: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .app-content-point-1-point,
  .app-content-point-2-point {
    width: 153.84615385px;
    height: 153.84615385px;
    border-radius: 76.92307692px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 320px) {
  .app-content-point-1-point,
  .app-content-point-2-point {
    width: 133.33333333px;
    height: 133.33333333px;
    border-radius: 66.66666667px;
  }
}
.app-content-point-1-text {
  background-image: url("/images/app/point_1.png");
}
.app-content-point-1-point {
  background-image: url("/images/app/point_1_free.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 127.5px 99px;
  padding-top: 200px;
}
@media screen and (max-width: 820px) {
  .app-content-point-1-point {
    background-size: 102px 79.2px;
    padding-top: 153.84615385px;
  }
}
@media screen and (max-width: 320px) {
  .app-content-point-1-point {
    background-size: 85px 66px;
    padding-top: 133.33333333px;
  }
}
.app-content-point-2-text {
  background-image: url("/images/app/point_2.png");
}
.app-content-point-2-point {
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .app-content-point-2-point {
    padding-top: 20px;
  }
}
@media screen and (max-width: 320px) {
  .app-content-point-2-point {
    padding-top: 15px;
  }
}
.app-content-point-2-point img {
  width: 125px;
}
@media screen and (max-width: 820px) {
  .app-content-point-2-point img {
    width: 110px;
  }
}
@media screen and (max-width: 320px) {
  .app-content-point-2-point img {
    width: 100px;
  }
}
.app-content-smartphone {
  position: absolute;
  background: url("/images/app/smartphone.png") center center no-repeat;
  width: 300px;
  height: 616px;
  background-size: contain;
  left: 50%;
  margin-top: 30px;
  margin-left: -150px;
}
@media screen and (max-width: 820px) {
  .app-content-smartphone {
    position: static;
    margin: 16px auto;
  }
}
.app-content-smartphone::before {
  position: absolute;
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  background: #000 url("/images/apple-touch-icon-180.png") center center no-repeat;
  background-size: 78px 78px;
  border-radius: 60px;
  right: -32px;
  top: -32px;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .app-content-smartphone::before {
    width: 100px;
    height: 100px;
    background-size: 65px 65px;
    border-radius: 50px;
    top: auto;
    right: auto;
    margin: -24px 0 0 224px;
  }
}
@media screen and (max-width: 320px) {
  .app-content-smartphone::before {
    width: 80px;
    height: 80px;
    background-size: 52px 52px;
    border-radius: 40px;
    top: auto;
    right: auto;
    margin: -8px 0 0 228px;
  }
}
@media screen and (max-width: 820px) {
  .app-content-smartphone::after {
    position: absolute;
    display: block;
    content: "";
    width: 92px;
    height: 172.5px;
    background: url("/images/app/appimage_sp_1.png") left bottom no-repeat;
    background-size: 92px 172.5px;
    left: 0;
    margin: 460px 0 0 1%;
  }
}
.app-content-smartphone ul {
  position: relative;
}
.app-content-smartphone li {
  position: absolute;
  top: 81px;
  left: 21px;
  line-height: 0;
}
.app-content-smartphone li:nth-child(2) {
  -webkit-animation: fadein2 10s infinite;
  animation: fadein2 10s infinite;
}
.app-content-smartphone li:nth-child(3) {
  -webkit-animation: fadein3 10s infinite;
  animation: fadein3 10s infinite;
}
.app-content-smartphone img {
  width: 255px;
  height: auto;
  border: 2px solid #000;
  border-radius: 2px;
}
@-webkit-keyframes fadein2 {
  0% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein2 {
  0% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadein3 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein3 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.error-content,
.error-footer-image {
  position: relative;
  max-width: 800px;
  margin: 90px auto 150px;
}
@media screen and (max-width: 980px) {
  .error-content,
  .error-footer-image {
    max-width: 700px;
  }
}
@media screen and (max-width: 800px) {
  .error-content,
  .error-footer-image {
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .error-content,
  .error-footer-image {
    width: auto;
    text-align: center;
  }
}
.error-content h1 {
  display: inline-block;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  background: url("/images/error/bg_slash_line.png") bottom left repeat-x;
  background-size: 10px 8px;
}
@media screen and (max-width: 600px) {
  .error-content h1 {
    font-size: 17px;
  }
}
.error-content-description {
  margin: 58px 0 36px;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .error-content-description {
    margin: 50px 8px 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .error-content-description br {
    display: none;
  }
}
.error-content-link li {
  display: inline-block;
}
.error-content-link li:first-child {
  margin-right: 36px;
}
@media screen and (max-width: 600px) {
  .error-content-link li:first-child {
    margin-right: 26px;
  }
}
.error-content-link li a {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 2px solid #000;
}
.error-content-link li a:hover {
  border-bottom: 2px solid #e53935;
}
@media screen and (max-width: 600px) {
  .error-content-link li a {
    font-size: 13px;
  }
}
.error-footer {
  height: 90px;
  background-color: #fafafa;
}
.error-footer a {
  display: block;
  position: absolute;
  right: 0;
  bottom: -14px;
}
@media screen and (max-width: 600px) {
  .error-footer a {
    right: 50%;
    margin-right: -30px;
  }
}
.error-footer img {
  width: 80px;
  height: auto;
}