@charset "UTF-8";
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.box_01 {
  color: #FFF;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.7em;
  background-color: #002e6d;
  display: grid;
  place-items: center;
  margin: 20px;
  width: 300px;
  height: 100px;
  border-radius: 10px;
}
.box_02 {
  color: #FFF;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.7em;
  background-color: #e1251b;
  display: grid;
  place-items: center;
  margin: 20px;
  width: 300px;
  height: 100px;
  border-radius: 10px;
}
.item_name {
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.8em;
  font-family: 'M PLUS 1 Code', sans-serif;
}

.New_Table2 {
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
div.New_Table2 table {
  width: 100%;
}
.InGif {
  width: 75%;
  height: 75%;
  top: 2%;
  left: 13%;
}
.at {
  width: 100%;
  height: auto;
  position: relative;
}
.at .iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.at .mov {
  position: absolute;
  left: 1.5%;
  top: 2%;
  right: 10%;
  width: 95.11%;
}
.at .mov iframe {
  position: absolute;
  top: -5px;
  right: -4px;
  width: 100% !important;
  height: 100% !important;
}
.shivering {
  animation: shivering 2s 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);
  }
}