@charset "utf-8";

.characters {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  margin: 0 auto;
}

.mySwiper01Main {
  display: block;
  width: 100%;
}

.mySwiper01Main .swiper-wrapper {
  width: 100%;
  margin: 0 auto 3%;
}

.mySwiper01Main .swiper-wrapper .swiper-slide img {
  width: 83%;
  margin: 0 auto;
}

.mySwiper01Thumb .swiper-wrapper {
  display: block;
  width: 91.4%;
  margin: 0 auto;
  letter-spacing: -0.4em !important;
}

.mySwiper01Thumb .swiper-wrapper .swiper-slide {
  position: relative;
  width: 31.56% !important;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal !important;
}

.mySwiper01Thumb .swiper-wrapper .swiper-slide:not(:nth-of-type(3n)) {
  margin-right: 2.66%;
}

.mySwiper01Thumb .swiper-wrapper .swiper-slide:nth-of-type(-n + 6) {
  margin-bottom: 2.24%;
}

.mySwiper01Thumb .swiper-slide:nth-of-type(1) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(138 / 237 * 100%);
  background: url("../images/02_chara_icon_01_off.png") no-repeat;
  background-size: cover;
}
.mySwiper01Thumb .swiper-slide-thumb-active:nth-of-type(1) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(138 / 237 * 100%);
  background: url("../images/02_chara_icon_01_on.png") no-repeat;
  background-size: cover;
}

.mySwiper01Thumb .swiper-slide:nth-of-type(2) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(138 / 237 * 100%);
  background: url("../images/02_chara_icon_02_off.png") no-repeat;
  background-size: cover;
}
.mySwiper01Thumb .swiper-slide-thumb-active:nth-of-type(2) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(138 / 237 * 100%);
  background: url("../images/02_chara_icon_02_on.png") no-repeat;
  background-size: cover;
}

.mySwiper01Thumb .swiper-slide:nth-of-type(3) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(138 / 237 * 100%);
  background: url("../images/02_chara_icon_03_off.png") no-repeat;
  background-size: cover;
}
.mySwiper01Thumb .swiper-slide-thumb-active:nth-of-type(3) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(138 / 237 * 100%);
  background: url("../images/02_chara_icon_03_on.png") no-repeat;
  background-size: cover;
}

.mySwiper01Thumb .swiper-slide:nth-of-type(4) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(138 / 237 * 100%);
  background: url("../images/02_chara_icon_04_off.png") no-repeat;
  background-size: cover;
}
.mySwiper01Thumb .swiper-slide-thumb-active:nth-of-type(4) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(138 / 237 * 100%);
  background: url("../images/02_chara_icon_04_on.png") no-repeat;
  background-size: cover;
}

.mySwiper01Thumb .swiper-slide:nth-of-type(5) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(138 / 237 * 100%);
  background: url("../images/02_chara_icon_05_off.png") no-repeat;
  background-size: cover;
}
.mySwiper01Thumb .swiper-slide-thumb-active:nth-of-type(5) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(138 / 237 * 100%);
  background: url("../images/02_chara_icon_05_on.png") no-repeat;
  background-size: cover;
}

.mySwiper01Thumb .swiper-slide:nth-of-type(6) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(138 / 237 * 100%);
  background: url("../images/02_chara_icon_06_off.png") no-repeat;
  background-size: cover;
}
.mySwiper01Thumb .swiper-slide-thumb-active:nth-of-type(6) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(138 / 237 * 100%);
  background: url("../images/02_chara_icon_06_on.png") no-repeat;
  background-size: cover;
}

.swiper-button-next01 {
  width: 8%;
  height: auto;
  padding-top: calc(67 / 63 * 8%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 40%;
  right: 5%;
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: url("../images/02_chara_arrow_r.png") left top no-repeat;
}

.swiper-button-prev01 {
  width: 8%;
  height: auto;
  padding-top: calc(67 / 63 * 8%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 40%;
  left: 5%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: url("../images/02_chara_arrow_l.png") left top no-repeat;
}

.swiper02 {
  width: 72%;
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
  margin: auto;
}

.swiper-button-next02 {
  width: 10%;
  height: auto;
  padding-top: calc(67 / 63 * 10%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 46%;
  right: -12.5%;
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: url("../images/02_chara_arrow_r.png") left top no-repeat;
}

.swiper-button-prev02 {
  width: 10%;
  height: auto;
  padding-top: calc(67 / 63 * 10%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 46%;
  left: -12.5%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: url("../images/02_chara_arrow_l.png") left top no-repeat;
}

.swiper02 .swiper-pagination {
  position: relative;
  margin: clamp(0.5rem, -0.071rem + 2.86vw, 1rem) auto 0;
}

.swiper02 .swiper-pagination-bullet,
.swiper02 .swiper-pagination-bullet-active {
  width: clamp(0.5rem, 0.214rem + 1.43vw, 0.75rem);
  height: clamp(0.5rem, 0.214rem + 1.43vw, 0.75rem);
}

.swiper02 .swiper-pagination-bullet {
  background: #b4b4b4;
  opacity: 1;
  margin: 0 clamp(0.188rem, -0.027rem + 1.07vw, 0.375rem) !important;
}

.swiper02 .swiper-pagination-bullet-active {
  background: #ff9f00;
  opacity: 1;
  margin: 0 clamp(0.188rem, -0.027rem + 1.07vw, 0.375rem) !important;
}

@media screen and (min-width: 601px) {
  .swiper02 {
    bottom: 2.4%;
  }
}
