html,
body,
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: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
}

main .fv-top {
  width: 100%;
  height: 120vh;
  background-image: url("../images/fv-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
main .fv-top .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main .fv-top .bg .bg-1 {
  position: absolute;
  top: 20%;
  left: 3%;
  -webkit-animation: float1 6s ease-in-out infinite;
          animation: float1 6s ease-in-out infinite;
}
main .fv-top .bg .bg-1 img {
  width: 230px;
  height: auto;
}
main .fv-top .bg .bg-2 {
  position: absolute;
  top: 5%;
  left: 32%;
  -webkit-animation: float2 8s ease-in-out infinite;
          animation: float2 8s ease-in-out infinite;
}
main .fv-top .bg .bg-2 img {
  width: 270px;
  height: auto;
}
main .fv-top .bg .bg-3 {
  position: absolute;
  bottom: 10%;
  left: 38%;
  -webkit-animation: float3 7s ease-in-out infinite;
          animation: float3 7s ease-in-out infinite;
}
main .fv-top .bg .bg-3 img {
  width: 320px;
  height: auto;
}
main .fv-top .bg .bg-4 {
  position: absolute;
  bottom: 35%;
  right: 10%;
  -webkit-animation: float4 9s ease-in-out infinite;
          animation: float4 9s ease-in-out infinite;
}
main .fv-top .bg .bg-4 img {
  width: 280px;
  height: auto;
}
main .fv-top .bg .bg-5 {
  position: absolute;
  top: 0%;
  right: 0%;
  -webkit-animation: float5 5s ease-in-out infinite;
          animation: float5 5s ease-in-out infinite;
}
main .fv-top .bg .bg-5 img {
  width: 320px;
  height: auto;
}
main .fv-top .fv-copy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8vw;
  padding-top: 20vh;
  position: relative;
  z-index: 2;
  -webkit-animation: fadeInUp 1.5s ease-out forwards;
          animation: fadeInUp 1.5s ease-out forwards;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
main .fv-top .fv-copy .left-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2vh;
  margin-left: 6vw;
  -webkit-animation: slideInLeft 1.8s ease-out 0.3s forwards;
          animation: slideInLeft 1.8s ease-out 0.3s forwards;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
main .fv-top .fv-copy .left-copy .left-top-copy {
  font-family: "Helvetica Neue", sans-serif;
  font-size: clamp(48px, 12vw, 156px);
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 700;
}
main .fv-top .fv-copy .left-copy .left-top-copy span {
  color: #1A35BC;
}
main .fv-top .fv-copy .left-copy .left-bottom-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5vw;
}
main .fv-top .fv-copy .left-copy .left-bottom-copy img {
  width: clamp(20px, 3vw, 38px);
  height: auto;
}
main .fv-top .fv-copy .left-copy .left-bottom-copy p {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
}
main .fv-top .fv-copy .right-copy {
  padding-top: 13vh;
  font-family: "Helvetica Neue", sans-serif;
  font-size: clamp(48px, 12vw, 156px);
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 700;
  -webkit-animation: slideInRight 1.8s ease-out 0.6s forwards;
          animation: slideInRight 1.8s ease-out 0.6s forwards;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
main .fv-top .fv-copy .right-copy span {
  color: #1A35BC;
}
main .fv-top .fv-copy .right-copy .left-bottom-copy-sp {
  display: none;
}
main .fv-top .scroll-down {
  position: absolute;
  bottom: 14vh;
  right: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2vw;
  z-index: 10;
}
main .fv-top .scroll-down .scroll-down-text {
  font-family: "Helvetica Neue", sans-serif;
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #161616;
  text-orientation: mixed;
}
main .about {
  padding-top: 180px;
  padding-bottom: 60px;
}
main .about .about-copy {
  padding: 120px 0 64px;
  font-size: 48px;
  font-weight: 700;
  line-height: 86px;
  color: #1A35BC;
}
main .about .sub-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
main .about .sub-copy p {
  font-size: 32px;
  font-weight: 700;
  line-height: 65px;
  color: #161616;
}
main .text-slider {
  padding: 60px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
main .text-slider .slider-text {
  display: inline-block;
  padding-right: 4rem;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 100px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 700;
  -webkit-animation: marquee-rtl 45s linear infinite;
          animation: marquee-rtl 45s linear infinite;
  will-change: transform;
}
main .text-slider .slider-text:nth-child(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
main .text-slider .slider-text:nth-child(3) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
main .text-slider .slider-text span {
  color: #1A35BC;
}
main .news {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 40px;
  padding-top: 120px;
  padding-bottom: 160px;
}
main .news .news-right {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
main .news .news-right .news-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #D9D9D9;
}
main .news .news-right .news-list .news-item {
  border-bottom: 1px solid #D9D9D9;
}
main .news .news-right .news-list .news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 24px;
  color: #161616;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
main .news .news-right .news-list .news-item a:hover {
  opacity: 0.8;
}
main .news .news-right .news-list .news-item .news-item-title {
  font-size: 18px;
  font-weight: 700;
}
main .news .news-right .news-list .news-item .news-item-date {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #6E6E6E;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 24px;
}
main .news .news-right .news-list .news-item.-empty {
  padding: 28px 0;
  color: #6E6E6E;
}
main .news .news-right .main-btn {
  margin-top: 40px;
}
main .service {
  padding-bottom: 180px;
}
main .service .service-copy {
  margin-top: 60px;
  border-radius: 10px;
  padding: 400px 70px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("../images/top-service-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
main .service .service-copy .service-left {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  word-break: keep-all;
}
main .service .service-copy .service-right {
  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;
}
main .service .service-copy .service-right p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
}
main .company {
  padding: 140px 0 200px;
  background: #FAFAFA;
}
main .company .company-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 200px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
main .company .company-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
  padding-top: 48px;
  border-top: 1px solid #393939;
}
main .company .company-left .company-copy {
  font-size: 20px;
  line-height: 2;
  color: #161616;
}
main .company .company-left .company-card {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 32px 16px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  text-decoration: none;
  color: #161616;
}
main .company .company-left .company-card .thumb img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  display: block;
}
main .company .company-left .company-card .meta-title {
  font-size: 20px;
  font-weight: 800;
}
main .company .company-left .company-card .meta-sub {
  font-size: 12px;
  color: #6E6E6E;
  margin-top: 4px;
}
main .company .company-left .company-card .go {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4EB6F0, #9EF6F5);
  position: relative;
}
main .company .company-left .company-card .go::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
main .company .company-right {
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
}
main .company .company-right img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 960px) {
  main .fv-top {
    width: 100%;
    height: 120vh;
    background-image: url("../images/sp-fv-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  main .fv-top .scroll-down {
    bottom: 9vh;
    right: 2vw;
    gap: 0.8vw;
  }
  main .fv-top .scroll-down .scroll-down-text {
    font-size: 14px;
  }
  main .about .about-copy {
    padding: 50px 0 30px;
    font-size: 24px;
    line-height: 2;
  }
  main .about .sub-copy {
    gap: 30px;
  }
  main .about .sub-copy p {
    font-size: 16px;
    line-height: 2;
  }
  main .text-slider {
    padding: 30px 0;
    gap: 12px;
  }
  main .text-slider .slider-text {
    font-size: 46px;
  }
  main .news {
    padding: 80px 20px 120px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  main .news .news-right {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main .news .news-right .news-list .news-item a {
    padding: 22px 8px;
  }
  main .news .news-right .news-list .news-item a .news-item-title {
    font-size: 14px;
  }
  main .news .news-right .news-list .news-item a .news-item-date {
    font-size: 12px;
  }
  main .news .news-right .main-btn {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  main .service {
    padding-bottom: 140px;
  }
  main .service .service-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 200px 20px 30px;
  }
  main .service .service-copy .service-left {
    font-size: 24px;
  }
  main .service .service-copy .service-right {
    gap: 24px;
  }
  main .service .service-copy .service-right p {
    font-size: 16px;
    line-height: 32px;
  }
  main .company {
    padding: 100px 0 140px;
  }
  main .company .company-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  main .company .company-copy p {
    font-size: 16px;
    line-height: 2;
  }
  main .company .company-card {
    grid-template-columns: 100px 1fr auto;
    padding: 24px 0 !important;
  }
  main .company .company-card .thumb img {
    width: 100px;
    height: 100px;
  }
  main .company .company-card .meta-title {
    font-size: 16px;
  }
  main .company .company-card .meta-sub {
    font-size: 12px;
  }
  main .company .company-card:hover {
    background-color: #E1E1E1;
  }
  main .company .company-left {
    border-top: none;
    gap: 36px;
  }
  main .company .company-right {
    display: none;
  }
}
@media (max-width: 480px) {
  main .fv-top .bg .bg-1 {
    top: 35%;
    left: 2%;
  }
  main .fv-top .bg .bg-1 img {
    width: 140px;
  }
  main .fv-top .bg .bg-2 {
    top: 8%;
    left: 28%;
  }
  main .fv-top .bg .bg-2 img {
    width: 120px;
  }
  main .fv-top .bg .bg-3 {
    bottom: 15%;
    left: 20%;
  }
  main .fv-top .bg .bg-3 img {
    width: 140px;
  }
  main .fv-top .bg .bg-4 {
    bottom: 30%;
    right: 3%;
  }
  main .fv-top .bg .bg-4 img {
    width: 130px;
  }
  main .fv-top .bg .bg-5 {
    top: -2%;
    right: -2%;
  }
  main .fv-top .bg .bg-5 img {
    width: 130px;
  }
  main .fv-top .fv-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3vh;
    padding-top: 120px;
    text-align: left;
  }
  main .fv-top .fv-copy .left-copy {
    margin-left: 20px;
    gap: 1.5vh;
  }
  main .fv-top .fv-copy .left-copy .left-top-copy {
    font-size: 64px;
  }
  main .fv-top .fv-copy .left-copy .left-bottom-copy {
    display: none;
  }
  main .fv-top .fv-copy .right-copy {
    margin-left: 20px;
    padding-top: 0;
    font-size: 64px;
  }
  main .fv-top .fv-copy .right-copy .left-bottom-copy-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding-top: 3vh;
  }
  main .fv-top .fv-copy .right-copy .left-bottom-copy-sp img {
    width: 12px;
  }
  main .fv-top .fv-copy .right-copy .left-bottom-copy-sp p {
    font-size: 12px;
  }
}
@-webkit-keyframes scrollDown {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@keyframes scrollDown {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes scrollDot {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(40px);
            transform: translateX(-50%) translateY(40px);
    opacity: 0;
  }
}
@keyframes scrollDot {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(40px);
            transform: translateX(-50%) translateY(40px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes float1 {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-30px) translateX(10px) rotate(3deg);
            transform: translateY(-30px) translateX(10px) rotate(3deg);
  }
  50% {
    -webkit-transform: translateY(-40px) translateX(-5px) rotate(-2deg);
            transform: translateY(-40px) translateX(-5px) rotate(-2deg);
  }
  75% {
    -webkit-transform: translateY(-20px) translateX(15px) rotate(1deg);
            transform: translateY(-20px) translateX(15px) rotate(1deg);
  }
}
@keyframes float1 {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-30px) translateX(10px) rotate(3deg);
            transform: translateY(-30px) translateX(10px) rotate(3deg);
  }
  50% {
    -webkit-transform: translateY(-40px) translateX(-5px) rotate(-2deg);
            transform: translateY(-40px) translateX(-5px) rotate(-2deg);
  }
  75% {
    -webkit-transform: translateY(-20px) translateX(15px) rotate(1deg);
            transform: translateY(-20px) translateX(15px) rotate(1deg);
  }
}
@-webkit-keyframes float2 {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-25px) translateX(-15px) rotate(-3deg);
            transform: translateY(-25px) translateX(-15px) rotate(-3deg);
  }
  50% {
    -webkit-transform: translateY(-35px) translateX(8px) rotate(2deg);
            transform: translateY(-35px) translateX(8px) rotate(2deg);
  }
  75% {
    -webkit-transform: translateY(-15px) translateX(-10px) rotate(-1deg);
            transform: translateY(-15px) translateX(-10px) rotate(-1deg);
  }
}
@keyframes float2 {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-25px) translateX(-15px) rotate(-3deg);
            transform: translateY(-25px) translateX(-15px) rotate(-3deg);
  }
  50% {
    -webkit-transform: translateY(-35px) translateX(8px) rotate(2deg);
            transform: translateY(-35px) translateX(8px) rotate(2deg);
  }
  75% {
    -webkit-transform: translateY(-15px) translateX(-10px) rotate(-1deg);
            transform: translateY(-15px) translateX(-10px) rotate(-1deg);
  }
}
@-webkit-keyframes float3 {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-35px) translateX(12px) rotate(2deg);
            transform: translateY(-35px) translateX(12px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateY(-45px) translateX(-8px) rotate(-3deg);
            transform: translateY(-45px) translateX(-8px) rotate(-3deg);
  }
  75% {
    -webkit-transform: translateY(-25px) translateX(18px) rotate(1deg);
            transform: translateY(-25px) translateX(18px) rotate(1deg);
  }
}
@keyframes float3 {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-35px) translateX(12px) rotate(2deg);
            transform: translateY(-35px) translateX(12px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateY(-45px) translateX(-8px) rotate(-3deg);
            transform: translateY(-45px) translateX(-8px) rotate(-3deg);
  }
  75% {
    -webkit-transform: translateY(-25px) translateX(18px) rotate(1deg);
            transform: translateY(-25px) translateX(18px) rotate(1deg);
  }
}
@-webkit-keyframes float4 {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-20px) translateX(-12px) rotate(-2deg);
            transform: translateY(-20px) translateX(-12px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateY(-30px) translateX(10px) rotate(3deg);
            transform: translateY(-30px) translateX(10px) rotate(3deg);
  }
  75% {
    -webkit-transform: translateY(-10px) translateX(-15px) rotate(-1deg);
            transform: translateY(-10px) translateX(-15px) rotate(-1deg);
  }
}
@keyframes float4 {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-20px) translateX(-12px) rotate(-2deg);
            transform: translateY(-20px) translateX(-12px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateY(-30px) translateX(10px) rotate(3deg);
            transform: translateY(-30px) translateX(10px) rotate(3deg);
  }
  75% {
    -webkit-transform: translateY(-10px) translateX(-15px) rotate(-1deg);
            transform: translateY(-10px) translateX(-15px) rotate(-1deg);
  }
}
@-webkit-keyframes marquee-rtl {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee-rtl {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}