@charset "UTF-8";
/* MV-スライダー */
.mv_slider {
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 76.406vw;
  height: inherit;
  margin-left: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .mv_slider {
    overflow: hidden;
    max-width: none;
    padding-top: 18.692vw;
  }
}
.mv_slider::before {
  display: none;
  content: "";
  width: 77.292vw;
  height: 70.104vw;
  background-image: url(./images/mv_bg-blood.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1.042vw;
  right: -5.729vw;
  z-index: -1;
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .mv_slider::before {
    width: 165.421vw;
    height: 165.654vw;
    background-image: url(./images/sp/mv_bg-blood.webp);
    top: -11.3vw;
    right: -43vw;
  }
}
.mv_slider::after {
  content: "";
  width: 33.385vw;
  height: 23.802vw;
  background-image: url(./images/mv_bg-gradation.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .mv_slider::after {
    display: block;
    width: 100%;
    height: 34vw;
    background: url(./images/bg_pattern-grid.webp) #000000 left top 0.104vw/7%;
    clip-path: polygon(0% 45%, 100% 1%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    filter: none;
    opacity: 1;
  }
}

.mv_slider.is-bg-shown::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.mv_slider.is-animating-bg::before {
  animation: buruburuPan02 0.4s forwards;
}

.mv_slider_btn {
  width: 17.813vw;
  justify-content: space-between;
  gap: 0 1.146vw;
  position: absolute;
  top: 41.146vw;
  right: 2.76vw;
  z-index: 110;
  opacity: 0;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .mv_slider_btn {
    width: 12.617vw;
    flex-direction: column;
    gap: 3.505vw 0;
    top: 117vw;
    right: 5.841vw;
  }
}
.mv_slider_btn .mv_slider_btn_li {
  width: 4.844vw;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.mv_slider_btn .mv_slider_btn_li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #cb084e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  .mv_slider_btn .mv_slider_btn_li:hover::before {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .mv_slider_btn .mv_slider_btn_li {
    width: inherit;
  }
}
.mv_slider_btn .mv_slider_btn_li.active::before {
  opacity: 0.5;
}
.mv_slider_btn .mv_slider_btn_li-02::before {
  background-color: #fedf00;
}
.mv_slider_btn .mv_slider_btn_li-03::before {
  background-color: #3e73dd;
}

.slider-container {
  position: relative;
  width: 100%;
  margin-left: auto;
}

.slider_img_box {
  width: 100%;
  line-height: 0;
}
.slider_img_box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  opacity: 0;
  z-index: -1;
  filter: brightness(1.6);
}
.slider_img_box {
  /* 変更1: 親の演出完了フラグ（is-bg-shown）がついてから、通常の影を表示する */
}
.mv_slider.is-bg-shown .slider_img_box:has(.slide.active)::before {
  opacity: 0.9;
}
.slider_img_box {
  /* 変更2: 出現アニメーション中は、影にも全く同じアニメーションをかける */
}
.slider_img_box:has(.slide.is-appearing)::before {
  opacity: 0.9;
  animation: slider-appear 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slider_img_box-01 {
  padding-top: 1.615vw;
}
.slider_img_box-01::before {
  top: 1.563vw;
  left: 0.521vw;
  background-image: url(./images/pinkbg.webp);
}
.slider_img_box-02 {
  width: 76%;
  margin-left: auto;
  margin-right: 4.167vw;
}
.slider_img_box-02::before {
  width: 76%;
  top: 1.563vw;
  right: 3.594vw;
  background-image: url(./images/pinkbg2.webp);
}
.slider_img_box-03 {
  width: 70%;
  margin-left: auto;
  margin-right: 6.771vw;
}
.slider_img_box-03::before {
  width: 70%;
  top: 1.563vw;
  right: 6.198vw;
  background-image: url(./images/pinkbg3.webp?20260724);
}
@media screen and (max-width: 767px) {
  .slider_img_box {
    display: flex;
    justify-content: center;
  }
  .slider_img_box-01 {
    padding-top: 0;
  }
  .slider_img_box-01::before {
    width: 137%;
    top: 0;
    left: -17.5vw;
  }
  .slider_img_box-02 {
    width: 100%;
    margin-right: 0;
  }
  .slider_img_box-02::before {
    width: 105%;
    top: 0;
    right: -4vw;
  }
  .slider_img_box-03 {
    width: 100%;
    margin-right: 0;
  }
  .slider_img_box-03::before {
    width: 95%;
    top: 0vw;
    right: 1vw;
  }
}

.slide {
  width: 100%;
  height: auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .slide {
    max-width: none;
  }
  .slide_img-01 {
    width: 137%;
  }
  .slide_img-02 {
    width: 105%;
  }
  .slide_img-03 {
    width: 95%;
  }
}

.slide.active {
  display: block;
}

.slide.is-hidden {
  opacity: 0 !important;
}

.slide.is-appearing {
  animation: slider-appear 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* MV-スライダー装飾 */
.mv_slider_deco_li {
  position: absolute;
  opacity: 0;
  transition: all 0.6s;
}
.mv_slider_deco_li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  animation: floating 3.5s ease-in-out infinite;
}
.mv_slider_deco_li.active {
  opacity: 1;
}
.mv_slider_deco_li-mv01-01 {
  top: 33.333vw;
  right: 12.344vw;
}
.mv_slider_deco_li-mv01-01::before {
  width: 7.917vw;
  height: 7.813vw;
  background-image: url(./images/mv_deco_mv01-01.webp);
}
@media screen and (max-width: 767px) {
  .mv_slider_deco_li-mv01-01 {
    top: 25.701vw;
    left: 8.178vw;
  }
  .mv_slider_deco_li-mv01-01::before {
    width: 26px;
    height: 25px;
    background-image: url(./images/sp/mv_deco_mv01-01.webp);
  }
}
.mv_slider_deco_li-mv01-02 {
  top: 1.563vw;
  left: 21vw;
}
.mv_slider_deco_li-mv01-02::before {
  width: 5.208vw;
  height: 5.521vw;
  background-image: url(./images/mv_deco_mv01-02.webp);
  animation-delay: -1.25s;
}
@media screen and (max-width: 767px) {
  .mv_slider_deco_li-mv01-02 {
    top: 7.009vw;
    left: 28.037vw;
  }
  .mv_slider_deco_li-mv01-02::before {
    width: 74px;
    height: 82px;
    background-image: url(./images/sp/mv_deco_mv01-02.webp);
  }
}
.mv_slider_deco_li-mv01-03 {
  top: 6.167vw;
  right: 7.938vw;
}
.mv_slider_deco_li-mv01-03::before {
  width: 6.094vw;
  height: 5.885vw;
  background-image: url(./images/mv_deco_mv01-03.webp);
  animation-delay: -1.25s;
}
@media screen and (max-width: 767px) {
  .mv_slider_deco_li-mv01-03 {
    top: 4.673vw;
    right: 36.72vw;
  }
  .mv_slider_deco_li-mv01-03::before {
    width: 80px;
    height: 77px;
    background-image: url(./images/sp/mv_deco_mv01-03.webp);
    animation-delay: 0s;
  }
}
.mv_slider_deco_li-mv01-04 {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv_slider_deco_li-mv01-04 {
    display: block;
    top: 25.692vw;
    right: 18.355vw;
  }
  .mv_slider_deco_li-mv01-04::before {
    width: 22px;
    height: 24px;
    background-image: url(./images/sp/mv_deco_mv01-04.webp);
    animation-delay: -1.25s;
  }
}
.mv_slider_deco_li-mv02-01 {
  top: 3vw;
  left: 30.771vw;
}
.mv_slider_deco_li-mv02-01::before {
  width: 8.854vw;
  height: 8.542vw;
  background-image: url(./images/mv_deco_mv02-01.webp);
}
@media screen and (max-width: 767px) {
  .mv_slider_deco_li-mv02-01 {
    top: 19.701vw;
    left: 28.009vw;
  }
  .mv_slider_deco_li-mv02-01::before {
    width: 81px;
    height: 77px;
    background-image: url(./images/sp/mv_deco_mv02-01.webp);
    animation-delay: -1.25s;
  }
}
.mv_slider_deco_li-mv02-02 {
  top: 6.813vw;
  right: 13.021vw;
}
.mv_slider_deco_li-mv02-02::before {
  width: 10.885vw;
  height: 10.885vw;
  background-image: url(./images/mv_deco_mv02-02.webp);
  animation-delay: -1.25s;
}
@media screen and (max-width: 767px) {
  .mv_slider_deco_li-mv02-02 {
    top: 7.009vw;
    right: 37.383vw;
  }
  .mv_slider_deco_li-mv02-02::before {
    width: 71px;
    height: 72px;
    background-image: url(./images/sp/mv_deco_mv02-02.webp);
  }
}
.mv_slider_deco_li-mv02-03 {
  top: 23.563vw;
  right: 5.8vw;
}
.mv_slider_deco_li-mv02-03::before {
  width: 3.854vw;
  height: 4.167vw;
  background-image: url(./images/mv_deco_mv02-03.webp);
}
@media screen and (max-width: 767px) {
  .mv_slider_deco_li-mv02-03 {
    top: 8.355vw;
    left: 32.701vw;
  }
  .mv_slider_deco_li-mv02-03::before {
    width: 26px;
    height: 25px;
    background-image: url(./images/sp/mv_deco_mv02-03.webp);
  }
}
.mv_slider_deco_li-mv02-04 {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv_slider_deco_li-mv02-04 {
    display: block;
    top: 4.673vw;
    left: 49.729vw;
  }
  .mv_slider_deco_li-mv02-04::before {
    width: 43px;
    height: 50px;
    background-image: url(./images/sp/mv_deco_mv02-04.webp);
  }
}
.mv_slider_deco_li-mv03-01 {
  top: 7.167vw;
  left: 18.792vw;
}
.mv_slider_deco_li-mv03-01::before {
  width: 3.75vw;
  height: 3.438vw;
  background-image: url(./images/mv_deco_mv03-01.webp);
  animation-delay: -1.25s;
}
@media screen and (max-width: 767px) {
  .mv_slider_deco_li-mv03-01 {
    top: 24.009vw;
    left: 10vw;
  }
  .mv_slider_deco_li-mv03-01::before {
    width: 26px;
    height: 25px;
    background-image: url(./images/sp/mv_deco_mv03-01.webp);
  }
}
.mv_slider_deco_li-mv03-02 {
  top: 7vw;
  right: 11.417vw;
}
.mv_slider_deco_li-mv03-02::before {
  width: 8.49vw;
  height: 8.229vw;
  background-image: url(./images/mv_deco_mv03-02.webp);
  animation-delay: -1.25s;
}
@media screen and (max-width: 767px) {
  .mv_slider_deco_li-mv03-02 {
    top: 32.037vw;
    left: 1.168vw;
  }
  .mv_slider_deco_li-mv03-02::before {
    width: 60px;
    height: 58px;
    background-image: url(./images/sp/mv_deco_mv03-02.webp);
  }
}
.mv_slider_deco_li-mv03-03 {
  top: 1.5vw;
  left: 37.542vw;
}
.mv_slider_deco_li-mv03-03::before {
  width: 5.469vw;
  height: 6.354vw;
  background-image: url(./images/mv_deco_mv03-03.webp);
}
@media screen and (max-width: 767px) {
  .mv_slider_deco_li-mv03-03 {
    top: 11.682vw;
    left: 34.383vw;
  }
  .mv_slider_deco_li-mv03-03::before {
    width: 48px;
    height: 55px;
    background-image: url(./images/sp/mv_deco_mv03-03.webp);
  }
}
.mv_slider_deco_li-mv03-04 {
  top: 13.021vw;
  left: 11.458vw;
}
.mv_slider_deco_li-mv03-04::before {
  width: 9.896vw;
  height: 9.792vw;
  background-image: url(./images/mv_deco_mv03-04.webp);
}
@media screen and (max-width: 767px) {
  .mv_slider_deco_li-mv03-04 {
    top: 13.692vw;
    left: auto;
    right: 26.037vw;
  }
  .mv_slider_deco_li-mv03-04::before {
    width: 84px;
    height: 84px;
    background-image: url(./images/sp/mv_deco_mv03-04.webp);
  }
}
.mv_slider_deco_li-mv03-05 {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv_slider_deco_li-mv03-05 {
    display: block;
    top: 8.692vw;
    right: 39.355vw;
  }
  .mv_slider_deco_li-mv03-05::before {
    width: 26px;
    height: 26px;
    background-image: url(./images/sp/mv_deco_mv03-05.webp);
  }
}

/* MV-スライダー */
/* ILLUST-スライダー */
/* --- タブのデザイン（必要に応じて調整してください） --- */
.illust_slider_tab_box {
  position: relative;
  z-index: 10;
}

.illust_slider_tab {
  width: 100%;
  max-width: 64.688vw;
  justify-content: center;
  gap: 2.813vw;
  margin: 0 auto;
  margin-top: 2.969vw;
  margin-bottom: 3.646vw;
}
@media screen and (max-width: 767px) {
  .illust_slider_tab {
    flex-direction: column;
    max-width: 30.374vw;
    gap: 2.336vw;
    margin-top: 7.009vw;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 5.841vw;
  }
}

.illust_slider_tab_li {
  width: 19.688vw;
  height: 5.052vw;
  cursor: pointer;
  border: 0.104vw solid #000000;
  background-color: #ffffff;
  border-radius: 2.552vw;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.illust_slider_tab_li.active {
  background-color: #ff008e;
}
.illust_slider_tab_li.active img {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 767px) {
  .illust_slider_tab_li:hover {
    background-color: #ff008e;
  }
  .illust_slider_tab_li:hover img {
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 767px) {
  .illust_slider_tab_li {
    width: 100%;
    height: 7.477vw;
    border: 1px solid #000000;
    border-radius: 8.879vw;
  }
}
.illust_slider_tab_li-01 img {
  width: 15vw;
}
@media screen and (max-width: 767px) {
  .illust_slider_tab_li-01 img {
    width: 23.364vw;
  }
}
.illust_slider_tab_li-02 img {
  width: 11.875vw;
}
@media screen and (max-width: 767px) {
  .illust_slider_tab_li-02 img {
    width: 18.224vw;
  }
}
.illust_slider_tab_li-03 img {
  width: 13.438vw;
}
@media screen and (max-width: 767px) {
  .illust_slider_tab_li-03 img {
    width: 20.093vw;
  }
}

/* --- スライダーの機能・構造用（フェードイン仕様） --- */
.illust_slider {
  width: 100%;
  max-width: 59.271vw;
  margin-left: 14.479vw;
  position: relative;
  display: none;
}
.illust_slider.is-active {
  display: block;
}
@media screen and (max-width: 767px) {
  .illust_slider {
    overflow: hidden;
    max-width: none;
    margin-left: 0;
    margin-top: -31.86vw;
  }
}

.illust_slider-container {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.illust_slider_box {
  grid-area: 1/1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  z-index: 0;
}
.illust_slider_box.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.illust_slider_box.active .illust::after {
  opacity: 1;
  transition-delay: 0.8s;
}
.illust_slider_box.active .illust .illust_box {
  opacity: 1;
  transform: translateX(0%);
  transition-delay: 0.6s;
}
.illust_slider_box.active .illust .illust_pattern.active::before {
  opacity: 1;
  transition-delay: 0.6s;
}
.illust_slider_box.active .illust .illust_pattern.active::after {
  transform: skewY(-20deg) scale(1, 1);
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .illust_slider_box.active .illust .illust_pattern.active::after {
    transform: skewY(-18deg) scale(1, 1);
  }
}
.illust_slider_box.active .name p {
  clip-path: inset(0 0 0 0);
  transition-delay: 0.6s;
}
.illust_slider_box.active .name p span {
  opacity: 1;
  transition-delay: 0.8s;
}

/* --- 各スライドの個別背景設定 --- */
.illust_slider_box-01-01 .illust::after {
  background-image: url(./images/chara/back_01.webp);
}

.illust_slider_box-01-02 .illust::after {
  background-image: url(./images/chara/back_02.webp);
}

.illust_slider_box-01-03 .illust::after {
  background-image: url(./images/chara/back_03.webp);
}

.illust_slider_box-01-04 .illust::after {
  background-image: url(./images/chara/back_04.webp);
}

.illust_slider_box-01-05 .illust::after {
  background-image: url(./images/chara/back_05.webp);
}

.illust_slider_box-02-01 .illust::after {
  background-image: url(./images/chara/back_06.webp);
}

.illust_slider_box-02-02 .illust::after {
  background-image: url(./images/chara/back_07.webp);
}

.illust_slider_box-02-03 .illust::after {
  background-image: url(./images/chara/back_08.webp);
}

.illust_slider_box-02-04 .illust::after {
  background-image: url(./images/chara/back_09.webp?20260623);
  right: 5.854vw;
}
@media screen and (max-width: 767px) {
  .illust_slider_box-02-04 .illust::after {
    right: auto;
  }
}

.illust_slider_box-02-05 .illust::after {
  background-image: url(./images/chara/back_010.webp);
}

.illust_slider_box-02-06 .illust::after {
  background-image: url(./images/chara/back_011.webp?20260623);
  right: 5.854vw;
}
@media screen and (max-width: 767px) {
  .illust_slider_box-02-06 .illust::after {
    right: auto;
  }
}

.illust_slider_box-03-01 .illust::after {
  background-image: url(./images/chara/back_012.webp);
}

.illust_slider_box-03-02 .illust::after {
  background-image: url(./images/chara/back_013.webp);
}

.illust_slider_box-03-03 .illust::after {
  background-image: url(./images/chara/back_014.webp);
}

.illust_slider_box-03-04 .illust::after {
  background-image: url(./images/chara/back_015.webp);
}

.illust_slider_box-03-05 .illust::after {
  background-image: url(./images/chara/back_016.webp);
}

@media screen and (max-width: 767px) {
  .illust_slider_box-01-01 .illust::after {
    background-image: url(./images/chara/back_sp_01.webp);
  }
  .illust_slider_box-01-02 .illust::after {
    background-image: url(./images/chara/back_sp_02.webp);
  }
  .illust_slider_box-01-03 .illust::after {
    background-image: url(./images/chara/back_sp_03.webp);
  }
  .illust_slider_box-01-04 .illust::after {
    background-image: url(./images/chara/back_sp_04.webp);
  }
  .illust_slider_box-01-05 .illust::after {
    background-image: url(./images/chara/back_sp_05.webp);
  }
  .illust_slider_box-02-01 .illust::after {
    background-image: url(./images/chara/back_sp_06.webp);
  }
  .illust_slider_box-02-02 .illust::after {
    background-image: url(./images/chara/back_sp_07.webp);
  }
  .illust_slider_box-02-03 .illust::after {
    background-image: url(./images/chara/back_sp_08.webp);
  }
  .illust_slider_box-02-04 .illust::after {
    background-image: url(./images/chara/back_sp_09.webp);
  }
  .illust_slider_box-02-05 .illust::after {
    background-image: url(./images/chara/back_sp_010.webp);
  }
  .illust_slider_box-02-06 .illust::after {
    background-image: url(./images/chara/back_sp_011.webp);
  }
  .illust_slider_box-03-01 .illust::after {
    background-image: url(./images/chara/back_sp_012.webp);
  }
  .illust_slider_box-03-02 .illust::after {
    background-image: url(./images/chara/back_sp_013.webp);
  }
  .illust_slider_box-03-03 .illust::after {
    background-image: url(./images/chara/back_sp_014.webp);
  }
  .illust_slider_box-03-04 .illust::after {
    background-image: url(./images/chara/back_sp_015.webp);
  }
  .illust_slider_box-03-05 .illust::after {
    background-image: url(./images/chara/back_sp_016.webp);
  }
}
/* --- 各スライドの個別背景色設定 --- */
.illust_slider_box-01-01 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/01.svg);
}

.illust_slider_box-01-02 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/02.svg);
}

.illust_slider_box-01-03 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/03.svg);
}

.illust_slider_box-01-04 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/04.svg);
}

.illust_slider_box-01-05 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/05.svg);
}

.illust_slider_box-02-01 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/06.svg);
}

.illust_slider_box-02-02 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/07.svg);
}

.illust_slider_box-02-03 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/08.svg);
}

.illust_slider_box-02-04 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/09.svg);
}

.illust_slider_box-02-05 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/10.svg);
}

.illust_slider_box-02-06 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/11.svg);
}

.illust_slider_box-03-01 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/12.svg);
}

.illust_slider_box-03-02 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/13.svg);
}

.illust_slider_box-03-03 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/14.svg);
}

.illust_slider_box-03-04 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/15.svg);
}

.illust_slider_box-03-05 .illust .illust_pattern::before {
  background-image: url(./images/chara/illsut_slider-pattern/16.svg);
}

.illust_slider_box-01-01 .illust .illust_pattern::after {
  background-color: #6fb02b;
}

.illust_slider_box-01-02 .illust .illust_pattern::after {
  background-color: #8e4999;
}

.illust_slider_box-01-03 .illust .illust_pattern::after {
  background-color: #cd2241;
}

.illust_slider_box-01-04 .illust .illust_pattern::after {
  background-color: #1b4487;
}

.illust_slider_box-01-05 .illust .illust_pattern::after {
  background-color: #a34179;
}

.illust_slider_box-02-01 .illust .illust_pattern::after {
  background-color: #259031;
}

.illust_slider_box-02-02 .illust .illust_pattern::after {
  background-color: #419c71;
}

.illust_slider_box-02-03 .illust .illust_pattern::after {
  background-color: #834864;
}

.illust_slider_box-02-04 .illust .illust_pattern::after {
  background-color: #eea4a0;
}

.illust_slider_box-02-05 .illust .illust_pattern::after {
  background-color: #401937;
}

.illust_slider_box-02-06 .illust .illust_pattern::after {
  background-color: #b63da2;
}

.illust_slider_box-03-01 .illust .illust_pattern::after {
  background-color: #d180a7;
}

.illust_slider_box-03-02 .illust .illust_pattern::after {
  background-color: #d28c9b;
}

.illust_slider_box-03-03 .illust .illust_pattern::after {
  background-color: #726695;
}

.illust_slider_box-03-04 .illust .illust_pattern::after {
  background-color: #117b95;
}

.illust_slider_box-03-05 .illust .illust_pattern::after {
  background-color: #7f9a5d;
}

/* --- ご提示いただいたデザイン部分 --- */
.illust {
  margin-right: 3vw;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .illust {
    margin-right: 0;
    justify-content: center;
    padding-top: 27vw;
  }
}
@media screen and (max-width: 767px) {
  .illust::before {
    content: "";
    width: 46.729vw;
    height: 46.729vw;
    background-image: url(./images/icon-target.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 80vw;
    left: 2.336vw;
    z-index: -1;
    animation: Rotate 5s linear infinite;
  }
}
.illust::after {
  content: "";
  width: 55.208vw;
  height: 36.823vw;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -2.604vw;
  right: 8.854vw;
  z-index: -3;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
@media screen and (max-width: 767px) {
  .illust::after {
    width: 94.159vw;
    height: 100%;
    top: 0;
    right: auto;
    left: 0;
  }
}
.illust .illust_pattern {
  width: 34.583vw;
  height: 13.021vw;
  position: absolute;
  bottom: 20.833vw;
  right: 0;
}
.illust .illust_pattern::before, .illust .illust_pattern::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all ease-in-out 0.2s;
}
.illust .illust_pattern::before {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: right top;
  z-index: -1;
  opacity: 0;
}
.illust .illust_pattern::after {
  height: 90%;
  transform: skewY(-20deg) scale(0, 1);
  transform-origin: right top;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .illust .illust_pattern {
    width: 100%;
    height: 37.85vw;
    bottom: 61.916vw;
  }
  .illust .illust_pattern::after {
    transform: skewY(-18deg) scale(0, 1);
  }
}
.illust .illust_box {
  opacity: 0;
  transform: translateX(10%);
  transition: all ease-in-out 0.2s;
}
.illust img {
  width: 100%;
  height: 50.521vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .illust img {
    height: 151.869vw;
  }
}

.name {
  width: 100%;
  position: absolute;
  top: 29.167vw;
  left: 6.771vw;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .name {
    top: 122.664vw;
    left: 10.047vw;
  }
}
.name::before {
  content: "";
  width: 31.406vw;
  height: 31.615vw;
  background-image: url(./images/illsut_slider_name_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -12.5vw;
  left: -9.375vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .name::before {
    width: 70.093vw;
    height: 69.159vw;
    top: -25.5vw;
    left: -20vw;
  }
}
.name::after {
  content: "";
  width: 17.708vw;
  height: 17.708vw;
  background-image: url(./images/icon-target.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -9.01vw;
  left: 7.813vw;
  z-index: -1;
  animation: Rotate 5s linear infinite;
}
@media screen and (max-width: 767px) {
  .name::after {
    display: none;
  }
}
.name p {
  clip-path: inset(0 100% 0 0);
  transition: clip-path ease-in-out 0.2s;
}
.name p span {
  display: inline-block;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
}
.name p:first-of-type {
  display: inline-block;
  height: 5.052vw;
  font-size: 3.75vw;
  line-height: 4.635vw;
  font-weight: 900;
  color: #ffffff;
  background-color: #000000;
  padding: 0 2.292vw;
}
@media screen and (max-width: 767px) {
  .name p:first-of-type {
    height: 10.981vw;
    font-size: 7.944vw;
    line-height: 10.514vw;
    padding: 0 5.14vw;
  }
}
.name p:last-of-type {
  display: inline-block;
  height: 2.865vw;
  font-size: 1.51vw;
  font-weight: 900;
  color: #ffffff;
  background-color: #000000;
  padding: 0.521vw 2.865vw 0.521vw 4.688vw;
  margin-left: 2.083vw;
  position: relative;
}
.name p:last-of-type span::before, .name p:last-of-type span::after {
  content: "";
  background-color: #ffffff;
  width: 1.563vw;
  height: 0.052vw;
  position: absolute;
  top: 50%;
}
.name p:last-of-type span::before {
  left: 2.865vw;
  transform: translateY(-50%) rotate(45deg);
}
.name p:last-of-type span::after {
  left: 2.865vw;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .name p:last-of-type {
    height: 6.542vw;
    font-size: 3.037vw;
    padding: 1.402vw 6.075vw 0.467vw 10.748vw;
    margin-top: -0.234vw;
    margin-left: 4.439vw;
  }
  .name p:last-of-type span::before, .name p:last-of-type span::after {
    width: 3.738vw;
    height: 0.234vw;
  }
  .name p:last-of-type span::before {
    left: 5vw;
  }
  .name p:last-of-type span::after {
    left: 5vw;
  }
}
.name.--chara03 p:nth-of-type(2) {
  display: inline-block;
  height: 5.052vw;
  font-size: 3.75vw;
  line-height: 4.635vw;
  font-weight: 900;
  color: #ffffff;
  background-color: #000000;
  padding: 0 2.292vw;
  margin-left: 2.083vw;
}
@media screen and (max-width: 767px) {
  .name.--chara03 p:nth-of-type(2) {
    height: 10.981vw;
    font-size: 7.944vw;
    line-height: 10.514vw;
    padding: 0 5.14vw;
    margin-top: -0.234vw;
    margin-left: 4.206vw;
  }
}
.name.--chara03 p:last-of-type {
  margin-left: 4.167vw;
}
@media screen and (max-width: 767px) {
  .name.--chara03 p:last-of-type {
    margin-left: 8.411vw;
  }
}

/* --- 操作ボタン類のスタイル--- */
.illust_slider_arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 23%;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .illust_slider_arrows {
    top: 36%;
    padding: 0 8.178vw;
  }
}

.arrows {
  width: 3.125vw;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
}
.arrows::before, .arrows::after {
  content: "";
  width: 1.615vw;
  height: 2.813vw;
  background-image: url(./images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  animation: load 1.04s ease infinite;
}
@media screen and (max-width: 767px) {
  .arrows {
    width: 6.075vw;
  }
  .arrows::before, .arrows::after {
    width: 3.037vw;
    height: 5.374vw;
  }
}
.arrows::before {
  left: 0;
}
.arrows::after {
  right: 0;
  animation-delay: 0.26s;
}
.arrows-prev {
  transform: scale(-1, 1);
}

.illust_slider_btn {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 3.385vw;
  right: -8.49vw;
  gap: 0.938vw;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .illust_slider_btn {
    top: 79.439vw;
    right: 5.841vw;
    gap: 2.336vw;
  }
}

.illust_slider_btn_li {
  width: 3.49vw;
  height: 3.49vw;
  border: 0.156vw solid #9a9a9a;
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.illust_slider_btn_li img {
  width: 2.656vw;
}
.illust_slider_btn_li.active {
  border-color: #ff008e;
}
@media screen and (max-width: 767px) {
  .illust_slider_btn_li {
    width: 11.682vw;
    height: 11.682vw;
    border: 3px solid #9a9a9a;
  }
  .illust_slider_btn_li img {
    width: 8.645vw;
  }
}

/* ILLUST-スライダー */
/* 複製原画-スライダー */
.reproduction_img_slider_box {
  width: 93%;
  margin: 0 auto;
  position: relative;
}
.reproduction_img_slider_box .swiper-button-prev,
.reproduction_img_slider_box .swiper-button-next {
  width: 6.075vw;
  height: 5.374vw;
}
.reproduction_img_slider_box .swiper-button-prev::before, .reproduction_img_slider_box .swiper-button-prev::after,
.reproduction_img_slider_box .swiper-button-next::before,
.reproduction_img_slider_box .swiper-button-next::after {
  content: "";
  margin: auto;
  width: 3.037vw;
  height: 5.374vw;
  background-image: url(./images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  animation: load 1.04s ease infinite;
}
.reproduction_img_slider_box .swiper-button-prev::after,
.reproduction_img_slider_box .swiper-button-next::after {
  animation-delay: 0.26s;
}
.reproduction_img_slider_box .swiper-button-prev {
  transform: scale(-1, 1);
  left: -9vw;
}
.reproduction_img_slider_box .swiper-button-next {
  right: -9vw;
}
.reproduction_img_slider_box .swiper-horizontal > .swiper-pagination-bullets,
.reproduction_img_slider_box .swiper-pagination-bullets.swiper-pagination-horizontal,
.reproduction_img_slider_box .swiper-pagination-custom,
.reproduction_img_slider_box .swiper-pagination-fraction {
  bottom: -5.607vw;
}
.reproduction_img_slider_box {
  /* ページネーションの余白 */
}
.reproduction_img_slider_box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.reproduction_img_slider_box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1.402vw;
}
.reproduction_img_slider_box {
  /* ページネーションのサイズと色 */
}
.reproduction_img_slider_box .swiper-pagination-bullet {
  border: 1px solid #ff008e;
  background-color: #ffffff;
  height: 2.336vw;
  width: 2.336vw;
  opacity: 1;
}
.reproduction_img_slider_box .swiper-pagination-bullet-active {
  background-color: #ff008e;
}
.reproduction_img_slider_box .swiper-slide img {
  height: auto;
  width: 100%;
}

/* 複製原画-スライダー *//*# sourceMappingURL=slider.css.map */