@charset "UTF-8";
@font-face {
  font-family: "BAHNSCHRIFT";
  src: url("../fonts/BAHNSCHRIFT.woff") format("woff"), url("../fonts/BAHNSCHRIFT.TTF") format("truetype");
}
/* CSS INFORMATION -====================================================
File name : character.css
Description : キャラクター
===================================================================== */
/* =====================================================================
    character
======================================================================*/
@media screen and (max-width: 767px) {
  .character .page_ttl {
    padding-left: 5rem;
  }
  .character .page_ttl h2 {
    font-size: 8rem;
  }
}

.character_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 14rem;
}
.character_tab li {
  position: relative;
  margin: 0 calc(12 / 650 * 100%) calc(24 / 650 * 100%);
}
.character_tab li figure {
  position: relative;
  width: 10.6rem;
  transition: box-shadow 0.3s ease;
}
.character_tab li figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.6rem solid #000;
  z-index: 1;
  opacity: 0;
}
.character_tab li figure::after {
  content: "";
  position: absolute;
  display: block;
  top: -2.2rem;
  right: -1rem;
  width: 0.6rem;
  height: 2.4rem;
  transform: skewX(150deg);
  transform-origin: top right;
  background: #ffba1a;
  transition: 0.3s ease;
  z-index: 2;
  opacity: 0;
}
.character_tab li:hover figure::after {
  opacity: 1;
}
.character_tab li.ttl {
  font-family: "Orbitron", sans-serif;
  color: #ff4500;
  pointer-events: none;
}
.character_tab li.active figure {
  box-shadow: 0 0 0 1rem #000;
}
.character_tab li.active figure::before, .character_tab li.active figure::after {
  opacity: 1;
}
.character_tab li.narration {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 calc(12 / 650 * 100%) 0 calc(150 / 650 * 100%);
  width: 100%;
}
.character_tab li.narration dl {
  text-align: right;
  margin-right: 2rem;
}
.character_tab li.narration dl dt {
  font-family: "Orbitron", sans-serif;
}
.character_tab li.narration dl dd {
  margin-top: 0.4em;
  font-size: 108%;
  font-weight: 700;
  color: #ff4500;
}

.character_list li {
  position: relative;
  display: none;
}
.character_list li.active {
  display: block !important;
}
.character_list li.slideIn .character_list_img {
  opacity: 1;
  transform: translateX(0);
}
.character_list li.narration .character_list_contents {
  grid-template-columns: calc(200 / 650 * 100%) calc(450 / 650 * 100%);
}
.character_list li.narration .character_list_head .cv dd {
  font-family: "Orbitron", sans-serif;
  font-size: 86%;
}
.character_list li.narration .character_list_img::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -1.5rem;
  right: -1.5rem;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_texture8.jpg) no-repeat center/cover;
  z-index: -1;
}

.character_list_head {
  grid-area: character_list_head;
}

.character_list_txt {
  grid-area: character_list_txt;
}

.character_list_img {
  grid-area: character_list_img;
}

.character_list_contents {
  position: relative;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: calc(200 / 650 * 100%) calc(470 / 650 * 100%);
  grid-template-rows: auto;
  gap: 6rem 0;
  grid-auto-flow: row;
  grid-template-areas: "character_list_head character_list_img" "character_list_txt character_list_txt";
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 9rem;
}
.character_list_contents::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 150%;
  height: calc(100% - 47rem);
  background: url(../images/common/bg_texture7-sp.png) no-repeat bottom right/100% auto;
  z-index: -1;
}
.character_list_contents::after {
  content: "";
  position: absolute;
  display: block;
  top: 41.4rem;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 16.7rem;
  background: url(../images/character/bg_slash-sp.png) no-repeat center/100% 100%;
  z-index: -1;
}

.character_list_head {
  position: relative;
  left: -5rem;
}
.character_list_head .number {
  position: relative;
  text-align: right;
  margin-bottom: 3.5rem;
  padding-bottom: 0.8em;
  width: 100%;
  font-family: "Orbitron", sans-serif;
  font-size: 1.6rem;
  color: #ff4500;
  white-space: nowrap;
}
.character_list_head .number::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 100vw;
  border-bottom: 2px solid;
}
.character_list_head .number span {
  font-size: 163%;
}
.character_list_head .name {
  display: flex;
  justify-content: flex-end;
}
.character_list_head h3 {
  margin-left: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 6.4rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
.character_list_head h3 ruby rt {
  font-size: 30% !important;
  text-align: center;
}
.character_list_head .cv {
  color: #ff4500;
}
.character_list_head .cv dt {
  margin-bottom: 0.3em;
  font-family: "Orbitron", sans-serif;
  font-size: 2.4rem;
}
.character_list_head .cv dd {
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.3em;
  font-size: 107%;
  font-weight: 500;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  background: #000;
}
.character_list_head .cv dd::before {
  content: "";
  position: absolute;
  display: block;
  top: -2px;
  left: 0;
  width: 100%;
  border-top: 1px solid;
}

.character_list_img {
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateX(-20px);
  opacity: 0;
}

.character_list_txt {
  line-height: 1.785;
}

.character_list_comment {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .character_list_comment > *:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.character_list_comment h4 {
  padding-bottom: 0.3em;
  font-family: "Orbitron", sans-serif;
  font-size: 107%;
  color: #ff4500;
  border-bottom: 2px solid;
}
.character_list_comment figure {
  margin-left: auto;
  margin-right: auto;
  width: calc(560 / 650 * 100%);
}
.character_list_comment h3 {
  color: #ff4500;
  padding-top: 2rem;
  text-align: center;
  font-weight: bold;
}
.character_list_comment h3 ruby rt {
  font-size: 30% !important;
  text-align: center;
}
.character_list_comment p {
  line-height: 1.785;
}

@media screen and (min-width: 768px) {
  .character_tab {
    justify-content: flex-end;
    margin-bottom: 7rem;
  }
  .character_tab li {
    margin: 0 8px 16px;
    cursor: pointer;
  }
  .character_tab li figure {
    width: 6rem;
    min-width: 60px;
  }
  .character_tab li figure::before {
    border-width: 4px;
  }
  .character_tab li.active figure {
    box-shadow: 0 0 0 6px #000;
  }
  .character_tab li.narration {
    margin: 0 8px 0 calc(100% - 300px);
  }
  .character_tab li.narration dl {
    margin-right: 12px;
  }
  .character_list li.narration .character_list_contents {
    grid-template-columns: calc(400 / 940 * 100%) calc(390 / 940 * 100%);
  }
  .character_list li.narration .character_list_head .cv dd {
    font-size: 100%;
  }
  .character_list_contents {
    grid-template-columns: calc(400 / 940 * 100%) 257px;
    gap: 13rem calc(80 / 940 * 100%);
    grid-template-areas: "character_list_head character_list_img" "character_list_txt character_list_img";
    justify-content: flex-start;
    padding: 0 0 6rem calc(40 / 940 * 100%);
  }
  .character_list_contents::before {
    margin: 0 0 0 calc(-40 / 940 * 100%);
    width: calc(1280 / 940 * 100%);
    height: calc(100% - 200px);
    background-image: url(../images/common/bg_texture7-pc.png);
    background-size: cover;
  }
  .character_list_contents::after {
    top: 30.4rem;
    top: calc(200px - 4.6rem);
    margin: 0 0 0 calc(-40 / 940 * 100%);
    width: calc(1280 / 940 * 100%);
    height: 13.5rem;
    background-image: url(../images/character/bg_slash-pc.png);
  }
  .character_list_head {
    left: 0;
  }
  .character_list_head .number {
    margin-bottom: 2.6rem;
    font-size: 81%;
  }
  .character_list_head h3 {
    margin-left: 2rem;
    font-size: max(35px, 5.6rem);
  }
  .character_list_head .cv dt {
    font-size: 100%;
  }
  .character_list_head .cv dd {
    padding: 10px 7px;
    font-size: 112%;
  }
  .character_list_txt {
    line-height: 2;
  }
  .character_list_comment {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .character_list_comment h4 {
    margin-bottom: 3.5rem;
    width: 100%;
    font-size: 125%;
  }
  .character_list_comment figure {
    margin: 0;
    width: calc(400 / 940 * 100%);
  }
  .character_list_comment p {
    position: relative;
    top: -8px;
    width: calc(500 / 940 * 100%);
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  .character_list_contents {
    grid-template-columns: 42.5531914894% calc(257 / 940 * 100%);
  }
  .character_list_contents::before {
    height: calc(100% - 20rem);
  }
  .character_list_contents::after {
    top: 15.4rem;
  }
}
/*# sourceMappingURL=character.css.map */