@charset "UTF-8";
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.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);
  }
}
