body {
  background-color: #95ccdd;
}

.l-nav_links {
  position: relative;
}

.l-nav_links::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 10px);
  height: 15px;
  background-color: #95ccdd;
  z-index: 10;
}

.l-header {
  background-image: none;
  z-index: 1000;
  position: relative;
}

.l-footer_logo {
  position: relative;
  z-index: 50;
}

.l-wrapper,
.l-content:before,
.l-content:after {
  background-color: #95ccdd;
}

.l-wrapper:before {
  border-color: #95ccdd;
}

.l-nav_links {
  border-bottom-color: #95ccdd;
}

main {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

p,
dl,
dt,
dd,
li,
h2 {
  color: #4d494a;
}

.l-main {
  position: relative;
  z-index: 1;
  margin-top: -200px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .l-main {
    margin-top: -150px;
  }
}

@media screen and (max-width: 768px) {
  .l-main {
    margin-top: -50px;
  }
}

.p-dogrun {
  overflow: hidden;
}

.p-dogrun__fv {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-left: calc(-50vw + 50%);
}

.p-dogrun__fv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-dogrun__fv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-dogrun__fv-inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.5rem;
}

.p-dogrun__fv-title {
  font-size: 2.5rem;
  text-align: start;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .p-dogrun__fv-inner {
    top: auto;
    bottom: 40vw;
    left: 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .p-dogrun__fv-inner img {
    max-width: 80px;
  }

  .p-dogrun__fv-title {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-dogrun__fv-deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  width: 100%;
}

.p-dogrun__fv-deco-inner {
  position: relative;
  text-align: center;
}

.p-dogrun__fv-deco-inner h2 {
  font-size: 11vw;
  color: #fffa;
  position: absolute;
  right: 0;
  top: -6vw;
}

.p-dogrun__fv-deco-inner h2 br {
  display: none;
}

.p-dogrun__fv-deco-inner img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1024px) {
  .p-dogrun__fv-deco-inner h2 {
    font-size: 17vw;
    top: -30vw;
    left: 5%;
    right: auto;
    text-align: start;
  }

  .p-dogrun__fv-deco-inner h2 br {
    display: block;
  }
}

.p-dogrun__content {
  background-color: #f4f4e6;
}

.p-dogrun__content-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 200px 20px 150px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-dogrun__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
  font-size: 40px;
  line-height: 1.2;
}

.p-dogrun__content-title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-dogrun__content-title span {
  position: relative;
  padding: 0 0.2em;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .2em;
}

.p-dogrun__content-title span::before {
  content: '';
  width: 100%;
  height: 0.5em;
  background-color: #8fc5d5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.p-dogrun__content-title img {
  display: inline-block;
  max-width: 40px;
}

.p-dogrun__content-text {
  font-size: 24px;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 1024px) {
  .p-dogrun__content-inner {
    padding: 150px 20px 50px;
  }

  .p-dogrun__content-title {
    font-size: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }

  .p-dogrun__content-text {
    font-size: 16px;
  }

  .p-dogrun__content-title br {
    display: block;
  }

  .p-dogrun__content-title img {
    max-width: 30px;
  }
}

.p-dogrun__content-deco {
  position: absolute;
  top: 0;
  right: 0;
}

.p-dogrun__content-deco img {
  width: 100%;
  max-width: clamp(100px, 12vw, 170px);
  height: auto;
  display: block;
}

@media screen and (max-width: 1024px) {
  .p-dogrun__content-deco {
    right: 20px;
  }
}

.p-dogrun__content-text span {
  color: #479ab2;
}

.p-dogrun__content-walk {
  padding-bottom: 70px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.p-dogrun__hashtag-slider {
  width: 100%;
  overflow: hidden;
}

.p-dogrun__hashtag-slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-animation: scroll-horizontal 30s linear infinite;
          animation: scroll-horizontal 30s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-dogrun__content-walk ul li {
  font-size: 29px;
  padding: 15px 35px;
  border-radius: 90px;
  border: 2px solid #6db2c6;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-dogrun__content-walk ul li:nth-child(odd) {
  background-color: #6db2c6;
  color: #fff;
}

.p-dogrun__content-walk ul li:nth-child(even) {
  background-color: #fff;
  color: #6db2c6;
}

@media screen and (max-width: 1024px) {
  .p-dogrun__content-walk ul li {
    font-size: 13px;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
}

.p-dogrun__content-walk-deco {
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: #6eb2c6;
}

.p-dogrun__content-walk-deco-inner {
  position: relative;
}

.p-dogrun__content-walk-deco-bg {
  width: 100%;
}

.p-dogrun__content-walk-deco--1 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35vw;
  max-width: 600px;
  z-index: 1;
}

.p-dogrun__content-walk-deco--2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1400px;
  width: 100%;
  padding: 0 20px;
}

.p-dogrun__content-walk-deco--2 img {
  width: 10vw;
  max-width: 180px;
}

@media screen and (max-width: 1024px) {
  .p-dogrun__content-walk-deco-inner {
    padding-bottom: 30vw;
  }

  .p-dogrun__content-walk-deco--1 {
    width: 50vw;
    max-width: 300px;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .p-dogrun__content-walk-deco--2 {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .p-dogrun__content-walk-deco--2 img {
    width: 100%;
    max-width: clamp(100px, 20vw, 180px);
  }
}

.p-dogrun__gallery {
  background-color: #6eb2c6;
  position: relative;
  padding-bottom: 10vw;
}

.p-dogrun__gallery-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}

.p-dogrun__gallery-inner hgroup {
  position: relative;
  z-index: 20;
}

.p-dogrun__gallery-items .list-wrapper {
  max-width: 1300px;
  margin: -30px auto 0;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #000;
}

.p-dogrun__gallery-container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .p-dogrun__gallery {
    padding-bottom: 15vw;
  }

  .p-dogrun__gallery-inner {
    padding: 0 10px;
  }

  .p-dogrun__gallery-inner hgroup {
    max-width: 60%;
  }

  .p-dogrun__gallery-items .list-wrapper {
    padding: 20px;
  }
}

.p-dogrun__gallery-deco {
  position: relative;
  background-color: #f4f4e6;
}

.p-dogrun__gallery-deco-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.p-dogrun__gallery-deco--1 {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-dogrun__gallery-deco--1 img {
  max-width: clamp(150px, 15vw, 250px);
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-dogrun__gallery-deco--1 {
    bottom: -50%;
  }
}

.p-dogrun__bg-slider {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-dogrun__bg-slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-dogrun__bg-slider ul:nth-child(odd) {
  -webkit-animation: scroll-horizontal 50s linear infinite;
          animation: scroll-horizontal 50s linear infinite;
}

.p-dogrun__bg-slider ul:nth-child(even) {
  -webkit-animation: scroll-horizontal-reverse 45s linear infinite;
          animation: scroll-horizontal-reverse 45s linear infinite;
}

.p-dogrun__bg-slider ul li {
  font-size: 170px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  line-height: 1;
}

.p-dogrun__info {
  background-color: #f4f4e6;
  padding: 80px 0 200px;
}

.p-dogrun__info-header {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}

.p-dogrun__logo img {
  width: 100%;
  max-width: 120px;
  height: auto;
}

.p-dogrun__title {
  font-size: 48px;
  font-weight: bold;
  color: #195a16;
}

.p-dogrun__info-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  margin-bottom: 80px;
}

.p-dogrun__info-list {
  padding: 40px 0;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .p-dogrun__info-list {
    padding: 0;
  }
}

.p-dogrun__info-list dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  width: 100%;
  max-width: 130px;
  line-height: 1.8;
}

.p-dogrun__info-list dd {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 40px;
  width: 100%;
  max-width: calc(100% - 200px);
  font-weight: bold;
}

.p-dogrun__info-list dd:last-child {
  margin-bottom: 0;
}

.p-dogrun__location {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.p-dogrun__location-text {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #195a16;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}

.p-dogrun__location-text span {
  font-size: 40px;
}

.p-dogrun__location-map {
  width: 100%;
  margin-bottom: 80px;
}

.p-dogrun__location-map img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-dogrun__location-map {
    width: 100vw;
    margin-bottom: 50px;
    overflow-x: scroll;
  }

  .p-dogrun__location-map img {
    width: 171.7948717949vw;
    max-width: none;
    padding: 0 20px;
  }
}

.p-dogrun__location .c-dogbtn {
  position: relative;
  z-index: 50;
}

.p-dogrun__location-deco {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.p-dogrun__location-deco img {
  width: 100%;
  max-width: clamp(120px, 30vw, 250px);
  height: auto;
  display: block;
}

@media screen and (max-width: 1024px) {
  .p-dogrun__info {
    padding: 50px 0;
  }

  .p-dogrun__info-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }

  .p-dogrun__logo img {
    width: 100px;
  }

  .p-dogrun__title {
    font-size: 28px;
  }

  .p-dogrun__info-content {
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .p-dogrun__info-list dt {
    font-size: 18px;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .p-dogrun__info-list dd {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 100%;
  }

  .p-dogrun__location {
    padding: 0 20px;
  }

  .p-dogrun__location-text {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .p-dogrun__location-deco{
    bottom: 40px;
  }
}

.p-dogrun__attn {
  background-color: #6eb2c6;
  padding: 30px 0 25vw;
}

.p-dogrun__attn-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}

.p-dogrun__attn-inner h2,
.p-dogrun__attn-inner h3,
.p-dogrun__attn-inner p,
.p-dogrun__attn-inner hr,
.p-dogrun__attn-inner li {
  color: #fff;
  line-height: 1.7;
}

.p-dogrun__attn-inner hr {
  margin: 30px 0;
}

.p-dogrun__attn-img {
  width: 35%;
}

.p-dogrun__attn-img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-dogrun__attn-content {
  width: 60%;
}

.p-dogrun__attn-content .c-dogbtn {
  margin: 50px 0 0;
}

.p-dogrun__attn-content h2,
.p-dogrun__attn-text h3 {
  font-size: 20px;
  margin-bottom: .1em;
}

.p-dogrun__attn-content p,
.p-dogrun__attn-inner li {
  font-size: 14px;
}

.p-dogrun__attn-inner ul{
  margin-bottom: .5em;
}

.p-dogrun__attn-inner li{
  margin-bottom: .3em;
}

.p-dogrun__attn-text a {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .p-dogrun__attn-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }

  .p-dogrun__attn-img {
    display: none;
  }

  .p-dogrun__attn-content {
    width: 100%;
  }

  .p-dogrun__attn-content h2,
  .p-dogrun__attn-text h3 {
    font-size: 18px;
  }

  .p-dogrun__attn-content .c-dogbtn {
    margin: 50px auto 0;
  }
}

.p-dogrun__name-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.p-dogrun__name-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f4f4e6;
  z-index: 0;
}

.p-dogrun__name-slider::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #6eb2c6;
  z-index: 0;
}

.p-dogrun__name-slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-animation: scroll-horizontal 40s linear infinite;
          animation: scroll-horizontal 40s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 5;
  padding-bottom: 55px;
}

.p-dogrun__name-slider ul li {
  font-size: 183px;
  font-weight: bold;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #707070;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .p-dogrun__name-slider {
    padding: 20px 0;
  }

  .p-dogrun__name-slider ul {
    padding-bottom: 15px;
  }

  .p-dogrun__name-slider ul li {
    font-size: 56px;
  }
}

@media screen and (max-width: 1024px) {
  .p-dogrun__bg-slider ul li {
    font-size: 60px;
  }
}

.p-dogrun__footer-deco {
  margin: -15% 0;
  position: relative;
}

.p-dogrun__footer-deco>img {
  width: 100%;
  height: auto;
  display: block;
}

.p-dogrun__footer-deco--1 {
  position: absolute;
  bottom: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-dogrun__footer-deco--1 img {
  width: 100%;
  max-width: clamp(130px, 15vw, 270px);
  height: auto;
}

@media screen and (max-width: 1024px) {
  .p-dogrun__footer-deco {
    margin: -28% 0;
  }
}

@media screen and (max-width: 768px) {
  .p-dogrun__footer-deco {
    margin: -20% 0 -42%;
  }
}

/* コンポーネント*/
.c-dogbtn {
  display: block;
  background-color: #fff;
  color: #2b7990;
  font-size: 22px;
  padding: 10px 3em;
  border-radius: 50px;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
}

.c-dogbtn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .c-dogbtn {
    font-size: 16px;
    padding: 1em 3em;
  }
}

/* 上書きCSS */
.p-dogrun__gallery-items .list-wrapper ul {
  -ms-grid-columns: (minmax(180px, 1fr))[4] !important;
  grid-template-columns: repeat(4, minmax(180px, 1fr)) !important;
}

.p-dogrun__gallery-items a[data-property-id='tabiato-powered-by'] {
  background-color: #6eb2c6;
  position: relative;
  z-index: 50;
}

.p-dogrun__gallery-items a[data-property-id='tabiato-powered-by'] img {
  height: 30px !important;
  mix-blend-mode: color-dodge;
}

.p-dogrun__gallery-items button {
  font-size: 22px;
  color: #2b7990;
  position: relative;
  z-index: 50;
}

@media screen and (max-width: 1024px) {
  .p-dogrun__gallery-items .list-wrapper ul {
    -ms-grid-columns: (minmax(130px, 1fr))[2] !important;
    grid-template-columns: repeat(2, minmax(130px, 1fr)) !important;
  }

  .p-dogrun__gallery-items button {
    font-size: 16px;
  }

  .p-dogrun__gallery-items a[data-property-id='tabiato-powered-by'] img {
    height: 20px !important;
    mix-blend-mode: color-dodge;
  }
}

.p-dogrun__gallery-items button::before {
  content: '#';
}

/* アニメーションキーフレーム */
@-webkit-keyframes scroll-horizontal {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

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

  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@-webkit-keyframes scroll-horizontal-reverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes scroll-horizontal-reverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}