@charset "UTF-8";
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

.bnr img {
  height: auto;
  width: 80%;
}

.at {
  position: relative;
}
.mov {
  position: absolute;
  left: 125px;
  top: 30px;
  width: 650px;
  height: 366px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 650px;
  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: 50px;
  margin-right: 50px;
  width: 800px;
  height: auto;
}
.swiper-slide img {
  height: auto;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}


.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
 
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  margin: auto;
}
 
.swiper-button-prev:after {
  background-image: url("../images/btn_arrow_left_01.png");
}

.swiper-button-next:after {
  background-image: url(../images/btn_arrow_right_01.png);
}