@charset "UTF-8";
.top-head {
  padding-top: 134px;
  padding-bottom: 48px;
  background: #E03636;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-head {
    padding-top: 20vw;
    padding-bottom: 12vw;
  }
}
.top-head .wrap {
  position: relative;
  z-index: 3;
}
.top-head .head-box {
  margin-left: 17%;
  padding-left: 4%;
  margin-bottom: 100px;
  padding-bottom: 68px;
}
@media screen and (max-width: 900px) {
  .top-head .head-box {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
    margin-bottom: 38vw;
    padding-bottom: 0;
  }
}
.top-head .head-box .head-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .top-head .head-box .head-title {
    font-size: 13vw;
  }
}
.top-head .head-box .head-ttlsub {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .top-head .head-box .head-ttlsub {
    margin-top: 4.8vw;
    font-size: 3.1vw;
  }
}
.top-head .head-box .head-subcopy {
  margin-top: 160px;
}
@media screen and (max-width: 900px) {
  .top-head .head-box .head-subcopy {
    margin-top: 37vw;
  }
}
.top-head .head-box .head-subcopy .head-subttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .top-head .head-box .head-subcopy .head-subttl {
    font-size: 4.6vw;
  }
}
.top-head .head-box .head-subcopy .head-subttl .en-font {
  font-size: 55px;
}
@media screen and (max-width: 900px) {
  .top-head .head-box .head-subcopy .head-subttl .en-font {
    font-size: 10vw;
  }
}
.top-head .head-box .head-nmcopy {
  margin-top: 156px;
  font-size: 30px;
  line-height: 2.45;
}
@media screen and (max-width: 900px) {
  .top-head .head-box .head-nmcopy {
    margin-top: 20vw;
    font-size: 4.6vw;
  }
}
.top-head .about-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .top-head .about-flex {
    display: block;
  }
}
.top-head .about-flex .about-ttl {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  width: 15%;
}
@media screen and (max-width: 900px) {
  .top-head .about-flex .about-ttl {
    font-size: 5.6vw;
    width: 100%;
    margin-bottom: 1vw;
  }
}
.top-head .about-flex .about-box {
  width: 70%;
}
@media screen and (max-width: 900px) {
  .top-head .about-flex .about-box {
    width: 100%;
  }
}
.top-head .about-flex .about-box .about-copy {
  font-size: 25px;
  line-height: 2.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .top-head .about-flex .about-box .about-copy {
    font-size: 4.6vw;
    margin-bottom: 2.3vw;
  }
}
.top-head .about-flex .about-box .about-list {
  display: flex;
  justify-content: space-between;
}
.top-head .about-flex .about-box .about-list li {
  width: 46%;
}
.top-head .about-flex .about-box .about-list li a {
  padding: 28px 5px;
  border-radius: 40px;
  background: #fff;
  color: #E03636;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .top-head .about-flex .about-box .about-list li a {
    font-size: 4.1vw;
    padding: 11vw 0.5vw;
    border-radius: 6.5vw;
    line-height: 1.5;
  }
}
.top-head .about-flex .about-box .about-list li a .yajirushi {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
}
@media screen and (max-width: 900px) {
  .top-head .about-flex .about-box .about-list li a .yajirushi {
    width: 6.7vw;
    bottom: -1vw;
  }
}

.notes {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .notes {
    font-size: 3.4vw;
  }
}

.bg-box {
  height: 40vw;
  background: url(../images/top/big-img.jpg) no-repeat center 80%;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 900px) {
  .bg-box {
    height: 110vw;
  }
}
.bg-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.9vw;
  background: url(../images/top/nami-01.png) no-repeat center top/cover;
  position: absolute;
  top: 0vw;
  left: 0;
  z-index: 1;
}
.bg-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.9vw;
  background: url(../images/top/nami-02.png) no-repeat center top/cover;
  position: absolute;
  bottom: 0vw;
  left: 0;
}

.business-box {
  background: #fff;
  padding: 95px 0 86px;
}
@media screen and (max-width: 900px) {
  .business-box {
    padding: 7.5vw 0 15vw;
  }
}
.business-box .business-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}
@media screen and (max-width: 900px) {
  .business-box .business-list {
    display: block;
    margin-bottom: 18vw;
  }
}
.business-box .business-list li {
  width: 30.6%;
}
@media screen and (max-width: 900px) {
  .business-box .business-list li {
    width: 100%;
    margin-bottom: 6.3vw;
  }
  .business-box .business-list li:last-child {
    margin-bottom: 0;
  }
}
.business-box .business-list li .business-copy {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .business-box .business-list li .business-copy {
    font-size: 5.6vw;
    margin-bottom: 2.2vw;
  }
}
.business-box .business-list li a {
  display: block;
  text-align: center;
  padding: 58px 5px;
  border-radius: 100px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #000;
}
@media screen and (max-width: 900px) {
  .business-box .business-list li a {
    padding: 13.1vw 0.5vw;
    border-radius: 22vw;
    font-size: 5.6vw;
  }
}
.business-box .business-list li a:hover {
  background: #E03636;
  color: #fff;
  border: 1px solid #fff;
}
.business-box .business-list li a .yajirushi {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
}
@media screen and (max-width: 900px) {
  .business-box .business-list li a .yajirushi {
    width: 8.9vw;
  }
}
.business-box .gr-copy {
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #efefef;
  background: #fff;
  z-index: 4;
  padding-bottom: 14px;
  z-index: 999;
}
.business-box .gr-copy .position {
  position: relative;
  width: 100%;
  display: block;
}
.business-box .gr-copy .en-font {
  font-size: 130px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.business-box .gr-copy .jp-text {
  font-size: 62px;
  color: #E03636;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .business-box .gr-copy {
    font-size: 11.1vw;
    padding-bottom: 4.5vw;
  }
  .business-box .gr-copy .en-font {
    font-size: 10.1vw;
    position: relative;
    z-index: 1;
  }
  .business-box .gr-copy .jp-text {
    font-size: 8.1vw;
    color: #E03636;
  }
}
.business-box .gr-copy.fixed {
  position: fixed;
  top: 0px;
  padding: 29px 5px 2px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .business-box .gr-copy.fixed {
    width: 100%;
    padding-bottom: 1vw;
    top: 0;
    padding-top: 9vw;
  }
}
.business-box .gr-box {
  position: relative;
}
.business-box .gr-box .gr-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  --gr-connector-y: calc(100% - 1px);
  --gr-connector-width: calc(100% - 190px + 40px);
  padding-top: 0px;
  /* .gr-copyの高さ分（font 110px + margin-bottom 14px） */
  padding-bottom: 36px;
  z-index: 3;
}
.business-box .gr-box .gr-text::before {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  background: #000;
  position: absolute;
  top: calc(var(--gr-connector-y) - 36px);
  left: 110px;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-text::before {
    display: none;
  }
}
.business-box .gr-box .gr-text::after {
  content: "";
  display: block;
  width: var(--gr-connector-width);
  height: 1px;
  background: #000;
  position: absolute;
  top: var(--gr-connector-y);
  left: 110px;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-text::after {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-text {
    width: 100%;
    padding: 7.6vw 5% 5.6vw;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #000;
    z-index: 4;
    position: relative;
  }
}
.business-box .gr-box .gr-text.fixed {
  position: fixed;
  top: 160px; /* .gr-copyの高さ分 */
  left: 0;
  width: 48.4%;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-text.fixed {
    top: 20.6vw; /* .gr-copyの高さ分 */
    padding: 2vw 5% 2vw;
    width: 100%;
    z-index: 999;
  }
}
.business-box .gr-box .gr-text .gr-year {
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-text .gr-year {
    font-size: 5.6vw;
  }
}
.business-box .gr-box .gr-text .gr-yearnum {
  font-size: 75px;
  font-weight: 500;
  line-height: 1;
  color: #E03636;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-text .gr-yearnum {
    font-size: 22.2vw;
  }
}
.business-box .gr-box .gr-text .gr-yearsub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-text .gr-yearsub {
    font-size: 4.1vw;
  }
}
.business-box .gr-box .gr-list {
  display: block;
  width: 50%;
  margin-left: 50%;
  padding-top: 56px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-list {
    width: 100%;
    margin-left: 0;
    padding-top: 5vw;
  }
}
.business-box .gr-box .gr-list li {
  width: 100%;
  margin-bottom: 34px;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-list li {
    margin-bottom: 9vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.business-box .gr-box .gr-list li a {
  padding: 9px 9px;
  border-radius: 90px;
  transition: all 0.3s ease;
  border: 2px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.business-box .gr-box .gr-list li a::before {
  content: "";
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: calc(100% + 28px);
  border: 2px solid #000;
  border-right: none;
  border-radius: 999px 0 0 999px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-list li a::before {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-list li a {
    padding: 3vw 3vw;
    border-radius: 6.8vw;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.business-box .gr-box .gr-list li a .gr-img {
  width: 17%;
}
.business-box .gr-box .gr-list li a .gr-img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-list li a .gr-img {
    width: 100%;
  }
  .business-box .gr-box .gr-list li a .gr-img img {
    aspect-ratio: auto;
    border-radius: 2.8vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.business-box .gr-box .gr-list li a .gr-copyex {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-align: center;
  width: 80%;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-list li a .gr-copyex {
    font-size: 4.7vw;
    width: 100%;
    padding: 6vw 0 4vw;
  }
}
.business-box .gr-box .gr-list li a .yajirushi {
  position: absolute;
  right: 5px;
  bottom: -9px;
  width: 40px;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-list li a .yajirushi {
    width: 8.9vw;
    bottom: -1vw;
    right: 0.5vw;
  }
}
.business-box .gr-box .gr-list li a:hover {
  background: #E03636;
  color: #fff;
  border-radius: 220px;
  border: 2px solid #E03636;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-list li a:hover {
    padding: 3vw 3vw;
    border-radius: 6.8vw;
    display: block;
  }
}
.business-box .gr-box .gr-list li a:hover .gr-copyex {
  color: #fff;
}
.business-box .gr-box .gr-list li.active a {
  border: 2px solid #E03636;
  border-radius: 220px;
}
.business-box .gr-box .gr-list li.active a::before {
  border-color: #E03636;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-list li.active a {
    padding: 3vw 3vw;
    border-radius: 6.8vw;
    display: block;
  }
}
.business-box .gr-box .gr-list li.active a .gr-img {
  width: 30%;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-list li.active a .gr-img {
    width: 100%;
  }
}
.business-box .gr-box .gr-list li.active a .gr-img img {
  width: 100%;
  border-radius: 320px;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-list li.active a .gr-img img {
    border-radius: 6.8vw;
    aspect-ratio: 1.5/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.business-box .gr-box .gr-list li.active a .gr-copyex {
  width: 64%;
}
@media screen and (max-width: 900px) {
  .business-box .gr-box .gr-list li.active a .gr-copyex {
    font-size: 5.2vw;
    width: 100%;
    padding: 6vw 0 4vw;
  }
}

.news-box {
  background: #fff;
  padding: 56px 0 54px;
}
@media screen and (max-width: 900px) {
  .news-box {
    padding: 14vw 0 12vw;
  }
}
.news-box .news-ttl {
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .news-box .news-ttl {
    font-size: 11vw;
    margin-bottom: 6vw;
  }
}
.news-box .news-tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #000;
  margin-bottom: 14px;
}
@media screen and (max-width: 900px) {
  .news-box .news-tab {
    margin-bottom: 3.5vw;
    padding-bottom: 3vw;
  }
}
.news-box .news-tab .news-tab-list {
  display: flex;
  align-items: flex-end;
}
.news-box .news-tab .news-tab-list li {
  margin-right: -6px;
}
.news-box .news-tab .news-tab-list li:last-child {
  margin-right: 0;
}
.news-box .news-tab .news-tab-list li button {
  border: none;
  background: url("../images/top/off.png") no-repeat center/100% 100%;
  padding: 0 24px;
  min-width: 115px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #000;
}
.news-box .news-tab .news-tab-list li button.active {
  background-image: url("../images/top/on.png");
  color: #fff;
}
@media screen and (max-width: 900px) {
  .news-box .news-tab .news-tab-list li button {
    min-width: 22.5vw;
    height: 9.8vw;
    line-height: 9.8vw;
    padding-left: 2vw 2vw;
    font-size: 3vw;
    background-size: 100% 100%;
  }
}
.news-box .news-tab .news-link {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .news-box .news-tab .news-link {
    display: none;
  }
}
.news-box .news-tab .news-link a {
  font-size: 18px;
  line-height: 1;
  color: #000;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.news-box .news-tab .news-link a::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
}
.news-box .news-list.active {
  display: block;
}
.news-box .news-list .news-item {
  border-bottom: 1px solid #000;
}
.news-box .news-list .news-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 62px 14px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .news-box .news-list .news-item a {
    display: block;
    padding: 3vw 0 5.5vw;
  }
}
.news-box .news-list .news-item a .news-thumb {
  width: 20%;
}
@media screen and (max-width: 900px) {
  .news-box .news-list .news-item a .news-thumb {
    width: 100%;
  }
}
.news-box .news-list .news-item a .news-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 900px) {
  .news-box .news-list .news-item a .news-thumb img {
    border-radius: 2vw;
  }
}
.news-box .news-list .news-item a .news-text {
  width: 74%;
}
@media screen and (max-width: 900px) {
  .news-box .news-list .news-item a .news-text {
    width: 100%;
    margin-top: 4vw;
  }
}
.news-box .news-list .news-item a .news-text .news-meta {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 900px) {
  .news-box .news-list .news-item a .news-text .news-meta {
    font-size: 3.6vw;
    margin-bottom: 3vw;
  }
}
.news-box .news-list .news-item a .news-text .news-meta .news-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1;
  min-width: 58px;
  height: 24px;
  margin-left: 22px;
}
@media screen and (max-width: 900px) {
  .news-box .news-list .news-item a .news-text .news-meta .news-tag {
    min-width: 14.5vw;
    height: 5.7vw;
    margin-left: 3vw;
    border-radius: 5vw;
    font-size: 3.2vw;
  }
}
.news-box .news-list .news-item a .news-text .news-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .news-box .news-list .news-item a .news-text .news-title {
    font-size: 4.5vw;
    width: calc(100% - 15vw);
  }
}
.news-box .news-list .news-item a .yajirushi {
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .news-box .news-list .news-item a .yajirushi {
    width: 9.2vw;
    right: 0.3vw;
    top: auto;
    bottom: 4vw;
    transform: none;
  }
}

.ex-linkbox {
  background: #fff;
  padding-bottom: 95px;
}
@media screen and (max-width: 900px) {
  .ex-linkbox {
    padding-bottom: 12vw;
  }
}
.ex-linkbox .ex-link-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .ex-linkbox .ex-link-list {
    display: block;
  }
}
.ex-linkbox .ex-link-list li {
  width: 47.8%;
}
@media screen and (max-width: 900px) {
  .ex-linkbox .ex-link-list li {
    width: 100%;
    margin-bottom: 4vw;
  }
  .ex-linkbox .ex-link-list li:last-child {
    margin-bottom: 0;
  }
}
.ex-linkbox .ex-link-list li a {
  display: block;
  border: 1px solid #000;
  border-radius: 40px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  position: relative;
  padding: 21px 62px 21px 32px;
  background: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .ex-linkbox .ex-link-list li a {
    border-radius: 11vw;
    font-size: 4.1vw;
    padding: 6.2vw 14vw 6.2vw 6vw;
  }
  .ex-linkbox .ex-link-list li a.ex {
    padding: 2.8vw 14vw 2.8vw 6vw;
  }
}
.ex-linkbox .ex-link-list li a:hover {
  background: #E03636;
  color: #fff;
  border-color: #E03636;
}
.ex-linkbox .ex-link-list li a .yajirushi {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 40px;
}
@media screen and (max-width: 900px) {
  .ex-linkbox .ex-link-list li a .yajirushi {
    width: 9.2vw;
  }
}

.contents {
  width: 100%;
  overflow-x: hidden;
}

.ex-img {
  --car-outside-offset: max(0px, calc((100vw - 1300px) / 2));
  position: absolute;
  z-index: 1;
  top: 305px;
  left: 0;
  right: 0;
  width: min(100%, 1300px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .ex-img {
    top: 70vw;
    width: 114%;
    margin-left: -7%;
    margin-right: -7%;
    max-width: none;
  }
}
.ex-img .ex-car-list {
  position: relative;
  width: 100%;
  height: 140px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 900px) {
  .ex-img .ex-car-list {
    height: 27vw;
  }
}
.ex-img .ex-car-list .car-item {
  position: absolute;
  right: calc(-1 * var(--car-outside-offset));
  bottom: 0;
  -webkit-animation-name: carDrive;
          animation-name: carDrive;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ex-img .ex-car-list .car-item img {
  display: block;
  width: 100%;
  height: auto;
}
.ex-img .ex-car-list .car-item.car-item-01 {
  width: 14%;
  -webkit-animation-duration: 7.2s;
          animation-duration: 7.2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 900px) {
  .ex-img .ex-car-list .car-item.car-item-01 {
    width: 24%;
    -webkit-animation-duration: 6.2s;
            animation-duration: 6.2s;
  }
}
.ex-img .ex-car-list .car-item.car-item-02 {
  width: 15%;
  -webkit-animation-duration: 7.2s;
          animation-duration: 7.2s;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
}
@media screen and (max-width: 900px) {
  .ex-img .ex-car-list .car-item.car-item-02 {
    width: 25%;
    -webkit-animation-duration: 6.2s;
            animation-duration: 6.2s;
  }
}
.ex-img .ex-car-list .car-item.car-item-03 {
  width: 13%;
  -webkit-animation-duration: 7.2s;
          animation-duration: 7.2s;
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
}
@media screen and (max-width: 900px) {
  .ex-img .ex-car-list .car-item.car-item-03 {
    width: 23%;
    -webkit-animation-duration: 6.2s;
            animation-duration: 6.2s;
  }
}

@-webkit-keyframes carDrive {
  0% {
    transform: translateX(100%) translateY(0);
  }
  100% {
    transform: translateX(calc(-100vw - 130%)) translateY(-3px);
  }
}

@keyframes carDrive {
  0% {
    transform: translateX(100%) translateY(0);
  }
  100% {
    transform: translateX(calc(-100vw - 130%)) translateY(-3px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ex-img .ex-car-list .car-item {
    -webkit-animation: none;
            animation: none;
    transform: translateX(-80%);
    opacity: 1;
  }
}
.ex-img2 {
  width: 100vw;
  height: auto;
  position: absolute;
  z-index: 1;
  top: -68px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .ex-img2 {
    top: -126vw;
    width: 100vw;
  }
}
.ex-img2 .ex-lottie-list {
  position: relative;
  width: 100%;
  height: 900px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}
@media screen and (max-width: 900px) {
  .ex-img2 .ex-lottie-list {
    height: 290vw;
  }
}
.ex-img2 .lottie-item {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  -webkit-animation-name: lottieLane;
          animation-name: lottieLane;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.ex-img2 .lottie-item .lottie-player {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .ex-img2 .lottie-item .lottie-player {
    transform: scale(1.6);
    transform-origin: left bottom;
  }
}
.ex-img2 .lottie-item.lottie-item-01 {
  width: 100%;
  height: 700px;
  -webkit-animation-duration: 42s;
          animation-duration: 42s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 900px) {
  .ex-img2 .lottie-item.lottie-item-01 {
    width: 100%;
    height: 320vw;
    -webkit-animation-duration: 34s;
            animation-duration: 34s;
  }
}
.ex-img2 .lottie-item.lottie-item-02 {
  width: 100%;
  height: 725px;
  -webkit-animation-duration: 36s;
          animation-duration: 36s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 900px) {
  .ex-img2 .lottie-item.lottie-item-02 {
    width: 100%;
    height: 340vw;
    -webkit-animation-duration: 29s;
            animation-duration: 29s;
  }
}
.ex-img2 .lottie-item.lottie-item-03 {
  width: 100%;
  height: 675px;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 900px) {
  .ex-img2 .lottie-item.lottie-item-03 {
    width: 100%;
    height: 310vw;
    -webkit-animation-duration: 32s;
            animation-duration: 32s;
  }
}
.ex-img2 .lottie-item.lottie-item-04 {
  width: 100%;
  height: 750px;
  -webkit-animation-duration: 32s;
          animation-duration: 32s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 900px) {
  .ex-img2 .lottie-item.lottie-item-04 {
    width: 100%;
    height: 350vw;
    -webkit-animation-duration: 25s;
            animation-duration: 25s;
  }
}

@-webkit-keyframes lottieLane {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100vw - 100%));
  }
}

@keyframes lottieLane {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100vw - 100%));
  }
}
.moyo1 {
  position: absolute;
  z-index: 1;
  top: 38px;
  right: -10%;
  width: 11%;
}

.moyo2 {
  position: absolute;
  z-index: 1;
  top: 426px;
  left: -14%;
  width: 12%;
}

.moyo3 {
  position: absolute;
  z-index: 1;
  top: 386px;
  right: -8%;
  width: 2%;
}

.moyo4 {
  position: absolute;
  z-index: 1;
  bottom: 165px;
  right: -16%;
  width: 10%;
}

.moyo5 {
  position: absolute;
  z-index: 1;
  bottom: 265px;
  left: -3%;
  width: 2%;
}
/*# sourceMappingURL=top.css.map */