@charset "UTF-8";
/* Scss Document */ /* Scss Document */
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, code, del, em, img, q, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

section {
  clear: both;
}

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* list --------------- */
nav ul, #header ul, #sidebar ul, aside ul {
  list-style: none;
}

article ul {
  margin-left: 1.5em;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

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

/* alignment --------------- */
.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgB_1 {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 768px) {
  .mgB_1 {
    margin-bottom: 25px !important;
  }
}

.mgB_2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_2 {
    margin-bottom: 50px !important;
  }
}

.mgB_3 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_3 {
    margin-bottom: 75px !important;
  }
}

.mgB_4 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_4 {
    margin-bottom: 100px !important;
  }
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden, .mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
html {
  font-size: 50%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  min-width: 320px;
  background-color: #fff;
  color: #333333;
  font-size: 1.6em;
  line-height: 1;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1100px;
  }
}

/* default link color
----------------------------------------------------------- */
a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #F00;
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
#topbody #headerArea {
  height: 62.5vw;
}
@media screen and (min-width: 768px) {
  #topbody #headerArea {
    height: 62.5vw;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  #secondbody #headerArea {
    position: relative;
  }
}
#secondbody #headerArea figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#headerArea {
  height: 26vw;
}
#headerArea #bg-video {
  display: none;
}
@media screen and (min-width: 768px) {
  #headerArea #bg-video {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
  }
}
#headerArea #main-sp {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  #headerArea #main-sp {
    display: none;
  }
}
#headerArea .bxslider-top {
  width: 100%;
  height: 62.5vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  background: url("../../images/slider_bg_sp.svg") no-repeat bottom center;
}
@media screen and (min-width: 768px) {
  #headerArea .bxslider-top {
    background: url("../../images/slider_bg.png") no-repeat bottom center;
  }
}
#headerArea .bx-wrapper {
  width: 100%;
  height: 62.5vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
#headerArea .bx-viewport {
  height: 62.5vw;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
#headerArea .bxslider {
  width: 100%;
  height: 62.5vw;
}
#headerArea .bxslider > div {
  height: 62.5vw;
  background: center/cover no-repeat;
}
#headerArea .bx-wrapper .bx-controls-auto,
#headerArea .bx-wrapper .bx-pager {
  bottom: 30px;
}

#headerWrap {
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 100 !important;
}
#headerWrap #header {
  position: relative;
  height: 120px;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  #headerWrap.fixed {
    background: white;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: 1s;
    transition: 1s;
    position: fixed;
  }
}
@media screen and (min-width: 768px) {
  #headerWrap.fixed #header {
    height: 60px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  #headerWrap.fixed .hLogo {
    display: none;
  }
}
#headerWrap.fixed .nav-pc-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#headerWrap.fixed .nav-pc-wrap a {
  color: #333333;
  line-height: 60px;
}
#headerWrap.fixed .nav-pc-wrap a:hover {
  border-bottom: 2px solid #333333;
}

.hLogo {
  padding: 2%;
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .hLogo {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50px;
    top: 25px;
  }
}
.hLogo img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .hLogo img {
    height: auto;
    width: 160px;
  }
}

#spmain {
  display: block;
}
@media screen and (min-width: 768px) {
  #spmain {
    display: none;
  }
}

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
#topImg {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #topImg {
    margin: 0 auto 60px;
    width: 1100px;
  }
  #topImg img {
    margin-bottom: 10px;
  }
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =contents
----------------------------------------------------------- */
#contents {
  line-height: 1.6;
  clear: both;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
#main {
  padding: 10vw 0 25px;
}
#main.bg1 {
  background: #fadbda;
}
#main.bg2 {
  background: url("../images/bg2.jpg");
}
#main.bg2-bg3nami {
  background-image: url("../images/bg3_nami_bottom.png"), url("../images/bg2.jpg");
  background-repeat: no-repeat, repeat;
  background-position: bottom center, top;
}
#main.bg2-bg1nami {
  background-image: url("../images/bg1_nami_bottom.png"), url("../images/bg2.jpg");
  background-repeat: no-repeat, repeat;
  background-position: bottom center, top;
}
#main.bg3 {
  background: url("../images/bg3.jpg");
}
#main .bg3-nami {
  background-image: url("../images/bg3.jpg");
  background-repeat: repeat;
  background-position: top;
  position: relative;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  #main .bg3-nami {
    padding: 0;
  }
  #main .bg3-nami::before {
    content: "";
    display: block;
    background-image: url("../images/bg3_nami.png");
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100px;
  }
}

#signage #main {
  padding: 0 0 25px;
}

#topbody #main {
  padding: 0 0 25px;
}

#main section.bg1-nami {
  background: url("../images/bg1_nami.png") top center no-repeat;
  padding: 100px 0 0;
}

#main section {
  margin-bottom: 50px;
  padding: 0;
}

article h2 {
  text-align: center;
  padding: 0;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  article h2 {
    margin: 0 0 30px 0;
  }
}
article h2.h2a img {
  width: 75%;
}
@media screen and (min-width: 768px) {
  article h2.h2a img {
    width: 382px;
  }
}
article h2.h2b {
  font-size: 2.4rem;
  color: #fff;
  background: #f29c9f;
  border-radius: 20px;
  padding: 0.3em 0;
}

article h3 {
  font-weight: 300;
  letter-spacing: 0.1em;
}
article h3.h3a {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background: #f2a49e;
  border-radius: 10px;
  padding: 0.3em 1em;
  margin-bottom: 0.5em;
}

article h4 {
  font-weight: normal;
}

/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.mainIn {
  width: 96%;
  margin: 25px 2%;
}
@media screen and (min-width: 768px) {
  .mainIn {
    width: 1100px;
    margin: 0 auto;
    padding: 25px 0;
  }
}
.mainIn p {
  line-height: 2;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.col2.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.col2 > div {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .col2 > div {
    width: 48%;
    margin-bottom: 50px;
  }
}

.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col3 > div {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .col3 > div {
    width: 30%;
    margin-bottom: 50px;
  }
}
.col3::after {
  content: "";
  display: block;
  width: 30%;
}

.col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col4 > div {
  width: 48%;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .col4 > div {
    width: 22%;
    margin-bottom: 50px;
  }
}
.col4::before {
  content: "";
  display: block;
  width: 22%;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.col4::after {
  content: "";
  display: block;
  width: 22%;
  height: 0;
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.f-search {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .f-search {
    width: 100px;
    bottom: 80px;
  }
}
.f-search a:hover img {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 100px;
    bottom: 50px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
#f-sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
#f-sns-link a:hover img {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  #f-sns-link {
    width: 430px;
  }
}
#f-sns-link .f-bnr-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #f-sns-link .f-bnr-wrap {
    width: 260px;
    margin: 0 auto;
  }
}
#f-sns-link .f-sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 145px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #f-sns-link .f-sns-wrap {
    width: 145px;
  }
}
#f-sns-link .f-sns img {
  width: 34px;
}
#f-sns-link .f-sns-kanyuu {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #f-sns-link .f-sns-kanyuu {
    padding-left: 1em;
    text-align: left;
  }
}
#f-sns-link .f-sns-kanyuu a {
  text-decoration: underline;
}

footer {
  background: #f29c9f;
  margin-top: -25px;
  padding: 25px 0 0;
  color: #fff;
  position: relative;
}
footer::before {
  content: "";
  display: block;
  background-image: url("../images/bg_fot_sp.svg");
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 768px) {
  footer {
    background: url("../images/bg_fot.svg") no-repeat top center;
    background-size: cover;
    padding: 75px 0 0;
    margin-top: -75px;
  }
  footer::before {
    background-image: none;
  }
}
footer a {
  color: #fff;
}

#fTitle {
  width: 96%;
  margin: 0 2%;
  border-bottom: none;
  padding-bottom: 20px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  #fTitle {
    width: 1100px;
  }
}
#fTitle div {
  text-align: center;
  line-height: 1.8;
}
#fTitle div img {
  width: 110px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #fTitle div img {
    width: 182px;
    margin-bottom: 0;
  }
}

#fNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 96%;
  margin: 0 2%;
  padding: 0 0 25px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  #fNav {
    width: 1100px;
    padding: 40px 0 70px;
  }
}
#fNav ul {
  width: 50%;
  margin: 0;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  #fNav ul {
    width: 20%;
    font-size: 13px;
  }
}
#fNav ul li {
  margin-bottom: 0.5em;
  padding-left: 20px;
  line-height: 1.9;
  list-style: none;
  background: url("../images/yaji2.png") no-repeat left 5px;
}

/*最下部エリア*/
#footerCopy {
  background: #e57880;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #footerCopy {
    padding-bottom: 0;
  }
}

#footerCopyWrap {
  width: 96%;
  margin: 0 2%;
  font-size: 12px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  #footerCopyWrap {
    font-size: 13px;
    padding: 10px;
  }
}
#footerCopyWrap p {
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  #footerCopyWrap p {
    margin-bottom: 0;
  }
}
#footerCopyWrap p a {
  padding-left: 10px;
  margin-right: 20px;
  background: url("../images/yaji2.png") no-repeat left top 2px;
}
@media screen and (min-width: 768px) {
  #footerCopyWrap {
    padding: 2em 0;
    width: 1100px;
    margin: 0 auto;
  }
}

#fFix {
  display: none;
}
#fFix .fFix {
  border-top: 1px solid #eee;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 2% 2% 0;
  position: fixed;
  bottom: 0;
}
#fFix .fFix a {
  width: 31%;
}
@media screen and (min-width: 768px) {
  #fFix .fFix {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #fFix {
    display: none;
  }
}

#rFix {
  display: none;
}
@media screen and (min-width: 768px) {
  #rFix {
    display: block;
    position: fixed;
    right: 0;
    top: 120px;
  }
  #rFix a {
    display: block;
    margin-bottom: 20px;
  }
  #rFix a img {
    width: 40px;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0;
}
/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10000;
  background-color: rgba(242, 156, 159, 0.9);
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .nav-wrap {
    display: none;
  }
}
.nav-wrap .nav {
  height: 100%;
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .nav-wrap .nav {
    width: 1100px;
    margin: 200px auto 0;
  }
}
.nav-wrap > ul > li {
  display: block;
  margin: 0;
  line-height: 1.1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 768px) {
  .nav-wrap > ul > li {
    margin: 0 0 2em 100px;
  }
}
.nav-wrap > ul > li > a {
  display: block;
  padding: 0.7em 0.5em;
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .nav-wrap > ul > li > a {
    font-size: 40px;
  }
}
.nav-wrap > ul > li ul {
  margin: 0 1em 0 1em;
}
.nav-wrap > ul > li ul li {
  display: inline-block;
  margin-bottom: 1.3em;
}
.nav-wrap > ul > li ul li a {
  border: 1px rgba(255, 255, 255, 0.6) solid;
  color: #fff;
  padding: 0.5em 0.5em;
  border-radius: 0.5em;
}

@media screen and (min-width: 768px) {
  .nav-pc-wrap {
    display: block;
    position: absolute;
    right: 50px;
    top: 30px;
  }
  .nav-pc-wrap ul {
    width: 800px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-pc-wrap ul > li {
    list-style-type: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    margin: 0;
    cursor: pointer;
  }
  .nav-pc-wrap ul > li > a {
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    line-height: 80px;
    padding-bottom: 10px;
  }
  .nav-pc-wrap ul > li > a:hover {
    border-bottom: 2px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-pc-wrap ul > li .menu {
    display: none;
    overflow: hidden;
    width: 100%;
    left: 0;
    text-align: center;
    position: fixed;
    background: #f29c9f;
  }
  .nav-pc-wrap ul > li .menu ul.menu_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70%;
  }
  .nav-pc-wrap ul > li .menu ul.menu_inner.menu1 {
    width: 50%;
  }
  .nav-pc-wrap ul > li .menu ul.menu_inner.menu2 {
    width: 70%;
  }
  .nav-pc-wrap ul > li .menu ul.menu_inner.menu3 {
    width: 50%;
  }
  .nav-pc-wrap ul > li .menu ul.menu_inner.menu4 {
    width: 40%;
  }
  .nav-pc-wrap ul > li .menu ul.menu_inner li {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .nav-pc-wrap ul > li .menu ul.menu_inner li a {
    color: #fff !important;
  }
  .nav-pc-wrap ul > li .menu ul.menu_inner li a img {
    display: block;
    opacity: 0.6;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    width: 100%;
    height: 15vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .nav-pc-wrap ul > li .menu ul.menu_inner li a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 0.8;
  }
  .nav-pc-wrap ul > li .menu ul.menu_inner li a span {
    position: absolute;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    width: 100%;
    top: 50%;
    left: 50%;
    padding-bottom: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .nav-pc-wrap ul > li .menu ul.menu_inner li a span:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 6px;
    margin: auto;
    background: #fff;
  }
}
#page.togglebg {
  background: rgba(255, 255, 255, 0.8);
}

/*メニューボタン*/
.nav-button-wrap {
  position: fixed;
  right: 5px;
  top: 4px;
  z-index: 15000;
  background: #f29c9f;
  padding: 8px 8px 8px 8px;
}
@media screen and (min-width: 768px) {
  .nav-button-wrap {
    display: none;
    right: 50px;
    top: 50px;
    padding: 10px 10px 30px 10px;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 40px;
  height: 27px;
}
@media screen and (min-width: 768px) {
  .nav-button {
    width: 60px;
    height: 35px;
  }
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .nav-button span {
    height: 7px;
  }
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 11px;
}
@media screen and (min-width: 768px) {
  .nav-button span:nth-of-type(2) {
    top: 14px;
  }
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span {
  background-color: #fff;
}
.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
  }
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
.btn-more {
  text-align: center;
}
.btn-more img {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .btn-more img {
    width: 164px;
  }
}

/* -----------------------------------------------------------
 ペットを探す
----------------------------------------------------------- */
#main #top-search {
  background: #fadbda;
  margin: -25px 0 0 0;
}
@media screen and (min-width: 768px) {
  #main #top-search {
    margin: -75px 0 0 0;
    background: url("../../images/top_search_bg.png") no-repeat top 225px center #fadbdd;
  }
}
#main #top-search .mainIn {
  position: relative;
  padding: 25px 0 50px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #main #top-search .mainIn {
    padding: 100px 0;
    margin-bottom: inherit;
  }
}
#main #top-search .mainIn .ashiato1 {
  display: none;
  position: absolute;
  left: 0;
  top: 100px;
}
@media screen and (min-width: 768px) {
  #main #top-search .mainIn .ashiato1 {
    display: block;
  }
}
#main #top-search .mainIn .ashiato2 {
  display: none;
  position: absolute;
  right: 0;
  top: 100px;
}
@media screen and (min-width: 768px) {
  #main #top-search .mainIn .ashiato2 {
    display: block;
  }
}
#main #top-search .top-search__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  padding-left: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  #main #top-search .top-search__link {
    gap: 10px 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #main #top-search .top-search__link > div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #main #top-search .top-search__link > div:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #main #top-search .top-search__link > div:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #main #top-search .top-search__link > div:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #main #top-search .top-search__link > div:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
#main #top-search .top-search__link > div {
  width: 44%;
  text-align: center;
  position: relative;
  padding-bottom: 3em;
}
@media screen and (min-width: 768px) {
  #main #top-search .top-search__link > div {
    width: 22%;
  }
}
#main #top-search .top-search__link > div span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#main #top-search .top-search__link > div a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#main #top-search .top-search__link > div .maru {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: 4s linear infinite rotation1;
          animation: 4s linear infinite rotation1;
}
@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* -----------------------------------------------------------
 楽しく暮らす
----------------------------------------------------------- */
#main #top-petlife {
  display: none;
}
@media screen and (min-width: 768px) {
  #main #top-petlife {
    display: block;
    background: url("../../images/top_petlife_bg.png") no-repeat top center;
    background-size: auto 808px;
    margin: -50px 0 0 0;
  }
  #main #top-petlife .mainIn {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 1366px;
    height: 808px;
    margin: 0 auto;
    background-image: url("../../images/top_petlife_txt1.svg"), url("../../images/top_petlife_txt2.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 583px auto, 583px auto;
    background-position: 48px 555px, 730px 555px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  #main #top-petlife .mainIn {
    width: 1100px;
    background-size: 500px auto, 500px auto;
    background-position: left 555px, right 555px;
  }
}
@media screen and (min-width: 768px) {
  #main #top-petlife figure {
    position: absolute;
  }
  #main #top-petlife figure.btn-dog {
    left: 200px;
    bottom: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  #main #top-petlife figure.btn-dog {
    left: 120px;
  }
}
@media screen and (min-width: 768px) {
  #main #top-petlife figure.btn-cat {
    right: 200px;
    bottom: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  #main #top-petlife figure.btn-cat {
    right: 120px;
  }
}
@media screen and (min-width: 768px) {
  #main #top-petlife figure a {
    padding: 0 3.5em 0 4.5em;
    background-position: left 2.5em center;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  #main #top-petlife figure a:hover {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

#main #top-petlife-sp {
  display: block;
  margin-bottom: 0;
}
#main #top-petlife-sp .top-petlife-sp-dog {
  background: #fffbc7;
}
#main #top-petlife-sp .top-petlife-sp-cat {
  background: #f8cccb;
}
@media screen and (min-width: 768px) {
  #main #top-petlife-sp {
    display: none;
  }
}

/* -----------------------------------------------------------
 イベント
----------------------------------------------------------- */
#main #top-event {
  background: #fbf9f4;
  margin: 0 0 0 0;
}
@media screen and (min-width: 768px) {
  #main #top-event {
    background: url("../../images/top_event_bg.png") no-repeat top center;
    margin: -40px 0 0 0;
  }
}
#main #top-event .mainIn {
  padding: 50px 0 75px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #main #top-event .mainIn {
    padding: 100px 0 75px;
    margin-top: inherit;
  }
}
#main #top-event figure {
  margin-bottom: 25px;
}
#main #top-event a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#main #top-event span {
  display: inline-block;
  background: #f29c9f;
  font-size: 1.3rem;
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 10px;
  margin-bottom: 0.2em;
}

/* -----------------------------------------------------------
 お知らせ
----------------------------------------------------------- */
#main #top-info {
  margin: -75px 0 0 0;
  background: url("../images/bg3.jpg") top;
}
@media screen and (min-width: 768px) {
  #main #top-info {
    margin: -85px 0 0 0;
    background: url("../../images/top_info_bg.png") no-repeat top center;
  }
}
#main #top-info .mainIn {
  padding: 25px 0 25px;
}
@media screen and (min-width: 768px) {
  #main #top-info .mainIn {
    padding: 100px 0 75px;
  }
}
@media screen and (min-width: 768px) {
  #main #top-info .col2 {
    margin: -25px 0 0;
  }
}
#main #top-info .col2 aside {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main #top-info .col2 aside {
    width: 300px;
  }
}
#main #top-info .col2 aside img {
  width: 40%;
}
@media screen and (min-width: 768px) {
  #main #top-info .col2 aside img {
    width: 100%;
  }
}
#main #top-info .col2 > div {
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  #main #top-info .col2 > div {
    width: 750px;
    padding-top: 100px;
  }
}
#main #top-info .col2 > div .table_a {
  border-top: none;
  font-size: 1.7rem;
}
#main #top-info .col2 > div .table_a tr + tr {
  background: url("../../images/top_info_hr.png") repeat-x left top;
  background-size: auto 7px;
}
#main #top-info .col2 > div .table_a tr {
  border-bottom: none;
}
#main #top-info .col2 > div .table_a td {
  padding: 0.1em 0;
}
@media screen and (min-width: 768px) {
  #main #top-info .col2 > div .table_a td {
    padding: 25px 0;
  }
}
#main #top-info .col2 > div .table_a td:first-child {
  padding: 1.2em 0 0;
}
@media screen and (min-width: 768px) {
  #main #top-info .col2 > div .table_a td:first-child {
    padding: 25px 0;
  }
}
#main #top-info .col2 > div .table_a a {
  color: #f29c9f;
  font-weight: bold;
}

/* -----------------------------------------------------------
 ペットサービス
----------------------------------------------------------- */
#main #top-service {
  margin: -25px 0 0;
  background: url("../../images/top_service_bg_sp.png") top center;
}
@media screen and (min-width: 768px) {
  #main #top-service {
    margin: -75px 0 0;
    background: url("../../images/top_service_bg.png") no-repeat top center;
  }
}
#main #top-service .mainIn {
  padding: 50px 0 25px;
}
@media screen and (min-width: 768px) {
  #main #top-service .mainIn {
    padding: 75px 0 50px;
  }
}
#main #top-service a {
  color: #fff;
}
#main #top-service a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#main #top-service div.col3,
#main #top-service div.col2 {
  text-align: center;
  font-size: 1.8rem;
}
#main #top-service div.col3 img,
#main #top-service div.col2 img {
  width: 70%;
}
@media screen and (min-width: 768px) {
  #main #top-service div.col3 img,
  #main #top-service div.col2 img {
    width: auto;
  }
}

.animation {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.keyframe-a {
  -webkit-animation-name: anim_a;
          animation-name: anim_a;
}

.keyframe-b {
  -webkit-animation-name: anim_b;
          animation-name: anim_b;
}

@-webkit-keyframes anim_a {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}

@keyframes anim_a {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}
@-webkit-keyframes anim_b {
  0% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes anim_b {
  0% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
/* -----------------------------------------------------------
 お得なサービス
----------------------------------------------------------- */
#main #top-otoku {
  margin: -75px 0 0;
  padding-bottom: 100px;
  background: url("../../images/top_otoku_bg.png") no-repeat top center;
}
#main #top-otoku .mainIn {
  padding: 100px 0 0 0;
}
#main #top-otoku p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #main #top-otoku p {
    margin-bottom: 50px;
  }
}
#main #top-otoku .slider {
  display: none;
}
@media screen and (min-width: 768px) {
  #main #top-otoku .slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100vw;
    overflow: hidden;
  }
  #main #top-otoku .slider:hover ul {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}
#main #top-otoku ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  margin: 0;
  padding: 0;
}
#main #top-otoku ul li {
  display: inline-block;
  width: 50vw;
  margin: 0 10px 0 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #main #top-otoku ul li {
    margin: 0 50px 0 0;
    width: 50vw;
    min-width: 150px;
    max-width: 364px;
  }
}
#main #top-otoku ul li a {
  display: block;
}
#main #top-otoku ul li a img {
  display: block;
  width: 100%;
  height: auto;
}
#main #top-otoku ul:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
#main #top-otoku ul + ul {
  -webkit-animation: loop2 50s linear infinite;
  animation: loop2 50s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
#main #top-otoku .otoku-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px;
}
@media screen and (min-width: 768px) {
  #main #top-otoku .otoku-sp {
    display: none;
  }
}
#main #top-otoku .otoku-sp div {
  width: 45%;
  margin-bottom: 20px;
}

/* -----------------------------------------------------------
 ブログ
----------------------------------------------------------- */
#main #top-blog {
  margin: -50px 0 0;
  padding-bottom: 25px;
  background: url("../images/bg2.jpg");
}
@media screen and (min-width: 768px) {
  #main #top-blog {
    background: url("../../images/top_blog_bg.png") no-repeat top center;
  }
}
#main #top-blog .mainIn {
  padding: 50px 0 25px;
}
@media screen and (min-width: 768px) {
  #main #top-blog .mainIn {
    padding: 100px 0 75px;
  }
}
@media screen and (min-width: 768px) {
  #main #top-blog .h2a img {
    width: 496px;
  }
}
#main #top-blog figure {
  margin-bottom: 25px;
}
#main #top-blog a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#main #top-blog span {
  display: inline-block;
  background: #f29c9f;
  font-size: 1.3rem;
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 10px;
  margin-bottom: 0.2em;
}

/* -----------------------------------------------------------
 店舗一覧
----------------------------------------------------------- */
#main #top-shoplist .mainIn {
  padding: 50px 0 25px;
}
@media screen and (min-width: 768px) {
  #main #top-shoplist .mainIn {
    padding: 75px 0 75px;
  }
}

/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
@media screen and (min-width: 768px) {
  .elements {
    /* @include mq */
  }
}
@media screen and (min-width: 1100px) {
  .elements {
    /* @include mq(large) */
  }
}

@media screen and (min-width: 768px) {
  .elements2 {
    /* @include mq */
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .elements2 {
    /* @include mq in @include mq(large, max, true) */
  }
}

hr {
  margin: 0 0 20px 0;
  width: 30px;
  height: 3px;
  background: #f29c9f;
}
@media screen and (min-width: 768px) {
  hr {
    margin: 0 0 60px 0;
    width: 60px;
    height: 6px;
  }
}

a.btn1 {
  background: #f29c9f;
  color: #fff;
  padding: 1em 3em;
  display: inline-block;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  a.btn1 {
    padding: 1.5em 3em;
    font-size: 18px;
  }
}
a.btn1:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.btn2 {
  background: #fff;
  color: #f29c9f;
  padding: 1em 3em;
  display: inline-block;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  a.btn2 {
    padding: 1.5em 3em;
    font-size: 18px;
  }
}

.btn-p a {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  background: url("../images/icn_ashiato.svg") no-repeat left 1.5em center #f2a49e;
  background-size: 19px 19px;
  padding: 0 1.5em 0 3.5em;
  line-height: 30px;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .btn-p a {
    font-size: 2rem;
    line-height: 60px;
    border-radius: 30px;
  }
}
.btn-p a:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box {
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .box {
    padding: 50px;
    margin-bottom: 50px;
  }
}
.box.box-w {
  background: #fff;
}
.box.box-p {
  background: #fadbda;
}
.box.box-p2 {
  background: #fef7f7;
}

.box-s {
  padding: calc(25px / 2);
  border-radius: 10px;
  margin-bottom: calc(25px / 2);
}
@media screen and (min-width: 768px) {
  .box-s {
    padding: 25px;
    margin-bottom: 25px;
  }
}
.box-s.box-w {
  background: #fff;
}
.box-s.box-p {
  background: #fadbda;
}
.box-s.box-b {
  background: #fff;
  border: 1px solid #ccc;
}
.box-s.box-p2 {
  background: #fef7f7;
}
.box-s.box-p3 {
  background: #f2a49e;
  color: #fff;
}

.txt-p {
  color: #f29c9f;
}

/* -----------------------------------------------------------
 ペットを探す　テキストバナー
----------------------------------------------------------- */
#products .products-banner {
  min-height: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 1.1;
  background: url("../images/icn_ashiato.svg") no-repeat right 10px center, url("../images/icn_ashiato.svg") no-repeat left 10px center #f2a49e;
  background-size: 15px 15px;
  padding: 0 1.5em 0 1.5em;
}
@media screen and (min-width: 768px) {
  #products .products-banner {
    min-height: 124px;
    background: url("../images/icn_ashiato.svg") no-repeat right 45px center, url("../images/icn_ashiato.svg") no-repeat left 45px center #f2a49e;
    border-radius: 62px;
    padding: 0 3.5em 0 3.5em;
    background-size: 29px 29px;
  }
}

#products .products-banner div {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #products .products-banner div {
    font-size: 38px;
  }
}

/* -----------------------------------------------------------
 ペットを探す
----------------------------------------------------------- */
#products-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  #products-nav {
    padding-top: 50px;
  }
}
#products-nav ul {
  margin: 0 0 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #products-nav ul {
    margin: 0 0 0 25px;
    display: block;
  }
}
#products-nav ul.shop-nav {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #products-nav ul.shop-nav {
    width: inherit;
  }
}
#products-nav ul.fee-nav {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #products-nav ul.fee-nav {
    width: inherit;
  }
}
#products-nav ul.fee-nav li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #products-nav ul.fee-nav li {
    width: inherit;
  }
}
#products-nav ul li {
  list-style: none;
  display: inline-block;
  width: 48%;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  #products-nav ul li {
    width: inherit;
    margin-bottom: 0;
  }
}
#products-nav ul li a {
  display: block;
  text-align: center;
  width: 100%;
  background: #f7c6c6;
  padding: 0.5em 0;
}
@media screen and (min-width: 768px) {
  #products-nav ul li a {
    width: 165px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
#products-nav ul li.active a {
  background: #E57880;
  color: #fff;
}
#products-nav ul li:last-child {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #products-nav ul li:last-child {
    width: inherit;
  }
}
#products-nav ul li:last-child a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #products-nav ul li:last-child a {
    width: 190px;
  }
}
#products-nav aside {
  text-align: right;
}
#products-nav aside div {
  display: inline-block;
  margin: 0 1em 0 0;
}
@media screen and (min-width: 768px) {
  #products-nav aside div {
    margin: 0 20px 0 0;
  }
}

#products-list {
  padding-bottom: 0;
}
#products-list > div figure {
  position: relative;
  margin-bottom: 10px;
}
#products-list > div figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#products-list > div figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
  border-radius: 10px;
}
#products-list > div figure a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#products-list > div h3 {
  font-size: 1.8rem;
}
#products-list > div .products-price {
  color: #f29c9f;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.4em;
  margin-bottom: 0;
}
#products-list > div .products-birthday {
  font-size: 1.5rem;
  margin-bottom: 0;
}
#products-list > div .products-other {
  font-size: 1.5rem;
}
#products-list .plink a {
  text-decoration: underline;
}

.products-cat {
  margin: 0 0 25px 0;
}
@media screen and (min-width: 768px) {
  .products-cat {
    margin: 0 0 50px 0;
  }
}
.products-cat li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 15px 0;
}
@media screen and (min-width: 768px) {
  .products-cat li {
    margin: 0;
  }
}
.products-cat li a {
  background: #f7c6c6;
  padding: 0.5em;
}

#products span {
  font-size: 1.2rem;
  display: inline-block;
  width: 130px;
  text-align: center;
  border-radius: 10px;
  padding-top: 0.1em;
  margin-right: 0.5em;
}
#products span.tag-newface {
  background: #cef2f2;
}
#products span.tag-shop {
  background: #f7c6c6;
}
#products span.tag-soldout {
  background: #E57880;
  color: #fff;
}
#products span.tag-osusume {
  background: #fcd68c;
}
#products span.tag-movie {
  background: #c1db81;
}
#products span.tag-1 {
  background: #d80000;
  color: #fff;
}
#products span.tag-2 {
  background: #fcd68c;
}
#products span.tag-3 {
  background: #0092d8;
  color: #fff;
}
#products .hosyou {
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  background: #fadbda;
  position: relative;
}
@media screen and (min-width: 768px) {
  #products .hosyou {
    height: 280px;
    margin-bottom: 50px;
  }
}
#products .hosyou h2 {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  #products .hosyou h2 {
    font-size: 2.8rem;
  }
}
#products .hosyou p {
  text-align: center;
}
#products .hosyou p img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  #products .hosyou p img {
    width: 294px;
  }
}
#products .hosyou .hosyou-dog {
  display: none;
}
@media screen and (min-width: 768px) {
  #products .hosyou .hosyou-dog {
    display: block;
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 342px;
  }
}
#products .hosyou .hosyou-cat {
  display: none;
}
@media screen and (min-width: 768px) {
  #products .hosyou .hosyou-cat {
    display: block;
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 353px;
  }
}
#products .credit {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #products .credit {
    margin-bottom: 75px;
  }
}
#products .bunkatsu {
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  background: #fadbda;
  position: relative;
}
@media screen and (min-width: 768px) {
  #products .bunkatsu {
    height: 280px;
    padding: 25px 50px;
    margin-bottom: 75px;
  }
}
#products .bunkatsu h2 {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  #products .bunkatsu h2 {
    font-size: 2.8rem;
  }
}
#products .bunkatsu div {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  #products .bunkatsu div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#products .bunkatsu div figure {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  #products .bunkatsu div figure {
    margin-bottom: 0;
    width: 466px;
  }
}
#products .bunkatsu div aside {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  #products .bunkatsu div aside {
    margin-bottom: 0;
    width: 501px;
  }
}
#products .btn-back {
  text-align: center;
  margin-bottom: 75px;
}
#products .btn-back img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  #products .btn-back img {
    width: 400px;
  }
}

#products-wrap {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #products-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#products-wrap .products-inner {
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #products-wrap .products-inner {
    width: 583px;
    margin-bottom: 0;
  }
}
#products-wrap .products-inner iframe {
  margin-bottom: 0.5em;
  width: 100%;
}
#products-wrap .products-inner td {
  border: none;
}
#products-wrap .products-inner td strong {
  font-size: 2rem;
}

.gallary {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .gallary {
    width: 342px;
    margin-bottom: 0;
  }
}
.gallary .gallaryMain {
  margin-bottom: 10px;
}
.gallary .gallaryMain img {
  width: 100%;
}
.gallary .gallaryChange {
  width: 100%;
  position: relative;
}
.gallary .gallaryChange ul {
  font-size: 0;
}
.gallary .gallaryChange ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  width: 33.3%;
  position: relative;
}
.gallary .gallaryChange ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.gallary .gallaryChange ul li img {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallary .gallaryChange ul li:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallary .gallaryChange p {
  font-size: 1.2rem;
}

/* -----------------------------------------------------------
新着情報
----------------------------------------------------------- */
#main section#blog2 {
  margin: 0;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  #main section#blog2 {
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  #main section#blog2 .blogWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#main section#blog2 .blogWrap p {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #main section#blog2 .blogWrap p {
    width: 45%;
  }
}
#main section#blog2 .blogWrap figure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main section#blog2 .blogWrap figure {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  #main section#blog2 .blogWrap figure {
    position: relative;
  }
  #main section#blog2 .blogWrap figure::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #231815;
    z-index: 5;
    mix-blend-mode: color;
  }
}
#main section#blog2 .blogWrap figure:hover::after {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* -----------------------------------------------------------
プライバシーポリシー、サイトルール
----------------------------------------------------------- */
#main section#privacy {
  margin: 0;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  #main section#privacy {
    padding: 100px 0;
  }
}
#main section#privacy p {
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
}
#main section#privacy .bb {
  border-bottom: 1px solid #f7c6c6;
}
#main section#privacy textarea {
  width: 100%;
  padding: 0.5em;
  margin-bottom: 1.25em;
}

/* -----------------------------------------------------------
 テーブル
----------------------------------------------------------- */
.table_a {
  width: 100%;
  word-break: break-all;
  word-wrap: break-all;
  border-top: 1px solid #ccc;
}
.table_a tr {
  border-bottom: 1px solid #ccc;
}
.table_a th {
  color: #f29c9f;
  padding: 5px;
  display: block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .table_a th {
    vertical-align: middle;
    display: table-cell;
    padding: 15px;
    width: 25%;
  }
}
.table_a td {
  padding: 5px;
  display: block;
}
@media screen and (min-width: 768px) {
  .table_a td {
    display: table-cell;
    padding: 15px;
  }
}

.js-scrollable {
  overflow: auto;
  white-space: nowrap;
}
.js-scrollable .table_a th {
  display: table-cell;
}
.js-scrollable .table_a td {
  display: table-cell;
}
/* -----------------------------------------------------------
 ページネーション
----------------------------------------------------------- */
/*Pagenation*/
.pagenation {
  margin: 0 0 50px;
}

.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  margin: 0;
  text-align: center;
}

.pagenation li {
  display: inline-block;
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #f29c9f;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}

.pagenation li a {
  background: none repeat scroll 0 0 #fff;
  border-radius: 3px;
  color: #333333;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
  background-color: #f29c9f;
  color: #ffffff;
  opacity: 0.8;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* -----------------------------------------------------------
 マップ
----------------------------------------------------------- */
div.map1,
div#map {
  width: 90%;
  height: 270px;
  margin: 0 auto;
}

div.small {
  font-size: 9pt;
  width: auto;
  height: auto;
}

div.small b {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  div.map1 {
    width: 920px;
    height: 360px;
    margin: 0 auto;
  }
  div#map {
    width: 920px;
    height: 600px;
    margin: 0 auto 40px;
  }
  div#entry {
    font-size: 16px;
    width: 200px;
    height: auto;
  }
  div#marker {
    font-size: 16px;
    margin: 10px auto;
  }
}
/* -----------------------------------------------------------
 問合せフォーム（contact form 7用）
----------------------------------------------------------- */
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
#topEventWrap .eventWrap div.wpcf7 {
  border-bottom: none !important;
}

table.inquiry {
  margin: 30px 0;
  width: 100%;
}
table.inquiry textarea {
  font-size: inherit;
  padding: 0;
}

/*見出し欄*/
.inquiry th {
  text-align: left;
  color: #444;
  padding: 20px 10px;
  width: 40%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
  padding: 20px 5px;
  vertical-align: middle;
}

/*通常欄*/
.inquiry td {
  border: solid 1px #d7d7d7;
  padding: 20px 10px;
}

.inquiry input {
  font-size: inherit;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,
.entry-content table {
  border: solid 1px #d7d7d7;
}

/*必須の調整*/
.inquiry .haveto {
  display: inline !important;
  font-size: 10px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*任意の調整*/
.inquiry .any {
  display: inline !important;
  font-size: 10px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 15px;
  width: 100%;
  background: #f29c9f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 2px;
  margin: 25px auto 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #formbtn {
    width: 350px;
    font-size: 18px;
  }
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #f29c9f;
  border: 2px solid #f29c9f;
}

span.wpcf7-not-valid-tip {
  display: block;
  color: red;
}

.screen-reader-response {
  margin: 30px 0;
  color: red;
  border-bottom: none !important;
}
.screen-reader-response ul {
  padding: 15px 30px;
}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  text-align: center;
  background: #fadbdb;
}

.wpcf7-mail-sent-ok {
  text-align: center;
  background: #e0fee0;
  font-weight: bold;
}

.wpcf7-response-output {
  border-bottom: none !important;
  text-align: center;
  background: #fadbdb;
  margin-top: 30px;
}

.wpcf7 .sent {
  display: none;
}

@media (max-width: 500px) {
  .inquiry th,
  .inquiry td {
    display: block !important;
    width: 100% !important;
    padding: 10px 5px;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto,
  .inquiry .any {
    font-size: 10px;
  }
}
/* Scss Document */
/*アコーディオン*/
.ac-wrap {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .ac-wrap {
    margin-bottom: 50px;
  }
}

.aclink {
  cursor: pointer;
  background: url("../../petlife/images/yaji_a.svg") no-repeat right 10px center;
  background-size: 14px 14px;
  padding-right: 2.5em;
  background-color: #f2a49e;
}
@media screen and (min-width: 768px) {
  .aclink {
    background: url("../../petlife/images/yaji_a.svg") no-repeat right 20px center;
    background-size: 22px 19px;
    padding-right: 2em;
    background-color: #f2a49e;
  }
}
.aclink.ac {
  background: url(../../petlife/images/yaji_b.svg) no-repeat right 10px center;
  background-size: 14px 14px;
  padding-right: 2.5em;
  background-color: #f2a49e;
}
@media screen and (min-width: 768px) {
  .aclink.ac {
    background: url(../../petlife/images/yaji_b.svg) no-repeat right 20px center;
    background-size: 22px 19px;
    padding-right: 2em;
    background-color: #f2a49e;
  }
}

.acbox {
  padding: 25px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .acbox {
    padding: 50px;
  }
}

h3.shita3kaku {
  background-color: #f2a49e;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  position: relative;
  padding: 0.5em;
  font-size: 2.4rem;
  margin-bottom: 25px !important;
}
@media screen and (min-width: 768px) {
  h3.shita3kaku {
    margin-bottom: 50px !important;
  }
}
h3.shita3kaku::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f2a49e transparent transparent transparent;
  border-width: 15px 10px 0 10px;
}

#petlife {
  font-size: 1.5rem;
}
#petlife h2 img {
  width: 532px;
}
#petlife .bg-dog-nami {
  background: #fff;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  #petlife .bg-dog-nami {
    background: url("../../petlife/images/bg_dog.png") top center no-repeat;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #petlife .bg-dog-nami .col2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#petlife .bg-dog-nami .col2 > div {
  margin-bottom: 0;
}
#petlife .bg-dog-nami .col2 > div img {
  width: 60%;
}
@media screen and (min-width: 768px) {
  #petlife .bg-dog-nami .col2 > div img {
    width: auto;
  }
}
#petlife .bg-cat-nami {
  background: #fadbda;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  #petlife .bg-cat-nami {
    background: url("../../petlife/images/bg_cat.png") top center no-repeat;
    padding: 0 0 25px 0;
  }
}
@media screen and (min-width: 768px) {
  #petlife .bg-cat-nami .col2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#petlife .bg-cat-nami .col2 > div {
  margin-bottom: 0;
}
#petlife .bg-cat-nami .col2 > div img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  #petlife .bg-cat-nami .col2 > div img {
    width: 100%;
  }
}
#petlife h3 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 0;
  padding: 0.3em 1em;
}
#petlife h3 span {
  font-size: 3rem;
}
#petlife h4 {
  font-size: 3rem;
  color: #f29c9f;
  text-align: center;
  line-height: 1;
}
#petlife h4 span {
  font-size: 4.5rem;
}
#petlife .ttl_a {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1em;
}
#petlife .ttl_a::before {
  content: url("../../petlife/images/left.png");
  padding-right: 0.5em;
}
#petlife .ttl_a::after {
  content: url("../../petlife/images/right.png");
  padding-left: 0.5em;
}
#petlife .yaji {
  background: url("../../petlife/images/yaji.svg") bottom center no-repeat;
  background-size: 47px 30px;
  padding-bottom: 50px;
  margin-bottom: 25px;
}
#petlife .txt-bp {
  background: #fadbda;
  border-radius: 10px;
  text-align: center;
  padding: 0.3em;
}
@media screen and (min-width: 768px) {
  #petlife .lev4-1 {
    margin-bottom: 75px;
  }
}
#petlife .lev5-1 {
  background: #fadbda;
  border-radius: 10px;
  padding: 0.3em 2em;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  #petlife .lev5-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#petlife .lev5-1 h4 {
  font-size: 2.8rem;
  margin-right: 0.5em;
}
#petlife .lev5-1 h4 span {
  font-size: 3.6rem;
}
#petlife .lev5-1 p {
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #petlife .lev5-1 p {
    line-height: 1;
  }
}
#petlife .txt-bp2 {
  background: #f2a49e;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 0.3em;
}
@media screen and (min-width: 768px) {
  #petlife .lev2-1 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
#petlife .lev2-1 p {
  line-height: 1.2;
}
#petlife .lev2-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#petlife .lev2-2 p {
  width: 82%;
}
@media screen and (min-width: 768px) {
  #petlife .lev2-2 p {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  #petlife .lev2-3 .box-b {
    padding: 25px;
  }
}
@media screen and (min-width: 768px) {
  #petlife .c-lev1 div {
    width: 30%;
  }
  #petlife .c-lev1 figure {
    width: 65%;
  }
}

/* Scss Document */
#service .col2 figure {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #service .col2 figure {
    margin-bottom: 0;
    width: 403px;
  }
}
#service .col2 figure img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #service .col2 aside {
    width: 533px;
  }
}
#service .table_hotel {
  border-top: none;
}
#service .table_hotel th {
  color: #333333;
  font-weight: normal;
}
#service .table_hotel td {
  color: #f29c9f;
  font-size: 2rem;
  font-weight: bold;
}
#service .table_hotel td span {
  font-size: 1.3rem;
  color: #333333;
  font-weight: normal;
}
#service .table_hotel td:first-child {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #service .hotel-onegai {
    width: 755px;
  }
}
#service .hotel-dog {
  width: 30%;
  margin: 0 auto 25px;
}
@media screen and (min-width: 768px) {
  #service .hotel-dog {
    width: 218px;
    margin: 0 auto;
  }
}
#service .hotel-time {
  padding-left: 85px;
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (min-width: 768px) {
  #service .hotel-time {
    padding-left: 0;
    margin-bottom: 25px;
    background-position: top center;
  }
}
#service .hotel-time.time1 {
  background-image: url("../../service/images/hotel_time1100.jpg");
}
#service .hotel-time.time2 {
  background-image: url("../../service/images/hotel_time1115.jpg");
}
#service .hotel-time.time3 {
  background-image: url("../../service/images/hotel_time1330.jpg");
}
#service .hotel-time.time4 {
  background-image: url("../../service/images/hotel_time1500.jpg");
}
#service .hotel-time.time5 {
  background-image: url("../../service/images/hotel_time1730.jpg");
}
#service .hotel-time.time6 {
  background-image: url("../../service/images/hotel_time1930.jpg");
}
#service .hotel-time.time7 {
  background-image: url("../../service/images/hotel_time0900.jpg");
}
#service .hotel-time.time8 {
  background-image: url("../../service/images/hotel_time1200.jpg");
}
@media screen and (min-width: 768px) {
  #service .hotel-time > div {
    padding-top: 25px;
    width: 43%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #service .hotel-time > div:first-child {
    background: url("../../service/images/hotel_bg.png") center center no-repeat;
  }
}
@media screen and (min-width: 768px) {
  #service .triming1 {
    position: relative;
  }
}
#service .triming1 aside {
  background: #f29c9f;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #service .triming1 aside {
    position: absolute;
    top: 125px;
    right: 0;
    width: 583px;
  }
}
#service .triming2 {
  background: url("../../service/images/triming_bg.png") top center no-repeat;
}
@media screen and (min-width: 768px) {
  #service .triming2 {
    padding: 75px 0;
    height: 810px;
  }
}
@media screen and (min-width: 768px) {
  #service .triming2 .mainIn {
    position: relative;
  }
}
#service .triming2 figure {
  text-align: right;
}
#service .triming2 aside {
  background: #f29c9f;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #service .triming2 aside {
    position: absolute;
    top: 90px;
    left: 0;
    width: 583px;
  }
}
#service .triming3 {
  margin-bottom: 50px;
  display: block;
}
@media screen and (min-width: 768px) {
  #service .triming3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    margin: 0 auto 100px;
  }
}
#service .triming3 figure {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #service .shitsukeBtn {
    margin: 0 auto;
    width: 70%;
  }
}
#service .shitsukeBtn div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #service .shitsukeBtn div {
    width: auto;
  }
}
#service .shitsuke_goods figure {
  text-align: center;
  margin-bottom: 15px;
}
#service .shitsuke_goods img {
  height: 240px;
}
@media screen and (min-width: 768px) {
  #service .shitsuke_prof {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #service .shitsuke_prof figure img {
    width: 358px;
  }
}
@media screen and (min-width: 768px) {
  #service .shitsuke_prof figure {
    width: 358px;
  }
}
@media screen and (min-width: 768px) {
  #service .shitsuke_prof aside {
    width: auto;
  }
}
#service .card1 {
  display: none;
}
@media screen and (min-width: 768px) {
  #service .card1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#service .card1 div {
  text-align: center;
}
#service .card1 div img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  #service .card1 div img {
    width: auto;
  }
}
#service .card1sp {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
#service .card1sp img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  #service .card1sp {
    display: none;
  }
}
#service .cake-wrap figure {
  margin-bottom: 15px;
}
#service .cake-wrap h3 {
  font-size: 1.5rem;
  letter-spacing: 0;
}
#service .cake-wrap h4 {
  font-size: 2rem;
  color: #f29c9f;
}
#service .cake-wrap p {
  font-size: 1.3rem;
  margin-bottom: 0;
}
#service .feeYaji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  #service .feeYaji {
    display: none;
  }
}
#service .feeYaji__super {
  padding-left: 55px;
}
#service .feeYaji__super img {
  height: 70px;
}
#service .feeYaji__hajimete {
  padding-left: 75px;
}
#service .feeYaji__hajimete img {
  height: 70px;
}
#service .feeYaji__super--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #service .feeYaji__super--sp {
    display: inline-block;
    background-color: #fff;
    color: #f8b73e;
    border-radius: 3px;
    padding: 0 5px;
    font-weight: bold;
  }
}
#service .feeYaji__hajimete--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #service .feeYaji__hajimete--sp {
    display: inline-block;
    background-color: #fff;
    color: #e57880;
    border-radius: 3px;
    padding: 0 5px;
    font-weight: bold;
  }
}
#service #products-nav.products-nav--fee {
  padding-top: 140px;
  margin-top: -140px;
}
@media screen and (min-width: 768px) {
  #service #products-nav.products-nav--fee ul li a {
    width: 300px;
  }
}
#service #products-nav ul li.nav--repeat a {
  background-color: #f7cb86;
}
#service #products-nav ul li.active.nav--repeat a {
  background-color: #f8b73e;
  color: #fff;
}
#service #products-nav ul li.nav--normal a {
  background-color: #efbfac;
}
#service #products-nav ul li.active.nav--normal a {
  background-color: #f29a72;
  color: #fff;
}
#service .table_fee {
  border-top: none;
  margin-bottom: 1.5em;
}
#service .table_fee tr {
  border: none;
}
#service .table_fee tr:nth-child(odd) {
  background: #f8cbcb;
}
#service .table_fee tr:first-child {
  border-bottom: 1px solid #999;
  background: #fff;
}
#service .table_fee th {
  font-size: 2rem;
  color: #333333;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #service .table_fee th {
    padding: 5px 15px;
  }
}
#service .table_fee td {
  color: #f8343a;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #service .table_fee td {
    padding: 5px 15px;
  }
}
#service .table_fee td:first-child {
  white-space: nowrap;
}
#service .table_fee.table_fee--repeat tr:nth-child(odd) {
  background: #f8e1b6;
}
#service .table_fee.table_fee--repeat tr:first-child {
  background-color: #fff;
}
#service .table_fee.table_fee--repeat td {
  color: #ff7c02;
}
#service .table_fee.table_fee--normal tr:nth-child(odd) {
  background: #fdd7c6;
}
#service .table_fee.table_fee--normal tr:first-child {
  background-color: #fff;
}
#service .table_fee.table_fee--normal td {
  color: #fa641e;
}
#service .txt-bp2 {
  background: #f2a49e;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 0.15em;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  #service .txt-bp2 {
    font-size: 4rem;
  }
}
#service .txt-bp3 {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #service .txt-bp3 {
    font-size: 3.6rem;
    line-height: 2;
  }
}
#service .table_option th {
  color: #333333;
  width: auto;
  white-space: nowrap;
}
#service .table_option td {
  vertical-align: middle;
}

/* Scss Document */
#blog .bg3 {
  background: url("../images/bg3.jpg");
}
@media screen and (min-width: 768px) {
  #blog .col2 main {
    width: 68%;
  }
}
#blog .col2 main figure img {
  border-radius: 10px;
}
#blog .col2 main h3 {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #blog .col2 aside {
    width: 28%;
  }
}
#blog .col2 aside .box-side {
  color: #fff;
  font-size: 1.5rem;
  background: #f29c9f;
  border-radius: 10px;
}
#blog .col2 aside .box-side div + div {
  border-top: 1px solid #fff;
}
#blog .col2 aside .box-side .active {
  background: #E57880;
}
#blog .col2 aside .box-side a {
  color: #fff;
  display: block;
}
#blog .col2 aside .box-side a:hover {
  text-decoration: underline;
}
#blog .col2 aside .box-side h3 a {
  padding: 1em 1.3em;
}
#blog .col2 aside .box-side h4 {
  padding: 1em 1.3em 0.5em 1.3em;
}
#blog .col2 aside .box-side ul {
  margin: 0 0 1em 1.3em;
}
#blog .col2 aside .box-side ul li {
  background: url("../images/yaji.svg") no-repeat left center;
  background-size: 10px 10px;
  padding-left: 1.5em;
  font-size: 1.3rem;
  line-height: 1.8;
}
#blog .col2 aside .box-side .month a {
  display: inline;
}
#blog .col3 div {
  width: 48%;
}
@media screen and (min-width: 768px) {
  #blog .col3 div {
    width: 30%;
  }
}
#blog .col3 figure {
  margin-bottom: 25px;
}
#blog .col3 figure img {
  width: 100%;
}
#blog .col3 span {
  display: inline-block;
  background: #f29c9f;
  font-size: 1.3rem;
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 10px;
  margin-bottom: 0.2em;
}
#blog .single-cat {
  display: inline-block;
  background: #f29c9f;
  font-size: 1.3rem;
  color: #fff;
  padding: 0.2em 1em;
  margin-right: 0.3em;
  border-radius: 10px;
  margin-bottom: 0.2em;
}

.blog-list {
  padding-bottom: 0;
}
.blog-list > div figure {
  position: relative;
  margin-bottom: 10px;
}
.blog-list > div figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.blog-list > div figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  border-radius: 10px;
}
.blog-list > div figure a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* Scss Document */
#shop {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  #shop .col2.company-col2 div {
    width: 622px;
  }
}
@media screen and (min-width: 768px) {
  #shop .col2.company-col2 figure {
    width: 314px;
  }
}
#shop .col2.company-col2 figure img {
  width: 100%;
}
#shop .company-col3 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #shop .company-col3 {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
#shop .company-bg1 {
  background: url("../../shop/images/company_bg1.png") no-repeat bottom center #fff;
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  #shop .company-bg1 {
    padding-bottom: 130px;
  }
}
#shop .company-bg2 {
  background: url("../../shop/images/company_bg2.png") no-repeat bottom center #fff;
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  #shop .company-bg2 {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 768px) {
  #shop .history {
    background: url("../../shop/images/history_bg.png") top center no-repeat;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  #shop .history .col2 > div {
    width: 43%;
    margin-bottom: 0;
  }
}
#shop .shop-bg {
  background: url("../images/bg3.jpg");
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  #shop .shop-bg.bg1 {
    background: url("../../shop/images/shop_bg.png") top center no-repeat;
    padding: 50px 0;
  }
  #shop .shop-bg.bg2 {
    background: url("../../shop/images/shop_bg2.png") top center no-repeat;
    padding: 50px 0 100px;
  }
}
#shop .shop-bg .col3 > div {
  width: 48%;
}
@media screen and (min-width: 768px) {
  #shop .shop-bg .col3 > div {
    width: 33%;
    text-align: center;
  }
  #shop .shop-bg .col3 > div img {
    width: 280px;
  }
}
#shop .staff-wrap figure {
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #shop .staff-wrap figure {
    margin-bottom: 15px;
  }
}
#shop .staff-wrap figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#shop .staff-wrap figure img {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#shop .staff-wrap p {
  font-size: 1.3rem;
  line-height: 1.5;
}
#shop .staff-wrap h3 {
  font-size: 1.8rem;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.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.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
  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 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-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: none;
    transform: none;
  }
}
@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: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@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: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@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: none;
    transform: none;
  }
}
.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-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: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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-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-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);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@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);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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-name: hinge;
  animation-name: hinge;
}

/* 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: none;
    transform: none;
  }
}
@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: none;
    transform: none;
  }
}
.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;
}/*# sourceMappingURL=styles.css.map */