@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500&family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@200;300;400;500&family=Oswald:wght@200..700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-height: 0vw;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
  border-style: none;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
  display: inline-block;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*------------------------
SPACES STYLE
------------------------*/
@media screen and (min-width: 1101px) {
  /* margin style
  ---------------------------*/
  .pcmA {
    margin: 0 auto;
  }
  .pcmT5 {
    margin-top: 5px;
  }
  .pcmT10 {
    margin-top: 10px;
  }
  .pcmT15 {
    margin-top: 15px;
  }
  .pcmT20 {
    margin-top: 20px;
  }
  .pcmT25 {
    margin-top: 25px;
  }
  .pcmT30 {
    margin-top: 30px;
  }
  .pcmT35 {
    margin-top: 35px;
  }
  .pcmT40 {
    margin-top: 40px;
  }
  .pcmT45 {
    margin-top: 45px;
  }
  .pcmT50 {
    margin-top: 50px;
  }
  .pcmT55 {
    margin-top: 55px;
  }
  .pcmT60 {
    margin-top: 60px;
  }
  .pcmT65 {
    margin-top: 65px;
  }
  .pcmT70 {
    margin-top: 70px;
  }
  .pcmT75 {
    margin-top: 75px;
  }
  .pcmT80 {
    margin-top: 80px;
  }
  .pcmT85 {
    margin-top: 85px;
  }
  .pcmT90 {
    margin-top: 90px;
  }
  .pcmT100 {
    margin-top: 100px;
  }
  .pcmB5 {
    margin-bottom: 5px;
  }
  .pcmB10 {
    margin-bottom: 10px;
  }
  .pcmB15 {
    margin-bottom: 15px;
  }
  .pcmB20 {
    margin-bottom: 20px;
  }
  .pcmB25 {
    margin-bottom: 25px;
  }
  .pcmB30 {
    margin-bottom: 30px;
  }
  .pcmB35 {
    margin-bottom: 35px;
  }
  .pcmB40 {
    margin-bottom: 40px;
  }
  .pcmB45 {
    margin-bottom: 45px;
  }
  .pcmB50 {
    margin-bottom: 50px;
  }
  .pcmB55 {
    margin-bottom: 55px;
  }
  .pcmB60 {
    margin-bottom: 60px;
  }
  .pcmB65 {
    margin-bottom: 65px;
  }
  .pcmB70 {
    margin-bottom: 70px;
  }
  .pcmB75 {
    margin-bottom: 75px;
  }
  .pcmB80 {
    margin-bottom: 80px;
  }
  .pcmB85 {
    margin-bottom: 85px;
  }
  .pcmB90 {
    margin-bottom: 90px;
  }
  .pcmB100 {
    margin-bottom: 100px;
  }
  .pcmLA {
    margin-left: auto;
  }
  .pcmL5 {
    margin-left: 5px;
  }
  .pcmL10 {
    margin-left: 10px;
  }
  .pcmL15 {
    margin-left: 15px;
  }
  .pcmL20 {
    margin-left: 20px;
  }
  .pcmL25 {
    margin-left: 25px;
  }
  .pcmL30 {
    margin-left: 30px;
  }
  .pcmL35 {
    margin-left: 35px;
  }
  .pcmL40 {
    margin-left: 40px;
  }
  .pcmL45 {
    margin-left: 45px;
  }
  .pcmL50 {
    margin-left: 50px;
  }
  .pcmL55 {
    margin-left: 55px;
  }
  .pcmL60 {
    margin-left: 60px;
  }
  .pcmL65 {
    margin-left: 65px;
  }
  .pcmL70 {
    margin-left: 70px;
  }
  .pcmL75 {
    margin-left: 75px;
  }
  .pcmL80 {
    margin-left: 80px;
  }
  .pcmL85 {
    margin-left: 85px;
  }
  .pcmL90 {
    margin-left: 90px;
  }
  .pcmL100 {
    margin-left: 100px;
  }
  .pcmRA {
    margin-right: auto;
  }
  .pcmR5 {
    margin-right: 5px;
  }
  .pcmR10 {
    margin-right: 10px;
  }
  .pcmR15 {
    margin-right: 15px;
  }
  .pcmR20 {
    margin-right: 20px;
  }
  .pcmR25 {
    margin-right: 25px;
  }
  .pcmR30 {
    margin-right: 30px;
  }
  .pcmR35 {
    margin-right: 35px;
  }
  .pcmR40 {
    margin-right: 40px;
  }
  .pcmR45 {
    margin-right: 45px;
  }
  .pcmR50 {
    margin-right: 50px;
  }
  .pcmR55 {
    margin-right: 55px;
  }
  .pcmR60 {
    margin-right: 60px;
  }
  .pcmR65 {
    margin-right: 65px;
  }
  .pcmR70 {
    margin-right: 70px;
  }
  .pcmR75 {
    margin-right: 75px;
  }
  .pcmR80 {
    margin-right: 80px;
  }
  .pcmR85 {
    margin-right: 85px;
  }
  .pcmR90 {
    margin-right: 90px;
  }
  .pcmR100 {
    margin-right: 100px;
  }
  /* padding style
  ---------------------------*/
  .pcpT5 {
    padding-top: 5px;
  }
  .pcpT10 {
    padding-top: 10px;
  }
  .pcpT15 {
    padding-top: 15px;
  }
  .pcpT20 {
    padding-top: 20px;
  }
  .pcpT25 {
    padding-top: 25px;
  }
  .pcpT30 {
    padding-top: 30px;
  }
  .pcpT35 {
    padding-top: 35px;
  }
  .pcpT40 {
    padding-top: 40px;
  }
  .pcpT45 {
    padding-top: 45px;
  }
  .pcpT50 {
    padding-top: 50px;
  }
  .pcpT55 {
    padding-top: 55px;
  }
  .pcpT60 {
    padding-top: 60px;
  }
  .pcpT65 {
    padding-top: 65px;
  }
  .pcpT70 {
    padding-top: 70px;
  }
  .pcpT75 {
    padding-top: 75px;
  }
  .pcpT80 {
    padding-top: 80px;
  }
  .pcpT85 {
    padding-top: 85px;
  }
  .pcpT90 {
    padding-top: 90px;
  }
  .pcpT100 {
    padding-top: 100px;
  }
  .pcpB5 {
    padding-bottom: 5px;
  }
  .pcpB10 {
    padding-bottom: 10px;
  }
  .pcpB15 {
    padding-bottom: 15px;
  }
  .pcpB20 {
    padding-bottom: 20px;
  }
  .pcpB25 {
    padding-bottom: 25px;
  }
  .pcpB30 {
    padding-bottom: 30px;
  }
  .pcpB35 {
    padding-bottom: 35px;
  }
  .pcpB40 {
    padding-bottom: 40px;
  }
  .pcpB45 {
    padding-bottom: 45px;
  }
  .pcpB50 {
    padding-bottom: 50px;
  }
  .pcpB55 {
    padding-bottom: 55px;
  }
  .pcpB60 {
    padding-bottom: 60px;
  }
  .pcpB65 {
    padding-bottom: 65px;
  }
  .pcpB70 {
    padding-bottom: 70px;
  }
  .pcpB75 {
    padding-bottom: 75px;
  }
  .pcpB80 {
    padding-bottom: 80px;
  }
  .pcpB85 {
    padding-bottom: 85px;
  }
  .pcpB90 {
    padding-bottom: 90px;
  }
  .pcpB100 {
    padding-bottom: 100px;
  }
  .pcpL5 {
    padding-left: 5px;
  }
  .pcpL10 {
    padding-left: 10px;
  }
  .pcpL15 {
    padding-left: 15px;
  }
  .pcpL20 {
    padding-left: 20px;
  }
  .pcpL25 {
    padding-left: 25px;
  }
  .pcpL30 {
    padding-left: 30px;
  }
  .pcpL35 {
    padding-left: 35px;
  }
  .pcpL40 {
    padding-left: 40px;
  }
  .pcpL45 {
    padding-left: 45px;
  }
  .pcpL50 {
    padding-left: 50px;
  }
  .pcpL55 {
    padding-left: 55px;
  }
  .pcpL60 {
    padding-left: 60px;
  }
  .pcpL65 {
    padding-left: 65px;
  }
  .pcpL70 {
    padding-left: 70px;
  }
  .pcpL75 {
    padding-left: 75px;
  }
  .pcpL80 {
    padding-left: 80px;
  }
  .pcpL85 {
    padding-left: 85px;
  }
  .pcpL90 {
    padding-left: 90px;
  }
  .pcpL100 {
    padding-left: 100px;
  }
  .pcpR5 {
    padding-right: 5px;
  }
  .pcpR10 {
    padding-right: 10px;
  }
  .pcpR15 {
    padding-right: 15px;
  }
  .pcpR20 {
    padding-right: 20px;
  }
  .pcpR25 {
    padding-right: 25px;
  }
  .pcpR30 {
    padding-right: 30px;
  }
  .pcpR35 {
    padding-right: 35px;
  }
  .pcpR40 {
    padding-right: 40px;
  }
  .pcpR45 {
    padding-right: 45px;
  }
  .pcpR50 {
    padding-right: 50px;
  }
  .pcpR55 {
    padding-right: 55px;
  }
  .pcpR60 {
    padding-right: 60px;
  }
  .pcpR65 {
    padding-right: 65px;
  }
  .pcpR70 {
    padding-right: 70px;
  }
  .pcpR75 {
    padding-right: 75px;
  }
  .pcpR80 {
    padding-right: 80px;
  }
  .pcpR85 {
    padding-right: 85px;
  }
  .pcpR90 {
    padding-right: 90px;
  }
  .pcpR100 {
    padding-right: 100px;
  }
  .pcpA0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* font-size style
  ---------------------------*/
  .pcfs9 {
    font-size: 0.5625rem;
  }
  .pcfs10 {
    font-size: 0.625rem;
  }
  .pcfs11 {
    font-size: 0.6875rem;
  }
  .pcfs12 {
    font-size: 0.75rem;
  }
  .pcfs13 {
    font-size: 0.8125rem;
  }
  .pcfs14 {
    font-size: 0.875rem;
  }
  .pcfs15 {
    font-size: 0.9375rem;
  }
  .pcfs16 {
    font-size: 1rem;
  }
  .pcfs17 {
    font-size: 1.0625rem;
  }
  .pcfs18 {
    font-size: 1.125rem;
  }
  .pcfs19 {
    font-size: 1.1875rem;
  }
  .pcfs20 {
    font-size: 1.25rem;
  }
  .pcfs21 {
    font-size: 1.3125rem;
  }
  .pcfs22 {
    font-size: 1.375rem;
  }
  .pcfs23 {
    font-size: 1.4375rem;
  }
  .pcfs24 {
    font-size: 1.5rem;
  }
  .pcfs25 {
    font-size: 1.5625rem;
  }
  .pcfs26 {
    font-size: 1.625rem;
  }
  .pcfs27 {
    font-size: 1.6875rem;
  }
  .pcfs28 {
    font-size: 1.75rem;
  }
  .pcfs29 {
    font-size: 1.8125rem;
  }
  .pcfs30 {
    font-size: 1.875rem;
  }
  .pcfs31 {
    font-size: 1.9375rem;
  }
  .pcfs32 {
    font-size: 2rem;
  }
  .pcfs33 {
    font-size: 2.0625rem;
  }
  .pcfs34 {
    font-size: 2.125rem;
  }
  .pcfs35 {
    font-size: 2.1875rem;
  }
  .pcfs36 {
    font-size: 2.25rem;
  }
  .pcfs37 {
    font-size: 2.3125rem;
  }
  .pcfs38 {
    font-size: 2.375rem;
  }
  .pcfs39 {
    font-size: 2.4375rem;
  }
  .pcfs40 {
    font-size: 2.5rem;
  }
  .pcfs41 {
    font-size: 2.5625rem;
  }
  .pcfs42 {
    font-size: 2.625rem;
  }
  .pcfs43 {
    font-size: 2.6875rem;
  }
  .pcfs44 {
    font-size: 2.75rem;
  }
  .pcfs45 {
    font-size: 2.8125rem;
  }
  .pcfs46 {
    font-size: 2.875rem;
  }
  .pcfs47 {
    font-size: 2.9375rem;
  }
  .pcfs48 {
    font-size: 3rem;
  }
  .pcfs49 {
    font-size: 3.0625rem;
  }
  .pcfs50 {
    font-size: 3.125rem;
  }
  /* line-height */
  .pclh120 {
    line-height: 1.2em;
  }
  .pclh140 {
    line-height: 1.4em;
  }
  .pclh160 {
    line-height: 1.6em;
  }
  .pclh180 {
    line-height: 1.8em;
  }
}
@media screen and (max-width: 1100px) {
  /* margin style
  ---------------------------*/
  .pcmT5 {
    margin-top: 5px;
  }
  .pcmT10 {
    margin-top: 10px;
  }
  .pcmT15 {
    margin-top: 15px;
  }
  .pcmT20 {
    margin-top: 20px;
  }
  .pcmT25 {
    margin-top: 25px;
  }
  .pcmT30 {
    margin-top: 30px;
  }
  .pcmT35 {
    margin-top: 35px;
  }
  .pcmT40 {
    margin-top: 40px;
  }
  .pcmT45 {
    margin-top: 45px;
  }
  .pcmT50 {
    margin-top: 50px;
  }
  .pcmT55 {
    margin-top: 55px;
  }
  .pcmT60 {
    margin-top: 60px;
  }
  .pcmT65 {
    margin-top: 65px;
  }
  .pcmT70 {
    margin-top: 70px;
  }
  .pcmT75 {
    margin-top: 75px;
  }
  .pcmT80 {
    margin-top: 80px;
  }
  .pcmT85 {
    margin-top: 85px;
  }
  .pcmT90 {
    margin-top: 90px;
  }
  .pcmT100 {
    margin-top: 100px;
  }
  .pcmB5 {
    margin-bottom: 5px;
  }
  .pcmB10 {
    margin-bottom: 10px;
  }
  .pcmB15 {
    margin-bottom: 15px;
  }
  .pcmB20 {
    margin-bottom: 20px;
  }
  .pcmB25 {
    margin-bottom: 25px;
  }
  .pcmB30 {
    margin-bottom: 30px;
  }
  .pcmB35 {
    margin-bottom: 35px;
  }
  .pcmB40 {
    margin-bottom: 40px;
  }
  .pcmB45 {
    margin-bottom: 45px;
  }
  .pcmB50 {
    margin-bottom: 50px;
  }
  .pcmB55 {
    margin-bottom: 55px;
  }
  .pcmB60 {
    margin-bottom: 60px;
  }
  .pcmB65 {
    margin-bottom: 65px;
  }
  .pcmB70 {
    margin-bottom: 70px;
  }
  .pcmB75 {
    margin-bottom: 75px;
  }
  .pcmB80 {
    margin-bottom: 80px;
  }
  .pcmB85 {
    margin-bottom: 85px;
  }
  .pcmB90 {
    margin-bottom: 90px;
  }
  .pcmB100 {
    margin-bottom: 100px;
  }
  .pcmLA {
    margin-left: auto;
  }
  .pcmL5 {
    margin-left: 5px;
  }
  .pcmL10 {
    margin-left: 10px;
  }
  .pcmL15 {
    margin-left: 15px;
  }
  .pcmL20 {
    margin-left: 20px;
  }
  .pcmL25 {
    margin-left: 25px;
  }
  .pcmL30 {
    margin-left: 30px;
  }
  .pcmL35 {
    margin-left: 35px;
  }
  .pcmL40 {
    margin-left: 40px;
  }
  .pcmL45 {
    margin-left: 45px;
  }
  .pcmL50 {
    margin-left: 50px;
  }
  .pcmL55 {
    margin-left: 55px;
  }
  .pcmL60 {
    margin-left: 60px;
  }
  .pcmL65 {
    margin-left: 65px;
  }
  .pcmL70 {
    margin-left: 70px;
  }
  .pcmL75 {
    margin-left: 75px;
  }
  .pcmL80 {
    margin-left: 80px;
  }
  .pcmL85 {
    margin-left: 85px;
  }
  .pcmL90 {
    margin-left: 90px;
  }
  .pcmL100 {
    margin-left: 100px;
  }
  .pcmRA {
    margin-right: auto;
  }
  .pcmR5 {
    margin-right: 5px;
  }
  .pcmR10 {
    margin-right: 10px;
  }
  .pcmR15 {
    margin-right: 15px;
  }
  .pcmR20 {
    margin-right: 20px;
  }
  .pcmR25 {
    margin-right: 25px;
  }
  .pcmR30 {
    margin-right: 30px;
  }
  .pcmR35 {
    margin-right: 35px;
  }
  .pcmR40 {
    margin-right: 40px;
  }
  .pcmR45 {
    margin-right: 45px;
  }
  .pcmR50 {
    margin-right: 50px;
  }
  .pcmR55 {
    margin-right: 55px;
  }
  .pcmR60 {
    margin-right: 60px;
  }
  .pcmR65 {
    margin-right: 65px;
  }
  .pcmR70 {
    margin-right: 70px;
  }
  .pcmR75 {
    margin-right: 75px;
  }
  .pcmR80 {
    margin-right: 80px;
  }
  .pcmR85 {
    margin-right: 85px;
  }
  .pcmR90 {
    margin-right: 90px;
  }
  .pcmR100 {
    margin-right: 100px;
  }
  /* padding style
  ---------------------------*/
  .pcpT5 {
    padding-top: 5px;
  }
  .pcpT10 {
    padding-top: 10px;
  }
  .pcpT15 {
    padding-top: 15px;
  }
  .pcpT20 {
    padding-top: 20px;
  }
  .pcpT25 {
    padding-top: 25px;
  }
  .pcpT30 {
    padding-top: 30px;
  }
  .pcpT35 {
    padding-top: 35px;
  }
  .pcpT40 {
    padding-top: 40px;
  }
  .pcpT45 {
    padding-top: 45px;
  }
  .pcpT50 {
    padding-top: 50px;
  }
  .pcpT55 {
    padding-top: 55px;
  }
  .pcpT60 {
    padding-top: 60px;
  }
  .pcpT65 {
    padding-top: 65px;
  }
  .pcpT70 {
    padding-top: 70px;
  }
  .pcpT75 {
    padding-top: 75px;
  }
  .pcpT80 {
    padding-top: 80px;
  }
  .pcpT85 {
    padding-top: 85px;
  }
  .pcpT90 {
    padding-top: 90px;
  }
  .pcpT100 {
    padding-top: 100px;
  }
  .pcpB5 {
    padding-bottom: 5px;
  }
  .pcpB10 {
    padding-bottom: 10px;
  }
  .pcpB15 {
    padding-bottom: 15px;
  }
  .pcpB20 {
    padding-bottom: 20px;
  }
  .pcpB25 {
    padding-bottom: 25px;
  }
  .pcpB30 {
    padding-bottom: 30px;
  }
  .pcpB35 {
    padding-bottom: 35px;
  }
  .pcpB40 {
    padding-bottom: 40px;
  }
  .pcpB45 {
    padding-bottom: 45px;
  }
  .pcpB50 {
    padding-bottom: 50px;
  }
  .pcpB55 {
    padding-bottom: 55px;
  }
  .pcpB60 {
    padding-bottom: 60px;
  }
  .pcpB65 {
    padding-bottom: 65px;
  }
  .pcpB70 {
    padding-bottom: 70px;
  }
  .pcpB75 {
    padding-bottom: 75px;
  }
  .pcpB80 {
    padding-bottom: 80px;
  }
  .pcpB85 {
    padding-bottom: 85px;
  }
  .pcpB90 {
    padding-bottom: 90px;
  }
  .pcpB100 {
    padding-bottom: 100px;
  }
  .pcpL5 {
    padding-left: 5px;
  }
  .pcpL10 {
    padding-left: 10px;
  }
  .pcpL15 {
    padding-left: 15px;
  }
  .pcpL20 {
    padding-left: 20px;
  }
  .pcpL25 {
    padding-left: 25px;
  }
  .pcpL30 {
    padding-left: 30px;
  }
  .pcpL35 {
    padding-left: 35px;
  }
  .pcpL40 {
    padding-left: 40px;
  }
  .pcpL45 {
    padding-left: 45px;
  }
  .pcpL50 {
    padding-left: 50px;
  }
  .pcpL55 {
    padding-left: 55px;
  }
  .pcpL60 {
    padding-left: 60px;
  }
  .pcpL65 {
    padding-left: 65px;
  }
  .pcpL70 {
    padding-left: 70px;
  }
  .pcpL75 {
    padding-left: 75px;
  }
  .pcpL80 {
    padding-left: 80px;
  }
  .pcpL85 {
    padding-left: 85px;
  }
  .pcpL90 {
    padding-left: 90px;
  }
  .pcpL100 {
    padding-left: 100px;
  }
  .pcpR5 {
    padding-right: 5px;
  }
  .pcpR10 {
    padding-right: 10px;
  }
  .pcpR15 {
    padding-right: 15px;
  }
  .pcpR20 {
    padding-right: 20px;
  }
  .pcpR25 {
    padding-right: 25px;
  }
  .pcpR30 {
    padding-right: 30px;
  }
  .pcpR35 {
    padding-right: 35px;
  }
  .pcpR40 {
    padding-right: 40px;
  }
  .pcpR45 {
    padding-right: 45px;
  }
  .pcpR50 {
    padding-right: 50px;
  }
  .pcpR55 {
    padding-right: 55px;
  }
  .pcpR60 {
    padding-right: 60px;
  }
  .pcpR65 {
    padding-right: 65px;
  }
  .pcpR70 {
    padding-right: 70px;
  }
  .pcpR75 {
    padding-right: 75px;
  }
  .pcpR80 {
    padding-right: 80px;
  }
  .pcpR85 {
    padding-right: 85px;
  }
  .pcpR90 {
    padding-right: 90px;
  }
  .pcpR100 {
    padding-right: 100px;
  }
  .tbmA {
    margin: 0 auto;
  }
  .tbmT5 {
    margin-top: 0.390625vw;
  }
  .tbmT10 {
    margin-top: 0.78125vw;
  }
  .tbmT15 {
    margin-top: 1.171875vw;
  }
  .tbmT20 {
    margin-top: 1.5625vw;
  }
  .tbmT25 {
    margin-top: 1.953125vw;
  }
  .tbmT30 {
    margin-top: 2.34375vw;
  }
  .tbmT35 {
    margin-top: 2.734375vw;
  }
  .tbmT40 {
    margin-top: 3.125vw;
  }
  .tbmT45 {
    margin-top: 3.515625vw;
  }
  .tbmT50 {
    margin-top: 3.90625vw;
  }
  .tbmT55 {
    margin-top: 4.296875vw;
  }
  .tbmT60 {
    margin-top: 4.6875vw;
  }
  .tbmT65 {
    margin-top: 5.078125vw;
  }
  .tbmT70 {
    margin-top: 5.46875vw;
  }
  .tbmT75 {
    margin-top: 5.859375vw;
  }
  .tbmT80 {
    margin-top: 6.25vw;
  }
  .tbmT85 {
    margin-top: 6.640625vw;
  }
  .tbmT90 {
    margin-top: 7.03125vw;
  }
  .tbmT100 {
    margin-top: 7.8125vw;
  }
  .tbmB5 {
    margin-bottom: 0.390625vw;
  }
  .tbmB10 {
    margin-bottom: 0.78125vw;
  }
  .tbmB15 {
    margin-bottom: 1.171875vw;
  }
  .tbmB20 {
    margin-bottom: 1.5625vw;
  }
  .tbmB25 {
    margin-bottom: 1.953125vw;
  }
  .tbmB30 {
    margin-bottom: 2.34375vw;
  }
  .tbmB35 {
    margin-bottom: 2.734375vw;
  }
  .tbmB40 {
    margin-bottom: 3.125vw;
  }
  .tbmB45 {
    margin-bottom: 3.515625vw;
  }
  .tbmB50 {
    margin-bottom: 3.90625vw;
  }
  .tbmB55 {
    margin-bottom: 4.296875vw;
  }
  .tbmB60 {
    margin-bottom: 4.6875vw;
  }
  .tbmB65 {
    margin-bottom: 5.078125vw;
  }
  .tbmB70 {
    margin-bottom: 5.46875vw;
  }
  .tbmB75 {
    margin-bottom: 5.859375vw;
  }
  .tbmB80 {
    margin-bottom: 6.25vw;
  }
  .tbmB85 {
    margin-bottom: 6.640625vw;
  }
  .tbmB90 {
    margin-bottom: 7.03125vw;
  }
  .tbmB100 {
    margin-bottom: 7.8125vw;
  }
  /* padding style
  ---------------------------*/
  .tbpT5 {
    padding-top: 0.390625vw;
  }
  .tbpT10 {
    padding-top: 0.78125vw;
  }
  .tbpT15 {
    padding-top: 1.171875vw;
  }
  .tbpT20 {
    padding-top: 1.5625vw;
  }
  .tbpT25 {
    padding-top: 1.953125vw;
  }
  .tbpT30 {
    padding-top: 2.34375vw;
  }
  .tbpT35 {
    padding-top: 2.734375vw;
  }
  .tbpT40 {
    padding-top: 3.125vw;
  }
  .tbpT45 {
    padding-top: 3.515625vw;
  }
  .tbpT50 {
    padding-top: 3.90625vw;
  }
  .tbpT55 {
    padding-top: 4.296875vw;
  }
  .tbpT60 {
    padding-top: 4.6875vw;
  }
  .tbpT65 {
    padding-top: 5.078125vw;
  }
  .tbpT70 {
    padding-top: 5.46875vw;
  }
  .tbpT75 {
    padding-top: 5.859375vw;
  }
  .tbpT80 {
    padding-top: 6.25vw;
  }
  .tbpT85 {
    padding-top: 6.640625vw;
  }
  .tbpT90 {
    padding-top: 7.03125vw;
  }
  .tbpT100 {
    padding-top: 7.8125vw;
  }
  .tbpB5 {
    padding-bottom: 0.390625vw;
  }
  .tbpB10 {
    padding-bottom: 0.78125vw;
  }
  .tbpB15 {
    padding-bottom: 1.171875vw;
  }
  .tbpB20 {
    padding-bottom: 1.5625vw;
  }
  .tbpB25 {
    padding-bottom: 1.953125vw;
  }
  .tbpB30 {
    padding-bottom: 2.34375vw;
  }
  .tbpB35 {
    padding-bottom: 2.734375vw;
  }
  .tbpB40 {
    padding-bottom: 3.125vw;
  }
  .tbpB45 {
    padding-bottom: 3.515625vw;
  }
  .tbpB50 {
    padding-bottom: 3.90625vw;
  }
  .tbpB55 {
    padding-bottom: 4.296875vw;
  }
  .tbpB60 {
    padding-bottom: 4.6875vw;
  }
  .tbpB65 {
    padding-bottom: 5.078125vw;
  }
  .tbpB70 {
    padding-bottom: 5.46875vw;
  }
  .tbpB75 {
    padding-bottom: 5.859375vw;
  }
  .tbpB80 {
    padding-bottom: 6.25vw;
  }
  .tbpB85 {
    padding-bottom: 6.640625vw;
  }
  .tbpB90 {
    padding-bottom: 7.03125vw;
  }
  .tbpB100 {
    padding-bottom: 7.8125vw;
  }
  .tbpA0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  /* margin style
  ---------------------------*/
  .spmA {
    margin: 0 auto;
  }
  .spmT5 {
    margin-top: 5px;
  }
  .spmT10 {
    margin-top: 10px;
  }
  .spmT15 {
    margin-top: 15px;
  }
  .spmT20 {
    margin-top: 20px;
  }
  .spmT25 {
    margin-top: 25px;
  }
  .spmT30 {
    margin-top: 30px;
  }
  .spmT35 {
    margin-top: 35px;
  }
  .spmT40 {
    margin-top: 40px;
  }
  .spmT45 {
    margin-top: 45px;
  }
  .spmT50 {
    margin-top: 50px;
  }
  .spmT55 {
    margin-top: 55px;
  }
  .spmT60 {
    margin-top: 60px;
  }
  .spmT65 {
    margin-top: 65px;
  }
  .spmT70 {
    margin-top: 70px;
  }
  .spmT75 {
    margin-top: 75px;
  }
  .spmT80 {
    margin-top: 80px;
  }
  .spmT85 {
    margin-top: 85px;
  }
  .spmT90 {
    margin-top: 90px;
  }
  .spmT100 {
    margin-top: 100px;
  }
  .spmB5 {
    margin-bottom: 5px;
  }
  .spmB10 {
    margin-bottom: 10px;
  }
  .spmB15 {
    margin-bottom: 15px;
  }
  .spmB20 {
    margin-bottom: 20px;
  }
  .spmB25 {
    margin-bottom: 25px;
  }
  .spmB30 {
    margin-bottom: 30px;
  }
  .spmB35 {
    margin-bottom: 35px;
  }
  .spmB40 {
    margin-bottom: 40px;
  }
  .spmB45 {
    margin-bottom: 45px;
  }
  .spmB50 {
    margin-bottom: 50px;
  }
  .spmB55 {
    margin-bottom: 55px;
  }
  .spmB60 {
    margin-bottom: 60px;
  }
  .spmB65 {
    margin-bottom: 65px;
  }
  .spmB70 {
    margin-bottom: 70px;
  }
  .spmB75 {
    margin-bottom: 75px;
  }
  .spmB80 {
    margin-bottom: 80px;
  }
  .spmB85 {
    margin-bottom: 85px;
  }
  .spmB90 {
    margin-bottom: 90px;
  }
  .spmB100 {
    margin-bottom: 100px;
  }
  .spmLA {
    margin-left: auto;
  }
  .spmL0 {
    margin-left: 0px;
  }
  .spmL5 {
    margin-left: 5px;
  }
  .spmL10 {
    margin-left: 10px;
  }
  .spmL15 {
    margin-left: 15px;
  }
  .spmL20 {
    margin-left: 20px;
  }
  .spmL25 {
    margin-left: 25px;
  }
  .spmL30 {
    margin-left: 30px;
  }
  .spmL35 {
    margin-left: 35px;
  }
  .spmL40 {
    margin-left: 40px;
  }
  .spmL45 {
    margin-left: 45px;
  }
  .spmL50 {
    margin-left: 50px;
  }
  .spmL55 {
    margin-left: 55px;
  }
  .spmL60 {
    margin-left: 60px;
  }
  .spmL65 {
    margin-left: 65px;
  }
  .spmL70 {
    margin-left: 70px;
  }
  .spmL75 {
    margin-left: 75px;
  }
  .spmL80 {
    margin-left: 80px;
  }
  .spmL85 {
    margin-left: 85px;
  }
  .spmL90 {
    margin-left: 90px;
  }
  .spmL100 {
    margin-left: 100px;
  }
  .spmRA {
    margin-right: auto;
  }
  .spmR5 {
    margin-right: 5px;
  }
  .spmR10 {
    margin-right: 10px;
  }
  .spmR15 {
    margin-right: 15px;
  }
  .spmR20 {
    margin-right: 20px;
  }
  .spmR25 {
    margin-right: 25px;
  }
  .spmR30 {
    margin-right: 30px;
  }
  .spmR35 {
    margin-right: 35px;
  }
  .spmR40 {
    margin-right: 40px;
  }
  .spmR45 {
    margin-right: 45px;
  }
  .spmR50 {
    margin-right: 50px;
  }
  .spmR55 {
    margin-right: 55px;
  }
  .spmR60 {
    margin-right: 60px;
  }
  .spmR65 {
    margin-right: 65px;
  }
  .spmR70 {
    margin-right: 70px;
  }
  .spmR75 {
    margin-right: 75px;
  }
  .spmR80 {
    margin-right: 80px;
  }
  .spmR85 {
    margin-right: 85px;
  }
  .spmR90 {
    margin-right: 90px;
  }
  .spmR100 {
    margin-right: 100px;
  }
  /* padding style
  ---------------------------*/
  .sppT0 {
    padding-top: 0px;
  }
  .sppT5 {
    padding-top: 5px;
  }
  .sppT10 {
    padding-top: 10px;
  }
  .sppT15 {
    padding-top: 15px;
  }
  .sppT20 {
    padding-top: 20px;
  }
  .sppT25 {
    padding-top: 25px;
  }
  .sppT30 {
    padding-top: 30px;
  }
  .sppT35 {
    padding-top: 35px;
  }
  .sppT40 {
    padding-top: 40px;
  }
  .sppT45 {
    padding-top: 45px;
  }
  .sppT50 {
    padding-top: 50px;
  }
  .sppT55 {
    padding-top: 55px;
  }
  .sppT60 {
    padding-top: 60px;
  }
  .sppT65 {
    padding-top: 65px;
  }
  .sppT70 {
    padding-top: 70px;
  }
  .sppT75 {
    padding-top: 75px;
  }
  .sppT80 {
    padding-top: 80px;
  }
  .sppT85 {
    padding-top: 85px;
  }
  .sppT90 {
    padding-top: 90px;
  }
  .sppT100 {
    padding-top: 100px;
  }
  .sppB5 {
    padding-bottom: 5px;
  }
  .sppB10 {
    padding-bottom: 10px;
  }
  .sppB15 {
    padding-bottom: 15px;
  }
  .sppB20 {
    padding-bottom: 20px;
  }
  .sppB25 {
    padding-bottom: 25px;
  }
  .sppB30 {
    padding-bottom: 30px;
  }
  .sppB35 {
    padding-bottom: 35px;
  }
  .sppB40 {
    padding-bottom: 40px;
  }
  .sppB45 {
    padding-bottom: 45px;
  }
  .sppB50 {
    padding-bottom: 50px;
  }
  .sppB55 {
    padding-bottom: 55px;
  }
  .sppB60 {
    padding-bottom: 60px;
  }
  .sppB65 {
    padding-bottom: 65px;
  }
  .sppB70 {
    padding-bottom: 70px;
  }
  .sppB75 {
    padding-bottom: 75px;
  }
  .sppB80 {
    padding-bottom: 80px;
  }
  .sppB85 {
    padding-bottom: 85px;
  }
  .sppB90 {
    padding-bottom: 90px;
  }
  .sppB100 {
    padding-bottom: 100px;
  }
  .sppL5 {
    padding-left: 5px;
  }
  .sppL10 {
    padding-left: 10px;
  }
  .sppL15 {
    padding-left: 15px;
  }
  .sppL20 {
    padding-left: 20px;
  }
  .sppL25 {
    padding-left: 25px;
  }
  .sppL30 {
    padding-left: 30px;
  }
  .sppL35 {
    padding-left: 35px;
  }
  .sppL40 {
    padding-left: 40px;
  }
  .sppL45 {
    padding-left: 45px;
  }
  .sppL50 {
    padding-left: 50px;
  }
  .sppL55 {
    padding-left: 55px;
  }
  .sppL60 {
    padding-left: 60px;
  }
  .sppL65 {
    padding-left: 65px;
  }
  .sppL70 {
    padding-left: 70px;
  }
  .sppL75 {
    padding-left: 75px;
  }
  .sppL80 {
    padding-left: 80px;
  }
  .sppL85 {
    padding-left: 85px;
  }
  .sppL90 {
    padding-left: 90px;
  }
  .sppL100 {
    padding-left: 100px;
  }
  .sppR5 {
    padding-right: 5px;
  }
  .sppR10 {
    padding-right: 10px;
  }
  .sppR15 {
    padding-right: 15px;
  }
  .sppR20 {
    padding-right: 20px;
  }
  .sppR25 {
    padding-right: 25px;
  }
  .sppR30 {
    padding-right: 30px;
  }
  .sppR35 {
    padding-right: 35px;
  }
  .sppR40 {
    padding-right: 40px;
  }
  .sppR45 {
    padding-right: 45px;
  }
  .sppR50 {
    padding-right: 50px;
  }
  .sppR55 {
    padding-right: 55px;
  }
  .sppR60 {
    padding-right: 60px;
  }
  .sppR65 {
    padding-right: 65px;
  }
  .sppR70 {
    padding-right: 70px;
  }
  .sppR75 {
    padding-right: 75px;
  }
  .sppR80 {
    padding-right: 80px;
  }
  .sppR85 {
    padding-right: 85px;
  }
  .sppR90 {
    padding-right: 90px;
  }
  .sppR100 {
    padding-right: 100px;
  }
  .sppA0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* font-size style
  ---------------------------*/
  .spfs9 {
    font-size: 0.5625rem;
  }
  .spfs10 {
    font-size: 0.625rem;
  }
  .spfs11 {
    font-size: 0.6875rem;
  }
  .spfs12 {
    font-size: 0.75rem;
  }
  .spfs13 {
    font-size: 0.8125rem;
  }
  .spfs14 {
    font-size: 0.875rem;
  }
  .spfs15 {
    font-size: 0.9375rem;
  }
  .spfs16 {
    font-size: 1rem;
  }
  .spfs17 {
    font-size: 1.0625rem;
  }
  .spfs18 {
    font-size: 1.125rem;
  }
  .spfs19 {
    font-size: 1.1875rem;
  }
  .spfs20 {
    font-size: 1.25rem;
  }
  .spfs21 {
    font-size: 1.3125rem;
  }
  .spfs22 {
    font-size: 1.375rem;
  }
  .spfs23 {
    font-size: 1.4375rem;
  }
  .spfs24 {
    font-size: 1.5rem;
  }
  .spfs25 {
    font-size: 1.5625rem;
  }
  .spfs26 {
    font-size: 1.625rem;
  }
  .spfs27 {
    font-size: 1.6875rem;
  }
  .spfs28 {
    font-size: 1.75rem;
  }
  .spfs29 {
    font-size: 1.8125rem;
  }
  .spfs30 {
    font-size: 1.875rem;
  }
  .spfs31 {
    font-size: 1.9375rem;
  }
  .spfs32 {
    font-size: 2rem;
  }
  .spfs33 {
    font-size: 2.0625rem;
  }
  .spfs34 {
    font-size: 2.125rem;
  }
  .spfs35 {
    font-size: 2.1875rem;
  }
  .spfs36 {
    font-size: 2.25rem;
  }
  .spfs37 {
    font-size: 2.3125rem;
  }
  .spfs38 {
    font-size: 2.375rem;
  }
  .spfs39 {
    font-size: 2.4375rem;
  }
  .spfs40 {
    font-size: 2.5rem;
  }
  .spfs41 {
    font-size: 2.5625rem;
  }
  .spfs42 {
    font-size: 2.625rem;
  }
  .spfs43 {
    font-size: 2.6875rem;
  }
  .spfs44 {
    font-size: 2.75rem;
  }
  .spfs45 {
    font-size: 2.8125rem;
  }
  .spfs46 {
    font-size: 2.875rem;
  }
  .spfs47 {
    font-size: 2.9375rem;
  }
  .spfs48 {
    font-size: 3rem;
  }
  .spfs49 {
    font-size: 3.0625rem;
  }
  .spfs50 {
    font-size: 3.125rem;
  }
  /* line-height */
  .splh120 {
    line-height: 1.2em;
  }
  .splh140 {
    line-height: 1.4em;
  }
  .splh160 {
    line-height: 1.6em;
  }
  .splh180 {
    line-height: 1.8em;
  }
}
@media screen and (min-width: 1101px) {
  .tLeft {
    text-align: left !important;
    justify-content: flex-start !important;
    margin-right: auto;
  }
  .tCenter {
    text-align: center !important;
    justify-content: center !important;
    margin-left: auto;
    margin-right: auto;
  }
  .tRight {
    text-align: right !important;
    justify-content: flex-end !important;
    margin-left: auto;
  }
}
@media screen and (max-width: 1100px) {
  .tLeft {
    text-align: left !important;
    justify-content: flex-start !important;
    margin-right: auto;
  }
  .tCenter {
    text-align: center !important;
    justify-content: center !important;
    margin-left: auto;
    margin-right: auto;
  }
  .tRight {
    text-align: right !important;
    justify-content: flex-end !important;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .sptLeft {
    text-align: left !important;
    justify-content: flex-start !important;
    margin-right: auto;
  }
  .sptCenter {
    text-align: center !important;
    justify-content: center !important;
    margin: 0 auto;
  }
  .sptRight {
    text-align: right !important;
    justify-content: flex-end !important;
    margin-left: auto;
  }
}
.indent {
  text-indent: -9999px;
}

@media screen and (max-width: 768px) {
  img.w20img {
    max-width: 30%;
    width: 30%;
    margin: 0 auto;
  }
  img.w30img {
    max-width: 30%;
    width: 30%;
    margin: 0 auto;
  }
  img.w40img {
    max-width: 50%;
    width: 50%;
    margin: 0 auto;
  }
  img.w50img {
    max-width: 50%;
    width: 50%;
    margin: 0 auto;
  }
  img.w60img {
    max-width: 50%;
    width: 50%;
    margin: 0 auto;
  }
  img.w70img {
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
  }
  img.w80img {
    max-width: 50%;
    width: 50%;
    margin: 0 auto;
  }
  img.w90img {
    max-width: 50%;
    width: 50%;
    margin: 0 auto;
  }
  img.full {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2015 Daniel Eden
 */
.animate {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:link {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
a.indent {
  text-indent: -9999px;
}
a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.7;
}

.colWrapper {
  box-sizing: border-box;
}
.colWrapper.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.colWrapper.flexCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.colWrapper.flexBtwn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.colWrapper.flexStart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.colWrapper.flexEnd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.colWrapper.inflex {
  display: inline-flex;
  flex-wrap: wrap;
}
.colWrapper.inflexBtwn {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.colWrapper.inflexStart {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: start;
}
.colWrapper.inflexEnd {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.colWrapper.flexBk {
  display: block;
}
.colWrapper.aiFlexStart {
  align-items: flex-start;
}
.colWrapper.aiFlexStart {
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .colWrapper.order .box:first-child {
    order: 2;
  }
  .colWrapper.order .box:last-child {
    order: 1;
  }
}
@media screen and (max-width: 1100px) {
  .colWrapper.tbflexStart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: flex-start !important;
  }
}
.colWrapper.gap0 {
  gap: 0;
}
.colWrapper.gap10 {
  gap: 10px;
}
.colWrapper.gap20 {
  gap: 20px;
}
.colWrapper.gap30 {
  gap: 30px;
}
.colWrapper.gap40 {
  gap: 40px;
}
.colWrapper.gap50 {
  gap: 50px;
}
.colWrapper .box {
  box-sizing: border-box;
}
.colWrapper .box.w10 {
  max-width: 10%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w10 {
    max-width: 100%;
    width: 100%;
  }
}
.colWrapper .box.w20 {
  max-width: 20%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w20 {
    width: 100%;
  }
}
.colWrapper .box.w25 {
  max-width: 25%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w25 {
    max-width: 100%;
    width: 100%;
  }
}
.colWrapper .box.w30 {
  max-width: 30%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w30 {
    max-width: 100%;
    width: 100%;
  }
}
.colWrapper .box.w33 {
  max-width: 33.3333333333%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w33 {
    max-width: 100%;
    width: 100%;
  }
}
.colWrapper .box.w35 {
  max-width: 35%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w35 {
    max-width: 100%;
    width: 100%;
  }
}
.colWrapper .box.w40 {
  max-width: 40%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w40 {
    max-width: 100%;
    width: 100%;
  }
}
.colWrapper .box.w45 {
  max-width: 45%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w45 {
    max-width: 100%;
    width: 100%;
  }
}
.colWrapper .box.w48 {
  max-width: 48%;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .colWrapper .box.w48 {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w48 {
    max-width: 100%;
    width: 100%;
  }
}
.colWrapper .box.w50 {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .colWrapper .box.w50 {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w50 {
    max-width: 100%;
    width: 100%;
  }
}
.colWrapper .box.w52 {
  max-width: 52%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w52 {
    max-width: 100%;
    width: 100%;
  }
}
.colWrapper .box.w55 {
  max-width: 55%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w55 {
    max-width: 100%;
    width: 100%;
  }
}
.colWrapper .box.w60 {
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w60 {
    max-width: 100%;
    width: 100%;
  }
}
.colWrapper .box.w70 {
  max-width: 70%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w70 {
    max-width: 100%;
    width: 100%;
  }
}
.colWrapper .box.w75 {
  max-width: 75%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w75 {
    max-width: 100%;
    width: 100%;
  }
}
.colWrapper .box.w80 {
  max-width: 80%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w80 {
    max-width: 100%;
    width: 100%;
  }
}
.colWrapper .box.w100 {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colWrapper .box.w100 {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .colWrapper .box.tbw50 {
    max-width: 50%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .colWrapper .box.spw25 {
    max-width: 25%;
    width: 100%;
  }
  .colWrapper .box.spw33 {
    max-width: 33.3333333333%;
    width: 100%;
  }
  .colWrapper .box.spw40 {
    max-width: 40%;
    width: 100%;
  }
  .colWrapper .box.spw50 {
    max-width: 50%;
    width: 100%;
  }
  .colWrapper .box.spw70 {
    max-width: 70%;
    width: 100%;
  }
  .colWrapper .box.spw75 {
    max-width: 75%;
    width: 100%;
  }
  .colWrapper .box.spw100 {
    max-width: 100%;
    width: 100%;
  }
}

.colWrapper {
  box-sizing: border-box;
}
.colWrapper.grid {
  display: grid;
}
.colWrapper.gap0 {
  gap: 0;
}
.colWrapper.gap10 {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .colWrapper.gap10 {
    gap: 10px;
  }
}
.colWrapper.gap20 {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .colWrapper.gap20 {
    gap: 10px;
  }
}
.colWrapper.gap30 {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .colWrapper.gap30 {
    gap: 10px;
  }
}
.colWrapper.gap40 {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .colWrapper.gap40 {
    gap: 20px;
  }
}
.colWrapper.gap50 {
  gap: 50px;
}
.colWrapper.col02 {
  grid-template-columns: repeat(2, 1fr);
}
.colWrapper.col03 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .colWrapper.col03 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.colWrapper.col04 {
  grid-template-columns: repeat(4, 1fr);
}
.colWrapper .box {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.spNoLink {
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .spNoLink {
    pointer-events: none;
  }
}

.telNoLink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .telNoLink {
    pointer-events: auto;
  }
}

.dispPC {
  display: block;
}
@media screen and (max-width: 1100px) {
  .dispPC {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .dispPC {
    display: none !important;
  }
}

.dispSP {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  .dispSP {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .dispSP {
    display: block !important;
  }
}

.dispTB {
  display: none;
}
@media screen and (max-width: 1100px) {
  .dispTB {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .dispTB {
    display: none;
  }
}

.listWrapper ul {
  list-style: disc inside;
  text-align: left;
}
.listWrapper ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.listWrapper ol {
  list-style: decimal inside;
}
.listWrapper ol li {
  text-indent: -1em;
  padding-left: 1em;
}
.listWrapper.catchTxtBox {
  max-width: 40%;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .listWrapper.catchTxtBox {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .listWrapper.catchTxtBox {
    max-width: 100%;
  }
}
.listWrapper.catchTxtBox ul li {
  color: #732d00;
  margin-bottom: 0 !important;
  line-height: 32px !important;
}

.pagetopBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.pagetopBtn a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #333333;
  display: block;
  text-indent: -9999px;
  position: relative;
  transition: 0.3s;
}
.pagetopBtn a::before {
  content: "";
  top: 23px;
  left: 15px;
  width: 12px;
  transform: rotate(-45deg);
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 3px;
  background: #ffffff;
}
.pagetopBtn a::after {
  content: "";
  top: 23px;
  left: 23px;
  width: 12px;
  transform: rotate(45deg);
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 3px;
  background: #ffffff;
}
.pagetopBtn a:hover {
  background: #bbbbbb;
}

.textBtnLAND a {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  position: relative;
  color: #FFFFFF;
  letter-spacing: 0.15em;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .textBtnLAND a {
    font-size: 20px;
    font-size: 2rem;
    left: -0.75em;
    letter-spacing: 0.1em;
  }
}
.textBtnLAND a:after {
  content: "";
  max-width: 37px;
  background-image: url(../images/textBtnLand.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 100%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -50px;
}
@media screen and (max-width: 768px) {
  .textBtnLAND a:after {
    max-width: 30px;
    margin-left: 5px;
    right: -40px;
  }
}
.textBtnLAND a span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 200;
  display: inline-block;
  padding: 0 0 0 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .textBtnLAND a span {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.textBtnLAND.webCatalogue a {
  margin: 0 auto;
}
.textBtnLAND.webCatalogue a:before {
  content: "";
  max-width: 250px;
  background-image: url(../images/textBtnWebcatalogue.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 250/162;
  width: 100%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -280px;
}
@media screen and (max-width: 768px) {
  .textBtnLAND.webCatalogue a:before {
    display: none;
  }
}

.textBtnBk {
  padding-right: 2px;
}
.textBtnBk a {
  max-width: 100%;
  width: 100%;
  background-color: #000000;
  padding: 20px 30px;
  position: relative;
  color: #FFFFFF;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .textBtnBk a {
    padding: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.textBtnBk a:after {
  content: "";
  max-width: 8px;
  width: 100%;
  aspect-ratio: 1/2;
  background-image: url(../images/linkSign.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.textBtnRed a {
  max-width: 100%;
  width: 100%;
  background-color: #661e00;
  padding: 20px;
  position: relative;
  color: #FFFFFF;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .textBtnRed a {
    padding: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.textBtnRed a:after {
  content: "";
  max-width: 8px;
  width: 100%;
  aspect-ratio: 1/2;
  background-image: url(../images/linkSign.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.textBtnRed.rounded a {
  border-radius: 9999px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: initial;
  width: auto;
  padding-left: 2em;
  padding-right: 2.5em;
}
.textBtnRed.rounded a:after {
  right: 20px;
}

.textBtnNormal a {
  max-width: 100%;
  width: auto;
  padding: 10px 15px;
  position: relative;
  font-weight: 400;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #000000;
  border-radius: 9999px;
}
.textBtnNormal a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.textHeaderBtn a {
  max-width: 100%;
  width: auto;
  background-color: #661e00;
  padding: 20px 80px 20px 70px;
  position: relative;
  color: #FFFFFF;
  font-weight: 500;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .textHeaderBtn a {
    padding: 15px 40px 15px 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.textHeaderBtn a:after {
  content: "";
  max-width: 8px;
  width: 100%;
  aspect-ratio: 1/2;
  background-image: url(../images/linkSign.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .animate {
    opacity: 0;
  }
  .animate.animated {
    opacity: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/*------------------------
HEADER
------------------------*/
header {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
header .container {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  header .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 0;
  }
}
header h1 {
  max-width: 200px;
  width: 100%;
  aspect-ratio: 400/203;
  background-image: url(../images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-left: 40px;
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  header h1 {
    max-width: 164px;
    margin-left: 0;
  }
}

/*------------------------
COVER
------------------------*/
.coverWrapper {
  max-width: 100%;
  width: 100%;
}
.coverWrapper img {
  max-width: 100%;
  width: 100%;
}
.coverWrapper .coverCatchWrapper {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .coverWrapper .coverCatchWrapper {
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    max-width: 50%;
    margin: 0 auto;
  }
}
.coverWrapper .coverCatchWrapper .coverCatch {
  max-width: 406px;
  width: 100%;
}
.coverWrapper .coverCatchWrapper .coverCatch img {
  max-width: 406px;
  width: 100%;
}
.coverWrapper .coverCatchWrapper .coverCatch img .shadow {
  filter: drop-shadow(0px 0px 7px rgba(50, 50, 50, 0.6));
}
@media screen and (max-width: 768px) {
  .coverWrapper .coverCatchWrapper .coverCatch img .shadow {
    filter: drop-shadow(0px 0px 4px rgba(50, 50, 50, 0.6));
  }
}

/*------------------------
FOOTER
------------------------*/
footer {
  position: relative;
}
footer .container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer .copyright {
  font-size: 14px;
  font-size: 1.4rem;
  color: #363636;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 10px 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4em;
  }
}

/*------------------------
基本設定
------------------------*/
main#hiraya .catchWrapper {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  main#hiraya .catchWrapper {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
}
main#hiraya .readWrapper {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main#hiraya .readWrapper {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
    padding-bottom: 30px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
main#hiraya .sentenceTtl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  letter-spacing: 0.2em;
  padding: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  main#hiraya .sentenceTtl {
    padding: 0 0 30px 0;
  }
}
main#hiraya .sentenceTtl > span {
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  main#hiraya .sentenceTtl > span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4em;
  }
}
main#hiraya .sentenceTtl h2 {
  position: relative;
  color: #000000;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  padding: 20px 0;
  margin: 10px auto 10px auto;
  border: none;
  width: 100%;
  max-width: 45%;
  line-height: 28px !important;
}
@media screen and (max-width: 1100px) {
  main#hiraya .sentenceTtl h2 {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya .sentenceTtl h2 {
    max-width: 90%;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 0;
  }
}
main#hiraya .sentenceTtl h2:before {
  content: "";
  background-image: url(../images/ttlBg.svg);
  background-repeat: repeat-x;
  background-size: contain;
  height: 7px;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  width: 100%;
}
main#hiraya .sentenceTtl h2:after {
  content: "";
  background-image: url(../images/ttlBg.svg);
  background-repeat: repeat-x;
  background-size: contain;
  height: 7px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
}
main#hiraya .sentenceTtl h2 span {
  color: #732d00;
}
main#hiraya .sentenceMainTtl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  letter-spacing: 0.2em;
  padding: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  main#hiraya .sentenceMainTtl {
    padding: 0 0 20px 0;
  }
}
main#hiraya .sentenceMainTtl h3 {
  position: relative;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  padding: 20px 0;
  margin: 10px auto 10px auto;
  border: none;
  width: 100%;
  max-width: 48%;
  font-family: "Noto Serif JP", serif;
  border-bottom: none !important;
}
@media screen and (max-width: 1100px) {
  main#hiraya .sentenceMainTtl h3 {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya .sentenceMainTtl h3 {
    max-width: 90%;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px 0;
  }
}
main#hiraya .sentenceMainTtl h3:before {
  content: "";
  background-image: url(../images/ttlBg.svg);
  background-repeat: repeat-x;
  background-size: contain;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
main#hiraya .sentenceMainTtl h3:after {
  content: "";
  background-image: url(../images/ttlBg.svg);
  background-repeat: repeat-x;
  background-size: contain;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: none !important;
}
main#hiraya .sentenceMainTtl h2 {
  position: relative;
  color: #000000;
  font-weight: 500;
  font-size: 76px;
  font-size: 7.6rem;
  text-align: center;
  padding: 60px 0 15px 0;
  letter-spacing: 0.1em;
  border-top: none !important;
  border-bottom: none !important;
  margin: 0 !important;
  line-height: 28px !important;
}
@media screen and (max-width: 1100px) {
  main#hiraya .sentenceMainTtl h2 {
    font-size: 66px;
    font-size: 6.6rem;
    padding: 40px 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya .sentenceMainTtl h2 {
    font-size: 36px;
    font-size: 3.6rem;
    padding: 20px 0 40px 0;
  }
}
main#hiraya .sentenceMainTtl h2 span {
  color: #732d00;
}
main#hiraya .sentenceSubTtl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  letter-spacing: 0.2em;
  padding: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  main#hiraya .sentenceSubTtl {
    padding: 0 0 20px 0;
  }
}
main#hiraya .sentenceSubTtl > span {
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  padding: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
  main#hiraya .sentenceSubTtl > span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
main#hiraya .sentenceSubTtl h3 {
  position: relative;
  color: #000000;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  padding: 20px 0;
  margin: 10px auto 10px auto;
  border: none;
  width: 100%;
  max-width: 40%;
}
@media screen and (max-width: 1100px) {
  main#hiraya .sentenceSubTtl h3 {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya .sentenceSubTtl h3 {
    max-width: 90%;
    font-size: 30px;
    font-size: 3rem;
    padding: 15px 0;
  }
}
main#hiraya .sentenceSubTtl h3:after {
  content: "";
  background-image: url(../images/ttlBg.svg);
  background-repeat: repeat-x;
  background-size: contain;
  height: 7px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
}
main#hiraya .sentenceSubTtl h3 span {
  color: #732d00;
}
main#hiraya .sentenceSubTtl h4 {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  main#hiraya .sentenceSubTtl h4 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
main#hiraya .sentenceSubTtl h4:before {
  content: "";
  max-width: 200px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translate(-100%, 0);
}
@media screen and (max-width: 768px) {
  main#hiraya .sentenceSubTtl h4:before {
    max-width: 80px;
    transform: translate(-120%, 0);
  }
}
main#hiraya .sentenceSubTtl h4:after {
  content: "";
  max-width: 200px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translate(100%, 0);
}
@media screen and (max-width: 768px) {
  main#hiraya .sentenceSubTtl h4:after {
    max-width: 80px;
    transform: translate(120%, 0);
  }
}
main#hiraya .sentenceSub02Ttl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  letter-spacing: 0.2em;
  padding: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  main#hiraya .sentenceSub02Ttl {
    padding: 0 0 30px 0;
  }
}
main#hiraya .sentenceSub02Ttl span {
  color: #aaaaaa;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 6px;
}
main#hiraya .sentenceSub02Ttl h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
main#hiraya .caseTitleWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
main#hiraya .caseTitleWrapper span.caseNumber {
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  font-size: 8rem;
  font-weight: 500;
  line-height: 0.75em;
  max-width: 90px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main#hiraya .caseTitleWrapper span.caseNumber {
    font-size: 60px;
    font-size: 6rem;
  }
}
main#hiraya .caseTitleWrapper .caseTitle {
  max-width: calc(100% - 90px);
  letter-spacing: 0.1em;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  main#hiraya .caseTitleWrapper .caseTitle {
    max-width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya .caseTitleWrapper .caseTitle {
    max-width: 100%;
    padding-bottom: 10px;
  }
}
main#hiraya .caseTitleWrapper .caseTitle h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding-bottom: 15px;
  padding-top: 5px;
}
@media screen and (max-width: 1100px) {
  main#hiraya .caseTitleWrapper .caseTitle h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya .caseTitleWrapper .caseTitle h3 {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 5px;
    padding-top: 15px;
    line-height: 1.6em;
  }
}
main#hiraya .caseTitleWrapper .caseTitle span {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #732d00;
}
@media screen and (max-width: 1100px) {
  main#hiraya .caseTitleWrapper .caseTitle span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya .caseTitleWrapper .caseTitle span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2em;
    font-weight: 500;
  }
}
main#hiraya .caseCustomerVoiceWrapper {
  padding: 25px;
  margin-top: 30px;
  background-color: #f7f7f7;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main#hiraya .caseCustomerVoiceWrapper {
    padding: 15px;
    margin-top: 15px;
  }
}
main#hiraya .caseCustomerVoiceWrapper .caseCustomerVoice {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  color: #732d00;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  main#hiraya .caseCustomerVoiceWrapper .caseCustomerVoice {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
main#hiraya .caseCustomerVoiceWrapper p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  main#hiraya .caseCustomerVoiceWrapper p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
main#hiraya .coverWrapper {
  position: relative;
}
main#hiraya .coverWrapper button {
  position: absolute;
  right: 70px;
  bottom: 70px;
  z-index: 1;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  main#hiraya .coverWrapper button {
    right: 20px;
    bottom: 30px;
  }
}
main#hiraya .coverWrapper button.slick-arrow {
  max-width: 42px;
  width: 42px !important;
  height: 42px !important;
  aspect-ratio: 1/1;
  background-color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  main#hiraya .coverWrapper button.slick-arrow {
    max-width: 30px;
    width: 30px !important;
    height: 30px !important;
  }
}
main#hiraya .coverWrapper button.slick-arrow.slick-prev {
  margin-right: 43px;
  background-image: url(../images/prevBtn.svg);
}
@media screen and (max-width: 768px) {
  main#hiraya .coverWrapper button.slick-arrow.slick-prev {
    margin-right: 31px;
  }
}
main#hiraya .coverWrapper button.slick-arrow.slick-next {
  background-image: url(../images/nextBtn.svg);
}
main#hiraya .caseNewSliderWrapper,
main#hiraya .faqWrapper,
main#hiraya .reasonSliderWrapper {
  padding-top: 60px;
  padding-bottom: 100px;
  /*
  button {
  	@include responsive(sp) {
  		position: absolute;
  		top: 50%;
  		z-index: 1;
  		text-indent: -9999px;
  	}

  	&.slick-arrow {
  		@include responsive(sp) {
  			max-width: 30px;
  		}

  		&.slick-prev {
  			@include responsive(sp) {
  				left: 0;
  			}
  		}

  		&.slick-next {
  			@include responsive(sp) {
  				right: 0;
  			}
  		}
  	}
  }
  */
}
@media screen and (max-width: 768px) {
  main#hiraya .caseNewSliderWrapper,
  main#hiraya .faqWrapper,
  main#hiraya .reasonSliderWrapper {
    padding-bottom: 60px;
  }
}
main#hiraya .caseNewSliderWrapper.bg,
main#hiraya .faqWrapper.bg,
main#hiraya .reasonSliderWrapper.bg {
  background-color: #fff5f5;
}
main#hiraya .caseNewSliderWrapper button,
main#hiraya .faqWrapper button,
main#hiraya .reasonSliderWrapper button {
  position: absolute;
  top: 50%;
  z-index: 1;
  text-indent: -9999px;
}
main#hiraya .caseNewSliderWrapper button.slick-arrow,
main#hiraya .faqWrapper button.slick-arrow,
main#hiraya .reasonSliderWrapper button.slick-arrow {
  max-width: 42px;
  width: 42px !important;
  height: 42px !important;
  aspect-ratio: 1/1;
  background-color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main#hiraya .caseNewSliderWrapper button.slick-arrow,
  main#hiraya .faqWrapper button.slick-arrow,
  main#hiraya .reasonSliderWrapper button.slick-arrow {
    max-width: 30px;
    width: 30px !important;
    height: 30px !important;
  }
}
main#hiraya .caseNewSliderWrapper button.slick-arrow.slick-prev,
main#hiraya .faqWrapper button.slick-arrow.slick-prev,
main#hiraya .reasonSliderWrapper button.slick-arrow.slick-prev {
  transform: translate(0, -50%);
  left: 10vw;
  background-image: url(../images/prevBtn.svg);
  font-size: 0;
}
@media screen and (max-width: 768px) {
  main#hiraya .caseNewSliderWrapper button.slick-arrow.slick-prev,
  main#hiraya .faqWrapper button.slick-arrow.slick-prev,
  main#hiraya .reasonSliderWrapper button.slick-arrow.slick-prev {
    left: 0;
  }
}
main#hiraya .caseNewSliderWrapper button.slick-arrow.slick-next,
main#hiraya .faqWrapper button.slick-arrow.slick-next,
main#hiraya .reasonSliderWrapper button.slick-arrow.slick-next {
  transform: translate(0, -50%);
  right: 10vw;
  background-image: url(../images/nextBtn.svg);
  font-size: 0;
}
@media screen and (max-width: 768px) {
  main#hiraya .caseNewSliderWrapper button.slick-arrow.slick-next,
  main#hiraya .faqWrapper button.slick-arrow.slick-next,
  main#hiraya .reasonSliderWrapper button.slick-arrow.slick-next {
    right: 0;
  }
}
main#hiraya .policySlider {
  position: relative;
}
@media screen and (max-width: 768px) {
  main#hiraya .policySlider {
    background-color: rgb(0, 0, 0);
  }
}
main#hiraya .policySlider .sliderBox {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  main#hiraya .policySlider .sliderBox {
    background-color: rgb(0, 0, 0);
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya .policySlider .sliderBox {
    border-radius: 0;
  }
}
main#hiraya .policySlider .sliderBox .sliderContentsBox {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px 40px;
  max-width: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  main#hiraya .policySlider .sliderBox .sliderContentsBox {
    padding: 20px 40px;
    position: relative;
    background-color: transparent;
    min-height: 380px;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya .policySlider .sliderBox .sliderContentsBox {
    padding: 20px 40px;
    position: relative;
    background-color: transparent;
    min-height: auto;
  }
}
main#hiraya .policySlider .sliderBox .sliderContentsBox .sliderCatch {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding-bottom: 10px;
  color: #FFFFFF;
  letter-spacing: 0.3em;
  position: relative;
}
@media screen and (max-width: 1100px) {
  main#hiraya .policySlider .sliderBox .sliderContentsBox .sliderCatch {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya .policySlider .sliderBox .sliderContentsBox .sliderCatch {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
}
main#hiraya .policySlider .sliderBox .sliderContentsBox .sliderCatch:after {
  content: "";
  max-width: 100%;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  position: absolute;
  bottom: 0;
}
main#hiraya .policySlider .sliderBox .sliderContentsBox p {
  padding-top: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main#hiraya .policySlider .sliderBox .sliderContentsBox p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8em;
  }
}
main#hiraya .policySlider button {
  position: absolute;
  top: 50%;
  z-index: 1;
  text-indent: -9999px;
}
main#hiraya .policySlider button.slick-arrow {
  max-width: 42px;
  width: 42px !important;
  height: 42px !important;
  aspect-ratio: 1/1;
  background-color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  main#hiraya .policySlider button.slick-arrow {
    max-width: 30px;
    width: 30px !important;
    height: 30px !important;
  }
}
main#hiraya .policySlider button.slick-arrow.slick-prev {
  transform: translate(0, -50%);
  left: 10vw;
  background-image: url(../images/prevBtn.svg);
}
@media screen and (max-width: 768px) {
  main#hiraya .policySlider button.slick-arrow.slick-prev {
    left: 0;
  }
}
main#hiraya .policySlider button.slick-arrow.slick-next {
  transform: translate(0, -50%);
  right: 10vw;
  background-image: url(../images/nextBtn.svg);
}
@media screen and (max-width: 768px) {
  main#hiraya .policySlider button.slick-arrow.slick-next {
    right: 0;
  }
}
main#hiraya .iedukuri {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
main#hiraya .iedukuri .box a {
  border: 1px solid #ffffff;
  background-color: #FFFFFF;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  border-radius: 15px;
  padding: 30px 40px 50px 40px;
  text-align: center;
  line-height: 1.4em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main#hiraya .iedukuri .box a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px 12px 35px 12px;
  }
}
main#hiraya .iedukuri .box a:after {
  content: "";
  max-width: 20px;
  background-image: url(../images/textBtnFAQ.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main#hiraya .iedukuri .box a:after {
    bottom: 8px;
  }
}
main#hiraya .iedukuri .box a:hover {
  border: 1px solid #732d00;
}
main#hiraya .iedukuriPic .iedukuriImg01 {
  aspect-ratio: 605/142;
}
main#hiraya .iedukuriPic .iedukuriImg02 {
  aspect-ratio: 260/276;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  main#hiraya .iedukuriPic .iedukuriImg02 {
    max-width: 50%;
    padding-top: 20px;
  }
}
main#hiraya .quetionWrapper,
main#hiraya .answerWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
main#hiraya .quetionWrapper .qBox, main#hiraya .quetionWrapper .aBox,
main#hiraya .answerWrapper .qBox,
main#hiraya .answerWrapper .aBox {
  max-width: 140px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main#hiraya .quetionWrapper .qBox, main#hiraya .quetionWrapper .aBox,
  main#hiraya .answerWrapper .qBox,
  main#hiraya .answerWrapper .aBox {
    max-width: 70px;
  }
}
main#hiraya .quetionWrapper .qTxt, main#hiraya .quetionWrapper .aTxt,
main#hiraya .answerWrapper .qTxt,
main#hiraya .answerWrapper .aTxt {
  max-width: calc(100% - 170px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  main#hiraya .quetionWrapper .qTxt, main#hiraya .quetionWrapper .aTxt,
  main#hiraya .answerWrapper .qTxt,
  main#hiraya .answerWrapper .aTxt {
    max-width: calc(100% - 120px);
  }
}
main#hiraya .quetionWrapper .qTxt,
main#hiraya .answerWrapper .qTxt {
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  main#hiraya .quetionWrapper .qTxt,
  main#hiraya .answerWrapper .qTxt {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
main#hiraya .quetionWrapper .aTxt,
main#hiraya .answerWrapper .aTxt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  main#hiraya .quetionWrapper .aTxt,
  main#hiraya .answerWrapper .aTxt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
main#hiraya .quetionWrapper .aTxt h4,
main#hiraya .answerWrapper .aTxt h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6em;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  main#hiraya .quetionWrapper .aTxt h4,
  main#hiraya .answerWrapper .aTxt h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
main#hiraya .quetionWrapper {
  margin-bottom: 30px;
}
main#hiraya .answerWrapper {
  align-items: flex-start;
}
main#hiraya #requestLand {
  overflow: hidden;
}
main#hiraya #requestLand .container {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  main#hiraya #requestLand .container {
    padding-left: 0;
    padding-right: 0;
  }
}
main#hiraya #requestLand .container .requestTxt {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main#hiraya #requestLand .container .requestTxt {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #661e00;
    padding-left: 20px;
    padding-right: 20px;
  }
}
main#hiraya #requestLand .container .requestTxt span {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-right: 1em;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  main#hiraya #requestLand .container .requestTxt span {
    font-size: 20px;
    font-size: 2rem;
  }
}
main#hiraya #requestLand .container .requestTxt:after {
  content: "";
  width: 58px;
  margin: 0 auto;
  border-top: 58px solid transparent;
  border-bottom: 58px solid transparent;
  border-left: 58px solid #661e00;
  position: absolute;
  right: -57px;
  top: 0;
}
@media screen and (max-width: 768px) {
  main#hiraya #requestLand .container .requestTxt:after {
    content: "";
    width: 40px;
    margin: 0 auto;
    border-bottom: 20px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid #661e00;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    top: initial;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya #requestLand .container .requestLand {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #8f1e00;
    padding-left: 20px;
    padding-right: 20px;
  }
}
main#hiraya #webCatalogue .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
main#hiraya #caseWrapper .container,
main#hiraya .faqWrapper .container,
main#hiraya .reasonSliderWrapper .container {
  padding-bottom: 0;
}
main#hiraya #caseWrapper .casePicWrapper,
main#hiraya .faqWrapper .casePicWrapper,
main#hiraya .reasonSliderWrapper .casePicWrapper {
  padding: 50px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
@media screen and (max-width: 768px) {
  main#hiraya #caseWrapper .casePicWrapper,
  main#hiraya .faqWrapper .casePicWrapper,
  main#hiraya .reasonSliderWrapper .casePicWrapper {
    padding: 20px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
main#hiraya #caseWrapper .casePicWrapper .box,
main#hiraya .faqWrapper .casePicWrapper .box,
main#hiraya .reasonSliderWrapper .casePicWrapper .box {
  max-width: 100%;
}
main#hiraya #caseWrapper .slick-initialized .slick-slide,
main#hiraya .faqWrapper .slick-initialized .slick-slide,
main#hiraya .reasonSliderWrapper .slick-initialized .slick-slide {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  main#hiraya #caseWrapper .slick-initialized .slick-slide,
  main#hiraya .faqWrapper .slick-initialized .slick-slide,
  main#hiraya .reasonSliderWrapper .slick-initialized .slick-slide {
    margin: 0;
  }
}
main#hiraya #caseWrapper .slick-initialized .slick-slide a img,
main#hiraya .faqWrapper .slick-initialized .slick-slide a img,
main#hiraya .reasonSliderWrapper .slick-initialized .slick-slide a img {
  transition: 0.3s;
}
main#hiraya #caseWrapper .slick-initialized .slick-slide a img:hover,
main#hiraya .faqWrapper .slick-initialized .slick-slide a img:hover,
main#hiraya .reasonSliderWrapper .slick-initialized .slick-slide a img:hover {
  opacity: 0.6;
}
main#hiraya #faq .container {
  padding-bottom: 0;
}
main#hiraya #faq .container .sentenceTtl {
  padding: 0 0 20px 0;
}
main#hiraya #faq .faqWrapper {
  padding-top: 0;
}
main#hiraya #faq .slide-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main#hiraya #faq .slide-navigation {
    gap: 10px;
  }
}
main#hiraya #faq .slide-navigation .item {
  max-width: 30%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main#hiraya #faq .slide-navigation .item {
    max-width: 48%;
  }
}
main#hiraya #faq .thumbnailBox {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 40px 15px 15px 15px;
  box-sizing: border-box;
  height: 100%;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  main#hiraya #faq .thumbnailBox {
    border-radius: 5px;
    padding: 30px 5px 10px 5px;
  }
}
main#hiraya #faq .thumbnailBox:hover {
  border: 1px solid #732d00;
  opacity: 0.6;
}
main#hiraya #faq .thumbnailBox .faqNumber {
  max-width: 65px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 66/45;
}
@media screen and (max-width: 768px) {
  main#hiraya #faq .thumbnailBox .faqNumber {
    max-width: 40px;
  }
}
main#hiraya #faq .thumbnailBox .faqNumber.faqNo01 {
  background-image: url(../images/faqNo01.svg);
}
main#hiraya #faq .thumbnailBox .faqNumber.faqNo02 {
  background-image: url(../images/faqNo02.svg);
}
main#hiraya #faq .thumbnailBox .faqNumber.faqNo03 {
  background-image: url(../images/faqNo03.svg);
}
main#hiraya #faq .thumbnailBox .faqNumber.faqNo04 {
  background-image: url(../images/faqNo04.svg);
}
main#hiraya #faq .thumbnailBox .faqNumber.faqNo05 {
  background-image: url(../images/faqNo05.svg);
}
main#hiraya #faq .thumbnailBox .faqTitle {
  color: #c2849c;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  main#hiraya #faq .thumbnailBox .faqTitle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya #faq .thumbnailBox .faqTitle {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2em;
  }
}
main#hiraya #faq .thumbnailBox .faqLabel {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 12px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main#hiraya #faq .thumbnailBox .faqLabel {
    font-size: 10px;
    font-size: 1rem;
    padding: 5px 6px;
  }
}
main#hiraya #faq .faqSlide {
  background-color: #FFFFFF;
  aspect-ratio: 15/8.5;
  max-width: 100%;
  width: 100%;
  padding: 50px 40px;
  box-sizing: border-box;
  border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  main#hiraya #faq .faqSlide {
    padding: 25px;
    aspect-ratio: 1/1.25;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya #faq .faqSlide {
    aspect-ratio: 1/1.6;
    border-radius: 0;
    align-items: flex-start;
    gap: 0;
    padding: 25px 40px;
  }
}
main#hiraya #faq .faqSlide .box {
  height: auto;
}
main#hiraya #faq .faqSlide .box:first-child {
  height: auto;
}
@media screen and (max-width: 1100px) {
  main#hiraya #faq .faqSlide .box {
    height: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya #faq .faqSlide .box {
    height: auto;
  }
  main#hiraya #faq .faqSlide .box img {
    max-width: 90%;
    margin: 0 auto;
  }
}
main#hiraya #faq .faqSlide .faqQTitleBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  align-items: center;
}
main#hiraya #faq .faqSlide .faqQTitleBox .faqQTitle {
  max-width: 50px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 48/47;
  background-image: url(../images/faqQ.svg);
  display: inline-block;
  color: #c2849c;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-right: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  main#hiraya #faq .faqSlide .faqQTitleBox .faqQTitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya #faq .faqSlide .faqQTitleBox .faqQTitle {
    max-width: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 10px;
  }
}
main#hiraya #faq .faqSlide .faqQTitleBox .faqQTitleTxt {
  color: #c2849c;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  max-width: calc(100% - 65px);
  width: 100%;
  line-height: 1.2em;
}
@media screen and (max-width: 1100px) {
  main#hiraya #faq .faqSlide .faqQTitleBox .faqQTitleTxt {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya #faq .faqSlide .faqQTitleBox .faqQTitleTxt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    max-width: calc(100% - 40px);
  }
}
main#hiraya #faq .faqSlide .faqATitleBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  align-items: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6em;
  font-weight: 500;
  padding-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  main#hiraya #faq .faqSlide .faqATitleBox {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya #faq .faqSlide .faqATitleBox {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
}
main#hiraya #faq .faqSlide .faqATitleBox .faqATitle {
  max-width: 50px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 48/47;
  background-image: url(../images/faqA.svg);
  display: inline-block;
  color: #c2849c;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-right: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main#hiraya #faq .faqSlide .faqATitleBox .faqATitle {
    max-width: 30px;
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 10px;
  }
}
main#hiraya #faq .faqSlide .faqATitleBox .faqATitleTxt {
  line-height: 1.4em;
  max-width: calc(100% - 65px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  main#hiraya #faq .faqSlide .faqATitleBox .faqATitleTxt {
    max-width: calc(100% - 40px);
  }
}
main#hiraya #faq .faqSlide .faqATxt {
  padding-left: 65px;
}
@media screen and (max-width: 768px) {
  main#hiraya #faq .faqSlide .faqATxt {
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8em;
    padding-bottom: 10px;
  }
}
main#hiraya #merit .sentenceTtl h2 {
  max-width: 55%;
}
@media screen and (max-width: 1100px) {
  main#hiraya #merit .sentenceTtl h2 {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya #merit .sentenceTtl h2 {
    max-width: 90%;
    line-height: 1.2em;
  }
}
main#hiraya #merit .reasonSlide {
  background-color: #FFFFFF;
  max-width: 100%;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  main#hiraya #merit .reasonSlide {
    padding: 25px;
    aspect-ratio: 1/1.5;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya #merit .reasonSlide {
    aspect-ratio: 1/1.3;
    padding: 40px;
    border-radius: 0;
  }
}
main#hiraya #merit .reasonSlide .box {
  height: auto;
}
main#hiraya #merit .reasonSlide .box:first-child {
  height: auto;
}
@media screen and (max-width: 1100px) {
  main#hiraya #merit .reasonSlide .box {
    height: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya #merit .reasonSlide .box {
    height: auto;
  }
  main#hiraya #merit .reasonSlide .box img {
    max-width: 90%;
    margin: 0 auto;
  }
}
main#hiraya #merit .reasonSlide .meritTitleBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  align-items: center;
}
main#hiraya #merit .reasonSlide .meritTitleBox .meritImg {
  max-width: 85px;
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url(../images/meritTitleImg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  main#hiraya #merit .reasonSlide .meritTitleBox .meritImg {
    max-width: 40px;
    margin-right: 10px;
  }
}
main#hiraya #merit .reasonSlide .meritTitleBox .meritTitleTxt {
  color: #732d00;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  max-width: calc(100% - 115px);
  width: 100%;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  main#hiraya #merit .reasonSlide .meritTitleBox .meritTitleTxt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya #merit .reasonSlide .meritTitleBox .meritTitleTxt {
    max-width: calc(100% - 50px);
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya #merit .reasonSlide .meritTxt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8em;
  }
}
main#hiraya #caseWrapper .caseNewSliderWrapper {
  padding-top: 0;
}
main#hiraya #policyWrapper .container {
  padding-top: 0;
  padding-bottom: 0;
}
main#hiraya #policyWrapper .policyWrapper {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  main#hiraya #policyWrapper .policyWrapper {
    padding-bottom: 0;
  }
}
main#hiraya #policyWrapper .policyWrapper .slick-initialized .slick-slide {
  margin: 0 20px;
}
@media screen and (max-width: 1100px) {
  main#hiraya #policyWrapper .policyWrapper .slick-initialized .slick-slide {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  main#hiraya #policyWrapper .policyWrapper .slick-initialized .slick-slide {
    margin: 0;
  }
}
main#hiraya #policyWrapper .policyWrapper .slick-initialized .slick-slide a img {
  transition: 0.3s;
}
main#hiraya #policyWrapper .policyWrapper .slick-initialized .slick-slide a img:hover {
  opacity: 0.6;
}
main#hiraya #deptIntroduction .deptBox {
  margin-top: 40px;
}
main#hiraya #deptIntroduction .deptBox .box {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  main#hiraya #deptIntroduction .deptBox .box {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
main#hiraya #deptIntroduction .deptBox .deptName {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  main#hiraya #deptIntroduction .deptBox .deptName {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
main#hiraya #deptIntroduction .deptBox .deptName span {
  color: #8f1e00;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 0.75em;
  letter-spacing: 0.05em;
  display: block;
  padding-bottom: 10px;
}
main#hiraya #deptIntroduction .deptBox p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
}
main#hiraya #deptIntroduction .deptBox .catLabel {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  main#hiraya #deptIntroduction .deptBox .catLabel {
    padding-top: 10px;
  }
}
main#hiraya #deptIntroduction .deptBox .catLabel ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  align-items: center;
}
main#hiraya #deptIntroduction .deptBox .catLabel ul li {
  padding: 4px 12px;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 10px;
  font-weight: 500;
}
main#hiraya #deptIntroduction .deptBox .googleMapBox {
  max-width: 100%;
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main#hiraya #deptIntroduction .deptBox .googleMapBox {
    max-width: 100%;
  }
}
main#hiraya #deptIntroduction .deptBox .googleMapBox .googleMap {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  main#hiraya #deptIntroduction .deptBox .googleMapBox .googleMap {
    padding-bottom: 100%;
  }
}
main#hiraya #deptIntroduction .deptBox .googleMapBox .googleMap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
main#hiraya #deptIntroduction .deptBox .allMapWrapper {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  main#hiraya #deptIntroduction .deptBox .allMapWrapper {
    margin: 0 0 20px 0;
  }
}
main#hiraya #deptIntroduction .deptBox .allMapWrapper .googleMap {
  height: 0;
  overflow: hidden;
  padding-bottom: 65%;
  position: relative;
}
@media screen and (max-width: 768px) {
  main#hiraya #deptIntroduction .deptBox .allMapWrapper .googleMap {
    padding-bottom: 100%;
  }
}
main#hiraya #deptIntroduction .deptBox .allMapWrapper .googleMap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*------------------------
html body基本設定
------------------------*/
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8em;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  word-break: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  /* NotoSansメイン */
}

/*------------------------
main wrapper基本設定
------------------------*/
main {
  position: relative;
}
main .container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  main .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
main .fullContainer {
  max-width: 100%;
  width: 100%;
}
main .fullContainer.bg {
  background-color: #f7f7f7;
}
main .fullContainer.bg02 {
  background: linear-gradient(to right, #661e00 0%, #661e00 50%, #8f1e00 50%, #8f1e00 100%);
}
@media screen and (max-width: 768px) {
  main .fullContainer.bg02 {
    background: linear-gradient(to bottom, #661e00 0%, #661e00 50%, #8f1e00 50%, #8f1e00 100%);
  }
}
main .fullContainer.bg03 {
  background: #661e00;
}
main #contactForm .container {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  main #contactForm .container {
    padding-top: 20px;
  }
}/*# sourceMappingURL=common.css.map */