﻿@font-face {
  font-family: "goodheadline";
  src: url("../fonts/GoodHeadlinePro-CondBold.woff") format("woff"),
    url("../fonts/GoodHeadlinePro-CondBold.ttf") format("truetype");
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
html {
  font-size: 10px;
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  text-align: left;
  font-weight: 400;
  height: 100%;
  position: relative;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 0.9vw;
  }
  body {
    min-width: 320px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.fi {
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -ms-transition: all 5s ease;
  -o-transition: all 5s ease;
  transition: all 5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transform: translate(0, 30px);
}
.fi.active {
  opacity: 1;
  transform: translate(0, 0);
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.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 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    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 -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s 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 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}
@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  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 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}
.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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ball-rotate {
  position: relative;
}
.ball-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative;
}
.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:before,
.ball-rotate > div:after {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8;
}
.ball-rotate > div:before {
  top: 0px;
  left: -28px;
}
.ball-rotate > div:after {
  top: 0px;
  left: 25px;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 26px;
  width: 26px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  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;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: #fff transparent #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;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
.ball-clip-rotate-multiple {
  position: relative;
}
.ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #000;
  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: #000 transparent #000 transparent;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  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% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  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 {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  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;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  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% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  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 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  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;
}
@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px);
}
.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-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% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.ball-pulse-rise > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -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: -0.02s;
  animation-delay: -0.02s;
  -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 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  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% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    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: -0.03s;
  animation-delay: -0.03s;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
}
.ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
  -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: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -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 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  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;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(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.04545px;
  left: 17.04545px;
  -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.04545px;
  left: 17.04545px;
  -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.04545px;
  left: -17.04545px;
  -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.04545px;
  left: -17.04545px;
  -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 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}
@-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.68182px;
  left: 30.68182px;
  -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.68182px;
  left: 30.68182px;
  -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.68182px;
  left: -30.68182px;
  -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.68182px;
  left: -30.68182px;
  -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;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: green;
}
@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.ball-zig-zag > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.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% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.ball-zig-zag-deflect > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.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% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.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 {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.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: 0.04s;
  animation-delay: 0.04s;
  -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 {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -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% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -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% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  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.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  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;
  -webkit-transform: rotate(90deg);
  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.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  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.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  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;
  -webkit-transform: rotate(90deg);
  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.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  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 {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  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% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  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;
}
@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
.pacman {
  position: relative;
}
.pacman > div:nth-child(2) {
  -webkit-animation: pacman-balls 1s -0.99s infinite linear;
  animation: pacman-balls 1s -0.99s infinite linear;
}
.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 {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px;
}
.pacman > div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px;
}
.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px;
}
@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
}
.cube-transition > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.semi-circle-spin > div {
  position: absolute;
  border-width: 0px;
  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%;
}
.l-loader {
  display: none;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}
.l-loader.is-active {
  opacity: 1;
}
.l-loader .loader {
  transform: translate(0, 30px);
}
@keyframes dot_animation {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
@keyframes dot_animation2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes dot_animation3 {
  0% {
    opacity: 0;
  }
  74% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}
body::-webkit-scrollbar {
  display: none !important;
}
.l-wrap {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.l-wrap::-webkit-scrollbar {
  display: none !important;
}
.l-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 100%;
  height: auto;
  z-index: 2;
  padding-bottom: 10vw;
}
.l-content::-webkit-scrollbar {
  display: none !important;
}
.l-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
  background-size: cover;
  z-index: 1;
  background: url("../images/back.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-background {
    background: url("../images/back.png") no-repeat center center;
    background-size: cover;
  }
}
.l-screen {
  width: 100vw;
  height: 100%;
  overflow: scroll;
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
.l-screen.is-show {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 767px) {
  .l-screen--no-padding {
    padding: 0;
    padding-top: 80px;
  }
  .l-screen--opening {
    padding: 0;
    min-height: 100%;
  }
}
.l-inner {
  padding: 3.2vw;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .l-inner {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
  }
}
.c-grid {
  margin-bottom: clamp(20px, 10%, 60px);
}
.c-grid__row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -1.65vw;
  margin-right: -1.65vw;
  margin-bottom: -1.65vw;
}
.c-grid__col--sm-1 {
  width: 8.33333%;
}
.c-grid__col--sm-2 {
  width: 16.66667%;
}
.c-grid__col--sm-3 {
  width: 25%;
}
.c-grid__col--sm-4 {
  width: 33.33333%;
}
.c-grid__col--sm-5 {
  width: 41.66667%;
}
.c-grid__col--sm-6 {
  width: 50%;
}
.c-grid__col--sm-7 {
  width: 58.33333%;
}
.c-grid__col--sm-8 {
  width: 66.66667%;
}
.c-grid__col--sm-9 {
  width: 75%;
}
.c-grid__col--sm-10 {
  width: 83.33333%;
}
.c-grid__col--sm-11 {
  width: 91.66667%;
}
.c-grid__col--sm-12 {
  width: 100%;
}
[class*="c-grid__col"] {
  box-sizing: border-box;
}
[class*="c-grid__col--sm"] {
  padding: 0 1.65vw;
  margin-bottom: 1.65vw;
}
@media screen and (min-width: 767px) {
  .c-grid__row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
  }
  .c-grid__col--lg-1 {
    width: 8.33333%;
  }
  .c-grid__col--lg-2 {
    width: 16.66667%;
  }
  .c-grid__col--lg-3 {
    width: 25%;
  }
  .c-grid__col--lg-4 {
    width: 33.33333%;
  }
  .c-grid__col--lg-5 {
    width: 41.66667%;
  }
  .c-grid__col--lg-6 {
    width: 50%;
  }
  .c-grid__col--lg-7 {
    width: 58.33333%;
  }
  .c-grid__col--lg-8 {
    width: 66.66667%;
  }
  .c-grid__col--lg-9 {
    width: 75%;
  }
  .c-grid__col--lg-10 {
    width: 83.33333%;
  }
  .c-grid__col--lg-11 {
    width: 91.66667%;
  }
  .c-grid__col--lg-12 {
    width: 100%;
  }
  [class*="c-grid__col--lg"] {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
.c-inner {
  width: 86%;
  margin: 0 auto;
}
.c-title {
  font-size: 5.5vw;
}
.c-text {
  font-size: 3.8vw;
  line-height: 1.4;
  margin-top: 1em;
}
.c-text--large {
  font-size: 5vw;
}
.c-button {
  width: 100%;
  font-size: 4.5vw;
  line-height: 1;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 7.5vw;
}
.c-button--primary {
  color: #fff;
  background-color: #0b2241;
  border: 1px solid #0b2241;
}
.c-button--secondary {
  color: #000;
  background-color: #fff;
  border: 1px solid #0b2241;
}
.c-button--small {
  width: 80%;
  background-color: #0b2241;
  border: 1px solid #0b2241;
  color: #fff;
}
.c-button__item {
  margin-bottom: 10px;
}
.c-button__item:last-child {
  margin-bottom: 0;
}
.c-modal__wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
}
.c-modal__wrap.is-active {
  pointer-events: all;
  animation-name: show;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.c-modal__inner {
  box-sizing: border-box;
  width: 80vw;
  background-color: #fff;
  padding: 10% 5%;
  border-radius: 6px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.is-active .c-modal__inner {
  pointer-events: all;
  animation-name: vertical_show;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vertical_show {
  0% {
    transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
#js-show-preview {
  opacity: 1;
}
#js-show-preview:disabled {
  opacity: 0.5;
}
.l-nav-list li a {
  font-size: 15px;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.js-back-to-top {
  position: absolute;
  right: 5rem;
  top: 5rem;
  width: 5rem;
  height: 5rem;
  transform: rotate(45deg);
}
.js-back-to-top:before,
.js-back-to-top:after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
}
.js-back-to-top:before {
  left: 0;
  top: 50%;
  transform: translte(0, -50%);
  width: 100%;
  height: 1px;
}
.js-back-to-top:after {
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 1px;
  height: 100%;
}
.p-text {
  font-size: 2rem;
  line-height: 2;
}
.p-text a {
  color: #000;
  text-decoration: underline;
}
.p-text a:hover {
  text-decoration: none;
}
.p-text--small {
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-text--small {
    font-size: 1.8rem;
  }
}
.p-text--term {
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-text--term {
    font-size: 3rem;
  }
}
.p-text--medium {
  font-size: 2.4rem;
}
.p-text--medium2 {
  font-size: 2.8rem;
  font-weight: 700;
}
.p-text--medium2 b {
  color: red;
}
@media screen and (max-width: 767px) {
  .p-text--medium2 {
    font-size: 3.4rem;
  }
}
.p-text--small2 {
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-text--small2 {
    font-size: 3.2rem;
  }
}
.p-text--large {
  font-size: 3.5rem;
  font-weight: bold;
}
.p-text span {
  color: #106aad;
  background-image: linear-gradient(transparent 60%, #e799a2 0%);
}
.p-button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0.6em 0;
  margin: 0 auto;
  font-size: 3.5rem;
  width: 90%;
  background-color: red;
}
.p-button--secondary {
  font-size: 2.4rem;
  width: 60%;
  margin: 0 auto;
  background-color: #39a4ca;
}
.p-toggle__title {
  background: url("../images/image_title.png") #fff no-repeat;
  height: 11.5rem;
  font-size: 3.5rem;
  line-height: 11.5rem;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
}
.p-toggle__title:before {
  content: "";
  display: block;
  width: 4.7rem;
  height: 4.7rem;
  background: url("../images/plus.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translate(0, -50%);
}
.p-toggle__content {
  display: none;
  padding: 10rem;
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-toggle__content {
    padding: 4rem;
  }
}
.p-screen {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow-x: hidden !important;
}
.p-screen:not(.p-main)::-webkit-scrollbar {
  display: none;
}
.p-screen.is-show {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: all;
}
.p-screen.is-remove {
  opacity: 0;
  pointer-events: none;
}
.p-screen__content {
  width: 100%;
  height: 100%;
  position: relative;
}

.l-screen.p-screen.is-show:not(.p-main) .p-screen__content { /* 2024-04-25 add */
  height: 800px;
}
@media screen and (max-width: 767px) {
  .l-screen.p-screen.is-show:not(.p-main) .p-screen__content { /* 2024-04-25 add */
    height: 500px;
  }
}
.l-screen.p-result.is-show .p-screen__content { /* 2024-04-25 add */
  height: 100% !important;
}
.p-screen--character {
  transform: scale(1.5, 1.5) rotate(1080deg);
  transition-property: all;
  transition-duration: 2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
}
.p-screen--character.is-show {
  transform: scale(1, 1) rotate(0deg);
  animation-name: zoom;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .p-screen--character.is-show {
    animation: none;
  }
}
.p-footer {
  background-color: #1a419a;
  margin-top: 5rem;
  text-align: left;
}
.p-footer__inner {
  width: 90%;
  max-width: 110rem;
  padding: 5rem 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.p-footer__content {
  width: calc(50% - 2rem);
}
.p-footer__title {
  font-size: 2rem;
  color: #1a419a;
  background-color: #fff;
  line-height: 1;
  margin-bottom: 1em;
  padding: 0.3em 1em;
  box-sizing: border-box;
}
.p-footer__text {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.8;
}
.p-footer__text a {
  color: #fff;
  text-decoration: underline;
}
.p-footer__text--large {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    display: block;
  }
  .p-footer__content {
    width: 100%;
    margin-bottom: 3rem;
  }
  .p-footer__content:last-child {
    margin-bottom: 0;
  }
  .p-footer__title {
    font-size: 4rem;
  }
  .p-footer__text {
    font-size: 3.4rem;
  }
  .p-footer__text--large {
    font-size: 4rem;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.05, 1.05);
  }
  60% {
    transform: scale(1.07, 1.07);
  }
  100% {
    transform: scale(1, 1);
  }
}
.p-header img {
  margin: 0 auto;
}
.p-main {
  overflow: scroll;
}
.p-main__inner {
  width: 92%;
  margin: 0 auto;
  max-width: 1190px;
}
.p-main__title {
  width: 63.98148vw;
  margin: 0 auto;
}
.p-main__text {
  font-size: 3.14815vw;
  line-height: 4.72222vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.p-question {
  width: 90%;
  height: 90%;
  max-width: 1190px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 100px auto 100px auto;
  overflow: hidden;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-question {
    margin: 50px auto 50px auto;
  }
}
.p-question__inner {
  overflow: auto;
  display: flex;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.p-question__textWrap {
  width: 100%;
}
.p-question--is-block {
  display: block;
}
.p-question__boarder {
  position: absolute;
}
.p-question__boarder--top {
  left: 0;
  top: 0;
  width: 100%;
  height: 1.5rem;
  background-color: rgba(232, 154, 163, 0.7);
}
.p-question__boarder--right {
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 100%;
  background-color: rgba(232, 154, 163, 0.7);
}
.p-question__boarder--left {
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 100%;
  background-color: rgba(57, 164, 202, 0.7);
}
.p-question__boarder--bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5rem;
  background-color: rgba(57, 164, 202, 0.7);
}
.p-question__number img {
  width: 6.38889vw;
}
.p-question__text {
  font-size: 3.5rem;
  line-height: 2;
  font-weight: 500;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-question__text {
    font-size: 5.2rem;
  }
}
.p-question__list {
  width: 100%;
  width: 60rem;
  margin: 0 auto;
}
.p-question__item {
  display: block;
}
.p-question__button {
  width: 100%;
  font-size: 3.5rem;
  color: #fff;
  line-height: 11rem;
  height: 11rem;
  display: block;
  margin: 0 auto;
}
.p-question__button--blue {
  background-color: rgba(57, 164, 202, 0.7);
}
.p-question__button--red {
  background-color: rgba(232, 154, 163, 0.7);
}
.p-question__back {
  font-size: 3.24074vw;
  position: relative;
  display: inline-block;
  color: #000;
  display: none;
}
.p-question__back:before {
  content: "";
  display: block;
  width: 1.48148vw;
  height: 3.51852vw;
  background: url("../images/arrow.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -4.16667vw;
  top: 50%;
  transform: translate(0, -50%);
}
[data-screen="start"] .p-question__back {
  display: none;
}
.result {
  width: 90%;
  height: 90%;
  max-width: 1190px;
  display: block;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 100px auto 100px auto;
  /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2); */
  overflow: auto;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .result {
    margin: 50px auto 50px auto;
  }
}
.result__inner {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.result__footer {
  padding: 0 10% 10rem 10%;
}
.result__result {
  padding: 10rem 10% 8rem 10%;
  box-sizing: border-box;
  position: relative;
  font-weight: 700;
  background-image: url("../images/chara_01.png"), url("../images/chara_02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 10rem 10rem, right 10rem top 10rem;
  background-size: 13rem auto, 13rem auto;
}
.result__boarder {
  position: absolute;
}
.result__boarder--top {
  left: 0;
  top: 0;
  width: 100%;
  height: 1.5rem;
  background-color: rgba(232, 154, 163, 0.7);
}
.result__boarder--right {
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 100%;
  background-color: rgba(232, 154, 163, 0.7);
}
.result__boarder--left {
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 100%;
  background-color: rgba(57, 164, 202, 0.7);
}
.result__boarder--bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5rem;
  background-color: rgba(57, 164, 202, 0.7);
}
.result__title {
  font-weight: 700;
}
.result__image {
  margin: 0 auto;
  width: 72.77778vw;
}
.result__star {
  font-size: 8rem;
  font-weight: 700;
  color: #2a6bb0;
}
.result__copy {
  font-size: 8rem;
  font-weight: 700;
  color: #2a6bb0;
}
.result__body {
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 700;
  text-align: left;
}
.result__body span {
  display: block;
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  .result__body {
    font-size: 3.4rem;
  }
}
.result__text_02 {
  font-size: 2.4rem;
  line-height: 2;
}
.result__share {
  margin: 5rem auto;
}
.result__share--border {
  padding: 3rem;
  border: 1px solid #106aad;
}
.result__shareTitle {
  color: #2a6bb0;
  margin-bottom: 1.5em;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .result__shareTitle {
    font-size: 3.4rem;
  }
}
.result__share .p {
  font-size: 1.8rem;
  line-height: 1.6;
}
.result__share .p span {
  color: #39a4ca;
}
@media screen and (max-width: 767px) {
  .result__share .p {
    font-size: 3.4rem;
  }
}
.result__shareButton {
  background-color: #2a6bb0;
  font-size: 2.4rem;
  color: #fff;
  padding: 0.5em 1em;
}
.result__shareList {
  display: flex;
  justify-content: center;
  margin: 5rem auto;
}
.result__shareList li {
  padding: 0 2rem;
}
.result__shareList li a {
  display: block;
  width: 5rem;
}
.js-interview-button {
  margin-top: 3rem !important;
}
.js-interview-button:before {
  content: "詳しくはこちら";
}
.js-interview-button:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #0b7ce0;
  border-bottom: 1px solid #0b7ce0;
  transform: rotate(45deg) translate(0, -50%);
}
.js-interview-button.is-active:before {
  content: "閉じる";
}
.js-interview-button.is-active:after {
  border: none;
  transform: none;
  content: "×";
}
.pl-box {
  background-color: #fff;
  position: relative;
  margin-bottom: 5rem;
}
.pl-box--footerButton {
  position: relative;
  padding-bottom: 500px;
}
.pl-box:last-child {
  margin-bottom: 0;
}
.pl-box__inner {
  width: 80%;
  max-width: 830px;
  padding: 6rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pl-box__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 5.33333vw;
  }
}
.pl-box__boarder {
  position: absolute;
}
.pl-box__boarder--top {
  left: 0;
  top: 0;
  width: 100%;
  height: 1.5rem;
  background-color: rgba(232, 154, 163, 0.7);
}
.pl-box__boarder--right {
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 100%;
  background-color: rgba(232, 154, 163, 0.7);
}
.pl-box__boarder--left {
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 100%;
  background-color: rgba(11, 124, 224, 0.7);
}
.pl-box__boarder--bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5rem;
  background-color: rgba(11, 124, 224, 0.7);
}
@media screen and (max-width: 767px) {
  .pl-box {
    width: 100vw;
    margin-left: -4vw;
  }
}
.pl-title {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.pl-title--small {
  font-size: 3.6rem;
}
.pl-title b {
  color: #0b7ce0;
}
@media screen and (max-width: 767px) {
  .pl-title {
    font-size: 5.33333vw;
  }
  .pl-title--small {
    font-size: 4.26667vw;
  }
}
.pl-text {
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
}
.pl-text b {
  font-weight: 700;
}
.pl-text--blue {
  color: #0b7ce0;
  font-weight: bold;
}
.pl-text--middle {
  font-size: 2.4rem;
  font-weight: bold;
}
.pl-text--left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .pl-text {
    font-size: 3.73333vw;
    line-height: 2.2;
  }
}
.pl-subject {
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: left;
  font-weight: 700;
  padding-bottom: 0.8em;
  border-bottom: 2px solid #0b7ce0;
  margin-bottom: 0.8em;
}
.pl-subject b {
  color: #0b7ce0;
}
@media screen and (max-width: 767px) {
  .pl-subject {
    font-size: 4.8vw;
  }
}
.pl-button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  display: block;
  color: #0b7ce0;
  font-size: 2rem;
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  border-radius: 2rem;
  padding: 1.5em 0;
  border: 2px solid #0b7ce0;
}
.pl-button--blue {
  background-color: #0b7ce0;
  color: #fff;
}
.pl-button--blue span {
  display: block;
  font-size: 0.6em;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .pl-button {
    font-size: 4.8vw;
  }
}
.pl-profile {
  display: flex;
  text-align: left;
  justify-content: space-between;
  background-color: #eff7ff;
  border-radius: 2rem;
  padding: 5rem;
}
.pl-profile__text {
  width: 590px;
}
.pl-profile__photo {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .pl-profile {
    flex-direction: column-reverse;
    text-align: center;
  }
  .pl-profile__name {
    font-size: 4.8vw;
  }
  .pl-profile__text {
    width: 100%;
  }
  .pl-profile__photo {
    width: 100%;
    text-align: center;
    margin-bottom: 3vw;
  }
  .pl-profile__photo img {
    display: block;
    width: 32vw;
    margin: 0 auto;
  }
}
.pl-footer {
  padding: 5rem 5rem 0 5rem;
  background-color: #eff7ff;
  border-radius: 2rem;
}
.js-interview {
  height: auto;
  overflow: hidden;
  position: relative;
}
.js-interview:before {
  content: "";
  display: block;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/_pl/gradient.png") no-repeat center bottom;
  background-size: auto 100%;
}
.js-interview.is-active {
  height: auto;
}
.js-interview.is-active:before {
  display: none;
}
.pl-subject02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.pl-subject02__text {
  font-size: 2.8rem;
  line-height: 1.5;
  width: 630px;
  padding-bottom: 0.6em;
  border-bottom: 2px solid #0b7ce0;
  font-weight: 700;
}
.pl-subject02__text b {
  color: #0b7ce0;
}
.pl-subject02__photo {
  width: 158px;
}
.pl-subject02__photo a {
  color: #0b7ce0;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
}
.pl-subject02__photo a:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 0.5em;
  top: 40%;
  border-right: 1px solid #0b7ce0;
  border-bottom: 1px solid #0b7ce0;
  transform: rotate(45deg) translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .pl-subject02 {
    flex-direction: column;
  }
  .pl-subject02__text {
    width: 100%;
    font-size: 4.8vw;
    margin-bottom: 1em;
  }
  .pl-subject02__photo {
    width: 100%;
    text-align: center;
  }
  .pl-subject02__photo img {
    width: 36.8vw;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5em;
  }
  .pl-subject02__photo a {
    width: auto;
    padding: 0 1.5em;
    font-size: 3.73333vw;
  }
}
.pl-result {
  display: flex;
  justify-content: space-between;
  padding: 4rem;
  border: 2px dotted #0b7ce0;
  border-radius: 2rem;
  text-align: left;
}
.pl-result__text {
  width: 480px;
}
.pl-result__ill {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .pl-result {
    flex-direction: column;
  }
  .pl-result__text {
    width: 100%;
  }
  .pl-result__ill {
    width: 80%;
    margin: 0 auto;
  }
}
.pl-comment {
  display: flex;
  justify-content: space-between;
}
.pl-comment__photo {
  width: 120px;
}
.pl-comment__photo p {
  font-size: 1.6rem;
  margin-top: 1em;
}
.pl-comment__text {
  padding: 5rem;
  width: 680px;
  background-color: #eff7ff;
  border-radius: 2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .pl-comment {
    flex-direction: column;
  }
  .pl-comment__photo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5vw;
  }
  .pl-comment__photo img {
    width: 19.2vw;
  }
  .pl-comment__photo p {
    font-size: 4.26667vw;
  }
  .pl-comment__text {
    width: 100%;
  }
}
.js-button-copy {
  cursor: pointer;
  position: relative;
}
.tooltip::after {
  content: "コピーしました";
  background: #555;
  display: inline-block;
  color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  transform: translate(-50%, 0);
  font-size: 0.75rem;
  padding: 4px 10px 6px 10px;
  animation: fade-tooltip 0.5s 1s 1 forwards;
}
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}
.u-mt1 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .u-mt1 {
    margin-top: 5px;
  }
}
.u-mt2 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .u-mt2 {
    margin-top: 10px;
  }
}
.u-mt3 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .u-mt3 {
    margin-top: 15px;
  }
}
.u-mt4 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .u-mt4 {
    margin-top: 20px;
  }
}
.u-mt5 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .u-mt5 {
    margin-top: 25px;
  }
}
.u-mt6 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .u-mt6 {
    margin-top: 30px;
  }
}
.u-mt7 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .u-mt7 {
    margin-top: 35px;
  }
}
.u-mt8 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-mt8 {
    margin-top: 40px;
  }
}
.u-mt9 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .u-mt9 {
    margin-top: 45px;
  }
}
.u-mt10 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .u-mt10 {
    margin-top: 50px;
  }
}
.u-mt11 {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .u-mt11 {
    margin-top: 55px;
  }
}
.u-mt12 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .u-mt12 {
    margin-top: 60px;
  }
}
.u-mt13 {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .u-mt13 {
    margin-top: 65px;
  }
}
.u-mt14 {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .u-mt14 {
    margin-top: 70px;
  }
}
.u-mt15 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .u-mt15 {
    margin-top: 75px;
  }
}
.u-mt16 {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .u-mt16 {
    margin-top: 80px;
  }
}
.u-mt17 {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .u-mt17 {
    margin-top: 85px;
  }
}
.u-mt18 {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .u-mt18 {
    margin-top: 90px;
  }
}
.u-mt19 {
  margin-top: 190px;
}
@media screen and (max-width: 767px) {
  .u-mt19 {
    margin-top: 95px;
  }
}
.u-mt20 {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 100px;
  }
}
.u-mt21 {
  margin-top: 210px;
}
@media screen and (max-width: 767px) {
  .u-mt21 {
    margin-top: 105px;
  }
}
.u-mt22 {
  margin-top: 220px;
}
@media screen and (max-width: 767px) {
  .u-mt22 {
    margin-top: 110px;
  }
}
.u-mt23 {
  margin-top: 230px;
}
@media screen and (max-width: 767px) {
  .u-mt23 {
    margin-top: 115px;
  }
}
.u-mt24 {
  margin-top: 240px;
}
@media screen and (max-width: 767px) {
  .u-mt24 {
    margin-top: 120px;
  }
}
.u-mt25 {
  margin-top: 250px;
}
@media screen and (max-width: 767px) {
  .u-mt25 {
    margin-top: 125px;
  }
}
.u-mt26 {
  margin-top: 260px;
}
@media screen and (max-width: 767px) {
  .u-mt26 {
    margin-top: 130px;
  }
}
.u-mt27 {
  margin-top: 270px;
}
@media screen and (max-width: 767px) {
  .u-mt27 {
    margin-top: 135px;
  }
}
.u-mt28 {
  margin-top: 280px;
}
@media screen and (max-width: 767px) {
  .u-mt28 {
    margin-top: 140px;
  }
}
.u-mt29 {
  margin-top: 290px;
}
@media screen and (max-width: 767px) {
  .u-mt29 {
    margin-top: 145px;
  }
}
.u-mt30 {
  margin-top: 300px;
}
@media screen and (max-width: 767px) {
  .u-mt30 {
    margin-top: 150px;
  }
}
.u-mb1 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .u-mb1 {
    margin-bottom: 5px;
  }
}
.u-mb2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .u-mb2 {
    margin-bottom: 10px;
  }
}
.u-mb3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .u-mb3 {
    margin-bottom: 15px;
  }
}
.u-mb4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .u-mb4 {
    margin-bottom: 20px;
  }
}
.u-mb5 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .u-mb5 {
    margin-bottom: 25px;
  }
}
.u-mb6 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .u-mb6 {
    margin-bottom: 30px;
  }
}
.u-mb7 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .u-mb7 {
    margin-bottom: 35px;
  }
}
.u-mb8 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .u-mb8 {
    margin-bottom: 40px;
  }
}
.u-mb9 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .u-mb9 {
    margin-bottom: 45px;
  }
}
.u-mb10 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 50px;
  }
}
.u-mb11 {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .u-mb11 {
    margin-bottom: 55px;
  }
}
.u-mb12 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .u-mb12 {
    margin-bottom: 60px;
  }
}
.u-mb13 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .u-mb13 {
    margin-bottom: 65px;
  }
}
.u-mb14 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .u-mb14 {
    margin-bottom: 70px;
  }
}
.u-mb15 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .u-mb15 {
    margin-bottom: 75px;
  }
}
.u-mb16 {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .u-mb16 {
    margin-bottom: 80px;
  }
}
.u-mb17 {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .u-mb17 {
    margin-bottom: 85px;
  }
}
.u-mb18 {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .u-mb18 {
    margin-bottom: 90px;
  }
}
.u-mb19 {
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .u-mb19 {
    margin-bottom: 95px;
  }
}
.u-mb20 {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 100px;
  }
}
.u-mb21 {
  margin-bottom: 210px;
}
@media screen and (max-width: 767px) {
  .u-mb21 {
    margin-bottom: 105px;
  }
}
.u-mb22 {
  margin-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .u-mb22 {
    margin-bottom: 110px;
  }
}
.u-mb23 {
  margin-bottom: 230px;
}
@media screen and (max-width: 767px) {
  .u-mb23 {
    margin-bottom: 115px;
  }
}
.u-mb24 {
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .u-mb24 {
    margin-bottom: 120px;
  }
}
.u-mb25 {
  margin-bottom: 250px;
}
@media screen and (max-width: 767px) {
  .u-mb25 {
    margin-bottom: 125px;
  }
}
.u-mb26 {
  margin-bottom: 260px;
}
@media screen and (max-width: 767px) {
  .u-mb26 {
    margin-bottom: 130px;
  }
}
.u-mb27 {
  margin-bottom: 270px;
}
@media screen and (max-width: 767px) {
  .u-mb27 {
    margin-bottom: 135px;
  }
}
.u-mb28 {
  margin-bottom: 280px;
}
@media screen and (max-width: 767px) {
  .u-mb28 {
    margin-bottom: 140px;
  }
}
.u-mb29 {
  margin-bottom: 290px;
}
@media screen and (max-width: 767px) {
  .u-mb29 {
    margin-bottom: 145px;
  }
}
.u-mb30 {
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 150px;
  }
}
