@charset "utf-8";

/* 全体的なCSS */
:root {
  --line_type: 1px solid;
  --header_height: 3rem;
}
body {
  background-color: var(--main_body_color);
  font-family: "Zen Kaku Gothic New";
  font-size: 0.9;
}

/* ヘッダー */
header {
  border-bottom: var(--line_type) var(--line_color);
  background-color: var(--main_body_color);
  width: 100%;
  height: var(--header_height);
  display: flex;
  position: fixed;
  z-index: 960;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  color: var(--text_color);
}
.header_menu {
  width: 100%;
  display: flex;
  font-size: 0.8rem;
}
.header_menu li {
  width: 100%;
  cursor: pointer;
  display: block;
  width: 100%;
}
.header_menu li a {
  display: block;
  width: 100%;
}
.header_menu li:not(:first-of-type) {
  border-left: var(--line_type) var(--line_color);
}

#menu_scenario_album {
  position: relative;
}
#menu_scenario_album:after {
  content: "";
  display: block;
  transition: 0.3s;
  position: absolute;
}
#menu_scenario_album:after {
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  right: 0.6rem;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--line_color);
  border-right: 2px solid var(--line_color);
  transform: rotate(45deg);
}
#menu_scenario_album.active:after {
  transform: rotate(135deg);
}
/* メインエリア */
main {
  padding-top: calc(var(--header_height) + 1rem);
  width: 100%;
  overflow: hidden;
}
/* 立ち絵 */
.illust_wapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.illust_back_area_container {
  padding-top: 1rem;
  width: 80%;
  position: relative;
  margin: 0rem auto 6rem;
}
.tatie_img_box {
  position: absolute;
  z-index: 5;
}
.tatie_img_box img {
  object-fit: contain;
  cursor: pointer;
  transition: 0.7s;
}
.tatie_img_box img:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.illust_up_area {
  border: var(--line_type) var(--line_color);
  height: 30rem;
  width: 95%;
  background-color: var(--square_bg_color);
  overflow: hidden;
  margin-top: 2rem;
}
.illust_up_area img {
  width: 250%;
  margin: -30% -60%;
  mix-blend-mode: multiply;
}
.illust_up_area_bg {
  background-color: var(--main_body_color);
  border: var(--line_type) var(--line_color);
  width: 95%;
  height: 30rem;
  position: absolute;
  top: 4rem;
  right: 0;
  z-index: -1;
}

.change_tatie_btn {
  position: absolute;
  z-index: 600;
  text-align: center;
}
.right_top {
  right: 2rem;
  top: 2rem;
}
.left_top {
  left: 2rem;
  top: 5rem;
}
.right_bottom {
  right: -2rem;
  bottom: 2rem;
}
.left_bottom {
  left: 2rem;
  bottom: 2rem;
}
.change_tatie_btn li,
.page_link {
  display: block;
  border: var(--line_type) var(--line_color);
  background-color: var(--line_color);
  color: var(--main_body_color);
  position: relative;
  height: 1.8rem;
  line-height: 1.8rem;
  width: 8rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  cursor: pointer;
  transition: 0.5s ease;
}
.change_tatie_btn li:hover,
.page_link:hover {
  background: var(--main_body_color);
  color: var(--line_color);
  letter-spacing: 0.15em;
}
.change_tatie_btn li::after,
.page_link::after {
  position: absolute;
  content: "";
  border: var(--line_type) var(--line_color);
  width: 100%;
  height: 100%;
  top: 0.2rem;
  right: 0.2rem;
}
/* 立ち絵modal */
.tatie_modal_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: contain;
  right: 0;
  z-index: 998;
  background-color: rgba(255, 255, 255, 0.797);
}
.tatie_modal_content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.close {
  position: fixed;
  top: 15px;
  right: 35px;
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}

/* 下部 */
.profile_container {
  width: 80%;
  margin: 0 auto 3rem;
  border: var(--line_type) var(--line_color);
  padding: 1rem;
  background-color: var(--main_body_color);
}
/* 表情差分 */
.character_face {
  width: 85%;
  margin: 0 auto;
}
.character_face img {
  width: 100%;
}
.horizon_line {
  border-bottom: var(--line_type) var(--line_color);
  margin: 0.5rem 1rem;
}
.face_image {
  box-sizing: 100%;
  display: flex;
  box-sizing: 100%;
  padding: 0;
  max-height: 250px;
  margin: auto;
  gap: 0.5rem;
}
.face_slider img {
  width: 100%;
  height: 30vw;
  object-fit: cover;
  padding: 0.15rem;
  max-height: 250px;
}
.slick-list {
  margin: 0 -5px;
}
.slick-slide {
  margin: 0 5px;
  max-height: 200px;
}
.arrow_box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 15px 0 0;
  position: relative;
}
.prev_arrow,
.next_arrow {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.prev_arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}
.prev_arrow::before,
.next_arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--line_color);
  border-top: 2px solid var(--line_color);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
/* 表情差分モーダル */
.face_modal {
  position: absolute;
  z-index: 150;
  color: var(--line_color);
  cursor: pointer;
}
.modal_container {
  background-color: #000000c4;
  width: 100%;
  height: fit-content;
  position: fixed;
  z-index: 899;
  top: 0;
  display: none;
}
.modal_image_container {
  background-color: #000000c4;
  width: 90%;
  height: 80%;
  inset: 0;
  margin: auto;
  position: fixed;
  z-index: 901;
  top: 0;
  overflow-y: scroll;
  padding: 0.3rem;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.modal_image_container ul {
  display: flex;
  flex-wrap: wrap;
}
.modal_image_container li {
  width: calc(100% / 3);
}
.modal_image_container li img {
  width: 100%;
  padding: 0.15rem;
}
.modal_close {
  font-size: 1rem;
  background-color: #000000ce;
  border: solid 1px #000000;
  color: #ffffff;
  top: 0rem;
  padding: 0.3rem 1rem;
  text-align: center;
  position: sticky;
  display: block;
  font-family: inherit;
  cursor: pointer;
  z-index: 999;
}
/* テキスト部分 */
.sample_voice {
  color: var(--line_color);
  font-size: 1.1rem;
  padding: 0.4rem 0;
  opacity: 0.8;
  margin: 0 0.8rem;
}
.profile_text {
  color: var(--text_color);
  padding: 0.8rem;
}

.profile_list {
  margin: 0.8rem;
}
.profile_list li {
  margin-top: 0.4rem;
  position: relative;
  padding-left: 4rem;
}
.name::before,
.gender::before,
.size::before,
.job::before,
.from_scenario::before,
.age::before {
  position: absolute;
  left: 0;
}
.name::before {
  content: "名前";
}
.gender::before {
  content: "性別";
}
.size::before {
  content: "身長";
}
.age::before {
  content: "年齢";
}
.job::before {
  content: "職業";
}
.from_scenario::before {
  content: "出身シ";
}

/* 通過シナリオ一覧 */
.scenario_album {
  display: none;
  background: var(--main_body_color);
  top: var(--header_height);
  position: fixed;
  width: 100%;
  height: calc(100% - (var(--header_height) + 2rem));
  z-index: 950;
  padding-bottom: 5rem;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header::-webkit-scrollbar {
  display: none;
}
.album_h2 {
  margin: 2rem auto 1.5rem;
  text-align: center;
  color: var(--line_color);
  font-size: 1.2rem;
}
.album_text {
  margin: 0 auto 2rem;
  text-align: center;
  color: var(--text_color);
  padding: 0 3rem;
}
.scenario_album_box {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  gap: 1rem;
}
.scenario_album_item {
  width: 100%;
}
.scenario_album_item a {
  display: inline-block;
}
.album_card {
  width: 100%;
  filter: drop-shadow(3px 3px 3px #00000053);
  background-color: var(--main_body_color);
  border: var(--line_type) var(--line_color);
  border-radius: 10px;
  transition: ease 0.5s;
  overflow: hidden;
}
.album_card:hover {
  opacity: 0.7;
  overflow: hidden;
}
.album_image_box {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  transition: ease 0.5s;
  object-fit: contain;
}
.album_image_box img {
  transition: ease 0.5s;
  height: 100%;
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.album_title_box {
  height: 3rem;
  line-height: 3rem;
  font-size: 0.8rem;
  overflow: hidden;
  padding: 0 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text_color);
}
.album_card:hover .album_image_box img {
  transform: scale(1.2);
}

/* お気に入りイラスト */
.illust_album > .album_h2 {
  font-weight: bold;
  letter-spacing: 0.8rem;
}
.illust_album .scenario_album_item {
  padding: 0.75rem !important;
}
.illust_album .album_card {
  position: relative;
}
.illust_album .scenario_album_box {
  width: 90%;
}
.illust_hover_item {
  background-color: var(--main_body_color);
  color: var(--line_color);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 999;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  font-weight: bold;
}
.album_card:hover .illust_hover_item {
  opacity: 0.9;
  visibility: visible;
}
.netabare_img,
.sensitive_img {
  position: relative;
}
.netabare_img > img {
  filter: blur(1px);
}
.sensitive_img > img {
  filter: blur(15px);
}
.netabare_img::after,
.sensitive_img::after {
  content: "ネタバレ注意";
  position: absolute;
  z-index: 50;
  top: 0.2rem;
  width: 90%;
  left: 0;
  padding: 0.5rem;
}
.netabare_img::after {
  content: "ネタバレ注意";
}
.sensitive_img::after {
  content: "センシティブな画像";
}
.twitter_share {
  position: absolute;
  z-index: 860;
  top: 0.2rem;
  right: -1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: var(--line_type) var(--main_body_color);
  background-color: var(--line_color);
  color: var(--main_body_color);
  border-radius: 50%;
}
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined");

.twitter_share::after {
  font-family: "Material Symbols Outlined";
  content: "share";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  margin-left: 4px;
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
  top: 50%;
  right: 50%;
  margin: 0.5rem;
}
.twitter_share:hover {
  opacity: 0.7;
}
