@charset "UTF-8";
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}

.at {
  position: relative;
}
.mov {
  position: absolute;
  left: 10%;
  top: 2%;
  width: 80%;
  height: auto;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swipebox {
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  height: auto;
}
.swiper-slide img {
  height: auto;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.swiper-button-prev,
.swiper-button-next {
  height: 10px;
  width: 10px;
}
 
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 10px;
  margin: auto;
}