@charset "UTF-8";
/* ==========================================
   Template: 空にうたえば（https://do.gt-gt.org/）
   Copyright: 2019 do
   利用規約を遵守の上お使いください。二次配布・販売を禁じます。
   ========================================== */
/* ==========================================
  リセットCSS
  基本的には触らないでください
  ========================================== */
ol,
ul {
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0; }

/* ==========================================
  以下、デザインを決める記述です
   ========================================== */
body {
  background-size: auto auto;
  background-color: #f9f9f9;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #eaeaea 4px, #eaeaea 5px);
  /* 以上の3行が背景のストライプです。
     background-colorがベース色、background-imageが縞の色を制御しています。
     ストライプの色や太さを変えたい場合は、
     https://css-stripe-generator.firebaseapp.com/　で作ったCSSを上書きするといいです。
   */
  font-family: YuGothic,'Yu Gothic','TsukuBRdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Cambria Math','Avenir',sans-serif; }

dl {
  display: flex;
  flex-wrap: wrap; }
  dl dd,
  dl dt {
    display: block; }

.container {
  background: #fff;
  /* コンテンツの背景色 */ }

a {
  text-decoration: none;
  color: #54c6ff;
  /* リンクの色 */ }
  a:hover {
    filter: brightness(120%);
    /* リンクをホバーすると色が明るくなります */ }

p,
ul {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 30px; }
  @media (max-width: 575px) {
    p,
    ul {
      padding-left: 10px;
      padding-right: 10px; } }

h4 {
  padding-left: 10px; }

.margin-top {
  margin-top: 30px; }

.margin-bottom {
  margin-bottom: 30px; }

img {
  max-width: 100%; }
  img + img {
    margin-left: 5px; }

h2 {
  font-size: 130%;
  font-weight: normal;
  margin: 20px 5px;
  width: 95%; }
  h2:after {
    content: '';
    display: block;
    width: 100%;
    position: relative;
    top: 3px;
    height: 5px;
    /* ここから見出しの下線のストライプ */
    background-size: auto auto;
    background-color: white;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #e2e2e2 2px, #e2e2e2 3px);
    /* ここまで見出しの下線のストライプ */ }
  @media (max-width: 575px) {
    h2 {
      font-size: 110%; } }

.row > h2 {
  padding-left: 15px;
  padding-right: 15px; }

h3 {
  font-weight: normal;
  font-size: 100%;
  display: block;
  margin: 30px auto 15px 15px;
  width: 80%; }
  h3:before {
    content: '';
    display: block;
    float: left;
    width: 6px;
    height: 30px;
    position: relative;
    top: 0;
    right: 13px;
    /* ここから見出しの下線のストライプ */
    background-size: auto auto;
    background-color: white;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #e2e2e2 2px, #e2e2e2 3px);
    /* ここまで見出しの下線のストライプ */ }

input[type=submit] {
  /* ここから背景のストライプ */
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #e2e2e2 2px, #e2e2e2 3px);
  /* ここまで背景のストライプ */
  border: 1px solid #e2e2e2;
  padding: 2px 8px;
  font-size: 12px; }
  input[type=submit]:focus {
    outline: none; }

header img.heroimg {
  object-fit: cover;
  width: 100%;
  height: 400px; }
@media (max-width: 575px) {
  header img.heroimg {
    height: 200px; }
  header h1 {
    font-size: 150%; }
  header p {
    font-size: 12px; } }
header .container {
  padding: 0; }
header .wrapper {
  position: relative; }
  header .wrapper .inner {
    position: absolute;
    top: 30%;
    margin-left: 5%; }
header h1,
header p {
  color: #ffffff;
  padding: 0;
  filter: drop-shadow(0 0 4px #c0c5cf); }

#text header img.heroimg {
  height: 50px; }

#headernav {
  /* ここから１カラムデザインのメニューバースクロール追従 */
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  /* ここまで１カラムデザインのメニューバースクロール追従。不要なら削除してください */ }
  #headernav nav {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    margin: 10px auto;
    border-top: 1px solid #c0c5cf;
    border-bottom: 1px solid #c0c5cf; }
    #headernav nav ul {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-around;
      padding: 0;
      width: calc(100% - 80px); }
      #headernav nav ul li a {
        display: block; }

.sidebarinner {
  padding: 20px 0px;
  /* ここから２カラムデザインのPC閲覧時サイドバースクロール追従 */
  position: sticky;
  top: 0;
  /* ここまで２カラムデザインのPC閲覧時サイドバースクロール追従。不要なら削除してください */ }
  @media (max-width: 991px) {
    .sidebarinner {
      padding: 20px 0; } }
  .sidebarinner ul {
    padding: 0 0 20px; }
  .sidebarinner p {
    padding: 0 0 20px; }

@media (max-width: 575px) {
  #sidebar {
    /* ここから１カラムデザインのメニューバースクロール追従 */
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    /* ここまで１カラムデザインのメニューバースクロール追従。不要なら削除してください */ }
    #sidebar .sidebarinner {
      padding: 0; }
    #sidebar nav {
      display: flex;
      justify-content: space-around;
      padding: 10px;
      margin: 10px auto;
      border-top: 1px solid #c0c5cf;
      border-bottom: 1px solid #c0c5cf; }
      #sidebar nav ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        padding: 0;
        width: calc(100% - 80px); }
        #sidebar nav ul li a {
          display: block; } }
.update {
  background: #e8f3fa;
  padding: 10px;
  width: 95%;
  overflow: hidden;
  font-size: 14px;
  margin: 20px auto;
  border-radius: 4px; }
  .update .inner {
    height: 80px;
    overflow-y: scroll; }
    .update .inner::-webkit-scrollbar {
      width: 5px; }
    .update .inner::-webkit-scrollbar-track {
      background: #e8f3fa; }
    .update .inner::-webkit-scrollbar-thumb {
      background: #ffffff;
      border-radius: 2px; }
    .update .inner dt {
      width: 100px; }
    .update .inner dd {
      width: calc(100% - 100px); }
    @media (max-width: 575px) {
      .update .inner {
        font-size: 12px; }
        .update .inner dt {
          width: 80px; } }

ul.novel-1 {
  margin-bottom: 30px; }
  ul.novel-1 li {
    display: flex; }
    ul.novel-1 li.new:after {
      content: 'new';
      color: #f75e5e;
      font-size: 13px;
      font-weight: bold;
      margin-left: 5px; }
    ul.novel-1 li a {
      display: block;
      margin-right: 10px;
      white-space: nowrap; }
    ul.novel-1 li span {
      display: block; }

ul.novel-2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  ul.novel-2 li {
    display: flex; }
    ul.novel-2 li.new:after {
      content: 'new';
      color: #f75e5e;
      font-size: 13px;
      font-weight: bold;
      margin-left: 5px; }
    ul.novel-2 li a {
      display: block;
      width: fit-content; }
    ul.novel-2 li:not(:last-of-type) {
      margin-right: 5px;
      padding-right: 5px;
      border-right: 1px solid #e8f3fa; }

ul.illust {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto; }
  ul.illust li {
    position: relative;
    height: 100px;
    width: 100px;
    margin-bottom: 5px; }
    ul.illust li:not(:last-of-type) {
      margin-right: 5px; }
    ul.illust li a {
      display: block; }
      ul.illust li a img {
        border: 1px solid #dcdfe2;
        border-radius: 3px;
        width: 100px;
        height: 100px;
        object-fit: cover; }
    ul.illust li.new::after {
      content: 'new';
      /* ここから背景のストライプ */
      background-size: auto auto;
      background-color: white;
      background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #e2e2e2 2px, #e2e2e2 3px);
      /* ここまで背景のストライプ */
      position: absolute;
      padding: 0 5px;
      right: 0;
      bottom: 0;
      display: block;
      font-size: 12px;
      font-weight: bold; }
  @media (max-width: 575px) {
    ul.illust li {
      height: 70px;
      width: 70px; }
      ul.illust li a img {
        height: 70px;
        width: 70px; } }

ul.link01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0; }

ul.link02 {
  display: flex;
  flex-wrap: wrap; }
  ul.link02 li a {
    display: block;
    width: fit-content; }
  ul.link02 li:not(:last-of-type) {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #e8f3fa; }

.mailform textarea {
  margin: 0 0 5px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  padding: 3px 5px;
  width: 80%;
  vertical-align: bottom; }
.mailform input[type="submit"] {
  margin: 0 0 5px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  padding: 3px 5px; }
.mailform input[type=text] {
  margin: 0 0 5px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  padding: 3px 5px;
  width: 80%; }

footer .container {
  padding: 30px 0 0; }
footer .template {
  text-align: right;
  width: 100%;
  padding: 5px 10px;
  background: #333;
  color: #ddd;
  font-size: 12px; }
footer a.home {
  text-decoration: none;
  color: #54c6ff;
  display: block;
  padding: 10px 20px;
  font-size: 14px; }

hr {
  height: 1px;
  background-color: #cccccc;
  width: 80%;
  border: none;
  margin: 40px auto; }

h2.h2-a {
  margin: 30px auto 40px;
  text-align: center;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 10px; }
  h2.h2-a:after {
    display: none; }

#text .atogaki p {
  color: #a1a1a1;
  font-size: 14px; }

#text main h2 {
  margin: 20px auto 40px; }
#text main p {
  line-height: 2em;
  font-size: 16px; }

.page {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 30px auto; }
  .page a {
    display: block;
    /* ここから背景のストライプ */
    background-size: auto auto;
    background-color: white;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #e2e2e2 2px, #e2e2e2 3px);
    /* ここまで背景のストライプ */
    color: #333;
    padding: 3px 10px; }

blockquote {
  background: #ededed;
  padding: 20px 30px;
  margin: 20px;
  font-size: 15px;
  font-style: italic; }

@media (max-width: 991px) {
  .only-pc {
    display: none; } }
