@charset "UTF-8";
/*!  変数・関数
================================================ */
/*-----------------------------------------------
 main
-----------------------------------------------*/
h2 {
  margin-bottom: 58px; }

/*-----------------------------------------------
 .novels
-----------------------------------------------*/
.novels {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px; }

.catch {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #2964dc;
  margin-bottom: 50px; }

.content .inner {
  background: url("../img/novels/bg-pc.png") center bottom no-repeat;
  background-color: #15419c;
  margin-bottom: 40px;
  padding: 25px 0 35px; }
  .content .inner .outline {
    width: 930px;
    font-size: 1.8rem;
    color: #eefcfe;
    line-height: 1.7;
    text-align: center;
    margin: 0 auto 45px; }
  .content .inner h4 {
    padding-left: 34px; }
  .content .inner .chapter {
    width: 932px;
    margin: 0 auto;
    padding: 0 35px;
    box-sizing: border-box;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .content .inner .chapter li {
      position: relative;
      width: 860px;
      height: 68px;
      font-size: 2.6rem;
      line-height: 68px;
      color: #fff;
      margin: 0 auto 33px;
      padding-left: 31px; }
    .content .inner .chapter li.new::before {
      display: block;
      position: absolute;
      content: "";
      top: -9px;
      left: -6px;
      width: 51px;
      height: 52px;
      background: url("../img/novels/icon-new.png") no-repeat; }
    .content .inner .chapter li.chapter-title {
      background: url("../img/novels/contents-title-bg-pc.png") no-repeat; }
      .content .inner .chapter li.chapter-title a {
        display: block;
        width: 100%;
        color: #fff;
        text-decoration: none; }
    .content .inner .chapter li.comingsoon {
      background: url("../img/novels/comingsoon.png") no-repeat; }

/*-----------------------------------------------
小説個別ページ
-----------------------------------------------*/
main.novel-detail {
  background: url("../img/novels/novel-bg-pc.png") center top no-repeat;
  background-color: #133f9b;
  background-size: contain;
  margin-left: 0;
  padding-top: 55px; }
  main.novel-detail h1 {
    text-align: center;
    margin-bottom: 25px; }

.chapter-title-text {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 22px; }

.chapter-title-img {
  text-align: center;
  margin-bottom: 52px; }

.novels-text {
  width: 930px;
  font-size: 1.6rem;
  font-weight: lighter;
  line-height: 2.3;
  color: #fff;
  margin: 0 auto; }
  .novels-text .num {
    width: 50px;
    height: 50px;
    color: #000;
    font-size: 2.2rem;
    font-family: "Hiragino Mincho ProN W7", "ヒラギノ明朝 ProN W7", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
    background: #13fbdd;
    margin-bottom: 20px; }

.page-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 800px;
  margin: 50px auto; }
  .page-nav li span {
    display: block;
    width: 40px;
    height: 40px;
    font-family: "Hiragino Mincho ProN W7", "ヒラギノ明朝 ProN W7", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    line-height: 40px;
    border: 1px solid #13fbdd;
    box-sizing: border-box; }
    .page-nav li span.on {
      color: #000;
      background-color: #13fbdd; }
    .page-nav li span:hover {
      color: #000;
      background-color: #13fbdd;
      transition: all 0.5s; }
  .page-nav li a {
    color: #13fbdd;
    text-decoration: none; }

.btn-back {
  text-align: center;
  margin-bottom: 50px; }

.icon-sns {
  width: 100px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 45px; }

@media screen and (max-width: 640px) {
  /*-----------------------------------------------
   main
  -----------------------------------------------*/
  h2 {
    margin-bottom: 7.8125vw; }

  /*-----------------------------------------------
   .novels
  -----------------------------------------------*/
  .novels {
    width: 92.1875vw;
    padding-bottom: 7.8125vw; }

  .catch {
    font-size: 4.0625vw;
    margin-bottom: 7.8125vw; }

  h3 img {
    width: 92.1875vw; }

  .content .inner {
    background: url("../img/novels/bg-sp.png") center bottom no-repeat;
    background-size: cover;
    margin-bottom: 6.25vw;
    padding: 7.8125vw 0 8.90625vw; }
    .content .inner .outline {
      width: 75vw;
      font-size: 3.4375vw;
      margin: 0 auto 9.0625vw; }
    .content .inner h4 {
      padding-left: 3.59375vw; }
      .content .inner h4 img {
        width: 84.375vw; }
    .content .inner .chapter {
      width: 84.375vw;
      padding: 3.90625vw 2.8125vw 0; }
      .content .inner .chapter li {
        width: 76.5625vw;
        height: 14.0625vw;
        font-size: 4.0625vw;
        line-height: 14.0625vw;
        margin: 0 auto 4.6875vw;
        padding-left: 2.03125vw; }
      .content .inner .chapter li.chapter-title {
        background: url("../img/novels/contents-title-bg-sp.png") no-repeat;
        background-size: cover; }

  /*-----------------------------------------------
  小説個別ページ
  -----------------------------------------------*/
  main.novel-detail {
    background: url("../img/novels/novel-bg-sp.png") center top no-repeat;
    background-color: #133f9b;
    background-size: contain;
    padding-top: 7.8125vw; }
    main.novel-detail h1 {
      margin-bottom: 7.8125vw; }
      main.novel-detail h1 img {
        width: 80.46875vw; }

  .chapter-title-text {
    font-size: 4.6875vw;
    margin-bottom: 4.6875vw; }

  .chapter-title-img {
    margin-bottom: 4.6875vw; }
    .chapter-title-img img {
      width: 92.96875vw; }

  .novels-text {
    width: 84.375vw;
    font-size: 3.03125vw; }
    .novels-text .num {
      width: 7.8125vw;
      height: 7.8125vw;
      font-size: 3.90625vw;
      margin-bottom: 4.6875vw; }

  .page-nav {
    justify-content: flex-start;
    width: 92.1875vw;
    margin: 7.8125vw auto; }
    .page-nav li {
      width: 9.375vw;
      margin-right: 1.5625vw;
      margin-bottom: 1.5625vw; }
      .page-nav li span {
        width: 9.375vw;
        height: 9.375vw;
        line-height: 9.375vw; }
      .page-nav li img {
        width: 9.375vw;
        height: 9.375vw; }

  .btn-back {
    margin-bottom: 7.8125vw; }
    .btn-back img {
      width: 62.5vw; } }
