@charset "UTF-8";

.pc { display: block !important; }
.sp { display: none !important; }


.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: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.oya {
  position: relative;
}
.InGif {
  width: 46.11%;
  height: 227px;
  position: absolute;
  left: 27.11%;
  top: 10%;
  bottom: 0px;
  border-width: 5px;
  border-color: #FFFD00;
  border-style: solid;
}


.price {
  position: relative;
}
.kakaku {
  position: absolute;
  top: 40%;
  left: 15.20%;
}
.kakaku2 {
  position: absolute;
  top: 90.32%;
  left: 68.22%;
}


.bg_base {
  position: relative;
}
.topic_01 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}




.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
