@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


.scene_chenge {
    border:none;
    text-align:center;
    margin:20px auto;
}

.scene_chenge:after {
    content:"＊＊＊";
    font-size:24px;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.8;
  font-size: 0.875rem;
  color: #000;
  background: #000;
  min-height:100vh;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  align-self: flex-start;
  vertical-align: bottom;
}

b {
  font-weight: bold;
}

#entrance , #main {
  display:flex;
  align-items: center;
  background:#fff;
  flex-wrap: wrap;
}

#entrance:after,#main:after {
  content:"";
  display:block;
  position:fixed;
  width:100vw;
  height:100vh;
  top:0;
  left:0;
  background:url(img/background.jpg) no-repeat center bottom;
  background-size:cover;
  opacity:0.9;
}

ruby {
    line-height: 2.5;
}

.body {
  position: relative;
  margin:auto;
  box-sizing:border-box;
  z-index:1;
  padding: 40px 0;
}

#main .body {
  color:#ffffff;
  max-width:700px;
  background:rgba(0,0,0,0.7);
  margin:auto;
  padding:20px;
}

.p {
  word-break: break-word;
  text-align: justify;
}

.entrance_flex {
    display:flex;
    align-items: flex-end;
    justify-content:center;
}

.entrance_h1 {
  margin-right:20px;
}

.title_list {
  text-align:center;
  line-height:1;
  font-family: 'Hina Mincho', serif;
}

.title_list_col:not(:last-child) {
  margin-bottom: 11px;
}

.title_list_col {
  position:relative;
}

.title_list_link {
  display:block;
  position:relative;
  padding: 3px 23px 7px;
  text-align:center;
  line-height: 1;
  vertical-align: text-top;
}

.title_list_img {
  filter: invert();
}


.main {
  display:flex;
}

.main + .main {
  margin-top:10px;
}

.ic {
  min-width:60px;
  max-width:60px;
  margin-right:10px;
}

.plarea {
  color:#ffffff;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin:40px auto auto;
  background: rgba(0,0,0,0.5);
}
.plarea p:not(:last-child):after {
  content:"/";
  margin:0 5px;
}

.h1_1 {
  width: 100%;
  text-align:center;
  margin: 29px auto 20px;
  position: relative;
  padding:20px 20px 15px;
  z-index: 2;
}

.h1_1:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00DBDE;
  background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
  mix-blend-mode: saturation;
  opacity: 0.3;
  box-sizing: border-box;
  pointer-events: none;
}

.name1 { color: rgb(136, 136, 136); }
.name7 { color: rgb(96, 125, 139); }
.name31 { color: rgb(205, 220, 57); }
.name32 { color: rgb(63, 81, 181); }

.h2_1 {
  font-size:24px;
  font-weight:bold;
  margin:40px auto 10px;
  display:flex;
  color:#ffffff;
  position:relative;
  line-height:1;
}

.h2_1:after {
  background-color: #00DBDE;
  background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
  opacity:.3;
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  transform:skewX(-25deg)
}

.h2_1_main {
  width:100%;
  z-index:2;
  position:relative;
  padding:10px;
}

.h2_1_sub {
  position:relative;
  background:rgba(255,255,255,0.2);
  z-index:1;
  padding:5px 20px;
  margin-right:10px;
  font-size:18px;
  display:flex;
  align-items:center;
  white-space: nowrap;
}

.naviarea {
  width: 100%;
  z-index: 2;
  font-family: 'Hina Mincho', serif;
}

.navilist {
  display:flex;
  justify-content:center;
  margin:20px auto;
  align-items: flex-end;
}

.navilist a {
  display:block;
  margin: auto;
  color:#ffffff;
  text-decoration:none;
  font-size:20px;
}

.navilist li:not(:last-child) {
  margin-right: 26px;
}

.navilist img {
  filter: invert();
}

.system {
  background: rgba(0,0,0,0.5);
  padding: 5px 20px;
  font-size: 11px;
  margin:10px auto;
  border-radius:5px;
}

.system + .system {
  margin-top:-8px;
}

.body .system:last-child {
  margin-bottom:0
}

.system_title {
  display:inline-block;
  padding:5px 20px;
  position:relative;
  margin-left:-20px;
  margin-bottom:10px;
}

.system_title:after{
  content:"";
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:-1;
  background:#000000;
  transform:skewX(-25deg);
}

.chara_data_label {
    background:#000;
    padding:0 5px;
    margin-right:5px;
    margin-bottom:2px;
}

.title_list_col:nth-child(2) {
  position:relative;
  right:10px;
}

.title_list_col:nth-child(3) {
  position:relative;
  right:20px;
}

.pclist {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:40px auto;
}

.pclist li:not(:last-child) {
    margin-right:10px;
}

.pclist li {
    width:24%;
}

.pclist li {
    max-width: 120px;
}

.pclist li img {
    width:100%;
    max-width: 120px;
}

.toppy {
  background:#e0e0e0;
  border:4px solid #000000;
}

.charasheet {
    display:block;
    transition: .2s
}


@media screen and (min-width: 769px) {

  .title_list_link {
    transition:.2s;
    color:#fff;
    text-decoration:none;
    font-size: 28px;
    background: rgba(0,0,0,0.9);
  }
  
  .charasheet:hover {
      filter: invert(100%);
  }
  
  .title_list_link:hover{
    animation-name: qua;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }

  .navilist a {
    transition:.2s;
  }

  .navilist a:hover {
    opacity:.5;
    filter:blur(5px);
  }

  .chara_sheet_area {
    display:flex;
    background:rgba(9,9,9,0.6);
    padding:20px 15px 20px;
    margin:auto auto 20px;
  }

  .chara_img {
    margin-right:2%;
    width:32%;
    background: rgba(255,255,255,0.2);
  }

  .chara_img img {
    vertical-align: bottom;
  }

  .chara_data {
    display:flex;
    flex-wrap:wrap;
  }

  .chara_data_label:after {
    content:":";
  }

  .chara_data_text {
    margin-right:10px;
  }

  .chara_data_area {
    width:66%;
  }

}

@media screen and (max-width: 768px) {
  .title_list {
    margin:12vw auto;
  }
  .title_list_link {
    transition:.2s;
    color:#fff;
    text-decoration:none;
    font-size: 28px;
    background: rgba(0,0,0,0.9);
    animation-name: qua;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  .title_list_col:nth-child(2) .title_list_link {
    animation-delay: 0.25s;
  }
  .title_list_col:nth-child(3) .title_list_link {
    animation-delay: 0.5s;
  }
  .chara_sheet_area {
    background:rgba(9,9,9,0.6);
    padding:10px 10px;
    margin:auto auto 20px;
  }

  .chara_data {
    display:flex;
    flex-wrap:wrap;
  }

  .chara_data_label:after {
    content:":";
  }

  .chara_data_text {
    margin-right:10px;
  }

  .chara_img {
    background:rgba(255,255,255,0.2);
    margin-bottom:10px;
  }

  .chara_img img {
    vertical-align:bottom;
  }

  .naviarea {
    width: 90%;
    margin:auto;
    z-index: 2;
  }

  .system {
    background: rgba(0,0,0,0.5);
    padding: 1vw 2.5vw;
    font-size: 11px;
    margin-bottom: 4vw;
  }
  
  .navilist {
    display:flex;
    justify-content:center;
    margin:40px auto;
    align-items: flex-end;
  }
  
  a[href="index.html"] {
    width:90%;
    display:block;
    margin: auto;
  }
  
  .navilist li:not(:last-child) {
    margin-right: 3.5vw;
  }
  .h2_1 {
    font-size:5vw;
  }
  .h2_1_sub {
    font-size:3.69vw;
    padding-right:3vw;
    padding-left:3vw;
    margin-right:1.5vw;
  }
.entrance_flex {
  display:block;
  margin:4vw;
}
}

@keyframes qua {
  0% {
    transform: translateY(0);
  }
  5%,10%,15%,20%,25%,30%,45%,50%,55%,60%,65%,70%,75%,80%,85%,95% {
    transform: translateX(-1px);
    opacity:1;
  }
  2.5%,7.5%,10.5%,12.5%,17.5%,20.5%,22.5%,27.5%,30.5%,32.5%,37.5%,40.5%,42.5%,47.5%,50.5% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(-1px) skewX(60deg);
    opacity:.2;
  }
}



/* chip  */

.diceRoll {
  background:#000;
  padding:2px 5px;
}

.success {
  color: #2196f3;
  background:#000;
  padding:2px 5px;
}

.fail {
  background:#000;
  padding:2px 5px;
  color: #f50057;
}

.chip {
  transition: all.2s;
}

@media screen and (min-width: 769px) {
  .chip {
    position: relative;
    font-weight: bold;
    display: inline-flex;
  }
  .chip_text {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    font-size: 10px;
    color: #fff;
    line-height: 1.5;
    padding: 5px;
    text-align: justify;
    transition: all.2s;
    opacity: 0;
    top: 180%;
    font-weight: normal;
    width:max-content;
    max-width:300px;
    left: 0;
    pointer-events: none;
    z-index: 1;
  }
  .chip_text:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
    top: -7px;
    position: absolute;
  }
  .chip:hover .chip_text {
    opacity: 1;
    top: 120%;
  }
  .chip:after {
    background: rgba(255, 255, 0, 0.2);
    content:"";
    display:block;
    width:100%;
    height:50%;
    position:absolute;
    bottom:0;
   }

  .chip:hover {
    background: rgb(255 0 212 / 20%);
  }

}

@media screen and (max-width: 768px) {
  .chip {
    font-weight: bold;
    cursor: pointer;
    position: relative;
    background: rgba(255, 255, 0, 0.2);
    display:inline-flex;
  }
  .chip_text {
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    width: 100%;
    color: #fff;
    line-height: 1.5;
    padding: 10px 10px 16px;
    text-align: justify;
    transition: all.2s;
    opacity: 0;
    left: 0;
    bottom: -50%;
    font-weight: normal;
    box-sizing: border-box;
  }
  .chip:hover:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
    z-index: 1;
  }
  .chip:hover .chip_text {
    opacity: 1;
    bottom: 0;
    z-index: 2;
  }
}