@charset "UTF-8";
/*
file: _setting.scss
Description: 
Version: 2.2.0
Changelog: 【URL】
Author: NAME
License: 
*/
@media only screen and (min-width:769px) {
  .pcnone {
    display: none;
  }
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    color: #000;
  }
}
@media only screen and (max-width:768px) {
  .spnone {
    display: none;
  }
}
/* スマホでラジオボタン・チェックボックスの背景を消す */
a[target=blank] {
  font-family: "icomoon" !important;
}
a[target=blank]:after {
  content: "\e901";
  margin-left: 0.5rem;
  font-size: 80%;
  margin-right: 0.5rem;
  text-decoration: none !important;
}

a.imglink[target=blank]:after {
  content: "";
  margin: 0;
}

/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "hiragino-kaku-gothic-pron", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  height: 100%;
  color: #000919;
  counter-reset: number 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: "hiragino-kaku-gothic-pron", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000919;
  font-family: "hiragino-kaku-gothic-pron", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;
  color: #000919;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
  line-height: 1.7;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "hiragino-kaku-gothic-pron", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;
  color: #000919;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: visible;
  white-space: pre-wrap;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #a6977b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:visited {
  color: #a6977b;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
  color: #d4d4d4;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  clear: both;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*!
 * 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 {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom;
}

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

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center;
}

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

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

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  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-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%, 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% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    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% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    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 {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 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% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    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% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    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 {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 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% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 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% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 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% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 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% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 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% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 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% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 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% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 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% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    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% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

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

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

@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 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% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutY;
  backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

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

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

@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: 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: 0.8s;
  animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

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

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

@media (prefers-reduced-motion), (print) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
body.common .site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
body.common .site-header #site-header-block {
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.common .site-header .site-branding {
  flex-shrink: 0;
}
body.common .site-header .site-branding .site-title {
  margin: 0;
  line-height: 1;
}
body.common .site-header .site-branding .site-title a {
  display: flex;
  align-items: center;
  width: 170px;
  height: 48px;
  text-decoration: none;
}
body.common .site-header .site-branding .site-title a svg {
  display: block;
  width: 100%;
  height: auto;
}
body.common .site-header .menu-toggle {
  display: none;
}
body.common .site-header .main-navigation {
  margin-left: auto;
}
body.common .site-header .main-navigation .menu-menu2-container,
body.common .site-header .main-navigation div[class^=menu-][class$=-container] {
  height: 100%;
}
body.common .site-header .main-navigation #primary-menu {
  display: flex;
  align-items: center;
  gap: 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.common .site-header .main-navigation #primary-menu .menu-item {
  position: relative;
  margin: 0;
  padding: 0;
}
body.common .site-header .main-navigation #primary-menu .menu-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
body.common .site-header .main-navigation #primary-menu .menu-item:hover a {
  color: #1d4d8f;
}
body.common .site-header .main-navigation #primary-menu .menu-item.current-menu-item a, body.common .site-header .main-navigation #primary-menu .menu-item.current_page_item a {
  color: #1d4d8f;
}
body.common .site-header .main-navigation #primary-menu .menu-item.current-menu-item a::after, body.common .site-header .main-navigation #primary-menu .menu-item.current_page_item a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 46px;
  height: 1px;
  background: linear-gradient(100deg, #024aac, #0096e0);
  transform: translateX(-50%);
}
body.common .site-header .main-navigation #primary-menu .menu-item:last-child {
  margin-left: 16px;
}
body.common .site-header .main-navigation #primary-menu .menu-item:last-child a {
  width: 150px;
  height: 52px;
  background: linear-gradient(100deg, #024aac, #0096e0);
  color: #fff;
}
body.common .site-header .main-navigation #primary-menu .menu-item:last-child:hover a {
  background: linear-gradient(100deg, #013a8c, #0086c8);
  color: #fff;
}
body.common .site-header .main-navigation #primary-menu .menu-item:last-child.current-menu-item a, body.common .site-header .main-navigation #primary-menu .menu-item:last-child.current_page_item a {
  color: #fff;
}
body.common .site-header .main-navigation #primary-menu .menu-item:last-child.current-menu-item a::after, body.common .site-header .main-navigation #primary-menu .menu-item:last-child.current_page_item a::after {
  display: none;
}
body.common {
  padding-top: 60px;
}
body.common.admin-bar .site-header {
  top: 32px;
}
body.common.admin-bar {
  padding-top: 92px;
}
@media screen and (max-width: 782px) {
  body.common.admin-bar .site-header {
    top: 46px;
  }
  body.common.admin-bar {
    padding-top: 106px;
  }
}
@media screen and (max-width: 600px) {
  body.common.admin-bar .site-header {
    top: 0;
  }
  body.common.admin-bar {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.common .site-header {
    height: 60px;
  }
  body.common .site-header #site-header-block {
    padding: 0 20px;
  }
  body.common .site-header .site-branding .site-title a {
    width: 120px;
    height: 34px;
  }
  body.common .site-header .menu-toggle {
    position: relative;
    z-index: 1002;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    appearance: none;
  }
  body.common .site-header .menu-toggle span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 28px;
    height: 2px;
    background: linear-gradient(100deg, #024aac, #0096e0);
    border-radius: 999px;
    transform: translate(-50%, -50%);
    transition: background-color 0.25s ease;
  }
  body.common .site-header .menu-toggle span::before, body.common .site-header .menu-toggle span::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 28px;
    height: 2px;
    background: linear-gradient(100deg, #024aac, #0096e0);
    border-radius: 999px;
    transition: top 0.25s ease, transform 0.25s ease;
  }
  body.common .site-header .menu-toggle span::before {
    top: -8px;
  }
  body.common .site-header .menu-toggle span::after {
    top: 8px;
  }
  body.common .site-header .menu-toggle.is-active span {
    background: transparent;
  }
  body.common .site-header .menu-toggle.is-active span::before {
    top: 0;
    transform: rotate(45deg);
  }
  body.common .site-header .menu-toggle.is-active span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  body.common .site-header .main-navigation {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    margin-left: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }
  body.common .site-header .main-navigation.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  body.common .site-header .main-navigation .menu-menu2-container,
  body.common .site-header .main-navigation div[class^=menu-][class$=-container] {
    width: 100%;
    height: 100%;
  }
  body.common .site-header .main-navigation #primary-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    height: 100%;
    padding: 32px 24px;
    background: #fff;
    overflow-y: auto;
  }
  body.common .site-header .main-navigation #primary-menu .menu-item {
    width: 100%;
    border-bottom: 1px solid rgba(29, 77, 143, 0.12);
  }
  body.common .site-header .main-navigation #primary-menu .menu-item a {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 22px 4px;
    color: #333;
    font-size: 15px;
    letter-spacing: 0.08em;
  }
  body.common .site-header .main-navigation #primary-menu .menu-item a::after {
    display: none;
  }
  body.common .site-header .main-navigation #primary-menu .menu-item:hover a {
    color: #1d4d8f;
  }
  body.common .site-header .main-navigation #primary-menu .menu-item.current-menu-item a, body.common .site-header .main-navigation #primary-menu .menu-item.current_page_item a {
    color: #1d4d8f;
  }
  body.common .site-header .main-navigation #primary-menu .menu-item:last-child {
    margin-left: 0;
    padding-top: 24px;
    border-bottom: 0;
  }
  body.common .site-header .main-navigation #primary-menu .menu-item:last-child a {
    justify-content: center;
    width: 100%;
    height: 52px;
    padding: 0;
    background: linear-gradient(100deg, #024aac, #0096e0);
    color: #fff;
  }
  body.common .site-header .main-navigation #primary-menu .menu-item:last-child:hover a {
    background: linear-gradient(100deg, #013a8c, #0086c8);
    color: #fff;
  }
  body.common .site-header .main-navigation #primary-menu .menu-item:last-child.current-menu-item a, body.common .site-header .main-navigation #primary-menu .menu-item:last-child.current_page_item a {
    color: #fff;
  }
  body.common {
    padding-top: 60px;
  }
  body.common.is-menu-open {
    overflow: hidden;
  }
}

#colophon.site-footer {
  background: linear-gradient(100deg, #024aac, #0096e0);
}
#colophon.site-footer .footer-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 90px;
}
#colophon.site-footer .footer-body {
  display: grid;
  grid-template-columns: 274px 274px 274px 1fr;
  gap: 40px;
  padding: 56px 0 40px;
  align-items: start;
}
#colophon.site-footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#colophon.site-footer .footer-brand__text {
  margin: 0;
  color: #b8d0ee;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.04em;
}
#colophon.site-footer .footer-logo {
  display: inline-block;
  line-height: 1;
}
#colophon.site-footer .footer-logo svg {
  display: block;
  width: 150px;
  height: auto;
}
#colophon.site-footer .footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#colophon.site-footer .footer-nav-col__label {
  margin: 0;
  color: #a2c8f0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
#colophon.site-footer .footer-nav-col__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#colophon.site-footer .footer-nav-col__list li {
  margin: 0;
}
#colophon.site-footer .footer-nav-col__list a {
  color: #cde0f5;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.2s ease;
}
#colophon.site-footer .footer-nav-col__list a:hover {
  color: #fff;
}
#colophon.site-footer .footer-contact-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#colophon.site-footer .footer-contact-col .footer-nav-col__label {
  margin: 0 0 4px;
  color: #a2c8f0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#colophon.site-footer .footer-contact-col__tel {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
#colophon.site-footer .footer-contact-col__hours {
  margin: 0;
  color: #a2c8f0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
#colophon.site-footer .footer-contact-col__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 38px;
  margin-top: 8px;
  border: 1px solid #a2ce6f;
  color: #a2ce6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#colophon.site-footer .footer-contact-col__btn:hover {
  background: #a2ce6f;
  color: #1d4d8f;
}
#colophon.site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 25px;
  border-top: 1px solid #2a5fa8;
}
#colophon.site-footer .footer-bottom__copy {
  margin: 0;
  color: #8ab3d8;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
#colophon.site-footer .footer-bottom__privacy {
  color: #8ab3d8;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.2s ease;
}
#colophon.site-footer .footer-bottom__privacy:hover {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #colophon.site-footer .footer-inner {
    padding: 0 48px;
  }
  #colophon.site-footer .footer-body {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }
  #colophon.site-footer .footer-contact-col {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  #colophon.site-footer .footer-inner {
    padding: 0 24px;
  }
  #colophon.site-footer .footer-body {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 0 32px;
  }
  #colophon.site-footer .footer-contact-col {
    grid-column: auto;
  }
  #colophon.site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 0 20px;
  }
}

body.page-template-page-service #primary.site-main,
body.page-template-page-company #primary.site-main,
body.archive #primary.site-main,
body.category #primary.site-main,
body.error404 #primary.site-main {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.page-hero {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  height: 256px;
  overflow: hidden;
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, #024aac, #0096e0);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(2, 74, 172, 0.7), rgba(0, 150, 224, 0.7));
}
.page-hero__bg[style] {
  background-size: cover;
  background-position: center;
}
.page-hero__bg[style]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(2, 74, 172, 0.7), rgba(0, 150, 224, 0.7));
}
.page-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 90px;
}
.page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.page-hero__breadcrumb a {
  color: #a2c8f0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-hero__breadcrumb a:hover {
  color: #fff;
}
.page-hero__breadcrumb-sep {
  color: #6a9bc3;
}
.page-hero__breadcrumb span:last-child {
  color: #fff;
}
.page-hero__title {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.page-hero__lead {
  margin: 0;
  color: #b8d0ee;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .page-hero {
    height: 200px;
  }
  .page-hero__inner {
    padding: 0 24px;
  }
  .page-hero__title {
    font-size: 20px;
  }
}

.page-cta {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  padding: 65px 0;
  background: #fff;
  border-top: 1px solid #ebebeb;
}
.page-cta__inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.page-cta__title {
  margin: 0;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
.page-cta__text {
  margin: 0;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.06em;
  text-align: center;
}
.page-cta__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.page-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.page-cta__btn--primary {
  background: linear-gradient(100deg, #024aac, #0096e0);
  border: 1px solid #1d4d8f;
}
.page-cta__btn--primary, .page-cta__btn--primary:link, .page-cta__btn--primary:visited, .page-cta__btn--primary:hover, .page-cta__btn--primary:active {
  color: #fff;
}
.page-cta__btn--primary:hover {
  background: linear-gradient(100deg, #013a8c, #0086c8);
  border-color: #173f75;
}
.page-cta__btn--inverse {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: linear-gradient(100deg, #024aac, #0096e0);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.page-cta__btn--inverse, .page-cta__btn--inverse:link, .page-cta__btn--inverse:visited, .page-cta__btn--inverse:hover, .page-cta__btn--inverse:active {
  color: #fff;
}
.page-cta__btn--inverse .fa-chevron-right {
  font-size: 10px;
  margin-left: 2px;
  transition: transform 0.2s ease;
}
.page-cta__btn--inverse:hover {
  background: linear-gradient(100deg, #013a8c, #0086c8);
  border-color: rgba(255, 255, 255, 0.7);
}
.page-cta__btn--inverse:hover .fa-chevron-right {
  transform: translateX(3px);
}
.page-cta__btn--outline {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #1d4d8f;
  padding: 0 28px;
}
.page-cta__btn--outline, .page-cta__btn--outline:link, .page-cta__btn--outline:visited, .page-cta__btn--outline:active {
  color: #1d4d8f;
}
.page-cta__btn--outline:hover {
  background: linear-gradient(100deg, #024aac, #0096e0);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-cta {
    padding: 48px 0;
  }
  .page-cta__title {
    font-size: 17px;
  }
  .page-cta__buttons {
    flex-direction: column;
    width: 100%;
  }
  .page-cta__btn {
    width: 100%;
    max-width: 320px;
  }
}

.archive-section {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: #f4f8fc;
  padding: 72px 0 88px;
}
.archive-section__inner {
  width: min(100% - 48px, 1100px);
  margin: 0 auto;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
}

.archive-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.archive-card:hover {
  box-shadow: 0 8px 28px rgba(2, 74, 172, 0.12);
  transform: translateY(-3px);
}
.archive-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #dce8f7;
}
.archive-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.archive-card__thumb--noimg {
  background: #dce8f7;
}
.archive-card__thumb--noimg::after {
  content: "NO IMAGE";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b8d0ee;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.archive-card:hover .archive-card__thumb img {
  transform: scale(1.04);
}
.archive-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 20px 22px;
}
.archive-card__date {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.archive-card__title {
  margin: 0;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}
.archive-card:hover .archive-card__title {
  color: #1d4d8f;
}

.archive-empty {
  margin: 0;
  padding: 56px 0;
  color: #999;
  font-size: 15px;
  text-align: center;
}

.archive-pagination {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}
.archive-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 4px;
  color: #1d4d8f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 1px solid #dce8f7;
  background: #fff;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.archive-pagination .page-numbers.current {
  background: linear-gradient(100deg, #024aac, #0096e0);
  color: #fff;
  border-color: transparent;
}
.archive-pagination .page-numbers:hover:not(.current) {
  background: #f0f5fb;
  border-color: #b8d0ee;
}
.archive-pagination .page-numbers.dots {
  border: none;
  background: transparent;
  cursor: default;
}

.notfound-section {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: #fff;
  padding: 100px 0 120px;
}
.notfound-section__inner {
  width: min(100% - 48px, 680px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.notfound-section__code {
  margin: 0;
  background: linear-gradient(100deg, #024aac, #0096e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.notfound-section__message {
  margin: 0;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.notfound-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 36px;
  margin-top: 8px;
  background: linear-gradient(100deg, #024aac, #0096e0);
  border: 1px solid #1d4d8f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.notfound-section__btn, .notfound-section__btn:link, .notfound-section__btn:visited, .notfound-section__btn:hover, .notfound-section__btn:active {
  color: #fff;
}
.notfound-section__btn:hover {
  background: linear-gradient(100deg, #013a8c, #0086c8);
  border-color: #173f75;
}

@media screen and (max-width: 1024px) {
  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
  }
}
@media screen and (max-width: 767px) {
  .archive-section {
    padding: 48px 0 64px;
  }
  .archive-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .archive-card__body {
    padding: 14px 16px 18px;
  }
  .archive-card__title {
    font-size: 14px;
  }
  .archive-pagination {
    margin-top: 40px;
  }
  .archive-pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
  .notfound-section {
    padding: 72px 0 88px;
  }
  .notfound-section__code {
    font-size: 64px;
  }
  .notfound-section__message {
    font-size: 14px;
  }
}
@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}
body.single-case .post-thumbnail img,
body.single-case .gallery-item a img {
  -webkit-mask-image: url(../img/mask.webp);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  -webkit-mask-position: center bottom;
  z-index: 0;
  mask-image: url(../img/mask.webp);
  mask-mode: alpha;
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: auto 200%;
  opacity: 0;
}
body.single-case .post-thumbnail.show img,
body.single-case .gallery-item a.show img {
  animation: 2s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  -webkit-mask-image: url(../img/mask.webp);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  -webkit-mask-position: center bottom;
  z-index: 0;
  mask-image: url(../img/mask.webp);
  mask-mode: alpha;
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: auto 200%;
  opacity: 0;
}
body.single-case #main-gal .fade-img {
  width: 100%;
  padding: 5px;
}
body.single-case #main-gal .fade-img:first-child {
  display: none;
}
@media only screen and (max-width:768px) {
  body.single-case #main-gal {
    line-height: 0;
    font-size: 0;
  }
}
body.single-case #slidemain-gal .slick-slide {
  height: 500px;
}
body.single-case #slidemain-gal .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
body.single-case #slidemain-gal .slick-slide {
  padding: 5px;
  padding-top: 0;
  width: auto;
}
body.single-case #slidemain-gal .slick-slide img {
  width: auto;
}
body.single-case #slidemain-gal .slick-prev {
  left: 0px;
  z-index: 10;
}
body.single-case #slidemain-gal .slick-next {
  right: 0px;
  z-index: 10;
}
body.single-case #slidemain-gal .slick-prev::before,
body.single-case #slidemain-gal .slick-next::before {
  display: none;
}
body.single-case #main-gal .show img {
  animation: 2s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  -webkit-mask-image: url(../img/mask.webp);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  -webkit-mask-position: center bottom;
  z-index: 0;
  mask-image: url(../img/mask.webp);
  mask-mode: alpha;
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: auto 200%;
  opacity: 0;
}
body.single-case #primary {
  padding: 150px 10px 0 10px;
  max-width: 1300px;
  margin: 0 auto;
}
body.single-case #primary article {
  position: relative;
  display: flex;
  align-items: flex-start;
}
body.single-case #primary header.entry-header {
  position: sticky;
  top: 150px;
  padding: 0 40px 0 0;
  width: 20vw;
  min-width: 460px;
}
body.single-case #primary header.entry-header h1.entry-title {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0;
  padding-bottom: 30px;
}
body.single-case #primary header.entry-header .cat {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  padding-bottom: 30px;
}
body.single-case #primary header.entry-header .catch {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  padding-bottom: 30px;
}
body.single-case #primary header.entry-header .design-list {
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-content: space-between;
  align-content: space-between;
}
body.single-case #primary header.entry-header .design-list {
  padding: 0 0 4px 0;
}
body.single-case #primary header.entry-header .design-list dd {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0 10px 0 0;
}
body.single-case #primary header.entry-header .design-list dt {
  font-size: 1.4rem;
  font-weight: 300;
}
body.single-case #primary header.entry-header #freetext p {
  font-size: 1.4rem;
  font-weight: 300;
}
body.single-case #primary header.entry-header.stop {
  position: absolute;
}
body.single-case #primary .entry-content {
  margin-left: auto;
  width: 80vw;
}
body.single-case #primary .entry-content .gallery {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
}
body.single-case #primary .entry-content .gallery {
  padding: 15px 0 100px 0;
}
body.single-case #primary .entry-content .gallery .gallery-item {
  width: 49%;
  margin: 0 0 10px 0;
}
body.single-case #primary .entry-content .gallery .gallery-item img {
  width: 100%;
}
body.single-case #primary .entry-content .gallery .gallery-item a,
body.single-case #primary .entry-content .gallery .gallery-item a:link,
body.single-case #primary .entry-content .gallery .gallery-item a:visited,
body.single-case #primary .entry-content .gallery .gallery-item a:active {
  display: block;
}
@media only screen and (max-width:768px) {
  body.single-case #primary {
    padding: 150px 10px 0 10px;
  }
  body.single-case #primary article {
    width: auto;
    display: block;
  }
  body.single-case #primary header.entry-header {
    position: static;
    width: auto;
    min-width: auto;
    padding: 0;
  }
  body.single-case #primary header.entry-header h1.entry-title {
    font-size: 2rem;
    padding-bottom: 20px;
  }
  body.single-case #primary header.entry-header .cat {
    padding-bottom: 20px;
  }
  body.single-case #primary header.entry-header .catch {
    font-size: 1.4rem;
    padding-bottom: 30px;
  }
  body.single-case #primary header.entry-header .design-list dd {
    font-size: 1.2rem;
    padding: 0 20px 0 0;
  }
  body.single-case #primary header.entry-header .design-list dt {
    font-size: 1.2rem;
    font-weight: 300;
  }
  body.single-case #primary header.entry-header.stop {
    position: absolute;
  }
  body.single-case #primary .entry-content {
    width: auto;
    margin-left: auto;
    width: auto;
  }
  body.single-case #primary .entry-content .slick-dots li button:before, body.single-case #primary .entry-content .slick-next:before, body.single-case #primary .entry-content .slick-prev:before {
    color: #fff;
    opacity: 0.5;
  }
  body.single-case #primary .entry-content .slick-prev {
    left: 10px;
    z-index: 300;
  }
  body.single-case #primary .entry-content .slick-next {
    right: 10px;
  }
  body.single-case #primary .entry-content .gallery {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
  }
  body.single-case #primary .entry-content .gallery {
    padding: 5px 0 100px 0;
  }
  body.single-case #primary .entry-content .gallery .gallery-item {
    width: 49%;
    margin: 0 0 5px 0;
  }
  body.single-case #primary .entry-content .gallery .gallery-item img {
    width: 100%;
  }
  body.single-case #primary .entry-content .gallery .gallery-item a,
  body.single-case #primary .entry-content .gallery .gallery-item a:link,
  body.single-case #primary .entry-content .gallery .gallery-item a:visited,
  body.single-case #primary .entry-content .gallery .gallery-item a:active {
    display: block;
  }
}

#about #about-block .about-content {
  padding: 0 0 50px 0;
}
#about #about-block .about-content .about-txt {
  padding: 0 50px 0 0;
}
#about #about-block .about-content .about-txt h2 {
  margin: 0 0 30px 0;
  font-size: 3rem;
  font-weight: 200;
}
#about #about-block .about-content .about-txt h2 span {
  display: block;
  color: #000919;
  font-size: 1.4rem;
}
#about #about-block .about-content .about-txt p {
  display: block;
  font-weight: 300;
  margin: 0;
}
#about #about-block .about-content .about-img {
  padding: 0 0 0 50px;
  position: relative;
}
#about #about-block .about-content:nth-child(even) {
  flex-direction: row-reverse;
}
#about #about-block .about-content:nth-child(even) .about-img {
  padding: 0 50px 0 0;
}

@media only screen and (max-width:768px) {
  #about {
    padding-top: 50px;
  }
  #about #about-block .about-content {
    display: block;
    padding: 0 0 50px 0;
  }
  #about #about-block .about-content .about-txt {
    padding: 0 0 0 0;
  }
  #about #about-block .about-content .about-txt h2 {
    margin: 0 0 30px 0;
    font-size: 2.5rem;
  }
  #about #about-block .about-content .about-txt h2 span {
    font-size: 1.2rem;
  }
  #about #about-block .about-content .about-txt p {
    padding: 0;
  }
  #about #about-block .about-content .about-img {
    padding: 0;
    margin: 20px 0;
  }
  #about #about-block .about-content:nth-child(even) .about-img {
    padding: 0;
  }
}
#member #member-block .member-content {
  padding: 0 0 100px 0;
}
#member #member-block .member-content h2 {
  margin: 0 0 30px 0;
  font-size: 3rem;
  font-weight: 200;
}
#member #member-block .member-content h2 span {
  display: block;
  color: #000919;
  font-size: 1.4rem;
}
#member #member-block .member-content h2 .spel {
  display: inline;
  padding: 0 0 0 30px;
}
#member #member-block .member-content .member-detail {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-content: space-between;
  align-content: space-between;
}
#member #member-block .member-content .member-img {
  width: 300px;
}
#member #member-block .member-content .member-txt {
  padding: 0 0 0 50px;
}
#member #member-block .member-content .member-txt dl {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-content: space-between;
  align-content: space-between;
}
#member #member-block .member-content .member-txt dl {
  padding: 0;
  margin: 0;
}
#member #member-block .member-content .member-txt dl dt {
  position: relative;
  padding: 20px 0 20px 0;
}
#member #member-block .member-content .member-txt dl dd {
  margin: 0;
  padding: 20px 0 20px 50px;
  position: relative;
}
#member #member-block .member-content .member-message p {
  font-weight: 300;
  padding: 50px 0 0 0;
}
#member #member-block .member-content .member-prize b {
  font-size: 2rem;
  font-weight: 300;
  padding: 0 0 10px 0;
  display: block;
}
#member #member-block .member-content .member-prize p {
  font-weight: 300;
  padding: 50px 0 0 0;
  margin: 0;
  line-height: 2;
  font-size: 1.4rem;
}
#member #member-block .member-content .member-prize a,
#member #member-block .member-content .member-prize a:link,
#member #member-block .member-content .member-prize a:visited,
#member #member-block .member-content .member-prize a:active {
  font-weight: 300;
}
#member #member-block .member-content .member-prize a:hover {
  opacity: 0.8;
}
#member #member-block .member-content:last-child {
  padding: 0;
}

@media only screen and (max-width:768px) {
  #member #member-block .member-content {
    padding: 0 0 30px 0;
  }
  #member #member-block .member-content h2 {
    font-size: 2.5rem;
  }
  #member #member-block .member-content h2 span {
    font-size: 1.2rem;
  }
  #member #member-block .member-content .member-detail {
    display: block;
  }
  #member #member-block .member-content .member-img {
    width: 100%;
    margin-bottom: 20px;
  }
  #member #member-block .member-content .member-txt {
    padding: 0;
  }
  #member #member-block .member-content .member-txt dl dt:after {
    left: 63px;
  }
  #member #member-block .member-content .member-message p {
    padding: 30px 0 0 0;
    margin: 0;
  }
  #member #member-block .member-content .member-prize b {
    font-size: 2rem;
    font-weight: 300;
    padding: 0 0 10px 0;
    display: block;
  }
  #member #member-block .member-content .member-prize p {
    padding: 30px 0 0 0;
    margin: 0;
  }
  #member #member-block .member-content .member-prize a,
  #member #member-block .member-content .member-prize a:link,
  #member #member-block .member-content .member-prize a:visited,
  #member #member-block .member-content .member-prize a:active {
    font-weight: 300;
  }
  #member #member-block .member-content .member-prize a:hover {
    opacity: 0.8;
  }
  #member #member-block .member-content:last-child {
    padding: 0;
  }
}
#flow-sec {
  padding-left: 100px;
}
#flow-sec h3 {
  margin: 0 0 50px -100px;
  font-size: 3rem;
  font-weight: 200;
}
#flow-sec dl {
  position: relative;
  margin: 0;
  border-top: 1px solid #333;
  padding: 40px 10px;
}
#flow-sec dl dd, #flow-sec dl dt {
  margin: 0;
  padding: 0;
}
#flow-sec dl dt {
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 400;
}
#flow-sec dl dt span {
  position: absolute;
  top: 50%;
  left: -90px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 600;
  font-size: 3rem;
}
#flow-sec dl dd {
  font-size: 1.4rem;
}
#flow-sec dl:last-child {
  border-bottom: 1px solid #333;
}
#flow-sec dl:before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  background: #333;
  width: 6px;
  height: 6px;
  border-radius: 10px;
}
#flow-sec dl:before {
  top: -3px;
}
#flow-sec dl:last-child:after {
  bottom: -3px;
  position: absolute;
  left: 0;
  content: "";
  display: block;
  background: #333;
  width: 6px;
  height: 6px;
  border-radius: 10px;
}

@media only screen and (max-width:768px) {
  #flow-sec {
    padding-left: 70px;
  }
  #flow-sec h3 {
    margin: 0 0 50px -70px;
  }
  #flow-sec dl dt span {
    left: -60px;
  }
}
#price {
  margin-top: 100px;
}
#price #price-block {
  border: 1px solid #333;
  padding: 30px 10px;
}
#price #price-block h3 {
  text-align: center;
}
#price #price-block p {
  text-align: center;
}

body.page.under-page .entry-header {
  padding: 30px 1% 100px 1%;
}
body.page.under-page .entry-header .entry-title {
  font-size: 5rem;
  font-weight: 300;
}
body.page.under-page #primary {
  padding: 0 0 100px 0;
  max-width: 1300px;
  margin: 0 auto;
}
body.page.under-page #contact .contact-block {
  margin: 0 auto;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-content: space-between;
  align-content: space-between;
}
body.page.under-page #contact .contact-block {
  flex-direction: row-reverse;
}
body.page.under-page #contact .contact-block .contact-block-must {
  width: 30%;
}
body.page.under-page #contact .contact-block .contact-block-must p {
  font-size: 1.4rem;
  font-weight: 400;
}
body.page.under-page #contact .contact-block .contact-list {
  width: 70%;
}
body.page.under-page #contact .contact-block dl {
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 0;
}
body.page.under-page #contact .contact-block dl dt, body.page.under-page #contact .contact-block dl dd {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 20px 40px 0 40px;
  font-weight: normal;
}
body.page.under-page #contact .contact-block dl dt p, body.page.under-page #contact .contact-block dl dd p {
  margin: 0;
  color: #4D4D4D;
}
body.page.under-page #contact .contact-block dl dt p {
  font-size: 1.4rem;
  font-weight: 400;
}
body.page.under-page #contact .contact-block .must dt p:after {
  content: "必須";
  display: inline;
  padding: 1px 3px 1px 3px;
  position: absolute;
  font-size: 1rem;
  font-weight: 400;
  background: #333;
  color: #fff;
  margin-left: 10px;
  margin-top: 4px;
  text-align: center;
}
body.page.under-page #contact .contact-block .contact-coution {
  text-align: center;
  margin: 30px 0 0 0;
  font-size: 1.6rem;
}
body.page.under-page #contact .contact-block .contact-coution .lead-contct-coution {
  display: block;
}
body.page.under-page #contact .contact-block input[type=email],
body.page.under-page #contact .contact-block input[type=number],
body.page.under-page #contact .contact-block input[type=password],
body.page.under-page #contact .contact-block input[type=tel],
body.page.under-page #contact .contact-block input[type=text],
body.page.under-page #contact .contact-block input[type=textarea] {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 18px;
  border: 1px solid #DDDDDD;
  border-radius: 0;
}
body.page.under-page #contact .contact-block select {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 10px;
  font-size: 1.4rem;
  line-height: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: left;
  margin-right: 10px;
}
body.page.under-page #contact .contact-block input[type=submit] {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  font-weight: 200;
  font-size: 1.4rem;
  width: 300px;
  padding: 18px 10px;
  margin: 30px auto 0 auto;
  color: #fff;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  background: #333;
  letter-spacing: 5px;
}
body.page.under-page #contact .contact-block input[type=submit]:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
body.page.under-page #contact .contact-block textarea {
  height: 200px;
}
@media only screen and (max-width:768px) {
  body.page.under-page .entry-header {
    padding: 30px 1% 50px 1%;
  }
  body.page.under-page .entry-header .entry-title {
    font-size: 3rem;
    font-weight: 300;
  }
  body.page.under-page #primary {
    padding: 0 10px 0 10px;
    max-width: 1200px;
    margin: 0 auto;
  }
  body.page.under-page #contact {
    padding-top: 0;
  }
  body.page.under-page #contact .contact-block {
    display: block;
  }
  body.page.under-page #contact .contact-block .contact-block-must {
    width: auto;
  }
  body.page.under-page #contact .contact-block .contact-list {
    width: auto;
  }
  body.page.under-page #contact .contact-block dl {
    display: block;
  }
  body.page.under-page #contact .contact-block dl dt, body.page.under-page #contact .contact-block dl dd {
    padding: 20px;
  }
  body.page.under-page #contact .contact-block dl dt {
    width: 100%;
  }
  body.page.under-page #contact .contact-block dl dt p {
    font-size: 1.6rem;
    font-weight: 700;
  }
  body.page.under-page #contact .contact-block dl dd {
    width: 100%;
    padding-top: 0;
  }
  body.page.under-page #contact .contact-block .must dt p:after {
    content: "必須";
    display: inline;
    padding: 2px 4px;
    position: absolute;
    font-size: 1.2rem;
    font-weight: 700;
    background: #e24215;
    color: #fff;
    margin-left: 10px;
  }
  body.page.under-page #contact .contact-block .contact-coution {
    text-align: center;
    margin: 30px 0 0 0;
    font-size: 1.6rem;
  }
  body.page.under-page #contact .contact-block .contact-coution .lead-contct-coution {
    display: block;
  }
  body.page.under-page #contact .contact-block input[type=email],
  body.page.under-page #contact .contact-block input[type=number],
  body.page.under-page #contact .contact-block input[type=password],
  body.page.under-page #contact .contact-block input[type=tel],
  body.page.under-page #contact .contact-block input[type=text],
  body.page.under-page #contact .contact-block input[type=textarea] {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 18px;
    border: 1px solid #DDDDDD;
    border-radius: 0;
  }
  body.page.under-page #contact .contact-block select {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
    font-size: 1.4rem;
    line-height: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: left;
    margin-right: 10px;
  }
  body.page.under-page #contact .contact-block input[type=submit] {
    width: 90%;
  }
  body.page.under-page #contact .contact-block textarea {
    height: 200px;
  }
}

.service-section {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
.service-section__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 90px;
}
.service-section--main {
  background: #fff;
}
.service-section--sub {
  background: #f4f8fc;
}

.service-block__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.service-block__line {
  display: block;
  width: 4px;
  height: 32px;
  background: linear-gradient(100deg, #024aac, #0096e0);
  flex-shrink: 0;
}
.service-block__title {
  margin: 0;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.service-block__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.service-block__image {
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: #dce9f6;
}
.service-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-block__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service-block__text {
  margin: 0;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.05em;
}
.service-block__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin-top: 32px;
}
.service-block__outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  border: 1.5px solid #1d4d8f;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.service-block__outline-btn, .service-block__outline-btn:link, .service-block__outline-btn:visited, .service-block__outline-btn:active {
  color: #1d4d8f;
}
.service-block__outline-btn:hover {
  background: linear-gradient(100deg, #024aac, #0096e0);
  border-color: transparent;
  color: #fff;
}
.service-block__cta {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 28px;
  background: linear-gradient(100deg, #024aac, #0096e0);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background-color 0.25s ease;
  width: fit-content;
}
.service-block__cta, .service-block__cta:link, .service-block__cta:visited, .service-block__cta:hover, .service-block__cta:active {
  color: #fff;
}
.service-block__cta:hover {
  background: linear-gradient(100deg, #013a8c, #0086c8);
}

.service-features__label {
  margin: 0 0 12px;
  color: #1d4d8f;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.service-features__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-features__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.04em;
}
.service-features__list li::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: rgba(162, 206, 111, 0.2);
  border: 1px solid #a2ce6f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service-features__list li::after {
  content: "";
  position: absolute;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #a2ce6f;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 12px;
  background: #f0f5fb;
  border: 1px solid #dce8f7;
  color: #1d4d8f;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.service-card-v2 {
  padding: 38px 38px 36px;
  background: #fff;
  border: 1px solid #1d4d8f;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service-card-v2__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service-card-v2__title {
  margin: 0;
  color: #1d4d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.service-card-v2__line {
  display: block;
  width: 44px;
  height: 2px;
  background: linear-gradient(100deg, #024aac, #0096e0);
}
.service-card-v2__text {
  margin: 0;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.service-card-v2__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-card-v2__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.04em;
}
.service-card-v2__list li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  background: #a2ce6f;
  border-radius: 0;
}

@media screen and (max-width: 1024px) {
  .service-section__inner {
    padding: 64px 48px;
  }
  .service-block__body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .service-block__image {
    height: 280px;
  }
  .service-cards {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .service-section__inner {
    padding: 48px 24px;
  }
  .service-block__header {
    margin-bottom: 28px;
  }
  .service-block__title {
    font-size: 18px;
  }
  .service-block__image {
    height: 220px;
  }
  .service-card-v2 {
    padding: 28px 24px;
  }
  .service-card-v2__title {
    font-size: 17px;
  }
}
.company-section {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: #fff;
}
.company-section--info {
  background: #f4f8fc;
}
.company-section--access {
  background: #fff;
}
.company-section__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 90px;
}

.company-block + .company-block {
  margin-top: 64px;
}
.company-block__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.company-block__accent {
  display: block;
  width: 4px;
  height: 40px;
  background: linear-gradient(100deg, #024aac, #0096e0);
  flex-shrink: 0;
}
.company-block__title {
  margin: 0;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.company-profile {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.company-profile__head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dce8f7;
}
.company-profile__position {
  margin: 0;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.company-profile__name {
  margin: 0;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.company-profile__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.company-profile__lead {
  margin: 0;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0.04em;
}
.company-profile__history {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.company-profile__history li {
  position: relative;
  padding-left: 20px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.04em;
}
.company-profile__history li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background: #a2ce6f;
}
.company-profile__message {
  margin: 0;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.company-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.company-table tr {
  border-bottom: 1px solid #dce8f7;
}
.company-table tr:first-child {
  border-top: 1px solid #dce8f7;
}
.company-table th {
  width: 200px;
  padding: 20px 24px;
  background: #f0f5fb;
  color: #1d4d8f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.company-table td {
  padding: 20px 24px;
  background: #fff;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.04em;
}

.company-access {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 48px;
  align-items: start;
}
.company-access__map {
  width: 100%;
  height: 380px;
  background: #dce9f6;
  overflow: hidden;
}
.company-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.company-access__map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-access__map-placeholder p {
  margin: 0;
  color: #8ab3d8;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.company-access__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.company-access__detail {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0;
}
.company-access__detail dt {
  padding: 14px 0;
  color: #1d4d8f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #dce8f7;
}
.company-access__detail dd {
  margin: 0;
  padding: 14px 0;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #dce8f7;
}
.company-access__transit {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.company-access__transit li {
  color: #555;
  font-size: 14px;
  line-height: 1.63;
  letter-spacing: 0.04em;
}
.company-access__tel {
  margin: 0;
  color: #1d4d8f;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1024px) {
  .company-section__inner {
    padding: 64px 48px;
  }
  .company-access {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .company-section__inner {
    padding: 48px 24px;
  }
  .company-profile__head {
    flex-direction: column;
    gap: 4px;
  }
  .company-profile__name {
    font-size: 18px;
  }
  .company-table th {
    display: block;
    width: 100%;
    padding: 12px 16px 6px;
    white-space: normal;
  }
  .company-table td {
    display: block;
    width: 100%;
    padding: 6px 16px 12px;
  }
  .company-table tr {
    display: block;
  }
  .company-table tr:first-child {
    border-top: 1px solid #dce8f7;
  }
  .company-access__map {
    height: 240px;
  }
  .company-access__detail {
    grid-template-columns: 90px 1fr;
  }
}
.contact-section {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: #fff;
  padding: 80px 0 90px;
}
.contact-section__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}
.contact-section__lead {
  margin: 0 0 40px;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
}

.contact-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0 auto 48px;
  padding: 32px 24px;
  background: #f4f8fc;
  border: 1px solid #dce8f7;
  text-align: center;
}
.contact-tel__label {
  margin: 0;
  color: #1d4d8f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.contact-tel__number {
  color: #1d4d8f;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-decoration: none;
}
.contact-tel__hours {
  margin: 0;
  color: #888;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.contact-form-wrap .wpcf7 {
  margin: 0;
}
.contact-form-wrap .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-form-wrap label {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.contact-form-wrap input[type=text],
.contact-form-wrap input[type=email],
.contact-form-wrap input[type=tel],
.contact-form-wrap input[type=url],
.contact-form-wrap input[type=number],
.contact-form-wrap input[type=date],
.contact-form-wrap select,
.contact-form-wrap textarea {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #cfd9e6;
  border-radius: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}
.contact-form-wrap input[type=text]:focus,
.contact-form-wrap input[type=email]:focus,
.contact-form-wrap input[type=tel]:focus,
.contact-form-wrap input[type=url]:focus,
.contact-form-wrap input[type=number]:focus,
.contact-form-wrap input[type=date]:focus,
.contact-form-wrap select:focus,
.contact-form-wrap textarea:focus {
  outline: none;
  border-color: #1d4d8f;
  box-shadow: 0 0 0 3px rgba(29, 77, 143, 0.1);
  color: #111;
}
.contact-form-wrap input[type=text]::placeholder,
.contact-form-wrap input[type=email]::placeholder,
.contact-form-wrap input[type=tel]::placeholder,
.contact-form-wrap input[type=url]::placeholder,
.contact-form-wrap input[type=number]::placeholder,
.contact-form-wrap input[type=date]::placeholder,
.contact-form-wrap select::placeholder,
.contact-form-wrap textarea::placeholder {
  color: #aaa;
}
.contact-form-wrap textarea {
  min-height: 180px;
  resize: vertical;
}
.contact-form-wrap .required-mark {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background: linear-gradient(100deg, #024aac, #0096e0);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
.contact-form-wrap .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 56px;
  margin: 16px auto 0;
  padding: 0 32px;
  background: linear-gradient(100deg, #024aac, #0096e0);
  border: 1px solid #1d4d8f;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, opacity 0.2s ease;
}
.contact-form-wrap .wpcf7-submit:hover {
  background: linear-gradient(100deg, #013a8c, #0086c8);
  border-color: #173f75;
}
.contact-form-wrap p:has(.wpcf7-submit) {
  margin: 0;
  text-align: center;
}
.contact-form-wrap .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 14px 18px;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.contact-form-wrap .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  color: #c0392b;
  font-size: 13px;
  line-height: 1.5;
}
.contact-form-wrap .wpcf7-not-valid {
  border-color: #c0392b !important;
}
.contact-form-wrap .wpcf7-spinner {
  margin: 0 0 0 12px;
}

@media screen and (max-width: 767px) {
  .contact-section {
    padding: 48px 0 56px;
  }
  .contact-section__lead {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.8;
  }
  .contact-tel {
    margin-bottom: 32px;
    padding: 24px 16px;
  }
  .contact-tel__number {
    font-size: 26px;
  }
  .contact-form-wrap .wpcf7-form {
    gap: 20px;
  }
  .contact-form-wrap .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }
}
.entry-section {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: #fff;
  padding: 70px 0 90px;
}
.entry-section__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 28px;
}
.entry-meta__date {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.entry-meta__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 26px;
  padding: 0 14px;
  background: linear-gradient(100deg, #024aac, #0096e0);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.entry-meta__cat, .entry-meta__cat:link, .entry-meta__cat:visited, .entry-meta__cat:hover, .entry-meta__cat:active {
  color: #fff;
}
.entry-meta__cat:hover {
  background: linear-gradient(100deg, #013a8c, #0086c8);
}

.entry-thumbnail {
  margin-bottom: 40px;
}
.entry-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.entry-body {
  color: #444;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.04em;
}
.entry-body h2 {
  margin: 56px 0 24px;
  padding: 0 0 14px;
  border-bottom: 2px solid #1d4d8f;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.entry-body h2:first-child {
  margin-top: 0;
}
.entry-body h3 {
  position: relative;
  margin: 44px 0 20px;
  padding-left: 16px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.entry-body h3::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 4px;
  height: 1.2em;
  background: linear-gradient(100deg, #024aac, #0096e0);
}
.entry-body h4 {
  margin: 36px 0 16px;
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.entry-body p {
  margin: 0 0 1.8em;
  line-height: 1.95;
}
.entry-body a {
  color: #1d4d8f;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}
.entry-body a:hover {
  opacity: 0.7;
}
.entry-body ul,
.entry-body ol {
  margin: 0 0 1.8em;
  padding-left: 1.6em;
}
.entry-body ul li,
.entry-body ol li {
  margin-bottom: 0.6em;
  line-height: 1.9;
}
.entry-body ul {
  list-style: disc;
}
.entry-body ol {
  list-style: decimal;
}
.entry-body img {
  height: auto;
  max-width: 100%;
}
.entry-body figure {
  margin: 0 0 1.8em;
}
.entry-body figure figcaption {
  margin-top: 8px;
  color: #888;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}
.entry-body blockquote {
  margin: 0 0 1.8em;
  padding: 20px 24px;
  background: #f4f8fc;
  border-left: 4px solid #1d4d8f;
  color: #555;
  font-size: 15px;
  line-height: 1.9;
}
.entry-body blockquote p:last-child {
  margin-bottom: 0;
}
.entry-body strong,
.entry-body b {
  font-weight: 700;
}
.entry-body hr {
  margin: 48px 0;
  border: 0;
  border-top: 1px solid #dce8f7;
}
.entry-body table {
  width: 100%;
  margin: 0 0 1.8em;
  border-collapse: collapse;
}
.entry-body table th,
.entry-body table td {
  padding: 12px 16px;
  border: 1px solid #dce8f7;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}
.entry-body table th {
  background: #f0f5fb;
  color: #1d4d8f;
  font-weight: 500;
  white-space: nowrap;
}
.entry-body code {
  padding: 2px 6px;
  background: #f1f2f6;
  border-radius: 3px;
  font-size: 0.9em;
}
.entry-body pre {
  margin: 0 0 1.8em;
  padding: 20px;
  background: #1a2740;
  border-radius: 0;
  color: #e8eef7;
  font-size: 14px;
  line-height: 1.7;
  overflow-x: auto;
}
.entry-body pre code {
  padding: 0;
  background: transparent;
  color: inherit;
}
.entry-body > *:last-child {
  margin-bottom: 0;
}

.entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.entry-tags li {
  margin: 0;
}
.entry-tags a {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 14px;
  background: #f0f5fb;
  border: 1px solid #dce8f7;
  color: #1d4d8f;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.entry-tags a::before {
  content: "#";
  margin-right: 2px;
  opacity: 0.6;
}
.entry-tags a:hover {
  background: #e3edf8;
}

.entry-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #dce8f7;
}
.entry-nav__prev, .entry-nav__next {
  flex: 1;
  min-width: 0;
}
.entry-nav__next {
  text-align: right;
}
.entry-nav__home {
  flex-shrink: 0;
}
.entry-nav__home a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 28px;
  background: linear-gradient(100deg, #024aac, #0096e0);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.entry-nav__home a, .entry-nav__home a:link, .entry-nav__home a:visited, .entry-nav__home a:hover, .entry-nav__home a:active {
  color: #fff;
}
.entry-nav__home a:hover {
  background: linear-gradient(100deg, #013a8c, #0086c8);
}
.entry-nav a {
  color: #1d4d8f;
  text-decoration: none;
}
.entry-nav__label {
  display: block;
  margin-bottom: 4px;
  color: #999;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.entry-nav__title {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.entry-nav__title:hover {
  color: #1d4d8f;
}

@media screen and (max-width: 767px) {
  .entry-section {
    padding: 48px 0 56px;
  }
  .entry-thumbnail {
    margin-bottom: 28px;
  }
  .entry-body {
    font-size: 15px;
  }
  .entry-body h2 {
    margin: 40px 0 18px;
    font-size: 20px;
  }
  .entry-body h3 {
    margin: 32px 0 16px;
    font-size: 17px;
  }
  .entry-nav {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 48px;
  }
  .entry-nav__home {
    order: -1;
    flex-basis: 100%;
    text-align: center;
  }
  .entry-nav__home a {
    width: 100%;
  }
  .entry-nav__next {
    text-align: right;
  }
}
body.common #page {
  overflow-x: hidden;
}

@media screen and (min-width: 980px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
