@charset "UTF-8";
/*!==========
* basic codes
*/
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: auto;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-center {
  margin: 0 auto;
}

.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: center center;
}

*:has(> .mobile-fixed-parallax) {
  position: relative;
}

.mobile-fixed-parallax,
.mobile-fixed-parallax-contain {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.mobile-fixed-parallax figure,
.mobile-fixed-parallax-contain figure {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: -webkit-fill-available; /* iOS対策 */
}
.mobile-fixed-parallax img,
.mobile-fixed-parallax-contain img {
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}

.mobile-fixed-parallax-contain img {
  object-fit: contain;
  object-position: center 0%;
}

.mobile-fixed-parallax.dot-fullcover figure::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: radial-gradient(#000 50%, transparent 0), radial-gradient(#000 50%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 4px 4px;
  opacity: 0.2;
}

.mobile-fixed-parallax.border-fullcover figure::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 1px, transparent 1px, transparent 4px);
  opacity: 0.2;
}

.mobile-fixed-parallax.stripe-fullcover figure::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: url(../images/common/biz_item_header_cover.svg);
  background-repeat: repeat;
  background-size: 8px;
  opacity: 0.1;
}

.iv, .ivo {
  visibility: hidden;
}

#spnav-btn {
  position: fixed;
  right: 12px;
  top: 12px;
  z-index: 1150;
  width: 60px;
  height: 60px;
}
#spnav-btn a {
  display: block;
  width: 60px;
  height: 60px;
  padding-top: 17px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 30px;
  line-height: 21px;
}
#spnav-btn a span {
  display: block;
  font-size: 10px;
  line-height: 12px;
}

#spnav {
  position: fixed;
  right: -320px;
  top: 0;
  z-index: 1500;
  width: 320px;
  height: 100lvh;
  padding: 15px;
  overflow-y: scroll;
  background-color: rgba(0, 88, 122, 0.8);
  border-left: 1px solid rgb(0, 88, 122);
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#spnav-in {
  position: relative;
  left: 0;
  top: 0;
}

.spnav-close,
.spnav-return {
  height: auto;
  margin-bottom: 15px;
  text-align: center;
}
.spnav-close a,
.spnav-return a {
  display: block;
  padding: 7px 0;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: rgb(0, 88, 122);
  text-decoration: none;
  color: #ddd;
  transition: background-color 0.5s, border 0.5s;
}
.spnav-close a span,
.spnav-return a span {
  display: inline-block;
  position: relative;
  left: 0;
  color: #6c8cff;
  transition: color 0.5s, left 0.5s;
}
.spnav-close a:hover,
.spnav-return a:hover {
  border: 3px solid rgb(0, 88, 122);
  background-color: rgba(0, 88, 122, 0.8);
  transition: background-color 0.5s, border 0.5s;
}

.spnav-close a:hover span {
  left: 15px;
  transition: color 0.5s, left 0.5s;
}

.spnav-return a:hover span {
  left: -15px;
  transition: color 0.5s, left 0.5s;
}

#spnav ul.spnav-items {
  padding-top: 1px;
  list-style: none;
}
#spnav ul.spnav-items li {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
#spnav ul.spnav-items li a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 8px 10px 7px 10px;
  border-radius: 3px;
  background-color: transparent;
  text-decoration: none;
  color: #ddd;
  transition: background-color 0.5s, padding-left 0.5s;
}
#spnav ul.spnav-items li a:hover {
  padding-left: 24px;
  background-color: rgb(0, 88, 122);
  transition: background-color 0.5s, padding-left 0.5s;
}
#spnav ul.spnav-items li a:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 16px;
  width: 0;
  height: 0;
  border-left: 6px solid rgb(108, 140, 255);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  opacity: 0;
  transition: opacity 0.5s;
}
#spnav ul.spnav-items li a:hover:before {
  opacity: 1;
  transition: opacity 0.5s;
}

#spnav-children {
  position: absolute;
  left: 320px;
  top: 0;
  width: 100%;
  height: auto;
}

.spnav-child {
  display: none;
  width: 100%;
  height: auto;
}

.b-s {
  clear: both;
  max-width: 1470px;
  height: auto;
  overflow: hidden;
  padding: 0 15px;
  margin: 0 auto;
}

.b-s-rigit {
  clear: both;
  height: auto;
  overflow: hidden;
  padding: 0 15px;
  margin: 0 auto;
}

.b-s-liquid {
  clear: both;
  height: auto;
  overflow: hidden;
  padding: 0 15px;
}

.b-s-max {
  clear: both;
  height: auto;
  overflow: hidden;
}
.b-s-max .bcs {
  margin: 0;
}
.b-s-max .bcs .bc-xxs-1, .b-s-max .bcs .bc-xxs-2, .b-s-max .bcs .bc-xxs-3, .b-s-max .bcs .bc-xxs-4,
.b-s-max .bcs .bc-xxs-5, .b-s-max .bcs .bc-xxs-6, .b-s-max .bcs .bc-xxs-7, .b-s-max .bcs .bc-xxs-8,
.b-s-max .bcs .bc-xxs-9, .b-s-max .bcs .bc-xxs-10, .b-s-max .bcs .bc-xxs-11, .b-s-max .bcs .bc-xxs-12, .b-s-max .bcs .bc-xxs-5c,
.b-s-max .bcs .bc-xs-1, .b-s-max .bcs .bc-xs-2, .b-s-max .bcs .bc-xs-3, .b-s-max .bcs .bc-xs-4,
.b-s-max .bcs .bc-xs-5, .b-s-max .bcs .bc-xs-6, .b-s-max .bcs .bc-xs-7, .b-s-max .bcs .bc-xs-8,
.b-s-max .bcs .bc-xs-9, .b-s-max .bcs .bc-xs-10, .b-s-max .bcs .bc-xs-11, .b-s-max .bcs .bc-xs-12, .b-s-max .bcs .bc-xs-5c,
.b-s-max .bcs .bc-sm-1, .b-s-max .bcs .bc-sm-2, .b-s-max .bcs .bc-sm-3, .b-s-max .bcs .bc-sm-4,
.b-s-max .bcs .bc-sm-5, .b-s-max .bcs .bc-sm-6, .b-s-max .bcs .bc-sm-7, .b-s-max .bcs .bc-sm-8,
.b-s-max .bcs .bc-sm-9, .b-s-max .bcs .bc-sm-10, .b-s-max .bcs .bc-sm-11, .b-s-max .bcs .bc-sm-12, .b-s-max .bcs .bc-sm-5c,
.b-s-max .bcs .bc-md-1, .b-s-max .bcs .bc-md-2, .b-s-max .bcs .bc-md-3, .b-s-max .bcs .bc-md-4,
.b-s-max .bcs .bc-md-5, .b-s-max .bcs .bc-md-6, .b-s-max .bcs .bc-md-7, .b-s-max .bcs .bc-md-8,
.b-s-max .bcs .bc-md-9, .b-s-max .bcs .bc-md-10, .b-s-max .bcs .bc-md-11, .b-s-max .bcs .bc-md-12, .b-s-max .bcs .bc-md-5c,
.b-s-max .bcs .bc-lg-1, .b-s-max .bcs .bc-lg-2, .b-s-max .bcs .bc-lg-3, .b-s-max .bcs .bc-lg-4,
.b-s-max .bcs .bc-lg-5, .b-s-max .bcs .bc-lg-6, .b-s-max .bcs .bc-lg-7, .b-s-max .bcs .bc-lg-8,
.b-s-max .bcs .bc-lg-9, .b-s-max .bcs .bc-lg-10, .b-s-max .bcs .bc-lg-11, .b-s-max .bcs .bc-lg-12, .b-s-max .bcs .bc-lg-5c,
.b-s-max .bcs .bc-xl-1, .b-s-max .bcs .bc-xl-2, .b-s-max .bcs .bc-xl-3, .b-s-max .bcs .bc-xl-4,
.b-s-max .bcs .bc-xl-5, .b-s-max .bcs .bc-xl-6, .b-s-max .bcs .bc-xl-7, .b-s-max .bcs .bc-xl-8,
.b-s-max .bcs .bc-xl-9, .b-s-max .bcs .bc-xl-10, .b-s-max .bcs .bc-xl-11, .b-s-max .bcs .bc-xl-12, .b-s-max .bcs .bc-xl-5c {
  padding: 0;
}

.bcs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  clear: both;
  height: auto;
  overflow: hidden;
  margin: 0 -6px;
}
.bcs .bc {
  flex-grow: 0;
}
.bcs .bc-xxs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.bcs .bc-xxs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.bcs .bc-xxs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.bcs .bc-xxs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.bcs .bc-xxs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.bcs .bc-xxs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.bcs .bc-xxs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.bcs .bc-xxs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.bcs .bc-xxs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.bcs .bc-xxs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.bcs .bc-xxs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.bcs .bc-xxs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.bcs .bc-xxs-5c {
  flex-basis: 20%;
  max-width: 20%;
}

@media (min-width: 480px) {
  .bcs {
    margin: 0 -15px;
  }
  .bcs .bc-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bcs .bc-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bcs .bc-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .bcs .bc-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bcs .bc-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bcs .bc-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .bcs .bc-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bcs .bc-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bcs .bc-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .bcs .bc-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bcs .bc-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bcs .bc-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .bcs .bc-xs-5c {
    flex-basis: 20%;
    max-width: 20%;
  }
} /* end min 480 */
@media (min-width: 768px) {
  .b-s-rigit {
    width: 750px;
  }
  .bcs .bc-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bcs .bc-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bcs .bc-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .bcs .bc-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bcs .bc-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bcs .bc-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .bcs .bc-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bcs .bc-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bcs .bc-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .bcs .bc-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bcs .bc-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bcs .bc-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .bcs .bc-sm-5c {
    flex-basis: 20%;
    max-width: 20%;
  }
} /* end min 768 */
@media (min-width: 992px) {
  .b-s-rigit {
    width: 970px;
  }
  .bcs .bc-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bcs .bc-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bcs .bc-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .bcs .bc-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bcs .bc-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bcs .bc-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .bcs .bc-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bcs .bc-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bcs .bc-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .bcs .bc-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bcs .bc-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bcs .bc-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .bcs .bc-md-5c {
    flex-basis: 20%;
    max-width: 20%;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .b-s-rigit {
    width: 1170px;
  }
  .bcs .bc-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bcs .bc-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bcs .bc-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .bcs .bc-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bcs .bc-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bcs .bc-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .bcs .bc-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bcs .bc-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bcs .bc-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .bcs .bc-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bcs .bc-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bcs .bc-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .bcs .bc-lg-5c {
    flex-basis: 20%;
    max-width: 20%;
  }
} /* end min 1200 */
@media (min-width: 1470px) {
  .b-s-rigit {
    width: 1440px;
  }
  .bcs .bc-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bcs .bc-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bcs .bc-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .bcs .bc-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bcs .bc-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bcs .bc-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .bcs .bc-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bcs .bc-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bcs .bc-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .bcs .bc-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bcs .bc-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bcs .bc-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .bcs .bc-xl-5c {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.bc-xxs-1, .bc-xxs-2, .bc-xxs-3, .bc-xxs-4,
.bc-xxs-5, .bc-xxs-6, .bc-xxs-7, .bc-xxs-8,
.bc-xxs-9, .bc-xxs-10, .bc-xxs-11, .bc-xxs-12, .bc-xxs-5c,
.bc-xs-1, .bc-xs-2, .bc-xs-3, .bc-xs-4,
.bc-xs-5, .bc-xs-6, .bc-xs-7, .bc-xs-8,
.bc-xs-9, .bc-xs-10, .bc-xs-11, .bc-xs-12, .bc-xs-5c,
.bc-sm-1, .bc-sm-2, .bc-sm-3, .bc-sm-4,
.bc-sm-5, .bc-sm-6, .bc-sm-7, .bc-sm-8,
.bc-sm-9, .bc-sm-10, .bc-sm-11, .bc-sm-12, .bc-sm-5c,
.bc-md-1, .bc-md-2, .bc-md-3, .bc-md-4,
.bc-md-5, .bc-md-6, .bc-md-7, .bc-md-8,
.bc-md-9, .bc-md-10, .bc-md-11, .bc-md-12, .bc-md-5c,
.bc-lg-1, .bc-lg-2, .bc-lg-3, .bc-lg-4,
.bc-lg-5, .bc-lg-6, .bc-lg-7, .bc-lg-8,
.bc-lg-9, .bc-lg-10, .bc-lg-11, .bc-lg-12, .bc-lg-5c,
.bc-xl-1, .bc-xl-2, .bc-xl-3, .bc-xl-4,
.bc-xl-5, .bc-xl-6, .bc-xl-7, .bc-xl-8,
.bc-xl-9, .bc-xl-10, .bc-xl-11, .bc-xl-12, .bc-xl-5c {
  padding: 0 15px;
}

.visible-xxs, .visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl,
.visible-xxs-il, .visible-xs-il, .visible-sm-il, .visible-md-il, .visible-lg-il, .visible-xl-il,
.visible-xxs-ib, .visible-xs-ib, .visible-sm-ib, .visible-md-ib, .visible-lg-ib, .visible-xl-ib {
  display: none;
}

.bc-order-1 {
  order: 1;
}

.bc-order-2 {
  order: 2;
}

.bc-order-3 {
  order: 3;
}

.bc-order-4 {
  order: 4;
}

.bc-order-5 {
  order: 5;
}

.bc-order-6 {
  order: 6;
}

.bc-order-7 {
  order: 7;
}

.bc-order-8 {
  order: 8;
}

.bc-order-9 {
  order: 9;
}

.bc-order-10 {
  order: 10;
}

.bc-order-11 {
  order: 11;
}

.bc-order-12 {
  order: 12;
}

@media (width < 480px) {
  .hidden-xxs {
    display: none;
  }
  .visible-xxs {
    display: block;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row;
  }
  th.visible-xxs, td.visible-xxs {
    display: table-cell;
  }
  .visible-xxs-il {
    display: inline;
  }
  .visible-xxs-ib {
    display: inline-block;
  }
  .bc-xxs-order-1 {
    order: 1;
  }
  .bc-xxs-order-2 {
    order: 2;
  }
  .bc-xxs-order-3 {
    order: 3;
  }
  .bc-xxs-order-4 {
    order: 4;
  }
  .bc-xxs-order-5 {
    order: 5;
  }
  .bc-xxs-order-6 {
    order: 6;
  }
  .bc-xxs-order-7 {
    order: 7;
  }
  .bc-xxs-order-8 {
    order: 8;
  }
  .bc-xxs-order-9 {
    order: 9;
  }
  .bc-xxs-order-10 {
    order: 10;
  }
  .bc-xxs-order-11 {
    order: 11;
  }
  .bc-xxs-order-12 {
    order: 12;
  }
  .bc-xxs-1, .bc-xxs-2, .bc-xxs-3, .bc-xxs-4,
  .bc-xxs-5, .bc-xxs-6, .bc-xxs-7, .bc-xxs-8,
  .bc-xxs-9, .bc-xxs-10, .bc-xxs-11, .bc-xxs-12, .bc-xxs-5c,
  .bc-xs-1, .bc-xs-2, .bc-xs-3, .bc-xs-4,
  .bc-xs-5, .bc-xs-6, .bc-xs-7, .bc-xs-8,
  .bc-xs-9, .bc-xs-10, .bc-xs-11, .bc-xs-12, .bc-xs-5c,
  .bc-sm-1, .bc-sm-2, .bc-sm-3, .bc-sm-4,
  .bc-sm-5, .bc-sm-6, .bc-sm-7, .bc-sm-8,
  .bc-sm-9, .bc-sm-10, .bc-sm-11, .bc-sm-12, .bc-sm-5c,
  .bc-md-1, .bc-md-2, .bc-md-3, .bc-md-4,
  .bc-md-5, .bc-md-6, .bc-md-7, .bc-md-8,
  .bc-md-9, .bc-md-10, .bc-md-11, .bc-md-12, .bc-md-5c,
  .bc-lg-1, .bc-lg-2, .bc-lg-3, .bc-lg-4,
  .bc-lg-5, .bc-lg-6, .bc-lg-7, .bc-lg-8,
  .bc-lg-9, .bc-lg-10, .bc-lg-11, .bc-lg-12, .bc-lg-5c,
  .bc-xl-1, .bc-xl-2, .bc-xl-3, .bc-xl-4,
  .bc-xl-5, .bc-xl-6, .bc-xl-7, .bc-xl-8,
  .bc-xl-9, .bc-xl-10, .bc-xl-11, .bc-xl-12, .bc-xl-5c {
    padding: 0 6px;
  }
}
@media (480px <= width < 768px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell;
  }
  .visible-xs-il {
    display: inline;
  }
  .visible-xs-ib {
    display: inline-block;
  }
  .bc-xs-order-1 {
    order: 1;
  }
  .bc-xs-order-2 {
    order: 2;
  }
  .bc-xs-order-3 {
    order: 3;
  }
  .bc-xs-order-4 {
    order: 4;
  }
  .bc-xs-order-5 {
    order: 5;
  }
  .bc-xs-order-6 {
    order: 6;
  }
  .bc-xs-order-7 {
    order: 7;
  }
  .bc-xs-order-8 {
    order: 8;
  }
  .bc-xs-order-9 {
    order: 9;
  }
  .bc-xs-order-10 {
    order: 10;
  }
  .bc-xs-order-11 {
    order: 11;
  }
  .bc-xs-order-12 {
    order: 12;
  }
}
@media (768px <= width < 992px) {
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: block;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell;
  }
  .visible-sm-il {
    display: inline;
  }
  .visible-sm-ib {
    display: inline-block;
  }
  .bc-sm-order-1 {
    order: 1;
  }
  .bc-sm-order-2 {
    order: 2;
  }
  .bc-sm-order-3 {
    order: 3;
  }
  .bc-sm-order-4 {
    order: 4;
  }
  .bc-sm-order-5 {
    order: 5;
  }
  .bc-sm-order-6 {
    order: 6;
  }
  .bc-sm-order-7 {
    order: 7;
  }
  .bc-sm-order-8 {
    order: 8;
  }
  .bc-sm-order-9 {
    order: 9;
  }
  .bc-sm-order-10 {
    order: 10;
  }
  .bc-sm-order-11 {
    order: 11;
  }
  .bc-sm-order-12 {
    order: 12;
  }
}
@media (992px <= width < 1200px) {
  .hidden-md {
    display: none;
  }
  .visible-md {
    display: block;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row;
  }
  th.visible-md, td.visible-md {
    display: table-cell;
  }
  .visible-md-il {
    display: inline;
  }
  .visible-md-ib {
    display: inline-block;
  }
  .bc-md-order-1 {
    order: 1;
  }
  .bc-md-order-2 {
    order: 2;
  }
  .bc-md-order-3 {
    order: 3;
  }
  .bc-md-order-4 {
    order: 4;
  }
  .bc-md-order-5 {
    order: 5;
  }
  .bc-md-order-6 {
    order: 6;
  }
  .bc-md-order-7 {
    order: 7;
  }
  .bc-md-order-8 {
    order: 8;
  }
  .bc-md-order-9 {
    order: 9;
  }
  .bc-md-order-10 {
    order: 10;
  }
  .bc-md-order-11 {
    order: 11;
  }
  .bc-md-order-12 {
    order: 12;
  }
}
@media (1200px <= width < 1470px) {
  .hidden-lg {
    display: none;
  }
  .visible-lg {
    display: block;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell;
  }
  .visible-lg-il {
    display: inline;
  }
  .visible-lg-ib {
    display: inline-block;
  }
  .bc-lg-order-1 {
    order: 1;
  }
  .bc-lg-order-2 {
    order: 2;
  }
  .bc-lg-order-3 {
    order: 3;
  }
  .bc-lg-order-4 {
    order: 4;
  }
  .bc-lg-order-5 {
    order: 5;
  }
  .bc-lg-order-6 {
    order: 6;
  }
  .bc-lg-order-7 {
    order: 7;
  }
  .bc-lg-order-8 {
    order: 8;
  }
  .bc-lg-order-9 {
    order: 9;
  }
  .bc-lg-order-10 {
    order: 10;
  }
  .bc-lg-order-11 {
    order: 11;
  }
  .bc-lg-order-12 {
    order: 12;
  }
}
@media (1470px <= width) {
  .hidden-xl {
    display: none;
  }
  .visible-xl {
    display: block;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row;
  }
  th.visible-xl, td.visible-xl {
    display: table-cell;
  }
  .visible-xl-il {
    display: inline;
  }
  .visible-xl-ib {
    display: inline-block;
  }
  .bc-xl-order-1 {
    order: 1;
  }
  .bc-xl-order-2 {
    order: 2;
  }
  .bc-xl-order-3 {
    order: 3;
  }
  .bc-xl-order-4 {
    order: 4;
  }
  .bc-xl-order-5 {
    order: 5;
  }
  .bc-xl-order-6 {
    order: 6;
  }
  .bc-xl-order-7 {
    order: 7;
  }
  .bc-xl-order-8 {
    order: 8;
  }
  .bc-xl-order-9 {
    order: 9;
  }
  .bc-xl-order-10 {
    order: 10;
  }
  .bc-xl-order-11 {
    order: 11;
  }
  .bc-xl-order-12 {
    order: 12;
  }
}
.page-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 15px;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.page-table th, .page-table td {
  display: block;
  width: 100%;
  padding: 4px 18px 3px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 24px;
}
.page-table th {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  font-weight: 400;
}
.page-table td {
  padding-bottom: 9px;
}

@media (min-width: 768px) {
  .page-table {
    border-top: none;
    line-height: 21px;
  }
  .page-table th, .page-table td {
    display: table-cell;
    padding: 9px 18px 9px 18px;
    vertical-align: top;
  }
  .page-table th {
    width: 170px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    text-align: left;
  }
  .page-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .page-table tr:first-child th {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .page-table tr:first-child td {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
/*
  form items
*/
.form-read {
  padding-top: 30px;
  line-height: 24px;
}
.form-read p {
  margin-bottom: 15px;
}

.form-must {
  display: inline-block;
  padding: 4px 6px 3px 6px;
  margin: 2px 3px 0 3px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#form-zip {
  display: inline-block;
  max-width: 200px;
}

.form-items .form-item {
  position: relative;
  margin-bottom: 3px;
}
.form-items .form-item .item-title {
  padding: 12px 15px 8px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  line-height: 21px;
}
.form-items .form-item .item-title .form-must {
  margin: 2px 0 0 0;
  float: right;
}
.form-items .form-item .item-body {
  padding: 15px 15px 30px 15px;
}
.form-items .form-item hr {
  height: 0;
  border: 2px dotted #888;
  border-width: 2px 0 0 0;
  margin: 15px 0;
}
.form-items input, .form-items select, .form-items label, .form-items textarea {
  border-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #aaa;
}
.form-items select,
.form-items ::picker(select) {
  background-color: black;
}

.form-btns {
  max-width: 720px;
  padding-top: 60px;
  margin: 0 auto;
}
.form-btns a.form-btn,
.form-btns button.form-btn {
  display: block;
  width: 100%;
  border: none;
  border-radius: 3px;
  height: 52px;
  margin-bottom: 9px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.form-btns .form-submit {
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.5s;
}
.form-btns .form-submit:hover {
  background-color: black;
}
.form-btns .form-reset {
  background-color: rgba(85, 85, 85, 0.6);
  transition: background-color 0.5s;
}
.form-btns .form-reset:hover {
  background-color: #555555;
}

@media (768px <= width) {
  .form-items .form-item {
    height: auto;
    overflow: hidden;
  }
  .form-items .form-item .item-title {
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .form-items .form-item .item-body {
    height: 100%;
  }
}
/*
  from bootstrap
  forms [ .form-control ]
*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }
}
.pagemove {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100lvh;
}
.pagemove .pagemove-obj {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #101010;
}

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

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

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

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

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

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

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}

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

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

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

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

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

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

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

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

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

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

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

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

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

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

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

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

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

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
*/
body {
  color: #0b0b0b;
}

a {
  color: #948b59;
}

a:hover {
  color: #b4a75d;
}

#spnav-btn a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

#spnav {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ddd;
  border-left: 1px solid black;
}

.spnav-close a,
.spnav-return a {
  border: 2px solid transparent;
  background-color: black;
  color: #ddd;
}
.spnav-close a span,
.spnav-return a span {
  color: rgba(119, 119, 119, 0.6);
}
.spnav-close a:hover,
.spnav-return a:hover {
  border: 2px solid black;
  background-color: rgba(0, 0, 0, 0.8);
}

.spnav-close a:hover span {
  color: rgba(119, 119, 119, 0.6);
}

.spnav-return a:hover span {
  color: rgba(119, 119, 119, 0.6);
}

#spnav ul.spnav-items {
  border-top: 1px dotted rgba(85, 85, 85, 0.6);
}
#spnav ul.spnav-items li {
  border-bottom: 1px dotted rgba(85, 85, 85, 0.6);
}
#spnav ul.spnav-items li a {
  background-color: transparent;
  color: #ddd;
}
#spnav ul.spnav-items li a:before {
  border-left: 6px solid rgba(119, 119, 119, 0.6);
}
#spnav ul.spnav-items li a:hover {
  background-color: black;
}
#spnav ul.spnav-items li::before {
  border-left: 6px solid rgba(119, 119, 119, 0.6);
}

.opening-loading {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.opening {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  display: grid;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.opening-name {
  display: none;
}
.opening-name svg {
  overflow: visible;
}

.opening-name-in {
  margin: 0 auto;
}
.opening-name-in svg {
  max-width: 180px;
}

.opening-logo {
  max-width: 400px;
  margin: 0 auto 30px auto;
  overflow: visible;
}

.page-all {
  position: relative;
  display: none;
}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 75.3995361328px;
    stroke-dasharray: 75.3995361328px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 75.3995361328px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 75.3995361328px;
    stroke-dasharray: 75.3995361328px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 75.3995361328px;
  }
}
.opmsvg-1 {
  -webkit-animation: animate-svg-stroke-1 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-1 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 77.9105987549px;
    stroke-dasharray: 77.9105987549px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 77.9105987549px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 77.9105987549px;
    stroke-dasharray: 77.9105987549px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 77.9105987549px;
  }
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.opmsvg-2 {
  -webkit-animation: animate-svg-stroke-2 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.08s both, animate-svg-fill-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both;
  animation: animate-svg-stroke-2 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.08s both, animate-svg-fill-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 59.0177383423px;
    stroke-dasharray: 59.0177383423px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 59.0177383423px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 59.0177383423px;
    stroke-dasharray: 59.0177383423px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 59.0177383423px;
  }
}
.opmsvg-3 {
  -webkit-animation: animate-svg-stroke-3 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.16s both, animate-svg-fill-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.56s both;
  animation: animate-svg-stroke-3 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.16s both, animate-svg-fill-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.56s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 60.8411369324px;
    stroke-dasharray: 60.8411369324px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 60.8411369324px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 60.8411369324px;
    stroke-dasharray: 60.8411369324px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 60.8411369324px;
  }
}
@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.opmsvg-4 {
  -webkit-animation: animate-svg-stroke-4 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.64s both;
  animation: animate-svg-stroke-4 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.64s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 94.8287353516px;
    stroke-dasharray: 94.8287353516px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 94.8287353516px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 94.8287353516px;
    stroke-dasharray: 94.8287353516px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 94.8287353516px;
  }
}
.opmsvg-5 {
  -webkit-animation: animate-svg-stroke-5 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.32s both, animate-svg-fill-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both;
  animation: animate-svg-stroke-5 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.32s both, animate-svg-fill-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 94.2035369873px;
    stroke-dasharray: 94.2035369873px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 94.2035369873px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 94.2035369873px;
    stroke-dasharray: 94.2035369873px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 94.2035369873px;
  }
}
@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.opmsvg-6 {
  -webkit-animation: animate-svg-stroke-6 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both, animate-svg-fill-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: animate-svg-stroke-6 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both, animate-svg-fill-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 93.4809570313px;
    stroke-dasharray: 93.4809570313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.4809570313px;
  }
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 93.4809570313px;
    stroke-dasharray: 93.4809570313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.4809570313px;
  }
}
.opmsvg-7 {
  -webkit-animation: animate-svg-stroke-7 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.88s both;
  animation: animate-svg-stroke-7 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.88s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 91.7242431641px;
    stroke-dasharray: 91.7242431641px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 91.7242431641px;
  }
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 91.7242431641px;
    stroke-dasharray: 91.7242431641px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 91.7242431641px;
  }
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.opmsvg-8 {
  -webkit-animation: animate-svg-stroke-8 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.56s both, animate-svg-fill-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both;
  animation: animate-svg-stroke-8 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.56s both, animate-svg-fill-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 46.4735527039px;
    stroke-dasharray: 46.4735527039px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 46.4735527039px;
  }
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 46.4735527039px;
    stroke-dasharray: 46.4735527039px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 46.4735527039px;
  }
}
.opmsvg-9 {
  -webkit-animation: animate-svg-stroke-9 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.64s both, animate-svg-fill-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.04s both;
  animation: animate-svg-stroke-9 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.64s both, animate-svg-fill-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.04s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 48.9865264893px;
    stroke-dasharray: 48.9865264893px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 48.9865264893px;
  }
}
@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 48.9865264893px;
    stroke-dasharray: 48.9865264893px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 48.9865264893px;
  }
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.opmsvg-10 {
  -webkit-animation: animate-svg-stroke-10 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both;
  animation: animate-svg-stroke-10 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 59.0144271851px;
    stroke-dasharray: 59.0144271851px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 59.0144271851px;
  }
}
@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 59.0144271851px;
    stroke-dasharray: 59.0144271851px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 59.0144271851px;
  }
}
.opmsvg-11 {
  -webkit-animation: animate-svg-stroke-11 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both, animate-svg-fill-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
  animation: animate-svg-stroke-11 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both, animate-svg-fill-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 60.8416671753px;
    stroke-dasharray: 60.8416671753px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 60.8416671753px;
  }
}
@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 60.8416671753px;
    stroke-dasharray: 60.8416671753px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 60.8416671753px;
  }
}
@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.opmsvg-12 {
  -webkit-animation: animate-svg-stroke-12 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.88s both, animate-svg-fill-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.28s both;
  animation: animate-svg-stroke-12 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.88s both, animate-svg-fill-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.28s both;
}

@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 89.0858459473px;
    stroke-dasharray: 89.0858459473px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 89.0858459473px;
  }
}
@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 89.0858459473px;
    stroke-dasharray: 89.0858459473px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 89.0858459473px;
  }
}
.opmsvg-13 {
  -webkit-animation: animate-svg-stroke-13 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-13 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.36s both;
  animation: animate-svg-stroke-13 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-13 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.36s both;
}

@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 90.3249053955px;
    stroke-dasharray: 90.3249053955px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 90.3249053955px;
  }
}
@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 90.3249053955px;
    stroke-dasharray: 90.3249053955px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 90.3249053955px;
  }
}
@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.opmsvg-14 {
  -webkit-animation: animate-svg-stroke-14 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.04s both, animate-svg-fill-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both;
  animation: animate-svg-stroke-14 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.04s both, animate-svg-fill-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both;
}

@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 93.4763259888px;
    stroke-dasharray: 93.4763259888px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.4763259888px;
  }
}
@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 93.4763259888px;
    stroke-dasharray: 93.4763259888px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.4763259888px;
  }
}
.opmsvg-15 {
  -webkit-animation: animate-svg-stroke-15 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both, animate-svg-fill-15 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.52s both;
  animation: animate-svg-stroke-15 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both, animate-svg-fill-15 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.52s both;
}

@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 91.724395752px;
    stroke-dasharray: 91.724395752px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 91.724395752px;
  }
}
@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 91.724395752px;
    stroke-dasharray: 91.724395752px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 91.724395752px;
  }
}
@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.opmsvg-16 {
  -webkit-animation: animate-svg-stroke-16 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-16 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
  animation: animate-svg-stroke-16 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-16 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 46.0963630676px;
    stroke-dasharray: 46.0963630676px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 46.0963630676px;
  }
}
@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 46.0963630676px;
    stroke-dasharray: 46.0963630676px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 46.0963630676px;
  }
}
.opmsvg-17 {
  -webkit-animation: animate-svg-stroke-17 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.28s both, animate-svg-fill-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both;
  animation: animate-svg-stroke-17 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.28s both, animate-svg-fill-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both;
}

@-webkit-keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 46.8761024475px;
    stroke-dasharray: 46.8761024475px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 46.8761024475px;
  }
}
@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 46.8761024475px;
    stroke-dasharray: 46.8761024475px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 46.8761024475px;
  }
}
@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.opmsvg-18 {
  -webkit-animation: animate-svg-stroke-18 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.36s both, animate-svg-fill-18 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.76s both;
  animation: animate-svg-stroke-18 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.36s both, animate-svg-fill-18 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.76s both;
}

@-webkit-keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 65.3196868896px;
    stroke-dasharray: 65.3196868896px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 65.3196868896px;
  }
}
@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 65.3196868896px;
    stroke-dasharray: 65.3196868896px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 65.3196868896px;
  }
}
.opmsvg-19 {
  -webkit-animation: animate-svg-stroke-19 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both, animate-svg-fill-19 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.84s both;
  animation: animate-svg-stroke-19 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both, animate-svg-fill-19 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.84s both;
}

@-webkit-keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 67.8422012329px;
    stroke-dasharray: 67.8422012329px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 67.8422012329px;
  }
}
@keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 67.8422012329px;
    stroke-dasharray: 67.8422012329px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 67.8422012329px;
  }
}
@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.opmsvg-20 {
  -webkit-animation: animate-svg-stroke-20 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.52s both, animate-svg-fill-20 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both;
  animation: animate-svg-stroke-20 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.52s both, animate-svg-fill-20 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both;
}

@-webkit-keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 89.0895004272px;
    stroke-dasharray: 89.0895004272px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 89.0895004272px;
  }
}
@keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 89.0895004272px;
    stroke-dasharray: 89.0895004272px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 89.0895004272px;
  }
}
.opmsvg-21 {
  -webkit-animation: animate-svg-stroke-21 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both, animate-svg-fill-21 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
  animation: animate-svg-stroke-21 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both, animate-svg-fill-21 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 90.3230133057px;
    stroke-dasharray: 90.3230133057px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 90.3230133057px;
  }
}
@keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 90.3230133057px;
    stroke-dasharray: 90.3230133057px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 90.3230133057px;
  }
}
@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.opmsvg-22 {
  -webkit-animation: animate-svg-stroke-22 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both, animate-svg-fill-22 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.08s both;
  animation: animate-svg-stroke-22 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both, animate-svg-fill-22 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.08s both;
}

@-webkit-keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 30.2464942932px;
    stroke-dasharray: 30.2464942932px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 30.2464942932px;
  }
}
@keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 30.2464942932px;
    stroke-dasharray: 30.2464942932px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 30.2464942932px;
  }
}
.opmsvg-23 {
  -webkit-animation: animate-svg-stroke-23 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.76s both, animate-svg-fill-23 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both;
  animation: animate-svg-stroke-23 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.76s both, animate-svg-fill-23 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both;
}

@-webkit-keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 32.7586593628px;
    stroke-dasharray: 32.7586593628px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 32.7586593628px;
  }
}
@keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 32.7586593628px;
    stroke-dasharray: 32.7586593628px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 32.7586593628px;
  }
}
@-webkit-keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.opmsvg-24 {
  -webkit-animation: animate-svg-stroke-24 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.84s both, animate-svg-fill-24 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.24s both;
  animation: animate-svg-stroke-24 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.84s both, animate-svg-fill-24 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.24s both;
}

@-webkit-keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 7.2759299278px;
    stroke-dasharray: 7.2759299278px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.2759299278px;
  }
}
@keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 7.2759299278px;
    stroke-dasharray: 7.2759299278px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.2759299278px;
  }
}
.opmsvg-25 {
  -webkit-animation: animate-svg-stroke-25 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both, animate-svg-fill-25 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.32s both;
  animation: animate-svg-stroke-25 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both, animate-svg-fill-25 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.32s both;
}

@-webkit-keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 9.7850089073px;
    stroke-dasharray: 9.7850089073px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.7850089073px;
  }
}
@keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 9.7850089073px;
    stroke-dasharray: 9.7850089073px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.7850089073px;
  }
}
@-webkit-keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.opmsvg-26 {
  -webkit-animation: animate-svg-stroke-26 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both, animate-svg-fill-26 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
  animation: animate-svg-stroke-26 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both, animate-svg-fill-26 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
}

@-webkit-keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 575.1132202148px;
    stroke-dasharray: 575.1132202148px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 575.1132202148px;
  }
}
@keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 575.1132202148px;
    stroke-dasharray: 575.1132202148px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 575.1132202148px;
  }
}
@-webkit-keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.opmsvg-27 {
  -webkit-animation: animate-svg-stroke-27 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 2.08s both, animate-svg-fill-27 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.48s both;
  animation: animate-svg-stroke-27 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 2.08s both, animate-svg-fill-27 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.48s both;
}

/*!
*/ /*!==========
* common
*/
.footer-map {
  width: 100%;
  height: 70vh;
  max-height: 350px;
}
.footer-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.gfooter {
  padding-top: 90px;
  color: #b7b7b7;
}
.gfooter .gflogo {
  margin-bottom: 45px;
}
.gfooter .gf-info {
  margin-bottom: 30px;
}
.gfooter .gf-info .gf-info-company {
  display: inline-block;
  text-align: center;
}
.gfooter .gf-info .gf-info-company .gf-company-name {
  margin-bottom: 9px;
  font-size: 21px;
  font-weight: 400;
}
.gfooter .gf-info .gf-info-item {
  margin-bottom: 6px;
}
.gfooter .gf-info .fmes {
  padding-top: 15px;
}
.gfooter .bc-item-permit dt {
  font-weight: 700;
}
.gfooter .bc-item-permit dd {
  padding-left: 1em;
  padding-bottom: 6px;
}

.gfnavs .bc:first-child ul {
  border-top: 1px solid rgba(165, 165, 165, 0.3);
}
.gfnavs ul {
  list-style: none;
}
.gfnavs ul li {
  border-bottom: 1px solid rgba(165, 165, 165, 0.3);
  padding: 2px 0;
}
.gfnavs ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 9px 9px 9px 21px;
  color: #b7b7b7;
  text-decoration: none;
  background-color: rgba(240, 225, 214, 0);
  transition: background-color 0.5s;
}
.gfnavs ul li a:hover {
  background-color: rgba(240, 225, 214, 0.1);
}
.gfnavs ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-left: 5px solid rgba(124, 90, 90, 0.6);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* end min 480 */
@media (min-width: 768px) {
  .gfnavs ul {
    border-top: 1px solid rgba(165, 165, 165, 0.3);
  }
} /* end min 768 */
/* end min 960 */
@media (min-width: 1200px) {
  .gfooter {
    padding-top: 120px;
  }
  .gfooter .gflogo {
    margin-bottom: 60px;
  }
} /* end min 1200 */
.gfbn {
  padding-top: 15px;
  text-align: right;
}

.copyright {
  margin-top: 30px;
  padding-top: 9px;
  height: 60px;
  background-color: black;
  color: #a8a8a8;
  text-align: center;
}
.copyright p {
  max-width: 1500px;
  margin: 0 auto;
  padding: 12px 15px 0 15px;
  font-size: 12px;
  text-align: center;
}
.copyright p small {
  font-size: 12px;
}

/* end min 480 */
/* end min 768 */
/* end min 960 */
@media (min-width: 1200px) {
  .copyright {
    margin-top: 120px;
  }
} /* end min 1200 */
#gototop {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 150;
  width: 48px;
  height: 48px;
}
#gototop a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background-color: rgba(255, 0, 0, 0.8);
  transition: background-color 0.5s;
}
#gototop a:hover {
  background-color: red;
}

.cover-stripe {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/cover_stripe.webp);
  background-repeat: repeat;
}

/*!
*/
.gheader-area {
  background-color: #000;
}

.gnav a {
  font-weight: 700;
  text-decoration: none;
}
.gnav a > span {
  display: block;
}
.gnav a .gnav-item-name {
  position: relative;
  padding-bottom: 36px;
}
.gnav a .gnav-item-name::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 18px;
}
.gnav .gnav-item01 a .gnav-item-name::after {
  background-image: url(../images/common/gnav01.svg);
}
.gnav .gnav-item02 a .gnav-item-name::after {
  bottom: 6px;
  background-image: url(../images/common/gnav02.svg);
}
.gnav .gnav-item03 a .gnav-item-name::after {
  bottom: 6px;
  background-image: url(../images/common/gnav03.svg);
}
.gnav .gnav-item04 a .gnav-item-name::after {
  bottom: 4px;
  height: 21px;
  background-image: url(../images/common/gnav04.svg);
  background-size: auto 21px;
}
.gnav .gnav-item05 a .gnav-item-name::after {
  bottom: 5px;
  height: 20px;
  background-image: url(../images/common/gnav05.svg);
  background-size: auto 20px;
}
.gnav .gnav-item06 a .gnav-item-name::after {
  bottom: 4px;
  height: 21px;
  background-image: url(../images/common/gnav06.svg);
  background-size: auto 21px;
}
.gnav .gnav-item07 a .gnav-item-name::after {
  bottom: 5px;
  background-image: url(../images/common/gnav_contact.svg);
}

.gnav-items a {
  position: relative;
  display: block;
  height: 105px;
  overflow: hidden;
  padding-top: 28px;
  line-height: 15px;
  background-color: rgba(255, 0, 0, 0);
  transition: background-color 0.5s;
}
.gnav-items a:hover {
  background-color: rgba(255, 0, 0, 0.2);
}
.gnav-items a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 9px solid rgba(255, 0, 0, 0);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateY(-9px);
  transition: border-top 0.5s, transform 0.5s;
}
.gnav-items a:hover::after {
  border-top: 9px solid red;
  transform: translateY(0);
}
.gnav-items .gnav-item-name {
  color: #313131;
}
.gnav-items .gnav-item-en {
  color: #6d6d6d;
  font-size: 9px;
  font-weight: 700;
}

.gnav-contact {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 105px;
  color: #fff;
  text-align: center;
  line-height: 15px;
}

.gnav-contact-btn {
  float: left;
  width: 140px;
  height: 105px;
}
.gnav-contact-btn a {
  position: relative;
  z-index: 1;
  display: block;
  position: relative;
  width: 140px;
  height: 100%;
  overflow: hidden;
  padding-top: 28px;
  line-height: 15px;
  background-color: red;
  border-right: 1px solid #fff;
  transition: background-color 0.5s;
}
.gnav-contact-btn a .gnav-item-name {
  color: white;
}
.gnav-contact-btn a .gnav-item-en {
  color: white;
  font-size: 9px;
}
.gnav-contact-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 9px solid rgba(255, 255, 255, 0);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateY(-9px);
  transition: border-top 0.5s, transform 0.5s;
}
.gnav-contact-btn a:hover {
  background-color: rgba(255, 0, 0, 0.6);
}
.gnav-contact-btn a:hover::after {
  border-top: 9px solid white;
  transform: translateY(0);
}

.gnav-contact-number {
  float: right;
  width: calc(100% - 140px);
  height: 100%;
  padding-top: 9px;
  text-align: center;
  background-color: black;
}
.gnav-contact-number .gnav-contact-number-in {
  display: inline-block;
  text-align: left;
}
.gnav-contact-number p {
  margin-bottom: 9px;
  font-weight: 700;
  line-height: 15px;
}
.gnav-contact-number p:last-child {
  text-align: center;
  margin-top: 9px;
  margin-bottom: 0;
}
.gnav-contact-number p:last-child span {
  color: #ff9c00;
}
.gnav-contact-number a {
  opacity: 1;
  transition: opacity 0.5s;
}
.gnav-contact-number a:hover {
  opacity: 0.7;
}

.gnav-contact-numbers {
  display: flex;
  margin: 0 9px;
  gap: 9px;
}
.gnav-contact-numbers > div {
  flex: 1;
  width: 50%;
}
.gnav-contact-numbers img {
  height: 13px;
}

@media (max-width: 480px) {
  .ghlogo {
    padding: 18px 21px 9px 21px;
  }
  .gnav-contact {
    height: auto;
  }
  .gnav .gnav-contact-btn {
    float: none;
    width: 100%;
    height: auto;
  }
  .gnav .gnav-contact-btn a {
    width: 100%;
    height: auto;
    padding: 24px 0 21px 0;
  }
  .gnav .gnav-contact-btn a .gnav-item-name {
    display: inline-block;
    padding: 0 0 0 36px;
  }
  .gnav .gnav-contact-btn a .gnav-item-name::after {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
  }
  .gnav .gnav-contact-btn .gnav-item-en {
    display: none;
  }
  .gnav-contact-number {
    float: none;
    width: 100%;
    padding: 15px 0 15px 0;
  }
} /*end max 480 */
@media (min-width: 992px) {
  .gnav-items {
    display: flex;
    list-style: none;
    width: 100%;
    height: 105px;
  }
  .gheader-fixed .gnav {
    height: 57px;
  }
  .gheader-fixed .gnav-items {
    height: 57px;
  }
  .gheader-fixed .gnav-item {
    height: 57px;
  }
  .gnav-item {
    flex: 1;
    height: 105px;
  }
  .gnav-item a {
    display: block;
    width: 100%;
    height: 105px;
    text-align: center;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .gnav-items {
    float: left;
    width: calc(100% - 438px);
  }
  .gnav-contact {
    float: right;
    width: 438px;
  }
}
@media (min-width: 1470px) {
  .gnav {
    float: right;
    height: 105px;
    width: 100%;
    max-width: 1158px;
  }
}
#gheader-fixed-pos {
  width: 100%;
  height: 0;
}

.gheader.gheader-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  margin: 0;
  backdrop-filter: blur(3px);
  transform: translateY(-100%);
  transition: transform 0.5s;
}
.gheader.gheader-fixed .ghlogo {
  height: 58px;
  padding: 0;
}
.gheader.gheader-fixed .ghlogo h1 {
  padding: 0;
}
.gheader.gheader-fixed .ghlogo img {
  width: auto;
}
.gheader.gheader-fixed .gnav a {
  font-weight: 700;
  text-decoration: none;
}
.gheader.gheader-fixed .gnav a > span {
  display: block;
}
.gheader.gheader-fixed .gnav a .gnav-item-name {
  padding-bottom: 0;
}
.gheader.gheader-fixed .gnav a .gnav-item-name::after {
  content: none;
}
.gheader.gheader-fixed .gnav-items a {
  height: 60px;
  padding-top: 21px;
}
.gheader.gheader-fixed .gnav-contact-btn {
  height: 60px;
}
.gheader.gheader-fixed .gnav-contact-btn a {
  padding-top: 21px;
  height: 60px;
  font-weight: 700;
  text-decoration: none;
}
.gheader.gheader-fixed .gnav-contact-btn a > span {
  display: block;
}
.gheader.gheader-fixed .gnav-contact-btn a .gnav-item-name {
  padding-bottom: 0;
}
.gheader.gheader-fixed .gnav-contact-btn a .gnav-item-name::after {
  content: none;
}
.gheader.gheader-fixed .gnav-contact-number {
  height: 60px;
  padding-top: 2px;
}
.gheader.gheader-fixed .gnav-contact-number p {
  margin-bottom: 2px;
  font-size: 12px;
}
.gheader.gheader-fixed .gnav-contact-number p:last-child {
  margin-top: 0;
  font-size: 12px;
}

@media (min-width: 992px) {
  .gnav-items {
    display: flex;
    list-style: none;
    width: 100%;
    height: 105px;
  }
  .gnav-item {
    flex: 1;
    height: 105px;
  }
  .gnav-item a {
    display: block;
    width: 100%;
    height: 105px;
    text-align: center;
  }
  .gheader.gheader-fixed .gnav-items {
    float: left;
    width: calc(100% - 438px);
  }
  .gheader.gheader-fixed .gnav-contact {
    float: right;
    width: 438px;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .gheader.gheader-fixed {
    padding-bottom: 0;
  }
  .gnav-items {
    float: left;
    width: calc(100% - 438px);
  }
  .gnav-contact {
    float: right;
    width: 438px;
  }
}
@media (min-width: 1470px) {
  .gnav {
    float: right;
    height: 105px;
    width: 100%;
    max-width: 1158px;
  }
}
/*==========
* pages style
*/
/*!==========
* home
*/
#home-bgmovie {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: -webkit-fill-available; /* iOS対策 */
  overflow: hidden;
}
#home-bgmovie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.mv-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: -webkit-fill-available; /* iOS対策 */
  overflow: hidden;
  opacity: 0;
}

.home-mv {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  height: auto;
  overflow: hidden;
  color: #fff;
}

.home-mv-in {
  display: grid;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  align-items: center;
  text-align: center;
}

#home-mv-lines {
  position: relative;
  font-size: 10px;
  font-weight: 200;
}
#home-mv-lines p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  #home-mv-lines {
    font-size: 12px;
    font-weight: 200;
  }
} /* end min 960 */
/* end min 1200 */
.home-mv-company {
  opacity: 0;
}

.home-read {
  position: relative;
  width: 100%;
  height: auto;
}

.home-read-in {
  display: grid;
  width: 100%;
  height: auto;
  padding: 120px 0;
  align-items: center;
}

.home-read-logo h1 {
  display: grid;
  width: fit-content;
  height: 100%;
  align-items: center;
  margin: 0 auto 60px auto;
  padding: 0 45px;
}

.home-read-mes {
  padding: 0 15px;
  text-align: center;
}

.home-read-mes-in {
  display: inline-block;
  text-align: left;
}

.home-read-catch {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 45px;
}

.home-read-mes-body {
  line-height: 45px;
}

/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .home-read-mes {
    text-align: left;
  }
} /* end min 960 */
/* end min 1200 */
.home-btn {
  padding: 45px 15px 0 15px;
  text-align: center;
}
.home-btn a, .home-btn span.item-btn-area {
  position: relative;
  display: block;
  max-width: 420px;
  height: 72px;
  margin: 0 auto;
  padding-top: 24px;
  border: 1px solid #4c4c4c;
  background-color: rgba(38, 38, 38, 0.5);
  text-decoration: none;
  color: #a8a8a8;
  font-size: 21px;
  font-weight: 200;
  line-height: 21px;
  transition: color 1s, border-color 1s, background-color 1s;
}
.home-btn a::after, .home-btn span.item-btn-area::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -3.5px;
  width: 19px;
  height: 7px;
  background-image: url(../images/common/btn_arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(0);
  transition: transform 0.7s;
}
.home-btn a:hover,
.home-btn span.item-btn-area:hover {
  color: #ccc;
  border-color: #666;
  background-color: rgba(21, 21, 21, 0.5);
}
.home-btn a:hover::after,
.home-btn span.item-btn-area:hover::after {
  transform: translateX(10px);
}

.home-section {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.home-section-in {
  display: grid;
  width: 100%;
  min-height: 700px;
  padding: 60px 0;
  align-items: center;
  color: #a8a8a8;
}

.home-section-body {
  width: 100%;
  padding: 45px 0;
}
.home-section-body .b-s-rigit .bcs, .home-section-body .b-s-rigit .bc {
  overflow: visible;
}

.home-section-header h2 {
  position: relative;
  padding-left: 12px;
  font-size: 45px;
  font-weight: 200;
  line-height: 45px;
  letter-spacing: 0;
}
.home-section-header .home-section-header-jp {
  padding-left: 15px;
  font-size: 18px;
}

.home-section-main-bl {
  position: relative;
  margin: 0 -15px 15px -15px;
}
.home-section-main-bl::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #4c4c4c;
}

.home-section-main {
  padding: 0 15px;
  line-height: 45px;
}

/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .home-section-header h2 {
    font-size: 90px;
    line-height: 90px;
  }
  .home-section-header h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: calc(100% + 24px);
    height: 1px;
    background-color: #313131;
  }
  .home-section-header .home-section-main {
    line-height: 45px;
  }
  .home-section-header .home-section-main-bl {
    margin: 0 0 15px 0;
  }
} /* end min 960 */
/* end min 1200 */
.home-blankarea {
  position: relative;
  z-index: 1;
  height: 450px;
  max-height: 100dvh;
  background-color: #000;
}

.home-works-items {
  width: 100%;
  height: 250px;
  overflow: hidden;
  font-size: 0;
}

.home-works-item {
  width: 100%;
}

.home-works-items-splite {
  display: block;
  height: 250px;
  list-style: none;
}
.home-works-items-splite .swiper-wrapper {
  transition-timing-function: linear;
}
.home-works-items-splite .home-works-item {
  display: inline-block;
  width: 250px;
  height: 250px;
  font-size: 15px;
}
.home-works-items-splite a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-works-items-splite a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  mix-blend-mode: saturation;
  opacity: 0.8;
  transition: opacity 1s;
}
.home-works-items-splite a img {
  transform: scale(1);
  transition: transform 1s;
}
.home-works-items-splite a:hover::after {
  opacity: 0;
}
.home-works-items-splite a:hover img {
  transform: scale(1.2);
}

/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .home-works-items {
    width: 100%;
    height: 400px;
    overflow: hidden;
    font-size: 0;
  }
  .home-works-item {
    width: 100%;
  }
  .home-works-items-splite {
    height: 400px;
  }
  .home-works-items-splite .home-works-item {
    width: 400px;
    height: 400px;
  }
} /* end min 960 */
/* end min 1200 */
.home-service-items .home-service-item {
  height: auto;
}
.home-service-items .home-service-item a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-decoration: none;
  color: #d6d6d6;
}
.home-service-items .home-service-item a .item-panel {
  position: relative;
  z-index: 2;
  height: auto;
  min-height: 100%;
  padding: 45px 30px;
}
.home-service-items .home-service-item a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f0e1d6;
  mix-blend-mode: overlay;
  opacity: 0;
  transition: opacity 1s;
}
.home-service-items .home-service-item.item01 a {
  background-image: url(../images/home/home_service01.webp);
}
.home-service-items .home-service-item.item02 a {
  background-image: url(../images/home/home_service02.webp);
}
.home-service-items .home-service-item.item03 a {
  background-image: url(../images/home/home_service03.webp);
}
.home-service-items .home-service-item.item04 a {
  background-image: url(../images/home/home_service04.webp);
}
.home-service-items .home-service-item a:hover::after {
  opacity: 0.6;
}

.home-service-item h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}
.home-service-item .item-body {
  line-height: 30px;
}

.home-btn.home-service-btn a, .home-btn.home-service-btn span.item-btn-area {
  height: 48px;
  margin: 0 auto;
  padding-top: 12px;
  border: 1px solid #a8a8a8;
  background-color: rgba(168, 168, 168, 0.25);
  color: #ffffff;
}
.home-btn.home-service-btn a::after, .home-btn.home-service-btn span.item-btn-area::after {
  background-image: url(../images/common/btn_arrow02.svg);
}
.home-btn.home-service-btn a:hover,
.home-btn.home-service-btn span.item-btn-area:hover {
  color: #ffffff;
  border-color: #ccc;
  background-color: rgba(119, 119, 119, 0.5);
}

/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .home-service-items .home-service-item {
    min-height: 450px;
  }
  .home-service-items .home-service-item a {
    min-height: 450px;
  }
  .home-service-items .home-service-item a .item-panel {
    min-height: 450px;
    padding: 68px 81px;
  }
  .home-service-item h3 {
    margin-bottom: 48px;
    font-size: 72px;
    font-weight: 200;
    line-height: 72px;
  }
  .home-service-item .item-body {
    line-height: 30px;
  }
  .home-btn.home-service-btn a, .home-btn.home-service-btn span.item-btn-area {
    height: 72px;
    padding-top: 24px;
  }
} /* end min 960 */
/* end min 1200 */
.home-news {
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #fff;
}

.home-news-header {
  margin-bottom: 45px;
  text-align: center;
}
.home-news-header h2 {
  margin-bottom: 15px;
  color: #595959;
  font-size: 45px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 0;
}
.home-news-header .home-section-header-jp {
  color: #7e7e7e;
  font-size: 15px;
}

.home-news-items .home-news-item:first-child {
  border-top: 1px solid #a8a8a8;
}

.home-news-item {
  padding: 3px 0;
  border-bottom: 1px solid #a8a8a8;
}
.home-news-item a {
  position: relative;
  display: block;
  width: 100%;
  padding: 21px 24px;
  text-decoration: none;
  background-color: rgba(201, 189, 179, 0);
  color: #505050;
  transition: background-color 1s;
}
.home-news-item a:hover {
  background-color: rgba(201, 189, 179, 0.5);
}

.home-btn.home-topics-btn a, .home-btn.home-topics-btn span.item-btn-area {
  border: 1px solid #a8a8a8;
  background-color: rgba(201, 189, 179, 0);
  color: #505050;
}
.home-btn.home-topics-btn a:hover,
.home-btn.home-topics-btn span.item-btn-area:hover {
  color: #505050;
  border-color: #a8a8a8;
  background-color: rgba(201, 189, 179, 0.5);
}

/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .home-news {
    padding: 120px 0;
  }
  .home-news-header {
    margin-bottom: 45px;
  }
  .home-news-header h2 {
    margin-bottom: 30px;
    font-size: 90px;
    font-weight: 200;
    line-height: 90px;
  }
  .home-news-header .home-section-header-jp {
    font-size: 21px;
  }
} /* end min 960 */
/* end min 1200 */
.home-recruitment {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 65% center;
  background-image: url(../images/home/home_recruit_bg.webp);
}
.home-recruitment a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #a8a8a8;
}
.home-recruitment a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  mix-blend-mode: overlay;
  opacity: 0;
  transition: opacity 1s;
}
.home-recruitment a .item-panel {
  width: 100%;
  height: 100%;
}
.home-recruitment a .item-panel .item-in {
  max-width: 420px;
  margin: 0 auto;
  padding: 45px 15px;
}
.home-recruitment a .home-partner {
  background-color: rgba(37, 25, 14, 0.6);
}
.home-recruitment a .home-recruit {
  background-color: rgba(28, 17, 15, 0.6);
}
.home-recruitment a:hover::before {
  opacity: 0.6;
}
.home-recruitment header h3 {
  font-size: 45px;
  font-weight: 300;
  line-height: 45px;
}
.home-recruitment header .home-section-header-jp {
  font-size: 15px;
}
.home-recruitment .home-btn {
  padding-top: 30px;
}

/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .home-recruitment a .item-panel .item-in {
    max-width: 420px;
    margin: 0 auto;
    padding: 90px 0;
  }
  .home-recruitment a .home-partner {
    background-color: rgba(37, 25, 14, 0.6);
  }
  .home-recruitment a .home-recruit {
    background-color: rgba(28, 17, 15, 0.6);
  }
  .home-recruitment a:hover::before {
    opacity: 0.6;
  }
  .home-recruitment header h3 {
    font-size: 90px;
    font-weight: 200;
    line-height: 90px;
  }
  .home-recruitment header .home-section-header-jp {
    font-size: 21px;
  }
  .home-recruitment .home-btn {
    padding-top: 45px;
  }
} /* end min 960 */
/* end min 1200 */
/*!==========
* home main visual
*/
.vegas-content {
  height: 100%;
}

.vegas-timer-progress {
  background-color: #f00000;
}

.vegas-animation-kenburns {
  animation: kenburns ease-out;
}

@keyframes kenburns {
  0% {
    transform: scale(1.2);
    filter: blur(10px) grayscale(100%);
  }
  30% {
    filter: blur(0) grayscale(100%);
  }
  85% {
    filter: blur(0) grayscale(0%);
  }
  100% {
    transform: scale(1);
  }
}
.home-biz {
  position: relative;
  container-type: inline-size;
}

.home-biz-catch {
  text-align: center;
  padding: 0 15px;
}
.home-biz-catch p {
  display: inline-block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  text-align: left;
}
.home-biz-catch p span {
  position: relative;
  z-index: 1;
}
.home-biz-catch p span::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 6px;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background-color: #0abab5;
}

.home-biz .home-section-header::before {
  background-image: url(../images/home/home_biz_icon.svg);
}

.home-biz-body {
  padding-bottom: 120px;
}

.home-biz-image {
  width: calc(100vw - 420px);
  height: auto;
  max-width: 1220px;
  min-height: 150px;
  overflow: hidden;
  margin: 60px auto 30px auto;
}

.home-biz-read {
  max-width: 850px;
  padding-top: 18px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.home-biz-read p {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 42px;
}
.home-biz-read p .read-color01 {
  color: #41adff;
}
.home-biz-read p .read-color02 {
  color: #ff9c00;
}
.home-biz-read p .read-line {
  position: relative;
  z-index: 1;
}
.home-biz-read p .read-line::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 1px;
  left: -3px;
  right: 0;
  width: calc(100% + 6px);
  height: 3px;
  background-color: #0091ff;
}

.home-biz-items {
  position: relative;
}
.home-biz-items .home-biz-item {
  position: relative;
}
.home-biz-items .home-biz-item .item-in {
  max-width: 1470px;
  margin: 0 auto;
  padding: 75px 0 120px 0;
  background-color: rgba(0, 22, 44, 0.4);
}

@media (min-width: 480px) {
  .home-biz-items .home-biz-item .item-in {
    padding-top: 150px;
  }
} /* end min 480 */
@media (max-width: 768px) {
  .home-biz-catch p {
    font-size: 24px;
    line-height: 36px;
  }
  .home-biz-catch p span::before {
    bottom: 4px;
  }
}
@media (max-width: 1200px) {
  .home-biz-image {
    width: 100vw;
  }
}
/*end max 480 */
/* end min 768 */
@media (min-width: 1200px) {
  .home-biz-items::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    width: 200px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .home-biz-items .home-biz-item .item-in {
    padding-right: 210px;
    padding-bottom: 180px;
    background-color: transparent;
  }
} /* end min 1200 */
.home-biz-item {
  display: grid;
  align-items: center;
  min-height: 100vh;
}
.home-biz-item .item-in .bcs {
  margin-left: -15px;
  margin-right: -15px;
}
.home-biz-item .item-in .bcs .bc {
  padding-left: 15px;
  padding-right: 15px;
}
.home-biz-item .home-biz-bg {
  height: 100%;
}
.home-biz-item .item-header {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.home-biz-item .item-header h3 {
  display: inline-block;
  padding: 6px;
  background-color: #fff;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  font-size: 30px;
  line-height: 36px;
}
.home-biz-item .item-header h3 span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 30px 18px 30px;
  background-color: red;
}
.home-biz-item .item-image {
  margin-bottom: 24px;
}
.home-biz-item .item-image img {
  overflow: hidden;
  border: 4px solid #fff;
}
.home-biz-item .item-body {
  color: #fff;
  padding: 0 15px 0 15px;
}
.home-biz-item .item-body .item-catch {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}
.home-biz-item .item-body .item-content {
  padding-top: 24px;
  font-size: 15px;
  line-height: 36px;
}
.home-biz-item .item-btn {
  padding-top: 30px;
}
.home-biz-item .item-children {
  padding-top: 45px;
}
.home-biz-item .item-children .bcs {
  margin-left: -6px;
  margin-right: -6px;
}
.home-biz-item .item-children .bcs .bc {
  padding-left: 6px;
  padding-right: 6px;
}
.home-biz-item .item-children figure {
  border: 1px solid #fff;
}
.home-biz-item .item-children p {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}
.home-biz-item .item-child {
  margin-bottom: 24px;
}

.home-biz-item:first-child {
  margin-top: 150px;
}

.home-biz-item:last-child {
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .home-biz-item .item-body .item-catch {
    font-size: 24px;
    line-height: 36px;
  }
} /*end max 768 */
@media (min-width: 768px) {
  .home-biz-item .item-header h3 {
    font-size: 48px;
    line-height: 48px;
  }
  .home-biz-item .item-header h3 span {
    padding: 21px 42px 27px 42px;
  }
}
@media (min-width: 1200px) {
  .home-biz-item .item-body {
    padding-left: 90px;
  }
  .home-biz-item .item-header h3 {
    font-size: 60px;
    line-height: 60px;
  }
  .home-biz-item .item-header h3 span {
    padding: 21px 90px 27px 90px;
  }
  .home-biz-item .item-children {
    padding-top: 60px;
  }
} /* end min 1200 */
.home-biz-item .item-btn {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 60px 15px 0 15px;
}
.home-biz-item .item-btn a {
  display: grid;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 70px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ff0000;
  border: 3px solid #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.05em;
  transition: background-color 0.5s;
}
.home-biz-item .item-btn a:hover {
  background-color: #a80000;
}
.home-biz-item .item-btn a span {
  display: block;
  padding: 12px 0 12px 0;
}
.home-biz-item .item-btn a span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 19px;
  height: 100%;
  border-radius: 0;
  background-image: url(../images/home/home_news_arrow.svg);
  background-position: right 27px center;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .home-biz-item-mainarea {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 60%;
    height: 100%;
    background-color: rgba(28, 21, 21, 0.4);
  }
} /* end min 1200 */
/*!==========
* pages common
*/
.pages-mv {
  position: relative;
  height: 100vh;
  max-height: 785px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pages-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  padding: 0 15px;
  background-color: rgba(38, 38, 38, 0.9);
  color: #a8a8a8;
}
.pages-header .pages-peader-in {
  display: grid;
  align-items: center;
  max-width: 1470px;
  height: 100%;
  margin: 0 auto;
}
.pages-header h1 {
  margin-bottom: 9px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
  font-size: 48px;
  font-weight: 200;
  line-height: 48px;
}
.pages-header .pages-title-sub {
  padding-left: 3px;
  font-size: 15px;
  letter-spacing: 0.025em;
}

/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .pages-header h1 {
    margin-bottom: 9px;
    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
    font-size: 90px;
    font-weight: 200;
    line-height: 90px;
  }
  .pages-header .pages-title-sub {
    padding-left: 3px;
    font-size: 21px;
    letter-spacing: 0.025em;
  }
} /* end min 960 */
/* end min 1200 */
.pages-section-header {
  margin-bottom: 30px;
  color: #666;
}
.pages-section-header h2 {
  font-size: 48px;
  font-weight: 200;
  line-height: 48px;
}
.pages-section-header .pages-section-title-sub {
  font-size: 15px;
}
.pages-section-header .pages-section-title-sub.ub-border {
  margin-top: 40px;
  padding: 10px 5px;
  border-top: 1px solid rgba(52, 52, 92, 0.2);
  border-bottom: 1px solid rgba(52, 52, 92, 0.2);
  color: #373737;
}

.pages-section-header.mode-dark {
  color: #d6d6d6;
}

@media (min-width: 992px) {
  .pages-section-header h2 {
    font-size: 72px;
    font-weight: 200;
    line-height: 72px;
  }
  .pages-section-header .pages-section-title-sub {
    font-size: 21px;
  }
} /* end min 960 */
.pages-section-content {
  height: 100%;
  line-height: 60px;
}

.pages-section-content.mode-dark {
  color: #d6d6d6;
}

.content-rule {
  background-image: linear-gradient(transparent 0, transparent 97%, #eee 100%);
  background-size: 100% 60px;
  background-position: 0 1px;
  padding-bottom: 2px;
}

.content-rule.mode-dark {
  background-image: linear-gradient(transparent 0, transparent 97%, #777 100%);
  color: #d6d6d6;
}

/*!==========
* company
*/
#company-mv {
  background-image: url(../images/company/company_mv.webp);
}

.company-section {
  padding: 120px 0;
}

#company-concept .content-rule {
  width: fit-content;
  margin: 0 auto;
  padding-left: 9px;
  padding-right: 9px;
}

.company-concept-read {
  display: block;
  font-size: 21px;
}

.company-concept-body {
  /*
  display: block;
  width: fit-content;
  margin: 0 auto;
  */
}

.company-profile-image {
  margin-bottom: 30px;
}

.page-table.outline-table th, .page-table.outline-table td {
  padding-top: 15px;
  padding-bottom: 14px;
}

.access-map {
  width: 100%;
}
.access-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

.access-address {
  padding-left: 15px;
  border-left: 3px solid #b9b9b9;
  line-height: 30px;
}

/*!==========
* service
*/
.service-section {
  min-height: 100vh;
}

#service-mv {
  background-image: url(../images/service/service_mv.webp);
}

.service-item {
  min-height: 100vh;
  color: #d6d6d6;
}
.service-item p + p {
  margin-top: 36px;
}

.service-item-main {
  min-height: 100vh;
  padding: 120px 30px;
  background-color: rgba(0, 0, 0, 0.6);
}

.service-item-main-in {
  float: right;
  width: 100%;
  max-width: 580px;
  height: auto;
  overflow: hidden;
}

.service-name h2 {
  margin-bottom: 18px;
  font-size: 48px;
  font-weight: 200;
}

.service-item-body {
  padding-left: 3px;
  line-height: 36px;
}

/*end max 768 */
/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .service-name h2 {
    margin-bottom: 30px;
    font-size: 72px;
    font-weight: 200;
  }
} /* end min 960 */
/* end min 1200 */
/*!==========
* recruit
*/
#recruit-mv {
  background-image: url(../images/recruit/recruit_mv.webp);
}

.recruit-section {
  padding: 120px 0;
}

#recruit-messages {
  background-color: #272727;
}
#recruit-messages .content-rule {
  background-image: linear-gradient(transparent 0, transparent 97%, #444 100%);
}

.page-table.jobinfo-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid rgba(136, 136, 136, 0.4);
  margin-bottom: 15px;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.page-table.jobinfo-table th, .page-table.jobinfo-table td {
  display: block;
  width: 100%;
  padding: 4px 18px 3px 18px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.4);
  line-height: 24px;
}
.page-table.jobinfo-table th {
  border-bottom: 1px dotted rgba(136, 136, 136, 0.2);
  font-weight: 400;
}
.page-table.jobinfo-table td {
  padding-bottom: 9px;
}

@media (min-width: 768px) {
  .page-table.jobinfo-table {
    border-top: none;
    line-height: 21px;
  }
  .page-table.jobinfo-table th, .page-table.jobinfo-table td {
    display: table-cell;
    padding: 9px 18px 9px 18px;
    vertical-align: top;
  }
  .page-table.jobinfo-table th {
    width: 170px;
    border-bottom: 1px solid rgba(136, 136, 136, 0.4);
    text-align: left;
  }
  .page-table.jobinfo-table td {
    border-bottom: 1px solid rgba(136, 136, 136, 0.4);
  }
  .page-table.jobinfo-table tr:first-child th {
    border-top: 1px solid rgba(136, 136, 136, 0.4);
  }
  .page-table.jobinfo-table tr:first-child td {
    border-top: 1px solid rgba(136, 136, 136, 0.4);
  }
}
/*!==========
* contact
*/
.form-contents {
  color: #ccc;
  line-height: 27px;
}

.contact-warnings {
  padding: 30px;
  margin: 9px 0;
  border: 2px solid rgba(170, 170, 0, 0.3);
}
.contact-warnings .item-ttl {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px dotted rgba(170, 170, 0, 0.3);
}

/*!==========
* topics
*/
#topics-mv {
  background-image: url(../images/topics/topics_mv.webp);
}

.pager {
  display: inline-block;
  padding: 25px 0 50px 0;
  list-style: none;
  font-size: 0;
  text-align: left;
}
.pager a,
.pager span {
  display: inline-block;
  margin: 0 3px 8px 3px;
  padding: 10px 14px 8px 14px;
  border: #222 1px solid;
  background-color: #fff;
  text-decoration: none;
  color: #222;
  font-size: 15px;
  transition: background-color 0.5s, color 0.5s;
}
.pager a:hover {
  background-color: #666;
  color: #fff;
}
.pager span {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

/*!==========
* works
*/
.works-categories {
  margin: 60px 0 60px 0;
}
.works-categories nav.works-categories-lg {
  margin: 90px 0 30px 0;
  border: 1px solid #393430;
  border-width: 1px 0;
}
.works-categories nav.works-categories-lg ul {
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  font: 0;
}
.works-categories nav.works-categories-lg ul li {
  display: inline-block;
  margin: 2px 6px;
  font-size: 18px;
}
.works-categories nav.works-categories-lg ul li a {
  display: block;
  height: 64px;
  padding: 12px 12px 0 12px;
  border-radius: 6px;
  background-color: transparent;
  background-image: url(../images/topics/topics_lnav_arrow.svg);
  background-repeat: no-repeat;
  background-size: 9px 7px;
  background-position: center bottom 9px;
  text-decoration: none;
  color: #393430;
  transition: background-color 0.5s, color 0.5s;
}
.works-categories nav.works-categories-lg ul li a:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.works-categories select {
  border-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 6px;
  background-color: rgba(68, 68, 68, 0.5);
  color: #ccc;
}
.works-categories select,
.works-categories ::picker(select) {
  background-color: #444444;
}

.works-items .bcs {
  margin-left: -5px;
  margin-right: -5px;
}
.works-items .bcs .bc {
  padding-left: 5px;
  padding-right: 5px;
}

.works-item {
  margin-bottom: 30px;
}
.works-item a {
  text-decoration: none;
  color: #393430;
}
.works-item a figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #000;
}
.works-item a img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s, transform 0.5s;
}
.works-item a:hover img {
  opacity: 0.6;
  transform: scale(1.3);
}
.works-item .item-plan {
  font-size: 21px;
  font-weight: 400;
}
.works-item .item-title {
  font-size: 12px;
}

.works-gallary-item figure {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}

/* end min 480 */
@media (min-width: 768px) {
  .works-items .bcs {
    margin-left: -15px;
    margin-right: -15px;
  }
  .works-items .bcs .bc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .works-item {
    margin-bottom: 81px;
  }
  .works-item .item-plan {
    font-size: 30px;
  }
  .works-item .item-title {
    font-size: 15px;
  }
} /* end min 768 */
/* end min 960 */
/* end min 1200 */
/*!==========
* works_detail
*/
.news-contents .service-item-mes {
  width: 800px;
  margin: 40px auto 0 auto;
  text-align: left;
  color: #373737;
}
.news-contents .service-item-mes h3 {
  font-weight: bold;
  margin: 30px 0;
}
.news-contents .service-item-mes p {
  line-height: 2;
}
.news-contents .pages-section-title-sub {
  font-size: 15px;
}
.news-contents .service-items .nav-link {
  width: 80px;
  padding: 0;
  border: 1px solid #393430;
}
.news-contents .service-items .nav-link.active {
  padding: 0;
  border: 1px solid white;
  background-color: transparent;
}
.news-contents .service-items .service-item {
  min-height: initial;
}
.news-contents .service-items .service-item .service-item-image-body {
  max-width: 1470px;
  margin: 0 auto;
}
.news-contents .service-items .service-item:last-child {
  padding-bottom: 120px;
}
.news-contents .service-items .works-gallary .bcs {
  margin-right: -2px;
  margin-left: -1px;
}
.news-contents .service-items .works-gallary .bc {
  margin-top: 3px;
  padding-left: 1px;
  padding-right: 2px;
}
.news-contents .service-items .works-gallary figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.news-contents .local-nav.nav-bottom {
  bottom: 0;
}

/*end max 480 */
/*end max 768 */
/* end min 480 */
/* end min 768 */
/* end min 960 */
@media (min-width: 1200px) {
  .topics-detail-header {
    padding-right: 210px;
  }
  .topics-detail-header-in {
    max-width: 1470px;
    margin: 0 auto;
  }
  .news-contents .service-items {
    position: relative;
    padding-right: 210px;
    padding-bottom: 0;
  }
  .news-contents .service-items .nav-link {
    width: auto;
  }
  .news-contents .service-items::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    left: auto;
    width: 200px;
    height: 100%;
    background-color: rgba(57, 52, 48, 0.8);
  }
} /* end min 1200 */
.home-news-items.topics-list-items {
  margin: 120px 0 60px 0;
}

.pages-header h1 small {
  font-size: 0.6em;
}

.service-item.topics-item {
  padding-bottom: 90px;
}

/*!==========
* page name
*/
.lity-iframe-container {
  height: 80vh;
  padding-top: 0;
}

.privacy {
  overflow-y: scroll;
  height: 100%;
  background-color: #fff;
  font-size: 15px;
}

.privacy-box {
  height: auto;
  padding: 15px;
}
.privacy-box h1 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 21px;
  padding-bottom: 3px;
  border-bottom: 1px solid #121f2c;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
.privacy-box h1::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 6px;
  background-color: #b4a75d;
}
.privacy-box .privacy-inner {
  height: auto;
  padding-top: 30px;
}
.privacy-box h2 {
  position: relative;
  padding: 9px 9px 8px 9px;
  margin-bottom: 12px;
  border-top: 1px solid #121f2c;
  border-bottom: 1px solid #121f2c;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.privacy-box ul {
  padding: 9px 0 9px 24px;
  list-style: disc;
}
.privacy-box ul li {
  margin-top: 6px;
}

/*end max 480 */
/*end max 768 */
/* end min 480 */
/* end min 768 */
/* end min 960 */
/* end min 1200 */
/*!
*/
/*==========
* add style
*/
.blurIn {
  animation: blurIn 0.5s backwards;
}

@keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(8px);
    animation-timing-function: ease-in-out;
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.blurInUp {
  animation: blurInUp 0.5s backwards;
}

@keyframes blurInUp {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(30px);
    animation-timing-function: ease-in-out;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.blurInRight {
  animation: blurInRight 0.5s backwards;
}

@keyframes blurInRight {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translateX(30px);
    animation-timing-function: ease-in-out;
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}
.blurZoomoutIn {
  animation-fill-mode: forwards;
  animation: blurZoomoutIn 0.8s backwards;
}

@keyframes blurZoomoutIn {
  from {
    opacity: 0;
    transform: scale(120%);
    filter: blur(8px);
    animation-timing-function: ease-in-out;
  }
  to {
    opacity: 1;
    transform: scale(100%);
    filter: blur(0);
  }
}
.blurZoominIn {
  animation: blurZoominIn 0.8s;
}

@keyframes blurZoominIn {
  from {
    opacity: 0;
    transform: scale(60%);
    filter: blur(8px);
    animation-timing-function: ease-in-out;
  }
  to {
    opacity: 1;
    transform: scale(100%);
    filter: blur(0);
  }
}
.slideInLeftClip {
  clip-path: polygon(0 4.5vw, 0 4.5vw, 0 100%, 0% 100%);
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  animation-name: slideInLeftClip;
}

@keyframes slideInLeftClip {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.slideInLeftClipSlow {
  clip-path: polygon(0 4.5vw, 0 4.5vw, 0 100%, 0% 100%);
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  animation-name: slideInLeftClip;
}

@keyframes slideInLeftClip {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.slideOpenInClip {
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  animation-name: slideOpenInClip;
}

@keyframes slideOpenInClip {
  0% {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.flagIn {
  animation-duration: 1s;
  animation-name: flagIn;
}

@keyframes flagIn {
  0% {
    transform: skew(0deg, 10deg);
    opacity: 0;
  }
  33% {
    transform: skew(0deg, -5deg);
    opacity: 1;
  }
  66% {
    transform: skew(0deg, 7deg);
  }
  to {
    transform: skew(0deg, 0deg);
  }
}
@keyframes zoomInFast {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomInFast {
  animation-duration: 0.5s;
  animation-name: zoomInFast;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); /* easeOutQuint */
}/*# sourceMappingURL=style.css.map */