@charset "utf-8";
@keyframes appearance {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appearance_r {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.appearance {
  animation-name: appearance;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
#character_area {
  background: url("../img/character/character_bg.webp") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  padding: 60px 0 70px;
  position: relative;
}
#character_area_append {
  background: url("../img/character/character_append_bg.webp") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  padding: 60px 0 70px;
  position: relative;
}
.character_logo {
  width: 42%;
  max-width: 500px;
  margin: 0 auto;
}
#character_area .contents {
  margin: 5% auto;
  padding: 0;
  max-width: 1000px;
  width: 98%;
  padding-bottom: 0px;
}
#character_area_append .contents_append {
  margin: 5% auto;
  padding: 0;
  max-width: 1000px;
  width: 98%;
  padding-bottom: 0px;
}
#character_area .character_btn,
#character_area_append .character_btn_append {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 12px;
  /* border-bottom: 1px solid; */
  /* box-shadow: 0px 0.4px 0px black; */
}
.character_btn,
.character_btn_append {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; /* 折り返し不要なら nowrap */
}
.character_btn li {
  cursor: pointer;
  width: 8%;
  max-width: 140px;
  margin: 0 0.3%;
}
.character_btn_append li {
  cursor: pointer;
  width: 12%;
  max-width: 140px;
  margin: 0 1.5%;
}
.character_btn li:hover {
  opacity: 0.8;
}
.chara_arrow_l {
  position: absolute;
  width: 30px !important;
  height: 60px;
  top: calc(50% - 30px);
  left: -50px;
  cursor: pointer;
  z-index: 500;
}
.chara_arrow_r {
  position: absolute;
  width: 30px !important;
  height: 60px;
  top: calc(50% - 30px);
  right: -50px;
  cursor: pointer;
  z-index: 500;
}
.character_box_1 {
  width: 100%;
  height: 850px;
  position: relative;
}
.character_box_1-1 {
  position: relative;
  width: 100%;
}
.character_box_2,
.character_box_4 {
  width: 90%;
  position: relative;
  margin: 0 auto;
}

.character_box_2_append {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 10%;
}

.character_box_3 {
  width: 90%;
  position: relative;
  margin: 0 auto;
  padding-top: 9%;
}

.explanation_makoto {
  position: absolute;
  max-width: 500px;
  width: 100%;
  margin-top: 15rem;
}
.explanation_rina {
  position: absolute;
  max-width: 500px;
  width: 100%;
  margin-top: 8rem;
  margin-left: 19rem;
}
.explanation_rina_append {
  position: absolute;
  max-width: 500px;
  width: 100%;
  margin-top: 36rem;
  margin-left: 6rem;
}
.explanation_yumi {
  position: absolute;
  max-width: 500px;
  width: 100%;
  margin-top: 21rem;
  margin-left: -34rem;
}
.explanation_ai {
  position: absolute;
  max-width: 500px;
  width: 100%;
  margin-top: -28rem;
  margin-left: 24rem;
}
.explanation_yumi_append {
  position: absolute;
  max-width: 500px;
  width: 100%;
  margin-top: 11rem;
  margin-left: -29rem;
}
.character_text_wrap {
  position: absolute;
  max-width: 500px;
  width: 100%;
  margin-top: 12rem;
}
.character_box_2-1 {
  max-width: 500px;
  width: 50%;
  transform: translateX(55%);
}
.character_box_3-1 {
  /* position: absolute; */
  max-width: 500px;
  width: 50%;
  transform: translate(110%, -32%);
}
.character_box_4-1 {
  /* position: absolute; */
  max-width: 500px;
  width: 50%;
  transform: translateX(5%);
}
.character_box_2-2 {
  max-width: 500px;
  width: 50%;
  transform: translate(0%, 0%);
}
.character_box_3-2 {
  max-width: 500px;
  width: 50%;
  transform: translate(-90%,0%);
  margin-top: 16rem;
}
.character_box_4-2 {
  /* position: absolute; */
  max-width: 500px;
  width: 50%;
  top: 0;
  right: 0;
  transform: translateX(-5%);
}
.character_box_4-1 {
  transform: translateX(10%);
}
.character_box_4-2 {
  transform: translateX(-10%);
}
.explanation_shizuku {
  position: absolute;
  max-width: 500px;
  width: 100%;
  margin-top: 25rem;
  margin-left: 1.5rem;
}
.character_box_2-1-1,
.character_box_3-1-1,
.character_box_4-1-1 {
  margin-top: 0%;
  position: relative;
  justify-content: flex-end;
}
.character_box_2-2-1,
.character_box_3-2-1,
.character_box_4-2-1 {
  margin-top: 0%;
  /* margin-left: 18%; */
  position: relative;
  justify-content: flex-end;
}
.chara_name_box_2 {
  position: absolute;
  display: flex;
  width: 100%;
  margin-top: 95%;
  padding-left: 23%;
}
.chara_name_box_2_append {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 128%;
  padding-left: 23%;
}
.chara_name_box_3 {
  width: 100%;
  padding-top: 10%;
}
.chara_name_box_3_append {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 0%;
}
.chara_name_box_5 {
  width: 100%;
  padding-top: 40%;
  /* padding-right: 8%; */
}
.chara_name_box_7 {
  width: 100%;
  padding-top: 30%;
  /* padding-right: 4%; */
}
.chara_name_box_4,
.chara_name_box_6,
.chara_name_box_8 {
  width: 100%;
  padding-top: 10%;
  /* padding-left: 18%; */
}
.chara_name,
.others_name {
  font-family: "yu-mincho-pr6", YuMincho, "Yu Mincho", sans-serif;
  font-size: 3rem;
  font-weight: 400;
}
.chara_name {
  margin: auto auto 0 0;
  width: 120%;
}
.others_name {
  width: auto;
}
.chara_name span,
.others_name span {
  color: #86a1bf;
  font-size: 130%;
}

/*稟の名前*/
#chara_name_1 {
  position: absolute;
  line-height: 3.5rem;
  margin-top: -4rem;
  margin-left: -1rem; /*マイナス左*/
}
/*雫の名前*/
#chara_name_2 {
  position: absolute;
  line-height: normal;
  margin-top: -6.2rem;
  margin-left: 16.5rem;
}
/*里奈アペンドの名前*/
#chara_name_2_append {
  position: absolute;
  line-height: normal;
  margin-top: -6.2rem;
  margin-left: 12rem;
}
/*真琴の名前*/
#chara_name_3 {
  position: absolute;
  margin-top: -6.2rem;
  margin-left: -19rem;
}
/*優美アペンドの名前*/
#chara_name_3_append {
  position: absolute;
  margin-top: -6.2rem;
  margin-left: 6rem;
}
/*里奈の名前*/
#chara_name_4 {
  position: absolute;
  margin-top: -2.2rem;
  margin-left: 5.5rem;
}
/*優美の名前*/
#chara_name_5 {
  position: absolute;
  margin-top: -6.1rem;
  margin-left: 0rem;
}
/*藍の名前*/
#chara_name_6 {
  position: absolute;
  margin-top: -6.2rem;
  margin-left: 5rem;
}
#chara_name_8 {
  line-height: 3.5rem;
}
#chara_name_7 {
  line-height: 3.5rem;
}
.chara_cv,
.others_cv {
  padding-top: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #020826;
  font-weight: 500;
}
.chara_cv {
  width: 100%;
  margin: auto 0 0 auto;
  text-align: right;
}
.others_cv {
  width: 40%;
}
.chara_cv span,
.others_cv span {
  font-family: "arial", sans-serif;
  margin-right: 0.2rem;
}
.chara_name_box_3 .chara_cv,
.chara_name_box_5 .chara_cv,
.chara_name_box_7 .chara_cv {
  padding-top: 3rem !important;
  text-align: right;
}

/* 稟のCV */
.chara_cv_1 {
  position: absolute;
  left: -15.5rem;
  top: -4rem;
}
.chara_cv_2 {
  position: absolute;
  left: 3.5rem;
  top: -4rem;
  text-align: right;
}
.chara_cv_2_append {
  position: absolute;
  left: 0rem;
  top: -3.9rem;
  text-align: right;
}
.chara_cv_3 {
  position: absolute;
  left: -22.3rem;
  top: -4rem;
}
.chara_cv_3_append {
  position: absolute;
  left: -3rem;
  top: -4rem;
}
.chara_cv_4 {
  position: relative;
  left: -1rem;
  top: 0rem;
}
.chara_cv_5 {
  position: absolute;
  left: 8.5rem;
  top: -4rem;
}
.chara_cv_6 {
  position: absolute;
  left: -4rem;
  top: -4rem;
}
.chara_intro_scroll,
.others_intro_scroll {
  height: 200px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #020826;
  letter-spacing: 0.14em;
  overflow-y: scroll;
  padding-left: 1rem;
  border-left: solid 1px rgb(119, 119, 120);
  /* box-shadow: -1px 0 rgb(175,175,175); */
  margin-left: 5px;
}

#chara_intro_1,
#chara_intro_1_append,
#chara_intro_1-1,
#chara_intro_2,
#chara_intro_2_append,
#chara_intro_2-1,
#chara_intro_3,
#chara_intro_3-1,
#chara_intro_3_append,
#chara_intro_4,
#chara_intro_5,
#chara_intro_5-1,
#chara_intro_6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #020826;
  letter-spacing: 0.14em;
}

/*稟の説明文*/
#chara_intro_1,
#chara_intro_1-1 {
  width: 43%;
  padding-top: 0rem;
  padding-left: 0%;
  margin-left: -0.5rem;
}
/*稟アペンドの説明文*/
#chara_intro_1_append {
  width: 38%;
  padding-top: 0rem;
  padding-left: 3%;
  margin-left: -2rem;
}
/*雫の説明文*/
#chara_intro_2,
#chara_intro_2-1 {
  width: 75%;
  padding-top: 0rem;
  padding-left: 25%;
  margin-left: 11.5rem; /*マイナス左*/
  margin-top: 0rem;
}
/*里奈アペンドの説明文*/
#chara_intro_2_append {
  width: 75%;
  padding-top: 0rem;
  padding-left: 36%;
  margin-left: 8rem; /*マイナス左*/
  margin-top: 0rem;
}
/*真琴の説明文*/
#chara_intro_3,
#chara_intro_3-1 {
  position: absolute;
  width: 100%;
  padding-top: 0rem;
  padding-left: 10%;
  left: -21.5rem; /*マイナス左*/
  top: 0rem;
}
/*優美アペンドの説明文*/
#chara_intro_3_append {
  position: absolute;
  width: 100%;
  padding-top: 0rem;
  padding-left: 10rem;
  margin-left: -4rem; /*マイナス左*/
  margin-top: 0rem;
  left: 0rem; /*マイナス左*/
}
/*里奈の説明文*/
#chara_intro_4 {
  position: absolute;
  width: 100%;
  padding-top: 0rem;
  padding-left: 27%;
  left: -2rem; /*マイナス左*/
  top: 4rem;
}
/*優美の説明文*/
#chara_intro_5,
#chara_intro_5-1 {
  position: absolute;
  width: 154%;
  padding-top: 0rem;
  padding-left: 0%;
  left: 0rem; /*マイナス左*/
  top: 0rem;
}
/*藍の説明文*/
#chara_intro_6 {
  position: absolute;
  width: 100%;
  padding-top: 0rem;
  padding-left: 31%;
  left: -3.5rem; /*マイナス左*/
  top: 0rem;
}
#chara_intro_7 {
  width: 15rem;
}
#chara_intro_8 {
  width: 15rem;
}
.chara_intro_scroll::-webkit-scrollbar,
.others_intro_scroll::-webkit-scrollbar {
  width: 5px;
  background: #eee;
}
.chara_intro_scroll::-webkit-scrollbar:horizontal,
.others_intro_scroll::-webkit-scrollbar:horizontal {
  height: 5px;
}
.chara_intro_scroll::-webkit-scrollbar-button,
.others_intro_scroll::-webkit-scrollbar-button {
  width: 5px;
  height: 5px;
  background: #666;
}
.chara_intro_scroll::-webkit-scrollbar-piece,
.others_intro_scroll::-webkit-scrollbar-piece {
  background: #eee;
}
.chara::-webkit-scrollbar-piece:start,
.others::-webkit-scrollbar-piece:start {
  background: #eee;
}
.chara_intro_scroll::-webkit-scrollbar-thumb,
.others_intro_scroll::-webkit-scrollbar-thumb {
  background: #555;
}
.chara_intro_scroll::-webkit-scrollbar-corner,
.others_intro_scroll::-webkit-scrollbar-corner {
  background: #333;
}
.chara_voice {
  cursor: pointer;
  z-index: 6;
}
.chara_voice_change {
  background: url("../img/character/voice_2.webp");
}
.explanation_rin {
  position: absolute;
  max-width: 500px;
  width: 100%;
  margin-top: 12rem;
}
#chara1 {
  background-size: 100%;
  max-width: 500px;
  width: 100%;
  position: relative;
  top: -6.25rem;
  left: 11.25rem;
  right: -20%;
  z-index: 40;
  pointer-events: none;
}
/* 稟イラストのサイズ・位置調整 */
/* ★最後に　width: 100%; */
.chara_picture_1 {
  width: 65%;
  height: auto;
  margin-top: 11rem;
  margin-left: 2rem;
}
.chara1-sp-img {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 70%; /* 任意のサイズ */
  height: auto;
}
.chara_picture_1_append {
  width: 84%;
  height: auto;
  margin-top: 11rem;
  margin-left: -2rem;
}
.chara1-sp-img_append {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 83%; /* 任意のサイズ */
  height: auto;
}
#chara2 {
  background-size: 100%;
  position: absolute;
  max-width: 500px;
  width: 100%;
  /* top: 6.8%; */
  left: 0%;
  z-index: 5;
  pointer-events: none;
}
/* 雫イラストのサイズ・位置調整 */
/* ★最後に　width: 100%; */
.chara_picture_2 {
  width: 83%;
  height: auto;
  margin-top: 10rem;
  margin-left: -5.5rem;
}
.chara2-sp-img {
  display: block;
  margin-top: 30px;
  margin-left: 0px;
  margin-right: auto;
  width: 90%;
  height: auto;
}
.chara_picture_2_append {
  width: 90%;
  height: auto;
  margin-top: 25rem;
  margin-left: -4rem;
}
.chara2-sp-img_append {
  display: block;
  margin-top: 34px;
  margin-left: 14px;
  margin-right: auto;
  width: 88%;
  height: auto;
}
#chara3 {
  background-size: 100%;
  max-width: 500px;
  width: 100%;
  pointer-events: none;
}
/* 真琴イラストのサイズ・位置調整 */
/* ★最後に　width: 100%; */
.chara_picture_3 {
  width: 56%;
  height: auto;
  margin-top: 0rem;
  margin-left: 5rem;
}
.chara3-sp-img {
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 52%;
  height: auto;
}
.chara_picture_3_append {
  position: relative;
  width: 77.5%;
  height: auto;
  margin-top: 2rem;
  margin-left: -3rem;
  z-index: 2;
}
.chara3-sp-img_append {
  display: block;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  width: 73%;
  height: auto;
}
.chara3_1 {
  transform: translateX(-15%);
}
.chara3_2 {
  transform: translateX(0);
}
.chara3_3 {
  transform: translateX(5%);
}
#chara4,
#chara8 {
  width: 100%;
  pointer-events: none;
}
/* 里奈イラストのサイズ・位置調整 */
/* ★最後に　width: 100%; */
.chara_picture_4 {
  width: 85%;
  height: auto;
}
.chara4-sp-img {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: auto;
  width: 82%;
  height: auto;
}
/* 優美イラストのサイズ・位置調整 */
#chara5 {
  background-size: 100%;
  width: 100%;
  transform: translateX(15%);
  pointer-events: none;
}
.chara5-sp-img {
  display: block;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: auto;
  width: 94%;
  height: auto;
}
#chara6 {
  width: 100%;
  pointer-events: none;
}
/* 藍イラストのサイズ・位置調整 */
/* ★最後に　width: 100%; */
.chara_picture_6 {
  width: 90%;
  height: auto;
}
.chara6-sp-img {
  display: block;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 84%;
  height: auto;
}
#chara7 {
  transform: translateX(15%);
  pointer-events: none;
}
#chara_voice_box_2 {
  margin-top: 5%;
  padding-left: 50%;
}
#chara_voice_box_3,
#chara_voice_box_5 {
  position:absolute;
  top: 7rem;
  left: -18.8rem;
}
#chara_voice_box_rin {
  position:absolute;
  top: 15rem;
  left: -0.6rem;
}
#chara_voice_box_rin_append {
  position:absolute;
  top: 21rem;
  left: -1.1rem;
}
#chara_voice_box_shizuku {
  position:absolute;
  top: 10rem;
  left: 19.4rem;
}
#chara_voice_box_makoto {
  position:absolute;
  top: 7rem;
  left: -18.8rem;
}
#chara_voice_box_rina {
  position:absolute;
  top: 12.5rem;
  left: 5.5rem;
}
#chara_voice_box_rina_append {
  position:absolute;
  top: 13rem;
  left: 19rem;
}
#chara_voice_box_yumi {
  position:absolute;
  top: 5rem;
  left: 0rem;
}
#chara_voice_box_yumi_append {
  position:absolute;
  top: 8.2rem;
  left: 5.7rem;
}
#chara_voice_box_ai {
  position:absolute;
  top: 8.3rem;
  left: 5rem;
}
#chara_voice_box_4,
#chara_voice_box_6,
#chara_voice_box_8 {
  /* margin-top: 140px; */
  /* position:absolute;
  bottom: 0;
  left: 0; */
  margin: auto auto 0 0;
}
#chara_voice_box_7 {
  /* margin-top: 110%; */
  margin: auto auto 0 0;
}
#chara_period_1 {
  background: url("../img/character/period1-1.webp");
  position: absolute;
  bottom: 50px;
  left: 42%;
}
#chara_period_2 {
  background: url("../img/character/period1-1.webp");
  position: absolute;
  bottom: 0;
  left: 35%;
}
#chara_period_3,
#chara_period_5 {
  background: url("../img/character/period3-1.webp");
  max-width: 90px;
  width: 90px;
  margin: auto 0 auto auto;
}
.change1-1,
.change2-1,
.change3-1 {
  position: absolute;
  z-index: 50;
  transition: 0.35s;
  overflow: hidden;
}
.change1-1,
.change1 {
  bottom: 60px;
  left: 11%;
}
.change2-1,
.change2,
.change3-1,
.change3 {
  bottom: 50px;
  left: 0;
}
.change1,
.change2,
.change3 {
  position: absolute;
  border-radius: 50%;
  z-index: 51;
  cursor: pointer;
  overflow: hidden;
}
.change1-1 {
  background-image: url("../img/character/change_btn_2.webp");
}
.change2-1,
.change3-1 {
  background-image: url("../img/character/change_btn_4.webp");
}
.change_rotate {
  transform: rotate(0.35turn);
}
#character_area .game_list.smart {
  display: none;
}
#character_area .game_list.ajast.pc li {
  padding-top: 3%;
  padding-bottom: 2%;
}
#character_area .chara_slick01 li {
  padding: 0 2%;
}
#character_area .game_list.pc li:last-child {
  border-right: 1px none;
}
/* 稟の横線の位置調整 */
.name_underline_l {
  width: 75%; /* 線の長さ調整 */
  display: flex;
  position: absolute;
  justify-content: flex-end;
  left: -10%; /* 線の位置調整 マイナス左 */
  top: 0%;
}
/* 稟の横線の位置調整 */
.name_underline_l_rinappend {
  width: 75%; /* 線の長さ調整 */
  display: flex;
  position: absolute;
  justify-content: flex-end;
  left: -10%; /* 線の位置調整 マイナス左 */
  top: 0%;
}
.name_underline_l::after {
  content: "";
  width: 0%;
}
/* 真琴の横線の位置調整 */
.name_underline_makoto {
  width: 110%;
  display: flex;
  position: absolute;
  justify-content: flex-end;
  left: -68%; /* 線の位置調整 マイナス左 */
  top: 0%;
}
/* 優美アペンドの横線の位置調整 */
.name_underline_yumiappend {
  z-index: 1;
  width: 90%;
  display: flex;
  position: absolute;
  justify-content: flex-end;
  left: 18%; /* 線の位置調整 マイナス左 */
  top: 0rem;
}
/*雫の横線*/
.name_underline_r {
  width: 75%; /* 線の長さ調整 */
  display: flex;
  position: absolute;
  right: -4rem; /* 線の位置調整 マイナス右 */
  top: 0rem;
}
.name_underline_r_rina_append {
 width: 75%; /* 線の長さ調整 */
 display: flex;
 position: absolute;
 right: 0rem; /* 線の位置調整 マイナス右 */
 top: 0rem;
}
.name_underline_r_2 {
  width: 118%;
  display: flex;
  position: relative;
  left: -18%;
}
/*里奈の横線*/
.name_underline_rina {
  width: 100%;
  display: flex;
  position: relative;
  left: 0%;
  top: 0%;
}
/* 優美の横線の位置調整 */
.name_underline_yuumi {
  width: 200%;
  display: flex;
  position: absolute;
  justify-content: flex-end;
  left: 0%; /* 線の位置調整 マイナス左 */
  top: 0%;
}
/*藍の横線*/
.name_underline_ai {
  width: 90%;
  display: flex;
  position: relative;
  left: 0%;
  top: 0px;
}
.name_underline_l div,
.name_underline_makoto div,
.name_underline_l_rinappend  div,
.name_underline_yuumi div,
.name_underline_yumiappend div,
.name_underline_r div,
.name_underline_r_rina_append div,
.name_underline_r_2 div,
.name_underline_rina div,
.name_underline_ai div{
  background: rgb(175, 175, 175);
}
.underline_l_1 {
  width: 75%;
  height: 1px;
}
.underline_l_2 {
  width: 16.5%;
  height: 1px;
  transform-origin: 0 0;
  transform: rotate(0.125turn);
}
.underline_l_3 {
  width: 82%;
  height: 1px;
}
.underline_l_4 {
  width: 18%;
  height: 1px;
  transform-origin: 0 0;
  transform: rotate(0.115turn);
}
.underline_r_1 {
  width: 16.5%;
  height: 1px;
  transform-origin: bottom right;
  transform: rotate(0.125turn);
}
.underline_r_2 {
  width: 83.5%;
  height: 1px;
}
.underline_r_3 {
  width: 18%;
  height: 1px;
  transform-origin: bottom right;
  transform: rotate(0.115turn);
}
.underline_r_4 {
  width: 82%;
  height: 1px;
}
@keyframes underline_l_1 {
  0% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  10% {
    opacity: 0;
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
  20% {
    opacity: 1;
    width: 75%;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    width: 0%;
  }
}
.underline_l_1 {
  animation-name: underline_l_1;
  animation-direction: reverse;
  animation-duration: 1s;
  animation-timing-function: linear;
}
@keyframes underline_l_2 {
  0% {
    opacity: 1;
    width: 16.5%;
  }
  80% {
    opacity: 1;
    width: 16.5%;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  90% {
    opacity: 0;
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    width: 16.5%;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.underline_l_2 {
  animation-name: underline_l_2;
  animation-duration: 1s;
  animation-timing-function: linear;
}
@keyframes underline_l_3 {
  0% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  10% {
    opacity: 0;
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
  20% {
    opacity: 1;
    width: 82%;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    width: 0%;
  }
}
.underline_l_3 {
  animation-name: underline_l_3;
  animation-direction: reverse;
  animation-duration: 1s;
  animation-timing-function: linear;
}
@keyframes underline_l_4 {
  0% {
    opacity: 1;
    width: 18%;
  }
  80% {
    opacity: 1;
    width: 18%;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  90% {
    opacity: 0;
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    width: 18%;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.underline_l_4 {
  animation-name: underline_l_4;
  animation-duration: 1s;
  animation-timing-function: linear;
}
@keyframes underline_r_1 {
  0% {
    opacity: 1;
    width: 16.5%;
  }
  80% {
    opacity: 1;
    width: 16.5%;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  90% {
    opacity: 0;
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    width: 16.5%;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.underline_r_1 {
  animation-name: underline_r_1;
  animation-duration: 1s;
  animation-timing-function: linear;
}
@keyframes underline_r_2 {
  0% {
    width: 0%;
  }
  80% {
    opacity: 1;
    width: 75%;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  90% {
    opacity: 0;
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.underline_r_2 {
  animation-name: underline_r_2;
  animation-duration: 1s;
  animation-timing-function: linear;
}
@keyframes underline_r_3 {
  0% {
    opacity: 1;
    width: 18%;
  }
  80% {
    opacity: 1;
    width: 18%;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  90% {
    opacity: 0;
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    width: 18%;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.underline_r_3 {
  animation-name: underline_r_3;
  animation-duration: 1s;
  animation-timing-function: linear;
}
@keyframes underline_r_4 {
  0% {
    width: 0%;
  }
  80% {
    opacity: 1;
    width: 82%;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  90% {
    opacity: 0;
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.underline_r_4 {
  animation-name: underline_r_4;
  animation-duration: 1s;
  animation-timing-function: linear;
}
.chara_slick01 {
  display: flex;
  justify-content: center;
}
.slick li {
  width: 20%;
  border: 1px solid black;
  margin: 20px 20px;
}
.slick li img {
  width: 100%;
}
#otherSlide_area {
  background-image: url("../img/character/others/others_bg.webp");
  background-size: cover;
  background-position: top center;
  padding-bottom: 7%;
  position: relative;
}
#chara9 {
  position: relative;
  padding-top: 18%;
}
.others_logo {
  width: 25%;
  max-width: 210px;
  margin: 0 auto;
}
.click_logo {
  width: 25%;
  max-width: 210px;
  margin-left: 5%;
  margin-bottom: 10px;
}
.other_btn {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5% 0 12%;
  justify-content: center;
}

@keyframes appearance_others {
  0% {
    opacity: 0;
    transform: translateY(50px) rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }
}
.appearance_others {
  animation-name: appearance_others;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
}
@keyframes appearance_others_sp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.appearance_others_sp {
  animation-name: appearance_others_sp;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
}
.other_btn div {
  max-width: 165px;
  width: 17%;
  margin: 0 2% 10%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}
.other_btn div img:hover {
  opacity: 0.8;
}
.other_btn::after {
  content: "";
  width: 21%;
}
.otherSlide_off {
  display: none;
}
.otherSlide_on {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  margin: 0;
}
.others_underline_1 {
  background: black;
  width: 16.5%;
  height: 1px;
  transform-origin: bottom right;
  transform: rotate(0.125turn);
}
.others_underline_2 {
  background: black;
  width: 75%;
  height: 1px;
}
.others_treat {
  position: absolute;
  bottom: 5%;
  right: 4%;
}
.cbox_otherSlide #controller_box {
  display: none !important;
}
.others_modal_box {
  max-height: 900px;
  height: 95%;
  overflow: visible;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.others_modal_bg {
  position: absolute;
  top: 3%;
  left: 2.5%;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px black;
  width: 95%;
  height: 95%;
}
.others_modal_box .flex_area {
  position: relative;
}
.others_modal_box .others_picture {
  max-width: 500px;
  width: 60%;
}
.others_modal_box img {
  max-height: 900px;
  object-fit: contain;
}
.others_modal_right {
  max-width: 40%;
  width: 390px;
  transform: translateX(-10%);
}
.others_name_box {
  margin-top: 80%;
  position: relative;
}
.others_modal_box .others_name {
  font-size: 2.5rem;
}
.others_name {
  line-height: 3.5rem;
}
#other11 .others_name_box {
  margin-top: calc(80% - 3.5rem);
}
#other11 .others_name {
  font-size: 2.2rem;
}
#other15 .others_name_box {
  margin-top: calc(80% - 3.5rem);
}
#other15 .others_name {
  text-align: right;
  font-size: 1.5rem;
  width: 100%;
}
.others_modal_box .others_cv {
  /* padding-top: 10%; */
  margin: auto 0 0 auto;
  font-size: 0.9rem;
  text-align: right;
}
.others_underline_1 {
  width: 18%;
  height: 1px;
  transform-origin: bottom right;
  transform: rotate(0.115turn);
}
.others_underline_2 {
  width: 82%;
  height: 1px;
}
.others_modal_right_2 {
  padding-top: 5%;
}
.others_voice_box {
  /* width: 50%; */
  margin: auto auto 0 auto;
}
.others_intro_scroll {
  /* width: 16rem; */
  width: 92%;
}
.cbox_otherSlide_sp {
  left: 0 !important;
}
.others_modal_box_sp {
  max-width: 1200px;
  width: 100vw;
  height: 100%;
  position: relative;
  overflow: hidden !important;
  /* margin: 0; */
}
.others_modal_box_sp .flex_area {
  flex-direction: column;
  align-items: center;
}
.others_modal_box_sp img {
  max-height: none;
}
.others_modal_box_sp .others_picture {
  text-align: center;
  margin-top: 10%;
}
.others_modal_box_sp .others_text_box {
  background: url("../img/character/others/others_gradation.webp") top center;
  background-size: cover;
  position: absolute;
  width: 100%;
  /* min-height: 55%; */
  height: auto;
  padding-bottom: 30px;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.others_modal_box_sp .others_name_box {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
.others_modal_box_sp .others_name {
  margin: 0 auto;
  line-height: 3.5rem;
  /* display: flex;
  justify-content: center; */
  text-align: center;
}
#other11_sp .others_name {
  font-size: 2.5rem;
}
#other15_sp .others_name {
  font-size: 1.8rem;
  line-height: 2rem;
}
#other15_sp .others_intro {
  text-align: center;
}
.others_modal_box_sp .others_cv {
  margin: 0.2rem auto 0;
  padding: 0;
  text-align: center;
}
.others_modal_box_sp .others_modal_right {
  max-width: 47px;
  position: absolute;
  top: 10%;
  right: 10%;
}
.others_modal_box_sp .chara_voice {
  margin-bottom: 10px;
}
.chara_voice {
  max-width: 47px;
}
.chara_voice:hover {
  opacity: 0.6;
}
.others_modal_box_sp .others_intro {
  max-width: 400px;
  width: 90%;
  margin: 1rem auto 0;
  /* display: flex;
  justify-content: center; */
  height: 200px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1.8;
  color: #020826;
  letter-spacing: 0.14em;
  /* padding-left: 1rem; */
}

/* PC用 3列×2行グリッドレイアウト */
.main_otherSlide_area.pc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px; /* 上下・左右の余白調整 */
  justify-items: center;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 20px;
}
.main_otherSlide_area.pc .main_otherSlide {
  width: 100%;
  text-align: center;
}

/* PC版キャラクターボタンバーのナビゲーション矢印を非表示にします */
#character_area .chara_arrow_l,
#character_area .chara_arrow_r {
    display: none !important;
}

/* Slickスライダーのコンテナを上書きし、はみ出した要素が隠れないようにします */
#character_area .character_btn .slick-list {
    overflow: visible;
}

/* スライダートラックの変形をリセットし、flexboxを使って全要素を中央揃えで表示します */
#character_area .character_btn .slick-track {
    transform: none !important; /* スライド動作を無効化 */
    display: flex;
    justify-content: center; /* 全てのボタンアイテムを中央に配置 */
    gap: 10px; /* ボタン間のスペースを追加 */
    width: 100% !important; /* トラックが利用可能な全幅を使用するように保証 */
}

/* 各ボタンがSlickのインラインスタイルでリサイズされないように、適切な間隔を確保します */
#character_area .character_btn .slick-slide {
    width: auto !important; /* 各ボタンが本来の幅を持つように許可 */
    float: none; /* スライダーの古いfloatプロパティを削除 */
}
