.p-special__list {
  margin: 0 auto 60px;
  max-width: 1050px;
  font-size: 0;
  letter-spacing: -0.4em;
}

.p-special__list li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 60px;
  max-width: 510px;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-special__list li a {
  display: block;
}

.p-special__list-img {
  background: url(../img_201910/special/frame_banner.png) top center no-repeat;
  background-size: 100%;
  padding: 1.9% 3.4% 4.55%;
}

.p-special__list-txt {
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.5em;
}

.p-special-nc__read {
  margin: 0 auto 40px;
  width: 600px;
}

.p-special-nc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 93%;
  max-width: 1040px;
}

.p-special-nc__list > li {
  margin-bottom: 2%;
  width: 49%;
}

.p-special-nc__list > li:nth-child(2n) {
  margin-left: 2%;
}

.p-special-nc__list-content {
  position: relative;
  padding: 44px 33px 440px;
  height: 100%;
}

.p-special-nc__list-content .p-in-title {
  margin-bottom: 28px;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.35em;
  text-align: center;
}

.p-special-nc__list-content .p-in-text {
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 2em;
  text-align: left;
}

.p-special-nc__list-content .p-in-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 3%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 28px;
  width: 94%;
  height: 440px;
}

.p-special-nc__list-content .p-in-list::before {
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/special/novel-comment/line.png) top center no-repeat;
  width: 100%;
  height: 100%;
  content: "";
}

.p-special-nc__list-content .p-in-list-item {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  cursor: pointer;
  width: 45%;
}

.p-special-nc__list-content .p-in-list-item:nth-child(2n) {
  margin-left: 5%;
}

.p-special-nc__list-content .p-in-list-item--wide {
  width: 100%;
}

.p-special-nc__list-content .p-in-list-item--wide .p-in-list-thumb {
  margin: 0 auto;
  width: 45%;
}

.p-special-nc__list-content .p-in-list-item:hover {
  -webkit-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
          transform: translate(0, 2px);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.p-special-nc__list-content .p-in-list figure figcaption {
  position: relative;
  top: -12px;
  font-size: 13px;
  text-align: center;
}

.p-special-nc__list-content .p-in-list-thumb {
  position: relative;
  background: url(../img/special/novel-comment/frame_books.png) center center no-repeat;
  background-size: contain;
}

.p-special-nc__list-content .p-in-list-thumb::before {
  display: block;
  padding-top: 160%;
  width: 100%;
  content: "";
}

.p-special-nc__list-content .p-in-list-thumb div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50.2%, -46.5%);
      -ms-transform: translate(-50.2%, -46.5%);
          transform: translate(-50.2%, -46.5%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 106%;
  width: 74.2%;
}

.p-special-np__read {
  margin: 0 auto 30px;
  width: 482px;
}

.p-special-np__list > li + li {
  margin-top: 30px;
}

.p-anchor {
  position: relative;
  margin: 0 auto 58px;
  width: 100%;
}

.p-anchor__list {
  font-size: 0;
  letter-spacing: -0.04em;
  text-align: center;
}

.p-anchor__num {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 3.8px;
  background: url(../img_201910/news/bg_pager_off.png) top center no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  font-size: 16px;
  text-decoration: none;
}

.p-anchor__num span {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: auto;
  height: auto;
  color: #fff;
}

.p-anchor__num a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-anchor__num::before {
  display: block;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: url(../img_201910/news/bg_pager_act.png) top center no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  content: "";
}

.p-anchor__num:hover::before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.p-jiten__att {
  margin: 0 auto 40px;
  width: 100%;
  font-size: 13px;
  text-align: center;
}

.p-jiten__detail {
  margin: auto;
  padding-bottom: 80px;
  width: 940px;
}

.p-jiten__detail_episode {
  position: relative;
  padding-top: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-jiten__detail_episode > span {
  position: relative;
}

.p-jiten__detail_episode::before {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url(../img_201910/news/bg_detail-date.png) no-repeat;
  width: 200px;
  height: 100px;
  content: "";
}

.p-jiten_list {
  margin-top: 60px;
  line-height: 1.8em;
}

.p-jiten_list li {
  position: relative;
  margin: 0 auto;
  padding: 32px 0;
  width: 100%;
}

.p-jiten_list li::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img_201910/special/noukin-jiten/line.png) top center no-repeat;
  background-size: contain;
  width: 100%;
  height: 4px;
  content: "";
}

.p-jiten_list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-jiten_list li:last-child::before {
  content: none;
}

.p-jiten__data_info {
  position: relative;
}

.p-jiten__data_name {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
}

.p-jiten__data_text {
  display: block;
  font-size: 14px;
  line-height: 2em;
}

.p-jiten__data_img {
  margin-left: 38px;
  width: 300px;
}

.p-jiten__data_share {
  margin-top: 14px;
  width: 220px;
}

.p-jiten__data_share a {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-special__list {
    margin-bottom: 0;
    width: 85%;
  }
  .p-special__list li {
    margin-bottom: 29px;
    font-size: 12px;
  }
  .p-special__list-txt {
    font-size: 15px;
  }
  .p-special-nc__read {
    margin: 32px auto 30px;
    width: 98%;
  }
  .p-special-nc__list > li {
    margin-bottom: 3%;
    width: 100%;
  }
  .p-special-nc__list > li:nth-child(2n) {
    margin-left: 0;
  }
  .p-special-nc__list-content {
    padding: 40px 17px 280px;
  }
  .p-special-nc__list-content .p-in-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2em;
  }
  .p-special-nc__list-content .p-in-text {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 2.2em;
  }
  .p-special-nc__list-content .p-in-list {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 25px;
    width: 300px;
    height: 280px;
  }
  .p-special-nc__list-content .p-in-list::before {
    background-size: contain;
  }
  .p-special-nc__list-content .p-in-list-item {
    width: 48%;
  }
  .p-special-nc__list-content .p-in-list-item:nth-child(2n) {
    margin-left: 4%;
  }
  .p-special-nc__list-content .p-in-list-item--wide {
    width: 100%;
  }
  .p-special-nc__list-content .p-in-list-item--wide .p-in-list-thumb {
    width: 105px;
  }
  .p-special-nc__list-content .p-in-list figure figcaption {
    top: 7px;
    font-size: 10px;
    line-height: 1.5em;
  }
  .p-special-nc__list-content .p-in-list-thumb {
    margin: 0 auto;
    width: 105px;
  }
  .p-special-np__read {
    margin: 38px auto 20px;
    width: 65%;
    max-width: 482px;
  }
  .p-special-np__list > li + li {
    margin-top: 12px;
  }
  .p-anchor {
    margin-bottom: 28px;
  }
  .p-anchor__num {
    margin: 0 2.5px;
    width: 52px;
    height: 52px;
  }
  .p-anchor__num::before {
    background-image: url(../img_201910/news/bg_pager_act_sp.png);
    width: 55px;
    height: 55px;
  }
  .p-jiten__detail {
    padding-bottom: 44px;
    width: 90%;
  }
  .p-jiten__detail_episode {
    padding-top: 10px;
    font-size: 14px;
  }
  .p-jiten__detail_episode::before {
    top: -7px;
    background: url(../img_201910/news/bg_detail-date_sp.png) no-repeat;
    background-size: contain;
    width: 52%;
  }
  .p-jiten_list {
    margin-top: 34px;
  }
  .p-jiten_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
  .p-jiten_list li::before {
    background: url(../img_201910/special/noukin-jiten/line_sp.png) top center no-repeat;
    background-size: contain;
    height: 4px;
  }
  .p-jiten__data_info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-jiten__data_name {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .p-jiten__data_text {
    font-size: 12px;
    line-height: 2.2em;
  }
  .p-jiten__data_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 16px auto 0;
    width: 100%;
  }
  .p-jiten__data_share {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 16px auto 0;
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .p-special__list li:nth-child(even) {
    margin-left: 30px;
  }
  .p-jiten_list li::after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    content: '.';
  }
  .p-jiten__data_img + .p-jiten__data_info {
    width: calc(100% - 338px);
  }
  .p-jiten__data_img {
    float: right;
  }
}
