@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html, body {
    zoom: 0.8;
  }
}
html, body, div, p, span, address, h1, h2, h3, h4, h5, h6, header, hgroup, footer, section, article, aside, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 160%;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 180%;
  list-style: none;
}

body {
  color: #aa841f;
  font-size: 1.2em;
  font-family: yu-mincho-pr6n, sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #aa841f;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

a:active {
  text-decoration: under-line;
}

a img {
  border-style: none;
  transition: 0.3s;
}

div, p, span, address, header, hgroup, footer, section, article, aside, nav, ul, ol, li, dl, dt, dd, figure, figcaption {
  box-sizing: border-box;
}

.tt,
.tt5 {
  display: none;
}

/* PC */
@media print, screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
/* Tablet */
@media screen and (max-width: 960px) {
  html {
    font-size: 6.25%;
  }

  body {
    font-size: 15rem;
  }

  #wrapper img {
    width: 100%;
  }

  .pc {
    display: none;
  }
}
/* SP縦以外 */
@media screen and (min-width: 641px) {
  /*SP縦以外を表示*/
  .ta {
    display: block;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .tt {
    display: block;
  }

  /*SP縦以外を表示*/
  .ta {
    display: none;
  }
}
/* iphone5 */
@media screen and (max-width: 360px) and (orientation: portrait) {
  .tt5 {
    display: block;
  }
}
@media screen {
  .fade00 {
    opacity: 0;
    transition: 1s;
  }

  .fade01 {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }

  .fade00a {
    opacity: 1.0;
    transform: translate(0, 0);
  }
}
body {
  color: #000;
}

@media screen and (max-width: 668px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media screen and (max-width: 668px) {
  .sponly {
    display: block;
  }
}

header h1.photo img {
  width: 100%;
}
@media screen and (max-width: 668px) {
  header h1.photo img.pconly {
    display: block;
  }
}
@media all and (max-width: 640px) {
  header h1.photo img.pconly {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  header h1.photo img.sponly {
    display: none;
  }
}
@media all and (max-width: 640px) {
  header h1.photo img.sponly {
    display: block;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 1099px) {
  .inner {
    width: 90%;
  }
}

.about h2 {
  margin-top: 80px;
  color: #aa841f;
  text-align: center;
  font-size: 180%;
  letter-spacing: 2px;
  font-family: "Hiragino Mincho ProN", HGS明朝E;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .about h2 {
    margin-top: 40px;
    font-size: 1.4em;
  }
}
.about p.lead {
  margin-top: 80px;
  font-size: 120%;
  line-height: 1.8;
}
@media screen and (max-width: 668px) {
  .about p.lead {
    margin-top: 40px;
    font-size: 1em;
  }
}
.about ul.comment {
  margin-top: 85px;
}
@media screen and (max-width: 668px) {
  .about ul.comment {
    margin-top: 50px;
  }
}
.about ul.comment li {
  margin-bottom: 62px;
}
.about ul.comment li h3 {
  color: #94204d;
  border-left: 6px solid #94204d;
  padding-left: 25px;
  margin-left: 5px;
  letter-spacing: 1px;
  font-family: "Hiragino Mincho ProN", HGS明朝E;
  font-weight: bold;
  font-size: 120%;
}
@media all and (-ms-high-contrast: none) {
  .about ul.comment li h3 {
    padding-top: 5px;
  }
}
@media screen and (max-width: 668px) {
  .about ul.comment li h3 {
    border-left: 4px solid #94204d;
    padding-left: 10px;
    font-size: 1.2em;
  }
}
.about ul.comment li p {
  margin-top: 30px;
}
@media screen and (max-width: 668px) {
  .about ul.comment li p {
    font-size: 1em;
  }
}
.about ul.name {
  background: #eee;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
}
@media screen and (max-width: 668px) {
  .about ul.name {
    padding: 15px;
  }
}
.about ul.name li h3 {
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .about ul.name li h3 {
    font-size: 1em;
  }
}
.about ul.name li h3 span {
  display: inline-block;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  width: 150px;
  padding: 2px 0;
  margin-right: 1rem;
}
@media screen and (max-width: 668px) {
  .about ul.name li h3 span {
    padding: 5px 0;
  }
}
.about ul.name li h3 span.white {
  background: #aa841f;
}
.about ul.name li h3 span.red {
  background: #94204d;
}
@media screen and (max-width: 668px) {
  .about ul.name li h3 span {
    display: block;
    margin-bottom: 10px;
  }
}
.about ul.name li + li {
  margin-top: 20px;
}
.about ul.panel {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .about ul.panel {
    margin-top: 50px;
  }
}
.about ul.panel li {
  width: 25%;
  margin-bottom: 0;
  font-size: 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .about ul.panel li {
    width: 50%;
  }
}
.about ul.panel li img {
  width: 100%;
}
.about .message {
  margin-top: 150px;
}
@media screen and (max-width: 668px) {
  .about .message {
    margin-top: 75px;
  }
}
.about .message h3 {
  text-align: center;
  font-size: 180%;
  font-family: "Hiragino Mincho ProN", HGS明朝E;
  font-weight: bold;
  letter-spacing: 2px;
  color: #231815;
}
@media screen and (max-width: 668px) {
  .about .message h3 {
    font-size: 1.4em;
  }
}
.about .message ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 668px) {
  .about .message ul {
    display: block;
    margin-top: 20px;
  }
}
.about .message ul li {
  width: 46%;
  background: #f7f3e9;
  border-top: 12px solid #aa841f;
  padding: 47px 25px 0 25px;
  box-sizing: border-box;
  margin: 0 15px 35px;
}
@media screen and (max-width: 668px) {
  .about .message ul li {
    width: 100%;
    border-top: 8px solid #aa841f;
    padding: 15px 20px;
    margin: 0 0 35px;
  }
}
.about .message ul li div.image {
  text-align: center;
  font-size: 0;
}
.about .message ul li div.image img {
  width: 100%;
  max-width: 220px;
}
.about .message ul li div.text {
  margin-top: 30px;
}
.about .message ul li div.text dl dt {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 10px 0;
}
@media all and (-ms-high-contrast: none) {
  .about .message ul li div.text dl dt {
    padding: 10px 0 0;
  }
}
.about .message ul li div.text dl dt span {
  display: block;
}
.about .message ul li div.text dl dt span.place {
  border-top: 1px dashed #231815;
  padding-top: 5px;
  margin-top: 3px;
}
@media all and (-ms-high-contrast: none) {
  .about .message ul li div.text dl dt span.place {
    padding-top: 15px;
    margin-top: -5px;
  }
}
.about .message ul li div.text dl dt span.name {
  font-size: 120%;
  border-top: 1px solid #231815;
  padding-top: 10px;
}
@media all and (-ms-high-contrast: none) {
  .about .message ul li div.text dl dt span.name {
    padding-top: 20px;
  }
}
.about .message ul li div.text dl dd {
  margin: 40px 0;
}
@media screen and (max-width: 668px) {
  .about .message ul li div.text dl dd {
    margin: 30px 0 0;
  }
}
.about .message ul li div.text dl dd span.label {
  display: block;
  margin-bottom: 10px;
  font-size: 80%;
  color: #fff;
  text-align: center;
  width: 120px;
  padding: 2px 0;
  margin-right: 1rem;
}
@media screen and (max-width: 668px) {
  .about .message ul li div.text dl dd span.label {
    font-size: 100%;
    width: 100px;
    padding: 4px 0;
  }
}
.about .message ul li div.text dl dd span.label.white {
  background: #aa841f;
}
.about .message ul li div.text dl dd span.label.red {
  background: #94204d;
  margin-top: 20px;
}
.about .slideArea {
  width: 100%;
  margin-top: 120px;
  position: relative;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 668px) {
  .about .slideArea {
    margin-top: 50px;
  }
}
.about .slideArea img {
  width: auto;
  height: auto;
  will-change: transform;
  align-self: flex-start;
}
@media screen and (max-width: 668px) {
  .about .slideArea img {
    width: 1000px !important;
    max-width: 1000px;
    height: auto;
  }
}
.about .slideArea img:first-child {
  -webkit-animation: slide 360s -180s linear infinite;
  animation: slide 360s -180s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
@media screen and (max-width: 668px) {
  .about .slideArea img:first-child {
    -webkit-animation: slide 200s -100s linear infinite;
    animation: slide 200s -100s linear infinite;
  }
}
.about .slideArea img:first-child + img {
  -webkit-animation: slide2 360s linear infinite;
  animation: slide2 360s linear infinite;
}
@media screen and (max-width: 668px) {
  .about .slideArea img:first-child + img {
    -webkit-animation: slide2 200s linear infinite;
    animation: slide2 200s linear infinite;
  }
}

.item {
  background: #e6e6e6;
  padding: 100px 0;
}
@media screen and (max-width: 668px) {
  .item {
    padding: 50px 0;
  }
}
.item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .item ul {
    display: block;
  }
}
.item ul > li {
  width: 42%;
  text-align: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .item ul > li {
    width: 100%;
  }
  .item ul > li:nth-child(2) {
    margin-top: 20px;
  }
}
.item ul > li img {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 668px) {
  .item ul > li img {
    max-width: 250px;
  }
}
.item ul > li h3 {
  margin-top: 30px;
  font-family: "Hiragino Mincho ProN", HGS明朝E;
  font-weight: bold;
  font-size: 130%;
}
@media screen and (max-width: 668px) {
  .item ul > li h3 {
    margin-top: 15px;
    font-size: 1.2em;
  }
}
.item ul > li:first-child h3 {
  color: #aa841f;
}
.item ul > li:first-child ul.spec02 {
  max-width: 290px;
  text-align: left;
  font-size: 90%;
}
@media screen and (max-width: 480px) {
  .item ul > li:first-child ul.spec02 {
    max-width: 240px;
  }
}
.item ul > li:first-child ul.spec02 li {
  padding-left: 3em;
  text-indent: -3.3em;
  text-align: left;
}
@media screen and (max-width: 668px) {
  .item ul > li:nth-child(2) {
    margin-top: 50px;
  }
}
.item ul > li:nth-child(2) h3 {
  color: #94204d;
}
.item ul > li:nth-child(2) ul.spec02 {
  max-width: 250px;
  text-align: left;
  font-size: 90%;
}
@media screen and (max-width: 480px) {
  .item ul > li:nth-child(2) ul.spec02 {
    max-width: 200px;
  }
}
.item ul > li:nth-child(2) ul.spec02 li {
  padding-left: 3em;
  text-indent: -3.3em;
  text-align: left;
}
.item ul > li p {
  margin-top: 10px;
}
.item ul > li p.spec01 span {
  font-weight: bold;
}
.item ul > li ul.spec02 {
  font-family: noto-sans, sans-serif;
  display: inherit;
  margin: 20px auto 0;
}
@media screen and (max-width: 668px) {
  .item ul > li ul.spec02 {
    font-size: 0.9em;
  }
}
.item ul > li ul.spec02 li {
  width: 100%;
  line-height: 1.6;
}
@media screen and (max-width: 668px) {
  .item ul > li ul.spec02 li {
    margin-top: 0;
  }
}
.item ul > li ul.spec02 li:nth-child(2) {
  padding-left: 3.3em;
}

.presale {
  margin: 100px auto 140px;
}
@media screen and (max-width: 668px) {
  .presale {
    margin: 50px auto 70px;
  }
}
.presale .inner {
  border-top: 8px solid #aa841f;
  border-bottom: 8px solid #aa841f;
  text-align: center;
  padding: 50px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 668px) {
  .presale .inner {
    border-top: 4px solid #aa841f;
    border-bottom: 4px solid #aa841f;
    padding: 25px 0;
  }
}
.presale .inner h3 {
  color: #aa841f;
  font-family: "Hiragino Mincho ProN", HGS明朝E;
  font-weight: bold;
  font-size: 180%;
  letter-spacing: 1px;
}
@media screen and (max-width: 668px) {
  .presale .inner h3 {
    font-size: 1.3em;
  }
}
.presale .inner h3 span {
  display: block;
  font-weight: bold;
  font-size: 65%;
}
@media screen and (max-width: 668px) {
  .presale .inner h3 span {
    font-size: 80%;
  }
}
.presale .inner .bg {
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  background: #f7f3e9;
  letter-spacing: 1px;
}
.presale .inner .bg p {
  margin: 25px 0 10px;
}
.presale .inner .bg p a {
  color: #fff;
  padding: 15px 30px;
  box-sizing: border-box;
  background: #aa841f;
  border-radius: 3px;
  letter-spacing: 0;
}
@media screen and (max-width: 668px) {
  .presale .inner .bg p a {
    padding: 15px;
  }
}
@media screen and (max-width: 360px) {
  .presale .inner .bg p a {
    font-size: 0.9em;
  }
}
.presale .inner p.link {
  background: #94204d;
  max-width: 420px;
  margin: 50px auto 65px;
}
@media screen and (max-width: 668px) {
  .presale .inner p.link {
    margin: 30px auto;
    width: 80%;
  }
}
.presale .inner p.link a {
  display: block;
  color: #fff;
  padding: 20px 55px;
  font-size: 160%;
}
@media all and (-ms-high-contrast: none) {
  .presale .inner p.link a {
    padding: 35px 55px 5px 55px;
  }
}
@media screen and (max-width: 668px) {
  .presale .inner p.link a {
    font-size: 1.2em;
    padding: 15px;
  }
}
.presale .inner p.lead {
  line-height: 2;
  font-size: 110%;
  margin-top: 50px;
}
.presale .inner p.date {
  margin-top: 50px;
  color: #aa841f;
  font-weight: bold;
  font-size: 180%;
}
@media screen and (max-width: 668px) {
  .presale .inner p.date {
    margin-top: 25px;
    font-size: 1.2em;
  }
}
.presale .inner p.date span {
  display: block;
  font-family: noto-sans, sans-serif;
  font-size: 80%;
  letter-spacing: 1px;
}
.presale .inner .information {
  margin-top: 30px;
  background: #e6e6e6;
  text-align: left;
}
@media screen and (max-width: 668px) {
  .presale .inner .information {
    margin-top: 15px;
  }
}
.presale .inner .information ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 3px solid #ccc;
}
@media screen and (max-width: 960px) {
  .presale .inner .information ul {
    display: block;
  }
}
.presale .inner .information ul li:first-child {
  width: 75%;
  padding: 30px 40px;
  box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
  .presale .inner .information ul li:first-child {
    width: 73.5%;
    padding: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .presale .inner .information ul li:first-child {
    padding: 30px;
  }
}
@media screen and (max-width: 960px) {
  .presale .inner .information ul li:first-child {
    width: 100%;
    padding: 20px;
  }
}
.presale .inner .information ul li:first-child dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .presale .inner .information ul li:first-child dl {
    display: block;
  }
}
.presale .inner .information ul li:first-child dl dt {
  width: 100%;
  border-bottom: 1px solid #231816;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.presale .inner .information ul li:first-child dl dt img {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 668px) {
  .presale .inner .information ul li:first-child dl dt img {
    width: 80% !important;
  }
}
.presale .inner .information ul li:first-child dl dt p.name {
  font-weight: bold;
  font-size: 140%;
}
.presale .inner .information ul li:first-child dl dt p.name span {
  display: block;
  font-weight: normal;
  font-size: 80%;
  letter-spacing: 0;
}
.presale .inner .information ul li:first-child dl dd p span {
  font-size: 85%;
}
.presale .inner .information ul li:first-child dl dd p:nth-child(2) {
  margin-top: 10px;
}
.presale .inner .information ul li:first-child dl dd.icon {
  text-align: center;
  background: #231816;
  color: #fff;
  width: 180px;
  height: 180px;
  font-size: 130%;
  line-height: 1.5;
  padding-top: 50px;
}
@media all and (-ms-high-contrast: none) {
  .presale .inner .information ul li:first-child dl dd.icon {
    padding-top: 65px;
  }
}
@media screen and (max-width: 1100px) {
  .presale .inner .information ul li:first-child dl dd.icon {
    width: 100px;
    height: 100px;
    font-size: 100%;
    padding-top: 25px;
  }
}
@media screen and (max-width: 820px) {
  .presale .inner .information ul li:first-child dl dd.icon {
    width: 80px;
    height: 80px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 668px) {
  .presale .inner .information ul li:first-child dl dd.icon {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}
.presale .inner .information ul li:first-child dl dd.icon span {
  display: block;
}
@media screen and (max-width: 668px) {
  .presale .inner .information ul li:first-child dl dd.icon span {
    display: inline;
  }
}
.presale .inner .information ul li:first-child dl dd.spec {
  width: 69%;
  border-left: 1px solid #231816;
  padding-left: 30px;
}
@media screen and (max-width: 1100px) {
  .presale .inner .information ul li:first-child dl dd.spec {
    width: 78%;
  }
}
@media screen and (max-width: 820px) {
  .presale .inner .information ul li:first-child dl dd.spec {
    width: 76%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 668px) {
  .presale .inner .information ul li:first-child dl dd.spec {
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
  }
}
.presale .inner .information ul li:first-child dl dd.spec div p.itemname {
  font-family: noto-sans, sans-serif;
  font-size: 95%;
  margin-bottom: 10px;
}
@media all and (-ms-high-contrast: none) {
  .presale .inner .information ul li:first-child dl dd.spec div p.itemname {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 668px) {
  .presale .inner .information ul li:first-child dl dd.spec div p.itemname {
    font-size: 1em;
    margin-bottom: 0;
  }
}
.presale .inner .information ul li:first-child dl dd.spec div p.price {
  font-weight: bold;
  font-size: 250%;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .presale .inner .information ul li:first-child dl dd.spec div p.price {
    font-size: 240%;
  }
}
@media screen and (max-width: 668px) {
  .presale .inner .information ul li:first-child dl dd.spec div p.price {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 360px) and (orientation: portrait) {
  .presale .inner .information ul li:first-child dl dd.spec div p.price {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 320px) {
  .presale .inner .information ul li:first-child dl dd.spec div p.price {
    font-size: 1.8em;
  }
}
.presale .inner .information ul li:first-child dl dd.spec div p.price span.pretext {
  font-size: 70%;
  margin-right: 10px;
  margin-top: 5px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media all and (-ms-high-contrast: none) {
  .presale .inner .information ul li:first-child dl dd.spec div p.price span.pretext {
    font-size: 65%;
    margin-bottom: 20px;
  }
}
.presale .inner .information ul li:first-child dl dd.spec div p.price span.en {
  font-size: 60%;
  font-weight: bold;
}
.presale .inner .information ul li:first-child dl dd.spec div p.price span.small {
  font-size: 30%;
  font-weight: normal;
  line-height: 0;
  display: block;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .presale .inner .information ul li:first-child dl dd.spec div p.price span.small {
    display: inline;
  }
}
@media all and (-ms-high-contrast: none) {
  .presale .inner .information ul li:first-child dl dd.spec div p.price span.small {
    margin-top: -10px;
  }
}
.presale .inner .information ul li:first-child dl dd.spec p.notice {
  font-family: noto-sans, sans-serif;
  margin-top: 30px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 110%;
}
.presale .inner .information ul li:nth-child(2) {
  width: 25%;
  font-size: 0;
}
@media all and (-ms-high-contrast: none) {
  .presale .inner .information ul li:nth-child(2) {
    width: 26.5%;
  }
}
@media screen and (max-width: 960px) {
  .presale .inner .information ul li:nth-child(2) {
    width: 100%;
    padding: 0 20px 20px;
  }
}
.presale .inner .information ul li:nth-child(2) div.photo {
  background: url(../images/information_pc.jpg) center center/cover no-repeat #fff;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .presale .inner .information ul li:nth-child(2) div.photo {
    background: url(../images/information_sp.jpg) center center/cover no-repeat #fff;
    height: 350px;
  }
}
@media screen and (max-width: 668px) {
  .presale .inner .information ul li:nth-child(2) div.photo {
    height: 22vh;
  }
}
.presale .inner .subTxt {
  margin-top: 30px;
  font-size: 120%;
  font-weight: bold;
  color: #94204d;
}
@media screen and (max-width: 668px) {
  .presale .inner .subTxt {
    text-align: left;
    font-size: 110%;
  }
}

.gotop {
  position: fixed;
  right: 20px;
  bottom: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .gotop {
    right: 15px;
    bottom: 0;
    padding-bottom: 20px;
  }
}
.gotop a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 50%;
  margin-top: 10px;
  background-color: #aa841f;
  width: 50px;
  line-height: 50px;
}
@media all and (-ms-high-contrast: none) {
  .gotop a {
    padding-top: 15px;
    line-height: 35px;
  }
}
@media screen and (max-width: 960px) {
  .gotop a {
    width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .gotop a {
    width: 35px;
    line-height: 35px;
  }
}
.gotop a:hover {
  transform: translate(0, -5px);
}

@media print {
  .gotop {
    display: none;
  }
}
@keyframes slide {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
