﻿/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

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

figcaption,
figure,
main {
  display: block
}

figure {
  margin: 1em 40px
}

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

re {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

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

dfn {
  font-style: italic
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

audio,
video {
  display: inline-block
}

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

img {
  border-style: none
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em
}

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

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

html {
  background: inherit;
  font-size: 62.5%
}

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 1.4rem;
  color: #222;
  line-height: 2
}

.ie11 body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-weight: 500
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4
}

a {
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  color: #08f
}

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

strong,
em {
  font-weight: 500;
  font-style: normal
}

li,
dt,
dd {
  list-style: none
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: 1
}

small {
  font-size: inherit
}

table {
  border-collapse: collapse
}

* {
  box-sizing: border-box;
  font-smoothing: antialiased
}

*::before,
*::after {
  box-sizing: border-box
}

input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none
}

textarea {
  resize: vertical;
  vertical-align: bottom
}

input[type="text"],
input[type="textarea"] {
  width: 100%
}

label,
input[type="button"],
input[type="submit"] {
  cursor: pointer
}

@media (min-width: 992px) {
  body {
    font-size: 1.6rem
  }
}

.wrapper {
  position: relative;
  overflow: hidden
}

.l-container,
.l-container-md,
.l-container-lg,
.l-container-xl,
.l-container-fluid {
  clear: both;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

.l-container-fluid {
  width: 100%
}

.l-section {
  padding: 40px 0
}

.l-section-header-heading {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .l-section-header-heading {
    font-size: 30px
  }
}

.l-section-header {
  margin-bottom: 35px
}

.l-section-header-main,
.l-section-header-sub {
  display: inline-block
}

.l-section-header-sub {
  width: 100%;
  font-weight: 800;
  font-size: 30px;
  color: #DBD5CC
}

@media (min-width: 768px) {
  .l-section-header-sub {
    font-size: 40px;
    line-height: 32px
  }
}

.contact-icon {
  width: 26px
}

.tel-icon {
  width: 20px
}

@media (min-width: 576px) {
  .tel-icon {
    width: 25px
  }
}

.c-btn-lg .circle-icon-hover {
  display: none
}

.c-btn-lg:hover .circle-icon-hover {
  display: block
}

.c-btn-lg:hover .circle-icon {
  display: none
}

@media (min-width: 768px) {
  .l-section {
    padding: 80px 0
  }

  .l-section-header {
    margin-bottom: 70px
  }
}

@media (min-width: 992px) {
  .l-section {
    padding: 80px 0
  }
}

@media (min-width: 1200px) {

  .l-container,
  .l-container-xl {
    max-width: 1280px;
    padding: 0
  }
}

.l-section-header-top {
  color: var(--color2, #8A0F20);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  position: relative
}

@media (min-width: 768px) {
  .l-section-header-top {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 1.5px
  }
}

.l-section-header-top::after {
  content: "";
  background-image: url(".././img/header/header-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  max-width: 320px;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: contain
}

@media (max-width: 767px) {
  .l-section-header-top::after {
    background-size: cover;
    height: 7px;
    max-width: 213px
  }
}

.l-header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid inherit;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25)
}

@media (min-width: 1200px) {
  .l-header {
    padding: 15px 30px
  }
}

.o-header-container {
  max-width: 1600px;
  width: 100%
}

.l-header-logo {
  max-width: 274.92px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 992px) {
  .l-header-logo {
    margin-left: 0
  }
}

@media (min-width: 1200px) {
  .l-header-logo {
    margin-right: 20px
  }
}

.l-header-logo img {
  display: block
}

.l-header-logo a {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
  font-size: 20px;
  font-family: HelveticaNeue, Arial, sans-serif
}

.l-header-logo a:hover {
  opacity: 0.8;
  text-decoration: none
}

.l-header-lead {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500
}

.l-header-phone a {
  width: 50px;
  height: 50px;
  border: solid 1px #DB0000;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #DB0000
}

@media (min-width: 768px) {
  .l-header-phone a {
    color: #DB0000;
    font-weight: bold;
    font-size: 44px;
    line-height: 41px;
    width: auto;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none
  }
}

.l-header-phone a img {
  width: 25px
}

@media (min-width: 768px) {
  .l-header-phone a img {
    width: 36px
  }
}

.fa-phone::before {
  color: #f5af42
}

.l-header-button a {
  width: 250px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

@media (min-width: 768px) {
  .l-header-button a {
    width: 300px;
    height: 70px
  }
}

.l-header-button a img {
  width: 25px
}

@media (min-width: 768px) {
  .l-header-button a img {
    width: 25px
  }
}

@media (min-width: 576px) {
  .l-header-lead {
    font-size: 1.2rem
  }
}

.o-mv-catch {
  background: #e2edf4
}

.l-footer {
  background: #222;
  margin-bottom: 50px;
  padding: 15px 0 14px
}

@media (min-width: 768px) {
  .l-footer {
    padding: 15px 0;
    margin-bottom: 0
  }
}

.copyright {
  text-align: center;
  font-weight: 500;
  line-height: 14px;
  color: #fff;
  font-size: 14px
}

@media (min-width: 768px) {
  .copyright {
    font-size: 16px
  }
}

.c-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-grid-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.c-col {
  width: 100%
}

@media (min-width: 768px) {
  .c-grid-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .c-col {
    padding: 0 15px 0 15px
  }
}

@media (min-width: 992px) {
  .c-grid-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.c-col-header {
  padding: 15px 10px
}

.c-col-text {
  padding: 15px
}

.c-grid-2col>.c-col {
  width: calc(50% - 30px)
}

@media screen and (min-width: 576px) {
  .c-grid-2col-sm>.c-col {
    width: calc(50% - 30px)
  }
}

@media screen and (min-width: 768px) {
  .c-grid-2col-md>.c-col {
    width: calc(50% - 30px)
  }
}

@media screen and (min-width: 992px) {
  .c-grid-2col-lg>.c-col {
    width: calc(50% - 30px)
  }
}

@media screen and (min-width: 1200px) {
  .c-grid-2col-xl>.c-col {
    width: calc(50% - 30px)
  }
}

.c-grid-3col>.c-col {
  width: calc(33.3% - 30px)
}

@media screen and (min-width: 576px) {
  .c-grid-3col-sm>.c-col {
    width: calc(33.3% - 30px)
  }
}

@media screen and (min-width: 768px) {
  .c-grid-3col-md>.c-col {
    width: calc(33.3% - 30px)
  }
}

@media screen and (min-width: 992px) {
  .c-grid-3col-lg>.c-col {
    width: calc(33.3% - 30px)
  }
}

@media screen and (min-width: 1200px) {
  .c-grid-3col-xl>.c-col {
    width: calc(33.3% - 30px)
  }
}

.c-grid-4col>.c-col {
  width: calc(25% - 30px)
}

@media screen and (min-width: 576px) {
  .c-grid-4col-sm>.c-col {
    width: calc(25% - 30px)
  }
}

@media screen and (min-width: 768px) {
  .c-grid-4col-md>.c-col {
    width: calc(25% - 30px)
  }
}

@media screen and (min-width: 992px) {
  .c-grid-4col-lg>.c-col {
    width: calc(25% - 30px)
  }
}

@media screen and (min-width: 1200px) {
  .c-grid-4col-xl>.c-col {
    width: calc(25% - 30px)
  }
}

.c-col-fluid {
  padding: 0
}

.c-col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.c-col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.c-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.c-col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.c-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.c-col-6 {
  width: 50%;
  max-width: 50%
}

.c-col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.c-col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.c-col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.c-col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.c-col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.c-col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

@media (min-width: 768px) {
  .c-col-1-md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .c-col-2-md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .c-col-3-md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .c-col-4-md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .c-col-5-md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .c-col-6-md {
    width: 50%;
    max-width: 50%
  }

  .c-col-7-md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .c-col-8-md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .c-col-9-md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .c-col-10-md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .c-col-11-md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .c-col-12-md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width: 992px) {
  .c-col-1-lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .c-col-2-lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .c-col-3-lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .c-col-4-lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .c-col-5-lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .c-col-6-lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .c-col-7-lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .c-col-8-lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .c-col-9-lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .c-col-10-lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .c-col-11-lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .c-col-12-lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width: 1200px) {
  .c-col-1-xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .c-col-2-xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .c-col-3-xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .c-col-4-xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .c-col-5-xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .c-col-6-xl {
    width: 50%;
    max-width: 50%
  }

  .c-col-7-xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .c-col-8-xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .c-col-9-xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .c-col-10-xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .c-col-11-xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .c-col-12-xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.c-heading01 {
  border-bottom: 3px solid #333
}

.c-heading02 {
  border-bottom: dashed 2px #333
}

.c-heading03 {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid
}

.c-heading04 {
  background-color: #333;
  padding: 5px 10px
}

.c-heading05 {
  border-left: 2px solid #333;
  padding-left: 10px
}

.c-heading06 {
  position: relative;
  background-color: #333;
  padding: 5px 10px
}

.c-heading06::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #333;
  width: 0;
  height: 0
}

.c-heading07 {
  background: #333;
  box-shadow: 0px 0px 0px 5px #333;
  border: dashed 2px white;
  padding: 0.2em 0.5em
}

.c-heading08 {
  position: relative;
  padding: 0.5em 1em;
  background: #333;
  color: white
}

.c-heading08::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 20px #666666
}

.c-heading09 {
  position: relative;
  padding: 0.5em 1em;
  background: #333;
  color: white
}

.c-heading09::before,
.c-heading09::after {
  content: '';
  position: absolute;
  top: 100%;
  border-bottom: solid 10px transparent
}

.c-heading09::before {
  left: 0;
  border-right: solid 20px #666666
}

.c-heading09::after {
  right: 0;
  border-left: solid 20px #666666
}

.c-heading10 {
  color: #333;
  background: -webkit-linear-gradient(transparent 70%, #ccc 70%);
  background: linear-gradient(transparent 70%, #ccc 70%)
}

.c-btn {
  cursor: pointer;
  line-height: 1;
  display: block;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border-width: 1px;
  border-style: solid
}

.c-btn:hover {
  text-decoration: none
}

.c-btn-lg {
  font-size: 18px
}

.c-btn-default {
  background-color: #fff;
  border-color: #fff;
  color: inherit
}

.c-btn-shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

.c-btn-primary {
  color: #fff;
  border-color: #DB0000;
  background: #DB0000
}

.c-btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: #DB0000;
  color: #DB0000
}

.c-btn-apply {
  background-color: #FFE604;
  border-color: #FFE604;
  color: #fff
}

.c-btn-apply:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #FFE604;
  color: #FFE604
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 22px;
  bottom: 32px;
  z-index: 9999
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none
}

#page_top a::before {
  content: "\f077";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #115177;
  border: 1px solid #115177;
  color: #fff;
  font-size: 22px;
  font-family: FontAwesome;
  font-weight: 900;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17)
}

#page_top a:hover::before {
  background-color: #fff;
  color: #115177;
  border-color: #115177
}

.c-form {
  max-width: 540px;
  margin: 0 auto
}

.c-form-note {
  padding: 0 15px;
  margin-top: 30px;
  font-size: 1.4rem
}

.c-form-tr {
  margin: 0 0 20px
}

.c-form-th {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0 6px 0;
  font-weight: 500;
  line-height: 24px
}

.c-form-td input,
.c-form-td select,
.c-form-td textarea {
  border: 1px solid #E0E0E0;
  line-height: 1.4
}

.c-form-td input[type="text"],
.c-form-td input[type="date"],
.c-form-td input[type="tel"],
.c-form-td input[type="email"],
.c-form-td textarea {
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  -webkit-transition: .2s;
  transition: .2s;
  min-height: 48px;
  background: #fff
}

.c-form-td input[type="date"] {
  -webkit-appearance: none
}

.c-form-td input[type="text"]:focus,
.c-form-td input[type="tel"]:focus,
.c-form-td textarea:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: none
}

.c-form-td select {
  width: 100%;
  font-size: 1.6rem;
  height: 2.6em;
  background: #fff
}

.c-form-td textarea {
  min-height: 118px
}

@media (min-width: 768px) {
  .c-form-td textarea {
    min-height: 118px
  }
}

.c-form-required {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 2px;
  margin-right: 12px;
  background-color: #D6324D;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

@media (min-width: 768px) {
  .c-form-required {
    font-size: 12px;
    line-height: 18px
  }
}

.c-form-validate-error {
  color: #c00;
  font-size: 1.4rem
}

.c-form-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 15px 0
}

.c-form-submit::after {
  content: '';
  clear: both;
  display: block
}

input[type="submit"].btn-input {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  padding: 15px 15px;
  line-height: 1;
  border-radius: 5px;
  color: #fff;
  font-weight: 700
}

input[type="submit"].btn-confirm {
  width: 49%
}

input[type="submit"].btn-correct {
  width: 100%;
  background-color: #d9534f;
  border-color: #d43f3a
}

input[type="submit"].btn-correct:hover {
  background-color: #c9302c;
  border-color: #ac2925
}

input[type="submit"].btn-submit {
  width: 100%;
  background-color: inherit;
  border-color: inherit
}

input[type="submit"].btn-submit:hover {
  background-color: inherit;
  border-color: inherit
}

.c-form-policy {
  overflow-y: scroll;
  max-height: 140px;
  border: 1px solid #ccc;
  background: #F3F3F3
}

.c-form-policy-body {
  padding: 10px 20px 10px 10px;
  font-size: 14px
}

@media (min-width: 576px) {
  .c-form-tr {
    margin: 0 0 30px
  }

  .form-th {
    padding: 10px 10px 10px 0
  }

  .c-form-checkbox {
    padding: 10px
  }

  .c-form-select,
  .c-form-textarea {
    padding: 10px 0
  }
}

.l-wrapper-finish {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%
}

@media (min-width: 768px) {
  .l-finish-inner {
    padding: 30px
  }

  .c-form-note {
    padding: 0 60px;
    margin-top: 30px;
    font-size: inherit
  }
}

@media (min-width: 992px) {
  .l-finish {
    padding: 0px
  }
}

.c-table,
.c-table tbody,
.c-table tr,
.c-table-th,
.c-table-td {
  display: block
}

.c-table-block {
  max-width: 629px;
  margin: 0 auto
}

.c-table {
  width: 100%;
  table-layout: fixed
}

.c-table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0px;
  margin-bottom: 1px
}

.c-table-th {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  width: 95px;
  white-space: pre;
  text-align: left;
  padding-left: 20px
}

@media (min-width: 768px) {
  .c-table-th {
    width: 159px
  }
}

.c-table-td {
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  width: calc(100% - 95px)
}

@media (min-width: 768px) {
  .c-table-td {
    width: calc(100% - 159px)
  }
}

@media (min-width: 576px) {
  .c-table-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  .c-table {
    display: table
  }

  .c-table tbody {
    display: table-row-group
  }
}

.c-table-default tr:nth-child(odd) th,
.c-table-default tr:nth-child(odd) td {
  background: #fff
}

.c-table ul,
.c-table li {
  list-style: disc
}

.c-table ul {
  margin-left: 20px
}

@media (min-width: 768px) {
  .c-table-th-right-md th {
    text-align: right
  }
}

.u-ls-n {
  margin: 0
}

.u-ls-n li {
  list-style-type: none
}

.c-price-table-img {
  max-width: 65%
}

@media (min-width: 768px) {
  .c-price-table-img {
    max-width: 360px
  }
}

.c-table-02,
.c-table-02-sp {
  table-layout: fixed
}

.c-table-02 th,
.c-table-02 td,
.c-table-02-sp th,
.c-table-02-sp td {
  font-size: 1.6rem;
  vertical-align: top;
  padding: 5px 10px;
  line-height: normal;
  vertical-align: middle
}

.c-table-02 th,
.c-table-02-sp th {
  font-weight: 700;
  background-color: #0d47a1;
  color: #fff
}

.c-table-02-block {
  display: none
}

.c-table-02-block-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 50px
}

.c-table-02-sp td {
  background-color: rgba(44, 75, 164, 0.03);
  padding: 20px 10px
}

th.c-table-02-any {
  background-color: #f27700
}

td.c-table-02-any-sp {
  background-color: rgba(242, 119, 0, 0.2)
}

@media (min-width: 768px) {
  .c-table-02-block-sp {
    display: none
  }

  .c-table-02,
  .c-table-02 tbody,
  .c-table-02 tr,
  .c-table-02 th,
  .c-table-02 td {
    display: block
  }

  .c-table-02-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 50px
  }

  .c-table-02 {
    display: table;
    border-collapse: separate;
    border-spacing: 1px
  }

  .c-table-02 tbody {
    display: table-row-group
  }

  .c-table-02 tr {
    display: table-row
  }

  .c-table-02 th,
  .c-table-02 td {
    display: table-cell;
    padding: 15px;
    font-size: 1.6rem
  }

  .c-table-02 th {
    width: auto;
    white-space: pre
  }

  .c-table-02 td {
    border-bottom: 1px solid #0d47a1;
    border-right: 1px solid #0d47a1
  }

  td.c-table-02-any {
    border-bottom: 1px solid #f27700;
    border-right: 1px solid #f27700
  }
}

.c-slider .slider {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 50px
}

.c-slider .slider {
  visibility: hidden
}

.c-slider .slider.slick-initialized {
  visibility: visible
}

.c-slider .prev_icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
  padding: 10px
}

.c-slider .next_icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
  padding: 10px
}

.c-slider .prev_icon:hover,
.c-slider .next_icon:hover {
  opacity: .7
}

.c-slider .thumbnail {
  max-width: 900px;
  width: 100%;
  margin: 0 auto
}

.c-slider .thumbnail .thumbnail-img img {
  max-width: 143px;
  width: 100%;
  padding-right: 9px;
  cursor: pointer
}

.c-slider .thumbnail .thumbnail-img img:hover {
  opacity: .7;
  -webkit-transition: .2s;
  transition: .2s
}

@media (max-width: 786px) {
  .c-slider .slider {
    margin: 0 auto
  }

  .c-slider .thumbnail {
    display: none
  }
}

.page {
  padding-top: 50px
}

.page .page-block p,
.page .page-block a {
  line-height: 2
}

.page .container {
  max-width: 970px;
  width: 100%
}

.page-block {
  margin-bottom: 50px
}

.page-block::after {
  clear: both;
  content: "";
  display: table
}

.page-block:last-child {
  margin-bottom: 0
}

.page-title {
  font-size: 2rem;
  margin-bottom: 1.5em
}

.page h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5em
}

.page h3 {
  font-size: 1.6rem;
  margin-bottom: 1.5em
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  margin-bottom: 2em;
  line-height: 1.4
}

.breadcrumb ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.breadcrumb li::after {
  content: '/'
}

.breadcrumb li:last-child::after {
  content: ''
}

.breadcrumb li a {
  padding: 2px 5px
}

.breadcrumb li span {
  display: block;
  padding: 0 5px
}

.page-img {
  width: 100%;
  margin-bottom: 1.5em
}

.page-link li {
  margin-bottom: 1em
}

.page-link li:last-child {
  margin-bottom: 0
}

.page .section {
  padding: 0
}

@media (min-width: 576px) {
  .page-title {
    font-size: 3.0rem;
    margin-bottom: 20px;
    word-wrap: break-word;
    word-break: break-all
  }

  .page h2 {
    font-size: 2.7rem
  }

  .page h3 {
    font-size: 1.8rem
  }
}

@media (min-width: 768px) {
  .page-img {
    width: 40%;
    margin-bottom: 0
  }

  .page .section {
    padding: 30px 15px
  }

  .page-title {
    text-align: center
  }
}

.c-grid .c-3pr {
  margin-bottom: 20px
}

.c-grid .c-3pr:last-child {
  margin-bottom: 0
}

.c-3pr {
  padding: 20px
}

.c-3pr-img {
  width: 85%;
  overflow: hidden;
  margin: 0 auto 15px
}

.c-3pr img {
  display: block
}

.c-3pr-heading {
  font-size: 16px;
  text-align: center;
  margin-bottom: 11px
}

.c-3pr-small {
  width: 80%
}

@media (min-width: 576px) {
  .c-3pr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
  }

  .c-3pr-img {
    margin-bottom: 0
  }

  .c-3pr-content {
    padding-left: 30px;
    padding-bottom: 1em
  }
}

@media (min-width: 768px) {
  .c-3pr {
    max-width: 680px
  }

  .c-3pr-img {
    width: 35%
  }

  .c-3pr-content {
    width: 65%;
    padding: 0 0 0 20px
  }
}

@media (min-width: 992px) {
  .c-grid .c-3pr {
    margin-bottom: 0
  }

  .c-3pr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap
  }

  .c-3pr-img {
    width: 100%;
    margin-bottom: 15px
  }

  .c-3pr-content {
    width: 100%;
    padding: 0;
    text-align: center
  }
}

.c-3pr-img-circle {
  border-radius: 50%;
  width: 70%
}

@media (min-width: 576px) {
  .c-3pr-img-circle {
    width: 35%
  }
}

@media (min-width: 768px) {
  .c-3pr-img-circle {
    width: 30%
  }
}

@media (min-width: 992px) {
  .c-3pr-img-circle {
    width: 80%
  }
}

.p-mv {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

@media (min-width: 768px) {
  .p-mv {
    background-size: cover;
    background-position: center center
  }
}

.pc .p-mv {
  background-attachment: fixed
}

.p-mv-catch {
  line-height: 1.4;
  margin-bottom: 15px
}

.p-mv-catch-block {
  position: relative;
  padding: 15px 15px 15px 15px
}

.p-mv-cv {
  position: relative;
  z-index: 10
}

@media (min-width: 576px) {
  .p-mv-catch {
    display: inline-block
  }
}

@media (min-width: 768px) {
  .p-mv-catch {
    margin-bottom: .5em
  }

  .p-mv-catch-block {
    padding: 0px
  }
}

.p-faq .h3 {
  margin-bottom: 1em
}

.p-faq-dl:last-child {
  margin-bottom: 0
}

.p-faq-dt,
.p-faq-dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.p-faq-q-icon,
.p-faq-a-icon {
  line-height: 1
}

.p-faq-dd {
  margin-bottom: 30px
}

.p-faq-dd:last-child {
  margin-bottom: 0
}

@media (min-width: 576px) {
  .p-faq-dt {
    margin-bottom: 0px
  }

  .p-faq-dd {
    margin-bottom: 50px
  }
}

/*! Emma.css 0.7.0 | emmet-like utility classes | MIT License | git.io/emma */
.u-pos-s,
.u-p-s {
  position: static !important
}

.u-pos-a,
.u-p-a {
  position: absolute !important
}

.u-pos-r,
.u-p-r {
  position: relative !important
}

.u-pos-f,
.u-p-f {
  position: fixed !important
}

.u-t-a {
  top: auto !important
}

.u-t-0 {
  top: 0 !important
}

.u-r-a {
  right: auto !important
}

.u-r-0 {
  right: 0 !important
}

.u-b-a {
  bottom: auto !important
}

.u-b-0 {
  bottom: 0 !important
}

.u-l-a {
  left: auto !important
}

.u-l-0 {
  left: 0 !important
}

.u-fl-n,
.float-none {
  float: none !important
}

.u-fl-l,
.float-left {
  float: left !important
}

.u-fl-r,
.float-right {
  float: right !important
}

.u-cl-n {
  clear: none !important
}

.u-cl-l {
  clear: left !important
}

.u-cl-r {
  clear: right !important
}

.u-cl-b {
  clear: both !important
}

.u-of-h {
  overflow: hidden !important
}

@media (min-width: 576px) {

  .u-pos-a-sm,
  .u-p-a-sm {
    position: absolute !important
  }

  .u-pos-r-sm,
  .u-p-r-sm {
    position: relative !important
  }

  .u-pos-f-sm,
  .u-p-f-sm {
    position: fixed !important
  }

  .u-t-0-sm {
    top: 0 !important
  }

  .u-r-0-sm {
    right: 0 !important
  }

  .u-b-0-sm {
    bottom: 0 !important
  }

  .u-l-0-sm {
    left: 0 !important
  }

  .u-fl-n-sm,
  .float-none-sm {
    float: none !important
  }

  .u-fl-l-sm,
  .float-left-sm {
    float: left !important
  }

  .u-fl-r-sm,
  .float-right-sm {
    float: right !important
  }
}

@media (min-width: 768px) {

  .u-pos-a-md,
  .u-p-a-md {
    position: absolute !important
  }

  .u-pos-r-md,
  .u-p-r-md {
    position: relative !important
  }

  .u-pos-f-md,
  .u-p-f-md {
    position: fixed !important
  }

  .u-fl-n-md,
  .float-none-md {
    float: none !important
  }

  .u-fl-l-md,
  .float-left-md {
    float: left !important
  }

  .u-fl-r-md,
  .float-right-md {
    float: right !important
  }
}

@media (min-width: 992px) {

  .u-pos-a-lg,
  .u-p-a-lg {
    position: absolute !important
  }

  .u-pos-r-lg,
  .u-p-r-lg {
    position: relative !important
  }

  .u-pos-f-lg,
  .u-p-f-lg {
    position: fixed !important
  }

  .u-fl-n-lg,
  .float-none-lg {
    float: none !important
  }

  .u-fl-l-lg,
  .float-left-lg {
    float: left !important
  }

  .u-fl-r-lg,
  .float-right-lg {
    float: right !important
  }
}

.u-w-a {
  width: auto !important
}

.u-bd-n {
  border: none !important
}

.u-bg-n {
  background: none !important
}

.u-c-i {
  color: inherit !important
}

.u-ta-l,
.t-left,
.tleft {
  text-align: left !important
}

.u-ta-c,
.t-center,
.tcenter {
  text-align: center !important
}

.u-ta-r,
.t-right,
.tright {
  text-align: right !important
}

.u-ws-pre,
.u-ws-p,
.ws-pre {
  white-space: pre !important
}

.u-ws-nw,
.ws-nw {
  white-space: nowrap
}

.u-wb-ba {
  word-break: break-all
}

.u-ww-bw {
  word-wrap: break-word
}

@media (min-width: 576px) {

  .u-ta-l-sm,
  .t-left-sm,
  .tleft-sm {
    text-align: left !important
  }

  .u-ta-c-sm,
  .t-center-sm,
  .tcenter-sm {
    text-align: center !important
  }

  .u-ta-r-sm,
  .t-right-sm,
  .tright-sm {
    text-align: right !important
  }

  .u-ta-l-sm,
  .t-left-sm,
  .tleft-sm {
    text-align: left !important
  }

  .u-ta-c-sm,
  .t-center-sm,
  .tcenter-sm {
    text-align: center !important
  }

  .u-ta-r-sm,
  .t-right-sm,
  .tright-sm {
    text-align: right !important
  }

  .u-ws-pre-sm,
  .u-ws-p-sm,
  .ws-pre-sm {
    white-space: pre !important
  }
}

@media (min-width: 768px) {

  .u-ta-l-md,
  .t-left-md,
  .tleft-md {
    text-align: left !important
  }

  .u-ta-c-md,
  .t-center-md,
  .tcenter-md {
    text-align: center !important
  }

  .u-ta-r-md,
  .t-right-md,
  .tright-md {
    text-align: right !important
  }

  .u-ta-l-md,
  .t-left-md,
  .tleft-md {
    text-align: left !important
  }

  .u-ta-c-md,
  .t-center-md,
  .tcenter-md {
    text-align: center !important
  }

  .u-ta-r-md,
  .t-right-md,
  .tright-md {
    text-align: right !important
  }

  .u-ws-pre-md,
  .u-ws-p-md,
  .ws-pre-md {
    white-space: pre !important
  }
}

@media (min-width: 992px) {

  .u-ta-l-lg,
  .t-left-lg,
  .tleft-lg {
    text-align: left !important
  }

  .u-ta-c-lg,
  .t-center-lg,
  .tcenter-lg {
    text-align: center !important
  }

  .u-ta-r-lg,
  .t-right-lg,
  .tright-lg {
    text-align: right !important
  }

  .u-ws-pre-lg,
  .u-ws-p-lg,
  .ws-pre-lg {
    white-space: pre !important
  }
}

.u-ta-j {
  text-align: justify !important
}

.u-tsh-n {
  text-shadow: none !important
}

.u-lh-nm {
  line-height: normal !important
}

.u-lh-i {
  line-height: inherit !important
}

.u-lh-1 {
  line-height: 1 !important
}

.u-lh-xs {
  line-height: 1.2 !important
}

.u-lh-sm {
  line-height: 1.4 !important
}

.u-lh-md {
  line-height: 1.6 !important
}

.u-lh-lg {
  line-height: 1.8 !important
}

.u-lh-2 {
  line-height: 2 !important
}

@media (min-width: 768px) {
  .u-lh-xs-md {
    line-height: 1.6 !important
  }

  .u-lh-2-md {
    line-height: 2 !important
  }
}

.u-td-n {
  text-decoration: none !important
}

.u-td-u,
.underline,
.under {
  text-decoration: underline !important
}

.u-pe-n {
  pointer-events: none !important
}

.u-pe-a {
  pointer-events: auto !important
}

@media (min-width: 768px) {
  .u-pe-n-md {
    pointer-events: none !important
  }

  .u-pe-a-md {
    pointer-events: auto !important
  }
}

@media (min-width: 992px) {
  .u-pe-n-lg {
    pointer-events: none !important
  }

  .u-pe-a-lg {
    pointer-events: auto !important
  }
}

.color-white,
.u-c-w {
  color: #fff !important
}

.bg-white,
.u-bg-w {
  background: #fff !important
}

.color-red,
.u-c-r {
  color: #ff0038 !important
}

.u-m-c,
.u-mc {
  color: #333 !important
}

.u-ma {
  margin: auto !important
}

.u-m0 {
  margin: 0 !important
}

.u-m10 {
  margin: 10px !important
}

.u-m20 {
  margin: 20px !important
}

.u-m0a {
  margin-left: auto;
  margin-right: auto
}

.u-my {
  margin: 20px 0 !important
}

.u-mt0 {
  margin-top: 0 !important
}

.u-mt3 {
  margin-top: 3px !important
}

.u-mt5 {
  margin-top: 5px !important
}

.u-mt6 {
  margin-top: 6px !important
}

.u-mt10 {
  margin-top: 10px !important
}

.u-mt15 {
  margin-top: 15px !important
}

.u-mt20 {
  margin-top: 20px !important
}

.u-mt25 {
  margin-top: 25px !important
}

.u-mt30 {
  margin-top: 30px !important
}

.u-mt40 {
  margin-top: 40px !important
}

.u-mt50 {
  margin-top: 50px !important
}

.u-mt80 {
  margin-top: 80px !important
}

.u-mt1em {
  margin-top: 1em !important
}

.u-mt15em {
  margin-top: 1.5em !important
}

.u-mt2em {
  margin-top: 2em !important
}

.u-mt3em {
  margin-top: 3em !important
}

.u-mb0 {
  margin-bottom: 0 !important
}

.u-mb5 {
  margin-bottom: 5px !important
}

.u-mb6 {
  margin-bottom: 6px !important
}

.u-mb8 {
  margin-bottom: 8px !important
}

.u-mb10 {
  margin-bottom: 10px !important
}

.u-mb15 {
  margin-bottom: 15px !important
}

.u-mb20 {
  margin-bottom: 20px !important
}

.u-mb25 {
  margin-bottom: 25px !important
}

.u-mb30 {
  margin-bottom: 30px !important
}

.u-mb33 {
  margin-bottom: 33px !important
}

.u-mb40 {
  margin-bottom: 40px !important
}

.u-mb50 {
  margin-bottom: 50px !important
}

.u-mb53 {
  margin-bottom: 53px !important
}

.u-mb60 {
  margin-bottom: 60px !important
}

.u-mb75 {
  margin-bottom: 75px !important
}

.u-mb100 {
  margin-bottom: 100px !important
}

.u-mb-half {
  margin-bottom: 0.5em !important
}

.u-mb1em {
  margin-bottom: 1em !important
}

.u-mb15em {
  margin-bottom: 1.5em !important
}

.u-mb2em {
  margin-bottom: 2em !important
}

.u-mb3em {
  margin-bottom: 3em !important
}

.u-mr-a {
  margin-right: auto !important
}

.u-mr1em {
  margin-right: 1em !important
}

.u-mr0 {
  margin-right: 0 !important
}

.u-mr5 {
  margin-right: 5px !important
}

.u-mr10 {
  margin-right: 10px !important
}

.u-mr13 {
  margin-right: 13px !important
}

.u-mr15 {
  margin-right: 15px !important
}

.u-mr20 {
  margin-right: 20px !important
}

.u-mr25 {
  margin-right: 25px !important
}

.u-mr30 {
  margin-right: 30px !important
}

.u-mr34 {
  margin-right: 34px !important
}

.u-mr70 {
  margin-right: 70px !important
}

.u-mr45 {
  margin-right: 45px !important
}

.u-ml-a {
  margin-left: auto !important
}

.u-ml1em {
  margin-left: 1em !important
}

.u-ml0 {
  margin-left: 0 !important
}

.u-ml5 {
  margin-left: 5px !important
}

.u-ml6 {
  margin-left: 6px !important
}

.u-ml10 {
  margin-left: 10px !important
}

.u-ml12 {
  margin-left: 12px !important
}

.u-ml15 {
  margin-left: 15px !important
}

.u-ml20 {
  margin-left: 20px !important
}

.u-ml25 {
  margin-left: 25px !important
}

.u-ml30 {
  margin-left: 30px !important
}

@media (min-width: 576px) {
  .u-mt0-sm {
    margin-top: 0 !important
  }

  .u-mt10-sm {
    margin-top: 10px !important
  }

  .u-mt15-sm {
    margin-top: 15px !important
  }

  .u-mt20-sm {
    margin-top: 20px !important
  }

  .u-mt25-sm {
    margin-top: 25px !important
  }

  .u-mt30-sm {
    margin-top: 30px !important
  }

  .u-mt70-sm {
    margin-top: 70px !important
  }

  .u-mb-half-sm {
    margin-bottom: 0.5em !important
  }

  .u-mb1em-sm {
    margin-bottom: 1em !important
  }

  .u-mb15em-sm {
    margin-bottom: 1.5em !important
  }

  .u-mb2em-sm {
    margin-bottom: 2em !important
  }

  .u-mb3em-sm {
    margin-bottom: 3em !important
  }

  .u-mb0-sm {
    margin-bottom: 0 !important
  }

  .u-mb10-sm {
    margin-bottom: 10px !important
  }

  .u-mb15-sm {
    margin-bottom: 15px !important
  }

  .u-mb20-sm {
    margin-bottom: 20px !important
  }

  .u-mb25-sm {
    margin-bottom: 25px !important
  }

  .u-mb30-sm {
    margin-bottom: 30px !important
  }

  .u-mb50-sm {
    margin-bottom: 50px !important
  }

  .u-mb75-sm {
    margin-bottom: 75px !important
  }

  .u-mb100-sm {
    margin-bottom: 100px !important
  }

  .u-mr0-sm {
    margin-right: 0 !important
  }

  .u-mr1em-sm {
    margin-right: 1em !important
  }

  .u-mr10-sm {
    margin-right: 10px !important
  }

  .u-mr15-sm {
    margin-right: 15px !important
  }

  .u-mr20-sm {
    margin-right: 20px !important
  }

  .u-mr25-sm {
    margin-right: 25px !important
  }

  .u-mr30-sm {
    margin-right: 30px !important
  }

  .u-ml0-sm {
    margin-left: 0 !important
  }

  .u-ml1em-sm {
    margin-left: 1em !important
  }

  .u-ml10-sm {
    margin-left: 10px !important
  }

  .u-ml15-sm {
    margin-left: 15px !important
  }

  .u-ml20-sm {
    margin-left: 20px !important
  }

  .u-ml25-sm {
    margin-left: 25px !important
  }

  .u-ml30-sm {
    margin-left: 30px !important
  }
}

@media (min-width: 768px) {
  .u-mt0-md {
    margin-top: 0 !important
  }

  .u-mt5-md {
    margin-top: 5px !important
  }

  .u-mt10-md {
    margin-top: 10px !important
  }

  .u-mt15-md {
    margin-top: 15px !important
  }

  .u-mt20-md {
    margin-top: 20px !important
  }

  .u-mt25-md {
    margin-top: 25px !important
  }

  .u-mt30-md {
    margin-top: 30px !important
  }

  .u-mt50-md {
    margin-top: 50px !important
  }

  .u-mt60-md {
    margin-top: 60px !important
  }

  .u-mb-half-md {
    margin-bottom: 0.5em !important
  }

  .u-mb1em-md {
    margin-bottom: 1em !important
  }

  .u-mb15em-md {
    margin-bottom: 1.5em !important
  }

  .u-mb2em-md {
    margin-bottom: 2em !important
  }

  .u-mb3em-md {
    margin-bottom: 3em !important
  }

  .u-mb0-md {
    margin-bottom: 0 !important
  }

  .u-mb5-md {
    margin-bottom: 5px !important
  }

  .u-mb10-md {
    margin-bottom: 10px !important
  }

  .u-mb15-md {
    margin-bottom: 15px !important
  }

  .u-mb20-md {
    margin-bottom: 20px !important
  }

  .u-mb25-md {
    margin-bottom: 25px !important
  }

  .u-mb30-md {
    margin-bottom: 30px !important
  }

  .u-mb32-md {
    margin-bottom: 32px !important
  }

  .u-mb40-md {
    margin-bottom: 40px !important
  }

  .u-mb48-md {
    margin-bottom: 48px !important
  }

  .u-mb50-md {
    margin-bottom: 50px !important
  }

  .u-mb53-md {
    margin-bottom: 53px !important
  }

  .u-mb60-md {
    margin-bottom: 60px !important
  }

  .u-mb75-md {
    margin-bottom: 75px !important
  }

  .u-mb100-md {
    margin-bottom: 100px !important
  }

  .u-mb110-md {
    margin-bottom: 110px !important
  }

  .u-mr0-md {
    margin-right: 0 !important
  }

  .u-mr1em-md {
    margin-right: 1em !important
  }

  .u-mr10-md {
    margin-right: 10px !important
  }

  .u-mr15-md {
    margin-right: 15px !important
  }

  .u-mr20-md {
    margin-right: 20px !important
  }

  .u-mr25-md {
    margin-right: 25px !important
  }

  .u-mr30-md {
    margin-right: 30px !important
  }

  .u-mr40-md {
    margin-right: 40px !important
  }

  .u-mr45-md {
    margin-right: 45px !important
  }

  .u-ml0-md {
    margin-left: 0 !important
  }

  .u-ml1em-md {
    margin-left: 1em !important
  }

  .u-ml10-md {
    margin-left: 10px !important
  }

  .u-ml15-md {
    margin-left: 15px !important
  }

  .u-ml20-md {
    margin-left: 20px !important
  }

  .u-ml25-md {
    margin-left: 25px !important
  }

  .u-ml30-md {
    margin-left: 30px !important
  }
}

@media (min-width: 992px) {
  .u-mt0-lg {
    margin-top: 0 !important
  }

  .u-mt10-lg {
    margin-top: 10px !important
  }

  .u-mt15-lg {
    margin-top: 15px !important
  }

  .u-mt20-lg {
    margin-top: 20px !important
  }

  .u-mt25-lg {
    margin-top: 25px !important
  }

  .u-mt30-lg {
    margin-top: 30px !important
  }

  .u-mt80-lg {
    margin-top: 80px !important
  }

  .u-mb-half-lg {
    margin-bottom: 0.5em !important
  }

  .u-mb1em-lg {
    margin-bottom: 1em !important
  }

  .u-mb15em-lg {
    margin-bottom: 1.5em !important
  }

  .u-mb2em-lg {
    margin-bottom: 2em !important
  }

  .u-mb3em-lg {
    margin-bottom: 3em !important
  }

  .u-mb0-lg {
    margin-bottom: 0 !important
  }

  .u-mb5-lg {
    margin-bottom: 5px !important
  }

  .u-mb10-lg {
    margin-bottom: 10px !important
  }

  .u-mb15-lg {
    margin-bottom: 15px !important
  }

  .u-mb20-lg {
    margin-bottom: 20px !important
  }

  .u-mb25-lg {
    margin-bottom: 25px !important
  }

  .u-mb30-lg {
    margin-bottom: 30px !important
  }

  .u-mb40-lg {
    margin-bottom: 40px !important
  }

  .u-mb50-lg {
    margin-bottom: 50px !important
  }

  .u-mb60-lg {
    margin-bottom: 60px !important
  }

  .u-mb75-lg {
    margin-bottom: 75px !important
  }

  .u-mb80-lg {
    margin-bottom: 80px !important
  }

  .u-mb100-lg {
    margin-bottom: 100px !important
  }

  .u-mr0-lg {
    margin-right: 0 !important
  }

  .u-mr10-lg {
    margin-right: 10px !important
  }

  .u-mr15-lg {
    margin-right: 15px !important
  }

  .u-mr20-lg {
    margin-right: 20px !important
  }

  .u-mr25-lg {
    margin-right: 25px !important
  }

  .u-mr30-lg {
    margin-right: 30px !important
  }

  .u-mr40-lg {
    margin-right: 40px !important
  }

  .u-ml0-lg {
    margin-left: 0 !important
  }

  .u-ml10-lg {
    margin-left: 10px !important
  }

  .u-ml15-lg {
    margin-left: 15px !important
  }

  .u-ml20-lg {
    margin-left: 20px !important
  }

  .u-ml25-lg {
    margin-left: 25px !important
  }

  .u-ml30-lg {
    margin-left: 30px !important
  }
}

@media (min-width: 1200px) {
  .u-mt0-xl {
    margin-top: 0 !important
  }

  .u-mt10-xl {
    margin-top: 10px !important
  }

  .u-mt15-xl {
    margin-top: 15px !important
  }

  .u-mt20-xl {
    margin-top: 20px !important
  }

  .u-mt25-xl {
    margin-top: 25px !important
  }

  .u-mt30-xl {
    margin-top: 30px !important
  }

  .u-mb-half-xl {
    margin-bottom: 0.5em !important
  }

  .u-mb1em-xl {
    margin-bottom: 1em !important
  }

  .u-mb15em-xl {
    margin-bottom: 1.5em !important
  }

  .u-mb2em-xl {
    margin-bottom: 2em !important
  }

  .u-mb3em-xl {
    margin-bottom: 3em !important
  }

  .u-mb0-xl {
    margin-bottom: 0 !important
  }

  .u-mb5-xl {
    margin-bottom: 5px !important
  }

  .u-mb10-xl {
    margin-bottom: 10px !important
  }

  .u-mb15-xl {
    margin-bottom: 15px !important
  }

  .u-mb20-xl {
    margin-bottom: 20px !important
  }

  .u-mb25-xl {
    margin-bottom: 25px !important
  }

  .u-mb30-xl {
    margin-bottom: 30px !important
  }

  .u-mb50-xl {
    margin-bottom: 50px !important
  }

  .u-mb75-xl {
    margin-bottom: 75px !important
  }

  .u-mb100-xl {
    margin-bottom: 100px !important
  }

  .u-mr0-xl {
    margin-right: 0 !important
  }

  .u-mr10-xl {
    margin-right: 10px !important
  }

  .u-mr15-xl {
    margin-right: 15px !important
  }

  .u-mr20-xl {
    margin-right: 20px !important
  }

  .u-mr25-xl {
    margin-right: 25px !important
  }

  .u-mr30-xl {
    margin-right: 30px !important
  }

  .u-ml0-xl {
    margin-left: 0 !important
  }

  .u-ml10-xl {
    margin-left: 10px !important
  }

  .u-ml15-xl {
    margin-left: 15px !important
  }

  .u-ml20-xl {
    margin-left: 20px !important
  }

  .u-ml25-xl {
    margin-left: 25px !important
  }

  .u-ml30-xl {
    margin-left: 30px !important
  }
}

.u-p0 {
  padding: 0px !important
}

.u-p5 {
  padding: 5px !important
}

.u-p10 {
  padding: 10px !important
}

.u-p15 {
  padding: 15px !important
}

.u-p20 {
  padding: 20px !important
}

.u-p25 {
  padding: 25px !important
}

.u-p30 {
  padding: 30px !important
}

.u-p35 {
  padding: 35px !important
}

.u-p40 {
  padding: 40px !important
}

.u-pt0 {
  padding-top: 0 !important
}

.u-pt5 {
  padding-top: 5px !important
}

.u-pt10 {
  padding-top: 10px !important
}

.u-pt15 {
  padding-top: 15px !important
}

.u-pt14 {
  padding-top: 14px !important
}

.u-pt20 {
  padding-top: 20px !important
}

.u-pt25 {
  padding-top: 25px !important
}

.u-pt30 {
  padding-top: 30px !important
}

.u-pt35 {
  padding-top: 35px !important
}

.u-pt40 {
  padding-top: 40px !important
}

.u-pt50 {
  padding-top: 50px !important
}

.u-pt80 {
  padding-top: 80px !important
}

.u-pt100 {
  padding-top: 100px !important
}

.u-pb-half {
  padding-bottom: 0.5em !important
}

.u-pb1em {
  padding-bottom: 1em !important
}

.u-pb15em {
  padding-bottom: 1.5em !important
}

.u-pb2em {
  padding-bottom: 2em !important
}

.u-pb3em {
  padding-bottom: 3em !important
}

.u-pb0 {
  padding-bottom: 0 !important
}

.u-pb5 {
  padding-bottom: 5px !important
}

.u-pb10 {
  padding-bottom: 10px !important
}

.u-pb15 {
  padding-bottom: 15px !important
}

.u-pb20 {
  padding-bottom: 20px !important
}

.u-pb25 {
  padding-bottom: 25px !important
}

.u-pb30 {
  padding-bottom: 30px !important
}

.u-pb35 {
  padding-bottom: 35px !important
}

.u-pb40 {
  padding-bottom: 40px !important
}

.u-pb50 {
  padding-bottom: 50px !important
}

.u-pb80 {
  padding-bottom: 80px !important
}

.u-pb100 {
  padding-bottom: 100px !important
}

.u-pr0 {
  padding-right: 0 !important
}

.u-pr5 {
  padding-right: 5px !important
}

.u-pr10 {
  padding-right: 10px !important
}

.u-pr15 {
  padding-right: 15px !important
}

.u-pr20 {
  padding-right: 20px !important
}

.u-pr25 {
  padding-right: 25px !important
}

.u-pr30 {
  padding-right: 30px !important
}

.u-pr35 {
  padding-right: 35px !important
}

.u-pr45 {
  padding-right: 45px !important
}

.u-pl0 {
  padding-left: 0 !important
}

.u-pl5 {
  padding-left: 5px !important
}

.u-pl10 {
  padding-left: 10px !important
}

.u-pl15 {
  padding-left: 15px !important
}

.u-pl20 {
  padding-left: 20px !important
}

.u-pl25 {
  padding-left: 25px !important
}

.u-pl30 {
  padding-left: 30px !important
}

.u-pl35 {
  padding-left: 35px !important
}

.u-pl40 {
  padding-left: 40px !important
}

@media (min-width: 576px) {
  .u-pt0-sm {
    padding-top: 0 !important
  }

  .u-pt10-sm {
    padding-top: 10px !important
  }

  .u-pt15-sm {
    padding-top: 15px !important
  }

  .u-pt20-sm {
    padding-top: 20px !important
  }

  .u-pt25-sm {
    padding-top: 25px !important
  }

  .u-pt30-sm {
    padding-top: 30px !important
  }

  .u-pt35-sm {
    padding-top: 35px !important
  }

  .u-pb-half-sm {
    padding-bottom: 0.5em !important
  }

  .u-pb1em-sm {
    padding-bottom: 1em !important
  }

  .u-pb15em-sm {
    padding-bottom: 1.5em !important
  }

  .u-pb2em-sm {
    padding-bottom: 2em !important
  }

  .u-pb3em-sm {
    padding-bottom: 3em !important
  }

  .u-pb0-sm {
    padding-bottom: 0 !important
  }

  .u-pb10-sm {
    padding-bottom: 10px !important
  }

  .u-pb15-sm {
    padding-bottom: 15px !important
  }

  .u-pb20-sm {
    padding-bottom: 20px !important
  }

  .u-pb25-sm {
    padding-bottom: 25px !important
  }

  .u-pb30-sm {
    padding-bottom: 30px !important
  }

  .u-pb35-sm {
    padding-bottom: 35px !important
  }

  .u-pr0-sm {
    padding-right: 0 !important
  }

  .u-pr10-sm {
    padding-right: 10px !important
  }

  .u-pr15-sm {
    padding-right: 15px !important
  }

  .u-pr20-sm {
    padding-right: 20px !important
  }

  .u-pr25-sm {
    padding-right: 25px !important
  }

  .u-pr30-sm {
    padding-right: 30px !important
  }

  .u-pr35-sm {
    padding-right: 35px !important
  }

  .u-pl0-sm {
    padding-left: 0 !important
  }

  .u-pl10-sm {
    padding-left: 10px !important
  }

  .u-pl15-sm {
    padding-left: 15px !important
  }

  .u-pl20-sm {
    padding-left: 20px !important
  }

  .u-pl25-sm {
    padding-left: 25px !important
  }

  .u-pl30-sm {
    padding-left: 30px !important
  }

  .u-pl35-sm {
    padding-left: 35px !important
  }
}

@media (min-width: 768px) {
  .u-p0-md {
    padding: 0 !important
  }

  .u-p10-md {
    padding: 10px !important
  }

  .u-p15-md {
    padding: 15px !important
  }

  .u-p20-md {
    padding: 20px !important
  }

  .u-p25-md {
    padding: 25px !important
  }

  .u-p30-md {
    padding: 30px !important
  }

  .u-p35-md {
    padding: 35px !important
  }

  .u-p40-md {
    padding: 40px !important
  }

  .u-pd50-md {
    padding: 50px !important
  }

  .u-pt0-md {
    padding-top: 0 !important
  }

  .u-pt10-md {
    padding-top: 10px !important
  }

  .u-pt14-md {
    padding-top: 14px !important
  }

  .u-pt15-md {
    padding-top: 15px !important
  }

  .u-pt20-md {
    padding-top: 20px !important
  }

  .u-pt25-md {
    padding-top: 25px !important
  }

  .u-pt30-md {
    padding-top: 30px !important
  }

  .u-pt35-md {
    padding-top: 35px !important
  }

  .u-pb-half-md {
    padding-bottom: 0.5em !important
  }

  .u-pb1em-md {
    padding-bottom: 1em !important
  }

  .u-pb15em-md {
    padding-bottom: 1.5em !important
  }

  .u-pb2em-md {
    padding-bottom: 2em !important
  }

  .u-pb3em-md {
    padding-bottom: 3em !important
  }

  .u-pb0-md {
    padding-bottom: 0 !important
  }

  .u-pb10-md {
    padding-bottom: 10px !important
  }

  .u-pb15-md {
    padding-bottom: 15px !important
  }

  .u-pb20-md {
    padding-bottom: 20px !important
  }

  .u-pb25-md {
    padding-bottom: 25px !important
  }

  .u-pb30-md {
    padding-bottom: 30px !important
  }

  .u-pb35-md {
    padding-bottom: 35px !important
  }

  .u-pb40-md {
    padding-bottom: 40px !important
  }

  .u-pb45-md {
    padding-bottom: 45px !important
  }

  .u-pb50-md {
    padding-bottom: 50px !important
  }

  .u-pb80-md {
    padding-bottom: 80px !important
  }

  .u-pb100-md {
    padding-bottom: 100px !important
  }

  .u-pr0-md {
    padding-right: 0 !important
  }

  .u-pr10-md {
    padding-right: 10px !important
  }

  .u-pr15-md {
    padding-right: 15px !important
  }

  .u-pr17-md {
    padding-right: 17px !important
  }

  .u-pr20-md {
    padding-right: 20px !important
  }

  .u-pr25-md {
    padding-right: 25px !important
  }

  .u-pr30-md {
    padding-right: 30px !important
  }

  .u-pr35-md {
    padding-right: 35px !important
  }

  .u-pr70-md {
    padding-right: 70px !important
  }

  .u-pl0-md {
    padding-left: 0 !important
  }

  .u-pl10-md {
    padding-left: 10px !important
  }

  .u-pl15-md {
    padding-left: 15px !important
  }

  .u-pl17-md {
    padding-left: 17px !important
  }

  .u-pl20-md {
    padding-left: 20px !important
  }

  .u-pl25-md {
    padding-left: 25px !important
  }

  .u-pl30-md {
    padding-left: 30px !important
  }

  .u-pl35-md {
    padding-left: 35px !important
  }
}

@media (min-width: 992px) {
  .u-px40-lg {
    padding: 0 40px !important
  }

  .u-px15-lg {
    padding: 0 15px !important
  }

  .u-pt0-lg {
    padding-top: 0 !important
  }

  .u-pt10-lg {
    padding-top: 10px !important
  }

  .u-pt15-lg {
    padding-top: 15px !important
  }

  .u-pt20-lg {
    padding-top: 20px !important
  }

  .u-pt25-lg {
    padding-top: 25px !important
  }

  .u-pt30-lg {
    padding-top: 30px !important
  }

  .u-pt35-lg {
    padding-top: 35px !important
  }

  .u-pt50-lg {
    padding-top: 50px !important
  }

  .u-pb-half-lg {
    padding-bottom: 0.5em !important
  }

  .u-pb1em-lg {
    padding-bottom: 1em !important
  }

  .u-pb15em-lg {
    padding-bottom: 1.5em !important
  }

  .u-pb2em-lg {
    padding-bottom: 2em !important
  }

  .u-pb3em-lg {
    padding-bottom: 3em !important
  }

  .u-pb0-lg {
    padding-bottom: 0 !important
  }

  .u-pb10-lg {
    padding-bottom: 10px !important
  }

  .u-pb15-lg {
    padding-bottom: 15px !important
  }

  .u-pb20-lg {
    padding-bottom: 20px !important
  }

  .u-pb25-lg {
    padding-bottom: 25px !important
  }

  .u-pb30-lg {
    padding-bottom: 30px !important
  }

  .u-pb35-lg {
    padding-bottom: 35px !important
  }

  .u-pb40-lg {
    padding-bottom: 40px !important
  }

  .u-pb50-lg {
    padding-bottom: 50px !important
  }

  .u-pb80-lg {
    padding-bottom: 80px !important
  }

  .u-pb100-lg {
    padding-bottom: 100px !important
  }

  .u-pb150-lg {
    padding-bottom: 150px !important
  }

  .u-pr0-lg {
    padding-right: 0 !important
  }

  .u-pr10-lg {
    padding-right: 10px !important
  }

  .u-pr15-lg {
    padding-right: 15px !important
  }

  .u-pr20-lg {
    padding-right: 20px !important
  }

  .u-pr25-lg {
    padding-right: 25px !important
  }

  .u-pr30-lg {
    padding-right: 30px !important
  }

  .u-pr35-lg {
    padding-right: 35px !important
  }

  .u-pr40-lg {
    padding-right: 40px !important
  }

  .u-pr45-lg {
    padding-right: 45px !important
  }

  .u-pr60-lg {
    padding-right: 60px !important
  }

  .u-pr70-lg {
    padding-right: 70px !important
  }

  .u-pl0-lg {
    padding-left: 0 !important
  }

  .u-pl10-lg {
    padding-left: 10px !important
  }

  .u-pl15-lg {
    padding-left: 15px !important
  }

  .u-pl20-lg {
    padding-left: 20px !important
  }

  .u-pl25-lg {
    padding-left: 25px !important
  }

  .u-pl30-lg {
    padding-left: 30px !important
  }

  .u-pl35-lg {
    padding-left: 35px !important
  }

  .u-pl40-lg {
    padding-left: 40px !important
  }

  .u-pl60-lg {
    padding-left: 60px !important
  }
}

@media (min-width: 1200px) {
  .u-px40-xl {
    padding: 0 40px !important
  }

  .u-pt0-xl {
    padding-top: 0 !important
  }

  .u-pt10-xl {
    padding-top: 10px !important
  }

  .u-pt15-xl {
    padding-top: 15px !important
  }

  .u-pt20-xl {
    padding-top: 20px !important
  }

  .u-pt25-xl {
    padding-top: 25px !important
  }

  .u-pt30-xl {
    padding-top: 30px !important
  }

  .u-pt35-xl {
    padding-top: 35px !important
  }

  .u-pt50-xl {
    padding-top: 50px !important
  }

  .u-pb-half-xl {
    padding-bottom: 0.5em !important
  }

  .u-pb1em-xl {
    padding-bottom: 1em !important
  }

  .u-pb15em-xl {
    padding-bottom: 1.5em !important
  }

  .u-pb2em-xl {
    padding-bottom: 2em !important
  }

  .u-pb3em-xl {
    padding-bottom: 3em !important
  }

  .u-pb0-xl {
    padding-bottom: 0 !important
  }

  .u-pb10-xl {
    padding-bottom: 10px !important
  }

  .u-pb15-xl {
    padding-bottom: 15px !important
  }

  .u-pb20-xl {
    padding-bottom: 20px !important
  }

  .u-pb25-xl {
    padding-bottom: 25px !important
  }

  .u-pb30-xl {
    padding-bottom: 30px !important
  }

  .u-pb35-xl {
    padding-bottom: 35px !important
  }

  .u-pb40-xl {
    padding-bottom: 40px !important
  }

  .u-pb50-xl {
    padding-bottom: 50px !important
  }

  .u-pb80-xl {
    padding-bottom: 80px !important
  }

  .u-pb100-xl {
    padding-bottom: 100px !important
  }

  .u-pb150-xl {
    padding-bottom: 150px !important
  }

  .u-pr0-xl {
    padding-right: 0 !important
  }

  .u-pr10-xl {
    padding-right: 10px !important
  }

  .u-pr15-xl {
    padding-right: 15px !important
  }

  .u-pr20-xl {
    padding-right: 20px !important
  }

  .u-pr25-xl {
    padding-right: 25px !important
  }

  .u-pr30-xl {
    padding-right: 30px !important
  }

  .u-pr35-xl {
    padding-right: 35px !important
  }

  .u-pr40-xl {
    padding-right: 40px !important
  }

  .u-pr60-xl {
    padding-right: 60px !important
  }

  .u-pl0-xl {
    padding-left: 0 !important
  }

  .u-pl10-xl {
    padding-left: 10px !important
  }

  .u-pl15-xl {
    padding-left: 15px !important
  }

  .u-pl20-xl {
    padding-left: 20px !important
  }

  .u-pl25-xl {
    padding-left: 25px !important
  }

  .u-pl30-xl {
    padding-left: 30px !important
  }

  .u-pl35-xl {
    padding-left: 35px !important
  }

  .u-pl40-xl {
    padding-left: 40px !important
  }

  .u-pl60-xl {
    padding-left: 60px !important
  }
}

.u-d-n,
.u-d-n-xs {
  display: none !important
}

.u-d-i,
.u-d-i-xs {
  display: inline !important
}

.u-d-b,
.u-d-b-xs {
  display: block !important
}

.u-d-ib,
.u-d-ib-xs {
  display: inline-block !important
}

@media (min-width: 576px) {
  .u-d-n-sm {
    display: none !important
  }

  .u-d-i-sm {
    display: inline !important
  }

  .u-d-b-sm {
    display: block !important
  }

  .u-d-ib-sm {
    display: inline-block !important
  }
}

@media (min-width: 768px) {
  .u-d-n-md {
    display: none !important
  }

  .u-d-i-md {
    display: inline !important
  }

  .u-d-b-md {
    display: block !important
  }

  .u-d-ib-md {
    display: inline-block !important
  }
}

@media (min-width: 992px) {
  .u-d-n-lg {
    display: none !important
  }

  .u-d-i-lg {
    display: inline !important
  }

  .u-d-b-lg {
    display: block !important
  }

  .u-d-ib-lg {
    display: inline-block !important
  }
}

@media (min-width: 1200px) {
  .u-d-n-xl {
    display: none !important
  }

  .u-d-i-xl {
    display: inline !important
  }

  .u-d-b-xl {
    display: block !important
  }

  .u-d-ib-xl {
    display: inline-block !important
  }
}

.u-d-f,
.u-d-f-xs {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important
}

.u-fd-r {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important
}

.u-fd-rr {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.u-fd-c {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important
}

.u-fd-cr {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

.u-fw-w {
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.u-fw-nw {
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}

.u-fw-r {
  -webkit-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}

.u-jc-fs {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important
}

.u-jc-fe {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important
}

.u-jc-c {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important
}

.u-jc-sb {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important
}

.u-jc-sa {
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important
}

.u-ai-fs {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important
}

.u-ai-fe {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important
}

.u-ai-c {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important
}

.u-ai-s {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  align-items: stretch !important
}

.u-ai-fs {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important
}

@media (min-width: 576px) {
  .u-d-f-sm {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important
  }

  .u-fd-r-sm {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important
  }

  .u-fd-rr-sm {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .u-fw-w-sm {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .u-fw-nw-sm {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
}

@media (min-width: 768px) {
  .u-d-f-md {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important
  }

  .u-fd-r-md {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important
  }

  .u-fd-rr-md {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .u-fw-w-md {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .u-fw-nw-md {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .u-jc-fs-md {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important
  }

  .u-jc-fe-md {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important
  }

  .u-jc-c-md {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
  }

  .u-jc-sb-md {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important
  }

  .u-jc-sa-md {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important
  }

  .u-ai-fs-md {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
  }

  .u-ai-fe-md {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important
  }

  .u-ai-c-md {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important
  }

  .u-ai-s-md {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important
  }

  .u-ai-fs-md {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
  }

  .u-fd-c-md {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important
  }
}

@media (min-width: 992px) {
  .u-d-f-lg {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important
  }

  .u-fd-r-lg {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important
  }

  .u-fd-rr-lg {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .u-fw-w-lg {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .u-fw-nw-lg {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .u-jc-fs-lg {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important
  }

  .u-jc-fe-lg {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important
  }

  .u-jc-c-lg {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
  }

  .u-jc-sb-lg {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important
  }

  .u-jc-sa-lg {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important
  }

  .u-ai-fs-lg {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
  }

  .u-ai-fe-lg {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important
  }

  .u-ai-c-lg {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important
  }

  .u-ai-s-lg {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important
  }

  .u-ai-fs-lg {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
  }
}

@media (min-width: 1200px) {
  .u-d-f-xl {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important
  }

  .u-fw-w-xl {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .u-fw-nw-xl {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .u-jc-fs-xl {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important
  }

  .u-jc-fe-xl {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important
  }

  .u-jc-c-xl {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
  }

  .u-jc-sb-xl {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important
  }

  .u-jc-sa-xl {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important
  }

  .u-ai-fs-xl {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
  }

  .u-ai-fe-xl {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important
  }

  .u-ai-c-xl {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important
  }

  .u-ai-s-xl {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important
  }

  .u-ai-fs-xl {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
  }
}

.italic {
  font-style: italic !important
}

.u-fw-n,
.fw-n {
  font-weight: normal !important
}

.u-fw-500 {
  font-weight: 500 !important
}

.u-fw-400 {
  font-weight: 400 !important
}

.u-fw-600 {
  font-weight: 600 !important
}

.u-fw-b,
.bold,
.b {
  font-weight: 700 !important
}

@media (min-width: 768px) {

  .u-fw-n-md,
  .fw-n-md {
    font-weight: 500 !important
  }

  .u-fw-b-md,
  .bold-md,
  .b-md {
    font-weight: 700 !important
  }
}

@media (min-width: 992px) {

  .u-fw-n-lg,
  .fw-n-lg {
    font-weight: 500 !important
  }

  .u-fw-b-lg,
  .bold-lg,
  .b-lg {
    font-weight: 700 !important
  }
}

@media (min-width: 992px) {

  .u-fw-n-xl,
  .fw-n-xl {
    font-weight: 500 !important
  }

  .u-fw-b-xl,
  .bold-xl,
  .b-xl {
    font-weight: 700 !important
  }
}

.u-fs9 {
  font-size: 9px !important
}

.u-fs10 {
  font-size: 10px !important
}

.u-fs11 {
  font-size: 11px !important
}

.u-fs12 {
  font-size: 12px !important
}

.u-fs13 {
  font-size: 13px !important
}

.u-fs14 {
  font-size: 14px !important
}

.u-fs15 {
  font-size: 15px !important
}

.u-fs16 {
  font-size: 16px !important
}

.u-fs17 {
  font-size: 17px !important
}

.u-fs18 {
  font-size: 18px !important
}

.u-fs19 {
  font-size: 19px !important
}

.u-fs20 {
  font-size: 20px !important
}

.u-fs21 {
  font-size: 21px !important
}

.u-fs22 {
  font-size: 22px !important
}

.u-fs23 {
  font-size: 23px !important
}

.u-fs24 {
  font-size: 24px !important
}

.u-fs26 {
  font-size: 26px !important
}

.u-fs27 {
  font-size: 27px !important
}

.u-fs28 {
  font-size: 28px !important
}

.u-fs30 {
  font-size: 30px !important
}

.u-fs32 {
  font-size: 32px !important
}

.u-fs34 {
  font-size: 34px !important
}

.u-fs36 {
  font-size: 36px !important
}

.u-fs40 {
  font-size: 40px !important
}

.u-fs44 {
  font-size: 44px !important
}

.u-fs50 {
  font-size: 50% !important
}

.u-fs60 {
  font-size: 60% !important
}

.u-fs70 {
  font-size: 70% !important
}

.u-fs80 {
  font-size: 80% !important
}

.u-fs90 {
  font-size: 90% !important
}

.u-fs100 {
  font-size: 100% !important
}

.u-fs110 {
  font-size: 110% !important
}

.u-fs120 {
  font-size: 120% !important
}

.u-fs130 {
  font-size: 130% !important
}

.u-fs140 {
  font-size: 140% !important
}

.u-fs150 {
  font-size: 150% !important
}

.u-fs160 {
  font-size: 160% !important
}

@media (min-width: 370px) {
  .u-fs10-xxs {
    font-size: 10px !important
  }

  .u-fs12-xxs {
    font-size: 12px !important
  }

  .u-fs13-xxs {
    font-size: 13px !important
  }

  .u-fs14-xxs {
    font-size: 14px !important
  }

  .u-fs16-xxs {
    font-size: 16px !important
  }

  .u-fs18-xxs {
    font-size: 18px !important
  }

  .u-fs20-xxs {
    font-size: 20px !important
  }

  .u-fs21-xxs {
    font-size: 21px !important
  }

  .u-fs22-xxs {
    font-size: 22px !important
  }

  .u-fs24-xxs {
    font-size: 24px !important
  }

  .u-fs26-xxs {
    font-size: 26px !important
  }

  .u-fs28-xxs {
    font-size: 28px !important
  }

  .u-fs30-xxs {
    font-size: 30px !important
  }
}

@media (min-width: 576px) {
  .u-fs12-sm {
    font-size: 12px !important
  }

  .u-fs16-sm {
    font-size: 16px !important
  }
}

@media (min-width: 768px) {
  .u-fs12-md {
    font-size: 12px !important
  }

  .u-fs14-md {
    font-size: 14px !important
  }

  .u-fs16-md {
    font-size: 16px !important
  }

  .u-fs17-md {
    font-size: 17px !important
  }

  .u-fs18-md {
    font-size: 18px !important
  }

  .u-fs20-md {
    font-size: 20px !important
  }

  .u-fs22-md {
    font-size: 22px !important
  }

  .u-fs24-md {
    font-size: 24px !important
  }

  .u-fs26-md {
    font-size: 26px !important
  }

  .u-fs28-md {
    font-size: 28px !important
  }

  .u-fs30-md {
    font-size: 30px !important
  }

  .u-fs32-md {
    font-size: 32px !important
  }

  .u-fs34-md {
    font-size: 34px !important
  }

  .u-fs36-md {
    font-size: 36px !important
  }

  .u-fs39-md {
    font-size: 39px !important
  }

  .u-fs40-md {
    font-size: 40px !important
  }

  .u-fs42-md {
    font-size: 42px !important
  }

  .u-fs50-md {
    font-size: 50px !important
  }

  .u-fs70-md {
    font-size: 70px !important
  }

  .u-fs80-md {
    font-size: 80% !important
  }

  .u-fs100-md {
    font-size: 100% !important
  }

  .u-fs110-md {
    font-size: 110% !important
  }

  .u-fs120-md {
    font-size: 120% !important
  }

  .u-fs130-md {
    font-size: 130% !important
  }

  .u-fs140-md {
    font-size: 140% !important
  }

  .u-fs150-md {
    font-size: 150% !important
  }

  .u-fs160-md {
    font-size: 160% !important
  }
}

@media (min-width: 992px) {
  .u-fs12-lg {
    font-size: 12px !important
  }

  .u-fs13-lg {
    font-size: 13px !important
  }

  .u-fs14-lg {
    font-size: 14px !important
  }

  .u-fs16-lg {
    font-size: 16px !important
  }

  .u-fs18-lg {
    font-size: 18px !important
  }

  .u-fs20-lg {
    font-size: 20px !important
  }

  .u-fs23-lg {
    font-size: 23px !important
  }

  .u-fs30-lg {
    font-size: 30px !important
  }

  .u-fs34-lg {
    font-size: 34px !important
  }

  .u-fs40-lg {
    font-size: 40px !important
  }

  .u-fs110-lg {
    font-size: 110% !important
  }

  .u-fs120-lg {
    font-size: 120% !important
  }

  .u-fs130-lg {
    font-size: 130% !important
  }

  .u-fs140-lg {
    font-size: 140% !important
  }

  .u-fs150-lg {
    font-size: 150% !important
  }

  .u-fs160-lg {
    font-size: 160% !important
  }
}

@media (min-width: 1200px) {
  .u-fs14-xl {
    font-size: 14px !important
  }

  .u-fs16-xl {
    font-size: 16px !important
  }

  .u-fs18-xl {
    font-size: 18px !important
  }

  .u-fs20-xl {
    font-size: 20px !important
  }

  .u-fs26-xl {
    font-size: 26px !important
  }

  .u-fs30-xl {
    font-size: 30px !important
  }

  .u-fs36-xl {
    font-size: 36px !important
  }

  .u-fs40-xl {
    font-size: 40px !important
  }

  .u-fs42-xl {
    font-size: 42px !important
  }

  .u-fs110-xl {
    font-size: 110% !important
  }

  .u-fs120-xl {
    font-size: 120% !important
  }

  .u-fs130-xl {
    font-size: 130% !important
  }

  .u-fs140-xl {
    font-size: 140% !important
  }

  .u-fs150-xl {
    font-size: 150% !important
  }

  .u-fs160-xl {
    font-size: 160% !important
  }
}

.mincho {
  font-family: "游明朝", YuMincho, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.ie11 .mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

@media (min-width: 768px) {

  .u-mincho-md,
  .u-mincho-md a,
  .mincho-md,
  .mincho-md a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
  }
}

@media (min-width: 992px) {

  .u-mincho-lg,
  .u-mincho-lg a,
  .mincho-lg,
  .mincho-lg a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
  }
}

@media (min-width: 768px) {
  .windows .mincho {
    -webkit-transform: rotate(0.03deg);
    transform: rotate(0.03deg);
    font-weight: 700
  }
}

.serif {
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif
}

.ie11 .serif {
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif
}

.sans-serif {
  font-family: "Helvetica", "Arial", Sans-Serif
}

.gothic {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif
}

.ie11 .gothic {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif
}

.grotesk {
  font-family: "Futura", "Century Gothic", Sans-Serif
}

@font-face {
  src: url(".././img/fonts/NotoSerifJP-Regular.woff2") format("woff2");
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap
}

@font-face {
  src: url(".././img/fonts/NotoSerifJP-Bold.woff2") format("woff2");
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap
}

.noto-serif {
  font-family: "Noto Serif JP", serif
}

.u-br-0 {
  border-radius: 0px !important
}

.u-br-1 {
  border-radius: 1px !important
}

.u-br-3 {
  border-radius: 3px !important
}

.u-br-5 {
  border-radius: 5px !important
}

.u-br-6 {
  border-radius: 6px !important
}

.u-br-10 {
  border-radius: 10px !important
}

.u-br-15 {
  border-radius: 15px !important
}

.u-br-20 {
  border-radius: 20px !important
}

.u-br-50 {
  border-radius: 50px !important
}

.u-br-50per {
  border-radius: 50% !important
}

@media (min-width: 576px) {
  .u-br-0-sm {
    border-radius: 0px !important
  }

  .u-br-1-sm {
    border-radius: 1px !important
  }

  .u-br-3-sm {
    border-radius: 3px !important
  }

  .u-br-5-sm {
    border-radius: 5px !important
  }

  .u-br-6-sm {
    border-radius: 6px !important
  }

  .u-br-10-sm {
    border-radius: 10px !important
  }

  .u-br-15-sm {
    border-radius: 15px !important
  }

  .u-br-20-sm {
    border-radius: 20px !important
  }

  .u-br-50-sm {
    border-radius: 50px !important
  }

  .u-br-50per-sm {
    border-radius: 50% !important
  }
}

@media (min-width: 768px) {
  .u-br-0-md {
    border-radius: 0px !important
  }

  .u-br-1-md {
    border-radius: 1px !important
  }

  .u-br-3-md {
    border-radius: 3px !important
  }

  .u-br-5-md {
    border-radius: 5px !important
  }

  .u-br-6-md {
    border-radius: 6px !important
  }

  .u-br-10-md {
    border-radius: 10px !important
  }

  .u-br-15-md {
    border-radius: 15px !important
  }

  .u-br-20-md {
    border-radius: 20px !important
  }

  .u-br-50-md {
    border-radius: 50px !important
  }

  .u-br-50per-md {
    border-radius: 50% !important
  }
}

@media (min-width: 992px) {
  .u-br-0-lg {
    border-radius: 0px !important
  }

  .u-br-1-lg {
    border-radius: 1px !important
  }

  .u-br-3-lg {
    border-radius: 3px !important
  }

  .u-br-5-lg {
    border-radius: 5px !important
  }

  .u-br-6-lg {
    border-radius: 6px !important
  }

  .u-br-10-lg {
    border-radius: 10px !important
  }

  .u-br-15-lg {
    border-radius: 15px !important
  }

  .u-br-20-lg {
    border-radius: 20px !important
  }

  .u-br-50-lg {
    border-radius: 50px !important
  }

  .u-br-50per-lg {
    border-radius: 50% !important
  }
}

.u-brdr-bottom-5px {
  border-bottom: 5px #333 solid
}

.u-hl-r,
.u-hl-b,
.u-hl-g {
  padding: 2px 4px;
  border-radius: 4px
}

.u-hl-r {
  color: #c7254e;
  background-color: #f9f2f4
}

.u-hl-b {
  color: #08f;
  background-color: #e8f4ff
}

.u-hl-g {
  color: #4caf50;
  background-color: #efffef
}

.u-marker,
.marker {
  background: -webkit-linear-gradient(transparent 50%, rgba(255, 245, 0, 0.5) 50%);
  background: linear-gradient(transparent 50%, rgba(255, 245, 0, 0.5) 50%)
}

.u-marker-red,
.marker-red,
.u-marker-r,
.marker-r {
  background: -webkit-linear-gradient(transparent 50%, #c7254e 50%);
  background: linear-gradient(transparent 50%, #c7254e 50%)
}

.u-marker-yellow,
.marker-yellow {
  background: -webkit-linear-gradient(transparent 50%, #FFF960 50%);
  background: linear-gradient(transparent 50%, #FFF960 50%)
}

.u-marker-blue,
.marker-blue {
  background: -webkit-linear-gradient(transparent 50%, #c9e4ff 50%);
  background: linear-gradient(transparent 50%, #c9e4ff 50%)
}

.u-bg-grd-w-top {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.7) 60%, white 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.7) 60%, white 100%)
}

.u-bothends-line-b {
  display: inline-block;
  position: relative;
  padding: 0 20px
}

.u-tsh-brdr-w {
  text-shadow: #fff 0px 1px 0px, #fff 1px 0px 0px, #fff 1px 1px 0px, #fff 0px -1px 0px, #fff -1px 0px 0px, #fff -1px -1px 0px, #fff 1px -1px 0px, #fff -1px 1px 0px
}

.u-tsh-brdr-w-b {
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px
}

.u-tsh-brdr-w-sh-3 {
  text-shadow: #fff 0px 1px 0px, #fff 1px 0px 0px, #fff 1px 1px 0px, #fff 0px -1px 0px, #fff -1px 0px 0px, #fff -1px -1px 0px, #fff 1px -1px 0px, #fff -1px 1px 0px, 0px 2px 3px rgba(0, 0, 0, 0.3)
}

.u-tsh-brdr-w-sh-6 {
  text-shadow: #fff 0px 1px 0px, #fff 1px 0px 0px, #fff 1px 1px 0px, #fff 0px -1px 0px, #fff -1px 0px 0px, #fff -1px -1px 0px, #fff 1px -1px 0px, #fff -1px 1px 0px, 0px 2px 3px rgba(0, 0, 0, 0.6)
}

.u-tsh-brdr-b {
  text-shadow: #000 0px 1px 0px, #000 1px 0px 0px, #000 1px 1px 0px, #000 0px -1px 0px, #000 -1px 0px 0px, #000 -1px -1px 0px, #000 1px -1px 0px, #000 -1px 1px 0px
}

.u-tsh-brdr-b-b {
  text-shadow: #000 2px 0px, #000 -2px 0px, #000 0px -2px, #000 0px 2px, #000 2px 2px, #000 -2px 2px, #000 2px -2px, #000 -2px -2px, #000 1px 2px, #000 -1px 2px, #000 1px -2px, #000 -1px -2px, #000 2px 1px, #000 -2px 1px, #000 2px -1px, #000 -2px -1px
}

.u-tsh-wg {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4)
}

.u-bsh {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

.u-antique {
  display: block;
  margin: 0px 20px;
  padding: 20px 0;
  border: 1px solid #888;
  border-width: 1px 0;
  position: relative;
  background: #fff
}

.u-antique-inner {
  position: relative;
  padding: 0px 0px;
  margin: 0 -20px;
  background: #fff;
  border: 1px solid #888;
  border-width: 0 1px
}

.u-antique::before,
.u-antique::after,
.u-antique-inner::before,
.u-antique-inner::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  border: 20px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 1px #888
}

.u-antique::before {
  top: -40px;
  left: -60px;
  clip: rect(40px, auto, auto, 40px);
  -webkit-clip-path: rectangle(50%, 50%, 100%, 100%, 0, 0)
}

.u-antique::after {
  top: -40px;
  right: -59px;
  clip: rect(40px, 40px, auto, auto);
  -webkit-clip-path: rectangle(0, 50%, 50%, 100%, 0, 0)
}

.u-antique-inner::before {
  bottom: -60px;
  left: -40px;
  clip: rect(auto, auto, 40px, 40px);
  -webkit-clip-path: rectangle(50%, 0, 100%, 50%, 0, 0)
}

.u-antique-inner::after {
  bottom: -60px;
  right: -40px;
  clip: rect(auto, 40px, 40px, auto);
  -webkit-clip-path: rectangle(0, 0, 50%, 50%, 0, 0)
}

@media (min-width: 768px) {
  .u-antique {
    margin: 0 5px
  }
}

.u-crossline {
  margin: 2em 0;
  position: relative;
  padding: 0px 12px;
  border-top: solid 2px #e8c1a6;
  border-bottom: solid 2px #e8c1a6
}

.u-crossline:before,
.u-crossline:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: calc(100% + 20px);
  background-color: #e8c1a6
}

.u-crossline:before {
  left: 10px
}

.u-crossline:after {
  right: 10px
}

.u-crossline p {
  margin: 0;
  padding: 0
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: .1s;
  --animate-repeat: 1
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3)
}

@media (min-width: 768px) {
  .animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
  }

  .animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay)*2);
    animation-delay: calc(var(--animate-delay)*2)
  }

  .animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay)*3);
    animation-delay: calc(var(--animate-delay)*3)
  }

  .animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay)*4);
    animation-delay: calc(var(--animate-delay)*4)
  }

  .animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay)*5);
    animation-delay: calc(var(--animate-delay)*5)
  }
}

.animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8)
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3)
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05)
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02)
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05)
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02)
  }
}

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  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
  }
}

.animate__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)
  }
}

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

@-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)
  }
}

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

@-webkit-keyframes shakeX {

  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 shakeX {

  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)
  }
}

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX
}

@-webkit-keyframes shakeY {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
}

@keyframes shakeY {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
}

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY
}

@-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)
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: 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)
  }
}

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

@-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)
  }
}

.animate__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)
  }
}

.animate__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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg)
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg)
  }
}

@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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg)
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg)
  }
}

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

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7
  }
}

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7
  }
}

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7
  }
}

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7
  }
}

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp
}

@-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% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(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% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  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% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985)
  }

  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% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__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% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995)
  }

  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% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__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% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995)
  }

  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% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__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% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985)
  }

  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% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
}

.animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3)
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2)
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2)
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2)
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2)
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3)
  }
}

.animate__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
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

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

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }
}

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }
}

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }
}

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }
}

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }
}

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }
}

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }
}

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }
}

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

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

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

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

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
}

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

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

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

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

  50% {
    opacity: 1
  }
}

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

  50% {
    opacity: 1
  }
}

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

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  to {
    opacity: 0
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0)
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0)
  }
}

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0)
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0)
  }
}

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

@-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)
  }
}

.animate__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)
  }
}

.animate__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)
  }
}

.animate__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)
  }
}

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

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

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

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

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

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

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

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

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

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

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

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

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

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

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

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

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

body {
  overflow-x: hidden
}

.oc0 {
  opacity: 0
}

.oc1 {
  opacity: 1
}

.shiny_btn01 {
  position: relative;
  overflow: hidden;
  margin: 0 auto
}

.shiny_btn01::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: shiny_btn01 3s ease-in-out infinite;
  animation: shiny_btn01 3s ease-in-out infinite
}

@-webkit-keyframes shiny_btn01 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0
  }
}

.bound_btn01 {
  -webkit-animation: poyon 1.2s infinite;
  animation: poyon 1.2s infinite
}

@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%)
  }

  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
    transform: scale(0.9, 0.9) translate(0%, 5%)
  }

  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
    transform: scale(1.3, 0.8) translate(0%, 10%)
  }

  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
    transform: scale(0.8, 1.3) translate(0%, -10%)
  }

  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%)
  }

  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%)
  }
}

@keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%)
  }

  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
    transform: scale(0.9, 0.9) translate(0%, 5%)
  }

  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
    transform: scale(1.3, 0.8) translate(0%, 10%)
  }

  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
    transform: scale(0.8, 1.3) translate(0%, -10%)
  }

  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%)
  }

  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%)
  }
}

.shiny_btn02 {
  position: relative;
  overflow: hidden
}

.shiny_btn02:before,
.shiny_btn02:after {
  content: "";
  width: 100%;
  display: block;
  height: 4em;
  position: absolute;
  top: 0;
  z-index: 0;
  background-color: #0f3e9b
}

.shiny_btn02:before {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  left: 0
}

.shiny_btn02:after {
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  left: -102%;
  -webkit-animation: shiny_btn02 4s infinite cubic-bezier(0.5, 1, 0.89, 1);
  animation: shiny_btn02 4s infinite cubic-bezier(0.5, 1, 0.89, 1)
}

.shiny_btn02:hover:before {
  opacity: 1
}

.shiny_btn02 img,
.shiny_btn02 span {
  z-index: 1
}

@-webkit-keyframes shiny_btn02 {
  0% {
    left: -102%
  }

  2% {
    left: -95%
  }

  25% {
    left: 87%
  }

  98% {
    left: 87%
  }

  to {
    left: 102%
  }
}

.bound_btn01 {
  -webkit-animation: poyon 2.5s infinite;
  animation: poyon 2.5s infinite;
  margin: 0 auto
}

@keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%)
  }

  10% {
    -webkit-transform: scale(0.95, 0.95) translate(0%, 2.5%);
    transform: scale(0.95, 0.95) translate(0%, 2.5%)
  }

  20% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 7.5%);
    transform: scale(1.1, 0.9) translate(0%, 7.5%)
  }

  35% {
    -webkit-transform: scale(0.9, 1.05) translate(0%, -2.5%);
    transform: scale(0.9, 1.05) translate(0%, -2.5%)
  }

  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%)
  }

  60% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%)
  }

  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%)
  }
}

.o-txt-brdr {
  text-shadow: #333 0px 1px 0px, #333 1px 0px 0px, #333 1px 1px 0px, #333 0px -1px 0px, #333 -1px 0px 0px, #333 -1px -1px 0px, #333 1px -1px 0px, #333 -1px 1px 0px
}

.o-txt-brdr-sh {
  text-shadow: #fff 0px 1px 0px, #fff 1px 0px 0px, #fff 1px 1px 0px, #fff 0px -1px 0px, #fff -1px 0px 0px, #fff -1px -1px 0px, #fff 1px -1px 0px, #fff -1px 1px 0px, 0px 2px 10px rgba(255, 255, 255, 0.8)
}

.o-base-tsh {
  text-shadow: 0 2px 6px 0, 0, 0, 0.2
}

.o-c-g,
.o-c-green {
  color: #03ca8e
}

.o-c-o {
  color: #FF7166
}

.o-c-r,
.o-c-red {
  color: #ed1c24
}

.o-c-p {
  color: #FF7166
}

.o-c-y,
.o-c-yellow {
  color: #FFE604
}

.o-c-brown {
  color: #5f0e02
}

.o-c-blue {
  color: #31A8B9
}

.o-c-primary {
  color: #000
}

.o-c-green {
  color: #3F933E
}

.o-c-w {
  color: #fff
}

.o-c-black {
  color: #000
}

.o-c-black01 {
  color: #222
}

.o-bg-white {
  background-color: #fff !important
}

.o-bg-gray {
  background-color: #666 !important
}

.o-c-gray {
  color: #848484
}

.o-emphasis-black,
.o-emphasis-white,
.o-emphasis-orange {
  padding: 0.3em 0;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
  background-position: top left
}

.o-emphasis-black {
  background-image: -webkit-radial-gradient(0.1em 0.1em at center center, #222, #222 95%, transparent);
  background-image: radial-gradient(0.1em 0.1em at center center, #222, #222 95%, transparent)
}

.o-emphasis-white {
  background-image: -webkit-radial-gradient(0.1em 0.1em at center center, #fff, #fff 95%, transparent);
  background-image: radial-gradient(0.1em 0.1em at center center, #fff, #fff 95%, transparent)
}

.o-emphasis-orange {
  background-image: -webkit-radial-gradient(0.1em 0.1em at center center, #ffbe1f, #ffbe1f 95%, transparent);
  background-image: radial-gradient(0.1em 0.1em at center center, #ffbe1f, #ffbe1f 95%, transparent)
}

.hover-iconchange-button .h-icon-hover {
  display: none
}

.hover-iconchange-button:hover .h-icon {
  display: none
}

.hover-iconchange-button:hover .h-icon-hover {
  display: block
}

.l-header-button .mail-icon-hover {
  display: none
}

.l-header-button:hover .mail-icon {
  display: none
}

.l-header-button:hover .mail-icon-hover {
  display: block
}

.l-header-button .mail-icon,
.l-header-button .mail-icon-hover {
  margin-right: 5px
}

body {
  background: url(../img/common/bg.jpg);
  background-size: cover;
  background-repeat: repeat-y
}

.content {
  scrollbar-width: none
}

body::-webkit-scrollbar {
  display: none
}

.o-header-container {
  max-width: 1600px;
  width: 100%
}

.o-header .l-header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.o-header-txt {
  margin-bottom: 10px;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  text-align: center
}

@media (min-width: 992px) {
  .o-header .l-header-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
  }

  .o-header-txt {
    margin-bottom: 7px;
    text-align: left
  }
}

@media (min-width: 1200px) {
  .o-header.follow-header .l-header-contact {
    margin-right: 70px
  }
}

.follow-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px;
  background-color: #ffffff
}

@media (min-width: 1200px) {
  .follow-header {
    padding: 15px 30px
  }
}

.follow-header .l-header-logo-block {
  display: none
}

@media (min-width: 992px) {
  .follow-header .l-header-logo-block {
    display: block
  }
}

.follow-header h1 {
  display: none
}

@media (min-width: 992px) {
  .follow-header h1 {
    display: block
  }
}

@media (max-width: 767px) {
  .follow-header {
    top: auto;
    bottom: 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.25)
  }
}

.drawerMenu_wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 1000;
  pointer-events: none
}

.nav-btn {
  pointer-events: auto;
  position: fixed;
  right: 10px;
  bottom: 110px;
  z-index: 10
}

@media (min-width: 1200px) {
  .nav-btn {
    right: 1vw;
    top: 15px;
    bottom: unset
  }
}

a#menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  color: #fff;
  background: #333;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0;
  font-size: 14px;
  padding-top: 0px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px
}

a#menu:hover {
  text-decoration: none;
  opacity: .7
}

.wrapper_blur a#menu {
  background: #ffffff;
  color: #196c45;
  border: 1px solid #196c45
}

nav.drawerMenu_nav {
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.drawerMenu_nav_bg {
  width: 60%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5)
}

.drawerMenu_nav_ul {
  width: 40%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ffffff;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.2)
}

nav.drawerMenu_nav_open .drawerMenu_nav_ul {
  pointer-events: auto
}

.drawerMenu_nav_ul ul {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

.drawerMenu_nav_ul ul li {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin-top: 4rem
}

.drawerMenu_nav_ul ul li a {
  font-size: 26px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #474747;
  font-weight: bold
}

.drawerMenu_nav_ul ul li a span {
  font-size: 14px;
  position: relative
}

@media (min-width: 768px) {
  .drawerMenu_nav_ul ul li a {
    font-size: 2.33vw
  }
}

@media (min-width: 1200px) {
  .drawerMenu_nav_ul ul li a {
    font-size: 30px
  }
}

.drawerMenu_nav_ul ul li a.page-link-contact {
  color: #DB0000
}

.drawerMenu_nav_ul ul li a:hover {
  color: #31A8B9;
  text-decoration: none
}

span.menu-item-description {
  display: block;
  color: #848484;
  font-size: 17px;
  line-height: 1;
  font-family: 'Barlow Condensed', serif;
  letter-spacing: 1px
}

nav.drawerMenu_nav_open {
  opacity: 1
}

.drawerMenu_nav_footer {
  width: 100%
}

.drawerMenu_nav_footer p#copyright {
  background: transparent;
  color: #000;
  text-align: center
}

html.wrapper_blur .mv,
html.wrapper_blur #wrapper,
html.wrapper_blur #mainNav {
  -webkit-filter: saturate(0.1) blur(3px);
  filter: saturate(0.1) blur(3px)
}

.mv,
#wrapper,
#mainNav {
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media (max-width: 767px) {
  .drawerMenu_nav_bg {
    width: 0%
  }

  .drawerMenu_nav_ul {
    width: 100%
  }

  .head-con-btn {
    display: none
  }

  .nav-btn {
    bottom: auto;
    top: 25px
  }
}

@media (max-width: 641px) {
  .drawerMenu_nav_ul ul li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-top: 2rem
  }

  .drawerMenu_nav_ul ul li a {
    font-size: 20px
  }

  .drawerMenu_nav_ul ul li a span {
    font-size: 12px
  }

  span.menu-item-description {
    font-size: 12px
  }

  a#menu {
    width: 56px;
    height: 56px
  }
}

#rest_campaign_target {
  display: none;
  background: #F5F5F5;
  color: #333;
  text-align: center
}

#rest_cd_timer {
  display: none
}

#rest_banner {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  border: 1px solid #fff;
  z-index: 999
}

#rest_banner a.banner-pc,
#rest_banner a.banner-pc:visited {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 250px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

#rest_banner a.banner-pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

#rest_banner a.banner-sp {
  display: none
}

@media (min-width: 768px) {
  #rest_banner a.banner-sp {
    display: none !important
  }
}

@media (max-width: 767px) {

  #rest_banner a.banner-pc,
  #rest_banner a.banner-pc:visited {
    display: none
  }

  #rest_banner a.banner-sp {
    display: block;
    position: fixed;
    bottom: 70px;
    left: 0;
    color: #fff;
    background: #DB0000;
    padding: 10px 15px;
    width: 100%;
    text-align: center
  }
}

#rest_sub_heading {
  margin-bottom: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.2px
}

@media (max-width: 767px) {
  #rest_sub_heading {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0.8px
  }
}

#rest_main_heading {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.8px
}

@media (max-width: 767px) {
  #rest_main_heading {
    font-size: 24px;
    letter-spacing: 1.2px
  }
}

#rest_show_image {
  margin-top: 20px
}

@media (max-width: 767px) {
  #rest_show_image {
    margin-top: 15px
  }
}

#rest_show_image img {
  width: 100%;
  max-width: 680px;
  -o-object-fit: cover;
  object-fit: cover
}

#rest_show_text {
  margin-top: 20px
}

@media (max-width: 767px) {
  #rest_show_text {
    margin-top: 15px
  }
}

#rest_show_text #rest_text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.2px
}

@media (max-width: 767px) {
  #rest_show_text #rest_text {
    font-size: 14px;
    letter-spacing: 0.8px
  }
}

#rest_youtube {
  margin-top: 20px;
  width: 100%;
  max-width: 680px;
  aspect-ratio: 16 / 9;
  margin-inline: auto
}

@media (max-width: 767px) {
  #rest_youtube {
    margin-top: 15px
  }
}

#rest_youtube iframe {
  width: 100%;
  height: 100%
}

#rest_cd_timer {
  margin-top: 20px
}

@media (max-width: 767px) {
  #rest_cd_timer {
    margin-top: 15px
  }
}

#rest_cd_timer h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.9px
}

@media (max-width: 767px) {
  #rest_cd_timer h3 {
    font-size: 14px;
    letter-spacing: 0.7px
  }
}

#rest_cd_timer .timer_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 18px
}

@media (max-width: 767px) {
  #rest_cd_timer .timer_box {
    gap: 10px
  }
}

#rest_cd_timer .timer_box .days,
#rest_cd_timer .timer_box .hours,
#rest_cd_timer .timer_box .minutes,
#rest_cd_timer .timer_box .seconds {
  font-size: 40px;
  letter-spacing: 2px;
  padding: 10px 30px;
  border-radius: 10px;
  background: #333;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  line-height: 40px
}

@media (max-width: 767px) {

  #rest_cd_timer .timer_box .days,
  #rest_cd_timer .timer_box .hours,
  #rest_cd_timer .timer_box .minutes,
  #rest_cd_timer .timer_box .seconds {
    font-size: 30px;
    letter-spacing: 1.5px;
    padding: 10px 20px
  }
}

#rest_cd_timer .timer_box .days span,
#rest_cd_timer .timer_box .hours span,
#rest_cd_timer .timer_box .minutes span,
#rest_cd_timer .timer_box .seconds span {
  display: block;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: 0.9px;
  color: #fff;
  text-align: center;
  font-weight: 500
}

@media (max-width: 767px) {

  #rest_cd_timer .timer_box .days span,
  #rest_cd_timer .timer_box .hours span,
  #rest_cd_timer .timer_box .minutes span,
  #rest_cd_timer .timer_box .seconds span {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.5px
  }
}

#rest_campaign_period {
  margin-top: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.9px
}

@media (max-width: 767px) {
  #rest_campaign_period {
    font-size: 14px
  }
}

#rest_campaign_site {
  margin-top: 20px
}

@media (max-width: 767px) {
  #rest_campaign_site {
    margin-top: 10px
  }
}

#rest_campaign_site a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-inline: auto;
  width: 360px;
  height: 70px;
  padding: 10px 15px;
  border: 1px solid;
  color: #fff;
  border-color: #DB0000;
  background: #DB0000;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s
}

@media (max-width: 767px) {
  #rest_campaign_site a {
    width: 90%;
    height: 50px;
    padding: 5px 10px;
    font-size: 18px
  }
}

#rest_campaign_site a:hover {
  text-decoration: none;
  color: #DB0000;
  border-color: #DB0000;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.o-company {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(".././img/company/company-bg-sp.webp")
}

@media (min-width: 768px) {
  .o-company {
    background-image: url(".././img/company/company-bg.webp")
  }
}

.o-company .l-section-header-top {
  color: #fff
}

.o-company .l-section-header-top::after {
  background-image: url(".././img/header/company-header-line.svg");
  max-width: 87.5px
}

@media (min-width: 768px) {
  .o-company .l-section-header-top::after {
    max-width: 105px
  }
}

.o-company .c-table-block {
  background: rgba(255, 255, 255, 0.85);
  padding: 31px 30px 30px;
  max-width: 753px
}

@media (max-width: 767px) {
  .o-company .c-table-block {
    padding: 25px 15px
  }
}

.o-company .c-table tr {
  border-bottom: 0.5px dashed #333;
  padding: 0;
  margin-bottom: 0
}

.o-company .c-table tr:first-of-type .c-table-td,
.o-company .c-table tr:first-of-type .c-table-th {
  padding-top: 10px
}

@media (max-width: 767px) {

  .o-company .c-table tr:first-of-type .c-table-td,
  .o-company .c-table tr:first-of-type .c-table-th {
    padding-top: 0
  }
}

.o-company .c-table tr:last-of-type {
  border-bottom: none
}

.o-company .c-table tr:last-of-type .c-table-td,
.o-company .c-table tr:last-of-type .c-table-th {
  padding-bottom: 10px
}

@media (max-width: 767px) {

  .o-company .c-table tr:last-of-type .c-table-td,
  .o-company .c-table tr:last-of-type .c-table-th {
    padding-bottom: 0
  }
}

.o-company .c-table .c-table-th {
  color: #333;
  font-size: 18px;
  padding: 15.5px 20px;
  font-weight: 700
}

.o-company .c-table .c-table-td {
  color: #333;
  font-size: 18px;
  padding: 15.5px 20px;
  line-height: 27px;
  font-weight: 500
}

.o-company .c-table .c-table-td a {
  color: #42A8E1;
  line-height: 27px
}

.o-company .c-table .c-table-td a:hover {
  opacity: .7
}

@media (max-width: 767px) {
  .o-company .c-table .c-table-th {
    font-size: 14px;
    line-height: 21px;
    padding: 19.5px 0;
    text-align: right;
    width: 60px
  }

  .o-company .c-table .c-table-td {
    line-height: 21px;
    font-size: 14px;
    padding: 19.5px 0 19.5px 15px;
    width: calc(100% - 60px)
  }
}

.break-word {
  word-wrap: break-word
}

.o-contact-des {
  text-align: center;
  margin: 0 auto
}

.o-contact img {
  width: auto
}

.o-contact .l-section-header {
  margin-bottom: 55px
}

@media (min-width: 768px) {
  .o-contact .l-section-header {
    margin-bottom: 70px
  }
}

.o-contact .l-section-header-top::after {
  max-width: 185px;
  background-size: cover
}

@media (min-width: 768px) {
  .o-contact .l-section-header-top::after {
    max-width: 295px;
    background-size: contain
  }
}

#agree_required {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative
}

#agree_required::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 2px;
  border: 1px solid #D6324D;
  background-color: #f0f0f0
}

input[type="checkbox"]:checked#agree_required::after {
  background-color: #D6324D
}

#agree_required::before {
  content: "";
  width: 10px;
  height: 17px;
  position: absolute;
  left: 7px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

input[type="checkbox"]:checked#agree_required::before {
  border: solid white;
  border-width: 0 3px 3px 0
}

.c-form-submit button {
  color: #ffffff;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #BC182C;
  background-color: #BC182C !important
}

.c-form-submit button:hover {
  color: #BC182C;
  background-color: #fff !important
}

.submit-icon img {
  width: 32px
}

.c-btn-lg .plane-icon-hover {
  display: none
}

.c-btn-lg:hover .plane-icon {
  display: none
}

.c-btn-lg:hover .plane-icon-hover {
  display: block
}

.td-postal {
  width: 70% !important
}

@media (min-width: 768px) {
  .c-form-submit button {
    width: 408px;
    height: 76px;
    border: 1px solid #BC182C
  }

  .td-postal {
    width: 50% !important
  }
}

input::radio {
  accent-color: #333
}

.tr-right-span {
  display: block;
  margin: 0
}

@media (min-width: 768px) {
  .tr-right-span {
    margin: 9px 0 14px 52px
  }
}

.c-form-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 9px
}

.c-form-file input {
  display: none
}

.c-form-file-btn {
  background-color: #F3F3F3;
  display: inline-block;
  padding: 5px 12px;
  color: #333;
  font-family: YuGothic;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  border-radius: 2px;
  border: 1px solid #8F8F8F
}

.c-form-file-name {
  color: #333;
  font-family: YuGothic;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px
}

.contact__text {
  line-height: 20px
}

@media (min-width: 768px) {
  .contact__text {
    line-height: 24px
  }
}

.o-cta {
  background-image: url(".././img/cta/cta-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0
}

@media (min-width: 768px) {
  .o-cta {
    padding: 50px 0 46px
  }
}

.o-cta-img1 {
  max-width: 342px
}

@media (min-width: 768px) {
  .o-cta-img1 {
    max-width: 570px
  }
}

.o-cta .l-header-phone a {
  color: #333;
  font-family: "Noto Serif JP", serif !important
}

@media (min-width: 768px) {
  .o-cta .l-header-phone a {
    background: none;
    font-weight: 500;
    font-size: 50px;
    line-height: 65px
  }
}

.o-cta .l-header-phone a img {
  width: 50px
}

.o-cta .l-header-phone p {
  font-weight: 500;
  line-height: 21px
}

.o-cta .l-header-button a {
  background-color: #fff;
  border-radius: 130px;
  width: 377px;
  height: 76px;
  color: #8A0F20
}

.o-cta .l-header-button a:hover {
  background-color: #8A0F20;
  color: #fff;
  border-color: #8A0F20
}

.o-cta .l-header-button a img {
  width: 32px
}

.o-cta .l-header-button {
  max-width: 377px;
  margin: 0 auto
}

.o-cta .desc {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

.o-cta-txt-sub {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

.cta-ttl {
  line-height: 45px
}

.cta-btm {
  line-height: 24px
}

.top-cta {
  padding: 60px 25px
}

.top-cta h3.top-h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1
}

.top-cta p {
  text-align: center
}

.top-cta.t-c-01 {
  background: #e3f5f4
}

.top-cta.t-c-01 .top-cta-fl {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  margin-top: 2em
}

.top-cta.t-c-01 .top-cta-fl div {
  width: 48%;
  max-width: 400px
}

.top-cta.t-c-01 .top-cta-btn .cta_btn_balloon {
  border: 3px solid #000000
}

.top-cta.t-c-01 .cta_btn_balloon {
  display: block;
  position: relative;
  z-index: 2;
  padding: 8px 20px 9px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto -13px;
  background-color: #fff;
  border-radius: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700
}

.top-cta.t-c-01 .cta_btn_balloon .orange {
  color: #FF8E3F
}

.top-cta.t-c-01 .cta_btn_balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 0;
  border-color: #fff transparent transparent transparent
}

.top-cta.t-c-01 .top-cta-btn.b-2 {
  margin-left: 2%
}

.top-cta.t-c-01 .top-cta-btn a {
  position: relative;
  display: block;
  padding: 28px 30px 22px;
  border-radius: 60px;
  color: #000;
  text-align: center;
  box-shadow: 0 2px 6px rgba(125, 55, 4, 0.26);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  font-size: 18px
}

.top-cta.t-c-01 .top-cta-btn.b-1 a {
  background: #ffe100
}

.top-cta.t-c-01 .top-cta-btn.b-1 a:hover {
  background-color: #89b52b;
  color: #fff
}

.top-cta.t-c-01 .top-cta02 a:hover {
  background-color: #22140e
}

.top-cta.t-c-01 .top-cta-btn.b-2 a {
  background: #99cd00;
  color: #fff
}

.top-cta.t-c-01 .top-cta-btn.b-2 .cta_btn_balloon {
  border: 3px solid #3C2C25
}

.top-cta.t-c-01 .top-cta-btn.b-1 a:hover {
  background: #ff9090;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none
}

.top-cta.t-c-01 .top-cta-btn.b-2 a:hover {
  background: #665b5b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none
}

.top-cta.t-c-01 .cta_btn_balloon .orange {
  color: #ff701f
}

@media (max-width: 767px) {
  .top-cta.t-c-01 {
    padding: 40px 15px;
    background: #e3f5f4
  }

  .top-cta.t-c-01 h3.top-h3 {
    font-size: 24px
  }

  .top-cta.t-c-01 .top-cta-fl>div {
    width: 85%;
    margin: 15px auto
  }

  .top-cta.t-c-01 .top-cta-fl .top-cta02 {
    margin: 15px auto
  }

  .top-cta.t-c-01 .top-cta {
    padding: 40px 0 40px
  }

  .top-cta.t-c-01 .top-cta-fl {
    display: block
  }

  .top-cta.t-c-01 .top-cta-btn a {
    font-size: 14px
  }

  .top-cta.t-c-01 .top-cta-btn.b-2 {
    margin-left: auto
  }
}

.top-cta.t-c-02 {
  background: #f7f5e7
}

.top-cta.t-c-02 .top-cta-btn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50px;
  background: #0f0909;
  border: 1px solid #561b15;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  color: #ffffff;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 400px;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  padding: 12px 48px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 18px
}

.top-cta.t-c-02 .top-cta-btn a:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #b33827;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.top-cta.t-c-02 .top-cta-btn a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 2px;
  background-color: #b33827;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.top-cta.t-c-02 .top-cta-btn a:hover {
  background: #fff;
  text-decoration: none;
  color: #0f0909;
  border: 1px solid #b33827
}

.top-cta.t-c-02 .top-cta-btn a:hover:before,
.top-cta.t-c-02 .top-cta-btn a:hover:after {
  right: -2.5em
}

.top-cta.t-c-02 .top-cta-fl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 2em
}

@media (max-width: 767px) {
  .top-cta.t-c-02 {
    padding: 40px 15px
  }

  .top-cta.t-c-02 h3.top-h3 {
    font-size: 24px
  }

  .top-cta.t-c-02 .top-cta-fl {
    display: block
  }

  .top-cta.t-c-02 .top-cta-btn a {
    max-width: 300px;
    font-size: 14px;
    width: 80%
  }

  .top-cta.t-c-02 .top-cta-btn:first-child {
    margin-bottom: 15px
  }

  .top-cta.t-c-02 .top-cta03 a:after {
    right: -1rem;
    width: 40px
  }

  .top-cta.t-c-02 .top-cta03 a:before {
    right: -1em
  }
}

section.top-cta.t-c-03 {
  background: #efefef
}

section.top-cta.t-c-03 .top-cta-fl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 2em
}

section.top-cta.t-c-03 .top-cta-btn.b-2 {
  margin-left: 2%
}

section.top-cta.t-c-03 .top-cta-btn a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border-radius: 0.3rem;
  color: #fff;
  max-width: 400px;
  font-size: 18px
}

section.top-cta.t-c-03 .top-cta-btn a:hover {
  margin-top: 6px
}

section.top-cta.t-c-03 .top-cta-btn.b-1 a {
  border-bottom: 7px solid #0686b2;
  background: #27acd9
}

section.top-cta.t-c-03 .top-cta-btn.b-1 a:hover {
  border-width: 1px
}

section.top-cta.t-c-03 .top-cta-btn.b-2 a {
  border-bottom: 7px solid #c31500;
  background: #ff533e
}

section.top-cta.t-c-03 .top-cta-btn.b-2 a:hover {
  border-width: 1px
}

@media (max-width: 767px) {
  section.top-cta.t-c-03 {
    padding: 40px 15px
  }

  section.top-cta.t-c-03 .top-cta-fl {
    display: block
  }

  section.top-cta.t-c-03 .top-cta-btn a {
    max-width: 300px;
    font-size: 14px;
    width: 80%
  }

  section.top-cta.t-c-03 .top-cta-btn:first-child {
    margin-bottom: 15px
  }

  section.top-cta.t-c-03 .top-cta03 a:after {
    right: -1rem;
    width: 40px
  }

  section.top-cta.t-c-03 .top-cta03 a:before {
    right: -1em
  }

  section.top-cta.t-c-03 .top-cta-btn.b-2 {
    margin-left: auto
  }
}

.octa-text {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}

.o-faq {
  background-color: #FBF8EE
}

.o-faq .l-section-header-top::after {
  max-width: 115px;
  background-size: cover
}

@media (min-width: 768px) {
  .o-faq .l-section-header-top::after {
    max-width: 165px
  }
}

.o-faq .o-faq-content .block {
  max-width: 920px;
  margin: 0 auto 20px
}

.o-faq .o-faq-content .block .q-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  background: var(--color2, #8A0F20)
}

.o-faq .o-faq-content .block .q-block img {
  width: 26px;
  height: 37px;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain
}

@media (max-width: 767px) {
  .o-faq .o-faq-content .block .q-block img {
    height: 27px;
    width: 23px
  }
}

.o-faq .o-faq-content .block .q-block p {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding: 16.25px 54px 15.25px 30px;
  width: 100%;
  position: relative;
  color: #fff;
  letter-spacing: 1.8px
}

.o-faq .o-faq-content .block .q-block p .icon-arrow {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
  right: 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.o-faq .o-faq-content .block .q-block p::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}

.o-faq .o-faq-content .block .open p .icon-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.o-faq .o-faq-content .block .a-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media (max-width: 767px) {
  .o-faq .o-faq-content .block .a-block .faq-q.-a {
    height: 50px
  }
}

.o-faq .o-faq-content .block .a-block img {
  width: 21px !important;
  height: 37px;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain
}

@media (max-width: 767px) {
  .o-faq .o-faq-content .block .a-block img {
    height: 23px;
    width: 17px
  }
}

.o-faq .o-faq-content .block .a-block .txt {
  padding: 16px 15px 16px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 1.8px;
  color: #1e1e1e
}

.o-faq .o-faq-content .block:last-child {
  margin-bottom: 0
}

.o-faq .o-faq-content .faq-deco {
  width: 170px;
  display: block;
  margin: 0 auto 30px
}

@media (min-width: 992px) {
  .o-faq .o-faq-content {
    border-left: none
  }
}

@media (max-width: 678px) {
  .o-faq .o-faq-content .block {
    max-width: 100%;
    margin: 0 auto 20px
  }

  .o-faq .o-faq-content .block .q-block {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
  }

  .o-faq .o-faq-content .block .q-block p {
    padding: 10px 48px 10px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1.4px
  }

  .o-faq .o-faq-content .block .q-block p .icon-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg)
  }

  .o-faq .o-faq-content .block .open p .icon-arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s
  }

  .o-faq .o-faq-content .block .a-block img {
    width: 40px
  }

  .o-faq .o-faq-content .block .a-block .txt {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.3px;
    padding: 15px 10px 15px 10px
  }

  .o-faq .o-faq-content .block:last-child {
    margin-bottom: 0
  }

  .o-faq .o-faq-content .faq-deco {
    width: 102px;
    margin: 0 auto 15px
  }
}

.o-faq .faq-question {
  cursor: pointer
}

.o-faq .faq-q {
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-right: none;
  max-width: 50px;
  position: relative;
  overflow: hidden
}

@media (min-width: 768px) {
  .o-faq .faq-q {
    max-width: 60px;
    height: 58.5px
  }
}

@media (min-768: 992px) {
  .o-faq .faq-q {
    border-right: 1px solid #fff
  }
}

.o-faq .faq-q.-a {
  border-right: none;
  width: 100%;
  height: 60px
}

@media (max-width: 767px) {
  .o-faq .faq-q.-a {
    height: 50px
  }
}

.o-faq .faq__btn {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.o-faq .faq__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 15px;
  border: 1px solid #2e2e2e;
  border-radius: 50px;
  background-color: #fff;
  color: #2e2e2e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 4px 15px
}

@media (min-width: 768px) {
  .o-faq .faq__link {
    padding: 4px 30px
  }
}

.o-faq .faq__link:hover {
  background-color: #2e2e2e;
  color: #fff;
  text-decoration: none
}

.o-faq .faq__link:hover .faq__chevron-hover {
  display: inline-block !important
}

.o-faq .faq__link:hover .faq__chevron {
  display: none !important
}

.o-faq .faq__link span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  line-height: 40px;
  font-size: 12px
}

@media (min-width: 768px) {
  .o-faq .faq__link span {
    font-size: 14px
  }
}

.o-faq .faq__chevron {
  width: 8px !important;
  height: 12px !important;
  display: inline-block !important
}

.o-faq .faq__chevron-hover {
  display: none !important;
  width: 8px !important;
  height: 12px !important
}

.o-faq .faq__a-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column
}

.o-faq .faq-iframe {
  max-width: 505px;
  margin: 30px auto 0;
  border-radius: 10px
}

.o-faq .faq-iframe iframe {
  aspect-ratio: 505/287
}

.nav-btn-stylish {
  pointer-events: auto;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999
}

@media (min-width: 768px) {
  .nav-btn-stylish {
    top: 0;
    right: 0
  }
}

.nav-btn-stylish .s-menu {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  background: #222;
  -webkit-transition: .2s;
  transition: .2s
}

@media (min-width: 768px) {
  .nav-btn-stylish .s-menu {
    width: 100px;
    height: 100px
  }
}

.nav-btn-stylish .s-menu span {
  position: absolute;
  background: #fff
}

.nav-btn-stylish .s-menu span:nth-child(1) {
  width: 20px;
  height: 2px;
  top: 17px;
  left: 15px;
  -webkit-transition: .2s;
  transition: .2s
}

@media (min-width: 768px) {
  .nav-btn-stylish .s-menu span:nth-child(1) {
    width: 40px;
    height: 2px;
    top: 34px;
    left: 30px
  }
}

.nav-btn-stylish .s-menu span:nth-child(2) {
  width: 20px;
  height: 2px;
  top: 25px;
  left: 15px;
  -webkit-transition: .2s;
  transition: .2s
}

@media (min-width: 768px) {
  .nav-btn-stylish .s-menu span:nth-child(2) {
    width: 40px;
    height: 2px;
    top: 50px;
    left: 30px
  }
}

.nav-btn-stylish .s-menu span:nth-child(3) {
  width: 10px;
  height: 2px;
  top: 33px;
  left: 25px;
  -webkit-transition: .2s;
  transition: .2s
}

@media (min-width: 768px) {
  .nav-btn-stylish .s-menu span:nth-child(3) {
    width: 20px;
    height: 2px;
    top: 66px;
    left: 50px
  }
}

.nav-btn-stylish .s-menu:hover {
  background: #222;
  -webkit-transition: .2s;
  transition: .2s
}

.nav-btn-stylish .s-menu.open span:nth-child(1) {
  width: 30px;
  height: 2px;
  top: 25px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .2s;
  transition: .2s
}

@media (min-width: 768px) {
  .nav-btn-stylish .s-menu.open span:nth-child(1) {
    width: 60px;
    height: 2px;
    top: 50px;
    left: 20px
  }
}

.nav-btn-stylish .s-menu.open span:nth-child(2) {
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s
}

.nav-btn-stylish .s-menu.open span:nth-child(3) {
  width: 30px;
  height: 2px;
  top: 25px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .2s;
  transition: .2s
}

@media (min-width: 768px) {
  .nav-btn-stylish .s-menu.open span:nth-child(3) {
    width: 60px;
    height: 2px;
    top: 50px;
    left: 20px
  }
}

.header-stylish {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid inherit;
  padding-inline: 0
}

@media (min-width: 768px) {
  .header-stylish {
    padding-inline: 42px 0;
    bottom: unset;
    top: 0
  }
}

@media (min-width: 1200px) {
  .header-stylish {
    padding-inline: 42px 30px
  }
}

.header-stylish.header-down .l-header-phone a {
  color: #222
}

.header-stylish.header-down .l-header-phone p {
  color: #222
}

.header-stylish .l-header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

@media (min-width: 768px) {
  .header-stylish .follow-header {
    background: rgba(255, 255, 255, 0.7);
    width: 100vw;
    height: 100px;
    top: 0
  }
}

.header-stylish .l-header-inner {
  position: relative;
  z-index: 500
}

.header-stylish .l-header-button a {
  background: #BC182C;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 50vw;
  height: 50px;
  border: none;
  margin-right: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.4px;
  color: #fff
}

@media (min-width: 768px) {
  .header-stylish .l-header-button a {
    width: 100px;
    height: 100px;
    margin-right: 100px
  }
}

@media (min-width: 1200px) {
  .header-stylish .l-header-button a {
    margin-right: 70px
  }
}

.header-stylish .l-header-button a img {
  width: 73px;
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .header-stylish .l-header-button a img {
    width: 83px
  }
}

.header-stylish .l-header-button a:hover {
  background: #FAFF00;
  color: #222
}

.header-stylish .l-header-button a:hover .accent-color {
  color: #005686
}

.header-stylish .l-header-phone a {
  padding: 0 0 15px;
  background: #DBD2B9;
  border: none;
  width: 50vw;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 25px;
  color: #fff
}

@media (min-width: 768px) {
  .header-stylish .l-header-phone a {
    line-height: 44px;
    padding: 0;
    width: auto;
    background: transparent
  }
}

@media (min-width: 768px) {
  .header-stylish .l-header-phone a span {
    margin-top: -5px
  }
}

.header-stylish .l-header-phone a img {
  width: 18px;
  margin-right: 3px
}

@media (min-width: 768px) {
  .header-stylish .l-header-phone a img {
    width: 36px;
    margin-right: 8px
  }
}

.header-stylish .l-header-phone a p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  line-height: 15px;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "MS PGothic", Sans-Serif
}

.header-stylish .l-header-phone p {
  line-height: 20px;
  color: #fff
}

.header-stylish .l-header-button-top {
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.8px
}

@media (min-width: 768px) {
  .header-stylish .l-header-button-top {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.9px
  }
}

.header-stylish .l-header-button-bottom {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.4px
}

@media (min-width: 768px) {
  .header-stylish .l-header-button-bottom {
    font-weight: 700
  }
}

.contact-text {
  color: #222;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 25px
}

@media (min-width: 768px) {
  .contact-text {
    color: #fff;
    line-height: 44px;
    font-size: 30px
  }
}

.header-stylish.header-down .l-header-phone a span.contact-text {
  color: #222
}

@media (max-width: 767px) {
  .header-stylish .l-header-phone a {
    color: #222
  }
}

@media (max-width: 767px) {
  .header-stylish .l-header-phone p {
    color: #222
  }
}

.scroll {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #8A0F20;
  font-size: 14px;
  line-height: 20px;
  gap: 10px;
  padding: 15px 0;
  color: #fff;
  font-weight: 500
}

@media (min-width: 768px) {
  .scroll {
    font-weight: 700;
    padding: 10px 0;
    gap: 11px;
    font-size: 24px;
    line-height: 36px
  }
}

.scroll img {
  width: 16px
}

@media (min-width: 768px) {
  .scroll img {
    width: 22px
  }
}

.scroll:hover {
  color: #fff
}

.inquiry {
  padding-inline: 15px;
  padding-bottom: 24px
}

@media (min-width: 768px) {
  .inquiry {
    padding-bottom: 0;
    padding-inline: 0
  }
}

.inquiry-ttl {
  color: #8A0F20;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 25.5px;
  margin-block: 18px 20px
}

@media (min-width: 768px) {
  .inquiry-ttl {
    font-size: 30px;
    line-height: 42px;
    margin-block: 50px 30px;
    letter-spacing: 3px
  }
}

.inquiry-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 15px
}

@media (min-width: 768px) {
  .inquiry-btns {
    gap: 2px
  }
}

.inquiry-btn {
  background: #D6324D;
  color: #fff;
  border: 1px solid #D6324D;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  padding: 14.5px
}

@media (min-width: 768px) {
  .inquiry-btn {
    padding: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 20px
  }
}

.inquiry-btn:hover {
  background-color: #fff;
  color: #D6324D;
  text-decoration: none
}

.inquiry-btn:hover .norm {
  display: none
}

.inquiry-btn:hover .hover {
  display: block
}

.inquiry-btn .hover {
  display: none
}

.inquiry-btn span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 10px;
  font-weight: 500
}

@media (min-width: 768px) {
  .inquiry-btn span {
    font-weight: 700;
    margin-top: 0px;
    font-size: 19px;
    line-height: 32px
  }
}

@media (min-width: 992px) {
  .inquiry-btn span {
    line-height: 42px;
    font-size: 24px
  }
}

.inquiry-btn-txt {
  font-size: 20px !important
}

@media (min-width: 992px) {
  .inquiry-btn-txt {
    font-size: 26px !important
  }
}

.inquiry-btn img {
  display: block;
  margin-inline: auto
}

@media (min-width: 768px) {
  .inquiry-btn img {
    margin-inline: 0
  }
}

.inquiry-btn .phone {
  width: 37px;
  height: 37px
}

@media (min-width: 768px) {
  .inquiry-btn .phone {
    width: 56px;
    height: 56px
  }
}

.inquiry-btn .mail {
  width: 48px;
  height: 38px
}

@media (min-width: 768px) {
  .inquiry-btn .mail {
    height: 56px;
    width: 70px
  }
}

.o-job {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(".././img/job/job-bg-sp.webp")
}

@media (min-width: 768px) {
  .o-job {
    background-image: url(".././img/job/job-bg.webp")
  }
}

.job-top-ttl {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px
}

@media (min-width: 768px) {
  .job-top-ttl {
    font-size: 24px;
    line-height: 34px
  }
}

.job-block {
  max-width: 920px;
  margin: 0 auto;
  padding-inline: 8.5px
}

@media (min-width: 768px) {
  .job-block {
    padding-inline: 0
  }
}

.job-desc {
  color: #000;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.65px;
  margin-top: 24px
}

@media (min-width: 768px) {
  .job-desc {
    margin-top: 40px;
    letter-spacing: 1.1px;
    font-size: 22px;
    line-height: 40px
  }
}

.job-list {
  margin-top: 24px
}

.job-item {
  color: var(--color1, #BC182C);
  font-weight: 700;
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.65px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 8px
}

.job-item:not(:last-of-type) {
  margin-bottom: 4px
}

@media (min-width: 768px) {
  .job-item:not(:last-of-type) {
    margin-bottom: 6px
  }
}

@media (min-width: 768px) {
  .job-item {
    gap: 12px;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.9px
  }
}

.job-item::before {
  content: "";
  background-image: url(".././img/job/list-type.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 25px;
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

.job-detail {
  background-color: #fbf8ee;
  padding: 52px 18px 40px;
  position: relative
}

@media (min-width: 768px) {
  .job-detail {
    padding: 92px 0 80px
  }
}

.job-detail::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 36px solid #fff
}

@media (min-width: 768px) {
  .job-detail::after {
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-top: 60px solid #fff
  }
}

.job-detail-top {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px
}

@media (min-width: 768px) {
  .job-detail-top {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px
  }
}

.job-detail-row {
  max-width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  gap: 8px 18px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

@media (min-width: 768px) {
  .job-detail-row {
    gap: 35px
  }
}

@media (min-width: 992px) {
  .job-detail-row {
    gap: 90px
  }
}

.job-detail-flower {
  background-image: url(".././img/job/job-flower.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: calc((100% / 2) - (18px / 2));
  min-height: 176px
}

@media (min-width: 768px) {
  .job-detail-flower {
    min-height: 283px;
    width: calc((100% / 3) - (90px * 2) / 3)
  }
}

@media (min-width: 768px) {
  .job-detail-flower.mid {
    margin-top: 65px
  }
}

.job-detail-flower-txt {
  color: var(--color2, #8A0F20);
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.8px
}

@media (min-width: 768px) {
  .job-detail-flower-txt {
    letter-spacing: 1.2px;
    font-size: 18px;
    line-height: 27.4px
  }
}

@media (min-width: 992px) {
  .job-detail-flower-txt {
    font-size: 24px;
    line-height: 38.4px
  }
}

.job-detail-flower-btm {
  font-weight: 700;
  color: var(--color2, #8A0F20);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.65px;
  margin-top: 4px
}

@media (min-width: 768px) {
  .job-detail-flower-btm {
    margin-top: 6px;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 18px
  }
}

@media (min-width: 992px) {
  .job-detail-flower-btm {
    font-size: 18px;
    line-height: 29px
  }
}

.job-detail-table {
  border-top: 5px solid #BC182C;
  max-width: 960px;
  background-color: #fff;
  padding: 20px 20px 20px;
  margin: 40px auto 0
}

@media (min-width: 768px) {
  .job-detail-table {
    padding: 40px 50px 41px;
    margin: 60px 15px 0
  }
}

@media (min-width: 992px) {
  .job-detail-table {
    margin-inline: auto
  }
}

.job-detail-ttl {
  color: #333;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "MS PGothic", Sans-Serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
  text-align: center
}

@media (min-width: 768px) {
  .job-detail-ttl {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 40px
  }
}

.job-detail-tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-block: 1px solid #b1b1b1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media (min-width: 768px) {
  .job-detail-tr {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 24px;
    border-block: none;
    border-top: 1px dashed #B1B1B1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

@media (min-width: 768px) {
  .job-detail-tr:last-of-type {
    border-block: 1px dashed #b1b1b1
  }
}

.job-detail-th {
  width: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-bottom: 1px dashed #b1b1b1;
  max-width: 100%;
  padding: 7.5px 0
}

@media (min-width: 768px) {
  .job-detail-th {
    padding: 16.5px 0;
    text-align: center;
    max-width: 180px;
    border-bottom: none
  }
}

.job-detail-th .job-detail-txt {
  color: #BC182C;
  font-weight: 700
}

@media (max-width: 767px) {
  .job-detail-th .job-detail-txt {
    line-height: 20px
  }
}

.job-detail-td {
  padding: 7.5px 0;
  text-align: start
}

@media (min-width: 768px) {
  .job-detail-td {
    padding: 16.5px 0
  }
}

.job-detail-txt {
  font-weight: 500;
  font-size: 13px;
  line-height: 18.2px;
  letter-spacing: -0.65px
}

@media (min-width: 768px) {
  .job-detail-txt {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.6px
  }
}

.o-salary {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(".././img/salary/salary-bg-sp.webp")
}

@media (min-width: 768px) {
  .o-salary {
    background-image: url(".././img/salary/salary-bg.webp")
  }
}

.o-salary .l-section-header-top::after {
  max-width: 129px
}

@media (min-width: 768px) {
  .o-salary .l-section-header-top::after {
    max-width: 205px;
    background-size: cover
  }
}

.salary-top {
  text-align: center;
  margin-bottom: 20px
}

@media (min-width: 768px) {
  .salary-top {
    margin-bottom: 40px
  }
}

.salary-top-txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px
}

@media (min-width: 768px) {
  .salary-top-txt {
    font-size: 24px;
    line-height: 34px
  }
}

.salary-top-btm {
  color: #222;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-top: 14px
}

@media (min-width: 768px) {
  .salary-top-btm {
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 1.2px;
    margin-top: 24px
  }
}

.salary-row {
  max-width: 1081px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(138, 15, 32, 0.31);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
  gap: 16px;
  padding-inline: 8.5px
}

@media (min-width: 768px) {
  .salary-row {
    padding-inline: 0;
    margin: 0 auto 60px;
    gap: 61px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-bottom: 40px
  }
}

@media (min-width: 992px) {
  .salary-row {
    padding-bottom: 59px
  }
}

@media (max-width: 767px) {
  .salary-row.mid .salary-head {
    padding-right: 32px
  }
}

.salary-row.last {
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none
}

.salary-content {
  max-width: 500px;
  width: 100%
}

.salary-img {
  max-width: 100%
}

@media (min-width: 768px) {
  .salary-img {
    max-width: 330px
  }
}

@media (min-width: 992px) {
  .salary-img {
    max-width: 520px
  }
}

.salary-head {
  color: var(--color2, #8A0F20);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  border-bottom: 4px solid #8a0f20;
  padding-left: 24px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.9px
}

@media (min-width: 768px) {
  .salary-head {
    line-height: 36px;
    letter-spacing: 1.1px;
    padding-bottom: 16px;
    padding-left: 28px
  }
}

@media (min-width: 992px) {
  .salary-head {
    font-size: 22px
  }
}

.salary-head .lg {
  font-weight: 700;
  line-height: 0;
  font-size: 20px;
  letter-spacing: 1px
}

@media (min-width: 768px) {
  .salary-head .lg {
    font-size: 24px;
    letter-spacing: 1.2px
  }
}

.salary-head::before {
  content: "";
  background-image: url(".././img/salary/salary-list-style.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 24px
}

@media (min-width: 768px) {
  .salary-head::before {
    width: 20px;
    height: 29px
  }
}

.salary-mid {
  padding: 8px 8px 0
}

@media (min-width: 768px) {
  .salary-mid {
    padding: 20px 8px 0
  }
}

.salary-mid-txt {
  color: var(--color2, #8A0F20);
  font-weight: 500;
  border-bottom: 1px solid rgba(138, 15, 32, 0.8);
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.8px
}

@media (min-width: 768px) {
  .salary-mid-txt {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
    padding-bottom: 16px
  }
}

.salary-mid-txt .sm {
  font-size: 13px;
  letter-spacing: 0.65px
}

@media (min-width: 768px) {
  .salary-mid-txt .sm {
    font-size: 16px;
    letter-spacing: 0.8px
  }
}

.salary-txt {
  color: #000;
  font-weight: 500;
  border-bottom: 1px dashed #b1b1b1;
  padding-block: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.7px
}

@media (min-width: 768px) {
  .salary-txt {
    line-height: 29px;
    letter-spacing: 0.9px;
    padding-block: 10px;
    font-size: 14px
  }
}

@media (min-width: 992px) {
  .salary-txt {
    font-size: 18px;
    padding-block: 16px
  }
}

.salary-btm-txt {
  color: #000;
  font-weight: 500;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.65px;
  padding-inline: 8px
}

@media (min-width: 768px) {
  .salary-btm-txt {
    padding-inline: 0;
    line-height: 26px;
    letter-spacing: 0.8px;
    margin-top: 10px
  }
}

@media (min-width: 992px) {
  .salary-btm-txt {
    margin-top: 16px;
    font-size: 16px
  }
}

.salary-table {
  background-color: #FFFFFF
}

@media (min-width: 768px) {
  .salary-table {
    padding: 0 8px
  }
}

.salary-table-tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  padding: 8px 8px 10px
}

@media (min-width: 768px) {
  .salary-table-tr {
    padding: 16px 8px 16px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

.salary-table-tr:not(:last-of-type) {
  border-bottom: 1px dashed #B1B1B1
}

.salary-table-th {
  max-width: 180px;
  width: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

.salary-table-th .salary-table-txt {
  color: #8A0F20
}

@media (max-width: 767px) {
  .salary-table-th .salary-table-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px
  }
}

.salary-table-txt {
  color: var(--color4, #151515);
  font-weight: 500;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.65px
}

@media (min-width: 768px) {
  .salary-table-txt {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.9px
  }
}

.example-top-ttl {
  color: var(--color4, #222);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px
}

@media (min-width: 768px) {
  .example-top-ttl {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px
  }
}

.example-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1080px;
  gap: 30px 24px;
  margin: 0 9px
}

@media (min-width: 768px) {
  .example-row {
    margin: 0 auto;
    gap: 32px
  }
}

.example-col {
  width: calc((100% / 2) - 24px / 2)
}

@media (min-width: 768px) {
  .example-col {
    width: calc((100% / 4) - (32px * 3) / 4)
  }
}

.example-tag {
  width: 100%;
  background-color: #A9A9A9;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.9px;
  padding: 6px 0
}

@media (min-width: 768px) {
  .example-tag {
    padding: 10px 0;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px
  }
}

@media (min-width: 992px) {
  .example-tag {
    line-height: 30px;
    font-size: 30px
  }
}

.example-ttl {
  color: #000;
  text-align: center;
  font-weight: 700;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.8px
}

@media (min-width: 768px) {
  .example-ttl {
    font-size: 24px;
    line-height: 30px;
    margin-top: 21px;
    letter-spacing: 1.2px
  }
}

.example-img {
  margin-top: 8px
}

@media (min-width: 768px) {
  .example-img {
    margin-top: 21px
  }
}

.example-list {
  max-width: 1005px;
  margin: 30px 8.5px 0;
}
.example-list p.example-item:first-child::after {
  content: "";
  position: absolute;
  top: 25%;
}

@media (min-width: 768px) {
  .example-list {
    margin: 60px auto 0;
  }
}

.example-item {
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.65px;
  padding-left: 16px
}

@media (min-width: 768px) {
  .example-item {
    padding-left: 18px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.8px
  }
}

.example-item:not(:last-of-type) {
  margin-bottom: 1em;
}

.example-item::after {
  content: "";
  background-image: url(".././img/example/example-list-type.svg");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 20%
}

@media (min-width: 768px) {
  .example-item::after {
    top: 50%;
    width: 12px;
    height: 12px
  }
}

.o-hannari {
  background-color: #FBF8EE
}

.o-hannari .l-section-header-top::after {
  max-width: 185px
}

@media (min-width: 768px) {
  .o-hannari .l-section-header-top::after {
    max-width: 295px
  }
}

.hannari-row {
  max-width: 1080px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 24px;
  padding-inline: 8.5px
}

@media (min-width: 768px) {
  .hannari-row {
    margin: 0 auto 70px;
    padding-inline: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px
  }
}

@media (min-width: 992px) {
  .hannari-row {
    gap: 40px
  }
}

@media (min-width: 768px) {
  .hannari-row.second {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
  }
}

@media (min-width: 768px) {
  .hannari-row.second .hannari-content {
    max-width: 500px
  }
}

@media (min-width: 768px) {
  .hannari-row.second .hannari-img {
    max-width: 540px;
    margin-top: 0
  }
}

.hannari-row.second .hannari-txt {
  padding-right: 0
}

@media (min-width: 768px) {
  .hannari-row.last {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
  }
}

@media (min-width: 768px) {
  .hannari-row.last .hannari-img {
    max-width: 540px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-top: 0
  }
}

@media (min-width: 768px) {
  .hannari-row.last .hannari-content {
    max-width: 514px
  }
}

.hannari-row.last .hannari-txt {
  padding-right: 0
}

.hannari-img {
  max-width: 100%
}

@media (min-width: 768px) {
  .hannari-img {
    max-width: 540px;
    margin-top: -75px
  }
}

.hannari-content {
  max-width: 100%
}

@media (min-width: 768px) {
  .hannari-content {
    max-width: 507px
  }
}

.hannari-ttl {
  color: var(--color2, #8A0F20);
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 1.1px;
  text-align: center
}

@media (min-width: 768px) {
  .hannari-ttl {
    text-align: start;
    letter-spacing: 1.5px;
    font-size: 24px;
    line-height: 34px
  }
}

@media (min-width: 992px) {
  .hannari-ttl {
    font-size: 30px;
    line-height: 42px
  }
}

.hannari-txt {
  color: #222;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  margin-top: 12px
}

@media (min-width: 768px) {
  .hannari-txt {
    margin-top: 16px;
    font-size: 14px;
    line-height: 23px
  }
}

@media (min-width: 992px) {
  .hannari-txt {
    font-size: 18px;
    line-height: 29px
  }
}

.hannari-txt.btm {
  margin-top: 12px
}

@media (max-width: 767px) {
  .hannari-txt.btm {
    font-size: 16px;
    line-height: 29px
  }
}

.hannari-list {
  margin-top: 12px
}

@media (min-width: 768px) {
  .hannari-list {
    margin-top: 12px
  }
}

.hannari-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-weight: 500;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px
}

@media (min-width: 768px) {
  .hannari-item {
    font-size: 13px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .hannari-item {
    font-size: 16px;
    line-height: 26px
  }
}

.hannari-item:not(:last-of-type) {
  margin-bottom: 6px
}

@media (min-width: 768px) {
  .hannari-item:not(:last-of-type) {
    margin-bottom: 6px
  }
}

.hannari-item-type {
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

.hannari-item-type img {
  width: 12px;
  height: 12px
}

.hannari-btn {
  text-align: center
}

.hannari-btn a {
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  border-radius: 6px;
  background: var(--color1, #BC182C);
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #BC182C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.hannari-btn a:hover {
  background-color: #fff;
  color: #BC182C;
  text-decoration: none
}

.work {
  padding: 40px 0 0
}

@media (min-width: 768px) {
  .work {
    padding: 80px 0 0
  }
}

.work-ttl {
  text-align: center;
  color: var(--color4, #222);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 21px
}

@media (min-width: 768px) {
  .work-ttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px
  }
}

.work-sub-ttl {
  color: #222;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.9px
}

@media (min-width: 768px) {
  .work-sub-ttl {
    font-size: 20px;
    line-height: 29px;
    text-align: start;
    letter-spacing: -1px
  }
}

.work-mid-txt {
  color: #222;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.65px;
  text-align: center;
  margin-block: 13px 12px
}

@media (min-width: 768px) {
  .work-mid-txt {
    margin-block: 16px 14px;
    font-size: 18px;
    text-align: start;
    line-height: 30px;
    letter-spacing: 0.9px
  }
}

.work-txt {
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.65px
}

@media (min-width: 768px) {
  .work-txt {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.8px
  }
}

@media (min-width: 768px) {
  .work-txt.-pr {
    padding-left: 14px
  }
}

.work-txt.pl {
  padding-left: 14px
}

.work-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 5px
}

.work-icon img {
  width: 9px;
  height: 9px
}

.work-block {
  max-width: 800px;
  margin: 0 auto;
  padding-inline: 8.5px;
  padding-bottom: 20px
}

@media (min-width: 768px) {
  .work-block {
    padding-inline: 0;
    padding-bottom: 40px
  }
}

.work-iframe {
  line-height: 0
}

.work-iframe iframe {
  aspect-ratio: 376 / 240
}

@media (min-width: 768px) {
  .work-iframe iframe {
    aspect-ratio: 1280 / 340
  }
}

.o-recruit .l-section-header-top::after {
  max-width: 100.5px;
  background-size: cover
}

@media (min-width: 768px) {
  .o-recruit .l-section-header-top::after {
    max-width: 145px
  }
}

.recruit {
  background-image: url(.././img/recruit/recruit-bg-sp.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

@media screen and (min-width: 768px) {
  .recruit {
    background-image: url(.././img/recruit/recruit-bg-pc.webp)
  }
}

@media screen and (max-width: 767px) {
  .recruit .l-container {
    padding: 0 23.5px
  }
}

.recruit__block {
  max-width: 800px;
  margin-inline: auto
}

.recruit__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px
}

@media screen and (min-width: 768px) {
  .recruit__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 20px
  }
}

.recruit__item-wrapper:not(:last-of-type) {
  margin-bottom: 32px
}

.recruit__img {
  max-width: 120px;
  width: 100%
}

@media screen and (min-width: 768px) {
  .recruit__img {
    max-width: 80px
  }
}

.recruit__detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-top: 7px
}

.recruit__ttl {
  color: #BC182C;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.8px;
  margin-bottom: 0
}

@media screen and (min-width: 768px) {
  .recruit__ttl {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.9px;
    margin-bottom: 8px
  }
}

.recruit__text {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.65px;
  margin-top: 8px
}

@media screen and (min-width: 768px) {
  .recruit__text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
    letter-spacing: 0.8px
  }
}

/*# sourceMappingURL=maps/style.min.css.map */

.header-stylish .l-header-phone p {
  color: #000;
}

.o-cta .l-header-button a:hover {
  background-color: #EBD6A2;
  color: var(--color2, #8A0F20);
  border-color: #EBD6A2;
  border: 1px solid #EBD6A2;
}

@media (min-width: 768px) {
  .inquiry-btns {
    gap: 8px;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .inquiry-btn {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% / 2) - 8px);
    border-radius: 8px;
  }
}

@media (max-width: 768px) {
  .header-stylish .l-header-phone p {
    text-shadow: unset;
  }
}

@media (max-width: 767px) {
  .inquiry {
    display: none;
  }
}

a.inquiry-btn.tel_cta {
  background: #EBD6A2;
  color: #d6324d;
  border: 1px solid #EBD6A2;
}

a.inquiry-btn.tel_cta:hover {
  background: #d6324d;
  color: #fff;
  border: 1px solid #d6324d;
}

.under_line {
  background: linear-gradient(transparent 50%, #f8dee2 50%);
  font-weight: bold;
}

/* フレックスは画像と本文を並べる目的だけに使う */
.hannari-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 21px;
  font-weight: 500;
}

/* 本文はインライン要素のままにして自由に折り返し可 */
.hannari-text {
  display: inline;
  line-height: 1.5;
}

/* 擬似アンダーライン */
.under_line {
  background: linear-gradient(transparent 50%, #f8dee2 50%) no-repeat;
  /* 複数行でも切れ目なく塗るなら */
  box-decoration-break: clone;
  /* Chromium, Safari */
  -webkit-box-decoration-break: clone;
  /* 旧 WebKit */
}

@media (min-width: 768px) {
  .hannari-item:not(:last-of-type) {
    margin-bottom: 16px;
  }
}