/* その他特有 */
:root{
  --main-bg-color:#faf6d2;
  --header-bg-color:#619e52;
  --column-bg-color:#f0e9c783;
  --main-text-color:#0e0906;
  --overlay-text-color:#18110c;
  --accent-color:#e7d187;
  --text-base-overlay:#0d173165;
  --novel-bg-color:#f0e5ce;
}
body{
  background-color:#fff3d3;
  background:var(--main-bg-color);
}
.main-content-wrap .content-wrap{width:92%;}
.button-style:hover{background:var(--novel-bg-color);}
header,footer p{color:var(--overlay-text-color);}
.index-nav ul li:not(:first-child)::before{border-right:solid var(--overlay-text-color) 1px;;}
.index-nav ul{min-width:500px;}
.novel-style .main-content-wrap{
  border:solid,1px,var(--accent-color);
}

.content1,.content2{
  border-radius: 10px;
  border-image:url(./img/border-001.webp)100 fill/80px/10px round;
  background-color: #75aa6a;
}

.works-top .content-wrap{
  background-color:var(--accent-color);}

@media not all and (min-width:768px){
.main-content-wrap .content-wrap{
  width:90%;
}
.content1,.content2{
  border-image:url(./img/border-001.webp)100 fill/50px/0 round;
}
}