@charset "UTF-8";
/* Scss Document */
html {
  font-size: 62.5%;
    width: 100%;
	height: 100%;
    background-color: #000000;
    scroll-behavior: smooth;
    scroll-padding-top: 50%;
}
@media screen and (max-width: 1023px) {
  html {
    scroll-padding-top: 25%;
  }}
/*------------------------------------------------------------
　共通
------------------------------------------------------------*/
body {
  position: relative;
  font-family: "baskerville-urw","ten-mincho", serif;
  font-size: 1.6rem;
  font-weight: 100;
  color: #B6B6B6;
  line-height: 1.6;
  letter-spacing: 1px; 
    text-align: center;
    align-items: center;
    justify-content: center;}
  @media screen and (max-width: 1023px) {
    body {
      width: 100%;
      font-size: 1.3rem;} }

body::before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
 background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0) 210vh), url("/img/weavers/bg.png") no-repeat center bottom;
 background-color: #000000;
  background-size: cover;
  z-index: -1;
}

img {
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

/*文字*/
p {
  margin: 33px 15%; }
  @media screen and (max-width: 1279px) {
    p {
      margin: 24px 10%; } }


a {
  position: relative;
  transition: 0.2s;
  color: #B4B4B4;
  text-decoration: underline;}
  a:hover {
    background: #bb0166;
    transition: 0.2s;
    color: #000000; }

.btn {
  background-color: #000000;
  border: 3px double #bb0166;
  margin: 16px 0;
  color: #bb0166;
  font-family: "baskerville-urw","ten-mincho";
  transition: -1.9s;
  text-decoration: none;
  letter-spacing: 2px; }
  .btn:hover {
    background: #bb0166;
    color: #000000;
    border: 3px double #000000;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s; }

a.btn {
  margin: 3px;
  padding: 4px 8px; }

h1, h2, h3, h4 {
  letter-spacing: 2px;}

h2{
    
    background: #000000;
    color: #bb0166;
    font-family: "baskerville-urw";
    margin: 33px 0;
    padding: 10px 0 10px 0;
    border-top: 1.2px dotted #969673;
    border-bottom: 1.2px dotted #969673;
}
 @media screen and (max-width: 1023px) {
    h2 {
      font-size: 2rem; } }

h3 {
    color: #bb0166;
    position: relative;
    font-size: 2.1rem; }
  @media screen and (max-width: 1023px) {
    h3 {
      font-size: 1.8rem; } }

h4 {
  position: relative;
  font-size: 1.5rem;
  margin: 3px 0;}
  @media screen and (max-width: 1023px) {
    h4 {
      font-size: 1.6rem; } }
ul, ol, dl {
  margin: 24px 0; }
  ul li, ol li, dl li {
    margin: 8px 0; }


ul.link {
  display: flex;
  margin-bottom: 33px; }
  ul.link li {
    margin-right: 15px; }
    ul.link li:last-child {
      margin-right: 0; }

.label dt, .label dd {
  padding: 4px 8px;
  margin-bottom: 8px;
  margin-right: 10px; }
.label dt {
  background-color: #bb0166;
  color: #000000;
  text-decoration: none; }

em {
    color: #bb0166;
    background-color: #000000;
    border: 1px dotted #bb0166;
    font-style: italic;}

mark{
    vertical-align: center;
    color: #bb0166;
    padding: 1.5px 0 0 1.5px;
    text-align: center;
    background: #00000000;
    font-family: "Baskerville";
    font-size: 1em;
    text-decoration: none;
}

summary {
  font-size: 1.5em;
  font-family: "baskerville-urw";
  color: #BB0166;
  font-style: bold;
}

table {
  margin: auto;
    text-align: left;
}

/*---------------------------------
構成
---------------------------------*/
header {
    width: 100%;
    height: 45%;
    top: 0;
    left: 0;
    z-index: 9;
    box-shadow: 0 0 33px #000000;
    background-color: #000000;
    position: fixed;
}

main{ 
    background-color: #00000033;
  position: relative;
    width: 100%;
    height: calc(50% - 44px);
    top: 50vh;
    }

footer{
    width: 100%;
    height: 40px;
    color: #bb0166;
    background: #000000;
    position: fixed;
    font-family: "baskerville-urw";
    font-size: small;
    text-align: center;
    bottom:  0;
    z-index: 3;
}

.menu_active {
  left: 163px;
  transition: 0.3s;}

@media screen and (max-width: 768px) {
  header{
    width: 100%;
    height: 21%;
  }
  main {
    width: 100%;
    height: calc(75% - 40px);
    top: 25vh;
  }
}


/*---------------------------------
サイト名
---------------------------------*/



/*---------------------------------
メニュー
---------------------------------*/
.responsive_btn {
  width: 81px;
  height: 81px;
  right: 10px;
  bottom: 12vh;
  padding-top: 18px;
  position: fixed;
  display: none;
  font-size: 0.8em;
  text-align: center;
  background-color: #000000;
  color: #bb0166;
  border: double 3px #bb0166;
  border-radius: 50%;
  box-shadow: 0 0 33px #000000;
  z-index: 10;
  transition: 0.3s;
}

header nav{
    width: 100%;
    font-family: "baskerville-urw";
    text-align: center;
}

header nav ul {
   width: 100%;
   display: flex;
   background-color: black;
   align-items: center;
   justify-content: center;
}

header nav ul li{
    width: 10%;
    list-style: none;
    margin: 0 3px;
}

header nav ul li a{
    color: #000000;
    background-color: #bb0166;
    padding: 5px;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

header nav ul li a:hover{
    color: #bb0166;
    background: #000000;
    border-left: 1px solid #bb0166;
    border-right: 1px solid #bb0166;
}

@media screen and (max-width: 768px) {
  
header nav ul li{
    width: 20%;
   font-size: 0.8em;
}
}

/*-------------------- mail --------------------*/
.mailsend{
  width: 333px;
    padding: 66px 66px 0 0;
    text-align: right;
}

.mail textarea {
  height: 200px;
  background: #000000;
  color: #B6B6B6;
  border: 1px solid #bb0166;}

input, textarea {
    width: 80%;
    margin: 5px;
    background: #000000;
    color: #B6B6B6;
    border: 1px solid #bb0166; }

input[type="submit"] {
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .responsive_btn {
    display: none;
  }

  .mailsend{display: none;}
}

/*------------------------------------------------------------
　コンテンツ
------------------------------------------------------------*/
.mainvis{
  width: 100%;
  padding: 33px 0 60px 0;
}

.mainvis img{
    border-top: 1px dashed #bb0166;
    border-bottom: 1px dashed #bb0166;
  
}

/* ↓ スライドの外枠 */
.slide-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; /* はみ出したスライドを隠す */

}
/*  ↓ スライド（コンテンツ） */
.slide { /*スライド全体 */
  height: 100%;
  display: flex;
  transition: all 1.0s;
}

.slide a:hover{
  transition: 1.0s;
  transform: scale(1.05);
  filter: grayscale(100%);
}

.slide div { /* スライド */
  height: 100%;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.slide img{
  height: auto;
}


/* ↓ 左右のボタン */
.next {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  bottom: 50%;
  z-index: 5;
  cursor: pointer;
  border-top: solid 3px #bb0166;
  border-right: solid 3px #bb0166;
  -webkit-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}
.prev {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 25px;
  bottom: 50%;
  z-index: 5;
  cursor: pointer;
  border-top: solid 3px #bb0166;
  border-right: solid 3px #bb0166;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 3px;
  display: flex;
  column-gap: 18px;
  z-index: 5;
  justify-content: center;
  align-items: center;
}
.indicator li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  list-style: none;
  background-color: #969673;
  border: 2px #bb0166 solid;
  cursor: pointer;
}
.indicator li:first-of-type {
  background-color: #000;
}

@media screen and (max-width: 768px){
  .indicator {
    column-gap: 6px;
  }
  .indicator li {
     width: 6px;
     height: 6px;
    border: 1px #bb0166 solid;
  }
}

section {
  margin: 0 0 99px 0;
  padding: 0 0 21px 0;
}
  @media screen and (max-width: 1279px) {
    main section {
      padding: 0 20px;
      margin-bottom: 40px; } }

/*-------------------- up date --------------------*/
.update ul {
 margin-top: -33px; 
  margin-left: 99px;
  padding: 0;
  height: calc(30px * 6 - 10px);
  padding-left: 24px;
  border-left: 1px dashed #B6B6B6;
  overflow: auto; }
  .update ul li {
    position: relative;
    margin-top: 10px;
    list-style: none; }
    .update ul li time {
      margin-right: 40px; }

      @media screen and (max-width: 1279px) {
        .update ul{margin-left: 10px;}
        
        .update ul li time {
          display: block; } }
    
.update ul li::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -24px;
      width: 12px;
      height: 12px;
      border-bottom: 1px dashed #B6B6B6; }

/*-------------------- more / top --------------------*/

.more{
  text-align: right;
  margin-right: 3%;
  font-size: 1.1em;
}
/*-------------------- spacer --------------------*/
.hr {
  margin-bottom: 66px; }


/*------------------------------------------------------------
　要素並べ
------------------------------------------------------------*/

.bookshelf {
    display: grid;
    margin: 0 33px 0 0;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    gap: 6px;}

@media screen and (max-width: 1279px) {
    .bookshelf {
        grid-template-columns:1fr 1fr; } }

.boolshelf-grid{
    margin: 6px 0 3px 6px;
}

.boolshelf-grid p{
   height: 72px;
   padding-left: 6px;
   border-left: 1px dashed #bb0166;
}

.keyvisual3 {
    display: grid;
    margin: 0 33px 0 0;
    grid-template-columns:1fr 1fr 1fr;
    gap: 6px;}

.grid li .btn {
          display: block;
          width: 100%;
          text-align: center;
          margin: 0; }

.grid_test {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;/* グリッドコンテナを作る */
}
.grid_test-child {
    padding:  10px;         /* 余白指定 */
    border-radius:  5px;    /* 角丸指定 */
    margin: 5px;            /* 周りの余白指定 */
    color:  #fff;           /* 文字色指定 */
}
.grid_test-child:nth-child(1) {
    background-color:  #7b9ad0;     /* 背景色 */
}
.grid_test-child:nth-child(2) {
    background-color:  #c8d627;     /* 背景色 */
}
.grid_test-child:nth-child(3) {
    background-color:  #d5848b;     /* 背景色 */
}
.grid_test-child:nth-child(4) {
    background-color:  #51a1a2;     /* 背景色 */
}
.grid_test-child:nth-child(5) {
    background-color:  #66b7ec;     /* 背景色 */
}

/*------------------------------------------------------------
　epic
------------------------------------------------------------*/

.novel_headline-rose {/*親div*/
  position: relative;/*相対配置*/
  border: dotted 1px #BB0166; 
  margin: 21px 15%;
  max-width: 70%;
  }

.novel_headline-rose h1 {
  position: absolute;/*絶対配置*/
  color: #000000;
  border: 1px solid #BB0166; 
  background: #BB0166;
  font-size: 2em;
  box-shadow: black -2px 5px 5px;
    right: -1px;
  top: 50%;
  }
.novel_headline-rose img {
  width: 100%;
  }
@media screen and (max-width: 1279px) {
  .novel_headline-rose{
    margin: 21px 5px;
    max-width: 100%;
    }
    .novel_headline-rose h1 {
      font-size: 0.7em;
      top: 50%;
  }}

.number {
    margin: 0; }
    .number li {
      display: inline-block;
      margin: 0 8px 0 0; }
      .number li a {
        text-decoration: none; }
      .number li:not(:last-of-type)::after {
        content: "/";
        margin-left: 8px; }

/*------------------------------------------------------------
 footer
------------------------------------------------------------*/

footer a{
  color: #bb0166;
}

footer a:hover {
    background: #00000000;
    transition: 0.2s;
    color: #B6B6B6; }