@charset "utf-8";

.mySwiper01Main .swiper-wrapper {
  width: 100%;
  margin: 0 auto 3.6%;
}

.mySwiper01Main .swiper-wrapper .swiper-slide img {
  width: 100%;
  margin: 0 auto;
}

.mySwiper01Thumb .swiper-wrapper {
  display: block;
  width: 100%;
  margin: 0 auto 4%;
  letter-spacing: -0.4em !important;
}

.mySwiper01Thumb .swiper-wrapper .swiper-slide {
  position: relative;
  width: 15.625% !important;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal !important;
}

.mySwiper01Thumb .swiper-wrapper .swiper-slide:not(:last-of-type) {
  margin-right: 1.25%;
}

.mySwiper01Thumb .swiper-slide:nth-of-type(1) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(170 / 122 * 100%);
  background: url("../images/02_chara_btn_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(170 / 122 * 100%);
  background: url("../images/02_chara_btn_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(170 / 122 * 100%);
  background: url("../images/02_chara_btn_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(170 / 122 * 100%);
  background: url("../images/02_chara_btn_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(170 / 122 * 100%);
  background: url("../images/02_chara_btn_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(170 / 122 * 100%);
  background: url("../images/02_chara_btn_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(170 / 122 * 100%);
  background: url("../images/02_chara_btn_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(170 / 122 * 100%);
  background: url("../images/02_chara_btn_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(170 / 122 * 100%);
  background: url("../images/02_chara_btn_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(170 / 122 * 100%);
  background: url("../images/02_chara_btn_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(170 / 122 * 100%);
  background: url("../images/02_chara_btn_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(170 / 122 * 100%);
  background: url("../images/02_chara_btn_06_on.png") no-repeat;
  background-size: cover;
}

.swiper-button-next01 {
  width: 6%;
  height: auto;
  padding-top: calc(84 / 58 * 6%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 37%;
  right: 4.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: 6%;
  height: auto;
  padding-top: calc(84 / 58 * 6%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 37%;
  left: 4.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: 82.1%;
  margin: 0 auto;
}

.swiper-button-next02 {
  width: 7.2%;
  height: auto;
  padding-top: calc(79 / 55 * 7.2%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: clamp(13.375rem, 0.375rem + 65vw, 24.75rem);
  right: 1%;
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: url("../images/03_event_arrow_r.png") left top no-repeat;
}

.swiper-button-prev02 {
  width: 7.2%;
  height: auto;
  padding-top: calc(79 / 55 * 7.2%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: clamp(13.375rem, 0.375rem + 65vw, 24.75rem);
  left: 1%;
  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/03_event_arrow_l.png") left top no-repeat;
}

.swiper02 .swiper-pagination {
  position: relative;
  margin: clamp(1.2rem, 0.514rem + 3.43vw, 1.8rem) auto 0;
}

.swiper02 .swiper-pagination-bullet,
.swiper02 .swiper-pagination-bullet-active {
  border-radius: 0%;
  width: clamp(0.375rem, 0.089rem + 1.43vw, 0.625rem);
  height: clamp(0.375rem, 0.089rem + 1.43vw, 0.625rem);
}

.swiper02 .swiper-pagination-bullet {
  background: white;
  opacity: 1;
  margin: 0 clamp(0.188rem, -0.17rem + 1.79vw, 0.5rem) !important;
}

.swiper02 .swiper-pagination-bullet-active {
  background: #f0ff00;
  opacity: 1;
  margin: 0 clamp(0.188rem, -0.17rem + 1.79vw, 0.5rem) !important;
}

.swiper03,
.swiper04,
.swiper05 {
  width: 75%;
  position: absolute;
  bottom: clamp(0.5rem, -0.643rem + 5.71vw, 1.5rem);
  left: 0;
  right: 0;
  margin: auto;
}

.swiper06 {
  width: 85.5%;
  position: relative;
  margin: 0 auto 4%;
}

.swiper-button-next03,
.swiper-button-next04,
.swiper-button-next05 {
  width: 9%;
  height: auto;
  padding-top: calc(79 / 55 * 9%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 46%;
  right: -11%;
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: url("../images/03_event_arrow_r.png") left top no-repeat;
}

.swiper-button-prev03,
.swiper-button-prev04,
.swiper-button-prev05 {
  width: 9%;
  height: auto;
  padding-top: calc(79 / 55 * 9%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 46%;
  left: -11%;
  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/03_event_arrow_l.png") left top no-repeat;
}

.swiper-button-next06 {
  width: 7.2%;
  height: auto;
  padding-top: calc(79 / 55 * 7.2%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 38%;
  right: -9%;
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: url("../images/03_event_arrow_r.png") left top no-repeat;
}

.swiper-button-prev06 {
  width: 7.2%;
  height: auto;
  padding-top: calc(79 / 55 * 7.2%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 38%;
  left: -9%;
  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/03_event_arrow_l.png") left top no-repeat;
}

.swiper03 .swiper-pagination,
.swiper04 .swiper-pagination,
.swiper05 .swiper-pagination {
  position: relative;
  margin: clamp(0.5rem, -0.357rem + 4.29vw, 1.25rem) auto 0;
}

.swiper06 .swiper-pagination {
  position: relative;
  margin: clamp(1rem, -0.143rem + 5.71vw, 2rem) auto 0;
}

.swiper03 .swiper-pagination-bullet,
.swiper04 .swiper-pagination-bullet,
.swiper05 .swiper-pagination-bullet,
.swiper06 .swiper-pagination-bullet,
.swiper03 .swiper-pagination-bullet-active,
.swiper04 .swiper-pagination-bullet-active,
.swiper05 .swiper-pagination-bullet-active,
.swiper06 .swiper-pagination-bullet-active {
  border-radius: 0%;
  width: clamp(0.375rem, 0.089rem + 1.43vw, 0.625rem);
  height: clamp(0.375rem, 0.089rem + 1.43vw, 0.625rem);
}

.swiper03 .swiper-pagination-bullet,
.swiper04 .swiper-pagination-bullet,
.swiper05 .swiper-pagination-bullet,
.swiper06 .swiper-pagination-bullet {
  background: white;
  opacity: 1;
  margin: 0 clamp(0.313rem, -0.045rem + 1.79vw, 0.625rem) !important;
}

.swiper03 .swiper-pagination-bullet-active,
.swiper04 .swiper-pagination-bullet-active,
.swiper05 .swiper-pagination-bullet-active,
.swiper06 .swiper-pagination-bullet-active {
  background: #f0ff00;
  opacity: 1;
  margin: 0 clamp(0.25rem, -0.036rem + 1.43vw, 0.5rem) !important;
}
