/* CSS Document */

html {
  background: #222222;
}
body {
  background: #222222;
  color: #FFFFFF;
  line-height: 1.6;
}
a:hover {
  opacity: 1.0;
}
/* header .header-fixed {
  position: inherit;
} */
#viewer.fixed {
  margin-top: 64px;
}

.container {
  max-width: 100%;
  margin: 0 0 60px 0;
}
#viewer .container-headerArea {
  margin: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
#viewer .container-headerArea h2 {
  font-size: 1.4rem;
  color: #aaaaaa;
  padding: 0;
  font-weight: bold;
}
#viewer .container-headerArea span {
  font-weight: bold;
}
#viewer .container-headerArea .watitle {
  color: #FFFFFF;
  font-weight: bold;
  padding: 0;
}

/* top sns */
.sns-container {
  margin: 0 auto 15px;
  position: relative;
  z-index: 1;
}
.sns-container .inline-block {
  line-height: 0;
}

/*Link Button*/
.viewerbtn {
  display: flex;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  margin: 10px auto 15px;
  background-color: #A6A6A6;
}
.viewerbtn .viewerbtn_toBack, .viewerbtn .viewerbtn_toTop, .viewerbtn .viewerbtn_toNext {
  display: block;
  color: #ffffff;
  box-sizing: border-box;
  width: 33.333333333%;
  position: relative;
  border-right: solid 2px #fff;
}
.viewerbtn .viewerbtn_toBack a, .viewerbtn .viewerbtn_toTop a, .viewerbtn .viewerbtn_toNext a {
  display: block;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem;
}
.viewerbtn .viewerbtn_toNext {
  border-right: none;
}
.viewerbtn .viewerbtn_toBack i {
  font-family: 'FontAwesome';
  color: #ffffff;
  position: absolute;
  font-size: 1.4rem;
  left: 0;
  padding: 0.5rem;
  box-sizing: border-box;
  margin: -0.5rem 0 0 0;
}
.viewerbtn .viewerbtn_toNext i {
  font-family: 'FontAwesome';
  color: #ffffff;
  position: absolute;
  font-size: 1.4rem;
  right: 0;
  padding: 0.5rem;
  box-sizing: border-box;
  margin: -0.5rem 0 0 0;
}
.viewerbtn_b {
  display: block;
  color: #ffffff;
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  box-sizing: border-box;
  margin: 10px auto;
  background-color: #A6A6A6;
  width: 38%;
  text-align: center;
}
.viewerbtn_b>a {
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1.2rem 1.2rem 1.2rem 0.5rem;
  text-align: center;
}
.viewerbtn_b>a>i {
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 1.2rem;
  left: 0;
  padding: 0.3rem;
  box-sizing: border-box;
  margin: -0.1rem 0.3rem 0 0.2rem;
  vertical-align: top;
}
.footer-sns {
  position: static;
  background: #fff;
  padding-top: 15px;
  text-align: center;
  float: none;
  width: 100%;
  margin: 15px 0;
  padding: 30px 0;
  clear: both;
  display: block;
}
.footer-sns .btn-mypage {
  margin: 0 auto 30px;
}
ul.footer-snsin {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0 20px 0;
}
ul.footer-snsin li {
}
.footer-sns .inline-block {
  text-align: center;
}
.inline-block li {
  display: inline-block;
  margin: 0 2% 0 0px;
}
.spacer {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /* ドラッグされる挙動の抑制 */
  -webkit-user-drag: none;
}
.inner-footer {
  margin: 60px 0 0 0;
  padding: 0 0 2rem 0;
  background: #FFFFFF;
}
div.lazy-container {
  text-align: center;
}
div.lazy-container > div {
  padding-top: 54px;
  margin-top: -54px;
}
.viewer-container .row:last-child .viewerImageBox {
  border-bottom: none;
}
.viewerImageBox {
  width: 100%;
  height: auto;
  padding: 0;
  border-bottom: solid 15px #222;
  /* ページをタップした際の強調色(青色)を表示しない */
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  /*テキスト範囲選択禁止*/
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*ロングタップでのコールアウト禁止（iOS Safari）*/
  -webkit-touch-callout: none;
}
.viewerImageBox a{
  /* ドラッグされる挙動の抑制 */
  -webkit-user-drag: none;
}
div.footer-logo, .footer-logo>p {
  background-color: #FFF;
}
/*コミックへの誘導部分*/

.comic {
  background: #FFFFFF;
  margin: 15px 0;
  padding: 15px;
  text-align: left;
}
.comic_img {
  border: 1px #bbbbbb solid;
}
.comic_t {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff5ab4;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 10px;
}
.comic h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 10px;
}
.comic .btn {
  margin: 15px 0 5px 0;
  width: 100%;
}
.comic .description {
  font-size: 1.2rem;
  padding: 0;
  margin-left: 10px;
  margin: 0 0 0 10px;
}
.comic .purchase {
  margin: 15px 0 0 0;
}
.comic .purchase-title {
  font-weight: bold;
  margin: 0 0 10px 0;
}
/*誘導部分　オススメ作品*/

.yudobox02 {
  padding: 0;
  margin: 0 0 60px 0;
  border: solid 0.5rem #ff5ab4;
  background-color: #fff;
}
.yudobox02-tmca {
  border: solid 0.5rem #016AB7;
}
.yudobox02.shonenaceplus {
  border: solid 0.5rem #ff6699;
}
.yudobox02 .yudo_t {
  font-size: 1.6rem;
  padding: 0.25rem 0 0.75rem;
  color: #FFFFFF;
  background-color: #FF5AB4;
  margin-bottom: 1rem;
  font-weight: bold;
}
.yudobox02 .yudo_t-tmca {
  background-color: #016AB7;
}
.yudobox02 .shonenaceplus {
  background-color: #ff6699;
}
.yudobox02 .yudo_t i {
  margin-right: 0.5rem;
}
.yudobox02 img {
  border: 1px #bbbbbb solid;
}
.yudobox02 h4 {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.4;
  padding: 0.25rem;
}
.yudobox02 .btn {
  margin: 10px;
}
/*応援*/

.ouen {
  padding: 15px;
  background-color: #4DB087;
  margin: 15px 0;
}
.ouen h3 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.5rem 0 2rem;
}
.ouen p {
  color: #fff;
  padding: 0;
  margin: 2rem 2rem 1rem;
  font-size: 1.2rem;
  text-align: left;
}
.ouen p a {
  font-weight: bold;
  text-decoration: underline;
}
.ouen i {
  color: #4DB087;
  font-size: 5rem;
  background-color: #fff;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  padding: 24px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
}
/*広告エリア*/

.viewer-adArea {
  margin: 0 0 60px 0;
}
/*誘導部分 同じジャンルのおすすめ作品*/

.yudobox03 {
  padding: 0 0 1rem 0;
  margin: 50px auto 10px;
  background: #fcf0db;
}
.yudobox03 .box {
  margin: 1rem;
}
.yudobox03 .yudo_t {
  font-size: 1.6rem;
  padding: 1rem 0;
  color: #E50012;
}
.yudobox03 .yudo_t i {
  margin-right: 0.5rem;
}
.yudobox03 img {
/*padding: 1rem;*/
}
.yudobox03 h4 {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.4;
}
.yudobox03 .label {
  width: 90px;
}
/*次回更新予定日*/

.scheduled-date {
  background-color: #FFF;
  display: flex;
  margin: 0 0 15px;
}
.scheduled-date p {
  font-weight: bold;
  color: #FFF;
  background-color: #333;
  margin: 15px auto;
  padding: 5px 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 95%;
}
.scheduled-date p .fa-arrow-circle-right {
  font-size: 2rem;
  padding-right: 5px;
}




/*20230822追加ーviewerページカルーセル*/
#carousel-viewer {
  margin: 25px auto 0;
}
#carousel-viewer .carousel-ui-viewer {
  background-color: #555;
}
.carousel-ui-viewer .slick-slide img {
  padding-bottom: 0;
  width: 100%;
}
.carousel-ui-viewer .slick-prev, .carousel-ui-viewer .slick-next {
  position: absolute;
  width: 35px;
  height: 100%;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  top: 10px;
  background-color: #000;
  opacity: 0.5;
}
.carousel-ui-viewer .slick-prev {
  left: 0;
}
.carousel-ui-viewer .slick-next {
  right: 0;
}
.carousel-ui-viewer .slick-prev:before, .carousel-ui-viewer .slick-next:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}
.carousel-ui-viewer .slick-prev:before {
  background: url(../../img/sp/icon_arrow_circle-prev.svg);
  right: 6px;
}
.carousel-ui-viewer .slick-next:before {
  background: url(../../img/sp/icon_arrow_circle-next.svg);
  left: 6px;
}
.carousel-ui-viewer .slick-dots li button:before {
  color:white;
}
/*カルーセル1枚*/
.slide-one {
  position: relative;
}
.slide-one .carousel-ui-viewer:before, .slide-one .carousel-ui-viewer:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
}
.slide-one .carousel-ui-viewer:before {
  background: url(../../img/sp/icon_arrow_circle-next.svg);
  right: 6px;
}
.slide-one .carousel-ui-viewer:after {
  background: url(../../img/sp/icon_arrow_circle-prev.svg);
  left: 6px;
}
.slide-one .dots-one {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  font-family: slick;
  font-size: 6px;
  line-height: 0;
  text-align: center;
  color: white;
}
.slide-one .carousel-ui-viewer .slick-track {
  display: block;
  transform: inherit!important;
}




/*20210315追加ーviewerページ*/
.inline-block li {
  vertical-align: text-top;
}
.inline-block li:last-child {
  margin: 0;
}

/*20210315追加ー更新・ランキング*/

.yudobox04 {
  margin: 0 0 60px 0;
  background: #fff;
  padding: 10px;
}
.yudo_title {
  color: #333;
  padding-top: 15px;
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
}
.yudobox04 .item {
  position: relative;
}
.yudobox04 .icon {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
}
.yudobox04 h4 {
  text-align: left;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
}
.yudobox04 .day {
  text-align: right;
    color: #919191;
    font-weight: bold;
}
.yudobox04 .day .date {
  margin: 0;
}

.yudobox04 .rank {
  padding: 0;
  height: 50px;
}
.yudobox04 .ranking-star-small {
  top: 7px;

}

.yudobox04 .ranking-star-small .ranking-number {
  padding-top: 6px;
}

.yudobox04 .ranking-star-small .fa-arrow-right {
  top: 24px;
}
