@charset "UTF-8";
/*　ブレークポイント */
/* 背景画像　テキスト消去*/
/* フレックス*/
:root {
  --english-font: "Quicksand", sans-serif;
  --yugo-d: "游ゴシック体 Pr6N D", "Yu Gothic Pr6N D";
}

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

:root {
  --keyColor-1: #007c36;
  --keyColor-2: #fff8ec;
  --keyColor-3: #a590c3;
  --text-color: #582c01;
  --font-ja: "M PLUS Rounded 1c", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  background-color: #905135;
  color: var(--text-color);
  font-family: var(--font-ja);
}

.logo {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 2;
  margin: 0;
  width: clamp(7.8125rem, 3.8337628866rem + 16.7525773196vw, 11.875rem);
}
@media (min-width: 768px) {
  .logo {
    width: clamp(11.875rem, -0.3472222222rem + 25.462962963vw, 18.75rem);
    top: 20px;
    left: 15px;
  }
}
.logo img {
  position: relative;
  z-index: 1;
  opacity: 0;
  filter: brightness(2) blur(30px) drop-shadow(2px 2px 3px #ffffff);
  animation: logo-fadeIn 1.3s ease-in-out 0.8s forwards;
}

.main-adventure {
  width: 100%;
  position: relative;
  background-color: #f6e4c8;
  --margin: clamp(1.25rem, -0.4166666667rem + 3.4722222222vw, 2.1875rem);
  padding: 0 0 var(--margin);
}
.main-adventure::before, .main-adventure::after,
.main-adventure .bg-left,
.main-adventure .bg-right {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
}
.main-adventure::before, .main-adventure::after {
  content: "";
  height: var(--margin);
  background-repeat: repeat-x;
  width: 100%;
  background-size: auto 100%;
}
.main-adventure .bg-left,
.main-adventure .bg-right {
  top: 0;
  height: 100%;
  background-repeat: repeat-y;
  width: var(--margin);
  background-size: contain;
}
.main-adventure::before {
  background-color: #905135;
  z-index: 2;
}
.main-adventure::after {
  bottom: 0;
  left: 0;
  background-image: url("../img/bg-bottom.jpg");
}
.main-adventure .bg-left {
  left: 0;
  background-image: url("../img/bg-left.jpg");
}
.main-adventure .bg-right {
  right: 0;
  background-image: url("../img/bg-right.jpg");
}

.bg-main-padding {
  padding: 0 clamp(0.75rem, 0.2603092784rem + 2.0618556701vw, 1.25rem);
  overflow: hidden;
}
@media (min-width: 768px) {
  .bg-main-padding {
    padding: 0 var(--margin);
  }
}

.bg-main {
  background-image: url("../img/bg-main.jpg");
  background-size: 200px auto;
  background-position: top center;
  background-repeat: repeat;
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .bg-main {
    background-size: 400px auto;
    padding-bottom: 80px;
  }
}

.ornament {
  display: block;
  position: absolute;
  z-index: 2;
}
.ornament.bottom-left {
  bottom: 0;
  left: 0;
  width: clamp(12.5rem, 2.0940721649rem + 43.8144329897vw, 23.125rem);
}
@media (min-width: 768px) {
  .ornament.bottom-left {
    width: clamp(23.125rem, 5.3472222222rem + 37.037037037vw, 33.125rem);
  }
}
.ornament.bottom-right {
  bottom: 0;
  right: 0;
  width: clamp(9.375rem, 2.6417525773rem + 28.3505154639vw, 16.25rem);
}
@media (min-width: 768px) {
  .ornament.bottom-right {
    width: clamp(16.25rem, 6.25rem + 20.8333333333vw, 21.875rem);
  }
}

.container {
  position: relative;
  border-radius: 10px;
  max-width: 1100px;
  margin: auto;
  box-sizing: border-box;
  padding: 5% clamp(0.625rem, -0.5992268041rem + 5.1546391753vw, 1.875rem);
  width: 95%;
}
@media (min-width: 768px) {
  .container {
    border-radius: 20px;
    padding: 2rem;
    width: 93%;
  }
}
.container.container-youtube {
  max-width: 100%;
}

#page_top {
  width: clamp(4.375rem, 2.5386597938rem + 7.7319587629vw, 6.25rem);
  position: fixed;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  /*box-shadow:5px 5px 0 #d9d3e8;*/
  z-index: 10;
}
@media (min-width: 768px) {
  #page_top {
    width: 100px;
  }
}

#page_top a {
  position: relative;
  display: block;
}

.br-sp {
  display: block;
}
@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.adventure-logo {
  position: absolute;
  z-index: 3;
  margin: 0;
  width: clamp(8.75rem, 4.4652061856rem + 18.0412371134vw, 13.125rem);
  top: clamp(0.9375rem, 0.0193298969rem + 3.8659793814vw, 1.875rem);
  left: clamp(2.5rem, 0.6636597938rem + 7.7319587629vw, 4.375rem);
}
@media (min-width: 768px) {
  .adventure-logo {
    width: clamp(13.125rem, 0.9027777778rem + 25.462962963vw, 20rem);
    top: clamp(1.25rem, -1.5277777778rem + 5.787037037vw, 2.8125rem);
    left: clamp(3.125rem, -9.0972222222rem + 25.462962963vw, 10rem);
  }
}

.sylvanian-logo {
  position: absolute;
  top: clamp(0.75rem, -0.0457474227rem + 3.3505154639vw, 1.5625rem);
  right: clamp(0.75rem, -0.0457474227rem + 3.3505154639vw, 1.5625rem);
  width: clamp(5.9375rem, 1.9587628866rem + 16.7525773196vw, 10rem);
}
@media (min-width: 768px) {
  .sylvanian-logo {
    width: clamp(10rem, 4.4444444444rem + 11.5740740741vw, 13.125rem);
    top: clamp(1.5625rem, -0.1041666667rem + 3.4722222222vw, 2.5rem);
    right: clamp(1.5625rem, -0.1041666667rem + 3.4722222222vw, 2.5rem);
  }
}
.sylvanian-logo {
  z-index: 2;
}

.fv {
  position: relative;
  width: 100%;
  position: relative;
  z-index: 2;
}
.fv .fv-main {
  display: block;
  width: 100%;
  padding: 0 clamp(0.75rem, 0.6275773196rem + 0.5154639175vw, 0.875rem);
}
@media (min-width: 768px) {
  .fv .fv-main {
    padding: 0 clamp(0.875rem, -0.2361111111rem + 2.3148148148vw, 1.5rem);
  }
}
.fv img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.fv-left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(3.75rem, 0.0773195876rem + 15.4639175258vw, 7.5rem);
  z-index: 2;
}
@media (min-width: 768px) {
  .fv-left {
    width: clamp(7.5rem, -1.3888888889rem + 18.5185185185vw, 12.5rem);
  }
}

.fv-center {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  width: clamp(4.375rem, -0.5219072165rem + 20.618556701vw, 9.375rem);
}

@media (min-width: 768px) {
  .fv-center {
    width: clamp(9.375rem, -1.7361111111rem + 23.1481481481vw, 15.625rem);
  }
}
.fv-right {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(3.125rem, 0.0644329897rem + 12.8865979381vw, 6.25rem);
}
@media (min-width: 768px) {
  .fv-right {
    width: clamp(6.25rem, 0.6944444444rem + 11.5740740741vw, 9.375rem);
  }
}

#youtube {
  padding-top: 20px;
}
@media (min-width: 768px) {
  #youtube {
    padding-top: 50px;
  }
}

.youtube-box {
  margin: 0 auto;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid var(--keyColor-1);
  padding-top: 20px;
}
@media (min-width: 768px) {
  .youtube-box {
    border-radius: 15px;
    border: 3px solid var(--keyColor-1);
    padding-top: 50px;
  }
}
.youtube-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.stage {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  z-index: 3;
  width: clamp(22.8125rem, 2.3067010309rem + 86.3402061856vw, 43.75rem);
  margin-top: clamp(-26.875rem, -0.8956185567rem - 54.1237113402vw, -13.75rem);
  aspect-ratio: 1000/600;
  top: clamp(2.5rem, -1.1726804124rem + 15.4639175258vw, 6.25rem);
}
@media (min-width: 768px) {
  .stage {
    margin-top: clamp(-34.375rem, -13.5416666667rem - 27.7777777778vw, -26.875rem);
    top: clamp(5rem, -0.5555555556rem + 11.5740740741vw, 8.125rem);
    width: clamp(43.75rem, 10.4166666667rem + 69.4444444444vw, 62.5rem);
  }
}

.treasure-map-wrapper {
  position: relative;
  width: 100%;
  max-width: clamp(21.875rem, 0.4510309278rem + 90.206185567vw, 43.75rem);
  margin: 0 auto;
  overflow: visible;
}
@media (min-width: 768px) {
  .treasure-map-wrapper {
    max-width: clamp(43.75rem, 10.4166666667rem + 69.4444444444vw, 62.5rem);
  }
}

.treasure-map-center {
  position: relative;
  z-index: 1;
  will-change: transform;
}
.treasure-map-center img {
  display: block;
  width: 100%;
  height: auto;
}

.map-left,
.map-right {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2;
}
.map-left img,
.map-right img {
  display: block;
  height: 100%;
  width: auto;
}

.map-left {
  left: -30px;
}

.map-right {
  right: -30px;
}

.treasure-map-wrapper.is-map-open .map-left,
.treasure-map-wrapper.is-map-open .map-right {
  pointer-events: none;
}

.flight-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.plane {
  position: absolute;
  width: clamp(4.375rem, 2.5386597938rem + 7.7319587629vw, 6.25rem);
  opacity: 0;
  z-index: 3;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .plane {
    top: clamp(-3.125rem, -19.7916666667rem + 34.7222222222vw, 6.25rem);
    width: clamp(6.25rem, 4.0277777778rem + 4.6296296296vw, 7.5rem);
  }
}

/*=======================================
2022-3-11  MAP
=========================================*/
#logo {
  margin: 0 auto;
  padding: 0;
}

#logo img {
  max-width: 330px; /*250*/
}

@media only screen and (max-width: 460px) {
  #logo img {
    max-width: 150px;
  }
}
.t-bg {
  padding: 4rem 0;
  background: url("../img/t-bg.png") repeat;
  background-position: 0 20px;
}

@media only screen and (max-width: 767px) {
  .t-bg {
    padding: 2rem 0;
    background-size: 60%;
  }
}
#world {
  width: 100%;
  background: rgb(255, 243, 193);
  background: linear-gradient(0deg, rgb(255, 243, 193) 0%, rgb(255, 234, 254) 50%, rgb(176, 217, 247) 100%);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.map-title {
  width: 80%;
  max-width: 800px;
  margin: 2rem auto 0;
  text-align: center;
}

.map-title img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .map-title {
    width: 90%;
    margin: 1rem auto 0;
  }
}
.map {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .map {
    width: 100%;
  }
}
.map img {
  width: 100%;
}

.map-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: change-img-anim 2s infinite;
}

.map-image:nth-of-type(1) {
  animation-delay: 2s;
}

@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.check {
  position: absolute;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  top: -6%;
  left: 20%;
}

.check img {
  width: 90%;
}

@media only screen and (max-width: 1100px) {
  .check {
    max-width: 73%;
    top: -7%;
    left: 13%;
  }
}
.check1 {
  position: absolute;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  top: 13%;
  left: 66%;
}

.check1 img {
  width: 80%;
}

@media only screen and (max-width: 1100px) {
  .check1 {
    max-width: 20%;
    top: 12%;
  }
}
.check2 {
  position: absolute;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  top: 29%;
  left: 38%;
}

.check2 img {
  width: 80%;
}

@media only screen and (max-width: 1100px) {
  .check2 {
    max-width: 24%;
    top: 27%;
    left: 37.5%;
  }
}
.check3 {
  position: absolute;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  top: 63%;
  left: 32%;
}

.check3 img {
  width: 80%;
}

@media only screen and (max-width: 1100px) {
  .check3 {
    max-width: 16%;
  }
}
.check4 {
  position: absolute;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  top: 8%;
  left: 13%;
}

.check4 img {
  width: 80%;
}

@media only screen and (max-width: 1100px) {
  .check4 {
    max-width: 18%;
    top: 7%;
  }
}
.check5 {
  position: absolute;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  top: 64%;
  left: 54%;
}

.check5 img {
  width: 80%;
}

@media only screen and (max-width: 1100px) {
  .check5 {
    max-width: 16%;
  }
}
.check6 {
  position: absolute;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  top: 39%;
  right: 13%;
}

.check6 img {
  width: 80%;
}

@media only screen and (max-width: 1100px) {
  .check6 {
    max-width: 22%;
  }
}
/*.check1{position: absolute;width: 100px;display: block;margin: 0 auto; height: auto; top: 10%;left: 80%;}
.check1 img{width: 130px;}
    @media only screen and (max-width:767px){
    .check1{top: -5%;left: 75%;}
    .check1 img{width: 81px;}
    }
.check2{position: absolute;width: 100px;display: block;margin: 0 auto; height: auto; top: 18%;left: 37%;}
.check2 img{width: 105px;}
    @media only screen and (max-width:767px){
    .check2{top: 3%;left: 23%;}
    .check2 img{width: 68px;}
    }
.check3{position: absolute;width: 100px;display: block;margin: 0 auto; height: auto; top: 70%;left: 20%;}
.check3 img{width: 170px;}
    @media only screen and (max-width:767px){
    .check3{top: 70%;left: 7%;}
    .check3 img{width: 110px;}
    }*/
.map-description {
  width: 99%;
  margin: 0 auto;
  padding: 0 0 2rem;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: clamp(0.8rem, 2vw, 1.5rem);
  color: #b163a4;
  transform: rotate(0.2deg);
  /*text-shadow : 
           2px  2px 1px #FDF7DD,
          -2px  2px 1px #FDF7DD,
           2px -2px 1px #FDF7DD,
          -2px -2px 1px #FDF7DD,
           2px  0px 1px #FDF7DD,
           0px  2px 1px #FDF7DD,
          -2px  0px 1px #FDF7DD,
           0px -2px 1px #FDF7DD; */
}

@media only screen and (max-width: 767px) {
  .map-description {
    padding: 2%;
    margin: 0 auto;
  }
}
.inline {
  width: 45%;
  max-width: 600px;
  display: none;
  text-align: center !important;
}

.inline img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .inline {
    width: 90% !important;
  }
}
#adventure {
  margin-top: clamp(3.125rem, 1.2886597938rem + 7.7319587629vw, 5rem);
}
@media (min-width: 768px) {
  #adventure {
    margin-top: clamp(5rem, 2.7777777778rem + 4.6296296296vw, 6.25rem);
  }
}

.adventure-feature {
  position: relative;
}

.adventure-feature-list-1,
.adventure-feature-list-2 {
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .adventure-feature-list-1,
  .adventure-feature-list-2 {
    top: 50px;
  }
}
.adventure-feature-list-1 li,
.adventure-feature-list-2 li {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  font-weight: 600;
  line-height: 1;
  padding: 5px 7px;
  border-radius: 50rem;
  color: #fff;
  margin-bottom: 10px;
  font-size: clamp(0.625rem, 0.2577319588rem + 1.5463917526vw, 1rem);
  text-align: center;
}
@media (min-width: 768px) {
  .adventure-feature-list-1 li,
  .adventure-feature-list-2 li {
    font-size: clamp(1rem, 0.5555555556rem + 0.9259259259vw, 1.25rem);
  }
}
.adventure-feature-list-1 li:nth-child(odd),
.adventure-feature-list-2 li:nth-child(odd) {
  background-color: #ff7597;
}
.adventure-feature-list-1 li:nth-child(even),
.adventure-feature-list-2 li:nth-child(even) {
  background-color: #ffbf3b;
}
@media (min-width: 768px) {
  .adventure-feature-list-1 li,
  .adventure-feature-list-2 li {
    padding: 7px 20px;
  }
}

.adventure-feature-list-1 {
  left: 0;
}

.adventure-feature-list-2 {
  right: 0;
}

.box-border {
  background-color: var(--keyColor-2);
  border-radius: 15px;
  padding: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid var(--keyColor-1);
}
@media (min-width: 768px) {
  .box-border {
    padding: 15px;
    border-radius: 30px;
    border: 3px solid var(--keyColor-1);
  }
}

.product-heading {
  position: relative;
  width: clamp(15rem, 11.3273195876rem + 15.4639175258vw, 18.75rem);
  margin: clamp(-3.4375rem, -2.2003865979rem - 2.5773195876vw, -2.8125rem) auto 20px;
  z-index: 2;
}
@media (min-width: 768px) {
  .product-heading {
    width: clamp(18.75rem, 7.6388888889rem + 23.1481481481vw, 25rem);
    margin: clamp(-4.375rem, -1.7708333333rem - 3.4722222222vw, -3.4375rem) auto 20px;
  }
}
.product-heading.amusement-park-heading {
  margin: clamp(-2.8125rem, -2.193943299rem - 1.2886597938vw, -2.5rem) auto 20px;
}
@media (min-width: 768px) {
  .product-heading.amusement-park-heading {
    margin: clamp(-3.75rem, -2.0138888889rem - 2.3148148148vw, -3.125rem) auto 20px;
  }
}

.product-image {
  display: block;
  margin-top: clamp(-3.125rem, -0.5208333333rem - 3.4722222222vw, -2.1875rem);
}
@media (min-width: 768px) {
  .product-image {
    margin-top: clamp(-3.75rem, -2.0138888889rem - 2.3148148148vw, -3.125rem);
  }
}
.product-image.amusement-park-image {
  margin-top: clamp(-1.875rem, -0.6378865979rem - 2.5773195876vw, -1.25rem);
}
@media (min-width: 768px) {
  .product-image.amusement-park-image {
    margin-top: clamp(-2.1875rem, -1.3194444444rem - 1.1574074074vw, -1.875rem);
  }
}

.product-feaure {
  display: block;
  width: 90%;
  margin: 20px auto 40px;
}
@media (min-width: 768px) {
  .product-feaure {
    margin: clamp(1.25rem, -2.0833333333rem + 6.9444444444vw, 3.125rem) auto;
  }
}
.product-feaure.wani-feature {
  max-width: 420px;
}
@media (min-width: 768px) {
  .product-feaure.wani-feature {
    max-width: 100%;
  }
}

.heading-ornament-left,
.heading-ornament-right {
  position: absolute;
  top: -15px;
  z-index: 2;
  width: clamp(2.5rem, 1.8878865979rem + 2.5773195876vw, 3.125rem);
}
@media (min-width: 768px) {
  .heading-ornament-left,
  .heading-ornament-right {
    width: clamp(4.375rem, -1.1805555556rem + 11.5740740741vw, 7.5rem);
  }
}

.heading-ornament-left {
  left: 0;
}

.heading-ornament-right {
  right: 0;
}

.story {
  background-image: url("../img/story-bg.jpg");
  background-repeat: repeat;
  border-radius: 12px;
  background-size: 500px auto;
  padding: clamp(0.9375rem, 0.0193298969rem + 3.8659793814vw, 1.875rem);
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .story {
    padding: 30px;
    border-radius: 30px;
  }
}

.story-heading {
  margin: 0 auto 20px;
  text-align: center;
  height: clamp(1.25rem, 0.6378865979rem + 2.5773195876vw, 1.875rem);
}
@media (min-width: 768px) {
  .story-heading {
    height: 30px;
  }
}
.story-heading img {
  height: 100%;
}

.story-top-left,
.story-top-right,
.story-bottom-right,
.story-bottom-left {
  position: absolute;
  width: clamp(2.5rem, 1.8878865979rem + 2.5773195876vw, 3.125rem);
  height: auto;
  display: block;
  z-index: 1;
  --positon-vertical: 10px;
  --positon-horizontal: 9px;
}
@media (min-width: 768px) {
  .story-top-left,
  .story-top-right,
  .story-bottom-right,
  .story-bottom-left {
    --positon-vertical: 10px;
    --positon-horizontal: 10px;
  }
}
@media (min-width: 768px) {
  .story-top-left,
  .story-top-right,
  .story-bottom-right,
  .story-bottom-left {
    width: clamp(3.125rem, 2.0138888889rem + 2.3148148148vw, 3.75rem);
  }
}

.story-top-left {
  top: var(--positon-vertical);
  left: var(--positon-horizontal);
}

.story-top-right {
  top: var(--positon-vertical);
  right: var(--positon-horizontal);
  transform: scaleX(-1);
}

.story-bottom-right {
  bottom: var(--positon-vertical);
  right: var(--positon-horizontal);
  transform: scaleX(-1) scaleY(-1);
}

.story-bottom-left {
  bottom: var(--positon-vertical);
  left: var(--positon-horizontal);
  transform: scaleY(-1);
}

.story-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .story-wrap {
    grid-template-columns: 1fr 1.2fr;
  }
}

h2,
h3,
h4,
h5,
h6,
p,
.ap-list-button,
.ap-top-button,
.note {
  transform: rotate(0.05deg);
}

.story-text {
  background-color: rgba(255, 255, 255, 0.5058823529);
  padding: 15px;
  border-radius: 10px;
  font-size: clamp(0.8125rem, 0.4791666667rem + 0.6944444444vw, 1rem);
  line-height: 1.6;
  font-weight: bold;
  transform: rotate(-0.05deg);
}
@media (min-width: 768px) {
  .story-text {
    padding: 20px;
  }
}

.story-img img {
  margin: 0 auto;
  display: block;
  max-width: 470px;
  width: 100%;
}
@media (min-width: 768px) {
  .story-img img {
    max-width: 100%;
  }
}

.items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

.item-name {
  text-align: center;
  font-size: clamp(0.875rem, 0.7525773196rem + 0.5154639175vw, 1rem);
  line-height: 1.2;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .item-name {
    font-size: clamp(1rem, 0.7777777778rem + 0.462962963vw, 1.125rem);
  }
}

.buttons {
  margin: 30px auto;
}
@media (min-width: 768px) {
  .buttons {
    margin: 50px auto;
  }
}
.buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
  border-radius: 50rem;
  font-size: clamp(0.875rem, 0.7525773196rem + 0.5154639175vw, 1rem);
  max-width: 340px;
  margin: 20px auto;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .buttons a {
    padding: 20px 10px;
    font-size: clamp(1rem, 0.7777777778rem + 0.462962963vw, 1.125rem);
    max-width: 450px;
  }
}

.arrow {
  margin-left: 30px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 8px;
  border-radius: 50rem;
}
@media (min-width: 768px) {
  .arrow {
    padding: 9px;
  }
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 5px;
  width: 7px;
  height: 2px;
}
@media (min-width: 768px) {
  .arrow::before,
  .arrow::after {
    width: 9px;
    height: 2px;
    left: 5px;
    top: calc(50% - 1.5px);
  }
}
.arrow::before,
.arrow::after {
  border-radius: 9999px;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

.ap-list-button {
  background-color: #e9843a;
}
.ap-list-button:hover {
  background-color: #e9731e;
}
.ap-list-button .arrow::before,
.ap-list-button .arrow::after {
  background-color: #e9731e;
}

.ap-top-button {
  background-color: #e984ae;
}
.ap-top-button:hover {
  background-color: #e16c9d;
}
.ap-top-button .arrow::before,
.ap-top-button .arrow::after {
  background-color: #e16c9d;
}

.note {
  text-align: center;
  font-size: clamp(0.625rem, 0.5025773196rem + 0.5154639175vw, 0.75rem);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .note {
    font-size: clamp(0.75rem, 0.5277777778rem + 0.462962963vw, 0.875rem);
  }
}

.wrapper-tsuta {
  position: relative;
  margin-bottom: clamp(3.75rem, 2.5257731959rem + 5.1546391753vw, 5rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta {
    margin-bottom: 100px;
  }
}
.wrapper-tsuta:last-child {
  margin-bottom: 0;
}
.wrapper-tsuta .tsuta-left {
  position: absolute;
  left: clamp(-1.3125rem, -0.4465206186rem - 1.8041237113vw, -0.875rem);
  z-index: 1;
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-left {
    left: calc((var(--margin) + 3px) * -1);
  }
}
.wrapper-tsuta .tsuta-right {
  position: absolute;
  z-index: 1;
  left: auto;
  right: clamp(-1.3125rem, -0.4465206186rem - 1.8041237113vw, -0.875rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-right {
    right: calc((var(--margin) + 3px) * -1);
  }
}
.wrapper-tsuta .tsuta-l-1 {
  width: clamp(1.5625rem, 1.256443299rem + 1.2886597938vw, 1.875rem);
  top: clamp(0rem, -0.6121134021rem + 2.5773195876vw, 0.625rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-l-1 {
    width: clamp(1.875rem, -0.9027777778rem + 5.787037037vw, 3.4375rem);
    top: clamp(3.125rem, -2.4305555556rem + 11.5740740741vw, 6.25rem);
  }
}
.wrapper-tsuta .tsuta-l-2 {
  width: clamp(2.1875rem, 0.6572164948rem + 6.4432989691vw, 3.75rem);
  top: clamp(3.125rem, 1.9007731959rem + 5.1546391753vw, 4.375rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-l-2 {
    width: clamp(4.375rem, 2.1527777778rem + 4.6296296296vw, 5.625rem);
    top: clamp(6.25rem, -4.8611111111rem + 23.1481481481vw, 12.5rem);
  }
}
.wrapper-tsuta .tsuta-l-3 {
  width: clamp(1.5625rem, 0.9503865979rem + 2.5773195876vw, 2.1875rem);
  top: clamp(18.75rem, 12.6288659794rem + 25.7731958763vw, 25rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-l-3 {
    width: clamp(2.5rem, 0.2777777778rem + 4.6296296296vw, 3.75rem);
    top: clamp(31.25rem, 20.1388888889rem + 23.1481481481vw, 37.5rem);
  }
}
.wrapper-tsuta .tsuta-l-4 {
  width: clamp(2.8125rem, 1.5882731959rem + 5.1546391753vw, 4.0625rem);
  top: clamp(50rem, 37.7577319588rem + 51.5463917526vw, 62.5rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-l-4 {
    width: clamp(4.0625rem, -0.9375rem + 10.4166666667vw, 6.875rem);
    top: clamp(31.25rem, -24.3055555556rem + 115.7407407407vw, 62.5rem);
  }
}
.wrapper-tsuta .tsuta-l-5 {
  width: clamp(1.875rem, 2.493556701rem - 1.2886597938vw, 2.1875rem);
  top: clamp(12.5rem, 6.3788659794rem + 25.7731958763vw, 18.75rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-l-5 {
    width: clamp(1.875rem, -0.9027777778rem + 5.787037037vw, 3.4375rem);
    top: clamp(18.75rem, 7.6388888889rem + 23.1481481481vw, 25rem);
  }
}
.wrapper-tsuta .tsuta-l-6 {
  width: clamp(2.5rem, 1.2757731959rem + 5.1546391753vw, 3.75rem);
  top: clamp(18.75rem, 55.8634020619rem - 77.3195876289vw, 37.5rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-l-6 {
    width: clamp(5rem, 0rem + 10.4166666667vw, 7.8125rem);
    top: clamp(18.75rem, 7.6388888889rem + 23.1481481481vw, 25rem);
  }
}
.wrapper-tsuta .tsuta-l-7 {
  width: clamp(2.5rem, 1.2757731959rem + 5.1546391753vw, 3.75rem);
  top: clamp(18.75rem, 24.9355670103rem - 12.8865979381vw, 21.875rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-l-7 {
    width: clamp(5rem, 0.5555555556rem + 9.2592592593vw, 7.5rem);
    top: clamp(12.5rem, -31.9444444444rem + 92.5925925926vw, 37.5rem);
  }
}
.wrapper-tsuta .tsuta-r-1 {
  width: clamp(2.1875rem, 0.0451030928rem + 9.0206185567vw, 4.375rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-r-1 {
    width: clamp(4.375rem, 2.1527777778rem + 4.6296296296vw, 5.625rem);
    top: clamp(3.125rem, -1.3194444444rem + 9.2592592593vw, 5.625rem);
  }
}
.wrapper-tsuta .tsuta-r-2 {
  width: clamp(1.5625rem, 0.9503865979rem + 2.5773195876vw, 2.1875rem);
  top: clamp(6.25rem, 0.1288659794rem + 25.7731958763vw, 12.5rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-r-2 {
    width: clamp(2.5rem, 1.3888888889rem + 2.3148148148vw, 3.125rem);
    top: clamp(6.25rem, -4.8611111111rem + 23.1481481481vw, 12.5rem);
  }
}
.wrapper-tsuta .tsuta-r-3 {
  width: clamp(1.5625rem, 0.6443298969rem + 3.8659793814vw, 2.5rem);
  top: clamp(6.25rem, 0.1288659794rem + 25.7731958763vw, 12.5rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-r-3 {
    width: clamp(2.1875rem, 1.0763888889rem + 2.3148148148vw, 2.8125rem);
    top: clamp(6.25rem, -4.8611111111rem + 23.1481481481vw, 12.5rem);
  }
}
.wrapper-tsuta .tsuta-r-4 {
  width: clamp(2.8125rem, 0.6701030928rem + 9.0206185567vw, 5rem);
  top: clamp(43.75rem, 37.6288659794rem + 25.7731958763vw, 50rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-r-4 {
    width: clamp(5.3125rem, 2.5347222222rem + 5.787037037vw, 6.875rem);
    top: clamp(50rem, 27.7777777778rem + 46.2962962963vw, 62.5rem);
  }
}
.wrapper-tsuta .tsuta-r-5 {
  width: clamp(1.25rem, 0.6378865979rem + 2.5773195876vw, 1.875rem);
  top: clamp(6.25rem, 0.1288659794rem + 25.7731958763vw, 12.5rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-r-5 {
    width: clamp(2.1875rem, 1.0763888889rem + 2.3148148148vw, 2.8125rem);
    top: clamp(6.25rem, -4.8611111111rem + 23.1481481481vw, 12.5rem);
  }
}
.wrapper-tsuta .tsuta-r-6 {
  width: clamp(1.5625rem, 1.256443299rem + 1.2886597938vw, 1.875rem);
  top: clamp(6.25rem, 0.1288659794rem + 25.7731958763vw, 12.5rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-r-6 {
    width: clamp(2.5rem, 0.8333333333rem + 3.4722222222vw, 3.4375rem);
    top: clamp(6.25rem, -4.8611111111rem + 23.1481481481vw, 12.5rem);
  }
}
.wrapper-tsuta .tsuta-r-7 {
  width: clamp(2.1875rem, 0.3511597938rem + 7.7319587629vw, 4.0625rem);
  top: clamp(43.75rem, 25.3865979381rem + 77.3195876289vw, 62.5rem);
}
@media (min-width: 768px) {
  .wrapper-tsuta .tsuta-r-7 {
    width: clamp(5rem, 2.7777777778rem + 4.6296296296vw, 6.25rem);
    top: clamp(37.5rem, -6.9444444444rem + 92.5925925926vw, 62.5rem);
  }
}

.tora-product-image-wrapper {
  position: relative;
}
.tora-product-image-wrapper .otakakra {
  position: absolute;
  width: clamp(5rem, 1.3273195876rem + 15.4639175258vw, 8.75rem);
  top: clamp(3.125rem, -0.5476804124rem + 15.4639175258vw, 6.875rem);
  right: clamp(2.5rem, -1.1726804124rem + 15.4639175258vw, 6.25rem);
}
@media (min-width: 768px) {
  .tora-product-image-wrapper .otakakra {
    width: clamp(8.75rem, 2.0833333333rem + 13.8888888889vw, 12.5rem);
    top: clamp(6.25rem, -4.8611111111rem + 23.1481481481vw, 12.5rem);
    right: clamp(5rem, -2.7777777778rem + 16.2037037037vw, 9.375rem);
  }
}
.tora-product-image-wrapper .otakakra {
  z-index: 1;
}

.items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2%;
  row-gap: clamp(12px, 3vw, 24px);
  align-items: stretch;
}
@media (min-width: 768px) {
  .items {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3%;
    row-gap: clamp(16px, 2vw, 28px);
  }
}

.item-box {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.item-box img {
  border-radius: 10px;
  border: 2px solid var(--keyColor-1);
  overflow: hidden;
}

.item-name {
  text-align: center;
  font-size: clamp(0.875rem, 0.7525773196rem + 0.5154639175vw, 1rem);
  line-height: 1.2;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .item-name {
    font-size: clamp(1rem, 0.7777777778rem + 0.462962963vw, 1.125rem);
    margin: 15px auto;
  }
}

.buttons {
  margin: 30px auto;
}
@media (min-width: 768px) {
  .buttons {
    margin: 50px auto;
  }
}
.buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
  border-radius: 50rem;
  font-size: clamp(0.84375rem, 0.6907216495rem + 0.6443298969vw, 1rem);
  max-width: 340px;
  margin: 20px auto;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .buttons a {
    padding: 20px 10px;
    font-size: clamp(1rem, 0.7777777778rem + 0.462962963vw, 1.125rem);
    max-width: 450px;
  }
}

.buy__button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f2d2";
  padding: 0;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: clamp(0.6875rem, 0.2590206186rem + 1.8041237113vw, 1.125rem);
}

@media screen and (min-width: 768px) {
  .buy__button::after {
    font-size: clamp(0.8125rem, 0.2569444444rem + 1.1574074074vw, 1.125rem);
  }
}
.buy__button,
.catalog__button {
  text-indent: clamp(0.8125rem, 2.2569444444rem - 3.0092592593vw, 0rem);
  margin-top: auto;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: inline-block;
  width: 100%;
  padding: clamp(0.625rem, 0.318943299rem + 1.2886597938vw, 0.9375rem) clamp(0.625rem, 0.318943299rem + 1.2886597938vw, 0.9375rem) clamp(0.625rem, 0.318943299rem + 1.2886597938vw, 0.9375rem) 0;
  border: none;
  border-radius: 50rem;
  color: #fff !important;
  font-size: clamp(0.8125rem, 0.3840206186rem + 1.8041237113vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  background-color: var(--keyColor-1);
  cursor: pointer;
  outline: none;
  position: relative;
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .buy__button,
  .catalog__button {
    text-indent: 6px;
  }
}
@media screen and (min-width: 768px) {
  .buy__button,
  .catalog__button {
    letter-spacing: -1px;
    font-size: clamp(0.875rem, 0.6527777778rem + 0.462962963vw, 1rem);
    padding: clamp(0.625rem, 0.0694444444rem + 1.1574074074vw, 0.9375rem) clamp(0.625rem, 0.0694444444rem + 1.1574074074vw, 0.9375rem) clamp(0.625rem, 0.0694444444rem + 1.1574074074vw, 0.9375rem) 0;
  }
}
@media screen and (min-width: 992px) {
  .buy__button,
  .catalog__button {
    letter-spacing: 0px;
  }
}
.buy__button:hover,
.catalog__button:hover {
  background-color: #036b30;
}

/*　ブレークポイント */
/* 背景画像　テキスト消去*/
/* フレックス*/
:root {
  --english-font: "Quicksand", sans-serif;
  --yugo-d: "游ゴシック体 Pr6N D", "Yu Gothic Pr6N D";
}

:root {
  --keyColor: #66ff00;
  --baseColor: #1d1d1d;
  --font-en: "Bebas Neue", sans-serif;
}

.modalArea {
  padding: 0 !important;
}

.ec-modal-window-box {
  width: 100%;
  margin-top: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .f15 {
    font-size: 1.5em !important;
  }
}
.icon-cart {
  width: 10% !important;
  height: auto;
  aspect-ratio: auto 25/25;
  margin-top: -1.5% !important;
  padding: 0 1% 0 0;
  fill: #fff;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.modalArea {
  visibility: hidden; /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 9999; /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 !important;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88%;
  max-width: 480px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  font-family: r-mplus, -apple-system, BlinkMacSystemFont, Sans-Serif !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.06em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-feature-settings: "palt" !important;
  font-feature-settings: "palt" !important;
}

.closeModal {
  position: absolute;
  top: 0rem;
  right: 1rem;
  cursor: pointer;
  font-weight: 800;
  font-size: clamp(2.5rem, 3vw, 5rem);
}

.is-show {
  /* モーダル表示用クラス */
  visibility: visible;
  opacity: 1;
}

.modalContents .h1-title {
  color: #000;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 800;
  text-align: center;
  margin: 1rem auto;
  padding: 20px 0 15px;
  border-bottom: 1px solid #555;
}

@media screen and (max-width: 768px) {
  .modalContents .h1-title {
    padding: 20px 0 10px;
  }
}
.modalContents .box_shop_wrapper {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}

.modalContents .box_shop {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modalContents .box_shop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modalContents img {
  border-radius: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: 95px !important;
}

@media screen and (max-width: 480px) {
  .modalContents img {
    height: 75px !important;
  }
}
.modalContents .p-info {
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  font-weight: 800 !important;
  text-align: center !important;
  color: #e84f67 !important;
  margin: 1rem auto 0.5rem;
}

/*===============================================
スマホ・タブレット  画面横幅767pxまで
===============================================*/
@media screen and (max-width: 768px) {
  .ec-modal-window-box {
    margin-top: auto;
    width: 100%;
  }
  .icon-cart {
    width: 8% !important;
  }
  .modalArea {
    position: fixed; /*fixed*/
  }
}
/*===============================================
スマホ  画面横幅639pxまで
===============================================*/
/* /@media */
.fv-main img {
  opacity: 0;
  filter: blur(12px);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0%, #000 58%, transparent 78%);
  mask-image: radial-gradient(circle at 50% 50%, #000 0%, #000 58%, transparent 78%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 0%;
  mask-size: 0%;
  animation: fv-main-reveal 2000ms cubic-bezier(0.4, 0.12, 0.55, 0.93) forwards;
}

@keyframes fv-main-reveal {
  0% {
    opacity: 0;
    filter: blur(12px);
    -webkit-mask-size: 0%;
    mask-size: 0%;
  }
  80% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    -webkit-mask-size: 300%;
    mask-size: 300%;
    filter: blur(0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fv-main img {
    animation: none;
    opacity: 1;
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.product-heading.is-reveal {
  opacity: 0;
  transform: translateY(-80px);
  transition: transform 800ms linear(0 0%, 0.151 8.1%, 0.223 11.7%, 0.304 15.2%, 0.392 18.4%, 0.497 21.6%, 0.619 24.8%, 0.752 27.9%, 0.999 33.3%, 0.842 37.1%, 0.79 38.6%, 0.748 40%, 0.714 41.4%, 0.691 42.7%, 0.677 44%, 0.673 44.7%, 0.672 45.3%, 0.676 46.5%, 0.69 47.8%, 0.712 49.1%, 0.743 50.4%, 0.824 53%, 0.999 57.7%, 0.927 60%, 0.883 61.8%, 0.867 62.7%, 0.856 63.6%, 0.85 64.4%, 0.848 65.3%, 0.849 66.1%, 0.855 67%, 0.865 67.9%, 0.879 68.8%, 0.911 70.5%, 0.999 74.5%, 0.97 76.2%, 0.953 77.5%, 0.943 78.8%, 0.94 80.2%, 0.942 81.4%, 0.95 82.7%, 0.989 86.9%, 1 88.2%, 0.99 90%, 0.987 91.9%, 0.989 93.5%, 0.998 97.5%, 1 100%), opacity 780ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-heading.is-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-image img.is-reveal {
  opacity: 0;
  filter: blur(12px);
  transition: opacity 1200ms cubic-bezier(0.22, 1, 0.36, 1), filter 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-image img.is-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
}

.product-feaure img.is-reveal {
  opacity: 0;
  filter: blur(12px);
  transition: opacity 1200ms cubic-bezier(0.22, 1, 0.36, 1), filter 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-feaure img.is-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
}

.story.is-reveal {
  opacity: 0;
  filter: blur(12px);
  transition: opacity 1200ms cubic-bezier(0.22, 1, 0.36, 1), filter 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.story.is-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
}

.tsuta-left img {
  transform-origin: bottom left;
}

.tsuta-right img {
  transform-origin: bottom right;
}

.rustling-left img.is-rustling {
  animation: tsuta-rustle-left var(--tsuta-rustle-duration, 480ms) ease-in-out;
}

.rustling-right img.is-rustling {
  animation: tsuta-rustle-right var(--tsuta-rustle-duration, 480ms) ease-in-out;
}

@keyframes tsuta-rustle-left {
  0%, 100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  18% {
    transform: rotate(1.1deg) translate3d(1px, 0, 0);
  }
  36% {
    transform: rotate(-0.9deg) translate3d(-1px, 1px, 0);
  }
  54% {
    transform: rotate(0.7deg) translate3d(0.5px, -0.5px, 0);
  }
  72% {
    transform: rotate(-0.8deg) translate3d(-0.5px, 0, 0);
  }
  90% {
    transform: rotate(0.4deg) translate3d(0, 0.5px, 0);
  }
}
@keyframes tsuta-rustle-right {
  0%, 100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  18% {
    transform: rotate(-1.1deg) translate3d(-1px, 0, 0);
  }
  36% {
    transform: rotate(0.9deg) translate3d(1px, 1px, 0);
  }
  54% {
    transform: rotate(-0.7deg) translate3d(-0.5px, -0.5px, 0);
  }
  72% {
    transform: rotate(0.8deg) translate3d(0.5px, 0, 0);
  }
  90% {
    transform: rotate(-0.4deg) translate3d(0, 0.5px, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .tsuta-left img.is-rustling,
  .tsuta-right img.is-rustling,
  .bottom-left img.is-rustling,
  .bottom-right img.is-rustling {
    animation: none;
  }
}
.otakakra {
  display: block;
}

.otakakra__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 97%;
  margin: 0 auto;
  transform-origin: center center;
  animation: otakakra-pulse 2s ease-in-out infinite;
  animation-play-state: paused;
}

.otakakra__image.is-reveal {
  opacity: 0;
  filter: blur(12px);
  transition: opacity 1200ms cubic-bezier(0.22, 1, 0.36, 1), filter 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.otakakra__image.is-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  animation-play-state: running;
}

@keyframes otakakra-pulse {
  0%, 100% {
    transform: scale(0.96);
  }
  50% {
    transform: scale(1);
  }
}
.otakakra__sparkles {
  position: absolute;
  top: 0;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  height: 100%;
  display: block;
}

.otakakra__sparkle {
  position: absolute;
  width: clamp(14px, 2.2vw, 20px);
  height: clamp(14px, 2.2vw, 20px);
  pointer-events: none;
}
.otakakra__sparkle::before, .otakakra__sparkle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #fff 0%, #fffef0 50%, #fff 100%);
  filter: drop-shadow(0 0 5px rgba(255, 255, 220, 0.95));
}
.otakakra__sparkle {
  /* 縦長の菱形（よく見る漫画風キラキラ） */
}
.otakakra__sparkle::before {
  width: 28%;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.otakakra__sparkle::after {
  width: 100%;
  height: 28%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.otakakra__sparkle {
  animation: otakakra-sparkle 2.2s ease-in-out infinite;
}
.otakakra__sparkle:nth-child(1) {
  top: 0%;
  left: 3%;
  animation-duration: 1.9s;
  animation-delay: 0s;
}
.otakakra__sparkle:nth-child(2) {
  top: 10%;
  left: 86%;
  animation-duration: 2.4s;
  animation-delay: 0.5s;
}
.otakakra__sparkle:nth-child(3) {
  top: 48%;
  left: 5%;
  animation-duration: 2.1s;
  animation-delay: 1.1s;
}
.otakakra__sparkle:nth-child(4) {
  top: 52%;
  left: 90%;
  animation-duration: 2.6s;
  animation-delay: 0.3s;
}
.otakakra__sparkle:nth-child(5) {
  top: 88%;
  left: 18%;
  width: clamp(11px, 1.8vw, 16px);
  height: clamp(11px, 1.8vw, 16px);
  animation-duration: 1.7s;
  animation-delay: 0.8s;
}
.otakakra__sparkle:nth-child(6) {
  top: 86%;
  left: 82%;
  width: clamp(11px, 1.8vw, 16px);
  height: clamp(11px, 1.8vw, 16px);
  animation-duration: 2.3s;
  animation-delay: 1.4s;
}
.otakakra__sparkle:nth-child(7) {
  top: 20%;
  left: 1%;
  animation-duration: 2s;
  animation-delay: 0.6s;
}
.otakakra__sparkle:nth-child(8) {
  top: 72%;
  left: 92%;
  animation-duration: 2.5s;
  animation-delay: 1s;
}

@keyframes otakakra-sparkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0.35);
  }
  45% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0.35;
    transform: scale(0.75);
  }
}
@media (prefers-reduced-motion: reduce) {
  .otakakra__image {
    animation: none;
  }
  .otakakra__sparkle {
    animation: none;
    opacity: 0.6;
  }
}
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(2, 2, 2);
  }
  40% {
    -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.2, 1.2, 1.2);
  }
  60% {
    -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.2, 1.2, 1.2);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

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

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 1deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 1deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1deg);
  }
  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(1, 1, 1) rotate3d(0, 0, 2, -2deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, -2deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, 2deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, 2deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, -2deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, -2deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes tada2 {
  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, -1deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 1deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 1deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada2 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, -2deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, -2deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, 2deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, 2deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, -2deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, -2deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada2 {
  -webkit-animation-name: tada2;
  animation-name: tada2;
}

@-webkit-keyframes tada3 {
  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, -1deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 1deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 1deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada3 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, -2deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, -2deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, 2deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, 2deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, -2deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 2, -2deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada3 {
  -webkit-animation-name: tada3;
  animation-name: tada3;
}

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

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

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-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);
  }
}
.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);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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

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

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

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

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

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

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

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

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

@media (print), (prefers-reduced-motion: reduce) {
  .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;
  }
}
/*============= SnsBox =============*/
#sns_box {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  background-color: #fff;
  text-align: center;
}

.box_bnr {
  width: 100%;
  margin: 2rem auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .box_bnr {
    margin: 3% auto 5%;
  }
}
.box_bnr img {
  width: 90%;
  max-width: 580px;
  margin: auto;
}

.box_bnr span {
  display: block;
  color: #e73d90;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box_bnr span {
    font-size: 0.7rem;
  }
}
.btn_box {
  width: 100%;
  margin: 2rem auto;
}

@media screen and (max-width: 767px) {
  .btn_box {
    margin: 1rem auto 2rem;
  }
}
.btn_box img {
  width: 80px;
  margin: 0 auto;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}

@media screen and (max-width: 767px) {
  .btn_box img {
    width: 16%;
    padding: 2%;
  }
}
.copyright {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}

/*# sourceMappingURL=style.css.map */
