@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
} 
body {
  font-family: "Noto Serif JP", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  width: 100%;
}

img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.col_01 {
  color: #D0C5AB;
}

.col_02 {
  color: #fffcf5;
}

.col_03 {
  color: #181714;
}

.col_03 {
  color: #3d3b36;
}

p {
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  p {
    font-size: 16px;
  }
}

a {
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  a {
    font-size: 16px;
  }
}

h1 {
  font-size: 26px;
}
@media screen and (min-width: 1000px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 20px;
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 18px;
}
@media screen and (min-width: 1000px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  h4 {
    font-size: 18px;
  }
}

.stick {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0px 0 10px 0;
}
@media screen and (max-width: 960px) {
  .stick {
    margin: 5px 0;
  }
}

.col_01 {
  padding: 180px;
}

.sec_01 {
  display: grid;
  background-image: url("../images/sec_01/bg.png");
  background-size: cover;
  width: 100vw;
  grid-template-columns: 1fr;
  align-items: center;
}
.sec_01 .sec_01_img_01 {
  width: 10%;
  padding: 5px 0;
}
@media screen and (max-width: 960px) {
  .sec_01 .sec_01_img_01 {
    width: 15%;
    padding: 5px 0;
  }
}
.sec_01 .sec_01_img_02 {
  width: 20%;
  padding: 0.1px;
}
@media screen and (max-width: 960px) {
  .sec_01 .sec_01_img_02 {
    width: 60%;
    padding: 0 0 15% 0;
    padding: 10px 0;
  }
}

.sec_02 {
  display: grid;
  background-image: url("../images/sec_02/bg_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 2000px) {
  .sec_02 {
    background-image: url("../images/sec_02/bg_lg.png");
  }
}
@media screen and (max-width: 960px) {
  .sec_02 {
    padding: 0;
    background-image: url("../images/sec_02/bg_sp.png");
  }
}
.sec_02 .sec_02_img_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sec_02 .sec_02_img_sp {
    display: block;
    width: 80%;
    padding: 10px 0 80px 0;
  }
}
.sec_02 .sec_02_img_pc {
  width: 900px;
  padding: 1% 0 12% 0;
}
@media screen and (max-width: 2000px) {
  .sec_02 .sec_02_img_pc {
    padding: 20px 0 190px 0;
  }
}
@media screen and (max-width: 960px) {
  .sec_02 .sec_02_img_pc {
    display: none;
    width: 100%;
    margin: 0 auto;
  }
}

.sec_03 {
  display: grid;
  background-image: url("../images/sales_03.png");
  background-size: cover;
}
.sec_03 .sec_01_img_01 {
  width: 550px;
  padding: 0px 0 50px 0;
  margin-top: -80px;
}
@media screen and (max-width: 2000px) {
  .sec_03 .sec_01_img_01 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 960px) {
  .sec_03 .sec_01_img_01 {
    width: 80%;
    padding: 0 0 20px 0;
    margin-top: -30px;
  }
}
.sec_03 .sec_01_img_11 {
  width: 550px;
  padding: 50px 0 50px 0;
}
@media screen and (max-width: 2000px) {
  .sec_03 .sec_01_img_11 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 960px) {
  .sec_03 .sec_01_img_11 {
    width: 80%;
    padding: 20px 0 20px 0;
  }
}

.pay {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 960px;
  margin: 0 auto;
  gap: 20px;
  padding: 50px 0 40px 0;
}
@media screen and (max-width: 960px) {
  .pay {
    grid-template-columns: 1fr;
    width: 90%;
    padding: 20px 0;
  }
}
.pay .pay_01 {
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.pay .pay_01 .imgs_01 {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .pay .pay_01 .imgs_01 {
    padding: 5px;
  }
}
.pay .pay_01 .imgs_02 {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 20px 0 10px 0;
}
.pay .pay_01 .imgs_04 {
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .pay .pay_01 .imgs_04 {
    padding: 5px;
  }
}
.pay .pay_02 {
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.pay .pay_02 .imgs_01 {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .pay .pay_02 .imgs_01 {
    padding: 5px;
  }
}
.pay .pay_02 .imgs_02 {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 20px 0 10px 0;
}
.pay .pay_02 .imgs_04 {
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .pay .pay_02 .imgs_04 {
    width: 100%;
    padding: 5px;
  }
}
.pay .pay_back_col_01 {
  display: grid;
  margin: 10px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .pay .pay_back_col_01 {
    margin: 5px;
    padding: 10px;
  }
}
.pay .pay_back_col_02 {
  display: grid;
  margin: 10px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .pay .pay_back_col_02 {
    margin: 5px;
    padding: 10px;
  }
}
.pay .imgs_03 {
  padding: 10px;
  display: block;
}
@media screen and (max-width: 960px) {
  .pay .imgs_03 {
    padding: 5px;
  }
}
.pay .imgs_05 {
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .pay .imgs_05 {
    padding: 5px;
  }
}
.pay .img_03 {
  display: block;
  width: 290px;
  margin: 0 auto;
  padding: 0px 0 20px 0;
}
@media screen and (max-width: 960px) {
  .pay .img_03 {
    width: 63%;
  }
}
.pay .img_04 {
  width: 150px;
  margin: 0 auto;
  padding: 0px 0;
}
@media screen and (max-width: 960px) {
  .pay .img_04 {
    width: 45%;
    padding: 0;
  }
}
.pay .img_06 {
  width: 200px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .pay .img_06 {
    width: 90%;
    padding: 10px 0;
  }
}
.pay .img_07 {
  width: 150px;
  margin: 0 auto;
  padding: 0px 0;
}
@media screen and (max-width: 960px) {
  .pay .img_07 {
    width: 45%;
    padding: 0;
  }
}
.pay .img_09 {
  width: 200px;
  margin: 0 auto;
  padding: 0px 0 20px 0;
}
@media screen and (max-width: 960px) {
  .pay .img_09 {
    width: 40%;
    padding: 0 0 0px 0;
  }
}
.pay .img_10 {
  width: 200px;
  margin: 0 auto;
  padding: 0px 0 0px 0;
}
@media screen and (max-width: 960px) {
  .pay .img_10 {
    width: 40%;
    padding: 0 0 0px 0;
  }
}
.pay .img_11 {
  width: 200px;
  margin: 0 auto;
  padding: 0px 0 0px 0;
}
@media screen and (max-width: 960px) {
  .pay .img_11 {
    width: 75%;
    padding: 0 0 0px 0;
  }
}

.pay .pay_back_col_01 {
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .pay .pay_back_col_01 {
    padding: 20px 0;
  }
}

.pay .pay_back_col_02 {
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .pay .pay_back_col_02 {
    padding: 20px 0;
  }
}

.sec_04 {
  display: grid;
  background-image: url("../images/sec_04/bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100vw;
  padding: 0px 0 40px 0;
  background-color: black;
}
.sec_04 .img_01 {
  width: 600px;
  padding: 5% 0 5% 0;
}
@media screen and (max-width: 960px) {
  .sec_04 .img_01 {
    width: 80%;
  }
}
.sec_04 .img_02 {
  width: 800px;
}
@media screen and (max-width: 960px) {
  .sec_04 .img_02 {
    width: 90%;
    padding: 10px 0;
  }
}
.sec_04 .img_03 {
  width: 960px;
  padding: 50px 0;
}
@media screen and (max-width: 960px) {
  .sec_04 .img_03 {
    width: 90%;
    padding: 20px 0 0 0;
  }
}
.sec_04 .img_04 {
  width: 960px;
  padding: 50px 0;
}
@media screen and (max-width: 960px) {
  .sec_04 .img_04 {
    width: 90%;
    padding: 50px 0 0 0;
  }
}

.sec_04_inner {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
}
.sec_04_inner .img_inner_00 {
  grid-area: 1/1/2/2;
  position: relative;
  width: 960px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .sec_04_inner .img_inner_00 {
    width: 90%;
  }
}
.sec_04_inner .sec_04_inner_box {
  grid-area: 1/1/2/2;
  width: 700px;
  padding: 50px 0;
  z-index: 99;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .sec_04_inner .sec_04_inner_box {
    width: 70%;
  }
}
.sec_04_inner .sec_04_inner_box img {
  width: 600px;
  padding: 30px 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .sec_04_inner .sec_04_inner_box img {
    width: 100%;
    padding: 10px 0;
  }
}

.sec_05 {
  display: grid;
  background-image: url("../images/sec_05/bg_03.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 0 40px 0;
}
.sec_05_inner01 {
  display: grid;
  background-image: url("../images/sec_05/bg_01.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
@media screen and (max-width: 960px) {
  .sec_05_inner01 {
    padding: 30px 0;
  }
}
.sec_05_inner01 img {
  max-width: 400px;
}
@media screen and (max-width: 960px) {
  .sec_05_inner01 img {
    width: 70%;
  }
}
.sec_05_inner02 {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
}
.sec_05_inner02 .sec_05_txt02 {
  grid-area: 1/1/2/2;
  width: 960px;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 960px) {
  .sec_05_inner02 .sec_05_txt02 {
    width: 95%;
  }
}
.sec_05_inner02 .sec_05_txt03 {
  grid-area: 1/1/2/2;
  width: 600px;
  padding: 7% 0 0 0;
}
@media screen and (max-width: 960px) {
  .sec_05_inner02 .sec_05_txt03 {
    width: 80%;
    padding: 30px 0 0 0;
  }
}
.sec_05_inner03 {
  display: grid;
  margin: 0 auto;
  background-color: white;
  width: 960px;
}
@media screen and (max-width: 960px) {
  .sec_05_inner03 {
    width: 95%;
  }
}
.sec_05_inner03 .sec_05_map01 {
  width: 850px;
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .sec_05_inner03 .sec_05_map01 {
    width: 99%;
  }
}
.sec_05_inner03 .sec_05_map02 {
  width: 850px;
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .sec_05_inner03 .sec_05_map02 {
    width: 95%;
    padding: 0px 0 20px 0;
  }
}
.sec_05 .sec_05_txt01 {
  width: 850px;
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .sec_05 .sec_05_txt01 {
    width: 80%;
    padding: 10px 0;
  }
}

.sec_06 {
  display: grid;
  background-image: url("../images/sec_06/bg_02.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec_06 img {
  width: 960px;
  padding: 20px 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .sec_06 img {
    width: 90%;
  }
}

.sec_07 {
  display: grid;
  background-image: url("../images/sec_07/bg_01.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec_07 img {
  width: 500px;
  padding: 40px 0;
}
@media screen and (max-width: 960px) {
  .sec_07 img {
    width: 50%;
    padding: 15px 0;
  }
}

.sec_08 {
  display: grid;
  background-image: url("../images/customer_01.png");
  background-position: bottom;
  background-size: cover;
  grid-template-columns: 1fr;
  align-items: center;
}
.sec_08 .img_01 {
  grid-area: 1/1/2/2;
  width: 900px;
  padding: 50px 0;
}
@media screen and (max-width: 960px) {
  .sec_08 .img_01 {
    width: 90%;
    padding: 20px 0;
  }
}
.sec_08 a {
  grid-area: 1/1/2/2;
  width: 600px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .sec_08 a {
    width: 70%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 960px) {
  .sec_08 a img {
    top: 49%;
    left: 0%;
  }
}

.sec_09 {
  text-align: center;
  background-color: white;
  padding: 5px 0;
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .sec_09 {
    width: 100%;
  }
}
.sec_09 p {
  font-size: 10px;
  margin: 0 auto;
  text-align: center;
  font-weight: 100;
  padding: 2px 0;
}
@media screen and (max-width: 960px) {
  .sec_09 p {
    width: 80%;
    font-size: 8px;
  }
}
.sec_09 .txt_02 {
  color: #767676;
  font-size: 7px;
}
@media screen and (max-width: 960px) {
  .sec_09 .txt_02 {
    width: 99%;
    font-size: 6px;
  }
}

.imgs_products {
  padding: 0 10px;
}
@media screen and (max-width: 960px) {
  .imgs_products {
    padding: 0 6px;
  }
}

.up-down-animation {
  width: 250px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  animation: upDown 2s ease-in-out infinite;
}
@media screen and (max-width: 960px) {
  .up-down-animation {
    width: 40%;
  }
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.on-view-text {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s, transform 2s;
}
.on-view-text[data-animate=true] {
  opacity: 1;
  transform: translateY(0);
}

.col_red {
  background: linear-gradient(45deg, #cd972b 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #d39313 90% 100%);
  background-size: 200% 200%; /*サイズを大きくひきのばす*/
  animation: bggradient_01 20s ease-in-out infinite;
  box-shadow: 4px 4px 1.5px 0 rgba(0, 0, 0, 0.2);
}

.col_red_02 {
  background: linear-gradient(45deg, #d9d9d9 0%, #cdcdcd 45%, #ffffff 70%, #cecece 85%, #d6d6d6 90% 100%);
  background-size: 200% 200%; /*サイズを大きくひきのばす*/
  animation: bggradient_01 20s ease-in-out infinite;
  box-shadow: 4px 4px 1.5px 0 rgba(0, 0, 0, 0.2);
}

@keyframes bggradient_01 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.col_blue {
  background: linear-gradient(45deg, #cd972b 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #d39313 90% 100%);
  background-size: 200% 200%; /*サイズを大きくひきのばす*/
  animation: bggradient_02 20s ease-in-out infinite;
  box-shadow: 4px 4px 1.5px 0 rgba(0, 0, 0, 0.2);
}

.col_blue_02 {
  background: linear-gradient(45deg, #d9d9d9 0%, #cdcdcd 45%, #ffffff 70%, #cecece 85%, #d6d6d6 90% 100%);
  background-size: 200% 200%; /*サイズを大きくひきのばす*/
  animation: bggradient_02 20s ease-in-out infinite;
  box-shadow: 4px 4px 1.5px 0 rgba(0, 0, 0, 0.2);
}

@keyframes bggradient_02 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}/*# sourceMappingURL=app.css.map */