@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600,700&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap);
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/******************************************************************
reset
******************************************************************/
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}

em {
  font-style: normal;
  font-weight: bold;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

/******************************************************************
base
******************************************************************/
body {
  min-width: 320px;
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", YuGothic, "メイリオ",
    Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1rem;
  color: #fff;
  background-color: #000;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 736px) {
  body {
    font-size: 0.9rem;
  }
}

body[data-menu-open="true"] {
  overflow: hidden;
}

a {
  color: #d12d3d;
  text-decoration: none;
}

a:hover {
  color: #a72431;
  text-decoration: underline;
}

h1,
h2 {
  line-height: 1.5;
}

h3 {
  line-height: 1.6;
}

h4 {
  line-height: 1.7;
}

small {
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b5c1cc;
}

button,
input,
optgroup,
select,
textarea {
  color: #fff;
  line-height: inherit;
}

/******************************************************************
image-noselect
******************************************************************/
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
  user-drag: none;
  -webkit-touch-callout: none;
}

/******************************************************************
layout - wrapper
******************************************************************/
.l-wrapper {
  width: 100%;
  overflow: hidden;
}

/******************************************************************
layout - header-fixed
******************************************************************/
.l-header-fixed {
  position: relative;
  z-index: 1000;
}

.l-header-fixed[data-header-fixed="false"] .l-header-fixed__inner {
  position: fixed;
  top: 0;
  width: 100%;
}

.l-header-fixed[data-header-fixed="true"] .l-header-fixed__inner {
  position: fixed;
  top: 0;
  width: 100%;
}

/******************************************************************
layout - header
******************************************************************/
.l-header {
  color: #fff;
  transition-property: background;
  transition-duration: 0.3s;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0);
}

body[data-offset="true"] .l-header {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.04);
}

@media print, screen and (min-width: 737px) {
  .l-header__inner {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l-header__logo img {
    width: 70px;
  }
}

@media screen and (max-width: 736px) {
  .l-header__inner {
    padding: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l-header__logo {
    font-size: 10px;
  }
  .l-header__logo img {
    width: 45px;
  }
}

/******************************************************************
layout - nav
******************************************************************/
.l-nav {
  font-size: 13px;
  font-weight: 500;
  margin-left: auto;
}

@media print, screen and (min-width: 737px) {
  .l-nav__inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 736px) {
  .l-nav {
    display: none;
  }
}

/******************************************************************
layout - title
******************************************************************/
.l-title {
  color: #fff;
  background: url(/common/img/visual.png) center center/cover;
}

.l-title__inner > * {
  text-align: center;
  font-weight: 700;
}

@media print, screen and (min-width: 737px) {
  .l-title__inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .l-title__inner > * {
    font-size: 70px;
  }
}

@media screen and (max-width: 736px) {
  .l-title__inner {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    text-align: center;
  }
  .l-title__inner > * {
    font-size: 8vw;
  }
  .l-title--small .l-title__inner {
    font-size: 0.6rem;
  }
}

/******************************************************************
layout - nav-main
******************************************************************/
@media print, screen and (min-width: 737px) {
  .l-nav-main {
    display: flex;
  }
  .l-nav-main > .l-nav-main__item {
    flex-grow: 1;
    margin-left: 1rem;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  .l-nav-main > .l-nav-main__item > a {
    font-size: 125%;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
    transition-property: opacity;
    transition-duration: 0.3s;
  }
  .l-nav-main > .l-nav-main__item > a:hover {
    color: #fff;
    text-decoration: none;
  }
  .l-nav-main > .l-nav-main__item > a:hover {
    opacity: 0.7;
  }
  [data-load="true"] .l-nav-main > .l-nav-main__item {
    animation-name: fadeInDown;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
  }
  .l-nav-main > .l-nav-main__item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .l-nav-main > .l-nav-main__item:nth-child(2) {
    animation-delay: 0.2s;
  }
  .l-nav-main > .l-nav-main__item:nth-child(3) {
    animation-delay: 0.3s;
  }
  .l-nav-main > .l-nav-main__item:nth-child(4) {
    animation-delay: 0.4s;
  }
  .l-nav-main > .l-nav-main__item:nth-child(5) {
    animation-delay: 0.5s;
  }
  .l-nav-main > .l-nav-main__item:nth-child(6) {
    animation-delay: 0.6s;
  }
  .l-nav-main > .l-nav-main__item:nth-child(7) {
    animation-delay: 0.7s;
  }
  .l-nav-main > .l-nav-main__item:nth-child(8) {
    animation-delay: 0.8s;
  }
  .l-nav-main > .l-nav-main__item:nth-child(9) {
    animation-delay: 0.9s;
  }
}

@media screen and (max-width: 736px) {
  .l-nav-main > .l-nav-main__item > a {
    box-sizing: border-box;
    line-height: 1.5;
  }
  .l-nav-main > .l-nav-main__item > a > span {
    display: block;
  }
}

/******************************************************************
layout - sp-nav-control
******************************************************************/
@media print, screen and (min-width: 737px) {
  .l-sp-nav-control {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .l-sp-nav-control {
    position: absolute;
    z-index: 301;
    top: 7px;
    right: 4px;
    display: inline-block;
    padding: 10px;
  }
  .l-sp-nav-control__item {
    display: inline-block;
    top: -1px;
    position: relative;
    height: 2px;
    width: 24px;
    background-color: #fff;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .l-sp-nav-control__item::before,
  .l-sp-nav-control__item::after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
    width: 0;
    height: 0;
    left: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .l-sp-nav-control__item::before {
    height: 2px;
    width: 24px;
    background-color: #fff;
    width: 24px;
    bottom: 8px;
  }
  .l-sp-nav-control__item::after {
    height: 2px;
    width: 24px;
    background-color: #fff;
    width: 24px;
    bottom: -8px;
  }
  .l-sp-nav-control[aria-expanded="true"] {
    position: fixed;
  }
  .l-sp-nav-control[aria-expanded="true"] .l-sp-nav-control__item {
    border-top-color: #fff;
    background-color: transparent;
  }
  .l-sp-nav-control[aria-expanded="true"] .l-sp-nav-control__item::before {
    border-bottom-color: #fff;
  }
  .l-sp-nav-control[aria-expanded="true"] .l-sp-nav-control__item::after {
    border-bottom-color: #fff;
  }
  .l-sp-nav-control[aria-expanded="true"] .l-sp-nav-control__item::before {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .l-sp-nav-control[aria-expanded="true"] .l-sp-nav-control__item::after {
    bottom: 0;
    transform: rotate(45deg);
  }
  body.index[data-offset="false"]
    .l-sp-nav-control[aria-expanded="true"]
    .l-sp-nav-control__item {
    background-color: transparent;
  }
  body.index[data-offset="false"]
    .l-sp-nav-control[aria-expanded="true"]
    .l-sp-nav-control__item::before {
    bottom: 0;
    transform: rotate(-45deg);
  }
  body.index[data-offset="false"]
    .l-sp-nav-control[aria-expanded="true"]
    .l-sp-nav-control__item::after {
    bottom: 0;
    transform: rotate(45deg);
  }
}

/******************************************************************
layout - sp-nav-full
******************************************************************/
@media print, screen and (min-width: 737px) {
  .l-sp-nav-full {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .l-sp-nav-full {
    display: none;
    position: fixed;
    z-index: 300;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    max-height: 100vh;
    box-sizing: border-box;
    background-color: #930000;
    color: #ffffff;
    padding: 0.75rem;
  }
}

/******************************************************************
layout - sp-nav-main
******************************************************************/
@media print, screen and (min-width: 737px) {
  .l-sp-nav-main {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .l-sp-nav-main {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  .l-sp-nav-main__item {
    transition-property: opacity;
    transition-duration: 0.5s;
    opacity: 0;
  }
  .l-sp-nav-main__item:nth-child(1) {
    transition-delay: 0.2s;
  }
  .l-sp-nav-main__item:nth-child(2) {
    transition-delay: 0.25s;
  }
  .l-sp-nav-main__item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .l-sp-nav-main__item:nth-child(4) {
    transition-delay: 0.35s;
  }
  .l-sp-nav-main__item:nth-child(5) {
    transition-delay: 0.4s;
  }
  .l-sp-nav-main__item:nth-child(6) {
    transition-delay: 0.45s;
  }
  .l-sp-nav-main__item:nth-child(7) {
    transition-delay: 0.5s;
  }
  .l-sp-nav-main__item:nth-child(8) {
    transition-delay: 0.55s;
  }
  .l-sp-nav-main__item:nth-child(9) {
    transition-delay: 0.6s;
  }
  .l-sp-nav-main__item:nth-child(10) {
    transition-delay: 0.65s;
  }
  [aria-expanded="true"] .l-sp-nav-main__item {
    opacity: 1;
  }
  .l-sp-nav-main__item {
    color: #fff;
    text-align: center;
    padding: 0.375rem 0;
  }
  .l-sp-nav-main__item > a {
    display: block;
    padding: 0.375rem 0;
    color: inherit;
    text-decoration: none;
    font-size: 130%;
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: bold;
  }
  .l-sp-nav-main__item > a:hover {
    color: inherit;
    text-decoration: none;
  }
  .l-sp-nav-main__item > a span {
    display: block;
  }
}

/******************************************************************
layout - index-visual
******************************************************************/
.l-index-visual {
  padding-top: 122px;
  padding-bottom: 122px;
  text-align: center;
  position: relative;
  z-index: +1;
}

@media screen and (max-width: 736px) {
  .l-index-visual {
    padding-top: 67px;
    padding-bottom: 47px;
  }
}

.l-index-visual::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-property: opacity;
  transition-duration: 0.6s;
  transition-delay: 0.4s;
  background: url(/common/img/visual.png) center center/cover;
  opacity: 0;
}

.l-index-visual.anime::after {
  opacity: 1;
}

.l-index-visual__inner {
  overflow: hidden;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 736px) {
  .l-index-visual__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.l-index-visual__stpr {
  display: block;
  margin: 0 auto;
  width: 72%;
  max-width: 546px; /*************************************************** Generated by SVG Artista on 2/28/2021, 2:58:01 AM MIT license (https://opensource.org/licenses/MIT) W. https://svgartista.net */
}

.l-index-visual__stpr svg {
  width: 100%;
  height: auto;
}

.l-index-visual__stpr svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
  transition: fill 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}

.l-index-visual__stpr svg.active .svg-elem-1 {
  fill: white;
}

.l-index-visual__stpr svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  transition: fill 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

.l-index-visual__stpr svg.active .svg-elem-2 {
  fill: white;
}

.l-index-visual__stpr svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
  transition: fill 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
}

.l-index-visual__stpr svg.active .svg-elem-3 {
  fill: white;
}

.l-index-visual__stpr svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.l-index-visual__stpr svg.active .svg-elem-4 {
  fill: white;
}

.l-index-visual__records {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 748px; /*************************************************** Generated by SVG Artista on 2/27/2021, 10:11:10 PM MIT license (https://opensource.org/licenses/MIT) W. https://svgartista.net */
}

.l-index-visual__records svg {
  width: 100%;
  height: auto;
}

.l-index-visual__records svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.l-index-visual__records svg.active .svg-elem-1 {
  fill: #6a95c4;
}

.l-index-visual__records svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.l-index-visual__records svg.active .svg-elem-2 {
  fill: white;
}

.l-index-visual__records svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.l-index-visual__records svg.active .svg-elem-3 {
  fill: white;
}

.l-index-visual__records svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.l-index-visual__records svg.active .svg-elem-4 {
  fill: white;
}

.l-index-visual__records svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

.l-index-visual__records svg.active .svg-elem-5 {
  fill: white;
}

.l-index-visual__records svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.l-index-visual__records svg.active .svg-elem-6 {
  fill: white;
}

.l-index-visual__records svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

.l-index-visual__records svg.active .svg-elem-7 {
  fill: black;
}

.l-index-visual__records svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.l-index-visual__records svg.active .svg-elem-8 {
  fill: white;
}

.l-index-visual__records svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.l-index-visual__records svg.active .svg-elem-9 {
  fill: #ef1740;
}

.l-index-visual__records svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}

.l-index-visual__records svg.active .svg-elem-10 {
  fill: white;
}

.l-index-visual__records svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

.l-index-visual__records svg.active .svg-elem-11 {
  fill: black;
}

.l-index-visual__records svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}

.l-index-visual__records svg.active .svg-elem-12 {
  fill: black;
}

.l-index-visual__records svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

.l-index-visual__records svg.active .svg-elem-13 {
  fill: #ef1740;
}

.l-index-visual__records svg .svg-elem-14 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

.l-index-visual__records svg.active .svg-elem-14 {
  fill: white;
}

.l-index-visual__records svg .svg-elem-15 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

.l-index-visual__records svg.active .svg-elem-15 {
  fill: white;
}

/******************************************************************
layout - footer
******************************************************************/
.l-footer {
  color: #fff;
  background: #0c0c0c;
}

.l-footer__btn {
  font-size: 12px;
}

.l-footer__btn a {
  color: #fff;
}

.l-footer__copy {
  font-size: 12px;
  opacity: 0.6;
}

@media print, screen and (min-width: 737px) {
  .l-footer__inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 3rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .l-footer__logo {
    margin-bottom: 2.5rem;
  }
  .l-footer__logo img {
    width: 120px;
  }
}

@media screen and (max-width: 736px) {
  .l-footer__inner {
    padding-top: 2.25rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
  }
  .l-footer__logo {
    margin-bottom: 2rem;
  }
  .l-footer__logo img {
    width: 95px;
  }
}

/******************************************************************
layout - footer-nav-list
******************************************************************/
@media print, screen and (min-width: 737px) {
  .l-footer-nav-list {
    display: flex;
    justify-content: center;
  }
  .l-footer-nav-list__item:not(:first-child) {
    margin-left: 1rem;
  }
  .l-footer-nav-list__item a {
    font-size: 90%;
    display: inline-block;
    color: inherit;
    text-decoration: none;
  }
  .l-footer-nav-list__item a:hover {
    color: inherit;
    text-decoration: none;
  }
  .l-footer-nav-list__item a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 736px) {
  .l-footer-nav-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .l-footer-nav-list__item:not(:first-child) {
    margin-left: 0.75rem;
  }
  .l-footer-nav-list__item a {
    font-size: 100%;
    display: inline-block;
    color: inherit;
    text-decoration: none;
  }
  .l-footer-nav-list__item a:hover {
    color: inherit;
    text-decoration: none;
  }
  .l-footer-nav-list__item a:hover {
    text-decoration: underline;
  }
}

/******************************************************************
layout - footer-sns
******************************************************************/
.l-footer-sns {
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -1.5rem;
}

@media screen and (max-width: 736px) {
  .l-footer-sns {
    margin-right: -1rem;
  }
}

.l-footer-sns__item {
  margin-right: 1.5rem;
}

@media screen and (max-width: 736px) {
  .l-footer-sns__item {
    margin-right: 1rem;
  }
}

.l-footer-sns__item a {
  transition-property: opacity;
  transition-duration: 0.3s;
}

.l-footer-sns__item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 736px) {
  .l-footer-sns__item img {
    width: 30px;
  }
}

/******************************************************************
component - section
******************************************************************/
.c-section {
  position: relative;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
}

.c-section__fit {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 736px) {
  .c-section__fit {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.c-section__top {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 5rem;
}

@media screen and (max-width: 736px) {
  .c-section__top {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.c-section__bottom {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 5rem;
}

@media screen and (max-width: 736px) {
  .c-section__bottom {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.c-section__vertical {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 736px) {
  .c-section__vertical {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media print, screen and (min-width: 737px) {
  .c-section--contentsrow > * {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-section--news {
  background-color: #930000;
}

.c-section__member {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 736px) {
  .c-section__member {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 736px) {
  .c-section__top {
    margin-top: 2rem;
  }
  .c-section__bottom {
    margin-bottom: 2rem;
  }
  .c-section__vertical {
    margin: 2rem auto 2rem auto;
  }
}

@media screen and (max-width: 736px) {
  .c-sp-section-side-clear {
    padding-right: 0;
    padding-left: 0;
  }
  .c-sp-section-side {
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-sp-section-vertical-clear {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-sp-section-top-clear {
    margin-top: 0;
  }
  .c-sp-section-bottom-clear {
    margin-bottom: 0;
  }
  .c-sp-section-vertical {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-sp-section-top {
    margin-top: 2rem;
  }
  .c-sp-section-bottom {
    margin-bottom: 2rem;
  }
}

/******************************************************************
component - grid2
******************************************************************/
.c-grid2 {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-top: -1rem;
}

.c-grid2--center {
  justify-content: center;
}

.c-grid2--right {
  justify-content: flex-end;
}

.c-grid2--bottom {
  align-items: flex-end;
}

@media screen and (max-width: 736px) {
  .c-grid2.sp-left {
    justify-content: flex-start;
  }
  .c-grid2.sp-center {
    justify-content: center;
  }
  .c-grid2.sp-right {
    justify-content: flex-end;
  }
  .c-grid2.sp-bottom {
    align-items: flex-end;
  }
}

.c-grid2 > [class*="c-grid2__item"],
.c-grid2 > .c-grid2__item5col {
  position: relative;
  box-sizing: border-box;
  margin-right: 1rem;
  margin-top: 1rem;
}

.c-grid2 > .c-grid2__item1 {
  width: calc(8.33333% - 1rem);
}

.c-grid2 > .c-grid2__item2 {
  width: calc(16.66667% - 1rem);
}

.c-grid2 > .c-grid2__item3 {
  width: calc(25% - 1rem);
}

.c-grid2 > .c-grid2__item4 {
  width: calc(33.33333% - 1rem);
}

.c-grid2 > .c-grid2__item5 {
  width: calc(41.66667% - 1rem);
}

.c-grid2 > .c-grid2__item6 {
  width: calc(50% - 1rem);
}

.c-grid2 > .c-grid2__item7 {
  width: calc(58.33333% - 1rem);
}

.c-grid2 > .c-grid2__item8 {
  width: calc(66.66667% - 1rem);
}

.c-grid2 > .c-grid2__item9 {
  width: calc(75% - 1rem);
}

.c-grid2 > .c-grid2__item10 {
  width: calc(83.33333% - 1rem);
}

.c-grid2 > .c-grid2__item11 {
  width: calc(91.66667% - 1rem);
}

.c-grid2 > .c-grid2__item12 {
  width: calc(100% - 1rem);
}

.c-grid2 > .c-grid2__item5col {
  width: calc(20% - 1rem);
}

.c-grid2--vertical > [class*="c-grid2__item"],
.c-grid2--vertical > .c-grid2__item5col {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .c-grid2 > .m-item1 {
    width: calc(8.33333% - 1rem);
  }
  .c-grid2 > .m-item2 {
    width: calc(16.66667% - 1rem);
  }
  .c-grid2 > .m-item3 {
    width: calc(25% - 1rem);
  }
  .c-grid2 > .m-item4 {
    width: calc(33.33333% - 1rem);
  }
  .c-grid2 > .m-item5 {
    width: calc(41.66667% - 1rem);
  }
  .c-grid2 > .m-item6 {
    width: calc(50% - 1rem);
  }
  .c-grid2 > .m-item7 {
    width: calc(58.33333% - 1rem);
  }
  .c-grid2 > .m-item8 {
    width: calc(66.66667% - 1rem);
  }
  .c-grid2 > .m-item9 {
    width: calc(75% - 1rem);
  }
  .c-grid2 > .m-item10 {
    width: calc(83.33333% - 1rem);
  }
  .c-grid2 > .m-item11 {
    width: calc(91.66667% - 1rem);
  }
  .c-grid2 > .m-item12 {
    width: calc(100% - 1rem);
  }
  .c-grid2 > .m-item5col {
    width: calc(20% - 1rem);
  }
}

@media screen and (max-width: 736px) {
  .c-grid2 {
    margin-right: -0.75rem;
    margin-top: -0.75rem;
  }
  .c-grid2 > [class*="c-grid2__item"],
  .c-grid2 > .c-grid2__item5col {
    margin-right: 0.75rem;
    margin-top: 0.75rem;
  }
  .c-grid2 > .c-grid2__item1 {
    width: calc(8.33333% - 0.75rem);
  }
  .c-grid2 > .c-grid2__item2 {
    width: calc(16.66667% - 0.75rem);
  }
  .c-grid2 > .c-grid2__item3 {
    width: calc(25% - 0.75rem);
  }
  .c-grid2 > .c-grid2__item4 {
    width: calc(33.33333% - 0.75rem);
  }
  .c-grid2 > .c-grid2__item5 {
    width: calc(41.66667% - 0.75rem);
  }
  .c-grid2 > .c-grid2__item6 {
    width: calc(50% - 0.75rem);
  }
  .c-grid2 > .c-grid2__item7 {
    width: calc(58.33333% - 0.75rem);
  }
  .c-grid2 > .c-grid2__item8 {
    width: calc(66.66667% - 0.75rem);
  }
  .c-grid2 > .c-grid2__item9 {
    width: calc(75% - 0.75rem);
  }
  .c-grid2 > .c-grid2__item10 {
    width: calc(83.33333% - 0.75rem);
  }
  .c-grid2 > .c-grid2__item11 {
    width: calc(91.66667% - 0.75rem);
  }
  .c-grid2 > .c-grid2__item12 {
    width: calc(100% - 0.75rem);
  }
  .c-grid2 > .c-grid2__item5col {
    width: calc(20% - 0.75rem);
  }
  .c-grid2 > .sp-item1 {
    width: calc(8.33333% - 0.75rem);
  }
  .c-grid2 > .sp-item2 {
    width: calc(16.66667% - 0.75rem);
  }
  .c-grid2 > .sp-item3 {
    width: calc(25% - 0.75rem);
  }
  .c-grid2 > .sp-item4 {
    width: calc(33.33333% - 0.75rem);
  }
  .c-grid2 > .sp-item5 {
    width: calc(41.66667% - 0.75rem);
  }
  .c-grid2 > .sp-item6 {
    width: calc(50% - 0.75rem);
  }
  .c-grid2 > .sp-item7 {
    width: calc(58.33333% - 0.75rem);
  }
  .c-grid2 > .sp-item8 {
    width: calc(66.66667% - 0.75rem);
  }
  .c-grid2 > .sp-item9 {
    width: calc(75% - 0.75rem);
  }
  .c-grid2 > .sp-item10 {
    width: calc(83.33333% - 0.75rem);
  }
  .c-grid2 > .sp-item11 {
    width: calc(91.66667% - 0.75rem);
  }
  .c-grid2 > .sp-item12 {
    width: calc(100% - 0.75rem);
  }
  .c-grid2 > .sp-item5col {
    width: calc(20% - 0.75rem);
  }
}

.c-grid2--2x {
  margin-right: -2rem;
  margin-top: -2rem;
}

.c-grid2--2x > [class*="c-grid2__item"],
.c-grid2--2x > .c-grid2__item5col {
  margin-right: 2rem;
  margin-top: 2rem;
}

.c-grid2--2x > .c-grid2__item1 {
  width: calc(8.33333% - 2rem);
}

.c-grid2--2x > .c-grid2__item2 {
  width: calc(16.66667% - 2rem);
}

.c-grid2--2x > .c-grid2__item3 {
  width: calc(25% - 2rem);
}

.c-grid2--2x > .c-grid2__item4 {
  width: calc(33.33333% - 2rem);
}

.c-grid2--2x > .c-grid2__item5 {
  width: calc(41.66667% - 2rem);
}

.c-grid2--2x > .c-grid2__item6 {
  width: calc(50% - 2rem);
}

.c-grid2--2x > .c-grid2__item7 {
  width: calc(58.33333% - 2rem);
}

.c-grid2--2x > .c-grid2__item8 {
  width: calc(66.66667% - 2rem);
}

.c-grid2--2x > .c-grid2__item9 {
  width: calc(75% - 2rem);
}

.c-grid2--2x > .c-grid2__item10 {
  width: calc(83.33333% - 2rem);
}

.c-grid2--2x > .c-grid2__item11 {
  width: calc(91.66667% - 2rem);
}

.c-grid2--2x > .c-grid2__item12 {
  width: calc(100% - 2rem);
}

.c-grid2--2x > .c-grid2__item5col {
  width: calc(20% - 2rem);
}

@media screen and (max-width: 900px) {
  .c-grid2--2x {
    margin-right: -2rem;
    margin-top: -2rem;
  }
  .c-grid2--2x > [class*="c-grid2__item"],
  .c-grid2--2x > .c-grid2__item5col {
    margin-right: 2rem;
    margin-top: 2rem;
  }
  .c-grid2--2x > .c-grid2__item1 {
    width: calc(8.33333% - 2rem);
  }
  .c-grid2--2x > .c-grid2__item2 {
    width: calc(16.66667% - 2rem);
  }
  .c-grid2--2x > .c-grid2__item3 {
    width: calc(25% - 2rem);
  }
  .c-grid2--2x > .c-grid2__item4 {
    width: calc(33.33333% - 2rem);
  }
  .c-grid2--2x > .c-grid2__item5 {
    width: calc(41.66667% - 2rem);
  }
  .c-grid2--2x > .c-grid2__item6 {
    width: calc(50% - 2rem);
  }
  .c-grid2--2x > .c-grid2__item7 {
    width: calc(58.33333% - 2rem);
  }
  .c-grid2--2x > .c-grid2__item8 {
    width: calc(66.66667% - 2rem);
  }
  .c-grid2--2x > .c-grid2__item9 {
    width: calc(75% - 2rem);
  }
  .c-grid2--2x > .c-grid2__item10 {
    width: calc(83.33333% - 2rem);
  }
  .c-grid2--2x > .c-grid2__item11 {
    width: calc(91.66667% - 2rem);
  }
  .c-grid2--2x > .c-grid2__item12 {
    width: calc(100% - 2rem);
  }
  .c-grid2--2x > .c-grid2__item5col {
    width: calc(20% - 2rem);
  }
  .c-grid2--2x > .m-item1 {
    width: calc(8.33333% - 2rem);
  }
  .c-grid2--2x > .m-item2 {
    width: calc(16.66667% - 2rem);
  }
  .c-grid2--2x > .m-item3 {
    width: calc(25% - 2rem);
  }
  .c-grid2--2x > .m-item4 {
    width: calc(33.33333% - 2rem);
  }
  .c-grid2--2x > .m-item5 {
    width: calc(41.66667% - 2rem);
  }
  .c-grid2--2x > .m-item6 {
    width: calc(50% - 2rem);
  }
  .c-grid2--2x > .m-item7 {
    width: calc(58.33333% - 2rem);
  }
  .c-grid2--2x > .m-item8 {
    width: calc(66.66667% - 2rem);
  }
  .c-grid2--2x > .m-item9 {
    width: calc(75% - 2rem);
  }
  .c-grid2--2x > .m-item10 {
    width: calc(83.33333% - 2rem);
  }
  .c-grid2--2x > .m-item11 {
    width: calc(91.66667% - 2rem);
  }
  .c-grid2--2x > .m-item12 {
    width: calc(100% - 2rem);
  }
  .c-grid2--2x > .m-item5col {
    width: calc(20% - 2rem);
  }
}

@media screen and (max-width: 736px) {
  .c-grid2--2x {
    margin-right: -1.5rem;
    margin-top: -1.5rem;
  }
  .c-grid2--2x > [class*="c-grid2__item"],
  .c-grid2--2x > .c-grid2__item5col {
    margin-right: 1.5rem;
    margin-top: 1.5rem;
  }
  .c-grid2--2x > .c-grid2__item1 {
    width: calc(8.33333% - 1.5rem);
  }
  .c-grid2--2x > .c-grid2__item2 {
    width: calc(16.66667% - 1.5rem);
  }
  .c-grid2--2x > .c-grid2__item3 {
    width: calc(25% - 1.5rem);
  }
  .c-grid2--2x > .c-grid2__item4 {
    width: calc(33.33333% - 1.5rem);
  }
  .c-grid2--2x > .c-grid2__item5 {
    width: calc(41.66667% - 1.5rem);
  }
  .c-grid2--2x > .c-grid2__item6 {
    width: calc(50% - 1.5rem);
  }
  .c-grid2--2x > .c-grid2__item7 {
    width: calc(58.33333% - 1.5rem);
  }
  .c-grid2--2x > .c-grid2__item8 {
    width: calc(66.66667% - 1.5rem);
  }
  .c-grid2--2x > .c-grid2__item9 {
    width: calc(75% - 1.5rem);
  }
  .c-grid2--2x > .c-grid2__item10 {
    width: calc(83.33333% - 1.5rem);
  }
  .c-grid2--2x > .c-grid2__item11 {
    width: calc(91.66667% - 1.5rem);
  }
  .c-grid2--2x > .c-grid2__item12 {
    width: calc(100% - 1.5rem);
  }
  .c-grid2--2x > .c-grid2__item5col {
    width: calc(20% - 1.5rem);
  }
  .c-grid2--2x > .sp-item1 {
    width: calc(8.33333% - 1.5rem);
  }
  .c-grid2--2x > .sp-item2 {
    width: calc(16.66667% - 1.5rem);
  }
  .c-grid2--2x > .sp-item3 {
    width: calc(25% - 1.5rem);
  }
  .c-grid2--2x > .sp-item4 {
    width: calc(33.33333% - 1.5rem);
  }
  .c-grid2--2x > .sp-item5 {
    width: calc(41.66667% - 1.5rem);
  }
  .c-grid2--2x > .sp-item6 {
    width: calc(50% - 1.5rem);
  }
  .c-grid2--2x > .sp-item7 {
    width: calc(58.33333% - 1.5rem);
  }
  .c-grid2--2x > .sp-item8 {
    width: calc(66.66667% - 1.5rem);
  }
  .c-grid2--2x > .sp-item9 {
    width: calc(75% - 1.5rem);
  }
  .c-grid2--2x > .sp-item10 {
    width: calc(83.33333% - 1.5rem);
  }
  .c-grid2--2x > .sp-item11 {
    width: calc(91.66667% - 1.5rem);
  }
  .c-grid2--2x > .sp-item12 {
    width: calc(100% - 1.5rem);
  }
  .c-grid2--2x > .sp-item5col {
    width: calc(20% - 1.5rem);
  }
}

.c-grid2--4x {
  margin-right: -4rem;
  margin-top: -4rem;
}

.c-grid2--4x > [class*="c-grid2__item"],
.c-grid2--4x > .c-grid2__item5col {
  margin-right: 4rem;
  margin-top: 4rem;
}

.c-grid2--4x > .c-grid2__item1 {
  width: calc(8.33333% - 4rem);
}

.c-grid2--4x > .c-grid2__item2 {
  width: calc(16.66667% - 4rem);
}

.c-grid2--4x > .c-grid2__item3 {
  width: calc(25% - 4rem);
}

.c-grid2--4x > .c-grid2__item4 {
  width: calc(33.33333% - 4rem);
}

.c-grid2--4x > .c-grid2__item5 {
  width: calc(41.66667% - 4rem);
}

.c-grid2--4x > .c-grid2__item6 {
  width: calc(50% - 4rem);
}

.c-grid2--4x > .c-grid2__item7 {
  width: calc(58.33333% - 4rem);
}

.c-grid2--4x > .c-grid2__item8 {
  width: calc(66.66667% - 4rem);
}

.c-grid2--4x > .c-grid2__item9 {
  width: calc(75% - 4rem);
}

.c-grid2--4x > .c-grid2__item10 {
  width: calc(83.33333% - 4rem);
}

.c-grid2--4x > .c-grid2__item11 {
  width: calc(91.66667% - 4rem);
}

.c-grid2--4x > .c-grid2__item12 {
  width: calc(100% - 4rem);
}

.c-grid2--4x > .c-grid2__item5col {
  width: calc(20% - 4rem);
}

@media screen and (max-width: 900px) {
  .c-grid2--4x {
    margin-right: -4rem;
    margin-top: -4rem;
  }
  .c-grid2--4x > [class*="c-grid2__item"],
  .c-grid2--4x > .c-grid2__item5col {
    margin-right: 4rem;
    margin-top: 4rem;
  }
  .c-grid2--4x > .c-grid2__item1 {
    width: calc(8.33333% - 4rem);
  }
  .c-grid2--4x > .c-grid2__item2 {
    width: calc(16.66667% - 4rem);
  }
  .c-grid2--4x > .c-grid2__item3 {
    width: calc(25% - 4rem);
  }
  .c-grid2--4x > .c-grid2__item4 {
    width: calc(33.33333% - 4rem);
  }
  .c-grid2--4x > .c-grid2__item5 {
    width: calc(41.66667% - 4rem);
  }
  .c-grid2--4x > .c-grid2__item6 {
    width: calc(50% - 4rem);
  }
  .c-grid2--4x > .c-grid2__item7 {
    width: calc(58.33333% - 4rem);
  }
  .c-grid2--4x > .c-grid2__item8 {
    width: calc(66.66667% - 4rem);
  }
  .c-grid2--4x > .c-grid2__item9 {
    width: calc(75% - 4rem);
  }
  .c-grid2--4x > .c-grid2__item10 {
    width: calc(83.33333% - 4rem);
  }
  .c-grid2--4x > .c-grid2__item11 {
    width: calc(91.66667% - 4rem);
  }
  .c-grid2--4x > .c-grid2__item12 {
    width: calc(100% - 4rem);
  }
  .c-grid2--4x > .c-grid2__item5col {
    width: calc(20% - 4rem);
  }
  .c-grid2--4x > .m-item1 {
    width: calc(8.33333% - 4rem);
  }
  .c-grid2--4x > .m-item2 {
    width: calc(16.66667% - 4rem);
  }
  .c-grid2--4x > .m-item3 {
    width: calc(25% - 4rem);
  }
  .c-grid2--4x > .m-item4 {
    width: calc(33.33333% - 4rem);
  }
  .c-grid2--4x > .m-item5 {
    width: calc(41.66667% - 4rem);
  }
  .c-grid2--4x > .m-item6 {
    width: calc(50% - 4rem);
  }
  .c-grid2--4x > .m-item7 {
    width: calc(58.33333% - 4rem);
  }
  .c-grid2--4x > .m-item8 {
    width: calc(66.66667% - 4rem);
  }
  .c-grid2--4x > .m-item9 {
    width: calc(75% - 4rem);
  }
  .c-grid2--4x > .m-item10 {
    width: calc(83.33333% - 4rem);
  }
  .c-grid2--4x > .m-item11 {
    width: calc(91.66667% - 4rem);
  }
  .c-grid2--4x > .m-item12 {
    width: calc(100% - 4rem);
  }
  .c-grid2--4x > .m-item5col {
    width: calc(20% - 4rem);
  }
}

@media screen and (max-width: 736px) {
  .c-grid2--4x {
    margin-right: -3rem;
    margin-top: -3rem;
  }
  .c-grid2--4x > [class*="c-grid2__item"],
  .c-grid2--4x > .c-grid2__item5col {
    margin-right: 3rem;
    margin-top: 3rem;
  }
  .c-grid2--4x > .c-grid2__item1 {
    width: calc(8.33333% - 3rem);
  }
  .c-grid2--4x > .c-grid2__item2 {
    width: calc(16.66667% - 3rem);
  }
  .c-grid2--4x > .c-grid2__item3 {
    width: calc(25% - 3rem);
  }
  .c-grid2--4x > .c-grid2__item4 {
    width: calc(33.33333% - 3rem);
  }
  .c-grid2--4x > .c-grid2__item5 {
    width: calc(41.66667% - 3rem);
  }
  .c-grid2--4x > .c-grid2__item6 {
    width: calc(50% - 3rem);
  }
  .c-grid2--4x > .c-grid2__item7 {
    width: calc(58.33333% - 3rem);
  }
  .c-grid2--4x > .c-grid2__item8 {
    width: calc(66.66667% - 3rem);
  }
  .c-grid2--4x > .c-grid2__item9 {
    width: calc(75% - 3rem);
  }
  .c-grid2--4x > .c-grid2__item10 {
    width: calc(83.33333% - 3rem);
  }
  .c-grid2--4x > .c-grid2__item11 {
    width: calc(91.66667% - 3rem);
  }
  .c-grid2--4x > .c-grid2__item12 {
    width: calc(100% - 3rem);
  }
  .c-grid2--4x > .c-grid2__item5col {
    width: calc(20% - 3rem);
  }
  .c-grid2--4x > .sp-item1 {
    width: calc(8.33333% - 3rem);
  }
  .c-grid2--4x > .sp-item2 {
    width: calc(16.66667% - 3rem);
  }
  .c-grid2--4x > .sp-item3 {
    width: calc(25% - 3rem);
  }
  .c-grid2--4x > .sp-item4 {
    width: calc(33.33333% - 3rem);
  }
  .c-grid2--4x > .sp-item5 {
    width: calc(41.66667% - 3rem);
  }
  .c-grid2--4x > .sp-item6 {
    width: calc(50% - 3rem);
  }
  .c-grid2--4x > .sp-item7 {
    width: calc(58.33333% - 3rem);
  }
  .c-grid2--4x > .sp-item8 {
    width: calc(66.66667% - 3rem);
  }
  .c-grid2--4x > .sp-item9 {
    width: calc(75% - 3rem);
  }
  .c-grid2--4x > .sp-item10 {
    width: calc(83.33333% - 3rem);
  }
  .c-grid2--4x > .sp-item11 {
    width: calc(91.66667% - 3rem);
  }
  .c-grid2--4x > .sp-item12 {
    width: calc(100% - 3rem);
  }
  .c-grid2--4x > .sp-item5col {
    width: calc(20% - 3rem);
  }
}

@media screen and (max-width: 900px) {
  .c-grid2.m-2x {
    margin-right: -2rem;
    margin-top: -2rem;
  }
  .c-grid2.m-2x > [class*="c-grid2__item"],
  .c-grid2.m-2x > .c-grid2__item5col {
    margin-right: 2rem;
    margin-top: 2rem;
  }
  .c-grid2.m-2x > .c-grid2__item1 {
    width: calc(8.33333% - 2rem);
  }
  .c-grid2.m-2x > .c-grid2__item2 {
    width: calc(16.66667% - 2rem);
  }
  .c-grid2.m-2x > .c-grid2__item3 {
    width: calc(25% - 2rem);
  }
  .c-grid2.m-2x > .c-grid2__item4 {
    width: calc(33.33333% - 2rem);
  }
  .c-grid2.m-2x > .c-grid2__item5 {
    width: calc(41.66667% - 2rem);
  }
  .c-grid2.m-2x > .c-grid2__item6 {
    width: calc(50% - 2rem);
  }
  .c-grid2.m-2x > .c-grid2__item7 {
    width: calc(58.33333% - 2rem);
  }
  .c-grid2.m-2x > .c-grid2__item8 {
    width: calc(66.66667% - 2rem);
  }
  .c-grid2.m-2x > .c-grid2__item9 {
    width: calc(75% - 2rem);
  }
  .c-grid2.m-2x > .c-grid2__item10 {
    width: calc(83.33333% - 2rem);
  }
  .c-grid2.m-2x > .c-grid2__item11 {
    width: calc(91.66667% - 2rem);
  }
  .c-grid2.m-2x > .c-grid2__item12 {
    width: calc(100% - 2rem);
  }
  .c-grid2.m-2x > .c-grid2__item5col {
    width: calc(20% - 2rem);
  }
  .c-grid2.m-2x > .m-item1 {
    width: calc(8.33333% - 2rem);
  }
  .c-grid2.m-2x > .m-item2 {
    width: calc(16.66667% - 2rem);
  }
  .c-grid2.m-2x > .m-item3 {
    width: calc(25% - 2rem);
  }
  .c-grid2.m-2x > .m-item4 {
    width: calc(33.33333% - 2rem);
  }
  .c-grid2.m-2x > .m-item5 {
    width: calc(41.66667% - 2rem);
  }
  .c-grid2.m-2x > .m-item6 {
    width: calc(50% - 2rem);
  }
  .c-grid2.m-2x > .m-item7 {
    width: calc(58.33333% - 2rem);
  }
  .c-grid2.m-2x > .m-item8 {
    width: calc(66.66667% - 2rem);
  }
  .c-grid2.m-2x > .m-item9 {
    width: calc(75% - 2rem);
  }
  .c-grid2.m-2x > .m-item10 {
    width: calc(83.33333% - 2rem);
  }
  .c-grid2.m-2x > .m-item11 {
    width: calc(91.66667% - 2rem);
  }
  .c-grid2.m-2x > .m-item12 {
    width: calc(100% - 2rem);
  }
  .c-grid2.m-2x > .m-item5col {
    width: calc(20% - 2rem);
  }
}

@media screen and (max-width: 736px) {
  .c-grid2.sp-2x {
    margin-right: -1.5rem;
    margin-top: -1.5rem;
  }
  .c-grid2.sp-2x > [class*="c-grid2__item"],
  .c-grid2.sp-2x > .c-grid2__item5col {
    margin-right: 1.5rem;
    margin-top: 1.5rem;
  }
  .c-grid2.sp-2x > .c-grid2__item1 {
    width: calc(8.33333% - 1.5rem);
  }
  .c-grid2.sp-2x > .c-grid2__item2 {
    width: calc(16.66667% - 1.5rem);
  }
  .c-grid2.sp-2x > .c-grid2__item3 {
    width: calc(25% - 1.5rem);
  }
  .c-grid2.sp-2x > .c-grid2__item4 {
    width: calc(33.33333% - 1.5rem);
  }
  .c-grid2.sp-2x > .c-grid2__item5 {
    width: calc(41.66667% - 1.5rem);
  }
  .c-grid2.sp-2x > .c-grid2__item6 {
    width: calc(50% - 1.5rem);
  }
  .c-grid2.sp-2x > .c-grid2__item7 {
    width: calc(58.33333% - 1.5rem);
  }
  .c-grid2.sp-2x > .c-grid2__item8 {
    width: calc(66.66667% - 1.5rem);
  }
  .c-grid2.sp-2x > .c-grid2__item9 {
    width: calc(75% - 1.5rem);
  }
  .c-grid2.sp-2x > .c-grid2__item10 {
    width: calc(83.33333% - 1.5rem);
  }
  .c-grid2.sp-2x > .c-grid2__item11 {
    width: calc(91.66667% - 1.5rem);
  }
  .c-grid2.sp-2x > .c-grid2__item12 {
    width: calc(100% - 1.5rem);
  }
  .c-grid2.sp-2x > .c-grid2__item5col {
    width: calc(20% - 1.5rem);
  }
  .c-grid2.sp-2x > .sp-item1 {
    width: calc(8.33333% - 1.5rem);
  }
  .c-grid2.sp-2x > .sp-item2 {
    width: calc(16.66667% - 1.5rem);
  }
  .c-grid2.sp-2x > .sp-item3 {
    width: calc(25% - 1.5rem);
  }
  .c-grid2.sp-2x > .sp-item4 {
    width: calc(33.33333% - 1.5rem);
  }
  .c-grid2.sp-2x > .sp-item5 {
    width: calc(41.66667% - 1.5rem);
  }
  .c-grid2.sp-2x > .sp-item6 {
    width: calc(50% - 1.5rem);
  }
  .c-grid2.sp-2x > .sp-item7 {
    width: calc(58.33333% - 1.5rem);
  }
  .c-grid2.sp-2x > .sp-item8 {
    width: calc(66.66667% - 1.5rem);
  }
  .c-grid2.sp-2x > .sp-item9 {
    width: calc(75% - 1.5rem);
  }
  .c-grid2.sp-2x > .sp-item10 {
    width: calc(83.33333% - 1.5rem);
  }
  .c-grid2.sp-2x > .sp-item11 {
    width: calc(91.66667% - 1.5rem);
  }
  .c-grid2.sp-2x > .sp-item12 {
    width: calc(100% - 1.5rem);
  }
  .c-grid2.sp-2x > .sp-item5col {
    width: calc(20% - 1.5rem);
  }
}

@media screen and (max-width: 900px) {
  .c-grid2.m-4x {
    margin-right: -4rem;
    margin-top: -4rem;
  }
  .c-grid2.m-4x > [class*="c-grid2__item"],
  .c-grid2.m-4x > .c-grid2__item5col {
    margin-right: 4rem;
    margin-top: 4rem;
  }
  .c-grid2.m-4x > .c-grid2__item1 {
    width: calc(8.33333% - 4rem);
  }
  .c-grid2.m-4x > .c-grid2__item2 {
    width: calc(16.66667% - 4rem);
  }
  .c-grid2.m-4x > .c-grid2__item3 {
    width: calc(25% - 4rem);
  }
  .c-grid2.m-4x > .c-grid2__item4 {
    width: calc(33.33333% - 4rem);
  }
  .c-grid2.m-4x > .c-grid2__item5 {
    width: calc(41.66667% - 4rem);
  }
  .c-grid2.m-4x > .c-grid2__item6 {
    width: calc(50% - 4rem);
  }
  .c-grid2.m-4x > .c-grid2__item7 {
    width: calc(58.33333% - 4rem);
  }
  .c-grid2.m-4x > .c-grid2__item8 {
    width: calc(66.66667% - 4rem);
  }
  .c-grid2.m-4x > .c-grid2__item9 {
    width: calc(75% - 4rem);
  }
  .c-grid2.m-4x > .c-grid2__item10 {
    width: calc(83.33333% - 4rem);
  }
  .c-grid2.m-4x > .c-grid2__item11 {
    width: calc(91.66667% - 4rem);
  }
  .c-grid2.m-4x > .c-grid2__item12 {
    width: calc(100% - 4rem);
  }
  .c-grid2.m-4x > .c-grid2__item5col {
    width: calc(20% - 4rem);
  }
  .c-grid2.m-4x > .m-item1 {
    width: calc(8.33333% - 4rem);
  }
  .c-grid2.m-4x > .m-item2 {
    width: calc(16.66667% - 4rem);
  }
  .c-grid2.m-4x > .m-item3 {
    width: calc(25% - 4rem);
  }
  .c-grid2.m-4x > .m-item4 {
    width: calc(33.33333% - 4rem);
  }
  .c-grid2.m-4x > .m-item5 {
    width: calc(41.66667% - 4rem);
  }
  .c-grid2.m-4x > .m-item6 {
    width: calc(50% - 4rem);
  }
  .c-grid2.m-4x > .m-item7 {
    width: calc(58.33333% - 4rem);
  }
  .c-grid2.m-4x > .m-item8 {
    width: calc(66.66667% - 4rem);
  }
  .c-grid2.m-4x > .m-item9 {
    width: calc(75% - 4rem);
  }
  .c-grid2.m-4x > .m-item10 {
    width: calc(83.33333% - 4rem);
  }
  .c-grid2.m-4x > .m-item11 {
    width: calc(91.66667% - 4rem);
  }
  .c-grid2.m-4x > .m-item12 {
    width: calc(100% - 4rem);
  }
  .c-grid2.m-4x > .m-item5col {
    width: calc(20% - 4rem);
  }
}

@media screen and (max-width: 736px) {
  .c-grid2.sp-4x {
    margin-right: -3rem;
    margin-top: -3rem;
  }
  .c-grid2.sp-4x > [class*="c-grid2__item"],
  .c-grid2.sp-4x > .c-grid2__item5col {
    margin-right: 3rem;
    margin-top: 3rem;
  }
  .c-grid2.sp-4x > .c-grid2__item1 {
    width: calc(8.33333% - 3rem);
  }
  .c-grid2.sp-4x > .c-grid2__item2 {
    width: calc(16.66667% - 3rem);
  }
  .c-grid2.sp-4x > .c-grid2__item3 {
    width: calc(25% - 3rem);
  }
  .c-grid2.sp-4x > .c-grid2__item4 {
    width: calc(33.33333% - 3rem);
  }
  .c-grid2.sp-4x > .c-grid2__item5 {
    width: calc(41.66667% - 3rem);
  }
  .c-grid2.sp-4x > .c-grid2__item6 {
    width: calc(50% - 3rem);
  }
  .c-grid2.sp-4x > .c-grid2__item7 {
    width: calc(58.33333% - 3rem);
  }
  .c-grid2.sp-4x > .c-grid2__item8 {
    width: calc(66.66667% - 3rem);
  }
  .c-grid2.sp-4x > .c-grid2__item9 {
    width: calc(75% - 3rem);
  }
  .c-grid2.sp-4x > .c-grid2__item10 {
    width: calc(83.33333% - 3rem);
  }
  .c-grid2.sp-4x > .c-grid2__item11 {
    width: calc(91.66667% - 3rem);
  }
  .c-grid2.sp-4x > .c-grid2__item12 {
    width: calc(100% - 3rem);
  }
  .c-grid2.sp-4x > .c-grid2__item5col {
    width: calc(20% - 3rem);
  }
  .c-grid2.sp-4x > .sp-item1 {
    width: calc(8.33333% - 3rem);
  }
  .c-grid2.sp-4x > .sp-item2 {
    width: calc(16.66667% - 3rem);
  }
  .c-grid2.sp-4x > .sp-item3 {
    width: calc(25% - 3rem);
  }
  .c-grid2.sp-4x > .sp-item4 {
    width: calc(33.33333% - 3rem);
  }
  .c-grid2.sp-4x > .sp-item5 {
    width: calc(41.66667% - 3rem);
  }
  .c-grid2.sp-4x > .sp-item6 {
    width: calc(50% - 3rem);
  }
  .c-grid2.sp-4x > .sp-item7 {
    width: calc(58.33333% - 3rem);
  }
  .c-grid2.sp-4x > .sp-item8 {
    width: calc(66.66667% - 3rem);
  }
  .c-grid2.sp-4x > .sp-item9 {
    width: calc(75% - 3rem);
  }
  .c-grid2.sp-4x > .sp-item10 {
    width: calc(83.33333% - 3rem);
  }
  .c-grid2.sp-4x > .sp-item11 {
    width: calc(91.66667% - 3rem);
  }
  .c-grid2.sp-4x > .sp-item12 {
    width: calc(100% - 3rem);
  }
  .c-grid2.sp-4x > .sp-item5col {
    width: calc(20% - 3rem);
  }
}

.c-grid2--5per {
  margin-right: -5%;
  margin-top: -5%;
}

.c-grid2--5per > [class*="c-grid2__item"],
.c-grid2--5per > .c-grid2__item5col {
  margin-right: 5%;
  margin-top: 5%;
}

.c-grid2--5per > .c-grid2__item1 {
  width: calc(8.33333% - 5%);
}

.c-grid2--5per > .c-grid2__item2 {
  width: calc(16.66667% - 5%);
}

.c-grid2--5per > .c-grid2__item3 {
  width: calc(25% - 5%);
}

.c-grid2--5per > .c-grid2__item4 {
  width: calc(33.33333% - 5%);
}

.c-grid2--5per > .c-grid2__item5 {
  width: calc(41.66667% - 5%);
}

.c-grid2--5per > .c-grid2__item6 {
  width: calc(50% - 5%);
}

.c-grid2--5per > .c-grid2__item7 {
  width: calc(58.33333% - 5%);
}

.c-grid2--5per > .c-grid2__item8 {
  width: calc(66.66667% - 5%);
}

.c-grid2--5per > .c-grid2__item9 {
  width: calc(75% - 5%);
}

.c-grid2--5per > .c-grid2__item10 {
  width: calc(83.33333% - 5%);
}

.c-grid2--5per > .c-grid2__item11 {
  width: calc(91.66667% - 5%);
}

.c-grid2--5per > .c-grid2__item12 {
  width: calc(100% - 5%);
}

.c-grid2--5per > .c-grid2__item5col {
  width: calc(20% - 5%);
}

@media screen and (max-width: 900px) {
  .c-grid2--5per > .m-item1 {
    width: calc(8.33333% - 5%);
  }
  .c-grid2--5per > .m-item2 {
    width: calc(16.66667% - 5%);
  }
  .c-grid2--5per > .m-item3 {
    width: calc(25% - 5%);
  }
  .c-grid2--5per > .m-item4 {
    width: calc(33.33333% - 5%);
  }
  .c-grid2--5per > .m-item5 {
    width: calc(41.66667% - 5%);
  }
  .c-grid2--5per > .m-item6 {
    width: calc(50% - 5%);
  }
  .c-grid2--5per > .m-item7 {
    width: calc(58.33333% - 5%);
  }
  .c-grid2--5per > .m-item8 {
    width: calc(66.66667% - 5%);
  }
  .c-grid2--5per > .m-item9 {
    width: calc(75% - 5%);
  }
  .c-grid2--5per > .m-item10 {
    width: calc(83.33333% - 5%);
  }
  .c-grid2--5per > .m-item11 {
    width: calc(91.66667% - 5%);
  }
  .c-grid2--5per > .m-item12 {
    width: calc(100% - 5%);
  }
  .c-grid2--5per > .m-item5col {
    width: calc(20% - 5%);
  }
}

@media screen and (max-width: 736px) {
  .c-grid2--5per > .sp-item1 {
    width: calc(8.33333% - 5%);
  }
  .c-grid2--5per > .sp-item2 {
    width: calc(16.66667% - 5%);
  }
  .c-grid2--5per > .sp-item3 {
    width: calc(25% - 5%);
  }
  .c-grid2--5per > .sp-item4 {
    width: calc(33.33333% - 5%);
  }
  .c-grid2--5per > .sp-item5 {
    width: calc(41.66667% - 5%);
  }
  .c-grid2--5per > .sp-item6 {
    width: calc(50% - 5%);
  }
  .c-grid2--5per > .sp-item7 {
    width: calc(58.33333% - 5%);
  }
  .c-grid2--5per > .sp-item8 {
    width: calc(66.66667% - 5%);
  }
  .c-grid2--5per > .sp-item9 {
    width: calc(75% - 5%);
  }
  .c-grid2--5per > .sp-item10 {
    width: calc(83.33333% - 5%);
  }
  .c-grid2--5per > .sp-item11 {
    width: calc(91.66667% - 5%);
  }
  .c-grid2--5per > .sp-item12 {
    width: calc(100% - 5%);
  }
  .c-grid2--5per > .sp-item5col {
    width: calc(20% - 5%);
  }
}

@media screen and (max-width: 900px) {
  .c-grid2.m-5per {
    margin-right: -5%;
    margin-top: -5%;
  }
  .c-grid2.m-5per > [class*="c-grid2__item"],
  .c-grid2.m-5per > .c-grid2__item5col {
    margin-right: 5%;
    margin-top: 5%;
  }
  .c-grid2.m-5per > .c-grid2__item1 {
    width: calc(8.33333% - 5%);
  }
  .c-grid2.m-5per > .c-grid2__item2 {
    width: calc(16.66667% - 5%);
  }
  .c-grid2.m-5per > .c-grid2__item3 {
    width: calc(25% - 5%);
  }
  .c-grid2.m-5per > .c-grid2__item4 {
    width: calc(33.33333% - 5%);
  }
  .c-grid2.m-5per > .c-grid2__item5 {
    width: calc(41.66667% - 5%);
  }
  .c-grid2.m-5per > .c-grid2__item6 {
    width: calc(50% - 5%);
  }
  .c-grid2.m-5per > .c-grid2__item7 {
    width: calc(58.33333% - 5%);
  }
  .c-grid2.m-5per > .c-grid2__item8 {
    width: calc(66.66667% - 5%);
  }
  .c-grid2.m-5per > .c-grid2__item9 {
    width: calc(75% - 5%);
  }
  .c-grid2.m-5per > .c-grid2__item10 {
    width: calc(83.33333% - 5%);
  }
  .c-grid2.m-5per > .c-grid2__item11 {
    width: calc(91.66667% - 5%);
  }
  .c-grid2.m-5per > .c-grid2__item12 {
    width: calc(100% - 5%);
  }
  .c-grid2.m-5per > .c-grid2__item5col {
    width: calc(20% - 5%);
  }
  .c-grid2.m-5per > .m-item1 {
    width: calc(8.33333% - 5%);
  }
  .c-grid2.m-5per > .m-item2 {
    width: calc(16.66667% - 5%);
  }
  .c-grid2.m-5per > .m-item3 {
    width: calc(25% - 5%);
  }
  .c-grid2.m-5per > .m-item4 {
    width: calc(33.33333% - 5%);
  }
  .c-grid2.m-5per > .m-item5 {
    width: calc(41.66667% - 5%);
  }
  .c-grid2.m-5per > .m-item6 {
    width: calc(50% - 5%);
  }
  .c-grid2.m-5per > .m-item7 {
    width: calc(58.33333% - 5%);
  }
  .c-grid2.m-5per > .m-item8 {
    width: calc(66.66667% - 5%);
  }
  .c-grid2.m-5per > .m-item9 {
    width: calc(75% - 5%);
  }
  .c-grid2.m-5per > .m-item10 {
    width: calc(83.33333% - 5%);
  }
  .c-grid2.m-5per > .m-item11 {
    width: calc(91.66667% - 5%);
  }
  .c-grid2.m-5per > .m-item12 {
    width: calc(100% - 5%);
  }
  .c-grid2.m-5per > .m-item5col {
    width: calc(20% - 5%);
  }
}

@media screen and (max-width: 736px) {
  .c-grid2.sp-5per {
    margin-right: -5%;
    margin-top: -5%;
  }
  .c-grid2.sp-5per > [class*="c-grid2__item"],
  .c-grid2.sp-5per > .c-grid2__item5col {
    margin-right: 5%;
    margin-top: 5%;
  }
  .c-grid2.sp-5per > .c-grid2__item1 {
    width: calc(8.33333% - 5%);
  }
  .c-grid2.sp-5per > .c-grid2__item2 {
    width: calc(16.66667% - 5%);
  }
  .c-grid2.sp-5per > .c-grid2__item3 {
    width: calc(25% - 5%);
  }
  .c-grid2.sp-5per > .c-grid2__item4 {
    width: calc(33.33333% - 5%);
  }
  .c-grid2.sp-5per > .c-grid2__item5 {
    width: calc(41.66667% - 5%);
  }
  .c-grid2.sp-5per > .c-grid2__item6 {
    width: calc(50% - 5%);
  }
  .c-grid2.sp-5per > .c-grid2__item7 {
    width: calc(58.33333% - 5%);
  }
  .c-grid2.sp-5per > .c-grid2__item8 {
    width: calc(66.66667% - 5%);
  }
  .c-grid2.sp-5per > .c-grid2__item9 {
    width: calc(75% - 5%);
  }
  .c-grid2.sp-5per > .c-grid2__item10 {
    width: calc(83.33333% - 5%);
  }
  .c-grid2.sp-5per > .c-grid2__item11 {
    width: calc(91.66667% - 5%);
  }
  .c-grid2.sp-5per > .c-grid2__item12 {
    width: calc(100% - 5%);
  }
  .c-grid2.sp-5per > .c-grid2__item5col {
    width: calc(20% - 5%);
  }
  .c-grid2.sp-5per > .sp-item1 {
    width: calc(8.33333% - 5%);
  }
  .c-grid2.sp-5per > .sp-item2 {
    width: calc(16.66667% - 5%);
  }
  .c-grid2.sp-5per > .sp-item3 {
    width: calc(25% - 5%);
  }
  .c-grid2.sp-5per > .sp-item4 {
    width: calc(33.33333% - 5%);
  }
  .c-grid2.sp-5per > .sp-item5 {
    width: calc(41.66667% - 5%);
  }
  .c-grid2.sp-5per > .sp-item6 {
    width: calc(50% - 5%);
  }
  .c-grid2.sp-5per > .sp-item7 {
    width: calc(58.33333% - 5%);
  }
  .c-grid2.sp-5per > .sp-item8 {
    width: calc(66.66667% - 5%);
  }
  .c-grid2.sp-5per > .sp-item9 {
    width: calc(75% - 5%);
  }
  .c-grid2.sp-5per > .sp-item10 {
    width: calc(83.33333% - 5%);
  }
  .c-grid2.sp-5per > .sp-item11 {
    width: calc(91.66667% - 5%);
  }
  .c-grid2.sp-5per > .sp-item12 {
    width: calc(100% - 5%);
  }
  .c-grid2.sp-5per > .sp-item5col {
    width: calc(20% - 5%);
  }
}

/******************************************************************
component - grid-button
******************************************************************/
.c-grid-button {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid transparent;
  line-height: 1.5;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 120%;
  border-radius: 8px;
  border: 1px solid #b5c1cc;
  text-align: left;
  padding: 0.8em 1em;
  position: relative;
  padding-right: 17.5px;
  padding-right: 1.4em;
  transition-property: right, color;
  transition-duration: 0.3s;
}

.c-grid-button:hover {
  color: inherit;
  text-decoration: none;
}

.c-grid-button--top {
  align-items: flex-start;
}

.c-grid-button--bottom {
  align-items: flex-end;
}

.c-grid-button__inner {
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.c-grid-button::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translate(-10px, 3px) rotate(45deg);
  transform-origin: top right;
  border-top: 2px solid #930000;
  border-right: 2px solid #930000;
  width: 8px;
  height: 8px;
  transition-property: top, right, bottom, left;
  transition-duration: 0.3s;
}

.c-grid-button:hover {
  color: #d12d3d;
}

.c-grid-button:hover::after {
  right: -4px;
}

/******************************************************************
component - gutter
******************************************************************/
.c-gutter > *:not(:last-child) {
  margin-bottom: 1rem;
}

.c-gutter-2x > *:not(:last-child) {
  margin-bottom: 2rem;
}

.c-gutter-3x > *:not(:last-child) {
  margin-bottom: 3rem;
}

@media screen and (max-width: 736px) {
  .c-gutter > *:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .c-gutter-2x > *:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .c-gutter-3x > *:not(:last-child) {
    margin-bottom: 2.25rem;
  }
  .c-sp-gutter > *:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .c-sp-gutter-2x > *:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .c-sp-gutter-3x > *:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}

/******************************************************************
component - text-row2
******************************************************************/
.c-text-row2 {
  display: flex;
}

.c-text-row2--inline {
  display: inline-flex;
}

.c-text-row2--vertical {
  align-items: center;
}

.c-text-row2 > .c-text-row2__head-left,
.c-text-row2 > .c-text-row2__head-right {
  box-sizing: border-box;
  flex-shrink: 0;
  max-width: 60%;
}

.c-text-row2 > .c-text-row2__head-left {
  margin-right: 1rem;
  order: 1;
}

.c-text-row2 > .c-text-row2__head-right {
  margin-left: 1rem;
  order: 2;
}

.c-text-row2 > .c-text-row2__body-right,
.c-text-row2 > .c-text-row2__body-left {
  box-sizing: border-box;
  flex-grow: 1;
}

.c-text-row2 > .c-text-row2__body-right {
  order: 2;
}

.c-text-row2 > .c-text-row2__body-left {
  order: 1;
}

@media screen and (max-width: 736px) {
  .c-text-row2.sp-top {
    align-items: stretch;
  }
  .c-text-row2.sp-vertical {
    align-items: center;
  }
  .c-text-row2 > .c-text-row2__head-left {
    margin-right: 0.75rem;
  }
  .c-text-row2 > .c-text-row2__head-right {
    margin-left: 0.75rem;
  }
  .c-text-row2.sp-column {
    flex-direction: column;
  }
  .c-text-row2.sp-column--center {
    align-items: flex-start;
  }
  .c-text-row2.sp-column > .c-text-row2__head-left,
  .c-text-row2.sp-column > .c-text-row2__head-right {
    order: 1;
    margin-bottom: 0.75rem;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    width: 100% !important;
    max-width: none !important;
  }
  .c-text-row2.sp-column > .c-text-row2__body-right,
  .c-text-row2.sp-column > .c-text-row2__body-left {
    order: 2;
    width: 100%;
  }
  .c-text-row2.sp-column.sp-column-reverse > .c-text-row2__head-left,
  .c-text-row2.sp-column.sp-column-reverse > .c-text-row2__head-right {
    order: 2;
    margin-top: 0.75rem;
    margin-bottom: 0;
  }
  .c-text-row2.sp-column.sp-column-reverse > .c-text-row2__body-right,
  .c-text-row2.sp-column.sp-column-reverse > .c-text-row2__body-left {
    order: 1;
  }
}

/******************************************************************
component - list-disc
******************************************************************/
.c-list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}

.c-list-disc--gutter .c-list-disc__item:not(:first-child) {
  margin-top: 0.8rem;
}

@media screen and (max-width: 736px) {
  .c-list-disc--gutter .c-list-disc__item:not(:first-child) {
    margin-top: 0.6rem;
  }
}

/******************************************************************
component - list-disc-glid
******************************************************************/
.c-list-disc-glid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
}

.c-list-disc-glid__item2 {
  width: calc(50% - 1rem);
  margin-right: 1rem;
}

.c-list-disc-glid__item3 {
  width: calc(33.33333% - 1rem);
  margin-right: 1rem;
}

.c-list-disc-glid__item4 {
  width: calc(25% - 1rem);
  margin-right: 1rem;
}

.c-list-disc-glid__item5 {
  width: calc(20% - 1rem);
  margin-right: 1rem;
}

.c-list-disc-glid__maker {
  display: list-item;
  list-style-type: disc;
  margin-left: 1.5em;
}

@media screen and (max-width: 736px) {
  .c-list-disc-glid {
    flex-direction: column;
    margin-right: 0;
  }
  .c-list-disc-glid__item2 {
    width: 100%;
    margin-right: 0;
  }
  .c-list-disc-glid__item3 {
    width: 100%;
    margin-right: 0;
  }
  .c-list-disc-glid__item4 {
    width: 100%;
    margin-right: 0;
  }
  .c-list-disc-glid__item5 {
    width: 100%;
    margin-right: 0;
  }
}

/******************************************************************
component - list-order
******************************************************************/
.c-list-order__item {
  margin-left: 1.5em;
  list-style: decimal;
}

.c-list-order--gutter .c-list-order__item:not(:first-child) {
  margin-top: 0.8rem;
}

@media screen and (max-width: 736px) {
  .c-list-order--gutter .c-list-order__item:not(:first-child) {
    margin-top: 0.6rem;
  }
}

/******************************************************************
component - list-notes
******************************************************************/
.c-list-notes {
  display: table;
  width: 100%;
}

.c-list-notes--bordersand {
  border-top: 1px solid #b5c1cc;
  border-bottom: 1px solid #b5c1cc;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

@media screen and (max-width: 736px) {
  .c-list-notes--bordersand {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}

.c-list-notes--border
  > .c-list-notes__row:first-child:not(:last-child)
  > .c-list-notes__head,
.c-list-notes--border
  > .c-list-notes__row:first-child:not(:last-child)
  > .c-list-notes__body {
  padding-bottom: 0.8rem;
}

@media screen and (max-width: 736px) {
  .c-list-notes--border
    > .c-list-notes__row:first-child:not(:last-child)
    > .c-list-notes__head,
  .c-list-notes--border
    > .c-list-notes__row:first-child:not(:last-child)
    > .c-list-notes__body {
    padding-bottom: 0.6rem;
  }
}

.c-list-notes--border
  > .c-list-notes__row:not(:first-child):not(:last-child)
  > .c-list-notes__head,
.c-list-notes--border
  > .c-list-notes__row:not(:first-child):not(:last-child)
  > .c-list-notes__body {
  border-top: 1px solid #b5c1cc;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

@media screen and (max-width: 736px) {
  .c-list-notes--border
    > .c-list-notes__row:not(:first-child):not(:last-child)
    > .c-list-notes__head,
  .c-list-notes--border
    > .c-list-notes__row:not(:first-child):not(:last-child)
    > .c-list-notes__body {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}

.c-list-notes--border
  > .c-list-notes__row:not(:first-child):last-child
  > .c-list-notes__head,
.c-list-notes--border
  > .c-list-notes__row:not(:first-child):last-child
  > .c-list-notes__body {
  border-top: 1px solid #b5c1cc;
  padding-top: 0.8rem;
}

@media screen and (max-width: 736px) {
  .c-list-notes--border
    > .c-list-notes__row:not(:first-child):last-child
    > .c-list-notes__head,
  .c-list-notes--border
    > .c-list-notes__row:not(:first-child):last-child
    > .c-list-notes__body {
    padding-top: 0.6rem;
  }
}

.c-list-notes--s {
  font-size: 0.75rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .c-list-notes--s {
    font-size: 0.75rem;
  }
}

.c-list-notes--gutter
  > .c-list-notes__row:not(:first-child)
  > .c-list-notes__head,
.c-list-notes--gutter
  > .c-list-notes__row:not(:first-child)
  > .c-list-notes__body {
  padding-top: 0.8rem;
}

@media screen and (max-width: 736px) {
  .c-list-notes--gutter
    > .c-list-notes__row:not(:first-child)
    > .c-list-notes__head,
  .c-list-notes--gutter
    > .c-list-notes__row:not(:first-child)
    > .c-list-notes__body {
    padding-top: 0.6rem;
  }
}

@media screen and (max-width: 736px) {
  .c-list-notes--gutter.sp-vertial
    > .c-list-notes__row:not(:first-child)
    > .c-list-notes__body {
    padding-top: 0;
  }
}

.c-list-notes__row {
  display: table-row;
}

.c-list-notes__head {
  display: table-cell;
  white-space: nowrap;
  padding-right: 0.5em;
  width: 0.1%;
  vertical-align: top;
}

.c-list-notes__head--wide {
  padding-right: 1.5em;
  font-weight: 400;
}

.c-list-notes__head--fit {
  padding-right: 0;
}

.c-list-notes__body {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  .c-list-notes.sp-vertial {
    display: block;
  }
  .c-list-notes.sp-vertial > .c-list-notes__row {
    display: block;
  }
  .c-list-notes.sp-vertial > .c-list-notes__row > .c-list-notes__head {
    display: block;
    white-space: normal;
    padding-right: 0;
    width: auto;
  }
  .c-list-notes.sp-vertial > .c-list-notes__row > .c-list-notes__body {
    display: block;
  }
  .c-list-notes.sp-vertial
    > .c-list-notes__row:not(:first-child)
    > .c-list-notes__head--wide {
    margin-top: 5px;
  }
  .c-list-notes.sp-vertial
    > .c-list-notes__row
    > .c-list-notes__head--wide
    + .c-list-notes__body {
    margin-top: 5px;
  }
  .c-list-notes--border.sp-vertial
    > .c-list-notes__row:not(:first-child):not(:last-child)
    > .c-list-notes__body {
    border-top: 0;
    padding-top: 0;
  }
  .c-list-notes--border.sp-vertial
    > .c-list-notes__row:last-child
    > .c-list-notes__body {
    border-top: 0;
  }
  .c-list-notes--border.sp-vertial > .c-list-notes__row > .c-list-notes__head {
    padding-bottom: 0 !important;
  }
  .c-list-notes--border.sp-vertial > .c-list-notes__row > .c-list-notes__body {
    padding-top: 0 !important;
  }
}

/******************************************************************
component - heading
******************************************************************/
.c-heading2 {
  text-align: center;
  font-size: 70px;
  margin-bottom: 0.3em;
}

.c-heading2:not(:first-child) {
  margin-top: 2rem;
}

@media screen and (max-width: 736px) {
  .c-heading2:not(:first-child) {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 736px) {
  .c-heading2 {
    font-size: 1.8rem;
  }
}

/******************************************************************
component - heading-news
******************************************************************/
.c-heading1news {
  font-size: 2rem;
}

.c-heading1news:not(:first-child) {
  margin-top: 2rem;
}

@media screen and (max-width: 736px) {
  .c-heading1news:not(:first-child) {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 736px) {
  .c-heading1news {
    font-size: 1.5rem;
  }
}

.c-heading2news {
  font-size: 1.4rem;
  background-color: #290000;
  padding: 0.5em 0.75em;
}

@media screen and (max-width: 736px) {
  .c-heading2news {
    font-size: 1rem;
  }
}

.c-heading3news {
  color: #fcfec8;
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .c-heading3news {
    font-size: 1.2rem;
  }
}

/******************************************************************
component - news-date
******************************************************************/
.c-news-date {
  text-align: right;
}

/******************************************************************
component - button
******************************************************************/
.c-button {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid transparent;
  line-height: 1.5;
  padding: 0.5em 1.5em;
}

.c-button:hover {
  color: inherit;
  text-decoration: none;
}

.c-button--radius {
  border-radius: 8px;
}

.c-button--circle {
  border-radius: 3em;
}

.c-button--full {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
}

.c-button--back {
  border-radius: 8px;
  color: #000;
  text-decoration: none;
  text-align: left;
  padding: 0.25em 2em;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  background-color: #fff;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.c-button--back:hover {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .c-button--back {
    font-size: 18px;
  }
}

.c-button--back:hover {
  opacity: 0.7;
}

/******************************************************************
component - badge
******************************************************************/
.c-badge {
  display: inline-block;
  text-align: center;
  vertical-align: 1px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 0.75em;
  font-weight: bold;
  border: 1px solid transparent;
  padding: 0.35em 0.5em 0.25em;
  border-radius: 4px;
}

.c-badge--full {
  display: block;
  width: 100%;
}

.c-badge--news {
  background-color: #fff;
  color: #000;
  min-width: 7em;
  font-size: 0.85em;
}

.c-badge--record {
  background-color: #fff;
  color: #000;
  min-width: 7em;
  font-size: 14px;
}

/******************************************************************
component - youtube
******************************************************************/
.c-youtube {
  max-width: 480px;
}

.c-youtube--center {
  margin-right: auto;
  margin-left: auto;
}

.c-youtube--right {
  margin-left: auto;
}

.c-youtube--full {
  max-width: none;
}

.c-youtube__title {
  display: block;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .c-youtube__title {
    font-size: 1.08rem;
  }
}

.c-youtube__caption {
  display: block;
  text-align: left;
  line-height: 1.5;
}

.c-youtube__inner {
  position: relative;
  padding-top: 56.25%;
}

.c-youtube__inner > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c-youtube__inner:not(:first-child) {
  margin-top: 0.5rem;
}

@media screen and (max-width: 736px) {
  .c-youtube__inner:not(:first-child) {
    margin-top: 0.375rem;
  }
}

.c-youtube__inner:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 736px) {
  .c-youtube__inner:not(:last-child) {
    margin-bottom: 0.375rem;
  }
}

/******************************************************************
component - animate
******************************************************************/
/*! animate.css -http://daneden.me/animate Version - 3.7.0 Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2018 Daniel Eden */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    transition-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

[data-animate-groups="true"] [data-animate-group],
[data-animate="true"],
.animated {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

[data-animate-groups="true"] [data-animate-group].infinite,
[data-animate="true"].infinite,
.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

[data-animate-group],
[data-animate],
.js-wow {
  opacity: 0;
}

/******************************************************************
project - menber-list
******************************************************************/
.p-menber-list-scroll {
  overflow: auto;
}

.p-menber-list {
  display: flex;
  padding-left: 3rem;
}

@media screen and (max-width: 736px) {
  .p-menber-list {
    padding-left: 1.5rem;
  }
}

.p-menber-list__item {
  text-align: center;
  flex-shrink: 0;
  padding-right: 3rem;
  padding-bottom: 1rem;
}

@media print, screen and (min-width: 737px) {
  .p-menber-list__item {
    min-height: 280px;
  }
}

@media screen and (max-width: 736px) {
  .p-menber-list__item {
    padding-right: 1.5rem;
    padding-bottom: 0.75rem;
  }
}

.p-menber-list__inner {
  display: inline-block;
  color: #fff;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.p-menber-list__inner:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}

.p-menber-list__img {
  position: relative;
  display: inline-block;
}

.p-menber-list__img img {
  border-radius: 100%;
  box-sizing: border-box;
  border: 6px solid rgba(147, 0, 0, 0.4);
  width: 222px;
}

@media screen and (max-width: 736px) {
  .p-menber-list__img img {
    width: 140px;
    border-width: 5px;
  }
}

.p-menber-list__main {
  display: block;
  margin-top: 15px;
}

/******************************************************************
project - news-list
******************************************************************/
.p-news-list a {
  color: #fff;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.p-news-list a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.p-news-list__item {
  padding: 1rem;
  border-bottom: 1px solid #490000;
}

.p-news-list__item:first-child {
  border-top: 1px solid #490000;
}

.p-news-list__inner {
  display: inline-flex;
}

.p-news-list__img {
  flex-shrink: 0;
  margin-right: 1rem;
  max-width: 120px;
}

.p-news-list__date {
  display: block;
  font-size: 14px;
}

.p-news-list__icon {
  display: block;
}

.p-news-list__text {
  margin-top: 0.2em;
  display: block;
  font-weight: bold;
}

.p-news-more {
  margin-top: 2rem;
  text-align: center;
}

.p-news-more a {
  color: #930000;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 8px;
  text-align: left;
  padding: 0.25em 2em;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  background-color: #fff;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.p-news-more a:hover {
  color: #930000;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .p-news-more a {
    font-size: 18px;
  }
}

.p-news-more a:hover {
  opacity: 0.7;
}

/******************************************************************
project - member
******************************************************************/
.p-member {
  background: url(/common/img/visual.png) top center/cover;
}

.p-member__inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 112px;
  padding-bottom: 5rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 736px) {
  .p-member__inner {
    padding-top: 67px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 2rem;
  }
}

@media print, screen and (min-width: 737px) {
  .p-member__inner {
    align-items: center;
  }
}

.p-member__visual img {
  border-radius: 100%;
  box-sizing: border-box;
  border: 6px solid rgba(147, 0, 0, 0.4);
  max-width: 222px;
}

@media screen and (max-width: 736px) {
  .p-member__visual img {
    max-width: 100px;
    border-width: 3px;
  }
}

.p-member__main {
  margin-left: 3rem;
}

@media screen and (max-width: 736px) {
  .p-member__main {
    margin-left: 1.125rem;
  }
}

.p-member-title {
  line-height: 1;
}

.p-member-title-main {
  display: block;
  font-size: 70px;
  letter-spacing: -1px;
}

@media print, screen and (max-width: 1030px) {
  .p-member-title-main {
    font-size: 7vw;
  }
}

@media screen and (max-width: 736px) {
  .p-member-title-main {
    font-size: 8vw;
  }
}

.p-member-title-main span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20%);
  transition-property: opacity, transform;
  transition-duration: 0.3s;
}

.p-member-title-main span:nth-child(1) {
  transition-delay: 0.1s;
}

.p-member-title-main span:nth-child(2) {
  transition-delay: 0.2s;
}

.p-member-title-main span:nth-child(3) {
  transition-delay: 0.3s;
}

.p-member-title-main span:nth-child(4) {
  transition-delay: 0.4s;
}

.p-member-title-main span:nth-child(5) {
  transition-delay: 0.5s;
}

.p-member-title-main span:nth-child(6) {
  transition-delay: 0.6s;
}

.p-member-title-main span:nth-child(7) {
  transition-delay: 0.7s;
}

.p-member-title-main span:nth-child(8) {
  transition-delay: 0.8s;
}

.p-member-title-main span:nth-child(9) {
  transition-delay: 0.9s;
}

.p-member-title-main span:nth-child(10) {
  transition-delay: 1s;
}

.p-member-title-main span:nth-child(11) {
  transition-delay: 1.1s;
}

.p-member-title-main span:nth-child(12) {
  transition-delay: 1.2s;
}

.p-member-title-main span:nth-child(13) {
  transition-delay: 1.3s;
}

.p-member-title-main span:nth-child(14) {
  transition-delay: 1.4s;
}

.p-member-title-main span:nth-child(15) {
  transition-delay: 1.5s;
}

.p-member-title-main span:nth-child(16) {
  transition-delay: 1.6s;
}

.p-member-title-main span:nth-child(17) {
  transition-delay: 1.7s;
}

.p-member-title-main span:nth-child(18) {
  transition-delay: 1.8s;
}

.p-member-title-main span:nth-child(19) {
  transition-delay: 1.9s;
}

.p-member-title-main span:nth-child(20) {
  transition-delay: 2s;
}

.p-member-title-main span:nth-child(21) {
  transition-delay: 2.1s;
}

.p-member-title-main span:nth-child(22) {
  transition-delay: 2.2s;
}

.p-member-title-main span:nth-child(23) {
  transition-delay: 2.3s;
}

.p-member-title-main span:nth-child(24) {
  transition-delay: 2.4s;
}

.p-member-title-main span:nth-child(25) {
  transition-delay: 2.5s;
}

.p-member-title-main span:nth-child(26) {
  transition-delay: 2.6s;
}

.p-member-title-main span:nth-child(27) {
  transition-delay: 2.7s;
}

.p-member-title-main span:nth-child(28) {
  transition-delay: 2.8s;
}

.p-member-title-main span:nth-child(29) {
  transition-delay: 2.9s;
}

.p-member-title-main span:nth-child(30) {
  transition-delay: 3s;
}

.p-member-title-main span:nth-child(31) {
  transition-delay: 3.1s;
}

.p-member-title-main span:nth-child(32) {
  transition-delay: 3.2s;
}

.p-member-title-main span:nth-child(33) {
  transition-delay: 3.3s;
}

.p-member-title-main span:nth-child(34) {
  transition-delay: 3.4s;
}

.p-member-title-main span:nth-child(35) {
  transition-delay: 3.5s;
}

[data-animate-groups="true"] span {
  opacity: 1;
  transform: translateY(0);
}

.p-member-title-sub {
  display: block;
  margin-top: 0.3em;
  font-size: 24px;
}

@media screen and (max-width: 736px) {
  .p-member-title-sub {
    font-size: 13px;
  }
}

.p-member-title-sub span {
  opacity: 0;
  transform: translateY(20%);
  transition-property: opacity, transform;
  transition-duration: 0.3s;
}

.p-member-title-sub span:nth-child(1) {
  transition-delay: 0.3s;
}

.p-member-title-sub span:nth-child(2) {
  transition-delay: 0.4s;
}

.p-member-title-sub span:nth-child(3) {
  transition-delay: 0.5s;
}

.p-member-title-sub span:nth-child(4) {
  transition-delay: 0.6s;
}

.p-member-title-sub span:nth-child(5) {
  transition-delay: 0.7s;
}

.p-member-title-sub span:nth-child(6) {
  transition-delay: 0.8s;
}

.p-member-title-sub span:nth-child(7) {
  transition-delay: 0.9s;
}

.p-member-title-sub span:nth-child(8) {
  transition-delay: 1s;
}

.p-member-title-sub span:nth-child(9) {
  transition-delay: 1.1s;
}

.p-member-title-sub span:nth-child(10) {
  transition-delay: 1.2s;
}

.p-member-title-sub span:nth-child(11) {
  transition-delay: 1.3s;
}

.p-member-title-sub span:nth-child(12) {
  transition-delay: 1.4s;
}

.p-member-title-sub span:nth-child(13) {
  transition-delay: 1.5s;
}

.p-member-title-sub span:nth-child(14) {
  transition-delay: 1.6s;
}

.p-member-title-sub span:nth-child(15) {
  transition-delay: 1.7s;
}

.p-member-title-sub span:nth-child(16) {
  transition-delay: 1.8s;
}

.p-member-title-sub span:nth-child(17) {
  transition-delay: 1.9s;
}

.p-member-title-sub span:nth-child(18) {
  transition-delay: 2s;
}

.p-member-title-sub span:nth-child(19) {
  transition-delay: 2.1s;
}

.p-member-title-sub span:nth-child(20) {
  transition-delay: 2.2s;
}

[data-animate-groups="true"] span {
  opacity: 1;
  transform: translateY(0);
}

.p-member-copy {
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 736px) {
  .p-member-copy {
    font-size: 13px;
  }
}

/******************************************************************
project - record-list
******************************************************************/
.p-record-list-outer > * {
  opacity: 0;
  transform: translateY(20%);
  transition-property: opacity, transform;
  transition-duration: 0.9s;
}

.p-record-list-outer > *:nth-child(1) {
  transition-delay: 0.1s;
}

.p-record-list-outer > *:nth-child(2) {
  transition-delay: 0.2s;
}

.p-record-list-outer > *:nth-child(3) {
  transition-delay: 0.3s;
}

.p-record-list-outer > *:nth-child(4) {
  transition-delay: 0.4s;
}

.p-record-list-outer > *:nth-child(5) {
  transition-delay: 0.5s;
}

.p-record-list-outer > *:nth-child(6) {
  transition-delay: 0.6s;
}

.p-record-list-outer > *:nth-child(7) {
  transition-delay: 0.7s;
}

.p-record-list-outer > *:nth-child(8) {
  transition-delay: 0.8s;
}

.p-record-list-outer > *:nth-child(9) {
  transition-delay: 0.9s;
}

.p-record-list-outer > *:nth-child(10) {
  transition-delay: 1s;
}

.p-record-list-outer > *:nth-child(11) {
  transition-delay: 1.1s;
}

.p-record-list-outer > *:nth-child(12) {
  transition-delay: 1.2s;
}

.p-record-list-outer > *:nth-child(13) {
  transition-delay: 1.3s;
}

.p-record-list-outer > *:nth-child(14) {
  transition-delay: 1.4s;
}

.p-record-list-outer > *:nth-child(15) {
  transition-delay: 1.5s;
}

.p-record-list-outer > *:nth-child(16) {
  transition-delay: 1.6s;
}

.p-record-list-outer > *:nth-child(17) {
  transition-delay: 1.7s;
}

.p-record-list-outer > *:nth-child(18) {
  transition-delay: 1.8s;
}

.p-record-list-outer > *:nth-child(19) {
  transition-delay: 1.9s;
}

.p-record-list-outer > *:nth-child(20) {
  transition-delay: 2s;
}

.p-record-list-outer > *:nth-child(21) {
  transition-delay: 2.1s;
}

.p-record-list-outer > *:nth-child(22) {
  transition-delay: 2.2s;
}

.p-record-list-outer > *:nth-child(23) {
  transition-delay: 2.3s;
}

.p-record-list-outer > *:nth-child(24) {
  transition-delay: 2.4s;
}

.p-record-list-outer > *:nth-child(25) {
  transition-delay: 2.5s;
}

.p-record-list-outer > *:nth-child(26) {
  transition-delay: 2.6s;
}

.p-record-list-outer > *:nth-child(27) {
  transition-delay: 2.7s;
}

.p-record-list-outer > *:nth-child(28) {
  transition-delay: 2.8s;
}

.p-record-list-outer > *:nth-child(29) {
  transition-delay: 2.9s;
}

.p-record-list-outer > *:nth-child(30) {
  transition-delay: 3s;
}

[data-animate-groups="true"] .p-record-list-outer > * {
  opacity: 1;
  transform: translateY(0);
}

.p-record-list a {
  transition-property: opacity;
  transition-duration: 0.3s;
}

.p-record-list a:hover {
  opacity: 0.6;
}

.p-record-list__item {
  display: block;
  margin-top: 0.5em;
}

.p-record-list__name {
  display: block;
  font-weight: bold;
  text-align: center;
}

/******************************************************************
project - record
******************************************************************/
.p-record {
  background: url(/common/img/visual.png) top center/cover;
}

.p-record__inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 112px;
  padding-bottom: 2.5rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 736px) {
  .p-record__inner {
    padding-top: 67px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 1rem;
  }
}

.p-record h1 {
  text-align: center;
  line-height: 1.2;
}

.p-record__menber {
  display: block;
}

.p-record__name {
  font-size: 50px;
}

@media screen and (max-width: 736px) {
  .p-record__name {
    font-size: 8.5vw;
  }
}

.p-record__note {
  text-align: center;
}

/******************************************************************
project - discography-buy
******************************************************************/
.p-discography-buy {
  background-color: #930000;
  padding: 1.5rem 2.4rem;
}

@media screen and (max-width: 736px) {
  .p-discography-buy {
    border-radius: 0.75rem;
    padding: 1.125rem;
  }
}

.p-discography-buy__head {
  color: #fff;
}

@media print, screen and (min-width: 737px) {
  .p-discography-buy__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 736px) {
  .p-discography-buy__head {
    margin-bottom: 0.75rem;
  }
}

.p-discography-buy__head h2 {
  font-size: 1.1rem;
}

@media screen and (max-width: 736px) {
  .p-discography-buy__head h2 {
    font-size: 0.99rem;
  }
}

.p-discography-buy__head p {
  font-size: 1rem;
}

@media screen and (max-width: 736px) {
  .p-discography-buy__head p {
    font-size: 0.9rem;
  }
}

.p-discography-buy__item {
  text-align: center;
  background: #fff;
  border-radius: 8px;
}

.p-discography-buy__item img {
  width: 100%;
  border-radius: 8px;
}

/******************************************************************
project - discography-detail
******************************************************************/
.p-discography-detail__title {
  color: #fff;
  border-bottom: 3px solid #fff;
}

.u-border-sutopuri {
  border-color: #ef1740 !important;
}

.u-border-colon {
  border-color: #249cf4 !important;
}

.u-border-jel {
  border-color: #ff914e !important;
}

.u-border-nanamori {
  border-color: #8e32d1 !important;
}

.u-border-rinu {
  border-color: #e8002c !important;
}

.u-border-root {
  border-color: #fabb28 !important;
}

.u-border-satomi {
  border-color: #f96fa6 !important;
}

.u-border-knight-x {
  border-color: #4d4d4d !important;
}

.u-border-mahito {
  border-color: #a9dbf5 !important;
}

.u-border-shiyun {
  border-color: #007f73 !important;
}

.u-border-vau {
  border-color: #ce1535 !important;
}

.u-border-soma {
  border-color: #fbe09e !important;
}

.u-border-terutokun {
  border-color: #ed77be !important;
}

.u-border-moriusa {
  border-color: #af87c3 !important;
}

.u-border-soma {
  border-color: #ffe100 !important;
}

.u-border-amptakxcolors {
  border-color: #d2d2d2 !important;
}

.u-border-akkiy {
  border-color: #ffdb00 !important;
}

.u-border-mazeta {
  border-color: #8c3bff !important;
}

.u-border-pretz {
  border-color: #80e233 !important;
}

.u-border-tigusakun {
  border-color: #14a2db !important;
}

.u-border-atto {
  border-color: #f93c28 !important;
}

.u-border-ketcha {
  border-color: #ff86cc !important;
}

.u-border-meteorites {
  border-color: #000000 !important;
}

.u-border-sneakerstep {
  border-color: #ffffff !important;
}

.u-border-creators {
  border-color: #eb00ff !important;
}

/******************************************************************
project - news
******************************************************************/
.p-news-share {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 4rem !important;
}

@media screen and (max-width: 736px) {
  .p-news-share {
    margin-top: 3rem;
    margin-bottom: 3rem !important;
  }
}

.p-news-share__item:not(:first-child) {
  margin-left: 1.5rem;
}

.p-news-share__item a {
  transition-property: opacity;
  transition-duration: 0.3s;
}

.p-news-share__item a:hover {
  opacity: 0.7;
}

.p-news-share__item svg {
  width: 50px;
}

@media screen and (max-width: 736px) {
  .p-news-share__item svg {
    width: 30px;
  }
}

/******************************************************************
utility - mediaQuery
******************************************************************/
.u-sp-media {
  display: none;
}

@media screen and (max-width: 736px) {
  .u-pc-media {
    display: none;
  }
  .u-sp-media {
    display: block;
  }
  img.u-sp-media {
    display: inline-block;
  }
  br.u-sp-media {
    display: inline-block;
  }
  table.u-sp-media {
    display: table;
  }
}

.u-se-media {
  display: none;
}

/******************************************************************
utility - display
******************************************************************/
.u-block {
  display: block;
}

.u-none {
  display: none;
}

.u-inline {
  display: inline;
}

.u-inline-block {
  display: inline-block;
}

.u-table {
  display: table;
}

.u-table-row {
  display: table-row;
}

.u-table-cell {
  display: table-cell;
}

.u-flex {
  display: flex;
}

.u-inline-flex {
  display: inline-flex;
}

@media screen and (max-width: 736px) {
  .u-sp-block {
    display: block;
  }
  .u-sp-none {
    display: none;
  }
  .u-sp-inline {
    display: inline;
  }
  .u-sp-inline-block {
    display: inline-block;
  }
  .u-sp-table {
    display: table;
  }
  .u-sp-table-row {
    display: table-row;
  }
  .u-sp-table-cell {
    display: table-cell;
  }
  .u-sp-flex {
    display: flex;
  }
  .u-sp-inline-flex {
    display: inline-flex;
  }
}

/******************************************************************
utility - display-off
******************************************************************/
.u-display-off {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

@media screen and (max-width: 736px) {
  .u-sp-display-off {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    clip: rect(0, 0, 0, 0);
  }
}

/******************************************************************
utility - text-align
******************************************************************/
.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-left {
  text-align: left;
}

@media screen and (max-width: 736px) {
  .u-sp-center {
    text-align: center;
  }
  .u-sp-right {
    text-align: right;
  }
  .u-sp-left {
    text-align: left;
  }
}

/******************************************************************
utility - font-size-percent
******************************************************************/
.u-font-size50per {
  font-size: 50%;
}

.u-font-size55per {
  font-size: 55%;
}

.u-font-size60per {
  font-size: 60%;
}

.u-font-size65per {
  font-size: 65%;
}

.u-font-size70per {
  font-size: 70%;
}

.u-font-size75per {
  font-size: 75%;
}

.u-font-size80per {
  font-size: 80%;
}

.u-font-size85per {
  font-size: 85%;
}

.u-font-size90per {
  font-size: 90%;
}

.u-font-size95per {
  font-size: 95%;
}

.u-font-size100per {
  font-size: 100%;
}

.u-font-size110per {
  font-size: 110%;
}

.u-font-size120per {
  font-size: 120%;
}

.u-font-size130per {
  font-size: 130%;
}

.u-font-size140per {
  font-size: 140%;
}

.u-font-size150per {
  font-size: 150%;
}

.u-font-size160per {
  font-size: 160%;
}

.u-font-size170per {
  font-size: 170%;
}

.u-font-size180per {
  font-size: 180%;
}

.u-font-size190per {
  font-size: 190%;
}

.u-font-size200per {
  font-size: 200%;
}

.u-font-size210per {
  font-size: 210%;
}

.u-font-size220per {
  font-size: 220%;
}

.u-font-size230per {
  font-size: 230%;
}

.u-font-size240per {
  font-size: 240%;
}

.u-font-size250per {
  font-size: 250%;
}

.u-font-size260per {
  font-size: 260%;
}

.u-font-size270per {
  font-size: 270%;
}

.u-font-size280per {
  font-size: 280%;
}

.u-font-size290per {
  font-size: 290%;
}

.u-font-size300per {
  font-size: 300%;
}

@media screen and (max-width: 736px) {
  .u-sp-font-size50per {
    font-size: 50%;
  }
  .u-sp-font-size55per {
    font-size: 55%;
  }
  .u-sp-font-size60per {
    font-size: 60%;
  }
  .u-sp-font-size65per {
    font-size: 65%;
  }
  .u-sp-font-size70per {
    font-size: 70%;
  }
  .u-sp-font-size75per {
    font-size: 75%;
  }
  .u-sp-font-size80per {
    font-size: 80%;
  }
  .u-sp-font-size85per {
    font-size: 85%;
  }
  .u-sp-font-size90per {
    font-size: 90%;
  }
  .u-sp-font-size95per {
    font-size: 95%;
  }
  .u-sp-font-size100per {
    font-size: 100%;
  }
  .u-sp-font-size110per {
    font-size: 110%;
  }
  .u-sp-font-size120per {
    font-size: 120%;
  }
  .u-sp-font-size130per {
    font-size: 130%;
  }
  .u-sp-font-size140per {
    font-size: 140%;
  }
  .u-sp-font-size150per {
    font-size: 150%;
  }
  .u-sp-font-size160per {
    font-size: 160%;
  }
  .u-sp-font-size170per {
    font-size: 170%;
  }
  .u-sp-font-size180per {
    font-size: 180%;
  }
  .u-sp-font-size190per {
    font-size: 190%;
  }
  .u-sp-font-size200per {
    font-size: 200%;
  }
  .u-sp-font-size210per {
    font-size: 210%;
  }
  .u-sp-font-size220per {
    font-size: 220%;
  }
  .u-sp-font-size230per {
    font-size: 230%;
  }
  .u-sp-font-size240per {
    font-size: 240%;
  }
  .u-sp-font-size250per {
    font-size: 250%;
  }
  .u-sp-font-size260per {
    font-size: 260%;
  }
  .u-sp-font-size270per {
    font-size: 270%;
  }
  .u-sp-font-size280per {
    font-size: 280%;
  }
  .u-sp-font-size290per {
    font-size: 290%;
  }
  .u-sp-font-size300per {
    font-size: 300%;
  }
}

/******************************************************************
utility - color
******************************************************************/
.u-color-pink,
.u-color-pink:hover,
.u-color-pink a:hover {
  color: #f0308b;
}

/******************************************************************
utility - over-opacity
******************************************************************/
.u-over-opacity {
  transition-property: opacity;
  transition-duration: 0.3s;
}

.u-over-opacity:hover {
  opacity: 0.7;
}

/******************************************************************
utility - ani-duration
******************************************************************/
.u-ani-duration0 {
  animation-duration: 0 !important;
}

.u-ani-duration01s {
  animation-duration: 0.1s !important;
}

.u-ani-duration02s {
  animation-duration: 0.2s !important;
}

.u-ani-duration03s {
  animation-duration: 0.3s !important;
}

.u-ani-duration04s {
  animation-duration: 0.4s !important;
}

.u-ani-duration05s {
  animation-duration: 0.5s !important;
}

.u-ani-duration06s {
  animation-duration: 0.6s !important;
}

.u-ani-duration07s {
  animation-duration: 0.7s !important;
}

.u-ani-duration08s {
  animation-duration: 0.8s !important;
}

.u-ani-duration09s {
  animation-duration: 0.9s !important;
}

.u-ani-duration10s {
  animation-duration: 1s !important;
}

.u-ani-duration11s {
  animation-duration: 1.1s !important;
}

.u-ani-duration12s {
  animation-duration: 1.2s !important;
}

.u-ani-duration13s {
  animation-duration: 1.3s !important;
}

.u-ani-duration14s {
  animation-duration: 1.4s !important;
}

.u-ani-duration15s {
  animation-duration: 1.5s !important;
}

.u-ani-duration16s {
  animation-duration: 1.6s !important;
}

.u-ani-duration17s {
  animation-duration: 1.7s !important;
}

.u-ani-duration18s {
  animation-duration: 1.8s !important;
}

.u-ani-duration19s {
  animation-duration: 1.9s !important;
}

.u-ani-duration20s {
  animation-duration: 2s !important;
}

.u-ani-duration21s {
  animation-duration: 2.1s !important;
}

.u-ani-duration22s {
  animation-duration: 2.2s !important;
}

.u-ani-duration23s {
  animation-duration: 2.3s !important;
}

.u-ani-duration24s {
  animation-duration: 2.4s !important;
}

.u-ani-duration25s {
  animation-duration: 2.5s !important;
}

.u-ani-duration26s {
  animation-duration: 2.6s !important;
}

.u-ani-duration27s {
  animation-duration: 2.7s !important;
}

.u-ani-duration28s {
  animation-duration: 2.8s !important;
}

.u-ani-duration29s {
  animation-duration: 2.9s !important;
}

.u-ani-duration30s {
  animation-duration: 3s !important;
}

@media screen and (max-width: 736px) {
  .u-sp-ani-duration0 {
    animation-duration: 0 !important;
  }
  .u-sp-ani-duration01s {
    animation-duration: 0.1s !important;
  }
  .u-sp-ani-duration02s {
    animation-duration: 0.2s !important;
  }
  .u-sp-ani-duration03s {
    animation-duration: 0.3s !important;
  }
  .u-sp-ani-duration04s {
    animation-duration: 0.4s !important;
  }
  .u-sp-ani-duration05s {
    animation-duration: 0.5s !important;
  }
  .u-sp-ani-duration06s {
    animation-duration: 0.6s !important;
  }
  .u-sp-ani-duration07s {
    animation-duration: 0.7s !important;
  }
  .u-sp-ani-duration08s {
    animation-duration: 0.8s !important;
  }
  .u-sp-ani-duration09s {
    animation-duration: 0.9s !important;
  }
  .u-sp-ani-duration10s {
    animation-duration: 1s !important;
  }
  .u-sp-ani-duration11s {
    animation-duration: 1.1s !important;
  }
  .u-sp-ani-duration12s {
    animation-duration: 1.2s !important;
  }
  .u-sp-ani-duration13s {
    animation-duration: 1.3s !important;
  }
  .u-sp-ani-duration14s {
    animation-duration: 1.4s !important;
  }
  .u-sp-ani-duration15s {
    animation-duration: 1.5s !important;
  }
  .u-sp-ani-duration16s {
    animation-duration: 1.6s !important;
  }
  .u-sp-ani-duration17s {
    animation-duration: 1.7s !important;
  }
  .u-sp-ani-duration18s {
    animation-duration: 1.8s !important;
  }
  .u-sp-ani-duration19s {
    animation-duration: 1.9s !important;
  }
  .u-sp-ani-duration20s {
    animation-duration: 2s !important;
  }
  .u-sp-ani-duration21s {
    animation-duration: 2.1s !important;
  }
  .u-sp-ani-duration22s {
    animation-duration: 2.2s !important;
  }
  .u-sp-ani-duration23s {
    animation-duration: 2.3s !important;
  }
  .u-sp-ani-duration24s {
    animation-duration: 2.4s !important;
  }
  .u-sp-ani-duration25s {
    animation-duration: 2.5s !important;
  }
  .u-sp-ani-duration26s {
    animation-duration: 2.6s !important;
  }
  .u-sp-ani-duration27s {
    animation-duration: 2.7s !important;
  }
  .u-sp-ani-duration28s {
    animation-duration: 2.8s !important;
  }
  .u-sp-ani-duration29s {
    animation-duration: 2.9s !important;
  }
  .u-sp-ani-duration30s {
    animation-duration: 3s !important;
  }
}

/******************************************************************
utility - ani-delay
******************************************************************/
.u-ani-delay0 {
  animation-delay: 0 !important;
}

.u-ani-delay0::before,
.u-ani-delay0::after {
  animation-delay: 0 !important;
}

.u-ani-delay01s {
  animation-delay: 0.1s !important;
}

.u-ani-delay01s::before,
.u-ani-delay01s::after {
  animation-delay: 0.1s !important;
}

.u-ani-delay02s {
  animation-delay: 0.2s !important;
}

.u-ani-delay02s::before,
.u-ani-delay02s::after {
  animation-delay: 0.2s !important;
}

.u-ani-delay03s {
  animation-delay: 0.3s !important;
}

.u-ani-delay03s::before,
.u-ani-delay03s::after {
  animation-delay: 0.3s !important;
}

.u-ani-delay04s {
  animation-delay: 0.4s !important;
}

.u-ani-delay04s::before,
.u-ani-delay04s::after {
  animation-delay: 0.4s !important;
}

.u-ani-delay05s {
  animation-delay: 0.5s !important;
}

.u-ani-delay05s::before,
.u-ani-delay05s::after {
  animation-delay: 0.5s !important;
}

.u-ani-delay06s {
  animation-delay: 0.6s !important;
}

.u-ani-delay06s::before,
.u-ani-delay06s::after {
  animation-delay: 0.6s !important;
}

.u-ani-delay07s {
  animation-delay: 0.7s !important;
}

.u-ani-delay07s::before,
.u-ani-delay07s::after {
  animation-delay: 0.7s !important;
}

.u-ani-delay08s {
  animation-delay: 0.8s !important;
}

.u-ani-delay08s::before,
.u-ani-delay08s::after {
  animation-delay: 0.8s !important;
}

.u-ani-delay09s {
  animation-delay: 0.9s !important;
}

.u-ani-delay09s::before,
.u-ani-delay09s::after {
  animation-delay: 0.9s !important;
}

.u-ani-delay10s {
  animation-delay: 1s !important;
}

.u-ani-delay10s::before,
.u-ani-delay10s::after {
  animation-delay: 1s !important;
}

.u-ani-delay11s {
  animation-delay: 1.1s !important;
}

.u-ani-delay11s::before,
.u-ani-delay11s::after {
  animation-delay: 1.1s !important;
}

.u-ani-delay12s {
  animation-delay: 1.2s !important;
}

.u-ani-delay12s::before,
.u-ani-delay12s::after {
  animation-delay: 1.2s !important;
}

.u-ani-delay13s {
  animation-delay: 1.3s !important;
}

.u-ani-delay13s::before,
.u-ani-delay13s::after {
  animation-delay: 1.3s !important;
}

.u-ani-delay14s {
  animation-delay: 1.4s !important;
}

.u-ani-delay14s::before,
.u-ani-delay14s::after {
  animation-delay: 1.4s !important;
}

.u-ani-delay15s {
  animation-delay: 1.5s !important;
}

.u-ani-delay15s::before,
.u-ani-delay15s::after {
  animation-delay: 1.5s !important;
}

.u-ani-delay16s {
  animation-delay: 1.6s !important;
}

.u-ani-delay16s::before,
.u-ani-delay16s::after {
  animation-delay: 1.6s !important;
}

.u-ani-delay17s {
  animation-delay: 1.7s !important;
}

.u-ani-delay17s::before,
.u-ani-delay17s::after {
  animation-delay: 1.7s !important;
}

.u-ani-delay18s {
  animation-delay: 1.8s !important;
}

.u-ani-delay18s::before,
.u-ani-delay18s::after {
  animation-delay: 1.8s !important;
}

.u-ani-delay19s {
  animation-delay: 1.9s !important;
}

.u-ani-delay19s::before,
.u-ani-delay19s::after {
  animation-delay: 1.9s !important;
}

.u-ani-delay20s {
  animation-delay: 2s !important;
}

.u-ani-delay20s::before,
.u-ani-delay20s::after {
  animation-delay: 2s !important;
}

.u-ani-delay21s {
  animation-delay: 2.1s !important;
}

.u-ani-delay21s::before,
.u-ani-delay21s::after {
  animation-delay: 2.1s !important;
}

.u-ani-delay22s {
  animation-delay: 2.2s !important;
}

.u-ani-delay22s::before,
.u-ani-delay22s::after {
  animation-delay: 2.2s !important;
}

.u-ani-delay23s {
  animation-delay: 2.3s !important;
}

.u-ani-delay23s::before,
.u-ani-delay23s::after {
  animation-delay: 2.3s !important;
}

.u-ani-delay24s {
  animation-delay: 2.4s !important;
}

.u-ani-delay24s::before,
.u-ani-delay24s::after {
  animation-delay: 2.4s !important;
}

.u-ani-delay25s {
  animation-delay: 2.5s !important;
}

.u-ani-delay25s::before,
.u-ani-delay25s::after {
  animation-delay: 2.5s !important;
}

.u-ani-delay26s {
  animation-delay: 2.6s !important;
}

.u-ani-delay26s::before,
.u-ani-delay26s::after {
  animation-delay: 2.6s !important;
}

.u-ani-delay27s {
  animation-delay: 2.7s !important;
}

.u-ani-delay27s::before,
.u-ani-delay27s::after {
  animation-delay: 2.7s !important;
}

.u-ani-delay28s {
  animation-delay: 2.8s !important;
}

.u-ani-delay28s::before,
.u-ani-delay28s::after {
  animation-delay: 2.8s !important;
}

.u-ani-delay29s {
  animation-delay: 2.9s !important;
}

.u-ani-delay29s::before,
.u-ani-delay29s::after {
  animation-delay: 2.9s !important;
}

.u-ani-delay30s {
  animation-delay: 3s !important;
}

.u-ani-delay30s::before,
.u-ani-delay30s::after {
  animation-delay: 3s !important;
}

@media screen and (max-width: 736px) {
  .u-sp-ani-delay0 {
    animation-delay: 0 !important;
  }
  .u-sp-ani-delay0::before,
  .u-sp-ani-delay0::after {
    animation-delay: 0 !important;
  }
  .u-sp-ani-delay01s {
    animation-delay: 0.1s !important;
  }
  .u-sp-ani-delay01s::before,
  .u-sp-ani-delay01s::after {
    animation-delay: 0.1s !important;
  }
  .u-sp-ani-delay02s {
    animation-delay: 0.2s !important;
  }
  .u-sp-ani-delay02s::before,
  .u-sp-ani-delay02s::after {
    animation-delay: 0.2s !important;
  }
  .u-sp-ani-delay03s {
    animation-delay: 0.3s !important;
  }
  .u-sp-ani-delay03s::before,
  .u-sp-ani-delay03s::after {
    animation-delay: 0.3s !important;
  }
  .u-sp-ani-delay04s {
    animation-delay: 0.4s !important;
  }
  .u-sp-ani-delay04s::before,
  .u-sp-ani-delay04s::after {
    animation-delay: 0.4s !important;
  }
  .u-sp-ani-delay05s {
    animation-delay: 0.5s !important;
  }
  .u-sp-ani-delay05s::before,
  .u-sp-ani-delay05s::after {
    animation-delay: 0.5s !important;
  }
  .u-sp-ani-delay06s {
    animation-delay: 0.6s !important;
  }
  .u-sp-ani-delay06s::before,
  .u-sp-ani-delay06s::after {
    animation-delay: 0.6s !important;
  }
  .u-sp-ani-delay07s {
    animation-delay: 0.7s !important;
  }
  .u-sp-ani-delay07s::before,
  .u-sp-ani-delay07s::after {
    animation-delay: 0.7s !important;
  }
  .u-sp-ani-delay08s {
    animation-delay: 0.8s !important;
  }
  .u-sp-ani-delay08s::before,
  .u-sp-ani-delay08s::after {
    animation-delay: 0.8s !important;
  }
  .u-sp-ani-delay09s {
    animation-delay: 0.9s !important;
  }
  .u-sp-ani-delay09s::before,
  .u-sp-ani-delay09s::after {
    animation-delay: 0.9s !important;
  }
  .u-sp-ani-delay10s {
    animation-delay: 1s !important;
  }
  .u-sp-ani-delay10s::before,
  .u-sp-ani-delay10s::after {
    animation-delay: 1s !important;
  }
  .u-sp-ani-delay11s {
    animation-delay: 1.1s !important;
  }
  .u-sp-ani-delay11s::before,
  .u-sp-ani-delay11s::after {
    animation-delay: 1.1s !important;
  }
  .u-sp-ani-delay12s {
    animation-delay: 1.2s !important;
  }
  .u-sp-ani-delay12s::before,
  .u-sp-ani-delay12s::after {
    animation-delay: 1.2s !important;
  }
  .u-sp-ani-delay13s {
    animation-delay: 1.3s !important;
  }
  .u-sp-ani-delay13s::before,
  .u-sp-ani-delay13s::after {
    animation-delay: 1.3s !important;
  }
  .u-sp-ani-delay14s {
    animation-delay: 1.4s !important;
  }
  .u-sp-ani-delay14s::before,
  .u-sp-ani-delay14s::after {
    animation-delay: 1.4s !important;
  }
  .u-sp-ani-delay15s {
    animation-delay: 1.5s !important;
  }
  .u-sp-ani-delay15s::before,
  .u-sp-ani-delay15s::after {
    animation-delay: 1.5s !important;
  }
  .u-sp-ani-delay16s {
    animation-delay: 1.6s !important;
  }
  .u-sp-ani-delay16s::before,
  .u-sp-ani-delay16s::after {
    animation-delay: 1.6s !important;
  }
  .u-sp-ani-delay17s {
    animation-delay: 1.7s !important;
  }
  .u-sp-ani-delay17s::before,
  .u-sp-ani-delay17s::after {
    animation-delay: 1.7s !important;
  }
  .u-sp-ani-delay18s {
    animation-delay: 1.8s !important;
  }
  .u-sp-ani-delay18s::before,
  .u-sp-ani-delay18s::after {
    animation-delay: 1.8s !important;
  }
  .u-sp-ani-delay19s {
    animation-delay: 1.9s !important;
  }
  .u-sp-ani-delay19s::before,
  .u-sp-ani-delay19s::after {
    animation-delay: 1.9s !important;
  }
  .u-sp-ani-delay20s {
    animation-delay: 2s !important;
  }
  .u-sp-ani-delay20s::before,
  .u-sp-ani-delay20s::after {
    animation-delay: 2s !important;
  }
  .u-sp-ani-delay21s {
    animation-delay: 2.1s !important;
  }
  .u-sp-ani-delay21s::before,
  .u-sp-ani-delay21s::after {
    animation-delay: 2.1s !important;
  }
  .u-sp-ani-delay22s {
    animation-delay: 2.2s !important;
  }
  .u-sp-ani-delay22s::before,
  .u-sp-ani-delay22s::after {
    animation-delay: 2.2s !important;
  }
  .u-sp-ani-delay23s {
    animation-delay: 2.3s !important;
  }
  .u-sp-ani-delay23s::before,
  .u-sp-ani-delay23s::after {
    animation-delay: 2.3s !important;
  }
  .u-sp-ani-delay24s {
    animation-delay: 2.4s !important;
  }
  .u-sp-ani-delay24s::before,
  .u-sp-ani-delay24s::after {
    animation-delay: 2.4s !important;
  }
  .u-sp-ani-delay25s {
    animation-delay: 2.5s !important;
  }
  .u-sp-ani-delay25s::before,
  .u-sp-ani-delay25s::after {
    animation-delay: 2.5s !important;
  }
  .u-sp-ani-delay26s {
    animation-delay: 2.6s !important;
  }
  .u-sp-ani-delay26s::before,
  .u-sp-ani-delay26s::after {
    animation-delay: 2.6s !important;
  }
  .u-sp-ani-delay27s {
    animation-delay: 2.7s !important;
  }
  .u-sp-ani-delay27s::before,
  .u-sp-ani-delay27s::after {
    animation-delay: 2.7s !important;
  }
  .u-sp-ani-delay28s {
    animation-delay: 2.8s !important;
  }
  .u-sp-ani-delay28s::before,
  .u-sp-ani-delay28s::after {
    animation-delay: 2.8s !important;
  }
  .u-sp-ani-delay29s {
    animation-delay: 2.9s !important;
  }
  .u-sp-ani-delay29s::before,
  .u-sp-ani-delay29s::after {
    animation-delay: 2.9s !important;
  }
  .u-sp-ani-delay30s {
    animation-delay: 3s !important;
  }
  .u-sp-ani-delay30s::before,
  .u-sp-ani-delay30s::after {
    animation-delay: 3s !important;
  }
}
