@charset "utf-8";

.mySwiper001Main .swiper-wrapper {
  width: 100%;
  margin: 0 auto 2%;
}

.mySwiper001Main .swiper-wrapper .swiper-slide img {
  width: 80%;
  margin: 0 auto;
}

.mySwiper001Thumb .swiper-wrapper {
  display: block;
  width: 100%;
  margin: 0 auto 36%;
  letter-spacing: -0.4em !important;
}

.mySwiper001Thumb .swiper-wrapper .swiper-slide {
  position: relative;
  width: 11.6% !important;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal !important;
}

.mySwiper001Thumb .swiper-wrapper .swiper-slide:not(:last-of-type) {
  margin-right: 1.28%;
}

.mySwiper001Thumb .swiper-slide:nth-of-type(1) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/emilia_icon01_off.png") no-repeat;
  background-size: cover;
}

.mySwiper001Thumb .swiper-slide-thumb-active:nth-of-type(1) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/emilia_icon01_on.png") no-repeat;
  background-size: cover;
}

.mySwiper001Thumb .swiper-slide:nth-of-type(2) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/emilia_icon02_off.png") no-repeat;
  background-size: cover;
}

.mySwiper001Thumb .swiper-slide-thumb-active:nth-of-type(2) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/emilia_icon02_on.png") no-repeat;
  background-size: cover;
}

.mySwiper001Thumb .swiper-slide:nth-of-type(3) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/emilia_icon03_off.png") no-repeat;
  background-size: cover;
}

.mySwiper001Thumb .swiper-slide-thumb-active:nth-of-type(3) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/emilia_icon03_on.png") no-repeat;
  background-size: cover;
}

.mySwiper001Thumb .swiper-slide:nth-of-type(4) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/emilia_icon04_off.png") no-repeat;
  background-size: cover;
}

.mySwiper001Thumb .swiper-slide-thumb-active:nth-of-type(4) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/emilia_icon04_on.png") no-repeat;
  background-size: cover;
}

.mySwiper001Thumb .swiper-slide:nth-of-type(5) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/emilia_icon05_off.png") no-repeat;
  background-size: cover;
}

.mySwiper001Thumb .swiper-slide-thumb-active:nth-of-type(5) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/emilia_icon05_on.png") no-repeat;
  background-size: cover;
}

.mySwiper001Thumb .swiper-slide:nth-of-type(6) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/emilia_icon06_off.png") no-repeat;
  background-size: cover;
}

.mySwiper001Thumb .swiper-slide-thumb-active:nth-of-type(6) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/emilia_icon06_on.png") no-repeat;
  background-size: cover;
}

.mySwiper001Thumb .swiper-slide:nth-of-type(7) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/emilia_icon07_off.png") no-repeat;
  background-size: cover;
}

.mySwiper001Thumb .swiper-slide-thumb-active:nth-of-type(7) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/emilia_icon07_on.png") no-repeat;
  background-size: cover;
}

.swiper-button-next001 {
  width: 4%;
  height: auto;
  padding-top: calc(70 / 35 * 4%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 40%;
  right: 8%;
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: url("../images/game_rightbtn.png") left top no-repeat;
}

.swiper-button-prev001 {
  width: 4%;
  height: auto;
  padding-top: calc(70 / 35 * 4%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 40%;
  left: 8%;
  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/game_leftbtn.png") left top no-repeat;
}

.mySwiper002Main .swiper-wrapper {
  width: 100%;
  margin: 0 auto 2%;
}

.mySwiper002Main .swiper-wrapper .swiper-slide img {
  width: 80%;
  margin: 0 auto;
}

.mySwiper002Thumb .swiper-wrapper {
  display: block;
  width: 100%;
  margin: 0 auto 67%;
  letter-spacing: -0.4em !important;
}

.mySwiper002Thumb .swiper-wrapper .swiper-slide {
  position: relative;
  width: 11.6% !important;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal !important;
}

.mySwiper002Thumb .swiper-wrapper .swiper-slide:not(:last-of-type) {
  margin-right: 1.28%;
}

.mySwiper002Thumb .swiper-slide:nth-of-type(1) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/rem_icon01_off.png") no-repeat;
  background-size: cover;
}

.mySwiper002Thumb .swiper-slide-thumb-active:nth-of-type(1) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/rem_icon01_on.png") no-repeat;
  background-size: cover;
}

.mySwiper002Thumb .swiper-slide:nth-of-type(2) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/rem_icon02_off.png") no-repeat;
  background-size: cover;
}

.mySwiper002Thumb .swiper-slide-thumb-active:nth-of-type(2) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/rem_icon02_on.png") no-repeat;
  background-size: cover;
}

.mySwiper002Thumb .swiper-slide:nth-of-type(3) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/rem_icon03_off.png") no-repeat;
  background-size: cover;
}

.mySwiper002Thumb .swiper-slide-thumb-active:nth-of-type(3) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/rem_icon03_on.png") no-repeat;
  background-size: cover;
}

.mySwiper002Thumb .swiper-slide:nth-of-type(4) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/rem_icon04_off.png") no-repeat;
  background-size: cover;
}

.mySwiper002Thumb .swiper-slide-thumb-active:nth-of-type(4) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/rem_icon04_on.png") no-repeat;
  background-size: cover;
}

.mySwiper002Thumb .swiper-slide:nth-of-type(5) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/rem_icon05_off.png") no-repeat;
  background-size: cover;
}

.mySwiper002Thumb .swiper-slide-thumb-active:nth-of-type(5) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/rem_icon05_on.png") no-repeat;
  background-size: cover;
}

.mySwiper002Thumb .swiper-slide:nth-of-type(6) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/rem_icon06_off.png") no-repeat;
  background-size: cover;
}

.mySwiper002Thumb .swiper-slide-thumb-active:nth-of-type(6) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/rem_icon06_on.png") no-repeat;
  background-size: cover;
}

.mySwiper002Thumb .swiper-slide:nth-of-type(7) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/rem_icon07_off.png") no-repeat;
  background-size: cover;
}

.mySwiper002Thumb .swiper-slide-thumb-active:nth-of-type(7) span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../images/rem_icon07_on.png") no-repeat;
  background-size: cover;
}

.swiper-button-next002 {
  width: 4%;
  height: auto;
  padding-top: calc(70 / 35 * 4%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 40%;
  right: 8%;
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: url("../images/rem_game_rightbtn.png") left top no-repeat;
}

.swiper-button-prev002 {
  width: 4%;
  height: auto;
  padding-top: calc(70 / 35 * 4%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 40%;
  left: 8%;
  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/rem_game_leftbtn.png") left top no-repeat;
}

.swiper02 {
  width: 86.3%;
  margin: 0 auto;
}

.swiper-button-next02 {
  width: 5%;
  height: auto;
  padding-top: calc(70 / 35 * 5%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 2%;
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: url("../images/game_rightbtn.png") left top no-repeat;
}

.swiper-button-prev02 {
  width: 5%;
  height: auto;
  padding-top: calc(70 / 35 * 5%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 2%;
  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/game_leftbtn.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: 79%;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}

.swiper05 {
  bottom: 4px;
}

.swiper-button-next03,
.swiper-button-next04,
.swiper-button-next05,
.swiper-button-next06 {
  width: 5%;
  height: auto;
  padding-top: calc(70 / 35 * 5%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 45%;
  right: -8%;
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: url("../images/game_rightbtn.png") left top no-repeat;
}




.swiper-button-prev03,
.swiper-button-prev04,
.swiper-button-prev05,
.swiper-button-prev06 {
  width: 5%;
  height: auto;
  padding-top: calc(70 / 35 * 5%);
  background-size: cover !important;
  margin-top: 0;
  position: absolute;
  top: 45%;
  left: -8%;
  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/game_leftbtn.png") left top no-repeat;
}



.swiper02 .swiper-pagination,
.swiper03 .swiper-pagination,
.swiper04 .swiper-pagination,
.swiper05 .swiper-pagination,
.swiper06 .swiper-pagination {
  position: relative;
  margin: clamp(0.5rem, -0.071rem + 2.86vw, 1rem) auto 0;
}



.swiper02 .swiper-pagination-bullet,
.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);
  background: url("../images/pager.png") left top no-repeat;
  background-size: contain;
}

.swiper02 .swiper-pagination-bullet,
.swiper03 .swiper-pagination-bullet,
.swiper04 .swiper-pagination-bullet,
.swiper05 .swiper-pagination-bullet,
.swiper06 .swiper-pagination-bullet {
  opacity: 0.5;
  margin: 0 clamp(0.188rem, -0.027rem + 1.07vw, 0.375rem) !important;
}

.swiper02 .swiper-pagination-bullet-active,
.swiper03 .swiper-pagination-bullet-active,
.swiper04 .swiper-pagination-bullet-active,
.swiper05 .swiper-pagination-bullet-active,
.swiper06 .swiper-pagination-bullet-active {
  opacity: 1;
  margin: 0 clamp(0.188rem, -0.027rem + 1.07vw, 0.375rem) !important;
}


@media screen and (min-width: 601px) {

  .swiper03,
  .swiper04,
  .swiper05,
  .swiper06 {
    width: 75%;
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
