@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.76923vw;
  font-size: clamp(6px, 0.76923vw, 10px);
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3e3a39;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  font-size: 0.0694444444vw;
}
@media screen and (max-width: 1140px) {
  html,
  body {
    font-size: 1px;
  }
}
@media screen and (max-width: 960px) {
  html,
  body {
    font-size: clamp(0.625px, 0.2666666667vw, 1px);
  }
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

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

textarea {
  overflow: auto;
  resize: none;
}

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

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

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

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

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

.sp-hidden {
  display: block;
}
@media screen and (max-width: 960px) {
  .sp-hidden {
    display: none;
  }
}

.telbox {
  background-color: #fff;
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .telbox {
    max-width: 100%;
  }
}
.telbox a {
  padding: 16rem 0 21rem;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.telbox a:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.telbox .main {
  font-family: "Noto Serif JP", serif;
  font-size: 24rem;
  color: #120d0c;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 960px) {
  .telbox .main {
    font-size: 16rem;
  }
}
.telbox .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.telbox .tel p {
  font-family: "Noto Serif JP", serif;
  font-size: 32rem;
  font-size: 500;
}
@media screen and (max-width: 960px) {
  .telbox .tel p {
    font-size: 24rem;
  }
}
.telbox .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  gap: 15rem;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .telbox .texts {
    width: auto !important;
  }
}
.telbox .texts p {
  font-family: "Noto Serif JP", serif;
  font-size: 24rem;
  font-size: 500;
  color: #120d0c;
}
@media screen and (max-width: 960px) {
  .telbox .texts p {
    font-size: 16rem;
  }
}

.main.has-line {
  font-size: 32rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding-bottom: 10rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .main.has-line {
    font-size: 24rem;
  }
}
.main.has-line::after {
  content: "";
  background: url(../img/line.png) no-repeat left/contain;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
}

img.w100 {
  max-width: 100%;
  height: auto;
}

.desc p {
  word-break: auto-phrase;
}

.fv {
  position: relative;
}
@media screen and (max-width: 960px) {
  .fv {
    min-height: 100svh;
  }
}
.fv .fade-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100svh;
  overflow: hidden;
}
.fv .fade-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.4s ease;
  transition: opacity 1.4s ease;
}
.fv .fade-slider .slide.active {
  opacity: 1;
}
.fv .fade-slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fv .texts {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  bottom: 113rem;
  left: 10%;
}
@media screen and (max-width: 960px) {
  .fv .texts {
    gap: 0;
    left: 0;
  }
  .fv .texts .title {
    width: 162px;
  }
  .fv .texts .sub {
    width: 279px;
  }
}

.inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .inner {
    max-width: 90%;
    width: 100%;
  }
}

.sec01 {
  background-color: #110d0c;
}
.sec01 .inner {
  padding: 100rem 0;
}
@media screen and (max-width: 960px) {
  .sec01 .inner {
    padding: 30rem 0;
  }
}
.sec01 .inner .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40rem;
}
@media screen and (max-width: 960px) {
  .sec01 .inner .column {
    gap: 50rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec01 .inner .texts {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .sec01 .inner .texts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 20%;
    position: relative;
    z-index: 10;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec01 .inner .texts .sub {
  font-size: 700;
  font-size: 22rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .sec01 .inner .texts .sub {
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
  }
}
.sec01 .inner .texts .main {
  font-size: 60rem;
  font-size: 700;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .sec01 .inner .texts .main {
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
  }
}
.sec01 .inner .desc {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .sec01 .inner .desc::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/deco.png) no-repeat top/contain;
    width: 89rem;
    height: 128rem;
    z-index: -1;
  }
}
.sec01 .inner .desc p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.4285714286;
  font-size: 14px;
  font-size: 700;
  font-family: "Noto Serif JP", serif;
}
.sec01 .inner .img {
  max-width: 255rem;
  aspect-ratio: 255/312;
  position: relative;
}
.sec01 .inner .img::after {
  content: "";
  position: absolute;
  top: -46px;
  right: calc(100% - 76px);
  background: url(../img/deco.png) no-repeat top/contain;
  width: 250rem;
  height: 280rem;
}
@media screen and (max-width: 960px) {
  .sec01 .inner .img::after {
    content: none;
  }
}
.sec01 .inner .img img {
  width: 100%;
  height: auto;
}

.sec02,
.sec03 {
  position: relative;
  background-color: #110d0c;
}
.sec02 .inner,
.sec03 .inner {
  padding: 80rem 0;
}
@media screen and (max-width: 960px) {
  .sec02 .inner,
  .sec03 .inner {
    padding: 30rem 0;
  }
}
.sec02 .item,
.sec03 .item {
  padding: 40rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .sec02 .item,
  .sec03 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
    gap: 39px;
    margin-bottom: 20px;
  }
}
.sec02 .item.reverse,
.sec03 .item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .sec02 .item.reverse,
  .sec03 .item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec02 .item .texts,
.sec03 .item .texts {
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30rem;
}
@media screen and (max-width: 960px) {
  .sec02 .item .texts,
  .sec03 .item .texts {
    gap: 20rem;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .sec02 .item .texts .item-ttl img,
  .sec03 .item .texts .item-ttl img {
    height: 19px;
    width: auto;
  }
}
.sec02 .item .texts .desc p,
.sec03 .item .texts .desc p {
  font-size: 1.6rem;
  line-height: 2.5;
  font-size: 16rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .sec02 .item .texts .desc p,
  .sec03 .item .texts .desc p {
    font-size: 1.4rem;
    line-height: 2;
    font-size: 14rem;
  }
}
.sec02 .item .img,
.sec03 .item .img {
  aspect-ratio: 452/347;
  max-width: 452rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .sec02 .item .img,
  .sec03 .item .img {
    aspect-ratio: 316/201;
    max-width: 100%;
  }
}
.sec02 .item .img img,
.sec03 .item .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .sec02 .item .img img,
  .sec03 .item .img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.sec03 {
  position: relative;
  z-index: 5;
}
.sec03::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/deco.png) no-repeat top/contain;
  width: 250rem;
  height: 280rem;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .sec03::after {
    width: 89px;
  }
}
.sec03::before {
  content: "";
  position: absolute;
  bottom: 422px;
  left: 0;
  background: url(../img/deco02.png) no-repeat top/contain;
  width: 200rem;
  height: 177rem;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .sec03::before {
    width: 96px;
    bottom: 330px;
  }
}
@media screen and (max-width: 960px) {
  .sec03 .inner {
    padding: 30rem 0;
  }
}
.sec03 .main {
  margin-bottom: 40rem;
}
.sec03 .item .img {
  aspect-ratio: 511/315;
  max-width: 511rem;
  width: 60%;
}
@media screen and (max-width: 960px) {
  .sec03 .item .img {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .sec03 .item {
    width: 100%;
    margin-bottom: 20rem;
  }
  .sec03 .item .texts {
    width: auto;
    margin-left: 0;
    margin-right: auto;
  }
  .sec03 .item.reverse .texts {
    margin-right: 0;
    margin-left: auto;
  }
  .sec03 .item:last-child {
    margin-bottom: 0;
  }
  .sec03 .item .texts {
    gap: 10rem;
  }
  .sec03 .item .texts .item-ttl {
    font-size: 20rem;
  }
}

.sec04,
.sec05 {
  background-color: #110d0c;
}
.sec04 .inner,
.sec05 .inner {
  padding: 80rem 0;
}
@media screen and (max-width: 960px) {
  .sec04 .inner,
  .sec05 .inner {
    padding: 30rem 0;
  }
}
.sec04 .inner .main,
.sec05 .inner .main {
  margin-bottom: 40rem;
}
.sec04 .inner .qa,
.sec05 .inner .qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40rem;
}
.sec04 .inner .qa .item,
.sec05 .inner .qa .item {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20rem;
  padding-bottom: 20rem;
  position: relative;
}
.sec04 .inner .qa .item::after,
.sec05 .inner .qa .item::after {
  content: "";
  background: url(../img/line-qa.png) no-repeat left/contain;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
}
.sec04 .inner .qa .item .q-txt,
.sec04 .inner .qa .item .a-txt,
.sec05 .inner .qa .item .q-txt,
.sec05 .inner .qa .item .a-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10rem;
}
.sec04 .inner .qa .item .q-txt span,
.sec04 .inner .qa .item .a-txt span,
.sec05 .inner .qa .item .q-txt span,
.sec05 .inner .qa .item .a-txt span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 20rem;
  font-family: "Noto Serif JP", serif;
}
.sec04 .inner .qa .item .q-txt .ttl,
.sec04 .inner .qa .item .a-txt .ttl,
.sec05 .inner .qa .item .q-txt .ttl,
.sec05 .inner .qa .item .a-txt .ttl {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 18rem;
}
.sec04 .inner .qa .item .q-txt .desc,
.sec04 .inner .qa .item .a-txt .desc,
.sec05 .inner .qa .item .q-txt .desc,
.sec05 .inner .qa .item .a-txt .desc {
  font-size: 1.6rem;
  line-height: 2;
  font-size: 16rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.sec04 {
  position: relative;
  z-index: 5;
}
.sec04::after {
  content: "";
  position: absolute;
  top: -297px;
  right: 0;
  background: url(../img/deco03.png) no-repeat top/contain;
  width: 360rem;
  height: 397rem;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .sec04::after {
    width: 99px;
    top: -180px;
  }
}

.sec05 {
  position: relative;
}
.sec05 .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.sec05 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.sec05 .item dt {
  font-size: 20rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.sec05 .item dd {
  font-size: 1.6rem;
  line-height: 2;
  font-size: 16px;
  margin-left: 1em;
  color: #fff;
}

.sec06 {
  padding: 80rem 0;
  background-color: #110d0c;
}
.sec06 .main {
  margin-bottom: 40rem;
}
.sec06 .map {
  margin-bottom: 20rem;
}
.sec06 .map iframe {
  width: 100%;
  height: 533rem;
}
.sec06 .btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60rem;
}
@media screen and (max-width: 960px) {
  .sec06 .btnarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec06 .btnarea a {
  width: 100%;
  height: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 960px) {
  .sec06 .btnarea a {
    width: 100%;
  }
}
.sec06 .btnarea a:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec06 .btnarea a p {
  font-size: 18rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.sec06 .copy-url {
  cursor: pointer;
}
.sec06 #copyNotice {
  margin-top: 16px;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #009900;
}

/* ============================================
   印刷時：地図だけ印刷
============================================ */
@media print {
  /* 全部非表示 */
  body * {
    display: none !important;
  }
  /* mapArea だけ表示 */
  #mapArea {
    display: block !important;
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #mapArea iframe {
    display: block !important;
    width: 100% !important;
    height: 800px !important; /* A4いっぱい */
    border: none !important;
  }
}
.footer {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 960px) {
  .footer {
    min-height: 100svh;
  }
}
.footer .footer-slider {
  height: 620rem;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .footer .footer-slider {
    height: 100svh;
  }
}
.footer .footer-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.4s ease;
  transition: opacity 1.4s ease;
}
.footer .footer-slider .slide.active {
  opacity: 1;
}
.footer .footer-slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .texts {
  position: absolute;
  width: 100%;
  height: auto;
  top: 10%;
  left: 5%;
}
@media screen and (max-width: 960px) {
  .footer .texts {
    left: 2%;
  }
}
.footer .texts .sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.6363636364;
  font-size: 30rem;
  color: #fff;
  -webkit-filter: drop-shadow(0 27px 18px rgb(0, 0, 0));
          filter: drop-shadow(0 27px 18px rgb(0, 0, 0));
}
@media screen and (max-width: 960px) {
  .footer .texts .sub {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    font-size: 22rem;
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}/*# sourceMappingURL=style.css.map */