@charset "UTF-8";
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.full {
  background-image: url("../images/bg_sora.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.New_Table2 {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.price {
  position: relative;
}
.kakaku {
  position: absolute;
  top: 10%;
  left: 15%;
}
.InGif {
  width: 100%;
  height: 100%;
  top: 8%;
  text-align: center;
}
.at {
  position: relative;
}
.mov {
  position: absolute;
  left: 23px;
  top: 10px;
  height: 480px;
  width: 853px;
  bottom: 20px;
}
.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%;
}
.scr-target {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

.scr-target.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}