@charset "UTF-8";
/*Font*/
/*color*/
/*width*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*bgimage*/
/*font-size SP*/
/*font-family*/
#comic {
  background: #fff;
}
#comic #comicMain {
  display: none;
  background: #222;
}
#comic #comicMain .block {
  width: 100%;
  max-width: 930px;
  padding-bottom: 20px;
  margin: 0 auto;
}
#comic #comicMain .block #page {
  width: 100%;
  background: #fff;
}
#comic #comicMain .block #page li {
  width: 100%;
  line-height: 0;
  text-align: center;
}
#comic #comicMain .block #page li img {
  width: 67.7%;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#comic .pace {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  width: 200px;
  height: 5px;
  margin: auto;
  overflow: hidden;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #fff;
  border: 1px solid #a50000;
}
#comic .pace .pace-progress {
  position: fixed;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 200px;
  height: 100%;
  background: #a50000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#comic .pace.pace-inactive {
  display: none;
}

/* banner */
#comic #comicMain .bnr-bottom {
  background: #fff;
}
#comic #comicMain .bnr-bottom ul {
  width: 67.7%;
  padding: 40px 0;
  margin: 0 auto;
}
#comic #comicMain .bnr-bottom ul li {
  margin: 10px 0;
}
#comic #comicMain .bnr-bottom ul li a {
  display: block;
  cursor: pointer;
}
#comic #comicMain .bnr-bottom ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
#comic #comicMain .bnr-bottom ul li a:hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
#comic #comicMain .bnr-bottom ul li img {
  width: 100%;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media only screen and (max-width: 600px) {
  #comic #comicMain {
    padding-bottom: 60px;
    background-color: #fff;
  }
  #comic #comicMain .block ul li img {
    width: 100% !important;
    height: auto;
  }
  #comic #comicMain .bnr-bottom ul {
    width: 90%;
    padding: 20px 0;
  }
}
