@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Fjalla+One&family=Noto+Sans+JP:wght@400;700&display=swap);
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline
}

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

html {
  overflow-y: scroll!important
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before {
  content: "";
  content: none
}

q:after, q:before {
  content: "";
  content: none
}

input, textarea {
  margin: 0;
  padding: 0
}

ol, ul {
  list-style: none
}

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

caption, th {
  text-align: left
}

html {
  font-size: 62.5%
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}

a {
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

a:focus {
  outline-color: inherit;
  outline-offset: 0;
  outline-style: auto;
  outline-width: 5px
}

a:hover {
  cursor: pointer;
  opacity: .7
}

body {
  line-height: 2;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  color: #1d1b1b;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative
}

[lang=en-US] body {
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial
}

[lang=zh-TW] body {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", STXihei, "Microsoft YaHei", "微软雅黑", SimSun, sans-serif
}

img {
  width: 100%
}

@media screen and (min-width:600px) {
  body {
    font-size: 14px;
    font-size: 1.4rem
  }
  img {
    width: auto
  }
}

.l-centering {
  width: 90%;
  margin: 0 auto
}

@media screen and (min-width:600px) {
  .l-centering {
    max-width: 1380px;
    margin: 0 auto
  }
}

.btn, .btn--down, .btn--external, .btn--next, .btn--prev, .btn--up {
  position: relative;
  display: inline-block;
  min-width: 240px;
  min-height: 60px;
  text-align: center;
  background: #ddd;
  border: 1px solid #ccc;
  color: #666
}

.btn a, .btn--down a, .btn--external a, .btn--next a, .btn--prev a, .btn--up a {
  color: inherit
}

.btn span, .btn--down span, .btn--external span, .btn--next span, .btn--prev span, .btn--up span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 83.33333%
}

.btn--down::after, .btn--external::after, .btn--next::after, .btn--prev::after, .btn--up::after, .btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 6px;
  height: 8px;
  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: 0 0;
  background-size: cover
}

.btn.inverted {
  background-color: #666;
  color: #fff
}

.inverted.btn--down, .inverted.btn--external, .inverted.btn--next, .inverted.btn--prev, .inverted.btn--up {
  background-color: #666;
  color: #fff
}

.btn.inverted::after {
  background: 0 0;
  background-size: cover
}

.inverted.btn--down::after, .inverted.btn--external::after, .inverted.btn--next::after, .inverted.btn--prev::after, .inverted.btn--up::after {
  background: 0 0;
  background-size: cover
}

.btn--next {
  background: #fff;
  border-color: #cc0a18;
  color: #cc0a18
}

.btn--next::after {
  right: 10px;
  width: 6px;
  height: 8px;
  background: url(../images/common/icon_chevron_right.png) no-repeat center center;
  background-size: cover
}

.btn--next.inverted {
  background-color: #cc0a18
}

.btn--next.inverted::after {
  background: url(../images/common/icon_chevron_right_wh.png) no-repeat center center;
  background-size: cover
}

.btn--prev {
  background: #fff;
  border-color: #cc0a18;
  color: #cc0a18
}

.btn--prev::after {
  left: 10px;
  width: 6px;
  height: 8px;
  background: url(../images/common/icon_chevron_left.png) no-repeat center center;
  background-size: cover
}

.btn--prev.inverted {
  background-color: #cc0a18
}

.btn--prev.inverted::after {
  background: url(../images/common/icon_chevron_left_wh.png) no-repeat center center;
  background-size: cover
}

.btn--down {
  background: #fff;
  border-color: #cc0a18;
  color: #cc0a18
}

.btn--down::after {
  right: 10px;
  width: 9px;
  height: 7px;
  background: url(../images/common/icon_chevron_down.png) no-repeat center center;
  background-size: cover
}

.btn--down.inverted {
  background-color: #cc0a18
}

.btn--down.inverted::after {
  background: url(../images/common/icon_chevron_down_wh.png) no-repeat center center;
  background-size: cover
}

.btn--up {
  background: #fff;
  border-color: #cc0a18;
  color: #cc0a18
}

.btn--up::after {
  right: 10px;
  width: 9px;
  height: 7px;
  background: url(../images/common/icon_chevron_up.png) no-repeat center center;
  background-size: cover
}

.btn--up.inverted {
  background-color: #cc0a18
}

.btn--up.inverted::after {
  background: url(../images/common/icon_chevron_up_wh.png) no-repeat center center;
  background-size: cover
}

.btn--external {
  background: #fff;
  border-color: #cc0a18;
  color: #cc0a18
}

.btn--external::after {
  right: 10px;
  width: 14px;
  height: 10px;
  background: url(../images/common/icon_external_link.png) no-repeat center center;
  background-size: cover
}

.btn--external.inverted {
  background-color: #cc0a18
}

.btn--external.inverted::after {
  background: url(../images/common/icon_external_link_wh.png) no-repeat center center;
  background-size: cover
}

.card, .card--2 {
  width: 33%;
  background: 0 0
}

.card .card__img img, .card--2 .card__img img {
  width: 100%
}

.card .card__body, .card--2 .card__body {
  padding: 10px 0 0 0
}

.card .card__ttl {
  font-weight: 700
}

.card--2 {
  background: #fff
}

.card--2 .card__ttl {
  font-weight: 700
}

.card--2 .card__body {
  padding: 10px 20px 20px 20px
}

a {
  color: #cc0a18;
  opacity: 1;
  -webkit-transition: all .8s ease;
  transition: all .8s ease
}

a:hover {
  opacity: .6;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.link--next {
  position: relative;
  padding-right: 10px
}

.link--next::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  width: 6px;
  height: 8px;
  content: "";
  background: url(../images/common/icon_chevron_right.png) no-repeat center center;
  background-size: cover
}

.link--external {
  position: relative;
  padding-right: 20px
}

.link--external::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  width: 14px;
  height: 10px;
  content: "";
  background: url(../images/common/icon_external_link.png) no-repeat center center;
  background-size: cover
}

.u-wb, .u-wb-sp, .u-wb-tb {
  display: block
}

@media (min-width:960px) {
  .u-wb-sp {
    display: inline
  }
}

@media (min-width:960px) {
  .u-wb-tb {
    display: inline
  }
}

.u-wb-pc {
  display: inline
}

@media (min-width:960px) {
  .u-wb-pc {
    display: block
  }
}

.u-br-pc {
  display: none
}

@media (min-width:960px) {
  .u-br-pc {
    display: inline
  }
}

.u-br-sp {
  display: inline
}

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

.main {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 580px
}

.container {
  /* max-width: 1440px; */
  margin: 0 auto;
  position: relative
}

.backstar {
  position: absolute;
  width: 80vw;
  height: 80vh;
  left: 50vw;
  top: 50vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.backstar img {
  position: absolute;
  height: 80vh;
  width: auto;
  top: 0;
  right: 0;
  min-height: 430px
}

.header-nav {
  position: fixed;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 3rem 1rem;
  max-height: 11rem;
  opacity: 1;
  -webkit-transition: 80ms ease;
  transition: 80ms ease
}

.header-nav ul {
  display: -webkit-box;
  display: flex
}

.header-nav ul li {
  font-size: 1.2rem;
  width: calc((100% - 1rem)/ 2);
  text-align: center;
  font-weight: 700
}

.header-nav ul li+li {
  margin-left: 1rem
}

.header-nav ul li a {
  display: block;
  background-color: #001A60;
  color: #fff;
  line-height: 1;
  padding: 2rem 1rem;
  border-radius: 3rem;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
}


.header-nav.is-hide {
  opacity: 0
}

.sns {
  position: absolute;
  z-index: 3;
  top: 2rem;
  left: 2rem;
}
@media (min-width:769px) {
  .sns {
    top: 4rem;
    left: 4rem;
  }
}

.sns ul {
  display: flex;
}

.sns li{
  list-style: none;
  width: 4rem;
}

.sns li + li {
  margin-left: 0.7rem;
}

.sns li img {
  width: 100%;
}

@media (min-width:600px) {
  .backstar img {
    right: 10vw
  }
}

@media (min-width:769px) {
  .backstar img {
    height: 90vh;
    top: -5vh;
    right: 27vw
  }
  .header-nav {
    top: 0;
    padding: 3rem 2rem
  }
  .header-nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  .header-nav ul li {
    width: calc((48% - 1rem)/ 2)
  }
}

@media (min-width:1023px) {
  .backstar img {
    right: 24vw
  }
}

@media (min-width:1140px) {
  .backstar img {
    height: 110vh;
    min-height: 900px;
    top: -15vh;
    right: 34vw
  }
  .header-nav ul li {
    width: calc((33% - 1rem)/ 2)
  }
  .header-nav ul li a {
    padding: 2rem 1rem
  }
}

.first-views {
  position: relative;
  height: 100vh;
  width: 100vw;
  min-height: 540px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.first-views .fv__content {
  margin-bottom: 10vh
}

.first-views .logo {
  width: 85vw;
  max-width: 280px
}

.first-views .lead {
  font-weight: 700;
  margin-top: 2rem;
  font-size: 1.6rem
}

.first-views .lead span {
  color: #cc0a18
}

.first-views .open {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: .1em;
  position: relative;
  left: .4em
}

.first-views .open span {
  font-weight: 400;
  color: #cc0a18;
  font-family: "Fjalla One", sans-serif;
  font-size: 6rem;
  padding: 0 .5rem
}

.first-views .scroll_guide {
  display: inline-block;
  position: absolute;
  right: 3vw;
  bottom: 0;
  z-index: 2;
  padding: 2vw 2vw 16vh;
  overflow: hidden;
  color: #1d1b1b;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr
}

.first-views .scroll_guide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 15vh;
  background: #1d1b1b80;
  -webkit-animation: scrollDown 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: scrollDown 2s cubic-bezier(1, 0, 0, 1) infinite
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  35% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  35.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
  }
  100%, 70% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  35% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  35.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
  }
  100%, 70% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
  }
}

@media (min-width:480px) {
  .first-views {
    min-height: 560px
  }
  .first-views .logo {
    width: 30vw
  }
  .first-views .lead {
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: .1em
  }
  .first-views .open {
    font-size: 5rem;
    letter-spacing: .5rem
  }
  .first-views .open span {
    font-size: 8rem;
    padding: 0 1rem
  }
  .first-views .scroll_guide {
    right: 3rem;
    font-size: 1.2rem
  }
}

@media (min-width:600px) {
  .first-views {
    min-height: 560px
  }
  .first-views .fv__content {
    margin-bottom: 5vh
  }
  .first-views .logo {
    width: 30vw
  }
  .first-views .lead {
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: .1em
  }
  .first-views .open {
    font-size: 5rem;
    letter-spacing: .5rem
  }
  .first-views .open span {
    font-size: 8rem;
    padding: 0 1rem
  }
  .first-views .scroll_guide {
    right: 3rem;
    font-size: 1.2rem
  }
}

@media (min-width:769px) {
  .first-views {
    min-height: 560px
  }
  .first-views .fv__content {
    margin-bottom: 0
  }
}

@media (min-width:1140px) {
  .first-views .lead {
    font-size: 3.8rem
  }
  .first-views .open {
    font-size: 8rem
  }
  .first-views .open span {
    font-size: 13rem;
    padding: 0 1rem
  }
}

.attention {
  font-size: 0.8rem;
}
@media (min-width:769px) {
  .attention {
    font-size: 1.2rem;
  }
}

.about {
  background-color: #00258A;
  color: #fff;
  padding: calc(100vw / 12 * 2) calc(100vw / 12);
  position: relative;
  overflow: hidden
}

.about__star {
  position: absolute;
  z-index: 0;
  top: 10vh;
  left: 0;
  height: 100vh;
  max-height: 640px
}

.about__star img {
  opacity: .18;
  height: 100%;
  width: auto
}

.about__content {
  position: relative;
  z-index: 1
}

.about__content .about__lead {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 2rem;
  line-height: 1.5
}

.about__content .about__content__img {
  position: relative;
  height: calc(100vw / 12 * 11);
  margin-top: calc(100vw / 12 * 1)
}

.about__content .about__content__img img {
  display: block;
  position: absolute;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
}

.about__content .about__content__img .about__img01 {
  width: calc(100vw / 12 * 5);
  right: 0
}

.about__content .about__content__img .about__img02 {
  width: calc(100vw / 12 * 4);
  top: calc(100vw / 12 * 2.2)
}

.about__content .about__content__img .about__img03 {
  width: calc(100vw / 12 * 4);
  left: calc(100vw / 12 * 4);
  bottom: 0
}

@media (min-width:600px) {
  .about__star {
    max-height: 1040px
  }
  .about__content .about__lead {
    font-size: 2.6rem
  }
}

@media (min-width:769px) {
  .about {
    padding: calc(100vw / 12 * 1.5) calc(100vw / 12) calc(100vw / 12)
  }
  .about__star {
    height: 120vh;
    top: -3vh;
    left: 30vw
  }
  .about__content .about__lead {
    font-size: 2.6rem
  }
  .about__content p {
    width: calc(100vw / 12 * 5)
  }
  .about__content .about__content__img {
    margin-top: calc(100vw / 12 * -2);
    height: calc(100vw / 12 * 8)
  }
  .about__content .about__content__img .about__img01 {
    width: calc(100vw / 12 * 4)
  }
  .about__content .about__content__img .about__img02 {
    width: calc(100vw / 12 * 3.5);
    top: calc(100vw / 12 * 3);
    left: calc(100vw / 12 * .5)
  }
  .about__content .about__content__img .about__img03 {
    width: calc(100vw / 12 * 3);
    left: calc(100vw / 12 * 5)
  }
}

@media (min-width:1140px) {
  .about__star {
    top: -10vh;
    left: 30vw;
    height: 150vh;
    max-height: 1340px
  }
  .about__content .about__lead {
    font-size: 3rem
  }
  .about__content p {
    /* width: calc(100vw / 12 * 4) */
  }
  .about__content .about__content__img {
    margin-top: calc(100vw / 12 * -1.3)
  }
  .about__content .about__content__img .about__img02 {
    width: calc(100vw / 12 * 3);
    top: calc(100vw / 12 * 2.5);
    left: calc(100vw / 12)
  }
}

.feature {
  padding: calc(100vw / 12 * 2) calc(100vw / 12)
}

.feature__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  color: #00258A;
  text-align: center;
  line-height: 1;
  margin-bottom: 4.5vh
}

.feature-list {
  text-align: center
}

.feature-list .feature-list__slider_item {
  padding: 0
}

.feature-list .feature-list__slider_item.system {
  border: none
}

.feature-list .feature-list__num {
  /* background: url(../images/star_fill_r.svg) no-repeat left top; */
  background-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #00258A;
  border-radius: 3.5rem;
  width: 7rem;
  height: 7rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  padding-top: .5rem
}

.feature-list .feature-list__ttl {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 1.8rem;
  margin-bottom: 3rem
}

.feature-list .feature-list__ttl span {
  color: #00258A;
}

.feature-list p {
  text-align: left;
  line-height: 1.8
}

.feature-list .system dl {
  margin-bottom: 2rem
}

.feature-list .system dl dt {
  background: #000;
  color: #fff;
  font-weight: 700;
  border-radius: 2rem;
  margin-bottom: .6rem;
  padding: .2rem 0
}

.feature-list .system dl dd {
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.feature-list .system dl dd span {
  display: inline-block;
  /* width: 45% */
}

.feature-list .system dl dd span:nth-child(2) {
  margin-left: 1rem;
}

.feature-list .system dl:last-child dt {
  background: #00258A
}

@media (min-width:481px) {
  .feature__ttl {
    font-size: 3.5rem
  }
  .feature-list .feature-list__slider_item {
    padding: 0 3vw
  }
}

@media (min-width:769px) {
  .feature {
    padding: calc(100vw / 12 * 1.5) calc(100vw / 12)
  }
  .feature__ttl {
    font-size: 4.2rem
  }
  .feature-list .feature-list__slider_item {
    padding: 0 3vw;
    border-right: 1px dotted #d8d8d8;
    min-height: 53rem
  }
  .feature-list .feature-list__slider_item.system {
    border: none
  }
}

@media (min-width:1140px) {
  .feature {
    padding: calc(100vw / 12)
  }
  .feature__ttl {
    font-size: 4.8rem;
    margin-bottom: 7vh
  }
}

.information {
  padding: calc(100vw / 12 * 2) calc(100vw / 12);
  background: #f5f5f5
}

.information .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.info__map {
  width: 100%;
  margin-bottom: 3.5rem;
  line-height: 1
}

.info__map iframe {
  width: 100%;
  min-height: 24rem;
  height: auto
}

.info__main {
  width: 100%
}

.info__main p {
  margin-bottom: 2rem
}

.info__main .tel_container {
  font-weight: 700;
  text-align: center;
  margin-bottom: 7vh
}

.info__main .tel_container span {
  font-size: 1.1rem;
  display: block
}

.info__main .tel_container span:first-child {
  display: inline-block;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #00258A;
  margin-left: 1rem
}

@media (min-width:600px) {
  .info__main .tel_container {
    margin-bottom: 3vh
  }
  .info__main .tel_container span:first-child {
    font-size: 3.6rem;
    font-weight: 400
  }
}

@media (min-width:769px) {
  .information {
    padding: calc(100vw / 12)
  }
  .information .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .info__map {
    width: 50%;
    margin-bottom: 0
  }
  .info__map iframe {
    min-height: 36rem
  }
  .info__main {
    width: 45%
  }
  .info__main .tel_container {
    text-align: left
  }
}

@media (min-width:1140px) {
  .info__main .tel_container span {
    font-size: 1.2rem
  }
  .info__main .tel_container span:first-child {
    font-size: 4.6rem
  }
}

.footer {
  padding: calc(100vw / 12 * 2) calc(100vw / 12);
  background: #000;
  text-align: center
}

.footer .logo {
  width:40vw;
  max-width: 250px
}

@media (min-width:769px) {
  .footer {
    padding: calc(100vw / 12);
    background: #000;
    text-align: center
  }
  .footer .logo {
    width: 40vw;
    max-width: 250px
  }
}

.js_animation_fadeUp {
  opacity: 0
}

.js_animation_fadeUp.is-on {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-animation: FadeInUp .8s ease 0s forwards;
  animation: FadeInUp .8s ease 0s forwards
}

#hero_area .js_animation_fadeUp.is-on {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-animation: FadeInUp 1s ease 3s forwards;
  animation: FadeInUp 1s ease 3s forwards
}

@-webkit-keyframes FadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes FadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.fv_animation_fadeSlideIn {
  opacity: 0
}

.fv_animation_fadeSlideIn.is-on {
  -webkit-animation: fv_FadeSlideIn 1s ease 1s forwards;
  animation: fv_FadeSlideIn 1s ease 1s forwards
}

@-webkit-keyframes fv_FadeSlideIn {
  0% {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: .18
  }
}

@keyframes fv_FadeSlideIn {
  0% {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: .18
  }
}

.fv_animation_fadeUp {
  opacity: 0
}

.fv_animation_fadeUp.is-on.ts_1 {
  -webkit-animation: fv_FadeUp 1s ease 1s forwards;
  animation: fv_FadeUp 1s ease 1s forwards
}

.fv_animation_fadeUp.is-on.ts_2 {
  -webkit-animation: fv_FadeUp .8s ease 1.1s forwards;
  animation: fv_FadeUp .8s ease 1.1s forwards
}

.fv_animation_fadeUp.is-on.ts_3 {
  -webkit-animation: fv_FadeUp .8s ease 1.3s forwards;
  animation: fv_FadeUp .8s ease 1.3s forwards
}

@-webkit-keyframes fv_FadeUp {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fv_FadeUp {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.logo_loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 101;
  background-color: #fff
}

.logo_loader .logo_loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40vw;
  max-width: 350px;
  height: 30vh
}

.logo_loader .logo_loading img {
  width: 100%;
  height: auto
}

.logo_loader .logo_loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loadLogo 2s;
  animation: loadLogo 2s
}

@-webkit-keyframes loadLogo {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}

@keyframes loadLogo {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}

.logo_loader.open {
  -webkit-animation: slideOut .6s ease-in-out 1.6s forwards;
  animation: slideOut .6s ease-in-out 1.6s forwards
}

@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  80% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
  }
}

@keyframes slideOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  80% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
  }
}
