@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@700&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.title_container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  margin-bottom: 30px;
  justify-content: center;
}
.box_01 {
  color: #FFF;
  font-weight: bold;
  font-size: 2.0em;
  text-align: center;
  line-height: 110%;
  background-color: #002e6d;
  display: grid;
  place-items: center;
  margin: 20px;
  width: 300px;
  height: 150px;
  border-radius: 10px;
}
.box_01 a {
  color: #FFF;
  text-decoration: none;
}
.box_02 {
  color: #FFF;
  font-weight: bold;
  font-size: 2.0em;
  text-align: center;
  line-height: 110%;
  background-color: #e1251b;
  display: grid;
  place-items: center;
  margin: 20px;
  width: 300px;
  height: 150px;
  border-radius: 10px;
}
.box_02 a {
  color: #FFF;
  text-decoration: none;
}
.item_name {
  text-align: center;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 120%;;
  font-family: 'M PLUS 1 Code', sans-serif;
}
.New_Table2 {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.fadeInRight {
  animation: fadeInRight 1.0s ease 0s 1 normal;
}
/* fadeInRight */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
  }
}
.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%;
}
.oya {
  position: relative;
}
.scr-target {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.yurayura {
  position: absolute;
  left: 0%;
  top: 0%;
}
.scr-target.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}
.shivering {
  animation: shivering 5s linear infinite;
}
/* shivering */
@keyframes shivering {
  0%, 3% {
    transform: rotateZ(0);
  }
  10% {
    transform: rotateZ(-15deg);
  }
  15% {
    transform: rotateZ(10deg);
  }
  20% {
    transform: rotateZ(-10deg);
  }
  25% {
    transform: rotateZ(6deg);
  }
  30% {
    transform: rotateZ(-4deg);
  }
  35%, 100% {
    transform: rotateZ(0);
  }
}