@charset "UTF-8";
.ba-white {
  background: #fff;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0 auto;
  padding: 0;
  height: 100%;
}

body {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  background: #000;
  position: relative;
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  transition: all ease-in .1s;
}

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

.fu-img {
  width: 100%;
}

@media (max-width: 375px) {
  .fu-sp-img {
    width: 100%;
  }
}

.br-pc {
  display: none;
}

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

.br-sp {
  display: block;
}

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

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #2d2b2b;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2d2b2b;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2d2b2b;
}

.gap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
}

.gap-0 {
  margin-left: 0;
  margin-right: 0;
}

.gap-0 > [class*=' xs'] {
  margin-left: 0;
  margin-right: 0;
}

.gap-0 > [class^='xs'] {
  margin-left: 0;
  margin-right: 0;
}

[class*=' xs'], [class^='xs'] {
  padding-left: 0;
  padding-right: 0;
}

/*extra small devices*/
.xs-1 {
  flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  -o-flex: 0 0 8.33333%;
  -webkit-flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.xs-2 {
  flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  -o-flex: 0 0 16.66667%;
  -webkit-flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.xs-3 {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -o-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  max-width: 25%;
}

.xs-4 {
  flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  -o-flex: 0 0 33.33333%;
  -webkit-flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.xs-5 {
  flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  -o-flex: 0 0 41.66667%;
  -webkit-flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.xs-6 {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  max-width: 50%;
}

.xs-7 {
  flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  -o-flex: 0 0 58.33333%;
  -webkit-flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.xs-8 {
  flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  -o-flex: 0 0 66.66667%;
  -webkit-flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.xs-9 {
  flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  -o-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  max-width: 75%;
}

.xs-10 {
  flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  -o-flex: 0 0 83.33333%;
  -webkit-flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.xs-11 {
  flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  -o-flex: 0 0 91.66667%;
  -webkit-flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.xs-12 {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -o-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  max-width: 100%;
}

/*small devices*/
@media (min-width: 568px) {
  [class*=' sm'], [class^='sm'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gap-1-sm {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gap-1-sm > [class*=' sm'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gap-1-sm > [class^='sm'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gap-2-sm {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gap-2-sm > [class*=' sm'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gap-2-sm > [class^='sm'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gap-3-sm {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gap-3-sm > [class*=' sm'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gap-3-sm > [class^='sm'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gap-4-sm {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gap-4-sm > [class*=' sm'] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gap-4-sm > [class^='sm'] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gap-5-sm {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gap-5-sm > [class*=' sm'] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gap-5-sm > [class^='sm'] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gap-6-sm {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gap-6-sm > [class*=' sm'] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gap-6-sm > [class^='sm'] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gap-7-sm {
    margin-left: -35px;
    margin-right: -35px;
  }
  .gap-7-sm > [class*=' sm'] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .gap-7-sm > [class^='sm'] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .gap-8-sm {
    margin-left: -40px;
    margin-right: -40px;
  }
  .gap-8-sm > [class*=' sm'] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .gap-8-sm > [class^='sm'] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .gap-9-sm {
    margin-left: -45px;
    margin-right: -45px;
  }
  .gap-9-sm > [class*=' sm'] {
    padding-left: 45px;
    padding-right: 45px;
  }
  .gap-9-sm > [class^='sm'] {
    padding-left: 45px;
    padding-right: 45px;
  }
  .gap-10-sm {
    margin-left: -50px;
    margin-right: -50px;
  }
  .gap-10-sm > [class*=' sm'] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .gap-10-sm > [class^='sm'] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .sm-1 {
    flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    -o-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .sm-2 {
    flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    -o-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .sm-3 {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    max-width: 25%;
  }
  .sm-4 {
    flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    -o-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .sm-5 {
    flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    -o-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .sm-6 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    max-width: 50%;
  }
  .sm-7 {
    flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    -o-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .sm-8 {
    flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    -o-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .sm-9 {
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    max-width: 75%;
  }
  .sm-10 {
    flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    -o-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .sm-11 {
    flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    -o-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .sm-12 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
  }
}

/*medium devices*/
@media (min-width: 768px) {
  [class*=' md'], [class^='md'] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gap-1-md {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gap-1-md > [class*=' md'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gap-1-md > [class^='md'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gap-2-md {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gap-2-md > [class*=' md'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gap-2-md > [class^='md'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gap-3-md {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gap-3-md > [class*=' md'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gap-3-md > [class^='md'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gap-4-md {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gap-4-md > [class*=' md'] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gap-4-md > [class^='md'] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gap-5-md {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gap-5-md > [class*=' md'] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gap-5-md > [class^='md'] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gap-6-md {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gap-6-md > [class*=' md'] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gap-6-md > [class^='md'] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gap-7-md {
    margin-left: -35px;
    margin-right: -35px;
  }
  .gap-7-md > [class*=' md'] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .gap-7-md > [class^='md'] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .gap-8-md {
    margin-left: -40px;
    margin-right: -40px;
  }
  .gap-8-md > [class*=' md'] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .gap-8-md > [class^='md'] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .gap-9-md {
    margin-left: -45px;
    margin-right: -45px;
  }
  .gap-9-md > [class*=' md'] {
    padding-left: 45px;
    padding-right: 45px;
  }
  .gap-9-md > [class^='md'] {
    padding-left: 45px;
    padding-right: 45px;
  }
  .gap-10-md {
    margin-left: -50px;
    margin-right: -50px;
  }
  .gap-10-md > [class*=' md'] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .gap-10-md > [class^='md'] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .md-1 {
    flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    -o-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .md-2 {
    flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    -o-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .md-3 {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    max-width: 25%;
  }
  .md-4 {
    flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    -o-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .md-5 {
    flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    -o-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .md-6 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    max-width: 50%;
  }
  .md-7 {
    flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    -o-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .md-8 {
    flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    -o-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .md-9 {
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    max-width: 75%;
  }
  .md-10 {
    flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    -o-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .md-11 {
    flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    -o-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .md-12 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
  }
}

/*large devices*/
@media (min-width: 1280px) {
  [class*=' lg'], [class^='lg'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gap-1-lg {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gap-1-lg > [class*=' lg'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gap-1-lg > [class^='lg'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gap-2-lg {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gap-2-lg > [class*=' lg'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gap-2-lg > [class^='lg'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gap-3-lg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gap-3-lg > [class*=' lg'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gap-3-lg > [class^='lg'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gap-4-lg {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gap-4-lg > [class*=' lg'] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gap-4-lg > [class^='lg'] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gap-5-lg {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gap-5-lg > [class*=' lg'] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gap-5-lg > [class^='lg'] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gap-6-lg {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gap-6-lg > [class*=' lg'] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gap-6-lg > [class^='lg'] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gap-7-lg {
    margin-left: -35px;
    margin-right: -35px;
  }
  .gap-7-lg > [class*=' lg'] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .gap-7-lg > [class^='lg'] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .gap-8-lg {
    margin-left: -40px;
    margin-right: -40px;
  }
  .gap-8-lg > [class*=' lg'] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .gap-8-lg > [class^='lg'] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .gap-9-lg {
    margin-left: -45px;
    margin-right: -45px;
  }
  .gap-9-lg > [class*=' lg'] {
    padding-left: 45px;
    padding-right: 45px;
  }
  .gap-9-lg > [class^='lg'] {
    padding-left: 45px;
    padding-right: 45px;
  }
  .gap-10-lg {
    margin-left: -50px;
    margin-right: -50px;
  }
  .gap-10-lg > [class*=' lg'] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .gap-10-lg > [class^='lg'] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lg-1 {
    flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    -o-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .lg-2 {
    flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    -o-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .lg-3 {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    max-width: 25%;
  }
  .lg-4 {
    flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    -o-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .lg-5 {
    flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    -o-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .lg-6 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    max-width: 50%;
  }
  .lg-7 {
    flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    -o-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .lg-8 {
    flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    -o-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .lg-9 {
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    max-width: 75%;
  }
  .lg-10 {
    flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    -o-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .lg-11 {
    flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    -o-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .lg-12 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
  }
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.m-all-0 {
  margin: 0px !important;
}

@media (max-width: 767px) {
  .mb-0 {
    margin-bottom: -5px !important;
  }
  .mt-0 {
    margin-top: -5px !important;
  }
  .ml-0 {
    margin-left: -5px !important;
  }
  .mr-0 {
    margin-right: -5px !important;
  }
  .m-all-0 {
    margin: -5px !important;
  }
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.m-all-1 {
  margin: 5px !important;
}

@media (max-width: 767px) {
  .mb-1 {
    margin-bottom: 0px !important;
  }
  .mt-1 {
    margin-top: 0px !important;
  }
  .ml-1 {
    margin-left: 0px !important;
  }
  .mr-1 {
    margin-right: 0px !important;
  }
  .m-all-1 {
    margin: 0px !important;
  }
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.m-all-2 {
  margin: 10px !important;
}

@media (max-width: 767px) {
  .mb-2 {
    margin-bottom: 5px !important;
  }
  .mt-2 {
    margin-top: 5px !important;
  }
  .ml-2 {
    margin-left: 5px !important;
  }
  .mr-2 {
    margin-right: 5px !important;
  }
  .m-all-2 {
    margin: 5px !important;
  }
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.m-all-3 {
  margin: 15px !important;
}

@media (max-width: 767px) {
  .mb-3 {
    margin-bottom: 10px !important;
  }
  .mt-3 {
    margin-top: 10px !important;
  }
  .ml-3 {
    margin-left: 10px !important;
  }
  .mr-3 {
    margin-right: 10px !important;
  }
  .m-all-3 {
    margin: 10px !important;
  }
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.m-all-4 {
  margin: 20px !important;
}

@media (max-width: 767px) {
  .mb-4 {
    margin-bottom: 15px !important;
  }
  .mt-4 {
    margin-top: 15px !important;
  }
  .ml-4 {
    margin-left: 15px !important;
  }
  .mr-4 {
    margin-right: 15px !important;
  }
  .m-all-4 {
    margin: 15px !important;
  }
}

.mb-5 {
  margin-bottom: 25px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.m-all-5 {
  margin: 25px !important;
}

@media (max-width: 767px) {
  .mb-5 {
    margin-bottom: 20px !important;
  }
  .mt-5 {
    margin-top: 20px !important;
  }
  .ml-5 {
    margin-left: 20px !important;
  }
  .mr-5 {
    margin-right: 20px !important;
  }
  .m-all-5 {
    margin: 20px !important;
  }
}

.mb-6 {
  margin-bottom: 30px !important;
}

.mt-6 {
  margin-top: 30px !important;
}

.ml-6 {
  margin-left: 30px !important;
}

.mr-6 {
  margin-right: 30px !important;
}

.m-all-6 {
  margin: 30px !important;
}

@media (max-width: 767px) {
  .mb-6 {
    margin-bottom: 25px !important;
  }
  .mt-6 {
    margin-top: 25px !important;
  }
  .ml-6 {
    margin-left: 25px !important;
  }
  .mr-6 {
    margin-right: 25px !important;
  }
  .m-all-6 {
    margin: 25px !important;
  }
}

.mb-7 {
  margin-bottom: 35px !important;
}

.mt-7 {
  margin-top: 35px !important;
}

.ml-7 {
  margin-left: 35px !important;
}

.mr-7 {
  margin-right: 35px !important;
}

.m-all-7 {
  margin: 35px !important;
}

@media (max-width: 767px) {
  .mb-7 {
    margin-bottom: 30px !important;
  }
  .mt-7 {
    margin-top: 30px !important;
  }
  .ml-7 {
    margin-left: 30px !important;
  }
  .mr-7 {
    margin-right: 30px !important;
  }
  .m-all-7 {
    margin: 30px !important;
  }
}

.mb-8 {
  margin-bottom: 40px !important;
}

.mt-8 {
  margin-top: 40px !important;
}

.ml-8 {
  margin-left: 40px !important;
}

.mr-8 {
  margin-right: 40px !important;
}

.m-all-8 {
  margin: 40px !important;
}

@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 35px !important;
  }
  .mt-8 {
    margin-top: 35px !important;
  }
  .ml-8 {
    margin-left: 35px !important;
  }
  .mr-8 {
    margin-right: 35px !important;
  }
  .m-all-8 {
    margin: 35px !important;
  }
}

.mb-9 {
  margin-bottom: 45px !important;
}

.mt-9 {
  margin-top: 45px !important;
}

.ml-9 {
  margin-left: 45px !important;
}

.mr-9 {
  margin-right: 45px !important;
}

.m-all-9 {
  margin: 45px !important;
}

@media (max-width: 767px) {
  .mb-9 {
    margin-bottom: 40px !important;
  }
  .mt-9 {
    margin-top: 40px !important;
  }
  .ml-9 {
    margin-left: 40px !important;
  }
  .mr-9 {
    margin-right: 40px !important;
  }
  .m-all-9 {
    margin: 40px !important;
  }
}

.mb-10 {
  margin-bottom: 50px !important;
}

.mt-10 {
  margin-top: 50px !important;
}

.ml-10 {
  margin-left: 50px !important;
}

.mr-10 {
  margin-right: 50px !important;
}

.m-all-10 {
  margin: 50px !important;
}

@media (max-width: 767px) {
  .mb-10 {
    margin-bottom: 45px !important;
  }
  .mt-10 {
    margin-top: 45px !important;
  }
  .ml-10 {
    margin-left: 45px !important;
  }
  .mr-10 {
    margin-right: 45px !important;
  }
  .m-all-10 {
    margin: 45px !important;
  }
}

.mb-11 {
  margin-bottom: 55px !important;
}

.mt-11 {
  margin-top: 55px !important;
}

.ml-11 {
  margin-left: 55px !important;
}

.mr-11 {
  margin-right: 55px !important;
}

.m-all-11 {
  margin: 55px !important;
}

@media (max-width: 767px) {
  .mb-11 {
    margin-bottom: 50px !important;
  }
  .mt-11 {
    margin-top: 50px !important;
  }
  .ml-11 {
    margin-left: 50px !important;
  }
  .mr-11 {
    margin-right: 50px !important;
  }
  .m-all-11 {
    margin: 50px !important;
  }
}

.mb-12 {
  margin-bottom: 60px !important;
}

.mt-12 {
  margin-top: 60px !important;
}

.ml-12 {
  margin-left: 60px !important;
}

.mr-12 {
  margin-right: 60px !important;
}

.m-all-12 {
  margin: 60px !important;
}

@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 55px !important;
  }
  .mt-12 {
    margin-top: 55px !important;
  }
  .ml-12 {
    margin-left: 55px !important;
  }
  .mr-12 {
    margin-right: 55px !important;
  }
  .m-all-12 {
    margin: 55px !important;
  }
}

.mb-13 {
  margin-bottom: 65px !important;
}

.mt-13 {
  margin-top: 65px !important;
}

.ml-13 {
  margin-left: 65px !important;
}

.mr-13 {
  margin-right: 65px !important;
}

.m-all-13 {
  margin: 65px !important;
}

@media (max-width: 767px) {
  .mb-13 {
    margin-bottom: 60px !important;
  }
  .mt-13 {
    margin-top: 60px !important;
  }
  .ml-13 {
    margin-left: 60px !important;
  }
  .mr-13 {
    margin-right: 60px !important;
  }
  .m-all-13 {
    margin: 60px !important;
  }
}

.mb-14 {
  margin-bottom: 70px !important;
}

.mt-14 {
  margin-top: 70px !important;
}

.ml-14 {
  margin-left: 70px !important;
}

.mr-14 {
  margin-right: 70px !important;
}

.m-all-14 {
  margin: 70px !important;
}

@media (max-width: 767px) {
  .mb-14 {
    margin-bottom: 65px !important;
  }
  .mt-14 {
    margin-top: 65px !important;
  }
  .ml-14 {
    margin-left: 65px !important;
  }
  .mr-14 {
    margin-right: 65px !important;
  }
  .m-all-14 {
    margin: 65px !important;
  }
}

.mb-15 {
  margin-bottom: 75px !important;
}

.mt-15 {
  margin-top: 75px !important;
}

.ml-15 {
  margin-left: 75px !important;
}

.mr-15 {
  margin-right: 75px !important;
}

.m-all-15 {
  margin: 75px !important;
}

@media (max-width: 767px) {
  .mb-15 {
    margin-bottom: 70px !important;
  }
  .mt-15 {
    margin-top: 70px !important;
  }
  .ml-15 {
    margin-left: 70px !important;
  }
  .mr-15 {
    margin-right: 70px !important;
  }
  .m-all-15 {
    margin: 70px !important;
  }
}

.mb-16 {
  margin-bottom: 80px !important;
}

.mt-16 {
  margin-top: 80px !important;
}

.ml-16 {
  margin-left: 80px !important;
}

.mr-16 {
  margin-right: 80px !important;
}

.m-all-16 {
  margin: 80px !important;
}

@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 75px !important;
  }
  .mt-16 {
    margin-top: 75px !important;
  }
  .ml-16 {
    margin-left: 75px !important;
  }
  .mr-16 {
    margin-right: 75px !important;
  }
  .m-all-16 {
    margin: 75px !important;
  }
}

.mb-17 {
  margin-bottom: 85px !important;
}

.mt-17 {
  margin-top: 85px !important;
}

.ml-17 {
  margin-left: 85px !important;
}

.mr-17 {
  margin-right: 85px !important;
}

.m-all-17 {
  margin: 85px !important;
}

@media (max-width: 767px) {
  .mb-17 {
    margin-bottom: 80px !important;
  }
  .mt-17 {
    margin-top: 80px !important;
  }
  .ml-17 {
    margin-left: 80px !important;
  }
  .mr-17 {
    margin-right: 80px !important;
  }
  .m-all-17 {
    margin: 80px !important;
  }
}

.mb-18 {
  margin-bottom: 90px !important;
}

.mt-18 {
  margin-top: 90px !important;
}

.ml-18 {
  margin-left: 90px !important;
}

.mr-18 {
  margin-right: 90px !important;
}

.m-all-18 {
  margin: 90px !important;
}

@media (max-width: 767px) {
  .mb-18 {
    margin-bottom: 85px !important;
  }
  .mt-18 {
    margin-top: 85px !important;
  }
  .ml-18 {
    margin-left: 85px !important;
  }
  .mr-18 {
    margin-right: 85px !important;
  }
  .m-all-18 {
    margin: 85px !important;
  }
}

.mb-19 {
  margin-bottom: 95px !important;
}

.mt-19 {
  margin-top: 95px !important;
}

.ml-19 {
  margin-left: 95px !important;
}

.mr-19 {
  margin-right: 95px !important;
}

.m-all-19 {
  margin: 95px !important;
}

@media (max-width: 767px) {
  .mb-19 {
    margin-bottom: 90px !important;
  }
  .mt-19 {
    margin-top: 90px !important;
  }
  .ml-19 {
    margin-left: 90px !important;
  }
  .mr-19 {
    margin-right: 90px !important;
  }
  .m-all-19 {
    margin: 90px !important;
  }
}

.mb-20 {
  margin-bottom: 100px !important;
}

.mt-20 {
  margin-top: 100px !important;
}

.ml-20 {
  margin-left: 100px !important;
}

.mr-20 {
  margin-right: 100px !important;
}

.m-all-20 {
  margin: 100px !important;
}

@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 95px !important;
  }
  .mt-20 {
    margin-top: 95px !important;
  }
  .ml-20 {
    margin-left: 95px !important;
  }
  .mr-20 {
    margin-right: 95px !important;
  }
  .m-all-20 {
    margin: 95px !important;
  }
}

.mb-21 {
  margin-bottom: 105px !important;
}

.mt-21 {
  margin-top: 105px !important;
}

.ml-21 {
  margin-left: 105px !important;
}

.mr-21 {
  margin-right: 105px !important;
}

.m-all-21 {
  margin: 105px !important;
}

@media (max-width: 767px) {
  .mb-21 {
    margin-bottom: 100px !important;
  }
  .mt-21 {
    margin-top: 100px !important;
  }
  .ml-21 {
    margin-left: 100px !important;
  }
  .mr-21 {
    margin-right: 100px !important;
  }
  .m-all-21 {
    margin: 100px !important;
  }
}

.mb-22 {
  margin-bottom: 110px !important;
}

.mt-22 {
  margin-top: 110px !important;
}

.ml-22 {
  margin-left: 110px !important;
}

.mr-22 {
  margin-right: 110px !important;
}

.m-all-22 {
  margin: 110px !important;
}

@media (max-width: 767px) {
  .mb-22 {
    margin-bottom: 105px !important;
  }
  .mt-22 {
    margin-top: 105px !important;
  }
  .ml-22 {
    margin-left: 105px !important;
  }
  .mr-22 {
    margin-right: 105px !important;
  }
  .m-all-22 {
    margin: 105px !important;
  }
}

.mb-23 {
  margin-bottom: 115px !important;
}

.mt-23 {
  margin-top: 115px !important;
}

.ml-23 {
  margin-left: 115px !important;
}

.mr-23 {
  margin-right: 115px !important;
}

.m-all-23 {
  margin: 115px !important;
}

@media (max-width: 767px) {
  .mb-23 {
    margin-bottom: 110px !important;
  }
  .mt-23 {
    margin-top: 110px !important;
  }
  .ml-23 {
    margin-left: 110px !important;
  }
  .mr-23 {
    margin-right: 110px !important;
  }
  .m-all-23 {
    margin: 110px !important;
  }
}

.mb-24 {
  margin-bottom: 120px !important;
}

.mt-24 {
  margin-top: 120px !important;
}

.ml-24 {
  margin-left: 120px !important;
}

.mr-24 {
  margin-right: 120px !important;
}

.m-all-24 {
  margin: 120px !important;
}

@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 115px !important;
  }
  .mt-24 {
    margin-top: 115px !important;
  }
  .ml-24 {
    margin-left: 115px !important;
  }
  .mr-24 {
    margin-right: 115px !important;
  }
  .m-all-24 {
    margin: 115px !important;
  }
}

.mb-25 {
  margin-bottom: 125px !important;
}

.mt-25 {
  margin-top: 125px !important;
}

.ml-25 {
  margin-left: 125px !important;
}

.mr-25 {
  margin-right: 125px !important;
}

.m-all-25 {
  margin: 125px !important;
}

@media (max-width: 767px) {
  .mb-25 {
    margin-bottom: 120px !important;
  }
  .mt-25 {
    margin-top: 120px !important;
  }
  .ml-25 {
    margin-left: 120px !important;
  }
  .mr-25 {
    margin-right: 120px !important;
  }
  .m-all-25 {
    margin: 120px !important;
  }
}

.margin-no {
  margin: 0 !important;
}

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

@media (max-width: 767px) {
  .mtop-sp {
    margin-top: 20px;
  }
}

.dist-flex {
  display: flex;
  align-items: center;
}

.ta-center {
  text-align: center;
}

.ta-flex {
  max-width: 300px;
  width: 100%;
  text-align: left;
}

.ta-width-fixed {
  max-width: 300px;
  width: 100%;
  text-align: left;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.pa-lg {
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .pa-lg {
    padding-bottom: 50px;
  }
}

.pa-md {
  padding-top: 150px;
  padding-bottom: 170px;
}

@media (max-width: 768px) {
  .pa-md {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pa-md-2 {
  padding-top: 170px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .pa-md-2 {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}

header {
  position: fixed;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #000;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

@media (max-width: 768px) {
  header {
    padding-left: 3%;
    padding-right: 3%;
  }
}

header .header-inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

header .header-inner h1 {
  flex: 1;
}

header .header-inner nav ul {
  display: flex;
  padding-left: 0;
  margin: 0;
}

header .header-inner nav ul li {
  display: flex;
  align-items: center;
}

header .header-inner nav ul li:not(:last-child) {
  padding-right: 60px;
}

@media (max-width: 581px) {
  header .header-inner nav .page-link {
    display: none;
  }
}

@media(max-width: 375px) {
	header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.arc-container {
		top: 29px!important;
	}
}

.banner {
  line-height: 0;
}

.banner img {
  width: 100%;
}

@media (max-width: 768px) {
  .banner {
    padding-top: 78px;
  }
}

.arc-for-pc {
  display: none;
}

@media (min-width: 769px) {
  .arc-for-pc {
    display: inline;
  }
}

.arc-for-sp {
  display: none;
}

@media (max-width: 768px) {
  .arc-for-sp {
    display: inline;
  }
  .arc-for-sp svg {
    position: relative;
    width: 100%;
    height: 42px;
  }
  .arc-for-sp svg g #XMLID_2_ {
    position: absolute;
    left: 0;
  }
  .arc-for-sp svg g #XMLID_1_ {
    position: absolute;
    right: 0;
  }
}

footer {
  background: #000;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  z-index: 9999;
  position: absolute;
  width: 100%;
  bottom: 0;
  position: fixed;
}

.footer-sub {
  background: #000;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  z-index: 9999;
  width: 100%;
  position: fixed;
}

.main-container {
  position: relative;
}
#fullpage, .main-container, .section, .inner-content {
	height: 100%;
}

.section {
  display: none;
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.section:first-child{
	display: block;
}

.active {
  display: inline;
}

.inner-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.img-full {
  width: 100%;
}

.section-content-first {
  background: url(../img/top_image.jpg) center center/cover no-repeat;
}

@media (max-width: 768px) {
  .section-content-first {
    padding-left: 3%;
    padding-right: 3%;
    background-position: 64% center;
  }
}

.section-content-second {
  position: relative;
  background: url(../img/section-2-img.jpg) center center/cover no-repeat;
}

@media (max-width: 768px) {
  .section-content-second {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.section-content-third {
  background: url(../img/section-3-img.jpg) center center/cover no-repeat;
}

@media (max-width: 768px) {
  .section-content-third {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.section-content-fourth {
  background: url(../img/section-4-img.jpg) 98% center/cover no-repeat;
}

@media (max-width: 768px) {
  .section-content-fourth {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.section-content-fifth {
  background: url(../img/section-5-img.jpg) center center/cover no-repeat;
}

@media (max-width: 768px) {
  .section-content-fifth {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.section-content-sixth {
  background: url(../img/section-6-img.jpg) center center/cover no-repeat;
}

@media (max-width: 768px) {
  .section-content-sixth {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.content-inner {
	max-width: 1000px;
	margin: auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
	display: flex;
	flex-wrap: wrap;
  align-items: center;
  justify-content: center;
	position: relative;
  z-index: 99;
}

@media(min-width: 1366px) and (max-height: 750px) {
	.content-inner {
		padding: 50px;
	}
}

@media(min-width: 770px) and (max-height: 800px) {
	.content-inner {
		padding: 90px 0px;
	}
	.hero-main img {
    	width: 52%;
	}
}

/* @media(min-width: 770px) and (max-height: 800px) {
	.content-inner {
		padding: 125px;
	}
} */

.dots {
  position: fixed;
  top: 37%;
  right: 100px;
  z-index: 9999;
}

@media (max-width: 768px) {
  .dots {
    top: auto;
    bottom: 4%;
    right: 35%;
  }
}

@media (max-width: 320px) {
  .dots {
    right: 18%;
  }
}

@media (max-width: 375px) {
  .dots {
    top: auto;
    bottom: 4%;
    right: 22%;
  }
}

.dots ul {
  padding-left: 0;
}

.dots ul li {
  list-style: none;
}

.dots ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .dots ul li {
    display: inline;
  }
  .dots ul li:not(:last-child) {
    margin-right: 20px;
  }
}

.dots ul li a {
  text-decoration: none;
}

.dots ul li a span {
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}

.dots ul li a span:hover {
  background: #FFC107;
}

.dots ul li a span:active {
  background: #FFC107;
}

.dot-links.active span {
  background-color: #FFC107;
}

.hero-main {
   max-width: 900px;
   margin: auto;
   width: 100%;
	text-align: center;
}

@media(max-width: 1900px) and (max-height: 375px) {
	.hero-main img{
 		width: 80%;
	}
}


.news-list {
  padding-top: 80px;
  max-width: 920px;
  margin: 0 auto;
}

@media(max-height: 670px) {
  .news-list {
    padding-top: 40px;
  }
}

.news-list ul {
  padding-left: 0;
  background: url(../img/news-img.png) center center/cover no-repeat;
}

.news-list ul li {
  padding: 25px 40px;
  list-style: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	z-index: 9999;
}

@media (max-width: 768px) {
  .news-list ul li {
    padding: 10px 20px;
  }
}

.news-list ul li:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 20px;
  top: 40%;
}

.news-page-detail {
	background-color: #fff;
  text-align: center;
  color: #000;
}

.news-page-detail h3 {
  font-size: 33px;
	line-height: 1.4;
}
@media (max-width: 768px) {
	.news-page-detail h3 {
		font-size: 18px;
	}
}

.news-page-detail p {
  font-size: 16px;
}
.news-page-detail .place_detail {
	margin-top: 40px;
	font-size: 16px;
}
.news-page-detail .place_detail table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.news-page-detail .place_detail table tr {
	
}
.news-page-detail .place_detail table tr th {
	padding: 20px;
	width: 20%;
	border-bottom: 1px solid #000;
}
.news-page-detail .place_detail table tr td {
	padding: 20px;
	width: 80%;
	border-bottom: 1px solid #000;
	text-align: left;
}
.news-page-detail .place_detail table tr td .btn_ticket {
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	border-radius: 4px;
	color: #ffffff;
	background-image: -webkit-linear-gradient(45deg, #FFA500 0%, #FFA500 100%);
	background-image: linear-gradient(45deg, #FFA500 0%, #FFA500 100%);
	border-bottom: solid 3px #c58668;
}
.news-page-detail .place_detail table tr td .btn_ticket:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}

@media (max-width: 768px) {
	.news-page-detail .place_detail table {
		overflow: hidden;
	}
	.news-page-detail .place_detail table tr th {
		padding: 20px 0 10px;
		float: left;
		width: 100%;
	}
	.news-page-detail .place_detail table tr td {
		float: left;
		padding: 20px 0 20px;
		width: 100%;
		text-align: left;
		border-bottom: none;
	}
	.news-page-detail .place_detail table tr td .btn_ticket {
		width: 100%;
		text-align: center;
	}
}

.news-date {
  text-align: right;
  font-size: 16px;
  text-decoration: underline;
	margin-bottom: 40px;
}

.news-list .title {
  padding-right: 20px;
}

.news-list .description {
  max-width: 600px;
  width: 100%;
  border-left: 2px solid #fff;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .news-list {
    padding-left: 4%;
    padding-right: 4%;
  }

  .news-list .title {
    padding-right: 20px;
    display: flex;
    align-items: center;
  }

  .news-list ul li:after {
    width: 10px;
    height: 10px;
    right: 11px;
    top: 41%;
  }

  .news-list .description {
    max-width: 380px;
    padding-left: 14px;
  }

  .news-list .description .item{
    width: 100%
  }
}

@media(max-width: 420px) {
  .news-list .description {
    max-width: 225px!important;
    padding-left: 14px!important;
  }
}

.news-list ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
}

.news-list ul li a .title {
  padding-right: 50px;
  border-right: 2px #fff solid;
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
  .news-list ul li a .title {
    padding-right: 20px;
  }
}

.news-list ul li a .description {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .news-list ul li a .description {
    padding-left: 20px;
  }
}

@media(max-width: 414px) {
	.news-list {
    	padding-top: 146px!important;
	}
}

@media(max-width: 411px) {
  .news-list {
    padding-top: 60px!important;
  }
}


@media(max-width: 375px) {
  .hero-main {
    margin-bottom: 100px;
  }
	.news-list {
		padding-top: 0px!important;
	}
}

@media(max-width: 320px) {
  .hero-main {
    padding-bottom: 0px!important;
    padding-top: 100px!important;
	margin-bottom: 50px;
  }
  .news-list {
    padding-top: 0px!important;
  }
}


.story-key {
  background: url(../img/bg-brown.png) center center/cover no-repeat;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  width: 100%;
}

.story-key .content-inner-sm {
	max-width: 660px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.story-key .content-inner-sm dl {
	margin: 40px 0;
	overflow: hidden;
}

.story-key .content-inner-sm dl dt {
	float: left;
	width: 20%;
}

.story-key .content-inner-sm dl dt img {
	width: 100%;
}

.story-key .content-inner-sm dl dd {
	float: left;
	margin-left: 0;
	padding-left: 30px;
	width: 80%;
}

.story-key .content-inner-sm dl dd h3 {}

.story-key .content-inner-sm dl dd p {}


@media (max-width: 768px) {
  .story-key {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 30px;
  }
  .content-inner-sm p {
    font-size: 13px!important;
  }
  
}

.story-key h2 {
  padding-top: 60px;
  text-align: center;
  font-size: 33px;
}

.story-key h3 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 22px;
}

@media (max-width: 768px) {
  .story-key h3 {
    text-align: center;
    font-size: 18px;
  }

	.story-key .content-inner-sm {
		max-width: 660px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.story-key .content-inner-sm dl {
		margin: 40px 0;
		padding: 0 10px;
		z-index: 9999;
	}

	.story-key .content-inner-sm dl dt {
		margin: 0 auto 10px;
		width: 25%;
	}

	.story-key .content-inner-sm dl dt img {
		width: 100%;
	}

	.story-key .content-inner-sm dl dd {
		float: right;
		padding-left: 0;
		width: 70%;
	}
	.story-key .content-inner-sm dl dd p {
		margin: 0;
	}
}

.story-key p {
  font-size: 16px;
  line-height: 1.8em;
}

@media(max-height: 670px) {
  .story-key {
    padding-bottom: 15px!important;
  }

  .story-key h2 {
    padding-top: 30px!important;
    font-size: 24px!important;
  }

  .story-key h3 {
    padding-bottom: 10px!important;
    font-size: 16px;
    line-height: 1.2em!important;
  }

  .story-key {
    line-height: 1.5em;
  }
}

.movie-key {
  background: url(../img/bg-brown.png) center center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding-bottom: 90px;
  width: 100%;
}

.movie-key h2 {
  padding-top: 70px;
  text-align: center;
  font-size: 33px;
}

.movie-key h3 {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: normal;
  font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif!important;
}
@media(max-height: 670px) {
  .movie-key h2 {
    padding-top: 30px;
    text-align: center;
    font-size: 24px;
 }
 .movie-key h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
 }
}

@media (max-width: 768px) {
  .movie-key h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }
}

.movie-key .movie_box {
	overflow: hidden;
	width: 840px;
	margin: 0 auto;
}

@media (max-width: 840px) {
	.movie-key .movie_box {
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}
}

.movie-key .movie_box .movie_01,
.movie-key .movie_box .movie_02 {
	float: left;
	margin: 0 10px;
}

.movie-key .movie_box .movie_01 h4,
.movie-key .movie_box .movie_02 h4 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 6px;
}

.movie-key .movie_box .movie_01 iframe,
.movie-key .movie_box .movie_02 iframe {
  width: 400px;
  height: 240px;
}

@media (max-width: 840px) {
	.movie-key .movie_box .movie_01,
	.movie-key .movie_box .movie_02 {
		float: none;
		margin: 0 0 10px;
	}
	.movie-key .movie_box .movie_01 iframe,
	.movie-key .movie_box .movie_02 iframe {
		max-width: 280px;
		width: auto;
		height: 120px;
	}
}

@media (max-width: 768px) {
  .movie_box .movie-key {
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 80px;
  }
}

@media(max-width: 340px) {
	 .movie_box .movie-key h3 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	 .movie_box .movie-key h2 {
		padding-top: 86px;
		font-size: 24px;
	}
}

@media(max-height: 670px) {
  .movie_box .movie-key .movie_01 iframe,
	.movie-key .movie_box .movie_02 iframe {
  }
}
.pl-content {
    background: url(../img/bg-white.png) center center/contain no-repeat;
    color: #000;
    padding-left: 75px;
    padding-right: 75px;
    margin-bottom: 0;
    padding-bottom: 40px;
    width: 100%;
    /* margin-top: 30px; */
    background-size: 100% 100%;
}

@media (max-width: 960px) {
  .pl-content {
    background: rgba(255, 255, 255, 0.9);
  }
}

@media (max-width: 768px) {
  .pl-content {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 10px;
    font-size: 14px;
  }
}

.pl-content h2 {
  padding-top: 55px;
  text-align: center;
  font-size: 33px;
}

@media (max-width: 768px) {
  .pl-content h2 {
    padding-top: 30px;
  }
}

.pl-content h3 {
  padding-top: 40px;
  padding-bottom: 24px;
  text-align: center;
  font-size: 17px;
}

.pl-content .pl-details dt {
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .pl-content h3 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.pl-content p {
  font-size: 16px;
  line-height: 1.9em;
}

.pl-content .pl-details {
  position: relative;
}

.pl-details dt {
  margin-bottom: 10px;
  font-weight: 700px;
}

.pl-content .pl-details dd {
  margin-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.pl-content .pl-details dd span:not(:last-child) {
  padding-right: 20px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
	.pl-content .pl-details dd div {
		margin-bottom: 5px;
		width: 100%;
	}
}


/* Contact Form */

/* The container */
.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    background-color: transparent;
    border: 1px solid #000;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 4px;
    top: 0;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.t_underline { 
	text-decoration: underline; 
	font-weight: bold;
}
.made-checkbox {
    display: block;
    width: 100%;
    text-align: center;
}
div.wpcf7-validation-errors, .wpcf7-response-output {
    color: orange;
    position: fixed;
    top: 8%;
    left: 0;
    z-index: 99;
    background-color: #fff;
	max-width: 500px;
    width: 100%;
}
@media(min-width: 768px) {
	div.wpcf7-validation-errors, .wpcf7-response-output {
		left: 31%;
	}
}
div.wpcf7-mail-sent-ok {
    color: #398f14;
}
div.wpcf7-response-output {
	border: none;	
}
div.wpcf7-validation-errors {
	border: 1px solid #000;
}

.contact-form {
  max-width: 500px;
  margin: 30px auto 0;
}

.contact-form dl {
  position: relative;
}

.contact-form dl dt {
  display: block;
}

.contact-form dl dt:not(:last-child) {
  margin-bottom: 5px;
}


.contact-form dl dt input {
  width: 100%;
  height: 30px;
  border: 1px solid #000;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

.contact-form dl dt textarea {
  width: 100%;
  height: 90px;
  border: 1px solid #000;
  padding: 8px 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

@media(max-width: 768px) {
	.contact-form dl {
		overflow: hidden;
	}
	.contact-form dl dt:not(:last-child) {
		float: left;
		width: 49%;
	}
	.contact-form dl dt:nth-child(even) {
		margin-left: 2%;
	}
	.contact-form dl dt textarea {
		height: 60px;
	}
	span.wpcf7-not-valid-tip {
		font-size: 0.7em;
	}
}


/* .contact-form .checkbox {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 20px;
} */

.wpcf7-list-item input {
  opacity: 0;
}

/* .checkbox-custom-label {
  position: absolute;
  left: 124px;
  border: 1px solid #000;
  width: 10px;
  height: 10px;
} */



.wpcf7-list-item input {
  opacity: 0;
  position: absolute;   
}
.checkbox {
    text-align: center;
}
.wpcf7-list-item input[type="checkbox"], .checkbox-custom-label{
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.wpcf7-checkbox input[type="checkbox"] {
	opacity: 1!important;
	margin-left: -15px;
	outline: 1px solid #000;
}
.checkbox {
	position: relative;
}
/* .checkmark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
} */
.wpcf7-checkbox input[type="checkbox"]:checked ~ .checkmark {
	background-color:#2196F3;
}

.contact-form .checkbox span {
  text-decoration: underline;
}

.contact-form .submit-button {
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 768px) {
	.contact-form .submit-button {
		padding-top: 10px;
	}
}


.contact-form .submit-button input.wpcf7-form-control.wpcf7-confirm {
  background: #000;
  color: #fff;
  padding: 10px 70px;
  border: none;
  cursor: pointer;
}
.contact-form .submit-button input.wpcf7-form-control.wpcf7-back {
  background: #888;
  color: #fff;
  padding: 10px 70px;
  border: none;
  cursor: pointer;
	margin-right: 10px;
}
.contact-form .submit-button input.wpcf7-form-control.wpcf7-submit {
  background: #000;
  color: #fff;
  padding: 10px 70px;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
	.contact-form .submit-button input.wpcf7-form-control.wpcf7-back,
	.contact-form .submit-button input.wpcf7-form-control.wpcf7-submit {
		padding: 10px 30px;
	}
}


.menu-nav {
  position: fixed;
  width: 100%;
  padding-top: 75px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  z-index: 999999;
}

.menu-nav .menu-list {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.menu-nav .menu-list ul {
  padding-left: 0;
}

.menu-nav .menu-list ul li {
  list-style: none;
}

.menu-nav .menu-list ul li:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .menu-nav .menu-list ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.menu-nav .menu-list ul li a {
  font-size: 26px;
  padding-bottom: 5px;
  text-decoration: none;
  color: #fff;
  display: block;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

@media (max-width: 768px) {
  .menu-nav .menu-list ul li a {
    font-size: 20px;
  }
}

.menu-nav .menu-list ul li a:hover {
  border-bottom: 2px solid #fff;
}

.menu-nav .menu-list .menu-for-page {
  display: none;
}

@media (max-width: 580px) {
  .menu-nav .menu-list .menu-for-page {
    margin-top: 50px;
    display: block;
  }
}

.arc-container {
  position: absolute;
  width: 100%;
  padding-top: 25px;
  top: 48px;
}

@media(max-width: 411px) {
  .arc-container {
    position: absolute;
    width: 103%;
    padding-top: 25px;
    top: 48px;
    left: 2%;
  }
}

@media (max-width: 768px) {
  .arc-container {
    margin-left: -3%;
    margin-right: -3%;
  }
}

.inner-wide {
  max-width: 1000px;
  margin: 0 auto;
}

.inner-wide-sm {
  max-width: 880px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .inner-wide-sm {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.inner-container {
  max-width: 920px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .inner-container {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.th-title {
  position: relative;
  color: #000;
  font-size: 24px;
  line-height: 1.8em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .th-title {
    margin-bottom: 30px;
    font-size: 18px;
    border-bottom: 2px solid #000;
    display: inline-block;
  }
}

@media(min-width: 769px) {
  .th-title.th-title-top::before {
    position: absolute;
    content: '';
    width: 150px;
    border-bottom: 2px solid #000;
    bottom: -55%;
    left: 139px;
    transform: rotate(-51deg);
  }
  
  
  .th-title.th-title-bottom::before {
    position: absolute;
    content: '';
    width: 150px;
    border-bottom: 2px solid #000;
    bottom: 45%;
    left: 130px;
    transform: rotate(-51deg);
  }
}

.th-param {
  color: #000;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.th-param dl {
  margin: 0;
}

.th-param dl dt {
  margin-bottom: 15px;
}

.post-content {
  color: #000;
  margin-top: 10px;
  margin-bottom: 60px;
}

.post-content img {
  width: 100%;
}

@media (max-width: 768px) {
  .post-content {
    margin-bottom: 30px;
  }
}

.post-content p {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
}

.post-content h2 {
  margin: 0;
  font-size: 16px;
}

.panel-list {
  color: #000;
  text-align: center;
}

.panel-list ul {
  padding-left: 0;
  position: relative;
  display: inline-block;
}

.panel-list ul::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  left: 0;
  top: 4px;
  transform: rotate(-45deg);
}

.panel-list ul::after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 0;
  top: 4px;
  transform: rotate(45deg);
}

.panel-list ul li {
  list-style: none;
  display: inline;
}

.panel-list ul li a {
  text-decoration: none;
  color: #000;
  padding: 0 15px;
  font-size: 16px;
}

.archive-title {
  display: flex;
  color: #000;
  margin-bottom: 120px;
}

.archive-title .archive-left {
  font-family: sans-serif;
  position: relative;
  font-size: 24px;
  padding-right: 60px;
  font-weight: bolder;
}

.archive-title .archive-desc {
	font-weight: 600;
}

.archive-title .archive-left:after {
  position: absolute;
  content: '';
  width: 150px;
  border-bottom: 2px solid #000;
  bottom: -232%;
  left: 23px;
  transform: rotate(-48deg);
}

#place .content-with-scroll {
    width: 100%;
}
@media (max-width: 767px) {
  .archive-title .archive-left:after {
    bottom: 38%;
    left: 113px;
    width: 30px;
  }
}

@media (max-width: 768px) {
  .archive-title .archive-left {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .archive-title {
    flex-direction: column;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.scroll-down {
  position: fixed;
  bottom: 54px;
  width: 100%;
  text-align: center;
  z-index: 9999;
}

.scroll-down {
  position: fixed;
  bottom: 54px;
  width: 100%;
  text-align: center;
  z-index: 9999;
}

.scrollEvent.dark span {
	border-color: #000!important;
}

.scrollEvent.dark button {
	color: #000!important;	
	background-color: transparent!important;
}

.scroll-down button {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  cursor: pointer;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.6);
}

.scroll-down span {
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  top: -30px;
  right: 40%;
}

@media (max-width: 768px) {
  .scroll-down {
    display: none;
  }
}

/* .content-with-scroll {
  width: 100%;
}

@media (max-width: 768px) {
  .content-with-scroll {
    height: 500px;
    overflow-y: scroll;
  }
}

@media (max-width: 320px) {
  .content-with-scroll {
    margin-top: 14px;
  }
} */

.hamburger {
  display: flex;
  z-index: 9999;
  align-items: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lf-cloud {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-animation-name: smoke-1;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 5s;
  /* Safari 4.0 - 8.0 */
  animation-name: smoke-1;
  animation-duration: 5s;
}

.rt-cloud {
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 0;
  top: 0;
  transform: rotate(180deg);
  -webkit-animation-name: smoke-2;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 5s;
  /* Safari 4.0 - 8.0 */
  animation-name: smoke-2;
  animation-duration: 5s;
}

@keyframes smoke-1 {
  from {
    left: 0;
    opacity: 1;
	z-index: 999;
  }
  to {
    left: -400px;
    opacity: 0;
	z-index: 0;
  }
}

@keyframes smoke-2 {
  from {
    right: 0;
    opacity: 1;
	z-index: 999;
  }
  to {
    right: -400px;
    opacity: 0;
	z-index: 0;
  }
}

@-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

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

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

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

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

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

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

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

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

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

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

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

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

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

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

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

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

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

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

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

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

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

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

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

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

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

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

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

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

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

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

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

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

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

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

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

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

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

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

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

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

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

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

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

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

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

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

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

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

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

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

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

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

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

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

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

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

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

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

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

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

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

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

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

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

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

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

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

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

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

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

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

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

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

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

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

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

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

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

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

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

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

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

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

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

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

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

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

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

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

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

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

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

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

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

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

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

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

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

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

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

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

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

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

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

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

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

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

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

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

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

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

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

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

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

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

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

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

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

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

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

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

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

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

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

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

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

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

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

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

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

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

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

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

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

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

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

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.news-title {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin-bottom: 50px;
}

.news-list-item {
	color: #000;
}

.news-list-item ul li a{
	color: #000;
    font-size: 18px;
    text-decoration: none;
}

.news-list-item ul li {
	padding-bottom: 30px;
  list-style: none;
  border-bottom: 1px solid #000;
}

.news-list-item ul li:not(:last-child) {
	border-bottom: 1px solid #000;
}

.moive_img {
	  position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 999;
    transform: translate(-56%, -8%);
}

@media(max-height: 900px) {
  .moive_img {
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 999;
    transform: translate(-38%, -13%);
 }

 .m_img {
  width: 68%;
 }
}

@media(max-height: 770px) {
  .moive_img {
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 999;
    transform: translate(-29%, -17%);
		width: 25%;
  }

  .m_img {
    width: 55%;
  }
} 

@media(max-height: 670px) {
  .movie-key {
    padding-bottom: 50px;
  }

  .moive_img {
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 999;
    transform: translate(-25%, -17%);
  }

  .m_img {
    width: 45%;
  }
} 

@media(max-height: 500px) {
  .moive_img {
    transform: translate(-13%, -37%);
  }

  .m_img {
    width: 25%;
  }
}

@media(max-width: 414px) {
  .moive_img {
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 999;
    transform: translate(-77%, -15%);
 }

 .m_img {
  width: 150%;
 }
}

@media(max-width: 375px) {
  .moive_img {
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 999;
    transform: translate(-69%, -16%);
 }

 .m_img {
  width: 139%;
 }
}


@media(max-width: 320px) {
  .moive_img {
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 999;
    transform: translate(-51%, -30%);
  }

  .m_img {
    width: 101%!important;
   }
}

.checkbox br{
	display: none;
}

/* span.wpcf7-list-item {
  margin: 0!important;
} */

.height_lower {
  height: 100%;
}

.wpcf7 .pl-content h3 {
  padding-top: 37px;
  padding-bottom: 8px;
}

#author .f_es {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
#authot .story-key {
    padding-bottom: 160px;
    margin-top: 0;
    width: 100%;
}
#author .story-key h2 {
  font-size: 33px;
  font-weight: 500;
}

@media(max-width: 768px) {
  #author .story-key h2 {
    font-size: 24px;
  }
}

#author .story-key h3 {
  font-weight: normal;
	text-align: left;
	line-height: 1.6;
}

#story .story-key h3 {
  padding-top: 40px;
  padding-bottom: 30px;
  font-weight: normal;
}

@media(max-width: 768px) {
	#story .story-key h3 {
		padding-bottom: 10px;
	}
}


@media(max-width: 340px) {
	.story-key h2 {
		padding-top: 70px;
		text-align: center;
		font-size: 24px;
	}
	
	#story .story-key h3 {
		padding-top: 20px!important;
		padding-bottom: 10px;
		font-weight: normal;
	}
}

@media (max-width: 340px) {
  .wpcf7 .pl-content h2 {
      padding-top: 25px;
	  font-size: 24px;
  }
  .wpcf7 .pl-content h3 {
      padding: 9px 0 0;
      font-size: 12px;
  }
  span.wpcf7-form-control-wrap.textarea-295 textarea {
	  height: 50px;
  }
  .contact-form dl dt input {
      height: 28px;
  }
  .contact-form dl dt:not(:last-child) {
      margin-bottom: 7px;
  }
  .contact-form .checkbox {
      padding-top: 0;
      font-size: 12px;
  }
  .contact-form dl {
      margin-bottom: 5px;
  }
  .contact-form .submit-button {
      padding-top: 15px;
  }
  .contact-form .submit-button input.wpcf7-form-control.wpcf7-submit {
      padding: 5px 50px;
  }
}

.scrollEvent {
  position: relative;
  max-width: 100px;
  margin: 0 auto;
}


.panel-list a,
.panel-list span {
  margin: 0 7px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
   display: inline-block;
}

.panel-list a:hover {
  opacity: 0.6;
}

.panel-list a.next.page-numbers {
  width: 7px;
  position: relative;
  text-indent: -9999px;
}

.panel-list a.next.page-numbers:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 5px;
  left: -3px;
  transform: rotate(45deg);
}

.panel-list a.prev.page-numbers {
 width: 7px;
 position: relative;
 text-indent: -9999px;
}

.panel-list a.prev.page-numbers:after {
 position: absolute;
 content: '';
 width: 7px;
 height: 7px;
 border-top: 1px solid #000;
 border-left: 1px solid #000;
 right: -3px;
 top: 5px;
 transform: rotate(-45deg);
}

.scroll-content-inner {
  overflow-y: scroll;
-webkit-overflow-scrolling: touch;
  height: 450px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media(max-height: 770px) {
  .pl-content {
    padding-bottom: 10px;
  }
  .pl-content h2{
    padding-top: 35px!important;
    font-size: 24px;
  }

  .pl-content h3{
    padding-top: 20px!important;
    padding-bottom: 0px!important;
    font-size: 14px;
  }

  .scroll-content-inner {
    overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
    height: 250px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#top {
  display: none;
}
.thanks h2 {
	color: #000;
	font-weight: normal;
	font-size: 24px;
}
.company_prof {
	margin: 120px 0 0;
	line-height: 1.6;
}
.company_prof a {
	color: #333;
}
.company_prof h2 {
	color: #000;
	font-weight: normal;
	font-size: 24px;
}
.company_prof .company {
	margin: 40px 0;
	padding: 60px;
	background-color: #fafafa;
	color: #333;
}
.company_prof .company:last-child {
	margin-bottom: 0;
}
.company_prof .company dl {
	margin: 0;
}
.company_prof .company dl dt {
	margin: 0 auto 20px;
	width: 260px;
}
.company_prof .company dl dt img {
	width: 100%;
}
.company_prof .company dl dd {
	margin: 30px 0 0;
}
.company_prof .company dl dd ul {
	padding: 0;
}
.company_prof .company dl dd ul li {
	margin-left: 1em;
	text-indent: -1em;
	list-style: none;
}
.company_prof .company .company_detail {
	margin: 30px 0 0;
	overflow: hidden;
}
.company_prof .company .company_detail dt {
	margin: 0;
	width: 20%;
	float: left;
}
.company_prof .company .company_detail dd {
	margin: 0;
	width: 80%;
	float: left;
}

@media (max-width: 768px) {
	.company_prof .company {
		padding: 30px;
	}
	.company_prof .company dl dt {
		width: 220px;
	}
	.company_prof .company .company_detail dt {
		float: none;
		width: 100%;
	}
	.company_prof .company .company_detail dd {
		margin-bottom: 10px;
		float: none;
		width: 100%;
	}
}

.address {
	margin: 80px 0 0;
	text-align: center;
	line-height: 1.6;
	color: #000;
}
.address dd {
	margin: 0;
}
.address a {
	color: #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content-inner {
       display: block!important;
  }
}

@media(max-width: 1000px) {
  .padding-on-bt {
    padding-left: 2%;
    padding-right: 2%
  }

}

@media(max-height: 640px) {
  .padding-on-bt {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media(max-height: 500px) {
  .padding-on-bt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.mfp-bg {
	z-index: 99999!important;
}
.mfp-wrap {
	z-index: 999999!important;
}

.mfp-auto-cursor .mfp-content {
	width: 60%!important;
	padding: 40px;
	background-color: #fff;
	color: #000;
}
.mfp-auto-cursor .mfp-content {}
.mfp-auto-cursor .mfp-content .place_block {
	overflow: hidden;
}
.mfp-auto-cursor .mfp-content .place_block .place_img {
	float: left;
	width: 40%;
	text-align: center;
}
.mfp-auto-cursor .mfp-content .place_block .place_img img {
	width: 100%;
}
.mfp-auto-cursor .mfp-content .place_block .place_detail {
	float: right;
	width: 55%;
}
.mfp-auto-cursor .mfp-content .place_block .no_img {
	float: none;
	width: 100%;
}
.mfp-auto-cursor .mfp-content .place_block .place_detail dl {
	margin: 0;
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #000;
}
.mfp-auto-cursor .mfp-content .place_block .place_detail dl dt {
	float: left;
	width: 30%;
	font-weight: bold;
}
.mfp-auto-cursor .mfp-content .place_block .place_detail dl dt:first-child {
	padding-top: 0;
}
.mfp-auto-cursor .mfp-content .place_block .place_detail dl dd {
	margin: 0;
	float: left;
	width: 70%;
}
.mfp-auto-cursor .mfp-content .place_block .place_detail dl dd .btn_hp {
	margin: 10px 0 0;
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	border-radius: 4px;
	color: #ffffff;
	background-image: -webkit-linear-gradient(45deg, #FFA500 0%, #FFA500 100%);
	background-image: linear-gradient(45deg, #FFA500 0%, #FFA500 100%);
	border-bottom: solid 3px #c58668;
}
.mfp-auto-cursor .mfp-content .place_block .place_detail dl dd .btn_hp:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}

.mfp-auto-cursor .mfp-content .place_block .place_detail dl dd .btn_ticket {
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	border-radius: 4px;
	color: #ffffff;
	background-image: -webkit-linear-gradient(45deg, #FFA500 0%, #FFA500 100%);
	background-image: linear-gradient(45deg, #FFA500 0%, #FFA500 100%);
	border-bottom: solid 3px #c58668;
}
.mfp-auto-cursor .mfp-content .place_block .place_detail dl dd .btn_ticket:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}

.popup-modal-dismiss {
	margin: 30px auto 0;
	text-align: center;
	width: 20%;
}
.popup-modal-dismiss a {
	display: block;
	padding: 10px;
	background-color: #ccc;
	color: #fff;
}

@media (max-width: 768px) {
	.mfp-auto-cursor .mfp-content {
		width: 100%!important;
		overflow-y: scroll;
		height: 320px;
	}
	.mfp-auto-cursor .mfp-content #inline-wrap .place_block .place_img {
		float: none;
		width: 100%;
	}
	.mfp-auto-cursor .mfp-content #inline-wrap .place_block .place_detail {
		float: none;
		width: 100%;
	}
	.popup-modal-dismiss {
		width: 50%;
	}
}

.sp_br {
	display: none;
}
@media (max-width: 768px) {
	.sp_br {
		display: block;
	}
}
