@charset "utf-8";

.mySwiper01Main .swiper-wrapper {
  width: 100%;
  margin: 0 auto 2%;
}

.mySwiper01Main .swiper-wrapper .swiper-slide img {
  width: 72%;
  margin: 0 auto;
}

.mySwiper01Thumb .swiper-wrapper {
  display: block;
  width: 100%;
  margin: 0 auto 6%;
  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(158 / 132 * 100%);
  background: url("../images/02_chara_btn_miku_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(158 / 132 * 100%);
  background: url("../images/02_chara_btn_miku_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(158 / 132 * 100%);
  background: url("../images/02_chara_btn_miku_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(158 / 132 * 100%);
  background: url("../images/02_chara_btn_miku_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(158 / 132 * 100%);
  background: url("../images/02_chara_btn_miku_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(158 / 132 * 100%);
  background: url("../images/02_chara_btn_miku_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(158 / 132 * 100%);
  background: url("../images/02_chara_btn_miku_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(158 / 132 * 100%);
  background: url("../images/02_chara_btn_miku_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(158 / 132 * 100%);
  background: url("../images/02_chara_btn_miku_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(158 / 132 * 100%);
  background: url("../images/02_chara_btn_miku_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(158 / 132 * 100%);
  background: url("../images/02_chara_btn_miku_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(158 / 132 * 100%);
  background: url("../images/02_chara_btn_miku_06_on.png") no-repeat;
  background-size: cover;
}

.swiper-button-next01 {
  width: 11%;
  height: auto;
  padding-top: calc(93 / 86 * 11%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 44%;
  right: 0%;
  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: 11%;
  height: auto;
  padding-top: calc(93 / 86 * 11%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 44%;
  left: 0%;
  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: 9%;
  height: auto;
  padding-top: calc(81 / 56 * 9%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 46%;
  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: 9%;
  height: auto;
  padding-top: calc(81 / 56 * 9%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 46%;
  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 {
  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: #4a2d19;
  opacity: 0.4;
  margin: 0 clamp(0.188rem, -0.027rem + 1.07vw, 0.375rem) !important;
}

.swiper02 .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
  margin: 0 clamp(0.188rem, -0.027rem + 1.07vw, 0.375rem) !important;
}

.swiper03,
.swiper04,
.swiper05,
.swiper06 {
  width: 75%;
  position: absolute;
  bottom: clamp(0.5rem, -0.929rem + 7.14vw, 1.75rem);
  left: 0;
  right: 0;
  margin: auto;
}

.swiper-button-next03,
.swiper-button-next04,
.swiper-button-next05,
.swiper-button-next06 {
  width: 9%;
  height: auto;
  padding-top: calc(81 / 56 * 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,
.swiper-button-prev06 {
  width: 9%;
  height: auto;
  padding-top: calc(81 / 56 * 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;
}

.swiper03 .swiper-pagination,
.swiper04 .swiper-pagination,
.swiper05 .swiper-pagination,
.swiper06 .swiper-pagination {
  position: relative;
  margin: clamp(0.5rem, -0.357rem + 4.29vw, 1.25rem) 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 {
  width: clamp(0.5rem, 0.214rem + 1.43vw, 0.75rem);
  height: clamp(0.5rem, 0.214rem + 1.43vw, 0.75rem);
}

.swiper03 .swiper-pagination-bullet,
.swiper04 .swiper-pagination-bullet,
.swiper05 .swiper-pagination-bullet,
.swiper06 .swiper-pagination-bullet {
  background: white;
  opacity: 1;
  margin: 0 clamp(0.188rem, -0.027rem + 1.07vw, 0.375rem) !important;
}

.swiper03 .swiper-pagination-bullet-active,
.swiper04 .swiper-pagination-bullet-active,
.swiper05 .swiper-pagination-bullet-active,
.swiper06 .swiper-pagination-bullet-active {
  background: #2fa4a8;
  opacity: 1;
  margin: 0 clamp(0.188rem, -0.027rem + 1.07vw, 0.375rem) !important;
}
