.only_pc.inline {
  display: inline;
}
@media (max-width: 480px) {
  .only_pc.inline {
    display: none;
  }
}

#header {
  position: absolute;
}

/*============================
#visual
============================*/
#visual {
  overflow-x: clip;
}
#visual .visual-block01 {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #visual .visual-block01 {
    align-items: start;
    gap: 3.8461538462vw;
    margin-bottom: 0;
  }
}
#visual .visual-block01 .visual-block01__ttl {
  writing-mode: vertical-rl;
  color: #1d2088;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 900;
  padding-left: 60px;
}
@media (max-width: 480px) {
  #visual .visual-block01 .visual-block01__ttl {
    font-size: 7.9487179487vw;
    padding-left: 0;
    padding-top: 19.2307692308vw;
  }
}
#visual .visual-block01 .visual-block01__img {
  flex: 1;
  height: 584px;
}
@media (max-width: 480px) {
  #visual .visual-block01 .visual-block01__img {
    height: 86.2820512821vw;
  }
}
#visual .visual-block01 .visual-block01__img img {
  width: 1060px;
  height: 100%;
}
@media (max-width: 480px) {
  #visual .visual-block01 .visual-block01__img img {
    width: 61.6666666667vw;
  }
}
#visual .visual-block02 {
  display: flex;
  align-items: center;
  gap: 41px;
  position: relative;
  z-index: 2;
  margin-bottom: -45px;
}
@media (max-width: 480px) {
  #visual .visual-block02 {
    flex-direction: column-reverse;
    gap: 6.4102564103vw;
    align-items: end;
    margin-bottom: 0;
  }
}
#visual .visual-block02 .visual-block02__imglist {
  display: flex;
  position: relative;
}
@media (max-width: 480px) {
  #visual .visual-block02 .visual-block02__imglist {
    width: 100vw;
    gap: 2.5641025641vw;
  }
}
#visual .visual-block02 .visual-block02__imglist::before {
  content: "";
  width: 220px;
  height: 112px;
  background: url(../img/visual-illustration01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-100%);
}
@media (max-width: 480px) {
  #visual .visual-block02 .visual-block02__imglist::before {
    width: 19.2307692308vw;
    height: 15.8974358974vw;
    background-image: url(../img/visual-illustration01-sp.png);
    left: 16%;
  }
}
#visual .visual-block02 .visual-block02__imglist li {
  width: 350px;
}
@media (max-width: 480px) {
  #visual .visual-block02 .visual-block02__imglist li {
    width: auto;
    flex: 1;
  }
}
#visual .visual-block02 .visual-block02__imglist li:first-child img {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 480px) {
  #visual .visual-block02 .visual-block02__imglist li:first-child img {
    border-radius: 0 1.2820512821vw 1.2820512821vw 0;
  }
}
#visual .visual-block02 .visual-block02__imglist li:nth-child(2) img {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 480px) {
  #visual .visual-block02 .visual-block02__imglist li:nth-child(2) img {
    border-radius: 1.2820512821vw;
  }
}
#visual .visual-block02 .visual-block02__msg {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 480px) {
  #visual .visual-block02 .visual-block02__msg {
    font-size: 3.2051282051vw;
    letter-spacing: 0;
  }
}
#visual .unit-text-slider {
  display: flex;
  overflow: hidden;
}
#visual .unit-text-slider .unit-text-slider__wrap {
  display: flex;
  animation: horizontal-animation 70s linear infinite;
}
#visual .unit-text-slider .unit-text-slider__wrap .slide {
  width: 1274px;
  margin-right: 200px;
}
@media (max-width: 480px) {
  #visual .unit-text-slider .unit-text-slider__wrap .slide {
    width: 99.8717948718vw;
    margin-right: 25.641025641vw;
  }
}
@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*============================
#about
============================*/
#about.sec-top-about .top-about__set01 {
  padding: 60px 0 115px;
}
#about.sec-top-about .top-about__set01 .top-about-block01 .top-about-block01__ttl.unit-ttl01 {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  #about.sec-top-about .top-about__set01 .top-about-block01 .top-about-block01__ttl.unit-ttl01 {
    margin-bottom: 6.4102564103vw;
  }
}
/*============================
#service
============================*/
#service.sec-top-service {
  overflow-x: clip;
}
#service.sec-top-service .top-service__set01 {
  padding: 200px 0 100px;
  background: linear-gradient(180deg, transparent 300px, #f2fafe 300px);
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  #service.sec-top-service .top-service__set01 {
    padding: 16.6666666667vw 0 19.2307692308vw;
    background: linear-gradient(180deg, transparent 12.8205128205vw, #f2fafe 12.8205128205vw);
  }
}
#service.sec-top-service .top-service__set01::after {
  content: "";
  width: 120%;
  min-width: 2035px;
  clip-path: ellipse(50% 25% at 50% 25%);
  height: 936px;
  background-color: #f2fafe;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 480px) {
  #service.sec-top-service .top-service__set01::after {
    width: 130%;
    min-width: auto;
    height: auto;
    aspect-ratio: 1025/471;
  }
}
#service.sec-top-service .top-service__set01::before {
  content: "";
  width: 830px;
  height: 126px;
  background: url(../img/service-illustration01.png) no-repeat center/contain;
  position: absolute;
  top: -88px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  #service.sec-top-service .top-service__set01::before {
    width: 92%;
    aspect-ratio: 680/125;
    background-image: url(../img/service-illustration01-sp.png);
    top: -20.7692307692vw;
  }
}
#service.sec-top-service .top-service__set01 .unit-ttl01 {
  margin-bottom: 42px;
}
@media (max-width: 480px) {
  #service.sec-top-service .top-service__set01 .unit-ttl01 {
    margin-bottom: 2.9487179487vw;
  }
}
#service.sec-top-service .top-service__set01 .top-service-block01 {
  position: relative;
  width: 1020px;
  margin: 0 auto;
  max-width: 100%;
}
#service.sec-top-service .top-service__set01 .top-service-block01 .top-service-block01__item {
  width: 900px;
  display: flex;
  gap: 30px;
  align-items: end;
  padding: 20px;
  padding-right: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
  #service.sec-top-service .top-service__set01 .top-service-block01 .top-service-block01__item {
    width: 82%;
    flex-direction: column;
    gap: 4.4871794872vw;
    padding-right: 0;
    padding: 3.8461538462vw;
    padding-bottom: 1.2820512821vw;
    border-radius: 1.2820512821vw;
  }
}
#service.sec-top-service .top-service__set01 .top-service-block01 .top-service-block01__item:nth-of-type(even) {
  margin-left: auto;
}
#service.sec-top-service .top-service__set01 .top-service-block01 .top-service-block01__item:not(:last-child) {
  margin-bottom: 45px;
}
@media (max-width: 480px) {
  #service.sec-top-service .top-service__set01 .top-service-block01 .top-service-block01__item:not(:last-child) {
    margin-bottom: 7.6923076923vw;
  }
}
#service.sec-top-service .top-service__set01 .top-service-block01 .top-service-block01__item .img {
  width: 500px;
}
@media (max-width: 480px) {
  #service.sec-top-service .top-service__set01 .top-service-block01 .top-service-block01__item .img {
    width: 100%;
  }
}
#service.sec-top-service .top-service__set01 .top-service-block01 .top-service-block01__item .img img {
  border-radius: 10px;
}
@media (max-width: 480px) {
  #service.sec-top-service .top-service__set01 .top-service-block01 .top-service-block01__item .img img {
    border-radius: 1.2820512821vw;
  }
}
#service.sec-top-service .top-service__set01 .top-service-block01 .top-service-block01__item .txt {
  flex: 1;
  line-height: 1.4;
  letter-spacing: 0.01em;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  #service.sec-top-service .top-service__set01 .top-service-block01 .top-service-block01__item .txt {
    min-height: auto;
    display: block;
  }
}
#service.sec-top-service .top-service__set01 .top-service-block01 .top-service-block01__item .txt .txt-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1d2088;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  #service.sec-top-service .top-service__set01 .top-service-block01 .top-service-block01__item .txt .txt-ttl {
    font-size: 4.6153846154vw;
    margin-bottom: 2.5641025641vw;
  }
}
@media (max-width: 480px) {
  #service.sec-top-service .top-service__set01 .top-service-block01 .top-service-block01__item .txt .txt-msg {
    margin-bottom: 4.4871794872vw;
  }
}
#service.sec-top-service .top-service__set01 .top-service-block01 .top-service-block01__item .txt .unit-btn01 .inner {
  margin-left: auto;
}
#service.sec-top-service .top-service__set01 .top-service-block01 .unit-hukidasi-illust01 {
  position: absolute;
  top: 0;
  right: -20px;
  top: -90px;
}
@media (max-width: 480px) {
  #service.sec-top-service .top-service__set01 .top-service-block01 .unit-hukidasi-illust01 {
    right: 0;
    top: -7.6923076923vw;
  }
}
#service.sec-top-service .top-service__set01 .top-service-block01 .unit-hukidasi-illust01 .hukidasi {
  width: 85px;
}
@media (max-width: 480px) {
  #service.sec-top-service .top-service__set01 .top-service-block01 .unit-hukidasi-illust01 .hukidasi {
    width: 13.4615384615vw;
    margin-bottom: 1.2820512821vw;
  }
}
#service.sec-top-service .top-service__set01 .top-service-block01 .unit-hukidasi-illust01 .people {
  width: 73px;
}
@media (max-width: 480px) {
  #service.sec-top-service .top-service__set01 .top-service-block01 .unit-hukidasi-illust01 .people {
    width: 9.358974359vw;
    margin-left: auto;
  }
}

/*============================
#advantage
============================*/
#advantage.sec-top-advantage {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#advantage.sec-top-advantage .top-advantage__set01 {
  padding: 110px 0;
}
@media (max-width: 480px) {
  #advantage.sec-top-advantage .top-advantage__set01 {
    padding: 19.2307692308vw 0;
  }
}
#advantage.sec-top-advantage .top-advantage__set01 .unit-ttl01 {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  #advantage.sec-top-advantage .top-advantage__set01 .unit-ttl01 {
    margin-bottom: 6.4102564103vw;
  }
}
#advantage.sec-top-advantage .top-advantage__set01 .unit-msg01 {
  margin-bottom: 65px;
}
@media (max-width: 480px) {
  #advantage.sec-top-advantage .top-advantage__set01 .unit-msg01 {
    margin-bottom: 11.5384615385vw;
  }
}
#advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block01 {
  display: flex;
  gap: 100px;
  width: 950px;
  max-width: 100%;
  margin: 0 auto 85px;
}
@media (max-width: 480px) {
  #advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block01 {
    gap: 5.1282051282vw;
    margin-bottom: 12.8205128205vw;
    flex-direction: column;
  }
}
#advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block01 .top-advantage-block01__item {
  flex: 1;
}
@media (max-width: 480px) {
  #advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block01 .top-advantage-block01__item {
    display: flex;
    align-items: center;
    gap: 3.8461538462vw;
  }
}
#advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block01 .top-advantage-block01__item .img {
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  #advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block01 .top-advantage-block01__item .img {
    width: 25.641025641vw;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  #advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block01 .top-advantage-block01__item .txt {
    flex: 1;
  }
}
#advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block01 .top-advantage-block01__item .txt .txt-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #1d2088;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  #advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block01 .top-advantage-block01__item .txt .txt-ttl {
    font-size: 4.6153846154vw;
    margin-bottom: 2.5641025641vw;
    text-align: left;
  }
}
#advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block01 .top-advantage-block01__item .txt .txt-msg {
  line-height: 1.4;
  letter-spacing: 0.02em;
}
#advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block02 {
  display: flex;
}
@media (max-width: 480px) {
  #advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block02 {
    position: relative;
    display: block;
  }
}
#advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block02 .unit-hukidasi-illust01 {
  width: 148px;
  margin-left: 45px;
}
@media (max-width: 480px) {
  #advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block02 .unit-hukidasi-illust01 {
    width: 23.7179487179vw;
    margin-left: auto;
    position: absolute;
    bottom: -19.2307692308vw;
    right: 0;
  }
}
#advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block02 .unit-hukidasi-illust01 .hukidasi {
  margin-left: auto;
  width: 82px;
}
@media (max-width: 480px) {
  #advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block02 .unit-hukidasi-illust01 .hukidasi {
    width: 11.9230769231vw;
    margin-bottom: -5.3846153846vw;
  }
}
#advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block02 .unit-hukidasi-illust01 .people {
  width: 79px;
}
@media (max-width: 480px) {
  #advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block02 .unit-hukidasi-illust01 .people {
    width: 10.1282051282vw;
  }
}
#advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block02 .top-advantage-block02__img {
  width: 864px;
  margin-left: auto;
}
@media (max-width: 480px) {
  #advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block02 .top-advantage-block02__img {
    width: 100vw;
    margin-left: -4%;
  }
}
#advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block02 .top-advantage-block02__img img {
  border-radius: 10px;
}
@media (max-width: 480px) {
  #advantage.sec-top-advantage .top-advantage__set01 .top-advantage-block02 .top-advantage-block02__img img {
    border-radius: 0;
    aspect-ratio: 780/380;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*============================
#shop
============================*/
#shop.sec-top-shop .top-shop__set01 {
  background: url(../img/bg-ptn01.jpg) repeat center/84px;
  padding: 90px 0 70px;
}
@media (max-width: 480px) {
  #shop.sec-top-shop .top-shop__set01 {
    padding: 7.6923076923vw 0 38.4615384615vw;
  }
}
#shop.sec-top-shop .top-shop__set01 .top-shop-block01 {
  display: flex;
  gap: 30px;
  width: 1020px;
  max-width: 100%;
}
@media (max-width: 480px) {
  #shop.sec-top-shop .top-shop__set01 .top-shop-block01 {
    gap: 7.6923076923vw;
    flex-direction: column;
  }
}
#shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__txt {
  width: 492px;
  min-height: 563px;
  background: url(../img/top-shop-bg01.png) no-repeat center top/contain;
  padding: 135px 40px 40px;
}
@media (max-width: 480px) {
  #shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__txt {
    width: 80.1282051282vw;
    min-height: auto;
    margin: 0 auto;
    background-image: url(../img/top-shop-bg01-sp.png);
    padding: 23.0769230769vw 5.1282051282vw 0;
  }
}
#shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__txt .unit-ttl01 {
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__txt .unit-ttl01 {
    margin-bottom: 5.1282051282vw;
  }
}
#shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__txt .table {
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__txt .table {
    margin-bottom: 26.9230769231vw;
    line-height: 1.4;
  }
}
#shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__txt .table th {
  width: 90px;
  font-weight: 400;
  vertical-align: baseline;
}
@media (max-width: 480px) {
  #shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__txt .table th {
    width: 21.7948717949vw;
  }
}
#shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__txt .table td {
  text-indent: -0.4em;
  padding-left: 0.4em;
}
#shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__txt .table td::before {
  content: ":";
  display: inline-block;
  margin-right: 0.4em;
}
#shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__txt .unit-btn01 .inner {
  margin-left: auto;
}
#shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__img {
  flex: 1;
  padding-top: 70px;
  position: relative;
}
@media (max-width: 480px) {
  #shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__img {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  #shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__img .img {
    width: 100vw;
    margin-left: -4%;
  }
}
#shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__img .img img {
  border-radius: 10px;
}
@media (max-width: 480px) {
  #shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__img .img img {
    aspect-ratio: 780/338;
    border-radius: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__img .unit-hukidasi-illust01 {
  width: 213px;
  position: absolute;
  bottom: 0;
  right: 70px;
}
@media (max-width: 480px) {
  #shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__img .unit-hukidasi-illust01 {
    width: 29.7435897436vw;
    bottom: -20.5128205128vw;
    right: 12.8205128205vw;
  }
}
#shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__img .unit-hukidasi-illust01 .hukidasi {
  width: 66px;
  margin-left: auto;
}
@media (max-width: 480px) {
  #shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__img .unit-hukidasi-illust01 .hukidasi {
    width: 10.3846153846vw;
  }
}
#shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__img .unit-hukidasi-illust01 .people {
  width: 190px;
  margin-top: -30px;
}
@media (max-width: 480px) {
  #shop.sec-top-shop .top-shop__set01 .top-shop-block01 .top-shop-block01__img .unit-hukidasi-illust01 .people {
    width: 25.1282051282vw;
    margin-top: -7.6923076923vw;
  }
}

.unit-ttl01 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #1d2088;
}
@media (max-width: 480px) {
  .unit-ttl01 {
    font-size: 5.7692307692vw;
    line-height: 1.3;
    font-weight: 900;
  }
}
.unit-ttl01 .fs-s {
  font-size: 2rem;
}
@media (max-width: 480px) {
  .unit-ttl01 .fs-s {
    font-size: 3.8461538462vw;
    margin-bottom: 1.9230769231vw;
  }
}
.unit-ttl01 .fs-xs {
  font-size: 1.8rem;
}
@media (max-width: 480px) {
  .unit-ttl01 .fs-xs {
    font-size: 3.8461538462vw;
    margin-bottom: 1.9230769231vw;
    font-weight: bold;
  }
}

.unit-msg01 {
  text-align: center;
}
@media (max-width: 480px) {
  .unit-msg01 {
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}

.unit-btn01 .inner {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.4rem;
  position: relative;
  min-height: 70px;
  padding-right: 70px;
}
@media (max-width: 480px) {
  .unit-btn01 .inner {
    gap: 2.5641025641vw;
    font-size: 3.5897435897vw;
    min-height: 11.5384615385vw;
    padding-right: 12.8205128205vw;
  }
}
.unit-btn01 .inner::after {
  content: "";
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #1d2088 url(../img/icon-arrow01.png) no-repeat center/16px;
  transition: width cubic-bezier(0.57, 0.46, 0.41, 1.61) 0.2s, background 0.2s;
}
@media (max-width: 480px) {
  .unit-btn01 .inner::after {
    width: 10.2564102564vw;
    background-size: 4.1025641026vw;
  }
}
@media (min-width: 480px) {
  .unit-btn01 .inner:hover::after {
    width: 60px;
    background-color: #87d7ff;
    background-position: center right 10px;
  }
}

:root {
  --easing01: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.in-b {
  transform: translateY(20px);
  opacity: 0;
  transition: transform ease-out 0.8s, opacity 0.8s;
}
.in-b.effect {
  transform: translateY(0);
  opacity: 1;
}

#visual {
  filter: blur(10px);
  opacity: 0;
  transition: filter 0.8s, opacity 0.8s;
}
#visual .ani-01 {
  opacity: 0;
  transform: scale(0.3);
  transition: opacity 0.8s, transform 0.8s var(--easing01);
}
#visual .ani-02 {
  clip-path: inset(0 0 0 100%);
  transform: translateX(-5%);
  transition: clip-path 1.5s, transform var(--easing01) 1.5s;
}
#visual .ani-03 {
  opacity: 0;
  transition: opacity 0.8s;
}
#visual.effect {
  filter: blur(0px);
  opacity: 1;
}
#visual.effect .ani-01 {
  opacity: 1;
  transform: scale(1);
}
#visual.effect .ani-02 {
  clip-path: inset(0 0 0 0);
  transform: translateX(0%);
}
#visual.effect .ani-03 {
  opacity: 1;
}

.unit-hukidasi-illust01 .hukidasi {
  opacity: 0;
  transform: rotate(20deg) scale(0.3);
  transition: opacity 0.5s, transform var(--easing01) 0.5s;
}
.unit-hukidasi-illust01 .hukidasi.effect {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.top-service__set01 .wrap {
  position: relative;
}
.top-service__set01 .move-car {
  position: absolute;
  z-index: -1;
}
.top-service__set01 .move-car .car {
  width: 82px;
  will-change: transform, offset-distance;
  animation: ani-car01 15s linear infinite, ani-car-shake 0.08s infinite;
}
@media (max-width: 480px) {
  .top-service__set01 .move-car .car {
    width: 10.5128205128vw;
    animation: ani-car01 20s linear infinite, ani-car-shake 0.08s infinite;
  }
}
.top-service__set01 .move-car.car01 {
  bottom: 0px;
  right: 0;
}
@media (max-width: 480px) {
  .top-service__set01 .move-car.car01 {
    right: 7.6923076923vw;
  }
}
.top-service__set01 .move-car.car01 .car {
  offset-path: path("M 0 -300 C 0 0, 0 0, -250 0 C -500 0, -500 0, -500 -300 C -500 -600, -500 -600, -250 -600 C 0 -600, 0 -600, 0 -300");
  position: absolute;
  offset-rotate: auto 90deg;
}
@media (max-width: 480px) {
  .top-service__set01 .move-car.car01 .car {
    offset-path: path("M 0 -300 C 0 0, 0 0, -250 0 C -320 0, -320 0, -320 -300 C -320 -600, -320 -600, -250 -600 C 0 -600, 0 -600, 0 -300");
  }
}
.top-service__set01 .move-car.car02 {
  top: 320px;
  left: 0px;
}
@media (max-width: 480px) {
  .top-service__set01 .move-car.car02 {
    top: 82.0512820513vw;
    left: 7.6923076923vw;
  }
}
.top-service__set01 .move-car.car02 .car {
  offset-path: path("M 0 300 C 0 0, 0 0, 250 0 C 320 0, 320 0, 320 300 C 320 800, 320 800, 250 800 C 0 800, 0 800, 0 300");
  position: absolute;
  offset-rotate: auto -90deg;
}

@keyframes ani-car01 {
  0% {
    offset-distance: 0%;
  }
  50% {
    offset-distance: 50%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes ani-car-shake {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(-0.3px, 0.3px) rotate(-0.1deg);
  }
  50% {
    transform: translate(0.3px, -0.3px) rotate(0.1deg);
  }
  75% {
    transform: translate(-0.3px, 0px) rotate(-0.05deg);
  }
  100% {
    transform: translate(0.3px, 0.3px) rotate(0.05deg);
  }
}
.delay-1 {
  transition-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay-2 {
  transition-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay-3 {
  transition-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.delay-4 {
  transition-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.delay-5 {
  transition-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.delay-6 {
  transition-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.delay-7 {
  transition-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.delay-8 {
  transition-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.delay-9 {
  transition-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.delay-10 {
  transition-delay: 1s !important;
  animation-delay: 1s !important;
}

.delay-11 {
  transition-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.delay-12 {
  transition-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.delay-13 {
  transition-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}

.delay-14 {
  transition-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.delay-15 {
  transition-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.delay-16 {
  transition-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.delay-17 {
  transition-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}

.delay-18 {
  transition-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}

.delay-19 {
  transition-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}

.delay-20 {
  transition-delay: 2s !important;
  animation-delay: 2s !important;
}

.delay-21 {
  transition-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}

.delay-22 {
  transition-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}

.delay-23 {
  transition-delay: 2.3s !important;
  animation-delay: 2.3s !important;
}

.delay-24 {
  transition-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}

.delay-25 {
  transition-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}

.delay-26 {
  transition-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}

.delay-27 {
  transition-delay: 2.7s !important;
  animation-delay: 2.7s !important;
}

.delay-28 {
  transition-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}

.delay-29 {
  transition-delay: 2.9s !important;
  animation-delay: 2.9s !important;
}

.delay-30 {
  transition-delay: 3s !important;
  animation-delay: 3s !important;
}/*# sourceMappingURL=top.css.map */