@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
.pino2607 html, .pino2607 body, .pino2607 div, .pino2607 span, .pino2607 applet, .pino2607 object, .pino2607 iframe,
.pino2607 h1, .pino2607 h2, .pino2607 h3, .pino2607 h4, .pino2607 h5, .pino2607 h6, .pino2607 p, .pino2607 blockquote, .pino2607 pre,
.pino2607 a, .pino2607 button, .pino2607 abbr, .pino2607 acronym, .pino2607 address, .pino2607 big, .pino2607 cite, .pino2607 code,
.pino2607 del, .pino2607 dfn, .pino2607 em, .pino2607 img, .pino2607 ins, .pino2607 kbd, .pino2607 q, .pino2607 s, .pino2607 samp,
.pino2607 small, .pino2607 strike, .pino2607 strong, .pino2607 sub, .pino2607 sup, .pino2607 tt, .pino2607 var,
.pino2607 b, .pino2607 u, .pino2607 i, .pino2607 center,
.pino2607 dl, .pino2607 dt, .pino2607 dd, .pino2607 ol, .pino2607 ul, .pino2607 li,
.pino2607 fieldset, .pino2607 form, .pino2607 label, .pino2607 legend,
.pino2607 table, .pino2607 caption, .pino2607 tbody, .pino2607 tfoot, .pino2607 thead, .pino2607 tr, .pino2607 th, .pino2607 td,
.pino2607 article, .pino2607 aside, .pino2607 canvas, .pino2607 details, .pino2607 embed,
.pino2607 figure, .pino2607 figcaption, .pino2607 footer, .pino2607 header, .pino2607 hgroup,
.pino2607 menu, .pino2607 nav, .pino2607 output, .pino2607 ruby, .pino2607 section, .pino2607 summary,
.pino2607 time, .pino2607 mark, .pino2607 audio, .pino2607 video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1;
}
.pino2607 html {
  line-height: 1;
}
.pino2607 ol, .pino2607 ul {
  list-style: none;
}
.pino2607 li, .pino2607 dd {
  list-style-type: none;
}
.pino2607 a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.pino2607 a:visited, .pino2607 a:link, .pino2607 a:hover, .pino2607 a:active {
  color: #000;
}
.pino2607 table {
  border-collapse: collapse;
  border-spacing: 0;
}
.pino2607 caption, .pino2607 th, .pino2607 td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.pino2607 q, .pino2607 blockquote {
  quotes: none;
}
.pino2607 q:before, .pino2607 q:after, .pino2607 blockquote:before, .pino2607 blockquote:after {
  content: "";
  content: none;
}
.pino2607 article, .pino2607 aside, .pino2607 details, .pino2607 figcaption, .pino2607 figure, .pino2607 footer, .pino2607 header, .pino2607 hgroup, .pino2607 main, .pino2607 menu, .pino2607 nav, .pino2607 section, .pino2607 summary {
  display: block;
}
.pino2607 img {
  vertical-align: bottom;
  border: none;
  width: 100%;
}
.pino2607 input[type=submit],
.pino2607 input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
.pino2607 input[type=submit]::-webkit-search-decoration,
.pino2607 input[type=button]::-webkit-search-decoration {
  display: none;
}
.pino2607 input[type=submit]::focus,
.pino2607 input[type=button]::focus {
  outline-offset: -2px;
}

.ball-pulse-sync > div,
.ball-pulse > div,
.ball-scale-random > div,
.ball-scale > div {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px;
  display: inline-block;
}

@-webkit-keyframes scale {
  0%, 80% {
    transform: scale(1);
    opacity: 1;
  }
  45% {
    transform: scale(0.1);
    opacity: 0.7;
  }
}
@keyframes scale {
  0%, 80% {
    transform: scale(1);
    opacity: 1;
  }
  45% {
    transform: scale(0.1);
    opacity: 0.7;
  }
}
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div {
  width: 15px;
  height: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync > div {
  width: 15px;
  height: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes ball-scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale > div {
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

.ball-scale-random {
  width: 37px;
  height: 40px;
}

.ball-scale-random > div {
  position: absolute;
  height: 30px;
  width: 30px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

.ball-rotate,
.ball-rotate > div {
  position: relative;
}

.ball-rotate > div,
.ball-rotate > div:after,
.ball-rotate > div:before {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

.ball-scale-random > div:nth-child(1) {
  margin-left: -7px;
  -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
  animation: ball-scale 1s 0.2s ease-in-out infinite;
}

.ball-scale-random > div:nth-child(3) {
  margin-left: -2px;
  margin-top: 9px;
  -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
  animation: ball-scale 1s 0.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ball-rotate > div {
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ball-rotate > div:first-child {
  -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
}

.ball-rotate > div:after,
.ball-rotate > div:before {
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8;
}

.ball-rotate > div:before {
  top: 0;
  left: -28px;
}

.ball-rotate > div:after {
  top: 0;
  left: 25px;
}

.ball-clip-rotate > div {
  border-radius: 100%;
  margin: 2px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 26px;
  width: 26px;
  background: 0 0 !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scale {
  30% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.ball-clip-rotate-pulse {
  position: relative;
  transform: translateY(-15px);
}

.ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
}

.ball-clip-rotate-pulse > div:first-child {
  background: #fff;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: 0 0;
  border: 2px solid;
  border-color: #fff transparent;
  -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.ball-beat > div,
.ball-scale-multiple > div {
  background-color: #fff;
  border-radius: 100%;
}

@keyframes rotate {
  0% {
    transform: rotate(0) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.ball-clip-rotate-multiple {
  position: relative;
}

.ball-clip-rotate-multiple > div {
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #fff transparent;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

@-webkit-keyframes ball-scale-ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple > div {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.ball-beat > div {
  width: 15px;
  height: 15px;
  margin: 2px;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
}

.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale-multiple {
  position: relative;
  transform: translateY(-30px);
}

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-multiple > div {
  position: absolute;
  left: -30px;
  top: 0;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

.ball-triangle-path > div:nth-child(1),
.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    transform: translate(25px, -50px);
  }
  66% {
    transform: translate(50px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball-triangle-path-1 {
  33% {
    transform: translate(25px, -50px);
  }
  66% {
    transform: translate(50px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-triangle-path-2 {
  33% {
    transform: translate(25px, 50px);
  }
  66% {
    transform: translate(-25px, 50px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball-triangle-path-2 {
  33% {
    transform: translate(25px, 50px);
  }
  66% {
    transform: translate(-25px, 50px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-triangle-path-3 {
  33% {
    transform: translate(-50px, 0);
  }
  66% {
    transform: translate(-25px, -50px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball-triangle-path-3 {
  33% {
    transform: translate(-50px, 0);
  }
  66% {
    transform: translate(-25px, -50px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ball-triangle-path {
  position: relative;
  transform: translate(-29.99px, -37.51px);
}

.ball-triangle-path > div:nth-child(1) {
  -webkit-animation-name: ball-triangle-path-1;
  animation-name: ball-triangle-path-1;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-name: ball-triangle-path-2;
  animation-name: ball-triangle-path-2;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(3) {
  -webkit-animation-name: ball-triangle-path-3;
  animation-name: ball-triangle-path-3;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ball-triangle-path > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
}

.ball-grid-beat > div,
.ball-pulse-rise > div {
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
}

.ball-grid-beat > div,
.ball-grid-pulse > div,
.ball-pulse-rise > div {
  height: 15px;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  margin: 2px;
}

.ball-triangle-path > div:nth-of-type(1) {
  top: 50px;
}

.ball-triangle-path > div:nth-of-type(2) {
  left: 25px;
}

.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    transform: scale(1.1);
  }
  25% {
    transform: translateY(-30px);
  }
  50% {
    transform: scale(0.4);
  }
  75% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
    transform: scale(1);
  }
}
@keyframes ball-pulse-rise-even {
  0% {
    transform: scale(1.1);
  }
  25% {
    transform: translateY(-30px);
  }
  50% {
    transform: scale(0.4);
  }
  75% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
    transform: scale(1);
  }
}
@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    transform: scale(0.4);
  }
  25% {
    transform: translateY(30px);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
    transform: scale(0.75);
  }
}
@keyframes ball-pulse-rise-odd {
  0% {
    transform: scale(0.4);
  }
  25% {
    transform: translateY(30px);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
    transform: scale(0.75);
  }
}
.ball-pulse-rise > div {
  width: 15px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.ball-pulse-rise > div:nth-child(2n) {
  -webkit-animation-name: ball-pulse-rise-even;
  animation-name: ball-pulse-rise-even;
}

.ball-pulse-rise > div:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
  animation-name: ball-pulse-rise-odd;
}

@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.ball-grid-beat {
  width: 57px;
}

.ball-grid-beat > div:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-duration: 1.45s;
  animation-duration: 1.45s;
}

.ball-grid-beat > div:nth-child(2) {
  -webkit-animation-delay: -20ms;
  animation-delay: -20ms;
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s;
}

.ball-grid-beat > div:nth-child(3) {
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
  -webkit-animation-duration: 1.23s;
  animation-duration: 1.23s;
}

.ball-grid-beat > div:nth-child(4) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
}

.ball-grid-beat > div:nth-child(5) {
  -webkit-animation-delay: -0.19s;
  animation-delay: -0.19s;
  -webkit-animation-duration: 1.13s;
  animation-duration: 1.13s;
}

.ball-grid-beat > div:nth-child(6) {
  -webkit-animation-delay: 0.69s;
  animation-delay: 0.69s;
  -webkit-animation-duration: 1.42s;
  animation-duration: 1.42s;
}

.ball-grid-beat > div:nth-child(7) {
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
  -webkit-animation-duration: 1.14s;
  animation-duration: 1.14s;
}

.ball-grid-beat > div:nth-child(8) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
  -webkit-animation-duration: 1.17s;
  animation-duration: 1.17s;
}

.ball-grid-beat > div:nth-child(9) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
}

.ball-grid-beat > div {
  width: 15px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  float: left;
  -webkit-animation-name: ball-grid-beat;
  animation-name: ball-grid-beat;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes ball-grid-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ball-grid-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.ball-grid-pulse {
  width: 57px;
}

.ball-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.ball-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.ball-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
}

.ball-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: -30ms;
  animation-delay: -30ms;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
}

.ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 80ms;
  animation-delay: 80ms;
  -webkit-animation-duration: 1.37s;
  animation-duration: 1.37s;
}

.ball-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: 0.43s;
  animation-delay: 0.43s;
  -webkit-animation-duration: 1.55s;
  animation-duration: 1.55s;
}

.ball-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s;
}

.ball-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
}

.ball-grid-pulse > div {
  width: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}

.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.05px;
  left: 17.05px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.05px;
  left: 17.05px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.05px;
  left: -17.05px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.05px;
  left: -17.05px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader > div,
.ball-spin-loader > div {
  -webkit-animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

.ball-spin-fade-loader > div {
  background-color: #fff;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.ball-spin-loader {
  position: relative;
}

.ball-spin-loader > span:nth-child(1) {
  top: 45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
  animation: ball-spin-loader 2s 0.9s infinite linear;
}

.ball-spin-loader > span:nth-child(2) {
  top: 30.68px;
  left: 30.68px;
  -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
  animation: ball-spin-loader 2s 1.8s infinite linear;
}

.ball-spin-loader > span:nth-child(3) {
  top: 0;
  left: 45px;
  -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
  animation: ball-spin-loader 2s 2.7s infinite linear;
}

.ball-spin-loader > span:nth-child(4) {
  top: -30.68px;
  left: 30.68px;
  -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
  animation: ball-spin-loader 2s 3.6s infinite linear;
}

.ball-spin-loader > span:nth-child(5) {
  top: -45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
  animation: ball-spin-loader 2s 4.5s infinite linear;
}

.ball-spin-loader > span:nth-child(6) {
  top: -30.68px;
  left: -30.68px;
  -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
  animation: ball-spin-loader 2s 5.4s infinite linear;
}

.ball-spin-loader > span:nth-child(7) {
  top: 0;
  left: -45px;
  -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
  animation: ball-spin-loader 2s 6.3s infinite linear;
}

.ball-spin-loader > span:nth-child(8) {
  top: 30.68px;
  left: -30.68px;
  -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
  animation: ball-spin-loader 2s 7.2s infinite linear;
}

.ball-spin-loader > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background: green;
}

.ball-zig-zag-deflect > div,
.ball-zig-zag > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px 2px 2px 15px;
  top: 4px;
  left: -7px;
}

@-webkit-keyframes ball-zig {
  33% {
    transform: translate(-15px, -30px);
  }
  66% {
    transform: translate(15px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    transform: translate(-15px, -30px);
  }
  66% {
    transform: translate(15px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    transform: translate(15px, 30px);
  }
  66% {
    transform: translate(-15px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    transform: translate(15px, 30px);
  }
  66% {
    transform: translate(-15px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ball-zig-zag {
  position: relative;
  transform: translate(-15px, -15px);
}

.ball-zig-zag > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}

.ball-zig-zag > div:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}

.ball-zig-zag > div:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig-deflect {
  17%, 84% {
    transform: translate(-15px, -30px);
  }
  34%, 67% {
    transform: translate(15px, -30px);
  }
  100%, 50% {
    transform: translate(0, 0);
  }
}
@keyframes ball-zig-deflect {
  17%, 84% {
    transform: translate(-15px, -30px);
  }
  34%, 67% {
    transform: translate(15px, -30px);
  }
  100%, 50% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag-deflect {
  17%, 84% {
    transform: translate(15px, 30px);
  }
  34%, 67% {
    transform: translate(-15px, 30px);
  }
  100%, 50% {
    transform: translate(0, 0);
  }
}
@keyframes ball-zag-deflect {
  17%, 84% {
    transform: translate(15px, 30px);
  }
  34%, 67% {
    transform: translate(-15px, 30px);
  }
  100%, 50% {
    transform: translate(0, 0);
  }
}
.ball-zig-zag-deflect {
  position: relative;
  transform: translate(-15px, -15px);
}

.ball-zig-zag-deflect > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}

.line-scale-party > div,
.line-scale-pulse-out-rapid > div,
.line-scale-pulse-out > div,
.line-scale > div {
  width: 4px;
  height: 35px;
  display: inline-block;
}

.line-scale-party > div,
.line-scale-pulse-out-rapid > div,
.line-scale-pulse-out > div,
.line-scale > div,
.line-spin-fade-loader > div {
  border-radius: 2px;
  margin: 2px;
  background-color: #fff;
}

.ball-zig-zag-deflect > div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
  animation: ball-zig-deflect 1.5s 0s infinite linear;
}

.ball-zig-zag-deflect > div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
  animation: ball-zag-deflect 1.5s 0s infinite linear;
}

@-webkit-keyframes line-scale {
  0%, 100% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
}
@keyframes line-scale {
  0%, 100% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
}
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes line-scale-party {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
}
@keyframes line-scale-party {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
}
.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
  -webkit-animation-duration: 0.54s;
  animation-duration: 0.54s;
}

.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
  -webkit-animation-duration: 1.15s;
  animation-duration: 1.15s;
}

.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 40ms;
  animation-delay: 40ms;
  -webkit-animation-duration: 0.77s;
  animation-duration: 0.77s;
}

.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
  -webkit-animation-duration: 0.61s;
  animation-duration: 0.61s;
}

.line-scale-party > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes line-scale-pulse-out {
  0%, 100% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
}
@keyframes line-scale-pulse-out {
  0%, 100% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
}
.line-scale-pulse-out > div {
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out-rapid {
  0%, 90% {
    transform: scaley(1);
  }
  80% {
    transform: scaley(0.3);
  }
}
@keyframes line-scale-pulse-out-rapid {
  0%, 90% {
    transform: scaley(1);
  }
  80% {
    transform: scaley(0.3);
  }
}
.line-scale-pulse-out-rapid > div {
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

.line-scale-pulse-out-rapid > div:nth-child(2),
.line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important;
}

.line-scale-pulse-out-rapid > div:nth-child(1),
.line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}

.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(2) {
  top: 13.64px;
  left: 13.64px;
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(4) {
  top: -13.64px;
  left: 13.64px;
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(6) {
  top: -13.64px;
  left: -13.64px;
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(8) {
  top: 13.64px;
  left: -13.64px;
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

.line-spin-fade-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}

@-webkit-keyframes triangle-skew-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes triangle-skew-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.triangle-skew-spin > div {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes square-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes square-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.square-spin > div {
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.pacman > div:first-of-type,
.pacman > div:nth-child(2) {
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  position: relative;
  left: -30px;
}

@-webkit-keyframes rotate_pacman_half_up {
  0%, 100% {
    transform: rotate(270deg);
  }
  50% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_pacman_half_up {
  0%, 100% {
    transform: rotate(270deg);
  }
  50% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate_pacman_half_down {
  0%, 100% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(0);
  }
}
@keyframes rotate_pacman_half_down {
  0%, 100% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(0);
  }
}
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    transform: translate(-100px, -6.25px);
  }
}
@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    transform: translate(-100px, -6.25px);
  }
}
.pacman {
  position: relative;
}

.pacman > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
  animation: pacman-balls 1s -0.66s infinite linear;
}

.pacman > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
  animation: pacman-balls 1s -0.33s infinite linear;
}

.pacman > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
  animation: pacman-balls 1s 0s infinite linear;
}

.pacman > div:first-of-type {
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
}

.pacman > div:nth-child(2) {
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
}

.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px;
}

@-webkit-keyframes cube-transition {
  25% {
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes cube-transition {
  25% {
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cube-transition {
  position: relative;
  transform: translate(-25px, -25px);
}

.cube-transition > div {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff;
  -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
  animation: cube-transition 1.6s 0s infinite ease-in-out;
}

.cube-transition > div:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes spin-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.semi-circle-spin > div {
  position: absolute;
  border-width: 0;
  border-radius: 100%;
  -webkit-animation: spin-rotate 0.6s 0s infinite linear;
  animation: spin-rotate 0.6s 0s infinite linear;
  background-image: linear-gradient(transparent 0, transparent 70%, #fff 30%, #fff 100%);
  width: 100%;
  height: 100%;
}

/*
 + mixin , variableのimportはここで呼び出す
 +
 + ※mixinで使われる可能性があるので、variableが先になるように
 */
/*
 +	common variable
 */
/*
+ fontfamilym変数	
 */

/*
 + 	カラーを格納する変数
 +
 + 用途(できるだけ伝わりやすい英語)-種類(英字1文字)で変数名をつけること
 + ex : primary(サイトイメージカラー)-s(セカンダリカラー)  lはライトカラー,dは暗いカラーのように
 */
/*
 +	共通で使うmixinはここにまとめる
 */
/*
 +  core css
 */
/*
 +  core css
 */
.navigation {
  z-index: 6;
}

.pino2607 {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro", sans-serif;
}
.pino2607 * {
  box-sizing: border-box;
}
.pino2607 *:focus {
  outline: none;
}
.pino2607 a {
  transition: opacity 0.2s;
  text-decoration: none;
  cursor: pointer;
}
.pino2607 img {
  width: 100%;
}

.pino-main {
  position: relative;
  overflow: hidden;
}

.pino-loading {
  height: 100%;
  width: 100%;
  background-color: #e50011;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s, opacity 0.3s;
}
.pino-loading .ball-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pino-loading.add-loaded {
  visibility: hidden;
  opacity: 0;
}

.pino2607 .pino-others {
  padding-top: 16.1333333333vw;
  padding-bottom: 4.2666666667vw;
  width: 100%;
  background: url(../img/footer/bg.webp) 4vw 2.4vw/100% auto no-repeat;
}
.pino2607 .pino-othersFooter:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44.5333333333vw;
  background: url(../img/footer/gradient.webp) center bottom/100% auto no-repeat;
  mix-blend-mode: multiply;
  z-index: 2;
}
.pino2607 .pino-othersFooter_pawpat {
  margin: 0 auto;
  width: 92vw;
  position: relative;
  z-index: 1;
}
.pino2607 .pino-othersFooter_pawpat_official {
  position: absolute;
  bottom: 5.0666666667vw;
  left: 7.2vw;
  width: 42vw;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.7333333333vw rgba(0, 0, 0, 0.2));
}
.pino2607 .pino-othersFooter_pawpat_snsListItem {
  position: absolute;
  width: 13.2vw;
  filter: drop-shadow(0.6666666667vw 0.6666666667vw 1.2vw rgba(0, 0, 0, 0.2));
}
.pino2607 .pino-othersFooter_pawpat_snsListItem.mod-x {
  bottom: 4.733333vw;
  left: 54.933333vw;
}
.pino2607 .pino-othersFooter_pawpat_snsListItem.mod-insta {
  bottom: 4.733333vw;
  left: 71.933333vw;
}
.pino2607 .pino-othersFooter_inner {
  position: relative;
  z-index: 3;
}
.pino2607 .pino-othersFooter_pawpat_snsListItem_link {
  display: block;
}
.pino2607 .pino-othersFooter_figure {
  margin-inline: auto;
  width: 52.24712vw;
  translate: -1.5311848768vw 0;
}
.pino2607 .pino-othersFooterSns {
  margin: 13.0666666667vw auto 0;
  width: 62vw;
}
.pino2607 .pino-othersFooterSns_list {
  margin-top: 4.4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 4.1333333333vw;
  gap: 4.1333333333vw;
}
.pino2607 .pino-othersFooterSns_listItem {
  border-radius: 50%;
}
.pino2607 .pino-othersFooterSns_listItem_link {
  display: inline-block;
  width: 13.2vw;
  border-radius: 50%;
  filter: drop-shadow(0.6666666667vw 0.6666666667vw 1.2vw rgba(0, 0, 0, 0.2));
}
.pino2607 .pino-othersFooterSns_listItem_linkImg {
  border-radius: 50%;
}
.pino2607 .pino-othersFooter_copyright {
  margin-top: -0.3333333333vw;
}
.pino2607 .pino-othersFooter_deco {
  width: 84.2666666667vw;
  margin: 3.2vw auto 0;
}
.pino2607 .pino-nickelodeon {
  display: inline-block;
  width: 24.9333333333vw;
  transform: translateX(12%);
}
.pino2607 .pino-spinmaster {
  display: inline-block;
  width: 52.5333333333vw;
}

.pino2607 .pino-main {
  background: url("../img/kv/bg.png") repeat-y top center/100% auto;
}
.pino2607 .pino-kv {
  position: relative;
  padding-top: 140.8vw;
  background: url("../img/kv/bg-kv.webp") no-repeat top center/100% auto;
}
.pino2607 .pino-kv:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70.1333333333vw;
  background: url("../img/kv/gradient.webp") no-repeat bottom center/100% auto;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.pino2607 .pino-kv:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background-color: #fff;
}
.pino2607 .pino-kv_ttl {
  position: absolute;
  width: 73.7333333333vw;
  top: -3.7333333333vw;
  left: 4.3%;
}
.pino2607 .pino-kv_logo {
  position: absolute;
  width: 15.8666666667vw;
  top: 4vw;
  right: 1.7%;
}
.pino2607 .pino-kv_visual {
  position: absolute;
}
.pino2607 .pino-kv_visual.mod-1 {
  width: 98.4vw;
  top: 29.3333333333vw;
  left: 3%;
  z-index: 1;
}
.pino2607 .pino-kv_visual.mod-2 {
  width: 103.2vw;
  top: 23.2vw;
  left: -0.8%;
}
.pino2607 .pino-about {
  position: relative;
  margin-top: -5.6vw;
  background: url("../img/about/bg.webp") no-repeat top center/100% 100%;
  padding: 15.2vw 0 25.0666666667vw;
  color: #040000;
}
.pino2607 .pino-about_deco {
  position: absolute;
  width: 32.4vw;
  bottom: -7.2vw;
  left: 0.6%;
  z-index: 1;
}
.pino2607 .pino-about_ttl {
  width: 96.6666666667vw;
  margin: 0 0 0 2.1333333333vw;
}
.pino2607 .pino-about_package_img {
  width: 91.7333333333vw;
  margin: -1.4666666667vw auto 0;
}
.pino2607 .pino-about_vehicles {
  margin-top: 2.9333333333vw;
  position: relative;
}
.pino2607 .pino-about_vehicles_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 18.5333333333vw 3.8666666667vw 0;
  grid-row-gap: 2.1333333333vw;
  row-gap: 2.1333333333vw;
}
.pino2607 .pino-about_vehicles_ttl {
  width: 32.9333333333vw;
  margin: 0 auto;
}
.pino2607 .pino-about_vehicles_list {
  display: contents;
}
.pino2607 .pino-about_vehicles_item {
  width: 44.4vw;
  position: relative;
}
.pino2607 .pino-about_vehicles_item_name {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.05em;
  color: #fff;
  position: absolute;
  top: 7%;
  left: 34%;
  white-space: nowrap;
}
.pino2607 .pino-about_vehicles_item_name.mod-colorWhite {
  color: #0459a1;
}
.pino2607 .pino-about_target {
  border-radius: 5.3333333333vw;
  background-color: #fffded;
  margin: 12.8vw 4vw 0;
}
.pino2607 .pino-about_target_ttl {
  width: 70.1333333333vw;
  margin: 0 auto 0;
  transform: translateY(-50%);
}
.pino2607 .pino-about_target_container {
  padding: 0 5.3333333333vw 8vw;
  margin-top: 3.4666666667vw;
}
.pino2607 .pino-about_target_img {
  width: 45%;
}
.pino2607 .pino-about_target_item + .pino-about_target_item:before {
  content: "";
  display: block;
  width: 110.4918032787%;
  height: 0.5333333333vw;
  background: url("../img/about/line-dot.webp") no-repeat center center/100% auto;
  transform: translateX(-5%);
}
.pino2607 .pino-about_target_itemTtl {
  width: 52.1%;
  margin-top: 2.4vw;
}
.pino2607 .pino-about_target_vehicle {
  margin-top: 3.7333333333vw;
}
.pino2607 .pino-about_target_note {
  font-size: 2.6666666667vw;
  line-height: 1.5;
  letter-spacing: -0.08em;
  margin-top: 6vw;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
  font-weight: 500;
}
.pino2607 .pino-about_target_info {
  border-radius: 4vw;
  background-color: #ffe100;
  margin-top: 5.3333333333vw;
  padding: 2.9333333333vw 4vw 1.0666666667vw;
  text-align: justify;
}
.pino2607 .pino-about_target_info:after {
  content: "";
  display: block;
  clear: both;
}
.pino2607 .pino-about_target_info_txt {
  font-size: 3.2vw;
  line-height: 1.6666666667;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.pino2607 .pino-howto {
  position: relative;
  padding-top: 9.0666666667vw;
}
.pino2607 .pino-howto:before {
  content: "";
  display: block;
  position: absolute;
  width: 111.6vw;
  height: 336.2666666667vw;
  top: 1.6vw;
  left: -7.7333333333vw;
  background: url("../img/howto/deco.webp") no-repeat center center/100% 100%;
}
.pino2607 .pino-howto_ttl {
  width: 70.2666666667vw;
  margin: 0 auto;
  filter: drop-shadow(0.9333333333vw 0.9333333333vw 0.7333333333vw rgba(0, 0, 0, 0.15));
}
.pino2607 .pino-howto_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8.1333333333vw 4vw 0;
  grid-row-gap: 5.3333333333vw;
  row-gap: 5.3333333333vw;
}
.pino2607 .pino-howto_item {
  width: 49.2%;
}
.pino2607 .pino-howto_item_img {
  position: relative;
  z-index: 1;
}
.pino2607 .pino-howto_item_img:before {
  content: "";
  display: block;
  position: absolute;
  width: 27.7333333333vw;
  height: 12.5333333333vw;
}
.pino2607 .pino-howto_item_img.mod-1:before {
  background: url("../img/howto/step_deco1.webp") no-repeat center center/100% 100%;
  top: 2%;
  right: -21.1%;
  z-index: -1;
}
.pino2607 .pino-howto_item_img.mod-2:before {
  background: url("../img/howto/step_deco2.webp") no-repeat center center/100% 100%;
  top: 63%;
  right: -27.1%;
  z-index: -1;
}
.pino2607 .pino-howto_item_img.mod-3:before {
  background: url("../img/howto/step_deco3.webp") no-repeat center center/100% 100%;
  top: 67%;
  right: 82.9%;
  z-index: -1;
}
.pino2607 .pino-howto_item_img.mod-3:after {
  content: "";
  display: block;
  position: absolute;
  width: 27.7333333333vw;
  height: 12.5333333333vw;
  background: url("../img/howto/step_deco4.webp") no-repeat center center/100% 100%;
  top: 1%;
  right: -19.1%;
  z-index: -1;
}
.pino2607 .pino-howto_item_txt {
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 4.6666666667vw;
}
.pino2607 .pino-howto_prepare {
  width: 92vw;
  margin: 10.6666666667vw auto 0;
  position: relative;
  z-index: 1;
}
.pino2607 .pino-howto_prepare_ttl {
  margin: 0 auto;
  border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  background-color: #0459a1;
  text-align: center;
  padding: 3.2vw 5.3333333333vw;
}
.pino2607 .pino-howto_prepare_ttl > img {
  width: 26.8vw;
}
.pino2607 .pino-howto_prepare_inner {
  padding: 5.3333333333vw 0 4.8vw;
  background-color: #fffded;
  border-radius: 0 0 5.3333333333vw 5.3333333333vw;
}
.pino2607 .pino-howto_prepare_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6.6666666667vw;
  padding: 0 3.6vw;
  grid-row-gap: 5.3333333333vw;
  row-gap: 5.3333333333vw;
}
.pino2607 .pino-howto_prepare_note {
  width: 81.3333333333vw;
  margin: 0 auto;
}
.pino2607 .pino-howto_prepare_item {
  width: 21.0666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.pino2607 .pino-howto_prepare_item:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.4vw;
  height: 100%;
  background: url("../img/howto/line.webp") no-repeat center center/100% 100%;
  top: 0;
  right: 0;
  bottom: 0;
}
.pino2607 .pino-howto_prepare_item:nth-of-type(4n):after {
  display: none;
}
.pino2607 .pino-howto_prepare_item_img {
  width: 17.3333333333vw;
}
.pino2607 .pino-howto_prepare_item_txt {
  font-size: 2.9333333333vw;
  font-weight: bold;
  line-height: 1.3636363636;
  text-align: center;
  color: #040000;
  margin-top: 0.8vw;
}
.pino2607 .pino-howto_prepare_note_small {
  display: block;
  margin: 1.3333333333vw 5.3333333333vw 0;
  background-color: #ffe100;
  border-radius: 4vw;
  font-size: 3.2vw;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  color: #040000;
  padding: 2.9333333333vw 4vw;
  margin-top: 4.8vw;
  text-align: justify;
  position: relative;
  font-weight: 500;
}
.pino2607 .pino-howto_prepare_note_small:before {
  content: "";
  display: block;
  position: absolute;
  width: 4.1333333333vw;
  height: 5.4666666667vw;
  background: url("../img/howto/fukidashi.webp") no-repeat center center/100% 100%;
  top: -2.6666666667vw;
  left: 6.6666666667vw;
}
.pino2607 .pino-movie {
  margin-top: 4.2666666667vw;
  position: relative;
}
.pino2607 .pino-movie:after {
  content: "";
  display: block;
  position: absolute;
  width: 43.3333333333vw;
  height: 18.4vw;
  background: url("../img/movie/bg_deco.webp") no-repeat top center/100% 100%;
  bottom: -9.6vw;
  left: 39.7333333333vw;
}
.pino2607 .pino-movieInner {
  background: url("../img/movie/bg.webp") no-repeat top center/100% 100%;
  padding-bottom: 19.2vw;
  position: relative;
  z-index: 1;
}
.pino2607 .pino-movie_ttl {
  width: 40vw;
  margin: 0 auto;
  filter: drop-shadow(0.9333333333vw 0.9333333333vw 0.7333333333vw rgba(0, 0, 0, 0.15));
  transform: translate(2%, 329%);
}
.pino2607 .pino-movie_deco {
  position: absolute;
}
.pino2607 .pino-movie_deco.mod-1 {
  width: 23.3333333333vw;
  top: -8.7vw;
  right: 0.766667vw;
  z-index: 1;
}
.pino2607 .pino-movie_deco.mod-2 {
  width: 22.8vw;
  top: 85.2vw;
  left: 3.566667vw;
}
.pino2607 .pino-movie_inner {
  width: 92vw;
  margin: 26.9333333333vw auto 0;
  position: relative;
  aspect-ratio: 16/9;
}
.pino2607 .pino-movie_video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  background: #000;
}
.pino2607 .pino-movie_thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pino2607 .pino-movie_thumbnail > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pino2607 .pino-movie_thumbnail.add-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pino2607 .pino-parts {
  margin-top: 10.1333333333vw;
  background-color: #b5001f;
  position: relative;
}
.pino2607 .pino-parts:before, .pino2607 .pino-parts:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2.1333333333vw;
  left: 0;
  background: url("../img/parts/border.webp") repeat-x center center/5.6933333333vw 100%;
}
.pino2607 .pino-parts:before {
  top: 0;
}
.pino2607 .pino-parts:after {
  bottom: 0;
}
.pino2607 .pino-parts_container {
  padding: 15.4666666667vw 0 8.8vw;
}
.pino2607 .pino-parts_ttl {
  width: 90.6666666667vw;
  margin: 0 auto;
}
.pino2607 .pino-parts_list {
  margin-top: 2.1333333333vw;
}
.pino2607 .pino-parts_item {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5.6vw;
}
.pino2607 .pino-parts_item:not(:first-of-type):before {
  content: "";
  display: block;
  width: 89.8666666667vw;
  height: 0.4vw;
  background: url("../img/parts/line-dot.webp") no-repeat center center/100% auto;
  transform: translateX(-1%);
}
.pino2607 .pino-parts_item.mod-5:before {
  margin-bottom: 2.2666666667vw;
}
.pino2607 .pino-parts_item_img {
  width: 44.6666666667vw;
}
.pino2607 .pino-parts_item_ttl {
  text-align: center;
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  color: #fff;
  font-weight: bold;
  word-break: keep-all;
}
.pino2607 .pino-parts_item_content {
  width: 35.6vw;
  margin: 5.8666666667vw 0 0 2.6666666667vw;
}
.pino2607 .pino-parts_item_btn {
  display: block;
  margin: 4.4vw auto 0;
}

.js-inview {
  rotate: -0.0001deg;
  opacity: 0;
  transition: opacity 0.6s, rotate 0.6s !important;
}
.js-inview.add-inview {
  rotate: -0.0001deg;
  opacity: 1;
}

.js-inview4 {
  translate: 0 6.6666666667vw;
  rotate: -0.0001deg;
  opacity: 0;
  transition: translate 0.6s, opacity 0.6s, rotate 0.6s !important;
}
.js-inview4.add-inview4 {
  translate: 0 0;
  rotate: -0.0001deg;
  opacity: 1;
}

.footer {
  z-index: 5;
}

.nav-bottom {
  z-index: 6;
}

.pino2607 .mod-fadeUp {
  opacity: 0;
  translate: 0 20px;
  transition: opacity 0.3s, translate 0.3s;
}
.pino2607 .mod-fadeUp.add-inView {
  opacity: 1;
  translate: 0 0;
}

.mod-kvAnimation1,
.mod-kvAnimation2,
.mod-kvAnimation3 {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.add-kvAnimation .mod-kvAnimation1,
.add-kvAnimation .mod-kvAnimation2,
.add-kvAnimation .mod-kvAnimation3 {
  opacity: 1;
}

.mod-kvAnimation2 {
  transition-delay: 0.5s;
}

.mod-kvAnimation3 {
  transition-delay: 1s;
}

body {
  background-color: #e50011;
  overflow-y: visible;
}

.header {
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .mod-none_upToSp {
    display: none !important;
  }
  .pino2607 .pino-others {
    padding-top: 7.9230769231vw;
    padding-bottom: 1.1538461538vw;
    background: url(../img/footer/pc/bg.webp) 2.5vw 2.3vw/94.9230769231vw auto no-repeat;
  }
  .pino2607 .pino-othersFooter:before {
    height: 14.8461538462vw;
    background: url(../img/footer/pc/gradient.webp) center bottom/100% auto no-repeat;
  }
  .pino2607 .pino-othersFooter_pawpat {
    width: 76vw;
  }
  .pino2607 .pino-othersFooter_pawpat_official {
    width: 29.3846153846vw;
    bottom: 8.3076923077vw;
    left: 4.2307692308vw;
    filter: drop-shadow(0.2307692308vw 0.2307692308vw 0.3846153846vw rgba(0, 0, 0, 0.2));
  }
  .pino2607 .pino-othersFooter_pawpat_snsListItem {
    width: 5.0769230769vw;
    filter: drop-shadow(0.2307692308vw 0.2307692308vw 0.3846153846vw rgba(0, 0, 0, 0.2));
  }
  .pino2607 .pino-othersFooter_pawpat_snsListItem.mod-x {
    bottom: 2.1538461538vw;
    left: 13.1538461538vw;
  }
  .pino2607 .pino-othersFooter_pawpat_snsListItem.mod-insta {
    bottom: 2.1538461538vw;
    left: 19.6923076923vw;
  }
  .pino2607 .pino-othersFooter_figure {
    width: 31.6497vw;
    translate: -2.3089294078vw 0;
  }
  .pino2607 .pino-othersFooterSns {
    margin: 6.1538461538vw auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    translate: 0.46% 0;
    width: auto;
    grid-gap: 2.6153846154vw;
    gap: 2.6153846154vw;
  }
  .pino2607 .pino-othersFooterSns_ttl {
    width: 24.3846153846vw;
  }
  .pino2607 .pino-othersFooterSns_list {
    margin-top: 0;
    grid-gap: 1.5384615385vw;
    gap: 1.5384615385vw;
  }
  .pino2607 .pino-othersFooterSns_listItem_link {
    width: 5.0769230769vw;
    filter: drop-shadow(0.2307692308vw 0.2307692308vw 0.3846153846vw rgba(0, 0, 0, 0.2));
  }
  .pino2607 .pino-othersFooter_copyright {
    margin-top: 10.623077vw;
    margin-left: 7.0769230769vw;
  }
  .pino2607 .pino-othersFooter_deco {
    width: 41.6153846154vw;
    position: absolute;
    bottom: -2vw;
    right: -0.6923076923vw;
  }
  .pino2607 .pino-nickelodeon {
    width: 9.8461538462vw;
  }
  .pino2607 .pino-spinmaster {
    width: 20.8461538462vw;
    margin-left: 0.2307692308vw;
  }
  .pino2607 .pino-main {
    background: url("../img/kv/pc/bg.svg") repeat-y top center/100% auto;
  }
  .pino2607 .pino-kv {
    padding-top: 45.7%;
    background: url("../img/kv/pc/bg.svg") repeat-y top center/100% auto;
  }
  .pino2607 .pino-kv:before {
    display: none;
  }
  .pino2607 .pino-kv_ttl {
    width: 38.0769230769vw;
    left: 0;
    top: 0;
  }
  .pino2607 .pino-kv_logo {
    width: 8.4615384615vw;
    right: 0.6153846154vw;
    top: 1.6153846154vw;
  }
  .pino2607 .pino-kv_visual.mod-1 {
    width: 86.3076923077vw;
    top: -1.4615384615vw;
    left: 9.0769230769vw;
  }
  .pino2607 .pino-kv_visual.mod-2 {
    width: 98.6153846154vw;
    top: -0.7692307692vw;
    left: -0.9230769231vw;
  }
  .pino2607 .pino-about {
    background: url("../img/about/pc/bg.webp") no-repeat top center/100% 100%;
    padding: 15.0769230769vw 0 11vw;
    margin-top: -4.9230769231vw;
  }
  .pino2607 .pino-about_deco {
    width: 19.6153846154vw;
    bottom: -12vw;
    left: 6.6153846154vw;
  }
  .pino2607 .pino-about_ttl {
    width: 74.4615384615vw;
    margin: -8.1% 0 0 12.5%;
  }
  .pino2607 .pino-about_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: 7.6%;
    margin-top: -1.2%;
  }
  .pino2607 .pino-about_package_img {
    width: 34.9230769231vw;
    margin: -2.5333333333vw auto 0;
  }
  .pino2607 .pino-about_vehicles {
    width: 54.9230769231vw;
    margin-left: -2.9%;
    margin-top: -4.3%;
  }
  .pino2607 .pino-about_vehicles_inner {
    width: 54.9230769231vw;
    padding: 6.7692307692vw 0 0 5.5384615385vw;
    grid-row-gap: 0.5384615385vw;
    row-gap: 0.5384615385vw;
    -moz-column-gap: 0.784615vw;
         grid-column-gap: 0.784615vw;
         column-gap: 0.784615vw;
    justify-content: flex-start;
  }
  .pino2607 .pino-about_vehicles_ttl {
    width: 9.7692307692vw;
    margin: 1.0769230769vw 0 0 2.3076923077vw;
  }
  .pino2607 .pino-about_vehicles_item {
    width: 13.8461538462vw;
  }
  .pino2607 .pino-about_vehicles_item.mod-1 {
    margin-left: 1.6923076923vw;
  }
  .pino2607 .pino-about_vehicles_item_name {
    font-size: 1vw;
    top: 7.3%;
    left: 33.8%;
  }
  .pino2607 .pino-about_target {
    width: 84.6153846154vw;
    margin: 3vw auto 0;
    border-radius: 1.5384615385vw;
  }
  .pino2607 .pino-about_target_ttl {
    width: 31.9230769231vw;
  }
  .pino2607 .pino-about_target_container {
    margin-top: -3.2307692308vw;
    padding: 0 1.5384615385vw 1.6153846154vw;
  }
  .pino2607 .pino-about_target_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1.2307692308vw 0 1.5384615385vw;
  }
  .pino2607 .pino-about_target_img {
    width: 12.4615384615vw;
    position: absolute;
    top: 3.2307692308vw;
    right: 0;
  }
  .pino2607 .pino-about_target_item {
    width: 37.3076923077vw;
    position: relative;
  }
  .pino2607 .pino-about_target_item + .pino-about_target_item:before {
    display: none;
  }
  .pino2607 .pino-about_target_itemTtl {
    width: 23.0769230769vw;
  }
  .pino2607 .pino-about_target_vehicle {
    width: 22.8461538462vw;
    margin-top: 1.3076923077vw;
  }
  .pino2607 .pino-about_target_note {
    font-size: 0.9230769231vw;
    margin-top: 0.7692307692vw;
    text-align: center;
    display: block;
    letter-spacing: -0.04em;
  }
  .pino2607 .pino-about_target_info {
    margin: 1.3846153846vw 0 0;
    border-radius: 0.9230769231vw;
    display: flex;
    flex-direction: row-reverse;
    padding: 1.3846153846vw 0 0.2769230769vw 1.5384615385vw;
  }
  .pino2607 .pino-about_target_info_txt {
    font-size: 1.0769230769vw;
    font-weight: bold;
    line-height: 1.6428571429;
    padding-right: 2vw;
    text-align: justify;
    letter-spacing: 0em;
  }
  .pino2607 .pino-about_target_info_img {
    width: 10.1538461538vw;
    margin-top: -2.8461538462vw;
    flex-shrink: 0;
    transform: translate(-11%, 0);
  }
  .pino2607 .pino-howto {
    padding-top: 3.4615384615vw;
  }
  .pino2607 .pino-howto:before {
    display: none;
  }
  .pino2607 .pino-howto_ttl {
    width: 36.8461538462vw;
    filter: drop-shadow(0.5384615385vw 0.5384615385vw 0.4230769231vw rgba(0, 0, 0, 0.15));
    transform: translateX(2%);
  }
  .pino2607 .pino-howto_list {
    margin: 4.2307692308vw 6.9230769231vw 0;
    grid-row-gap: 0;
    row-gap: 0;
  }
  .pino2607 .pino-howto_item {
    width: 20.6923076923vw;
  }
  .pino2607 .pino-howto_item_img:before {
    width: 12.5384615385vw;
    height: 5.6923076923vw;
  }
  .pino2607 .pino-howto_item_img.mod-1:before {
    top: -1%;
    right: -22.1%;
  }
  .pino2607 .pino-howto_item_img.mod-2:before {
    top: 68.6%;
    right: -22.1%;
    background: url("../img/howto/pc/step_deco2.webp") no-repeat center center/100% 100%;
  }
  .pino2607 .pino-howto_item_img.mod-3:before {
    top: 0%;
    right: -22.1%;
    background: url("../img/howto/pc/step_deco3.webp") no-repeat center center/100% 100%;
  }
  .pino2607 .pino-howto_item_img.mod-3:after {
    display: none;
  }
  .pino2607 .pino-howto_item_txt {
    font-size: 1.3846153846vw;
    line-height: 1.6666666667;
    margin-top: 1.6153846154vw;
    letter-spacing: 0em;
  }
  .pino2607 .pino-howto_prepare {
    width: 84.6153846154vw;
    margin: 4.7692307692vw auto 0;
  }
  .pino2607 .pino-howto_prepare_ttl {
    border-radius: 1.5384615385vw 1.5384615385vw 0 0;
    padding: 1vw 0;
  }
  .pino2607 .pino-howto_prepare_ttl > img {
    width: 10.3076923077vw;
  }
  .pino2607 .pino-howto_prepare_inner {
    padding: 1.9230769231vw 0 1.6153846154vw;
    border-radius: 0 0 1.5384615385vw 1.5384615385vw;
  }
  .pino2607 .pino-howto_prepare_list {
    margin-top: 1.7692307692vw;
    padding: 0 1.5384615385vw;
  }
  .pino2607 .pino-howto_prepare_note {
    width: 34.6923076923vw;
  }
  .pino2607 .pino-howto_prepare_item {
    width: 8.1538461538vw;
    min-width: 0;
  }
  .pino2607 .pino-howto_prepare_item:after {
    display: none;
  }
  .pino2607 .pino-howto_prepare_item.mod-1 {
    transform: translate(23%, -17%);
  }
  .pino2607 .pino-howto_prepare_item.mod-2 {
    transform: translate(33%, 0);
  }
  .pino2607 .pino-howto_prepare_item.mod-3 {
    transform: translate(9%, 0);
  }
  .pino2607 .pino-howto_prepare_item.mod-4 {
    transform: translate(-6%, 0);
  }
  .pino2607 .pino-howto_prepare_item.mod-5 {
    transform: translate(-20%, 0);
  }
  .pino2607 .pino-howto_prepare_item.mod-6 {
    transform: translate(-31%, 0);
  }
  .pino2607 .pino-howto_prepare_item.mod-7 {
    transform: translate(-25%, -6%);
  }
  .pino2607 .pino-howto_prepare_item.mod-8 {
    transform: translate(-5%, -8.7%);
  }
  .pino2607 .pino-howto_prepare_item.mod-9 {
    transform: translate(7%, -4.7%);
  }
  .pino2607 .pino-howto_prepare_item.mod-10 {
    transform: translate(-9%, -3%);
  }
  .pino2607 .pino-howto_prepare_item_img {
    width: 6.9230769231vw;
    max-width: none;
  }
  .pino2607 .pino-howto_prepare_item_img.mod-1 {
    width: 9.2307692308vw;
  }
  .pino2607 .pino-howto_prepare_item_img.mod-7 {
    width: 7.6923076923vw;
  }
  .pino2607 .pino-howto_prepare_item_img.mod-8 {
    width: 8.4615384615vw;
  }
  .pino2607 .pino-howto_prepare_item_txt {
    font-size: 1.0769230769vw;
    line-height: 1.2857142857;
    margin-top: 0.3076923077vw;
  }
  .pino2607 .pino-howto_prepare_item_txt.mod-1 {
    transform: translate(0, -6%);
  }
  .pino2607 .pino-howto_prepare_item_txt.mod-2 {
    transform: translate(10%, 0);
  }
  .pino2607 .pino-howto_prepare_item_txt.mod-3 {
    transform: translate(10%, 0);
  }
  .pino2607 .pino-howto_prepare_item_txt.mod-4 {
    transform: translate(6%, 0);
  }
  .pino2607 .pino-howto_prepare_item_txt.mod-7 {
    transform: translate(2%, 0);
    white-space: nowrap;
  }
  .pino2607 .pino-howto_prepare_item_txt.mod-8 {
    transform: translate(2%, -35%);
  }
  .pino2607 .pino-howto_prepare_item_txt.mod-9 {
    transform: translate(-6%, 20%);
  }
  .pino2607 .pino-howto_prepare_item_txt.mod-10 {
    transform: translate(12%, 11%);
  }
  .pino2607 .pino-howto_prepare_note_small {
    font-size: 1.0769230769vw;
    line-height: 1.6428571429;
    font-weight: bold;
    padding: 1.4615384615vw 1.9230769231vw 1vw;
    border-radius: 0.7692307692vw;
    margin: -0.0769230769vw 1.3333333333vw 0;
  }
  .pino2607 .pino-howto_prepare_note_small:before {
    width: 1.3846153846vw;
    height: 1.8461538462vw;
    top: -0.8461538462vw;
    left: 68.9230769231vw;
  }
  .pino2607 .pino-movie {
    width: 87.7692307692vw;
    margin: 3.7692307692vw auto 0;
  }
  .pino2607 .pino-movie:after {
    display: none;
  }
  .pino2607 .pino-movieInner {
    background: url("../img/movie/pc/bg.webp") no-repeat top center/100% 100%;
    padding-bottom: 7.2307692308vw;
  }
  .pino2607 .pino-movie_ttl {
    width: 20.7692307692vw;
    margin: 0 auto;
    filter: drop-shadow(0.5384615385vw 0.5384615385vw 0.3846153846vw rgba(0, 0, 0, 0.15));
    transform: translate(1%, 245%);
  }
  .pino2607 .pino-movie_deco.mod-1 {
    width: 13.1538461538vw;
    top: -0.0769230769vw;
    right: -3.1538461538vw;
  }
  .pino2607 .pino-movie_deco.mod-2 {
    width: 13.4615384615vw;
    top: 42.969231vw;
    left: -3.846154vw;
  }
  .pino2607 .pino-movie_inner {
    width: 77%;
    margin: 10.6153846154vw auto 0;
  }
  .pino2607 .pino-parts {
    margin-top: 5.8461538462vw;
  }
  .pino2607 .pino-parts:before, .pino2607 .pino-parts:after {
    height: 1.2307692308vw;
    background: url("../img/parts/border.webp") repeat-x center center/3.2846153846vw 100%;
  }
  .pino2607 .pino-parts_container {
    padding: 5.9230769231vw 0 7.2307692308vw;
  }
  .pino2607 .pino-parts_ttl {
    width: 59.2307692308vw;
  }
  .pino2607 .pino-parts_list {
    margin-top: 3.6923076923vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pino2607 .pino-parts_item {
    display: flex;
    flex-direction: column;
    width: 17.3076923077vw;
    margin-left: 0;
    position: relative;
  }
  .pino2607 .pino-parts_item:not(:first-of-type):before {
    background: url("../img/parts/pc/line-dot.webp") no-repeat center center/auto 100%;
    width: 0.3076923077vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .pino2607 .pino-parts_item_img {
    width: 17.1538461538vw;
    order: 1;
    margin-top: 0.6923076923vw;
  }
  .pino2607 .pino-parts_item_ttl {
    font-size: 1.5384615385vw;
    line-height: 1.25;
    order: 0;
  }
  .pino2607 .pino-parts_item_content {
    width: auto;
    display: contents;
  }
  .pino2607 .pino-parts_item_btn {
    order: 2;
    margin-top: auto;
    width: 84%;
  }
  .pino2607 .pino-parts_item_btn.mod-1 {
    margin-top: 1.4230769231vw;
  }
  .pino2607 .pino-bgWrap {
    background: url("../img/parts/pc/bg.webp") no-repeat top center/103.2692307692vw auto;
  }
  .util-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mod-none_underPc {
    display: none !important;
  }
  .pino2607 .pino-kv:after {
    display: none;
  }
  .pino2607 .pino-about_vehicles_ttl {
    transform: translate(-5%, 3%);
  }
  .pino2607 .pino-about_target_head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pino2607 .pino-about_target_head.mod-2 {
    margin-top: 8vw;
  }
  .pino2607 .pino-about_target_item + .pino-about_target_item {
    margin-top: 8.5333333333vw;
  }
  .pino2607 .pino-about_target_info:before {
    content: "";
    float: right;
    width: 0;
    height: 28.8vw;
  }
  .pino2607 .pino-about_target_info_img {
    width: 19.4vw;
    float: right;
    clear: right;
  }
  .pino2607 .pino-howto_prepare_item_img.mod-10 {
    transform: translateX(-7%);
  }
  .util-sp {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .pino2607 a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .pino2607 .pino-about_target_info_img img {
    display: block;
    width: 125%;
    height: auto;
    transform: translateX(7%);
    max-width: none;
  }
}