/* 得ざるものども特有 */
:root{
  --main-bg-color:linear-gradient(#180607,#29151a);
  --header-bg-color:#330a18;
  --column-bg-color:#a0978a63;
  --main-text-color:#080604;
  --overlay-text-color:#d8c1b1;
  --accent-color:#38060e;
  --text-base-overlay:#0d173165;
  --novel-bg-color:#f0e5ce;
}
body{
  background-color:#1b0506;
  background-image:var(--main-bg-color);
}
.main-content-wrap .content-wrap{width:92%;}
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:850px;}
.index-nav a:hover{color:#8d0000;}
.custom-shape-divider-top-1765105964 {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1765105964 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 30px;
}
.custom-shape-divider-top-1765105964 .shape-fill {fill:#05020c;}
.cradle{
  background-image:url(./img/cradle_thumbnail.webp);
  background-position:center;
  background-color:var(--header-bg-color);
  background-size:cover;
}
.novel-style .main-content-wrap{
  border:solid,1px,var(--header-bg-color);
  border-image:url(./img/border_left.webp)200 fill/200px/0;
}

.content1{border-image:url(./img/border-001.webp)200 fill/200px/0;}
.content2{border-image:url(./img/border-002.webp)200 fill/200px/0;}

.works-top .content-wrap{
  background-color:#05020c;}

@media not all and (min-width:768px){
.main-content-wrap .content-wrap{
  width:90%;
}
.content1{
  border-image:url(./img/border_left.webp)200 fill/50px/0;
}
.content2{
  border-image:url(./img/border_right.webp)200 fill/50px/0;
}
.novel-style .main-content-wrap{
  border-image:url(./img/border_left.webp)200 fill/50px/0;
}
}