/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
html {
 font-family: sans-serif;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}

body {
 margin: 0;
}

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

audio,
canvas,
progress,
video {
 display: inline-block;
 vertical-align: baseline;
}

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

[hidden],
template {
 display: none;
}

a {
 background-color: transparent;
}

a:active,
a:hover {
 outline: 0;
}

abbr[title] {
 border-bottom: 1px dotted;
}

b,
strong {
 font-weight: bold;
}

dfn {
 font-style: italic;
}

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

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

small {
 font-size: 80%;
}

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

sup {
 top: -0.5em;
}

sub {
 bottom: -0.25em;
}

img {
 border: 0;
}

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

figure {
 margin: 1em 40px;
}

hr {
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 height: 0;
}

pre {
 overflow: auto;
}

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

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

button {
 overflow: visible;
}

button,
select {
 text-transform: none;
}

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

button[disabled],
html input[disabled] {
 cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

input {
 line-height: normal;
}

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

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

input[type="search"] {
 -webkit-appearance: textfield;
 -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
}

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

fieldset {
 border: 1px solid #c0c0c0;
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
}

legend {
 border: 0;
 padding: 0;
}

textarea {
 overflow: auto;
}

optgroup {
 font-weight: bold;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

td,
th {
 padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
tr,
th,
td,
quote,
small,
form,
input,
ul,
li,
ol,
label,
hr,
dl,
dt,
dd,
figure,
img {
 margin: 0;
 padding: 0;
}

li {
 list-style: none;
}

img {
 border: none;
 vertical-align: top;
}

body {
 animation: fadeIn ease 1.5s;
 -webkit-animation: fadeIn ease 1.5s;
 -moz-animation: fadeIn ease 1.5s;
}

@keyframes fadeIn {
 0% {
  opacity: 0;
 }

 100% {
  opacity: 1;
 }
}

@-webkit-keyframes fadeIn {
 0% {
  opacity: 0;
 }

 100% {
  opacity: 1;
 }
}

@-moz-keyframes fadeIn {
 0% {
  opacity: 0;
 }

 100% {
  opacity: 1;
 }
}

@media screen and (min-width: 768px) {
 body {
  font-family: "Roboto", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
   "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #565e5e;
  letter-spacing: 0.1em;
 }
}

@media screen and (max-width: 767px) {
 body {
  font-family: "Roboto", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
   "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #565e5e;
  letter-spacing: 0.1em;
 }
}

a {
 text-decoration: underline;
 color: #929b92;
}

a:hover,
a:active {
 text-decoration: none;
}

hr {
 border: none;
 height: 2px;
 background-image: linear-gradient(to right, #aeb7b7 2px, transparent 0);
 background-size: 8px 2px;
 background-position: bottom;
 background-repeat: repeat-x;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .fs-80 {
  font-size: 80%;
  line-height: 1.8em;
 }

 .fs-90 {
  font-size: 90%;
  line-height: 1.8em;
 }

 .fs-110 {
  font-size: 110%;
  line-height: 1.8em;
 }

 .fs-120 {
  font-size: 120%;
  line-height: 1.8em;
 }

 .fs-130 {
  font-size: 130%;
  line-height: 1.8em;
 }

 .fs-140 {
  font-size: 140%;
  line-height: 1.8em;
 }

 .fs-150 {
  font-size: 150%;
  line-height: 1.8em;
 }

 .fs-200 {
  font-size: 200%;
  line-height: 1.8em;
 }

 .lh-10 {
  line-height: 1em;
 }

 .lh-15 {
  line-height: 1.5em;
 }

 .lh-18 {
  line-height: 1.8em;
 }

 .lh-20 {
  line-height: 2em;
 }

 .lh-25 {
  line-height: 2.5em;
 }

 .lh-30 {
  line-height: 3em;
 }

 .ls-01 {
  letter-spacing: 0.1em;
 }

 .ls-02 {
  letter-spacing: 0.2em;
 }

 .ls-03 {
  letter-spacing: 0.3em;
 }

 .ls-04 {
  letter-spacing: 0.4em;
 }

 .ls-05 {
  letter-spacing: 0.5em;
 }

 .fw-n {
  font-weight: normal;
 }

 .fw-b {
  font-weight: bold;
 }

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

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

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

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

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

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

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

 .inner-500 {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
 }

 .inner-600 {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
 }

 .inner-700 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
 }

 .inner-800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
 }

 .inner-900 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
 }

 .inner-1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
 }

 .inner-1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
 }

 .sec-wrap {
  padding: 60px 0;
 }

 .box-wrap {
  padding: 30px;
 }

 .txt-just {
  text-align: justify;
  text-justify: inter-ideograph;
 }

 .relative {
  position: relative;
 }

 .col-m-s,
 .col-m-m {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
 }

 figure.img-txt {
  width: 100%;
  display: table;
  border-collapse: separate;
 }

 figure.img-txt > img {
  display: table-cell;
  vertical-align: top;
 }

 figure.img-txt > a > img {
  display: table-cell;
  vertical-align: top;
 }

 figure.img-txt figcaption {
  width: 100%;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding-left: 50px;
 }

 figure.img-txt.img-r {
  position: relative;
  min-height: 300px;
  height: auto;
 }

 figure.img-txt.img-r > img {
  position: absolute;
  top: 0;
  right: 0;
 }

 figure.img-txt.img-r figcaption {
  width: 100%;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0;
  padding-right: 550px;
 }

 figure.icon-txt {
  width: 100%;
  display: table;
 }

 figure.icon-txt > img {
  display: table-cell;
  vertical-align: top;
 }

 figure.icon-txt > a > img {
  display: table-cell;
  vertical-align: top;
 }

 figure.icon-txt figcaption {
  width: 100%;
  display: table-cell;
  vertical-align: top;
  padding-left: 50px;
 }

 figure.float-txt {
  width: 100%;
  display: table;
 }

 figure.float-txt > img {
  display: table-cell;
  vertical-align: top;
 }

 figure.float-txt > a > img {
  display: table-cell;
  vertical-align: top;
 }

 figure.float-txt figcaption {
  width: 100%;
  display: table-cell;
  vertical-align: top;
  padding-left: 50px;
 }
}

@media screen and (max-width: 1300px) {
 .wrap {
  max-width: none;
  padding: 0 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }
}

@media screen and (max-width: 767px) {
 .pc {
  display: none;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .fs-80 {
  font-size: 80%;
  line-height: 1.8em;
 }

 .fs-90 {
  font-size: 90%;
  line-height: 1.8em;
 }

 .fs-110 {
  font-size: 110%;
  line-height: 1.8em;
 }

 .fs-120 {
  font-size: 120%;
  line-height: 1.8em;
 }

 .fs-130 {
  font-size: 130%;
  line-height: 1.8em;
 }

 .fs-140 {
  font-size: 140%;
  line-height: 1.8em;
 }

 .fs-150 {
  font-size: 150%;
  line-height: 1.8em;
 }

 .fs-200 {
  font-size: 200%;
  line-height: 1.8em;
 }

 .lh-10 {
  line-height: 1em;
 }

 .lh-15 {
  line-height: 1.5em;
 }

 .lh-18 {
  line-height: 1.8em;
 }

 .lh-20 {
  line-height: 2em;
 }

 .lh-25 {
  line-height: 2.5em;
 }

 .lh-30 {
  line-height: 3em;
 }

 .ls-01 {
  letter-spacing: 0.1em;
 }

 .ls-02 {
  letter-spacing: 0.2em;
 }

 .ls-03 {
  letter-spacing: 0.3em;
 }

 .ls-04 {
  letter-spacing: 0.4em;
 }

 .ls-05 {
  letter-spacing: 0.5em;
 }

 .fw-n {
  font-weight: normal;
 }

 .fw-b {
  font-weight: bold;
 }

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

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

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

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

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

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

 .flex {
  border: none;
  width: 100%;
  height: auto;
  vertical-align: top;
 }

 .wrap {
  padding: 0 20px;
 }

 .sec-wrap {
  padding: 40px 0;
 }

 .box-wrap {
  padding: 15px;
 }

 .txt-just {
  text-align: justify;
  text-justify: inter-ideograph;
 }

 .relative {
  position: relative;
 }

 .col-m-s {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
 }

 .col-m-m {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
 }

 figure.img-txt {
  width: 100%;
  text-align: center;
 }

 figure.img-txt > img {
  max-width: 250px;
  margin-bottom: 20px;
 }

 figure.img-txt > a > img {
  max-width: 250px;
  margin-bottom: 20px;
 }

 figure.img-txt figcaption {
  text-align: left;
 }

 figure.icon-txt {
  width: 100%;
  display: table;
 }

 figure.icon-txt > img {
  display: table-cell;
  vertical-align: top;
  width: 80px;
  height: auto;
 }

 figure.icon-txt > a > img {
  display: table-cell;
  vertical-align: top;
  width: 80px;
  height: auto;
 }

 figure.icon-txt figcaption {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-left: 10px;
 }

 figure.float-txt {
  width: 100%;
  clear: both;
 }

 figure.float-txt > img {
  float: left;
  width: 40%;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
 }

 figure.float-txt > img > a > img {
  float: left;
  width: 40%;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
 }
}

.mincho {
 font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
  "ＭＳ 明朝", serif;
}

.line-txt {
 overflow: hidden;
}

.line-txt > span {
 display: inline-block;
 padding: 0 1em;
 position: relative;
}

.line-txt > span:before,
.line-txt > span:after {
 height: 3px;
 border-top: solid 1px #2275b2;
 border-bottom: solid 1px #2275b2;
 content: "";
 position: absolute;
 top: 45%;
 width: 99em;
}

.line-txt > span:before {
 right: 100%;
}

.line-txt > span:after {
 left: 100%;
}

.marker-txt {
 background: linear-gradient(transparent 60%, #ddd9b3 60%);
}

.excerpt {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 -webkit-text-overflow: ellipsis;
 -moz-text-overflow: ellipsis;
}

p.effect-txt {
 font-size: 200%;
 line-height: 1em;
}

p.effect-txt svg {
 height: 1em;
 overflow: visible;
}

p.effect-txt text.svg-txt {
 fill: #565e5e;
 stroke: #565e5e;
 stroke-width: 1;
 stroke-dasharray: 120;
 stroke-dashoffset: 0;
 overflow: visible;
 transition: 1s stroke-dashoffset 0.3s linear, 0.3s fill 1.3s linear;
 transform: translate(0, 90%);
 -webkit-transform: translate(0, 90%);
 -moz-transform: translate(0, 90%);
}

p.effect-txt.hidden text.svg-txt {
 fill: transparent;
 stroke-dashoffset: 120;
}

.push-btn {
 font-size: 150%;
 line-height: 1.5em;
 text-align: center;
 color: #fff;
 background-color: #666;
 border-radius: 5px;
 box-shadow: 0 3px 0 #333;
 text-shadow: 0 -1px 0 #333;
 padding: 30px 10px;
 margin: 0 auto;
}

.push-btn a {
 display: block;
 text-decoration: none;
 color: #fff;
}

.push-btn a:after {
 font-family: FontAwesome;
 font-size: 120%;
 color: #fff;
 content: "\f105";
 margin-left: 10px;
}

@media screen and (min-width: 768px) {
 .push-btn:hover,
 .push-btn:active {
  box-shadow: none;
  position: relative;
  top: 3px;
 }
}

@media screen and (max-width: 767px) {
 .push-btn:active {
  box-shadow: none;
  position: relative;
  top: 3px;
 }
}

.fukidashi-b,
.fukidashi-t,
.fukidashi-l,
.fukidashi-r {
 position: relative;
 display: inline-block;
 min-width: 300px;
 text-align: center;
 color: #fff;
 background-color: #333;
 padding: 20px;
}

.fukidashi-b:after {
 content: "";
 position: absolute;
 bottom: -10px;
 left: 50%;
 margin-left: -10px;
 display: block;
 width: 0px;
 height: 0px;
 border-style: solid;
 border-width: 10px 10px 0 10px;
 border-color: #333 transparent transparent transparent;
}

.fukidashi-t:after {
 content: "";
 position: absolute;
 top: -10px;
 left: 50%;
 margin-left: -10px;
 display: block;
 width: 0px;
 height: 0px;
 border-style: solid;
 border-width: 0 10px 10px 10px;
 border-color: transparent transparent #333 transparent;
}

.fukidashi-l:after {
 content: "";
 position: absolute;
 top: 50%;
 left: -10px;
 margin-top: -10px;
 display: block;
 width: 0px;
 height: 0px;
 border-style: solid;
 border-width: 10px 10px 10px 0;
 border-color: transparent #333 transparent transparent;
}

.fukidashi-r:after {
 content: "";
 position: absolute;
 top: 50%;
 right: -10px;
 margin-top: -10px;
 display: block;
 width: 0px;
 height: 0px;
 border-style: solid;
 border-width: 10px 0 10px 10px;
 border-color: transparent transparent transparent #333;
}

.post-pagination {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 margin-top: 50px;
}

.post-pagination > li {
 margin-left: 5px;
 margin-bottom: 5px;
}

.post-pagination > li:first-of-type {
 margin-left: 0;
}

.post-pagination > li > a,
.post-pagination > li > span {
 position: relative;
 float: left;
 width: 35px;
 height: 35px;
 line-height: 1.5em;
 letter-spacing: 0.02em;
 text-align: center;
 text-decoration: none;
 color: #565e5e;
 border: 1px solid #565e5e;
 background-color: transparent;
 padding: 0.4em 0;
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 transition: 0.3s ease-in-out;
 -webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
}

.post-pagination > li:first-of-type > a,
.post-pagination > li:first-of-type > span {
 margin-left: 0;
}

@media screen and (min-width: 768px) {
 .post-pagination > li > a:hover,
 .post-pagination > li > span:hover,
 .post-pagination > li > a:focus,
 .post-pagination > li > span:focus {
  color: #fff;
  background-color: #565e5e;
  z-index: 2;
 }

 .post-pagination > li.active > a,
 .post-pagination > li.active > span,
 .post-pagination > li.active > a:hover,
 .post-pagination > li.active > span:hover,
 .post-pagination > li.active > a:focus,
 .post-pagination > li.active > span:focus {
  color: #fff;
  background-color: #565e5e;
  z-index: 3;
 }

 .post-pagination > li.disabled > span,
 .post-pagination > li.disabled > span:hover,
 .post-pagination > li.disabled > span:focus,
 .post-pagination > li.disabled > a,
 .post-pagination > li.disabled > a:hover,
 .post-pagination > li.disabled > a:focus {
  color: #565e5e;
  background-color: #fff;
 }
}

@media screen and (max-width: 767px) {
 .post-pagination > li > a:active,
 .post-pagination > li > span:active {
  color: #fff;
  background-color: #565e5e;
  z-index: 2;
 }

 .post-pagination > li.active > a,
 .post-pagination > li.active > span,
 .post-pagination > li.active > a:active,
 .post-pagination > li.active > span:active {
  color: #fff;
  background-color: #565e5e;
  z-index: 3;
 }

 .post-pagination > li.disabled > span,
 .post-pagination > li.disabled > span:active,
 .post-pagination > li.disabled > a,
 .post-pagination > li.disabled > a:active {
  color: #565e5e;
  background-color: #fff;
 }
}

.prev-next {
 font-size: 100%;
 line-height: 1.5em;
 padding-top: 30px;
}

.prev-next a {
 float: left;
 display: block;
 width: auto;
 text-decoration: none;
 color: #565e5e;
 border: solid 1px #565e5e;
 padding: 3px 10px;
 margin: 2px 2px 2px 0;
}

@media screen and (min-width: 768px) {
 .prev-next a:hover {
  color: #fff;
  background: #565e5e;
 }
}

@media screen and (max-width: 767px) {
 .prev-next a:active {
  color: #fff;
  background: #565e5e;
 }
}

.prev-next i.fa-chevron-circle-left {
 margin-right: 5px;
}

.prev-next i.fa-chevron-circle-right {
 margin-left: 5px;
 margin-right: 0;
}

.editor-area {
 word-wrap: break-word;
}

.editor-area p,
.editor-area table,
.editor-area ul,
.editor-area ol,
.editor-area dl,
.editor-area figure,
.editor-area img,
.editor-area hr {
 margin-bottom: 10px;
}

.editor-area.wp-caption {
 width: 100% !important;
}

.editor-area img.aligncenter {
 display: block;
 margin: 0 auto;
}

.editor-area ul li {
 list-style-type: disc;
 margin-left: 30px;
}

.editor-area ol li {
 list-style-type: decimal;
 margin-left: 30px;
}

.editor-area h4 {
 font-size: 140%;
 line-height: 1.5em;
 color: #000;
 border-top: solid 2px #000;
 border-bottom: solid 2px #000;
 padding: 15px 0;
}

.editor-area h5 {
 position: relative;
 font-size: 130%;
 line-height: 1.5em;
 color: #000;
 border-bottom: solid 1px #999;
 padding-bottom: 15px;
}

.editor-area h5:after {
 position: absolute;
 bottom: -2px;
 left: 0;
 content: "";
 display: block;
 width: 150px;
 border-bottom: solid 3px #000;
}

.editor-area h6 {
 position: relative;
 font-size: 120%;
 line-height: 1.5em;
 color: #565e5e;
 border-bottom: solid 1px #565e5e;
 padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
 .editor-area h1,
 .editor-area h2,
 .editor-area h3,
 .editor-area h4,
 .editor-area h5,
 .editor-area h6 {
  margin-bottom: 30px;
 }

 .editor-area img {
  max-width: 800px;
  height: auto;
 }

 .editor-area div.gallery {
  margin-bottom: 30px !important;
 }

 .editor-area div.gallery dl.gallery-item dd.gallery-caption {
  line-height: 1.5em;
  margin-top: 5px;
 }
}

@media screen and (max-width: 767px) {
 .editor-area h1,
 .editor-area h2,
 .editor-area h3,
 .editor-area h4,
 .editor-area h5,
 .editor-area h6 {
  margin-bottom: 20px;
 }

 .editor-area img {
  max-width: 300px;
  height: auto;
 }

 .editor-area div.gallery {
  margin-bottom: 30px !important;
 }

 .editor-area div.gallery dl.gallery-item {
  width: calc((100% - 20px) / 3) !important;
  margin: 0;
  margin-top: 0 !important;
  margin-right: 10px;
 }

 .editor-area div.gallery dl.gallery-item:nth-of-type(3n) {
  margin-right: 0;
 }

 .editor-area div.gallery dl.gallery-item:nth-of-type(n + 4) {
  margin-top: 20px !important;
 }

 .editor-area div.gallery dl.gallery-item dt.gallery-icon img {
  width: 100%;
  height: auto;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }

 .editor-area div.gallery dl.gallery-item dd.gallery-caption {
  line-height: 1.5em;
  margin-top: 5px;
 }
}

a img {
 transition: 0.3s ease-in-out;
 -webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
}

a:hover img,
a:active img {
 cursor: pointer;
 filter: alpha(opacity=70);
 opacity: 0.7;
 -ms-filter: "alpha(opacity=70)";
 -moz-opacity: 0.7;
 -khtml-opacity: 0.7;
 zoom: 1;
}

.no-scrollbar {
 -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
 display: none;
}

.scrollbar::-webkit-scrollbar {
 overflow: hidden;
 width: 5px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

.scrollbar::-webkit-scrollbar:horizontal {
 height: 5px;
}

.scrollbar::-webkit-scrollbar-button {
 display: none;
}

.scrollbar::-webkit-scrollbar-piece {
 background: rgba(0, 0, 0, 0.5);
}

.scrollbar::-webkit-scrollbar-piece:start {
 background: rgba(0, 0, 0, 0.5);
}

.scrollbar::-webkit-scrollbar-piece {
 background: transparent;
}

.scrollbar::-webkit-scrollbar-piece:start {
 background: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
 overflow: hidden;
 border-radius: 3px;
 background: rgba(0, 0, 0, 0.5);
}

.flex-yt {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}

.flex-yt iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100% !important;
 height: 100% !important;
}

:placeholder-shown {
 color: #999;
}

::-webkit-input-placeholder {
 color: #999;
}

:-moz-placeholder {
 color: #999;
 opacity: 1;
}

::-moz-placeholder {
 color: #999;
 opacity: 1;
}

:-ms-input-placeholder {
 color: #999;
}

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

.clear {
 clear: both;
 border: none;
}

#footer-fix {
 display: flex;
 flex-direction: column;
 min-height: 100vh;
}

footer {
 margin-top: auto;
}

@media screen and (min-width: 768px) {
 article {
  overflow: hidden;
 }

 article section h1 {
  font-size: 100%;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 50px;
 }

 article section h1 span.en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 300%;
  line-height: 1.1em;
  letter-spacing: 0.025em;
  color: #921d36;
  margin-bottom: 10px;
 }

 article section h1 span.ja {
  display: block;
  font-size: 100%;
  line-height: 1.5em;
  font-weight: normal;
  color: #aeb7b7;
 }

 div.zoom-img-wrap {
  overflow: hidden;
 }

 div.zoom-img-wrap div.zoom-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 div.zoom-img-wrap div.zoom-img:active {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
 }

 .btn-link {
  display: inline-block;
  text-align: center;
 }

 .btn-link a {
  display: block;
  text-decoration: none;
  color: #fff;
  border: solid 1px #929b92;
  background-color: #929b92;
  padding: 10px 30px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 .btn-link a:hover {
  color: #929b92;
  background-color: transparent;
 }

 .btn-link.fix {
  width: 300px;
 }

 .btn-link.fit {
  width: 100%;
 }

 .txt-arrow-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 165px;
  text-decoration: none;
 }

 .txt-arrow-link span {
  font-family: "Montserrat", sans-serif;
  font-size: 120%;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  color: #921d36;
  margin-right: 15px;
 }

 .txt-arrow-link svg.link-arrow {
  position: relative;
  left: 0;
  display: block;
  width: 54px;
  height: 15px;
  fill: #921d36;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 .txt-arrow-link.wht span {
  color: #fff;
 }

 .txt-arrow-link.wht svg.link-arrow {
  fill: #fff;
 }

 .txt-arrow-link:hover svg.link-arrow {
  left: 10px;
 }

 ul.btn-2-1 li {
  width: calc(50% - 10px);
  margin-right: 20px;
 }

 ul.btn-2-1 li:last-child {
  margin-right: 0;
 }

 ul.btn-2-2 li {
  width: calc(50% - 10px);
  margin-right: 20px;
 }

 ul.btn-2-2 li:last-child {
  margin-right: 0;
 }

 .bg-mark {
  position: relative;
 }

 .bg-mark:before {
  content: "";
  position: absolute;
  top: 50px;
  right: -50px;
  display: block;
  width: 350px;
  height: 344px;
  background-image: url(../img/common/img_mark_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 }

 div.page-kv {
  position: relative;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 }

 div.page-kv div.kv-txt-wrap {
  position: absolute;
  top: 50%;
  left: calc((100% - 1200px) / 2);
  color: #fff;
  background-color: rgba(146, 29, 54, 0.5);
  padding: 30px 50px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
 }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
 div.page-kv div.kv-txt-wrap {
  left: 50px;
 }
}

@media screen and (min-width: 768px) {
 div.page-kv div.kv-txt-wrap p.kv-ttl-en {
  font-family: "Montserrat", sans-serif;
  font-size: 300%;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
 }

 div.page-kv div.kv-txt-wrap p.kv-ttl-en span {
  font-size: 50%;
  line-height: 1.5em;
  margin-left: 0.5em;
 }

 div.page-kv div.kv-txt-wrap p.kv-txt {
  font-size: 100%;
  line-height: 1.5em;
 }

 table.table01 {
  width: 100%;
 }

 table.table01 tr {
  border-bottom: solid 1px #aeb7b7;
 }

 table.table01 tr th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding: 15px 50px;
 }

 table.table01 tr td {
  vertical-align: top;
  padding: 15px 0;
 }

 table.table01 tr:first-of-type th,
 table.table01 tr:first-of-type td {
  padding-top: 0;
 }

 ul.service-dtl-list li div.bg-txt-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 400px;
 }

 ul.service-dtl-list li div.bg-txt-wrap div.bg {
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 }

 ul.service-dtl-list li div.bg-txt-wrap div.txt {
  width: 50%;
  background-color: #ededed;
  padding: 100px calc((100vw - 1200px) / 2) 100px 150px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
 ul.service-dtl-list li div.bg-txt-wrap div.txt {
  padding: 100px 50px 100px 50px;
 }
}

@media screen and (min-width: 768px) {
 ul.service-dtl-list li div.bg-txt-wrap div.txt p.ttl {
  font-size: 150%;
  line-height: 1.5em;
  font-weight: bold;
  color: #921d36;
  border-bottom: solid 1px #921d36;
  padding-bottom: 15px;
  margin-bottom: 20px;
 }

 ul.service-dtl-list li div.bg-txt-wrap div.txt p.txt {
  font-size: 120%;
  line-height: 1.8em;
 }

 ul.service-dtl-list li:nth-of-type(even) div.bg-txt-wrap {
  flex-direction: row-reverse;
 }

 ul.service-dtl-list li:nth-of-type(even) div.bg-txt-wrap div.txt {
  padding: 100px 150px 100px calc((100vw - 1200px) / 2);
 }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
 ul.service-dtl-list li:nth-of-type(even) div.bg-txt-wrap div.txt {
  padding: 100px 50px 100px 50px;
 }
}

@media screen and (min-width: 768px) {
 form table.form-list {
  border-collapse: separate;
  border-spacing: 0 20px;
  width: 100%;
  margin-top: -20px;
 }

 form table.form-list tr th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding-top: 5px;
  padding-right: 30px;
 }

 form table.form-list tr th.required:after {
  content: "＊";
  color: #f00;
  margin-left: 5px;
 }

 form table.form-list tr td {
  position: relative;
  width: 100%;
  vertical-align: top;
 }

 form input[type="text"],
 form input[type="email"],
 form input[type="tel"],
 form input[type="password"],
 form input[type="search"] {
  border: none;
  border: solid 1px #aeb7b7;
  background-color: transparent;
  padding: 10px;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }

 form input[type="search"] {
  font-family: FontAwesome;
 }

 form input[type="checkbox"] {
  margin-right: 0.5em;
 }

 form input[type="radio"] {
  margin-right: 0.5em;
 }

 form input::placeholder,
 form textarea::placeholder {
  color: #565e5e;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  zoom: 1;
 }

 form input::placeholder:-ms-input-placeholder,
 form textarea::placeholder:-ms-input-placeholder {
  color: #565e5e;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  zoom: 1;
 }

 form input::placeholder::-ms-input-placeholder,
 form textarea::placeholder::-ms-input-placeholder {
  color: #565e5e;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  zoom: 1;
 }

 form label {
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.1em;
 }

 form label.label-style {
  border: solid 1px #aeb7b7;
  padding: 5px;
 }

 form label.on-style {
  color: #fff;
  background-color: #aeb7b7;
 }

 form div.select-wrap {
  position: relative;
  z-index: 1;
 }

 form div.select-wrap.flex {
  display: inline-block;
 }

 form div.select-wrap:after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 1em;
  text-align: center;
  color: #fff;
  background-color: #aeb7b7;
  padding: 14px 0;
  z-index: -1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }

 form select {
  position: relative;
  height: 40px;
  color: #565e5e;
  border: none;
  border: solid 1px #aeb7b7;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  outline-offset: inherit;
  padding-left: 10px;
  padding-right: 50px;
  -webkit-appearance: none;
 }

 form textarea {
  width: 100%;
  height: 150px;
  vertical-align: top;
  border: none;
  border: solid 1px #aeb7b7;
  background-color: transparent;
  padding: 10px;
  padding-top: 5px;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }

 form p.count {
  position: absolute;
  top: -2em;
  right: 0;
 }

 form button[type="button"],
 form button[type="image"],
 form button[type="reset"],
 form button[type="submit"],
 form input[type="button"],
 form input[type="image"],
 form input[type="reset"],
 form input[type="submit"] {
  letter-spacing: 0.1em;
  border: none;
  padding: 10px 30px;
  outline: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 form button[type="button"],
 form button[type="image"],
 form button[type="reset"],
 form input[type="button"],
 form input[type="image"],
 form input[type="reset"] {
  display: inline-block;
  color: #fff;
  border: solid 1px #929b92;
  background-color: #929b92;
 }

 form button[type="button"]:hover,
 form button[type="image"]:hover,
 form button[type="reset"]:hover,
 form input[type="button"]:hover,
 form input[type="image"]:hover,
 form input[type="reset"]:hover {
  color: #929b92;
  background-color: transparent;
 }

 form button[type="submit"],
 form input[type="submit"] {
  display: inline-block;
  color: #fff;
  border: solid 1px #929b92;
  background-color: #929b92;
 }

 form button[type="submit"]:hover,
 form input[type="submit"]:hover {
  color: #929b92;
  background-color: transparent;
 }

 form button.fix,
 form input.fix,
 form select.fix {
  width: 300px;
 }

 form button.fit,
 form input.fit,
 form select.fit {
  width: 100%;
 }

 .g-recaptcha {
  text-align: center;
 }

 .g-recaptcha > div {
  display: inline-block;
 }
}

@media screen and (min-width: 768px) and (min-width: 1100px) {
 header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #565e5e;
  z-index: 1000;
 }

 header div.logo-cont {
  float: left;
  background-color: #921d36;
 }

 header div.logo-cont h1 svg.logo-top {
  display: block;
  width: 347px;
  height: 30px;
  fill: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 header div.logo-cont h1 a {
  display: block;
  padding: 25px 30px;
 }

 header div.logo-cont h1 a:hover svg.logo-top {
  fill: rgba(255, 255, 255, 0.5);
 }

 header div.navi-cont {
  float: right;
 }

 header div.navi-cont nav > ul {
  display: table;
  border-collapse: separate;
  width: 100%;
 }

 header div.navi-cont nav > ul > li {
  display: table-cell;
  font-family: "Montserrat", sans-serif;
  font-size: 120%;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 header div.navi-cont nav > ul > li > a {
  display: block;
  height: 80px;
  text-decoration: none;
  color: #fff;
  padding: 26px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 header div.navi-cont nav > ul > li:hover > a {
  position: relative;
  color: #fff;
  background-color: #921d36;
 }

 header div.navi-cont nav > ul > li.open > a {
  color: #fff;
  background-color: #921d36;
 }

 header div.navi-cont nav > ul > li > ul {
  display: none;
  cursor: default;
 }

 header div.navi-cont nav > ul > li > ul > li {
  font-family: "Roboto", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
   "MS PGothic", sans-serif;
  font-size: 85%;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: bold;
 }

 div.hdr-spacer {
  height: 80px;
 }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
 header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #565e5e;
  z-index: 1005;
 }

 header div.logo-cont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 105;
 }

 header div.logo-cont h1 svg.logo-top {
  display: block;
  width: 180px;
  height: 20px;
  fill: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 header div.logo-cont h1 a {
  display: block;
  padding: 20px;
 }

 header div.logo-cont h1 a:hover svg.logo-top {
  fill: rgba(255, 255, 255, 0.5);
 }

 div.hdr-spacer {
  height: 60px;
 }
}

@media screen and (min-width: 768px) {
 footer div.page-end {
  color: #fff;
  background-color: #921d36;
  padding: 25px 0;
 }

 footer div.page-end p.copyright {
  font-size: 80%;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-align: center;
 }

 div.top-kv {
  position: relative;
  height: 650px;
  background-image: url(../img/home/img_kv_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 }

 div.top-kv div.kv-txt-wrap {
  position: absolute;
  top: 50%;
  left: calc((100% - 1200px) / 2);
  color: #fff;
  background-color: rgba(146, 29, 54, 0.5);
  padding: 50px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
 }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
 div.top-kv div.kv-txt-wrap {
  left: 50px;
 }
}

@media screen and (min-width: 768px) {
 div.top-kv div.kv-txt-wrap p.kv-ttl-en {
  font-family: "Montserrat", sans-serif;
  font-size: 300%;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  margin-bottom: 30px;
 }

 div.top-kv div.kv-txt-wrap p.kv-ttl-ja {
  font-size: 150%;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
 }

 div.top-kv div.kv-txt-wrap p.kv-txt {
  font-size: 120%;
  line-height: 1.5em;
 }

 article#home section#business-sec ul.business-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
 }

 article#home section#business-sec ul.business-list li {
  position: relative;
  width: calc(100% / 3);
 }

 article#home section#business-sec ul.business-list li a {
  display: block;
  height: 480px;
  border-left: solid 0 #921d36;
  border-right: solid 20px #921d36;
  border-top: solid 0 #921d36;
  border-bottom: solid 20px #921d36;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 article#home section#business-sec ul.business-list li a:hover {
  border-width: 0;
  border-left: solid 20px #921d36;
  border-top: solid 20px #921d36;
 }

 article#home section#business-sec ul.business-list li:nth-of-type(even) a {
  border-left: solid 0 #b58895;
  border-right: solid 20px #b58895;
  border-top: solid 0 #b58895;
  border-bottom: solid 20px #b58895;
 }

 article#home section#business-sec ul.business-list li:nth-of-type(even) a:hover {
  border-width: 0;
  border-left: solid 20px #b58895;
  border-top: solid 20px #b58895;
 }

 article#home section#business-sec ul.business-list li p.ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 150%;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
 }

 article#home section#business-sec ul.business-list li svg.link-arrow {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: block;
  width: 54px;
  height: 15px;
  fill: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 article#home section#business-sec ul.business-list li a:hover svg.link-arrow {
  right: 20px;
 }

 article#home section#philosophy-sec h1 {
  margin-bottom: 0;
 }

 article#home section#philosophy-sec div.txt-wrap {
  background-image: url(../img/home/img_philosophy_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
 }

 article#home section#philosophy-sec div.txt-wrap p.ttl {
  font-size: 150%;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
 }

 article#home section#philosophy-sec div.txt-wrap p.txt {
  font-size: 120%;
  line-height: 2em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
 }

 article#home section#philosophy-sec div.txt-wrap .txt-arrow-link {
  margin: 0 auto;
 }

 article#home section#recruit-sec h1 {
  margin-bottom: 0;
 }

 article#home section#recruit-sec div.bg-txt-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
 }

 article#home section#recruit-sec div.bg-txt-wrap div.bg {
  width: 50%;
  background-image: url(../img/home/img_recruit_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 }

 article#home section#recruit-sec div.bg-txt-wrap div.txt {
  width: 50%;
  background-color: #ededed;
  padding: 100px calc((100vw - 1200px) / 2) 100px 150px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
 article#home section#recruit-sec div.bg-txt-wrap div.txt {
  padding: 100px 50px 100px 50px;
 }
}

@media screen and (min-width: 768px) {
 article#home section#recruit-sec div.bg-txt-wrap div.txt p.ttl {
  font-size: 150%;
  line-height: 1.5em;
  font-weight: bold;
  color: #921d36;
  border-bottom: solid 1px #921d36;
  padding-bottom: 15px;
  margin-bottom: 20px;
 }

 article#home section#recruit-sec div.bg-txt-wrap div.txt p.txt {
  margin-bottom: 50px;
 }

 article#home section#recruit-sec div.bg-txt-wrap div.txt .txt-arrow-link {
  float: right;
 }

 article#home section#contact-sec {
  background-image: url(../img/home/img_contact_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 }

 article#home section#contact-sec > div.sec-wrap {
  padding: 100px 0;
 }

 article#home section#contact-sec h1 span.en,
 article#home section#contact-sec h1 span.ja {
  color: #fff;
 }

 article#home section#contact-sec .txt-arrow-link {
  margin: 0 auto;
 }

 article#service1 section#service1-sec h1 {
  margin-bottom: 0;
 }

 article#service2 section#service2-sec h1 {
  margin-bottom: 0;
 }

 article#service3 section#service3-sec h1 {
  margin-bottom: 0;
 }

 article#philosophy section#greeting-sec div.bg-txt-wrap div.bg {
  width: 50%;
  background-image: url(../img/philosophy/img_greeting_owner_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 }

 article#philosophy section#greeting-sec div.bg-txt-wrap div.txt {
  width: 50%;
  padding: 0 calc((100vw - 1200px) / 2) 0 75px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }
}

article#service4 section#service4-sec h1 {
 margin-bottom: 0;
}

article#service4 section#service4-sec h2 {
 margin: 0 0 20px;
 padding: 15px 0;
 color: #921d36;
 border-bottom: 1px solid;
}
article#service4 section#service4-sec .flex {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
article#service4 section#service4-sec .flex dl {
 flex-basis: 48%;
}
article#service4 section#service4-sec .flex dl dt {
 background: #ededed;
 padding: 10px;
 margin: 0 0 10px;
}
article#service4 section#service4-sec .flex dl dd {
 padding: 10px;
}
article#service4 section#service4-sec .flex img {
 margin: auto;
 max-width: 100%;
 width: 100%;
 height: 240px;
 object-fit: cover;
}
article#philosophy section#greeting-sec div.bg-txt-wrap {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
 article#philosophy section#greeting-sec div.bg-txt-wrap div.txt {
  padding: 0 50px 0 50px;
 }
}

@media screen and (min-width: 768px) {
 article#recruit section#ar-sec div.recruit-txt-wrap p.ttl {
  font-size: 150%;
  line-height: 2em;
  font-weight: bold;
  text-align: center;
  color: #921d36;
  margin-bottom: 20px;
 }

 article#recruit section#ar-sec div.recruit-txt-wrap p.txt {
  font-size: 120%;
  line-height: 2em;
  text-align: center;
 }

 article#recruit section#ar-sec .txt-arrow-link {
  margin: 0 auto;
 }
}

@media screen and (max-width: 767px) {
 article {
  overflow: hidden;
 }

 article section h1 {
  font-size: 100%;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 40px;
 }

 article section h1 span.en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 200%;
  line-height: 1.1em;
  letter-spacing: 0.025em;
  color: #921d36;
  margin-bottom: 10px;
 }

 article section h1 span.ja {
  display: block;
  font-size: 100%;
  line-height: 1.5em;
  font-weight: normal;
  color: #aeb7b7;
 }

 div.zoom-img-wrap {
  overflow: hidden;
 }

 div.zoom-img-wrap div.zoom-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 div.zoom-img-wrap div.zoom-img:active {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
 }

 .btn-link {
  text-align: center;
 }

 .btn-link a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  border: solid 1px #929b92;
  background-color: #929b92;
  padding: 10px 30px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }

 .btn-link a:active {
  color: #929b92;
  background-color: transparent;
 }

 .btn-link.nonflex {
  display: inline-block;
 }

 .txt-arrow-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 160px;
  text-decoration: none;
  margin: 0 auto;
 }

 .txt-arrow-link span {
  font-family: "Montserrat", sans-serif;
  font-size: 120%;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  color: #921d36;
  margin-right: 15px;
 }

 .txt-arrow-link svg.link-arrow {
  position: relative;
  left: 0;
  display: block;
  width: 54px;
  height: 15px;
  fill: #921d36;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 .txt-arrow-link.wht span {
  color: #fff;
 }

 .txt-arrow-link.wht svg.link-arrow {
  fill: #fff;
 }

 .txt-arrow-link:active svg.link-arrow {
  left: 10px;
 }

 ul.btn-2-1 li {
  margin-bottom: 10px;
 }

 ul.btn-2-1 li:last-child {
  margin-bottom: 0;
 }

 ul.btn-2-2 li {
  width: calc(50% - 5px);
  margin-right: 10px;
 }

 ul.btn-2-2 li:last-child {
  margin-right: 0;
 }

 .bg-mark {
  position: relative;
 }

 .bg-mark:before {
  content: "";
  position: absolute;
  top: 30px;
  right: -30px;
  display: block;
  width: 175px;
  height: 172px;
  background-image: url(../img/common/img_mark_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 }

 div.page-kv {
  position: relative;
  height: 50vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 }

 div.page-kv div.kv-txt-wrap {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #fff;
  background-color: rgba(146, 29, 54, 0.5);
  padding: 15px 20px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
 }

 div.page-kv div.kv-txt-wrap p.kv-ttl-en {
  font-family: "Montserrat", sans-serif;
  font-size: 150%;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
 }

 div.page-kv div.kv-txt-wrap p.kv-ttl-en span {
  display: block;
  font-size: 60%;
  line-height: 1em;
  margin-bottom: 5px;
 }

 div.page-kv div.kv-txt-wrap p.kv-txt {
  font-size: 90%;
  line-height: 1.5em;
 }

 table.table01 {
  display: block;
 }

 table.table01 tbody {
  display: block;
 }

 table.table01 tr {
  display: block;
  border-bottom: solid 1px #aeb7b7;
  padding: 20px 0;
 }

 table.table01 tr th {
  display: block;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
 }

 table.table01 tr td {
  display: block;
 }

 table.table01 tr:first-of-type {
  padding-top: 0;
 }

 ul.service-dtl-list li div.bg-txt-wrap div.bg {
  height: 50vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 }

 ul.service-dtl-list li div.bg-txt-wrap div.txt {
  background-color: #ededed;
  padding: 50px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }

 ul.service-dtl-list li div.bg-txt-wrap div.txt p.ttl {
  font-size: 140%;
  line-height: 1.5em;
  font-weight: bold;
  color: #921d36;
  border-bottom: solid 1px #921d36;
  padding-bottom: 15px;
  margin-bottom: 20px;
 }

 form table.form-list {
  width: 100%;
  margin-bottom: 30px;
 }

 form table.form-list tr th {
  display: block;
  font-weight: normal;
  text-align: left;
  margin-bottom: 5px;
 }

 form table.form-list tr th.required:after {
  content: "＊";
  color: #f00;
  margin-left: 5px;
 }

 form table.form-list tr td {
  position: relative;
  display: block;
  margin-bottom: 20px;
 }

 form table.form-list tr:last-child td {
  margin-bottom: 0;
 }

 form input[type="text"],
 form input[type="email"],
 form input[type="tel"],
 form input[type="password"],
 form input[type="search"] {
  width: 100%;
  border: none;
  border: solid 1px #aeb7b7;
  background-color: transparent;
  padding: 12px 10px;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }

 form input[type="search"] {
  font-family: FontAwesome;
 }

 form input[type="checkbox"] {
  margin-right: 0.5em;
 }

 form input[type="radio"] {
  margin-right: 0.5em;
 }

 form input::placeholder,
 form textarea::placeholder {
  color: #565e5e;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  zoom: 1;
 }

 form input::placeholder:-ms-input-placeholder,
 form textarea::placeholder:-ms-input-placeholder {
  color: #565e5e;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  zoom: 1;
 }

 form input::placeholder::-ms-input-placeholder,
 form textarea::placeholder::-ms-input-placeholder {
  color: #565e5e;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  zoom: 1;
 }

 form label {
  display: block;
  margin-bottom: 10px;
 }

 form label.label-style {
  border: solid 1px #aeb7b7;
  padding: 10px;
 }

 form label.on-style {
  color: #fff;
  background-color: #aeb7b7;
 }

 form div.select-wrap {
  position: relative;
  z-index: 1;
 }

 form div.select-wrap:after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  font-size: 15px;
  line-height: 1em;
  text-align: center;
  color: #fff;
  background-color: #aeb7b7;
  padding: 16px 0;
  z-index: -1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }

 form select {
  width: 100%;
  height: 44px;
  color: #565e5e;
  border: none;
  border: solid 1px #aeb7b7;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  outline-offset: inherit;
  padding-left: 10px;
  padding-right: 54px;
  -webkit-appearance: none;
 }

 form textarea {
  width: 100%;
  height: 200px;
  vertical-align: top;
  border: none;
  border: solid 1px #aeb7b7;
  background-color: transparent;
  padding: 12px 10px;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }

 form p.count {
  position: absolute;
  top: -2em;
  right: 0;
 }

 form button[type="button"],
 form button[type="image"],
 form button[type="reset"],
 form button[type="submit"],
 form input[type="button"],
 form input[type="image"],
 form input[type="reset"],
 form input[type="submit"] {
  width: 100%;
  letter-spacing: 0.1em;
  border: none;
  padding: 10px 30px;
  outline: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 form button[type="button"],
 form button[type="image"],
 form button[type="reset"],
 form input[type="button"],
 form input[type="image"],
 form input[type="reset"] {
  display: inline-block;
  color: #fff;
  border: solid 1px #929b92;
  background-color: #929b92;
 }

 form button[type="button"]:active,
 form button[type="image"]:active,
 form button[type="reset"]:active,
 form input[type="button"]:active,
 form input[type="image"]:active,
 form input[type="reset"]:active {
  color: #929b92;
  background-color: transparent;
 }

 form button[type="submit"],
 form input[type="submit"] {
  display: inline-block;
  color: #fff;
  border: solid 1px #929b92;
  background-color: #929b92;
 }

 form button[type="submit"]:active,
 form input[type="submit"]:active {
  color: #929b92;
  background-color: transparent;
 }

 form button.nonflex,
 form input.nonflex,
 form select.nonflex {
  width: initial;
 }

 form input.half {
  width: 45%;
 }

 .g-recaptcha > div {
  margin-left: calc(((100vw - 40px) - 304px) / 2);
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
 }

 header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #565e5e;
  z-index: 1005;
 }

 header div.logo-cont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 105;
 }

 header div.logo-cont h1 svg.logo-top {
  display: block;
  width: 180px;
  height: 20px;
  fill: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 header div.logo-cont h1 a {
  display: block;
  padding: 20px;
 }

 header div.logo-cont h1 a:active svg.logo-top {
  fill: rgba(255, 255, 255, 0.5);
 }

 div.hdr-spacer {
  height: 60px;
 }

 footer div.page-end {
  text-align: center;
  color: #fff;
  background-color: #921d36;
  padding: 20px 0;
 }

 footer div.page-end p.copyright {
  font-size: 80%;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 300;
 }

 div.top-kv {
  position: relative;
  height: 75vw;
  background-image: url(../img/home/img_kv_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 }

 div.top-kv div.kv-txt-wrap {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #fff;
  background-color: rgba(146, 29, 54, 0.5);
  padding: 20px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
 }

 div.top-kv div.kv-txt-wrap p.kv-ttl-en {
  font-family: "Montserrat", sans-serif;
  font-size: 150%;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 15px;
 }

 div.top-kv div.kv-txt-wrap p.kv-ttl-ja {
  font-size: 100%;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
 }

 div.top-kv div.kv-txt-wrap p.kv-txt {
  font-size: 90%;
  line-height: 1.5em;
 }

 article#home section#business-sec ul.business-list li {
  position: relative;
  margin-bottom: 10px;
 }

 article#home section#business-sec ul.business-list li:last-of-type {
  margin-bottom: 0;
 }

 article#home section#business-sec ul.business-list li a {
  display: block;
  height: 120px;
  border-left: solid 0 #921d36;
  border-right: solid 10px #921d36;
  border-top: solid 0 #921d36;
  border-bottom: solid 10px #921d36;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 article#home section#business-sec ul.business-list li a:active {
  border-width: 0;
  border-left: solid 10px #921d36;
  border-top: solid 10px #921d36;
 }

 article#home section#business-sec ul.business-list li:nth-of-type(even) a {
  border-left: solid 0 #b58895;
  border-right: solid 10px #b58895;
  border-top: solid 0 #b58895;
  border-bottom: solid 10px #b58895;
 }

 article#home section#business-sec ul.business-list li:nth-of-type(even) a:active {
  border-width: 0;
  border-left: solid 10px #b58895;
  border-top: solid 10px #b58895;
 }

 article#home section#business-sec ul.business-list li p.ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 120%;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
 }

 article#home section#business-sec ul.business-list li svg.link-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 54px;
  height: 15px;
  fill: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 article#home section#business-sec ul.business-list li a:active svg.link-arrow {
  right: 10px;
 }

 article#home section#philosophy-sec h1 {
  margin-bottom: 0;
 }

 article#home section#philosophy-sec div.txt-wrap {
  background-image: url(../img/home/img_philosophy_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
 }

 article#home section#philosophy-sec div.txt-wrap p.ttl {
  font-size: 140%;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
 }

 article#home section#philosophy-sec div.txt-wrap p.txt {
  font-size: 120%;
  line-height: 2em;
  font-weight: bold;
  text-align: left;
  color: #fff;
  margin-bottom: 50px;
 }

 article#home section#philosophy-sec div.txt-wrap .txt-arrow-link {
  margin: 0 auto;
 }

 article#home section#recruit-sec h1 {
  margin-bottom: 0;
 }

 article#home section#recruit-sec div.bg-txt-wrap div.bg {
  height: 50vw;
  background-image: url(../img/home/img_recruit_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 }

 article#home section#recruit-sec div.bg-txt-wrap div.txt {
  background-color: #ededed;
  padding: 50px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }

 article#home section#recruit-sec div.bg-txt-wrap div.txt p.ttl {
  font-size: 140%;
  line-height: 1.5em;
  font-weight: bold;
  color: #921d36;
  border-bottom: solid 1px #921d36;
  padding-bottom: 15px;
  margin-bottom: 20px;
 }

 article#home section#recruit-sec div.bg-txt-wrap div.txt p.txt {
  margin-bottom: 50px;
 }

 article#home section#recruit-sec div.bg-txt-wrap div.txt .txt-arrow-link {
  margin: 0 auto;
 }

 article#home section#contact-sec {
  background-image: url(../img/home/img_contact_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 }

 article#home section#contact-sec h1 span.en,
 article#home section#contact-sec h1 span.ja {
  color: #fff;
 }

 article#home section#contact-sec .txt-arrow-link {
  margin: 0 auto;
 }

 article#service1 section#service1-sec h1 {
  margin-bottom: 0;
 }

 article#service2 section#service2-sec h1 {
  margin-bottom: 0;
 }

 article#service3 section#service3-sec h1 {
  margin-bottom: 0;
 }

 article#philosophy section#greeting-sec div.bg-txt-wrap div.bg {
  height: 50vw;
  background-image: url(../img/philosophy/img_greeting_owner_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
 }

 article#philosophy section#greeting-sec div.bg-txt-wrap div.txt {
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }

 article#recruit section#ar-sec div.recruit-txt-wrap p.ttl {
  font-size: 140%;
  line-height: 2em;
  font-weight: bold;
  text-align: center;
  color: #921d36;
  margin-bottom: 30px;
 }

 article#recruit section#ar-sec div.recruit-txt-wrap p.txt {
  font-size: 110%;
  line-height: 2em;
 }

 article#recruit section#ar-sec .txt-arrow-link {
  margin: 0 auto;
 }
}

.wow {
 visibility: hidden;
}

.motion-txt {
 position: relative;
 display: inline-block;
 padding: 10px;
 overflow: hidden;
}

.motion-txt:after {
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 background-color: #921d36;
 opacity: 1;
 transform: translate3d(-105%, 0, 0);
}

.scroll-slide-in.show .motion-txt:after {
 transition-property: transform, opacity;
 transition-duration: 0.8s;
 transition-delay: 0s;
 transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
 transform: translate3d(0, 0, 0);
}

.scroll-slide-in.done .motion-txt:after {
 transition-property: transform;
 transition-duration: 0.8s;
 transition-delay: 0s;
 transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
 transform: translate3d(105%, 0, 0);
}

.motion-txt .motion-inner {
 display: inline-block;
 opacity: 0;
}

.scroll-slide-in.done .motion-txt .motion-inner {
 opacity: 1;
}

@media screen and (min-width: 768px) {
 div.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 150;
 }
}

@media screen and (max-width: 767px) {
 div.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 150;
 }

 div.totop img {
  width: 40px;
  height: auto;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
 }
}

.img-youtube {
 position: relative;
 cursor: pointer;
}

.img-youtube:after {
 position: absolute;
 z-index: 10;
 top: 50%;
 left: 0;
 right: 0;
 font-family: FontAwesome;
 line-height: 1em;
 color: #f00;
 content: "\f16a";
 text-align: center;
}

@media screen and (min-width: 768px) {
 .img-youtube:after {
  font-size: 70px;
  margin-top: -35px;
 }
}

@media screen and (max-width: 767px) {
 .img-youtube:after {
  font-size: 50px;
  margin-top: -25px;
 }
}

.img-youtube img {
 width: 100%;
 height: auto;
 margin-bottom: 0;
}

.img-youtube iframe {
 z-index: 11;
}

/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 Daniel Eden
*/
.animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}

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

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

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

@-webkit-keyframes bounce {
 from,
 20%,
 53%,
 80%,
 to {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }

 40%,
 43% {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
 }

 70% {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
 }

 90% {
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
 }
}

@keyframes bounce {
 from,
 20%,
 53%,
 80%,
 to {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }

 40%,
 43% {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
 }

 70% {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
 }

 90% {
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
 }
}

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

@-webkit-keyframes flash {
 from,
 50%,
 to {
  opacity: 1;
 }

 25%,
 75% {
  opacity: 0;
 }
}

@keyframes flash {
 from,
 50%,
 to {
  opacity: 1;
 }

 25%,
 75% {
  opacity: 0;
 }
}

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

@-webkit-keyframes pulse {
 0% {
  -webkit-transform: scale(1);
  transform: scale(1);
 }

 10% {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
 }

 20% {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
 }

 30% {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
 }

 50% {
  -webkit-transform: scale(1);
  transform: scale(1);
 }

 100% {
  -webkit-transform: scale(1);
  transform: scale(1);
 }
}

@keyframes pulse {
 0% {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
 }

 10% {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
 }

 30% {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
 }

 50% {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
 }

 70% {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
 }

 90% {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
 }

 100% {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
 }
}

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

@-webkit-keyframes rubberBand {
 0% {
  -webkit-transform: scale(1);
  transform: scale(1);
 }

 30% {
  -webkit-transform: scaleX(1.25) scaleY(0.75);
  transform: scaleX(1.25) scaleY(0.75);
 }

 40% {
  -webkit-transform: scaleX(0.75) scaleY(1.25);
  transform: scaleX(0.75) scaleY(1.25);
 }

 60% {
  -webkit-transform: scaleX(1.15) scaleY(0.85);
  transform: scaleX(1.15) scaleY(0.85);
 }

 100% {
  -webkit-transform: scale(1);
  transform: scale(1);
 }
}

@keyframes rubberBand {
 0% {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
 }

 30% {
  -webkit-transform: scaleX(1.25) scaleY(0.75);
  -ms-transform: scaleX(1.25) scaleY(0.75);
  transform: scaleX(1.25) scaleY(0.75);
 }

 40% {
  -webkit-transform: scaleX(0.75) scaleY(1.25);
  -ms-transform: scaleX(0.75) scaleY(1.25);
  transform: scaleX(0.75) scaleY(1.25);
 }

 60% {
  -webkit-transform: scaleX(1.15) scaleY(0.85);
  -ms-transform: scaleX(1.15) scaleY(0.85);
  transform: scaleX(1.15) scaleY(0.85);
 }

 100% {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(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;
}

@-webkit-keyframes wobble {
 from {
  -webkit-transform: none;
  transform: none;
 }

 15% {
  -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
 }

 30% {
  -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
 }

 45% {
  -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
 }

 60% {
  -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
 }

 75% {
  -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
 }

 to {
  -webkit-transform: none;
  transform: none;
 }
}

@keyframes wobble {
 from {
  -webkit-transform: none;
  transform: none;
 }

 15% {
  -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
 }

 30% {
  -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
 }

 45% {
  -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
 }

 60% {
  -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
 }

 75% {
  -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
 }

 to {
  -webkit-transform: none;
  transform: none;
 }
}

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

@-webkit-keyframes jello {
 from,
 11.1%,
 to {
  -webkit-transform: none;
  transform: none;
 }

 22.2% {
  -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
  transform: skewX(-12.5deg) skewY(-12.5deg);
 }

 33.3% {
  -webkit-transform: skewX(6.25deg) skewY(6.25deg);
  transform: skewX(6.25deg) skewY(6.25deg);
 }

 44.4% {
  -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
  transform: skewX(-3.125deg) skewY(-3.125deg);
 }

 55.5% {
  -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
  transform: skewX(1.5625deg) skewY(1.5625deg);
 }

 66.6% {
  -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
  transform: skewX(-0.78125deg) skewY(-0.78125deg);
 }

 77.7% {
  -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
  transform: skewX(0.39062deg) skewY(0.39062deg);
 }

 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: none;
  transform: none;
 }

 22.2% {
  -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
  transform: skewX(-12.5deg) skewY(-12.5deg);
 }

 33.3% {
  -webkit-transform: skewX(6.25deg) skewY(6.25deg);
  transform: skewX(6.25deg) skewY(6.25deg);
 }

 44.4% {
  -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
  transform: skewX(-3.125deg) skewY(-3.125deg);
 }

 55.5% {
  -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
  transform: skewX(1.5625deg) skewY(1.5625deg);
 }

 66.6% {
  -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
  transform: skewX(-0.78125deg) skewY(-0.78125deg);
 }

 77.7% {
  -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
  transform: skewX(0.39062deg) skewY(0.39062deg);
 }

 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 bounceIn {
 from,
 20%,
 40%,
 60%,
 80%,
 to {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 }

 0% {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
 }

 20% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
 }

 40% {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
 }

 60% {
  opacity: 1;
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
 }

 80% {
  -webkit-transform: scale3d(0.97, 0.97, 0.97);
  transform: scale3d(0.97, 0.97, 0.97);
 }

 to {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
 }
}

@keyframes bounceIn {
 from,
 20%,
 40%,
 60%,
 80%,
 to {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 }

 0% {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
 }

 20% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
 }

 40% {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
 }

 60% {
  opacity: 1;
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
 }

 80% {
  -webkit-transform: scale3d(0.97, 0.97, 0.97);
  transform: scale3d(0.97, 0.97, 0.97);
 }

 to {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
 }
}

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

@-webkit-keyframes bounceInDown {
 from,
 60%,
 75%,
 90%,
 to {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 }

 0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -3000px, 0);
  transform: translate3d(0, -3000px, 0);
 }

 60% {
  opacity: 1;
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
 }

 75% {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
 }

 90% {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
 }

 to {
  -webkit-transform: none;
  transform: none;
 }
}

@keyframes bounceInDown {
 from,
 60%,
 75%,
 90%,
 to {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 }

 0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -3000px, 0);
  transform: translate3d(0, -3000px, 0);
 }

 60% {
  opacity: 1;
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
 }

 75% {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
 }

 90% {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
 }

 to {
  -webkit-transform: none;
  transform: none;
 }
}

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

@-webkit-keyframes bounceInLeft {
 from,
 60%,
 75%,
 90%,
 to {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 }

 0% {
  opacity: 0;
  -webkit-transform: translate3d(-3000px, 0, 0);
  transform: translate3d(-3000px, 0, 0);
 }

 60% {
  opacity: 1;
  -webkit-transform: translate3d(25px, 0, 0);
  transform: translate3d(25px, 0, 0);
 }

 75% {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
 }

 90% {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
 }

 to {
  -webkit-transform: none;
  transform: none;
 }
}

@keyframes bounceInLeft {
 from,
 60%,
 75%,
 90%,
 to {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 }

 0% {
  opacity: 0;
  -webkit-transform: translate3d(-3000px, 0, 0);
  transform: translate3d(-3000px, 0, 0);
 }

 60% {
  opacity: 1;
  -webkit-transform: translate3d(25px, 0, 0);
  transform: translate3d(25px, 0, 0);
 }

 75% {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
 }

 90% {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
 }

 to {
  -webkit-transform: none;
  transform: none;
 }
}

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

@-webkit-keyframes bounceInRight {
 from,
 60%,
 75%,
 90%,
 to {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 }

 from {
  opacity: 0;
  -webkit-transform: translate3d(3000px, 0, 0);
  transform: translate3d(3000px, 0, 0);
 }

 60% {
  opacity: 1;
  -webkit-transform: translate3d(-25px, 0, 0);
  transform: translate3d(-25px, 0, 0);
 }

 75% {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
 }

 90% {
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
 }

 to {
  -webkit-transform: none;
  transform: none;
 }
}

@keyframes bounceInRight {
 from,
 60%,
 75%,
 90%,
 to {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 }

 from {
  opacity: 0;
  -webkit-transform: translate3d(3000px, 0, 0);
  transform: translate3d(3000px, 0, 0);
 }

 60% {
  opacity: 1;
  -webkit-transform: translate3d(-25px, 0, 0);
  transform: translate3d(-25px, 0, 0);
 }

 75% {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
 }

 90% {
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
 }

 to {
  -webkit-transform: none;
  transform: none;
 }
}

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

@-webkit-keyframes bounceInUp {
 from,
 60%,
 75%,
 90%,
 to {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 }

 from {
  opacity: 0;
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
 }

 60% {
  opacity: 1;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
 }

 75% {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
 }

 90% {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
 }

 to {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
}

@keyframes bounceInUp {
 from,
 60%,
 75%,
 90%,
 to {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 }

 from {
  opacity: 0;
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
 }

 60% {
  opacity: 1;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
 }

 75% {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
 }

 90% {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
 }

 to {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
}

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

@-webkit-keyframes bounceOut {
 20% {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
 }

 50%,
 55% {
  opacity: 1;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
 }

 to {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
 }
}

@keyframes bounceOut {
 20% {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
 }

 50%,
 55% {
  opacity: 1;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
 }

 to {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
 }
}

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

@-webkit-keyframes bounceOutDown {
 20% {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
 }

 40%,
 45% {
  opacity: 1;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
 }
}

@keyframes bounceOutDown {
 20% {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
 }

 40%,
 45% {
  opacity: 1;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
 }
}

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

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

 to {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
 }
}

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

 to {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
 }
}

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

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

 to {
  opacity: 0;
  -webkit-transform: translate3d(2000px, 0, 0);
  transform: translate3d(2000px, 0, 0);
 }
}

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

 to {
  opacity: 0;
  -webkit-transform: translate3d(2000px, 0, 0);
  transform: translate3d(2000px, 0, 0);
 }
}

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

@-webkit-keyframes bounceOutUp {
 20% {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
 }

 40%,
 45% {
  opacity: 1;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(0, -2000px, 0);
  transform: translate3d(0, -2000px, 0);
 }
}

@keyframes bounceOutUp {
 20% {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
 }

 40%,
 45% {
  opacity: 1;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(0, -2000px, 0);
  transform: translate3d(0, -2000px, 0);
 }
}

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

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

 to {
  opacity: 1;
 }
}

@keyframes fadeIn {
 from {
  opacity: 0;
 }

 to {
  opacity: 1;
 }
}

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

@-webkit-keyframes fadeInDown {
 0% {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
 }

 100% {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
 }
}

@keyframes fadeInDown {
 0% {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
 }

 100% {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(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: none;
  transform: none;
 }
}

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

 to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
 }
}

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

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

 to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
 }
}

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

 to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
 }
}

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

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

 to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
 }
}

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

 to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
 }
}

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

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

 to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
 }
}

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

 to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
 }
}

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

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

 to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
 }
}

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

 to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
 }
}

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

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

 to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
 }
}

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

 to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
 }
}

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

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

 to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
 }
}

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

 to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
 }
}

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

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

 to {
  opacity: 0;
 }
}

@keyframes fadeOut {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
 }
}

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

@-webkit-keyframes fadeOutDown {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
 }
}

@keyframes fadeOutDown {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
 }
}

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

@-webkit-keyframes fadeOutDownBig {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
 }
}

@keyframes fadeOutDownBig {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
 }
}

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

@-webkit-keyframes fadeOutLeft {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
 }
}

@keyframes fadeOutLeft {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
 }
}

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

@-webkit-keyframes fadeOutLeftBig {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
 }
}

@keyframes fadeOutLeftBig {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
 }
}

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

@-webkit-keyframes fadeOutRight {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
 }
}

@keyframes fadeOutRight {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
 }
}

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

@-webkit-keyframes fadeOutRightBig {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(2000px, 0, 0);
  transform: translate3d(2000px, 0, 0);
 }
}

@keyframes fadeOutRightBig {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(2000px, 0, 0);
  transform: translate3d(2000px, 0, 0);
 }
}

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

@-webkit-keyframes fadeOutUp {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
 }
}

@keyframes fadeOutUp {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
 }
}

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

@-webkit-keyframes fadeOutUpBig {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(0, -2000px, 0);
  transform: translate3d(0, -2000px, 0);
 }
}

@keyframes fadeOutUpBig {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(0, -2000px, 0);
  transform: translate3d(0, -2000px, 0);
 }
}

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

@-webkit-keyframes flip {
 from {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
 }

 40% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
 }

 50% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
 }

 80% {
  -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
 }

 to {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
 }
}

@keyframes flip {
 from {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
 }

 40% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
 }

 50% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
 }

 80% {
  -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
 }

 to {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
 }
}

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

@-webkit-keyframes flipInX {
 from {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0;
 }

 40% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
 }

 60% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  opacity: 1;
 }

 80% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 }

 to {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
 }
}

@keyframes flipInX {
 from {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0;
 }

 40% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
 }

 60% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  opacity: 1;
 }

 80% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 }

 to {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
 }
}

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

@-webkit-keyframes flipInY {
 from {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0;
 }

 40% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
 }

 60% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  opacity: 1;
 }

 80% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 }

 to {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
 }
}

@keyframes flipInY {
 from {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0;
 }

 40% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
 }

 60% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  opacity: 1;
 }

 80% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 }

 to {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
 }
}

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

@-webkit-keyframes flipOutX {
 from {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
 }

 30% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  opacity: 1;
 }

 to {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
 }
}

@keyframes flipOutX {
 from {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
 }

 30% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  opacity: 1;
 }

 to {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
 }
}

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

@-webkit-keyframes flipOutY {
 from {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
 }

 30% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  opacity: 1;
 }

 to {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  opacity: 0;
 }
}

@keyframes flipOutY {
 from {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
 }

 30% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  opacity: 1;
 }

 to {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  opacity: 0;
 }
}

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

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

 60% {
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  opacity: 1;
 }

 80% {
  -webkit-transform: skewX(-5deg);
  transform: skewX(-5deg);
  opacity: 1;
 }

 to {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
 }
}

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

 60% {
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  opacity: 1;
 }

 80% {
  -webkit-transform: skewX(-5deg);
  transform: skewX(-5deg);
  opacity: 1;
 }

 to {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
 }
}

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

@-webkit-keyframes lightSpeedOut {
 from {
  opacity: 1;
 }

 to {
  -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
  transform: translate3d(100%, 0, 0) skewX(30deg);
  opacity: 0;
 }
}

@keyframes lightSpeedOut {
 from {
  opacity: 1;
 }

 to {
  -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
  transform: translate3d(100%, 0, 0) skewX(30deg);
  opacity: 0;
 }
}

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

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

 to {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
 }
}

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

 to {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
 }
}

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

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

 to {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
 }
}

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

 to {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
 }
}

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

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

 to {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
 }
}

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

 to {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
 }
}

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

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

 to {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
 }
}

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

 to {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
 }
}

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

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

 to {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
 }
}

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

 to {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
 }
}

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

@-webkit-keyframes rotateOut {
 from {
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 1;
 }

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

@keyframes rotateOut {
 from {
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 1;
 }

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

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

@-webkit-keyframes rotateOutDownLeft {
 from {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  opacity: 1;
 }

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

@keyframes rotateOutDownLeft {
 from {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  opacity: 1;
 }

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

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

@-webkit-keyframes rotateOutDownRight {
 from {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  opacity: 1;
 }

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

@keyframes rotateOutDownRight {
 from {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  opacity: 1;
 }

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

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

@-webkit-keyframes rotateOutUpLeft {
 from {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  opacity: 1;
 }

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

@keyframes rotateOutUpLeft {
 from {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  opacity: 1;
 }

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

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

@-webkit-keyframes rotateOutUpRight {
 from {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  opacity: 1;
 }

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

@keyframes rotateOutUpRight {
 from {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  opacity: 1;
 }

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

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

@-webkit-keyframes hinge {
 0% {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
 }

 20%,
 60% {
  -webkit-transform: rotate3d(0, 0, 1, 80deg);
  transform: rotate3d(0, 0, 1, 80deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
 }

 40%,
 80% {
  -webkit-transform: rotate3d(0, 0, 1, 60deg);
  transform: rotate3d(0, 0, 1, 60deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  opacity: 1;
 }

 to {
  -webkit-transform: translate3d(0, 700px, 0);
  transform: translate3d(0, 700px, 0);
  opacity: 0;
 }
}

@keyframes hinge {
 0% {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
 }

 20%,
 60% {
  -webkit-transform: rotate3d(0, 0, 1, 80deg);
  transform: rotate3d(0, 0, 1, 80deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
 }

 40%,
 80% {
  -webkit-transform: rotate3d(0, 0, 1, 60deg);
  transform: rotate3d(0, 0, 1, 60deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  opacity: 1;
 }

 to {
  -webkit-transform: translate3d(0, 700px, 0);
  transform: translate3d(0, 700px, 0);
  opacity: 0;
 }
}

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

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

 to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
 }
}

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

 to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
 }
}

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

@-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;
}

li.drawer-dropdown > a:after {
 font: normal normal normal 14px/1 FontAwesome;
 font-size: 100%;
 line-height: 1em;
 margin-left: 10px;
 content: "\f0d7";
}

li.drawer-dropdown.open > a:after {
 font: normal normal normal 14px/1 FontAwesome;
 font-size: 100%;
 line-height: 1em;
 margin-left: 10px;
 content: "\f0d8";
}

@media screen and (min-width: 1100px) {
 .drawer-hamburger {
  display: none;
 }

 .drawer-nav {
  position: relative;
  z-index: 100;
 }

 .drawer-navbar .drawer-dropdown-menu {
  position: absolute;
  display: none;
  font-size: 90%;
  line-height: 1.5em;
  background-color: #ededed;
 }

 .drawer-navbar .drawer-dropdown-menu li {
  white-space: nowrap;
  text-align: left;
  border-bottom: solid 1px #565e5e;
 }

 .drawer-navbar .drawer-dropdown-menu li:last-of-type {
  border-bottom: none;
 }

 .drawer-navbar .drawer-dropdown-menu li a {
  display: block;
  text-decoration: none;
  color: #565e5e;
  padding: 15px 20px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
 }

 .drawer-navbar .drawer-dropdown-menu li a:hover {
  color: #fff;
  background-color: #565e5e;
 }

 .drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
 }
}

@media screen and (max-width: 1100px) {
 .drawer-open {
  overflow: hidden !important;
 }

 .drawer-nav {
  position: fixed;
  top: 0;
  width: 100vw;
  overflow: hidden;
  z-index: 1001;
 }

 .drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #921d36;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 .drawer-open .drawer-overlay {
  visibility: visible;
  opacity: 1;
 }

 nav.drawer-nav {
  height: calc(100% - 160px);
  margin-top: 80px;
  margin-bottom: 80px;
 }

 ul.drawer-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
 }

 ul.drawer-menu > li {
  font-weight: bold;
  text-align: center;
 }

 ul.drawer-menu a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px;
 }

 ul.drawer-dropdown-menu {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px 0;
 }

 ul.drawer-dropdown-menu li {
  font-weight: normal;
 }

 ul.drawer-dropdown-menu li a {
  padding: 5px 10px;
 }

 .drawer--fade .drawer-nav {
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
 }

 .drawer--fade.drawer-open .drawer-nav,
 .drawer--fade .drawer-hamburger,
 .drawer--fade.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  visibility: visible;
  opacity: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
 }

 .drawer--fade.drawer-open .drawer-hamburger {
  right: 100vw;
 }

 .sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
 }

 .sr-only-focusable:active,
 .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
 }

 ul.drawer-dropdown-menu {
  display: none;
 }

 ul.drawer-menu li.drawer-dropdown.open > ul.drawer-dropdown-menu {
  display: block;
 }

 .drawer-hamburger {
  position: fixed;
  z-index: 1004;
  top: 0;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #921d36;
  padding: 19px 17px;
  border: 0;
  outline: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }

 .drawer-hamburger:hover,
 .drawer-hamburger:active {
  cursor: pointer;
 }

 .drawer-hamburger-icon {
  position: relative;
  display: block;
 }

 .drawer-hamburger-icon,
 .drawer-hamburger-icon:before,
 .drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
 }

 .drawer-hamburger-icon:before,
 .drawer-hamburger-icon:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
 }

 .drawer-hamburger-icon:after {
  top: 8px;
 }

 .drawer-open .drawer-hamburger {
  background-color: #fff;
 }

 .drawer-open .drawer-hamburger-icon {
  background-color: transparent;
 }

 .drawer-open .drawer-hamburger-icon:before,
 .drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background-color: #565e5e;
 }

 .drawer-open .drawer-hamburger-icon:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
 }

 .drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
 }
}

.formError {
 z-index: 1;
}

.formError .formErrorContent {
 z-index: 2;
}

.formError .formErrorArrow {
 z-index: 3;
}

.ui-dialog .formError {
 z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
 z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
 z-index: 5006;
}

.inputContainer {
 position: relative;
 float: left;
}

.formError {
 position: absolute;
 top: 0 !important;
 left: initial !important;
 right: 0 !important;
 display: block;
 cursor: pointer;
 text-align: left;
 margin-top: 0 !important;
}

.formError.inline {
 position: relative;
 top: 0;
 left: 0;
 display: inline-block;
}

.ajaxSubmit {
 padding: 20px;
 background: #55ea55;
 border: 1px solid #999;
 display: none;
}

.formError .formErrorContent {
 position: relative;
 font-size: 11px;
 line-height: 1.5em;
 color: #fff;
 border: none;
 background-color: rgba(255, 0, 0, 0.8);
 padding: 3px 5px;
}

.formError.inline .formErrorContent {
 box-shadow: none;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 -o-box-shadow: none;
 border: none;
 border-radius: 0;
 -moz-border-radius: 0;
 -webkit-border-radius: 0;
 -o-border-radius: 0;
}

.greenPopup .formErrorContent {
 background: #33be40;
}

.blackPopup .formErrorContent {
 background: #393939;
 color: #fff;
}
