@charset "UTF-8";
/*---------------------------------------------
reset
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

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

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

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

header, nav, section, article, aside, footer, hgroup {
  display: block; }

* {
  box-sizing: border-box; }

html, body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  '游ゴシック', YuGothic, メイリオ, Meiryo, 'ＭＳ Ｐゴシック',  'Helvetica neue', Helvetica, sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1; }

a {
  text-decoration: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.6em;
  color: #373737; }

ul {
  margin-bottom: 0px; }

p {
  font-size: 17px;
  line-height: 1.6em;
  color: #60605f; }

html,
body {
  background: #fff;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  '游ゴシック', YuGothic, メイリオ, Meiryo, 'ＭＳ Ｐゴシック',  'Helvetica neue', Helvetica, sans-serif; }

::selection {
  background: #af944f;
  color: #fff; }

::-moz-selection {
  background: #af944f;
  color: #fff; }

.section-heading {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px; }

.section-heading h2 {
  font-size: 34px;
  font-weight: 800;
  color: #373737;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px; }

.main-button a {
  display: inline-block;
  font-size: 18px;
  padding: 18px 30px;
  background-color: #af944f;
  color: #fff;
  text-align: center;
  font-weight: 600;
  transition: all .3s; }

.main-button a:hover {
  opacity: 0.8; }

.background-header {
  background: rgba(250, 250, 250, 0.99) !important;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important; }

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  background: rgba(250, 250, 250, 0.5);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s; }

.header-area .main-nav {
  min-height: 80px;
  background: transparent; }

.header-area .main-nav .logo {
  line-height: 80px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.header-area .main-nav .nav {
  float: right;
  margin-top: 12px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999; }

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #373737; }
  .header-area .main-nav .nav li span {
    font-size: 15px;
    font-weight: 400; }

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  /*display: block;*/
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 10px;
  display: none; }

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0; }

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e; }

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  /*width: 30px;*/
  height: 2px;
  left: 0;
  width: 75%; }

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e; }

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: ""; }

.header-area .main-nav .menu-trigger span {
  top: 16px; }

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10; }

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px; }

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%; }

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e; }

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e; }

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e; }

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e; }

.header-area.header-sticky {
  min-height: 80px; }

.header-area.header-sticky .nav {
  margin-top: 10px !important; }

.main-banner {
  position: relative; }

.mv {
  background: url("../images/mv.jpg") 50% 0 no-repeat;
  height: 820px;
  overflow: hidden; }

.video-overlay {
  position: absolute;
  background-color: rgba(35, 45, 57, 0.2);
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%; }

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  line-height: 1.6em; }

.main-banner .caption h4 {
  margin-top: 0px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

.section01 {
  background-color: #fcf7f7; }

.features {
  position: relative;
  z-index: 1;
  margin-top: -30px; }
  .features .f-box {
    margin-bottom: 30px; }
  .features .feature-box {
    background-color: #fff;
    margin: 2px; }
    .features .feature-box .feature {
      border: 1px solid #af944f;
      padding: 20px 20px 40px; }
      .features .feature-box .feature h4 {
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        color: #af944f;
        padding-bottom: 20px; }
      .features .feature-box .feature h3 {
        font-size: 32px;
        text-align: center; }

.section-heading02 {
  position: relative;
  width: 100%;
  height: 80px;
  background: #fcf7f7;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #af944f; }
  .section-heading02 h2 {
    color: #af944f; }

.section-heading02::after, .section-heading02::before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%; }

.section-heading02::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 5px;
  border-right-width: 5px;
  margin-left: -5px;
  border-top-color: #fcf7f7; }

.section-heading02::before {
  border-color: rgba(3, 3, 3, 0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 6px;
  border-right-width: 6px;
  margin-left: -6px;
  margin-top: 1px;
  border-top-color: #af944f; }

.worries-wrapper {
  padding-bottom: 50px; }

.worries-wrapper p {
  border: 1px solid #af944f;
  background-color: #fff;
  padding: 26px;
  border-radius: 20px;
  font-size: 22px;
  line-height: 1.6em;
  align-items: center;
  margin-bottom: 30px; }

.feature-p {
  font-size: 18px;
  font-weight: 400;
  min-height: 90px; }
  .feature-p span {
    color: #af944f;
    font-weight: 600; }

.features-wrapper {
  padding-bottom: 80px; }
  .features-wrapper .content-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap; }
    .features-wrapper .content-wrapper .img-fluid {
      width: 25%; }
    .features-wrapper .content-wrapper .feature-item {
      width: 75%; }
    .features-wrapper .content-wrapper h3 {
      font-size: 22px;
      font-weight: 600;
      color: #af944f;
      border-bottom: 1px solid #af944f;
      padding: 0 5px 10px;
      margin-bottom: 20px; }
    .features-wrapper .content-wrapper .feature-p {
      padding: 0 5px; }

#tabs {
  margin-bottom: 100px; }

#tabs ul {
  margin: 0 0 30px 0;
  padding: 0; }

#tabs ul li {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%; }

#tabs ul li:last-child {
  margin-bottom: 0px; }

#tabs ul li a {
  width: 100%;
  padding: 25px 30px;
  display: inline-block;
  background-color: #fff;
  font-size: 19px;
  color: #af944f;
  font-weight: 600;
  outline: 1px solid #af944f;
  outline-offset: -4px;
  text-align: center; }

#tabs ul .ui-tabs-active a {
  background-color: #fcf7f7; }

.tabs-content {
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline-block;
  transition: all 0.3s; }

.tab-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 370px;
  position: relative; }

.tab-wrapper img {
  display: block;
  width: 50%;
  object-fit: cover; }

.tab-wrapper::after {
  content: "";
  display: block;
  width: 98%;
  height: 96%;
  border: 1px solid #af944f;
  position: absolute;
  top: 6px;
  left: 8px; }

.content-wrapper2 {
  width: 50%;
  background-color: #fcf7f7;
  padding: 20px; }

.content-wrapper2 h4 {
  font-size: 23px;
  font-weight: 700;
  color: #af944f;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 30px; }

.content-wrapper2 p {
  font-size: 19px;
  color: #60605f;
  line-height: 1.8em; }

.price-wrapper {
  padding-bottom: 80px; }
  .price-wrapper .section-heading02 {
    background-color: #fff; }
    .price-wrapper .section-heading02::after {
      border-top-color: #fff; }
  .price-wrapper .price-card {
    border: 2px solid #af944f;
    outline: 1px solid #af944f;
    outline-offset: -6px;
    padding: 30px; }
    .price-wrapper .price-card .price-content {
      border-bottom: 1px solid #af944f;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .price-wrapper .price-card .price-content dl {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #af944f; }
        .price-wrapper .price-card .price-content dl dt {
          font-size: 26px; }
        .price-wrapper .price-card .price-content dl dd {
          font-size: 26px;
          font-weight: 600; }
      .price-wrapper .price-card .price-content aside {
        font-size: 20px;
        text-align: center;
        padding-top: 10px; }
    .price-wrapper .price-card .card-content h3 {
      font-size: 22px;
      font-weight: 600;
      color: #af944f;
      text-align: center;
      margin-bottom: 30px; }
    .price-wrapper .price-card .card-content h4 {
      font-size: 20px;
      text-align: center;
      margin-bottom: 20px; }
    .price-wrapper .price-card .card-content ul {
      list-style: disc;
      font-size: 18px;
      width: 90%;
      margin: 0 auto 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #af944f; }
      .price-wrapper .price-card .card-content ul li {
        line-height: 1.8em;
        list-style: disc;
        margin-left: 15px; }
    .price-wrapper .price-card .card-content:last-of-type ul {
      border-bottom: none; }

.flow-wrapper {
  padding-bottom: 100px; }
  .flow-wrapper .section-heading02 {
    border-bottom: none; }
    .flow-wrapper .section-heading02::before, .flow-wrapper .section-heading02::after {
      display: none; }

.theme-tab {
  padding-bottom: 50px; }
  .theme-tab .nav {
    padding-bottom: 30px; }
  .theme-tab .tab-content h3 {
    color: #af944f;
    padding-bottom: 20px; }
  .theme-tab .tab-content p {
    font-size: 19px;
    line-height: 1.8em; }
    .theme-tab .tab-content p span {
      font-size: 14px; }

.theme-tab .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
  color: #af944f;
  display: block;
  font-weight: 600; }

.theme-tab .nav-link .nav-item-circle {
  color: #fff;
  background-color: #af944f;
  border: 1px solid #fff;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  line-height: 3.25rem;
  padding: 0;
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.theme-tab .nav-link.active {
  color: #af944f; }

.theme-tab .nav-link.active .nav-item-circle {
  background-color: #fff !important;
  color: #af944f;
  border-color: #af944f; }

.theme-tab .nav-link .nav-item-circle .check-icon {
  display: none; }

.theme-tab .nav-link .nav-item-circle-parent {
  display: block; }

.theme-tab .nav-link .nav-item-circle-parent:before {
  content: "";
  height: 2px;
  width: 101%;
  position: absolute;
  left: 51%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #af944f; }

.theme-tab .nav-item-circle-parent {
  position: relative;
  padding: 0 1rem; }

.theme-tab .nav-item-circle {
  margin: 0 auto;
  z-index: 1;
  position: relative; }

.theme-tab .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.theme-tab .nav-item:first-child .nav-item-circle-parent:before, .theme-tab .nav-item:last-child .nav-item-circle-parent:before {
  width: 50%; }

.theme-tab .nav-item:first-child .nav-item-circle-parent:before {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.theme-tab .nav-item:last-child .nav-item-circle-parent:before {
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.sample-wrapper {
  padding-bottom: 80px; }
  .sample-wrapper .section-heading02 {
    height: 100px;
    background-color: #fff;
    border-bottom: none; }
    .sample-wrapper .section-heading02::after, .sample-wrapper .section-heading02:before {
      display: none; }
    .sample-wrapper .section-heading02 h2 {
      font-size: 30px;
      padding-bottom: 30px; }
    .sample-wrapper .section-heading02 h3 {
      font-size: 22px; }
  .sample-wrapper .sample {
    margin-top: 50px;
    position: relative;
    outline: 1px solid #fff;
    outline-offset: -5px; }
    .sample-wrapper .sample .link-button a {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background-color: #fff;
      color: #af944f;
      outline: 1px solid #af944f;
      outline-offset: -4px;
      width: 60%; }
      .sample-wrapper .sample .link-button a i {
        padding-left: 10px; }
  .sample-wrapper .sample-detail {
    margin-top: 10px;
    padding: 20px;
    outline: 1px solid #af944f;
    outline-offset: -5px; }
    .sample-wrapper .sample-detail p {
      font-size: 20px;
      text-align: center;
      line-height: 1.6em;
      color: #af944f;
      font-weight: 600; }
      .sample-wrapper .sample-detail p span {
        font-weight: 500;
        color: #373737; }

.works-wrapper {
  padding-bottom: 50px; }
  .works-wrapper .section-heading h2 {
    padding-bottom: 20px; }
  .works-wrapper .section-heading p {
    font-size: 20px; }
  .works-wrapper .works {
    margin-bottom: 15px; }
    .works-wrapper .works a:hover {
      opacity: 0.8; }
  .works-wrapper .works-detail {
    background-color: #fff;
    outline: 1px solid #af944f;
    outline-offset: -5px;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 240px; }
    .works-wrapper .works-detail h4 {
      font-size: 19px; }
    .works-wrapper .works-detail h3 {
      font-size: 23px;
      color: #af944f;
      font-weight: 600; }
    .works-wrapper .works-detail p {
      line-height: 1.8em; }

.faq-wrapper {
  padding-bottom: 80px; }
  .faq-wrapper .accordion-button:not(.collapsed) {
    color: #af944f;
    background-color: #fcf7f7;
    box-shadow: none;
    outline: 1px solid #af944f;
    outline-offset: -4px; }
  .faq-wrapper .accordion-button {
    font-size: 18px;
    color: #af944f;
    background-color: #fff;
    outline: 1px solid #af944f;
    outline-offset: -4px;
    margin-bottom: 20px; }
  .faq-wrapper .accordion-button:not(.collapsed)::after {
    background-image: url("../images/icon_shevron.svg");
    transform: rotate(-180deg); }
  .faq-wrapper .accordion-button::after {
    background-image: url("../images/icon_shevron.svg"); }
  .faq-wrapper .accordion-item {
    border: none; }
  .faq-wrapper .accordion-body {
    font-size: 16px;
    margin-bottom: 20px; }

.contact-wrapper {
  margin-bottom: 80px; }
  .contact-wrapper .section-heading p {
    font-size: 19px; }
  .contact-wrapper h3 {
    font-size: 24px; }
  .contact-wrapper p {
    font-size: 17px; }
  .contact-wrapper #contact-form {
    padding-top: 180px;
    margin-top: -180px; }
    .contact-wrapper #contact-form .btn-send {
      padding-bottom: 30px;
      text-align: center; }
    .contact-wrapper #contact-form .message-btn {
      border: 1px solid #af944f;
      color: #af944f;
      background-color: transparent;
      padding: 12px 30px;
      font-size: 17px;
      border-radius: 4px; }
    .contact-wrapper #contact-form .message-btn:hover {
      background-color: #af944f;
      color: #fff; }

#privacy {
  width: 100%;
  margin: 0 auto; }

#privacy {
  border: solid 1px #ccc;
  max-height: 220px;
  overflow-y: scroll;
  padding: 10px; }

#privacy h4, #privacy h5, #privacy p {
  color: #373737; }

#privacy h4 {
  font-size: 14px; }

#privacy h5 {
  font-size: 13px; }

#privacy p {
  font-size: 12px;
  text-align: left; }

.footer-wrapper {
  padding-bottom: 80px; }
  .footer-wrapper .section-heading h3 {
    font-size: 24px; }
  .footer-wrapper .link-button a {
    background-color: #fff;
    color: #af944f;
    outline: 1px solid #af944f;
    padding: 18px 80px;
    outline-offset: -4px; }
    .footer-wrapper .link-button a i {
      padding-left: 20px; }

table.table01 {
  width: 100%;
  border-spacing: 10px 10px;
  border-collapse: separate;
  margin-bottom: 30px; }

table.table01 tbody th {
  background: #af944f;
  color: #fff;
  padding: 24px 30px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 17px; }

table.table01 tbody tr td {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 24px 10px 20px 24px;
  font-size: 16px;
  text-align: left; }
  table.table01 tbody tr td span {
    font-size: 14px; }

footer {
  background-color: #fcf7f7;
  padding: 30px 0; }
  footer .footer-copy {
    text-align: center; }

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #232d39;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px); } }
@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px); } }
@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px); } }
@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px); } }
.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #232d39; }

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite; }

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite; }

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #fff;
  border-radius: 50%; }
