@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600&display=swap");
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*====================================================
*
*	Base
*
====================================================*/
/*===================================================
*       html
===================================================*/
/* To use "rem" for font size */
html {
  font-size: 62.5%;
  /* 10(base font size) / 16(Browser Default font size) = 0.625em * 100 = 62.5% */
}

/* IE11対策 */
_:-ms-lang(x)::-ms-backdrop, html {
  word-break: break-all;
}

/* ユーザー選択時の色 */
::-moz-selection {
  background: #efe7df;
  color: #6b4b3b;
}
::selection {
  background: #efe7df;
  color: #6b4b3b;
}

:focus {
  outline: none;
}

/*===================================================
*        body
===================================================*/
body {
  background: #fff;
  color: #6b4b3b;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

/*===================================================
*        Hyperlink
===================================================*/
a {
  color: #c9e58c;
  outline: none;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
a::before, a::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

a * {
  text-decoration: inherit;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block;
  }
}

/*===================================================
*        Media
===================================================*/
img {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

figure {
  margin-left: auto;
  margin-right: auto;
}

figcaption {
  margin-top: 1em;
}

/*===================================================
*        Form parts
===================================================*/
input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button::before, button::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

textarea {
  vertical-align: top;
}

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

@media screen and (max-width: 959px) {
  input,
  select,
  textarea {
    font-size: 1.6rem;
  }
}

/* Safari対策 */
_:lang(x) + _:-webkit-full-screen-document, input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=url],
input[type=password],
input[type=search],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=time] {
  word-break: normal;
}

/*===================================================
*        Heading
===================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: 500;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
}

/*===================================================
*        Font
===================================================*/
b,
strong {
  font-weight: 500;
}

/*===================================================
*        Block parts
===================================================*/
/* table -------------------------*/
th {
  font-weight: 500;
}

/* list --------------------------*/
ul,
ol {
  padding-left: 2em;
}

/* dl */
dt {
  font-weight: 500;
}

dd {
  margin-left: 1em;
}

dt + dd {
  margin-top: 0.5em;
}

dd + dt {
  margin-top: 1.5em;
}

/*====================================================
*
*	Main
*
====================================================*/
.l-main {
  overflow: hidden;
}

body:not(.home) > .l-main {
  -webkit-animation: fadeIn 0.5s ease-in 1;
          animation: fadeIn 0.5s ease-in 1;
}

/*====================================================
*
*	Header
*
====================================================*/
.l-header {
  display: block;
  width: 100%;
}
.l-header__logo {
  position: fixed;
  top: 1em;
  left: 0.5em;
  margin: 0;
  z-index: 99;
}
@media screen and (min-width: 1280px) {
  .l-header__logo {
    top: 1.5em;
    left: 1em;
  }
}
.l-header__logo a {
  display: block;
}
@media screen and (min-width: 960px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__logo a img {
  display: block;
  aspect-ratio: 150/19.7;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
}
@media screen and (min-width: 520px) {
  .l-header__logo a img {
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .l-header__logo a img {
    width: 240px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__logo a img {
    width: 300px;
  }
}
.l-header__btn-area {
  cursor: pointer;
  display: block;
}
.l-header__btn-area .l-navbtn {
  display: block;
  aspect-ratio: 70/50;
  width: 70px;
  height: auto;
  position: fixed;
  background: #c9e58c;
  top: 0;
  right: 0;
  border-radius: 25px 0 0 25px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 520px) {
  .l-header__btn-area .l-navbtn {
    width: 105px;
    border-radius: 38px 0 0 38px;
  }
}
.l-header__btn-area .l-navbtn__text {
  font-size: 8px;
  margin: 0 auto 0 5px;
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  text-align: center;
}
@media screen and (min-width: 520px) {
  .l-header__btn-area .l-navbtn__text {
    font-size: 12px;
    margin: 0 auto 0 12px;
  }
}
.l-header__btn-area .l-navbtn__inner {
  text-align: center;
  display: block;
  position: absolute;
  aspect-ratio: 26/18;
  width: 26px;
  height: auto;
  top: 50%;
  left: 0;
  right: 0;
  margin: 3px auto 0 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 520px) {
  .l-header__btn-area .l-navbtn__inner {
    width: 39px;
    margin: 5px auto 0 40px;
  }
}
.l-header__btn-area .l-navbtn__bar {
  display: block;
  background: #fff;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 520px) {
  .l-header__btn-area .l-navbtn__bar {
    height: 4px;
  }
}
.l-header__btn-area .l-navbtn__bar:nth-child(1) {
  top: 0;
}
.l-header__btn-area .l-navbtn__bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__btn-area .l-navbtn__bar:nth-child(3) {
  bottom: 0;
}
.l-header__btn-contact a {
  display: block;
  aspect-ratio: 70/50;
  width: 70px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  background: #f9c393;
  top: 50px;
  right: 0;
  border-radius: 25px 0 0 25px;
  z-index: 20;
}
@media screen and (min-width: 520px) {
  .l-header__btn-contact a {
    top: 75px;
    width: 105px;
    border-radius: 38px 0 0 38px;
  }
}
.l-header__btn-contact a img {
  position: absolute;
  aspect-ratio: 27/18;
  width: 27px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 23px;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 520px) {
  .l-header__btn-contact a img {
    width: 40px;
    left: 39px;
  }
}
.l-header .l-navwrap {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-in-out;
  visibility: hidden;
  overflow: hidden;
  background: #efe7df;
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 19;
}
.l-header .l-navwrap::before {
  content: "";
  background: url(../img/common/tree02-bg-w.png) no-repeat 50% 50%/contain;
  aspect-ratio: 478/874;
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 520px) {
  .l-header .l-navwrap::before {
    width: 280px;
  }
}
.l-header .l-navwrap .c-bushes-r {
  bottom: 10%;
}
@media screen and (min-width: 960px) {
  .l-header .l-navwrap .c-bushes-r {
    bottom: 5em;
  }
  .l-header .l-navwrap .c-bushes-r:hover::before {
    -webkit-transform: translateX(-1.25em) translateY(0.5em) rotate(-3deg);
            transform: translateX(-1.25em) translateY(0.5em) rotate(-3deg);
  }
}
.l-header .l-navwrap__inner {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}
.l-header .l-navwrap__inner::before {
  content: "";
  background: url(../img/common/bird-p.png) no-repeat 50% 50%/contain;
  aspect-ratio: 25/25;
  width: 25px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  right: 2em;
}
@media screen and (min-width: 520px) {
  .l-header .l-navwrap__inner::before {
    width: 30px;
  }
}
@media screen and (min-width: 960px) {
  .l-header .l-navwrap__inner {
    width: 50%;
  }
}
.l-header .l-navwrap__inner .l-gnav {
  margin: 0 auto;
  padding: 0;
}
.l-header .l-navwrap__inner .l-gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 18vh 4em 4em;
}
@media screen and (min-width: 520px) {
  .l-header .l-navwrap__inner .l-gnav ul {
    padding: 15vh 4em 4em;
  }
}
.l-header .l-navwrap__inner .l-gnav ul li {
  list-style: none;
  color: #6b4b3b;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 520px) {
  .l-header .l-navwrap__inner .l-gnav ul li {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-header .l-navwrap__inner .l-gnav ul li {
    font-size: 2.4rem;
  }
}
.l-header .l-navwrap__inner .l-gnav ul li a {
  display: block;
  color: #6b4b3b;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 960px) {
  .l-header .l-navwrap__inner .l-gnav ul li a {
    color: #6b4b3b;
    margin-bottom: 0.5em;
    padding: 1em;
  }
  .l-header .l-navwrap__inner .l-gnav ul li a:hover {
    opacity: 0.4;
  }
}
@media screen and (min-width: 960px) {
  .l-header .l-navwrap__slide {
    display: block !important;
    width: 50%;
    height: 100vh !important;
  }
  .l-header .l-navwrap__slide .slideshow {
    width: 100%;
    height: 100vh;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    margin: 0 auto;
  }
  .l-header .l-navwrap__slide .slideshow .showSlide {
    width: 100%;
    height: 100vh;
    opacity: 1;
    position: absolute;
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  .l-header .l-navwrap__slide .slideshow .showSlide:first-of-type {
    background: url(../img/home/home-slider01.jpg) no-repeat 50% 50%/cover;
  }
  .l-header .l-navwrap__slide .slideshow .showSlide:nth-of-type(2) {
    background: url(../img/home/home-slider05.jpg) no-repeat 50% 50%/cover;
  }
  .l-header .l-navwrap__slide .slideshow .showSlide:nth-of-type(3) {
    background: url(../img/home/home-slider07.jpg) no-repeat 50% 50%/cover;
  }
  .l-header .l-navwrap__slide .slideshow .showSlide:nth-of-type(4) {
    background: url(../img/home/home-slider06.jpg) no-repeat 50% 50%/cover;
  }
}

.is-open.l-navbtn .l-navbtn__inner .l-navbtn__bar:nth-child(1) {
  -webkit-transform: translate(0, 8px) rotate(40deg);
          transform: translate(0, 8px) rotate(40deg);
}
@media screen and (min-width: 520px) {
  .is-open.l-navbtn .l-navbtn__inner .l-navbtn__bar:nth-child(1) {
    -webkit-transform: translate(0, 11px) rotate(40deg);
            transform: translate(0, 11px) rotate(40deg);
  }
}
.is-open.l-navbtn .l-navbtn__inner .l-navbtn__bar:nth-child(2) {
  opacity: 0;
}
.is-open.l-navbtn .l-navbtn__inner .l-navbtn__bar:nth-child(3) {
  -webkit-transform: translate(0, -7px) rotate(-40deg);
          transform: translate(0, -7px) rotate(-40deg);
}
@media screen and (min-width: 520px) {
  .is-open.l-navbtn .l-navbtn__inner .l-navbtn__bar:nth-child(3) {
    -webkit-transform: translate(0, -12px) rotate(-40deg);
            transform: translate(0, -12px) rotate(-40deg);
  }
}
.is-open.l-navwrap {
  display: block !important;
  opacity: 1 !important; /* フェードインの状態 */
  visibility: visible !important;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.4s ease-in-out;
  transition: opacity 0.5s ease-out, visibility 0.4s ease-in-out;
  height: 100vh;
  overflow: visible;
  top: 0;
}
@media screen and (min-width: 960px) {
  .is-open.l-navwrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.is-fixed {
  overflow: hidden;
}

body:not(.home) .l-header__logo {
  display: none;
}

/*====================================================
*
*	Footer
*
====================================================*/
.l-footer {
  width: 100%;
  background: #fff;
  z-index: 10;
  position: relative;
}
.l-footer__wrap {
  width: 100%;
  margin: 0 auto;
  padding: 4em 2em 0;
}
@media screen and (min-width: 520px) {
  .l-footer__wrap {
    max-width: 700px;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__wrap {
    padding: 4em 2em 4em 8em;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__wrap {
    max-width: 1200px;
  }
}
.l-footer__address-area {
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .l-footer__address-area {
    margin-bottom: 4em;
  }
}
.l-footer__address-area .l-footer__logo {
  width: 230px;
}
.l-footer__address-area address {
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .l-footer__address-area address {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.l-footer__outline-area {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .l-footer__outline-area {
    max-width: 500px;
  }
}
.l-footer__outline-area .c-button a {
  display: block;
}
@media screen and (min-width: 960px) {
  .l-footer__outline-area .c-button a:hover {
    opacity: 0.7;
  }
}
.l-footer__outline-area .l-footer__privacy-link {
  text-align: center;
  margin-top: 2em;
}
.l-footer__outline-area .l-footer__privacy-link a.privacy-link {
  color: #6b4b3b;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-footer__outline-area .l-footer__privacy-link a.privacy-link::before {
    content: "";
    background: #6b4b3b;
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -0.5em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__outline-area .l-footer__privacy-link a.privacy-link:hover::before {
    width: 100%;
  }
}
.l-footer__outline-area .l-footer__privacy-link small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 3em;
}
@media screen and (min-width: 960px) {
  .l-footer__outline-area .l-footer__privacy-link small {
    display: inline-block;
  }
  .l-footer__outline-area .l-footer__privacy-link small::before {
    content: "/";
    margin-right: 1em;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__sub-area {
    position: absolute;
    left: 10%;
    bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__sub-area {
    position: absolute;
    left: 20%;
    bottom: 0;
  }
}
.l-footer__sub-area .sub-area__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__sub-area .sub-area__wrap .symbol {
  width: 145px;
  margin-right: 2em;
}
@media screen and (min-width: 960px) {
  .l-footer__sub-area .sub-area__wrap .symbol {
    width: 230px;
  }
}
.l-footer__sub-area .sub-area__wrap a.kusunokien-link {
  display: block;
}
.l-footer__sub-area .sub-area__wrap a.kusunokien-link img {
  width: 130px;
  margin-top: 2em;
}
@media screen and (min-width: 960px) {
  .l-footer__sub-area .sub-area__wrap a.kusunokien-link img {
    margin-top: 7em;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__sub-area .sub-area__wrap a.kusunokien-link:hover {
    -webkit-animation: bounce 1s linear 1;
            animation: bounce 1s linear 1;
  }
}

/*====================================================
*
*	Aside
*
====================================================*/
.l-sidebar {
  display: block;
}
@media screen and (min-width: 1440px) {
  .l-sidebar {
    width: 20%;
    position: absolute;
    top: 20em;
    left: 0;
  }
}
.l-sidebar__cat {
  margin: 4em auto;
  padding: 0;
}
.l-sidebar__cat li {
  list-style: none;
  text-align: center;
}
.l-sidebar__cat li:nth-child(1) {
  margin-bottom: 3em;
}
.l-sidebar__cat li:nth-child(1) .news-dropdown::before {
  background: url(../img/common/nezumi.png) no-repeat 50% 50%/contain;
  aspect-ratio: 48/51;
  width: 26%;
  max-width: 80px;
  top: -2.75em;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .l-sidebar__cat li:nth-child(1) .news-dropdown select:hover {
    background: #e1f4f9;
  }
}
.l-sidebar__cat li:nth-child(2) .news-dropdown::before {
  background: url(../img/common/neko.png) no-repeat 50% 50%/contain;
  aspect-ratio: 58/70;
  width: 28%;
  max-width: 80px;
  top: -2.25em;
  left: -1em;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .l-sidebar__cat li:nth-child(2) .news-dropdown select:hover {
    background: #ffffd3;
  }
}
.l-sidebar__cat li h2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-sidebar__cat li .news-dropdown {
  display: inline-block;
  position: relative;
  width: 70%;
  max-width: 170px;
}
.l-sidebar__cat li .news-dropdown::before {
  content: "";
  position: absolute;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-sidebar__cat li .news-dropdown select {
  display: block;
  color: #6b4b3b;
  text-decoration: none;
  padding: 0 1em;
  background: #fff;
  border: 1px solid #6b4b3b;
  border-radius: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  width: 100%;
  aspect-ratio: 150/40;
  max-width: 170px;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*====================================================
*
*	Container
*
====================================================*/
.c-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2em;
  position: relative;
}
.c-container::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 960px) {
  .c-container {
    max-width: 900px;
    padding: 0;
  }
}

.c-contents__wrap {
  background: #fff;
  width: calc(100% - 4em);
  margin: 4em auto;
  padding: 1em 0;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 520px) {
  .c-contents__wrap {
    margin: 6em auto;
    max-width: 600px;
  }
}
@media screen and (min-width: 960px) {
  .c-contents__wrap {
    margin: 10em auto;
    max-width: 900px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .c-contents__wrap {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1440px) {
  .c-contents__wrap {
    margin: 16em auto;
    width: 100%;
    max-width: 1200px;
  }
}
.c-contents__wrap::before {
  content: "";
  display: block;
  width: 30%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -2em;
  left: -1.5em;
}
@media screen and (min-width: 520px) {
  .c-contents__wrap::before {
    top: -3em;
    left: -3em;
  }
}
@media screen and (min-width: 960px) {
  .c-contents__wrap::before {
    max-width: 280px;
    top: -5em;
    left: -6em;
  }
}
@media screen and (min-width: 1440px) {
  .c-contents__wrap::before {
    max-width: 380px;
    top: -5em;
    left: -6em;
  }
}

/*====================================================
*
*	Button
*
====================================================*/
.c-button {
  text-align: center;
}
.c-button a,
.c-button button {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  background: #6b4b3b;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 5px;
}
@media screen and (min-width: 960px) {
  .c-button a,
  .c-button button {
    font-size: 2rem;
    border-radius: 10px;
  }
}
.c-button._futaba {
  margin: 4em auto;
}
.c-button._futaba a,
.c-button._futaba button {
  width: 240px;
  border-radius: 24px;
  position: relative;
  padding: 0.5em 0;
}
@media screen and (min-width: 960px) {
  .c-button._futaba a,
  .c-button._futaba button {
    border-radius: 30px;
  }
  .c-button._futaba a:hover,
  .c-button._futaba button:hover {
    background: #f9c393;
    color: #6b4b3b;
  }
  .c-button._futaba a:hover::before,
  .c-button._futaba button:hover::before {
    top: -30px;
    -webkit-animation: rubberBand 0.8s linear 1;
            animation: rubberBand 0.8s linear 1;
  }
}
.c-button._futaba a::before,
.c-button._futaba button::before {
  content: "";
  display: block;
  aspect-ratio: 30/20;
  -o-object-fit: cover;
     object-fit: cover;
  width: 30px;
  background: url(../img/common/futaba.png) no-repeat 50% 50%/contain;
  position: absolute;
  margin: 0 auto;
  top: -19px;
  right: 2em;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .c-button._futaba a::before,
  .c-button._futaba button::before {
    width: 50px;
    top: 0;
  }
}

/*====================================================
*
*	Heading
*
====================================================*/
.c-main-ttl._01 {
  padding: 8em 0 2em;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .c-main-ttl._01 {
    padding: 8em 0 6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1440px) {
  .c-main-ttl._01 {
    padding: 8em 0 10em;
  }
}
@media screen and (min-width: 1600px) {
  .c-main-ttl._01 {
    max-width: 1800px;
    margin: 0 auto;
  }
}
.c-main-ttl._01::before {
  content: "";
  background: url(../img/common/tree02-bg-g.png) no-repeat 50% 50%/contain;
  aspect-ratio: 478/874;
  width: 40%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 520px) {
  .c-main-ttl._01::before {
    max-width: 240px;
  }
}
@media screen and (min-width: 960px) {
  .c-main-ttl._01::before {
    bottom: 3.5em;
  }
}
@media screen and (min-width: 1440px) {
  .c-main-ttl._01::before {
    max-width: 300px;
    bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .c-main-ttl._01::before {
    background: url(../img/common/tree02-bg-g-l.png) no-repeat 50% 50%/contain;
    aspect-ratio: 859/882;
    max-width: 530px;
    left: -10em;
  }
}
.c-main-ttl._01 img {
  display: block;
  width: 90%;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
  aspect-ratio: 320/230;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .c-main-ttl._01 img {
    aspect-ratio: 2340/1240;
    width: 80%;
    margin-left: 2em;
  }
}
@media screen and (min-width: 1600px) {
  .c-main-ttl._01 img {
    max-width: 1440px;
    margin: 0 auto;
    border-radius: 10px;
  }
}
.c-main-ttl._01 h1 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin: 3em auto;
}
@media screen and (min-width: 520px) {
  .c-main-ttl._01 h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .c-main-ttl._01 h1 {
    display: inline-block;
    width: 15%;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .c-main-ttl._01 h1 {
    font-size: 4rem;
    width: calc(95% - 1440px);
  }
}
.c-main-ttl._02 h1 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin: 2em auto;
  padding-left: 0.5em;
  position: relative;
}
@media screen and (min-width: 520px) {
  .c-main-ttl._02 h1 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .c-main-ttl._02 h1 {
    font-size: 3rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .c-main-ttl._02 h1 {
    font-size: 4rem;
  }
}
.c-main-ttl._02 h1::before {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-headingstyle {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .c-headingstyle {
    font-size: 2.4rem;
  }
}
.c-headingstyle.-vertical {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 2em;
  letter-spacing: 0.2em;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .c-headingstyle.-vertical {
    margin: 0;
    padding: 0;
    font-size: 2.4rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
  }
  .c-headingstyle.-vertical._r {
    right: -5em;
  }
  .c-headingstyle.-vertical._l {
    left: -5em;
  }
}
.c-headingstyle.-colorful {
  text-align: center;
  margin-bottom: 3em;
}
.c-headingstyle.-colorful::before {
  content: "";
  display: block;
  background: url(../img/common/heading-colorful.png) no-repeat 50% 50%/contain;
  aspect-ratio: 54/11;
  width: 40px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1em;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .c-headingstyle.-colorful::before {
    width: 55px;
  }
}

.c-intro {
  font-size: 1.5rem;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0 auto 3em;
}
@media screen and (min-width: 960px) {
  .c-intro {
    text-align: center;
    margin: 0 auto 6em;
  }
}

/*====================================================
*
*	List
*
====================================================*/
.c-news-list {
  border-top: dashed 1px #6b4b3b;
  padding: 0;
}
.c-news-list li {
  list-style: none;
  border-bottom: dashed 1px #6b4b3b;
}
.c-news-list li a {
  display: block;
  text-decoration: none;
  color: #6b4b3b;
  padding: 1em;
}
@media screen and (min-width: 960px) {
  .c-news-list li a {
    padding: 2em;
  }
  .c-news-list li a:hover {
    background: #f9f2f2;
  }
}
@media screen and (min-width: 960px) {
  .c-news-list li a .home-news-area__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-news-list li a .home-news-area__text h3 {
    display: inline-block;
    margin: 0 0 0 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: calc(100% - 240px);
  }
}
.c-news-list li a time {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-right: 1em;
}
@media screen and (min-width: 960px) {
  .c-news-list li a time {
    margin-right: 2em;
  }
}
.c-news-list li a span {
  display: inline-block;
  background: #f9c393;
  width: 100px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0;
  border-radius: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .c-news-list li a span {
    line-height: 1.8;
  }
}
.c-news-list li a h3 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin: 0.5em 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 520px) {
  .c-news-list__wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .c-news-list__wrap:hover {
    background: inherit !important;
  }
  .c-news-list__wrap:hover .c-news-list__thumb-img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  .c-news-list__wrap:hover .c-news-list__text time,
  .c-news-list__wrap:hover .c-news-list__text h3 {
    color: #f9c393;
  }
}
.c-news-list__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 150px;
  height: auto;
  margin: 1.5em auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 520px) {
  .c-news-list__thumb {
    width: 30%;
  }
}
.c-news-list__thumb-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 150px;
  height: auto;
  border-radius: 10px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-news-list__text {
  display: block;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 520px) {
  .c-news-list__text {
    width: 60%;
    padding-bottom: 1em;
  }
}
.c-news-list__text time {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-news-list__text > h3 {
  line-height: 1.8 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 960px) {
  .c-news-list__text > h3 {
    margin: 1em 0 !important;
  }
}

.archive-heading {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .archive-heading {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
}

.c-news-article {
  width: calc(100% - 4em);
  max-width: 700px;
  margin: 0 auto;
}
.c-news-article__ttl {
  margin-bottom: 2em;
}
.c-news-article__ttl time {
  font-size: 1.4rem;
  margin-right: 1em;
}
.c-news-article__ttl .c-tag {
  display: inline-block;
  background: #f9c393;
  width: 100px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0;
  border-radius: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .c-news-article__ttl .c-tag {
    line-height: 1.8;
  }
}
.c-news-article__ttl h1 {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: justify;
}
.c-news-article__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 270/180;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 15px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}
@media screen and (min-width: 960px) {
  .c-news-article__thumb {
    border-radius: 30px;
  }
}
.c-news-article__contents {
  margin: 0 auto;
}
.c-news-article__contents p {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .c-news-article__contents p {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.c-outline-list {
  border-top: dashed 1px #6b4b3b;
}
.c-outline-list__item {
  border-bottom: dashed 1px #6b4b3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5em;
}
@media screen and (min-width: 520px) {
  .c-outline-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1em;
  }
}
.c-outline-list__item dd,
.c-outline-list__item dt {
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .c-outline-list__item dd,
  .c-outline-list__item dt {
    font-size: 1.5rem;
  }
}
.c-outline-list__item dd {
  margin: 0;
}
@media screen and (min-width: 520px) {
  .c-outline-list__item dd {
    width: 30%;
  }
}
.c-outline-list__item dt {
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 520px) {
  .c-outline-list__item dt {
    width: 60%;
  }
}
.c-outline-list__item dt h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.c-outline-list__item dt .class-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.c-outline-list__item dt .class-list li {
  list-style: none;
  letter-spacing: 0.2em;
  width: 48%;
}
.c-outline-list__item dt .c-map-button {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  color: #6b4b3b;
  text-decoration: none;
  margin-bottom: 0.5em;
  padding: 0.25em 0.5em 0.5em;
  border: 1px solid #6b4b3b;
  border-radius: 5px;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .c-outline-list__item dt .c-map-button:hover {
    background: #6b4b3b;
    color: #fff;
  }
}

/*====================================================
*
*	Form
*
====================================================*/
.c-contact__intro {
  margin: 4em auto;
  padding: 0 1em;
  text-align: justify;
}
@media screen and (min-width: 520px) {
  .c-contact__intro {
    width: 90%;
  }
}
@media screen and (min-width: 960px) {
  .c-contact__intro {
    width: 100%;
    text-align: center;
  }
}
.c-contact__intro p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 520px) {
  .c-contact__intro p {
    font-size: 1.5rem;
  }
}
.c-contact__tel {
  width: 95%;
  max-width: 500px;
  margin: 0 auto 4em;
  padding-bottom: 2em;
}
@media screen and (min-width: 520px) {
  .c-contact__tel {
    border: 4px solid #b8e0f2;
    border-radius: 10px;
    padding-bottom: 1em;
    margin: 0 auto 6em;
  }
}
@media screen and (min-width: 960px) {
  .c-contact__tel {
    max-width: 600px;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__tel::after {
    content: "";
    display: block;
    width: 95%;
    height: 4px;
    background: #b8e0f2;
    margin: 1em auto 0;
  }
}
.c-contact__tel h3 {
  margin: 0 auto 0.5em;
  padding: 0.5em 1em;
  background: #b8e0f2;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
}
@media screen and (min-width: 520px) {
  .c-contact__tel h3 {
    font-size: 2rem;
    padding: 1em 2em;
    border-radius: 5px 5px 0 0;
  }
}
@media screen and (min-width: 520px) {
  .c-contact__tel-item {
    text-align: center;
  }
}
.c-contact__tel-item .tel-link {
  text-align: center;
}
.c-contact__tel-item .tel-link__item {
  display: inline-block;
  color: #6b4b3b;
  font-size: 2.6rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
  padding-left: 1em;
  white-space: nowrap;
}
@media screen and (min-width: 520px) {
  .c-contact__tel-item .tel-link__item {
    font-size: 4rem;
    padding-left: 0.8em;
  }
}
.c-contact__tel-item .tel-link__item::before {
  content: "";
  display: block;
  aspect-ratio: 18/25;
  -o-object-fit: cover;
     object-fit: cover;
  width: 18px;
  height: auto;
  background: url(../img/common/icon-tel.png) no-repeat 50% 50%/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 520px) {
  .c-contact__tel-item .tel-link__item::before {
    width: 24px;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__tel-item .tel-time {
    display: block;
    width: 90%;
    position: relative;
    margin: 0 auto 0.5em;
  }
  .c-contact__tel-item .tel-time::before {
    content: "";
    display: block;
    width: 100%;
    border: 1px dashed #6b4b3b;
    z-index: -1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 520px) {
  .c-contact__tel-item .tel-time {
    display: inline;
  }
}
.c-contact__tel-item .tel-time h4 {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  margin: 0;
  padding-right: 0.75em;
  background: #fff;
}
@media screen and (min-width: 520px) {
  .c-contact__tel-item .tel-time h4 {
    padding-right: 0;
    font-size: 1.5rem;
  }
}
.c-contact__tel-item p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 520px) {
  .c-contact__tel-item p {
    display: inline;
    font-size: 1.5rem;
  }
}

/*===================================================
*** Snow Monkey Forms のカスタマイズ ***
==================================================== */
/* 各フォームパーツのデザインをリセット */
.smf-button-control__control,
.smf-text-control__control,
.smf-textarea-control__control {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  font-size: 100% !important;
  font-family: inherit !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.smf-form {
  max-width: 500px;
  margin: 0 auto;
  /* 項目をspで縦並び、PC以降は横並び */
}
@media screen and (min-width: 960px) {
  .smf-form {
    max-width: 700px;
  }
}
@media screen and (min-width: 1280px) {
  .smf-form {
    max-width: 900px;
    padding: 0 2em;
  }
}
@media screen and (min-width: 1280px) {
  .smf-form {
    padding: 0;
  }
}
.smf-form .smf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 2em;
  /* ラベルの列の幅を調整 */
  /* コントロール（入力欄）の列が残り幅を占めるように */
  /* 必須ラベル */
}
@media screen and (min-width: 520px) {
  .smf-form .smf-item {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1280px) {
  .smf-form .smf-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4em;
  }
}
.smf-form .smf-item__col--label {
  width: 100%; /* 幅を広げる */
  margin-bottom: 0.5em;
}
@media screen and (min-width: 520px) {
  .smf-form .smf-item__col--label {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .smf-form .smf-item__col--label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30%;
    margin-bottom: 0;
  }
}
.smf-form .smf-item__col--controls {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .smf-form .smf-item__col--controls {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; /* 残りのスペースを埋める */
    width: 40%;
  }
}
.smf-form .smf-item__col--controls .smf-text-control:has(> .zip) {
  width: 150px;
  margin-left: 2em;
  position: relative !important;
}
@media screen and (min-width: 960px) {
  .smf-form .smf-item__col--controls .smf-text-control:has(> .zip) {
    width: 200px;
  }
}
.smf-form .smf-item__col--controls .smf-text-control:has(> .zip)::before {
  content: "〒";
  font-size: 1.6rem;
  position: absolute;
  left: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  .smf-form .smf-item__col--controls .smf-text-control:has(> .zip)::before {
    font-size: 1.8rem;
  }
}
.smf-form .smf-item__col--controls .smf-text-control:has(> .age) {
  width: 4em;
  position: relative;
}
.smf-form .smf-item__col--controls .smf-text-control:has(> .age)::after {
  content: "歳";
  font-size: 1.6rem;
  position: absolute;
  right: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.smf-form .smf-item.required .smf-item__label__text {
  position: relative;
  display: inline-block;
  padding-right: 2em;
}
.smf-form .smf-item.required .smf-item__label__text::after {
  content: "必須";
  position: absolute;
  right: -3em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #b8e0f2;
  color: #6b4b3b;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5em 1em;
  border-radius: 5px;
}
@media screen and (min-width: 960px) {
  .smf-form .smf-item.radio .smf-radio-buttons-control__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smf-form .smf-item.radio .smf-radio-buttons-control__control .smf-label {
    margin-right: 1em;
  }
}
.smf-form .smf-item .smf-radio-button-control__label {
  color: #6b4b3b;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.25em;
  position: relative;
  margin-bottom: 1em;
}
.smf-form .smf-item .smf-radio-button-control__label::before {
  content: "";
  display: block;
  background: #ffffd3;
  border-radius: 50%;
  border: 1px solid #c9e58c;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.smf-form .smf-item input[type=radio].smf-radio-button-control__control {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.smf-form .smf-item input[type=radio].smf-radio-button-control__control:checked + .smf-radio-button-control__label::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 6px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #f9c393;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.smf-form > p.privacy {
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
}
.smf-form > p.privacy a {
  color: #6b4b3b;
}
@media screen and (min-width: 960px) {
  .smf-form > p.privacy {
    font-size: 1.5rem;
  }
}

.smf-control-description {
  font-size: 0.9em;
  color: #666;
  margin-top: 5px;
}

/* テキスト入力欄とテキストエリアの共通スタイル */
.smf-text-control__control,
.smf-textarea-control__control {
  width: 100%;
  padding: 0.5em !important;
  border: 1px solid #ffffd3 !important;
  border-radius: 5px !important;
  background-color: #ffffd3 !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  font-size: 1.6rem !important;
  letter-spacing: 0.1em !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 520px) {
  .smf-text-control__control,
  .smf-textarea-control__control {
    padding: 0.5em 1em !important;
  }
}
@media screen and (min-width: 960px) {
  .smf-text-control__control,
  .smf-textarea-control__control {
    padding: 1em !important;
  }
}

/* プレースホルダーの色 */
.smf-text-control__control::-webkit-input-placeholder, .smf-textarea-control__control::-webkit-input-placeholder {
  font-weight: 500;
  color: #c9e58c;
  opacity: 1 !important;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
.smf-text-control__control::-moz-placeholder, .smf-textarea-control__control::-moz-placeholder {
  font-weight: 500;
  color: #c9e58c;
  opacity: 1 !important;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
.smf-text-control__control:-ms-input-placeholder, .smf-textarea-control__control:-ms-input-placeholder {
  font-weight: 500;
  color: #c9e58c;
  opacity: 1 !important;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
.smf-text-control__control::-ms-input-placeholder, .smf-textarea-control__control::-ms-input-placeholder {
  font-weight: 500;
  color: #c9e58c;
  opacity: 1 !important;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
.smf-text-control__control::placeholder,
.smf-textarea-control__control::placeholder {
  font-weight: 500;
  color: #c9e58c;
  opacity: 1 !important;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}

/* フォーカス時のスタイル（任意） */
.smf-text-control__control:focus,
.smf-textarea-control__control:focus {
  outline: none;
  border: 1px solid #c9e58c !important;
}

/* フォームボタンをデザイン */
.smf-button-control {
  display: block;
  text-align: center;
  margin: 4em auto;
}
.smf-button-control button {
  width: 240px !important;
  background: #6b4b3b !important;
  color: #fff !important;
  border-radius: 24px !important;
  border: none !important;
  font-size: 1.6rem !important;
  letter-spacing: 0.1em !important;
  padding: 0.5em 0 !important;
  position: relative;
}
@media screen and (min-width: 960px) {
  .smf-button-control button {
    font-size: 2rem !important;
    border-radius: 30px !important;
  }
  .smf-button-control button:hover {
    background: #f9c393 !important;
    color: #6b4b3b !important;
  }
  .smf-button-control button:hover::before {
    top: -30px;
    -webkit-animation: rubberBand 0.8s linear 1;
            animation: rubberBand 0.8s linear 1;
  }
}
@media screen and (min-width: 960px) {
  .smf-button-control button::before {
    content: "";
    display: block;
    aspect-ratio: 30/20;
    -o-object-fit: cover;
       object-fit: cover;
    width: 50px;
    background: url(../img/common/futaba.png) no-repeat 50% 50%/contain;
    position: absolute;
    margin: 0 auto;
    top: 0;
    right: 2em;
    z-index: -1;
  }
}
.smf-button-control .smf-button-control__control[data-action=back] {
  background: #fff !important;
  color: #6b4b3b !important;
  border: #6b4b3b 1px solid !important;
}
@media screen and (min-width: 960px) {
  .smf-button-control .smf-button-control__control[data-action=back] {
    margin-right: 2em !important;
  }
  .smf-button-control .smf-button-control__control[data-action=back]:hover {
    background: #e1f4f9 !important;
  }
  .smf-button-control .smf-button-control__control[data-action=back]::before {
    content: none;
  }
}

/*====================================================
*
*	Confirm
*
====================================================*/
body:has([data-screen=confirm]) .c-contact__intro, body:has([data-screen=confirm]) .c-contact__tel {
  display: none;
}
body:has([data-screen=confirm]) .smf-form {
  margin-top: 3em;
  max-width: 450px;
  padding: 0;
  border-top: 1px dashed #6b4b3b;
}
@media screen and (min-width: 520px) {
  body:has([data-screen=confirm]) .smf-form {
    margin-top: 5em;
  }
}
@media screen and (min-width: 960px) {
  body:has([data-screen=confirm]) .smf-form {
    max-width: 600px;
  }
}
body:has([data-screen=confirm]) .smf-form .smf-item {
  border-bottom: 1px dashed #6b4b3b;
  margin-bottom: 0;
  padding: 0.5em 1em;
}
@media screen and (min-width: 1280px) {
  body:has([data-screen=confirm]) .smf-form .smf-item {
    padding: 1em 2em;
  }
}
body:has([data-screen=confirm]) .smf-form .smf-item .smf-item__label__text::after {
  display: none;
}
body:has([data-screen=confirm]) .smf-form .smf-item .smf-item__col--label {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  body:has([data-screen=confirm]) .smf-form .smf-item .smf-item__col--label {
    width: 45%;
  }
}
body:has([data-screen=confirm]) .smf-form p.privacy {
  display: none;
}
@media screen and (min-width: 960px) {
  body:has([data-screen=confirm]) .smf-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body:has([data-screen=confirm]) .smf-action .smf-button-control {
  margin: 2em auto;
}
@media screen and (min-width: 960px) {
  body:has([data-screen=confirm]) .smf-action .smf-button-control {
    margin: 4em 0;
  }
}

/*====================================================
*
*	Complete
*
====================================================*/
body:has([data-screen=complete]) .c-contact__intro, body:has([data-screen=complete]) .c-contact__tel {
  display: none;
}
body:has([data-screen=complete]) .smf-form {
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  body:has([data-screen=complete]) .smf-form {
    margin-bottom: 6em;
  }
}

/*====================================================
*
*	recapthca を お問い合わせとエントリー 以外は 非表示にする
*
====================================================*/
body:not(.contact, .entry) .grecaptcha-badge {
  visibility: hidden;
}

/*====================================================
*
*	Pagenavi
*
====================================================*/
.page-jump {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3em auto;
  padding: 0;
}
@media screen and (min-width: 520px) {
  .page-jump {
    max-width: 750px;
  }
}
@media screen and (min-width: 960px) {
  .page-jump {
    margin: 6em auto;
    max-width: 900px;
  }
}
.page-jump a {
  text-decoration: none;
  color: #6b4b3b;
}
.page-jump a,
.page-jump span {
  display: inline-block;
}
.page-jump .current {
  background: none;
  color: #6b4b3b;
}
.page-jump .backbtn {
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .page-jump .backbtn:hover {
    opacity: 0.4;
  }
}
.page-jump .-prev,
.page-jump .-next {
  font-size: 1.2rem;
  width: 30%;
}
.page-jump .-prev a,
.page-jump .-next a {
  display: block;
  position: relative;
  height: 2em;
}
.page-jump .-prev a::before,
.page-jump .-next a::before {
  content: "";
  display: block;
  width: 1em;
  height: auto;
  background: url(../img/common/arrow.png) no-repeat 50% 50%/contain;
  aspect-ratio: 58/118;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.page-jump .-prev a::after,
.page-jump .-next a::after {
  display: block;
  width: 3em;
  position: absolute;
  bottom: -2.5em;
}
.page-jump .-prev {
  display: block;
}
.page-jump .-prev a::after {
  content: "前へ";
  left: -5px;
}
@media screen and (min-width: 960px) {
  .page-jump .-prev a:hover {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
.page-jump .-next {
  display: block;
}
.page-jump .-next a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
}
.page-jump .-next a::after {
  content: "次へ";
  right: -10px;
}
@media screen and (min-width: 960px) {
  .page-jump .-next a:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.wp-pagenavi {
  font-family: "Lato", sans-serif;
  text-align: center;
  width: 100%;
  margin: 2em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .wp-pagenavi {
    margin: 4em auto 2em;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  font-size: 1.8rem;
  padding: 0 0.75em;
  border: none;
}
@media screen and (min-width: 960px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    padding: 0 1em;
  }
}
.wp-pagenavi .current {
  font-weight: 400 !important;
  position: relative;
}
.wp-pagenavi .current::before {
  content: "";
  display: inline-block;
  background: #efe7df;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  left: calc(1em + 1px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .wp-pagenavi .current::before {
    left: calc(1em + 5px);
  }
}
.wp-pagenavi .page {
  color: #6b4b3b;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .wp-pagenavi .page:hover {
    color: #efe7df;
  }
}
.wp-pagenavi .extend {
  border: none;
  margin-bottom: 0.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  display: none;
}
@media screen and (min-width: 960px) {
  .wp-pagenavi .extend {
    display: block;
  }
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  width: 30%;
  height: 1em;
}
@media screen and (min-width: 960px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    height: 2em;
  }
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  width: 0.75em;
  height: auto;
  background: url(../img/common/arrow.png) no-repeat 50% 50%/contain;
  aspect-ratio: 58/118;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .wp-pagenavi .previouspostslink::before,
  .wp-pagenavi .nextpostslink::before {
    width: 1em;
  }
}
@media screen and (min-width: 960px) {
  .wp-pagenavi .previouspostslink:hover {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
.wp-pagenavi .nextpostslink::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: 0;
}
@media screen and (min-width: 960px) {
  .wp-pagenavi .nextpostslink:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

/*====================================================
*
*	Decoration
*
====================================================*/
#loading {
  position: fixed;
  background: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: #efe7df;
}
#loading .loading-dots {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 点を横並びにする */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
}
#loading .loading-dots .dot {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-radius: 50%; /* 丸くする */
  -webkit-animation: op-bounce 0.5s infinite alternate;
          animation: op-bounce 0.5s infinite alternate; /* アニメーション適用 */
}
#loading .loading-dots .dot:nth-child(1) {
  background: #b8e0f2;
}
#loading .loading-dots .dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; /* 2番目の点の遅延 */
  background: #f9c393;
}
#loading .loading-dots .dot:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; /* 3番目の点の遅延 */
  background: #c9e58c;
}
#loading.loading-end {
  -webkit-animation: fadeOut 1s ease-out 1;
          animation: fadeOut 1s ease-out 1;
}

.c-bushes-r {
  background: url(../img/common/bushes-r.png) no-repeat 50% 50%/contain;
  display: block;
  aspect-ratio: 115/130;
  width: 115px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 1em;
}
@media screen and (min-width: 520px) {
  .c-bushes-r {
    width: 150px;
  }
}
@media screen and (min-width: 960px) {
  .c-bushes-r:hover::before {
    -webkit-transform: translateX(-1.25em) translateY(0.5em) rotate(-3deg);
            transform: translateX(-1.25em) translateY(0.5em) rotate(-3deg);
  }
}
.c-bushes-r::before {
  content: "";
  background: url(../img/common/neko.png) no-repeat 50% 50%/contain;
  display: block;
  aspect-ratio: 58/70;
  width: 70px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 1em;
  right: 4.5em;
  z-index: -1;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
@media screen and (min-width: 520px) {
  .c-bushes-r::before {
    width: 80px;
    top: 1em;
    right: 6em;
  }
}
@media screen and (min-width: 960px) {
  .c-bushes-r::before {
    width: 90px;
    top: 0.25em;
    right: 4.25em;
  }
}

.c-bushes-l {
  background: url(../img/common/bushes-l.png) no-repeat 50% 50%/contain;
  display: block;
  aspect-ratio: 115/130;
  width: 115px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -3em;
  left: 0;
}
@media screen and (min-width: 960px) {
  .c-bushes-l {
    width: 140px;
  }
  .c-bushes-l:hover::before {
    -webkit-transform: translateX(1.25em) translateY(-0.5em) rotate(4deg);
            transform: translateX(1.25em) translateY(-0.5em) rotate(4deg);
  }
}
@media screen and (min-width: 1280px) {
  .c-bushes-l {
    width: 200px;
  }
}
.c-bushes-l::before {
  content: "";
  background: url(../img/common/kuma.png) no-repeat 50% 50%/contain;
  display: block;
  aspect-ratio: 40/70;
  width: 40px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0.75em;
  left: 5.25em;
  z-index: -1;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
@media screen and (min-width: 960px) {
  .c-bushes-l::before {
    width: 60px;
    top: -0.25em;
    left: 5em;
  }
}
@media screen and (min-width: 1280px) {
  .c-bushes-l::before {
    width: 80px;
    top: 0;
    left: 7em;
  }
}

.c-wave-vertical {
  position: relative;
}
.c-wave-vertical::before {
  content: "";
  background: url(../img/common/wave-vertical.png) no-repeat 50% 50%/cover;
  display: block;
  width: 100%;
  max-width: 1440px;
  height: auto;
  aspect-ratio: 1437/1206;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.c-wave-vertical._y::before {
  background: url(../img/common/wave-vertical-y.png) no-repeat 50% 50%/contain;
  width: 100%;
  max-width: 1440px;
  height: auto;
  aspect-ratio: 750/630;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  bottom: auto;
  left: 0;
  z-index: 0;
}

._r::before, ._r::after {
  background: #f9c393 !important;
}

._g::before, ._g::after {
  background: #c9e58c !important;
}

/*====================================================
*
*	Home
*
====================================================*/
.home {
  background: #efe7df;
}
.home-cover-area {
  padding: 5em 0 0;
  position: relative;
  margin-bottom: 4em;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .home-cover-area {
    margin-bottom: 6em;
  }
}
.home-cover-area__bg {
  display: block;
  aspect-ratio: 1318/1364;
  -o-object-fit: cover;
     object-fit: cover;
  width: 90%;
  margin: 0 auto;
  background: url(../img/home/home-cover-bg.png) no-repeat 50% 50%/contain;
  position: relative;
}
@media screen and (min-width: 520px) {
  .home-cover-area__bg {
    width: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .home-cover-area__bg {
    max-width: 1320px;
  }
}
.home-cover-area__bg::before {
  content: "";
  display: block;
  background: url(../img/common/bird-y.png) no-repeat 50% 50%/contain;
  aspect-ratio: 111/107;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 18px;
  position: absolute;
  top: 23vw;
  left: 8vw;
  animation: floating-y-180 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 520px) {
  .home-cover-area__bg::before {
    width: 25px;
    top: 20vw;
    left: 10vw;
  }
}
@media screen and (min-width: 960px) {
  .home-cover-area__bg::before {
    width: 34px;
    left: 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .home-cover-area__bg::before {
    width: 45px;
    left: 7em;
    top: 24em;
  }
}
.home-cover-area__slide {
  display: block;
  aspect-ratio: 972/645;
  width: 90%;
  height: auto;
  position: absolute;
  top: 60%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 520px) {
  .home-cover-area__slide {
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .home-cover-area__slide {
    top: 50%;
    max-width: 972px;
  }
}
@media screen and (min-width: 1440px) {
  .home-cover-area__slide {
    max-width: 1200px;
  }
}
.home-cover-area__slide .slideshow {
  width: 100%;
  aspect-ratio: 972/645;
  -o-object-fit: cover;
     object-fit: cover;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
.home-cover-area__slide .slideshow .showSlide {
  opacity: 1;
  position: absolute;
  width: 100%;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  aspect-ratio: 972/645;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-cover-area__slide .slideshow .showSlide:first-of-type {
  background: url(../img/home/home-cover-slide01.png) no-repeat 50% 50%/cover;
}
.home-cover-area__slide .slideshow .showSlide:nth-of-type(2) {
  background: url(../img/home/home-cover-slide02.png) no-repeat 50% 50%/cover;
}
.home-cover-area__slide .slideshow .showSlide:nth-of-type(3) {
  background: url(../img/home/home-cover-slide03.png) no-repeat 50% 50%/cover;
}
.home-cover-area__slide .slideshow .showSlide:nth-of-type(4) {
  background: url(../img/home/home-cover-slide04.png) no-repeat 50% 50%/cover;
}
.home-concept-area {
  padding: 0 2em 10em;
  position: relative;
}
@media screen and (min-width: 960px) {
  .home-concept-area {
    margin-top: -20vw;
  }
}
@media screen and (min-width: 1440px) {
  .home-concept-area {
    margin-top: -10em;
    padding: 0 2em 15em;
  }
}
@media screen and (min-width: 1440px) {
  .home-concept-area__wrap {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.home-concept-area::before {
  content: "";
  background: url(../img/common/tree02-bg-w.png) no-repeat 50% 50%/contain;
  aspect-ratio: 478/874;
  width: 30%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  bottom: 12em;
  z-index: -1;
}
@media screen and (min-width: 520px) {
  .home-concept-area::before {
    max-width: 240px;
  }
}
@media screen and (min-width: 960px) {
  .home-concept-area::before {
    bottom: 3.5em;
  }
}
@media screen and (min-width: 1440px) {
  .home-concept-area::before {
    max-width: 300px;
  }
}
.home-concept-area::after {
  content: "";
  display: block;
  background: url(../img/common/bird-p.png) no-repeat 50% 50%/contain;
  aspect-ratio: 111/107;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 20px;
  position: absolute;
  top: -13vw;
  left: 20vw;
  animation: floating-y 3s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 520px) {
  .home-concept-area::after {
    width: 30px;
    left: 15vw;
  }
}
@media screen and (min-width: 960px) {
  .home-concept-area::after {
    width: 34px;
    top: -8vw;
  }
}
@media screen and (min-width: 1440px) {
  .home-concept-area::after {
    width: 45px;
    top: calc(-30% + 3em);
    left: calc(10% + 5em);
  }
}
.home-concept-area__img-box {
  display: block;
  aspect-ratio: 640/624;
  -o-object-fit: cover;
     object-fit: cover;
  width: 208px;
  background: url(../img/common/tree01.png) no-repeat 50% 50%/contain;
  position: absolute;
  top: -6em;
  right: -3em;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (min-width: 520px) {
  .home-concept-area__img-box {
    width: 45%;
    top: -20vw;
    right: -6vw;
  }
}
@media screen and (min-width: 960px) {
  .home-concept-area__img-box {
    max-width: 600px;
    top: -8vw;
    right: auto;
    left: 10vw;
  }
}
@media screen and (min-width: 1440px) {
  .home-concept-area__img-box {
    left: calc(50% - 500px);
    top: -14em;
  }
}
@media screen and (min-width: 960px) {
  .home-concept-area__text-box {
    width: 50%;
    margin-left: auto;
  }
}
.home-concept-area__text-box h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 520px) {
  .home-concept-area__text-box h2 {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .home-concept-area__text-box h2 {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .home-concept-area__text-box h2 {
    font-size: 3rem;
  }
}
.home-concept-area__text-box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 520px) {
  .home-concept-area__text-box p {
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .home-concept-area__text-box p {
    font-size: 1.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .home-concept-area__text-box .c-button a {
    width: 300px;
  }
}
.home-concept-area__text-box .c-button a::after {
  content: "";
  display: block;
  background: url(../img/common/bird-y.png) no-repeat 50% 50%/contain;
  aspect-ratio: 111/107;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 24px;
  position: absolute;
  top: 28vw;
  left: 8vw;
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 520px) {
  .home-concept-area__text-box .c-button a::after {
    width: 30px;
    top: 13vw;
    left: -6vw;
  }
}
@media screen and (min-width: 960px) {
  .home-concept-area__text-box .c-button a::after {
    width: 34px;
    left: 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .home-concept-area__text-box .c-button a::after {
    width: 45px;
    top: 8em;
    left: -12em;
  }
}
.home-slider-area {
  display: block;
  position: relative;
  z-index: -2;
  height: 50vw;
  margin-top: -15vw;
  background: #fff;
}
@media screen and (min-width: 520px) {
  .home-slider-area {
    height: 20em;
  }
}
@media screen and (min-width: 960px) {
  .home-slider-area {
    height: 30em;
    margin-top: -5vw;
  }
}
@media screen and (min-width: 1280px) {
  .home-slider-area {
    height: 32em;
    margin-top: -5em;
  }
}
@media screen and (min-width: 1600px) {
  .home-slider-area {
    height: 35em;
  }
}
.home-slider-area::before {
  content: "";
  display: block;
  background: url(../img/home/wave-top.svg) no-repeat 50% 50%/cover;
  position: absolute;
  top: -1em;
  z-index: 1;
  width: 100%;
  height: 11vw;
}
@media screen and (min-width: 960px) {
  .home-slider-area::before {
    top: -3em;
  }
}
@media screen and (min-width: 1280px) {
  .home-slider-area::before {
    background: url(../img/home/wave-top-l.svg) no-repeat 50% 50%/cover;
    height: 6vw;
    top: -1em;
  }
}
@media screen and (min-width: 1600px) {
  .home-slider-area::before {
    top: -3em;
  }
}
.home-slider-area::after {
  content: "";
  display: block;
  background: url(../img/home/wave-bottom.svg) no-repeat 50% 50%/cover;
  position: absolute;
  bottom: -1em;
  z-index: 1;
  width: 100%;
  height: 11vw;
}
@media screen and (min-width: 960px) {
  .home-slider-area::after {
    bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .home-slider-area::after {
    background: url(../img/home/wave-bottom-l.svg) no-repeat 50% 50%/cover;
    height: 6vw;
    bottom: -1em;
  }
}
@media screen and (min-width: 1600px) {
  .home-slider-area::after {
    bottom: -3em;
  }
}
.home-slider-area .carousel-slider {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
}
.home-slider-area .carousel-slider img {
  aspect-ratio: 330/430;
  -o-object-fit: cover;
     object-fit: cover;
  list-style-type: none;
  width: 160px;
  height: auto;
}
@media screen and (min-width: 520px) {
  .home-slider-area .carousel-slider img {
    width: 240px;
  }
}
@media screen and (min-width: 960px) {
  .home-slider-area .carousel-slider img {
    width: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .home-slider-area .carousel-slider img {
    width: 400px;
  }
}
.home-slider-area .carousel-slider .slick-slide {
  margin: 0 5px;
}
.home-slider-area .carousel-slider .slick-prev,
.home-slider-area .carousel-slider .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 50%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #6b4b3b; /*矢印の色*/
  border-right: 2px solid #6b4b3b; /*矢印の色*/
  height: 15px;
  width: 15px;
}
.home-slider-area .carousel-slider .slick-prev {
  /*戻る矢印の位置と形状*/
  left: -2%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.home-slider-area .carousel-slider .slick-next {
  /*次へ矢印の位置と形状*/
  right: -2%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.home-news-area {
  background: #fff;
  padding: 2em 1em 4em;
  position: relative;
  z-index: 0;
}
.home-news-area h2 {
  margin-bottom: 2em;
}
@media screen and (min-width: 520px) {
  .home-news-area h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .home-news-area h2 {
    font-size: 3rem;
  }
}
.home-news-area__wrap {
  margin: 0 auto;
}
@media screen and (min-width: 520px) {
  .home-news-area__wrap {
    max-width: 600px;
  }
}
@media screen and (min-width: 960px) {
  .home-news-area__wrap {
    max-width: 700px;
  }
}
@media screen and (min-width: 1600px) {
  .home-news-area__wrap {
    max-width: 900px;
  }
}
.home-news-area::before {
  content: "";
  background: url(../img/common/tree02-p.png) no-repeat 50% 50%/contain;
  aspect-ratio: 968/1140;
  width: 310px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: -6em;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 520px) {
  .home-news-area::before {
    width: 360px;
  }
}
@media screen and (min-width: 960px) {
  .home-news-area::before {
    width: 480px;
    right: 2vw;
  }
}
@media screen and (min-width: 1440px) {
  .home-news-area::before {
    right: 20%;
  }
}
.home-news-area .c-button {
  margin: 3em auto;
}
@media screen and (min-width: 960px) {
  .home-news-area .c-button {
    margin: 4em auto;
  }
}
.home-picup-area ul {
  margin: 0;
  padding: 0;
}
.home-picup-area ul li {
  list-style: none;
}
@media screen and (min-width: 960px) {
  .home-picup-area ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-picup-area ul li:nth-child(odd) .home-picup__img-area {
  border-radius: 0 10px 10px 0;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 1600px) {
  .home-picup-area ul li:nth-child(odd) .home-picup__img-area {
    border-radius: 10px;
  }
}
.home-picup-area ul li:nth-child(odd) .home-picup__img-area h2 {
  right: 0;
}
@media screen and (min-width: 960px) {
  .home-picup-area ul li:nth-child(odd) .home-picup__img-area h2 {
    right: 0.5em;
  }
}
@media screen and (min-width: 1280px) {
  .home-picup-area ul li:nth-child(odd) .home-picup__text-area {
    margin-right: 10%;
  }
}
@media screen and (min-width: 960px) {
  .home-picup-area ul li:nth-child(even) .home-picup__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.home-picup-area ul li:nth-child(even) .home-picup__img-area {
  border-radius: 10px 0 0 10px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 1600px) {
  .home-picup-area ul li:nth-child(even) .home-picup__img-area {
    border-radius: 10px;
  }
}
.home-picup-area ul li:nth-child(even) .home-picup__img-area h2 {
  left: 0;
}
@media screen and (min-width: 960px) {
  .home-picup-area ul li:nth-child(even) .home-picup__img-area h2 {
    left: 0.5em;
  }
}
@media screen and (min-width: 1280px) {
  .home-picup-area ul li:nth-child(even) .home-picup__text-area {
    margin-left: 10%;
  }
}
.home-picup__item {
  padding-top: 5em;
}
@media screen and (min-width: 960px) {
  .home-picup__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5em 0;
    z-index: 0;
  }
}
@media screen and (min-width: 1280px) {
  .home-picup__item {
    padding: 7em 0;
  }
}
@media screen and (min-width: 1600px) {
  .home-picup__item {
    padding: 7em 15em;
  }
}
.home-picup__item._days {
  background: #f9f2f2;
}
.home-picup__item._days .home-picup__img-area {
  background: url(../img/home/home-picup__days-pic.jpg) no-repeat 50% 50%/contain;
}
.home-picup__item._days .home-picup__text-area p::before {
  background: url(../img/common/nezumi.png) no-repeat 50% 50%/contain;
  aspect-ratio: 48/51;
  width: 18%;
  max-width: 80px;
  right: -1vw;
  bottom: -4vw;
}
@media screen and (min-width: 520px) {
  .home-picup__item._days .home-picup__text-area p::before {
    bottom: -6vw;
  }
}
@media screen and (min-width: 960px) {
  .home-picup__item._days .home-picup__text-area p::before {
    width: 30%;
    bottom: -2vw;
    right: 2vw;
  }
}
@media screen and (min-width: 1280px) {
  .home-picup__item._days .home-picup__text-area p::before {
    max-width: 80px;
    right: -6vw;
  }
}
.home-picup__item._days .home-picup__text-area p.custom-scroll::before {
  -webkit-animation: bounce 2s linear 4;
          animation: bounce 2s linear 4;
}
@media screen and (min-width: 960px) {
  .home-picup__item._days .home-picup__text-area .c-button > a:hover {
    background: #f7bfd0;
  }
}
.home-picup__item._event {
  background: #e1f4f9;
}
.home-picup__item._event .home-picup__img-area {
  background: url(../img/home/home-picup__event-pic.jpg) no-repeat 50% 50%/contain;
}
.home-picup__item._event .home-picup__text-area p::before {
  background: url(../img/common/wani.png) no-repeat 50% 50%/contain;
  aspect-ratio: 40/52;
  width: 16%;
  max-width: 60px;
  left: 0;
  bottom: -8vw;
}
@media screen and (min-width: 520px) {
  .home-picup__item._event .home-picup__text-area p::before {
    left: -4vw;
  }
}
@media screen and (min-width: 960px) {
  .home-picup__item._event .home-picup__text-area p::before {
    width: 30%;
    max-width: 70px;
    left: -2vw;
    bottom: -6vw;
  }
}
@media screen and (min-width: 1280px) {
  .home-picup__item._event .home-picup__text-area p::before {
    max-width: 80px;
    left: -4vw;
    bottom: -6vw;
  }
}
.home-picup__item._event .home-picup__text-area p.custom-scroll::before {
  -webkit-animation: swing 1.4s linear 6;
          animation: swing 1.4s linear 6;
}
@media screen and (min-width: 960px) {
  .home-picup__item._event .home-picup__text-area .c-button > a:hover {
    background: #b8e0f2;
  }
}
.home-picup__item._about {
  background: #ffffd3;
}
.home-picup__item._about .home-picup__img-area {
  background: url(../img/home/home-picup__about-pic.jpg) no-repeat 50% 50%/contain;
}
.home-picup__item._about .home-picup__text-area p::before {
  background: url(../img/common/plane.png) no-repeat 50% 50%/contain;
  aspect-ratio: 40/52;
  width: 13%;
  max-width: 80px;
  right: 4em;
  bottom: 2vw;
}
@media screen and (min-width: 520px) {
  .home-picup__item._about .home-picup__text-area p::before {
    bottom: -3vw;
  }
}
@media screen and (min-width: 960px) {
  .home-picup__item._about .home-picup__text-area p::before {
    width: 30%;
    max-width: 70px;
    right: -2vw;
    bottom: -4vw;
  }
}
@media screen and (min-width: 1280px) {
  .home-picup__item._about .home-picup__text-area p::before {
    max-width: 80px;
    right: -2em;
    bottom: -3em;
  }
}
.home-picup__item._about .home-picup__text-area p.custom-scroll::before {
  -webkit-animation: fadeInTopRight 1.8s linear 1;
          animation: fadeInTopRight 1.8s linear 1;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
@media screen and (min-width: 960px) {
  .home-picup__item._about .home-picup__text-area .c-button > a:hover {
    background: #c9e58c;
  }
}
.home-picup__img-area {
  aspect-ratio: 770/470;
  width: 92%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media screen and (min-width: 520px) {
  .home-picup__img-area {
    width: 85%;
  }
}
@media screen and (min-width: 960px) {
  .home-picup__img-area {
    width: 50%;
    max-width: 600px;
  }
}
@media screen and (min-width: 1280px) {
  .home-picup__img-area {
    max-width: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .home-picup__img-area {
    max-width: 1000px;
  }
}
.home-picup__img-area h2 {
  font-size: 2rem;
  -webkit-writing-mode: vertical-rl !important;
      -ms-writing-mode: tb-rl !important;
          writing-mode: vertical-rl !important;
  text-orientation: upright !important;
  background: #fff;
  padding: 1em 0.25em;
  position: absolute;
  top: -1em;
}
@media screen and (min-width: 520px) {
  .home-picup__img-area h2 {
    font-size: 2.6rem;
  }
}
.home-picup__text-area {
  padding: 1em 2em;
}
@media screen and (min-width: 520px) {
  .home-picup__text-area {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .home-picup__text-area {
    width: 48%;
    margin: 0;
    padding: 0 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  .home-picup__text-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40%;
  }
}
.home-picup__text-area p {
  text-align: justify;
  padding-bottom: 4em;
  position: relative;
  line-height: 2.4;
}
.home-picup__text-area p::before {
  content: "";
  display: block;
  position: absolute;
  /* イラストのアスペクト比は項目ごとに指定 */
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*====================================================
*
*	Concept
*
====================================================*/
.concept {
  background: #ffffd3;
}
.concept-goals-area {
  background: #fff;
  position: relative;
  padding: 0 0 4em;
}
@media screen and (min-width: 520px) {
  .concept-goals-area__wrap {
    max-width: 600px;
  }
}
@media screen and (min-width: 960px) {
  .concept-goals-area__wrap {
    max-width: 900px;
  }
}
.concept-goals-area__wrap .c-headingstyle.-vertical {
  top: 1.5em;
}
.concept-goals__catchcopy {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 0 0 3em;
}
@media screen and (min-width: 520px) {
  .concept-goals__catchcopy {
    font-size: 4rem;
  }
}
@media screen and (min-width: 960px) {
  .concept-goals__catchcopy {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .concept-goals__catchcopy {
    font-size: 6rem;
  }
}
.concept-goals-list {
  margin: 0;
  padding: 0 0 0 1em;
}
.concept-goals-list__item {
  list-style: none;
  position: relative;
  margin-bottom: 6em;
}
@media screen and (min-width: 520px) {
  .concept-goals-list__item {
    margin-bottom: 8em;
  }
}
@media screen and (min-width: 960px) {
  .concept-goals-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.concept-goals-list__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background: #b8e0f2;
  position: absolute;
  left: -0.25em;
  top: 3em;
}
@media screen and (min-width: 960px) {
  .concept-goals-list__item::after {
    content: none;
  }
}
.concept-goals-list__item.effect-custom::after {
  height: 0;
  -webkit-transition: all 1.4s ease-in;
  transition: all 1.4s ease-in;
}
.concept-goals-list__item.custom-scroll::after {
  height: 90%;
}
.concept-goals-list__ttl.custom-scroll h3::before {
  -webkit-animation: zoomIn 1.6s ease-in-out 1;
          animation: zoomIn 1.6s ease-in-out 1;
}
.concept-goals-list__ttl h3 {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (min-width: 960px) {
  .concept-goals-list__ttl h3 {
    font-size: 2.4rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 1.5em;
  }
}
.concept-goals-list__ttl h3::before {
  content: "";
  display: block;
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  background: #b8e0f2;
  border-radius: 50%;
  position: absolute;
  left: -1.75em;
  top: -1.25em;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .concept-goals-list__ttl h3::before {
    width: 70px;
    left: -1em;
    top: -1.75em;
  }
}
.concept-goals-list__ttl h3 span {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .concept-goals-list__ttl h3 span {
    font-size: 3.6rem;
  }
}
.concept-goals-list__text {
  padding-left: 1.5em;
}
@media screen and (min-width: 960px) {
  .concept-goals-list__text {
    padding: 0;
  }
}
.concept-goals-list__text h4 {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .concept-goals-list__text h4 {
    font-size: 2.4rem;
    display: inline-block;
    margin: 0 0 1em;
    padding: 0 0.5em;
    position: relative;
    padding-left: 120px;
  }
  .concept-goals-list__text h4::before {
    content: "";
    width: 120px;
    height: 1px;
    margin: 0;
    background: #b8e0f2;
    position: absolute;
    top: 50%;
    left: 2em;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    z-index: -1;
  }
}
.concept-goals-list__text h4.effect-custom::before {
  width: 0;
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
  left: 0;
}
.concept-goals-list__text h4.custom-scroll::before {
  width: 120px;
  left: 2em;
}
.concept-goals-list__text p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .concept-goals-list__text p {
    letter-spacing: 0.2em;
    line-height: 2.4;
    margin: 0;
  }
}
.concept-goals__pic {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 8em 0 0 auto;
}
@media screen and (min-width: 960px) {
  .concept-goals__pic {
    position: absolute;
    right: 0;
    bottom: 12em;
    max-width: 350px;
    margin: 8em 0 4em auto;
  }
}
@media screen and (min-width: 1280px) {
  .concept-goals__pic {
    max-width: 460px;
  }
}
@media screen and (min-width: 1440px) {
  .concept-goals__pic {
    max-width: 550px;
  }
}
.concept-goals__pic img {
  border-radius: 15px 0 0 15px;
}
@media screen and (min-width: 960px) {
  .concept-goals__pic img {
    border-radius: 30px 0 0 30px;
  }
}
.concept-features-area {
  background: #fff;
  padding: 3em 0;
}
.concept-features-list {
  margin: 0;
  padding: 0;
}
.concept-features-list li {
  list-style: none;
}
@media screen and (min-width: 960px) {
  .concept-features-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .concept-features-list li:nth-child(2n) .concept-features-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.concept-features-list__item {
  margin: 0 auto 3em;
  max-width: 500px;
}
@media screen and (min-width: 960px) {
  .concept-features-list__item {
    margin: 0 auto 8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1200px;
  }
}
.concept-features-list__item img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 520px) {
  .concept-features-list__item img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .concept-features-list__item img {
    width: 48%;
    margin: 0;
  }
}
.concept-features__text {
  width: calc(100% - 4em);
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .concept-features__text {
    width: 50%;
    margin: 0;
    padding: 0 4em 2em;
  }
}
.concept-features__text::before {
  content: "";
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.concept-features__text._01::before {
  background: url(../img/common/donguri.png) no-repeat 50% 50%/contain;
  aspect-ratio: 87/102;
  width: 60px;
  right: 2em;
  top: -4em;
}
@media screen and (min-width: 960px) {
  .concept-features__text._01::before {
    width: 80px;
    right: 6em;
    top: auto;
    bottom: -4em;
  }
}
.concept-features__text._02::before {
  background: url(../img/common/kame.png) no-repeat 50% 50%/contain;
  aspect-ratio: 80/59;
  width: 70px;
  left: 3em;
  bottom: -6em;
}
@media screen and (min-width: 960px) {
  .concept-features__text._02::before {
    width: 90px;
    left: auto;
    right: 6em;
    bottom: -4em;
  }
}
.concept-features__text h3 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 2em 0;
}
@media screen and (min-width: 960px) {
  .concept-features__text h3 {
    text-align: left;
    font-size: 3rem;
    margin: 0 0 1em;
  }
}
.concept-features__text p {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 2.4;
  text-align: justify;
}
.concept-contents-area {
  background: #e1f4f9;
  padding: 4em 0 0;
}
.concept-contents-area h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto 2em !important;
  font-size: 2rem;
  font-weight: 500 !important;
}
@media screen and (min-width: 960px) {
  .concept-contents-area h2 {
    margin: 0 auto 4em !important;
  }
}
.concept-contents-area p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
  margin: 0 auto 4em;
  max-width: 600px;
}
@media screen and (min-width: 960px) {
  .concept-contents-area p {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 2.4;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 8em;
  }
}
.concept-contents-area img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 375/400;
}
@media screen and (min-width: 520px) {
  .concept-contents-area img {
    max-height: 350px;
    aspect-ratio: 1440/400;
  }
}
.concept-activities-area {
  background: #fff;
  padding: 2em 0 6em;
}
@media screen and (min-width: 960px) {
  .concept-activities-area {
    padding: 4em 0 6em;
  }
}
.concept-activities-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 520px) {
  .concept-activities-list {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .concept-activities-list {
    max-width: none;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4em;
  }
}
@media screen and (min-width: 1600px) {
  .concept-activities-list {
    margin: 0 auto;
    max-width: 1500px;
  }
}
.concept-activities-list li {
  list-style: none;
  margin-bottom: 1em;
}
.concept-activities-list li.custom-scroll {
  -webkit-animation: fadeIn 1s ease-in-out 1;
          animation: fadeIn 1s ease-in-out 1;
}
@media screen and (min-width: 520px) {
  .concept-activities-list li {
    margin-bottom: 4em;
  }
}
@media screen and (min-width: 960px) {
  .concept-activities-list li {
    width: 46%;
  }
  .concept-activities-list li:nth-child(2n-1) .concept-activities-text {
    margin: 0 0 0 3em;
  }
  .concept-activities-list li:nth-child(2n).custom-scroll {
    -webkit-animation: fadeIn 2s ease-in-out 1;
            animation: fadeIn 2s ease-in-out 1;
  }
  .concept-activities-list li:nth-child(2n) .concept-activities-text {
    margin: 0 3em 0 0;
  }
}
.concept-activities-text {
  padding: 1em 2em;
}
@media screen and (min-width: 960px) {
  .concept-activities-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 92%;
    padding: 1em;
  }
}
.concept-activities-text__ttl {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .concept-activities-text__ttl {
    width: 34%;
    text-align: left;
  }
}
.concept-activities-text__ttl h3 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0.5em auto;
}
.concept-activities-text p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .concept-activities-text p {
    width: calc(66% - 3em);
    text-align: justify;
    margin-left: 3em;
  }
}
.concept .concept-activities-age-list {
  width: 90%;
  margin: 0 auto;
  padding: 2em 2em 1em 2em;
  border: 1px dashed #6b4b3b;
}
@media screen and (min-width: 520px) {
  .concept .concept-activities-age-list {
    width: 70%;
  }
}
@media screen and (min-width: 960px) {
  .concept .concept-activities-age-list {
    width: 80%;
    max-width: 750px;
    padding: 3em 3em 1em 3em;
    margin: 0 auto 4em;
  }
}
.concept .concept-activities-age-list__item {
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .concept .concept-activities-age-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2em;
  }
}
.concept .concept-activities-age-list dt {
  font-weight: 400;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 960px) {
  .concept .concept-activities-age-list dt {
    margin: 0 1em 0 0;
  }
  .concept .concept-activities-age-list dt span {
    font-size: 1.8rem;
  }
}
.concept .concept-activities-age-list dd {
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .concept .concept-activities-age-list dd {
    letter-spacing: 0.1em;
    font-size: 1.8rem;
  }
}

.age {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 0.25em 0.5em;
  background: #ffffd3;
}
.age._g {
  background: #e5f0b9;
}
.age._p {
  background: #f9f2f2;
}
.age._b {
  background: #e1f4f9;
}

/*====================================================
*
*	Days
*
====================================================*/
.days {
  background: #f9f2f2;
}
.days .c-main-ttl._01::before {
  content: "";
  background: url(../img/common/tree02-bg-w.png) no-repeat 50% 50%/contain;
}
@media screen and (min-width: 1600px) {
  .days .c-main-ttl._01::before {
    background: url(../img/common/tree02-bg-w-l.png) no-repeat 50% 50%/contain;
  }
}
.days-flow-area {
  position: relative;
}
@media screen and (min-width: 960px) {
  .days-flow-area {
    padding: 2em 0;
  }
}
@media screen and (min-width: 1280px) {
  .days-flow-area {
    padding: 6em 0 2em;
  }
}
.days-flow-list {
  margin: 0 auto 4em;
  padding: 0 0 0 8vw;
  position: relative;
  max-width: 320px;
}
@media screen and (min-width: 520px) {
  .days-flow-list {
    max-width: 350px;
    padding-left: 5em;
  }
}
@media screen and (min-width: 960px) {
  .days-flow-list {
    max-width: 450px;
    margin-bottom: 8em;
    padding-left: 8em;
  }
}
@media screen and (min-width: 1440px) {
  .days-flow-list {
    padding-left: 10em;
  }
}
.days-flow-list::before {
  content: "";
  display: block;
  background: url(../img/common/sun.png) no-repeat 50% 50%/contain;
  aspect-ratio: 125/110;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
  height: auto;
  position: absolute;
  right: 10vw;
  top: -3em;
  -webkit-animation: rotate-anime 8s ease-in-out infinite;
          animation: rotate-anime 8s ease-in-out infinite;
}
@media screen and (min-width: 520px) {
  .days-flow-list::before {
    width: 80px;
    right: -3em;
    top: -6em;
  }
}
@media screen and (min-width: 960px) {
  .days-flow-list::before {
    width: 125px;
    right: -8em;
    top: -4em;
  }
}
.days-flow-list li {
  list-style: none;
  position: relative;
}
.days-flow-list li::before {
  content: "";
  display: block;
  background: #fff;
  width: 2em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.25em;
}
.days-flow-list li::after {
  content: "";
  display: block;
  background: #fff;
  width: 6px;
  height: calc(100% + 3em);
  position: absolute;
  left: 0.75em;
  top: 0.25em;
}
.days-flow-list li:last-child::after {
  content: none;
}
.days-flow-list li:nth-child(3) .days-flow-list__item-img {
  position: relative;
}
@media screen and (min-width: 520px) {
  .days-flow-list li:nth-child(3) .days-flow-list__item-img {
    max-width: 200px;
    position: absolute;
    left: -32vw;
    top: -8em;
  }
}
@media screen and (min-width: 960px) {
  .days-flow-list li:nth-child(3) .days-flow-list__item-img {
    max-width: 250px;
    top: -14em;
    left: -23em;
  }
}
@media screen and (min-width: 1440px) {
  .days-flow-list li:nth-child(3) .days-flow-list__item-img {
    max-width: 350px;
    top: -15em;
    left: -30em;
  }
}
.days-flow-list li:nth-child(3) .days-flow-list__item-img.custom-scroll {
  -webkit-animation: zoomIn 1s ease-in-out;
          animation: zoomIn 1s ease-in-out;
}
.days-flow-list li:nth-child(3) .days-flow-list__item-img::before {
  content: "";
  display: block;
  background: url(../img/common/onpu01.png) no-repeat 50% 50%/contain;
  aspect-ratio: 56/47;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
  height: auto;
  position: absolute;
  right: 1em;
  top: -2em;
}
@media screen and (min-width: 520px) {
  .days-flow-list li:nth-child(3) .days-flow-list__item-img::before {
    width: 70px;
    top: auto;
    right: -1em;
    bottom: -3em;
  }
}
@media screen and (min-width: 960px) {
  .days-flow-list li:nth-child(3) .days-flow-list__item-img::before {
    width: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .days-flow-list li:nth-child(3) .days-flow-list__item-img::before {
    width: 100px;
  }
}
.days-flow-list li:nth-child(5) .days-flow-list__item-img {
  position: relative;
}
@media screen and (min-width: 520px) {
  .days-flow-list li:nth-child(5) .days-flow-list__item-img {
    position: absolute;
    right: -17vw;
    top: -12em;
  }
}
@media screen and (min-width: 960px) {
  .days-flow-list li:nth-child(5) .days-flow-list__item-img {
    max-width: 180px;
    right: -13em;
    top: -18em;
  }
}
@media screen and (min-width: 1440px) {
  .days-flow-list li:nth-child(5) .days-flow-list__item-img {
    max-width: 200px;
    right: -16em;
  }
}
.days-flow-list li:nth-child(5) .days-flow-list__item-img.custom-scroll {
  -webkit-animation: zoomIn 2s ease-in-out;
          animation: zoomIn 2s ease-in-out;
}
.days-flow-list li:nth-child(5) .days-flow-list__item-img::before {
  content: "";
  display: block;
  background: url(../img/common/cutlery.png) no-repeat 50% 50%/contain;
  aspect-ratio: 162/168;
  -o-object-fit: cover;
     object-fit: cover;
  width: 60px;
  height: auto;
  position: absolute;
  right: -1em;
  bottom: -2em;
}
@media screen and (min-width: 960px) {
  .days-flow-list li:nth-child(5) .days-flow-list__item-img::before {
    width: 70px;
  }
}
@media screen and (min-width: 520px) {
  .days-flow-list li:nth-child(6) .days-flow-list__item-img {
    position: absolute;
    left: -24vw;
    top: 1em;
  }
}
@media screen and (min-width: 960px) {
  .days-flow-list li:nth-child(6) .days-flow-list__item-img {
    max-width: 200px;
    left: -16em;
  }
}
@media screen and (min-width: 1440px) {
  .days-flow-list li:nth-child(6) .days-flow-list__item-img {
    max-width: 240px;
    left: -20em;
  }
}
.days-flow-list li:nth-child(6) .days-flow-list__item-img.custom-scroll {
  -webkit-animation: zoomIn 1s ease-in-out;
          animation: zoomIn 1s ease-in-out;
}
.days-flow-list li:nth-child(7) .days-flow-list__item {
  position: relative;
}
.days-flow-list li:nth-child(7) .days-flow-list__item::before {
  content: "";
  display: block;
  background: url(../img/common/cookies.png) no-repeat 50% 50%/contain;
  aspect-ratio: 162/168;
  -o-object-fit: cover;
     object-fit: cover;
  width: 60px;
  height: auto;
  position: absolute;
  right: 5vw;
  bottom: -2em;
}
@media screen and (min-width: 520px) {
  .days-flow-list li:nth-child(7) .days-flow-list__item::before {
    width: 70px;
    bottom: -5em;
    right: 3vw;
  }
}
@media screen and (min-width: 960px) {
  .days-flow-list li:nth-child(7) .days-flow-list__item::before {
    width: 75px;
    bottom: -8em;
    right: calc(14% - 20px);
  }
}
@media screen and (min-width: 1440px) {
  .days-flow-list li:nth-child(7) .days-flow-list__item::before {
    width: 85px;
  }
}
@media screen and (min-width: 960px) {
  .days-flow-list li:nth-child(9) .days-flow-list__item-img {
    max-width: 240px;
    position: absolute;
    right: -18em;
    bottom: 8em;
  }
}
@media screen and (min-width: 1440px) {
  .days-flow-list li:nth-child(9) .days-flow-list__item-img {
    max-width: 300px;
    right: -24em;
  }
}
.days-flow-list li:nth-child(9) .days-flow-list__item-img.custom-scroll {
  -webkit-animation: zoomIn 1s ease-in-out;
          animation: zoomIn 1s ease-in-out;
}
.days-flow-list__item {
  margin-bottom: 2em;
  padding-left: 3.5em;
}
@media screen and (min-width: 960px) {
  .days-flow-list__item {
    margin-bottom: 3em;
  }
}
.days-flow-list__item h3 {
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .days-flow-list__item h3 {
    font-size: 2.4rem;
    margin: 0 0 0.25em 0;
  }
}
.days-flow-list__item p {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin: 0 0 2em 0;
}
@media screen and (min-width: 960px) {
  .days-flow-list__item p {
    font-size: 1.6rem;
  }
}
.days-flow-list__item .days-flow-list__item-img {
  max-width: 150px;
}
.days-flow-list__item .days-flow-list__item-img img {
  border-radius: 15px;
}
@media screen and (min-width: 960px) {
  .days-flow-list__item .days-flow-list__item-img img {
    border-radius: 30px;
  }
}
.days-hours-info {
  margin: 0 auto 4em;
  max-width: 500px;
}
@media screen and (min-width: 960px) {
  .days-hours-info {
    margin-bottom: 8em;
    max-width: 900px;
  }
}
.days-hours-info h3 {
  background: #6b4b3b;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0.5em 1em;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 520px) {
  .days-hours-info h3 {
    text-align: center;
  }
}
.days-hours-info__wrap {
  background: #ffffd3;
  padding: 1em 2em 4em;
  border-radius: 0 0 10px 10px;
  position: relative;
}
@media screen and (min-width: 520px) {
  .days-hours-info__wrap {
    padding: 1em 2em 2em;
  }
}
@media screen and (min-width: 960px) {
  .days-hours-info__wrap {
    padding: 2em 2em 1em 2em;
  }
}
.days-hours-info__wrap::before {
  content: "";
  display: block;
  background: url(../img/common/nezumi.png) no-repeat 50% 50%/contain;
  width: 70px;
  height: auto;
  aspect-ratio: 48/51;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 1em;
  bottom: 1em;
}
@media screen and (min-width: 520px) {
  .days-hours-info__wrap::before {
    width: 80px;
  }
}
@media screen and (min-width: 960px) {
  .days-hours-info__wrap::before {
    width: 110px;
    right: 3em;
    bottom: 2em;
  }
}
.days-hours-info__item {
  margin-bottom: 2em;
}
@media screen and (min-width: 520px) {
  .days-hours-info__item {
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .days-hours-info__item {
    margin-bottom: 4em;
  }
}
.days-hours-info__item h4 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0.5em 0 0;
}
@media screen and (min-width: 960px) {
  .days-hours-info__item h4 {
    font-size: 2rem;
    display: inline-block;
  }
}
.days-hours-info__item h4 span {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .days-hours-info__item h4 span {
    font-size: 2.8rem;
    display: inline-block;
    margin-left: 1em;
  }
}
.days-hours-info__item p {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
  letter-spacing: 0.1em;
  margin: 0.5em 0;
}
@media screen and (min-width: 520px) {
  .days-hours-info__item p {
    text-align: center;
  }
}
.days-event-area {
  background: #fff;
  padding: 1em;
}
.days-event-area__wrap {
  background: #e1f4f9;
  border-radius: 10px;
  padding: 3em 0;
}
@media screen and (min-width: 960px) {
  .days-event-area__wrap {
    padding: 6em 0;
  }
}
@media screen and (min-width: 1440px) {
  .days-event-area__wrap .c-container {
    max-width: 1200px !important;
  }
}
.days-event-list {
  margin: 0 auto;
  padding: 3em 0;
  max-width: 500px;
}
@media screen and (min-width: 960px) {
  .days-event-list {
    max-width: 900px;
    margin: 0 auto 6em;
  }
}
@media screen and (min-width: 1440px) {
  .days-event-list {
    max-width: 1200px;
    margin: 0 auto 10em;
  }
}
.days-event-list > li {
  list-style: none;
  margin-bottom: 4em;
  position: relative;
}
.days-event-list > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .days-event-list > li {
    margin-bottom: 10em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .days-event-list > li:nth-child(2n-1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .days-event-list > li:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1440px) {
  .days-event-list > li {
    margin-bottom: 14em;
  }
}
.days-event-list__item {
  position: relative;
}
@media screen and (min-width: 960px) {
  .days-event-list__item {
    width: 65%;
  }
}
.days-event-list__item._spring .days-event-list__item-slide .slideshow::before {
  background: url(../img/days/days-event-illust01.png) no-repeat 50% 50%/contain;
  aspect-ratio: 361/306;
  width: 90px;
  right: -1em;
  bottom: -3em;
}
@media screen and (min-width: 960px) {
  .days-event-list__item._spring .days-event-list__item-slide .slideshow::before {
    width: 120px;
    bottom: auto;
    top: -4em;
    right: -2em;
  }
}
@media screen and (min-width: 1440px) {
  .days-event-list__item._spring .days-event-list__item-slide .slideshow::before {
    width: 150px;
  }
}
.days-event-list__item._spring .days-event-list__item-slide .slideshow .showSlide:nth-child(1) {
  background: url(../img/days/days-event-slide-01__01.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item._spring .days-event-list__item-slide .slideshow .showSlide:nth-child(2) {
  background: url(../img/days/days-event-slide-01__02.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item._spring .days-event-list__item-slide .slideshow .showSlide:nth-child(3) {
  background: url(../img/days/days-event-slide-01__03.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item._spring .days-event-list__item-slide .slideshow .showSlide:nth-child(4) {
  background: url(../img/days/days-event-slide-01__04.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item._summer .days-event-list__item-slide .slideshow::before {
  background: url(../img/days/days-event-illust02.png) no-repeat 50% 50%/contain;
  aspect-ratio: 361/323;
  width: 90px;
  right: -1em;
  bottom: -3em;
}
@media screen and (min-width: 960px) {
  .days-event-list__item._summer .days-event-list__item-slide .slideshow::before {
    width: 120px;
    bottom: -2em;
    top: auto;
    right: auto;
    left: -4em;
  }
}
@media screen and (min-width: 1440px) {
  .days-event-list__item._summer .days-event-list__item-slide .slideshow::before {
    width: 150px;
  }
}
.days-event-list__item._summer .days-event-list__item-slide .slideshow .showSlide:nth-child(1) {
  background: url(../img/days/days-event-slide-02__01.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item._summer .days-event-list__item-slide .slideshow .showSlide:nth-child(2) {
  background: url(../img/days/days-event-slide-02__02.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item._summer .days-event-list__item-slide .slideshow .showSlide:nth-child(3) {
  background: url(../img/days/days-event-slide-02__03.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item._summer .days-event-list__item-slide .slideshow .showSlide:nth-child(4) {
  background: url(../img/days/days-event-slide-02__04.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item._autumn .days-event-list__item-slide .slideshow::before {
  background: url(../img/days/days-event-illust03.png) no-repeat 50% 50%/contain;
  aspect-ratio: 361/270;
  width: 90px;
  right: -1em;
  bottom: -3em;
}
@media screen and (min-width: 960px) {
  .days-event-list__item._autumn .days-event-list__item-slide .slideshow::before {
    width: 120px;
    right: -2em;
  }
}
@media screen and (min-width: 1440px) {
  .days-event-list__item._autumn .days-event-list__item-slide .slideshow::before {
    width: 150px;
  }
}
.days-event-list__item._autumn .days-event-list__item-slide .slideshow .showSlide:nth-child(1) {
  background: url(../img/days/days-event-slide-03__01.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item._autumn .days-event-list__item-slide .slideshow .showSlide:nth-child(2) {
  background: url(../img/days/days-event-slide-03__02.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item._autumn .days-event-list__item-slide .slideshow .showSlide:nth-child(3) {
  background: url(../img/days/days-event-slide-03__03.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item._autumn .days-event-list__item-slide .slideshow .showSlide:nth-child(4) {
  background: url(../img/days/days-event-slide-03__04.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item._winter .days-event-list__item-slide .slideshow::before {
  background: url(../img/days/days-event-illust04.png) no-repeat 50% 50%/contain;
  aspect-ratio: 361/329;
  width: 90px;
  right: -1em;
  bottom: -3em;
}
@media screen and (min-width: 960px) {
  .days-event-list__item._winter .days-event-list__item-slide .slideshow::before {
    width: 120px;
    right: auto;
    left: -4em;
    bottom: -2em;
  }
}
@media screen and (min-width: 1440px) {
  .days-event-list__item._winter .days-event-list__item-slide .slideshow::before {
    width: 150px;
  }
}
.days-event-list__item._winter .days-event-list__item-slide .slideshow .showSlide:nth-child(1) {
  background: url(../img/days/days-event-slide-04__01.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item._winter .days-event-list__item-slide .slideshow .showSlide:nth-child(2) {
  background: url(../img/days/days-event-slide-04__02.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item._winter .days-event-list__item-slide .slideshow .showSlide:nth-child(3) {
  background: url(../img/days/days-event-slide-04__03.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item._winter .days-event-list__item-slide .slideshow .showSlide:nth-child(4) {
  background: url(../img/days/days-event-slide-04__04.jpg) no-repeat 50% 50%/contain;
}
.days-event-list__item-slide {
  position: relative;
  margin-bottom: 1em;
  padding-left: 0.5em;
}
.days-event-list__item-slide .slideshow {
  width: 100%;
  height: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
.days-event-list__item-slide .slideshow::before {
  content: "";
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 2;
}
.days-event-list__item-slide .slideshow .showSlide {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 700/460;
  opacity: 1;
  position: absolute;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  border-radius: 15px;
}
@media screen and (min-width: 960px) {
  .days-event-list__item-slide .slideshow .showSlide {
    border-radius: 30px;
  }
}
@media screen and (min-width: 960px) {
  .days-event-list__item-text {
    width: 30%;
  }
}
.days-event-list__item-text h3 {
  width: 70px;
  position: absolute;
  left: -1em;
  top: -2.5em;
  z-index: 1;
}
@media screen and (min-width: 520px) {
  .days-event-list__item-text h3 {
    width: 90px;
    left: -2em;
  }
}
@media screen and (min-width: 960px) {
  .days-event-list__item-text h3 {
    position: static;
    margin: 0 0 1em;
  }
}
@media screen and (min-width: 1440px) {
  .days-event-list__item-text h3 {
    width: 120px;
    margin: 0 0 2em;
  }
}
.days-event-list__item-text ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.days-event-list__item-text ul li {
  list-style: "・";
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 960px) {
  .days-event-list__item-text ul li {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .days-event-list__item-text ul li {
    font-size: 1.8rem;
  }
}
.days-event-monthly-list {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .days-event-monthly-list {
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.days-event-monthly-list li {
  list-style: none;
  margin-bottom: 4em;
  position: relative;
}
@media screen and (min-width: 960px) {
  .days-event-monthly-list li {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.days-event-monthly-list li::before {
  content: "";
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.days-event-monthly-list li:nth-child(1)::before {
  background: url(../img/days/days-event-monthly01.png) no-repeat 50% 50%/contain;
  aspect-ratio: 200/190;
  width: 70px;
  left: 2em;
  bottom: -1em;
}
@media screen and (min-width: 960px) {
  .days-event-monthly-list li:nth-child(1)::before {
    width: 100px;
    left: 3em;
    bottom: -2em;
  }
}
.days-event-monthly-list li:nth-child(2)::before {
  background: url(../img/days/days-event-monthly02.png) no-repeat 50% 50%/contain;
  aspect-ratio: 158/274;
  width: 60px;
  right: 2em;
  bottom: -1em;
}
@media screen and (min-width: 960px) {
  .days-event-monthly-list li:nth-child(2)::before {
    width: 78px;
    right: 3em;
    bottom: -2em;
  }
}
.days-event-monthly-list li:nth-child(3)::before {
  background: url(../img/days/days-event-monthly03.png) no-repeat 50% 50%/contain;
  aspect-ratio: 142/211;
  width: 60px;
  right: 5em;
  bottom: -1em;
}
@media screen and (min-width: 960px) {
  .days-event-monthly-list li:nth-child(3)::before {
    width: 70px;
    right: 3em;
    bottom: -2em;
  }
}
.days-event-monthly-list__item {
  background: #ffffd3;
  padding: 1.5em 2em 5em;
  border-radius: 15px;
}
@media screen and (min-width: 960px) {
  .days-event-monthly-list__item {
    border-radius: 30px;
  }
}
.days-event-monthly-list__item h3 {
  margin: 0 0 0.5em;
}
@media screen and (min-width: 960px) {
  .days-event-monthly-list__item h3 {
    font-size: 2rem;
  }
}
.days-event-monthly-list__item p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .days-event-monthly-list__item p {
    font-size: 1.5rem;
    line-height: 2.4;
  }
}

/*====================================================
*
*	News
*
====================================================*/
.news {
  background: #f9f2f2;
}
.news .c-contents__wrap::before {
  background: url(../img/common/tree01.png) no-repeat 50% 50%/contain;
  aspect-ratio: 388/379;
  width: 45%;
}
@media screen and (max-width: 959px) {
  .news .c-contents__wrap::before {
    max-width: 220px !important;
  }
}
.news .c-contents__wrap::after {
  content: "";
  background: url(../img/common/tree02-p.png) no-repeat 50% 50%/contain;
  aspect-ratio: 968/1140;
  width: 30%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: -0.5em;
  bottom: 0;
  z-index: -2;
}
.news .news-area__list {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 1em;
}
@media screen and (min-width: 960px) {
  .news .news-area__list {
    max-width: 680px;
  }
}
.news .news-area__list .c-news-list {
  width: 96%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .news .news-area__list .c-news-list {
    width: 100%;
  }
}
.news .news-area__list .c-news-list::before, .news .news-area__list .c-news-list::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #6b4b3b;
  border-radius: 50%;
  position: absolute;
  top: -3px;
}
.news .news-area__list .c-news-list::before {
  left: -0.5em;
}
.news .news-area__list .c-news-list::after {
  right: -0.5em;
}
.news .news-area__list .c-news-list > li {
  position: relative;
}
.news .news-area__list .c-news-list > li::before, .news .news-area__list .c-news-list > li::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #6b4b3b;
  border-radius: 50%;
  position: absolute;
  bottom: -3px;
}
.news .news-area__list .c-news-list > li::before {
  left: -0.5em;
}
.news .news-area__list .c-news-list > li::after {
  right: -0.5em;
}

/*====================================================
*
*	About
*
====================================================*/
.about {
  background: #ffffd3;
}
.about .c-main-ttl {
  margin-bottom: 3em;
}
@media screen and (min-width: 960px) {
  .about .c-main-ttl {
    margin-bottom: 6em;
  }
}
.about .c-main-ttl._01::before {
  content: "";
  background: url(../img/common/tree02-bg-r.png) no-repeat 50% 50%/contain;
}
@media screen and (min-width: 1600px) {
  .about .c-main-ttl._01::before {
    background: url(../img/common/tree02-bg-r-l.png) no-repeat 50% 50%/contain;
  }
}
.about-gallery-area .about-gallery-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .about-gallery-area .about-gallery-l {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about-gallery-area .about-gallery-l img {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .about-gallery-area .about-gallery-l img {
    width: calc(50% - 1em);
    margin-bottom: 2em;
  }
}
.about-gallery-area .about-gallery-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-gallery-area .about-gallery-s img {
  width: calc(50% - 0.5em);
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .about-gallery-area .about-gallery-s img {
    width: calc(33% - 1em);
    margin-bottom: 2em;
  }
}
.about-2class-area {
  background: #fff;
  padding: 2em 1.5em;
}
@media screen and (min-width: 960px) {
  .about-2class-area {
    padding: 6em 1.5em;
  }
}
.about-2class-area__wrap {
  max-width: 410px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .about-2class-area__wrap {
    max-width: 900px;
    margin: 4em auto 6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-2class-area .about-2class-text {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .about-2class-area .about-2class-text {
    width: 48%;
    margin: 3em 0 0;
  }
}
.about-2class-area .about-2class-text h2 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (min-width: 520px) {
  .about-2class-area .about-2class-text h2 {
    font-size: 3rem;
    margin-bottom: 1.5em;
  }
}
.about-2class-area .about-2class-text p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
  text-align: justify;
}
.about-2class-area img {
  display: block;
  width: 60%;
  margin: 0 auto;
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .about-2class-area img {
    width: 50%;
    max-width: 500px;
    margin-right: -4em;
  }
}
.about-outline-area {
  background: #fff;
  padding: 3em 0;
}
@media screen and (min-width: 960px) {
  .about-outline-area {
    padding: 3em 0 10em;
  }
}
@media screen and (min-width: 1280px) {
  .about-outline-area .c-headingstyle.-vertical::before {
    content: "";
    display: block;
    width: 76px;
    height: auto;
    aspect-ratio: 76/170;
    -o-object-fit: cover;
       object-fit: cover;
    background: url(../img/common/onpu02.png) no-repeat 50% 50%/contain;
    position: absolute;
    top: 5em;
    right: -0.5em;
  }
}
@media screen and (min-width: 960px) {
  .about-outline-area .c-outline-list__item {
    padding: 2em;
  }
}
.about-outline-area .c-outline-list__item dd,
.about-outline-area .c-outline-list__item dt {
  line-height: 2.4;
}
.about-outline-area .c-outline-list__item dd a:not(.c-map-button),
.about-outline-area .c-outline-list__item dt a:not(.c-map-button) {
  display: inline-block;
  color: #6b4b3b;
  text-decoration: none;
  position: relative;
  margin-bottom: 0.5em;
}
.about-outline-area .c-outline-list__item dd a:not(.c-map-button)::before,
.about-outline-area .c-outline-list__item dt a:not(.c-map-button)::before {
  content: "";
  background: #6b4b3b;
  width: 98%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0.25em;
}
@media screen and (min-width: 960px) {
  .about-outline-area .c-outline-list__item dd a:not(.c-map-button):hover::before,
  .about-outline-area .c-outline-list__item dt a:not(.c-map-button):hover::before {
    opacity: 0;
  }
}
.about-download-area {
  background: #e1f4f9;
}
.about-download-area__wrap {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 3em 0 6em;
  position: relative;
}
@media screen and (min-width: 960px) {
  .about-download-area__wrap {
    padding: 10em 0;
    max-width: 700px;
  }
}
@media screen and (min-width: 960px) {
  .about-download-area__wrap .c-headingstyle.-vertical {
    top: 1.5em;
  }
}
@media screen and (min-width: 1280px) {
  .about-download-area__wrap .c-headingstyle.-vertical {
    margin: 0 !important;
    top: 2em;
    right: -12em;
  }
}
.about-download-area .about-download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 520px) {
  .about-download-area .about-download-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about-download-area .about-download-list li {
  list-style: none;
  margin-bottom: 2em;
  max-width: 200px;
}
@media screen and (min-width: 520px) {
  .about-download-area .about-download-list li {
    width: 30%;
    margin-bottom: 0;
    max-width: 400px;
  }
}
.about-download-area .about-download-list li a {
  display: block;
}
@media screen and (min-width: 960px) {
  .about-download-area .about-download-list li a:hover {
    opacity: 0.6;
  }
}

/*====================================================
*
*	Recruit
*
====================================================*/
.recruit {
  background: #f7ffd9;
}
.recruit .c-intro {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.recruit-voice-area {
  padding: 4em 0 0;
}
@media screen and (min-width: 960px) {
  .recruit-voice-area {
    padding: 4em 0;
  }
}
.recruit-voice-list {
  margin: 0;
  padding: 0;
}
.recruit-voice-list li {
  list-style: none;
  margin-bottom: 5em;
}
@media screen and (min-width: 960px) {
  .recruit-voice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .recruit-voice__item-img {
    width: 240px;
  }
}
.recruit-voice__item-img img {
  display: block;
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .recruit-voice__item-img img {
    width: 100%;
    max-width: auto;
  }
}
.recruit-voice__item-img h4 {
  text-align: center;
  margin: 0.5em auto 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .recruit-voice__item-img h4 {
    font-size: 1.5rem;
    margin: 2em auto 0;
  }
}
.recruit-voice__item-text {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .recruit-voice__item-text {
    width: calc(100% - 240px - 3em);
    max-width: none;
    margin: 0;
  }
}
.recruit-voice__item-text h3 {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
  margin: 2em auto 1em;
}
@media screen and (min-width: 960px) {
  .recruit-voice__item-text h3 {
    font-size: 2.4rem;
    text-align: left;
  }
}
.recruit-voice__item-text p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
}
.recruit-bg-area {
  margin: 0 auto;
}
.recruit-job-description-area {
  background: #fff;
  padding: 4em 0;
}
.recruit-job-description-area .job-description__contents {
  margin-bottom: 6em;
}
.recruit-job-description-area .job-description__contents h3 {
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .recruit-job-description-area .job-description__contents h3 {
    font-size: 2rem;
  }
}
.recruit-job-description-area .job-description-list__item {
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .recruit-job-description-area .job-description-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .recruit-job-description-area .job-description-list__item:last-child dt::before,
  .recruit-job-description-area .job-description-list__item:last-child dd::before {
    content: none;
  }
}
.recruit-job-description-area .job-description-list__item dt {
  background: #e1f4f9;
  padding: 0.5em 1em;
  position: relative;
  font-weight: 400;
}
@media screen and (min-width: 520px) {
  .recruit-job-description-area .job-description-list__item dt {
    padding: 1em;
  }
}
@media screen and (min-width: 960px) {
  .recruit-job-description-area .job-description-list__item dt {
    width: 28%;
    text-align: center;
    padding: 2em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recruit-job-description-area .job-description-list__item dt::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: dashed 1px #b8e0f2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .recruit-job-description-area .job-description-list__item dt::before {
    width: calc(100% - 2em);
  }
}
.recruit-job-description-area .job-description-list__item dd {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: 0;
  padding: 0.5em 1em;
}
@media screen and (min-width: 960px) {
  .recruit-job-description-area .job-description-list__item dd {
    position: relative;
    width: 72%;
    padding: 1em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruit-job-description-area .job-description-list__item dd::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: dashed 1px #b8e0f2;
    position: absolute;
    bottom: 0;
    left: 1em;
  }
}
.recruit-job-description-area .job-description-list__item dd p {
  margin: 0.5em 0 3em;
}

/*====================================================
*
*	Entry
*
====================================================*/
.entry {
  background: #f7ffd9;
}
.entry .contact-area.c-contents__wrap::before {
  background: url(../img/common/tree02.png) no-repeat 50% 50%/contain;
  aspect-ratio: 388/379;
  width: 40%;
  top: -2em;
  left: -2em;
}
@media screen and (min-width: 520px) {
  .entry .contact-area.c-contents__wrap::before {
    width: 30%;
    top: -3em;
    left: -3em;
  }
}
@media screen and (min-width: 960px) {
  .entry .contact-area.c-contents__wrap::before {
    max-width: 280px;
    top: -7em;
    left: -3em;
  }
}
@media screen and (min-width: 1440px) {
  .entry .contact-area.c-contents__wrap::before {
    max-width: 380px;
    top: -5em;
    left: -6em;
  }
}
.entry .contact-area.c-contents__wrap .c-main-ttl._02 h1 {
  padding-left: 1.25em;
}
@media screen and (min-width: 520px) {
  .entry .contact-area.c-contents__wrap .c-main-ttl._02 h1 {
    padding-left: 0;
  }
}
.entry .contact-area.c-contents__wrap .c-main-ttl._02 h1::before {
  background: url(../img/common/bird-p.png) no-repeat 50% 50%/contain;
  aspect-ratio: 111/107;
  width: 22px;
  right: 7vw;
  bottom: -1.5em;
}
@media screen and (min-width: 520px) {
  .entry .contact-area.c-contents__wrap .c-main-ttl._02 h1::before {
    width: 35px;
  }
}
@media screen and (min-width: 960px) {
  .entry .contact-area.c-contents__wrap .c-main-ttl._02 h1::before {
    width: 54px;
    right: 6em;
  }
}
@media screen and (min-width: 1280px) {
  .entry .contact-area.c-contents__wrap .c-main-ttl._02 h1::before {
    width: 54px;
    right: 2em;
  }
}
@media screen and (min-width: 520px) {
  .entry .contact-area.c-contents__wrap .c-contact__tel {
    border: 4px solid #c9e58c;
  }
}
@media screen and (max-width: 519px) {
  .entry .contact-area.c-contents__wrap .c-contact__tel::after {
    background: #c9e58c;
  }
}
.entry .contact-area.c-contents__wrap .c-contact__tel h3 {
  background: #c9e58c;
}
.entry .contact-area.c-contents__wrap .smf-form .smf-item.required .smf-item__label__text::after {
  background-color: #f9c393 !important;
}

/*====================================================
*
*	Contact
*
====================================================*/
.contact {
  background: #e1f4f9;
}
.contact-area.c-contents__wrap::before {
  background: url(../img/common/tree02.png) no-repeat 50% 50%/contain;
  aspect-ratio: 388/379;
  width: 40%;
  top: -2em;
  left: -2em;
}
@media screen and (min-width: 520px) {
  .contact-area.c-contents__wrap::before {
    width: 30%;
    top: -3em;
    left: -3em;
  }
}
@media screen and (min-width: 960px) {
  .contact-area.c-contents__wrap::before {
    max-width: 280px;
    top: -7em;
    left: -3em;
  }
}
@media screen and (min-width: 1440px) {
  .contact-area.c-contents__wrap::before {
    max-width: 380px;
    top: -5em;
    left: -6em;
  }
}
.contact-area.c-contents__wrap .c-main-ttl._02 h1 {
  padding-left: 1.25em;
}
@media screen and (min-width: 520px) {
  .contact-area.c-contents__wrap .c-main-ttl._02 h1 {
    padding-left: 0;
  }
}
.contact-area.c-contents__wrap .c-main-ttl._02 h1::before {
  background: url(../img/common/bird-y.png) no-repeat 50% 50%/contain;
  aspect-ratio: 111/107;
  width: 22px;
  right: 7vw;
  bottom: -1.75em;
}
@media screen and (min-width: 520px) {
  .contact-area.c-contents__wrap .c-main-ttl._02 h1::before {
    width: 35px;
  }
}
@media screen and (min-width: 960px) {
  .contact-area.c-contents__wrap .c-main-ttl._02 h1::before {
    width: 54px;
    right: 3em;
    bottom: -1.5em;
  }
}

/*====================================================
*
*	Privacy
*
====================================================*/
.privacy {
  background: #efe7df;
}
@media screen and (min-width: 960px) {
  .privacy-area {
    padding: 2em;
  }
}
@media screen and (min-width: 1280px) {
  .privacy-area {
    padding: 2em 0;
  }
}
.privacy .c-contents__wrap::before {
  background: url(../img/common/tree02.png) no-repeat 50% 50%/contain;
  aspect-ratio: 388/379;
  width: 40%;
  top: -2em;
  left: -2em;
}
@media screen and (min-width: 520px) {
  .privacy .c-contents__wrap::before {
    width: 30%;
    top: -3em;
    left: -3em;
  }
}
@media screen and (min-width: 960px) {
  .privacy .c-contents__wrap::before {
    max-width: 280px;
    top: -7em;
    left: -3em;
  }
}
@media screen and (min-width: 1440px) {
  .privacy .c-contents__wrap::before {
    max-width: 380px;
    top: -5em;
    left: -6em;
  }
}
.privacy .c-contents__wrap .c-main-ttl._02 h1 {
  padding-left: 1.25em;
}
.privacy .c-contents__wrap .c-main-ttl._02 h1::before {
  background: url(../img/common/plane.png) no-repeat 50% 50%/contain;
  aspect-ratio: 93/50;
  width: 47px;
  right: 3vw;
  bottom: -1em;
}
@media screen and (min-width: 520px) {
  .privacy .c-contents__wrap .c-main-ttl._02 h1::before {
    width: 70px;
  }
}
@media screen and (min-width: 960px) {
  .privacy .c-contents__wrap .c-main-ttl._02 h1::before {
    width: 83px;
    right: 5em;
  }
}
@media screen and (min-width: 1280px) {
  .privacy .c-contents__wrap .c-main-ttl._02 h1::before {
    width: 93px;
    right: 2em;
    bottom: -1em;
  }
}
.privacy-list__item {
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .privacy-list__item {
    margin-bottom: 3em;
  }
}
.privacy-list__item dt {
  margin: 0;
}
.privacy-list__item dt h3 {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 960px) {
  .privacy-list__item dt h3 {
    font-size: 2.4rem;
  }
}
.privacy-list__item dt h3::before {
  content: "";
  display: inline-block;
  background: #f9c393;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  right: 0;
}
.privacy-list__item dd {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: justify;
}
.privacy-list__item dd p {
  margin: 0 0 1em;
}
@media screen and (min-width: 960px) {
  .privacy-list__item dd p {
    margin: 0 0 2em;
  }
}
.privacy-list__item dd address {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  padding-top: 1.5em;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .privacy-list__item dd address {
    font-size: 1.5rem;
    margin-left: 0.5em;
    padding: 0.25em 0 0.25em 1.5em;
  }
}
.privacy-list__item dd address span.mail {
  display: inline-block;
  width: 1.25em;
  height: auto;
  vertical-align: middle;
  background: url(../img/common/icon-mail-l.png) no-repeat 50% 50%/contain;
  aspect-ratio: 18/11;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 1.25em 0 0.5em;
}
.privacy-list__item dd address::before {
  content: "";
  display: block;
  background: #6b4b3b;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0.5em;
}
@media screen and (min-width: 960px) {
  .privacy-list__item dd address::before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
  }
}

/*====================================================
*
*	Error404
*
====================================================*/
.error404 {
  background: #fff;
}

/*====================================================
*
*	Indention
*
====================================================*/
.u-pc-none {
  display: block;
}
@media screen and (min-width: 960px) {
  .u-pc-none {
    display: none !important;
  }
}

.u-only-sp {
  display: block;
}
@media screen and (min-width: 520px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-only-tab {
  display: none;
}
@media screen and (min-width: 520px) {
  .u-only-tab {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .u-only-tab {
    display: none !important;
  }
}

.u-tb {
  display: none !important;
}
@media screen and (min-width: 520px) {
  .u-tb {
    display: block !important;
  }
}

.u-pc {
  display: none !important;
}
@media screen and (min-width: 960px) {
  .u-pc {
    display: block !important;
  }
}

.u-only-sp_inline {
  display: inline;
}
@media screen and (min-width: 520px) {
  .u-only-sp_inline {
    display: none !important;
  }
}

.u-sp-none {
  display: none !important;
}
@media screen and (min-width: 960px) {
  .u-sp-none {
    display: block !important;
  }
}

.u-sp-none_inline {
  display: none !important;
}
@media screen and (min-width: 520px) {
  .u-sp-none_inline {
    display: inline !important;
  }
}

@media screen and (min-width: 520px) {
  .u-indent {
    margin-right: 0.5em;
  }
}

.u-linethrough {
  -webkit-text-decoration: line-through #f00 2px;
          text-decoration: line-through #f00 2px;
}

.u-under-line {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.u-under-line::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.5em;
  background: #fff;
  position: absolute;
  left: -0.25em;
  bottom: 0;
  z-index: -1;
}

.u-text-r {
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .u-text-r {
    font-size: 1.5rem;
  }
}

.u-none {
  display: none !important;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2021 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);
}

.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: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.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);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) 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: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) 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: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 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 {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.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 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

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

@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

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

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.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;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -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: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -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: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -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: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -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: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -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: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -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: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -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: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.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(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.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(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.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(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-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: 0.75s;
  animation-duration: 0.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;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

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

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.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 {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.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;
}

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

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

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    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;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

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

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

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

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

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

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-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 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

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

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

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

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

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

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

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

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.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;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

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

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

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

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

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

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

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

@-webkit-keyframes op-bounce {
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); /* 上に移動 */
  }
}

@keyframes op-bounce {
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); /* 上に移動 */
  }
}
@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fall {
  to {
    top: 120%;
  }
}
@keyframes fall {
  to {
    top: 120%;
  }
}
@-webkit-keyframes sway1 {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-200px) rotate(-45deg);
            transform: translateX(-200px) rotate(-45deg);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sway1 {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-200px) rotate(-45deg);
            transform: translateX(-200px) rotate(-45deg);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
@-webkit-keyframes zoomUp {
  /* 1.15倍させる指定 */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoomUp {
  /* 1.15倍させる指定 */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes hoverShake {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  25% {
    -webkit-transform: skew(2deg, 2deg);
            transform: skew(2deg, 2deg);
  }
  75% {
    -webkit-transform: skew(-2deg, -2deg);
            transform: skew(-2deg, -2deg);
  }
  100% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}
@keyframes hoverShake {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  25% {
    -webkit-transform: skew(2deg, 2deg);
            transform: skew(2deg, 2deg);
  }
  75% {
    -webkit-transform: skew(-2deg, -2deg);
            transform: skew(-2deg, -2deg);
  }
  100% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}
@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(-30%) translateY(-30%);
            transform: translateX(-30%) translateY(-30%);
  }
  100% {
    -webkit-transform: translateX(30%) translateY(30%);
            transform: translateX(30%) translateY(30%);
  }
}
@keyframes floating-x {
  0% {
    -webkit-transform: translateX(-30%) translateY(-30%);
            transform: translateX(-30%) translateY(-30%);
  }
  100% {
    -webkit-transform: translateX(30%) translateY(30%);
            transform: translateX(30%) translateY(30%);
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  100% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  100% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
@-webkit-keyframes floating-y-180 {
  0% {
    -webkit-transform: rotate(180deg) translateY(-30%);
            transform: rotate(180deg) translateY(-30%);
  }
  100% {
    -webkit-transform: rotate(180deg) translateY(30%);
            transform: rotate(180deg) translateY(30%);
  }
}
@keyframes floating-y-180 {
  0% {
    -webkit-transform: rotate(180deg) translateY(-30%);
            transform: rotate(180deg) translateY(-30%);
  }
  100% {
    -webkit-transform: rotate(180deg) translateY(30%);
            transform: rotate(180deg) translateY(30%);
  }
}
@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.effect-scroll-in {
  opacity: 0;
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}

.scroll-in {
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.carousel-slider {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-transform-style: preserve-3d;
  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
}
.carousel-slider .slick-slide {
  margin: 0 10px;
}
.carousel-slider .slick-prev,
.carousel-slider .slick-next {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../slick_parts/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick_parts/fonts/slick.eot");
  src: url("../slick_parts/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick_parts/fonts/slick.woff") format("woff"), url("../slick_parts/fonts/slick.ttf") format("truetype"), url("../slick_parts/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}