@charset "UTF-8";

/* 全体設定 */
html {
  scroll-behavior: smooth;
}
body {
  font-size: 15px;
  color: #c0c0c0;
  background-color: #000;
  line-height: 1.6;
  font-family: "Meiryo", sans-serif;
  text-align: justify;
  box-sizing: border-box;
}
ul {
  list-style-type: none;
}
ol {
  list-style-type: none;
}
a {
  color: #c0c0c0;
}
a:hover {
  color: #b22222;
  text-decoration: none;
}
img {
  max-width: 100%;
  border: 0;
}

/* コンテナ */
.container {
  max-width: 700px;
  margin: auto;
  padding: 0 20px;
}

/* ヘッダー */
#header {
  margin-bottom: 60px;
}
#header h1 {
  margin-top: 40px;
}
#header img {
  width: 250px;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* グローバルナビ */
.gnav {
  display: flex;
  position: relative;
  font-size: 14px;
}
.gnav li + li::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  height: 14px;
  margin-top: -7px;
  border-right: 2px solid #b33333;
}
.gnav li a {
  text-decoration: none;
  padding: 10px 10px 3px 10px;
}
.gnav li a:hover {
  border-bottom: 2px solid #b33333;
}

/***------------------------------------------
      紅龍の夢TOP
------------------------------------------***/
/* 紅龍の夢タイトル */
.kouryu-title {
  text-align: center;
  margin: 0 0 20px 0;
}
.kouryu-title img {
  width: 300px;
  height: auto;
}

/* 警告 */
.warning {
  font-size: 13px;
  text-align: center;
  border: 1px solid #b22222;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 10px;
}
.warning img {
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-right: 3px;
}

/* 更新履歴 */
.history {
  font-size: 14px;
  text-align: right;
  margin-bottom: 50px;
}

.about p {
  margin: 15px 0;
}
/* Web拍手ボタン */
.about .webclap {
  display: block;
  position: relative;
  font-size: 14px;
  border: 1px solid #a30000;
  width: 200px;
  height: 70px;
  margin-bottom: 30px;
  padding: 22px 0 5px 2px;
  text-align: center;
  text-decoration: none;
}
.about .webclap::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
  width: 50px;
  height: 75px;
  background-image: url(../../kouryu/img/reddragon_icon_l.gif);
}
.about .webclap::after {
  content: "";
  position: absolute;
  top: 9px;
  right: -6px;
  display: block;
  width: 50px;
  height: 75px;
  background-image: url(../../kouryu/img/reddragon_icon_r.gif);
}
.about .webclap:hover {
  color: #c0c0c0;
  background-color: #a30000;
  border: 1px solid #c0c0c0;
}

/* バナー */
.bnr:hover {
  opacity: .8;
}

/* UPボタン */
.up {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: #a30000;
  margin-left: 6px;
  padding: 1px 8px;
  border-radius: 3px;
}

/* タイトル */
.section-title {
  font-size: 25px;
  font-family: serif;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.section-margin {
  margin-bottom: 50px;
}
.section-subtitle {
  font-size: 19px;
  font-family: serif;
  margin-bottom: 12px;
  padding-left: 12px;
}
.section-subtitle:first-letter {
  color: #b22222;
}

/* 目次 */
.index ol {
  padding-left: 15px;
}
.index ol li {
  position: relative;
  margin: 0 0 6px 0;
  padding-left: 27px;
}
/* 目次リストデザイン */
.index ol li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 19px;
  background-image: url(../img/moyou.gif);
}

/* ストーリー */
.story ol {
  margin-bottom: 50px;
  padding-left: 26px;
}
.story ol li {
  margin: 0 0 6px 0;
}

/* ※注意書き */
.caution {
  font-size: 13px;
  margin-left: 6px;
}

/* トップへ戻るボタン */
.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 10px;
}
.pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #000;
  line-height: 50px;
  border: 1px solid #fff;
}
.pagetop a i {
  font-size: 20px;
  color:#fff;
  line-height: 50px;
}

/* 著作権表示 */
.copyright {
  font-size: 12px;
  text-align: center;
  padding: 10px;
}

/***------------------------------------------
      小説本文ページ
------------------------------------------***/
/* タイトル */
.novel-container {
  max-width: 700px;
  margin: 20px auto 0 auto;
  padding: 0 20px;
}
.novel-title {
  font-family: serif;
  font-size: 13px;
  font-weight: normal;
}

/* 巻数、サブタイトル */
.sub-title {/* ライン部分とか */
  font-family: serif;
  line-height: 1;
  text-align: center;
  padding: 24px 0 15px 0;
  background-image: url(../img/dot.gif), url(../img/dot.gif);
  background-repeat: repeat-x, repeat-x;
  background-position: 100% 0, 0 100%;
}
.sub-title:first-letter {
  color: #b22222;
}
/* 巻数 */
.chapter-number {
  display: block;
  font-size: 21px;
  margin-bottom: 9px;
  letter-spacing: 2px;
}
/* サブタイトル */
.epi-title-en {
  display: block;
  font-family: 'Oranienbaum', serif;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 3px;
  margin-bottom: 12px;
  text-shadow: 3px 2px 2px #c29c34;
}
.epi-title-jp {
  display: block;
  font-family: serif;
  font-size: 22px;
  margin-bottom: 6px;
  letter-spacing: 4px;
}

/* 本文ライン */
.line {
  display: block;
  margin: 25px auto 30px;
}

/* ナビゲーションメニュー */
.navigation {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
  margin-bottom: 50px;
}
.navigation li {
  margin-left: 13px;
}

/* テキスト部分 */
.text {
  background-image: url(../img/dot.gif);
  background-repeat: repeat-x;
  background-position: 0 100%;
  padding-bottom: 60px;
}
.text p {
  margin-bottom: 20px;
}
.text p:last-child {
  margin-bottom: 0;
}
/* 本文タイトル */
.text-title {
  font-family: serif;
  font-size: 20px;
  letter-spacing: 5px;
  margin: 55px 0 30px 0;
  padding: 8px 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#a30000), to(#000));
  background-image: -webkit-linear-gradient(left, #a30000 0%, #000 100%);
  background-image: linear-gradient(to right, #a30000 0%, #000 100%);
}

/* 注釈 */
.note {
  font-size: 12px;
  color: #959495;
  border: 1px solid #c0c0c0;
  margin: 50px 0 0;
  padding: 15px 14px;
}
p.word {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
}
p.desc {
  margin-bottom: 13px;
}

/* 挿絵 */
.img-center {
  text-align: center;
  margin: 20px 0;
}

/* コピーライト */
.copyright {
  font-size: .8em;
  text-align: center;
  margin-bottom: 5px;
}

/* SP */
@media (max-width: 700px) {
  /* 全体設定 */
  .container {
    padding: 0 4%;
  }

  /* ヘッダー */
  #header {
    margin-bottom: 30px;
  }
  #header h1 {
    margin-bottom: 30px;
  }
  #header img {
    width: 230px;
  }
  .header-flex {
    flex-direction: column;
    align-items: center;
  }

  /* グローバルナビ */
  .gnav {
    font-size: 13px;
  }

  /* 更新履歴 */
  .history {
    font-size: 20px;
  }

  /* 紅龍の夢タイトル */
  .kouryu-title img {
    width: 200px;
  }

  /* Web拍手ボタン */
  .about .webclap {
    margin: 0 auto 30px;
  }
  .about .center {
    text-align: center;
  }

  /* 目次 */
  .index ol {
    padding: 0;
    list-style-position: inside;
  }
  .story ol {
    padding: 0;
  }
  .story ol li {
    margin: 0 0 10px 0;
  }
  .section-title {
    text-align: center;
  }
  .section-subtitle {
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
  }

  /***------------------------------------------
      小説本文
  ------------------------------------------***/
  .novel-container {
    margin-top: 10px;
  }
  /* ナビゲーションメニュー */
  .navigation {
    justify-content: center;
    margin-bottom: 35px;
  }
  .navigation li {
    font-size: 12px;
  }

  /* タイトル */
  .novel-title {
    font-size: 12px;
    text-align: center;
    margin-bottom: 11px;
  }

  /* サブタイトル全体 */
  .sub-title {
    font-size: 28px;
    margin-bottom: 0;
  }
  /* 巻数 */
  .chapter-number {
    font-size: 19px;
    margin-bottom: 11px;
  }
  .epi-title-en {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  .epi-title-jp {
    font-size: 20px;
    margin-bottom: 7px;
  }
  /* 本文全体 */
  .text {
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 40px;
  }
  /* 本文タイトル */
  .text-title {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* 注釈 */
  .note {
    margin: 30px 0 0;
  }
  .note p {
    padding-left: 0;
  }

  /* 著作権表示 */
  .copyright {
    font-size: 10px;
  }
}

/* SP改行コード */
@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}