@charset "utf-8";

html {
  width: 100%;
  font-size: 100%;
}
body{
  width: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.7;
  color: #432;
  background-color: #fffaf0;

}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #432;

}
.wrapper {
  margin: 0 auto;
  padding: 0 4%; 
}

/* フッター
------------------------------- */

footer {
  width: 100% !important;
  background: #432;
  text-align: center;
  padding: 30px 0;
  margin-top: 30px;
}


footer p {
  color: #fff;
  font-size: 1rem;
}

/* 上に戻る */

#page_top {
  position: fixed;
  right: 10px;
  width: 55px;
  height: 55px;
  bottom: 0;
  background: #40e0d0 no-repeat;
  border-radius: 50%;
  z-index: 3;
}

#page_top a::before {
  position: absolute;
  top: 0;
  bottom: 18px;
  right: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 25px;
  text-align: center;
}
/* ハンバーガー */
.hamburger {
  margin: 20px auto 0;
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
}


.hamburger .btn-gNav {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #432;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
  top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
  top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
  top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
  background: #432;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #432;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}


.btn-gNav {
  display: none;
}

.gNav .gNav-menu {
  display: flex;
  justify-content: space-between;
}

.gNav .gNav-menu li {
  margin: 0 auto;
  padding: 0 5px;
}

@media screen and (max-width: 600px) {
  .btn-gNav {
      display: block;
  }

  .gNav {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 240, 0.85);
      font-size: 16px;
      box-sizing: border-box;
      z-index: 1;
      padding-top: 50px;
      transition: .3s;
  }

  .gNav.open {
      right: 0;
  }

  .gNav .gNav-menu {
      padding: 0;
      width: 100%;
      height: 100%;
      display: block;
      flex-direction: column;
      text-align: center;
      /*justify-content: center;*/
  }

  .gNav .gNav-menu li {
      width: 86%;
      padding: 15px;
      border-bottom: #fffaf0 1px solid;
  }

}
/* 見出し 
--------------------------------*/
.page-title {
  font-size: 2rem;
  font-family: 'Philosopher', serif;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}

/* HEADER
------------------------------- */
.logo {
  font-size: 2rem;
  font-weight: normal;
  font-family: 'Philosopher', serif;
  text-transform: uppercase;
  margin-left: 10px;
}



/* HOME
------------------------------- */


.home-content {
  flex: 1;
}
.home-content .page-title {
  margin-top: 120px;
  text-align: center;
  font-size: 2rem;
}

.new {
  width: 450px;
  margin: 20px auto;
}
.new-ttl {
  background-color: #008080;
  color: #fff;
  padding: 0.5em 20px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.new-txt {
  text-align: left;
  border: 2px solid #008080;
}
.new-txt p {
  margin: 0 10 0 10px;
  padding-bottom;: 10px
  text-align: left;
}    
.main {
  margin-top: 15px;
  text-align: center;
}

.home-rank {
  margin-top: 100px;
  text-align: center;
}

.rank {
  margin-top: 30px;
  text-align: center;
}

/* Novel
------------------------------- */
.novel-contents {
  margin-top: 20px;
  margin-bottom: 50px;
  margin: 0 auto;
  max-width: 900px;
}
.novelnavlist {
  display: flex;
  text-transform: uppercase;
  margin-left: 200px;
  list-style: none;
  text-decoration: none;
  margin-bottom: 50px;
  margin: 0 auto;
}
.novelli {
  padding-right: 50px;
}
.novel-text {
  margin: 5px 0px;
  padding: 20px;
  line-height: 180%;
}
p {
  text-indent: 1rem;
}
.novel-menu {
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  font-family: 'Cormorant Garamond', serif;
}
.novel-menu2 {
  margin: 10px;
  display:flex;
  justify-content: space-between;
  font-family: 'Cormorant Garamond', serif;
}
.novel-subtitle {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.list1 {
  list-style: none;
  display: flex; /* リスト項目を横並びに配置 */
  justify-content: space-between; /* メニュー項目を均等に配置 */
  padding: 30px; /* リストの余白を追加 */
  margin: 0 auto;
}

.list1 li {
  margin-right: 10px;
}

.list1 li a {
  display: flex;
  padding: 0px; /* メニュー項目の内側の余白を追加 */
  text-decoration: none;
  color: #432; /* メニューテキストの色 */
}

.list1 li a:hover {
  color: #40e0d0; /* メニューテキストのホバー時の色 */
}
.novel {
  margin:0 auto;
  padding:20px;
  line-height:180%;
  max-width: 800px;
}

.textlong {
  margin-top: 25px;
  margin-bottom: 20px;
  border-top: solid 2px #008080;
  border-bottom: solid 2px #008080;
}
.noveltop-title {
  font-size: 20px;

}
.novel-title {
  font-size: 20px;
  font-weight: 550;
  margin-top: 30px;
  margin-bottom: 15px;
}
.box {
  padding: 0.5em 1em;
  margin: 0.5em 0;
  background: #e0ffff;
  border: solid 3px #e0ffff;
  border-radius: 10px;
}
.minibox {
  background: #40e0d0;
  border: solid 3px #40e0d0;
  border-radius: 7px;
}
.box2 {
  padding: 0.5em 1em;
  margin: 0.5em 0;
  background: #ffdbed;
  border: solid 3px #ffdbed;
  border-radius: 10px;
}
.minibox2 {
  background: #f08080;
  border: solid 3px #f08080;
  border-radius: 7px;
}
.box3{
  padding: 0.5em 1em;
  margin: 0.5em 0;
  background: #87ceeb;
  border: solid 3px #87ceeb;
  border-radius: 10px;
}
.minibox3{
  background: #87cefa;
  border: solid 3px #87cefa;
  border-radius: 7px;
}
.box4 {
  padding: 0.5em 1em;
  margin: 0.5em 0;
  background: #ffe4e1;
  border: solid 3px #f08080;
  border-radius: 10px;
}
.minibox4 {
  background: #ffe4e1;
  border: solid 3px #f08080;
  border-radius: 7px;
}
.list-design {
  border-top: 2px solid #008080;
  border-bottom: 2px solid #008080;
  list-style-type: disc;
  margin: 20px 0;
  padding: 11px 20px 20px 35px;
}
.list-design li {
  border-bottom: dashed 1px #008080;
  margin-top: 10px;
}
.novel-main {
  text-indent: 1rem;
}
.novel-bottom {
  margin-bottom: 20px;
  text-align: center;
  
}

/* ------ ブックマーク系 ------ */
.box-border h-500 w-full p-4 border-2 flex mx-auto box3 {
  padding: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-Width: 300px;
  color: #f1f1f1;
padding: 0.5em 1em;
  margin: 2em;
  font-weight: bold;
  border: solid 3px #008080;/*線*/
  border-radius: 10px;
}
.clip {
  margin-left: 30px;
}
/* profile
------------------------------- */
.page-title {
  margin-top: 80px; /* 固定メニューの高さ */
  text-align: center;
}
.profile-contents {
  margin-top: 60px; /* 固定メニューの高さ + 必要な余白 */
  margin-bottom: 50px;
  margin: 0 auto;
  max-width: 700px;
}
.profile-container {
  padding-top: 20px;
}
.profile {
  margin-top: 25px;
  margin-left: 10px
}
.hr1 {
  border-top: 2px dashed #008080;
}
.profile-section {
  margin-bottom: 5px;
}
.profile-main {
  margin-left: 10px;
}




/* モバイル版
------------------------------- */

@media screen and (max-width: 600px) {

  .page-header {
    flex-direction: column;
    align-items: center;
}

/* HEADER */
.main-nav {
    font-size: 1rem;
    margin-top: 10px;
}
.main-nav li {
    margin: 0 20px;
}

/* HOME */
.home-content {
    margin-top: 20%;
}

    .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: ＃fffaf0;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        border-bottom: #fffaf0 1px solid;
    }

}

